/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-06-12T17:43:34.887155 #178] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON D, [2020-06-12T17:43:34.887611 #178] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' D, [2020-06-12T17:43:34.888053 #178] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' D, [2020-06-12T17:43:34.895246 #178] 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('"external_sources"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-06-12T17:43:34.909555 #178] 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('"shared_entities"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-06-12T17:43:34.913271 #178] 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('"permissions"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-06-12T17:43:34.922554 #178] 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('"user_tables"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-06-12T17:43:34.934669 #178] 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('"maps"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-06-12T17:43:35.512421 #178] 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('"layers"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-06-12T17:43:35.518124 #178] DEBUG -- : Sequel::Postgres::Database (1.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('"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-06-12T17:43:35.540392 #178] 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('"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-06-12T17:43:35.598910 #178] 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('"logs"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-06-12T17:43:35.633118 #178] 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('"data_imports"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-06-12T17:43:35.655951 #178] 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('"external_data_imports"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-06-12T17:43:35.660048 #178] DEBUG -- : Sequel::Postgres::Database (1.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('"feature_flags"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-06-12T17:43:35.692212 #178] 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('"users"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-06-12T17:43:35.763977 #178] INFO -- : Ignoring statsd, because there were a error loading the config D, [2020-06-12T17:43:38.582066 #178] 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('"oauth_tokens"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-06-12T17:43:38.591113 #178] 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-06-12T17:43:38.597957 #178] DEBUG -- : Sequel::Postgres::Database (2.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('"automatic_geocodings"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-06-12T17:43:38.762729 #178] 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('"client_applications"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-06-12T17:43:38.783252 #178] 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-06-12T17:43:38.827772 #178] DEBUG -- : Sequel::Postgres::Database (13.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('"geocodings"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-06-12T17:43:38.835236 #178] 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('"groups"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-06-12T17:43:38.849691 #178] DEBUG -- : Sequel::Postgres::Database (1.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('"layer_node_styles"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-06-12T17:43:38.868487 #178] DEBUG -- : Sequel::Postgres::Database (2.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('"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-06-12T17:43:38.878296 #178] DEBUG -- : Sequel::Postgres::Database (2.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('"organizations"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-06-12T17:43:38.900162 #178] 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-06-12T17:43:38.947658 #178] DEBUG -- : Sequel::Postgres::Database (2.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('"tags"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" ** [17:43:39 2020-06-12] 178: Starting worker maps.spacen.net:178:imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:39 2020-06-12] 178: Registered signals ** [17:43:39 2020-06-12] 178: Running before_first_fork hooks ** [17:43:39 2020-06-12] 178: Checking imports ** [17:43:39 2020-06-12] 178: Checking exports ** [17:43:39 2020-06-12] 178: Checking users ** [17:43:39 2020-06-12] 178: Checking user_dbs ** [17:43:39 2020-06-12] 178: Checking geocodings ** [17:43:39 2020-06-12] 178: Checking synchronizations ** [17:43:39 2020-06-12] 178: Checking tracker ** [17:43:39 2020-06-12] 178: Checking user_migrations ** [17:43:39 2020-06-12] 178: Checking batch_updates ** [17:43:39 2020-06-12] 178: Checking gears ** [17:43:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:43:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:44 2020-06-12] 178: Checking imports ** [17:43:44 2020-06-12] 178: Checking exports ** [17:43:44 2020-06-12] 178: Checking users ** [17:43:44 2020-06-12] 178: Checking user_dbs ** [17:43:44 2020-06-12] 178: Checking geocodings ** [17:43:44 2020-06-12] 178: Checking synchronizations ** [17:43:44 2020-06-12] 178: Checking tracker ** [17:43:44 2020-06-12] 178: Checking user_migrations ** [17:43:44 2020-06-12] 178: Checking batch_updates ** [17:43:44 2020-06-12] 178: Checking gears ** [17:43:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:43:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:49 2020-06-12] 178: Checking imports ** [17:43:49 2020-06-12] 178: Checking exports ** [17:43:49 2020-06-12] 178: Checking users ** [17:43:49 2020-06-12] 178: Checking user_dbs ** [17:43:49 2020-06-12] 178: Checking geocodings ** [17:43:49 2020-06-12] 178: Checking synchronizations ** [17:43:49 2020-06-12] 178: Checking tracker ** [17:43:49 2020-06-12] 178: Checking user_migrations ** [17:43:49 2020-06-12] 178: Checking batch_updates ** [17:43:49 2020-06-12] 178: Checking gears ** [17:43:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:43:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:54 2020-06-12] 178: Checking imports ** [17:43:54 2020-06-12] 178: Checking exports ** [17:43:54 2020-06-12] 178: Checking users ** [17:43:54 2020-06-12] 178: Checking user_dbs ** [17:43:54 2020-06-12] 178: Checking geocodings ** [17:43:54 2020-06-12] 178: Checking synchronizations ** [17:43:54 2020-06-12] 178: Checking tracker ** [17:43:54 2020-06-12] 178: Checking user_migrations ** [17:43:54 2020-06-12] 178: Checking batch_updates ** [17:43:54 2020-06-12] 178: Checking gears ** [17:43:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:43:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:59 2020-06-12] 178: Checking imports ** [17:43:59 2020-06-12] 178: Checking exports ** [17:43:59 2020-06-12] 178: Checking users ** [17:43:59 2020-06-12] 178: Checking user_dbs ** [17:43:59 2020-06-12] 178: Checking geocodings ** [17:43:59 2020-06-12] 178: Checking synchronizations ** [17:43:59 2020-06-12] 178: Checking tracker ** [17:43:59 2020-06-12] 178: Checking user_migrations ** [17:43:59 2020-06-12] 178: Checking batch_updates ** [17:43:59 2020-06-12] 178: Checking gears ** [17:43:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:43:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:04 2020-06-12] 178: Checking imports ** [17:44:04 2020-06-12] 178: Checking exports ** [17:44:04 2020-06-12] 178: Checking users ** [17:44:04 2020-06-12] 178: Checking user_dbs ** [17:44:04 2020-06-12] 178: Checking geocodings ** [17:44:04 2020-06-12] 178: Checking synchronizations ** [17:44:04 2020-06-12] 178: Checking tracker ** [17:44:04 2020-06-12] 178: Checking user_migrations ** [17:44:04 2020-06-12] 178: Checking batch_updates ** [17:44:04 2020-06-12] 178: Checking gears ** [17:44:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:44:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:09 2020-06-12] 178: Checking imports ** [17:44:09 2020-06-12] 178: Checking exports ** [17:44:09 2020-06-12] 178: Checking users ** [17:44:09 2020-06-12] 178: Checking user_dbs ** [17:44:09 2020-06-12] 178: Checking geocodings ** [17:44:09 2020-06-12] 178: Checking synchronizations ** [17:44:09 2020-06-12] 178: Checking tracker ** [17:44:09 2020-06-12] 178: Checking user_migrations ** [17:44:09 2020-06-12] 178: Checking batch_updates ** [17:44:09 2020-06-12] 178: Checking gears ** [17:44:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:44:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:14 2020-06-12] 178: Checking imports ** [17:44:14 2020-06-12] 178: Checking exports ** [17:44:14 2020-06-12] 178: Checking users ** [17:44:14 2020-06-12] 178: Checking user_dbs ** [17:44:14 2020-06-12] 178: Checking geocodings ** [17:44:14 2020-06-12] 178: Checking synchronizations ** [17:44:14 2020-06-12] 178: Checking tracker ** [17:44:14 2020-06-12] 178: Checking user_migrations ** [17:44:14 2020-06-12] 178: Checking batch_updates ** [17:44:14 2020-06-12] 178: Checking gears ** [17:44:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:44:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:19 2020-06-12] 178: Checking imports ** [17:44:19 2020-06-12] 178: Checking exports ** [17:44:19 2020-06-12] 178: Checking users ** [17:44:19 2020-06-12] 178: Checking user_dbs ** [17:44:19 2020-06-12] 178: Checking geocodings ** [17:44:19 2020-06-12] 178: Checking synchronizations ** [17:44:19 2020-06-12] 178: Checking tracker ** [17:44:19 2020-06-12] 178: Checking user_migrations ** [17:44:19 2020-06-12] 178: Checking batch_updates ** [17:44:19 2020-06-12] 178: Checking gears ** [17:44:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:44:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:24 2020-06-12] 178: Checking imports ** [17:44:24 2020-06-12] 178: Checking exports ** [17:44:24 2020-06-12] 178: Checking users ** [17:44:24 2020-06-12] 178: Checking user_dbs ** [17:44:24 2020-06-12] 178: Checking geocodings ** [17:44:24 2020-06-12] 178: Checking synchronizations ** [17:44:24 2020-06-12] 178: Checking tracker ** [17:44:24 2020-06-12] 178: Checking user_migrations ** [17:44:24 2020-06-12] 178: Checking batch_updates ** [17:44:24 2020-06-12] 178: Checking gears ** [17:44:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:44:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:29 2020-06-12] 178: Checking imports ** [17:44:29 2020-06-12] 178: Checking exports ** [17:44:29 2020-06-12] 178: Checking users ** [17:44:29 2020-06-12] 178: Checking user_dbs ** [17:44:29 2020-06-12] 178: Checking geocodings ** [17:44:29 2020-06-12] 178: Checking synchronizations ** [17:44:29 2020-06-12] 178: Checking tracker ** [17:44:29 2020-06-12] 178: Checking user_migrations ** [17:44:29 2020-06-12] 178: Checking batch_updates ** [17:44:29 2020-06-12] 178: Checking gears ** [17:44:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:44:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:34 2020-06-12] 178: Checking imports ** [17:44:34 2020-06-12] 178: Checking exports ** [17:44:34 2020-06-12] 178: Checking users ** [17:44:34 2020-06-12] 178: Checking user_dbs ** [17:44:34 2020-06-12] 178: Checking geocodings ** [17:44:34 2020-06-12] 178: Checking synchronizations ** [17:44:34 2020-06-12] 178: Checking tracker ** [17:44:34 2020-06-12] 178: Checking user_migrations ** [17:44:34 2020-06-12] 178: Checking batch_updates ** [17:44:34 2020-06-12] 178: Checking gears ** [17:44:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:44:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:39 2020-06-12] 178: Checking imports ** [17:44:39 2020-06-12] 178: Checking exports ** [17:44:39 2020-06-12] 178: Checking users ** [17:44:39 2020-06-12] 178: Checking user_dbs ** [17:44:39 2020-06-12] 178: Checking geocodings ** [17:44:39 2020-06-12] 178: Checking synchronizations ** [17:44:39 2020-06-12] 178: Checking tracker ** [17:44:39 2020-06-12] 178: Checking user_migrations ** [17:44:39 2020-06-12] 178: Checking batch_updates ** [17:44:39 2020-06-12] 178: Checking gears ** [17:44:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:44:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:44 2020-06-12] 178: Checking imports ** [17:44:44 2020-06-12] 178: Checking exports ** [17:44:44 2020-06-12] 178: Checking users ** [17:44:44 2020-06-12] 178: Checking user_dbs ** [17:44:44 2020-06-12] 178: Checking geocodings ** [17:44:44 2020-06-12] 178: Checking synchronizations ** [17:44:44 2020-06-12] 178: Checking tracker ** [17:44:44 2020-06-12] 178: Checking user_migrations ** [17:44:44 2020-06-12] 178: Checking batch_updates ** [17:44:44 2020-06-12] 178: Checking gears ** [17:44:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:44:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:49 2020-06-12] 178: Checking imports ** [17:44:49 2020-06-12] 178: Checking exports ** [17:44:49 2020-06-12] 178: Checking users ** [17:44:49 2020-06-12] 178: Checking user_dbs ** [17:44:49 2020-06-12] 178: Checking geocodings ** [17:44:49 2020-06-12] 178: Checking synchronizations ** [17:44:49 2020-06-12] 178: Checking tracker ** [17:44:49 2020-06-12] 178: Checking user_migrations ** [17:44:49 2020-06-12] 178: Checking batch_updates ** [17:44:49 2020-06-12] 178: Checking gears ** [17:44:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:44:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:54 2020-06-12] 178: Checking imports ** [17:44:54 2020-06-12] 178: Checking exports ** [17:44:54 2020-06-12] 178: Checking users ** [17:44:54 2020-06-12] 178: Checking user_dbs ** [17:44:54 2020-06-12] 178: Checking geocodings ** [17:44:54 2020-06-12] 178: Checking synchronizations ** [17:44:54 2020-06-12] 178: Checking tracker ** [17:44:54 2020-06-12] 178: Checking user_migrations ** [17:44:54 2020-06-12] 178: Checking batch_updates ** [17:44:54 2020-06-12] 178: Checking gears ** [17:44:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:44:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:59 2020-06-12] 178: Checking imports ** [17:44:59 2020-06-12] 178: Checking exports ** [17:44:59 2020-06-12] 178: Checking users ** [17:44:59 2020-06-12] 178: Checking user_dbs ** [17:44:59 2020-06-12] 178: Checking geocodings ** [17:44:59 2020-06-12] 178: Checking synchronizations ** [17:44:59 2020-06-12] 178: Checking tracker ** [17:44:59 2020-06-12] 178: Checking user_migrations ** [17:44:59 2020-06-12] 178: Checking batch_updates ** [17:44:59 2020-06-12] 178: Checking gears ** [17:44:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:44:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:04 2020-06-12] 178: Checking imports ** [17:45:04 2020-06-12] 178: Checking exports ** [17:45:04 2020-06-12] 178: Checking users ** [17:45:04 2020-06-12] 178: Checking user_dbs ** [17:45:04 2020-06-12] 178: Checking geocodings ** [17:45:04 2020-06-12] 178: Checking synchronizations ** [17:45:04 2020-06-12] 178: Checking tracker ** [17:45:04 2020-06-12] 178: Checking user_migrations ** [17:45:04 2020-06-12] 178: Checking batch_updates ** [17:45:04 2020-06-12] 178: Checking gears ** [17:45:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:45:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:09 2020-06-12] 178: Checking imports ** [17:45:09 2020-06-12] 178: Checking exports ** [17:45:09 2020-06-12] 178: Checking users ** [17:45:09 2020-06-12] 178: Checking user_dbs ** [17:45:09 2020-06-12] 178: Checking geocodings ** [17:45:09 2020-06-12] 178: Checking synchronizations ** [17:45:09 2020-06-12] 178: Checking tracker ** [17:45:09 2020-06-12] 178: Checking user_migrations ** [17:45:09 2020-06-12] 178: Checking batch_updates ** [17:45:09 2020-06-12] 178: Checking gears ** [17:45:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:45:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:14 2020-06-12] 178: Checking imports ** [17:45:14 2020-06-12] 178: Checking exports ** [17:45:14 2020-06-12] 178: Checking users ** [17:45:14 2020-06-12] 178: Checking user_dbs ** [17:45:14 2020-06-12] 178: Checking geocodings ** [17:45:14 2020-06-12] 178: Checking synchronizations ** [17:45:14 2020-06-12] 178: Checking tracker ** [17:45:14 2020-06-12] 178: Checking user_migrations ** [17:45:14 2020-06-12] 178: Checking batch_updates ** [17:45:14 2020-06-12] 178: Checking gears ** [17:45:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:45:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:19 2020-06-12] 178: Checking imports ** [17:45:19 2020-06-12] 178: Checking exports ** [17:45:19 2020-06-12] 178: Checking users ** [17:45:19 2020-06-12] 178: Checking user_dbs ** [17:45:19 2020-06-12] 178: Checking geocodings ** [17:45:19 2020-06-12] 178: Checking synchronizations ** [17:45:19 2020-06-12] 178: Checking tracker ** [17:45:19 2020-06-12] 178: Checking user_migrations ** [17:45:19 2020-06-12] 178: Checking batch_updates ** [17:45:19 2020-06-12] 178: Checking gears ** [17:45:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:45:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:24 2020-06-12] 178: Checking imports ** [17:45:24 2020-06-12] 178: Checking exports ** [17:45:24 2020-06-12] 178: Checking users ** [17:45:24 2020-06-12] 178: Checking user_dbs ** [17:45:24 2020-06-12] 178: Checking geocodings ** [17:45:24 2020-06-12] 178: Checking synchronizations ** [17:45:24 2020-06-12] 178: Checking tracker ** [17:45:24 2020-06-12] 178: Checking user_migrations ** [17:45:24 2020-06-12] 178: Checking batch_updates ** [17:45:24 2020-06-12] 178: Checking gears ** [17:45:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:45:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:29 2020-06-12] 178: Checking imports ** [17:45:29 2020-06-12] 178: Checking exports ** [17:45:29 2020-06-12] 178: Checking users ** [17:45:29 2020-06-12] 178: Checking user_dbs ** [17:45:29 2020-06-12] 178: Checking geocodings ** [17:45:29 2020-06-12] 178: Checking synchronizations ** [17:45:29 2020-06-12] 178: Checking tracker ** [17:45:29 2020-06-12] 178: Checking user_migrations ** [17:45:29 2020-06-12] 178: Checking batch_updates ** [17:45:29 2020-06-12] 178: Checking gears ** [17:45:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:45:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:34 2020-06-12] 178: Checking imports ** [17:45:34 2020-06-12] 178: Checking exports ** [17:45:34 2020-06-12] 178: Checking users ** [17:45:34 2020-06-12] 178: Checking user_dbs ** [17:45:34 2020-06-12] 178: Checking geocodings ** [17:45:34 2020-06-12] 178: Checking synchronizations ** [17:45:34 2020-06-12] 178: Checking tracker ** [17:45:34 2020-06-12] 178: Checking user_migrations ** [17:45:34 2020-06-12] 178: Checking batch_updates ** [17:45:34 2020-06-12] 178: Checking gears ** [17:45:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:45:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:39 2020-06-12] 178: Checking imports ** [17:45:39 2020-06-12] 178: Checking exports ** [17:45:39 2020-06-12] 178: Checking users ** [17:45:39 2020-06-12] 178: Checking user_dbs ** [17:45:39 2020-06-12] 178: Checking geocodings ** [17:45:39 2020-06-12] 178: Checking synchronizations ** [17:45:39 2020-06-12] 178: Checking tracker ** [17:45:39 2020-06-12] 178: Checking user_migrations ** [17:45:39 2020-06-12] 178: Checking batch_updates ** [17:45:39 2020-06-12] 178: Checking gears ** [17:45:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:45:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:44 2020-06-12] 178: Checking imports ** [17:45:44 2020-06-12] 178: Checking exports ** [17:45:44 2020-06-12] 178: Checking users ** [17:45:44 2020-06-12] 178: Checking user_dbs ** [17:45:44 2020-06-12] 178: Checking geocodings ** [17:45:44 2020-06-12] 178: Checking synchronizations ** [17:45:44 2020-06-12] 178: Checking tracker ** [17:45:44 2020-06-12] 178: Checking user_migrations ** [17:45:44 2020-06-12] 178: Checking batch_updates ** [17:45:44 2020-06-12] 178: Checking gears ** [17:45:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:45:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:49 2020-06-12] 178: Checking imports ** [17:45:49 2020-06-12] 178: Checking exports ** [17:45:49 2020-06-12] 178: Checking users ** [17:45:49 2020-06-12] 178: Checking user_dbs ** [17:45:49 2020-06-12] 178: Checking geocodings ** [17:45:49 2020-06-12] 178: Checking synchronizations ** [17:45:49 2020-06-12] 178: Checking tracker ** [17:45:49 2020-06-12] 178: Checking user_migrations ** [17:45:49 2020-06-12] 178: Checking batch_updates ** [17:45:49 2020-06-12] 178: Checking gears ** [17:45:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:45:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:54 2020-06-12] 178: Checking imports ** [17:45:54 2020-06-12] 178: Checking exports ** [17:45:54 2020-06-12] 178: Checking users ** [17:45:54 2020-06-12] 178: Checking user_dbs ** [17:45:54 2020-06-12] 178: Checking geocodings ** [17:45:54 2020-06-12] 178: Checking synchronizations ** [17:45:54 2020-06-12] 178: Checking tracker ** [17:45:54 2020-06-12] 178: Checking user_migrations ** [17:45:54 2020-06-12] 178: Checking batch_updates ** [17:45:54 2020-06-12] 178: Checking gears ** [17:45:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:45:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:59 2020-06-12] 178: Checking imports ** [17:45:59 2020-06-12] 178: Checking exports ** [17:45:59 2020-06-12] 178: Checking users ** [17:45:59 2020-06-12] 178: Checking user_dbs ** [17:45:59 2020-06-12] 178: Checking geocodings ** [17:45:59 2020-06-12] 178: Checking synchronizations ** [17:45:59 2020-06-12] 178: Checking tracker ** [17:45:59 2020-06-12] 178: Checking user_migrations ** [17:45:59 2020-06-12] 178: Checking batch_updates ** [17:45:59 2020-06-12] 178: Checking gears ** [17:45:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:45:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:04 2020-06-12] 178: Checking imports ** [17:46:04 2020-06-12] 178: Checking exports ** [17:46:04 2020-06-12] 178: Checking users ** [17:46:04 2020-06-12] 178: Checking user_dbs ** [17:46:04 2020-06-12] 178: Checking geocodings ** [17:46:04 2020-06-12] 178: Checking synchronizations ** [17:46:04 2020-06-12] 178: Checking tracker ** [17:46:04 2020-06-12] 178: Checking user_migrations ** [17:46:04 2020-06-12] 178: Checking batch_updates ** [17:46:04 2020-06-12] 178: Checking gears ** [17:46:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:46:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:09 2020-06-12] 178: Checking imports ** [17:46:09 2020-06-12] 178: Checking exports ** [17:46:09 2020-06-12] 178: Checking users ** [17:46:09 2020-06-12] 178: Checking user_dbs ** [17:46:09 2020-06-12] 178: Checking geocodings ** [17:46:09 2020-06-12] 178: Checking synchronizations ** [17:46:09 2020-06-12] 178: Checking tracker ** [17:46:09 2020-06-12] 178: Checking user_migrations ** [17:46:09 2020-06-12] 178: Checking batch_updates ** [17:46:09 2020-06-12] 178: Checking gears ** [17:46:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:46:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:14 2020-06-12] 178: Checking imports ** [17:46:14 2020-06-12] 178: Checking exports ** [17:46:14 2020-06-12] 178: Checking users ** [17:46:14 2020-06-12] 178: Checking user_dbs ** [17:46:14 2020-06-12] 178: Checking geocodings ** [17:46:14 2020-06-12] 178: Checking synchronizations ** [17:46:14 2020-06-12] 178: Checking tracker ** [17:46:14 2020-06-12] 178: Checking user_migrations ** [17:46:14 2020-06-12] 178: Checking batch_updates ** [17:46:14 2020-06-12] 178: Checking gears ** [17:46:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:46:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:19 2020-06-12] 178: Checking imports ** [17:46:19 2020-06-12] 178: Checking exports ** [17:46:19 2020-06-12] 178: Checking users ** [17:46:19 2020-06-12] 178: Checking user_dbs ** [17:46:19 2020-06-12] 178: Checking geocodings ** [17:46:19 2020-06-12] 178: Checking synchronizations ** [17:46:19 2020-06-12] 178: Checking tracker ** [17:46:19 2020-06-12] 178: Checking user_migrations ** [17:46:19 2020-06-12] 178: Checking batch_updates ** [17:46:19 2020-06-12] 178: Checking gears ** [17:46:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:46:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:24 2020-06-12] 178: Checking imports ** [17:46:24 2020-06-12] 178: Checking exports ** [17:46:24 2020-06-12] 178: Checking users ** [17:46:24 2020-06-12] 178: Checking user_dbs ** [17:46:24 2020-06-12] 178: Checking geocodings ** [17:46:24 2020-06-12] 178: Checking synchronizations ** [17:46:24 2020-06-12] 178: Checking tracker ** [17:46:24 2020-06-12] 178: Checking user_migrations ** [17:46:24 2020-06-12] 178: Checking batch_updates ** [17:46:24 2020-06-12] 178: Checking gears ** [17:46:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:46:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:29 2020-06-12] 178: Checking imports ** [17:46:29 2020-06-12] 178: Checking exports ** [17:46:29 2020-06-12] 178: Checking users ** [17:46:29 2020-06-12] 178: Checking user_dbs ** [17:46:29 2020-06-12] 178: Checking geocodings ** [17:46:29 2020-06-12] 178: Checking synchronizations ** [17:46:29 2020-06-12] 178: Checking tracker ** [17:46:29 2020-06-12] 178: Checking user_migrations ** [17:46:29 2020-06-12] 178: Checking batch_updates ** [17:46:29 2020-06-12] 178: Checking gears ** [17:46:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:46:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:34 2020-06-12] 178: Checking imports ** [17:46:34 2020-06-12] 178: Checking exports ** [17:46:34 2020-06-12] 178: Checking users ** [17:46:34 2020-06-12] 178: Checking user_dbs ** [17:46:34 2020-06-12] 178: Checking geocodings ** [17:46:34 2020-06-12] 178: Checking synchronizations ** [17:46:34 2020-06-12] 178: Checking tracker ** [17:46:34 2020-06-12] 178: Checking user_migrations ** [17:46:34 2020-06-12] 178: Checking batch_updates ** [17:46:34 2020-06-12] 178: Checking gears ** [17:46:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:46:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:39 2020-06-12] 178: Checking imports ** [17:46:39 2020-06-12] 178: Checking exports ** [17:46:39 2020-06-12] 178: Checking users ** [17:46:39 2020-06-12] 178: Checking user_dbs ** [17:46:39 2020-06-12] 178: Checking geocodings ** [17:46:39 2020-06-12] 178: Checking synchronizations ** [17:46:39 2020-06-12] 178: Checking tracker ** [17:46:39 2020-06-12] 178: Checking user_migrations ** [17:46:39 2020-06-12] 178: Checking batch_updates ** [17:46:39 2020-06-12] 178: Checking gears ** [17:46:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:46:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:44 2020-06-12] 178: Checking imports ** [17:46:44 2020-06-12] 178: Checking exports ** [17:46:44 2020-06-12] 178: Checking users ** [17:46:44 2020-06-12] 178: Checking user_dbs ** [17:46:44 2020-06-12] 178: Checking geocodings ** [17:46:44 2020-06-12] 178: Checking synchronizations ** [17:46:44 2020-06-12] 178: Checking tracker ** [17:46:44 2020-06-12] 178: Checking user_migrations ** [17:46:44 2020-06-12] 178: Checking batch_updates ** [17:46:44 2020-06-12] 178: Checking gears ** [17:46:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:46:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:49 2020-06-12] 178: Checking imports ** [17:46:49 2020-06-12] 178: Checking exports ** [17:46:49 2020-06-12] 178: Checking users ** [17:46:49 2020-06-12] 178: Checking user_dbs ** [17:46:49 2020-06-12] 178: Checking geocodings ** [17:46:49 2020-06-12] 178: Checking synchronizations ** [17:46:49 2020-06-12] 178: Checking tracker ** [17:46:49 2020-06-12] 178: Checking user_migrations ** [17:46:49 2020-06-12] 178: Checking batch_updates ** [17:46:49 2020-06-12] 178: Checking gears ** [17:46:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:46:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:54 2020-06-12] 178: Checking imports ** [17:46:54 2020-06-12] 178: Checking exports ** [17:46:54 2020-06-12] 178: Checking users ** [17:46:54 2020-06-12] 178: Checking user_dbs ** [17:46:54 2020-06-12] 178: Checking geocodings ** [17:46:54 2020-06-12] 178: Checking synchronizations ** [17:46:54 2020-06-12] 178: Checking tracker ** [17:46:54 2020-06-12] 178: Checking user_migrations ** [17:46:54 2020-06-12] 178: Checking batch_updates ** [17:46:54 2020-06-12] 178: Checking gears ** [17:46:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:46:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:59 2020-06-12] 178: Checking imports ** [17:46:59 2020-06-12] 178: Checking exports ** [17:46:59 2020-06-12] 178: Checking users ** [17:46:59 2020-06-12] 178: Checking user_dbs ** [17:46:59 2020-06-12] 178: Checking geocodings ** [17:46:59 2020-06-12] 178: Checking synchronizations ** [17:46:59 2020-06-12] 178: Checking tracker ** [17:46:59 2020-06-12] 178: Checking user_migrations ** [17:46:59 2020-06-12] 178: Checking batch_updates ** [17:46:59 2020-06-12] 178: Checking gears ** [17:46:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:46:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:04 2020-06-12] 178: Checking imports ** [17:47:04 2020-06-12] 178: Checking exports ** [17:47:04 2020-06-12] 178: Checking users ** [17:47:04 2020-06-12] 178: Checking user_dbs ** [17:47:04 2020-06-12] 178: Checking geocodings ** [17:47:04 2020-06-12] 178: Checking synchronizations ** [17:47:04 2020-06-12] 178: Checking tracker ** [17:47:04 2020-06-12] 178: Checking user_migrations ** [17:47:04 2020-06-12] 178: Checking batch_updates ** [17:47:04 2020-06-12] 178: Checking gears ** [17:47:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:47:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:09 2020-06-12] 178: Checking imports ** [17:47:09 2020-06-12] 178: Checking exports ** [17:47:09 2020-06-12] 178: Checking users ** [17:47:09 2020-06-12] 178: Checking user_dbs ** [17:47:09 2020-06-12] 178: Checking geocodings ** [17:47:09 2020-06-12] 178: Checking synchronizations ** [17:47:09 2020-06-12] 178: Checking tracker ** [17:47:09 2020-06-12] 178: Checking user_migrations ** [17:47:09 2020-06-12] 178: Checking batch_updates ** [17:47:09 2020-06-12] 178: Checking gears ** [17:47:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:47:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:14 2020-06-12] 178: Checking imports ** [17:47:14 2020-06-12] 178: Checking exports ** [17:47:14 2020-06-12] 178: Checking users ** [17:47:14 2020-06-12] 178: Checking user_dbs ** [17:47:14 2020-06-12] 178: Checking geocodings ** [17:47:14 2020-06-12] 178: Checking synchronizations ** [17:47:14 2020-06-12] 178: Checking tracker ** [17:47:14 2020-06-12] 178: Checking user_migrations ** [17:47:14 2020-06-12] 178: Checking batch_updates ** [17:47:14 2020-06-12] 178: Checking gears ** [17:47:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:47:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:19 2020-06-12] 178: Checking imports ** [17:47:19 2020-06-12] 178: Checking exports ** [17:47:19 2020-06-12] 178: Checking users ** [17:47:19 2020-06-12] 178: Checking user_dbs ** [17:47:19 2020-06-12] 178: Checking geocodings ** [17:47:19 2020-06-12] 178: Checking synchronizations ** [17:47:19 2020-06-12] 178: Checking tracker ** [17:47:19 2020-06-12] 178: Checking user_migrations ** [17:47:19 2020-06-12] 178: Checking batch_updates ** [17:47:19 2020-06-12] 178: Checking gears ** [17:47:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:47:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:24 2020-06-12] 178: Checking imports ** [17:47:24 2020-06-12] 178: Checking exports ** [17:47:24 2020-06-12] 178: Checking users ** [17:47:24 2020-06-12] 178: Checking user_dbs ** [17:47:24 2020-06-12] 178: Checking geocodings ** [17:47:24 2020-06-12] 178: Checking synchronizations ** [17:47:24 2020-06-12] 178: Checking tracker ** [17:47:24 2020-06-12] 178: Checking user_migrations ** [17:47:24 2020-06-12] 178: Checking batch_updates ** [17:47:24 2020-06-12] 178: Checking gears ** [17:47:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:47:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:29 2020-06-12] 178: Checking imports ** [17:47:29 2020-06-12] 178: Checking exports ** [17:47:29 2020-06-12] 178: Checking users ** [17:47:29 2020-06-12] 178: Checking user_dbs ** [17:47:29 2020-06-12] 178: Checking geocodings ** [17:47:29 2020-06-12] 178: Checking synchronizations ** [17:47:29 2020-06-12] 178: Checking tracker ** [17:47:29 2020-06-12] 178: Checking user_migrations ** [17:47:29 2020-06-12] 178: Checking batch_updates ** [17:47:29 2020-06-12] 178: Checking gears ** [17:47:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:47:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:34 2020-06-12] 178: Checking imports ** [17:47:34 2020-06-12] 178: Checking exports ** [17:47:34 2020-06-12] 178: Checking users ** [17:47:34 2020-06-12] 178: Checking user_dbs ** [17:47:34 2020-06-12] 178: Checking geocodings ** [17:47:34 2020-06-12] 178: Checking synchronizations ** [17:47:34 2020-06-12] 178: Checking tracker ** [17:47:34 2020-06-12] 178: Checking user_migrations ** [17:47:34 2020-06-12] 178: Checking batch_updates ** [17:47:34 2020-06-12] 178: Checking gears ** [17:47:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:47:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:39 2020-06-12] 178: Checking imports ** [17:47:39 2020-06-12] 178: Checking exports ** [17:47:39 2020-06-12] 178: Checking users ** [17:47:39 2020-06-12] 178: Checking user_dbs ** [17:47:39 2020-06-12] 178: Checking geocodings ** [17:47:39 2020-06-12] 178: Checking synchronizations ** [17:47:39 2020-06-12] 178: Checking tracker ** [17:47:39 2020-06-12] 178: Checking user_migrations ** [17:47:39 2020-06-12] 178: Checking batch_updates ** [17:47:39 2020-06-12] 178: Checking gears ** [17:47:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:47:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:44 2020-06-12] 178: Checking imports ** [17:47:44 2020-06-12] 178: Checking exports ** [17:47:44 2020-06-12] 178: Checking users ** [17:47:44 2020-06-12] 178: Checking user_dbs ** [17:47:44 2020-06-12] 178: Checking geocodings ** [17:47:44 2020-06-12] 178: Checking synchronizations ** [17:47:44 2020-06-12] 178: Checking tracker ** [17:47:44 2020-06-12] 178: Checking user_migrations ** [17:47:44 2020-06-12] 178: Checking batch_updates ** [17:47:44 2020-06-12] 178: Checking gears ** [17:47:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:47:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:49 2020-06-12] 178: Checking imports ** [17:47:49 2020-06-12] 178: Checking exports ** [17:47:49 2020-06-12] 178: Checking users ** [17:47:49 2020-06-12] 178: Checking user_dbs ** [17:47:49 2020-06-12] 178: Checking geocodings ** [17:47:49 2020-06-12] 178: Checking synchronizations ** [17:47:49 2020-06-12] 178: Checking tracker ** [17:47:49 2020-06-12] 178: Checking user_migrations ** [17:47:49 2020-06-12] 178: Checking batch_updates ** [17:47:49 2020-06-12] 178: Checking gears ** [17:47:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:47:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:54 2020-06-12] 178: Checking imports ** [17:47:54 2020-06-12] 178: Checking exports ** [17:47:54 2020-06-12] 178: Checking users ** [17:47:54 2020-06-12] 178: Checking user_dbs ** [17:47:54 2020-06-12] 178: Checking geocodings ** [17:47:54 2020-06-12] 178: Checking synchronizations ** [17:47:54 2020-06-12] 178: Checking tracker ** [17:47:54 2020-06-12] 178: Checking user_migrations ** [17:47:54 2020-06-12] 178: Checking batch_updates ** [17:47:54 2020-06-12] 178: Checking gears ** [17:47:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:47:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:59 2020-06-12] 178: Checking imports ** [17:47:59 2020-06-12] 178: Checking exports ** [17:47:59 2020-06-12] 178: Checking users ** [17:47:59 2020-06-12] 178: Checking user_dbs ** [17:47:59 2020-06-12] 178: Checking geocodings ** [17:47:59 2020-06-12] 178: Checking synchronizations ** [17:47:59 2020-06-12] 178: Checking tracker ** [17:47:59 2020-06-12] 178: Checking user_migrations ** [17:47:59 2020-06-12] 178: Checking batch_updates ** [17:47:59 2020-06-12] 178: Checking gears ** [17:47:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:47:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:04 2020-06-12] 178: Checking imports ** [17:48:04 2020-06-12] 178: Checking exports ** [17:48:04 2020-06-12] 178: Checking users ** [17:48:04 2020-06-12] 178: Checking user_dbs ** [17:48:04 2020-06-12] 178: Checking geocodings ** [17:48:04 2020-06-12] 178: Checking synchronizations ** [17:48:04 2020-06-12] 178: Checking tracker ** [17:48:04 2020-06-12] 178: Checking user_migrations ** [17:48:04 2020-06-12] 178: Checking batch_updates ** [17:48:04 2020-06-12] 178: Checking gears ** [17:48:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:48:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:09 2020-06-12] 178: Checking imports ** [17:48:09 2020-06-12] 178: Checking exports ** [17:48:09 2020-06-12] 178: Checking users ** [17:48:09 2020-06-12] 178: Checking user_dbs ** [17:48:09 2020-06-12] 178: Checking geocodings ** [17:48:09 2020-06-12] 178: Checking synchronizations ** [17:48:09 2020-06-12] 178: Checking tracker ** [17:48:09 2020-06-12] 178: Checking user_migrations ** [17:48:09 2020-06-12] 178: Checking batch_updates ** [17:48:09 2020-06-12] 178: Checking gears ** [17:48:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:48:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:14 2020-06-12] 178: Checking imports ** [17:48:14 2020-06-12] 178: Checking exports ** [17:48:14 2020-06-12] 178: Checking users ** [17:48:14 2020-06-12] 178: Checking user_dbs ** [17:48:14 2020-06-12] 178: Checking geocodings ** [17:48:14 2020-06-12] 178: Checking synchronizations ** [17:48:14 2020-06-12] 178: Checking tracker ** [17:48:14 2020-06-12] 178: Checking user_migrations ** [17:48:14 2020-06-12] 178: Checking batch_updates ** [17:48:14 2020-06-12] 178: Checking gears ** [17:48:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:48:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:19 2020-06-12] 178: Checking imports ** [17:48:19 2020-06-12] 178: Checking exports ** [17:48:19 2020-06-12] 178: Checking users ** [17:48:19 2020-06-12] 178: Checking user_dbs ** [17:48:19 2020-06-12] 178: Checking geocodings ** [17:48:19 2020-06-12] 178: Checking synchronizations ** [17:48:19 2020-06-12] 178: Checking tracker ** [17:48:19 2020-06-12] 178: Checking user_migrations ** [17:48:19 2020-06-12] 178: Checking batch_updates ** [17:48:19 2020-06-12] 178: Checking gears ** [17:48:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:48:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:24 2020-06-12] 178: Checking imports ** [17:48:24 2020-06-12] 178: Checking exports ** [17:48:24 2020-06-12] 178: Checking users ** [17:48:24 2020-06-12] 178: Checking user_dbs ** [17:48:24 2020-06-12] 178: Checking geocodings ** [17:48:24 2020-06-12] 178: Checking synchronizations ** [17:48:24 2020-06-12] 178: Checking tracker ** [17:48:24 2020-06-12] 178: Checking user_migrations ** [17:48:24 2020-06-12] 178: Checking batch_updates ** [17:48:24 2020-06-12] 178: Checking gears ** [17:48:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:48:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:29 2020-06-12] 178: Checking imports ** [17:48:29 2020-06-12] 178: Checking exports ** [17:48:29 2020-06-12] 178: Checking users ** [17:48:29 2020-06-12] 178: Checking user_dbs ** [17:48:29 2020-06-12] 178: Checking geocodings ** [17:48:29 2020-06-12] 178: Checking synchronizations ** [17:48:29 2020-06-12] 178: Checking tracker ** [17:48:29 2020-06-12] 178: Checking user_migrations ** [17:48:29 2020-06-12] 178: Checking batch_updates ** [17:48:29 2020-06-12] 178: Checking gears ** [17:48:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:48:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:34 2020-06-12] 178: Checking imports ** [17:48:34 2020-06-12] 178: Checking exports ** [17:48:34 2020-06-12] 178: Checking users ** [17:48:34 2020-06-12] 178: Checking user_dbs ** [17:48:34 2020-06-12] 178: Checking geocodings ** [17:48:34 2020-06-12] 178: Checking synchronizations ** [17:48:34 2020-06-12] 178: Checking tracker ** [17:48:34 2020-06-12] 178: Checking user_migrations ** [17:48:34 2020-06-12] 178: Checking batch_updates ** [17:48:34 2020-06-12] 178: Checking gears ** [17:48:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:48:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:39 2020-06-12] 178: Checking imports ** [17:48:39 2020-06-12] 178: Checking exports ** [17:48:39 2020-06-12] 178: Checking users ** [17:48:39 2020-06-12] 178: Checking user_dbs ** [17:48:39 2020-06-12] 178: Checking geocodings ** [17:48:39 2020-06-12] 178: Checking synchronizations ** [17:48:39 2020-06-12] 178: Checking tracker ** [17:48:39 2020-06-12] 178: Checking user_migrations ** [17:48:39 2020-06-12] 178: Checking batch_updates ** [17:48:39 2020-06-12] 178: Checking gears ** [17:48:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:48:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:44 2020-06-12] 178: Checking imports ** [17:48:44 2020-06-12] 178: Checking exports ** [17:48:44 2020-06-12] 178: Checking users ** [17:48:44 2020-06-12] 178: Checking user_dbs ** [17:48:44 2020-06-12] 178: Checking geocodings ** [17:48:44 2020-06-12] 178: Checking synchronizations ** [17:48:44 2020-06-12] 178: Checking tracker ** [17:48:44 2020-06-12] 178: Checking user_migrations ** [17:48:44 2020-06-12] 178: Checking batch_updates ** [17:48:44 2020-06-12] 178: Checking gears ** [17:48:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:48:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:49 2020-06-12] 178: Checking imports ** [17:48:49 2020-06-12] 178: Checking exports ** [17:48:49 2020-06-12] 178: Checking users ** [17:48:49 2020-06-12] 178: Checking user_dbs ** [17:48:49 2020-06-12] 178: Checking geocodings ** [17:48:49 2020-06-12] 178: Checking synchronizations ** [17:48:49 2020-06-12] 178: Checking tracker ** [17:48:49 2020-06-12] 178: Checking user_migrations ** [17:48:49 2020-06-12] 178: Checking batch_updates ** [17:48:49 2020-06-12] 178: Checking gears ** [17:48:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:48:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:54 2020-06-12] 178: Checking imports ** [17:48:54 2020-06-12] 178: Checking exports ** [17:48:54 2020-06-12] 178: Checking users ** [17:48:54 2020-06-12] 178: Checking user_dbs ** [17:48:54 2020-06-12] 178: Checking geocodings ** [17:48:54 2020-06-12] 178: Checking synchronizations ** [17:48:54 2020-06-12] 178: Checking tracker ** [17:48:54 2020-06-12] 178: Checking user_migrations ** [17:48:54 2020-06-12] 178: Checking batch_updates ** [17:48:54 2020-06-12] 178: Checking gears ** [17:48:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:48:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:59 2020-06-12] 178: Checking imports ** [17:48:59 2020-06-12] 178: Checking exports ** [17:48:59 2020-06-12] 178: Checking users ** [17:48:59 2020-06-12] 178: Checking user_dbs ** [17:48:59 2020-06-12] 178: Checking geocodings ** [17:48:59 2020-06-12] 178: Checking synchronizations ** [17:48:59 2020-06-12] 178: Checking tracker ** [17:48:59 2020-06-12] 178: Checking user_migrations ** [17:48:59 2020-06-12] 178: Checking batch_updates ** [17:48:59 2020-06-12] 178: Checking gears ** [17:48:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:48:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:04 2020-06-12] 178: Checking imports ** [17:49:04 2020-06-12] 178: Checking exports ** [17:49:04 2020-06-12] 178: Checking users ** [17:49:04 2020-06-12] 178: Checking user_dbs ** [17:49:04 2020-06-12] 178: Checking geocodings ** [17:49:04 2020-06-12] 178: Checking synchronizations ** [17:49:04 2020-06-12] 178: Checking tracker ** [17:49:04 2020-06-12] 178: Checking user_migrations ** [17:49:04 2020-06-12] 178: Checking batch_updates ** [17:49:04 2020-06-12] 178: Checking gears ** [17:49:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:49:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:09 2020-06-12] 178: Checking imports ** [17:49:09 2020-06-12] 178: Checking exports ** [17:49:09 2020-06-12] 178: Checking users ** [17:49:09 2020-06-12] 178: Checking user_dbs ** [17:49:09 2020-06-12] 178: Checking geocodings ** [17:49:09 2020-06-12] 178: Checking synchronizations ** [17:49:09 2020-06-12] 178: Checking tracker ** [17:49:09 2020-06-12] 178: Checking user_migrations ** [17:49:09 2020-06-12] 178: Checking batch_updates ** [17:49:09 2020-06-12] 178: Checking gears ** [17:49:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:49:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:14 2020-06-12] 178: Checking imports ** [17:49:14 2020-06-12] 178: Checking exports ** [17:49:14 2020-06-12] 178: Checking users ** [17:49:14 2020-06-12] 178: Checking user_dbs ** [17:49:14 2020-06-12] 178: Checking geocodings ** [17:49:14 2020-06-12] 178: Checking synchronizations ** [17:49:14 2020-06-12] 178: Checking tracker ** [17:49:14 2020-06-12] 178: Checking user_migrations ** [17:49:14 2020-06-12] 178: Checking batch_updates ** [17:49:14 2020-06-12] 178: Checking gears ** [17:49:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:49:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:19 2020-06-12] 178: Checking imports ** [17:49:19 2020-06-12] 178: Checking exports ** [17:49:19 2020-06-12] 178: Checking users ** [17:49:19 2020-06-12] 178: Checking user_dbs ** [17:49:19 2020-06-12] 178: Checking geocodings ** [17:49:19 2020-06-12] 178: Checking synchronizations ** [17:49:19 2020-06-12] 178: Checking tracker ** [17:49:19 2020-06-12] 178: Checking user_migrations ** [17:49:19 2020-06-12] 178: Checking batch_updates ** [17:49:19 2020-06-12] 178: Checking gears ** [17:49:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:49:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:24 2020-06-12] 178: Checking imports ** [17:49:24 2020-06-12] 178: Checking exports ** [17:49:24 2020-06-12] 178: Checking users ** [17:49:24 2020-06-12] 178: Checking user_dbs ** [17:49:24 2020-06-12] 178: Checking geocodings ** [17:49:24 2020-06-12] 178: Checking synchronizations ** [17:49:24 2020-06-12] 178: Checking tracker ** [17:49:24 2020-06-12] 178: Checking user_migrations ** [17:49:24 2020-06-12] 178: Checking batch_updates ** [17:49:24 2020-06-12] 178: Checking gears ** [17:49:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:49:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:29 2020-06-12] 178: Checking imports ** [17:49:29 2020-06-12] 178: Checking exports ** [17:49:29 2020-06-12] 178: Checking users ** [17:49:29 2020-06-12] 178: Checking user_dbs ** [17:49:29 2020-06-12] 178: Checking geocodings ** [17:49:29 2020-06-12] 178: Checking synchronizations ** [17:49:29 2020-06-12] 178: Checking tracker ** [17:49:29 2020-06-12] 178: Checking user_migrations ** [17:49:29 2020-06-12] 178: Checking batch_updates ** [17:49:29 2020-06-12] 178: Checking gears ** [17:49:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:49:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:34 2020-06-12] 178: Checking imports ** [17:49:34 2020-06-12] 178: Checking exports ** [17:49:34 2020-06-12] 178: Checking users ** [17:49:34 2020-06-12] 178: Checking user_dbs ** [17:49:34 2020-06-12] 178: Checking geocodings ** [17:49:34 2020-06-12] 178: Checking synchronizations ** [17:49:34 2020-06-12] 178: Checking tracker ** [17:49:34 2020-06-12] 178: Checking user_migrations ** [17:49:34 2020-06-12] 178: Checking batch_updates ** [17:49:34 2020-06-12] 178: Checking gears ** [17:49:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:49:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:39 2020-06-12] 178: Checking imports ** [17:49:39 2020-06-12] 178: Checking exports ** [17:49:39 2020-06-12] 178: Checking users ** [17:49:39 2020-06-12] 178: Checking user_dbs ** [17:49:39 2020-06-12] 178: Checking geocodings ** [17:49:39 2020-06-12] 178: Checking synchronizations ** [17:49:39 2020-06-12] 178: Checking tracker ** [17:49:39 2020-06-12] 178: Checking user_migrations ** [17:49:39 2020-06-12] 178: Checking batch_updates ** [17:49:39 2020-06-12] 178: Checking gears ** [17:49:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:49:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:44 2020-06-12] 178: Checking imports ** [17:49:44 2020-06-12] 178: Checking exports ** [17:49:44 2020-06-12] 178: Checking users ** [17:49:44 2020-06-12] 178: Checking user_dbs ** [17:49:44 2020-06-12] 178: Checking geocodings ** [17:49:44 2020-06-12] 178: Checking synchronizations ** [17:49:44 2020-06-12] 178: Checking tracker ** [17:49:44 2020-06-12] 178: Checking user_migrations ** [17:49:44 2020-06-12] 178: Checking batch_updates ** [17:49:44 2020-06-12] 178: Checking gears ** [17:49:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:49:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:49 2020-06-12] 178: Checking imports ** [17:49:49 2020-06-12] 178: Checking exports ** [17:49:49 2020-06-12] 178: Checking users ** [17:49:49 2020-06-12] 178: Checking user_dbs ** [17:49:49 2020-06-12] 178: Checking geocodings ** [17:49:49 2020-06-12] 178: Checking synchronizations ** [17:49:49 2020-06-12] 178: Checking tracker ** [17:49:49 2020-06-12] 178: Checking user_migrations ** [17:49:49 2020-06-12] 178: Checking batch_updates ** [17:49:49 2020-06-12] 178: Checking gears ** [17:49:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:49:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:54 2020-06-12] 178: Checking imports ** [17:49:54 2020-06-12] 178: Checking exports ** [17:49:54 2020-06-12] 178: Checking users ** [17:49:54 2020-06-12] 178: Checking user_dbs ** [17:49:54 2020-06-12] 178: Checking geocodings ** [17:49:54 2020-06-12] 178: Checking synchronizations ** [17:49:54 2020-06-12] 178: Checking tracker ** [17:49:54 2020-06-12] 178: Checking user_migrations ** [17:49:54 2020-06-12] 178: Checking batch_updates ** [17:49:54 2020-06-12] 178: Checking gears ** [17:49:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:49:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:59 2020-06-12] 178: Checking imports ** [17:49:59 2020-06-12] 178: Checking exports ** [17:49:59 2020-06-12] 178: Checking users ** [17:49:59 2020-06-12] 178: Checking user_dbs ** [17:49:59 2020-06-12] 178: Checking geocodings ** [17:49:59 2020-06-12] 178: Checking synchronizations ** [17:49:59 2020-06-12] 178: Checking tracker ** [17:49:59 2020-06-12] 178: Checking user_migrations ** [17:49:59 2020-06-12] 178: Checking batch_updates ** [17:49:59 2020-06-12] 178: Checking gears ** [17:49:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:49:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:04 2020-06-12] 178: Checking imports ** [17:50:04 2020-06-12] 178: Checking exports ** [17:50:04 2020-06-12] 178: Checking users ** [17:50:04 2020-06-12] 178: Checking user_dbs ** [17:50:04 2020-06-12] 178: Checking geocodings ** [17:50:04 2020-06-12] 178: Checking synchronizations ** [17:50:04 2020-06-12] 178: Checking tracker ** [17:50:04 2020-06-12] 178: Checking user_migrations ** [17:50:04 2020-06-12] 178: Checking batch_updates ** [17:50:04 2020-06-12] 178: Checking gears ** [17:50:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:50:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:09 2020-06-12] 178: Checking imports ** [17:50:09 2020-06-12] 178: Checking exports ** [17:50:09 2020-06-12] 178: Checking users ** [17:50:09 2020-06-12] 178: Checking user_dbs ** [17:50:09 2020-06-12] 178: Checking geocodings ** [17:50:09 2020-06-12] 178: Checking synchronizations ** [17:50:09 2020-06-12] 178: Checking tracker ** [17:50:09 2020-06-12] 178: Checking user_migrations ** [17:50:09 2020-06-12] 178: Checking batch_updates ** [17:50:09 2020-06-12] 178: Checking gears ** [17:50:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:50:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:14 2020-06-12] 178: Checking imports ** [17:50:14 2020-06-12] 178: Checking exports ** [17:50:14 2020-06-12] 178: Checking users ** [17:50:14 2020-06-12] 178: Checking user_dbs ** [17:50:14 2020-06-12] 178: Checking geocodings ** [17:50:14 2020-06-12] 178: Checking synchronizations ** [17:50:14 2020-06-12] 178: Checking tracker ** [17:50:14 2020-06-12] 178: Checking user_migrations ** [17:50:14 2020-06-12] 178: Checking batch_updates ** [17:50:14 2020-06-12] 178: Checking gears ** [17:50:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:50:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:19 2020-06-12] 178: Checking imports ** [17:50:19 2020-06-12] 178: Checking exports ** [17:50:19 2020-06-12] 178: Checking users ** [17:50:19 2020-06-12] 178: Checking user_dbs ** [17:50:19 2020-06-12] 178: Checking geocodings ** [17:50:19 2020-06-12] 178: Checking synchronizations ** [17:50:19 2020-06-12] 178: Checking tracker ** [17:50:19 2020-06-12] 178: Checking user_migrations ** [17:50:19 2020-06-12] 178: Checking batch_updates ** [17:50:19 2020-06-12] 178: Checking gears ** [17:50:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:50:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:24 2020-06-12] 178: Checking imports ** [17:50:24 2020-06-12] 178: Checking exports ** [17:50:24 2020-06-12] 178: Checking users ** [17:50:24 2020-06-12] 178: Checking user_dbs ** [17:50:24 2020-06-12] 178: Checking geocodings ** [17:50:24 2020-06-12] 178: Checking synchronizations ** [17:50:24 2020-06-12] 178: Checking tracker ** [17:50:24 2020-06-12] 178: Checking user_migrations ** [17:50:24 2020-06-12] 178: Checking batch_updates ** [17:50:24 2020-06-12] 178: Checking gears ** [17:50:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:50:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:29 2020-06-12] 178: Checking imports ** [17:50:29 2020-06-12] 178: Checking exports ** [17:50:29 2020-06-12] 178: Checking users ** [17:50:29 2020-06-12] 178: Checking user_dbs ** [17:50:29 2020-06-12] 178: Checking geocodings ** [17:50:29 2020-06-12] 178: Checking synchronizations ** [17:50:29 2020-06-12] 178: Checking tracker ** [17:50:29 2020-06-12] 178: Checking user_migrations ** [17:50:29 2020-06-12] 178: Checking batch_updates ** [17:50:29 2020-06-12] 178: Checking gears ** [17:50:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:50:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:34 2020-06-12] 178: Checking imports ** [17:50:34 2020-06-12] 178: Checking exports ** [17:50:34 2020-06-12] 178: Checking users ** [17:50:34 2020-06-12] 178: Checking user_dbs ** [17:50:34 2020-06-12] 178: Checking geocodings ** [17:50:34 2020-06-12] 178: Checking synchronizations ** [17:50:34 2020-06-12] 178: Checking tracker ** [17:50:34 2020-06-12] 178: Checking user_migrations ** [17:50:34 2020-06-12] 178: Checking batch_updates ** [17:50:34 2020-06-12] 178: Checking gears ** [17:50:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:50:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:39 2020-06-12] 178: Checking imports ** [17:50:39 2020-06-12] 178: Checking exports ** [17:50:39 2020-06-12] 178: Checking users ** [17:50:39 2020-06-12] 178: Checking user_dbs ** [17:50:39 2020-06-12] 178: Checking geocodings ** [17:50:39 2020-06-12] 178: Checking synchronizations ** [17:50:39 2020-06-12] 178: Checking tracker ** [17:50:39 2020-06-12] 178: Checking user_migrations ** [17:50:39 2020-06-12] 178: Checking batch_updates ** [17:50:39 2020-06-12] 178: Checking gears ** [17:50:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:50:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:44 2020-06-12] 178: Checking imports ** [17:50:44 2020-06-12] 178: Checking exports ** [17:50:44 2020-06-12] 178: Checking users ** [17:50:44 2020-06-12] 178: Checking user_dbs ** [17:50:44 2020-06-12] 178: Checking geocodings ** [17:50:44 2020-06-12] 178: Checking synchronizations ** [17:50:44 2020-06-12] 178: Checking tracker ** [17:50:44 2020-06-12] 178: Checking user_migrations ** [17:50:44 2020-06-12] 178: Checking batch_updates ** [17:50:44 2020-06-12] 178: Checking gears ** [17:50:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:50:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:49 2020-06-12] 178: Checking imports ** [17:50:49 2020-06-12] 178: Checking exports ** [17:50:49 2020-06-12] 178: Checking users ** [17:50:49 2020-06-12] 178: Checking user_dbs ** [17:50:49 2020-06-12] 178: Checking geocodings ** [17:50:49 2020-06-12] 178: Checking synchronizations ** [17:50:49 2020-06-12] 178: Checking tracker ** [17:50:49 2020-06-12] 178: Checking user_migrations ** [17:50:49 2020-06-12] 178: Checking batch_updates ** [17:50:49 2020-06-12] 178: Checking gears ** [17:50:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:50:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:54 2020-06-12] 178: Checking imports ** [17:50:54 2020-06-12] 178: Checking exports ** [17:50:54 2020-06-12] 178: Checking users ** [17:50:54 2020-06-12] 178: Checking user_dbs ** [17:50:54 2020-06-12] 178: Checking geocodings ** [17:50:54 2020-06-12] 178: Checking synchronizations ** [17:50:54 2020-06-12] 178: Checking tracker ** [17:50:54 2020-06-12] 178: Checking user_migrations ** [17:50:54 2020-06-12] 178: Checking batch_updates ** [17:50:54 2020-06-12] 178: Checking gears ** [17:50:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:50:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:59 2020-06-12] 178: Checking imports ** [17:50:59 2020-06-12] 178: Checking exports ** [17:50:59 2020-06-12] 178: Checking users ** [17:50:59 2020-06-12] 178: Checking user_dbs ** [17:50:59 2020-06-12] 178: Checking geocodings ** [17:50:59 2020-06-12] 178: Checking synchronizations ** [17:50:59 2020-06-12] 178: Checking tracker ** [17:50:59 2020-06-12] 178: Checking user_migrations ** [17:50:59 2020-06-12] 178: Checking batch_updates ** [17:50:59 2020-06-12] 178: Checking gears ** [17:50:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:50:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:04 2020-06-12] 178: Checking imports ** [17:51:04 2020-06-12] 178: Checking exports ** [17:51:04 2020-06-12] 178: Checking users ** [17:51:04 2020-06-12] 178: Checking user_dbs ** [17:51:04 2020-06-12] 178: Checking geocodings ** [17:51:04 2020-06-12] 178: Checking synchronizations ** [17:51:04 2020-06-12] 178: Checking tracker ** [17:51:04 2020-06-12] 178: Checking user_migrations ** [17:51:04 2020-06-12] 178: Checking batch_updates ** [17:51:04 2020-06-12] 178: Checking gears ** [17:51:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:51:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:09 2020-06-12] 178: Checking imports ** [17:51:09 2020-06-12] 178: Checking exports ** [17:51:09 2020-06-12] 178: Checking users ** [17:51:09 2020-06-12] 178: Checking user_dbs ** [17:51:09 2020-06-12] 178: Checking geocodings ** [17:51:09 2020-06-12] 178: Checking synchronizations ** [17:51:09 2020-06-12] 178: Checking tracker ** [17:51:09 2020-06-12] 178: Checking user_migrations ** [17:51:09 2020-06-12] 178: Checking batch_updates ** [17:51:09 2020-06-12] 178: Checking gears ** [17:51:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:51:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:14 2020-06-12] 178: Checking imports ** [17:51:14 2020-06-12] 178: Checking exports ** [17:51:14 2020-06-12] 178: Checking users ** [17:51:14 2020-06-12] 178: Checking user_dbs ** [17:51:14 2020-06-12] 178: Checking geocodings ** [17:51:14 2020-06-12] 178: Checking synchronizations ** [17:51:14 2020-06-12] 178: Checking tracker ** [17:51:14 2020-06-12] 178: Checking user_migrations ** [17:51:14 2020-06-12] 178: Checking batch_updates ** [17:51:14 2020-06-12] 178: Checking gears ** [17:51:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:51:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:19 2020-06-12] 178: Checking imports ** [17:51:19 2020-06-12] 178: Checking exports ** [17:51:19 2020-06-12] 178: Checking users ** [17:51:19 2020-06-12] 178: Checking user_dbs ** [17:51:19 2020-06-12] 178: Checking geocodings ** [17:51:19 2020-06-12] 178: Checking synchronizations ** [17:51:19 2020-06-12] 178: Checking tracker ** [17:51:19 2020-06-12] 178: Checking user_migrations ** [17:51:19 2020-06-12] 178: Checking batch_updates ** [17:51:19 2020-06-12] 178: Checking gears ** [17:51:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:51:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:24 2020-06-12] 178: Checking imports ** [17:51:24 2020-06-12] 178: Checking exports ** [17:51:24 2020-06-12] 178: Checking users ** [17:51:24 2020-06-12] 178: Checking user_dbs ** [17:51:24 2020-06-12] 178: Checking geocodings ** [17:51:24 2020-06-12] 178: Checking synchronizations ** [17:51:24 2020-06-12] 178: Checking tracker ** [17:51:24 2020-06-12] 178: Checking user_migrations ** [17:51:24 2020-06-12] 178: Checking batch_updates ** [17:51:24 2020-06-12] 178: Checking gears ** [17:51:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:51:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:29 2020-06-12] 178: Checking imports ** [17:51:29 2020-06-12] 178: Checking exports ** [17:51:29 2020-06-12] 178: Checking users ** [17:51:29 2020-06-12] 178: Checking user_dbs ** [17:51:29 2020-06-12] 178: Checking geocodings ** [17:51:29 2020-06-12] 178: Checking synchronizations ** [17:51:29 2020-06-12] 178: Checking tracker ** [17:51:29 2020-06-12] 178: Checking user_migrations ** [17:51:29 2020-06-12] 178: Checking batch_updates ** [17:51:29 2020-06-12] 178: Checking gears ** [17:51:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:51:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:34 2020-06-12] 178: Checking imports ** [17:51:34 2020-06-12] 178: Checking exports ** [17:51:34 2020-06-12] 178: Checking users ** [17:51:34 2020-06-12] 178: Checking user_dbs ** [17:51:34 2020-06-12] 178: Checking geocodings ** [17:51:34 2020-06-12] 178: Checking synchronizations ** [17:51:34 2020-06-12] 178: Checking tracker ** [17:51:34 2020-06-12] 178: Checking user_migrations ** [17:51:34 2020-06-12] 178: Checking batch_updates ** [17:51:34 2020-06-12] 178: Checking gears ** [17:51:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:51:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:39 2020-06-12] 178: Checking imports ** [17:51:39 2020-06-12] 178: Checking exports ** [17:51:39 2020-06-12] 178: Checking users ** [17:51:39 2020-06-12] 178: Checking user_dbs ** [17:51:39 2020-06-12] 178: Checking geocodings ** [17:51:39 2020-06-12] 178: Checking synchronizations ** [17:51:39 2020-06-12] 178: Checking tracker ** [17:51:39 2020-06-12] 178: Checking user_migrations ** [17:51:39 2020-06-12] 178: Checking batch_updates ** [17:51:39 2020-06-12] 178: Checking gears ** [17:51:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:51:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:45 2020-06-12] 178: Checking imports ** [17:51:45 2020-06-12] 178: Checking exports ** [17:51:45 2020-06-12] 178: Checking users ** [17:51:45 2020-06-12] 178: Checking user_dbs ** [17:51:45 2020-06-12] 178: Checking geocodings ** [17:51:45 2020-06-12] 178: Checking synchronizations ** [17:51:45 2020-06-12] 178: Checking tracker ** [17:51:45 2020-06-12] 178: Checking user_migrations ** [17:51:45 2020-06-12] 178: Checking batch_updates ** [17:51:45 2020-06-12] 178: Checking gears ** [17:51:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:51:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:50 2020-06-12] 178: Checking imports ** [17:51:50 2020-06-12] 178: Checking exports ** [17:51:50 2020-06-12] 178: Checking users ** [17:51:50 2020-06-12] 178: Checking user_dbs ** [17:51:50 2020-06-12] 178: Checking geocodings ** [17:51:50 2020-06-12] 178: Checking synchronizations ** [17:51:50 2020-06-12] 178: Checking tracker ** [17:51:50 2020-06-12] 178: Checking user_migrations ** [17:51:50 2020-06-12] 178: Checking batch_updates ** [17:51:50 2020-06-12] 178: Checking gears ** [17:51:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:51:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:55 2020-06-12] 178: Checking imports ** [17:51:55 2020-06-12] 178: Checking exports ** [17:51:55 2020-06-12] 178: Checking users ** [17:51:55 2020-06-12] 178: Checking user_dbs ** [17:51:55 2020-06-12] 178: Checking geocodings ** [17:51:55 2020-06-12] 178: Checking synchronizations ** [17:51:55 2020-06-12] 178: Checking tracker ** [17:51:55 2020-06-12] 178: Checking user_migrations ** [17:51:55 2020-06-12] 178: Checking batch_updates ** [17:51:55 2020-06-12] 178: Checking gears ** [17:51:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:51:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:00 2020-06-12] 178: Checking imports ** [17:52:00 2020-06-12] 178: Checking exports ** [17:52:00 2020-06-12] 178: Checking users ** [17:52:00 2020-06-12] 178: Checking user_dbs ** [17:52:00 2020-06-12] 178: Checking geocodings ** [17:52:00 2020-06-12] 178: Checking synchronizations ** [17:52:00 2020-06-12] 178: Checking tracker ** [17:52:00 2020-06-12] 178: Checking user_migrations ** [17:52:00 2020-06-12] 178: Checking batch_updates ** [17:52:00 2020-06-12] 178: Checking gears ** [17:52:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:52:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:05 2020-06-12] 178: Checking imports ** [17:52:05 2020-06-12] 178: Checking exports ** [17:52:05 2020-06-12] 178: Checking users ** [17:52:05 2020-06-12] 178: Checking user_dbs ** [17:52:05 2020-06-12] 178: Checking geocodings ** [17:52:05 2020-06-12] 178: Checking synchronizations ** [17:52:05 2020-06-12] 178: Checking tracker ** [17:52:05 2020-06-12] 178: Checking user_migrations ** [17:52:05 2020-06-12] 178: Checking batch_updates ** [17:52:05 2020-06-12] 178: Checking gears ** [17:52:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:52:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:10 2020-06-12] 178: Checking imports ** [17:52:10 2020-06-12] 178: Checking exports ** [17:52:10 2020-06-12] 178: Checking users ** [17:52:10 2020-06-12] 178: Checking user_dbs ** [17:52:10 2020-06-12] 178: Checking geocodings ** [17:52:10 2020-06-12] 178: Checking synchronizations ** [17:52:10 2020-06-12] 178: Checking tracker ** [17:52:10 2020-06-12] 178: Checking user_migrations ** [17:52:10 2020-06-12] 178: Checking batch_updates ** [17:52:10 2020-06-12] 178: Checking gears ** [17:52:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:52:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:15 2020-06-12] 178: Checking imports ** [17:52:15 2020-06-12] 178: Checking exports ** [17:52:15 2020-06-12] 178: Checking users ** [17:52:15 2020-06-12] 178: Checking user_dbs ** [17:52:15 2020-06-12] 178: Checking geocodings ** [17:52:15 2020-06-12] 178: Checking synchronizations ** [17:52:15 2020-06-12] 178: Checking tracker ** [17:52:15 2020-06-12] 178: Checking user_migrations ** [17:52:15 2020-06-12] 178: Checking batch_updates ** [17:52:15 2020-06-12] 178: Checking gears ** [17:52:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:52:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:20 2020-06-12] 178: Checking imports ** [17:52:20 2020-06-12] 178: Checking exports ** [17:52:20 2020-06-12] 178: Checking users ** [17:52:20 2020-06-12] 178: Checking user_dbs ** [17:52:20 2020-06-12] 178: Checking geocodings ** [17:52:20 2020-06-12] 178: Checking synchronizations ** [17:52:20 2020-06-12] 178: Checking tracker ** [17:52:20 2020-06-12] 178: Checking user_migrations ** [17:52:20 2020-06-12] 178: Checking batch_updates ** [17:52:20 2020-06-12] 178: Checking gears ** [17:52:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:52:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:25 2020-06-12] 178: Checking imports ** [17:52:25 2020-06-12] 178: Checking exports ** [17:52:25 2020-06-12] 178: Checking users ** [17:52:25 2020-06-12] 178: Checking user_dbs ** [17:52:25 2020-06-12] 178: Checking geocodings ** [17:52:25 2020-06-12] 178: Checking synchronizations ** [17:52:25 2020-06-12] 178: Checking tracker ** [17:52:25 2020-06-12] 178: Checking user_migrations ** [17:52:25 2020-06-12] 178: Checking batch_updates ** [17:52:25 2020-06-12] 178: Checking gears ** [17:52:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:52:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:30 2020-06-12] 178: Checking imports ** [17:52:30 2020-06-12] 178: Checking exports ** [17:52:30 2020-06-12] 178: Checking users ** [17:52:30 2020-06-12] 178: Checking user_dbs ** [17:52:30 2020-06-12] 178: Checking geocodings ** [17:52:30 2020-06-12] 178: Checking synchronizations ** [17:52:30 2020-06-12] 178: Checking tracker ** [17:52:30 2020-06-12] 178: Checking user_migrations ** [17:52:30 2020-06-12] 178: Checking batch_updates ** [17:52:30 2020-06-12] 178: Checking gears ** [17:52:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:52:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:35 2020-06-12] 178: Checking imports ** [17:52:35 2020-06-12] 178: Checking exports ** [17:52:35 2020-06-12] 178: Checking users ** [17:52:35 2020-06-12] 178: Checking user_dbs ** [17:52:35 2020-06-12] 178: Checking geocodings ** [17:52:35 2020-06-12] 178: Checking synchronizations ** [17:52:35 2020-06-12] 178: Checking tracker ** [17:52:35 2020-06-12] 178: Checking user_migrations ** [17:52:35 2020-06-12] 178: Checking batch_updates ** [17:52:35 2020-06-12] 178: Checking gears ** [17:52:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:52:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:40 2020-06-12] 178: Checking imports ** [17:52:40 2020-06-12] 178: Checking exports ** [17:52:40 2020-06-12] 178: Checking users ** [17:52:40 2020-06-12] 178: Checking user_dbs ** [17:52:40 2020-06-12] 178: Checking geocodings ** [17:52:40 2020-06-12] 178: Checking synchronizations ** [17:52:40 2020-06-12] 178: Checking tracker ** [17:52:40 2020-06-12] 178: Checking user_migrations ** [17:52:40 2020-06-12] 178: Checking batch_updates ** [17:52:40 2020-06-12] 178: Checking gears ** [17:52:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:52:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:45 2020-06-12] 178: Checking imports ** [17:52:45 2020-06-12] 178: Checking exports ** [17:52:45 2020-06-12] 178: Checking users ** [17:52:45 2020-06-12] 178: Checking user_dbs ** [17:52:45 2020-06-12] 178: Checking geocodings ** [17:52:45 2020-06-12] 178: Checking synchronizations ** [17:52:45 2020-06-12] 178: Checking tracker ** [17:52:45 2020-06-12] 178: Checking user_migrations ** [17:52:45 2020-06-12] 178: Checking batch_updates ** [17:52:45 2020-06-12] 178: Checking gears ** [17:52:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:52:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:50 2020-06-12] 178: Checking imports ** [17:52:50 2020-06-12] 178: Checking exports ** [17:52:50 2020-06-12] 178: Checking users ** [17:52:50 2020-06-12] 178: Checking user_dbs ** [17:52:50 2020-06-12] 178: Checking geocodings ** [17:52:50 2020-06-12] 178: Checking synchronizations ** [17:52:50 2020-06-12] 178: Checking tracker ** [17:52:50 2020-06-12] 178: Checking user_migrations ** [17:52:50 2020-06-12] 178: Checking batch_updates ** [17:52:50 2020-06-12] 178: Checking gears ** [17:52:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:52:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:55 2020-06-12] 178: Checking imports ** [17:52:55 2020-06-12] 178: Checking exports ** [17:52:55 2020-06-12] 178: Checking users ** [17:52:55 2020-06-12] 178: Checking user_dbs ** [17:52:55 2020-06-12] 178: Checking geocodings ** [17:52:55 2020-06-12] 178: Checking synchronizations ** [17:52:55 2020-06-12] 178: Checking tracker ** [17:52:55 2020-06-12] 178: Checking user_migrations ** [17:52:55 2020-06-12] 178: Checking batch_updates ** [17:52:55 2020-06-12] 178: Checking gears ** [17:52:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:52:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:00 2020-06-12] 178: Checking imports ** [17:53:00 2020-06-12] 178: Checking exports ** [17:53:00 2020-06-12] 178: Checking users ** [17:53:00 2020-06-12] 178: Checking user_dbs ** [17:53:00 2020-06-12] 178: Checking geocodings ** [17:53:00 2020-06-12] 178: Checking synchronizations ** [17:53:00 2020-06-12] 178: Checking tracker ** [17:53:00 2020-06-12] 178: Checking user_migrations ** [17:53:00 2020-06-12] 178: Checking batch_updates ** [17:53:00 2020-06-12] 178: Checking gears ** [17:53:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:53:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:05 2020-06-12] 178: Checking imports ** [17:53:05 2020-06-12] 178: Checking exports ** [17:53:05 2020-06-12] 178: Checking users ** [17:53:05 2020-06-12] 178: Checking user_dbs ** [17:53:05 2020-06-12] 178: Checking geocodings ** [17:53:05 2020-06-12] 178: Checking synchronizations ** [17:53:05 2020-06-12] 178: Checking tracker ** [17:53:05 2020-06-12] 178: Checking user_migrations ** [17:53:05 2020-06-12] 178: Checking batch_updates ** [17:53:05 2020-06-12] 178: Checking gears ** [17:53:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:53:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:10 2020-06-12] 178: Checking imports ** [17:53:10 2020-06-12] 178: Checking exports ** [17:53:10 2020-06-12] 178: Checking users ** [17:53:10 2020-06-12] 178: Checking user_dbs ** [17:53:10 2020-06-12] 178: Checking geocodings ** [17:53:10 2020-06-12] 178: Checking synchronizations ** [17:53:10 2020-06-12] 178: Checking tracker ** [17:53:10 2020-06-12] 178: Checking user_migrations ** [17:53:10 2020-06-12] 178: Checking batch_updates ** [17:53:10 2020-06-12] 178: Checking gears ** [17:53:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:53:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:15 2020-06-12] 178: Checking imports ** [17:53:15 2020-06-12] 178: Checking exports ** [17:53:15 2020-06-12] 178: Checking users ** [17:53:15 2020-06-12] 178: Checking user_dbs ** [17:53:15 2020-06-12] 178: Checking geocodings ** [17:53:15 2020-06-12] 178: Checking synchronizations ** [17:53:15 2020-06-12] 178: Checking tracker ** [17:53:15 2020-06-12] 178: Checking user_migrations ** [17:53:15 2020-06-12] 178: Checking batch_updates ** [17:53:15 2020-06-12] 178: Checking gears ** [17:53:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:53:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:20 2020-06-12] 178: Checking imports ** [17:53:20 2020-06-12] 178: Checking exports ** [17:53:20 2020-06-12] 178: Checking users ** [17:53:20 2020-06-12] 178: Checking user_dbs ** [17:53:20 2020-06-12] 178: Checking geocodings ** [17:53:20 2020-06-12] 178: Checking synchronizations ** [17:53:20 2020-06-12] 178: Checking tracker ** [17:53:20 2020-06-12] 178: Checking user_migrations ** [17:53:20 2020-06-12] 178: Checking batch_updates ** [17:53:20 2020-06-12] 178: Checking gears ** [17:53:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:53:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:25 2020-06-12] 178: Checking imports ** [17:53:25 2020-06-12] 178: Checking exports ** [17:53:25 2020-06-12] 178: Checking users ** [17:53:25 2020-06-12] 178: Checking user_dbs ** [17:53:25 2020-06-12] 178: Checking geocodings ** [17:53:25 2020-06-12] 178: Checking synchronizations ** [17:53:25 2020-06-12] 178: Checking tracker ** [17:53:25 2020-06-12] 178: Checking user_migrations ** [17:53:25 2020-06-12] 178: Checking batch_updates ** [17:53:25 2020-06-12] 178: Checking gears ** [17:53:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:53:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:30 2020-06-12] 178: Checking imports ** [17:53:30 2020-06-12] 178: Checking exports ** [17:53:30 2020-06-12] 178: Checking users ** [17:53:30 2020-06-12] 178: Checking user_dbs ** [17:53:30 2020-06-12] 178: Checking geocodings ** [17:53:30 2020-06-12] 178: Checking synchronizations ** [17:53:30 2020-06-12] 178: Checking tracker ** [17:53:30 2020-06-12] 178: Checking user_migrations ** [17:53:30 2020-06-12] 178: Checking batch_updates ** [17:53:30 2020-06-12] 178: Checking gears ** [17:53:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:53:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:35 2020-06-12] 178: Checking imports ** [17:53:35 2020-06-12] 178: Checking exports ** [17:53:35 2020-06-12] 178: Checking users ** [17:53:35 2020-06-12] 178: Checking user_dbs ** [17:53:35 2020-06-12] 178: Checking geocodings ** [17:53:35 2020-06-12] 178: Checking synchronizations ** [17:53:35 2020-06-12] 178: Checking tracker ** [17:53:35 2020-06-12] 178: Checking user_migrations ** [17:53:35 2020-06-12] 178: Checking batch_updates ** [17:53:35 2020-06-12] 178: Checking gears ** [17:53:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:53:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:40 2020-06-12] 178: Checking imports ** [17:53:40 2020-06-12] 178: Checking exports ** [17:53:40 2020-06-12] 178: Checking users ** [17:53:40 2020-06-12] 178: Checking user_dbs ** [17:53:40 2020-06-12] 178: Checking geocodings ** [17:53:40 2020-06-12] 178: Checking synchronizations ** [17:53:40 2020-06-12] 178: Checking tracker ** [17:53:40 2020-06-12] 178: Checking user_migrations ** [17:53:40 2020-06-12] 178: Checking batch_updates ** [17:53:40 2020-06-12] 178: Checking gears ** [17:53:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:53:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:45 2020-06-12] 178: Checking imports ** [17:53:45 2020-06-12] 178: Checking exports ** [17:53:45 2020-06-12] 178: Checking users ** [17:53:45 2020-06-12] 178: Checking user_dbs ** [17:53:45 2020-06-12] 178: Checking geocodings ** [17:53:45 2020-06-12] 178: Checking synchronizations ** [17:53:45 2020-06-12] 178: Checking tracker ** [17:53:45 2020-06-12] 178: Checking user_migrations ** [17:53:45 2020-06-12] 178: Checking batch_updates ** [17:53:45 2020-06-12] 178: Checking gears ** [17:53:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:53:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:50 2020-06-12] 178: Checking imports ** [17:53:50 2020-06-12] 178: Checking exports ** [17:53:50 2020-06-12] 178: Checking users ** [17:53:50 2020-06-12] 178: Checking user_dbs ** [17:53:50 2020-06-12] 178: Checking geocodings ** [17:53:50 2020-06-12] 178: Checking synchronizations ** [17:53:50 2020-06-12] 178: Checking tracker ** [17:53:50 2020-06-12] 178: Checking user_migrations ** [17:53:50 2020-06-12] 178: Checking batch_updates ** [17:53:50 2020-06-12] 178: Checking gears ** [17:53:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:53:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:55 2020-06-12] 178: Checking imports ** [17:53:55 2020-06-12] 178: Checking exports ** [17:53:55 2020-06-12] 178: Checking users ** [17:53:55 2020-06-12] 178: Checking user_dbs ** [17:53:55 2020-06-12] 178: Checking geocodings ** [17:53:55 2020-06-12] 178: Checking synchronizations ** [17:53:55 2020-06-12] 178: Checking tracker ** [17:53:55 2020-06-12] 178: Checking user_migrations ** [17:53:55 2020-06-12] 178: Checking batch_updates ** [17:53:55 2020-06-12] 178: Checking gears ** [17:53:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:53:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:00 2020-06-12] 178: Checking imports ** [17:54:00 2020-06-12] 178: Checking exports ** [17:54:00 2020-06-12] 178: Checking users ** [17:54:00 2020-06-12] 178: Checking user_dbs ** [17:54:00 2020-06-12] 178: Checking geocodings ** [17:54:00 2020-06-12] 178: Checking synchronizations ** [17:54:00 2020-06-12] 178: Checking tracker ** [17:54:00 2020-06-12] 178: Checking user_migrations ** [17:54:00 2020-06-12] 178: Checking batch_updates ** [17:54:00 2020-06-12] 178: Checking gears ** [17:54:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:54:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:05 2020-06-12] 178: Checking imports ** [17:54:05 2020-06-12] 178: Checking exports ** [17:54:05 2020-06-12] 178: Checking users ** [17:54:05 2020-06-12] 178: Checking user_dbs ** [17:54:05 2020-06-12] 178: Checking geocodings ** [17:54:05 2020-06-12] 178: Checking synchronizations ** [17:54:05 2020-06-12] 178: Checking tracker ** [17:54:05 2020-06-12] 178: Checking user_migrations ** [17:54:05 2020-06-12] 178: Checking batch_updates ** [17:54:05 2020-06-12] 178: Checking gears ** [17:54:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:54:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:10 2020-06-12] 178: Checking imports ** [17:54:10 2020-06-12] 178: Checking exports ** [17:54:10 2020-06-12] 178: Checking users ** [17:54:10 2020-06-12] 178: Checking user_dbs ** [17:54:10 2020-06-12] 178: Checking geocodings ** [17:54:10 2020-06-12] 178: Checking synchronizations ** [17:54:10 2020-06-12] 178: Checking tracker ** [17:54:10 2020-06-12] 178: Checking user_migrations ** [17:54:10 2020-06-12] 178: Checking batch_updates ** [17:54:10 2020-06-12] 178: Checking gears ** [17:54:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:54:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:15 2020-06-12] 178: Checking imports ** [17:54:15 2020-06-12] 178: Checking exports ** [17:54:15 2020-06-12] 178: Checking users ** [17:54:15 2020-06-12] 178: Checking user_dbs ** [17:54:15 2020-06-12] 178: Checking geocodings ** [17:54:15 2020-06-12] 178: Checking synchronizations ** [17:54:15 2020-06-12] 178: Checking tracker ** [17:54:15 2020-06-12] 178: Checking user_migrations ** [17:54:15 2020-06-12] 178: Checking batch_updates ** [17:54:15 2020-06-12] 178: Checking gears ** [17:54:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:54:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:20 2020-06-12] 178: Checking imports ** [17:54:20 2020-06-12] 178: Checking exports ** [17:54:20 2020-06-12] 178: Checking users ** [17:54:20 2020-06-12] 178: Checking user_dbs ** [17:54:20 2020-06-12] 178: Checking geocodings ** [17:54:20 2020-06-12] 178: Checking synchronizations ** [17:54:20 2020-06-12] 178: Checking tracker ** [17:54:20 2020-06-12] 178: Checking user_migrations ** [17:54:20 2020-06-12] 178: Checking batch_updates ** [17:54:20 2020-06-12] 178: Checking gears ** [17:54:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:54:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:25 2020-06-12] 178: Checking imports ** [17:54:25 2020-06-12] 178: Checking exports ** [17:54:25 2020-06-12] 178: Checking users ** [17:54:25 2020-06-12] 178: Checking user_dbs ** [17:54:25 2020-06-12] 178: Checking geocodings ** [17:54:25 2020-06-12] 178: Checking synchronizations ** [17:54:25 2020-06-12] 178: Checking tracker ** [17:54:25 2020-06-12] 178: Checking user_migrations ** [17:54:25 2020-06-12] 178: Checking batch_updates ** [17:54:25 2020-06-12] 178: Checking gears ** [17:54:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:54:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:30 2020-06-12] 178: Checking imports ** [17:54:30 2020-06-12] 178: Checking exports ** [17:54:30 2020-06-12] 178: Checking users ** [17:54:30 2020-06-12] 178: Checking user_dbs ** [17:54:30 2020-06-12] 178: Checking geocodings ** [17:54:30 2020-06-12] 178: Checking synchronizations ** [17:54:30 2020-06-12] 178: Checking tracker ** [17:54:30 2020-06-12] 178: Checking user_migrations ** [17:54:30 2020-06-12] 178: Checking batch_updates ** [17:54:30 2020-06-12] 178: Checking gears ** [17:54:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:54:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:35 2020-06-12] 178: Checking imports ** [17:54:35 2020-06-12] 178: Checking exports ** [17:54:35 2020-06-12] 178: Checking users ** [17:54:35 2020-06-12] 178: Checking user_dbs ** [17:54:35 2020-06-12] 178: Checking geocodings ** [17:54:35 2020-06-12] 178: Checking synchronizations ** [17:54:35 2020-06-12] 178: Checking tracker ** [17:54:35 2020-06-12] 178: Checking user_migrations ** [17:54:35 2020-06-12] 178: Checking batch_updates ** [17:54:35 2020-06-12] 178: Checking gears ** [17:54:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:54:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:40 2020-06-12] 178: Checking imports ** [17:54:40 2020-06-12] 178: Checking exports ** [17:54:40 2020-06-12] 178: Checking users ** [17:54:40 2020-06-12] 178: Checking user_dbs ** [17:54:40 2020-06-12] 178: Checking geocodings ** [17:54:40 2020-06-12] 178: Checking synchronizations ** [17:54:40 2020-06-12] 178: Checking tracker ** [17:54:40 2020-06-12] 178: Checking user_migrations ** [17:54:40 2020-06-12] 178: Checking batch_updates ** [17:54:40 2020-06-12] 178: Checking gears ** [17:54:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:54:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:45 2020-06-12] 178: Checking imports ** [17:54:45 2020-06-12] 178: Checking exports ** [17:54:45 2020-06-12] 178: Checking users ** [17:54:45 2020-06-12] 178: Checking user_dbs ** [17:54:45 2020-06-12] 178: Checking geocodings ** [17:54:45 2020-06-12] 178: Checking synchronizations ** [17:54:45 2020-06-12] 178: Checking tracker ** [17:54:45 2020-06-12] 178: Checking user_migrations ** [17:54:45 2020-06-12] 178: Checking batch_updates ** [17:54:45 2020-06-12] 178: Checking gears ** [17:54:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:54:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:50 2020-06-12] 178: Checking imports ** [17:54:50 2020-06-12] 178: Checking exports ** [17:54:50 2020-06-12] 178: Checking users ** [17:54:50 2020-06-12] 178: Checking user_dbs ** [17:54:50 2020-06-12] 178: Checking geocodings ** [17:54:50 2020-06-12] 178: Checking synchronizations ** [17:54:50 2020-06-12] 178: Checking tracker ** [17:54:50 2020-06-12] 178: Checking user_migrations ** [17:54:50 2020-06-12] 178: Checking batch_updates ** [17:54:50 2020-06-12] 178: Checking gears ** [17:54:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:54:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:55 2020-06-12] 178: Checking imports ** [17:54:55 2020-06-12] 178: Checking exports ** [17:54:55 2020-06-12] 178: Checking users ** [17:54:55 2020-06-12] 178: Checking user_dbs ** [17:54:55 2020-06-12] 178: Checking geocodings ** [17:54:55 2020-06-12] 178: Checking synchronizations ** [17:54:55 2020-06-12] 178: Checking tracker ** [17:54:55 2020-06-12] 178: Checking user_migrations ** [17:54:55 2020-06-12] 178: Checking batch_updates ** [17:54:55 2020-06-12] 178: Checking gears ** [17:54:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:54:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:00 2020-06-12] 178: Checking imports ** [17:55:00 2020-06-12] 178: Checking exports ** [17:55:00 2020-06-12] 178: Checking users ** [17:55:00 2020-06-12] 178: Checking user_dbs ** [17:55:00 2020-06-12] 178: Checking geocodings ** [17:55:00 2020-06-12] 178: Checking synchronizations ** [17:55:00 2020-06-12] 178: Checking tracker ** [17:55:00 2020-06-12] 178: Checking user_migrations ** [17:55:00 2020-06-12] 178: Checking batch_updates ** [17:55:00 2020-06-12] 178: Checking gears ** [17:55:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:55:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:05 2020-06-12] 178: Checking imports ** [17:55:05 2020-06-12] 178: Checking exports ** [17:55:05 2020-06-12] 178: Checking users ** [17:55:05 2020-06-12] 178: Checking user_dbs ** [17:55:05 2020-06-12] 178: Checking geocodings ** [17:55:05 2020-06-12] 178: Checking synchronizations ** [17:55:05 2020-06-12] 178: Checking tracker ** [17:55:05 2020-06-12] 178: Checking user_migrations ** [17:55:05 2020-06-12] 178: Checking batch_updates ** [17:55:05 2020-06-12] 178: Checking gears ** [17:55:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:55:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:10 2020-06-12] 178: Checking imports ** [17:55:10 2020-06-12] 178: Checking exports ** [17:55:10 2020-06-12] 178: Checking users ** [17:55:10 2020-06-12] 178: Checking user_dbs ** [17:55:10 2020-06-12] 178: Checking geocodings ** [17:55:10 2020-06-12] 178: Checking synchronizations ** [17:55:10 2020-06-12] 178: Checking tracker ** [17:55:10 2020-06-12] 178: Checking user_migrations ** [17:55:10 2020-06-12] 178: Checking batch_updates ** [17:55:10 2020-06-12] 178: Checking gears ** [17:55:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:55:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:15 2020-06-12] 178: Checking imports ** [17:55:15 2020-06-12] 178: Checking exports ** [17:55:15 2020-06-12] 178: Checking users ** [17:55:15 2020-06-12] 178: Checking user_dbs ** [17:55:15 2020-06-12] 178: Checking geocodings ** [17:55:15 2020-06-12] 178: Checking synchronizations ** [17:55:15 2020-06-12] 178: Checking tracker ** [17:55:15 2020-06-12] 178: Checking user_migrations ** [17:55:15 2020-06-12] 178: Checking batch_updates ** [17:55:15 2020-06-12] 178: Checking gears ** [17:55:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:55:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:20 2020-06-12] 178: Checking imports ** [17:55:20 2020-06-12] 178: Checking exports ** [17:55:20 2020-06-12] 178: Checking users ** [17:55:20 2020-06-12] 178: Checking user_dbs ** [17:55:20 2020-06-12] 178: Checking geocodings ** [17:55:20 2020-06-12] 178: Checking synchronizations ** [17:55:20 2020-06-12] 178: Checking tracker ** [17:55:20 2020-06-12] 178: Checking user_migrations ** [17:55:20 2020-06-12] 178: Checking batch_updates ** [17:55:20 2020-06-12] 178: Checking gears ** [17:55:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:55:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:25 2020-06-12] 178: Checking imports ** [17:55:25 2020-06-12] 178: Checking exports ** [17:55:25 2020-06-12] 178: Checking users ** [17:55:25 2020-06-12] 178: Checking user_dbs ** [17:55:25 2020-06-12] 178: Checking geocodings ** [17:55:25 2020-06-12] 178: Checking synchronizations ** [17:55:25 2020-06-12] 178: Checking tracker ** [17:55:25 2020-06-12] 178: Checking user_migrations ** [17:55:25 2020-06-12] 178: Checking batch_updates ** [17:55:25 2020-06-12] 178: Checking gears ** [17:55:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:55:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:30 2020-06-12] 178: Checking imports ** [17:55:30 2020-06-12] 178: Checking exports ** [17:55:30 2020-06-12] 178: Checking users ** [17:55:30 2020-06-12] 178: Checking user_dbs ** [17:55:30 2020-06-12] 178: Checking geocodings ** [17:55:30 2020-06-12] 178: Checking synchronizations ** [17:55:30 2020-06-12] 178: Checking tracker ** [17:55:30 2020-06-12] 178: Checking user_migrations ** [17:55:30 2020-06-12] 178: Checking batch_updates ** [17:55:30 2020-06-12] 178: Checking gears ** [17:55:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:55:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:35 2020-06-12] 178: Checking imports ** [17:55:35 2020-06-12] 178: Checking exports ** [17:55:35 2020-06-12] 178: Checking users ** [17:55:35 2020-06-12] 178: Checking user_dbs ** [17:55:35 2020-06-12] 178: Checking geocodings ** [17:55:35 2020-06-12] 178: Checking synchronizations ** [17:55:35 2020-06-12] 178: Checking tracker ** [17:55:35 2020-06-12] 178: Checking user_migrations ** [17:55:35 2020-06-12] 178: Checking batch_updates ** [17:55:35 2020-06-12] 178: Checking gears ** [17:55:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:55:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:40 2020-06-12] 178: Checking imports ** [17:55:40 2020-06-12] 178: Checking exports ** [17:55:40 2020-06-12] 178: Checking users ** [17:55:40 2020-06-12] 178: Checking user_dbs ** [17:55:40 2020-06-12] 178: Checking geocodings ** [17:55:40 2020-06-12] 178: Checking synchronizations ** [17:55:40 2020-06-12] 178: Checking tracker ** [17:55:40 2020-06-12] 178: Checking user_migrations ** [17:55:40 2020-06-12] 178: Checking batch_updates ** [17:55:40 2020-06-12] 178: Checking gears ** [17:55:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:55:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:45 2020-06-12] 178: Checking imports ** [17:55:45 2020-06-12] 178: Checking exports ** [17:55:45 2020-06-12] 178: Checking users ** [17:55:45 2020-06-12] 178: Checking user_dbs ** [17:55:45 2020-06-12] 178: Checking geocodings ** [17:55:45 2020-06-12] 178: Checking synchronizations ** [17:55:45 2020-06-12] 178: Checking tracker ** [17:55:45 2020-06-12] 178: Checking user_migrations ** [17:55:45 2020-06-12] 178: Checking batch_updates ** [17:55:45 2020-06-12] 178: Checking gears ** [17:55:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:55:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:50 2020-06-12] 178: Checking imports ** [17:55:50 2020-06-12] 178: Checking exports ** [17:55:50 2020-06-12] 178: Checking users ** [17:55:50 2020-06-12] 178: Checking user_dbs ** [17:55:50 2020-06-12] 178: Checking geocodings ** [17:55:50 2020-06-12] 178: Checking synchronizations ** [17:55:50 2020-06-12] 178: Checking tracker ** [17:55:50 2020-06-12] 178: Checking user_migrations ** [17:55:50 2020-06-12] 178: Checking batch_updates ** [17:55:50 2020-06-12] 178: Checking gears ** [17:55:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:55:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:55 2020-06-12] 178: Checking imports ** [17:55:55 2020-06-12] 178: Checking exports ** [17:55:55 2020-06-12] 178: Checking users ** [17:55:55 2020-06-12] 178: Checking user_dbs ** [17:55:55 2020-06-12] 178: Checking geocodings ** [17:55:55 2020-06-12] 178: Checking synchronizations ** [17:55:55 2020-06-12] 178: Checking tracker ** [17:55:55 2020-06-12] 178: Checking user_migrations ** [17:55:55 2020-06-12] 178: Checking batch_updates ** [17:55:55 2020-06-12] 178: Checking gears ** [17:55:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:55:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:00 2020-06-12] 178: Checking imports ** [17:56:00 2020-06-12] 178: Checking exports ** [17:56:00 2020-06-12] 178: Checking users ** [17:56:00 2020-06-12] 178: Checking user_dbs ** [17:56:00 2020-06-12] 178: Checking geocodings ** [17:56:00 2020-06-12] 178: Checking synchronizations ** [17:56:00 2020-06-12] 178: Checking tracker ** [17:56:00 2020-06-12] 178: Checking user_migrations ** [17:56:00 2020-06-12] 178: Checking batch_updates ** [17:56:00 2020-06-12] 178: Checking gears ** [17:56:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:56:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:05 2020-06-12] 178: Checking imports ** [17:56:05 2020-06-12] 178: Checking exports ** [17:56:05 2020-06-12] 178: Checking users ** [17:56:05 2020-06-12] 178: Checking user_dbs ** [17:56:05 2020-06-12] 178: Checking geocodings ** [17:56:05 2020-06-12] 178: Checking synchronizations ** [17:56:05 2020-06-12] 178: Checking tracker ** [17:56:05 2020-06-12] 178: Checking user_migrations ** [17:56:05 2020-06-12] 178: Checking batch_updates ** [17:56:05 2020-06-12] 178: Checking gears ** [17:56:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:56:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:10 2020-06-12] 178: Checking imports ** [17:56:10 2020-06-12] 178: Checking exports ** [17:56:10 2020-06-12] 178: Checking users ** [17:56:10 2020-06-12] 178: Checking user_dbs ** [17:56:10 2020-06-12] 178: Checking geocodings ** [17:56:10 2020-06-12] 178: Checking synchronizations ** [17:56:10 2020-06-12] 178: Checking tracker ** [17:56:10 2020-06-12] 178: Checking user_migrations ** [17:56:10 2020-06-12] 178: Checking batch_updates ** [17:56:10 2020-06-12] 178: Checking gears ** [17:56:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:56:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:15 2020-06-12] 178: Checking imports ** [17:56:15 2020-06-12] 178: Checking exports ** [17:56:15 2020-06-12] 178: Checking users ** [17:56:15 2020-06-12] 178: Checking user_dbs ** [17:56:15 2020-06-12] 178: Checking geocodings ** [17:56:15 2020-06-12] 178: Checking synchronizations ** [17:56:15 2020-06-12] 178: Checking tracker ** [17:56:15 2020-06-12] 178: Checking user_migrations ** [17:56:15 2020-06-12] 178: Checking batch_updates ** [17:56:15 2020-06-12] 178: Checking gears ** [17:56:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:56:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:20 2020-06-12] 178: Checking imports ** [17:56:20 2020-06-12] 178: Checking exports ** [17:56:20 2020-06-12] 178: Checking users ** [17:56:20 2020-06-12] 178: Checking user_dbs ** [17:56:20 2020-06-12] 178: Checking geocodings ** [17:56:20 2020-06-12] 178: Checking synchronizations ** [17:56:20 2020-06-12] 178: Checking tracker ** [17:56:20 2020-06-12] 178: Checking user_migrations ** [17:56:20 2020-06-12] 178: Checking batch_updates ** [17:56:20 2020-06-12] 178: Checking gears ** [17:56:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:56:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:25 2020-06-12] 178: Checking imports ** [17:56:25 2020-06-12] 178: Checking exports ** [17:56:25 2020-06-12] 178: Checking users ** [17:56:25 2020-06-12] 178: Checking user_dbs ** [17:56:25 2020-06-12] 178: Checking geocodings ** [17:56:25 2020-06-12] 178: Checking synchronizations ** [17:56:25 2020-06-12] 178: Checking tracker ** [17:56:25 2020-06-12] 178: Checking user_migrations ** [17:56:25 2020-06-12] 178: Checking batch_updates ** [17:56:25 2020-06-12] 178: Checking gears ** [17:56:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:56:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:30 2020-06-12] 178: Checking imports ** [17:56:30 2020-06-12] 178: Checking exports ** [17:56:30 2020-06-12] 178: Checking users ** [17:56:30 2020-06-12] 178: Checking user_dbs ** [17:56:30 2020-06-12] 178: Checking geocodings ** [17:56:30 2020-06-12] 178: Checking synchronizations ** [17:56:30 2020-06-12] 178: Checking tracker ** [17:56:30 2020-06-12] 178: Checking user_migrations ** [17:56:30 2020-06-12] 178: Checking batch_updates ** [17:56:30 2020-06-12] 178: Checking gears ** [17:56:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:56:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:35 2020-06-12] 178: Checking imports ** [17:56:35 2020-06-12] 178: Checking exports ** [17:56:35 2020-06-12] 178: Checking users ** [17:56:35 2020-06-12] 178: Checking user_dbs ** [17:56:35 2020-06-12] 178: Checking geocodings ** [17:56:35 2020-06-12] 178: Checking synchronizations ** [17:56:35 2020-06-12] 178: Checking tracker ** [17:56:35 2020-06-12] 178: Checking user_migrations ** [17:56:35 2020-06-12] 178: Checking batch_updates ** [17:56:35 2020-06-12] 178: Checking gears ** [17:56:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:56:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:40 2020-06-12] 178: Checking imports ** [17:56:40 2020-06-12] 178: Checking exports ** [17:56:40 2020-06-12] 178: Checking users ** [17:56:40 2020-06-12] 178: Checking user_dbs ** [17:56:40 2020-06-12] 178: Checking geocodings ** [17:56:40 2020-06-12] 178: Checking synchronizations ** [17:56:40 2020-06-12] 178: Checking tracker ** [17:56:40 2020-06-12] 178: Checking user_migrations ** [17:56:40 2020-06-12] 178: Checking batch_updates ** [17:56:40 2020-06-12] 178: Checking gears ** [17:56:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:56:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:45 2020-06-12] 178: Checking imports ** [17:56:45 2020-06-12] 178: Checking exports ** [17:56:45 2020-06-12] 178: Checking users ** [17:56:45 2020-06-12] 178: Checking user_dbs ** [17:56:45 2020-06-12] 178: Checking geocodings ** [17:56:45 2020-06-12] 178: Checking synchronizations ** [17:56:45 2020-06-12] 178: Checking tracker ** [17:56:45 2020-06-12] 178: Checking user_migrations ** [17:56:45 2020-06-12] 178: Checking batch_updates ** [17:56:45 2020-06-12] 178: Checking gears ** [17:56:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:56:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:50 2020-06-12] 178: Checking imports ** [17:56:50 2020-06-12] 178: Checking exports ** [17:56:50 2020-06-12] 178: Checking users ** [17:56:50 2020-06-12] 178: Checking user_dbs ** [17:56:50 2020-06-12] 178: Checking geocodings ** [17:56:50 2020-06-12] 178: Checking synchronizations ** [17:56:50 2020-06-12] 178: Checking tracker ** [17:56:50 2020-06-12] 178: Checking user_migrations ** [17:56:50 2020-06-12] 178: Checking batch_updates ** [17:56:50 2020-06-12] 178: Checking gears ** [17:56:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:56:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:55 2020-06-12] 178: Checking imports ** [17:56:55 2020-06-12] 178: Checking exports ** [17:56:55 2020-06-12] 178: Checking users ** [17:56:55 2020-06-12] 178: Checking user_dbs ** [17:56:55 2020-06-12] 178: Checking geocodings ** [17:56:55 2020-06-12] 178: Checking synchronizations ** [17:56:55 2020-06-12] 178: Checking tracker ** [17:56:55 2020-06-12] 178: Checking user_migrations ** [17:56:55 2020-06-12] 178: Checking batch_updates ** [17:56:55 2020-06-12] 178: Checking gears ** [17:56:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:56:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:00 2020-06-12] 178: Checking imports ** [17:57:00 2020-06-12] 178: Checking exports ** [17:57:00 2020-06-12] 178: Checking users ** [17:57:00 2020-06-12] 178: Checking user_dbs ** [17:57:00 2020-06-12] 178: Checking geocodings ** [17:57:00 2020-06-12] 178: Checking synchronizations ** [17:57:00 2020-06-12] 178: Checking tracker ** [17:57:00 2020-06-12] 178: Checking user_migrations ** [17:57:00 2020-06-12] 178: Checking batch_updates ** [17:57:00 2020-06-12] 178: Checking gears ** [17:57:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:57:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:05 2020-06-12] 178: Checking imports ** [17:57:05 2020-06-12] 178: Checking exports ** [17:57:05 2020-06-12] 178: Checking users ** [17:57:05 2020-06-12] 178: Checking user_dbs ** [17:57:05 2020-06-12] 178: Checking geocodings ** [17:57:05 2020-06-12] 178: Checking synchronizations ** [17:57:05 2020-06-12] 178: Checking tracker ** [17:57:05 2020-06-12] 178: Checking user_migrations ** [17:57:05 2020-06-12] 178: Checking batch_updates ** [17:57:05 2020-06-12] 178: Checking gears ** [17:57:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:57:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:10 2020-06-12] 178: Checking imports ** [17:57:10 2020-06-12] 178: Checking exports ** [17:57:10 2020-06-12] 178: Checking users ** [17:57:10 2020-06-12] 178: Checking user_dbs ** [17:57:10 2020-06-12] 178: Checking geocodings ** [17:57:10 2020-06-12] 178: Checking synchronizations ** [17:57:10 2020-06-12] 178: Checking tracker ** [17:57:10 2020-06-12] 178: Checking user_migrations ** [17:57:10 2020-06-12] 178: Checking batch_updates ** [17:57:10 2020-06-12] 178: Checking gears ** [17:57:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:57:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:15 2020-06-12] 178: Checking imports ** [17:57:15 2020-06-12] 178: Checking exports ** [17:57:15 2020-06-12] 178: Checking users ** [17:57:15 2020-06-12] 178: Checking user_dbs ** [17:57:15 2020-06-12] 178: Checking geocodings ** [17:57:15 2020-06-12] 178: Checking synchronizations ** [17:57:15 2020-06-12] 178: Checking tracker ** [17:57:15 2020-06-12] 178: Checking user_migrations ** [17:57:15 2020-06-12] 178: Checking batch_updates ** [17:57:15 2020-06-12] 178: Checking gears ** [17:57:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:57:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:20 2020-06-12] 178: Checking imports ** [17:57:20 2020-06-12] 178: Checking exports ** [17:57:20 2020-06-12] 178: Checking users ** [17:57:20 2020-06-12] 178: Checking user_dbs ** [17:57:20 2020-06-12] 178: Checking geocodings ** [17:57:20 2020-06-12] 178: Checking synchronizations ** [17:57:20 2020-06-12] 178: Checking tracker ** [17:57:20 2020-06-12] 178: Checking user_migrations ** [17:57:20 2020-06-12] 178: Checking batch_updates ** [17:57:20 2020-06-12] 178: Checking gears ** [17:57:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:57:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:25 2020-06-12] 178: Checking imports ** [17:57:25 2020-06-12] 178: Checking exports ** [17:57:25 2020-06-12] 178: Checking users ** [17:57:25 2020-06-12] 178: Checking user_dbs ** [17:57:25 2020-06-12] 178: Checking geocodings ** [17:57:25 2020-06-12] 178: Checking synchronizations ** [17:57:25 2020-06-12] 178: Checking tracker ** [17:57:25 2020-06-12] 178: Checking user_migrations ** [17:57:25 2020-06-12] 178: Checking batch_updates ** [17:57:25 2020-06-12] 178: Checking gears ** [17:57:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:57:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:30 2020-06-12] 178: Checking imports ** [17:57:30 2020-06-12] 178: Checking exports ** [17:57:30 2020-06-12] 178: Checking users ** [17:57:30 2020-06-12] 178: Checking user_dbs ** [17:57:30 2020-06-12] 178: Checking geocodings ** [17:57:30 2020-06-12] 178: Checking synchronizations ** [17:57:30 2020-06-12] 178: Checking tracker ** [17:57:30 2020-06-12] 178: Checking user_migrations ** [17:57:30 2020-06-12] 178: Checking batch_updates ** [17:57:30 2020-06-12] 178: Checking gears ** [17:57:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:57:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:35 2020-06-12] 178: Checking imports ** [17:57:35 2020-06-12] 178: Checking exports ** [17:57:35 2020-06-12] 178: Checking users ** [17:57:35 2020-06-12] 178: Checking user_dbs ** [17:57:35 2020-06-12] 178: Checking geocodings ** [17:57:35 2020-06-12] 178: Checking synchronizations ** [17:57:35 2020-06-12] 178: Checking tracker ** [17:57:35 2020-06-12] 178: Checking user_migrations ** [17:57:35 2020-06-12] 178: Checking batch_updates ** [17:57:35 2020-06-12] 178: Checking gears ** [17:57:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:57:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:40 2020-06-12] 178: Checking imports ** [17:57:40 2020-06-12] 178: Checking exports ** [17:57:40 2020-06-12] 178: Checking users ** [17:57:40 2020-06-12] 178: Checking user_dbs ** [17:57:40 2020-06-12] 178: Checking geocodings ** [17:57:40 2020-06-12] 178: Checking synchronizations ** [17:57:40 2020-06-12] 178: Checking tracker ** [17:57:40 2020-06-12] 178: Checking user_migrations ** [17:57:40 2020-06-12] 178: Checking batch_updates ** [17:57:40 2020-06-12] 178: Checking gears ** [17:57:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:57:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:45 2020-06-12] 178: Checking imports ** [17:57:45 2020-06-12] 178: Checking exports ** [17:57:45 2020-06-12] 178: Checking users ** [17:57:45 2020-06-12] 178: Checking user_dbs ** [17:57:45 2020-06-12] 178: Checking geocodings ** [17:57:45 2020-06-12] 178: Checking synchronizations ** [17:57:45 2020-06-12] 178: Checking tracker ** [17:57:45 2020-06-12] 178: Checking user_migrations ** [17:57:45 2020-06-12] 178: Checking batch_updates ** [17:57:45 2020-06-12] 178: Checking gears ** [17:57:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:57:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:50 2020-06-12] 178: Checking imports ** [17:57:50 2020-06-12] 178: Checking exports ** [17:57:50 2020-06-12] 178: Checking users ** [17:57:50 2020-06-12] 178: Checking user_dbs ** [17:57:50 2020-06-12] 178: Checking geocodings ** [17:57:50 2020-06-12] 178: Checking synchronizations ** [17:57:50 2020-06-12] 178: Checking tracker ** [17:57:50 2020-06-12] 178: Checking user_migrations ** [17:57:50 2020-06-12] 178: Checking batch_updates ** [17:57:50 2020-06-12] 178: Checking gears ** [17:57:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:57:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:55 2020-06-12] 178: Checking imports ** [17:57:55 2020-06-12] 178: Checking exports ** [17:57:55 2020-06-12] 178: Checking users ** [17:57:55 2020-06-12] 178: Checking user_dbs ** [17:57:55 2020-06-12] 178: Checking geocodings ** [17:57:55 2020-06-12] 178: Checking synchronizations ** [17:57:55 2020-06-12] 178: Checking tracker ** [17:57:55 2020-06-12] 178: Checking user_migrations ** [17:57:55 2020-06-12] 178: Checking batch_updates ** [17:57:55 2020-06-12] 178: Checking gears ** [17:57:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:57:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:00 2020-06-12] 178: Checking imports ** [17:58:00 2020-06-12] 178: Checking exports ** [17:58:00 2020-06-12] 178: Checking users ** [17:58:00 2020-06-12] 178: Checking user_dbs ** [17:58:00 2020-06-12] 178: Checking geocodings ** [17:58:00 2020-06-12] 178: Checking synchronizations ** [17:58:00 2020-06-12] 178: Checking tracker ** [17:58:00 2020-06-12] 178: Checking user_migrations ** [17:58:00 2020-06-12] 178: Checking batch_updates ** [17:58:00 2020-06-12] 178: Checking gears ** [17:58:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:58:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:05 2020-06-12] 178: Checking imports ** [17:58:05 2020-06-12] 178: Checking exports ** [17:58:05 2020-06-12] 178: Checking users ** [17:58:05 2020-06-12] 178: Checking user_dbs ** [17:58:05 2020-06-12] 178: Checking geocodings ** [17:58:05 2020-06-12] 178: Checking synchronizations ** [17:58:05 2020-06-12] 178: Checking tracker ** [17:58:05 2020-06-12] 178: Checking user_migrations ** [17:58:05 2020-06-12] 178: Checking batch_updates ** [17:58:05 2020-06-12] 178: Checking gears ** [17:58:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:58:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:10 2020-06-12] 178: Checking imports ** [17:58:10 2020-06-12] 178: Checking exports ** [17:58:10 2020-06-12] 178: Checking users ** [17:58:10 2020-06-12] 178: Checking user_dbs ** [17:58:10 2020-06-12] 178: Checking geocodings ** [17:58:10 2020-06-12] 178: Checking synchronizations ** [17:58:10 2020-06-12] 178: Checking tracker ** [17:58:10 2020-06-12] 178: Checking user_migrations ** [17:58:10 2020-06-12] 178: Checking batch_updates ** [17:58:10 2020-06-12] 178: Checking gears ** [17:58:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:58:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:15 2020-06-12] 178: Checking imports ** [17:58:15 2020-06-12] 178: Checking exports ** [17:58:15 2020-06-12] 178: Checking users ** [17:58:15 2020-06-12] 178: Checking user_dbs ** [17:58:15 2020-06-12] 178: Checking geocodings ** [17:58:15 2020-06-12] 178: Checking synchronizations ** [17:58:15 2020-06-12] 178: Checking tracker ** [17:58:15 2020-06-12] 178: Checking user_migrations ** [17:58:15 2020-06-12] 178: Checking batch_updates ** [17:58:15 2020-06-12] 178: Checking gears ** [17:58:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:58:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:20 2020-06-12] 178: Checking imports ** [17:58:20 2020-06-12] 178: Checking exports ** [17:58:20 2020-06-12] 178: Checking users ** [17:58:20 2020-06-12] 178: Checking user_dbs ** [17:58:20 2020-06-12] 178: Checking geocodings ** [17:58:20 2020-06-12] 178: Checking synchronizations ** [17:58:20 2020-06-12] 178: Checking tracker ** [17:58:20 2020-06-12] 178: Checking user_migrations ** [17:58:20 2020-06-12] 178: Checking batch_updates ** [17:58:20 2020-06-12] 178: Checking gears ** [17:58:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:58:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:25 2020-06-12] 178: Checking imports ** [17:58:25 2020-06-12] 178: Checking exports ** [17:58:25 2020-06-12] 178: Checking users ** [17:58:25 2020-06-12] 178: Checking user_dbs ** [17:58:25 2020-06-12] 178: Checking geocodings ** [17:58:25 2020-06-12] 178: Checking synchronizations ** [17:58:25 2020-06-12] 178: Checking tracker ** [17:58:25 2020-06-12] 178: Checking user_migrations ** [17:58:25 2020-06-12] 178: Checking batch_updates ** [17:58:25 2020-06-12] 178: Checking gears ** [17:58:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:58:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:30 2020-06-12] 178: Checking imports ** [17:58:30 2020-06-12] 178: Checking exports ** [17:58:30 2020-06-12] 178: Checking users ** [17:58:30 2020-06-12] 178: Checking user_dbs ** [17:58:30 2020-06-12] 178: Checking geocodings ** [17:58:30 2020-06-12] 178: Checking synchronizations ** [17:58:30 2020-06-12] 178: Checking tracker ** [17:58:30 2020-06-12] 178: Checking user_migrations ** [17:58:30 2020-06-12] 178: Checking batch_updates ** [17:58:30 2020-06-12] 178: Checking gears ** [17:58:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:58:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:35 2020-06-12] 178: Checking imports ** [17:58:35 2020-06-12] 178: Checking exports ** [17:58:35 2020-06-12] 178: Checking users ** [17:58:35 2020-06-12] 178: Checking user_dbs ** [17:58:35 2020-06-12] 178: Checking geocodings ** [17:58:35 2020-06-12] 178: Checking synchronizations ** [17:58:35 2020-06-12] 178: Checking tracker ** [17:58:35 2020-06-12] 178: Checking user_migrations ** [17:58:35 2020-06-12] 178: Checking batch_updates ** [17:58:35 2020-06-12] 178: Checking gears ** [17:58:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:58:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:40 2020-06-12] 178: Checking imports ** [17:58:40 2020-06-12] 178: Checking exports ** [17:58:40 2020-06-12] 178: Checking users ** [17:58:40 2020-06-12] 178: Checking user_dbs ** [17:58:40 2020-06-12] 178: Checking geocodings ** [17:58:40 2020-06-12] 178: Checking synchronizations ** [17:58:40 2020-06-12] 178: Checking tracker ** [17:58:40 2020-06-12] 178: Checking user_migrations ** [17:58:40 2020-06-12] 178: Checking batch_updates ** [17:58:40 2020-06-12] 178: Checking gears ** [17:58:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:58:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:45 2020-06-12] 178: Checking imports ** [17:58:45 2020-06-12] 178: Checking exports ** [17:58:45 2020-06-12] 178: Checking users ** [17:58:45 2020-06-12] 178: Checking user_dbs ** [17:58:45 2020-06-12] 178: Checking geocodings ** [17:58:45 2020-06-12] 178: Checking synchronizations ** [17:58:45 2020-06-12] 178: Checking tracker ** [17:58:45 2020-06-12] 178: Checking user_migrations ** [17:58:45 2020-06-12] 178: Checking batch_updates ** [17:58:45 2020-06-12] 178: Checking gears ** [17:58:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:58:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:50 2020-06-12] 178: Checking imports ** [17:58:50 2020-06-12] 178: Checking exports ** [17:58:50 2020-06-12] 178: Checking users ** [17:58:50 2020-06-12] 178: Checking user_dbs ** [17:58:50 2020-06-12] 178: Checking geocodings ** [17:58:50 2020-06-12] 178: Checking synchronizations ** [17:58:50 2020-06-12] 178: Checking tracker ** [17:58:50 2020-06-12] 178: Checking user_migrations ** [17:58:50 2020-06-12] 178: Checking batch_updates ** [17:58:50 2020-06-12] 178: Checking gears ** [17:58:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:58:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:55 2020-06-12] 178: Checking imports ** [17:58:55 2020-06-12] 178: Checking exports ** [17:58:55 2020-06-12] 178: Checking users ** [17:58:55 2020-06-12] 178: Checking user_dbs ** [17:58:55 2020-06-12] 178: Checking geocodings ** [17:58:55 2020-06-12] 178: Checking synchronizations ** [17:58:55 2020-06-12] 178: Checking tracker ** [17:58:55 2020-06-12] 178: Checking user_migrations ** [17:58:55 2020-06-12] 178: Checking batch_updates ** [17:58:55 2020-06-12] 178: Checking gears ** [17:58:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:58:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:00 2020-06-12] 178: Checking imports ** [17:59:00 2020-06-12] 178: Checking exports ** [17:59:00 2020-06-12] 178: Checking users ** [17:59:00 2020-06-12] 178: Checking user_dbs ** [17:59:00 2020-06-12] 178: Checking geocodings ** [17:59:00 2020-06-12] 178: Checking synchronizations ** [17:59:00 2020-06-12] 178: Checking tracker ** [17:59:00 2020-06-12] 178: Checking user_migrations ** [17:59:00 2020-06-12] 178: Checking batch_updates ** [17:59:00 2020-06-12] 178: Checking gears ** [17:59:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:59:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:05 2020-06-12] 178: Checking imports ** [17:59:05 2020-06-12] 178: Checking exports ** [17:59:05 2020-06-12] 178: Checking users ** [17:59:05 2020-06-12] 178: Checking user_dbs ** [17:59:05 2020-06-12] 178: Checking geocodings ** [17:59:05 2020-06-12] 178: Checking synchronizations ** [17:59:05 2020-06-12] 178: Checking tracker ** [17:59:05 2020-06-12] 178: Checking user_migrations ** [17:59:05 2020-06-12] 178: Checking batch_updates ** [17:59:05 2020-06-12] 178: Checking gears ** [17:59:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:59:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:10 2020-06-12] 178: Checking imports ** [17:59:10 2020-06-12] 178: Checking exports ** [17:59:10 2020-06-12] 178: Checking users ** [17:59:10 2020-06-12] 178: Checking user_dbs ** [17:59:10 2020-06-12] 178: Checking geocodings ** [17:59:10 2020-06-12] 178: Checking synchronizations ** [17:59:10 2020-06-12] 178: Checking tracker ** [17:59:10 2020-06-12] 178: Checking user_migrations ** [17:59:10 2020-06-12] 178: Checking batch_updates ** [17:59:10 2020-06-12] 178: Checking gears ** [17:59:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:59:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:15 2020-06-12] 178: Checking imports ** [17:59:15 2020-06-12] 178: Checking exports ** [17:59:15 2020-06-12] 178: Checking users ** [17:59:15 2020-06-12] 178: Checking user_dbs ** [17:59:15 2020-06-12] 178: Checking geocodings ** [17:59:15 2020-06-12] 178: Checking synchronizations ** [17:59:15 2020-06-12] 178: Checking tracker ** [17:59:15 2020-06-12] 178: Checking user_migrations ** [17:59:15 2020-06-12] 178: Checking batch_updates ** [17:59:15 2020-06-12] 178: Checking gears ** [17:59:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:59:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:20 2020-06-12] 178: Checking imports ** [17:59:20 2020-06-12] 178: Checking exports ** [17:59:20 2020-06-12] 178: Checking users ** [17:59:20 2020-06-12] 178: Checking user_dbs ** [17:59:20 2020-06-12] 178: Checking geocodings ** [17:59:20 2020-06-12] 178: Checking synchronizations ** [17:59:20 2020-06-12] 178: Checking tracker ** [17:59:20 2020-06-12] 178: Checking user_migrations ** [17:59:20 2020-06-12] 178: Checking batch_updates ** [17:59:20 2020-06-12] 178: Checking gears ** [17:59:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:59:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:25 2020-06-12] 178: Checking imports ** [17:59:25 2020-06-12] 178: Checking exports ** [17:59:25 2020-06-12] 178: Checking users ** [17:59:25 2020-06-12] 178: Checking user_dbs ** [17:59:25 2020-06-12] 178: Checking geocodings ** [17:59:25 2020-06-12] 178: Checking synchronizations ** [17:59:25 2020-06-12] 178: Checking tracker ** [17:59:25 2020-06-12] 178: Checking user_migrations ** [17:59:25 2020-06-12] 178: Checking batch_updates ** [17:59:25 2020-06-12] 178: Checking gears ** [17:59:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:59:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:30 2020-06-12] 178: Checking imports ** [17:59:30 2020-06-12] 178: Checking exports ** [17:59:30 2020-06-12] 178: Checking users ** [17:59:30 2020-06-12] 178: Checking user_dbs ** [17:59:30 2020-06-12] 178: Checking geocodings ** [17:59:30 2020-06-12] 178: Checking synchronizations ** [17:59:30 2020-06-12] 178: Checking tracker ** [17:59:30 2020-06-12] 178: Checking user_migrations ** [17:59:30 2020-06-12] 178: Checking batch_updates ** [17:59:30 2020-06-12] 178: Checking gears ** [17:59:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:59:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:35 2020-06-12] 178: Checking imports ** [17:59:35 2020-06-12] 178: Checking exports ** [17:59:35 2020-06-12] 178: Checking users ** [17:59:35 2020-06-12] 178: Checking user_dbs ** [17:59:35 2020-06-12] 178: Checking geocodings ** [17:59:35 2020-06-12] 178: Checking synchronizations ** [17:59:35 2020-06-12] 178: Checking tracker ** [17:59:35 2020-06-12] 178: Checking user_migrations ** [17:59:35 2020-06-12] 178: Checking batch_updates ** [17:59:35 2020-06-12] 178: Checking gears ** [17:59:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:59:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:40 2020-06-12] 178: Checking imports ** [17:59:40 2020-06-12] 178: Checking exports ** [17:59:40 2020-06-12] 178: Checking users ** [17:59:40 2020-06-12] 178: Checking user_dbs ** [17:59:40 2020-06-12] 178: Checking geocodings ** [17:59:40 2020-06-12] 178: Checking synchronizations ** [17:59:40 2020-06-12] 178: Checking tracker ** [17:59:40 2020-06-12] 178: Checking user_migrations ** [17:59:40 2020-06-12] 178: Checking batch_updates ** [17:59:40 2020-06-12] 178: Checking gears ** [17:59:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:59:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:45 2020-06-12] 178: Checking imports ** [17:59:45 2020-06-12] 178: Checking exports ** [17:59:45 2020-06-12] 178: Checking users ** [17:59:45 2020-06-12] 178: Checking user_dbs ** [17:59:45 2020-06-12] 178: Checking geocodings ** [17:59:45 2020-06-12] 178: Checking synchronizations ** [17:59:45 2020-06-12] 178: Checking tracker ** [17:59:45 2020-06-12] 178: Checking user_migrations ** [17:59:45 2020-06-12] 178: Checking batch_updates ** [17:59:45 2020-06-12] 178: Checking gears ** [17:59:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:59:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:50 2020-06-12] 178: Checking imports ** [17:59:50 2020-06-12] 178: Checking exports ** [17:59:50 2020-06-12] 178: Checking users ** [17:59:50 2020-06-12] 178: Checking user_dbs ** [17:59:50 2020-06-12] 178: Checking geocodings ** [17:59:50 2020-06-12] 178: Checking synchronizations ** [17:59:50 2020-06-12] 178: Checking tracker ** [17:59:50 2020-06-12] 178: Checking user_migrations ** [17:59:50 2020-06-12] 178: Checking batch_updates ** [17:59:50 2020-06-12] 178: Checking gears ** [17:59:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:59:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:55 2020-06-12] 178: Checking imports ** [17:59:55 2020-06-12] 178: Checking exports ** [17:59:55 2020-06-12] 178: Checking users ** [17:59:55 2020-06-12] 178: Checking user_dbs ** [17:59:55 2020-06-12] 178: Checking geocodings ** [17:59:55 2020-06-12] 178: Checking synchronizations ** [17:59:55 2020-06-12] 178: Checking tracker ** [17:59:55 2020-06-12] 178: Checking user_migrations ** [17:59:55 2020-06-12] 178: Checking batch_updates ** [17:59:55 2020-06-12] 178: Checking gears ** [17:59:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [17:59:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:00 2020-06-12] 178: Checking imports ** [18:00:00 2020-06-12] 178: Checking exports ** [18:00:00 2020-06-12] 178: Checking users ** [18:00:00 2020-06-12] 178: Checking user_dbs ** [18:00:00 2020-06-12] 178: Checking geocodings ** [18:00:00 2020-06-12] 178: Checking synchronizations ** [18:00:00 2020-06-12] 178: Checking tracker ** [18:00:00 2020-06-12] 178: Checking user_migrations ** [18:00:00 2020-06-12] 178: Checking batch_updates ** [18:00:00 2020-06-12] 178: Checking gears ** [18:00:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:00:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:05 2020-06-12] 178: Checking imports ** [18:00:05 2020-06-12] 178: Checking exports ** [18:00:05 2020-06-12] 178: Checking users ** [18:00:05 2020-06-12] 178: Checking user_dbs ** [18:00:05 2020-06-12] 178: Checking geocodings ** [18:00:05 2020-06-12] 178: Checking synchronizations ** [18:00:05 2020-06-12] 178: Checking tracker ** [18:00:05 2020-06-12] 178: Checking user_migrations ** [18:00:05 2020-06-12] 178: Checking batch_updates ** [18:00:05 2020-06-12] 178: Checking gears ** [18:00:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:00:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:10 2020-06-12] 178: Checking imports ** [18:00:10 2020-06-12] 178: Checking exports ** [18:00:10 2020-06-12] 178: Checking users ** [18:00:10 2020-06-12] 178: Checking user_dbs ** [18:00:10 2020-06-12] 178: Checking geocodings ** [18:00:10 2020-06-12] 178: Checking synchronizations ** [18:00:10 2020-06-12] 178: Checking tracker ** [18:00:10 2020-06-12] 178: Checking user_migrations ** [18:00:10 2020-06-12] 178: Checking batch_updates ** [18:00:10 2020-06-12] 178: Checking gears ** [18:00:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:00:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:15 2020-06-12] 178: Checking imports ** [18:00:15 2020-06-12] 178: Checking exports ** [18:00:15 2020-06-12] 178: Checking users ** [18:00:15 2020-06-12] 178: Checking user_dbs ** [18:00:15 2020-06-12] 178: Checking geocodings ** [18:00:15 2020-06-12] 178: Checking synchronizations ** [18:00:15 2020-06-12] 178: Checking tracker ** [18:00:15 2020-06-12] 178: Checking user_migrations ** [18:00:15 2020-06-12] 178: Checking batch_updates ** [18:00:15 2020-06-12] 178: Checking gears ** [18:00:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:00:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:20 2020-06-12] 178: Checking imports ** [18:00:20 2020-06-12] 178: Checking exports ** [18:00:20 2020-06-12] 178: Checking users ** [18:00:20 2020-06-12] 178: Checking user_dbs ** [18:00:20 2020-06-12] 178: Checking geocodings ** [18:00:20 2020-06-12] 178: Checking synchronizations ** [18:00:20 2020-06-12] 178: Checking tracker ** [18:00:20 2020-06-12] 178: Checking user_migrations ** [18:00:20 2020-06-12] 178: Checking batch_updates ** [18:00:20 2020-06-12] 178: Checking gears ** [18:00:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:00:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:25 2020-06-12] 178: Checking imports ** [18:00:25 2020-06-12] 178: Checking exports ** [18:00:25 2020-06-12] 178: Checking users ** [18:00:25 2020-06-12] 178: Checking user_dbs ** [18:00:25 2020-06-12] 178: Checking geocodings ** [18:00:25 2020-06-12] 178: Checking synchronizations ** [18:00:25 2020-06-12] 178: Checking tracker ** [18:00:25 2020-06-12] 178: Checking user_migrations ** [18:00:25 2020-06-12] 178: Checking batch_updates ** [18:00:25 2020-06-12] 178: Checking gears ** [18:00:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:00:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:30 2020-06-12] 178: Checking imports ** [18:00:30 2020-06-12] 178: Checking exports ** [18:00:30 2020-06-12] 178: Checking users ** [18:00:30 2020-06-12] 178: Checking user_dbs ** [18:00:30 2020-06-12] 178: Checking geocodings ** [18:00:30 2020-06-12] 178: Checking synchronizations ** [18:00:30 2020-06-12] 178: Checking tracker ** [18:00:30 2020-06-12] 178: Checking user_migrations ** [18:00:30 2020-06-12] 178: Checking batch_updates ** [18:00:30 2020-06-12] 178: Checking gears ** [18:00:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:00:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:36 2020-06-12] 178: Checking imports ** [18:00:36 2020-06-12] 178: Checking exports ** [18:00:36 2020-06-12] 178: Checking users ** [18:00:36 2020-06-12] 178: Checking user_dbs ** [18:00:36 2020-06-12] 178: Checking geocodings ** [18:00:36 2020-06-12] 178: Checking synchronizations ** [18:00:36 2020-06-12] 178: Checking tracker ** [18:00:36 2020-06-12] 178: Checking user_migrations ** [18:00:36 2020-06-12] 178: Checking batch_updates ** [18:00:36 2020-06-12] 178: Checking gears ** [18:00:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:00:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:41 2020-06-12] 178: Checking imports ** [18:00:41 2020-06-12] 178: Checking exports ** [18:00:41 2020-06-12] 178: Checking users ** [18:00:41 2020-06-12] 178: Checking user_dbs ** [18:00:41 2020-06-12] 178: Checking geocodings ** [18:00:41 2020-06-12] 178: Checking synchronizations ** [18:00:41 2020-06-12] 178: Checking tracker ** [18:00:41 2020-06-12] 178: Checking user_migrations ** [18:00:41 2020-06-12] 178: Checking batch_updates ** [18:00:41 2020-06-12] 178: Checking gears ** [18:00:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:00:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:46 2020-06-12] 178: Checking imports ** [18:00:46 2020-06-12] 178: Checking exports ** [18:00:46 2020-06-12] 178: Checking users ** [18:00:46 2020-06-12] 178: Checking user_dbs ** [18:00:46 2020-06-12] 178: Checking geocodings ** [18:00:46 2020-06-12] 178: Checking synchronizations ** [18:00:46 2020-06-12] 178: Checking tracker ** [18:00:46 2020-06-12] 178: Checking user_migrations ** [18:00:46 2020-06-12] 178: Checking batch_updates ** [18:00:46 2020-06-12] 178: Checking gears ** [18:00:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:00:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:51 2020-06-12] 178: Checking imports ** [18:00:51 2020-06-12] 178: Checking exports ** [18:00:51 2020-06-12] 178: Checking users ** [18:00:51 2020-06-12] 178: Checking user_dbs ** [18:00:51 2020-06-12] 178: Checking geocodings ** [18:00:51 2020-06-12] 178: Checking synchronizations ** [18:00:51 2020-06-12] 178: Checking tracker ** [18:00:51 2020-06-12] 178: Checking user_migrations ** [18:00:51 2020-06-12] 178: Checking batch_updates ** [18:00:51 2020-06-12] 178: Checking gears ** [18:00:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:00:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:56 2020-06-12] 178: Checking imports ** [18:00:56 2020-06-12] 178: Checking exports ** [18:00:56 2020-06-12] 178: Checking users ** [18:00:56 2020-06-12] 178: Checking user_dbs ** [18:00:56 2020-06-12] 178: Checking geocodings ** [18:00:56 2020-06-12] 178: Checking synchronizations ** [18:00:56 2020-06-12] 178: Checking tracker ** [18:00:56 2020-06-12] 178: Checking user_migrations ** [18:00:56 2020-06-12] 178: Checking batch_updates ** [18:00:56 2020-06-12] 178: Checking gears ** [18:00:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:00:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:01 2020-06-12] 178: Checking imports ** [18:01:01 2020-06-12] 178: Checking exports ** [18:01:01 2020-06-12] 178: Checking users ** [18:01:01 2020-06-12] 178: Checking user_dbs ** [18:01:01 2020-06-12] 178: Checking geocodings ** [18:01:01 2020-06-12] 178: Checking synchronizations ** [18:01:01 2020-06-12] 178: Checking tracker ** [18:01:01 2020-06-12] 178: Checking user_migrations ** [18:01:01 2020-06-12] 178: Checking batch_updates ** [18:01:01 2020-06-12] 178: Checking gears ** [18:01:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:01:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:06 2020-06-12] 178: Checking imports ** [18:01:06 2020-06-12] 178: Checking exports ** [18:01:06 2020-06-12] 178: Checking users ** [18:01:06 2020-06-12] 178: Checking user_dbs ** [18:01:06 2020-06-12] 178: Checking geocodings ** [18:01:06 2020-06-12] 178: Checking synchronizations ** [18:01:06 2020-06-12] 178: Checking tracker ** [18:01:06 2020-06-12] 178: Checking user_migrations ** [18:01:06 2020-06-12] 178: Checking batch_updates ** [18:01:06 2020-06-12] 178: Checking gears ** [18:01:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:01:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:11 2020-06-12] 178: Checking imports ** [18:01:11 2020-06-12] 178: Checking exports ** [18:01:11 2020-06-12] 178: Checking users ** [18:01:11 2020-06-12] 178: Checking user_dbs ** [18:01:11 2020-06-12] 178: Checking geocodings ** [18:01:11 2020-06-12] 178: Checking synchronizations ** [18:01:11 2020-06-12] 178: Checking tracker ** [18:01:11 2020-06-12] 178: Checking user_migrations ** [18:01:11 2020-06-12] 178: Checking batch_updates ** [18:01:11 2020-06-12] 178: Checking gears ** [18:01:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:01:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:16 2020-06-12] 178: Checking imports ** [18:01:16 2020-06-12] 178: Checking exports ** [18:01:16 2020-06-12] 178: Checking users ** [18:01:16 2020-06-12] 178: Checking user_dbs ** [18:01:16 2020-06-12] 178: Checking geocodings ** [18:01:16 2020-06-12] 178: Checking synchronizations ** [18:01:16 2020-06-12] 178: Checking tracker ** [18:01:16 2020-06-12] 178: Checking user_migrations ** [18:01:16 2020-06-12] 178: Checking batch_updates ** [18:01:16 2020-06-12] 178: Checking gears ** [18:01:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:01:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:21 2020-06-12] 178: Checking imports ** [18:01:21 2020-06-12] 178: Checking exports ** [18:01:21 2020-06-12] 178: Checking users ** [18:01:21 2020-06-12] 178: Checking user_dbs ** [18:01:21 2020-06-12] 178: Checking geocodings ** [18:01:21 2020-06-12] 178: Checking synchronizations ** [18:01:21 2020-06-12] 178: Checking tracker ** [18:01:21 2020-06-12] 178: Checking user_migrations ** [18:01:21 2020-06-12] 178: Checking batch_updates ** [18:01:21 2020-06-12] 178: Checking gears ** [18:01:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:01:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:26 2020-06-12] 178: Checking imports ** [18:01:26 2020-06-12] 178: Checking exports ** [18:01:26 2020-06-12] 178: Checking users ** [18:01:26 2020-06-12] 178: Checking user_dbs ** [18:01:26 2020-06-12] 178: Checking geocodings ** [18:01:26 2020-06-12] 178: Checking synchronizations ** [18:01:26 2020-06-12] 178: Checking tracker ** [18:01:26 2020-06-12] 178: Checking user_migrations ** [18:01:26 2020-06-12] 178: Checking batch_updates ** [18:01:26 2020-06-12] 178: Checking gears ** [18:01:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:01:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:31 2020-06-12] 178: Checking imports ** [18:01:31 2020-06-12] 178: Checking exports ** [18:01:31 2020-06-12] 178: Checking users ** [18:01:31 2020-06-12] 178: Checking user_dbs ** [18:01:31 2020-06-12] 178: Checking geocodings ** [18:01:31 2020-06-12] 178: Checking synchronizations ** [18:01:31 2020-06-12] 178: Checking tracker ** [18:01:31 2020-06-12] 178: Checking user_migrations ** [18:01:31 2020-06-12] 178: Checking batch_updates ** [18:01:31 2020-06-12] 178: Checking gears ** [18:01:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:01:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:36 2020-06-12] 178: Checking imports ** [18:01:36 2020-06-12] 178: Checking exports ** [18:01:36 2020-06-12] 178: Checking users ** [18:01:36 2020-06-12] 178: Checking user_dbs ** [18:01:36 2020-06-12] 178: Checking geocodings ** [18:01:36 2020-06-12] 178: Checking synchronizations ** [18:01:36 2020-06-12] 178: Checking tracker ** [18:01:36 2020-06-12] 178: Checking user_migrations ** [18:01:36 2020-06-12] 178: Checking batch_updates ** [18:01:36 2020-06-12] 178: Checking gears ** [18:01:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:01:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:41 2020-06-12] 178: Checking imports ** [18:01:41 2020-06-12] 178: Checking exports ** [18:01:41 2020-06-12] 178: Checking users ** [18:01:41 2020-06-12] 178: Checking user_dbs ** [18:01:41 2020-06-12] 178: Checking geocodings ** [18:01:41 2020-06-12] 178: Checking synchronizations ** [18:01:41 2020-06-12] 178: Checking tracker ** [18:01:41 2020-06-12] 178: Checking user_migrations ** [18:01:41 2020-06-12] 178: Checking batch_updates ** [18:01:41 2020-06-12] 178: Checking gears ** [18:01:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:01:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:46 2020-06-12] 178: Checking imports ** [18:01:46 2020-06-12] 178: Checking exports ** [18:01:46 2020-06-12] 178: Checking users ** [18:01:46 2020-06-12] 178: Checking user_dbs ** [18:01:46 2020-06-12] 178: Checking geocodings ** [18:01:46 2020-06-12] 178: Checking synchronizations ** [18:01:46 2020-06-12] 178: Checking tracker ** [18:01:46 2020-06-12] 178: Checking user_migrations ** [18:01:46 2020-06-12] 178: Checking batch_updates ** [18:01:46 2020-06-12] 178: Checking gears ** [18:01:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:01:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:51 2020-06-12] 178: Checking imports ** [18:01:51 2020-06-12] 178: Checking exports ** [18:01:51 2020-06-12] 178: Checking users ** [18:01:51 2020-06-12] 178: Checking user_dbs ** [18:01:51 2020-06-12] 178: Checking geocodings ** [18:01:51 2020-06-12] 178: Checking synchronizations ** [18:01:51 2020-06-12] 178: Checking tracker ** [18:01:51 2020-06-12] 178: Checking user_migrations ** [18:01:51 2020-06-12] 178: Checking batch_updates ** [18:01:51 2020-06-12] 178: Checking gears ** [18:01:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:01:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:56 2020-06-12] 178: Checking imports ** [18:01:56 2020-06-12] 178: Checking exports ** [18:01:56 2020-06-12] 178: Checking users ** [18:01:56 2020-06-12] 178: Checking user_dbs ** [18:01:56 2020-06-12] 178: Checking geocodings ** [18:01:56 2020-06-12] 178: Checking synchronizations ** [18:01:56 2020-06-12] 178: Checking tracker ** [18:01:56 2020-06-12] 178: Checking user_migrations ** [18:01:56 2020-06-12] 178: Checking batch_updates ** [18:01:56 2020-06-12] 178: Checking gears ** [18:01:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:01:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:01 2020-06-12] 178: Checking imports ** [18:02:01 2020-06-12] 178: Checking exports ** [18:02:01 2020-06-12] 178: Checking users ** [18:02:01 2020-06-12] 178: Checking user_dbs ** [18:02:01 2020-06-12] 178: Checking geocodings ** [18:02:01 2020-06-12] 178: Checking synchronizations ** [18:02:01 2020-06-12] 178: Checking tracker ** [18:02:01 2020-06-12] 178: Checking user_migrations ** [18:02:01 2020-06-12] 178: Checking batch_updates ** [18:02:01 2020-06-12] 178: Checking gears ** [18:02:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:02:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:06 2020-06-12] 178: Checking imports ** [18:02:06 2020-06-12] 178: Checking exports ** [18:02:06 2020-06-12] 178: Checking users ** [18:02:06 2020-06-12] 178: Checking user_dbs ** [18:02:06 2020-06-12] 178: Checking geocodings ** [18:02:06 2020-06-12] 178: Checking synchronizations ** [18:02:06 2020-06-12] 178: Checking tracker ** [18:02:06 2020-06-12] 178: Checking user_migrations ** [18:02:06 2020-06-12] 178: Checking batch_updates ** [18:02:06 2020-06-12] 178: Checking gears ** [18:02:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:02:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:11 2020-06-12] 178: Checking imports ** [18:02:11 2020-06-12] 178: Checking exports ** [18:02:11 2020-06-12] 178: Checking users ** [18:02:11 2020-06-12] 178: Checking user_dbs ** [18:02:11 2020-06-12] 178: Checking geocodings ** [18:02:11 2020-06-12] 178: Checking synchronizations ** [18:02:11 2020-06-12] 178: Checking tracker ** [18:02:11 2020-06-12] 178: Checking user_migrations ** [18:02:11 2020-06-12] 178: Checking batch_updates ** [18:02:11 2020-06-12] 178: Checking gears ** [18:02:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:02:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:16 2020-06-12] 178: Checking imports ** [18:02:16 2020-06-12] 178: Checking exports ** [18:02:16 2020-06-12] 178: Checking users ** [18:02:16 2020-06-12] 178: Checking user_dbs ** [18:02:16 2020-06-12] 178: Checking geocodings ** [18:02:16 2020-06-12] 178: Checking synchronizations ** [18:02:16 2020-06-12] 178: Checking tracker ** [18:02:16 2020-06-12] 178: Checking user_migrations ** [18:02:16 2020-06-12] 178: Checking batch_updates ** [18:02:16 2020-06-12] 178: Checking gears ** [18:02:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:02:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:21 2020-06-12] 178: Checking imports ** [18:02:21 2020-06-12] 178: Checking exports ** [18:02:21 2020-06-12] 178: Checking users ** [18:02:21 2020-06-12] 178: Checking user_dbs ** [18:02:21 2020-06-12] 178: Checking geocodings ** [18:02:21 2020-06-12] 178: Checking synchronizations ** [18:02:21 2020-06-12] 178: Checking tracker ** [18:02:21 2020-06-12] 178: Checking user_migrations ** [18:02:21 2020-06-12] 178: Checking batch_updates ** [18:02:21 2020-06-12] 178: Checking gears ** [18:02:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:02:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:26 2020-06-12] 178: Checking imports ** [18:02:26 2020-06-12] 178: Checking exports ** [18:02:26 2020-06-12] 178: Checking users ** [18:02:26 2020-06-12] 178: Checking user_dbs ** [18:02:26 2020-06-12] 178: Checking geocodings ** [18:02:26 2020-06-12] 178: Checking synchronizations ** [18:02:26 2020-06-12] 178: Checking tracker ** [18:02:26 2020-06-12] 178: Checking user_migrations ** [18:02:26 2020-06-12] 178: Checking batch_updates ** [18:02:26 2020-06-12] 178: Checking gears ** [18:02:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:02:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:31 2020-06-12] 178: Checking imports ** [18:02:31 2020-06-12] 178: Checking exports ** [18:02:31 2020-06-12] 178: Checking users ** [18:02:31 2020-06-12] 178: Checking user_dbs ** [18:02:31 2020-06-12] 178: Checking geocodings ** [18:02:31 2020-06-12] 178: Checking synchronizations ** [18:02:31 2020-06-12] 178: Checking tracker ** [18:02:31 2020-06-12] 178: Checking user_migrations ** [18:02:31 2020-06-12] 178: Checking batch_updates ** [18:02:31 2020-06-12] 178: Checking gears ** [18:02:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:02:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:36 2020-06-12] 178: Checking imports ** [18:02:36 2020-06-12] 178: Checking exports ** [18:02:36 2020-06-12] 178: Checking users ** [18:02:36 2020-06-12] 178: Checking user_dbs ** [18:02:36 2020-06-12] 178: Checking geocodings ** [18:02:36 2020-06-12] 178: Checking synchronizations ** [18:02:36 2020-06-12] 178: Checking tracker ** [18:02:36 2020-06-12] 178: Checking user_migrations ** [18:02:36 2020-06-12] 178: Checking batch_updates ** [18:02:36 2020-06-12] 178: Checking gears ** [18:02:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:02:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:41 2020-06-12] 178: Checking imports ** [18:02:41 2020-06-12] 178: Checking exports ** [18:02:41 2020-06-12] 178: Checking users ** [18:02:41 2020-06-12] 178: Checking user_dbs ** [18:02:41 2020-06-12] 178: Checking geocodings ** [18:02:41 2020-06-12] 178: Checking synchronizations ** [18:02:41 2020-06-12] 178: Checking tracker ** [18:02:41 2020-06-12] 178: Checking user_migrations ** [18:02:41 2020-06-12] 178: Checking batch_updates ** [18:02:41 2020-06-12] 178: Checking gears ** [18:02:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:02:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:46 2020-06-12] 178: Checking imports ** [18:02:46 2020-06-12] 178: Checking exports ** [18:02:46 2020-06-12] 178: Checking users ** [18:02:46 2020-06-12] 178: Checking user_dbs ** [18:02:46 2020-06-12] 178: Checking geocodings ** [18:02:46 2020-06-12] 178: Checking synchronizations ** [18:02:46 2020-06-12] 178: Checking tracker ** [18:02:46 2020-06-12] 178: Checking user_migrations ** [18:02:46 2020-06-12] 178: Checking batch_updates ** [18:02:46 2020-06-12] 178: Checking gears ** [18:02:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:02:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:51 2020-06-12] 178: Checking imports ** [18:02:51 2020-06-12] 178: Checking exports ** [18:02:51 2020-06-12] 178: Checking users ** [18:02:51 2020-06-12] 178: Checking user_dbs ** [18:02:51 2020-06-12] 178: Checking geocodings ** [18:02:51 2020-06-12] 178: Checking synchronizations ** [18:02:51 2020-06-12] 178: Checking tracker ** [18:02:51 2020-06-12] 178: Checking user_migrations ** [18:02:51 2020-06-12] 178: Checking batch_updates ** [18:02:51 2020-06-12] 178: Checking gears ** [18:02:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:02:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:56 2020-06-12] 178: Checking imports ** [18:02:56 2020-06-12] 178: Checking exports ** [18:02:56 2020-06-12] 178: Checking users ** [18:02:56 2020-06-12] 178: Checking user_dbs ** [18:02:56 2020-06-12] 178: Checking geocodings ** [18:02:56 2020-06-12] 178: Checking synchronizations ** [18:02:56 2020-06-12] 178: Checking tracker ** [18:02:56 2020-06-12] 178: Checking user_migrations ** [18:02:56 2020-06-12] 178: Checking batch_updates ** [18:02:56 2020-06-12] 178: Checking gears ** [18:02:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:02:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:01 2020-06-12] 178: Checking imports ** [18:03:01 2020-06-12] 178: Checking exports ** [18:03:01 2020-06-12] 178: Checking users ** [18:03:01 2020-06-12] 178: Checking user_dbs ** [18:03:01 2020-06-12] 178: Checking geocodings ** [18:03:01 2020-06-12] 178: Checking synchronizations ** [18:03:01 2020-06-12] 178: Checking tracker ** [18:03:01 2020-06-12] 178: Checking user_migrations ** [18:03:01 2020-06-12] 178: Checking batch_updates ** [18:03:01 2020-06-12] 178: Checking gears ** [18:03:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:03:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:06 2020-06-12] 178: Checking imports ** [18:03:06 2020-06-12] 178: Checking exports ** [18:03:06 2020-06-12] 178: Checking users ** [18:03:06 2020-06-12] 178: Checking user_dbs ** [18:03:06 2020-06-12] 178: Checking geocodings ** [18:03:06 2020-06-12] 178: Checking synchronizations ** [18:03:06 2020-06-12] 178: Checking tracker ** [18:03:06 2020-06-12] 178: Checking user_migrations ** [18:03:06 2020-06-12] 178: Checking batch_updates ** [18:03:06 2020-06-12] 178: Checking gears ** [18:03:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:03:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:11 2020-06-12] 178: Checking imports ** [18:03:11 2020-06-12] 178: Checking exports ** [18:03:11 2020-06-12] 178: Checking users ** [18:03:11 2020-06-12] 178: Checking user_dbs ** [18:03:11 2020-06-12] 178: Checking geocodings ** [18:03:11 2020-06-12] 178: Checking synchronizations ** [18:03:11 2020-06-12] 178: Checking tracker ** [18:03:11 2020-06-12] 178: Checking user_migrations ** [18:03:11 2020-06-12] 178: Checking batch_updates ** [18:03:11 2020-06-12] 178: Checking gears ** [18:03:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:03:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:16 2020-06-12] 178: Checking imports ** [18:03:16 2020-06-12] 178: Checking exports ** [18:03:16 2020-06-12] 178: Checking users ** [18:03:16 2020-06-12] 178: Checking user_dbs ** [18:03:16 2020-06-12] 178: Checking geocodings ** [18:03:16 2020-06-12] 178: Checking synchronizations ** [18:03:16 2020-06-12] 178: Checking tracker ** [18:03:16 2020-06-12] 178: Checking user_migrations ** [18:03:16 2020-06-12] 178: Checking batch_updates ** [18:03:16 2020-06-12] 178: Checking gears ** [18:03:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:03:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:21 2020-06-12] 178: Checking imports ** [18:03:21 2020-06-12] 178: Checking exports ** [18:03:21 2020-06-12] 178: Checking users ** [18:03:21 2020-06-12] 178: Checking user_dbs ** [18:03:21 2020-06-12] 178: Checking geocodings ** [18:03:21 2020-06-12] 178: Checking synchronizations ** [18:03:21 2020-06-12] 178: Checking tracker ** [18:03:21 2020-06-12] 178: Checking user_migrations ** [18:03:21 2020-06-12] 178: Checking batch_updates ** [18:03:21 2020-06-12] 178: Checking gears ** [18:03:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:03:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:26 2020-06-12] 178: Checking imports ** [18:03:26 2020-06-12] 178: Checking exports ** [18:03:26 2020-06-12] 178: Checking users ** [18:03:26 2020-06-12] 178: Checking user_dbs ** [18:03:26 2020-06-12] 178: Checking geocodings ** [18:03:26 2020-06-12] 178: Checking synchronizations ** [18:03:26 2020-06-12] 178: Checking tracker ** [18:03:26 2020-06-12] 178: Checking user_migrations ** [18:03:26 2020-06-12] 178: Checking batch_updates ** [18:03:26 2020-06-12] 178: Checking gears ** [18:03:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:03:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:31 2020-06-12] 178: Checking imports ** [18:03:31 2020-06-12] 178: Checking exports ** [18:03:31 2020-06-12] 178: Checking users ** [18:03:31 2020-06-12] 178: Checking user_dbs ** [18:03:31 2020-06-12] 178: Checking geocodings ** [18:03:31 2020-06-12] 178: Checking synchronizations ** [18:03:31 2020-06-12] 178: Checking tracker ** [18:03:31 2020-06-12] 178: Checking user_migrations ** [18:03:31 2020-06-12] 178: Checking batch_updates ** [18:03:31 2020-06-12] 178: Checking gears ** [18:03:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:03:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:36 2020-06-12] 178: Checking imports ** [18:03:36 2020-06-12] 178: Checking exports ** [18:03:36 2020-06-12] 178: Checking users ** [18:03:36 2020-06-12] 178: Checking user_dbs ** [18:03:36 2020-06-12] 178: Checking geocodings ** [18:03:36 2020-06-12] 178: Checking synchronizations ** [18:03:36 2020-06-12] 178: Checking tracker ** [18:03:36 2020-06-12] 178: Checking user_migrations ** [18:03:36 2020-06-12] 178: Checking batch_updates ** [18:03:36 2020-06-12] 178: Checking gears ** [18:03:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:03:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:41 2020-06-12] 178: Checking imports ** [18:03:41 2020-06-12] 178: Checking exports ** [18:03:41 2020-06-12] 178: Checking users ** [18:03:41 2020-06-12] 178: Checking user_dbs ** [18:03:41 2020-06-12] 178: Checking geocodings ** [18:03:41 2020-06-12] 178: Checking synchronizations ** [18:03:41 2020-06-12] 178: Checking tracker ** [18:03:41 2020-06-12] 178: Checking user_migrations ** [18:03:41 2020-06-12] 178: Checking batch_updates ** [18:03:41 2020-06-12] 178: Checking gears ** [18:03:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:03:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:46 2020-06-12] 178: Checking imports ** [18:03:46 2020-06-12] 178: Checking exports ** [18:03:46 2020-06-12] 178: Checking users ** [18:03:46 2020-06-12] 178: Checking user_dbs ** [18:03:46 2020-06-12] 178: Checking geocodings ** [18:03:46 2020-06-12] 178: Checking synchronizations ** [18:03:46 2020-06-12] 178: Checking tracker ** [18:03:46 2020-06-12] 178: Checking user_migrations ** [18:03:46 2020-06-12] 178: Checking batch_updates ** [18:03:46 2020-06-12] 178: Checking gears ** [18:03:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:03:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:51 2020-06-12] 178: Checking imports ** [18:03:51 2020-06-12] 178: Checking exports ** [18:03:51 2020-06-12] 178: Checking users ** [18:03:51 2020-06-12] 178: Checking user_dbs ** [18:03:51 2020-06-12] 178: Checking geocodings ** [18:03:51 2020-06-12] 178: Checking synchronizations ** [18:03:51 2020-06-12] 178: Checking tracker ** [18:03:51 2020-06-12] 178: Checking user_migrations ** [18:03:51 2020-06-12] 178: Checking batch_updates ** [18:03:51 2020-06-12] 178: Checking gears ** [18:03:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:03:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:56 2020-06-12] 178: Checking imports ** [18:03:56 2020-06-12] 178: Checking exports ** [18:03:56 2020-06-12] 178: Checking users ** [18:03:56 2020-06-12] 178: Checking user_dbs ** [18:03:56 2020-06-12] 178: Checking geocodings ** [18:03:56 2020-06-12] 178: Checking synchronizations ** [18:03:56 2020-06-12] 178: Checking tracker ** [18:03:56 2020-06-12] 178: Checking user_migrations ** [18:03:56 2020-06-12] 178: Checking batch_updates ** [18:03:56 2020-06-12] 178: Checking gears ** [18:03:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:03:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:01 2020-06-12] 178: Checking imports ** [18:04:01 2020-06-12] 178: Checking exports ** [18:04:01 2020-06-12] 178: Checking users ** [18:04:01 2020-06-12] 178: Checking user_dbs ** [18:04:01 2020-06-12] 178: Checking geocodings ** [18:04:01 2020-06-12] 178: Checking synchronizations ** [18:04:01 2020-06-12] 178: Checking tracker ** [18:04:01 2020-06-12] 178: Checking user_migrations ** [18:04:01 2020-06-12] 178: Checking batch_updates ** [18:04:01 2020-06-12] 178: Checking gears ** [18:04:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:04:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:06 2020-06-12] 178: Checking imports ** [18:04:06 2020-06-12] 178: Checking exports ** [18:04:06 2020-06-12] 178: Checking users ** [18:04:06 2020-06-12] 178: Checking user_dbs ** [18:04:06 2020-06-12] 178: Checking geocodings ** [18:04:06 2020-06-12] 178: Checking synchronizations ** [18:04:06 2020-06-12] 178: Checking tracker ** [18:04:06 2020-06-12] 178: Checking user_migrations ** [18:04:06 2020-06-12] 178: Checking batch_updates ** [18:04:06 2020-06-12] 178: Checking gears ** [18:04:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:04:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:11 2020-06-12] 178: Checking imports ** [18:04:11 2020-06-12] 178: Checking exports ** [18:04:11 2020-06-12] 178: Checking users ** [18:04:11 2020-06-12] 178: Checking user_dbs ** [18:04:11 2020-06-12] 178: Checking geocodings ** [18:04:11 2020-06-12] 178: Checking synchronizations ** [18:04:11 2020-06-12] 178: Checking tracker ** [18:04:11 2020-06-12] 178: Checking user_migrations ** [18:04:11 2020-06-12] 178: Checking batch_updates ** [18:04:11 2020-06-12] 178: Checking gears ** [18:04:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:04:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:16 2020-06-12] 178: Checking imports ** [18:04:16 2020-06-12] 178: Checking exports ** [18:04:16 2020-06-12] 178: Checking users ** [18:04:16 2020-06-12] 178: Checking user_dbs ** [18:04:16 2020-06-12] 178: Checking geocodings ** [18:04:16 2020-06-12] 178: Checking synchronizations ** [18:04:16 2020-06-12] 178: Checking tracker ** [18:04:16 2020-06-12] 178: Checking user_migrations ** [18:04:16 2020-06-12] 178: Checking batch_updates ** [18:04:16 2020-06-12] 178: Checking gears ** [18:04:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:04:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:21 2020-06-12] 178: Checking imports ** [18:04:21 2020-06-12] 178: Checking exports ** [18:04:21 2020-06-12] 178: Checking users ** [18:04:21 2020-06-12] 178: Checking user_dbs ** [18:04:21 2020-06-12] 178: Checking geocodings ** [18:04:21 2020-06-12] 178: Checking synchronizations ** [18:04:21 2020-06-12] 178: Checking tracker ** [18:04:21 2020-06-12] 178: Checking user_migrations ** [18:04:21 2020-06-12] 178: Checking batch_updates ** [18:04:21 2020-06-12] 178: Checking gears ** [18:04:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:04:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:26 2020-06-12] 178: Checking imports ** [18:04:26 2020-06-12] 178: Checking exports ** [18:04:26 2020-06-12] 178: Checking users ** [18:04:26 2020-06-12] 178: Checking user_dbs ** [18:04:26 2020-06-12] 178: Checking geocodings ** [18:04:26 2020-06-12] 178: Checking synchronizations ** [18:04:26 2020-06-12] 178: Checking tracker ** [18:04:26 2020-06-12] 178: Checking user_migrations ** [18:04:26 2020-06-12] 178: Checking batch_updates ** [18:04:26 2020-06-12] 178: Checking gears ** [18:04:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:04:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:31 2020-06-12] 178: Checking imports ** [18:04:31 2020-06-12] 178: Checking exports ** [18:04:31 2020-06-12] 178: Checking users ** [18:04:31 2020-06-12] 178: Checking user_dbs ** [18:04:31 2020-06-12] 178: Checking geocodings ** [18:04:31 2020-06-12] 178: Checking synchronizations ** [18:04:31 2020-06-12] 178: Checking tracker ** [18:04:31 2020-06-12] 178: Checking user_migrations ** [18:04:31 2020-06-12] 178: Checking batch_updates ** [18:04:31 2020-06-12] 178: Checking gears ** [18:04:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:04:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:36 2020-06-12] 178: Checking imports ** [18:04:36 2020-06-12] 178: Checking exports ** [18:04:36 2020-06-12] 178: Checking users ** [18:04:36 2020-06-12] 178: Checking user_dbs ** [18:04:36 2020-06-12] 178: Checking geocodings ** [18:04:36 2020-06-12] 178: Checking synchronizations ** [18:04:36 2020-06-12] 178: Checking tracker ** [18:04:36 2020-06-12] 178: Checking user_migrations ** [18:04:36 2020-06-12] 178: Checking batch_updates ** [18:04:36 2020-06-12] 178: Checking gears ** [18:04:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:04:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:41 2020-06-12] 178: Checking imports ** [18:04:41 2020-06-12] 178: Checking exports ** [18:04:41 2020-06-12] 178: Checking users ** [18:04:41 2020-06-12] 178: Checking user_dbs ** [18:04:41 2020-06-12] 178: Checking geocodings ** [18:04:41 2020-06-12] 178: Checking synchronizations ** [18:04:41 2020-06-12] 178: Checking tracker ** [18:04:41 2020-06-12] 178: Checking user_migrations ** [18:04:41 2020-06-12] 178: Checking batch_updates ** [18:04:41 2020-06-12] 178: Checking gears ** [18:04:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:04:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:46 2020-06-12] 178: Checking imports ** [18:04:46 2020-06-12] 178: Checking exports ** [18:04:46 2020-06-12] 178: Checking users ** [18:04:46 2020-06-12] 178: Checking user_dbs ** [18:04:46 2020-06-12] 178: Checking geocodings ** [18:04:46 2020-06-12] 178: Checking synchronizations ** [18:04:46 2020-06-12] 178: Checking tracker ** [18:04:46 2020-06-12] 178: Checking user_migrations ** [18:04:46 2020-06-12] 178: Checking batch_updates ** [18:04:46 2020-06-12] 178: Checking gears ** [18:04:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:04:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:51 2020-06-12] 178: Checking imports ** [18:04:51 2020-06-12] 178: Checking exports ** [18:04:51 2020-06-12] 178: Checking users ** [18:04:51 2020-06-12] 178: Checking user_dbs ** [18:04:51 2020-06-12] 178: Checking geocodings ** [18:04:51 2020-06-12] 178: Checking synchronizations ** [18:04:51 2020-06-12] 178: Checking tracker ** [18:04:51 2020-06-12] 178: Checking user_migrations ** [18:04:51 2020-06-12] 178: Checking batch_updates ** [18:04:51 2020-06-12] 178: Checking gears ** [18:04:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:04:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:56 2020-06-12] 178: Checking imports ** [18:04:56 2020-06-12] 178: Checking exports ** [18:04:56 2020-06-12] 178: Checking users ** [18:04:56 2020-06-12] 178: Checking user_dbs ** [18:04:56 2020-06-12] 178: Checking geocodings ** [18:04:56 2020-06-12] 178: Checking synchronizations ** [18:04:56 2020-06-12] 178: Checking tracker ** [18:04:56 2020-06-12] 178: Checking user_migrations ** [18:04:56 2020-06-12] 178: Checking batch_updates ** [18:04:56 2020-06-12] 178: Checking gears ** [18:04:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:04:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:01 2020-06-12] 178: Checking imports ** [18:05:01 2020-06-12] 178: Checking exports ** [18:05:01 2020-06-12] 178: Checking users ** [18:05:01 2020-06-12] 178: Checking user_dbs ** [18:05:01 2020-06-12] 178: Checking geocodings ** [18:05:01 2020-06-12] 178: Checking synchronizations ** [18:05:01 2020-06-12] 178: Checking tracker ** [18:05:01 2020-06-12] 178: Checking user_migrations ** [18:05:01 2020-06-12] 178: Checking batch_updates ** [18:05:01 2020-06-12] 178: Checking gears ** [18:05:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:05:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:06 2020-06-12] 178: Checking imports ** [18:05:06 2020-06-12] 178: Checking exports ** [18:05:06 2020-06-12] 178: Checking users ** [18:05:06 2020-06-12] 178: Checking user_dbs ** [18:05:06 2020-06-12] 178: Checking geocodings ** [18:05:06 2020-06-12] 178: Checking synchronizations ** [18:05:06 2020-06-12] 178: Checking tracker ** [18:05:06 2020-06-12] 178: Checking user_migrations ** [18:05:06 2020-06-12] 178: Checking batch_updates ** [18:05:06 2020-06-12] 178: Checking gears ** [18:05:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:05:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:11 2020-06-12] 178: Checking imports ** [18:05:11 2020-06-12] 178: Checking exports ** [18:05:11 2020-06-12] 178: Checking users ** [18:05:11 2020-06-12] 178: Checking user_dbs ** [18:05:11 2020-06-12] 178: Checking geocodings ** [18:05:11 2020-06-12] 178: Checking synchronizations ** [18:05:11 2020-06-12] 178: Checking tracker ** [18:05:11 2020-06-12] 178: Checking user_migrations ** [18:05:11 2020-06-12] 178: Checking batch_updates ** [18:05:11 2020-06-12] 178: Checking gears ** [18:05:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:05:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:16 2020-06-12] 178: Checking imports ** [18:05:16 2020-06-12] 178: Checking exports ** [18:05:16 2020-06-12] 178: Checking users ** [18:05:16 2020-06-12] 178: Checking user_dbs ** [18:05:16 2020-06-12] 178: Checking geocodings ** [18:05:16 2020-06-12] 178: Checking synchronizations ** [18:05:16 2020-06-12] 178: Checking tracker ** [18:05:16 2020-06-12] 178: Checking user_migrations ** [18:05:16 2020-06-12] 178: Checking batch_updates ** [18:05:16 2020-06-12] 178: Checking gears ** [18:05:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:05:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:21 2020-06-12] 178: Checking imports ** [18:05:21 2020-06-12] 178: Checking exports ** [18:05:21 2020-06-12] 178: Checking users ** [18:05:21 2020-06-12] 178: Checking user_dbs ** [18:05:21 2020-06-12] 178: Checking geocodings ** [18:05:21 2020-06-12] 178: Checking synchronizations ** [18:05:21 2020-06-12] 178: Checking tracker ** [18:05:21 2020-06-12] 178: Checking user_migrations ** [18:05:21 2020-06-12] 178: Checking batch_updates ** [18:05:21 2020-06-12] 178: Checking gears ** [18:05:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:05:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:26 2020-06-12] 178: Checking imports ** [18:05:26 2020-06-12] 178: Checking exports ** [18:05:26 2020-06-12] 178: Checking users ** [18:05:26 2020-06-12] 178: Checking user_dbs ** [18:05:26 2020-06-12] 178: Checking geocodings ** [18:05:26 2020-06-12] 178: Checking synchronizations ** [18:05:26 2020-06-12] 178: Checking tracker ** [18:05:26 2020-06-12] 178: Checking user_migrations ** [18:05:26 2020-06-12] 178: Checking batch_updates ** [18:05:26 2020-06-12] 178: Checking gears ** [18:05:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:05:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:31 2020-06-12] 178: Checking imports ** [18:05:31 2020-06-12] 178: Checking exports ** [18:05:31 2020-06-12] 178: Checking users ** [18:05:31 2020-06-12] 178: Checking user_dbs ** [18:05:31 2020-06-12] 178: Checking geocodings ** [18:05:31 2020-06-12] 178: Checking synchronizations ** [18:05:31 2020-06-12] 178: Checking tracker ** [18:05:31 2020-06-12] 178: Checking user_migrations ** [18:05:31 2020-06-12] 178: Checking batch_updates ** [18:05:31 2020-06-12] 178: Checking gears ** [18:05:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:05:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:36 2020-06-12] 178: Checking imports ** [18:05:36 2020-06-12] 178: Checking exports ** [18:05:36 2020-06-12] 178: Checking users ** [18:05:36 2020-06-12] 178: Checking user_dbs ** [18:05:36 2020-06-12] 178: Checking geocodings ** [18:05:36 2020-06-12] 178: Checking synchronizations ** [18:05:36 2020-06-12] 178: Checking tracker ** [18:05:36 2020-06-12] 178: Checking user_migrations ** [18:05:36 2020-06-12] 178: Checking batch_updates ** [18:05:36 2020-06-12] 178: Checking gears ** [18:05:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:05:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:41 2020-06-12] 178: Checking imports ** [18:05:41 2020-06-12] 178: Checking exports ** [18:05:41 2020-06-12] 178: Checking users ** [18:05:41 2020-06-12] 178: Checking user_dbs ** [18:05:41 2020-06-12] 178: Checking geocodings ** [18:05:41 2020-06-12] 178: Checking synchronizations ** [18:05:41 2020-06-12] 178: Checking tracker ** [18:05:41 2020-06-12] 178: Checking user_migrations ** [18:05:41 2020-06-12] 178: Checking batch_updates ** [18:05:41 2020-06-12] 178: Checking gears ** [18:05:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:05:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:46 2020-06-12] 178: Checking imports ** [18:05:46 2020-06-12] 178: Checking exports ** [18:05:46 2020-06-12] 178: Checking users ** [18:05:46 2020-06-12] 178: Checking user_dbs ** [18:05:46 2020-06-12] 178: Checking geocodings ** [18:05:46 2020-06-12] 178: Checking synchronizations ** [18:05:46 2020-06-12] 178: Checking tracker ** [18:05:46 2020-06-12] 178: Checking user_migrations ** [18:05:46 2020-06-12] 178: Checking batch_updates ** [18:05:46 2020-06-12] 178: Checking gears ** [18:05:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:05:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:51 2020-06-12] 178: Checking imports ** [18:05:51 2020-06-12] 178: Checking exports ** [18:05:51 2020-06-12] 178: Checking users ** [18:05:51 2020-06-12] 178: Checking user_dbs ** [18:05:51 2020-06-12] 178: Checking geocodings ** [18:05:51 2020-06-12] 178: Checking synchronizations ** [18:05:51 2020-06-12] 178: Checking tracker ** [18:05:51 2020-06-12] 178: Checking user_migrations ** [18:05:51 2020-06-12] 178: Checking batch_updates ** [18:05:51 2020-06-12] 178: Checking gears ** [18:05:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:05:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:56 2020-06-12] 178: Checking imports ** [18:05:56 2020-06-12] 178: Checking exports ** [18:05:56 2020-06-12] 178: Checking users ** [18:05:56 2020-06-12] 178: Checking user_dbs ** [18:05:56 2020-06-12] 178: Checking geocodings ** [18:05:56 2020-06-12] 178: Checking synchronizations ** [18:05:56 2020-06-12] 178: Checking tracker ** [18:05:56 2020-06-12] 178: Checking user_migrations ** [18:05:56 2020-06-12] 178: Checking batch_updates ** [18:05:56 2020-06-12] 178: Checking gears ** [18:05:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:05:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:01 2020-06-12] 178: Checking imports ** [18:06:01 2020-06-12] 178: Checking exports ** [18:06:01 2020-06-12] 178: Checking users ** [18:06:01 2020-06-12] 178: Checking user_dbs ** [18:06:01 2020-06-12] 178: Checking geocodings ** [18:06:01 2020-06-12] 178: Checking synchronizations ** [18:06:01 2020-06-12] 178: Checking tracker ** [18:06:01 2020-06-12] 178: Checking user_migrations ** [18:06:01 2020-06-12] 178: Checking batch_updates ** [18:06:01 2020-06-12] 178: Checking gears ** [18:06:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:06:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:06 2020-06-12] 178: Checking imports ** [18:06:06 2020-06-12] 178: Checking exports ** [18:06:06 2020-06-12] 178: Checking users ** [18:06:06 2020-06-12] 178: Checking user_dbs ** [18:06:06 2020-06-12] 178: Checking geocodings ** [18:06:06 2020-06-12] 178: Checking synchronizations ** [18:06:06 2020-06-12] 178: Checking tracker ** [18:06:06 2020-06-12] 178: Checking user_migrations ** [18:06:06 2020-06-12] 178: Checking batch_updates ** [18:06:06 2020-06-12] 178: Checking gears ** [18:06:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:06:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:11 2020-06-12] 178: Checking imports ** [18:06:11 2020-06-12] 178: Checking exports ** [18:06:11 2020-06-12] 178: Checking users ** [18:06:11 2020-06-12] 178: Checking user_dbs ** [18:06:11 2020-06-12] 178: Checking geocodings ** [18:06:11 2020-06-12] 178: Checking synchronizations ** [18:06:11 2020-06-12] 178: Checking tracker ** [18:06:11 2020-06-12] 178: Checking user_migrations ** [18:06:11 2020-06-12] 178: Checking batch_updates ** [18:06:11 2020-06-12] 178: Checking gears ** [18:06:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:06:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:16 2020-06-12] 178: Checking imports ** [18:06:16 2020-06-12] 178: Checking exports ** [18:06:16 2020-06-12] 178: Checking users ** [18:06:16 2020-06-12] 178: Checking user_dbs ** [18:06:16 2020-06-12] 178: Checking geocodings ** [18:06:16 2020-06-12] 178: Checking synchronizations ** [18:06:16 2020-06-12] 178: Checking tracker ** [18:06:16 2020-06-12] 178: Checking user_migrations ** [18:06:16 2020-06-12] 178: Checking batch_updates ** [18:06:16 2020-06-12] 178: Checking gears ** [18:06:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:06:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:21 2020-06-12] 178: Checking imports ** [18:06:21 2020-06-12] 178: Checking exports ** [18:06:21 2020-06-12] 178: Checking users ** [18:06:21 2020-06-12] 178: Checking user_dbs ** [18:06:21 2020-06-12] 178: Checking geocodings ** [18:06:21 2020-06-12] 178: Checking synchronizations ** [18:06:21 2020-06-12] 178: Checking tracker ** [18:06:21 2020-06-12] 178: Checking user_migrations ** [18:06:21 2020-06-12] 178: Checking batch_updates ** [18:06:21 2020-06-12] 178: Checking gears ** [18:06:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:06:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:26 2020-06-12] 178: Checking imports ** [18:06:26 2020-06-12] 178: Checking exports ** [18:06:26 2020-06-12] 178: Checking users ** [18:06:26 2020-06-12] 178: Checking user_dbs ** [18:06:26 2020-06-12] 178: Checking geocodings ** [18:06:26 2020-06-12] 178: Checking synchronizations ** [18:06:26 2020-06-12] 178: Checking tracker ** [18:06:26 2020-06-12] 178: Checking user_migrations ** [18:06:26 2020-06-12] 178: Checking batch_updates ** [18:06:26 2020-06-12] 178: Checking gears ** [18:06:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:06:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:31 2020-06-12] 178: Checking imports ** [18:06:31 2020-06-12] 178: Checking exports ** [18:06:31 2020-06-12] 178: Checking users ** [18:06:31 2020-06-12] 178: Checking user_dbs ** [18:06:31 2020-06-12] 178: Checking geocodings ** [18:06:31 2020-06-12] 178: Checking synchronizations ** [18:06:31 2020-06-12] 178: Checking tracker ** [18:06:31 2020-06-12] 178: Checking user_migrations ** [18:06:31 2020-06-12] 178: Checking batch_updates ** [18:06:31 2020-06-12] 178: Checking gears ** [18:06:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:06:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:36 2020-06-12] 178: Checking imports ** [18:06:36 2020-06-12] 178: Checking exports ** [18:06:36 2020-06-12] 178: Checking users ** [18:06:36 2020-06-12] 178: Checking user_dbs ** [18:06:36 2020-06-12] 178: Checking geocodings ** [18:06:36 2020-06-12] 178: Checking synchronizations ** [18:06:36 2020-06-12] 178: Checking tracker ** [18:06:36 2020-06-12] 178: Checking user_migrations ** [18:06:36 2020-06-12] 178: Checking batch_updates ** [18:06:36 2020-06-12] 178: Checking gears ** [18:06:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:06:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:41 2020-06-12] 178: Checking imports ** [18:06:41 2020-06-12] 178: Checking exports ** [18:06:41 2020-06-12] 178: Checking users ** [18:06:41 2020-06-12] 178: Checking user_dbs ** [18:06:41 2020-06-12] 178: Checking geocodings ** [18:06:41 2020-06-12] 178: Checking synchronizations ** [18:06:41 2020-06-12] 178: Checking tracker ** [18:06:41 2020-06-12] 178: Checking user_migrations ** [18:06:41 2020-06-12] 178: Checking batch_updates ** [18:06:41 2020-06-12] 178: Checking gears ** [18:06:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:06:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:46 2020-06-12] 178: Checking imports ** [18:06:46 2020-06-12] 178: Checking exports ** [18:06:46 2020-06-12] 178: Checking users ** [18:06:46 2020-06-12] 178: Checking user_dbs ** [18:06:46 2020-06-12] 178: Checking geocodings ** [18:06:46 2020-06-12] 178: Checking synchronizations ** [18:06:46 2020-06-12] 178: Checking tracker ** [18:06:46 2020-06-12] 178: Checking user_migrations ** [18:06:46 2020-06-12] 178: Checking batch_updates ** [18:06:46 2020-06-12] 178: Checking gears ** [18:06:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:06:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:51 2020-06-12] 178: Checking imports ** [18:06:51 2020-06-12] 178: Checking exports ** [18:06:51 2020-06-12] 178: Checking users ** [18:06:51 2020-06-12] 178: Checking user_dbs ** [18:06:51 2020-06-12] 178: Checking geocodings ** [18:06:51 2020-06-12] 178: Checking synchronizations ** [18:06:51 2020-06-12] 178: Checking tracker ** [18:06:51 2020-06-12] 178: Checking user_migrations ** [18:06:51 2020-06-12] 178: Checking batch_updates ** [18:06:51 2020-06-12] 178: Checking gears ** [18:06:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:06:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:56 2020-06-12] 178: Checking imports ** [18:06:56 2020-06-12] 178: Checking exports ** [18:06:56 2020-06-12] 178: Checking users ** [18:06:56 2020-06-12] 178: Checking user_dbs ** [18:06:56 2020-06-12] 178: Checking geocodings ** [18:06:56 2020-06-12] 178: Checking synchronizations ** [18:06:56 2020-06-12] 178: Checking tracker ** [18:06:56 2020-06-12] 178: Checking user_migrations ** [18:06:56 2020-06-12] 178: Checking batch_updates ** [18:06:56 2020-06-12] 178: Checking gears ** [18:06:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:06:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:01 2020-06-12] 178: Checking imports ** [18:07:01 2020-06-12] 178: Checking exports ** [18:07:01 2020-06-12] 178: Checking users ** [18:07:01 2020-06-12] 178: Checking user_dbs ** [18:07:01 2020-06-12] 178: Checking geocodings ** [18:07:01 2020-06-12] 178: Checking synchronizations ** [18:07:01 2020-06-12] 178: Checking tracker ** [18:07:01 2020-06-12] 178: Checking user_migrations ** [18:07:01 2020-06-12] 178: Checking batch_updates ** [18:07:01 2020-06-12] 178: Checking gears ** [18:07:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:07:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:06 2020-06-12] 178: Checking imports ** [18:07:06 2020-06-12] 178: Checking exports ** [18:07:06 2020-06-12] 178: Checking users ** [18:07:06 2020-06-12] 178: Checking user_dbs ** [18:07:06 2020-06-12] 178: Checking geocodings ** [18:07:06 2020-06-12] 178: Checking synchronizations ** [18:07:06 2020-06-12] 178: Checking tracker ** [18:07:06 2020-06-12] 178: Checking user_migrations ** [18:07:06 2020-06-12] 178: Checking batch_updates ** [18:07:06 2020-06-12] 178: Checking gears ** [18:07:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:07:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:11 2020-06-12] 178: Checking imports ** [18:07:11 2020-06-12] 178: Checking exports ** [18:07:11 2020-06-12] 178: Checking users ** [18:07:11 2020-06-12] 178: Checking user_dbs ** [18:07:11 2020-06-12] 178: Checking geocodings ** [18:07:11 2020-06-12] 178: Checking synchronizations ** [18:07:11 2020-06-12] 178: Checking tracker ** [18:07:11 2020-06-12] 178: Checking user_migrations ** [18:07:11 2020-06-12] 178: Checking batch_updates ** [18:07:11 2020-06-12] 178: Checking gears ** [18:07:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:07:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:16 2020-06-12] 178: Checking imports ** [18:07:16 2020-06-12] 178: Checking exports ** [18:07:16 2020-06-12] 178: Checking users ** [18:07:16 2020-06-12] 178: Checking user_dbs ** [18:07:16 2020-06-12] 178: Checking geocodings ** [18:07:16 2020-06-12] 178: Checking synchronizations ** [18:07:16 2020-06-12] 178: Checking tracker ** [18:07:16 2020-06-12] 178: Checking user_migrations ** [18:07:16 2020-06-12] 178: Checking batch_updates ** [18:07:16 2020-06-12] 178: Checking gears ** [18:07:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:07:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:21 2020-06-12] 178: Checking imports ** [18:07:21 2020-06-12] 178: Checking exports ** [18:07:21 2020-06-12] 178: Checking users ** [18:07:21 2020-06-12] 178: Checking user_dbs ** [18:07:21 2020-06-12] 178: Checking geocodings ** [18:07:21 2020-06-12] 178: Checking synchronizations ** [18:07:21 2020-06-12] 178: Checking tracker ** [18:07:21 2020-06-12] 178: Checking user_migrations ** [18:07:21 2020-06-12] 178: Checking batch_updates ** [18:07:21 2020-06-12] 178: Checking gears ** [18:07:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:07:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:26 2020-06-12] 178: Checking imports ** [18:07:26 2020-06-12] 178: Checking exports ** [18:07:26 2020-06-12] 178: Checking users ** [18:07:26 2020-06-12] 178: Checking user_dbs ** [18:07:26 2020-06-12] 178: Checking geocodings ** [18:07:26 2020-06-12] 178: Checking synchronizations ** [18:07:26 2020-06-12] 178: Checking tracker ** [18:07:26 2020-06-12] 178: Checking user_migrations ** [18:07:26 2020-06-12] 178: Checking batch_updates ** [18:07:26 2020-06-12] 178: Checking gears ** [18:07:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:07:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:31 2020-06-12] 178: Checking imports ** [18:07:31 2020-06-12] 178: Checking exports ** [18:07:31 2020-06-12] 178: Checking users ** [18:07:31 2020-06-12] 178: Checking user_dbs ** [18:07:31 2020-06-12] 178: Checking geocodings ** [18:07:31 2020-06-12] 178: Checking synchronizations ** [18:07:31 2020-06-12] 178: Checking tracker ** [18:07:31 2020-06-12] 178: Checking user_migrations ** [18:07:31 2020-06-12] 178: Checking batch_updates ** [18:07:31 2020-06-12] 178: Checking gears ** [18:07:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:07:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:36 2020-06-12] 178: Checking imports ** [18:07:36 2020-06-12] 178: Checking exports ** [18:07:36 2020-06-12] 178: Checking users ** [18:07:36 2020-06-12] 178: Checking user_dbs ** [18:07:36 2020-06-12] 178: Checking geocodings ** [18:07:36 2020-06-12] 178: Checking synchronizations ** [18:07:36 2020-06-12] 178: Checking tracker ** [18:07:36 2020-06-12] 178: Checking user_migrations ** [18:07:36 2020-06-12] 178: Checking batch_updates ** [18:07:36 2020-06-12] 178: Checking gears ** [18:07:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:07:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:41 2020-06-12] 178: Checking imports ** [18:07:41 2020-06-12] 178: Checking exports ** [18:07:41 2020-06-12] 178: Checking users ** [18:07:41 2020-06-12] 178: Checking user_dbs ** [18:07:41 2020-06-12] 178: Checking geocodings ** [18:07:41 2020-06-12] 178: Checking synchronizations ** [18:07:41 2020-06-12] 178: Checking tracker ** [18:07:41 2020-06-12] 178: Checking user_migrations ** [18:07:41 2020-06-12] 178: Checking batch_updates ** [18:07:41 2020-06-12] 178: Checking gears ** [18:07:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:07:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:46 2020-06-12] 178: Checking imports ** [18:07:46 2020-06-12] 178: Checking exports ** [18:07:46 2020-06-12] 178: Checking users ** [18:07:46 2020-06-12] 178: Checking user_dbs ** [18:07:46 2020-06-12] 178: Checking geocodings ** [18:07:46 2020-06-12] 178: Checking synchronizations ** [18:07:46 2020-06-12] 178: Checking tracker ** [18:07:46 2020-06-12] 178: Checking user_migrations ** [18:07:46 2020-06-12] 178: Checking batch_updates ** [18:07:46 2020-06-12] 178: Checking gears ** [18:07:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:07:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:51 2020-06-12] 178: Checking imports ** [18:07:51 2020-06-12] 178: Checking exports ** [18:07:51 2020-06-12] 178: Checking users ** [18:07:51 2020-06-12] 178: Checking user_dbs ** [18:07:51 2020-06-12] 178: Checking geocodings ** [18:07:51 2020-06-12] 178: Checking synchronizations ** [18:07:51 2020-06-12] 178: Checking tracker ** [18:07:51 2020-06-12] 178: Checking user_migrations ** [18:07:51 2020-06-12] 178: Checking batch_updates ** [18:07:51 2020-06-12] 178: Checking gears ** [18:07:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:07:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:56 2020-06-12] 178: Checking imports ** [18:07:56 2020-06-12] 178: Checking exports ** [18:07:56 2020-06-12] 178: Checking users ** [18:07:56 2020-06-12] 178: Checking user_dbs ** [18:07:56 2020-06-12] 178: Checking geocodings ** [18:07:56 2020-06-12] 178: Checking synchronizations ** [18:07:56 2020-06-12] 178: Checking tracker ** [18:07:56 2020-06-12] 178: Checking user_migrations ** [18:07:56 2020-06-12] 178: Checking batch_updates ** [18:07:56 2020-06-12] 178: Checking gears ** [18:07:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:07:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:01 2020-06-12] 178: Checking imports ** [18:08:01 2020-06-12] 178: Checking exports ** [18:08:01 2020-06-12] 178: Checking users ** [18:08:01 2020-06-12] 178: Checking user_dbs ** [18:08:01 2020-06-12] 178: Checking geocodings ** [18:08:01 2020-06-12] 178: Checking synchronizations ** [18:08:01 2020-06-12] 178: Checking tracker ** [18:08:01 2020-06-12] 178: Checking user_migrations ** [18:08:01 2020-06-12] 178: Checking batch_updates ** [18:08:01 2020-06-12] 178: Checking gears ** [18:08:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:08:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:06 2020-06-12] 178: Checking imports ** [18:08:06 2020-06-12] 178: Checking exports ** [18:08:06 2020-06-12] 178: Checking users ** [18:08:06 2020-06-12] 178: Checking user_dbs ** [18:08:06 2020-06-12] 178: Checking geocodings ** [18:08:06 2020-06-12] 178: Checking synchronizations ** [18:08:06 2020-06-12] 178: Checking tracker ** [18:08:06 2020-06-12] 178: Checking user_migrations ** [18:08:06 2020-06-12] 178: Checking batch_updates ** [18:08:06 2020-06-12] 178: Checking gears ** [18:08:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:08:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:11 2020-06-12] 178: Checking imports ** [18:08:11 2020-06-12] 178: Checking exports ** [18:08:11 2020-06-12] 178: Checking users ** [18:08:11 2020-06-12] 178: Checking user_dbs ** [18:08:11 2020-06-12] 178: Checking geocodings ** [18:08:11 2020-06-12] 178: Checking synchronizations ** [18:08:11 2020-06-12] 178: Checking tracker ** [18:08:11 2020-06-12] 178: Checking user_migrations ** [18:08:11 2020-06-12] 178: Checking batch_updates ** [18:08:11 2020-06-12] 178: Checking gears ** [18:08:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:08:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:16 2020-06-12] 178: Checking imports ** [18:08:16 2020-06-12] 178: Checking exports ** [18:08:16 2020-06-12] 178: Checking users ** [18:08:16 2020-06-12] 178: Checking user_dbs ** [18:08:16 2020-06-12] 178: Checking geocodings ** [18:08:16 2020-06-12] 178: Checking synchronizations ** [18:08:16 2020-06-12] 178: Checking tracker ** [18:08:16 2020-06-12] 178: Checking user_migrations ** [18:08:16 2020-06-12] 178: Checking batch_updates ** [18:08:16 2020-06-12] 178: Checking gears ** [18:08:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:08:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:21 2020-06-12] 178: Checking imports ** [18:08:21 2020-06-12] 178: Checking exports ** [18:08:21 2020-06-12] 178: Checking users ** [18:08:21 2020-06-12] 178: Checking user_dbs ** [18:08:21 2020-06-12] 178: Checking geocodings ** [18:08:21 2020-06-12] 178: Checking synchronizations ** [18:08:21 2020-06-12] 178: Checking tracker ** [18:08:21 2020-06-12] 178: Checking user_migrations ** [18:08:21 2020-06-12] 178: Checking batch_updates ** [18:08:21 2020-06-12] 178: Checking gears ** [18:08:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:08:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:26 2020-06-12] 178: Checking imports ** [18:08:26 2020-06-12] 178: Checking exports ** [18:08:26 2020-06-12] 178: Checking users ** [18:08:26 2020-06-12] 178: Checking user_dbs ** [18:08:26 2020-06-12] 178: Checking geocodings ** [18:08:26 2020-06-12] 178: Checking synchronizations ** [18:08:26 2020-06-12] 178: Checking tracker ** [18:08:26 2020-06-12] 178: Checking user_migrations ** [18:08:26 2020-06-12] 178: Checking batch_updates ** [18:08:26 2020-06-12] 178: Checking gears ** [18:08:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:08:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:31 2020-06-12] 178: Checking imports ** [18:08:31 2020-06-12] 178: Checking exports ** [18:08:31 2020-06-12] 178: Checking users ** [18:08:31 2020-06-12] 178: Checking user_dbs ** [18:08:31 2020-06-12] 178: Checking geocodings ** [18:08:31 2020-06-12] 178: Checking synchronizations ** [18:08:31 2020-06-12] 178: Checking tracker ** [18:08:31 2020-06-12] 178: Checking user_migrations ** [18:08:31 2020-06-12] 178: Checking batch_updates ** [18:08:31 2020-06-12] 178: Checking gears ** [18:08:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:08:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:36 2020-06-12] 178: Checking imports ** [18:08:36 2020-06-12] 178: Checking exports ** [18:08:36 2020-06-12] 178: Checking users ** [18:08:36 2020-06-12] 178: Checking user_dbs ** [18:08:36 2020-06-12] 178: Checking geocodings ** [18:08:36 2020-06-12] 178: Checking synchronizations ** [18:08:36 2020-06-12] 178: Checking tracker ** [18:08:36 2020-06-12] 178: Checking user_migrations ** [18:08:36 2020-06-12] 178: Checking batch_updates ** [18:08:36 2020-06-12] 178: Checking gears ** [18:08:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:08:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:41 2020-06-12] 178: Checking imports ** [18:08:41 2020-06-12] 178: Checking exports ** [18:08:41 2020-06-12] 178: Checking users ** [18:08:41 2020-06-12] 178: Checking user_dbs ** [18:08:41 2020-06-12] 178: Checking geocodings ** [18:08:41 2020-06-12] 178: Checking synchronizations ** [18:08:41 2020-06-12] 178: Checking tracker ** [18:08:41 2020-06-12] 178: Checking user_migrations ** [18:08:41 2020-06-12] 178: Checking batch_updates ** [18:08:41 2020-06-12] 178: Checking gears ** [18:08:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:08:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:47 2020-06-12] 178: Checking imports ** [18:08:47 2020-06-12] 178: Checking exports ** [18:08:47 2020-06-12] 178: Checking users ** [18:08:47 2020-06-12] 178: Checking user_dbs ** [18:08:47 2020-06-12] 178: Checking geocodings ** [18:08:47 2020-06-12] 178: Checking synchronizations ** [18:08:47 2020-06-12] 178: Checking tracker ** [18:08:47 2020-06-12] 178: Checking user_migrations ** [18:08:47 2020-06-12] 178: Checking batch_updates ** [18:08:47 2020-06-12] 178: Checking gears ** [18:08:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:08:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:52 2020-06-12] 178: Checking imports ** [18:08:52 2020-06-12] 178: Checking exports ** [18:08:52 2020-06-12] 178: Checking users ** [18:08:52 2020-06-12] 178: Checking user_dbs ** [18:08:52 2020-06-12] 178: Checking geocodings ** [18:08:52 2020-06-12] 178: Checking synchronizations ** [18:08:52 2020-06-12] 178: Checking tracker ** [18:08:52 2020-06-12] 178: Checking user_migrations ** [18:08:52 2020-06-12] 178: Checking batch_updates ** [18:08:52 2020-06-12] 178: Checking gears ** [18:08:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:08:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:57 2020-06-12] 178: Checking imports ** [18:08:57 2020-06-12] 178: Checking exports ** [18:08:57 2020-06-12] 178: Checking users ** [18:08:57 2020-06-12] 178: Checking user_dbs ** [18:08:57 2020-06-12] 178: Checking geocodings ** [18:08:57 2020-06-12] 178: Checking synchronizations ** [18:08:57 2020-06-12] 178: Checking tracker ** [18:08:57 2020-06-12] 178: Checking user_migrations ** [18:08:57 2020-06-12] 178: Checking batch_updates ** [18:08:57 2020-06-12] 178: Checking gears ** [18:08:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:08:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:02 2020-06-12] 178: Checking imports ** [18:09:02 2020-06-12] 178: Checking exports ** [18:09:02 2020-06-12] 178: Checking users ** [18:09:02 2020-06-12] 178: Checking user_dbs ** [18:09:02 2020-06-12] 178: Checking geocodings ** [18:09:02 2020-06-12] 178: Checking synchronizations ** [18:09:02 2020-06-12] 178: Checking tracker ** [18:09:02 2020-06-12] 178: Checking user_migrations ** [18:09:02 2020-06-12] 178: Checking batch_updates ** [18:09:02 2020-06-12] 178: Checking gears ** [18:09:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:09:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:07 2020-06-12] 178: Checking imports ** [18:09:07 2020-06-12] 178: Checking exports ** [18:09:07 2020-06-12] 178: Checking users ** [18:09:07 2020-06-12] 178: Checking user_dbs ** [18:09:07 2020-06-12] 178: Checking geocodings ** [18:09:07 2020-06-12] 178: Checking synchronizations ** [18:09:07 2020-06-12] 178: Checking tracker ** [18:09:07 2020-06-12] 178: Checking user_migrations ** [18:09:07 2020-06-12] 178: Checking batch_updates ** [18:09:07 2020-06-12] 178: Checking gears ** [18:09:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:09:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:12 2020-06-12] 178: Checking imports ** [18:09:12 2020-06-12] 178: Checking exports ** [18:09:12 2020-06-12] 178: Checking users ** [18:09:12 2020-06-12] 178: Checking user_dbs ** [18:09:12 2020-06-12] 178: Checking geocodings ** [18:09:12 2020-06-12] 178: Checking synchronizations ** [18:09:12 2020-06-12] 178: Checking tracker ** [18:09:12 2020-06-12] 178: Checking user_migrations ** [18:09:12 2020-06-12] 178: Checking batch_updates ** [18:09:12 2020-06-12] 178: Checking gears ** [18:09:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:09:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:17 2020-06-12] 178: Checking imports ** [18:09:17 2020-06-12] 178: Checking exports ** [18:09:17 2020-06-12] 178: Checking users ** [18:09:17 2020-06-12] 178: Checking user_dbs ** [18:09:17 2020-06-12] 178: Checking geocodings ** [18:09:17 2020-06-12] 178: Checking synchronizations ** [18:09:17 2020-06-12] 178: Checking tracker ** [18:09:17 2020-06-12] 178: Checking user_migrations ** [18:09:17 2020-06-12] 178: Checking batch_updates ** [18:09:17 2020-06-12] 178: Checking gears ** [18:09:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:09:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:22 2020-06-12] 178: Checking imports ** [18:09:22 2020-06-12] 178: Checking exports ** [18:09:22 2020-06-12] 178: Checking users ** [18:09:22 2020-06-12] 178: Checking user_dbs ** [18:09:22 2020-06-12] 178: Checking geocodings ** [18:09:22 2020-06-12] 178: Checking synchronizations ** [18:09:22 2020-06-12] 178: Checking tracker ** [18:09:22 2020-06-12] 178: Checking user_migrations ** [18:09:22 2020-06-12] 178: Checking batch_updates ** [18:09:22 2020-06-12] 178: Checking gears ** [18:09:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:09:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:27 2020-06-12] 178: Checking imports ** [18:09:27 2020-06-12] 178: Checking exports ** [18:09:27 2020-06-12] 178: Checking users ** [18:09:27 2020-06-12] 178: Checking user_dbs ** [18:09:27 2020-06-12] 178: Checking geocodings ** [18:09:27 2020-06-12] 178: Checking synchronizations ** [18:09:27 2020-06-12] 178: Checking tracker ** [18:09:27 2020-06-12] 178: Checking user_migrations ** [18:09:27 2020-06-12] 178: Checking batch_updates ** [18:09:27 2020-06-12] 178: Checking gears ** [18:09:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:09:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:32 2020-06-12] 178: Checking imports ** [18:09:32 2020-06-12] 178: Checking exports ** [18:09:32 2020-06-12] 178: Checking users ** [18:09:32 2020-06-12] 178: Checking user_dbs ** [18:09:32 2020-06-12] 178: Checking geocodings ** [18:09:32 2020-06-12] 178: Checking synchronizations ** [18:09:32 2020-06-12] 178: Checking tracker ** [18:09:32 2020-06-12] 178: Checking user_migrations ** [18:09:32 2020-06-12] 178: Checking batch_updates ** [18:09:32 2020-06-12] 178: Checking gears ** [18:09:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:09:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:37 2020-06-12] 178: Checking imports ** [18:09:37 2020-06-12] 178: Checking exports ** [18:09:37 2020-06-12] 178: Checking users ** [18:09:37 2020-06-12] 178: Checking user_dbs ** [18:09:37 2020-06-12] 178: Checking geocodings ** [18:09:37 2020-06-12] 178: Checking synchronizations ** [18:09:37 2020-06-12] 178: Checking tracker ** [18:09:37 2020-06-12] 178: Checking user_migrations ** [18:09:37 2020-06-12] 178: Checking batch_updates ** [18:09:37 2020-06-12] 178: Checking gears ** [18:09:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:09:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:42 2020-06-12] 178: Checking imports ** [18:09:42 2020-06-12] 178: Checking exports ** [18:09:42 2020-06-12] 178: Checking users ** [18:09:42 2020-06-12] 178: Checking user_dbs ** [18:09:42 2020-06-12] 178: Checking geocodings ** [18:09:42 2020-06-12] 178: Checking synchronizations ** [18:09:42 2020-06-12] 178: Checking tracker ** [18:09:42 2020-06-12] 178: Checking user_migrations ** [18:09:42 2020-06-12] 178: Checking batch_updates ** [18:09:42 2020-06-12] 178: Checking gears ** [18:09:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:09:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:47 2020-06-12] 178: Checking imports ** [18:09:47 2020-06-12] 178: Checking exports ** [18:09:47 2020-06-12] 178: Checking users ** [18:09:47 2020-06-12] 178: Checking user_dbs ** [18:09:47 2020-06-12] 178: Checking geocodings ** [18:09:47 2020-06-12] 178: Checking synchronizations ** [18:09:47 2020-06-12] 178: Checking tracker ** [18:09:47 2020-06-12] 178: Checking user_migrations ** [18:09:47 2020-06-12] 178: Checking batch_updates ** [18:09:47 2020-06-12] 178: Checking gears ** [18:09:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:09:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:52 2020-06-12] 178: Checking imports ** [18:09:52 2020-06-12] 178: Checking exports ** [18:09:52 2020-06-12] 178: Checking users ** [18:09:52 2020-06-12] 178: Checking user_dbs ** [18:09:52 2020-06-12] 178: Checking geocodings ** [18:09:52 2020-06-12] 178: Checking synchronizations ** [18:09:52 2020-06-12] 178: Checking tracker ** [18:09:52 2020-06-12] 178: Checking user_migrations ** [18:09:52 2020-06-12] 178: Checking batch_updates ** [18:09:52 2020-06-12] 178: Checking gears ** [18:09:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:09:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:57 2020-06-12] 178: Checking imports ** [18:09:57 2020-06-12] 178: Checking exports ** [18:09:57 2020-06-12] 178: Checking users ** [18:09:57 2020-06-12] 178: Checking user_dbs ** [18:09:57 2020-06-12] 178: Checking geocodings ** [18:09:57 2020-06-12] 178: Checking synchronizations ** [18:09:57 2020-06-12] 178: Checking tracker ** [18:09:57 2020-06-12] 178: Checking user_migrations ** [18:09:57 2020-06-12] 178: Checking batch_updates ** [18:09:57 2020-06-12] 178: Checking gears ** [18:09:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:09:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:02 2020-06-12] 178: Checking imports ** [18:10:02 2020-06-12] 178: Checking exports ** [18:10:02 2020-06-12] 178: Checking users ** [18:10:02 2020-06-12] 178: Checking user_dbs ** [18:10:02 2020-06-12] 178: Checking geocodings ** [18:10:02 2020-06-12] 178: Checking synchronizations ** [18:10:02 2020-06-12] 178: Checking tracker ** [18:10:02 2020-06-12] 178: Checking user_migrations ** [18:10:02 2020-06-12] 178: Checking batch_updates ** [18:10:02 2020-06-12] 178: Checking gears ** [18:10:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:10:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:07 2020-06-12] 178: Checking imports ** [18:10:07 2020-06-12] 178: Checking exports ** [18:10:07 2020-06-12] 178: Checking users ** [18:10:07 2020-06-12] 178: Checking user_dbs ** [18:10:07 2020-06-12] 178: Checking geocodings ** [18:10:07 2020-06-12] 178: Checking synchronizations ** [18:10:07 2020-06-12] 178: Checking tracker ** [18:10:07 2020-06-12] 178: Checking user_migrations ** [18:10:07 2020-06-12] 178: Checking batch_updates ** [18:10:07 2020-06-12] 178: Checking gears ** [18:10:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:10:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:12 2020-06-12] 178: Checking imports ** [18:10:12 2020-06-12] 178: Checking exports ** [18:10:12 2020-06-12] 178: Checking users ** [18:10:12 2020-06-12] 178: Checking user_dbs ** [18:10:12 2020-06-12] 178: Checking geocodings ** [18:10:12 2020-06-12] 178: Checking synchronizations ** [18:10:12 2020-06-12] 178: Checking tracker ** [18:10:12 2020-06-12] 178: Checking user_migrations ** [18:10:12 2020-06-12] 178: Checking batch_updates ** [18:10:12 2020-06-12] 178: Checking gears ** [18:10:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:10:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:17 2020-06-12] 178: Checking imports ** [18:10:17 2020-06-12] 178: Checking exports ** [18:10:17 2020-06-12] 178: Checking users ** [18:10:17 2020-06-12] 178: Checking user_dbs ** [18:10:17 2020-06-12] 178: Checking geocodings ** [18:10:17 2020-06-12] 178: Checking synchronizations ** [18:10:17 2020-06-12] 178: Checking tracker ** [18:10:17 2020-06-12] 178: Checking user_migrations ** [18:10:17 2020-06-12] 178: Checking batch_updates ** [18:10:17 2020-06-12] 178: Checking gears ** [18:10:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:10:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:22 2020-06-12] 178: Checking imports ** [18:10:22 2020-06-12] 178: Checking exports ** [18:10:22 2020-06-12] 178: Checking users ** [18:10:22 2020-06-12] 178: Checking user_dbs ** [18:10:22 2020-06-12] 178: Checking geocodings ** [18:10:22 2020-06-12] 178: Checking synchronizations ** [18:10:22 2020-06-12] 178: Checking tracker ** [18:10:22 2020-06-12] 178: Checking user_migrations ** [18:10:22 2020-06-12] 178: Checking batch_updates ** [18:10:22 2020-06-12] 178: Checking gears ** [18:10:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:10:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:27 2020-06-12] 178: Checking imports ** [18:10:27 2020-06-12] 178: Checking exports ** [18:10:27 2020-06-12] 178: Checking users ** [18:10:27 2020-06-12] 178: Checking user_dbs ** [18:10:27 2020-06-12] 178: Checking geocodings ** [18:10:27 2020-06-12] 178: Checking synchronizations ** [18:10:27 2020-06-12] 178: Checking tracker ** [18:10:27 2020-06-12] 178: Checking user_migrations ** [18:10:27 2020-06-12] 178: Checking batch_updates ** [18:10:27 2020-06-12] 178: Checking gears ** [18:10:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:10:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:32 2020-06-12] 178: Checking imports ** [18:10:32 2020-06-12] 178: Checking exports ** [18:10:32 2020-06-12] 178: Checking users ** [18:10:32 2020-06-12] 178: Checking user_dbs ** [18:10:32 2020-06-12] 178: Checking geocodings ** [18:10:32 2020-06-12] 178: Checking synchronizations ** [18:10:32 2020-06-12] 178: Checking tracker ** [18:10:32 2020-06-12] 178: Checking user_migrations ** [18:10:32 2020-06-12] 178: Checking batch_updates ** [18:10:32 2020-06-12] 178: Checking gears ** [18:10:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:10:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:37 2020-06-12] 178: Checking imports ** [18:10:37 2020-06-12] 178: Checking exports ** [18:10:37 2020-06-12] 178: Checking users ** [18:10:37 2020-06-12] 178: Checking user_dbs ** [18:10:37 2020-06-12] 178: Checking geocodings ** [18:10:37 2020-06-12] 178: Checking synchronizations ** [18:10:37 2020-06-12] 178: Checking tracker ** [18:10:37 2020-06-12] 178: Checking user_migrations ** [18:10:37 2020-06-12] 178: Checking batch_updates ** [18:10:37 2020-06-12] 178: Checking gears ** [18:10:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:10:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:42 2020-06-12] 178: Checking imports ** [18:10:42 2020-06-12] 178: Checking exports ** [18:10:42 2020-06-12] 178: Checking users ** [18:10:42 2020-06-12] 178: Checking user_dbs ** [18:10:42 2020-06-12] 178: Checking geocodings ** [18:10:42 2020-06-12] 178: Checking synchronizations ** [18:10:42 2020-06-12] 178: Checking tracker ** [18:10:42 2020-06-12] 178: Checking user_migrations ** [18:10:42 2020-06-12] 178: Checking batch_updates ** [18:10:42 2020-06-12] 178: Checking gears ** [18:10:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:10:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:47 2020-06-12] 178: Checking imports ** [18:10:47 2020-06-12] 178: Checking exports ** [18:10:47 2020-06-12] 178: Checking users ** [18:10:47 2020-06-12] 178: Checking user_dbs ** [18:10:47 2020-06-12] 178: Checking geocodings ** [18:10:47 2020-06-12] 178: Checking synchronizations ** [18:10:47 2020-06-12] 178: Checking tracker ** [18:10:47 2020-06-12] 178: Checking user_migrations ** [18:10:47 2020-06-12] 178: Checking batch_updates ** [18:10:47 2020-06-12] 178: Checking gears ** [18:10:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:10:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:52 2020-06-12] 178: Checking imports ** [18:10:52 2020-06-12] 178: Checking exports ** [18:10:52 2020-06-12] 178: Checking users ** [18:10:52 2020-06-12] 178: Checking user_dbs ** [18:10:52 2020-06-12] 178: Checking geocodings ** [18:10:52 2020-06-12] 178: Checking synchronizations ** [18:10:52 2020-06-12] 178: Checking tracker ** [18:10:52 2020-06-12] 178: Checking user_migrations ** [18:10:52 2020-06-12] 178: Checking batch_updates ** [18:10:52 2020-06-12] 178: Checking gears ** [18:10:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:10:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:57 2020-06-12] 178: Checking imports ** [18:10:57 2020-06-12] 178: Checking exports ** [18:10:57 2020-06-12] 178: Checking users ** [18:10:57 2020-06-12] 178: Checking user_dbs ** [18:10:57 2020-06-12] 178: Checking geocodings ** [18:10:57 2020-06-12] 178: Checking synchronizations ** [18:10:57 2020-06-12] 178: Checking tracker ** [18:10:57 2020-06-12] 178: Checking user_migrations ** [18:10:57 2020-06-12] 178: Checking batch_updates ** [18:10:57 2020-06-12] 178: Checking gears ** [18:10:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:10:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:02 2020-06-12] 178: Checking imports ** [18:11:02 2020-06-12] 178: Checking exports ** [18:11:02 2020-06-12] 178: Checking users ** [18:11:02 2020-06-12] 178: Checking user_dbs ** [18:11:02 2020-06-12] 178: Checking geocodings ** [18:11:02 2020-06-12] 178: Checking synchronizations ** [18:11:02 2020-06-12] 178: Checking tracker ** [18:11:02 2020-06-12] 178: Checking user_migrations ** [18:11:02 2020-06-12] 178: Checking batch_updates ** [18:11:02 2020-06-12] 178: Checking gears ** [18:11:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:11:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:07 2020-06-12] 178: Checking imports ** [18:11:07 2020-06-12] 178: Checking exports ** [18:11:07 2020-06-12] 178: Checking users ** [18:11:07 2020-06-12] 178: Checking user_dbs ** [18:11:07 2020-06-12] 178: Checking geocodings ** [18:11:07 2020-06-12] 178: Checking synchronizations ** [18:11:07 2020-06-12] 178: Checking tracker ** [18:11:07 2020-06-12] 178: Checking user_migrations ** [18:11:07 2020-06-12] 178: Checking batch_updates ** [18:11:07 2020-06-12] 178: Checking gears ** [18:11:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:11:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:12 2020-06-12] 178: Checking imports ** [18:11:12 2020-06-12] 178: Checking exports ** [18:11:12 2020-06-12] 178: Checking users ** [18:11:12 2020-06-12] 178: Checking user_dbs ** [18:11:12 2020-06-12] 178: Checking geocodings ** [18:11:12 2020-06-12] 178: Checking synchronizations ** [18:11:12 2020-06-12] 178: Checking tracker ** [18:11:12 2020-06-12] 178: Checking user_migrations ** [18:11:12 2020-06-12] 178: Checking batch_updates ** [18:11:12 2020-06-12] 178: Checking gears ** [18:11:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:11:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:17 2020-06-12] 178: Checking imports ** [18:11:17 2020-06-12] 178: Checking exports ** [18:11:17 2020-06-12] 178: Checking users ** [18:11:17 2020-06-12] 178: Checking user_dbs ** [18:11:17 2020-06-12] 178: Checking geocodings ** [18:11:17 2020-06-12] 178: Checking synchronizations ** [18:11:17 2020-06-12] 178: Checking tracker ** [18:11:17 2020-06-12] 178: Checking user_migrations ** [18:11:17 2020-06-12] 178: Checking batch_updates ** [18:11:17 2020-06-12] 178: Checking gears ** [18:11:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:11:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:22 2020-06-12] 178: Checking imports ** [18:11:22 2020-06-12] 178: Checking exports ** [18:11:22 2020-06-12] 178: Checking users ** [18:11:22 2020-06-12] 178: Checking user_dbs ** [18:11:22 2020-06-12] 178: Checking geocodings ** [18:11:22 2020-06-12] 178: Checking synchronizations ** [18:11:22 2020-06-12] 178: Checking tracker ** [18:11:22 2020-06-12] 178: Checking user_migrations ** [18:11:22 2020-06-12] 178: Checking batch_updates ** [18:11:22 2020-06-12] 178: Checking gears ** [18:11:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:11:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:27 2020-06-12] 178: Checking imports ** [18:11:27 2020-06-12] 178: Checking exports ** [18:11:27 2020-06-12] 178: Checking users ** [18:11:27 2020-06-12] 178: Checking user_dbs ** [18:11:27 2020-06-12] 178: Checking geocodings ** [18:11:27 2020-06-12] 178: Checking synchronizations ** [18:11:27 2020-06-12] 178: Checking tracker ** [18:11:27 2020-06-12] 178: Checking user_migrations ** [18:11:27 2020-06-12] 178: Checking batch_updates ** [18:11:27 2020-06-12] 178: Checking gears ** [18:11:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:11:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:32 2020-06-12] 178: Checking imports ** [18:11:32 2020-06-12] 178: Checking exports ** [18:11:32 2020-06-12] 178: Checking users ** [18:11:32 2020-06-12] 178: Checking user_dbs ** [18:11:32 2020-06-12] 178: Checking geocodings ** [18:11:32 2020-06-12] 178: Checking synchronizations ** [18:11:32 2020-06-12] 178: Checking tracker ** [18:11:32 2020-06-12] 178: Checking user_migrations ** [18:11:32 2020-06-12] 178: Checking batch_updates ** [18:11:32 2020-06-12] 178: Checking gears ** [18:11:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:11:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:37 2020-06-12] 178: Checking imports ** [18:11:37 2020-06-12] 178: Checking exports ** [18:11:37 2020-06-12] 178: Checking users ** [18:11:37 2020-06-12] 178: Checking user_dbs ** [18:11:37 2020-06-12] 178: Checking geocodings ** [18:11:37 2020-06-12] 178: Checking synchronizations ** [18:11:37 2020-06-12] 178: Checking tracker ** [18:11:37 2020-06-12] 178: Checking user_migrations ** [18:11:37 2020-06-12] 178: Checking batch_updates ** [18:11:37 2020-06-12] 178: Checking gears ** [18:11:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:11:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:42 2020-06-12] 178: Checking imports ** [18:11:42 2020-06-12] 178: Checking exports ** [18:11:42 2020-06-12] 178: Checking users ** [18:11:42 2020-06-12] 178: Checking user_dbs ** [18:11:42 2020-06-12] 178: Checking geocodings ** [18:11:42 2020-06-12] 178: Checking synchronizations ** [18:11:42 2020-06-12] 178: Checking tracker ** [18:11:42 2020-06-12] 178: Checking user_migrations ** [18:11:42 2020-06-12] 178: Checking batch_updates ** [18:11:42 2020-06-12] 178: Checking gears ** [18:11:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:11:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:47 2020-06-12] 178: Checking imports ** [18:11:47 2020-06-12] 178: Checking exports ** [18:11:47 2020-06-12] 178: Checking users ** [18:11:47 2020-06-12] 178: Checking user_dbs ** [18:11:47 2020-06-12] 178: Checking geocodings ** [18:11:47 2020-06-12] 178: Checking synchronizations ** [18:11:47 2020-06-12] 178: Checking tracker ** [18:11:47 2020-06-12] 178: Checking user_migrations ** [18:11:47 2020-06-12] 178: Checking batch_updates ** [18:11:47 2020-06-12] 178: Checking gears ** [18:11:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:11:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:52 2020-06-12] 178: Checking imports ** [18:11:52 2020-06-12] 178: Checking exports ** [18:11:52 2020-06-12] 178: Checking users ** [18:11:52 2020-06-12] 178: Checking user_dbs ** [18:11:52 2020-06-12] 178: Checking geocodings ** [18:11:52 2020-06-12] 178: Checking synchronizations ** [18:11:52 2020-06-12] 178: Checking tracker ** [18:11:52 2020-06-12] 178: Checking user_migrations ** [18:11:52 2020-06-12] 178: Checking batch_updates ** [18:11:52 2020-06-12] 178: Checking gears ** [18:11:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:11:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:57 2020-06-12] 178: Checking imports ** [18:11:57 2020-06-12] 178: Checking exports ** [18:11:57 2020-06-12] 178: Checking users ** [18:11:57 2020-06-12] 178: Checking user_dbs ** [18:11:57 2020-06-12] 178: Checking geocodings ** [18:11:57 2020-06-12] 178: Checking synchronizations ** [18:11:57 2020-06-12] 178: Checking tracker ** [18:11:57 2020-06-12] 178: Checking user_migrations ** [18:11:57 2020-06-12] 178: Checking batch_updates ** [18:11:57 2020-06-12] 178: Checking gears ** [18:11:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:11:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:02 2020-06-12] 178: Checking imports ** [18:12:02 2020-06-12] 178: Checking exports ** [18:12:02 2020-06-12] 178: Checking users ** [18:12:02 2020-06-12] 178: Checking user_dbs ** [18:12:02 2020-06-12] 178: Checking geocodings ** [18:12:02 2020-06-12] 178: Checking synchronizations ** [18:12:02 2020-06-12] 178: Checking tracker ** [18:12:02 2020-06-12] 178: Checking user_migrations ** [18:12:02 2020-06-12] 178: Checking batch_updates ** [18:12:02 2020-06-12] 178: Checking gears ** [18:12:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:12:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:07 2020-06-12] 178: Checking imports ** [18:12:07 2020-06-12] 178: Checking exports ** [18:12:07 2020-06-12] 178: Checking users ** [18:12:07 2020-06-12] 178: Checking user_dbs ** [18:12:07 2020-06-12] 178: Checking geocodings ** [18:12:07 2020-06-12] 178: Checking synchronizations ** [18:12:07 2020-06-12] 178: Checking tracker ** [18:12:07 2020-06-12] 178: Checking user_migrations ** [18:12:07 2020-06-12] 178: Checking batch_updates ** [18:12:07 2020-06-12] 178: Checking gears ** [18:12:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:12:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:12 2020-06-12] 178: Checking imports ** [18:12:12 2020-06-12] 178: Checking exports ** [18:12:12 2020-06-12] 178: Checking users ** [18:12:12 2020-06-12] 178: Checking user_dbs ** [18:12:12 2020-06-12] 178: Checking geocodings ** [18:12:12 2020-06-12] 178: Checking synchronizations ** [18:12:12 2020-06-12] 178: Checking tracker ** [18:12:12 2020-06-12] 178: Checking user_migrations ** [18:12:12 2020-06-12] 178: Checking batch_updates ** [18:12:12 2020-06-12] 178: Checking gears ** [18:12:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:12:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:17 2020-06-12] 178: Checking imports ** [18:12:17 2020-06-12] 178: Checking exports ** [18:12:17 2020-06-12] 178: Checking users ** [18:12:17 2020-06-12] 178: Checking user_dbs ** [18:12:17 2020-06-12] 178: Checking geocodings ** [18:12:17 2020-06-12] 178: Checking synchronizations ** [18:12:17 2020-06-12] 178: Checking tracker ** [18:12:17 2020-06-12] 178: Checking user_migrations ** [18:12:17 2020-06-12] 178: Checking batch_updates ** [18:12:17 2020-06-12] 178: Checking gears ** [18:12:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:12:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:22 2020-06-12] 178: Checking imports ** [18:12:22 2020-06-12] 178: Checking exports ** [18:12:22 2020-06-12] 178: Checking users ** [18:12:22 2020-06-12] 178: Checking user_dbs ** [18:12:22 2020-06-12] 178: Checking geocodings ** [18:12:22 2020-06-12] 178: Checking synchronizations ** [18:12:22 2020-06-12] 178: Checking tracker ** [18:12:22 2020-06-12] 178: Checking user_migrations ** [18:12:22 2020-06-12] 178: Checking batch_updates ** [18:12:22 2020-06-12] 178: Checking gears ** [18:12:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:12:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:27 2020-06-12] 178: Checking imports ** [18:12:27 2020-06-12] 178: Checking exports ** [18:12:27 2020-06-12] 178: Checking users ** [18:12:27 2020-06-12] 178: Checking user_dbs ** [18:12:27 2020-06-12] 178: Checking geocodings ** [18:12:27 2020-06-12] 178: Checking synchronizations ** [18:12:27 2020-06-12] 178: Checking tracker ** [18:12:27 2020-06-12] 178: Checking user_migrations ** [18:12:27 2020-06-12] 178: Checking batch_updates ** [18:12:27 2020-06-12] 178: Checking gears ** [18:12:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:12:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:32 2020-06-12] 178: Checking imports ** [18:12:32 2020-06-12] 178: Checking exports ** [18:12:32 2020-06-12] 178: Checking users ** [18:12:32 2020-06-12] 178: Checking user_dbs ** [18:12:32 2020-06-12] 178: Checking geocodings ** [18:12:32 2020-06-12] 178: Checking synchronizations ** [18:12:32 2020-06-12] 178: Checking tracker ** [18:12:32 2020-06-12] 178: Checking user_migrations ** [18:12:32 2020-06-12] 178: Checking batch_updates ** [18:12:32 2020-06-12] 178: Checking gears ** [18:12:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:12:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:37 2020-06-12] 178: Checking imports ** [18:12:37 2020-06-12] 178: Checking exports ** [18:12:37 2020-06-12] 178: Checking users ** [18:12:37 2020-06-12] 178: Checking user_dbs ** [18:12:37 2020-06-12] 178: Checking geocodings ** [18:12:37 2020-06-12] 178: Checking synchronizations ** [18:12:37 2020-06-12] 178: Checking tracker ** [18:12:37 2020-06-12] 178: Checking user_migrations ** [18:12:37 2020-06-12] 178: Checking batch_updates ** [18:12:37 2020-06-12] 178: Checking gears ** [18:12:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:12:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:42 2020-06-12] 178: Checking imports ** [18:12:42 2020-06-12] 178: Checking exports ** [18:12:42 2020-06-12] 178: Checking users ** [18:12:42 2020-06-12] 178: Checking user_dbs ** [18:12:42 2020-06-12] 178: Checking geocodings ** [18:12:42 2020-06-12] 178: Checking synchronizations ** [18:12:42 2020-06-12] 178: Checking tracker ** [18:12:42 2020-06-12] 178: Checking user_migrations ** [18:12:42 2020-06-12] 178: Checking batch_updates ** [18:12:42 2020-06-12] 178: Checking gears ** [18:12:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:12:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:47 2020-06-12] 178: Checking imports ** [18:12:47 2020-06-12] 178: Checking exports ** [18:12:47 2020-06-12] 178: Checking users ** [18:12:47 2020-06-12] 178: Checking user_dbs ** [18:12:47 2020-06-12] 178: Checking geocodings ** [18:12:47 2020-06-12] 178: Checking synchronizations ** [18:12:47 2020-06-12] 178: Checking tracker ** [18:12:47 2020-06-12] 178: Checking user_migrations ** [18:12:47 2020-06-12] 178: Checking batch_updates ** [18:12:47 2020-06-12] 178: Checking gears ** [18:12:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:12:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:52 2020-06-12] 178: Checking imports ** [18:12:52 2020-06-12] 178: Checking exports ** [18:12:52 2020-06-12] 178: Checking users ** [18:12:52 2020-06-12] 178: Checking user_dbs ** [18:12:52 2020-06-12] 178: Checking geocodings ** [18:12:52 2020-06-12] 178: Checking synchronizations ** [18:12:52 2020-06-12] 178: Checking tracker ** [18:12:52 2020-06-12] 178: Checking user_migrations ** [18:12:52 2020-06-12] 178: Checking batch_updates ** [18:12:52 2020-06-12] 178: Checking gears ** [18:12:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:12:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:57 2020-06-12] 178: Checking imports ** [18:12:57 2020-06-12] 178: Checking exports ** [18:12:57 2020-06-12] 178: Checking users ** [18:12:57 2020-06-12] 178: Checking user_dbs ** [18:12:57 2020-06-12] 178: Checking geocodings ** [18:12:57 2020-06-12] 178: Checking synchronizations ** [18:12:57 2020-06-12] 178: Checking tracker ** [18:12:57 2020-06-12] 178: Checking user_migrations ** [18:12:57 2020-06-12] 178: Checking batch_updates ** [18:12:57 2020-06-12] 178: Checking gears ** [18:12:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:12:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:02 2020-06-12] 178: Checking imports ** [18:13:02 2020-06-12] 178: Checking exports ** [18:13:02 2020-06-12] 178: Checking users ** [18:13:02 2020-06-12] 178: Checking user_dbs ** [18:13:02 2020-06-12] 178: Checking geocodings ** [18:13:02 2020-06-12] 178: Checking synchronizations ** [18:13:02 2020-06-12] 178: Checking tracker ** [18:13:02 2020-06-12] 178: Checking user_migrations ** [18:13:02 2020-06-12] 178: Checking batch_updates ** [18:13:02 2020-06-12] 178: Checking gears ** [18:13:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:13:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:07 2020-06-12] 178: Checking imports ** [18:13:07 2020-06-12] 178: Checking exports ** [18:13:07 2020-06-12] 178: Checking users ** [18:13:07 2020-06-12] 178: Checking user_dbs ** [18:13:07 2020-06-12] 178: Checking geocodings ** [18:13:07 2020-06-12] 178: Checking synchronizations ** [18:13:07 2020-06-12] 178: Checking tracker ** [18:13:07 2020-06-12] 178: Checking user_migrations ** [18:13:07 2020-06-12] 178: Checking batch_updates ** [18:13:07 2020-06-12] 178: Checking gears ** [18:13:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:13:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:12 2020-06-12] 178: Checking imports ** [18:13:12 2020-06-12] 178: Checking exports ** [18:13:12 2020-06-12] 178: Checking users ** [18:13:12 2020-06-12] 178: Checking user_dbs ** [18:13:12 2020-06-12] 178: Checking geocodings ** [18:13:12 2020-06-12] 178: Checking synchronizations ** [18:13:12 2020-06-12] 178: Checking tracker ** [18:13:12 2020-06-12] 178: Checking user_migrations ** [18:13:12 2020-06-12] 178: Checking batch_updates ** [18:13:12 2020-06-12] 178: Checking gears ** [18:13:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:13:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:17 2020-06-12] 178: Checking imports ** [18:13:17 2020-06-12] 178: Checking exports ** [18:13:17 2020-06-12] 178: Checking users ** [18:13:17 2020-06-12] 178: Checking user_dbs ** [18:13:17 2020-06-12] 178: Checking geocodings ** [18:13:17 2020-06-12] 178: Checking synchronizations ** [18:13:17 2020-06-12] 178: Checking tracker ** [18:13:17 2020-06-12] 178: Checking user_migrations ** [18:13:17 2020-06-12] 178: Checking batch_updates ** [18:13:17 2020-06-12] 178: Checking gears ** [18:13:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:13:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:22 2020-06-12] 178: Checking imports ** [18:13:22 2020-06-12] 178: Checking exports ** [18:13:22 2020-06-12] 178: Checking users ** [18:13:22 2020-06-12] 178: Checking user_dbs ** [18:13:22 2020-06-12] 178: Checking geocodings ** [18:13:22 2020-06-12] 178: Checking synchronizations ** [18:13:22 2020-06-12] 178: Checking tracker ** [18:13:22 2020-06-12] 178: Checking user_migrations ** [18:13:22 2020-06-12] 178: Checking batch_updates ** [18:13:22 2020-06-12] 178: Checking gears ** [18:13:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:13:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:27 2020-06-12] 178: Checking imports ** [18:13:27 2020-06-12] 178: Checking exports ** [18:13:27 2020-06-12] 178: Checking users ** [18:13:27 2020-06-12] 178: Checking user_dbs ** [18:13:27 2020-06-12] 178: Checking geocodings ** [18:13:27 2020-06-12] 178: Checking synchronizations ** [18:13:27 2020-06-12] 178: Checking tracker ** [18:13:27 2020-06-12] 178: Checking user_migrations ** [18:13:27 2020-06-12] 178: Checking batch_updates ** [18:13:27 2020-06-12] 178: Checking gears ** [18:13:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:13:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:32 2020-06-12] 178: Checking imports ** [18:13:32 2020-06-12] 178: Checking exports ** [18:13:32 2020-06-12] 178: Checking users ** [18:13:32 2020-06-12] 178: Checking user_dbs ** [18:13:32 2020-06-12] 178: Checking geocodings ** [18:13:32 2020-06-12] 178: Checking synchronizations ** [18:13:32 2020-06-12] 178: Checking tracker ** [18:13:32 2020-06-12] 178: Checking user_migrations ** [18:13:32 2020-06-12] 178: Checking batch_updates ** [18:13:32 2020-06-12] 178: Checking gears ** [18:13:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:13:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:37 2020-06-12] 178: Checking imports ** [18:13:37 2020-06-12] 178: Checking exports ** [18:13:37 2020-06-12] 178: Checking users ** [18:13:37 2020-06-12] 178: Checking user_dbs ** [18:13:37 2020-06-12] 178: Checking geocodings ** [18:13:37 2020-06-12] 178: Checking synchronizations ** [18:13:37 2020-06-12] 178: Checking tracker ** [18:13:37 2020-06-12] 178: Checking user_migrations ** [18:13:37 2020-06-12] 178: Checking batch_updates ** [18:13:37 2020-06-12] 178: Checking gears ** [18:13:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:13:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:42 2020-06-12] 178: Checking imports ** [18:13:42 2020-06-12] 178: Checking exports ** [18:13:42 2020-06-12] 178: Checking users ** [18:13:42 2020-06-12] 178: Checking user_dbs ** [18:13:42 2020-06-12] 178: Checking geocodings ** [18:13:42 2020-06-12] 178: Checking synchronizations ** [18:13:42 2020-06-12] 178: Checking tracker ** [18:13:42 2020-06-12] 178: Checking user_migrations ** [18:13:42 2020-06-12] 178: Checking batch_updates ** [18:13:42 2020-06-12] 178: Checking gears ** [18:13:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:13:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:47 2020-06-12] 178: Checking imports ** [18:13:47 2020-06-12] 178: Checking exports ** [18:13:47 2020-06-12] 178: Checking users ** [18:13:47 2020-06-12] 178: Checking user_dbs ** [18:13:47 2020-06-12] 178: Checking geocodings ** [18:13:47 2020-06-12] 178: Checking synchronizations ** [18:13:47 2020-06-12] 178: Checking tracker ** [18:13:47 2020-06-12] 178: Checking user_migrations ** [18:13:47 2020-06-12] 178: Checking batch_updates ** [18:13:47 2020-06-12] 178: Checking gears ** [18:13:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:13:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:52 2020-06-12] 178: Checking imports ** [18:13:52 2020-06-12] 178: Checking exports ** [18:13:52 2020-06-12] 178: Checking users ** [18:13:52 2020-06-12] 178: Checking user_dbs ** [18:13:52 2020-06-12] 178: Checking geocodings ** [18:13:52 2020-06-12] 178: Checking synchronizations ** [18:13:52 2020-06-12] 178: Checking tracker ** [18:13:52 2020-06-12] 178: Checking user_migrations ** [18:13:52 2020-06-12] 178: Checking batch_updates ** [18:13:52 2020-06-12] 178: Checking gears ** [18:13:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:13:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:57 2020-06-12] 178: Checking imports ** [18:13:57 2020-06-12] 178: Checking exports ** [18:13:57 2020-06-12] 178: Checking users ** [18:13:57 2020-06-12] 178: Checking user_dbs ** [18:13:57 2020-06-12] 178: Checking geocodings ** [18:13:57 2020-06-12] 178: Checking synchronizations ** [18:13:57 2020-06-12] 178: Checking tracker ** [18:13:57 2020-06-12] 178: Checking user_migrations ** [18:13:57 2020-06-12] 178: Checking batch_updates ** [18:13:57 2020-06-12] 178: Checking gears ** [18:13:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:13:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:02 2020-06-12] 178: Checking imports ** [18:14:02 2020-06-12] 178: Checking exports ** [18:14:02 2020-06-12] 178: Checking users ** [18:14:02 2020-06-12] 178: Checking user_dbs ** [18:14:02 2020-06-12] 178: Checking geocodings ** [18:14:02 2020-06-12] 178: Checking synchronizations ** [18:14:02 2020-06-12] 178: Checking tracker ** [18:14:02 2020-06-12] 178: Checking user_migrations ** [18:14:02 2020-06-12] 178: Checking batch_updates ** [18:14:02 2020-06-12] 178: Checking gears ** [18:14:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:14:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:07 2020-06-12] 178: Checking imports ** [18:14:07 2020-06-12] 178: Checking exports ** [18:14:07 2020-06-12] 178: Checking users ** [18:14:07 2020-06-12] 178: Checking user_dbs ** [18:14:07 2020-06-12] 178: Checking geocodings ** [18:14:07 2020-06-12] 178: Checking synchronizations ** [18:14:07 2020-06-12] 178: Checking tracker ** [18:14:07 2020-06-12] 178: Checking user_migrations ** [18:14:07 2020-06-12] 178: Checking batch_updates ** [18:14:07 2020-06-12] 178: Checking gears ** [18:14:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:14:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:12 2020-06-12] 178: Checking imports ** [18:14:12 2020-06-12] 178: Checking exports ** [18:14:12 2020-06-12] 178: Checking users ** [18:14:12 2020-06-12] 178: Checking user_dbs ** [18:14:12 2020-06-12] 178: Checking geocodings ** [18:14:12 2020-06-12] 178: Checking synchronizations ** [18:14:12 2020-06-12] 178: Checking tracker ** [18:14:12 2020-06-12] 178: Checking user_migrations ** [18:14:12 2020-06-12] 178: Checking batch_updates ** [18:14:12 2020-06-12] 178: Checking gears ** [18:14:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:14:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:17 2020-06-12] 178: Checking imports ** [18:14:17 2020-06-12] 178: Checking exports ** [18:14:17 2020-06-12] 178: Checking users ** [18:14:17 2020-06-12] 178: Checking user_dbs ** [18:14:17 2020-06-12] 178: Checking geocodings ** [18:14:17 2020-06-12] 178: Checking synchronizations ** [18:14:17 2020-06-12] 178: Checking tracker ** [18:14:17 2020-06-12] 178: Checking user_migrations ** [18:14:17 2020-06-12] 178: Checking batch_updates ** [18:14:17 2020-06-12] 178: Checking gears ** [18:14:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:14:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:22 2020-06-12] 178: Checking imports ** [18:14:22 2020-06-12] 178: Checking exports ** [18:14:22 2020-06-12] 178: Checking users ** [18:14:22 2020-06-12] 178: Checking user_dbs ** [18:14:22 2020-06-12] 178: Checking geocodings ** [18:14:22 2020-06-12] 178: Checking synchronizations ** [18:14:22 2020-06-12] 178: Checking tracker ** [18:14:22 2020-06-12] 178: Checking user_migrations ** [18:14:22 2020-06-12] 178: Checking batch_updates ** [18:14:22 2020-06-12] 178: Checking gears ** [18:14:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:14:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:27 2020-06-12] 178: Checking imports ** [18:14:27 2020-06-12] 178: Checking exports ** [18:14:27 2020-06-12] 178: Checking users ** [18:14:27 2020-06-12] 178: Checking user_dbs ** [18:14:27 2020-06-12] 178: Checking geocodings ** [18:14:27 2020-06-12] 178: Checking synchronizations ** [18:14:27 2020-06-12] 178: Checking tracker ** [18:14:27 2020-06-12] 178: Checking user_migrations ** [18:14:27 2020-06-12] 178: Checking batch_updates ** [18:14:27 2020-06-12] 178: Checking gears ** [18:14:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:14:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:32 2020-06-12] 178: Checking imports ** [18:14:32 2020-06-12] 178: Checking exports ** [18:14:32 2020-06-12] 178: Checking users ** [18:14:32 2020-06-12] 178: Checking user_dbs ** [18:14:32 2020-06-12] 178: Checking geocodings ** [18:14:32 2020-06-12] 178: Checking synchronizations ** [18:14:32 2020-06-12] 178: Checking tracker ** [18:14:32 2020-06-12] 178: Checking user_migrations ** [18:14:32 2020-06-12] 178: Checking batch_updates ** [18:14:32 2020-06-12] 178: Checking gears ** [18:14:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:14:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:37 2020-06-12] 178: Checking imports ** [18:14:37 2020-06-12] 178: Checking exports ** [18:14:37 2020-06-12] 178: Checking users ** [18:14:37 2020-06-12] 178: Checking user_dbs ** [18:14:37 2020-06-12] 178: Checking geocodings ** [18:14:37 2020-06-12] 178: Checking synchronizations ** [18:14:37 2020-06-12] 178: Checking tracker ** [18:14:37 2020-06-12] 178: Checking user_migrations ** [18:14:37 2020-06-12] 178: Checking batch_updates ** [18:14:37 2020-06-12] 178: Checking gears ** [18:14:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:14:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:42 2020-06-12] 178: Checking imports ** [18:14:42 2020-06-12] 178: Checking exports ** [18:14:42 2020-06-12] 178: Checking users ** [18:14:42 2020-06-12] 178: Checking user_dbs ** [18:14:42 2020-06-12] 178: Checking geocodings ** [18:14:42 2020-06-12] 178: Checking synchronizations ** [18:14:42 2020-06-12] 178: Checking tracker ** [18:14:42 2020-06-12] 178: Checking user_migrations ** [18:14:42 2020-06-12] 178: Checking batch_updates ** [18:14:42 2020-06-12] 178: Checking gears ** [18:14:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:14:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:47 2020-06-12] 178: Checking imports ** [18:14:47 2020-06-12] 178: Checking exports ** [18:14:47 2020-06-12] 178: Checking users ** [18:14:47 2020-06-12] 178: Checking user_dbs ** [18:14:47 2020-06-12] 178: Checking geocodings ** [18:14:47 2020-06-12] 178: Checking synchronizations ** [18:14:47 2020-06-12] 178: Checking tracker ** [18:14:47 2020-06-12] 178: Checking user_migrations ** [18:14:47 2020-06-12] 178: Checking batch_updates ** [18:14:47 2020-06-12] 178: Checking gears ** [18:14:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:14:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:52 2020-06-12] 178: Checking imports ** [18:14:52 2020-06-12] 178: Checking exports ** [18:14:52 2020-06-12] 178: Checking users ** [18:14:52 2020-06-12] 178: Checking user_dbs ** [18:14:52 2020-06-12] 178: Checking geocodings ** [18:14:52 2020-06-12] 178: Checking synchronizations ** [18:14:52 2020-06-12] 178: Checking tracker ** [18:14:52 2020-06-12] 178: Checking user_migrations ** [18:14:52 2020-06-12] 178: Checking batch_updates ** [18:14:52 2020-06-12] 178: Checking gears ** [18:14:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:14:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:57 2020-06-12] 178: Checking imports ** [18:14:57 2020-06-12] 178: Checking exports ** [18:14:57 2020-06-12] 178: Checking users ** [18:14:57 2020-06-12] 178: Checking user_dbs ** [18:14:57 2020-06-12] 178: Checking geocodings ** [18:14:57 2020-06-12] 178: Checking synchronizations ** [18:14:57 2020-06-12] 178: Checking tracker ** [18:14:57 2020-06-12] 178: Checking user_migrations ** [18:14:57 2020-06-12] 178: Checking batch_updates ** [18:14:57 2020-06-12] 178: Checking gears ** [18:14:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:14:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:02 2020-06-12] 178: Checking imports ** [18:15:02 2020-06-12] 178: Checking exports ** [18:15:02 2020-06-12] 178: Checking users ** [18:15:02 2020-06-12] 178: Checking user_dbs ** [18:15:02 2020-06-12] 178: Checking geocodings ** [18:15:02 2020-06-12] 178: Checking synchronizations ** [18:15:02 2020-06-12] 178: Checking tracker ** [18:15:02 2020-06-12] 178: Checking user_migrations ** [18:15:02 2020-06-12] 178: Checking batch_updates ** [18:15:02 2020-06-12] 178: Checking gears ** [18:15:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:15:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:07 2020-06-12] 178: Checking imports ** [18:15:07 2020-06-12] 178: Checking exports ** [18:15:07 2020-06-12] 178: Checking users ** [18:15:07 2020-06-12] 178: Checking user_dbs ** [18:15:07 2020-06-12] 178: Checking geocodings ** [18:15:07 2020-06-12] 178: Checking synchronizations ** [18:15:07 2020-06-12] 178: Checking tracker ** [18:15:07 2020-06-12] 178: Checking user_migrations ** [18:15:07 2020-06-12] 178: Checking batch_updates ** [18:15:07 2020-06-12] 178: Checking gears ** [18:15:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:15:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:12 2020-06-12] 178: Checking imports ** [18:15:12 2020-06-12] 178: Checking exports ** [18:15:12 2020-06-12] 178: Checking users ** [18:15:12 2020-06-12] 178: Checking user_dbs ** [18:15:12 2020-06-12] 178: Checking geocodings ** [18:15:12 2020-06-12] 178: Checking synchronizations ** [18:15:12 2020-06-12] 178: Checking tracker ** [18:15:12 2020-06-12] 178: Checking user_migrations ** [18:15:12 2020-06-12] 178: Checking batch_updates ** [18:15:12 2020-06-12] 178: Checking gears ** [18:15:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:15:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:17 2020-06-12] 178: Checking imports ** [18:15:17 2020-06-12] 178: Checking exports ** [18:15:17 2020-06-12] 178: Checking users ** [18:15:17 2020-06-12] 178: Checking user_dbs ** [18:15:17 2020-06-12] 178: Checking geocodings ** [18:15:17 2020-06-12] 178: Checking synchronizations ** [18:15:17 2020-06-12] 178: Checking tracker ** [18:15:17 2020-06-12] 178: Checking user_migrations ** [18:15:17 2020-06-12] 178: Checking batch_updates ** [18:15:17 2020-06-12] 178: Checking gears ** [18:15:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:15:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:22 2020-06-12] 178: Checking imports ** [18:15:22 2020-06-12] 178: Checking exports ** [18:15:22 2020-06-12] 178: Checking users ** [18:15:22 2020-06-12] 178: Checking user_dbs ** [18:15:22 2020-06-12] 178: Checking geocodings ** [18:15:22 2020-06-12] 178: Checking synchronizations ** [18:15:22 2020-06-12] 178: Checking tracker ** [18:15:22 2020-06-12] 178: Checking user_migrations ** [18:15:22 2020-06-12] 178: Checking batch_updates ** [18:15:22 2020-06-12] 178: Checking gears ** [18:15:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:15:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:27 2020-06-12] 178: Checking imports ** [18:15:27 2020-06-12] 178: Checking exports ** [18:15:27 2020-06-12] 178: Checking users ** [18:15:27 2020-06-12] 178: Checking user_dbs ** [18:15:27 2020-06-12] 178: Checking geocodings ** [18:15:27 2020-06-12] 178: Checking synchronizations ** [18:15:27 2020-06-12] 178: Checking tracker ** [18:15:27 2020-06-12] 178: Checking user_migrations ** [18:15:27 2020-06-12] 178: Checking batch_updates ** [18:15:27 2020-06-12] 178: Checking gears ** [18:15:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:15:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:32 2020-06-12] 178: Checking imports ** [18:15:32 2020-06-12] 178: Checking exports ** [18:15:32 2020-06-12] 178: Checking users ** [18:15:32 2020-06-12] 178: Checking user_dbs ** [18:15:32 2020-06-12] 178: Checking geocodings ** [18:15:32 2020-06-12] 178: Checking synchronizations ** [18:15:32 2020-06-12] 178: Checking tracker ** [18:15:32 2020-06-12] 178: Checking user_migrations ** [18:15:32 2020-06-12] 178: Checking batch_updates ** [18:15:32 2020-06-12] 178: Checking gears ** [18:15:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:15:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:37 2020-06-12] 178: Checking imports ** [18:15:37 2020-06-12] 178: Checking exports ** [18:15:37 2020-06-12] 178: Checking users ** [18:15:37 2020-06-12] 178: Checking user_dbs ** [18:15:37 2020-06-12] 178: Checking geocodings ** [18:15:37 2020-06-12] 178: Checking synchronizations ** [18:15:37 2020-06-12] 178: Checking tracker ** [18:15:37 2020-06-12] 178: Checking user_migrations ** [18:15:37 2020-06-12] 178: Checking batch_updates ** [18:15:37 2020-06-12] 178: Checking gears ** [18:15:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:15:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:42 2020-06-12] 178: Checking imports ** [18:15:42 2020-06-12] 178: Checking exports ** [18:15:42 2020-06-12] 178: Checking users ** [18:15:42 2020-06-12] 178: Checking user_dbs ** [18:15:42 2020-06-12] 178: Checking geocodings ** [18:15:42 2020-06-12] 178: Checking synchronizations ** [18:15:42 2020-06-12] 178: Checking tracker ** [18:15:42 2020-06-12] 178: Checking user_migrations ** [18:15:42 2020-06-12] 178: Checking batch_updates ** [18:15:42 2020-06-12] 178: Checking gears ** [18:15:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:15:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:47 2020-06-12] 178: Checking imports ** [18:15:47 2020-06-12] 178: Checking exports ** [18:15:47 2020-06-12] 178: Checking users ** [18:15:47 2020-06-12] 178: Checking user_dbs ** [18:15:47 2020-06-12] 178: Checking geocodings ** [18:15:47 2020-06-12] 178: Checking synchronizations ** [18:15:47 2020-06-12] 178: Checking tracker ** [18:15:47 2020-06-12] 178: Checking user_migrations ** [18:15:47 2020-06-12] 178: Checking batch_updates ** [18:15:47 2020-06-12] 178: Checking gears ** [18:15:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:15:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:52 2020-06-12] 178: Checking imports ** [18:15:52 2020-06-12] 178: Checking exports ** [18:15:52 2020-06-12] 178: Checking users ** [18:15:52 2020-06-12] 178: Checking user_dbs ** [18:15:52 2020-06-12] 178: Checking geocodings ** [18:15:52 2020-06-12] 178: Checking synchronizations ** [18:15:52 2020-06-12] 178: Checking tracker ** [18:15:52 2020-06-12] 178: Checking user_migrations ** [18:15:52 2020-06-12] 178: Checking batch_updates ** [18:15:52 2020-06-12] 178: Checking gears ** [18:15:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:15:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:57 2020-06-12] 178: Checking imports ** [18:15:57 2020-06-12] 178: Checking exports ** [18:15:57 2020-06-12] 178: Checking users ** [18:15:57 2020-06-12] 178: Checking user_dbs ** [18:15:57 2020-06-12] 178: Checking geocodings ** [18:15:57 2020-06-12] 178: Checking synchronizations ** [18:15:57 2020-06-12] 178: Checking tracker ** [18:15:57 2020-06-12] 178: Checking user_migrations ** [18:15:57 2020-06-12] 178: Checking batch_updates ** [18:15:57 2020-06-12] 178: Checking gears ** [18:15:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:15:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:02 2020-06-12] 178: Checking imports ** [18:16:02 2020-06-12] 178: Checking exports ** [18:16:02 2020-06-12] 178: Checking users ** [18:16:02 2020-06-12] 178: Checking user_dbs ** [18:16:02 2020-06-12] 178: Checking geocodings ** [18:16:02 2020-06-12] 178: Checking synchronizations ** [18:16:02 2020-06-12] 178: Checking tracker ** [18:16:02 2020-06-12] 178: Checking user_migrations ** [18:16:02 2020-06-12] 178: Checking batch_updates ** [18:16:02 2020-06-12] 178: Checking gears ** [18:16:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:16:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:07 2020-06-12] 178: Checking imports ** [18:16:07 2020-06-12] 178: Checking exports ** [18:16:07 2020-06-12] 178: Checking users ** [18:16:07 2020-06-12] 178: Checking user_dbs ** [18:16:07 2020-06-12] 178: Checking geocodings ** [18:16:07 2020-06-12] 178: Checking synchronizations ** [18:16:07 2020-06-12] 178: Checking tracker ** [18:16:07 2020-06-12] 178: Checking user_migrations ** [18:16:07 2020-06-12] 178: Checking batch_updates ** [18:16:07 2020-06-12] 178: Checking gears ** [18:16:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:16:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:12 2020-06-12] 178: Checking imports ** [18:16:12 2020-06-12] 178: Checking exports ** [18:16:12 2020-06-12] 178: Checking users ** [18:16:12 2020-06-12] 178: Checking user_dbs ** [18:16:12 2020-06-12] 178: Checking geocodings ** [18:16:12 2020-06-12] 178: Checking synchronizations ** [18:16:12 2020-06-12] 178: Checking tracker ** [18:16:12 2020-06-12] 178: Checking user_migrations ** [18:16:12 2020-06-12] 178: Checking batch_updates ** [18:16:12 2020-06-12] 178: Checking gears ** [18:16:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:16:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:17 2020-06-12] 178: Checking imports ** [18:16:17 2020-06-12] 178: Checking exports ** [18:16:17 2020-06-12] 178: Checking users ** [18:16:17 2020-06-12] 178: Checking user_dbs ** [18:16:17 2020-06-12] 178: Checking geocodings ** [18:16:17 2020-06-12] 178: Checking synchronizations ** [18:16:17 2020-06-12] 178: Checking tracker ** [18:16:17 2020-06-12] 178: Checking user_migrations ** [18:16:17 2020-06-12] 178: Checking batch_updates ** [18:16:17 2020-06-12] 178: Checking gears ** [18:16:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:16:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:22 2020-06-12] 178: Checking imports ** [18:16:22 2020-06-12] 178: Checking exports ** [18:16:22 2020-06-12] 178: Checking users ** [18:16:22 2020-06-12] 178: Checking user_dbs ** [18:16:22 2020-06-12] 178: Checking geocodings ** [18:16:22 2020-06-12] 178: Checking synchronizations ** [18:16:22 2020-06-12] 178: Checking tracker ** [18:16:22 2020-06-12] 178: Checking user_migrations ** [18:16:22 2020-06-12] 178: Checking batch_updates ** [18:16:22 2020-06-12] 178: Checking gears ** [18:16:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:16:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:27 2020-06-12] 178: Checking imports ** [18:16:27 2020-06-12] 178: Checking exports ** [18:16:27 2020-06-12] 178: Checking users ** [18:16:27 2020-06-12] 178: Checking user_dbs ** [18:16:27 2020-06-12] 178: Checking geocodings ** [18:16:27 2020-06-12] 178: Checking synchronizations ** [18:16:27 2020-06-12] 178: Checking tracker ** [18:16:27 2020-06-12] 178: Checking user_migrations ** [18:16:27 2020-06-12] 178: Checking batch_updates ** [18:16:27 2020-06-12] 178: Checking gears ** [18:16:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:16:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:32 2020-06-12] 178: Checking imports ** [18:16:32 2020-06-12] 178: Checking exports ** [18:16:32 2020-06-12] 178: Checking users ** [18:16:32 2020-06-12] 178: Checking user_dbs ** [18:16:32 2020-06-12] 178: Checking geocodings ** [18:16:32 2020-06-12] 178: Checking synchronizations ** [18:16:32 2020-06-12] 178: Checking tracker ** [18:16:32 2020-06-12] 178: Checking user_migrations ** [18:16:32 2020-06-12] 178: Checking batch_updates ** [18:16:32 2020-06-12] 178: Checking gears ** [18:16:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:16:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:37 2020-06-12] 178: Checking imports ** [18:16:37 2020-06-12] 178: Checking exports ** [18:16:37 2020-06-12] 178: Checking users ** [18:16:37 2020-06-12] 178: Checking user_dbs ** [18:16:37 2020-06-12] 178: Checking geocodings ** [18:16:37 2020-06-12] 178: Checking synchronizations ** [18:16:37 2020-06-12] 178: Checking tracker ** [18:16:37 2020-06-12] 178: Checking user_migrations ** [18:16:37 2020-06-12] 178: Checking batch_updates ** [18:16:37 2020-06-12] 178: Checking gears ** [18:16:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:16:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:42 2020-06-12] 178: Checking imports ** [18:16:42 2020-06-12] 178: Checking exports ** [18:16:42 2020-06-12] 178: Checking users ** [18:16:42 2020-06-12] 178: Checking user_dbs ** [18:16:42 2020-06-12] 178: Checking geocodings ** [18:16:42 2020-06-12] 178: Checking synchronizations ** [18:16:42 2020-06-12] 178: Checking tracker ** [18:16:42 2020-06-12] 178: Checking user_migrations ** [18:16:42 2020-06-12] 178: Checking batch_updates ** [18:16:42 2020-06-12] 178: Checking gears ** [18:16:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:16:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:47 2020-06-12] 178: Checking imports ** [18:16:47 2020-06-12] 178: Checking exports ** [18:16:47 2020-06-12] 178: Checking users ** [18:16:47 2020-06-12] 178: Checking user_dbs ** [18:16:47 2020-06-12] 178: Checking geocodings ** [18:16:47 2020-06-12] 178: Checking synchronizations ** [18:16:47 2020-06-12] 178: Checking tracker ** [18:16:47 2020-06-12] 178: Checking user_migrations ** [18:16:47 2020-06-12] 178: Checking batch_updates ** [18:16:47 2020-06-12] 178: Checking gears ** [18:16:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:16:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:52 2020-06-12] 178: Checking imports ** [18:16:52 2020-06-12] 178: Checking exports ** [18:16:52 2020-06-12] 178: Checking users ** [18:16:52 2020-06-12] 178: Checking user_dbs ** [18:16:52 2020-06-12] 178: Checking geocodings ** [18:16:52 2020-06-12] 178: Checking synchronizations ** [18:16:52 2020-06-12] 178: Checking tracker ** [18:16:52 2020-06-12] 178: Checking user_migrations ** [18:16:52 2020-06-12] 178: Checking batch_updates ** [18:16:52 2020-06-12] 178: Checking gears ** [18:16:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:16:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:57 2020-06-12] 178: Checking imports ** [18:16:57 2020-06-12] 178: Checking exports ** [18:16:57 2020-06-12] 178: Checking users ** [18:16:57 2020-06-12] 178: Checking user_dbs ** [18:16:57 2020-06-12] 178: Checking geocodings ** [18:16:57 2020-06-12] 178: Checking synchronizations ** [18:16:57 2020-06-12] 178: Checking tracker ** [18:16:57 2020-06-12] 178: Checking user_migrations ** [18:16:57 2020-06-12] 178: Checking batch_updates ** [18:16:57 2020-06-12] 178: Checking gears ** [18:16:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:16:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:02 2020-06-12] 178: Checking imports ** [18:17:02 2020-06-12] 178: Checking exports ** [18:17:02 2020-06-12] 178: Checking users ** [18:17:02 2020-06-12] 178: Checking user_dbs ** [18:17:02 2020-06-12] 178: Checking geocodings ** [18:17:02 2020-06-12] 178: Checking synchronizations ** [18:17:02 2020-06-12] 178: Checking tracker ** [18:17:02 2020-06-12] 178: Checking user_migrations ** [18:17:02 2020-06-12] 178: Checking batch_updates ** [18:17:02 2020-06-12] 178: Checking gears ** [18:17:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:17:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:07 2020-06-12] 178: Checking imports ** [18:17:07 2020-06-12] 178: Checking exports ** [18:17:07 2020-06-12] 178: Checking users ** [18:17:07 2020-06-12] 178: Checking user_dbs ** [18:17:07 2020-06-12] 178: Checking geocodings ** [18:17:07 2020-06-12] 178: Checking synchronizations ** [18:17:07 2020-06-12] 178: Checking tracker ** [18:17:07 2020-06-12] 178: Checking user_migrations ** [18:17:07 2020-06-12] 178: Checking batch_updates ** [18:17:07 2020-06-12] 178: Checking gears ** [18:17:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:17:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:12 2020-06-12] 178: Checking imports ** [18:17:12 2020-06-12] 178: Checking exports ** [18:17:12 2020-06-12] 178: Checking users ** [18:17:12 2020-06-12] 178: Checking user_dbs ** [18:17:12 2020-06-12] 178: Checking geocodings ** [18:17:12 2020-06-12] 178: Checking synchronizations ** [18:17:12 2020-06-12] 178: Checking tracker ** [18:17:12 2020-06-12] 178: Checking user_migrations ** [18:17:12 2020-06-12] 178: Checking batch_updates ** [18:17:12 2020-06-12] 178: Checking gears ** [18:17:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:17:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:18 2020-06-12] 178: Checking imports ** [18:17:18 2020-06-12] 178: Checking exports ** [18:17:18 2020-06-12] 178: Checking users ** [18:17:18 2020-06-12] 178: Checking user_dbs ** [18:17:18 2020-06-12] 178: Checking geocodings ** [18:17:18 2020-06-12] 178: Checking synchronizations ** [18:17:18 2020-06-12] 178: Checking tracker ** [18:17:18 2020-06-12] 178: Checking user_migrations ** [18:17:18 2020-06-12] 178: Checking batch_updates ** [18:17:18 2020-06-12] 178: Checking gears ** [18:17:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:17:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:23 2020-06-12] 178: Checking imports ** [18:17:23 2020-06-12] 178: Checking exports ** [18:17:23 2020-06-12] 178: Checking users ** [18:17:23 2020-06-12] 178: Checking user_dbs ** [18:17:23 2020-06-12] 178: Checking geocodings ** [18:17:23 2020-06-12] 178: Checking synchronizations ** [18:17:23 2020-06-12] 178: Checking tracker ** [18:17:23 2020-06-12] 178: Checking user_migrations ** [18:17:23 2020-06-12] 178: Checking batch_updates ** [18:17:23 2020-06-12] 178: Checking gears ** [18:17:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:17:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:28 2020-06-12] 178: Checking imports ** [18:17:28 2020-06-12] 178: Checking exports ** [18:17:28 2020-06-12] 178: Checking users ** [18:17:28 2020-06-12] 178: Checking user_dbs ** [18:17:28 2020-06-12] 178: Checking geocodings ** [18:17:28 2020-06-12] 178: Checking synchronizations ** [18:17:28 2020-06-12] 178: Checking tracker ** [18:17:28 2020-06-12] 178: Checking user_migrations ** [18:17:28 2020-06-12] 178: Checking batch_updates ** [18:17:28 2020-06-12] 178: Checking gears ** [18:17:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:17:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:33 2020-06-12] 178: Checking imports ** [18:17:33 2020-06-12] 178: Checking exports ** [18:17:33 2020-06-12] 178: Checking users ** [18:17:33 2020-06-12] 178: Checking user_dbs ** [18:17:33 2020-06-12] 178: Checking geocodings ** [18:17:33 2020-06-12] 178: Checking synchronizations ** [18:17:33 2020-06-12] 178: Checking tracker ** [18:17:33 2020-06-12] 178: Checking user_migrations ** [18:17:33 2020-06-12] 178: Checking batch_updates ** [18:17:33 2020-06-12] 178: Checking gears ** [18:17:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:17:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:38 2020-06-12] 178: Checking imports ** [18:17:38 2020-06-12] 178: Checking exports ** [18:17:38 2020-06-12] 178: Checking users ** [18:17:38 2020-06-12] 178: Checking user_dbs ** [18:17:38 2020-06-12] 178: Checking geocodings ** [18:17:38 2020-06-12] 178: Checking synchronizations ** [18:17:38 2020-06-12] 178: Checking tracker ** [18:17:38 2020-06-12] 178: Checking user_migrations ** [18:17:38 2020-06-12] 178: Checking batch_updates ** [18:17:38 2020-06-12] 178: Checking gears ** [18:17:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:17:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:43 2020-06-12] 178: Checking imports ** [18:17:43 2020-06-12] 178: Checking exports ** [18:17:43 2020-06-12] 178: Checking users ** [18:17:43 2020-06-12] 178: Checking user_dbs ** [18:17:43 2020-06-12] 178: Checking geocodings ** [18:17:43 2020-06-12] 178: Checking synchronizations ** [18:17:43 2020-06-12] 178: Checking tracker ** [18:17:43 2020-06-12] 178: Checking user_migrations ** [18:17:43 2020-06-12] 178: Checking batch_updates ** [18:17:43 2020-06-12] 178: Checking gears ** [18:17:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:17:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:48 2020-06-12] 178: Checking imports ** [18:17:48 2020-06-12] 178: Checking exports ** [18:17:48 2020-06-12] 178: Checking users ** [18:17:48 2020-06-12] 178: Checking user_dbs ** [18:17:48 2020-06-12] 178: Checking geocodings ** [18:17:48 2020-06-12] 178: Checking synchronizations ** [18:17:48 2020-06-12] 178: Checking tracker ** [18:17:48 2020-06-12] 178: Checking user_migrations ** [18:17:48 2020-06-12] 178: Checking batch_updates ** [18:17:48 2020-06-12] 178: Checking gears ** [18:17:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:17:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:53 2020-06-12] 178: Checking imports ** [18:17:53 2020-06-12] 178: Checking exports ** [18:17:53 2020-06-12] 178: Checking users ** [18:17:53 2020-06-12] 178: Checking user_dbs ** [18:17:53 2020-06-12] 178: Checking geocodings ** [18:17:53 2020-06-12] 178: Checking synchronizations ** [18:17:53 2020-06-12] 178: Checking tracker ** [18:17:53 2020-06-12] 178: Checking user_migrations ** [18:17:53 2020-06-12] 178: Checking batch_updates ** [18:17:53 2020-06-12] 178: Checking gears ** [18:17:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:17:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:58 2020-06-12] 178: Checking imports ** [18:17:58 2020-06-12] 178: Checking exports ** [18:17:58 2020-06-12] 178: Checking users ** [18:17:58 2020-06-12] 178: Checking user_dbs ** [18:17:58 2020-06-12] 178: Checking geocodings ** [18:17:58 2020-06-12] 178: Checking synchronizations ** [18:17:58 2020-06-12] 178: Checking tracker ** [18:17:58 2020-06-12] 178: Checking user_migrations ** [18:17:58 2020-06-12] 178: Checking batch_updates ** [18:17:58 2020-06-12] 178: Checking gears ** [18:17:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:17:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:03 2020-06-12] 178: Checking imports ** [18:18:03 2020-06-12] 178: Checking exports ** [18:18:03 2020-06-12] 178: Checking users ** [18:18:03 2020-06-12] 178: Checking user_dbs ** [18:18:03 2020-06-12] 178: Checking geocodings ** [18:18:03 2020-06-12] 178: Checking synchronizations ** [18:18:03 2020-06-12] 178: Checking tracker ** [18:18:03 2020-06-12] 178: Checking user_migrations ** [18:18:03 2020-06-12] 178: Checking batch_updates ** [18:18:03 2020-06-12] 178: Checking gears ** [18:18:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:18:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:08 2020-06-12] 178: Checking imports ** [18:18:08 2020-06-12] 178: Checking exports ** [18:18:08 2020-06-12] 178: Checking users ** [18:18:08 2020-06-12] 178: Checking user_dbs ** [18:18:08 2020-06-12] 178: Checking geocodings ** [18:18:08 2020-06-12] 178: Checking synchronizations ** [18:18:08 2020-06-12] 178: Checking tracker ** [18:18:08 2020-06-12] 178: Checking user_migrations ** [18:18:08 2020-06-12] 178: Checking batch_updates ** [18:18:08 2020-06-12] 178: Checking gears ** [18:18:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:18:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:13 2020-06-12] 178: Checking imports ** [18:18:13 2020-06-12] 178: Checking exports ** [18:18:13 2020-06-12] 178: Checking users ** [18:18:13 2020-06-12] 178: Checking user_dbs ** [18:18:13 2020-06-12] 178: Checking geocodings ** [18:18:13 2020-06-12] 178: Checking synchronizations ** [18:18:13 2020-06-12] 178: Checking tracker ** [18:18:13 2020-06-12] 178: Checking user_migrations ** [18:18:13 2020-06-12] 178: Checking batch_updates ** [18:18:13 2020-06-12] 178: Checking gears ** [18:18:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:18:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:18 2020-06-12] 178: Checking imports ** [18:18:18 2020-06-12] 178: Checking exports ** [18:18:18 2020-06-12] 178: Checking users ** [18:18:18 2020-06-12] 178: Checking user_dbs ** [18:18:18 2020-06-12] 178: Checking geocodings ** [18:18:18 2020-06-12] 178: Checking synchronizations ** [18:18:18 2020-06-12] 178: Checking tracker ** [18:18:18 2020-06-12] 178: Checking user_migrations ** [18:18:18 2020-06-12] 178: Checking batch_updates ** [18:18:18 2020-06-12] 178: Checking gears ** [18:18:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:18:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:23 2020-06-12] 178: Checking imports ** [18:18:23 2020-06-12] 178: Checking exports ** [18:18:23 2020-06-12] 178: Checking users ** [18:18:23 2020-06-12] 178: Checking user_dbs ** [18:18:23 2020-06-12] 178: Checking geocodings ** [18:18:23 2020-06-12] 178: Checking synchronizations ** [18:18:23 2020-06-12] 178: Checking tracker ** [18:18:23 2020-06-12] 178: Checking user_migrations ** [18:18:23 2020-06-12] 178: Checking batch_updates ** [18:18:23 2020-06-12] 178: Checking gears ** [18:18:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:18:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:28 2020-06-12] 178: Checking imports ** [18:18:28 2020-06-12] 178: Checking exports ** [18:18:28 2020-06-12] 178: Checking users ** [18:18:28 2020-06-12] 178: Checking user_dbs ** [18:18:28 2020-06-12] 178: Checking geocodings ** [18:18:28 2020-06-12] 178: Checking synchronizations ** [18:18:28 2020-06-12] 178: Checking tracker ** [18:18:28 2020-06-12] 178: Checking user_migrations ** [18:18:28 2020-06-12] 178: Checking batch_updates ** [18:18:28 2020-06-12] 178: Checking gears ** [18:18:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:18:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:33 2020-06-12] 178: Checking imports ** [18:18:33 2020-06-12] 178: Checking exports ** [18:18:33 2020-06-12] 178: Checking users ** [18:18:33 2020-06-12] 178: Checking user_dbs ** [18:18:33 2020-06-12] 178: Checking geocodings ** [18:18:33 2020-06-12] 178: Checking synchronizations ** [18:18:33 2020-06-12] 178: Checking tracker ** [18:18:33 2020-06-12] 178: Checking user_migrations ** [18:18:33 2020-06-12] 178: Checking batch_updates ** [18:18:33 2020-06-12] 178: Checking gears ** [18:18:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:18:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:38 2020-06-12] 178: Checking imports ** [18:18:38 2020-06-12] 178: Checking exports ** [18:18:38 2020-06-12] 178: Checking users ** [18:18:38 2020-06-12] 178: Checking user_dbs ** [18:18:38 2020-06-12] 178: Checking geocodings ** [18:18:38 2020-06-12] 178: Checking synchronizations ** [18:18:38 2020-06-12] 178: Checking tracker ** [18:18:38 2020-06-12] 178: Checking user_migrations ** [18:18:38 2020-06-12] 178: Checking batch_updates ** [18:18:38 2020-06-12] 178: Checking gears ** [18:18:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:18:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:43 2020-06-12] 178: Checking imports ** [18:18:43 2020-06-12] 178: Checking exports ** [18:18:43 2020-06-12] 178: Checking users ** [18:18:43 2020-06-12] 178: Checking user_dbs ** [18:18:43 2020-06-12] 178: Checking geocodings ** [18:18:43 2020-06-12] 178: Checking synchronizations ** [18:18:43 2020-06-12] 178: Checking tracker ** [18:18:43 2020-06-12] 178: Checking user_migrations ** [18:18:43 2020-06-12] 178: Checking batch_updates ** [18:18:43 2020-06-12] 178: Checking gears ** [18:18:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:18:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:48 2020-06-12] 178: Checking imports ** [18:18:48 2020-06-12] 178: Checking exports ** [18:18:48 2020-06-12] 178: Checking users ** [18:18:48 2020-06-12] 178: Checking user_dbs ** [18:18:48 2020-06-12] 178: Checking geocodings ** [18:18:48 2020-06-12] 178: Checking synchronizations ** [18:18:48 2020-06-12] 178: Checking tracker ** [18:18:48 2020-06-12] 178: Checking user_migrations ** [18:18:48 2020-06-12] 178: Checking batch_updates ** [18:18:48 2020-06-12] 178: Checking gears ** [18:18:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:18:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:53 2020-06-12] 178: Checking imports ** [18:18:53 2020-06-12] 178: Checking exports ** [18:18:53 2020-06-12] 178: Checking users ** [18:18:53 2020-06-12] 178: Checking user_dbs ** [18:18:53 2020-06-12] 178: Checking geocodings ** [18:18:53 2020-06-12] 178: Checking synchronizations ** [18:18:53 2020-06-12] 178: Checking tracker ** [18:18:53 2020-06-12] 178: Checking user_migrations ** [18:18:53 2020-06-12] 178: Checking batch_updates ** [18:18:53 2020-06-12] 178: Checking gears ** [18:18:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:18:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:58 2020-06-12] 178: Checking imports ** [18:18:58 2020-06-12] 178: Checking exports ** [18:18:58 2020-06-12] 178: Checking users ** [18:18:58 2020-06-12] 178: Checking user_dbs ** [18:18:58 2020-06-12] 178: Checking geocodings ** [18:18:58 2020-06-12] 178: Checking synchronizations ** [18:18:58 2020-06-12] 178: Checking tracker ** [18:18:58 2020-06-12] 178: Checking user_migrations ** [18:18:58 2020-06-12] 178: Checking batch_updates ** [18:18:58 2020-06-12] 178: Checking gears ** [18:18:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:18:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:03 2020-06-12] 178: Checking imports ** [18:19:03 2020-06-12] 178: Checking exports ** [18:19:03 2020-06-12] 178: Checking users ** [18:19:03 2020-06-12] 178: Checking user_dbs ** [18:19:03 2020-06-12] 178: Checking geocodings ** [18:19:03 2020-06-12] 178: Checking synchronizations ** [18:19:03 2020-06-12] 178: Checking tracker ** [18:19:03 2020-06-12] 178: Checking user_migrations ** [18:19:03 2020-06-12] 178: Checking batch_updates ** [18:19:03 2020-06-12] 178: Checking gears ** [18:19:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:19:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:08 2020-06-12] 178: Checking imports ** [18:19:08 2020-06-12] 178: Checking exports ** [18:19:08 2020-06-12] 178: Checking users ** [18:19:08 2020-06-12] 178: Checking user_dbs ** [18:19:08 2020-06-12] 178: Checking geocodings ** [18:19:08 2020-06-12] 178: Checking synchronizations ** [18:19:08 2020-06-12] 178: Checking tracker ** [18:19:08 2020-06-12] 178: Checking user_migrations ** [18:19:08 2020-06-12] 178: Checking batch_updates ** [18:19:08 2020-06-12] 178: Checking gears ** [18:19:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:19:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:13 2020-06-12] 178: Checking imports ** [18:19:13 2020-06-12] 178: Checking exports ** [18:19:13 2020-06-12] 178: Checking users ** [18:19:13 2020-06-12] 178: Checking user_dbs ** [18:19:13 2020-06-12] 178: Checking geocodings ** [18:19:13 2020-06-12] 178: Checking synchronizations ** [18:19:13 2020-06-12] 178: Checking tracker ** [18:19:13 2020-06-12] 178: Checking user_migrations ** [18:19:13 2020-06-12] 178: Checking batch_updates ** [18:19:13 2020-06-12] 178: Checking gears ** [18:19:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:19:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:18 2020-06-12] 178: Checking imports ** [18:19:18 2020-06-12] 178: Checking exports ** [18:19:18 2020-06-12] 178: Checking users ** [18:19:18 2020-06-12] 178: Checking user_dbs ** [18:19:18 2020-06-12] 178: Checking geocodings ** [18:19:18 2020-06-12] 178: Checking synchronizations ** [18:19:18 2020-06-12] 178: Checking tracker ** [18:19:18 2020-06-12] 178: Checking user_migrations ** [18:19:18 2020-06-12] 178: Checking batch_updates ** [18:19:18 2020-06-12] 178: Checking gears ** [18:19:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:19:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:23 2020-06-12] 178: Checking imports ** [18:19:23 2020-06-12] 178: Checking exports ** [18:19:23 2020-06-12] 178: Checking users ** [18:19:23 2020-06-12] 178: Checking user_dbs ** [18:19:23 2020-06-12] 178: Checking geocodings ** [18:19:23 2020-06-12] 178: Checking synchronizations ** [18:19:23 2020-06-12] 178: Checking tracker ** [18:19:23 2020-06-12] 178: Checking user_migrations ** [18:19:23 2020-06-12] 178: Checking batch_updates ** [18:19:23 2020-06-12] 178: Checking gears ** [18:19:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:19:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:28 2020-06-12] 178: Checking imports ** [18:19:28 2020-06-12] 178: Checking exports ** [18:19:28 2020-06-12] 178: Checking users ** [18:19:28 2020-06-12] 178: Checking user_dbs ** [18:19:28 2020-06-12] 178: Checking geocodings ** [18:19:28 2020-06-12] 178: Checking synchronizations ** [18:19:28 2020-06-12] 178: Checking tracker ** [18:19:28 2020-06-12] 178: Checking user_migrations ** [18:19:28 2020-06-12] 178: Checking batch_updates ** [18:19:28 2020-06-12] 178: Checking gears ** [18:19:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:19:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:33 2020-06-12] 178: Checking imports ** [18:19:33 2020-06-12] 178: Checking exports ** [18:19:33 2020-06-12] 178: Checking users ** [18:19:33 2020-06-12] 178: Checking user_dbs ** [18:19:33 2020-06-12] 178: Checking geocodings ** [18:19:33 2020-06-12] 178: Checking synchronizations ** [18:19:33 2020-06-12] 178: Checking tracker ** [18:19:33 2020-06-12] 178: Checking user_migrations ** [18:19:33 2020-06-12] 178: Checking batch_updates ** [18:19:33 2020-06-12] 178: Checking gears ** [18:19:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:19:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:38 2020-06-12] 178: Checking imports ** [18:19:38 2020-06-12] 178: Checking exports ** [18:19:38 2020-06-12] 178: Checking users ** [18:19:38 2020-06-12] 178: Checking user_dbs ** [18:19:38 2020-06-12] 178: Checking geocodings ** [18:19:38 2020-06-12] 178: Checking synchronizations ** [18:19:38 2020-06-12] 178: Checking tracker ** [18:19:38 2020-06-12] 178: Checking user_migrations ** [18:19:38 2020-06-12] 178: Checking batch_updates ** [18:19:38 2020-06-12] 178: Checking gears ** [18:19:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:19:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:43 2020-06-12] 178: Checking imports ** [18:19:43 2020-06-12] 178: Checking exports ** [18:19:43 2020-06-12] 178: Checking users ** [18:19:43 2020-06-12] 178: Checking user_dbs ** [18:19:43 2020-06-12] 178: Checking geocodings ** [18:19:43 2020-06-12] 178: Checking synchronizations ** [18:19:43 2020-06-12] 178: Checking tracker ** [18:19:43 2020-06-12] 178: Checking user_migrations ** [18:19:43 2020-06-12] 178: Checking batch_updates ** [18:19:43 2020-06-12] 178: Checking gears ** [18:19:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:19:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:48 2020-06-12] 178: Checking imports ** [18:19:48 2020-06-12] 178: Checking exports ** [18:19:48 2020-06-12] 178: Checking users ** [18:19:48 2020-06-12] 178: Checking user_dbs ** [18:19:48 2020-06-12] 178: Checking geocodings ** [18:19:48 2020-06-12] 178: Checking synchronizations ** [18:19:48 2020-06-12] 178: Checking tracker ** [18:19:48 2020-06-12] 178: Checking user_migrations ** [18:19:48 2020-06-12] 178: Checking batch_updates ** [18:19:48 2020-06-12] 178: Checking gears ** [18:19:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:19:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:53 2020-06-12] 178: Checking imports ** [18:19:53 2020-06-12] 178: Checking exports ** [18:19:53 2020-06-12] 178: Checking users ** [18:19:53 2020-06-12] 178: Checking user_dbs ** [18:19:53 2020-06-12] 178: Checking geocodings ** [18:19:53 2020-06-12] 178: Checking synchronizations ** [18:19:53 2020-06-12] 178: Checking tracker ** [18:19:53 2020-06-12] 178: Checking user_migrations ** [18:19:53 2020-06-12] 178: Checking batch_updates ** [18:19:53 2020-06-12] 178: Checking gears ** [18:19:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:19:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:58 2020-06-12] 178: Checking imports ** [18:19:58 2020-06-12] 178: Checking exports ** [18:19:58 2020-06-12] 178: Checking users ** [18:19:58 2020-06-12] 178: Checking user_dbs ** [18:19:58 2020-06-12] 178: Checking geocodings ** [18:19:58 2020-06-12] 178: Checking synchronizations ** [18:19:58 2020-06-12] 178: Checking tracker ** [18:19:58 2020-06-12] 178: Checking user_migrations ** [18:19:58 2020-06-12] 178: Checking batch_updates ** [18:19:58 2020-06-12] 178: Checking gears ** [18:19:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:19:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:03 2020-06-12] 178: Checking imports ** [18:20:03 2020-06-12] 178: Checking exports ** [18:20:03 2020-06-12] 178: Checking users ** [18:20:03 2020-06-12] 178: Checking user_dbs ** [18:20:03 2020-06-12] 178: Checking geocodings ** [18:20:03 2020-06-12] 178: Checking synchronizations ** [18:20:03 2020-06-12] 178: Checking tracker ** [18:20:03 2020-06-12] 178: Checking user_migrations ** [18:20:03 2020-06-12] 178: Checking batch_updates ** [18:20:03 2020-06-12] 178: Checking gears ** [18:20:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:20:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:08 2020-06-12] 178: Checking imports ** [18:20:08 2020-06-12] 178: Checking exports ** [18:20:08 2020-06-12] 178: Checking users ** [18:20:08 2020-06-12] 178: Checking user_dbs ** [18:20:08 2020-06-12] 178: Checking geocodings ** [18:20:08 2020-06-12] 178: Checking synchronizations ** [18:20:08 2020-06-12] 178: Checking tracker ** [18:20:08 2020-06-12] 178: Checking user_migrations ** [18:20:08 2020-06-12] 178: Checking batch_updates ** [18:20:08 2020-06-12] 178: Checking gears ** [18:20:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:20:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:13 2020-06-12] 178: Checking imports ** [18:20:13 2020-06-12] 178: Checking exports ** [18:20:13 2020-06-12] 178: Checking users ** [18:20:13 2020-06-12] 178: Checking user_dbs ** [18:20:13 2020-06-12] 178: Checking geocodings ** [18:20:13 2020-06-12] 178: Checking synchronizations ** [18:20:13 2020-06-12] 178: Checking tracker ** [18:20:13 2020-06-12] 178: Checking user_migrations ** [18:20:13 2020-06-12] 178: Checking batch_updates ** [18:20:13 2020-06-12] 178: Checking gears ** [18:20:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:20:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:18 2020-06-12] 178: Checking imports ** [18:20:18 2020-06-12] 178: Checking exports ** [18:20:18 2020-06-12] 178: Checking users ** [18:20:18 2020-06-12] 178: Checking user_dbs ** [18:20:18 2020-06-12] 178: Checking geocodings ** [18:20:18 2020-06-12] 178: Checking synchronizations ** [18:20:18 2020-06-12] 178: Checking tracker ** [18:20:18 2020-06-12] 178: Checking user_migrations ** [18:20:18 2020-06-12] 178: Checking batch_updates ** [18:20:18 2020-06-12] 178: Checking gears ** [18:20:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:20:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:23 2020-06-12] 178: Checking imports ** [18:20:23 2020-06-12] 178: Checking exports ** [18:20:23 2020-06-12] 178: Checking users ** [18:20:23 2020-06-12] 178: Checking user_dbs ** [18:20:23 2020-06-12] 178: Checking geocodings ** [18:20:23 2020-06-12] 178: Checking synchronizations ** [18:20:23 2020-06-12] 178: Checking tracker ** [18:20:23 2020-06-12] 178: Checking user_migrations ** [18:20:23 2020-06-12] 178: Checking batch_updates ** [18:20:23 2020-06-12] 178: Checking gears ** [18:20:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:20:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:28 2020-06-12] 178: Checking imports ** [18:20:28 2020-06-12] 178: Checking exports ** [18:20:28 2020-06-12] 178: Checking users ** [18:20:28 2020-06-12] 178: Checking user_dbs ** [18:20:28 2020-06-12] 178: Checking geocodings ** [18:20:28 2020-06-12] 178: Checking synchronizations ** [18:20:28 2020-06-12] 178: Checking tracker ** [18:20:28 2020-06-12] 178: Checking user_migrations ** [18:20:28 2020-06-12] 178: Checking batch_updates ** [18:20:28 2020-06-12] 178: Checking gears ** [18:20:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:20:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:33 2020-06-12] 178: Checking imports ** [18:20:33 2020-06-12] 178: Checking exports ** [18:20:33 2020-06-12] 178: Checking users ** [18:20:33 2020-06-12] 178: Checking user_dbs ** [18:20:33 2020-06-12] 178: Checking geocodings ** [18:20:33 2020-06-12] 178: Checking synchronizations ** [18:20:33 2020-06-12] 178: Checking tracker ** [18:20:33 2020-06-12] 178: Checking user_migrations ** [18:20:33 2020-06-12] 178: Checking batch_updates ** [18:20:33 2020-06-12] 178: Checking gears ** [18:20:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:20:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:38 2020-06-12] 178: Checking imports ** [18:20:38 2020-06-12] 178: Checking exports ** [18:20:38 2020-06-12] 178: Checking users ** [18:20:38 2020-06-12] 178: Checking user_dbs ** [18:20:38 2020-06-12] 178: Checking geocodings ** [18:20:38 2020-06-12] 178: Checking synchronizations ** [18:20:38 2020-06-12] 178: Checking tracker ** [18:20:38 2020-06-12] 178: Checking user_migrations ** [18:20:38 2020-06-12] 178: Checking batch_updates ** [18:20:38 2020-06-12] 178: Checking gears ** [18:20:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:20:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:43 2020-06-12] 178: Checking imports ** [18:20:43 2020-06-12] 178: Checking exports ** [18:20:43 2020-06-12] 178: Checking users ** [18:20:43 2020-06-12] 178: Checking user_dbs ** [18:20:43 2020-06-12] 178: Checking geocodings ** [18:20:43 2020-06-12] 178: Checking synchronizations ** [18:20:43 2020-06-12] 178: Checking tracker ** [18:20:43 2020-06-12] 178: Checking user_migrations ** [18:20:43 2020-06-12] 178: Checking batch_updates ** [18:20:43 2020-06-12] 178: Checking gears ** [18:20:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:20:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:48 2020-06-12] 178: Checking imports ** [18:20:48 2020-06-12] 178: Checking exports ** [18:20:48 2020-06-12] 178: Checking users ** [18:20:48 2020-06-12] 178: Checking user_dbs ** [18:20:48 2020-06-12] 178: Checking geocodings ** [18:20:48 2020-06-12] 178: Checking synchronizations ** [18:20:48 2020-06-12] 178: Checking tracker ** [18:20:48 2020-06-12] 178: Checking user_migrations ** [18:20:48 2020-06-12] 178: Checking batch_updates ** [18:20:48 2020-06-12] 178: Checking gears ** [18:20:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:20:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:53 2020-06-12] 178: Checking imports ** [18:20:53 2020-06-12] 178: Checking exports ** [18:20:53 2020-06-12] 178: Checking users ** [18:20:53 2020-06-12] 178: Checking user_dbs ** [18:20:53 2020-06-12] 178: Checking geocodings ** [18:20:53 2020-06-12] 178: Checking synchronizations ** [18:20:53 2020-06-12] 178: Checking tracker ** [18:20:53 2020-06-12] 178: Checking user_migrations ** [18:20:53 2020-06-12] 178: Checking batch_updates ** [18:20:53 2020-06-12] 178: Checking gears ** [18:20:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:20:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:58 2020-06-12] 178: Checking imports ** [18:20:58 2020-06-12] 178: Checking exports ** [18:20:58 2020-06-12] 178: Checking users ** [18:20:58 2020-06-12] 178: Checking user_dbs ** [18:20:58 2020-06-12] 178: Checking geocodings ** [18:20:58 2020-06-12] 178: Checking synchronizations ** [18:20:58 2020-06-12] 178: Checking tracker ** [18:20:58 2020-06-12] 178: Checking user_migrations ** [18:20:58 2020-06-12] 178: Checking batch_updates ** [18:20:58 2020-06-12] 178: Checking gears ** [18:20:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:20:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:03 2020-06-12] 178: Checking imports ** [18:21:03 2020-06-12] 178: Checking exports ** [18:21:03 2020-06-12] 178: Checking users ** [18:21:03 2020-06-12] 178: Checking user_dbs ** [18:21:03 2020-06-12] 178: Checking geocodings ** [18:21:03 2020-06-12] 178: Checking synchronizations ** [18:21:03 2020-06-12] 178: Checking tracker ** [18:21:03 2020-06-12] 178: Checking user_migrations ** [18:21:03 2020-06-12] 178: Checking batch_updates ** [18:21:03 2020-06-12] 178: Checking gears ** [18:21:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:21:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:08 2020-06-12] 178: Checking imports ** [18:21:08 2020-06-12] 178: Checking exports ** [18:21:08 2020-06-12] 178: Checking users ** [18:21:08 2020-06-12] 178: Checking user_dbs ** [18:21:08 2020-06-12] 178: Checking geocodings ** [18:21:08 2020-06-12] 178: Checking synchronizations ** [18:21:08 2020-06-12] 178: Checking tracker ** [18:21:08 2020-06-12] 178: Checking user_migrations ** [18:21:08 2020-06-12] 178: Checking batch_updates ** [18:21:08 2020-06-12] 178: Checking gears ** [18:21:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:21:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:13 2020-06-12] 178: Checking imports ** [18:21:13 2020-06-12] 178: Checking exports ** [18:21:13 2020-06-12] 178: Checking users ** [18:21:13 2020-06-12] 178: Checking user_dbs ** [18:21:13 2020-06-12] 178: Checking geocodings ** [18:21:13 2020-06-12] 178: Checking synchronizations ** [18:21:13 2020-06-12] 178: Checking tracker ** [18:21:13 2020-06-12] 178: Checking user_migrations ** [18:21:13 2020-06-12] 178: Checking batch_updates ** [18:21:13 2020-06-12] 178: Checking gears ** [18:21:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:21:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:18 2020-06-12] 178: Checking imports ** [18:21:18 2020-06-12] 178: Checking exports ** [18:21:18 2020-06-12] 178: Checking users ** [18:21:18 2020-06-12] 178: Checking user_dbs ** [18:21:18 2020-06-12] 178: Checking geocodings ** [18:21:18 2020-06-12] 178: Checking synchronizations ** [18:21:18 2020-06-12] 178: Checking tracker ** [18:21:18 2020-06-12] 178: Checking user_migrations ** [18:21:18 2020-06-12] 178: Checking batch_updates ** [18:21:18 2020-06-12] 178: Checking gears ** [18:21:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:21:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:23 2020-06-12] 178: Checking imports ** [18:21:23 2020-06-12] 178: Checking exports ** [18:21:23 2020-06-12] 178: Checking users ** [18:21:23 2020-06-12] 178: Checking user_dbs ** [18:21:23 2020-06-12] 178: Checking geocodings ** [18:21:23 2020-06-12] 178: Checking synchronizations ** [18:21:23 2020-06-12] 178: Checking tracker ** [18:21:23 2020-06-12] 178: Checking user_migrations ** [18:21:23 2020-06-12] 178: Checking batch_updates ** [18:21:23 2020-06-12] 178: Checking gears ** [18:21:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:21:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:28 2020-06-12] 178: Checking imports ** [18:21:28 2020-06-12] 178: Checking exports ** [18:21:28 2020-06-12] 178: Checking users ** [18:21:28 2020-06-12] 178: Checking user_dbs ** [18:21:28 2020-06-12] 178: Checking geocodings ** [18:21:28 2020-06-12] 178: Checking synchronizations ** [18:21:28 2020-06-12] 178: Checking tracker ** [18:21:28 2020-06-12] 178: Checking user_migrations ** [18:21:28 2020-06-12] 178: Checking batch_updates ** [18:21:28 2020-06-12] 178: Checking gears ** [18:21:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:21:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:33 2020-06-12] 178: Checking imports ** [18:21:33 2020-06-12] 178: Checking exports ** [18:21:33 2020-06-12] 178: Checking users ** [18:21:33 2020-06-12] 178: Checking user_dbs ** [18:21:33 2020-06-12] 178: Checking geocodings ** [18:21:33 2020-06-12] 178: Checking synchronizations ** [18:21:33 2020-06-12] 178: Checking tracker ** [18:21:33 2020-06-12] 178: Checking user_migrations ** [18:21:33 2020-06-12] 178: Checking batch_updates ** [18:21:33 2020-06-12] 178: Checking gears ** [18:21:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:21:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:38 2020-06-12] 178: Checking imports ** [18:21:38 2020-06-12] 178: Checking exports ** [18:21:38 2020-06-12] 178: Checking users ** [18:21:38 2020-06-12] 178: Checking user_dbs ** [18:21:38 2020-06-12] 178: Checking geocodings ** [18:21:38 2020-06-12] 178: Checking synchronizations ** [18:21:38 2020-06-12] 178: Checking tracker ** [18:21:38 2020-06-12] 178: Checking user_migrations ** [18:21:38 2020-06-12] 178: Checking batch_updates ** [18:21:38 2020-06-12] 178: Checking gears ** [18:21:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:21:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:43 2020-06-12] 178: Checking imports ** [18:21:43 2020-06-12] 178: Checking exports ** [18:21:43 2020-06-12] 178: Checking users ** [18:21:43 2020-06-12] 178: Checking user_dbs ** [18:21:43 2020-06-12] 178: Checking geocodings ** [18:21:43 2020-06-12] 178: Checking synchronizations ** [18:21:43 2020-06-12] 178: Checking tracker ** [18:21:43 2020-06-12] 178: Checking user_migrations ** [18:21:43 2020-06-12] 178: Checking batch_updates ** [18:21:43 2020-06-12] 178: Checking gears ** [18:21:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:21:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:48 2020-06-12] 178: Checking imports ** [18:21:48 2020-06-12] 178: Checking exports ** [18:21:48 2020-06-12] 178: Checking users ** [18:21:48 2020-06-12] 178: Checking user_dbs ** [18:21:48 2020-06-12] 178: Checking geocodings ** [18:21:48 2020-06-12] 178: Checking synchronizations ** [18:21:48 2020-06-12] 178: Checking tracker ** [18:21:48 2020-06-12] 178: Checking user_migrations ** [18:21:48 2020-06-12] 178: Checking batch_updates ** [18:21:48 2020-06-12] 178: Checking gears ** [18:21:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:21:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:53 2020-06-12] 178: Checking imports ** [18:21:53 2020-06-12] 178: Checking exports ** [18:21:53 2020-06-12] 178: Checking users ** [18:21:53 2020-06-12] 178: Checking user_dbs ** [18:21:53 2020-06-12] 178: Checking geocodings ** [18:21:53 2020-06-12] 178: Checking synchronizations ** [18:21:53 2020-06-12] 178: Checking tracker ** [18:21:53 2020-06-12] 178: Checking user_migrations ** [18:21:53 2020-06-12] 178: Checking batch_updates ** [18:21:53 2020-06-12] 178: Checking gears ** [18:21:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:21:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:58 2020-06-12] 178: Checking imports ** [18:21:58 2020-06-12] 178: Checking exports ** [18:21:58 2020-06-12] 178: Checking users ** [18:21:58 2020-06-12] 178: Checking user_dbs ** [18:21:58 2020-06-12] 178: Checking geocodings ** [18:21:58 2020-06-12] 178: Checking synchronizations ** [18:21:58 2020-06-12] 178: Checking tracker ** [18:21:58 2020-06-12] 178: Checking user_migrations ** [18:21:58 2020-06-12] 178: Checking batch_updates ** [18:21:58 2020-06-12] 178: Checking gears ** [18:21:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:21:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:03 2020-06-12] 178: Checking imports ** [18:22:03 2020-06-12] 178: Checking exports ** [18:22:03 2020-06-12] 178: Checking users ** [18:22:03 2020-06-12] 178: Checking user_dbs ** [18:22:03 2020-06-12] 178: Checking geocodings ** [18:22:03 2020-06-12] 178: Checking synchronizations ** [18:22:03 2020-06-12] 178: Checking tracker ** [18:22:03 2020-06-12] 178: Checking user_migrations ** [18:22:03 2020-06-12] 178: Checking batch_updates ** [18:22:03 2020-06-12] 178: Checking gears ** [18:22:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:22:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:08 2020-06-12] 178: Checking imports ** [18:22:08 2020-06-12] 178: Checking exports ** [18:22:08 2020-06-12] 178: Checking users ** [18:22:08 2020-06-12] 178: Checking user_dbs ** [18:22:08 2020-06-12] 178: Checking geocodings ** [18:22:08 2020-06-12] 178: Checking synchronizations ** [18:22:08 2020-06-12] 178: Checking tracker ** [18:22:08 2020-06-12] 178: Checking user_migrations ** [18:22:08 2020-06-12] 178: Checking batch_updates ** [18:22:08 2020-06-12] 178: Checking gears ** [18:22:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:22:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:13 2020-06-12] 178: Checking imports ** [18:22:13 2020-06-12] 178: Checking exports ** [18:22:13 2020-06-12] 178: Checking users ** [18:22:13 2020-06-12] 178: Checking user_dbs ** [18:22:13 2020-06-12] 178: Checking geocodings ** [18:22:13 2020-06-12] 178: Checking synchronizations ** [18:22:13 2020-06-12] 178: Checking tracker ** [18:22:13 2020-06-12] 178: Checking user_migrations ** [18:22:13 2020-06-12] 178: Checking batch_updates ** [18:22:13 2020-06-12] 178: Checking gears ** [18:22:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:22:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:18 2020-06-12] 178: Checking imports ** [18:22:18 2020-06-12] 178: Checking exports ** [18:22:18 2020-06-12] 178: Checking users ** [18:22:18 2020-06-12] 178: Checking user_dbs ** [18:22:18 2020-06-12] 178: Checking geocodings ** [18:22:18 2020-06-12] 178: Checking synchronizations ** [18:22:18 2020-06-12] 178: Checking tracker ** [18:22:18 2020-06-12] 178: Checking user_migrations ** [18:22:18 2020-06-12] 178: Checking batch_updates ** [18:22:18 2020-06-12] 178: Checking gears ** [18:22:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:22:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:23 2020-06-12] 178: Checking imports ** [18:22:23 2020-06-12] 178: Checking exports ** [18:22:23 2020-06-12] 178: Checking users ** [18:22:23 2020-06-12] 178: Checking user_dbs ** [18:22:23 2020-06-12] 178: Checking geocodings ** [18:22:23 2020-06-12] 178: Checking synchronizations ** [18:22:23 2020-06-12] 178: Checking tracker ** [18:22:23 2020-06-12] 178: Checking user_migrations ** [18:22:23 2020-06-12] 178: Checking batch_updates ** [18:22:23 2020-06-12] 178: Checking gears ** [18:22:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:22:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:28 2020-06-12] 178: Checking imports ** [18:22:28 2020-06-12] 178: Checking exports ** [18:22:28 2020-06-12] 178: Checking users ** [18:22:28 2020-06-12] 178: Checking user_dbs ** [18:22:28 2020-06-12] 178: Checking geocodings ** [18:22:28 2020-06-12] 178: Checking synchronizations ** [18:22:28 2020-06-12] 178: Checking tracker ** [18:22:28 2020-06-12] 178: Checking user_migrations ** [18:22:28 2020-06-12] 178: Checking batch_updates ** [18:22:28 2020-06-12] 178: Checking gears ** [18:22:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:22:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:33 2020-06-12] 178: Checking imports ** [18:22:33 2020-06-12] 178: Checking exports ** [18:22:33 2020-06-12] 178: Checking users ** [18:22:33 2020-06-12] 178: Checking user_dbs ** [18:22:33 2020-06-12] 178: Checking geocodings ** [18:22:33 2020-06-12] 178: Checking synchronizations ** [18:22:33 2020-06-12] 178: Checking tracker ** [18:22:33 2020-06-12] 178: Checking user_migrations ** [18:22:33 2020-06-12] 178: Checking batch_updates ** [18:22:33 2020-06-12] 178: Checking gears ** [18:22:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:22:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:38 2020-06-12] 178: Checking imports ** [18:22:38 2020-06-12] 178: Checking exports ** [18:22:38 2020-06-12] 178: Checking users ** [18:22:38 2020-06-12] 178: Checking user_dbs ** [18:22:38 2020-06-12] 178: Checking geocodings ** [18:22:38 2020-06-12] 178: Checking synchronizations ** [18:22:38 2020-06-12] 178: Checking tracker ** [18:22:38 2020-06-12] 178: Checking user_migrations ** [18:22:38 2020-06-12] 178: Checking batch_updates ** [18:22:38 2020-06-12] 178: Checking gears ** [18:22:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:22:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:43 2020-06-12] 178: Checking imports ** [18:22:43 2020-06-12] 178: Checking exports ** [18:22:43 2020-06-12] 178: Checking users ** [18:22:43 2020-06-12] 178: Checking user_dbs ** [18:22:43 2020-06-12] 178: Checking geocodings ** [18:22:43 2020-06-12] 178: Checking synchronizations ** [18:22:43 2020-06-12] 178: Checking tracker ** [18:22:43 2020-06-12] 178: Checking user_migrations ** [18:22:43 2020-06-12] 178: Checking batch_updates ** [18:22:43 2020-06-12] 178: Checking gears ** [18:22:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:22:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:48 2020-06-12] 178: Checking imports ** [18:22:48 2020-06-12] 178: Checking exports ** [18:22:48 2020-06-12] 178: Checking users ** [18:22:48 2020-06-12] 178: Checking user_dbs ** [18:22:48 2020-06-12] 178: Checking geocodings ** [18:22:48 2020-06-12] 178: Checking synchronizations ** [18:22:48 2020-06-12] 178: Checking tracker ** [18:22:48 2020-06-12] 178: Checking user_migrations ** [18:22:48 2020-06-12] 178: Checking batch_updates ** [18:22:48 2020-06-12] 178: Checking gears ** [18:22:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:22:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:53 2020-06-12] 178: Checking imports ** [18:22:53 2020-06-12] 178: Checking exports ** [18:22:53 2020-06-12] 178: Checking users ** [18:22:53 2020-06-12] 178: Checking user_dbs ** [18:22:53 2020-06-12] 178: Checking geocodings ** [18:22:53 2020-06-12] 178: Checking synchronizations ** [18:22:53 2020-06-12] 178: Checking tracker ** [18:22:53 2020-06-12] 178: Checking user_migrations ** [18:22:53 2020-06-12] 178: Checking batch_updates ** [18:22:53 2020-06-12] 178: Checking gears ** [18:22:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:22:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:58 2020-06-12] 178: Checking imports ** [18:22:58 2020-06-12] 178: Checking exports ** [18:22:58 2020-06-12] 178: Checking users ** [18:22:58 2020-06-12] 178: Checking user_dbs ** [18:22:58 2020-06-12] 178: Checking geocodings ** [18:22:58 2020-06-12] 178: Checking synchronizations ** [18:22:58 2020-06-12] 178: Checking tracker ** [18:22:58 2020-06-12] 178: Checking user_migrations ** [18:22:58 2020-06-12] 178: Checking batch_updates ** [18:22:58 2020-06-12] 178: Checking gears ** [18:22:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:22:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:03 2020-06-12] 178: Checking imports ** [18:23:03 2020-06-12] 178: Checking exports ** [18:23:03 2020-06-12] 178: Checking users ** [18:23:03 2020-06-12] 178: Checking user_dbs ** [18:23:03 2020-06-12] 178: Checking geocodings ** [18:23:03 2020-06-12] 178: Checking synchronizations ** [18:23:03 2020-06-12] 178: Checking tracker ** [18:23:03 2020-06-12] 178: Checking user_migrations ** [18:23:03 2020-06-12] 178: Checking batch_updates ** [18:23:03 2020-06-12] 178: Checking gears ** [18:23:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:23:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:08 2020-06-12] 178: Checking imports ** [18:23:08 2020-06-12] 178: Checking exports ** [18:23:08 2020-06-12] 178: Checking users ** [18:23:08 2020-06-12] 178: Checking user_dbs ** [18:23:08 2020-06-12] 178: Checking geocodings ** [18:23:08 2020-06-12] 178: Checking synchronizations ** [18:23:08 2020-06-12] 178: Checking tracker ** [18:23:08 2020-06-12] 178: Checking user_migrations ** [18:23:08 2020-06-12] 178: Checking batch_updates ** [18:23:08 2020-06-12] 178: Checking gears ** [18:23:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:23:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:13 2020-06-12] 178: Checking imports ** [18:23:13 2020-06-12] 178: Checking exports ** [18:23:13 2020-06-12] 178: Checking users ** [18:23:13 2020-06-12] 178: Checking user_dbs ** [18:23:13 2020-06-12] 178: Checking geocodings ** [18:23:13 2020-06-12] 178: Checking synchronizations ** [18:23:13 2020-06-12] 178: Checking tracker ** [18:23:13 2020-06-12] 178: Checking user_migrations ** [18:23:13 2020-06-12] 178: Checking batch_updates ** [18:23:13 2020-06-12] 178: Checking gears ** [18:23:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:23:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:18 2020-06-12] 178: Checking imports ** [18:23:18 2020-06-12] 178: Checking exports ** [18:23:18 2020-06-12] 178: Checking users ** [18:23:18 2020-06-12] 178: Checking user_dbs ** [18:23:18 2020-06-12] 178: Checking geocodings ** [18:23:18 2020-06-12] 178: Checking synchronizations ** [18:23:18 2020-06-12] 178: Checking tracker ** [18:23:18 2020-06-12] 178: Checking user_migrations ** [18:23:18 2020-06-12] 178: Checking batch_updates ** [18:23:18 2020-06-12] 178: Checking gears ** [18:23:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:23:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:23 2020-06-12] 178: Checking imports ** [18:23:23 2020-06-12] 178: Checking exports ** [18:23:23 2020-06-12] 178: Checking users ** [18:23:23 2020-06-12] 178: Checking user_dbs ** [18:23:23 2020-06-12] 178: Checking geocodings ** [18:23:23 2020-06-12] 178: Checking synchronizations ** [18:23:23 2020-06-12] 178: Checking tracker ** [18:23:23 2020-06-12] 178: Checking user_migrations ** [18:23:23 2020-06-12] 178: Checking batch_updates ** [18:23:23 2020-06-12] 178: Checking gears ** [18:23:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:23:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:28 2020-06-12] 178: Checking imports ** [18:23:28 2020-06-12] 178: Checking exports ** [18:23:28 2020-06-12] 178: Checking users ** [18:23:28 2020-06-12] 178: Checking user_dbs ** [18:23:28 2020-06-12] 178: Checking geocodings ** [18:23:28 2020-06-12] 178: Checking synchronizations ** [18:23:28 2020-06-12] 178: Checking tracker ** [18:23:28 2020-06-12] 178: Checking user_migrations ** [18:23:28 2020-06-12] 178: Checking batch_updates ** [18:23:28 2020-06-12] 178: Checking gears ** [18:23:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:23:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:33 2020-06-12] 178: Checking imports ** [18:23:33 2020-06-12] 178: Checking exports ** [18:23:33 2020-06-12] 178: Checking users ** [18:23:33 2020-06-12] 178: Checking user_dbs ** [18:23:33 2020-06-12] 178: Checking geocodings ** [18:23:33 2020-06-12] 178: Checking synchronizations ** [18:23:33 2020-06-12] 178: Checking tracker ** [18:23:33 2020-06-12] 178: Checking user_migrations ** [18:23:33 2020-06-12] 178: Checking batch_updates ** [18:23:33 2020-06-12] 178: Checking gears ** [18:23:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:23:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:38 2020-06-12] 178: Checking imports ** [18:23:38 2020-06-12] 178: Checking exports ** [18:23:38 2020-06-12] 178: Checking users ** [18:23:38 2020-06-12] 178: Checking user_dbs ** [18:23:38 2020-06-12] 178: Checking geocodings ** [18:23:38 2020-06-12] 178: Checking synchronizations ** [18:23:38 2020-06-12] 178: Checking tracker ** [18:23:38 2020-06-12] 178: Checking user_migrations ** [18:23:38 2020-06-12] 178: Checking batch_updates ** [18:23:38 2020-06-12] 178: Checking gears ** [18:23:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:23:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:43 2020-06-12] 178: Checking imports ** [18:23:43 2020-06-12] 178: Checking exports ** [18:23:43 2020-06-12] 178: Checking users ** [18:23:43 2020-06-12] 178: Checking user_dbs ** [18:23:43 2020-06-12] 178: Checking geocodings ** [18:23:43 2020-06-12] 178: Checking synchronizations ** [18:23:43 2020-06-12] 178: Checking tracker ** [18:23:43 2020-06-12] 178: Checking user_migrations ** [18:23:43 2020-06-12] 178: Checking batch_updates ** [18:23:43 2020-06-12] 178: Checking gears ** [18:23:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:23:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:48 2020-06-12] 178: Checking imports ** [18:23:48 2020-06-12] 178: Checking exports ** [18:23:48 2020-06-12] 178: Checking users ** [18:23:48 2020-06-12] 178: Checking user_dbs ** [18:23:48 2020-06-12] 178: Checking geocodings ** [18:23:48 2020-06-12] 178: Checking synchronizations ** [18:23:48 2020-06-12] 178: Checking tracker ** [18:23:48 2020-06-12] 178: Checking user_migrations ** [18:23:48 2020-06-12] 178: Checking batch_updates ** [18:23:48 2020-06-12] 178: Checking gears ** [18:23:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:23:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:53 2020-06-12] 178: Checking imports ** [18:23:53 2020-06-12] 178: Checking exports ** [18:23:53 2020-06-12] 178: Checking users ** [18:23:53 2020-06-12] 178: Checking user_dbs ** [18:23:53 2020-06-12] 178: Checking geocodings ** [18:23:53 2020-06-12] 178: Checking synchronizations ** [18:23:53 2020-06-12] 178: Checking tracker ** [18:23:53 2020-06-12] 178: Checking user_migrations ** [18:23:53 2020-06-12] 178: Checking batch_updates ** [18:23:53 2020-06-12] 178: Checking gears ** [18:23:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:23:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:58 2020-06-12] 178: Checking imports ** [18:23:58 2020-06-12] 178: Checking exports ** [18:23:58 2020-06-12] 178: Checking users ** [18:23:58 2020-06-12] 178: Checking user_dbs ** [18:23:58 2020-06-12] 178: Checking geocodings ** [18:23:58 2020-06-12] 178: Checking synchronizations ** [18:23:58 2020-06-12] 178: Checking tracker ** [18:23:58 2020-06-12] 178: Checking user_migrations ** [18:23:58 2020-06-12] 178: Checking batch_updates ** [18:23:58 2020-06-12] 178: Checking gears ** [18:23:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:23:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:03 2020-06-12] 178: Checking imports ** [18:24:03 2020-06-12] 178: Checking exports ** [18:24:03 2020-06-12] 178: Checking users ** [18:24:03 2020-06-12] 178: Checking user_dbs ** [18:24:03 2020-06-12] 178: Checking geocodings ** [18:24:03 2020-06-12] 178: Checking synchronizations ** [18:24:03 2020-06-12] 178: Checking tracker ** [18:24:03 2020-06-12] 178: Checking user_migrations ** [18:24:03 2020-06-12] 178: Checking batch_updates ** [18:24:03 2020-06-12] 178: Checking gears ** [18:24:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:24:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:08 2020-06-12] 178: Checking imports ** [18:24:08 2020-06-12] 178: Checking exports ** [18:24:08 2020-06-12] 178: Checking users ** [18:24:08 2020-06-12] 178: Checking user_dbs ** [18:24:08 2020-06-12] 178: Checking geocodings ** [18:24:08 2020-06-12] 178: Checking synchronizations ** [18:24:08 2020-06-12] 178: Checking tracker ** [18:24:08 2020-06-12] 178: Checking user_migrations ** [18:24:08 2020-06-12] 178: Checking batch_updates ** [18:24:08 2020-06-12] 178: Checking gears ** [18:24:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:24:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:13 2020-06-12] 178: Checking imports ** [18:24:13 2020-06-12] 178: Checking exports ** [18:24:13 2020-06-12] 178: Checking users ** [18:24:13 2020-06-12] 178: Checking user_dbs ** [18:24:13 2020-06-12] 178: Checking geocodings ** [18:24:13 2020-06-12] 178: Checking synchronizations ** [18:24:13 2020-06-12] 178: Checking tracker ** [18:24:13 2020-06-12] 178: Checking user_migrations ** [18:24:13 2020-06-12] 178: Checking batch_updates ** [18:24:13 2020-06-12] 178: Checking gears ** [18:24:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:24:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:18 2020-06-12] 178: Checking imports ** [18:24:18 2020-06-12] 178: Checking exports ** [18:24:18 2020-06-12] 178: Checking users ** [18:24:18 2020-06-12] 178: Checking user_dbs ** [18:24:18 2020-06-12] 178: Checking geocodings ** [18:24:18 2020-06-12] 178: Checking synchronizations ** [18:24:18 2020-06-12] 178: Checking tracker ** [18:24:18 2020-06-12] 178: Checking user_migrations ** [18:24:18 2020-06-12] 178: Checking batch_updates ** [18:24:18 2020-06-12] 178: Checking gears ** [18:24:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:24:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:23 2020-06-12] 178: Checking imports ** [18:24:23 2020-06-12] 178: Checking exports ** [18:24:23 2020-06-12] 178: Checking users ** [18:24:23 2020-06-12] 178: Checking user_dbs ** [18:24:23 2020-06-12] 178: Checking geocodings ** [18:24:23 2020-06-12] 178: Checking synchronizations ** [18:24:23 2020-06-12] 178: Checking tracker ** [18:24:23 2020-06-12] 178: Checking user_migrations ** [18:24:23 2020-06-12] 178: Checking batch_updates ** [18:24:23 2020-06-12] 178: Checking gears ** [18:24:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:24:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:28 2020-06-12] 178: Checking imports ** [18:24:28 2020-06-12] 178: Checking exports ** [18:24:28 2020-06-12] 178: Checking users ** [18:24:28 2020-06-12] 178: Checking user_dbs ** [18:24:28 2020-06-12] 178: Checking geocodings ** [18:24:28 2020-06-12] 178: Checking synchronizations ** [18:24:28 2020-06-12] 178: Checking tracker ** [18:24:28 2020-06-12] 178: Checking user_migrations ** [18:24:28 2020-06-12] 178: Checking batch_updates ** [18:24:28 2020-06-12] 178: Checking gears ** [18:24:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:24:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:33 2020-06-12] 178: Checking imports ** [18:24:33 2020-06-12] 178: Checking exports ** [18:24:33 2020-06-12] 178: Checking users ** [18:24:33 2020-06-12] 178: Checking user_dbs ** [18:24:33 2020-06-12] 178: Checking geocodings ** [18:24:33 2020-06-12] 178: Checking synchronizations ** [18:24:33 2020-06-12] 178: Checking tracker ** [18:24:33 2020-06-12] 178: Checking user_migrations ** [18:24:33 2020-06-12] 178: Checking batch_updates ** [18:24:33 2020-06-12] 178: Checking gears ** [18:24:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:24:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:38 2020-06-12] 178: Checking imports ** [18:24:38 2020-06-12] 178: Checking exports ** [18:24:38 2020-06-12] 178: Checking users ** [18:24:38 2020-06-12] 178: Checking user_dbs ** [18:24:38 2020-06-12] 178: Checking geocodings ** [18:24:38 2020-06-12] 178: Checking synchronizations ** [18:24:38 2020-06-12] 178: Checking tracker ** [18:24:38 2020-06-12] 178: Checking user_migrations ** [18:24:38 2020-06-12] 178: Checking batch_updates ** [18:24:38 2020-06-12] 178: Checking gears ** [18:24:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:24:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:43 2020-06-12] 178: Checking imports ** [18:24:43 2020-06-12] 178: Checking exports ** [18:24:43 2020-06-12] 178: Checking users ** [18:24:43 2020-06-12] 178: Checking user_dbs ** [18:24:43 2020-06-12] 178: Checking geocodings ** [18:24:43 2020-06-12] 178: Checking synchronizations ** [18:24:43 2020-06-12] 178: Checking tracker ** [18:24:43 2020-06-12] 178: Checking user_migrations ** [18:24:43 2020-06-12] 178: Checking batch_updates ** [18:24:43 2020-06-12] 178: Checking gears ** [18:24:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:24:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:48 2020-06-12] 178: Checking imports ** [18:24:48 2020-06-12] 178: Checking exports ** [18:24:48 2020-06-12] 178: Checking users ** [18:24:48 2020-06-12] 178: Checking user_dbs ** [18:24:48 2020-06-12] 178: Checking geocodings ** [18:24:48 2020-06-12] 178: Checking synchronizations ** [18:24:48 2020-06-12] 178: Checking tracker ** [18:24:48 2020-06-12] 178: Checking user_migrations ** [18:24:48 2020-06-12] 178: Checking batch_updates ** [18:24:48 2020-06-12] 178: Checking gears ** [18:24:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:24:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:53 2020-06-12] 178: Checking imports ** [18:24:53 2020-06-12] 178: Checking exports ** [18:24:53 2020-06-12] 178: Checking users ** [18:24:53 2020-06-12] 178: Checking user_dbs ** [18:24:53 2020-06-12] 178: Checking geocodings ** [18:24:53 2020-06-12] 178: Checking synchronizations ** [18:24:53 2020-06-12] 178: Checking tracker ** [18:24:53 2020-06-12] 178: Checking user_migrations ** [18:24:53 2020-06-12] 178: Checking batch_updates ** [18:24:53 2020-06-12] 178: Checking gears ** [18:24:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:24:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:58 2020-06-12] 178: Checking imports ** [18:24:58 2020-06-12] 178: Checking exports ** [18:24:58 2020-06-12] 178: Checking users ** [18:24:58 2020-06-12] 178: Checking user_dbs ** [18:24:58 2020-06-12] 178: Checking geocodings ** [18:24:58 2020-06-12] 178: Checking synchronizations ** [18:24:58 2020-06-12] 178: Checking tracker ** [18:24:58 2020-06-12] 178: Checking user_migrations ** [18:24:58 2020-06-12] 178: Checking batch_updates ** [18:24:58 2020-06-12] 178: Checking gears ** [18:24:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:24:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:03 2020-06-12] 178: Checking imports ** [18:25:03 2020-06-12] 178: Checking exports ** [18:25:03 2020-06-12] 178: Checking users ** [18:25:03 2020-06-12] 178: Checking user_dbs ** [18:25:03 2020-06-12] 178: Checking geocodings ** [18:25:03 2020-06-12] 178: Checking synchronizations ** [18:25:03 2020-06-12] 178: Checking tracker ** [18:25:03 2020-06-12] 178: Checking user_migrations ** [18:25:03 2020-06-12] 178: Checking batch_updates ** [18:25:03 2020-06-12] 178: Checking gears ** [18:25:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:25:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:08 2020-06-12] 178: Checking imports ** [18:25:08 2020-06-12] 178: Checking exports ** [18:25:08 2020-06-12] 178: Checking users ** [18:25:08 2020-06-12] 178: Checking user_dbs ** [18:25:08 2020-06-12] 178: Checking geocodings ** [18:25:08 2020-06-12] 178: Checking synchronizations ** [18:25:08 2020-06-12] 178: Checking tracker ** [18:25:08 2020-06-12] 178: Checking user_migrations ** [18:25:08 2020-06-12] 178: Checking batch_updates ** [18:25:08 2020-06-12] 178: Checking gears ** [18:25:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:25:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:13 2020-06-12] 178: Checking imports ** [18:25:13 2020-06-12] 178: Checking exports ** [18:25:13 2020-06-12] 178: Checking users ** [18:25:13 2020-06-12] 178: Checking user_dbs ** [18:25:13 2020-06-12] 178: Checking geocodings ** [18:25:13 2020-06-12] 178: Checking synchronizations ** [18:25:13 2020-06-12] 178: Checking tracker ** [18:25:13 2020-06-12] 178: Checking user_migrations ** [18:25:13 2020-06-12] 178: Checking batch_updates ** [18:25:13 2020-06-12] 178: Checking gears ** [18:25:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:25:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:18 2020-06-12] 178: Checking imports ** [18:25:18 2020-06-12] 178: Checking exports ** [18:25:18 2020-06-12] 178: Checking users ** [18:25:18 2020-06-12] 178: Checking user_dbs ** [18:25:18 2020-06-12] 178: Checking geocodings ** [18:25:18 2020-06-12] 178: Checking synchronizations ** [18:25:18 2020-06-12] 178: Checking tracker ** [18:25:18 2020-06-12] 178: Checking user_migrations ** [18:25:18 2020-06-12] 178: Checking batch_updates ** [18:25:18 2020-06-12] 178: Checking gears ** [18:25:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:25:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:23 2020-06-12] 178: Checking imports ** [18:25:23 2020-06-12] 178: Checking exports ** [18:25:23 2020-06-12] 178: Checking users ** [18:25:23 2020-06-12] 178: Checking user_dbs ** [18:25:23 2020-06-12] 178: Checking geocodings ** [18:25:23 2020-06-12] 178: Checking synchronizations ** [18:25:23 2020-06-12] 178: Checking tracker ** [18:25:23 2020-06-12] 178: Checking user_migrations ** [18:25:23 2020-06-12] 178: Checking batch_updates ** [18:25:23 2020-06-12] 178: Checking gears ** [18:25:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:25:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:28 2020-06-12] 178: Checking imports ** [18:25:28 2020-06-12] 178: Checking exports ** [18:25:28 2020-06-12] 178: Checking users ** [18:25:28 2020-06-12] 178: Checking user_dbs ** [18:25:28 2020-06-12] 178: Checking geocodings ** [18:25:28 2020-06-12] 178: Checking synchronizations ** [18:25:28 2020-06-12] 178: Checking tracker ** [18:25:28 2020-06-12] 178: Checking user_migrations ** [18:25:28 2020-06-12] 178: Checking batch_updates ** [18:25:28 2020-06-12] 178: Checking gears ** [18:25:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:25:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:33 2020-06-12] 178: Checking imports ** [18:25:33 2020-06-12] 178: Checking exports ** [18:25:33 2020-06-12] 178: Checking users ** [18:25:33 2020-06-12] 178: Checking user_dbs ** [18:25:33 2020-06-12] 178: Checking geocodings ** [18:25:33 2020-06-12] 178: Checking synchronizations ** [18:25:33 2020-06-12] 178: Checking tracker ** [18:25:33 2020-06-12] 178: Checking user_migrations ** [18:25:33 2020-06-12] 178: Checking batch_updates ** [18:25:33 2020-06-12] 178: Checking gears ** [18:25:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:25:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:38 2020-06-12] 178: Checking imports ** [18:25:38 2020-06-12] 178: Checking exports ** [18:25:38 2020-06-12] 178: Checking users ** [18:25:38 2020-06-12] 178: Checking user_dbs ** [18:25:38 2020-06-12] 178: Checking geocodings ** [18:25:38 2020-06-12] 178: Checking synchronizations ** [18:25:38 2020-06-12] 178: Checking tracker ** [18:25:38 2020-06-12] 178: Checking user_migrations ** [18:25:38 2020-06-12] 178: Checking batch_updates ** [18:25:38 2020-06-12] 178: Checking gears ** [18:25:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:25:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:43 2020-06-12] 178: Checking imports ** [18:25:43 2020-06-12] 178: Checking exports ** [18:25:43 2020-06-12] 178: Checking users ** [18:25:43 2020-06-12] 178: Checking user_dbs ** [18:25:43 2020-06-12] 178: Checking geocodings ** [18:25:43 2020-06-12] 178: Checking synchronizations ** [18:25:43 2020-06-12] 178: Checking tracker ** [18:25:43 2020-06-12] 178: Checking user_migrations ** [18:25:43 2020-06-12] 178: Checking batch_updates ** [18:25:43 2020-06-12] 178: Checking gears ** [18:25:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:25:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:48 2020-06-12] 178: Checking imports ** [18:25:48 2020-06-12] 178: Checking exports ** [18:25:48 2020-06-12] 178: Checking users ** [18:25:48 2020-06-12] 178: Checking user_dbs ** [18:25:48 2020-06-12] 178: Checking geocodings ** [18:25:48 2020-06-12] 178: Checking synchronizations ** [18:25:48 2020-06-12] 178: Checking tracker ** [18:25:48 2020-06-12] 178: Checking user_migrations ** [18:25:48 2020-06-12] 178: Checking batch_updates ** [18:25:48 2020-06-12] 178: Checking gears ** [18:25:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:25:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:53 2020-06-12] 178: Checking imports ** [18:25:53 2020-06-12] 178: Checking exports ** [18:25:53 2020-06-12] 178: Checking users ** [18:25:53 2020-06-12] 178: Checking user_dbs ** [18:25:53 2020-06-12] 178: Checking geocodings ** [18:25:53 2020-06-12] 178: Checking synchronizations ** [18:25:53 2020-06-12] 178: Checking tracker ** [18:25:53 2020-06-12] 178: Checking user_migrations ** [18:25:53 2020-06-12] 178: Checking batch_updates ** [18:25:53 2020-06-12] 178: Checking gears ** [18:25:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:25:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:58 2020-06-12] 178: Checking imports ** [18:25:58 2020-06-12] 178: Checking exports ** [18:25:58 2020-06-12] 178: Checking users ** [18:25:58 2020-06-12] 178: Checking user_dbs ** [18:25:58 2020-06-12] 178: Checking geocodings ** [18:25:58 2020-06-12] 178: Checking synchronizations ** [18:25:58 2020-06-12] 178: Checking tracker ** [18:25:58 2020-06-12] 178: Checking user_migrations ** [18:25:58 2020-06-12] 178: Checking batch_updates ** [18:25:58 2020-06-12] 178: Checking gears ** [18:25:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:25:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:04 2020-06-12] 178: Checking imports ** [18:26:04 2020-06-12] 178: Checking exports ** [18:26:04 2020-06-12] 178: Checking users ** [18:26:04 2020-06-12] 178: Checking user_dbs ** [18:26:04 2020-06-12] 178: Checking geocodings ** [18:26:04 2020-06-12] 178: Checking synchronizations ** [18:26:04 2020-06-12] 178: Checking tracker ** [18:26:04 2020-06-12] 178: Checking user_migrations ** [18:26:04 2020-06-12] 178: Checking batch_updates ** [18:26:04 2020-06-12] 178: Checking gears ** [18:26:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:26:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:09 2020-06-12] 178: Checking imports ** [18:26:09 2020-06-12] 178: Checking exports ** [18:26:09 2020-06-12] 178: Checking users ** [18:26:09 2020-06-12] 178: Checking user_dbs ** [18:26:09 2020-06-12] 178: Checking geocodings ** [18:26:09 2020-06-12] 178: Checking synchronizations ** [18:26:09 2020-06-12] 178: Checking tracker ** [18:26:09 2020-06-12] 178: Checking user_migrations ** [18:26:09 2020-06-12] 178: Checking batch_updates ** [18:26:09 2020-06-12] 178: Checking gears ** [18:26:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:26:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:14 2020-06-12] 178: Checking imports ** [18:26:14 2020-06-12] 178: Checking exports ** [18:26:14 2020-06-12] 178: Checking users ** [18:26:14 2020-06-12] 178: Checking user_dbs ** [18:26:14 2020-06-12] 178: Checking geocodings ** [18:26:14 2020-06-12] 178: Checking synchronizations ** [18:26:14 2020-06-12] 178: Checking tracker ** [18:26:14 2020-06-12] 178: Checking user_migrations ** [18:26:14 2020-06-12] 178: Checking batch_updates ** [18:26:14 2020-06-12] 178: Checking gears ** [18:26:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:26:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:19 2020-06-12] 178: Checking imports ** [18:26:19 2020-06-12] 178: Checking exports ** [18:26:19 2020-06-12] 178: Checking users ** [18:26:19 2020-06-12] 178: Checking user_dbs ** [18:26:19 2020-06-12] 178: Checking geocodings ** [18:26:19 2020-06-12] 178: Checking synchronizations ** [18:26:19 2020-06-12] 178: Checking tracker ** [18:26:19 2020-06-12] 178: Checking user_migrations ** [18:26:19 2020-06-12] 178: Checking batch_updates ** [18:26:19 2020-06-12] 178: Checking gears ** [18:26:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:26:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:24 2020-06-12] 178: Checking imports ** [18:26:24 2020-06-12] 178: Checking exports ** [18:26:24 2020-06-12] 178: Checking users ** [18:26:24 2020-06-12] 178: Checking user_dbs ** [18:26:24 2020-06-12] 178: Checking geocodings ** [18:26:24 2020-06-12] 178: Checking synchronizations ** [18:26:24 2020-06-12] 178: Checking tracker ** [18:26:24 2020-06-12] 178: Checking user_migrations ** [18:26:24 2020-06-12] 178: Checking batch_updates ** [18:26:24 2020-06-12] 178: Checking gears ** [18:26:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:26:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:29 2020-06-12] 178: Checking imports ** [18:26:29 2020-06-12] 178: Checking exports ** [18:26:29 2020-06-12] 178: Checking users ** [18:26:29 2020-06-12] 178: Checking user_dbs ** [18:26:29 2020-06-12] 178: Checking geocodings ** [18:26:29 2020-06-12] 178: Checking synchronizations ** [18:26:29 2020-06-12] 178: Checking tracker ** [18:26:29 2020-06-12] 178: Checking user_migrations ** [18:26:29 2020-06-12] 178: Checking batch_updates ** [18:26:29 2020-06-12] 178: Checking gears ** [18:26:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:26:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:34 2020-06-12] 178: Checking imports ** [18:26:34 2020-06-12] 178: Checking exports ** [18:26:34 2020-06-12] 178: Checking users ** [18:26:34 2020-06-12] 178: Checking user_dbs ** [18:26:34 2020-06-12] 178: Checking geocodings ** [18:26:34 2020-06-12] 178: Checking synchronizations ** [18:26:34 2020-06-12] 178: Checking tracker ** [18:26:34 2020-06-12] 178: Checking user_migrations ** [18:26:34 2020-06-12] 178: Checking batch_updates ** [18:26:34 2020-06-12] 178: Checking gears ** [18:26:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:26:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:39 2020-06-12] 178: Checking imports ** [18:26:39 2020-06-12] 178: Checking exports ** [18:26:39 2020-06-12] 178: Checking users ** [18:26:39 2020-06-12] 178: Checking user_dbs ** [18:26:39 2020-06-12] 178: Checking geocodings ** [18:26:39 2020-06-12] 178: Checking synchronizations ** [18:26:39 2020-06-12] 178: Checking tracker ** [18:26:39 2020-06-12] 178: Checking user_migrations ** [18:26:39 2020-06-12] 178: Checking batch_updates ** [18:26:39 2020-06-12] 178: Checking gears ** [18:26:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:26:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:44 2020-06-12] 178: Checking imports ** [18:26:44 2020-06-12] 178: Checking exports ** [18:26:44 2020-06-12] 178: Checking users ** [18:26:44 2020-06-12] 178: Checking user_dbs ** [18:26:44 2020-06-12] 178: Checking geocodings ** [18:26:44 2020-06-12] 178: Checking synchronizations ** [18:26:44 2020-06-12] 178: Checking tracker ** [18:26:44 2020-06-12] 178: Checking user_migrations ** [18:26:44 2020-06-12] 178: Checking batch_updates ** [18:26:44 2020-06-12] 178: Checking gears ** [18:26:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:26:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:49 2020-06-12] 178: Checking imports ** [18:26:49 2020-06-12] 178: Checking exports ** [18:26:49 2020-06-12] 178: Checking users ** [18:26:49 2020-06-12] 178: Checking user_dbs ** [18:26:49 2020-06-12] 178: Checking geocodings ** [18:26:49 2020-06-12] 178: Checking synchronizations ** [18:26:49 2020-06-12] 178: Checking tracker ** [18:26:49 2020-06-12] 178: Checking user_migrations ** [18:26:49 2020-06-12] 178: Checking batch_updates ** [18:26:49 2020-06-12] 178: Checking gears ** [18:26:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:26:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:54 2020-06-12] 178: Checking imports ** [18:26:54 2020-06-12] 178: Checking exports ** [18:26:54 2020-06-12] 178: Checking users ** [18:26:54 2020-06-12] 178: Checking user_dbs ** [18:26:54 2020-06-12] 178: Checking geocodings ** [18:26:54 2020-06-12] 178: Checking synchronizations ** [18:26:54 2020-06-12] 178: Checking tracker ** [18:26:54 2020-06-12] 178: Checking user_migrations ** [18:26:54 2020-06-12] 178: Checking batch_updates ** [18:26:54 2020-06-12] 178: Checking gears ** [18:26:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:26:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:59 2020-06-12] 178: Checking imports ** [18:26:59 2020-06-12] 178: Checking exports ** [18:26:59 2020-06-12] 178: Checking users ** [18:26:59 2020-06-12] 178: Checking user_dbs ** [18:26:59 2020-06-12] 178: Checking geocodings ** [18:26:59 2020-06-12] 178: Checking synchronizations ** [18:26:59 2020-06-12] 178: Checking tracker ** [18:26:59 2020-06-12] 178: Checking user_migrations ** [18:26:59 2020-06-12] 178: Checking batch_updates ** [18:26:59 2020-06-12] 178: Checking gears ** [18:26:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:26:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:04 2020-06-12] 178: Checking imports ** [18:27:04 2020-06-12] 178: Checking exports ** [18:27:04 2020-06-12] 178: Checking users ** [18:27:04 2020-06-12] 178: Checking user_dbs ** [18:27:04 2020-06-12] 178: Checking geocodings ** [18:27:04 2020-06-12] 178: Checking synchronizations ** [18:27:04 2020-06-12] 178: Checking tracker ** [18:27:04 2020-06-12] 178: Checking user_migrations ** [18:27:04 2020-06-12] 178: Checking batch_updates ** [18:27:04 2020-06-12] 178: Checking gears ** [18:27:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:27:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:09 2020-06-12] 178: Checking imports ** [18:27:09 2020-06-12] 178: Checking exports ** [18:27:09 2020-06-12] 178: Checking users ** [18:27:09 2020-06-12] 178: Checking user_dbs ** [18:27:09 2020-06-12] 178: Checking geocodings ** [18:27:09 2020-06-12] 178: Checking synchronizations ** [18:27:09 2020-06-12] 178: Checking tracker ** [18:27:09 2020-06-12] 178: Checking user_migrations ** [18:27:09 2020-06-12] 178: Checking batch_updates ** [18:27:09 2020-06-12] 178: Checking gears ** [18:27:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:27:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:14 2020-06-12] 178: Checking imports ** [18:27:14 2020-06-12] 178: Checking exports ** [18:27:14 2020-06-12] 178: Checking users ** [18:27:14 2020-06-12] 178: Checking user_dbs ** [18:27:14 2020-06-12] 178: Checking geocodings ** [18:27:14 2020-06-12] 178: Checking synchronizations ** [18:27:14 2020-06-12] 178: Checking tracker ** [18:27:14 2020-06-12] 178: Checking user_migrations ** [18:27:14 2020-06-12] 178: Checking batch_updates ** [18:27:14 2020-06-12] 178: Checking gears ** [18:27:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:27:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:19 2020-06-12] 178: Checking imports ** [18:27:19 2020-06-12] 178: Checking exports ** [18:27:19 2020-06-12] 178: Checking users ** [18:27:19 2020-06-12] 178: Checking user_dbs ** [18:27:19 2020-06-12] 178: Checking geocodings ** [18:27:19 2020-06-12] 178: Checking synchronizations ** [18:27:19 2020-06-12] 178: Checking tracker ** [18:27:19 2020-06-12] 178: Checking user_migrations ** [18:27:19 2020-06-12] 178: Checking batch_updates ** [18:27:19 2020-06-12] 178: Checking gears ** [18:27:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:27:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:24 2020-06-12] 178: Checking imports ** [18:27:24 2020-06-12] 178: Checking exports ** [18:27:24 2020-06-12] 178: Checking users ** [18:27:24 2020-06-12] 178: Checking user_dbs ** [18:27:24 2020-06-12] 178: Checking geocodings ** [18:27:24 2020-06-12] 178: Checking synchronizations ** [18:27:24 2020-06-12] 178: Checking tracker ** [18:27:24 2020-06-12] 178: Checking user_migrations ** [18:27:24 2020-06-12] 178: Checking batch_updates ** [18:27:24 2020-06-12] 178: Checking gears ** [18:27:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:27:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:29 2020-06-12] 178: Checking imports ** [18:27:29 2020-06-12] 178: Checking exports ** [18:27:29 2020-06-12] 178: Checking users ** [18:27:29 2020-06-12] 178: Checking user_dbs ** [18:27:29 2020-06-12] 178: Checking geocodings ** [18:27:29 2020-06-12] 178: Checking synchronizations ** [18:27:29 2020-06-12] 178: Checking tracker ** [18:27:29 2020-06-12] 178: Checking user_migrations ** [18:27:29 2020-06-12] 178: Checking batch_updates ** [18:27:29 2020-06-12] 178: Checking gears ** [18:27:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:27:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:34 2020-06-12] 178: Checking imports ** [18:27:34 2020-06-12] 178: Checking exports ** [18:27:34 2020-06-12] 178: Checking users ** [18:27:34 2020-06-12] 178: Checking user_dbs ** [18:27:34 2020-06-12] 178: Checking geocodings ** [18:27:34 2020-06-12] 178: Checking synchronizations ** [18:27:34 2020-06-12] 178: Checking tracker ** [18:27:34 2020-06-12] 178: Checking user_migrations ** [18:27:34 2020-06-12] 178: Checking batch_updates ** [18:27:34 2020-06-12] 178: Checking gears ** [18:27:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:27:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:39 2020-06-12] 178: Checking imports ** [18:27:39 2020-06-12] 178: Checking exports ** [18:27:39 2020-06-12] 178: Checking users ** [18:27:39 2020-06-12] 178: Checking user_dbs ** [18:27:39 2020-06-12] 178: Checking geocodings ** [18:27:39 2020-06-12] 178: Checking synchronizations ** [18:27:39 2020-06-12] 178: Checking tracker ** [18:27:39 2020-06-12] 178: Checking user_migrations ** [18:27:39 2020-06-12] 178: Checking batch_updates ** [18:27:39 2020-06-12] 178: Checking gears ** [18:27:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:27:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:44 2020-06-12] 178: Checking imports ** [18:27:44 2020-06-12] 178: Checking exports ** [18:27:44 2020-06-12] 178: Checking users ** [18:27:44 2020-06-12] 178: Checking user_dbs ** [18:27:44 2020-06-12] 178: Checking geocodings ** [18:27:44 2020-06-12] 178: Checking synchronizations ** [18:27:44 2020-06-12] 178: Checking tracker ** [18:27:44 2020-06-12] 178: Checking user_migrations ** [18:27:44 2020-06-12] 178: Checking batch_updates ** [18:27:44 2020-06-12] 178: Checking gears ** [18:27:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:27:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:49 2020-06-12] 178: Checking imports ** [18:27:49 2020-06-12] 178: Checking exports ** [18:27:49 2020-06-12] 178: Checking users ** [18:27:49 2020-06-12] 178: Checking user_dbs ** [18:27:49 2020-06-12] 178: Checking geocodings ** [18:27:49 2020-06-12] 178: Checking synchronizations ** [18:27:49 2020-06-12] 178: Checking tracker ** [18:27:49 2020-06-12] 178: Checking user_migrations ** [18:27:49 2020-06-12] 178: Checking batch_updates ** [18:27:49 2020-06-12] 178: Checking gears ** [18:27:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:27:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:54 2020-06-12] 178: Checking imports ** [18:27:54 2020-06-12] 178: Checking exports ** [18:27:54 2020-06-12] 178: Checking users ** [18:27:54 2020-06-12] 178: Checking user_dbs ** [18:27:54 2020-06-12] 178: Checking geocodings ** [18:27:54 2020-06-12] 178: Checking synchronizations ** [18:27:54 2020-06-12] 178: Checking tracker ** [18:27:54 2020-06-12] 178: Checking user_migrations ** [18:27:54 2020-06-12] 178: Checking batch_updates ** [18:27:54 2020-06-12] 178: Checking gears ** [18:27:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:27:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:59 2020-06-12] 178: Checking imports ** [18:27:59 2020-06-12] 178: Checking exports ** [18:27:59 2020-06-12] 178: Checking users ** [18:27:59 2020-06-12] 178: Checking user_dbs ** [18:27:59 2020-06-12] 178: Checking geocodings ** [18:27:59 2020-06-12] 178: Checking synchronizations ** [18:27:59 2020-06-12] 178: Checking tracker ** [18:27:59 2020-06-12] 178: Checking user_migrations ** [18:27:59 2020-06-12] 178: Checking batch_updates ** [18:27:59 2020-06-12] 178: Checking gears ** [18:27:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:27:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:04 2020-06-12] 178: Checking imports ** [18:28:04 2020-06-12] 178: Checking exports ** [18:28:04 2020-06-12] 178: Checking users ** [18:28:04 2020-06-12] 178: Checking user_dbs ** [18:28:04 2020-06-12] 178: Checking geocodings ** [18:28:04 2020-06-12] 178: Checking synchronizations ** [18:28:04 2020-06-12] 178: Checking tracker ** [18:28:04 2020-06-12] 178: Checking user_migrations ** [18:28:04 2020-06-12] 178: Checking batch_updates ** [18:28:04 2020-06-12] 178: Checking gears ** [18:28:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:28:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:09 2020-06-12] 178: Checking imports ** [18:28:09 2020-06-12] 178: Checking exports ** [18:28:09 2020-06-12] 178: Checking users ** [18:28:09 2020-06-12] 178: Checking user_dbs ** [18:28:09 2020-06-12] 178: Checking geocodings ** [18:28:09 2020-06-12] 178: Checking synchronizations ** [18:28:09 2020-06-12] 178: Checking tracker ** [18:28:09 2020-06-12] 178: Checking user_migrations ** [18:28:09 2020-06-12] 178: Checking batch_updates ** [18:28:09 2020-06-12] 178: Checking gears ** [18:28:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:28:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:14 2020-06-12] 178: Checking imports ** [18:28:14 2020-06-12] 178: Checking exports ** [18:28:14 2020-06-12] 178: Checking users ** [18:28:14 2020-06-12] 178: Checking user_dbs ** [18:28:14 2020-06-12] 178: Checking geocodings ** [18:28:14 2020-06-12] 178: Checking synchronizations ** [18:28:14 2020-06-12] 178: Checking tracker ** [18:28:14 2020-06-12] 178: Checking user_migrations ** [18:28:14 2020-06-12] 178: Checking batch_updates ** [18:28:14 2020-06-12] 178: Checking gears ** [18:28:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:28:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:19 2020-06-12] 178: Checking imports ** [18:28:19 2020-06-12] 178: Checking exports ** [18:28:19 2020-06-12] 178: Checking users ** [18:28:19 2020-06-12] 178: Checking user_dbs ** [18:28:19 2020-06-12] 178: Checking geocodings ** [18:28:19 2020-06-12] 178: Checking synchronizations ** [18:28:19 2020-06-12] 178: Checking tracker ** [18:28:19 2020-06-12] 178: Checking user_migrations ** [18:28:19 2020-06-12] 178: Checking batch_updates ** [18:28:19 2020-06-12] 178: Checking gears ** [18:28:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:28:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:24 2020-06-12] 178: Checking imports ** [18:28:24 2020-06-12] 178: Checking exports ** [18:28:24 2020-06-12] 178: Checking users ** [18:28:24 2020-06-12] 178: Checking user_dbs ** [18:28:24 2020-06-12] 178: Checking geocodings ** [18:28:24 2020-06-12] 178: Checking synchronizations ** [18:28:24 2020-06-12] 178: Checking tracker ** [18:28:24 2020-06-12] 178: Checking user_migrations ** [18:28:24 2020-06-12] 178: Checking batch_updates ** [18:28:24 2020-06-12] 178: Checking gears ** [18:28:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:28:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:29 2020-06-12] 178: Checking imports ** [18:28:29 2020-06-12] 178: Checking exports ** [18:28:29 2020-06-12] 178: Checking users ** [18:28:29 2020-06-12] 178: Checking user_dbs ** [18:28:29 2020-06-12] 178: Checking geocodings ** [18:28:29 2020-06-12] 178: Checking synchronizations ** [18:28:29 2020-06-12] 178: Checking tracker ** [18:28:29 2020-06-12] 178: Checking user_migrations ** [18:28:29 2020-06-12] 178: Checking batch_updates ** [18:28:29 2020-06-12] 178: Checking gears ** [18:28:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:28:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:34 2020-06-12] 178: Checking imports ** [18:28:34 2020-06-12] 178: Checking exports ** [18:28:34 2020-06-12] 178: Checking users ** [18:28:34 2020-06-12] 178: Checking user_dbs ** [18:28:34 2020-06-12] 178: Checking geocodings ** [18:28:34 2020-06-12] 178: Checking synchronizations ** [18:28:34 2020-06-12] 178: Checking tracker ** [18:28:34 2020-06-12] 178: Checking user_migrations ** [18:28:34 2020-06-12] 178: Checking batch_updates ** [18:28:34 2020-06-12] 178: Checking gears ** [18:28:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:28:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:39 2020-06-12] 178: Checking imports ** [18:28:39 2020-06-12] 178: Checking exports ** [18:28:39 2020-06-12] 178: Checking users ** [18:28:39 2020-06-12] 178: Checking user_dbs ** [18:28:39 2020-06-12] 178: Checking geocodings ** [18:28:39 2020-06-12] 178: Checking synchronizations ** [18:28:39 2020-06-12] 178: Checking tracker ** [18:28:39 2020-06-12] 178: Checking user_migrations ** [18:28:39 2020-06-12] 178: Checking batch_updates ** [18:28:39 2020-06-12] 178: Checking gears ** [18:28:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:28:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:44 2020-06-12] 178: Checking imports ** [18:28:44 2020-06-12] 178: Checking exports ** [18:28:44 2020-06-12] 178: Checking users ** [18:28:44 2020-06-12] 178: Checking user_dbs ** [18:28:44 2020-06-12] 178: Checking geocodings ** [18:28:44 2020-06-12] 178: Checking synchronizations ** [18:28:44 2020-06-12] 178: Checking tracker ** [18:28:44 2020-06-12] 178: Checking user_migrations ** [18:28:44 2020-06-12] 178: Checking batch_updates ** [18:28:44 2020-06-12] 178: Checking gears ** [18:28:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:28:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:49 2020-06-12] 178: Checking imports ** [18:28:49 2020-06-12] 178: Checking exports ** [18:28:49 2020-06-12] 178: Checking users ** [18:28:49 2020-06-12] 178: Checking user_dbs ** [18:28:49 2020-06-12] 178: Checking geocodings ** [18:28:49 2020-06-12] 178: Checking synchronizations ** [18:28:49 2020-06-12] 178: Checking tracker ** [18:28:49 2020-06-12] 178: Checking user_migrations ** [18:28:49 2020-06-12] 178: Checking batch_updates ** [18:28:49 2020-06-12] 178: Checking gears ** [18:28:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:28:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:54 2020-06-12] 178: Checking imports ** [18:28:54 2020-06-12] 178: Checking exports ** [18:28:54 2020-06-12] 178: Checking users ** [18:28:54 2020-06-12] 178: Checking user_dbs ** [18:28:54 2020-06-12] 178: Checking geocodings ** [18:28:54 2020-06-12] 178: Checking synchronizations ** [18:28:54 2020-06-12] 178: Checking tracker ** [18:28:54 2020-06-12] 178: Checking user_migrations ** [18:28:54 2020-06-12] 178: Checking batch_updates ** [18:28:54 2020-06-12] 178: Checking gears ** [18:28:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:28:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:59 2020-06-12] 178: Checking imports ** [18:28:59 2020-06-12] 178: Checking exports ** [18:28:59 2020-06-12] 178: Checking users ** [18:28:59 2020-06-12] 178: Checking user_dbs ** [18:28:59 2020-06-12] 178: Checking geocodings ** [18:28:59 2020-06-12] 178: Checking synchronizations ** [18:28:59 2020-06-12] 178: Checking tracker ** [18:28:59 2020-06-12] 178: Checking user_migrations ** [18:28:59 2020-06-12] 178: Checking batch_updates ** [18:28:59 2020-06-12] 178: Checking gears ** [18:28:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:28:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:04 2020-06-12] 178: Checking imports ** [18:29:04 2020-06-12] 178: Checking exports ** [18:29:04 2020-06-12] 178: Checking users ** [18:29:04 2020-06-12] 178: Checking user_dbs ** [18:29:04 2020-06-12] 178: Checking geocodings ** [18:29:04 2020-06-12] 178: Checking synchronizations ** [18:29:04 2020-06-12] 178: Checking tracker ** [18:29:04 2020-06-12] 178: Checking user_migrations ** [18:29:04 2020-06-12] 178: Checking batch_updates ** [18:29:04 2020-06-12] 178: Checking gears ** [18:29:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:29:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:09 2020-06-12] 178: Checking imports ** [18:29:09 2020-06-12] 178: Checking exports ** [18:29:09 2020-06-12] 178: Checking users ** [18:29:09 2020-06-12] 178: Checking user_dbs ** [18:29:09 2020-06-12] 178: Checking geocodings ** [18:29:09 2020-06-12] 178: Checking synchronizations ** [18:29:09 2020-06-12] 178: Checking tracker ** [18:29:09 2020-06-12] 178: Checking user_migrations ** [18:29:09 2020-06-12] 178: Checking batch_updates ** [18:29:09 2020-06-12] 178: Checking gears ** [18:29:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:29:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:14 2020-06-12] 178: Checking imports ** [18:29:14 2020-06-12] 178: Checking exports ** [18:29:14 2020-06-12] 178: Checking users ** [18:29:14 2020-06-12] 178: Checking user_dbs ** [18:29:14 2020-06-12] 178: Checking geocodings ** [18:29:14 2020-06-12] 178: Checking synchronizations ** [18:29:14 2020-06-12] 178: Checking tracker ** [18:29:14 2020-06-12] 178: Checking user_migrations ** [18:29:14 2020-06-12] 178: Checking batch_updates ** [18:29:14 2020-06-12] 178: Checking gears ** [18:29:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:29:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:19 2020-06-12] 178: Checking imports ** [18:29:19 2020-06-12] 178: Checking exports ** [18:29:19 2020-06-12] 178: Checking users ** [18:29:19 2020-06-12] 178: Checking user_dbs ** [18:29:19 2020-06-12] 178: Checking geocodings ** [18:29:19 2020-06-12] 178: Checking synchronizations ** [18:29:19 2020-06-12] 178: Checking tracker ** [18:29:19 2020-06-12] 178: Checking user_migrations ** [18:29:19 2020-06-12] 178: Checking batch_updates ** [18:29:19 2020-06-12] 178: Checking gears ** [18:29:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:29:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:24 2020-06-12] 178: Checking imports ** [18:29:24 2020-06-12] 178: Checking exports ** [18:29:24 2020-06-12] 178: Checking users ** [18:29:24 2020-06-12] 178: Checking user_dbs ** [18:29:24 2020-06-12] 178: Checking geocodings ** [18:29:24 2020-06-12] 178: Checking synchronizations ** [18:29:24 2020-06-12] 178: Checking tracker ** [18:29:24 2020-06-12] 178: Checking user_migrations ** [18:29:24 2020-06-12] 178: Checking batch_updates ** [18:29:24 2020-06-12] 178: Checking gears ** [18:29:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:29:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:29 2020-06-12] 178: Checking imports ** [18:29:29 2020-06-12] 178: Checking exports ** [18:29:29 2020-06-12] 178: Checking users ** [18:29:29 2020-06-12] 178: Checking user_dbs ** [18:29:29 2020-06-12] 178: Checking geocodings ** [18:29:29 2020-06-12] 178: Checking synchronizations ** [18:29:29 2020-06-12] 178: Checking tracker ** [18:29:29 2020-06-12] 178: Checking user_migrations ** [18:29:29 2020-06-12] 178: Checking batch_updates ** [18:29:29 2020-06-12] 178: Checking gears ** [18:29:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:29:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:34 2020-06-12] 178: Checking imports ** [18:29:34 2020-06-12] 178: Checking exports ** [18:29:34 2020-06-12] 178: Checking users ** [18:29:34 2020-06-12] 178: Checking user_dbs ** [18:29:34 2020-06-12] 178: Checking geocodings ** [18:29:34 2020-06-12] 178: Checking synchronizations ** [18:29:34 2020-06-12] 178: Checking tracker ** [18:29:34 2020-06-12] 178: Checking user_migrations ** [18:29:34 2020-06-12] 178: Checking batch_updates ** [18:29:34 2020-06-12] 178: Checking gears ** [18:29:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:29:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:39 2020-06-12] 178: Checking imports ** [18:29:39 2020-06-12] 178: Checking exports ** [18:29:39 2020-06-12] 178: Checking users ** [18:29:39 2020-06-12] 178: Checking user_dbs ** [18:29:39 2020-06-12] 178: Checking geocodings ** [18:29:39 2020-06-12] 178: Checking synchronizations ** [18:29:39 2020-06-12] 178: Checking tracker ** [18:29:39 2020-06-12] 178: Checking user_migrations ** [18:29:39 2020-06-12] 178: Checking batch_updates ** [18:29:39 2020-06-12] 178: Checking gears ** [18:29:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:29:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:44 2020-06-12] 178: Checking imports ** [18:29:44 2020-06-12] 178: Checking exports ** [18:29:44 2020-06-12] 178: Checking users ** [18:29:44 2020-06-12] 178: Checking user_dbs ** [18:29:44 2020-06-12] 178: Checking geocodings ** [18:29:44 2020-06-12] 178: Checking synchronizations ** [18:29:44 2020-06-12] 178: Checking tracker ** [18:29:44 2020-06-12] 178: Checking user_migrations ** [18:29:44 2020-06-12] 178: Checking batch_updates ** [18:29:44 2020-06-12] 178: Checking gears ** [18:29:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:29:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:49 2020-06-12] 178: Checking imports ** [18:29:49 2020-06-12] 178: Checking exports ** [18:29:49 2020-06-12] 178: Checking users ** [18:29:49 2020-06-12] 178: Checking user_dbs ** [18:29:49 2020-06-12] 178: Checking geocodings ** [18:29:49 2020-06-12] 178: Checking synchronizations ** [18:29:49 2020-06-12] 178: Checking tracker ** [18:29:49 2020-06-12] 178: Checking user_migrations ** [18:29:49 2020-06-12] 178: Checking batch_updates ** [18:29:49 2020-06-12] 178: Checking gears ** [18:29:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:29:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:54 2020-06-12] 178: Checking imports ** [18:29:54 2020-06-12] 178: Checking exports ** [18:29:54 2020-06-12] 178: Checking users ** [18:29:54 2020-06-12] 178: Checking user_dbs ** [18:29:54 2020-06-12] 178: Checking geocodings ** [18:29:54 2020-06-12] 178: Checking synchronizations ** [18:29:54 2020-06-12] 178: Checking tracker ** [18:29:54 2020-06-12] 178: Checking user_migrations ** [18:29:54 2020-06-12] 178: Checking batch_updates ** [18:29:54 2020-06-12] 178: Checking gears ** [18:29:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:29:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:59 2020-06-12] 178: Checking imports ** [18:29:59 2020-06-12] 178: Checking exports ** [18:29:59 2020-06-12] 178: Checking users ** [18:29:59 2020-06-12] 178: Checking user_dbs ** [18:29:59 2020-06-12] 178: Checking geocodings ** [18:29:59 2020-06-12] 178: Checking synchronizations ** [18:29:59 2020-06-12] 178: Checking tracker ** [18:29:59 2020-06-12] 178: Checking user_migrations ** [18:29:59 2020-06-12] 178: Checking batch_updates ** [18:29:59 2020-06-12] 178: Checking gears ** [18:29:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:29:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:04 2020-06-12] 178: Checking imports ** [18:30:04 2020-06-12] 178: Checking exports ** [18:30:04 2020-06-12] 178: Checking users ** [18:30:04 2020-06-12] 178: Checking user_dbs ** [18:30:04 2020-06-12] 178: Checking geocodings ** [18:30:04 2020-06-12] 178: Checking synchronizations ** [18:30:04 2020-06-12] 178: Checking tracker ** [18:30:04 2020-06-12] 178: Checking user_migrations ** [18:30:04 2020-06-12] 178: Checking batch_updates ** [18:30:04 2020-06-12] 178: Checking gears ** [18:30:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:30:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:09 2020-06-12] 178: Checking imports ** [18:30:09 2020-06-12] 178: Checking exports ** [18:30:09 2020-06-12] 178: Checking users ** [18:30:09 2020-06-12] 178: Checking user_dbs ** [18:30:09 2020-06-12] 178: Checking geocodings ** [18:30:09 2020-06-12] 178: Checking synchronizations ** [18:30:09 2020-06-12] 178: Checking tracker ** [18:30:09 2020-06-12] 178: Checking user_migrations ** [18:30:09 2020-06-12] 178: Checking batch_updates ** [18:30:09 2020-06-12] 178: Checking gears ** [18:30:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:30:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:14 2020-06-12] 178: Checking imports ** [18:30:14 2020-06-12] 178: Checking exports ** [18:30:14 2020-06-12] 178: Checking users ** [18:30:14 2020-06-12] 178: Checking user_dbs ** [18:30:14 2020-06-12] 178: Checking geocodings ** [18:30:14 2020-06-12] 178: Checking synchronizations ** [18:30:14 2020-06-12] 178: Checking tracker ** [18:30:14 2020-06-12] 178: Checking user_migrations ** [18:30:14 2020-06-12] 178: Checking batch_updates ** [18:30:14 2020-06-12] 178: Checking gears ** [18:30:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:30:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:19 2020-06-12] 178: Checking imports ** [18:30:19 2020-06-12] 178: Checking exports ** [18:30:19 2020-06-12] 178: Checking users ** [18:30:19 2020-06-12] 178: Checking user_dbs ** [18:30:19 2020-06-12] 178: Checking geocodings ** [18:30:19 2020-06-12] 178: Checking synchronizations ** [18:30:19 2020-06-12] 178: Checking tracker ** [18:30:19 2020-06-12] 178: Checking user_migrations ** [18:30:19 2020-06-12] 178: Checking batch_updates ** [18:30:19 2020-06-12] 178: Checking gears ** [18:30:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:30:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:24 2020-06-12] 178: Checking imports ** [18:30:24 2020-06-12] 178: Checking exports ** [18:30:24 2020-06-12] 178: Checking users ** [18:30:24 2020-06-12] 178: Checking user_dbs ** [18:30:24 2020-06-12] 178: Checking geocodings ** [18:30:24 2020-06-12] 178: Checking synchronizations ** [18:30:24 2020-06-12] 178: Checking tracker ** [18:30:24 2020-06-12] 178: Checking user_migrations ** [18:30:24 2020-06-12] 178: Checking batch_updates ** [18:30:24 2020-06-12] 178: Checking gears ** [18:30:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:30:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:29 2020-06-12] 178: Checking imports ** [18:30:29 2020-06-12] 178: Checking exports ** [18:30:29 2020-06-12] 178: Checking users ** [18:30:29 2020-06-12] 178: Checking user_dbs ** [18:30:29 2020-06-12] 178: Checking geocodings ** [18:30:29 2020-06-12] 178: Checking synchronizations ** [18:30:29 2020-06-12] 178: Checking tracker ** [18:30:29 2020-06-12] 178: Checking user_migrations ** [18:30:29 2020-06-12] 178: Checking batch_updates ** [18:30:29 2020-06-12] 178: Checking gears ** [18:30:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:30:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:34 2020-06-12] 178: Checking imports ** [18:30:34 2020-06-12] 178: Checking exports ** [18:30:34 2020-06-12] 178: Checking users ** [18:30:34 2020-06-12] 178: Checking user_dbs ** [18:30:34 2020-06-12] 178: Checking geocodings ** [18:30:34 2020-06-12] 178: Checking synchronizations ** [18:30:34 2020-06-12] 178: Checking tracker ** [18:30:34 2020-06-12] 178: Checking user_migrations ** [18:30:34 2020-06-12] 178: Checking batch_updates ** [18:30:34 2020-06-12] 178: Checking gears ** [18:30:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:30:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:39 2020-06-12] 178: Checking imports ** [18:30:39 2020-06-12] 178: Checking exports ** [18:30:39 2020-06-12] 178: Checking users ** [18:30:39 2020-06-12] 178: Checking user_dbs ** [18:30:39 2020-06-12] 178: Checking geocodings ** [18:30:39 2020-06-12] 178: Checking synchronizations ** [18:30:39 2020-06-12] 178: Checking tracker ** [18:30:39 2020-06-12] 178: Checking user_migrations ** [18:30:39 2020-06-12] 178: Checking batch_updates ** [18:30:39 2020-06-12] 178: Checking gears ** [18:30:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:30:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:44 2020-06-12] 178: Checking imports ** [18:30:44 2020-06-12] 178: Checking exports ** [18:30:44 2020-06-12] 178: Checking users ** [18:30:44 2020-06-12] 178: Checking user_dbs ** [18:30:44 2020-06-12] 178: Checking geocodings ** [18:30:44 2020-06-12] 178: Checking synchronizations ** [18:30:44 2020-06-12] 178: Checking tracker ** [18:30:44 2020-06-12] 178: Checking user_migrations ** [18:30:44 2020-06-12] 178: Checking batch_updates ** [18:30:44 2020-06-12] 178: Checking gears ** [18:30:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:30:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:49 2020-06-12] 178: Checking imports ** [18:30:49 2020-06-12] 178: Checking exports ** [18:30:49 2020-06-12] 178: Checking users ** [18:30:49 2020-06-12] 178: Checking user_dbs ** [18:30:49 2020-06-12] 178: Checking geocodings ** [18:30:49 2020-06-12] 178: Checking synchronizations ** [18:30:49 2020-06-12] 178: Checking tracker ** [18:30:49 2020-06-12] 178: Checking user_migrations ** [18:30:49 2020-06-12] 178: Checking batch_updates ** [18:30:49 2020-06-12] 178: Checking gears ** [18:30:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:30:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:54 2020-06-12] 178: Checking imports ** [18:30:54 2020-06-12] 178: Checking exports ** [18:30:54 2020-06-12] 178: Checking users ** [18:30:54 2020-06-12] 178: Checking user_dbs ** [18:30:54 2020-06-12] 178: Checking geocodings ** [18:30:54 2020-06-12] 178: Checking synchronizations ** [18:30:54 2020-06-12] 178: Checking tracker ** [18:30:54 2020-06-12] 178: Checking user_migrations ** [18:30:54 2020-06-12] 178: Checking batch_updates ** [18:30:54 2020-06-12] 178: Checking gears ** [18:30:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:30:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:59 2020-06-12] 178: Checking imports ** [18:30:59 2020-06-12] 178: Checking exports ** [18:30:59 2020-06-12] 178: Checking users ** [18:30:59 2020-06-12] 178: Checking user_dbs ** [18:30:59 2020-06-12] 178: Checking geocodings ** [18:30:59 2020-06-12] 178: Checking synchronizations ** [18:30:59 2020-06-12] 178: Checking tracker ** [18:30:59 2020-06-12] 178: Checking user_migrations ** [18:30:59 2020-06-12] 178: Checking batch_updates ** [18:30:59 2020-06-12] 178: Checking gears ** [18:30:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:30:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:04 2020-06-12] 178: Checking imports ** [18:31:04 2020-06-12] 178: Checking exports ** [18:31:04 2020-06-12] 178: Checking users ** [18:31:04 2020-06-12] 178: Checking user_dbs ** [18:31:04 2020-06-12] 178: Checking geocodings ** [18:31:04 2020-06-12] 178: Checking synchronizations ** [18:31:04 2020-06-12] 178: Checking tracker ** [18:31:04 2020-06-12] 178: Checking user_migrations ** [18:31:04 2020-06-12] 178: Checking batch_updates ** [18:31:04 2020-06-12] 178: Checking gears ** [18:31:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:31:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:09 2020-06-12] 178: Checking imports ** [18:31:09 2020-06-12] 178: Checking exports ** [18:31:09 2020-06-12] 178: Checking users ** [18:31:09 2020-06-12] 178: Checking user_dbs ** [18:31:09 2020-06-12] 178: Checking geocodings ** [18:31:09 2020-06-12] 178: Checking synchronizations ** [18:31:09 2020-06-12] 178: Checking tracker ** [18:31:09 2020-06-12] 178: Checking user_migrations ** [18:31:09 2020-06-12] 178: Checking batch_updates ** [18:31:09 2020-06-12] 178: Checking gears ** [18:31:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:31:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:14 2020-06-12] 178: Checking imports ** [18:31:14 2020-06-12] 178: Checking exports ** [18:31:14 2020-06-12] 178: Checking users ** [18:31:14 2020-06-12] 178: Checking user_dbs ** [18:31:14 2020-06-12] 178: Checking geocodings ** [18:31:14 2020-06-12] 178: Checking synchronizations ** [18:31:14 2020-06-12] 178: Checking tracker ** [18:31:14 2020-06-12] 178: Checking user_migrations ** [18:31:14 2020-06-12] 178: Checking batch_updates ** [18:31:14 2020-06-12] 178: Checking gears ** [18:31:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:31:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:19 2020-06-12] 178: Checking imports ** [18:31:19 2020-06-12] 178: Checking exports ** [18:31:19 2020-06-12] 178: Checking users ** [18:31:19 2020-06-12] 178: Checking user_dbs ** [18:31:19 2020-06-12] 178: Checking geocodings ** [18:31:19 2020-06-12] 178: Checking synchronizations ** [18:31:19 2020-06-12] 178: Checking tracker ** [18:31:19 2020-06-12] 178: Checking user_migrations ** [18:31:19 2020-06-12] 178: Checking batch_updates ** [18:31:19 2020-06-12] 178: Checking gears ** [18:31:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:31:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:24 2020-06-12] 178: Checking imports ** [18:31:24 2020-06-12] 178: Checking exports ** [18:31:24 2020-06-12] 178: Checking users ** [18:31:24 2020-06-12] 178: Checking user_dbs ** [18:31:24 2020-06-12] 178: Checking geocodings ** [18:31:24 2020-06-12] 178: Checking synchronizations ** [18:31:24 2020-06-12] 178: Checking tracker ** [18:31:24 2020-06-12] 178: Checking user_migrations ** [18:31:24 2020-06-12] 178: Checking batch_updates ** [18:31:24 2020-06-12] 178: Checking gears ** [18:31:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:31:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:29 2020-06-12] 178: Checking imports ** [18:31:29 2020-06-12] 178: Checking exports ** [18:31:29 2020-06-12] 178: Checking users ** [18:31:29 2020-06-12] 178: Checking user_dbs ** [18:31:29 2020-06-12] 178: Checking geocodings ** [18:31:29 2020-06-12] 178: Checking synchronizations ** [18:31:29 2020-06-12] 178: Checking tracker ** [18:31:29 2020-06-12] 178: Checking user_migrations ** [18:31:29 2020-06-12] 178: Checking batch_updates ** [18:31:29 2020-06-12] 178: Checking gears ** [18:31:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:31:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:34 2020-06-12] 178: Checking imports ** [18:31:34 2020-06-12] 178: Checking exports ** [18:31:34 2020-06-12] 178: Checking users ** [18:31:34 2020-06-12] 178: Checking user_dbs ** [18:31:34 2020-06-12] 178: Checking geocodings ** [18:31:34 2020-06-12] 178: Checking synchronizations ** [18:31:34 2020-06-12] 178: Checking tracker ** [18:31:34 2020-06-12] 178: Checking user_migrations ** [18:31:34 2020-06-12] 178: Checking batch_updates ** [18:31:34 2020-06-12] 178: Checking gears ** [18:31:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:31:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:39 2020-06-12] 178: Checking imports ** [18:31:39 2020-06-12] 178: Checking exports ** [18:31:39 2020-06-12] 178: Checking users ** [18:31:39 2020-06-12] 178: Checking user_dbs ** [18:31:39 2020-06-12] 178: Checking geocodings ** [18:31:39 2020-06-12] 178: Checking synchronizations ** [18:31:39 2020-06-12] 178: Checking tracker ** [18:31:39 2020-06-12] 178: Checking user_migrations ** [18:31:39 2020-06-12] 178: Checking batch_updates ** [18:31:39 2020-06-12] 178: Checking gears ** [18:31:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:31:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:44 2020-06-12] 178: Checking imports ** [18:31:44 2020-06-12] 178: Checking exports ** [18:31:44 2020-06-12] 178: Checking users ** [18:31:44 2020-06-12] 178: Checking user_dbs ** [18:31:44 2020-06-12] 178: Checking geocodings ** [18:31:44 2020-06-12] 178: Checking synchronizations ** [18:31:44 2020-06-12] 178: Checking tracker ** [18:31:44 2020-06-12] 178: Checking user_migrations ** [18:31:44 2020-06-12] 178: Checking batch_updates ** [18:31:44 2020-06-12] 178: Checking gears ** [18:31:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:31:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:49 2020-06-12] 178: Checking imports ** [18:31:49 2020-06-12] 178: Checking exports ** [18:31:49 2020-06-12] 178: Checking users ** [18:31:49 2020-06-12] 178: Checking user_dbs ** [18:31:49 2020-06-12] 178: Checking geocodings ** [18:31:49 2020-06-12] 178: Checking synchronizations ** [18:31:49 2020-06-12] 178: Checking tracker ** [18:31:49 2020-06-12] 178: Checking user_migrations ** [18:31:49 2020-06-12] 178: Checking batch_updates ** [18:31:49 2020-06-12] 178: Checking gears ** [18:31:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:31:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:54 2020-06-12] 178: Checking imports ** [18:31:54 2020-06-12] 178: Checking exports ** [18:31:54 2020-06-12] 178: Checking users ** [18:31:54 2020-06-12] 178: Checking user_dbs ** [18:31:54 2020-06-12] 178: Checking geocodings ** [18:31:54 2020-06-12] 178: Checking synchronizations ** [18:31:54 2020-06-12] 178: Checking tracker ** [18:31:54 2020-06-12] 178: Checking user_migrations ** [18:31:54 2020-06-12] 178: Checking batch_updates ** [18:31:54 2020-06-12] 178: Checking gears ** [18:31:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:31:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:59 2020-06-12] 178: Checking imports ** [18:31:59 2020-06-12] 178: Checking exports ** [18:31:59 2020-06-12] 178: Checking users ** [18:31:59 2020-06-12] 178: Checking user_dbs ** [18:31:59 2020-06-12] 178: Checking geocodings ** [18:31:59 2020-06-12] 178: Checking synchronizations ** [18:31:59 2020-06-12] 178: Checking tracker ** [18:31:59 2020-06-12] 178: Checking user_migrations ** [18:31:59 2020-06-12] 178: Checking batch_updates ** [18:31:59 2020-06-12] 178: Checking gears ** [18:31:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:31:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:04 2020-06-12] 178: Checking imports ** [18:32:04 2020-06-12] 178: Checking exports ** [18:32:04 2020-06-12] 178: Checking users ** [18:32:04 2020-06-12] 178: Checking user_dbs ** [18:32:04 2020-06-12] 178: Checking geocodings ** [18:32:04 2020-06-12] 178: Checking synchronizations ** [18:32:04 2020-06-12] 178: Checking tracker ** [18:32:04 2020-06-12] 178: Checking user_migrations ** [18:32:04 2020-06-12] 178: Checking batch_updates ** [18:32:04 2020-06-12] 178: Checking gears ** [18:32:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:32:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:09 2020-06-12] 178: Checking imports ** [18:32:09 2020-06-12] 178: Checking exports ** [18:32:09 2020-06-12] 178: Checking users ** [18:32:09 2020-06-12] 178: Checking user_dbs ** [18:32:09 2020-06-12] 178: Checking geocodings ** [18:32:09 2020-06-12] 178: Checking synchronizations ** [18:32:09 2020-06-12] 178: Checking tracker ** [18:32:09 2020-06-12] 178: Checking user_migrations ** [18:32:09 2020-06-12] 178: Checking batch_updates ** [18:32:09 2020-06-12] 178: Checking gears ** [18:32:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:32:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:14 2020-06-12] 178: Checking imports ** [18:32:14 2020-06-12] 178: Checking exports ** [18:32:14 2020-06-12] 178: Checking users ** [18:32:14 2020-06-12] 178: Checking user_dbs ** [18:32:14 2020-06-12] 178: Checking geocodings ** [18:32:14 2020-06-12] 178: Checking synchronizations ** [18:32:14 2020-06-12] 178: Checking tracker ** [18:32:14 2020-06-12] 178: Checking user_migrations ** [18:32:14 2020-06-12] 178: Checking batch_updates ** [18:32:14 2020-06-12] 178: Checking gears ** [18:32:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:32:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:19 2020-06-12] 178: Checking imports ** [18:32:19 2020-06-12] 178: Checking exports ** [18:32:19 2020-06-12] 178: Checking users ** [18:32:19 2020-06-12] 178: Checking user_dbs ** [18:32:19 2020-06-12] 178: Checking geocodings ** [18:32:19 2020-06-12] 178: Checking synchronizations ** [18:32:19 2020-06-12] 178: Checking tracker ** [18:32:19 2020-06-12] 178: Checking user_migrations ** [18:32:19 2020-06-12] 178: Checking batch_updates ** [18:32:19 2020-06-12] 178: Checking gears ** [18:32:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:32:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:24 2020-06-12] 178: Checking imports ** [18:32:24 2020-06-12] 178: Checking exports ** [18:32:24 2020-06-12] 178: Checking users ** [18:32:24 2020-06-12] 178: Checking user_dbs ** [18:32:24 2020-06-12] 178: Checking geocodings ** [18:32:24 2020-06-12] 178: Checking synchronizations ** [18:32:24 2020-06-12] 178: Checking tracker ** [18:32:24 2020-06-12] 178: Checking user_migrations ** [18:32:24 2020-06-12] 178: Checking batch_updates ** [18:32:24 2020-06-12] 178: Checking gears ** [18:32:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:32:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:29 2020-06-12] 178: Checking imports ** [18:32:29 2020-06-12] 178: Checking exports ** [18:32:29 2020-06-12] 178: Checking users ** [18:32:29 2020-06-12] 178: Checking user_dbs ** [18:32:29 2020-06-12] 178: Checking geocodings ** [18:32:29 2020-06-12] 178: Checking synchronizations ** [18:32:29 2020-06-12] 178: Checking tracker ** [18:32:29 2020-06-12] 178: Checking user_migrations ** [18:32:29 2020-06-12] 178: Checking batch_updates ** [18:32:29 2020-06-12] 178: Checking gears ** [18:32:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:32:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:34 2020-06-12] 178: Checking imports ** [18:32:34 2020-06-12] 178: Checking exports ** [18:32:34 2020-06-12] 178: Checking users ** [18:32:34 2020-06-12] 178: Checking user_dbs ** [18:32:34 2020-06-12] 178: Checking geocodings ** [18:32:34 2020-06-12] 178: Checking synchronizations ** [18:32:34 2020-06-12] 178: Checking tracker ** [18:32:34 2020-06-12] 178: Checking user_migrations ** [18:32:34 2020-06-12] 178: Checking batch_updates ** [18:32:34 2020-06-12] 178: Checking gears ** [18:32:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:32:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:39 2020-06-12] 178: Checking imports ** [18:32:39 2020-06-12] 178: Checking exports ** [18:32:39 2020-06-12] 178: Checking users ** [18:32:39 2020-06-12] 178: Checking user_dbs ** [18:32:39 2020-06-12] 178: Checking geocodings ** [18:32:39 2020-06-12] 178: Checking synchronizations ** [18:32:39 2020-06-12] 178: Checking tracker ** [18:32:39 2020-06-12] 178: Checking user_migrations ** [18:32:39 2020-06-12] 178: Checking batch_updates ** [18:32:39 2020-06-12] 178: Checking gears ** [18:32:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:32:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:44 2020-06-12] 178: Checking imports ** [18:32:44 2020-06-12] 178: Checking exports ** [18:32:44 2020-06-12] 178: Checking users ** [18:32:44 2020-06-12] 178: Checking user_dbs ** [18:32:44 2020-06-12] 178: Checking geocodings ** [18:32:44 2020-06-12] 178: Checking synchronizations ** [18:32:44 2020-06-12] 178: Checking tracker ** [18:32:44 2020-06-12] 178: Checking user_migrations ** [18:32:44 2020-06-12] 178: Checking batch_updates ** [18:32:44 2020-06-12] 178: Checking gears ** [18:32:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:32:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:49 2020-06-12] 178: Checking imports ** [18:32:49 2020-06-12] 178: Checking exports ** [18:32:49 2020-06-12] 178: Checking users ** [18:32:49 2020-06-12] 178: Checking user_dbs ** [18:32:49 2020-06-12] 178: Checking geocodings ** [18:32:49 2020-06-12] 178: Checking synchronizations ** [18:32:49 2020-06-12] 178: Checking tracker ** [18:32:49 2020-06-12] 178: Checking user_migrations ** [18:32:49 2020-06-12] 178: Checking batch_updates ** [18:32:49 2020-06-12] 178: Checking gears ** [18:32:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:32:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:54 2020-06-12] 178: Checking imports ** [18:32:54 2020-06-12] 178: Checking exports ** [18:32:54 2020-06-12] 178: Checking users ** [18:32:54 2020-06-12] 178: Checking user_dbs ** [18:32:54 2020-06-12] 178: Checking geocodings ** [18:32:54 2020-06-12] 178: Checking synchronizations ** [18:32:54 2020-06-12] 178: Checking tracker ** [18:32:54 2020-06-12] 178: Checking user_migrations ** [18:32:54 2020-06-12] 178: Checking batch_updates ** [18:32:54 2020-06-12] 178: Checking gears ** [18:32:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:32:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:59 2020-06-12] 178: Checking imports ** [18:32:59 2020-06-12] 178: Checking exports ** [18:32:59 2020-06-12] 178: Checking users ** [18:32:59 2020-06-12] 178: Checking user_dbs ** [18:32:59 2020-06-12] 178: Checking geocodings ** [18:32:59 2020-06-12] 178: Checking synchronizations ** [18:32:59 2020-06-12] 178: Checking tracker ** [18:32:59 2020-06-12] 178: Checking user_migrations ** [18:32:59 2020-06-12] 178: Checking batch_updates ** [18:32:59 2020-06-12] 178: Checking gears ** [18:32:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:32:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:04 2020-06-12] 178: Checking imports ** [18:33:04 2020-06-12] 178: Checking exports ** [18:33:04 2020-06-12] 178: Checking users ** [18:33:04 2020-06-12] 178: Checking user_dbs ** [18:33:04 2020-06-12] 178: Checking geocodings ** [18:33:04 2020-06-12] 178: Checking synchronizations ** [18:33:04 2020-06-12] 178: Checking tracker ** [18:33:04 2020-06-12] 178: Checking user_migrations ** [18:33:04 2020-06-12] 178: Checking batch_updates ** [18:33:04 2020-06-12] 178: Checking gears ** [18:33:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:33:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:09 2020-06-12] 178: Checking imports ** [18:33:09 2020-06-12] 178: Checking exports ** [18:33:09 2020-06-12] 178: Checking users ** [18:33:09 2020-06-12] 178: Checking user_dbs ** [18:33:09 2020-06-12] 178: Checking geocodings ** [18:33:09 2020-06-12] 178: Checking synchronizations ** [18:33:09 2020-06-12] 178: Checking tracker ** [18:33:09 2020-06-12] 178: Checking user_migrations ** [18:33:09 2020-06-12] 178: Checking batch_updates ** [18:33:09 2020-06-12] 178: Checking gears ** [18:33:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:33:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:14 2020-06-12] 178: Checking imports ** [18:33:14 2020-06-12] 178: Checking exports ** [18:33:14 2020-06-12] 178: Checking users ** [18:33:14 2020-06-12] 178: Checking user_dbs ** [18:33:14 2020-06-12] 178: Checking geocodings ** [18:33:14 2020-06-12] 178: Checking synchronizations ** [18:33:14 2020-06-12] 178: Checking tracker ** [18:33:14 2020-06-12] 178: Checking user_migrations ** [18:33:14 2020-06-12] 178: Checking batch_updates ** [18:33:14 2020-06-12] 178: Checking gears ** [18:33:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:33:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:19 2020-06-12] 178: Checking imports ** [18:33:19 2020-06-12] 178: Checking exports ** [18:33:19 2020-06-12] 178: Checking users ** [18:33:19 2020-06-12] 178: Checking user_dbs ** [18:33:19 2020-06-12] 178: Checking geocodings ** [18:33:19 2020-06-12] 178: Checking synchronizations ** [18:33:19 2020-06-12] 178: Checking tracker ** [18:33:19 2020-06-12] 178: Checking user_migrations ** [18:33:19 2020-06-12] 178: Checking batch_updates ** [18:33:19 2020-06-12] 178: Checking gears ** [18:33:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:33:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:24 2020-06-12] 178: Checking imports ** [18:33:24 2020-06-12] 178: Checking exports ** [18:33:24 2020-06-12] 178: Checking users ** [18:33:24 2020-06-12] 178: Checking user_dbs ** [18:33:24 2020-06-12] 178: Checking geocodings ** [18:33:24 2020-06-12] 178: Checking synchronizations ** [18:33:24 2020-06-12] 178: Checking tracker ** [18:33:24 2020-06-12] 178: Checking user_migrations ** [18:33:24 2020-06-12] 178: Checking batch_updates ** [18:33:24 2020-06-12] 178: Checking gears ** [18:33:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:33:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:29 2020-06-12] 178: Checking imports ** [18:33:29 2020-06-12] 178: Checking exports ** [18:33:29 2020-06-12] 178: Checking users ** [18:33:29 2020-06-12] 178: Checking user_dbs ** [18:33:29 2020-06-12] 178: Checking geocodings ** [18:33:29 2020-06-12] 178: Checking synchronizations ** [18:33:29 2020-06-12] 178: Checking tracker ** [18:33:29 2020-06-12] 178: Checking user_migrations ** [18:33:29 2020-06-12] 178: Checking batch_updates ** [18:33:29 2020-06-12] 178: Checking gears ** [18:33:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:33:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:34 2020-06-12] 178: Checking imports ** [18:33:34 2020-06-12] 178: Checking exports ** [18:33:34 2020-06-12] 178: Checking users ** [18:33:34 2020-06-12] 178: Checking user_dbs ** [18:33:34 2020-06-12] 178: Checking geocodings ** [18:33:34 2020-06-12] 178: Checking synchronizations ** [18:33:34 2020-06-12] 178: Checking tracker ** [18:33:34 2020-06-12] 178: Checking user_migrations ** [18:33:34 2020-06-12] 178: Checking batch_updates ** [18:33:34 2020-06-12] 178: Checking gears ** [18:33:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:33:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:39 2020-06-12] 178: Checking imports ** [18:33:39 2020-06-12] 178: Checking exports ** [18:33:39 2020-06-12] 178: Checking users ** [18:33:39 2020-06-12] 178: Checking user_dbs ** [18:33:39 2020-06-12] 178: Checking geocodings ** [18:33:39 2020-06-12] 178: Checking synchronizations ** [18:33:39 2020-06-12] 178: Checking tracker ** [18:33:39 2020-06-12] 178: Checking user_migrations ** [18:33:39 2020-06-12] 178: Checking batch_updates ** [18:33:39 2020-06-12] 178: Checking gears ** [18:33:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:33:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:44 2020-06-12] 178: Checking imports ** [18:33:44 2020-06-12] 178: Checking exports ** [18:33:44 2020-06-12] 178: Checking users ** [18:33:44 2020-06-12] 178: Checking user_dbs ** [18:33:44 2020-06-12] 178: Checking geocodings ** [18:33:44 2020-06-12] 178: Checking synchronizations ** [18:33:44 2020-06-12] 178: Checking tracker ** [18:33:44 2020-06-12] 178: Checking user_migrations ** [18:33:44 2020-06-12] 178: Checking batch_updates ** [18:33:44 2020-06-12] 178: Checking gears ** [18:33:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:33:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:49 2020-06-12] 178: Checking imports ** [18:33:49 2020-06-12] 178: Checking exports ** [18:33:49 2020-06-12] 178: Checking users ** [18:33:49 2020-06-12] 178: Checking user_dbs ** [18:33:49 2020-06-12] 178: Checking geocodings ** [18:33:49 2020-06-12] 178: Checking synchronizations ** [18:33:49 2020-06-12] 178: Checking tracker ** [18:33:49 2020-06-12] 178: Checking user_migrations ** [18:33:49 2020-06-12] 178: Checking batch_updates ** [18:33:49 2020-06-12] 178: Checking gears ** [18:33:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:33:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:54 2020-06-12] 178: Checking imports ** [18:33:54 2020-06-12] 178: Checking exports ** [18:33:54 2020-06-12] 178: Checking users ** [18:33:54 2020-06-12] 178: Checking user_dbs ** [18:33:54 2020-06-12] 178: Checking geocodings ** [18:33:54 2020-06-12] 178: Checking synchronizations ** [18:33:54 2020-06-12] 178: Checking tracker ** [18:33:54 2020-06-12] 178: Checking user_migrations ** [18:33:54 2020-06-12] 178: Checking batch_updates ** [18:33:54 2020-06-12] 178: Checking gears ** [18:33:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:33:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:59 2020-06-12] 178: Checking imports ** [18:33:59 2020-06-12] 178: Checking exports ** [18:33:59 2020-06-12] 178: Checking users ** [18:33:59 2020-06-12] 178: Checking user_dbs ** [18:33:59 2020-06-12] 178: Checking geocodings ** [18:33:59 2020-06-12] 178: Checking synchronizations ** [18:33:59 2020-06-12] 178: Checking tracker ** [18:33:59 2020-06-12] 178: Checking user_migrations ** [18:33:59 2020-06-12] 178: Checking batch_updates ** [18:33:59 2020-06-12] 178: Checking gears ** [18:33:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:33:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:04 2020-06-12] 178: Checking imports ** [18:34:04 2020-06-12] 178: Checking exports ** [18:34:04 2020-06-12] 178: Checking users ** [18:34:04 2020-06-12] 178: Checking user_dbs ** [18:34:04 2020-06-12] 178: Checking geocodings ** [18:34:04 2020-06-12] 178: Checking synchronizations ** [18:34:04 2020-06-12] 178: Checking tracker ** [18:34:04 2020-06-12] 178: Checking user_migrations ** [18:34:04 2020-06-12] 178: Checking batch_updates ** [18:34:04 2020-06-12] 178: Checking gears ** [18:34:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:34:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:09 2020-06-12] 178: Checking imports ** [18:34:09 2020-06-12] 178: Checking exports ** [18:34:09 2020-06-12] 178: Checking users ** [18:34:09 2020-06-12] 178: Checking user_dbs ** [18:34:09 2020-06-12] 178: Checking geocodings ** [18:34:09 2020-06-12] 178: Checking synchronizations ** [18:34:09 2020-06-12] 178: Checking tracker ** [18:34:09 2020-06-12] 178: Checking user_migrations ** [18:34:09 2020-06-12] 178: Checking batch_updates ** [18:34:09 2020-06-12] 178: Checking gears ** [18:34:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:34:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:14 2020-06-12] 178: Checking imports ** [18:34:14 2020-06-12] 178: Checking exports ** [18:34:14 2020-06-12] 178: Checking users ** [18:34:14 2020-06-12] 178: Checking user_dbs ** [18:34:14 2020-06-12] 178: Checking geocodings ** [18:34:14 2020-06-12] 178: Checking synchronizations ** [18:34:14 2020-06-12] 178: Checking tracker ** [18:34:14 2020-06-12] 178: Checking user_migrations ** [18:34:14 2020-06-12] 178: Checking batch_updates ** [18:34:14 2020-06-12] 178: Checking gears ** [18:34:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:34:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:19 2020-06-12] 178: Checking imports ** [18:34:19 2020-06-12] 178: Checking exports ** [18:34:19 2020-06-12] 178: Checking users ** [18:34:19 2020-06-12] 178: Checking user_dbs ** [18:34:19 2020-06-12] 178: Checking geocodings ** [18:34:19 2020-06-12] 178: Checking synchronizations ** [18:34:19 2020-06-12] 178: Checking tracker ** [18:34:19 2020-06-12] 178: Checking user_migrations ** [18:34:19 2020-06-12] 178: Checking batch_updates ** [18:34:19 2020-06-12] 178: Checking gears ** [18:34:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:34:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:24 2020-06-12] 178: Checking imports ** [18:34:24 2020-06-12] 178: Checking exports ** [18:34:24 2020-06-12] 178: Checking users ** [18:34:24 2020-06-12] 178: Checking user_dbs ** [18:34:24 2020-06-12] 178: Checking geocodings ** [18:34:24 2020-06-12] 178: Checking synchronizations ** [18:34:24 2020-06-12] 178: Checking tracker ** [18:34:24 2020-06-12] 178: Checking user_migrations ** [18:34:24 2020-06-12] 178: Checking batch_updates ** [18:34:24 2020-06-12] 178: Checking gears ** [18:34:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:34:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:29 2020-06-12] 178: Checking imports ** [18:34:29 2020-06-12] 178: Checking exports ** [18:34:29 2020-06-12] 178: Checking users ** [18:34:29 2020-06-12] 178: Checking user_dbs ** [18:34:29 2020-06-12] 178: Checking geocodings ** [18:34:29 2020-06-12] 178: Checking synchronizations ** [18:34:29 2020-06-12] 178: Checking tracker ** [18:34:29 2020-06-12] 178: Checking user_migrations ** [18:34:29 2020-06-12] 178: Checking batch_updates ** [18:34:29 2020-06-12] 178: Checking gears ** [18:34:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:34:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:34 2020-06-12] 178: Checking imports ** [18:34:34 2020-06-12] 178: Checking exports ** [18:34:34 2020-06-12] 178: Checking users ** [18:34:34 2020-06-12] 178: Checking user_dbs ** [18:34:34 2020-06-12] 178: Checking geocodings ** [18:34:34 2020-06-12] 178: Checking synchronizations ** [18:34:34 2020-06-12] 178: Checking tracker ** [18:34:34 2020-06-12] 178: Checking user_migrations ** [18:34:34 2020-06-12] 178: Checking batch_updates ** [18:34:34 2020-06-12] 178: Checking gears ** [18:34:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:34:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:39 2020-06-12] 178: Checking imports ** [18:34:39 2020-06-12] 178: Checking exports ** [18:34:39 2020-06-12] 178: Checking users ** [18:34:39 2020-06-12] 178: Checking user_dbs ** [18:34:39 2020-06-12] 178: Checking geocodings ** [18:34:39 2020-06-12] 178: Checking synchronizations ** [18:34:39 2020-06-12] 178: Checking tracker ** [18:34:39 2020-06-12] 178: Checking user_migrations ** [18:34:39 2020-06-12] 178: Checking batch_updates ** [18:34:39 2020-06-12] 178: Checking gears ** [18:34:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:34:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:44 2020-06-12] 178: Checking imports ** [18:34:44 2020-06-12] 178: Checking exports ** [18:34:44 2020-06-12] 178: Checking users ** [18:34:44 2020-06-12] 178: Checking user_dbs ** [18:34:44 2020-06-12] 178: Checking geocodings ** [18:34:45 2020-06-12] 178: Checking synchronizations ** [18:34:45 2020-06-12] 178: Checking tracker ** [18:34:45 2020-06-12] 178: Checking user_migrations ** [18:34:45 2020-06-12] 178: Checking batch_updates ** [18:34:45 2020-06-12] 178: Checking gears ** [18:34:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:34:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:50 2020-06-12] 178: Checking imports ** [18:34:50 2020-06-12] 178: Checking exports ** [18:34:50 2020-06-12] 178: Checking users ** [18:34:50 2020-06-12] 178: Checking user_dbs ** [18:34:50 2020-06-12] 178: Checking geocodings ** [18:34:50 2020-06-12] 178: Checking synchronizations ** [18:34:50 2020-06-12] 178: Checking tracker ** [18:34:50 2020-06-12] 178: Checking user_migrations ** [18:34:50 2020-06-12] 178: Checking batch_updates ** [18:34:50 2020-06-12] 178: Checking gears ** [18:34:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:34:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:55 2020-06-12] 178: Checking imports ** [18:34:55 2020-06-12] 178: Checking exports ** [18:34:55 2020-06-12] 178: Checking users ** [18:34:55 2020-06-12] 178: Checking user_dbs ** [18:34:55 2020-06-12] 178: Checking geocodings ** [18:34:55 2020-06-12] 178: Checking synchronizations ** [18:34:55 2020-06-12] 178: Checking tracker ** [18:34:55 2020-06-12] 178: Checking user_migrations ** [18:34:55 2020-06-12] 178: Checking batch_updates ** [18:34:55 2020-06-12] 178: Checking gears ** [18:34:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:34:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:00 2020-06-12] 178: Checking imports ** [18:35:00 2020-06-12] 178: Checking exports ** [18:35:00 2020-06-12] 178: Checking users ** [18:35:00 2020-06-12] 178: Checking user_dbs ** [18:35:00 2020-06-12] 178: Checking geocodings ** [18:35:00 2020-06-12] 178: Checking synchronizations ** [18:35:00 2020-06-12] 178: Checking tracker ** [18:35:00 2020-06-12] 178: Checking user_migrations ** [18:35:00 2020-06-12] 178: Checking batch_updates ** [18:35:00 2020-06-12] 178: Checking gears ** [18:35:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:35:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:05 2020-06-12] 178: Checking imports ** [18:35:05 2020-06-12] 178: Checking exports ** [18:35:05 2020-06-12] 178: Checking users ** [18:35:05 2020-06-12] 178: Checking user_dbs ** [18:35:05 2020-06-12] 178: Checking geocodings ** [18:35:05 2020-06-12] 178: Checking synchronizations ** [18:35:05 2020-06-12] 178: Checking tracker ** [18:35:05 2020-06-12] 178: Checking user_migrations ** [18:35:05 2020-06-12] 178: Checking batch_updates ** [18:35:05 2020-06-12] 178: Checking gears ** [18:35:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:35:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:10 2020-06-12] 178: Checking imports ** [18:35:10 2020-06-12] 178: Checking exports ** [18:35:10 2020-06-12] 178: Checking users ** [18:35:10 2020-06-12] 178: Checking user_dbs ** [18:35:10 2020-06-12] 178: Checking geocodings ** [18:35:10 2020-06-12] 178: Checking synchronizations ** [18:35:10 2020-06-12] 178: Checking tracker ** [18:35:10 2020-06-12] 178: Checking user_migrations ** [18:35:10 2020-06-12] 178: Checking batch_updates ** [18:35:10 2020-06-12] 178: Checking gears ** [18:35:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:35:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:15 2020-06-12] 178: Checking imports ** [18:35:15 2020-06-12] 178: Checking exports ** [18:35:15 2020-06-12] 178: Checking users ** [18:35:15 2020-06-12] 178: Checking user_dbs ** [18:35:15 2020-06-12] 178: Checking geocodings ** [18:35:15 2020-06-12] 178: Checking synchronizations ** [18:35:15 2020-06-12] 178: Checking tracker ** [18:35:15 2020-06-12] 178: Checking user_migrations ** [18:35:15 2020-06-12] 178: Checking batch_updates ** [18:35:15 2020-06-12] 178: Checking gears ** [18:35:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:35:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:20 2020-06-12] 178: Checking imports ** [18:35:20 2020-06-12] 178: Checking exports ** [18:35:20 2020-06-12] 178: Checking users ** [18:35:20 2020-06-12] 178: Checking user_dbs ** [18:35:20 2020-06-12] 178: Checking geocodings ** [18:35:20 2020-06-12] 178: Checking synchronizations ** [18:35:20 2020-06-12] 178: Checking tracker ** [18:35:20 2020-06-12] 178: Checking user_migrations ** [18:35:20 2020-06-12] 178: Checking batch_updates ** [18:35:20 2020-06-12] 178: Checking gears ** [18:35:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:35:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:25 2020-06-12] 178: Checking imports ** [18:35:25 2020-06-12] 178: Checking exports ** [18:35:25 2020-06-12] 178: Checking users ** [18:35:25 2020-06-12] 178: Checking user_dbs ** [18:35:25 2020-06-12] 178: Checking geocodings ** [18:35:25 2020-06-12] 178: Checking synchronizations ** [18:35:25 2020-06-12] 178: Checking tracker ** [18:35:25 2020-06-12] 178: Checking user_migrations ** [18:35:25 2020-06-12] 178: Checking batch_updates ** [18:35:25 2020-06-12] 178: Checking gears ** [18:35:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:35:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:30 2020-06-12] 178: Checking imports ** [18:35:30 2020-06-12] 178: Checking exports ** [18:35:30 2020-06-12] 178: Checking users ** [18:35:30 2020-06-12] 178: Checking user_dbs ** [18:35:30 2020-06-12] 178: Checking geocodings ** [18:35:30 2020-06-12] 178: Checking synchronizations ** [18:35:30 2020-06-12] 178: Checking tracker ** [18:35:30 2020-06-12] 178: Checking user_migrations ** [18:35:30 2020-06-12] 178: Checking batch_updates ** [18:35:30 2020-06-12] 178: Checking gears ** [18:35:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:35:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:35 2020-06-12] 178: Checking imports ** [18:35:35 2020-06-12] 178: Checking exports ** [18:35:35 2020-06-12] 178: Checking users ** [18:35:35 2020-06-12] 178: Checking user_dbs ** [18:35:35 2020-06-12] 178: Checking geocodings ** [18:35:35 2020-06-12] 178: Checking synchronizations ** [18:35:35 2020-06-12] 178: Checking tracker ** [18:35:35 2020-06-12] 178: Checking user_migrations ** [18:35:35 2020-06-12] 178: Checking batch_updates ** [18:35:35 2020-06-12] 178: Checking gears ** [18:35:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:35:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:40 2020-06-12] 178: Checking imports ** [18:35:40 2020-06-12] 178: Checking exports ** [18:35:40 2020-06-12] 178: Checking users ** [18:35:40 2020-06-12] 178: Checking user_dbs ** [18:35:40 2020-06-12] 178: Checking geocodings ** [18:35:40 2020-06-12] 178: Checking synchronizations ** [18:35:40 2020-06-12] 178: Checking tracker ** [18:35:40 2020-06-12] 178: Checking user_migrations ** [18:35:40 2020-06-12] 178: Checking batch_updates ** [18:35:40 2020-06-12] 178: Checking gears ** [18:35:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:35:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:45 2020-06-12] 178: Checking imports ** [18:35:45 2020-06-12] 178: Checking exports ** [18:35:45 2020-06-12] 178: Checking users ** [18:35:45 2020-06-12] 178: Checking user_dbs ** [18:35:45 2020-06-12] 178: Checking geocodings ** [18:35:45 2020-06-12] 178: Checking synchronizations ** [18:35:45 2020-06-12] 178: Checking tracker ** [18:35:45 2020-06-12] 178: Checking user_migrations ** [18:35:45 2020-06-12] 178: Checking batch_updates ** [18:35:45 2020-06-12] 178: Checking gears ** [18:35:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:35:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:50 2020-06-12] 178: Checking imports ** [18:35:50 2020-06-12] 178: Checking exports ** [18:35:50 2020-06-12] 178: Checking users ** [18:35:50 2020-06-12] 178: Checking user_dbs ** [18:35:50 2020-06-12] 178: Checking geocodings ** [18:35:50 2020-06-12] 178: Checking synchronizations ** [18:35:50 2020-06-12] 178: Checking tracker ** [18:35:50 2020-06-12] 178: Checking user_migrations ** [18:35:50 2020-06-12] 178: Checking batch_updates ** [18:35:50 2020-06-12] 178: Checking gears ** [18:35:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:35:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:55 2020-06-12] 178: Checking imports ** [18:35:55 2020-06-12] 178: Checking exports ** [18:35:55 2020-06-12] 178: Checking users ** [18:35:55 2020-06-12] 178: Checking user_dbs ** [18:35:55 2020-06-12] 178: Checking geocodings ** [18:35:55 2020-06-12] 178: Checking synchronizations ** [18:35:55 2020-06-12] 178: Checking tracker ** [18:35:55 2020-06-12] 178: Checking user_migrations ** [18:35:55 2020-06-12] 178: Checking batch_updates ** [18:35:55 2020-06-12] 178: Checking gears ** [18:35:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:35:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:00 2020-06-12] 178: Checking imports ** [18:36:00 2020-06-12] 178: Checking exports ** [18:36:00 2020-06-12] 178: Checking users ** [18:36:00 2020-06-12] 178: Checking user_dbs ** [18:36:00 2020-06-12] 178: Checking geocodings ** [18:36:00 2020-06-12] 178: Checking synchronizations ** [18:36:00 2020-06-12] 178: Checking tracker ** [18:36:00 2020-06-12] 178: Checking user_migrations ** [18:36:00 2020-06-12] 178: Checking batch_updates ** [18:36:00 2020-06-12] 178: Checking gears ** [18:36:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:36:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:05 2020-06-12] 178: Checking imports ** [18:36:05 2020-06-12] 178: Checking exports ** [18:36:05 2020-06-12] 178: Checking users ** [18:36:05 2020-06-12] 178: Checking user_dbs ** [18:36:05 2020-06-12] 178: Checking geocodings ** [18:36:05 2020-06-12] 178: Checking synchronizations ** [18:36:05 2020-06-12] 178: Checking tracker ** [18:36:05 2020-06-12] 178: Checking user_migrations ** [18:36:05 2020-06-12] 178: Checking batch_updates ** [18:36:05 2020-06-12] 178: Checking gears ** [18:36:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:36:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:10 2020-06-12] 178: Checking imports ** [18:36:10 2020-06-12] 178: Checking exports ** [18:36:10 2020-06-12] 178: Checking users ** [18:36:10 2020-06-12] 178: Checking user_dbs ** [18:36:10 2020-06-12] 178: Checking geocodings ** [18:36:10 2020-06-12] 178: Checking synchronizations ** [18:36:10 2020-06-12] 178: Checking tracker ** [18:36:10 2020-06-12] 178: Checking user_migrations ** [18:36:10 2020-06-12] 178: Checking batch_updates ** [18:36:10 2020-06-12] 178: Checking gears ** [18:36:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:36:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:15 2020-06-12] 178: Checking imports ** [18:36:15 2020-06-12] 178: Checking exports ** [18:36:15 2020-06-12] 178: Checking users ** [18:36:15 2020-06-12] 178: Checking user_dbs ** [18:36:15 2020-06-12] 178: Checking geocodings ** [18:36:15 2020-06-12] 178: Checking synchronizations ** [18:36:15 2020-06-12] 178: Checking tracker ** [18:36:15 2020-06-12] 178: Checking user_migrations ** [18:36:15 2020-06-12] 178: Checking batch_updates ** [18:36:15 2020-06-12] 178: Checking gears ** [18:36:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:36:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:20 2020-06-12] 178: Checking imports ** [18:36:20 2020-06-12] 178: Checking exports ** [18:36:20 2020-06-12] 178: Checking users ** [18:36:20 2020-06-12] 178: Checking user_dbs ** [18:36:20 2020-06-12] 178: Checking geocodings ** [18:36:20 2020-06-12] 178: Checking synchronizations ** [18:36:20 2020-06-12] 178: Checking tracker ** [18:36:20 2020-06-12] 178: Checking user_migrations ** [18:36:20 2020-06-12] 178: Checking batch_updates ** [18:36:20 2020-06-12] 178: Checking gears ** [18:36:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:36:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:25 2020-06-12] 178: Checking imports ** [18:36:25 2020-06-12] 178: Checking exports ** [18:36:25 2020-06-12] 178: Checking users ** [18:36:25 2020-06-12] 178: Checking user_dbs ** [18:36:25 2020-06-12] 178: Checking geocodings ** [18:36:25 2020-06-12] 178: Checking synchronizations ** [18:36:25 2020-06-12] 178: Checking tracker ** [18:36:25 2020-06-12] 178: Checking user_migrations ** [18:36:25 2020-06-12] 178: Checking batch_updates ** [18:36:25 2020-06-12] 178: Checking gears ** [18:36:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:36:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:30 2020-06-12] 178: Checking imports ** [18:36:30 2020-06-12] 178: Checking exports ** [18:36:30 2020-06-12] 178: Checking users ** [18:36:30 2020-06-12] 178: Checking user_dbs ** [18:36:30 2020-06-12] 178: Checking geocodings ** [18:36:30 2020-06-12] 178: Checking synchronizations ** [18:36:30 2020-06-12] 178: Checking tracker ** [18:36:30 2020-06-12] 178: Checking user_migrations ** [18:36:30 2020-06-12] 178: Checking batch_updates ** [18:36:30 2020-06-12] 178: Checking gears ** [18:36:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:36:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:35 2020-06-12] 178: Checking imports ** [18:36:35 2020-06-12] 178: Checking exports ** [18:36:35 2020-06-12] 178: Checking users ** [18:36:35 2020-06-12] 178: Checking user_dbs ** [18:36:35 2020-06-12] 178: Checking geocodings ** [18:36:35 2020-06-12] 178: Checking synchronizations ** [18:36:35 2020-06-12] 178: Checking tracker ** [18:36:35 2020-06-12] 178: Checking user_migrations ** [18:36:35 2020-06-12] 178: Checking batch_updates ** [18:36:35 2020-06-12] 178: Checking gears ** [18:36:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:36:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:40 2020-06-12] 178: Checking imports ** [18:36:40 2020-06-12] 178: Checking exports ** [18:36:40 2020-06-12] 178: Checking users ** [18:36:40 2020-06-12] 178: Checking user_dbs ** [18:36:40 2020-06-12] 178: Checking geocodings ** [18:36:40 2020-06-12] 178: Checking synchronizations ** [18:36:40 2020-06-12] 178: Checking tracker ** [18:36:40 2020-06-12] 178: Checking user_migrations ** [18:36:40 2020-06-12] 178: Checking batch_updates ** [18:36:40 2020-06-12] 178: Checking gears ** [18:36:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:36:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:45 2020-06-12] 178: Checking imports ** [18:36:45 2020-06-12] 178: Checking exports ** [18:36:45 2020-06-12] 178: Checking users ** [18:36:45 2020-06-12] 178: Checking user_dbs ** [18:36:45 2020-06-12] 178: Checking geocodings ** [18:36:45 2020-06-12] 178: Checking synchronizations ** [18:36:45 2020-06-12] 178: Checking tracker ** [18:36:45 2020-06-12] 178: Checking user_migrations ** [18:36:45 2020-06-12] 178: Checking batch_updates ** [18:36:45 2020-06-12] 178: Checking gears ** [18:36:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:36:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:50 2020-06-12] 178: Checking imports ** [18:36:50 2020-06-12] 178: Checking exports ** [18:36:50 2020-06-12] 178: Checking users ** [18:36:50 2020-06-12] 178: Checking user_dbs ** [18:36:50 2020-06-12] 178: Checking geocodings ** [18:36:50 2020-06-12] 178: Checking synchronizations ** [18:36:50 2020-06-12] 178: Checking tracker ** [18:36:50 2020-06-12] 178: Checking user_migrations ** [18:36:50 2020-06-12] 178: Checking batch_updates ** [18:36:50 2020-06-12] 178: Checking gears ** [18:36:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:36:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:55 2020-06-12] 178: Checking imports ** [18:36:55 2020-06-12] 178: Checking exports ** [18:36:55 2020-06-12] 178: Checking users ** [18:36:55 2020-06-12] 178: Checking user_dbs ** [18:36:55 2020-06-12] 178: Checking geocodings ** [18:36:55 2020-06-12] 178: Checking synchronizations ** [18:36:55 2020-06-12] 178: Checking tracker ** [18:36:55 2020-06-12] 178: Checking user_migrations ** [18:36:55 2020-06-12] 178: Checking batch_updates ** [18:36:55 2020-06-12] 178: Checking gears ** [18:36:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:36:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:00 2020-06-12] 178: Checking imports ** [18:37:00 2020-06-12] 178: Checking exports ** [18:37:00 2020-06-12] 178: Checking users ** [18:37:00 2020-06-12] 178: Checking user_dbs ** [18:37:00 2020-06-12] 178: Checking geocodings ** [18:37:00 2020-06-12] 178: Checking synchronizations ** [18:37:00 2020-06-12] 178: Checking tracker ** [18:37:00 2020-06-12] 178: Checking user_migrations ** [18:37:00 2020-06-12] 178: Checking batch_updates ** [18:37:00 2020-06-12] 178: Checking gears ** [18:37:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:37:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:05 2020-06-12] 178: Checking imports ** [18:37:05 2020-06-12] 178: Checking exports ** [18:37:05 2020-06-12] 178: Checking users ** [18:37:05 2020-06-12] 178: Checking user_dbs ** [18:37:05 2020-06-12] 178: Checking geocodings ** [18:37:05 2020-06-12] 178: Checking synchronizations ** [18:37:05 2020-06-12] 178: Checking tracker ** [18:37:05 2020-06-12] 178: Checking user_migrations ** [18:37:05 2020-06-12] 178: Checking batch_updates ** [18:37:05 2020-06-12] 178: Checking gears ** [18:37:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:37:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:10 2020-06-12] 178: Checking imports ** [18:37:10 2020-06-12] 178: Checking exports ** [18:37:10 2020-06-12] 178: Checking users ** [18:37:10 2020-06-12] 178: Checking user_dbs ** [18:37:10 2020-06-12] 178: Checking geocodings ** [18:37:10 2020-06-12] 178: Checking synchronizations ** [18:37:10 2020-06-12] 178: Checking tracker ** [18:37:10 2020-06-12] 178: Checking user_migrations ** [18:37:10 2020-06-12] 178: Checking batch_updates ** [18:37:10 2020-06-12] 178: Checking gears ** [18:37:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:37:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:15 2020-06-12] 178: Checking imports ** [18:37:15 2020-06-12] 178: Checking exports ** [18:37:15 2020-06-12] 178: Checking users ** [18:37:15 2020-06-12] 178: Checking user_dbs ** [18:37:15 2020-06-12] 178: Checking geocodings ** [18:37:15 2020-06-12] 178: Checking synchronizations ** [18:37:15 2020-06-12] 178: Checking tracker ** [18:37:15 2020-06-12] 178: Checking user_migrations ** [18:37:15 2020-06-12] 178: Checking batch_updates ** [18:37:15 2020-06-12] 178: Checking gears ** [18:37:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:37:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:20 2020-06-12] 178: Checking imports ** [18:37:20 2020-06-12] 178: Checking exports ** [18:37:20 2020-06-12] 178: Checking users ** [18:37:20 2020-06-12] 178: Checking user_dbs ** [18:37:20 2020-06-12] 178: Checking geocodings ** [18:37:20 2020-06-12] 178: Checking synchronizations ** [18:37:20 2020-06-12] 178: Checking tracker ** [18:37:20 2020-06-12] 178: Checking user_migrations ** [18:37:20 2020-06-12] 178: Checking batch_updates ** [18:37:20 2020-06-12] 178: Checking gears ** [18:37:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:37:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:25 2020-06-12] 178: Checking imports ** [18:37:25 2020-06-12] 178: Checking exports ** [18:37:25 2020-06-12] 178: Checking users ** [18:37:25 2020-06-12] 178: Checking user_dbs ** [18:37:25 2020-06-12] 178: Checking geocodings ** [18:37:25 2020-06-12] 178: Checking synchronizations ** [18:37:25 2020-06-12] 178: Checking tracker ** [18:37:25 2020-06-12] 178: Checking user_migrations ** [18:37:25 2020-06-12] 178: Checking batch_updates ** [18:37:25 2020-06-12] 178: Checking gears ** [18:37:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:37:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:30 2020-06-12] 178: Checking imports ** [18:37:30 2020-06-12] 178: Checking exports ** [18:37:30 2020-06-12] 178: Checking users ** [18:37:30 2020-06-12] 178: Checking user_dbs ** [18:37:30 2020-06-12] 178: Checking geocodings ** [18:37:30 2020-06-12] 178: Checking synchronizations ** [18:37:30 2020-06-12] 178: Checking tracker ** [18:37:30 2020-06-12] 178: Checking user_migrations ** [18:37:30 2020-06-12] 178: Checking batch_updates ** [18:37:30 2020-06-12] 178: Checking gears ** [18:37:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:37:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:35 2020-06-12] 178: Checking imports ** [18:37:35 2020-06-12] 178: Checking exports ** [18:37:35 2020-06-12] 178: Checking users ** [18:37:35 2020-06-12] 178: Checking user_dbs ** [18:37:35 2020-06-12] 178: Checking geocodings ** [18:37:35 2020-06-12] 178: Checking synchronizations ** [18:37:35 2020-06-12] 178: Checking tracker ** [18:37:35 2020-06-12] 178: Checking user_migrations ** [18:37:35 2020-06-12] 178: Checking batch_updates ** [18:37:35 2020-06-12] 178: Checking gears ** [18:37:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:37:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:40 2020-06-12] 178: Checking imports ** [18:37:40 2020-06-12] 178: Checking exports ** [18:37:40 2020-06-12] 178: Checking users ** [18:37:40 2020-06-12] 178: Checking user_dbs ** [18:37:40 2020-06-12] 178: Checking geocodings ** [18:37:40 2020-06-12] 178: Checking synchronizations ** [18:37:40 2020-06-12] 178: Checking tracker ** [18:37:40 2020-06-12] 178: Checking user_migrations ** [18:37:40 2020-06-12] 178: Checking batch_updates ** [18:37:40 2020-06-12] 178: Checking gears ** [18:37:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:37:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:45 2020-06-12] 178: Checking imports ** [18:37:45 2020-06-12] 178: Checking exports ** [18:37:45 2020-06-12] 178: Checking users ** [18:37:45 2020-06-12] 178: Checking user_dbs ** [18:37:45 2020-06-12] 178: Checking geocodings ** [18:37:45 2020-06-12] 178: Checking synchronizations ** [18:37:45 2020-06-12] 178: Checking tracker ** [18:37:45 2020-06-12] 178: Checking user_migrations ** [18:37:45 2020-06-12] 178: Checking batch_updates ** [18:37:45 2020-06-12] 178: Checking gears ** [18:37:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:37:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:50 2020-06-12] 178: Checking imports ** [18:37:50 2020-06-12] 178: Checking exports ** [18:37:50 2020-06-12] 178: Checking users ** [18:37:50 2020-06-12] 178: Checking user_dbs ** [18:37:50 2020-06-12] 178: Checking geocodings ** [18:37:50 2020-06-12] 178: Checking synchronizations ** [18:37:50 2020-06-12] 178: Checking tracker ** [18:37:50 2020-06-12] 178: Checking user_migrations ** [18:37:50 2020-06-12] 178: Checking batch_updates ** [18:37:50 2020-06-12] 178: Checking gears ** [18:37:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:37:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:55 2020-06-12] 178: Checking imports ** [18:37:55 2020-06-12] 178: Checking exports ** [18:37:55 2020-06-12] 178: Checking users ** [18:37:55 2020-06-12] 178: Checking user_dbs ** [18:37:55 2020-06-12] 178: Checking geocodings ** [18:37:55 2020-06-12] 178: Checking synchronizations ** [18:37:55 2020-06-12] 178: Checking tracker ** [18:37:55 2020-06-12] 178: Checking user_migrations ** [18:37:55 2020-06-12] 178: Checking batch_updates ** [18:37:55 2020-06-12] 178: Checking gears ** [18:37:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:37:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:00 2020-06-12] 178: Checking imports ** [18:38:00 2020-06-12] 178: Checking exports ** [18:38:00 2020-06-12] 178: Checking users ** [18:38:00 2020-06-12] 178: Checking user_dbs ** [18:38:00 2020-06-12] 178: Checking geocodings ** [18:38:00 2020-06-12] 178: Checking synchronizations ** [18:38:00 2020-06-12] 178: Checking tracker ** [18:38:00 2020-06-12] 178: Checking user_migrations ** [18:38:00 2020-06-12] 178: Checking batch_updates ** [18:38:00 2020-06-12] 178: Checking gears ** [18:38:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:38:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:05 2020-06-12] 178: Checking imports ** [18:38:05 2020-06-12] 178: Checking exports ** [18:38:05 2020-06-12] 178: Checking users ** [18:38:05 2020-06-12] 178: Checking user_dbs ** [18:38:05 2020-06-12] 178: Checking geocodings ** [18:38:05 2020-06-12] 178: Checking synchronizations ** [18:38:05 2020-06-12] 178: Checking tracker ** [18:38:05 2020-06-12] 178: Checking user_migrations ** [18:38:05 2020-06-12] 178: Checking batch_updates ** [18:38:05 2020-06-12] 178: Checking gears ** [18:38:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:38:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:10 2020-06-12] 178: Checking imports ** [18:38:10 2020-06-12] 178: Checking exports ** [18:38:10 2020-06-12] 178: Checking users ** [18:38:10 2020-06-12] 178: Checking user_dbs ** [18:38:10 2020-06-12] 178: Checking geocodings ** [18:38:10 2020-06-12] 178: Checking synchronizations ** [18:38:10 2020-06-12] 178: Checking tracker ** [18:38:10 2020-06-12] 178: Checking user_migrations ** [18:38:10 2020-06-12] 178: Checking batch_updates ** [18:38:10 2020-06-12] 178: Checking gears ** [18:38:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:38:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:15 2020-06-12] 178: Checking imports ** [18:38:15 2020-06-12] 178: Checking exports ** [18:38:15 2020-06-12] 178: Checking users ** [18:38:15 2020-06-12] 178: Checking user_dbs ** [18:38:15 2020-06-12] 178: Checking geocodings ** [18:38:15 2020-06-12] 178: Checking synchronizations ** [18:38:15 2020-06-12] 178: Checking tracker ** [18:38:15 2020-06-12] 178: Checking user_migrations ** [18:38:15 2020-06-12] 178: Checking batch_updates ** [18:38:15 2020-06-12] 178: Checking gears ** [18:38:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:38:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:20 2020-06-12] 178: Checking imports ** [18:38:20 2020-06-12] 178: Checking exports ** [18:38:20 2020-06-12] 178: Checking users ** [18:38:20 2020-06-12] 178: Checking user_dbs ** [18:38:20 2020-06-12] 178: Checking geocodings ** [18:38:20 2020-06-12] 178: Checking synchronizations ** [18:38:20 2020-06-12] 178: Checking tracker ** [18:38:20 2020-06-12] 178: Checking user_migrations ** [18:38:20 2020-06-12] 178: Checking batch_updates ** [18:38:20 2020-06-12] 178: Checking gears ** [18:38:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:38:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:25 2020-06-12] 178: Checking imports ** [18:38:25 2020-06-12] 178: Checking exports ** [18:38:25 2020-06-12] 178: Checking users ** [18:38:25 2020-06-12] 178: Checking user_dbs ** [18:38:25 2020-06-12] 178: Checking geocodings ** [18:38:25 2020-06-12] 178: Checking synchronizations ** [18:38:25 2020-06-12] 178: Checking tracker ** [18:38:25 2020-06-12] 178: Checking user_migrations ** [18:38:25 2020-06-12] 178: Checking batch_updates ** [18:38:25 2020-06-12] 178: Checking gears ** [18:38:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:38:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:30 2020-06-12] 178: Checking imports ** [18:38:30 2020-06-12] 178: Checking exports ** [18:38:30 2020-06-12] 178: Checking users ** [18:38:30 2020-06-12] 178: Checking user_dbs ** [18:38:30 2020-06-12] 178: Checking geocodings ** [18:38:30 2020-06-12] 178: Checking synchronizations ** [18:38:30 2020-06-12] 178: Checking tracker ** [18:38:30 2020-06-12] 178: Checking user_migrations ** [18:38:30 2020-06-12] 178: Checking batch_updates ** [18:38:30 2020-06-12] 178: Checking gears ** [18:38:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:38:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:35 2020-06-12] 178: Checking imports ** [18:38:35 2020-06-12] 178: Checking exports ** [18:38:35 2020-06-12] 178: Checking users ** [18:38:35 2020-06-12] 178: Checking user_dbs ** [18:38:35 2020-06-12] 178: Checking geocodings ** [18:38:35 2020-06-12] 178: Checking synchronizations ** [18:38:35 2020-06-12] 178: Checking tracker ** [18:38:35 2020-06-12] 178: Checking user_migrations ** [18:38:35 2020-06-12] 178: Checking batch_updates ** [18:38:35 2020-06-12] 178: Checking gears ** [18:38:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:38:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:40 2020-06-12] 178: Checking imports ** [18:38:40 2020-06-12] 178: Checking exports ** [18:38:40 2020-06-12] 178: Checking users ** [18:38:40 2020-06-12] 178: Checking user_dbs ** [18:38:40 2020-06-12] 178: Checking geocodings ** [18:38:40 2020-06-12] 178: Checking synchronizations ** [18:38:40 2020-06-12] 178: Checking tracker ** [18:38:40 2020-06-12] 178: Checking user_migrations ** [18:38:40 2020-06-12] 178: Checking batch_updates ** [18:38:40 2020-06-12] 178: Checking gears ** [18:38:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:38:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:45 2020-06-12] 178: Checking imports ** [18:38:45 2020-06-12] 178: Checking exports ** [18:38:45 2020-06-12] 178: Checking users ** [18:38:45 2020-06-12] 178: Checking user_dbs ** [18:38:45 2020-06-12] 178: Checking geocodings ** [18:38:45 2020-06-12] 178: Checking synchronizations ** [18:38:45 2020-06-12] 178: Checking tracker ** [18:38:45 2020-06-12] 178: Checking user_migrations ** [18:38:45 2020-06-12] 178: Checking batch_updates ** [18:38:45 2020-06-12] 178: Checking gears ** [18:38:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:38:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:50 2020-06-12] 178: Checking imports ** [18:38:50 2020-06-12] 178: Checking exports ** [18:38:50 2020-06-12] 178: Checking users ** [18:38:50 2020-06-12] 178: Checking user_dbs ** [18:38:50 2020-06-12] 178: Checking geocodings ** [18:38:50 2020-06-12] 178: Checking synchronizations ** [18:38:50 2020-06-12] 178: Checking tracker ** [18:38:50 2020-06-12] 178: Checking user_migrations ** [18:38:50 2020-06-12] 178: Checking batch_updates ** [18:38:50 2020-06-12] 178: Checking gears ** [18:38:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:38:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:55 2020-06-12] 178: Checking imports ** [18:38:55 2020-06-12] 178: Checking exports ** [18:38:55 2020-06-12] 178: Checking users ** [18:38:55 2020-06-12] 178: Checking user_dbs ** [18:38:55 2020-06-12] 178: Checking geocodings ** [18:38:55 2020-06-12] 178: Checking synchronizations ** [18:38:55 2020-06-12] 178: Checking tracker ** [18:38:55 2020-06-12] 178: Checking user_migrations ** [18:38:55 2020-06-12] 178: Checking batch_updates ** [18:38:55 2020-06-12] 178: Checking gears ** [18:38:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:38:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:00 2020-06-12] 178: Checking imports ** [18:39:00 2020-06-12] 178: Checking exports ** [18:39:00 2020-06-12] 178: Checking users ** [18:39:00 2020-06-12] 178: Checking user_dbs ** [18:39:00 2020-06-12] 178: Checking geocodings ** [18:39:00 2020-06-12] 178: Checking synchronizations ** [18:39:00 2020-06-12] 178: Checking tracker ** [18:39:00 2020-06-12] 178: Checking user_migrations ** [18:39:00 2020-06-12] 178: Checking batch_updates ** [18:39:00 2020-06-12] 178: Checking gears ** [18:39:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:39:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:05 2020-06-12] 178: Checking imports ** [18:39:05 2020-06-12] 178: Checking exports ** [18:39:05 2020-06-12] 178: Checking users ** [18:39:05 2020-06-12] 178: Checking user_dbs ** [18:39:05 2020-06-12] 178: Checking geocodings ** [18:39:05 2020-06-12] 178: Checking synchronizations ** [18:39:05 2020-06-12] 178: Checking tracker ** [18:39:05 2020-06-12] 178: Checking user_migrations ** [18:39:05 2020-06-12] 178: Checking batch_updates ** [18:39:05 2020-06-12] 178: Checking gears ** [18:39:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:39:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:10 2020-06-12] 178: Checking imports ** [18:39:10 2020-06-12] 178: Checking exports ** [18:39:10 2020-06-12] 178: Checking users ** [18:39:10 2020-06-12] 178: Checking user_dbs ** [18:39:10 2020-06-12] 178: Checking geocodings ** [18:39:10 2020-06-12] 178: Checking synchronizations ** [18:39:10 2020-06-12] 178: Checking tracker ** [18:39:10 2020-06-12] 178: Checking user_migrations ** [18:39:10 2020-06-12] 178: Checking batch_updates ** [18:39:10 2020-06-12] 178: Checking gears ** [18:39:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:39:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:15 2020-06-12] 178: Checking imports ** [18:39:15 2020-06-12] 178: Checking exports ** [18:39:15 2020-06-12] 178: Checking users ** [18:39:15 2020-06-12] 178: Checking user_dbs ** [18:39:15 2020-06-12] 178: Checking geocodings ** [18:39:15 2020-06-12] 178: Checking synchronizations ** [18:39:15 2020-06-12] 178: Checking tracker ** [18:39:15 2020-06-12] 178: Checking user_migrations ** [18:39:15 2020-06-12] 178: Checking batch_updates ** [18:39:15 2020-06-12] 178: Checking gears ** [18:39:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:39:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:20 2020-06-12] 178: Checking imports ** [18:39:20 2020-06-12] 178: Checking exports ** [18:39:20 2020-06-12] 178: Checking users ** [18:39:20 2020-06-12] 178: Checking user_dbs ** [18:39:20 2020-06-12] 178: Checking geocodings ** [18:39:20 2020-06-12] 178: Checking synchronizations ** [18:39:20 2020-06-12] 178: Checking tracker ** [18:39:20 2020-06-12] 178: Checking user_migrations ** [18:39:20 2020-06-12] 178: Checking batch_updates ** [18:39:20 2020-06-12] 178: Checking gears ** [18:39:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:39:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:25 2020-06-12] 178: Checking imports ** [18:39:25 2020-06-12] 178: Checking exports ** [18:39:25 2020-06-12] 178: Checking users ** [18:39:25 2020-06-12] 178: Checking user_dbs ** [18:39:25 2020-06-12] 178: Checking geocodings ** [18:39:25 2020-06-12] 178: Checking synchronizations ** [18:39:25 2020-06-12] 178: Checking tracker ** [18:39:25 2020-06-12] 178: Checking user_migrations ** [18:39:25 2020-06-12] 178: Checking batch_updates ** [18:39:25 2020-06-12] 178: Checking gears ** [18:39:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:39:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:30 2020-06-12] 178: Checking imports ** [18:39:30 2020-06-12] 178: Checking exports ** [18:39:30 2020-06-12] 178: Checking users ** [18:39:30 2020-06-12] 178: Checking user_dbs ** [18:39:30 2020-06-12] 178: Checking geocodings ** [18:39:30 2020-06-12] 178: Checking synchronizations ** [18:39:30 2020-06-12] 178: Checking tracker ** [18:39:30 2020-06-12] 178: Checking user_migrations ** [18:39:30 2020-06-12] 178: Checking batch_updates ** [18:39:30 2020-06-12] 178: Checking gears ** [18:39:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:39:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:35 2020-06-12] 178: Checking imports ** [18:39:35 2020-06-12] 178: Checking exports ** [18:39:35 2020-06-12] 178: Checking users ** [18:39:35 2020-06-12] 178: Checking user_dbs ** [18:39:35 2020-06-12] 178: Checking geocodings ** [18:39:35 2020-06-12] 178: Checking synchronizations ** [18:39:35 2020-06-12] 178: Checking tracker ** [18:39:35 2020-06-12] 178: Checking user_migrations ** [18:39:35 2020-06-12] 178: Checking batch_updates ** [18:39:35 2020-06-12] 178: Checking gears ** [18:39:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:39:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:40 2020-06-12] 178: Checking imports ** [18:39:40 2020-06-12] 178: Checking exports ** [18:39:40 2020-06-12] 178: Checking users ** [18:39:40 2020-06-12] 178: Checking user_dbs ** [18:39:40 2020-06-12] 178: Checking geocodings ** [18:39:40 2020-06-12] 178: Checking synchronizations ** [18:39:40 2020-06-12] 178: Checking tracker ** [18:39:40 2020-06-12] 178: Checking user_migrations ** [18:39:40 2020-06-12] 178: Checking batch_updates ** [18:39:40 2020-06-12] 178: Checking gears ** [18:39:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:39:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:45 2020-06-12] 178: Checking imports ** [18:39:45 2020-06-12] 178: Checking exports ** [18:39:45 2020-06-12] 178: Checking users ** [18:39:45 2020-06-12] 178: Checking user_dbs ** [18:39:45 2020-06-12] 178: Checking geocodings ** [18:39:45 2020-06-12] 178: Checking synchronizations ** [18:39:45 2020-06-12] 178: Checking tracker ** [18:39:45 2020-06-12] 178: Checking user_migrations ** [18:39:45 2020-06-12] 178: Checking batch_updates ** [18:39:45 2020-06-12] 178: Checking gears ** [18:39:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:39:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:50 2020-06-12] 178: Checking imports ** [18:39:50 2020-06-12] 178: Checking exports ** [18:39:50 2020-06-12] 178: Checking users ** [18:39:50 2020-06-12] 178: Checking user_dbs ** [18:39:50 2020-06-12] 178: Checking geocodings ** [18:39:50 2020-06-12] 178: Checking synchronizations ** [18:39:50 2020-06-12] 178: Checking tracker ** [18:39:50 2020-06-12] 178: Checking user_migrations ** [18:39:50 2020-06-12] 178: Checking batch_updates ** [18:39:50 2020-06-12] 178: Checking gears ** [18:39:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:39:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:55 2020-06-12] 178: Checking imports ** [18:39:55 2020-06-12] 178: Checking exports ** [18:39:55 2020-06-12] 178: Checking users ** [18:39:55 2020-06-12] 178: Checking user_dbs ** [18:39:55 2020-06-12] 178: Checking geocodings ** [18:39:55 2020-06-12] 178: Checking synchronizations ** [18:39:55 2020-06-12] 178: Checking tracker ** [18:39:55 2020-06-12] 178: Checking user_migrations ** [18:39:55 2020-06-12] 178: Checking batch_updates ** [18:39:55 2020-06-12] 178: Checking gears ** [18:39:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:39:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:00 2020-06-12] 178: Checking imports ** [18:40:00 2020-06-12] 178: Checking exports ** [18:40:00 2020-06-12] 178: Checking users ** [18:40:00 2020-06-12] 178: Checking user_dbs ** [18:40:00 2020-06-12] 178: Checking geocodings ** [18:40:00 2020-06-12] 178: Checking synchronizations ** [18:40:00 2020-06-12] 178: Checking tracker ** [18:40:00 2020-06-12] 178: Checking user_migrations ** [18:40:00 2020-06-12] 178: Checking batch_updates ** [18:40:00 2020-06-12] 178: Checking gears ** [18:40:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:40:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:05 2020-06-12] 178: Checking imports ** [18:40:05 2020-06-12] 178: Checking exports ** [18:40:05 2020-06-12] 178: Checking users ** [18:40:05 2020-06-12] 178: Checking user_dbs ** [18:40:05 2020-06-12] 178: Checking geocodings ** [18:40:05 2020-06-12] 178: Checking synchronizations ** [18:40:05 2020-06-12] 178: Checking tracker ** [18:40:05 2020-06-12] 178: Checking user_migrations ** [18:40:05 2020-06-12] 178: Checking batch_updates ** [18:40:05 2020-06-12] 178: Checking gears ** [18:40:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:40:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:10 2020-06-12] 178: Checking imports ** [18:40:10 2020-06-12] 178: Checking exports ** [18:40:10 2020-06-12] 178: Checking users ** [18:40:10 2020-06-12] 178: Checking user_dbs ** [18:40:10 2020-06-12] 178: Checking geocodings ** [18:40:10 2020-06-12] 178: Checking synchronizations ** [18:40:10 2020-06-12] 178: Checking tracker ** [18:40:10 2020-06-12] 178: Checking user_migrations ** [18:40:10 2020-06-12] 178: Checking batch_updates ** [18:40:10 2020-06-12] 178: Checking gears ** [18:40:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:40:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:15 2020-06-12] 178: Checking imports ** [18:40:15 2020-06-12] 178: Checking exports ** [18:40:15 2020-06-12] 178: Checking users ** [18:40:15 2020-06-12] 178: Checking user_dbs ** [18:40:15 2020-06-12] 178: Checking geocodings ** [18:40:15 2020-06-12] 178: Checking synchronizations ** [18:40:15 2020-06-12] 178: Checking tracker ** [18:40:15 2020-06-12] 178: Checking user_migrations ** [18:40:15 2020-06-12] 178: Checking batch_updates ** [18:40:15 2020-06-12] 178: Checking gears ** [18:40:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:40:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:20 2020-06-12] 178: Checking imports ** [18:40:20 2020-06-12] 178: Checking exports ** [18:40:20 2020-06-12] 178: Checking users ** [18:40:20 2020-06-12] 178: Checking user_dbs ** [18:40:20 2020-06-12] 178: Checking geocodings ** [18:40:20 2020-06-12] 178: Checking synchronizations ** [18:40:20 2020-06-12] 178: Checking tracker ** [18:40:20 2020-06-12] 178: Checking user_migrations ** [18:40:20 2020-06-12] 178: Checking batch_updates ** [18:40:20 2020-06-12] 178: Checking gears ** [18:40:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:40:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:25 2020-06-12] 178: Checking imports ** [18:40:25 2020-06-12] 178: Checking exports ** [18:40:25 2020-06-12] 178: Checking users ** [18:40:25 2020-06-12] 178: Checking user_dbs ** [18:40:25 2020-06-12] 178: Checking geocodings ** [18:40:25 2020-06-12] 178: Checking synchronizations ** [18:40:25 2020-06-12] 178: Checking tracker ** [18:40:25 2020-06-12] 178: Checking user_migrations ** [18:40:25 2020-06-12] 178: Checking batch_updates ** [18:40:25 2020-06-12] 178: Checking gears ** [18:40:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:40:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:30 2020-06-12] 178: Checking imports ** [18:40:30 2020-06-12] 178: Checking exports ** [18:40:30 2020-06-12] 178: Checking users ** [18:40:30 2020-06-12] 178: Checking user_dbs ** [18:40:30 2020-06-12] 178: Checking geocodings ** [18:40:30 2020-06-12] 178: Checking synchronizations ** [18:40:30 2020-06-12] 178: Checking tracker ** [18:40:30 2020-06-12] 178: Checking user_migrations ** [18:40:30 2020-06-12] 178: Checking batch_updates ** [18:40:30 2020-06-12] 178: Checking gears ** [18:40:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:40:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:35 2020-06-12] 178: Checking imports ** [18:40:35 2020-06-12] 178: Checking exports ** [18:40:35 2020-06-12] 178: Checking users ** [18:40:35 2020-06-12] 178: Checking user_dbs ** [18:40:35 2020-06-12] 178: Checking geocodings ** [18:40:35 2020-06-12] 178: Checking synchronizations ** [18:40:35 2020-06-12] 178: Checking tracker ** [18:40:35 2020-06-12] 178: Checking user_migrations ** [18:40:35 2020-06-12] 178: Checking batch_updates ** [18:40:35 2020-06-12] 178: Checking gears ** [18:40:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:40:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:40 2020-06-12] 178: Checking imports ** [18:40:40 2020-06-12] 178: Checking exports ** [18:40:40 2020-06-12] 178: Checking users ** [18:40:40 2020-06-12] 178: Checking user_dbs ** [18:40:40 2020-06-12] 178: Checking geocodings ** [18:40:40 2020-06-12] 178: Checking synchronizations ** [18:40:40 2020-06-12] 178: Checking tracker ** [18:40:40 2020-06-12] 178: Checking user_migrations ** [18:40:40 2020-06-12] 178: Checking batch_updates ** [18:40:40 2020-06-12] 178: Checking gears ** [18:40:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:40:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:45 2020-06-12] 178: Checking imports ** [18:40:45 2020-06-12] 178: Checking exports ** [18:40:45 2020-06-12] 178: Checking users ** [18:40:45 2020-06-12] 178: Checking user_dbs ** [18:40:45 2020-06-12] 178: Checking geocodings ** [18:40:45 2020-06-12] 178: Checking synchronizations ** [18:40:45 2020-06-12] 178: Checking tracker ** [18:40:45 2020-06-12] 178: Checking user_migrations ** [18:40:45 2020-06-12] 178: Checking batch_updates ** [18:40:45 2020-06-12] 178: Checking gears ** [18:40:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:40:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:50 2020-06-12] 178: Checking imports ** [18:40:50 2020-06-12] 178: Checking exports ** [18:40:50 2020-06-12] 178: Checking users ** [18:40:50 2020-06-12] 178: Checking user_dbs ** [18:40:50 2020-06-12] 178: Checking geocodings ** [18:40:50 2020-06-12] 178: Checking synchronizations ** [18:40:50 2020-06-12] 178: Checking tracker ** [18:40:50 2020-06-12] 178: Checking user_migrations ** [18:40:50 2020-06-12] 178: Checking batch_updates ** [18:40:50 2020-06-12] 178: Checking gears ** [18:40:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:40:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:55 2020-06-12] 178: Checking imports ** [18:40:55 2020-06-12] 178: Checking exports ** [18:40:55 2020-06-12] 178: Checking users ** [18:40:55 2020-06-12] 178: Checking user_dbs ** [18:40:55 2020-06-12] 178: Checking geocodings ** [18:40:55 2020-06-12] 178: Checking synchronizations ** [18:40:55 2020-06-12] 178: Checking tracker ** [18:40:55 2020-06-12] 178: Checking user_migrations ** [18:40:55 2020-06-12] 178: Checking batch_updates ** [18:40:55 2020-06-12] 178: Checking gears ** [18:40:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:40:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:00 2020-06-12] 178: Checking imports ** [18:41:00 2020-06-12] 178: Checking exports ** [18:41:00 2020-06-12] 178: Checking users ** [18:41:00 2020-06-12] 178: Checking user_dbs ** [18:41:00 2020-06-12] 178: Checking geocodings ** [18:41:00 2020-06-12] 178: Checking synchronizations ** [18:41:00 2020-06-12] 178: Checking tracker ** [18:41:00 2020-06-12] 178: Checking user_migrations ** [18:41:00 2020-06-12] 178: Checking batch_updates ** [18:41:00 2020-06-12] 178: Checking gears ** [18:41:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:41:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:05 2020-06-12] 178: Checking imports ** [18:41:05 2020-06-12] 178: Checking exports ** [18:41:05 2020-06-12] 178: Checking users ** [18:41:05 2020-06-12] 178: Checking user_dbs ** [18:41:05 2020-06-12] 178: Checking geocodings ** [18:41:05 2020-06-12] 178: Checking synchronizations ** [18:41:05 2020-06-12] 178: Checking tracker ** [18:41:05 2020-06-12] 178: Checking user_migrations ** [18:41:05 2020-06-12] 178: Checking batch_updates ** [18:41:05 2020-06-12] 178: Checking gears ** [18:41:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:41:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:10 2020-06-12] 178: Checking imports ** [18:41:10 2020-06-12] 178: Checking exports ** [18:41:10 2020-06-12] 178: Checking users ** [18:41:10 2020-06-12] 178: Checking user_dbs ** [18:41:10 2020-06-12] 178: Checking geocodings ** [18:41:10 2020-06-12] 178: Checking synchronizations ** [18:41:10 2020-06-12] 178: Checking tracker ** [18:41:10 2020-06-12] 178: Checking user_migrations ** [18:41:10 2020-06-12] 178: Checking batch_updates ** [18:41:10 2020-06-12] 178: Checking gears ** [18:41:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:41:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:15 2020-06-12] 178: Checking imports ** [18:41:15 2020-06-12] 178: Checking exports ** [18:41:15 2020-06-12] 178: Checking users ** [18:41:15 2020-06-12] 178: Checking user_dbs ** [18:41:15 2020-06-12] 178: Checking geocodings ** [18:41:15 2020-06-12] 178: Checking synchronizations ** [18:41:15 2020-06-12] 178: Checking tracker ** [18:41:15 2020-06-12] 178: Checking user_migrations ** [18:41:15 2020-06-12] 178: Checking batch_updates ** [18:41:15 2020-06-12] 178: Checking gears ** [18:41:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:41:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:20 2020-06-12] 178: Checking imports ** [18:41:20 2020-06-12] 178: Checking exports ** [18:41:20 2020-06-12] 178: Checking users ** [18:41:20 2020-06-12] 178: Checking user_dbs ** [18:41:20 2020-06-12] 178: Checking geocodings ** [18:41:20 2020-06-12] 178: Checking synchronizations ** [18:41:20 2020-06-12] 178: Checking tracker ** [18:41:20 2020-06-12] 178: Checking user_migrations ** [18:41:20 2020-06-12] 178: Checking batch_updates ** [18:41:20 2020-06-12] 178: Checking gears ** [18:41:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:41:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:25 2020-06-12] 178: Checking imports ** [18:41:25 2020-06-12] 178: Checking exports ** [18:41:25 2020-06-12] 178: Checking users ** [18:41:25 2020-06-12] 178: Checking user_dbs ** [18:41:25 2020-06-12] 178: Checking geocodings ** [18:41:25 2020-06-12] 178: Checking synchronizations ** [18:41:25 2020-06-12] 178: Checking tracker ** [18:41:25 2020-06-12] 178: Checking user_migrations ** [18:41:25 2020-06-12] 178: Checking batch_updates ** [18:41:25 2020-06-12] 178: Checking gears ** [18:41:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:41:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:30 2020-06-12] 178: Checking imports ** [18:41:30 2020-06-12] 178: Checking exports ** [18:41:30 2020-06-12] 178: Checking users ** [18:41:30 2020-06-12] 178: Checking user_dbs ** [18:41:30 2020-06-12] 178: Checking geocodings ** [18:41:30 2020-06-12] 178: Checking synchronizations ** [18:41:30 2020-06-12] 178: Checking tracker ** [18:41:30 2020-06-12] 178: Checking user_migrations ** [18:41:30 2020-06-12] 178: Checking batch_updates ** [18:41:30 2020-06-12] 178: Checking gears ** [18:41:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:41:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:35 2020-06-12] 178: Checking imports ** [18:41:35 2020-06-12] 178: Checking exports ** [18:41:35 2020-06-12] 178: Checking users ** [18:41:35 2020-06-12] 178: Checking user_dbs ** [18:41:35 2020-06-12] 178: Checking geocodings ** [18:41:35 2020-06-12] 178: Checking synchronizations ** [18:41:35 2020-06-12] 178: Checking tracker ** [18:41:35 2020-06-12] 178: Checking user_migrations ** [18:41:35 2020-06-12] 178: Checking batch_updates ** [18:41:35 2020-06-12] 178: Checking gears ** [18:41:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:41:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:40 2020-06-12] 178: Checking imports ** [18:41:40 2020-06-12] 178: Checking exports ** [18:41:40 2020-06-12] 178: Checking users ** [18:41:40 2020-06-12] 178: Checking user_dbs ** [18:41:40 2020-06-12] 178: Checking geocodings ** [18:41:40 2020-06-12] 178: Checking synchronizations ** [18:41:40 2020-06-12] 178: Checking tracker ** [18:41:40 2020-06-12] 178: Checking user_migrations ** [18:41:40 2020-06-12] 178: Checking batch_updates ** [18:41:40 2020-06-12] 178: Checking gears ** [18:41:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:41:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:45 2020-06-12] 178: Checking imports ** [18:41:45 2020-06-12] 178: Checking exports ** [18:41:45 2020-06-12] 178: Checking users ** [18:41:45 2020-06-12] 178: Checking user_dbs ** [18:41:45 2020-06-12] 178: Checking geocodings ** [18:41:45 2020-06-12] 178: Checking synchronizations ** [18:41:45 2020-06-12] 178: Checking tracker ** [18:41:45 2020-06-12] 178: Checking user_migrations ** [18:41:45 2020-06-12] 178: Checking batch_updates ** [18:41:45 2020-06-12] 178: Checking gears ** [18:41:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:41:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:50 2020-06-12] 178: Checking imports ** [18:41:50 2020-06-12] 178: Checking exports ** [18:41:50 2020-06-12] 178: Checking users ** [18:41:50 2020-06-12] 178: Checking user_dbs ** [18:41:50 2020-06-12] 178: Checking geocodings ** [18:41:50 2020-06-12] 178: Checking synchronizations ** [18:41:50 2020-06-12] 178: Checking tracker ** [18:41:50 2020-06-12] 178: Checking user_migrations ** [18:41:50 2020-06-12] 178: Checking batch_updates ** [18:41:50 2020-06-12] 178: Checking gears ** [18:41:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:41:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:55 2020-06-12] 178: Checking imports ** [18:41:55 2020-06-12] 178: Checking exports ** [18:41:55 2020-06-12] 178: Checking users ** [18:41:55 2020-06-12] 178: Checking user_dbs ** [18:41:55 2020-06-12] 178: Checking geocodings ** [18:41:55 2020-06-12] 178: Checking synchronizations ** [18:41:55 2020-06-12] 178: Checking tracker ** [18:41:55 2020-06-12] 178: Checking user_migrations ** [18:41:55 2020-06-12] 178: Checking batch_updates ** [18:41:55 2020-06-12] 178: Checking gears ** [18:41:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:41:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:00 2020-06-12] 178: Checking imports ** [18:42:00 2020-06-12] 178: Checking exports ** [18:42:00 2020-06-12] 178: Checking users ** [18:42:00 2020-06-12] 178: Checking user_dbs ** [18:42:00 2020-06-12] 178: Checking geocodings ** [18:42:00 2020-06-12] 178: Checking synchronizations ** [18:42:00 2020-06-12] 178: Checking tracker ** [18:42:00 2020-06-12] 178: Checking user_migrations ** [18:42:00 2020-06-12] 178: Checking batch_updates ** [18:42:00 2020-06-12] 178: Checking gears ** [18:42:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:42:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:05 2020-06-12] 178: Checking imports ** [18:42:05 2020-06-12] 178: Checking exports ** [18:42:05 2020-06-12] 178: Checking users ** [18:42:05 2020-06-12] 178: Checking user_dbs ** [18:42:05 2020-06-12] 178: Checking geocodings ** [18:42:05 2020-06-12] 178: Checking synchronizations ** [18:42:05 2020-06-12] 178: Checking tracker ** [18:42:05 2020-06-12] 178: Checking user_migrations ** [18:42:05 2020-06-12] 178: Checking batch_updates ** [18:42:05 2020-06-12] 178: Checking gears ** [18:42:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:42:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:10 2020-06-12] 178: Checking imports ** [18:42:10 2020-06-12] 178: Checking exports ** [18:42:10 2020-06-12] 178: Checking users ** [18:42:10 2020-06-12] 178: Checking user_dbs ** [18:42:10 2020-06-12] 178: Checking geocodings ** [18:42:10 2020-06-12] 178: Checking synchronizations ** [18:42:10 2020-06-12] 178: Checking tracker ** [18:42:10 2020-06-12] 178: Checking user_migrations ** [18:42:10 2020-06-12] 178: Checking batch_updates ** [18:42:10 2020-06-12] 178: Checking gears ** [18:42:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:42:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:15 2020-06-12] 178: Checking imports ** [18:42:15 2020-06-12] 178: Checking exports ** [18:42:15 2020-06-12] 178: Checking users ** [18:42:15 2020-06-12] 178: Checking user_dbs ** [18:42:15 2020-06-12] 178: Checking geocodings ** [18:42:15 2020-06-12] 178: Checking synchronizations ** [18:42:15 2020-06-12] 178: Checking tracker ** [18:42:15 2020-06-12] 178: Checking user_migrations ** [18:42:15 2020-06-12] 178: Checking batch_updates ** [18:42:15 2020-06-12] 178: Checking gears ** [18:42:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:42:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:20 2020-06-12] 178: Checking imports ** [18:42:20 2020-06-12] 178: Checking exports ** [18:42:20 2020-06-12] 178: Checking users ** [18:42:20 2020-06-12] 178: Checking user_dbs ** [18:42:20 2020-06-12] 178: Checking geocodings ** [18:42:20 2020-06-12] 178: Checking synchronizations ** [18:42:20 2020-06-12] 178: Checking tracker ** [18:42:20 2020-06-12] 178: Checking user_migrations ** [18:42:20 2020-06-12] 178: Checking batch_updates ** [18:42:20 2020-06-12] 178: Checking gears ** [18:42:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:42:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:25 2020-06-12] 178: Checking imports ** [18:42:25 2020-06-12] 178: Checking exports ** [18:42:25 2020-06-12] 178: Checking users ** [18:42:25 2020-06-12] 178: Checking user_dbs ** [18:42:25 2020-06-12] 178: Checking geocodings ** [18:42:25 2020-06-12] 178: Checking synchronizations ** [18:42:25 2020-06-12] 178: Checking tracker ** [18:42:25 2020-06-12] 178: Checking user_migrations ** [18:42:25 2020-06-12] 178: Checking batch_updates ** [18:42:25 2020-06-12] 178: Checking gears ** [18:42:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:42:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:30 2020-06-12] 178: Checking imports ** [18:42:30 2020-06-12] 178: Checking exports ** [18:42:30 2020-06-12] 178: Checking users ** [18:42:30 2020-06-12] 178: Checking user_dbs ** [18:42:30 2020-06-12] 178: Checking geocodings ** [18:42:30 2020-06-12] 178: Checking synchronizations ** [18:42:30 2020-06-12] 178: Checking tracker ** [18:42:30 2020-06-12] 178: Checking user_migrations ** [18:42:30 2020-06-12] 178: Checking batch_updates ** [18:42:30 2020-06-12] 178: Checking gears ** [18:42:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:42:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:35 2020-06-12] 178: Checking imports ** [18:42:35 2020-06-12] 178: Checking exports ** [18:42:35 2020-06-12] 178: Checking users ** [18:42:35 2020-06-12] 178: Checking user_dbs ** [18:42:35 2020-06-12] 178: Checking geocodings ** [18:42:35 2020-06-12] 178: Checking synchronizations ** [18:42:35 2020-06-12] 178: Checking tracker ** [18:42:35 2020-06-12] 178: Checking user_migrations ** [18:42:35 2020-06-12] 178: Checking batch_updates ** [18:42:35 2020-06-12] 178: Checking gears ** [18:42:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:42:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:40 2020-06-12] 178: Checking imports ** [18:42:40 2020-06-12] 178: Checking exports ** [18:42:40 2020-06-12] 178: Checking users ** [18:42:40 2020-06-12] 178: Checking user_dbs ** [18:42:40 2020-06-12] 178: Checking geocodings ** [18:42:40 2020-06-12] 178: Checking synchronizations ** [18:42:40 2020-06-12] 178: Checking tracker ** [18:42:40 2020-06-12] 178: Checking user_migrations ** [18:42:40 2020-06-12] 178: Checking batch_updates ** [18:42:40 2020-06-12] 178: Checking gears ** [18:42:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:42:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:45 2020-06-12] 178: Checking imports ** [18:42:45 2020-06-12] 178: Checking exports ** [18:42:45 2020-06-12] 178: Checking users ** [18:42:45 2020-06-12] 178: Checking user_dbs ** [18:42:45 2020-06-12] 178: Checking geocodings ** [18:42:45 2020-06-12] 178: Checking synchronizations ** [18:42:45 2020-06-12] 178: Checking tracker ** [18:42:45 2020-06-12] 178: Checking user_migrations ** [18:42:45 2020-06-12] 178: Checking batch_updates ** [18:42:45 2020-06-12] 178: Checking gears ** [18:42:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:42:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:50 2020-06-12] 178: Checking imports ** [18:42:50 2020-06-12] 178: Checking exports ** [18:42:50 2020-06-12] 178: Checking users ** [18:42:50 2020-06-12] 178: Checking user_dbs ** [18:42:50 2020-06-12] 178: Checking geocodings ** [18:42:50 2020-06-12] 178: Checking synchronizations ** [18:42:50 2020-06-12] 178: Checking tracker ** [18:42:50 2020-06-12] 178: Checking user_migrations ** [18:42:50 2020-06-12] 178: Checking batch_updates ** [18:42:50 2020-06-12] 178: Checking gears ** [18:42:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:42:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:55 2020-06-12] 178: Checking imports ** [18:42:55 2020-06-12] 178: Checking exports ** [18:42:55 2020-06-12] 178: Checking users ** [18:42:55 2020-06-12] 178: Checking user_dbs ** [18:42:55 2020-06-12] 178: Checking geocodings ** [18:42:55 2020-06-12] 178: Checking synchronizations ** [18:42:55 2020-06-12] 178: Checking tracker ** [18:42:55 2020-06-12] 178: Checking user_migrations ** [18:42:55 2020-06-12] 178: Checking batch_updates ** [18:42:55 2020-06-12] 178: Checking gears ** [18:42:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:42:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:00 2020-06-12] 178: Checking imports ** [18:43:00 2020-06-12] 178: Checking exports ** [18:43:00 2020-06-12] 178: Checking users ** [18:43:00 2020-06-12] 178: Checking user_dbs ** [18:43:00 2020-06-12] 178: Checking geocodings ** [18:43:00 2020-06-12] 178: Checking synchronizations ** [18:43:00 2020-06-12] 178: Checking tracker ** [18:43:00 2020-06-12] 178: Checking user_migrations ** [18:43:00 2020-06-12] 178: Checking batch_updates ** [18:43:00 2020-06-12] 178: Checking gears ** [18:43:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:43:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:05 2020-06-12] 178: Checking imports ** [18:43:05 2020-06-12] 178: Checking exports ** [18:43:05 2020-06-12] 178: Checking users ** [18:43:05 2020-06-12] 178: Checking user_dbs ** [18:43:05 2020-06-12] 178: Checking geocodings ** [18:43:05 2020-06-12] 178: Checking synchronizations ** [18:43:05 2020-06-12] 178: Checking tracker ** [18:43:05 2020-06-12] 178: Checking user_migrations ** [18:43:05 2020-06-12] 178: Checking batch_updates ** [18:43:05 2020-06-12] 178: Checking gears ** [18:43:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:43:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:10 2020-06-12] 178: Checking imports ** [18:43:10 2020-06-12] 178: Checking exports ** [18:43:10 2020-06-12] 178: Checking users ** [18:43:10 2020-06-12] 178: Checking user_dbs ** [18:43:10 2020-06-12] 178: Checking geocodings ** [18:43:10 2020-06-12] 178: Checking synchronizations ** [18:43:10 2020-06-12] 178: Checking tracker ** [18:43:10 2020-06-12] 178: Checking user_migrations ** [18:43:10 2020-06-12] 178: Checking batch_updates ** [18:43:10 2020-06-12] 178: Checking gears ** [18:43:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:43:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:15 2020-06-12] 178: Checking imports ** [18:43:15 2020-06-12] 178: Checking exports ** [18:43:15 2020-06-12] 178: Checking users ** [18:43:15 2020-06-12] 178: Checking user_dbs ** [18:43:15 2020-06-12] 178: Checking geocodings ** [18:43:15 2020-06-12] 178: Checking synchronizations ** [18:43:15 2020-06-12] 178: Checking tracker ** [18:43:15 2020-06-12] 178: Checking user_migrations ** [18:43:15 2020-06-12] 178: Checking batch_updates ** [18:43:15 2020-06-12] 178: Checking gears ** [18:43:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:43:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:20 2020-06-12] 178: Checking imports ** [18:43:20 2020-06-12] 178: Checking exports ** [18:43:20 2020-06-12] 178: Checking users ** [18:43:20 2020-06-12] 178: Checking user_dbs ** [18:43:20 2020-06-12] 178: Checking geocodings ** [18:43:20 2020-06-12] 178: Checking synchronizations ** [18:43:20 2020-06-12] 178: Checking tracker ** [18:43:20 2020-06-12] 178: Checking user_migrations ** [18:43:20 2020-06-12] 178: Checking batch_updates ** [18:43:20 2020-06-12] 178: Checking gears ** [18:43:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:43:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:25 2020-06-12] 178: Checking imports ** [18:43:25 2020-06-12] 178: Checking exports ** [18:43:25 2020-06-12] 178: Checking users ** [18:43:25 2020-06-12] 178: Checking user_dbs ** [18:43:25 2020-06-12] 178: Checking geocodings ** [18:43:25 2020-06-12] 178: Checking synchronizations ** [18:43:25 2020-06-12] 178: Checking tracker ** [18:43:25 2020-06-12] 178: Checking user_migrations ** [18:43:25 2020-06-12] 178: Checking batch_updates ** [18:43:25 2020-06-12] 178: Checking gears ** [18:43:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:43:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:30 2020-06-12] 178: Checking imports ** [18:43:30 2020-06-12] 178: Checking exports ** [18:43:30 2020-06-12] 178: Checking users ** [18:43:30 2020-06-12] 178: Checking user_dbs ** [18:43:30 2020-06-12] 178: Checking geocodings ** [18:43:30 2020-06-12] 178: Checking synchronizations ** [18:43:30 2020-06-12] 178: Checking tracker ** [18:43:30 2020-06-12] 178: Checking user_migrations ** [18:43:31 2020-06-12] 178: Checking batch_updates ** [18:43:31 2020-06-12] 178: Checking gears ** [18:43:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:43:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:36 2020-06-12] 178: Checking imports ** [18:43:36 2020-06-12] 178: Checking exports ** [18:43:36 2020-06-12] 178: Checking users ** [18:43:36 2020-06-12] 178: Checking user_dbs ** [18:43:36 2020-06-12] 178: Checking geocodings ** [18:43:36 2020-06-12] 178: Checking synchronizations ** [18:43:36 2020-06-12] 178: Checking tracker ** [18:43:36 2020-06-12] 178: Checking user_migrations ** [18:43:36 2020-06-12] 178: Checking batch_updates ** [18:43:36 2020-06-12] 178: Checking gears ** [18:43:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:43:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:41 2020-06-12] 178: Checking imports ** [18:43:41 2020-06-12] 178: Checking exports ** [18:43:41 2020-06-12] 178: Checking users ** [18:43:41 2020-06-12] 178: Checking user_dbs ** [18:43:41 2020-06-12] 178: Checking geocodings ** [18:43:41 2020-06-12] 178: Checking synchronizations ** [18:43:41 2020-06-12] 178: Checking tracker ** [18:43:41 2020-06-12] 178: Checking user_migrations ** [18:43:41 2020-06-12] 178: Checking batch_updates ** [18:43:41 2020-06-12] 178: Checking gears ** [18:43:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:43:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:46 2020-06-12] 178: Checking imports ** [18:43:46 2020-06-12] 178: Checking exports ** [18:43:46 2020-06-12] 178: Checking users ** [18:43:46 2020-06-12] 178: Checking user_dbs ** [18:43:46 2020-06-12] 178: Checking geocodings ** [18:43:46 2020-06-12] 178: Checking synchronizations ** [18:43:46 2020-06-12] 178: Checking tracker ** [18:43:46 2020-06-12] 178: Checking user_migrations ** [18:43:46 2020-06-12] 178: Checking batch_updates ** [18:43:46 2020-06-12] 178: Checking gears ** [18:43:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:43:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:51 2020-06-12] 178: Checking imports ** [18:43:51 2020-06-12] 178: Checking exports ** [18:43:51 2020-06-12] 178: Checking users ** [18:43:51 2020-06-12] 178: Checking user_dbs ** [18:43:51 2020-06-12] 178: Checking geocodings ** [18:43:51 2020-06-12] 178: Checking synchronizations ** [18:43:51 2020-06-12] 178: Checking tracker ** [18:43:51 2020-06-12] 178: Checking user_migrations ** [18:43:51 2020-06-12] 178: Checking batch_updates ** [18:43:51 2020-06-12] 178: Checking gears ** [18:43:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:43:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:56 2020-06-12] 178: Checking imports ** [18:43:56 2020-06-12] 178: Checking exports ** [18:43:56 2020-06-12] 178: Checking users ** [18:43:56 2020-06-12] 178: Checking user_dbs ** [18:43:56 2020-06-12] 178: Checking geocodings ** [18:43:56 2020-06-12] 178: Checking synchronizations ** [18:43:56 2020-06-12] 178: Checking tracker ** [18:43:56 2020-06-12] 178: Checking user_migrations ** [18:43:56 2020-06-12] 178: Checking batch_updates ** [18:43:56 2020-06-12] 178: Checking gears ** [18:43:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:43:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:01 2020-06-12] 178: Checking imports ** [18:44:01 2020-06-12] 178: Checking exports ** [18:44:01 2020-06-12] 178: Checking users ** [18:44:01 2020-06-12] 178: Checking user_dbs ** [18:44:01 2020-06-12] 178: Checking geocodings ** [18:44:01 2020-06-12] 178: Checking synchronizations ** [18:44:01 2020-06-12] 178: Checking tracker ** [18:44:01 2020-06-12] 178: Checking user_migrations ** [18:44:01 2020-06-12] 178: Checking batch_updates ** [18:44:01 2020-06-12] 178: Checking gears ** [18:44:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:44:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:06 2020-06-12] 178: Checking imports ** [18:44:06 2020-06-12] 178: Checking exports ** [18:44:06 2020-06-12] 178: Checking users ** [18:44:06 2020-06-12] 178: Checking user_dbs ** [18:44:06 2020-06-12] 178: Checking geocodings ** [18:44:06 2020-06-12] 178: Checking synchronizations ** [18:44:06 2020-06-12] 178: Checking tracker ** [18:44:06 2020-06-12] 178: Checking user_migrations ** [18:44:06 2020-06-12] 178: Checking batch_updates ** [18:44:06 2020-06-12] 178: Checking gears ** [18:44:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:44:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:11 2020-06-12] 178: Checking imports ** [18:44:11 2020-06-12] 178: Checking exports ** [18:44:11 2020-06-12] 178: Checking users ** [18:44:11 2020-06-12] 178: Checking user_dbs ** [18:44:11 2020-06-12] 178: Checking geocodings ** [18:44:11 2020-06-12] 178: Checking synchronizations ** [18:44:11 2020-06-12] 178: Checking tracker ** [18:44:11 2020-06-12] 178: Checking user_migrations ** [18:44:11 2020-06-12] 178: Checking batch_updates ** [18:44:11 2020-06-12] 178: Checking gears ** [18:44:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:44:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:16 2020-06-12] 178: Checking imports ** [18:44:16 2020-06-12] 178: Checking exports ** [18:44:16 2020-06-12] 178: Checking users ** [18:44:16 2020-06-12] 178: Checking user_dbs ** [18:44:16 2020-06-12] 178: Checking geocodings ** [18:44:16 2020-06-12] 178: Checking synchronizations ** [18:44:16 2020-06-12] 178: Checking tracker ** [18:44:16 2020-06-12] 178: Checking user_migrations ** [18:44:16 2020-06-12] 178: Checking batch_updates ** [18:44:16 2020-06-12] 178: Checking gears ** [18:44:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:44:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:21 2020-06-12] 178: Checking imports ** [18:44:21 2020-06-12] 178: Checking exports ** [18:44:21 2020-06-12] 178: Checking users ** [18:44:21 2020-06-12] 178: Checking user_dbs ** [18:44:21 2020-06-12] 178: Checking geocodings ** [18:44:21 2020-06-12] 178: Checking synchronizations ** [18:44:21 2020-06-12] 178: Checking tracker ** [18:44:21 2020-06-12] 178: Checking user_migrations ** [18:44:21 2020-06-12] 178: Checking batch_updates ** [18:44:21 2020-06-12] 178: Checking gears ** [18:44:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:44:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:26 2020-06-12] 178: Checking imports ** [18:44:26 2020-06-12] 178: Checking exports ** [18:44:26 2020-06-12] 178: Checking users ** [18:44:26 2020-06-12] 178: Checking user_dbs ** [18:44:26 2020-06-12] 178: Checking geocodings ** [18:44:26 2020-06-12] 178: Checking synchronizations ** [18:44:26 2020-06-12] 178: Checking tracker ** [18:44:26 2020-06-12] 178: Checking user_migrations ** [18:44:26 2020-06-12] 178: Checking batch_updates ** [18:44:26 2020-06-12] 178: Checking gears ** [18:44:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:44:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:31 2020-06-12] 178: Checking imports ** [18:44:31 2020-06-12] 178: Checking exports ** [18:44:31 2020-06-12] 178: Checking users ** [18:44:31 2020-06-12] 178: Checking user_dbs ** [18:44:31 2020-06-12] 178: Checking geocodings ** [18:44:31 2020-06-12] 178: Checking synchronizations ** [18:44:31 2020-06-12] 178: Checking tracker ** [18:44:31 2020-06-12] 178: Checking user_migrations ** [18:44:31 2020-06-12] 178: Checking batch_updates ** [18:44:31 2020-06-12] 178: Checking gears ** [18:44:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:44:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:36 2020-06-12] 178: Checking imports ** [18:44:36 2020-06-12] 178: Checking exports ** [18:44:36 2020-06-12] 178: Checking users ** [18:44:36 2020-06-12] 178: Checking user_dbs ** [18:44:36 2020-06-12] 178: Checking geocodings ** [18:44:36 2020-06-12] 178: Checking synchronizations ** [18:44:36 2020-06-12] 178: Checking tracker ** [18:44:36 2020-06-12] 178: Checking user_migrations ** [18:44:36 2020-06-12] 178: Checking batch_updates ** [18:44:36 2020-06-12] 178: Checking gears ** [18:44:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:44:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:41 2020-06-12] 178: Checking imports ** [18:44:41 2020-06-12] 178: Checking exports ** [18:44:41 2020-06-12] 178: Checking users ** [18:44:41 2020-06-12] 178: Checking user_dbs ** [18:44:41 2020-06-12] 178: Checking geocodings ** [18:44:41 2020-06-12] 178: Checking synchronizations ** [18:44:41 2020-06-12] 178: Checking tracker ** [18:44:41 2020-06-12] 178: Checking user_migrations ** [18:44:41 2020-06-12] 178: Checking batch_updates ** [18:44:41 2020-06-12] 178: Checking gears ** [18:44:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:44:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:46 2020-06-12] 178: Checking imports ** [18:44:46 2020-06-12] 178: Checking exports ** [18:44:46 2020-06-12] 178: Checking users ** [18:44:46 2020-06-12] 178: Checking user_dbs ** [18:44:46 2020-06-12] 178: Checking geocodings ** [18:44:46 2020-06-12] 178: Checking synchronizations ** [18:44:46 2020-06-12] 178: Checking tracker ** [18:44:46 2020-06-12] 178: Checking user_migrations ** [18:44:46 2020-06-12] 178: Checking batch_updates ** [18:44:46 2020-06-12] 178: Checking gears ** [18:44:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:44:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:51 2020-06-12] 178: Checking imports ** [18:44:51 2020-06-12] 178: Checking exports ** [18:44:51 2020-06-12] 178: Checking users ** [18:44:51 2020-06-12] 178: Checking user_dbs ** [18:44:51 2020-06-12] 178: Checking geocodings ** [18:44:51 2020-06-12] 178: Checking synchronizations ** [18:44:51 2020-06-12] 178: Checking tracker ** [18:44:51 2020-06-12] 178: Checking user_migrations ** [18:44:51 2020-06-12] 178: Checking batch_updates ** [18:44:51 2020-06-12] 178: Checking gears ** [18:44:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:44:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:56 2020-06-12] 178: Checking imports ** [18:44:56 2020-06-12] 178: Checking exports ** [18:44:56 2020-06-12] 178: Checking users ** [18:44:56 2020-06-12] 178: Checking user_dbs ** [18:44:56 2020-06-12] 178: Checking geocodings ** [18:44:56 2020-06-12] 178: Checking synchronizations ** [18:44:56 2020-06-12] 178: Checking tracker ** [18:44:56 2020-06-12] 178: Checking user_migrations ** [18:44:56 2020-06-12] 178: Checking batch_updates ** [18:44:56 2020-06-12] 178: Checking gears ** [18:44:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:44:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:01 2020-06-12] 178: Checking imports ** [18:45:01 2020-06-12] 178: Checking exports ** [18:45:01 2020-06-12] 178: Checking users ** [18:45:01 2020-06-12] 178: Checking user_dbs ** [18:45:01 2020-06-12] 178: Checking geocodings ** [18:45:01 2020-06-12] 178: Checking synchronizations ** [18:45:01 2020-06-12] 178: Checking tracker ** [18:45:01 2020-06-12] 178: Checking user_migrations ** [18:45:01 2020-06-12] 178: Checking batch_updates ** [18:45:01 2020-06-12] 178: Checking gears ** [18:45:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:45:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:06 2020-06-12] 178: Checking imports ** [18:45:06 2020-06-12] 178: Checking exports ** [18:45:06 2020-06-12] 178: Checking users ** [18:45:06 2020-06-12] 178: Checking user_dbs ** [18:45:06 2020-06-12] 178: Checking geocodings ** [18:45:06 2020-06-12] 178: Checking synchronizations ** [18:45:06 2020-06-12] 178: Checking tracker ** [18:45:06 2020-06-12] 178: Checking user_migrations ** [18:45:06 2020-06-12] 178: Checking batch_updates ** [18:45:06 2020-06-12] 178: Checking gears ** [18:45:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:45:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:11 2020-06-12] 178: Checking imports ** [18:45:11 2020-06-12] 178: Checking exports ** [18:45:11 2020-06-12] 178: Checking users ** [18:45:11 2020-06-12] 178: Checking user_dbs ** [18:45:11 2020-06-12] 178: Checking geocodings ** [18:45:11 2020-06-12] 178: Checking synchronizations ** [18:45:11 2020-06-12] 178: Checking tracker ** [18:45:11 2020-06-12] 178: Checking user_migrations ** [18:45:11 2020-06-12] 178: Checking batch_updates ** [18:45:11 2020-06-12] 178: Checking gears ** [18:45:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:45:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:16 2020-06-12] 178: Checking imports ** [18:45:16 2020-06-12] 178: Checking exports ** [18:45:16 2020-06-12] 178: Checking users ** [18:45:16 2020-06-12] 178: Checking user_dbs ** [18:45:16 2020-06-12] 178: Checking geocodings ** [18:45:16 2020-06-12] 178: Checking synchronizations ** [18:45:16 2020-06-12] 178: Checking tracker ** [18:45:16 2020-06-12] 178: Checking user_migrations ** [18:45:16 2020-06-12] 178: Checking batch_updates ** [18:45:16 2020-06-12] 178: Checking gears ** [18:45:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:45:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:21 2020-06-12] 178: Checking imports ** [18:45:21 2020-06-12] 178: Checking exports ** [18:45:21 2020-06-12] 178: Checking users ** [18:45:21 2020-06-12] 178: Checking user_dbs ** [18:45:21 2020-06-12] 178: Checking geocodings ** [18:45:21 2020-06-12] 178: Checking synchronizations ** [18:45:21 2020-06-12] 178: Checking tracker ** [18:45:21 2020-06-12] 178: Checking user_migrations ** [18:45:21 2020-06-12] 178: Checking batch_updates ** [18:45:21 2020-06-12] 178: Checking gears ** [18:45:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:45:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:26 2020-06-12] 178: Checking imports ** [18:45:26 2020-06-12] 178: Checking exports ** [18:45:26 2020-06-12] 178: Checking users ** [18:45:26 2020-06-12] 178: Checking user_dbs ** [18:45:26 2020-06-12] 178: Checking geocodings ** [18:45:26 2020-06-12] 178: Checking synchronizations ** [18:45:26 2020-06-12] 178: Checking tracker ** [18:45:26 2020-06-12] 178: Checking user_migrations ** [18:45:26 2020-06-12] 178: Checking batch_updates ** [18:45:26 2020-06-12] 178: Checking gears ** [18:45:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:45:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:31 2020-06-12] 178: Checking imports ** [18:45:31 2020-06-12] 178: Checking exports ** [18:45:31 2020-06-12] 178: Checking users ** [18:45:31 2020-06-12] 178: Checking user_dbs ** [18:45:31 2020-06-12] 178: Checking geocodings ** [18:45:31 2020-06-12] 178: Checking synchronizations ** [18:45:31 2020-06-12] 178: Checking tracker ** [18:45:31 2020-06-12] 178: Checking user_migrations ** [18:45:31 2020-06-12] 178: Checking batch_updates ** [18:45:31 2020-06-12] 178: Checking gears ** [18:45:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:45:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:36 2020-06-12] 178: Checking imports ** [18:45:36 2020-06-12] 178: Checking exports ** [18:45:36 2020-06-12] 178: Checking users ** [18:45:36 2020-06-12] 178: Checking user_dbs ** [18:45:36 2020-06-12] 178: Checking geocodings ** [18:45:36 2020-06-12] 178: Checking synchronizations ** [18:45:36 2020-06-12] 178: Checking tracker ** [18:45:36 2020-06-12] 178: Checking user_migrations ** [18:45:36 2020-06-12] 178: Checking batch_updates ** [18:45:36 2020-06-12] 178: Checking gears ** [18:45:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:45:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:41 2020-06-12] 178: Checking imports ** [18:45:41 2020-06-12] 178: Checking exports ** [18:45:41 2020-06-12] 178: Checking users ** [18:45:41 2020-06-12] 178: Checking user_dbs ** [18:45:41 2020-06-12] 178: Checking geocodings ** [18:45:41 2020-06-12] 178: Checking synchronizations ** [18:45:41 2020-06-12] 178: Checking tracker ** [18:45:41 2020-06-12] 178: Checking user_migrations ** [18:45:41 2020-06-12] 178: Checking batch_updates ** [18:45:41 2020-06-12] 178: Checking gears ** [18:45:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:45:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:46 2020-06-12] 178: Checking imports ** [18:45:46 2020-06-12] 178: Checking exports ** [18:45:46 2020-06-12] 178: Checking users ** [18:45:46 2020-06-12] 178: Checking user_dbs ** [18:45:46 2020-06-12] 178: Checking geocodings ** [18:45:46 2020-06-12] 178: Checking synchronizations ** [18:45:46 2020-06-12] 178: Checking tracker ** [18:45:46 2020-06-12] 178: Checking user_migrations ** [18:45:46 2020-06-12] 178: Checking batch_updates ** [18:45:46 2020-06-12] 178: Checking gears ** [18:45:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:45:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:51 2020-06-12] 178: Checking imports ** [18:45:51 2020-06-12] 178: Checking exports ** [18:45:51 2020-06-12] 178: Checking users ** [18:45:51 2020-06-12] 178: Checking user_dbs ** [18:45:51 2020-06-12] 178: Checking geocodings ** [18:45:51 2020-06-12] 178: Checking synchronizations ** [18:45:51 2020-06-12] 178: Checking tracker ** [18:45:51 2020-06-12] 178: Checking user_migrations ** [18:45:51 2020-06-12] 178: Checking batch_updates ** [18:45:51 2020-06-12] 178: Checking gears ** [18:45:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:45:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:56 2020-06-12] 178: Checking imports ** [18:45:56 2020-06-12] 178: Checking exports ** [18:45:56 2020-06-12] 178: Checking users ** [18:45:56 2020-06-12] 178: Checking user_dbs ** [18:45:56 2020-06-12] 178: Checking geocodings ** [18:45:56 2020-06-12] 178: Checking synchronizations ** [18:45:56 2020-06-12] 178: Checking tracker ** [18:45:56 2020-06-12] 178: Checking user_migrations ** [18:45:56 2020-06-12] 178: Checking batch_updates ** [18:45:56 2020-06-12] 178: Checking gears ** [18:45:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:45:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:01 2020-06-12] 178: Checking imports ** [18:46:01 2020-06-12] 178: Checking exports ** [18:46:01 2020-06-12] 178: Checking users ** [18:46:01 2020-06-12] 178: Checking user_dbs ** [18:46:01 2020-06-12] 178: Checking geocodings ** [18:46:01 2020-06-12] 178: Checking synchronizations ** [18:46:01 2020-06-12] 178: Checking tracker ** [18:46:01 2020-06-12] 178: Checking user_migrations ** [18:46:01 2020-06-12] 178: Checking batch_updates ** [18:46:01 2020-06-12] 178: Checking gears ** [18:46:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:46:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:06 2020-06-12] 178: Checking imports ** [18:46:06 2020-06-12] 178: Checking exports ** [18:46:06 2020-06-12] 178: Checking users ** [18:46:06 2020-06-12] 178: Checking user_dbs ** [18:46:06 2020-06-12] 178: Checking geocodings ** [18:46:06 2020-06-12] 178: Checking synchronizations ** [18:46:06 2020-06-12] 178: Checking tracker ** [18:46:06 2020-06-12] 178: Checking user_migrations ** [18:46:06 2020-06-12] 178: Checking batch_updates ** [18:46:06 2020-06-12] 178: Checking gears ** [18:46:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:46:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:11 2020-06-12] 178: Checking imports ** [18:46:11 2020-06-12] 178: Checking exports ** [18:46:11 2020-06-12] 178: Checking users ** [18:46:11 2020-06-12] 178: Checking user_dbs ** [18:46:11 2020-06-12] 178: Checking geocodings ** [18:46:11 2020-06-12] 178: Checking synchronizations ** [18:46:11 2020-06-12] 178: Checking tracker ** [18:46:11 2020-06-12] 178: Checking user_migrations ** [18:46:11 2020-06-12] 178: Checking batch_updates ** [18:46:11 2020-06-12] 178: Checking gears ** [18:46:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:46:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:16 2020-06-12] 178: Checking imports ** [18:46:16 2020-06-12] 178: Checking exports ** [18:46:16 2020-06-12] 178: Checking users ** [18:46:16 2020-06-12] 178: Checking user_dbs ** [18:46:16 2020-06-12] 178: Checking geocodings ** [18:46:16 2020-06-12] 178: Checking synchronizations ** [18:46:16 2020-06-12] 178: Checking tracker ** [18:46:16 2020-06-12] 178: Checking user_migrations ** [18:46:16 2020-06-12] 178: Checking batch_updates ** [18:46:16 2020-06-12] 178: Checking gears ** [18:46:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:46:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:21 2020-06-12] 178: Checking imports ** [18:46:21 2020-06-12] 178: Checking exports ** [18:46:21 2020-06-12] 178: Checking users ** [18:46:21 2020-06-12] 178: Checking user_dbs ** [18:46:21 2020-06-12] 178: Checking geocodings ** [18:46:21 2020-06-12] 178: Checking synchronizations ** [18:46:21 2020-06-12] 178: Checking tracker ** [18:46:21 2020-06-12] 178: Checking user_migrations ** [18:46:21 2020-06-12] 178: Checking batch_updates ** [18:46:21 2020-06-12] 178: Checking gears ** [18:46:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:46:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:26 2020-06-12] 178: Checking imports ** [18:46:26 2020-06-12] 178: Checking exports ** [18:46:26 2020-06-12] 178: Checking users ** [18:46:26 2020-06-12] 178: Checking user_dbs ** [18:46:26 2020-06-12] 178: Checking geocodings ** [18:46:26 2020-06-12] 178: Checking synchronizations ** [18:46:26 2020-06-12] 178: Checking tracker ** [18:46:26 2020-06-12] 178: Checking user_migrations ** [18:46:26 2020-06-12] 178: Checking batch_updates ** [18:46:26 2020-06-12] 178: Checking gears ** [18:46:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:46:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:31 2020-06-12] 178: Checking imports ** [18:46:31 2020-06-12] 178: Checking exports ** [18:46:31 2020-06-12] 178: Checking users ** [18:46:31 2020-06-12] 178: Checking user_dbs ** [18:46:31 2020-06-12] 178: Checking geocodings ** [18:46:31 2020-06-12] 178: Checking synchronizations ** [18:46:31 2020-06-12] 178: Checking tracker ** [18:46:31 2020-06-12] 178: Checking user_migrations ** [18:46:31 2020-06-12] 178: Checking batch_updates ** [18:46:31 2020-06-12] 178: Checking gears ** [18:46:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:46:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:36 2020-06-12] 178: Checking imports ** [18:46:36 2020-06-12] 178: Checking exports ** [18:46:36 2020-06-12] 178: Checking users ** [18:46:36 2020-06-12] 178: Checking user_dbs ** [18:46:36 2020-06-12] 178: Checking geocodings ** [18:46:36 2020-06-12] 178: Checking synchronizations ** [18:46:36 2020-06-12] 178: Checking tracker ** [18:46:36 2020-06-12] 178: Checking user_migrations ** [18:46:36 2020-06-12] 178: Checking batch_updates ** [18:46:36 2020-06-12] 178: Checking gears ** [18:46:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:46:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:41 2020-06-12] 178: Checking imports ** [18:46:41 2020-06-12] 178: Checking exports ** [18:46:41 2020-06-12] 178: Checking users ** [18:46:41 2020-06-12] 178: Checking user_dbs ** [18:46:41 2020-06-12] 178: Checking geocodings ** [18:46:41 2020-06-12] 178: Checking synchronizations ** [18:46:41 2020-06-12] 178: Checking tracker ** [18:46:41 2020-06-12] 178: Checking user_migrations ** [18:46:41 2020-06-12] 178: Checking batch_updates ** [18:46:41 2020-06-12] 178: Checking gears ** [18:46:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:46:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:46 2020-06-12] 178: Checking imports ** [18:46:46 2020-06-12] 178: Checking exports ** [18:46:46 2020-06-12] 178: Checking users ** [18:46:46 2020-06-12] 178: Checking user_dbs ** [18:46:46 2020-06-12] 178: Checking geocodings ** [18:46:46 2020-06-12] 178: Checking synchronizations ** [18:46:46 2020-06-12] 178: Checking tracker ** [18:46:46 2020-06-12] 178: Checking user_migrations ** [18:46:46 2020-06-12] 178: Checking batch_updates ** [18:46:46 2020-06-12] 178: Checking gears ** [18:46:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:46:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:51 2020-06-12] 178: Checking imports ** [18:46:51 2020-06-12] 178: Checking exports ** [18:46:51 2020-06-12] 178: Checking users ** [18:46:51 2020-06-12] 178: Checking user_dbs ** [18:46:51 2020-06-12] 178: Checking geocodings ** [18:46:51 2020-06-12] 178: Checking synchronizations ** [18:46:51 2020-06-12] 178: Checking tracker ** [18:46:51 2020-06-12] 178: Checking user_migrations ** [18:46:51 2020-06-12] 178: Checking batch_updates ** [18:46:51 2020-06-12] 178: Checking gears ** [18:46:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:46:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:56 2020-06-12] 178: Checking imports ** [18:46:56 2020-06-12] 178: Checking exports ** [18:46:56 2020-06-12] 178: Checking users ** [18:46:56 2020-06-12] 178: Checking user_dbs ** [18:46:56 2020-06-12] 178: Checking geocodings ** [18:46:56 2020-06-12] 178: Checking synchronizations ** [18:46:56 2020-06-12] 178: Checking tracker ** [18:46:56 2020-06-12] 178: Checking user_migrations ** [18:46:56 2020-06-12] 178: Checking batch_updates ** [18:46:56 2020-06-12] 178: Checking gears ** [18:46:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:46:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:01 2020-06-12] 178: Checking imports ** [18:47:01 2020-06-12] 178: Checking exports ** [18:47:01 2020-06-12] 178: Checking users ** [18:47:01 2020-06-12] 178: Checking user_dbs ** [18:47:01 2020-06-12] 178: Checking geocodings ** [18:47:01 2020-06-12] 178: Checking synchronizations ** [18:47:01 2020-06-12] 178: Checking tracker ** [18:47:01 2020-06-12] 178: Checking user_migrations ** [18:47:01 2020-06-12] 178: Checking batch_updates ** [18:47:01 2020-06-12] 178: Checking gears ** [18:47:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:47:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:06 2020-06-12] 178: Checking imports ** [18:47:06 2020-06-12] 178: Checking exports ** [18:47:06 2020-06-12] 178: Checking users ** [18:47:06 2020-06-12] 178: Checking user_dbs ** [18:47:06 2020-06-12] 178: Checking geocodings ** [18:47:06 2020-06-12] 178: Checking synchronizations ** [18:47:06 2020-06-12] 178: Checking tracker ** [18:47:06 2020-06-12] 178: Checking user_migrations ** [18:47:06 2020-06-12] 178: Checking batch_updates ** [18:47:06 2020-06-12] 178: Checking gears ** [18:47:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:47:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:11 2020-06-12] 178: Checking imports ** [18:47:11 2020-06-12] 178: Checking exports ** [18:47:11 2020-06-12] 178: Checking users ** [18:47:11 2020-06-12] 178: Checking user_dbs ** [18:47:11 2020-06-12] 178: Checking geocodings ** [18:47:11 2020-06-12] 178: Checking synchronizations ** [18:47:11 2020-06-12] 178: Checking tracker ** [18:47:11 2020-06-12] 178: Checking user_migrations ** [18:47:11 2020-06-12] 178: Checking batch_updates ** [18:47:11 2020-06-12] 178: Checking gears ** [18:47:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:47:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:16 2020-06-12] 178: Checking imports ** [18:47:16 2020-06-12] 178: Checking exports ** [18:47:16 2020-06-12] 178: Checking users ** [18:47:16 2020-06-12] 178: Checking user_dbs ** [18:47:16 2020-06-12] 178: Checking geocodings ** [18:47:16 2020-06-12] 178: Checking synchronizations ** [18:47:16 2020-06-12] 178: Checking tracker ** [18:47:16 2020-06-12] 178: Checking user_migrations ** [18:47:16 2020-06-12] 178: Checking batch_updates ** [18:47:16 2020-06-12] 178: Checking gears ** [18:47:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:47:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:21 2020-06-12] 178: Checking imports ** [18:47:21 2020-06-12] 178: Checking exports ** [18:47:21 2020-06-12] 178: Checking users ** [18:47:21 2020-06-12] 178: Checking user_dbs ** [18:47:21 2020-06-12] 178: Checking geocodings ** [18:47:21 2020-06-12] 178: Checking synchronizations ** [18:47:21 2020-06-12] 178: Checking tracker ** [18:47:21 2020-06-12] 178: Checking user_migrations ** [18:47:21 2020-06-12] 178: Checking batch_updates ** [18:47:21 2020-06-12] 178: Checking gears ** [18:47:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:47:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:26 2020-06-12] 178: Checking imports ** [18:47:26 2020-06-12] 178: Checking exports ** [18:47:26 2020-06-12] 178: Checking users ** [18:47:26 2020-06-12] 178: Checking user_dbs ** [18:47:26 2020-06-12] 178: Checking geocodings ** [18:47:26 2020-06-12] 178: Checking synchronizations ** [18:47:26 2020-06-12] 178: Checking tracker ** [18:47:26 2020-06-12] 178: Checking user_migrations ** [18:47:26 2020-06-12] 178: Checking batch_updates ** [18:47:26 2020-06-12] 178: Checking gears ** [18:47:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:47:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:31 2020-06-12] 178: Checking imports ** [18:47:31 2020-06-12] 178: Checking exports ** [18:47:31 2020-06-12] 178: Checking users ** [18:47:31 2020-06-12] 178: Checking user_dbs ** [18:47:31 2020-06-12] 178: Checking geocodings ** [18:47:31 2020-06-12] 178: Checking synchronizations ** [18:47:31 2020-06-12] 178: Checking tracker ** [18:47:31 2020-06-12] 178: Checking user_migrations ** [18:47:31 2020-06-12] 178: Checking batch_updates ** [18:47:31 2020-06-12] 178: Checking gears ** [18:47:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:47:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:36 2020-06-12] 178: Checking imports ** [18:47:36 2020-06-12] 178: Checking exports ** [18:47:36 2020-06-12] 178: Checking users ** [18:47:36 2020-06-12] 178: Checking user_dbs ** [18:47:36 2020-06-12] 178: Checking geocodings ** [18:47:36 2020-06-12] 178: Checking synchronizations ** [18:47:36 2020-06-12] 178: Checking tracker ** [18:47:36 2020-06-12] 178: Checking user_migrations ** [18:47:36 2020-06-12] 178: Checking batch_updates ** [18:47:36 2020-06-12] 178: Checking gears ** [18:47:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:47:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:41 2020-06-12] 178: Checking imports ** [18:47:41 2020-06-12] 178: Checking exports ** [18:47:41 2020-06-12] 178: Checking users ** [18:47:41 2020-06-12] 178: Checking user_dbs ** [18:47:41 2020-06-12] 178: Checking geocodings ** [18:47:41 2020-06-12] 178: Checking synchronizations ** [18:47:41 2020-06-12] 178: Checking tracker ** [18:47:41 2020-06-12] 178: Checking user_migrations ** [18:47:41 2020-06-12] 178: Checking batch_updates ** [18:47:41 2020-06-12] 178: Checking gears ** [18:47:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:47:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:46 2020-06-12] 178: Checking imports ** [18:47:46 2020-06-12] 178: Checking exports ** [18:47:46 2020-06-12] 178: Checking users ** [18:47:46 2020-06-12] 178: Checking user_dbs ** [18:47:46 2020-06-12] 178: Checking geocodings ** [18:47:46 2020-06-12] 178: Checking synchronizations ** [18:47:46 2020-06-12] 178: Checking tracker ** [18:47:46 2020-06-12] 178: Checking user_migrations ** [18:47:46 2020-06-12] 178: Checking batch_updates ** [18:47:46 2020-06-12] 178: Checking gears ** [18:47:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:47:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:51 2020-06-12] 178: Checking imports ** [18:47:51 2020-06-12] 178: Checking exports ** [18:47:51 2020-06-12] 178: Checking users ** [18:47:51 2020-06-12] 178: Checking user_dbs ** [18:47:51 2020-06-12] 178: Checking geocodings ** [18:47:51 2020-06-12] 178: Checking synchronizations ** [18:47:51 2020-06-12] 178: Checking tracker ** [18:47:51 2020-06-12] 178: Checking user_migrations ** [18:47:51 2020-06-12] 178: Checking batch_updates ** [18:47:51 2020-06-12] 178: Checking gears ** [18:47:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:47:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:56 2020-06-12] 178: Checking imports ** [18:47:56 2020-06-12] 178: Checking exports ** [18:47:56 2020-06-12] 178: Checking users ** [18:47:56 2020-06-12] 178: Checking user_dbs ** [18:47:56 2020-06-12] 178: Checking geocodings ** [18:47:56 2020-06-12] 178: Checking synchronizations ** [18:47:56 2020-06-12] 178: Checking tracker ** [18:47:56 2020-06-12] 178: Checking user_migrations ** [18:47:56 2020-06-12] 178: Checking batch_updates ** [18:47:56 2020-06-12] 178: Checking gears ** [18:47:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:47:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:01 2020-06-12] 178: Checking imports ** [18:48:01 2020-06-12] 178: Checking exports ** [18:48:01 2020-06-12] 178: Checking users ** [18:48:01 2020-06-12] 178: Checking user_dbs ** [18:48:01 2020-06-12] 178: Checking geocodings ** [18:48:01 2020-06-12] 178: Checking synchronizations ** [18:48:01 2020-06-12] 178: Checking tracker ** [18:48:01 2020-06-12] 178: Checking user_migrations ** [18:48:01 2020-06-12] 178: Checking batch_updates ** [18:48:01 2020-06-12] 178: Checking gears ** [18:48:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:48:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:06 2020-06-12] 178: Checking imports ** [18:48:06 2020-06-12] 178: Checking exports ** [18:48:06 2020-06-12] 178: Checking users ** [18:48:06 2020-06-12] 178: Checking user_dbs ** [18:48:06 2020-06-12] 178: Checking geocodings ** [18:48:06 2020-06-12] 178: Checking synchronizations ** [18:48:06 2020-06-12] 178: Checking tracker ** [18:48:06 2020-06-12] 178: Checking user_migrations ** [18:48:06 2020-06-12] 178: Checking batch_updates ** [18:48:06 2020-06-12] 178: Checking gears ** [18:48:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:48:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:11 2020-06-12] 178: Checking imports ** [18:48:11 2020-06-12] 178: Checking exports ** [18:48:11 2020-06-12] 178: Checking users ** [18:48:11 2020-06-12] 178: Checking user_dbs ** [18:48:11 2020-06-12] 178: Checking geocodings ** [18:48:11 2020-06-12] 178: Checking synchronizations ** [18:48:11 2020-06-12] 178: Checking tracker ** [18:48:11 2020-06-12] 178: Checking user_migrations ** [18:48:11 2020-06-12] 178: Checking batch_updates ** [18:48:11 2020-06-12] 178: Checking gears ** [18:48:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:48:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:16 2020-06-12] 178: Checking imports ** [18:48:16 2020-06-12] 178: Checking exports ** [18:48:16 2020-06-12] 178: Checking users ** [18:48:16 2020-06-12] 178: Checking user_dbs ** [18:48:16 2020-06-12] 178: Checking geocodings ** [18:48:16 2020-06-12] 178: Checking synchronizations ** [18:48:16 2020-06-12] 178: Checking tracker ** [18:48:16 2020-06-12] 178: Checking user_migrations ** [18:48:16 2020-06-12] 178: Checking batch_updates ** [18:48:16 2020-06-12] 178: Checking gears ** [18:48:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:48:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:21 2020-06-12] 178: Checking imports ** [18:48:21 2020-06-12] 178: Checking exports ** [18:48:21 2020-06-12] 178: Checking users ** [18:48:21 2020-06-12] 178: Checking user_dbs ** [18:48:21 2020-06-12] 178: Checking geocodings ** [18:48:21 2020-06-12] 178: Checking synchronizations ** [18:48:21 2020-06-12] 178: Checking tracker ** [18:48:21 2020-06-12] 178: Checking user_migrations ** [18:48:21 2020-06-12] 178: Checking batch_updates ** [18:48:21 2020-06-12] 178: Checking gears ** [18:48:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:48:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:26 2020-06-12] 178: Checking imports ** [18:48:26 2020-06-12] 178: Checking exports ** [18:48:26 2020-06-12] 178: Checking users ** [18:48:26 2020-06-12] 178: Checking user_dbs ** [18:48:26 2020-06-12] 178: Checking geocodings ** [18:48:26 2020-06-12] 178: Checking synchronizations ** [18:48:26 2020-06-12] 178: Checking tracker ** [18:48:26 2020-06-12] 178: Checking user_migrations ** [18:48:26 2020-06-12] 178: Checking batch_updates ** [18:48:26 2020-06-12] 178: Checking gears ** [18:48:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:48:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:31 2020-06-12] 178: Checking imports ** [18:48:31 2020-06-12] 178: Checking exports ** [18:48:31 2020-06-12] 178: Checking users ** [18:48:31 2020-06-12] 178: Checking user_dbs ** [18:48:31 2020-06-12] 178: Checking geocodings ** [18:48:31 2020-06-12] 178: Checking synchronizations ** [18:48:31 2020-06-12] 178: Checking tracker ** [18:48:31 2020-06-12] 178: Checking user_migrations ** [18:48:31 2020-06-12] 178: Checking batch_updates ** [18:48:31 2020-06-12] 178: Checking gears ** [18:48:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:48:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:36 2020-06-12] 178: Checking imports ** [18:48:36 2020-06-12] 178: Checking exports ** [18:48:36 2020-06-12] 178: Checking users ** [18:48:36 2020-06-12] 178: Checking user_dbs ** [18:48:36 2020-06-12] 178: Checking geocodings ** [18:48:36 2020-06-12] 178: Checking synchronizations ** [18:48:36 2020-06-12] 178: Checking tracker ** [18:48:36 2020-06-12] 178: Checking user_migrations ** [18:48:36 2020-06-12] 178: Checking batch_updates ** [18:48:36 2020-06-12] 178: Checking gears ** [18:48:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:48:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:41 2020-06-12] 178: Checking imports ** [18:48:41 2020-06-12] 178: Checking exports ** [18:48:41 2020-06-12] 178: Checking users ** [18:48:41 2020-06-12] 178: Checking user_dbs ** [18:48:41 2020-06-12] 178: Checking geocodings ** [18:48:41 2020-06-12] 178: Checking synchronizations ** [18:48:41 2020-06-12] 178: Checking tracker ** [18:48:41 2020-06-12] 178: Checking user_migrations ** [18:48:41 2020-06-12] 178: Checking batch_updates ** [18:48:41 2020-06-12] 178: Checking gears ** [18:48:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:48:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:46 2020-06-12] 178: Checking imports ** [18:48:46 2020-06-12] 178: Checking exports ** [18:48:46 2020-06-12] 178: Checking users ** [18:48:46 2020-06-12] 178: Checking user_dbs ** [18:48:46 2020-06-12] 178: Checking geocodings ** [18:48:46 2020-06-12] 178: Checking synchronizations ** [18:48:46 2020-06-12] 178: Checking tracker ** [18:48:46 2020-06-12] 178: Checking user_migrations ** [18:48:46 2020-06-12] 178: Checking batch_updates ** [18:48:46 2020-06-12] 178: Checking gears ** [18:48:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:48:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:51 2020-06-12] 178: Checking imports ** [18:48:51 2020-06-12] 178: Checking exports ** [18:48:51 2020-06-12] 178: Checking users ** [18:48:51 2020-06-12] 178: Checking user_dbs ** [18:48:51 2020-06-12] 178: Checking geocodings ** [18:48:51 2020-06-12] 178: Checking synchronizations ** [18:48:51 2020-06-12] 178: Checking tracker ** [18:48:51 2020-06-12] 178: Checking user_migrations ** [18:48:51 2020-06-12] 178: Checking batch_updates ** [18:48:51 2020-06-12] 178: Checking gears ** [18:48:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:48:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:56 2020-06-12] 178: Checking imports ** [18:48:56 2020-06-12] 178: Checking exports ** [18:48:56 2020-06-12] 178: Checking users ** [18:48:56 2020-06-12] 178: Checking user_dbs ** [18:48:56 2020-06-12] 178: Checking geocodings ** [18:48:56 2020-06-12] 178: Checking synchronizations ** [18:48:56 2020-06-12] 178: Checking tracker ** [18:48:56 2020-06-12] 178: Checking user_migrations ** [18:48:56 2020-06-12] 178: Checking batch_updates ** [18:48:56 2020-06-12] 178: Checking gears ** [18:48:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:48:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:01 2020-06-12] 178: Checking imports ** [18:49:01 2020-06-12] 178: Checking exports ** [18:49:01 2020-06-12] 178: Checking users ** [18:49:01 2020-06-12] 178: Checking user_dbs ** [18:49:01 2020-06-12] 178: Checking geocodings ** [18:49:01 2020-06-12] 178: Checking synchronizations ** [18:49:01 2020-06-12] 178: Checking tracker ** [18:49:01 2020-06-12] 178: Checking user_migrations ** [18:49:01 2020-06-12] 178: Checking batch_updates ** [18:49:01 2020-06-12] 178: Checking gears ** [18:49:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:49:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:06 2020-06-12] 178: Checking imports ** [18:49:06 2020-06-12] 178: Checking exports ** [18:49:06 2020-06-12] 178: Checking users ** [18:49:06 2020-06-12] 178: Checking user_dbs ** [18:49:06 2020-06-12] 178: Checking geocodings ** [18:49:06 2020-06-12] 178: Checking synchronizations ** [18:49:06 2020-06-12] 178: Checking tracker ** [18:49:06 2020-06-12] 178: Checking user_migrations ** [18:49:06 2020-06-12] 178: Checking batch_updates ** [18:49:06 2020-06-12] 178: Checking gears ** [18:49:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:49:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:11 2020-06-12] 178: Checking imports ** [18:49:11 2020-06-12] 178: Checking exports ** [18:49:11 2020-06-12] 178: Checking users ** [18:49:11 2020-06-12] 178: Checking user_dbs ** [18:49:11 2020-06-12] 178: Checking geocodings ** [18:49:11 2020-06-12] 178: Checking synchronizations ** [18:49:11 2020-06-12] 178: Checking tracker ** [18:49:11 2020-06-12] 178: Checking user_migrations ** [18:49:11 2020-06-12] 178: Checking batch_updates ** [18:49:11 2020-06-12] 178: Checking gears ** [18:49:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:49:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:16 2020-06-12] 178: Checking imports ** [18:49:16 2020-06-12] 178: Checking exports ** [18:49:16 2020-06-12] 178: Checking users ** [18:49:16 2020-06-12] 178: Checking user_dbs ** [18:49:16 2020-06-12] 178: Checking geocodings ** [18:49:16 2020-06-12] 178: Checking synchronizations ** [18:49:16 2020-06-12] 178: Checking tracker ** [18:49:16 2020-06-12] 178: Checking user_migrations ** [18:49:16 2020-06-12] 178: Checking batch_updates ** [18:49:16 2020-06-12] 178: Checking gears ** [18:49:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:49:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:21 2020-06-12] 178: Checking imports ** [18:49:21 2020-06-12] 178: Checking exports ** [18:49:21 2020-06-12] 178: Checking users ** [18:49:21 2020-06-12] 178: Checking user_dbs ** [18:49:21 2020-06-12] 178: Checking geocodings ** [18:49:21 2020-06-12] 178: Checking synchronizations ** [18:49:21 2020-06-12] 178: Checking tracker ** [18:49:21 2020-06-12] 178: Checking user_migrations ** [18:49:21 2020-06-12] 178: Checking batch_updates ** [18:49:21 2020-06-12] 178: Checking gears ** [18:49:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:49:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:26 2020-06-12] 178: Checking imports ** [18:49:26 2020-06-12] 178: Checking exports ** [18:49:26 2020-06-12] 178: Checking users ** [18:49:26 2020-06-12] 178: Checking user_dbs ** [18:49:26 2020-06-12] 178: Checking geocodings ** [18:49:26 2020-06-12] 178: Checking synchronizations ** [18:49:26 2020-06-12] 178: Checking tracker ** [18:49:26 2020-06-12] 178: Checking user_migrations ** [18:49:26 2020-06-12] 178: Checking batch_updates ** [18:49:26 2020-06-12] 178: Checking gears ** [18:49:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:49:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:31 2020-06-12] 178: Checking imports ** [18:49:31 2020-06-12] 178: Checking exports ** [18:49:31 2020-06-12] 178: Checking users ** [18:49:31 2020-06-12] 178: Checking user_dbs ** [18:49:31 2020-06-12] 178: Checking geocodings ** [18:49:31 2020-06-12] 178: Checking synchronizations ** [18:49:31 2020-06-12] 178: Checking tracker ** [18:49:31 2020-06-12] 178: Checking user_migrations ** [18:49:31 2020-06-12] 178: Checking batch_updates ** [18:49:31 2020-06-12] 178: Checking gears ** [18:49:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:49:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:36 2020-06-12] 178: Checking imports ** [18:49:36 2020-06-12] 178: Checking exports ** [18:49:36 2020-06-12] 178: Checking users ** [18:49:36 2020-06-12] 178: Checking user_dbs ** [18:49:36 2020-06-12] 178: Checking geocodings ** [18:49:36 2020-06-12] 178: Checking synchronizations ** [18:49:36 2020-06-12] 178: Checking tracker ** [18:49:36 2020-06-12] 178: Checking user_migrations ** [18:49:36 2020-06-12] 178: Checking batch_updates ** [18:49:36 2020-06-12] 178: Checking gears ** [18:49:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:49:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:41 2020-06-12] 178: Checking imports ** [18:49:41 2020-06-12] 178: Checking exports ** [18:49:41 2020-06-12] 178: Checking users ** [18:49:41 2020-06-12] 178: Checking user_dbs ** [18:49:41 2020-06-12] 178: Checking geocodings ** [18:49:41 2020-06-12] 178: Checking synchronizations ** [18:49:41 2020-06-12] 178: Checking tracker ** [18:49:41 2020-06-12] 178: Checking user_migrations ** [18:49:41 2020-06-12] 178: Checking batch_updates ** [18:49:41 2020-06-12] 178: Checking gears ** [18:49:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:49:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:46 2020-06-12] 178: Checking imports ** [18:49:46 2020-06-12] 178: Checking exports ** [18:49:46 2020-06-12] 178: Checking users ** [18:49:46 2020-06-12] 178: Checking user_dbs ** [18:49:46 2020-06-12] 178: Checking geocodings ** [18:49:46 2020-06-12] 178: Checking synchronizations ** [18:49:46 2020-06-12] 178: Checking tracker ** [18:49:46 2020-06-12] 178: Checking user_migrations ** [18:49:46 2020-06-12] 178: Checking batch_updates ** [18:49:46 2020-06-12] 178: Checking gears ** [18:49:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:49:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:51 2020-06-12] 178: Checking imports ** [18:49:51 2020-06-12] 178: Checking exports ** [18:49:51 2020-06-12] 178: Checking users ** [18:49:51 2020-06-12] 178: Checking user_dbs ** [18:49:51 2020-06-12] 178: Checking geocodings ** [18:49:51 2020-06-12] 178: Checking synchronizations ** [18:49:51 2020-06-12] 178: Checking tracker ** [18:49:51 2020-06-12] 178: Checking user_migrations ** [18:49:51 2020-06-12] 178: Checking batch_updates ** [18:49:51 2020-06-12] 178: Checking gears ** [18:49:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:49:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:56 2020-06-12] 178: Checking imports ** [18:49:56 2020-06-12] 178: Checking exports ** [18:49:56 2020-06-12] 178: Checking users ** [18:49:56 2020-06-12] 178: Checking user_dbs ** [18:49:56 2020-06-12] 178: Checking geocodings ** [18:49:56 2020-06-12] 178: Checking synchronizations ** [18:49:56 2020-06-12] 178: Checking tracker ** [18:49:56 2020-06-12] 178: Checking user_migrations ** [18:49:56 2020-06-12] 178: Checking batch_updates ** [18:49:56 2020-06-12] 178: Checking gears ** [18:49:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:49:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:01 2020-06-12] 178: Checking imports ** [18:50:01 2020-06-12] 178: Checking exports ** [18:50:01 2020-06-12] 178: Checking users ** [18:50:01 2020-06-12] 178: Checking user_dbs ** [18:50:01 2020-06-12] 178: Checking geocodings ** [18:50:01 2020-06-12] 178: Checking synchronizations ** [18:50:01 2020-06-12] 178: Checking tracker ** [18:50:01 2020-06-12] 178: Checking user_migrations ** [18:50:01 2020-06-12] 178: Checking batch_updates ** [18:50:01 2020-06-12] 178: Checking gears ** [18:50:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:50:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:06 2020-06-12] 178: Checking imports ** [18:50:06 2020-06-12] 178: Checking exports ** [18:50:06 2020-06-12] 178: Checking users ** [18:50:06 2020-06-12] 178: Checking user_dbs ** [18:50:06 2020-06-12] 178: Checking geocodings ** [18:50:06 2020-06-12] 178: Checking synchronizations ** [18:50:06 2020-06-12] 178: Checking tracker ** [18:50:06 2020-06-12] 178: Checking user_migrations ** [18:50:06 2020-06-12] 178: Checking batch_updates ** [18:50:06 2020-06-12] 178: Checking gears ** [18:50:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:50:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:11 2020-06-12] 178: Checking imports ** [18:50:11 2020-06-12] 178: Checking exports ** [18:50:11 2020-06-12] 178: Checking users ** [18:50:11 2020-06-12] 178: Checking user_dbs ** [18:50:11 2020-06-12] 178: Checking geocodings ** [18:50:11 2020-06-12] 178: Checking synchronizations ** [18:50:11 2020-06-12] 178: Checking tracker ** [18:50:11 2020-06-12] 178: Checking user_migrations ** [18:50:11 2020-06-12] 178: Checking batch_updates ** [18:50:11 2020-06-12] 178: Checking gears ** [18:50:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:50:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:16 2020-06-12] 178: Checking imports ** [18:50:16 2020-06-12] 178: Checking exports ** [18:50:16 2020-06-12] 178: Checking users ** [18:50:16 2020-06-12] 178: Checking user_dbs ** [18:50:16 2020-06-12] 178: Checking geocodings ** [18:50:16 2020-06-12] 178: Checking synchronizations ** [18:50:16 2020-06-12] 178: Checking tracker ** [18:50:16 2020-06-12] 178: Checking user_migrations ** [18:50:16 2020-06-12] 178: Checking batch_updates ** [18:50:16 2020-06-12] 178: Checking gears ** [18:50:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:50:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:21 2020-06-12] 178: Checking imports ** [18:50:21 2020-06-12] 178: Checking exports ** [18:50:21 2020-06-12] 178: Checking users ** [18:50:21 2020-06-12] 178: Checking user_dbs ** [18:50:21 2020-06-12] 178: Checking geocodings ** [18:50:21 2020-06-12] 178: Checking synchronizations ** [18:50:21 2020-06-12] 178: Checking tracker ** [18:50:21 2020-06-12] 178: Checking user_migrations ** [18:50:21 2020-06-12] 178: Checking batch_updates ** [18:50:21 2020-06-12] 178: Checking gears ** [18:50:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:50:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:26 2020-06-12] 178: Checking imports ** [18:50:26 2020-06-12] 178: Checking exports ** [18:50:26 2020-06-12] 178: Checking users ** [18:50:26 2020-06-12] 178: Checking user_dbs ** [18:50:26 2020-06-12] 178: Checking geocodings ** [18:50:26 2020-06-12] 178: Checking synchronizations ** [18:50:26 2020-06-12] 178: Checking tracker ** [18:50:26 2020-06-12] 178: Checking user_migrations ** [18:50:26 2020-06-12] 178: Checking batch_updates ** [18:50:26 2020-06-12] 178: Checking gears ** [18:50:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:50:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:31 2020-06-12] 178: Checking imports ** [18:50:31 2020-06-12] 178: Checking exports ** [18:50:31 2020-06-12] 178: Checking users ** [18:50:31 2020-06-12] 178: Checking user_dbs ** [18:50:31 2020-06-12] 178: Checking geocodings ** [18:50:31 2020-06-12] 178: Checking synchronizations ** [18:50:31 2020-06-12] 178: Checking tracker ** [18:50:31 2020-06-12] 178: Checking user_migrations ** [18:50:31 2020-06-12] 178: Checking batch_updates ** [18:50:31 2020-06-12] 178: Checking gears ** [18:50:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:50:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:36 2020-06-12] 178: Checking imports ** [18:50:36 2020-06-12] 178: Checking exports ** [18:50:36 2020-06-12] 178: Checking users ** [18:50:36 2020-06-12] 178: Checking user_dbs ** [18:50:36 2020-06-12] 178: Checking geocodings ** [18:50:36 2020-06-12] 178: Checking synchronizations ** [18:50:36 2020-06-12] 178: Checking tracker ** [18:50:36 2020-06-12] 178: Checking user_migrations ** [18:50:36 2020-06-12] 178: Checking batch_updates ** [18:50:36 2020-06-12] 178: Checking gears ** [18:50:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:50:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:41 2020-06-12] 178: Checking imports ** [18:50:41 2020-06-12] 178: Checking exports ** [18:50:41 2020-06-12] 178: Checking users ** [18:50:41 2020-06-12] 178: Checking user_dbs ** [18:50:41 2020-06-12] 178: Checking geocodings ** [18:50:41 2020-06-12] 178: Checking synchronizations ** [18:50:41 2020-06-12] 178: Checking tracker ** [18:50:41 2020-06-12] 178: Checking user_migrations ** [18:50:41 2020-06-12] 178: Checking batch_updates ** [18:50:41 2020-06-12] 178: Checking gears ** [18:50:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:50:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:46 2020-06-12] 178: Checking imports ** [18:50:46 2020-06-12] 178: Checking exports ** [18:50:46 2020-06-12] 178: Checking users ** [18:50:46 2020-06-12] 178: Checking user_dbs ** [18:50:46 2020-06-12] 178: Checking geocodings ** [18:50:46 2020-06-12] 178: Checking synchronizations ** [18:50:46 2020-06-12] 178: Checking tracker ** [18:50:46 2020-06-12] 178: Checking user_migrations ** [18:50:46 2020-06-12] 178: Checking batch_updates ** [18:50:46 2020-06-12] 178: Checking gears ** [18:50:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:50:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:51 2020-06-12] 178: Checking imports ** [18:50:51 2020-06-12] 178: Checking exports ** [18:50:51 2020-06-12] 178: Checking users ** [18:50:51 2020-06-12] 178: Checking user_dbs ** [18:50:51 2020-06-12] 178: Checking geocodings ** [18:50:51 2020-06-12] 178: Checking synchronizations ** [18:50:51 2020-06-12] 178: Checking tracker ** [18:50:51 2020-06-12] 178: Checking user_migrations ** [18:50:51 2020-06-12] 178: Checking batch_updates ** [18:50:51 2020-06-12] 178: Checking gears ** [18:50:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:50:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:56 2020-06-12] 178: Checking imports ** [18:50:56 2020-06-12] 178: Checking exports ** [18:50:56 2020-06-12] 178: Checking users ** [18:50:56 2020-06-12] 178: Checking user_dbs ** [18:50:56 2020-06-12] 178: Checking geocodings ** [18:50:56 2020-06-12] 178: Checking synchronizations ** [18:50:56 2020-06-12] 178: Checking tracker ** [18:50:56 2020-06-12] 178: Checking user_migrations ** [18:50:56 2020-06-12] 178: Checking batch_updates ** [18:50:56 2020-06-12] 178: Checking gears ** [18:50:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:50:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:01 2020-06-12] 178: Checking imports ** [18:51:01 2020-06-12] 178: Checking exports ** [18:51:01 2020-06-12] 178: Checking users ** [18:51:01 2020-06-12] 178: Checking user_dbs ** [18:51:01 2020-06-12] 178: Checking geocodings ** [18:51:01 2020-06-12] 178: Checking synchronizations ** [18:51:01 2020-06-12] 178: Checking tracker ** [18:51:01 2020-06-12] 178: Checking user_migrations ** [18:51:01 2020-06-12] 178: Checking batch_updates ** [18:51:01 2020-06-12] 178: Checking gears ** [18:51:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:51:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:06 2020-06-12] 178: Checking imports ** [18:51:06 2020-06-12] 178: Checking exports ** [18:51:06 2020-06-12] 178: Checking users ** [18:51:06 2020-06-12] 178: Checking user_dbs ** [18:51:06 2020-06-12] 178: Checking geocodings ** [18:51:06 2020-06-12] 178: Checking synchronizations ** [18:51:06 2020-06-12] 178: Checking tracker ** [18:51:06 2020-06-12] 178: Checking user_migrations ** [18:51:06 2020-06-12] 178: Checking batch_updates ** [18:51:06 2020-06-12] 178: Checking gears ** [18:51:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:51:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:11 2020-06-12] 178: Checking imports ** [18:51:11 2020-06-12] 178: Checking exports ** [18:51:11 2020-06-12] 178: Checking users ** [18:51:11 2020-06-12] 178: Checking user_dbs ** [18:51:11 2020-06-12] 178: Checking geocodings ** [18:51:11 2020-06-12] 178: Checking synchronizations ** [18:51:11 2020-06-12] 178: Checking tracker ** [18:51:11 2020-06-12] 178: Checking user_migrations ** [18:51:11 2020-06-12] 178: Checking batch_updates ** [18:51:11 2020-06-12] 178: Checking gears ** [18:51:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:51:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:16 2020-06-12] 178: Checking imports ** [18:51:16 2020-06-12] 178: Checking exports ** [18:51:16 2020-06-12] 178: Checking users ** [18:51:16 2020-06-12] 178: Checking user_dbs ** [18:51:16 2020-06-12] 178: Checking geocodings ** [18:51:16 2020-06-12] 178: Checking synchronizations ** [18:51:16 2020-06-12] 178: Checking tracker ** [18:51:16 2020-06-12] 178: Checking user_migrations ** [18:51:16 2020-06-12] 178: Checking batch_updates ** [18:51:16 2020-06-12] 178: Checking gears ** [18:51:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:51:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:21 2020-06-12] 178: Checking imports ** [18:51:21 2020-06-12] 178: Checking exports ** [18:51:21 2020-06-12] 178: Checking users ** [18:51:21 2020-06-12] 178: Checking user_dbs ** [18:51:21 2020-06-12] 178: Checking geocodings ** [18:51:21 2020-06-12] 178: Checking synchronizations ** [18:51:21 2020-06-12] 178: Checking tracker ** [18:51:21 2020-06-12] 178: Checking user_migrations ** [18:51:21 2020-06-12] 178: Checking batch_updates ** [18:51:21 2020-06-12] 178: Checking gears ** [18:51:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:51:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:26 2020-06-12] 178: Checking imports ** [18:51:26 2020-06-12] 178: Checking exports ** [18:51:26 2020-06-12] 178: Checking users ** [18:51:26 2020-06-12] 178: Checking user_dbs ** [18:51:26 2020-06-12] 178: Checking geocodings ** [18:51:26 2020-06-12] 178: Checking synchronizations ** [18:51:26 2020-06-12] 178: Checking tracker ** [18:51:26 2020-06-12] 178: Checking user_migrations ** [18:51:26 2020-06-12] 178: Checking batch_updates ** [18:51:26 2020-06-12] 178: Checking gears ** [18:51:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:51:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:31 2020-06-12] 178: Checking imports ** [18:51:31 2020-06-12] 178: Checking exports ** [18:51:31 2020-06-12] 178: Checking users ** [18:51:31 2020-06-12] 178: Checking user_dbs ** [18:51:31 2020-06-12] 178: Checking geocodings ** [18:51:31 2020-06-12] 178: Checking synchronizations ** [18:51:31 2020-06-12] 178: Checking tracker ** [18:51:31 2020-06-12] 178: Checking user_migrations ** [18:51:31 2020-06-12] 178: Checking batch_updates ** [18:51:31 2020-06-12] 178: Checking gears ** [18:51:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:51:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:36 2020-06-12] 178: Checking imports ** [18:51:36 2020-06-12] 178: Checking exports ** [18:51:36 2020-06-12] 178: Checking users ** [18:51:36 2020-06-12] 178: Checking user_dbs ** [18:51:36 2020-06-12] 178: Checking geocodings ** [18:51:36 2020-06-12] 178: Checking synchronizations ** [18:51:36 2020-06-12] 178: Checking tracker ** [18:51:36 2020-06-12] 178: Checking user_migrations ** [18:51:36 2020-06-12] 178: Checking batch_updates ** [18:51:36 2020-06-12] 178: Checking gears ** [18:51:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:51:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:41 2020-06-12] 178: Checking imports ** [18:51:41 2020-06-12] 178: Checking exports ** [18:51:41 2020-06-12] 178: Checking users ** [18:51:41 2020-06-12] 178: Checking user_dbs ** [18:51:41 2020-06-12] 178: Checking geocodings ** [18:51:41 2020-06-12] 178: Checking synchronizations ** [18:51:41 2020-06-12] 178: Checking tracker ** [18:51:41 2020-06-12] 178: Checking user_migrations ** [18:51:41 2020-06-12] 178: Checking batch_updates ** [18:51:41 2020-06-12] 178: Checking gears ** [18:51:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:51:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:46 2020-06-12] 178: Checking imports ** [18:51:46 2020-06-12] 178: Checking exports ** [18:51:46 2020-06-12] 178: Checking users ** [18:51:46 2020-06-12] 178: Checking user_dbs ** [18:51:46 2020-06-12] 178: Checking geocodings ** [18:51:46 2020-06-12] 178: Checking synchronizations ** [18:51:46 2020-06-12] 178: Checking tracker ** [18:51:46 2020-06-12] 178: Checking user_migrations ** [18:51:46 2020-06-12] 178: Checking batch_updates ** [18:51:46 2020-06-12] 178: Checking gears ** [18:51:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:51:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:51 2020-06-12] 178: Checking imports ** [18:51:51 2020-06-12] 178: Checking exports ** [18:51:51 2020-06-12] 178: Checking users ** [18:51:51 2020-06-12] 178: Checking user_dbs ** [18:51:51 2020-06-12] 178: Checking geocodings ** [18:51:51 2020-06-12] 178: Checking synchronizations ** [18:51:51 2020-06-12] 178: Checking tracker ** [18:51:51 2020-06-12] 178: Checking user_migrations ** [18:51:51 2020-06-12] 178: Checking batch_updates ** [18:51:51 2020-06-12] 178: Checking gears ** [18:51:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:51:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:56 2020-06-12] 178: Checking imports ** [18:51:56 2020-06-12] 178: Checking exports ** [18:51:56 2020-06-12] 178: Checking users ** [18:51:56 2020-06-12] 178: Checking user_dbs ** [18:51:56 2020-06-12] 178: Checking geocodings ** [18:51:56 2020-06-12] 178: Checking synchronizations ** [18:51:56 2020-06-12] 178: Checking tracker ** [18:51:56 2020-06-12] 178: Checking user_migrations ** [18:51:56 2020-06-12] 178: Checking batch_updates ** [18:51:56 2020-06-12] 178: Checking gears ** [18:51:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:51:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:01 2020-06-12] 178: Checking imports ** [18:52:01 2020-06-12] 178: Checking exports ** [18:52:01 2020-06-12] 178: Checking users ** [18:52:01 2020-06-12] 178: Checking user_dbs ** [18:52:01 2020-06-12] 178: Checking geocodings ** [18:52:01 2020-06-12] 178: Checking synchronizations ** [18:52:01 2020-06-12] 178: Checking tracker ** [18:52:01 2020-06-12] 178: Checking user_migrations ** [18:52:01 2020-06-12] 178: Checking batch_updates ** [18:52:01 2020-06-12] 178: Checking gears ** [18:52:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:52:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:06 2020-06-12] 178: Checking imports ** [18:52:06 2020-06-12] 178: Checking exports ** [18:52:06 2020-06-12] 178: Checking users ** [18:52:06 2020-06-12] 178: Checking user_dbs ** [18:52:06 2020-06-12] 178: Checking geocodings ** [18:52:06 2020-06-12] 178: Checking synchronizations ** [18:52:06 2020-06-12] 178: Checking tracker ** [18:52:06 2020-06-12] 178: Checking user_migrations ** [18:52:06 2020-06-12] 178: Checking batch_updates ** [18:52:06 2020-06-12] 178: Checking gears ** [18:52:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:52:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:11 2020-06-12] 178: Checking imports ** [18:52:11 2020-06-12] 178: Checking exports ** [18:52:11 2020-06-12] 178: Checking users ** [18:52:12 2020-06-12] 178: Checking user_dbs ** [18:52:12 2020-06-12] 178: Checking geocodings ** [18:52:12 2020-06-12] 178: Checking synchronizations ** [18:52:12 2020-06-12] 178: Checking tracker ** [18:52:12 2020-06-12] 178: Checking user_migrations ** [18:52:12 2020-06-12] 178: Checking batch_updates ** [18:52:12 2020-06-12] 178: Checking gears ** [18:52:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:52:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:17 2020-06-12] 178: Checking imports ** [18:52:17 2020-06-12] 178: Checking exports ** [18:52:17 2020-06-12] 178: Checking users ** [18:52:17 2020-06-12] 178: Checking user_dbs ** [18:52:17 2020-06-12] 178: Checking geocodings ** [18:52:17 2020-06-12] 178: Checking synchronizations ** [18:52:17 2020-06-12] 178: Checking tracker ** [18:52:17 2020-06-12] 178: Checking user_migrations ** [18:52:17 2020-06-12] 178: Checking batch_updates ** [18:52:17 2020-06-12] 178: Checking gears ** [18:52:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:52:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:22 2020-06-12] 178: Checking imports ** [18:52:22 2020-06-12] 178: Checking exports ** [18:52:22 2020-06-12] 178: Checking users ** [18:52:22 2020-06-12] 178: Checking user_dbs ** [18:52:22 2020-06-12] 178: Checking geocodings ** [18:52:22 2020-06-12] 178: Checking synchronizations ** [18:52:22 2020-06-12] 178: Checking tracker ** [18:52:22 2020-06-12] 178: Checking user_migrations ** [18:52:22 2020-06-12] 178: Checking batch_updates ** [18:52:22 2020-06-12] 178: Checking gears ** [18:52:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:52:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:27 2020-06-12] 178: Checking imports ** [18:52:27 2020-06-12] 178: Checking exports ** [18:52:27 2020-06-12] 178: Checking users ** [18:52:27 2020-06-12] 178: Checking user_dbs ** [18:52:27 2020-06-12] 178: Checking geocodings ** [18:52:27 2020-06-12] 178: Checking synchronizations ** [18:52:27 2020-06-12] 178: Checking tracker ** [18:52:27 2020-06-12] 178: Checking user_migrations ** [18:52:27 2020-06-12] 178: Checking batch_updates ** [18:52:27 2020-06-12] 178: Checking gears ** [18:52:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:52:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:32 2020-06-12] 178: Checking imports ** [18:52:32 2020-06-12] 178: Checking exports ** [18:52:32 2020-06-12] 178: Checking users ** [18:52:32 2020-06-12] 178: Checking user_dbs ** [18:52:32 2020-06-12] 178: Checking geocodings ** [18:52:32 2020-06-12] 178: Checking synchronizations ** [18:52:32 2020-06-12] 178: Checking tracker ** [18:52:32 2020-06-12] 178: Checking user_migrations ** [18:52:32 2020-06-12] 178: Checking batch_updates ** [18:52:32 2020-06-12] 178: Checking gears ** [18:52:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:52:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:37 2020-06-12] 178: Checking imports ** [18:52:37 2020-06-12] 178: Checking exports ** [18:52:37 2020-06-12] 178: Checking users ** [18:52:37 2020-06-12] 178: Checking user_dbs ** [18:52:37 2020-06-12] 178: Checking geocodings ** [18:52:37 2020-06-12] 178: Checking synchronizations ** [18:52:37 2020-06-12] 178: Checking tracker ** [18:52:37 2020-06-12] 178: Checking user_migrations ** [18:52:37 2020-06-12] 178: Checking batch_updates ** [18:52:37 2020-06-12] 178: Checking gears ** [18:52:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:52:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:42 2020-06-12] 178: Checking imports ** [18:52:42 2020-06-12] 178: Checking exports ** [18:52:42 2020-06-12] 178: Checking users ** [18:52:42 2020-06-12] 178: Checking user_dbs ** [18:52:42 2020-06-12] 178: Checking geocodings ** [18:52:42 2020-06-12] 178: Checking synchronizations ** [18:52:42 2020-06-12] 178: Checking tracker ** [18:52:42 2020-06-12] 178: Checking user_migrations ** [18:52:42 2020-06-12] 178: Checking batch_updates ** [18:52:42 2020-06-12] 178: Checking gears ** [18:52:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:52:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:47 2020-06-12] 178: Checking imports ** [18:52:47 2020-06-12] 178: Checking exports ** [18:52:47 2020-06-12] 178: Checking users ** [18:52:47 2020-06-12] 178: Checking user_dbs ** [18:52:47 2020-06-12] 178: Checking geocodings ** [18:52:47 2020-06-12] 178: Checking synchronizations ** [18:52:47 2020-06-12] 178: Checking tracker ** [18:52:47 2020-06-12] 178: Checking user_migrations ** [18:52:47 2020-06-12] 178: Checking batch_updates ** [18:52:47 2020-06-12] 178: Checking gears ** [18:52:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:52:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:52 2020-06-12] 178: Checking imports ** [18:52:52 2020-06-12] 178: Checking exports ** [18:52:52 2020-06-12] 178: Checking users ** [18:52:52 2020-06-12] 178: Checking user_dbs ** [18:52:52 2020-06-12] 178: Checking geocodings ** [18:52:52 2020-06-12] 178: Checking synchronizations ** [18:52:52 2020-06-12] 178: Checking tracker ** [18:52:52 2020-06-12] 178: Checking user_migrations ** [18:52:52 2020-06-12] 178: Checking batch_updates ** [18:52:52 2020-06-12] 178: Checking gears ** [18:52:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:52:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:57 2020-06-12] 178: Checking imports ** [18:52:57 2020-06-12] 178: Checking exports ** [18:52:57 2020-06-12] 178: Checking users ** [18:52:57 2020-06-12] 178: Checking user_dbs ** [18:52:57 2020-06-12] 178: Checking geocodings ** [18:52:57 2020-06-12] 178: Checking synchronizations ** [18:52:57 2020-06-12] 178: Checking tracker ** [18:52:57 2020-06-12] 178: Checking user_migrations ** [18:52:57 2020-06-12] 178: Checking batch_updates ** [18:52:57 2020-06-12] 178: Checking gears ** [18:52:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:52:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:02 2020-06-12] 178: Checking imports ** [18:53:02 2020-06-12] 178: Checking exports ** [18:53:02 2020-06-12] 178: Checking users ** [18:53:02 2020-06-12] 178: Checking user_dbs ** [18:53:02 2020-06-12] 178: Checking geocodings ** [18:53:02 2020-06-12] 178: Checking synchronizations ** [18:53:02 2020-06-12] 178: Checking tracker ** [18:53:02 2020-06-12] 178: Checking user_migrations ** [18:53:02 2020-06-12] 178: Checking batch_updates ** [18:53:02 2020-06-12] 178: Checking gears ** [18:53:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:53:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:07 2020-06-12] 178: Checking imports ** [18:53:07 2020-06-12] 178: Checking exports ** [18:53:07 2020-06-12] 178: Checking users ** [18:53:07 2020-06-12] 178: Checking user_dbs ** [18:53:07 2020-06-12] 178: Checking geocodings ** [18:53:07 2020-06-12] 178: Checking synchronizations ** [18:53:07 2020-06-12] 178: Checking tracker ** [18:53:07 2020-06-12] 178: Checking user_migrations ** [18:53:07 2020-06-12] 178: Checking batch_updates ** [18:53:07 2020-06-12] 178: Checking gears ** [18:53:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:53:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:12 2020-06-12] 178: Checking imports ** [18:53:12 2020-06-12] 178: Checking exports ** [18:53:12 2020-06-12] 178: Checking users ** [18:53:12 2020-06-12] 178: Checking user_dbs ** [18:53:12 2020-06-12] 178: Checking geocodings ** [18:53:12 2020-06-12] 178: Checking synchronizations ** [18:53:12 2020-06-12] 178: Checking tracker ** [18:53:12 2020-06-12] 178: Checking user_migrations ** [18:53:12 2020-06-12] 178: Checking batch_updates ** [18:53:12 2020-06-12] 178: Checking gears ** [18:53:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:53:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:17 2020-06-12] 178: Checking imports ** [18:53:17 2020-06-12] 178: Checking exports ** [18:53:17 2020-06-12] 178: Checking users ** [18:53:17 2020-06-12] 178: Checking user_dbs ** [18:53:17 2020-06-12] 178: Checking geocodings ** [18:53:17 2020-06-12] 178: Checking synchronizations ** [18:53:17 2020-06-12] 178: Checking tracker ** [18:53:17 2020-06-12] 178: Checking user_migrations ** [18:53:17 2020-06-12] 178: Checking batch_updates ** [18:53:17 2020-06-12] 178: Checking gears ** [18:53:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:53:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:22 2020-06-12] 178: Checking imports ** [18:53:22 2020-06-12] 178: Checking exports ** [18:53:22 2020-06-12] 178: Checking users ** [18:53:22 2020-06-12] 178: Checking user_dbs ** [18:53:22 2020-06-12] 178: Checking geocodings ** [18:53:22 2020-06-12] 178: Checking synchronizations ** [18:53:22 2020-06-12] 178: Checking tracker ** [18:53:22 2020-06-12] 178: Checking user_migrations ** [18:53:22 2020-06-12] 178: Checking batch_updates ** [18:53:22 2020-06-12] 178: Checking gears ** [18:53:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:53:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:27 2020-06-12] 178: Checking imports ** [18:53:27 2020-06-12] 178: Checking exports ** [18:53:27 2020-06-12] 178: Checking users ** [18:53:27 2020-06-12] 178: Checking user_dbs ** [18:53:27 2020-06-12] 178: Checking geocodings ** [18:53:27 2020-06-12] 178: Checking synchronizations ** [18:53:27 2020-06-12] 178: Checking tracker ** [18:53:27 2020-06-12] 178: Checking user_migrations ** [18:53:27 2020-06-12] 178: Checking batch_updates ** [18:53:27 2020-06-12] 178: Checking gears ** [18:53:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:53:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:32 2020-06-12] 178: Checking imports ** [18:53:32 2020-06-12] 178: Checking exports ** [18:53:32 2020-06-12] 178: Checking users ** [18:53:32 2020-06-12] 178: Checking user_dbs ** [18:53:32 2020-06-12] 178: Checking geocodings ** [18:53:32 2020-06-12] 178: Checking synchronizations ** [18:53:32 2020-06-12] 178: Checking tracker ** [18:53:32 2020-06-12] 178: Checking user_migrations ** [18:53:32 2020-06-12] 178: Checking batch_updates ** [18:53:32 2020-06-12] 178: Checking gears ** [18:53:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:53:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:37 2020-06-12] 178: Checking imports ** [18:53:37 2020-06-12] 178: Checking exports ** [18:53:37 2020-06-12] 178: Checking users ** [18:53:37 2020-06-12] 178: Checking user_dbs ** [18:53:37 2020-06-12] 178: Checking geocodings ** [18:53:37 2020-06-12] 178: Checking synchronizations ** [18:53:37 2020-06-12] 178: Checking tracker ** [18:53:37 2020-06-12] 178: Checking user_migrations ** [18:53:37 2020-06-12] 178: Checking batch_updates ** [18:53:37 2020-06-12] 178: Checking gears ** [18:53:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:53:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:42 2020-06-12] 178: Checking imports ** [18:53:42 2020-06-12] 178: Checking exports ** [18:53:42 2020-06-12] 178: Checking users ** [18:53:42 2020-06-12] 178: Checking user_dbs ** [18:53:42 2020-06-12] 178: Checking geocodings ** [18:53:42 2020-06-12] 178: Checking synchronizations ** [18:53:42 2020-06-12] 178: Checking tracker ** [18:53:42 2020-06-12] 178: Checking user_migrations ** [18:53:42 2020-06-12] 178: Checking batch_updates ** [18:53:42 2020-06-12] 178: Checking gears ** [18:53:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:53:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:47 2020-06-12] 178: Checking imports ** [18:53:47 2020-06-12] 178: Checking exports ** [18:53:47 2020-06-12] 178: Checking users ** [18:53:47 2020-06-12] 178: Checking user_dbs ** [18:53:47 2020-06-12] 178: Checking geocodings ** [18:53:47 2020-06-12] 178: Checking synchronizations ** [18:53:47 2020-06-12] 178: Checking tracker ** [18:53:47 2020-06-12] 178: Checking user_migrations ** [18:53:47 2020-06-12] 178: Checking batch_updates ** [18:53:47 2020-06-12] 178: Checking gears ** [18:53:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:53:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:52 2020-06-12] 178: Checking imports ** [18:53:52 2020-06-12] 178: Checking exports ** [18:53:52 2020-06-12] 178: Checking users ** [18:53:52 2020-06-12] 178: Checking user_dbs ** [18:53:52 2020-06-12] 178: Checking geocodings ** [18:53:52 2020-06-12] 178: Checking synchronizations ** [18:53:52 2020-06-12] 178: Checking tracker ** [18:53:52 2020-06-12] 178: Checking user_migrations ** [18:53:52 2020-06-12] 178: Checking batch_updates ** [18:53:52 2020-06-12] 178: Checking gears ** [18:53:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:53:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:57 2020-06-12] 178: Checking imports ** [18:53:57 2020-06-12] 178: Checking exports ** [18:53:57 2020-06-12] 178: Checking users ** [18:53:57 2020-06-12] 178: Checking user_dbs ** [18:53:57 2020-06-12] 178: Checking geocodings ** [18:53:57 2020-06-12] 178: Checking synchronizations ** [18:53:57 2020-06-12] 178: Checking tracker ** [18:53:57 2020-06-12] 178: Checking user_migrations ** [18:53:57 2020-06-12] 178: Checking batch_updates ** [18:53:57 2020-06-12] 178: Checking gears ** [18:53:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:53:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:02 2020-06-12] 178: Checking imports ** [18:54:02 2020-06-12] 178: Checking exports ** [18:54:02 2020-06-12] 178: Checking users ** [18:54:02 2020-06-12] 178: Checking user_dbs ** [18:54:02 2020-06-12] 178: Checking geocodings ** [18:54:02 2020-06-12] 178: Checking synchronizations ** [18:54:02 2020-06-12] 178: Checking tracker ** [18:54:02 2020-06-12] 178: Checking user_migrations ** [18:54:02 2020-06-12] 178: Checking batch_updates ** [18:54:02 2020-06-12] 178: Checking gears ** [18:54:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:54:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:07 2020-06-12] 178: Checking imports ** [18:54:07 2020-06-12] 178: Checking exports ** [18:54:07 2020-06-12] 178: Checking users ** [18:54:07 2020-06-12] 178: Checking user_dbs ** [18:54:07 2020-06-12] 178: Checking geocodings ** [18:54:07 2020-06-12] 178: Checking synchronizations ** [18:54:07 2020-06-12] 178: Checking tracker ** [18:54:07 2020-06-12] 178: Checking user_migrations ** [18:54:07 2020-06-12] 178: Checking batch_updates ** [18:54:07 2020-06-12] 178: Checking gears ** [18:54:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:54:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:12 2020-06-12] 178: Checking imports ** [18:54:12 2020-06-12] 178: Checking exports ** [18:54:12 2020-06-12] 178: Checking users ** [18:54:12 2020-06-12] 178: Checking user_dbs ** [18:54:12 2020-06-12] 178: Checking geocodings ** [18:54:12 2020-06-12] 178: Checking synchronizations ** [18:54:12 2020-06-12] 178: Checking tracker ** [18:54:12 2020-06-12] 178: Checking user_migrations ** [18:54:12 2020-06-12] 178: Checking batch_updates ** [18:54:12 2020-06-12] 178: Checking gears ** [18:54:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:54:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:17 2020-06-12] 178: Checking imports ** [18:54:17 2020-06-12] 178: Checking exports ** [18:54:17 2020-06-12] 178: Checking users ** [18:54:17 2020-06-12] 178: Checking user_dbs ** [18:54:17 2020-06-12] 178: Checking geocodings ** [18:54:17 2020-06-12] 178: Checking synchronizations ** [18:54:17 2020-06-12] 178: Checking tracker ** [18:54:17 2020-06-12] 178: Checking user_migrations ** [18:54:17 2020-06-12] 178: Checking batch_updates ** [18:54:17 2020-06-12] 178: Checking gears ** [18:54:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:54:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:22 2020-06-12] 178: Checking imports ** [18:54:22 2020-06-12] 178: Checking exports ** [18:54:22 2020-06-12] 178: Checking users ** [18:54:22 2020-06-12] 178: Checking user_dbs ** [18:54:22 2020-06-12] 178: Checking geocodings ** [18:54:22 2020-06-12] 178: Checking synchronizations ** [18:54:22 2020-06-12] 178: Checking tracker ** [18:54:22 2020-06-12] 178: Checking user_migrations ** [18:54:22 2020-06-12] 178: Checking batch_updates ** [18:54:22 2020-06-12] 178: Checking gears ** [18:54:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:54:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:27 2020-06-12] 178: Checking imports ** [18:54:27 2020-06-12] 178: Checking exports ** [18:54:27 2020-06-12] 178: Checking users ** [18:54:27 2020-06-12] 178: Checking user_dbs ** [18:54:27 2020-06-12] 178: Checking geocodings ** [18:54:27 2020-06-12] 178: Checking synchronizations ** [18:54:27 2020-06-12] 178: Checking tracker ** [18:54:27 2020-06-12] 178: Checking user_migrations ** [18:54:27 2020-06-12] 178: Checking batch_updates ** [18:54:27 2020-06-12] 178: Checking gears ** [18:54:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:54:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:32 2020-06-12] 178: Checking imports ** [18:54:32 2020-06-12] 178: Checking exports ** [18:54:32 2020-06-12] 178: Checking users ** [18:54:32 2020-06-12] 178: Checking user_dbs ** [18:54:32 2020-06-12] 178: Checking geocodings ** [18:54:32 2020-06-12] 178: Checking synchronizations ** [18:54:32 2020-06-12] 178: Checking tracker ** [18:54:32 2020-06-12] 178: Checking user_migrations ** [18:54:32 2020-06-12] 178: Checking batch_updates ** [18:54:32 2020-06-12] 178: Checking gears ** [18:54:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:54:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:37 2020-06-12] 178: Checking imports ** [18:54:37 2020-06-12] 178: Checking exports ** [18:54:37 2020-06-12] 178: Checking users ** [18:54:37 2020-06-12] 178: Checking user_dbs ** [18:54:37 2020-06-12] 178: Checking geocodings ** [18:54:37 2020-06-12] 178: Checking synchronizations ** [18:54:37 2020-06-12] 178: Checking tracker ** [18:54:37 2020-06-12] 178: Checking user_migrations ** [18:54:37 2020-06-12] 178: Checking batch_updates ** [18:54:37 2020-06-12] 178: Checking gears ** [18:54:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:54:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:42 2020-06-12] 178: Checking imports ** [18:54:42 2020-06-12] 178: Checking exports ** [18:54:42 2020-06-12] 178: Checking users ** [18:54:42 2020-06-12] 178: Checking user_dbs ** [18:54:42 2020-06-12] 178: Checking geocodings ** [18:54:42 2020-06-12] 178: Checking synchronizations ** [18:54:42 2020-06-12] 178: Checking tracker ** [18:54:42 2020-06-12] 178: Checking user_migrations ** [18:54:42 2020-06-12] 178: Checking batch_updates ** [18:54:42 2020-06-12] 178: Checking gears ** [18:54:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:54:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:47 2020-06-12] 178: Checking imports ** [18:54:47 2020-06-12] 178: Checking exports ** [18:54:47 2020-06-12] 178: Checking users ** [18:54:47 2020-06-12] 178: Checking user_dbs ** [18:54:47 2020-06-12] 178: Checking geocodings ** [18:54:47 2020-06-12] 178: Checking synchronizations ** [18:54:47 2020-06-12] 178: Checking tracker ** [18:54:47 2020-06-12] 178: Checking user_migrations ** [18:54:47 2020-06-12] 178: Checking batch_updates ** [18:54:47 2020-06-12] 178: Checking gears ** [18:54:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:54:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:52 2020-06-12] 178: Checking imports ** [18:54:52 2020-06-12] 178: Checking exports ** [18:54:52 2020-06-12] 178: Checking users ** [18:54:52 2020-06-12] 178: Checking user_dbs ** [18:54:52 2020-06-12] 178: Checking geocodings ** [18:54:52 2020-06-12] 178: Checking synchronizations ** [18:54:52 2020-06-12] 178: Checking tracker ** [18:54:52 2020-06-12] 178: Checking user_migrations ** [18:54:52 2020-06-12] 178: Checking batch_updates ** [18:54:52 2020-06-12] 178: Checking gears ** [18:54:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:54:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:57 2020-06-12] 178: Checking imports ** [18:54:57 2020-06-12] 178: Checking exports ** [18:54:57 2020-06-12] 178: Checking users ** [18:54:57 2020-06-12] 178: Checking user_dbs ** [18:54:57 2020-06-12] 178: Checking geocodings ** [18:54:57 2020-06-12] 178: Checking synchronizations ** [18:54:57 2020-06-12] 178: Checking tracker ** [18:54:57 2020-06-12] 178: Checking user_migrations ** [18:54:57 2020-06-12] 178: Checking batch_updates ** [18:54:57 2020-06-12] 178: Checking gears ** [18:54:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:54:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:02 2020-06-12] 178: Checking imports ** [18:55:02 2020-06-12] 178: Checking exports ** [18:55:02 2020-06-12] 178: Checking users ** [18:55:02 2020-06-12] 178: Checking user_dbs ** [18:55:02 2020-06-12] 178: Checking geocodings ** [18:55:02 2020-06-12] 178: Checking synchronizations ** [18:55:02 2020-06-12] 178: Checking tracker ** [18:55:02 2020-06-12] 178: Checking user_migrations ** [18:55:02 2020-06-12] 178: Checking batch_updates ** [18:55:02 2020-06-12] 178: Checking gears ** [18:55:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:55:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:07 2020-06-12] 178: Checking imports ** [18:55:07 2020-06-12] 178: Checking exports ** [18:55:07 2020-06-12] 178: Checking users ** [18:55:07 2020-06-12] 178: Checking user_dbs ** [18:55:07 2020-06-12] 178: Checking geocodings ** [18:55:07 2020-06-12] 178: Checking synchronizations ** [18:55:07 2020-06-12] 178: Checking tracker ** [18:55:07 2020-06-12] 178: Checking user_migrations ** [18:55:07 2020-06-12] 178: Checking batch_updates ** [18:55:07 2020-06-12] 178: Checking gears ** [18:55:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:55:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:12 2020-06-12] 178: Checking imports ** [18:55:12 2020-06-12] 178: Checking exports ** [18:55:12 2020-06-12] 178: Checking users ** [18:55:12 2020-06-12] 178: Checking user_dbs ** [18:55:12 2020-06-12] 178: Checking geocodings ** [18:55:12 2020-06-12] 178: Checking synchronizations ** [18:55:12 2020-06-12] 178: Checking tracker ** [18:55:12 2020-06-12] 178: Checking user_migrations ** [18:55:12 2020-06-12] 178: Checking batch_updates ** [18:55:12 2020-06-12] 178: Checking gears ** [18:55:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:55:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:17 2020-06-12] 178: Checking imports ** [18:55:17 2020-06-12] 178: Checking exports ** [18:55:17 2020-06-12] 178: Checking users ** [18:55:17 2020-06-12] 178: Checking user_dbs ** [18:55:17 2020-06-12] 178: Checking geocodings ** [18:55:17 2020-06-12] 178: Checking synchronizations ** [18:55:17 2020-06-12] 178: Checking tracker ** [18:55:17 2020-06-12] 178: Checking user_migrations ** [18:55:17 2020-06-12] 178: Checking batch_updates ** [18:55:17 2020-06-12] 178: Checking gears ** [18:55:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:55:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:22 2020-06-12] 178: Checking imports ** [18:55:22 2020-06-12] 178: Checking exports ** [18:55:22 2020-06-12] 178: Checking users ** [18:55:22 2020-06-12] 178: Checking user_dbs ** [18:55:22 2020-06-12] 178: Checking geocodings ** [18:55:22 2020-06-12] 178: Checking synchronizations ** [18:55:22 2020-06-12] 178: Checking tracker ** [18:55:22 2020-06-12] 178: Checking user_migrations ** [18:55:22 2020-06-12] 178: Checking batch_updates ** [18:55:22 2020-06-12] 178: Checking gears ** [18:55:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:55:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:27 2020-06-12] 178: Checking imports ** [18:55:27 2020-06-12] 178: Checking exports ** [18:55:27 2020-06-12] 178: Checking users ** [18:55:27 2020-06-12] 178: Checking user_dbs ** [18:55:27 2020-06-12] 178: Checking geocodings ** [18:55:27 2020-06-12] 178: Checking synchronizations ** [18:55:27 2020-06-12] 178: Checking tracker ** [18:55:27 2020-06-12] 178: Checking user_migrations ** [18:55:27 2020-06-12] 178: Checking batch_updates ** [18:55:27 2020-06-12] 178: Checking gears ** [18:55:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:55:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:32 2020-06-12] 178: Checking imports ** [18:55:32 2020-06-12] 178: Checking exports ** [18:55:32 2020-06-12] 178: Checking users ** [18:55:32 2020-06-12] 178: Checking user_dbs ** [18:55:32 2020-06-12] 178: Checking geocodings ** [18:55:32 2020-06-12] 178: Checking synchronizations ** [18:55:32 2020-06-12] 178: Checking tracker ** [18:55:32 2020-06-12] 178: Checking user_migrations ** [18:55:32 2020-06-12] 178: Checking batch_updates ** [18:55:32 2020-06-12] 178: Checking gears ** [18:55:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:55:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:37 2020-06-12] 178: Checking imports ** [18:55:37 2020-06-12] 178: Checking exports ** [18:55:37 2020-06-12] 178: Checking users ** [18:55:37 2020-06-12] 178: Checking user_dbs ** [18:55:37 2020-06-12] 178: Checking geocodings ** [18:55:37 2020-06-12] 178: Checking synchronizations ** [18:55:37 2020-06-12] 178: Checking tracker ** [18:55:37 2020-06-12] 178: Checking user_migrations ** [18:55:37 2020-06-12] 178: Checking batch_updates ** [18:55:37 2020-06-12] 178: Checking gears ** [18:55:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:55:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:42 2020-06-12] 178: Checking imports ** [18:55:42 2020-06-12] 178: Checking exports ** [18:55:42 2020-06-12] 178: Checking users ** [18:55:42 2020-06-12] 178: Checking user_dbs ** [18:55:42 2020-06-12] 178: Checking geocodings ** [18:55:42 2020-06-12] 178: Checking synchronizations ** [18:55:42 2020-06-12] 178: Checking tracker ** [18:55:42 2020-06-12] 178: Checking user_migrations ** [18:55:42 2020-06-12] 178: Checking batch_updates ** [18:55:42 2020-06-12] 178: Checking gears ** [18:55:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:55:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:47 2020-06-12] 178: Checking imports ** [18:55:47 2020-06-12] 178: Checking exports ** [18:55:47 2020-06-12] 178: Checking users ** [18:55:47 2020-06-12] 178: Checking user_dbs ** [18:55:47 2020-06-12] 178: Checking geocodings ** [18:55:47 2020-06-12] 178: Checking synchronizations ** [18:55:47 2020-06-12] 178: Checking tracker ** [18:55:47 2020-06-12] 178: Checking user_migrations ** [18:55:47 2020-06-12] 178: Checking batch_updates ** [18:55:47 2020-06-12] 178: Checking gears ** [18:55:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:55:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:52 2020-06-12] 178: Checking imports ** [18:55:52 2020-06-12] 178: Checking exports ** [18:55:52 2020-06-12] 178: Checking users ** [18:55:52 2020-06-12] 178: Checking user_dbs ** [18:55:52 2020-06-12] 178: Checking geocodings ** [18:55:52 2020-06-12] 178: Checking synchronizations ** [18:55:52 2020-06-12] 178: Checking tracker ** [18:55:52 2020-06-12] 178: Checking user_migrations ** [18:55:52 2020-06-12] 178: Checking batch_updates ** [18:55:52 2020-06-12] 178: Checking gears ** [18:55:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:55:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:57 2020-06-12] 178: Checking imports ** [18:55:57 2020-06-12] 178: Checking exports ** [18:55:57 2020-06-12] 178: Checking users ** [18:55:57 2020-06-12] 178: Checking user_dbs ** [18:55:57 2020-06-12] 178: Checking geocodings ** [18:55:57 2020-06-12] 178: Checking synchronizations ** [18:55:57 2020-06-12] 178: Checking tracker ** [18:55:57 2020-06-12] 178: Checking user_migrations ** [18:55:57 2020-06-12] 178: Checking batch_updates ** [18:55:57 2020-06-12] 178: Checking gears ** [18:55:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:55:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:02 2020-06-12] 178: Checking imports ** [18:56:02 2020-06-12] 178: Checking exports ** [18:56:02 2020-06-12] 178: Checking users ** [18:56:02 2020-06-12] 178: Checking user_dbs ** [18:56:02 2020-06-12] 178: Checking geocodings ** [18:56:02 2020-06-12] 178: Checking synchronizations ** [18:56:02 2020-06-12] 178: Checking tracker ** [18:56:02 2020-06-12] 178: Checking user_migrations ** [18:56:02 2020-06-12] 178: Checking batch_updates ** [18:56:02 2020-06-12] 178: Checking gears ** [18:56:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:56:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:07 2020-06-12] 178: Checking imports ** [18:56:07 2020-06-12] 178: Checking exports ** [18:56:07 2020-06-12] 178: Checking users ** [18:56:07 2020-06-12] 178: Checking user_dbs ** [18:56:07 2020-06-12] 178: Checking geocodings ** [18:56:07 2020-06-12] 178: Checking synchronizations ** [18:56:07 2020-06-12] 178: Checking tracker ** [18:56:07 2020-06-12] 178: Checking user_migrations ** [18:56:07 2020-06-12] 178: Checking batch_updates ** [18:56:07 2020-06-12] 178: Checking gears ** [18:56:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:56:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:12 2020-06-12] 178: Checking imports ** [18:56:12 2020-06-12] 178: Checking exports ** [18:56:12 2020-06-12] 178: Checking users ** [18:56:12 2020-06-12] 178: Checking user_dbs ** [18:56:12 2020-06-12] 178: Checking geocodings ** [18:56:12 2020-06-12] 178: Checking synchronizations ** [18:56:12 2020-06-12] 178: Checking tracker ** [18:56:12 2020-06-12] 178: Checking user_migrations ** [18:56:12 2020-06-12] 178: Checking batch_updates ** [18:56:12 2020-06-12] 178: Checking gears ** [18:56:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:56:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:17 2020-06-12] 178: Checking imports ** [18:56:17 2020-06-12] 178: Checking exports ** [18:56:17 2020-06-12] 178: Checking users ** [18:56:17 2020-06-12] 178: Checking user_dbs ** [18:56:17 2020-06-12] 178: Checking geocodings ** [18:56:17 2020-06-12] 178: Checking synchronizations ** [18:56:17 2020-06-12] 178: Checking tracker ** [18:56:17 2020-06-12] 178: Checking user_migrations ** [18:56:17 2020-06-12] 178: Checking batch_updates ** [18:56:17 2020-06-12] 178: Checking gears ** [18:56:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:56:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:22 2020-06-12] 178: Checking imports ** [18:56:22 2020-06-12] 178: Checking exports ** [18:56:22 2020-06-12] 178: Checking users ** [18:56:22 2020-06-12] 178: Checking user_dbs ** [18:56:22 2020-06-12] 178: Checking geocodings ** [18:56:22 2020-06-12] 178: Checking synchronizations ** [18:56:22 2020-06-12] 178: Checking tracker ** [18:56:22 2020-06-12] 178: Checking user_migrations ** [18:56:22 2020-06-12] 178: Checking batch_updates ** [18:56:22 2020-06-12] 178: Checking gears ** [18:56:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:56:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:27 2020-06-12] 178: Checking imports ** [18:56:27 2020-06-12] 178: Checking exports ** [18:56:27 2020-06-12] 178: Checking users ** [18:56:27 2020-06-12] 178: Checking user_dbs ** [18:56:27 2020-06-12] 178: Checking geocodings ** [18:56:27 2020-06-12] 178: Checking synchronizations ** [18:56:27 2020-06-12] 178: Checking tracker ** [18:56:27 2020-06-12] 178: Checking user_migrations ** [18:56:27 2020-06-12] 178: Checking batch_updates ** [18:56:27 2020-06-12] 178: Checking gears ** [18:56:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:56:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:32 2020-06-12] 178: Checking imports ** [18:56:32 2020-06-12] 178: Checking exports ** [18:56:32 2020-06-12] 178: Checking users ** [18:56:32 2020-06-12] 178: Checking user_dbs ** [18:56:32 2020-06-12] 178: Checking geocodings ** [18:56:32 2020-06-12] 178: Checking synchronizations ** [18:56:32 2020-06-12] 178: Checking tracker ** [18:56:32 2020-06-12] 178: Checking user_migrations ** [18:56:32 2020-06-12] 178: Checking batch_updates ** [18:56:32 2020-06-12] 178: Checking gears ** [18:56:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:56:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:37 2020-06-12] 178: Checking imports ** [18:56:37 2020-06-12] 178: Checking exports ** [18:56:37 2020-06-12] 178: Checking users ** [18:56:37 2020-06-12] 178: Checking user_dbs ** [18:56:37 2020-06-12] 178: Checking geocodings ** [18:56:37 2020-06-12] 178: Checking synchronizations ** [18:56:37 2020-06-12] 178: Checking tracker ** [18:56:37 2020-06-12] 178: Checking user_migrations ** [18:56:37 2020-06-12] 178: Checking batch_updates ** [18:56:37 2020-06-12] 178: Checking gears ** [18:56:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:56:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:42 2020-06-12] 178: Checking imports ** [18:56:42 2020-06-12] 178: Checking exports ** [18:56:42 2020-06-12] 178: Checking users ** [18:56:42 2020-06-12] 178: Checking user_dbs ** [18:56:42 2020-06-12] 178: Checking geocodings ** [18:56:42 2020-06-12] 178: Checking synchronizations ** [18:56:42 2020-06-12] 178: Checking tracker ** [18:56:42 2020-06-12] 178: Checking user_migrations ** [18:56:42 2020-06-12] 178: Checking batch_updates ** [18:56:42 2020-06-12] 178: Checking gears ** [18:56:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:56:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:47 2020-06-12] 178: Checking imports ** [18:56:47 2020-06-12] 178: Checking exports ** [18:56:47 2020-06-12] 178: Checking users ** [18:56:47 2020-06-12] 178: Checking user_dbs ** [18:56:47 2020-06-12] 178: Checking geocodings ** [18:56:47 2020-06-12] 178: Checking synchronizations ** [18:56:47 2020-06-12] 178: Checking tracker ** [18:56:47 2020-06-12] 178: Checking user_migrations ** [18:56:47 2020-06-12] 178: Checking batch_updates ** [18:56:47 2020-06-12] 178: Checking gears ** [18:56:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:56:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:52 2020-06-12] 178: Checking imports ** [18:56:52 2020-06-12] 178: Checking exports ** [18:56:52 2020-06-12] 178: Checking users ** [18:56:52 2020-06-12] 178: Checking user_dbs ** [18:56:52 2020-06-12] 178: Checking geocodings ** [18:56:52 2020-06-12] 178: Checking synchronizations ** [18:56:52 2020-06-12] 178: Checking tracker ** [18:56:52 2020-06-12] 178: Checking user_migrations ** [18:56:52 2020-06-12] 178: Checking batch_updates ** [18:56:52 2020-06-12] 178: Checking gears ** [18:56:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:56:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:57 2020-06-12] 178: Checking imports ** [18:56:57 2020-06-12] 178: Checking exports ** [18:56:57 2020-06-12] 178: Checking users ** [18:56:57 2020-06-12] 178: Checking user_dbs ** [18:56:57 2020-06-12] 178: Checking geocodings ** [18:56:57 2020-06-12] 178: Checking synchronizations ** [18:56:57 2020-06-12] 178: Checking tracker ** [18:56:57 2020-06-12] 178: Checking user_migrations ** [18:56:57 2020-06-12] 178: Checking batch_updates ** [18:56:57 2020-06-12] 178: Checking gears ** [18:56:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:56:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:02 2020-06-12] 178: Checking imports ** [18:57:02 2020-06-12] 178: Checking exports ** [18:57:02 2020-06-12] 178: Checking users ** [18:57:02 2020-06-12] 178: Checking user_dbs ** [18:57:02 2020-06-12] 178: Checking geocodings ** [18:57:02 2020-06-12] 178: Checking synchronizations ** [18:57:02 2020-06-12] 178: Checking tracker ** [18:57:02 2020-06-12] 178: Checking user_migrations ** [18:57:02 2020-06-12] 178: Checking batch_updates ** [18:57:02 2020-06-12] 178: Checking gears ** [18:57:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:57:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:07 2020-06-12] 178: Checking imports ** [18:57:07 2020-06-12] 178: Checking exports ** [18:57:07 2020-06-12] 178: Checking users ** [18:57:07 2020-06-12] 178: Checking user_dbs ** [18:57:07 2020-06-12] 178: Checking geocodings ** [18:57:07 2020-06-12] 178: Checking synchronizations ** [18:57:07 2020-06-12] 178: Checking tracker ** [18:57:07 2020-06-12] 178: Checking user_migrations ** [18:57:07 2020-06-12] 178: Checking batch_updates ** [18:57:07 2020-06-12] 178: Checking gears ** [18:57:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:57:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:12 2020-06-12] 178: Checking imports ** [18:57:12 2020-06-12] 178: Checking exports ** [18:57:12 2020-06-12] 178: Checking users ** [18:57:12 2020-06-12] 178: Checking user_dbs ** [18:57:12 2020-06-12] 178: Checking geocodings ** [18:57:12 2020-06-12] 178: Checking synchronizations ** [18:57:12 2020-06-12] 178: Checking tracker ** [18:57:12 2020-06-12] 178: Checking user_migrations ** [18:57:12 2020-06-12] 178: Checking batch_updates ** [18:57:12 2020-06-12] 178: Checking gears ** [18:57:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:57:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:17 2020-06-12] 178: Checking imports ** [18:57:17 2020-06-12] 178: Checking exports ** [18:57:17 2020-06-12] 178: Checking users ** [18:57:17 2020-06-12] 178: Checking user_dbs ** [18:57:17 2020-06-12] 178: Checking geocodings ** [18:57:17 2020-06-12] 178: Checking synchronizations ** [18:57:17 2020-06-12] 178: Checking tracker ** [18:57:17 2020-06-12] 178: Checking user_migrations ** [18:57:17 2020-06-12] 178: Checking batch_updates ** [18:57:17 2020-06-12] 178: Checking gears ** [18:57:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:57:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:22 2020-06-12] 178: Checking imports ** [18:57:22 2020-06-12] 178: Checking exports ** [18:57:22 2020-06-12] 178: Checking users ** [18:57:22 2020-06-12] 178: Checking user_dbs ** [18:57:22 2020-06-12] 178: Checking geocodings ** [18:57:22 2020-06-12] 178: Checking synchronizations ** [18:57:22 2020-06-12] 178: Checking tracker ** [18:57:22 2020-06-12] 178: Checking user_migrations ** [18:57:22 2020-06-12] 178: Checking batch_updates ** [18:57:22 2020-06-12] 178: Checking gears ** [18:57:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:57:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:27 2020-06-12] 178: Checking imports ** [18:57:27 2020-06-12] 178: Checking exports ** [18:57:27 2020-06-12] 178: Checking users ** [18:57:27 2020-06-12] 178: Checking user_dbs ** [18:57:27 2020-06-12] 178: Checking geocodings ** [18:57:27 2020-06-12] 178: Checking synchronizations ** [18:57:27 2020-06-12] 178: Checking tracker ** [18:57:27 2020-06-12] 178: Checking user_migrations ** [18:57:27 2020-06-12] 178: Checking batch_updates ** [18:57:27 2020-06-12] 178: Checking gears ** [18:57:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:57:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:32 2020-06-12] 178: Checking imports ** [18:57:32 2020-06-12] 178: Checking exports ** [18:57:32 2020-06-12] 178: Checking users ** [18:57:32 2020-06-12] 178: Checking user_dbs ** [18:57:32 2020-06-12] 178: Checking geocodings ** [18:57:32 2020-06-12] 178: Checking synchronizations ** [18:57:32 2020-06-12] 178: Checking tracker ** [18:57:32 2020-06-12] 178: Checking user_migrations ** [18:57:32 2020-06-12] 178: Checking batch_updates ** [18:57:32 2020-06-12] 178: Checking gears ** [18:57:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:57:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:37 2020-06-12] 178: Checking imports ** [18:57:37 2020-06-12] 178: Checking exports ** [18:57:37 2020-06-12] 178: Checking users ** [18:57:37 2020-06-12] 178: Checking user_dbs ** [18:57:37 2020-06-12] 178: Checking geocodings ** [18:57:37 2020-06-12] 178: Checking synchronizations ** [18:57:37 2020-06-12] 178: Checking tracker ** [18:57:37 2020-06-12] 178: Checking user_migrations ** [18:57:37 2020-06-12] 178: Checking batch_updates ** [18:57:37 2020-06-12] 178: Checking gears ** [18:57:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:57:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:42 2020-06-12] 178: Checking imports ** [18:57:42 2020-06-12] 178: Checking exports ** [18:57:42 2020-06-12] 178: Checking users ** [18:57:42 2020-06-12] 178: Checking user_dbs ** [18:57:42 2020-06-12] 178: Checking geocodings ** [18:57:42 2020-06-12] 178: Checking synchronizations ** [18:57:42 2020-06-12] 178: Checking tracker ** [18:57:42 2020-06-12] 178: Checking user_migrations ** [18:57:42 2020-06-12] 178: Checking batch_updates ** [18:57:42 2020-06-12] 178: Checking gears ** [18:57:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:57:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:47 2020-06-12] 178: Checking imports ** [18:57:47 2020-06-12] 178: Checking exports ** [18:57:47 2020-06-12] 178: Checking users ** [18:57:47 2020-06-12] 178: Checking user_dbs ** [18:57:47 2020-06-12] 178: Checking geocodings ** [18:57:47 2020-06-12] 178: Checking synchronizations ** [18:57:47 2020-06-12] 178: Checking tracker ** [18:57:47 2020-06-12] 178: Checking user_migrations ** [18:57:47 2020-06-12] 178: Checking batch_updates ** [18:57:47 2020-06-12] 178: Checking gears ** [18:57:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:57:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:52 2020-06-12] 178: Checking imports ** [18:57:52 2020-06-12] 178: Checking exports ** [18:57:52 2020-06-12] 178: Checking users ** [18:57:52 2020-06-12] 178: Checking user_dbs ** [18:57:52 2020-06-12] 178: Checking geocodings ** [18:57:52 2020-06-12] 178: Checking synchronizations ** [18:57:52 2020-06-12] 178: Checking tracker ** [18:57:52 2020-06-12] 178: Checking user_migrations ** [18:57:52 2020-06-12] 178: Checking batch_updates ** [18:57:52 2020-06-12] 178: Checking gears ** [18:57:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:57:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:57 2020-06-12] 178: Checking imports ** [18:57:57 2020-06-12] 178: Checking exports ** [18:57:57 2020-06-12] 178: Checking users ** [18:57:57 2020-06-12] 178: Checking user_dbs ** [18:57:57 2020-06-12] 178: Checking geocodings ** [18:57:57 2020-06-12] 178: Checking synchronizations ** [18:57:57 2020-06-12] 178: Checking tracker ** [18:57:57 2020-06-12] 178: Checking user_migrations ** [18:57:57 2020-06-12] 178: Checking batch_updates ** [18:57:57 2020-06-12] 178: Checking gears ** [18:57:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:57:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:02 2020-06-12] 178: Checking imports ** [18:58:02 2020-06-12] 178: Checking exports ** [18:58:02 2020-06-12] 178: Checking users ** [18:58:02 2020-06-12] 178: Checking user_dbs ** [18:58:02 2020-06-12] 178: Checking geocodings ** [18:58:02 2020-06-12] 178: Checking synchronizations ** [18:58:02 2020-06-12] 178: Checking tracker ** [18:58:02 2020-06-12] 178: Checking user_migrations ** [18:58:02 2020-06-12] 178: Checking batch_updates ** [18:58:02 2020-06-12] 178: Checking gears ** [18:58:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:58:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:07 2020-06-12] 178: Checking imports ** [18:58:07 2020-06-12] 178: Checking exports ** [18:58:07 2020-06-12] 178: Checking users ** [18:58:07 2020-06-12] 178: Checking user_dbs ** [18:58:07 2020-06-12] 178: Checking geocodings ** [18:58:07 2020-06-12] 178: Checking synchronizations ** [18:58:07 2020-06-12] 178: Checking tracker ** [18:58:07 2020-06-12] 178: Checking user_migrations ** [18:58:07 2020-06-12] 178: Checking batch_updates ** [18:58:07 2020-06-12] 178: Checking gears ** [18:58:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:58:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:12 2020-06-12] 178: Checking imports ** [18:58:12 2020-06-12] 178: Checking exports ** [18:58:12 2020-06-12] 178: Checking users ** [18:58:12 2020-06-12] 178: Checking user_dbs ** [18:58:12 2020-06-12] 178: Checking geocodings ** [18:58:12 2020-06-12] 178: Checking synchronizations ** [18:58:12 2020-06-12] 178: Checking tracker ** [18:58:12 2020-06-12] 178: Checking user_migrations ** [18:58:12 2020-06-12] 178: Checking batch_updates ** [18:58:12 2020-06-12] 178: Checking gears ** [18:58:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:58:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:17 2020-06-12] 178: Checking imports ** [18:58:17 2020-06-12] 178: Checking exports ** [18:58:17 2020-06-12] 178: Checking users ** [18:58:17 2020-06-12] 178: Checking user_dbs ** [18:58:17 2020-06-12] 178: Checking geocodings ** [18:58:17 2020-06-12] 178: Checking synchronizations ** [18:58:17 2020-06-12] 178: Checking tracker ** [18:58:17 2020-06-12] 178: Checking user_migrations ** [18:58:17 2020-06-12] 178: Checking batch_updates ** [18:58:17 2020-06-12] 178: Checking gears ** [18:58:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:58:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:22 2020-06-12] 178: Checking imports ** [18:58:22 2020-06-12] 178: Checking exports ** [18:58:22 2020-06-12] 178: Checking users ** [18:58:22 2020-06-12] 178: Checking user_dbs ** [18:58:22 2020-06-12] 178: Checking geocodings ** [18:58:22 2020-06-12] 178: Checking synchronizations ** [18:58:22 2020-06-12] 178: Checking tracker ** [18:58:22 2020-06-12] 178: Checking user_migrations ** [18:58:22 2020-06-12] 178: Checking batch_updates ** [18:58:22 2020-06-12] 178: Checking gears ** [18:58:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:58:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:27 2020-06-12] 178: Checking imports ** [18:58:27 2020-06-12] 178: Checking exports ** [18:58:27 2020-06-12] 178: Checking users ** [18:58:27 2020-06-12] 178: Checking user_dbs ** [18:58:27 2020-06-12] 178: Checking geocodings ** [18:58:27 2020-06-12] 178: Checking synchronizations ** [18:58:27 2020-06-12] 178: Checking tracker ** [18:58:27 2020-06-12] 178: Checking user_migrations ** [18:58:27 2020-06-12] 178: Checking batch_updates ** [18:58:27 2020-06-12] 178: Checking gears ** [18:58:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:58:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:32 2020-06-12] 178: Checking imports ** [18:58:32 2020-06-12] 178: Checking exports ** [18:58:32 2020-06-12] 178: Checking users ** [18:58:32 2020-06-12] 178: Checking user_dbs ** [18:58:32 2020-06-12] 178: Checking geocodings ** [18:58:32 2020-06-12] 178: Checking synchronizations ** [18:58:32 2020-06-12] 178: Checking tracker ** [18:58:32 2020-06-12] 178: Checking user_migrations ** [18:58:32 2020-06-12] 178: Checking batch_updates ** [18:58:32 2020-06-12] 178: Checking gears ** [18:58:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:58:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:37 2020-06-12] 178: Checking imports ** [18:58:37 2020-06-12] 178: Checking exports ** [18:58:37 2020-06-12] 178: Checking users ** [18:58:37 2020-06-12] 178: Checking user_dbs ** [18:58:37 2020-06-12] 178: Checking geocodings ** [18:58:37 2020-06-12] 178: Checking synchronizations ** [18:58:37 2020-06-12] 178: Checking tracker ** [18:58:37 2020-06-12] 178: Checking user_migrations ** [18:58:37 2020-06-12] 178: Checking batch_updates ** [18:58:37 2020-06-12] 178: Checking gears ** [18:58:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:58:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:42 2020-06-12] 178: Checking imports ** [18:58:42 2020-06-12] 178: Checking exports ** [18:58:42 2020-06-12] 178: Checking users ** [18:58:42 2020-06-12] 178: Checking user_dbs ** [18:58:42 2020-06-12] 178: Checking geocodings ** [18:58:42 2020-06-12] 178: Checking synchronizations ** [18:58:42 2020-06-12] 178: Checking tracker ** [18:58:42 2020-06-12] 178: Checking user_migrations ** [18:58:42 2020-06-12] 178: Checking batch_updates ** [18:58:42 2020-06-12] 178: Checking gears ** [18:58:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:58:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:47 2020-06-12] 178: Checking imports ** [18:58:47 2020-06-12] 178: Checking exports ** [18:58:47 2020-06-12] 178: Checking users ** [18:58:47 2020-06-12] 178: Checking user_dbs ** [18:58:47 2020-06-12] 178: Checking geocodings ** [18:58:47 2020-06-12] 178: Checking synchronizations ** [18:58:47 2020-06-12] 178: Checking tracker ** [18:58:47 2020-06-12] 178: Checking user_migrations ** [18:58:47 2020-06-12] 178: Checking batch_updates ** [18:58:47 2020-06-12] 178: Checking gears ** [18:58:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:58:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:52 2020-06-12] 178: Checking imports ** [18:58:52 2020-06-12] 178: Checking exports ** [18:58:52 2020-06-12] 178: Checking users ** [18:58:52 2020-06-12] 178: Checking user_dbs ** [18:58:52 2020-06-12] 178: Checking geocodings ** [18:58:52 2020-06-12] 178: Checking synchronizations ** [18:58:52 2020-06-12] 178: Checking tracker ** [18:58:52 2020-06-12] 178: Checking user_migrations ** [18:58:52 2020-06-12] 178: Checking batch_updates ** [18:58:52 2020-06-12] 178: Checking gears ** [18:58:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:58:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:57 2020-06-12] 178: Checking imports ** [18:58:57 2020-06-12] 178: Checking exports ** [18:58:57 2020-06-12] 178: Checking users ** [18:58:57 2020-06-12] 178: Checking user_dbs ** [18:58:57 2020-06-12] 178: Checking geocodings ** [18:58:57 2020-06-12] 178: Checking synchronizations ** [18:58:57 2020-06-12] 178: Checking tracker ** [18:58:57 2020-06-12] 178: Checking user_migrations ** [18:58:57 2020-06-12] 178: Checking batch_updates ** [18:58:57 2020-06-12] 178: Checking gears ** [18:58:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:58:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:02 2020-06-12] 178: Checking imports ** [18:59:02 2020-06-12] 178: Checking exports ** [18:59:02 2020-06-12] 178: Checking users ** [18:59:02 2020-06-12] 178: Checking user_dbs ** [18:59:02 2020-06-12] 178: Checking geocodings ** [18:59:02 2020-06-12] 178: Checking synchronizations ** [18:59:02 2020-06-12] 178: Checking tracker ** [18:59:02 2020-06-12] 178: Checking user_migrations ** [18:59:02 2020-06-12] 178: Checking batch_updates ** [18:59:02 2020-06-12] 178: Checking gears ** [18:59:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:59:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:07 2020-06-12] 178: Checking imports ** [18:59:07 2020-06-12] 178: Checking exports ** [18:59:07 2020-06-12] 178: Checking users ** [18:59:07 2020-06-12] 178: Checking user_dbs ** [18:59:07 2020-06-12] 178: Checking geocodings ** [18:59:07 2020-06-12] 178: Checking synchronizations ** [18:59:07 2020-06-12] 178: Checking tracker ** [18:59:07 2020-06-12] 178: Checking user_migrations ** [18:59:07 2020-06-12] 178: Checking batch_updates ** [18:59:07 2020-06-12] 178: Checking gears ** [18:59:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:59:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:12 2020-06-12] 178: Checking imports ** [18:59:12 2020-06-12] 178: Checking exports ** [18:59:12 2020-06-12] 178: Checking users ** [18:59:12 2020-06-12] 178: Checking user_dbs ** [18:59:12 2020-06-12] 178: Checking geocodings ** [18:59:12 2020-06-12] 178: Checking synchronizations ** [18:59:12 2020-06-12] 178: Checking tracker ** [18:59:12 2020-06-12] 178: Checking user_migrations ** [18:59:12 2020-06-12] 178: Checking batch_updates ** [18:59:12 2020-06-12] 178: Checking gears ** [18:59:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:59:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:17 2020-06-12] 178: Checking imports ** [18:59:17 2020-06-12] 178: Checking exports ** [18:59:17 2020-06-12] 178: Checking users ** [18:59:17 2020-06-12] 178: Checking user_dbs ** [18:59:17 2020-06-12] 178: Checking geocodings ** [18:59:17 2020-06-12] 178: Checking synchronizations ** [18:59:17 2020-06-12] 178: Checking tracker ** [18:59:17 2020-06-12] 178: Checking user_migrations ** [18:59:17 2020-06-12] 178: Checking batch_updates ** [18:59:17 2020-06-12] 178: Checking gears ** [18:59:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:59:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:22 2020-06-12] 178: Checking imports ** [18:59:22 2020-06-12] 178: Checking exports ** [18:59:22 2020-06-12] 178: Checking users ** [18:59:22 2020-06-12] 178: Checking user_dbs ** [18:59:22 2020-06-12] 178: Checking geocodings ** [18:59:22 2020-06-12] 178: Checking synchronizations ** [18:59:22 2020-06-12] 178: Checking tracker ** [18:59:22 2020-06-12] 178: Checking user_migrations ** [18:59:22 2020-06-12] 178: Checking batch_updates ** [18:59:22 2020-06-12] 178: Checking gears ** [18:59:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:59:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:27 2020-06-12] 178: Checking imports ** [18:59:27 2020-06-12] 178: Checking exports ** [18:59:27 2020-06-12] 178: Checking users ** [18:59:27 2020-06-12] 178: Checking user_dbs ** [18:59:27 2020-06-12] 178: Checking geocodings ** [18:59:27 2020-06-12] 178: Checking synchronizations ** [18:59:27 2020-06-12] 178: Checking tracker ** [18:59:27 2020-06-12] 178: Checking user_migrations ** [18:59:27 2020-06-12] 178: Checking batch_updates ** [18:59:27 2020-06-12] 178: Checking gears ** [18:59:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:59:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:32 2020-06-12] 178: Checking imports ** [18:59:32 2020-06-12] 178: Checking exports ** [18:59:32 2020-06-12] 178: Checking users ** [18:59:32 2020-06-12] 178: Checking user_dbs ** [18:59:32 2020-06-12] 178: Checking geocodings ** [18:59:32 2020-06-12] 178: Checking synchronizations ** [18:59:32 2020-06-12] 178: Checking tracker ** [18:59:32 2020-06-12] 178: Checking user_migrations ** [18:59:32 2020-06-12] 178: Checking batch_updates ** [18:59:32 2020-06-12] 178: Checking gears ** [18:59:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:59:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:37 2020-06-12] 178: Checking imports ** [18:59:37 2020-06-12] 178: Checking exports ** [18:59:37 2020-06-12] 178: Checking users ** [18:59:37 2020-06-12] 178: Checking user_dbs ** [18:59:37 2020-06-12] 178: Checking geocodings ** [18:59:37 2020-06-12] 178: Checking synchronizations ** [18:59:37 2020-06-12] 178: Checking tracker ** [18:59:37 2020-06-12] 178: Checking user_migrations ** [18:59:37 2020-06-12] 178: Checking batch_updates ** [18:59:37 2020-06-12] 178: Checking gears ** [18:59:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:59:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:42 2020-06-12] 178: Checking imports ** [18:59:42 2020-06-12] 178: Checking exports ** [18:59:42 2020-06-12] 178: Checking users ** [18:59:42 2020-06-12] 178: Checking user_dbs ** [18:59:42 2020-06-12] 178: Checking geocodings ** [18:59:42 2020-06-12] 178: Checking synchronizations ** [18:59:42 2020-06-12] 178: Checking tracker ** [18:59:42 2020-06-12] 178: Checking user_migrations ** [18:59:42 2020-06-12] 178: Checking batch_updates ** [18:59:42 2020-06-12] 178: Checking gears ** [18:59:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:59:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:47 2020-06-12] 178: Checking imports ** [18:59:47 2020-06-12] 178: Checking exports ** [18:59:47 2020-06-12] 178: Checking users ** [18:59:47 2020-06-12] 178: Checking user_dbs ** [18:59:47 2020-06-12] 178: Checking geocodings ** [18:59:47 2020-06-12] 178: Checking synchronizations ** [18:59:47 2020-06-12] 178: Checking tracker ** [18:59:47 2020-06-12] 178: Checking user_migrations ** [18:59:47 2020-06-12] 178: Checking batch_updates ** [18:59:47 2020-06-12] 178: Checking gears ** [18:59:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:59:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:52 2020-06-12] 178: Checking imports ** [18:59:52 2020-06-12] 178: Checking exports ** [18:59:52 2020-06-12] 178: Checking users ** [18:59:52 2020-06-12] 178: Checking user_dbs ** [18:59:52 2020-06-12] 178: Checking geocodings ** [18:59:52 2020-06-12] 178: Checking synchronizations ** [18:59:52 2020-06-12] 178: Checking tracker ** [18:59:52 2020-06-12] 178: Checking user_migrations ** [18:59:52 2020-06-12] 178: Checking batch_updates ** [18:59:52 2020-06-12] 178: Checking gears ** [18:59:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:59:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:57 2020-06-12] 178: Checking imports ** [18:59:57 2020-06-12] 178: Checking exports ** [18:59:57 2020-06-12] 178: Checking users ** [18:59:57 2020-06-12] 178: Checking user_dbs ** [18:59:57 2020-06-12] 178: Checking geocodings ** [18:59:57 2020-06-12] 178: Checking synchronizations ** [18:59:57 2020-06-12] 178: Checking tracker ** [18:59:57 2020-06-12] 178: Checking user_migrations ** [18:59:57 2020-06-12] 178: Checking batch_updates ** [18:59:57 2020-06-12] 178: Checking gears ** [18:59:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [18:59:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:02 2020-06-12] 178: Checking imports ** [19:00:02 2020-06-12] 178: Checking exports ** [19:00:02 2020-06-12] 178: Checking users ** [19:00:02 2020-06-12] 178: Checking user_dbs ** [19:00:02 2020-06-12] 178: Checking geocodings ** [19:00:02 2020-06-12] 178: Checking synchronizations ** [19:00:02 2020-06-12] 178: Checking tracker ** [19:00:02 2020-06-12] 178: Checking user_migrations ** [19:00:02 2020-06-12] 178: Checking batch_updates ** [19:00:02 2020-06-12] 178: Checking gears ** [19:00:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:00:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:07 2020-06-12] 178: Checking imports ** [19:00:07 2020-06-12] 178: Checking exports ** [19:00:07 2020-06-12] 178: Checking users ** [19:00:07 2020-06-12] 178: Checking user_dbs ** [19:00:07 2020-06-12] 178: Checking geocodings ** [19:00:07 2020-06-12] 178: Checking synchronizations ** [19:00:07 2020-06-12] 178: Checking tracker ** [19:00:07 2020-06-12] 178: Checking user_migrations ** [19:00:07 2020-06-12] 178: Checking batch_updates ** [19:00:07 2020-06-12] 178: Checking gears ** [19:00:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:00:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:12 2020-06-12] 178: Checking imports ** [19:00:12 2020-06-12] 178: Checking exports ** [19:00:12 2020-06-12] 178: Checking users ** [19:00:12 2020-06-12] 178: Checking user_dbs ** [19:00:12 2020-06-12] 178: Checking geocodings ** [19:00:12 2020-06-12] 178: Checking synchronizations ** [19:00:12 2020-06-12] 178: Checking tracker ** [19:00:12 2020-06-12] 178: Checking user_migrations ** [19:00:12 2020-06-12] 178: Checking batch_updates ** [19:00:12 2020-06-12] 178: Checking gears ** [19:00:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:00:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:17 2020-06-12] 178: Checking imports ** [19:00:17 2020-06-12] 178: Checking exports ** [19:00:17 2020-06-12] 178: Checking users ** [19:00:17 2020-06-12] 178: Checking user_dbs ** [19:00:17 2020-06-12] 178: Checking geocodings ** [19:00:17 2020-06-12] 178: Checking synchronizations ** [19:00:17 2020-06-12] 178: Checking tracker ** [19:00:17 2020-06-12] 178: Checking user_migrations ** [19:00:17 2020-06-12] 178: Checking batch_updates ** [19:00:17 2020-06-12] 178: Checking gears ** [19:00:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:00:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:22 2020-06-12] 178: Checking imports ** [19:00:22 2020-06-12] 178: Checking exports ** [19:00:22 2020-06-12] 178: Checking users ** [19:00:22 2020-06-12] 178: Checking user_dbs ** [19:00:22 2020-06-12] 178: Checking geocodings ** [19:00:22 2020-06-12] 178: Checking synchronizations ** [19:00:22 2020-06-12] 178: Checking tracker ** [19:00:22 2020-06-12] 178: Checking user_migrations ** [19:00:22 2020-06-12] 178: Checking batch_updates ** [19:00:22 2020-06-12] 178: Checking gears ** [19:00:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:00:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:27 2020-06-12] 178: Checking imports ** [19:00:27 2020-06-12] 178: Checking exports ** [19:00:27 2020-06-12] 178: Checking users ** [19:00:27 2020-06-12] 178: Checking user_dbs ** [19:00:27 2020-06-12] 178: Checking geocodings ** [19:00:27 2020-06-12] 178: Checking synchronizations ** [19:00:27 2020-06-12] 178: Checking tracker ** [19:00:27 2020-06-12] 178: Checking user_migrations ** [19:00:27 2020-06-12] 178: Checking batch_updates ** [19:00:27 2020-06-12] 178: Checking gears ** [19:00:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:00:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:32 2020-06-12] 178: Checking imports ** [19:00:32 2020-06-12] 178: Checking exports ** [19:00:32 2020-06-12] 178: Checking users ** [19:00:32 2020-06-12] 178: Checking user_dbs ** [19:00:32 2020-06-12] 178: Checking geocodings ** [19:00:32 2020-06-12] 178: Checking synchronizations ** [19:00:32 2020-06-12] 178: Checking tracker ** [19:00:32 2020-06-12] 178: Checking user_migrations ** [19:00:32 2020-06-12] 178: Checking batch_updates ** [19:00:32 2020-06-12] 178: Checking gears ** [19:00:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:00:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:37 2020-06-12] 178: Checking imports ** [19:00:37 2020-06-12] 178: Checking exports ** [19:00:37 2020-06-12] 178: Checking users ** [19:00:37 2020-06-12] 178: Checking user_dbs ** [19:00:37 2020-06-12] 178: Checking geocodings ** [19:00:37 2020-06-12] 178: Checking synchronizations ** [19:00:37 2020-06-12] 178: Checking tracker ** [19:00:37 2020-06-12] 178: Checking user_migrations ** [19:00:37 2020-06-12] 178: Checking batch_updates ** [19:00:37 2020-06-12] 178: Checking gears ** [19:00:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:00:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:42 2020-06-12] 178: Checking imports ** [19:00:42 2020-06-12] 178: Checking exports ** [19:00:42 2020-06-12] 178: Checking users ** [19:00:42 2020-06-12] 178: Checking user_dbs ** [19:00:42 2020-06-12] 178: Checking geocodings ** [19:00:42 2020-06-12] 178: Checking synchronizations ** [19:00:42 2020-06-12] 178: Checking tracker ** [19:00:42 2020-06-12] 178: Checking user_migrations ** [19:00:42 2020-06-12] 178: Checking batch_updates ** [19:00:42 2020-06-12] 178: Checking gears ** [19:00:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:00:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:48 2020-06-12] 178: Checking imports ** [19:00:48 2020-06-12] 178: Checking exports ** [19:00:48 2020-06-12] 178: Checking users ** [19:00:48 2020-06-12] 178: Checking user_dbs ** [19:00:48 2020-06-12] 178: Checking geocodings ** [19:00:48 2020-06-12] 178: Checking synchronizations ** [19:00:48 2020-06-12] 178: Checking tracker ** [19:00:48 2020-06-12] 178: Checking user_migrations ** [19:00:48 2020-06-12] 178: Checking batch_updates ** [19:00:48 2020-06-12] 178: Checking gears ** [19:00:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:00:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:53 2020-06-12] 178: Checking imports ** [19:00:53 2020-06-12] 178: Checking exports ** [19:00:53 2020-06-12] 178: Checking users ** [19:00:53 2020-06-12] 178: Checking user_dbs ** [19:00:53 2020-06-12] 178: Checking geocodings ** [19:00:53 2020-06-12] 178: Checking synchronizations ** [19:00:53 2020-06-12] 178: Checking tracker ** [19:00:53 2020-06-12] 178: Checking user_migrations ** [19:00:53 2020-06-12] 178: Checking batch_updates ** [19:00:53 2020-06-12] 178: Checking gears ** [19:00:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:00:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:58 2020-06-12] 178: Checking imports ** [19:00:58 2020-06-12] 178: Checking exports ** [19:00:58 2020-06-12] 178: Checking users ** [19:00:58 2020-06-12] 178: Checking user_dbs ** [19:00:58 2020-06-12] 178: Checking geocodings ** [19:00:58 2020-06-12] 178: Checking synchronizations ** [19:00:58 2020-06-12] 178: Checking tracker ** [19:00:58 2020-06-12] 178: Checking user_migrations ** [19:00:58 2020-06-12] 178: Checking batch_updates ** [19:00:58 2020-06-12] 178: Checking gears ** [19:00:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:00:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:03 2020-06-12] 178: Checking imports ** [19:01:03 2020-06-12] 178: Checking exports ** [19:01:03 2020-06-12] 178: Checking users ** [19:01:03 2020-06-12] 178: Checking user_dbs ** [19:01:03 2020-06-12] 178: Checking geocodings ** [19:01:03 2020-06-12] 178: Checking synchronizations ** [19:01:03 2020-06-12] 178: Checking tracker ** [19:01:03 2020-06-12] 178: Checking user_migrations ** [19:01:03 2020-06-12] 178: Checking batch_updates ** [19:01:03 2020-06-12] 178: Checking gears ** [19:01:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:01:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:08 2020-06-12] 178: Checking imports ** [19:01:08 2020-06-12] 178: Checking exports ** [19:01:08 2020-06-12] 178: Checking users ** [19:01:08 2020-06-12] 178: Checking user_dbs ** [19:01:08 2020-06-12] 178: Checking geocodings ** [19:01:08 2020-06-12] 178: Checking synchronizations ** [19:01:08 2020-06-12] 178: Checking tracker ** [19:01:08 2020-06-12] 178: Checking user_migrations ** [19:01:08 2020-06-12] 178: Checking batch_updates ** [19:01:08 2020-06-12] 178: Checking gears ** [19:01:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:01:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:13 2020-06-12] 178: Checking imports ** [19:01:13 2020-06-12] 178: Checking exports ** [19:01:13 2020-06-12] 178: Checking users ** [19:01:13 2020-06-12] 178: Checking user_dbs ** [19:01:13 2020-06-12] 178: Checking geocodings ** [19:01:13 2020-06-12] 178: Checking synchronizations ** [19:01:13 2020-06-12] 178: Checking tracker ** [19:01:13 2020-06-12] 178: Checking user_migrations ** [19:01:13 2020-06-12] 178: Checking batch_updates ** [19:01:13 2020-06-12] 178: Checking gears ** [19:01:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:01:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:18 2020-06-12] 178: Checking imports ** [19:01:18 2020-06-12] 178: Checking exports ** [19:01:18 2020-06-12] 178: Checking users ** [19:01:18 2020-06-12] 178: Checking user_dbs ** [19:01:18 2020-06-12] 178: Checking geocodings ** [19:01:18 2020-06-12] 178: Checking synchronizations ** [19:01:18 2020-06-12] 178: Checking tracker ** [19:01:18 2020-06-12] 178: Checking user_migrations ** [19:01:18 2020-06-12] 178: Checking batch_updates ** [19:01:18 2020-06-12] 178: Checking gears ** [19:01:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:01:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:23 2020-06-12] 178: Checking imports ** [19:01:23 2020-06-12] 178: Checking exports ** [19:01:23 2020-06-12] 178: Checking users ** [19:01:23 2020-06-12] 178: Checking user_dbs ** [19:01:23 2020-06-12] 178: Checking geocodings ** [19:01:23 2020-06-12] 178: Checking synchronizations ** [19:01:23 2020-06-12] 178: Checking tracker ** [19:01:23 2020-06-12] 178: Checking user_migrations ** [19:01:23 2020-06-12] 178: Checking batch_updates ** [19:01:23 2020-06-12] 178: Checking gears ** [19:01:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:01:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:28 2020-06-12] 178: Checking imports ** [19:01:28 2020-06-12] 178: Checking exports ** [19:01:28 2020-06-12] 178: Checking users ** [19:01:28 2020-06-12] 178: Checking user_dbs ** [19:01:28 2020-06-12] 178: Checking geocodings ** [19:01:28 2020-06-12] 178: Checking synchronizations ** [19:01:28 2020-06-12] 178: Checking tracker ** [19:01:28 2020-06-12] 178: Checking user_migrations ** [19:01:28 2020-06-12] 178: Checking batch_updates ** [19:01:28 2020-06-12] 178: Checking gears ** [19:01:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:01:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:33 2020-06-12] 178: Checking imports ** [19:01:33 2020-06-12] 178: Checking exports ** [19:01:33 2020-06-12] 178: Checking users ** [19:01:33 2020-06-12] 178: Checking user_dbs ** [19:01:33 2020-06-12] 178: Checking geocodings ** [19:01:33 2020-06-12] 178: Checking synchronizations ** [19:01:33 2020-06-12] 178: Checking tracker ** [19:01:33 2020-06-12] 178: Checking user_migrations ** [19:01:33 2020-06-12] 178: Checking batch_updates ** [19:01:33 2020-06-12] 178: Checking gears ** [19:01:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:01:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:38 2020-06-12] 178: Checking imports ** [19:01:38 2020-06-12] 178: Checking exports ** [19:01:38 2020-06-12] 178: Checking users ** [19:01:38 2020-06-12] 178: Checking user_dbs ** [19:01:38 2020-06-12] 178: Checking geocodings ** [19:01:38 2020-06-12] 178: Checking synchronizations ** [19:01:38 2020-06-12] 178: Checking tracker ** [19:01:38 2020-06-12] 178: Checking user_migrations ** [19:01:38 2020-06-12] 178: Checking batch_updates ** [19:01:38 2020-06-12] 178: Checking gears ** [19:01:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:01:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:43 2020-06-12] 178: Checking imports ** [19:01:43 2020-06-12] 178: Checking exports ** [19:01:43 2020-06-12] 178: Checking users ** [19:01:43 2020-06-12] 178: Checking user_dbs ** [19:01:43 2020-06-12] 178: Checking geocodings ** [19:01:43 2020-06-12] 178: Checking synchronizations ** [19:01:43 2020-06-12] 178: Checking tracker ** [19:01:43 2020-06-12] 178: Checking user_migrations ** [19:01:43 2020-06-12] 178: Checking batch_updates ** [19:01:43 2020-06-12] 178: Checking gears ** [19:01:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:01:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:48 2020-06-12] 178: Checking imports ** [19:01:48 2020-06-12] 178: Checking exports ** [19:01:48 2020-06-12] 178: Checking users ** [19:01:48 2020-06-12] 178: Checking user_dbs ** [19:01:48 2020-06-12] 178: Checking geocodings ** [19:01:48 2020-06-12] 178: Checking synchronizations ** [19:01:48 2020-06-12] 178: Checking tracker ** [19:01:48 2020-06-12] 178: Checking user_migrations ** [19:01:48 2020-06-12] 178: Checking batch_updates ** [19:01:48 2020-06-12] 178: Checking gears ** [19:01:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:01:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:53 2020-06-12] 178: Checking imports ** [19:01:53 2020-06-12] 178: Checking exports ** [19:01:53 2020-06-12] 178: Checking users ** [19:01:53 2020-06-12] 178: Checking user_dbs ** [19:01:53 2020-06-12] 178: Checking geocodings ** [19:01:53 2020-06-12] 178: Checking synchronizations ** [19:01:53 2020-06-12] 178: Checking tracker ** [19:01:53 2020-06-12] 178: Checking user_migrations ** [19:01:53 2020-06-12] 178: Checking batch_updates ** [19:01:53 2020-06-12] 178: Checking gears ** [19:01:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:01:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:58 2020-06-12] 178: Checking imports ** [19:01:58 2020-06-12] 178: Checking exports ** [19:01:58 2020-06-12] 178: Checking users ** [19:01:58 2020-06-12] 178: Checking user_dbs ** [19:01:58 2020-06-12] 178: Checking geocodings ** [19:01:58 2020-06-12] 178: Checking synchronizations ** [19:01:58 2020-06-12] 178: Checking tracker ** [19:01:58 2020-06-12] 178: Checking user_migrations ** [19:01:58 2020-06-12] 178: Checking batch_updates ** [19:01:58 2020-06-12] 178: Checking gears ** [19:01:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:01:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:03 2020-06-12] 178: Checking imports ** [19:02:03 2020-06-12] 178: Checking exports ** [19:02:03 2020-06-12] 178: Checking users ** [19:02:03 2020-06-12] 178: Checking user_dbs ** [19:02:03 2020-06-12] 178: Checking geocodings ** [19:02:03 2020-06-12] 178: Checking synchronizations ** [19:02:03 2020-06-12] 178: Checking tracker ** [19:02:03 2020-06-12] 178: Checking user_migrations ** [19:02:03 2020-06-12] 178: Checking batch_updates ** [19:02:03 2020-06-12] 178: Checking gears ** [19:02:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:02:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:08 2020-06-12] 178: Checking imports ** [19:02:08 2020-06-12] 178: Checking exports ** [19:02:08 2020-06-12] 178: Checking users ** [19:02:08 2020-06-12] 178: Checking user_dbs ** [19:02:08 2020-06-12] 178: Checking geocodings ** [19:02:08 2020-06-12] 178: Checking synchronizations ** [19:02:08 2020-06-12] 178: Checking tracker ** [19:02:08 2020-06-12] 178: Checking user_migrations ** [19:02:08 2020-06-12] 178: Checking batch_updates ** [19:02:08 2020-06-12] 178: Checking gears ** [19:02:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:02:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:13 2020-06-12] 178: Checking imports ** [19:02:13 2020-06-12] 178: Checking exports ** [19:02:13 2020-06-12] 178: Checking users ** [19:02:13 2020-06-12] 178: Checking user_dbs ** [19:02:13 2020-06-12] 178: Checking geocodings ** [19:02:13 2020-06-12] 178: Checking synchronizations ** [19:02:13 2020-06-12] 178: Checking tracker ** [19:02:13 2020-06-12] 178: Checking user_migrations ** [19:02:13 2020-06-12] 178: Checking batch_updates ** [19:02:13 2020-06-12] 178: Checking gears ** [19:02:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:02:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:18 2020-06-12] 178: Checking imports ** [19:02:18 2020-06-12] 178: Checking exports ** [19:02:18 2020-06-12] 178: Checking users ** [19:02:18 2020-06-12] 178: Checking user_dbs ** [19:02:18 2020-06-12] 178: Checking geocodings ** [19:02:18 2020-06-12] 178: Checking synchronizations ** [19:02:18 2020-06-12] 178: Checking tracker ** [19:02:18 2020-06-12] 178: Checking user_migrations ** [19:02:18 2020-06-12] 178: Checking batch_updates ** [19:02:18 2020-06-12] 178: Checking gears ** [19:02:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:02:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:23 2020-06-12] 178: Checking imports ** [19:02:23 2020-06-12] 178: Checking exports ** [19:02:23 2020-06-12] 178: Checking users ** [19:02:23 2020-06-12] 178: Checking user_dbs ** [19:02:23 2020-06-12] 178: Checking geocodings ** [19:02:23 2020-06-12] 178: Checking synchronizations ** [19:02:23 2020-06-12] 178: Checking tracker ** [19:02:23 2020-06-12] 178: Checking user_migrations ** [19:02:23 2020-06-12] 178: Checking batch_updates ** [19:02:23 2020-06-12] 178: Checking gears ** [19:02:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:02:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:28 2020-06-12] 178: Checking imports ** [19:02:28 2020-06-12] 178: Checking exports ** [19:02:28 2020-06-12] 178: Checking users ** [19:02:28 2020-06-12] 178: Checking user_dbs ** [19:02:28 2020-06-12] 178: Checking geocodings ** [19:02:28 2020-06-12] 178: Checking synchronizations ** [19:02:28 2020-06-12] 178: Checking tracker ** [19:02:28 2020-06-12] 178: Checking user_migrations ** [19:02:28 2020-06-12] 178: Checking batch_updates ** [19:02:28 2020-06-12] 178: Checking gears ** [19:02:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:02:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:33 2020-06-12] 178: Checking imports ** [19:02:33 2020-06-12] 178: Checking exports ** [19:02:33 2020-06-12] 178: Checking users ** [19:02:33 2020-06-12] 178: Checking user_dbs ** [19:02:33 2020-06-12] 178: Checking geocodings ** [19:02:33 2020-06-12] 178: Checking synchronizations ** [19:02:33 2020-06-12] 178: Checking tracker ** [19:02:33 2020-06-12] 178: Checking user_migrations ** [19:02:33 2020-06-12] 178: Checking batch_updates ** [19:02:33 2020-06-12] 178: Checking gears ** [19:02:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:02:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:38 2020-06-12] 178: Checking imports ** [19:02:38 2020-06-12] 178: Checking exports ** [19:02:38 2020-06-12] 178: Checking users ** [19:02:38 2020-06-12] 178: Checking user_dbs ** [19:02:38 2020-06-12] 178: Checking geocodings ** [19:02:38 2020-06-12] 178: Checking synchronizations ** [19:02:38 2020-06-12] 178: Checking tracker ** [19:02:38 2020-06-12] 178: Checking user_migrations ** [19:02:38 2020-06-12] 178: Checking batch_updates ** [19:02:38 2020-06-12] 178: Checking gears ** [19:02:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:02:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:43 2020-06-12] 178: Checking imports ** [19:02:43 2020-06-12] 178: Checking exports ** [19:02:43 2020-06-12] 178: Checking users ** [19:02:43 2020-06-12] 178: Checking user_dbs ** [19:02:43 2020-06-12] 178: Checking geocodings ** [19:02:43 2020-06-12] 178: Checking synchronizations ** [19:02:43 2020-06-12] 178: Checking tracker ** [19:02:43 2020-06-12] 178: Checking user_migrations ** [19:02:43 2020-06-12] 178: Checking batch_updates ** [19:02:43 2020-06-12] 178: Checking gears ** [19:02:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:02:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:48 2020-06-12] 178: Checking imports ** [19:02:48 2020-06-12] 178: Checking exports ** [19:02:48 2020-06-12] 178: Checking users ** [19:02:48 2020-06-12] 178: Checking user_dbs ** [19:02:48 2020-06-12] 178: Checking geocodings ** [19:02:48 2020-06-12] 178: Checking synchronizations ** [19:02:48 2020-06-12] 178: Checking tracker ** [19:02:48 2020-06-12] 178: Checking user_migrations ** [19:02:48 2020-06-12] 178: Checking batch_updates ** [19:02:48 2020-06-12] 178: Checking gears ** [19:02:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:02:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:53 2020-06-12] 178: Checking imports ** [19:02:53 2020-06-12] 178: Checking exports ** [19:02:53 2020-06-12] 178: Checking users ** [19:02:53 2020-06-12] 178: Checking user_dbs ** [19:02:53 2020-06-12] 178: Checking geocodings ** [19:02:53 2020-06-12] 178: Checking synchronizations ** [19:02:53 2020-06-12] 178: Checking tracker ** [19:02:53 2020-06-12] 178: Checking user_migrations ** [19:02:53 2020-06-12] 178: Checking batch_updates ** [19:02:53 2020-06-12] 178: Checking gears ** [19:02:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:02:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:58 2020-06-12] 178: Checking imports ** [19:02:58 2020-06-12] 178: Checking exports ** [19:02:58 2020-06-12] 178: Checking users ** [19:02:58 2020-06-12] 178: Checking user_dbs ** [19:02:58 2020-06-12] 178: Checking geocodings ** [19:02:58 2020-06-12] 178: Checking synchronizations ** [19:02:58 2020-06-12] 178: Checking tracker ** [19:02:58 2020-06-12] 178: Checking user_migrations ** [19:02:58 2020-06-12] 178: Checking batch_updates ** [19:02:58 2020-06-12] 178: Checking gears ** [19:02:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:02:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:03 2020-06-12] 178: Checking imports ** [19:03:03 2020-06-12] 178: Checking exports ** [19:03:03 2020-06-12] 178: Checking users ** [19:03:03 2020-06-12] 178: Checking user_dbs ** [19:03:03 2020-06-12] 178: Checking geocodings ** [19:03:03 2020-06-12] 178: Checking synchronizations ** [19:03:03 2020-06-12] 178: Checking tracker ** [19:03:03 2020-06-12] 178: Checking user_migrations ** [19:03:03 2020-06-12] 178: Checking batch_updates ** [19:03:03 2020-06-12] 178: Checking gears ** [19:03:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:03:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:08 2020-06-12] 178: Checking imports ** [19:03:08 2020-06-12] 178: Checking exports ** [19:03:08 2020-06-12] 178: Checking users ** [19:03:08 2020-06-12] 178: Checking user_dbs ** [19:03:08 2020-06-12] 178: Checking geocodings ** [19:03:08 2020-06-12] 178: Checking synchronizations ** [19:03:08 2020-06-12] 178: Checking tracker ** [19:03:08 2020-06-12] 178: Checking user_migrations ** [19:03:08 2020-06-12] 178: Checking batch_updates ** [19:03:08 2020-06-12] 178: Checking gears ** [19:03:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:03:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:13 2020-06-12] 178: Checking imports ** [19:03:13 2020-06-12] 178: Checking exports ** [19:03:13 2020-06-12] 178: Checking users ** [19:03:13 2020-06-12] 178: Checking user_dbs ** [19:03:13 2020-06-12] 178: Checking geocodings ** [19:03:13 2020-06-12] 178: Checking synchronizations ** [19:03:13 2020-06-12] 178: Checking tracker ** [19:03:13 2020-06-12] 178: Checking user_migrations ** [19:03:13 2020-06-12] 178: Checking batch_updates ** [19:03:13 2020-06-12] 178: Checking gears ** [19:03:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:03:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:18 2020-06-12] 178: Checking imports ** [19:03:18 2020-06-12] 178: Checking exports ** [19:03:18 2020-06-12] 178: Checking users ** [19:03:18 2020-06-12] 178: Checking user_dbs ** [19:03:18 2020-06-12] 178: Checking geocodings ** [19:03:18 2020-06-12] 178: Checking synchronizations ** [19:03:18 2020-06-12] 178: Checking tracker ** [19:03:18 2020-06-12] 178: Checking user_migrations ** [19:03:18 2020-06-12] 178: Checking batch_updates ** [19:03:18 2020-06-12] 178: Checking gears ** [19:03:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:03:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:23 2020-06-12] 178: Checking imports ** [19:03:23 2020-06-12] 178: Checking exports ** [19:03:23 2020-06-12] 178: Checking users ** [19:03:23 2020-06-12] 178: Checking user_dbs ** [19:03:23 2020-06-12] 178: Checking geocodings ** [19:03:23 2020-06-12] 178: Checking synchronizations ** [19:03:23 2020-06-12] 178: Checking tracker ** [19:03:23 2020-06-12] 178: Checking user_migrations ** [19:03:23 2020-06-12] 178: Checking batch_updates ** [19:03:23 2020-06-12] 178: Checking gears ** [19:03:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:03:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:28 2020-06-12] 178: Checking imports ** [19:03:28 2020-06-12] 178: Checking exports ** [19:03:28 2020-06-12] 178: Checking users ** [19:03:28 2020-06-12] 178: Checking user_dbs ** [19:03:28 2020-06-12] 178: Checking geocodings ** [19:03:28 2020-06-12] 178: Checking synchronizations ** [19:03:28 2020-06-12] 178: Checking tracker ** [19:03:28 2020-06-12] 178: Checking user_migrations ** [19:03:28 2020-06-12] 178: Checking batch_updates ** [19:03:28 2020-06-12] 178: Checking gears ** [19:03:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:03:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:33 2020-06-12] 178: Checking imports ** [19:03:33 2020-06-12] 178: Checking exports ** [19:03:33 2020-06-12] 178: Checking users ** [19:03:33 2020-06-12] 178: Checking user_dbs ** [19:03:33 2020-06-12] 178: Checking geocodings ** [19:03:33 2020-06-12] 178: Checking synchronizations ** [19:03:33 2020-06-12] 178: Checking tracker ** [19:03:33 2020-06-12] 178: Checking user_migrations ** [19:03:33 2020-06-12] 178: Checking batch_updates ** [19:03:33 2020-06-12] 178: Checking gears ** [19:03:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:03:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:38 2020-06-12] 178: Checking imports ** [19:03:38 2020-06-12] 178: Checking exports ** [19:03:38 2020-06-12] 178: Checking users ** [19:03:38 2020-06-12] 178: Checking user_dbs ** [19:03:38 2020-06-12] 178: Checking geocodings ** [19:03:38 2020-06-12] 178: Checking synchronizations ** [19:03:38 2020-06-12] 178: Checking tracker ** [19:03:38 2020-06-12] 178: Checking user_migrations ** [19:03:38 2020-06-12] 178: Checking batch_updates ** [19:03:38 2020-06-12] 178: Checking gears ** [19:03:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:03:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:43 2020-06-12] 178: Checking imports ** [19:03:43 2020-06-12] 178: Checking exports ** [19:03:43 2020-06-12] 178: Checking users ** [19:03:43 2020-06-12] 178: Checking user_dbs ** [19:03:43 2020-06-12] 178: Checking geocodings ** [19:03:43 2020-06-12] 178: Checking synchronizations ** [19:03:43 2020-06-12] 178: Checking tracker ** [19:03:43 2020-06-12] 178: Checking user_migrations ** [19:03:43 2020-06-12] 178: Checking batch_updates ** [19:03:43 2020-06-12] 178: Checking gears ** [19:03:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:03:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:48 2020-06-12] 178: Checking imports ** [19:03:48 2020-06-12] 178: Checking exports ** [19:03:48 2020-06-12] 178: Checking users ** [19:03:48 2020-06-12] 178: Checking user_dbs ** [19:03:48 2020-06-12] 178: Checking geocodings ** [19:03:48 2020-06-12] 178: Checking synchronizations ** [19:03:48 2020-06-12] 178: Checking tracker ** [19:03:48 2020-06-12] 178: Checking user_migrations ** [19:03:48 2020-06-12] 178: Checking batch_updates ** [19:03:48 2020-06-12] 178: Checking gears ** [19:03:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:03:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:53 2020-06-12] 178: Checking imports ** [19:03:53 2020-06-12] 178: Checking exports ** [19:03:53 2020-06-12] 178: Checking users ** [19:03:53 2020-06-12] 178: Checking user_dbs ** [19:03:53 2020-06-12] 178: Checking geocodings ** [19:03:53 2020-06-12] 178: Checking synchronizations ** [19:03:53 2020-06-12] 178: Checking tracker ** [19:03:53 2020-06-12] 178: Checking user_migrations ** [19:03:53 2020-06-12] 178: Checking batch_updates ** [19:03:53 2020-06-12] 178: Checking gears ** [19:03:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:03:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:58 2020-06-12] 178: Checking imports ** [19:03:58 2020-06-12] 178: Checking exports ** [19:03:58 2020-06-12] 178: Checking users ** [19:03:58 2020-06-12] 178: Checking user_dbs ** [19:03:58 2020-06-12] 178: Checking geocodings ** [19:03:58 2020-06-12] 178: Checking synchronizations ** [19:03:58 2020-06-12] 178: Checking tracker ** [19:03:58 2020-06-12] 178: Checking user_migrations ** [19:03:58 2020-06-12] 178: Checking batch_updates ** [19:03:58 2020-06-12] 178: Checking gears ** [19:03:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:03:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:03 2020-06-12] 178: Checking imports ** [19:04:03 2020-06-12] 178: Checking exports ** [19:04:03 2020-06-12] 178: Checking users ** [19:04:03 2020-06-12] 178: Checking user_dbs ** [19:04:03 2020-06-12] 178: Checking geocodings ** [19:04:03 2020-06-12] 178: Checking synchronizations ** [19:04:03 2020-06-12] 178: Checking tracker ** [19:04:03 2020-06-12] 178: Checking user_migrations ** [19:04:03 2020-06-12] 178: Checking batch_updates ** [19:04:03 2020-06-12] 178: Checking gears ** [19:04:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:04:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:08 2020-06-12] 178: Checking imports ** [19:04:08 2020-06-12] 178: Checking exports ** [19:04:08 2020-06-12] 178: Checking users ** [19:04:08 2020-06-12] 178: Checking user_dbs ** [19:04:08 2020-06-12] 178: Checking geocodings ** [19:04:08 2020-06-12] 178: Checking synchronizations ** [19:04:08 2020-06-12] 178: Checking tracker ** [19:04:08 2020-06-12] 178: Checking user_migrations ** [19:04:08 2020-06-12] 178: Checking batch_updates ** [19:04:08 2020-06-12] 178: Checking gears ** [19:04:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:04:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:13 2020-06-12] 178: Checking imports ** [19:04:13 2020-06-12] 178: Checking exports ** [19:04:13 2020-06-12] 178: Checking users ** [19:04:13 2020-06-12] 178: Checking user_dbs ** [19:04:13 2020-06-12] 178: Checking geocodings ** [19:04:13 2020-06-12] 178: Checking synchronizations ** [19:04:13 2020-06-12] 178: Checking tracker ** [19:04:13 2020-06-12] 178: Checking user_migrations ** [19:04:13 2020-06-12] 178: Checking batch_updates ** [19:04:13 2020-06-12] 178: Checking gears ** [19:04:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:04:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:18 2020-06-12] 178: Checking imports ** [19:04:18 2020-06-12] 178: Checking exports ** [19:04:18 2020-06-12] 178: Checking users ** [19:04:18 2020-06-12] 178: Checking user_dbs ** [19:04:18 2020-06-12] 178: Checking geocodings ** [19:04:18 2020-06-12] 178: Checking synchronizations ** [19:04:18 2020-06-12] 178: Checking tracker ** [19:04:18 2020-06-12] 178: Checking user_migrations ** [19:04:18 2020-06-12] 178: Checking batch_updates ** [19:04:18 2020-06-12] 178: Checking gears ** [19:04:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:04:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:23 2020-06-12] 178: Checking imports ** [19:04:23 2020-06-12] 178: Checking exports ** [19:04:23 2020-06-12] 178: Checking users ** [19:04:23 2020-06-12] 178: Checking user_dbs ** [19:04:23 2020-06-12] 178: Checking geocodings ** [19:04:23 2020-06-12] 178: Checking synchronizations ** [19:04:23 2020-06-12] 178: Checking tracker ** [19:04:23 2020-06-12] 178: Checking user_migrations ** [19:04:23 2020-06-12] 178: Checking batch_updates ** [19:04:23 2020-06-12] 178: Checking gears ** [19:04:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:04:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:28 2020-06-12] 178: Checking imports ** [19:04:28 2020-06-12] 178: Checking exports ** [19:04:28 2020-06-12] 178: Checking users ** [19:04:28 2020-06-12] 178: Checking user_dbs ** [19:04:28 2020-06-12] 178: Checking geocodings ** [19:04:28 2020-06-12] 178: Checking synchronizations ** [19:04:28 2020-06-12] 178: Checking tracker ** [19:04:28 2020-06-12] 178: Checking user_migrations ** [19:04:28 2020-06-12] 178: Checking batch_updates ** [19:04:28 2020-06-12] 178: Checking gears ** [19:04:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:04:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:33 2020-06-12] 178: Checking imports ** [19:04:33 2020-06-12] 178: Checking exports ** [19:04:33 2020-06-12] 178: Checking users ** [19:04:33 2020-06-12] 178: Checking user_dbs ** [19:04:33 2020-06-12] 178: Checking geocodings ** [19:04:33 2020-06-12] 178: Checking synchronizations ** [19:04:33 2020-06-12] 178: Checking tracker ** [19:04:33 2020-06-12] 178: Checking user_migrations ** [19:04:33 2020-06-12] 178: Checking batch_updates ** [19:04:33 2020-06-12] 178: Checking gears ** [19:04:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:04:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:38 2020-06-12] 178: Checking imports ** [19:04:38 2020-06-12] 178: Checking exports ** [19:04:38 2020-06-12] 178: Checking users ** [19:04:38 2020-06-12] 178: Checking user_dbs ** [19:04:38 2020-06-12] 178: Checking geocodings ** [19:04:38 2020-06-12] 178: Checking synchronizations ** [19:04:38 2020-06-12] 178: Checking tracker ** [19:04:38 2020-06-12] 178: Checking user_migrations ** [19:04:38 2020-06-12] 178: Checking batch_updates ** [19:04:38 2020-06-12] 178: Checking gears ** [19:04:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:04:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:43 2020-06-12] 178: Checking imports ** [19:04:43 2020-06-12] 178: Checking exports ** [19:04:43 2020-06-12] 178: Checking users ** [19:04:43 2020-06-12] 178: Checking user_dbs ** [19:04:43 2020-06-12] 178: Checking geocodings ** [19:04:43 2020-06-12] 178: Checking synchronizations ** [19:04:43 2020-06-12] 178: Checking tracker ** [19:04:43 2020-06-12] 178: Checking user_migrations ** [19:04:43 2020-06-12] 178: Checking batch_updates ** [19:04:43 2020-06-12] 178: Checking gears ** [19:04:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:04:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:48 2020-06-12] 178: Checking imports ** [19:04:48 2020-06-12] 178: Checking exports ** [19:04:48 2020-06-12] 178: Checking users ** [19:04:48 2020-06-12] 178: Checking user_dbs ** [19:04:48 2020-06-12] 178: Checking geocodings ** [19:04:48 2020-06-12] 178: Checking synchronizations ** [19:04:48 2020-06-12] 178: Checking tracker ** [19:04:48 2020-06-12] 178: Checking user_migrations ** [19:04:48 2020-06-12] 178: Checking batch_updates ** [19:04:48 2020-06-12] 178: Checking gears ** [19:04:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:04:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:53 2020-06-12] 178: Checking imports ** [19:04:53 2020-06-12] 178: Checking exports ** [19:04:53 2020-06-12] 178: Checking users ** [19:04:53 2020-06-12] 178: Checking user_dbs ** [19:04:53 2020-06-12] 178: Checking geocodings ** [19:04:53 2020-06-12] 178: Checking synchronizations ** [19:04:53 2020-06-12] 178: Checking tracker ** [19:04:53 2020-06-12] 178: Checking user_migrations ** [19:04:53 2020-06-12] 178: Checking batch_updates ** [19:04:53 2020-06-12] 178: Checking gears ** [19:04:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:04:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:58 2020-06-12] 178: Checking imports ** [19:04:58 2020-06-12] 178: Checking exports ** [19:04:58 2020-06-12] 178: Checking users ** [19:04:58 2020-06-12] 178: Checking user_dbs ** [19:04:58 2020-06-12] 178: Checking geocodings ** [19:04:58 2020-06-12] 178: Checking synchronizations ** [19:04:58 2020-06-12] 178: Checking tracker ** [19:04:58 2020-06-12] 178: Checking user_migrations ** [19:04:58 2020-06-12] 178: Checking batch_updates ** [19:04:58 2020-06-12] 178: Checking gears ** [19:04:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:04:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:03 2020-06-12] 178: Checking imports ** [19:05:03 2020-06-12] 178: Checking exports ** [19:05:03 2020-06-12] 178: Checking users ** [19:05:03 2020-06-12] 178: Checking user_dbs ** [19:05:03 2020-06-12] 178: Checking geocodings ** [19:05:03 2020-06-12] 178: Checking synchronizations ** [19:05:03 2020-06-12] 178: Checking tracker ** [19:05:03 2020-06-12] 178: Checking user_migrations ** [19:05:03 2020-06-12] 178: Checking batch_updates ** [19:05:03 2020-06-12] 178: Checking gears ** [19:05:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:05:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:08 2020-06-12] 178: Checking imports ** [19:05:08 2020-06-12] 178: Checking exports ** [19:05:08 2020-06-12] 178: Checking users ** [19:05:08 2020-06-12] 178: Checking user_dbs ** [19:05:08 2020-06-12] 178: Checking geocodings ** [19:05:08 2020-06-12] 178: Checking synchronizations ** [19:05:08 2020-06-12] 178: Checking tracker ** [19:05:08 2020-06-12] 178: Checking user_migrations ** [19:05:08 2020-06-12] 178: Checking batch_updates ** [19:05:08 2020-06-12] 178: Checking gears ** [19:05:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:05:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:13 2020-06-12] 178: Checking imports ** [19:05:13 2020-06-12] 178: Checking exports ** [19:05:13 2020-06-12] 178: Checking users ** [19:05:13 2020-06-12] 178: Checking user_dbs ** [19:05:13 2020-06-12] 178: Checking geocodings ** [19:05:13 2020-06-12] 178: Checking synchronizations ** [19:05:13 2020-06-12] 178: Checking tracker ** [19:05:13 2020-06-12] 178: Checking user_migrations ** [19:05:13 2020-06-12] 178: Checking batch_updates ** [19:05:13 2020-06-12] 178: Checking gears ** [19:05:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:05:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:18 2020-06-12] 178: Checking imports ** [19:05:18 2020-06-12] 178: Checking exports ** [19:05:18 2020-06-12] 178: Checking users ** [19:05:18 2020-06-12] 178: Checking user_dbs ** [19:05:18 2020-06-12] 178: Checking geocodings ** [19:05:18 2020-06-12] 178: Checking synchronizations ** [19:05:18 2020-06-12] 178: Checking tracker ** [19:05:18 2020-06-12] 178: Checking user_migrations ** [19:05:18 2020-06-12] 178: Checking batch_updates ** [19:05:18 2020-06-12] 178: Checking gears ** [19:05:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:05:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:23 2020-06-12] 178: Checking imports ** [19:05:23 2020-06-12] 178: Checking exports ** [19:05:23 2020-06-12] 178: Checking users ** [19:05:23 2020-06-12] 178: Checking user_dbs ** [19:05:23 2020-06-12] 178: Checking geocodings ** [19:05:23 2020-06-12] 178: Checking synchronizations ** [19:05:23 2020-06-12] 178: Checking tracker ** [19:05:23 2020-06-12] 178: Checking user_migrations ** [19:05:23 2020-06-12] 178: Checking batch_updates ** [19:05:23 2020-06-12] 178: Checking gears ** [19:05:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:05:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:28 2020-06-12] 178: Checking imports ** [19:05:28 2020-06-12] 178: Checking exports ** [19:05:28 2020-06-12] 178: Checking users ** [19:05:28 2020-06-12] 178: Checking user_dbs ** [19:05:28 2020-06-12] 178: Checking geocodings ** [19:05:28 2020-06-12] 178: Checking synchronizations ** [19:05:28 2020-06-12] 178: Checking tracker ** [19:05:28 2020-06-12] 178: Checking user_migrations ** [19:05:28 2020-06-12] 178: Checking batch_updates ** [19:05:28 2020-06-12] 178: Checking gears ** [19:05:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:05:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:33 2020-06-12] 178: Checking imports ** [19:05:33 2020-06-12] 178: Checking exports ** [19:05:33 2020-06-12] 178: Checking users ** [19:05:33 2020-06-12] 178: Checking user_dbs ** [19:05:33 2020-06-12] 178: Checking geocodings ** [19:05:33 2020-06-12] 178: Checking synchronizations ** [19:05:33 2020-06-12] 178: Checking tracker ** [19:05:33 2020-06-12] 178: Checking user_migrations ** [19:05:33 2020-06-12] 178: Checking batch_updates ** [19:05:33 2020-06-12] 178: Checking gears ** [19:05:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:05:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:38 2020-06-12] 178: Checking imports ** [19:05:38 2020-06-12] 178: Checking exports ** [19:05:38 2020-06-12] 178: Checking users ** [19:05:38 2020-06-12] 178: Checking user_dbs ** [19:05:38 2020-06-12] 178: Checking geocodings ** [19:05:38 2020-06-12] 178: Checking synchronizations ** [19:05:38 2020-06-12] 178: Checking tracker ** [19:05:38 2020-06-12] 178: Checking user_migrations ** [19:05:38 2020-06-12] 178: Checking batch_updates ** [19:05:38 2020-06-12] 178: Checking gears ** [19:05:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:05:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:43 2020-06-12] 178: Checking imports ** [19:05:43 2020-06-12] 178: Checking exports ** [19:05:43 2020-06-12] 178: Checking users ** [19:05:43 2020-06-12] 178: Checking user_dbs ** [19:05:43 2020-06-12] 178: Checking geocodings ** [19:05:43 2020-06-12] 178: Checking synchronizations ** [19:05:43 2020-06-12] 178: Checking tracker ** [19:05:43 2020-06-12] 178: Checking user_migrations ** [19:05:43 2020-06-12] 178: Checking batch_updates ** [19:05:43 2020-06-12] 178: Checking gears ** [19:05:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:05:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:48 2020-06-12] 178: Checking imports ** [19:05:48 2020-06-12] 178: Checking exports ** [19:05:48 2020-06-12] 178: Checking users ** [19:05:48 2020-06-12] 178: Checking user_dbs ** [19:05:48 2020-06-12] 178: Checking geocodings ** [19:05:48 2020-06-12] 178: Checking synchronizations ** [19:05:48 2020-06-12] 178: Checking tracker ** [19:05:48 2020-06-12] 178: Checking user_migrations ** [19:05:48 2020-06-12] 178: Checking batch_updates ** [19:05:48 2020-06-12] 178: Checking gears ** [19:05:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:05:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:53 2020-06-12] 178: Checking imports ** [19:05:53 2020-06-12] 178: Checking exports ** [19:05:53 2020-06-12] 178: Checking users ** [19:05:53 2020-06-12] 178: Checking user_dbs ** [19:05:53 2020-06-12] 178: Checking geocodings ** [19:05:53 2020-06-12] 178: Checking synchronizations ** [19:05:53 2020-06-12] 178: Checking tracker ** [19:05:53 2020-06-12] 178: Checking user_migrations ** [19:05:53 2020-06-12] 178: Checking batch_updates ** [19:05:53 2020-06-12] 178: Checking gears ** [19:05:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:05:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:58 2020-06-12] 178: Checking imports ** [19:05:58 2020-06-12] 178: Checking exports ** [19:05:58 2020-06-12] 178: Checking users ** [19:05:58 2020-06-12] 178: Checking user_dbs ** [19:05:58 2020-06-12] 178: Checking geocodings ** [19:05:58 2020-06-12] 178: Checking synchronizations ** [19:05:58 2020-06-12] 178: Checking tracker ** [19:05:58 2020-06-12] 178: Checking user_migrations ** [19:05:58 2020-06-12] 178: Checking batch_updates ** [19:05:58 2020-06-12] 178: Checking gears ** [19:05:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:05:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:03 2020-06-12] 178: Checking imports ** [19:06:03 2020-06-12] 178: Checking exports ** [19:06:03 2020-06-12] 178: Checking users ** [19:06:03 2020-06-12] 178: Checking user_dbs ** [19:06:03 2020-06-12] 178: Checking geocodings ** [19:06:03 2020-06-12] 178: Checking synchronizations ** [19:06:03 2020-06-12] 178: Checking tracker ** [19:06:03 2020-06-12] 178: Checking user_migrations ** [19:06:03 2020-06-12] 178: Checking batch_updates ** [19:06:03 2020-06-12] 178: Checking gears ** [19:06:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:06:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:08 2020-06-12] 178: Checking imports ** [19:06:08 2020-06-12] 178: Checking exports ** [19:06:08 2020-06-12] 178: Checking users ** [19:06:08 2020-06-12] 178: Checking user_dbs ** [19:06:08 2020-06-12] 178: Checking geocodings ** [19:06:08 2020-06-12] 178: Checking synchronizations ** [19:06:08 2020-06-12] 178: Checking tracker ** [19:06:08 2020-06-12] 178: Checking user_migrations ** [19:06:08 2020-06-12] 178: Checking batch_updates ** [19:06:08 2020-06-12] 178: Checking gears ** [19:06:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:06:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:13 2020-06-12] 178: Checking imports ** [19:06:13 2020-06-12] 178: Checking exports ** [19:06:13 2020-06-12] 178: Checking users ** [19:06:13 2020-06-12] 178: Checking user_dbs ** [19:06:13 2020-06-12] 178: Checking geocodings ** [19:06:13 2020-06-12] 178: Checking synchronizations ** [19:06:13 2020-06-12] 178: Checking tracker ** [19:06:13 2020-06-12] 178: Checking user_migrations ** [19:06:13 2020-06-12] 178: Checking batch_updates ** [19:06:13 2020-06-12] 178: Checking gears ** [19:06:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:06:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:18 2020-06-12] 178: Checking imports ** [19:06:18 2020-06-12] 178: Checking exports ** [19:06:18 2020-06-12] 178: Checking users ** [19:06:18 2020-06-12] 178: Checking user_dbs ** [19:06:18 2020-06-12] 178: Checking geocodings ** [19:06:18 2020-06-12] 178: Checking synchronizations ** [19:06:18 2020-06-12] 178: Checking tracker ** [19:06:18 2020-06-12] 178: Checking user_migrations ** [19:06:18 2020-06-12] 178: Checking batch_updates ** [19:06:18 2020-06-12] 178: Checking gears ** [19:06:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:06:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:23 2020-06-12] 178: Checking imports ** [19:06:23 2020-06-12] 178: Checking exports ** [19:06:23 2020-06-12] 178: Checking users ** [19:06:23 2020-06-12] 178: Checking user_dbs ** [19:06:23 2020-06-12] 178: Checking geocodings ** [19:06:23 2020-06-12] 178: Checking synchronizations ** [19:06:23 2020-06-12] 178: Checking tracker ** [19:06:23 2020-06-12] 178: Checking user_migrations ** [19:06:23 2020-06-12] 178: Checking batch_updates ** [19:06:23 2020-06-12] 178: Checking gears ** [19:06:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:06:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:28 2020-06-12] 178: Checking imports ** [19:06:28 2020-06-12] 178: Checking exports ** [19:06:28 2020-06-12] 178: Checking users ** [19:06:28 2020-06-12] 178: Checking user_dbs ** [19:06:28 2020-06-12] 178: Checking geocodings ** [19:06:28 2020-06-12] 178: Checking synchronizations ** [19:06:28 2020-06-12] 178: Checking tracker ** [19:06:28 2020-06-12] 178: Checking user_migrations ** [19:06:28 2020-06-12] 178: Checking batch_updates ** [19:06:28 2020-06-12] 178: Checking gears ** [19:06:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:06:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:33 2020-06-12] 178: Checking imports ** [19:06:33 2020-06-12] 178: Checking exports ** [19:06:33 2020-06-12] 178: Checking users ** [19:06:33 2020-06-12] 178: Checking user_dbs ** [19:06:33 2020-06-12] 178: Checking geocodings ** [19:06:33 2020-06-12] 178: Checking synchronizations ** [19:06:33 2020-06-12] 178: Checking tracker ** [19:06:33 2020-06-12] 178: Checking user_migrations ** [19:06:33 2020-06-12] 178: Checking batch_updates ** [19:06:33 2020-06-12] 178: Checking gears ** [19:06:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:06:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:38 2020-06-12] 178: Checking imports ** [19:06:38 2020-06-12] 178: Checking exports ** [19:06:38 2020-06-12] 178: Checking users ** [19:06:38 2020-06-12] 178: Checking user_dbs ** [19:06:38 2020-06-12] 178: Checking geocodings ** [19:06:38 2020-06-12] 178: Checking synchronizations ** [19:06:38 2020-06-12] 178: Checking tracker ** [19:06:38 2020-06-12] 178: Checking user_migrations ** [19:06:38 2020-06-12] 178: Checking batch_updates ** [19:06:38 2020-06-12] 178: Checking gears ** [19:06:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:06:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:43 2020-06-12] 178: Checking imports ** [19:06:43 2020-06-12] 178: Checking exports ** [19:06:43 2020-06-12] 178: Checking users ** [19:06:43 2020-06-12] 178: Checking user_dbs ** [19:06:43 2020-06-12] 178: Checking geocodings ** [19:06:43 2020-06-12] 178: Checking synchronizations ** [19:06:43 2020-06-12] 178: Checking tracker ** [19:06:43 2020-06-12] 178: Checking user_migrations ** [19:06:43 2020-06-12] 178: Checking batch_updates ** [19:06:43 2020-06-12] 178: Checking gears ** [19:06:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:06:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:48 2020-06-12] 178: Checking imports ** [19:06:48 2020-06-12] 178: Checking exports ** [19:06:48 2020-06-12] 178: Checking users ** [19:06:48 2020-06-12] 178: Checking user_dbs ** [19:06:48 2020-06-12] 178: Checking geocodings ** [19:06:48 2020-06-12] 178: Checking synchronizations ** [19:06:48 2020-06-12] 178: Checking tracker ** [19:06:48 2020-06-12] 178: Checking user_migrations ** [19:06:48 2020-06-12] 178: Checking batch_updates ** [19:06:48 2020-06-12] 178: Checking gears ** [19:06:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:06:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:53 2020-06-12] 178: Checking imports ** [19:06:53 2020-06-12] 178: Checking exports ** [19:06:53 2020-06-12] 178: Checking users ** [19:06:53 2020-06-12] 178: Checking user_dbs ** [19:06:53 2020-06-12] 178: Checking geocodings ** [19:06:53 2020-06-12] 178: Checking synchronizations ** [19:06:53 2020-06-12] 178: Checking tracker ** [19:06:53 2020-06-12] 178: Checking user_migrations ** [19:06:53 2020-06-12] 178: Checking batch_updates ** [19:06:53 2020-06-12] 178: Checking gears ** [19:06:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:06:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:58 2020-06-12] 178: Checking imports ** [19:06:58 2020-06-12] 178: Checking exports ** [19:06:58 2020-06-12] 178: Checking users ** [19:06:58 2020-06-12] 178: Checking user_dbs ** [19:06:58 2020-06-12] 178: Checking geocodings ** [19:06:58 2020-06-12] 178: Checking synchronizations ** [19:06:58 2020-06-12] 178: Checking tracker ** [19:06:58 2020-06-12] 178: Checking user_migrations ** [19:06:58 2020-06-12] 178: Checking batch_updates ** [19:06:58 2020-06-12] 178: Checking gears ** [19:06:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:06:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:03 2020-06-12] 178: Checking imports ** [19:07:03 2020-06-12] 178: Checking exports ** [19:07:03 2020-06-12] 178: Checking users ** [19:07:03 2020-06-12] 178: Checking user_dbs ** [19:07:03 2020-06-12] 178: Checking geocodings ** [19:07:03 2020-06-12] 178: Checking synchronizations ** [19:07:03 2020-06-12] 178: Checking tracker ** [19:07:03 2020-06-12] 178: Checking user_migrations ** [19:07:03 2020-06-12] 178: Checking batch_updates ** [19:07:03 2020-06-12] 178: Checking gears ** [19:07:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:07:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:08 2020-06-12] 178: Checking imports ** [19:07:08 2020-06-12] 178: Checking exports ** [19:07:08 2020-06-12] 178: Checking users ** [19:07:08 2020-06-12] 178: Checking user_dbs ** [19:07:08 2020-06-12] 178: Checking geocodings ** [19:07:08 2020-06-12] 178: Checking synchronizations ** [19:07:08 2020-06-12] 178: Checking tracker ** [19:07:08 2020-06-12] 178: Checking user_migrations ** [19:07:08 2020-06-12] 178: Checking batch_updates ** [19:07:08 2020-06-12] 178: Checking gears ** [19:07:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:07:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:13 2020-06-12] 178: Checking imports ** [19:07:13 2020-06-12] 178: Checking exports ** [19:07:13 2020-06-12] 178: Checking users ** [19:07:13 2020-06-12] 178: Checking user_dbs ** [19:07:13 2020-06-12] 178: Checking geocodings ** [19:07:13 2020-06-12] 178: Checking synchronizations ** [19:07:13 2020-06-12] 178: Checking tracker ** [19:07:13 2020-06-12] 178: Checking user_migrations ** [19:07:13 2020-06-12] 178: Checking batch_updates ** [19:07:13 2020-06-12] 178: Checking gears ** [19:07:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:07:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:18 2020-06-12] 178: Checking imports ** [19:07:18 2020-06-12] 178: Checking exports ** [19:07:18 2020-06-12] 178: Checking users ** [19:07:18 2020-06-12] 178: Checking user_dbs ** [19:07:18 2020-06-12] 178: Checking geocodings ** [19:07:18 2020-06-12] 178: Checking synchronizations ** [19:07:18 2020-06-12] 178: Checking tracker ** [19:07:18 2020-06-12] 178: Checking user_migrations ** [19:07:18 2020-06-12] 178: Checking batch_updates ** [19:07:18 2020-06-12] 178: Checking gears ** [19:07:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:07:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:23 2020-06-12] 178: Checking imports ** [19:07:23 2020-06-12] 178: Checking exports ** [19:07:23 2020-06-12] 178: Checking users ** [19:07:23 2020-06-12] 178: Checking user_dbs ** [19:07:23 2020-06-12] 178: Checking geocodings ** [19:07:23 2020-06-12] 178: Checking synchronizations ** [19:07:23 2020-06-12] 178: Checking tracker ** [19:07:23 2020-06-12] 178: Checking user_migrations ** [19:07:23 2020-06-12] 178: Checking batch_updates ** [19:07:23 2020-06-12] 178: Checking gears ** [19:07:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:07:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:28 2020-06-12] 178: Checking imports ** [19:07:28 2020-06-12] 178: Checking exports ** [19:07:28 2020-06-12] 178: Checking users ** [19:07:28 2020-06-12] 178: Checking user_dbs ** [19:07:28 2020-06-12] 178: Checking geocodings ** [19:07:28 2020-06-12] 178: Checking synchronizations ** [19:07:28 2020-06-12] 178: Checking tracker ** [19:07:28 2020-06-12] 178: Checking user_migrations ** [19:07:28 2020-06-12] 178: Checking batch_updates ** [19:07:28 2020-06-12] 178: Checking gears ** [19:07:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:07:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:33 2020-06-12] 178: Checking imports ** [19:07:33 2020-06-12] 178: Checking exports ** [19:07:33 2020-06-12] 178: Checking users ** [19:07:33 2020-06-12] 178: Checking user_dbs ** [19:07:33 2020-06-12] 178: Checking geocodings ** [19:07:33 2020-06-12] 178: Checking synchronizations ** [19:07:33 2020-06-12] 178: Checking tracker ** [19:07:33 2020-06-12] 178: Checking user_migrations ** [19:07:33 2020-06-12] 178: Checking batch_updates ** [19:07:33 2020-06-12] 178: Checking gears ** [19:07:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:07:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:38 2020-06-12] 178: Checking imports ** [19:07:38 2020-06-12] 178: Checking exports ** [19:07:38 2020-06-12] 178: Checking users ** [19:07:38 2020-06-12] 178: Checking user_dbs ** [19:07:38 2020-06-12] 178: Checking geocodings ** [19:07:38 2020-06-12] 178: Checking synchronizations ** [19:07:38 2020-06-12] 178: Checking tracker ** [19:07:38 2020-06-12] 178: Checking user_migrations ** [19:07:38 2020-06-12] 178: Checking batch_updates ** [19:07:38 2020-06-12] 178: Checking gears ** [19:07:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:07:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:43 2020-06-12] 178: Checking imports ** [19:07:43 2020-06-12] 178: Checking exports ** [19:07:43 2020-06-12] 178: Checking users ** [19:07:43 2020-06-12] 178: Checking user_dbs ** [19:07:43 2020-06-12] 178: Checking geocodings ** [19:07:43 2020-06-12] 178: Checking synchronizations ** [19:07:43 2020-06-12] 178: Checking tracker ** [19:07:43 2020-06-12] 178: Checking user_migrations ** [19:07:43 2020-06-12] 178: Checking batch_updates ** [19:07:43 2020-06-12] 178: Checking gears ** [19:07:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:07:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:48 2020-06-12] 178: Checking imports ** [19:07:48 2020-06-12] 178: Checking exports ** [19:07:48 2020-06-12] 178: Checking users ** [19:07:48 2020-06-12] 178: Checking user_dbs ** [19:07:48 2020-06-12] 178: Checking geocodings ** [19:07:48 2020-06-12] 178: Checking synchronizations ** [19:07:48 2020-06-12] 178: Checking tracker ** [19:07:48 2020-06-12] 178: Checking user_migrations ** [19:07:48 2020-06-12] 178: Checking batch_updates ** [19:07:48 2020-06-12] 178: Checking gears ** [19:07:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:07:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:53 2020-06-12] 178: Checking imports ** [19:07:53 2020-06-12] 178: Checking exports ** [19:07:53 2020-06-12] 178: Checking users ** [19:07:53 2020-06-12] 178: Checking user_dbs ** [19:07:53 2020-06-12] 178: Checking geocodings ** [19:07:53 2020-06-12] 178: Checking synchronizations ** [19:07:53 2020-06-12] 178: Checking tracker ** [19:07:53 2020-06-12] 178: Checking user_migrations ** [19:07:53 2020-06-12] 178: Checking batch_updates ** [19:07:53 2020-06-12] 178: Checking gears ** [19:07:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:07:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:58 2020-06-12] 178: Checking imports ** [19:07:58 2020-06-12] 178: Checking exports ** [19:07:58 2020-06-12] 178: Checking users ** [19:07:58 2020-06-12] 178: Checking user_dbs ** [19:07:58 2020-06-12] 178: Checking geocodings ** [19:07:58 2020-06-12] 178: Checking synchronizations ** [19:07:58 2020-06-12] 178: Checking tracker ** [19:07:58 2020-06-12] 178: Checking user_migrations ** [19:07:58 2020-06-12] 178: Checking batch_updates ** [19:07:58 2020-06-12] 178: Checking gears ** [19:07:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:07:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:03 2020-06-12] 178: Checking imports ** [19:08:03 2020-06-12] 178: Checking exports ** [19:08:03 2020-06-12] 178: Checking users ** [19:08:03 2020-06-12] 178: Checking user_dbs ** [19:08:03 2020-06-12] 178: Checking geocodings ** [19:08:03 2020-06-12] 178: Checking synchronizations ** [19:08:03 2020-06-12] 178: Checking tracker ** [19:08:03 2020-06-12] 178: Checking user_migrations ** [19:08:03 2020-06-12] 178: Checking batch_updates ** [19:08:03 2020-06-12] 178: Checking gears ** [19:08:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:08:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:08 2020-06-12] 178: Checking imports ** [19:08:08 2020-06-12] 178: Checking exports ** [19:08:08 2020-06-12] 178: Checking users ** [19:08:08 2020-06-12] 178: Checking user_dbs ** [19:08:08 2020-06-12] 178: Checking geocodings ** [19:08:08 2020-06-12] 178: Checking synchronizations ** [19:08:08 2020-06-12] 178: Checking tracker ** [19:08:08 2020-06-12] 178: Checking user_migrations ** [19:08:08 2020-06-12] 178: Checking batch_updates ** [19:08:08 2020-06-12] 178: Checking gears ** [19:08:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:08:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:13 2020-06-12] 178: Checking imports ** [19:08:13 2020-06-12] 178: Checking exports ** [19:08:13 2020-06-12] 178: Checking users ** [19:08:13 2020-06-12] 178: Checking user_dbs ** [19:08:13 2020-06-12] 178: Checking geocodings ** [19:08:13 2020-06-12] 178: Checking synchronizations ** [19:08:13 2020-06-12] 178: Checking tracker ** [19:08:13 2020-06-12] 178: Checking user_migrations ** [19:08:13 2020-06-12] 178: Checking batch_updates ** [19:08:13 2020-06-12] 178: Checking gears ** [19:08:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:08:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:18 2020-06-12] 178: Checking imports ** [19:08:18 2020-06-12] 178: Checking exports ** [19:08:18 2020-06-12] 178: Checking users ** [19:08:18 2020-06-12] 178: Checking user_dbs ** [19:08:18 2020-06-12] 178: Checking geocodings ** [19:08:18 2020-06-12] 178: Checking synchronizations ** [19:08:18 2020-06-12] 178: Checking tracker ** [19:08:18 2020-06-12] 178: Checking user_migrations ** [19:08:18 2020-06-12] 178: Checking batch_updates ** [19:08:18 2020-06-12] 178: Checking gears ** [19:08:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:08:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:23 2020-06-12] 178: Checking imports ** [19:08:23 2020-06-12] 178: Checking exports ** [19:08:23 2020-06-12] 178: Checking users ** [19:08:23 2020-06-12] 178: Checking user_dbs ** [19:08:23 2020-06-12] 178: Checking geocodings ** [19:08:23 2020-06-12] 178: Checking synchronizations ** [19:08:23 2020-06-12] 178: Checking tracker ** [19:08:23 2020-06-12] 178: Checking user_migrations ** [19:08:23 2020-06-12] 178: Checking batch_updates ** [19:08:23 2020-06-12] 178: Checking gears ** [19:08:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:08:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:28 2020-06-12] 178: Checking imports ** [19:08:28 2020-06-12] 178: Checking exports ** [19:08:28 2020-06-12] 178: Checking users ** [19:08:28 2020-06-12] 178: Checking user_dbs ** [19:08:28 2020-06-12] 178: Checking geocodings ** [19:08:28 2020-06-12] 178: Checking synchronizations ** [19:08:28 2020-06-12] 178: Checking tracker ** [19:08:28 2020-06-12] 178: Checking user_migrations ** [19:08:28 2020-06-12] 178: Checking batch_updates ** [19:08:28 2020-06-12] 178: Checking gears ** [19:08:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:08:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:33 2020-06-12] 178: Checking imports ** [19:08:33 2020-06-12] 178: Checking exports ** [19:08:33 2020-06-12] 178: Checking users ** [19:08:33 2020-06-12] 178: Checking user_dbs ** [19:08:33 2020-06-12] 178: Checking geocodings ** [19:08:33 2020-06-12] 178: Checking synchronizations ** [19:08:33 2020-06-12] 178: Checking tracker ** [19:08:33 2020-06-12] 178: Checking user_migrations ** [19:08:33 2020-06-12] 178: Checking batch_updates ** [19:08:33 2020-06-12] 178: Checking gears ** [19:08:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:08:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:38 2020-06-12] 178: Checking imports ** [19:08:38 2020-06-12] 178: Checking exports ** [19:08:38 2020-06-12] 178: Checking users ** [19:08:38 2020-06-12] 178: Checking user_dbs ** [19:08:38 2020-06-12] 178: Checking geocodings ** [19:08:38 2020-06-12] 178: Checking synchronizations ** [19:08:38 2020-06-12] 178: Checking tracker ** [19:08:38 2020-06-12] 178: Checking user_migrations ** [19:08:38 2020-06-12] 178: Checking batch_updates ** [19:08:38 2020-06-12] 178: Checking gears ** [19:08:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:08:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:43 2020-06-12] 178: Checking imports ** [19:08:43 2020-06-12] 178: Checking exports ** [19:08:43 2020-06-12] 178: Checking users ** [19:08:43 2020-06-12] 178: Checking user_dbs ** [19:08:43 2020-06-12] 178: Checking geocodings ** [19:08:43 2020-06-12] 178: Checking synchronizations ** [19:08:43 2020-06-12] 178: Checking tracker ** [19:08:43 2020-06-12] 178: Checking user_migrations ** [19:08:43 2020-06-12] 178: Checking batch_updates ** [19:08:43 2020-06-12] 178: Checking gears ** [19:08:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:08:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:48 2020-06-12] 178: Checking imports ** [19:08:48 2020-06-12] 178: Checking exports ** [19:08:48 2020-06-12] 178: Checking users ** [19:08:48 2020-06-12] 178: Checking user_dbs ** [19:08:48 2020-06-12] 178: Checking geocodings ** [19:08:48 2020-06-12] 178: Checking synchronizations ** [19:08:48 2020-06-12] 178: Checking tracker ** [19:08:48 2020-06-12] 178: Checking user_migrations ** [19:08:48 2020-06-12] 178: Checking batch_updates ** [19:08:48 2020-06-12] 178: Checking gears ** [19:08:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:08:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:53 2020-06-12] 178: Checking imports ** [19:08:53 2020-06-12] 178: Checking exports ** [19:08:53 2020-06-12] 178: Checking users ** [19:08:53 2020-06-12] 178: Checking user_dbs ** [19:08:53 2020-06-12] 178: Checking geocodings ** [19:08:53 2020-06-12] 178: Checking synchronizations ** [19:08:53 2020-06-12] 178: Checking tracker ** [19:08:53 2020-06-12] 178: Checking user_migrations ** [19:08:53 2020-06-12] 178: Checking batch_updates ** [19:08:53 2020-06-12] 178: Checking gears ** [19:08:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:08:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:58 2020-06-12] 178: Checking imports ** [19:08:58 2020-06-12] 178: Checking exports ** [19:08:58 2020-06-12] 178: Checking users ** [19:08:58 2020-06-12] 178: Checking user_dbs ** [19:08:58 2020-06-12] 178: Checking geocodings ** [19:08:58 2020-06-12] 178: Checking synchronizations ** [19:08:58 2020-06-12] 178: Checking tracker ** [19:08:58 2020-06-12] 178: Checking user_migrations ** [19:08:58 2020-06-12] 178: Checking batch_updates ** [19:08:58 2020-06-12] 178: Checking gears ** [19:08:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:08:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:03 2020-06-12] 178: Checking imports ** [19:09:03 2020-06-12] 178: Checking exports ** [19:09:03 2020-06-12] 178: Checking users ** [19:09:03 2020-06-12] 178: Checking user_dbs ** [19:09:03 2020-06-12] 178: Checking geocodings ** [19:09:03 2020-06-12] 178: Checking synchronizations ** [19:09:03 2020-06-12] 178: Checking tracker ** [19:09:03 2020-06-12] 178: Checking user_migrations ** [19:09:03 2020-06-12] 178: Checking batch_updates ** [19:09:03 2020-06-12] 178: Checking gears ** [19:09:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:09:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:08 2020-06-12] 178: Checking imports ** [19:09:08 2020-06-12] 178: Checking exports ** [19:09:08 2020-06-12] 178: Checking users ** [19:09:08 2020-06-12] 178: Checking user_dbs ** [19:09:08 2020-06-12] 178: Checking geocodings ** [19:09:08 2020-06-12] 178: Checking synchronizations ** [19:09:08 2020-06-12] 178: Checking tracker ** [19:09:08 2020-06-12] 178: Checking user_migrations ** [19:09:08 2020-06-12] 178: Checking batch_updates ** [19:09:08 2020-06-12] 178: Checking gears ** [19:09:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:09:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:13 2020-06-12] 178: Checking imports ** [19:09:13 2020-06-12] 178: Checking exports ** [19:09:13 2020-06-12] 178: Checking users ** [19:09:13 2020-06-12] 178: Checking user_dbs ** [19:09:13 2020-06-12] 178: Checking geocodings ** [19:09:13 2020-06-12] 178: Checking synchronizations ** [19:09:13 2020-06-12] 178: Checking tracker ** [19:09:13 2020-06-12] 178: Checking user_migrations ** [19:09:13 2020-06-12] 178: Checking batch_updates ** [19:09:13 2020-06-12] 178: Checking gears ** [19:09:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:09:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:18 2020-06-12] 178: Checking imports ** [19:09:18 2020-06-12] 178: Checking exports ** [19:09:18 2020-06-12] 178: Checking users ** [19:09:18 2020-06-12] 178: Checking user_dbs ** [19:09:18 2020-06-12] 178: Checking geocodings ** [19:09:18 2020-06-12] 178: Checking synchronizations ** [19:09:18 2020-06-12] 178: Checking tracker ** [19:09:18 2020-06-12] 178: Checking user_migrations ** [19:09:18 2020-06-12] 178: Checking batch_updates ** [19:09:18 2020-06-12] 178: Checking gears ** [19:09:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:09:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:23 2020-06-12] 178: Checking imports ** [19:09:23 2020-06-12] 178: Checking exports ** [19:09:23 2020-06-12] 178: Checking users ** [19:09:23 2020-06-12] 178: Checking user_dbs ** [19:09:23 2020-06-12] 178: Checking geocodings ** [19:09:23 2020-06-12] 178: Checking synchronizations ** [19:09:23 2020-06-12] 178: Checking tracker ** [19:09:23 2020-06-12] 178: Checking user_migrations ** [19:09:23 2020-06-12] 178: Checking batch_updates ** [19:09:23 2020-06-12] 178: Checking gears ** [19:09:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:09:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:28 2020-06-12] 178: Checking imports ** [19:09:28 2020-06-12] 178: Checking exports ** [19:09:28 2020-06-12] 178: Checking users ** [19:09:28 2020-06-12] 178: Checking user_dbs ** [19:09:28 2020-06-12] 178: Checking geocodings ** [19:09:28 2020-06-12] 178: Checking synchronizations ** [19:09:28 2020-06-12] 178: Checking tracker ** [19:09:28 2020-06-12] 178: Checking user_migrations ** [19:09:28 2020-06-12] 178: Checking batch_updates ** [19:09:28 2020-06-12] 178: Checking gears ** [19:09:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:09:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:33 2020-06-12] 178: Checking imports ** [19:09:33 2020-06-12] 178: Checking exports ** [19:09:33 2020-06-12] 178: Checking users ** [19:09:33 2020-06-12] 178: Checking user_dbs ** [19:09:33 2020-06-12] 178: Checking geocodings ** [19:09:33 2020-06-12] 178: Checking synchronizations ** [19:09:33 2020-06-12] 178: Checking tracker ** [19:09:33 2020-06-12] 178: Checking user_migrations ** [19:09:33 2020-06-12] 178: Checking batch_updates ** [19:09:33 2020-06-12] 178: Checking gears ** [19:09:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:09:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:38 2020-06-12] 178: Checking imports ** [19:09:38 2020-06-12] 178: Checking exports ** [19:09:38 2020-06-12] 178: Checking users ** [19:09:38 2020-06-12] 178: Checking user_dbs ** [19:09:38 2020-06-12] 178: Checking geocodings ** [19:09:38 2020-06-12] 178: Checking synchronizations ** [19:09:38 2020-06-12] 178: Checking tracker ** [19:09:38 2020-06-12] 178: Checking user_migrations ** [19:09:38 2020-06-12] 178: Checking batch_updates ** [19:09:38 2020-06-12] 178: Checking gears ** [19:09:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:09:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:43 2020-06-12] 178: Checking imports ** [19:09:43 2020-06-12] 178: Checking exports ** [19:09:43 2020-06-12] 178: Checking users ** [19:09:43 2020-06-12] 178: Checking user_dbs ** [19:09:43 2020-06-12] 178: Checking geocodings ** [19:09:43 2020-06-12] 178: Checking synchronizations ** [19:09:43 2020-06-12] 178: Checking tracker ** [19:09:43 2020-06-12] 178: Checking user_migrations ** [19:09:43 2020-06-12] 178: Checking batch_updates ** [19:09:43 2020-06-12] 178: Checking gears ** [19:09:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:09:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:48 2020-06-12] 178: Checking imports ** [19:09:48 2020-06-12] 178: Checking exports ** [19:09:48 2020-06-12] 178: Checking users ** [19:09:48 2020-06-12] 178: Checking user_dbs ** [19:09:48 2020-06-12] 178: Checking geocodings ** [19:09:48 2020-06-12] 178: Checking synchronizations ** [19:09:48 2020-06-12] 178: Checking tracker ** [19:09:48 2020-06-12] 178: Checking user_migrations ** [19:09:48 2020-06-12] 178: Checking batch_updates ** [19:09:48 2020-06-12] 178: Checking gears ** [19:09:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:09:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:53 2020-06-12] 178: Checking imports ** [19:09:53 2020-06-12] 178: Checking exports ** [19:09:53 2020-06-12] 178: Checking users ** [19:09:53 2020-06-12] 178: Checking user_dbs ** [19:09:53 2020-06-12] 178: Checking geocodings ** [19:09:53 2020-06-12] 178: Checking synchronizations ** [19:09:53 2020-06-12] 178: Checking tracker ** [19:09:53 2020-06-12] 178: Checking user_migrations ** [19:09:53 2020-06-12] 178: Checking batch_updates ** [19:09:53 2020-06-12] 178: Checking gears ** [19:09:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:09:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:58 2020-06-12] 178: Checking imports ** [19:09:58 2020-06-12] 178: Checking exports ** [19:09:58 2020-06-12] 178: Checking users ** [19:09:58 2020-06-12] 178: Checking user_dbs ** [19:09:58 2020-06-12] 178: Checking geocodings ** [19:09:58 2020-06-12] 178: Checking synchronizations ** [19:09:59 2020-06-12] 178: Checking tracker ** [19:09:59 2020-06-12] 178: Checking user_migrations ** [19:09:59 2020-06-12] 178: Checking batch_updates ** [19:09:59 2020-06-12] 178: Checking gears ** [19:09:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:09:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:04 2020-06-12] 178: Checking imports ** [19:10:04 2020-06-12] 178: Checking exports ** [19:10:04 2020-06-12] 178: Checking users ** [19:10:04 2020-06-12] 178: Checking user_dbs ** [19:10:04 2020-06-12] 178: Checking geocodings ** [19:10:04 2020-06-12] 178: Checking synchronizations ** [19:10:04 2020-06-12] 178: Checking tracker ** [19:10:04 2020-06-12] 178: Checking user_migrations ** [19:10:04 2020-06-12] 178: Checking batch_updates ** [19:10:04 2020-06-12] 178: Checking gears ** [19:10:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:10:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:09 2020-06-12] 178: Checking imports ** [19:10:09 2020-06-12] 178: Checking exports ** [19:10:09 2020-06-12] 178: Checking users ** [19:10:09 2020-06-12] 178: Checking user_dbs ** [19:10:09 2020-06-12] 178: Checking geocodings ** [19:10:09 2020-06-12] 178: Checking synchronizations ** [19:10:09 2020-06-12] 178: Checking tracker ** [19:10:09 2020-06-12] 178: Checking user_migrations ** [19:10:09 2020-06-12] 178: Checking batch_updates ** [19:10:09 2020-06-12] 178: Checking gears ** [19:10:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:10:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:14 2020-06-12] 178: Checking imports ** [19:10:14 2020-06-12] 178: Checking exports ** [19:10:14 2020-06-12] 178: Checking users ** [19:10:14 2020-06-12] 178: Checking user_dbs ** [19:10:14 2020-06-12] 178: Checking geocodings ** [19:10:14 2020-06-12] 178: Checking synchronizations ** [19:10:14 2020-06-12] 178: Checking tracker ** [19:10:14 2020-06-12] 178: Checking user_migrations ** [19:10:14 2020-06-12] 178: Checking batch_updates ** [19:10:14 2020-06-12] 178: Checking gears ** [19:10:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:10:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:19 2020-06-12] 178: Checking imports ** [19:10:19 2020-06-12] 178: Checking exports ** [19:10:19 2020-06-12] 178: Checking users ** [19:10:19 2020-06-12] 178: Checking user_dbs ** [19:10:19 2020-06-12] 178: Checking geocodings ** [19:10:19 2020-06-12] 178: Checking synchronizations ** [19:10:19 2020-06-12] 178: Checking tracker ** [19:10:19 2020-06-12] 178: Checking user_migrations ** [19:10:19 2020-06-12] 178: Checking batch_updates ** [19:10:19 2020-06-12] 178: Checking gears ** [19:10:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:10:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:24 2020-06-12] 178: Checking imports ** [19:10:24 2020-06-12] 178: Checking exports ** [19:10:24 2020-06-12] 178: Checking users ** [19:10:24 2020-06-12] 178: Checking user_dbs ** [19:10:24 2020-06-12] 178: Checking geocodings ** [19:10:24 2020-06-12] 178: Checking synchronizations ** [19:10:24 2020-06-12] 178: Checking tracker ** [19:10:24 2020-06-12] 178: Checking user_migrations ** [19:10:24 2020-06-12] 178: Checking batch_updates ** [19:10:24 2020-06-12] 178: Checking gears ** [19:10:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:10:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:29 2020-06-12] 178: Checking imports ** [19:10:29 2020-06-12] 178: Checking exports ** [19:10:29 2020-06-12] 178: Checking users ** [19:10:29 2020-06-12] 178: Checking user_dbs ** [19:10:29 2020-06-12] 178: Checking geocodings ** [19:10:29 2020-06-12] 178: Checking synchronizations ** [19:10:29 2020-06-12] 178: Checking tracker ** [19:10:29 2020-06-12] 178: Checking user_migrations ** [19:10:29 2020-06-12] 178: Checking batch_updates ** [19:10:29 2020-06-12] 178: Checking gears ** [19:10:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:10:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:34 2020-06-12] 178: Checking imports ** [19:10:34 2020-06-12] 178: Checking exports ** [19:10:34 2020-06-12] 178: Checking users ** [19:10:34 2020-06-12] 178: Checking user_dbs ** [19:10:34 2020-06-12] 178: Checking geocodings ** [19:10:34 2020-06-12] 178: Checking synchronizations ** [19:10:34 2020-06-12] 178: Checking tracker ** [19:10:34 2020-06-12] 178: Checking user_migrations ** [19:10:34 2020-06-12] 178: Checking batch_updates ** [19:10:34 2020-06-12] 178: Checking gears ** [19:10:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:10:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:39 2020-06-12] 178: Checking imports ** [19:10:39 2020-06-12] 178: Checking exports ** [19:10:39 2020-06-12] 178: Checking users ** [19:10:39 2020-06-12] 178: Checking user_dbs ** [19:10:39 2020-06-12] 178: Checking geocodings ** [19:10:39 2020-06-12] 178: Checking synchronizations ** [19:10:39 2020-06-12] 178: Checking tracker ** [19:10:39 2020-06-12] 178: Checking user_migrations ** [19:10:39 2020-06-12] 178: Checking batch_updates ** [19:10:39 2020-06-12] 178: Checking gears ** [19:10:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:10:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:44 2020-06-12] 178: Checking imports ** [19:10:44 2020-06-12] 178: Checking exports ** [19:10:44 2020-06-12] 178: Checking users ** [19:10:44 2020-06-12] 178: Checking user_dbs ** [19:10:44 2020-06-12] 178: Checking geocodings ** [19:10:44 2020-06-12] 178: Checking synchronizations ** [19:10:44 2020-06-12] 178: Checking tracker ** [19:10:44 2020-06-12] 178: Checking user_migrations ** [19:10:44 2020-06-12] 178: Checking batch_updates ** [19:10:44 2020-06-12] 178: Checking gears ** [19:10:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:10:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:49 2020-06-12] 178: Checking imports ** [19:10:49 2020-06-12] 178: Checking exports ** [19:10:49 2020-06-12] 178: Checking users ** [19:10:49 2020-06-12] 178: Checking user_dbs ** [19:10:49 2020-06-12] 178: Checking geocodings ** [19:10:49 2020-06-12] 178: Checking synchronizations ** [19:10:49 2020-06-12] 178: Checking tracker ** [19:10:49 2020-06-12] 178: Checking user_migrations ** [19:10:49 2020-06-12] 178: Checking batch_updates ** [19:10:49 2020-06-12] 178: Checking gears ** [19:10:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:10:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:54 2020-06-12] 178: Checking imports ** [19:10:54 2020-06-12] 178: Checking exports ** [19:10:54 2020-06-12] 178: Checking users ** [19:10:54 2020-06-12] 178: Checking user_dbs ** [19:10:54 2020-06-12] 178: Checking geocodings ** [19:10:54 2020-06-12] 178: Checking synchronizations ** [19:10:54 2020-06-12] 178: Checking tracker ** [19:10:54 2020-06-12] 178: Checking user_migrations ** [19:10:54 2020-06-12] 178: Checking batch_updates ** [19:10:54 2020-06-12] 178: Checking gears ** [19:10:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:10:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:59 2020-06-12] 178: Checking imports ** [19:10:59 2020-06-12] 178: Checking exports ** [19:10:59 2020-06-12] 178: Checking users ** [19:10:59 2020-06-12] 178: Checking user_dbs ** [19:10:59 2020-06-12] 178: Checking geocodings ** [19:10:59 2020-06-12] 178: Checking synchronizations ** [19:10:59 2020-06-12] 178: Checking tracker ** [19:10:59 2020-06-12] 178: Checking user_migrations ** [19:10:59 2020-06-12] 178: Checking batch_updates ** [19:10:59 2020-06-12] 178: Checking gears ** [19:10:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:10:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:04 2020-06-12] 178: Checking imports ** [19:11:04 2020-06-12] 178: Checking exports ** [19:11:04 2020-06-12] 178: Checking users ** [19:11:04 2020-06-12] 178: Checking user_dbs ** [19:11:04 2020-06-12] 178: Checking geocodings ** [19:11:04 2020-06-12] 178: Checking synchronizations ** [19:11:04 2020-06-12] 178: Checking tracker ** [19:11:04 2020-06-12] 178: Checking user_migrations ** [19:11:04 2020-06-12] 178: Checking batch_updates ** [19:11:04 2020-06-12] 178: Checking gears ** [19:11:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:11:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:09 2020-06-12] 178: Checking imports ** [19:11:09 2020-06-12] 178: Checking exports ** [19:11:09 2020-06-12] 178: Checking users ** [19:11:09 2020-06-12] 178: Checking user_dbs ** [19:11:09 2020-06-12] 178: Checking geocodings ** [19:11:09 2020-06-12] 178: Checking synchronizations ** [19:11:09 2020-06-12] 178: Checking tracker ** [19:11:09 2020-06-12] 178: Checking user_migrations ** [19:11:09 2020-06-12] 178: Checking batch_updates ** [19:11:09 2020-06-12] 178: Checking gears ** [19:11:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:11:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:14 2020-06-12] 178: Checking imports ** [19:11:14 2020-06-12] 178: Checking exports ** [19:11:14 2020-06-12] 178: Checking users ** [19:11:14 2020-06-12] 178: Checking user_dbs ** [19:11:14 2020-06-12] 178: Checking geocodings ** [19:11:14 2020-06-12] 178: Checking synchronizations ** [19:11:14 2020-06-12] 178: Checking tracker ** [19:11:14 2020-06-12] 178: Checking user_migrations ** [19:11:14 2020-06-12] 178: Checking batch_updates ** [19:11:14 2020-06-12] 178: Checking gears ** [19:11:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:11:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:19 2020-06-12] 178: Checking imports ** [19:11:19 2020-06-12] 178: Checking exports ** [19:11:19 2020-06-12] 178: Checking users ** [19:11:19 2020-06-12] 178: Checking user_dbs ** [19:11:19 2020-06-12] 178: Checking geocodings ** [19:11:19 2020-06-12] 178: Checking synchronizations ** [19:11:19 2020-06-12] 178: Checking tracker ** [19:11:19 2020-06-12] 178: Checking user_migrations ** [19:11:19 2020-06-12] 178: Checking batch_updates ** [19:11:19 2020-06-12] 178: Checking gears ** [19:11:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:11:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:24 2020-06-12] 178: Checking imports ** [19:11:24 2020-06-12] 178: Checking exports ** [19:11:24 2020-06-12] 178: Checking users ** [19:11:24 2020-06-12] 178: Checking user_dbs ** [19:11:24 2020-06-12] 178: Checking geocodings ** [19:11:24 2020-06-12] 178: Checking synchronizations ** [19:11:24 2020-06-12] 178: Checking tracker ** [19:11:24 2020-06-12] 178: Checking user_migrations ** [19:11:24 2020-06-12] 178: Checking batch_updates ** [19:11:24 2020-06-12] 178: Checking gears ** [19:11:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:11:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:29 2020-06-12] 178: Checking imports ** [19:11:29 2020-06-12] 178: Checking exports ** [19:11:29 2020-06-12] 178: Checking users ** [19:11:29 2020-06-12] 178: Checking user_dbs ** [19:11:29 2020-06-12] 178: Checking geocodings ** [19:11:29 2020-06-12] 178: Checking synchronizations ** [19:11:29 2020-06-12] 178: Checking tracker ** [19:11:29 2020-06-12] 178: Checking user_migrations ** [19:11:29 2020-06-12] 178: Checking batch_updates ** [19:11:29 2020-06-12] 178: Checking gears ** [19:11:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:11:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:34 2020-06-12] 178: Checking imports ** [19:11:34 2020-06-12] 178: Checking exports ** [19:11:34 2020-06-12] 178: Checking users ** [19:11:34 2020-06-12] 178: Checking user_dbs ** [19:11:34 2020-06-12] 178: Checking geocodings ** [19:11:34 2020-06-12] 178: Checking synchronizations ** [19:11:34 2020-06-12] 178: Checking tracker ** [19:11:34 2020-06-12] 178: Checking user_migrations ** [19:11:34 2020-06-12] 178: Checking batch_updates ** [19:11:34 2020-06-12] 178: Checking gears ** [19:11:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:11:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:39 2020-06-12] 178: Checking imports ** [19:11:39 2020-06-12] 178: Checking exports ** [19:11:39 2020-06-12] 178: Checking users ** [19:11:39 2020-06-12] 178: Checking user_dbs ** [19:11:39 2020-06-12] 178: Checking geocodings ** [19:11:39 2020-06-12] 178: Checking synchronizations ** [19:11:39 2020-06-12] 178: Checking tracker ** [19:11:39 2020-06-12] 178: Checking user_migrations ** [19:11:39 2020-06-12] 178: Checking batch_updates ** [19:11:39 2020-06-12] 178: Checking gears ** [19:11:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:11:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:44 2020-06-12] 178: Checking imports ** [19:11:44 2020-06-12] 178: Checking exports ** [19:11:44 2020-06-12] 178: Checking users ** [19:11:44 2020-06-12] 178: Checking user_dbs ** [19:11:44 2020-06-12] 178: Checking geocodings ** [19:11:44 2020-06-12] 178: Checking synchronizations ** [19:11:44 2020-06-12] 178: Checking tracker ** [19:11:44 2020-06-12] 178: Checking user_migrations ** [19:11:44 2020-06-12] 178: Checking batch_updates ** [19:11:44 2020-06-12] 178: Checking gears ** [19:11:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:11:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:49 2020-06-12] 178: Checking imports ** [19:11:49 2020-06-12] 178: Checking exports ** [19:11:49 2020-06-12] 178: Checking users ** [19:11:49 2020-06-12] 178: Checking user_dbs ** [19:11:49 2020-06-12] 178: Checking geocodings ** [19:11:49 2020-06-12] 178: Checking synchronizations ** [19:11:49 2020-06-12] 178: Checking tracker ** [19:11:49 2020-06-12] 178: Checking user_migrations ** [19:11:49 2020-06-12] 178: Checking batch_updates ** [19:11:49 2020-06-12] 178: Checking gears ** [19:11:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:11:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:54 2020-06-12] 178: Checking imports ** [19:11:54 2020-06-12] 178: Checking exports ** [19:11:54 2020-06-12] 178: Checking users ** [19:11:54 2020-06-12] 178: Checking user_dbs ** [19:11:54 2020-06-12] 178: Checking geocodings ** [19:11:54 2020-06-12] 178: Checking synchronizations ** [19:11:54 2020-06-12] 178: Checking tracker ** [19:11:54 2020-06-12] 178: Checking user_migrations ** [19:11:54 2020-06-12] 178: Checking batch_updates ** [19:11:54 2020-06-12] 178: Checking gears ** [19:11:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:11:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:59 2020-06-12] 178: Checking imports ** [19:11:59 2020-06-12] 178: Checking exports ** [19:11:59 2020-06-12] 178: Checking users ** [19:11:59 2020-06-12] 178: Checking user_dbs ** [19:11:59 2020-06-12] 178: Checking geocodings ** [19:11:59 2020-06-12] 178: Checking synchronizations ** [19:11:59 2020-06-12] 178: Checking tracker ** [19:11:59 2020-06-12] 178: Checking user_migrations ** [19:11:59 2020-06-12] 178: Checking batch_updates ** [19:11:59 2020-06-12] 178: Checking gears ** [19:11:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:11:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:04 2020-06-12] 178: Checking imports ** [19:12:04 2020-06-12] 178: Checking exports ** [19:12:04 2020-06-12] 178: Checking users ** [19:12:04 2020-06-12] 178: Checking user_dbs ** [19:12:04 2020-06-12] 178: Checking geocodings ** [19:12:04 2020-06-12] 178: Checking synchronizations ** [19:12:04 2020-06-12] 178: Checking tracker ** [19:12:04 2020-06-12] 178: Checking user_migrations ** [19:12:04 2020-06-12] 178: Checking batch_updates ** [19:12:04 2020-06-12] 178: Checking gears ** [19:12:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:12:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:09 2020-06-12] 178: Checking imports ** [19:12:09 2020-06-12] 178: Checking exports ** [19:12:09 2020-06-12] 178: Checking users ** [19:12:09 2020-06-12] 178: Checking user_dbs ** [19:12:09 2020-06-12] 178: Checking geocodings ** [19:12:09 2020-06-12] 178: Checking synchronizations ** [19:12:09 2020-06-12] 178: Checking tracker ** [19:12:09 2020-06-12] 178: Checking user_migrations ** [19:12:09 2020-06-12] 178: Checking batch_updates ** [19:12:09 2020-06-12] 178: Checking gears ** [19:12:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:12:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:14 2020-06-12] 178: Checking imports ** [19:12:14 2020-06-12] 178: Checking exports ** [19:12:14 2020-06-12] 178: Checking users ** [19:12:14 2020-06-12] 178: Checking user_dbs ** [19:12:14 2020-06-12] 178: Checking geocodings ** [19:12:14 2020-06-12] 178: Checking synchronizations ** [19:12:14 2020-06-12] 178: Checking tracker ** [19:12:14 2020-06-12] 178: Checking user_migrations ** [19:12:14 2020-06-12] 178: Checking batch_updates ** [19:12:14 2020-06-12] 178: Checking gears ** [19:12:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:12:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:19 2020-06-12] 178: Checking imports ** [19:12:19 2020-06-12] 178: Checking exports ** [19:12:19 2020-06-12] 178: Checking users ** [19:12:19 2020-06-12] 178: Checking user_dbs ** [19:12:19 2020-06-12] 178: Checking geocodings ** [19:12:19 2020-06-12] 178: Checking synchronizations ** [19:12:19 2020-06-12] 178: Checking tracker ** [19:12:19 2020-06-12] 178: Checking user_migrations ** [19:12:19 2020-06-12] 178: Checking batch_updates ** [19:12:19 2020-06-12] 178: Checking gears ** [19:12:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:12:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:24 2020-06-12] 178: Checking imports ** [19:12:24 2020-06-12] 178: Checking exports ** [19:12:24 2020-06-12] 178: Checking users ** [19:12:24 2020-06-12] 178: Checking user_dbs ** [19:12:24 2020-06-12] 178: Checking geocodings ** [19:12:24 2020-06-12] 178: Checking synchronizations ** [19:12:24 2020-06-12] 178: Checking tracker ** [19:12:24 2020-06-12] 178: Checking user_migrations ** [19:12:24 2020-06-12] 178: Checking batch_updates ** [19:12:24 2020-06-12] 178: Checking gears ** [19:12:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:12:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:29 2020-06-12] 178: Checking imports ** [19:12:29 2020-06-12] 178: Checking exports ** [19:12:29 2020-06-12] 178: Checking users ** [19:12:29 2020-06-12] 178: Checking user_dbs ** [19:12:29 2020-06-12] 178: Checking geocodings ** [19:12:29 2020-06-12] 178: Checking synchronizations ** [19:12:29 2020-06-12] 178: Checking tracker ** [19:12:29 2020-06-12] 178: Checking user_migrations ** [19:12:29 2020-06-12] 178: Checking batch_updates ** [19:12:29 2020-06-12] 178: Checking gears ** [19:12:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:12:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:34 2020-06-12] 178: Checking imports ** [19:12:34 2020-06-12] 178: Checking exports ** [19:12:34 2020-06-12] 178: Checking users ** [19:12:34 2020-06-12] 178: Checking user_dbs ** [19:12:34 2020-06-12] 178: Checking geocodings ** [19:12:34 2020-06-12] 178: Checking synchronizations ** [19:12:34 2020-06-12] 178: Checking tracker ** [19:12:34 2020-06-12] 178: Checking user_migrations ** [19:12:34 2020-06-12] 178: Checking batch_updates ** [19:12:34 2020-06-12] 178: Checking gears ** [19:12:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:12:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:39 2020-06-12] 178: Checking imports ** [19:12:39 2020-06-12] 178: Checking exports ** [19:12:39 2020-06-12] 178: Checking users ** [19:12:39 2020-06-12] 178: Checking user_dbs ** [19:12:39 2020-06-12] 178: Checking geocodings ** [19:12:39 2020-06-12] 178: Checking synchronizations ** [19:12:39 2020-06-12] 178: Checking tracker ** [19:12:39 2020-06-12] 178: Checking user_migrations ** [19:12:39 2020-06-12] 178: Checking batch_updates ** [19:12:39 2020-06-12] 178: Checking gears ** [19:12:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:12:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:44 2020-06-12] 178: Checking imports ** [19:12:44 2020-06-12] 178: Checking exports ** [19:12:44 2020-06-12] 178: Checking users ** [19:12:44 2020-06-12] 178: Checking user_dbs ** [19:12:44 2020-06-12] 178: Checking geocodings ** [19:12:44 2020-06-12] 178: Checking synchronizations ** [19:12:44 2020-06-12] 178: Checking tracker ** [19:12:44 2020-06-12] 178: Checking user_migrations ** [19:12:44 2020-06-12] 178: Checking batch_updates ** [19:12:44 2020-06-12] 178: Checking gears ** [19:12:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:12:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:49 2020-06-12] 178: Checking imports ** [19:12:49 2020-06-12] 178: Checking exports ** [19:12:49 2020-06-12] 178: Checking users ** [19:12:49 2020-06-12] 178: Checking user_dbs ** [19:12:49 2020-06-12] 178: Checking geocodings ** [19:12:49 2020-06-12] 178: Checking synchronizations ** [19:12:49 2020-06-12] 178: Checking tracker ** [19:12:49 2020-06-12] 178: Checking user_migrations ** [19:12:49 2020-06-12] 178: Checking batch_updates ** [19:12:49 2020-06-12] 178: Checking gears ** [19:12:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:12:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:54 2020-06-12] 178: Checking imports ** [19:12:54 2020-06-12] 178: Checking exports ** [19:12:54 2020-06-12] 178: Checking users ** [19:12:54 2020-06-12] 178: Checking user_dbs ** [19:12:54 2020-06-12] 178: Checking geocodings ** [19:12:54 2020-06-12] 178: Checking synchronizations ** [19:12:54 2020-06-12] 178: Checking tracker ** [19:12:54 2020-06-12] 178: Checking user_migrations ** [19:12:54 2020-06-12] 178: Checking batch_updates ** [19:12:54 2020-06-12] 178: Checking gears ** [19:12:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:12:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:59 2020-06-12] 178: Checking imports ** [19:12:59 2020-06-12] 178: Checking exports ** [19:12:59 2020-06-12] 178: Checking users ** [19:12:59 2020-06-12] 178: Checking user_dbs ** [19:12:59 2020-06-12] 178: Checking geocodings ** [19:12:59 2020-06-12] 178: Checking synchronizations ** [19:12:59 2020-06-12] 178: Checking tracker ** [19:12:59 2020-06-12] 178: Checking user_migrations ** [19:12:59 2020-06-12] 178: Checking batch_updates ** [19:12:59 2020-06-12] 178: Checking gears ** [19:12:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:12:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:04 2020-06-12] 178: Checking imports ** [19:13:04 2020-06-12] 178: Checking exports ** [19:13:04 2020-06-12] 178: Checking users ** [19:13:04 2020-06-12] 178: Checking user_dbs ** [19:13:04 2020-06-12] 178: Checking geocodings ** [19:13:04 2020-06-12] 178: Checking synchronizations ** [19:13:04 2020-06-12] 178: Checking tracker ** [19:13:04 2020-06-12] 178: Checking user_migrations ** [19:13:04 2020-06-12] 178: Checking batch_updates ** [19:13:04 2020-06-12] 178: Checking gears ** [19:13:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:13:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:09 2020-06-12] 178: Checking imports ** [19:13:09 2020-06-12] 178: Checking exports ** [19:13:09 2020-06-12] 178: Checking users ** [19:13:09 2020-06-12] 178: Checking user_dbs ** [19:13:09 2020-06-12] 178: Checking geocodings ** [19:13:09 2020-06-12] 178: Checking synchronizations ** [19:13:09 2020-06-12] 178: Checking tracker ** [19:13:09 2020-06-12] 178: Checking user_migrations ** [19:13:09 2020-06-12] 178: Checking batch_updates ** [19:13:09 2020-06-12] 178: Checking gears ** [19:13:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:13:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:14 2020-06-12] 178: Checking imports ** [19:13:14 2020-06-12] 178: Checking exports ** [19:13:14 2020-06-12] 178: Checking users ** [19:13:14 2020-06-12] 178: Checking user_dbs ** [19:13:14 2020-06-12] 178: Checking geocodings ** [19:13:14 2020-06-12] 178: Checking synchronizations ** [19:13:14 2020-06-12] 178: Checking tracker ** [19:13:14 2020-06-12] 178: Checking user_migrations ** [19:13:14 2020-06-12] 178: Checking batch_updates ** [19:13:14 2020-06-12] 178: Checking gears ** [19:13:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:13:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:19 2020-06-12] 178: Checking imports ** [19:13:19 2020-06-12] 178: Checking exports ** [19:13:19 2020-06-12] 178: Checking users ** [19:13:19 2020-06-12] 178: Checking user_dbs ** [19:13:19 2020-06-12] 178: Checking geocodings ** [19:13:19 2020-06-12] 178: Checking synchronizations ** [19:13:19 2020-06-12] 178: Checking tracker ** [19:13:19 2020-06-12] 178: Checking user_migrations ** [19:13:19 2020-06-12] 178: Checking batch_updates ** [19:13:19 2020-06-12] 178: Checking gears ** [19:13:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:13:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:24 2020-06-12] 178: Checking imports ** [19:13:24 2020-06-12] 178: Checking exports ** [19:13:24 2020-06-12] 178: Checking users ** [19:13:24 2020-06-12] 178: Checking user_dbs ** [19:13:24 2020-06-12] 178: Checking geocodings ** [19:13:24 2020-06-12] 178: Checking synchronizations ** [19:13:24 2020-06-12] 178: Checking tracker ** [19:13:24 2020-06-12] 178: Checking user_migrations ** [19:13:24 2020-06-12] 178: Checking batch_updates ** [19:13:24 2020-06-12] 178: Checking gears ** [19:13:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:13:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:29 2020-06-12] 178: Checking imports ** [19:13:29 2020-06-12] 178: Checking exports ** [19:13:29 2020-06-12] 178: Checking users ** [19:13:29 2020-06-12] 178: Checking user_dbs ** [19:13:29 2020-06-12] 178: Checking geocodings ** [19:13:29 2020-06-12] 178: Checking synchronizations ** [19:13:29 2020-06-12] 178: Checking tracker ** [19:13:29 2020-06-12] 178: Checking user_migrations ** [19:13:29 2020-06-12] 178: Checking batch_updates ** [19:13:29 2020-06-12] 178: Checking gears ** [19:13:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:13:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:34 2020-06-12] 178: Checking imports ** [19:13:34 2020-06-12] 178: Checking exports ** [19:13:41 2020-06-12] 178: Checking users ** [19:13:41 2020-06-12] 178: Checking user_dbs ** [19:13:41 2020-06-12] 178: Checking geocodings ** [19:13:41 2020-06-12] 178: Checking synchronizations ** [19:13:41 2020-06-12] 178: Checking tracker ** [19:13:41 2020-06-12] 178: Checking user_migrations ** [19:13:41 2020-06-12] 178: Checking batch_updates ** [19:13:41 2020-06-12] 178: Checking gears ** [19:13:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:13:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:46 2020-06-12] 178: Checking imports ** [19:13:46 2020-06-12] 178: Checking exports ** [19:13:46 2020-06-12] 178: Checking users ** [19:13:46 2020-06-12] 178: Checking user_dbs ** [19:13:46 2020-06-12] 178: Checking geocodings ** [19:13:46 2020-06-12] 178: Checking synchronizations ** [19:13:46 2020-06-12] 178: Checking tracker ** [19:13:46 2020-06-12] 178: Checking user_migrations ** [19:13:46 2020-06-12] 178: Checking batch_updates ** [19:13:46 2020-06-12] 178: Checking gears ** [19:13:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:13:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:51 2020-06-12] 178: Checking imports ** [19:13:51 2020-06-12] 178: Checking exports ** [19:13:51 2020-06-12] 178: Checking users ** [19:13:51 2020-06-12] 178: Checking user_dbs ** [19:13:51 2020-06-12] 178: Checking geocodings ** [19:13:51 2020-06-12] 178: Checking synchronizations ** [19:13:51 2020-06-12] 178: Checking tracker ** [19:13:51 2020-06-12] 178: Checking user_migrations ** [19:13:51 2020-06-12] 178: Checking batch_updates ** [19:13:51 2020-06-12] 178: Checking gears ** [19:13:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:13:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:56 2020-06-12] 178: Checking imports ** [19:13:56 2020-06-12] 178: Checking exports ** [19:13:56 2020-06-12] 178: Checking users ** [19:13:56 2020-06-12] 178: Checking user_dbs ** [19:13:56 2020-06-12] 178: Checking geocodings ** [19:13:56 2020-06-12] 178: Checking synchronizations ** [19:13:56 2020-06-12] 178: Checking tracker ** [19:13:56 2020-06-12] 178: Checking user_migrations ** [19:13:56 2020-06-12] 178: Checking batch_updates ** [19:13:56 2020-06-12] 178: Checking gears ** [19:13:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:13:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:01 2020-06-12] 178: Checking imports ** [19:14:01 2020-06-12] 178: Checking exports ** [19:14:01 2020-06-12] 178: Checking users ** [19:14:01 2020-06-12] 178: Checking user_dbs ** [19:14:01 2020-06-12] 178: Checking geocodings ** [19:14:01 2020-06-12] 178: Checking synchronizations ** [19:14:01 2020-06-12] 178: Checking tracker ** [19:14:01 2020-06-12] 178: Checking user_migrations ** [19:14:01 2020-06-12] 178: Checking batch_updates ** [19:14:01 2020-06-12] 178: Checking gears ** [19:14:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:14:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:06 2020-06-12] 178: Checking imports ** [19:14:06 2020-06-12] 178: Checking exports ** [19:14:06 2020-06-12] 178: Checking users ** [19:14:06 2020-06-12] 178: Checking user_dbs ** [19:14:06 2020-06-12] 178: Checking geocodings ** [19:14:06 2020-06-12] 178: Checking synchronizations ** [19:14:06 2020-06-12] 178: Checking tracker ** [19:14:06 2020-06-12] 178: Checking user_migrations ** [19:14:06 2020-06-12] 178: Checking batch_updates ** [19:14:06 2020-06-12] 178: Checking gears ** [19:14:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:14:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:11 2020-06-12] 178: Checking imports ** [19:14:11 2020-06-12] 178: Checking exports ** [19:14:11 2020-06-12] 178: Checking users ** [19:14:11 2020-06-12] 178: Checking user_dbs ** [19:14:11 2020-06-12] 178: Checking geocodings ** [19:14:11 2020-06-12] 178: Checking synchronizations ** [19:14:11 2020-06-12] 178: Checking tracker ** [19:14:11 2020-06-12] 178: Checking user_migrations ** [19:14:11 2020-06-12] 178: Checking batch_updates ** [19:14:11 2020-06-12] 178: Checking gears ** [19:14:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:14:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:16 2020-06-12] 178: Checking imports ** [19:14:16 2020-06-12] 178: Checking exports ** [19:14:16 2020-06-12] 178: Checking users ** [19:14:16 2020-06-12] 178: Checking user_dbs ** [19:14:16 2020-06-12] 178: Checking geocodings ** [19:14:16 2020-06-12] 178: Checking synchronizations ** [19:14:16 2020-06-12] 178: Checking tracker ** [19:14:16 2020-06-12] 178: Checking user_migrations ** [19:14:16 2020-06-12] 178: Checking batch_updates ** [19:14:16 2020-06-12] 178: Checking gears ** [19:14:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:14:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:21 2020-06-12] 178: Checking imports ** [19:14:21 2020-06-12] 178: Checking exports ** [19:14:21 2020-06-12] 178: Checking users ** [19:14:21 2020-06-12] 178: Checking user_dbs ** [19:14:21 2020-06-12] 178: Checking geocodings ** [19:14:21 2020-06-12] 178: Checking synchronizations ** [19:14:21 2020-06-12] 178: Checking tracker ** [19:14:21 2020-06-12] 178: Checking user_migrations ** [19:14:21 2020-06-12] 178: Checking batch_updates ** [19:14:21 2020-06-12] 178: Checking gears ** [19:14:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:14:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:26 2020-06-12] 178: Checking imports ** [19:14:26 2020-06-12] 178: Checking exports ** [19:14:26 2020-06-12] 178: Checking users ** [19:14:26 2020-06-12] 178: Checking user_dbs ** [19:14:26 2020-06-12] 178: Checking geocodings ** [19:14:26 2020-06-12] 178: Checking synchronizations ** [19:14:26 2020-06-12] 178: Checking tracker ** [19:14:26 2020-06-12] 178: Checking user_migrations ** [19:14:26 2020-06-12] 178: Checking batch_updates ** [19:14:26 2020-06-12] 178: Checking gears ** [19:14:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:14:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:31 2020-06-12] 178: Checking imports ** [19:14:31 2020-06-12] 178: Checking exports ** [19:14:31 2020-06-12] 178: Checking users ** [19:14:31 2020-06-12] 178: Checking user_dbs ** [19:14:31 2020-06-12] 178: Checking geocodings ** [19:14:31 2020-06-12] 178: Checking synchronizations ** [19:14:31 2020-06-12] 178: Checking tracker ** [19:14:31 2020-06-12] 178: Checking user_migrations ** [19:14:31 2020-06-12] 178: Checking batch_updates ** [19:14:31 2020-06-12] 178: Checking gears ** [19:14:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:14:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:36 2020-06-12] 178: Checking imports ** [19:14:36 2020-06-12] 178: Checking exports ** [19:14:36 2020-06-12] 178: Checking users ** [19:14:36 2020-06-12] 178: Checking user_dbs ** [19:14:36 2020-06-12] 178: Checking geocodings ** [19:14:36 2020-06-12] 178: Checking synchronizations ** [19:14:36 2020-06-12] 178: Checking tracker ** [19:14:36 2020-06-12] 178: Checking user_migrations ** [19:14:36 2020-06-12] 178: Checking batch_updates ** [19:14:36 2020-06-12] 178: Checking gears ** [19:14:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:14:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:41 2020-06-12] 178: Checking imports ** [19:14:41 2020-06-12] 178: Checking exports ** [19:14:41 2020-06-12] 178: Checking users ** [19:14:41 2020-06-12] 178: Checking user_dbs ** [19:14:41 2020-06-12] 178: Checking geocodings ** [19:14:41 2020-06-12] 178: Checking synchronizations ** [19:14:41 2020-06-12] 178: Checking tracker ** [19:14:41 2020-06-12] 178: Checking user_migrations ** [19:14:41 2020-06-12] 178: Checking batch_updates ** [19:14:41 2020-06-12] 178: Checking gears ** [19:14:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:14:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:46 2020-06-12] 178: Checking imports ** [19:14:46 2020-06-12] 178: Checking exports ** [19:14:46 2020-06-12] 178: Checking users ** [19:14:46 2020-06-12] 178: Checking user_dbs ** [19:14:46 2020-06-12] 178: Checking geocodings ** [19:14:46 2020-06-12] 178: Checking synchronizations ** [19:14:46 2020-06-12] 178: Checking tracker ** [19:14:46 2020-06-12] 178: Checking user_migrations ** [19:14:46 2020-06-12] 178: Checking batch_updates ** [19:14:46 2020-06-12] 178: Checking gears ** [19:14:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:14:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:51 2020-06-12] 178: Checking imports ** [19:14:51 2020-06-12] 178: Checking exports ** [19:14:51 2020-06-12] 178: Checking users ** [19:14:51 2020-06-12] 178: Checking user_dbs ** [19:14:51 2020-06-12] 178: Checking geocodings ** [19:14:51 2020-06-12] 178: Checking synchronizations ** [19:14:51 2020-06-12] 178: Checking tracker ** [19:14:51 2020-06-12] 178: Checking user_migrations ** [19:14:51 2020-06-12] 178: Checking batch_updates ** [19:14:51 2020-06-12] 178: Checking gears ** [19:14:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:14:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:56 2020-06-12] 178: Checking imports ** [19:14:56 2020-06-12] 178: Checking exports ** [19:14:56 2020-06-12] 178: Checking users ** [19:14:56 2020-06-12] 178: Checking user_dbs ** [19:14:56 2020-06-12] 178: Checking geocodings ** [19:14:56 2020-06-12] 178: Checking synchronizations ** [19:14:56 2020-06-12] 178: Checking tracker ** [19:14:56 2020-06-12] 178: Checking user_migrations ** [19:14:56 2020-06-12] 178: Checking batch_updates ** [19:14:56 2020-06-12] 178: Checking gears ** [19:14:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:14:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:01 2020-06-12] 178: Checking imports ** [19:15:01 2020-06-12] 178: Checking exports ** [19:15:01 2020-06-12] 178: Checking users ** [19:15:01 2020-06-12] 178: Checking user_dbs ** [19:15:01 2020-06-12] 178: Checking geocodings ** [19:15:01 2020-06-12] 178: Checking synchronizations ** [19:15:01 2020-06-12] 178: Checking tracker ** [19:15:01 2020-06-12] 178: Checking user_migrations ** [19:15:01 2020-06-12] 178: Checking batch_updates ** [19:15:01 2020-06-12] 178: Checking gears ** [19:15:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:15:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:06 2020-06-12] 178: Checking imports ** [19:15:06 2020-06-12] 178: Checking exports ** [19:15:06 2020-06-12] 178: Checking users ** [19:15:06 2020-06-12] 178: Checking user_dbs ** [19:15:06 2020-06-12] 178: Checking geocodings ** [19:15:06 2020-06-12] 178: Checking synchronizations ** [19:15:06 2020-06-12] 178: Checking tracker ** [19:15:06 2020-06-12] 178: Checking user_migrations ** [19:15:06 2020-06-12] 178: Checking batch_updates ** [19:15:06 2020-06-12] 178: Checking gears ** [19:15:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:15:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:11 2020-06-12] 178: Checking imports ** [19:15:11 2020-06-12] 178: Checking exports ** [19:15:11 2020-06-12] 178: Checking users ** [19:15:11 2020-06-12] 178: Checking user_dbs ** [19:15:11 2020-06-12] 178: Checking geocodings ** [19:15:11 2020-06-12] 178: Checking synchronizations ** [19:15:11 2020-06-12] 178: Checking tracker ** [19:15:11 2020-06-12] 178: Checking user_migrations ** [19:15:11 2020-06-12] 178: Checking batch_updates ** [19:15:11 2020-06-12] 178: Checking gears ** [19:15:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:15:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:16 2020-06-12] 178: Checking imports ** [19:15:16 2020-06-12] 178: Checking exports ** [19:15:16 2020-06-12] 178: Checking users ** [19:15:16 2020-06-12] 178: Checking user_dbs ** [19:15:16 2020-06-12] 178: Checking geocodings ** [19:15:16 2020-06-12] 178: Checking synchronizations ** [19:15:16 2020-06-12] 178: Checking tracker ** [19:15:16 2020-06-12] 178: Checking user_migrations ** [19:15:16 2020-06-12] 178: Checking batch_updates ** [19:15:16 2020-06-12] 178: Checking gears ** [19:15:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:15:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:21 2020-06-12] 178: Checking imports ** [19:15:21 2020-06-12] 178: Checking exports ** [19:15:21 2020-06-12] 178: Checking users ** [19:15:21 2020-06-12] 178: Checking user_dbs ** [19:15:21 2020-06-12] 178: Checking geocodings ** [19:15:21 2020-06-12] 178: Checking synchronizations ** [19:15:21 2020-06-12] 178: Checking tracker ** [19:15:21 2020-06-12] 178: Checking user_migrations ** [19:15:21 2020-06-12] 178: Checking batch_updates ** [19:15:21 2020-06-12] 178: Checking gears ** [19:15:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:15:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:26 2020-06-12] 178: Checking imports ** [19:15:26 2020-06-12] 178: Checking exports ** [19:15:26 2020-06-12] 178: Checking users ** [19:15:26 2020-06-12] 178: Checking user_dbs ** [19:15:26 2020-06-12] 178: Checking geocodings ** [19:15:26 2020-06-12] 178: Checking synchronizations ** [19:15:26 2020-06-12] 178: Checking tracker ** [19:15:26 2020-06-12] 178: Checking user_migrations ** [19:15:26 2020-06-12] 178: Checking batch_updates ** [19:15:26 2020-06-12] 178: Checking gears ** [19:15:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:15:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:31 2020-06-12] 178: Checking imports ** [19:15:31 2020-06-12] 178: Checking exports ** [19:15:31 2020-06-12] 178: Checking users ** [19:15:31 2020-06-12] 178: Checking user_dbs ** [19:15:31 2020-06-12] 178: Checking geocodings ** [19:15:31 2020-06-12] 178: Checking synchronizations ** [19:15:31 2020-06-12] 178: Checking tracker ** [19:15:31 2020-06-12] 178: Checking user_migrations ** [19:15:31 2020-06-12] 178: Checking batch_updates ** [19:15:31 2020-06-12] 178: Checking gears ** [19:15:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:15:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:36 2020-06-12] 178: Checking imports ** [19:15:36 2020-06-12] 178: Checking exports ** [19:15:36 2020-06-12] 178: Checking users ** [19:15:36 2020-06-12] 178: Checking user_dbs ** [19:15:36 2020-06-12] 178: Checking geocodings ** [19:15:36 2020-06-12] 178: Checking synchronizations ** [19:15:36 2020-06-12] 178: Checking tracker ** [19:15:36 2020-06-12] 178: Checking user_migrations ** [19:15:36 2020-06-12] 178: Checking batch_updates ** [19:15:36 2020-06-12] 178: Checking gears ** [19:15:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:15:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:41 2020-06-12] 178: Checking imports ** [19:15:41 2020-06-12] 178: Checking exports ** [19:15:41 2020-06-12] 178: Checking users ** [19:15:41 2020-06-12] 178: Checking user_dbs ** [19:15:41 2020-06-12] 178: Checking geocodings ** [19:15:41 2020-06-12] 178: Checking synchronizations ** [19:15:41 2020-06-12] 178: Checking tracker ** [19:15:41 2020-06-12] 178: Checking user_migrations ** [19:15:41 2020-06-12] 178: Checking batch_updates ** [19:15:41 2020-06-12] 178: Checking gears ** [19:15:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:15:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:46 2020-06-12] 178: Checking imports ** [19:15:46 2020-06-12] 178: Checking exports ** [19:15:46 2020-06-12] 178: Checking users ** [19:15:46 2020-06-12] 178: Checking user_dbs ** [19:15:46 2020-06-12] 178: Checking geocodings ** [19:15:46 2020-06-12] 178: Checking synchronizations ** [19:15:46 2020-06-12] 178: Checking tracker ** [19:15:46 2020-06-12] 178: Checking user_migrations ** [19:15:46 2020-06-12] 178: Checking batch_updates ** [19:15:46 2020-06-12] 178: Checking gears ** [19:15:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:15:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:51 2020-06-12] 178: Checking imports ** [19:15:51 2020-06-12] 178: Checking exports ** [19:15:51 2020-06-12] 178: Checking users ** [19:15:51 2020-06-12] 178: Checking user_dbs ** [19:15:51 2020-06-12] 178: Checking geocodings ** [19:15:51 2020-06-12] 178: Checking synchronizations ** [19:15:51 2020-06-12] 178: Checking tracker ** [19:15:51 2020-06-12] 178: Checking user_migrations ** [19:15:51 2020-06-12] 178: Checking batch_updates ** [19:15:51 2020-06-12] 178: Checking gears ** [19:15:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:15:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:56 2020-06-12] 178: Checking imports ** [19:15:56 2020-06-12] 178: Checking exports ** [19:15:56 2020-06-12] 178: Checking users ** [19:15:56 2020-06-12] 178: Checking user_dbs ** [19:15:56 2020-06-12] 178: Checking geocodings ** [19:15:56 2020-06-12] 178: Checking synchronizations ** [19:15:56 2020-06-12] 178: Checking tracker ** [19:15:56 2020-06-12] 178: Checking user_migrations ** [19:15:56 2020-06-12] 178: Checking batch_updates ** [19:15:56 2020-06-12] 178: Checking gears ** [19:15:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:15:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:01 2020-06-12] 178: Checking imports ** [19:16:01 2020-06-12] 178: Checking exports ** [19:16:01 2020-06-12] 178: Checking users ** [19:16:01 2020-06-12] 178: Checking user_dbs ** [19:16:01 2020-06-12] 178: Checking geocodings ** [19:16:01 2020-06-12] 178: Checking synchronizations ** [19:16:01 2020-06-12] 178: Checking tracker ** [19:16:01 2020-06-12] 178: Checking user_migrations ** [19:16:01 2020-06-12] 178: Checking batch_updates ** [19:16:01 2020-06-12] 178: Checking gears ** [19:16:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:16:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:06 2020-06-12] 178: Checking imports ** [19:16:06 2020-06-12] 178: Checking exports ** [19:16:06 2020-06-12] 178: Checking users ** [19:16:06 2020-06-12] 178: Checking user_dbs ** [19:16:06 2020-06-12] 178: Checking geocodings ** [19:16:06 2020-06-12] 178: Checking synchronizations ** [19:16:06 2020-06-12] 178: Checking tracker ** [19:16:06 2020-06-12] 178: Checking user_migrations ** [19:16:06 2020-06-12] 178: Checking batch_updates ** [19:16:06 2020-06-12] 178: Checking gears ** [19:16:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:16:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:11 2020-06-12] 178: Checking imports ** [19:16:11 2020-06-12] 178: Checking exports ** [19:16:11 2020-06-12] 178: Checking users ** [19:16:11 2020-06-12] 178: Checking user_dbs ** [19:16:11 2020-06-12] 178: Checking geocodings ** [19:16:11 2020-06-12] 178: Checking synchronizations ** [19:16:11 2020-06-12] 178: Checking tracker ** [19:16:11 2020-06-12] 178: Checking user_migrations ** [19:16:11 2020-06-12] 178: Checking batch_updates ** [19:16:11 2020-06-12] 178: Checking gears ** [19:16:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:16:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:16 2020-06-12] 178: Checking imports ** [19:16:16 2020-06-12] 178: Checking exports ** [19:16:16 2020-06-12] 178: Checking users ** [19:16:16 2020-06-12] 178: Checking user_dbs ** [19:16:16 2020-06-12] 178: Checking geocodings ** [19:16:16 2020-06-12] 178: Checking synchronizations ** [19:16:16 2020-06-12] 178: Checking tracker ** [19:16:16 2020-06-12] 178: Checking user_migrations ** [19:16:16 2020-06-12] 178: Checking batch_updates ** [19:16:16 2020-06-12] 178: Checking gears ** [19:16:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:16:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:21 2020-06-12] 178: Checking imports ** [19:16:21 2020-06-12] 178: Checking exports ** [19:16:21 2020-06-12] 178: Checking users ** [19:16:21 2020-06-12] 178: Checking user_dbs ** [19:16:21 2020-06-12] 178: Checking geocodings ** [19:16:21 2020-06-12] 178: Checking synchronizations ** [19:16:21 2020-06-12] 178: Checking tracker ** [19:16:21 2020-06-12] 178: Checking user_migrations ** [19:16:21 2020-06-12] 178: Checking batch_updates ** [19:16:21 2020-06-12] 178: Checking gears ** [19:16:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:16:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:26 2020-06-12] 178: Checking imports ** [19:16:26 2020-06-12] 178: Checking exports ** [19:16:26 2020-06-12] 178: Checking users ** [19:16:26 2020-06-12] 178: Checking user_dbs ** [19:16:26 2020-06-12] 178: Checking geocodings ** [19:16:26 2020-06-12] 178: Checking synchronizations ** [19:16:26 2020-06-12] 178: Checking tracker ** [19:16:26 2020-06-12] 178: Checking user_migrations ** [19:16:26 2020-06-12] 178: Checking batch_updates ** [19:16:26 2020-06-12] 178: Checking gears ** [19:16:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:16:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:31 2020-06-12] 178: Checking imports ** [19:16:31 2020-06-12] 178: Checking exports ** [19:16:31 2020-06-12] 178: Checking users ** [19:16:31 2020-06-12] 178: Checking user_dbs ** [19:16:31 2020-06-12] 178: Checking geocodings ** [19:16:31 2020-06-12] 178: Checking synchronizations ** [19:16:31 2020-06-12] 178: Checking tracker ** [19:16:31 2020-06-12] 178: Checking user_migrations ** [19:16:31 2020-06-12] 178: Checking batch_updates ** [19:16:31 2020-06-12] 178: Checking gears ** [19:16:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:16:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:36 2020-06-12] 178: Checking imports ** [19:16:36 2020-06-12] 178: Checking exports ** [19:16:36 2020-06-12] 178: Checking users ** [19:16:36 2020-06-12] 178: Checking user_dbs ** [19:16:36 2020-06-12] 178: Checking geocodings ** [19:16:36 2020-06-12] 178: Checking synchronizations ** [19:16:36 2020-06-12] 178: Checking tracker ** [19:16:36 2020-06-12] 178: Checking user_migrations ** [19:16:36 2020-06-12] 178: Checking batch_updates ** [19:16:36 2020-06-12] 178: Checking gears ** [19:16:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:16:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:41 2020-06-12] 178: Checking imports ** [19:16:41 2020-06-12] 178: Checking exports ** [19:16:41 2020-06-12] 178: Checking users ** [19:16:41 2020-06-12] 178: Checking user_dbs ** [19:16:41 2020-06-12] 178: Checking geocodings ** [19:16:41 2020-06-12] 178: Checking synchronizations ** [19:16:41 2020-06-12] 178: Checking tracker ** [19:16:41 2020-06-12] 178: Checking user_migrations ** [19:16:41 2020-06-12] 178: Checking batch_updates ** [19:16:41 2020-06-12] 178: Checking gears ** [19:16:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:16:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:46 2020-06-12] 178: Checking imports ** [19:16:46 2020-06-12] 178: Checking exports ** [19:16:46 2020-06-12] 178: Checking users ** [19:16:46 2020-06-12] 178: Checking user_dbs ** [19:16:46 2020-06-12] 178: Checking geocodings ** [19:16:46 2020-06-12] 178: Checking synchronizations ** [19:16:46 2020-06-12] 178: Checking tracker ** [19:16:46 2020-06-12] 178: Checking user_migrations ** [19:16:46 2020-06-12] 178: Checking batch_updates ** [19:16:46 2020-06-12] 178: Checking gears ** [19:16:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:16:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:51 2020-06-12] 178: Checking imports ** [19:16:51 2020-06-12] 178: Checking exports ** [19:16:51 2020-06-12] 178: Checking users ** [19:16:51 2020-06-12] 178: Checking user_dbs ** [19:16:51 2020-06-12] 178: Checking geocodings ** [19:16:51 2020-06-12] 178: Checking synchronizations ** [19:16:51 2020-06-12] 178: Checking tracker ** [19:16:51 2020-06-12] 178: Checking user_migrations ** [19:16:51 2020-06-12] 178: Checking batch_updates ** [19:16:51 2020-06-12] 178: Checking gears ** [19:16:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:16:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:56 2020-06-12] 178: Checking imports ** [19:16:56 2020-06-12] 178: Checking exports ** [19:16:56 2020-06-12] 178: Checking users ** [19:16:56 2020-06-12] 178: Checking user_dbs ** [19:16:56 2020-06-12] 178: Checking geocodings ** [19:16:56 2020-06-12] 178: Checking synchronizations ** [19:16:56 2020-06-12] 178: Checking tracker ** [19:16:56 2020-06-12] 178: Checking user_migrations ** [19:16:56 2020-06-12] 178: Checking batch_updates ** [19:16:56 2020-06-12] 178: Checking gears ** [19:16:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:16:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:01 2020-06-12] 178: Checking imports ** [19:17:01 2020-06-12] 178: Checking exports ** [19:17:01 2020-06-12] 178: Checking users ** [19:17:01 2020-06-12] 178: Checking user_dbs ** [19:17:01 2020-06-12] 178: Checking geocodings ** [19:17:01 2020-06-12] 178: Checking synchronizations ** [19:17:01 2020-06-12] 178: Checking tracker ** [19:17:01 2020-06-12] 178: Checking user_migrations ** [19:17:01 2020-06-12] 178: Checking batch_updates ** [19:17:01 2020-06-12] 178: Checking gears ** [19:17:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:17:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:06 2020-06-12] 178: Checking imports ** [19:17:06 2020-06-12] 178: Checking exports ** [19:17:06 2020-06-12] 178: Checking users ** [19:17:06 2020-06-12] 178: Checking user_dbs ** [19:17:06 2020-06-12] 178: Checking geocodings ** [19:17:06 2020-06-12] 178: Checking synchronizations ** [19:17:06 2020-06-12] 178: Checking tracker ** [19:17:06 2020-06-12] 178: Checking user_migrations ** [19:17:06 2020-06-12] 178: Checking batch_updates ** [19:17:06 2020-06-12] 178: Checking gears ** [19:17:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:17:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:11 2020-06-12] 178: Checking imports ** [19:17:11 2020-06-12] 178: Checking exports ** [19:17:11 2020-06-12] 178: Checking users ** [19:17:11 2020-06-12] 178: Checking user_dbs ** [19:17:11 2020-06-12] 178: Checking geocodings ** [19:17:11 2020-06-12] 178: Checking synchronizations ** [19:17:11 2020-06-12] 178: Checking tracker ** [19:17:11 2020-06-12] 178: Checking user_migrations ** [19:17:11 2020-06-12] 178: Checking batch_updates ** [19:17:11 2020-06-12] 178: Checking gears ** [19:17:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:17:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:16 2020-06-12] 178: Checking imports ** [19:17:16 2020-06-12] 178: Checking exports ** [19:17:16 2020-06-12] 178: Checking users ** [19:17:16 2020-06-12] 178: Checking user_dbs ** [19:17:16 2020-06-12] 178: Checking geocodings ** [19:17:16 2020-06-12] 178: Checking synchronizations ** [19:17:16 2020-06-12] 178: Checking tracker ** [19:17:16 2020-06-12] 178: Checking user_migrations ** [19:17:16 2020-06-12] 178: Checking batch_updates ** [19:17:16 2020-06-12] 178: Checking gears ** [19:17:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:17:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:21 2020-06-12] 178: Checking imports ** [19:17:21 2020-06-12] 178: Checking exports ** [19:17:21 2020-06-12] 178: Checking users ** [19:17:21 2020-06-12] 178: Checking user_dbs ** [19:17:21 2020-06-12] 178: Checking geocodings ** [19:17:21 2020-06-12] 178: Checking synchronizations ** [19:17:21 2020-06-12] 178: Checking tracker ** [19:17:21 2020-06-12] 178: Checking user_migrations ** [19:17:21 2020-06-12] 178: Checking batch_updates ** [19:17:21 2020-06-12] 178: Checking gears ** [19:17:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:17:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:26 2020-06-12] 178: Checking imports ** [19:17:26 2020-06-12] 178: Checking exports ** [19:17:26 2020-06-12] 178: Checking users ** [19:17:26 2020-06-12] 178: Checking user_dbs ** [19:17:26 2020-06-12] 178: Checking geocodings ** [19:17:26 2020-06-12] 178: Checking synchronizations ** [19:17:26 2020-06-12] 178: Checking tracker ** [19:17:26 2020-06-12] 178: Checking user_migrations ** [19:17:26 2020-06-12] 178: Checking batch_updates ** [19:17:26 2020-06-12] 178: Checking gears ** [19:17:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:17:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:31 2020-06-12] 178: Checking imports ** [19:17:31 2020-06-12] 178: Checking exports ** [19:17:31 2020-06-12] 178: Checking users ** [19:17:31 2020-06-12] 178: Checking user_dbs ** [19:17:31 2020-06-12] 178: Checking geocodings ** [19:17:31 2020-06-12] 178: Checking synchronizations ** [19:17:31 2020-06-12] 178: Checking tracker ** [19:17:31 2020-06-12] 178: Checking user_migrations ** [19:17:31 2020-06-12] 178: Checking batch_updates ** [19:17:31 2020-06-12] 178: Checking gears ** [19:17:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:17:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:36 2020-06-12] 178: Checking imports ** [19:17:36 2020-06-12] 178: Checking exports ** [19:17:36 2020-06-12] 178: Checking users ** [19:17:36 2020-06-12] 178: Checking user_dbs ** [19:17:36 2020-06-12] 178: Checking geocodings ** [19:17:36 2020-06-12] 178: Checking synchronizations ** [19:17:36 2020-06-12] 178: Checking tracker ** [19:17:36 2020-06-12] 178: Checking user_migrations ** [19:17:36 2020-06-12] 178: Checking batch_updates ** [19:17:36 2020-06-12] 178: Checking gears ** [19:17:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:17:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:42 2020-06-12] 178: Checking imports ** [19:17:42 2020-06-12] 178: Checking exports ** [19:17:42 2020-06-12] 178: Checking users ** [19:17:42 2020-06-12] 178: Checking user_dbs ** [19:17:42 2020-06-12] 178: Checking geocodings ** [19:17:42 2020-06-12] 178: Checking synchronizations ** [19:17:42 2020-06-12] 178: Checking tracker ** [19:17:42 2020-06-12] 178: Checking user_migrations ** [19:17:42 2020-06-12] 178: Checking batch_updates ** [19:17:42 2020-06-12] 178: Checking gears ** [19:17:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:17:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:47 2020-06-12] 178: Checking imports ** [19:17:47 2020-06-12] 178: Checking exports ** [19:17:47 2020-06-12] 178: Checking users ** [19:17:47 2020-06-12] 178: Checking user_dbs ** [19:17:47 2020-06-12] 178: Checking geocodings ** [19:17:47 2020-06-12] 178: Checking synchronizations ** [19:17:47 2020-06-12] 178: Checking tracker ** [19:17:47 2020-06-12] 178: Checking user_migrations ** [19:17:47 2020-06-12] 178: Checking batch_updates ** [19:17:47 2020-06-12] 178: Checking gears ** [19:17:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:17:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:52 2020-06-12] 178: Checking imports ** [19:17:52 2020-06-12] 178: Checking exports ** [19:17:52 2020-06-12] 178: Checking users ** [19:17:52 2020-06-12] 178: Checking user_dbs ** [19:17:52 2020-06-12] 178: Checking geocodings ** [19:17:52 2020-06-12] 178: Checking synchronizations ** [19:17:52 2020-06-12] 178: Checking tracker ** [19:17:52 2020-06-12] 178: Checking user_migrations ** [19:17:52 2020-06-12] 178: Checking batch_updates ** [19:17:52 2020-06-12] 178: Checking gears ** [19:17:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:17:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:57 2020-06-12] 178: Checking imports ** [19:17:57 2020-06-12] 178: Checking exports ** [19:17:57 2020-06-12] 178: Checking users ** [19:17:57 2020-06-12] 178: Checking user_dbs ** [19:17:57 2020-06-12] 178: Checking geocodings ** [19:17:57 2020-06-12] 178: Checking synchronizations ** [19:17:57 2020-06-12] 178: Checking tracker ** [19:17:57 2020-06-12] 178: Checking user_migrations ** [19:17:57 2020-06-12] 178: Checking batch_updates ** [19:17:57 2020-06-12] 178: Checking gears ** [19:17:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:17:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:02 2020-06-12] 178: Checking imports ** [19:18:02 2020-06-12] 178: Checking exports ** [19:18:02 2020-06-12] 178: Checking users ** [19:18:02 2020-06-12] 178: Checking user_dbs ** [19:18:02 2020-06-12] 178: Checking geocodings ** [19:18:02 2020-06-12] 178: Checking synchronizations ** [19:18:02 2020-06-12] 178: Checking tracker ** [19:18:02 2020-06-12] 178: Checking user_migrations ** [19:18:02 2020-06-12] 178: Checking batch_updates ** [19:18:02 2020-06-12] 178: Checking gears ** [19:18:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:18:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:07 2020-06-12] 178: Checking imports ** [19:18:07 2020-06-12] 178: Checking exports ** [19:18:07 2020-06-12] 178: Checking users ** [19:18:07 2020-06-12] 178: Checking user_dbs ** [19:18:07 2020-06-12] 178: Checking geocodings ** [19:18:07 2020-06-12] 178: Checking synchronizations ** [19:18:07 2020-06-12] 178: Checking tracker ** [19:18:07 2020-06-12] 178: Checking user_migrations ** [19:18:07 2020-06-12] 178: Checking batch_updates ** [19:18:07 2020-06-12] 178: Checking gears ** [19:18:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:18:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:12 2020-06-12] 178: Checking imports ** [19:18:12 2020-06-12] 178: Checking exports ** [19:18:12 2020-06-12] 178: Checking users ** [19:18:12 2020-06-12] 178: Checking user_dbs ** [19:18:12 2020-06-12] 178: Checking geocodings ** [19:18:12 2020-06-12] 178: Checking synchronizations ** [19:18:12 2020-06-12] 178: Checking tracker ** [19:18:12 2020-06-12] 178: Checking user_migrations ** [19:18:12 2020-06-12] 178: Checking batch_updates ** [19:18:12 2020-06-12] 178: Checking gears ** [19:18:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:18:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:17 2020-06-12] 178: Checking imports ** [19:18:17 2020-06-12] 178: Checking exports ** [19:18:17 2020-06-12] 178: Checking users ** [19:18:17 2020-06-12] 178: Checking user_dbs ** [19:18:17 2020-06-12] 178: Checking geocodings ** [19:18:17 2020-06-12] 178: Checking synchronizations ** [19:18:17 2020-06-12] 178: Checking tracker ** [19:18:17 2020-06-12] 178: Checking user_migrations ** [19:18:17 2020-06-12] 178: Checking batch_updates ** [19:18:17 2020-06-12] 178: Checking gears ** [19:18:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:18:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:22 2020-06-12] 178: Checking imports ** [19:18:22 2020-06-12] 178: Checking exports ** [19:18:22 2020-06-12] 178: Checking users ** [19:18:22 2020-06-12] 178: Checking user_dbs ** [19:18:22 2020-06-12] 178: Checking geocodings ** [19:18:22 2020-06-12] 178: Checking synchronizations ** [19:18:22 2020-06-12] 178: Checking tracker ** [19:18:22 2020-06-12] 178: Checking user_migrations ** [19:18:22 2020-06-12] 178: Checking batch_updates ** [19:18:22 2020-06-12] 178: Checking gears ** [19:18:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:18:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:27 2020-06-12] 178: Checking imports ** [19:18:27 2020-06-12] 178: Checking exports ** [19:18:27 2020-06-12] 178: Checking users ** [19:18:27 2020-06-12] 178: Checking user_dbs ** [19:18:27 2020-06-12] 178: Checking geocodings ** [19:18:27 2020-06-12] 178: Checking synchronizations ** [19:18:27 2020-06-12] 178: Checking tracker ** [19:18:27 2020-06-12] 178: Checking user_migrations ** [19:18:27 2020-06-12] 178: Checking batch_updates ** [19:18:27 2020-06-12] 178: Checking gears ** [19:18:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:18:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:32 2020-06-12] 178: Checking imports ** [19:18:32 2020-06-12] 178: Checking exports ** [19:18:32 2020-06-12] 178: Checking users ** [19:18:32 2020-06-12] 178: Checking user_dbs ** [19:18:32 2020-06-12] 178: Checking geocodings ** [19:18:32 2020-06-12] 178: Checking synchronizations ** [19:18:32 2020-06-12] 178: Checking tracker ** [19:18:32 2020-06-12] 178: Checking user_migrations ** [19:18:32 2020-06-12] 178: Checking batch_updates ** [19:18:32 2020-06-12] 178: Checking gears ** [19:18:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:18:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:37 2020-06-12] 178: Checking imports ** [19:18:37 2020-06-12] 178: Checking exports ** [19:18:37 2020-06-12] 178: Checking users ** [19:18:37 2020-06-12] 178: Checking user_dbs ** [19:18:37 2020-06-12] 178: Checking geocodings ** [19:18:37 2020-06-12] 178: Checking synchronizations ** [19:18:37 2020-06-12] 178: Checking tracker ** [19:18:37 2020-06-12] 178: Checking user_migrations ** [19:18:37 2020-06-12] 178: Checking batch_updates ** [19:18:37 2020-06-12] 178: Checking gears ** [19:18:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:18:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:42 2020-06-12] 178: Checking imports ** [19:18:42 2020-06-12] 178: Checking exports ** [19:18:42 2020-06-12] 178: Checking users ** [19:18:42 2020-06-12] 178: Checking user_dbs ** [19:18:42 2020-06-12] 178: Checking geocodings ** [19:18:42 2020-06-12] 178: Checking synchronizations ** [19:18:42 2020-06-12] 178: Checking tracker ** [19:18:42 2020-06-12] 178: Checking user_migrations ** [19:18:42 2020-06-12] 178: Checking batch_updates ** [19:18:42 2020-06-12] 178: Checking gears ** [19:18:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:18:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:47 2020-06-12] 178: Checking imports ** [19:18:47 2020-06-12] 178: Checking exports ** [19:18:47 2020-06-12] 178: Checking users ** [19:18:47 2020-06-12] 178: Checking user_dbs ** [19:18:47 2020-06-12] 178: Checking geocodings ** [19:18:47 2020-06-12] 178: Checking synchronizations ** [19:18:47 2020-06-12] 178: Checking tracker ** [19:18:47 2020-06-12] 178: Checking user_migrations ** [19:18:47 2020-06-12] 178: Checking batch_updates ** [19:18:47 2020-06-12] 178: Checking gears ** [19:18:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:18:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:52 2020-06-12] 178: Checking imports ** [19:18:52 2020-06-12] 178: Checking exports ** [19:18:52 2020-06-12] 178: Checking users ** [19:18:52 2020-06-12] 178: Checking user_dbs ** [19:18:52 2020-06-12] 178: Checking geocodings ** [19:18:52 2020-06-12] 178: Checking synchronizations ** [19:18:52 2020-06-12] 178: Checking tracker ** [19:18:52 2020-06-12] 178: Checking user_migrations ** [19:18:52 2020-06-12] 178: Checking batch_updates ** [19:18:52 2020-06-12] 178: Checking gears ** [19:18:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:18:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:57 2020-06-12] 178: Checking imports ** [19:18:57 2020-06-12] 178: Checking exports ** [19:18:57 2020-06-12] 178: Checking users ** [19:18:57 2020-06-12] 178: Checking user_dbs ** [19:18:57 2020-06-12] 178: Checking geocodings ** [19:18:57 2020-06-12] 178: Checking synchronizations ** [19:18:57 2020-06-12] 178: Checking tracker ** [19:18:57 2020-06-12] 178: Checking user_migrations ** [19:18:57 2020-06-12] 178: Checking batch_updates ** [19:18:57 2020-06-12] 178: Checking gears ** [19:18:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:18:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:02 2020-06-12] 178: Checking imports ** [19:19:02 2020-06-12] 178: Checking exports ** [19:19:02 2020-06-12] 178: Checking users ** [19:19:02 2020-06-12] 178: Checking user_dbs ** [19:19:02 2020-06-12] 178: Checking geocodings ** [19:19:02 2020-06-12] 178: Checking synchronizations ** [19:19:02 2020-06-12] 178: Checking tracker ** [19:19:02 2020-06-12] 178: Checking user_migrations ** [19:19:02 2020-06-12] 178: Checking batch_updates ** [19:19:02 2020-06-12] 178: Checking gears ** [19:19:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:19:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:07 2020-06-12] 178: Checking imports ** [19:19:07 2020-06-12] 178: Checking exports ** [19:19:07 2020-06-12] 178: Checking users ** [19:19:07 2020-06-12] 178: Checking user_dbs ** [19:19:07 2020-06-12] 178: Checking geocodings ** [19:19:07 2020-06-12] 178: Checking synchronizations ** [19:19:07 2020-06-12] 178: Checking tracker ** [19:19:07 2020-06-12] 178: Checking user_migrations ** [19:19:07 2020-06-12] 178: Checking batch_updates ** [19:19:07 2020-06-12] 178: Checking gears ** [19:19:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:19:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:12 2020-06-12] 178: Checking imports ** [19:19:12 2020-06-12] 178: Checking exports ** [19:19:12 2020-06-12] 178: Checking users ** [19:19:12 2020-06-12] 178: Checking user_dbs ** [19:19:12 2020-06-12] 178: Checking geocodings ** [19:19:12 2020-06-12] 178: Checking synchronizations ** [19:19:12 2020-06-12] 178: Checking tracker ** [19:19:12 2020-06-12] 178: Checking user_migrations ** [19:19:12 2020-06-12] 178: Checking batch_updates ** [19:19:12 2020-06-12] 178: Checking gears ** [19:19:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:19:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:17 2020-06-12] 178: Checking imports ** [19:19:17 2020-06-12] 178: Checking exports ** [19:19:17 2020-06-12] 178: Checking users ** [19:19:17 2020-06-12] 178: Checking user_dbs ** [19:19:17 2020-06-12] 178: Checking geocodings ** [19:19:17 2020-06-12] 178: Checking synchronizations ** [19:19:17 2020-06-12] 178: Checking tracker ** [19:19:17 2020-06-12] 178: Checking user_migrations ** [19:19:17 2020-06-12] 178: Checking batch_updates ** [19:19:17 2020-06-12] 178: Checking gears ** [19:19:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:19:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:22 2020-06-12] 178: Checking imports ** [19:19:22 2020-06-12] 178: Checking exports ** [19:19:22 2020-06-12] 178: Checking users ** [19:19:22 2020-06-12] 178: Checking user_dbs ** [19:19:22 2020-06-12] 178: Checking geocodings ** [19:19:22 2020-06-12] 178: Checking synchronizations ** [19:19:22 2020-06-12] 178: Checking tracker ** [19:19:22 2020-06-12] 178: Checking user_migrations ** [19:19:22 2020-06-12] 178: Checking batch_updates ** [19:19:22 2020-06-12] 178: Checking gears ** [19:19:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:19:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:27 2020-06-12] 178: Checking imports ** [19:19:27 2020-06-12] 178: Checking exports ** [19:19:27 2020-06-12] 178: Checking users ** [19:19:27 2020-06-12] 178: Checking user_dbs ** [19:19:27 2020-06-12] 178: Checking geocodings ** [19:19:27 2020-06-12] 178: Checking synchronizations ** [19:19:27 2020-06-12] 178: Checking tracker ** [19:19:27 2020-06-12] 178: Checking user_migrations ** [19:19:27 2020-06-12] 178: Checking batch_updates ** [19:19:27 2020-06-12] 178: Checking gears ** [19:19:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:19:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:32 2020-06-12] 178: Checking imports ** [19:19:32 2020-06-12] 178: Checking exports ** [19:19:32 2020-06-12] 178: Checking users ** [19:19:32 2020-06-12] 178: Checking user_dbs ** [19:19:32 2020-06-12] 178: Checking geocodings ** [19:19:32 2020-06-12] 178: Checking synchronizations ** [19:19:32 2020-06-12] 178: Checking tracker ** [19:19:32 2020-06-12] 178: Checking user_migrations ** [19:19:32 2020-06-12] 178: Checking batch_updates ** [19:19:32 2020-06-12] 178: Checking gears ** [19:19:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:19:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:37 2020-06-12] 178: Checking imports ** [19:19:37 2020-06-12] 178: Checking exports ** [19:19:37 2020-06-12] 178: Checking users ** [19:19:37 2020-06-12] 178: Checking user_dbs ** [19:19:37 2020-06-12] 178: Checking geocodings ** [19:19:37 2020-06-12] 178: Checking synchronizations ** [19:19:37 2020-06-12] 178: Checking tracker ** [19:19:37 2020-06-12] 178: Checking user_migrations ** [19:19:37 2020-06-12] 178: Checking batch_updates ** [19:19:37 2020-06-12] 178: Checking gears ** [19:19:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:19:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:42 2020-06-12] 178: Checking imports ** [19:19:42 2020-06-12] 178: Checking exports ** [19:19:42 2020-06-12] 178: Checking users ** [19:19:42 2020-06-12] 178: Checking user_dbs ** [19:19:42 2020-06-12] 178: Checking geocodings ** [19:19:42 2020-06-12] 178: Checking synchronizations ** [19:19:42 2020-06-12] 178: Checking tracker ** [19:19:42 2020-06-12] 178: Checking user_migrations ** [19:19:42 2020-06-12] 178: Checking batch_updates ** [19:19:42 2020-06-12] 178: Checking gears ** [19:19:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:19:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:47 2020-06-12] 178: Checking imports ** [19:19:47 2020-06-12] 178: Checking exports ** [19:19:47 2020-06-12] 178: Checking users ** [19:19:47 2020-06-12] 178: Checking user_dbs ** [19:19:47 2020-06-12] 178: Checking geocodings ** [19:19:47 2020-06-12] 178: Checking synchronizations ** [19:19:47 2020-06-12] 178: Checking tracker ** [19:19:47 2020-06-12] 178: Checking user_migrations ** [19:19:47 2020-06-12] 178: Checking batch_updates ** [19:19:47 2020-06-12] 178: Checking gears ** [19:19:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:19:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:52 2020-06-12] 178: Checking imports ** [19:19:52 2020-06-12] 178: Checking exports ** [19:19:52 2020-06-12] 178: Checking users ** [19:19:52 2020-06-12] 178: Checking user_dbs ** [19:19:52 2020-06-12] 178: Checking geocodings ** [19:19:52 2020-06-12] 178: Checking synchronizations ** [19:19:52 2020-06-12] 178: Checking tracker ** [19:19:52 2020-06-12] 178: Checking user_migrations ** [19:19:52 2020-06-12] 178: Checking batch_updates ** [19:19:52 2020-06-12] 178: Checking gears ** [19:19:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:19:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:57 2020-06-12] 178: Checking imports ** [19:19:57 2020-06-12] 178: Checking exports ** [19:19:57 2020-06-12] 178: Checking users ** [19:19:57 2020-06-12] 178: Checking user_dbs ** [19:19:57 2020-06-12] 178: Checking geocodings ** [19:19:57 2020-06-12] 178: Checking synchronizations ** [19:19:57 2020-06-12] 178: Checking tracker ** [19:19:57 2020-06-12] 178: Checking user_migrations ** [19:19:57 2020-06-12] 178: Checking batch_updates ** [19:19:57 2020-06-12] 178: Checking gears ** [19:19:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:19:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:02 2020-06-12] 178: Checking imports ** [19:20:02 2020-06-12] 178: Checking exports ** [19:20:02 2020-06-12] 178: Checking users ** [19:20:02 2020-06-12] 178: Checking user_dbs ** [19:20:02 2020-06-12] 178: Checking geocodings ** [19:20:02 2020-06-12] 178: Checking synchronizations ** [19:20:02 2020-06-12] 178: Checking tracker ** [19:20:02 2020-06-12] 178: Checking user_migrations ** [19:20:02 2020-06-12] 178: Checking batch_updates ** [19:20:02 2020-06-12] 178: Checking gears ** [19:20:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:20:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:07 2020-06-12] 178: Checking imports ** [19:20:07 2020-06-12] 178: Checking exports ** [19:20:07 2020-06-12] 178: Checking users ** [19:20:07 2020-06-12] 178: Checking user_dbs ** [19:20:07 2020-06-12] 178: Checking geocodings ** [19:20:07 2020-06-12] 178: Checking synchronizations ** [19:20:07 2020-06-12] 178: Checking tracker ** [19:20:07 2020-06-12] 178: Checking user_migrations ** [19:20:07 2020-06-12] 178: Checking batch_updates ** [19:20:07 2020-06-12] 178: Checking gears ** [19:20:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:20:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:12 2020-06-12] 178: Checking imports ** [19:20:12 2020-06-12] 178: Checking exports ** [19:20:12 2020-06-12] 178: Checking users ** [19:20:12 2020-06-12] 178: Checking user_dbs ** [19:20:12 2020-06-12] 178: Checking geocodings ** [19:20:12 2020-06-12] 178: Checking synchronizations ** [19:20:12 2020-06-12] 178: Checking tracker ** [19:20:12 2020-06-12] 178: Checking user_migrations ** [19:20:12 2020-06-12] 178: Checking batch_updates ** [19:20:12 2020-06-12] 178: Checking gears ** [19:20:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:20:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:17 2020-06-12] 178: Checking imports ** [19:20:17 2020-06-12] 178: Checking exports ** [19:20:17 2020-06-12] 178: Checking users ** [19:20:17 2020-06-12] 178: Checking user_dbs ** [19:20:17 2020-06-12] 178: Checking geocodings ** [19:20:17 2020-06-12] 178: Checking synchronizations ** [19:20:17 2020-06-12] 178: Checking tracker ** [19:20:17 2020-06-12] 178: Checking user_migrations ** [19:20:17 2020-06-12] 178: Checking batch_updates ** [19:20:17 2020-06-12] 178: Checking gears ** [19:20:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:20:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:22 2020-06-12] 178: Checking imports ** [19:20:22 2020-06-12] 178: Checking exports ** [19:20:22 2020-06-12] 178: Checking users ** [19:20:22 2020-06-12] 178: Checking user_dbs ** [19:20:22 2020-06-12] 178: Checking geocodings ** [19:20:22 2020-06-12] 178: Checking synchronizations ** [19:20:22 2020-06-12] 178: Checking tracker ** [19:20:22 2020-06-12] 178: Checking user_migrations ** [19:20:22 2020-06-12] 178: Checking batch_updates ** [19:20:22 2020-06-12] 178: Checking gears ** [19:20:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:20:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:27 2020-06-12] 178: Checking imports ** [19:20:27 2020-06-12] 178: Checking exports ** [19:20:27 2020-06-12] 178: Checking users ** [19:20:27 2020-06-12] 178: Checking user_dbs ** [19:20:27 2020-06-12] 178: Checking geocodings ** [19:20:27 2020-06-12] 178: Checking synchronizations ** [19:20:27 2020-06-12] 178: Checking tracker ** [19:20:27 2020-06-12] 178: Checking user_migrations ** [19:20:27 2020-06-12] 178: Checking batch_updates ** [19:20:27 2020-06-12] 178: Checking gears ** [19:20:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:20:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:32 2020-06-12] 178: Checking imports ** [19:20:32 2020-06-12] 178: Checking exports ** [19:20:32 2020-06-12] 178: Checking users ** [19:20:32 2020-06-12] 178: Checking user_dbs ** [19:20:32 2020-06-12] 178: Checking geocodings ** [19:20:32 2020-06-12] 178: Checking synchronizations ** [19:20:32 2020-06-12] 178: Checking tracker ** [19:20:32 2020-06-12] 178: Checking user_migrations ** [19:20:32 2020-06-12] 178: Checking batch_updates ** [19:20:32 2020-06-12] 178: Checking gears ** [19:20:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:20:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:37 2020-06-12] 178: Checking imports ** [19:20:37 2020-06-12] 178: Checking exports ** [19:20:37 2020-06-12] 178: Checking users ** [19:20:37 2020-06-12] 178: Checking user_dbs ** [19:20:37 2020-06-12] 178: Checking geocodings ** [19:20:37 2020-06-12] 178: Checking synchronizations ** [19:20:37 2020-06-12] 178: Checking tracker ** [19:20:37 2020-06-12] 178: Checking user_migrations ** [19:20:37 2020-06-12] 178: Checking batch_updates ** [19:20:37 2020-06-12] 178: Checking gears ** [19:20:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:20:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:42 2020-06-12] 178: Checking imports ** [19:20:42 2020-06-12] 178: Checking exports ** [19:20:42 2020-06-12] 178: Checking users ** [19:20:42 2020-06-12] 178: Checking user_dbs ** [19:20:42 2020-06-12] 178: Checking geocodings ** [19:20:42 2020-06-12] 178: Checking synchronizations ** [19:20:42 2020-06-12] 178: Checking tracker ** [19:20:42 2020-06-12] 178: Checking user_migrations ** [19:20:42 2020-06-12] 178: Checking batch_updates ** [19:20:42 2020-06-12] 178: Checking gears ** [19:20:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:20:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:47 2020-06-12] 178: Checking imports ** [19:20:47 2020-06-12] 178: Checking exports ** [19:20:47 2020-06-12] 178: Checking users ** [19:20:47 2020-06-12] 178: Checking user_dbs ** [19:20:47 2020-06-12] 178: Checking geocodings ** [19:20:47 2020-06-12] 178: Checking synchronizations ** [19:20:47 2020-06-12] 178: Checking tracker ** [19:20:47 2020-06-12] 178: Checking user_migrations ** [19:20:47 2020-06-12] 178: Checking batch_updates ** [19:20:47 2020-06-12] 178: Checking gears ** [19:20:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:20:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:52 2020-06-12] 178: Checking imports ** [19:20:52 2020-06-12] 178: Checking exports ** [19:20:52 2020-06-12] 178: Checking users ** [19:20:52 2020-06-12] 178: Checking user_dbs ** [19:20:52 2020-06-12] 178: Checking geocodings ** [19:20:52 2020-06-12] 178: Checking synchronizations ** [19:20:52 2020-06-12] 178: Checking tracker ** [19:20:52 2020-06-12] 178: Checking user_migrations ** [19:20:52 2020-06-12] 178: Checking batch_updates ** [19:20:52 2020-06-12] 178: Checking gears ** [19:20:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:20:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:57 2020-06-12] 178: Checking imports ** [19:20:57 2020-06-12] 178: Checking exports ** [19:20:57 2020-06-12] 178: Checking users ** [19:20:57 2020-06-12] 178: Checking user_dbs ** [19:20:57 2020-06-12] 178: Checking geocodings ** [19:20:57 2020-06-12] 178: Checking synchronizations ** [19:20:57 2020-06-12] 178: Checking tracker ** [19:20:57 2020-06-12] 178: Checking user_migrations ** [19:20:57 2020-06-12] 178: Checking batch_updates ** [19:20:57 2020-06-12] 178: Checking gears ** [19:20:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:20:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:02 2020-06-12] 178: Checking imports ** [19:21:02 2020-06-12] 178: Checking exports ** [19:21:02 2020-06-12] 178: Checking users ** [19:21:02 2020-06-12] 178: Checking user_dbs ** [19:21:02 2020-06-12] 178: Checking geocodings ** [19:21:02 2020-06-12] 178: Checking synchronizations ** [19:21:02 2020-06-12] 178: Checking tracker ** [19:21:02 2020-06-12] 178: Checking user_migrations ** [19:21:02 2020-06-12] 178: Checking batch_updates ** [19:21:02 2020-06-12] 178: Checking gears ** [19:21:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:21:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:07 2020-06-12] 178: Checking imports ** [19:21:07 2020-06-12] 178: Checking exports ** [19:21:07 2020-06-12] 178: Checking users ** [19:21:07 2020-06-12] 178: Checking user_dbs ** [19:21:07 2020-06-12] 178: Checking geocodings ** [19:21:07 2020-06-12] 178: Checking synchronizations ** [19:21:07 2020-06-12] 178: Checking tracker ** [19:21:07 2020-06-12] 178: Checking user_migrations ** [19:21:07 2020-06-12] 178: Checking batch_updates ** [19:21:07 2020-06-12] 178: Checking gears ** [19:21:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:21:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:12 2020-06-12] 178: Checking imports ** [19:21:12 2020-06-12] 178: Checking exports ** [19:21:13 2020-06-12] 178: Checking users ** [19:21:13 2020-06-12] 178: Checking user_dbs ** [19:21:13 2020-06-12] 178: Checking geocodings ** [19:21:13 2020-06-12] 178: Checking synchronizations ** [19:21:13 2020-06-12] 178: Checking tracker ** [19:21:13 2020-06-12] 178: Checking user_migrations ** [19:21:13 2020-06-12] 178: Checking batch_updates ** [19:21:13 2020-06-12] 178: Checking gears ** [19:21:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:21:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:18 2020-06-12] 178: Checking imports ** [19:21:18 2020-06-12] 178: Checking exports ** [19:21:18 2020-06-12] 178: Checking users ** [19:21:18 2020-06-12] 178: Checking user_dbs ** [19:21:18 2020-06-12] 178: Checking geocodings ** [19:21:18 2020-06-12] 178: Checking synchronizations ** [19:21:18 2020-06-12] 178: Checking tracker ** [19:21:18 2020-06-12] 178: Checking user_migrations ** [19:21:18 2020-06-12] 178: Checking batch_updates ** [19:21:18 2020-06-12] 178: Checking gears ** [19:21:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:21:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:23 2020-06-12] 178: Checking imports ** [19:21:23 2020-06-12] 178: Checking exports ** [19:21:23 2020-06-12] 178: Checking users ** [19:21:23 2020-06-12] 178: Checking user_dbs ** [19:21:23 2020-06-12] 178: Checking geocodings ** [19:21:23 2020-06-12] 178: Checking synchronizations ** [19:21:23 2020-06-12] 178: Checking tracker ** [19:21:23 2020-06-12] 178: Checking user_migrations ** [19:21:23 2020-06-12] 178: Checking batch_updates ** [19:21:23 2020-06-12] 178: Checking gears ** [19:21:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:21:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:28 2020-06-12] 178: Checking imports ** [19:21:28 2020-06-12] 178: Checking exports ** [19:21:28 2020-06-12] 178: Checking users ** [19:21:28 2020-06-12] 178: Checking user_dbs ** [19:21:28 2020-06-12] 178: Checking geocodings ** [19:21:28 2020-06-12] 178: Checking synchronizations ** [19:21:28 2020-06-12] 178: Checking tracker ** [19:21:28 2020-06-12] 178: Checking user_migrations ** [19:21:28 2020-06-12] 178: Checking batch_updates ** [19:21:28 2020-06-12] 178: Checking gears ** [19:21:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:21:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:33 2020-06-12] 178: Checking imports ** [19:21:33 2020-06-12] 178: Checking exports ** [19:21:33 2020-06-12] 178: Checking users ** [19:21:33 2020-06-12] 178: Checking user_dbs ** [19:21:33 2020-06-12] 178: Checking geocodings ** [19:21:33 2020-06-12] 178: Checking synchronizations ** [19:21:33 2020-06-12] 178: Checking tracker ** [19:21:33 2020-06-12] 178: Checking user_migrations ** [19:21:33 2020-06-12] 178: Checking batch_updates ** [19:21:33 2020-06-12] 178: Checking gears ** [19:21:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:21:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:38 2020-06-12] 178: Checking imports ** [19:21:38 2020-06-12] 178: Checking exports ** [19:21:38 2020-06-12] 178: Checking users ** [19:21:38 2020-06-12] 178: Checking user_dbs ** [19:21:38 2020-06-12] 178: Checking geocodings ** [19:21:38 2020-06-12] 178: Checking synchronizations ** [19:21:38 2020-06-12] 178: Checking tracker ** [19:21:38 2020-06-12] 178: Checking user_migrations ** [19:21:38 2020-06-12] 178: Checking batch_updates ** [19:21:38 2020-06-12] 178: Checking gears ** [19:21:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:21:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:43 2020-06-12] 178: Checking imports ** [19:21:43 2020-06-12] 178: Checking exports ** [19:21:43 2020-06-12] 178: Checking users ** [19:21:43 2020-06-12] 178: Checking user_dbs ** [19:21:43 2020-06-12] 178: Checking geocodings ** [19:21:43 2020-06-12] 178: Checking synchronizations ** [19:21:43 2020-06-12] 178: Checking tracker ** [19:21:43 2020-06-12] 178: Checking user_migrations ** [19:21:43 2020-06-12] 178: Checking batch_updates ** [19:21:43 2020-06-12] 178: Checking gears ** [19:21:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:21:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:48 2020-06-12] 178: Checking imports ** [19:21:48 2020-06-12] 178: Checking exports ** [19:21:48 2020-06-12] 178: Checking users ** [19:21:48 2020-06-12] 178: Checking user_dbs ** [19:21:48 2020-06-12] 178: Checking geocodings ** [19:21:48 2020-06-12] 178: Checking synchronizations ** [19:21:48 2020-06-12] 178: Checking tracker ** [19:21:48 2020-06-12] 178: Checking user_migrations ** [19:21:48 2020-06-12] 178: Checking batch_updates ** [19:21:48 2020-06-12] 178: Checking gears ** [19:21:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:21:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:53 2020-06-12] 178: Checking imports ** [19:21:53 2020-06-12] 178: Checking exports ** [19:21:53 2020-06-12] 178: Checking users ** [19:21:53 2020-06-12] 178: Checking user_dbs ** [19:21:53 2020-06-12] 178: Checking geocodings ** [19:21:53 2020-06-12] 178: Checking synchronizations ** [19:21:53 2020-06-12] 178: Checking tracker ** [19:21:53 2020-06-12] 178: Checking user_migrations ** [19:21:53 2020-06-12] 178: Checking batch_updates ** [19:21:53 2020-06-12] 178: Checking gears ** [19:21:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:21:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:58 2020-06-12] 178: Checking imports ** [19:21:58 2020-06-12] 178: Checking exports ** [19:21:58 2020-06-12] 178: Checking users ** [19:21:58 2020-06-12] 178: Checking user_dbs ** [19:21:58 2020-06-12] 178: Checking geocodings ** [19:21:58 2020-06-12] 178: Checking synchronizations ** [19:21:58 2020-06-12] 178: Checking tracker ** [19:21:58 2020-06-12] 178: Checking user_migrations ** [19:21:58 2020-06-12] 178: Checking batch_updates ** [19:21:58 2020-06-12] 178: Checking gears ** [19:21:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:21:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:03 2020-06-12] 178: Checking imports ** [19:22:03 2020-06-12] 178: Checking exports ** [19:22:03 2020-06-12] 178: Checking users ** [19:22:03 2020-06-12] 178: Checking user_dbs ** [19:22:03 2020-06-12] 178: Checking geocodings ** [19:22:03 2020-06-12] 178: Checking synchronizations ** [19:22:03 2020-06-12] 178: Checking tracker ** [19:22:03 2020-06-12] 178: Checking user_migrations ** [19:22:03 2020-06-12] 178: Checking batch_updates ** [19:22:03 2020-06-12] 178: Checking gears ** [19:22:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:22:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:08 2020-06-12] 178: Checking imports ** [19:22:08 2020-06-12] 178: Checking exports ** [19:22:08 2020-06-12] 178: Checking users ** [19:22:08 2020-06-12] 178: Checking user_dbs ** [19:22:08 2020-06-12] 178: Checking geocodings ** [19:22:08 2020-06-12] 178: Checking synchronizations ** [19:22:08 2020-06-12] 178: Checking tracker ** [19:22:08 2020-06-12] 178: Checking user_migrations ** [19:22:08 2020-06-12] 178: Checking batch_updates ** [19:22:08 2020-06-12] 178: Checking gears ** [19:22:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:22:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:13 2020-06-12] 178: Checking imports ** [19:22:13 2020-06-12] 178: Checking exports ** [19:22:13 2020-06-12] 178: Checking users ** [19:22:13 2020-06-12] 178: Checking user_dbs ** [19:22:13 2020-06-12] 178: Checking geocodings ** [19:22:13 2020-06-12] 178: Checking synchronizations ** [19:22:13 2020-06-12] 178: Checking tracker ** [19:22:13 2020-06-12] 178: Checking user_migrations ** [19:22:13 2020-06-12] 178: Checking batch_updates ** [19:22:13 2020-06-12] 178: Checking gears ** [19:22:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:22:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:18 2020-06-12] 178: Checking imports ** [19:22:18 2020-06-12] 178: Checking exports ** [19:22:18 2020-06-12] 178: Checking users ** [19:22:18 2020-06-12] 178: Checking user_dbs ** [19:22:18 2020-06-12] 178: Checking geocodings ** [19:22:18 2020-06-12] 178: Checking synchronizations ** [19:22:18 2020-06-12] 178: Checking tracker ** [19:22:18 2020-06-12] 178: Checking user_migrations ** [19:22:18 2020-06-12] 178: Checking batch_updates ** [19:22:18 2020-06-12] 178: Checking gears ** [19:22:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:22:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:23 2020-06-12] 178: Checking imports ** [19:22:23 2020-06-12] 178: Checking exports ** [19:22:23 2020-06-12] 178: Checking users ** [19:22:23 2020-06-12] 178: Checking user_dbs ** [19:22:23 2020-06-12] 178: Checking geocodings ** [19:22:23 2020-06-12] 178: Checking synchronizations ** [19:22:23 2020-06-12] 178: Checking tracker ** [19:22:23 2020-06-12] 178: Checking user_migrations ** [19:22:23 2020-06-12] 178: Checking batch_updates ** [19:22:23 2020-06-12] 178: Checking gears ** [19:22:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:22:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:28 2020-06-12] 178: Checking imports ** [19:22:28 2020-06-12] 178: Checking exports ** [19:22:28 2020-06-12] 178: Checking users ** [19:22:28 2020-06-12] 178: Checking user_dbs ** [19:22:28 2020-06-12] 178: Checking geocodings ** [19:22:28 2020-06-12] 178: Checking synchronizations ** [19:22:28 2020-06-12] 178: Checking tracker ** [19:22:28 2020-06-12] 178: Checking user_migrations ** [19:22:28 2020-06-12] 178: Checking batch_updates ** [19:22:28 2020-06-12] 178: Checking gears ** [19:22:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:22:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:33 2020-06-12] 178: Checking imports ** [19:22:33 2020-06-12] 178: Checking exports ** [19:22:33 2020-06-12] 178: Checking users ** [19:22:33 2020-06-12] 178: Checking user_dbs ** [19:22:33 2020-06-12] 178: Checking geocodings ** [19:22:33 2020-06-12] 178: Checking synchronizations ** [19:22:33 2020-06-12] 178: Checking tracker ** [19:22:33 2020-06-12] 178: Checking user_migrations ** [19:22:33 2020-06-12] 178: Checking batch_updates ** [19:22:33 2020-06-12] 178: Checking gears ** [19:22:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:22:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:38 2020-06-12] 178: Checking imports ** [19:22:38 2020-06-12] 178: Checking exports ** [19:22:38 2020-06-12] 178: Checking users ** [19:22:38 2020-06-12] 178: Checking user_dbs ** [19:22:38 2020-06-12] 178: Checking geocodings ** [19:22:38 2020-06-12] 178: Checking synchronizations ** [19:22:38 2020-06-12] 178: Checking tracker ** [19:22:38 2020-06-12] 178: Checking user_migrations ** [19:22:38 2020-06-12] 178: Checking batch_updates ** [19:22:38 2020-06-12] 178: Checking gears ** [19:22:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:22:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:43 2020-06-12] 178: Checking imports ** [19:22:43 2020-06-12] 178: Checking exports ** [19:22:43 2020-06-12] 178: Checking users ** [19:22:43 2020-06-12] 178: Checking user_dbs ** [19:22:43 2020-06-12] 178: Checking geocodings ** [19:22:43 2020-06-12] 178: Checking synchronizations ** [19:22:43 2020-06-12] 178: Checking tracker ** [19:22:43 2020-06-12] 178: Checking user_migrations ** [19:22:43 2020-06-12] 178: Checking batch_updates ** [19:22:43 2020-06-12] 178: Checking gears ** [19:22:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:22:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:48 2020-06-12] 178: Checking imports ** [19:22:48 2020-06-12] 178: Checking exports ** [19:22:48 2020-06-12] 178: Checking users ** [19:22:48 2020-06-12] 178: Checking user_dbs ** [19:22:48 2020-06-12] 178: Checking geocodings ** [19:22:48 2020-06-12] 178: Checking synchronizations ** [19:22:48 2020-06-12] 178: Checking tracker ** [19:22:48 2020-06-12] 178: Checking user_migrations ** [19:22:48 2020-06-12] 178: Checking batch_updates ** [19:22:48 2020-06-12] 178: Checking gears ** [19:22:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:22:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:53 2020-06-12] 178: Checking imports ** [19:22:53 2020-06-12] 178: Checking exports ** [19:22:53 2020-06-12] 178: Checking users ** [19:22:53 2020-06-12] 178: Checking user_dbs ** [19:22:53 2020-06-12] 178: Checking geocodings ** [19:22:53 2020-06-12] 178: Checking synchronizations ** [19:22:53 2020-06-12] 178: Checking tracker ** [19:22:53 2020-06-12] 178: Checking user_migrations ** [19:22:53 2020-06-12] 178: Checking batch_updates ** [19:22:53 2020-06-12] 178: Checking gears ** [19:22:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:22:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:58 2020-06-12] 178: Checking imports ** [19:22:58 2020-06-12] 178: Checking exports ** [19:22:58 2020-06-12] 178: Checking users ** [19:22:58 2020-06-12] 178: Checking user_dbs ** [19:22:58 2020-06-12] 178: Checking geocodings ** [19:22:58 2020-06-12] 178: Checking synchronizations ** [19:22:58 2020-06-12] 178: Checking tracker ** [19:22:58 2020-06-12] 178: Checking user_migrations ** [19:22:58 2020-06-12] 178: Checking batch_updates ** [19:22:58 2020-06-12] 178: Checking gears ** [19:22:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:22:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:03 2020-06-12] 178: Checking imports ** [19:23:03 2020-06-12] 178: Checking exports ** [19:23:03 2020-06-12] 178: Checking users ** [19:23:03 2020-06-12] 178: Checking user_dbs ** [19:23:03 2020-06-12] 178: Checking geocodings ** [19:23:03 2020-06-12] 178: Checking synchronizations ** [19:23:03 2020-06-12] 178: Checking tracker ** [19:23:03 2020-06-12] 178: Checking user_migrations ** [19:23:03 2020-06-12] 178: Checking batch_updates ** [19:23:03 2020-06-12] 178: Checking gears ** [19:23:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:23:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:08 2020-06-12] 178: Checking imports ** [19:23:08 2020-06-12] 178: Checking exports ** [19:23:08 2020-06-12] 178: Checking users ** [19:23:08 2020-06-12] 178: Checking user_dbs ** [19:23:08 2020-06-12] 178: Checking geocodings ** [19:23:08 2020-06-12] 178: Checking synchronizations ** [19:23:08 2020-06-12] 178: Checking tracker ** [19:23:08 2020-06-12] 178: Checking user_migrations ** [19:23:08 2020-06-12] 178: Checking batch_updates ** [19:23:08 2020-06-12] 178: Checking gears ** [19:23:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:23:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:13 2020-06-12] 178: Checking imports ** [19:23:13 2020-06-12] 178: Checking exports ** [19:23:13 2020-06-12] 178: Checking users ** [19:23:13 2020-06-12] 178: Checking user_dbs ** [19:23:13 2020-06-12] 178: Checking geocodings ** [19:23:13 2020-06-12] 178: Checking synchronizations ** [19:23:13 2020-06-12] 178: Checking tracker ** [19:23:13 2020-06-12] 178: Checking user_migrations ** [19:23:13 2020-06-12] 178: Checking batch_updates ** [19:23:13 2020-06-12] 178: Checking gears ** [19:23:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:23:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:18 2020-06-12] 178: Checking imports ** [19:23:18 2020-06-12] 178: Checking exports ** [19:23:18 2020-06-12] 178: Checking users ** [19:23:18 2020-06-12] 178: Checking user_dbs ** [19:23:18 2020-06-12] 178: Checking geocodings ** [19:23:18 2020-06-12] 178: Checking synchronizations ** [19:23:18 2020-06-12] 178: Checking tracker ** [19:23:18 2020-06-12] 178: Checking user_migrations ** [19:23:18 2020-06-12] 178: Checking batch_updates ** [19:23:18 2020-06-12] 178: Checking gears ** [19:23:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:23:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:23 2020-06-12] 178: Checking imports ** [19:23:23 2020-06-12] 178: Checking exports ** [19:23:23 2020-06-12] 178: Checking users ** [19:23:23 2020-06-12] 178: Checking user_dbs ** [19:23:23 2020-06-12] 178: Checking geocodings ** [19:23:23 2020-06-12] 178: Checking synchronizations ** [19:23:23 2020-06-12] 178: Checking tracker ** [19:23:23 2020-06-12] 178: Checking user_migrations ** [19:23:23 2020-06-12] 178: Checking batch_updates ** [19:23:23 2020-06-12] 178: Checking gears ** [19:23:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:23:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:28 2020-06-12] 178: Checking imports ** [19:23:28 2020-06-12] 178: Checking exports ** [19:23:28 2020-06-12] 178: Checking users ** [19:23:28 2020-06-12] 178: Checking user_dbs ** [19:23:28 2020-06-12] 178: Checking geocodings ** [19:23:28 2020-06-12] 178: Checking synchronizations ** [19:23:28 2020-06-12] 178: Checking tracker ** [19:23:28 2020-06-12] 178: Checking user_migrations ** [19:23:28 2020-06-12] 178: Checking batch_updates ** [19:23:28 2020-06-12] 178: Checking gears ** [19:23:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:23:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:33 2020-06-12] 178: Checking imports ** [19:23:33 2020-06-12] 178: Checking exports ** [19:23:33 2020-06-12] 178: Checking users ** [19:23:33 2020-06-12] 178: Checking user_dbs ** [19:23:33 2020-06-12] 178: Checking geocodings ** [19:23:33 2020-06-12] 178: Checking synchronizations ** [19:23:33 2020-06-12] 178: Checking tracker ** [19:23:33 2020-06-12] 178: Checking user_migrations ** [19:23:33 2020-06-12] 178: Checking batch_updates ** [19:23:33 2020-06-12] 178: Checking gears ** [19:23:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:23:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:38 2020-06-12] 178: Checking imports ** [19:23:38 2020-06-12] 178: Checking exports ** [19:23:38 2020-06-12] 178: Checking users ** [19:23:38 2020-06-12] 178: Checking user_dbs ** [19:23:38 2020-06-12] 178: Checking geocodings ** [19:23:38 2020-06-12] 178: Checking synchronizations ** [19:23:38 2020-06-12] 178: Checking tracker ** [19:23:38 2020-06-12] 178: Checking user_migrations ** [19:23:38 2020-06-12] 178: Checking batch_updates ** [19:23:38 2020-06-12] 178: Checking gears ** [19:23:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:23:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:43 2020-06-12] 178: Checking imports ** [19:23:43 2020-06-12] 178: Checking exports ** [19:23:43 2020-06-12] 178: Checking users ** [19:23:43 2020-06-12] 178: Checking user_dbs ** [19:23:43 2020-06-12] 178: Checking geocodings ** [19:23:43 2020-06-12] 178: Checking synchronizations ** [19:23:43 2020-06-12] 178: Checking tracker ** [19:23:43 2020-06-12] 178: Checking user_migrations ** [19:23:43 2020-06-12] 178: Checking batch_updates ** [19:23:43 2020-06-12] 178: Checking gears ** [19:23:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:23:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:48 2020-06-12] 178: Checking imports ** [19:23:48 2020-06-12] 178: Checking exports ** [19:23:48 2020-06-12] 178: Checking users ** [19:23:48 2020-06-12] 178: Checking user_dbs ** [19:23:48 2020-06-12] 178: Checking geocodings ** [19:23:48 2020-06-12] 178: Checking synchronizations ** [19:23:48 2020-06-12] 178: Checking tracker ** [19:23:48 2020-06-12] 178: Checking user_migrations ** [19:23:48 2020-06-12] 178: Checking batch_updates ** [19:23:48 2020-06-12] 178: Checking gears ** [19:23:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:23:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:53 2020-06-12] 178: Checking imports ** [19:23:53 2020-06-12] 178: Checking exports ** [19:23:53 2020-06-12] 178: Checking users ** [19:23:53 2020-06-12] 178: Checking user_dbs ** [19:23:53 2020-06-12] 178: Checking geocodings ** [19:23:53 2020-06-12] 178: Checking synchronizations ** [19:23:53 2020-06-12] 178: Checking tracker ** [19:23:53 2020-06-12] 178: Checking user_migrations ** [19:23:53 2020-06-12] 178: Checking batch_updates ** [19:23:53 2020-06-12] 178: Checking gears ** [19:23:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:23:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:58 2020-06-12] 178: Checking imports ** [19:23:58 2020-06-12] 178: Checking exports ** [19:23:58 2020-06-12] 178: Checking users ** [19:23:58 2020-06-12] 178: Checking user_dbs ** [19:23:58 2020-06-12] 178: Checking geocodings ** [19:23:58 2020-06-12] 178: Checking synchronizations ** [19:23:58 2020-06-12] 178: Checking tracker ** [19:23:58 2020-06-12] 178: Checking user_migrations ** [19:23:58 2020-06-12] 178: Checking batch_updates ** [19:23:58 2020-06-12] 178: Checking gears ** [19:23:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:23:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:03 2020-06-12] 178: Checking imports ** [19:24:03 2020-06-12] 178: Checking exports ** [19:24:03 2020-06-12] 178: Checking users ** [19:24:03 2020-06-12] 178: Checking user_dbs ** [19:24:03 2020-06-12] 178: Checking geocodings ** [19:24:03 2020-06-12] 178: Checking synchronizations ** [19:24:03 2020-06-12] 178: Checking tracker ** [19:24:03 2020-06-12] 178: Checking user_migrations ** [19:24:03 2020-06-12] 178: Checking batch_updates ** [19:24:03 2020-06-12] 178: Checking gears ** [19:24:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:24:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:08 2020-06-12] 178: Checking imports ** [19:24:08 2020-06-12] 178: Checking exports ** [19:24:08 2020-06-12] 178: Checking users ** [19:24:08 2020-06-12] 178: Checking user_dbs ** [19:24:08 2020-06-12] 178: Checking geocodings ** [19:24:08 2020-06-12] 178: Checking synchronizations ** [19:24:08 2020-06-12] 178: Checking tracker ** [19:24:08 2020-06-12] 178: Checking user_migrations ** [19:24:08 2020-06-12] 178: Checking batch_updates ** [19:24:08 2020-06-12] 178: Checking gears ** [19:24:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:24:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:13 2020-06-12] 178: Checking imports ** [19:24:13 2020-06-12] 178: Checking exports ** [19:24:13 2020-06-12] 178: Checking users ** [19:24:13 2020-06-12] 178: Checking user_dbs ** [19:24:13 2020-06-12] 178: Checking geocodings ** [19:24:13 2020-06-12] 178: Checking synchronizations ** [19:24:13 2020-06-12] 178: Checking tracker ** [19:24:13 2020-06-12] 178: Checking user_migrations ** [19:24:13 2020-06-12] 178: Checking batch_updates ** [19:24:13 2020-06-12] 178: Checking gears ** [19:24:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:24:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:18 2020-06-12] 178: Checking imports ** [19:24:18 2020-06-12] 178: Checking exports ** [19:24:18 2020-06-12] 178: Checking users ** [19:24:18 2020-06-12] 178: Checking user_dbs ** [19:24:18 2020-06-12] 178: Checking geocodings ** [19:24:18 2020-06-12] 178: Checking synchronizations ** [19:24:18 2020-06-12] 178: Checking tracker ** [19:24:18 2020-06-12] 178: Checking user_migrations ** [19:24:18 2020-06-12] 178: Checking batch_updates ** [19:24:18 2020-06-12] 178: Checking gears ** [19:24:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:24:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:23 2020-06-12] 178: Checking imports ** [19:24:23 2020-06-12] 178: Checking exports ** [19:24:23 2020-06-12] 178: Checking users ** [19:24:23 2020-06-12] 178: Checking user_dbs ** [19:24:23 2020-06-12] 178: Checking geocodings ** [19:24:23 2020-06-12] 178: Checking synchronizations ** [19:24:23 2020-06-12] 178: Checking tracker ** [19:24:23 2020-06-12] 178: Checking user_migrations ** [19:24:23 2020-06-12] 178: Checking batch_updates ** [19:24:23 2020-06-12] 178: Checking gears ** [19:24:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:24:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:28 2020-06-12] 178: Checking imports ** [19:24:28 2020-06-12] 178: Checking exports ** [19:24:28 2020-06-12] 178: Checking users ** [19:24:28 2020-06-12] 178: Checking user_dbs ** [19:24:28 2020-06-12] 178: Checking geocodings ** [19:24:28 2020-06-12] 178: Checking synchronizations ** [19:24:28 2020-06-12] 178: Checking tracker ** [19:24:28 2020-06-12] 178: Checking user_migrations ** [19:24:28 2020-06-12] 178: Checking batch_updates ** [19:24:28 2020-06-12] 178: Checking gears ** [19:24:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:24:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:33 2020-06-12] 178: Checking imports ** [19:24:33 2020-06-12] 178: Checking exports ** [19:24:33 2020-06-12] 178: Checking users ** [19:24:33 2020-06-12] 178: Checking user_dbs ** [19:24:33 2020-06-12] 178: Checking geocodings ** [19:24:33 2020-06-12] 178: Checking synchronizations ** [19:24:33 2020-06-12] 178: Checking tracker ** [19:24:33 2020-06-12] 178: Checking user_migrations ** [19:24:33 2020-06-12] 178: Checking batch_updates ** [19:24:33 2020-06-12] 178: Checking gears ** [19:24:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:24:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:38 2020-06-12] 178: Checking imports ** [19:24:38 2020-06-12] 178: Checking exports ** [19:24:38 2020-06-12] 178: Checking users ** [19:24:38 2020-06-12] 178: Checking user_dbs ** [19:24:38 2020-06-12] 178: Checking geocodings ** [19:24:38 2020-06-12] 178: Checking synchronizations ** [19:24:38 2020-06-12] 178: Checking tracker ** [19:24:38 2020-06-12] 178: Checking user_migrations ** [19:24:38 2020-06-12] 178: Checking batch_updates ** [19:24:38 2020-06-12] 178: Checking gears ** [19:24:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:24:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:43 2020-06-12] 178: Checking imports ** [19:24:43 2020-06-12] 178: Checking exports ** [19:24:43 2020-06-12] 178: Checking users ** [19:24:43 2020-06-12] 178: Checking user_dbs ** [19:24:43 2020-06-12] 178: Checking geocodings ** [19:24:43 2020-06-12] 178: Checking synchronizations ** [19:24:43 2020-06-12] 178: Checking tracker ** [19:24:43 2020-06-12] 178: Checking user_migrations ** [19:24:43 2020-06-12] 178: Checking batch_updates ** [19:24:43 2020-06-12] 178: Checking gears ** [19:24:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:24:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:48 2020-06-12] 178: Checking imports ** [19:24:48 2020-06-12] 178: Checking exports ** [19:24:48 2020-06-12] 178: Checking users ** [19:24:48 2020-06-12] 178: Checking user_dbs ** [19:24:48 2020-06-12] 178: Checking geocodings ** [19:24:48 2020-06-12] 178: Checking synchronizations ** [19:24:48 2020-06-12] 178: Checking tracker ** [19:24:48 2020-06-12] 178: Checking user_migrations ** [19:24:48 2020-06-12] 178: Checking batch_updates ** [19:24:48 2020-06-12] 178: Checking gears ** [19:24:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:24:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:53 2020-06-12] 178: Checking imports ** [19:24:53 2020-06-12] 178: Checking exports ** [19:24:53 2020-06-12] 178: Checking users ** [19:24:53 2020-06-12] 178: Checking user_dbs ** [19:24:53 2020-06-12] 178: Checking geocodings ** [19:24:53 2020-06-12] 178: Checking synchronizations ** [19:24:53 2020-06-12] 178: Checking tracker ** [19:24:53 2020-06-12] 178: Checking user_migrations ** [19:24:53 2020-06-12] 178: Checking batch_updates ** [19:24:53 2020-06-12] 178: Checking gears ** [19:24:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:24:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:58 2020-06-12] 178: Checking imports ** [19:24:58 2020-06-12] 178: Checking exports ** [19:24:58 2020-06-12] 178: Checking users ** [19:24:58 2020-06-12] 178: Checking user_dbs ** [19:24:58 2020-06-12] 178: Checking geocodings ** [19:24:58 2020-06-12] 178: Checking synchronizations ** [19:24:58 2020-06-12] 178: Checking tracker ** [19:24:58 2020-06-12] 178: Checking user_migrations ** [19:24:58 2020-06-12] 178: Checking batch_updates ** [19:24:58 2020-06-12] 178: Checking gears ** [19:24:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:24:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:03 2020-06-12] 178: Checking imports ** [19:25:03 2020-06-12] 178: Checking exports ** [19:25:03 2020-06-12] 178: Checking users ** [19:25:03 2020-06-12] 178: Checking user_dbs ** [19:25:03 2020-06-12] 178: Checking geocodings ** [19:25:03 2020-06-12] 178: Checking synchronizations ** [19:25:03 2020-06-12] 178: Checking tracker ** [19:25:03 2020-06-12] 178: Checking user_migrations ** [19:25:03 2020-06-12] 178: Checking batch_updates ** [19:25:03 2020-06-12] 178: Checking gears ** [19:25:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:25:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:08 2020-06-12] 178: Checking imports ** [19:25:08 2020-06-12] 178: Checking exports ** [19:25:08 2020-06-12] 178: Checking users ** [19:25:08 2020-06-12] 178: Checking user_dbs ** [19:25:08 2020-06-12] 178: Checking geocodings ** [19:25:08 2020-06-12] 178: Checking synchronizations ** [19:25:08 2020-06-12] 178: Checking tracker ** [19:25:08 2020-06-12] 178: Checking user_migrations ** [19:25:08 2020-06-12] 178: Checking batch_updates ** [19:25:08 2020-06-12] 178: Checking gears ** [19:25:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:25:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:13 2020-06-12] 178: Checking imports ** [19:25:13 2020-06-12] 178: Checking exports ** [19:25:13 2020-06-12] 178: Checking users ** [19:25:13 2020-06-12] 178: Checking user_dbs ** [19:25:13 2020-06-12] 178: Checking geocodings ** [19:25:13 2020-06-12] 178: Checking synchronizations ** [19:25:13 2020-06-12] 178: Checking tracker ** [19:25:13 2020-06-12] 178: Checking user_migrations ** [19:25:13 2020-06-12] 178: Checking batch_updates ** [19:25:13 2020-06-12] 178: Checking gears ** [19:25:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:25:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:18 2020-06-12] 178: Checking imports ** [19:25:18 2020-06-12] 178: Checking exports ** [19:25:18 2020-06-12] 178: Checking users ** [19:25:18 2020-06-12] 178: Checking user_dbs ** [19:25:18 2020-06-12] 178: Checking geocodings ** [19:25:18 2020-06-12] 178: Checking synchronizations ** [19:25:18 2020-06-12] 178: Checking tracker ** [19:25:18 2020-06-12] 178: Checking user_migrations ** [19:25:18 2020-06-12] 178: Checking batch_updates ** [19:25:18 2020-06-12] 178: Checking gears ** [19:25:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:25:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:23 2020-06-12] 178: Checking imports ** [19:25:23 2020-06-12] 178: Checking exports ** [19:25:23 2020-06-12] 178: Checking users ** [19:25:23 2020-06-12] 178: Checking user_dbs ** [19:25:23 2020-06-12] 178: Checking geocodings ** [19:25:23 2020-06-12] 178: Checking synchronizations ** [19:25:23 2020-06-12] 178: Checking tracker ** [19:25:23 2020-06-12] 178: Checking user_migrations ** [19:25:23 2020-06-12] 178: Checking batch_updates ** [19:25:23 2020-06-12] 178: Checking gears ** [19:25:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:25:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:28 2020-06-12] 178: Checking imports ** [19:25:28 2020-06-12] 178: Checking exports ** [19:25:28 2020-06-12] 178: Checking users ** [19:25:28 2020-06-12] 178: Checking user_dbs ** [19:25:28 2020-06-12] 178: Checking geocodings ** [19:25:28 2020-06-12] 178: Checking synchronizations ** [19:25:28 2020-06-12] 178: Checking tracker ** [19:25:28 2020-06-12] 178: Checking user_migrations ** [19:25:28 2020-06-12] 178: Checking batch_updates ** [19:25:28 2020-06-12] 178: Checking gears ** [19:25:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:25:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:33 2020-06-12] 178: Checking imports ** [19:25:33 2020-06-12] 178: Checking exports ** [19:25:33 2020-06-12] 178: Checking users ** [19:25:33 2020-06-12] 178: Checking user_dbs ** [19:25:33 2020-06-12] 178: Checking geocodings ** [19:25:33 2020-06-12] 178: Checking synchronizations ** [19:25:33 2020-06-12] 178: Checking tracker ** [19:25:33 2020-06-12] 178: Checking user_migrations ** [19:25:33 2020-06-12] 178: Checking batch_updates ** [19:25:33 2020-06-12] 178: Checking gears ** [19:25:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:25:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:38 2020-06-12] 178: Checking imports ** [19:25:38 2020-06-12] 178: Checking exports ** [19:25:38 2020-06-12] 178: Checking users ** [19:25:38 2020-06-12] 178: Checking user_dbs ** [19:25:38 2020-06-12] 178: Checking geocodings ** [19:25:38 2020-06-12] 178: Checking synchronizations ** [19:25:38 2020-06-12] 178: Checking tracker ** [19:25:38 2020-06-12] 178: Checking user_migrations ** [19:25:38 2020-06-12] 178: Checking batch_updates ** [19:25:38 2020-06-12] 178: Checking gears ** [19:25:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:25:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:43 2020-06-12] 178: Checking imports ** [19:25:43 2020-06-12] 178: Checking exports ** [19:25:43 2020-06-12] 178: Checking users ** [19:25:43 2020-06-12] 178: Checking user_dbs ** [19:25:43 2020-06-12] 178: Checking geocodings ** [19:25:43 2020-06-12] 178: Checking synchronizations ** [19:25:43 2020-06-12] 178: Checking tracker ** [19:25:43 2020-06-12] 178: Checking user_migrations ** [19:25:43 2020-06-12] 178: Checking batch_updates ** [19:25:43 2020-06-12] 178: Checking gears ** [19:25:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:25:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:48 2020-06-12] 178: Checking imports ** [19:25:48 2020-06-12] 178: Checking exports ** [19:25:48 2020-06-12] 178: Checking users ** [19:25:48 2020-06-12] 178: Checking user_dbs ** [19:25:48 2020-06-12] 178: Checking geocodings ** [19:25:48 2020-06-12] 178: Checking synchronizations ** [19:25:48 2020-06-12] 178: Checking tracker ** [19:25:48 2020-06-12] 178: Checking user_migrations ** [19:25:48 2020-06-12] 178: Checking batch_updates ** [19:25:48 2020-06-12] 178: Checking gears ** [19:25:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:25:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:53 2020-06-12] 178: Checking imports ** [19:25:53 2020-06-12] 178: Checking exports ** [19:25:53 2020-06-12] 178: Checking users ** [19:25:53 2020-06-12] 178: Checking user_dbs ** [19:25:53 2020-06-12] 178: Checking geocodings ** [19:25:53 2020-06-12] 178: Checking synchronizations ** [19:25:53 2020-06-12] 178: Checking tracker ** [19:25:53 2020-06-12] 178: Checking user_migrations ** [19:25:53 2020-06-12] 178: Checking batch_updates ** [19:25:53 2020-06-12] 178: Checking gears ** [19:25:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:25:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:58 2020-06-12] 178: Checking imports ** [19:25:58 2020-06-12] 178: Checking exports ** [19:25:58 2020-06-12] 178: Checking users ** [19:25:58 2020-06-12] 178: Checking user_dbs ** [19:25:58 2020-06-12] 178: Checking geocodings ** [19:25:58 2020-06-12] 178: Checking synchronizations ** [19:25:58 2020-06-12] 178: Checking tracker ** [19:25:58 2020-06-12] 178: Checking user_migrations ** [19:25:58 2020-06-12] 178: Checking batch_updates ** [19:25:58 2020-06-12] 178: Checking gears ** [19:25:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:25:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:03 2020-06-12] 178: Checking imports ** [19:26:03 2020-06-12] 178: Checking exports ** [19:26:03 2020-06-12] 178: Checking users ** [19:26:03 2020-06-12] 178: Checking user_dbs ** [19:26:03 2020-06-12] 178: Checking geocodings ** [19:26:03 2020-06-12] 178: Checking synchronizations ** [19:26:03 2020-06-12] 178: Checking tracker ** [19:26:03 2020-06-12] 178: Checking user_migrations ** [19:26:03 2020-06-12] 178: Checking batch_updates ** [19:26:03 2020-06-12] 178: Checking gears ** [19:26:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:26:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:08 2020-06-12] 178: Checking imports ** [19:26:08 2020-06-12] 178: Checking exports ** [19:26:08 2020-06-12] 178: Checking users ** [19:26:08 2020-06-12] 178: Checking user_dbs ** [19:26:08 2020-06-12] 178: Checking geocodings ** [19:26:08 2020-06-12] 178: Checking synchronizations ** [19:26:08 2020-06-12] 178: Checking tracker ** [19:26:08 2020-06-12] 178: Checking user_migrations ** [19:26:08 2020-06-12] 178: Checking batch_updates ** [19:26:08 2020-06-12] 178: Checking gears ** [19:26:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:26:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:13 2020-06-12] 178: Checking imports ** [19:26:13 2020-06-12] 178: Checking exports ** [19:26:13 2020-06-12] 178: Checking users ** [19:26:13 2020-06-12] 178: Checking user_dbs ** [19:26:13 2020-06-12] 178: Checking geocodings ** [19:26:13 2020-06-12] 178: Checking synchronizations ** [19:26:13 2020-06-12] 178: Checking tracker ** [19:26:13 2020-06-12] 178: Checking user_migrations ** [19:26:13 2020-06-12] 178: Checking batch_updates ** [19:26:13 2020-06-12] 178: Checking gears ** [19:26:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:26:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:18 2020-06-12] 178: Checking imports ** [19:26:18 2020-06-12] 178: Checking exports ** [19:26:18 2020-06-12] 178: Checking users ** [19:26:18 2020-06-12] 178: Checking user_dbs ** [19:26:18 2020-06-12] 178: Checking geocodings ** [19:26:18 2020-06-12] 178: Checking synchronizations ** [19:26:18 2020-06-12] 178: Checking tracker ** [19:26:18 2020-06-12] 178: Checking user_migrations ** [19:26:18 2020-06-12] 178: Checking batch_updates ** [19:26:18 2020-06-12] 178: Checking gears ** [19:26:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:26:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:23 2020-06-12] 178: Checking imports ** [19:26:23 2020-06-12] 178: Checking exports ** [19:26:23 2020-06-12] 178: Checking users ** [19:26:23 2020-06-12] 178: Checking user_dbs ** [19:26:23 2020-06-12] 178: Checking geocodings ** [19:26:23 2020-06-12] 178: Checking synchronizations ** [19:26:23 2020-06-12] 178: Checking tracker ** [19:26:23 2020-06-12] 178: Checking user_migrations ** [19:26:23 2020-06-12] 178: Checking batch_updates ** [19:26:23 2020-06-12] 178: Checking gears ** [19:26:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:26:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:28 2020-06-12] 178: Checking imports ** [19:26:28 2020-06-12] 178: Checking exports ** [19:26:28 2020-06-12] 178: Checking users ** [19:26:28 2020-06-12] 178: Checking user_dbs ** [19:26:28 2020-06-12] 178: Checking geocodings ** [19:26:28 2020-06-12] 178: Checking synchronizations ** [19:26:28 2020-06-12] 178: Checking tracker ** [19:26:28 2020-06-12] 178: Checking user_migrations ** [19:26:28 2020-06-12] 178: Checking batch_updates ** [19:26:28 2020-06-12] 178: Checking gears ** [19:26:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:26:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:33 2020-06-12] 178: Checking imports ** [19:26:33 2020-06-12] 178: Checking exports ** [19:26:33 2020-06-12] 178: Checking users ** [19:26:33 2020-06-12] 178: Checking user_dbs ** [19:26:33 2020-06-12] 178: Checking geocodings ** [19:26:33 2020-06-12] 178: Checking synchronizations ** [19:26:33 2020-06-12] 178: Checking tracker ** [19:26:33 2020-06-12] 178: Checking user_migrations ** [19:26:33 2020-06-12] 178: Checking batch_updates ** [19:26:33 2020-06-12] 178: Checking gears ** [19:26:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:26:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:38 2020-06-12] 178: Checking imports ** [19:26:38 2020-06-12] 178: Checking exports ** [19:26:38 2020-06-12] 178: Checking users ** [19:26:38 2020-06-12] 178: Checking user_dbs ** [19:26:38 2020-06-12] 178: Checking geocodings ** [19:26:38 2020-06-12] 178: Checking synchronizations ** [19:26:38 2020-06-12] 178: Checking tracker ** [19:26:38 2020-06-12] 178: Checking user_migrations ** [19:26:38 2020-06-12] 178: Checking batch_updates ** [19:26:38 2020-06-12] 178: Checking gears ** [19:26:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:26:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:43 2020-06-12] 178: Checking imports ** [19:26:43 2020-06-12] 178: Checking exports ** [19:26:43 2020-06-12] 178: Checking users ** [19:26:43 2020-06-12] 178: Checking user_dbs ** [19:26:43 2020-06-12] 178: Checking geocodings ** [19:26:43 2020-06-12] 178: Checking synchronizations ** [19:26:43 2020-06-12] 178: Checking tracker ** [19:26:43 2020-06-12] 178: Checking user_migrations ** [19:26:43 2020-06-12] 178: Checking batch_updates ** [19:26:43 2020-06-12] 178: Checking gears ** [19:26:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:26:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:48 2020-06-12] 178: Checking imports ** [19:26:48 2020-06-12] 178: Checking exports ** [19:26:48 2020-06-12] 178: Checking users ** [19:26:48 2020-06-12] 178: Checking user_dbs ** [19:26:48 2020-06-12] 178: Checking geocodings ** [19:26:48 2020-06-12] 178: Checking synchronizations ** [19:26:48 2020-06-12] 178: Checking tracker ** [19:26:48 2020-06-12] 178: Checking user_migrations ** [19:26:48 2020-06-12] 178: Checking batch_updates ** [19:26:48 2020-06-12] 178: Checking gears ** [19:26:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:26:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:53 2020-06-12] 178: Checking imports ** [19:26:53 2020-06-12] 178: Checking exports ** [19:26:53 2020-06-12] 178: Checking users ** [19:26:53 2020-06-12] 178: Checking user_dbs ** [19:26:53 2020-06-12] 178: Checking geocodings ** [19:26:53 2020-06-12] 178: Checking synchronizations ** [19:26:53 2020-06-12] 178: Checking tracker ** [19:26:53 2020-06-12] 178: Checking user_migrations ** [19:26:53 2020-06-12] 178: Checking batch_updates ** [19:26:53 2020-06-12] 178: Checking gears ** [19:26:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:26:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:58 2020-06-12] 178: Checking imports ** [19:26:58 2020-06-12] 178: Checking exports ** [19:26:58 2020-06-12] 178: Checking users ** [19:26:58 2020-06-12] 178: Checking user_dbs ** [19:26:58 2020-06-12] 178: Checking geocodings ** [19:26:58 2020-06-12] 178: Checking synchronizations ** [19:26:58 2020-06-12] 178: Checking tracker ** [19:26:58 2020-06-12] 178: Checking user_migrations ** [19:26:58 2020-06-12] 178: Checking batch_updates ** [19:26:58 2020-06-12] 178: Checking gears ** [19:26:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:26:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:03 2020-06-12] 178: Checking imports ** [19:27:03 2020-06-12] 178: Checking exports ** [19:27:03 2020-06-12] 178: Checking users ** [19:27:03 2020-06-12] 178: Checking user_dbs ** [19:27:03 2020-06-12] 178: Checking geocodings ** [19:27:03 2020-06-12] 178: Checking synchronizations ** [19:27:03 2020-06-12] 178: Checking tracker ** [19:27:03 2020-06-12] 178: Checking user_migrations ** [19:27:03 2020-06-12] 178: Checking batch_updates ** [19:27:03 2020-06-12] 178: Checking gears ** [19:27:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:27:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:08 2020-06-12] 178: Checking imports ** [19:27:08 2020-06-12] 178: Checking exports ** [19:27:08 2020-06-12] 178: Checking users ** [19:27:08 2020-06-12] 178: Checking user_dbs ** [19:27:08 2020-06-12] 178: Checking geocodings ** [19:27:08 2020-06-12] 178: Checking synchronizations ** [19:27:08 2020-06-12] 178: Checking tracker ** [19:27:08 2020-06-12] 178: Checking user_migrations ** [19:27:08 2020-06-12] 178: Checking batch_updates ** [19:27:08 2020-06-12] 178: Checking gears ** [19:27:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:27:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:13 2020-06-12] 178: Checking imports ** [19:27:13 2020-06-12] 178: Checking exports ** [19:27:13 2020-06-12] 178: Checking users ** [19:27:13 2020-06-12] 178: Checking user_dbs ** [19:27:13 2020-06-12] 178: Checking geocodings ** [19:27:13 2020-06-12] 178: Checking synchronizations ** [19:27:13 2020-06-12] 178: Checking tracker ** [19:27:13 2020-06-12] 178: Checking user_migrations ** [19:27:13 2020-06-12] 178: Checking batch_updates ** [19:27:13 2020-06-12] 178: Checking gears ** [19:27:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:27:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:18 2020-06-12] 178: Checking imports ** [19:27:18 2020-06-12] 178: Checking exports ** [19:27:18 2020-06-12] 178: Checking users ** [19:27:18 2020-06-12] 178: Checking user_dbs ** [19:27:18 2020-06-12] 178: Checking geocodings ** [19:27:18 2020-06-12] 178: Checking synchronizations ** [19:27:18 2020-06-12] 178: Checking tracker ** [19:27:18 2020-06-12] 178: Checking user_migrations ** [19:27:18 2020-06-12] 178: Checking batch_updates ** [19:27:18 2020-06-12] 178: Checking gears ** [19:27:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:27:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:23 2020-06-12] 178: Checking imports ** [19:27:23 2020-06-12] 178: Checking exports ** [19:27:23 2020-06-12] 178: Checking users ** [19:27:23 2020-06-12] 178: Checking user_dbs ** [19:27:23 2020-06-12] 178: Checking geocodings ** [19:27:23 2020-06-12] 178: Checking synchronizations ** [19:27:23 2020-06-12] 178: Checking tracker ** [19:27:23 2020-06-12] 178: Checking user_migrations ** [19:27:23 2020-06-12] 178: Checking batch_updates ** [19:27:23 2020-06-12] 178: Checking gears ** [19:27:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:27:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:28 2020-06-12] 178: Checking imports ** [19:27:28 2020-06-12] 178: Checking exports ** [19:27:28 2020-06-12] 178: Checking users ** [19:27:28 2020-06-12] 178: Checking user_dbs ** [19:27:28 2020-06-12] 178: Checking geocodings ** [19:27:28 2020-06-12] 178: Checking synchronizations ** [19:27:28 2020-06-12] 178: Checking tracker ** [19:27:28 2020-06-12] 178: Checking user_migrations ** [19:27:28 2020-06-12] 178: Checking batch_updates ** [19:27:28 2020-06-12] 178: Checking gears ** [19:27:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:27:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:33 2020-06-12] 178: Checking imports ** [19:27:33 2020-06-12] 178: Checking exports ** [19:27:33 2020-06-12] 178: Checking users ** [19:27:33 2020-06-12] 178: Checking user_dbs ** [19:27:33 2020-06-12] 178: Checking geocodings ** [19:27:33 2020-06-12] 178: Checking synchronizations ** [19:27:33 2020-06-12] 178: Checking tracker ** [19:27:33 2020-06-12] 178: Checking user_migrations ** [19:27:33 2020-06-12] 178: Checking batch_updates ** [19:27:33 2020-06-12] 178: Checking gears ** [19:27:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:27:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:38 2020-06-12] 178: Checking imports ** [19:27:38 2020-06-12] 178: Checking exports ** [19:27:38 2020-06-12] 178: Checking users ** [19:27:38 2020-06-12] 178: Checking user_dbs ** [19:27:38 2020-06-12] 178: Checking geocodings ** [19:27:38 2020-06-12] 178: Checking synchronizations ** [19:27:38 2020-06-12] 178: Checking tracker ** [19:27:38 2020-06-12] 178: Checking user_migrations ** [19:27:38 2020-06-12] 178: Checking batch_updates ** [19:27:38 2020-06-12] 178: Checking gears ** [19:27:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:27:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:43 2020-06-12] 178: Checking imports ** [19:27:43 2020-06-12] 178: Checking exports ** [19:27:43 2020-06-12] 178: Checking users ** [19:27:43 2020-06-12] 178: Checking user_dbs ** [19:27:43 2020-06-12] 178: Checking geocodings ** [19:27:43 2020-06-12] 178: Checking synchronizations ** [19:27:43 2020-06-12] 178: Checking tracker ** [19:27:43 2020-06-12] 178: Checking user_migrations ** [19:27:43 2020-06-12] 178: Checking batch_updates ** [19:27:43 2020-06-12] 178: Checking gears ** [19:27:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:27:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:48 2020-06-12] 178: Checking imports ** [19:27:48 2020-06-12] 178: Checking exports ** [19:27:48 2020-06-12] 178: Checking users ** [19:27:48 2020-06-12] 178: Checking user_dbs ** [19:27:48 2020-06-12] 178: Checking geocodings ** [19:27:48 2020-06-12] 178: Checking synchronizations ** [19:27:48 2020-06-12] 178: Checking tracker ** [19:27:48 2020-06-12] 178: Checking user_migrations ** [19:27:48 2020-06-12] 178: Checking batch_updates ** [19:27:48 2020-06-12] 178: Checking gears ** [19:27:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:27:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:53 2020-06-12] 178: Checking imports ** [19:27:53 2020-06-12] 178: Checking exports ** [19:27:53 2020-06-12] 178: Checking users ** [19:27:53 2020-06-12] 178: Checking user_dbs ** [19:27:53 2020-06-12] 178: Checking geocodings ** [19:27:53 2020-06-12] 178: Checking synchronizations ** [19:27:53 2020-06-12] 178: Checking tracker ** [19:27:53 2020-06-12] 178: Checking user_migrations ** [19:27:53 2020-06-12] 178: Checking batch_updates ** [19:27:53 2020-06-12] 178: Checking gears ** [19:27:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:27:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:58 2020-06-12] 178: Checking imports ** [19:27:58 2020-06-12] 178: Checking exports ** [19:27:58 2020-06-12] 178: Checking users ** [19:27:58 2020-06-12] 178: Checking user_dbs ** [19:27:58 2020-06-12] 178: Checking geocodings ** [19:27:58 2020-06-12] 178: Checking synchronizations ** [19:27:58 2020-06-12] 178: Checking tracker ** [19:27:58 2020-06-12] 178: Checking user_migrations ** [19:27:58 2020-06-12] 178: Checking batch_updates ** [19:27:58 2020-06-12] 178: Checking gears ** [19:27:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:27:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:03 2020-06-12] 178: Checking imports ** [19:28:03 2020-06-12] 178: Checking exports ** [19:28:03 2020-06-12] 178: Checking users ** [19:28:03 2020-06-12] 178: Checking user_dbs ** [19:28:03 2020-06-12] 178: Checking geocodings ** [19:28:03 2020-06-12] 178: Checking synchronizations ** [19:28:03 2020-06-12] 178: Checking tracker ** [19:28:03 2020-06-12] 178: Checking user_migrations ** [19:28:03 2020-06-12] 178: Checking batch_updates ** [19:28:03 2020-06-12] 178: Checking gears ** [19:28:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:28:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:08 2020-06-12] 178: Checking imports ** [19:28:08 2020-06-12] 178: Checking exports ** [19:28:08 2020-06-12] 178: Checking users ** [19:28:08 2020-06-12] 178: Checking user_dbs ** [19:28:08 2020-06-12] 178: Checking geocodings ** [19:28:08 2020-06-12] 178: Checking synchronizations ** [19:28:08 2020-06-12] 178: Checking tracker ** [19:28:08 2020-06-12] 178: Checking user_migrations ** [19:28:08 2020-06-12] 178: Checking batch_updates ** [19:28:08 2020-06-12] 178: Checking gears ** [19:28:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:28:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:13 2020-06-12] 178: Checking imports ** [19:28:13 2020-06-12] 178: Checking exports ** [19:28:13 2020-06-12] 178: Checking users ** [19:28:13 2020-06-12] 178: Checking user_dbs ** [19:28:13 2020-06-12] 178: Checking geocodings ** [19:28:13 2020-06-12] 178: Checking synchronizations ** [19:28:13 2020-06-12] 178: Checking tracker ** [19:28:13 2020-06-12] 178: Checking user_migrations ** [19:28:13 2020-06-12] 178: Checking batch_updates ** [19:28:13 2020-06-12] 178: Checking gears ** [19:28:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:28:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:18 2020-06-12] 178: Checking imports ** [19:28:18 2020-06-12] 178: Checking exports ** [19:28:18 2020-06-12] 178: Checking users ** [19:28:18 2020-06-12] 178: Checking user_dbs ** [19:28:18 2020-06-12] 178: Checking geocodings ** [19:28:18 2020-06-12] 178: Checking synchronizations ** [19:28:18 2020-06-12] 178: Checking tracker ** [19:28:18 2020-06-12] 178: Checking user_migrations ** [19:28:18 2020-06-12] 178: Checking batch_updates ** [19:28:18 2020-06-12] 178: Checking gears ** [19:28:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:28:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:23 2020-06-12] 178: Checking imports ** [19:28:23 2020-06-12] 178: Checking exports ** [19:28:23 2020-06-12] 178: Checking users ** [19:28:23 2020-06-12] 178: Checking user_dbs ** [19:28:23 2020-06-12] 178: Checking geocodings ** [19:28:23 2020-06-12] 178: Checking synchronizations ** [19:28:23 2020-06-12] 178: Checking tracker ** [19:28:23 2020-06-12] 178: Checking user_migrations ** [19:28:23 2020-06-12] 178: Checking batch_updates ** [19:28:23 2020-06-12] 178: Checking gears ** [19:28:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:28:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:28 2020-06-12] 178: Checking imports ** [19:28:28 2020-06-12] 178: Checking exports ** [19:28:28 2020-06-12] 178: Checking users ** [19:28:28 2020-06-12] 178: Checking user_dbs ** [19:28:28 2020-06-12] 178: Checking geocodings ** [19:28:28 2020-06-12] 178: Checking synchronizations ** [19:28:28 2020-06-12] 178: Checking tracker ** [19:28:28 2020-06-12] 178: Checking user_migrations ** [19:28:28 2020-06-12] 178: Checking batch_updates ** [19:28:28 2020-06-12] 178: Checking gears ** [19:28:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:28:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:33 2020-06-12] 178: Checking imports ** [19:28:33 2020-06-12] 178: Checking exports ** [19:28:33 2020-06-12] 178: Checking users ** [19:28:33 2020-06-12] 178: Checking user_dbs ** [19:28:33 2020-06-12] 178: Checking geocodings ** [19:28:33 2020-06-12] 178: Checking synchronizations ** [19:28:33 2020-06-12] 178: Checking tracker ** [19:28:33 2020-06-12] 178: Checking user_migrations ** [19:28:33 2020-06-12] 178: Checking batch_updates ** [19:28:33 2020-06-12] 178: Checking gears ** [19:28:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:28:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:38 2020-06-12] 178: Checking imports ** [19:28:38 2020-06-12] 178: Checking exports ** [19:28:38 2020-06-12] 178: Checking users ** [19:28:38 2020-06-12] 178: Checking user_dbs ** [19:28:38 2020-06-12] 178: Checking geocodings ** [19:28:38 2020-06-12] 178: Checking synchronizations ** [19:28:38 2020-06-12] 178: Checking tracker ** [19:28:38 2020-06-12] 178: Checking user_migrations ** [19:28:38 2020-06-12] 178: Checking batch_updates ** [19:28:38 2020-06-12] 178: Checking gears ** [19:28:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:28:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:43 2020-06-12] 178: Checking imports ** [19:28:43 2020-06-12] 178: Checking exports ** [19:28:43 2020-06-12] 178: Checking users ** [19:28:43 2020-06-12] 178: Checking user_dbs ** [19:28:43 2020-06-12] 178: Checking geocodings ** [19:28:43 2020-06-12] 178: Checking synchronizations ** [19:28:43 2020-06-12] 178: Checking tracker ** [19:28:43 2020-06-12] 178: Checking user_migrations ** [19:28:43 2020-06-12] 178: Checking batch_updates ** [19:28:43 2020-06-12] 178: Checking gears ** [19:28:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:28:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:48 2020-06-12] 178: Checking imports ** [19:28:48 2020-06-12] 178: Checking exports ** [19:28:48 2020-06-12] 178: Checking users ** [19:28:48 2020-06-12] 178: Checking user_dbs ** [19:28:48 2020-06-12] 178: Checking geocodings ** [19:28:48 2020-06-12] 178: Checking synchronizations ** [19:28:48 2020-06-12] 178: Checking tracker ** [19:28:48 2020-06-12] 178: Checking user_migrations ** [19:28:48 2020-06-12] 178: Checking batch_updates ** [19:28:48 2020-06-12] 178: Checking gears ** [19:28:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:28:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:53 2020-06-12] 178: Checking imports ** [19:28:53 2020-06-12] 178: Checking exports ** [19:28:53 2020-06-12] 178: Checking users ** [19:28:53 2020-06-12] 178: Checking user_dbs ** [19:28:53 2020-06-12] 178: Checking geocodings ** [19:28:53 2020-06-12] 178: Checking synchronizations ** [19:28:53 2020-06-12] 178: Checking tracker ** [19:28:53 2020-06-12] 178: Checking user_migrations ** [19:28:53 2020-06-12] 178: Checking batch_updates ** [19:28:53 2020-06-12] 178: Checking gears ** [19:28:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:28:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:58 2020-06-12] 178: Checking imports ** [19:28:58 2020-06-12] 178: Checking exports ** [19:28:58 2020-06-12] 178: Checking users ** [19:28:58 2020-06-12] 178: Checking user_dbs ** [19:28:58 2020-06-12] 178: Checking geocodings ** [19:28:58 2020-06-12] 178: Checking synchronizations ** [19:28:58 2020-06-12] 178: Checking tracker ** [19:28:58 2020-06-12] 178: Checking user_migrations ** [19:28:58 2020-06-12] 178: Checking batch_updates ** [19:28:58 2020-06-12] 178: Checking gears ** [19:28:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:28:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:03 2020-06-12] 178: Checking imports ** [19:29:03 2020-06-12] 178: Checking exports ** [19:29:03 2020-06-12] 178: Checking users ** [19:29:03 2020-06-12] 178: Checking user_dbs ** [19:29:03 2020-06-12] 178: Checking geocodings ** [19:29:03 2020-06-12] 178: Checking synchronizations ** [19:29:03 2020-06-12] 178: Checking tracker ** [19:29:03 2020-06-12] 178: Checking user_migrations ** [19:29:03 2020-06-12] 178: Checking batch_updates ** [19:29:03 2020-06-12] 178: Checking gears ** [19:29:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:29:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:08 2020-06-12] 178: Checking imports ** [19:29:08 2020-06-12] 178: Checking exports ** [19:29:08 2020-06-12] 178: Checking users ** [19:29:08 2020-06-12] 178: Checking user_dbs ** [19:29:08 2020-06-12] 178: Checking geocodings ** [19:29:08 2020-06-12] 178: Checking synchronizations ** [19:29:08 2020-06-12] 178: Checking tracker ** [19:29:08 2020-06-12] 178: Checking user_migrations ** [19:29:08 2020-06-12] 178: Checking batch_updates ** [19:29:08 2020-06-12] 178: Checking gears ** [19:29:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:29:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:13 2020-06-12] 178: Checking imports ** [19:29:13 2020-06-12] 178: Checking exports ** [19:29:13 2020-06-12] 178: Checking users ** [19:29:13 2020-06-12] 178: Checking user_dbs ** [19:29:13 2020-06-12] 178: Checking geocodings ** [19:29:13 2020-06-12] 178: Checking synchronizations ** [19:29:13 2020-06-12] 178: Checking tracker ** [19:29:13 2020-06-12] 178: Checking user_migrations ** [19:29:13 2020-06-12] 178: Checking batch_updates ** [19:29:13 2020-06-12] 178: Checking gears ** [19:29:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:29:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:18 2020-06-12] 178: Checking imports ** [19:29:18 2020-06-12] 178: Checking exports ** [19:29:18 2020-06-12] 178: Checking users ** [19:29:18 2020-06-12] 178: Checking user_dbs ** [19:29:18 2020-06-12] 178: Checking geocodings ** [19:29:18 2020-06-12] 178: Checking synchronizations ** [19:29:18 2020-06-12] 178: Checking tracker ** [19:29:18 2020-06-12] 178: Checking user_migrations ** [19:29:18 2020-06-12] 178: Checking batch_updates ** [19:29:18 2020-06-12] 178: Checking gears ** [19:29:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:29:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:23 2020-06-12] 178: Checking imports ** [19:29:23 2020-06-12] 178: Checking exports ** [19:29:23 2020-06-12] 178: Checking users ** [19:29:23 2020-06-12] 178: Checking user_dbs ** [19:29:23 2020-06-12] 178: Checking geocodings ** [19:29:23 2020-06-12] 178: Checking synchronizations ** [19:29:23 2020-06-12] 178: Checking tracker ** [19:29:23 2020-06-12] 178: Checking user_migrations ** [19:29:23 2020-06-12] 178: Checking batch_updates ** [19:29:23 2020-06-12] 178: Checking gears ** [19:29:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:29:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:28 2020-06-12] 178: Checking imports ** [19:29:28 2020-06-12] 178: Checking exports ** [19:29:28 2020-06-12] 178: Checking users ** [19:29:28 2020-06-12] 178: Checking user_dbs ** [19:29:28 2020-06-12] 178: Checking geocodings ** [19:29:28 2020-06-12] 178: Checking synchronizations ** [19:29:28 2020-06-12] 178: Checking tracker ** [19:29:28 2020-06-12] 178: Checking user_migrations ** [19:29:28 2020-06-12] 178: Checking batch_updates ** [19:29:28 2020-06-12] 178: Checking gears ** [19:29:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:29:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:33 2020-06-12] 178: Checking imports ** [19:29:33 2020-06-12] 178: Checking exports ** [19:29:33 2020-06-12] 178: Checking users ** [19:29:33 2020-06-12] 178: Checking user_dbs ** [19:29:33 2020-06-12] 178: Checking geocodings ** [19:29:33 2020-06-12] 178: Checking synchronizations ** [19:29:33 2020-06-12] 178: Checking tracker ** [19:29:33 2020-06-12] 178: Checking user_migrations ** [19:29:33 2020-06-12] 178: Checking batch_updates ** [19:29:33 2020-06-12] 178: Checking gears ** [19:29:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:29:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:38 2020-06-12] 178: Checking imports ** [19:29:38 2020-06-12] 178: Checking exports ** [19:29:38 2020-06-12] 178: Checking users ** [19:29:38 2020-06-12] 178: Checking user_dbs ** [19:29:38 2020-06-12] 178: Checking geocodings ** [19:29:38 2020-06-12] 178: Checking synchronizations ** [19:29:38 2020-06-12] 178: Checking tracker ** [19:29:38 2020-06-12] 178: Checking user_migrations ** [19:29:38 2020-06-12] 178: Checking batch_updates ** [19:29:38 2020-06-12] 178: Checking gears ** [19:29:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:29:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:43 2020-06-12] 178: Checking imports ** [19:29:43 2020-06-12] 178: Checking exports ** [19:29:43 2020-06-12] 178: Checking users ** [19:29:43 2020-06-12] 178: Checking user_dbs ** [19:29:43 2020-06-12] 178: Checking geocodings ** [19:29:43 2020-06-12] 178: Checking synchronizations ** [19:29:43 2020-06-12] 178: Checking tracker ** [19:29:43 2020-06-12] 178: Checking user_migrations ** [19:29:43 2020-06-12] 178: Checking batch_updates ** [19:29:43 2020-06-12] 178: Checking gears ** [19:29:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:29:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:48 2020-06-12] 178: Checking imports ** [19:29:48 2020-06-12] 178: Checking exports ** [19:29:48 2020-06-12] 178: Checking users ** [19:29:49 2020-06-12] 178: Checking user_dbs ** [19:29:49 2020-06-12] 178: Checking geocodings ** [19:29:49 2020-06-12] 178: Checking synchronizations ** [19:29:49 2020-06-12] 178: Checking tracker ** [19:29:49 2020-06-12] 178: Checking user_migrations ** [19:29:49 2020-06-12] 178: Checking batch_updates ** [19:29:49 2020-06-12] 178: Checking gears ** [19:29:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:29:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:54 2020-06-12] 178: Checking imports ** [19:29:54 2020-06-12] 178: Checking exports ** [19:29:54 2020-06-12] 178: Checking users ** [19:29:54 2020-06-12] 178: Checking user_dbs ** [19:29:54 2020-06-12] 178: Checking geocodings ** [19:29:54 2020-06-12] 178: Checking synchronizations ** [19:29:54 2020-06-12] 178: Checking tracker ** [19:29:54 2020-06-12] 178: Checking user_migrations ** [19:29:54 2020-06-12] 178: Checking batch_updates ** [19:29:54 2020-06-12] 178: Checking gears ** [19:29:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:29:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:59 2020-06-12] 178: Checking imports ** [19:29:59 2020-06-12] 178: Checking exports ** [19:29:59 2020-06-12] 178: Checking users ** [19:29:59 2020-06-12] 178: Checking user_dbs ** [19:29:59 2020-06-12] 178: Checking geocodings ** [19:29:59 2020-06-12] 178: Checking synchronizations ** [19:29:59 2020-06-12] 178: Checking tracker ** [19:29:59 2020-06-12] 178: Checking user_migrations ** [19:29:59 2020-06-12] 178: Checking batch_updates ** [19:29:59 2020-06-12] 178: Checking gears ** [19:29:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:29:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:04 2020-06-12] 178: Checking imports ** [19:30:04 2020-06-12] 178: Checking exports ** [19:30:04 2020-06-12] 178: Checking users ** [19:30:04 2020-06-12] 178: Checking user_dbs ** [19:30:04 2020-06-12] 178: Checking geocodings ** [19:30:04 2020-06-12] 178: Checking synchronizations ** [19:30:04 2020-06-12] 178: Checking tracker ** [19:30:04 2020-06-12] 178: Checking user_migrations ** [19:30:04 2020-06-12] 178: Checking batch_updates ** [19:30:04 2020-06-12] 178: Checking gears ** [19:30:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:30:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:09 2020-06-12] 178: Checking imports ** [19:30:09 2020-06-12] 178: Checking exports ** [19:30:09 2020-06-12] 178: Checking users ** [19:30:09 2020-06-12] 178: Checking user_dbs ** [19:30:09 2020-06-12] 178: Checking geocodings ** [19:30:09 2020-06-12] 178: Checking synchronizations ** [19:30:09 2020-06-12] 178: Checking tracker ** [19:30:09 2020-06-12] 178: Checking user_migrations ** [19:30:09 2020-06-12] 178: Checking batch_updates ** [19:30:09 2020-06-12] 178: Checking gears ** [19:30:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:30:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:14 2020-06-12] 178: Checking imports ** [19:30:14 2020-06-12] 178: Checking exports ** [19:30:14 2020-06-12] 178: Checking users ** [19:30:14 2020-06-12] 178: Checking user_dbs ** [19:30:14 2020-06-12] 178: Checking geocodings ** [19:30:14 2020-06-12] 178: Checking synchronizations ** [19:30:14 2020-06-12] 178: Checking tracker ** [19:30:14 2020-06-12] 178: Checking user_migrations ** [19:30:14 2020-06-12] 178: Checking batch_updates ** [19:30:14 2020-06-12] 178: Checking gears ** [19:30:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:30:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:19 2020-06-12] 178: Checking imports ** [19:30:19 2020-06-12] 178: Checking exports ** [19:30:19 2020-06-12] 178: Checking users ** [19:30:19 2020-06-12] 178: Checking user_dbs ** [19:30:19 2020-06-12] 178: Checking geocodings ** [19:30:19 2020-06-12] 178: Checking synchronizations ** [19:30:19 2020-06-12] 178: Checking tracker ** [19:30:19 2020-06-12] 178: Checking user_migrations ** [19:30:19 2020-06-12] 178: Checking batch_updates ** [19:30:19 2020-06-12] 178: Checking gears ** [19:30:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:30:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:24 2020-06-12] 178: Checking imports ** [19:30:24 2020-06-12] 178: Checking exports ** [19:30:24 2020-06-12] 178: Checking users ** [19:30:24 2020-06-12] 178: Checking user_dbs ** [19:30:24 2020-06-12] 178: Checking geocodings ** [19:30:24 2020-06-12] 178: Checking synchronizations ** [19:30:24 2020-06-12] 178: Checking tracker ** [19:30:24 2020-06-12] 178: Checking user_migrations ** [19:30:24 2020-06-12] 178: Checking batch_updates ** [19:30:24 2020-06-12] 178: Checking gears ** [19:30:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:30:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:29 2020-06-12] 178: Checking imports ** [19:30:29 2020-06-12] 178: Checking exports ** [19:30:29 2020-06-12] 178: Checking users ** [19:30:29 2020-06-12] 178: Checking user_dbs ** [19:30:29 2020-06-12] 178: Checking geocodings ** [19:30:29 2020-06-12] 178: Checking synchronizations ** [19:30:29 2020-06-12] 178: Checking tracker ** [19:30:29 2020-06-12] 178: Checking user_migrations ** [19:30:29 2020-06-12] 178: Checking batch_updates ** [19:30:29 2020-06-12] 178: Checking gears ** [19:30:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:30:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:34 2020-06-12] 178: Checking imports ** [19:30:34 2020-06-12] 178: Checking exports ** [19:30:34 2020-06-12] 178: Checking users ** [19:30:34 2020-06-12] 178: Checking user_dbs ** [19:30:34 2020-06-12] 178: Checking geocodings ** [19:30:34 2020-06-12] 178: Checking synchronizations ** [19:30:34 2020-06-12] 178: Checking tracker ** [19:30:34 2020-06-12] 178: Checking user_migrations ** [19:30:34 2020-06-12] 178: Checking batch_updates ** [19:30:34 2020-06-12] 178: Checking gears ** [19:30:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:30:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:39 2020-06-12] 178: Checking imports ** [19:30:39 2020-06-12] 178: Checking exports ** [19:30:39 2020-06-12] 178: Checking users ** [19:30:39 2020-06-12] 178: Checking user_dbs ** [19:30:39 2020-06-12] 178: Checking geocodings ** [19:30:39 2020-06-12] 178: Checking synchronizations ** [19:30:39 2020-06-12] 178: Checking tracker ** [19:30:39 2020-06-12] 178: Checking user_migrations ** [19:30:39 2020-06-12] 178: Checking batch_updates ** [19:30:39 2020-06-12] 178: Checking gears ** [19:30:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:30:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:44 2020-06-12] 178: Checking imports ** [19:30:44 2020-06-12] 178: Checking exports ** [19:30:44 2020-06-12] 178: Checking users ** [19:30:44 2020-06-12] 178: Checking user_dbs ** [19:30:44 2020-06-12] 178: Checking geocodings ** [19:30:44 2020-06-12] 178: Checking synchronizations ** [19:30:44 2020-06-12] 178: Checking tracker ** [19:30:44 2020-06-12] 178: Checking user_migrations ** [19:30:44 2020-06-12] 178: Checking batch_updates ** [19:30:44 2020-06-12] 178: Checking gears ** [19:30:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:30:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:49 2020-06-12] 178: Checking imports ** [19:30:49 2020-06-12] 178: Checking exports ** [19:30:49 2020-06-12] 178: Checking users ** [19:30:49 2020-06-12] 178: Checking user_dbs ** [19:30:49 2020-06-12] 178: Checking geocodings ** [19:30:49 2020-06-12] 178: Checking synchronizations ** [19:30:49 2020-06-12] 178: Checking tracker ** [19:30:49 2020-06-12] 178: Checking user_migrations ** [19:30:49 2020-06-12] 178: Checking batch_updates ** [19:30:49 2020-06-12] 178: Checking gears ** [19:30:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:30:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:54 2020-06-12] 178: Checking imports ** [19:30:54 2020-06-12] 178: Checking exports ** [19:30:54 2020-06-12] 178: Checking users ** [19:30:54 2020-06-12] 178: Checking user_dbs ** [19:30:54 2020-06-12] 178: Checking geocodings ** [19:30:54 2020-06-12] 178: Checking synchronizations ** [19:30:54 2020-06-12] 178: Checking tracker ** [19:30:54 2020-06-12] 178: Checking user_migrations ** [19:30:54 2020-06-12] 178: Checking batch_updates ** [19:30:54 2020-06-12] 178: Checking gears ** [19:30:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:30:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:59 2020-06-12] 178: Checking imports ** [19:30:59 2020-06-12] 178: Checking exports ** [19:30:59 2020-06-12] 178: Checking users ** [19:30:59 2020-06-12] 178: Checking user_dbs ** [19:30:59 2020-06-12] 178: Checking geocodings ** [19:30:59 2020-06-12] 178: Checking synchronizations ** [19:30:59 2020-06-12] 178: Checking tracker ** [19:30:59 2020-06-12] 178: Checking user_migrations ** [19:30:59 2020-06-12] 178: Checking batch_updates ** [19:30:59 2020-06-12] 178: Checking gears ** [19:30:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:30:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:04 2020-06-12] 178: Checking imports ** [19:31:04 2020-06-12] 178: Checking exports ** [19:31:04 2020-06-12] 178: Checking users ** [19:31:04 2020-06-12] 178: Checking user_dbs ** [19:31:04 2020-06-12] 178: Checking geocodings ** [19:31:04 2020-06-12] 178: Checking synchronizations ** [19:31:04 2020-06-12] 178: Checking tracker ** [19:31:04 2020-06-12] 178: Checking user_migrations ** [19:31:04 2020-06-12] 178: Checking batch_updates ** [19:31:04 2020-06-12] 178: Checking gears ** [19:31:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:31:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:09 2020-06-12] 178: Checking imports ** [19:31:09 2020-06-12] 178: Checking exports ** [19:31:09 2020-06-12] 178: Checking users ** [19:31:09 2020-06-12] 178: Checking user_dbs ** [19:31:09 2020-06-12] 178: Checking geocodings ** [19:31:09 2020-06-12] 178: Checking synchronizations ** [19:31:09 2020-06-12] 178: Checking tracker ** [19:31:09 2020-06-12] 178: Checking user_migrations ** [19:31:09 2020-06-12] 178: Checking batch_updates ** [19:31:09 2020-06-12] 178: Checking gears ** [19:31:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:31:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:14 2020-06-12] 178: Checking imports ** [19:31:14 2020-06-12] 178: Checking exports ** [19:31:14 2020-06-12] 178: Checking users ** [19:31:14 2020-06-12] 178: Checking user_dbs ** [19:31:14 2020-06-12] 178: Checking geocodings ** [19:31:14 2020-06-12] 178: Checking synchronizations ** [19:31:14 2020-06-12] 178: Checking tracker ** [19:31:14 2020-06-12] 178: Checking user_migrations ** [19:31:14 2020-06-12] 178: Checking batch_updates ** [19:31:14 2020-06-12] 178: Checking gears ** [19:31:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:31:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:19 2020-06-12] 178: Checking imports ** [19:31:19 2020-06-12] 178: Checking exports ** [19:31:19 2020-06-12] 178: Checking users ** [19:31:19 2020-06-12] 178: Checking user_dbs ** [19:31:19 2020-06-12] 178: Checking geocodings ** [19:31:19 2020-06-12] 178: Checking synchronizations ** [19:31:19 2020-06-12] 178: Checking tracker ** [19:31:19 2020-06-12] 178: Checking user_migrations ** [19:31:19 2020-06-12] 178: Checking batch_updates ** [19:31:19 2020-06-12] 178: Checking gears ** [19:31:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:31:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:24 2020-06-12] 178: Checking imports ** [19:31:24 2020-06-12] 178: Checking exports ** [19:31:24 2020-06-12] 178: Checking users ** [19:31:24 2020-06-12] 178: Checking user_dbs ** [19:31:24 2020-06-12] 178: Checking geocodings ** [19:31:24 2020-06-12] 178: Checking synchronizations ** [19:31:24 2020-06-12] 178: Checking tracker ** [19:31:24 2020-06-12] 178: Checking user_migrations ** [19:31:24 2020-06-12] 178: Checking batch_updates ** [19:31:24 2020-06-12] 178: Checking gears ** [19:31:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:31:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:29 2020-06-12] 178: Checking imports ** [19:31:29 2020-06-12] 178: Checking exports ** [19:31:29 2020-06-12] 178: Checking users ** [19:31:29 2020-06-12] 178: Checking user_dbs ** [19:31:29 2020-06-12] 178: Checking geocodings ** [19:31:29 2020-06-12] 178: Checking synchronizations ** [19:31:29 2020-06-12] 178: Checking tracker ** [19:31:29 2020-06-12] 178: Checking user_migrations ** [19:31:29 2020-06-12] 178: Checking batch_updates ** [19:31:29 2020-06-12] 178: Checking gears ** [19:31:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:31:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:34 2020-06-12] 178: Checking imports ** [19:31:34 2020-06-12] 178: Checking exports ** [19:31:34 2020-06-12] 178: Checking users ** [19:31:34 2020-06-12] 178: Checking user_dbs ** [19:31:34 2020-06-12] 178: Checking geocodings ** [19:31:34 2020-06-12] 178: Checking synchronizations ** [19:31:34 2020-06-12] 178: Checking tracker ** [19:31:34 2020-06-12] 178: Checking user_migrations ** [19:31:34 2020-06-12] 178: Checking batch_updates ** [19:31:34 2020-06-12] 178: Checking gears ** [19:31:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:31:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:39 2020-06-12] 178: Checking imports ** [19:31:39 2020-06-12] 178: Checking exports ** [19:31:39 2020-06-12] 178: Checking users ** [19:31:39 2020-06-12] 178: Checking user_dbs ** [19:31:39 2020-06-12] 178: Checking geocodings ** [19:31:39 2020-06-12] 178: Checking synchronizations ** [19:31:39 2020-06-12] 178: Checking tracker ** [19:31:39 2020-06-12] 178: Checking user_migrations ** [19:31:39 2020-06-12] 178: Checking batch_updates ** [19:31:39 2020-06-12] 178: Checking gears ** [19:31:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:31:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:44 2020-06-12] 178: Checking imports ** [19:31:44 2020-06-12] 178: Checking exports ** [19:31:44 2020-06-12] 178: Checking users ** [19:31:44 2020-06-12] 178: Checking user_dbs ** [19:31:44 2020-06-12] 178: Checking geocodings ** [19:31:44 2020-06-12] 178: Checking synchronizations ** [19:31:44 2020-06-12] 178: Checking tracker ** [19:31:44 2020-06-12] 178: Checking user_migrations ** [19:31:44 2020-06-12] 178: Checking batch_updates ** [19:31:44 2020-06-12] 178: Checking gears ** [19:31:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:31:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:49 2020-06-12] 178: Checking imports ** [19:31:49 2020-06-12] 178: Checking exports ** [19:31:49 2020-06-12] 178: Checking users ** [19:31:49 2020-06-12] 178: Checking user_dbs ** [19:31:49 2020-06-12] 178: Checking geocodings ** [19:31:49 2020-06-12] 178: Checking synchronizations ** [19:31:49 2020-06-12] 178: Checking tracker ** [19:31:49 2020-06-12] 178: Checking user_migrations ** [19:31:49 2020-06-12] 178: Checking batch_updates ** [19:31:49 2020-06-12] 178: Checking gears ** [19:31:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:31:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:54 2020-06-12] 178: Checking imports ** [19:31:54 2020-06-12] 178: Checking exports ** [19:31:54 2020-06-12] 178: Checking users ** [19:31:54 2020-06-12] 178: Checking user_dbs ** [19:31:54 2020-06-12] 178: Checking geocodings ** [19:31:54 2020-06-12] 178: Checking synchronizations ** [19:31:54 2020-06-12] 178: Checking tracker ** [19:31:54 2020-06-12] 178: Checking user_migrations ** [19:31:54 2020-06-12] 178: Checking batch_updates ** [19:31:54 2020-06-12] 178: Checking gears ** [19:31:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:31:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:59 2020-06-12] 178: Checking imports ** [19:31:59 2020-06-12] 178: Checking exports ** [19:31:59 2020-06-12] 178: Checking users ** [19:31:59 2020-06-12] 178: Checking user_dbs ** [19:31:59 2020-06-12] 178: Checking geocodings ** [19:31:59 2020-06-12] 178: Checking synchronizations ** [19:31:59 2020-06-12] 178: Checking tracker ** [19:31:59 2020-06-12] 178: Checking user_migrations ** [19:31:59 2020-06-12] 178: Checking batch_updates ** [19:31:59 2020-06-12] 178: Checking gears ** [19:31:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:31:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:04 2020-06-12] 178: Checking imports ** [19:32:04 2020-06-12] 178: Checking exports ** [19:32:04 2020-06-12] 178: Checking users ** [19:32:04 2020-06-12] 178: Checking user_dbs ** [19:32:04 2020-06-12] 178: Checking geocodings ** [19:32:04 2020-06-12] 178: Checking synchronizations ** [19:32:04 2020-06-12] 178: Checking tracker ** [19:32:04 2020-06-12] 178: Checking user_migrations ** [19:32:04 2020-06-12] 178: Checking batch_updates ** [19:32:04 2020-06-12] 178: Checking gears ** [19:32:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:32:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:09 2020-06-12] 178: Checking imports ** [19:32:09 2020-06-12] 178: Checking exports ** [19:32:09 2020-06-12] 178: Checking users ** [19:32:09 2020-06-12] 178: Checking user_dbs ** [19:32:09 2020-06-12] 178: Checking geocodings ** [19:32:09 2020-06-12] 178: Checking synchronizations ** [19:32:09 2020-06-12] 178: Checking tracker ** [19:32:09 2020-06-12] 178: Checking user_migrations ** [19:32:09 2020-06-12] 178: Checking batch_updates ** [19:32:09 2020-06-12] 178: Checking gears ** [19:32:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:32:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:14 2020-06-12] 178: Checking imports ** [19:32:14 2020-06-12] 178: Checking exports ** [19:32:14 2020-06-12] 178: Checking users ** [19:32:14 2020-06-12] 178: Checking user_dbs ** [19:32:14 2020-06-12] 178: Checking geocodings ** [19:32:14 2020-06-12] 178: Checking synchronizations ** [19:32:14 2020-06-12] 178: Checking tracker ** [19:32:14 2020-06-12] 178: Checking user_migrations ** [19:32:14 2020-06-12] 178: Checking batch_updates ** [19:32:14 2020-06-12] 178: Checking gears ** [19:32:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:32:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:19 2020-06-12] 178: Checking imports ** [19:32:19 2020-06-12] 178: Checking exports ** [19:32:19 2020-06-12] 178: Checking users ** [19:32:19 2020-06-12] 178: Checking user_dbs ** [19:32:19 2020-06-12] 178: Checking geocodings ** [19:32:19 2020-06-12] 178: Checking synchronizations ** [19:32:19 2020-06-12] 178: Checking tracker ** [19:32:19 2020-06-12] 178: Checking user_migrations ** [19:32:19 2020-06-12] 178: Checking batch_updates ** [19:32:19 2020-06-12] 178: Checking gears ** [19:32:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:32:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:24 2020-06-12] 178: Checking imports ** [19:32:24 2020-06-12] 178: Checking exports ** [19:32:24 2020-06-12] 178: Checking users ** [19:32:24 2020-06-12] 178: Checking user_dbs ** [19:32:24 2020-06-12] 178: Checking geocodings ** [19:32:24 2020-06-12] 178: Checking synchronizations ** [19:32:24 2020-06-12] 178: Checking tracker ** [19:32:24 2020-06-12] 178: Checking user_migrations ** [19:32:24 2020-06-12] 178: Checking batch_updates ** [19:32:24 2020-06-12] 178: Checking gears ** [19:32:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:32:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:29 2020-06-12] 178: Checking imports ** [19:32:29 2020-06-12] 178: Checking exports ** [19:32:29 2020-06-12] 178: Checking users ** [19:32:29 2020-06-12] 178: Checking user_dbs ** [19:32:29 2020-06-12] 178: Checking geocodings ** [19:32:29 2020-06-12] 178: Checking synchronizations ** [19:32:29 2020-06-12] 178: Checking tracker ** [19:32:29 2020-06-12] 178: Checking user_migrations ** [19:32:29 2020-06-12] 178: Checking batch_updates ** [19:32:29 2020-06-12] 178: Checking gears ** [19:32:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:32:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:34 2020-06-12] 178: Checking imports ** [19:32:34 2020-06-12] 178: Checking exports ** [19:32:34 2020-06-12] 178: Checking users ** [19:32:34 2020-06-12] 178: Checking user_dbs ** [19:32:34 2020-06-12] 178: Checking geocodings ** [19:32:34 2020-06-12] 178: Checking synchronizations ** [19:32:34 2020-06-12] 178: Checking tracker ** [19:32:34 2020-06-12] 178: Checking user_migrations ** [19:32:34 2020-06-12] 178: Checking batch_updates ** [19:32:34 2020-06-12] 178: Checking gears ** [19:32:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:32:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:39 2020-06-12] 178: Checking imports ** [19:32:39 2020-06-12] 178: Checking exports ** [19:32:39 2020-06-12] 178: Checking users ** [19:32:39 2020-06-12] 178: Checking user_dbs ** [19:32:39 2020-06-12] 178: Checking geocodings ** [19:32:39 2020-06-12] 178: Checking synchronizations ** [19:32:39 2020-06-12] 178: Checking tracker ** [19:32:39 2020-06-12] 178: Checking user_migrations ** [19:32:39 2020-06-12] 178: Checking batch_updates ** [19:32:39 2020-06-12] 178: Checking gears ** [19:32:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:32:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:44 2020-06-12] 178: Checking imports ** [19:32:44 2020-06-12] 178: Checking exports ** [19:32:44 2020-06-12] 178: Checking users ** [19:32:44 2020-06-12] 178: Checking user_dbs ** [19:32:44 2020-06-12] 178: Checking geocodings ** [19:32:44 2020-06-12] 178: Checking synchronizations ** [19:32:44 2020-06-12] 178: Checking tracker ** [19:32:44 2020-06-12] 178: Checking user_migrations ** [19:32:44 2020-06-12] 178: Checking batch_updates ** [19:32:44 2020-06-12] 178: Checking gears ** [19:32:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:32:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:49 2020-06-12] 178: Checking imports ** [19:32:49 2020-06-12] 178: Checking exports ** [19:32:49 2020-06-12] 178: Checking users ** [19:32:49 2020-06-12] 178: Checking user_dbs ** [19:32:49 2020-06-12] 178: Checking geocodings ** [19:32:49 2020-06-12] 178: Checking synchronizations ** [19:32:49 2020-06-12] 178: Checking tracker ** [19:32:49 2020-06-12] 178: Checking user_migrations ** [19:32:49 2020-06-12] 178: Checking batch_updates ** [19:32:49 2020-06-12] 178: Checking gears ** [19:32:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:32:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:54 2020-06-12] 178: Checking imports ** [19:32:54 2020-06-12] 178: Checking exports ** [19:32:54 2020-06-12] 178: Checking users ** [19:32:54 2020-06-12] 178: Checking user_dbs ** [19:32:54 2020-06-12] 178: Checking geocodings ** [19:32:54 2020-06-12] 178: Checking synchronizations ** [19:32:54 2020-06-12] 178: Checking tracker ** [19:32:54 2020-06-12] 178: Checking user_migrations ** [19:32:54 2020-06-12] 178: Checking batch_updates ** [19:32:54 2020-06-12] 178: Checking gears ** [19:32:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:32:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:59 2020-06-12] 178: Checking imports ** [19:32:59 2020-06-12] 178: Checking exports ** [19:32:59 2020-06-12] 178: Checking users ** [19:32:59 2020-06-12] 178: Checking user_dbs ** [19:32:59 2020-06-12] 178: Checking geocodings ** [19:32:59 2020-06-12] 178: Checking synchronizations ** [19:32:59 2020-06-12] 178: Checking tracker ** [19:32:59 2020-06-12] 178: Checking user_migrations ** [19:32:59 2020-06-12] 178: Checking batch_updates ** [19:32:59 2020-06-12] 178: Checking gears ** [19:32:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:32:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:04 2020-06-12] 178: Checking imports ** [19:33:04 2020-06-12] 178: Checking exports ** [19:33:04 2020-06-12] 178: Checking users ** [19:33:04 2020-06-12] 178: Checking user_dbs ** [19:33:04 2020-06-12] 178: Checking geocodings ** [19:33:04 2020-06-12] 178: Checking synchronizations ** [19:33:04 2020-06-12] 178: Checking tracker ** [19:33:04 2020-06-12] 178: Checking user_migrations ** [19:33:04 2020-06-12] 178: Checking batch_updates ** [19:33:04 2020-06-12] 178: Checking gears ** [19:33:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:33:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:09 2020-06-12] 178: Checking imports ** [19:33:09 2020-06-12] 178: Checking exports ** [19:33:09 2020-06-12] 178: Checking users ** [19:33:09 2020-06-12] 178: Checking user_dbs ** [19:33:09 2020-06-12] 178: Checking geocodings ** [19:33:09 2020-06-12] 178: Checking synchronizations ** [19:33:09 2020-06-12] 178: Checking tracker ** [19:33:09 2020-06-12] 178: Checking user_migrations ** [19:33:09 2020-06-12] 178: Checking batch_updates ** [19:33:09 2020-06-12] 178: Checking gears ** [19:33:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:33:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:14 2020-06-12] 178: Checking imports ** [19:33:14 2020-06-12] 178: Checking exports ** [19:33:14 2020-06-12] 178: Checking users ** [19:33:14 2020-06-12] 178: Checking user_dbs ** [19:33:14 2020-06-12] 178: Checking geocodings ** [19:33:14 2020-06-12] 178: Checking synchronizations ** [19:33:14 2020-06-12] 178: Checking tracker ** [19:33:14 2020-06-12] 178: Checking user_migrations ** [19:33:14 2020-06-12] 178: Checking batch_updates ** [19:33:14 2020-06-12] 178: Checking gears ** [19:33:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:33:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:19 2020-06-12] 178: Checking imports ** [19:33:19 2020-06-12] 178: Checking exports ** [19:33:19 2020-06-12] 178: Checking users ** [19:33:19 2020-06-12] 178: Checking user_dbs ** [19:33:19 2020-06-12] 178: Checking geocodings ** [19:33:19 2020-06-12] 178: Checking synchronizations ** [19:33:19 2020-06-12] 178: Checking tracker ** [19:33:19 2020-06-12] 178: Checking user_migrations ** [19:33:19 2020-06-12] 178: Checking batch_updates ** [19:33:19 2020-06-12] 178: Checking gears ** [19:33:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:33:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:24 2020-06-12] 178: Checking imports ** [19:33:24 2020-06-12] 178: Checking exports ** [19:33:24 2020-06-12] 178: Checking users ** [19:33:24 2020-06-12] 178: Checking user_dbs ** [19:33:24 2020-06-12] 178: Checking geocodings ** [19:33:24 2020-06-12] 178: Checking synchronizations ** [19:33:24 2020-06-12] 178: Checking tracker ** [19:33:24 2020-06-12] 178: Checking user_migrations ** [19:33:24 2020-06-12] 178: Checking batch_updates ** [19:33:24 2020-06-12] 178: Checking gears ** [19:33:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:33:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:29 2020-06-12] 178: Checking imports ** [19:33:29 2020-06-12] 178: Checking exports ** [19:33:29 2020-06-12] 178: Checking users ** [19:33:29 2020-06-12] 178: Checking user_dbs ** [19:33:29 2020-06-12] 178: Checking geocodings ** [19:33:29 2020-06-12] 178: Checking synchronizations ** [19:33:29 2020-06-12] 178: Checking tracker ** [19:33:29 2020-06-12] 178: Checking user_migrations ** [19:33:29 2020-06-12] 178: Checking batch_updates ** [19:33:29 2020-06-12] 178: Checking gears ** [19:33:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:33:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:34 2020-06-12] 178: Checking imports ** [19:33:34 2020-06-12] 178: Checking exports ** [19:33:34 2020-06-12] 178: Checking users ** [19:33:34 2020-06-12] 178: Checking user_dbs ** [19:33:34 2020-06-12] 178: Checking geocodings ** [19:33:34 2020-06-12] 178: Checking synchronizations ** [19:33:34 2020-06-12] 178: Checking tracker ** [19:33:34 2020-06-12] 178: Checking user_migrations ** [19:33:34 2020-06-12] 178: Checking batch_updates ** [19:33:34 2020-06-12] 178: Checking gears ** [19:33:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:33:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:39 2020-06-12] 178: Checking imports ** [19:33:39 2020-06-12] 178: Checking exports ** [19:33:39 2020-06-12] 178: Checking users ** [19:33:39 2020-06-12] 178: Checking user_dbs ** [19:33:39 2020-06-12] 178: Checking geocodings ** [19:33:39 2020-06-12] 178: Checking synchronizations ** [19:33:39 2020-06-12] 178: Checking tracker ** [19:33:39 2020-06-12] 178: Checking user_migrations ** [19:33:39 2020-06-12] 178: Checking batch_updates ** [19:33:39 2020-06-12] 178: Checking gears ** [19:33:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:33:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:44 2020-06-12] 178: Checking imports ** [19:33:44 2020-06-12] 178: Checking exports ** [19:33:44 2020-06-12] 178: Checking users ** [19:33:44 2020-06-12] 178: Checking user_dbs ** [19:33:44 2020-06-12] 178: Checking geocodings ** [19:33:44 2020-06-12] 178: Checking synchronizations ** [19:33:44 2020-06-12] 178: Checking tracker ** [19:33:44 2020-06-12] 178: Checking user_migrations ** [19:33:44 2020-06-12] 178: Checking batch_updates ** [19:33:44 2020-06-12] 178: Checking gears ** [19:33:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:33:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:49 2020-06-12] 178: Checking imports ** [19:33:49 2020-06-12] 178: Checking exports ** [19:33:49 2020-06-12] 178: Checking users ** [19:33:49 2020-06-12] 178: Checking user_dbs ** [19:33:49 2020-06-12] 178: Checking geocodings ** [19:33:49 2020-06-12] 178: Checking synchronizations ** [19:33:49 2020-06-12] 178: Checking tracker ** [19:33:49 2020-06-12] 178: Checking user_migrations ** [19:33:49 2020-06-12] 178: Checking batch_updates ** [19:33:49 2020-06-12] 178: Checking gears ** [19:33:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:33:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:54 2020-06-12] 178: Checking imports ** [19:33:54 2020-06-12] 178: Checking exports ** [19:33:54 2020-06-12] 178: Checking users ** [19:33:54 2020-06-12] 178: Checking user_dbs ** [19:33:54 2020-06-12] 178: Checking geocodings ** [19:33:54 2020-06-12] 178: Checking synchronizations ** [19:33:54 2020-06-12] 178: Checking tracker ** [19:33:54 2020-06-12] 178: Checking user_migrations ** [19:33:54 2020-06-12] 178: Checking batch_updates ** [19:33:54 2020-06-12] 178: Checking gears ** [19:33:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:33:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:59 2020-06-12] 178: Checking imports ** [19:33:59 2020-06-12] 178: Checking exports ** [19:33:59 2020-06-12] 178: Checking users ** [19:33:59 2020-06-12] 178: Checking user_dbs ** [19:33:59 2020-06-12] 178: Checking geocodings ** [19:33:59 2020-06-12] 178: Checking synchronizations ** [19:33:59 2020-06-12] 178: Checking tracker ** [19:33:59 2020-06-12] 178: Checking user_migrations ** [19:33:59 2020-06-12] 178: Checking batch_updates ** [19:33:59 2020-06-12] 178: Checking gears ** [19:33:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:33:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:04 2020-06-12] 178: Checking imports ** [19:34:04 2020-06-12] 178: Checking exports ** [19:34:04 2020-06-12] 178: Checking users ** [19:34:04 2020-06-12] 178: Checking user_dbs ** [19:34:04 2020-06-12] 178: Checking geocodings ** [19:34:04 2020-06-12] 178: Checking synchronizations ** [19:34:04 2020-06-12] 178: Checking tracker ** [19:34:04 2020-06-12] 178: Checking user_migrations ** [19:34:04 2020-06-12] 178: Checking batch_updates ** [19:34:04 2020-06-12] 178: Checking gears ** [19:34:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:34:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:09 2020-06-12] 178: Checking imports ** [19:34:09 2020-06-12] 178: Checking exports ** [19:34:09 2020-06-12] 178: Checking users ** [19:34:09 2020-06-12] 178: Checking user_dbs ** [19:34:09 2020-06-12] 178: Checking geocodings ** [19:34:09 2020-06-12] 178: Checking synchronizations ** [19:34:09 2020-06-12] 178: Checking tracker ** [19:34:09 2020-06-12] 178: Checking user_migrations ** [19:34:09 2020-06-12] 178: Checking batch_updates ** [19:34:09 2020-06-12] 178: Checking gears ** [19:34:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:34:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:14 2020-06-12] 178: Checking imports ** [19:34:14 2020-06-12] 178: Checking exports ** [19:34:14 2020-06-12] 178: Checking users ** [19:34:14 2020-06-12] 178: Checking user_dbs ** [19:34:14 2020-06-12] 178: Checking geocodings ** [19:34:14 2020-06-12] 178: Checking synchronizations ** [19:34:14 2020-06-12] 178: Checking tracker ** [19:34:14 2020-06-12] 178: Checking user_migrations ** [19:34:14 2020-06-12] 178: Checking batch_updates ** [19:34:14 2020-06-12] 178: Checking gears ** [19:34:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:34:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:19 2020-06-12] 178: Checking imports ** [19:34:19 2020-06-12] 178: Checking exports ** [19:34:19 2020-06-12] 178: Checking users ** [19:34:19 2020-06-12] 178: Checking user_dbs ** [19:34:19 2020-06-12] 178: Checking geocodings ** [19:34:19 2020-06-12] 178: Checking synchronizations ** [19:34:19 2020-06-12] 178: Checking tracker ** [19:34:19 2020-06-12] 178: Checking user_migrations ** [19:34:19 2020-06-12] 178: Checking batch_updates ** [19:34:19 2020-06-12] 178: Checking gears ** [19:34:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:34:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:24 2020-06-12] 178: Checking imports ** [19:34:24 2020-06-12] 178: Checking exports ** [19:34:24 2020-06-12] 178: Checking users ** [19:34:24 2020-06-12] 178: Checking user_dbs ** [19:34:24 2020-06-12] 178: Checking geocodings ** [19:34:24 2020-06-12] 178: Checking synchronizations ** [19:34:24 2020-06-12] 178: Checking tracker ** [19:34:24 2020-06-12] 178: Checking user_migrations ** [19:34:24 2020-06-12] 178: Checking batch_updates ** [19:34:24 2020-06-12] 178: Checking gears ** [19:34:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:34:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:29 2020-06-12] 178: Checking imports ** [19:34:29 2020-06-12] 178: Checking exports ** [19:34:29 2020-06-12] 178: Checking users ** [19:34:29 2020-06-12] 178: Checking user_dbs ** [19:34:29 2020-06-12] 178: Checking geocodings ** [19:34:29 2020-06-12] 178: Checking synchronizations ** [19:34:29 2020-06-12] 178: Checking tracker ** [19:34:29 2020-06-12] 178: Checking user_migrations ** [19:34:29 2020-06-12] 178: Checking batch_updates ** [19:34:29 2020-06-12] 178: Checking gears ** [19:34:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:34:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:34 2020-06-12] 178: Checking imports ** [19:34:34 2020-06-12] 178: Checking exports ** [19:34:34 2020-06-12] 178: Checking users ** [19:34:34 2020-06-12] 178: Checking user_dbs ** [19:34:34 2020-06-12] 178: Checking geocodings ** [19:34:34 2020-06-12] 178: Checking synchronizations ** [19:34:34 2020-06-12] 178: Checking tracker ** [19:34:34 2020-06-12] 178: Checking user_migrations ** [19:34:34 2020-06-12] 178: Checking batch_updates ** [19:34:34 2020-06-12] 178: Checking gears ** [19:34:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:34:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:39 2020-06-12] 178: Checking imports ** [19:34:39 2020-06-12] 178: Checking exports ** [19:34:39 2020-06-12] 178: Checking users ** [19:34:39 2020-06-12] 178: Checking user_dbs ** [19:34:39 2020-06-12] 178: Checking geocodings ** [19:34:39 2020-06-12] 178: Checking synchronizations ** [19:34:39 2020-06-12] 178: Checking tracker ** [19:34:39 2020-06-12] 178: Checking user_migrations ** [19:34:39 2020-06-12] 178: Checking batch_updates ** [19:34:39 2020-06-12] 178: Checking gears ** [19:34:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:34:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:44 2020-06-12] 178: Checking imports ** [19:34:44 2020-06-12] 178: Checking exports ** [19:34:44 2020-06-12] 178: Checking users ** [19:34:44 2020-06-12] 178: Checking user_dbs ** [19:34:44 2020-06-12] 178: Checking geocodings ** [19:34:44 2020-06-12] 178: Checking synchronizations ** [19:34:44 2020-06-12] 178: Checking tracker ** [19:34:44 2020-06-12] 178: Checking user_migrations ** [19:34:44 2020-06-12] 178: Checking batch_updates ** [19:34:44 2020-06-12] 178: Checking gears ** [19:34:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:34:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:49 2020-06-12] 178: Checking imports ** [19:34:49 2020-06-12] 178: Checking exports ** [19:34:49 2020-06-12] 178: Checking users ** [19:34:49 2020-06-12] 178: Checking user_dbs ** [19:34:49 2020-06-12] 178: Checking geocodings ** [19:34:49 2020-06-12] 178: Checking synchronizations ** [19:34:49 2020-06-12] 178: Checking tracker ** [19:34:49 2020-06-12] 178: Checking user_migrations ** [19:34:49 2020-06-12] 178: Checking batch_updates ** [19:34:49 2020-06-12] 178: Checking gears ** [19:34:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:34:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:54 2020-06-12] 178: Checking imports ** [19:34:54 2020-06-12] 178: Checking exports ** [19:34:54 2020-06-12] 178: Checking users ** [19:34:54 2020-06-12] 178: Checking user_dbs ** [19:34:54 2020-06-12] 178: Checking geocodings ** [19:34:54 2020-06-12] 178: Checking synchronizations ** [19:34:54 2020-06-12] 178: Checking tracker ** [19:34:54 2020-06-12] 178: Checking user_migrations ** [19:34:54 2020-06-12] 178: Checking batch_updates ** [19:34:54 2020-06-12] 178: Checking gears ** [19:34:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:34:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:59 2020-06-12] 178: Checking imports ** [19:34:59 2020-06-12] 178: Checking exports ** [19:34:59 2020-06-12] 178: Checking users ** [19:34:59 2020-06-12] 178: Checking user_dbs ** [19:34:59 2020-06-12] 178: Checking geocodings ** [19:34:59 2020-06-12] 178: Checking synchronizations ** [19:34:59 2020-06-12] 178: Checking tracker ** [19:34:59 2020-06-12] 178: Checking user_migrations ** [19:34:59 2020-06-12] 178: Checking batch_updates ** [19:34:59 2020-06-12] 178: Checking gears ** [19:34:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:34:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:04 2020-06-12] 178: Checking imports ** [19:35:04 2020-06-12] 178: Checking exports ** [19:35:04 2020-06-12] 178: Checking users ** [19:35:04 2020-06-12] 178: Checking user_dbs ** [19:35:04 2020-06-12] 178: Checking geocodings ** [19:35:04 2020-06-12] 178: Checking synchronizations ** [19:35:04 2020-06-12] 178: Checking tracker ** [19:35:04 2020-06-12] 178: Checking user_migrations ** [19:35:04 2020-06-12] 178: Checking batch_updates ** [19:35:04 2020-06-12] 178: Checking gears ** [19:35:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:35:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:09 2020-06-12] 178: Checking imports ** [19:35:09 2020-06-12] 178: Checking exports ** [19:35:09 2020-06-12] 178: Checking users ** [19:35:09 2020-06-12] 178: Checking user_dbs ** [19:35:09 2020-06-12] 178: Checking geocodings ** [19:35:09 2020-06-12] 178: Checking synchronizations ** [19:35:09 2020-06-12] 178: Checking tracker ** [19:35:09 2020-06-12] 178: Checking user_migrations ** [19:35:09 2020-06-12] 178: Checking batch_updates ** [19:35:09 2020-06-12] 178: Checking gears ** [19:35:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:35:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:14 2020-06-12] 178: Checking imports ** [19:35:14 2020-06-12] 178: Checking exports ** [19:35:14 2020-06-12] 178: Checking users ** [19:35:14 2020-06-12] 178: Checking user_dbs ** [19:35:14 2020-06-12] 178: Checking geocodings ** [19:35:14 2020-06-12] 178: Checking synchronizations ** [19:35:14 2020-06-12] 178: Checking tracker ** [19:35:14 2020-06-12] 178: Checking user_migrations ** [19:35:14 2020-06-12] 178: Checking batch_updates ** [19:35:14 2020-06-12] 178: Checking gears ** [19:35:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:35:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:19 2020-06-12] 178: Checking imports ** [19:35:19 2020-06-12] 178: Checking exports ** [19:35:19 2020-06-12] 178: Checking users ** [19:35:19 2020-06-12] 178: Checking user_dbs ** [19:35:19 2020-06-12] 178: Checking geocodings ** [19:35:19 2020-06-12] 178: Checking synchronizations ** [19:35:19 2020-06-12] 178: Checking tracker ** [19:35:19 2020-06-12] 178: Checking user_migrations ** [19:35:19 2020-06-12] 178: Checking batch_updates ** [19:35:19 2020-06-12] 178: Checking gears ** [19:35:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:35:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:24 2020-06-12] 178: Checking imports ** [19:35:24 2020-06-12] 178: Checking exports ** [19:35:24 2020-06-12] 178: Checking users ** [19:35:24 2020-06-12] 178: Checking user_dbs ** [19:35:24 2020-06-12] 178: Checking geocodings ** [19:35:24 2020-06-12] 178: Checking synchronizations ** [19:35:24 2020-06-12] 178: Checking tracker ** [19:35:24 2020-06-12] 178: Checking user_migrations ** [19:35:24 2020-06-12] 178: Checking batch_updates ** [19:35:24 2020-06-12] 178: Checking gears ** [19:35:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:35:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:29 2020-06-12] 178: Checking imports ** [19:35:29 2020-06-12] 178: Checking exports ** [19:35:29 2020-06-12] 178: Checking users ** [19:35:29 2020-06-12] 178: Checking user_dbs ** [19:35:29 2020-06-12] 178: Checking geocodings ** [19:35:29 2020-06-12] 178: Checking synchronizations ** [19:35:29 2020-06-12] 178: Checking tracker ** [19:35:29 2020-06-12] 178: Checking user_migrations ** [19:35:29 2020-06-12] 178: Checking batch_updates ** [19:35:29 2020-06-12] 178: Checking gears ** [19:35:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:35:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:34 2020-06-12] 178: Checking imports ** [19:35:34 2020-06-12] 178: Checking exports ** [19:35:34 2020-06-12] 178: Checking users ** [19:35:34 2020-06-12] 178: Checking user_dbs ** [19:35:34 2020-06-12] 178: Checking geocodings ** [19:35:34 2020-06-12] 178: Checking synchronizations ** [19:35:34 2020-06-12] 178: Checking tracker ** [19:35:34 2020-06-12] 178: Checking user_migrations ** [19:35:34 2020-06-12] 178: Checking batch_updates ** [19:35:34 2020-06-12] 178: Checking gears ** [19:35:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:35:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:39 2020-06-12] 178: Checking imports ** [19:35:39 2020-06-12] 178: Checking exports ** [19:35:39 2020-06-12] 178: Checking users ** [19:35:39 2020-06-12] 178: Checking user_dbs ** [19:35:39 2020-06-12] 178: Checking geocodings ** [19:35:39 2020-06-12] 178: Checking synchronizations ** [19:35:39 2020-06-12] 178: Checking tracker ** [19:35:39 2020-06-12] 178: Checking user_migrations ** [19:35:39 2020-06-12] 178: Checking batch_updates ** [19:35:39 2020-06-12] 178: Checking gears ** [19:35:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:35:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:44 2020-06-12] 178: Checking imports ** [19:35:44 2020-06-12] 178: Checking exports ** [19:35:44 2020-06-12] 178: Checking users ** [19:35:44 2020-06-12] 178: Checking user_dbs ** [19:35:44 2020-06-12] 178: Checking geocodings ** [19:35:44 2020-06-12] 178: Checking synchronizations ** [19:35:44 2020-06-12] 178: Checking tracker ** [19:35:44 2020-06-12] 178: Checking user_migrations ** [19:35:44 2020-06-12] 178: Checking batch_updates ** [19:35:44 2020-06-12] 178: Checking gears ** [19:35:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:35:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:49 2020-06-12] 178: Checking imports ** [19:35:49 2020-06-12] 178: Checking exports ** [19:35:49 2020-06-12] 178: Checking users ** [19:35:49 2020-06-12] 178: Checking user_dbs ** [19:35:49 2020-06-12] 178: Checking geocodings ** [19:35:49 2020-06-12] 178: Checking synchronizations ** [19:35:49 2020-06-12] 178: Checking tracker ** [19:35:49 2020-06-12] 178: Checking user_migrations ** [19:35:49 2020-06-12] 178: Checking batch_updates ** [19:35:49 2020-06-12] 178: Checking gears ** [19:35:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:35:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:54 2020-06-12] 178: Checking imports ** [19:35:54 2020-06-12] 178: Checking exports ** [19:35:54 2020-06-12] 178: Checking users ** [19:35:54 2020-06-12] 178: Checking user_dbs ** [19:35:54 2020-06-12] 178: Checking geocodings ** [19:35:54 2020-06-12] 178: Checking synchronizations ** [19:35:54 2020-06-12] 178: Checking tracker ** [19:35:54 2020-06-12] 178: Checking user_migrations ** [19:35:54 2020-06-12] 178: Checking batch_updates ** [19:35:54 2020-06-12] 178: Checking gears ** [19:35:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:35:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:59 2020-06-12] 178: Checking imports ** [19:35:59 2020-06-12] 178: Checking exports ** [19:35:59 2020-06-12] 178: Checking users ** [19:35:59 2020-06-12] 178: Checking user_dbs ** [19:35:59 2020-06-12] 178: Checking geocodings ** [19:35:59 2020-06-12] 178: Checking synchronizations ** [19:35:59 2020-06-12] 178: Checking tracker ** [19:35:59 2020-06-12] 178: Checking user_migrations ** [19:35:59 2020-06-12] 178: Checking batch_updates ** [19:35:59 2020-06-12] 178: Checking gears ** [19:35:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:35:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:04 2020-06-12] 178: Checking imports ** [19:36:04 2020-06-12] 178: Checking exports ** [19:36:04 2020-06-12] 178: Checking users ** [19:36:04 2020-06-12] 178: Checking user_dbs ** [19:36:04 2020-06-12] 178: Checking geocodings ** [19:36:04 2020-06-12] 178: Checking synchronizations ** [19:36:04 2020-06-12] 178: Checking tracker ** [19:36:04 2020-06-12] 178: Checking user_migrations ** [19:36:04 2020-06-12] 178: Checking batch_updates ** [19:36:04 2020-06-12] 178: Checking gears ** [19:36:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:36:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:09 2020-06-12] 178: Checking imports ** [19:36:09 2020-06-12] 178: Checking exports ** [19:36:09 2020-06-12] 178: Checking users ** [19:36:09 2020-06-12] 178: Checking user_dbs ** [19:36:09 2020-06-12] 178: Checking geocodings ** [19:36:09 2020-06-12] 178: Checking synchronizations ** [19:36:09 2020-06-12] 178: Checking tracker ** [19:36:09 2020-06-12] 178: Checking user_migrations ** [19:36:09 2020-06-12] 178: Checking batch_updates ** [19:36:09 2020-06-12] 178: Checking gears ** [19:36:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:36:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:14 2020-06-12] 178: Checking imports ** [19:36:14 2020-06-12] 178: Checking exports ** [19:36:14 2020-06-12] 178: Checking users ** [19:36:14 2020-06-12] 178: Checking user_dbs ** [19:36:14 2020-06-12] 178: Checking geocodings ** [19:36:14 2020-06-12] 178: Checking synchronizations ** [19:36:14 2020-06-12] 178: Checking tracker ** [19:36:14 2020-06-12] 178: Checking user_migrations ** [19:36:14 2020-06-12] 178: Checking batch_updates ** [19:36:14 2020-06-12] 178: Checking gears ** [19:36:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:36:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:19 2020-06-12] 178: Checking imports ** [19:36:19 2020-06-12] 178: Checking exports ** [19:36:19 2020-06-12] 178: Checking users ** [19:36:19 2020-06-12] 178: Checking user_dbs ** [19:36:19 2020-06-12] 178: Checking geocodings ** [19:36:19 2020-06-12] 178: Checking synchronizations ** [19:36:19 2020-06-12] 178: Checking tracker ** [19:36:19 2020-06-12] 178: Checking user_migrations ** [19:36:19 2020-06-12] 178: Checking batch_updates ** [19:36:19 2020-06-12] 178: Checking gears ** [19:36:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:36:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:24 2020-06-12] 178: Checking imports ** [19:36:24 2020-06-12] 178: Checking exports ** [19:36:24 2020-06-12] 178: Checking users ** [19:36:24 2020-06-12] 178: Checking user_dbs ** [19:36:24 2020-06-12] 178: Checking geocodings ** [19:36:24 2020-06-12] 178: Checking synchronizations ** [19:36:24 2020-06-12] 178: Checking tracker ** [19:36:24 2020-06-12] 178: Checking user_migrations ** [19:36:24 2020-06-12] 178: Checking batch_updates ** [19:36:24 2020-06-12] 178: Checking gears ** [19:36:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:36:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:29 2020-06-12] 178: Checking imports ** [19:36:29 2020-06-12] 178: Checking exports ** [19:36:29 2020-06-12] 178: Checking users ** [19:36:29 2020-06-12] 178: Checking user_dbs ** [19:36:29 2020-06-12] 178: Checking geocodings ** [19:36:29 2020-06-12] 178: Checking synchronizations ** [19:36:29 2020-06-12] 178: Checking tracker ** [19:36:29 2020-06-12] 178: Checking user_migrations ** [19:36:29 2020-06-12] 178: Checking batch_updates ** [19:36:29 2020-06-12] 178: Checking gears ** [19:36:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:36:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:34 2020-06-12] 178: Checking imports ** [19:36:34 2020-06-12] 178: Checking exports ** [19:36:34 2020-06-12] 178: Checking users ** [19:36:34 2020-06-12] 178: Checking user_dbs ** [19:36:34 2020-06-12] 178: Checking geocodings ** [19:36:34 2020-06-12] 178: Checking synchronizations ** [19:36:34 2020-06-12] 178: Checking tracker ** [19:36:34 2020-06-12] 178: Checking user_migrations ** [19:36:34 2020-06-12] 178: Checking batch_updates ** [19:36:34 2020-06-12] 178: Checking gears ** [19:36:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:36:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:39 2020-06-12] 178: Checking imports ** [19:36:39 2020-06-12] 178: Checking exports ** [19:36:39 2020-06-12] 178: Checking users ** [19:36:39 2020-06-12] 178: Checking user_dbs ** [19:36:39 2020-06-12] 178: Checking geocodings ** [19:36:39 2020-06-12] 178: Checking synchronizations ** [19:36:39 2020-06-12] 178: Checking tracker ** [19:36:39 2020-06-12] 178: Checking user_migrations ** [19:36:39 2020-06-12] 178: Checking batch_updates ** [19:36:39 2020-06-12] 178: Checking gears ** [19:36:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:36:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:44 2020-06-12] 178: Checking imports ** [19:36:44 2020-06-12] 178: Checking exports ** [19:36:44 2020-06-12] 178: Checking users ** [19:36:44 2020-06-12] 178: Checking user_dbs ** [19:36:44 2020-06-12] 178: Checking geocodings ** [19:36:44 2020-06-12] 178: Checking synchronizations ** [19:36:44 2020-06-12] 178: Checking tracker ** [19:36:44 2020-06-12] 178: Checking user_migrations ** [19:36:44 2020-06-12] 178: Checking batch_updates ** [19:36:44 2020-06-12] 178: Checking gears ** [19:36:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:36:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:49 2020-06-12] 178: Checking imports ** [19:36:49 2020-06-12] 178: Checking exports ** [19:36:49 2020-06-12] 178: Checking users ** [19:36:49 2020-06-12] 178: Checking user_dbs ** [19:36:49 2020-06-12] 178: Checking geocodings ** [19:36:49 2020-06-12] 178: Checking synchronizations ** [19:36:49 2020-06-12] 178: Checking tracker ** [19:36:49 2020-06-12] 178: Checking user_migrations ** [19:36:49 2020-06-12] 178: Checking batch_updates ** [19:36:49 2020-06-12] 178: Checking gears ** [19:36:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:36:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:54 2020-06-12] 178: Checking imports ** [19:36:54 2020-06-12] 178: Checking exports ** [19:36:54 2020-06-12] 178: Checking users ** [19:36:54 2020-06-12] 178: Checking user_dbs ** [19:36:54 2020-06-12] 178: Checking geocodings ** [19:36:54 2020-06-12] 178: Checking synchronizations ** [19:36:54 2020-06-12] 178: Checking tracker ** [19:36:54 2020-06-12] 178: Checking user_migrations ** [19:36:54 2020-06-12] 178: Checking batch_updates ** [19:36:54 2020-06-12] 178: Checking gears ** [19:36:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:36:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:59 2020-06-12] 178: Checking imports ** [19:36:59 2020-06-12] 178: Checking exports ** [19:36:59 2020-06-12] 178: Checking users ** [19:36:59 2020-06-12] 178: Checking user_dbs ** [19:36:59 2020-06-12] 178: Checking geocodings ** [19:36:59 2020-06-12] 178: Checking synchronizations ** [19:36:59 2020-06-12] 178: Checking tracker ** [19:36:59 2020-06-12] 178: Checking user_migrations ** [19:36:59 2020-06-12] 178: Checking batch_updates ** [19:36:59 2020-06-12] 178: Checking gears ** [19:36:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:36:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:04 2020-06-12] 178: Checking imports ** [19:37:04 2020-06-12] 178: Checking exports ** [19:37:04 2020-06-12] 178: Checking users ** [19:37:04 2020-06-12] 178: Checking user_dbs ** [19:37:04 2020-06-12] 178: Checking geocodings ** [19:37:04 2020-06-12] 178: Checking synchronizations ** [19:37:04 2020-06-12] 178: Checking tracker ** [19:37:04 2020-06-12] 178: Checking user_migrations ** [19:37:04 2020-06-12] 178: Checking batch_updates ** [19:37:04 2020-06-12] 178: Checking gears ** [19:37:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:37:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:09 2020-06-12] 178: Checking imports ** [19:37:09 2020-06-12] 178: Checking exports ** [19:37:09 2020-06-12] 178: Checking users ** [19:37:09 2020-06-12] 178: Checking user_dbs ** [19:37:09 2020-06-12] 178: Checking geocodings ** [19:37:09 2020-06-12] 178: Checking synchronizations ** [19:37:09 2020-06-12] 178: Checking tracker ** [19:37:09 2020-06-12] 178: Checking user_migrations ** [19:37:09 2020-06-12] 178: Checking batch_updates ** [19:37:09 2020-06-12] 178: Checking gears ** [19:37:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:37:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:14 2020-06-12] 178: Checking imports ** [19:37:14 2020-06-12] 178: Checking exports ** [19:37:14 2020-06-12] 178: Checking users ** [19:37:14 2020-06-12] 178: Checking user_dbs ** [19:37:14 2020-06-12] 178: Checking geocodings ** [19:37:14 2020-06-12] 178: Checking synchronizations ** [19:37:14 2020-06-12] 178: Checking tracker ** [19:37:14 2020-06-12] 178: Checking user_migrations ** [19:37:14 2020-06-12] 178: Checking batch_updates ** [19:37:14 2020-06-12] 178: Checking gears ** [19:37:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:37:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:19 2020-06-12] 178: Checking imports ** [19:37:19 2020-06-12] 178: Checking exports ** [19:37:19 2020-06-12] 178: Checking users ** [19:37:19 2020-06-12] 178: Checking user_dbs ** [19:37:19 2020-06-12] 178: Checking geocodings ** [19:37:19 2020-06-12] 178: Checking synchronizations ** [19:37:19 2020-06-12] 178: Checking tracker ** [19:37:19 2020-06-12] 178: Checking user_migrations ** [19:37:19 2020-06-12] 178: Checking batch_updates ** [19:37:19 2020-06-12] 178: Checking gears ** [19:37:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:37:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:24 2020-06-12] 178: Checking imports ** [19:37:24 2020-06-12] 178: Checking exports ** [19:37:24 2020-06-12] 178: Checking users ** [19:37:24 2020-06-12] 178: Checking user_dbs ** [19:37:24 2020-06-12] 178: Checking geocodings ** [19:37:24 2020-06-12] 178: Checking synchronizations ** [19:37:24 2020-06-12] 178: Checking tracker ** [19:37:24 2020-06-12] 178: Checking user_migrations ** [19:37:24 2020-06-12] 178: Checking batch_updates ** [19:37:24 2020-06-12] 178: Checking gears ** [19:37:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:37:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:29 2020-06-12] 178: Checking imports ** [19:37:29 2020-06-12] 178: Checking exports ** [19:37:29 2020-06-12] 178: Checking users ** [19:37:29 2020-06-12] 178: Checking user_dbs ** [19:37:29 2020-06-12] 178: Checking geocodings ** [19:37:29 2020-06-12] 178: Checking synchronizations ** [19:37:29 2020-06-12] 178: Checking tracker ** [19:37:29 2020-06-12] 178: Checking user_migrations ** [19:37:29 2020-06-12] 178: Checking batch_updates ** [19:37:29 2020-06-12] 178: Checking gears ** [19:37:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:37:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:34 2020-06-12] 178: Checking imports ** [19:37:34 2020-06-12] 178: Checking exports ** [19:37:34 2020-06-12] 178: Checking users ** [19:37:34 2020-06-12] 178: Checking user_dbs ** [19:37:34 2020-06-12] 178: Checking geocodings ** [19:37:34 2020-06-12] 178: Checking synchronizations ** [19:37:34 2020-06-12] 178: Checking tracker ** [19:37:34 2020-06-12] 178: Checking user_migrations ** [19:37:34 2020-06-12] 178: Checking batch_updates ** [19:37:34 2020-06-12] 178: Checking gears ** [19:37:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:37:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:39 2020-06-12] 178: Checking imports ** [19:37:39 2020-06-12] 178: Checking exports ** [19:37:39 2020-06-12] 178: Checking users ** [19:37:39 2020-06-12] 178: Checking user_dbs ** [19:37:39 2020-06-12] 178: Checking geocodings ** [19:37:39 2020-06-12] 178: Checking synchronizations ** [19:37:39 2020-06-12] 178: Checking tracker ** [19:37:39 2020-06-12] 178: Checking user_migrations ** [19:37:39 2020-06-12] 178: Checking batch_updates ** [19:37:39 2020-06-12] 178: Checking gears ** [19:37:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:37:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:44 2020-06-12] 178: Checking imports ** [19:37:44 2020-06-12] 178: Checking exports ** [19:37:44 2020-06-12] 178: Checking users ** [19:37:44 2020-06-12] 178: Checking user_dbs ** [19:37:44 2020-06-12] 178: Checking geocodings ** [19:37:44 2020-06-12] 178: Checking synchronizations ** [19:37:44 2020-06-12] 178: Checking tracker ** [19:37:44 2020-06-12] 178: Checking user_migrations ** [19:37:44 2020-06-12] 178: Checking batch_updates ** [19:37:44 2020-06-12] 178: Checking gears ** [19:37:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:37:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:49 2020-06-12] 178: Checking imports ** [19:37:49 2020-06-12] 178: Checking exports ** [19:37:49 2020-06-12] 178: Checking users ** [19:37:49 2020-06-12] 178: Checking user_dbs ** [19:37:49 2020-06-12] 178: Checking geocodings ** [19:37:49 2020-06-12] 178: Checking synchronizations ** [19:37:49 2020-06-12] 178: Checking tracker ** [19:37:49 2020-06-12] 178: Checking user_migrations ** [19:37:49 2020-06-12] 178: Checking batch_updates ** [19:37:49 2020-06-12] 178: Checking gears ** [19:37:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:37:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:54 2020-06-12] 178: Checking imports ** [19:37:54 2020-06-12] 178: Checking exports ** [19:37:54 2020-06-12] 178: Checking users ** [19:37:54 2020-06-12] 178: Checking user_dbs ** [19:37:54 2020-06-12] 178: Checking geocodings ** [19:37:54 2020-06-12] 178: Checking synchronizations ** [19:37:54 2020-06-12] 178: Checking tracker ** [19:37:54 2020-06-12] 178: Checking user_migrations ** [19:37:54 2020-06-12] 178: Checking batch_updates ** [19:37:54 2020-06-12] 178: Checking gears ** [19:37:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:37:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:59 2020-06-12] 178: Checking imports ** [19:37:59 2020-06-12] 178: Checking exports ** [19:37:59 2020-06-12] 178: Checking users ** [19:37:59 2020-06-12] 178: Checking user_dbs ** [19:37:59 2020-06-12] 178: Checking geocodings ** [19:37:59 2020-06-12] 178: Checking synchronizations ** [19:37:59 2020-06-12] 178: Checking tracker ** [19:37:59 2020-06-12] 178: Checking user_migrations ** [19:37:59 2020-06-12] 178: Checking batch_updates ** [19:37:59 2020-06-12] 178: Checking gears ** [19:37:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:37:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:04 2020-06-12] 178: Checking imports ** [19:38:04 2020-06-12] 178: Checking exports ** [19:38:04 2020-06-12] 178: Checking users ** [19:38:04 2020-06-12] 178: Checking user_dbs ** [19:38:04 2020-06-12] 178: Checking geocodings ** [19:38:04 2020-06-12] 178: Checking synchronizations ** [19:38:04 2020-06-12] 178: Checking tracker ** [19:38:04 2020-06-12] 178: Checking user_migrations ** [19:38:04 2020-06-12] 178: Checking batch_updates ** [19:38:04 2020-06-12] 178: Checking gears ** [19:38:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:38:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:09 2020-06-12] 178: Checking imports ** [19:38:09 2020-06-12] 178: Checking exports ** [19:38:09 2020-06-12] 178: Checking users ** [19:38:09 2020-06-12] 178: Checking user_dbs ** [19:38:09 2020-06-12] 178: Checking geocodings ** [19:38:09 2020-06-12] 178: Checking synchronizations ** [19:38:09 2020-06-12] 178: Checking tracker ** [19:38:09 2020-06-12] 178: Checking user_migrations ** [19:38:09 2020-06-12] 178: Checking batch_updates ** [19:38:09 2020-06-12] 178: Checking gears ** [19:38:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:38:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:14 2020-06-12] 178: Checking imports ** [19:38:14 2020-06-12] 178: Checking exports ** [19:38:14 2020-06-12] 178: Checking users ** [19:38:14 2020-06-12] 178: Checking user_dbs ** [19:38:14 2020-06-12] 178: Checking geocodings ** [19:38:14 2020-06-12] 178: Checking synchronizations ** [19:38:14 2020-06-12] 178: Checking tracker ** [19:38:14 2020-06-12] 178: Checking user_migrations ** [19:38:14 2020-06-12] 178: Checking batch_updates ** [19:38:14 2020-06-12] 178: Checking gears ** [19:38:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:38:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:19 2020-06-12] 178: Checking imports ** [19:38:19 2020-06-12] 178: Checking exports ** [19:38:19 2020-06-12] 178: Checking users ** [19:38:19 2020-06-12] 178: Checking user_dbs ** [19:38:19 2020-06-12] 178: Checking geocodings ** [19:38:19 2020-06-12] 178: Checking synchronizations ** [19:38:19 2020-06-12] 178: Checking tracker ** [19:38:19 2020-06-12] 178: Checking user_migrations ** [19:38:19 2020-06-12] 178: Checking batch_updates ** [19:38:19 2020-06-12] 178: Checking gears ** [19:38:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:38:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:24 2020-06-12] 178: Checking imports ** [19:38:24 2020-06-12] 178: Checking exports ** [19:38:24 2020-06-12] 178: Checking users ** [19:38:24 2020-06-12] 178: Checking user_dbs ** [19:38:24 2020-06-12] 178: Checking geocodings ** [19:38:24 2020-06-12] 178: Checking synchronizations ** [19:38:24 2020-06-12] 178: Checking tracker ** [19:38:24 2020-06-12] 178: Checking user_migrations ** [19:38:24 2020-06-12] 178: Checking batch_updates ** [19:38:24 2020-06-12] 178: Checking gears ** [19:38:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:38:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:29 2020-06-12] 178: Checking imports ** [19:38:29 2020-06-12] 178: Checking exports ** [19:38:29 2020-06-12] 178: Checking users ** [19:38:29 2020-06-12] 178: Checking user_dbs ** [19:38:29 2020-06-12] 178: Checking geocodings ** [19:38:29 2020-06-12] 178: Checking synchronizations ** [19:38:29 2020-06-12] 178: Checking tracker ** [19:38:29 2020-06-12] 178: Checking user_migrations ** [19:38:29 2020-06-12] 178: Checking batch_updates ** [19:38:29 2020-06-12] 178: Checking gears ** [19:38:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:38:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:34 2020-06-12] 178: Checking imports ** [19:38:34 2020-06-12] 178: Checking exports ** [19:38:34 2020-06-12] 178: Checking users ** [19:38:34 2020-06-12] 178: Checking user_dbs ** [19:38:34 2020-06-12] 178: Checking geocodings ** [19:38:34 2020-06-12] 178: Checking synchronizations ** [19:38:34 2020-06-12] 178: Checking tracker ** [19:38:34 2020-06-12] 178: Checking user_migrations ** [19:38:34 2020-06-12] 178: Checking batch_updates ** [19:38:34 2020-06-12] 178: Checking gears ** [19:38:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:38:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:39 2020-06-12] 178: Checking imports ** [19:38:39 2020-06-12] 178: Checking exports ** [19:38:39 2020-06-12] 178: Checking users ** [19:38:39 2020-06-12] 178: Checking user_dbs ** [19:38:39 2020-06-12] 178: Checking geocodings ** [19:38:39 2020-06-12] 178: Checking synchronizations ** [19:38:39 2020-06-12] 178: Checking tracker ** [19:38:39 2020-06-12] 178: Checking user_migrations ** [19:38:39 2020-06-12] 178: Checking batch_updates ** [19:38:39 2020-06-12] 178: Checking gears ** [19:38:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:38:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:44 2020-06-12] 178: Checking imports ** [19:38:44 2020-06-12] 178: Checking exports ** [19:38:44 2020-06-12] 178: Checking users ** [19:38:44 2020-06-12] 178: Checking user_dbs ** [19:38:44 2020-06-12] 178: Checking geocodings ** [19:38:44 2020-06-12] 178: Checking synchronizations ** [19:38:44 2020-06-12] 178: Checking tracker ** [19:38:44 2020-06-12] 178: Checking user_migrations ** [19:38:44 2020-06-12] 178: Checking batch_updates ** [19:38:44 2020-06-12] 178: Checking gears ** [19:38:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:38:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:49 2020-06-12] 178: Checking imports ** [19:38:49 2020-06-12] 178: Checking exports ** [19:38:49 2020-06-12] 178: Checking users ** [19:38:49 2020-06-12] 178: Checking user_dbs ** [19:38:49 2020-06-12] 178: Checking geocodings ** [19:38:49 2020-06-12] 178: Checking synchronizations ** [19:38:49 2020-06-12] 178: Checking tracker ** [19:38:49 2020-06-12] 178: Checking user_migrations ** [19:38:49 2020-06-12] 178: Checking batch_updates ** [19:38:49 2020-06-12] 178: Checking gears ** [19:38:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:38:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:54 2020-06-12] 178: Checking imports ** [19:38:54 2020-06-12] 178: Checking exports ** [19:38:54 2020-06-12] 178: Checking users ** [19:38:54 2020-06-12] 178: Checking user_dbs ** [19:38:54 2020-06-12] 178: Checking geocodings ** [19:38:55 2020-06-12] 178: Checking synchronizations ** [19:38:55 2020-06-12] 178: Checking tracker ** [19:38:55 2020-06-12] 178: Checking user_migrations ** [19:38:55 2020-06-12] 178: Checking batch_updates ** [19:38:55 2020-06-12] 178: Checking gears ** [19:38:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:38:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:00 2020-06-12] 178: Checking imports ** [19:39:00 2020-06-12] 178: Checking exports ** [19:39:00 2020-06-12] 178: Checking users ** [19:39:00 2020-06-12] 178: Checking user_dbs ** [19:39:00 2020-06-12] 178: Checking geocodings ** [19:39:00 2020-06-12] 178: Checking synchronizations ** [19:39:00 2020-06-12] 178: Checking tracker ** [19:39:00 2020-06-12] 178: Checking user_migrations ** [19:39:00 2020-06-12] 178: Checking batch_updates ** [19:39:00 2020-06-12] 178: Checking gears ** [19:39:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:39:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:05 2020-06-12] 178: Checking imports ** [19:39:05 2020-06-12] 178: Checking exports ** [19:39:05 2020-06-12] 178: Checking users ** [19:39:05 2020-06-12] 178: Checking user_dbs ** [19:39:05 2020-06-12] 178: Checking geocodings ** [19:39:05 2020-06-12] 178: Checking synchronizations ** [19:39:05 2020-06-12] 178: Checking tracker ** [19:39:05 2020-06-12] 178: Checking user_migrations ** [19:39:05 2020-06-12] 178: Checking batch_updates ** [19:39:05 2020-06-12] 178: Checking gears ** [19:39:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:39:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:10 2020-06-12] 178: Checking imports ** [19:39:10 2020-06-12] 178: Checking exports ** [19:39:10 2020-06-12] 178: Checking users ** [19:39:10 2020-06-12] 178: Checking user_dbs ** [19:39:10 2020-06-12] 178: Checking geocodings ** [19:39:10 2020-06-12] 178: Checking synchronizations ** [19:39:10 2020-06-12] 178: Checking tracker ** [19:39:10 2020-06-12] 178: Checking user_migrations ** [19:39:10 2020-06-12] 178: Checking batch_updates ** [19:39:10 2020-06-12] 178: Checking gears ** [19:39:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:39:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:15 2020-06-12] 178: Checking imports ** [19:39:15 2020-06-12] 178: Checking exports ** [19:39:15 2020-06-12] 178: Checking users ** [19:39:15 2020-06-12] 178: Checking user_dbs ** [19:39:15 2020-06-12] 178: Checking geocodings ** [19:39:15 2020-06-12] 178: Checking synchronizations ** [19:39:15 2020-06-12] 178: Checking tracker ** [19:39:15 2020-06-12] 178: Checking user_migrations ** [19:39:15 2020-06-12] 178: Checking batch_updates ** [19:39:15 2020-06-12] 178: Checking gears ** [19:39:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:39:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:20 2020-06-12] 178: Checking imports ** [19:39:20 2020-06-12] 178: Checking exports ** [19:39:20 2020-06-12] 178: Checking users ** [19:39:20 2020-06-12] 178: Checking user_dbs ** [19:39:20 2020-06-12] 178: Checking geocodings ** [19:39:20 2020-06-12] 178: Checking synchronizations ** [19:39:20 2020-06-12] 178: Checking tracker ** [19:39:20 2020-06-12] 178: Checking user_migrations ** [19:39:20 2020-06-12] 178: Checking batch_updates ** [19:39:20 2020-06-12] 178: Checking gears ** [19:39:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:39:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:25 2020-06-12] 178: Checking imports ** [19:39:25 2020-06-12] 178: Checking exports ** [19:39:25 2020-06-12] 178: Checking users ** [19:39:25 2020-06-12] 178: Checking user_dbs ** [19:39:25 2020-06-12] 178: Checking geocodings ** [19:39:25 2020-06-12] 178: Checking synchronizations ** [19:39:25 2020-06-12] 178: Checking tracker ** [19:39:25 2020-06-12] 178: Checking user_migrations ** [19:39:25 2020-06-12] 178: Checking batch_updates ** [19:39:25 2020-06-12] 178: Checking gears ** [19:39:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:39:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:30 2020-06-12] 178: Checking imports ** [19:39:30 2020-06-12] 178: Checking exports ** [19:39:30 2020-06-12] 178: Checking users ** [19:39:30 2020-06-12] 178: Checking user_dbs ** [19:39:30 2020-06-12] 178: Checking geocodings ** [19:39:30 2020-06-12] 178: Checking synchronizations ** [19:39:30 2020-06-12] 178: Checking tracker ** [19:39:30 2020-06-12] 178: Checking user_migrations ** [19:39:30 2020-06-12] 178: Checking batch_updates ** [19:39:30 2020-06-12] 178: Checking gears ** [19:39:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:39:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:35 2020-06-12] 178: Checking imports ** [19:39:35 2020-06-12] 178: Checking exports ** [19:39:35 2020-06-12] 178: Checking users ** [19:39:35 2020-06-12] 178: Checking user_dbs ** [19:39:35 2020-06-12] 178: Checking geocodings ** [19:39:35 2020-06-12] 178: Checking synchronizations ** [19:39:35 2020-06-12] 178: Checking tracker ** [19:39:35 2020-06-12] 178: Checking user_migrations ** [19:39:35 2020-06-12] 178: Checking batch_updates ** [19:39:35 2020-06-12] 178: Checking gears ** [19:39:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:39:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:40 2020-06-12] 178: Checking imports ** [19:39:40 2020-06-12] 178: Checking exports ** [19:39:40 2020-06-12] 178: Checking users ** [19:39:40 2020-06-12] 178: Checking user_dbs ** [19:39:40 2020-06-12] 178: Checking geocodings ** [19:39:40 2020-06-12] 178: Checking synchronizations ** [19:39:40 2020-06-12] 178: Checking tracker ** [19:39:40 2020-06-12] 178: Checking user_migrations ** [19:39:40 2020-06-12] 178: Checking batch_updates ** [19:39:40 2020-06-12] 178: Checking gears ** [19:39:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:39:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:45 2020-06-12] 178: Checking imports ** [19:39:45 2020-06-12] 178: Checking exports ** [19:39:45 2020-06-12] 178: Checking users ** [19:39:45 2020-06-12] 178: Checking user_dbs ** [19:39:45 2020-06-12] 178: Checking geocodings ** [19:39:45 2020-06-12] 178: Checking synchronizations ** [19:39:45 2020-06-12] 178: Checking tracker ** [19:39:45 2020-06-12] 178: Checking user_migrations ** [19:39:45 2020-06-12] 178: Checking batch_updates ** [19:39:45 2020-06-12] 178: Checking gears ** [19:39:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:39:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:50 2020-06-12] 178: Checking imports ** [19:39:50 2020-06-12] 178: Checking exports ** [19:39:50 2020-06-12] 178: Checking users ** [19:39:50 2020-06-12] 178: Checking user_dbs ** [19:39:50 2020-06-12] 178: Checking geocodings ** [19:39:50 2020-06-12] 178: Checking synchronizations ** [19:39:50 2020-06-12] 178: Checking tracker ** [19:39:50 2020-06-12] 178: Checking user_migrations ** [19:39:50 2020-06-12] 178: Checking batch_updates ** [19:39:50 2020-06-12] 178: Checking gears ** [19:39:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:39:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:55 2020-06-12] 178: Checking imports ** [19:39:55 2020-06-12] 178: Checking exports ** [19:39:55 2020-06-12] 178: Checking users ** [19:39:55 2020-06-12] 178: Checking user_dbs ** [19:39:55 2020-06-12] 178: Checking geocodings ** [19:39:55 2020-06-12] 178: Checking synchronizations ** [19:39:55 2020-06-12] 178: Checking tracker ** [19:39:55 2020-06-12] 178: Checking user_migrations ** [19:39:55 2020-06-12] 178: Checking batch_updates ** [19:39:55 2020-06-12] 178: Checking gears ** [19:39:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:39:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:00 2020-06-12] 178: Checking imports ** [19:40:00 2020-06-12] 178: Checking exports ** [19:40:00 2020-06-12] 178: Checking users ** [19:40:00 2020-06-12] 178: Checking user_dbs ** [19:40:00 2020-06-12] 178: Checking geocodings ** [19:40:00 2020-06-12] 178: Checking synchronizations ** [19:40:00 2020-06-12] 178: Checking tracker ** [19:40:00 2020-06-12] 178: Checking user_migrations ** [19:40:00 2020-06-12] 178: Checking batch_updates ** [19:40:00 2020-06-12] 178: Checking gears ** [19:40:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:40:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:05 2020-06-12] 178: Checking imports ** [19:40:05 2020-06-12] 178: Checking exports ** [19:40:05 2020-06-12] 178: Checking users ** [19:40:05 2020-06-12] 178: Checking user_dbs ** [19:40:05 2020-06-12] 178: Checking geocodings ** [19:40:05 2020-06-12] 178: Checking synchronizations ** [19:40:05 2020-06-12] 178: Checking tracker ** [19:40:05 2020-06-12] 178: Checking user_migrations ** [19:40:05 2020-06-12] 178: Checking batch_updates ** [19:40:05 2020-06-12] 178: Checking gears ** [19:40:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:40:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:10 2020-06-12] 178: Checking imports ** [19:40:10 2020-06-12] 178: Checking exports ** [19:40:10 2020-06-12] 178: Checking users ** [19:40:10 2020-06-12] 178: Checking user_dbs ** [19:40:10 2020-06-12] 178: Checking geocodings ** [19:40:10 2020-06-12] 178: Checking synchronizations ** [19:40:10 2020-06-12] 178: Checking tracker ** [19:40:10 2020-06-12] 178: Checking user_migrations ** [19:40:10 2020-06-12] 178: Checking batch_updates ** [19:40:10 2020-06-12] 178: Checking gears ** [19:40:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:40:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:15 2020-06-12] 178: Checking imports ** [19:40:15 2020-06-12] 178: Checking exports ** [19:40:15 2020-06-12] 178: Checking users ** [19:40:15 2020-06-12] 178: Checking user_dbs ** [19:40:15 2020-06-12] 178: Checking geocodings ** [19:40:15 2020-06-12] 178: Checking synchronizations ** [19:40:15 2020-06-12] 178: Checking tracker ** [19:40:15 2020-06-12] 178: Checking user_migrations ** [19:40:15 2020-06-12] 178: Checking batch_updates ** [19:40:15 2020-06-12] 178: Checking gears ** [19:40:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:40:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:20 2020-06-12] 178: Checking imports ** [19:40:20 2020-06-12] 178: Checking exports ** [19:40:20 2020-06-12] 178: Checking users ** [19:40:20 2020-06-12] 178: Checking user_dbs ** [19:40:20 2020-06-12] 178: Checking geocodings ** [19:40:20 2020-06-12] 178: Checking synchronizations ** [19:40:20 2020-06-12] 178: Checking tracker ** [19:40:20 2020-06-12] 178: Checking user_migrations ** [19:40:20 2020-06-12] 178: Checking batch_updates ** [19:40:20 2020-06-12] 178: Checking gears ** [19:40:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:40:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:25 2020-06-12] 178: Checking imports ** [19:40:25 2020-06-12] 178: Checking exports ** [19:40:25 2020-06-12] 178: Checking users ** [19:40:25 2020-06-12] 178: Checking user_dbs ** [19:40:25 2020-06-12] 178: Checking geocodings ** [19:40:25 2020-06-12] 178: Checking synchronizations ** [19:40:25 2020-06-12] 178: Checking tracker ** [19:40:25 2020-06-12] 178: Checking user_migrations ** [19:40:25 2020-06-12] 178: Checking batch_updates ** [19:40:25 2020-06-12] 178: Checking gears ** [19:40:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:40:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:30 2020-06-12] 178: Checking imports ** [19:40:30 2020-06-12] 178: Checking exports ** [19:40:30 2020-06-12] 178: Checking users ** [19:40:30 2020-06-12] 178: Checking user_dbs ** [19:40:30 2020-06-12] 178: Checking geocodings ** [19:40:30 2020-06-12] 178: Checking synchronizations ** [19:40:30 2020-06-12] 178: Checking tracker ** [19:40:30 2020-06-12] 178: Checking user_migrations ** [19:40:30 2020-06-12] 178: Checking batch_updates ** [19:40:30 2020-06-12] 178: Checking gears ** [19:40:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:40:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:35 2020-06-12] 178: Checking imports ** [19:40:35 2020-06-12] 178: Checking exports ** [19:40:35 2020-06-12] 178: Checking users ** [19:40:35 2020-06-12] 178: Checking user_dbs ** [19:40:35 2020-06-12] 178: Checking geocodings ** [19:40:35 2020-06-12] 178: Checking synchronizations ** [19:40:35 2020-06-12] 178: Checking tracker ** [19:40:35 2020-06-12] 178: Checking user_migrations ** [19:40:35 2020-06-12] 178: Checking batch_updates ** [19:40:35 2020-06-12] 178: Checking gears ** [19:40:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:40:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:40 2020-06-12] 178: Checking imports ** [19:40:40 2020-06-12] 178: Checking exports ** [19:40:40 2020-06-12] 178: Checking users ** [19:40:40 2020-06-12] 178: Checking user_dbs ** [19:40:40 2020-06-12] 178: Checking geocodings ** [19:40:40 2020-06-12] 178: Checking synchronizations ** [19:40:40 2020-06-12] 178: Checking tracker ** [19:40:40 2020-06-12] 178: Checking user_migrations ** [19:40:40 2020-06-12] 178: Checking batch_updates ** [19:40:40 2020-06-12] 178: Checking gears ** [19:40:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:40:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:45 2020-06-12] 178: Checking imports ** [19:40:45 2020-06-12] 178: Checking exports ** [19:40:45 2020-06-12] 178: Checking users ** [19:40:45 2020-06-12] 178: Checking user_dbs ** [19:40:45 2020-06-12] 178: Checking geocodings ** [19:40:45 2020-06-12] 178: Checking synchronizations ** [19:40:45 2020-06-12] 178: Checking tracker ** [19:40:45 2020-06-12] 178: Checking user_migrations ** [19:40:45 2020-06-12] 178: Checking batch_updates ** [19:40:45 2020-06-12] 178: Checking gears ** [19:40:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:40:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:50 2020-06-12] 178: Checking imports ** [19:40:50 2020-06-12] 178: Checking exports ** [19:40:50 2020-06-12] 178: Checking users ** [19:40:50 2020-06-12] 178: Checking user_dbs ** [19:40:50 2020-06-12] 178: Checking geocodings ** [19:40:50 2020-06-12] 178: Checking synchronizations ** [19:40:50 2020-06-12] 178: Checking tracker ** [19:40:50 2020-06-12] 178: Checking user_migrations ** [19:40:50 2020-06-12] 178: Checking batch_updates ** [19:40:50 2020-06-12] 178: Checking gears ** [19:40:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:40:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:55 2020-06-12] 178: Checking imports ** [19:40:55 2020-06-12] 178: Checking exports ** [19:40:55 2020-06-12] 178: Checking users ** [19:40:55 2020-06-12] 178: Checking user_dbs ** [19:40:55 2020-06-12] 178: Checking geocodings ** [19:40:55 2020-06-12] 178: Checking synchronizations ** [19:40:55 2020-06-12] 178: Checking tracker ** [19:40:55 2020-06-12] 178: Checking user_migrations ** [19:40:55 2020-06-12] 178: Checking batch_updates ** [19:40:55 2020-06-12] 178: Checking gears ** [19:40:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:40:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:00 2020-06-12] 178: Checking imports ** [19:41:00 2020-06-12] 178: Checking exports ** [19:41:00 2020-06-12] 178: Checking users ** [19:41:00 2020-06-12] 178: Checking user_dbs ** [19:41:00 2020-06-12] 178: Checking geocodings ** [19:41:00 2020-06-12] 178: Checking synchronizations ** [19:41:00 2020-06-12] 178: Checking tracker ** [19:41:00 2020-06-12] 178: Checking user_migrations ** [19:41:00 2020-06-12] 178: Checking batch_updates ** [19:41:00 2020-06-12] 178: Checking gears ** [19:41:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:41:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:05 2020-06-12] 178: Checking imports ** [19:41:05 2020-06-12] 178: Checking exports ** [19:41:05 2020-06-12] 178: Checking users ** [19:41:05 2020-06-12] 178: Checking user_dbs ** [19:41:05 2020-06-12] 178: Checking geocodings ** [19:41:05 2020-06-12] 178: Checking synchronizations ** [19:41:05 2020-06-12] 178: Checking tracker ** [19:41:05 2020-06-12] 178: Checking user_migrations ** [19:41:05 2020-06-12] 178: Checking batch_updates ** [19:41:05 2020-06-12] 178: Checking gears ** [19:41:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:41:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:10 2020-06-12] 178: Checking imports ** [19:41:10 2020-06-12] 178: Checking exports ** [19:41:10 2020-06-12] 178: Checking users ** [19:41:10 2020-06-12] 178: Checking user_dbs ** [19:41:10 2020-06-12] 178: Checking geocodings ** [19:41:10 2020-06-12] 178: Checking synchronizations ** [19:41:10 2020-06-12] 178: Checking tracker ** [19:41:10 2020-06-12] 178: Checking user_migrations ** [19:41:10 2020-06-12] 178: Checking batch_updates ** [19:41:10 2020-06-12] 178: Checking gears ** [19:41:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:41:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:15 2020-06-12] 178: Checking imports ** [19:41:15 2020-06-12] 178: Checking exports ** [19:41:15 2020-06-12] 178: Checking users ** [19:41:15 2020-06-12] 178: Checking user_dbs ** [19:41:15 2020-06-12] 178: Checking geocodings ** [19:41:15 2020-06-12] 178: Checking synchronizations ** [19:41:15 2020-06-12] 178: Checking tracker ** [19:41:15 2020-06-12] 178: Checking user_migrations ** [19:41:15 2020-06-12] 178: Checking batch_updates ** [19:41:15 2020-06-12] 178: Checking gears ** [19:41:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:41:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:20 2020-06-12] 178: Checking imports ** [19:41:20 2020-06-12] 178: Checking exports ** [19:41:20 2020-06-12] 178: Checking users ** [19:41:20 2020-06-12] 178: Checking user_dbs ** [19:41:20 2020-06-12] 178: Checking geocodings ** [19:41:20 2020-06-12] 178: Checking synchronizations ** [19:41:20 2020-06-12] 178: Checking tracker ** [19:41:20 2020-06-12] 178: Checking user_migrations ** [19:41:20 2020-06-12] 178: Checking batch_updates ** [19:41:20 2020-06-12] 178: Checking gears ** [19:41:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:41:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:25 2020-06-12] 178: Checking imports ** [19:41:25 2020-06-12] 178: Checking exports ** [19:41:25 2020-06-12] 178: Checking users ** [19:41:25 2020-06-12] 178: Checking user_dbs ** [19:41:25 2020-06-12] 178: Checking geocodings ** [19:41:25 2020-06-12] 178: Checking synchronizations ** [19:41:25 2020-06-12] 178: Checking tracker ** [19:41:25 2020-06-12] 178: Checking user_migrations ** [19:41:25 2020-06-12] 178: Checking batch_updates ** [19:41:25 2020-06-12] 178: Checking gears ** [19:41:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:41:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:30 2020-06-12] 178: Checking imports ** [19:41:30 2020-06-12] 178: Checking exports ** [19:41:30 2020-06-12] 178: Checking users ** [19:41:30 2020-06-12] 178: Checking user_dbs ** [19:41:30 2020-06-12] 178: Checking geocodings ** [19:41:30 2020-06-12] 178: Checking synchronizations ** [19:41:30 2020-06-12] 178: Checking tracker ** [19:41:30 2020-06-12] 178: Checking user_migrations ** [19:41:30 2020-06-12] 178: Checking batch_updates ** [19:41:30 2020-06-12] 178: Checking gears ** [19:41:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:41:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:35 2020-06-12] 178: Checking imports ** [19:41:35 2020-06-12] 178: Checking exports ** [19:41:35 2020-06-12] 178: Checking users ** [19:41:35 2020-06-12] 178: Checking user_dbs ** [19:41:35 2020-06-12] 178: Checking geocodings ** [19:41:35 2020-06-12] 178: Checking synchronizations ** [19:41:35 2020-06-12] 178: Checking tracker ** [19:41:35 2020-06-12] 178: Checking user_migrations ** [19:41:35 2020-06-12] 178: Checking batch_updates ** [19:41:35 2020-06-12] 178: Checking gears ** [19:41:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:41:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:40 2020-06-12] 178: Checking imports ** [19:41:40 2020-06-12] 178: Checking exports ** [19:41:40 2020-06-12] 178: Checking users ** [19:41:40 2020-06-12] 178: Checking user_dbs ** [19:41:40 2020-06-12] 178: Checking geocodings ** [19:41:40 2020-06-12] 178: Checking synchronizations ** [19:41:40 2020-06-12] 178: Checking tracker ** [19:41:40 2020-06-12] 178: Checking user_migrations ** [19:41:40 2020-06-12] 178: Checking batch_updates ** [19:41:40 2020-06-12] 178: Checking gears ** [19:41:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:41:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:45 2020-06-12] 178: Checking imports ** [19:41:45 2020-06-12] 178: Checking exports ** [19:41:45 2020-06-12] 178: Checking users ** [19:41:45 2020-06-12] 178: Checking user_dbs ** [19:41:45 2020-06-12] 178: Checking geocodings ** [19:41:45 2020-06-12] 178: Checking synchronizations ** [19:41:45 2020-06-12] 178: Checking tracker ** [19:41:45 2020-06-12] 178: Checking user_migrations ** [19:41:45 2020-06-12] 178: Checking batch_updates ** [19:41:45 2020-06-12] 178: Checking gears ** [19:41:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:41:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:50 2020-06-12] 178: Checking imports ** [19:41:50 2020-06-12] 178: Checking exports ** [19:41:50 2020-06-12] 178: Checking users ** [19:41:50 2020-06-12] 178: Checking user_dbs ** [19:41:50 2020-06-12] 178: Checking geocodings ** [19:41:50 2020-06-12] 178: Checking synchronizations ** [19:41:50 2020-06-12] 178: Checking tracker ** [19:41:50 2020-06-12] 178: Checking user_migrations ** [19:41:50 2020-06-12] 178: Checking batch_updates ** [19:41:50 2020-06-12] 178: Checking gears ** [19:41:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:41:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:55 2020-06-12] 178: Checking imports ** [19:41:55 2020-06-12] 178: Checking exports ** [19:41:55 2020-06-12] 178: Checking users ** [19:41:55 2020-06-12] 178: Checking user_dbs ** [19:41:55 2020-06-12] 178: Checking geocodings ** [19:41:55 2020-06-12] 178: Checking synchronizations ** [19:41:55 2020-06-12] 178: Checking tracker ** [19:41:55 2020-06-12] 178: Checking user_migrations ** [19:41:55 2020-06-12] 178: Checking batch_updates ** [19:41:55 2020-06-12] 178: Checking gears ** [19:41:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:41:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:00 2020-06-12] 178: Checking imports ** [19:42:00 2020-06-12] 178: Checking exports ** [19:42:00 2020-06-12] 178: Checking users ** [19:42:00 2020-06-12] 178: Checking user_dbs ** [19:42:00 2020-06-12] 178: Checking geocodings ** [19:42:00 2020-06-12] 178: Checking synchronizations ** [19:42:00 2020-06-12] 178: Checking tracker ** [19:42:00 2020-06-12] 178: Checking user_migrations ** [19:42:00 2020-06-12] 178: Checking batch_updates ** [19:42:00 2020-06-12] 178: Checking gears ** [19:42:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:42:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:05 2020-06-12] 178: Checking imports ** [19:42:05 2020-06-12] 178: Checking exports ** [19:42:05 2020-06-12] 178: Checking users ** [19:42:05 2020-06-12] 178: Checking user_dbs ** [19:42:05 2020-06-12] 178: Checking geocodings ** [19:42:05 2020-06-12] 178: Checking synchronizations ** [19:42:05 2020-06-12] 178: Checking tracker ** [19:42:05 2020-06-12] 178: Checking user_migrations ** [19:42:05 2020-06-12] 178: Checking batch_updates ** [19:42:05 2020-06-12] 178: Checking gears ** [19:42:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:42:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:10 2020-06-12] 178: Checking imports ** [19:42:10 2020-06-12] 178: Checking exports ** [19:42:10 2020-06-12] 178: Checking users ** [19:42:10 2020-06-12] 178: Checking user_dbs ** [19:42:10 2020-06-12] 178: Checking geocodings ** [19:42:10 2020-06-12] 178: Checking synchronizations ** [19:42:10 2020-06-12] 178: Checking tracker ** [19:42:10 2020-06-12] 178: Checking user_migrations ** [19:42:10 2020-06-12] 178: Checking batch_updates ** [19:42:10 2020-06-12] 178: Checking gears ** [19:42:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:42:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:15 2020-06-12] 178: Checking imports ** [19:42:15 2020-06-12] 178: Checking exports ** [19:42:15 2020-06-12] 178: Checking users ** [19:42:15 2020-06-12] 178: Checking user_dbs ** [19:42:15 2020-06-12] 178: Checking geocodings ** [19:42:15 2020-06-12] 178: Checking synchronizations ** [19:42:15 2020-06-12] 178: Checking tracker ** [19:42:15 2020-06-12] 178: Checking user_migrations ** [19:42:15 2020-06-12] 178: Checking batch_updates ** [19:42:15 2020-06-12] 178: Checking gears ** [19:42:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:42:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:20 2020-06-12] 178: Checking imports ** [19:42:20 2020-06-12] 178: Checking exports ** [19:42:20 2020-06-12] 178: Checking users ** [19:42:20 2020-06-12] 178: Checking user_dbs ** [19:42:20 2020-06-12] 178: Checking geocodings ** [19:42:20 2020-06-12] 178: Checking synchronizations ** [19:42:20 2020-06-12] 178: Checking tracker ** [19:42:20 2020-06-12] 178: Checking user_migrations ** [19:42:20 2020-06-12] 178: Checking batch_updates ** [19:42:20 2020-06-12] 178: Checking gears ** [19:42:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:42:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:25 2020-06-12] 178: Checking imports ** [19:42:25 2020-06-12] 178: Checking exports ** [19:42:25 2020-06-12] 178: Checking users ** [19:42:25 2020-06-12] 178: Checking user_dbs ** [19:42:25 2020-06-12] 178: Checking geocodings ** [19:42:25 2020-06-12] 178: Checking synchronizations ** [19:42:25 2020-06-12] 178: Checking tracker ** [19:42:25 2020-06-12] 178: Checking user_migrations ** [19:42:25 2020-06-12] 178: Checking batch_updates ** [19:42:25 2020-06-12] 178: Checking gears ** [19:42:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:42:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:30 2020-06-12] 178: Checking imports ** [19:42:30 2020-06-12] 178: Checking exports ** [19:42:30 2020-06-12] 178: Checking users ** [19:42:30 2020-06-12] 178: Checking user_dbs ** [19:42:30 2020-06-12] 178: Checking geocodings ** [19:42:30 2020-06-12] 178: Checking synchronizations ** [19:42:30 2020-06-12] 178: Checking tracker ** [19:42:30 2020-06-12] 178: Checking user_migrations ** [19:42:30 2020-06-12] 178: Checking batch_updates ** [19:42:30 2020-06-12] 178: Checking gears ** [19:42:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:42:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:35 2020-06-12] 178: Checking imports ** [19:42:35 2020-06-12] 178: Checking exports ** [19:42:35 2020-06-12] 178: Checking users ** [19:42:35 2020-06-12] 178: Checking user_dbs ** [19:42:35 2020-06-12] 178: Checking geocodings ** [19:42:35 2020-06-12] 178: Checking synchronizations ** [19:42:35 2020-06-12] 178: Checking tracker ** [19:42:35 2020-06-12] 178: Checking user_migrations ** [19:42:35 2020-06-12] 178: Checking batch_updates ** [19:42:35 2020-06-12] 178: Checking gears ** [19:42:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:42:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:40 2020-06-12] 178: Checking imports ** [19:42:40 2020-06-12] 178: Checking exports ** [19:42:40 2020-06-12] 178: Checking users ** [19:42:40 2020-06-12] 178: Checking user_dbs ** [19:42:40 2020-06-12] 178: Checking geocodings ** [19:42:40 2020-06-12] 178: Checking synchronizations ** [19:42:40 2020-06-12] 178: Checking tracker ** [19:42:40 2020-06-12] 178: Checking user_migrations ** [19:42:40 2020-06-12] 178: Checking batch_updates ** [19:42:40 2020-06-12] 178: Checking gears ** [19:42:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:42:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:45 2020-06-12] 178: Checking imports ** [19:42:45 2020-06-12] 178: Checking exports ** [19:42:45 2020-06-12] 178: Checking users ** [19:42:45 2020-06-12] 178: Checking user_dbs ** [19:42:45 2020-06-12] 178: Checking geocodings ** [19:42:45 2020-06-12] 178: Checking synchronizations ** [19:42:45 2020-06-12] 178: Checking tracker ** [19:42:45 2020-06-12] 178: Checking user_migrations ** [19:42:45 2020-06-12] 178: Checking batch_updates ** [19:42:45 2020-06-12] 178: Checking gears ** [19:42:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:42:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:50 2020-06-12] 178: Checking imports ** [19:42:50 2020-06-12] 178: Checking exports ** [19:42:50 2020-06-12] 178: Checking users ** [19:42:50 2020-06-12] 178: Checking user_dbs ** [19:42:50 2020-06-12] 178: Checking geocodings ** [19:42:50 2020-06-12] 178: Checking synchronizations ** [19:42:50 2020-06-12] 178: Checking tracker ** [19:42:50 2020-06-12] 178: Checking user_migrations ** [19:42:50 2020-06-12] 178: Checking batch_updates ** [19:42:50 2020-06-12] 178: Checking gears ** [19:42:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:42:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:55 2020-06-12] 178: Checking imports ** [19:42:55 2020-06-12] 178: Checking exports ** [19:42:55 2020-06-12] 178: Checking users ** [19:42:55 2020-06-12] 178: Checking user_dbs ** [19:42:55 2020-06-12] 178: Checking geocodings ** [19:42:55 2020-06-12] 178: Checking synchronizations ** [19:42:55 2020-06-12] 178: Checking tracker ** [19:42:55 2020-06-12] 178: Checking user_migrations ** [19:42:55 2020-06-12] 178: Checking batch_updates ** [19:42:55 2020-06-12] 178: Checking gears ** [19:42:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:42:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:00 2020-06-12] 178: Checking imports ** [19:43:00 2020-06-12] 178: Checking exports ** [19:43:00 2020-06-12] 178: Checking users ** [19:43:00 2020-06-12] 178: Checking user_dbs ** [19:43:00 2020-06-12] 178: Checking geocodings ** [19:43:00 2020-06-12] 178: Checking synchronizations ** [19:43:00 2020-06-12] 178: Checking tracker ** [19:43:00 2020-06-12] 178: Checking user_migrations ** [19:43:00 2020-06-12] 178: Checking batch_updates ** [19:43:00 2020-06-12] 178: Checking gears ** [19:43:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:43:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:05 2020-06-12] 178: Checking imports ** [19:43:05 2020-06-12] 178: Checking exports ** [19:43:05 2020-06-12] 178: Checking users ** [19:43:05 2020-06-12] 178: Checking user_dbs ** [19:43:05 2020-06-12] 178: Checking geocodings ** [19:43:05 2020-06-12] 178: Checking synchronizations ** [19:43:05 2020-06-12] 178: Checking tracker ** [19:43:05 2020-06-12] 178: Checking user_migrations ** [19:43:05 2020-06-12] 178: Checking batch_updates ** [19:43:05 2020-06-12] 178: Checking gears ** [19:43:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:43:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:10 2020-06-12] 178: Checking imports ** [19:43:10 2020-06-12] 178: Checking exports ** [19:43:10 2020-06-12] 178: Checking users ** [19:43:10 2020-06-12] 178: Checking user_dbs ** [19:43:10 2020-06-12] 178: Checking geocodings ** [19:43:10 2020-06-12] 178: Checking synchronizations ** [19:43:10 2020-06-12] 178: Checking tracker ** [19:43:10 2020-06-12] 178: Checking user_migrations ** [19:43:10 2020-06-12] 178: Checking batch_updates ** [19:43:10 2020-06-12] 178: Checking gears ** [19:43:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:43:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:15 2020-06-12] 178: Checking imports ** [19:43:15 2020-06-12] 178: Checking exports ** [19:43:15 2020-06-12] 178: Checking users ** [19:43:15 2020-06-12] 178: Checking user_dbs ** [19:43:15 2020-06-12] 178: Checking geocodings ** [19:43:15 2020-06-12] 178: Checking synchronizations ** [19:43:15 2020-06-12] 178: Checking tracker ** [19:43:15 2020-06-12] 178: Checking user_migrations ** [19:43:15 2020-06-12] 178: Checking batch_updates ** [19:43:15 2020-06-12] 178: Checking gears ** [19:43:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:43:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:20 2020-06-12] 178: Checking imports ** [19:43:20 2020-06-12] 178: Checking exports ** [19:43:20 2020-06-12] 178: Checking users ** [19:43:20 2020-06-12] 178: Checking user_dbs ** [19:43:20 2020-06-12] 178: Checking geocodings ** [19:43:20 2020-06-12] 178: Checking synchronizations ** [19:43:20 2020-06-12] 178: Checking tracker ** [19:43:20 2020-06-12] 178: Checking user_migrations ** [19:43:20 2020-06-12] 178: Checking batch_updates ** [19:43:20 2020-06-12] 178: Checking gears ** [19:43:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:43:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:25 2020-06-12] 178: Checking imports ** [19:43:25 2020-06-12] 178: Checking exports ** [19:43:25 2020-06-12] 178: Checking users ** [19:43:25 2020-06-12] 178: Checking user_dbs ** [19:43:25 2020-06-12] 178: Checking geocodings ** [19:43:25 2020-06-12] 178: Checking synchronizations ** [19:43:25 2020-06-12] 178: Checking tracker ** [19:43:25 2020-06-12] 178: Checking user_migrations ** [19:43:25 2020-06-12] 178: Checking batch_updates ** [19:43:25 2020-06-12] 178: Checking gears ** [19:43:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:43:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:30 2020-06-12] 178: Checking imports ** [19:43:30 2020-06-12] 178: Checking exports ** [19:43:30 2020-06-12] 178: Checking users ** [19:43:30 2020-06-12] 178: Checking user_dbs ** [19:43:30 2020-06-12] 178: Checking geocodings ** [19:43:30 2020-06-12] 178: Checking synchronizations ** [19:43:30 2020-06-12] 178: Checking tracker ** [19:43:30 2020-06-12] 178: Checking user_migrations ** [19:43:30 2020-06-12] 178: Checking batch_updates ** [19:43:30 2020-06-12] 178: Checking gears ** [19:43:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:43:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:35 2020-06-12] 178: Checking imports ** [19:43:35 2020-06-12] 178: Checking exports ** [19:43:35 2020-06-12] 178: Checking users ** [19:43:35 2020-06-12] 178: Checking user_dbs ** [19:43:35 2020-06-12] 178: Checking geocodings ** [19:43:35 2020-06-12] 178: Checking synchronizations ** [19:43:35 2020-06-12] 178: Checking tracker ** [19:43:35 2020-06-12] 178: Checking user_migrations ** [19:43:35 2020-06-12] 178: Checking batch_updates ** [19:43:35 2020-06-12] 178: Checking gears ** [19:43:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:43:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:40 2020-06-12] 178: Checking imports ** [19:43:40 2020-06-12] 178: Checking exports ** [19:43:40 2020-06-12] 178: Checking users ** [19:43:40 2020-06-12] 178: Checking user_dbs ** [19:43:40 2020-06-12] 178: Checking geocodings ** [19:43:40 2020-06-12] 178: Checking synchronizations ** [19:43:40 2020-06-12] 178: Checking tracker ** [19:43:40 2020-06-12] 178: Checking user_migrations ** [19:43:40 2020-06-12] 178: Checking batch_updates ** [19:43:40 2020-06-12] 178: Checking gears ** [19:43:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:43:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:45 2020-06-12] 178: Checking imports ** [19:43:45 2020-06-12] 178: Checking exports ** [19:43:45 2020-06-12] 178: Checking users ** [19:43:45 2020-06-12] 178: Checking user_dbs ** [19:43:45 2020-06-12] 178: Checking geocodings ** [19:43:45 2020-06-12] 178: Checking synchronizations ** [19:43:45 2020-06-12] 178: Checking tracker ** [19:43:45 2020-06-12] 178: Checking user_migrations ** [19:43:45 2020-06-12] 178: Checking batch_updates ** [19:43:45 2020-06-12] 178: Checking gears ** [19:43:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:43:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:50 2020-06-12] 178: Checking imports ** [19:43:50 2020-06-12] 178: Checking exports ** [19:43:50 2020-06-12] 178: Checking users ** [19:43:50 2020-06-12] 178: Checking user_dbs ** [19:43:50 2020-06-12] 178: Checking geocodings ** [19:43:50 2020-06-12] 178: Checking synchronizations ** [19:43:50 2020-06-12] 178: Checking tracker ** [19:43:50 2020-06-12] 178: Checking user_migrations ** [19:43:50 2020-06-12] 178: Checking batch_updates ** [19:43:50 2020-06-12] 178: Checking gears ** [19:43:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:43:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:55 2020-06-12] 178: Checking imports ** [19:43:55 2020-06-12] 178: Checking exports ** [19:43:55 2020-06-12] 178: Checking users ** [19:43:55 2020-06-12] 178: Checking user_dbs ** [19:43:55 2020-06-12] 178: Checking geocodings ** [19:43:55 2020-06-12] 178: Checking synchronizations ** [19:43:55 2020-06-12] 178: Checking tracker ** [19:43:55 2020-06-12] 178: Checking user_migrations ** [19:43:55 2020-06-12] 178: Checking batch_updates ** [19:43:55 2020-06-12] 178: Checking gears ** [19:43:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:43:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:00 2020-06-12] 178: Checking imports ** [19:44:00 2020-06-12] 178: Checking exports ** [19:44:00 2020-06-12] 178: Checking users ** [19:44:00 2020-06-12] 178: Checking user_dbs ** [19:44:00 2020-06-12] 178: Checking geocodings ** [19:44:00 2020-06-12] 178: Checking synchronizations ** [19:44:00 2020-06-12] 178: Checking tracker ** [19:44:00 2020-06-12] 178: Checking user_migrations ** [19:44:00 2020-06-12] 178: Checking batch_updates ** [19:44:00 2020-06-12] 178: Checking gears ** [19:44:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:44:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:05 2020-06-12] 178: Checking imports ** [19:44:05 2020-06-12] 178: Checking exports ** [19:44:05 2020-06-12] 178: Checking users ** [19:44:05 2020-06-12] 178: Checking user_dbs ** [19:44:05 2020-06-12] 178: Checking geocodings ** [19:44:05 2020-06-12] 178: Checking synchronizations ** [19:44:05 2020-06-12] 178: Checking tracker ** [19:44:05 2020-06-12] 178: Checking user_migrations ** [19:44:05 2020-06-12] 178: Checking batch_updates ** [19:44:05 2020-06-12] 178: Checking gears ** [19:44:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:44:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:10 2020-06-12] 178: Checking imports ** [19:44:10 2020-06-12] 178: Checking exports ** [19:44:10 2020-06-12] 178: Checking users ** [19:44:10 2020-06-12] 178: Checking user_dbs ** [19:44:10 2020-06-12] 178: Checking geocodings ** [19:44:10 2020-06-12] 178: Checking synchronizations ** [19:44:10 2020-06-12] 178: Checking tracker ** [19:44:10 2020-06-12] 178: Checking user_migrations ** [19:44:10 2020-06-12] 178: Checking batch_updates ** [19:44:10 2020-06-12] 178: Checking gears ** [19:44:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:44:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:15 2020-06-12] 178: Checking imports ** [19:44:15 2020-06-12] 178: Checking exports ** [19:44:15 2020-06-12] 178: Checking users ** [19:44:15 2020-06-12] 178: Checking user_dbs ** [19:44:15 2020-06-12] 178: Checking geocodings ** [19:44:15 2020-06-12] 178: Checking synchronizations ** [19:44:15 2020-06-12] 178: Checking tracker ** [19:44:15 2020-06-12] 178: Checking user_migrations ** [19:44:15 2020-06-12] 178: Checking batch_updates ** [19:44:15 2020-06-12] 178: Checking gears ** [19:44:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:44:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:20 2020-06-12] 178: Checking imports ** [19:44:20 2020-06-12] 178: Checking exports ** [19:44:20 2020-06-12] 178: Checking users ** [19:44:20 2020-06-12] 178: Checking user_dbs ** [19:44:20 2020-06-12] 178: Checking geocodings ** [19:44:20 2020-06-12] 178: Checking synchronizations ** [19:44:20 2020-06-12] 178: Checking tracker ** [19:44:20 2020-06-12] 178: Checking user_migrations ** [19:44:20 2020-06-12] 178: Checking batch_updates ** [19:44:20 2020-06-12] 178: Checking gears ** [19:44:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:44:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:25 2020-06-12] 178: Checking imports ** [19:44:25 2020-06-12] 178: Checking exports ** [19:44:25 2020-06-12] 178: Checking users ** [19:44:25 2020-06-12] 178: Checking user_dbs ** [19:44:25 2020-06-12] 178: Checking geocodings ** [19:44:25 2020-06-12] 178: Checking synchronizations ** [19:44:25 2020-06-12] 178: Checking tracker ** [19:44:25 2020-06-12] 178: Checking user_migrations ** [19:44:25 2020-06-12] 178: Checking batch_updates ** [19:44:25 2020-06-12] 178: Checking gears ** [19:44:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:44:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:30 2020-06-12] 178: Checking imports ** [19:44:30 2020-06-12] 178: Checking exports ** [19:44:30 2020-06-12] 178: Checking users ** [19:44:30 2020-06-12] 178: Checking user_dbs ** [19:44:30 2020-06-12] 178: Checking geocodings ** [19:44:30 2020-06-12] 178: Checking synchronizations ** [19:44:30 2020-06-12] 178: Checking tracker ** [19:44:30 2020-06-12] 178: Checking user_migrations ** [19:44:30 2020-06-12] 178: Checking batch_updates ** [19:44:30 2020-06-12] 178: Checking gears ** [19:44:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:44:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:35 2020-06-12] 178: Checking imports ** [19:44:35 2020-06-12] 178: Checking exports ** [19:44:35 2020-06-12] 178: Checking users ** [19:44:35 2020-06-12] 178: Checking user_dbs ** [19:44:35 2020-06-12] 178: Checking geocodings ** [19:44:35 2020-06-12] 178: Checking synchronizations ** [19:44:35 2020-06-12] 178: Checking tracker ** [19:44:35 2020-06-12] 178: Checking user_migrations ** [19:44:35 2020-06-12] 178: Checking batch_updates ** [19:44:35 2020-06-12] 178: Checking gears ** [19:44:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:44:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:40 2020-06-12] 178: Checking imports ** [19:44:40 2020-06-12] 178: Checking exports ** [19:44:40 2020-06-12] 178: Checking users ** [19:44:40 2020-06-12] 178: Checking user_dbs ** [19:44:40 2020-06-12] 178: Checking geocodings ** [19:44:40 2020-06-12] 178: Checking synchronizations ** [19:44:40 2020-06-12] 178: Checking tracker ** [19:44:40 2020-06-12] 178: Checking user_migrations ** [19:44:40 2020-06-12] 178: Checking batch_updates ** [19:44:40 2020-06-12] 178: Checking gears ** [19:44:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:44:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:45 2020-06-12] 178: Checking imports ** [19:44:45 2020-06-12] 178: Checking exports ** [19:44:45 2020-06-12] 178: Checking users ** [19:44:45 2020-06-12] 178: Checking user_dbs ** [19:44:45 2020-06-12] 178: Checking geocodings ** [19:44:45 2020-06-12] 178: Checking synchronizations ** [19:44:45 2020-06-12] 178: Checking tracker ** [19:44:45 2020-06-12] 178: Checking user_migrations ** [19:44:45 2020-06-12] 178: Checking batch_updates ** [19:44:45 2020-06-12] 178: Checking gears ** [19:44:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:44:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:50 2020-06-12] 178: Checking imports ** [19:44:50 2020-06-12] 178: Checking exports ** [19:44:50 2020-06-12] 178: Checking users ** [19:44:50 2020-06-12] 178: Checking user_dbs ** [19:44:50 2020-06-12] 178: Checking geocodings ** [19:44:50 2020-06-12] 178: Checking synchronizations ** [19:44:50 2020-06-12] 178: Checking tracker ** [19:44:50 2020-06-12] 178: Checking user_migrations ** [19:44:50 2020-06-12] 178: Checking batch_updates ** [19:44:50 2020-06-12] 178: Checking gears ** [19:44:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:44:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:55 2020-06-12] 178: Checking imports ** [19:44:55 2020-06-12] 178: Checking exports ** [19:44:55 2020-06-12] 178: Checking users ** [19:44:55 2020-06-12] 178: Checking user_dbs ** [19:44:55 2020-06-12] 178: Checking geocodings ** [19:44:55 2020-06-12] 178: Checking synchronizations ** [19:44:55 2020-06-12] 178: Checking tracker ** [19:44:55 2020-06-12] 178: Checking user_migrations ** [19:44:55 2020-06-12] 178: Checking batch_updates ** [19:44:55 2020-06-12] 178: Checking gears ** [19:44:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:44:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:00 2020-06-12] 178: Checking imports ** [19:45:00 2020-06-12] 178: Checking exports ** [19:45:00 2020-06-12] 178: Checking users ** [19:45:00 2020-06-12] 178: Checking user_dbs ** [19:45:00 2020-06-12] 178: Checking geocodings ** [19:45:00 2020-06-12] 178: Checking synchronizations ** [19:45:00 2020-06-12] 178: Checking tracker ** [19:45:00 2020-06-12] 178: Checking user_migrations ** [19:45:00 2020-06-12] 178: Checking batch_updates ** [19:45:00 2020-06-12] 178: Checking gears ** [19:45:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:45:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:05 2020-06-12] 178: Checking imports ** [19:45:05 2020-06-12] 178: Checking exports ** [19:45:05 2020-06-12] 178: Checking users ** [19:45:05 2020-06-12] 178: Checking user_dbs ** [19:45:05 2020-06-12] 178: Checking geocodings ** [19:45:05 2020-06-12] 178: Checking synchronizations ** [19:45:05 2020-06-12] 178: Checking tracker ** [19:45:05 2020-06-12] 178: Checking user_migrations ** [19:45:05 2020-06-12] 178: Checking batch_updates ** [19:45:05 2020-06-12] 178: Checking gears ** [19:45:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:45:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:10 2020-06-12] 178: Checking imports ** [19:45:10 2020-06-12] 178: Checking exports ** [19:45:10 2020-06-12] 178: Checking users ** [19:45:10 2020-06-12] 178: Checking user_dbs ** [19:45:10 2020-06-12] 178: Checking geocodings ** [19:45:10 2020-06-12] 178: Checking synchronizations ** [19:45:10 2020-06-12] 178: Checking tracker ** [19:45:10 2020-06-12] 178: Checking user_migrations ** [19:45:10 2020-06-12] 178: Checking batch_updates ** [19:45:10 2020-06-12] 178: Checking gears ** [19:45:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:45:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:15 2020-06-12] 178: Checking imports ** [19:45:15 2020-06-12] 178: Checking exports ** [19:45:15 2020-06-12] 178: Checking users ** [19:45:15 2020-06-12] 178: Checking user_dbs ** [19:45:15 2020-06-12] 178: Checking geocodings ** [19:45:15 2020-06-12] 178: Checking synchronizations ** [19:45:15 2020-06-12] 178: Checking tracker ** [19:45:15 2020-06-12] 178: Checking user_migrations ** [19:45:15 2020-06-12] 178: Checking batch_updates ** [19:45:15 2020-06-12] 178: Checking gears ** [19:45:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:45:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:20 2020-06-12] 178: Checking imports ** [19:45:20 2020-06-12] 178: Checking exports ** [19:45:20 2020-06-12] 178: Checking users ** [19:45:20 2020-06-12] 178: Checking user_dbs ** [19:45:20 2020-06-12] 178: Checking geocodings ** [19:45:20 2020-06-12] 178: Checking synchronizations ** [19:45:20 2020-06-12] 178: Checking tracker ** [19:45:20 2020-06-12] 178: Checking user_migrations ** [19:45:20 2020-06-12] 178: Checking batch_updates ** [19:45:20 2020-06-12] 178: Checking gears ** [19:45:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:45:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:25 2020-06-12] 178: Checking imports ** [19:45:25 2020-06-12] 178: Checking exports ** [19:45:25 2020-06-12] 178: Checking users ** [19:45:25 2020-06-12] 178: Checking user_dbs ** [19:45:25 2020-06-12] 178: Checking geocodings ** [19:45:25 2020-06-12] 178: Checking synchronizations ** [19:45:25 2020-06-12] 178: Checking tracker ** [19:45:25 2020-06-12] 178: Checking user_migrations ** [19:45:25 2020-06-12] 178: Checking batch_updates ** [19:45:25 2020-06-12] 178: Checking gears ** [19:45:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:45:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:30 2020-06-12] 178: Checking imports ** [19:45:30 2020-06-12] 178: Checking exports ** [19:45:30 2020-06-12] 178: Checking users ** [19:45:30 2020-06-12] 178: Checking user_dbs ** [19:45:30 2020-06-12] 178: Checking geocodings ** [19:45:30 2020-06-12] 178: Checking synchronizations ** [19:45:30 2020-06-12] 178: Checking tracker ** [19:45:30 2020-06-12] 178: Checking user_migrations ** [19:45:30 2020-06-12] 178: Checking batch_updates ** [19:45:30 2020-06-12] 178: Checking gears ** [19:45:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:45:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:35 2020-06-12] 178: Checking imports ** [19:45:35 2020-06-12] 178: Checking exports ** [19:45:35 2020-06-12] 178: Checking users ** [19:45:35 2020-06-12] 178: Checking user_dbs ** [19:45:35 2020-06-12] 178: Checking geocodings ** [19:45:35 2020-06-12] 178: Checking synchronizations ** [19:45:35 2020-06-12] 178: Checking tracker ** [19:45:35 2020-06-12] 178: Checking user_migrations ** [19:45:35 2020-06-12] 178: Checking batch_updates ** [19:45:35 2020-06-12] 178: Checking gears ** [19:45:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:45:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:40 2020-06-12] 178: Checking imports ** [19:45:40 2020-06-12] 178: Checking exports ** [19:45:40 2020-06-12] 178: Checking users ** [19:45:40 2020-06-12] 178: Checking user_dbs ** [19:45:40 2020-06-12] 178: Checking geocodings ** [19:45:40 2020-06-12] 178: Checking synchronizations ** [19:45:40 2020-06-12] 178: Checking tracker ** [19:45:40 2020-06-12] 178: Checking user_migrations ** [19:45:40 2020-06-12] 178: Checking batch_updates ** [19:45:40 2020-06-12] 178: Checking gears ** [19:45:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:45:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:45 2020-06-12] 178: Checking imports ** [19:45:45 2020-06-12] 178: Checking exports ** [19:45:45 2020-06-12] 178: Checking users ** [19:45:45 2020-06-12] 178: Checking user_dbs ** [19:45:45 2020-06-12] 178: Checking geocodings ** [19:45:45 2020-06-12] 178: Checking synchronizations ** [19:45:45 2020-06-12] 178: Checking tracker ** [19:45:45 2020-06-12] 178: Checking user_migrations ** [19:45:45 2020-06-12] 178: Checking batch_updates ** [19:45:45 2020-06-12] 178: Checking gears ** [19:45:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:45:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:50 2020-06-12] 178: Checking imports ** [19:45:50 2020-06-12] 178: Checking exports ** [19:45:50 2020-06-12] 178: Checking users ** [19:45:50 2020-06-12] 178: Checking user_dbs ** [19:45:50 2020-06-12] 178: Checking geocodings ** [19:45:50 2020-06-12] 178: Checking synchronizations ** [19:45:50 2020-06-12] 178: Checking tracker ** [19:45:50 2020-06-12] 178: Checking user_migrations ** [19:45:50 2020-06-12] 178: Checking batch_updates ** [19:45:50 2020-06-12] 178: Checking gears ** [19:45:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:45:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:55 2020-06-12] 178: Checking imports ** [19:45:55 2020-06-12] 178: Checking exports ** [19:45:55 2020-06-12] 178: Checking users ** [19:45:55 2020-06-12] 178: Checking user_dbs ** [19:45:55 2020-06-12] 178: Checking geocodings ** [19:45:55 2020-06-12] 178: Checking synchronizations ** [19:45:55 2020-06-12] 178: Checking tracker ** [19:45:55 2020-06-12] 178: Checking user_migrations ** [19:45:55 2020-06-12] 178: Checking batch_updates ** [19:45:55 2020-06-12] 178: Checking gears ** [19:45:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:45:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:00 2020-06-12] 178: Checking imports ** [19:46:00 2020-06-12] 178: Checking exports ** [19:46:00 2020-06-12] 178: Checking users ** [19:46:00 2020-06-12] 178: Checking user_dbs ** [19:46:00 2020-06-12] 178: Checking geocodings ** [19:46:00 2020-06-12] 178: Checking synchronizations ** [19:46:00 2020-06-12] 178: Checking tracker ** [19:46:00 2020-06-12] 178: Checking user_migrations ** [19:46:00 2020-06-12] 178: Checking batch_updates ** [19:46:00 2020-06-12] 178: Checking gears ** [19:46:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:46:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:05 2020-06-12] 178: Checking imports ** [19:46:05 2020-06-12] 178: Checking exports ** [19:46:05 2020-06-12] 178: Checking users ** [19:46:05 2020-06-12] 178: Checking user_dbs ** [19:46:05 2020-06-12] 178: Checking geocodings ** [19:46:05 2020-06-12] 178: Checking synchronizations ** [19:46:05 2020-06-12] 178: Checking tracker ** [19:46:05 2020-06-12] 178: Checking user_migrations ** [19:46:05 2020-06-12] 178: Checking batch_updates ** [19:46:05 2020-06-12] 178: Checking gears ** [19:46:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:46:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:10 2020-06-12] 178: Checking imports ** [19:46:10 2020-06-12] 178: Checking exports ** [19:46:10 2020-06-12] 178: Checking users ** [19:46:10 2020-06-12] 178: Checking user_dbs ** [19:46:10 2020-06-12] 178: Checking geocodings ** [19:46:10 2020-06-12] 178: Checking synchronizations ** [19:46:10 2020-06-12] 178: Checking tracker ** [19:46:10 2020-06-12] 178: Checking user_migrations ** [19:46:10 2020-06-12] 178: Checking batch_updates ** [19:46:10 2020-06-12] 178: Checking gears ** [19:46:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:46:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:15 2020-06-12] 178: Checking imports ** [19:46:15 2020-06-12] 178: Checking exports ** [19:46:15 2020-06-12] 178: Checking users ** [19:46:15 2020-06-12] 178: Checking user_dbs ** [19:46:15 2020-06-12] 178: Checking geocodings ** [19:46:15 2020-06-12] 178: Checking synchronizations ** [19:46:15 2020-06-12] 178: Checking tracker ** [19:46:15 2020-06-12] 178: Checking user_migrations ** [19:46:15 2020-06-12] 178: Checking batch_updates ** [19:46:15 2020-06-12] 178: Checking gears ** [19:46:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:46:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:20 2020-06-12] 178: Checking imports ** [19:46:20 2020-06-12] 178: Checking exports ** [19:46:20 2020-06-12] 178: Checking users ** [19:46:20 2020-06-12] 178: Checking user_dbs ** [19:46:20 2020-06-12] 178: Checking geocodings ** [19:46:20 2020-06-12] 178: Checking synchronizations ** [19:46:20 2020-06-12] 178: Checking tracker ** [19:46:20 2020-06-12] 178: Checking user_migrations ** [19:46:20 2020-06-12] 178: Checking batch_updates ** [19:46:20 2020-06-12] 178: Checking gears ** [19:46:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:46:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:25 2020-06-12] 178: Checking imports ** [19:46:25 2020-06-12] 178: Checking exports ** [19:46:25 2020-06-12] 178: Checking users ** [19:46:25 2020-06-12] 178: Checking user_dbs ** [19:46:25 2020-06-12] 178: Checking geocodings ** [19:46:25 2020-06-12] 178: Checking synchronizations ** [19:46:25 2020-06-12] 178: Checking tracker ** [19:46:25 2020-06-12] 178: Checking user_migrations ** [19:46:25 2020-06-12] 178: Checking batch_updates ** [19:46:25 2020-06-12] 178: Checking gears ** [19:46:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:46:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:30 2020-06-12] 178: Checking imports ** [19:46:30 2020-06-12] 178: Checking exports ** [19:46:30 2020-06-12] 178: Checking users ** [19:46:30 2020-06-12] 178: Checking user_dbs ** [19:46:30 2020-06-12] 178: Checking geocodings ** [19:46:30 2020-06-12] 178: Checking synchronizations ** [19:46:30 2020-06-12] 178: Checking tracker ** [19:46:30 2020-06-12] 178: Checking user_migrations ** [19:46:30 2020-06-12] 178: Checking batch_updates ** [19:46:30 2020-06-12] 178: Checking gears ** [19:46:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:46:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:35 2020-06-12] 178: Checking imports ** [19:46:35 2020-06-12] 178: Checking exports ** [19:46:35 2020-06-12] 178: Checking users ** [19:46:35 2020-06-12] 178: Checking user_dbs ** [19:46:35 2020-06-12] 178: Checking geocodings ** [19:46:35 2020-06-12] 178: Checking synchronizations ** [19:46:35 2020-06-12] 178: Checking tracker ** [19:46:35 2020-06-12] 178: Checking user_migrations ** [19:46:35 2020-06-12] 178: Checking batch_updates ** [19:46:35 2020-06-12] 178: Checking gears ** [19:46:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:46:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:40 2020-06-12] 178: Checking imports ** [19:46:40 2020-06-12] 178: Checking exports ** [19:46:40 2020-06-12] 178: Checking users ** [19:46:40 2020-06-12] 178: Checking user_dbs ** [19:46:40 2020-06-12] 178: Checking geocodings ** [19:46:40 2020-06-12] 178: Checking synchronizations ** [19:46:40 2020-06-12] 178: Checking tracker ** [19:46:40 2020-06-12] 178: Checking user_migrations ** [19:46:40 2020-06-12] 178: Checking batch_updates ** [19:46:40 2020-06-12] 178: Checking gears ** [19:46:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:46:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:45 2020-06-12] 178: Checking imports ** [19:46:45 2020-06-12] 178: Checking exports ** [19:46:45 2020-06-12] 178: Checking users ** [19:46:45 2020-06-12] 178: Checking user_dbs ** [19:46:45 2020-06-12] 178: Checking geocodings ** [19:46:45 2020-06-12] 178: Checking synchronizations ** [19:46:45 2020-06-12] 178: Checking tracker ** [19:46:45 2020-06-12] 178: Checking user_migrations ** [19:46:45 2020-06-12] 178: Checking batch_updates ** [19:46:45 2020-06-12] 178: Checking gears ** [19:46:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:46:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:50 2020-06-12] 178: Checking imports ** [19:46:50 2020-06-12] 178: Checking exports ** [19:46:50 2020-06-12] 178: Checking users ** [19:46:50 2020-06-12] 178: Checking user_dbs ** [19:46:50 2020-06-12] 178: Checking geocodings ** [19:46:50 2020-06-12] 178: Checking synchronizations ** [19:46:50 2020-06-12] 178: Checking tracker ** [19:46:50 2020-06-12] 178: Checking user_migrations ** [19:46:50 2020-06-12] 178: Checking batch_updates ** [19:46:50 2020-06-12] 178: Checking gears ** [19:46:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:46:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:55 2020-06-12] 178: Checking imports ** [19:46:55 2020-06-12] 178: Checking exports ** [19:46:55 2020-06-12] 178: Checking users ** [19:46:55 2020-06-12] 178: Checking user_dbs ** [19:46:55 2020-06-12] 178: Checking geocodings ** [19:46:55 2020-06-12] 178: Checking synchronizations ** [19:46:55 2020-06-12] 178: Checking tracker ** [19:46:55 2020-06-12] 178: Checking user_migrations ** [19:46:55 2020-06-12] 178: Checking batch_updates ** [19:46:55 2020-06-12] 178: Checking gears ** [19:46:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:46:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:00 2020-06-12] 178: Checking imports ** [19:47:00 2020-06-12] 178: Checking exports ** [19:47:00 2020-06-12] 178: Checking users ** [19:47:00 2020-06-12] 178: Checking user_dbs ** [19:47:00 2020-06-12] 178: Checking geocodings ** [19:47:00 2020-06-12] 178: Checking synchronizations ** [19:47:00 2020-06-12] 178: Checking tracker ** [19:47:00 2020-06-12] 178: Checking user_migrations ** [19:47:00 2020-06-12] 178: Checking batch_updates ** [19:47:00 2020-06-12] 178: Checking gears ** [19:47:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:47:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:05 2020-06-12] 178: Checking imports ** [19:47:05 2020-06-12] 178: Checking exports ** [19:47:05 2020-06-12] 178: Checking users ** [19:47:05 2020-06-12] 178: Checking user_dbs ** [19:47:05 2020-06-12] 178: Checking geocodings ** [19:47:05 2020-06-12] 178: Checking synchronizations ** [19:47:05 2020-06-12] 178: Checking tracker ** [19:47:05 2020-06-12] 178: Checking user_migrations ** [19:47:05 2020-06-12] 178: Checking batch_updates ** [19:47:05 2020-06-12] 178: Checking gears ** [19:47:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:47:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:10 2020-06-12] 178: Checking imports ** [19:47:10 2020-06-12] 178: Checking exports ** [19:47:10 2020-06-12] 178: Checking users ** [19:47:10 2020-06-12] 178: Checking user_dbs ** [19:47:10 2020-06-12] 178: Checking geocodings ** [19:47:10 2020-06-12] 178: Checking synchronizations ** [19:47:10 2020-06-12] 178: Checking tracker ** [19:47:10 2020-06-12] 178: Checking user_migrations ** [19:47:10 2020-06-12] 178: Checking batch_updates ** [19:47:10 2020-06-12] 178: Checking gears ** [19:47:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:47:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:15 2020-06-12] 178: Checking imports ** [19:47:15 2020-06-12] 178: Checking exports ** [19:47:15 2020-06-12] 178: Checking users ** [19:47:15 2020-06-12] 178: Checking user_dbs ** [19:47:15 2020-06-12] 178: Checking geocodings ** [19:47:15 2020-06-12] 178: Checking synchronizations ** [19:47:15 2020-06-12] 178: Checking tracker ** [19:47:15 2020-06-12] 178: Checking user_migrations ** [19:47:15 2020-06-12] 178: Checking batch_updates ** [19:47:15 2020-06-12] 178: Checking gears ** [19:47:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:47:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:20 2020-06-12] 178: Checking imports ** [19:47:20 2020-06-12] 178: Checking exports ** [19:47:20 2020-06-12] 178: Checking users ** [19:47:20 2020-06-12] 178: Checking user_dbs ** [19:47:20 2020-06-12] 178: Checking geocodings ** [19:47:20 2020-06-12] 178: Checking synchronizations ** [19:47:20 2020-06-12] 178: Checking tracker ** [19:47:20 2020-06-12] 178: Checking user_migrations ** [19:47:20 2020-06-12] 178: Checking batch_updates ** [19:47:20 2020-06-12] 178: Checking gears ** [19:47:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:47:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:26 2020-06-12] 178: Checking imports ** [19:47:26 2020-06-12] 178: Checking exports ** [19:47:26 2020-06-12] 178: Checking users ** [19:47:26 2020-06-12] 178: Checking user_dbs ** [19:47:26 2020-06-12] 178: Checking geocodings ** [19:47:26 2020-06-12] 178: Checking synchronizations ** [19:47:26 2020-06-12] 178: Checking tracker ** [19:47:26 2020-06-12] 178: Checking user_migrations ** [19:47:26 2020-06-12] 178: Checking batch_updates ** [19:47:26 2020-06-12] 178: Checking gears ** [19:47:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:47:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:31 2020-06-12] 178: Checking imports ** [19:47:31 2020-06-12] 178: Checking exports ** [19:47:31 2020-06-12] 178: Checking users ** [19:47:31 2020-06-12] 178: Checking user_dbs ** [19:47:31 2020-06-12] 178: Checking geocodings ** [19:47:31 2020-06-12] 178: Checking synchronizations ** [19:47:31 2020-06-12] 178: Checking tracker ** [19:47:31 2020-06-12] 178: Checking user_migrations ** [19:47:31 2020-06-12] 178: Checking batch_updates ** [19:47:31 2020-06-12] 178: Checking gears ** [19:47:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:47:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:36 2020-06-12] 178: Checking imports ** [19:47:36 2020-06-12] 178: Checking exports ** [19:47:36 2020-06-12] 178: Checking users ** [19:47:36 2020-06-12] 178: Checking user_dbs ** [19:47:36 2020-06-12] 178: Checking geocodings ** [19:47:36 2020-06-12] 178: Checking synchronizations ** [19:47:36 2020-06-12] 178: Checking tracker ** [19:47:36 2020-06-12] 178: Checking user_migrations ** [19:47:36 2020-06-12] 178: Checking batch_updates ** [19:47:36 2020-06-12] 178: Checking gears ** [19:47:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:47:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:41 2020-06-12] 178: Checking imports ** [19:47:41 2020-06-12] 178: Checking exports ** [19:47:41 2020-06-12] 178: Checking users ** [19:47:41 2020-06-12] 178: Checking user_dbs ** [19:47:41 2020-06-12] 178: Checking geocodings ** [19:47:41 2020-06-12] 178: Checking synchronizations ** [19:47:41 2020-06-12] 178: Checking tracker ** [19:47:41 2020-06-12] 178: Checking user_migrations ** [19:47:41 2020-06-12] 178: Checking batch_updates ** [19:47:41 2020-06-12] 178: Checking gears ** [19:47:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:47:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:46 2020-06-12] 178: Checking imports ** [19:47:46 2020-06-12] 178: Checking exports ** [19:47:46 2020-06-12] 178: Checking users ** [19:47:46 2020-06-12] 178: Checking user_dbs ** [19:47:46 2020-06-12] 178: Checking geocodings ** [19:47:46 2020-06-12] 178: Checking synchronizations ** [19:47:46 2020-06-12] 178: Checking tracker ** [19:47:46 2020-06-12] 178: Checking user_migrations ** [19:47:46 2020-06-12] 178: Checking batch_updates ** [19:47:46 2020-06-12] 178: Checking gears ** [19:47:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:47:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:51 2020-06-12] 178: Checking imports ** [19:47:51 2020-06-12] 178: Checking exports ** [19:47:51 2020-06-12] 178: Checking users ** [19:47:51 2020-06-12] 178: Checking user_dbs ** [19:47:51 2020-06-12] 178: Checking geocodings ** [19:47:51 2020-06-12] 178: Checking synchronizations ** [19:47:51 2020-06-12] 178: Checking tracker ** [19:47:51 2020-06-12] 178: Checking user_migrations ** [19:47:51 2020-06-12] 178: Checking batch_updates ** [19:47:51 2020-06-12] 178: Checking gears ** [19:47:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:47:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:56 2020-06-12] 178: Checking imports ** [19:47:56 2020-06-12] 178: Checking exports ** [19:47:56 2020-06-12] 178: Checking users ** [19:47:56 2020-06-12] 178: Checking user_dbs ** [19:47:56 2020-06-12] 178: Checking geocodings ** [19:47:56 2020-06-12] 178: Checking synchronizations ** [19:47:56 2020-06-12] 178: Checking tracker ** [19:47:56 2020-06-12] 178: Checking user_migrations ** [19:47:56 2020-06-12] 178: Checking batch_updates ** [19:47:56 2020-06-12] 178: Checking gears ** [19:47:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:47:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:01 2020-06-12] 178: Checking imports ** [19:48:01 2020-06-12] 178: Checking exports ** [19:48:01 2020-06-12] 178: Checking users ** [19:48:01 2020-06-12] 178: Checking user_dbs ** [19:48:01 2020-06-12] 178: Checking geocodings ** [19:48:01 2020-06-12] 178: Checking synchronizations ** [19:48:01 2020-06-12] 178: Checking tracker ** [19:48:01 2020-06-12] 178: Checking user_migrations ** [19:48:01 2020-06-12] 178: Checking batch_updates ** [19:48:01 2020-06-12] 178: Checking gears ** [19:48:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:48:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:06 2020-06-12] 178: Checking imports ** [19:48:06 2020-06-12] 178: Checking exports ** [19:48:06 2020-06-12] 178: Checking users ** [19:48:06 2020-06-12] 178: Checking user_dbs ** [19:48:06 2020-06-12] 178: Checking geocodings ** [19:48:06 2020-06-12] 178: Checking synchronizations ** [19:48:06 2020-06-12] 178: Checking tracker ** [19:48:06 2020-06-12] 178: Checking user_migrations ** [19:48:06 2020-06-12] 178: Checking batch_updates ** [19:48:06 2020-06-12] 178: Checking gears ** [19:48:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:48:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:11 2020-06-12] 178: Checking imports ** [19:48:11 2020-06-12] 178: Checking exports ** [19:48:11 2020-06-12] 178: Checking users ** [19:48:11 2020-06-12] 178: Checking user_dbs ** [19:48:11 2020-06-12] 178: Checking geocodings ** [19:48:11 2020-06-12] 178: Checking synchronizations ** [19:48:11 2020-06-12] 178: Checking tracker ** [19:48:11 2020-06-12] 178: Checking user_migrations ** [19:48:11 2020-06-12] 178: Checking batch_updates ** [19:48:11 2020-06-12] 178: Checking gears ** [19:48:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:48:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:16 2020-06-12] 178: Checking imports ** [19:48:16 2020-06-12] 178: Checking exports ** [19:48:16 2020-06-12] 178: Checking users ** [19:48:16 2020-06-12] 178: Checking user_dbs ** [19:48:16 2020-06-12] 178: Checking geocodings ** [19:48:16 2020-06-12] 178: Checking synchronizations ** [19:48:16 2020-06-12] 178: Checking tracker ** [19:48:16 2020-06-12] 178: Checking user_migrations ** [19:48:16 2020-06-12] 178: Checking batch_updates ** [19:48:16 2020-06-12] 178: Checking gears ** [19:48:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:48:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:21 2020-06-12] 178: Checking imports ** [19:48:21 2020-06-12] 178: Checking exports ** [19:48:21 2020-06-12] 178: Checking users ** [19:48:21 2020-06-12] 178: Checking user_dbs ** [19:48:21 2020-06-12] 178: Checking geocodings ** [19:48:21 2020-06-12] 178: Checking synchronizations ** [19:48:21 2020-06-12] 178: Checking tracker ** [19:48:21 2020-06-12] 178: Checking user_migrations ** [19:48:21 2020-06-12] 178: Checking batch_updates ** [19:48:21 2020-06-12] 178: Checking gears ** [19:48:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:48:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:26 2020-06-12] 178: Checking imports ** [19:48:26 2020-06-12] 178: Checking exports ** [19:48:26 2020-06-12] 178: Checking users ** [19:48:26 2020-06-12] 178: Checking user_dbs ** [19:48:26 2020-06-12] 178: Checking geocodings ** [19:48:26 2020-06-12] 178: Checking synchronizations ** [19:48:26 2020-06-12] 178: Checking tracker ** [19:48:26 2020-06-12] 178: Checking user_migrations ** [19:48:26 2020-06-12] 178: Checking batch_updates ** [19:48:26 2020-06-12] 178: Checking gears ** [19:48:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:48:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:31 2020-06-12] 178: Checking imports ** [19:48:31 2020-06-12] 178: Checking exports ** [19:48:31 2020-06-12] 178: Checking users ** [19:48:31 2020-06-12] 178: Checking user_dbs ** [19:48:31 2020-06-12] 178: Checking geocodings ** [19:48:31 2020-06-12] 178: Checking synchronizations ** [19:48:31 2020-06-12] 178: Checking tracker ** [19:48:31 2020-06-12] 178: Checking user_migrations ** [19:48:31 2020-06-12] 178: Checking batch_updates ** [19:48:31 2020-06-12] 178: Checking gears ** [19:48:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:48:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:36 2020-06-12] 178: Checking imports ** [19:48:36 2020-06-12] 178: Checking exports ** [19:48:36 2020-06-12] 178: Checking users ** [19:48:36 2020-06-12] 178: Checking user_dbs ** [19:48:36 2020-06-12] 178: Checking geocodings ** [19:48:36 2020-06-12] 178: Checking synchronizations ** [19:48:36 2020-06-12] 178: Checking tracker ** [19:48:36 2020-06-12] 178: Checking user_migrations ** [19:48:36 2020-06-12] 178: Checking batch_updates ** [19:48:36 2020-06-12] 178: Checking gears ** [19:48:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:48:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:41 2020-06-12] 178: Checking imports ** [19:48:41 2020-06-12] 178: Checking exports ** [19:48:41 2020-06-12] 178: Checking users ** [19:48:41 2020-06-12] 178: Checking user_dbs ** [19:48:41 2020-06-12] 178: Checking geocodings ** [19:48:41 2020-06-12] 178: Checking synchronizations ** [19:48:41 2020-06-12] 178: Checking tracker ** [19:48:41 2020-06-12] 178: Checking user_migrations ** [19:48:41 2020-06-12] 178: Checking batch_updates ** [19:48:41 2020-06-12] 178: Checking gears ** [19:48:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:48:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:46 2020-06-12] 178: Checking imports ** [19:48:46 2020-06-12] 178: Checking exports ** [19:48:46 2020-06-12] 178: Checking users ** [19:48:46 2020-06-12] 178: Checking user_dbs ** [19:48:46 2020-06-12] 178: Checking geocodings ** [19:48:46 2020-06-12] 178: Checking synchronizations ** [19:48:46 2020-06-12] 178: Checking tracker ** [19:48:46 2020-06-12] 178: Checking user_migrations ** [19:48:46 2020-06-12] 178: Checking batch_updates ** [19:48:46 2020-06-12] 178: Checking gears ** [19:48:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:48:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:51 2020-06-12] 178: Checking imports ** [19:48:51 2020-06-12] 178: Checking exports ** [19:48:51 2020-06-12] 178: Checking users ** [19:48:51 2020-06-12] 178: Checking user_dbs ** [19:48:51 2020-06-12] 178: Checking geocodings ** [19:48:51 2020-06-12] 178: Checking synchronizations ** [19:48:51 2020-06-12] 178: Checking tracker ** [19:48:51 2020-06-12] 178: Checking user_migrations ** [19:48:51 2020-06-12] 178: Checking batch_updates ** [19:48:51 2020-06-12] 178: Checking gears ** [19:48:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:48:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:56 2020-06-12] 178: Checking imports ** [19:48:56 2020-06-12] 178: Checking exports ** [19:48:56 2020-06-12] 178: Checking users ** [19:48:56 2020-06-12] 178: Checking user_dbs ** [19:48:56 2020-06-12] 178: Checking geocodings ** [19:48:56 2020-06-12] 178: Checking synchronizations ** [19:48:56 2020-06-12] 178: Checking tracker ** [19:48:56 2020-06-12] 178: Checking user_migrations ** [19:48:56 2020-06-12] 178: Checking batch_updates ** [19:48:56 2020-06-12] 178: Checking gears ** [19:48:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:48:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:01 2020-06-12] 178: Checking imports ** [19:49:01 2020-06-12] 178: Checking exports ** [19:49:01 2020-06-12] 178: Checking users ** [19:49:01 2020-06-12] 178: Checking user_dbs ** [19:49:01 2020-06-12] 178: Checking geocodings ** [19:49:01 2020-06-12] 178: Checking synchronizations ** [19:49:01 2020-06-12] 178: Checking tracker ** [19:49:01 2020-06-12] 178: Checking user_migrations ** [19:49:01 2020-06-12] 178: Checking batch_updates ** [19:49:01 2020-06-12] 178: Checking gears ** [19:49:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:49:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:06 2020-06-12] 178: Checking imports ** [19:49:06 2020-06-12] 178: Checking exports ** [19:49:06 2020-06-12] 178: Checking users ** [19:49:06 2020-06-12] 178: Checking user_dbs ** [19:49:06 2020-06-12] 178: Checking geocodings ** [19:49:06 2020-06-12] 178: Checking synchronizations ** [19:49:06 2020-06-12] 178: Checking tracker ** [19:49:06 2020-06-12] 178: Checking user_migrations ** [19:49:06 2020-06-12] 178: Checking batch_updates ** [19:49:06 2020-06-12] 178: Checking gears ** [19:49:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:49:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:11 2020-06-12] 178: Checking imports ** [19:49:11 2020-06-12] 178: Checking exports ** [19:49:11 2020-06-12] 178: Checking users ** [19:49:11 2020-06-12] 178: Checking user_dbs ** [19:49:11 2020-06-12] 178: Checking geocodings ** [19:49:11 2020-06-12] 178: Checking synchronizations ** [19:49:11 2020-06-12] 178: Checking tracker ** [19:49:11 2020-06-12] 178: Checking user_migrations ** [19:49:11 2020-06-12] 178: Checking batch_updates ** [19:49:11 2020-06-12] 178: Checking gears ** [19:49:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:49:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:16 2020-06-12] 178: Checking imports ** [19:49:16 2020-06-12] 178: Checking exports ** [19:49:16 2020-06-12] 178: Checking users ** [19:49:16 2020-06-12] 178: Checking user_dbs ** [19:49:16 2020-06-12] 178: Checking geocodings ** [19:49:16 2020-06-12] 178: Checking synchronizations ** [19:49:16 2020-06-12] 178: Checking tracker ** [19:49:16 2020-06-12] 178: Checking user_migrations ** [19:49:16 2020-06-12] 178: Checking batch_updates ** [19:49:16 2020-06-12] 178: Checking gears ** [19:49:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:49:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:21 2020-06-12] 178: Checking imports ** [19:49:21 2020-06-12] 178: Checking exports ** [19:49:21 2020-06-12] 178: Checking users ** [19:49:21 2020-06-12] 178: Checking user_dbs ** [19:49:21 2020-06-12] 178: Checking geocodings ** [19:49:21 2020-06-12] 178: Checking synchronizations ** [19:49:21 2020-06-12] 178: Checking tracker ** [19:49:21 2020-06-12] 178: Checking user_migrations ** [19:49:21 2020-06-12] 178: Checking batch_updates ** [19:49:21 2020-06-12] 178: Checking gears ** [19:49:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:49:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:26 2020-06-12] 178: Checking imports ** [19:49:26 2020-06-12] 178: Checking exports ** [19:49:26 2020-06-12] 178: Checking users ** [19:49:26 2020-06-12] 178: Checking user_dbs ** [19:49:26 2020-06-12] 178: Checking geocodings ** [19:49:26 2020-06-12] 178: Checking synchronizations ** [19:49:26 2020-06-12] 178: Checking tracker ** [19:49:26 2020-06-12] 178: Checking user_migrations ** [19:49:26 2020-06-12] 178: Checking batch_updates ** [19:49:26 2020-06-12] 178: Checking gears ** [19:49:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:49:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:31 2020-06-12] 178: Checking imports ** [19:49:31 2020-06-12] 178: Checking exports ** [19:49:31 2020-06-12] 178: Checking users ** [19:49:31 2020-06-12] 178: Checking user_dbs ** [19:49:31 2020-06-12] 178: Checking geocodings ** [19:49:31 2020-06-12] 178: Checking synchronizations ** [19:49:31 2020-06-12] 178: Checking tracker ** [19:49:31 2020-06-12] 178: Checking user_migrations ** [19:49:31 2020-06-12] 178: Checking batch_updates ** [19:49:31 2020-06-12] 178: Checking gears ** [19:49:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:49:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:36 2020-06-12] 178: Checking imports ** [19:49:36 2020-06-12] 178: Checking exports ** [19:49:36 2020-06-12] 178: Checking users ** [19:49:36 2020-06-12] 178: Checking user_dbs ** [19:49:36 2020-06-12] 178: Checking geocodings ** [19:49:36 2020-06-12] 178: Checking synchronizations ** [19:49:36 2020-06-12] 178: Checking tracker ** [19:49:36 2020-06-12] 178: Checking user_migrations ** [19:49:36 2020-06-12] 178: Checking batch_updates ** [19:49:36 2020-06-12] 178: Checking gears ** [19:49:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:49:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:41 2020-06-12] 178: Checking imports ** [19:49:41 2020-06-12] 178: Checking exports ** [19:49:41 2020-06-12] 178: Checking users ** [19:49:41 2020-06-12] 178: Checking user_dbs ** [19:49:41 2020-06-12] 178: Checking geocodings ** [19:49:41 2020-06-12] 178: Checking synchronizations ** [19:49:41 2020-06-12] 178: Checking tracker ** [19:49:41 2020-06-12] 178: Checking user_migrations ** [19:49:41 2020-06-12] 178: Checking batch_updates ** [19:49:41 2020-06-12] 178: Checking gears ** [19:49:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:49:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:46 2020-06-12] 178: Checking imports ** [19:49:46 2020-06-12] 178: Checking exports ** [19:49:46 2020-06-12] 178: Checking users ** [19:49:46 2020-06-12] 178: Checking user_dbs ** [19:49:46 2020-06-12] 178: Checking geocodings ** [19:49:46 2020-06-12] 178: Checking synchronizations ** [19:49:46 2020-06-12] 178: Checking tracker ** [19:49:46 2020-06-12] 178: Checking user_migrations ** [19:49:46 2020-06-12] 178: Checking batch_updates ** [19:49:46 2020-06-12] 178: Checking gears ** [19:49:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:49:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:51 2020-06-12] 178: Checking imports ** [19:49:51 2020-06-12] 178: Checking exports ** [19:49:51 2020-06-12] 178: Checking users ** [19:49:51 2020-06-12] 178: Checking user_dbs ** [19:49:51 2020-06-12] 178: Checking geocodings ** [19:49:51 2020-06-12] 178: Checking synchronizations ** [19:49:51 2020-06-12] 178: Checking tracker ** [19:49:51 2020-06-12] 178: Checking user_migrations ** [19:49:51 2020-06-12] 178: Checking batch_updates ** [19:49:51 2020-06-12] 178: Checking gears ** [19:49:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:49:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:56 2020-06-12] 178: Checking imports ** [19:49:56 2020-06-12] 178: Checking exports ** [19:49:56 2020-06-12] 178: Checking users ** [19:49:56 2020-06-12] 178: Checking user_dbs ** [19:49:56 2020-06-12] 178: Checking geocodings ** [19:49:56 2020-06-12] 178: Checking synchronizations ** [19:49:56 2020-06-12] 178: Checking tracker ** [19:49:56 2020-06-12] 178: Checking user_migrations ** [19:49:56 2020-06-12] 178: Checking batch_updates ** [19:49:56 2020-06-12] 178: Checking gears ** [19:49:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:49:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:01 2020-06-12] 178: Checking imports ** [19:50:01 2020-06-12] 178: Checking exports ** [19:50:01 2020-06-12] 178: Checking users ** [19:50:01 2020-06-12] 178: Checking user_dbs ** [19:50:01 2020-06-12] 178: Checking geocodings ** [19:50:01 2020-06-12] 178: Checking synchronizations ** [19:50:01 2020-06-12] 178: Checking tracker ** [19:50:01 2020-06-12] 178: Checking user_migrations ** [19:50:01 2020-06-12] 178: Checking batch_updates ** [19:50:01 2020-06-12] 178: Checking gears ** [19:50:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:50:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:06 2020-06-12] 178: Checking imports ** [19:50:06 2020-06-12] 178: Checking exports ** [19:50:06 2020-06-12] 178: Checking users ** [19:50:06 2020-06-12] 178: Checking user_dbs ** [19:50:06 2020-06-12] 178: Checking geocodings ** [19:50:06 2020-06-12] 178: Checking synchronizations ** [19:50:06 2020-06-12] 178: Checking tracker ** [19:50:06 2020-06-12] 178: Checking user_migrations ** [19:50:06 2020-06-12] 178: Checking batch_updates ** [19:50:06 2020-06-12] 178: Checking gears ** [19:50:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:50:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:11 2020-06-12] 178: Checking imports ** [19:50:11 2020-06-12] 178: Checking exports ** [19:50:11 2020-06-12] 178: Checking users ** [19:50:11 2020-06-12] 178: Checking user_dbs ** [19:50:11 2020-06-12] 178: Checking geocodings ** [19:50:11 2020-06-12] 178: Checking synchronizations ** [19:50:11 2020-06-12] 178: Checking tracker ** [19:50:11 2020-06-12] 178: Checking user_migrations ** [19:50:11 2020-06-12] 178: Checking batch_updates ** [19:50:11 2020-06-12] 178: Checking gears ** [19:50:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:50:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:16 2020-06-12] 178: Checking imports ** [19:50:16 2020-06-12] 178: Checking exports ** [19:50:16 2020-06-12] 178: Checking users ** [19:50:16 2020-06-12] 178: Checking user_dbs ** [19:50:16 2020-06-12] 178: Checking geocodings ** [19:50:16 2020-06-12] 178: Checking synchronizations ** [19:50:16 2020-06-12] 178: Checking tracker ** [19:50:16 2020-06-12] 178: Checking user_migrations ** [19:50:16 2020-06-12] 178: Checking batch_updates ** [19:50:16 2020-06-12] 178: Checking gears ** [19:50:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:50:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:21 2020-06-12] 178: Checking imports ** [19:50:21 2020-06-12] 178: Checking exports ** [19:50:21 2020-06-12] 178: Checking users ** [19:50:21 2020-06-12] 178: Checking user_dbs ** [19:50:21 2020-06-12] 178: Checking geocodings ** [19:50:21 2020-06-12] 178: Checking synchronizations ** [19:50:21 2020-06-12] 178: Checking tracker ** [19:50:21 2020-06-12] 178: Checking user_migrations ** [19:50:21 2020-06-12] 178: Checking batch_updates ** [19:50:21 2020-06-12] 178: Checking gears ** [19:50:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:50:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:26 2020-06-12] 178: Checking imports ** [19:50:26 2020-06-12] 178: Checking exports ** [19:50:26 2020-06-12] 178: Checking users ** [19:50:26 2020-06-12] 178: Checking user_dbs ** [19:50:26 2020-06-12] 178: Checking geocodings ** [19:50:26 2020-06-12] 178: Checking synchronizations ** [19:50:26 2020-06-12] 178: Checking tracker ** [19:50:26 2020-06-12] 178: Checking user_migrations ** [19:50:26 2020-06-12] 178: Checking batch_updates ** [19:50:26 2020-06-12] 178: Checking gears ** [19:50:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:50:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:31 2020-06-12] 178: Checking imports ** [19:50:31 2020-06-12] 178: Checking exports ** [19:50:31 2020-06-12] 178: Checking users ** [19:50:31 2020-06-12] 178: Checking user_dbs ** [19:50:31 2020-06-12] 178: Checking geocodings ** [19:50:31 2020-06-12] 178: Checking synchronizations ** [19:50:31 2020-06-12] 178: Checking tracker ** [19:50:31 2020-06-12] 178: Checking user_migrations ** [19:50:31 2020-06-12] 178: Checking batch_updates ** [19:50:31 2020-06-12] 178: Checking gears ** [19:50:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:50:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:36 2020-06-12] 178: Checking imports ** [19:50:36 2020-06-12] 178: Checking exports ** [19:50:36 2020-06-12] 178: Checking users ** [19:50:36 2020-06-12] 178: Checking user_dbs ** [19:50:36 2020-06-12] 178: Checking geocodings ** [19:50:36 2020-06-12] 178: Checking synchronizations ** [19:50:36 2020-06-12] 178: Checking tracker ** [19:50:36 2020-06-12] 178: Checking user_migrations ** [19:50:36 2020-06-12] 178: Checking batch_updates ** [19:50:36 2020-06-12] 178: Checking gears ** [19:50:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:50:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:41 2020-06-12] 178: Checking imports ** [19:50:41 2020-06-12] 178: Checking exports ** [19:50:41 2020-06-12] 178: Checking users ** [19:50:41 2020-06-12] 178: Checking user_dbs ** [19:50:41 2020-06-12] 178: Checking geocodings ** [19:50:41 2020-06-12] 178: Checking synchronizations ** [19:50:41 2020-06-12] 178: Checking tracker ** [19:50:41 2020-06-12] 178: Checking user_migrations ** [19:50:41 2020-06-12] 178: Checking batch_updates ** [19:50:41 2020-06-12] 178: Checking gears ** [19:50:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:50:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:46 2020-06-12] 178: Checking imports ** [19:50:46 2020-06-12] 178: Checking exports ** [19:50:46 2020-06-12] 178: Checking users ** [19:50:46 2020-06-12] 178: Checking user_dbs ** [19:50:46 2020-06-12] 178: Checking geocodings ** [19:50:46 2020-06-12] 178: Checking synchronizations ** [19:50:46 2020-06-12] 178: Checking tracker ** [19:50:46 2020-06-12] 178: Checking user_migrations ** [19:50:46 2020-06-12] 178: Checking batch_updates ** [19:50:46 2020-06-12] 178: Checking gears ** [19:50:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:50:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:51 2020-06-12] 178: Checking imports ** [19:50:51 2020-06-12] 178: Checking exports ** [19:50:51 2020-06-12] 178: Checking users ** [19:50:51 2020-06-12] 178: Checking user_dbs ** [19:50:51 2020-06-12] 178: Checking geocodings ** [19:50:51 2020-06-12] 178: Checking synchronizations ** [19:50:51 2020-06-12] 178: Checking tracker ** [19:50:51 2020-06-12] 178: Checking user_migrations ** [19:50:51 2020-06-12] 178: Checking batch_updates ** [19:50:51 2020-06-12] 178: Checking gears ** [19:50:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:50:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:56 2020-06-12] 178: Checking imports ** [19:50:56 2020-06-12] 178: Checking exports ** [19:50:56 2020-06-12] 178: Checking users ** [19:50:56 2020-06-12] 178: Checking user_dbs ** [19:50:56 2020-06-12] 178: Checking geocodings ** [19:50:56 2020-06-12] 178: Checking synchronizations ** [19:50:56 2020-06-12] 178: Checking tracker ** [19:50:56 2020-06-12] 178: Checking user_migrations ** [19:50:56 2020-06-12] 178: Checking batch_updates ** [19:50:56 2020-06-12] 178: Checking gears ** [19:50:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:50:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:01 2020-06-12] 178: Checking imports ** [19:51:01 2020-06-12] 178: Checking exports ** [19:51:01 2020-06-12] 178: Checking users ** [19:51:01 2020-06-12] 178: Checking user_dbs ** [19:51:01 2020-06-12] 178: Checking geocodings ** [19:51:01 2020-06-12] 178: Checking synchronizations ** [19:51:01 2020-06-12] 178: Checking tracker ** [19:51:01 2020-06-12] 178: Checking user_migrations ** [19:51:01 2020-06-12] 178: Checking batch_updates ** [19:51:01 2020-06-12] 178: Checking gears ** [19:51:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:51:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:06 2020-06-12] 178: Checking imports ** [19:51:06 2020-06-12] 178: Checking exports ** [19:51:06 2020-06-12] 178: Checking users ** [19:51:06 2020-06-12] 178: Checking user_dbs ** [19:51:06 2020-06-12] 178: Checking geocodings ** [19:51:06 2020-06-12] 178: Checking synchronizations ** [19:51:06 2020-06-12] 178: Checking tracker ** [19:51:06 2020-06-12] 178: Checking user_migrations ** [19:51:06 2020-06-12] 178: Checking batch_updates ** [19:51:06 2020-06-12] 178: Checking gears ** [19:51:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:51:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:11 2020-06-12] 178: Checking imports ** [19:51:11 2020-06-12] 178: Checking exports ** [19:51:11 2020-06-12] 178: Checking users ** [19:51:11 2020-06-12] 178: Checking user_dbs ** [19:51:11 2020-06-12] 178: Checking geocodings ** [19:51:11 2020-06-12] 178: Checking synchronizations ** [19:51:11 2020-06-12] 178: Checking tracker ** [19:51:11 2020-06-12] 178: Checking user_migrations ** [19:51:11 2020-06-12] 178: Checking batch_updates ** [19:51:11 2020-06-12] 178: Checking gears ** [19:51:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:51:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:16 2020-06-12] 178: Checking imports ** [19:51:16 2020-06-12] 178: Checking exports ** [19:51:16 2020-06-12] 178: Checking users ** [19:51:16 2020-06-12] 178: Checking user_dbs ** [19:51:16 2020-06-12] 178: Checking geocodings ** [19:51:16 2020-06-12] 178: Checking synchronizations ** [19:51:16 2020-06-12] 178: Checking tracker ** [19:51:16 2020-06-12] 178: Checking user_migrations ** [19:51:16 2020-06-12] 178: Checking batch_updates ** [19:51:16 2020-06-12] 178: Checking gears ** [19:51:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:51:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:21 2020-06-12] 178: Checking imports ** [19:51:21 2020-06-12] 178: Checking exports ** [19:51:21 2020-06-12] 178: Checking users ** [19:51:21 2020-06-12] 178: Checking user_dbs ** [19:51:21 2020-06-12] 178: Checking geocodings ** [19:51:21 2020-06-12] 178: Checking synchronizations ** [19:51:21 2020-06-12] 178: Checking tracker ** [19:51:21 2020-06-12] 178: Checking user_migrations ** [19:51:21 2020-06-12] 178: Checking batch_updates ** [19:51:21 2020-06-12] 178: Checking gears ** [19:51:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:51:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:26 2020-06-12] 178: Checking imports ** [19:51:26 2020-06-12] 178: Checking exports ** [19:51:26 2020-06-12] 178: Checking users ** [19:51:26 2020-06-12] 178: Checking user_dbs ** [19:51:26 2020-06-12] 178: Checking geocodings ** [19:51:26 2020-06-12] 178: Checking synchronizations ** [19:51:26 2020-06-12] 178: Checking tracker ** [19:51:26 2020-06-12] 178: Checking user_migrations ** [19:51:26 2020-06-12] 178: Checking batch_updates ** [19:51:26 2020-06-12] 178: Checking gears ** [19:51:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:51:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:31 2020-06-12] 178: Checking imports ** [19:51:31 2020-06-12] 178: Checking exports ** [19:51:31 2020-06-12] 178: Checking users ** [19:51:31 2020-06-12] 178: Checking user_dbs ** [19:51:31 2020-06-12] 178: Checking geocodings ** [19:51:31 2020-06-12] 178: Checking synchronizations ** [19:51:31 2020-06-12] 178: Checking tracker ** [19:51:31 2020-06-12] 178: Checking user_migrations ** [19:51:31 2020-06-12] 178: Checking batch_updates ** [19:51:31 2020-06-12] 178: Checking gears ** [19:51:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:51:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:36 2020-06-12] 178: Checking imports ** [19:51:36 2020-06-12] 178: Checking exports ** [19:51:36 2020-06-12] 178: Checking users ** [19:51:36 2020-06-12] 178: Checking user_dbs ** [19:51:36 2020-06-12] 178: Checking geocodings ** [19:51:36 2020-06-12] 178: Checking synchronizations ** [19:51:36 2020-06-12] 178: Checking tracker ** [19:51:36 2020-06-12] 178: Checking user_migrations ** [19:51:36 2020-06-12] 178: Checking batch_updates ** [19:51:36 2020-06-12] 178: Checking gears ** [19:51:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:51:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:41 2020-06-12] 178: Checking imports ** [19:51:41 2020-06-12] 178: Checking exports ** [19:51:41 2020-06-12] 178: Checking users ** [19:51:41 2020-06-12] 178: Checking user_dbs ** [19:51:41 2020-06-12] 178: Checking geocodings ** [19:51:41 2020-06-12] 178: Checking synchronizations ** [19:51:41 2020-06-12] 178: Checking tracker ** [19:51:41 2020-06-12] 178: Checking user_migrations ** [19:51:41 2020-06-12] 178: Checking batch_updates ** [19:51:41 2020-06-12] 178: Checking gears ** [19:51:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:51:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:46 2020-06-12] 178: Checking imports ** [19:51:46 2020-06-12] 178: Checking exports ** [19:51:46 2020-06-12] 178: Checking users ** [19:51:46 2020-06-12] 178: Checking user_dbs ** [19:51:46 2020-06-12] 178: Checking geocodings ** [19:51:46 2020-06-12] 178: Checking synchronizations ** [19:51:46 2020-06-12] 178: Checking tracker ** [19:51:46 2020-06-12] 178: Checking user_migrations ** [19:51:46 2020-06-12] 178: Checking batch_updates ** [19:51:46 2020-06-12] 178: Checking gears ** [19:51:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:51:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:51 2020-06-12] 178: Checking imports ** [19:51:51 2020-06-12] 178: Checking exports ** [19:51:51 2020-06-12] 178: Checking users ** [19:51:51 2020-06-12] 178: Checking user_dbs ** [19:51:51 2020-06-12] 178: Checking geocodings ** [19:51:51 2020-06-12] 178: Checking synchronizations ** [19:51:51 2020-06-12] 178: Checking tracker ** [19:51:51 2020-06-12] 178: Checking user_migrations ** [19:51:51 2020-06-12] 178: Checking batch_updates ** [19:51:51 2020-06-12] 178: Checking gears ** [19:51:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:51:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:56 2020-06-12] 178: Checking imports ** [19:51:56 2020-06-12] 178: Checking exports ** [19:51:56 2020-06-12] 178: Checking users ** [19:51:56 2020-06-12] 178: Checking user_dbs ** [19:51:56 2020-06-12] 178: Checking geocodings ** [19:51:56 2020-06-12] 178: Checking synchronizations ** [19:51:56 2020-06-12] 178: Checking tracker ** [19:51:56 2020-06-12] 178: Checking user_migrations ** [19:51:56 2020-06-12] 178: Checking batch_updates ** [19:51:56 2020-06-12] 178: Checking gears ** [19:51:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:51:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:01 2020-06-12] 178: Checking imports ** [19:52:01 2020-06-12] 178: Checking exports ** [19:52:01 2020-06-12] 178: Checking users ** [19:52:01 2020-06-12] 178: Checking user_dbs ** [19:52:01 2020-06-12] 178: Checking geocodings ** [19:52:01 2020-06-12] 178: Checking synchronizations ** [19:52:01 2020-06-12] 178: Checking tracker ** [19:52:01 2020-06-12] 178: Checking user_migrations ** [19:52:01 2020-06-12] 178: Checking batch_updates ** [19:52:01 2020-06-12] 178: Checking gears ** [19:52:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:52:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:06 2020-06-12] 178: Checking imports ** [19:52:06 2020-06-12] 178: Checking exports ** [19:52:06 2020-06-12] 178: Checking users ** [19:52:06 2020-06-12] 178: Checking user_dbs ** [19:52:06 2020-06-12] 178: Checking geocodings ** [19:52:06 2020-06-12] 178: Checking synchronizations ** [19:52:06 2020-06-12] 178: Checking tracker ** [19:52:06 2020-06-12] 178: Checking user_migrations ** [19:52:06 2020-06-12] 178: Checking batch_updates ** [19:52:06 2020-06-12] 178: Checking gears ** [19:52:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:52:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:11 2020-06-12] 178: Checking imports ** [19:52:11 2020-06-12] 178: Checking exports ** [19:52:11 2020-06-12] 178: Checking users ** [19:52:11 2020-06-12] 178: Checking user_dbs ** [19:52:11 2020-06-12] 178: Checking geocodings ** [19:52:11 2020-06-12] 178: Checking synchronizations ** [19:52:11 2020-06-12] 178: Checking tracker ** [19:52:11 2020-06-12] 178: Checking user_migrations ** [19:52:11 2020-06-12] 178: Checking batch_updates ** [19:52:11 2020-06-12] 178: Checking gears ** [19:52:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:52:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:16 2020-06-12] 178: Checking imports ** [19:52:16 2020-06-12] 178: Checking exports ** [19:52:16 2020-06-12] 178: Checking users ** [19:52:16 2020-06-12] 178: Checking user_dbs ** [19:52:16 2020-06-12] 178: Checking geocodings ** [19:52:16 2020-06-12] 178: Checking synchronizations ** [19:52:16 2020-06-12] 178: Checking tracker ** [19:52:16 2020-06-12] 178: Checking user_migrations ** [19:52:16 2020-06-12] 178: Checking batch_updates ** [19:52:16 2020-06-12] 178: Checking gears ** [19:52:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:52:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:21 2020-06-12] 178: Checking imports ** [19:52:21 2020-06-12] 178: Checking exports ** [19:52:21 2020-06-12] 178: Checking users ** [19:52:21 2020-06-12] 178: Checking user_dbs ** [19:52:21 2020-06-12] 178: Checking geocodings ** [19:52:21 2020-06-12] 178: Checking synchronizations ** [19:52:21 2020-06-12] 178: Checking tracker ** [19:52:21 2020-06-12] 178: Checking user_migrations ** [19:52:21 2020-06-12] 178: Checking batch_updates ** [19:52:21 2020-06-12] 178: Checking gears ** [19:52:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:52:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:26 2020-06-12] 178: Checking imports ** [19:52:26 2020-06-12] 178: Checking exports ** [19:52:26 2020-06-12] 178: Checking users ** [19:52:26 2020-06-12] 178: Checking user_dbs ** [19:52:26 2020-06-12] 178: Checking geocodings ** [19:52:26 2020-06-12] 178: Checking synchronizations ** [19:52:26 2020-06-12] 178: Checking tracker ** [19:52:26 2020-06-12] 178: Checking user_migrations ** [19:52:26 2020-06-12] 178: Checking batch_updates ** [19:52:26 2020-06-12] 178: Checking gears ** [19:52:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:52:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:31 2020-06-12] 178: Checking imports ** [19:52:31 2020-06-12] 178: Checking exports ** [19:52:31 2020-06-12] 178: Checking users ** [19:52:31 2020-06-12] 178: Checking user_dbs ** [19:52:31 2020-06-12] 178: Checking geocodings ** [19:52:31 2020-06-12] 178: Checking synchronizations ** [19:52:31 2020-06-12] 178: Checking tracker ** [19:52:31 2020-06-12] 178: Checking user_migrations ** [19:52:31 2020-06-12] 178: Checking batch_updates ** [19:52:31 2020-06-12] 178: Checking gears ** [19:52:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:52:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:36 2020-06-12] 178: Checking imports ** [19:52:36 2020-06-12] 178: Checking exports ** [19:52:36 2020-06-12] 178: Checking users ** [19:52:36 2020-06-12] 178: Checking user_dbs ** [19:52:36 2020-06-12] 178: Checking geocodings ** [19:52:36 2020-06-12] 178: Checking synchronizations ** [19:52:36 2020-06-12] 178: Checking tracker ** [19:52:36 2020-06-12] 178: Checking user_migrations ** [19:52:36 2020-06-12] 178: Checking batch_updates ** [19:52:36 2020-06-12] 178: Checking gears ** [19:52:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:52:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:41 2020-06-12] 178: Checking imports ** [19:52:41 2020-06-12] 178: Checking exports ** [19:52:41 2020-06-12] 178: Checking users ** [19:52:41 2020-06-12] 178: Checking user_dbs ** [19:52:41 2020-06-12] 178: Checking geocodings ** [19:52:41 2020-06-12] 178: Checking synchronizations ** [19:52:41 2020-06-12] 178: Checking tracker ** [19:52:41 2020-06-12] 178: Checking user_migrations ** [19:52:41 2020-06-12] 178: Checking batch_updates ** [19:52:41 2020-06-12] 178: Checking gears ** [19:52:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:52:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:46 2020-06-12] 178: Checking imports ** [19:52:46 2020-06-12] 178: Checking exports ** [19:52:46 2020-06-12] 178: Checking users ** [19:52:46 2020-06-12] 178: Checking user_dbs ** [19:52:46 2020-06-12] 178: Checking geocodings ** [19:52:46 2020-06-12] 178: Checking synchronizations ** [19:52:46 2020-06-12] 178: Checking tracker ** [19:52:46 2020-06-12] 178: Checking user_migrations ** [19:52:46 2020-06-12] 178: Checking batch_updates ** [19:52:46 2020-06-12] 178: Checking gears ** [19:52:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:52:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:51 2020-06-12] 178: Checking imports ** [19:52:51 2020-06-12] 178: Checking exports ** [19:52:51 2020-06-12] 178: Checking users ** [19:52:51 2020-06-12] 178: Checking user_dbs ** [19:52:51 2020-06-12] 178: Checking geocodings ** [19:52:51 2020-06-12] 178: Checking synchronizations ** [19:52:51 2020-06-12] 178: Checking tracker ** [19:52:51 2020-06-12] 178: Checking user_migrations ** [19:52:51 2020-06-12] 178: Checking batch_updates ** [19:52:51 2020-06-12] 178: Checking gears ** [19:52:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:52:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:56 2020-06-12] 178: Checking imports ** [19:52:56 2020-06-12] 178: Checking exports ** [19:52:56 2020-06-12] 178: Checking users ** [19:52:56 2020-06-12] 178: Checking user_dbs ** [19:52:56 2020-06-12] 178: Checking geocodings ** [19:52:56 2020-06-12] 178: Checking synchronizations ** [19:52:56 2020-06-12] 178: Checking tracker ** [19:52:56 2020-06-12] 178: Checking user_migrations ** [19:52:56 2020-06-12] 178: Checking batch_updates ** [19:52:56 2020-06-12] 178: Checking gears ** [19:52:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:52:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:01 2020-06-12] 178: Checking imports ** [19:53:01 2020-06-12] 178: Checking exports ** [19:53:01 2020-06-12] 178: Checking users ** [19:53:01 2020-06-12] 178: Checking user_dbs ** [19:53:01 2020-06-12] 178: Checking geocodings ** [19:53:01 2020-06-12] 178: Checking synchronizations ** [19:53:01 2020-06-12] 178: Checking tracker ** [19:53:01 2020-06-12] 178: Checking user_migrations ** [19:53:01 2020-06-12] 178: Checking batch_updates ** [19:53:01 2020-06-12] 178: Checking gears ** [19:53:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:53:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:06 2020-06-12] 178: Checking imports ** [19:53:06 2020-06-12] 178: Checking exports ** [19:53:06 2020-06-12] 178: Checking users ** [19:53:06 2020-06-12] 178: Checking user_dbs ** [19:53:06 2020-06-12] 178: Checking geocodings ** [19:53:06 2020-06-12] 178: Checking synchronizations ** [19:53:06 2020-06-12] 178: Checking tracker ** [19:53:06 2020-06-12] 178: Checking user_migrations ** [19:53:06 2020-06-12] 178: Checking batch_updates ** [19:53:06 2020-06-12] 178: Checking gears ** [19:53:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:53:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:11 2020-06-12] 178: Checking imports ** [19:53:11 2020-06-12] 178: Checking exports ** [19:53:11 2020-06-12] 178: Checking users ** [19:53:11 2020-06-12] 178: Checking user_dbs ** [19:53:11 2020-06-12] 178: Checking geocodings ** [19:53:11 2020-06-12] 178: Checking synchronizations ** [19:53:11 2020-06-12] 178: Checking tracker ** [19:53:11 2020-06-12] 178: Checking user_migrations ** [19:53:11 2020-06-12] 178: Checking batch_updates ** [19:53:11 2020-06-12] 178: Checking gears ** [19:53:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:53:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:16 2020-06-12] 178: Checking imports ** [19:53:16 2020-06-12] 178: Checking exports ** [19:53:16 2020-06-12] 178: Checking users ** [19:53:16 2020-06-12] 178: Checking user_dbs ** [19:53:16 2020-06-12] 178: Checking geocodings ** [19:53:16 2020-06-12] 178: Checking synchronizations ** [19:53:16 2020-06-12] 178: Checking tracker ** [19:53:16 2020-06-12] 178: Checking user_migrations ** [19:53:16 2020-06-12] 178: Checking batch_updates ** [19:53:16 2020-06-12] 178: Checking gears ** [19:53:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:53:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:21 2020-06-12] 178: Checking imports ** [19:53:21 2020-06-12] 178: Checking exports ** [19:53:21 2020-06-12] 178: Checking users ** [19:53:21 2020-06-12] 178: Checking user_dbs ** [19:53:21 2020-06-12] 178: Checking geocodings ** [19:53:21 2020-06-12] 178: Checking synchronizations ** [19:53:21 2020-06-12] 178: Checking tracker ** [19:53:21 2020-06-12] 178: Checking user_migrations ** [19:53:21 2020-06-12] 178: Checking batch_updates ** [19:53:21 2020-06-12] 178: Checking gears ** [19:53:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:53:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:26 2020-06-12] 178: Checking imports ** [19:53:26 2020-06-12] 178: Checking exports ** [19:53:26 2020-06-12] 178: Checking users ** [19:53:26 2020-06-12] 178: Checking user_dbs ** [19:53:26 2020-06-12] 178: Checking geocodings ** [19:53:26 2020-06-12] 178: Checking synchronizations ** [19:53:26 2020-06-12] 178: Checking tracker ** [19:53:26 2020-06-12] 178: Checking user_migrations ** [19:53:26 2020-06-12] 178: Checking batch_updates ** [19:53:26 2020-06-12] 178: Checking gears ** [19:53:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:53:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:31 2020-06-12] 178: Checking imports ** [19:53:31 2020-06-12] 178: Checking exports ** [19:53:31 2020-06-12] 178: Checking users ** [19:53:31 2020-06-12] 178: Checking user_dbs ** [19:53:31 2020-06-12] 178: Checking geocodings ** [19:53:31 2020-06-12] 178: Checking synchronizations ** [19:53:31 2020-06-12] 178: Checking tracker ** [19:53:31 2020-06-12] 178: Checking user_migrations ** [19:53:31 2020-06-12] 178: Checking batch_updates ** [19:53:31 2020-06-12] 178: Checking gears ** [19:53:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:53:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:36 2020-06-12] 178: Checking imports ** [19:53:36 2020-06-12] 178: Checking exports ** [19:53:36 2020-06-12] 178: Checking users ** [19:53:36 2020-06-12] 178: Checking user_dbs ** [19:53:36 2020-06-12] 178: Checking geocodings ** [19:53:36 2020-06-12] 178: Checking synchronizations ** [19:53:36 2020-06-12] 178: Checking tracker ** [19:53:36 2020-06-12] 178: Checking user_migrations ** [19:53:36 2020-06-12] 178: Checking batch_updates ** [19:53:36 2020-06-12] 178: Checking gears ** [19:53:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:53:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:41 2020-06-12] 178: Checking imports ** [19:53:41 2020-06-12] 178: Checking exports ** [19:53:41 2020-06-12] 178: Checking users ** [19:53:41 2020-06-12] 178: Checking user_dbs ** [19:53:41 2020-06-12] 178: Checking geocodings ** [19:53:41 2020-06-12] 178: Checking synchronizations ** [19:53:41 2020-06-12] 178: Checking tracker ** [19:53:41 2020-06-12] 178: Checking user_migrations ** [19:53:41 2020-06-12] 178: Checking batch_updates ** [19:53:41 2020-06-12] 178: Checking gears ** [19:53:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:53:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:46 2020-06-12] 178: Checking imports ** [19:53:46 2020-06-12] 178: Checking exports ** [19:53:46 2020-06-12] 178: Checking users ** [19:53:46 2020-06-12] 178: Checking user_dbs ** [19:53:46 2020-06-12] 178: Checking geocodings ** [19:53:46 2020-06-12] 178: Checking synchronizations ** [19:53:46 2020-06-12] 178: Checking tracker ** [19:53:46 2020-06-12] 178: Checking user_migrations ** [19:53:46 2020-06-12] 178: Checking batch_updates ** [19:53:46 2020-06-12] 178: Checking gears ** [19:53:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:53:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:51 2020-06-12] 178: Checking imports ** [19:53:51 2020-06-12] 178: Checking exports ** [19:53:51 2020-06-12] 178: Checking users ** [19:53:51 2020-06-12] 178: Checking user_dbs ** [19:53:51 2020-06-12] 178: Checking geocodings ** [19:53:51 2020-06-12] 178: Checking synchronizations ** [19:53:51 2020-06-12] 178: Checking tracker ** [19:53:51 2020-06-12] 178: Checking user_migrations ** [19:53:51 2020-06-12] 178: Checking batch_updates ** [19:53:51 2020-06-12] 178: Checking gears ** [19:53:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:53:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:56 2020-06-12] 178: Checking imports ** [19:53:56 2020-06-12] 178: Checking exports ** [19:53:56 2020-06-12] 178: Checking users ** [19:53:56 2020-06-12] 178: Checking user_dbs ** [19:53:56 2020-06-12] 178: Checking geocodings ** [19:53:56 2020-06-12] 178: Checking synchronizations ** [19:53:56 2020-06-12] 178: Checking tracker ** [19:53:56 2020-06-12] 178: Checking user_migrations ** [19:53:56 2020-06-12] 178: Checking batch_updates ** [19:53:56 2020-06-12] 178: Checking gears ** [19:53:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:53:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:01 2020-06-12] 178: Checking imports ** [19:54:01 2020-06-12] 178: Checking exports ** [19:54:01 2020-06-12] 178: Checking users ** [19:54:01 2020-06-12] 178: Checking user_dbs ** [19:54:01 2020-06-12] 178: Checking geocodings ** [19:54:01 2020-06-12] 178: Checking synchronizations ** [19:54:01 2020-06-12] 178: Checking tracker ** [19:54:01 2020-06-12] 178: Checking user_migrations ** [19:54:01 2020-06-12] 178: Checking batch_updates ** [19:54:01 2020-06-12] 178: Checking gears ** [19:54:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:54:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:06 2020-06-12] 178: Checking imports ** [19:54:06 2020-06-12] 178: Checking exports ** [19:54:06 2020-06-12] 178: Checking users ** [19:54:06 2020-06-12] 178: Checking user_dbs ** [19:54:06 2020-06-12] 178: Checking geocodings ** [19:54:06 2020-06-12] 178: Checking synchronizations ** [19:54:06 2020-06-12] 178: Checking tracker ** [19:54:06 2020-06-12] 178: Checking user_migrations ** [19:54:06 2020-06-12] 178: Checking batch_updates ** [19:54:06 2020-06-12] 178: Checking gears ** [19:54:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:54:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:11 2020-06-12] 178: Checking imports ** [19:54:11 2020-06-12] 178: Checking exports ** [19:54:11 2020-06-12] 178: Checking users ** [19:54:11 2020-06-12] 178: Checking user_dbs ** [19:54:11 2020-06-12] 178: Checking geocodings ** [19:54:11 2020-06-12] 178: Checking synchronizations ** [19:54:11 2020-06-12] 178: Checking tracker ** [19:54:11 2020-06-12] 178: Checking user_migrations ** [19:54:11 2020-06-12] 178: Checking batch_updates ** [19:54:11 2020-06-12] 178: Checking gears ** [19:54:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:54:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:16 2020-06-12] 178: Checking imports ** [19:54:16 2020-06-12] 178: Checking exports ** [19:54:16 2020-06-12] 178: Checking users ** [19:54:16 2020-06-12] 178: Checking user_dbs ** [19:54:16 2020-06-12] 178: Checking geocodings ** [19:54:16 2020-06-12] 178: Checking synchronizations ** [19:54:16 2020-06-12] 178: Checking tracker ** [19:54:16 2020-06-12] 178: Checking user_migrations ** [19:54:16 2020-06-12] 178: Checking batch_updates ** [19:54:16 2020-06-12] 178: Checking gears ** [19:54:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:54:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:21 2020-06-12] 178: Checking imports ** [19:54:21 2020-06-12] 178: Checking exports ** [19:54:21 2020-06-12] 178: Checking users ** [19:54:21 2020-06-12] 178: Checking user_dbs ** [19:54:21 2020-06-12] 178: Checking geocodings ** [19:54:21 2020-06-12] 178: Checking synchronizations ** [19:54:21 2020-06-12] 178: Checking tracker ** [19:54:21 2020-06-12] 178: Checking user_migrations ** [19:54:21 2020-06-12] 178: Checking batch_updates ** [19:54:21 2020-06-12] 178: Checking gears ** [19:54:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:54:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:26 2020-06-12] 178: Checking imports ** [19:54:26 2020-06-12] 178: Checking exports ** [19:54:26 2020-06-12] 178: Checking users ** [19:54:26 2020-06-12] 178: Checking user_dbs ** [19:54:26 2020-06-12] 178: Checking geocodings ** [19:54:26 2020-06-12] 178: Checking synchronizations ** [19:54:26 2020-06-12] 178: Checking tracker ** [19:54:26 2020-06-12] 178: Checking user_migrations ** [19:54:26 2020-06-12] 178: Checking batch_updates ** [19:54:26 2020-06-12] 178: Checking gears ** [19:54:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:54:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:31 2020-06-12] 178: Checking imports ** [19:54:31 2020-06-12] 178: Checking exports ** [19:54:31 2020-06-12] 178: Checking users ** [19:54:31 2020-06-12] 178: Checking user_dbs ** [19:54:31 2020-06-12] 178: Checking geocodings ** [19:54:31 2020-06-12] 178: Checking synchronizations ** [19:54:31 2020-06-12] 178: Checking tracker ** [19:54:31 2020-06-12] 178: Checking user_migrations ** [19:54:31 2020-06-12] 178: Checking batch_updates ** [19:54:31 2020-06-12] 178: Checking gears ** [19:54:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:54:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:36 2020-06-12] 178: Checking imports ** [19:54:36 2020-06-12] 178: Checking exports ** [19:54:36 2020-06-12] 178: Checking users ** [19:54:36 2020-06-12] 178: Checking user_dbs ** [19:54:36 2020-06-12] 178: Checking geocodings ** [19:54:36 2020-06-12] 178: Checking synchronizations ** [19:54:36 2020-06-12] 178: Checking tracker ** [19:54:36 2020-06-12] 178: Checking user_migrations ** [19:54:36 2020-06-12] 178: Checking batch_updates ** [19:54:36 2020-06-12] 178: Checking gears ** [19:54:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:54:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:41 2020-06-12] 178: Checking imports ** [19:54:41 2020-06-12] 178: Checking exports ** [19:54:41 2020-06-12] 178: Checking users ** [19:54:41 2020-06-12] 178: Checking user_dbs ** [19:54:41 2020-06-12] 178: Checking geocodings ** [19:54:41 2020-06-12] 178: Checking synchronizations ** [19:54:41 2020-06-12] 178: Checking tracker ** [19:54:41 2020-06-12] 178: Checking user_migrations ** [19:54:41 2020-06-12] 178: Checking batch_updates ** [19:54:41 2020-06-12] 178: Checking gears ** [19:54:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:54:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:46 2020-06-12] 178: Checking imports ** [19:54:46 2020-06-12] 178: Checking exports ** [19:54:46 2020-06-12] 178: Checking users ** [19:54:46 2020-06-12] 178: Checking user_dbs ** [19:54:46 2020-06-12] 178: Checking geocodings ** [19:54:46 2020-06-12] 178: Checking synchronizations ** [19:54:46 2020-06-12] 178: Checking tracker ** [19:54:46 2020-06-12] 178: Checking user_migrations ** [19:54:46 2020-06-12] 178: Checking batch_updates ** [19:54:46 2020-06-12] 178: Checking gears ** [19:54:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:54:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:51 2020-06-12] 178: Checking imports ** [19:54:51 2020-06-12] 178: Checking exports ** [19:54:51 2020-06-12] 178: Checking users ** [19:54:51 2020-06-12] 178: Checking user_dbs ** [19:54:51 2020-06-12] 178: Checking geocodings ** [19:54:51 2020-06-12] 178: Checking synchronizations ** [19:54:51 2020-06-12] 178: Checking tracker ** [19:54:51 2020-06-12] 178: Checking user_migrations ** [19:54:51 2020-06-12] 178: Checking batch_updates ** [19:54:51 2020-06-12] 178: Checking gears ** [19:54:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:54:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:56 2020-06-12] 178: Checking imports ** [19:54:56 2020-06-12] 178: Checking exports ** [19:54:56 2020-06-12] 178: Checking users ** [19:54:56 2020-06-12] 178: Checking user_dbs ** [19:54:56 2020-06-12] 178: Checking geocodings ** [19:54:56 2020-06-12] 178: Checking synchronizations ** [19:54:56 2020-06-12] 178: Checking tracker ** [19:54:56 2020-06-12] 178: Checking user_migrations ** [19:54:56 2020-06-12] 178: Checking batch_updates ** [19:54:56 2020-06-12] 178: Checking gears ** [19:54:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:54:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:01 2020-06-12] 178: Checking imports ** [19:55:01 2020-06-12] 178: Checking exports ** [19:55:01 2020-06-12] 178: Checking users ** [19:55:01 2020-06-12] 178: Checking user_dbs ** [19:55:01 2020-06-12] 178: Checking geocodings ** [19:55:01 2020-06-12] 178: Checking synchronizations ** [19:55:01 2020-06-12] 178: Checking tracker ** [19:55:01 2020-06-12] 178: Checking user_migrations ** [19:55:01 2020-06-12] 178: Checking batch_updates ** [19:55:01 2020-06-12] 178: Checking gears ** [19:55:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:55:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:06 2020-06-12] 178: Checking imports ** [19:55:06 2020-06-12] 178: Checking exports ** [19:55:06 2020-06-12] 178: Checking users ** [19:55:06 2020-06-12] 178: Checking user_dbs ** [19:55:06 2020-06-12] 178: Checking geocodings ** [19:55:06 2020-06-12] 178: Checking synchronizations ** [19:55:06 2020-06-12] 178: Checking tracker ** [19:55:06 2020-06-12] 178: Checking user_migrations ** [19:55:06 2020-06-12] 178: Checking batch_updates ** [19:55:06 2020-06-12] 178: Checking gears ** [19:55:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:55:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:11 2020-06-12] 178: Checking imports ** [19:55:11 2020-06-12] 178: Checking exports ** [19:55:11 2020-06-12] 178: Checking users ** [19:55:11 2020-06-12] 178: Checking user_dbs ** [19:55:11 2020-06-12] 178: Checking geocodings ** [19:55:11 2020-06-12] 178: Checking synchronizations ** [19:55:11 2020-06-12] 178: Checking tracker ** [19:55:11 2020-06-12] 178: Checking user_migrations ** [19:55:11 2020-06-12] 178: Checking batch_updates ** [19:55:11 2020-06-12] 178: Checking gears ** [19:55:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:55:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:16 2020-06-12] 178: Checking imports ** [19:55:16 2020-06-12] 178: Checking exports ** [19:55:16 2020-06-12] 178: Checking users ** [19:55:16 2020-06-12] 178: Checking user_dbs ** [19:55:16 2020-06-12] 178: Checking geocodings ** [19:55:16 2020-06-12] 178: Checking synchronizations ** [19:55:16 2020-06-12] 178: Checking tracker ** [19:55:16 2020-06-12] 178: Checking user_migrations ** [19:55:16 2020-06-12] 178: Checking batch_updates ** [19:55:16 2020-06-12] 178: Checking gears ** [19:55:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:55:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:21 2020-06-12] 178: Checking imports ** [19:55:21 2020-06-12] 178: Checking exports ** [19:55:21 2020-06-12] 178: Checking users ** [19:55:21 2020-06-12] 178: Checking user_dbs ** [19:55:21 2020-06-12] 178: Checking geocodings ** [19:55:21 2020-06-12] 178: Checking synchronizations ** [19:55:21 2020-06-12] 178: Checking tracker ** [19:55:21 2020-06-12] 178: Checking user_migrations ** [19:55:21 2020-06-12] 178: Checking batch_updates ** [19:55:21 2020-06-12] 178: Checking gears ** [19:55:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:55:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:26 2020-06-12] 178: Checking imports ** [19:55:26 2020-06-12] 178: Checking exports ** [19:55:26 2020-06-12] 178: Checking users ** [19:55:26 2020-06-12] 178: Checking user_dbs ** [19:55:26 2020-06-12] 178: Checking geocodings ** [19:55:26 2020-06-12] 178: Checking synchronizations ** [19:55:26 2020-06-12] 178: Checking tracker ** [19:55:26 2020-06-12] 178: Checking user_migrations ** [19:55:26 2020-06-12] 178: Checking batch_updates ** [19:55:26 2020-06-12] 178: Checking gears ** [19:55:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:55:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:31 2020-06-12] 178: Checking imports ** [19:55:31 2020-06-12] 178: Checking exports ** [19:55:31 2020-06-12] 178: Checking users ** [19:55:31 2020-06-12] 178: Checking user_dbs ** [19:55:31 2020-06-12] 178: Checking geocodings ** [19:55:31 2020-06-12] 178: Checking synchronizations ** [19:55:31 2020-06-12] 178: Checking tracker ** [19:55:31 2020-06-12] 178: Checking user_migrations ** [19:55:31 2020-06-12] 178: Checking batch_updates ** [19:55:31 2020-06-12] 178: Checking gears ** [19:55:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:55:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:36 2020-06-12] 178: Checking imports ** [19:55:36 2020-06-12] 178: Checking exports ** [19:55:36 2020-06-12] 178: Checking users ** [19:55:36 2020-06-12] 178: Checking user_dbs ** [19:55:36 2020-06-12] 178: Checking geocodings ** [19:55:36 2020-06-12] 178: Checking synchronizations ** [19:55:36 2020-06-12] 178: Checking tracker ** [19:55:36 2020-06-12] 178: Checking user_migrations ** [19:55:36 2020-06-12] 178: Checking batch_updates ** [19:55:36 2020-06-12] 178: Checking gears ** [19:55:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:55:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:41 2020-06-12] 178: Checking imports ** [19:55:41 2020-06-12] 178: Checking exports ** [19:55:41 2020-06-12] 178: Checking users ** [19:55:41 2020-06-12] 178: Checking user_dbs ** [19:55:41 2020-06-12] 178: Checking geocodings ** [19:55:41 2020-06-12] 178: Checking synchronizations ** [19:55:41 2020-06-12] 178: Checking tracker ** [19:55:41 2020-06-12] 178: Checking user_migrations ** [19:55:41 2020-06-12] 178: Checking batch_updates ** [19:55:41 2020-06-12] 178: Checking gears ** [19:55:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:55:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:46 2020-06-12] 178: Checking imports ** [19:55:46 2020-06-12] 178: Checking exports ** [19:55:46 2020-06-12] 178: Checking users ** [19:55:46 2020-06-12] 178: Checking user_dbs ** [19:55:46 2020-06-12] 178: Checking geocodings ** [19:55:46 2020-06-12] 178: Checking synchronizations ** [19:55:46 2020-06-12] 178: Checking tracker ** [19:55:46 2020-06-12] 178: Checking user_migrations ** [19:55:46 2020-06-12] 178: Checking batch_updates ** [19:55:46 2020-06-12] 178: Checking gears ** [19:55:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:55:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:51 2020-06-12] 178: Checking imports ** [19:55:51 2020-06-12] 178: Checking exports ** [19:55:51 2020-06-12] 178: Checking users ** [19:55:51 2020-06-12] 178: Checking user_dbs ** [19:55:51 2020-06-12] 178: Checking geocodings ** [19:55:51 2020-06-12] 178: Checking synchronizations ** [19:55:51 2020-06-12] 178: Checking tracker ** [19:55:51 2020-06-12] 178: Checking user_migrations ** [19:55:51 2020-06-12] 178: Checking batch_updates ** [19:55:51 2020-06-12] 178: Checking gears ** [19:55:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:55:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:56 2020-06-12] 178: Checking imports ** [19:55:56 2020-06-12] 178: Checking exports ** [19:55:56 2020-06-12] 178: Checking users ** [19:55:56 2020-06-12] 178: Checking user_dbs ** [19:55:56 2020-06-12] 178: Checking geocodings ** [19:55:56 2020-06-12] 178: Checking synchronizations ** [19:55:56 2020-06-12] 178: Checking tracker ** [19:55:56 2020-06-12] 178: Checking user_migrations ** [19:55:56 2020-06-12] 178: Checking batch_updates ** [19:55:56 2020-06-12] 178: Checking gears ** [19:55:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:55:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:01 2020-06-12] 178: Checking imports ** [19:56:01 2020-06-12] 178: Checking exports ** [19:56:01 2020-06-12] 178: Checking users ** [19:56:01 2020-06-12] 178: Checking user_dbs ** [19:56:01 2020-06-12] 178: Checking geocodings ** [19:56:01 2020-06-12] 178: Checking synchronizations ** [19:56:01 2020-06-12] 178: Checking tracker ** [19:56:01 2020-06-12] 178: Checking user_migrations ** [19:56:01 2020-06-12] 178: Checking batch_updates ** [19:56:01 2020-06-12] 178: Checking gears ** [19:56:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:56:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:07 2020-06-12] 178: Checking imports ** [19:56:07 2020-06-12] 178: Checking exports ** [19:56:07 2020-06-12] 178: Checking users ** [19:56:07 2020-06-12] 178: Checking user_dbs ** [19:56:07 2020-06-12] 178: Checking geocodings ** [19:56:07 2020-06-12] 178: Checking synchronizations ** [19:56:07 2020-06-12] 178: Checking tracker ** [19:56:07 2020-06-12] 178: Checking user_migrations ** [19:56:07 2020-06-12] 178: Checking batch_updates ** [19:56:07 2020-06-12] 178: Checking gears ** [19:56:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:56:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:12 2020-06-12] 178: Checking imports ** [19:56:12 2020-06-12] 178: Checking exports ** [19:56:12 2020-06-12] 178: Checking users ** [19:56:12 2020-06-12] 178: Checking user_dbs ** [19:56:12 2020-06-12] 178: Checking geocodings ** [19:56:12 2020-06-12] 178: Checking synchronizations ** [19:56:12 2020-06-12] 178: Checking tracker ** [19:56:12 2020-06-12] 178: Checking user_migrations ** [19:56:12 2020-06-12] 178: Checking batch_updates ** [19:56:12 2020-06-12] 178: Checking gears ** [19:56:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:56:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:17 2020-06-12] 178: Checking imports ** [19:56:17 2020-06-12] 178: Checking exports ** [19:56:17 2020-06-12] 178: Checking users ** [19:56:17 2020-06-12] 178: Checking user_dbs ** [19:56:17 2020-06-12] 178: Checking geocodings ** [19:56:17 2020-06-12] 178: Checking synchronizations ** [19:56:17 2020-06-12] 178: Checking tracker ** [19:56:17 2020-06-12] 178: Checking user_migrations ** [19:56:17 2020-06-12] 178: Checking batch_updates ** [19:56:17 2020-06-12] 178: Checking gears ** [19:56:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:56:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:22 2020-06-12] 178: Checking imports ** [19:56:22 2020-06-12] 178: Checking exports ** [19:56:22 2020-06-12] 178: Checking users ** [19:56:22 2020-06-12] 178: Checking user_dbs ** [19:56:22 2020-06-12] 178: Checking geocodings ** [19:56:22 2020-06-12] 178: Checking synchronizations ** [19:56:22 2020-06-12] 178: Checking tracker ** [19:56:22 2020-06-12] 178: Checking user_migrations ** [19:56:22 2020-06-12] 178: Checking batch_updates ** [19:56:22 2020-06-12] 178: Checking gears ** [19:56:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:56:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:27 2020-06-12] 178: Checking imports ** [19:56:27 2020-06-12] 178: Checking exports ** [19:56:27 2020-06-12] 178: Checking users ** [19:56:27 2020-06-12] 178: Checking user_dbs ** [19:56:27 2020-06-12] 178: Checking geocodings ** [19:56:27 2020-06-12] 178: Checking synchronizations ** [19:56:27 2020-06-12] 178: Checking tracker ** [19:56:27 2020-06-12] 178: Checking user_migrations ** [19:56:27 2020-06-12] 178: Checking batch_updates ** [19:56:27 2020-06-12] 178: Checking gears ** [19:56:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:56:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:32 2020-06-12] 178: Checking imports ** [19:56:32 2020-06-12] 178: Checking exports ** [19:56:32 2020-06-12] 178: Checking users ** [19:56:32 2020-06-12] 178: Checking user_dbs ** [19:56:32 2020-06-12] 178: Checking geocodings ** [19:56:32 2020-06-12] 178: Checking synchronizations ** [19:56:32 2020-06-12] 178: Checking tracker ** [19:56:32 2020-06-12] 178: Checking user_migrations ** [19:56:32 2020-06-12] 178: Checking batch_updates ** [19:56:32 2020-06-12] 178: Checking gears ** [19:56:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:56:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:37 2020-06-12] 178: Checking imports ** [19:56:37 2020-06-12] 178: Checking exports ** [19:56:37 2020-06-12] 178: Checking users ** [19:56:37 2020-06-12] 178: Checking user_dbs ** [19:56:37 2020-06-12] 178: Checking geocodings ** [19:56:37 2020-06-12] 178: Checking synchronizations ** [19:56:37 2020-06-12] 178: Checking tracker ** [19:56:37 2020-06-12] 178: Checking user_migrations ** [19:56:37 2020-06-12] 178: Checking batch_updates ** [19:56:37 2020-06-12] 178: Checking gears ** [19:56:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:56:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:42 2020-06-12] 178: Checking imports ** [19:56:42 2020-06-12] 178: Checking exports ** [19:56:42 2020-06-12] 178: Checking users ** [19:56:42 2020-06-12] 178: Checking user_dbs ** [19:56:42 2020-06-12] 178: Checking geocodings ** [19:56:42 2020-06-12] 178: Checking synchronizations ** [19:56:42 2020-06-12] 178: Checking tracker ** [19:56:42 2020-06-12] 178: Checking user_migrations ** [19:56:42 2020-06-12] 178: Checking batch_updates ** [19:56:42 2020-06-12] 178: Checking gears ** [19:56:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:56:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:47 2020-06-12] 178: Checking imports ** [19:56:47 2020-06-12] 178: Checking exports ** [19:56:47 2020-06-12] 178: Checking users ** [19:56:47 2020-06-12] 178: Checking user_dbs ** [19:56:47 2020-06-12] 178: Checking geocodings ** [19:56:47 2020-06-12] 178: Checking synchronizations ** [19:56:47 2020-06-12] 178: Checking tracker ** [19:56:47 2020-06-12] 178: Checking user_migrations ** [19:56:47 2020-06-12] 178: Checking batch_updates ** [19:56:47 2020-06-12] 178: Checking gears ** [19:56:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:56:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:52 2020-06-12] 178: Checking imports ** [19:56:52 2020-06-12] 178: Checking exports ** [19:56:52 2020-06-12] 178: Checking users ** [19:56:52 2020-06-12] 178: Checking user_dbs ** [19:56:52 2020-06-12] 178: Checking geocodings ** [19:56:52 2020-06-12] 178: Checking synchronizations ** [19:56:52 2020-06-12] 178: Checking tracker ** [19:56:52 2020-06-12] 178: Checking user_migrations ** [19:56:52 2020-06-12] 178: Checking batch_updates ** [19:56:52 2020-06-12] 178: Checking gears ** [19:56:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:56:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:57 2020-06-12] 178: Checking imports ** [19:56:57 2020-06-12] 178: Checking exports ** [19:56:57 2020-06-12] 178: Checking users ** [19:56:57 2020-06-12] 178: Checking user_dbs ** [19:56:57 2020-06-12] 178: Checking geocodings ** [19:56:57 2020-06-12] 178: Checking synchronizations ** [19:56:57 2020-06-12] 178: Checking tracker ** [19:56:57 2020-06-12] 178: Checking user_migrations ** [19:56:57 2020-06-12] 178: Checking batch_updates ** [19:56:57 2020-06-12] 178: Checking gears ** [19:56:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:56:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:02 2020-06-12] 178: Checking imports ** [19:57:02 2020-06-12] 178: Checking exports ** [19:57:02 2020-06-12] 178: Checking users ** [19:57:02 2020-06-12] 178: Checking user_dbs ** [19:57:02 2020-06-12] 178: Checking geocodings ** [19:57:02 2020-06-12] 178: Checking synchronizations ** [19:57:02 2020-06-12] 178: Checking tracker ** [19:57:02 2020-06-12] 178: Checking user_migrations ** [19:57:02 2020-06-12] 178: Checking batch_updates ** [19:57:02 2020-06-12] 178: Checking gears ** [19:57:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:57:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:07 2020-06-12] 178: Checking imports ** [19:57:07 2020-06-12] 178: Checking exports ** [19:57:07 2020-06-12] 178: Checking users ** [19:57:07 2020-06-12] 178: Checking user_dbs ** [19:57:07 2020-06-12] 178: Checking geocodings ** [19:57:07 2020-06-12] 178: Checking synchronizations ** [19:57:07 2020-06-12] 178: Checking tracker ** [19:57:07 2020-06-12] 178: Checking user_migrations ** [19:57:07 2020-06-12] 178: Checking batch_updates ** [19:57:07 2020-06-12] 178: Checking gears ** [19:57:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:57:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:12 2020-06-12] 178: Checking imports ** [19:57:12 2020-06-12] 178: Checking exports ** [19:57:12 2020-06-12] 178: Checking users ** [19:57:12 2020-06-12] 178: Checking user_dbs ** [19:57:12 2020-06-12] 178: Checking geocodings ** [19:57:12 2020-06-12] 178: Checking synchronizations ** [19:57:12 2020-06-12] 178: Checking tracker ** [19:57:12 2020-06-12] 178: Checking user_migrations ** [19:57:12 2020-06-12] 178: Checking batch_updates ** [19:57:12 2020-06-12] 178: Checking gears ** [19:57:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:57:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:17 2020-06-12] 178: Checking imports ** [19:57:17 2020-06-12] 178: Checking exports ** [19:57:17 2020-06-12] 178: Checking users ** [19:57:17 2020-06-12] 178: Checking user_dbs ** [19:57:17 2020-06-12] 178: Checking geocodings ** [19:57:17 2020-06-12] 178: Checking synchronizations ** [19:57:17 2020-06-12] 178: Checking tracker ** [19:57:17 2020-06-12] 178: Checking user_migrations ** [19:57:17 2020-06-12] 178: Checking batch_updates ** [19:57:17 2020-06-12] 178: Checking gears ** [19:57:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:57:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:22 2020-06-12] 178: Checking imports ** [19:57:22 2020-06-12] 178: Checking exports ** [19:57:22 2020-06-12] 178: Checking users ** [19:57:22 2020-06-12] 178: Checking user_dbs ** [19:57:22 2020-06-12] 178: Checking geocodings ** [19:57:22 2020-06-12] 178: Checking synchronizations ** [19:57:22 2020-06-12] 178: Checking tracker ** [19:57:22 2020-06-12] 178: Checking user_migrations ** [19:57:22 2020-06-12] 178: Checking batch_updates ** [19:57:22 2020-06-12] 178: Checking gears ** [19:57:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:57:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:27 2020-06-12] 178: Checking imports ** [19:57:27 2020-06-12] 178: Checking exports ** [19:57:27 2020-06-12] 178: Checking users ** [19:57:27 2020-06-12] 178: Checking user_dbs ** [19:57:27 2020-06-12] 178: Checking geocodings ** [19:57:27 2020-06-12] 178: Checking synchronizations ** [19:57:27 2020-06-12] 178: Checking tracker ** [19:57:27 2020-06-12] 178: Checking user_migrations ** [19:57:27 2020-06-12] 178: Checking batch_updates ** [19:57:27 2020-06-12] 178: Checking gears ** [19:57:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:57:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:32 2020-06-12] 178: Checking imports ** [19:57:32 2020-06-12] 178: Checking exports ** [19:57:32 2020-06-12] 178: Checking users ** [19:57:32 2020-06-12] 178: Checking user_dbs ** [19:57:32 2020-06-12] 178: Checking geocodings ** [19:57:32 2020-06-12] 178: Checking synchronizations ** [19:57:32 2020-06-12] 178: Checking tracker ** [19:57:32 2020-06-12] 178: Checking user_migrations ** [19:57:32 2020-06-12] 178: Checking batch_updates ** [19:57:32 2020-06-12] 178: Checking gears ** [19:57:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:57:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:37 2020-06-12] 178: Checking imports ** [19:57:37 2020-06-12] 178: Checking exports ** [19:57:37 2020-06-12] 178: Checking users ** [19:57:37 2020-06-12] 178: Checking user_dbs ** [19:57:37 2020-06-12] 178: Checking geocodings ** [19:57:37 2020-06-12] 178: Checking synchronizations ** [19:57:37 2020-06-12] 178: Checking tracker ** [19:57:37 2020-06-12] 178: Checking user_migrations ** [19:57:37 2020-06-12] 178: Checking batch_updates ** [19:57:37 2020-06-12] 178: Checking gears ** [19:57:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:57:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:42 2020-06-12] 178: Checking imports ** [19:57:42 2020-06-12] 178: Checking exports ** [19:57:42 2020-06-12] 178: Checking users ** [19:57:42 2020-06-12] 178: Checking user_dbs ** [19:57:42 2020-06-12] 178: Checking geocodings ** [19:57:42 2020-06-12] 178: Checking synchronizations ** [19:57:42 2020-06-12] 178: Checking tracker ** [19:57:42 2020-06-12] 178: Checking user_migrations ** [19:57:42 2020-06-12] 178: Checking batch_updates ** [19:57:42 2020-06-12] 178: Checking gears ** [19:57:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:57:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:47 2020-06-12] 178: Checking imports ** [19:57:47 2020-06-12] 178: Checking exports ** [19:57:47 2020-06-12] 178: Checking users ** [19:57:47 2020-06-12] 178: Checking user_dbs ** [19:57:47 2020-06-12] 178: Checking geocodings ** [19:57:47 2020-06-12] 178: Checking synchronizations ** [19:57:47 2020-06-12] 178: Checking tracker ** [19:57:47 2020-06-12] 178: Checking user_migrations ** [19:57:47 2020-06-12] 178: Checking batch_updates ** [19:57:47 2020-06-12] 178: Checking gears ** [19:57:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:57:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:52 2020-06-12] 178: Checking imports ** [19:57:52 2020-06-12] 178: Checking exports ** [19:57:52 2020-06-12] 178: Checking users ** [19:57:52 2020-06-12] 178: Checking user_dbs ** [19:57:52 2020-06-12] 178: Checking geocodings ** [19:57:52 2020-06-12] 178: Checking synchronizations ** [19:57:52 2020-06-12] 178: Checking tracker ** [19:57:52 2020-06-12] 178: Checking user_migrations ** [19:57:52 2020-06-12] 178: Checking batch_updates ** [19:57:52 2020-06-12] 178: Checking gears ** [19:57:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:57:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:57 2020-06-12] 178: Checking imports ** [19:57:57 2020-06-12] 178: Checking exports ** [19:57:57 2020-06-12] 178: Checking users ** [19:57:57 2020-06-12] 178: Checking user_dbs ** [19:57:57 2020-06-12] 178: Checking geocodings ** [19:57:57 2020-06-12] 178: Checking synchronizations ** [19:57:57 2020-06-12] 178: Checking tracker ** [19:57:57 2020-06-12] 178: Checking user_migrations ** [19:57:57 2020-06-12] 178: Checking batch_updates ** [19:57:57 2020-06-12] 178: Checking gears ** [19:57:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:57:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:02 2020-06-12] 178: Checking imports ** [19:58:02 2020-06-12] 178: Checking exports ** [19:58:02 2020-06-12] 178: Checking users ** [19:58:02 2020-06-12] 178: Checking user_dbs ** [19:58:02 2020-06-12] 178: Checking geocodings ** [19:58:02 2020-06-12] 178: Checking synchronizations ** [19:58:02 2020-06-12] 178: Checking tracker ** [19:58:02 2020-06-12] 178: Checking user_migrations ** [19:58:02 2020-06-12] 178: Checking batch_updates ** [19:58:02 2020-06-12] 178: Checking gears ** [19:58:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:58:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:07 2020-06-12] 178: Checking imports ** [19:58:07 2020-06-12] 178: Checking exports ** [19:58:07 2020-06-12] 178: Checking users ** [19:58:07 2020-06-12] 178: Checking user_dbs ** [19:58:07 2020-06-12] 178: Checking geocodings ** [19:58:07 2020-06-12] 178: Checking synchronizations ** [19:58:07 2020-06-12] 178: Checking tracker ** [19:58:07 2020-06-12] 178: Checking user_migrations ** [19:58:07 2020-06-12] 178: Checking batch_updates ** [19:58:07 2020-06-12] 178: Checking gears ** [19:58:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:58:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:12 2020-06-12] 178: Checking imports ** [19:58:12 2020-06-12] 178: Checking exports ** [19:58:12 2020-06-12] 178: Checking users ** [19:58:12 2020-06-12] 178: Checking user_dbs ** [19:58:12 2020-06-12] 178: Checking geocodings ** [19:58:12 2020-06-12] 178: Checking synchronizations ** [19:58:12 2020-06-12] 178: Checking tracker ** [19:58:12 2020-06-12] 178: Checking user_migrations ** [19:58:12 2020-06-12] 178: Checking batch_updates ** [19:58:12 2020-06-12] 178: Checking gears ** [19:58:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:58:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:17 2020-06-12] 178: Checking imports ** [19:58:17 2020-06-12] 178: Checking exports ** [19:58:17 2020-06-12] 178: Checking users ** [19:58:17 2020-06-12] 178: Checking user_dbs ** [19:58:17 2020-06-12] 178: Checking geocodings ** [19:58:17 2020-06-12] 178: Checking synchronizations ** [19:58:17 2020-06-12] 178: Checking tracker ** [19:58:17 2020-06-12] 178: Checking user_migrations ** [19:58:17 2020-06-12] 178: Checking batch_updates ** [19:58:17 2020-06-12] 178: Checking gears ** [19:58:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:58:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:22 2020-06-12] 178: Checking imports ** [19:58:22 2020-06-12] 178: Checking exports ** [19:58:22 2020-06-12] 178: Checking users ** [19:58:22 2020-06-12] 178: Checking user_dbs ** [19:58:22 2020-06-12] 178: Checking geocodings ** [19:58:22 2020-06-12] 178: Checking synchronizations ** [19:58:22 2020-06-12] 178: Checking tracker ** [19:58:22 2020-06-12] 178: Checking user_migrations ** [19:58:22 2020-06-12] 178: Checking batch_updates ** [19:58:22 2020-06-12] 178: Checking gears ** [19:58:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:58:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:27 2020-06-12] 178: Checking imports ** [19:58:27 2020-06-12] 178: Checking exports ** [19:58:27 2020-06-12] 178: Checking users ** [19:58:27 2020-06-12] 178: Checking user_dbs ** [19:58:27 2020-06-12] 178: Checking geocodings ** [19:58:27 2020-06-12] 178: Checking synchronizations ** [19:58:27 2020-06-12] 178: Checking tracker ** [19:58:27 2020-06-12] 178: Checking user_migrations ** [19:58:27 2020-06-12] 178: Checking batch_updates ** [19:58:27 2020-06-12] 178: Checking gears ** [19:58:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:58:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:32 2020-06-12] 178: Checking imports ** [19:58:32 2020-06-12] 178: Checking exports ** [19:58:32 2020-06-12] 178: Checking users ** [19:58:32 2020-06-12] 178: Checking user_dbs ** [19:58:32 2020-06-12] 178: Checking geocodings ** [19:58:32 2020-06-12] 178: Checking synchronizations ** [19:58:32 2020-06-12] 178: Checking tracker ** [19:58:32 2020-06-12] 178: Checking user_migrations ** [19:58:32 2020-06-12] 178: Checking batch_updates ** [19:58:32 2020-06-12] 178: Checking gears ** [19:58:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:58:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:37 2020-06-12] 178: Checking imports ** [19:58:37 2020-06-12] 178: Checking exports ** [19:58:37 2020-06-12] 178: Checking users ** [19:58:37 2020-06-12] 178: Checking user_dbs ** [19:58:37 2020-06-12] 178: Checking geocodings ** [19:58:37 2020-06-12] 178: Checking synchronizations ** [19:58:37 2020-06-12] 178: Checking tracker ** [19:58:37 2020-06-12] 178: Checking user_migrations ** [19:58:37 2020-06-12] 178: Checking batch_updates ** [19:58:37 2020-06-12] 178: Checking gears ** [19:58:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:58:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:42 2020-06-12] 178: Checking imports ** [19:58:42 2020-06-12] 178: Checking exports ** [19:58:42 2020-06-12] 178: Checking users ** [19:58:42 2020-06-12] 178: Checking user_dbs ** [19:58:42 2020-06-12] 178: Checking geocodings ** [19:58:42 2020-06-12] 178: Checking synchronizations ** [19:58:42 2020-06-12] 178: Checking tracker ** [19:58:42 2020-06-12] 178: Checking user_migrations ** [19:58:42 2020-06-12] 178: Checking batch_updates ** [19:58:42 2020-06-12] 178: Checking gears ** [19:58:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:58:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:47 2020-06-12] 178: Checking imports ** [19:58:47 2020-06-12] 178: Checking exports ** [19:58:47 2020-06-12] 178: Checking users ** [19:58:47 2020-06-12] 178: Checking user_dbs ** [19:58:47 2020-06-12] 178: Checking geocodings ** [19:58:47 2020-06-12] 178: Checking synchronizations ** [19:58:47 2020-06-12] 178: Checking tracker ** [19:58:47 2020-06-12] 178: Checking user_migrations ** [19:58:47 2020-06-12] 178: Checking batch_updates ** [19:58:47 2020-06-12] 178: Checking gears ** [19:58:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:58:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:52 2020-06-12] 178: Checking imports ** [19:58:52 2020-06-12] 178: Checking exports ** [19:58:52 2020-06-12] 178: Checking users ** [19:58:52 2020-06-12] 178: Checking user_dbs ** [19:58:52 2020-06-12] 178: Checking geocodings ** [19:58:52 2020-06-12] 178: Checking synchronizations ** [19:58:52 2020-06-12] 178: Checking tracker ** [19:58:52 2020-06-12] 178: Checking user_migrations ** [19:58:52 2020-06-12] 178: Checking batch_updates ** [19:58:52 2020-06-12] 178: Checking gears ** [19:58:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:58:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:57 2020-06-12] 178: Checking imports ** [19:58:57 2020-06-12] 178: Checking exports ** [19:58:57 2020-06-12] 178: Checking users ** [19:58:57 2020-06-12] 178: Checking user_dbs ** [19:58:57 2020-06-12] 178: Checking geocodings ** [19:58:57 2020-06-12] 178: Checking synchronizations ** [19:58:57 2020-06-12] 178: Checking tracker ** [19:58:57 2020-06-12] 178: Checking user_migrations ** [19:58:57 2020-06-12] 178: Checking batch_updates ** [19:58:57 2020-06-12] 178: Checking gears ** [19:58:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:58:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:02 2020-06-12] 178: Checking imports ** [19:59:02 2020-06-12] 178: Checking exports ** [19:59:02 2020-06-12] 178: Checking users ** [19:59:02 2020-06-12] 178: Checking user_dbs ** [19:59:02 2020-06-12] 178: Checking geocodings ** [19:59:02 2020-06-12] 178: Checking synchronizations ** [19:59:02 2020-06-12] 178: Checking tracker ** [19:59:02 2020-06-12] 178: Checking user_migrations ** [19:59:02 2020-06-12] 178: Checking batch_updates ** [19:59:02 2020-06-12] 178: Checking gears ** [19:59:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:59:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:07 2020-06-12] 178: Checking imports ** [19:59:07 2020-06-12] 178: Checking exports ** [19:59:07 2020-06-12] 178: Checking users ** [19:59:07 2020-06-12] 178: Checking user_dbs ** [19:59:07 2020-06-12] 178: Checking geocodings ** [19:59:07 2020-06-12] 178: Checking synchronizations ** [19:59:07 2020-06-12] 178: Checking tracker ** [19:59:07 2020-06-12] 178: Checking user_migrations ** [19:59:07 2020-06-12] 178: Checking batch_updates ** [19:59:07 2020-06-12] 178: Checking gears ** [19:59:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:59:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:12 2020-06-12] 178: Checking imports ** [19:59:12 2020-06-12] 178: Checking exports ** [19:59:12 2020-06-12] 178: Checking users ** [19:59:12 2020-06-12] 178: Checking user_dbs ** [19:59:12 2020-06-12] 178: Checking geocodings ** [19:59:12 2020-06-12] 178: Checking synchronizations ** [19:59:12 2020-06-12] 178: Checking tracker ** [19:59:12 2020-06-12] 178: Checking user_migrations ** [19:59:12 2020-06-12] 178: Checking batch_updates ** [19:59:12 2020-06-12] 178: Checking gears ** [19:59:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:59:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:17 2020-06-12] 178: Checking imports ** [19:59:17 2020-06-12] 178: Checking exports ** [19:59:17 2020-06-12] 178: Checking users ** [19:59:17 2020-06-12] 178: Checking user_dbs ** [19:59:17 2020-06-12] 178: Checking geocodings ** [19:59:17 2020-06-12] 178: Checking synchronizations ** [19:59:17 2020-06-12] 178: Checking tracker ** [19:59:17 2020-06-12] 178: Checking user_migrations ** [19:59:17 2020-06-12] 178: Checking batch_updates ** [19:59:17 2020-06-12] 178: Checking gears ** [19:59:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:59:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:22 2020-06-12] 178: Checking imports ** [19:59:22 2020-06-12] 178: Checking exports ** [19:59:22 2020-06-12] 178: Checking users ** [19:59:22 2020-06-12] 178: Checking user_dbs ** [19:59:22 2020-06-12] 178: Checking geocodings ** [19:59:22 2020-06-12] 178: Checking synchronizations ** [19:59:22 2020-06-12] 178: Checking tracker ** [19:59:22 2020-06-12] 178: Checking user_migrations ** [19:59:22 2020-06-12] 178: Checking batch_updates ** [19:59:22 2020-06-12] 178: Checking gears ** [19:59:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:59:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:27 2020-06-12] 178: Checking imports ** [19:59:27 2020-06-12] 178: Checking exports ** [19:59:27 2020-06-12] 178: Checking users ** [19:59:27 2020-06-12] 178: Checking user_dbs ** [19:59:27 2020-06-12] 178: Checking geocodings ** [19:59:27 2020-06-12] 178: Checking synchronizations ** [19:59:27 2020-06-12] 178: Checking tracker ** [19:59:27 2020-06-12] 178: Checking user_migrations ** [19:59:27 2020-06-12] 178: Checking batch_updates ** [19:59:27 2020-06-12] 178: Checking gears ** [19:59:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:59:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:32 2020-06-12] 178: Checking imports ** [19:59:32 2020-06-12] 178: Checking exports ** [19:59:32 2020-06-12] 178: Checking users ** [19:59:32 2020-06-12] 178: Checking user_dbs ** [19:59:32 2020-06-12] 178: Checking geocodings ** [19:59:32 2020-06-12] 178: Checking synchronizations ** [19:59:32 2020-06-12] 178: Checking tracker ** [19:59:32 2020-06-12] 178: Checking user_migrations ** [19:59:32 2020-06-12] 178: Checking batch_updates ** [19:59:32 2020-06-12] 178: Checking gears ** [19:59:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:59:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:37 2020-06-12] 178: Checking imports ** [19:59:37 2020-06-12] 178: Checking exports ** [19:59:37 2020-06-12] 178: Checking users ** [19:59:37 2020-06-12] 178: Checking user_dbs ** [19:59:37 2020-06-12] 178: Checking geocodings ** [19:59:37 2020-06-12] 178: Checking synchronizations ** [19:59:37 2020-06-12] 178: Checking tracker ** [19:59:37 2020-06-12] 178: Checking user_migrations ** [19:59:37 2020-06-12] 178: Checking batch_updates ** [19:59:37 2020-06-12] 178: Checking gears ** [19:59:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:59:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:42 2020-06-12] 178: Checking imports ** [19:59:42 2020-06-12] 178: Checking exports ** [19:59:42 2020-06-12] 178: Checking users ** [19:59:42 2020-06-12] 178: Checking user_dbs ** [19:59:42 2020-06-12] 178: Checking geocodings ** [19:59:42 2020-06-12] 178: Checking synchronizations ** [19:59:42 2020-06-12] 178: Checking tracker ** [19:59:42 2020-06-12] 178: Checking user_migrations ** [19:59:42 2020-06-12] 178: Checking batch_updates ** [19:59:42 2020-06-12] 178: Checking gears ** [19:59:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:59:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:47 2020-06-12] 178: Checking imports ** [19:59:47 2020-06-12] 178: Checking exports ** [19:59:47 2020-06-12] 178: Checking users ** [19:59:47 2020-06-12] 178: Checking user_dbs ** [19:59:47 2020-06-12] 178: Checking geocodings ** [19:59:47 2020-06-12] 178: Checking synchronizations ** [19:59:47 2020-06-12] 178: Checking tracker ** [19:59:47 2020-06-12] 178: Checking user_migrations ** [19:59:47 2020-06-12] 178: Checking batch_updates ** [19:59:47 2020-06-12] 178: Checking gears ** [19:59:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:59:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:52 2020-06-12] 178: Checking imports ** [19:59:52 2020-06-12] 178: Checking exports ** [19:59:52 2020-06-12] 178: Checking users ** [19:59:52 2020-06-12] 178: Checking user_dbs ** [19:59:52 2020-06-12] 178: Checking geocodings ** [19:59:52 2020-06-12] 178: Checking synchronizations ** [19:59:52 2020-06-12] 178: Checking tracker ** [19:59:52 2020-06-12] 178: Checking user_migrations ** [19:59:52 2020-06-12] 178: Checking batch_updates ** [19:59:52 2020-06-12] 178: Checking gears ** [19:59:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:59:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:57 2020-06-12] 178: Checking imports ** [19:59:57 2020-06-12] 178: Checking exports ** [19:59:57 2020-06-12] 178: Checking users ** [19:59:57 2020-06-12] 178: Checking user_dbs ** [19:59:57 2020-06-12] 178: Checking geocodings ** [19:59:57 2020-06-12] 178: Checking synchronizations ** [19:59:57 2020-06-12] 178: Checking tracker ** [19:59:57 2020-06-12] 178: Checking user_migrations ** [19:59:57 2020-06-12] 178: Checking batch_updates ** [19:59:57 2020-06-12] 178: Checking gears ** [19:59:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [19:59:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:02 2020-06-12] 178: Checking imports ** [20:00:02 2020-06-12] 178: Checking exports ** [20:00:02 2020-06-12] 178: Checking users ** [20:00:02 2020-06-12] 178: Checking user_dbs ** [20:00:02 2020-06-12] 178: Checking geocodings ** [20:00:02 2020-06-12] 178: Checking synchronizations ** [20:00:02 2020-06-12] 178: Checking tracker ** [20:00:02 2020-06-12] 178: Checking user_migrations ** [20:00:02 2020-06-12] 178: Checking batch_updates ** [20:00:02 2020-06-12] 178: Checking gears ** [20:00:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:00:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:07 2020-06-12] 178: Checking imports ** [20:00:07 2020-06-12] 178: Checking exports ** [20:00:07 2020-06-12] 178: Checking users ** [20:00:07 2020-06-12] 178: Checking user_dbs ** [20:00:07 2020-06-12] 178: Checking geocodings ** [20:00:07 2020-06-12] 178: Checking synchronizations ** [20:00:07 2020-06-12] 178: Checking tracker ** [20:00:07 2020-06-12] 178: Checking user_migrations ** [20:00:07 2020-06-12] 178: Checking batch_updates ** [20:00:07 2020-06-12] 178: Checking gears ** [20:00:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:00:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:12 2020-06-12] 178: Checking imports ** [20:00:12 2020-06-12] 178: Checking exports ** [20:00:12 2020-06-12] 178: Checking users ** [20:00:12 2020-06-12] 178: Checking user_dbs ** [20:00:12 2020-06-12] 178: Checking geocodings ** [20:00:12 2020-06-12] 178: Checking synchronizations ** [20:00:12 2020-06-12] 178: Checking tracker ** [20:00:12 2020-06-12] 178: Checking user_migrations ** [20:00:12 2020-06-12] 178: Checking batch_updates ** [20:00:12 2020-06-12] 178: Checking gears ** [20:00:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:00:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:17 2020-06-12] 178: Checking imports ** [20:00:17 2020-06-12] 178: Checking exports ** [20:00:17 2020-06-12] 178: Checking users ** [20:00:17 2020-06-12] 178: Checking user_dbs ** [20:00:17 2020-06-12] 178: Checking geocodings ** [20:00:17 2020-06-12] 178: Checking synchronizations ** [20:00:17 2020-06-12] 178: Checking tracker ** [20:00:17 2020-06-12] 178: Checking user_migrations ** [20:00:17 2020-06-12] 178: Checking batch_updates ** [20:00:17 2020-06-12] 178: Checking gears ** [20:00:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:00:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:22 2020-06-12] 178: Checking imports ** [20:00:22 2020-06-12] 178: Checking exports ** [20:00:22 2020-06-12] 178: Checking users ** [20:00:22 2020-06-12] 178: Checking user_dbs ** [20:00:22 2020-06-12] 178: Checking geocodings ** [20:00:22 2020-06-12] 178: Checking synchronizations ** [20:00:22 2020-06-12] 178: Checking tracker ** [20:00:22 2020-06-12] 178: Checking user_migrations ** [20:00:22 2020-06-12] 178: Checking batch_updates ** [20:00:22 2020-06-12] 178: Checking gears ** [20:00:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:00:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:27 2020-06-12] 178: Checking imports ** [20:00:27 2020-06-12] 178: Checking exports ** [20:00:27 2020-06-12] 178: Checking users ** [20:00:27 2020-06-12] 178: Checking user_dbs ** [20:00:27 2020-06-12] 178: Checking geocodings ** [20:00:27 2020-06-12] 178: Checking synchronizations ** [20:00:27 2020-06-12] 178: Checking tracker ** [20:00:27 2020-06-12] 178: Checking user_migrations ** [20:00:27 2020-06-12] 178: Checking batch_updates ** [20:00:27 2020-06-12] 178: Checking gears ** [20:00:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:00:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:32 2020-06-12] 178: Checking imports ** [20:00:32 2020-06-12] 178: Checking exports ** [20:00:32 2020-06-12] 178: Checking users ** [20:00:32 2020-06-12] 178: Checking user_dbs ** [20:00:32 2020-06-12] 178: Checking geocodings ** [20:00:32 2020-06-12] 178: Checking synchronizations ** [20:00:32 2020-06-12] 178: Checking tracker ** [20:00:32 2020-06-12] 178: Checking user_migrations ** [20:00:32 2020-06-12] 178: Checking batch_updates ** [20:00:32 2020-06-12] 178: Checking gears ** [20:00:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:00:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:37 2020-06-12] 178: Checking imports ** [20:00:37 2020-06-12] 178: Checking exports ** [20:00:37 2020-06-12] 178: Checking users ** [20:00:37 2020-06-12] 178: Checking user_dbs ** [20:00:37 2020-06-12] 178: Checking geocodings ** [20:00:37 2020-06-12] 178: Checking synchronizations ** [20:00:37 2020-06-12] 178: Checking tracker ** [20:00:37 2020-06-12] 178: Checking user_migrations ** [20:00:37 2020-06-12] 178: Checking batch_updates ** [20:00:37 2020-06-12] 178: Checking gears ** [20:00:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:00:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:42 2020-06-12] 178: Checking imports ** [20:00:42 2020-06-12] 178: Checking exports ** [20:00:42 2020-06-12] 178: Checking users ** [20:00:42 2020-06-12] 178: Checking user_dbs ** [20:00:42 2020-06-12] 178: Checking geocodings ** [20:00:42 2020-06-12] 178: Checking synchronizations ** [20:00:42 2020-06-12] 178: Checking tracker ** [20:00:42 2020-06-12] 178: Checking user_migrations ** [20:00:42 2020-06-12] 178: Checking batch_updates ** [20:00:42 2020-06-12] 178: Checking gears ** [20:00:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:00:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:47 2020-06-12] 178: Checking imports ** [20:00:47 2020-06-12] 178: Checking exports ** [20:00:47 2020-06-12] 178: Checking users ** [20:00:47 2020-06-12] 178: Checking user_dbs ** [20:00:47 2020-06-12] 178: Checking geocodings ** [20:00:47 2020-06-12] 178: Checking synchronizations ** [20:00:47 2020-06-12] 178: Checking tracker ** [20:00:47 2020-06-12] 178: Checking user_migrations ** [20:00:47 2020-06-12] 178: Checking batch_updates ** [20:00:47 2020-06-12] 178: Checking gears ** [20:00:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:00:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:52 2020-06-12] 178: Checking imports ** [20:00:52 2020-06-12] 178: Checking exports ** [20:00:52 2020-06-12] 178: Checking users ** [20:00:52 2020-06-12] 178: Checking user_dbs ** [20:00:52 2020-06-12] 178: Checking geocodings ** [20:00:52 2020-06-12] 178: Checking synchronizations ** [20:00:52 2020-06-12] 178: Checking tracker ** [20:00:52 2020-06-12] 178: Checking user_migrations ** [20:00:52 2020-06-12] 178: Checking batch_updates ** [20:00:52 2020-06-12] 178: Checking gears ** [20:00:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:00:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:57 2020-06-12] 178: Checking imports ** [20:00:57 2020-06-12] 178: Checking exports ** [20:00:57 2020-06-12] 178: Checking users ** [20:00:57 2020-06-12] 178: Checking user_dbs ** [20:00:57 2020-06-12] 178: Checking geocodings ** [20:00:57 2020-06-12] 178: Checking synchronizations ** [20:00:57 2020-06-12] 178: Checking tracker ** [20:00:57 2020-06-12] 178: Checking user_migrations ** [20:00:57 2020-06-12] 178: Checking batch_updates ** [20:00:57 2020-06-12] 178: Checking gears ** [20:00:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:00:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:02 2020-06-12] 178: Checking imports ** [20:01:02 2020-06-12] 178: Checking exports ** [20:01:02 2020-06-12] 178: Checking users ** [20:01:02 2020-06-12] 178: Checking user_dbs ** [20:01:02 2020-06-12] 178: Checking geocodings ** [20:01:02 2020-06-12] 178: Checking synchronizations ** [20:01:02 2020-06-12] 178: Checking tracker ** [20:01:02 2020-06-12] 178: Checking user_migrations ** [20:01:02 2020-06-12] 178: Checking batch_updates ** [20:01:02 2020-06-12] 178: Checking gears ** [20:01:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:01:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:07 2020-06-12] 178: Checking imports ** [20:01:07 2020-06-12] 178: Checking exports ** [20:01:07 2020-06-12] 178: Checking users ** [20:01:07 2020-06-12] 178: Checking user_dbs ** [20:01:07 2020-06-12] 178: Checking geocodings ** [20:01:07 2020-06-12] 178: Checking synchronizations ** [20:01:07 2020-06-12] 178: Checking tracker ** [20:01:07 2020-06-12] 178: Checking user_migrations ** [20:01:07 2020-06-12] 178: Checking batch_updates ** [20:01:07 2020-06-12] 178: Checking gears ** [20:01:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:01:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:12 2020-06-12] 178: Checking imports ** [20:01:12 2020-06-12] 178: Checking exports ** [20:01:12 2020-06-12] 178: Checking users ** [20:01:12 2020-06-12] 178: Checking user_dbs ** [20:01:12 2020-06-12] 178: Checking geocodings ** [20:01:12 2020-06-12] 178: Checking synchronizations ** [20:01:12 2020-06-12] 178: Checking tracker ** [20:01:12 2020-06-12] 178: Checking user_migrations ** [20:01:12 2020-06-12] 178: Checking batch_updates ** [20:01:12 2020-06-12] 178: Checking gears ** [20:01:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:01:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:17 2020-06-12] 178: Checking imports ** [20:01:17 2020-06-12] 178: Checking exports ** [20:01:17 2020-06-12] 178: Checking users ** [20:01:17 2020-06-12] 178: Checking user_dbs ** [20:01:17 2020-06-12] 178: Checking geocodings ** [20:01:17 2020-06-12] 178: Checking synchronizations ** [20:01:17 2020-06-12] 178: Checking tracker ** [20:01:17 2020-06-12] 178: Checking user_migrations ** [20:01:17 2020-06-12] 178: Checking batch_updates ** [20:01:17 2020-06-12] 178: Checking gears ** [20:01:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:01:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:22 2020-06-12] 178: Checking imports ** [20:01:22 2020-06-12] 178: Checking exports ** [20:01:22 2020-06-12] 178: Checking users ** [20:01:22 2020-06-12] 178: Checking user_dbs ** [20:01:22 2020-06-12] 178: Checking geocodings ** [20:01:22 2020-06-12] 178: Checking synchronizations ** [20:01:22 2020-06-12] 178: Checking tracker ** [20:01:22 2020-06-12] 178: Checking user_migrations ** [20:01:22 2020-06-12] 178: Checking batch_updates ** [20:01:22 2020-06-12] 178: Checking gears ** [20:01:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:01:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:27 2020-06-12] 178: Checking imports ** [20:01:27 2020-06-12] 178: Checking exports ** [20:01:27 2020-06-12] 178: Checking users ** [20:01:27 2020-06-12] 178: Checking user_dbs ** [20:01:27 2020-06-12] 178: Checking geocodings ** [20:01:27 2020-06-12] 178: Checking synchronizations ** [20:01:27 2020-06-12] 178: Checking tracker ** [20:01:27 2020-06-12] 178: Checking user_migrations ** [20:01:27 2020-06-12] 178: Checking batch_updates ** [20:01:27 2020-06-12] 178: Checking gears ** [20:01:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:01:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:32 2020-06-12] 178: Checking imports ** [20:01:32 2020-06-12] 178: Checking exports ** [20:01:32 2020-06-12] 178: Checking users ** [20:01:32 2020-06-12] 178: Checking user_dbs ** [20:01:32 2020-06-12] 178: Checking geocodings ** [20:01:32 2020-06-12] 178: Checking synchronizations ** [20:01:32 2020-06-12] 178: Checking tracker ** [20:01:32 2020-06-12] 178: Checking user_migrations ** [20:01:32 2020-06-12] 178: Checking batch_updates ** [20:01:32 2020-06-12] 178: Checking gears ** [20:01:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:01:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:37 2020-06-12] 178: Checking imports ** [20:01:37 2020-06-12] 178: Checking exports ** [20:01:37 2020-06-12] 178: Checking users ** [20:01:37 2020-06-12] 178: Checking user_dbs ** [20:01:37 2020-06-12] 178: Checking geocodings ** [20:01:37 2020-06-12] 178: Checking synchronizations ** [20:01:37 2020-06-12] 178: Checking tracker ** [20:01:37 2020-06-12] 178: Checking user_migrations ** [20:01:37 2020-06-12] 178: Checking batch_updates ** [20:01:37 2020-06-12] 178: Checking gears ** [20:01:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:01:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:42 2020-06-12] 178: Checking imports ** [20:01:42 2020-06-12] 178: Checking exports ** [20:01:42 2020-06-12] 178: Checking users ** [20:01:42 2020-06-12] 178: Checking user_dbs ** [20:01:42 2020-06-12] 178: Checking geocodings ** [20:01:42 2020-06-12] 178: Checking synchronizations ** [20:01:42 2020-06-12] 178: Checking tracker ** [20:01:42 2020-06-12] 178: Checking user_migrations ** [20:01:42 2020-06-12] 178: Checking batch_updates ** [20:01:42 2020-06-12] 178: Checking gears ** [20:01:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:01:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:47 2020-06-12] 178: Checking imports ** [20:01:47 2020-06-12] 178: Checking exports ** [20:01:47 2020-06-12] 178: Checking users ** [20:01:47 2020-06-12] 178: Checking user_dbs ** [20:01:47 2020-06-12] 178: Checking geocodings ** [20:01:47 2020-06-12] 178: Checking synchronizations ** [20:01:47 2020-06-12] 178: Checking tracker ** [20:01:47 2020-06-12] 178: Checking user_migrations ** [20:01:47 2020-06-12] 178: Checking batch_updates ** [20:01:47 2020-06-12] 178: Checking gears ** [20:01:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:01:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:52 2020-06-12] 178: Checking imports ** [20:01:52 2020-06-12] 178: Checking exports ** [20:01:52 2020-06-12] 178: Checking users ** [20:01:52 2020-06-12] 178: Checking user_dbs ** [20:01:52 2020-06-12] 178: Checking geocodings ** [20:01:52 2020-06-12] 178: Checking synchronizations ** [20:01:52 2020-06-12] 178: Checking tracker ** [20:01:52 2020-06-12] 178: Checking user_migrations ** [20:01:52 2020-06-12] 178: Checking batch_updates ** [20:01:52 2020-06-12] 178: Checking gears ** [20:01:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:01:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:57 2020-06-12] 178: Checking imports ** [20:01:57 2020-06-12] 178: Checking exports ** [20:01:57 2020-06-12] 178: Checking users ** [20:01:57 2020-06-12] 178: Checking user_dbs ** [20:01:57 2020-06-12] 178: Checking geocodings ** [20:01:57 2020-06-12] 178: Checking synchronizations ** [20:01:57 2020-06-12] 178: Checking tracker ** [20:01:57 2020-06-12] 178: Checking user_migrations ** [20:01:57 2020-06-12] 178: Checking batch_updates ** [20:01:57 2020-06-12] 178: Checking gears ** [20:01:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:01:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:02 2020-06-12] 178: Checking imports ** [20:02:02 2020-06-12] 178: Checking exports ** [20:02:02 2020-06-12] 178: Checking users ** [20:02:02 2020-06-12] 178: Checking user_dbs ** [20:02:02 2020-06-12] 178: Checking geocodings ** [20:02:02 2020-06-12] 178: Checking synchronizations ** [20:02:02 2020-06-12] 178: Checking tracker ** [20:02:02 2020-06-12] 178: Checking user_migrations ** [20:02:02 2020-06-12] 178: Checking batch_updates ** [20:02:02 2020-06-12] 178: Checking gears ** [20:02:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:02:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:07 2020-06-12] 178: Checking imports ** [20:02:07 2020-06-12] 178: Checking exports ** [20:02:07 2020-06-12] 178: Checking users ** [20:02:07 2020-06-12] 178: Checking user_dbs ** [20:02:07 2020-06-12] 178: Checking geocodings ** [20:02:07 2020-06-12] 178: Checking synchronizations ** [20:02:07 2020-06-12] 178: Checking tracker ** [20:02:07 2020-06-12] 178: Checking user_migrations ** [20:02:07 2020-06-12] 178: Checking batch_updates ** [20:02:07 2020-06-12] 178: Checking gears ** [20:02:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:02:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:12 2020-06-12] 178: Checking imports ** [20:02:12 2020-06-12] 178: Checking exports ** [20:02:12 2020-06-12] 178: Checking users ** [20:02:12 2020-06-12] 178: Checking user_dbs ** [20:02:12 2020-06-12] 178: Checking geocodings ** [20:02:12 2020-06-12] 178: Checking synchronizations ** [20:02:12 2020-06-12] 178: Checking tracker ** [20:02:12 2020-06-12] 178: Checking user_migrations ** [20:02:12 2020-06-12] 178: Checking batch_updates ** [20:02:12 2020-06-12] 178: Checking gears ** [20:02:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:02:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:17 2020-06-12] 178: Checking imports ** [20:02:17 2020-06-12] 178: Checking exports ** [20:02:17 2020-06-12] 178: Checking users ** [20:02:17 2020-06-12] 178: Checking user_dbs ** [20:02:17 2020-06-12] 178: Checking geocodings ** [20:02:17 2020-06-12] 178: Checking synchronizations ** [20:02:17 2020-06-12] 178: Checking tracker ** [20:02:17 2020-06-12] 178: Checking user_migrations ** [20:02:17 2020-06-12] 178: Checking batch_updates ** [20:02:17 2020-06-12] 178: Checking gears ** [20:02:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:02:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:22 2020-06-12] 178: Checking imports ** [20:02:22 2020-06-12] 178: Checking exports ** [20:02:22 2020-06-12] 178: Checking users ** [20:02:22 2020-06-12] 178: Checking user_dbs ** [20:02:22 2020-06-12] 178: Checking geocodings ** [20:02:22 2020-06-12] 178: Checking synchronizations ** [20:02:22 2020-06-12] 178: Checking tracker ** [20:02:22 2020-06-12] 178: Checking user_migrations ** [20:02:22 2020-06-12] 178: Checking batch_updates ** [20:02:22 2020-06-12] 178: Checking gears ** [20:02:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:02:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:27 2020-06-12] 178: Checking imports ** [20:02:27 2020-06-12] 178: Checking exports ** [20:02:27 2020-06-12] 178: Checking users ** [20:02:27 2020-06-12] 178: Checking user_dbs ** [20:02:27 2020-06-12] 178: Checking geocodings ** [20:02:27 2020-06-12] 178: Checking synchronizations ** [20:02:27 2020-06-12] 178: Checking tracker ** [20:02:27 2020-06-12] 178: Checking user_migrations ** [20:02:27 2020-06-12] 178: Checking batch_updates ** [20:02:27 2020-06-12] 178: Checking gears ** [20:02:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:02:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:32 2020-06-12] 178: Checking imports ** [20:02:32 2020-06-12] 178: Checking exports ** [20:02:32 2020-06-12] 178: Checking users ** [20:02:32 2020-06-12] 178: Checking user_dbs ** [20:02:32 2020-06-12] 178: Checking geocodings ** [20:02:32 2020-06-12] 178: Checking synchronizations ** [20:02:32 2020-06-12] 178: Checking tracker ** [20:02:32 2020-06-12] 178: Checking user_migrations ** [20:02:32 2020-06-12] 178: Checking batch_updates ** [20:02:32 2020-06-12] 178: Checking gears ** [20:02:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:02:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:37 2020-06-12] 178: Checking imports ** [20:02:37 2020-06-12] 178: Checking exports ** [20:02:37 2020-06-12] 178: Checking users ** [20:02:37 2020-06-12] 178: Checking user_dbs ** [20:02:37 2020-06-12] 178: Checking geocodings ** [20:02:37 2020-06-12] 178: Checking synchronizations ** [20:02:37 2020-06-12] 178: Checking tracker ** [20:02:37 2020-06-12] 178: Checking user_migrations ** [20:02:37 2020-06-12] 178: Checking batch_updates ** [20:02:37 2020-06-12] 178: Checking gears ** [20:02:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:02:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:42 2020-06-12] 178: Checking imports ** [20:02:42 2020-06-12] 178: Checking exports ** [20:02:42 2020-06-12] 178: Checking users ** [20:02:42 2020-06-12] 178: Checking user_dbs ** [20:02:42 2020-06-12] 178: Checking geocodings ** [20:02:42 2020-06-12] 178: Checking synchronizations ** [20:02:42 2020-06-12] 178: Checking tracker ** [20:02:42 2020-06-12] 178: Checking user_migrations ** [20:02:42 2020-06-12] 178: Checking batch_updates ** [20:02:42 2020-06-12] 178: Checking gears ** [20:02:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:02:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:47 2020-06-12] 178: Checking imports ** [20:02:47 2020-06-12] 178: Checking exports ** [20:02:47 2020-06-12] 178: Checking users ** [20:02:47 2020-06-12] 178: Checking user_dbs ** [20:02:47 2020-06-12] 178: Checking geocodings ** [20:02:47 2020-06-12] 178: Checking synchronizations ** [20:02:47 2020-06-12] 178: Checking tracker ** [20:02:47 2020-06-12] 178: Checking user_migrations ** [20:02:47 2020-06-12] 178: Checking batch_updates ** [20:02:47 2020-06-12] 178: Checking gears ** [20:02:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:02:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:52 2020-06-12] 178: Checking imports ** [20:02:52 2020-06-12] 178: Checking exports ** [20:02:52 2020-06-12] 178: Checking users ** [20:02:52 2020-06-12] 178: Checking user_dbs ** [20:02:52 2020-06-12] 178: Checking geocodings ** [20:02:52 2020-06-12] 178: Checking synchronizations ** [20:02:52 2020-06-12] 178: Checking tracker ** [20:02:52 2020-06-12] 178: Checking user_migrations ** [20:02:52 2020-06-12] 178: Checking batch_updates ** [20:02:52 2020-06-12] 178: Checking gears ** [20:02:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:02:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:57 2020-06-12] 178: Checking imports ** [20:02:57 2020-06-12] 178: Checking exports ** [20:02:57 2020-06-12] 178: Checking users ** [20:02:57 2020-06-12] 178: Checking user_dbs ** [20:02:57 2020-06-12] 178: Checking geocodings ** [20:02:57 2020-06-12] 178: Checking synchronizations ** [20:02:57 2020-06-12] 178: Checking tracker ** [20:02:57 2020-06-12] 178: Checking user_migrations ** [20:02:57 2020-06-12] 178: Checking batch_updates ** [20:02:57 2020-06-12] 178: Checking gears ** [20:02:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:02:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:02 2020-06-12] 178: Checking imports ** [20:03:02 2020-06-12] 178: Checking exports ** [20:03:02 2020-06-12] 178: Checking users ** [20:03:02 2020-06-12] 178: Checking user_dbs ** [20:03:02 2020-06-12] 178: Checking geocodings ** [20:03:02 2020-06-12] 178: Checking synchronizations ** [20:03:02 2020-06-12] 178: Checking tracker ** [20:03:02 2020-06-12] 178: Checking user_migrations ** [20:03:02 2020-06-12] 178: Checking batch_updates ** [20:03:02 2020-06-12] 178: Checking gears ** [20:03:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:03:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:07 2020-06-12] 178: Checking imports ** [20:03:07 2020-06-12] 178: Checking exports ** [20:03:07 2020-06-12] 178: Checking users ** [20:03:07 2020-06-12] 178: Checking user_dbs ** [20:03:07 2020-06-12] 178: Checking geocodings ** [20:03:07 2020-06-12] 178: Checking synchronizations ** [20:03:07 2020-06-12] 178: Checking tracker ** [20:03:07 2020-06-12] 178: Checking user_migrations ** [20:03:07 2020-06-12] 178: Checking batch_updates ** [20:03:07 2020-06-12] 178: Checking gears ** [20:03:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:03:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:12 2020-06-12] 178: Checking imports ** [20:03:12 2020-06-12] 178: Checking exports ** [20:03:12 2020-06-12] 178: Checking users ** [20:03:12 2020-06-12] 178: Checking user_dbs ** [20:03:12 2020-06-12] 178: Checking geocodings ** [20:03:12 2020-06-12] 178: Checking synchronizations ** [20:03:12 2020-06-12] 178: Checking tracker ** [20:03:12 2020-06-12] 178: Checking user_migrations ** [20:03:12 2020-06-12] 178: Checking batch_updates ** [20:03:12 2020-06-12] 178: Checking gears ** [20:03:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:03:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:17 2020-06-12] 178: Checking imports ** [20:03:17 2020-06-12] 178: Checking exports ** [20:03:17 2020-06-12] 178: Checking users ** [20:03:17 2020-06-12] 178: Checking user_dbs ** [20:03:17 2020-06-12] 178: Checking geocodings ** [20:03:17 2020-06-12] 178: Checking synchronizations ** [20:03:17 2020-06-12] 178: Checking tracker ** [20:03:17 2020-06-12] 178: Checking user_migrations ** [20:03:17 2020-06-12] 178: Checking batch_updates ** [20:03:17 2020-06-12] 178: Checking gears ** [20:03:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:03:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:22 2020-06-12] 178: Checking imports ** [20:03:22 2020-06-12] 178: Checking exports ** [20:03:22 2020-06-12] 178: Checking users ** [20:03:22 2020-06-12] 178: Checking user_dbs ** [20:03:22 2020-06-12] 178: Checking geocodings ** [20:03:22 2020-06-12] 178: Checking synchronizations ** [20:03:22 2020-06-12] 178: Checking tracker ** [20:03:22 2020-06-12] 178: Checking user_migrations ** [20:03:22 2020-06-12] 178: Checking batch_updates ** [20:03:22 2020-06-12] 178: Checking gears ** [20:03:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:03:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:27 2020-06-12] 178: Checking imports ** [20:03:27 2020-06-12] 178: Checking exports ** [20:03:27 2020-06-12] 178: Checking users ** [20:03:27 2020-06-12] 178: Checking user_dbs ** [20:03:27 2020-06-12] 178: Checking geocodings ** [20:03:27 2020-06-12] 178: Checking synchronizations ** [20:03:27 2020-06-12] 178: Checking tracker ** [20:03:27 2020-06-12] 178: Checking user_migrations ** [20:03:27 2020-06-12] 178: Checking batch_updates ** [20:03:27 2020-06-12] 178: Checking gears ** [20:03:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:03:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:32 2020-06-12] 178: Checking imports ** [20:03:32 2020-06-12] 178: Checking exports ** [20:03:32 2020-06-12] 178: Checking users ** [20:03:32 2020-06-12] 178: Checking user_dbs ** [20:03:32 2020-06-12] 178: Checking geocodings ** [20:03:32 2020-06-12] 178: Checking synchronizations ** [20:03:32 2020-06-12] 178: Checking tracker ** [20:03:32 2020-06-12] 178: Checking user_migrations ** [20:03:32 2020-06-12] 178: Checking batch_updates ** [20:03:32 2020-06-12] 178: Checking gears ** [20:03:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:03:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:37 2020-06-12] 178: Checking imports ** [20:03:37 2020-06-12] 178: Checking exports ** [20:03:37 2020-06-12] 178: Checking users ** [20:03:37 2020-06-12] 178: Checking user_dbs ** [20:03:37 2020-06-12] 178: Checking geocodings ** [20:03:37 2020-06-12] 178: Checking synchronizations ** [20:03:37 2020-06-12] 178: Checking tracker ** [20:03:37 2020-06-12] 178: Checking user_migrations ** [20:03:37 2020-06-12] 178: Checking batch_updates ** [20:03:37 2020-06-12] 178: Checking gears ** [20:03:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:03:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:42 2020-06-12] 178: Checking imports ** [20:03:42 2020-06-12] 178: Checking exports ** [20:03:42 2020-06-12] 178: Checking users ** [20:03:42 2020-06-12] 178: Checking user_dbs ** [20:03:42 2020-06-12] 178: Checking geocodings ** [20:03:42 2020-06-12] 178: Checking synchronizations ** [20:03:42 2020-06-12] 178: Checking tracker ** [20:03:42 2020-06-12] 178: Checking user_migrations ** [20:03:42 2020-06-12] 178: Checking batch_updates ** [20:03:42 2020-06-12] 178: Checking gears ** [20:03:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:03:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:47 2020-06-12] 178: Checking imports ** [20:03:47 2020-06-12] 178: Checking exports ** [20:03:47 2020-06-12] 178: Checking users ** [20:03:47 2020-06-12] 178: Checking user_dbs ** [20:03:47 2020-06-12] 178: Checking geocodings ** [20:03:47 2020-06-12] 178: Checking synchronizations ** [20:03:47 2020-06-12] 178: Checking tracker ** [20:03:47 2020-06-12] 178: Checking user_migrations ** [20:03:47 2020-06-12] 178: Checking batch_updates ** [20:03:47 2020-06-12] 178: Checking gears ** [20:03:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:03:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:52 2020-06-12] 178: Checking imports ** [20:03:52 2020-06-12] 178: Checking exports ** [20:03:52 2020-06-12] 178: Checking users ** [20:03:52 2020-06-12] 178: Checking user_dbs ** [20:03:52 2020-06-12] 178: Checking geocodings ** [20:03:52 2020-06-12] 178: Checking synchronizations ** [20:03:52 2020-06-12] 178: Checking tracker ** [20:03:52 2020-06-12] 178: Checking user_migrations ** [20:03:52 2020-06-12] 178: Checking batch_updates ** [20:03:52 2020-06-12] 178: Checking gears ** [20:03:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:03:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:57 2020-06-12] 178: Checking imports ** [20:03:57 2020-06-12] 178: Checking exports ** [20:03:57 2020-06-12] 178: Checking users ** [20:03:57 2020-06-12] 178: Checking user_dbs ** [20:03:57 2020-06-12] 178: Checking geocodings ** [20:03:57 2020-06-12] 178: Checking synchronizations ** [20:03:57 2020-06-12] 178: Checking tracker ** [20:03:57 2020-06-12] 178: Checking user_migrations ** [20:03:57 2020-06-12] 178: Checking batch_updates ** [20:03:57 2020-06-12] 178: Checking gears ** [20:03:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:03:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:02 2020-06-12] 178: Checking imports ** [20:04:02 2020-06-12] 178: Checking exports ** [20:04:02 2020-06-12] 178: Checking users ** [20:04:02 2020-06-12] 178: Checking user_dbs ** [20:04:02 2020-06-12] 178: Checking geocodings ** [20:04:02 2020-06-12] 178: Checking synchronizations ** [20:04:02 2020-06-12] 178: Checking tracker ** [20:04:02 2020-06-12] 178: Checking user_migrations ** [20:04:02 2020-06-12] 178: Checking batch_updates ** [20:04:02 2020-06-12] 178: Checking gears ** [20:04:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:04:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:07 2020-06-12] 178: Checking imports ** [20:04:07 2020-06-12] 178: Checking exports ** [20:04:07 2020-06-12] 178: Checking users ** [20:04:07 2020-06-12] 178: Checking user_dbs ** [20:04:07 2020-06-12] 178: Checking geocodings ** [20:04:07 2020-06-12] 178: Checking synchronizations ** [20:04:07 2020-06-12] 178: Checking tracker ** [20:04:07 2020-06-12] 178: Checking user_migrations ** [20:04:07 2020-06-12] 178: Checking batch_updates ** [20:04:07 2020-06-12] 178: Checking gears ** [20:04:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:04:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:12 2020-06-12] 178: Checking imports ** [20:04:12 2020-06-12] 178: Checking exports ** [20:04:12 2020-06-12] 178: Checking users ** [20:04:12 2020-06-12] 178: Checking user_dbs ** [20:04:12 2020-06-12] 178: Checking geocodings ** [20:04:12 2020-06-12] 178: Checking synchronizations ** [20:04:12 2020-06-12] 178: Checking tracker ** [20:04:12 2020-06-12] 178: Checking user_migrations ** [20:04:12 2020-06-12] 178: Checking batch_updates ** [20:04:12 2020-06-12] 178: Checking gears ** [20:04:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:04:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:17 2020-06-12] 178: Checking imports ** [20:04:17 2020-06-12] 178: Checking exports ** [20:04:17 2020-06-12] 178: Checking users ** [20:04:17 2020-06-12] 178: Checking user_dbs ** [20:04:17 2020-06-12] 178: Checking geocodings ** [20:04:17 2020-06-12] 178: Checking synchronizations ** [20:04:17 2020-06-12] 178: Checking tracker ** [20:04:17 2020-06-12] 178: Checking user_migrations ** [20:04:17 2020-06-12] 178: Checking batch_updates ** [20:04:17 2020-06-12] 178: Checking gears ** [20:04:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:04:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:22 2020-06-12] 178: Checking imports ** [20:04:22 2020-06-12] 178: Checking exports ** [20:04:22 2020-06-12] 178: Checking users ** [20:04:22 2020-06-12] 178: Checking user_dbs ** [20:04:22 2020-06-12] 178: Checking geocodings ** [20:04:22 2020-06-12] 178: Checking synchronizations ** [20:04:22 2020-06-12] 178: Checking tracker ** [20:04:22 2020-06-12] 178: Checking user_migrations ** [20:04:22 2020-06-12] 178: Checking batch_updates ** [20:04:22 2020-06-12] 178: Checking gears ** [20:04:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:04:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:27 2020-06-12] 178: Checking imports ** [20:04:27 2020-06-12] 178: Checking exports ** [20:04:27 2020-06-12] 178: Checking users ** [20:04:27 2020-06-12] 178: Checking user_dbs ** [20:04:27 2020-06-12] 178: Checking geocodings ** [20:04:27 2020-06-12] 178: Checking synchronizations ** [20:04:27 2020-06-12] 178: Checking tracker ** [20:04:27 2020-06-12] 178: Checking user_migrations ** [20:04:27 2020-06-12] 178: Checking batch_updates ** [20:04:27 2020-06-12] 178: Checking gears ** [20:04:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:04:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:32 2020-06-12] 178: Checking imports ** [20:04:32 2020-06-12] 178: Checking exports ** [20:04:32 2020-06-12] 178: Checking users ** [20:04:32 2020-06-12] 178: Checking user_dbs ** [20:04:32 2020-06-12] 178: Checking geocodings ** [20:04:32 2020-06-12] 178: Checking synchronizations ** [20:04:32 2020-06-12] 178: Checking tracker ** [20:04:32 2020-06-12] 178: Checking user_migrations ** [20:04:32 2020-06-12] 178: Checking batch_updates ** [20:04:32 2020-06-12] 178: Checking gears ** [20:04:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:04:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:37 2020-06-12] 178: Checking imports ** [20:04:37 2020-06-12] 178: Checking exports ** [20:04:37 2020-06-12] 178: Checking users ** [20:04:37 2020-06-12] 178: Checking user_dbs ** [20:04:37 2020-06-12] 178: Checking geocodings ** [20:04:37 2020-06-12] 178: Checking synchronizations ** [20:04:37 2020-06-12] 178: Checking tracker ** [20:04:37 2020-06-12] 178: Checking user_migrations ** [20:04:37 2020-06-12] 178: Checking batch_updates ** [20:04:37 2020-06-12] 178: Checking gears ** [20:04:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:04:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:43 2020-06-12] 178: Checking imports ** [20:04:43 2020-06-12] 178: Checking exports ** [20:04:43 2020-06-12] 178: Checking users ** [20:04:43 2020-06-12] 178: Checking user_dbs ** [20:04:43 2020-06-12] 178: Checking geocodings ** [20:04:43 2020-06-12] 178: Checking synchronizations ** [20:04:43 2020-06-12] 178: Checking tracker ** [20:04:43 2020-06-12] 178: Checking user_migrations ** [20:04:43 2020-06-12] 178: Checking batch_updates ** [20:04:43 2020-06-12] 178: Checking gears ** [20:04:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:04:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:48 2020-06-12] 178: Checking imports ** [20:04:48 2020-06-12] 178: Checking exports ** [20:04:48 2020-06-12] 178: Checking users ** [20:04:48 2020-06-12] 178: Checking user_dbs ** [20:04:48 2020-06-12] 178: Checking geocodings ** [20:04:48 2020-06-12] 178: Checking synchronizations ** [20:04:48 2020-06-12] 178: Checking tracker ** [20:04:48 2020-06-12] 178: Checking user_migrations ** [20:04:48 2020-06-12] 178: Checking batch_updates ** [20:04:48 2020-06-12] 178: Checking gears ** [20:04:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:04:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:53 2020-06-12] 178: Checking imports ** [20:04:53 2020-06-12] 178: Checking exports ** [20:04:53 2020-06-12] 178: Checking users ** [20:04:53 2020-06-12] 178: Checking user_dbs ** [20:04:53 2020-06-12] 178: Checking geocodings ** [20:04:53 2020-06-12] 178: Checking synchronizations ** [20:04:53 2020-06-12] 178: Checking tracker ** [20:04:53 2020-06-12] 178: Checking user_migrations ** [20:04:53 2020-06-12] 178: Checking batch_updates ** [20:04:53 2020-06-12] 178: Checking gears ** [20:04:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:04:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:58 2020-06-12] 178: Checking imports ** [20:04:58 2020-06-12] 178: Checking exports ** [20:04:58 2020-06-12] 178: Checking users ** [20:04:58 2020-06-12] 178: Checking user_dbs ** [20:04:58 2020-06-12] 178: Checking geocodings ** [20:04:58 2020-06-12] 178: Checking synchronizations ** [20:04:58 2020-06-12] 178: Checking tracker ** [20:04:58 2020-06-12] 178: Checking user_migrations ** [20:04:58 2020-06-12] 178: Checking batch_updates ** [20:04:58 2020-06-12] 178: Checking gears ** [20:04:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:04:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:03 2020-06-12] 178: Checking imports ** [20:05:03 2020-06-12] 178: Checking exports ** [20:05:03 2020-06-12] 178: Checking users ** [20:05:03 2020-06-12] 178: Checking user_dbs ** [20:05:03 2020-06-12] 178: Checking geocodings ** [20:05:03 2020-06-12] 178: Checking synchronizations ** [20:05:03 2020-06-12] 178: Checking tracker ** [20:05:03 2020-06-12] 178: Checking user_migrations ** [20:05:03 2020-06-12] 178: Checking batch_updates ** [20:05:03 2020-06-12] 178: Checking gears ** [20:05:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:05:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:08 2020-06-12] 178: Checking imports ** [20:05:08 2020-06-12] 178: Checking exports ** [20:05:08 2020-06-12] 178: Checking users ** [20:05:08 2020-06-12] 178: Checking user_dbs ** [20:05:08 2020-06-12] 178: Checking geocodings ** [20:05:08 2020-06-12] 178: Checking synchronizations ** [20:05:08 2020-06-12] 178: Checking tracker ** [20:05:08 2020-06-12] 178: Checking user_migrations ** [20:05:08 2020-06-12] 178: Checking batch_updates ** [20:05:08 2020-06-12] 178: Checking gears ** [20:05:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:05:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:13 2020-06-12] 178: Checking imports ** [20:05:13 2020-06-12] 178: Checking exports ** [20:05:13 2020-06-12] 178: Checking users ** [20:05:13 2020-06-12] 178: Checking user_dbs ** [20:05:13 2020-06-12] 178: Checking geocodings ** [20:05:13 2020-06-12] 178: Checking synchronizations ** [20:05:13 2020-06-12] 178: Checking tracker ** [20:05:13 2020-06-12] 178: Checking user_migrations ** [20:05:13 2020-06-12] 178: Checking batch_updates ** [20:05:13 2020-06-12] 178: Checking gears ** [20:05:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:05:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:18 2020-06-12] 178: Checking imports ** [20:05:18 2020-06-12] 178: Checking exports ** [20:05:18 2020-06-12] 178: Checking users ** [20:05:18 2020-06-12] 178: Checking user_dbs ** [20:05:18 2020-06-12] 178: Checking geocodings ** [20:05:18 2020-06-12] 178: Checking synchronizations ** [20:05:18 2020-06-12] 178: Checking tracker ** [20:05:18 2020-06-12] 178: Checking user_migrations ** [20:05:18 2020-06-12] 178: Checking batch_updates ** [20:05:18 2020-06-12] 178: Checking gears ** [20:05:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:05:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:23 2020-06-12] 178: Checking imports ** [20:05:23 2020-06-12] 178: Checking exports ** [20:05:23 2020-06-12] 178: Checking users ** [20:05:23 2020-06-12] 178: Checking user_dbs ** [20:05:23 2020-06-12] 178: Checking geocodings ** [20:05:23 2020-06-12] 178: Checking synchronizations ** [20:05:23 2020-06-12] 178: Checking tracker ** [20:05:23 2020-06-12] 178: Checking user_migrations ** [20:05:23 2020-06-12] 178: Checking batch_updates ** [20:05:23 2020-06-12] 178: Checking gears ** [20:05:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:05:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:28 2020-06-12] 178: Checking imports ** [20:05:28 2020-06-12] 178: Checking exports ** [20:05:28 2020-06-12] 178: Checking users ** [20:05:28 2020-06-12] 178: Checking user_dbs ** [20:05:28 2020-06-12] 178: Checking geocodings ** [20:05:28 2020-06-12] 178: Checking synchronizations ** [20:05:28 2020-06-12] 178: Checking tracker ** [20:05:28 2020-06-12] 178: Checking user_migrations ** [20:05:28 2020-06-12] 178: Checking batch_updates ** [20:05:28 2020-06-12] 178: Checking gears ** [20:05:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:05:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:33 2020-06-12] 178: Checking imports ** [20:05:33 2020-06-12] 178: Checking exports ** [20:05:33 2020-06-12] 178: Checking users ** [20:05:33 2020-06-12] 178: Checking user_dbs ** [20:05:33 2020-06-12] 178: Checking geocodings ** [20:05:33 2020-06-12] 178: Checking synchronizations ** [20:05:33 2020-06-12] 178: Checking tracker ** [20:05:33 2020-06-12] 178: Checking user_migrations ** [20:05:33 2020-06-12] 178: Checking batch_updates ** [20:05:33 2020-06-12] 178: Checking gears ** [20:05:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:05:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:38 2020-06-12] 178: Checking imports ** [20:05:38 2020-06-12] 178: Checking exports ** [20:05:38 2020-06-12] 178: Checking users ** [20:05:38 2020-06-12] 178: Checking user_dbs ** [20:05:38 2020-06-12] 178: Checking geocodings ** [20:05:38 2020-06-12] 178: Checking synchronizations ** [20:05:38 2020-06-12] 178: Checking tracker ** [20:05:38 2020-06-12] 178: Checking user_migrations ** [20:05:38 2020-06-12] 178: Checking batch_updates ** [20:05:38 2020-06-12] 178: Checking gears ** [20:05:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:05:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:43 2020-06-12] 178: Checking imports ** [20:05:43 2020-06-12] 178: Checking exports ** [20:05:43 2020-06-12] 178: Checking users ** [20:05:43 2020-06-12] 178: Checking user_dbs ** [20:05:43 2020-06-12] 178: Checking geocodings ** [20:05:43 2020-06-12] 178: Checking synchronizations ** [20:05:43 2020-06-12] 178: Checking tracker ** [20:05:43 2020-06-12] 178: Checking user_migrations ** [20:05:43 2020-06-12] 178: Checking batch_updates ** [20:05:43 2020-06-12] 178: Checking gears ** [20:05:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:05:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:48 2020-06-12] 178: Checking imports ** [20:05:48 2020-06-12] 178: Checking exports ** [20:05:48 2020-06-12] 178: Checking users ** [20:05:48 2020-06-12] 178: Checking user_dbs ** [20:05:48 2020-06-12] 178: Checking geocodings ** [20:05:48 2020-06-12] 178: Checking synchronizations ** [20:05:48 2020-06-12] 178: Checking tracker ** [20:05:48 2020-06-12] 178: Checking user_migrations ** [20:05:48 2020-06-12] 178: Checking batch_updates ** [20:05:48 2020-06-12] 178: Checking gears ** [20:05:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:05:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:53 2020-06-12] 178: Checking imports ** [20:05:53 2020-06-12] 178: Checking exports ** [20:05:53 2020-06-12] 178: Checking users ** [20:05:53 2020-06-12] 178: Checking user_dbs ** [20:05:53 2020-06-12] 178: Checking geocodings ** [20:05:53 2020-06-12] 178: Checking synchronizations ** [20:05:53 2020-06-12] 178: Checking tracker ** [20:05:53 2020-06-12] 178: Checking user_migrations ** [20:05:53 2020-06-12] 178: Checking batch_updates ** [20:05:53 2020-06-12] 178: Checking gears ** [20:05:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:05:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:58 2020-06-12] 178: Checking imports ** [20:05:58 2020-06-12] 178: Checking exports ** [20:05:58 2020-06-12] 178: Checking users ** [20:05:58 2020-06-12] 178: Checking user_dbs ** [20:05:58 2020-06-12] 178: Checking geocodings ** [20:05:58 2020-06-12] 178: Checking synchronizations ** [20:05:58 2020-06-12] 178: Checking tracker ** [20:05:58 2020-06-12] 178: Checking user_migrations ** [20:05:58 2020-06-12] 178: Checking batch_updates ** [20:05:58 2020-06-12] 178: Checking gears ** [20:05:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:05:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:03 2020-06-12] 178: Checking imports ** [20:06:03 2020-06-12] 178: Checking exports ** [20:06:03 2020-06-12] 178: Checking users ** [20:06:03 2020-06-12] 178: Checking user_dbs ** [20:06:03 2020-06-12] 178: Checking geocodings ** [20:06:03 2020-06-12] 178: Checking synchronizations ** [20:06:03 2020-06-12] 178: Checking tracker ** [20:06:03 2020-06-12] 178: Checking user_migrations ** [20:06:03 2020-06-12] 178: Checking batch_updates ** [20:06:03 2020-06-12] 178: Checking gears ** [20:06:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:06:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:08 2020-06-12] 178: Checking imports ** [20:06:08 2020-06-12] 178: Checking exports ** [20:06:08 2020-06-12] 178: Checking users ** [20:06:08 2020-06-12] 178: Checking user_dbs ** [20:06:08 2020-06-12] 178: Checking geocodings ** [20:06:08 2020-06-12] 178: Checking synchronizations ** [20:06:08 2020-06-12] 178: Checking tracker ** [20:06:08 2020-06-12] 178: Checking user_migrations ** [20:06:08 2020-06-12] 178: Checking batch_updates ** [20:06:08 2020-06-12] 178: Checking gears ** [20:06:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:06:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:13 2020-06-12] 178: Checking imports ** [20:06:13 2020-06-12] 178: Checking exports ** [20:06:13 2020-06-12] 178: Checking users ** [20:06:13 2020-06-12] 178: Checking user_dbs ** [20:06:13 2020-06-12] 178: Checking geocodings ** [20:06:13 2020-06-12] 178: Checking synchronizations ** [20:06:13 2020-06-12] 178: Checking tracker ** [20:06:13 2020-06-12] 178: Checking user_migrations ** [20:06:13 2020-06-12] 178: Checking batch_updates ** [20:06:13 2020-06-12] 178: Checking gears ** [20:06:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:06:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:18 2020-06-12] 178: Checking imports ** [20:06:18 2020-06-12] 178: Checking exports ** [20:06:18 2020-06-12] 178: Checking users ** [20:06:18 2020-06-12] 178: Checking user_dbs ** [20:06:18 2020-06-12] 178: Checking geocodings ** [20:06:18 2020-06-12] 178: Checking synchronizations ** [20:06:18 2020-06-12] 178: Checking tracker ** [20:06:18 2020-06-12] 178: Checking user_migrations ** [20:06:18 2020-06-12] 178: Checking batch_updates ** [20:06:18 2020-06-12] 178: Checking gears ** [20:06:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:06:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:23 2020-06-12] 178: Checking imports ** [20:06:23 2020-06-12] 178: Checking exports ** [20:06:23 2020-06-12] 178: Checking users ** [20:06:23 2020-06-12] 178: Checking user_dbs ** [20:06:23 2020-06-12] 178: Checking geocodings ** [20:06:23 2020-06-12] 178: Checking synchronizations ** [20:06:23 2020-06-12] 178: Checking tracker ** [20:06:23 2020-06-12] 178: Checking user_migrations ** [20:06:23 2020-06-12] 178: Checking batch_updates ** [20:06:23 2020-06-12] 178: Checking gears ** [20:06:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:06:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:28 2020-06-12] 178: Checking imports ** [20:06:28 2020-06-12] 178: Checking exports ** [20:06:28 2020-06-12] 178: Checking users ** [20:06:28 2020-06-12] 178: Checking user_dbs ** [20:06:28 2020-06-12] 178: Checking geocodings ** [20:06:28 2020-06-12] 178: Checking synchronizations ** [20:06:28 2020-06-12] 178: Checking tracker ** [20:06:28 2020-06-12] 178: Checking user_migrations ** [20:06:28 2020-06-12] 178: Checking batch_updates ** [20:06:28 2020-06-12] 178: Checking gears ** [20:06:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:06:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:33 2020-06-12] 178: Checking imports ** [20:06:33 2020-06-12] 178: Checking exports ** [20:06:33 2020-06-12] 178: Checking users ** [20:06:33 2020-06-12] 178: Checking user_dbs ** [20:06:33 2020-06-12] 178: Checking geocodings ** [20:06:33 2020-06-12] 178: Checking synchronizations ** [20:06:33 2020-06-12] 178: Checking tracker ** [20:06:33 2020-06-12] 178: Checking user_migrations ** [20:06:33 2020-06-12] 178: Checking batch_updates ** [20:06:33 2020-06-12] 178: Checking gears ** [20:06:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:06:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:38 2020-06-12] 178: Checking imports ** [20:06:38 2020-06-12] 178: Checking exports ** [20:06:38 2020-06-12] 178: Checking users ** [20:06:38 2020-06-12] 178: Checking user_dbs ** [20:06:38 2020-06-12] 178: Checking geocodings ** [20:06:38 2020-06-12] 178: Checking synchronizations ** [20:06:38 2020-06-12] 178: Checking tracker ** [20:06:38 2020-06-12] 178: Checking user_migrations ** [20:06:38 2020-06-12] 178: Checking batch_updates ** [20:06:38 2020-06-12] 178: Checking gears ** [20:06:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:06:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:43 2020-06-12] 178: Checking imports ** [20:06:43 2020-06-12] 178: Checking exports ** [20:06:43 2020-06-12] 178: Checking users ** [20:06:43 2020-06-12] 178: Checking user_dbs ** [20:06:43 2020-06-12] 178: Checking geocodings ** [20:06:43 2020-06-12] 178: Checking synchronizations ** [20:06:43 2020-06-12] 178: Checking tracker ** [20:06:43 2020-06-12] 178: Checking user_migrations ** [20:06:43 2020-06-12] 178: Checking batch_updates ** [20:06:43 2020-06-12] 178: Checking gears ** [20:06:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:06:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:48 2020-06-12] 178: Checking imports ** [20:06:48 2020-06-12] 178: Checking exports ** [20:06:48 2020-06-12] 178: Checking users ** [20:06:48 2020-06-12] 178: Checking user_dbs ** [20:06:48 2020-06-12] 178: Checking geocodings ** [20:06:48 2020-06-12] 178: Checking synchronizations ** [20:06:48 2020-06-12] 178: Checking tracker ** [20:06:48 2020-06-12] 178: Checking user_migrations ** [20:06:48 2020-06-12] 178: Checking batch_updates ** [20:06:48 2020-06-12] 178: Checking gears ** [20:06:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:06:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:53 2020-06-12] 178: Checking imports ** [20:06:53 2020-06-12] 178: Checking exports ** [20:06:53 2020-06-12] 178: Checking users ** [20:06:53 2020-06-12] 178: Checking user_dbs ** [20:06:53 2020-06-12] 178: Checking geocodings ** [20:06:53 2020-06-12] 178: Checking synchronizations ** [20:06:53 2020-06-12] 178: Checking tracker ** [20:06:53 2020-06-12] 178: Checking user_migrations ** [20:06:53 2020-06-12] 178: Checking batch_updates ** [20:06:53 2020-06-12] 178: Checking gears ** [20:06:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:06:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:58 2020-06-12] 178: Checking imports ** [20:06:58 2020-06-12] 178: Checking exports ** [20:06:58 2020-06-12] 178: Checking users ** [20:06:58 2020-06-12] 178: Checking user_dbs ** [20:06:58 2020-06-12] 178: Checking geocodings ** [20:06:58 2020-06-12] 178: Checking synchronizations ** [20:06:58 2020-06-12] 178: Checking tracker ** [20:06:58 2020-06-12] 178: Checking user_migrations ** [20:06:58 2020-06-12] 178: Checking batch_updates ** [20:06:58 2020-06-12] 178: Checking gears ** [20:06:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:06:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:03 2020-06-12] 178: Checking imports ** [20:07:03 2020-06-12] 178: Checking exports ** [20:07:03 2020-06-12] 178: Checking users ** [20:07:03 2020-06-12] 178: Checking user_dbs ** [20:07:03 2020-06-12] 178: Checking geocodings ** [20:07:03 2020-06-12] 178: Checking synchronizations ** [20:07:03 2020-06-12] 178: Checking tracker ** [20:07:03 2020-06-12] 178: Checking user_migrations ** [20:07:03 2020-06-12] 178: Checking batch_updates ** [20:07:03 2020-06-12] 178: Checking gears ** [20:07:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:07:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:08 2020-06-12] 178: Checking imports ** [20:07:08 2020-06-12] 178: Checking exports ** [20:07:08 2020-06-12] 178: Checking users ** [20:07:08 2020-06-12] 178: Checking user_dbs ** [20:07:08 2020-06-12] 178: Checking geocodings ** [20:07:08 2020-06-12] 178: Checking synchronizations ** [20:07:08 2020-06-12] 178: Checking tracker ** [20:07:08 2020-06-12] 178: Checking user_migrations ** [20:07:08 2020-06-12] 178: Checking batch_updates ** [20:07:08 2020-06-12] 178: Checking gears ** [20:07:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:07:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:13 2020-06-12] 178: Checking imports ** [20:07:13 2020-06-12] 178: Checking exports ** [20:07:13 2020-06-12] 178: Checking users ** [20:07:13 2020-06-12] 178: Checking user_dbs ** [20:07:13 2020-06-12] 178: Checking geocodings ** [20:07:13 2020-06-12] 178: Checking synchronizations ** [20:07:13 2020-06-12] 178: Checking tracker ** [20:07:13 2020-06-12] 178: Checking user_migrations ** [20:07:13 2020-06-12] 178: Checking batch_updates ** [20:07:13 2020-06-12] 178: Checking gears ** [20:07:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:07:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:18 2020-06-12] 178: Checking imports ** [20:07:18 2020-06-12] 178: Checking exports ** [20:07:18 2020-06-12] 178: Checking users ** [20:07:18 2020-06-12] 178: Checking user_dbs ** [20:07:18 2020-06-12] 178: Checking geocodings ** [20:07:18 2020-06-12] 178: Checking synchronizations ** [20:07:18 2020-06-12] 178: Checking tracker ** [20:07:18 2020-06-12] 178: Checking user_migrations ** [20:07:18 2020-06-12] 178: Checking batch_updates ** [20:07:18 2020-06-12] 178: Checking gears ** [20:07:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:07:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:23 2020-06-12] 178: Checking imports ** [20:07:23 2020-06-12] 178: Checking exports ** [20:07:23 2020-06-12] 178: Checking users ** [20:07:23 2020-06-12] 178: Checking user_dbs ** [20:07:23 2020-06-12] 178: Checking geocodings ** [20:07:23 2020-06-12] 178: Checking synchronizations ** [20:07:23 2020-06-12] 178: Checking tracker ** [20:07:23 2020-06-12] 178: Checking user_migrations ** [20:07:23 2020-06-12] 178: Checking batch_updates ** [20:07:23 2020-06-12] 178: Checking gears ** [20:07:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:07:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:28 2020-06-12] 178: Checking imports ** [20:07:28 2020-06-12] 178: Checking exports ** [20:07:28 2020-06-12] 178: Checking users ** [20:07:28 2020-06-12] 178: Checking user_dbs ** [20:07:28 2020-06-12] 178: Checking geocodings ** [20:07:28 2020-06-12] 178: Checking synchronizations ** [20:07:28 2020-06-12] 178: Checking tracker ** [20:07:28 2020-06-12] 178: Checking user_migrations ** [20:07:28 2020-06-12] 178: Checking batch_updates ** [20:07:28 2020-06-12] 178: Checking gears ** [20:07:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:07:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:33 2020-06-12] 178: Checking imports ** [20:07:33 2020-06-12] 178: Checking exports ** [20:07:33 2020-06-12] 178: Checking users ** [20:07:33 2020-06-12] 178: Checking user_dbs ** [20:07:33 2020-06-12] 178: Checking geocodings ** [20:07:33 2020-06-12] 178: Checking synchronizations ** [20:07:33 2020-06-12] 178: Checking tracker ** [20:07:33 2020-06-12] 178: Checking user_migrations ** [20:07:33 2020-06-12] 178: Checking batch_updates ** [20:07:33 2020-06-12] 178: Checking gears ** [20:07:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:07:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:38 2020-06-12] 178: Checking imports ** [20:07:38 2020-06-12] 178: Checking exports ** [20:07:38 2020-06-12] 178: Checking users ** [20:07:38 2020-06-12] 178: Checking user_dbs ** [20:07:38 2020-06-12] 178: Checking geocodings ** [20:07:38 2020-06-12] 178: Checking synchronizations ** [20:07:38 2020-06-12] 178: Checking tracker ** [20:07:38 2020-06-12] 178: Checking user_migrations ** [20:07:38 2020-06-12] 178: Checking batch_updates ** [20:07:38 2020-06-12] 178: Checking gears ** [20:07:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:07:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:43 2020-06-12] 178: Checking imports ** [20:07:43 2020-06-12] 178: Checking exports ** [20:07:43 2020-06-12] 178: Checking users ** [20:07:43 2020-06-12] 178: Checking user_dbs ** [20:07:43 2020-06-12] 178: Checking geocodings ** [20:07:43 2020-06-12] 178: Checking synchronizations ** [20:07:43 2020-06-12] 178: Checking tracker ** [20:07:43 2020-06-12] 178: Checking user_migrations ** [20:07:43 2020-06-12] 178: Checking batch_updates ** [20:07:43 2020-06-12] 178: Checking gears ** [20:07:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:07:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:48 2020-06-12] 178: Checking imports ** [20:07:48 2020-06-12] 178: Checking exports ** [20:07:48 2020-06-12] 178: Checking users ** [20:07:48 2020-06-12] 178: Checking user_dbs ** [20:07:48 2020-06-12] 178: Checking geocodings ** [20:07:48 2020-06-12] 178: Checking synchronizations ** [20:07:48 2020-06-12] 178: Checking tracker ** [20:07:48 2020-06-12] 178: Checking user_migrations ** [20:07:48 2020-06-12] 178: Checking batch_updates ** [20:07:48 2020-06-12] 178: Checking gears ** [20:07:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:07:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:53 2020-06-12] 178: Checking imports ** [20:07:53 2020-06-12] 178: Checking exports ** [20:07:53 2020-06-12] 178: Checking users ** [20:07:53 2020-06-12] 178: Checking user_dbs ** [20:07:53 2020-06-12] 178: Checking geocodings ** [20:07:53 2020-06-12] 178: Checking synchronizations ** [20:07:53 2020-06-12] 178: Checking tracker ** [20:07:53 2020-06-12] 178: Checking user_migrations ** [20:07:53 2020-06-12] 178: Checking batch_updates ** [20:07:53 2020-06-12] 178: Checking gears ** [20:07:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:07:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:58 2020-06-12] 178: Checking imports ** [20:07:58 2020-06-12] 178: Checking exports ** [20:07:58 2020-06-12] 178: Checking users ** [20:07:58 2020-06-12] 178: Checking user_dbs ** [20:07:58 2020-06-12] 178: Checking geocodings ** [20:07:58 2020-06-12] 178: Checking synchronizations ** [20:07:58 2020-06-12] 178: Checking tracker ** [20:07:58 2020-06-12] 178: Checking user_migrations ** [20:07:58 2020-06-12] 178: Checking batch_updates ** [20:07:58 2020-06-12] 178: Checking gears ** [20:07:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:07:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:03 2020-06-12] 178: Checking imports ** [20:08:03 2020-06-12] 178: Checking exports ** [20:08:03 2020-06-12] 178: Checking users ** [20:08:03 2020-06-12] 178: Checking user_dbs ** [20:08:03 2020-06-12] 178: Checking geocodings ** [20:08:03 2020-06-12] 178: Checking synchronizations ** [20:08:03 2020-06-12] 178: Checking tracker ** [20:08:03 2020-06-12] 178: Checking user_migrations ** [20:08:03 2020-06-12] 178: Checking batch_updates ** [20:08:03 2020-06-12] 178: Checking gears ** [20:08:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:08:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:08 2020-06-12] 178: Checking imports ** [20:08:08 2020-06-12] 178: Checking exports ** [20:08:08 2020-06-12] 178: Checking users ** [20:08:08 2020-06-12] 178: Checking user_dbs ** [20:08:08 2020-06-12] 178: Checking geocodings ** [20:08:08 2020-06-12] 178: Checking synchronizations ** [20:08:08 2020-06-12] 178: Checking tracker ** [20:08:08 2020-06-12] 178: Checking user_migrations ** [20:08:08 2020-06-12] 178: Checking batch_updates ** [20:08:08 2020-06-12] 178: Checking gears ** [20:08:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:08:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:13 2020-06-12] 178: Checking imports ** [20:08:13 2020-06-12] 178: Checking exports ** [20:08:13 2020-06-12] 178: Checking users ** [20:08:13 2020-06-12] 178: Checking user_dbs ** [20:08:13 2020-06-12] 178: Checking geocodings ** [20:08:13 2020-06-12] 178: Checking synchronizations ** [20:08:13 2020-06-12] 178: Checking tracker ** [20:08:13 2020-06-12] 178: Checking user_migrations ** [20:08:13 2020-06-12] 178: Checking batch_updates ** [20:08:13 2020-06-12] 178: Checking gears ** [20:08:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:08:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:18 2020-06-12] 178: Checking imports ** [20:08:18 2020-06-12] 178: Checking exports ** [20:08:18 2020-06-12] 178: Checking users ** [20:08:18 2020-06-12] 178: Checking user_dbs ** [20:08:18 2020-06-12] 178: Checking geocodings ** [20:08:18 2020-06-12] 178: Checking synchronizations ** [20:08:18 2020-06-12] 178: Checking tracker ** [20:08:18 2020-06-12] 178: Checking user_migrations ** [20:08:18 2020-06-12] 178: Checking batch_updates ** [20:08:18 2020-06-12] 178: Checking gears ** [20:08:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:08:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:23 2020-06-12] 178: Checking imports ** [20:08:23 2020-06-12] 178: Checking exports ** [20:08:23 2020-06-12] 178: Checking users ** [20:08:23 2020-06-12] 178: Checking user_dbs ** [20:08:23 2020-06-12] 178: Checking geocodings ** [20:08:23 2020-06-12] 178: Checking synchronizations ** [20:08:23 2020-06-12] 178: Checking tracker ** [20:08:23 2020-06-12] 178: Checking user_migrations ** [20:08:23 2020-06-12] 178: Checking batch_updates ** [20:08:23 2020-06-12] 178: Checking gears ** [20:08:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:08:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:28 2020-06-12] 178: Checking imports ** [20:08:28 2020-06-12] 178: Checking exports ** [20:08:28 2020-06-12] 178: Checking users ** [20:08:28 2020-06-12] 178: Checking user_dbs ** [20:08:28 2020-06-12] 178: Checking geocodings ** [20:08:28 2020-06-12] 178: Checking synchronizations ** [20:08:28 2020-06-12] 178: Checking tracker ** [20:08:28 2020-06-12] 178: Checking user_migrations ** [20:08:28 2020-06-12] 178: Checking batch_updates ** [20:08:28 2020-06-12] 178: Checking gears ** [20:08:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:08:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:33 2020-06-12] 178: Checking imports ** [20:08:33 2020-06-12] 178: Checking exports ** [20:08:33 2020-06-12] 178: Checking users ** [20:08:33 2020-06-12] 178: Checking user_dbs ** [20:08:33 2020-06-12] 178: Checking geocodings ** [20:08:33 2020-06-12] 178: Checking synchronizations ** [20:08:33 2020-06-12] 178: Checking tracker ** [20:08:33 2020-06-12] 178: Checking user_migrations ** [20:08:33 2020-06-12] 178: Checking batch_updates ** [20:08:33 2020-06-12] 178: Checking gears ** [20:08:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:08:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:38 2020-06-12] 178: Checking imports ** [20:08:38 2020-06-12] 178: Checking exports ** [20:08:38 2020-06-12] 178: Checking users ** [20:08:38 2020-06-12] 178: Checking user_dbs ** [20:08:38 2020-06-12] 178: Checking geocodings ** [20:08:38 2020-06-12] 178: Checking synchronizations ** [20:08:38 2020-06-12] 178: Checking tracker ** [20:08:38 2020-06-12] 178: Checking user_migrations ** [20:08:38 2020-06-12] 178: Checking batch_updates ** [20:08:38 2020-06-12] 178: Checking gears ** [20:08:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:08:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:43 2020-06-12] 178: Checking imports ** [20:08:43 2020-06-12] 178: Checking exports ** [20:08:43 2020-06-12] 178: Checking users ** [20:08:43 2020-06-12] 178: Checking user_dbs ** [20:08:43 2020-06-12] 178: Checking geocodings ** [20:08:43 2020-06-12] 178: Checking synchronizations ** [20:08:43 2020-06-12] 178: Checking tracker ** [20:08:43 2020-06-12] 178: Checking user_migrations ** [20:08:43 2020-06-12] 178: Checking batch_updates ** [20:08:43 2020-06-12] 178: Checking gears ** [20:08:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:08:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:48 2020-06-12] 178: Checking imports ** [20:08:48 2020-06-12] 178: Checking exports ** [20:08:48 2020-06-12] 178: Checking users ** [20:08:48 2020-06-12] 178: Checking user_dbs ** [20:08:48 2020-06-12] 178: Checking geocodings ** [20:08:48 2020-06-12] 178: Checking synchronizations ** [20:08:48 2020-06-12] 178: Checking tracker ** [20:08:48 2020-06-12] 178: Checking user_migrations ** [20:08:48 2020-06-12] 178: Checking batch_updates ** [20:08:48 2020-06-12] 178: Checking gears ** [20:08:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:08:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:53 2020-06-12] 178: Checking imports ** [20:08:53 2020-06-12] 178: Checking exports ** [20:08:53 2020-06-12] 178: Checking users ** [20:08:53 2020-06-12] 178: Checking user_dbs ** [20:08:53 2020-06-12] 178: Checking geocodings ** [20:08:53 2020-06-12] 178: Checking synchronizations ** [20:08:53 2020-06-12] 178: Checking tracker ** [20:08:53 2020-06-12] 178: Checking user_migrations ** [20:08:53 2020-06-12] 178: Checking batch_updates ** [20:08:53 2020-06-12] 178: Checking gears ** [20:08:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:08:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:58 2020-06-12] 178: Checking imports ** [20:08:58 2020-06-12] 178: Checking exports ** [20:08:58 2020-06-12] 178: Checking users ** [20:08:58 2020-06-12] 178: Checking user_dbs ** [20:08:58 2020-06-12] 178: Checking geocodings ** [20:08:58 2020-06-12] 178: Checking synchronizations ** [20:08:58 2020-06-12] 178: Checking tracker ** [20:08:58 2020-06-12] 178: Checking user_migrations ** [20:08:58 2020-06-12] 178: Checking batch_updates ** [20:08:58 2020-06-12] 178: Checking gears ** [20:08:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:08:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:03 2020-06-12] 178: Checking imports ** [20:09:03 2020-06-12] 178: Checking exports ** [20:09:03 2020-06-12] 178: Checking users ** [20:09:03 2020-06-12] 178: Checking user_dbs ** [20:09:03 2020-06-12] 178: Checking geocodings ** [20:09:03 2020-06-12] 178: Checking synchronizations ** [20:09:03 2020-06-12] 178: Checking tracker ** [20:09:03 2020-06-12] 178: Checking user_migrations ** [20:09:03 2020-06-12] 178: Checking batch_updates ** [20:09:03 2020-06-12] 178: Checking gears ** [20:09:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:09:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:08 2020-06-12] 178: Checking imports ** [20:09:08 2020-06-12] 178: Checking exports ** [20:09:08 2020-06-12] 178: Checking users ** [20:09:08 2020-06-12] 178: Checking user_dbs ** [20:09:08 2020-06-12] 178: Checking geocodings ** [20:09:08 2020-06-12] 178: Checking synchronizations ** [20:09:08 2020-06-12] 178: Checking tracker ** [20:09:08 2020-06-12] 178: Checking user_migrations ** [20:09:08 2020-06-12] 178: Checking batch_updates ** [20:09:08 2020-06-12] 178: Checking gears ** [20:09:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:09:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:13 2020-06-12] 178: Checking imports ** [20:09:13 2020-06-12] 178: Checking exports ** [20:09:13 2020-06-12] 178: Checking users ** [20:09:13 2020-06-12] 178: Checking user_dbs ** [20:09:13 2020-06-12] 178: Checking geocodings ** [20:09:13 2020-06-12] 178: Checking synchronizations ** [20:09:13 2020-06-12] 178: Checking tracker ** [20:09:13 2020-06-12] 178: Checking user_migrations ** [20:09:13 2020-06-12] 178: Checking batch_updates ** [20:09:13 2020-06-12] 178: Checking gears ** [20:09:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:09:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:18 2020-06-12] 178: Checking imports ** [20:09:18 2020-06-12] 178: Checking exports ** [20:09:18 2020-06-12] 178: Checking users ** [20:09:18 2020-06-12] 178: Checking user_dbs ** [20:09:18 2020-06-12] 178: Checking geocodings ** [20:09:18 2020-06-12] 178: Checking synchronizations ** [20:09:18 2020-06-12] 178: Checking tracker ** [20:09:18 2020-06-12] 178: Checking user_migrations ** [20:09:18 2020-06-12] 178: Checking batch_updates ** [20:09:18 2020-06-12] 178: Checking gears ** [20:09:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:09:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:23 2020-06-12] 178: Checking imports ** [20:09:23 2020-06-12] 178: Checking exports ** [20:09:23 2020-06-12] 178: Checking users ** [20:09:23 2020-06-12] 178: Checking user_dbs ** [20:09:23 2020-06-12] 178: Checking geocodings ** [20:09:23 2020-06-12] 178: Checking synchronizations ** [20:09:23 2020-06-12] 178: Checking tracker ** [20:09:23 2020-06-12] 178: Checking user_migrations ** [20:09:23 2020-06-12] 178: Checking batch_updates ** [20:09:23 2020-06-12] 178: Checking gears ** [20:09:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:09:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:28 2020-06-12] 178: Checking imports ** [20:09:28 2020-06-12] 178: Checking exports ** [20:09:28 2020-06-12] 178: Checking users ** [20:09:28 2020-06-12] 178: Checking user_dbs ** [20:09:28 2020-06-12] 178: Checking geocodings ** [20:09:28 2020-06-12] 178: Checking synchronizations ** [20:09:28 2020-06-12] 178: Checking tracker ** [20:09:28 2020-06-12] 178: Checking user_migrations ** [20:09:28 2020-06-12] 178: Checking batch_updates ** [20:09:28 2020-06-12] 178: Checking gears ** [20:09:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:09:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:33 2020-06-12] 178: Checking imports ** [20:09:33 2020-06-12] 178: Checking exports ** [20:09:33 2020-06-12] 178: Checking users ** [20:09:33 2020-06-12] 178: Checking user_dbs ** [20:09:33 2020-06-12] 178: Checking geocodings ** [20:09:33 2020-06-12] 178: Checking synchronizations ** [20:09:33 2020-06-12] 178: Checking tracker ** [20:09:33 2020-06-12] 178: Checking user_migrations ** [20:09:33 2020-06-12] 178: Checking batch_updates ** [20:09:33 2020-06-12] 178: Checking gears ** [20:09:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:09:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:38 2020-06-12] 178: Checking imports ** [20:09:38 2020-06-12] 178: Checking exports ** [20:09:38 2020-06-12] 178: Checking users ** [20:09:38 2020-06-12] 178: Checking user_dbs ** [20:09:38 2020-06-12] 178: Checking geocodings ** [20:09:38 2020-06-12] 178: Checking synchronizations ** [20:09:38 2020-06-12] 178: Checking tracker ** [20:09:38 2020-06-12] 178: Checking user_migrations ** [20:09:38 2020-06-12] 178: Checking batch_updates ** [20:09:38 2020-06-12] 178: Checking gears ** [20:09:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:09:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:43 2020-06-12] 178: Checking imports ** [20:09:43 2020-06-12] 178: Checking exports ** [20:09:43 2020-06-12] 178: Checking users ** [20:09:43 2020-06-12] 178: Checking user_dbs ** [20:09:43 2020-06-12] 178: Checking geocodings ** [20:09:43 2020-06-12] 178: Checking synchronizations ** [20:09:43 2020-06-12] 178: Checking tracker ** [20:09:43 2020-06-12] 178: Checking user_migrations ** [20:09:43 2020-06-12] 178: Checking batch_updates ** [20:09:43 2020-06-12] 178: Checking gears ** [20:09:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:09:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:48 2020-06-12] 178: Checking imports ** [20:09:48 2020-06-12] 178: Checking exports ** [20:09:48 2020-06-12] 178: Checking users ** [20:09:48 2020-06-12] 178: Checking user_dbs ** [20:09:48 2020-06-12] 178: Checking geocodings ** [20:09:48 2020-06-12] 178: Checking synchronizations ** [20:09:48 2020-06-12] 178: Checking tracker ** [20:09:48 2020-06-12] 178: Checking user_migrations ** [20:09:48 2020-06-12] 178: Checking batch_updates ** [20:09:48 2020-06-12] 178: Checking gears ** [20:09:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:09:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:53 2020-06-12] 178: Checking imports ** [20:09:53 2020-06-12] 178: Checking exports ** [20:09:53 2020-06-12] 178: Checking users ** [20:09:53 2020-06-12] 178: Checking user_dbs ** [20:09:53 2020-06-12] 178: Checking geocodings ** [20:09:53 2020-06-12] 178: Checking synchronizations ** [20:09:53 2020-06-12] 178: Checking tracker ** [20:09:53 2020-06-12] 178: Checking user_migrations ** [20:09:53 2020-06-12] 178: Checking batch_updates ** [20:09:53 2020-06-12] 178: Checking gears ** [20:09:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:09:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:58 2020-06-12] 178: Checking imports ** [20:09:58 2020-06-12] 178: Checking exports ** [20:09:58 2020-06-12] 178: Checking users ** [20:09:58 2020-06-12] 178: Checking user_dbs ** [20:09:58 2020-06-12] 178: Checking geocodings ** [20:09:58 2020-06-12] 178: Checking synchronizations ** [20:09:58 2020-06-12] 178: Checking tracker ** [20:09:58 2020-06-12] 178: Checking user_migrations ** [20:09:58 2020-06-12] 178: Checking batch_updates ** [20:09:58 2020-06-12] 178: Checking gears ** [20:09:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:09:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:03 2020-06-12] 178: Checking imports ** [20:10:03 2020-06-12] 178: Checking exports ** [20:10:03 2020-06-12] 178: Checking users ** [20:10:03 2020-06-12] 178: Checking user_dbs ** [20:10:03 2020-06-12] 178: Checking geocodings ** [20:10:03 2020-06-12] 178: Checking synchronizations ** [20:10:03 2020-06-12] 178: Checking tracker ** [20:10:03 2020-06-12] 178: Checking user_migrations ** [20:10:03 2020-06-12] 178: Checking batch_updates ** [20:10:03 2020-06-12] 178: Checking gears ** [20:10:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:10:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:08 2020-06-12] 178: Checking imports ** [20:10:08 2020-06-12] 178: Checking exports ** [20:10:08 2020-06-12] 178: Checking users ** [20:10:08 2020-06-12] 178: Checking user_dbs ** [20:10:08 2020-06-12] 178: Checking geocodings ** [20:10:08 2020-06-12] 178: Checking synchronizations ** [20:10:08 2020-06-12] 178: Checking tracker ** [20:10:08 2020-06-12] 178: Checking user_migrations ** [20:10:08 2020-06-12] 178: Checking batch_updates ** [20:10:08 2020-06-12] 178: Checking gears ** [20:10:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:10:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:13 2020-06-12] 178: Checking imports ** [20:10:13 2020-06-12] 178: Checking exports ** [20:10:13 2020-06-12] 178: Checking users ** [20:10:13 2020-06-12] 178: Checking user_dbs ** [20:10:13 2020-06-12] 178: Checking geocodings ** [20:10:13 2020-06-12] 178: Checking synchronizations ** [20:10:13 2020-06-12] 178: Checking tracker ** [20:10:13 2020-06-12] 178: Checking user_migrations ** [20:10:13 2020-06-12] 178: Checking batch_updates ** [20:10:13 2020-06-12] 178: Checking gears ** [20:10:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:10:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:18 2020-06-12] 178: Checking imports ** [20:10:18 2020-06-12] 178: Checking exports ** [20:10:18 2020-06-12] 178: Checking users ** [20:10:18 2020-06-12] 178: Checking user_dbs ** [20:10:18 2020-06-12] 178: Checking geocodings ** [20:10:18 2020-06-12] 178: Checking synchronizations ** [20:10:18 2020-06-12] 178: Checking tracker ** [20:10:18 2020-06-12] 178: Checking user_migrations ** [20:10:18 2020-06-12] 178: Checking batch_updates ** [20:10:18 2020-06-12] 178: Checking gears ** [20:10:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:10:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:23 2020-06-12] 178: Checking imports ** [20:10:23 2020-06-12] 178: Checking exports ** [20:10:23 2020-06-12] 178: Checking users ** [20:10:23 2020-06-12] 178: Checking user_dbs ** [20:10:23 2020-06-12] 178: Checking geocodings ** [20:10:23 2020-06-12] 178: Checking synchronizations ** [20:10:23 2020-06-12] 178: Checking tracker ** [20:10:23 2020-06-12] 178: Checking user_migrations ** [20:10:23 2020-06-12] 178: Checking batch_updates ** [20:10:23 2020-06-12] 178: Checking gears ** [20:10:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:10:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:28 2020-06-12] 178: Checking imports ** [20:10:28 2020-06-12] 178: Checking exports ** [20:10:28 2020-06-12] 178: Checking users ** [20:10:28 2020-06-12] 178: Checking user_dbs ** [20:10:28 2020-06-12] 178: Checking geocodings ** [20:10:28 2020-06-12] 178: Checking synchronizations ** [20:10:28 2020-06-12] 178: Checking tracker ** [20:10:28 2020-06-12] 178: Checking user_migrations ** [20:10:28 2020-06-12] 178: Checking batch_updates ** [20:10:28 2020-06-12] 178: Checking gears ** [20:10:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:10:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:33 2020-06-12] 178: Checking imports ** [20:10:33 2020-06-12] 178: Checking exports ** [20:10:33 2020-06-12] 178: Checking users ** [20:10:33 2020-06-12] 178: Checking user_dbs ** [20:10:33 2020-06-12] 178: Checking geocodings ** [20:10:33 2020-06-12] 178: Checking synchronizations ** [20:10:33 2020-06-12] 178: Checking tracker ** [20:10:33 2020-06-12] 178: Checking user_migrations ** [20:10:33 2020-06-12] 178: Checking batch_updates ** [20:10:33 2020-06-12] 178: Checking gears ** [20:10:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:10:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:38 2020-06-12] 178: Checking imports ** [20:10:38 2020-06-12] 178: Checking exports ** [20:10:38 2020-06-12] 178: Checking users ** [20:10:38 2020-06-12] 178: Checking user_dbs ** [20:10:38 2020-06-12] 178: Checking geocodings ** [20:10:38 2020-06-12] 178: Checking synchronizations ** [20:10:38 2020-06-12] 178: Checking tracker ** [20:10:38 2020-06-12] 178: Checking user_migrations ** [20:10:38 2020-06-12] 178: Checking batch_updates ** [20:10:38 2020-06-12] 178: Checking gears ** [20:10:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:10:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:43 2020-06-12] 178: Checking imports ** [20:10:43 2020-06-12] 178: Checking exports ** [20:10:43 2020-06-12] 178: Checking users ** [20:10:43 2020-06-12] 178: Checking user_dbs ** [20:10:43 2020-06-12] 178: Checking geocodings ** [20:10:43 2020-06-12] 178: Checking synchronizations ** [20:10:43 2020-06-12] 178: Checking tracker ** [20:10:43 2020-06-12] 178: Checking user_migrations ** [20:10:43 2020-06-12] 178: Checking batch_updates ** [20:10:43 2020-06-12] 178: Checking gears ** [20:10:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:10:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:48 2020-06-12] 178: Checking imports ** [20:10:48 2020-06-12] 178: Checking exports ** [20:10:48 2020-06-12] 178: Checking users ** [20:10:48 2020-06-12] 178: Checking user_dbs ** [20:10:48 2020-06-12] 178: Checking geocodings ** [20:10:48 2020-06-12] 178: Checking synchronizations ** [20:10:48 2020-06-12] 178: Checking tracker ** [20:10:48 2020-06-12] 178: Checking user_migrations ** [20:10:48 2020-06-12] 178: Checking batch_updates ** [20:10:48 2020-06-12] 178: Checking gears ** [20:10:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:10:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:53 2020-06-12] 178: Checking imports ** [20:10:53 2020-06-12] 178: Checking exports ** [20:10:53 2020-06-12] 178: Checking users ** [20:10:53 2020-06-12] 178: Checking user_dbs ** [20:10:53 2020-06-12] 178: Checking geocodings ** [20:10:53 2020-06-12] 178: Checking synchronizations ** [20:10:53 2020-06-12] 178: Checking tracker ** [20:10:53 2020-06-12] 178: Checking user_migrations ** [20:10:53 2020-06-12] 178: Checking batch_updates ** [20:10:53 2020-06-12] 178: Checking gears ** [20:10:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:10:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:58 2020-06-12] 178: Checking imports ** [20:10:58 2020-06-12] 178: Checking exports ** [20:10:58 2020-06-12] 178: Checking users ** [20:10:58 2020-06-12] 178: Checking user_dbs ** [20:10:58 2020-06-12] 178: Checking geocodings ** [20:10:58 2020-06-12] 178: Checking synchronizations ** [20:10:58 2020-06-12] 178: Checking tracker ** [20:10:58 2020-06-12] 178: Checking user_migrations ** [20:10:58 2020-06-12] 178: Checking batch_updates ** [20:10:58 2020-06-12] 178: Checking gears ** [20:10:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:10:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:03 2020-06-12] 178: Checking imports ** [20:11:03 2020-06-12] 178: Checking exports ** [20:11:03 2020-06-12] 178: Checking users ** [20:11:03 2020-06-12] 178: Checking user_dbs ** [20:11:03 2020-06-12] 178: Checking geocodings ** [20:11:03 2020-06-12] 178: Checking synchronizations ** [20:11:03 2020-06-12] 178: Checking tracker ** [20:11:03 2020-06-12] 178: Checking user_migrations ** [20:11:03 2020-06-12] 178: Checking batch_updates ** [20:11:03 2020-06-12] 178: Checking gears ** [20:11:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:11:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:08 2020-06-12] 178: Checking imports ** [20:11:08 2020-06-12] 178: Checking exports ** [20:11:08 2020-06-12] 178: Checking users ** [20:11:08 2020-06-12] 178: Checking user_dbs ** [20:11:08 2020-06-12] 178: Checking geocodings ** [20:11:08 2020-06-12] 178: Checking synchronizations ** [20:11:08 2020-06-12] 178: Checking tracker ** [20:11:08 2020-06-12] 178: Checking user_migrations ** [20:11:08 2020-06-12] 178: Checking batch_updates ** [20:11:08 2020-06-12] 178: Checking gears ** [20:11:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:11:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:13 2020-06-12] 178: Checking imports ** [20:11:13 2020-06-12] 178: Checking exports ** [20:11:13 2020-06-12] 178: Checking users ** [20:11:13 2020-06-12] 178: Checking user_dbs ** [20:11:13 2020-06-12] 178: Checking geocodings ** [20:11:13 2020-06-12] 178: Checking synchronizations ** [20:11:13 2020-06-12] 178: Checking tracker ** [20:11:13 2020-06-12] 178: Checking user_migrations ** [20:11:13 2020-06-12] 178: Checking batch_updates ** [20:11:13 2020-06-12] 178: Checking gears ** [20:11:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:11:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:18 2020-06-12] 178: Checking imports ** [20:11:18 2020-06-12] 178: Checking exports ** [20:11:18 2020-06-12] 178: Checking users ** [20:11:18 2020-06-12] 178: Checking user_dbs ** [20:11:18 2020-06-12] 178: Checking geocodings ** [20:11:18 2020-06-12] 178: Checking synchronizations ** [20:11:18 2020-06-12] 178: Checking tracker ** [20:11:18 2020-06-12] 178: Checking user_migrations ** [20:11:18 2020-06-12] 178: Checking batch_updates ** [20:11:18 2020-06-12] 178: Checking gears ** [20:11:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:11:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:23 2020-06-12] 178: Checking imports ** [20:11:23 2020-06-12] 178: Checking exports ** [20:11:23 2020-06-12] 178: Checking users ** [20:11:23 2020-06-12] 178: Checking user_dbs ** [20:11:23 2020-06-12] 178: Checking geocodings ** [20:11:23 2020-06-12] 178: Checking synchronizations ** [20:11:23 2020-06-12] 178: Checking tracker ** [20:11:23 2020-06-12] 178: Checking user_migrations ** [20:11:23 2020-06-12] 178: Checking batch_updates ** [20:11:23 2020-06-12] 178: Checking gears ** [20:11:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:11:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:28 2020-06-12] 178: Checking imports ** [20:11:28 2020-06-12] 178: Checking exports ** [20:11:28 2020-06-12] 178: Checking users ** [20:11:28 2020-06-12] 178: Checking user_dbs ** [20:11:28 2020-06-12] 178: Checking geocodings ** [20:11:28 2020-06-12] 178: Checking synchronizations ** [20:11:28 2020-06-12] 178: Checking tracker ** [20:11:28 2020-06-12] 178: Checking user_migrations ** [20:11:28 2020-06-12] 178: Checking batch_updates ** [20:11:28 2020-06-12] 178: Checking gears ** [20:11:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:11:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:33 2020-06-12] 178: Checking imports ** [20:11:33 2020-06-12] 178: Checking exports ** [20:11:33 2020-06-12] 178: Checking users ** [20:11:33 2020-06-12] 178: Checking user_dbs ** [20:11:33 2020-06-12] 178: Checking geocodings ** [20:11:33 2020-06-12] 178: Checking synchronizations ** [20:11:33 2020-06-12] 178: Checking tracker ** [20:11:33 2020-06-12] 178: Checking user_migrations ** [20:11:33 2020-06-12] 178: Checking batch_updates ** [20:11:33 2020-06-12] 178: Checking gears ** [20:11:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:11:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:38 2020-06-12] 178: Checking imports ** [20:11:38 2020-06-12] 178: Checking exports ** [20:11:38 2020-06-12] 178: Checking users ** [20:11:38 2020-06-12] 178: Checking user_dbs ** [20:11:38 2020-06-12] 178: Checking geocodings ** [20:11:38 2020-06-12] 178: Checking synchronizations ** [20:11:38 2020-06-12] 178: Checking tracker ** [20:11:38 2020-06-12] 178: Checking user_migrations ** [20:11:38 2020-06-12] 178: Checking batch_updates ** [20:11:38 2020-06-12] 178: Checking gears ** [20:11:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:11:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:43 2020-06-12] 178: Checking imports ** [20:11:43 2020-06-12] 178: Checking exports ** [20:11:43 2020-06-12] 178: Checking users ** [20:11:43 2020-06-12] 178: Checking user_dbs ** [20:11:43 2020-06-12] 178: Checking geocodings ** [20:11:43 2020-06-12] 178: Checking synchronizations ** [20:11:43 2020-06-12] 178: Checking tracker ** [20:11:43 2020-06-12] 178: Checking user_migrations ** [20:11:43 2020-06-12] 178: Checking batch_updates ** [20:11:43 2020-06-12] 178: Checking gears ** [20:11:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:11:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:48 2020-06-12] 178: Checking imports ** [20:11:48 2020-06-12] 178: Checking exports ** [20:11:48 2020-06-12] 178: Checking users ** [20:11:48 2020-06-12] 178: Checking user_dbs ** [20:11:48 2020-06-12] 178: Checking geocodings ** [20:11:48 2020-06-12] 178: Checking synchronizations ** [20:11:48 2020-06-12] 178: Checking tracker ** [20:11:48 2020-06-12] 178: Checking user_migrations ** [20:11:48 2020-06-12] 178: Checking batch_updates ** [20:11:48 2020-06-12] 178: Checking gears ** [20:11:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:11:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:53 2020-06-12] 178: Checking imports ** [20:11:53 2020-06-12] 178: Checking exports ** [20:11:53 2020-06-12] 178: Checking users ** [20:11:53 2020-06-12] 178: Checking user_dbs ** [20:11:53 2020-06-12] 178: Checking geocodings ** [20:11:53 2020-06-12] 178: Checking synchronizations ** [20:11:53 2020-06-12] 178: Checking tracker ** [20:11:53 2020-06-12] 178: Checking user_migrations ** [20:11:53 2020-06-12] 178: Checking batch_updates ** [20:11:53 2020-06-12] 178: Checking gears ** [20:11:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:11:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:58 2020-06-12] 178: Checking imports ** [20:11:58 2020-06-12] 178: Checking exports ** [20:11:58 2020-06-12] 178: Checking users ** [20:11:58 2020-06-12] 178: Checking user_dbs ** [20:11:58 2020-06-12] 178: Checking geocodings ** [20:11:58 2020-06-12] 178: Checking synchronizations ** [20:11:58 2020-06-12] 178: Checking tracker ** [20:11:58 2020-06-12] 178: Checking user_migrations ** [20:11:58 2020-06-12] 178: Checking batch_updates ** [20:11:58 2020-06-12] 178: Checking gears ** [20:11:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:11:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:03 2020-06-12] 178: Checking imports ** [20:12:03 2020-06-12] 178: Checking exports ** [20:12:03 2020-06-12] 178: Checking users ** [20:12:03 2020-06-12] 178: Checking user_dbs ** [20:12:03 2020-06-12] 178: Checking geocodings ** [20:12:03 2020-06-12] 178: Checking synchronizations ** [20:12:03 2020-06-12] 178: Checking tracker ** [20:12:03 2020-06-12] 178: Checking user_migrations ** [20:12:03 2020-06-12] 178: Checking batch_updates ** [20:12:03 2020-06-12] 178: Checking gears ** [20:12:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:12:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:08 2020-06-12] 178: Checking imports ** [20:12:08 2020-06-12] 178: Checking exports ** [20:12:08 2020-06-12] 178: Checking users ** [20:12:08 2020-06-12] 178: Checking user_dbs ** [20:12:08 2020-06-12] 178: Checking geocodings ** [20:12:08 2020-06-12] 178: Checking synchronizations ** [20:12:08 2020-06-12] 178: Checking tracker ** [20:12:08 2020-06-12] 178: Checking user_migrations ** [20:12:08 2020-06-12] 178: Checking batch_updates ** [20:12:08 2020-06-12] 178: Checking gears ** [20:12:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:12:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:13 2020-06-12] 178: Checking imports ** [20:12:13 2020-06-12] 178: Checking exports ** [20:12:13 2020-06-12] 178: Checking users ** [20:12:13 2020-06-12] 178: Checking user_dbs ** [20:12:13 2020-06-12] 178: Checking geocodings ** [20:12:13 2020-06-12] 178: Checking synchronizations ** [20:12:13 2020-06-12] 178: Checking tracker ** [20:12:13 2020-06-12] 178: Checking user_migrations ** [20:12:13 2020-06-12] 178: Checking batch_updates ** [20:12:13 2020-06-12] 178: Checking gears ** [20:12:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:12:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:18 2020-06-12] 178: Checking imports ** [20:12:18 2020-06-12] 178: Checking exports ** [20:12:18 2020-06-12] 178: Checking users ** [20:12:18 2020-06-12] 178: Checking user_dbs ** [20:12:18 2020-06-12] 178: Checking geocodings ** [20:12:18 2020-06-12] 178: Checking synchronizations ** [20:12:18 2020-06-12] 178: Checking tracker ** [20:12:18 2020-06-12] 178: Checking user_migrations ** [20:12:18 2020-06-12] 178: Checking batch_updates ** [20:12:18 2020-06-12] 178: Checking gears ** [20:12:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:12:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:23 2020-06-12] 178: Checking imports ** [20:12:23 2020-06-12] 178: Checking exports ** [20:12:23 2020-06-12] 178: Checking users ** [20:12:23 2020-06-12] 178: Checking user_dbs ** [20:12:23 2020-06-12] 178: Checking geocodings ** [20:12:23 2020-06-12] 178: Checking synchronizations ** [20:12:23 2020-06-12] 178: Checking tracker ** [20:12:23 2020-06-12] 178: Checking user_migrations ** [20:12:23 2020-06-12] 178: Checking batch_updates ** [20:12:23 2020-06-12] 178: Checking gears ** [20:12:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:12:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:28 2020-06-12] 178: Checking imports ** [20:12:28 2020-06-12] 178: Checking exports ** [20:12:28 2020-06-12] 178: Checking users ** [20:12:28 2020-06-12] 178: Checking user_dbs ** [20:12:28 2020-06-12] 178: Checking geocodings ** [20:12:28 2020-06-12] 178: Checking synchronizations ** [20:12:28 2020-06-12] 178: Checking tracker ** [20:12:28 2020-06-12] 178: Checking user_migrations ** [20:12:28 2020-06-12] 178: Checking batch_updates ** [20:12:28 2020-06-12] 178: Checking gears ** [20:12:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:12:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:33 2020-06-12] 178: Checking imports ** [20:12:33 2020-06-12] 178: Checking exports ** [20:12:33 2020-06-12] 178: Checking users ** [20:12:33 2020-06-12] 178: Checking user_dbs ** [20:12:33 2020-06-12] 178: Checking geocodings ** [20:12:33 2020-06-12] 178: Checking synchronizations ** [20:12:33 2020-06-12] 178: Checking tracker ** [20:12:33 2020-06-12] 178: Checking user_migrations ** [20:12:33 2020-06-12] 178: Checking batch_updates ** [20:12:33 2020-06-12] 178: Checking gears ** [20:12:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:12:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:38 2020-06-12] 178: Checking imports ** [20:12:38 2020-06-12] 178: Checking exports ** [20:12:38 2020-06-12] 178: Checking users ** [20:12:38 2020-06-12] 178: Checking user_dbs ** [20:12:38 2020-06-12] 178: Checking geocodings ** [20:12:38 2020-06-12] 178: Checking synchronizations ** [20:12:38 2020-06-12] 178: Checking tracker ** [20:12:38 2020-06-12] 178: Checking user_migrations ** [20:12:38 2020-06-12] 178: Checking batch_updates ** [20:12:38 2020-06-12] 178: Checking gears ** [20:12:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:12:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:43 2020-06-12] 178: Checking imports ** [20:12:43 2020-06-12] 178: Checking exports ** [20:12:43 2020-06-12] 178: Checking users ** [20:12:43 2020-06-12] 178: Checking user_dbs ** [20:12:43 2020-06-12] 178: Checking geocodings ** [20:12:43 2020-06-12] 178: Checking synchronizations ** [20:12:43 2020-06-12] 178: Checking tracker ** [20:12:43 2020-06-12] 178: Checking user_migrations ** [20:12:43 2020-06-12] 178: Checking batch_updates ** [20:12:43 2020-06-12] 178: Checking gears ** [20:12:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:12:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:48 2020-06-12] 178: Checking imports ** [20:12:48 2020-06-12] 178: Checking exports ** [20:12:48 2020-06-12] 178: Checking users ** [20:12:48 2020-06-12] 178: Checking user_dbs ** [20:12:48 2020-06-12] 178: Checking geocodings ** [20:12:48 2020-06-12] 178: Checking synchronizations ** [20:12:48 2020-06-12] 178: Checking tracker ** [20:12:48 2020-06-12] 178: Checking user_migrations ** [20:12:48 2020-06-12] 178: Checking batch_updates ** [20:12:48 2020-06-12] 178: Checking gears ** [20:12:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:12:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:53 2020-06-12] 178: Checking imports ** [20:12:53 2020-06-12] 178: Checking exports ** [20:12:53 2020-06-12] 178: Checking users ** [20:12:53 2020-06-12] 178: Checking user_dbs ** [20:12:53 2020-06-12] 178: Checking geocodings ** [20:12:53 2020-06-12] 178: Checking synchronizations ** [20:12:53 2020-06-12] 178: Checking tracker ** [20:12:53 2020-06-12] 178: Checking user_migrations ** [20:12:53 2020-06-12] 178: Checking batch_updates ** [20:12:53 2020-06-12] 178: Checking gears ** [20:12:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:12:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:58 2020-06-12] 178: Checking imports ** [20:12:58 2020-06-12] 178: Checking exports ** [20:12:58 2020-06-12] 178: Checking users ** [20:12:58 2020-06-12] 178: Checking user_dbs ** [20:12:58 2020-06-12] 178: Checking geocodings ** [20:12:58 2020-06-12] 178: Checking synchronizations ** [20:12:58 2020-06-12] 178: Checking tracker ** [20:12:58 2020-06-12] 178: Checking user_migrations ** [20:12:58 2020-06-12] 178: Checking batch_updates ** [20:12:58 2020-06-12] 178: Checking gears ** [20:12:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:12:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:03 2020-06-12] 178: Checking imports ** [20:13:03 2020-06-12] 178: Checking exports ** [20:13:03 2020-06-12] 178: Checking users ** [20:13:03 2020-06-12] 178: Checking user_dbs ** [20:13:03 2020-06-12] 178: Checking geocodings ** [20:13:03 2020-06-12] 178: Checking synchronizations ** [20:13:03 2020-06-12] 178: Checking tracker ** [20:13:03 2020-06-12] 178: Checking user_migrations ** [20:13:03 2020-06-12] 178: Checking batch_updates ** [20:13:03 2020-06-12] 178: Checking gears ** [20:13:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:13:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:08 2020-06-12] 178: Checking imports ** [20:13:08 2020-06-12] 178: Checking exports ** [20:13:08 2020-06-12] 178: Checking users ** [20:13:08 2020-06-12] 178: Checking user_dbs ** [20:13:08 2020-06-12] 178: Checking geocodings ** [20:13:08 2020-06-12] 178: Checking synchronizations ** [20:13:08 2020-06-12] 178: Checking tracker ** [20:13:08 2020-06-12] 178: Checking user_migrations ** [20:13:08 2020-06-12] 178: Checking batch_updates ** [20:13:08 2020-06-12] 178: Checking gears ** [20:13:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:13:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:13 2020-06-12] 178: Checking imports ** [20:13:13 2020-06-12] 178: Checking exports ** [20:13:13 2020-06-12] 178: Checking users ** [20:13:13 2020-06-12] 178: Checking user_dbs ** [20:13:13 2020-06-12] 178: Checking geocodings ** [20:13:13 2020-06-12] 178: Checking synchronizations ** [20:13:13 2020-06-12] 178: Checking tracker ** [20:13:13 2020-06-12] 178: Checking user_migrations ** [20:13:13 2020-06-12] 178: Checking batch_updates ** [20:13:13 2020-06-12] 178: Checking gears ** [20:13:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:13:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:18 2020-06-12] 178: Checking imports ** [20:13:18 2020-06-12] 178: Checking exports ** [20:13:18 2020-06-12] 178: Checking users ** [20:13:18 2020-06-12] 178: Checking user_dbs ** [20:13:18 2020-06-12] 178: Checking geocodings ** [20:13:18 2020-06-12] 178: Checking synchronizations ** [20:13:18 2020-06-12] 178: Checking tracker ** [20:13:18 2020-06-12] 178: Checking user_migrations ** [20:13:18 2020-06-12] 178: Checking batch_updates ** [20:13:18 2020-06-12] 178: Checking gears ** [20:13:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:13:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:23 2020-06-12] 178: Checking imports ** [20:13:23 2020-06-12] 178: Checking exports ** [20:13:23 2020-06-12] 178: Checking users ** [20:13:23 2020-06-12] 178: Checking user_dbs ** [20:13:23 2020-06-12] 178: Checking geocodings ** [20:13:23 2020-06-12] 178: Checking synchronizations ** [20:13:23 2020-06-12] 178: Checking tracker ** [20:13:23 2020-06-12] 178: Checking user_migrations ** [20:13:23 2020-06-12] 178: Checking batch_updates ** [20:13:23 2020-06-12] 178: Checking gears ** [20:13:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:13:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:28 2020-06-12] 178: Checking imports ** [20:13:28 2020-06-12] 178: Checking exports ** [20:13:28 2020-06-12] 178: Checking users ** [20:13:28 2020-06-12] 178: Checking user_dbs ** [20:13:28 2020-06-12] 178: Checking geocodings ** [20:13:28 2020-06-12] 178: Checking synchronizations ** [20:13:28 2020-06-12] 178: Checking tracker ** [20:13:28 2020-06-12] 178: Checking user_migrations ** [20:13:28 2020-06-12] 178: Checking batch_updates ** [20:13:28 2020-06-12] 178: Checking gears ** [20:13:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:13:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:33 2020-06-12] 178: Checking imports ** [20:13:33 2020-06-12] 178: Checking exports ** [20:13:33 2020-06-12] 178: Checking users ** [20:13:33 2020-06-12] 178: Checking user_dbs ** [20:13:33 2020-06-12] 178: Checking geocodings ** [20:13:33 2020-06-12] 178: Checking synchronizations ** [20:13:33 2020-06-12] 178: Checking tracker ** [20:13:33 2020-06-12] 178: Checking user_migrations ** [20:13:33 2020-06-12] 178: Checking batch_updates ** [20:13:33 2020-06-12] 178: Checking gears ** [20:13:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:13:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:38 2020-06-12] 178: Checking imports ** [20:13:38 2020-06-12] 178: Checking exports ** [20:13:39 2020-06-12] 178: Checking users ** [20:13:39 2020-06-12] 178: Checking user_dbs ** [20:13:39 2020-06-12] 178: Checking geocodings ** [20:13:39 2020-06-12] 178: Checking synchronizations ** [20:13:39 2020-06-12] 178: Checking tracker ** [20:13:39 2020-06-12] 178: Checking user_migrations ** [20:13:39 2020-06-12] 178: Checking batch_updates ** [20:13:39 2020-06-12] 178: Checking gears ** [20:13:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:13:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:44 2020-06-12] 178: Checking imports ** [20:13:44 2020-06-12] 178: Checking exports ** [20:13:44 2020-06-12] 178: Checking users ** [20:13:44 2020-06-12] 178: Checking user_dbs ** [20:13:44 2020-06-12] 178: Checking geocodings ** [20:13:44 2020-06-12] 178: Checking synchronizations ** [20:13:44 2020-06-12] 178: Checking tracker ** [20:13:44 2020-06-12] 178: Checking user_migrations ** [20:13:44 2020-06-12] 178: Checking batch_updates ** [20:13:44 2020-06-12] 178: Checking gears ** [20:13:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:13:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:49 2020-06-12] 178: Checking imports ** [20:13:49 2020-06-12] 178: Checking exports ** [20:13:49 2020-06-12] 178: Checking users ** [20:13:49 2020-06-12] 178: Checking user_dbs ** [20:13:49 2020-06-12] 178: Checking geocodings ** [20:13:49 2020-06-12] 178: Checking synchronizations ** [20:13:49 2020-06-12] 178: Checking tracker ** [20:13:49 2020-06-12] 178: Checking user_migrations ** [20:13:49 2020-06-12] 178: Checking batch_updates ** [20:13:49 2020-06-12] 178: Checking gears ** [20:13:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:13:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:54 2020-06-12] 178: Checking imports ** [20:13:54 2020-06-12] 178: Checking exports ** [20:13:54 2020-06-12] 178: Checking users ** [20:13:54 2020-06-12] 178: Checking user_dbs ** [20:13:54 2020-06-12] 178: Checking geocodings ** [20:13:54 2020-06-12] 178: Checking synchronizations ** [20:13:54 2020-06-12] 178: Checking tracker ** [20:13:54 2020-06-12] 178: Checking user_migrations ** [20:13:54 2020-06-12] 178: Checking batch_updates ** [20:13:54 2020-06-12] 178: Checking gears ** [20:13:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:13:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:59 2020-06-12] 178: Checking imports ** [20:13:59 2020-06-12] 178: Checking exports ** [20:13:59 2020-06-12] 178: Checking users ** [20:13:59 2020-06-12] 178: Checking user_dbs ** [20:13:59 2020-06-12] 178: Checking geocodings ** [20:13:59 2020-06-12] 178: Checking synchronizations ** [20:13:59 2020-06-12] 178: Checking tracker ** [20:13:59 2020-06-12] 178: Checking user_migrations ** [20:13:59 2020-06-12] 178: Checking batch_updates ** [20:13:59 2020-06-12] 178: Checking gears ** [20:13:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:13:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:04 2020-06-12] 178: Checking imports ** [20:14:04 2020-06-12] 178: Checking exports ** [20:14:04 2020-06-12] 178: Checking users ** [20:14:04 2020-06-12] 178: Checking user_dbs ** [20:14:04 2020-06-12] 178: Checking geocodings ** [20:14:04 2020-06-12] 178: Checking synchronizations ** [20:14:04 2020-06-12] 178: Checking tracker ** [20:14:04 2020-06-12] 178: Checking user_migrations ** [20:14:04 2020-06-12] 178: Checking batch_updates ** [20:14:04 2020-06-12] 178: Checking gears ** [20:14:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:14:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:09 2020-06-12] 178: Checking imports ** [20:14:09 2020-06-12] 178: Checking exports ** [20:14:09 2020-06-12] 178: Checking users ** [20:14:09 2020-06-12] 178: Checking user_dbs ** [20:14:09 2020-06-12] 178: Checking geocodings ** [20:14:09 2020-06-12] 178: Checking synchronizations ** [20:14:09 2020-06-12] 178: Checking tracker ** [20:14:09 2020-06-12] 178: Checking user_migrations ** [20:14:09 2020-06-12] 178: Checking batch_updates ** [20:14:09 2020-06-12] 178: Checking gears ** [20:14:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:14:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:14 2020-06-12] 178: Checking imports ** [20:14:14 2020-06-12] 178: Checking exports ** [20:14:14 2020-06-12] 178: Checking users ** [20:14:14 2020-06-12] 178: Checking user_dbs ** [20:14:14 2020-06-12] 178: Checking geocodings ** [20:14:14 2020-06-12] 178: Checking synchronizations ** [20:14:14 2020-06-12] 178: Checking tracker ** [20:14:14 2020-06-12] 178: Checking user_migrations ** [20:14:14 2020-06-12] 178: Checking batch_updates ** [20:14:14 2020-06-12] 178: Checking gears ** [20:14:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:14:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:19 2020-06-12] 178: Checking imports ** [20:14:19 2020-06-12] 178: Checking exports ** [20:14:19 2020-06-12] 178: Checking users ** [20:14:19 2020-06-12] 178: Checking user_dbs ** [20:14:19 2020-06-12] 178: Checking geocodings ** [20:14:19 2020-06-12] 178: Checking synchronizations ** [20:14:19 2020-06-12] 178: Checking tracker ** [20:14:19 2020-06-12] 178: Checking user_migrations ** [20:14:19 2020-06-12] 178: Checking batch_updates ** [20:14:19 2020-06-12] 178: Checking gears ** [20:14:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:14:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:24 2020-06-12] 178: Checking imports ** [20:14:24 2020-06-12] 178: Checking exports ** [20:14:24 2020-06-12] 178: Checking users ** [20:14:24 2020-06-12] 178: Checking user_dbs ** [20:14:24 2020-06-12] 178: Checking geocodings ** [20:14:24 2020-06-12] 178: Checking synchronizations ** [20:14:24 2020-06-12] 178: Checking tracker ** [20:14:24 2020-06-12] 178: Checking user_migrations ** [20:14:24 2020-06-12] 178: Checking batch_updates ** [20:14:24 2020-06-12] 178: Checking gears ** [20:14:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:14:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:29 2020-06-12] 178: Checking imports ** [20:14:29 2020-06-12] 178: Checking exports ** [20:14:29 2020-06-12] 178: Checking users ** [20:14:29 2020-06-12] 178: Checking user_dbs ** [20:14:29 2020-06-12] 178: Checking geocodings ** [20:14:29 2020-06-12] 178: Checking synchronizations ** [20:14:29 2020-06-12] 178: Checking tracker ** [20:14:29 2020-06-12] 178: Checking user_migrations ** [20:14:29 2020-06-12] 178: Checking batch_updates ** [20:14:29 2020-06-12] 178: Checking gears ** [20:14:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:14:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:34 2020-06-12] 178: Checking imports ** [20:14:34 2020-06-12] 178: Checking exports ** [20:14:34 2020-06-12] 178: Checking users ** [20:14:34 2020-06-12] 178: Checking user_dbs ** [20:14:34 2020-06-12] 178: Checking geocodings ** [20:14:34 2020-06-12] 178: Checking synchronizations ** [20:14:34 2020-06-12] 178: Checking tracker ** [20:14:34 2020-06-12] 178: Checking user_migrations ** [20:14:34 2020-06-12] 178: Checking batch_updates ** [20:14:34 2020-06-12] 178: Checking gears ** [20:14:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:14:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:39 2020-06-12] 178: Checking imports ** [20:14:39 2020-06-12] 178: Checking exports ** [20:14:39 2020-06-12] 178: Checking users ** [20:14:39 2020-06-12] 178: Checking user_dbs ** [20:14:39 2020-06-12] 178: Checking geocodings ** [20:14:39 2020-06-12] 178: Checking synchronizations ** [20:14:39 2020-06-12] 178: Checking tracker ** [20:14:39 2020-06-12] 178: Checking user_migrations ** [20:14:39 2020-06-12] 178: Checking batch_updates ** [20:14:39 2020-06-12] 178: Checking gears ** [20:14:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:14:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:44 2020-06-12] 178: Checking imports ** [20:14:44 2020-06-12] 178: Checking exports ** [20:14:44 2020-06-12] 178: Checking users ** [20:14:44 2020-06-12] 178: Checking user_dbs ** [20:14:44 2020-06-12] 178: Checking geocodings ** [20:14:44 2020-06-12] 178: Checking synchronizations ** [20:14:44 2020-06-12] 178: Checking tracker ** [20:14:44 2020-06-12] 178: Checking user_migrations ** [20:14:44 2020-06-12] 178: Checking batch_updates ** [20:14:44 2020-06-12] 178: Checking gears ** [20:14:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:14:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:49 2020-06-12] 178: Checking imports ** [20:14:49 2020-06-12] 178: Checking exports ** [20:14:49 2020-06-12] 178: Checking users ** [20:14:49 2020-06-12] 178: Checking user_dbs ** [20:14:49 2020-06-12] 178: Checking geocodings ** [20:14:49 2020-06-12] 178: Checking synchronizations ** [20:14:49 2020-06-12] 178: Checking tracker ** [20:14:49 2020-06-12] 178: Checking user_migrations ** [20:14:49 2020-06-12] 178: Checking batch_updates ** [20:14:49 2020-06-12] 178: Checking gears ** [20:14:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:14:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:54 2020-06-12] 178: Checking imports ** [20:14:54 2020-06-12] 178: Checking exports ** [20:14:54 2020-06-12] 178: Checking users ** [20:14:54 2020-06-12] 178: Checking user_dbs ** [20:14:54 2020-06-12] 178: Checking geocodings ** [20:14:54 2020-06-12] 178: Checking synchronizations ** [20:14:54 2020-06-12] 178: Checking tracker ** [20:14:54 2020-06-12] 178: Checking user_migrations ** [20:14:54 2020-06-12] 178: Checking batch_updates ** [20:14:54 2020-06-12] 178: Checking gears ** [20:14:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:14:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:59 2020-06-12] 178: Checking imports ** [20:14:59 2020-06-12] 178: Checking exports ** [20:14:59 2020-06-12] 178: Checking users ** [20:14:59 2020-06-12] 178: Checking user_dbs ** [20:14:59 2020-06-12] 178: Checking geocodings ** [20:14:59 2020-06-12] 178: Checking synchronizations ** [20:14:59 2020-06-12] 178: Checking tracker ** [20:14:59 2020-06-12] 178: Checking user_migrations ** [20:14:59 2020-06-12] 178: Checking batch_updates ** [20:14:59 2020-06-12] 178: Checking gears ** [20:14:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:14:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:04 2020-06-12] 178: Checking imports ** [20:15:04 2020-06-12] 178: Checking exports ** [20:15:04 2020-06-12] 178: Checking users ** [20:15:04 2020-06-12] 178: Checking user_dbs ** [20:15:04 2020-06-12] 178: Checking geocodings ** [20:15:04 2020-06-12] 178: Checking synchronizations ** [20:15:04 2020-06-12] 178: Checking tracker ** [20:15:04 2020-06-12] 178: Checking user_migrations ** [20:15:04 2020-06-12] 178: Checking batch_updates ** [20:15:04 2020-06-12] 178: Checking gears ** [20:15:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:15:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:09 2020-06-12] 178: Checking imports ** [20:15:09 2020-06-12] 178: Checking exports ** [20:15:09 2020-06-12] 178: Checking users ** [20:15:09 2020-06-12] 178: Checking user_dbs ** [20:15:09 2020-06-12] 178: Checking geocodings ** [20:15:09 2020-06-12] 178: Checking synchronizations ** [20:15:09 2020-06-12] 178: Checking tracker ** [20:15:09 2020-06-12] 178: Checking user_migrations ** [20:15:09 2020-06-12] 178: Checking batch_updates ** [20:15:09 2020-06-12] 178: Checking gears ** [20:15:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:15:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:14 2020-06-12] 178: Checking imports ** [20:15:14 2020-06-12] 178: Checking exports ** [20:15:14 2020-06-12] 178: Checking users ** [20:15:14 2020-06-12] 178: Checking user_dbs ** [20:15:14 2020-06-12] 178: Checking geocodings ** [20:15:14 2020-06-12] 178: Checking synchronizations ** [20:15:14 2020-06-12] 178: Checking tracker ** [20:15:14 2020-06-12] 178: Checking user_migrations ** [20:15:14 2020-06-12] 178: Checking batch_updates ** [20:15:14 2020-06-12] 178: Checking gears ** [20:15:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:15:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:19 2020-06-12] 178: Checking imports ** [20:15:19 2020-06-12] 178: Checking exports ** [20:15:19 2020-06-12] 178: Checking users ** [20:15:19 2020-06-12] 178: Checking user_dbs ** [20:15:19 2020-06-12] 178: Checking geocodings ** [20:15:19 2020-06-12] 178: Checking synchronizations ** [20:15:19 2020-06-12] 178: Checking tracker ** [20:15:19 2020-06-12] 178: Checking user_migrations ** [20:15:19 2020-06-12] 178: Checking batch_updates ** [20:15:19 2020-06-12] 178: Checking gears ** [20:15:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:15:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:24 2020-06-12] 178: Checking imports ** [20:15:24 2020-06-12] 178: Checking exports ** [20:15:24 2020-06-12] 178: Checking users ** [20:15:24 2020-06-12] 178: Checking user_dbs ** [20:15:24 2020-06-12] 178: Checking geocodings ** [20:15:24 2020-06-12] 178: Checking synchronizations ** [20:15:24 2020-06-12] 178: Checking tracker ** [20:15:24 2020-06-12] 178: Checking user_migrations ** [20:15:24 2020-06-12] 178: Checking batch_updates ** [20:15:24 2020-06-12] 178: Checking gears ** [20:15:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:15:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:29 2020-06-12] 178: Checking imports ** [20:15:29 2020-06-12] 178: Checking exports ** [20:15:29 2020-06-12] 178: Checking users ** [20:15:29 2020-06-12] 178: Checking user_dbs ** [20:15:29 2020-06-12] 178: Checking geocodings ** [20:15:29 2020-06-12] 178: Checking synchronizations ** [20:15:29 2020-06-12] 178: Checking tracker ** [20:15:29 2020-06-12] 178: Checking user_migrations ** [20:15:29 2020-06-12] 178: Checking batch_updates ** [20:15:29 2020-06-12] 178: Checking gears ** [20:15:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:15:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:34 2020-06-12] 178: Checking imports ** [20:15:34 2020-06-12] 178: Checking exports ** [20:15:34 2020-06-12] 178: Checking users ** [20:15:34 2020-06-12] 178: Checking user_dbs ** [20:15:34 2020-06-12] 178: Checking geocodings ** [20:15:34 2020-06-12] 178: Checking synchronizations ** [20:15:34 2020-06-12] 178: Checking tracker ** [20:15:34 2020-06-12] 178: Checking user_migrations ** [20:15:34 2020-06-12] 178: Checking batch_updates ** [20:15:34 2020-06-12] 178: Checking gears ** [20:15:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:15:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:39 2020-06-12] 178: Checking imports ** [20:15:39 2020-06-12] 178: Checking exports ** [20:15:39 2020-06-12] 178: Checking users ** [20:15:39 2020-06-12] 178: Checking user_dbs ** [20:15:39 2020-06-12] 178: Checking geocodings ** [20:15:39 2020-06-12] 178: Checking synchronizations ** [20:15:39 2020-06-12] 178: Checking tracker ** [20:15:39 2020-06-12] 178: Checking user_migrations ** [20:15:39 2020-06-12] 178: Checking batch_updates ** [20:15:39 2020-06-12] 178: Checking gears ** [20:15:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:15:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:44 2020-06-12] 178: Checking imports ** [20:15:44 2020-06-12] 178: Checking exports ** [20:15:44 2020-06-12] 178: Checking users ** [20:15:44 2020-06-12] 178: Checking user_dbs ** [20:15:44 2020-06-12] 178: Checking geocodings ** [20:15:44 2020-06-12] 178: Checking synchronizations ** [20:15:44 2020-06-12] 178: Checking tracker ** [20:15:44 2020-06-12] 178: Checking user_migrations ** [20:15:44 2020-06-12] 178: Checking batch_updates ** [20:15:44 2020-06-12] 178: Checking gears ** [20:15:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:15:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:49 2020-06-12] 178: Checking imports ** [20:15:49 2020-06-12] 178: Checking exports ** [20:15:49 2020-06-12] 178: Checking users ** [20:15:49 2020-06-12] 178: Checking user_dbs ** [20:15:49 2020-06-12] 178: Checking geocodings ** [20:15:49 2020-06-12] 178: Checking synchronizations ** [20:15:49 2020-06-12] 178: Checking tracker ** [20:15:49 2020-06-12] 178: Checking user_migrations ** [20:15:49 2020-06-12] 178: Checking batch_updates ** [20:15:49 2020-06-12] 178: Checking gears ** [20:15:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:15:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:54 2020-06-12] 178: Checking imports ** [20:15:54 2020-06-12] 178: Checking exports ** [20:15:54 2020-06-12] 178: Checking users ** [20:15:54 2020-06-12] 178: Checking user_dbs ** [20:15:54 2020-06-12] 178: Checking geocodings ** [20:15:54 2020-06-12] 178: Checking synchronizations ** [20:15:54 2020-06-12] 178: Checking tracker ** [20:15:54 2020-06-12] 178: Checking user_migrations ** [20:15:54 2020-06-12] 178: Checking batch_updates ** [20:15:54 2020-06-12] 178: Checking gears ** [20:15:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:15:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:59 2020-06-12] 178: Checking imports ** [20:15:59 2020-06-12] 178: Checking exports ** [20:15:59 2020-06-12] 178: Checking users ** [20:15:59 2020-06-12] 178: Checking user_dbs ** [20:15:59 2020-06-12] 178: Checking geocodings ** [20:15:59 2020-06-12] 178: Checking synchronizations ** [20:15:59 2020-06-12] 178: Checking tracker ** [20:15:59 2020-06-12] 178: Checking user_migrations ** [20:15:59 2020-06-12] 178: Checking batch_updates ** [20:15:59 2020-06-12] 178: Checking gears ** [20:15:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:15:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:04 2020-06-12] 178: Checking imports ** [20:16:04 2020-06-12] 178: Checking exports ** [20:16:04 2020-06-12] 178: Checking users ** [20:16:04 2020-06-12] 178: Checking user_dbs ** [20:16:04 2020-06-12] 178: Checking geocodings ** [20:16:04 2020-06-12] 178: Checking synchronizations ** [20:16:04 2020-06-12] 178: Checking tracker ** [20:16:04 2020-06-12] 178: Checking user_migrations ** [20:16:04 2020-06-12] 178: Checking batch_updates ** [20:16:04 2020-06-12] 178: Checking gears ** [20:16:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:16:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:09 2020-06-12] 178: Checking imports ** [20:16:09 2020-06-12] 178: Checking exports ** [20:16:09 2020-06-12] 178: Checking users ** [20:16:09 2020-06-12] 178: Checking user_dbs ** [20:16:09 2020-06-12] 178: Checking geocodings ** [20:16:09 2020-06-12] 178: Checking synchronizations ** [20:16:09 2020-06-12] 178: Checking tracker ** [20:16:09 2020-06-12] 178: Checking user_migrations ** [20:16:09 2020-06-12] 178: Checking batch_updates ** [20:16:09 2020-06-12] 178: Checking gears ** [20:16:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:16:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:14 2020-06-12] 178: Checking imports ** [20:16:14 2020-06-12] 178: Checking exports ** [20:16:14 2020-06-12] 178: Checking users ** [20:16:14 2020-06-12] 178: Checking user_dbs ** [20:16:14 2020-06-12] 178: Checking geocodings ** [20:16:14 2020-06-12] 178: Checking synchronizations ** [20:16:14 2020-06-12] 178: Checking tracker ** [20:16:14 2020-06-12] 178: Checking user_migrations ** [20:16:14 2020-06-12] 178: Checking batch_updates ** [20:16:14 2020-06-12] 178: Checking gears ** [20:16:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:16:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:19 2020-06-12] 178: Checking imports ** [20:16:19 2020-06-12] 178: Checking exports ** [20:16:19 2020-06-12] 178: Checking users ** [20:16:19 2020-06-12] 178: Checking user_dbs ** [20:16:19 2020-06-12] 178: Checking geocodings ** [20:16:19 2020-06-12] 178: Checking synchronizations ** [20:16:19 2020-06-12] 178: Checking tracker ** [20:16:19 2020-06-12] 178: Checking user_migrations ** [20:16:19 2020-06-12] 178: Checking batch_updates ** [20:16:19 2020-06-12] 178: Checking gears ** [20:16:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:16:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:24 2020-06-12] 178: Checking imports ** [20:16:24 2020-06-12] 178: Checking exports ** [20:16:24 2020-06-12] 178: Checking users ** [20:16:24 2020-06-12] 178: Checking user_dbs ** [20:16:24 2020-06-12] 178: Checking geocodings ** [20:16:24 2020-06-12] 178: Checking synchronizations ** [20:16:24 2020-06-12] 178: Checking tracker ** [20:16:24 2020-06-12] 178: Checking user_migrations ** [20:16:24 2020-06-12] 178: Checking batch_updates ** [20:16:24 2020-06-12] 178: Checking gears ** [20:16:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:16:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:29 2020-06-12] 178: Checking imports ** [20:16:29 2020-06-12] 178: Checking exports ** [20:16:29 2020-06-12] 178: Checking users ** [20:16:29 2020-06-12] 178: Checking user_dbs ** [20:16:29 2020-06-12] 178: Checking geocodings ** [20:16:29 2020-06-12] 178: Checking synchronizations ** [20:16:29 2020-06-12] 178: Checking tracker ** [20:16:29 2020-06-12] 178: Checking user_migrations ** [20:16:29 2020-06-12] 178: Checking batch_updates ** [20:16:29 2020-06-12] 178: Checking gears ** [20:16:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:16:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:34 2020-06-12] 178: Checking imports ** [20:16:34 2020-06-12] 178: Checking exports ** [20:16:34 2020-06-12] 178: Checking users ** [20:16:34 2020-06-12] 178: Checking user_dbs ** [20:16:34 2020-06-12] 178: Checking geocodings ** [20:16:34 2020-06-12] 178: Checking synchronizations ** [20:16:34 2020-06-12] 178: Checking tracker ** [20:16:34 2020-06-12] 178: Checking user_migrations ** [20:16:34 2020-06-12] 178: Checking batch_updates ** [20:16:34 2020-06-12] 178: Checking gears ** [20:16:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:16:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:39 2020-06-12] 178: Checking imports ** [20:16:39 2020-06-12] 178: Checking exports ** [20:16:39 2020-06-12] 178: Checking users ** [20:16:39 2020-06-12] 178: Checking user_dbs ** [20:16:39 2020-06-12] 178: Checking geocodings ** [20:16:39 2020-06-12] 178: Checking synchronizations ** [20:16:39 2020-06-12] 178: Checking tracker ** [20:16:39 2020-06-12] 178: Checking user_migrations ** [20:16:39 2020-06-12] 178: Checking batch_updates ** [20:16:39 2020-06-12] 178: Checking gears ** [20:16:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:16:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:44 2020-06-12] 178: Checking imports ** [20:16:44 2020-06-12] 178: Checking exports ** [20:16:44 2020-06-12] 178: Checking users ** [20:16:44 2020-06-12] 178: Checking user_dbs ** [20:16:44 2020-06-12] 178: Checking geocodings ** [20:16:44 2020-06-12] 178: Checking synchronizations ** [20:16:44 2020-06-12] 178: Checking tracker ** [20:16:44 2020-06-12] 178: Checking user_migrations ** [20:16:44 2020-06-12] 178: Checking batch_updates ** [20:16:44 2020-06-12] 178: Checking gears ** [20:16:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:16:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:49 2020-06-12] 178: Checking imports ** [20:16:49 2020-06-12] 178: Checking exports ** [20:16:49 2020-06-12] 178: Checking users ** [20:16:49 2020-06-12] 178: Checking user_dbs ** [20:16:49 2020-06-12] 178: Checking geocodings ** [20:16:49 2020-06-12] 178: Checking synchronizations ** [20:16:49 2020-06-12] 178: Checking tracker ** [20:16:49 2020-06-12] 178: Checking user_migrations ** [20:16:49 2020-06-12] 178: Checking batch_updates ** [20:16:49 2020-06-12] 178: Checking gears ** [20:16:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:16:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:54 2020-06-12] 178: Checking imports ** [20:16:54 2020-06-12] 178: Checking exports ** [20:16:54 2020-06-12] 178: Checking users ** [20:16:54 2020-06-12] 178: Checking user_dbs ** [20:16:54 2020-06-12] 178: Checking geocodings ** [20:16:54 2020-06-12] 178: Checking synchronizations ** [20:16:54 2020-06-12] 178: Checking tracker ** [20:16:54 2020-06-12] 178: Checking user_migrations ** [20:16:54 2020-06-12] 178: Checking batch_updates ** [20:16:54 2020-06-12] 178: Checking gears ** [20:16:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:16:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:59 2020-06-12] 178: Checking imports ** [20:16:59 2020-06-12] 178: Checking exports ** [20:16:59 2020-06-12] 178: Checking users ** [20:16:59 2020-06-12] 178: Checking user_dbs ** [20:16:59 2020-06-12] 178: Checking geocodings ** [20:16:59 2020-06-12] 178: Checking synchronizations ** [20:16:59 2020-06-12] 178: Checking tracker ** [20:16:59 2020-06-12] 178: Checking user_migrations ** [20:16:59 2020-06-12] 178: Checking batch_updates ** [20:16:59 2020-06-12] 178: Checking gears ** [20:16:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:16:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:04 2020-06-12] 178: Checking imports ** [20:17:04 2020-06-12] 178: Checking exports ** [20:17:04 2020-06-12] 178: Checking users ** [20:17:04 2020-06-12] 178: Checking user_dbs ** [20:17:04 2020-06-12] 178: Checking geocodings ** [20:17:04 2020-06-12] 178: Checking synchronizations ** [20:17:04 2020-06-12] 178: Checking tracker ** [20:17:04 2020-06-12] 178: Checking user_migrations ** [20:17:04 2020-06-12] 178: Checking batch_updates ** [20:17:04 2020-06-12] 178: Checking gears ** [20:17:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:17:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:09 2020-06-12] 178: Checking imports ** [20:17:09 2020-06-12] 178: Checking exports ** [20:17:09 2020-06-12] 178: Checking users ** [20:17:09 2020-06-12] 178: Checking user_dbs ** [20:17:09 2020-06-12] 178: Checking geocodings ** [20:17:09 2020-06-12] 178: Checking synchronizations ** [20:17:09 2020-06-12] 178: Checking tracker ** [20:17:09 2020-06-12] 178: Checking user_migrations ** [20:17:09 2020-06-12] 178: Checking batch_updates ** [20:17:09 2020-06-12] 178: Checking gears ** [20:17:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:17:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:14 2020-06-12] 178: Checking imports ** [20:17:14 2020-06-12] 178: Checking exports ** [20:17:14 2020-06-12] 178: Checking users ** [20:17:14 2020-06-12] 178: Checking user_dbs ** [20:17:14 2020-06-12] 178: Checking geocodings ** [20:17:14 2020-06-12] 178: Checking synchronizations ** [20:17:14 2020-06-12] 178: Checking tracker ** [20:17:14 2020-06-12] 178: Checking user_migrations ** [20:17:14 2020-06-12] 178: Checking batch_updates ** [20:17:14 2020-06-12] 178: Checking gears ** [20:17:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:17:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:19 2020-06-12] 178: Checking imports ** [20:17:19 2020-06-12] 178: Checking exports ** [20:17:19 2020-06-12] 178: Checking users ** [20:17:19 2020-06-12] 178: Checking user_dbs ** [20:17:19 2020-06-12] 178: Checking geocodings ** [20:17:19 2020-06-12] 178: Checking synchronizations ** [20:17:19 2020-06-12] 178: Checking tracker ** [20:17:19 2020-06-12] 178: Checking user_migrations ** [20:17:19 2020-06-12] 178: Checking batch_updates ** [20:17:19 2020-06-12] 178: Checking gears ** [20:17:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:17:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:24 2020-06-12] 178: Checking imports ** [20:17:24 2020-06-12] 178: Checking exports ** [20:17:24 2020-06-12] 178: Checking users ** [20:17:24 2020-06-12] 178: Checking user_dbs ** [20:17:24 2020-06-12] 178: Checking geocodings ** [20:17:24 2020-06-12] 178: Checking synchronizations ** [20:17:24 2020-06-12] 178: Checking tracker ** [20:17:24 2020-06-12] 178: Checking user_migrations ** [20:17:24 2020-06-12] 178: Checking batch_updates ** [20:17:24 2020-06-12] 178: Checking gears ** [20:17:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:17:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:29 2020-06-12] 178: Checking imports ** [20:17:29 2020-06-12] 178: Checking exports ** [20:17:29 2020-06-12] 178: Checking users ** [20:17:29 2020-06-12] 178: Checking user_dbs ** [20:17:29 2020-06-12] 178: Checking geocodings ** [20:17:29 2020-06-12] 178: Checking synchronizations ** [20:17:29 2020-06-12] 178: Checking tracker ** [20:17:29 2020-06-12] 178: Checking user_migrations ** [20:17:29 2020-06-12] 178: Checking batch_updates ** [20:17:29 2020-06-12] 178: Checking gears ** [20:17:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:17:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:34 2020-06-12] 178: Checking imports ** [20:17:34 2020-06-12] 178: Checking exports ** [20:17:34 2020-06-12] 178: Checking users ** [20:17:34 2020-06-12] 178: Checking user_dbs ** [20:17:34 2020-06-12] 178: Checking geocodings ** [20:17:34 2020-06-12] 178: Checking synchronizations ** [20:17:34 2020-06-12] 178: Checking tracker ** [20:17:34 2020-06-12] 178: Checking user_migrations ** [20:17:34 2020-06-12] 178: Checking batch_updates ** [20:17:34 2020-06-12] 178: Checking gears ** [20:17:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:17:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:39 2020-06-12] 178: Checking imports ** [20:17:39 2020-06-12] 178: Checking exports ** [20:17:39 2020-06-12] 178: Checking users ** [20:17:39 2020-06-12] 178: Checking user_dbs ** [20:17:39 2020-06-12] 178: Checking geocodings ** [20:17:39 2020-06-12] 178: Checking synchronizations ** [20:17:39 2020-06-12] 178: Checking tracker ** [20:17:39 2020-06-12] 178: Checking user_migrations ** [20:17:39 2020-06-12] 178: Checking batch_updates ** [20:17:39 2020-06-12] 178: Checking gears ** [20:17:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:17:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:44 2020-06-12] 178: Checking imports ** [20:17:44 2020-06-12] 178: Checking exports ** [20:17:44 2020-06-12] 178: Checking users ** [20:17:44 2020-06-12] 178: Checking user_dbs ** [20:17:44 2020-06-12] 178: Checking geocodings ** [20:17:44 2020-06-12] 178: Checking synchronizations ** [20:17:44 2020-06-12] 178: Checking tracker ** [20:17:44 2020-06-12] 178: Checking user_migrations ** [20:17:44 2020-06-12] 178: Checking batch_updates ** [20:17:44 2020-06-12] 178: Checking gears ** [20:17:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:17:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:49 2020-06-12] 178: Checking imports ** [20:17:49 2020-06-12] 178: Checking exports ** [20:17:49 2020-06-12] 178: Checking users ** [20:17:49 2020-06-12] 178: Checking user_dbs ** [20:17:49 2020-06-12] 178: Checking geocodings ** [20:17:49 2020-06-12] 178: Checking synchronizations ** [20:17:49 2020-06-12] 178: Checking tracker ** [20:17:49 2020-06-12] 178: Checking user_migrations ** [20:17:49 2020-06-12] 178: Checking batch_updates ** [20:17:49 2020-06-12] 178: Checking gears ** [20:17:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:17:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:54 2020-06-12] 178: Checking imports ** [20:17:54 2020-06-12] 178: Checking exports ** [20:17:54 2020-06-12] 178: Checking users ** [20:17:54 2020-06-12] 178: Checking user_dbs ** [20:17:54 2020-06-12] 178: Checking geocodings ** [20:17:54 2020-06-12] 178: Checking synchronizations ** [20:17:54 2020-06-12] 178: Checking tracker ** [20:17:54 2020-06-12] 178: Checking user_migrations ** [20:17:54 2020-06-12] 178: Checking batch_updates ** [20:17:54 2020-06-12] 178: Checking gears ** [20:17:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:17:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:59 2020-06-12] 178: Checking imports ** [20:17:59 2020-06-12] 178: Checking exports ** [20:17:59 2020-06-12] 178: Checking users ** [20:17:59 2020-06-12] 178: Checking user_dbs ** [20:17:59 2020-06-12] 178: Checking geocodings ** [20:17:59 2020-06-12] 178: Checking synchronizations ** [20:17:59 2020-06-12] 178: Checking tracker ** [20:17:59 2020-06-12] 178: Checking user_migrations ** [20:17:59 2020-06-12] 178: Checking batch_updates ** [20:17:59 2020-06-12] 178: Checking gears ** [20:17:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:17:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:04 2020-06-12] 178: Checking imports ** [20:18:04 2020-06-12] 178: Checking exports ** [20:18:04 2020-06-12] 178: Checking users ** [20:18:04 2020-06-12] 178: Checking user_dbs ** [20:18:04 2020-06-12] 178: Checking geocodings ** [20:18:04 2020-06-12] 178: Checking synchronizations ** [20:18:04 2020-06-12] 178: Checking tracker ** [20:18:04 2020-06-12] 178: Checking user_migrations ** [20:18:04 2020-06-12] 178: Checking batch_updates ** [20:18:04 2020-06-12] 178: Checking gears ** [20:18:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:18:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:09 2020-06-12] 178: Checking imports ** [20:18:09 2020-06-12] 178: Checking exports ** [20:18:09 2020-06-12] 178: Checking users ** [20:18:09 2020-06-12] 178: Checking user_dbs ** [20:18:09 2020-06-12] 178: Checking geocodings ** [20:18:09 2020-06-12] 178: Checking synchronizations ** [20:18:09 2020-06-12] 178: Checking tracker ** [20:18:09 2020-06-12] 178: Checking user_migrations ** [20:18:09 2020-06-12] 178: Checking batch_updates ** [20:18:09 2020-06-12] 178: Checking gears ** [20:18:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:18:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:14 2020-06-12] 178: Checking imports ** [20:18:14 2020-06-12] 178: Checking exports ** [20:18:14 2020-06-12] 178: Checking users ** [20:18:14 2020-06-12] 178: Checking user_dbs ** [20:18:14 2020-06-12] 178: Checking geocodings ** [20:18:14 2020-06-12] 178: Checking synchronizations ** [20:18:14 2020-06-12] 178: Checking tracker ** [20:18:14 2020-06-12] 178: Checking user_migrations ** [20:18:14 2020-06-12] 178: Checking batch_updates ** [20:18:14 2020-06-12] 178: Checking gears ** [20:18:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:18:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:19 2020-06-12] 178: Checking imports ** [20:18:19 2020-06-12] 178: Checking exports ** [20:18:19 2020-06-12] 178: Checking users ** [20:18:19 2020-06-12] 178: Checking user_dbs ** [20:18:19 2020-06-12] 178: Checking geocodings ** [20:18:19 2020-06-12] 178: Checking synchronizations ** [20:18:19 2020-06-12] 178: Checking tracker ** [20:18:19 2020-06-12] 178: Checking user_migrations ** [20:18:19 2020-06-12] 178: Checking batch_updates ** [20:18:19 2020-06-12] 178: Checking gears ** [20:18:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:18:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:24 2020-06-12] 178: Checking imports ** [20:18:24 2020-06-12] 178: Checking exports ** [20:18:24 2020-06-12] 178: Checking users ** [20:18:24 2020-06-12] 178: Checking user_dbs ** [20:18:24 2020-06-12] 178: Checking geocodings ** [20:18:24 2020-06-12] 178: Checking synchronizations ** [20:18:24 2020-06-12] 178: Checking tracker ** [20:18:24 2020-06-12] 178: Checking user_migrations ** [20:18:24 2020-06-12] 178: Checking batch_updates ** [20:18:24 2020-06-12] 178: Checking gears ** [20:18:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:18:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:29 2020-06-12] 178: Checking imports ** [20:18:29 2020-06-12] 178: Checking exports ** [20:18:29 2020-06-12] 178: Checking users ** [20:18:29 2020-06-12] 178: Checking user_dbs ** [20:18:29 2020-06-12] 178: Checking geocodings ** [20:18:29 2020-06-12] 178: Checking synchronizations ** [20:18:29 2020-06-12] 178: Checking tracker ** [20:18:29 2020-06-12] 178: Checking user_migrations ** [20:18:29 2020-06-12] 178: Checking batch_updates ** [20:18:29 2020-06-12] 178: Checking gears ** [20:18:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:18:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:34 2020-06-12] 178: Checking imports ** [20:18:34 2020-06-12] 178: Checking exports ** [20:18:34 2020-06-12] 178: Checking users ** [20:18:34 2020-06-12] 178: Checking user_dbs ** [20:18:34 2020-06-12] 178: Checking geocodings ** [20:18:34 2020-06-12] 178: Checking synchronizations ** [20:18:34 2020-06-12] 178: Checking tracker ** [20:18:34 2020-06-12] 178: Checking user_migrations ** [20:18:34 2020-06-12] 178: Checking batch_updates ** [20:18:34 2020-06-12] 178: Checking gears ** [20:18:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:18:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:39 2020-06-12] 178: Checking imports ** [20:18:39 2020-06-12] 178: Checking exports ** [20:18:39 2020-06-12] 178: Checking users ** [20:18:39 2020-06-12] 178: Checking user_dbs ** [20:18:39 2020-06-12] 178: Checking geocodings ** [20:18:39 2020-06-12] 178: Checking synchronizations ** [20:18:39 2020-06-12] 178: Checking tracker ** [20:18:39 2020-06-12] 178: Checking user_migrations ** [20:18:39 2020-06-12] 178: Checking batch_updates ** [20:18:39 2020-06-12] 178: Checking gears ** [20:18:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:18:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:44 2020-06-12] 178: Checking imports ** [20:18:44 2020-06-12] 178: Checking exports ** [20:18:44 2020-06-12] 178: Checking users ** [20:18:44 2020-06-12] 178: Checking user_dbs ** [20:18:44 2020-06-12] 178: Checking geocodings ** [20:18:44 2020-06-12] 178: Checking synchronizations ** [20:18:44 2020-06-12] 178: Checking tracker ** [20:18:44 2020-06-12] 178: Checking user_migrations ** [20:18:44 2020-06-12] 178: Checking batch_updates ** [20:18:44 2020-06-12] 178: Checking gears ** [20:18:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:18:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:49 2020-06-12] 178: Checking imports ** [20:18:49 2020-06-12] 178: Checking exports ** [20:18:49 2020-06-12] 178: Checking users ** [20:18:49 2020-06-12] 178: Checking user_dbs ** [20:18:49 2020-06-12] 178: Checking geocodings ** [20:18:49 2020-06-12] 178: Checking synchronizations ** [20:18:49 2020-06-12] 178: Checking tracker ** [20:18:49 2020-06-12] 178: Checking user_migrations ** [20:18:49 2020-06-12] 178: Checking batch_updates ** [20:18:49 2020-06-12] 178: Checking gears ** [20:18:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:18:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:54 2020-06-12] 178: Checking imports ** [20:18:54 2020-06-12] 178: Checking exports ** [20:18:54 2020-06-12] 178: Checking users ** [20:18:54 2020-06-12] 178: Checking user_dbs ** [20:18:54 2020-06-12] 178: Checking geocodings ** [20:18:54 2020-06-12] 178: Checking synchronizations ** [20:18:54 2020-06-12] 178: Checking tracker ** [20:18:54 2020-06-12] 178: Checking user_migrations ** [20:18:54 2020-06-12] 178: Checking batch_updates ** [20:18:54 2020-06-12] 178: Checking gears ** [20:18:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:18:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:59 2020-06-12] 178: Checking imports ** [20:18:59 2020-06-12] 178: Checking exports ** [20:18:59 2020-06-12] 178: Checking users ** [20:18:59 2020-06-12] 178: Checking user_dbs ** [20:18:59 2020-06-12] 178: Checking geocodings ** [20:18:59 2020-06-12] 178: Checking synchronizations ** [20:18:59 2020-06-12] 178: Checking tracker ** [20:18:59 2020-06-12] 178: Checking user_migrations ** [20:18:59 2020-06-12] 178: Checking batch_updates ** [20:18:59 2020-06-12] 178: Checking gears ** [20:18:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:18:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:04 2020-06-12] 178: Checking imports ** [20:19:04 2020-06-12] 178: Checking exports ** [20:19:04 2020-06-12] 178: Checking users ** [20:19:04 2020-06-12] 178: Checking user_dbs ** [20:19:04 2020-06-12] 178: Checking geocodings ** [20:19:04 2020-06-12] 178: Checking synchronizations ** [20:19:04 2020-06-12] 178: Checking tracker ** [20:19:04 2020-06-12] 178: Checking user_migrations ** [20:19:04 2020-06-12] 178: Checking batch_updates ** [20:19:04 2020-06-12] 178: Checking gears ** [20:19:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:19:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:09 2020-06-12] 178: Checking imports ** [20:19:09 2020-06-12] 178: Checking exports ** [20:19:09 2020-06-12] 178: Checking users ** [20:19:09 2020-06-12] 178: Checking user_dbs ** [20:19:09 2020-06-12] 178: Checking geocodings ** [20:19:09 2020-06-12] 178: Checking synchronizations ** [20:19:09 2020-06-12] 178: Checking tracker ** [20:19:09 2020-06-12] 178: Checking user_migrations ** [20:19:09 2020-06-12] 178: Checking batch_updates ** [20:19:09 2020-06-12] 178: Checking gears ** [20:19:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:19:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:14 2020-06-12] 178: Checking imports ** [20:19:14 2020-06-12] 178: Checking exports ** [20:19:14 2020-06-12] 178: Checking users ** [20:19:14 2020-06-12] 178: Checking user_dbs ** [20:19:14 2020-06-12] 178: Checking geocodings ** [20:19:14 2020-06-12] 178: Checking synchronizations ** [20:19:14 2020-06-12] 178: Checking tracker ** [20:19:14 2020-06-12] 178: Checking user_migrations ** [20:19:14 2020-06-12] 178: Checking batch_updates ** [20:19:14 2020-06-12] 178: Checking gears ** [20:19:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:19:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:19 2020-06-12] 178: Checking imports ** [20:19:19 2020-06-12] 178: Checking exports ** [20:19:19 2020-06-12] 178: Checking users ** [20:19:19 2020-06-12] 178: Checking user_dbs ** [20:19:19 2020-06-12] 178: Checking geocodings ** [20:19:19 2020-06-12] 178: Checking synchronizations ** [20:19:19 2020-06-12] 178: Checking tracker ** [20:19:19 2020-06-12] 178: Checking user_migrations ** [20:19:19 2020-06-12] 178: Checking batch_updates ** [20:19:19 2020-06-12] 178: Checking gears ** [20:19:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:19:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:24 2020-06-12] 178: Checking imports ** [20:19:24 2020-06-12] 178: Checking exports ** [20:19:24 2020-06-12] 178: Checking users ** [20:19:24 2020-06-12] 178: Checking user_dbs ** [20:19:24 2020-06-12] 178: Checking geocodings ** [20:19:24 2020-06-12] 178: Checking synchronizations ** [20:19:24 2020-06-12] 178: Checking tracker ** [20:19:24 2020-06-12] 178: Checking user_migrations ** [20:19:24 2020-06-12] 178: Checking batch_updates ** [20:19:24 2020-06-12] 178: Checking gears ** [20:19:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:19:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:29 2020-06-12] 178: Checking imports ** [20:19:29 2020-06-12] 178: Checking exports ** [20:19:29 2020-06-12] 178: Checking users ** [20:19:29 2020-06-12] 178: Checking user_dbs ** [20:19:29 2020-06-12] 178: Checking geocodings ** [20:19:29 2020-06-12] 178: Checking synchronizations ** [20:19:29 2020-06-12] 178: Checking tracker ** [20:19:29 2020-06-12] 178: Checking user_migrations ** [20:19:29 2020-06-12] 178: Checking batch_updates ** [20:19:29 2020-06-12] 178: Checking gears ** [20:19:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:19:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:34 2020-06-12] 178: Checking imports ** [20:19:34 2020-06-12] 178: Checking exports ** [20:19:34 2020-06-12] 178: Checking users ** [20:19:34 2020-06-12] 178: Checking user_dbs ** [20:19:34 2020-06-12] 178: Checking geocodings ** [20:19:34 2020-06-12] 178: Checking synchronizations ** [20:19:34 2020-06-12] 178: Checking tracker ** [20:19:34 2020-06-12] 178: Checking user_migrations ** [20:19:34 2020-06-12] 178: Checking batch_updates ** [20:19:34 2020-06-12] 178: Checking gears ** [20:19:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:19:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:39 2020-06-12] 178: Checking imports ** [20:19:39 2020-06-12] 178: Checking exports ** [20:19:39 2020-06-12] 178: Checking users ** [20:19:39 2020-06-12] 178: Checking user_dbs ** [20:19:39 2020-06-12] 178: Checking geocodings ** [20:19:39 2020-06-12] 178: Checking synchronizations ** [20:19:39 2020-06-12] 178: Checking tracker ** [20:19:39 2020-06-12] 178: Checking user_migrations ** [20:19:39 2020-06-12] 178: Checking batch_updates ** [20:19:39 2020-06-12] 178: Checking gears ** [20:19:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:19:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:44 2020-06-12] 178: Checking imports ** [20:19:44 2020-06-12] 178: Checking exports ** [20:19:44 2020-06-12] 178: Checking users ** [20:19:44 2020-06-12] 178: Checking user_dbs ** [20:19:44 2020-06-12] 178: Checking geocodings ** [20:19:44 2020-06-12] 178: Checking synchronizations ** [20:19:44 2020-06-12] 178: Checking tracker ** [20:19:44 2020-06-12] 178: Checking user_migrations ** [20:19:44 2020-06-12] 178: Checking batch_updates ** [20:19:44 2020-06-12] 178: Checking gears ** [20:19:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:19:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:49 2020-06-12] 178: Checking imports ** [20:19:49 2020-06-12] 178: Checking exports ** [20:19:49 2020-06-12] 178: Checking users ** [20:19:49 2020-06-12] 178: Checking user_dbs ** [20:19:49 2020-06-12] 178: Checking geocodings ** [20:19:49 2020-06-12] 178: Checking synchronizations ** [20:19:49 2020-06-12] 178: Checking tracker ** [20:19:49 2020-06-12] 178: Checking user_migrations ** [20:19:49 2020-06-12] 178: Checking batch_updates ** [20:19:49 2020-06-12] 178: Checking gears ** [20:19:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:19:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:54 2020-06-12] 178: Checking imports ** [20:19:54 2020-06-12] 178: Checking exports ** [20:19:54 2020-06-12] 178: Checking users ** [20:19:54 2020-06-12] 178: Checking user_dbs ** [20:19:54 2020-06-12] 178: Checking geocodings ** [20:19:54 2020-06-12] 178: Checking synchronizations ** [20:19:54 2020-06-12] 178: Checking tracker ** [20:19:54 2020-06-12] 178: Checking user_migrations ** [20:19:54 2020-06-12] 178: Checking batch_updates ** [20:19:54 2020-06-12] 178: Checking gears ** [20:19:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:19:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:59 2020-06-12] 178: Checking imports ** [20:19:59 2020-06-12] 178: Checking exports ** [20:19:59 2020-06-12] 178: Checking users ** [20:19:59 2020-06-12] 178: Checking user_dbs ** [20:19:59 2020-06-12] 178: Checking geocodings ** [20:19:59 2020-06-12] 178: Checking synchronizations ** [20:19:59 2020-06-12] 178: Checking tracker ** [20:19:59 2020-06-12] 178: Checking user_migrations ** [20:19:59 2020-06-12] 178: Checking batch_updates ** [20:19:59 2020-06-12] 178: Checking gears ** [20:19:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:19:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:04 2020-06-12] 178: Checking imports ** [20:20:04 2020-06-12] 178: Checking exports ** [20:20:04 2020-06-12] 178: Checking users ** [20:20:04 2020-06-12] 178: Checking user_dbs ** [20:20:04 2020-06-12] 178: Checking geocodings ** [20:20:04 2020-06-12] 178: Checking synchronizations ** [20:20:04 2020-06-12] 178: Checking tracker ** [20:20:04 2020-06-12] 178: Checking user_migrations ** [20:20:04 2020-06-12] 178: Checking batch_updates ** [20:20:04 2020-06-12] 178: Checking gears ** [20:20:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:20:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:09 2020-06-12] 178: Checking imports ** [20:20:09 2020-06-12] 178: Checking exports ** [20:20:09 2020-06-12] 178: Checking users ** [20:20:09 2020-06-12] 178: Checking user_dbs ** [20:20:09 2020-06-12] 178: Checking geocodings ** [20:20:09 2020-06-12] 178: Checking synchronizations ** [20:20:09 2020-06-12] 178: Checking tracker ** [20:20:09 2020-06-12] 178: Checking user_migrations ** [20:20:09 2020-06-12] 178: Checking batch_updates ** [20:20:09 2020-06-12] 178: Checking gears ** [20:20:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:20:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:14 2020-06-12] 178: Checking imports ** [20:20:14 2020-06-12] 178: Checking exports ** [20:20:14 2020-06-12] 178: Checking users ** [20:20:14 2020-06-12] 178: Checking user_dbs ** [20:20:14 2020-06-12] 178: Checking geocodings ** [20:20:14 2020-06-12] 178: Checking synchronizations ** [20:20:14 2020-06-12] 178: Checking tracker ** [20:20:14 2020-06-12] 178: Checking user_migrations ** [20:20:14 2020-06-12] 178: Checking batch_updates ** [20:20:14 2020-06-12] 178: Checking gears ** [20:20:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:20:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:19 2020-06-12] 178: Checking imports ** [20:20:19 2020-06-12] 178: Checking exports ** [20:20:19 2020-06-12] 178: Checking users ** [20:20:19 2020-06-12] 178: Checking user_dbs ** [20:20:19 2020-06-12] 178: Checking geocodings ** [20:20:19 2020-06-12] 178: Checking synchronizations ** [20:20:19 2020-06-12] 178: Checking tracker ** [20:20:19 2020-06-12] 178: Checking user_migrations ** [20:20:19 2020-06-12] 178: Checking batch_updates ** [20:20:19 2020-06-12] 178: Checking gears ** [20:20:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:20:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:24 2020-06-12] 178: Checking imports ** [20:20:24 2020-06-12] 178: Checking exports ** [20:20:24 2020-06-12] 178: Checking users ** [20:20:24 2020-06-12] 178: Checking user_dbs ** [20:20:24 2020-06-12] 178: Checking geocodings ** [20:20:24 2020-06-12] 178: Checking synchronizations ** [20:20:24 2020-06-12] 178: Checking tracker ** [20:20:24 2020-06-12] 178: Checking user_migrations ** [20:20:24 2020-06-12] 178: Checking batch_updates ** [20:20:24 2020-06-12] 178: Checking gears ** [20:20:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:20:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:29 2020-06-12] 178: Checking imports ** [20:20:29 2020-06-12] 178: Checking exports ** [20:20:29 2020-06-12] 178: Checking users ** [20:20:29 2020-06-12] 178: Checking user_dbs ** [20:20:29 2020-06-12] 178: Checking geocodings ** [20:20:29 2020-06-12] 178: Checking synchronizations ** [20:20:29 2020-06-12] 178: Checking tracker ** [20:20:29 2020-06-12] 178: Checking user_migrations ** [20:20:29 2020-06-12] 178: Checking batch_updates ** [20:20:29 2020-06-12] 178: Checking gears ** [20:20:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:20:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:34 2020-06-12] 178: Checking imports ** [20:20:34 2020-06-12] 178: Checking exports ** [20:20:34 2020-06-12] 178: Checking users ** [20:20:34 2020-06-12] 178: Checking user_dbs ** [20:20:34 2020-06-12] 178: Checking geocodings ** [20:20:34 2020-06-12] 178: Checking synchronizations ** [20:20:34 2020-06-12] 178: Checking tracker ** [20:20:34 2020-06-12] 178: Checking user_migrations ** [20:20:34 2020-06-12] 178: Checking batch_updates ** [20:20:34 2020-06-12] 178: Checking gears ** [20:20:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:20:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:39 2020-06-12] 178: Checking imports ** [20:20:39 2020-06-12] 178: Checking exports ** [20:20:39 2020-06-12] 178: Checking users ** [20:20:39 2020-06-12] 178: Checking user_dbs ** [20:20:39 2020-06-12] 178: Checking geocodings ** [20:20:39 2020-06-12] 178: Checking synchronizations ** [20:20:39 2020-06-12] 178: Checking tracker ** [20:20:39 2020-06-12] 178: Checking user_migrations ** [20:20:39 2020-06-12] 178: Checking batch_updates ** [20:20:39 2020-06-12] 178: Checking gears ** [20:20:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:20:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:44 2020-06-12] 178: Checking imports ** [20:20:44 2020-06-12] 178: Checking exports ** [20:20:44 2020-06-12] 178: Checking users ** [20:20:44 2020-06-12] 178: Checking user_dbs ** [20:20:44 2020-06-12] 178: Checking geocodings ** [20:20:44 2020-06-12] 178: Checking synchronizations ** [20:20:44 2020-06-12] 178: Checking tracker ** [20:20:44 2020-06-12] 178: Checking user_migrations ** [20:20:44 2020-06-12] 178: Checking batch_updates ** [20:20:44 2020-06-12] 178: Checking gears ** [20:20:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:20:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:49 2020-06-12] 178: Checking imports ** [20:20:49 2020-06-12] 178: Checking exports ** [20:20:49 2020-06-12] 178: Checking users ** [20:20:49 2020-06-12] 178: Checking user_dbs ** [20:20:49 2020-06-12] 178: Checking geocodings ** [20:20:49 2020-06-12] 178: Checking synchronizations ** [20:20:49 2020-06-12] 178: Checking tracker ** [20:20:49 2020-06-12] 178: Checking user_migrations ** [20:20:49 2020-06-12] 178: Checking batch_updates ** [20:20:49 2020-06-12] 178: Checking gears ** [20:20:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:20:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:54 2020-06-12] 178: Checking imports ** [20:20:54 2020-06-12] 178: Checking exports ** [20:20:54 2020-06-12] 178: Checking users ** [20:20:54 2020-06-12] 178: Checking user_dbs ** [20:20:54 2020-06-12] 178: Checking geocodings ** [20:20:54 2020-06-12] 178: Checking synchronizations ** [20:20:54 2020-06-12] 178: Checking tracker ** [20:20:54 2020-06-12] 178: Checking user_migrations ** [20:20:54 2020-06-12] 178: Checking batch_updates ** [20:20:54 2020-06-12] 178: Checking gears ** [20:20:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:20:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:59 2020-06-12] 178: Checking imports ** [20:20:59 2020-06-12] 178: Checking exports ** [20:20:59 2020-06-12] 178: Checking users ** [20:20:59 2020-06-12] 178: Checking user_dbs ** [20:20:59 2020-06-12] 178: Checking geocodings ** [20:20:59 2020-06-12] 178: Checking synchronizations ** [20:20:59 2020-06-12] 178: Checking tracker ** [20:20:59 2020-06-12] 178: Checking user_migrations ** [20:20:59 2020-06-12] 178: Checking batch_updates ** [20:20:59 2020-06-12] 178: Checking gears ** [20:20:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:20:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:04 2020-06-12] 178: Checking imports ** [20:21:04 2020-06-12] 178: Checking exports ** [20:21:04 2020-06-12] 178: Checking users ** [20:21:04 2020-06-12] 178: Checking user_dbs ** [20:21:04 2020-06-12] 178: Checking geocodings ** [20:21:04 2020-06-12] 178: Checking synchronizations ** [20:21:04 2020-06-12] 178: Checking tracker ** [20:21:04 2020-06-12] 178: Checking user_migrations ** [20:21:04 2020-06-12] 178: Checking batch_updates ** [20:21:04 2020-06-12] 178: Checking gears ** [20:21:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:21:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:09 2020-06-12] 178: Checking imports ** [20:21:09 2020-06-12] 178: Checking exports ** [20:21:09 2020-06-12] 178: Checking users ** [20:21:09 2020-06-12] 178: Checking user_dbs ** [20:21:09 2020-06-12] 178: Checking geocodings ** [20:21:09 2020-06-12] 178: Checking synchronizations ** [20:21:09 2020-06-12] 178: Checking tracker ** [20:21:09 2020-06-12] 178: Checking user_migrations ** [20:21:09 2020-06-12] 178: Checking batch_updates ** [20:21:09 2020-06-12] 178: Checking gears ** [20:21:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:21:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:14 2020-06-12] 178: Checking imports ** [20:21:14 2020-06-12] 178: Checking exports ** [20:21:14 2020-06-12] 178: Checking users ** [20:21:14 2020-06-12] 178: Checking user_dbs ** [20:21:14 2020-06-12] 178: Checking geocodings ** [20:21:14 2020-06-12] 178: Checking synchronizations ** [20:21:14 2020-06-12] 178: Checking tracker ** [20:21:14 2020-06-12] 178: Checking user_migrations ** [20:21:14 2020-06-12] 178: Checking batch_updates ** [20:21:14 2020-06-12] 178: Checking gears ** [20:21:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:21:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:19 2020-06-12] 178: Checking imports ** [20:21:19 2020-06-12] 178: Checking exports ** [20:21:19 2020-06-12] 178: Checking users ** [20:21:19 2020-06-12] 178: Checking user_dbs ** [20:21:19 2020-06-12] 178: Checking geocodings ** [20:21:19 2020-06-12] 178: Checking synchronizations ** [20:21:19 2020-06-12] 178: Checking tracker ** [20:21:19 2020-06-12] 178: Checking user_migrations ** [20:21:19 2020-06-12] 178: Checking batch_updates ** [20:21:19 2020-06-12] 178: Checking gears ** [20:21:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:21:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:24 2020-06-12] 178: Checking imports ** [20:21:24 2020-06-12] 178: Checking exports ** [20:21:24 2020-06-12] 178: Checking users ** [20:21:24 2020-06-12] 178: Checking user_dbs ** [20:21:24 2020-06-12] 178: Checking geocodings ** [20:21:24 2020-06-12] 178: Checking synchronizations ** [20:21:24 2020-06-12] 178: Checking tracker ** [20:21:24 2020-06-12] 178: Checking user_migrations ** [20:21:24 2020-06-12] 178: Checking batch_updates ** [20:21:24 2020-06-12] 178: Checking gears ** [20:21:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:21:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:29 2020-06-12] 178: Checking imports ** [20:21:29 2020-06-12] 178: Checking exports ** [20:21:29 2020-06-12] 178: Checking users ** [20:21:29 2020-06-12] 178: Checking user_dbs ** [20:21:29 2020-06-12] 178: Checking geocodings ** [20:21:29 2020-06-12] 178: Checking synchronizations ** [20:21:29 2020-06-12] 178: Checking tracker ** [20:21:29 2020-06-12] 178: Checking user_migrations ** [20:21:29 2020-06-12] 178: Checking batch_updates ** [20:21:29 2020-06-12] 178: Checking gears ** [20:21:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:21:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:34 2020-06-12] 178: Checking imports ** [20:21:34 2020-06-12] 178: Checking exports ** [20:21:34 2020-06-12] 178: Checking users ** [20:21:34 2020-06-12] 178: Checking user_dbs ** [20:21:34 2020-06-12] 178: Checking geocodings ** [20:21:34 2020-06-12] 178: Checking synchronizations ** [20:21:34 2020-06-12] 178: Checking tracker ** [20:21:34 2020-06-12] 178: Checking user_migrations ** [20:21:34 2020-06-12] 178: Checking batch_updates ** [20:21:34 2020-06-12] 178: Checking gears ** [20:21:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:21:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:39 2020-06-12] 178: Checking imports ** [20:21:39 2020-06-12] 178: Checking exports ** [20:21:39 2020-06-12] 178: Checking users ** [20:21:39 2020-06-12] 178: Checking user_dbs ** [20:21:39 2020-06-12] 178: Checking geocodings ** [20:21:39 2020-06-12] 178: Checking synchronizations ** [20:21:39 2020-06-12] 178: Checking tracker ** [20:21:39 2020-06-12] 178: Checking user_migrations ** [20:21:39 2020-06-12] 178: Checking batch_updates ** [20:21:39 2020-06-12] 178: Checking gears ** [20:21:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:21:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:44 2020-06-12] 178: Checking imports ** [20:21:44 2020-06-12] 178: Checking exports ** [20:21:44 2020-06-12] 178: Checking users ** [20:21:44 2020-06-12] 178: Checking user_dbs ** [20:21:44 2020-06-12] 178: Checking geocodings ** [20:21:44 2020-06-12] 178: Checking synchronizations ** [20:21:44 2020-06-12] 178: Checking tracker ** [20:21:44 2020-06-12] 178: Checking user_migrations ** [20:21:44 2020-06-12] 178: Checking batch_updates ** [20:21:44 2020-06-12] 178: Checking gears ** [20:21:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:21:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:49 2020-06-12] 178: Checking imports ** [20:21:49 2020-06-12] 178: Checking exports ** [20:21:49 2020-06-12] 178: Checking users ** [20:21:49 2020-06-12] 178: Checking user_dbs ** [20:21:49 2020-06-12] 178: Checking geocodings ** [20:21:49 2020-06-12] 178: Checking synchronizations ** [20:21:49 2020-06-12] 178: Checking tracker ** [20:21:49 2020-06-12] 178: Checking user_migrations ** [20:21:49 2020-06-12] 178: Checking batch_updates ** [20:21:49 2020-06-12] 178: Checking gears ** [20:21:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:21:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:54 2020-06-12] 178: Checking imports ** [20:21:54 2020-06-12] 178: Checking exports ** [20:21:54 2020-06-12] 178: Checking users ** [20:21:54 2020-06-12] 178: Checking user_dbs ** [20:21:54 2020-06-12] 178: Checking geocodings ** [20:21:54 2020-06-12] 178: Checking synchronizations ** [20:21:54 2020-06-12] 178: Checking tracker ** [20:21:54 2020-06-12] 178: Checking user_migrations ** [20:21:54 2020-06-12] 178: Checking batch_updates ** [20:21:54 2020-06-12] 178: Checking gears ** [20:21:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:21:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:59 2020-06-12] 178: Checking imports ** [20:21:59 2020-06-12] 178: Checking exports ** [20:21:59 2020-06-12] 178: Checking users ** [20:21:59 2020-06-12] 178: Checking user_dbs ** [20:21:59 2020-06-12] 178: Checking geocodings ** [20:21:59 2020-06-12] 178: Checking synchronizations ** [20:21:59 2020-06-12] 178: Checking tracker ** [20:21:59 2020-06-12] 178: Checking user_migrations ** [20:21:59 2020-06-12] 178: Checking batch_updates ** [20:21:59 2020-06-12] 178: Checking gears ** [20:21:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:21:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:04 2020-06-12] 178: Checking imports ** [20:22:04 2020-06-12] 178: Checking exports ** [20:22:04 2020-06-12] 178: Checking users ** [20:22:04 2020-06-12] 178: Checking user_dbs ** [20:22:04 2020-06-12] 178: Checking geocodings ** [20:22:04 2020-06-12] 178: Checking synchronizations ** [20:22:04 2020-06-12] 178: Checking tracker ** [20:22:04 2020-06-12] 178: Checking user_migrations ** [20:22:04 2020-06-12] 178: Checking batch_updates ** [20:22:04 2020-06-12] 178: Checking gears ** [20:22:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:22:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:09 2020-06-12] 178: Checking imports ** [20:22:09 2020-06-12] 178: Checking exports ** [20:22:09 2020-06-12] 178: Checking users ** [20:22:09 2020-06-12] 178: Checking user_dbs ** [20:22:09 2020-06-12] 178: Checking geocodings ** [20:22:09 2020-06-12] 178: Checking synchronizations ** [20:22:09 2020-06-12] 178: Checking tracker ** [20:22:09 2020-06-12] 178: Checking user_migrations ** [20:22:09 2020-06-12] 178: Checking batch_updates ** [20:22:09 2020-06-12] 178: Checking gears ** [20:22:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:22:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:14 2020-06-12] 178: Checking imports ** [20:22:14 2020-06-12] 178: Checking exports ** [20:22:14 2020-06-12] 178: Checking users ** [20:22:14 2020-06-12] 178: Checking user_dbs ** [20:22:14 2020-06-12] 178: Checking geocodings ** [20:22:14 2020-06-12] 178: Checking synchronizations ** [20:22:14 2020-06-12] 178: Checking tracker ** [20:22:14 2020-06-12] 178: Checking user_migrations ** [20:22:14 2020-06-12] 178: Checking batch_updates ** [20:22:14 2020-06-12] 178: Checking gears ** [20:22:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:22:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:19 2020-06-12] 178: Checking imports ** [20:22:19 2020-06-12] 178: Checking exports ** [20:22:19 2020-06-12] 178: Checking users ** [20:22:19 2020-06-12] 178: Checking user_dbs ** [20:22:19 2020-06-12] 178: Checking geocodings ** [20:22:19 2020-06-12] 178: Checking synchronizations ** [20:22:19 2020-06-12] 178: Checking tracker ** [20:22:19 2020-06-12] 178: Checking user_migrations ** [20:22:19 2020-06-12] 178: Checking batch_updates ** [20:22:19 2020-06-12] 178: Checking gears ** [20:22:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:22:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:24 2020-06-12] 178: Checking imports ** [20:22:24 2020-06-12] 178: Checking exports ** [20:22:25 2020-06-12] 178: Checking users ** [20:22:25 2020-06-12] 178: Checking user_dbs ** [20:22:25 2020-06-12] 178: Checking geocodings ** [20:22:25 2020-06-12] 178: Checking synchronizations ** [20:22:25 2020-06-12] 178: Checking tracker ** [20:22:25 2020-06-12] 178: Checking user_migrations ** [20:22:25 2020-06-12] 178: Checking batch_updates ** [20:22:25 2020-06-12] 178: Checking gears ** [20:22:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:22:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:30 2020-06-12] 178: Checking imports ** [20:22:30 2020-06-12] 178: Checking exports ** [20:22:30 2020-06-12] 178: Checking users ** [20:22:30 2020-06-12] 178: Checking user_dbs ** [20:22:30 2020-06-12] 178: Checking geocodings ** [20:22:30 2020-06-12] 178: Checking synchronizations ** [20:22:30 2020-06-12] 178: Checking tracker ** [20:22:30 2020-06-12] 178: Checking user_migrations ** [20:22:30 2020-06-12] 178: Checking batch_updates ** [20:22:30 2020-06-12] 178: Checking gears ** [20:22:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:22:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:35 2020-06-12] 178: Checking imports ** [20:22:35 2020-06-12] 178: Checking exports ** [20:22:35 2020-06-12] 178: Checking users ** [20:22:35 2020-06-12] 178: Checking user_dbs ** [20:22:35 2020-06-12] 178: Checking geocodings ** [20:22:35 2020-06-12] 178: Checking synchronizations ** [20:22:35 2020-06-12] 178: Checking tracker ** [20:22:35 2020-06-12] 178: Checking user_migrations ** [20:22:35 2020-06-12] 178: Checking batch_updates ** [20:22:35 2020-06-12] 178: Checking gears ** [20:22:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:22:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:40 2020-06-12] 178: Checking imports ** [20:22:40 2020-06-12] 178: Checking exports ** [20:22:40 2020-06-12] 178: Checking users ** [20:22:40 2020-06-12] 178: Checking user_dbs ** [20:22:40 2020-06-12] 178: Checking geocodings ** [20:22:40 2020-06-12] 178: Checking synchronizations ** [20:22:40 2020-06-12] 178: Checking tracker ** [20:22:40 2020-06-12] 178: Checking user_migrations ** [20:22:40 2020-06-12] 178: Checking batch_updates ** [20:22:40 2020-06-12] 178: Checking gears ** [20:22:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:22:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:45 2020-06-12] 178: Checking imports ** [20:22:45 2020-06-12] 178: Checking exports ** [20:22:45 2020-06-12] 178: Checking users ** [20:22:45 2020-06-12] 178: Checking user_dbs ** [20:22:45 2020-06-12] 178: Checking geocodings ** [20:22:45 2020-06-12] 178: Checking synchronizations ** [20:22:45 2020-06-12] 178: Checking tracker ** [20:22:45 2020-06-12] 178: Checking user_migrations ** [20:22:45 2020-06-12] 178: Checking batch_updates ** [20:22:45 2020-06-12] 178: Checking gears ** [20:22:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:22:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:50 2020-06-12] 178: Checking imports ** [20:22:50 2020-06-12] 178: Checking exports ** [20:22:50 2020-06-12] 178: Checking users ** [20:22:50 2020-06-12] 178: Checking user_dbs ** [20:22:50 2020-06-12] 178: Checking geocodings ** [20:22:50 2020-06-12] 178: Checking synchronizations ** [20:22:50 2020-06-12] 178: Checking tracker ** [20:22:50 2020-06-12] 178: Checking user_migrations ** [20:22:50 2020-06-12] 178: Checking batch_updates ** [20:22:50 2020-06-12] 178: Checking gears ** [20:22:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:22:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:55 2020-06-12] 178: Checking imports ** [20:22:55 2020-06-12] 178: Checking exports ** [20:22:55 2020-06-12] 178: Checking users ** [20:22:55 2020-06-12] 178: Checking user_dbs ** [20:22:55 2020-06-12] 178: Checking geocodings ** [20:22:55 2020-06-12] 178: Checking synchronizations ** [20:22:55 2020-06-12] 178: Checking tracker ** [20:22:55 2020-06-12] 178: Checking user_migrations ** [20:22:55 2020-06-12] 178: Checking batch_updates ** [20:22:55 2020-06-12] 178: Checking gears ** [20:22:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:22:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:00 2020-06-12] 178: Checking imports ** [20:23:00 2020-06-12] 178: Checking exports ** [20:23:00 2020-06-12] 178: Checking users ** [20:23:00 2020-06-12] 178: Checking user_dbs ** [20:23:00 2020-06-12] 178: Checking geocodings ** [20:23:00 2020-06-12] 178: Checking synchronizations ** [20:23:00 2020-06-12] 178: Checking tracker ** [20:23:00 2020-06-12] 178: Checking user_migrations ** [20:23:00 2020-06-12] 178: Checking batch_updates ** [20:23:00 2020-06-12] 178: Checking gears ** [20:23:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:23:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:05 2020-06-12] 178: Checking imports ** [20:23:05 2020-06-12] 178: Checking exports ** [20:23:05 2020-06-12] 178: Checking users ** [20:23:05 2020-06-12] 178: Checking user_dbs ** [20:23:05 2020-06-12] 178: Checking geocodings ** [20:23:05 2020-06-12] 178: Checking synchronizations ** [20:23:05 2020-06-12] 178: Checking tracker ** [20:23:05 2020-06-12] 178: Checking user_migrations ** [20:23:05 2020-06-12] 178: Checking batch_updates ** [20:23:05 2020-06-12] 178: Checking gears ** [20:23:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:23:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:10 2020-06-12] 178: Checking imports ** [20:23:10 2020-06-12] 178: Checking exports ** [20:23:10 2020-06-12] 178: Checking users ** [20:23:10 2020-06-12] 178: Checking user_dbs ** [20:23:10 2020-06-12] 178: Checking geocodings ** [20:23:10 2020-06-12] 178: Checking synchronizations ** [20:23:10 2020-06-12] 178: Checking tracker ** [20:23:10 2020-06-12] 178: Checking user_migrations ** [20:23:10 2020-06-12] 178: Checking batch_updates ** [20:23:10 2020-06-12] 178: Checking gears ** [20:23:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:23:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:15 2020-06-12] 178: Checking imports ** [20:23:15 2020-06-12] 178: Checking exports ** [20:23:15 2020-06-12] 178: Checking users ** [20:23:15 2020-06-12] 178: Checking user_dbs ** [20:23:15 2020-06-12] 178: Checking geocodings ** [20:23:15 2020-06-12] 178: Checking synchronizations ** [20:23:15 2020-06-12] 178: Checking tracker ** [20:23:15 2020-06-12] 178: Checking user_migrations ** [20:23:15 2020-06-12] 178: Checking batch_updates ** [20:23:15 2020-06-12] 178: Checking gears ** [20:23:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:23:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:20 2020-06-12] 178: Checking imports ** [20:23:20 2020-06-12] 178: Checking exports ** [20:23:20 2020-06-12] 178: Checking users ** [20:23:20 2020-06-12] 178: Checking user_dbs ** [20:23:20 2020-06-12] 178: Checking geocodings ** [20:23:20 2020-06-12] 178: Checking synchronizations ** [20:23:20 2020-06-12] 178: Checking tracker ** [20:23:20 2020-06-12] 178: Checking user_migrations ** [20:23:20 2020-06-12] 178: Checking batch_updates ** [20:23:20 2020-06-12] 178: Checking gears ** [20:23:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:23:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:25 2020-06-12] 178: Checking imports ** [20:23:25 2020-06-12] 178: Checking exports ** [20:23:25 2020-06-12] 178: Checking users ** [20:23:25 2020-06-12] 178: Checking user_dbs ** [20:23:25 2020-06-12] 178: Checking geocodings ** [20:23:25 2020-06-12] 178: Checking synchronizations ** [20:23:25 2020-06-12] 178: Checking tracker ** [20:23:25 2020-06-12] 178: Checking user_migrations ** [20:23:25 2020-06-12] 178: Checking batch_updates ** [20:23:25 2020-06-12] 178: Checking gears ** [20:23:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:23:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:30 2020-06-12] 178: Checking imports ** [20:23:30 2020-06-12] 178: Checking exports ** [20:23:30 2020-06-12] 178: Checking users ** [20:23:30 2020-06-12] 178: Checking user_dbs ** [20:23:30 2020-06-12] 178: Checking geocodings ** [20:23:30 2020-06-12] 178: Checking synchronizations ** [20:23:30 2020-06-12] 178: Checking tracker ** [20:23:30 2020-06-12] 178: Checking user_migrations ** [20:23:30 2020-06-12] 178: Checking batch_updates ** [20:23:30 2020-06-12] 178: Checking gears ** [20:23:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:23:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:35 2020-06-12] 178: Checking imports ** [20:23:35 2020-06-12] 178: Checking exports ** [20:23:35 2020-06-12] 178: Checking users ** [20:23:35 2020-06-12] 178: Checking user_dbs ** [20:23:35 2020-06-12] 178: Checking geocodings ** [20:23:35 2020-06-12] 178: Checking synchronizations ** [20:23:35 2020-06-12] 178: Checking tracker ** [20:23:35 2020-06-12] 178: Checking user_migrations ** [20:23:35 2020-06-12] 178: Checking batch_updates ** [20:23:35 2020-06-12] 178: Checking gears ** [20:23:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:23:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:40 2020-06-12] 178: Checking imports ** [20:23:40 2020-06-12] 178: Checking exports ** [20:23:40 2020-06-12] 178: Checking users ** [20:23:40 2020-06-12] 178: Checking user_dbs ** [20:23:40 2020-06-12] 178: Checking geocodings ** [20:23:40 2020-06-12] 178: Checking synchronizations ** [20:23:40 2020-06-12] 178: Checking tracker ** [20:23:40 2020-06-12] 178: Checking user_migrations ** [20:23:40 2020-06-12] 178: Checking batch_updates ** [20:23:40 2020-06-12] 178: Checking gears ** [20:23:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:23:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:45 2020-06-12] 178: Checking imports ** [20:23:45 2020-06-12] 178: Checking exports ** [20:23:45 2020-06-12] 178: Checking users ** [20:23:45 2020-06-12] 178: Checking user_dbs ** [20:23:45 2020-06-12] 178: Checking geocodings ** [20:23:45 2020-06-12] 178: Checking synchronizations ** [20:23:45 2020-06-12] 178: Checking tracker ** [20:23:45 2020-06-12] 178: Checking user_migrations ** [20:23:45 2020-06-12] 178: Checking batch_updates ** [20:23:45 2020-06-12] 178: Checking gears ** [20:23:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:23:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:50 2020-06-12] 178: Checking imports ** [20:23:50 2020-06-12] 178: Checking exports ** [20:23:50 2020-06-12] 178: Checking users ** [20:23:50 2020-06-12] 178: Checking user_dbs ** [20:23:50 2020-06-12] 178: Checking geocodings ** [20:23:50 2020-06-12] 178: Checking synchronizations ** [20:23:50 2020-06-12] 178: Checking tracker ** [20:23:50 2020-06-12] 178: Checking user_migrations ** [20:23:50 2020-06-12] 178: Checking batch_updates ** [20:23:50 2020-06-12] 178: Checking gears ** [20:23:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:23:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:55 2020-06-12] 178: Checking imports ** [20:23:55 2020-06-12] 178: Checking exports ** [20:23:55 2020-06-12] 178: Checking users ** [20:23:55 2020-06-12] 178: Checking user_dbs ** [20:23:55 2020-06-12] 178: Checking geocodings ** [20:23:55 2020-06-12] 178: Checking synchronizations ** [20:23:55 2020-06-12] 178: Checking tracker ** [20:23:55 2020-06-12] 178: Checking user_migrations ** [20:23:55 2020-06-12] 178: Checking batch_updates ** [20:23:55 2020-06-12] 178: Checking gears ** [20:23:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:23:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:00 2020-06-12] 178: Checking imports ** [20:24:00 2020-06-12] 178: Checking exports ** [20:24:00 2020-06-12] 178: Checking users ** [20:24:00 2020-06-12] 178: Checking user_dbs ** [20:24:00 2020-06-12] 178: Checking geocodings ** [20:24:00 2020-06-12] 178: Checking synchronizations ** [20:24:00 2020-06-12] 178: Checking tracker ** [20:24:00 2020-06-12] 178: Checking user_migrations ** [20:24:00 2020-06-12] 178: Checking batch_updates ** [20:24:00 2020-06-12] 178: Checking gears ** [20:24:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:24:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:05 2020-06-12] 178: Checking imports ** [20:24:05 2020-06-12] 178: Checking exports ** [20:24:05 2020-06-12] 178: Checking users ** [20:24:05 2020-06-12] 178: Checking user_dbs ** [20:24:05 2020-06-12] 178: Checking geocodings ** [20:24:05 2020-06-12] 178: Checking synchronizations ** [20:24:05 2020-06-12] 178: Checking tracker ** [20:24:05 2020-06-12] 178: Checking user_migrations ** [20:24:05 2020-06-12] 178: Checking batch_updates ** [20:24:05 2020-06-12] 178: Checking gears ** [20:24:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:24:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:10 2020-06-12] 178: Checking imports ** [20:24:10 2020-06-12] 178: Checking exports ** [20:24:10 2020-06-12] 178: Checking users ** [20:24:10 2020-06-12] 178: Checking user_dbs ** [20:24:10 2020-06-12] 178: Checking geocodings ** [20:24:10 2020-06-12] 178: Checking synchronizations ** [20:24:10 2020-06-12] 178: Checking tracker ** [20:24:10 2020-06-12] 178: Checking user_migrations ** [20:24:10 2020-06-12] 178: Checking batch_updates ** [20:24:10 2020-06-12] 178: Checking gears ** [20:24:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:24:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:15 2020-06-12] 178: Checking imports ** [20:24:15 2020-06-12] 178: Checking exports ** [20:24:15 2020-06-12] 178: Checking users ** [20:24:15 2020-06-12] 178: Checking user_dbs ** [20:24:15 2020-06-12] 178: Checking geocodings ** [20:24:15 2020-06-12] 178: Checking synchronizations ** [20:24:15 2020-06-12] 178: Checking tracker ** [20:24:15 2020-06-12] 178: Checking user_migrations ** [20:24:15 2020-06-12] 178: Checking batch_updates ** [20:24:15 2020-06-12] 178: Checking gears ** [20:24:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:24:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:20 2020-06-12] 178: Checking imports ** [20:24:20 2020-06-12] 178: Checking exports ** [20:24:20 2020-06-12] 178: Checking users ** [20:24:20 2020-06-12] 178: Checking user_dbs ** [20:24:20 2020-06-12] 178: Checking geocodings ** [20:24:20 2020-06-12] 178: Checking synchronizations ** [20:24:20 2020-06-12] 178: Checking tracker ** [20:24:20 2020-06-12] 178: Checking user_migrations ** [20:24:20 2020-06-12] 178: Checking batch_updates ** [20:24:20 2020-06-12] 178: Checking gears ** [20:24:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:24:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:25 2020-06-12] 178: Checking imports ** [20:24:25 2020-06-12] 178: Checking exports ** [20:24:25 2020-06-12] 178: Checking users ** [20:24:25 2020-06-12] 178: Checking user_dbs ** [20:24:25 2020-06-12] 178: Checking geocodings ** [20:24:25 2020-06-12] 178: Checking synchronizations ** [20:24:25 2020-06-12] 178: Checking tracker ** [20:24:25 2020-06-12] 178: Checking user_migrations ** [20:24:25 2020-06-12] 178: Checking batch_updates ** [20:24:25 2020-06-12] 178: Checking gears ** [20:24:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:24:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:30 2020-06-12] 178: Checking imports ** [20:24:30 2020-06-12] 178: Checking exports ** [20:24:30 2020-06-12] 178: Checking users ** [20:24:30 2020-06-12] 178: Checking user_dbs ** [20:24:30 2020-06-12] 178: Checking geocodings ** [20:24:30 2020-06-12] 178: Checking synchronizations ** [20:24:30 2020-06-12] 178: Checking tracker ** [20:24:30 2020-06-12] 178: Checking user_migrations ** [20:24:30 2020-06-12] 178: Checking batch_updates ** [20:24:30 2020-06-12] 178: Checking gears ** [20:24:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:24:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:35 2020-06-12] 178: Checking imports ** [20:24:35 2020-06-12] 178: Checking exports ** [20:24:35 2020-06-12] 178: Checking users ** [20:24:35 2020-06-12] 178: Checking user_dbs ** [20:24:35 2020-06-12] 178: Checking geocodings ** [20:24:35 2020-06-12] 178: Checking synchronizations ** [20:24:35 2020-06-12] 178: Checking tracker ** [20:24:35 2020-06-12] 178: Checking user_migrations ** [20:24:35 2020-06-12] 178: Checking batch_updates ** [20:24:35 2020-06-12] 178: Checking gears ** [20:24:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:24:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:40 2020-06-12] 178: Checking imports ** [20:24:40 2020-06-12] 178: Checking exports ** [20:24:40 2020-06-12] 178: Checking users ** [20:24:40 2020-06-12] 178: Checking user_dbs ** [20:24:40 2020-06-12] 178: Checking geocodings ** [20:24:40 2020-06-12] 178: Checking synchronizations ** [20:24:40 2020-06-12] 178: Checking tracker ** [20:24:40 2020-06-12] 178: Checking user_migrations ** [20:24:40 2020-06-12] 178: Checking batch_updates ** [20:24:40 2020-06-12] 178: Checking gears ** [20:24:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:24:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:45 2020-06-12] 178: Checking imports ** [20:24:45 2020-06-12] 178: Checking exports ** [20:24:45 2020-06-12] 178: Checking users ** [20:24:45 2020-06-12] 178: Checking user_dbs ** [20:24:45 2020-06-12] 178: Checking geocodings ** [20:24:45 2020-06-12] 178: Checking synchronizations ** [20:24:45 2020-06-12] 178: Checking tracker ** [20:24:45 2020-06-12] 178: Checking user_migrations ** [20:24:45 2020-06-12] 178: Checking batch_updates ** [20:24:45 2020-06-12] 178: Checking gears ** [20:24:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:24:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:50 2020-06-12] 178: Checking imports ** [20:24:50 2020-06-12] 178: Checking exports ** [20:24:50 2020-06-12] 178: Checking users ** [20:24:50 2020-06-12] 178: Checking user_dbs ** [20:24:50 2020-06-12] 178: Checking geocodings ** [20:24:50 2020-06-12] 178: Checking synchronizations ** [20:24:50 2020-06-12] 178: Checking tracker ** [20:24:50 2020-06-12] 178: Checking user_migrations ** [20:24:50 2020-06-12] 178: Checking batch_updates ** [20:24:50 2020-06-12] 178: Checking gears ** [20:24:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:24:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:55 2020-06-12] 178: Checking imports ** [20:24:55 2020-06-12] 178: Checking exports ** [20:24:55 2020-06-12] 178: Checking users ** [20:24:55 2020-06-12] 178: Checking user_dbs ** [20:24:55 2020-06-12] 178: Checking geocodings ** [20:24:55 2020-06-12] 178: Checking synchronizations ** [20:24:55 2020-06-12] 178: Checking tracker ** [20:24:55 2020-06-12] 178: Checking user_migrations ** [20:24:55 2020-06-12] 178: Checking batch_updates ** [20:24:55 2020-06-12] 178: Checking gears ** [20:24:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:24:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:00 2020-06-12] 178: Checking imports ** [20:25:00 2020-06-12] 178: Checking exports ** [20:25:00 2020-06-12] 178: Checking users ** [20:25:00 2020-06-12] 178: Checking user_dbs ** [20:25:00 2020-06-12] 178: Checking geocodings ** [20:25:00 2020-06-12] 178: Checking synchronizations ** [20:25:00 2020-06-12] 178: Checking tracker ** [20:25:00 2020-06-12] 178: Checking user_migrations ** [20:25:00 2020-06-12] 178: Checking batch_updates ** [20:25:00 2020-06-12] 178: Checking gears ** [20:25:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:25:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:05 2020-06-12] 178: Checking imports ** [20:25:05 2020-06-12] 178: Checking exports ** [20:25:05 2020-06-12] 178: Checking users ** [20:25:05 2020-06-12] 178: Checking user_dbs ** [20:25:05 2020-06-12] 178: Checking geocodings ** [20:25:05 2020-06-12] 178: Checking synchronizations ** [20:25:05 2020-06-12] 178: Checking tracker ** [20:25:05 2020-06-12] 178: Checking user_migrations ** [20:25:05 2020-06-12] 178: Checking batch_updates ** [20:25:05 2020-06-12] 178: Checking gears ** [20:25:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:25:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:10 2020-06-12] 178: Checking imports ** [20:25:10 2020-06-12] 178: Checking exports ** [20:25:10 2020-06-12] 178: Checking users ** [20:25:10 2020-06-12] 178: Checking user_dbs ** [20:25:10 2020-06-12] 178: Checking geocodings ** [20:25:10 2020-06-12] 178: Checking synchronizations ** [20:25:10 2020-06-12] 178: Checking tracker ** [20:25:10 2020-06-12] 178: Checking user_migrations ** [20:25:10 2020-06-12] 178: Checking batch_updates ** [20:25:10 2020-06-12] 178: Checking gears ** [20:25:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:25:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:15 2020-06-12] 178: Checking imports ** [20:25:15 2020-06-12] 178: Checking exports ** [20:25:15 2020-06-12] 178: Checking users ** [20:25:15 2020-06-12] 178: Checking user_dbs ** [20:25:15 2020-06-12] 178: Checking geocodings ** [20:25:15 2020-06-12] 178: Checking synchronizations ** [20:25:15 2020-06-12] 178: Checking tracker ** [20:25:15 2020-06-12] 178: Checking user_migrations ** [20:25:15 2020-06-12] 178: Checking batch_updates ** [20:25:15 2020-06-12] 178: Checking gears ** [20:25:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:25:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:20 2020-06-12] 178: Checking imports ** [20:25:20 2020-06-12] 178: Checking exports ** [20:25:20 2020-06-12] 178: Checking users ** [20:25:20 2020-06-12] 178: Checking user_dbs ** [20:25:20 2020-06-12] 178: Checking geocodings ** [20:25:20 2020-06-12] 178: Checking synchronizations ** [20:25:20 2020-06-12] 178: Checking tracker ** [20:25:20 2020-06-12] 178: Checking user_migrations ** [20:25:20 2020-06-12] 178: Checking batch_updates ** [20:25:20 2020-06-12] 178: Checking gears ** [20:25:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:25:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:25 2020-06-12] 178: Checking imports ** [20:25:25 2020-06-12] 178: Checking exports ** [20:25:25 2020-06-12] 178: Checking users ** [20:25:25 2020-06-12] 178: Checking user_dbs ** [20:25:25 2020-06-12] 178: Checking geocodings ** [20:25:25 2020-06-12] 178: Checking synchronizations ** [20:25:25 2020-06-12] 178: Checking tracker ** [20:25:25 2020-06-12] 178: Checking user_migrations ** [20:25:25 2020-06-12] 178: Checking batch_updates ** [20:25:25 2020-06-12] 178: Checking gears ** [20:25:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:25:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:30 2020-06-12] 178: Checking imports ** [20:25:30 2020-06-12] 178: Checking exports ** [20:25:30 2020-06-12] 178: Checking users ** [20:25:30 2020-06-12] 178: Checking user_dbs ** [20:25:30 2020-06-12] 178: Checking geocodings ** [20:25:30 2020-06-12] 178: Checking synchronizations ** [20:25:30 2020-06-12] 178: Checking tracker ** [20:25:30 2020-06-12] 178: Checking user_migrations ** [20:25:30 2020-06-12] 178: Checking batch_updates ** [20:25:30 2020-06-12] 178: Checking gears ** [20:25:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:25:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:35 2020-06-12] 178: Checking imports ** [20:25:35 2020-06-12] 178: Checking exports ** [20:25:35 2020-06-12] 178: Checking users ** [20:25:35 2020-06-12] 178: Checking user_dbs ** [20:25:35 2020-06-12] 178: Checking geocodings ** [20:25:35 2020-06-12] 178: Checking synchronizations ** [20:25:35 2020-06-12] 178: Checking tracker ** [20:25:35 2020-06-12] 178: Checking user_migrations ** [20:25:35 2020-06-12] 178: Checking batch_updates ** [20:25:35 2020-06-12] 178: Checking gears ** [20:25:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:25:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:40 2020-06-12] 178: Checking imports ** [20:25:40 2020-06-12] 178: Checking exports ** [20:25:40 2020-06-12] 178: Checking users ** [20:25:40 2020-06-12] 178: Checking user_dbs ** [20:25:40 2020-06-12] 178: Checking geocodings ** [20:25:40 2020-06-12] 178: Checking synchronizations ** [20:25:40 2020-06-12] 178: Checking tracker ** [20:25:40 2020-06-12] 178: Checking user_migrations ** [20:25:40 2020-06-12] 178: Checking batch_updates ** [20:25:40 2020-06-12] 178: Checking gears ** [20:25:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:25:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:45 2020-06-12] 178: Checking imports ** [20:25:45 2020-06-12] 178: Checking exports ** [20:25:45 2020-06-12] 178: Checking users ** [20:25:45 2020-06-12] 178: Checking user_dbs ** [20:25:45 2020-06-12] 178: Checking geocodings ** [20:25:45 2020-06-12] 178: Checking synchronizations ** [20:25:45 2020-06-12] 178: Checking tracker ** [20:25:45 2020-06-12] 178: Checking user_migrations ** [20:25:45 2020-06-12] 178: Checking batch_updates ** [20:25:45 2020-06-12] 178: Checking gears ** [20:25:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:25:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:50 2020-06-12] 178: Checking imports ** [20:25:50 2020-06-12] 178: Checking exports ** [20:25:50 2020-06-12] 178: Checking users ** [20:25:50 2020-06-12] 178: Checking user_dbs ** [20:25:50 2020-06-12] 178: Checking geocodings ** [20:25:50 2020-06-12] 178: Checking synchronizations ** [20:25:50 2020-06-12] 178: Checking tracker ** [20:25:50 2020-06-12] 178: Checking user_migrations ** [20:25:50 2020-06-12] 178: Checking batch_updates ** [20:25:50 2020-06-12] 178: Checking gears ** [20:25:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:25:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:55 2020-06-12] 178: Checking imports ** [20:25:55 2020-06-12] 178: Checking exports ** [20:25:55 2020-06-12] 178: Checking users ** [20:25:55 2020-06-12] 178: Checking user_dbs ** [20:25:55 2020-06-12] 178: Checking geocodings ** [20:25:55 2020-06-12] 178: Checking synchronizations ** [20:25:55 2020-06-12] 178: Checking tracker ** [20:25:55 2020-06-12] 178: Checking user_migrations ** [20:25:55 2020-06-12] 178: Checking batch_updates ** [20:25:55 2020-06-12] 178: Checking gears ** [20:25:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:25:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:00 2020-06-12] 178: Checking imports ** [20:26:00 2020-06-12] 178: Checking exports ** [20:26:00 2020-06-12] 178: Checking users ** [20:26:00 2020-06-12] 178: Checking user_dbs ** [20:26:00 2020-06-12] 178: Checking geocodings ** [20:26:00 2020-06-12] 178: Checking synchronizations ** [20:26:00 2020-06-12] 178: Checking tracker ** [20:26:00 2020-06-12] 178: Checking user_migrations ** [20:26:00 2020-06-12] 178: Checking batch_updates ** [20:26:00 2020-06-12] 178: Checking gears ** [20:26:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:26:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:05 2020-06-12] 178: Checking imports ** [20:26:05 2020-06-12] 178: Checking exports ** [20:26:05 2020-06-12] 178: Checking users ** [20:26:05 2020-06-12] 178: Checking user_dbs ** [20:26:05 2020-06-12] 178: Checking geocodings ** [20:26:05 2020-06-12] 178: Checking synchronizations ** [20:26:05 2020-06-12] 178: Checking tracker ** [20:26:05 2020-06-12] 178: Checking user_migrations ** [20:26:05 2020-06-12] 178: Checking batch_updates ** [20:26:05 2020-06-12] 178: Checking gears ** [20:26:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:26:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:10 2020-06-12] 178: Checking imports ** [20:26:10 2020-06-12] 178: Checking exports ** [20:26:10 2020-06-12] 178: Checking users ** [20:26:10 2020-06-12] 178: Checking user_dbs ** [20:26:10 2020-06-12] 178: Checking geocodings ** [20:26:10 2020-06-12] 178: Checking synchronizations ** [20:26:10 2020-06-12] 178: Checking tracker ** [20:26:10 2020-06-12] 178: Checking user_migrations ** [20:26:10 2020-06-12] 178: Checking batch_updates ** [20:26:10 2020-06-12] 178: Checking gears ** [20:26:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:26:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:15 2020-06-12] 178: Checking imports ** [20:26:15 2020-06-12] 178: Checking exports ** [20:26:15 2020-06-12] 178: Checking users ** [20:26:15 2020-06-12] 178: Checking user_dbs ** [20:26:15 2020-06-12] 178: Checking geocodings ** [20:26:15 2020-06-12] 178: Checking synchronizations ** [20:26:15 2020-06-12] 178: Checking tracker ** [20:26:15 2020-06-12] 178: Checking user_migrations ** [20:26:15 2020-06-12] 178: Checking batch_updates ** [20:26:15 2020-06-12] 178: Checking gears ** [20:26:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:26:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:20 2020-06-12] 178: Checking imports ** [20:26:20 2020-06-12] 178: Checking exports ** [20:26:20 2020-06-12] 178: Checking users ** [20:26:20 2020-06-12] 178: Checking user_dbs ** [20:26:20 2020-06-12] 178: Checking geocodings ** [20:26:20 2020-06-12] 178: Checking synchronizations ** [20:26:20 2020-06-12] 178: Checking tracker ** [20:26:20 2020-06-12] 178: Checking user_migrations ** [20:26:20 2020-06-12] 178: Checking batch_updates ** [20:26:20 2020-06-12] 178: Checking gears ** [20:26:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:26:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:25 2020-06-12] 178: Checking imports ** [20:26:25 2020-06-12] 178: Checking exports ** [20:26:25 2020-06-12] 178: Checking users ** [20:26:25 2020-06-12] 178: Checking user_dbs ** [20:26:25 2020-06-12] 178: Checking geocodings ** [20:26:25 2020-06-12] 178: Checking synchronizations ** [20:26:25 2020-06-12] 178: Checking tracker ** [20:26:25 2020-06-12] 178: Checking user_migrations ** [20:26:25 2020-06-12] 178: Checking batch_updates ** [20:26:25 2020-06-12] 178: Checking gears ** [20:26:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:26:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:30 2020-06-12] 178: Checking imports ** [20:26:30 2020-06-12] 178: Checking exports ** [20:26:30 2020-06-12] 178: Checking users ** [20:26:30 2020-06-12] 178: Checking user_dbs ** [20:26:30 2020-06-12] 178: Checking geocodings ** [20:26:30 2020-06-12] 178: Checking synchronizations ** [20:26:30 2020-06-12] 178: Checking tracker ** [20:26:30 2020-06-12] 178: Checking user_migrations ** [20:26:30 2020-06-12] 178: Checking batch_updates ** [20:26:30 2020-06-12] 178: Checking gears ** [20:26:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:26:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:35 2020-06-12] 178: Checking imports ** [20:26:35 2020-06-12] 178: Checking exports ** [20:26:35 2020-06-12] 178: Checking users ** [20:26:35 2020-06-12] 178: Checking user_dbs ** [20:26:35 2020-06-12] 178: Checking geocodings ** [20:26:35 2020-06-12] 178: Checking synchronizations ** [20:26:35 2020-06-12] 178: Checking tracker ** [20:26:35 2020-06-12] 178: Checking user_migrations ** [20:26:35 2020-06-12] 178: Checking batch_updates ** [20:26:35 2020-06-12] 178: Checking gears ** [20:26:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:26:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:40 2020-06-12] 178: Checking imports ** [20:26:40 2020-06-12] 178: Checking exports ** [20:26:40 2020-06-12] 178: Checking users ** [20:26:40 2020-06-12] 178: Checking user_dbs ** [20:26:40 2020-06-12] 178: Checking geocodings ** [20:26:40 2020-06-12] 178: Checking synchronizations ** [20:26:40 2020-06-12] 178: Checking tracker ** [20:26:40 2020-06-12] 178: Checking user_migrations ** [20:26:40 2020-06-12] 178: Checking batch_updates ** [20:26:40 2020-06-12] 178: Checking gears ** [20:26:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:26:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:45 2020-06-12] 178: Checking imports ** [20:26:45 2020-06-12] 178: Checking exports ** [20:26:45 2020-06-12] 178: Checking users ** [20:26:45 2020-06-12] 178: Checking user_dbs ** [20:26:45 2020-06-12] 178: Checking geocodings ** [20:26:45 2020-06-12] 178: Checking synchronizations ** [20:26:45 2020-06-12] 178: Checking tracker ** [20:26:45 2020-06-12] 178: Checking user_migrations ** [20:26:45 2020-06-12] 178: Checking batch_updates ** [20:26:45 2020-06-12] 178: Checking gears ** [20:26:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:26:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:50 2020-06-12] 178: Checking imports ** [20:26:50 2020-06-12] 178: Checking exports ** [20:26:50 2020-06-12] 178: Checking users ** [20:26:50 2020-06-12] 178: Checking user_dbs ** [20:26:50 2020-06-12] 178: Checking geocodings ** [20:26:50 2020-06-12] 178: Checking synchronizations ** [20:26:50 2020-06-12] 178: Checking tracker ** [20:26:50 2020-06-12] 178: Checking user_migrations ** [20:26:50 2020-06-12] 178: Checking batch_updates ** [20:26:50 2020-06-12] 178: Checking gears ** [20:26:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:26:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:55 2020-06-12] 178: Checking imports ** [20:26:55 2020-06-12] 178: Checking exports ** [20:26:55 2020-06-12] 178: Checking users ** [20:26:55 2020-06-12] 178: Checking user_dbs ** [20:26:55 2020-06-12] 178: Checking geocodings ** [20:26:55 2020-06-12] 178: Checking synchronizations ** [20:26:55 2020-06-12] 178: Checking tracker ** [20:26:55 2020-06-12] 178: Checking user_migrations ** [20:26:55 2020-06-12] 178: Checking batch_updates ** [20:26:55 2020-06-12] 178: Checking gears ** [20:26:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:26:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:00 2020-06-12] 178: Checking imports ** [20:27:00 2020-06-12] 178: Checking exports ** [20:27:00 2020-06-12] 178: Checking users ** [20:27:00 2020-06-12] 178: Checking user_dbs ** [20:27:00 2020-06-12] 178: Checking geocodings ** [20:27:00 2020-06-12] 178: Checking synchronizations ** [20:27:00 2020-06-12] 178: Checking tracker ** [20:27:00 2020-06-12] 178: Checking user_migrations ** [20:27:00 2020-06-12] 178: Checking batch_updates ** [20:27:00 2020-06-12] 178: Checking gears ** [20:27:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:27:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:05 2020-06-12] 178: Checking imports ** [20:27:05 2020-06-12] 178: Checking exports ** [20:27:05 2020-06-12] 178: Checking users ** [20:27:05 2020-06-12] 178: Checking user_dbs ** [20:27:05 2020-06-12] 178: Checking geocodings ** [20:27:05 2020-06-12] 178: Checking synchronizations ** [20:27:05 2020-06-12] 178: Checking tracker ** [20:27:05 2020-06-12] 178: Checking user_migrations ** [20:27:05 2020-06-12] 178: Checking batch_updates ** [20:27:05 2020-06-12] 178: Checking gears ** [20:27:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:27:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:10 2020-06-12] 178: Checking imports ** [20:27:10 2020-06-12] 178: Checking exports ** [20:27:10 2020-06-12] 178: Checking users ** [20:27:10 2020-06-12] 178: Checking user_dbs ** [20:27:10 2020-06-12] 178: Checking geocodings ** [20:27:10 2020-06-12] 178: Checking synchronizations ** [20:27:10 2020-06-12] 178: Checking tracker ** [20:27:10 2020-06-12] 178: Checking user_migrations ** [20:27:10 2020-06-12] 178: Checking batch_updates ** [20:27:10 2020-06-12] 178: Checking gears ** [20:27:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:27:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:15 2020-06-12] 178: Checking imports ** [20:27:15 2020-06-12] 178: Checking exports ** [20:27:15 2020-06-12] 178: Checking users ** [20:27:15 2020-06-12] 178: Checking user_dbs ** [20:27:15 2020-06-12] 178: Checking geocodings ** [20:27:15 2020-06-12] 178: Checking synchronizations ** [20:27:15 2020-06-12] 178: Checking tracker ** [20:27:15 2020-06-12] 178: Checking user_migrations ** [20:27:15 2020-06-12] 178: Checking batch_updates ** [20:27:15 2020-06-12] 178: Checking gears ** [20:27:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:27:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:20 2020-06-12] 178: Checking imports ** [20:27:20 2020-06-12] 178: Checking exports ** [20:27:20 2020-06-12] 178: Checking users ** [20:27:20 2020-06-12] 178: Checking user_dbs ** [20:27:20 2020-06-12] 178: Checking geocodings ** [20:27:20 2020-06-12] 178: Checking synchronizations ** [20:27:20 2020-06-12] 178: Checking tracker ** [20:27:20 2020-06-12] 178: Checking user_migrations ** [20:27:20 2020-06-12] 178: Checking batch_updates ** [20:27:20 2020-06-12] 178: Checking gears ** [20:27:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:27:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:25 2020-06-12] 178: Checking imports ** [20:27:25 2020-06-12] 178: Checking exports ** [20:27:25 2020-06-12] 178: Checking users ** [20:27:25 2020-06-12] 178: Checking user_dbs ** [20:27:25 2020-06-12] 178: Checking geocodings ** [20:27:25 2020-06-12] 178: Checking synchronizations ** [20:27:25 2020-06-12] 178: Checking tracker ** [20:27:25 2020-06-12] 178: Checking user_migrations ** [20:27:25 2020-06-12] 178: Checking batch_updates ** [20:27:25 2020-06-12] 178: Checking gears ** [20:27:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:27:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:30 2020-06-12] 178: Checking imports ** [20:27:30 2020-06-12] 178: Checking exports ** [20:27:30 2020-06-12] 178: Checking users ** [20:27:30 2020-06-12] 178: Checking user_dbs ** [20:27:30 2020-06-12] 178: Checking geocodings ** [20:27:30 2020-06-12] 178: Checking synchronizations ** [20:27:30 2020-06-12] 178: Checking tracker ** [20:27:30 2020-06-12] 178: Checking user_migrations ** [20:27:30 2020-06-12] 178: Checking batch_updates ** [20:27:30 2020-06-12] 178: Checking gears ** [20:27:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:27:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:35 2020-06-12] 178: Checking imports ** [20:27:35 2020-06-12] 178: Checking exports ** [20:27:35 2020-06-12] 178: Checking users ** [20:27:35 2020-06-12] 178: Checking user_dbs ** [20:27:35 2020-06-12] 178: Checking geocodings ** [20:27:35 2020-06-12] 178: Checking synchronizations ** [20:27:35 2020-06-12] 178: Checking tracker ** [20:27:35 2020-06-12] 178: Checking user_migrations ** [20:27:35 2020-06-12] 178: Checking batch_updates ** [20:27:35 2020-06-12] 178: Checking gears ** [20:27:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:27:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:40 2020-06-12] 178: Checking imports ** [20:27:40 2020-06-12] 178: Checking exports ** [20:27:40 2020-06-12] 178: Checking users ** [20:27:40 2020-06-12] 178: Checking user_dbs ** [20:27:40 2020-06-12] 178: Checking geocodings ** [20:27:40 2020-06-12] 178: Checking synchronizations ** [20:27:40 2020-06-12] 178: Checking tracker ** [20:27:40 2020-06-12] 178: Checking user_migrations ** [20:27:40 2020-06-12] 178: Checking batch_updates ** [20:27:40 2020-06-12] 178: Checking gears ** [20:27:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:27:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:45 2020-06-12] 178: Checking imports ** [20:27:45 2020-06-12] 178: Checking exports ** [20:27:45 2020-06-12] 178: Checking users ** [20:27:45 2020-06-12] 178: Checking user_dbs ** [20:27:45 2020-06-12] 178: Checking geocodings ** [20:27:45 2020-06-12] 178: Checking synchronizations ** [20:27:45 2020-06-12] 178: Checking tracker ** [20:27:45 2020-06-12] 178: Checking user_migrations ** [20:27:45 2020-06-12] 178: Checking batch_updates ** [20:27:45 2020-06-12] 178: Checking gears ** [20:27:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:27:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:50 2020-06-12] 178: Checking imports ** [20:27:50 2020-06-12] 178: Checking exports ** [20:27:50 2020-06-12] 178: Checking users ** [20:27:50 2020-06-12] 178: Checking user_dbs ** [20:27:50 2020-06-12] 178: Checking geocodings ** [20:27:50 2020-06-12] 178: Checking synchronizations ** [20:27:50 2020-06-12] 178: Checking tracker ** [20:27:50 2020-06-12] 178: Checking user_migrations ** [20:27:50 2020-06-12] 178: Checking batch_updates ** [20:27:50 2020-06-12] 178: Checking gears ** [20:27:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:27:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:55 2020-06-12] 178: Checking imports ** [20:27:55 2020-06-12] 178: Checking exports ** [20:27:55 2020-06-12] 178: Checking users ** [20:27:55 2020-06-12] 178: Checking user_dbs ** [20:27:55 2020-06-12] 178: Checking geocodings ** [20:27:55 2020-06-12] 178: Checking synchronizations ** [20:27:55 2020-06-12] 178: Checking tracker ** [20:27:55 2020-06-12] 178: Checking user_migrations ** [20:27:55 2020-06-12] 178: Checking batch_updates ** [20:27:55 2020-06-12] 178: Checking gears ** [20:27:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:27:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:00 2020-06-12] 178: Checking imports ** [20:28:00 2020-06-12] 178: Checking exports ** [20:28:00 2020-06-12] 178: Checking users ** [20:28:00 2020-06-12] 178: Checking user_dbs ** [20:28:00 2020-06-12] 178: Checking geocodings ** [20:28:00 2020-06-12] 178: Checking synchronizations ** [20:28:00 2020-06-12] 178: Checking tracker ** [20:28:00 2020-06-12] 178: Checking user_migrations ** [20:28:00 2020-06-12] 178: Checking batch_updates ** [20:28:00 2020-06-12] 178: Checking gears ** [20:28:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:28:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:05 2020-06-12] 178: Checking imports ** [20:28:05 2020-06-12] 178: Checking exports ** [20:28:05 2020-06-12] 178: Checking users ** [20:28:05 2020-06-12] 178: Checking user_dbs ** [20:28:05 2020-06-12] 178: Checking geocodings ** [20:28:05 2020-06-12] 178: Checking synchronizations ** [20:28:05 2020-06-12] 178: Checking tracker ** [20:28:05 2020-06-12] 178: Checking user_migrations ** [20:28:05 2020-06-12] 178: Checking batch_updates ** [20:28:05 2020-06-12] 178: Checking gears ** [20:28:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:28:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:10 2020-06-12] 178: Checking imports ** [20:28:10 2020-06-12] 178: Checking exports ** [20:28:10 2020-06-12] 178: Checking users ** [20:28:10 2020-06-12] 178: Checking user_dbs ** [20:28:10 2020-06-12] 178: Checking geocodings ** [20:28:10 2020-06-12] 178: Checking synchronizations ** [20:28:10 2020-06-12] 178: Checking tracker ** [20:28:10 2020-06-12] 178: Checking user_migrations ** [20:28:10 2020-06-12] 178: Checking batch_updates ** [20:28:10 2020-06-12] 178: Checking gears ** [20:28:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:28:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:15 2020-06-12] 178: Checking imports ** [20:28:15 2020-06-12] 178: Checking exports ** [20:28:15 2020-06-12] 178: Checking users ** [20:28:15 2020-06-12] 178: Checking user_dbs ** [20:28:15 2020-06-12] 178: Checking geocodings ** [20:28:15 2020-06-12] 178: Checking synchronizations ** [20:28:15 2020-06-12] 178: Checking tracker ** [20:28:15 2020-06-12] 178: Checking user_migrations ** [20:28:15 2020-06-12] 178: Checking batch_updates ** [20:28:15 2020-06-12] 178: Checking gears ** [20:28:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:28:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:20 2020-06-12] 178: Checking imports ** [20:28:20 2020-06-12] 178: Checking exports ** [20:28:20 2020-06-12] 178: Checking users ** [20:28:20 2020-06-12] 178: Checking user_dbs ** [20:28:20 2020-06-12] 178: Checking geocodings ** [20:28:20 2020-06-12] 178: Checking synchronizations ** [20:28:20 2020-06-12] 178: Checking tracker ** [20:28:20 2020-06-12] 178: Checking user_migrations ** [20:28:20 2020-06-12] 178: Checking batch_updates ** [20:28:20 2020-06-12] 178: Checking gears ** [20:28:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:28:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:25 2020-06-12] 178: Checking imports ** [20:28:25 2020-06-12] 178: Checking exports ** [20:28:25 2020-06-12] 178: Checking users ** [20:28:25 2020-06-12] 178: Checking user_dbs ** [20:28:25 2020-06-12] 178: Checking geocodings ** [20:28:25 2020-06-12] 178: Checking synchronizations ** [20:28:25 2020-06-12] 178: Checking tracker ** [20:28:25 2020-06-12] 178: Checking user_migrations ** [20:28:25 2020-06-12] 178: Checking batch_updates ** [20:28:25 2020-06-12] 178: Checking gears ** [20:28:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:28:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:30 2020-06-12] 178: Checking imports ** [20:28:30 2020-06-12] 178: Checking exports ** [20:28:30 2020-06-12] 178: Checking users ** [20:28:30 2020-06-12] 178: Checking user_dbs ** [20:28:30 2020-06-12] 178: Checking geocodings ** [20:28:30 2020-06-12] 178: Checking synchronizations ** [20:28:30 2020-06-12] 178: Checking tracker ** [20:28:30 2020-06-12] 178: Checking user_migrations ** [20:28:30 2020-06-12] 178: Checking batch_updates ** [20:28:30 2020-06-12] 178: Checking gears ** [20:28:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:28:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:35 2020-06-12] 178: Checking imports ** [20:28:35 2020-06-12] 178: Checking exports ** [20:28:35 2020-06-12] 178: Checking users ** [20:28:35 2020-06-12] 178: Checking user_dbs ** [20:28:35 2020-06-12] 178: Checking geocodings ** [20:28:35 2020-06-12] 178: Checking synchronizations ** [20:28:35 2020-06-12] 178: Checking tracker ** [20:28:35 2020-06-12] 178: Checking user_migrations ** [20:28:35 2020-06-12] 178: Checking batch_updates ** [20:28:35 2020-06-12] 178: Checking gears ** [20:28:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:28:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:40 2020-06-12] 178: Checking imports ** [20:28:40 2020-06-12] 178: Checking exports ** [20:28:40 2020-06-12] 178: Checking users ** [20:28:40 2020-06-12] 178: Checking user_dbs ** [20:28:40 2020-06-12] 178: Checking geocodings ** [20:28:40 2020-06-12] 178: Checking synchronizations ** [20:28:40 2020-06-12] 178: Checking tracker ** [20:28:40 2020-06-12] 178: Checking user_migrations ** [20:28:40 2020-06-12] 178: Checking batch_updates ** [20:28:40 2020-06-12] 178: Checking gears ** [20:28:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:28:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:45 2020-06-12] 178: Checking imports ** [20:28:45 2020-06-12] 178: Checking exports ** [20:28:45 2020-06-12] 178: Checking users ** [20:28:45 2020-06-12] 178: Checking user_dbs ** [20:28:45 2020-06-12] 178: Checking geocodings ** [20:28:45 2020-06-12] 178: Checking synchronizations ** [20:28:45 2020-06-12] 178: Checking tracker ** [20:28:45 2020-06-12] 178: Checking user_migrations ** [20:28:45 2020-06-12] 178: Checking batch_updates ** [20:28:45 2020-06-12] 178: Checking gears ** [20:28:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:28:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:50 2020-06-12] 178: Checking imports ** [20:28:50 2020-06-12] 178: Checking exports ** [20:28:50 2020-06-12] 178: Checking users ** [20:28:50 2020-06-12] 178: Checking user_dbs ** [20:28:50 2020-06-12] 178: Checking geocodings ** [20:28:50 2020-06-12] 178: Checking synchronizations ** [20:28:50 2020-06-12] 178: Checking tracker ** [20:28:50 2020-06-12] 178: Checking user_migrations ** [20:28:50 2020-06-12] 178: Checking batch_updates ** [20:28:50 2020-06-12] 178: Checking gears ** [20:28:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:28:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:55 2020-06-12] 178: Checking imports ** [20:28:55 2020-06-12] 178: Checking exports ** [20:28:55 2020-06-12] 178: Checking users ** [20:28:55 2020-06-12] 178: Checking user_dbs ** [20:28:55 2020-06-12] 178: Checking geocodings ** [20:28:55 2020-06-12] 178: Checking synchronizations ** [20:28:55 2020-06-12] 178: Checking tracker ** [20:28:55 2020-06-12] 178: Checking user_migrations ** [20:28:55 2020-06-12] 178: Checking batch_updates ** [20:28:55 2020-06-12] 178: Checking gears ** [20:28:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:28:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:00 2020-06-12] 178: Checking imports ** [20:29:00 2020-06-12] 178: Checking exports ** [20:29:00 2020-06-12] 178: Checking users ** [20:29:00 2020-06-12] 178: Checking user_dbs ** [20:29:00 2020-06-12] 178: Checking geocodings ** [20:29:00 2020-06-12] 178: Checking synchronizations ** [20:29:00 2020-06-12] 178: Checking tracker ** [20:29:00 2020-06-12] 178: Checking user_migrations ** [20:29:00 2020-06-12] 178: Checking batch_updates ** [20:29:00 2020-06-12] 178: Checking gears ** [20:29:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:29:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:05 2020-06-12] 178: Checking imports ** [20:29:05 2020-06-12] 178: Checking exports ** [20:29:05 2020-06-12] 178: Checking users ** [20:29:05 2020-06-12] 178: Checking user_dbs ** [20:29:05 2020-06-12] 178: Checking geocodings ** [20:29:05 2020-06-12] 178: Checking synchronizations ** [20:29:05 2020-06-12] 178: Checking tracker ** [20:29:05 2020-06-12] 178: Checking user_migrations ** [20:29:05 2020-06-12] 178: Checking batch_updates ** [20:29:05 2020-06-12] 178: Checking gears ** [20:29:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:29:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:10 2020-06-12] 178: Checking imports ** [20:29:10 2020-06-12] 178: Checking exports ** [20:29:10 2020-06-12] 178: Checking users ** [20:29:10 2020-06-12] 178: Checking user_dbs ** [20:29:10 2020-06-12] 178: Checking geocodings ** [20:29:10 2020-06-12] 178: Checking synchronizations ** [20:29:10 2020-06-12] 178: Checking tracker ** [20:29:10 2020-06-12] 178: Checking user_migrations ** [20:29:10 2020-06-12] 178: Checking batch_updates ** [20:29:10 2020-06-12] 178: Checking gears ** [20:29:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:29:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:15 2020-06-12] 178: Checking imports ** [20:29:15 2020-06-12] 178: Checking exports ** [20:29:15 2020-06-12] 178: Checking users ** [20:29:15 2020-06-12] 178: Checking user_dbs ** [20:29:15 2020-06-12] 178: Checking geocodings ** [20:29:15 2020-06-12] 178: Checking synchronizations ** [20:29:15 2020-06-12] 178: Checking tracker ** [20:29:15 2020-06-12] 178: Checking user_migrations ** [20:29:15 2020-06-12] 178: Checking batch_updates ** [20:29:15 2020-06-12] 178: Checking gears ** [20:29:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:29:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:20 2020-06-12] 178: Checking imports ** [20:29:20 2020-06-12] 178: Checking exports ** [20:29:20 2020-06-12] 178: Checking users ** [20:29:20 2020-06-12] 178: Checking user_dbs ** [20:29:20 2020-06-12] 178: Checking geocodings ** [20:29:20 2020-06-12] 178: Checking synchronizations ** [20:29:20 2020-06-12] 178: Checking tracker ** [20:29:20 2020-06-12] 178: Checking user_migrations ** [20:29:20 2020-06-12] 178: Checking batch_updates ** [20:29:20 2020-06-12] 178: Checking gears ** [20:29:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:29:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:25 2020-06-12] 178: Checking imports ** [20:29:25 2020-06-12] 178: Checking exports ** [20:29:25 2020-06-12] 178: Checking users ** [20:29:25 2020-06-12] 178: Checking user_dbs ** [20:29:25 2020-06-12] 178: Checking geocodings ** [20:29:25 2020-06-12] 178: Checking synchronizations ** [20:29:25 2020-06-12] 178: Checking tracker ** [20:29:25 2020-06-12] 178: Checking user_migrations ** [20:29:25 2020-06-12] 178: Checking batch_updates ** [20:29:25 2020-06-12] 178: Checking gears ** [20:29:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:29:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:30 2020-06-12] 178: Checking imports ** [20:29:30 2020-06-12] 178: Checking exports ** [20:29:30 2020-06-12] 178: Checking users ** [20:29:30 2020-06-12] 178: Checking user_dbs ** [20:29:30 2020-06-12] 178: Checking geocodings ** [20:29:30 2020-06-12] 178: Checking synchronizations ** [20:29:30 2020-06-12] 178: Checking tracker ** [20:29:30 2020-06-12] 178: Checking user_migrations ** [20:29:30 2020-06-12] 178: Checking batch_updates ** [20:29:30 2020-06-12] 178: Checking gears ** [20:29:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:29:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:35 2020-06-12] 178: Checking imports ** [20:29:35 2020-06-12] 178: Checking exports ** [20:29:35 2020-06-12] 178: Checking users ** [20:29:35 2020-06-12] 178: Checking user_dbs ** [20:29:35 2020-06-12] 178: Checking geocodings ** [20:29:35 2020-06-12] 178: Checking synchronizations ** [20:29:35 2020-06-12] 178: Checking tracker ** [20:29:35 2020-06-12] 178: Checking user_migrations ** [20:29:35 2020-06-12] 178: Checking batch_updates ** [20:29:35 2020-06-12] 178: Checking gears ** [20:29:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:29:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:40 2020-06-12] 178: Checking imports ** [20:29:40 2020-06-12] 178: Checking exports ** [20:29:40 2020-06-12] 178: Checking users ** [20:29:40 2020-06-12] 178: Checking user_dbs ** [20:29:40 2020-06-12] 178: Checking geocodings ** [20:29:40 2020-06-12] 178: Checking synchronizations ** [20:29:40 2020-06-12] 178: Checking tracker ** [20:29:40 2020-06-12] 178: Checking user_migrations ** [20:29:40 2020-06-12] 178: Checking batch_updates ** [20:29:40 2020-06-12] 178: Checking gears ** [20:29:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:29:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:45 2020-06-12] 178: Checking imports ** [20:29:45 2020-06-12] 178: Checking exports ** [20:29:45 2020-06-12] 178: Checking users ** [20:29:45 2020-06-12] 178: Checking user_dbs ** [20:29:45 2020-06-12] 178: Checking geocodings ** [20:29:45 2020-06-12] 178: Checking synchronizations ** [20:29:45 2020-06-12] 178: Checking tracker ** [20:29:45 2020-06-12] 178: Checking user_migrations ** [20:29:45 2020-06-12] 178: Checking batch_updates ** [20:29:45 2020-06-12] 178: Checking gears ** [20:29:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:29:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:50 2020-06-12] 178: Checking imports ** [20:29:50 2020-06-12] 178: Checking exports ** [20:29:50 2020-06-12] 178: Checking users ** [20:29:50 2020-06-12] 178: Checking user_dbs ** [20:29:50 2020-06-12] 178: Checking geocodings ** [20:29:50 2020-06-12] 178: Checking synchronizations ** [20:29:50 2020-06-12] 178: Checking tracker ** [20:29:50 2020-06-12] 178: Checking user_migrations ** [20:29:50 2020-06-12] 178: Checking batch_updates ** [20:29:50 2020-06-12] 178: Checking gears ** [20:29:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:29:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:55 2020-06-12] 178: Checking imports ** [20:29:55 2020-06-12] 178: Checking exports ** [20:29:55 2020-06-12] 178: Checking users ** [20:29:55 2020-06-12] 178: Checking user_dbs ** [20:29:55 2020-06-12] 178: Checking geocodings ** [20:29:55 2020-06-12] 178: Checking synchronizations ** [20:29:55 2020-06-12] 178: Checking tracker ** [20:29:55 2020-06-12] 178: Checking user_migrations ** [20:29:55 2020-06-12] 178: Checking batch_updates ** [20:29:55 2020-06-12] 178: Checking gears ** [20:29:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:29:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:00 2020-06-12] 178: Checking imports ** [20:30:00 2020-06-12] 178: Checking exports ** [20:30:00 2020-06-12] 178: Checking users ** [20:30:00 2020-06-12] 178: Checking user_dbs ** [20:30:00 2020-06-12] 178: Checking geocodings ** [20:30:00 2020-06-12] 178: Checking synchronizations ** [20:30:00 2020-06-12] 178: Checking tracker ** [20:30:00 2020-06-12] 178: Checking user_migrations ** [20:30:00 2020-06-12] 178: Checking batch_updates ** [20:30:00 2020-06-12] 178: Checking gears ** [20:30:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:30:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:05 2020-06-12] 178: Checking imports ** [20:30:05 2020-06-12] 178: Checking exports ** [20:30:05 2020-06-12] 178: Checking users ** [20:30:05 2020-06-12] 178: Checking user_dbs ** [20:30:05 2020-06-12] 178: Checking geocodings ** [20:30:05 2020-06-12] 178: Checking synchronizations ** [20:30:05 2020-06-12] 178: Checking tracker ** [20:30:05 2020-06-12] 178: Checking user_migrations ** [20:30:05 2020-06-12] 178: Checking batch_updates ** [20:30:05 2020-06-12] 178: Checking gears ** [20:30:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:30:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:10 2020-06-12] 178: Checking imports ** [20:30:10 2020-06-12] 178: Checking exports ** [20:30:10 2020-06-12] 178: Checking users ** [20:30:10 2020-06-12] 178: Checking user_dbs ** [20:30:10 2020-06-12] 178: Checking geocodings ** [20:30:10 2020-06-12] 178: Checking synchronizations ** [20:30:10 2020-06-12] 178: Checking tracker ** [20:30:10 2020-06-12] 178: Checking user_migrations ** [20:30:10 2020-06-12] 178: Checking batch_updates ** [20:30:10 2020-06-12] 178: Checking gears ** [20:30:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:30:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:15 2020-06-12] 178: Checking imports ** [20:30:15 2020-06-12] 178: Checking exports ** [20:30:15 2020-06-12] 178: Checking users ** [20:30:15 2020-06-12] 178: Checking user_dbs ** [20:30:15 2020-06-12] 178: Checking geocodings ** [20:30:15 2020-06-12] 178: Checking synchronizations ** [20:30:15 2020-06-12] 178: Checking tracker ** [20:30:15 2020-06-12] 178: Checking user_migrations ** [20:30:15 2020-06-12] 178: Checking batch_updates ** [20:30:15 2020-06-12] 178: Checking gears ** [20:30:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:30:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:20 2020-06-12] 178: Checking imports ** [20:30:20 2020-06-12] 178: Checking exports ** [20:30:20 2020-06-12] 178: Checking users ** [20:30:20 2020-06-12] 178: Checking user_dbs ** [20:30:20 2020-06-12] 178: Checking geocodings ** [20:30:20 2020-06-12] 178: Checking synchronizations ** [20:30:20 2020-06-12] 178: Checking tracker ** [20:30:20 2020-06-12] 178: Checking user_migrations ** [20:30:20 2020-06-12] 178: Checking batch_updates ** [20:30:20 2020-06-12] 178: Checking gears ** [20:30:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:30:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:25 2020-06-12] 178: Checking imports ** [20:30:25 2020-06-12] 178: Checking exports ** [20:30:25 2020-06-12] 178: Checking users ** [20:30:25 2020-06-12] 178: Checking user_dbs ** [20:30:25 2020-06-12] 178: Checking geocodings ** [20:30:25 2020-06-12] 178: Checking synchronizations ** [20:30:25 2020-06-12] 178: Checking tracker ** [20:30:25 2020-06-12] 178: Checking user_migrations ** [20:30:25 2020-06-12] 178: Checking batch_updates ** [20:30:25 2020-06-12] 178: Checking gears ** [20:30:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:30:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:30 2020-06-12] 178: Checking imports ** [20:30:30 2020-06-12] 178: Checking exports ** [20:30:30 2020-06-12] 178: Checking users ** [20:30:30 2020-06-12] 178: Checking user_dbs ** [20:30:30 2020-06-12] 178: Checking geocodings ** [20:30:30 2020-06-12] 178: Checking synchronizations ** [20:30:30 2020-06-12] 178: Checking tracker ** [20:30:30 2020-06-12] 178: Checking user_migrations ** [20:30:30 2020-06-12] 178: Checking batch_updates ** [20:30:30 2020-06-12] 178: Checking gears ** [20:30:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:30:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:35 2020-06-12] 178: Checking imports ** [20:30:35 2020-06-12] 178: Checking exports ** [20:30:35 2020-06-12] 178: Checking users ** [20:30:35 2020-06-12] 178: Checking user_dbs ** [20:30:35 2020-06-12] 178: Checking geocodings ** [20:30:35 2020-06-12] 178: Checking synchronizations ** [20:30:35 2020-06-12] 178: Checking tracker ** [20:30:35 2020-06-12] 178: Checking user_migrations ** [20:30:35 2020-06-12] 178: Checking batch_updates ** [20:30:35 2020-06-12] 178: Checking gears ** [20:30:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:30:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:40 2020-06-12] 178: Checking imports ** [20:30:40 2020-06-12] 178: Checking exports ** [20:30:40 2020-06-12] 178: Checking users ** [20:30:40 2020-06-12] 178: Checking user_dbs ** [20:30:40 2020-06-12] 178: Checking geocodings ** [20:30:40 2020-06-12] 178: Checking synchronizations ** [20:30:40 2020-06-12] 178: Checking tracker ** [20:30:40 2020-06-12] 178: Checking user_migrations ** [20:30:40 2020-06-12] 178: Checking batch_updates ** [20:30:40 2020-06-12] 178: Checking gears ** [20:30:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:30:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:45 2020-06-12] 178: Checking imports ** [20:30:45 2020-06-12] 178: Checking exports ** [20:30:45 2020-06-12] 178: Checking users ** [20:30:45 2020-06-12] 178: Checking user_dbs ** [20:30:45 2020-06-12] 178: Checking geocodings ** [20:30:45 2020-06-12] 178: Checking synchronizations ** [20:30:45 2020-06-12] 178: Checking tracker ** [20:30:45 2020-06-12] 178: Checking user_migrations ** [20:30:45 2020-06-12] 178: Checking batch_updates ** [20:30:45 2020-06-12] 178: Checking gears ** [20:30:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:30:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:50 2020-06-12] 178: Checking imports ** [20:30:50 2020-06-12] 178: Checking exports ** [20:30:50 2020-06-12] 178: Checking users ** [20:30:50 2020-06-12] 178: Checking user_dbs ** [20:30:50 2020-06-12] 178: Checking geocodings ** [20:30:50 2020-06-12] 178: Checking synchronizations ** [20:30:50 2020-06-12] 178: Checking tracker ** [20:30:50 2020-06-12] 178: Checking user_migrations ** [20:30:50 2020-06-12] 178: Checking batch_updates ** [20:30:50 2020-06-12] 178: Checking gears ** [20:30:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:30:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:55 2020-06-12] 178: Checking imports ** [20:30:55 2020-06-12] 178: Checking exports ** [20:30:55 2020-06-12] 178: Checking users ** [20:30:55 2020-06-12] 178: Checking user_dbs ** [20:30:55 2020-06-12] 178: Checking geocodings ** [20:30:55 2020-06-12] 178: Checking synchronizations ** [20:30:55 2020-06-12] 178: Checking tracker ** [20:30:55 2020-06-12] 178: Checking user_migrations ** [20:30:55 2020-06-12] 178: Checking batch_updates ** [20:30:55 2020-06-12] 178: Checking gears ** [20:30:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:30:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:00 2020-06-12] 178: Checking imports ** [20:31:00 2020-06-12] 178: Checking exports ** [20:31:00 2020-06-12] 178: Checking users ** [20:31:00 2020-06-12] 178: Checking user_dbs ** [20:31:00 2020-06-12] 178: Checking geocodings ** [20:31:00 2020-06-12] 178: Checking synchronizations ** [20:31:00 2020-06-12] 178: Checking tracker ** [20:31:00 2020-06-12] 178: Checking user_migrations ** [20:31:00 2020-06-12] 178: Checking batch_updates ** [20:31:00 2020-06-12] 178: Checking gears ** [20:31:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:31:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:05 2020-06-12] 178: Checking imports ** [20:31:05 2020-06-12] 178: Checking exports ** [20:31:05 2020-06-12] 178: Checking users ** [20:31:05 2020-06-12] 178: Checking user_dbs ** [20:31:05 2020-06-12] 178: Checking geocodings ** [20:31:05 2020-06-12] 178: Checking synchronizations ** [20:31:05 2020-06-12] 178: Checking tracker ** [20:31:05 2020-06-12] 178: Checking user_migrations ** [20:31:05 2020-06-12] 178: Checking batch_updates ** [20:31:05 2020-06-12] 178: Checking gears ** [20:31:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:31:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:10 2020-06-12] 178: Checking imports ** [20:31:10 2020-06-12] 178: Checking exports ** [20:31:10 2020-06-12] 178: Checking users ** [20:31:10 2020-06-12] 178: Checking user_dbs ** [20:31:10 2020-06-12] 178: Checking geocodings ** [20:31:10 2020-06-12] 178: Checking synchronizations ** [20:31:10 2020-06-12] 178: Checking tracker ** [20:31:10 2020-06-12] 178: Checking user_migrations ** [20:31:10 2020-06-12] 178: Checking batch_updates ** [20:31:10 2020-06-12] 178: Checking gears ** [20:31:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:31:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:15 2020-06-12] 178: Checking imports ** [20:31:15 2020-06-12] 178: Checking exports ** [20:31:15 2020-06-12] 178: Checking users ** [20:31:15 2020-06-12] 178: Checking user_dbs ** [20:31:15 2020-06-12] 178: Checking geocodings ** [20:31:15 2020-06-12] 178: Checking synchronizations ** [20:31:15 2020-06-12] 178: Checking tracker ** [20:31:15 2020-06-12] 178: Checking user_migrations ** [20:31:15 2020-06-12] 178: Checking batch_updates ** [20:31:15 2020-06-12] 178: Checking gears ** [20:31:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:31:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:20 2020-06-12] 178: Checking imports ** [20:31:20 2020-06-12] 178: Checking exports ** [20:31:20 2020-06-12] 178: Checking users ** [20:31:20 2020-06-12] 178: Checking user_dbs ** [20:31:20 2020-06-12] 178: Checking geocodings ** [20:31:20 2020-06-12] 178: Checking synchronizations ** [20:31:20 2020-06-12] 178: Checking tracker ** [20:31:20 2020-06-12] 178: Checking user_migrations ** [20:31:20 2020-06-12] 178: Checking batch_updates ** [20:31:20 2020-06-12] 178: Checking gears ** [20:31:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:31:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:25 2020-06-12] 178: Checking imports ** [20:31:25 2020-06-12] 178: Checking exports ** [20:31:25 2020-06-12] 178: Checking users ** [20:31:25 2020-06-12] 178: Checking user_dbs ** [20:31:25 2020-06-12] 178: Checking geocodings ** [20:31:26 2020-06-12] 178: Checking synchronizations ** [20:31:26 2020-06-12] 178: Checking tracker ** [20:31:26 2020-06-12] 178: Checking user_migrations ** [20:31:26 2020-06-12] 178: Checking batch_updates ** [20:31:26 2020-06-12] 178: Checking gears ** [20:31:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:31:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:31 2020-06-12] 178: Checking imports ** [20:31:31 2020-06-12] 178: Checking exports ** [20:31:31 2020-06-12] 178: Checking users ** [20:31:31 2020-06-12] 178: Checking user_dbs ** [20:31:31 2020-06-12] 178: Checking geocodings ** [20:31:31 2020-06-12] 178: Checking synchronizations ** [20:31:31 2020-06-12] 178: Checking tracker ** [20:31:31 2020-06-12] 178: Checking user_migrations ** [20:31:31 2020-06-12] 178: Checking batch_updates ** [20:31:31 2020-06-12] 178: Checking gears ** [20:31:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:31:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:36 2020-06-12] 178: Checking imports ** [20:31:36 2020-06-12] 178: Checking exports ** [20:31:36 2020-06-12] 178: Checking users ** [20:31:36 2020-06-12] 178: Checking user_dbs ** [20:31:36 2020-06-12] 178: Checking geocodings ** [20:31:36 2020-06-12] 178: Checking synchronizations ** [20:31:36 2020-06-12] 178: Checking tracker ** [20:31:36 2020-06-12] 178: Checking user_migrations ** [20:31:36 2020-06-12] 178: Checking batch_updates ** [20:31:36 2020-06-12] 178: Checking gears ** [20:31:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:31:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:41 2020-06-12] 178: Checking imports ** [20:31:41 2020-06-12] 178: Checking exports ** [20:31:41 2020-06-12] 178: Checking users ** [20:31:41 2020-06-12] 178: Checking user_dbs ** [20:31:41 2020-06-12] 178: Checking geocodings ** [20:31:41 2020-06-12] 178: Checking synchronizations ** [20:31:41 2020-06-12] 178: Checking tracker ** [20:31:41 2020-06-12] 178: Checking user_migrations ** [20:31:41 2020-06-12] 178: Checking batch_updates ** [20:31:41 2020-06-12] 178: Checking gears ** [20:31:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:31:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:46 2020-06-12] 178: Checking imports ** [20:31:46 2020-06-12] 178: Checking exports ** [20:31:46 2020-06-12] 178: Checking users ** [20:31:46 2020-06-12] 178: Checking user_dbs ** [20:31:46 2020-06-12] 178: Checking geocodings ** [20:31:46 2020-06-12] 178: Checking synchronizations ** [20:31:46 2020-06-12] 178: Checking tracker ** [20:31:46 2020-06-12] 178: Checking user_migrations ** [20:31:46 2020-06-12] 178: Checking batch_updates ** [20:31:46 2020-06-12] 178: Checking gears ** [20:31:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:31:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:51 2020-06-12] 178: Checking imports ** [20:31:51 2020-06-12] 178: Checking exports ** [20:31:51 2020-06-12] 178: Checking users ** [20:31:51 2020-06-12] 178: Checking user_dbs ** [20:31:51 2020-06-12] 178: Checking geocodings ** [20:31:51 2020-06-12] 178: Checking synchronizations ** [20:31:51 2020-06-12] 178: Checking tracker ** [20:31:51 2020-06-12] 178: Checking user_migrations ** [20:31:51 2020-06-12] 178: Checking batch_updates ** [20:31:51 2020-06-12] 178: Checking gears ** [20:31:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:31:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:56 2020-06-12] 178: Checking imports ** [20:31:56 2020-06-12] 178: Checking exports ** [20:31:56 2020-06-12] 178: Checking users ** [20:31:56 2020-06-12] 178: Checking user_dbs ** [20:31:56 2020-06-12] 178: Checking geocodings ** [20:31:56 2020-06-12] 178: Checking synchronizations ** [20:31:56 2020-06-12] 178: Checking tracker ** [20:31:56 2020-06-12] 178: Checking user_migrations ** [20:31:56 2020-06-12] 178: Checking batch_updates ** [20:31:56 2020-06-12] 178: Checking gears ** [20:31:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:31:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:01 2020-06-12] 178: Checking imports ** [20:32:01 2020-06-12] 178: Checking exports ** [20:32:01 2020-06-12] 178: Checking users ** [20:32:01 2020-06-12] 178: Checking user_dbs ** [20:32:01 2020-06-12] 178: Checking geocodings ** [20:32:01 2020-06-12] 178: Checking synchronizations ** [20:32:01 2020-06-12] 178: Checking tracker ** [20:32:01 2020-06-12] 178: Checking user_migrations ** [20:32:01 2020-06-12] 178: Checking batch_updates ** [20:32:01 2020-06-12] 178: Checking gears ** [20:32:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:32:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:06 2020-06-12] 178: Checking imports ** [20:32:06 2020-06-12] 178: Checking exports ** [20:32:06 2020-06-12] 178: Checking users ** [20:32:06 2020-06-12] 178: Checking user_dbs ** [20:32:06 2020-06-12] 178: Checking geocodings ** [20:32:06 2020-06-12] 178: Checking synchronizations ** [20:32:06 2020-06-12] 178: Checking tracker ** [20:32:06 2020-06-12] 178: Checking user_migrations ** [20:32:06 2020-06-12] 178: Checking batch_updates ** [20:32:06 2020-06-12] 178: Checking gears ** [20:32:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:32:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:11 2020-06-12] 178: Checking imports ** [20:32:11 2020-06-12] 178: Checking exports ** [20:32:11 2020-06-12] 178: Checking users ** [20:32:11 2020-06-12] 178: Checking user_dbs ** [20:32:11 2020-06-12] 178: Checking geocodings ** [20:32:11 2020-06-12] 178: Checking synchronizations ** [20:32:11 2020-06-12] 178: Checking tracker ** [20:32:11 2020-06-12] 178: Checking user_migrations ** [20:32:11 2020-06-12] 178: Checking batch_updates ** [20:32:11 2020-06-12] 178: Checking gears ** [20:32:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:32:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:16 2020-06-12] 178: Checking imports ** [20:32:16 2020-06-12] 178: Checking exports ** [20:32:16 2020-06-12] 178: Checking users ** [20:32:16 2020-06-12] 178: Checking user_dbs ** [20:32:16 2020-06-12] 178: Checking geocodings ** [20:32:16 2020-06-12] 178: Checking synchronizations ** [20:32:16 2020-06-12] 178: Checking tracker ** [20:32:16 2020-06-12] 178: Checking user_migrations ** [20:32:16 2020-06-12] 178: Checking batch_updates ** [20:32:16 2020-06-12] 178: Checking gears ** [20:32:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:32:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:21 2020-06-12] 178: Checking imports ** [20:32:21 2020-06-12] 178: Checking exports ** [20:32:21 2020-06-12] 178: Checking users ** [20:32:21 2020-06-12] 178: Checking user_dbs ** [20:32:21 2020-06-12] 178: Checking geocodings ** [20:32:21 2020-06-12] 178: Checking synchronizations ** [20:32:21 2020-06-12] 178: Checking tracker ** [20:32:21 2020-06-12] 178: Checking user_migrations ** [20:32:21 2020-06-12] 178: Checking batch_updates ** [20:32:21 2020-06-12] 178: Checking gears ** [20:32:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:32:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:26 2020-06-12] 178: Checking imports ** [20:32:26 2020-06-12] 178: Checking exports ** [20:32:26 2020-06-12] 178: Checking users ** [20:32:26 2020-06-12] 178: Checking user_dbs ** [20:32:26 2020-06-12] 178: Checking geocodings ** [20:32:26 2020-06-12] 178: Checking synchronizations ** [20:32:26 2020-06-12] 178: Checking tracker ** [20:32:26 2020-06-12] 178: Checking user_migrations ** [20:32:26 2020-06-12] 178: Checking batch_updates ** [20:32:26 2020-06-12] 178: Checking gears ** [20:32:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:32:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:31 2020-06-12] 178: Checking imports ** [20:32:31 2020-06-12] 178: Checking exports ** [20:32:31 2020-06-12] 178: Checking users ** [20:32:31 2020-06-12] 178: Checking user_dbs ** [20:32:31 2020-06-12] 178: Checking geocodings ** [20:32:31 2020-06-12] 178: Checking synchronizations ** [20:32:31 2020-06-12] 178: Checking tracker ** [20:32:31 2020-06-12] 178: Checking user_migrations ** [20:32:31 2020-06-12] 178: Checking batch_updates ** [20:32:31 2020-06-12] 178: Checking gears ** [20:32:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:32:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:36 2020-06-12] 178: Checking imports ** [20:32:36 2020-06-12] 178: Checking exports ** [20:32:36 2020-06-12] 178: Checking users ** [20:32:36 2020-06-12] 178: Checking user_dbs ** [20:32:36 2020-06-12] 178: Checking geocodings ** [20:32:36 2020-06-12] 178: Checking synchronizations ** [20:32:36 2020-06-12] 178: Checking tracker ** [20:32:36 2020-06-12] 178: Checking user_migrations ** [20:32:36 2020-06-12] 178: Checking batch_updates ** [20:32:36 2020-06-12] 178: Checking gears ** [20:32:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:32:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:41 2020-06-12] 178: Checking imports ** [20:32:41 2020-06-12] 178: Checking exports ** [20:32:41 2020-06-12] 178: Checking users ** [20:32:41 2020-06-12] 178: Checking user_dbs ** [20:32:41 2020-06-12] 178: Checking geocodings ** [20:32:41 2020-06-12] 178: Checking synchronizations ** [20:32:41 2020-06-12] 178: Checking tracker ** [20:32:41 2020-06-12] 178: Checking user_migrations ** [20:32:41 2020-06-12] 178: Checking batch_updates ** [20:32:41 2020-06-12] 178: Checking gears ** [20:32:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:32:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:46 2020-06-12] 178: Checking imports ** [20:32:46 2020-06-12] 178: Checking exports ** [20:32:46 2020-06-12] 178: Checking users ** [20:32:46 2020-06-12] 178: Checking user_dbs ** [20:32:46 2020-06-12] 178: Checking geocodings ** [20:32:46 2020-06-12] 178: Checking synchronizations ** [20:32:46 2020-06-12] 178: Checking tracker ** [20:32:46 2020-06-12] 178: Checking user_migrations ** [20:32:46 2020-06-12] 178: Checking batch_updates ** [20:32:46 2020-06-12] 178: Checking gears ** [20:32:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:32:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:51 2020-06-12] 178: Checking imports ** [20:32:51 2020-06-12] 178: Checking exports ** [20:32:51 2020-06-12] 178: Checking users ** [20:32:51 2020-06-12] 178: Checking user_dbs ** [20:32:51 2020-06-12] 178: Checking geocodings ** [20:32:51 2020-06-12] 178: Checking synchronizations ** [20:32:51 2020-06-12] 178: Checking tracker ** [20:32:51 2020-06-12] 178: Checking user_migrations ** [20:32:51 2020-06-12] 178: Checking batch_updates ** [20:32:51 2020-06-12] 178: Checking gears ** [20:32:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:32:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:56 2020-06-12] 178: Checking imports ** [20:32:56 2020-06-12] 178: Checking exports ** [20:32:56 2020-06-12] 178: Checking users ** [20:32:56 2020-06-12] 178: Checking user_dbs ** [20:32:56 2020-06-12] 178: Checking geocodings ** [20:32:56 2020-06-12] 178: Checking synchronizations ** [20:32:56 2020-06-12] 178: Checking tracker ** [20:32:56 2020-06-12] 178: Checking user_migrations ** [20:32:56 2020-06-12] 178: Checking batch_updates ** [20:32:56 2020-06-12] 178: Checking gears ** [20:32:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:32:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:01 2020-06-12] 178: Checking imports ** [20:33:01 2020-06-12] 178: Checking exports ** [20:33:01 2020-06-12] 178: Checking users ** [20:33:01 2020-06-12] 178: Checking user_dbs ** [20:33:01 2020-06-12] 178: Checking geocodings ** [20:33:01 2020-06-12] 178: Checking synchronizations ** [20:33:01 2020-06-12] 178: Checking tracker ** [20:33:01 2020-06-12] 178: Checking user_migrations ** [20:33:01 2020-06-12] 178: Checking batch_updates ** [20:33:01 2020-06-12] 178: Checking gears ** [20:33:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:33:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:06 2020-06-12] 178: Checking imports ** [20:33:06 2020-06-12] 178: Checking exports ** [20:33:06 2020-06-12] 178: Checking users ** [20:33:06 2020-06-12] 178: Checking user_dbs ** [20:33:06 2020-06-12] 178: Checking geocodings ** [20:33:06 2020-06-12] 178: Checking synchronizations ** [20:33:06 2020-06-12] 178: Checking tracker ** [20:33:06 2020-06-12] 178: Checking user_migrations ** [20:33:06 2020-06-12] 178: Checking batch_updates ** [20:33:06 2020-06-12] 178: Checking gears ** [20:33:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:33:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:11 2020-06-12] 178: Checking imports ** [20:33:11 2020-06-12] 178: Checking exports ** [20:33:11 2020-06-12] 178: Checking users ** [20:33:11 2020-06-12] 178: Checking user_dbs ** [20:33:11 2020-06-12] 178: Checking geocodings ** [20:33:11 2020-06-12] 178: Checking synchronizations ** [20:33:11 2020-06-12] 178: Checking tracker ** [20:33:11 2020-06-12] 178: Checking user_migrations ** [20:33:11 2020-06-12] 178: Checking batch_updates ** [20:33:11 2020-06-12] 178: Checking gears ** [20:33:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:33:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:16 2020-06-12] 178: Checking imports ** [20:33:16 2020-06-12] 178: Checking exports ** [20:33:16 2020-06-12] 178: Checking users ** [20:33:16 2020-06-12] 178: Checking user_dbs ** [20:33:16 2020-06-12] 178: Checking geocodings ** [20:33:16 2020-06-12] 178: Checking synchronizations ** [20:33:16 2020-06-12] 178: Checking tracker ** [20:33:16 2020-06-12] 178: Checking user_migrations ** [20:33:16 2020-06-12] 178: Checking batch_updates ** [20:33:16 2020-06-12] 178: Checking gears ** [20:33:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:33:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:21 2020-06-12] 178: Checking imports ** [20:33:21 2020-06-12] 178: Checking exports ** [20:33:21 2020-06-12] 178: Checking users ** [20:33:21 2020-06-12] 178: Checking user_dbs ** [20:33:21 2020-06-12] 178: Checking geocodings ** [20:33:21 2020-06-12] 178: Checking synchronizations ** [20:33:21 2020-06-12] 178: Checking tracker ** [20:33:21 2020-06-12] 178: Checking user_migrations ** [20:33:21 2020-06-12] 178: Checking batch_updates ** [20:33:21 2020-06-12] 178: Checking gears ** [20:33:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:33:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:26 2020-06-12] 178: Checking imports ** [20:33:26 2020-06-12] 178: Checking exports ** [20:33:26 2020-06-12] 178: Checking users ** [20:33:26 2020-06-12] 178: Checking user_dbs ** [20:33:26 2020-06-12] 178: Checking geocodings ** [20:33:26 2020-06-12] 178: Checking synchronizations ** [20:33:26 2020-06-12] 178: Checking tracker ** [20:33:26 2020-06-12] 178: Checking user_migrations ** [20:33:26 2020-06-12] 178: Checking batch_updates ** [20:33:26 2020-06-12] 178: Checking gears ** [20:33:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:33:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:31 2020-06-12] 178: Checking imports ** [20:33:31 2020-06-12] 178: Checking exports ** [20:33:31 2020-06-12] 178: Checking users ** [20:33:31 2020-06-12] 178: Checking user_dbs ** [20:33:31 2020-06-12] 178: Checking geocodings ** [20:33:31 2020-06-12] 178: Checking synchronizations ** [20:33:31 2020-06-12] 178: Checking tracker ** [20:33:31 2020-06-12] 178: Checking user_migrations ** [20:33:31 2020-06-12] 178: Checking batch_updates ** [20:33:31 2020-06-12] 178: Checking gears ** [20:33:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:33:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:36 2020-06-12] 178: Checking imports ** [20:33:36 2020-06-12] 178: Checking exports ** [20:33:36 2020-06-12] 178: Checking users ** [20:33:36 2020-06-12] 178: Checking user_dbs ** [20:33:36 2020-06-12] 178: Checking geocodings ** [20:33:36 2020-06-12] 178: Checking synchronizations ** [20:33:36 2020-06-12] 178: Checking tracker ** [20:33:36 2020-06-12] 178: Checking user_migrations ** [20:33:36 2020-06-12] 178: Checking batch_updates ** [20:33:36 2020-06-12] 178: Checking gears ** [20:33:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:33:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:41 2020-06-12] 178: Checking imports ** [20:33:41 2020-06-12] 178: Checking exports ** [20:33:41 2020-06-12] 178: Checking users ** [20:33:41 2020-06-12] 178: Checking user_dbs ** [20:33:41 2020-06-12] 178: Checking geocodings ** [20:33:41 2020-06-12] 178: Checking synchronizations ** [20:33:41 2020-06-12] 178: Checking tracker ** [20:33:41 2020-06-12] 178: Checking user_migrations ** [20:33:41 2020-06-12] 178: Checking batch_updates ** [20:33:41 2020-06-12] 178: Checking gears ** [20:33:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:33:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:46 2020-06-12] 178: Checking imports ** [20:33:46 2020-06-12] 178: Checking exports ** [20:33:46 2020-06-12] 178: Checking users ** [20:33:46 2020-06-12] 178: Checking user_dbs ** [20:33:46 2020-06-12] 178: Checking geocodings ** [20:33:46 2020-06-12] 178: Checking synchronizations ** [20:33:46 2020-06-12] 178: Checking tracker ** [20:33:46 2020-06-12] 178: Checking user_migrations ** [20:33:46 2020-06-12] 178: Checking batch_updates ** [20:33:46 2020-06-12] 178: Checking gears ** [20:33:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:33:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:51 2020-06-12] 178: Checking imports ** [20:33:51 2020-06-12] 178: Checking exports ** [20:33:51 2020-06-12] 178: Checking users ** [20:33:51 2020-06-12] 178: Checking user_dbs ** [20:33:51 2020-06-12] 178: Checking geocodings ** [20:33:51 2020-06-12] 178: Checking synchronizations ** [20:33:51 2020-06-12] 178: Checking tracker ** [20:33:51 2020-06-12] 178: Checking user_migrations ** [20:33:51 2020-06-12] 178: Checking batch_updates ** [20:33:51 2020-06-12] 178: Checking gears ** [20:33:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:33:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:56 2020-06-12] 178: Checking imports ** [20:33:56 2020-06-12] 178: Checking exports ** [20:33:56 2020-06-12] 178: Checking users ** [20:33:56 2020-06-12] 178: Checking user_dbs ** [20:33:56 2020-06-12] 178: Checking geocodings ** [20:33:56 2020-06-12] 178: Checking synchronizations ** [20:33:56 2020-06-12] 178: Checking tracker ** [20:33:56 2020-06-12] 178: Checking user_migrations ** [20:33:56 2020-06-12] 178: Checking batch_updates ** [20:33:56 2020-06-12] 178: Checking gears ** [20:33:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:33:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:01 2020-06-12] 178: Checking imports ** [20:34:01 2020-06-12] 178: Checking exports ** [20:34:01 2020-06-12] 178: Checking users ** [20:34:01 2020-06-12] 178: Checking user_dbs ** [20:34:01 2020-06-12] 178: Checking geocodings ** [20:34:01 2020-06-12] 178: Checking synchronizations ** [20:34:01 2020-06-12] 178: Checking tracker ** [20:34:01 2020-06-12] 178: Checking user_migrations ** [20:34:01 2020-06-12] 178: Checking batch_updates ** [20:34:01 2020-06-12] 178: Checking gears ** [20:34:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:34:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:06 2020-06-12] 178: Checking imports ** [20:34:06 2020-06-12] 178: Checking exports ** [20:34:06 2020-06-12] 178: Checking users ** [20:34:06 2020-06-12] 178: Checking user_dbs ** [20:34:06 2020-06-12] 178: Checking geocodings ** [20:34:06 2020-06-12] 178: Checking synchronizations ** [20:34:06 2020-06-12] 178: Checking tracker ** [20:34:06 2020-06-12] 178: Checking user_migrations ** [20:34:06 2020-06-12] 178: Checking batch_updates ** [20:34:06 2020-06-12] 178: Checking gears ** [20:34:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:34:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:11 2020-06-12] 178: Checking imports ** [20:34:11 2020-06-12] 178: Checking exports ** [20:34:11 2020-06-12] 178: Checking users ** [20:34:11 2020-06-12] 178: Checking user_dbs ** [20:34:11 2020-06-12] 178: Checking geocodings ** [20:34:11 2020-06-12] 178: Checking synchronizations ** [20:34:11 2020-06-12] 178: Checking tracker ** [20:34:11 2020-06-12] 178: Checking user_migrations ** [20:34:11 2020-06-12] 178: Checking batch_updates ** [20:34:11 2020-06-12] 178: Checking gears ** [20:34:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:34:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:16 2020-06-12] 178: Checking imports ** [20:34:16 2020-06-12] 178: Checking exports ** [20:34:16 2020-06-12] 178: Checking users ** [20:34:16 2020-06-12] 178: Checking user_dbs ** [20:34:16 2020-06-12] 178: Checking geocodings ** [20:34:16 2020-06-12] 178: Checking synchronizations ** [20:34:16 2020-06-12] 178: Checking tracker ** [20:34:16 2020-06-12] 178: Checking user_migrations ** [20:34:16 2020-06-12] 178: Checking batch_updates ** [20:34:16 2020-06-12] 178: Checking gears ** [20:34:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:34:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:21 2020-06-12] 178: Checking imports ** [20:34:21 2020-06-12] 178: Checking exports ** [20:34:21 2020-06-12] 178: Checking users ** [20:34:21 2020-06-12] 178: Checking user_dbs ** [20:34:21 2020-06-12] 178: Checking geocodings ** [20:34:21 2020-06-12] 178: Checking synchronizations ** [20:34:21 2020-06-12] 178: Checking tracker ** [20:34:21 2020-06-12] 178: Checking user_migrations ** [20:34:21 2020-06-12] 178: Checking batch_updates ** [20:34:21 2020-06-12] 178: Checking gears ** [20:34:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:34:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:26 2020-06-12] 178: Checking imports ** [20:34:26 2020-06-12] 178: Checking exports ** [20:34:26 2020-06-12] 178: Checking users ** [20:34:26 2020-06-12] 178: Checking user_dbs ** [20:34:26 2020-06-12] 178: Checking geocodings ** [20:34:26 2020-06-12] 178: Checking synchronizations ** [20:34:26 2020-06-12] 178: Checking tracker ** [20:34:26 2020-06-12] 178: Checking user_migrations ** [20:34:26 2020-06-12] 178: Checking batch_updates ** [20:34:26 2020-06-12] 178: Checking gears ** [20:34:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:34:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:31 2020-06-12] 178: Checking imports ** [20:34:31 2020-06-12] 178: Checking exports ** [20:34:31 2020-06-12] 178: Checking users ** [20:34:31 2020-06-12] 178: Checking user_dbs ** [20:34:31 2020-06-12] 178: Checking geocodings ** [20:34:31 2020-06-12] 178: Checking synchronizations ** [20:34:31 2020-06-12] 178: Checking tracker ** [20:34:31 2020-06-12] 178: Checking user_migrations ** [20:34:31 2020-06-12] 178: Checking batch_updates ** [20:34:31 2020-06-12] 178: Checking gears ** [20:34:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:34:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:36 2020-06-12] 178: Checking imports ** [20:34:36 2020-06-12] 178: Checking exports ** [20:34:36 2020-06-12] 178: Checking users ** [20:34:36 2020-06-12] 178: Checking user_dbs ** [20:34:36 2020-06-12] 178: Checking geocodings ** [20:34:36 2020-06-12] 178: Checking synchronizations ** [20:34:36 2020-06-12] 178: Checking tracker ** [20:34:36 2020-06-12] 178: Checking user_migrations ** [20:34:36 2020-06-12] 178: Checking batch_updates ** [20:34:36 2020-06-12] 178: Checking gears ** [20:34:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:34:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:41 2020-06-12] 178: Checking imports ** [20:34:41 2020-06-12] 178: Checking exports ** [20:34:41 2020-06-12] 178: Checking users ** [20:34:41 2020-06-12] 178: Checking user_dbs ** [20:34:41 2020-06-12] 178: Checking geocodings ** [20:34:41 2020-06-12] 178: Checking synchronizations ** [20:34:41 2020-06-12] 178: Checking tracker ** [20:34:41 2020-06-12] 178: Checking user_migrations ** [20:34:41 2020-06-12] 178: Checking batch_updates ** [20:34:41 2020-06-12] 178: Checking gears ** [20:34:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:34:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:46 2020-06-12] 178: Checking imports ** [20:34:46 2020-06-12] 178: Checking exports ** [20:34:46 2020-06-12] 178: Checking users ** [20:34:46 2020-06-12] 178: Checking user_dbs ** [20:34:46 2020-06-12] 178: Checking geocodings ** [20:34:46 2020-06-12] 178: Checking synchronizations ** [20:34:46 2020-06-12] 178: Checking tracker ** [20:34:46 2020-06-12] 178: Checking user_migrations ** [20:34:46 2020-06-12] 178: Checking batch_updates ** [20:34:46 2020-06-12] 178: Checking gears ** [20:34:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:34:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:51 2020-06-12] 178: Checking imports ** [20:34:51 2020-06-12] 178: Checking exports ** [20:34:51 2020-06-12] 178: Checking users ** [20:34:51 2020-06-12] 178: Checking user_dbs ** [20:34:51 2020-06-12] 178: Checking geocodings ** [20:34:51 2020-06-12] 178: Checking synchronizations ** [20:34:51 2020-06-12] 178: Checking tracker ** [20:34:51 2020-06-12] 178: Checking user_migrations ** [20:34:51 2020-06-12] 178: Checking batch_updates ** [20:34:51 2020-06-12] 178: Checking gears ** [20:34:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:34:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:56 2020-06-12] 178: Checking imports ** [20:34:56 2020-06-12] 178: Checking exports ** [20:34:56 2020-06-12] 178: Checking users ** [20:34:56 2020-06-12] 178: Checking user_dbs ** [20:34:56 2020-06-12] 178: Checking geocodings ** [20:34:56 2020-06-12] 178: Checking synchronizations ** [20:34:56 2020-06-12] 178: Checking tracker ** [20:34:56 2020-06-12] 178: Checking user_migrations ** [20:34:56 2020-06-12] 178: Checking batch_updates ** [20:34:56 2020-06-12] 178: Checking gears ** [20:34:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:34:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:01 2020-06-12] 178: Checking imports ** [20:35:01 2020-06-12] 178: Checking exports ** [20:35:01 2020-06-12] 178: Checking users ** [20:35:01 2020-06-12] 178: Checking user_dbs ** [20:35:01 2020-06-12] 178: Checking geocodings ** [20:35:01 2020-06-12] 178: Checking synchronizations ** [20:35:01 2020-06-12] 178: Checking tracker ** [20:35:01 2020-06-12] 178: Checking user_migrations ** [20:35:01 2020-06-12] 178: Checking batch_updates ** [20:35:01 2020-06-12] 178: Checking gears ** [20:35:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:35:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:06 2020-06-12] 178: Checking imports ** [20:35:06 2020-06-12] 178: Checking exports ** [20:35:06 2020-06-12] 178: Checking users ** [20:35:06 2020-06-12] 178: Checking user_dbs ** [20:35:06 2020-06-12] 178: Checking geocodings ** [20:35:06 2020-06-12] 178: Checking synchronizations ** [20:35:06 2020-06-12] 178: Checking tracker ** [20:35:06 2020-06-12] 178: Checking user_migrations ** [20:35:06 2020-06-12] 178: Checking batch_updates ** [20:35:06 2020-06-12] 178: Checking gears ** [20:35:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:35:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:11 2020-06-12] 178: Checking imports ** [20:35:11 2020-06-12] 178: Checking exports ** [20:35:11 2020-06-12] 178: Checking users ** [20:35:11 2020-06-12] 178: Checking user_dbs ** [20:35:11 2020-06-12] 178: Checking geocodings ** [20:35:11 2020-06-12] 178: Checking synchronizations ** [20:35:11 2020-06-12] 178: Checking tracker ** [20:35:11 2020-06-12] 178: Checking user_migrations ** [20:35:11 2020-06-12] 178: Checking batch_updates ** [20:35:11 2020-06-12] 178: Checking gears ** [20:35:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:35:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:16 2020-06-12] 178: Checking imports ** [20:35:16 2020-06-12] 178: Checking exports ** [20:35:16 2020-06-12] 178: Checking users ** [20:35:16 2020-06-12] 178: Checking user_dbs ** [20:35:16 2020-06-12] 178: Checking geocodings ** [20:35:16 2020-06-12] 178: Checking synchronizations ** [20:35:16 2020-06-12] 178: Checking tracker ** [20:35:16 2020-06-12] 178: Checking user_migrations ** [20:35:16 2020-06-12] 178: Checking batch_updates ** [20:35:16 2020-06-12] 178: Checking gears ** [20:35:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:35:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:21 2020-06-12] 178: Checking imports ** [20:35:21 2020-06-12] 178: Checking exports ** [20:35:21 2020-06-12] 178: Checking users ** [20:35:21 2020-06-12] 178: Checking user_dbs ** [20:35:21 2020-06-12] 178: Checking geocodings ** [20:35:21 2020-06-12] 178: Checking synchronizations ** [20:35:21 2020-06-12] 178: Checking tracker ** [20:35:21 2020-06-12] 178: Checking user_migrations ** [20:35:21 2020-06-12] 178: Checking batch_updates ** [20:35:21 2020-06-12] 178: Checking gears ** [20:35:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:35:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:26 2020-06-12] 178: Checking imports ** [20:35:26 2020-06-12] 178: Checking exports ** [20:35:26 2020-06-12] 178: Checking users ** [20:35:26 2020-06-12] 178: Checking user_dbs ** [20:35:26 2020-06-12] 178: Checking geocodings ** [20:35:26 2020-06-12] 178: Checking synchronizations ** [20:35:26 2020-06-12] 178: Checking tracker ** [20:35:26 2020-06-12] 178: Checking user_migrations ** [20:35:26 2020-06-12] 178: Checking batch_updates ** [20:35:26 2020-06-12] 178: Checking gears ** [20:35:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:35:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:31 2020-06-12] 178: Checking imports ** [20:35:31 2020-06-12] 178: Checking exports ** [20:35:31 2020-06-12] 178: Checking users ** [20:35:31 2020-06-12] 178: Checking user_dbs ** [20:35:31 2020-06-12] 178: Checking geocodings ** [20:35:31 2020-06-12] 178: Checking synchronizations ** [20:35:31 2020-06-12] 178: Checking tracker ** [20:35:31 2020-06-12] 178: Checking user_migrations ** [20:35:31 2020-06-12] 178: Checking batch_updates ** [20:35:31 2020-06-12] 178: Checking gears ** [20:35:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:35:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:36 2020-06-12] 178: Checking imports ** [20:35:36 2020-06-12] 178: Checking exports ** [20:35:36 2020-06-12] 178: Checking users ** [20:35:36 2020-06-12] 178: Checking user_dbs ** [20:35:36 2020-06-12] 178: Checking geocodings ** [20:35:36 2020-06-12] 178: Checking synchronizations ** [20:35:36 2020-06-12] 178: Checking tracker ** [20:35:36 2020-06-12] 178: Checking user_migrations ** [20:35:36 2020-06-12] 178: Checking batch_updates ** [20:35:36 2020-06-12] 178: Checking gears ** [20:35:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:35:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:41 2020-06-12] 178: Checking imports ** [20:35:41 2020-06-12] 178: Checking exports ** [20:35:41 2020-06-12] 178: Checking users ** [20:35:41 2020-06-12] 178: Checking user_dbs ** [20:35:41 2020-06-12] 178: Checking geocodings ** [20:35:41 2020-06-12] 178: Checking synchronizations ** [20:35:41 2020-06-12] 178: Checking tracker ** [20:35:41 2020-06-12] 178: Checking user_migrations ** [20:35:41 2020-06-12] 178: Checking batch_updates ** [20:35:41 2020-06-12] 178: Checking gears ** [20:35:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:35:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:46 2020-06-12] 178: Checking imports ** [20:35:46 2020-06-12] 178: Checking exports ** [20:35:46 2020-06-12] 178: Checking users ** [20:35:46 2020-06-12] 178: Checking user_dbs ** [20:35:46 2020-06-12] 178: Checking geocodings ** [20:35:46 2020-06-12] 178: Checking synchronizations ** [20:35:46 2020-06-12] 178: Checking tracker ** [20:35:46 2020-06-12] 178: Checking user_migrations ** [20:35:46 2020-06-12] 178: Checking batch_updates ** [20:35:46 2020-06-12] 178: Checking gears ** [20:35:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:35:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:51 2020-06-12] 178: Checking imports ** [20:35:51 2020-06-12] 178: Checking exports ** [20:35:51 2020-06-12] 178: Checking users ** [20:35:51 2020-06-12] 178: Checking user_dbs ** [20:35:51 2020-06-12] 178: Checking geocodings ** [20:35:51 2020-06-12] 178: Checking synchronizations ** [20:35:51 2020-06-12] 178: Checking tracker ** [20:35:51 2020-06-12] 178: Checking user_migrations ** [20:35:51 2020-06-12] 178: Checking batch_updates ** [20:35:51 2020-06-12] 178: Checking gears ** [20:35:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:35:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:56 2020-06-12] 178: Checking imports ** [20:35:56 2020-06-12] 178: Checking exports ** [20:35:56 2020-06-12] 178: Checking users ** [20:35:56 2020-06-12] 178: Checking user_dbs ** [20:35:56 2020-06-12] 178: Checking geocodings ** [20:35:56 2020-06-12] 178: Checking synchronizations ** [20:35:56 2020-06-12] 178: Checking tracker ** [20:35:56 2020-06-12] 178: Checking user_migrations ** [20:35:56 2020-06-12] 178: Checking batch_updates ** [20:35:56 2020-06-12] 178: Checking gears ** [20:35:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:35:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:01 2020-06-12] 178: Checking imports ** [20:36:01 2020-06-12] 178: Checking exports ** [20:36:01 2020-06-12] 178: Checking users ** [20:36:01 2020-06-12] 178: Checking user_dbs ** [20:36:01 2020-06-12] 178: Checking geocodings ** [20:36:01 2020-06-12] 178: Checking synchronizations ** [20:36:01 2020-06-12] 178: Checking tracker ** [20:36:01 2020-06-12] 178: Checking user_migrations ** [20:36:01 2020-06-12] 178: Checking batch_updates ** [20:36:01 2020-06-12] 178: Checking gears ** [20:36:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:36:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:06 2020-06-12] 178: Checking imports ** [20:36:06 2020-06-12] 178: Checking exports ** [20:36:06 2020-06-12] 178: Checking users ** [20:36:06 2020-06-12] 178: Checking user_dbs ** [20:36:06 2020-06-12] 178: Checking geocodings ** [20:36:06 2020-06-12] 178: Checking synchronizations ** [20:36:06 2020-06-12] 178: Checking tracker ** [20:36:06 2020-06-12] 178: Checking user_migrations ** [20:36:06 2020-06-12] 178: Checking batch_updates ** [20:36:06 2020-06-12] 178: Checking gears ** [20:36:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:36:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:11 2020-06-12] 178: Checking imports ** [20:36:11 2020-06-12] 178: Checking exports ** [20:36:11 2020-06-12] 178: Checking users ** [20:36:11 2020-06-12] 178: Checking user_dbs ** [20:36:11 2020-06-12] 178: Checking geocodings ** [20:36:11 2020-06-12] 178: Checking synchronizations ** [20:36:11 2020-06-12] 178: Checking tracker ** [20:36:11 2020-06-12] 178: Checking user_migrations ** [20:36:11 2020-06-12] 178: Checking batch_updates ** [20:36:11 2020-06-12] 178: Checking gears ** [20:36:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:36:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:16 2020-06-12] 178: Checking imports ** [20:36:16 2020-06-12] 178: Checking exports ** [20:36:16 2020-06-12] 178: Checking users ** [20:36:16 2020-06-12] 178: Checking user_dbs ** [20:36:16 2020-06-12] 178: Checking geocodings ** [20:36:16 2020-06-12] 178: Checking synchronizations ** [20:36:16 2020-06-12] 178: Checking tracker ** [20:36:16 2020-06-12] 178: Checking user_migrations ** [20:36:16 2020-06-12] 178: Checking batch_updates ** [20:36:16 2020-06-12] 178: Checking gears ** [20:36:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:36:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:21 2020-06-12] 178: Checking imports ** [20:36:21 2020-06-12] 178: Checking exports ** [20:36:21 2020-06-12] 178: Checking users ** [20:36:21 2020-06-12] 178: Checking user_dbs ** [20:36:21 2020-06-12] 178: Checking geocodings ** [20:36:21 2020-06-12] 178: Checking synchronizations ** [20:36:21 2020-06-12] 178: Checking tracker ** [20:36:21 2020-06-12] 178: Checking user_migrations ** [20:36:21 2020-06-12] 178: Checking batch_updates ** [20:36:21 2020-06-12] 178: Checking gears ** [20:36:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:36:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:26 2020-06-12] 178: Checking imports ** [20:36:26 2020-06-12] 178: Checking exports ** [20:36:26 2020-06-12] 178: Checking users ** [20:36:26 2020-06-12] 178: Checking user_dbs ** [20:36:26 2020-06-12] 178: Checking geocodings ** [20:36:26 2020-06-12] 178: Checking synchronizations ** [20:36:26 2020-06-12] 178: Checking tracker ** [20:36:26 2020-06-12] 178: Checking user_migrations ** [20:36:26 2020-06-12] 178: Checking batch_updates ** [20:36:26 2020-06-12] 178: Checking gears ** [20:36:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:36:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:31 2020-06-12] 178: Checking imports ** [20:36:31 2020-06-12] 178: Checking exports ** [20:36:31 2020-06-12] 178: Checking users ** [20:36:31 2020-06-12] 178: Checking user_dbs ** [20:36:31 2020-06-12] 178: Checking geocodings ** [20:36:31 2020-06-12] 178: Checking synchronizations ** [20:36:31 2020-06-12] 178: Checking tracker ** [20:36:31 2020-06-12] 178: Checking user_migrations ** [20:36:31 2020-06-12] 178: Checking batch_updates ** [20:36:31 2020-06-12] 178: Checking gears ** [20:36:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:36:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:36 2020-06-12] 178: Checking imports ** [20:36:36 2020-06-12] 178: Checking exports ** [20:36:36 2020-06-12] 178: Checking users ** [20:36:36 2020-06-12] 178: Checking user_dbs ** [20:36:36 2020-06-12] 178: Checking geocodings ** [20:36:36 2020-06-12] 178: Checking synchronizations ** [20:36:36 2020-06-12] 178: Checking tracker ** [20:36:36 2020-06-12] 178: Checking user_migrations ** [20:36:36 2020-06-12] 178: Checking batch_updates ** [20:36:36 2020-06-12] 178: Checking gears ** [20:36:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:36:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:41 2020-06-12] 178: Checking imports ** [20:36:41 2020-06-12] 178: Checking exports ** [20:36:41 2020-06-12] 178: Checking users ** [20:36:41 2020-06-12] 178: Checking user_dbs ** [20:36:41 2020-06-12] 178: Checking geocodings ** [20:36:41 2020-06-12] 178: Checking synchronizations ** [20:36:41 2020-06-12] 178: Checking tracker ** [20:36:41 2020-06-12] 178: Checking user_migrations ** [20:36:41 2020-06-12] 178: Checking batch_updates ** [20:36:41 2020-06-12] 178: Checking gears ** [20:36:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:36:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:46 2020-06-12] 178: Checking imports ** [20:36:46 2020-06-12] 178: Checking exports ** [20:36:46 2020-06-12] 178: Checking users ** [20:36:46 2020-06-12] 178: Checking user_dbs ** [20:36:46 2020-06-12] 178: Checking geocodings ** [20:36:46 2020-06-12] 178: Checking synchronizations ** [20:36:46 2020-06-12] 178: Checking tracker ** [20:36:46 2020-06-12] 178: Checking user_migrations ** [20:36:46 2020-06-12] 178: Checking batch_updates ** [20:36:46 2020-06-12] 178: Checking gears ** [20:36:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:36:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:51 2020-06-12] 178: Checking imports ** [20:36:51 2020-06-12] 178: Checking exports ** [20:36:53 2020-06-12] 178: Checking users ** [20:36:53 2020-06-12] 178: Checking user_dbs ** [20:36:53 2020-06-12] 178: Checking geocodings ** [20:36:53 2020-06-12] 178: Checking synchronizations ** [20:36:53 2020-06-12] 178: Checking tracker ** [20:36:53 2020-06-12] 178: Checking user_migrations ** [20:36:53 2020-06-12] 178: Checking batch_updates ** [20:36:53 2020-06-12] 178: Checking gears ** [20:36:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:36:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:58 2020-06-12] 178: Checking imports ** [20:36:58 2020-06-12] 178: Checking exports ** [20:36:58 2020-06-12] 178: Checking users ** [20:36:58 2020-06-12] 178: Checking user_dbs ** [20:36:58 2020-06-12] 178: Checking geocodings ** [20:36:58 2020-06-12] 178: Checking synchronizations ** [20:36:58 2020-06-12] 178: Checking tracker ** [20:36:58 2020-06-12] 178: Checking user_migrations ** [20:36:58 2020-06-12] 178: Checking batch_updates ** [20:36:58 2020-06-12] 178: Checking gears ** [20:36:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:36:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:03 2020-06-12] 178: Checking imports ** [20:37:03 2020-06-12] 178: Checking exports ** [20:37:03 2020-06-12] 178: Checking users ** [20:37:03 2020-06-12] 178: Checking user_dbs ** [20:37:03 2020-06-12] 178: Checking geocodings ** [20:37:03 2020-06-12] 178: Checking synchronizations ** [20:37:03 2020-06-12] 178: Checking tracker ** [20:37:03 2020-06-12] 178: Checking user_migrations ** [20:37:03 2020-06-12] 178: Checking batch_updates ** [20:37:03 2020-06-12] 178: Checking gears ** [20:37:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:37:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:08 2020-06-12] 178: Checking imports ** [20:37:08 2020-06-12] 178: Checking exports ** [20:37:08 2020-06-12] 178: Checking users ** [20:37:08 2020-06-12] 178: Checking user_dbs ** [20:37:08 2020-06-12] 178: Checking geocodings ** [20:37:08 2020-06-12] 178: Checking synchronizations ** [20:37:08 2020-06-12] 178: Checking tracker ** [20:37:08 2020-06-12] 178: Checking user_migrations ** [20:37:08 2020-06-12] 178: Checking batch_updates ** [20:37:08 2020-06-12] 178: Checking gears ** [20:37:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:37:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:13 2020-06-12] 178: Checking imports ** [20:37:13 2020-06-12] 178: Checking exports ** [20:37:13 2020-06-12] 178: Checking users ** [20:37:13 2020-06-12] 178: Checking user_dbs ** [20:37:13 2020-06-12] 178: Checking geocodings ** [20:37:13 2020-06-12] 178: Checking synchronizations ** [20:37:13 2020-06-12] 178: Checking tracker ** [20:37:13 2020-06-12] 178: Checking user_migrations ** [20:37:13 2020-06-12] 178: Checking batch_updates ** [20:37:13 2020-06-12] 178: Checking gears ** [20:37:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:37:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:18 2020-06-12] 178: Checking imports ** [20:37:18 2020-06-12] 178: Checking exports ** [20:37:18 2020-06-12] 178: Checking users ** [20:37:18 2020-06-12] 178: Checking user_dbs ** [20:37:18 2020-06-12] 178: Checking geocodings ** [20:37:18 2020-06-12] 178: Checking synchronizations ** [20:37:18 2020-06-12] 178: Checking tracker ** [20:37:18 2020-06-12] 178: Checking user_migrations ** [20:37:18 2020-06-12] 178: Checking batch_updates ** [20:37:18 2020-06-12] 178: Checking gears ** [20:37:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:37:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:23 2020-06-12] 178: Checking imports ** [20:37:23 2020-06-12] 178: Checking exports ** [20:37:23 2020-06-12] 178: Checking users ** [20:37:23 2020-06-12] 178: Checking user_dbs ** [20:37:23 2020-06-12] 178: Checking geocodings ** [20:37:23 2020-06-12] 178: Checking synchronizations ** [20:37:23 2020-06-12] 178: Checking tracker ** [20:37:23 2020-06-12] 178: Checking user_migrations ** [20:37:23 2020-06-12] 178: Checking batch_updates ** [20:37:23 2020-06-12] 178: Checking gears ** [20:37:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:37:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:28 2020-06-12] 178: Checking imports ** [20:37:28 2020-06-12] 178: Checking exports ** [20:37:28 2020-06-12] 178: Checking users ** [20:37:28 2020-06-12] 178: Checking user_dbs ** [20:37:28 2020-06-12] 178: Checking geocodings ** [20:37:28 2020-06-12] 178: Checking synchronizations ** [20:37:28 2020-06-12] 178: Checking tracker ** [20:37:28 2020-06-12] 178: Checking user_migrations ** [20:37:28 2020-06-12] 178: Checking batch_updates ** [20:37:28 2020-06-12] 178: Checking gears ** [20:37:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:37:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:33 2020-06-12] 178: Checking imports ** [20:37:33 2020-06-12] 178: Checking exports ** [20:37:33 2020-06-12] 178: Checking users ** [20:37:33 2020-06-12] 178: Checking user_dbs ** [20:37:33 2020-06-12] 178: Checking geocodings ** [20:37:33 2020-06-12] 178: Checking synchronizations ** [20:37:33 2020-06-12] 178: Checking tracker ** [20:37:33 2020-06-12] 178: Checking user_migrations ** [20:37:33 2020-06-12] 178: Checking batch_updates ** [20:37:33 2020-06-12] 178: Checking gears ** [20:37:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:37:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:38 2020-06-12] 178: Checking imports ** [20:37:38 2020-06-12] 178: Checking exports ** [20:37:38 2020-06-12] 178: Checking users ** [20:37:38 2020-06-12] 178: Checking user_dbs ** [20:37:38 2020-06-12] 178: Checking geocodings ** [20:37:38 2020-06-12] 178: Checking synchronizations ** [20:37:38 2020-06-12] 178: Checking tracker ** [20:37:38 2020-06-12] 178: Checking user_migrations ** [20:37:38 2020-06-12] 178: Checking batch_updates ** [20:37:38 2020-06-12] 178: Checking gears ** [20:37:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:37:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:43 2020-06-12] 178: Checking imports ** [20:37:43 2020-06-12] 178: Checking exports ** [20:37:43 2020-06-12] 178: Checking users ** [20:37:43 2020-06-12] 178: Checking user_dbs ** [20:37:43 2020-06-12] 178: Checking geocodings ** [20:37:43 2020-06-12] 178: Checking synchronizations ** [20:37:43 2020-06-12] 178: Checking tracker ** [20:37:43 2020-06-12] 178: Checking user_migrations ** [20:37:43 2020-06-12] 178: Checking batch_updates ** [20:37:43 2020-06-12] 178: Checking gears ** [20:37:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:37:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:48 2020-06-12] 178: Checking imports ** [20:37:48 2020-06-12] 178: Checking exports ** [20:37:48 2020-06-12] 178: Checking users ** [20:37:48 2020-06-12] 178: Checking user_dbs ** [20:37:48 2020-06-12] 178: Checking geocodings ** [20:37:48 2020-06-12] 178: Checking synchronizations ** [20:37:48 2020-06-12] 178: Checking tracker ** [20:37:48 2020-06-12] 178: Checking user_migrations ** [20:37:48 2020-06-12] 178: Checking batch_updates ** [20:37:48 2020-06-12] 178: Checking gears ** [20:37:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:37:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:53 2020-06-12] 178: Checking imports ** [20:37:53 2020-06-12] 178: Checking exports ** [20:37:53 2020-06-12] 178: Checking users ** [20:37:53 2020-06-12] 178: Checking user_dbs ** [20:37:53 2020-06-12] 178: Checking geocodings ** [20:37:53 2020-06-12] 178: Checking synchronizations ** [20:37:53 2020-06-12] 178: Checking tracker ** [20:37:53 2020-06-12] 178: Checking user_migrations ** [20:37:53 2020-06-12] 178: Checking batch_updates ** [20:37:53 2020-06-12] 178: Checking gears ** [20:37:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:37:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:58 2020-06-12] 178: Checking imports ** [20:37:58 2020-06-12] 178: Checking exports ** [20:37:58 2020-06-12] 178: Checking users ** [20:37:58 2020-06-12] 178: Checking user_dbs ** [20:37:58 2020-06-12] 178: Checking geocodings ** [20:37:58 2020-06-12] 178: Checking synchronizations ** [20:37:58 2020-06-12] 178: Checking tracker ** [20:37:58 2020-06-12] 178: Checking user_migrations ** [20:37:58 2020-06-12] 178: Checking batch_updates ** [20:37:58 2020-06-12] 178: Checking gears ** [20:37:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:37:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:03 2020-06-12] 178: Checking imports ** [20:38:03 2020-06-12] 178: Checking exports ** [20:38:03 2020-06-12] 178: Checking users ** [20:38:03 2020-06-12] 178: Checking user_dbs ** [20:38:03 2020-06-12] 178: Checking geocodings ** [20:38:03 2020-06-12] 178: Checking synchronizations ** [20:38:03 2020-06-12] 178: Checking tracker ** [20:38:03 2020-06-12] 178: Checking user_migrations ** [20:38:03 2020-06-12] 178: Checking batch_updates ** [20:38:03 2020-06-12] 178: Checking gears ** [20:38:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:38:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:08 2020-06-12] 178: Checking imports ** [20:38:08 2020-06-12] 178: Checking exports ** [20:38:08 2020-06-12] 178: Checking users ** [20:38:08 2020-06-12] 178: Checking user_dbs ** [20:38:08 2020-06-12] 178: Checking geocodings ** [20:38:08 2020-06-12] 178: Checking synchronizations ** [20:38:08 2020-06-12] 178: Checking tracker ** [20:38:08 2020-06-12] 178: Checking user_migrations ** [20:38:08 2020-06-12] 178: Checking batch_updates ** [20:38:08 2020-06-12] 178: Checking gears ** [20:38:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:38:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:13 2020-06-12] 178: Checking imports ** [20:38:13 2020-06-12] 178: Checking exports ** [20:38:13 2020-06-12] 178: Checking users ** [20:38:13 2020-06-12] 178: Checking user_dbs ** [20:38:13 2020-06-12] 178: Checking geocodings ** [20:38:13 2020-06-12] 178: Checking synchronizations ** [20:38:13 2020-06-12] 178: Checking tracker ** [20:38:13 2020-06-12] 178: Checking user_migrations ** [20:38:13 2020-06-12] 178: Checking batch_updates ** [20:38:13 2020-06-12] 178: Checking gears ** [20:38:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:38:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:18 2020-06-12] 178: Checking imports ** [20:38:18 2020-06-12] 178: Checking exports ** [20:38:18 2020-06-12] 178: Checking users ** [20:38:18 2020-06-12] 178: Checking user_dbs ** [20:38:18 2020-06-12] 178: Checking geocodings ** [20:38:18 2020-06-12] 178: Checking synchronizations ** [20:38:18 2020-06-12] 178: Checking tracker ** [20:38:18 2020-06-12] 178: Checking user_migrations ** [20:38:18 2020-06-12] 178: Checking batch_updates ** [20:38:18 2020-06-12] 178: Checking gears ** [20:38:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:38:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:23 2020-06-12] 178: Checking imports ** [20:38:23 2020-06-12] 178: Checking exports ** [20:38:23 2020-06-12] 178: Checking users ** [20:38:23 2020-06-12] 178: Checking user_dbs ** [20:38:23 2020-06-12] 178: Checking geocodings ** [20:38:23 2020-06-12] 178: Checking synchronizations ** [20:38:23 2020-06-12] 178: Checking tracker ** [20:38:23 2020-06-12] 178: Checking user_migrations ** [20:38:23 2020-06-12] 178: Checking batch_updates ** [20:38:23 2020-06-12] 178: Checking gears ** [20:38:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:38:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:28 2020-06-12] 178: Checking imports ** [20:38:28 2020-06-12] 178: Checking exports ** [20:38:28 2020-06-12] 178: Checking users ** [20:38:28 2020-06-12] 178: Checking user_dbs ** [20:38:28 2020-06-12] 178: Checking geocodings ** [20:38:28 2020-06-12] 178: Checking synchronizations ** [20:38:28 2020-06-12] 178: Checking tracker ** [20:38:28 2020-06-12] 178: Checking user_migrations ** [20:38:28 2020-06-12] 178: Checking batch_updates ** [20:38:28 2020-06-12] 178: Checking gears ** [20:38:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:38:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:33 2020-06-12] 178: Checking imports ** [20:38:33 2020-06-12] 178: Checking exports ** [20:38:33 2020-06-12] 178: Checking users ** [20:38:33 2020-06-12] 178: Checking user_dbs ** [20:38:33 2020-06-12] 178: Checking geocodings ** [20:38:33 2020-06-12] 178: Checking synchronizations ** [20:38:33 2020-06-12] 178: Checking tracker ** [20:38:33 2020-06-12] 178: Checking user_migrations ** [20:38:33 2020-06-12] 178: Checking batch_updates ** [20:38:33 2020-06-12] 178: Checking gears ** [20:38:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:38:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:38 2020-06-12] 178: Checking imports ** [20:38:38 2020-06-12] 178: Checking exports ** [20:38:38 2020-06-12] 178: Checking users ** [20:38:38 2020-06-12] 178: Checking user_dbs ** [20:38:38 2020-06-12] 178: Checking geocodings ** [20:38:38 2020-06-12] 178: Checking synchronizations ** [20:38:38 2020-06-12] 178: Checking tracker ** [20:38:38 2020-06-12] 178: Checking user_migrations ** [20:38:38 2020-06-12] 178: Checking batch_updates ** [20:38:38 2020-06-12] 178: Checking gears ** [20:38:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:38:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:43 2020-06-12] 178: Checking imports ** [20:38:43 2020-06-12] 178: Checking exports ** [20:38:43 2020-06-12] 178: Checking users ** [20:38:43 2020-06-12] 178: Checking user_dbs ** [20:38:43 2020-06-12] 178: Checking geocodings ** [20:38:43 2020-06-12] 178: Checking synchronizations ** [20:38:43 2020-06-12] 178: Checking tracker ** [20:38:43 2020-06-12] 178: Checking user_migrations ** [20:38:43 2020-06-12] 178: Checking batch_updates ** [20:38:43 2020-06-12] 178: Checking gears ** [20:38:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:38:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:48 2020-06-12] 178: Checking imports ** [20:38:48 2020-06-12] 178: Checking exports ** [20:38:48 2020-06-12] 178: Checking users ** [20:38:48 2020-06-12] 178: Checking user_dbs ** [20:38:48 2020-06-12] 178: Checking geocodings ** [20:38:48 2020-06-12] 178: Checking synchronizations ** [20:38:48 2020-06-12] 178: Checking tracker ** [20:38:48 2020-06-12] 178: Checking user_migrations ** [20:38:48 2020-06-12] 178: Checking batch_updates ** [20:38:48 2020-06-12] 178: Checking gears ** [20:38:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:38:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:53 2020-06-12] 178: Checking imports ** [20:38:53 2020-06-12] 178: Checking exports ** [20:38:53 2020-06-12] 178: Checking users ** [20:38:53 2020-06-12] 178: Checking user_dbs ** [20:38:53 2020-06-12] 178: Checking geocodings ** [20:38:53 2020-06-12] 178: Checking synchronizations ** [20:38:53 2020-06-12] 178: Checking tracker ** [20:38:53 2020-06-12] 178: Checking user_migrations ** [20:38:53 2020-06-12] 178: Checking batch_updates ** [20:38:53 2020-06-12] 178: Checking gears ** [20:38:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:38:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:58 2020-06-12] 178: Checking imports ** [20:38:58 2020-06-12] 178: Checking exports ** [20:38:58 2020-06-12] 178: Checking users ** [20:38:58 2020-06-12] 178: Checking user_dbs ** [20:38:58 2020-06-12] 178: Checking geocodings ** [20:38:58 2020-06-12] 178: Checking synchronizations ** [20:38:58 2020-06-12] 178: Checking tracker ** [20:38:58 2020-06-12] 178: Checking user_migrations ** [20:38:58 2020-06-12] 178: Checking batch_updates ** [20:38:58 2020-06-12] 178: Checking gears ** [20:38:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:38:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:03 2020-06-12] 178: Checking imports ** [20:39:03 2020-06-12] 178: Checking exports ** [20:39:03 2020-06-12] 178: Checking users ** [20:39:03 2020-06-12] 178: Checking user_dbs ** [20:39:03 2020-06-12] 178: Checking geocodings ** [20:39:03 2020-06-12] 178: Checking synchronizations ** [20:39:03 2020-06-12] 178: Checking tracker ** [20:39:03 2020-06-12] 178: Checking user_migrations ** [20:39:03 2020-06-12] 178: Checking batch_updates ** [20:39:03 2020-06-12] 178: Checking gears ** [20:39:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:39:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:08 2020-06-12] 178: Checking imports ** [20:39:08 2020-06-12] 178: Checking exports ** [20:39:08 2020-06-12] 178: Checking users ** [20:39:09 2020-06-12] 178: Checking user_dbs ** [20:39:09 2020-06-12] 178: Checking geocodings ** [20:39:09 2020-06-12] 178: Checking synchronizations ** [20:39:09 2020-06-12] 178: Checking tracker ** [20:39:09 2020-06-12] 178: Checking user_migrations ** [20:39:09 2020-06-12] 178: Checking batch_updates ** [20:39:09 2020-06-12] 178: Checking gears ** [20:39:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:39:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:14 2020-06-12] 178: Checking imports ** [20:39:14 2020-06-12] 178: Checking exports ** [20:39:14 2020-06-12] 178: Checking users ** [20:39:14 2020-06-12] 178: Checking user_dbs ** [20:39:14 2020-06-12] 178: Checking geocodings ** [20:39:14 2020-06-12] 178: Checking synchronizations ** [20:39:14 2020-06-12] 178: Checking tracker ** [20:39:14 2020-06-12] 178: Checking user_migrations ** [20:39:14 2020-06-12] 178: Checking batch_updates ** [20:39:14 2020-06-12] 178: Checking gears ** [20:39:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:39:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:19 2020-06-12] 178: Checking imports ** [20:39:19 2020-06-12] 178: Checking exports ** [20:39:19 2020-06-12] 178: Checking users ** [20:39:19 2020-06-12] 178: Checking user_dbs ** [20:39:19 2020-06-12] 178: Checking geocodings ** [20:39:19 2020-06-12] 178: Checking synchronizations ** [20:39:19 2020-06-12] 178: Checking tracker ** [20:39:19 2020-06-12] 178: Checking user_migrations ** [20:39:19 2020-06-12] 178: Checking batch_updates ** [20:39:19 2020-06-12] 178: Checking gears ** [20:39:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:39:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:24 2020-06-12] 178: Checking imports ** [20:39:24 2020-06-12] 178: Checking exports ** [20:39:24 2020-06-12] 178: Checking users ** [20:39:24 2020-06-12] 178: Checking user_dbs ** [20:39:24 2020-06-12] 178: Checking geocodings ** [20:39:24 2020-06-12] 178: Checking synchronizations ** [20:39:24 2020-06-12] 178: Checking tracker ** [20:39:24 2020-06-12] 178: Checking user_migrations ** [20:39:24 2020-06-12] 178: Checking batch_updates ** [20:39:24 2020-06-12] 178: Checking gears ** [20:39:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:39:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:29 2020-06-12] 178: Checking imports ** [20:39:29 2020-06-12] 178: Checking exports ** [20:39:29 2020-06-12] 178: Checking users ** [20:39:29 2020-06-12] 178: Checking user_dbs ** [20:39:29 2020-06-12] 178: Checking geocodings ** [20:39:29 2020-06-12] 178: Checking synchronizations ** [20:39:29 2020-06-12] 178: Checking tracker ** [20:39:29 2020-06-12] 178: Checking user_migrations ** [20:39:29 2020-06-12] 178: Checking batch_updates ** [20:39:29 2020-06-12] 178: Checking gears ** [20:39:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:39:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:34 2020-06-12] 178: Checking imports ** [20:39:34 2020-06-12] 178: Checking exports ** [20:39:34 2020-06-12] 178: Checking users ** [20:39:34 2020-06-12] 178: Checking user_dbs ** [20:39:34 2020-06-12] 178: Checking geocodings ** [20:39:34 2020-06-12] 178: Checking synchronizations ** [20:39:34 2020-06-12] 178: Checking tracker ** [20:39:34 2020-06-12] 178: Checking user_migrations ** [20:39:34 2020-06-12] 178: Checking batch_updates ** [20:39:34 2020-06-12] 178: Checking gears ** [20:39:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:39:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:39 2020-06-12] 178: Checking imports ** [20:39:39 2020-06-12] 178: Checking exports ** [20:39:39 2020-06-12] 178: Checking users ** [20:39:39 2020-06-12] 178: Checking user_dbs ** [20:39:39 2020-06-12] 178: Checking geocodings ** [20:39:39 2020-06-12] 178: Checking synchronizations ** [20:39:39 2020-06-12] 178: Checking tracker ** [20:39:39 2020-06-12] 178: Checking user_migrations ** [20:39:39 2020-06-12] 178: Checking batch_updates ** [20:39:39 2020-06-12] 178: Checking gears ** [20:39:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:39:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:44 2020-06-12] 178: Checking imports ** [20:39:44 2020-06-12] 178: Checking exports ** [20:39:44 2020-06-12] 178: Checking users ** [20:39:44 2020-06-12] 178: Checking user_dbs ** [20:39:44 2020-06-12] 178: Checking geocodings ** [20:39:44 2020-06-12] 178: Checking synchronizations ** [20:39:44 2020-06-12] 178: Checking tracker ** [20:39:44 2020-06-12] 178: Checking user_migrations ** [20:39:44 2020-06-12] 178: Checking batch_updates ** [20:39:44 2020-06-12] 178: Checking gears ** [20:39:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:39:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:49 2020-06-12] 178: Checking imports ** [20:39:49 2020-06-12] 178: Checking exports ** [20:39:49 2020-06-12] 178: Checking users ** [20:39:49 2020-06-12] 178: Checking user_dbs ** [20:39:49 2020-06-12] 178: Checking geocodings ** [20:39:49 2020-06-12] 178: Checking synchronizations ** [20:39:49 2020-06-12] 178: Checking tracker ** [20:39:49 2020-06-12] 178: Checking user_migrations ** [20:39:49 2020-06-12] 178: Checking batch_updates ** [20:39:49 2020-06-12] 178: Checking gears ** [20:39:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:39:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:54 2020-06-12] 178: Checking imports ** [20:39:54 2020-06-12] 178: Checking exports ** [20:39:54 2020-06-12] 178: Checking users ** [20:39:54 2020-06-12] 178: Checking user_dbs ** [20:39:54 2020-06-12] 178: Checking geocodings ** [20:39:54 2020-06-12] 178: Checking synchronizations ** [20:39:54 2020-06-12] 178: Checking tracker ** [20:39:54 2020-06-12] 178: Checking user_migrations ** [20:39:54 2020-06-12] 178: Checking batch_updates ** [20:39:54 2020-06-12] 178: Checking gears ** [20:39:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:39:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:59 2020-06-12] 178: Checking imports ** [20:39:59 2020-06-12] 178: Checking exports ** [20:39:59 2020-06-12] 178: Checking users ** [20:39:59 2020-06-12] 178: Checking user_dbs ** [20:39:59 2020-06-12] 178: Checking geocodings ** [20:39:59 2020-06-12] 178: Checking synchronizations ** [20:39:59 2020-06-12] 178: Checking tracker ** [20:39:59 2020-06-12] 178: Checking user_migrations ** [20:39:59 2020-06-12] 178: Checking batch_updates ** [20:39:59 2020-06-12] 178: Checking gears ** [20:39:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:39:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:04 2020-06-12] 178: Checking imports ** [20:40:04 2020-06-12] 178: Checking exports ** [20:40:04 2020-06-12] 178: Checking users ** [20:40:04 2020-06-12] 178: Checking user_dbs ** [20:40:04 2020-06-12] 178: Checking geocodings ** [20:40:04 2020-06-12] 178: Checking synchronizations ** [20:40:04 2020-06-12] 178: Checking tracker ** [20:40:04 2020-06-12] 178: Checking user_migrations ** [20:40:04 2020-06-12] 178: Checking batch_updates ** [20:40:04 2020-06-12] 178: Checking gears ** [20:40:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:40:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:09 2020-06-12] 178: Checking imports ** [20:40:09 2020-06-12] 178: Checking exports ** [20:40:09 2020-06-12] 178: Checking users ** [20:40:09 2020-06-12] 178: Checking user_dbs ** [20:40:09 2020-06-12] 178: Checking geocodings ** [20:40:09 2020-06-12] 178: Checking synchronizations ** [20:40:09 2020-06-12] 178: Checking tracker ** [20:40:09 2020-06-12] 178: Checking user_migrations ** [20:40:09 2020-06-12] 178: Checking batch_updates ** [20:40:09 2020-06-12] 178: Checking gears ** [20:40:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:40:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:14 2020-06-12] 178: Checking imports ** [20:40:14 2020-06-12] 178: Checking exports ** [20:40:14 2020-06-12] 178: Checking users ** [20:40:14 2020-06-12] 178: Checking user_dbs ** [20:40:14 2020-06-12] 178: Checking geocodings ** [20:40:14 2020-06-12] 178: Checking synchronizations ** [20:40:14 2020-06-12] 178: Checking tracker ** [20:40:14 2020-06-12] 178: Checking user_migrations ** [20:40:14 2020-06-12] 178: Checking batch_updates ** [20:40:14 2020-06-12] 178: Checking gears ** [20:40:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:40:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:19 2020-06-12] 178: Checking imports ** [20:40:19 2020-06-12] 178: Checking exports ** [20:40:19 2020-06-12] 178: Checking users ** [20:40:19 2020-06-12] 178: Checking user_dbs ** [20:40:19 2020-06-12] 178: Checking geocodings ** [20:40:19 2020-06-12] 178: Checking synchronizations ** [20:40:19 2020-06-12] 178: Checking tracker ** [20:40:19 2020-06-12] 178: Checking user_migrations ** [20:40:19 2020-06-12] 178: Checking batch_updates ** [20:40:19 2020-06-12] 178: Checking gears ** [20:40:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:40:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:24 2020-06-12] 178: Checking imports ** [20:40:24 2020-06-12] 178: Checking exports ** [20:40:24 2020-06-12] 178: Checking users ** [20:40:24 2020-06-12] 178: Checking user_dbs ** [20:40:24 2020-06-12] 178: Checking geocodings ** [20:40:24 2020-06-12] 178: Checking synchronizations ** [20:40:24 2020-06-12] 178: Checking tracker ** [20:40:24 2020-06-12] 178: Checking user_migrations ** [20:40:24 2020-06-12] 178: Checking batch_updates ** [20:40:24 2020-06-12] 178: Checking gears ** [20:40:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:40:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:29 2020-06-12] 178: Checking imports ** [20:40:29 2020-06-12] 178: Checking exports ** [20:40:29 2020-06-12] 178: Checking users ** [20:40:29 2020-06-12] 178: Checking user_dbs ** [20:40:29 2020-06-12] 178: Checking geocodings ** [20:40:29 2020-06-12] 178: Checking synchronizations ** [20:40:29 2020-06-12] 178: Checking tracker ** [20:40:29 2020-06-12] 178: Checking user_migrations ** [20:40:29 2020-06-12] 178: Checking batch_updates ** [20:40:29 2020-06-12] 178: Checking gears ** [20:40:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:40:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:34 2020-06-12] 178: Checking imports ** [20:40:34 2020-06-12] 178: Checking exports ** [20:40:34 2020-06-12] 178: Checking users ** [20:40:34 2020-06-12] 178: Checking user_dbs ** [20:40:34 2020-06-12] 178: Checking geocodings ** [20:40:34 2020-06-12] 178: Checking synchronizations ** [20:40:34 2020-06-12] 178: Checking tracker ** [20:40:34 2020-06-12] 178: Checking user_migrations ** [20:40:34 2020-06-12] 178: Checking batch_updates ** [20:40:34 2020-06-12] 178: Checking gears ** [20:40:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:40:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:39 2020-06-12] 178: Checking imports ** [20:40:39 2020-06-12] 178: Checking exports ** [20:40:39 2020-06-12] 178: Checking users ** [20:40:39 2020-06-12] 178: Checking user_dbs ** [20:40:39 2020-06-12] 178: Checking geocodings ** [20:40:39 2020-06-12] 178: Checking synchronizations ** [20:40:39 2020-06-12] 178: Checking tracker ** [20:40:39 2020-06-12] 178: Checking user_migrations ** [20:40:39 2020-06-12] 178: Checking batch_updates ** [20:40:39 2020-06-12] 178: Checking gears ** [20:40:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:40:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:44 2020-06-12] 178: Checking imports ** [20:40:44 2020-06-12] 178: Checking exports ** [20:40:44 2020-06-12] 178: Checking users ** [20:40:44 2020-06-12] 178: Checking user_dbs ** [20:40:44 2020-06-12] 178: Checking geocodings ** [20:40:44 2020-06-12] 178: Checking synchronizations ** [20:40:44 2020-06-12] 178: Checking tracker ** [20:40:44 2020-06-12] 178: Checking user_migrations ** [20:40:44 2020-06-12] 178: Checking batch_updates ** [20:40:44 2020-06-12] 178: Checking gears ** [20:40:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:40:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:49 2020-06-12] 178: Checking imports ** [20:40:49 2020-06-12] 178: Checking exports ** [20:40:49 2020-06-12] 178: Checking users ** [20:40:49 2020-06-12] 178: Checking user_dbs ** [20:40:49 2020-06-12] 178: Checking geocodings ** [20:40:49 2020-06-12] 178: Checking synchronizations ** [20:40:49 2020-06-12] 178: Checking tracker ** [20:40:49 2020-06-12] 178: Checking user_migrations ** [20:40:49 2020-06-12] 178: Checking batch_updates ** [20:40:49 2020-06-12] 178: Checking gears ** [20:40:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:40:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:54 2020-06-12] 178: Checking imports ** [20:40:54 2020-06-12] 178: Checking exports ** [20:40:54 2020-06-12] 178: Checking users ** [20:40:54 2020-06-12] 178: Checking user_dbs ** [20:40:54 2020-06-12] 178: Checking geocodings ** [20:40:54 2020-06-12] 178: Checking synchronizations ** [20:40:54 2020-06-12] 178: Checking tracker ** [20:40:54 2020-06-12] 178: Checking user_migrations ** [20:40:54 2020-06-12] 178: Checking batch_updates ** [20:40:54 2020-06-12] 178: Checking gears ** [20:40:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:40:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:59 2020-06-12] 178: Checking imports ** [20:40:59 2020-06-12] 178: Checking exports ** [20:40:59 2020-06-12] 178: Checking users ** [20:40:59 2020-06-12] 178: Checking user_dbs ** [20:40:59 2020-06-12] 178: Checking geocodings ** [20:40:59 2020-06-12] 178: Checking synchronizations ** [20:40:59 2020-06-12] 178: Checking tracker ** [20:40:59 2020-06-12] 178: Checking user_migrations ** [20:40:59 2020-06-12] 178: Checking batch_updates ** [20:40:59 2020-06-12] 178: Checking gears ** [20:40:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:40:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:04 2020-06-12] 178: Checking imports ** [20:41:04 2020-06-12] 178: Checking exports ** [20:41:04 2020-06-12] 178: Checking users ** [20:41:04 2020-06-12] 178: Checking user_dbs ** [20:41:04 2020-06-12] 178: Checking geocodings ** [20:41:04 2020-06-12] 178: Checking synchronizations ** [20:41:04 2020-06-12] 178: Checking tracker ** [20:41:04 2020-06-12] 178: Checking user_migrations ** [20:41:04 2020-06-12] 178: Checking batch_updates ** [20:41:04 2020-06-12] 178: Checking gears ** [20:41:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:41:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:09 2020-06-12] 178: Checking imports ** [20:41:09 2020-06-12] 178: Checking exports ** [20:41:09 2020-06-12] 178: Checking users ** [20:41:09 2020-06-12] 178: Checking user_dbs ** [20:41:09 2020-06-12] 178: Checking geocodings ** [20:41:09 2020-06-12] 178: Checking synchronizations ** [20:41:09 2020-06-12] 178: Checking tracker ** [20:41:09 2020-06-12] 178: Checking user_migrations ** [20:41:09 2020-06-12] 178: Checking batch_updates ** [20:41:09 2020-06-12] 178: Checking gears ** [20:41:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:41:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:14 2020-06-12] 178: Checking imports ** [20:41:14 2020-06-12] 178: Checking exports ** [20:41:14 2020-06-12] 178: Checking users ** [20:41:14 2020-06-12] 178: Checking user_dbs ** [20:41:14 2020-06-12] 178: Checking geocodings ** [20:41:14 2020-06-12] 178: Checking synchronizations ** [20:41:14 2020-06-12] 178: Checking tracker ** [20:41:14 2020-06-12] 178: Checking user_migrations ** [20:41:14 2020-06-12] 178: Checking batch_updates ** [20:41:14 2020-06-12] 178: Checking gears ** [20:41:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:41:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:19 2020-06-12] 178: Checking imports ** [20:41:19 2020-06-12] 178: Checking exports ** [20:41:19 2020-06-12] 178: Checking users ** [20:41:19 2020-06-12] 178: Checking user_dbs ** [20:41:19 2020-06-12] 178: Checking geocodings ** [20:41:19 2020-06-12] 178: Checking synchronizations ** [20:41:19 2020-06-12] 178: Checking tracker ** [20:41:19 2020-06-12] 178: Checking user_migrations ** [20:41:19 2020-06-12] 178: Checking batch_updates ** [20:41:19 2020-06-12] 178: Checking gears ** [20:41:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:41:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:24 2020-06-12] 178: Checking imports ** [20:41:24 2020-06-12] 178: Checking exports ** [20:41:24 2020-06-12] 178: Checking users ** [20:41:24 2020-06-12] 178: Checking user_dbs ** [20:41:24 2020-06-12] 178: Checking geocodings ** [20:41:24 2020-06-12] 178: Checking synchronizations ** [20:41:24 2020-06-12] 178: Checking tracker ** [20:41:24 2020-06-12] 178: Checking user_migrations ** [20:41:24 2020-06-12] 178: Checking batch_updates ** [20:41:24 2020-06-12] 178: Checking gears ** [20:41:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:41:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:29 2020-06-12] 178: Checking imports ** [20:41:29 2020-06-12] 178: Checking exports ** [20:41:29 2020-06-12] 178: Checking users ** [20:41:29 2020-06-12] 178: Checking user_dbs ** [20:41:29 2020-06-12] 178: Checking geocodings ** [20:41:29 2020-06-12] 178: Checking synchronizations ** [20:41:29 2020-06-12] 178: Checking tracker ** [20:41:29 2020-06-12] 178: Checking user_migrations ** [20:41:29 2020-06-12] 178: Checking batch_updates ** [20:41:29 2020-06-12] 178: Checking gears ** [20:41:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:41:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:34 2020-06-12] 178: Checking imports ** [20:41:34 2020-06-12] 178: Checking exports ** [20:41:34 2020-06-12] 178: Checking users ** [20:41:34 2020-06-12] 178: Checking user_dbs ** [20:41:34 2020-06-12] 178: Checking geocodings ** [20:41:34 2020-06-12] 178: Checking synchronizations ** [20:41:34 2020-06-12] 178: Checking tracker ** [20:41:34 2020-06-12] 178: Checking user_migrations ** [20:41:34 2020-06-12] 178: Checking batch_updates ** [20:41:34 2020-06-12] 178: Checking gears ** [20:41:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:41:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:39 2020-06-12] 178: Checking imports ** [20:41:39 2020-06-12] 178: Checking exports ** [20:41:39 2020-06-12] 178: Checking users ** [20:41:39 2020-06-12] 178: Checking user_dbs ** [20:41:39 2020-06-12] 178: Checking geocodings ** [20:41:39 2020-06-12] 178: Checking synchronizations ** [20:41:39 2020-06-12] 178: Checking tracker ** [20:41:39 2020-06-12] 178: Checking user_migrations ** [20:41:39 2020-06-12] 178: Checking batch_updates ** [20:41:39 2020-06-12] 178: Checking gears ** [20:41:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:41:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:44 2020-06-12] 178: Checking imports ** [20:41:44 2020-06-12] 178: Checking exports ** [20:41:44 2020-06-12] 178: Checking users ** [20:41:44 2020-06-12] 178: Checking user_dbs ** [20:41:44 2020-06-12] 178: Checking geocodings ** [20:41:44 2020-06-12] 178: Checking synchronizations ** [20:41:44 2020-06-12] 178: Checking tracker ** [20:41:44 2020-06-12] 178: Checking user_migrations ** [20:41:44 2020-06-12] 178: Checking batch_updates ** [20:41:44 2020-06-12] 178: Checking gears ** [20:41:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:41:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:49 2020-06-12] 178: Checking imports ** [20:41:49 2020-06-12] 178: Checking exports ** [20:41:49 2020-06-12] 178: Checking users ** [20:41:49 2020-06-12] 178: Checking user_dbs ** [20:41:49 2020-06-12] 178: Checking geocodings ** [20:41:49 2020-06-12] 178: Checking synchronizations ** [20:41:49 2020-06-12] 178: Checking tracker ** [20:41:49 2020-06-12] 178: Checking user_migrations ** [20:41:49 2020-06-12] 178: Checking batch_updates ** [20:41:49 2020-06-12] 178: Checking gears ** [20:41:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:41:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:54 2020-06-12] 178: Checking imports ** [20:41:54 2020-06-12] 178: Checking exports ** [20:41:54 2020-06-12] 178: Checking users ** [20:41:54 2020-06-12] 178: Checking user_dbs ** [20:41:54 2020-06-12] 178: Checking geocodings ** [20:41:54 2020-06-12] 178: Checking synchronizations ** [20:41:54 2020-06-12] 178: Checking tracker ** [20:41:54 2020-06-12] 178: Checking user_migrations ** [20:41:54 2020-06-12] 178: Checking batch_updates ** [20:41:54 2020-06-12] 178: Checking gears ** [20:41:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:41:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:59 2020-06-12] 178: Checking imports ** [20:41:59 2020-06-12] 178: Checking exports ** [20:41:59 2020-06-12] 178: Checking users ** [20:41:59 2020-06-12] 178: Checking user_dbs ** [20:41:59 2020-06-12] 178: Checking geocodings ** [20:41:59 2020-06-12] 178: Checking synchronizations ** [20:41:59 2020-06-12] 178: Checking tracker ** [20:41:59 2020-06-12] 178: Checking user_migrations ** [20:41:59 2020-06-12] 178: Checking batch_updates ** [20:41:59 2020-06-12] 178: Checking gears ** [20:41:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:41:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:04 2020-06-12] 178: Checking imports ** [20:42:04 2020-06-12] 178: Checking exports ** [20:42:04 2020-06-12] 178: Checking users ** [20:42:04 2020-06-12] 178: Checking user_dbs ** [20:42:04 2020-06-12] 178: Checking geocodings ** [20:42:04 2020-06-12] 178: Checking synchronizations ** [20:42:04 2020-06-12] 178: Checking tracker ** [20:42:04 2020-06-12] 178: Checking user_migrations ** [20:42:04 2020-06-12] 178: Checking batch_updates ** [20:42:04 2020-06-12] 178: Checking gears ** [20:42:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:42:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:09 2020-06-12] 178: Checking imports ** [20:42:09 2020-06-12] 178: Checking exports ** [20:42:09 2020-06-12] 178: Checking users ** [20:42:09 2020-06-12] 178: Checking user_dbs ** [20:42:09 2020-06-12] 178: Checking geocodings ** [20:42:09 2020-06-12] 178: Checking synchronizations ** [20:42:09 2020-06-12] 178: Checking tracker ** [20:42:09 2020-06-12] 178: Checking user_migrations ** [20:42:09 2020-06-12] 178: Checking batch_updates ** [20:42:09 2020-06-12] 178: Checking gears ** [20:42:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:42:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:14 2020-06-12] 178: Checking imports ** [20:42:14 2020-06-12] 178: Checking exports ** [20:42:14 2020-06-12] 178: Checking users ** [20:42:14 2020-06-12] 178: Checking user_dbs ** [20:42:14 2020-06-12] 178: Checking geocodings ** [20:42:14 2020-06-12] 178: Checking synchronizations ** [20:42:14 2020-06-12] 178: Checking tracker ** [20:42:14 2020-06-12] 178: Checking user_migrations ** [20:42:14 2020-06-12] 178: Checking batch_updates ** [20:42:14 2020-06-12] 178: Checking gears ** [20:42:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:42:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:19 2020-06-12] 178: Checking imports ** [20:42:19 2020-06-12] 178: Checking exports ** [20:42:19 2020-06-12] 178: Checking users ** [20:42:19 2020-06-12] 178: Checking user_dbs ** [20:42:19 2020-06-12] 178: Checking geocodings ** [20:42:19 2020-06-12] 178: Checking synchronizations ** [20:42:19 2020-06-12] 178: Checking tracker ** [20:42:19 2020-06-12] 178: Checking user_migrations ** [20:42:19 2020-06-12] 178: Checking batch_updates ** [20:42:19 2020-06-12] 178: Checking gears ** [20:42:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:42:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:24 2020-06-12] 178: Checking imports ** [20:42:24 2020-06-12] 178: Checking exports ** [20:42:24 2020-06-12] 178: Checking users ** [20:42:24 2020-06-12] 178: Checking user_dbs ** [20:42:24 2020-06-12] 178: Checking geocodings ** [20:42:24 2020-06-12] 178: Checking synchronizations ** [20:42:24 2020-06-12] 178: Checking tracker ** [20:42:24 2020-06-12] 178: Checking user_migrations ** [20:42:24 2020-06-12] 178: Checking batch_updates ** [20:42:24 2020-06-12] 178: Checking gears ** [20:42:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:42:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:29 2020-06-12] 178: Checking imports ** [20:42:29 2020-06-12] 178: Checking exports ** [20:42:29 2020-06-12] 178: Checking users ** [20:42:29 2020-06-12] 178: Checking user_dbs ** [20:42:29 2020-06-12] 178: Checking geocodings ** [20:42:29 2020-06-12] 178: Checking synchronizations ** [20:42:29 2020-06-12] 178: Checking tracker ** [20:42:29 2020-06-12] 178: Checking user_migrations ** [20:42:29 2020-06-12] 178: Checking batch_updates ** [20:42:29 2020-06-12] 178: Checking gears ** [20:42:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:42:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:34 2020-06-12] 178: Checking imports ** [20:42:34 2020-06-12] 178: Checking exports ** [20:42:34 2020-06-12] 178: Checking users ** [20:42:34 2020-06-12] 178: Checking user_dbs ** [20:42:34 2020-06-12] 178: Checking geocodings ** [20:42:34 2020-06-12] 178: Checking synchronizations ** [20:42:34 2020-06-12] 178: Checking tracker ** [20:42:34 2020-06-12] 178: Checking user_migrations ** [20:42:34 2020-06-12] 178: Checking batch_updates ** [20:42:34 2020-06-12] 178: Checking gears ** [20:42:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:42:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:39 2020-06-12] 178: Checking imports ** [20:42:39 2020-06-12] 178: Checking exports ** [20:42:39 2020-06-12] 178: Checking users ** [20:42:39 2020-06-12] 178: Checking user_dbs ** [20:42:39 2020-06-12] 178: Checking geocodings ** [20:42:39 2020-06-12] 178: Checking synchronizations ** [20:42:39 2020-06-12] 178: Checking tracker ** [20:42:39 2020-06-12] 178: Checking user_migrations ** [20:42:39 2020-06-12] 178: Checking batch_updates ** [20:42:39 2020-06-12] 178: Checking gears ** [20:42:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:42:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:44 2020-06-12] 178: Checking imports ** [20:42:44 2020-06-12] 178: Checking exports ** [20:42:44 2020-06-12] 178: Checking users ** [20:42:44 2020-06-12] 178: Checking user_dbs ** [20:42:44 2020-06-12] 178: Checking geocodings ** [20:42:44 2020-06-12] 178: Checking synchronizations ** [20:42:44 2020-06-12] 178: Checking tracker ** [20:42:44 2020-06-12] 178: Checking user_migrations ** [20:42:44 2020-06-12] 178: Checking batch_updates ** [20:42:44 2020-06-12] 178: Checking gears ** [20:42:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:42:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:49 2020-06-12] 178: Checking imports ** [20:42:49 2020-06-12] 178: Checking exports ** [20:42:49 2020-06-12] 178: Checking users ** [20:42:49 2020-06-12] 178: Checking user_dbs ** [20:42:49 2020-06-12] 178: Checking geocodings ** [20:42:49 2020-06-12] 178: Checking synchronizations ** [20:42:49 2020-06-12] 178: Checking tracker ** [20:42:49 2020-06-12] 178: Checking user_migrations ** [20:42:49 2020-06-12] 178: Checking batch_updates ** [20:42:49 2020-06-12] 178: Checking gears ** [20:42:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:42:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:54 2020-06-12] 178: Checking imports ** [20:42:54 2020-06-12] 178: Checking exports ** [20:42:54 2020-06-12] 178: Checking users ** [20:42:54 2020-06-12] 178: Checking user_dbs ** [20:42:54 2020-06-12] 178: Checking geocodings ** [20:42:54 2020-06-12] 178: Checking synchronizations ** [20:42:54 2020-06-12] 178: Checking tracker ** [20:42:54 2020-06-12] 178: Checking user_migrations ** [20:42:54 2020-06-12] 178: Checking batch_updates ** [20:42:54 2020-06-12] 178: Checking gears ** [20:42:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:42:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:59 2020-06-12] 178: Checking imports ** [20:42:59 2020-06-12] 178: Checking exports ** [20:42:59 2020-06-12] 178: Checking users ** [20:42:59 2020-06-12] 178: Checking user_dbs ** [20:42:59 2020-06-12] 178: Checking geocodings ** [20:42:59 2020-06-12] 178: Checking synchronizations ** [20:42:59 2020-06-12] 178: Checking tracker ** [20:42:59 2020-06-12] 178: Checking user_migrations ** [20:42:59 2020-06-12] 178: Checking batch_updates ** [20:42:59 2020-06-12] 178: Checking gears ** [20:42:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:42:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:04 2020-06-12] 178: Checking imports ** [20:43:04 2020-06-12] 178: Checking exports ** [20:43:04 2020-06-12] 178: Checking users ** [20:43:04 2020-06-12] 178: Checking user_dbs ** [20:43:04 2020-06-12] 178: Checking geocodings ** [20:43:04 2020-06-12] 178: Checking synchronizations ** [20:43:04 2020-06-12] 178: Checking tracker ** [20:43:04 2020-06-12] 178: Checking user_migrations ** [20:43:04 2020-06-12] 178: Checking batch_updates ** [20:43:04 2020-06-12] 178: Checking gears ** [20:43:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:43:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:09 2020-06-12] 178: Checking imports ** [20:43:09 2020-06-12] 178: Checking exports ** [20:43:09 2020-06-12] 178: Checking users ** [20:43:09 2020-06-12] 178: Checking user_dbs ** [20:43:09 2020-06-12] 178: Checking geocodings ** [20:43:09 2020-06-12] 178: Checking synchronizations ** [20:43:09 2020-06-12] 178: Checking tracker ** [20:43:09 2020-06-12] 178: Checking user_migrations ** [20:43:09 2020-06-12] 178: Checking batch_updates ** [20:43:09 2020-06-12] 178: Checking gears ** [20:43:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:43:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:14 2020-06-12] 178: Checking imports ** [20:43:14 2020-06-12] 178: Checking exports ** [20:43:14 2020-06-12] 178: Checking users ** [20:43:14 2020-06-12] 178: Checking user_dbs ** [20:43:14 2020-06-12] 178: Checking geocodings ** [20:43:14 2020-06-12] 178: Checking synchronizations ** [20:43:14 2020-06-12] 178: Checking tracker ** [20:43:14 2020-06-12] 178: Checking user_migrations ** [20:43:14 2020-06-12] 178: Checking batch_updates ** [20:43:14 2020-06-12] 178: Checking gears ** [20:43:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:43:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:19 2020-06-12] 178: Checking imports ** [20:43:19 2020-06-12] 178: Checking exports ** [20:43:19 2020-06-12] 178: Checking users ** [20:43:19 2020-06-12] 178: Checking user_dbs ** [20:43:19 2020-06-12] 178: Checking geocodings ** [20:43:19 2020-06-12] 178: Checking synchronizations ** [20:43:19 2020-06-12] 178: Checking tracker ** [20:43:19 2020-06-12] 178: Checking user_migrations ** [20:43:19 2020-06-12] 178: Checking batch_updates ** [20:43:19 2020-06-12] 178: Checking gears ** [20:43:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:43:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:24 2020-06-12] 178: Checking imports ** [20:43:24 2020-06-12] 178: Checking exports ** [20:43:24 2020-06-12] 178: Checking users ** [20:43:24 2020-06-12] 178: Checking user_dbs ** [20:43:24 2020-06-12] 178: Checking geocodings ** [20:43:24 2020-06-12] 178: Checking synchronizations ** [20:43:24 2020-06-12] 178: Checking tracker ** [20:43:24 2020-06-12] 178: Checking user_migrations ** [20:43:24 2020-06-12] 178: Checking batch_updates ** [20:43:24 2020-06-12] 178: Checking gears ** [20:43:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:43:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:29 2020-06-12] 178: Checking imports ** [20:43:29 2020-06-12] 178: Checking exports ** [20:43:29 2020-06-12] 178: Checking users ** [20:43:29 2020-06-12] 178: Checking user_dbs ** [20:43:29 2020-06-12] 178: Checking geocodings ** [20:43:29 2020-06-12] 178: Checking synchronizations ** [20:43:29 2020-06-12] 178: Checking tracker ** [20:43:29 2020-06-12] 178: Checking user_migrations ** [20:43:29 2020-06-12] 178: Checking batch_updates ** [20:43:29 2020-06-12] 178: Checking gears ** [20:43:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:43:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:34 2020-06-12] 178: Checking imports ** [20:43:34 2020-06-12] 178: Checking exports ** [20:43:34 2020-06-12] 178: Checking users ** [20:43:34 2020-06-12] 178: Checking user_dbs ** [20:43:34 2020-06-12] 178: Checking geocodings ** [20:43:34 2020-06-12] 178: Checking synchronizations ** [20:43:34 2020-06-12] 178: Checking tracker ** [20:43:34 2020-06-12] 178: Checking user_migrations ** [20:43:34 2020-06-12] 178: Checking batch_updates ** [20:43:34 2020-06-12] 178: Checking gears ** [20:43:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:43:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:39 2020-06-12] 178: Checking imports ** [20:43:39 2020-06-12] 178: Checking exports ** [20:43:39 2020-06-12] 178: Checking users ** [20:43:39 2020-06-12] 178: Checking user_dbs ** [20:43:39 2020-06-12] 178: Checking geocodings ** [20:43:39 2020-06-12] 178: Checking synchronizations ** [20:43:39 2020-06-12] 178: Checking tracker ** [20:43:39 2020-06-12] 178: Checking user_migrations ** [20:43:39 2020-06-12] 178: Checking batch_updates ** [20:43:39 2020-06-12] 178: Checking gears ** [20:43:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:43:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:44 2020-06-12] 178: Checking imports ** [20:43:44 2020-06-12] 178: Checking exports ** [20:43:44 2020-06-12] 178: Checking users ** [20:43:44 2020-06-12] 178: Checking user_dbs ** [20:43:44 2020-06-12] 178: Checking geocodings ** [20:43:44 2020-06-12] 178: Checking synchronizations ** [20:43:44 2020-06-12] 178: Checking tracker ** [20:43:44 2020-06-12] 178: Checking user_migrations ** [20:43:44 2020-06-12] 178: Checking batch_updates ** [20:43:44 2020-06-12] 178: Checking gears ** [20:43:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:43:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:49 2020-06-12] 178: Checking imports ** [20:43:49 2020-06-12] 178: Checking exports ** [20:43:49 2020-06-12] 178: Checking users ** [20:43:49 2020-06-12] 178: Checking user_dbs ** [20:43:49 2020-06-12] 178: Checking geocodings ** [20:43:49 2020-06-12] 178: Checking synchronizations ** [20:43:49 2020-06-12] 178: Checking tracker ** [20:43:49 2020-06-12] 178: Checking user_migrations ** [20:43:49 2020-06-12] 178: Checking batch_updates ** [20:43:49 2020-06-12] 178: Checking gears ** [20:43:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:43:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:54 2020-06-12] 178: Checking imports ** [20:43:54 2020-06-12] 178: Checking exports ** [20:43:54 2020-06-12] 178: Checking users ** [20:43:54 2020-06-12] 178: Checking user_dbs ** [20:43:54 2020-06-12] 178: Checking geocodings ** [20:43:54 2020-06-12] 178: Checking synchronizations ** [20:43:54 2020-06-12] 178: Checking tracker ** [20:43:54 2020-06-12] 178: Checking user_migrations ** [20:43:54 2020-06-12] 178: Checking batch_updates ** [20:43:54 2020-06-12] 178: Checking gears ** [20:43:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:43:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:59 2020-06-12] 178: Checking imports ** [20:43:59 2020-06-12] 178: Checking exports ** [20:43:59 2020-06-12] 178: Checking users ** [20:43:59 2020-06-12] 178: Checking user_dbs ** [20:43:59 2020-06-12] 178: Checking geocodings ** [20:43:59 2020-06-12] 178: Checking synchronizations ** [20:43:59 2020-06-12] 178: Checking tracker ** [20:43:59 2020-06-12] 178: Checking user_migrations ** [20:43:59 2020-06-12] 178: Checking batch_updates ** [20:43:59 2020-06-12] 178: Checking gears ** [20:43:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:43:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:04 2020-06-12] 178: Checking imports ** [20:44:04 2020-06-12] 178: Checking exports ** [20:44:04 2020-06-12] 178: Checking users ** [20:44:04 2020-06-12] 178: Checking user_dbs ** [20:44:04 2020-06-12] 178: Checking geocodings ** [20:44:04 2020-06-12] 178: Checking synchronizations ** [20:44:04 2020-06-12] 178: Checking tracker ** [20:44:04 2020-06-12] 178: Checking user_migrations ** [20:44:04 2020-06-12] 178: Checking batch_updates ** [20:44:04 2020-06-12] 178: Checking gears ** [20:44:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:44:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:09 2020-06-12] 178: Checking imports ** [20:44:09 2020-06-12] 178: Checking exports ** [20:44:09 2020-06-12] 178: Checking users ** [20:44:09 2020-06-12] 178: Checking user_dbs ** [20:44:09 2020-06-12] 178: Checking geocodings ** [20:44:09 2020-06-12] 178: Checking synchronizations ** [20:44:09 2020-06-12] 178: Checking tracker ** [20:44:09 2020-06-12] 178: Checking user_migrations ** [20:44:09 2020-06-12] 178: Checking batch_updates ** [20:44:09 2020-06-12] 178: Checking gears ** [20:44:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:44:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:14 2020-06-12] 178: Checking imports ** [20:44:14 2020-06-12] 178: Checking exports ** [20:44:14 2020-06-12] 178: Checking users ** [20:44:14 2020-06-12] 178: Checking user_dbs ** [20:44:14 2020-06-12] 178: Checking geocodings ** [20:44:14 2020-06-12] 178: Checking synchronizations ** [20:44:14 2020-06-12] 178: Checking tracker ** [20:44:14 2020-06-12] 178: Checking user_migrations ** [20:44:14 2020-06-12] 178: Checking batch_updates ** [20:44:14 2020-06-12] 178: Checking gears ** [20:44:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:44:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:19 2020-06-12] 178: Checking imports ** [20:44:19 2020-06-12] 178: Checking exports ** [20:44:19 2020-06-12] 178: Checking users ** [20:44:19 2020-06-12] 178: Checking user_dbs ** [20:44:19 2020-06-12] 178: Checking geocodings ** [20:44:19 2020-06-12] 178: Checking synchronizations ** [20:44:19 2020-06-12] 178: Checking tracker ** [20:44:19 2020-06-12] 178: Checking user_migrations ** [20:44:19 2020-06-12] 178: Checking batch_updates ** [20:44:19 2020-06-12] 178: Checking gears ** [20:44:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:44:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:24 2020-06-12] 178: Checking imports ** [20:44:24 2020-06-12] 178: Checking exports ** [20:44:24 2020-06-12] 178: Checking users ** [20:44:24 2020-06-12] 178: Checking user_dbs ** [20:44:24 2020-06-12] 178: Checking geocodings ** [20:44:24 2020-06-12] 178: Checking synchronizations ** [20:44:24 2020-06-12] 178: Checking tracker ** [20:44:24 2020-06-12] 178: Checking user_migrations ** [20:44:24 2020-06-12] 178: Checking batch_updates ** [20:44:24 2020-06-12] 178: Checking gears ** [20:44:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:44:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:29 2020-06-12] 178: Checking imports ** [20:44:29 2020-06-12] 178: Checking exports ** [20:44:29 2020-06-12] 178: Checking users ** [20:44:29 2020-06-12] 178: Checking user_dbs ** [20:44:29 2020-06-12] 178: Checking geocodings ** [20:44:29 2020-06-12] 178: Checking synchronizations ** [20:44:29 2020-06-12] 178: Checking tracker ** [20:44:29 2020-06-12] 178: Checking user_migrations ** [20:44:29 2020-06-12] 178: Checking batch_updates ** [20:44:29 2020-06-12] 178: Checking gears ** [20:44:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:44:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:34 2020-06-12] 178: Checking imports ** [20:44:34 2020-06-12] 178: Checking exports ** [20:44:34 2020-06-12] 178: Checking users ** [20:44:34 2020-06-12] 178: Checking user_dbs ** [20:44:34 2020-06-12] 178: Checking geocodings ** [20:44:34 2020-06-12] 178: Checking synchronizations ** [20:44:34 2020-06-12] 178: Checking tracker ** [20:44:34 2020-06-12] 178: Checking user_migrations ** [20:44:34 2020-06-12] 178: Checking batch_updates ** [20:44:34 2020-06-12] 178: Checking gears ** [20:44:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:44:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:39 2020-06-12] 178: Checking imports ** [20:44:39 2020-06-12] 178: Checking exports ** [20:44:39 2020-06-12] 178: Checking users ** [20:44:39 2020-06-12] 178: Checking user_dbs ** [20:44:39 2020-06-12] 178: Checking geocodings ** [20:44:39 2020-06-12] 178: Checking synchronizations ** [20:44:39 2020-06-12] 178: Checking tracker ** [20:44:39 2020-06-12] 178: Checking user_migrations ** [20:44:39 2020-06-12] 178: Checking batch_updates ** [20:44:39 2020-06-12] 178: Checking gears ** [20:44:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:44:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:44 2020-06-12] 178: Checking imports ** [20:44:44 2020-06-12] 178: Checking exports ** [20:44:44 2020-06-12] 178: Checking users ** [20:44:44 2020-06-12] 178: Checking user_dbs ** [20:44:44 2020-06-12] 178: Checking geocodings ** [20:44:44 2020-06-12] 178: Checking synchronizations ** [20:44:44 2020-06-12] 178: Checking tracker ** [20:44:44 2020-06-12] 178: Checking user_migrations ** [20:44:44 2020-06-12] 178: Checking batch_updates ** [20:44:44 2020-06-12] 178: Checking gears ** [20:44:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:44:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:49 2020-06-12] 178: Checking imports ** [20:44:49 2020-06-12] 178: Checking exports ** [20:44:49 2020-06-12] 178: Checking users ** [20:44:49 2020-06-12] 178: Checking user_dbs ** [20:44:49 2020-06-12] 178: Checking geocodings ** [20:44:49 2020-06-12] 178: Checking synchronizations ** [20:44:49 2020-06-12] 178: Checking tracker ** [20:44:49 2020-06-12] 178: Checking user_migrations ** [20:44:49 2020-06-12] 178: Checking batch_updates ** [20:44:49 2020-06-12] 178: Checking gears ** [20:44:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:44:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:54 2020-06-12] 178: Checking imports ** [20:44:54 2020-06-12] 178: Checking exports ** [20:44:54 2020-06-12] 178: Checking users ** [20:44:54 2020-06-12] 178: Checking user_dbs ** [20:44:54 2020-06-12] 178: Checking geocodings ** [20:44:54 2020-06-12] 178: Checking synchronizations ** [20:44:54 2020-06-12] 178: Checking tracker ** [20:44:54 2020-06-12] 178: Checking user_migrations ** [20:44:54 2020-06-12] 178: Checking batch_updates ** [20:44:54 2020-06-12] 178: Checking gears ** [20:44:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:44:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:59 2020-06-12] 178: Checking imports ** [20:44:59 2020-06-12] 178: Checking exports ** [20:44:59 2020-06-12] 178: Checking users ** [20:44:59 2020-06-12] 178: Checking user_dbs ** [20:44:59 2020-06-12] 178: Checking geocodings ** [20:44:59 2020-06-12] 178: Checking synchronizations ** [20:44:59 2020-06-12] 178: Checking tracker ** [20:44:59 2020-06-12] 178: Checking user_migrations ** [20:44:59 2020-06-12] 178: Checking batch_updates ** [20:44:59 2020-06-12] 178: Checking gears ** [20:44:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:44:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:04 2020-06-12] 178: Checking imports ** [20:45:04 2020-06-12] 178: Checking exports ** [20:45:04 2020-06-12] 178: Checking users ** [20:45:04 2020-06-12] 178: Checking user_dbs ** [20:45:04 2020-06-12] 178: Checking geocodings ** [20:45:04 2020-06-12] 178: Checking synchronizations ** [20:45:04 2020-06-12] 178: Checking tracker ** [20:45:04 2020-06-12] 178: Checking user_migrations ** [20:45:04 2020-06-12] 178: Checking batch_updates ** [20:45:04 2020-06-12] 178: Checking gears ** [20:45:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:45:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:09 2020-06-12] 178: Checking imports ** [20:45:09 2020-06-12] 178: Checking exports ** [20:45:09 2020-06-12] 178: Checking users ** [20:45:09 2020-06-12] 178: Checking user_dbs ** [20:45:09 2020-06-12] 178: Checking geocodings ** [20:45:09 2020-06-12] 178: Checking synchronizations ** [20:45:09 2020-06-12] 178: Checking tracker ** [20:45:09 2020-06-12] 178: Checking user_migrations ** [20:45:09 2020-06-12] 178: Checking batch_updates ** [20:45:09 2020-06-12] 178: Checking gears ** [20:45:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:45:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:14 2020-06-12] 178: Checking imports ** [20:45:14 2020-06-12] 178: Checking exports ** [20:45:14 2020-06-12] 178: Checking users ** [20:45:14 2020-06-12] 178: Checking user_dbs ** [20:45:14 2020-06-12] 178: Checking geocodings ** [20:45:14 2020-06-12] 178: Checking synchronizations ** [20:45:14 2020-06-12] 178: Checking tracker ** [20:45:14 2020-06-12] 178: Checking user_migrations ** [20:45:14 2020-06-12] 178: Checking batch_updates ** [20:45:14 2020-06-12] 178: Checking gears ** [20:45:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:45:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:19 2020-06-12] 178: Checking imports ** [20:45:19 2020-06-12] 178: Checking exports ** [20:45:19 2020-06-12] 178: Checking users ** [20:45:19 2020-06-12] 178: Checking user_dbs ** [20:45:19 2020-06-12] 178: Checking geocodings ** [20:45:19 2020-06-12] 178: Checking synchronizations ** [20:45:19 2020-06-12] 178: Checking tracker ** [20:45:19 2020-06-12] 178: Checking user_migrations ** [20:45:19 2020-06-12] 178: Checking batch_updates ** [20:45:19 2020-06-12] 178: Checking gears ** [20:45:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:45:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:24 2020-06-12] 178: Checking imports ** [20:45:24 2020-06-12] 178: Checking exports ** [20:45:24 2020-06-12] 178: Checking users ** [20:45:24 2020-06-12] 178: Checking user_dbs ** [20:45:24 2020-06-12] 178: Checking geocodings ** [20:45:24 2020-06-12] 178: Checking synchronizations ** [20:45:24 2020-06-12] 178: Checking tracker ** [20:45:24 2020-06-12] 178: Checking user_migrations ** [20:45:24 2020-06-12] 178: Checking batch_updates ** [20:45:24 2020-06-12] 178: Checking gears ** [20:45:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:45:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:29 2020-06-12] 178: Checking imports ** [20:45:29 2020-06-12] 178: Checking exports ** [20:45:29 2020-06-12] 178: Checking users ** [20:45:29 2020-06-12] 178: Checking user_dbs ** [20:45:29 2020-06-12] 178: Checking geocodings ** [20:45:29 2020-06-12] 178: Checking synchronizations ** [20:45:29 2020-06-12] 178: Checking tracker ** [20:45:29 2020-06-12] 178: Checking user_migrations ** [20:45:29 2020-06-12] 178: Checking batch_updates ** [20:45:29 2020-06-12] 178: Checking gears ** [20:45:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:45:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:34 2020-06-12] 178: Checking imports ** [20:45:34 2020-06-12] 178: Checking exports ** [20:45:34 2020-06-12] 178: Checking users ** [20:45:34 2020-06-12] 178: Checking user_dbs ** [20:45:34 2020-06-12] 178: Checking geocodings ** [20:45:34 2020-06-12] 178: Checking synchronizations ** [20:45:34 2020-06-12] 178: Checking tracker ** [20:45:34 2020-06-12] 178: Checking user_migrations ** [20:45:34 2020-06-12] 178: Checking batch_updates ** [20:45:34 2020-06-12] 178: Checking gears ** [20:45:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:45:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:39 2020-06-12] 178: Checking imports ** [20:45:39 2020-06-12] 178: Checking exports ** [20:45:39 2020-06-12] 178: Checking users ** [20:45:39 2020-06-12] 178: Checking user_dbs ** [20:45:39 2020-06-12] 178: Checking geocodings ** [20:45:39 2020-06-12] 178: Checking synchronizations ** [20:45:39 2020-06-12] 178: Checking tracker ** [20:45:39 2020-06-12] 178: Checking user_migrations ** [20:45:39 2020-06-12] 178: Checking batch_updates ** [20:45:39 2020-06-12] 178: Checking gears ** [20:45:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:45:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:44 2020-06-12] 178: Checking imports ** [20:45:44 2020-06-12] 178: Checking exports ** [20:45:44 2020-06-12] 178: Checking users ** [20:45:44 2020-06-12] 178: Checking user_dbs ** [20:45:44 2020-06-12] 178: Checking geocodings ** [20:45:44 2020-06-12] 178: Checking synchronizations ** [20:45:44 2020-06-12] 178: Checking tracker ** [20:45:44 2020-06-12] 178: Checking user_migrations ** [20:45:44 2020-06-12] 178: Checking batch_updates ** [20:45:44 2020-06-12] 178: Checking gears ** [20:45:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:45:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:49 2020-06-12] 178: Checking imports ** [20:45:49 2020-06-12] 178: Checking exports ** [20:45:49 2020-06-12] 178: Checking users ** [20:45:49 2020-06-12] 178: Checking user_dbs ** [20:45:49 2020-06-12] 178: Checking geocodings ** [20:45:49 2020-06-12] 178: Checking synchronizations ** [20:45:49 2020-06-12] 178: Checking tracker ** [20:45:49 2020-06-12] 178: Checking user_migrations ** [20:45:49 2020-06-12] 178: Checking batch_updates ** [20:45:49 2020-06-12] 178: Checking gears ** [20:45:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:45:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:54 2020-06-12] 178: Checking imports ** [20:45:54 2020-06-12] 178: Checking exports ** [20:45:54 2020-06-12] 178: Checking users ** [20:45:54 2020-06-12] 178: Checking user_dbs ** [20:45:54 2020-06-12] 178: Checking geocodings ** [20:45:54 2020-06-12] 178: Checking synchronizations ** [20:45:54 2020-06-12] 178: Checking tracker ** [20:45:54 2020-06-12] 178: Checking user_migrations ** [20:45:54 2020-06-12] 178: Checking batch_updates ** [20:45:54 2020-06-12] 178: Checking gears ** [20:45:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:45:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:59 2020-06-12] 178: Checking imports ** [20:45:59 2020-06-12] 178: Checking exports ** [20:45:59 2020-06-12] 178: Checking users ** [20:45:59 2020-06-12] 178: Checking user_dbs ** [20:45:59 2020-06-12] 178: Checking geocodings ** [20:45:59 2020-06-12] 178: Checking synchronizations ** [20:45:59 2020-06-12] 178: Checking tracker ** [20:45:59 2020-06-12] 178: Checking user_migrations ** [20:45:59 2020-06-12] 178: Checking batch_updates ** [20:45:59 2020-06-12] 178: Checking gears ** [20:45:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:45:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:04 2020-06-12] 178: Checking imports ** [20:46:04 2020-06-12] 178: Checking exports ** [20:46:04 2020-06-12] 178: Checking users ** [20:46:04 2020-06-12] 178: Checking user_dbs ** [20:46:04 2020-06-12] 178: Checking geocodings ** [20:46:04 2020-06-12] 178: Checking synchronizations ** [20:46:04 2020-06-12] 178: Checking tracker ** [20:46:04 2020-06-12] 178: Checking user_migrations ** [20:46:04 2020-06-12] 178: Checking batch_updates ** [20:46:04 2020-06-12] 178: Checking gears ** [20:46:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:46:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:09 2020-06-12] 178: Checking imports ** [20:46:09 2020-06-12] 178: Checking exports ** [20:46:09 2020-06-12] 178: Checking users ** [20:46:09 2020-06-12] 178: Checking user_dbs ** [20:46:09 2020-06-12] 178: Checking geocodings ** [20:46:09 2020-06-12] 178: Checking synchronizations ** [20:46:09 2020-06-12] 178: Checking tracker ** [20:46:09 2020-06-12] 178: Checking user_migrations ** [20:46:09 2020-06-12] 178: Checking batch_updates ** [20:46:09 2020-06-12] 178: Checking gears ** [20:46:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:46:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:14 2020-06-12] 178: Checking imports ** [20:46:14 2020-06-12] 178: Checking exports ** [20:46:14 2020-06-12] 178: Checking users ** [20:46:14 2020-06-12] 178: Checking user_dbs ** [20:46:14 2020-06-12] 178: Checking geocodings ** [20:46:14 2020-06-12] 178: Checking synchronizations ** [20:46:14 2020-06-12] 178: Checking tracker ** [20:46:14 2020-06-12] 178: Checking user_migrations ** [20:46:14 2020-06-12] 178: Checking batch_updates ** [20:46:14 2020-06-12] 178: Checking gears ** [20:46:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:46:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:19 2020-06-12] 178: Checking imports ** [20:46:19 2020-06-12] 178: Checking exports ** [20:46:19 2020-06-12] 178: Checking users ** [20:46:19 2020-06-12] 178: Checking user_dbs ** [20:46:19 2020-06-12] 178: Checking geocodings ** [20:46:19 2020-06-12] 178: Checking synchronizations ** [20:46:19 2020-06-12] 178: Checking tracker ** [20:46:19 2020-06-12] 178: Checking user_migrations ** [20:46:19 2020-06-12] 178: Checking batch_updates ** [20:46:19 2020-06-12] 178: Checking gears ** [20:46:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:46:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:24 2020-06-12] 178: Checking imports ** [20:46:24 2020-06-12] 178: Checking exports ** [20:46:24 2020-06-12] 178: Checking users ** [20:46:24 2020-06-12] 178: Checking user_dbs ** [20:46:24 2020-06-12] 178: Checking geocodings ** [20:46:24 2020-06-12] 178: Checking synchronizations ** [20:46:24 2020-06-12] 178: Checking tracker ** [20:46:24 2020-06-12] 178: Checking user_migrations ** [20:46:24 2020-06-12] 178: Checking batch_updates ** [20:46:24 2020-06-12] 178: Checking gears ** [20:46:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:46:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:29 2020-06-12] 178: Checking imports ** [20:46:29 2020-06-12] 178: Checking exports ** [20:46:29 2020-06-12] 178: Checking users ** [20:46:29 2020-06-12] 178: Checking user_dbs ** [20:46:29 2020-06-12] 178: Checking geocodings ** [20:46:29 2020-06-12] 178: Checking synchronizations ** [20:46:29 2020-06-12] 178: Checking tracker ** [20:46:29 2020-06-12] 178: Checking user_migrations ** [20:46:29 2020-06-12] 178: Checking batch_updates ** [20:46:29 2020-06-12] 178: Checking gears ** [20:46:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:46:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:34 2020-06-12] 178: Checking imports ** [20:46:34 2020-06-12] 178: Checking exports ** [20:46:34 2020-06-12] 178: Checking users ** [20:46:34 2020-06-12] 178: Checking user_dbs ** [20:46:34 2020-06-12] 178: Checking geocodings ** [20:46:34 2020-06-12] 178: Checking synchronizations ** [20:46:34 2020-06-12] 178: Checking tracker ** [20:46:34 2020-06-12] 178: Checking user_migrations ** [20:46:34 2020-06-12] 178: Checking batch_updates ** [20:46:34 2020-06-12] 178: Checking gears ** [20:46:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:46:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:39 2020-06-12] 178: Checking imports ** [20:46:39 2020-06-12] 178: Checking exports ** [20:46:39 2020-06-12] 178: Checking users ** [20:46:39 2020-06-12] 178: Checking user_dbs ** [20:46:39 2020-06-12] 178: Checking geocodings ** [20:46:39 2020-06-12] 178: Checking synchronizations ** [20:46:39 2020-06-12] 178: Checking tracker ** [20:46:39 2020-06-12] 178: Checking user_migrations ** [20:46:39 2020-06-12] 178: Checking batch_updates ** [20:46:39 2020-06-12] 178: Checking gears ** [20:46:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:46:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:44 2020-06-12] 178: Checking imports ** [20:46:44 2020-06-12] 178: Checking exports ** [20:46:44 2020-06-12] 178: Checking users ** [20:46:44 2020-06-12] 178: Checking user_dbs ** [20:46:44 2020-06-12] 178: Checking geocodings ** [20:46:44 2020-06-12] 178: Checking synchronizations ** [20:46:44 2020-06-12] 178: Checking tracker ** [20:46:44 2020-06-12] 178: Checking user_migrations ** [20:46:44 2020-06-12] 178: Checking batch_updates ** [20:46:44 2020-06-12] 178: Checking gears ** [20:46:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:46:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:49 2020-06-12] 178: Checking imports ** [20:46:49 2020-06-12] 178: Checking exports ** [20:46:49 2020-06-12] 178: Checking users ** [20:46:49 2020-06-12] 178: Checking user_dbs ** [20:46:49 2020-06-12] 178: Checking geocodings ** [20:46:49 2020-06-12] 178: Checking synchronizations ** [20:46:49 2020-06-12] 178: Checking tracker ** [20:46:49 2020-06-12] 178: Checking user_migrations ** [20:46:49 2020-06-12] 178: Checking batch_updates ** [20:46:49 2020-06-12] 178: Checking gears ** [20:46:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:46:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:54 2020-06-12] 178: Checking imports ** [20:46:54 2020-06-12] 178: Checking exports ** [20:46:54 2020-06-12] 178: Checking users ** [20:46:54 2020-06-12] 178: Checking user_dbs ** [20:46:54 2020-06-12] 178: Checking geocodings ** [20:46:54 2020-06-12] 178: Checking synchronizations ** [20:46:54 2020-06-12] 178: Checking tracker ** [20:46:54 2020-06-12] 178: Checking user_migrations ** [20:46:54 2020-06-12] 178: Checking batch_updates ** [20:46:54 2020-06-12] 178: Checking gears ** [20:46:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:46:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:59 2020-06-12] 178: Checking imports ** [20:46:59 2020-06-12] 178: Checking exports ** [20:46:59 2020-06-12] 178: Checking users ** [20:46:59 2020-06-12] 178: Checking user_dbs ** [20:46:59 2020-06-12] 178: Checking geocodings ** [20:46:59 2020-06-12] 178: Checking synchronizations ** [20:46:59 2020-06-12] 178: Checking tracker ** [20:46:59 2020-06-12] 178: Checking user_migrations ** [20:46:59 2020-06-12] 178: Checking batch_updates ** [20:46:59 2020-06-12] 178: Checking gears ** [20:46:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:46:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:04 2020-06-12] 178: Checking imports ** [20:47:04 2020-06-12] 178: Checking exports ** [20:47:04 2020-06-12] 178: Checking users ** [20:47:04 2020-06-12] 178: Checking user_dbs ** [20:47:04 2020-06-12] 178: Checking geocodings ** [20:47:04 2020-06-12] 178: Checking synchronizations ** [20:47:04 2020-06-12] 178: Checking tracker ** [20:47:04 2020-06-12] 178: Checking user_migrations ** [20:47:04 2020-06-12] 178: Checking batch_updates ** [20:47:04 2020-06-12] 178: Checking gears ** [20:47:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:47:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:09 2020-06-12] 178: Checking imports ** [20:47:09 2020-06-12] 178: Checking exports ** [20:47:09 2020-06-12] 178: Checking users ** [20:47:09 2020-06-12] 178: Checking user_dbs ** [20:47:09 2020-06-12] 178: Checking geocodings ** [20:47:09 2020-06-12] 178: Checking synchronizations ** [20:47:09 2020-06-12] 178: Checking tracker ** [20:47:09 2020-06-12] 178: Checking user_migrations ** [20:47:09 2020-06-12] 178: Checking batch_updates ** [20:47:09 2020-06-12] 178: Checking gears ** [20:47:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:47:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:14 2020-06-12] 178: Checking imports ** [20:47:14 2020-06-12] 178: Checking exports ** [20:47:14 2020-06-12] 178: Checking users ** [20:47:14 2020-06-12] 178: Checking user_dbs ** [20:47:14 2020-06-12] 178: Checking geocodings ** [20:47:14 2020-06-12] 178: Checking synchronizations ** [20:47:14 2020-06-12] 178: Checking tracker ** [20:47:14 2020-06-12] 178: Checking user_migrations ** [20:47:14 2020-06-12] 178: Checking batch_updates ** [20:47:14 2020-06-12] 178: Checking gears ** [20:47:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:47:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:19 2020-06-12] 178: Checking imports ** [20:47:19 2020-06-12] 178: Checking exports ** [20:47:19 2020-06-12] 178: Checking users ** [20:47:19 2020-06-12] 178: Checking user_dbs ** [20:47:19 2020-06-12] 178: Checking geocodings ** [20:47:19 2020-06-12] 178: Checking synchronizations ** [20:47:19 2020-06-12] 178: Checking tracker ** [20:47:19 2020-06-12] 178: Checking user_migrations ** [20:47:19 2020-06-12] 178: Checking batch_updates ** [20:47:19 2020-06-12] 178: Checking gears ** [20:47:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:47:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:24 2020-06-12] 178: Checking imports ** [20:47:24 2020-06-12] 178: Checking exports ** [20:47:24 2020-06-12] 178: Checking users ** [20:47:24 2020-06-12] 178: Checking user_dbs ** [20:47:24 2020-06-12] 178: Checking geocodings ** [20:47:24 2020-06-12] 178: Checking synchronizations ** [20:47:24 2020-06-12] 178: Checking tracker ** [20:47:24 2020-06-12] 178: Checking user_migrations ** [20:47:24 2020-06-12] 178: Checking batch_updates ** [20:47:24 2020-06-12] 178: Checking gears ** [20:47:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:47:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:29 2020-06-12] 178: Checking imports ** [20:47:29 2020-06-12] 178: Checking exports ** [20:47:29 2020-06-12] 178: Checking users ** [20:47:29 2020-06-12] 178: Checking user_dbs ** [20:47:29 2020-06-12] 178: Checking geocodings ** [20:47:29 2020-06-12] 178: Checking synchronizations ** [20:47:29 2020-06-12] 178: Checking tracker ** [20:47:29 2020-06-12] 178: Checking user_migrations ** [20:47:29 2020-06-12] 178: Checking batch_updates ** [20:47:29 2020-06-12] 178: Checking gears ** [20:47:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:47:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:34 2020-06-12] 178: Checking imports ** [20:47:34 2020-06-12] 178: Checking exports ** [20:47:34 2020-06-12] 178: Checking users ** [20:47:34 2020-06-12] 178: Checking user_dbs ** [20:47:34 2020-06-12] 178: Checking geocodings ** [20:47:34 2020-06-12] 178: Checking synchronizations ** [20:47:34 2020-06-12] 178: Checking tracker ** [20:47:34 2020-06-12] 178: Checking user_migrations ** [20:47:34 2020-06-12] 178: Checking batch_updates ** [20:47:34 2020-06-12] 178: Checking gears ** [20:47:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:47:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:39 2020-06-12] 178: Checking imports ** [20:47:39 2020-06-12] 178: Checking exports ** [20:47:39 2020-06-12] 178: Checking users ** [20:47:39 2020-06-12] 178: Checking user_dbs ** [20:47:39 2020-06-12] 178: Checking geocodings ** [20:47:39 2020-06-12] 178: Checking synchronizations ** [20:47:39 2020-06-12] 178: Checking tracker ** [20:47:39 2020-06-12] 178: Checking user_migrations ** [20:47:39 2020-06-12] 178: Checking batch_updates ** [20:47:39 2020-06-12] 178: Checking gears ** [20:47:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:47:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:44 2020-06-12] 178: Checking imports ** [20:47:44 2020-06-12] 178: Checking exports ** [20:47:44 2020-06-12] 178: Checking users ** [20:47:44 2020-06-12] 178: Checking user_dbs ** [20:47:44 2020-06-12] 178: Checking geocodings ** [20:47:44 2020-06-12] 178: Checking synchronizations ** [20:47:44 2020-06-12] 178: Checking tracker ** [20:47:44 2020-06-12] 178: Checking user_migrations ** [20:47:44 2020-06-12] 178: Checking batch_updates ** [20:47:44 2020-06-12] 178: Checking gears ** [20:47:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:47:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:49 2020-06-12] 178: Checking imports ** [20:47:49 2020-06-12] 178: Checking exports ** [20:47:49 2020-06-12] 178: Checking users ** [20:47:49 2020-06-12] 178: Checking user_dbs ** [20:47:49 2020-06-12] 178: Checking geocodings ** [20:47:49 2020-06-12] 178: Checking synchronizations ** [20:47:49 2020-06-12] 178: Checking tracker ** [20:47:49 2020-06-12] 178: Checking user_migrations ** [20:47:49 2020-06-12] 178: Checking batch_updates ** [20:47:49 2020-06-12] 178: Checking gears ** [20:47:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:47:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:54 2020-06-12] 178: Checking imports ** [20:47:54 2020-06-12] 178: Checking exports ** [20:47:54 2020-06-12] 178: Checking users ** [20:47:54 2020-06-12] 178: Checking user_dbs ** [20:47:54 2020-06-12] 178: Checking geocodings ** [20:47:54 2020-06-12] 178: Checking synchronizations ** [20:47:54 2020-06-12] 178: Checking tracker ** [20:47:54 2020-06-12] 178: Checking user_migrations ** [20:47:54 2020-06-12] 178: Checking batch_updates ** [20:47:54 2020-06-12] 178: Checking gears ** [20:47:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:47:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:59 2020-06-12] 178: Checking imports ** [20:47:59 2020-06-12] 178: Checking exports ** [20:47:59 2020-06-12] 178: Checking users ** [20:47:59 2020-06-12] 178: Checking user_dbs ** [20:47:59 2020-06-12] 178: Checking geocodings ** [20:47:59 2020-06-12] 178: Checking synchronizations ** [20:47:59 2020-06-12] 178: Checking tracker ** [20:47:59 2020-06-12] 178: Checking user_migrations ** [20:47:59 2020-06-12] 178: Checking batch_updates ** [20:47:59 2020-06-12] 178: Checking gears ** [20:47:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:47:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:04 2020-06-12] 178: Checking imports ** [20:48:04 2020-06-12] 178: Checking exports ** [20:48:04 2020-06-12] 178: Checking users ** [20:48:04 2020-06-12] 178: Checking user_dbs ** [20:48:04 2020-06-12] 178: Checking geocodings ** [20:48:04 2020-06-12] 178: Checking synchronizations ** [20:48:04 2020-06-12] 178: Checking tracker ** [20:48:04 2020-06-12] 178: Checking user_migrations ** [20:48:04 2020-06-12] 178: Checking batch_updates ** [20:48:04 2020-06-12] 178: Checking gears ** [20:48:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:48:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:09 2020-06-12] 178: Checking imports ** [20:48:09 2020-06-12] 178: Checking exports ** [20:48:09 2020-06-12] 178: Checking users ** [20:48:09 2020-06-12] 178: Checking user_dbs ** [20:48:09 2020-06-12] 178: Checking geocodings ** [20:48:09 2020-06-12] 178: Checking synchronizations ** [20:48:09 2020-06-12] 178: Checking tracker ** [20:48:09 2020-06-12] 178: Checking user_migrations ** [20:48:09 2020-06-12] 178: Checking batch_updates ** [20:48:09 2020-06-12] 178: Checking gears ** [20:48:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:48:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:14 2020-06-12] 178: Checking imports ** [20:48:14 2020-06-12] 178: Checking exports ** [20:48:14 2020-06-12] 178: Checking users ** [20:48:14 2020-06-12] 178: Checking user_dbs ** [20:48:14 2020-06-12] 178: Checking geocodings ** [20:48:14 2020-06-12] 178: Checking synchronizations ** [20:48:14 2020-06-12] 178: Checking tracker ** [20:48:14 2020-06-12] 178: Checking user_migrations ** [20:48:14 2020-06-12] 178: Checking batch_updates ** [20:48:14 2020-06-12] 178: Checking gears ** [20:48:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:48:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:19 2020-06-12] 178: Checking imports ** [20:48:19 2020-06-12] 178: Checking exports ** [20:48:19 2020-06-12] 178: Checking users ** [20:48:19 2020-06-12] 178: Checking user_dbs ** [20:48:19 2020-06-12] 178: Checking geocodings ** [20:48:19 2020-06-12] 178: Checking synchronizations ** [20:48:19 2020-06-12] 178: Checking tracker ** [20:48:19 2020-06-12] 178: Checking user_migrations ** [20:48:19 2020-06-12] 178: Checking batch_updates ** [20:48:19 2020-06-12] 178: Checking gears ** [20:48:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:48:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:24 2020-06-12] 178: Checking imports ** [20:48:24 2020-06-12] 178: Checking exports ** [20:48:24 2020-06-12] 178: Checking users ** [20:48:24 2020-06-12] 178: Checking user_dbs ** [20:48:24 2020-06-12] 178: Checking geocodings ** [20:48:24 2020-06-12] 178: Checking synchronizations ** [20:48:24 2020-06-12] 178: Checking tracker ** [20:48:24 2020-06-12] 178: Checking user_migrations ** [20:48:24 2020-06-12] 178: Checking batch_updates ** [20:48:25 2020-06-12] 178: Checking gears ** [20:48:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:48:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:30 2020-06-12] 178: Checking imports ** [20:48:30 2020-06-12] 178: Checking exports ** [20:48:30 2020-06-12] 178: Checking users ** [20:48:30 2020-06-12] 178: Checking user_dbs ** [20:48:30 2020-06-12] 178: Checking geocodings ** [20:48:30 2020-06-12] 178: Checking synchronizations ** [20:48:30 2020-06-12] 178: Checking tracker ** [20:48:30 2020-06-12] 178: Checking user_migrations ** [20:48:30 2020-06-12] 178: Checking batch_updates ** [20:48:30 2020-06-12] 178: Checking gears ** [20:48:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:48:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:35 2020-06-12] 178: Checking imports ** [20:48:35 2020-06-12] 178: Checking exports ** [20:48:35 2020-06-12] 178: Checking users ** [20:48:35 2020-06-12] 178: Checking user_dbs ** [20:48:35 2020-06-12] 178: Checking geocodings ** [20:48:35 2020-06-12] 178: Checking synchronizations ** [20:48:35 2020-06-12] 178: Checking tracker ** [20:48:35 2020-06-12] 178: Checking user_migrations ** [20:48:35 2020-06-12] 178: Checking batch_updates ** [20:48:35 2020-06-12] 178: Checking gears ** [20:48:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:48:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:40 2020-06-12] 178: Checking imports ** [20:48:40 2020-06-12] 178: Checking exports ** [20:48:40 2020-06-12] 178: Checking users ** [20:48:40 2020-06-12] 178: Checking user_dbs ** [20:48:40 2020-06-12] 178: Checking geocodings ** [20:48:40 2020-06-12] 178: Checking synchronizations ** [20:48:40 2020-06-12] 178: Checking tracker ** [20:48:40 2020-06-12] 178: Checking user_migrations ** [20:48:40 2020-06-12] 178: Checking batch_updates ** [20:48:40 2020-06-12] 178: Checking gears ** [20:48:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:48:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:45 2020-06-12] 178: Checking imports ** [20:48:45 2020-06-12] 178: Checking exports ** [20:48:45 2020-06-12] 178: Checking users ** [20:48:45 2020-06-12] 178: Checking user_dbs ** [20:48:45 2020-06-12] 178: Checking geocodings ** [20:48:45 2020-06-12] 178: Checking synchronizations ** [20:48:45 2020-06-12] 178: Checking tracker ** [20:48:45 2020-06-12] 178: Checking user_migrations ** [20:48:45 2020-06-12] 178: Checking batch_updates ** [20:48:45 2020-06-12] 178: Checking gears ** [20:48:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:48:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:50 2020-06-12] 178: Checking imports ** [20:48:50 2020-06-12] 178: Checking exports ** [20:48:50 2020-06-12] 178: Checking users ** [20:48:50 2020-06-12] 178: Checking user_dbs ** [20:48:50 2020-06-12] 178: Checking geocodings ** [20:48:50 2020-06-12] 178: Checking synchronizations ** [20:48:50 2020-06-12] 178: Checking tracker ** [20:48:50 2020-06-12] 178: Checking user_migrations ** [20:48:50 2020-06-12] 178: Checking batch_updates ** [20:48:50 2020-06-12] 178: Checking gears ** [20:48:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:48:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:55 2020-06-12] 178: Checking imports ** [20:48:55 2020-06-12] 178: Checking exports ** [20:48:55 2020-06-12] 178: Checking users ** [20:48:55 2020-06-12] 178: Checking user_dbs ** [20:48:55 2020-06-12] 178: Checking geocodings ** [20:48:55 2020-06-12] 178: Checking synchronizations ** [20:48:55 2020-06-12] 178: Checking tracker ** [20:48:55 2020-06-12] 178: Checking user_migrations ** [20:48:55 2020-06-12] 178: Checking batch_updates ** [20:48:55 2020-06-12] 178: Checking gears ** [20:48:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:48:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:00 2020-06-12] 178: Checking imports ** [20:49:00 2020-06-12] 178: Checking exports ** [20:49:00 2020-06-12] 178: Checking users ** [20:49:00 2020-06-12] 178: Checking user_dbs ** [20:49:00 2020-06-12] 178: Checking geocodings ** [20:49:00 2020-06-12] 178: Checking synchronizations ** [20:49:00 2020-06-12] 178: Checking tracker ** [20:49:00 2020-06-12] 178: Checking user_migrations ** [20:49:00 2020-06-12] 178: Checking batch_updates ** [20:49:00 2020-06-12] 178: Checking gears ** [20:49:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:49:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:05 2020-06-12] 178: Checking imports ** [20:49:05 2020-06-12] 178: Checking exports ** [20:49:05 2020-06-12] 178: Checking users ** [20:49:05 2020-06-12] 178: Checking user_dbs ** [20:49:05 2020-06-12] 178: Checking geocodings ** [20:49:05 2020-06-12] 178: Checking synchronizations ** [20:49:05 2020-06-12] 178: Checking tracker ** [20:49:05 2020-06-12] 178: Checking user_migrations ** [20:49:05 2020-06-12] 178: Checking batch_updates ** [20:49:05 2020-06-12] 178: Checking gears ** [20:49:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:49:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:10 2020-06-12] 178: Checking imports ** [20:49:10 2020-06-12] 178: Checking exports ** [20:49:10 2020-06-12] 178: Checking users ** [20:49:10 2020-06-12] 178: Checking user_dbs ** [20:49:10 2020-06-12] 178: Checking geocodings ** [20:49:10 2020-06-12] 178: Checking synchronizations ** [20:49:10 2020-06-12] 178: Checking tracker ** [20:49:10 2020-06-12] 178: Checking user_migrations ** [20:49:10 2020-06-12] 178: Checking batch_updates ** [20:49:10 2020-06-12] 178: Checking gears ** [20:49:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:49:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:15 2020-06-12] 178: Checking imports ** [20:49:15 2020-06-12] 178: Checking exports ** [20:49:15 2020-06-12] 178: Checking users ** [20:49:15 2020-06-12] 178: Checking user_dbs ** [20:49:15 2020-06-12] 178: Checking geocodings ** [20:49:15 2020-06-12] 178: Checking synchronizations ** [20:49:15 2020-06-12] 178: Checking tracker ** [20:49:15 2020-06-12] 178: Checking user_migrations ** [20:49:15 2020-06-12] 178: Checking batch_updates ** [20:49:15 2020-06-12] 178: Checking gears ** [20:49:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:49:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:20 2020-06-12] 178: Checking imports ** [20:49:20 2020-06-12] 178: Checking exports ** [20:49:20 2020-06-12] 178: Checking users ** [20:49:20 2020-06-12] 178: Checking user_dbs ** [20:49:20 2020-06-12] 178: Checking geocodings ** [20:49:20 2020-06-12] 178: Checking synchronizations ** [20:49:20 2020-06-12] 178: Checking tracker ** [20:49:20 2020-06-12] 178: Checking user_migrations ** [20:49:20 2020-06-12] 178: Checking batch_updates ** [20:49:20 2020-06-12] 178: Checking gears ** [20:49:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:49:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:25 2020-06-12] 178: Checking imports ** [20:49:25 2020-06-12] 178: Checking exports ** [20:49:25 2020-06-12] 178: Checking users ** [20:49:25 2020-06-12] 178: Checking user_dbs ** [20:49:25 2020-06-12] 178: Checking geocodings ** [20:49:25 2020-06-12] 178: Checking synchronizations ** [20:49:25 2020-06-12] 178: Checking tracker ** [20:49:25 2020-06-12] 178: Checking user_migrations ** [20:49:25 2020-06-12] 178: Checking batch_updates ** [20:49:25 2020-06-12] 178: Checking gears ** [20:49:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:49:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:30 2020-06-12] 178: Checking imports ** [20:49:30 2020-06-12] 178: Checking exports ** [20:49:30 2020-06-12] 178: Checking users ** [20:49:30 2020-06-12] 178: Checking user_dbs ** [20:49:30 2020-06-12] 178: Checking geocodings ** [20:49:30 2020-06-12] 178: Checking synchronizations ** [20:49:30 2020-06-12] 178: Checking tracker ** [20:49:30 2020-06-12] 178: Checking user_migrations ** [20:49:30 2020-06-12] 178: Checking batch_updates ** [20:49:30 2020-06-12] 178: Checking gears ** [20:49:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:49:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:35 2020-06-12] 178: Checking imports ** [20:49:35 2020-06-12] 178: Checking exports ** [20:49:35 2020-06-12] 178: Checking users ** [20:49:35 2020-06-12] 178: Checking user_dbs ** [20:49:35 2020-06-12] 178: Checking geocodings ** [20:49:35 2020-06-12] 178: Checking synchronizations ** [20:49:35 2020-06-12] 178: Checking tracker ** [20:49:35 2020-06-12] 178: Checking user_migrations ** [20:49:35 2020-06-12] 178: Checking batch_updates ** [20:49:35 2020-06-12] 178: Checking gears ** [20:49:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:49:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:40 2020-06-12] 178: Checking imports ** [20:49:40 2020-06-12] 178: Checking exports ** [20:49:40 2020-06-12] 178: Checking users ** [20:49:40 2020-06-12] 178: Checking user_dbs ** [20:49:40 2020-06-12] 178: Checking geocodings ** [20:49:40 2020-06-12] 178: Checking synchronizations ** [20:49:40 2020-06-12] 178: Checking tracker ** [20:49:40 2020-06-12] 178: Checking user_migrations ** [20:49:40 2020-06-12] 178: Checking batch_updates ** [20:49:40 2020-06-12] 178: Checking gears ** [20:49:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:49:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:45 2020-06-12] 178: Checking imports ** [20:49:45 2020-06-12] 178: Checking exports ** [20:49:45 2020-06-12] 178: Checking users ** [20:49:45 2020-06-12] 178: Checking user_dbs ** [20:49:45 2020-06-12] 178: Checking geocodings ** [20:49:45 2020-06-12] 178: Checking synchronizations ** [20:49:45 2020-06-12] 178: Checking tracker ** [20:49:45 2020-06-12] 178: Checking user_migrations ** [20:49:45 2020-06-12] 178: Checking batch_updates ** [20:49:45 2020-06-12] 178: Checking gears ** [20:49:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:49:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:50 2020-06-12] 178: Checking imports ** [20:49:50 2020-06-12] 178: Checking exports ** [20:49:50 2020-06-12] 178: Checking users ** [20:49:50 2020-06-12] 178: Checking user_dbs ** [20:49:50 2020-06-12] 178: Checking geocodings ** [20:49:50 2020-06-12] 178: Checking synchronizations ** [20:49:50 2020-06-12] 178: Checking tracker ** [20:49:50 2020-06-12] 178: Checking user_migrations ** [20:49:50 2020-06-12] 178: Checking batch_updates ** [20:49:50 2020-06-12] 178: Checking gears ** [20:49:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:49:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:55 2020-06-12] 178: Checking imports ** [20:49:55 2020-06-12] 178: Checking exports ** [20:49:55 2020-06-12] 178: Checking users ** [20:49:55 2020-06-12] 178: Checking user_dbs ** [20:49:55 2020-06-12] 178: Checking geocodings ** [20:49:55 2020-06-12] 178: Checking synchronizations ** [20:49:55 2020-06-12] 178: Checking tracker ** [20:49:55 2020-06-12] 178: Checking user_migrations ** [20:49:55 2020-06-12] 178: Checking batch_updates ** [20:49:55 2020-06-12] 178: Checking gears ** [20:49:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:49:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:00 2020-06-12] 178: Checking imports ** [20:50:00 2020-06-12] 178: Checking exports ** [20:50:00 2020-06-12] 178: Checking users ** [20:50:00 2020-06-12] 178: Checking user_dbs ** [20:50:00 2020-06-12] 178: Checking geocodings ** [20:50:00 2020-06-12] 178: Checking synchronizations ** [20:50:00 2020-06-12] 178: Checking tracker ** [20:50:00 2020-06-12] 178: Checking user_migrations ** [20:50:00 2020-06-12] 178: Checking batch_updates ** [20:50:00 2020-06-12] 178: Checking gears ** [20:50:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:50:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:05 2020-06-12] 178: Checking imports ** [20:50:05 2020-06-12] 178: Checking exports ** [20:50:05 2020-06-12] 178: Checking users ** [20:50:05 2020-06-12] 178: Checking user_dbs ** [20:50:05 2020-06-12] 178: Checking geocodings ** [20:50:05 2020-06-12] 178: Checking synchronizations ** [20:50:05 2020-06-12] 178: Checking tracker ** [20:50:05 2020-06-12] 178: Checking user_migrations ** [20:50:05 2020-06-12] 178: Checking batch_updates ** [20:50:05 2020-06-12] 178: Checking gears ** [20:50:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:50:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:10 2020-06-12] 178: Checking imports ** [20:50:10 2020-06-12] 178: Checking exports ** [20:50:10 2020-06-12] 178: Checking users ** [20:50:10 2020-06-12] 178: Checking user_dbs ** [20:50:10 2020-06-12] 178: Checking geocodings ** [20:50:10 2020-06-12] 178: Checking synchronizations ** [20:50:10 2020-06-12] 178: Checking tracker ** [20:50:10 2020-06-12] 178: Checking user_migrations ** [20:50:10 2020-06-12] 178: Checking batch_updates ** [20:50:10 2020-06-12] 178: Checking gears ** [20:50:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:50:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:15 2020-06-12] 178: Checking imports ** [20:50:15 2020-06-12] 178: Checking exports ** [20:50:15 2020-06-12] 178: Checking users ** [20:50:15 2020-06-12] 178: Checking user_dbs ** [20:50:15 2020-06-12] 178: Checking geocodings ** [20:50:15 2020-06-12] 178: Checking synchronizations ** [20:50:15 2020-06-12] 178: Checking tracker ** [20:50:15 2020-06-12] 178: Checking user_migrations ** [20:50:15 2020-06-12] 178: Checking batch_updates ** [20:50:15 2020-06-12] 178: Checking gears ** [20:50:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:50:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:20 2020-06-12] 178: Checking imports ** [20:50:20 2020-06-12] 178: Checking exports ** [20:50:20 2020-06-12] 178: Checking users ** [20:50:20 2020-06-12] 178: Checking user_dbs ** [20:50:20 2020-06-12] 178: Checking geocodings ** [20:50:20 2020-06-12] 178: Checking synchronizations ** [20:50:20 2020-06-12] 178: Checking tracker ** [20:50:20 2020-06-12] 178: Checking user_migrations ** [20:50:20 2020-06-12] 178: Checking batch_updates ** [20:50:20 2020-06-12] 178: Checking gears ** [20:50:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:50:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:25 2020-06-12] 178: Checking imports ** [20:50:25 2020-06-12] 178: Checking exports ** [20:50:25 2020-06-12] 178: Checking users ** [20:50:25 2020-06-12] 178: Checking user_dbs ** [20:50:25 2020-06-12] 178: Checking geocodings ** [20:50:25 2020-06-12] 178: Checking synchronizations ** [20:50:25 2020-06-12] 178: Checking tracker ** [20:50:25 2020-06-12] 178: Checking user_migrations ** [20:50:25 2020-06-12] 178: Checking batch_updates ** [20:50:25 2020-06-12] 178: Checking gears ** [20:50:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:50:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:30 2020-06-12] 178: Checking imports ** [20:50:30 2020-06-12] 178: Checking exports ** [20:50:30 2020-06-12] 178: Checking users ** [20:50:30 2020-06-12] 178: Checking user_dbs ** [20:50:30 2020-06-12] 178: Checking geocodings ** [20:50:30 2020-06-12] 178: Checking synchronizations ** [20:50:30 2020-06-12] 178: Checking tracker ** [20:50:30 2020-06-12] 178: Checking user_migrations ** [20:50:30 2020-06-12] 178: Checking batch_updates ** [20:50:30 2020-06-12] 178: Checking gears ** [20:50:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:50:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:35 2020-06-12] 178: Checking imports ** [20:50:35 2020-06-12] 178: Checking exports ** [20:50:35 2020-06-12] 178: Checking users ** [20:50:35 2020-06-12] 178: Checking user_dbs ** [20:50:35 2020-06-12] 178: Checking geocodings ** [20:50:35 2020-06-12] 178: Checking synchronizations ** [20:50:35 2020-06-12] 178: Checking tracker ** [20:50:35 2020-06-12] 178: Checking user_migrations ** [20:50:35 2020-06-12] 178: Checking batch_updates ** [20:50:35 2020-06-12] 178: Checking gears ** [20:50:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:50:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:40 2020-06-12] 178: Checking imports ** [20:50:40 2020-06-12] 178: Checking exports ** [20:50:40 2020-06-12] 178: Checking users ** [20:50:40 2020-06-12] 178: Checking user_dbs ** [20:50:40 2020-06-12] 178: Checking geocodings ** [20:50:40 2020-06-12] 178: Checking synchronizations ** [20:50:40 2020-06-12] 178: Checking tracker ** [20:50:40 2020-06-12] 178: Checking user_migrations ** [20:50:40 2020-06-12] 178: Checking batch_updates ** [20:50:40 2020-06-12] 178: Checking gears ** [20:50:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:50:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:45 2020-06-12] 178: Checking imports ** [20:50:45 2020-06-12] 178: Checking exports ** [20:50:45 2020-06-12] 178: Checking users ** [20:50:45 2020-06-12] 178: Checking user_dbs ** [20:50:45 2020-06-12] 178: Checking geocodings ** [20:50:45 2020-06-12] 178: Checking synchronizations ** [20:50:45 2020-06-12] 178: Checking tracker ** [20:50:45 2020-06-12] 178: Checking user_migrations ** [20:50:45 2020-06-12] 178: Checking batch_updates ** [20:50:45 2020-06-12] 178: Checking gears ** [20:50:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:50:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:50 2020-06-12] 178: Checking imports ** [20:50:50 2020-06-12] 178: Checking exports ** [20:50:50 2020-06-12] 178: Checking users ** [20:50:50 2020-06-12] 178: Checking user_dbs ** [20:50:50 2020-06-12] 178: Checking geocodings ** [20:50:50 2020-06-12] 178: Checking synchronizations ** [20:50:50 2020-06-12] 178: Checking tracker ** [20:50:50 2020-06-12] 178: Checking user_migrations ** [20:50:50 2020-06-12] 178: Checking batch_updates ** [20:50:50 2020-06-12] 178: Checking gears ** [20:50:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:50:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:55 2020-06-12] 178: Checking imports ** [20:50:55 2020-06-12] 178: Checking exports ** [20:50:55 2020-06-12] 178: Checking users ** [20:50:55 2020-06-12] 178: Checking user_dbs ** [20:50:55 2020-06-12] 178: Checking geocodings ** [20:50:55 2020-06-12] 178: Checking synchronizations ** [20:50:55 2020-06-12] 178: Checking tracker ** [20:50:55 2020-06-12] 178: Checking user_migrations ** [20:50:55 2020-06-12] 178: Checking batch_updates ** [20:50:55 2020-06-12] 178: Checking gears ** [20:50:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:50:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:00 2020-06-12] 178: Checking imports ** [20:51:00 2020-06-12] 178: Checking exports ** [20:51:00 2020-06-12] 178: Checking users ** [20:51:00 2020-06-12] 178: Checking user_dbs ** [20:51:00 2020-06-12] 178: Checking geocodings ** [20:51:00 2020-06-12] 178: Checking synchronizations ** [20:51:00 2020-06-12] 178: Checking tracker ** [20:51:00 2020-06-12] 178: Checking user_migrations ** [20:51:00 2020-06-12] 178: Checking batch_updates ** [20:51:00 2020-06-12] 178: Checking gears ** [20:51:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:51:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:05 2020-06-12] 178: Checking imports ** [20:51:05 2020-06-12] 178: Checking exports ** [20:51:05 2020-06-12] 178: Checking users ** [20:51:05 2020-06-12] 178: Checking user_dbs ** [20:51:05 2020-06-12] 178: Checking geocodings ** [20:51:05 2020-06-12] 178: Checking synchronizations ** [20:51:05 2020-06-12] 178: Checking tracker ** [20:51:05 2020-06-12] 178: Checking user_migrations ** [20:51:05 2020-06-12] 178: Checking batch_updates ** [20:51:05 2020-06-12] 178: Checking gears ** [20:51:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:51:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:10 2020-06-12] 178: Checking imports ** [20:51:10 2020-06-12] 178: Checking exports ** [20:51:10 2020-06-12] 178: Checking users ** [20:51:10 2020-06-12] 178: Checking user_dbs ** [20:51:10 2020-06-12] 178: Checking geocodings ** [20:51:10 2020-06-12] 178: Checking synchronizations ** [20:51:10 2020-06-12] 178: Checking tracker ** [20:51:10 2020-06-12] 178: Checking user_migrations ** [20:51:10 2020-06-12] 178: Checking batch_updates ** [20:51:10 2020-06-12] 178: Checking gears ** [20:51:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:51:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:15 2020-06-12] 178: Checking imports ** [20:51:15 2020-06-12] 178: Checking exports ** [20:51:15 2020-06-12] 178: Checking users ** [20:51:15 2020-06-12] 178: Checking user_dbs ** [20:51:15 2020-06-12] 178: Checking geocodings ** [20:51:15 2020-06-12] 178: Checking synchronizations ** [20:51:15 2020-06-12] 178: Checking tracker ** [20:51:15 2020-06-12] 178: Checking user_migrations ** [20:51:15 2020-06-12] 178: Checking batch_updates ** [20:51:15 2020-06-12] 178: Checking gears ** [20:51:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:51:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:20 2020-06-12] 178: Checking imports ** [20:51:20 2020-06-12] 178: Checking exports ** [20:51:20 2020-06-12] 178: Checking users ** [20:51:20 2020-06-12] 178: Checking user_dbs ** [20:51:20 2020-06-12] 178: Checking geocodings ** [20:51:20 2020-06-12] 178: Checking synchronizations ** [20:51:20 2020-06-12] 178: Checking tracker ** [20:51:20 2020-06-12] 178: Checking user_migrations ** [20:51:20 2020-06-12] 178: Checking batch_updates ** [20:51:20 2020-06-12] 178: Checking gears ** [20:51:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:51:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:25 2020-06-12] 178: Checking imports ** [20:51:25 2020-06-12] 178: Checking exports ** [20:51:25 2020-06-12] 178: Checking users ** [20:51:25 2020-06-12] 178: Checking user_dbs ** [20:51:25 2020-06-12] 178: Checking geocodings ** [20:51:25 2020-06-12] 178: Checking synchronizations ** [20:51:25 2020-06-12] 178: Checking tracker ** [20:51:25 2020-06-12] 178: Checking user_migrations ** [20:51:25 2020-06-12] 178: Checking batch_updates ** [20:51:25 2020-06-12] 178: Checking gears ** [20:51:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:51:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:30 2020-06-12] 178: Checking imports ** [20:51:30 2020-06-12] 178: Checking exports ** [20:51:30 2020-06-12] 178: Checking users ** [20:51:30 2020-06-12] 178: Checking user_dbs ** [20:51:30 2020-06-12] 178: Checking geocodings ** [20:51:30 2020-06-12] 178: Checking synchronizations ** [20:51:30 2020-06-12] 178: Checking tracker ** [20:51:30 2020-06-12] 178: Checking user_migrations ** [20:51:30 2020-06-12] 178: Checking batch_updates ** [20:51:30 2020-06-12] 178: Checking gears ** [20:51:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:51:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:35 2020-06-12] 178: Checking imports ** [20:51:35 2020-06-12] 178: Checking exports ** [20:51:35 2020-06-12] 178: Checking users ** [20:51:35 2020-06-12] 178: Checking user_dbs ** [20:51:35 2020-06-12] 178: Checking geocodings ** [20:51:35 2020-06-12] 178: Checking synchronizations ** [20:51:35 2020-06-12] 178: Checking tracker ** [20:51:35 2020-06-12] 178: Checking user_migrations ** [20:51:35 2020-06-12] 178: Checking batch_updates ** [20:51:35 2020-06-12] 178: Checking gears ** [20:51:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:51:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:40 2020-06-12] 178: Checking imports ** [20:51:40 2020-06-12] 178: Checking exports ** [20:51:40 2020-06-12] 178: Checking users ** [20:51:40 2020-06-12] 178: Checking user_dbs ** [20:51:40 2020-06-12] 178: Checking geocodings ** [20:51:40 2020-06-12] 178: Checking synchronizations ** [20:51:40 2020-06-12] 178: Checking tracker ** [20:51:40 2020-06-12] 178: Checking user_migrations ** [20:51:40 2020-06-12] 178: Checking batch_updates ** [20:51:40 2020-06-12] 178: Checking gears ** [20:51:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:51:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:45 2020-06-12] 178: Checking imports ** [20:51:45 2020-06-12] 178: Checking exports ** [20:51:45 2020-06-12] 178: Checking users ** [20:51:45 2020-06-12] 178: Checking user_dbs ** [20:51:45 2020-06-12] 178: Checking geocodings ** [20:51:45 2020-06-12] 178: Checking synchronizations ** [20:51:45 2020-06-12] 178: Checking tracker ** [20:51:45 2020-06-12] 178: Checking user_migrations ** [20:51:45 2020-06-12] 178: Checking batch_updates ** [20:51:45 2020-06-12] 178: Checking gears ** [20:51:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:51:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:50 2020-06-12] 178: Checking imports ** [20:51:50 2020-06-12] 178: Checking exports ** [20:51:50 2020-06-12] 178: Checking users ** [20:51:50 2020-06-12] 178: Checking user_dbs ** [20:51:50 2020-06-12] 178: Checking geocodings ** [20:51:50 2020-06-12] 178: Checking synchronizations ** [20:51:50 2020-06-12] 178: Checking tracker ** [20:51:50 2020-06-12] 178: Checking user_migrations ** [20:51:50 2020-06-12] 178: Checking batch_updates ** [20:51:50 2020-06-12] 178: Checking gears ** [20:51:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:51:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:55 2020-06-12] 178: Checking imports ** [20:51:55 2020-06-12] 178: Checking exports ** [20:51:55 2020-06-12] 178: Checking users ** [20:51:55 2020-06-12] 178: Checking user_dbs ** [20:51:55 2020-06-12] 178: Checking geocodings ** [20:51:55 2020-06-12] 178: Checking synchronizations ** [20:51:55 2020-06-12] 178: Checking tracker ** [20:51:55 2020-06-12] 178: Checking user_migrations ** [20:51:55 2020-06-12] 178: Checking batch_updates ** [20:51:55 2020-06-12] 178: Checking gears ** [20:51:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:51:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:00 2020-06-12] 178: Checking imports ** [20:52:00 2020-06-12] 178: Checking exports ** [20:52:00 2020-06-12] 178: Checking users ** [20:52:00 2020-06-12] 178: Checking user_dbs ** [20:52:00 2020-06-12] 178: Checking geocodings ** [20:52:00 2020-06-12] 178: Checking synchronizations ** [20:52:00 2020-06-12] 178: Checking tracker ** [20:52:00 2020-06-12] 178: Checking user_migrations ** [20:52:00 2020-06-12] 178: Checking batch_updates ** [20:52:00 2020-06-12] 178: Checking gears ** [20:52:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:52:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:05 2020-06-12] 178: Checking imports ** [20:52:05 2020-06-12] 178: Checking exports ** [20:52:05 2020-06-12] 178: Checking users ** [20:52:05 2020-06-12] 178: Checking user_dbs ** [20:52:05 2020-06-12] 178: Checking geocodings ** [20:52:05 2020-06-12] 178: Checking synchronizations ** [20:52:05 2020-06-12] 178: Checking tracker ** [20:52:05 2020-06-12] 178: Checking user_migrations ** [20:52:05 2020-06-12] 178: Checking batch_updates ** [20:52:05 2020-06-12] 178: Checking gears ** [20:52:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:52:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:10 2020-06-12] 178: Checking imports ** [20:52:10 2020-06-12] 178: Checking exports ** [20:52:10 2020-06-12] 178: Checking users ** [20:52:10 2020-06-12] 178: Checking user_dbs ** [20:52:10 2020-06-12] 178: Checking geocodings ** [20:52:10 2020-06-12] 178: Checking synchronizations ** [20:52:10 2020-06-12] 178: Checking tracker ** [20:52:10 2020-06-12] 178: Checking user_migrations ** [20:52:10 2020-06-12] 178: Checking batch_updates ** [20:52:10 2020-06-12] 178: Checking gears ** [20:52:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:52:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:15 2020-06-12] 178: Checking imports ** [20:52:15 2020-06-12] 178: Checking exports ** [20:52:15 2020-06-12] 178: Checking users ** [20:52:15 2020-06-12] 178: Checking user_dbs ** [20:52:15 2020-06-12] 178: Checking geocodings ** [20:52:15 2020-06-12] 178: Checking synchronizations ** [20:52:15 2020-06-12] 178: Checking tracker ** [20:52:15 2020-06-12] 178: Checking user_migrations ** [20:52:15 2020-06-12] 178: Checking batch_updates ** [20:52:15 2020-06-12] 178: Checking gears ** [20:52:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:52:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:20 2020-06-12] 178: Checking imports ** [20:52:20 2020-06-12] 178: Checking exports ** [20:52:20 2020-06-12] 178: Checking users ** [20:52:20 2020-06-12] 178: Checking user_dbs ** [20:52:20 2020-06-12] 178: Checking geocodings ** [20:52:20 2020-06-12] 178: Checking synchronizations ** [20:52:20 2020-06-12] 178: Checking tracker ** [20:52:20 2020-06-12] 178: Checking user_migrations ** [20:52:20 2020-06-12] 178: Checking batch_updates ** [20:52:20 2020-06-12] 178: Checking gears ** [20:52:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:52:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:25 2020-06-12] 178: Checking imports ** [20:52:25 2020-06-12] 178: Checking exports ** [20:52:25 2020-06-12] 178: Checking users ** [20:52:25 2020-06-12] 178: Checking user_dbs ** [20:52:25 2020-06-12] 178: Checking geocodings ** [20:52:25 2020-06-12] 178: Checking synchronizations ** [20:52:25 2020-06-12] 178: Checking tracker ** [20:52:25 2020-06-12] 178: Checking user_migrations ** [20:52:25 2020-06-12] 178: Checking batch_updates ** [20:52:25 2020-06-12] 178: Checking gears ** [20:52:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:52:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:30 2020-06-12] 178: Checking imports ** [20:52:30 2020-06-12] 178: Checking exports ** [20:52:30 2020-06-12] 178: Checking users ** [20:52:30 2020-06-12] 178: Checking user_dbs ** [20:52:30 2020-06-12] 178: Checking geocodings ** [20:52:30 2020-06-12] 178: Checking synchronizations ** [20:52:30 2020-06-12] 178: Checking tracker ** [20:52:30 2020-06-12] 178: Checking user_migrations ** [20:52:30 2020-06-12] 178: Checking batch_updates ** [20:52:30 2020-06-12] 178: Checking gears ** [20:52:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:52:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:35 2020-06-12] 178: Checking imports ** [20:52:35 2020-06-12] 178: Checking exports ** [20:52:35 2020-06-12] 178: Checking users ** [20:52:35 2020-06-12] 178: Checking user_dbs ** [20:52:35 2020-06-12] 178: Checking geocodings ** [20:52:35 2020-06-12] 178: Checking synchronizations ** [20:52:35 2020-06-12] 178: Checking tracker ** [20:52:35 2020-06-12] 178: Checking user_migrations ** [20:52:35 2020-06-12] 178: Checking batch_updates ** [20:52:35 2020-06-12] 178: Checking gears ** [20:52:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:52:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:40 2020-06-12] 178: Checking imports ** [20:52:40 2020-06-12] 178: Checking exports ** [20:52:40 2020-06-12] 178: Checking users ** [20:52:40 2020-06-12] 178: Checking user_dbs ** [20:52:40 2020-06-12] 178: Checking geocodings ** [20:52:40 2020-06-12] 178: Checking synchronizations ** [20:52:40 2020-06-12] 178: Checking tracker ** [20:52:40 2020-06-12] 178: Checking user_migrations ** [20:52:40 2020-06-12] 178: Checking batch_updates ** [20:52:40 2020-06-12] 178: Checking gears ** [20:52:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:52:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:45 2020-06-12] 178: Checking imports ** [20:52:45 2020-06-12] 178: Checking exports ** [20:52:45 2020-06-12] 178: Checking users ** [20:52:45 2020-06-12] 178: Checking user_dbs ** [20:52:45 2020-06-12] 178: Checking geocodings ** [20:52:45 2020-06-12] 178: Checking synchronizations ** [20:52:45 2020-06-12] 178: Checking tracker ** [20:52:45 2020-06-12] 178: Checking user_migrations ** [20:52:45 2020-06-12] 178: Checking batch_updates ** [20:52:45 2020-06-12] 178: Checking gears ** [20:52:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:52:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:50 2020-06-12] 178: Checking imports ** [20:52:50 2020-06-12] 178: Checking exports ** [20:52:50 2020-06-12] 178: Checking users ** [20:52:50 2020-06-12] 178: Checking user_dbs ** [20:52:50 2020-06-12] 178: Checking geocodings ** [20:52:50 2020-06-12] 178: Checking synchronizations ** [20:52:50 2020-06-12] 178: Checking tracker ** [20:52:50 2020-06-12] 178: Checking user_migrations ** [20:52:50 2020-06-12] 178: Checking batch_updates ** [20:52:50 2020-06-12] 178: Checking gears ** [20:52:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:52:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:55 2020-06-12] 178: Checking imports ** [20:52:55 2020-06-12] 178: Checking exports ** [20:52:55 2020-06-12] 178: Checking users ** [20:52:55 2020-06-12] 178: Checking user_dbs ** [20:52:55 2020-06-12] 178: Checking geocodings ** [20:52:55 2020-06-12] 178: Checking synchronizations ** [20:52:55 2020-06-12] 178: Checking tracker ** [20:52:55 2020-06-12] 178: Checking user_migrations ** [20:52:55 2020-06-12] 178: Checking batch_updates ** [20:52:55 2020-06-12] 178: Checking gears ** [20:52:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:52:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:00 2020-06-12] 178: Checking imports ** [20:53:00 2020-06-12] 178: Checking exports ** [20:53:00 2020-06-12] 178: Checking users ** [20:53:00 2020-06-12] 178: Checking user_dbs ** [20:53:00 2020-06-12] 178: Checking geocodings ** [20:53:00 2020-06-12] 178: Checking synchronizations ** [20:53:00 2020-06-12] 178: Checking tracker ** [20:53:00 2020-06-12] 178: Checking user_migrations ** [20:53:00 2020-06-12] 178: Checking batch_updates ** [20:53:00 2020-06-12] 178: Checking gears ** [20:53:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:53:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:05 2020-06-12] 178: Checking imports ** [20:53:05 2020-06-12] 178: Checking exports ** [20:53:05 2020-06-12] 178: Checking users ** [20:53:05 2020-06-12] 178: Checking user_dbs ** [20:53:05 2020-06-12] 178: Checking geocodings ** [20:53:05 2020-06-12] 178: Checking synchronizations ** [20:53:05 2020-06-12] 178: Checking tracker ** [20:53:05 2020-06-12] 178: Checking user_migrations ** [20:53:05 2020-06-12] 178: Checking batch_updates ** [20:53:05 2020-06-12] 178: Checking gears ** [20:53:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:53:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:10 2020-06-12] 178: Checking imports ** [20:53:10 2020-06-12] 178: Checking exports ** [20:53:10 2020-06-12] 178: Checking users ** [20:53:10 2020-06-12] 178: Checking user_dbs ** [20:53:10 2020-06-12] 178: Checking geocodings ** [20:53:10 2020-06-12] 178: Checking synchronizations ** [20:53:10 2020-06-12] 178: Checking tracker ** [20:53:10 2020-06-12] 178: Checking user_migrations ** [20:53:10 2020-06-12] 178: Checking batch_updates ** [20:53:10 2020-06-12] 178: Checking gears ** [20:53:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:53:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:15 2020-06-12] 178: Checking imports ** [20:53:15 2020-06-12] 178: Checking exports ** [20:53:15 2020-06-12] 178: Checking users ** [20:53:15 2020-06-12] 178: Checking user_dbs ** [20:53:15 2020-06-12] 178: Checking geocodings ** [20:53:15 2020-06-12] 178: Checking synchronizations ** [20:53:15 2020-06-12] 178: Checking tracker ** [20:53:15 2020-06-12] 178: Checking user_migrations ** [20:53:15 2020-06-12] 178: Checking batch_updates ** [20:53:15 2020-06-12] 178: Checking gears ** [20:53:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:53:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:20 2020-06-12] 178: Checking imports ** [20:53:20 2020-06-12] 178: Checking exports ** [20:53:20 2020-06-12] 178: Checking users ** [20:53:20 2020-06-12] 178: Checking user_dbs ** [20:53:20 2020-06-12] 178: Checking geocodings ** [20:53:20 2020-06-12] 178: Checking synchronizations ** [20:53:20 2020-06-12] 178: Checking tracker ** [20:53:20 2020-06-12] 178: Checking user_migrations ** [20:53:20 2020-06-12] 178: Checking batch_updates ** [20:53:20 2020-06-12] 178: Checking gears ** [20:53:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:53:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:25 2020-06-12] 178: Checking imports ** [20:53:25 2020-06-12] 178: Checking exports ** [20:53:25 2020-06-12] 178: Checking users ** [20:53:25 2020-06-12] 178: Checking user_dbs ** [20:53:25 2020-06-12] 178: Checking geocodings ** [20:53:25 2020-06-12] 178: Checking synchronizations ** [20:53:25 2020-06-12] 178: Checking tracker ** [20:53:25 2020-06-12] 178: Checking user_migrations ** [20:53:25 2020-06-12] 178: Checking batch_updates ** [20:53:25 2020-06-12] 178: Checking gears ** [20:53:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:53:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:30 2020-06-12] 178: Checking imports ** [20:53:30 2020-06-12] 178: Checking exports ** [20:53:30 2020-06-12] 178: Checking users ** [20:53:30 2020-06-12] 178: Checking user_dbs ** [20:53:30 2020-06-12] 178: Checking geocodings ** [20:53:30 2020-06-12] 178: Checking synchronizations ** [20:53:30 2020-06-12] 178: Checking tracker ** [20:53:30 2020-06-12] 178: Checking user_migrations ** [20:53:30 2020-06-12] 178: Checking batch_updates ** [20:53:30 2020-06-12] 178: Checking gears ** [20:53:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:53:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:35 2020-06-12] 178: Checking imports ** [20:53:35 2020-06-12] 178: Checking exports ** [20:53:35 2020-06-12] 178: Checking users ** [20:53:35 2020-06-12] 178: Checking user_dbs ** [20:53:35 2020-06-12] 178: Checking geocodings ** [20:53:35 2020-06-12] 178: Checking synchronizations ** [20:53:35 2020-06-12] 178: Checking tracker ** [20:53:35 2020-06-12] 178: Checking user_migrations ** [20:53:35 2020-06-12] 178: Checking batch_updates ** [20:53:35 2020-06-12] 178: Checking gears ** [20:53:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:53:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:40 2020-06-12] 178: Checking imports ** [20:53:40 2020-06-12] 178: Checking exports ** [20:53:40 2020-06-12] 178: Checking users ** [20:53:40 2020-06-12] 178: Checking user_dbs ** [20:53:40 2020-06-12] 178: Checking geocodings ** [20:53:40 2020-06-12] 178: Checking synchronizations ** [20:53:40 2020-06-12] 178: Checking tracker ** [20:53:40 2020-06-12] 178: Checking user_migrations ** [20:53:40 2020-06-12] 178: Checking batch_updates ** [20:53:40 2020-06-12] 178: Checking gears ** [20:53:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:53:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:45 2020-06-12] 178: Checking imports ** [20:53:45 2020-06-12] 178: Checking exports ** [20:53:45 2020-06-12] 178: Checking users ** [20:53:45 2020-06-12] 178: Checking user_dbs ** [20:53:45 2020-06-12] 178: Checking geocodings ** [20:53:45 2020-06-12] 178: Checking synchronizations ** [20:53:45 2020-06-12] 178: Checking tracker ** [20:53:45 2020-06-12] 178: Checking user_migrations ** [20:53:45 2020-06-12] 178: Checking batch_updates ** [20:53:45 2020-06-12] 178: Checking gears ** [20:53:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:53:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:50 2020-06-12] 178: Checking imports ** [20:53:50 2020-06-12] 178: Checking exports ** [20:53:50 2020-06-12] 178: Checking users ** [20:53:50 2020-06-12] 178: Checking user_dbs ** [20:53:50 2020-06-12] 178: Checking geocodings ** [20:53:50 2020-06-12] 178: Checking synchronizations ** [20:53:50 2020-06-12] 178: Checking tracker ** [20:53:50 2020-06-12] 178: Checking user_migrations ** [20:53:50 2020-06-12] 178: Checking batch_updates ** [20:53:50 2020-06-12] 178: Checking gears ** [20:53:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:53:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:55 2020-06-12] 178: Checking imports ** [20:53:55 2020-06-12] 178: Checking exports ** [20:53:55 2020-06-12] 178: Checking users ** [20:53:55 2020-06-12] 178: Checking user_dbs ** [20:53:55 2020-06-12] 178: Checking geocodings ** [20:53:55 2020-06-12] 178: Checking synchronizations ** [20:53:55 2020-06-12] 178: Checking tracker ** [20:53:55 2020-06-12] 178: Checking user_migrations ** [20:53:55 2020-06-12] 178: Checking batch_updates ** [20:53:55 2020-06-12] 178: Checking gears ** [20:53:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:53:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:00 2020-06-12] 178: Checking imports ** [20:54:00 2020-06-12] 178: Checking exports ** [20:54:00 2020-06-12] 178: Checking users ** [20:54:00 2020-06-12] 178: Checking user_dbs ** [20:54:00 2020-06-12] 178: Checking geocodings ** [20:54:00 2020-06-12] 178: Checking synchronizations ** [20:54:00 2020-06-12] 178: Checking tracker ** [20:54:00 2020-06-12] 178: Checking user_migrations ** [20:54:00 2020-06-12] 178: Checking batch_updates ** [20:54:00 2020-06-12] 178: Checking gears ** [20:54:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:54:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:05 2020-06-12] 178: Checking imports ** [20:54:05 2020-06-12] 178: Checking exports ** [20:54:05 2020-06-12] 178: Checking users ** [20:54:05 2020-06-12] 178: Checking user_dbs ** [20:54:05 2020-06-12] 178: Checking geocodings ** [20:54:05 2020-06-12] 178: Checking synchronizations ** [20:54:05 2020-06-12] 178: Checking tracker ** [20:54:05 2020-06-12] 178: Checking user_migrations ** [20:54:05 2020-06-12] 178: Checking batch_updates ** [20:54:05 2020-06-12] 178: Checking gears ** [20:54:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:54:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:10 2020-06-12] 178: Checking imports ** [20:54:10 2020-06-12] 178: Checking exports ** [20:54:10 2020-06-12] 178: Checking users ** [20:54:10 2020-06-12] 178: Checking user_dbs ** [20:54:10 2020-06-12] 178: Checking geocodings ** [20:54:10 2020-06-12] 178: Checking synchronizations ** [20:54:10 2020-06-12] 178: Checking tracker ** [20:54:10 2020-06-12] 178: Checking user_migrations ** [20:54:10 2020-06-12] 178: Checking batch_updates ** [20:54:10 2020-06-12] 178: Checking gears ** [20:54:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:54:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:15 2020-06-12] 178: Checking imports ** [20:54:15 2020-06-12] 178: Checking exports ** [20:54:15 2020-06-12] 178: Checking users ** [20:54:15 2020-06-12] 178: Checking user_dbs ** [20:54:15 2020-06-12] 178: Checking geocodings ** [20:54:15 2020-06-12] 178: Checking synchronizations ** [20:54:15 2020-06-12] 178: Checking tracker ** [20:54:15 2020-06-12] 178: Checking user_migrations ** [20:54:15 2020-06-12] 178: Checking batch_updates ** [20:54:15 2020-06-12] 178: Checking gears ** [20:54:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:54:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:20 2020-06-12] 178: Checking imports ** [20:54:20 2020-06-12] 178: Checking exports ** [20:54:20 2020-06-12] 178: Checking users ** [20:54:20 2020-06-12] 178: Checking user_dbs ** [20:54:20 2020-06-12] 178: Checking geocodings ** [20:54:20 2020-06-12] 178: Checking synchronizations ** [20:54:20 2020-06-12] 178: Checking tracker ** [20:54:20 2020-06-12] 178: Checking user_migrations ** [20:54:20 2020-06-12] 178: Checking batch_updates ** [20:54:20 2020-06-12] 178: Checking gears ** [20:54:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:54:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:25 2020-06-12] 178: Checking imports ** [20:54:25 2020-06-12] 178: Checking exports ** [20:54:25 2020-06-12] 178: Checking users ** [20:54:25 2020-06-12] 178: Checking user_dbs ** [20:54:25 2020-06-12] 178: Checking geocodings ** [20:54:25 2020-06-12] 178: Checking synchronizations ** [20:54:25 2020-06-12] 178: Checking tracker ** [20:54:25 2020-06-12] 178: Checking user_migrations ** [20:54:25 2020-06-12] 178: Checking batch_updates ** [20:54:25 2020-06-12] 178: Checking gears ** [20:54:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:54:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:30 2020-06-12] 178: Checking imports ** [20:54:30 2020-06-12] 178: Checking exports ** [20:54:30 2020-06-12] 178: Checking users ** [20:54:30 2020-06-12] 178: Checking user_dbs ** [20:54:30 2020-06-12] 178: Checking geocodings ** [20:54:30 2020-06-12] 178: Checking synchronizations ** [20:54:30 2020-06-12] 178: Checking tracker ** [20:54:30 2020-06-12] 178: Checking user_migrations ** [20:54:30 2020-06-12] 178: Checking batch_updates ** [20:54:30 2020-06-12] 178: Checking gears ** [20:54:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:54:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:35 2020-06-12] 178: Checking imports ** [20:54:35 2020-06-12] 178: Checking exports ** [20:54:35 2020-06-12] 178: Checking users ** [20:54:35 2020-06-12] 178: Checking user_dbs ** [20:54:35 2020-06-12] 178: Checking geocodings ** [20:54:35 2020-06-12] 178: Checking synchronizations ** [20:54:35 2020-06-12] 178: Checking tracker ** [20:54:35 2020-06-12] 178: Checking user_migrations ** [20:54:35 2020-06-12] 178: Checking batch_updates ** [20:54:35 2020-06-12] 178: Checking gears ** [20:54:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:54:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:40 2020-06-12] 178: Checking imports ** [20:54:40 2020-06-12] 178: Checking exports ** [20:54:40 2020-06-12] 178: Checking users ** [20:54:40 2020-06-12] 178: Checking user_dbs ** [20:54:40 2020-06-12] 178: Checking geocodings ** [20:54:40 2020-06-12] 178: Checking synchronizations ** [20:54:40 2020-06-12] 178: Checking tracker ** [20:54:40 2020-06-12] 178: Checking user_migrations ** [20:54:40 2020-06-12] 178: Checking batch_updates ** [20:54:40 2020-06-12] 178: Checking gears ** [20:54:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:54:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:45 2020-06-12] 178: Checking imports ** [20:54:45 2020-06-12] 178: Checking exports ** [20:54:45 2020-06-12] 178: Checking users ** [20:54:45 2020-06-12] 178: Checking user_dbs ** [20:54:45 2020-06-12] 178: Checking geocodings ** [20:54:45 2020-06-12] 178: Checking synchronizations ** [20:54:45 2020-06-12] 178: Checking tracker ** [20:54:45 2020-06-12] 178: Checking user_migrations ** [20:54:45 2020-06-12] 178: Checking batch_updates ** [20:54:45 2020-06-12] 178: Checking gears ** [20:54:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:54:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:50 2020-06-12] 178: Checking imports ** [20:54:50 2020-06-12] 178: Checking exports ** [20:54:50 2020-06-12] 178: Checking users ** [20:54:50 2020-06-12] 178: Checking user_dbs ** [20:54:50 2020-06-12] 178: Checking geocodings ** [20:54:50 2020-06-12] 178: Checking synchronizations ** [20:54:50 2020-06-12] 178: Checking tracker ** [20:54:50 2020-06-12] 178: Checking user_migrations ** [20:54:50 2020-06-12] 178: Checking batch_updates ** [20:54:50 2020-06-12] 178: Checking gears ** [20:54:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:54:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:55 2020-06-12] 178: Checking imports ** [20:54:55 2020-06-12] 178: Checking exports ** [20:54:55 2020-06-12] 178: Checking users ** [20:54:55 2020-06-12] 178: Checking user_dbs ** [20:54:55 2020-06-12] 178: Checking geocodings ** [20:54:55 2020-06-12] 178: Checking synchronizations ** [20:54:55 2020-06-12] 178: Checking tracker ** [20:54:55 2020-06-12] 178: Checking user_migrations ** [20:54:55 2020-06-12] 178: Checking batch_updates ** [20:54:55 2020-06-12] 178: Checking gears ** [20:54:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:54:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:00 2020-06-12] 178: Checking imports ** [20:55:00 2020-06-12] 178: Checking exports ** [20:55:00 2020-06-12] 178: Checking users ** [20:55:00 2020-06-12] 178: Checking user_dbs ** [20:55:00 2020-06-12] 178: Checking geocodings ** [20:55:00 2020-06-12] 178: Checking synchronizations ** [20:55:00 2020-06-12] 178: Checking tracker ** [20:55:00 2020-06-12] 178: Checking user_migrations ** [20:55:00 2020-06-12] 178: Checking batch_updates ** [20:55:00 2020-06-12] 178: Checking gears ** [20:55:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:55:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:05 2020-06-12] 178: Checking imports ** [20:55:05 2020-06-12] 178: Checking exports ** [20:55:05 2020-06-12] 178: Checking users ** [20:55:05 2020-06-12] 178: Checking user_dbs ** [20:55:05 2020-06-12] 178: Checking geocodings ** [20:55:05 2020-06-12] 178: Checking synchronizations ** [20:55:05 2020-06-12] 178: Checking tracker ** [20:55:05 2020-06-12] 178: Checking user_migrations ** [20:55:05 2020-06-12] 178: Checking batch_updates ** [20:55:05 2020-06-12] 178: Checking gears ** [20:55:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:55:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:10 2020-06-12] 178: Checking imports ** [20:55:10 2020-06-12] 178: Checking exports ** [20:55:10 2020-06-12] 178: Checking users ** [20:55:10 2020-06-12] 178: Checking user_dbs ** [20:55:10 2020-06-12] 178: Checking geocodings ** [20:55:10 2020-06-12] 178: Checking synchronizations ** [20:55:10 2020-06-12] 178: Checking tracker ** [20:55:10 2020-06-12] 178: Checking user_migrations ** [20:55:10 2020-06-12] 178: Checking batch_updates ** [20:55:10 2020-06-12] 178: Checking gears ** [20:55:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:55:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:15 2020-06-12] 178: Checking imports ** [20:55:15 2020-06-12] 178: Checking exports ** [20:55:15 2020-06-12] 178: Checking users ** [20:55:15 2020-06-12] 178: Checking user_dbs ** [20:55:15 2020-06-12] 178: Checking geocodings ** [20:55:15 2020-06-12] 178: Checking synchronizations ** [20:55:15 2020-06-12] 178: Checking tracker ** [20:55:15 2020-06-12] 178: Checking user_migrations ** [20:55:15 2020-06-12] 178: Checking batch_updates ** [20:55:15 2020-06-12] 178: Checking gears ** [20:55:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:55:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:20 2020-06-12] 178: Checking imports ** [20:55:20 2020-06-12] 178: Checking exports ** [20:55:20 2020-06-12] 178: Checking users ** [20:55:20 2020-06-12] 178: Checking user_dbs ** [20:55:20 2020-06-12] 178: Checking geocodings ** [20:55:20 2020-06-12] 178: Checking synchronizations ** [20:55:20 2020-06-12] 178: Checking tracker ** [20:55:20 2020-06-12] 178: Checking user_migrations ** [20:55:20 2020-06-12] 178: Checking batch_updates ** [20:55:20 2020-06-12] 178: Checking gears ** [20:55:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:55:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:25 2020-06-12] 178: Checking imports ** [20:55:25 2020-06-12] 178: Checking exports ** [20:55:25 2020-06-12] 178: Checking users ** [20:55:25 2020-06-12] 178: Checking user_dbs ** [20:55:25 2020-06-12] 178: Checking geocodings ** [20:55:25 2020-06-12] 178: Checking synchronizations ** [20:55:25 2020-06-12] 178: Checking tracker ** [20:55:25 2020-06-12] 178: Checking user_migrations ** [20:55:25 2020-06-12] 178: Checking batch_updates ** [20:55:25 2020-06-12] 178: Checking gears ** [20:55:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:55:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:30 2020-06-12] 178: Checking imports ** [20:55:30 2020-06-12] 178: Checking exports ** [20:55:30 2020-06-12] 178: Checking users ** [20:55:30 2020-06-12] 178: Checking user_dbs ** [20:55:30 2020-06-12] 178: Checking geocodings ** [20:55:30 2020-06-12] 178: Checking synchronizations ** [20:55:30 2020-06-12] 178: Checking tracker ** [20:55:30 2020-06-12] 178: Checking user_migrations ** [20:55:30 2020-06-12] 178: Checking batch_updates ** [20:55:30 2020-06-12] 178: Checking gears ** [20:55:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:55:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:35 2020-06-12] 178: Checking imports ** [20:55:35 2020-06-12] 178: Checking exports ** [20:55:35 2020-06-12] 178: Checking users ** [20:55:35 2020-06-12] 178: Checking user_dbs ** [20:55:35 2020-06-12] 178: Checking geocodings ** [20:55:35 2020-06-12] 178: Checking synchronizations ** [20:55:35 2020-06-12] 178: Checking tracker ** [20:55:35 2020-06-12] 178: Checking user_migrations ** [20:55:35 2020-06-12] 178: Checking batch_updates ** [20:55:35 2020-06-12] 178: Checking gears ** [20:55:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:55:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:40 2020-06-12] 178: Checking imports ** [20:55:40 2020-06-12] 178: Checking exports ** [20:55:40 2020-06-12] 178: Checking users ** [20:55:40 2020-06-12] 178: Checking user_dbs ** [20:55:40 2020-06-12] 178: Checking geocodings ** [20:55:40 2020-06-12] 178: Checking synchronizations ** [20:55:40 2020-06-12] 178: Checking tracker ** [20:55:40 2020-06-12] 178: Checking user_migrations ** [20:55:40 2020-06-12] 178: Checking batch_updates ** [20:55:40 2020-06-12] 178: Checking gears ** [20:55:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:55:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:45 2020-06-12] 178: Checking imports ** [20:55:45 2020-06-12] 178: Checking exports ** [20:55:45 2020-06-12] 178: Checking users ** [20:55:45 2020-06-12] 178: Checking user_dbs ** [20:55:45 2020-06-12] 178: Checking geocodings ** [20:55:45 2020-06-12] 178: Checking synchronizations ** [20:55:45 2020-06-12] 178: Checking tracker ** [20:55:45 2020-06-12] 178: Checking user_migrations ** [20:55:45 2020-06-12] 178: Checking batch_updates ** [20:55:45 2020-06-12] 178: Checking gears ** [20:55:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:55:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:50 2020-06-12] 178: Checking imports ** [20:55:50 2020-06-12] 178: Checking exports ** [20:55:50 2020-06-12] 178: Checking users ** [20:55:50 2020-06-12] 178: Checking user_dbs ** [20:55:50 2020-06-12] 178: Checking geocodings ** [20:55:50 2020-06-12] 178: Checking synchronizations ** [20:55:50 2020-06-12] 178: Checking tracker ** [20:55:50 2020-06-12] 178: Checking user_migrations ** [20:55:50 2020-06-12] 178: Checking batch_updates ** [20:55:50 2020-06-12] 178: Checking gears ** [20:55:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:55:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:55 2020-06-12] 178: Checking imports ** [20:55:55 2020-06-12] 178: Checking exports ** [20:55:55 2020-06-12] 178: Checking users ** [20:55:55 2020-06-12] 178: Checking user_dbs ** [20:55:55 2020-06-12] 178: Checking geocodings ** [20:55:55 2020-06-12] 178: Checking synchronizations ** [20:55:55 2020-06-12] 178: Checking tracker ** [20:55:55 2020-06-12] 178: Checking user_migrations ** [20:55:55 2020-06-12] 178: Checking batch_updates ** [20:55:55 2020-06-12] 178: Checking gears ** [20:55:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:55:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:00 2020-06-12] 178: Checking imports ** [20:56:00 2020-06-12] 178: Checking exports ** [20:56:00 2020-06-12] 178: Checking users ** [20:56:00 2020-06-12] 178: Checking user_dbs ** [20:56:00 2020-06-12] 178: Checking geocodings ** [20:56:00 2020-06-12] 178: Checking synchronizations ** [20:56:00 2020-06-12] 178: Checking tracker ** [20:56:00 2020-06-12] 178: Checking user_migrations ** [20:56:00 2020-06-12] 178: Checking batch_updates ** [20:56:00 2020-06-12] 178: Checking gears ** [20:56:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:56:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:05 2020-06-12] 178: Checking imports ** [20:56:05 2020-06-12] 178: Checking exports ** [20:56:05 2020-06-12] 178: Checking users ** [20:56:05 2020-06-12] 178: Checking user_dbs ** [20:56:05 2020-06-12] 178: Checking geocodings ** [20:56:05 2020-06-12] 178: Checking synchronizations ** [20:56:05 2020-06-12] 178: Checking tracker ** [20:56:05 2020-06-12] 178: Checking user_migrations ** [20:56:05 2020-06-12] 178: Checking batch_updates ** [20:56:05 2020-06-12] 178: Checking gears ** [20:56:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:56:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:10 2020-06-12] 178: Checking imports ** [20:56:10 2020-06-12] 178: Checking exports ** [20:56:10 2020-06-12] 178: Checking users ** [20:56:10 2020-06-12] 178: Checking user_dbs ** [20:56:10 2020-06-12] 178: Checking geocodings ** [20:56:10 2020-06-12] 178: Checking synchronizations ** [20:56:10 2020-06-12] 178: Checking tracker ** [20:56:10 2020-06-12] 178: Checking user_migrations ** [20:56:10 2020-06-12] 178: Checking batch_updates ** [20:56:10 2020-06-12] 178: Checking gears ** [20:56:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:56:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:15 2020-06-12] 178: Checking imports ** [20:56:15 2020-06-12] 178: Checking exports ** [20:56:15 2020-06-12] 178: Checking users ** [20:56:15 2020-06-12] 178: Checking user_dbs ** [20:56:15 2020-06-12] 178: Checking geocodings ** [20:56:15 2020-06-12] 178: Checking synchronizations ** [20:56:15 2020-06-12] 178: Checking tracker ** [20:56:15 2020-06-12] 178: Checking user_migrations ** [20:56:15 2020-06-12] 178: Checking batch_updates ** [20:56:15 2020-06-12] 178: Checking gears ** [20:56:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:56:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:20 2020-06-12] 178: Checking imports ** [20:56:20 2020-06-12] 178: Checking exports ** [20:56:20 2020-06-12] 178: Checking users ** [20:56:20 2020-06-12] 178: Checking user_dbs ** [20:56:20 2020-06-12] 178: Checking geocodings ** [20:56:20 2020-06-12] 178: Checking synchronizations ** [20:56:20 2020-06-12] 178: Checking tracker ** [20:56:20 2020-06-12] 178: Checking user_migrations ** [20:56:20 2020-06-12] 178: Checking batch_updates ** [20:56:20 2020-06-12] 178: Checking gears ** [20:56:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:56:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:25 2020-06-12] 178: Checking imports ** [20:56:25 2020-06-12] 178: Checking exports ** [20:56:25 2020-06-12] 178: Checking users ** [20:56:25 2020-06-12] 178: Checking user_dbs ** [20:56:25 2020-06-12] 178: Checking geocodings ** [20:56:25 2020-06-12] 178: Checking synchronizations ** [20:56:25 2020-06-12] 178: Checking tracker ** [20:56:25 2020-06-12] 178: Checking user_migrations ** [20:56:25 2020-06-12] 178: Checking batch_updates ** [20:56:25 2020-06-12] 178: Checking gears ** [20:56:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:56:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:30 2020-06-12] 178: Checking imports ** [20:56:30 2020-06-12] 178: Checking exports ** [20:56:30 2020-06-12] 178: Checking users ** [20:56:30 2020-06-12] 178: Checking user_dbs ** [20:56:30 2020-06-12] 178: Checking geocodings ** [20:56:30 2020-06-12] 178: Checking synchronizations ** [20:56:30 2020-06-12] 178: Checking tracker ** [20:56:30 2020-06-12] 178: Checking user_migrations ** [20:56:30 2020-06-12] 178: Checking batch_updates ** [20:56:30 2020-06-12] 178: Checking gears ** [20:56:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:56:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:35 2020-06-12] 178: Checking imports ** [20:56:35 2020-06-12] 178: Checking exports ** [20:56:35 2020-06-12] 178: Checking users ** [20:56:35 2020-06-12] 178: Checking user_dbs ** [20:56:35 2020-06-12] 178: Checking geocodings ** [20:56:35 2020-06-12] 178: Checking synchronizations ** [20:56:35 2020-06-12] 178: Checking tracker ** [20:56:35 2020-06-12] 178: Checking user_migrations ** [20:56:35 2020-06-12] 178: Checking batch_updates ** [20:56:35 2020-06-12] 178: Checking gears ** [20:56:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:56:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:40 2020-06-12] 178: Checking imports ** [20:56:40 2020-06-12] 178: Checking exports ** [20:56:40 2020-06-12] 178: Checking users ** [20:56:40 2020-06-12] 178: Checking user_dbs ** [20:56:40 2020-06-12] 178: Checking geocodings ** [20:56:40 2020-06-12] 178: Checking synchronizations ** [20:56:40 2020-06-12] 178: Checking tracker ** [20:56:40 2020-06-12] 178: Checking user_migrations ** [20:56:40 2020-06-12] 178: Checking batch_updates ** [20:56:40 2020-06-12] 178: Checking gears ** [20:56:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:56:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:45 2020-06-12] 178: Checking imports ** [20:56:45 2020-06-12] 178: Checking exports ** [20:56:45 2020-06-12] 178: Checking users ** [20:56:45 2020-06-12] 178: Checking user_dbs ** [20:56:45 2020-06-12] 178: Checking geocodings ** [20:56:45 2020-06-12] 178: Checking synchronizations ** [20:56:45 2020-06-12] 178: Checking tracker ** [20:56:45 2020-06-12] 178: Checking user_migrations ** [20:56:45 2020-06-12] 178: Checking batch_updates ** [20:56:45 2020-06-12] 178: Checking gears ** [20:56:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:56:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:50 2020-06-12] 178: Checking imports ** [20:56:50 2020-06-12] 178: Checking exports ** [20:56:50 2020-06-12] 178: Checking users ** [20:56:50 2020-06-12] 178: Checking user_dbs ** [20:56:50 2020-06-12] 178: Checking geocodings ** [20:56:50 2020-06-12] 178: Checking synchronizations ** [20:56:50 2020-06-12] 178: Checking tracker ** [20:56:50 2020-06-12] 178: Checking user_migrations ** [20:56:50 2020-06-12] 178: Checking batch_updates ** [20:56:50 2020-06-12] 178: Checking gears ** [20:56:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:56:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:55 2020-06-12] 178: Checking imports ** [20:56:55 2020-06-12] 178: Checking exports ** [20:56:55 2020-06-12] 178: Checking users ** [20:56:55 2020-06-12] 178: Checking user_dbs ** [20:56:55 2020-06-12] 178: Checking geocodings ** [20:56:55 2020-06-12] 178: Checking synchronizations ** [20:56:55 2020-06-12] 178: Checking tracker ** [20:56:55 2020-06-12] 178: Checking user_migrations ** [20:56:55 2020-06-12] 178: Checking batch_updates ** [20:56:55 2020-06-12] 178: Checking gears ** [20:56:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:56:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:00 2020-06-12] 178: Checking imports ** [20:57:00 2020-06-12] 178: Checking exports ** [20:57:00 2020-06-12] 178: Checking users ** [20:57:00 2020-06-12] 178: Checking user_dbs ** [20:57:00 2020-06-12] 178: Checking geocodings ** [20:57:00 2020-06-12] 178: Checking synchronizations ** [20:57:00 2020-06-12] 178: Checking tracker ** [20:57:00 2020-06-12] 178: Checking user_migrations ** [20:57:00 2020-06-12] 178: Checking batch_updates ** [20:57:00 2020-06-12] 178: Checking gears ** [20:57:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:57:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:05 2020-06-12] 178: Checking imports ** [20:57:05 2020-06-12] 178: Checking exports ** [20:57:05 2020-06-12] 178: Checking users ** [20:57:05 2020-06-12] 178: Checking user_dbs ** [20:57:05 2020-06-12] 178: Checking geocodings ** [20:57:05 2020-06-12] 178: Checking synchronizations ** [20:57:05 2020-06-12] 178: Checking tracker ** [20:57:05 2020-06-12] 178: Checking user_migrations ** [20:57:05 2020-06-12] 178: Checking batch_updates ** [20:57:05 2020-06-12] 178: Checking gears ** [20:57:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:57:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:10 2020-06-12] 178: Checking imports ** [20:57:10 2020-06-12] 178: Checking exports ** [20:57:10 2020-06-12] 178: Checking users ** [20:57:10 2020-06-12] 178: Checking user_dbs ** [20:57:10 2020-06-12] 178: Checking geocodings ** [20:57:10 2020-06-12] 178: Checking synchronizations ** [20:57:10 2020-06-12] 178: Checking tracker ** [20:57:10 2020-06-12] 178: Checking user_migrations ** [20:57:10 2020-06-12] 178: Checking batch_updates ** [20:57:10 2020-06-12] 178: Checking gears ** [20:57:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:57:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:15 2020-06-12] 178: Checking imports ** [20:57:15 2020-06-12] 178: Checking exports ** [20:57:15 2020-06-12] 178: Checking users ** [20:57:15 2020-06-12] 178: Checking user_dbs ** [20:57:15 2020-06-12] 178: Checking geocodings ** [20:57:15 2020-06-12] 178: Checking synchronizations ** [20:57:15 2020-06-12] 178: Checking tracker ** [20:57:15 2020-06-12] 178: Checking user_migrations ** [20:57:15 2020-06-12] 178: Checking batch_updates ** [20:57:15 2020-06-12] 178: Checking gears ** [20:57:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:57:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:20 2020-06-12] 178: Checking imports ** [20:57:20 2020-06-12] 178: Checking exports ** [20:57:20 2020-06-12] 178: Checking users ** [20:57:20 2020-06-12] 178: Checking user_dbs ** [20:57:20 2020-06-12] 178: Checking geocodings ** [20:57:20 2020-06-12] 178: Checking synchronizations ** [20:57:20 2020-06-12] 178: Checking tracker ** [20:57:20 2020-06-12] 178: Checking user_migrations ** [20:57:20 2020-06-12] 178: Checking batch_updates ** [20:57:20 2020-06-12] 178: Checking gears ** [20:57:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:57:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:25 2020-06-12] 178: Checking imports ** [20:57:25 2020-06-12] 178: Checking exports ** [20:57:25 2020-06-12] 178: Checking users ** [20:57:25 2020-06-12] 178: Checking user_dbs ** [20:57:25 2020-06-12] 178: Checking geocodings ** [20:57:25 2020-06-12] 178: Checking synchronizations ** [20:57:25 2020-06-12] 178: Checking tracker ** [20:57:25 2020-06-12] 178: Checking user_migrations ** [20:57:25 2020-06-12] 178: Checking batch_updates ** [20:57:25 2020-06-12] 178: Checking gears ** [20:57:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:57:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:31 2020-06-12] 178: Checking imports ** [20:57:31 2020-06-12] 178: Checking exports ** [20:57:31 2020-06-12] 178: Checking users ** [20:57:31 2020-06-12] 178: Checking user_dbs ** [20:57:31 2020-06-12] 178: Checking geocodings ** [20:57:31 2020-06-12] 178: Checking synchronizations ** [20:57:31 2020-06-12] 178: Checking tracker ** [20:57:31 2020-06-12] 178: Checking user_migrations ** [20:57:31 2020-06-12] 178: Checking batch_updates ** [20:57:31 2020-06-12] 178: Checking gears ** [20:57:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:57:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:36 2020-06-12] 178: Checking imports ** [20:57:36 2020-06-12] 178: Checking exports ** [20:57:36 2020-06-12] 178: Checking users ** [20:57:36 2020-06-12] 178: Checking user_dbs ** [20:57:36 2020-06-12] 178: Checking geocodings ** [20:57:36 2020-06-12] 178: Checking synchronizations ** [20:57:36 2020-06-12] 178: Checking tracker ** [20:57:36 2020-06-12] 178: Checking user_migrations ** [20:57:36 2020-06-12] 178: Checking batch_updates ** [20:57:36 2020-06-12] 178: Checking gears ** [20:57:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:57:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:41 2020-06-12] 178: Checking imports ** [20:57:41 2020-06-12] 178: Checking exports ** [20:57:41 2020-06-12] 178: Checking users ** [20:57:41 2020-06-12] 178: Checking user_dbs ** [20:57:41 2020-06-12] 178: Checking geocodings ** [20:57:41 2020-06-12] 178: Checking synchronizations ** [20:57:41 2020-06-12] 178: Checking tracker ** [20:57:41 2020-06-12] 178: Checking user_migrations ** [20:57:41 2020-06-12] 178: Checking batch_updates ** [20:57:41 2020-06-12] 178: Checking gears ** [20:57:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:57:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:46 2020-06-12] 178: Checking imports ** [20:57:46 2020-06-12] 178: Checking exports ** [20:57:46 2020-06-12] 178: Checking users ** [20:57:46 2020-06-12] 178: Checking user_dbs ** [20:57:46 2020-06-12] 178: Checking geocodings ** [20:57:46 2020-06-12] 178: Checking synchronizations ** [20:57:46 2020-06-12] 178: Checking tracker ** [20:57:46 2020-06-12] 178: Checking user_migrations ** [20:57:46 2020-06-12] 178: Checking batch_updates ** [20:57:46 2020-06-12] 178: Checking gears ** [20:57:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:57:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:51 2020-06-12] 178: Checking imports ** [20:57:51 2020-06-12] 178: Checking exports ** [20:57:51 2020-06-12] 178: Checking users ** [20:57:51 2020-06-12] 178: Checking user_dbs ** [20:57:51 2020-06-12] 178: Checking geocodings ** [20:57:51 2020-06-12] 178: Checking synchronizations ** [20:57:51 2020-06-12] 178: Checking tracker ** [20:57:51 2020-06-12] 178: Checking user_migrations ** [20:57:51 2020-06-12] 178: Checking batch_updates ** [20:57:51 2020-06-12] 178: Checking gears ** [20:57:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:57:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:56 2020-06-12] 178: Checking imports ** [20:57:56 2020-06-12] 178: Checking exports ** [20:57:56 2020-06-12] 178: Checking users ** [20:57:56 2020-06-12] 178: Checking user_dbs ** [20:57:56 2020-06-12] 178: Checking geocodings ** [20:57:56 2020-06-12] 178: Checking synchronizations ** [20:57:56 2020-06-12] 178: Checking tracker ** [20:57:56 2020-06-12] 178: Checking user_migrations ** [20:57:56 2020-06-12] 178: Checking batch_updates ** [20:57:56 2020-06-12] 178: Checking gears ** [20:57:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:57:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:01 2020-06-12] 178: Checking imports ** [20:58:01 2020-06-12] 178: Checking exports ** [20:58:01 2020-06-12] 178: Checking users ** [20:58:01 2020-06-12] 178: Checking user_dbs ** [20:58:01 2020-06-12] 178: Checking geocodings ** [20:58:01 2020-06-12] 178: Checking synchronizations ** [20:58:01 2020-06-12] 178: Checking tracker ** [20:58:01 2020-06-12] 178: Checking user_migrations ** [20:58:01 2020-06-12] 178: Checking batch_updates ** [20:58:01 2020-06-12] 178: Checking gears ** [20:58:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:58:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:06 2020-06-12] 178: Checking imports ** [20:58:06 2020-06-12] 178: Checking exports ** [20:58:06 2020-06-12] 178: Checking users ** [20:58:06 2020-06-12] 178: Checking user_dbs ** [20:58:06 2020-06-12] 178: Checking geocodings ** [20:58:06 2020-06-12] 178: Checking synchronizations ** [20:58:06 2020-06-12] 178: Checking tracker ** [20:58:06 2020-06-12] 178: Checking user_migrations ** [20:58:06 2020-06-12] 178: Checking batch_updates ** [20:58:06 2020-06-12] 178: Checking gears ** [20:58:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:58:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:11 2020-06-12] 178: Checking imports ** [20:58:11 2020-06-12] 178: Checking exports ** [20:58:11 2020-06-12] 178: Checking users ** [20:58:11 2020-06-12] 178: Checking user_dbs ** [20:58:11 2020-06-12] 178: Checking geocodings ** [20:58:11 2020-06-12] 178: Checking synchronizations ** [20:58:11 2020-06-12] 178: Checking tracker ** [20:58:11 2020-06-12] 178: Checking user_migrations ** [20:58:11 2020-06-12] 178: Checking batch_updates ** [20:58:11 2020-06-12] 178: Checking gears ** [20:58:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:58:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:16 2020-06-12] 178: Checking imports ** [20:58:16 2020-06-12] 178: Checking exports ** [20:58:16 2020-06-12] 178: Checking users ** [20:58:16 2020-06-12] 178: Checking user_dbs ** [20:58:16 2020-06-12] 178: Checking geocodings ** [20:58:16 2020-06-12] 178: Checking synchronizations ** [20:58:16 2020-06-12] 178: Checking tracker ** [20:58:16 2020-06-12] 178: Checking user_migrations ** [20:58:16 2020-06-12] 178: Checking batch_updates ** [20:58:16 2020-06-12] 178: Checking gears ** [20:58:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:58:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:21 2020-06-12] 178: Checking imports ** [20:58:21 2020-06-12] 178: Checking exports ** [20:58:21 2020-06-12] 178: Checking users ** [20:58:21 2020-06-12] 178: Checking user_dbs ** [20:58:21 2020-06-12] 178: Checking geocodings ** [20:58:21 2020-06-12] 178: Checking synchronizations ** [20:58:21 2020-06-12] 178: Checking tracker ** [20:58:21 2020-06-12] 178: Checking user_migrations ** [20:58:21 2020-06-12] 178: Checking batch_updates ** [20:58:21 2020-06-12] 178: Checking gears ** [20:58:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:58:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:26 2020-06-12] 178: Checking imports ** [20:58:26 2020-06-12] 178: Checking exports ** [20:58:26 2020-06-12] 178: Checking users ** [20:58:26 2020-06-12] 178: Checking user_dbs ** [20:58:26 2020-06-12] 178: Checking geocodings ** [20:58:26 2020-06-12] 178: Checking synchronizations ** [20:58:26 2020-06-12] 178: Checking tracker ** [20:58:26 2020-06-12] 178: Checking user_migrations ** [20:58:26 2020-06-12] 178: Checking batch_updates ** [20:58:26 2020-06-12] 178: Checking gears ** [20:58:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:58:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:31 2020-06-12] 178: Checking imports ** [20:58:31 2020-06-12] 178: Checking exports ** [20:58:31 2020-06-12] 178: Checking users ** [20:58:31 2020-06-12] 178: Checking user_dbs ** [20:58:31 2020-06-12] 178: Checking geocodings ** [20:58:31 2020-06-12] 178: Checking synchronizations ** [20:58:31 2020-06-12] 178: Checking tracker ** [20:58:31 2020-06-12] 178: Checking user_migrations ** [20:58:31 2020-06-12] 178: Checking batch_updates ** [20:58:31 2020-06-12] 178: Checking gears ** [20:58:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:58:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:36 2020-06-12] 178: Checking imports ** [20:58:36 2020-06-12] 178: Checking exports ** [20:58:36 2020-06-12] 178: Checking users ** [20:58:36 2020-06-12] 178: Checking user_dbs ** [20:58:36 2020-06-12] 178: Checking geocodings ** [20:58:36 2020-06-12] 178: Checking synchronizations ** [20:58:36 2020-06-12] 178: Checking tracker ** [20:58:36 2020-06-12] 178: Checking user_migrations ** [20:58:36 2020-06-12] 178: Checking batch_updates ** [20:58:36 2020-06-12] 178: Checking gears ** [20:58:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:58:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:41 2020-06-12] 178: Checking imports ** [20:58:41 2020-06-12] 178: Checking exports ** [20:58:41 2020-06-12] 178: Checking users ** [20:58:41 2020-06-12] 178: Checking user_dbs ** [20:58:41 2020-06-12] 178: Checking geocodings ** [20:58:41 2020-06-12] 178: Checking synchronizations ** [20:58:41 2020-06-12] 178: Checking tracker ** [20:58:41 2020-06-12] 178: Checking user_migrations ** [20:58:41 2020-06-12] 178: Checking batch_updates ** [20:58:41 2020-06-12] 178: Checking gears ** [20:58:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:58:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:46 2020-06-12] 178: Checking imports ** [20:58:46 2020-06-12] 178: Checking exports ** [20:58:46 2020-06-12] 178: Checking users ** [20:58:46 2020-06-12] 178: Checking user_dbs ** [20:58:46 2020-06-12] 178: Checking geocodings ** [20:58:46 2020-06-12] 178: Checking synchronizations ** [20:58:46 2020-06-12] 178: Checking tracker ** [20:58:46 2020-06-12] 178: Checking user_migrations ** [20:58:46 2020-06-12] 178: Checking batch_updates ** [20:58:46 2020-06-12] 178: Checking gears ** [20:58:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:58:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:51 2020-06-12] 178: Checking imports ** [20:58:51 2020-06-12] 178: Checking exports ** [20:58:51 2020-06-12] 178: Checking users ** [20:58:51 2020-06-12] 178: Checking user_dbs ** [20:58:51 2020-06-12] 178: Checking geocodings ** [20:58:51 2020-06-12] 178: Checking synchronizations ** [20:58:51 2020-06-12] 178: Checking tracker ** [20:58:51 2020-06-12] 178: Checking user_migrations ** [20:58:51 2020-06-12] 178: Checking batch_updates ** [20:58:51 2020-06-12] 178: Checking gears ** [20:58:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:58:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:56 2020-06-12] 178: Checking imports ** [20:58:56 2020-06-12] 178: Checking exports ** [20:58:56 2020-06-12] 178: Checking users ** [20:58:56 2020-06-12] 178: Checking user_dbs ** [20:58:56 2020-06-12] 178: Checking geocodings ** [20:58:56 2020-06-12] 178: Checking synchronizations ** [20:58:56 2020-06-12] 178: Checking tracker ** [20:58:56 2020-06-12] 178: Checking user_migrations ** [20:58:56 2020-06-12] 178: Checking batch_updates ** [20:58:56 2020-06-12] 178: Checking gears ** [20:58:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:58:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:01 2020-06-12] 178: Checking imports ** [20:59:01 2020-06-12] 178: Checking exports ** [20:59:01 2020-06-12] 178: Checking users ** [20:59:01 2020-06-12] 178: Checking user_dbs ** [20:59:01 2020-06-12] 178: Checking geocodings ** [20:59:01 2020-06-12] 178: Checking synchronizations ** [20:59:01 2020-06-12] 178: Checking tracker ** [20:59:01 2020-06-12] 178: Checking user_migrations ** [20:59:01 2020-06-12] 178: Checking batch_updates ** [20:59:01 2020-06-12] 178: Checking gears ** [20:59:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:59:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:06 2020-06-12] 178: Checking imports ** [20:59:06 2020-06-12] 178: Checking exports ** [20:59:06 2020-06-12] 178: Checking users ** [20:59:06 2020-06-12] 178: Checking user_dbs ** [20:59:06 2020-06-12] 178: Checking geocodings ** [20:59:06 2020-06-12] 178: Checking synchronizations ** [20:59:06 2020-06-12] 178: Checking tracker ** [20:59:06 2020-06-12] 178: Checking user_migrations ** [20:59:06 2020-06-12] 178: Checking batch_updates ** [20:59:06 2020-06-12] 178: Checking gears ** [20:59:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:59:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:11 2020-06-12] 178: Checking imports ** [20:59:11 2020-06-12] 178: Checking exports ** [20:59:11 2020-06-12] 178: Checking users ** [20:59:11 2020-06-12] 178: Checking user_dbs ** [20:59:11 2020-06-12] 178: Checking geocodings ** [20:59:11 2020-06-12] 178: Checking synchronizations ** [20:59:11 2020-06-12] 178: Checking tracker ** [20:59:11 2020-06-12] 178: Checking user_migrations ** [20:59:11 2020-06-12] 178: Checking batch_updates ** [20:59:11 2020-06-12] 178: Checking gears ** [20:59:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:59:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:16 2020-06-12] 178: Checking imports ** [20:59:16 2020-06-12] 178: Checking exports ** [20:59:16 2020-06-12] 178: Checking users ** [20:59:16 2020-06-12] 178: Checking user_dbs ** [20:59:16 2020-06-12] 178: Checking geocodings ** [20:59:16 2020-06-12] 178: Checking synchronizations ** [20:59:16 2020-06-12] 178: Checking tracker ** [20:59:16 2020-06-12] 178: Checking user_migrations ** [20:59:16 2020-06-12] 178: Checking batch_updates ** [20:59:16 2020-06-12] 178: Checking gears ** [20:59:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:59:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:21 2020-06-12] 178: Checking imports ** [20:59:21 2020-06-12] 178: Checking exports ** [20:59:21 2020-06-12] 178: Checking users ** [20:59:21 2020-06-12] 178: Checking user_dbs ** [20:59:21 2020-06-12] 178: Checking geocodings ** [20:59:21 2020-06-12] 178: Checking synchronizations ** [20:59:21 2020-06-12] 178: Checking tracker ** [20:59:21 2020-06-12] 178: Checking user_migrations ** [20:59:21 2020-06-12] 178: Checking batch_updates ** [20:59:21 2020-06-12] 178: Checking gears ** [20:59:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:59:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:26 2020-06-12] 178: Checking imports ** [20:59:26 2020-06-12] 178: Checking exports ** [20:59:26 2020-06-12] 178: Checking users ** [20:59:26 2020-06-12] 178: Checking user_dbs ** [20:59:26 2020-06-12] 178: Checking geocodings ** [20:59:26 2020-06-12] 178: Checking synchronizations ** [20:59:26 2020-06-12] 178: Checking tracker ** [20:59:26 2020-06-12] 178: Checking user_migrations ** [20:59:26 2020-06-12] 178: Checking batch_updates ** [20:59:26 2020-06-12] 178: Checking gears ** [20:59:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:59:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:31 2020-06-12] 178: Checking imports ** [20:59:31 2020-06-12] 178: Checking exports ** [20:59:31 2020-06-12] 178: Checking users ** [20:59:31 2020-06-12] 178: Checking user_dbs ** [20:59:31 2020-06-12] 178: Checking geocodings ** [20:59:31 2020-06-12] 178: Checking synchronizations ** [20:59:31 2020-06-12] 178: Checking tracker ** [20:59:31 2020-06-12] 178: Checking user_migrations ** [20:59:31 2020-06-12] 178: Checking batch_updates ** [20:59:31 2020-06-12] 178: Checking gears ** [20:59:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:59:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:36 2020-06-12] 178: Checking imports ** [20:59:36 2020-06-12] 178: Checking exports ** [20:59:36 2020-06-12] 178: Checking users ** [20:59:36 2020-06-12] 178: Checking user_dbs ** [20:59:36 2020-06-12] 178: Checking geocodings ** [20:59:36 2020-06-12] 178: Checking synchronizations ** [20:59:36 2020-06-12] 178: Checking tracker ** [20:59:36 2020-06-12] 178: Checking user_migrations ** [20:59:36 2020-06-12] 178: Checking batch_updates ** [20:59:36 2020-06-12] 178: Checking gears ** [20:59:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:59:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:41 2020-06-12] 178: Checking imports ** [20:59:41 2020-06-12] 178: Checking exports ** [20:59:41 2020-06-12] 178: Checking users ** [20:59:41 2020-06-12] 178: Checking user_dbs ** [20:59:41 2020-06-12] 178: Checking geocodings ** [20:59:41 2020-06-12] 178: Checking synchronizations ** [20:59:41 2020-06-12] 178: Checking tracker ** [20:59:41 2020-06-12] 178: Checking user_migrations ** [20:59:41 2020-06-12] 178: Checking batch_updates ** [20:59:41 2020-06-12] 178: Checking gears ** [20:59:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:59:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:46 2020-06-12] 178: Checking imports ** [20:59:46 2020-06-12] 178: Checking exports ** [20:59:46 2020-06-12] 178: Checking users ** [20:59:46 2020-06-12] 178: Checking user_dbs ** [20:59:46 2020-06-12] 178: Checking geocodings ** [20:59:46 2020-06-12] 178: Checking synchronizations ** [20:59:46 2020-06-12] 178: Checking tracker ** [20:59:46 2020-06-12] 178: Checking user_migrations ** [20:59:46 2020-06-12] 178: Checking batch_updates ** [20:59:46 2020-06-12] 178: Checking gears ** [20:59:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:59:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:51 2020-06-12] 178: Checking imports ** [20:59:51 2020-06-12] 178: Checking exports ** [20:59:51 2020-06-12] 178: Checking users ** [20:59:51 2020-06-12] 178: Checking user_dbs ** [20:59:51 2020-06-12] 178: Checking geocodings ** [20:59:51 2020-06-12] 178: Checking synchronizations ** [20:59:51 2020-06-12] 178: Checking tracker ** [20:59:51 2020-06-12] 178: Checking user_migrations ** [20:59:51 2020-06-12] 178: Checking batch_updates ** [20:59:51 2020-06-12] 178: Checking gears ** [20:59:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:59:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:56 2020-06-12] 178: Checking imports ** [20:59:56 2020-06-12] 178: Checking exports ** [20:59:56 2020-06-12] 178: Checking users ** [20:59:56 2020-06-12] 178: Checking user_dbs ** [20:59:56 2020-06-12] 178: Checking geocodings ** [20:59:56 2020-06-12] 178: Checking synchronizations ** [20:59:56 2020-06-12] 178: Checking tracker ** [20:59:56 2020-06-12] 178: Checking user_migrations ** [20:59:56 2020-06-12] 178: Checking batch_updates ** [20:59:56 2020-06-12] 178: Checking gears ** [20:59:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [20:59:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:01 2020-06-12] 178: Checking imports ** [21:00:01 2020-06-12] 178: Checking exports ** [21:00:01 2020-06-12] 178: Checking users ** [21:00:01 2020-06-12] 178: Checking user_dbs ** [21:00:01 2020-06-12] 178: Checking geocodings ** [21:00:01 2020-06-12] 178: Checking synchronizations ** [21:00:01 2020-06-12] 178: Checking tracker ** [21:00:01 2020-06-12] 178: Checking user_migrations ** [21:00:01 2020-06-12] 178: Checking batch_updates ** [21:00:01 2020-06-12] 178: Checking gears ** [21:00:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:00:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:06 2020-06-12] 178: Checking imports ** [21:00:06 2020-06-12] 178: Checking exports ** [21:00:06 2020-06-12] 178: Checking users ** [21:00:06 2020-06-12] 178: Checking user_dbs ** [21:00:06 2020-06-12] 178: Checking geocodings ** [21:00:06 2020-06-12] 178: Checking synchronizations ** [21:00:06 2020-06-12] 178: Checking tracker ** [21:00:06 2020-06-12] 178: Checking user_migrations ** [21:00:06 2020-06-12] 178: Checking batch_updates ** [21:00:06 2020-06-12] 178: Checking gears ** [21:00:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:00:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:11 2020-06-12] 178: Checking imports ** [21:00:11 2020-06-12] 178: Checking exports ** [21:00:11 2020-06-12] 178: Checking users ** [21:00:11 2020-06-12] 178: Checking user_dbs ** [21:00:11 2020-06-12] 178: Checking geocodings ** [21:00:11 2020-06-12] 178: Checking synchronizations ** [21:00:11 2020-06-12] 178: Checking tracker ** [21:00:11 2020-06-12] 178: Checking user_migrations ** [21:00:11 2020-06-12] 178: Checking batch_updates ** [21:00:11 2020-06-12] 178: Checking gears ** [21:00:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:00:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:16 2020-06-12] 178: Checking imports ** [21:00:16 2020-06-12] 178: Checking exports ** [21:00:16 2020-06-12] 178: Checking users ** [21:00:16 2020-06-12] 178: Checking user_dbs ** [21:00:16 2020-06-12] 178: Checking geocodings ** [21:00:16 2020-06-12] 178: Checking synchronizations ** [21:00:16 2020-06-12] 178: Checking tracker ** [21:00:16 2020-06-12] 178: Checking user_migrations ** [21:00:16 2020-06-12] 178: Checking batch_updates ** [21:00:16 2020-06-12] 178: Checking gears ** [21:00:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:00:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:21 2020-06-12] 178: Checking imports ** [21:00:21 2020-06-12] 178: Checking exports ** [21:00:21 2020-06-12] 178: Checking users ** [21:00:21 2020-06-12] 178: Checking user_dbs ** [21:00:21 2020-06-12] 178: Checking geocodings ** [21:00:21 2020-06-12] 178: Checking synchronizations ** [21:00:21 2020-06-12] 178: Checking tracker ** [21:00:21 2020-06-12] 178: Checking user_migrations ** [21:00:21 2020-06-12] 178: Checking batch_updates ** [21:00:21 2020-06-12] 178: Checking gears ** [21:00:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:00:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:26 2020-06-12] 178: Checking imports ** [21:00:26 2020-06-12] 178: Checking exports ** [21:00:26 2020-06-12] 178: Checking users ** [21:00:26 2020-06-12] 178: Checking user_dbs ** [21:00:26 2020-06-12] 178: Checking geocodings ** [21:00:26 2020-06-12] 178: Checking synchronizations ** [21:00:26 2020-06-12] 178: Checking tracker ** [21:00:26 2020-06-12] 178: Checking user_migrations ** [21:00:26 2020-06-12] 178: Checking batch_updates ** [21:00:26 2020-06-12] 178: Checking gears ** [21:00:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:00:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:31 2020-06-12] 178: Checking imports ** [21:00:31 2020-06-12] 178: Checking exports ** [21:00:31 2020-06-12] 178: Checking users ** [21:00:31 2020-06-12] 178: Checking user_dbs ** [21:00:31 2020-06-12] 178: Checking geocodings ** [21:00:31 2020-06-12] 178: Checking synchronizations ** [21:00:31 2020-06-12] 178: Checking tracker ** [21:00:31 2020-06-12] 178: Checking user_migrations ** [21:00:31 2020-06-12] 178: Checking batch_updates ** [21:00:31 2020-06-12] 178: Checking gears ** [21:00:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:00:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:36 2020-06-12] 178: Checking imports ** [21:00:36 2020-06-12] 178: Checking exports ** [21:00:36 2020-06-12] 178: Checking users ** [21:00:36 2020-06-12] 178: Checking user_dbs ** [21:00:36 2020-06-12] 178: Checking geocodings ** [21:00:36 2020-06-12] 178: Checking synchronizations ** [21:00:36 2020-06-12] 178: Checking tracker ** [21:00:36 2020-06-12] 178: Checking user_migrations ** [21:00:36 2020-06-12] 178: Checking batch_updates ** [21:00:36 2020-06-12] 178: Checking gears ** [21:00:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:00:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:41 2020-06-12] 178: Checking imports ** [21:00:41 2020-06-12] 178: Checking exports ** [21:00:41 2020-06-12] 178: Checking users ** [21:00:41 2020-06-12] 178: Checking user_dbs ** [21:00:41 2020-06-12] 178: Checking geocodings ** [21:00:41 2020-06-12] 178: Checking synchronizations ** [21:00:41 2020-06-12] 178: Checking tracker ** [21:00:41 2020-06-12] 178: Checking user_migrations ** [21:00:41 2020-06-12] 178: Checking batch_updates ** [21:00:41 2020-06-12] 178: Checking gears ** [21:00:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:00:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:46 2020-06-12] 178: Checking imports ** [21:00:46 2020-06-12] 178: Checking exports ** [21:00:46 2020-06-12] 178: Checking users ** [21:00:46 2020-06-12] 178: Checking user_dbs ** [21:00:46 2020-06-12] 178: Checking geocodings ** [21:00:46 2020-06-12] 178: Checking synchronizations ** [21:00:46 2020-06-12] 178: Checking tracker ** [21:00:46 2020-06-12] 178: Checking user_migrations ** [21:00:46 2020-06-12] 178: Checking batch_updates ** [21:00:46 2020-06-12] 178: Checking gears ** [21:00:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:00:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:51 2020-06-12] 178: Checking imports ** [21:00:51 2020-06-12] 178: Checking exports ** [21:00:51 2020-06-12] 178: Checking users ** [21:00:51 2020-06-12] 178: Checking user_dbs ** [21:00:51 2020-06-12] 178: Checking geocodings ** [21:00:51 2020-06-12] 178: Checking synchronizations ** [21:00:51 2020-06-12] 178: Checking tracker ** [21:00:51 2020-06-12] 178: Checking user_migrations ** [21:00:51 2020-06-12] 178: Checking batch_updates ** [21:00:51 2020-06-12] 178: Checking gears ** [21:00:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:00:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:56 2020-06-12] 178: Checking imports ** [21:00:56 2020-06-12] 178: Checking exports ** [21:00:56 2020-06-12] 178: Checking users ** [21:00:56 2020-06-12] 178: Checking user_dbs ** [21:00:56 2020-06-12] 178: Checking geocodings ** [21:00:56 2020-06-12] 178: Checking synchronizations ** [21:00:56 2020-06-12] 178: Checking tracker ** [21:00:56 2020-06-12] 178: Checking user_migrations ** [21:00:56 2020-06-12] 178: Checking batch_updates ** [21:00:56 2020-06-12] 178: Checking gears ** [21:00:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:00:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:01 2020-06-12] 178: Checking imports ** [21:01:01 2020-06-12] 178: Checking exports ** [21:01:01 2020-06-12] 178: Checking users ** [21:01:01 2020-06-12] 178: Checking user_dbs ** [21:01:01 2020-06-12] 178: Checking geocodings ** [21:01:01 2020-06-12] 178: Checking synchronizations ** [21:01:01 2020-06-12] 178: Checking tracker ** [21:01:01 2020-06-12] 178: Checking user_migrations ** [21:01:01 2020-06-12] 178: Checking batch_updates ** [21:01:01 2020-06-12] 178: Checking gears ** [21:01:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:01:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:06 2020-06-12] 178: Checking imports ** [21:01:06 2020-06-12] 178: Checking exports ** [21:01:06 2020-06-12] 178: Checking users ** [21:01:06 2020-06-12] 178: Checking user_dbs ** [21:01:06 2020-06-12] 178: Checking geocodings ** [21:01:06 2020-06-12] 178: Checking synchronizations ** [21:01:06 2020-06-12] 178: Checking tracker ** [21:01:06 2020-06-12] 178: Checking user_migrations ** [21:01:06 2020-06-12] 178: Checking batch_updates ** [21:01:06 2020-06-12] 178: Checking gears ** [21:01:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:01:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:11 2020-06-12] 178: Checking imports ** [21:01:11 2020-06-12] 178: Checking exports ** [21:01:11 2020-06-12] 178: Checking users ** [21:01:11 2020-06-12] 178: Checking user_dbs ** [21:01:11 2020-06-12] 178: Checking geocodings ** [21:01:11 2020-06-12] 178: Checking synchronizations ** [21:01:11 2020-06-12] 178: Checking tracker ** [21:01:11 2020-06-12] 178: Checking user_migrations ** [21:01:11 2020-06-12] 178: Checking batch_updates ** [21:01:11 2020-06-12] 178: Checking gears ** [21:01:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:01:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:16 2020-06-12] 178: Checking imports ** [21:01:16 2020-06-12] 178: Checking exports ** [21:01:16 2020-06-12] 178: Checking users ** [21:01:16 2020-06-12] 178: Checking user_dbs ** [21:01:16 2020-06-12] 178: Checking geocodings ** [21:01:16 2020-06-12] 178: Checking synchronizations ** [21:01:16 2020-06-12] 178: Checking tracker ** [21:01:16 2020-06-12] 178: Checking user_migrations ** [21:01:16 2020-06-12] 178: Checking batch_updates ** [21:01:16 2020-06-12] 178: Checking gears ** [21:01:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:01:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:21 2020-06-12] 178: Checking imports ** [21:01:21 2020-06-12] 178: Checking exports ** [21:01:21 2020-06-12] 178: Checking users ** [21:01:21 2020-06-12] 178: Checking user_dbs ** [21:01:21 2020-06-12] 178: Checking geocodings ** [21:01:21 2020-06-12] 178: Checking synchronizations ** [21:01:21 2020-06-12] 178: Checking tracker ** [21:01:21 2020-06-12] 178: Checking user_migrations ** [21:01:21 2020-06-12] 178: Checking batch_updates ** [21:01:21 2020-06-12] 178: Checking gears ** [21:01:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:01:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:26 2020-06-12] 178: Checking imports ** [21:01:26 2020-06-12] 178: Checking exports ** [21:01:26 2020-06-12] 178: Checking users ** [21:01:26 2020-06-12] 178: Checking user_dbs ** [21:01:26 2020-06-12] 178: Checking geocodings ** [21:01:26 2020-06-12] 178: Checking synchronizations ** [21:01:26 2020-06-12] 178: Checking tracker ** [21:01:26 2020-06-12] 178: Checking user_migrations ** [21:01:26 2020-06-12] 178: Checking batch_updates ** [21:01:26 2020-06-12] 178: Checking gears ** [21:01:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:01:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:31 2020-06-12] 178: Checking imports ** [21:01:31 2020-06-12] 178: Checking exports ** [21:01:31 2020-06-12] 178: Checking users ** [21:01:31 2020-06-12] 178: Checking user_dbs ** [21:01:31 2020-06-12] 178: Checking geocodings ** [21:01:31 2020-06-12] 178: Checking synchronizations ** [21:01:31 2020-06-12] 178: Checking tracker ** [21:01:31 2020-06-12] 178: Checking user_migrations ** [21:01:31 2020-06-12] 178: Checking batch_updates ** [21:01:31 2020-06-12] 178: Checking gears ** [21:01:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:01:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:36 2020-06-12] 178: Checking imports ** [21:01:36 2020-06-12] 178: Checking exports ** [21:01:36 2020-06-12] 178: Checking users ** [21:01:36 2020-06-12] 178: Checking user_dbs ** [21:01:36 2020-06-12] 178: Checking geocodings ** [21:01:36 2020-06-12] 178: Checking synchronizations ** [21:01:36 2020-06-12] 178: Checking tracker ** [21:01:36 2020-06-12] 178: Checking user_migrations ** [21:01:36 2020-06-12] 178: Checking batch_updates ** [21:01:36 2020-06-12] 178: Checking gears ** [21:01:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:01:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:41 2020-06-12] 178: Checking imports ** [21:01:41 2020-06-12] 178: Checking exports ** [21:01:41 2020-06-12] 178: Checking users ** [21:01:41 2020-06-12] 178: Checking user_dbs ** [21:01:41 2020-06-12] 178: Checking geocodings ** [21:01:41 2020-06-12] 178: Checking synchronizations ** [21:01:41 2020-06-12] 178: Checking tracker ** [21:01:41 2020-06-12] 178: Checking user_migrations ** [21:01:41 2020-06-12] 178: Checking batch_updates ** [21:01:41 2020-06-12] 178: Checking gears ** [21:01:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:01:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:46 2020-06-12] 178: Checking imports ** [21:01:46 2020-06-12] 178: Checking exports ** [21:01:46 2020-06-12] 178: Checking users ** [21:01:46 2020-06-12] 178: Checking user_dbs ** [21:01:46 2020-06-12] 178: Checking geocodings ** [21:01:46 2020-06-12] 178: Checking synchronizations ** [21:01:46 2020-06-12] 178: Checking tracker ** [21:01:46 2020-06-12] 178: Checking user_migrations ** [21:01:46 2020-06-12] 178: Checking batch_updates ** [21:01:46 2020-06-12] 178: Checking gears ** [21:01:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:01:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:51 2020-06-12] 178: Checking imports ** [21:01:51 2020-06-12] 178: Checking exports ** [21:01:51 2020-06-12] 178: Checking users ** [21:01:51 2020-06-12] 178: Checking user_dbs ** [21:01:51 2020-06-12] 178: Checking geocodings ** [21:01:51 2020-06-12] 178: Checking synchronizations ** [21:01:51 2020-06-12] 178: Checking tracker ** [21:01:51 2020-06-12] 178: Checking user_migrations ** [21:01:51 2020-06-12] 178: Checking batch_updates ** [21:01:51 2020-06-12] 178: Checking gears ** [21:01:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:01:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:56 2020-06-12] 178: Checking imports ** [21:01:56 2020-06-12] 178: Checking exports ** [21:01:56 2020-06-12] 178: Checking users ** [21:01:56 2020-06-12] 178: Checking user_dbs ** [21:01:56 2020-06-12] 178: Checking geocodings ** [21:01:56 2020-06-12] 178: Checking synchronizations ** [21:01:56 2020-06-12] 178: Checking tracker ** [21:01:56 2020-06-12] 178: Checking user_migrations ** [21:01:56 2020-06-12] 178: Checking batch_updates ** [21:01:56 2020-06-12] 178: Checking gears ** [21:01:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:01:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:01 2020-06-12] 178: Checking imports ** [21:02:01 2020-06-12] 178: Checking exports ** [21:02:01 2020-06-12] 178: Checking users ** [21:02:01 2020-06-12] 178: Checking user_dbs ** [21:02:01 2020-06-12] 178: Checking geocodings ** [21:02:01 2020-06-12] 178: Checking synchronizations ** [21:02:01 2020-06-12] 178: Checking tracker ** [21:02:01 2020-06-12] 178: Checking user_migrations ** [21:02:01 2020-06-12] 178: Checking batch_updates ** [21:02:01 2020-06-12] 178: Checking gears ** [21:02:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:02:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:06 2020-06-12] 178: Checking imports ** [21:02:06 2020-06-12] 178: Checking exports ** [21:02:06 2020-06-12] 178: Checking users ** [21:02:06 2020-06-12] 178: Checking user_dbs ** [21:02:06 2020-06-12] 178: Checking geocodings ** [21:02:06 2020-06-12] 178: Checking synchronizations ** [21:02:06 2020-06-12] 178: Checking tracker ** [21:02:06 2020-06-12] 178: Checking user_migrations ** [21:02:06 2020-06-12] 178: Checking batch_updates ** [21:02:06 2020-06-12] 178: Checking gears ** [21:02:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:02:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:11 2020-06-12] 178: Checking imports ** [21:02:11 2020-06-12] 178: Checking exports ** [21:02:11 2020-06-12] 178: Checking users ** [21:02:11 2020-06-12] 178: Checking user_dbs ** [21:02:11 2020-06-12] 178: Checking geocodings ** [21:02:11 2020-06-12] 178: Checking synchronizations ** [21:02:11 2020-06-12] 178: Checking tracker ** [21:02:11 2020-06-12] 178: Checking user_migrations ** [21:02:11 2020-06-12] 178: Checking batch_updates ** [21:02:11 2020-06-12] 178: Checking gears ** [21:02:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:02:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:16 2020-06-12] 178: Checking imports ** [21:02:16 2020-06-12] 178: Checking exports ** [21:02:16 2020-06-12] 178: Checking users ** [21:02:16 2020-06-12] 178: Checking user_dbs ** [21:02:16 2020-06-12] 178: Checking geocodings ** [21:02:16 2020-06-12] 178: Checking synchronizations ** [21:02:16 2020-06-12] 178: Checking tracker ** [21:02:16 2020-06-12] 178: Checking user_migrations ** [21:02:16 2020-06-12] 178: Checking batch_updates ** [21:02:16 2020-06-12] 178: Checking gears ** [21:02:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:02:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:21 2020-06-12] 178: Checking imports ** [21:02:21 2020-06-12] 178: Checking exports ** [21:02:21 2020-06-12] 178: Checking users ** [21:02:21 2020-06-12] 178: Checking user_dbs ** [21:02:21 2020-06-12] 178: Checking geocodings ** [21:02:21 2020-06-12] 178: Checking synchronizations ** [21:02:21 2020-06-12] 178: Checking tracker ** [21:02:21 2020-06-12] 178: Checking user_migrations ** [21:02:21 2020-06-12] 178: Checking batch_updates ** [21:02:21 2020-06-12] 178: Checking gears ** [21:02:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:02:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:26 2020-06-12] 178: Checking imports ** [21:02:26 2020-06-12] 178: Checking exports ** [21:02:26 2020-06-12] 178: Checking users ** [21:02:26 2020-06-12] 178: Checking user_dbs ** [21:02:26 2020-06-12] 178: Checking geocodings ** [21:02:26 2020-06-12] 178: Checking synchronizations ** [21:02:26 2020-06-12] 178: Checking tracker ** [21:02:26 2020-06-12] 178: Checking user_migrations ** [21:02:26 2020-06-12] 178: Checking batch_updates ** [21:02:26 2020-06-12] 178: Checking gears ** [21:02:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:02:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:31 2020-06-12] 178: Checking imports ** [21:02:31 2020-06-12] 178: Checking exports ** [21:02:31 2020-06-12] 178: Checking users ** [21:02:31 2020-06-12] 178: Checking user_dbs ** [21:02:31 2020-06-12] 178: Checking geocodings ** [21:02:31 2020-06-12] 178: Checking synchronizations ** [21:02:31 2020-06-12] 178: Checking tracker ** [21:02:31 2020-06-12] 178: Checking user_migrations ** [21:02:31 2020-06-12] 178: Checking batch_updates ** [21:02:31 2020-06-12] 178: Checking gears ** [21:02:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:02:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:36 2020-06-12] 178: Checking imports ** [21:02:36 2020-06-12] 178: Checking exports ** [21:02:36 2020-06-12] 178: Checking users ** [21:02:36 2020-06-12] 178: Checking user_dbs ** [21:02:36 2020-06-12] 178: Checking geocodings ** [21:02:36 2020-06-12] 178: Checking synchronizations ** [21:02:36 2020-06-12] 178: Checking tracker ** [21:02:36 2020-06-12] 178: Checking user_migrations ** [21:02:36 2020-06-12] 178: Checking batch_updates ** [21:02:36 2020-06-12] 178: Checking gears ** [21:02:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:02:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:41 2020-06-12] 178: Checking imports ** [21:02:41 2020-06-12] 178: Checking exports ** [21:02:41 2020-06-12] 178: Checking users ** [21:02:41 2020-06-12] 178: Checking user_dbs ** [21:02:41 2020-06-12] 178: Checking geocodings ** [21:02:41 2020-06-12] 178: Checking synchronizations ** [21:02:41 2020-06-12] 178: Checking tracker ** [21:02:41 2020-06-12] 178: Checking user_migrations ** [21:02:41 2020-06-12] 178: Checking batch_updates ** [21:02:41 2020-06-12] 178: Checking gears ** [21:02:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:02:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:46 2020-06-12] 178: Checking imports ** [21:02:46 2020-06-12] 178: Checking exports ** [21:02:46 2020-06-12] 178: Checking users ** [21:02:46 2020-06-12] 178: Checking user_dbs ** [21:02:46 2020-06-12] 178: Checking geocodings ** [21:02:46 2020-06-12] 178: Checking synchronizations ** [21:02:46 2020-06-12] 178: Checking tracker ** [21:02:46 2020-06-12] 178: Checking user_migrations ** [21:02:46 2020-06-12] 178: Checking batch_updates ** [21:02:46 2020-06-12] 178: Checking gears ** [21:02:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:02:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:51 2020-06-12] 178: Checking imports ** [21:02:51 2020-06-12] 178: Checking exports ** [21:02:51 2020-06-12] 178: Checking users ** [21:02:51 2020-06-12] 178: Checking user_dbs ** [21:02:51 2020-06-12] 178: Checking geocodings ** [21:02:51 2020-06-12] 178: Checking synchronizations ** [21:02:51 2020-06-12] 178: Checking tracker ** [21:02:51 2020-06-12] 178: Checking user_migrations ** [21:02:51 2020-06-12] 178: Checking batch_updates ** [21:02:51 2020-06-12] 178: Checking gears ** [21:02:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:02:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:56 2020-06-12] 178: Checking imports ** [21:02:56 2020-06-12] 178: Checking exports ** [21:02:56 2020-06-12] 178: Checking users ** [21:02:56 2020-06-12] 178: Checking user_dbs ** [21:02:56 2020-06-12] 178: Checking geocodings ** [21:02:56 2020-06-12] 178: Checking synchronizations ** [21:02:56 2020-06-12] 178: Checking tracker ** [21:02:56 2020-06-12] 178: Checking user_migrations ** [21:02:56 2020-06-12] 178: Checking batch_updates ** [21:02:56 2020-06-12] 178: Checking gears ** [21:02:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:02:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:01 2020-06-12] 178: Checking imports ** [21:03:01 2020-06-12] 178: Checking exports ** [21:03:01 2020-06-12] 178: Checking users ** [21:03:01 2020-06-12] 178: Checking user_dbs ** [21:03:01 2020-06-12] 178: Checking geocodings ** [21:03:01 2020-06-12] 178: Checking synchronizations ** [21:03:01 2020-06-12] 178: Checking tracker ** [21:03:01 2020-06-12] 178: Checking user_migrations ** [21:03:01 2020-06-12] 178: Checking batch_updates ** [21:03:01 2020-06-12] 178: Checking gears ** [21:03:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:03:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:06 2020-06-12] 178: Checking imports ** [21:03:06 2020-06-12] 178: Checking exports ** [21:03:06 2020-06-12] 178: Checking users ** [21:03:06 2020-06-12] 178: Checking user_dbs ** [21:03:06 2020-06-12] 178: Checking geocodings ** [21:03:06 2020-06-12] 178: Checking synchronizations ** [21:03:06 2020-06-12] 178: Checking tracker ** [21:03:06 2020-06-12] 178: Checking user_migrations ** [21:03:06 2020-06-12] 178: Checking batch_updates ** [21:03:06 2020-06-12] 178: Checking gears ** [21:03:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:03:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:11 2020-06-12] 178: Checking imports ** [21:03:11 2020-06-12] 178: Checking exports ** [21:03:11 2020-06-12] 178: Checking users ** [21:03:11 2020-06-12] 178: Checking user_dbs ** [21:03:11 2020-06-12] 178: Checking geocodings ** [21:03:11 2020-06-12] 178: Checking synchronizations ** [21:03:11 2020-06-12] 178: Checking tracker ** [21:03:11 2020-06-12] 178: Checking user_migrations ** [21:03:11 2020-06-12] 178: Checking batch_updates ** [21:03:11 2020-06-12] 178: Checking gears ** [21:03:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:03:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:16 2020-06-12] 178: Checking imports ** [21:03:16 2020-06-12] 178: Checking exports ** [21:03:16 2020-06-12] 178: Checking users ** [21:03:16 2020-06-12] 178: Checking user_dbs ** [21:03:16 2020-06-12] 178: Checking geocodings ** [21:03:16 2020-06-12] 178: Checking synchronizations ** [21:03:16 2020-06-12] 178: Checking tracker ** [21:03:16 2020-06-12] 178: Checking user_migrations ** [21:03:16 2020-06-12] 178: Checking batch_updates ** [21:03:16 2020-06-12] 178: Checking gears ** [21:03:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:03:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:21 2020-06-12] 178: Checking imports ** [21:03:21 2020-06-12] 178: Checking exports ** [21:03:21 2020-06-12] 178: Checking users ** [21:03:21 2020-06-12] 178: Checking user_dbs ** [21:03:21 2020-06-12] 178: Checking geocodings ** [21:03:21 2020-06-12] 178: Checking synchronizations ** [21:03:21 2020-06-12] 178: Checking tracker ** [21:03:21 2020-06-12] 178: Checking user_migrations ** [21:03:21 2020-06-12] 178: Checking batch_updates ** [21:03:21 2020-06-12] 178: Checking gears ** [21:03:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:03:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:26 2020-06-12] 178: Checking imports ** [21:03:26 2020-06-12] 178: Checking exports ** [21:03:26 2020-06-12] 178: Checking users ** [21:03:26 2020-06-12] 178: Checking user_dbs ** [21:03:26 2020-06-12] 178: Checking geocodings ** [21:03:26 2020-06-12] 178: Checking synchronizations ** [21:03:26 2020-06-12] 178: Checking tracker ** [21:03:26 2020-06-12] 178: Checking user_migrations ** [21:03:26 2020-06-12] 178: Checking batch_updates ** [21:03:26 2020-06-12] 178: Checking gears ** [21:03:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:03:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:31 2020-06-12] 178: Checking imports ** [21:03:31 2020-06-12] 178: Checking exports ** [21:03:31 2020-06-12] 178: Checking users ** [21:03:31 2020-06-12] 178: Checking user_dbs ** [21:03:31 2020-06-12] 178: Checking geocodings ** [21:03:31 2020-06-12] 178: Checking synchronizations ** [21:03:31 2020-06-12] 178: Checking tracker ** [21:03:31 2020-06-12] 178: Checking user_migrations ** [21:03:31 2020-06-12] 178: Checking batch_updates ** [21:03:31 2020-06-12] 178: Checking gears ** [21:03:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:03:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:36 2020-06-12] 178: Checking imports ** [21:03:36 2020-06-12] 178: Checking exports ** [21:03:36 2020-06-12] 178: Checking users ** [21:03:36 2020-06-12] 178: Checking user_dbs ** [21:03:36 2020-06-12] 178: Checking geocodings ** [21:03:36 2020-06-12] 178: Checking synchronizations ** [21:03:36 2020-06-12] 178: Checking tracker ** [21:03:36 2020-06-12] 178: Checking user_migrations ** [21:03:36 2020-06-12] 178: Checking batch_updates ** [21:03:36 2020-06-12] 178: Checking gears ** [21:03:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:03:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:41 2020-06-12] 178: Checking imports ** [21:03:41 2020-06-12] 178: Checking exports ** [21:03:41 2020-06-12] 178: Checking users ** [21:03:41 2020-06-12] 178: Checking user_dbs ** [21:03:41 2020-06-12] 178: Checking geocodings ** [21:03:41 2020-06-12] 178: Checking synchronizations ** [21:03:41 2020-06-12] 178: Checking tracker ** [21:03:41 2020-06-12] 178: Checking user_migrations ** [21:03:41 2020-06-12] 178: Checking batch_updates ** [21:03:41 2020-06-12] 178: Checking gears ** [21:03:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:03:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:46 2020-06-12] 178: Checking imports ** [21:03:46 2020-06-12] 178: Checking exports ** [21:03:46 2020-06-12] 178: Checking users ** [21:03:46 2020-06-12] 178: Checking user_dbs ** [21:03:46 2020-06-12] 178: Checking geocodings ** [21:03:46 2020-06-12] 178: Checking synchronizations ** [21:03:46 2020-06-12] 178: Checking tracker ** [21:03:46 2020-06-12] 178: Checking user_migrations ** [21:03:46 2020-06-12] 178: Checking batch_updates ** [21:03:46 2020-06-12] 178: Checking gears ** [21:03:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:03:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:51 2020-06-12] 178: Checking imports ** [21:03:51 2020-06-12] 178: Checking exports ** [21:03:51 2020-06-12] 178: Checking users ** [21:03:51 2020-06-12] 178: Checking user_dbs ** [21:03:51 2020-06-12] 178: Checking geocodings ** [21:03:51 2020-06-12] 178: Checking synchronizations ** [21:03:51 2020-06-12] 178: Checking tracker ** [21:03:51 2020-06-12] 178: Checking user_migrations ** [21:03:51 2020-06-12] 178: Checking batch_updates ** [21:03:51 2020-06-12] 178: Checking gears ** [21:03:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:03:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:56 2020-06-12] 178: Checking imports ** [21:03:56 2020-06-12] 178: Checking exports ** [21:03:56 2020-06-12] 178: Checking users ** [21:03:56 2020-06-12] 178: Checking user_dbs ** [21:03:56 2020-06-12] 178: Checking geocodings ** [21:03:56 2020-06-12] 178: Checking synchronizations ** [21:03:56 2020-06-12] 178: Checking tracker ** [21:03:56 2020-06-12] 178: Checking user_migrations ** [21:03:56 2020-06-12] 178: Checking batch_updates ** [21:03:56 2020-06-12] 178: Checking gears ** [21:03:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:03:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:01 2020-06-12] 178: Checking imports ** [21:04:01 2020-06-12] 178: Checking exports ** [21:04:01 2020-06-12] 178: Checking users ** [21:04:01 2020-06-12] 178: Checking user_dbs ** [21:04:01 2020-06-12] 178: Checking geocodings ** [21:04:01 2020-06-12] 178: Checking synchronizations ** [21:04:01 2020-06-12] 178: Checking tracker ** [21:04:01 2020-06-12] 178: Checking user_migrations ** [21:04:01 2020-06-12] 178: Checking batch_updates ** [21:04:01 2020-06-12] 178: Checking gears ** [21:04:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:04:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:06 2020-06-12] 178: Checking imports ** [21:04:06 2020-06-12] 178: Checking exports ** [21:04:06 2020-06-12] 178: Checking users ** [21:04:06 2020-06-12] 178: Checking user_dbs ** [21:04:06 2020-06-12] 178: Checking geocodings ** [21:04:06 2020-06-12] 178: Checking synchronizations ** [21:04:06 2020-06-12] 178: Checking tracker ** [21:04:06 2020-06-12] 178: Checking user_migrations ** [21:04:06 2020-06-12] 178: Checking batch_updates ** [21:04:06 2020-06-12] 178: Checking gears ** [21:04:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:04:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:11 2020-06-12] 178: Checking imports ** [21:04:11 2020-06-12] 178: Checking exports ** [21:04:11 2020-06-12] 178: Checking users ** [21:04:11 2020-06-12] 178: Checking user_dbs ** [21:04:11 2020-06-12] 178: Checking geocodings ** [21:04:11 2020-06-12] 178: Checking synchronizations ** [21:04:11 2020-06-12] 178: Checking tracker ** [21:04:11 2020-06-12] 178: Checking user_migrations ** [21:04:11 2020-06-12] 178: Checking batch_updates ** [21:04:11 2020-06-12] 178: Checking gears ** [21:04:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:04:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:16 2020-06-12] 178: Checking imports ** [21:04:16 2020-06-12] 178: Checking exports ** [21:04:16 2020-06-12] 178: Checking users ** [21:04:16 2020-06-12] 178: Checking user_dbs ** [21:04:16 2020-06-12] 178: Checking geocodings ** [21:04:16 2020-06-12] 178: Checking synchronizations ** [21:04:16 2020-06-12] 178: Checking tracker ** [21:04:16 2020-06-12] 178: Checking user_migrations ** [21:04:16 2020-06-12] 178: Checking batch_updates ** [21:04:16 2020-06-12] 178: Checking gears ** [21:04:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:04:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:21 2020-06-12] 178: Checking imports ** [21:04:21 2020-06-12] 178: Checking exports ** [21:04:21 2020-06-12] 178: Checking users ** [21:04:21 2020-06-12] 178: Checking user_dbs ** [21:04:21 2020-06-12] 178: Checking geocodings ** [21:04:21 2020-06-12] 178: Checking synchronizations ** [21:04:21 2020-06-12] 178: Checking tracker ** [21:04:21 2020-06-12] 178: Checking user_migrations ** [21:04:21 2020-06-12] 178: Checking batch_updates ** [21:04:21 2020-06-12] 178: Checking gears ** [21:04:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:04:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:26 2020-06-12] 178: Checking imports ** [21:04:26 2020-06-12] 178: Checking exports ** [21:04:26 2020-06-12] 178: Checking users ** [21:04:26 2020-06-12] 178: Checking user_dbs ** [21:04:26 2020-06-12] 178: Checking geocodings ** [21:04:26 2020-06-12] 178: Checking synchronizations ** [21:04:26 2020-06-12] 178: Checking tracker ** [21:04:26 2020-06-12] 178: Checking user_migrations ** [21:04:26 2020-06-12] 178: Checking batch_updates ** [21:04:26 2020-06-12] 178: Checking gears ** [21:04:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:04:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:31 2020-06-12] 178: Checking imports ** [21:04:31 2020-06-12] 178: Checking exports ** [21:04:31 2020-06-12] 178: Checking users ** [21:04:31 2020-06-12] 178: Checking user_dbs ** [21:04:31 2020-06-12] 178: Checking geocodings ** [21:04:31 2020-06-12] 178: Checking synchronizations ** [21:04:31 2020-06-12] 178: Checking tracker ** [21:04:31 2020-06-12] 178: Checking user_migrations ** [21:04:31 2020-06-12] 178: Checking batch_updates ** [21:04:31 2020-06-12] 178: Checking gears ** [21:04:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:04:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:36 2020-06-12] 178: Checking imports ** [21:04:36 2020-06-12] 178: Checking exports ** [21:04:36 2020-06-12] 178: Checking users ** [21:04:36 2020-06-12] 178: Checking user_dbs ** [21:04:36 2020-06-12] 178: Checking geocodings ** [21:04:36 2020-06-12] 178: Checking synchronizations ** [21:04:36 2020-06-12] 178: Checking tracker ** [21:04:36 2020-06-12] 178: Checking user_migrations ** [21:04:36 2020-06-12] 178: Checking batch_updates ** [21:04:36 2020-06-12] 178: Checking gears ** [21:04:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:04:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:41 2020-06-12] 178: Checking imports ** [21:04:41 2020-06-12] 178: Checking exports ** [21:04:41 2020-06-12] 178: Checking users ** [21:04:41 2020-06-12] 178: Checking user_dbs ** [21:04:41 2020-06-12] 178: Checking geocodings ** [21:04:41 2020-06-12] 178: Checking synchronizations ** [21:04:41 2020-06-12] 178: Checking tracker ** [21:04:41 2020-06-12] 178: Checking user_migrations ** [21:04:41 2020-06-12] 178: Checking batch_updates ** [21:04:41 2020-06-12] 178: Checking gears ** [21:04:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:04:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:46 2020-06-12] 178: Checking imports ** [21:04:46 2020-06-12] 178: Checking exports ** [21:04:46 2020-06-12] 178: Checking users ** [21:04:46 2020-06-12] 178: Checking user_dbs ** [21:04:46 2020-06-12] 178: Checking geocodings ** [21:04:46 2020-06-12] 178: Checking synchronizations ** [21:04:46 2020-06-12] 178: Checking tracker ** [21:04:46 2020-06-12] 178: Checking user_migrations ** [21:04:46 2020-06-12] 178: Checking batch_updates ** [21:04:46 2020-06-12] 178: Checking gears ** [21:04:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:04:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:51 2020-06-12] 178: Checking imports ** [21:04:51 2020-06-12] 178: Checking exports ** [21:04:51 2020-06-12] 178: Checking users ** [21:04:51 2020-06-12] 178: Checking user_dbs ** [21:04:51 2020-06-12] 178: Checking geocodings ** [21:04:51 2020-06-12] 178: Checking synchronizations ** [21:04:51 2020-06-12] 178: Checking tracker ** [21:04:51 2020-06-12] 178: Checking user_migrations ** [21:04:51 2020-06-12] 178: Checking batch_updates ** [21:04:51 2020-06-12] 178: Checking gears ** [21:04:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:04:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:56 2020-06-12] 178: Checking imports ** [21:04:56 2020-06-12] 178: Checking exports ** [21:04:56 2020-06-12] 178: Checking users ** [21:04:56 2020-06-12] 178: Checking user_dbs ** [21:04:56 2020-06-12] 178: Checking geocodings ** [21:04:56 2020-06-12] 178: Checking synchronizations ** [21:04:56 2020-06-12] 178: Checking tracker ** [21:04:56 2020-06-12] 178: Checking user_migrations ** [21:04:56 2020-06-12] 178: Checking batch_updates ** [21:04:56 2020-06-12] 178: Checking gears ** [21:04:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:04:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:01 2020-06-12] 178: Checking imports ** [21:05:01 2020-06-12] 178: Checking exports ** [21:05:01 2020-06-12] 178: Checking users ** [21:05:01 2020-06-12] 178: Checking user_dbs ** [21:05:01 2020-06-12] 178: Checking geocodings ** [21:05:01 2020-06-12] 178: Checking synchronizations ** [21:05:01 2020-06-12] 178: Checking tracker ** [21:05:01 2020-06-12] 178: Checking user_migrations ** [21:05:01 2020-06-12] 178: Checking batch_updates ** [21:05:01 2020-06-12] 178: Checking gears ** [21:05:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:05:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:06 2020-06-12] 178: Checking imports ** [21:05:06 2020-06-12] 178: Checking exports ** [21:05:06 2020-06-12] 178: Checking users ** [21:05:06 2020-06-12] 178: Checking user_dbs ** [21:05:06 2020-06-12] 178: Checking geocodings ** [21:05:06 2020-06-12] 178: Checking synchronizations ** [21:05:06 2020-06-12] 178: Checking tracker ** [21:05:06 2020-06-12] 178: Checking user_migrations ** [21:05:06 2020-06-12] 178: Checking batch_updates ** [21:05:06 2020-06-12] 178: Checking gears ** [21:05:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:05:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:11 2020-06-12] 178: Checking imports ** [21:05:11 2020-06-12] 178: Checking exports ** [21:05:11 2020-06-12] 178: Checking users ** [21:05:11 2020-06-12] 178: Checking user_dbs ** [21:05:11 2020-06-12] 178: Checking geocodings ** [21:05:11 2020-06-12] 178: Checking synchronizations ** [21:05:11 2020-06-12] 178: Checking tracker ** [21:05:11 2020-06-12] 178: Checking user_migrations ** [21:05:11 2020-06-12] 178: Checking batch_updates ** [21:05:11 2020-06-12] 178: Checking gears ** [21:05:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:05:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:16 2020-06-12] 178: Checking imports ** [21:05:16 2020-06-12] 178: Checking exports ** [21:05:16 2020-06-12] 178: Checking users ** [21:05:16 2020-06-12] 178: Checking user_dbs ** [21:05:16 2020-06-12] 178: Checking geocodings ** [21:05:16 2020-06-12] 178: Checking synchronizations ** [21:05:16 2020-06-12] 178: Checking tracker ** [21:05:16 2020-06-12] 178: Checking user_migrations ** [21:05:16 2020-06-12] 178: Checking batch_updates ** [21:05:16 2020-06-12] 178: Checking gears ** [21:05:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:05:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:21 2020-06-12] 178: Checking imports ** [21:05:21 2020-06-12] 178: Checking exports ** [21:05:21 2020-06-12] 178: Checking users ** [21:05:21 2020-06-12] 178: Checking user_dbs ** [21:05:21 2020-06-12] 178: Checking geocodings ** [21:05:21 2020-06-12] 178: Checking synchronizations ** [21:05:21 2020-06-12] 178: Checking tracker ** [21:05:21 2020-06-12] 178: Checking user_migrations ** [21:05:21 2020-06-12] 178: Checking batch_updates ** [21:05:21 2020-06-12] 178: Checking gears ** [21:05:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:05:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:26 2020-06-12] 178: Checking imports ** [21:05:26 2020-06-12] 178: Checking exports ** [21:05:26 2020-06-12] 178: Checking users ** [21:05:26 2020-06-12] 178: Checking user_dbs ** [21:05:26 2020-06-12] 178: Checking geocodings ** [21:05:26 2020-06-12] 178: Checking synchronizations ** [21:05:26 2020-06-12] 178: Checking tracker ** [21:05:26 2020-06-12] 178: Checking user_migrations ** [21:05:26 2020-06-12] 178: Checking batch_updates ** [21:05:26 2020-06-12] 178: Checking gears ** [21:05:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:05:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:31 2020-06-12] 178: Checking imports ** [21:05:31 2020-06-12] 178: Checking exports ** [21:05:31 2020-06-12] 178: Checking users ** [21:05:31 2020-06-12] 178: Checking user_dbs ** [21:05:31 2020-06-12] 178: Checking geocodings ** [21:05:31 2020-06-12] 178: Checking synchronizations ** [21:05:31 2020-06-12] 178: Checking tracker ** [21:05:31 2020-06-12] 178: Checking user_migrations ** [21:05:31 2020-06-12] 178: Checking batch_updates ** [21:05:31 2020-06-12] 178: Checking gears ** [21:05:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:05:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:36 2020-06-12] 178: Checking imports ** [21:05:36 2020-06-12] 178: Checking exports ** [21:05:36 2020-06-12] 178: Checking users ** [21:05:36 2020-06-12] 178: Checking user_dbs ** [21:05:36 2020-06-12] 178: Checking geocodings ** [21:05:36 2020-06-12] 178: Checking synchronizations ** [21:05:36 2020-06-12] 178: Checking tracker ** [21:05:36 2020-06-12] 178: Checking user_migrations ** [21:05:36 2020-06-12] 178: Checking batch_updates ** [21:05:36 2020-06-12] 178: Checking gears ** [21:05:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:05:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:41 2020-06-12] 178: Checking imports ** [21:05:41 2020-06-12] 178: Checking exports ** [21:05:41 2020-06-12] 178: Checking users ** [21:05:41 2020-06-12] 178: Checking user_dbs ** [21:05:41 2020-06-12] 178: Checking geocodings ** [21:05:41 2020-06-12] 178: Checking synchronizations ** [21:05:41 2020-06-12] 178: Checking tracker ** [21:05:41 2020-06-12] 178: Checking user_migrations ** [21:05:41 2020-06-12] 178: Checking batch_updates ** [21:05:41 2020-06-12] 178: Checking gears ** [21:05:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:05:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:46 2020-06-12] 178: Checking imports ** [21:05:46 2020-06-12] 178: Checking exports ** [21:05:46 2020-06-12] 178: Checking users ** [21:05:46 2020-06-12] 178: Checking user_dbs ** [21:05:46 2020-06-12] 178: Checking geocodings ** [21:05:46 2020-06-12] 178: Checking synchronizations ** [21:05:46 2020-06-12] 178: Checking tracker ** [21:05:46 2020-06-12] 178: Checking user_migrations ** [21:05:46 2020-06-12] 178: Checking batch_updates ** [21:05:46 2020-06-12] 178: Checking gears ** [21:05:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:05:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:51 2020-06-12] 178: Checking imports ** [21:05:51 2020-06-12] 178: Checking exports ** [21:05:51 2020-06-12] 178: Checking users ** [21:05:51 2020-06-12] 178: Checking user_dbs ** [21:05:51 2020-06-12] 178: Checking geocodings ** [21:05:51 2020-06-12] 178: Checking synchronizations ** [21:05:51 2020-06-12] 178: Checking tracker ** [21:05:51 2020-06-12] 178: Checking user_migrations ** [21:05:51 2020-06-12] 178: Checking batch_updates ** [21:05:51 2020-06-12] 178: Checking gears ** [21:05:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:05:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:56 2020-06-12] 178: Checking imports ** [21:05:56 2020-06-12] 178: Checking exports ** [21:05:56 2020-06-12] 178: Checking users ** [21:05:56 2020-06-12] 178: Checking user_dbs ** [21:05:56 2020-06-12] 178: Checking geocodings ** [21:05:56 2020-06-12] 178: Checking synchronizations ** [21:05:56 2020-06-12] 178: Checking tracker ** [21:05:56 2020-06-12] 178: Checking user_migrations ** [21:05:56 2020-06-12] 178: Checking batch_updates ** [21:05:56 2020-06-12] 178: Checking gears ** [21:05:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:05:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:01 2020-06-12] 178: Checking imports ** [21:06:01 2020-06-12] 178: Checking exports ** [21:06:01 2020-06-12] 178: Checking users ** [21:06:01 2020-06-12] 178: Checking user_dbs ** [21:06:01 2020-06-12] 178: Checking geocodings ** [21:06:01 2020-06-12] 178: Checking synchronizations ** [21:06:01 2020-06-12] 178: Checking tracker ** [21:06:01 2020-06-12] 178: Checking user_migrations ** [21:06:01 2020-06-12] 178: Checking batch_updates ** [21:06:01 2020-06-12] 178: Checking gears ** [21:06:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:06:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:06 2020-06-12] 178: Checking imports ** [21:06:06 2020-06-12] 178: Checking exports ** [21:06:06 2020-06-12] 178: Checking users ** [21:06:06 2020-06-12] 178: Checking user_dbs ** [21:06:06 2020-06-12] 178: Checking geocodings ** [21:06:06 2020-06-12] 178: Checking synchronizations ** [21:06:06 2020-06-12] 178: Checking tracker ** [21:06:06 2020-06-12] 178: Checking user_migrations ** [21:06:06 2020-06-12] 178: Checking batch_updates ** [21:06:06 2020-06-12] 178: Checking gears ** [21:06:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:06:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:11 2020-06-12] 178: Checking imports ** [21:06:11 2020-06-12] 178: Checking exports ** [21:06:11 2020-06-12] 178: Checking users ** [21:06:11 2020-06-12] 178: Checking user_dbs ** [21:06:11 2020-06-12] 178: Checking geocodings ** [21:06:11 2020-06-12] 178: Checking synchronizations ** [21:06:11 2020-06-12] 178: Checking tracker ** [21:06:11 2020-06-12] 178: Checking user_migrations ** [21:06:11 2020-06-12] 178: Checking batch_updates ** [21:06:11 2020-06-12] 178: Checking gears ** [21:06:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:06:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:16 2020-06-12] 178: Checking imports ** [21:06:16 2020-06-12] 178: Checking exports ** [21:06:16 2020-06-12] 178: Checking users ** [21:06:16 2020-06-12] 178: Checking user_dbs ** [21:06:16 2020-06-12] 178: Checking geocodings ** [21:06:16 2020-06-12] 178: Checking synchronizations ** [21:06:16 2020-06-12] 178: Checking tracker ** [21:06:16 2020-06-12] 178: Checking user_migrations ** [21:06:16 2020-06-12] 178: Checking batch_updates ** [21:06:16 2020-06-12] 178: Checking gears ** [21:06:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:06:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:21 2020-06-12] 178: Checking imports ** [21:06:21 2020-06-12] 178: Checking exports ** [21:06:21 2020-06-12] 178: Checking users ** [21:06:21 2020-06-12] 178: Checking user_dbs ** [21:06:21 2020-06-12] 178: Checking geocodings ** [21:06:21 2020-06-12] 178: Checking synchronizations ** [21:06:21 2020-06-12] 178: Checking tracker ** [21:06:21 2020-06-12] 178: Checking user_migrations ** [21:06:21 2020-06-12] 178: Checking batch_updates ** [21:06:21 2020-06-12] 178: Checking gears ** [21:06:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:06:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:26 2020-06-12] 178: Checking imports ** [21:06:26 2020-06-12] 178: Checking exports ** [21:06:26 2020-06-12] 178: Checking users ** [21:06:26 2020-06-12] 178: Checking user_dbs ** [21:06:26 2020-06-12] 178: Checking geocodings ** [21:06:26 2020-06-12] 178: Checking synchronizations ** [21:06:27 2020-06-12] 178: Checking tracker ** [21:06:27 2020-06-12] 178: Checking user_migrations ** [21:06:27 2020-06-12] 178: Checking batch_updates ** [21:06:27 2020-06-12] 178: Checking gears ** [21:06:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:06:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:32 2020-06-12] 178: Checking imports ** [21:06:32 2020-06-12] 178: Checking exports ** [21:06:32 2020-06-12] 178: Checking users ** [21:06:32 2020-06-12] 178: Checking user_dbs ** [21:06:32 2020-06-12] 178: Checking geocodings ** [21:06:32 2020-06-12] 178: Checking synchronizations ** [21:06:32 2020-06-12] 178: Checking tracker ** [21:06:32 2020-06-12] 178: Checking user_migrations ** [21:06:32 2020-06-12] 178: Checking batch_updates ** [21:06:32 2020-06-12] 178: Checking gears ** [21:06:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:06:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:37 2020-06-12] 178: Checking imports ** [21:06:37 2020-06-12] 178: Checking exports ** [21:06:37 2020-06-12] 178: Checking users ** [21:06:37 2020-06-12] 178: Checking user_dbs ** [21:06:37 2020-06-12] 178: Checking geocodings ** [21:06:37 2020-06-12] 178: Checking synchronizations ** [21:06:37 2020-06-12] 178: Checking tracker ** [21:06:37 2020-06-12] 178: Checking user_migrations ** [21:06:37 2020-06-12] 178: Checking batch_updates ** [21:06:37 2020-06-12] 178: Checking gears ** [21:06:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:06:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:42 2020-06-12] 178: Checking imports ** [21:06:42 2020-06-12] 178: Checking exports ** [21:06:42 2020-06-12] 178: Checking users ** [21:06:42 2020-06-12] 178: Checking user_dbs ** [21:06:42 2020-06-12] 178: Checking geocodings ** [21:06:42 2020-06-12] 178: Checking synchronizations ** [21:06:42 2020-06-12] 178: Checking tracker ** [21:06:42 2020-06-12] 178: Checking user_migrations ** [21:06:42 2020-06-12] 178: Checking batch_updates ** [21:06:42 2020-06-12] 178: Checking gears ** [21:06:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:06:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:47 2020-06-12] 178: Checking imports ** [21:06:47 2020-06-12] 178: Checking exports ** [21:06:47 2020-06-12] 178: Checking users ** [21:06:47 2020-06-12] 178: Checking user_dbs ** [21:06:47 2020-06-12] 178: Checking geocodings ** [21:06:47 2020-06-12] 178: Checking synchronizations ** [21:06:47 2020-06-12] 178: Checking tracker ** [21:06:47 2020-06-12] 178: Checking user_migrations ** [21:06:47 2020-06-12] 178: Checking batch_updates ** [21:06:47 2020-06-12] 178: Checking gears ** [21:06:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:06:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:52 2020-06-12] 178: Checking imports ** [21:06:52 2020-06-12] 178: Checking exports ** [21:06:52 2020-06-12] 178: Checking users ** [21:06:52 2020-06-12] 178: Checking user_dbs ** [21:06:52 2020-06-12] 178: Checking geocodings ** [21:06:52 2020-06-12] 178: Checking synchronizations ** [21:06:52 2020-06-12] 178: Checking tracker ** [21:06:52 2020-06-12] 178: Checking user_migrations ** [21:06:52 2020-06-12] 178: Checking batch_updates ** [21:06:52 2020-06-12] 178: Checking gears ** [21:06:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:06:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:57 2020-06-12] 178: Checking imports ** [21:06:57 2020-06-12] 178: Checking exports ** [21:06:57 2020-06-12] 178: Checking users ** [21:06:57 2020-06-12] 178: Checking user_dbs ** [21:06:57 2020-06-12] 178: Checking geocodings ** [21:06:57 2020-06-12] 178: Checking synchronizations ** [21:06:57 2020-06-12] 178: Checking tracker ** [21:06:57 2020-06-12] 178: Checking user_migrations ** [21:06:57 2020-06-12] 178: Checking batch_updates ** [21:06:57 2020-06-12] 178: Checking gears ** [21:06:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:06:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:02 2020-06-12] 178: Checking imports ** [21:07:02 2020-06-12] 178: Checking exports ** [21:07:02 2020-06-12] 178: Checking users ** [21:07:02 2020-06-12] 178: Checking user_dbs ** [21:07:02 2020-06-12] 178: Checking geocodings ** [21:07:02 2020-06-12] 178: Checking synchronizations ** [21:07:02 2020-06-12] 178: Checking tracker ** [21:07:02 2020-06-12] 178: Checking user_migrations ** [21:07:02 2020-06-12] 178: Checking batch_updates ** [21:07:02 2020-06-12] 178: Checking gears ** [21:07:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:07:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:07 2020-06-12] 178: Checking imports ** [21:07:07 2020-06-12] 178: Checking exports ** [21:07:07 2020-06-12] 178: Checking users ** [21:07:07 2020-06-12] 178: Checking user_dbs ** [21:07:07 2020-06-12] 178: Checking geocodings ** [21:07:07 2020-06-12] 178: Checking synchronizations ** [21:07:07 2020-06-12] 178: Checking tracker ** [21:07:07 2020-06-12] 178: Checking user_migrations ** [21:07:07 2020-06-12] 178: Checking batch_updates ** [21:07:07 2020-06-12] 178: Checking gears ** [21:07:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:07:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:12 2020-06-12] 178: Checking imports ** [21:07:12 2020-06-12] 178: Checking exports ** [21:07:12 2020-06-12] 178: Checking users ** [21:07:12 2020-06-12] 178: Checking user_dbs ** [21:07:12 2020-06-12] 178: Checking geocodings ** [21:07:12 2020-06-12] 178: Checking synchronizations ** [21:07:12 2020-06-12] 178: Checking tracker ** [21:07:12 2020-06-12] 178: Checking user_migrations ** [21:07:12 2020-06-12] 178: Checking batch_updates ** [21:07:12 2020-06-12] 178: Checking gears ** [21:07:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:07:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:17 2020-06-12] 178: Checking imports ** [21:07:17 2020-06-12] 178: Checking exports ** [21:07:17 2020-06-12] 178: Checking users ** [21:07:17 2020-06-12] 178: Checking user_dbs ** [21:07:17 2020-06-12] 178: Checking geocodings ** [21:07:17 2020-06-12] 178: Checking synchronizations ** [21:07:17 2020-06-12] 178: Checking tracker ** [21:07:17 2020-06-12] 178: Checking user_migrations ** [21:07:17 2020-06-12] 178: Checking batch_updates ** [21:07:17 2020-06-12] 178: Checking gears ** [21:07:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:07:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:22 2020-06-12] 178: Checking imports ** [21:07:22 2020-06-12] 178: Checking exports ** [21:07:22 2020-06-12] 178: Checking users ** [21:07:22 2020-06-12] 178: Checking user_dbs ** [21:07:22 2020-06-12] 178: Checking geocodings ** [21:07:22 2020-06-12] 178: Checking synchronizations ** [21:07:22 2020-06-12] 178: Checking tracker ** [21:07:22 2020-06-12] 178: Checking user_migrations ** [21:07:22 2020-06-12] 178: Checking batch_updates ** [21:07:22 2020-06-12] 178: Checking gears ** [21:07:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:07:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:27 2020-06-12] 178: Checking imports ** [21:07:27 2020-06-12] 178: Checking exports ** [21:07:27 2020-06-12] 178: Checking users ** [21:07:27 2020-06-12] 178: Checking user_dbs ** [21:07:27 2020-06-12] 178: Checking geocodings ** [21:07:27 2020-06-12] 178: Checking synchronizations ** [21:07:27 2020-06-12] 178: Checking tracker ** [21:07:27 2020-06-12] 178: Checking user_migrations ** [21:07:27 2020-06-12] 178: Checking batch_updates ** [21:07:27 2020-06-12] 178: Checking gears ** [21:07:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:07:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:32 2020-06-12] 178: Checking imports ** [21:07:32 2020-06-12] 178: Checking exports ** [21:07:32 2020-06-12] 178: Checking users ** [21:07:32 2020-06-12] 178: Checking user_dbs ** [21:07:32 2020-06-12] 178: Checking geocodings ** [21:07:32 2020-06-12] 178: Checking synchronizations ** [21:07:32 2020-06-12] 178: Checking tracker ** [21:07:32 2020-06-12] 178: Checking user_migrations ** [21:07:32 2020-06-12] 178: Checking batch_updates ** [21:07:32 2020-06-12] 178: Checking gears ** [21:07:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:07:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:37 2020-06-12] 178: Checking imports ** [21:07:37 2020-06-12] 178: Checking exports ** [21:07:37 2020-06-12] 178: Checking users ** [21:07:37 2020-06-12] 178: Checking user_dbs ** [21:07:37 2020-06-12] 178: Checking geocodings ** [21:07:37 2020-06-12] 178: Checking synchronizations ** [21:07:37 2020-06-12] 178: Checking tracker ** [21:07:37 2020-06-12] 178: Checking user_migrations ** [21:07:37 2020-06-12] 178: Checking batch_updates ** [21:07:37 2020-06-12] 178: Checking gears ** [21:07:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:07:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:42 2020-06-12] 178: Checking imports ** [21:07:42 2020-06-12] 178: Checking exports ** [21:07:42 2020-06-12] 178: Checking users ** [21:07:42 2020-06-12] 178: Checking user_dbs ** [21:07:42 2020-06-12] 178: Checking geocodings ** [21:07:42 2020-06-12] 178: Checking synchronizations ** [21:07:42 2020-06-12] 178: Checking tracker ** [21:07:42 2020-06-12] 178: Checking user_migrations ** [21:07:42 2020-06-12] 178: Checking batch_updates ** [21:07:42 2020-06-12] 178: Checking gears ** [21:07:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:07:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:47 2020-06-12] 178: Checking imports ** [21:07:47 2020-06-12] 178: Checking exports ** [21:07:47 2020-06-12] 178: Checking users ** [21:07:47 2020-06-12] 178: Checking user_dbs ** [21:07:47 2020-06-12] 178: Checking geocodings ** [21:07:47 2020-06-12] 178: Checking synchronizations ** [21:07:47 2020-06-12] 178: Checking tracker ** [21:07:47 2020-06-12] 178: Checking user_migrations ** [21:07:47 2020-06-12] 178: Checking batch_updates ** [21:07:47 2020-06-12] 178: Checking gears ** [21:07:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:07:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:52 2020-06-12] 178: Checking imports ** [21:07:52 2020-06-12] 178: Checking exports ** [21:07:52 2020-06-12] 178: Checking users ** [21:07:52 2020-06-12] 178: Checking user_dbs ** [21:07:52 2020-06-12] 178: Checking geocodings ** [21:07:52 2020-06-12] 178: Checking synchronizations ** [21:07:52 2020-06-12] 178: Checking tracker ** [21:07:52 2020-06-12] 178: Checking user_migrations ** [21:07:52 2020-06-12] 178: Checking batch_updates ** [21:07:52 2020-06-12] 178: Checking gears ** [21:07:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:07:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:57 2020-06-12] 178: Checking imports ** [21:07:57 2020-06-12] 178: Checking exports ** [21:07:57 2020-06-12] 178: Checking users ** [21:07:57 2020-06-12] 178: Checking user_dbs ** [21:07:57 2020-06-12] 178: Checking geocodings ** [21:07:57 2020-06-12] 178: Checking synchronizations ** [21:07:57 2020-06-12] 178: Checking tracker ** [21:07:57 2020-06-12] 178: Checking user_migrations ** [21:07:57 2020-06-12] 178: Checking batch_updates ** [21:07:57 2020-06-12] 178: Checking gears ** [21:07:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:07:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:02 2020-06-12] 178: Checking imports ** [21:08:02 2020-06-12] 178: Checking exports ** [21:08:02 2020-06-12] 178: Checking users ** [21:08:02 2020-06-12] 178: Checking user_dbs ** [21:08:02 2020-06-12] 178: Checking geocodings ** [21:08:02 2020-06-12] 178: Checking synchronizations ** [21:08:02 2020-06-12] 178: Checking tracker ** [21:08:02 2020-06-12] 178: Checking user_migrations ** [21:08:02 2020-06-12] 178: Checking batch_updates ** [21:08:02 2020-06-12] 178: Checking gears ** [21:08:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:08:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:07 2020-06-12] 178: Checking imports ** [21:08:07 2020-06-12] 178: Checking exports ** [21:08:07 2020-06-12] 178: Checking users ** [21:08:07 2020-06-12] 178: Checking user_dbs ** [21:08:07 2020-06-12] 178: Checking geocodings ** [21:08:07 2020-06-12] 178: Checking synchronizations ** [21:08:07 2020-06-12] 178: Checking tracker ** [21:08:07 2020-06-12] 178: Checking user_migrations ** [21:08:07 2020-06-12] 178: Checking batch_updates ** [21:08:07 2020-06-12] 178: Checking gears ** [21:08:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:08:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:12 2020-06-12] 178: Checking imports ** [21:08:12 2020-06-12] 178: Checking exports ** [21:08:12 2020-06-12] 178: Checking users ** [21:08:12 2020-06-12] 178: Checking user_dbs ** [21:08:12 2020-06-12] 178: Checking geocodings ** [21:08:12 2020-06-12] 178: Checking synchronizations ** [21:08:12 2020-06-12] 178: Checking tracker ** [21:08:12 2020-06-12] 178: Checking user_migrations ** [21:08:12 2020-06-12] 178: Checking batch_updates ** [21:08:12 2020-06-12] 178: Checking gears ** [21:08:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:08:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:17 2020-06-12] 178: Checking imports ** [21:08:17 2020-06-12] 178: Checking exports ** [21:08:17 2020-06-12] 178: Checking users ** [21:08:17 2020-06-12] 178: Checking user_dbs ** [21:08:17 2020-06-12] 178: Checking geocodings ** [21:08:17 2020-06-12] 178: Checking synchronizations ** [21:08:17 2020-06-12] 178: Checking tracker ** [21:08:17 2020-06-12] 178: Checking user_migrations ** [21:08:17 2020-06-12] 178: Checking batch_updates ** [21:08:17 2020-06-12] 178: Checking gears ** [21:08:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:08:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:22 2020-06-12] 178: Checking imports ** [21:08:22 2020-06-12] 178: Checking exports ** [21:08:22 2020-06-12] 178: Checking users ** [21:08:22 2020-06-12] 178: Checking user_dbs ** [21:08:22 2020-06-12] 178: Checking geocodings ** [21:08:22 2020-06-12] 178: Checking synchronizations ** [21:08:22 2020-06-12] 178: Checking tracker ** [21:08:22 2020-06-12] 178: Checking user_migrations ** [21:08:22 2020-06-12] 178: Checking batch_updates ** [21:08:22 2020-06-12] 178: Checking gears ** [21:08:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:08:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:27 2020-06-12] 178: Checking imports ** [21:08:27 2020-06-12] 178: Checking exports ** [21:08:27 2020-06-12] 178: Checking users ** [21:08:27 2020-06-12] 178: Checking user_dbs ** [21:08:27 2020-06-12] 178: Checking geocodings ** [21:08:27 2020-06-12] 178: Checking synchronizations ** [21:08:27 2020-06-12] 178: Checking tracker ** [21:08:27 2020-06-12] 178: Checking user_migrations ** [21:08:27 2020-06-12] 178: Checking batch_updates ** [21:08:27 2020-06-12] 178: Checking gears ** [21:08:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:08:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:32 2020-06-12] 178: Checking imports ** [21:08:32 2020-06-12] 178: Checking exports ** [21:08:32 2020-06-12] 178: Checking users ** [21:08:32 2020-06-12] 178: Checking user_dbs ** [21:08:32 2020-06-12] 178: Checking geocodings ** [21:08:32 2020-06-12] 178: Checking synchronizations ** [21:08:32 2020-06-12] 178: Checking tracker ** [21:08:32 2020-06-12] 178: Checking user_migrations ** [21:08:32 2020-06-12] 178: Checking batch_updates ** [21:08:32 2020-06-12] 178: Checking gears ** [21:08:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:08:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:37 2020-06-12] 178: Checking imports ** [21:08:37 2020-06-12] 178: Checking exports ** [21:08:37 2020-06-12] 178: Checking users ** [21:08:37 2020-06-12] 178: Checking user_dbs ** [21:08:37 2020-06-12] 178: Checking geocodings ** [21:08:37 2020-06-12] 178: Checking synchronizations ** [21:08:37 2020-06-12] 178: Checking tracker ** [21:08:37 2020-06-12] 178: Checking user_migrations ** [21:08:37 2020-06-12] 178: Checking batch_updates ** [21:08:37 2020-06-12] 178: Checking gears ** [21:08:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:08:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:42 2020-06-12] 178: Checking imports ** [21:08:42 2020-06-12] 178: Checking exports ** [21:08:42 2020-06-12] 178: Checking users ** [21:08:42 2020-06-12] 178: Checking user_dbs ** [21:08:42 2020-06-12] 178: Checking geocodings ** [21:08:42 2020-06-12] 178: Checking synchronizations ** [21:08:42 2020-06-12] 178: Checking tracker ** [21:08:42 2020-06-12] 178: Checking user_migrations ** [21:08:42 2020-06-12] 178: Checking batch_updates ** [21:08:42 2020-06-12] 178: Checking gears ** [21:08:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:08:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:47 2020-06-12] 178: Checking imports ** [21:08:47 2020-06-12] 178: Checking exports ** [21:08:47 2020-06-12] 178: Checking users ** [21:08:47 2020-06-12] 178: Checking user_dbs ** [21:08:47 2020-06-12] 178: Checking geocodings ** [21:08:47 2020-06-12] 178: Checking synchronizations ** [21:08:47 2020-06-12] 178: Checking tracker ** [21:08:47 2020-06-12] 178: Checking user_migrations ** [21:08:47 2020-06-12] 178: Checking batch_updates ** [21:08:47 2020-06-12] 178: Checking gears ** [21:08:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:08:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:52 2020-06-12] 178: Checking imports ** [21:08:52 2020-06-12] 178: Checking exports ** [21:08:52 2020-06-12] 178: Checking users ** [21:08:52 2020-06-12] 178: Checking user_dbs ** [21:08:52 2020-06-12] 178: Checking geocodings ** [21:08:52 2020-06-12] 178: Checking synchronizations ** [21:08:52 2020-06-12] 178: Checking tracker ** [21:08:52 2020-06-12] 178: Checking user_migrations ** [21:08:52 2020-06-12] 178: Checking batch_updates ** [21:08:52 2020-06-12] 178: Checking gears ** [21:08:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:08:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:57 2020-06-12] 178: Checking imports ** [21:08:57 2020-06-12] 178: Checking exports ** [21:08:57 2020-06-12] 178: Checking users ** [21:08:57 2020-06-12] 178: Checking user_dbs ** [21:08:57 2020-06-12] 178: Checking geocodings ** [21:08:57 2020-06-12] 178: Checking synchronizations ** [21:08:57 2020-06-12] 178: Checking tracker ** [21:08:57 2020-06-12] 178: Checking user_migrations ** [21:08:57 2020-06-12] 178: Checking batch_updates ** [21:08:57 2020-06-12] 178: Checking gears ** [21:08:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:08:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:02 2020-06-12] 178: Checking imports ** [21:09:02 2020-06-12] 178: Checking exports ** [21:09:02 2020-06-12] 178: Checking users ** [21:09:02 2020-06-12] 178: Checking user_dbs ** [21:09:02 2020-06-12] 178: Checking geocodings ** [21:09:02 2020-06-12] 178: Checking synchronizations ** [21:09:02 2020-06-12] 178: Checking tracker ** [21:09:02 2020-06-12] 178: Checking user_migrations ** [21:09:02 2020-06-12] 178: Checking batch_updates ** [21:09:02 2020-06-12] 178: Checking gears ** [21:09:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:09:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:07 2020-06-12] 178: Checking imports ** [21:09:07 2020-06-12] 178: Checking exports ** [21:09:07 2020-06-12] 178: Checking users ** [21:09:07 2020-06-12] 178: Checking user_dbs ** [21:09:07 2020-06-12] 178: Checking geocodings ** [21:09:07 2020-06-12] 178: Checking synchronizations ** [21:09:07 2020-06-12] 178: Checking tracker ** [21:09:07 2020-06-12] 178: Checking user_migrations ** [21:09:07 2020-06-12] 178: Checking batch_updates ** [21:09:07 2020-06-12] 178: Checking gears ** [21:09:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:09:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:12 2020-06-12] 178: Checking imports ** [21:09:12 2020-06-12] 178: Checking exports ** [21:09:12 2020-06-12] 178: Checking users ** [21:09:12 2020-06-12] 178: Checking user_dbs ** [21:09:12 2020-06-12] 178: Checking geocodings ** [21:09:12 2020-06-12] 178: Checking synchronizations ** [21:09:12 2020-06-12] 178: Checking tracker ** [21:09:12 2020-06-12] 178: Checking user_migrations ** [21:09:12 2020-06-12] 178: Checking batch_updates ** [21:09:12 2020-06-12] 178: Checking gears ** [21:09:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:09:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:17 2020-06-12] 178: Checking imports ** [21:09:17 2020-06-12] 178: Checking exports ** [21:09:17 2020-06-12] 178: Checking users ** [21:09:17 2020-06-12] 178: Checking user_dbs ** [21:09:17 2020-06-12] 178: Checking geocodings ** [21:09:17 2020-06-12] 178: Checking synchronizations ** [21:09:17 2020-06-12] 178: Checking tracker ** [21:09:17 2020-06-12] 178: Checking user_migrations ** [21:09:17 2020-06-12] 178: Checking batch_updates ** [21:09:17 2020-06-12] 178: Checking gears ** [21:09:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:09:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:22 2020-06-12] 178: Checking imports ** [21:09:22 2020-06-12] 178: Checking exports ** [21:09:22 2020-06-12] 178: Checking users ** [21:09:22 2020-06-12] 178: Checking user_dbs ** [21:09:22 2020-06-12] 178: Checking geocodings ** [21:09:22 2020-06-12] 178: Checking synchronizations ** [21:09:22 2020-06-12] 178: Checking tracker ** [21:09:22 2020-06-12] 178: Checking user_migrations ** [21:09:22 2020-06-12] 178: Checking batch_updates ** [21:09:22 2020-06-12] 178: Checking gears ** [21:09:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:09:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:27 2020-06-12] 178: Checking imports ** [21:09:27 2020-06-12] 178: Checking exports ** [21:09:27 2020-06-12] 178: Checking users ** [21:09:27 2020-06-12] 178: Checking user_dbs ** [21:09:27 2020-06-12] 178: Checking geocodings ** [21:09:27 2020-06-12] 178: Checking synchronizations ** [21:09:27 2020-06-12] 178: Checking tracker ** [21:09:27 2020-06-12] 178: Checking user_migrations ** [21:09:27 2020-06-12] 178: Checking batch_updates ** [21:09:27 2020-06-12] 178: Checking gears ** [21:09:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:09:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:32 2020-06-12] 178: Checking imports ** [21:09:32 2020-06-12] 178: Checking exports ** [21:09:32 2020-06-12] 178: Checking users ** [21:09:32 2020-06-12] 178: Checking user_dbs ** [21:09:32 2020-06-12] 178: Checking geocodings ** [21:09:32 2020-06-12] 178: Checking synchronizations ** [21:09:32 2020-06-12] 178: Checking tracker ** [21:09:32 2020-06-12] 178: Checking user_migrations ** [21:09:32 2020-06-12] 178: Checking batch_updates ** [21:09:32 2020-06-12] 178: Checking gears ** [21:09:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:09:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:37 2020-06-12] 178: Checking imports ** [21:09:37 2020-06-12] 178: Checking exports ** [21:09:37 2020-06-12] 178: Checking users ** [21:09:37 2020-06-12] 178: Checking user_dbs ** [21:09:37 2020-06-12] 178: Checking geocodings ** [21:09:37 2020-06-12] 178: Checking synchronizations ** [21:09:37 2020-06-12] 178: Checking tracker ** [21:09:37 2020-06-12] 178: Checking user_migrations ** [21:09:37 2020-06-12] 178: Checking batch_updates ** [21:09:37 2020-06-12] 178: Checking gears ** [21:09:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:09:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:42 2020-06-12] 178: Checking imports ** [21:09:42 2020-06-12] 178: Checking exports ** [21:09:42 2020-06-12] 178: Checking users ** [21:09:42 2020-06-12] 178: Checking user_dbs ** [21:09:42 2020-06-12] 178: Checking geocodings ** [21:09:42 2020-06-12] 178: Checking synchronizations ** [21:09:42 2020-06-12] 178: Checking tracker ** [21:09:42 2020-06-12] 178: Checking user_migrations ** [21:09:42 2020-06-12] 178: Checking batch_updates ** [21:09:42 2020-06-12] 178: Checking gears ** [21:09:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:09:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:47 2020-06-12] 178: Checking imports ** [21:09:47 2020-06-12] 178: Checking exports ** [21:09:47 2020-06-12] 178: Checking users ** [21:09:47 2020-06-12] 178: Checking user_dbs ** [21:09:47 2020-06-12] 178: Checking geocodings ** [21:09:47 2020-06-12] 178: Checking synchronizations ** [21:09:47 2020-06-12] 178: Checking tracker ** [21:09:47 2020-06-12] 178: Checking user_migrations ** [21:09:47 2020-06-12] 178: Checking batch_updates ** [21:09:47 2020-06-12] 178: Checking gears ** [21:09:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:09:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:52 2020-06-12] 178: Checking imports ** [21:09:52 2020-06-12] 178: Checking exports ** [21:09:52 2020-06-12] 178: Checking users ** [21:09:52 2020-06-12] 178: Checking user_dbs ** [21:09:52 2020-06-12] 178: Checking geocodings ** [21:09:52 2020-06-12] 178: Checking synchronizations ** [21:09:52 2020-06-12] 178: Checking tracker ** [21:09:52 2020-06-12] 178: Checking user_migrations ** [21:09:52 2020-06-12] 178: Checking batch_updates ** [21:09:52 2020-06-12] 178: Checking gears ** [21:09:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:09:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:57 2020-06-12] 178: Checking imports ** [21:09:57 2020-06-12] 178: Checking exports ** [21:09:57 2020-06-12] 178: Checking users ** [21:09:57 2020-06-12] 178: Checking user_dbs ** [21:09:57 2020-06-12] 178: Checking geocodings ** [21:09:57 2020-06-12] 178: Checking synchronizations ** [21:09:57 2020-06-12] 178: Checking tracker ** [21:09:57 2020-06-12] 178: Checking user_migrations ** [21:09:57 2020-06-12] 178: Checking batch_updates ** [21:09:57 2020-06-12] 178: Checking gears ** [21:09:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:09:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:02 2020-06-12] 178: Checking imports ** [21:10:02 2020-06-12] 178: Checking exports ** [21:10:02 2020-06-12] 178: Checking users ** [21:10:02 2020-06-12] 178: Checking user_dbs ** [21:10:02 2020-06-12] 178: Checking geocodings ** [21:10:02 2020-06-12] 178: Checking synchronizations ** [21:10:02 2020-06-12] 178: Checking tracker ** [21:10:02 2020-06-12] 178: Checking user_migrations ** [21:10:02 2020-06-12] 178: Checking batch_updates ** [21:10:02 2020-06-12] 178: Checking gears ** [21:10:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:10:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:07 2020-06-12] 178: Checking imports ** [21:10:07 2020-06-12] 178: Checking exports ** [21:10:07 2020-06-12] 178: Checking users ** [21:10:07 2020-06-12] 178: Checking user_dbs ** [21:10:07 2020-06-12] 178: Checking geocodings ** [21:10:07 2020-06-12] 178: Checking synchronizations ** [21:10:07 2020-06-12] 178: Checking tracker ** [21:10:07 2020-06-12] 178: Checking user_migrations ** [21:10:07 2020-06-12] 178: Checking batch_updates ** [21:10:07 2020-06-12] 178: Checking gears ** [21:10:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:10:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:12 2020-06-12] 178: Checking imports ** [21:10:12 2020-06-12] 178: Checking exports ** [21:10:12 2020-06-12] 178: Checking users ** [21:10:12 2020-06-12] 178: Checking user_dbs ** [21:10:12 2020-06-12] 178: Checking geocodings ** [21:10:12 2020-06-12] 178: Checking synchronizations ** [21:10:12 2020-06-12] 178: Checking tracker ** [21:10:12 2020-06-12] 178: Checking user_migrations ** [21:10:12 2020-06-12] 178: Checking batch_updates ** [21:10:12 2020-06-12] 178: Checking gears ** [21:10:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:10:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:17 2020-06-12] 178: Checking imports ** [21:10:17 2020-06-12] 178: Checking exports ** [21:10:17 2020-06-12] 178: Checking users ** [21:10:17 2020-06-12] 178: Checking user_dbs ** [21:10:17 2020-06-12] 178: Checking geocodings ** [21:10:17 2020-06-12] 178: Checking synchronizations ** [21:10:17 2020-06-12] 178: Checking tracker ** [21:10:17 2020-06-12] 178: Checking user_migrations ** [21:10:17 2020-06-12] 178: Checking batch_updates ** [21:10:17 2020-06-12] 178: Checking gears ** [21:10:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:10:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:22 2020-06-12] 178: Checking imports ** [21:10:22 2020-06-12] 178: Checking exports ** [21:10:22 2020-06-12] 178: Checking users ** [21:10:22 2020-06-12] 178: Checking user_dbs ** [21:10:22 2020-06-12] 178: Checking geocodings ** [21:10:22 2020-06-12] 178: Checking synchronizations ** [21:10:22 2020-06-12] 178: Checking tracker ** [21:10:22 2020-06-12] 178: Checking user_migrations ** [21:10:22 2020-06-12] 178: Checking batch_updates ** [21:10:22 2020-06-12] 178: Checking gears ** [21:10:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:10:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:27 2020-06-12] 178: Checking imports ** [21:10:27 2020-06-12] 178: Checking exports ** [21:10:27 2020-06-12] 178: Checking users ** [21:10:27 2020-06-12] 178: Checking user_dbs ** [21:10:27 2020-06-12] 178: Checking geocodings ** [21:10:27 2020-06-12] 178: Checking synchronizations ** [21:10:27 2020-06-12] 178: Checking tracker ** [21:10:27 2020-06-12] 178: Checking user_migrations ** [21:10:27 2020-06-12] 178: Checking batch_updates ** [21:10:27 2020-06-12] 178: Checking gears ** [21:10:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:10:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:32 2020-06-12] 178: Checking imports ** [21:10:32 2020-06-12] 178: Checking exports ** [21:10:32 2020-06-12] 178: Checking users ** [21:10:32 2020-06-12] 178: Checking user_dbs ** [21:10:32 2020-06-12] 178: Checking geocodings ** [21:10:32 2020-06-12] 178: Checking synchronizations ** [21:10:32 2020-06-12] 178: Checking tracker ** [21:10:32 2020-06-12] 178: Checking user_migrations ** [21:10:32 2020-06-12] 178: Checking batch_updates ** [21:10:32 2020-06-12] 178: Checking gears ** [21:10:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:10:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:37 2020-06-12] 178: Checking imports ** [21:10:37 2020-06-12] 178: Checking exports ** [21:10:37 2020-06-12] 178: Checking users ** [21:10:37 2020-06-12] 178: Checking user_dbs ** [21:10:37 2020-06-12] 178: Checking geocodings ** [21:10:37 2020-06-12] 178: Checking synchronizations ** [21:10:37 2020-06-12] 178: Checking tracker ** [21:10:37 2020-06-12] 178: Checking user_migrations ** [21:10:37 2020-06-12] 178: Checking batch_updates ** [21:10:37 2020-06-12] 178: Checking gears ** [21:10:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:10:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:42 2020-06-12] 178: Checking imports ** [21:10:42 2020-06-12] 178: Checking exports ** [21:10:42 2020-06-12] 178: Checking users ** [21:10:42 2020-06-12] 178: Checking user_dbs ** [21:10:42 2020-06-12] 178: Checking geocodings ** [21:10:42 2020-06-12] 178: Checking synchronizations ** [21:10:42 2020-06-12] 178: Checking tracker ** [21:10:42 2020-06-12] 178: Checking user_migrations ** [21:10:42 2020-06-12] 178: Checking batch_updates ** [21:10:42 2020-06-12] 178: Checking gears ** [21:10:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:10:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:47 2020-06-12] 178: Checking imports ** [21:10:47 2020-06-12] 178: Checking exports ** [21:10:47 2020-06-12] 178: Checking users ** [21:10:47 2020-06-12] 178: Checking user_dbs ** [21:10:47 2020-06-12] 178: Checking geocodings ** [21:10:47 2020-06-12] 178: Checking synchronizations ** [21:10:47 2020-06-12] 178: Checking tracker ** [21:10:47 2020-06-12] 178: Checking user_migrations ** [21:10:47 2020-06-12] 178: Checking batch_updates ** [21:10:47 2020-06-12] 178: Checking gears ** [21:10:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:10:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:52 2020-06-12] 178: Checking imports ** [21:10:52 2020-06-12] 178: Checking exports ** [21:10:52 2020-06-12] 178: Checking users ** [21:10:52 2020-06-12] 178: Checking user_dbs ** [21:10:52 2020-06-12] 178: Checking geocodings ** [21:10:52 2020-06-12] 178: Checking synchronizations ** [21:10:52 2020-06-12] 178: Checking tracker ** [21:10:52 2020-06-12] 178: Checking user_migrations ** [21:10:52 2020-06-12] 178: Checking batch_updates ** [21:10:52 2020-06-12] 178: Checking gears ** [21:10:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:10:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:57 2020-06-12] 178: Checking imports ** [21:10:57 2020-06-12] 178: Checking exports ** [21:10:57 2020-06-12] 178: Checking users ** [21:10:57 2020-06-12] 178: Checking user_dbs ** [21:10:57 2020-06-12] 178: Checking geocodings ** [21:10:57 2020-06-12] 178: Checking synchronizations ** [21:10:57 2020-06-12] 178: Checking tracker ** [21:10:57 2020-06-12] 178: Checking user_migrations ** [21:10:57 2020-06-12] 178: Checking batch_updates ** [21:10:57 2020-06-12] 178: Checking gears ** [21:10:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:10:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:02 2020-06-12] 178: Checking imports ** [21:11:02 2020-06-12] 178: Checking exports ** [21:11:02 2020-06-12] 178: Checking users ** [21:11:02 2020-06-12] 178: Checking user_dbs ** [21:11:02 2020-06-12] 178: Checking geocodings ** [21:11:02 2020-06-12] 178: Checking synchronizations ** [21:11:02 2020-06-12] 178: Checking tracker ** [21:11:02 2020-06-12] 178: Checking user_migrations ** [21:11:02 2020-06-12] 178: Checking batch_updates ** [21:11:02 2020-06-12] 178: Checking gears ** [21:11:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:11:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:07 2020-06-12] 178: Checking imports ** [21:11:07 2020-06-12] 178: Checking exports ** [21:11:07 2020-06-12] 178: Checking users ** [21:11:07 2020-06-12] 178: Checking user_dbs ** [21:11:07 2020-06-12] 178: Checking geocodings ** [21:11:07 2020-06-12] 178: Checking synchronizations ** [21:11:07 2020-06-12] 178: Checking tracker ** [21:11:07 2020-06-12] 178: Checking user_migrations ** [21:11:07 2020-06-12] 178: Checking batch_updates ** [21:11:07 2020-06-12] 178: Checking gears ** [21:11:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:11:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:12 2020-06-12] 178: Checking imports ** [21:11:12 2020-06-12] 178: Checking exports ** [21:11:12 2020-06-12] 178: Checking users ** [21:11:12 2020-06-12] 178: Checking user_dbs ** [21:11:12 2020-06-12] 178: Checking geocodings ** [21:11:12 2020-06-12] 178: Checking synchronizations ** [21:11:12 2020-06-12] 178: Checking tracker ** [21:11:12 2020-06-12] 178: Checking user_migrations ** [21:11:12 2020-06-12] 178: Checking batch_updates ** [21:11:12 2020-06-12] 178: Checking gears ** [21:11:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:11:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:17 2020-06-12] 178: Checking imports ** [21:11:17 2020-06-12] 178: Checking exports ** [21:11:17 2020-06-12] 178: Checking users ** [21:11:17 2020-06-12] 178: Checking user_dbs ** [21:11:17 2020-06-12] 178: Checking geocodings ** [21:11:17 2020-06-12] 178: Checking synchronizations ** [21:11:17 2020-06-12] 178: Checking tracker ** [21:11:17 2020-06-12] 178: Checking user_migrations ** [21:11:17 2020-06-12] 178: Checking batch_updates ** [21:11:17 2020-06-12] 178: Checking gears ** [21:11:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:11:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:22 2020-06-12] 178: Checking imports ** [21:11:22 2020-06-12] 178: Checking exports ** [21:11:22 2020-06-12] 178: Checking users ** [21:11:22 2020-06-12] 178: Checking user_dbs ** [21:11:22 2020-06-12] 178: Checking geocodings ** [21:11:22 2020-06-12] 178: Checking synchronizations ** [21:11:22 2020-06-12] 178: Checking tracker ** [21:11:22 2020-06-12] 178: Checking user_migrations ** [21:11:22 2020-06-12] 178: Checking batch_updates ** [21:11:22 2020-06-12] 178: Checking gears ** [21:11:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:11:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:27 2020-06-12] 178: Checking imports ** [21:11:27 2020-06-12] 178: Checking exports ** [21:11:27 2020-06-12] 178: Checking users ** [21:11:27 2020-06-12] 178: Checking user_dbs ** [21:11:27 2020-06-12] 178: Checking geocodings ** [21:11:27 2020-06-12] 178: Checking synchronizations ** [21:11:27 2020-06-12] 178: Checking tracker ** [21:11:27 2020-06-12] 178: Checking user_migrations ** [21:11:27 2020-06-12] 178: Checking batch_updates ** [21:11:27 2020-06-12] 178: Checking gears ** [21:11:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:11:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:32 2020-06-12] 178: Checking imports ** [21:11:32 2020-06-12] 178: Checking exports ** [21:11:32 2020-06-12] 178: Checking users ** [21:11:32 2020-06-12] 178: Checking user_dbs ** [21:11:32 2020-06-12] 178: Checking geocodings ** [21:11:32 2020-06-12] 178: Checking synchronizations ** [21:11:32 2020-06-12] 178: Checking tracker ** [21:11:32 2020-06-12] 178: Checking user_migrations ** [21:11:32 2020-06-12] 178: Checking batch_updates ** [21:11:32 2020-06-12] 178: Checking gears ** [21:11:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:11:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:37 2020-06-12] 178: Checking imports ** [21:11:37 2020-06-12] 178: Checking exports ** [21:11:37 2020-06-12] 178: Checking users ** [21:11:37 2020-06-12] 178: Checking user_dbs ** [21:11:37 2020-06-12] 178: Checking geocodings ** [21:11:37 2020-06-12] 178: Checking synchronizations ** [21:11:37 2020-06-12] 178: Checking tracker ** [21:11:37 2020-06-12] 178: Checking user_migrations ** [21:11:37 2020-06-12] 178: Checking batch_updates ** [21:11:37 2020-06-12] 178: Checking gears ** [21:11:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:11:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:42 2020-06-12] 178: Checking imports ** [21:11:42 2020-06-12] 178: Checking exports ** [21:11:42 2020-06-12] 178: Checking users ** [21:11:42 2020-06-12] 178: Checking user_dbs ** [21:11:42 2020-06-12] 178: Checking geocodings ** [21:11:42 2020-06-12] 178: Checking synchronizations ** [21:11:42 2020-06-12] 178: Checking tracker ** [21:11:42 2020-06-12] 178: Checking user_migrations ** [21:11:42 2020-06-12] 178: Checking batch_updates ** [21:11:42 2020-06-12] 178: Checking gears ** [21:11:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:11:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:47 2020-06-12] 178: Checking imports ** [21:11:47 2020-06-12] 178: Checking exports ** [21:11:47 2020-06-12] 178: Checking users ** [21:11:47 2020-06-12] 178: Checking user_dbs ** [21:11:47 2020-06-12] 178: Checking geocodings ** [21:11:47 2020-06-12] 178: Checking synchronizations ** [21:11:47 2020-06-12] 178: Checking tracker ** [21:11:47 2020-06-12] 178: Checking user_migrations ** [21:11:47 2020-06-12] 178: Checking batch_updates ** [21:11:47 2020-06-12] 178: Checking gears ** [21:11:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:11:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:52 2020-06-12] 178: Checking imports ** [21:11:52 2020-06-12] 178: Checking exports ** [21:11:52 2020-06-12] 178: Checking users ** [21:11:52 2020-06-12] 178: Checking user_dbs ** [21:11:52 2020-06-12] 178: Checking geocodings ** [21:11:52 2020-06-12] 178: Checking synchronizations ** [21:11:52 2020-06-12] 178: Checking tracker ** [21:11:52 2020-06-12] 178: Checking user_migrations ** [21:11:52 2020-06-12] 178: Checking batch_updates ** [21:11:52 2020-06-12] 178: Checking gears ** [21:11:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:11:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:57 2020-06-12] 178: Checking imports ** [21:11:57 2020-06-12] 178: Checking exports ** [21:11:57 2020-06-12] 178: Checking users ** [21:11:57 2020-06-12] 178: Checking user_dbs ** [21:11:57 2020-06-12] 178: Checking geocodings ** [21:11:57 2020-06-12] 178: Checking synchronizations ** [21:11:57 2020-06-12] 178: Checking tracker ** [21:11:57 2020-06-12] 178: Checking user_migrations ** [21:11:57 2020-06-12] 178: Checking batch_updates ** [21:11:57 2020-06-12] 178: Checking gears ** [21:11:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:11:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:02 2020-06-12] 178: Checking imports ** [21:12:02 2020-06-12] 178: Checking exports ** [21:12:02 2020-06-12] 178: Checking users ** [21:12:02 2020-06-12] 178: Checking user_dbs ** [21:12:02 2020-06-12] 178: Checking geocodings ** [21:12:02 2020-06-12] 178: Checking synchronizations ** [21:12:02 2020-06-12] 178: Checking tracker ** [21:12:02 2020-06-12] 178: Checking user_migrations ** [21:12:02 2020-06-12] 178: Checking batch_updates ** [21:12:02 2020-06-12] 178: Checking gears ** [21:12:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:12:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:07 2020-06-12] 178: Checking imports ** [21:12:07 2020-06-12] 178: Checking exports ** [21:12:07 2020-06-12] 178: Checking users ** [21:12:07 2020-06-12] 178: Checking user_dbs ** [21:12:07 2020-06-12] 178: Checking geocodings ** [21:12:07 2020-06-12] 178: Checking synchronizations ** [21:12:07 2020-06-12] 178: Checking tracker ** [21:12:07 2020-06-12] 178: Checking user_migrations ** [21:12:07 2020-06-12] 178: Checking batch_updates ** [21:12:07 2020-06-12] 178: Checking gears ** [21:12:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:12:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:12 2020-06-12] 178: Checking imports ** [21:12:12 2020-06-12] 178: Checking exports ** [21:12:12 2020-06-12] 178: Checking users ** [21:12:12 2020-06-12] 178: Checking user_dbs ** [21:12:12 2020-06-12] 178: Checking geocodings ** [21:12:12 2020-06-12] 178: Checking synchronizations ** [21:12:12 2020-06-12] 178: Checking tracker ** [21:12:12 2020-06-12] 178: Checking user_migrations ** [21:12:12 2020-06-12] 178: Checking batch_updates ** [21:12:12 2020-06-12] 178: Checking gears ** [21:12:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:12:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:17 2020-06-12] 178: Checking imports ** [21:12:17 2020-06-12] 178: Checking exports ** [21:12:17 2020-06-12] 178: Checking users ** [21:12:17 2020-06-12] 178: Checking user_dbs ** [21:12:17 2020-06-12] 178: Checking geocodings ** [21:12:17 2020-06-12] 178: Checking synchronizations ** [21:12:17 2020-06-12] 178: Checking tracker ** [21:12:17 2020-06-12] 178: Checking user_migrations ** [21:12:17 2020-06-12] 178: Checking batch_updates ** [21:12:17 2020-06-12] 178: Checking gears ** [21:12:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:12:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:22 2020-06-12] 178: Checking imports ** [21:12:22 2020-06-12] 178: Checking exports ** [21:12:22 2020-06-12] 178: Checking users ** [21:12:22 2020-06-12] 178: Checking user_dbs ** [21:12:22 2020-06-12] 178: Checking geocodings ** [21:12:22 2020-06-12] 178: Checking synchronizations ** [21:12:22 2020-06-12] 178: Checking tracker ** [21:12:22 2020-06-12] 178: Checking user_migrations ** [21:12:22 2020-06-12] 178: Checking batch_updates ** [21:12:22 2020-06-12] 178: Checking gears ** [21:12:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:12:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:27 2020-06-12] 178: Checking imports ** [21:12:27 2020-06-12] 178: Checking exports ** [21:12:27 2020-06-12] 178: Checking users ** [21:12:27 2020-06-12] 178: Checking user_dbs ** [21:12:27 2020-06-12] 178: Checking geocodings ** [21:12:27 2020-06-12] 178: Checking synchronizations ** [21:12:27 2020-06-12] 178: Checking tracker ** [21:12:27 2020-06-12] 178: Checking user_migrations ** [21:12:27 2020-06-12] 178: Checking batch_updates ** [21:12:27 2020-06-12] 178: Checking gears ** [21:12:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:12:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:32 2020-06-12] 178: Checking imports ** [21:12:32 2020-06-12] 178: Checking exports ** [21:12:32 2020-06-12] 178: Checking users ** [21:12:32 2020-06-12] 178: Checking user_dbs ** [21:12:32 2020-06-12] 178: Checking geocodings ** [21:12:32 2020-06-12] 178: Checking synchronizations ** [21:12:32 2020-06-12] 178: Checking tracker ** [21:12:32 2020-06-12] 178: Checking user_migrations ** [21:12:32 2020-06-12] 178: Checking batch_updates ** [21:12:32 2020-06-12] 178: Checking gears ** [21:12:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:12:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:37 2020-06-12] 178: Checking imports ** [21:12:37 2020-06-12] 178: Checking exports ** [21:12:37 2020-06-12] 178: Checking users ** [21:12:37 2020-06-12] 178: Checking user_dbs ** [21:12:37 2020-06-12] 178: Checking geocodings ** [21:12:37 2020-06-12] 178: Checking synchronizations ** [21:12:37 2020-06-12] 178: Checking tracker ** [21:12:37 2020-06-12] 178: Checking user_migrations ** [21:12:37 2020-06-12] 178: Checking batch_updates ** [21:12:37 2020-06-12] 178: Checking gears ** [21:12:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:12:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:42 2020-06-12] 178: Checking imports ** [21:12:42 2020-06-12] 178: Checking exports ** [21:12:42 2020-06-12] 178: Checking users ** [21:12:42 2020-06-12] 178: Checking user_dbs ** [21:12:42 2020-06-12] 178: Checking geocodings ** [21:12:42 2020-06-12] 178: Checking synchronizations ** [21:12:42 2020-06-12] 178: Checking tracker ** [21:12:42 2020-06-12] 178: Checking user_migrations ** [21:12:42 2020-06-12] 178: Checking batch_updates ** [21:12:42 2020-06-12] 178: Checking gears ** [21:12:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:12:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:47 2020-06-12] 178: Checking imports ** [21:12:47 2020-06-12] 178: Checking exports ** [21:12:47 2020-06-12] 178: Checking users ** [21:12:47 2020-06-12] 178: Checking user_dbs ** [21:12:47 2020-06-12] 178: Checking geocodings ** [21:12:47 2020-06-12] 178: Checking synchronizations ** [21:12:47 2020-06-12] 178: Checking tracker ** [21:12:47 2020-06-12] 178: Checking user_migrations ** [21:12:47 2020-06-12] 178: Checking batch_updates ** [21:12:47 2020-06-12] 178: Checking gears ** [21:12:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:12:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:52 2020-06-12] 178: Checking imports ** [21:12:52 2020-06-12] 178: Checking exports ** [21:12:52 2020-06-12] 178: Checking users ** [21:12:52 2020-06-12] 178: Checking user_dbs ** [21:12:52 2020-06-12] 178: Checking geocodings ** [21:12:52 2020-06-12] 178: Checking synchronizations ** [21:12:52 2020-06-12] 178: Checking tracker ** [21:12:52 2020-06-12] 178: Checking user_migrations ** [21:12:52 2020-06-12] 178: Checking batch_updates ** [21:12:52 2020-06-12] 178: Checking gears ** [21:12:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:12:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:57 2020-06-12] 178: Checking imports ** [21:12:57 2020-06-12] 178: Checking exports ** [21:12:57 2020-06-12] 178: Checking users ** [21:12:57 2020-06-12] 178: Checking user_dbs ** [21:12:57 2020-06-12] 178: Checking geocodings ** [21:12:57 2020-06-12] 178: Checking synchronizations ** [21:12:57 2020-06-12] 178: Checking tracker ** [21:12:57 2020-06-12] 178: Checking user_migrations ** [21:12:57 2020-06-12] 178: Checking batch_updates ** [21:12:57 2020-06-12] 178: Checking gears ** [21:12:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:12:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:02 2020-06-12] 178: Checking imports ** [21:13:02 2020-06-12] 178: Checking exports ** [21:13:02 2020-06-12] 178: Checking users ** [21:13:02 2020-06-12] 178: Checking user_dbs ** [21:13:02 2020-06-12] 178: Checking geocodings ** [21:13:02 2020-06-12] 178: Checking synchronizations ** [21:13:02 2020-06-12] 178: Checking tracker ** [21:13:02 2020-06-12] 178: Checking user_migrations ** [21:13:02 2020-06-12] 178: Checking batch_updates ** [21:13:02 2020-06-12] 178: Checking gears ** [21:13:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:13:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:07 2020-06-12] 178: Checking imports ** [21:13:07 2020-06-12] 178: Checking exports ** [21:13:07 2020-06-12] 178: Checking users ** [21:13:07 2020-06-12] 178: Checking user_dbs ** [21:13:07 2020-06-12] 178: Checking geocodings ** [21:13:07 2020-06-12] 178: Checking synchronizations ** [21:13:07 2020-06-12] 178: Checking tracker ** [21:13:07 2020-06-12] 178: Checking user_migrations ** [21:13:07 2020-06-12] 178: Checking batch_updates ** [21:13:07 2020-06-12] 178: Checking gears ** [21:13:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:13:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:12 2020-06-12] 178: Checking imports ** [21:13:12 2020-06-12] 178: Checking exports ** [21:13:12 2020-06-12] 178: Checking users ** [21:13:12 2020-06-12] 178: Checking user_dbs ** [21:13:12 2020-06-12] 178: Checking geocodings ** [21:13:12 2020-06-12] 178: Checking synchronizations ** [21:13:12 2020-06-12] 178: Checking tracker ** [21:13:12 2020-06-12] 178: Checking user_migrations ** [21:13:12 2020-06-12] 178: Checking batch_updates ** [21:13:12 2020-06-12] 178: Checking gears ** [21:13:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:13:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:17 2020-06-12] 178: Checking imports ** [21:13:17 2020-06-12] 178: Checking exports ** [21:13:17 2020-06-12] 178: Checking users ** [21:13:17 2020-06-12] 178: Checking user_dbs ** [21:13:17 2020-06-12] 178: Checking geocodings ** [21:13:17 2020-06-12] 178: Checking synchronizations ** [21:13:17 2020-06-12] 178: Checking tracker ** [21:13:17 2020-06-12] 178: Checking user_migrations ** [21:13:17 2020-06-12] 178: Checking batch_updates ** [21:13:17 2020-06-12] 178: Checking gears ** [21:13:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:13:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:22 2020-06-12] 178: Checking imports ** [21:13:22 2020-06-12] 178: Checking exports ** [21:13:22 2020-06-12] 178: Checking users ** [21:13:22 2020-06-12] 178: Checking user_dbs ** [21:13:22 2020-06-12] 178: Checking geocodings ** [21:13:22 2020-06-12] 178: Checking synchronizations ** [21:13:22 2020-06-12] 178: Checking tracker ** [21:13:22 2020-06-12] 178: Checking user_migrations ** [21:13:22 2020-06-12] 178: Checking batch_updates ** [21:13:22 2020-06-12] 178: Checking gears ** [21:13:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:13:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:27 2020-06-12] 178: Checking imports ** [21:13:27 2020-06-12] 178: Checking exports ** [21:13:27 2020-06-12] 178: Checking users ** [21:13:27 2020-06-12] 178: Checking user_dbs ** [21:13:27 2020-06-12] 178: Checking geocodings ** [21:13:27 2020-06-12] 178: Checking synchronizations ** [21:13:27 2020-06-12] 178: Checking tracker ** [21:13:27 2020-06-12] 178: Checking user_migrations ** [21:13:27 2020-06-12] 178: Checking batch_updates ** [21:13:27 2020-06-12] 178: Checking gears ** [21:13:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:13:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:32 2020-06-12] 178: Checking imports ** [21:13:32 2020-06-12] 178: Checking exports ** [21:13:32 2020-06-12] 178: Checking users ** [21:13:32 2020-06-12] 178: Checking user_dbs ** [21:13:32 2020-06-12] 178: Checking geocodings ** [21:13:32 2020-06-12] 178: Checking synchronizations ** [21:13:32 2020-06-12] 178: Checking tracker ** [21:13:32 2020-06-12] 178: Checking user_migrations ** [21:13:32 2020-06-12] 178: Checking batch_updates ** [21:13:32 2020-06-12] 178: Checking gears ** [21:13:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:13:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:37 2020-06-12] 178: Checking imports ** [21:13:37 2020-06-12] 178: Checking exports ** [21:13:37 2020-06-12] 178: Checking users ** [21:13:37 2020-06-12] 178: Checking user_dbs ** [21:13:37 2020-06-12] 178: Checking geocodings ** [21:13:37 2020-06-12] 178: Checking synchronizations ** [21:13:37 2020-06-12] 178: Checking tracker ** [21:13:37 2020-06-12] 178: Checking user_migrations ** [21:13:37 2020-06-12] 178: Checking batch_updates ** [21:13:37 2020-06-12] 178: Checking gears ** [21:13:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:13:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:42 2020-06-12] 178: Checking imports ** [21:13:42 2020-06-12] 178: Checking exports ** [21:13:42 2020-06-12] 178: Checking users ** [21:13:42 2020-06-12] 178: Checking user_dbs ** [21:13:42 2020-06-12] 178: Checking geocodings ** [21:13:42 2020-06-12] 178: Checking synchronizations ** [21:13:42 2020-06-12] 178: Checking tracker ** [21:13:42 2020-06-12] 178: Checking user_migrations ** [21:13:42 2020-06-12] 178: Checking batch_updates ** [21:13:42 2020-06-12] 178: Checking gears ** [21:13:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:13:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:47 2020-06-12] 178: Checking imports ** [21:13:47 2020-06-12] 178: Checking exports ** [21:13:47 2020-06-12] 178: Checking users ** [21:13:47 2020-06-12] 178: Checking user_dbs ** [21:13:47 2020-06-12] 178: Checking geocodings ** [21:13:47 2020-06-12] 178: Checking synchronizations ** [21:13:47 2020-06-12] 178: Checking tracker ** [21:13:47 2020-06-12] 178: Checking user_migrations ** [21:13:47 2020-06-12] 178: Checking batch_updates ** [21:13:47 2020-06-12] 178: Checking gears ** [21:13:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:13:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:52 2020-06-12] 178: Checking imports ** [21:13:52 2020-06-12] 178: Checking exports ** [21:13:52 2020-06-12] 178: Checking users ** [21:13:52 2020-06-12] 178: Checking user_dbs ** [21:13:52 2020-06-12] 178: Checking geocodings ** [21:13:52 2020-06-12] 178: Checking synchronizations ** [21:13:52 2020-06-12] 178: Checking tracker ** [21:13:52 2020-06-12] 178: Checking user_migrations ** [21:13:52 2020-06-12] 178: Checking batch_updates ** [21:13:52 2020-06-12] 178: Checking gears ** [21:13:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:13:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:57 2020-06-12] 178: Checking imports ** [21:13:57 2020-06-12] 178: Checking exports ** [21:13:57 2020-06-12] 178: Checking users ** [21:13:57 2020-06-12] 178: Checking user_dbs ** [21:13:57 2020-06-12] 178: Checking geocodings ** [21:13:57 2020-06-12] 178: Checking synchronizations ** [21:13:57 2020-06-12] 178: Checking tracker ** [21:13:57 2020-06-12] 178: Checking user_migrations ** [21:13:57 2020-06-12] 178: Checking batch_updates ** [21:13:57 2020-06-12] 178: Checking gears ** [21:13:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:13:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:02 2020-06-12] 178: Checking imports ** [21:14:02 2020-06-12] 178: Checking exports ** [21:14:02 2020-06-12] 178: Checking users ** [21:14:02 2020-06-12] 178: Checking user_dbs ** [21:14:02 2020-06-12] 178: Checking geocodings ** [21:14:02 2020-06-12] 178: Checking synchronizations ** [21:14:02 2020-06-12] 178: Checking tracker ** [21:14:02 2020-06-12] 178: Checking user_migrations ** [21:14:02 2020-06-12] 178: Checking batch_updates ** [21:14:02 2020-06-12] 178: Checking gears ** [21:14:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:14:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:07 2020-06-12] 178: Checking imports ** [21:14:07 2020-06-12] 178: Checking exports ** [21:14:07 2020-06-12] 178: Checking users ** [21:14:07 2020-06-12] 178: Checking user_dbs ** [21:14:07 2020-06-12] 178: Checking geocodings ** [21:14:07 2020-06-12] 178: Checking synchronizations ** [21:14:07 2020-06-12] 178: Checking tracker ** [21:14:07 2020-06-12] 178: Checking user_migrations ** [21:14:07 2020-06-12] 178: Checking batch_updates ** [21:14:07 2020-06-12] 178: Checking gears ** [21:14:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:14:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:12 2020-06-12] 178: Checking imports ** [21:14:12 2020-06-12] 178: Checking exports ** [21:14:12 2020-06-12] 178: Checking users ** [21:14:12 2020-06-12] 178: Checking user_dbs ** [21:14:12 2020-06-12] 178: Checking geocodings ** [21:14:12 2020-06-12] 178: Checking synchronizations ** [21:14:12 2020-06-12] 178: Checking tracker ** [21:14:12 2020-06-12] 178: Checking user_migrations ** [21:14:12 2020-06-12] 178: Checking batch_updates ** [21:14:12 2020-06-12] 178: Checking gears ** [21:14:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:14:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:17 2020-06-12] 178: Checking imports ** [21:14:17 2020-06-12] 178: Checking exports ** [21:14:17 2020-06-12] 178: Checking users ** [21:14:17 2020-06-12] 178: Checking user_dbs ** [21:14:17 2020-06-12] 178: Checking geocodings ** [21:14:17 2020-06-12] 178: Checking synchronizations ** [21:14:17 2020-06-12] 178: Checking tracker ** [21:14:17 2020-06-12] 178: Checking user_migrations ** [21:14:17 2020-06-12] 178: Checking batch_updates ** [21:14:17 2020-06-12] 178: Checking gears ** [21:14:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:14:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:22 2020-06-12] 178: Checking imports ** [21:14:22 2020-06-12] 178: Checking exports ** [21:14:22 2020-06-12] 178: Checking users ** [21:14:22 2020-06-12] 178: Checking user_dbs ** [21:14:22 2020-06-12] 178: Checking geocodings ** [21:14:22 2020-06-12] 178: Checking synchronizations ** [21:14:22 2020-06-12] 178: Checking tracker ** [21:14:22 2020-06-12] 178: Checking user_migrations ** [21:14:22 2020-06-12] 178: Checking batch_updates ** [21:14:22 2020-06-12] 178: Checking gears ** [21:14:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:14:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:27 2020-06-12] 178: Checking imports ** [21:14:27 2020-06-12] 178: Checking exports ** [21:14:27 2020-06-12] 178: Checking users ** [21:14:27 2020-06-12] 178: Checking user_dbs ** [21:14:27 2020-06-12] 178: Checking geocodings ** [21:14:27 2020-06-12] 178: Checking synchronizations ** [21:14:27 2020-06-12] 178: Checking tracker ** [21:14:27 2020-06-12] 178: Checking user_migrations ** [21:14:27 2020-06-12] 178: Checking batch_updates ** [21:14:27 2020-06-12] 178: Checking gears ** [21:14:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:14:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:32 2020-06-12] 178: Checking imports ** [21:14:32 2020-06-12] 178: Checking exports ** [21:14:32 2020-06-12] 178: Checking users ** [21:14:32 2020-06-12] 178: Checking user_dbs ** [21:14:32 2020-06-12] 178: Checking geocodings ** [21:14:32 2020-06-12] 178: Checking synchronizations ** [21:14:32 2020-06-12] 178: Checking tracker ** [21:14:32 2020-06-12] 178: Checking user_migrations ** [21:14:32 2020-06-12] 178: Checking batch_updates ** [21:14:32 2020-06-12] 178: Checking gears ** [21:14:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:14:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:37 2020-06-12] 178: Checking imports ** [21:14:37 2020-06-12] 178: Checking exports ** [21:14:37 2020-06-12] 178: Checking users ** [21:14:37 2020-06-12] 178: Checking user_dbs ** [21:14:37 2020-06-12] 178: Checking geocodings ** [21:14:37 2020-06-12] 178: Checking synchronizations ** [21:14:37 2020-06-12] 178: Checking tracker ** [21:14:37 2020-06-12] 178: Checking user_migrations ** [21:14:37 2020-06-12] 178: Checking batch_updates ** [21:14:37 2020-06-12] 178: Checking gears ** [21:14:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:14:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:42 2020-06-12] 178: Checking imports ** [21:14:42 2020-06-12] 178: Checking exports ** [21:14:42 2020-06-12] 178: Checking users ** [21:14:42 2020-06-12] 178: Checking user_dbs ** [21:14:42 2020-06-12] 178: Checking geocodings ** [21:14:42 2020-06-12] 178: Checking synchronizations ** [21:14:42 2020-06-12] 178: Checking tracker ** [21:14:42 2020-06-12] 178: Checking user_migrations ** [21:14:42 2020-06-12] 178: Checking batch_updates ** [21:14:42 2020-06-12] 178: Checking gears ** [21:14:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:14:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:47 2020-06-12] 178: Checking imports ** [21:14:47 2020-06-12] 178: Checking exports ** [21:14:47 2020-06-12] 178: Checking users ** [21:14:47 2020-06-12] 178: Checking user_dbs ** [21:14:47 2020-06-12] 178: Checking geocodings ** [21:14:47 2020-06-12] 178: Checking synchronizations ** [21:14:47 2020-06-12] 178: Checking tracker ** [21:14:47 2020-06-12] 178: Checking user_migrations ** [21:14:47 2020-06-12] 178: Checking batch_updates ** [21:14:47 2020-06-12] 178: Checking gears ** [21:14:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:14:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:52 2020-06-12] 178: Checking imports ** [21:14:52 2020-06-12] 178: Checking exports ** [21:14:52 2020-06-12] 178: Checking users ** [21:14:52 2020-06-12] 178: Checking user_dbs ** [21:14:52 2020-06-12] 178: Checking geocodings ** [21:14:52 2020-06-12] 178: Checking synchronizations ** [21:14:52 2020-06-12] 178: Checking tracker ** [21:14:52 2020-06-12] 178: Checking user_migrations ** [21:14:52 2020-06-12] 178: Checking batch_updates ** [21:14:52 2020-06-12] 178: Checking gears ** [21:14:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:14:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:57 2020-06-12] 178: Checking imports ** [21:14:57 2020-06-12] 178: Checking exports ** [21:14:57 2020-06-12] 178: Checking users ** [21:14:57 2020-06-12] 178: Checking user_dbs ** [21:14:57 2020-06-12] 178: Checking geocodings ** [21:14:57 2020-06-12] 178: Checking synchronizations ** [21:14:57 2020-06-12] 178: Checking tracker ** [21:14:57 2020-06-12] 178: Checking user_migrations ** [21:14:57 2020-06-12] 178: Checking batch_updates ** [21:14:57 2020-06-12] 178: Checking gears ** [21:14:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:14:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:02 2020-06-12] 178: Checking imports ** [21:15:02 2020-06-12] 178: Checking exports ** [21:15:02 2020-06-12] 178: Checking users ** [21:15:02 2020-06-12] 178: Checking user_dbs ** [21:15:02 2020-06-12] 178: Checking geocodings ** [21:15:02 2020-06-12] 178: Checking synchronizations ** [21:15:02 2020-06-12] 178: Checking tracker ** [21:15:02 2020-06-12] 178: Checking user_migrations ** [21:15:02 2020-06-12] 178: Checking batch_updates ** [21:15:02 2020-06-12] 178: Checking gears ** [21:15:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:15:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:07 2020-06-12] 178: Checking imports ** [21:15:07 2020-06-12] 178: Checking exports ** [21:15:07 2020-06-12] 178: Checking users ** [21:15:07 2020-06-12] 178: Checking user_dbs ** [21:15:07 2020-06-12] 178: Checking geocodings ** [21:15:07 2020-06-12] 178: Checking synchronizations ** [21:15:07 2020-06-12] 178: Checking tracker ** [21:15:07 2020-06-12] 178: Checking user_migrations ** [21:15:07 2020-06-12] 178: Checking batch_updates ** [21:15:07 2020-06-12] 178: Checking gears ** [21:15:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:15:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:12 2020-06-12] 178: Checking imports ** [21:15:12 2020-06-12] 178: Checking exports ** [21:15:12 2020-06-12] 178: Checking users ** [21:15:12 2020-06-12] 178: Checking user_dbs ** [21:15:12 2020-06-12] 178: Checking geocodings ** [21:15:12 2020-06-12] 178: Checking synchronizations ** [21:15:12 2020-06-12] 178: Checking tracker ** [21:15:12 2020-06-12] 178: Checking user_migrations ** [21:15:12 2020-06-12] 178: Checking batch_updates ** [21:15:12 2020-06-12] 178: Checking gears ** [21:15:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:15:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:17 2020-06-12] 178: Checking imports ** [21:15:17 2020-06-12] 178: Checking exports ** [21:15:17 2020-06-12] 178: Checking users ** [21:15:17 2020-06-12] 178: Checking user_dbs ** [21:15:17 2020-06-12] 178: Checking geocodings ** [21:15:17 2020-06-12] 178: Checking synchronizations ** [21:15:17 2020-06-12] 178: Checking tracker ** [21:15:17 2020-06-12] 178: Checking user_migrations ** [21:15:17 2020-06-12] 178: Checking batch_updates ** [21:15:17 2020-06-12] 178: Checking gears ** [21:15:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:15:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:22 2020-06-12] 178: Checking imports ** [21:15:22 2020-06-12] 178: Checking exports ** [21:15:22 2020-06-12] 178: Checking users ** [21:15:23 2020-06-12] 178: Checking user_dbs ** [21:15:23 2020-06-12] 178: Checking geocodings ** [21:15:23 2020-06-12] 178: Checking synchronizations ** [21:15:23 2020-06-12] 178: Checking tracker ** [21:15:23 2020-06-12] 178: Checking user_migrations ** [21:15:23 2020-06-12] 178: Checking batch_updates ** [21:15:23 2020-06-12] 178: Checking gears ** [21:15:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:15:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:28 2020-06-12] 178: Checking imports ** [21:15:28 2020-06-12] 178: Checking exports ** [21:15:28 2020-06-12] 178: Checking users ** [21:15:28 2020-06-12] 178: Checking user_dbs ** [21:15:28 2020-06-12] 178: Checking geocodings ** [21:15:28 2020-06-12] 178: Checking synchronizations ** [21:15:28 2020-06-12] 178: Checking tracker ** [21:15:28 2020-06-12] 178: Checking user_migrations ** [21:15:28 2020-06-12] 178: Checking batch_updates ** [21:15:28 2020-06-12] 178: Checking gears ** [21:15:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:15:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:33 2020-06-12] 178: Checking imports ** [21:15:33 2020-06-12] 178: Checking exports ** [21:15:33 2020-06-12] 178: Checking users ** [21:15:33 2020-06-12] 178: Checking user_dbs ** [21:15:33 2020-06-12] 178: Checking geocodings ** [21:15:33 2020-06-12] 178: Checking synchronizations ** [21:15:33 2020-06-12] 178: Checking tracker ** [21:15:33 2020-06-12] 178: Checking user_migrations ** [21:15:33 2020-06-12] 178: Checking batch_updates ** [21:15:33 2020-06-12] 178: Checking gears ** [21:15:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:15:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:38 2020-06-12] 178: Checking imports ** [21:15:38 2020-06-12] 178: Checking exports ** [21:15:38 2020-06-12] 178: Checking users ** [21:15:38 2020-06-12] 178: Checking user_dbs ** [21:15:38 2020-06-12] 178: Checking geocodings ** [21:15:38 2020-06-12] 178: Checking synchronizations ** [21:15:38 2020-06-12] 178: Checking tracker ** [21:15:38 2020-06-12] 178: Checking user_migrations ** [21:15:38 2020-06-12] 178: Checking batch_updates ** [21:15:38 2020-06-12] 178: Checking gears ** [21:15:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:15:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:43 2020-06-12] 178: Checking imports ** [21:15:43 2020-06-12] 178: Checking exports ** [21:15:43 2020-06-12] 178: Checking users ** [21:15:43 2020-06-12] 178: Checking user_dbs ** [21:15:43 2020-06-12] 178: Checking geocodings ** [21:15:43 2020-06-12] 178: Checking synchronizations ** [21:15:43 2020-06-12] 178: Checking tracker ** [21:15:43 2020-06-12] 178: Checking user_migrations ** [21:15:43 2020-06-12] 178: Checking batch_updates ** [21:15:43 2020-06-12] 178: Checking gears ** [21:15:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:15:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:48 2020-06-12] 178: Checking imports ** [21:15:48 2020-06-12] 178: Checking exports ** [21:15:48 2020-06-12] 178: Checking users ** [21:15:48 2020-06-12] 178: Checking user_dbs ** [21:15:48 2020-06-12] 178: Checking geocodings ** [21:15:48 2020-06-12] 178: Checking synchronizations ** [21:15:48 2020-06-12] 178: Checking tracker ** [21:15:48 2020-06-12] 178: Checking user_migrations ** [21:15:48 2020-06-12] 178: Checking batch_updates ** [21:15:48 2020-06-12] 178: Checking gears ** [21:15:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:15:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:53 2020-06-12] 178: Checking imports ** [21:15:53 2020-06-12] 178: Checking exports ** [21:15:53 2020-06-12] 178: Checking users ** [21:15:53 2020-06-12] 178: Checking user_dbs ** [21:15:53 2020-06-12] 178: Checking geocodings ** [21:15:53 2020-06-12] 178: Checking synchronizations ** [21:15:53 2020-06-12] 178: Checking tracker ** [21:15:53 2020-06-12] 178: Checking user_migrations ** [21:15:53 2020-06-12] 178: Checking batch_updates ** [21:15:53 2020-06-12] 178: Checking gears ** [21:15:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:15:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:58 2020-06-12] 178: Checking imports ** [21:15:58 2020-06-12] 178: Checking exports ** [21:15:58 2020-06-12] 178: Checking users ** [21:15:58 2020-06-12] 178: Checking user_dbs ** [21:15:58 2020-06-12] 178: Checking geocodings ** [21:15:58 2020-06-12] 178: Checking synchronizations ** [21:15:58 2020-06-12] 178: Checking tracker ** [21:15:58 2020-06-12] 178: Checking user_migrations ** [21:15:58 2020-06-12] 178: Checking batch_updates ** [21:15:58 2020-06-12] 178: Checking gears ** [21:15:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:15:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:03 2020-06-12] 178: Checking imports ** [21:16:03 2020-06-12] 178: Checking exports ** [21:16:03 2020-06-12] 178: Checking users ** [21:16:03 2020-06-12] 178: Checking user_dbs ** [21:16:03 2020-06-12] 178: Checking geocodings ** [21:16:03 2020-06-12] 178: Checking synchronizations ** [21:16:03 2020-06-12] 178: Checking tracker ** [21:16:03 2020-06-12] 178: Checking user_migrations ** [21:16:03 2020-06-12] 178: Checking batch_updates ** [21:16:03 2020-06-12] 178: Checking gears ** [21:16:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:16:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:08 2020-06-12] 178: Checking imports ** [21:16:08 2020-06-12] 178: Checking exports ** [21:16:08 2020-06-12] 178: Checking users ** [21:16:08 2020-06-12] 178: Checking user_dbs ** [21:16:08 2020-06-12] 178: Checking geocodings ** [21:16:08 2020-06-12] 178: Checking synchronizations ** [21:16:08 2020-06-12] 178: Checking tracker ** [21:16:08 2020-06-12] 178: Checking user_migrations ** [21:16:08 2020-06-12] 178: Checking batch_updates ** [21:16:08 2020-06-12] 178: Checking gears ** [21:16:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:16:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:13 2020-06-12] 178: Checking imports ** [21:16:13 2020-06-12] 178: Checking exports ** [21:16:13 2020-06-12] 178: Checking users ** [21:16:13 2020-06-12] 178: Checking user_dbs ** [21:16:13 2020-06-12] 178: Checking geocodings ** [21:16:13 2020-06-12] 178: Checking synchronizations ** [21:16:13 2020-06-12] 178: Checking tracker ** [21:16:13 2020-06-12] 178: Checking user_migrations ** [21:16:13 2020-06-12] 178: Checking batch_updates ** [21:16:13 2020-06-12] 178: Checking gears ** [21:16:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:16:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:18 2020-06-12] 178: Checking imports ** [21:16:18 2020-06-12] 178: Checking exports ** [21:16:18 2020-06-12] 178: Checking users ** [21:16:18 2020-06-12] 178: Checking user_dbs ** [21:16:18 2020-06-12] 178: Checking geocodings ** [21:16:18 2020-06-12] 178: Checking synchronizations ** [21:16:18 2020-06-12] 178: Checking tracker ** [21:16:18 2020-06-12] 178: Checking user_migrations ** [21:16:18 2020-06-12] 178: Checking batch_updates ** [21:16:18 2020-06-12] 178: Checking gears ** [21:16:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:16:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:23 2020-06-12] 178: Checking imports ** [21:16:23 2020-06-12] 178: Checking exports ** [21:16:23 2020-06-12] 178: Checking users ** [21:16:23 2020-06-12] 178: Checking user_dbs ** [21:16:23 2020-06-12] 178: Checking geocodings ** [21:16:23 2020-06-12] 178: Checking synchronizations ** [21:16:23 2020-06-12] 178: Checking tracker ** [21:16:23 2020-06-12] 178: Checking user_migrations ** [21:16:23 2020-06-12] 178: Checking batch_updates ** [21:16:23 2020-06-12] 178: Checking gears ** [21:16:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:16:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:28 2020-06-12] 178: Checking imports ** [21:16:28 2020-06-12] 178: Checking exports ** [21:16:28 2020-06-12] 178: Checking users ** [21:16:28 2020-06-12] 178: Checking user_dbs ** [21:16:28 2020-06-12] 178: Checking geocodings ** [21:16:28 2020-06-12] 178: Checking synchronizations ** [21:16:28 2020-06-12] 178: Checking tracker ** [21:16:28 2020-06-12] 178: Checking user_migrations ** [21:16:28 2020-06-12] 178: Checking batch_updates ** [21:16:28 2020-06-12] 178: Checking gears ** [21:16:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:16:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:33 2020-06-12] 178: Checking imports ** [21:16:33 2020-06-12] 178: Checking exports ** [21:16:33 2020-06-12] 178: Checking users ** [21:16:33 2020-06-12] 178: Checking user_dbs ** [21:16:33 2020-06-12] 178: Checking geocodings ** [21:16:33 2020-06-12] 178: Checking synchronizations ** [21:16:33 2020-06-12] 178: Checking tracker ** [21:16:33 2020-06-12] 178: Checking user_migrations ** [21:16:33 2020-06-12] 178: Checking batch_updates ** [21:16:33 2020-06-12] 178: Checking gears ** [21:16:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:16:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:38 2020-06-12] 178: Checking imports ** [21:16:38 2020-06-12] 178: Checking exports ** [21:16:38 2020-06-12] 178: Checking users ** [21:16:38 2020-06-12] 178: Checking user_dbs ** [21:16:38 2020-06-12] 178: Checking geocodings ** [21:16:38 2020-06-12] 178: Checking synchronizations ** [21:16:38 2020-06-12] 178: Checking tracker ** [21:16:38 2020-06-12] 178: Checking user_migrations ** [21:16:38 2020-06-12] 178: Checking batch_updates ** [21:16:38 2020-06-12] 178: Checking gears ** [21:16:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:16:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:43 2020-06-12] 178: Checking imports ** [21:16:43 2020-06-12] 178: Checking exports ** [21:16:43 2020-06-12] 178: Checking users ** [21:16:43 2020-06-12] 178: Checking user_dbs ** [21:16:43 2020-06-12] 178: Checking geocodings ** [21:16:43 2020-06-12] 178: Checking synchronizations ** [21:16:43 2020-06-12] 178: Checking tracker ** [21:16:43 2020-06-12] 178: Checking user_migrations ** [21:16:43 2020-06-12] 178: Checking batch_updates ** [21:16:43 2020-06-12] 178: Checking gears ** [21:16:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:16:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:48 2020-06-12] 178: Checking imports ** [21:16:48 2020-06-12] 178: Checking exports ** [21:16:48 2020-06-12] 178: Checking users ** [21:16:48 2020-06-12] 178: Checking user_dbs ** [21:16:48 2020-06-12] 178: Checking geocodings ** [21:16:48 2020-06-12] 178: Checking synchronizations ** [21:16:48 2020-06-12] 178: Checking tracker ** [21:16:48 2020-06-12] 178: Checking user_migrations ** [21:16:48 2020-06-12] 178: Checking batch_updates ** [21:16:48 2020-06-12] 178: Checking gears ** [21:16:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:16:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:53 2020-06-12] 178: Checking imports ** [21:16:53 2020-06-12] 178: Checking exports ** [21:16:53 2020-06-12] 178: Checking users ** [21:16:53 2020-06-12] 178: Checking user_dbs ** [21:16:53 2020-06-12] 178: Checking geocodings ** [21:16:53 2020-06-12] 178: Checking synchronizations ** [21:16:53 2020-06-12] 178: Checking tracker ** [21:16:53 2020-06-12] 178: Checking user_migrations ** [21:16:53 2020-06-12] 178: Checking batch_updates ** [21:16:53 2020-06-12] 178: Checking gears ** [21:16:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:16:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:58 2020-06-12] 178: Checking imports ** [21:16:58 2020-06-12] 178: Checking exports ** [21:16:58 2020-06-12] 178: Checking users ** [21:16:58 2020-06-12] 178: Checking user_dbs ** [21:16:58 2020-06-12] 178: Checking geocodings ** [21:16:58 2020-06-12] 178: Checking synchronizations ** [21:16:58 2020-06-12] 178: Checking tracker ** [21:16:58 2020-06-12] 178: Checking user_migrations ** [21:16:58 2020-06-12] 178: Checking batch_updates ** [21:16:58 2020-06-12] 178: Checking gears ** [21:16:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:16:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:03 2020-06-12] 178: Checking imports ** [21:17:03 2020-06-12] 178: Checking exports ** [21:17:03 2020-06-12] 178: Checking users ** [21:17:03 2020-06-12] 178: Checking user_dbs ** [21:17:03 2020-06-12] 178: Checking geocodings ** [21:17:03 2020-06-12] 178: Checking synchronizations ** [21:17:03 2020-06-12] 178: Checking tracker ** [21:17:03 2020-06-12] 178: Checking user_migrations ** [21:17:03 2020-06-12] 178: Checking batch_updates ** [21:17:03 2020-06-12] 178: Checking gears ** [21:17:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:17:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:08 2020-06-12] 178: Checking imports ** [21:17:08 2020-06-12] 178: Checking exports ** [21:17:08 2020-06-12] 178: Checking users ** [21:17:08 2020-06-12] 178: Checking user_dbs ** [21:17:08 2020-06-12] 178: Checking geocodings ** [21:17:08 2020-06-12] 178: Checking synchronizations ** [21:17:08 2020-06-12] 178: Checking tracker ** [21:17:08 2020-06-12] 178: Checking user_migrations ** [21:17:08 2020-06-12] 178: Checking batch_updates ** [21:17:08 2020-06-12] 178: Checking gears ** [21:17:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:17:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:13 2020-06-12] 178: Checking imports ** [21:17:13 2020-06-12] 178: Checking exports ** [21:17:13 2020-06-12] 178: Checking users ** [21:17:13 2020-06-12] 178: Checking user_dbs ** [21:17:13 2020-06-12] 178: Checking geocodings ** [21:17:13 2020-06-12] 178: Checking synchronizations ** [21:17:13 2020-06-12] 178: Checking tracker ** [21:17:13 2020-06-12] 178: Checking user_migrations ** [21:17:13 2020-06-12] 178: Checking batch_updates ** [21:17:13 2020-06-12] 178: Checking gears ** [21:17:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:17:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:18 2020-06-12] 178: Checking imports ** [21:17:18 2020-06-12] 178: Checking exports ** [21:17:18 2020-06-12] 178: Checking users ** [21:17:18 2020-06-12] 178: Checking user_dbs ** [21:17:18 2020-06-12] 178: Checking geocodings ** [21:17:18 2020-06-12] 178: Checking synchronizations ** [21:17:18 2020-06-12] 178: Checking tracker ** [21:17:18 2020-06-12] 178: Checking user_migrations ** [21:17:18 2020-06-12] 178: Checking batch_updates ** [21:17:18 2020-06-12] 178: Checking gears ** [21:17:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:17:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:23 2020-06-12] 178: Checking imports ** [21:17:23 2020-06-12] 178: Checking exports ** [21:17:23 2020-06-12] 178: Checking users ** [21:17:23 2020-06-12] 178: Checking user_dbs ** [21:17:23 2020-06-12] 178: Checking geocodings ** [21:17:23 2020-06-12] 178: Checking synchronizations ** [21:17:23 2020-06-12] 178: Checking tracker ** [21:17:23 2020-06-12] 178: Checking user_migrations ** [21:17:23 2020-06-12] 178: Checking batch_updates ** [21:17:23 2020-06-12] 178: Checking gears ** [21:17:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:17:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:28 2020-06-12] 178: Checking imports ** [21:17:28 2020-06-12] 178: Checking exports ** [21:17:28 2020-06-12] 178: Checking users ** [21:17:28 2020-06-12] 178: Checking user_dbs ** [21:17:28 2020-06-12] 178: Checking geocodings ** [21:17:28 2020-06-12] 178: Checking synchronizations ** [21:17:28 2020-06-12] 178: Checking tracker ** [21:17:28 2020-06-12] 178: Checking user_migrations ** [21:17:28 2020-06-12] 178: Checking batch_updates ** [21:17:28 2020-06-12] 178: Checking gears ** [21:17:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:17:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:33 2020-06-12] 178: Checking imports ** [21:17:33 2020-06-12] 178: Checking exports ** [21:17:33 2020-06-12] 178: Checking users ** [21:17:33 2020-06-12] 178: Checking user_dbs ** [21:17:33 2020-06-12] 178: Checking geocodings ** [21:17:33 2020-06-12] 178: Checking synchronizations ** [21:17:33 2020-06-12] 178: Checking tracker ** [21:17:33 2020-06-12] 178: Checking user_migrations ** [21:17:33 2020-06-12] 178: Checking batch_updates ** [21:17:33 2020-06-12] 178: Checking gears ** [21:17:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:17:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:38 2020-06-12] 178: Checking imports ** [21:17:38 2020-06-12] 178: Checking exports ** [21:17:38 2020-06-12] 178: Checking users ** [21:17:38 2020-06-12] 178: Checking user_dbs ** [21:17:38 2020-06-12] 178: Checking geocodings ** [21:17:38 2020-06-12] 178: Checking synchronizations ** [21:17:38 2020-06-12] 178: Checking tracker ** [21:17:38 2020-06-12] 178: Checking user_migrations ** [21:17:38 2020-06-12] 178: Checking batch_updates ** [21:17:38 2020-06-12] 178: Checking gears ** [21:17:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:17:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:43 2020-06-12] 178: Checking imports ** [21:17:43 2020-06-12] 178: Checking exports ** [21:17:43 2020-06-12] 178: Checking users ** [21:17:43 2020-06-12] 178: Checking user_dbs ** [21:17:43 2020-06-12] 178: Checking geocodings ** [21:17:43 2020-06-12] 178: Checking synchronizations ** [21:17:43 2020-06-12] 178: Checking tracker ** [21:17:43 2020-06-12] 178: Checking user_migrations ** [21:17:43 2020-06-12] 178: Checking batch_updates ** [21:17:43 2020-06-12] 178: Checking gears ** [21:17:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:17:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:48 2020-06-12] 178: Checking imports ** [21:17:48 2020-06-12] 178: Checking exports ** [21:17:48 2020-06-12] 178: Checking users ** [21:17:48 2020-06-12] 178: Checking user_dbs ** [21:17:48 2020-06-12] 178: Checking geocodings ** [21:17:48 2020-06-12] 178: Checking synchronizations ** [21:17:48 2020-06-12] 178: Checking tracker ** [21:17:48 2020-06-12] 178: Checking user_migrations ** [21:17:48 2020-06-12] 178: Checking batch_updates ** [21:17:48 2020-06-12] 178: Checking gears ** [21:17:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:17:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:53 2020-06-12] 178: Checking imports ** [21:17:53 2020-06-12] 178: Checking exports ** [21:17:53 2020-06-12] 178: Checking users ** [21:17:53 2020-06-12] 178: Checking user_dbs ** [21:17:53 2020-06-12] 178: Checking geocodings ** [21:17:53 2020-06-12] 178: Checking synchronizations ** [21:17:53 2020-06-12] 178: Checking tracker ** [21:17:53 2020-06-12] 178: Checking user_migrations ** [21:17:53 2020-06-12] 178: Checking batch_updates ** [21:17:53 2020-06-12] 178: Checking gears ** [21:17:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:17:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:58 2020-06-12] 178: Checking imports ** [21:17:58 2020-06-12] 178: Checking exports ** [21:17:58 2020-06-12] 178: Checking users ** [21:17:58 2020-06-12] 178: Checking user_dbs ** [21:17:58 2020-06-12] 178: Checking geocodings ** [21:17:58 2020-06-12] 178: Checking synchronizations ** [21:17:58 2020-06-12] 178: Checking tracker ** [21:17:58 2020-06-12] 178: Checking user_migrations ** [21:17:58 2020-06-12] 178: Checking batch_updates ** [21:17:58 2020-06-12] 178: Checking gears ** [21:17:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:17:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:03 2020-06-12] 178: Checking imports ** [21:18:03 2020-06-12] 178: Checking exports ** [21:18:03 2020-06-12] 178: Checking users ** [21:18:03 2020-06-12] 178: Checking user_dbs ** [21:18:03 2020-06-12] 178: Checking geocodings ** [21:18:03 2020-06-12] 178: Checking synchronizations ** [21:18:03 2020-06-12] 178: Checking tracker ** [21:18:03 2020-06-12] 178: Checking user_migrations ** [21:18:03 2020-06-12] 178: Checking batch_updates ** [21:18:03 2020-06-12] 178: Checking gears ** [21:18:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:18:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:08 2020-06-12] 178: Checking imports ** [21:18:08 2020-06-12] 178: Checking exports ** [21:18:08 2020-06-12] 178: Checking users ** [21:18:08 2020-06-12] 178: Checking user_dbs ** [21:18:08 2020-06-12] 178: Checking geocodings ** [21:18:08 2020-06-12] 178: Checking synchronizations ** [21:18:08 2020-06-12] 178: Checking tracker ** [21:18:08 2020-06-12] 178: Checking user_migrations ** [21:18:08 2020-06-12] 178: Checking batch_updates ** [21:18:08 2020-06-12] 178: Checking gears ** [21:18:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:18:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:13 2020-06-12] 178: Checking imports ** [21:18:13 2020-06-12] 178: Checking exports ** [21:18:13 2020-06-12] 178: Checking users ** [21:18:13 2020-06-12] 178: Checking user_dbs ** [21:18:13 2020-06-12] 178: Checking geocodings ** [21:18:13 2020-06-12] 178: Checking synchronizations ** [21:18:13 2020-06-12] 178: Checking tracker ** [21:18:13 2020-06-12] 178: Checking user_migrations ** [21:18:13 2020-06-12] 178: Checking batch_updates ** [21:18:13 2020-06-12] 178: Checking gears ** [21:18:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:18:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:18 2020-06-12] 178: Checking imports ** [21:18:18 2020-06-12] 178: Checking exports ** [21:18:18 2020-06-12] 178: Checking users ** [21:18:18 2020-06-12] 178: Checking user_dbs ** [21:18:18 2020-06-12] 178: Checking geocodings ** [21:18:18 2020-06-12] 178: Checking synchronizations ** [21:18:18 2020-06-12] 178: Checking tracker ** [21:18:18 2020-06-12] 178: Checking user_migrations ** [21:18:18 2020-06-12] 178: Checking batch_updates ** [21:18:18 2020-06-12] 178: Checking gears ** [21:18:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:18:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:23 2020-06-12] 178: Checking imports ** [21:18:23 2020-06-12] 178: Checking exports ** [21:18:23 2020-06-12] 178: Checking users ** [21:18:23 2020-06-12] 178: Checking user_dbs ** [21:18:23 2020-06-12] 178: Checking geocodings ** [21:18:23 2020-06-12] 178: Checking synchronizations ** [21:18:23 2020-06-12] 178: Checking tracker ** [21:18:23 2020-06-12] 178: Checking user_migrations ** [21:18:23 2020-06-12] 178: Checking batch_updates ** [21:18:23 2020-06-12] 178: Checking gears ** [21:18:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:18:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:28 2020-06-12] 178: Checking imports ** [21:18:28 2020-06-12] 178: Checking exports ** [21:18:28 2020-06-12] 178: Checking users ** [21:18:28 2020-06-12] 178: Checking user_dbs ** [21:18:28 2020-06-12] 178: Checking geocodings ** [21:18:28 2020-06-12] 178: Checking synchronizations ** [21:18:28 2020-06-12] 178: Checking tracker ** [21:18:28 2020-06-12] 178: Checking user_migrations ** [21:18:28 2020-06-12] 178: Checking batch_updates ** [21:18:28 2020-06-12] 178: Checking gears ** [21:18:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:18:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:33 2020-06-12] 178: Checking imports ** [21:18:33 2020-06-12] 178: Checking exports ** [21:18:33 2020-06-12] 178: Checking users ** [21:18:33 2020-06-12] 178: Checking user_dbs ** [21:18:33 2020-06-12] 178: Checking geocodings ** [21:18:33 2020-06-12] 178: Checking synchronizations ** [21:18:33 2020-06-12] 178: Checking tracker ** [21:18:33 2020-06-12] 178: Checking user_migrations ** [21:18:33 2020-06-12] 178: Checking batch_updates ** [21:18:33 2020-06-12] 178: Checking gears ** [21:18:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:18:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:38 2020-06-12] 178: Checking imports ** [21:18:38 2020-06-12] 178: Checking exports ** [21:18:38 2020-06-12] 178: Checking users ** [21:18:38 2020-06-12] 178: Checking user_dbs ** [21:18:38 2020-06-12] 178: Checking geocodings ** [21:18:38 2020-06-12] 178: Checking synchronizations ** [21:18:38 2020-06-12] 178: Checking tracker ** [21:18:38 2020-06-12] 178: Checking user_migrations ** [21:18:38 2020-06-12] 178: Checking batch_updates ** [21:18:38 2020-06-12] 178: Checking gears ** [21:18:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:18:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:43 2020-06-12] 178: Checking imports ** [21:18:43 2020-06-12] 178: Checking exports ** [21:18:43 2020-06-12] 178: Checking users ** [21:18:43 2020-06-12] 178: Checking user_dbs ** [21:18:43 2020-06-12] 178: Checking geocodings ** [21:18:43 2020-06-12] 178: Checking synchronizations ** [21:18:43 2020-06-12] 178: Checking tracker ** [21:18:43 2020-06-12] 178: Checking user_migrations ** [21:18:43 2020-06-12] 178: Checking batch_updates ** [21:18:43 2020-06-12] 178: Checking gears ** [21:18:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:18:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:48 2020-06-12] 178: Checking imports ** [21:18:48 2020-06-12] 178: Checking exports ** [21:18:48 2020-06-12] 178: Checking users ** [21:18:48 2020-06-12] 178: Checking user_dbs ** [21:18:48 2020-06-12] 178: Checking geocodings ** [21:18:48 2020-06-12] 178: Checking synchronizations ** [21:18:48 2020-06-12] 178: Checking tracker ** [21:18:48 2020-06-12] 178: Checking user_migrations ** [21:18:48 2020-06-12] 178: Checking batch_updates ** [21:18:48 2020-06-12] 178: Checking gears ** [21:18:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:18:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:53 2020-06-12] 178: Checking imports ** [21:18:53 2020-06-12] 178: Checking exports ** [21:18:53 2020-06-12] 178: Checking users ** [21:18:53 2020-06-12] 178: Checking user_dbs ** [21:18:53 2020-06-12] 178: Checking geocodings ** [21:18:53 2020-06-12] 178: Checking synchronizations ** [21:18:53 2020-06-12] 178: Checking tracker ** [21:18:53 2020-06-12] 178: Checking user_migrations ** [21:18:53 2020-06-12] 178: Checking batch_updates ** [21:18:53 2020-06-12] 178: Checking gears ** [21:18:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:18:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:58 2020-06-12] 178: Checking imports ** [21:18:58 2020-06-12] 178: Checking exports ** [21:18:58 2020-06-12] 178: Checking users ** [21:18:58 2020-06-12] 178: Checking user_dbs ** [21:18:58 2020-06-12] 178: Checking geocodings ** [21:18:58 2020-06-12] 178: Checking synchronizations ** [21:18:58 2020-06-12] 178: Checking tracker ** [21:18:58 2020-06-12] 178: Checking user_migrations ** [21:18:58 2020-06-12] 178: Checking batch_updates ** [21:18:58 2020-06-12] 178: Checking gears ** [21:18:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:18:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:03 2020-06-12] 178: Checking imports ** [21:19:03 2020-06-12] 178: Checking exports ** [21:19:03 2020-06-12] 178: Checking users ** [21:19:03 2020-06-12] 178: Checking user_dbs ** [21:19:03 2020-06-12] 178: Checking geocodings ** [21:19:03 2020-06-12] 178: Checking synchronizations ** [21:19:03 2020-06-12] 178: Checking tracker ** [21:19:03 2020-06-12] 178: Checking user_migrations ** [21:19:03 2020-06-12] 178: Checking batch_updates ** [21:19:03 2020-06-12] 178: Checking gears ** [21:19:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:19:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:08 2020-06-12] 178: Checking imports ** [21:19:08 2020-06-12] 178: Checking exports ** [21:19:08 2020-06-12] 178: Checking users ** [21:19:08 2020-06-12] 178: Checking user_dbs ** [21:19:08 2020-06-12] 178: Checking geocodings ** [21:19:08 2020-06-12] 178: Checking synchronizations ** [21:19:08 2020-06-12] 178: Checking tracker ** [21:19:08 2020-06-12] 178: Checking user_migrations ** [21:19:08 2020-06-12] 178: Checking batch_updates ** [21:19:08 2020-06-12] 178: Checking gears ** [21:19:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:19:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:13 2020-06-12] 178: Checking imports ** [21:19:13 2020-06-12] 178: Checking exports ** [21:19:13 2020-06-12] 178: Checking users ** [21:19:13 2020-06-12] 178: Checking user_dbs ** [21:19:13 2020-06-12] 178: Checking geocodings ** [21:19:13 2020-06-12] 178: Checking synchronizations ** [21:19:13 2020-06-12] 178: Checking tracker ** [21:19:13 2020-06-12] 178: Checking user_migrations ** [21:19:13 2020-06-12] 178: Checking batch_updates ** [21:19:13 2020-06-12] 178: Checking gears ** [21:19:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:19:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:18 2020-06-12] 178: Checking imports ** [21:19:18 2020-06-12] 178: Checking exports ** [21:19:18 2020-06-12] 178: Checking users ** [21:19:18 2020-06-12] 178: Checking user_dbs ** [21:19:18 2020-06-12] 178: Checking geocodings ** [21:19:18 2020-06-12] 178: Checking synchronizations ** [21:19:18 2020-06-12] 178: Checking tracker ** [21:19:18 2020-06-12] 178: Checking user_migrations ** [21:19:18 2020-06-12] 178: Checking batch_updates ** [21:19:18 2020-06-12] 178: Checking gears ** [21:19:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:19:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:23 2020-06-12] 178: Checking imports ** [21:19:23 2020-06-12] 178: Checking exports ** [21:19:23 2020-06-12] 178: Checking users ** [21:19:23 2020-06-12] 178: Checking user_dbs ** [21:19:23 2020-06-12] 178: Checking geocodings ** [21:19:23 2020-06-12] 178: Checking synchronizations ** [21:19:23 2020-06-12] 178: Checking tracker ** [21:19:23 2020-06-12] 178: Checking user_migrations ** [21:19:23 2020-06-12] 178: Checking batch_updates ** [21:19:23 2020-06-12] 178: Checking gears ** [21:19:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:19:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:28 2020-06-12] 178: Checking imports ** [21:19:28 2020-06-12] 178: Checking exports ** [21:19:28 2020-06-12] 178: Checking users ** [21:19:28 2020-06-12] 178: Checking user_dbs ** [21:19:28 2020-06-12] 178: Checking geocodings ** [21:19:28 2020-06-12] 178: Checking synchronizations ** [21:19:28 2020-06-12] 178: Checking tracker ** [21:19:28 2020-06-12] 178: Checking user_migrations ** [21:19:28 2020-06-12] 178: Checking batch_updates ** [21:19:28 2020-06-12] 178: Checking gears ** [21:19:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:19:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:33 2020-06-12] 178: Checking imports ** [21:19:33 2020-06-12] 178: Checking exports ** [21:19:33 2020-06-12] 178: Checking users ** [21:19:33 2020-06-12] 178: Checking user_dbs ** [21:19:33 2020-06-12] 178: Checking geocodings ** [21:19:33 2020-06-12] 178: Checking synchronizations ** [21:19:33 2020-06-12] 178: Checking tracker ** [21:19:33 2020-06-12] 178: Checking user_migrations ** [21:19:33 2020-06-12] 178: Checking batch_updates ** [21:19:33 2020-06-12] 178: Checking gears ** [21:19:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:19:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:38 2020-06-12] 178: Checking imports ** [21:19:38 2020-06-12] 178: Checking exports ** [21:19:38 2020-06-12] 178: Checking users ** [21:19:38 2020-06-12] 178: Checking user_dbs ** [21:19:38 2020-06-12] 178: Checking geocodings ** [21:19:38 2020-06-12] 178: Checking synchronizations ** [21:19:38 2020-06-12] 178: Checking tracker ** [21:19:38 2020-06-12] 178: Checking user_migrations ** [21:19:38 2020-06-12] 178: Checking batch_updates ** [21:19:38 2020-06-12] 178: Checking gears ** [21:19:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:19:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:43 2020-06-12] 178: Checking imports ** [21:19:43 2020-06-12] 178: Checking exports ** [21:19:43 2020-06-12] 178: Checking users ** [21:19:43 2020-06-12] 178: Checking user_dbs ** [21:19:43 2020-06-12] 178: Checking geocodings ** [21:19:43 2020-06-12] 178: Checking synchronizations ** [21:19:43 2020-06-12] 178: Checking tracker ** [21:19:43 2020-06-12] 178: Checking user_migrations ** [21:19:43 2020-06-12] 178: Checking batch_updates ** [21:19:43 2020-06-12] 178: Checking gears ** [21:19:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:19:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:48 2020-06-12] 178: Checking imports ** [21:19:48 2020-06-12] 178: Checking exports ** [21:19:48 2020-06-12] 178: Checking users ** [21:19:48 2020-06-12] 178: Checking user_dbs ** [21:19:48 2020-06-12] 178: Checking geocodings ** [21:19:48 2020-06-12] 178: Checking synchronizations ** [21:19:48 2020-06-12] 178: Checking tracker ** [21:19:48 2020-06-12] 178: Checking user_migrations ** [21:19:48 2020-06-12] 178: Checking batch_updates ** [21:19:48 2020-06-12] 178: Checking gears ** [21:19:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:19:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:53 2020-06-12] 178: Checking imports ** [21:19:53 2020-06-12] 178: Checking exports ** [21:19:53 2020-06-12] 178: Checking users ** [21:19:53 2020-06-12] 178: Checking user_dbs ** [21:19:53 2020-06-12] 178: Checking geocodings ** [21:19:53 2020-06-12] 178: Checking synchronizations ** [21:19:53 2020-06-12] 178: Checking tracker ** [21:19:53 2020-06-12] 178: Checking user_migrations ** [21:19:53 2020-06-12] 178: Checking batch_updates ** [21:19:53 2020-06-12] 178: Checking gears ** [21:19:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:19:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:58 2020-06-12] 178: Checking imports ** [21:19:58 2020-06-12] 178: Checking exports ** [21:19:58 2020-06-12] 178: Checking users ** [21:19:58 2020-06-12] 178: Checking user_dbs ** [21:19:58 2020-06-12] 178: Checking geocodings ** [21:19:58 2020-06-12] 178: Checking synchronizations ** [21:19:58 2020-06-12] 178: Checking tracker ** [21:19:58 2020-06-12] 178: Checking user_migrations ** [21:19:58 2020-06-12] 178: Checking batch_updates ** [21:19:58 2020-06-12] 178: Checking gears ** [21:19:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:19:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:03 2020-06-12] 178: Checking imports ** [21:20:03 2020-06-12] 178: Checking exports ** [21:20:03 2020-06-12] 178: Checking users ** [21:20:03 2020-06-12] 178: Checking user_dbs ** [21:20:03 2020-06-12] 178: Checking geocodings ** [21:20:03 2020-06-12] 178: Checking synchronizations ** [21:20:03 2020-06-12] 178: Checking tracker ** [21:20:03 2020-06-12] 178: Checking user_migrations ** [21:20:03 2020-06-12] 178: Checking batch_updates ** [21:20:03 2020-06-12] 178: Checking gears ** [21:20:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:20:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:08 2020-06-12] 178: Checking imports ** [21:20:08 2020-06-12] 178: Checking exports ** [21:20:08 2020-06-12] 178: Checking users ** [21:20:08 2020-06-12] 178: Checking user_dbs ** [21:20:08 2020-06-12] 178: Checking geocodings ** [21:20:08 2020-06-12] 178: Checking synchronizations ** [21:20:08 2020-06-12] 178: Checking tracker ** [21:20:08 2020-06-12] 178: Checking user_migrations ** [21:20:08 2020-06-12] 178: Checking batch_updates ** [21:20:08 2020-06-12] 178: Checking gears ** [21:20:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:20:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:13 2020-06-12] 178: Checking imports ** [21:20:13 2020-06-12] 178: Checking exports ** [21:20:13 2020-06-12] 178: Checking users ** [21:20:13 2020-06-12] 178: Checking user_dbs ** [21:20:13 2020-06-12] 178: Checking geocodings ** [21:20:13 2020-06-12] 178: Checking synchronizations ** [21:20:13 2020-06-12] 178: Checking tracker ** [21:20:13 2020-06-12] 178: Checking user_migrations ** [21:20:13 2020-06-12] 178: Checking batch_updates ** [21:20:13 2020-06-12] 178: Checking gears ** [21:20:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:20:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:18 2020-06-12] 178: Checking imports ** [21:20:18 2020-06-12] 178: Checking exports ** [21:20:18 2020-06-12] 178: Checking users ** [21:20:18 2020-06-12] 178: Checking user_dbs ** [21:20:18 2020-06-12] 178: Checking geocodings ** [21:20:18 2020-06-12] 178: Checking synchronizations ** [21:20:18 2020-06-12] 178: Checking tracker ** [21:20:18 2020-06-12] 178: Checking user_migrations ** [21:20:18 2020-06-12] 178: Checking batch_updates ** [21:20:18 2020-06-12] 178: Checking gears ** [21:20:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:20:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:23 2020-06-12] 178: Checking imports ** [21:20:23 2020-06-12] 178: Checking exports ** [21:20:23 2020-06-12] 178: Checking users ** [21:20:23 2020-06-12] 178: Checking user_dbs ** [21:20:23 2020-06-12] 178: Checking geocodings ** [21:20:23 2020-06-12] 178: Checking synchronizations ** [21:20:23 2020-06-12] 178: Checking tracker ** [21:20:23 2020-06-12] 178: Checking user_migrations ** [21:20:23 2020-06-12] 178: Checking batch_updates ** [21:20:23 2020-06-12] 178: Checking gears ** [21:20:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:20:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:28 2020-06-12] 178: Checking imports ** [21:20:28 2020-06-12] 178: Checking exports ** [21:20:28 2020-06-12] 178: Checking users ** [21:20:28 2020-06-12] 178: Checking user_dbs ** [21:20:28 2020-06-12] 178: Checking geocodings ** [21:20:28 2020-06-12] 178: Checking synchronizations ** [21:20:28 2020-06-12] 178: Checking tracker ** [21:20:28 2020-06-12] 178: Checking user_migrations ** [21:20:28 2020-06-12] 178: Checking batch_updates ** [21:20:28 2020-06-12] 178: Checking gears ** [21:20:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:20:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:33 2020-06-12] 178: Checking imports ** [21:20:33 2020-06-12] 178: Checking exports ** [21:20:33 2020-06-12] 178: Checking users ** [21:20:33 2020-06-12] 178: Checking user_dbs ** [21:20:33 2020-06-12] 178: Checking geocodings ** [21:20:33 2020-06-12] 178: Checking synchronizations ** [21:20:33 2020-06-12] 178: Checking tracker ** [21:20:33 2020-06-12] 178: Checking user_migrations ** [21:20:33 2020-06-12] 178: Checking batch_updates ** [21:20:33 2020-06-12] 178: Checking gears ** [21:20:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:20:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:38 2020-06-12] 178: Checking imports ** [21:20:38 2020-06-12] 178: Checking exports ** [21:20:38 2020-06-12] 178: Checking users ** [21:20:38 2020-06-12] 178: Checking user_dbs ** [21:20:38 2020-06-12] 178: Checking geocodings ** [21:20:38 2020-06-12] 178: Checking synchronizations ** [21:20:38 2020-06-12] 178: Checking tracker ** [21:20:38 2020-06-12] 178: Checking user_migrations ** [21:20:38 2020-06-12] 178: Checking batch_updates ** [21:20:38 2020-06-12] 178: Checking gears ** [21:20:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:20:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:43 2020-06-12] 178: Checking imports ** [21:20:43 2020-06-12] 178: Checking exports ** [21:20:43 2020-06-12] 178: Checking users ** [21:20:43 2020-06-12] 178: Checking user_dbs ** [21:20:43 2020-06-12] 178: Checking geocodings ** [21:20:43 2020-06-12] 178: Checking synchronizations ** [21:20:43 2020-06-12] 178: Checking tracker ** [21:20:43 2020-06-12] 178: Checking user_migrations ** [21:20:43 2020-06-12] 178: Checking batch_updates ** [21:20:43 2020-06-12] 178: Checking gears ** [21:20:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:20:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:48 2020-06-12] 178: Checking imports ** [21:20:48 2020-06-12] 178: Checking exports ** [21:20:48 2020-06-12] 178: Checking users ** [21:20:48 2020-06-12] 178: Checking user_dbs ** [21:20:48 2020-06-12] 178: Checking geocodings ** [21:20:48 2020-06-12] 178: Checking synchronizations ** [21:20:48 2020-06-12] 178: Checking tracker ** [21:20:48 2020-06-12] 178: Checking user_migrations ** [21:20:48 2020-06-12] 178: Checking batch_updates ** [21:20:48 2020-06-12] 178: Checking gears ** [21:20:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:20:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:53 2020-06-12] 178: Checking imports ** [21:20:53 2020-06-12] 178: Checking exports ** [21:20:53 2020-06-12] 178: Checking users ** [21:20:53 2020-06-12] 178: Checking user_dbs ** [21:20:53 2020-06-12] 178: Checking geocodings ** [21:20:53 2020-06-12] 178: Checking synchronizations ** [21:20:53 2020-06-12] 178: Checking tracker ** [21:20:53 2020-06-12] 178: Checking user_migrations ** [21:20:53 2020-06-12] 178: Checking batch_updates ** [21:20:53 2020-06-12] 178: Checking gears ** [21:20:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:20:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:58 2020-06-12] 178: Checking imports ** [21:20:58 2020-06-12] 178: Checking exports ** [21:20:58 2020-06-12] 178: Checking users ** [21:20:58 2020-06-12] 178: Checking user_dbs ** [21:20:58 2020-06-12] 178: Checking geocodings ** [21:20:58 2020-06-12] 178: Checking synchronizations ** [21:20:58 2020-06-12] 178: Checking tracker ** [21:20:58 2020-06-12] 178: Checking user_migrations ** [21:20:58 2020-06-12] 178: Checking batch_updates ** [21:20:58 2020-06-12] 178: Checking gears ** [21:20:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:20:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:03 2020-06-12] 178: Checking imports ** [21:21:03 2020-06-12] 178: Checking exports ** [21:21:03 2020-06-12] 178: Checking users ** [21:21:03 2020-06-12] 178: Checking user_dbs ** [21:21:03 2020-06-12] 178: Checking geocodings ** [21:21:03 2020-06-12] 178: Checking synchronizations ** [21:21:03 2020-06-12] 178: Checking tracker ** [21:21:03 2020-06-12] 178: Checking user_migrations ** [21:21:03 2020-06-12] 178: Checking batch_updates ** [21:21:03 2020-06-12] 178: Checking gears ** [21:21:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:21:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:08 2020-06-12] 178: Checking imports ** [21:21:08 2020-06-12] 178: Checking exports ** [21:21:08 2020-06-12] 178: Checking users ** [21:21:08 2020-06-12] 178: Checking user_dbs ** [21:21:08 2020-06-12] 178: Checking geocodings ** [21:21:08 2020-06-12] 178: Checking synchronizations ** [21:21:08 2020-06-12] 178: Checking tracker ** [21:21:08 2020-06-12] 178: Checking user_migrations ** [21:21:08 2020-06-12] 178: Checking batch_updates ** [21:21:08 2020-06-12] 178: Checking gears ** [21:21:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:21:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:13 2020-06-12] 178: Checking imports ** [21:21:13 2020-06-12] 178: Checking exports ** [21:21:13 2020-06-12] 178: Checking users ** [21:21:13 2020-06-12] 178: Checking user_dbs ** [21:21:13 2020-06-12] 178: Checking geocodings ** [21:21:13 2020-06-12] 178: Checking synchronizations ** [21:21:13 2020-06-12] 178: Checking tracker ** [21:21:13 2020-06-12] 178: Checking user_migrations ** [21:21:13 2020-06-12] 178: Checking batch_updates ** [21:21:13 2020-06-12] 178: Checking gears ** [21:21:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:21:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:18 2020-06-12] 178: Checking imports ** [21:21:18 2020-06-12] 178: Checking exports ** [21:21:18 2020-06-12] 178: Checking users ** [21:21:18 2020-06-12] 178: Checking user_dbs ** [21:21:18 2020-06-12] 178: Checking geocodings ** [21:21:18 2020-06-12] 178: Checking synchronizations ** [21:21:18 2020-06-12] 178: Checking tracker ** [21:21:18 2020-06-12] 178: Checking user_migrations ** [21:21:18 2020-06-12] 178: Checking batch_updates ** [21:21:18 2020-06-12] 178: Checking gears ** [21:21:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:21:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:23 2020-06-12] 178: Checking imports ** [21:21:23 2020-06-12] 178: Checking exports ** [21:21:23 2020-06-12] 178: Checking users ** [21:21:23 2020-06-12] 178: Checking user_dbs ** [21:21:23 2020-06-12] 178: Checking geocodings ** [21:21:23 2020-06-12] 178: Checking synchronizations ** [21:21:23 2020-06-12] 178: Checking tracker ** [21:21:23 2020-06-12] 178: Checking user_migrations ** [21:21:23 2020-06-12] 178: Checking batch_updates ** [21:21:23 2020-06-12] 178: Checking gears ** [21:21:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:21:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:28 2020-06-12] 178: Checking imports ** [21:21:28 2020-06-12] 178: Checking exports ** [21:21:28 2020-06-12] 178: Checking users ** [21:21:28 2020-06-12] 178: Checking user_dbs ** [21:21:28 2020-06-12] 178: Checking geocodings ** [21:21:28 2020-06-12] 178: Checking synchronizations ** [21:21:28 2020-06-12] 178: Checking tracker ** [21:21:28 2020-06-12] 178: Checking user_migrations ** [21:21:28 2020-06-12] 178: Checking batch_updates ** [21:21:28 2020-06-12] 178: Checking gears ** [21:21:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:21:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:33 2020-06-12] 178: Checking imports ** [21:21:33 2020-06-12] 178: Checking exports ** [21:21:33 2020-06-12] 178: Checking users ** [21:21:33 2020-06-12] 178: Checking user_dbs ** [21:21:33 2020-06-12] 178: Checking geocodings ** [21:21:33 2020-06-12] 178: Checking synchronizations ** [21:21:33 2020-06-12] 178: Checking tracker ** [21:21:33 2020-06-12] 178: Checking user_migrations ** [21:21:33 2020-06-12] 178: Checking batch_updates ** [21:21:33 2020-06-12] 178: Checking gears ** [21:21:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:21:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:38 2020-06-12] 178: Checking imports ** [21:21:38 2020-06-12] 178: Checking exports ** [21:21:38 2020-06-12] 178: Checking users ** [21:21:38 2020-06-12] 178: Checking user_dbs ** [21:21:38 2020-06-12] 178: Checking geocodings ** [21:21:38 2020-06-12] 178: Checking synchronizations ** [21:21:38 2020-06-12] 178: Checking tracker ** [21:21:38 2020-06-12] 178: Checking user_migrations ** [21:21:38 2020-06-12] 178: Checking batch_updates ** [21:21:38 2020-06-12] 178: Checking gears ** [21:21:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:21:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:43 2020-06-12] 178: Checking imports ** [21:21:43 2020-06-12] 178: Checking exports ** [21:21:43 2020-06-12] 178: Checking users ** [21:21:43 2020-06-12] 178: Checking user_dbs ** [21:21:43 2020-06-12] 178: Checking geocodings ** [21:21:43 2020-06-12] 178: Checking synchronizations ** [21:21:43 2020-06-12] 178: Checking tracker ** [21:21:43 2020-06-12] 178: Checking user_migrations ** [21:21:43 2020-06-12] 178: Checking batch_updates ** [21:21:43 2020-06-12] 178: Checking gears ** [21:21:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:21:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:48 2020-06-12] 178: Checking imports ** [21:21:48 2020-06-12] 178: Checking exports ** [21:21:48 2020-06-12] 178: Checking users ** [21:21:48 2020-06-12] 178: Checking user_dbs ** [21:21:48 2020-06-12] 178: Checking geocodings ** [21:21:48 2020-06-12] 178: Checking synchronizations ** [21:21:48 2020-06-12] 178: Checking tracker ** [21:21:48 2020-06-12] 178: Checking user_migrations ** [21:21:48 2020-06-12] 178: Checking batch_updates ** [21:21:48 2020-06-12] 178: Checking gears ** [21:21:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:21:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:53 2020-06-12] 178: Checking imports ** [21:21:53 2020-06-12] 178: Checking exports ** [21:21:53 2020-06-12] 178: Checking users ** [21:21:53 2020-06-12] 178: Checking user_dbs ** [21:21:53 2020-06-12] 178: Checking geocodings ** [21:21:53 2020-06-12] 178: Checking synchronizations ** [21:21:53 2020-06-12] 178: Checking tracker ** [21:21:53 2020-06-12] 178: Checking user_migrations ** [21:21:53 2020-06-12] 178: Checking batch_updates ** [21:21:53 2020-06-12] 178: Checking gears ** [21:21:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:21:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:58 2020-06-12] 178: Checking imports ** [21:21:58 2020-06-12] 178: Checking exports ** [21:21:58 2020-06-12] 178: Checking users ** [21:21:58 2020-06-12] 178: Checking user_dbs ** [21:21:58 2020-06-12] 178: Checking geocodings ** [21:21:58 2020-06-12] 178: Checking synchronizations ** [21:21:58 2020-06-12] 178: Checking tracker ** [21:21:58 2020-06-12] 178: Checking user_migrations ** [21:21:58 2020-06-12] 178: Checking batch_updates ** [21:21:58 2020-06-12] 178: Checking gears ** [21:21:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:21:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:03 2020-06-12] 178: Checking imports ** [21:22:03 2020-06-12] 178: Checking exports ** [21:22:03 2020-06-12] 178: Checking users ** [21:22:03 2020-06-12] 178: Checking user_dbs ** [21:22:03 2020-06-12] 178: Checking geocodings ** [21:22:03 2020-06-12] 178: Checking synchronizations ** [21:22:03 2020-06-12] 178: Checking tracker ** [21:22:03 2020-06-12] 178: Checking user_migrations ** [21:22:03 2020-06-12] 178: Checking batch_updates ** [21:22:03 2020-06-12] 178: Checking gears ** [21:22:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:22:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:08 2020-06-12] 178: Checking imports ** [21:22:08 2020-06-12] 178: Checking exports ** [21:22:08 2020-06-12] 178: Checking users ** [21:22:08 2020-06-12] 178: Checking user_dbs ** [21:22:08 2020-06-12] 178: Checking geocodings ** [21:22:08 2020-06-12] 178: Checking synchronizations ** [21:22:08 2020-06-12] 178: Checking tracker ** [21:22:08 2020-06-12] 178: Checking user_migrations ** [21:22:08 2020-06-12] 178: Checking batch_updates ** [21:22:08 2020-06-12] 178: Checking gears ** [21:22:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:22:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:13 2020-06-12] 178: Checking imports ** [21:22:13 2020-06-12] 178: Checking exports ** [21:22:13 2020-06-12] 178: Checking users ** [21:22:13 2020-06-12] 178: Checking user_dbs ** [21:22:13 2020-06-12] 178: Checking geocodings ** [21:22:13 2020-06-12] 178: Checking synchronizations ** [21:22:13 2020-06-12] 178: Checking tracker ** [21:22:13 2020-06-12] 178: Checking user_migrations ** [21:22:13 2020-06-12] 178: Checking batch_updates ** [21:22:13 2020-06-12] 178: Checking gears ** [21:22:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:22:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:18 2020-06-12] 178: Checking imports ** [21:22:18 2020-06-12] 178: Checking exports ** [21:22:18 2020-06-12] 178: Checking users ** [21:22:18 2020-06-12] 178: Checking user_dbs ** [21:22:18 2020-06-12] 178: Checking geocodings ** [21:22:18 2020-06-12] 178: Checking synchronizations ** [21:22:18 2020-06-12] 178: Checking tracker ** [21:22:18 2020-06-12] 178: Checking user_migrations ** [21:22:18 2020-06-12] 178: Checking batch_updates ** [21:22:18 2020-06-12] 178: Checking gears ** [21:22:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:22:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:23 2020-06-12] 178: Checking imports ** [21:22:23 2020-06-12] 178: Checking exports ** [21:22:23 2020-06-12] 178: Checking users ** [21:22:23 2020-06-12] 178: Checking user_dbs ** [21:22:23 2020-06-12] 178: Checking geocodings ** [21:22:23 2020-06-12] 178: Checking synchronizations ** [21:22:23 2020-06-12] 178: Checking tracker ** [21:22:23 2020-06-12] 178: Checking user_migrations ** [21:22:23 2020-06-12] 178: Checking batch_updates ** [21:22:23 2020-06-12] 178: Checking gears ** [21:22:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:22:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:28 2020-06-12] 178: Checking imports ** [21:22:28 2020-06-12] 178: Checking exports ** [21:22:28 2020-06-12] 178: Checking users ** [21:22:28 2020-06-12] 178: Checking user_dbs ** [21:22:28 2020-06-12] 178: Checking geocodings ** [21:22:28 2020-06-12] 178: Checking synchronizations ** [21:22:28 2020-06-12] 178: Checking tracker ** [21:22:28 2020-06-12] 178: Checking user_migrations ** [21:22:28 2020-06-12] 178: Checking batch_updates ** [21:22:28 2020-06-12] 178: Checking gears ** [21:22:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:22:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:33 2020-06-12] 178: Checking imports ** [21:22:33 2020-06-12] 178: Checking exports ** [21:22:33 2020-06-12] 178: Checking users ** [21:22:33 2020-06-12] 178: Checking user_dbs ** [21:22:33 2020-06-12] 178: Checking geocodings ** [21:22:33 2020-06-12] 178: Checking synchronizations ** [21:22:33 2020-06-12] 178: Checking tracker ** [21:22:33 2020-06-12] 178: Checking user_migrations ** [21:22:33 2020-06-12] 178: Checking batch_updates ** [21:22:33 2020-06-12] 178: Checking gears ** [21:22:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:22:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:38 2020-06-12] 178: Checking imports ** [21:22:38 2020-06-12] 178: Checking exports ** [21:22:38 2020-06-12] 178: Checking users ** [21:22:38 2020-06-12] 178: Checking user_dbs ** [21:22:38 2020-06-12] 178: Checking geocodings ** [21:22:38 2020-06-12] 178: Checking synchronizations ** [21:22:38 2020-06-12] 178: Checking tracker ** [21:22:38 2020-06-12] 178: Checking user_migrations ** [21:22:38 2020-06-12] 178: Checking batch_updates ** [21:22:38 2020-06-12] 178: Checking gears ** [21:22:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:22:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:43 2020-06-12] 178: Checking imports ** [21:22:43 2020-06-12] 178: Checking exports ** [21:22:43 2020-06-12] 178: Checking users ** [21:22:43 2020-06-12] 178: Checking user_dbs ** [21:22:43 2020-06-12] 178: Checking geocodings ** [21:22:43 2020-06-12] 178: Checking synchronizations ** [21:22:43 2020-06-12] 178: Checking tracker ** [21:22:43 2020-06-12] 178: Checking user_migrations ** [21:22:43 2020-06-12] 178: Checking batch_updates ** [21:22:43 2020-06-12] 178: Checking gears ** [21:22:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:22:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:48 2020-06-12] 178: Checking imports ** [21:22:48 2020-06-12] 178: Checking exports ** [21:22:48 2020-06-12] 178: Checking users ** [21:22:48 2020-06-12] 178: Checking user_dbs ** [21:22:48 2020-06-12] 178: Checking geocodings ** [21:22:48 2020-06-12] 178: Checking synchronizations ** [21:22:48 2020-06-12] 178: Checking tracker ** [21:22:48 2020-06-12] 178: Checking user_migrations ** [21:22:48 2020-06-12] 178: Checking batch_updates ** [21:22:48 2020-06-12] 178: Checking gears ** [21:22:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:22:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:53 2020-06-12] 178: Checking imports ** [21:22:53 2020-06-12] 178: Checking exports ** [21:22:53 2020-06-12] 178: Checking users ** [21:22:53 2020-06-12] 178: Checking user_dbs ** [21:22:53 2020-06-12] 178: Checking geocodings ** [21:22:53 2020-06-12] 178: Checking synchronizations ** [21:22:53 2020-06-12] 178: Checking tracker ** [21:22:53 2020-06-12] 178: Checking user_migrations ** [21:22:53 2020-06-12] 178: Checking batch_updates ** [21:22:53 2020-06-12] 178: Checking gears ** [21:22:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:22:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:58 2020-06-12] 178: Checking imports ** [21:22:58 2020-06-12] 178: Checking exports ** [21:22:58 2020-06-12] 178: Checking users ** [21:22:58 2020-06-12] 178: Checking user_dbs ** [21:22:58 2020-06-12] 178: Checking geocodings ** [21:22:58 2020-06-12] 178: Checking synchronizations ** [21:22:58 2020-06-12] 178: Checking tracker ** [21:22:58 2020-06-12] 178: Checking user_migrations ** [21:22:58 2020-06-12] 178: Checking batch_updates ** [21:22:58 2020-06-12] 178: Checking gears ** [21:22:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:22:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:03 2020-06-12] 178: Checking imports ** [21:23:03 2020-06-12] 178: Checking exports ** [21:23:03 2020-06-12] 178: Checking users ** [21:23:03 2020-06-12] 178: Checking user_dbs ** [21:23:03 2020-06-12] 178: Checking geocodings ** [21:23:03 2020-06-12] 178: Checking synchronizations ** [21:23:03 2020-06-12] 178: Checking tracker ** [21:23:03 2020-06-12] 178: Checking user_migrations ** [21:23:03 2020-06-12] 178: Checking batch_updates ** [21:23:03 2020-06-12] 178: Checking gears ** [21:23:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:23:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:08 2020-06-12] 178: Checking imports ** [21:23:08 2020-06-12] 178: Checking exports ** [21:23:08 2020-06-12] 178: Checking users ** [21:23:08 2020-06-12] 178: Checking user_dbs ** [21:23:08 2020-06-12] 178: Checking geocodings ** [21:23:08 2020-06-12] 178: Checking synchronizations ** [21:23:08 2020-06-12] 178: Checking tracker ** [21:23:08 2020-06-12] 178: Checking user_migrations ** [21:23:08 2020-06-12] 178: Checking batch_updates ** [21:23:08 2020-06-12] 178: Checking gears ** [21:23:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:23:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:13 2020-06-12] 178: Checking imports ** [21:23:13 2020-06-12] 178: Checking exports ** [21:23:13 2020-06-12] 178: Checking users ** [21:23:13 2020-06-12] 178: Checking user_dbs ** [21:23:13 2020-06-12] 178: Checking geocodings ** [21:23:13 2020-06-12] 178: Checking synchronizations ** [21:23:13 2020-06-12] 178: Checking tracker ** [21:23:13 2020-06-12] 178: Checking user_migrations ** [21:23:13 2020-06-12] 178: Checking batch_updates ** [21:23:13 2020-06-12] 178: Checking gears ** [21:23:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:23:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:18 2020-06-12] 178: Checking imports ** [21:23:18 2020-06-12] 178: Checking exports ** [21:23:18 2020-06-12] 178: Checking users ** [21:23:18 2020-06-12] 178: Checking user_dbs ** [21:23:18 2020-06-12] 178: Checking geocodings ** [21:23:18 2020-06-12] 178: Checking synchronizations ** [21:23:18 2020-06-12] 178: Checking tracker ** [21:23:18 2020-06-12] 178: Checking user_migrations ** [21:23:18 2020-06-12] 178: Checking batch_updates ** [21:23:18 2020-06-12] 178: Checking gears ** [21:23:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:23:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:23 2020-06-12] 178: Checking imports ** [21:23:23 2020-06-12] 178: Checking exports ** [21:23:23 2020-06-12] 178: Checking users ** [21:23:23 2020-06-12] 178: Checking user_dbs ** [21:23:23 2020-06-12] 178: Checking geocodings ** [21:23:23 2020-06-12] 178: Checking synchronizations ** [21:23:23 2020-06-12] 178: Checking tracker ** [21:23:23 2020-06-12] 178: Checking user_migrations ** [21:23:23 2020-06-12] 178: Checking batch_updates ** [21:23:23 2020-06-12] 178: Checking gears ** [21:23:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:23:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:28 2020-06-12] 178: Checking imports ** [21:23:28 2020-06-12] 178: Checking exports ** [21:23:28 2020-06-12] 178: Checking users ** [21:23:28 2020-06-12] 178: Checking user_dbs ** [21:23:28 2020-06-12] 178: Checking geocodings ** [21:23:28 2020-06-12] 178: Checking synchronizations ** [21:23:28 2020-06-12] 178: Checking tracker ** [21:23:28 2020-06-12] 178: Checking user_migrations ** [21:23:28 2020-06-12] 178: Checking batch_updates ** [21:23:28 2020-06-12] 178: Checking gears ** [21:23:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:23:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:33 2020-06-12] 178: Checking imports ** [21:23:33 2020-06-12] 178: Checking exports ** [21:23:33 2020-06-12] 178: Checking users ** [21:23:33 2020-06-12] 178: Checking user_dbs ** [21:23:33 2020-06-12] 178: Checking geocodings ** [21:23:33 2020-06-12] 178: Checking synchronizations ** [21:23:33 2020-06-12] 178: Checking tracker ** [21:23:33 2020-06-12] 178: Checking user_migrations ** [21:23:33 2020-06-12] 178: Checking batch_updates ** [21:23:33 2020-06-12] 178: Checking gears ** [21:23:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:23:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:38 2020-06-12] 178: Checking imports ** [21:23:38 2020-06-12] 178: Checking exports ** [21:23:38 2020-06-12] 178: Checking users ** [21:23:38 2020-06-12] 178: Checking user_dbs ** [21:23:38 2020-06-12] 178: Checking geocodings ** [21:23:38 2020-06-12] 178: Checking synchronizations ** [21:23:38 2020-06-12] 178: Checking tracker ** [21:23:38 2020-06-12] 178: Checking user_migrations ** [21:23:38 2020-06-12] 178: Checking batch_updates ** [21:23:39 2020-06-12] 178: Checking gears ** [21:23:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:23:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:44 2020-06-12] 178: Checking imports ** [21:23:44 2020-06-12] 178: Checking exports ** [21:23:44 2020-06-12] 178: Checking users ** [21:23:44 2020-06-12] 178: Checking user_dbs ** [21:23:44 2020-06-12] 178: Checking geocodings ** [21:23:44 2020-06-12] 178: Checking synchronizations ** [21:23:44 2020-06-12] 178: Checking tracker ** [21:23:44 2020-06-12] 178: Checking user_migrations ** [21:23:44 2020-06-12] 178: Checking batch_updates ** [21:23:44 2020-06-12] 178: Checking gears ** [21:23:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:23:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:49 2020-06-12] 178: Checking imports ** [21:23:49 2020-06-12] 178: Checking exports ** [21:23:49 2020-06-12] 178: Checking users ** [21:23:49 2020-06-12] 178: Checking user_dbs ** [21:23:49 2020-06-12] 178: Checking geocodings ** [21:23:49 2020-06-12] 178: Checking synchronizations ** [21:23:49 2020-06-12] 178: Checking tracker ** [21:23:49 2020-06-12] 178: Checking user_migrations ** [21:23:49 2020-06-12] 178: Checking batch_updates ** [21:23:49 2020-06-12] 178: Checking gears ** [21:23:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:23:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:54 2020-06-12] 178: Checking imports ** [21:23:54 2020-06-12] 178: Checking exports ** [21:23:54 2020-06-12] 178: Checking users ** [21:23:54 2020-06-12] 178: Checking user_dbs ** [21:23:54 2020-06-12] 178: Checking geocodings ** [21:23:54 2020-06-12] 178: Checking synchronizations ** [21:23:54 2020-06-12] 178: Checking tracker ** [21:23:54 2020-06-12] 178: Checking user_migrations ** [21:23:54 2020-06-12] 178: Checking batch_updates ** [21:23:54 2020-06-12] 178: Checking gears ** [21:23:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:23:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:59 2020-06-12] 178: Checking imports ** [21:23:59 2020-06-12] 178: Checking exports ** [21:23:59 2020-06-12] 178: Checking users ** [21:23:59 2020-06-12] 178: Checking user_dbs ** [21:23:59 2020-06-12] 178: Checking geocodings ** [21:23:59 2020-06-12] 178: Checking synchronizations ** [21:23:59 2020-06-12] 178: Checking tracker ** [21:23:59 2020-06-12] 178: Checking user_migrations ** [21:23:59 2020-06-12] 178: Checking batch_updates ** [21:23:59 2020-06-12] 178: Checking gears ** [21:23:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:23:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:04 2020-06-12] 178: Checking imports ** [21:24:04 2020-06-12] 178: Checking exports ** [21:24:04 2020-06-12] 178: Checking users ** [21:24:04 2020-06-12] 178: Checking user_dbs ** [21:24:04 2020-06-12] 178: Checking geocodings ** [21:24:04 2020-06-12] 178: Checking synchronizations ** [21:24:04 2020-06-12] 178: Checking tracker ** [21:24:04 2020-06-12] 178: Checking user_migrations ** [21:24:04 2020-06-12] 178: Checking batch_updates ** [21:24:04 2020-06-12] 178: Checking gears ** [21:24:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:24:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:09 2020-06-12] 178: Checking imports ** [21:24:09 2020-06-12] 178: Checking exports ** [21:24:09 2020-06-12] 178: Checking users ** [21:24:09 2020-06-12] 178: Checking user_dbs ** [21:24:09 2020-06-12] 178: Checking geocodings ** [21:24:09 2020-06-12] 178: Checking synchronizations ** [21:24:09 2020-06-12] 178: Checking tracker ** [21:24:09 2020-06-12] 178: Checking user_migrations ** [21:24:09 2020-06-12] 178: Checking batch_updates ** [21:24:09 2020-06-12] 178: Checking gears ** [21:24:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:24:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:14 2020-06-12] 178: Checking imports ** [21:24:14 2020-06-12] 178: Checking exports ** [21:24:14 2020-06-12] 178: Checking users ** [21:24:14 2020-06-12] 178: Checking user_dbs ** [21:24:14 2020-06-12] 178: Checking geocodings ** [21:24:14 2020-06-12] 178: Checking synchronizations ** [21:24:14 2020-06-12] 178: Checking tracker ** [21:24:14 2020-06-12] 178: Checking user_migrations ** [21:24:14 2020-06-12] 178: Checking batch_updates ** [21:24:14 2020-06-12] 178: Checking gears ** [21:24:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:24:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:19 2020-06-12] 178: Checking imports ** [21:24:19 2020-06-12] 178: Checking exports ** [21:24:19 2020-06-12] 178: Checking users ** [21:24:19 2020-06-12] 178: Checking user_dbs ** [21:24:19 2020-06-12] 178: Checking geocodings ** [21:24:19 2020-06-12] 178: Checking synchronizations ** [21:24:19 2020-06-12] 178: Checking tracker ** [21:24:19 2020-06-12] 178: Checking user_migrations ** [21:24:19 2020-06-12] 178: Checking batch_updates ** [21:24:19 2020-06-12] 178: Checking gears ** [21:24:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:24:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:24 2020-06-12] 178: Checking imports ** [21:24:24 2020-06-12] 178: Checking exports ** [21:24:24 2020-06-12] 178: Checking users ** [21:24:24 2020-06-12] 178: Checking user_dbs ** [21:24:24 2020-06-12] 178: Checking geocodings ** [21:24:24 2020-06-12] 178: Checking synchronizations ** [21:24:24 2020-06-12] 178: Checking tracker ** [21:24:24 2020-06-12] 178: Checking user_migrations ** [21:24:24 2020-06-12] 178: Checking batch_updates ** [21:24:24 2020-06-12] 178: Checking gears ** [21:24:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:24:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:29 2020-06-12] 178: Checking imports ** [21:24:29 2020-06-12] 178: Checking exports ** [21:24:29 2020-06-12] 178: Checking users ** [21:24:29 2020-06-12] 178: Checking user_dbs ** [21:24:29 2020-06-12] 178: Checking geocodings ** [21:24:29 2020-06-12] 178: Checking synchronizations ** [21:24:29 2020-06-12] 178: Checking tracker ** [21:24:29 2020-06-12] 178: Checking user_migrations ** [21:24:29 2020-06-12] 178: Checking batch_updates ** [21:24:29 2020-06-12] 178: Checking gears ** [21:24:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:24:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:34 2020-06-12] 178: Checking imports ** [21:24:34 2020-06-12] 178: Checking exports ** [21:24:34 2020-06-12] 178: Checking users ** [21:24:34 2020-06-12] 178: Checking user_dbs ** [21:24:34 2020-06-12] 178: Checking geocodings ** [21:24:34 2020-06-12] 178: Checking synchronizations ** [21:24:34 2020-06-12] 178: Checking tracker ** [21:24:34 2020-06-12] 178: Checking user_migrations ** [21:24:34 2020-06-12] 178: Checking batch_updates ** [21:24:34 2020-06-12] 178: Checking gears ** [21:24:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:24:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:39 2020-06-12] 178: Checking imports ** [21:24:39 2020-06-12] 178: Checking exports ** [21:24:39 2020-06-12] 178: Checking users ** [21:24:39 2020-06-12] 178: Checking user_dbs ** [21:24:39 2020-06-12] 178: Checking geocodings ** [21:24:39 2020-06-12] 178: Checking synchronizations ** [21:24:39 2020-06-12] 178: Checking tracker ** [21:24:39 2020-06-12] 178: Checking user_migrations ** [21:24:39 2020-06-12] 178: Checking batch_updates ** [21:24:39 2020-06-12] 178: Checking gears ** [21:24:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:24:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:44 2020-06-12] 178: Checking imports ** [21:24:44 2020-06-12] 178: Checking exports ** [21:24:44 2020-06-12] 178: Checking users ** [21:24:44 2020-06-12] 178: Checking user_dbs ** [21:24:44 2020-06-12] 178: Checking geocodings ** [21:24:44 2020-06-12] 178: Checking synchronizations ** [21:24:44 2020-06-12] 178: Checking tracker ** [21:24:44 2020-06-12] 178: Checking user_migrations ** [21:24:44 2020-06-12] 178: Checking batch_updates ** [21:24:44 2020-06-12] 178: Checking gears ** [21:24:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:24:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:49 2020-06-12] 178: Checking imports ** [21:24:49 2020-06-12] 178: Checking exports ** [21:24:49 2020-06-12] 178: Checking users ** [21:24:49 2020-06-12] 178: Checking user_dbs ** [21:24:49 2020-06-12] 178: Checking geocodings ** [21:24:49 2020-06-12] 178: Checking synchronizations ** [21:24:49 2020-06-12] 178: Checking tracker ** [21:24:49 2020-06-12] 178: Checking user_migrations ** [21:24:49 2020-06-12] 178: Checking batch_updates ** [21:24:49 2020-06-12] 178: Checking gears ** [21:24:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:24:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:54 2020-06-12] 178: Checking imports ** [21:24:54 2020-06-12] 178: Checking exports ** [21:24:54 2020-06-12] 178: Checking users ** [21:24:54 2020-06-12] 178: Checking user_dbs ** [21:24:54 2020-06-12] 178: Checking geocodings ** [21:24:54 2020-06-12] 178: Checking synchronizations ** [21:24:54 2020-06-12] 178: Checking tracker ** [21:24:54 2020-06-12] 178: Checking user_migrations ** [21:24:54 2020-06-12] 178: Checking batch_updates ** [21:24:54 2020-06-12] 178: Checking gears ** [21:24:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:24:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:59 2020-06-12] 178: Checking imports ** [21:24:59 2020-06-12] 178: Checking exports ** [21:24:59 2020-06-12] 178: Checking users ** [21:24:59 2020-06-12] 178: Checking user_dbs ** [21:24:59 2020-06-12] 178: Checking geocodings ** [21:24:59 2020-06-12] 178: Checking synchronizations ** [21:24:59 2020-06-12] 178: Checking tracker ** [21:24:59 2020-06-12] 178: Checking user_migrations ** [21:24:59 2020-06-12] 178: Checking batch_updates ** [21:24:59 2020-06-12] 178: Checking gears ** [21:24:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:24:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:04 2020-06-12] 178: Checking imports ** [21:25:04 2020-06-12] 178: Checking exports ** [21:25:04 2020-06-12] 178: Checking users ** [21:25:04 2020-06-12] 178: Checking user_dbs ** [21:25:04 2020-06-12] 178: Checking geocodings ** [21:25:04 2020-06-12] 178: Checking synchronizations ** [21:25:04 2020-06-12] 178: Checking tracker ** [21:25:04 2020-06-12] 178: Checking user_migrations ** [21:25:04 2020-06-12] 178: Checking batch_updates ** [21:25:04 2020-06-12] 178: Checking gears ** [21:25:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:25:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:09 2020-06-12] 178: Checking imports ** [21:25:09 2020-06-12] 178: Checking exports ** [21:25:09 2020-06-12] 178: Checking users ** [21:25:09 2020-06-12] 178: Checking user_dbs ** [21:25:09 2020-06-12] 178: Checking geocodings ** [21:25:09 2020-06-12] 178: Checking synchronizations ** [21:25:09 2020-06-12] 178: Checking tracker ** [21:25:09 2020-06-12] 178: Checking user_migrations ** [21:25:09 2020-06-12] 178: Checking batch_updates ** [21:25:09 2020-06-12] 178: Checking gears ** [21:25:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:25:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:14 2020-06-12] 178: Checking imports ** [21:25:14 2020-06-12] 178: Checking exports ** [21:25:14 2020-06-12] 178: Checking users ** [21:25:14 2020-06-12] 178: Checking user_dbs ** [21:25:14 2020-06-12] 178: Checking geocodings ** [21:25:14 2020-06-12] 178: Checking synchronizations ** [21:25:14 2020-06-12] 178: Checking tracker ** [21:25:14 2020-06-12] 178: Checking user_migrations ** [21:25:14 2020-06-12] 178: Checking batch_updates ** [21:25:14 2020-06-12] 178: Checking gears ** [21:25:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:25:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:19 2020-06-12] 178: Checking imports ** [21:25:19 2020-06-12] 178: Checking exports ** [21:25:19 2020-06-12] 178: Checking users ** [21:25:19 2020-06-12] 178: Checking user_dbs ** [21:25:19 2020-06-12] 178: Checking geocodings ** [21:25:19 2020-06-12] 178: Checking synchronizations ** [21:25:19 2020-06-12] 178: Checking tracker ** [21:25:19 2020-06-12] 178: Checking user_migrations ** [21:25:19 2020-06-12] 178: Checking batch_updates ** [21:25:19 2020-06-12] 178: Checking gears ** [21:25:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:25:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:24 2020-06-12] 178: Checking imports ** [21:25:24 2020-06-12] 178: Checking exports ** [21:25:24 2020-06-12] 178: Checking users ** [21:25:24 2020-06-12] 178: Checking user_dbs ** [21:25:24 2020-06-12] 178: Checking geocodings ** [21:25:24 2020-06-12] 178: Checking synchronizations ** [21:25:24 2020-06-12] 178: Checking tracker ** [21:25:24 2020-06-12] 178: Checking user_migrations ** [21:25:24 2020-06-12] 178: Checking batch_updates ** [21:25:24 2020-06-12] 178: Checking gears ** [21:25:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:25:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:29 2020-06-12] 178: Checking imports ** [21:25:29 2020-06-12] 178: Checking exports ** [21:25:29 2020-06-12] 178: Checking users ** [21:25:29 2020-06-12] 178: Checking user_dbs ** [21:25:29 2020-06-12] 178: Checking geocodings ** [21:25:29 2020-06-12] 178: Checking synchronizations ** [21:25:29 2020-06-12] 178: Checking tracker ** [21:25:29 2020-06-12] 178: Checking user_migrations ** [21:25:29 2020-06-12] 178: Checking batch_updates ** [21:25:29 2020-06-12] 178: Checking gears ** [21:25:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:25:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:34 2020-06-12] 178: Checking imports ** [21:25:34 2020-06-12] 178: Checking exports ** [21:25:34 2020-06-12] 178: Checking users ** [21:25:34 2020-06-12] 178: Checking user_dbs ** [21:25:34 2020-06-12] 178: Checking geocodings ** [21:25:34 2020-06-12] 178: Checking synchronizations ** [21:25:34 2020-06-12] 178: Checking tracker ** [21:25:34 2020-06-12] 178: Checking user_migrations ** [21:25:34 2020-06-12] 178: Checking batch_updates ** [21:25:34 2020-06-12] 178: Checking gears ** [21:25:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:25:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:39 2020-06-12] 178: Checking imports ** [21:25:39 2020-06-12] 178: Checking exports ** [21:25:39 2020-06-12] 178: Checking users ** [21:25:39 2020-06-12] 178: Checking user_dbs ** [21:25:39 2020-06-12] 178: Checking geocodings ** [21:25:39 2020-06-12] 178: Checking synchronizations ** [21:25:39 2020-06-12] 178: Checking tracker ** [21:25:39 2020-06-12] 178: Checking user_migrations ** [21:25:39 2020-06-12] 178: Checking batch_updates ** [21:25:39 2020-06-12] 178: Checking gears ** [21:25:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:25:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:44 2020-06-12] 178: Checking imports ** [21:25:44 2020-06-12] 178: Checking exports ** [21:25:44 2020-06-12] 178: Checking users ** [21:25:44 2020-06-12] 178: Checking user_dbs ** [21:25:44 2020-06-12] 178: Checking geocodings ** [21:25:44 2020-06-12] 178: Checking synchronizations ** [21:25:44 2020-06-12] 178: Checking tracker ** [21:25:44 2020-06-12] 178: Checking user_migrations ** [21:25:44 2020-06-12] 178: Checking batch_updates ** [21:25:44 2020-06-12] 178: Checking gears ** [21:25:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:25:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:49 2020-06-12] 178: Checking imports ** [21:25:49 2020-06-12] 178: Checking exports ** [21:25:49 2020-06-12] 178: Checking users ** [21:25:49 2020-06-12] 178: Checking user_dbs ** [21:25:49 2020-06-12] 178: Checking geocodings ** [21:25:49 2020-06-12] 178: Checking synchronizations ** [21:25:49 2020-06-12] 178: Checking tracker ** [21:25:49 2020-06-12] 178: Checking user_migrations ** [21:25:49 2020-06-12] 178: Checking batch_updates ** [21:25:49 2020-06-12] 178: Checking gears ** [21:25:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:25:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:54 2020-06-12] 178: Checking imports ** [21:25:54 2020-06-12] 178: Checking exports ** [21:25:54 2020-06-12] 178: Checking users ** [21:25:54 2020-06-12] 178: Checking user_dbs ** [21:25:54 2020-06-12] 178: Checking geocodings ** [21:25:54 2020-06-12] 178: Checking synchronizations ** [21:25:54 2020-06-12] 178: Checking tracker ** [21:25:54 2020-06-12] 178: Checking user_migrations ** [21:25:54 2020-06-12] 178: Checking batch_updates ** [21:25:54 2020-06-12] 178: Checking gears ** [21:25:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:25:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:59 2020-06-12] 178: Checking imports ** [21:25:59 2020-06-12] 178: Checking exports ** [21:25:59 2020-06-12] 178: Checking users ** [21:25:59 2020-06-12] 178: Checking user_dbs ** [21:25:59 2020-06-12] 178: Checking geocodings ** [21:25:59 2020-06-12] 178: Checking synchronizations ** [21:25:59 2020-06-12] 178: Checking tracker ** [21:25:59 2020-06-12] 178: Checking user_migrations ** [21:25:59 2020-06-12] 178: Checking batch_updates ** [21:25:59 2020-06-12] 178: Checking gears ** [21:25:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:25:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:04 2020-06-12] 178: Checking imports ** [21:26:04 2020-06-12] 178: Checking exports ** [21:26:04 2020-06-12] 178: Checking users ** [21:26:04 2020-06-12] 178: Checking user_dbs ** [21:26:04 2020-06-12] 178: Checking geocodings ** [21:26:04 2020-06-12] 178: Checking synchronizations ** [21:26:04 2020-06-12] 178: Checking tracker ** [21:26:04 2020-06-12] 178: Checking user_migrations ** [21:26:04 2020-06-12] 178: Checking batch_updates ** [21:26:04 2020-06-12] 178: Checking gears ** [21:26:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:26:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:09 2020-06-12] 178: Checking imports ** [21:26:09 2020-06-12] 178: Checking exports ** [21:26:09 2020-06-12] 178: Checking users ** [21:26:09 2020-06-12] 178: Checking user_dbs ** [21:26:09 2020-06-12] 178: Checking geocodings ** [21:26:09 2020-06-12] 178: Checking synchronizations ** [21:26:09 2020-06-12] 178: Checking tracker ** [21:26:09 2020-06-12] 178: Checking user_migrations ** [21:26:09 2020-06-12] 178: Checking batch_updates ** [21:26:09 2020-06-12] 178: Checking gears ** [21:26:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:26:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:14 2020-06-12] 178: Checking imports ** [21:26:14 2020-06-12] 178: Checking exports ** [21:26:14 2020-06-12] 178: Checking users ** [21:26:14 2020-06-12] 178: Checking user_dbs ** [21:26:14 2020-06-12] 178: Checking geocodings ** [21:26:14 2020-06-12] 178: Checking synchronizations ** [21:26:14 2020-06-12] 178: Checking tracker ** [21:26:14 2020-06-12] 178: Checking user_migrations ** [21:26:14 2020-06-12] 178: Checking batch_updates ** [21:26:14 2020-06-12] 178: Checking gears ** [21:26:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:26:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:19 2020-06-12] 178: Checking imports ** [21:26:19 2020-06-12] 178: Checking exports ** [21:26:19 2020-06-12] 178: Checking users ** [21:26:19 2020-06-12] 178: Checking user_dbs ** [21:26:19 2020-06-12] 178: Checking geocodings ** [21:26:19 2020-06-12] 178: Checking synchronizations ** [21:26:19 2020-06-12] 178: Checking tracker ** [21:26:19 2020-06-12] 178: Checking user_migrations ** [21:26:19 2020-06-12] 178: Checking batch_updates ** [21:26:19 2020-06-12] 178: Checking gears ** [21:26:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:26:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:24 2020-06-12] 178: Checking imports ** [21:26:24 2020-06-12] 178: Checking exports ** [21:26:24 2020-06-12] 178: Checking users ** [21:26:24 2020-06-12] 178: Checking user_dbs ** [21:26:24 2020-06-12] 178: Checking geocodings ** [21:26:24 2020-06-12] 178: Checking synchronizations ** [21:26:24 2020-06-12] 178: Checking tracker ** [21:26:24 2020-06-12] 178: Checking user_migrations ** [21:26:24 2020-06-12] 178: Checking batch_updates ** [21:26:24 2020-06-12] 178: Checking gears ** [21:26:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:26:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:29 2020-06-12] 178: Checking imports ** [21:26:29 2020-06-12] 178: Checking exports ** [21:26:29 2020-06-12] 178: Checking users ** [21:26:29 2020-06-12] 178: Checking user_dbs ** [21:26:29 2020-06-12] 178: Checking geocodings ** [21:26:29 2020-06-12] 178: Checking synchronizations ** [21:26:29 2020-06-12] 178: Checking tracker ** [21:26:29 2020-06-12] 178: Checking user_migrations ** [21:26:29 2020-06-12] 178: Checking batch_updates ** [21:26:29 2020-06-12] 178: Checking gears ** [21:26:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:26:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:34 2020-06-12] 178: Checking imports ** [21:26:34 2020-06-12] 178: Checking exports ** [21:26:34 2020-06-12] 178: Checking users ** [21:26:34 2020-06-12] 178: Checking user_dbs ** [21:26:34 2020-06-12] 178: Checking geocodings ** [21:26:34 2020-06-12] 178: Checking synchronizations ** [21:26:34 2020-06-12] 178: Checking tracker ** [21:26:34 2020-06-12] 178: Checking user_migrations ** [21:26:34 2020-06-12] 178: Checking batch_updates ** [21:26:34 2020-06-12] 178: Checking gears ** [21:26:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:26:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:39 2020-06-12] 178: Checking imports ** [21:26:39 2020-06-12] 178: Checking exports ** [21:26:39 2020-06-12] 178: Checking users ** [21:26:39 2020-06-12] 178: Checking user_dbs ** [21:26:39 2020-06-12] 178: Checking geocodings ** [21:26:39 2020-06-12] 178: Checking synchronizations ** [21:26:39 2020-06-12] 178: Checking tracker ** [21:26:39 2020-06-12] 178: Checking user_migrations ** [21:26:39 2020-06-12] 178: Checking batch_updates ** [21:26:39 2020-06-12] 178: Checking gears ** [21:26:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:26:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:44 2020-06-12] 178: Checking imports ** [21:26:44 2020-06-12] 178: Checking exports ** [21:26:44 2020-06-12] 178: Checking users ** [21:26:44 2020-06-12] 178: Checking user_dbs ** [21:26:44 2020-06-12] 178: Checking geocodings ** [21:26:44 2020-06-12] 178: Checking synchronizations ** [21:26:44 2020-06-12] 178: Checking tracker ** [21:26:44 2020-06-12] 178: Checking user_migrations ** [21:26:44 2020-06-12] 178: Checking batch_updates ** [21:26:44 2020-06-12] 178: Checking gears ** [21:26:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:26:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:49 2020-06-12] 178: Checking imports ** [21:26:49 2020-06-12] 178: Checking exports ** [21:26:49 2020-06-12] 178: Checking users ** [21:26:49 2020-06-12] 178: Checking user_dbs ** [21:26:49 2020-06-12] 178: Checking geocodings ** [21:26:49 2020-06-12] 178: Checking synchronizations ** [21:26:49 2020-06-12] 178: Checking tracker ** [21:26:49 2020-06-12] 178: Checking user_migrations ** [21:26:49 2020-06-12] 178: Checking batch_updates ** [21:26:49 2020-06-12] 178: Checking gears ** [21:26:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:26:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:54 2020-06-12] 178: Checking imports ** [21:26:54 2020-06-12] 178: Checking exports ** [21:26:54 2020-06-12] 178: Checking users ** [21:26:54 2020-06-12] 178: Checking user_dbs ** [21:26:54 2020-06-12] 178: Checking geocodings ** [21:26:54 2020-06-12] 178: Checking synchronizations ** [21:26:54 2020-06-12] 178: Checking tracker ** [21:26:54 2020-06-12] 178: Checking user_migrations ** [21:26:54 2020-06-12] 178: Checking batch_updates ** [21:26:54 2020-06-12] 178: Checking gears ** [21:26:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:26:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:59 2020-06-12] 178: Checking imports ** [21:26:59 2020-06-12] 178: Checking exports ** [21:26:59 2020-06-12] 178: Checking users ** [21:26:59 2020-06-12] 178: Checking user_dbs ** [21:26:59 2020-06-12] 178: Checking geocodings ** [21:26:59 2020-06-12] 178: Checking synchronizations ** [21:26:59 2020-06-12] 178: Checking tracker ** [21:26:59 2020-06-12] 178: Checking user_migrations ** [21:26:59 2020-06-12] 178: Checking batch_updates ** [21:26:59 2020-06-12] 178: Checking gears ** [21:26:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:26:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:04 2020-06-12] 178: Checking imports ** [21:27:04 2020-06-12] 178: Checking exports ** [21:27:04 2020-06-12] 178: Checking users ** [21:27:04 2020-06-12] 178: Checking user_dbs ** [21:27:04 2020-06-12] 178: Checking geocodings ** [21:27:04 2020-06-12] 178: Checking synchronizations ** [21:27:04 2020-06-12] 178: Checking tracker ** [21:27:04 2020-06-12] 178: Checking user_migrations ** [21:27:04 2020-06-12] 178: Checking batch_updates ** [21:27:04 2020-06-12] 178: Checking gears ** [21:27:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:27:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:09 2020-06-12] 178: Checking imports ** [21:27:09 2020-06-12] 178: Checking exports ** [21:27:09 2020-06-12] 178: Checking users ** [21:27:09 2020-06-12] 178: Checking user_dbs ** [21:27:09 2020-06-12] 178: Checking geocodings ** [21:27:09 2020-06-12] 178: Checking synchronizations ** [21:27:09 2020-06-12] 178: Checking tracker ** [21:27:09 2020-06-12] 178: Checking user_migrations ** [21:27:09 2020-06-12] 178: Checking batch_updates ** [21:27:09 2020-06-12] 178: Checking gears ** [21:27:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:27:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:14 2020-06-12] 178: Checking imports ** [21:27:14 2020-06-12] 178: Checking exports ** [21:27:14 2020-06-12] 178: Checking users ** [21:27:14 2020-06-12] 178: Checking user_dbs ** [21:27:14 2020-06-12] 178: Checking geocodings ** [21:27:14 2020-06-12] 178: Checking synchronizations ** [21:27:14 2020-06-12] 178: Checking tracker ** [21:27:14 2020-06-12] 178: Checking user_migrations ** [21:27:14 2020-06-12] 178: Checking batch_updates ** [21:27:14 2020-06-12] 178: Checking gears ** [21:27:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:27:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:19 2020-06-12] 178: Checking imports ** [21:27:19 2020-06-12] 178: Checking exports ** [21:27:19 2020-06-12] 178: Checking users ** [21:27:19 2020-06-12] 178: Checking user_dbs ** [21:27:19 2020-06-12] 178: Checking geocodings ** [21:27:19 2020-06-12] 178: Checking synchronizations ** [21:27:19 2020-06-12] 178: Checking tracker ** [21:27:19 2020-06-12] 178: Checking user_migrations ** [21:27:19 2020-06-12] 178: Checking batch_updates ** [21:27:19 2020-06-12] 178: Checking gears ** [21:27:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:27:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:24 2020-06-12] 178: Checking imports ** [21:27:24 2020-06-12] 178: Checking exports ** [21:27:24 2020-06-12] 178: Checking users ** [21:27:24 2020-06-12] 178: Checking user_dbs ** [21:27:24 2020-06-12] 178: Checking geocodings ** [21:27:24 2020-06-12] 178: Checking synchronizations ** [21:27:24 2020-06-12] 178: Checking tracker ** [21:27:24 2020-06-12] 178: Checking user_migrations ** [21:27:24 2020-06-12] 178: Checking batch_updates ** [21:27:24 2020-06-12] 178: Checking gears ** [21:27:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:27:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:29 2020-06-12] 178: Checking imports ** [21:27:29 2020-06-12] 178: Checking exports ** [21:27:29 2020-06-12] 178: Checking users ** [21:27:29 2020-06-12] 178: Checking user_dbs ** [21:27:29 2020-06-12] 178: Checking geocodings ** [21:27:29 2020-06-12] 178: Checking synchronizations ** [21:27:29 2020-06-12] 178: Checking tracker ** [21:27:29 2020-06-12] 178: Checking user_migrations ** [21:27:29 2020-06-12] 178: Checking batch_updates ** [21:27:29 2020-06-12] 178: Checking gears ** [21:27:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:27:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:34 2020-06-12] 178: Checking imports ** [21:27:34 2020-06-12] 178: Checking exports ** [21:27:34 2020-06-12] 178: Checking users ** [21:27:34 2020-06-12] 178: Checking user_dbs ** [21:27:34 2020-06-12] 178: Checking geocodings ** [21:27:34 2020-06-12] 178: Checking synchronizations ** [21:27:34 2020-06-12] 178: Checking tracker ** [21:27:34 2020-06-12] 178: Checking user_migrations ** [21:27:34 2020-06-12] 178: Checking batch_updates ** [21:27:34 2020-06-12] 178: Checking gears ** [21:27:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:27:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:39 2020-06-12] 178: Checking imports ** [21:27:39 2020-06-12] 178: Checking exports ** [21:27:39 2020-06-12] 178: Checking users ** [21:27:39 2020-06-12] 178: Checking user_dbs ** [21:27:39 2020-06-12] 178: Checking geocodings ** [21:27:39 2020-06-12] 178: Checking synchronizations ** [21:27:39 2020-06-12] 178: Checking tracker ** [21:27:39 2020-06-12] 178: Checking user_migrations ** [21:27:39 2020-06-12] 178: Checking batch_updates ** [21:27:39 2020-06-12] 178: Checking gears ** [21:27:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:27:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:44 2020-06-12] 178: Checking imports ** [21:27:44 2020-06-12] 178: Checking exports ** [21:27:44 2020-06-12] 178: Checking users ** [21:27:44 2020-06-12] 178: Checking user_dbs ** [21:27:44 2020-06-12] 178: Checking geocodings ** [21:27:44 2020-06-12] 178: Checking synchronizations ** [21:27:44 2020-06-12] 178: Checking tracker ** [21:27:44 2020-06-12] 178: Checking user_migrations ** [21:27:44 2020-06-12] 178: Checking batch_updates ** [21:27:44 2020-06-12] 178: Checking gears ** [21:27:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:27:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:49 2020-06-12] 178: Checking imports ** [21:27:49 2020-06-12] 178: Checking exports ** [21:27:49 2020-06-12] 178: Checking users ** [21:27:49 2020-06-12] 178: Checking user_dbs ** [21:27:49 2020-06-12] 178: Checking geocodings ** [21:27:49 2020-06-12] 178: Checking synchronizations ** [21:27:49 2020-06-12] 178: Checking tracker ** [21:27:49 2020-06-12] 178: Checking user_migrations ** [21:27:49 2020-06-12] 178: Checking batch_updates ** [21:27:49 2020-06-12] 178: Checking gears ** [21:27:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:27:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:54 2020-06-12] 178: Checking imports ** [21:27:54 2020-06-12] 178: Checking exports ** [21:27:54 2020-06-12] 178: Checking users ** [21:27:54 2020-06-12] 178: Checking user_dbs ** [21:27:54 2020-06-12] 178: Checking geocodings ** [21:27:54 2020-06-12] 178: Checking synchronizations ** [21:27:54 2020-06-12] 178: Checking tracker ** [21:27:54 2020-06-12] 178: Checking user_migrations ** [21:27:54 2020-06-12] 178: Checking batch_updates ** [21:27:54 2020-06-12] 178: Checking gears ** [21:27:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:27:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:59 2020-06-12] 178: Checking imports ** [21:27:59 2020-06-12] 178: Checking exports ** [21:27:59 2020-06-12] 178: Checking users ** [21:27:59 2020-06-12] 178: Checking user_dbs ** [21:27:59 2020-06-12] 178: Checking geocodings ** [21:27:59 2020-06-12] 178: Checking synchronizations ** [21:27:59 2020-06-12] 178: Checking tracker ** [21:27:59 2020-06-12] 178: Checking user_migrations ** [21:27:59 2020-06-12] 178: Checking batch_updates ** [21:27:59 2020-06-12] 178: Checking gears ** [21:27:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:27:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:04 2020-06-12] 178: Checking imports ** [21:28:04 2020-06-12] 178: Checking exports ** [21:28:04 2020-06-12] 178: Checking users ** [21:28:04 2020-06-12] 178: Checking user_dbs ** [21:28:04 2020-06-12] 178: Checking geocodings ** [21:28:04 2020-06-12] 178: Checking synchronizations ** [21:28:04 2020-06-12] 178: Checking tracker ** [21:28:04 2020-06-12] 178: Checking user_migrations ** [21:28:04 2020-06-12] 178: Checking batch_updates ** [21:28:04 2020-06-12] 178: Checking gears ** [21:28:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:28:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:09 2020-06-12] 178: Checking imports ** [21:28:09 2020-06-12] 178: Checking exports ** [21:28:09 2020-06-12] 178: Checking users ** [21:28:09 2020-06-12] 178: Checking user_dbs ** [21:28:09 2020-06-12] 178: Checking geocodings ** [21:28:09 2020-06-12] 178: Checking synchronizations ** [21:28:09 2020-06-12] 178: Checking tracker ** [21:28:09 2020-06-12] 178: Checking user_migrations ** [21:28:09 2020-06-12] 178: Checking batch_updates ** [21:28:09 2020-06-12] 178: Checking gears ** [21:28:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:28:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:14 2020-06-12] 178: Checking imports ** [21:28:14 2020-06-12] 178: Checking exports ** [21:28:14 2020-06-12] 178: Checking users ** [21:28:14 2020-06-12] 178: Checking user_dbs ** [21:28:14 2020-06-12] 178: Checking geocodings ** [21:28:14 2020-06-12] 178: Checking synchronizations ** [21:28:14 2020-06-12] 178: Checking tracker ** [21:28:14 2020-06-12] 178: Checking user_migrations ** [21:28:14 2020-06-12] 178: Checking batch_updates ** [21:28:14 2020-06-12] 178: Checking gears ** [21:28:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:28:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:19 2020-06-12] 178: Checking imports ** [21:28:19 2020-06-12] 178: Checking exports ** [21:28:19 2020-06-12] 178: Checking users ** [21:28:19 2020-06-12] 178: Checking user_dbs ** [21:28:19 2020-06-12] 178: Checking geocodings ** [21:28:19 2020-06-12] 178: Checking synchronizations ** [21:28:19 2020-06-12] 178: Checking tracker ** [21:28:19 2020-06-12] 178: Checking user_migrations ** [21:28:19 2020-06-12] 178: Checking batch_updates ** [21:28:19 2020-06-12] 178: Checking gears ** [21:28:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:28:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:24 2020-06-12] 178: Checking imports ** [21:28:24 2020-06-12] 178: Checking exports ** [21:28:24 2020-06-12] 178: Checking users ** [21:28:24 2020-06-12] 178: Checking user_dbs ** [21:28:24 2020-06-12] 178: Checking geocodings ** [21:28:24 2020-06-12] 178: Checking synchronizations ** [21:28:24 2020-06-12] 178: Checking tracker ** [21:28:24 2020-06-12] 178: Checking user_migrations ** [21:28:24 2020-06-12] 178: Checking batch_updates ** [21:28:24 2020-06-12] 178: Checking gears ** [21:28:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:28:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:29 2020-06-12] 178: Checking imports ** [21:28:29 2020-06-12] 178: Checking exports ** [21:28:29 2020-06-12] 178: Checking users ** [21:28:29 2020-06-12] 178: Checking user_dbs ** [21:28:29 2020-06-12] 178: Checking geocodings ** [21:28:29 2020-06-12] 178: Checking synchronizations ** [21:28:29 2020-06-12] 178: Checking tracker ** [21:28:29 2020-06-12] 178: Checking user_migrations ** [21:28:29 2020-06-12] 178: Checking batch_updates ** [21:28:29 2020-06-12] 178: Checking gears ** [21:28:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:28:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:34 2020-06-12] 178: Checking imports ** [21:28:34 2020-06-12] 178: Checking exports ** [21:28:34 2020-06-12] 178: Checking users ** [21:28:34 2020-06-12] 178: Checking user_dbs ** [21:28:34 2020-06-12] 178: Checking geocodings ** [21:28:34 2020-06-12] 178: Checking synchronizations ** [21:28:34 2020-06-12] 178: Checking tracker ** [21:28:34 2020-06-12] 178: Checking user_migrations ** [21:28:34 2020-06-12] 178: Checking batch_updates ** [21:28:34 2020-06-12] 178: Checking gears ** [21:28:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:28:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:39 2020-06-12] 178: Checking imports ** [21:28:39 2020-06-12] 178: Checking exports ** [21:28:39 2020-06-12] 178: Checking users ** [21:28:39 2020-06-12] 178: Checking user_dbs ** [21:28:39 2020-06-12] 178: Checking geocodings ** [21:28:39 2020-06-12] 178: Checking synchronizations ** [21:28:39 2020-06-12] 178: Checking tracker ** [21:28:39 2020-06-12] 178: Checking user_migrations ** [21:28:39 2020-06-12] 178: Checking batch_updates ** [21:28:39 2020-06-12] 178: Checking gears ** [21:28:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:28:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:44 2020-06-12] 178: Checking imports ** [21:28:44 2020-06-12] 178: Checking exports ** [21:28:44 2020-06-12] 178: Checking users ** [21:28:44 2020-06-12] 178: Checking user_dbs ** [21:28:44 2020-06-12] 178: Checking geocodings ** [21:28:44 2020-06-12] 178: Checking synchronizations ** [21:28:44 2020-06-12] 178: Checking tracker ** [21:28:44 2020-06-12] 178: Checking user_migrations ** [21:28:44 2020-06-12] 178: Checking batch_updates ** [21:28:44 2020-06-12] 178: Checking gears ** [21:28:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:28:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:49 2020-06-12] 178: Checking imports ** [21:28:49 2020-06-12] 178: Checking exports ** [21:28:49 2020-06-12] 178: Checking users ** [21:28:49 2020-06-12] 178: Checking user_dbs ** [21:28:49 2020-06-12] 178: Checking geocodings ** [21:28:49 2020-06-12] 178: Checking synchronizations ** [21:28:49 2020-06-12] 178: Checking tracker ** [21:28:49 2020-06-12] 178: Checking user_migrations ** [21:28:49 2020-06-12] 178: Checking batch_updates ** [21:28:49 2020-06-12] 178: Checking gears ** [21:28:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:28:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:54 2020-06-12] 178: Checking imports ** [21:28:54 2020-06-12] 178: Checking exports ** [21:28:54 2020-06-12] 178: Checking users ** [21:28:54 2020-06-12] 178: Checking user_dbs ** [21:28:54 2020-06-12] 178: Checking geocodings ** [21:28:54 2020-06-12] 178: Checking synchronizations ** [21:28:54 2020-06-12] 178: Checking tracker ** [21:28:54 2020-06-12] 178: Checking user_migrations ** [21:28:54 2020-06-12] 178: Checking batch_updates ** [21:28:54 2020-06-12] 178: Checking gears ** [21:28:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:28:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:59 2020-06-12] 178: Checking imports ** [21:28:59 2020-06-12] 178: Checking exports ** [21:28:59 2020-06-12] 178: Checking users ** [21:28:59 2020-06-12] 178: Checking user_dbs ** [21:28:59 2020-06-12] 178: Checking geocodings ** [21:28:59 2020-06-12] 178: Checking synchronizations ** [21:28:59 2020-06-12] 178: Checking tracker ** [21:28:59 2020-06-12] 178: Checking user_migrations ** [21:28:59 2020-06-12] 178: Checking batch_updates ** [21:28:59 2020-06-12] 178: Checking gears ** [21:28:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:28:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:04 2020-06-12] 178: Checking imports ** [21:29:04 2020-06-12] 178: Checking exports ** [21:29:04 2020-06-12] 178: Checking users ** [21:29:04 2020-06-12] 178: Checking user_dbs ** [21:29:04 2020-06-12] 178: Checking geocodings ** [21:29:04 2020-06-12] 178: Checking synchronizations ** [21:29:04 2020-06-12] 178: Checking tracker ** [21:29:04 2020-06-12] 178: Checking user_migrations ** [21:29:04 2020-06-12] 178: Checking batch_updates ** [21:29:04 2020-06-12] 178: Checking gears ** [21:29:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:29:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:09 2020-06-12] 178: Checking imports ** [21:29:09 2020-06-12] 178: Checking exports ** [21:29:09 2020-06-12] 178: Checking users ** [21:29:09 2020-06-12] 178: Checking user_dbs ** [21:29:09 2020-06-12] 178: Checking geocodings ** [21:29:09 2020-06-12] 178: Checking synchronizations ** [21:29:09 2020-06-12] 178: Checking tracker ** [21:29:09 2020-06-12] 178: Checking user_migrations ** [21:29:09 2020-06-12] 178: Checking batch_updates ** [21:29:09 2020-06-12] 178: Checking gears ** [21:29:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:29:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:14 2020-06-12] 178: Checking imports ** [21:29:14 2020-06-12] 178: Checking exports ** [21:29:14 2020-06-12] 178: Checking users ** [21:29:14 2020-06-12] 178: Checking user_dbs ** [21:29:14 2020-06-12] 178: Checking geocodings ** [21:29:14 2020-06-12] 178: Checking synchronizations ** [21:29:14 2020-06-12] 178: Checking tracker ** [21:29:14 2020-06-12] 178: Checking user_migrations ** [21:29:14 2020-06-12] 178: Checking batch_updates ** [21:29:14 2020-06-12] 178: Checking gears ** [21:29:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:29:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:19 2020-06-12] 178: Checking imports ** [21:29:19 2020-06-12] 178: Checking exports ** [21:29:19 2020-06-12] 178: Checking users ** [21:29:19 2020-06-12] 178: Checking user_dbs ** [21:29:19 2020-06-12] 178: Checking geocodings ** [21:29:19 2020-06-12] 178: Checking synchronizations ** [21:29:19 2020-06-12] 178: Checking tracker ** [21:29:19 2020-06-12] 178: Checking user_migrations ** [21:29:19 2020-06-12] 178: Checking batch_updates ** [21:29:19 2020-06-12] 178: Checking gears ** [21:29:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:29:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:24 2020-06-12] 178: Checking imports ** [21:29:24 2020-06-12] 178: Checking exports ** [21:29:24 2020-06-12] 178: Checking users ** [21:29:24 2020-06-12] 178: Checking user_dbs ** [21:29:24 2020-06-12] 178: Checking geocodings ** [21:29:24 2020-06-12] 178: Checking synchronizations ** [21:29:24 2020-06-12] 178: Checking tracker ** [21:29:24 2020-06-12] 178: Checking user_migrations ** [21:29:24 2020-06-12] 178: Checking batch_updates ** [21:29:24 2020-06-12] 178: Checking gears ** [21:29:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:29:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:29 2020-06-12] 178: Checking imports ** [21:29:29 2020-06-12] 178: Checking exports ** [21:29:29 2020-06-12] 178: Checking users ** [21:29:29 2020-06-12] 178: Checking user_dbs ** [21:29:29 2020-06-12] 178: Checking geocodings ** [21:29:29 2020-06-12] 178: Checking synchronizations ** [21:29:29 2020-06-12] 178: Checking tracker ** [21:29:29 2020-06-12] 178: Checking user_migrations ** [21:29:29 2020-06-12] 178: Checking batch_updates ** [21:29:29 2020-06-12] 178: Checking gears ** [21:29:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:29:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:34 2020-06-12] 178: Checking imports ** [21:29:34 2020-06-12] 178: Checking exports ** [21:29:34 2020-06-12] 178: Checking users ** [21:29:34 2020-06-12] 178: Checking user_dbs ** [21:29:34 2020-06-12] 178: Checking geocodings ** [21:29:34 2020-06-12] 178: Checking synchronizations ** [21:29:34 2020-06-12] 178: Checking tracker ** [21:29:34 2020-06-12] 178: Checking user_migrations ** [21:29:34 2020-06-12] 178: Checking batch_updates ** [21:29:34 2020-06-12] 178: Checking gears ** [21:29:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:29:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:39 2020-06-12] 178: Checking imports ** [21:29:39 2020-06-12] 178: Checking exports ** [21:29:39 2020-06-12] 178: Checking users ** [21:29:39 2020-06-12] 178: Checking user_dbs ** [21:29:39 2020-06-12] 178: Checking geocodings ** [21:29:39 2020-06-12] 178: Checking synchronizations ** [21:29:39 2020-06-12] 178: Checking tracker ** [21:29:39 2020-06-12] 178: Checking user_migrations ** [21:29:39 2020-06-12] 178: Checking batch_updates ** [21:29:39 2020-06-12] 178: Checking gears ** [21:29:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:29:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:44 2020-06-12] 178: Checking imports ** [21:29:44 2020-06-12] 178: Checking exports ** [21:29:44 2020-06-12] 178: Checking users ** [21:29:44 2020-06-12] 178: Checking user_dbs ** [21:29:44 2020-06-12] 178: Checking geocodings ** [21:29:44 2020-06-12] 178: Checking synchronizations ** [21:29:44 2020-06-12] 178: Checking tracker ** [21:29:44 2020-06-12] 178: Checking user_migrations ** [21:29:44 2020-06-12] 178: Checking batch_updates ** [21:29:44 2020-06-12] 178: Checking gears ** [21:29:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:29:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:49 2020-06-12] 178: Checking imports ** [21:29:49 2020-06-12] 178: Checking exports ** [21:29:49 2020-06-12] 178: Checking users ** [21:29:49 2020-06-12] 178: Checking user_dbs ** [21:29:49 2020-06-12] 178: Checking geocodings ** [21:29:49 2020-06-12] 178: Checking synchronizations ** [21:29:49 2020-06-12] 178: Checking tracker ** [21:29:49 2020-06-12] 178: Checking user_migrations ** [21:29:49 2020-06-12] 178: Checking batch_updates ** [21:29:49 2020-06-12] 178: Checking gears ** [21:29:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:29:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:54 2020-06-12] 178: Checking imports ** [21:29:54 2020-06-12] 178: Checking exports ** [21:29:54 2020-06-12] 178: Checking users ** [21:29:54 2020-06-12] 178: Checking user_dbs ** [21:29:54 2020-06-12] 178: Checking geocodings ** [21:29:54 2020-06-12] 178: Checking synchronizations ** [21:29:54 2020-06-12] 178: Checking tracker ** [21:29:54 2020-06-12] 178: Checking user_migrations ** [21:29:54 2020-06-12] 178: Checking batch_updates ** [21:29:54 2020-06-12] 178: Checking gears ** [21:29:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:29:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:59 2020-06-12] 178: Checking imports ** [21:29:59 2020-06-12] 178: Checking exports ** [21:29:59 2020-06-12] 178: Checking users ** [21:29:59 2020-06-12] 178: Checking user_dbs ** [21:29:59 2020-06-12] 178: Checking geocodings ** [21:29:59 2020-06-12] 178: Checking synchronizations ** [21:29:59 2020-06-12] 178: Checking tracker ** [21:29:59 2020-06-12] 178: Checking user_migrations ** [21:29:59 2020-06-12] 178: Checking batch_updates ** [21:29:59 2020-06-12] 178: Checking gears ** [21:29:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:29:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:04 2020-06-12] 178: Checking imports ** [21:30:04 2020-06-12] 178: Checking exports ** [21:30:04 2020-06-12] 178: Checking users ** [21:30:04 2020-06-12] 178: Checking user_dbs ** [21:30:04 2020-06-12] 178: Checking geocodings ** [21:30:04 2020-06-12] 178: Checking synchronizations ** [21:30:04 2020-06-12] 178: Checking tracker ** [21:30:04 2020-06-12] 178: Checking user_migrations ** [21:30:04 2020-06-12] 178: Checking batch_updates ** [21:30:04 2020-06-12] 178: Checking gears ** [21:30:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:30:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:09 2020-06-12] 178: Checking imports ** [21:30:09 2020-06-12] 178: Checking exports ** [21:30:09 2020-06-12] 178: Checking users ** [21:30:09 2020-06-12] 178: Checking user_dbs ** [21:30:09 2020-06-12] 178: Checking geocodings ** [21:30:09 2020-06-12] 178: Checking synchronizations ** [21:30:09 2020-06-12] 178: Checking tracker ** [21:30:09 2020-06-12] 178: Checking user_migrations ** [21:30:09 2020-06-12] 178: Checking batch_updates ** [21:30:09 2020-06-12] 178: Checking gears ** [21:30:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:30:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:14 2020-06-12] 178: Checking imports ** [21:30:14 2020-06-12] 178: Checking exports ** [21:30:14 2020-06-12] 178: Checking users ** [21:30:14 2020-06-12] 178: Checking user_dbs ** [21:30:14 2020-06-12] 178: Checking geocodings ** [21:30:14 2020-06-12] 178: Checking synchronizations ** [21:30:14 2020-06-12] 178: Checking tracker ** [21:30:14 2020-06-12] 178: Checking user_migrations ** [21:30:14 2020-06-12] 178: Checking batch_updates ** [21:30:14 2020-06-12] 178: Checking gears ** [21:30:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:30:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:19 2020-06-12] 178: Checking imports ** [21:30:19 2020-06-12] 178: Checking exports ** [21:30:19 2020-06-12] 178: Checking users ** [21:30:19 2020-06-12] 178: Checking user_dbs ** [21:30:19 2020-06-12] 178: Checking geocodings ** [21:30:19 2020-06-12] 178: Checking synchronizations ** [21:30:19 2020-06-12] 178: Checking tracker ** [21:30:19 2020-06-12] 178: Checking user_migrations ** [21:30:19 2020-06-12] 178: Checking batch_updates ** [21:30:19 2020-06-12] 178: Checking gears ** [21:30:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:30:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:24 2020-06-12] 178: Checking imports ** [21:30:24 2020-06-12] 178: Checking exports ** [21:30:24 2020-06-12] 178: Checking users ** [21:30:24 2020-06-12] 178: Checking user_dbs ** [21:30:24 2020-06-12] 178: Checking geocodings ** [21:30:24 2020-06-12] 178: Checking synchronizations ** [21:30:24 2020-06-12] 178: Checking tracker ** [21:30:24 2020-06-12] 178: Checking user_migrations ** [21:30:24 2020-06-12] 178: Checking batch_updates ** [21:30:24 2020-06-12] 178: Checking gears ** [21:30:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:30:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:29 2020-06-12] 178: Checking imports ** [21:30:29 2020-06-12] 178: Checking exports ** [21:30:29 2020-06-12] 178: Checking users ** [21:30:29 2020-06-12] 178: Checking user_dbs ** [21:30:29 2020-06-12] 178: Checking geocodings ** [21:30:29 2020-06-12] 178: Checking synchronizations ** [21:30:29 2020-06-12] 178: Checking tracker ** [21:30:29 2020-06-12] 178: Checking user_migrations ** [21:30:29 2020-06-12] 178: Checking batch_updates ** [21:30:29 2020-06-12] 178: Checking gears ** [21:30:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:30:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:34 2020-06-12] 178: Checking imports ** [21:30:34 2020-06-12] 178: Checking exports ** [21:30:34 2020-06-12] 178: Checking users ** [21:30:34 2020-06-12] 178: Checking user_dbs ** [21:30:34 2020-06-12] 178: Checking geocodings ** [21:30:34 2020-06-12] 178: Checking synchronizations ** [21:30:34 2020-06-12] 178: Checking tracker ** [21:30:34 2020-06-12] 178: Checking user_migrations ** [21:30:34 2020-06-12] 178: Checking batch_updates ** [21:30:34 2020-06-12] 178: Checking gears ** [21:30:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:30:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:39 2020-06-12] 178: Checking imports ** [21:30:39 2020-06-12] 178: Checking exports ** [21:30:39 2020-06-12] 178: Checking users ** [21:30:39 2020-06-12] 178: Checking user_dbs ** [21:30:39 2020-06-12] 178: Checking geocodings ** [21:30:39 2020-06-12] 178: Checking synchronizations ** [21:30:39 2020-06-12] 178: Checking tracker ** [21:30:39 2020-06-12] 178: Checking user_migrations ** [21:30:39 2020-06-12] 178: Checking batch_updates ** [21:30:39 2020-06-12] 178: Checking gears ** [21:30:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:30:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:44 2020-06-12] 178: Checking imports ** [21:30:44 2020-06-12] 178: Checking exports ** [21:30:44 2020-06-12] 178: Checking users ** [21:30:44 2020-06-12] 178: Checking user_dbs ** [21:30:44 2020-06-12] 178: Checking geocodings ** [21:30:44 2020-06-12] 178: Checking synchronizations ** [21:30:44 2020-06-12] 178: Checking tracker ** [21:30:44 2020-06-12] 178: Checking user_migrations ** [21:30:44 2020-06-12] 178: Checking batch_updates ** [21:30:44 2020-06-12] 178: Checking gears ** [21:30:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:30:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:49 2020-06-12] 178: Checking imports ** [21:30:49 2020-06-12] 178: Checking exports ** [21:30:49 2020-06-12] 178: Checking users ** [21:30:49 2020-06-12] 178: Checking user_dbs ** [21:30:49 2020-06-12] 178: Checking geocodings ** [21:30:49 2020-06-12] 178: Checking synchronizations ** [21:30:49 2020-06-12] 178: Checking tracker ** [21:30:49 2020-06-12] 178: Checking user_migrations ** [21:30:49 2020-06-12] 178: Checking batch_updates ** [21:30:49 2020-06-12] 178: Checking gears ** [21:30:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:30:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:54 2020-06-12] 178: Checking imports ** [21:30:54 2020-06-12] 178: Checking exports ** [21:30:54 2020-06-12] 178: Checking users ** [21:30:54 2020-06-12] 178: Checking user_dbs ** [21:30:54 2020-06-12] 178: Checking geocodings ** [21:30:54 2020-06-12] 178: Checking synchronizations ** [21:30:54 2020-06-12] 178: Checking tracker ** [21:30:54 2020-06-12] 178: Checking user_migrations ** [21:30:54 2020-06-12] 178: Checking batch_updates ** [21:30:54 2020-06-12] 178: Checking gears ** [21:30:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:30:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:59 2020-06-12] 178: Checking imports ** [21:30:59 2020-06-12] 178: Checking exports ** [21:30:59 2020-06-12] 178: Checking users ** [21:30:59 2020-06-12] 178: Checking user_dbs ** [21:30:59 2020-06-12] 178: Checking geocodings ** [21:30:59 2020-06-12] 178: Checking synchronizations ** [21:30:59 2020-06-12] 178: Checking tracker ** [21:30:59 2020-06-12] 178: Checking user_migrations ** [21:30:59 2020-06-12] 178: Checking batch_updates ** [21:30:59 2020-06-12] 178: Checking gears ** [21:30:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:30:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:04 2020-06-12] 178: Checking imports ** [21:31:04 2020-06-12] 178: Checking exports ** [21:31:04 2020-06-12] 178: Checking users ** [21:31:04 2020-06-12] 178: Checking user_dbs ** [21:31:04 2020-06-12] 178: Checking geocodings ** [21:31:04 2020-06-12] 178: Checking synchronizations ** [21:31:04 2020-06-12] 178: Checking tracker ** [21:31:04 2020-06-12] 178: Checking user_migrations ** [21:31:04 2020-06-12] 178: Checking batch_updates ** [21:31:04 2020-06-12] 178: Checking gears ** [21:31:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:31:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:09 2020-06-12] 178: Checking imports ** [21:31:09 2020-06-12] 178: Checking exports ** [21:31:09 2020-06-12] 178: Checking users ** [21:31:09 2020-06-12] 178: Checking user_dbs ** [21:31:09 2020-06-12] 178: Checking geocodings ** [21:31:09 2020-06-12] 178: Checking synchronizations ** [21:31:09 2020-06-12] 178: Checking tracker ** [21:31:09 2020-06-12] 178: Checking user_migrations ** [21:31:09 2020-06-12] 178: Checking batch_updates ** [21:31:09 2020-06-12] 178: Checking gears ** [21:31:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:31:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:14 2020-06-12] 178: Checking imports ** [21:31:14 2020-06-12] 178: Checking exports ** [21:31:14 2020-06-12] 178: Checking users ** [21:31:14 2020-06-12] 178: Checking user_dbs ** [21:31:14 2020-06-12] 178: Checking geocodings ** [21:31:14 2020-06-12] 178: Checking synchronizations ** [21:31:14 2020-06-12] 178: Checking tracker ** [21:31:14 2020-06-12] 178: Checking user_migrations ** [21:31:14 2020-06-12] 178: Checking batch_updates ** [21:31:14 2020-06-12] 178: Checking gears ** [21:31:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:31:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:19 2020-06-12] 178: Checking imports ** [21:31:19 2020-06-12] 178: Checking exports ** [21:31:19 2020-06-12] 178: Checking users ** [21:31:19 2020-06-12] 178: Checking user_dbs ** [21:31:19 2020-06-12] 178: Checking geocodings ** [21:31:19 2020-06-12] 178: Checking synchronizations ** [21:31:19 2020-06-12] 178: Checking tracker ** [21:31:19 2020-06-12] 178: Checking user_migrations ** [21:31:19 2020-06-12] 178: Checking batch_updates ** [21:31:19 2020-06-12] 178: Checking gears ** [21:31:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:31:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:24 2020-06-12] 178: Checking imports ** [21:31:24 2020-06-12] 178: Checking exports ** [21:31:24 2020-06-12] 178: Checking users ** [21:31:24 2020-06-12] 178: Checking user_dbs ** [21:31:24 2020-06-12] 178: Checking geocodings ** [21:31:24 2020-06-12] 178: Checking synchronizations ** [21:31:24 2020-06-12] 178: Checking tracker ** [21:31:24 2020-06-12] 178: Checking user_migrations ** [21:31:24 2020-06-12] 178: Checking batch_updates ** [21:31:24 2020-06-12] 178: Checking gears ** [21:31:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:31:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:29 2020-06-12] 178: Checking imports ** [21:31:29 2020-06-12] 178: Checking exports ** [21:31:29 2020-06-12] 178: Checking users ** [21:31:29 2020-06-12] 178: Checking user_dbs ** [21:31:29 2020-06-12] 178: Checking geocodings ** [21:31:29 2020-06-12] 178: Checking synchronizations ** [21:31:29 2020-06-12] 178: Checking tracker ** [21:31:29 2020-06-12] 178: Checking user_migrations ** [21:31:29 2020-06-12] 178: Checking batch_updates ** [21:31:29 2020-06-12] 178: Checking gears ** [21:31:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:31:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:34 2020-06-12] 178: Checking imports ** [21:31:34 2020-06-12] 178: Checking exports ** [21:31:34 2020-06-12] 178: Checking users ** [21:31:34 2020-06-12] 178: Checking user_dbs ** [21:31:34 2020-06-12] 178: Checking geocodings ** [21:31:34 2020-06-12] 178: Checking synchronizations ** [21:31:34 2020-06-12] 178: Checking tracker ** [21:31:34 2020-06-12] 178: Checking user_migrations ** [21:31:34 2020-06-12] 178: Checking batch_updates ** [21:31:34 2020-06-12] 178: Checking gears ** [21:31:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:31:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:39 2020-06-12] 178: Checking imports ** [21:31:39 2020-06-12] 178: Checking exports ** [21:31:39 2020-06-12] 178: Checking users ** [21:31:39 2020-06-12] 178: Checking user_dbs ** [21:31:39 2020-06-12] 178: Checking geocodings ** [21:31:39 2020-06-12] 178: Checking synchronizations ** [21:31:39 2020-06-12] 178: Checking tracker ** [21:31:39 2020-06-12] 178: Checking user_migrations ** [21:31:39 2020-06-12] 178: Checking batch_updates ** [21:31:39 2020-06-12] 178: Checking gears ** [21:31:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:31:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:44 2020-06-12] 178: Checking imports ** [21:31:44 2020-06-12] 178: Checking exports ** [21:31:44 2020-06-12] 178: Checking users ** [21:31:44 2020-06-12] 178: Checking user_dbs ** [21:31:44 2020-06-12] 178: Checking geocodings ** [21:31:44 2020-06-12] 178: Checking synchronizations ** [21:31:44 2020-06-12] 178: Checking tracker ** [21:31:44 2020-06-12] 178: Checking user_migrations ** [21:31:44 2020-06-12] 178: Checking batch_updates ** [21:31:44 2020-06-12] 178: Checking gears ** [21:31:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:31:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:49 2020-06-12] 178: Checking imports ** [21:31:49 2020-06-12] 178: Checking exports ** [21:31:49 2020-06-12] 178: Checking users ** [21:31:49 2020-06-12] 178: Checking user_dbs ** [21:31:49 2020-06-12] 178: Checking geocodings ** [21:31:49 2020-06-12] 178: Checking synchronizations ** [21:31:49 2020-06-12] 178: Checking tracker ** [21:31:49 2020-06-12] 178: Checking user_migrations ** [21:31:49 2020-06-12] 178: Checking batch_updates ** [21:31:49 2020-06-12] 178: Checking gears ** [21:31:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:31:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:54 2020-06-12] 178: Checking imports ** [21:31:54 2020-06-12] 178: Checking exports ** [21:31:54 2020-06-12] 178: Checking users ** [21:31:54 2020-06-12] 178: Checking user_dbs ** [21:31:54 2020-06-12] 178: Checking geocodings ** [21:31:54 2020-06-12] 178: Checking synchronizations ** [21:31:54 2020-06-12] 178: Checking tracker ** [21:31:54 2020-06-12] 178: Checking user_migrations ** [21:31:54 2020-06-12] 178: Checking batch_updates ** [21:31:54 2020-06-12] 178: Checking gears ** [21:31:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:31:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:59 2020-06-12] 178: Checking imports ** [21:31:59 2020-06-12] 178: Checking exports ** [21:31:59 2020-06-12] 178: Checking users ** [21:31:59 2020-06-12] 178: Checking user_dbs ** [21:31:59 2020-06-12] 178: Checking geocodings ** [21:31:59 2020-06-12] 178: Checking synchronizations ** [21:31:59 2020-06-12] 178: Checking tracker ** [21:31:59 2020-06-12] 178: Checking user_migrations ** [21:31:59 2020-06-12] 178: Checking batch_updates ** [21:31:59 2020-06-12] 178: Checking gears ** [21:31:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:31:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:04 2020-06-12] 178: Checking imports ** [21:32:04 2020-06-12] 178: Checking exports ** [21:32:04 2020-06-12] 178: Checking users ** [21:32:04 2020-06-12] 178: Checking user_dbs ** [21:32:04 2020-06-12] 178: Checking geocodings ** [21:32:04 2020-06-12] 178: Checking synchronizations ** [21:32:04 2020-06-12] 178: Checking tracker ** [21:32:04 2020-06-12] 178: Checking user_migrations ** [21:32:04 2020-06-12] 178: Checking batch_updates ** [21:32:04 2020-06-12] 178: Checking gears ** [21:32:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:32:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:09 2020-06-12] 178: Checking imports ** [21:32:09 2020-06-12] 178: Checking exports ** [21:32:09 2020-06-12] 178: Checking users ** [21:32:09 2020-06-12] 178: Checking user_dbs ** [21:32:09 2020-06-12] 178: Checking geocodings ** [21:32:09 2020-06-12] 178: Checking synchronizations ** [21:32:09 2020-06-12] 178: Checking tracker ** [21:32:09 2020-06-12] 178: Checking user_migrations ** [21:32:09 2020-06-12] 178: Checking batch_updates ** [21:32:09 2020-06-12] 178: Checking gears ** [21:32:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:32:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:14 2020-06-12] 178: Checking imports ** [21:32:14 2020-06-12] 178: Checking exports ** [21:32:14 2020-06-12] 178: Checking users ** [21:32:14 2020-06-12] 178: Checking user_dbs ** [21:32:14 2020-06-12] 178: Checking geocodings ** [21:32:14 2020-06-12] 178: Checking synchronizations ** [21:32:14 2020-06-12] 178: Checking tracker ** [21:32:14 2020-06-12] 178: Checking user_migrations ** [21:32:14 2020-06-12] 178: Checking batch_updates ** [21:32:14 2020-06-12] 178: Checking gears ** [21:32:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:32:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:19 2020-06-12] 178: Checking imports ** [21:32:19 2020-06-12] 178: Checking exports ** [21:32:19 2020-06-12] 178: Checking users ** [21:32:19 2020-06-12] 178: Checking user_dbs ** [21:32:19 2020-06-12] 178: Checking geocodings ** [21:32:19 2020-06-12] 178: Checking synchronizations ** [21:32:19 2020-06-12] 178: Checking tracker ** [21:32:19 2020-06-12] 178: Checking user_migrations ** [21:32:19 2020-06-12] 178: Checking batch_updates ** [21:32:19 2020-06-12] 178: Checking gears ** [21:32:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:32:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:24 2020-06-12] 178: Checking imports ** [21:32:24 2020-06-12] 178: Checking exports ** [21:32:24 2020-06-12] 178: Checking users ** [21:32:24 2020-06-12] 178: Checking user_dbs ** [21:32:24 2020-06-12] 178: Checking geocodings ** [21:32:24 2020-06-12] 178: Checking synchronizations ** [21:32:24 2020-06-12] 178: Checking tracker ** [21:32:24 2020-06-12] 178: Checking user_migrations ** [21:32:24 2020-06-12] 178: Checking batch_updates ** [21:32:24 2020-06-12] 178: Checking gears ** [21:32:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:32:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:29 2020-06-12] 178: Checking imports ** [21:32:29 2020-06-12] 178: Checking exports ** [21:32:29 2020-06-12] 178: Checking users ** [21:32:29 2020-06-12] 178: Checking user_dbs ** [21:32:29 2020-06-12] 178: Checking geocodings ** [21:32:29 2020-06-12] 178: Checking synchronizations ** [21:32:29 2020-06-12] 178: Checking tracker ** [21:32:29 2020-06-12] 178: Checking user_migrations ** [21:32:29 2020-06-12] 178: Checking batch_updates ** [21:32:29 2020-06-12] 178: Checking gears ** [21:32:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:32:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:34 2020-06-12] 178: Checking imports ** [21:32:34 2020-06-12] 178: Checking exports ** [21:32:34 2020-06-12] 178: Checking users ** [21:32:34 2020-06-12] 178: Checking user_dbs ** [21:32:34 2020-06-12] 178: Checking geocodings ** [21:32:34 2020-06-12] 178: Checking synchronizations ** [21:32:34 2020-06-12] 178: Checking tracker ** [21:32:34 2020-06-12] 178: Checking user_migrations ** [21:32:34 2020-06-12] 178: Checking batch_updates ** [21:32:34 2020-06-12] 178: Checking gears ** [21:32:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:32:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:39 2020-06-12] 178: Checking imports ** [21:32:39 2020-06-12] 178: Checking exports ** [21:32:39 2020-06-12] 178: Checking users ** [21:32:39 2020-06-12] 178: Checking user_dbs ** [21:32:39 2020-06-12] 178: Checking geocodings ** [21:32:39 2020-06-12] 178: Checking synchronizations ** [21:32:39 2020-06-12] 178: Checking tracker ** [21:32:39 2020-06-12] 178: Checking user_migrations ** [21:32:39 2020-06-12] 178: Checking batch_updates ** [21:32:39 2020-06-12] 178: Checking gears ** [21:32:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:32:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:45 2020-06-12] 178: Checking imports ** [21:32:45 2020-06-12] 178: Checking exports ** [21:32:45 2020-06-12] 178: Checking users ** [21:32:45 2020-06-12] 178: Checking user_dbs ** [21:32:45 2020-06-12] 178: Checking geocodings ** [21:32:45 2020-06-12] 178: Checking synchronizations ** [21:32:45 2020-06-12] 178: Checking tracker ** [21:32:45 2020-06-12] 178: Checking user_migrations ** [21:32:45 2020-06-12] 178: Checking batch_updates ** [21:32:45 2020-06-12] 178: Checking gears ** [21:32:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:32:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:50 2020-06-12] 178: Checking imports ** [21:32:50 2020-06-12] 178: Checking exports ** [21:32:50 2020-06-12] 178: Checking users ** [21:32:50 2020-06-12] 178: Checking user_dbs ** [21:32:50 2020-06-12] 178: Checking geocodings ** [21:32:50 2020-06-12] 178: Checking synchronizations ** [21:32:50 2020-06-12] 178: Checking tracker ** [21:32:50 2020-06-12] 178: Checking user_migrations ** [21:32:50 2020-06-12] 178: Checking batch_updates ** [21:32:50 2020-06-12] 178: Checking gears ** [21:32:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:32:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:55 2020-06-12] 178: Checking imports ** [21:32:55 2020-06-12] 178: Checking exports ** [21:32:55 2020-06-12] 178: Checking users ** [21:32:55 2020-06-12] 178: Checking user_dbs ** [21:32:55 2020-06-12] 178: Checking geocodings ** [21:32:55 2020-06-12] 178: Checking synchronizations ** [21:32:55 2020-06-12] 178: Checking tracker ** [21:32:55 2020-06-12] 178: Checking user_migrations ** [21:32:55 2020-06-12] 178: Checking batch_updates ** [21:32:55 2020-06-12] 178: Checking gears ** [21:32:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:32:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:00 2020-06-12] 178: Checking imports ** [21:33:00 2020-06-12] 178: Checking exports ** [21:33:00 2020-06-12] 178: Checking users ** [21:33:00 2020-06-12] 178: Checking user_dbs ** [21:33:00 2020-06-12] 178: Checking geocodings ** [21:33:00 2020-06-12] 178: Checking synchronizations ** [21:33:00 2020-06-12] 178: Checking tracker ** [21:33:00 2020-06-12] 178: Checking user_migrations ** [21:33:00 2020-06-12] 178: Checking batch_updates ** [21:33:00 2020-06-12] 178: Checking gears ** [21:33:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:33:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:05 2020-06-12] 178: Checking imports ** [21:33:05 2020-06-12] 178: Checking exports ** [21:33:05 2020-06-12] 178: Checking users ** [21:33:05 2020-06-12] 178: Checking user_dbs ** [21:33:05 2020-06-12] 178: Checking geocodings ** [21:33:05 2020-06-12] 178: Checking synchronizations ** [21:33:05 2020-06-12] 178: Checking tracker ** [21:33:05 2020-06-12] 178: Checking user_migrations ** [21:33:05 2020-06-12] 178: Checking batch_updates ** [21:33:05 2020-06-12] 178: Checking gears ** [21:33:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:33:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:10 2020-06-12] 178: Checking imports ** [21:33:10 2020-06-12] 178: Checking exports ** [21:33:10 2020-06-12] 178: Checking users ** [21:33:10 2020-06-12] 178: Checking user_dbs ** [21:33:10 2020-06-12] 178: Checking geocodings ** [21:33:10 2020-06-12] 178: Checking synchronizations ** [21:33:10 2020-06-12] 178: Checking tracker ** [21:33:10 2020-06-12] 178: Checking user_migrations ** [21:33:10 2020-06-12] 178: Checking batch_updates ** [21:33:10 2020-06-12] 178: Checking gears ** [21:33:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:33:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:15 2020-06-12] 178: Checking imports ** [21:33:15 2020-06-12] 178: Checking exports ** [21:33:15 2020-06-12] 178: Checking users ** [21:33:15 2020-06-12] 178: Checking user_dbs ** [21:33:15 2020-06-12] 178: Checking geocodings ** [21:33:15 2020-06-12] 178: Checking synchronizations ** [21:33:15 2020-06-12] 178: Checking tracker ** [21:33:15 2020-06-12] 178: Checking user_migrations ** [21:33:15 2020-06-12] 178: Checking batch_updates ** [21:33:15 2020-06-12] 178: Checking gears ** [21:33:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:33:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:20 2020-06-12] 178: Checking imports ** [21:33:20 2020-06-12] 178: Checking exports ** [21:33:20 2020-06-12] 178: Checking users ** [21:33:20 2020-06-12] 178: Checking user_dbs ** [21:33:20 2020-06-12] 178: Checking geocodings ** [21:33:20 2020-06-12] 178: Checking synchronizations ** [21:33:20 2020-06-12] 178: Checking tracker ** [21:33:20 2020-06-12] 178: Checking user_migrations ** [21:33:20 2020-06-12] 178: Checking batch_updates ** [21:33:20 2020-06-12] 178: Checking gears ** [21:33:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:33:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:25 2020-06-12] 178: Checking imports ** [21:33:25 2020-06-12] 178: Checking exports ** [21:33:25 2020-06-12] 178: Checking users ** [21:33:25 2020-06-12] 178: Checking user_dbs ** [21:33:25 2020-06-12] 178: Checking geocodings ** [21:33:25 2020-06-12] 178: Checking synchronizations ** [21:33:25 2020-06-12] 178: Checking tracker ** [21:33:25 2020-06-12] 178: Checking user_migrations ** [21:33:25 2020-06-12] 178: Checking batch_updates ** [21:33:25 2020-06-12] 178: Checking gears ** [21:33:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:33:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:30 2020-06-12] 178: Checking imports ** [21:33:30 2020-06-12] 178: Checking exports ** [21:33:30 2020-06-12] 178: Checking users ** [21:33:30 2020-06-12] 178: Checking user_dbs ** [21:33:30 2020-06-12] 178: Checking geocodings ** [21:33:30 2020-06-12] 178: Checking synchronizations ** [21:33:30 2020-06-12] 178: Checking tracker ** [21:33:30 2020-06-12] 178: Checking user_migrations ** [21:33:30 2020-06-12] 178: Checking batch_updates ** [21:33:30 2020-06-12] 178: Checking gears ** [21:33:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:33:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:35 2020-06-12] 178: Checking imports ** [21:33:35 2020-06-12] 178: Checking exports ** [21:33:35 2020-06-12] 178: Checking users ** [21:33:35 2020-06-12] 178: Checking user_dbs ** [21:33:35 2020-06-12] 178: Checking geocodings ** [21:33:35 2020-06-12] 178: Checking synchronizations ** [21:33:35 2020-06-12] 178: Checking tracker ** [21:33:35 2020-06-12] 178: Checking user_migrations ** [21:33:35 2020-06-12] 178: Checking batch_updates ** [21:33:35 2020-06-12] 178: Checking gears ** [21:33:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:33:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:40 2020-06-12] 178: Checking imports ** [21:33:40 2020-06-12] 178: Checking exports ** [21:33:40 2020-06-12] 178: Checking users ** [21:33:40 2020-06-12] 178: Checking user_dbs ** [21:33:40 2020-06-12] 178: Checking geocodings ** [21:33:40 2020-06-12] 178: Checking synchronizations ** [21:33:40 2020-06-12] 178: Checking tracker ** [21:33:40 2020-06-12] 178: Checking user_migrations ** [21:33:40 2020-06-12] 178: Checking batch_updates ** [21:33:40 2020-06-12] 178: Checking gears ** [21:33:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:33:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:45 2020-06-12] 178: Checking imports ** [21:33:45 2020-06-12] 178: Checking exports ** [21:33:45 2020-06-12] 178: Checking users ** [21:33:45 2020-06-12] 178: Checking user_dbs ** [21:33:45 2020-06-12] 178: Checking geocodings ** [21:33:45 2020-06-12] 178: Checking synchronizations ** [21:33:45 2020-06-12] 178: Checking tracker ** [21:33:45 2020-06-12] 178: Checking user_migrations ** [21:33:45 2020-06-12] 178: Checking batch_updates ** [21:33:45 2020-06-12] 178: Checking gears ** [21:33:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:33:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:50 2020-06-12] 178: Checking imports ** [21:33:50 2020-06-12] 178: Checking exports ** [21:33:50 2020-06-12] 178: Checking users ** [21:33:50 2020-06-12] 178: Checking user_dbs ** [21:33:50 2020-06-12] 178: Checking geocodings ** [21:33:50 2020-06-12] 178: Checking synchronizations ** [21:33:50 2020-06-12] 178: Checking tracker ** [21:33:50 2020-06-12] 178: Checking user_migrations ** [21:33:50 2020-06-12] 178: Checking batch_updates ** [21:33:50 2020-06-12] 178: Checking gears ** [21:33:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:33:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:55 2020-06-12] 178: Checking imports ** [21:33:55 2020-06-12] 178: Checking exports ** [21:33:55 2020-06-12] 178: Checking users ** [21:33:55 2020-06-12] 178: Checking user_dbs ** [21:33:55 2020-06-12] 178: Checking geocodings ** [21:33:55 2020-06-12] 178: Checking synchronizations ** [21:33:55 2020-06-12] 178: Checking tracker ** [21:33:55 2020-06-12] 178: Checking user_migrations ** [21:33:55 2020-06-12] 178: Checking batch_updates ** [21:33:55 2020-06-12] 178: Checking gears ** [21:33:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:33:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:00 2020-06-12] 178: Checking imports ** [21:34:00 2020-06-12] 178: Checking exports ** [21:34:00 2020-06-12] 178: Checking users ** [21:34:00 2020-06-12] 178: Checking user_dbs ** [21:34:00 2020-06-12] 178: Checking geocodings ** [21:34:00 2020-06-12] 178: Checking synchronizations ** [21:34:00 2020-06-12] 178: Checking tracker ** [21:34:00 2020-06-12] 178: Checking user_migrations ** [21:34:00 2020-06-12] 178: Checking batch_updates ** [21:34:00 2020-06-12] 178: Checking gears ** [21:34:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:34:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:05 2020-06-12] 178: Checking imports ** [21:34:05 2020-06-12] 178: Checking exports ** [21:34:05 2020-06-12] 178: Checking users ** [21:34:05 2020-06-12] 178: Checking user_dbs ** [21:34:05 2020-06-12] 178: Checking geocodings ** [21:34:05 2020-06-12] 178: Checking synchronizations ** [21:34:05 2020-06-12] 178: Checking tracker ** [21:34:05 2020-06-12] 178: Checking user_migrations ** [21:34:05 2020-06-12] 178: Checking batch_updates ** [21:34:05 2020-06-12] 178: Checking gears ** [21:34:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:34:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:10 2020-06-12] 178: Checking imports ** [21:34:10 2020-06-12] 178: Checking exports ** [21:34:10 2020-06-12] 178: Checking users ** [21:34:10 2020-06-12] 178: Checking user_dbs ** [21:34:10 2020-06-12] 178: Checking geocodings ** [21:34:10 2020-06-12] 178: Checking synchronizations ** [21:34:10 2020-06-12] 178: Checking tracker ** [21:34:10 2020-06-12] 178: Checking user_migrations ** [21:34:10 2020-06-12] 178: Checking batch_updates ** [21:34:10 2020-06-12] 178: Checking gears ** [21:34:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:34:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:15 2020-06-12] 178: Checking imports ** [21:34:15 2020-06-12] 178: Checking exports ** [21:34:15 2020-06-12] 178: Checking users ** [21:34:15 2020-06-12] 178: Checking user_dbs ** [21:34:15 2020-06-12] 178: Checking geocodings ** [21:34:15 2020-06-12] 178: Checking synchronizations ** [21:34:15 2020-06-12] 178: Checking tracker ** [21:34:15 2020-06-12] 178: Checking user_migrations ** [21:34:15 2020-06-12] 178: Checking batch_updates ** [21:34:15 2020-06-12] 178: Checking gears ** [21:34:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:34:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:20 2020-06-12] 178: Checking imports ** [21:34:20 2020-06-12] 178: Checking exports ** [21:34:20 2020-06-12] 178: Checking users ** [21:34:20 2020-06-12] 178: Checking user_dbs ** [21:34:20 2020-06-12] 178: Checking geocodings ** [21:34:20 2020-06-12] 178: Checking synchronizations ** [21:34:20 2020-06-12] 178: Checking tracker ** [21:34:20 2020-06-12] 178: Checking user_migrations ** [21:34:20 2020-06-12] 178: Checking batch_updates ** [21:34:20 2020-06-12] 178: Checking gears ** [21:34:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:34:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:25 2020-06-12] 178: Checking imports ** [21:34:25 2020-06-12] 178: Checking exports ** [21:34:25 2020-06-12] 178: Checking users ** [21:34:25 2020-06-12] 178: Checking user_dbs ** [21:34:25 2020-06-12] 178: Checking geocodings ** [21:34:25 2020-06-12] 178: Checking synchronizations ** [21:34:25 2020-06-12] 178: Checking tracker ** [21:34:25 2020-06-12] 178: Checking user_migrations ** [21:34:25 2020-06-12] 178: Checking batch_updates ** [21:34:25 2020-06-12] 178: Checking gears ** [21:34:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:34:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:30 2020-06-12] 178: Checking imports ** [21:34:30 2020-06-12] 178: Checking exports ** [21:34:30 2020-06-12] 178: Checking users ** [21:34:30 2020-06-12] 178: Checking user_dbs ** [21:34:30 2020-06-12] 178: Checking geocodings ** [21:34:30 2020-06-12] 178: Checking synchronizations ** [21:34:30 2020-06-12] 178: Checking tracker ** [21:34:30 2020-06-12] 178: Checking user_migrations ** [21:34:30 2020-06-12] 178: Checking batch_updates ** [21:34:30 2020-06-12] 178: Checking gears ** [21:34:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:34:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:35 2020-06-12] 178: Checking imports ** [21:34:35 2020-06-12] 178: Checking exports ** [21:34:35 2020-06-12] 178: Checking users ** [21:34:35 2020-06-12] 178: Checking user_dbs ** [21:34:35 2020-06-12] 178: Checking geocodings ** [21:34:35 2020-06-12] 178: Checking synchronizations ** [21:34:35 2020-06-12] 178: Checking tracker ** [21:34:35 2020-06-12] 178: Checking user_migrations ** [21:34:35 2020-06-12] 178: Checking batch_updates ** [21:34:35 2020-06-12] 178: Checking gears ** [21:34:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:34:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:40 2020-06-12] 178: Checking imports ** [21:34:40 2020-06-12] 178: Checking exports ** [21:34:40 2020-06-12] 178: Checking users ** [21:34:40 2020-06-12] 178: Checking user_dbs ** [21:34:40 2020-06-12] 178: Checking geocodings ** [21:34:40 2020-06-12] 178: Checking synchronizations ** [21:34:40 2020-06-12] 178: Checking tracker ** [21:34:40 2020-06-12] 178: Checking user_migrations ** [21:34:40 2020-06-12] 178: Checking batch_updates ** [21:34:40 2020-06-12] 178: Checking gears ** [21:34:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:34:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:45 2020-06-12] 178: Checking imports ** [21:34:45 2020-06-12] 178: Checking exports ** [21:34:45 2020-06-12] 178: Checking users ** [21:34:45 2020-06-12] 178: Checking user_dbs ** [21:34:45 2020-06-12] 178: Checking geocodings ** [21:34:45 2020-06-12] 178: Checking synchronizations ** [21:34:45 2020-06-12] 178: Checking tracker ** [21:34:45 2020-06-12] 178: Checking user_migrations ** [21:34:45 2020-06-12] 178: Checking batch_updates ** [21:34:45 2020-06-12] 178: Checking gears ** [21:34:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:34:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:50 2020-06-12] 178: Checking imports ** [21:34:50 2020-06-12] 178: Checking exports ** [21:34:50 2020-06-12] 178: Checking users ** [21:34:50 2020-06-12] 178: Checking user_dbs ** [21:34:50 2020-06-12] 178: Checking geocodings ** [21:34:50 2020-06-12] 178: Checking synchronizations ** [21:34:50 2020-06-12] 178: Checking tracker ** [21:34:50 2020-06-12] 178: Checking user_migrations ** [21:34:50 2020-06-12] 178: Checking batch_updates ** [21:34:50 2020-06-12] 178: Checking gears ** [21:34:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:34:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:55 2020-06-12] 178: Checking imports ** [21:34:55 2020-06-12] 178: Checking exports ** [21:34:55 2020-06-12] 178: Checking users ** [21:34:55 2020-06-12] 178: Checking user_dbs ** [21:34:55 2020-06-12] 178: Checking geocodings ** [21:34:55 2020-06-12] 178: Checking synchronizations ** [21:34:55 2020-06-12] 178: Checking tracker ** [21:34:55 2020-06-12] 178: Checking user_migrations ** [21:34:55 2020-06-12] 178: Checking batch_updates ** [21:34:55 2020-06-12] 178: Checking gears ** [21:34:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:34:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:00 2020-06-12] 178: Checking imports ** [21:35:00 2020-06-12] 178: Checking exports ** [21:35:00 2020-06-12] 178: Checking users ** [21:35:00 2020-06-12] 178: Checking user_dbs ** [21:35:00 2020-06-12] 178: Checking geocodings ** [21:35:00 2020-06-12] 178: Checking synchronizations ** [21:35:00 2020-06-12] 178: Checking tracker ** [21:35:00 2020-06-12] 178: Checking user_migrations ** [21:35:00 2020-06-12] 178: Checking batch_updates ** [21:35:00 2020-06-12] 178: Checking gears ** [21:35:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:35:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:05 2020-06-12] 178: Checking imports ** [21:35:05 2020-06-12] 178: Checking exports ** [21:35:05 2020-06-12] 178: Checking users ** [21:35:05 2020-06-12] 178: Checking user_dbs ** [21:35:05 2020-06-12] 178: Checking geocodings ** [21:35:05 2020-06-12] 178: Checking synchronizations ** [21:35:05 2020-06-12] 178: Checking tracker ** [21:35:05 2020-06-12] 178: Checking user_migrations ** [21:35:05 2020-06-12] 178: Checking batch_updates ** [21:35:05 2020-06-12] 178: Checking gears ** [21:35:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:35:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:10 2020-06-12] 178: Checking imports ** [21:35:10 2020-06-12] 178: Checking exports ** [21:35:10 2020-06-12] 178: Checking users ** [21:35:10 2020-06-12] 178: Checking user_dbs ** [21:35:10 2020-06-12] 178: Checking geocodings ** [21:35:10 2020-06-12] 178: Checking synchronizations ** [21:35:10 2020-06-12] 178: Checking tracker ** [21:35:10 2020-06-12] 178: Checking user_migrations ** [21:35:10 2020-06-12] 178: Checking batch_updates ** [21:35:10 2020-06-12] 178: Checking gears ** [21:35:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:35:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:15 2020-06-12] 178: Checking imports ** [21:35:15 2020-06-12] 178: Checking exports ** [21:35:15 2020-06-12] 178: Checking users ** [21:35:15 2020-06-12] 178: Checking user_dbs ** [21:35:15 2020-06-12] 178: Checking geocodings ** [21:35:15 2020-06-12] 178: Checking synchronizations ** [21:35:15 2020-06-12] 178: Checking tracker ** [21:35:15 2020-06-12] 178: Checking user_migrations ** [21:35:15 2020-06-12] 178: Checking batch_updates ** [21:35:15 2020-06-12] 178: Checking gears ** [21:35:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:35:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:20 2020-06-12] 178: Checking imports ** [21:35:20 2020-06-12] 178: Checking exports ** [21:35:20 2020-06-12] 178: Checking users ** [21:35:20 2020-06-12] 178: Checking user_dbs ** [21:35:20 2020-06-12] 178: Checking geocodings ** [21:35:20 2020-06-12] 178: Checking synchronizations ** [21:35:20 2020-06-12] 178: Checking tracker ** [21:35:20 2020-06-12] 178: Checking user_migrations ** [21:35:20 2020-06-12] 178: Checking batch_updates ** [21:35:20 2020-06-12] 178: Checking gears ** [21:35:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:35:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:25 2020-06-12] 178: Checking imports ** [21:35:25 2020-06-12] 178: Checking exports ** [21:35:25 2020-06-12] 178: Checking users ** [21:35:25 2020-06-12] 178: Checking user_dbs ** [21:35:25 2020-06-12] 178: Checking geocodings ** [21:35:25 2020-06-12] 178: Checking synchronizations ** [21:35:25 2020-06-12] 178: Checking tracker ** [21:35:25 2020-06-12] 178: Checking user_migrations ** [21:35:25 2020-06-12] 178: Checking batch_updates ** [21:35:25 2020-06-12] 178: Checking gears ** [21:35:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:35:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:30 2020-06-12] 178: Checking imports ** [21:35:30 2020-06-12] 178: Checking exports ** [21:35:30 2020-06-12] 178: Checking users ** [21:35:30 2020-06-12] 178: Checking user_dbs ** [21:35:30 2020-06-12] 178: Checking geocodings ** [21:35:30 2020-06-12] 178: Checking synchronizations ** [21:35:30 2020-06-12] 178: Checking tracker ** [21:35:30 2020-06-12] 178: Checking user_migrations ** [21:35:30 2020-06-12] 178: Checking batch_updates ** [21:35:30 2020-06-12] 178: Checking gears ** [21:35:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:35:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:35 2020-06-12] 178: Checking imports ** [21:35:35 2020-06-12] 178: Checking exports ** [21:35:35 2020-06-12] 178: Checking users ** [21:35:35 2020-06-12] 178: Checking user_dbs ** [21:35:35 2020-06-12] 178: Checking geocodings ** [21:35:35 2020-06-12] 178: Checking synchronizations ** [21:35:35 2020-06-12] 178: Checking tracker ** [21:35:35 2020-06-12] 178: Checking user_migrations ** [21:35:35 2020-06-12] 178: Checking batch_updates ** [21:35:35 2020-06-12] 178: Checking gears ** [21:35:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:35:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:40 2020-06-12] 178: Checking imports ** [21:35:40 2020-06-12] 178: Checking exports ** [21:35:40 2020-06-12] 178: Checking users ** [21:35:40 2020-06-12] 178: Checking user_dbs ** [21:35:40 2020-06-12] 178: Checking geocodings ** [21:35:40 2020-06-12] 178: Checking synchronizations ** [21:35:40 2020-06-12] 178: Checking tracker ** [21:35:40 2020-06-12] 178: Checking user_migrations ** [21:35:40 2020-06-12] 178: Checking batch_updates ** [21:35:40 2020-06-12] 178: Checking gears ** [21:35:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:35:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:45 2020-06-12] 178: Checking imports ** [21:35:45 2020-06-12] 178: Checking exports ** [21:35:45 2020-06-12] 178: Checking users ** [21:35:45 2020-06-12] 178: Checking user_dbs ** [21:35:45 2020-06-12] 178: Checking geocodings ** [21:35:45 2020-06-12] 178: Checking synchronizations ** [21:35:45 2020-06-12] 178: Checking tracker ** [21:35:45 2020-06-12] 178: Checking user_migrations ** [21:35:45 2020-06-12] 178: Checking batch_updates ** [21:35:45 2020-06-12] 178: Checking gears ** [21:35:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:35:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:50 2020-06-12] 178: Checking imports ** [21:35:50 2020-06-12] 178: Checking exports ** [21:35:50 2020-06-12] 178: Checking users ** [21:35:50 2020-06-12] 178: Checking user_dbs ** [21:35:50 2020-06-12] 178: Checking geocodings ** [21:35:50 2020-06-12] 178: Checking synchronizations ** [21:35:50 2020-06-12] 178: Checking tracker ** [21:35:50 2020-06-12] 178: Checking user_migrations ** [21:35:50 2020-06-12] 178: Checking batch_updates ** [21:35:50 2020-06-12] 178: Checking gears ** [21:35:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:35:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:55 2020-06-12] 178: Checking imports ** [21:35:55 2020-06-12] 178: Checking exports ** [21:35:55 2020-06-12] 178: Checking users ** [21:35:55 2020-06-12] 178: Checking user_dbs ** [21:35:55 2020-06-12] 178: Checking geocodings ** [21:35:55 2020-06-12] 178: Checking synchronizations ** [21:35:55 2020-06-12] 178: Checking tracker ** [21:35:55 2020-06-12] 178: Checking user_migrations ** [21:35:55 2020-06-12] 178: Checking batch_updates ** [21:35:55 2020-06-12] 178: Checking gears ** [21:35:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:35:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:00 2020-06-12] 178: Checking imports ** [21:36:00 2020-06-12] 178: Checking exports ** [21:36:00 2020-06-12] 178: Checking users ** [21:36:00 2020-06-12] 178: Checking user_dbs ** [21:36:00 2020-06-12] 178: Checking geocodings ** [21:36:00 2020-06-12] 178: Checking synchronizations ** [21:36:00 2020-06-12] 178: Checking tracker ** [21:36:00 2020-06-12] 178: Checking user_migrations ** [21:36:00 2020-06-12] 178: Checking batch_updates ** [21:36:00 2020-06-12] 178: Checking gears ** [21:36:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:36:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:05 2020-06-12] 178: Checking imports ** [21:36:05 2020-06-12] 178: Checking exports ** [21:36:05 2020-06-12] 178: Checking users ** [21:36:05 2020-06-12] 178: Checking user_dbs ** [21:36:05 2020-06-12] 178: Checking geocodings ** [21:36:05 2020-06-12] 178: Checking synchronizations ** [21:36:05 2020-06-12] 178: Checking tracker ** [21:36:05 2020-06-12] 178: Checking user_migrations ** [21:36:05 2020-06-12] 178: Checking batch_updates ** [21:36:05 2020-06-12] 178: Checking gears ** [21:36:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:36:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:10 2020-06-12] 178: Checking imports ** [21:36:10 2020-06-12] 178: Checking exports ** [21:36:10 2020-06-12] 178: Checking users ** [21:36:10 2020-06-12] 178: Checking user_dbs ** [21:36:10 2020-06-12] 178: Checking geocodings ** [21:36:10 2020-06-12] 178: Checking synchronizations ** [21:36:10 2020-06-12] 178: Checking tracker ** [21:36:10 2020-06-12] 178: Checking user_migrations ** [21:36:10 2020-06-12] 178: Checking batch_updates ** [21:36:10 2020-06-12] 178: Checking gears ** [21:36:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:36:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:15 2020-06-12] 178: Checking imports ** [21:36:15 2020-06-12] 178: Checking exports ** [21:36:15 2020-06-12] 178: Checking users ** [21:36:15 2020-06-12] 178: Checking user_dbs ** [21:36:15 2020-06-12] 178: Checking geocodings ** [21:36:15 2020-06-12] 178: Checking synchronizations ** [21:36:15 2020-06-12] 178: Checking tracker ** [21:36:15 2020-06-12] 178: Checking user_migrations ** [21:36:15 2020-06-12] 178: Checking batch_updates ** [21:36:15 2020-06-12] 178: Checking gears ** [21:36:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:36:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:20 2020-06-12] 178: Checking imports ** [21:36:20 2020-06-12] 178: Checking exports ** [21:36:20 2020-06-12] 178: Checking users ** [21:36:20 2020-06-12] 178: Checking user_dbs ** [21:36:20 2020-06-12] 178: Checking geocodings ** [21:36:20 2020-06-12] 178: Checking synchronizations ** [21:36:20 2020-06-12] 178: Checking tracker ** [21:36:20 2020-06-12] 178: Checking user_migrations ** [21:36:20 2020-06-12] 178: Checking batch_updates ** [21:36:20 2020-06-12] 178: Checking gears ** [21:36:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:36:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:25 2020-06-12] 178: Checking imports ** [21:36:25 2020-06-12] 178: Checking exports ** [21:36:25 2020-06-12] 178: Checking users ** [21:36:25 2020-06-12] 178: Checking user_dbs ** [21:36:25 2020-06-12] 178: Checking geocodings ** [21:36:25 2020-06-12] 178: Checking synchronizations ** [21:36:25 2020-06-12] 178: Checking tracker ** [21:36:25 2020-06-12] 178: Checking user_migrations ** [21:36:25 2020-06-12] 178: Checking batch_updates ** [21:36:25 2020-06-12] 178: Checking gears ** [21:36:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:36:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:30 2020-06-12] 178: Checking imports ** [21:36:30 2020-06-12] 178: Checking exports ** [21:36:30 2020-06-12] 178: Checking users ** [21:36:30 2020-06-12] 178: Checking user_dbs ** [21:36:30 2020-06-12] 178: Checking geocodings ** [21:36:30 2020-06-12] 178: Checking synchronizations ** [21:36:30 2020-06-12] 178: Checking tracker ** [21:36:30 2020-06-12] 178: Checking user_migrations ** [21:36:30 2020-06-12] 178: Checking batch_updates ** [21:36:30 2020-06-12] 178: Checking gears ** [21:36:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:36:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:35 2020-06-12] 178: Checking imports ** [21:36:35 2020-06-12] 178: Checking exports ** [21:36:35 2020-06-12] 178: Checking users ** [21:36:35 2020-06-12] 178: Checking user_dbs ** [21:36:35 2020-06-12] 178: Checking geocodings ** [21:36:35 2020-06-12] 178: Checking synchronizations ** [21:36:35 2020-06-12] 178: Checking tracker ** [21:36:35 2020-06-12] 178: Checking user_migrations ** [21:36:35 2020-06-12] 178: Checking batch_updates ** [21:36:35 2020-06-12] 178: Checking gears ** [21:36:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:36:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:40 2020-06-12] 178: Checking imports ** [21:36:40 2020-06-12] 178: Checking exports ** [21:36:40 2020-06-12] 178: Checking users ** [21:36:40 2020-06-12] 178: Checking user_dbs ** [21:36:40 2020-06-12] 178: Checking geocodings ** [21:36:40 2020-06-12] 178: Checking synchronizations ** [21:36:40 2020-06-12] 178: Checking tracker ** [21:36:40 2020-06-12] 178: Checking user_migrations ** [21:36:40 2020-06-12] 178: Checking batch_updates ** [21:36:40 2020-06-12] 178: Checking gears ** [21:36:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:36:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:45 2020-06-12] 178: Checking imports ** [21:36:45 2020-06-12] 178: Checking exports ** [21:36:45 2020-06-12] 178: Checking users ** [21:36:45 2020-06-12] 178: Checking user_dbs ** [21:36:45 2020-06-12] 178: Checking geocodings ** [21:36:45 2020-06-12] 178: Checking synchronizations ** [21:36:45 2020-06-12] 178: Checking tracker ** [21:36:45 2020-06-12] 178: Checking user_migrations ** [21:36:45 2020-06-12] 178: Checking batch_updates ** [21:36:45 2020-06-12] 178: Checking gears ** [21:36:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:36:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:50 2020-06-12] 178: Checking imports ** [21:36:50 2020-06-12] 178: Checking exports ** [21:36:50 2020-06-12] 178: Checking users ** [21:36:50 2020-06-12] 178: Checking user_dbs ** [21:36:50 2020-06-12] 178: Checking geocodings ** [21:36:50 2020-06-12] 178: Checking synchronizations ** [21:36:50 2020-06-12] 178: Checking tracker ** [21:36:50 2020-06-12] 178: Checking user_migrations ** [21:36:50 2020-06-12] 178: Checking batch_updates ** [21:36:50 2020-06-12] 178: Checking gears ** [21:36:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:36:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:55 2020-06-12] 178: Checking imports ** [21:36:55 2020-06-12] 178: Checking exports ** [21:36:55 2020-06-12] 178: Checking users ** [21:36:55 2020-06-12] 178: Checking user_dbs ** [21:36:55 2020-06-12] 178: Checking geocodings ** [21:36:55 2020-06-12] 178: Checking synchronizations ** [21:36:55 2020-06-12] 178: Checking tracker ** [21:36:55 2020-06-12] 178: Checking user_migrations ** [21:36:55 2020-06-12] 178: Checking batch_updates ** [21:36:55 2020-06-12] 178: Checking gears ** [21:36:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:36:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:00 2020-06-12] 178: Checking imports ** [21:37:00 2020-06-12] 178: Checking exports ** [21:37:00 2020-06-12] 178: Checking users ** [21:37:00 2020-06-12] 178: Checking user_dbs ** [21:37:00 2020-06-12] 178: Checking geocodings ** [21:37:00 2020-06-12] 178: Checking synchronizations ** [21:37:00 2020-06-12] 178: Checking tracker ** [21:37:00 2020-06-12] 178: Checking user_migrations ** [21:37:00 2020-06-12] 178: Checking batch_updates ** [21:37:00 2020-06-12] 178: Checking gears ** [21:37:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:37:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:05 2020-06-12] 178: Checking imports ** [21:37:05 2020-06-12] 178: Checking exports ** [21:37:05 2020-06-12] 178: Checking users ** [21:37:05 2020-06-12] 178: Checking user_dbs ** [21:37:05 2020-06-12] 178: Checking geocodings ** [21:37:05 2020-06-12] 178: Checking synchronizations ** [21:37:05 2020-06-12] 178: Checking tracker ** [21:37:05 2020-06-12] 178: Checking user_migrations ** [21:37:05 2020-06-12] 178: Checking batch_updates ** [21:37:05 2020-06-12] 178: Checking gears ** [21:37:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:37:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:10 2020-06-12] 178: Checking imports ** [21:37:10 2020-06-12] 178: Checking exports ** [21:37:10 2020-06-12] 178: Checking users ** [21:37:10 2020-06-12] 178: Checking user_dbs ** [21:37:10 2020-06-12] 178: Checking geocodings ** [21:37:10 2020-06-12] 178: Checking synchronizations ** [21:37:10 2020-06-12] 178: Checking tracker ** [21:37:10 2020-06-12] 178: Checking user_migrations ** [21:37:10 2020-06-12] 178: Checking batch_updates ** [21:37:10 2020-06-12] 178: Checking gears ** [21:37:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:37:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:15 2020-06-12] 178: Checking imports ** [21:37:15 2020-06-12] 178: Checking exports ** [21:37:15 2020-06-12] 178: Checking users ** [21:37:15 2020-06-12] 178: Checking user_dbs ** [21:37:15 2020-06-12] 178: Checking geocodings ** [21:37:15 2020-06-12] 178: Checking synchronizations ** [21:37:15 2020-06-12] 178: Checking tracker ** [21:37:15 2020-06-12] 178: Checking user_migrations ** [21:37:15 2020-06-12] 178: Checking batch_updates ** [21:37:15 2020-06-12] 178: Checking gears ** [21:37:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:37:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:20 2020-06-12] 178: Checking imports ** [21:37:20 2020-06-12] 178: Checking exports ** [21:37:20 2020-06-12] 178: Checking users ** [21:37:20 2020-06-12] 178: Checking user_dbs ** [21:37:20 2020-06-12] 178: Checking geocodings ** [21:37:20 2020-06-12] 178: Checking synchronizations ** [21:37:20 2020-06-12] 178: Checking tracker ** [21:37:20 2020-06-12] 178: Checking user_migrations ** [21:37:20 2020-06-12] 178: Checking batch_updates ** [21:37:20 2020-06-12] 178: Checking gears ** [21:37:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:37:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:25 2020-06-12] 178: Checking imports ** [21:37:25 2020-06-12] 178: Checking exports ** [21:37:25 2020-06-12] 178: Checking users ** [21:37:25 2020-06-12] 178: Checking user_dbs ** [21:37:25 2020-06-12] 178: Checking geocodings ** [21:37:25 2020-06-12] 178: Checking synchronizations ** [21:37:25 2020-06-12] 178: Checking tracker ** [21:37:25 2020-06-12] 178: Checking user_migrations ** [21:37:25 2020-06-12] 178: Checking batch_updates ** [21:37:25 2020-06-12] 178: Checking gears ** [21:37:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:37:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:30 2020-06-12] 178: Checking imports ** [21:37:30 2020-06-12] 178: Checking exports ** [21:37:30 2020-06-12] 178: Checking users ** [21:37:30 2020-06-12] 178: Checking user_dbs ** [21:37:30 2020-06-12] 178: Checking geocodings ** [21:37:30 2020-06-12] 178: Checking synchronizations ** [21:37:30 2020-06-12] 178: Checking tracker ** [21:37:30 2020-06-12] 178: Checking user_migrations ** [21:37:30 2020-06-12] 178: Checking batch_updates ** [21:37:30 2020-06-12] 178: Checking gears ** [21:37:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:37:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:35 2020-06-12] 178: Checking imports ** [21:37:35 2020-06-12] 178: Checking exports ** [21:37:35 2020-06-12] 178: Checking users ** [21:37:35 2020-06-12] 178: Checking user_dbs ** [21:37:35 2020-06-12] 178: Checking geocodings ** [21:37:35 2020-06-12] 178: Checking synchronizations ** [21:37:35 2020-06-12] 178: Checking tracker ** [21:37:35 2020-06-12] 178: Checking user_migrations ** [21:37:35 2020-06-12] 178: Checking batch_updates ** [21:37:35 2020-06-12] 178: Checking gears ** [21:37:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:37:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:40 2020-06-12] 178: Checking imports ** [21:37:40 2020-06-12] 178: Checking exports ** [21:37:40 2020-06-12] 178: Checking users ** [21:37:40 2020-06-12] 178: Checking user_dbs ** [21:37:40 2020-06-12] 178: Checking geocodings ** [21:37:40 2020-06-12] 178: Checking synchronizations ** [21:37:40 2020-06-12] 178: Checking tracker ** [21:37:40 2020-06-12] 178: Checking user_migrations ** [21:37:40 2020-06-12] 178: Checking batch_updates ** [21:37:40 2020-06-12] 178: Checking gears ** [21:37:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:37:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:45 2020-06-12] 178: Checking imports ** [21:37:45 2020-06-12] 178: Checking exports ** [21:37:45 2020-06-12] 178: Checking users ** [21:37:45 2020-06-12] 178: Checking user_dbs ** [21:37:45 2020-06-12] 178: Checking geocodings ** [21:37:45 2020-06-12] 178: Checking synchronizations ** [21:37:45 2020-06-12] 178: Checking tracker ** [21:37:45 2020-06-12] 178: Checking user_migrations ** [21:37:45 2020-06-12] 178: Checking batch_updates ** [21:37:45 2020-06-12] 178: Checking gears ** [21:37:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:37:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:50 2020-06-12] 178: Checking imports ** [21:37:50 2020-06-12] 178: Checking exports ** [21:37:50 2020-06-12] 178: Checking users ** [21:37:50 2020-06-12] 178: Checking user_dbs ** [21:37:50 2020-06-12] 178: Checking geocodings ** [21:37:50 2020-06-12] 178: Checking synchronizations ** [21:37:50 2020-06-12] 178: Checking tracker ** [21:37:50 2020-06-12] 178: Checking user_migrations ** [21:37:50 2020-06-12] 178: Checking batch_updates ** [21:37:50 2020-06-12] 178: Checking gears ** [21:37:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:37:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:55 2020-06-12] 178: Checking imports ** [21:37:55 2020-06-12] 178: Checking exports ** [21:37:55 2020-06-12] 178: Checking users ** [21:37:55 2020-06-12] 178: Checking user_dbs ** [21:37:55 2020-06-12] 178: Checking geocodings ** [21:37:55 2020-06-12] 178: Checking synchronizations ** [21:37:55 2020-06-12] 178: Checking tracker ** [21:37:55 2020-06-12] 178: Checking user_migrations ** [21:37:55 2020-06-12] 178: Checking batch_updates ** [21:37:55 2020-06-12] 178: Checking gears ** [21:37:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:37:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:00 2020-06-12] 178: Checking imports ** [21:38:00 2020-06-12] 178: Checking exports ** [21:38:00 2020-06-12] 178: Checking users ** [21:38:00 2020-06-12] 178: Checking user_dbs ** [21:38:00 2020-06-12] 178: Checking geocodings ** [21:38:00 2020-06-12] 178: Checking synchronizations ** [21:38:00 2020-06-12] 178: Checking tracker ** [21:38:00 2020-06-12] 178: Checking user_migrations ** [21:38:00 2020-06-12] 178: Checking batch_updates ** [21:38:00 2020-06-12] 178: Checking gears ** [21:38:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:38:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:05 2020-06-12] 178: Checking imports ** [21:38:05 2020-06-12] 178: Checking exports ** [21:38:05 2020-06-12] 178: Checking users ** [21:38:05 2020-06-12] 178: Checking user_dbs ** [21:38:05 2020-06-12] 178: Checking geocodings ** [21:38:05 2020-06-12] 178: Checking synchronizations ** [21:38:05 2020-06-12] 178: Checking tracker ** [21:38:05 2020-06-12] 178: Checking user_migrations ** [21:38:05 2020-06-12] 178: Checking batch_updates ** [21:38:05 2020-06-12] 178: Checking gears ** [21:38:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:38:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:10 2020-06-12] 178: Checking imports ** [21:38:10 2020-06-12] 178: Checking exports ** [21:38:10 2020-06-12] 178: Checking users ** [21:38:10 2020-06-12] 178: Checking user_dbs ** [21:38:10 2020-06-12] 178: Checking geocodings ** [21:38:10 2020-06-12] 178: Checking synchronizations ** [21:38:10 2020-06-12] 178: Checking tracker ** [21:38:10 2020-06-12] 178: Checking user_migrations ** [21:38:10 2020-06-12] 178: Checking batch_updates ** [21:38:10 2020-06-12] 178: Checking gears ** [21:38:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:38:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:15 2020-06-12] 178: Checking imports ** [21:38:15 2020-06-12] 178: Checking exports ** [21:38:15 2020-06-12] 178: Checking users ** [21:38:15 2020-06-12] 178: Checking user_dbs ** [21:38:15 2020-06-12] 178: Checking geocodings ** [21:38:15 2020-06-12] 178: Checking synchronizations ** [21:38:15 2020-06-12] 178: Checking tracker ** [21:38:15 2020-06-12] 178: Checking user_migrations ** [21:38:15 2020-06-12] 178: Checking batch_updates ** [21:38:15 2020-06-12] 178: Checking gears ** [21:38:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:38:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:20 2020-06-12] 178: Checking imports ** [21:38:20 2020-06-12] 178: Checking exports ** [21:38:20 2020-06-12] 178: Checking users ** [21:38:20 2020-06-12] 178: Checking user_dbs ** [21:38:20 2020-06-12] 178: Checking geocodings ** [21:38:20 2020-06-12] 178: Checking synchronizations ** [21:38:20 2020-06-12] 178: Checking tracker ** [21:38:20 2020-06-12] 178: Checking user_migrations ** [21:38:20 2020-06-12] 178: Checking batch_updates ** [21:38:20 2020-06-12] 178: Checking gears ** [21:38:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:38:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:25 2020-06-12] 178: Checking imports ** [21:38:25 2020-06-12] 178: Checking exports ** [21:38:25 2020-06-12] 178: Checking users ** [21:38:25 2020-06-12] 178: Checking user_dbs ** [21:38:25 2020-06-12] 178: Checking geocodings ** [21:38:25 2020-06-12] 178: Checking synchronizations ** [21:38:25 2020-06-12] 178: Checking tracker ** [21:38:25 2020-06-12] 178: Checking user_migrations ** [21:38:25 2020-06-12] 178: Checking batch_updates ** [21:38:25 2020-06-12] 178: Checking gears ** [21:38:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:38:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:30 2020-06-12] 178: Checking imports ** [21:38:30 2020-06-12] 178: Checking exports ** [21:38:30 2020-06-12] 178: Checking users ** [21:38:30 2020-06-12] 178: Checking user_dbs ** [21:38:30 2020-06-12] 178: Checking geocodings ** [21:38:30 2020-06-12] 178: Checking synchronizations ** [21:38:30 2020-06-12] 178: Checking tracker ** [21:38:30 2020-06-12] 178: Checking user_migrations ** [21:38:30 2020-06-12] 178: Checking batch_updates ** [21:38:30 2020-06-12] 178: Checking gears ** [21:38:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:38:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:35 2020-06-12] 178: Checking imports ** [21:38:35 2020-06-12] 178: Checking exports ** [21:38:35 2020-06-12] 178: Checking users ** [21:38:35 2020-06-12] 178: Checking user_dbs ** [21:38:35 2020-06-12] 178: Checking geocodings ** [21:38:35 2020-06-12] 178: Checking synchronizations ** [21:38:35 2020-06-12] 178: Checking tracker ** [21:38:35 2020-06-12] 178: Checking user_migrations ** [21:38:35 2020-06-12] 178: Checking batch_updates ** [21:38:35 2020-06-12] 178: Checking gears ** [21:38:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:38:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:40 2020-06-12] 178: Checking imports ** [21:38:40 2020-06-12] 178: Checking exports ** [21:38:40 2020-06-12] 178: Checking users ** [21:38:40 2020-06-12] 178: Checking user_dbs ** [21:38:40 2020-06-12] 178: Checking geocodings ** [21:38:40 2020-06-12] 178: Checking synchronizations ** [21:38:40 2020-06-12] 178: Checking tracker ** [21:38:40 2020-06-12] 178: Checking user_migrations ** [21:38:40 2020-06-12] 178: Checking batch_updates ** [21:38:40 2020-06-12] 178: Checking gears ** [21:38:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:38:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:45 2020-06-12] 178: Checking imports ** [21:38:45 2020-06-12] 178: Checking exports ** [21:38:45 2020-06-12] 178: Checking users ** [21:38:45 2020-06-12] 178: Checking user_dbs ** [21:38:45 2020-06-12] 178: Checking geocodings ** [21:38:45 2020-06-12] 178: Checking synchronizations ** [21:38:45 2020-06-12] 178: Checking tracker ** [21:38:45 2020-06-12] 178: Checking user_migrations ** [21:38:45 2020-06-12] 178: Checking batch_updates ** [21:38:45 2020-06-12] 178: Checking gears ** [21:38:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:38:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:50 2020-06-12] 178: Checking imports ** [21:38:50 2020-06-12] 178: Checking exports ** [21:38:50 2020-06-12] 178: Checking users ** [21:38:50 2020-06-12] 178: Checking user_dbs ** [21:38:50 2020-06-12] 178: Checking geocodings ** [21:38:50 2020-06-12] 178: Checking synchronizations ** [21:38:50 2020-06-12] 178: Checking tracker ** [21:38:50 2020-06-12] 178: Checking user_migrations ** [21:38:50 2020-06-12] 178: Checking batch_updates ** [21:38:50 2020-06-12] 178: Checking gears ** [21:38:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:38:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:55 2020-06-12] 178: Checking imports ** [21:38:55 2020-06-12] 178: Checking exports ** [21:38:55 2020-06-12] 178: Checking users ** [21:38:55 2020-06-12] 178: Checking user_dbs ** [21:38:55 2020-06-12] 178: Checking geocodings ** [21:38:55 2020-06-12] 178: Checking synchronizations ** [21:38:55 2020-06-12] 178: Checking tracker ** [21:38:55 2020-06-12] 178: Checking user_migrations ** [21:38:55 2020-06-12] 178: Checking batch_updates ** [21:38:55 2020-06-12] 178: Checking gears ** [21:38:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:38:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:00 2020-06-12] 178: Checking imports ** [21:39:00 2020-06-12] 178: Checking exports ** [21:39:00 2020-06-12] 178: Checking users ** [21:39:00 2020-06-12] 178: Checking user_dbs ** [21:39:00 2020-06-12] 178: Checking geocodings ** [21:39:00 2020-06-12] 178: Checking synchronizations ** [21:39:00 2020-06-12] 178: Checking tracker ** [21:39:00 2020-06-12] 178: Checking user_migrations ** [21:39:00 2020-06-12] 178: Checking batch_updates ** [21:39:00 2020-06-12] 178: Checking gears ** [21:39:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:39:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:05 2020-06-12] 178: Checking imports ** [21:39:05 2020-06-12] 178: Checking exports ** [21:39:05 2020-06-12] 178: Checking users ** [21:39:05 2020-06-12] 178: Checking user_dbs ** [21:39:05 2020-06-12] 178: Checking geocodings ** [21:39:05 2020-06-12] 178: Checking synchronizations ** [21:39:05 2020-06-12] 178: Checking tracker ** [21:39:05 2020-06-12] 178: Checking user_migrations ** [21:39:05 2020-06-12] 178: Checking batch_updates ** [21:39:05 2020-06-12] 178: Checking gears ** [21:39:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:39:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:10 2020-06-12] 178: Checking imports ** [21:39:10 2020-06-12] 178: Checking exports ** [21:39:10 2020-06-12] 178: Checking users ** [21:39:10 2020-06-12] 178: Checking user_dbs ** [21:39:10 2020-06-12] 178: Checking geocodings ** [21:39:10 2020-06-12] 178: Checking synchronizations ** [21:39:10 2020-06-12] 178: Checking tracker ** [21:39:10 2020-06-12] 178: Checking user_migrations ** [21:39:10 2020-06-12] 178: Checking batch_updates ** [21:39:10 2020-06-12] 178: Checking gears ** [21:39:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:39:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:15 2020-06-12] 178: Checking imports ** [21:39:15 2020-06-12] 178: Checking exports ** [21:39:15 2020-06-12] 178: Checking users ** [21:39:15 2020-06-12] 178: Checking user_dbs ** [21:39:15 2020-06-12] 178: Checking geocodings ** [21:39:15 2020-06-12] 178: Checking synchronizations ** [21:39:15 2020-06-12] 178: Checking tracker ** [21:39:15 2020-06-12] 178: Checking user_migrations ** [21:39:15 2020-06-12] 178: Checking batch_updates ** [21:39:15 2020-06-12] 178: Checking gears ** [21:39:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:39:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:20 2020-06-12] 178: Checking imports ** [21:39:20 2020-06-12] 178: Checking exports ** [21:39:20 2020-06-12] 178: Checking users ** [21:39:20 2020-06-12] 178: Checking user_dbs ** [21:39:20 2020-06-12] 178: Checking geocodings ** [21:39:20 2020-06-12] 178: Checking synchronizations ** [21:39:20 2020-06-12] 178: Checking tracker ** [21:39:20 2020-06-12] 178: Checking user_migrations ** [21:39:20 2020-06-12] 178: Checking batch_updates ** [21:39:20 2020-06-12] 178: Checking gears ** [21:39:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:39:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:25 2020-06-12] 178: Checking imports ** [21:39:25 2020-06-12] 178: Checking exports ** [21:39:25 2020-06-12] 178: Checking users ** [21:39:25 2020-06-12] 178: Checking user_dbs ** [21:39:25 2020-06-12] 178: Checking geocodings ** [21:39:25 2020-06-12] 178: Checking synchronizations ** [21:39:25 2020-06-12] 178: Checking tracker ** [21:39:25 2020-06-12] 178: Checking user_migrations ** [21:39:25 2020-06-12] 178: Checking batch_updates ** [21:39:25 2020-06-12] 178: Checking gears ** [21:39:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:39:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:30 2020-06-12] 178: Checking imports ** [21:39:30 2020-06-12] 178: Checking exports ** [21:39:30 2020-06-12] 178: Checking users ** [21:39:30 2020-06-12] 178: Checking user_dbs ** [21:39:30 2020-06-12] 178: Checking geocodings ** [21:39:30 2020-06-12] 178: Checking synchronizations ** [21:39:30 2020-06-12] 178: Checking tracker ** [21:39:30 2020-06-12] 178: Checking user_migrations ** [21:39:30 2020-06-12] 178: Checking batch_updates ** [21:39:30 2020-06-12] 178: Checking gears ** [21:39:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:39:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:35 2020-06-12] 178: Checking imports ** [21:39:35 2020-06-12] 178: Checking exports ** [21:39:35 2020-06-12] 178: Checking users ** [21:39:35 2020-06-12] 178: Checking user_dbs ** [21:39:35 2020-06-12] 178: Checking geocodings ** [21:39:35 2020-06-12] 178: Checking synchronizations ** [21:39:35 2020-06-12] 178: Checking tracker ** [21:39:35 2020-06-12] 178: Checking user_migrations ** [21:39:35 2020-06-12] 178: Checking batch_updates ** [21:39:35 2020-06-12] 178: Checking gears ** [21:39:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:39:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:40 2020-06-12] 178: Checking imports ** [21:39:40 2020-06-12] 178: Checking exports ** [21:39:40 2020-06-12] 178: Checking users ** [21:39:40 2020-06-12] 178: Checking user_dbs ** [21:39:40 2020-06-12] 178: Checking geocodings ** [21:39:40 2020-06-12] 178: Checking synchronizations ** [21:39:40 2020-06-12] 178: Checking tracker ** [21:39:40 2020-06-12] 178: Checking user_migrations ** [21:39:40 2020-06-12] 178: Checking batch_updates ** [21:39:40 2020-06-12] 178: Checking gears ** [21:39:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:39:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:45 2020-06-12] 178: Checking imports ** [21:39:45 2020-06-12] 178: Checking exports ** [21:39:45 2020-06-12] 178: Checking users ** [21:39:45 2020-06-12] 178: Checking user_dbs ** [21:39:45 2020-06-12] 178: Checking geocodings ** [21:39:45 2020-06-12] 178: Checking synchronizations ** [21:39:45 2020-06-12] 178: Checking tracker ** [21:39:45 2020-06-12] 178: Checking user_migrations ** [21:39:45 2020-06-12] 178: Checking batch_updates ** [21:39:45 2020-06-12] 178: Checking gears ** [21:39:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:39:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:50 2020-06-12] 178: Checking imports ** [21:39:50 2020-06-12] 178: Checking exports ** [21:39:50 2020-06-12] 178: Checking users ** [21:39:50 2020-06-12] 178: Checking user_dbs ** [21:39:50 2020-06-12] 178: Checking geocodings ** [21:39:50 2020-06-12] 178: Checking synchronizations ** [21:39:50 2020-06-12] 178: Checking tracker ** [21:39:50 2020-06-12] 178: Checking user_migrations ** [21:39:50 2020-06-12] 178: Checking batch_updates ** [21:39:50 2020-06-12] 178: Checking gears ** [21:39:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:39:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:55 2020-06-12] 178: Checking imports ** [21:39:55 2020-06-12] 178: Checking exports ** [21:39:55 2020-06-12] 178: Checking users ** [21:39:55 2020-06-12] 178: Checking user_dbs ** [21:39:55 2020-06-12] 178: Checking geocodings ** [21:39:55 2020-06-12] 178: Checking synchronizations ** [21:39:55 2020-06-12] 178: Checking tracker ** [21:39:55 2020-06-12] 178: Checking user_migrations ** [21:39:55 2020-06-12] 178: Checking batch_updates ** [21:39:55 2020-06-12] 178: Checking gears ** [21:39:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:39:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:00 2020-06-12] 178: Checking imports ** [21:40:00 2020-06-12] 178: Checking exports ** [21:40:00 2020-06-12] 178: Checking users ** [21:40:00 2020-06-12] 178: Checking user_dbs ** [21:40:00 2020-06-12] 178: Checking geocodings ** [21:40:00 2020-06-12] 178: Checking synchronizations ** [21:40:00 2020-06-12] 178: Checking tracker ** [21:40:00 2020-06-12] 178: Checking user_migrations ** [21:40:00 2020-06-12] 178: Checking batch_updates ** [21:40:00 2020-06-12] 178: Checking gears ** [21:40:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:40:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:05 2020-06-12] 178: Checking imports ** [21:40:05 2020-06-12] 178: Checking exports ** [21:40:05 2020-06-12] 178: Checking users ** [21:40:05 2020-06-12] 178: Checking user_dbs ** [21:40:05 2020-06-12] 178: Checking geocodings ** [21:40:05 2020-06-12] 178: Checking synchronizations ** [21:40:05 2020-06-12] 178: Checking tracker ** [21:40:05 2020-06-12] 178: Checking user_migrations ** [21:40:05 2020-06-12] 178: Checking batch_updates ** [21:40:05 2020-06-12] 178: Checking gears ** [21:40:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:40:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:10 2020-06-12] 178: Checking imports ** [21:40:10 2020-06-12] 178: Checking exports ** [21:40:10 2020-06-12] 178: Checking users ** [21:40:10 2020-06-12] 178: Checking user_dbs ** [21:40:10 2020-06-12] 178: Checking geocodings ** [21:40:10 2020-06-12] 178: Checking synchronizations ** [21:40:10 2020-06-12] 178: Checking tracker ** [21:40:10 2020-06-12] 178: Checking user_migrations ** [21:40:10 2020-06-12] 178: Checking batch_updates ** [21:40:10 2020-06-12] 178: Checking gears ** [21:40:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:40:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:15 2020-06-12] 178: Checking imports ** [21:40:15 2020-06-12] 178: Checking exports ** [21:40:15 2020-06-12] 178: Checking users ** [21:40:15 2020-06-12] 178: Checking user_dbs ** [21:40:15 2020-06-12] 178: Checking geocodings ** [21:40:15 2020-06-12] 178: Checking synchronizations ** [21:40:15 2020-06-12] 178: Checking tracker ** [21:40:15 2020-06-12] 178: Checking user_migrations ** [21:40:15 2020-06-12] 178: Checking batch_updates ** [21:40:15 2020-06-12] 178: Checking gears ** [21:40:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:40:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:20 2020-06-12] 178: Checking imports ** [21:40:20 2020-06-12] 178: Checking exports ** [21:40:20 2020-06-12] 178: Checking users ** [21:40:20 2020-06-12] 178: Checking user_dbs ** [21:40:20 2020-06-12] 178: Checking geocodings ** [21:40:20 2020-06-12] 178: Checking synchronizations ** [21:40:20 2020-06-12] 178: Checking tracker ** [21:40:20 2020-06-12] 178: Checking user_migrations ** [21:40:20 2020-06-12] 178: Checking batch_updates ** [21:40:20 2020-06-12] 178: Checking gears ** [21:40:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:40:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:25 2020-06-12] 178: Checking imports ** [21:40:25 2020-06-12] 178: Checking exports ** [21:40:25 2020-06-12] 178: Checking users ** [21:40:25 2020-06-12] 178: Checking user_dbs ** [21:40:25 2020-06-12] 178: Checking geocodings ** [21:40:25 2020-06-12] 178: Checking synchronizations ** [21:40:25 2020-06-12] 178: Checking tracker ** [21:40:25 2020-06-12] 178: Checking user_migrations ** [21:40:25 2020-06-12] 178: Checking batch_updates ** [21:40:25 2020-06-12] 178: Checking gears ** [21:40:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:40:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:30 2020-06-12] 178: Checking imports ** [21:40:30 2020-06-12] 178: Checking exports ** [21:40:30 2020-06-12] 178: Checking users ** [21:40:30 2020-06-12] 178: Checking user_dbs ** [21:40:30 2020-06-12] 178: Checking geocodings ** [21:40:30 2020-06-12] 178: Checking synchronizations ** [21:40:30 2020-06-12] 178: Checking tracker ** [21:40:30 2020-06-12] 178: Checking user_migrations ** [21:40:30 2020-06-12] 178: Checking batch_updates ** [21:40:30 2020-06-12] 178: Checking gears ** [21:40:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:40:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:35 2020-06-12] 178: Checking imports ** [21:40:35 2020-06-12] 178: Checking exports ** [21:40:35 2020-06-12] 178: Checking users ** [21:40:35 2020-06-12] 178: Checking user_dbs ** [21:40:35 2020-06-12] 178: Checking geocodings ** [21:40:35 2020-06-12] 178: Checking synchronizations ** [21:40:35 2020-06-12] 178: Checking tracker ** [21:40:35 2020-06-12] 178: Checking user_migrations ** [21:40:35 2020-06-12] 178: Checking batch_updates ** [21:40:35 2020-06-12] 178: Checking gears ** [21:40:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:40:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:40 2020-06-12] 178: Checking imports ** [21:40:40 2020-06-12] 178: Checking exports ** [21:40:40 2020-06-12] 178: Checking users ** [21:40:40 2020-06-12] 178: Checking user_dbs ** [21:40:40 2020-06-12] 178: Checking geocodings ** [21:40:40 2020-06-12] 178: Checking synchronizations ** [21:40:40 2020-06-12] 178: Checking tracker ** [21:40:40 2020-06-12] 178: Checking user_migrations ** [21:40:40 2020-06-12] 178: Checking batch_updates ** [21:40:40 2020-06-12] 178: Checking gears ** [21:40:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:40:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:45 2020-06-12] 178: Checking imports ** [21:40:45 2020-06-12] 178: Checking exports ** [21:40:45 2020-06-12] 178: Checking users ** [21:40:45 2020-06-12] 178: Checking user_dbs ** [21:40:45 2020-06-12] 178: Checking geocodings ** [21:40:45 2020-06-12] 178: Checking synchronizations ** [21:40:45 2020-06-12] 178: Checking tracker ** [21:40:45 2020-06-12] 178: Checking user_migrations ** [21:40:45 2020-06-12] 178: Checking batch_updates ** [21:40:45 2020-06-12] 178: Checking gears ** [21:40:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:40:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:50 2020-06-12] 178: Checking imports ** [21:40:50 2020-06-12] 178: Checking exports ** [21:40:50 2020-06-12] 178: Checking users ** [21:40:50 2020-06-12] 178: Checking user_dbs ** [21:40:50 2020-06-12] 178: Checking geocodings ** [21:40:50 2020-06-12] 178: Checking synchronizations ** [21:40:50 2020-06-12] 178: Checking tracker ** [21:40:50 2020-06-12] 178: Checking user_migrations ** [21:40:50 2020-06-12] 178: Checking batch_updates ** [21:40:50 2020-06-12] 178: Checking gears ** [21:40:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:40:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:55 2020-06-12] 178: Checking imports ** [21:40:55 2020-06-12] 178: Checking exports ** [21:40:55 2020-06-12] 178: Checking users ** [21:40:55 2020-06-12] 178: Checking user_dbs ** [21:40:55 2020-06-12] 178: Checking geocodings ** [21:40:55 2020-06-12] 178: Checking synchronizations ** [21:40:55 2020-06-12] 178: Checking tracker ** [21:40:55 2020-06-12] 178: Checking user_migrations ** [21:40:55 2020-06-12] 178: Checking batch_updates ** [21:40:55 2020-06-12] 178: Checking gears ** [21:40:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:40:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:00 2020-06-12] 178: Checking imports ** [21:41:00 2020-06-12] 178: Checking exports ** [21:41:00 2020-06-12] 178: Checking users ** [21:41:00 2020-06-12] 178: Checking user_dbs ** [21:41:00 2020-06-12] 178: Checking geocodings ** [21:41:00 2020-06-12] 178: Checking synchronizations ** [21:41:00 2020-06-12] 178: Checking tracker ** [21:41:00 2020-06-12] 178: Checking user_migrations ** [21:41:00 2020-06-12] 178: Checking batch_updates ** [21:41:00 2020-06-12] 178: Checking gears ** [21:41:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:41:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:05 2020-06-12] 178: Checking imports ** [21:41:05 2020-06-12] 178: Checking exports ** [21:41:05 2020-06-12] 178: Checking users ** [21:41:05 2020-06-12] 178: Checking user_dbs ** [21:41:05 2020-06-12] 178: Checking geocodings ** [21:41:05 2020-06-12] 178: Checking synchronizations ** [21:41:05 2020-06-12] 178: Checking tracker ** [21:41:05 2020-06-12] 178: Checking user_migrations ** [21:41:05 2020-06-12] 178: Checking batch_updates ** [21:41:05 2020-06-12] 178: Checking gears ** [21:41:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:41:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:10 2020-06-12] 178: Checking imports ** [21:41:10 2020-06-12] 178: Checking exports ** [21:41:10 2020-06-12] 178: Checking users ** [21:41:10 2020-06-12] 178: Checking user_dbs ** [21:41:10 2020-06-12] 178: Checking geocodings ** [21:41:10 2020-06-12] 178: Checking synchronizations ** [21:41:10 2020-06-12] 178: Checking tracker ** [21:41:10 2020-06-12] 178: Checking user_migrations ** [21:41:10 2020-06-12] 178: Checking batch_updates ** [21:41:10 2020-06-12] 178: Checking gears ** [21:41:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:41:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:15 2020-06-12] 178: Checking imports ** [21:41:15 2020-06-12] 178: Checking exports ** [21:41:15 2020-06-12] 178: Checking users ** [21:41:15 2020-06-12] 178: Checking user_dbs ** [21:41:15 2020-06-12] 178: Checking geocodings ** [21:41:15 2020-06-12] 178: Checking synchronizations ** [21:41:15 2020-06-12] 178: Checking tracker ** [21:41:15 2020-06-12] 178: Checking user_migrations ** [21:41:15 2020-06-12] 178: Checking batch_updates ** [21:41:15 2020-06-12] 178: Checking gears ** [21:41:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:41:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:20 2020-06-12] 178: Checking imports ** [21:41:20 2020-06-12] 178: Checking exports ** [21:41:20 2020-06-12] 178: Checking users ** [21:41:20 2020-06-12] 178: Checking user_dbs ** [21:41:20 2020-06-12] 178: Checking geocodings ** [21:41:20 2020-06-12] 178: Checking synchronizations ** [21:41:20 2020-06-12] 178: Checking tracker ** [21:41:20 2020-06-12] 178: Checking user_migrations ** [21:41:20 2020-06-12] 178: Checking batch_updates ** [21:41:20 2020-06-12] 178: Checking gears ** [21:41:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:41:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:25 2020-06-12] 178: Checking imports ** [21:41:25 2020-06-12] 178: Checking exports ** [21:41:25 2020-06-12] 178: Checking users ** [21:41:25 2020-06-12] 178: Checking user_dbs ** [21:41:25 2020-06-12] 178: Checking geocodings ** [21:41:25 2020-06-12] 178: Checking synchronizations ** [21:41:25 2020-06-12] 178: Checking tracker ** [21:41:25 2020-06-12] 178: Checking user_migrations ** [21:41:25 2020-06-12] 178: Checking batch_updates ** [21:41:25 2020-06-12] 178: Checking gears ** [21:41:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:41:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:30 2020-06-12] 178: Checking imports ** [21:41:30 2020-06-12] 178: Checking exports ** [21:41:30 2020-06-12] 178: Checking users ** [21:41:30 2020-06-12] 178: Checking user_dbs ** [21:41:30 2020-06-12] 178: Checking geocodings ** [21:41:30 2020-06-12] 178: Checking synchronizations ** [21:41:30 2020-06-12] 178: Checking tracker ** [21:41:30 2020-06-12] 178: Checking user_migrations ** [21:41:30 2020-06-12] 178: Checking batch_updates ** [21:41:30 2020-06-12] 178: Checking gears ** [21:41:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:41:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:35 2020-06-12] 178: Checking imports ** [21:41:35 2020-06-12] 178: Checking exports ** [21:41:35 2020-06-12] 178: Checking users ** [21:41:35 2020-06-12] 178: Checking user_dbs ** [21:41:35 2020-06-12] 178: Checking geocodings ** [21:41:35 2020-06-12] 178: Checking synchronizations ** [21:41:35 2020-06-12] 178: Checking tracker ** [21:41:35 2020-06-12] 178: Checking user_migrations ** [21:41:35 2020-06-12] 178: Checking batch_updates ** [21:41:35 2020-06-12] 178: Checking gears ** [21:41:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:41:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:40 2020-06-12] 178: Checking imports ** [21:41:40 2020-06-12] 178: Checking exports ** [21:41:40 2020-06-12] 178: Checking users ** [21:41:40 2020-06-12] 178: Checking user_dbs ** [21:41:40 2020-06-12] 178: Checking geocodings ** [21:41:40 2020-06-12] 178: Checking synchronizations ** [21:41:40 2020-06-12] 178: Checking tracker ** [21:41:40 2020-06-12] 178: Checking user_migrations ** [21:41:40 2020-06-12] 178: Checking batch_updates ** [21:41:40 2020-06-12] 178: Checking gears ** [21:41:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:41:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:46 2020-06-12] 178: Checking imports ** [21:41:46 2020-06-12] 178: Checking exports ** [21:41:46 2020-06-12] 178: Checking users ** [21:41:46 2020-06-12] 178: Checking user_dbs ** [21:41:46 2020-06-12] 178: Checking geocodings ** [21:41:46 2020-06-12] 178: Checking synchronizations ** [21:41:46 2020-06-12] 178: Checking tracker ** [21:41:46 2020-06-12] 178: Checking user_migrations ** [21:41:46 2020-06-12] 178: Checking batch_updates ** [21:41:46 2020-06-12] 178: Checking gears ** [21:41:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:41:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:51 2020-06-12] 178: Checking imports ** [21:41:51 2020-06-12] 178: Checking exports ** [21:41:51 2020-06-12] 178: Checking users ** [21:41:51 2020-06-12] 178: Checking user_dbs ** [21:41:51 2020-06-12] 178: Checking geocodings ** [21:41:51 2020-06-12] 178: Checking synchronizations ** [21:41:51 2020-06-12] 178: Checking tracker ** [21:41:51 2020-06-12] 178: Checking user_migrations ** [21:41:51 2020-06-12] 178: Checking batch_updates ** [21:41:51 2020-06-12] 178: Checking gears ** [21:41:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:41:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:56 2020-06-12] 178: Checking imports ** [21:41:56 2020-06-12] 178: Checking exports ** [21:41:56 2020-06-12] 178: Checking users ** [21:41:56 2020-06-12] 178: Checking user_dbs ** [21:41:56 2020-06-12] 178: Checking geocodings ** [21:41:56 2020-06-12] 178: Checking synchronizations ** [21:41:56 2020-06-12] 178: Checking tracker ** [21:41:56 2020-06-12] 178: Checking user_migrations ** [21:41:56 2020-06-12] 178: Checking batch_updates ** [21:41:56 2020-06-12] 178: Checking gears ** [21:41:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:41:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:01 2020-06-12] 178: Checking imports ** [21:42:01 2020-06-12] 178: Checking exports ** [21:42:01 2020-06-12] 178: Checking users ** [21:42:01 2020-06-12] 178: Checking user_dbs ** [21:42:01 2020-06-12] 178: Checking geocodings ** [21:42:01 2020-06-12] 178: Checking synchronizations ** [21:42:01 2020-06-12] 178: Checking tracker ** [21:42:01 2020-06-12] 178: Checking user_migrations ** [21:42:01 2020-06-12] 178: Checking batch_updates ** [21:42:01 2020-06-12] 178: Checking gears ** [21:42:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:42:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:06 2020-06-12] 178: Checking imports ** [21:42:06 2020-06-12] 178: Checking exports ** [21:42:06 2020-06-12] 178: Checking users ** [21:42:06 2020-06-12] 178: Checking user_dbs ** [21:42:06 2020-06-12] 178: Checking geocodings ** [21:42:06 2020-06-12] 178: Checking synchronizations ** [21:42:06 2020-06-12] 178: Checking tracker ** [21:42:06 2020-06-12] 178: Checking user_migrations ** [21:42:06 2020-06-12] 178: Checking batch_updates ** [21:42:06 2020-06-12] 178: Checking gears ** [21:42:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:42:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:11 2020-06-12] 178: Checking imports ** [21:42:11 2020-06-12] 178: Checking exports ** [21:42:11 2020-06-12] 178: Checking users ** [21:42:11 2020-06-12] 178: Checking user_dbs ** [21:42:11 2020-06-12] 178: Checking geocodings ** [21:42:11 2020-06-12] 178: Checking synchronizations ** [21:42:11 2020-06-12] 178: Checking tracker ** [21:42:11 2020-06-12] 178: Checking user_migrations ** [21:42:11 2020-06-12] 178: Checking batch_updates ** [21:42:11 2020-06-12] 178: Checking gears ** [21:42:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:42:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:16 2020-06-12] 178: Checking imports ** [21:42:16 2020-06-12] 178: Checking exports ** [21:42:16 2020-06-12] 178: Checking users ** [21:42:16 2020-06-12] 178: Checking user_dbs ** [21:42:16 2020-06-12] 178: Checking geocodings ** [21:42:16 2020-06-12] 178: Checking synchronizations ** [21:42:16 2020-06-12] 178: Checking tracker ** [21:42:16 2020-06-12] 178: Checking user_migrations ** [21:42:16 2020-06-12] 178: Checking batch_updates ** [21:42:16 2020-06-12] 178: Checking gears ** [21:42:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:42:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:21 2020-06-12] 178: Checking imports ** [21:42:21 2020-06-12] 178: Checking exports ** [21:42:21 2020-06-12] 178: Checking users ** [21:42:21 2020-06-12] 178: Checking user_dbs ** [21:42:21 2020-06-12] 178: Checking geocodings ** [21:42:21 2020-06-12] 178: Checking synchronizations ** [21:42:21 2020-06-12] 178: Checking tracker ** [21:42:21 2020-06-12] 178: Checking user_migrations ** [21:42:21 2020-06-12] 178: Checking batch_updates ** [21:42:21 2020-06-12] 178: Checking gears ** [21:42:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:42:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:26 2020-06-12] 178: Checking imports ** [21:42:26 2020-06-12] 178: Checking exports ** [21:42:26 2020-06-12] 178: Checking users ** [21:42:26 2020-06-12] 178: Checking user_dbs ** [21:42:26 2020-06-12] 178: Checking geocodings ** [21:42:26 2020-06-12] 178: Checking synchronizations ** [21:42:26 2020-06-12] 178: Checking tracker ** [21:42:26 2020-06-12] 178: Checking user_migrations ** [21:42:26 2020-06-12] 178: Checking batch_updates ** [21:42:26 2020-06-12] 178: Checking gears ** [21:42:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:42:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:31 2020-06-12] 178: Checking imports ** [21:42:31 2020-06-12] 178: Checking exports ** [21:42:31 2020-06-12] 178: Checking users ** [21:42:31 2020-06-12] 178: Checking user_dbs ** [21:42:31 2020-06-12] 178: Checking geocodings ** [21:42:31 2020-06-12] 178: Checking synchronizations ** [21:42:31 2020-06-12] 178: Checking tracker ** [21:42:31 2020-06-12] 178: Checking user_migrations ** [21:42:31 2020-06-12] 178: Checking batch_updates ** [21:42:31 2020-06-12] 178: Checking gears ** [21:42:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:42:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:36 2020-06-12] 178: Checking imports ** [21:42:36 2020-06-12] 178: Checking exports ** [21:42:36 2020-06-12] 178: Checking users ** [21:42:36 2020-06-12] 178: Checking user_dbs ** [21:42:36 2020-06-12] 178: Checking geocodings ** [21:42:36 2020-06-12] 178: Checking synchronizations ** [21:42:36 2020-06-12] 178: Checking tracker ** [21:42:36 2020-06-12] 178: Checking user_migrations ** [21:42:36 2020-06-12] 178: Checking batch_updates ** [21:42:36 2020-06-12] 178: Checking gears ** [21:42:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:42:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:41 2020-06-12] 178: Checking imports ** [21:42:41 2020-06-12] 178: Checking exports ** [21:42:41 2020-06-12] 178: Checking users ** [21:42:41 2020-06-12] 178: Checking user_dbs ** [21:42:41 2020-06-12] 178: Checking geocodings ** [21:42:41 2020-06-12] 178: Checking synchronizations ** [21:42:41 2020-06-12] 178: Checking tracker ** [21:42:41 2020-06-12] 178: Checking user_migrations ** [21:42:41 2020-06-12] 178: Checking batch_updates ** [21:42:41 2020-06-12] 178: Checking gears ** [21:42:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:42:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:46 2020-06-12] 178: Checking imports ** [21:42:46 2020-06-12] 178: Checking exports ** [21:42:46 2020-06-12] 178: Checking users ** [21:42:46 2020-06-12] 178: Checking user_dbs ** [21:42:46 2020-06-12] 178: Checking geocodings ** [21:42:46 2020-06-12] 178: Checking synchronizations ** [21:42:46 2020-06-12] 178: Checking tracker ** [21:42:46 2020-06-12] 178: Checking user_migrations ** [21:42:46 2020-06-12] 178: Checking batch_updates ** [21:42:46 2020-06-12] 178: Checking gears ** [21:42:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:42:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:51 2020-06-12] 178: Checking imports ** [21:42:51 2020-06-12] 178: Checking exports ** [21:42:51 2020-06-12] 178: Checking users ** [21:42:51 2020-06-12] 178: Checking user_dbs ** [21:42:51 2020-06-12] 178: Checking geocodings ** [21:42:51 2020-06-12] 178: Checking synchronizations ** [21:42:51 2020-06-12] 178: Checking tracker ** [21:42:51 2020-06-12] 178: Checking user_migrations ** [21:42:51 2020-06-12] 178: Checking batch_updates ** [21:42:51 2020-06-12] 178: Checking gears ** [21:42:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:42:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:56 2020-06-12] 178: Checking imports ** [21:42:56 2020-06-12] 178: Checking exports ** [21:42:56 2020-06-12] 178: Checking users ** [21:42:56 2020-06-12] 178: Checking user_dbs ** [21:42:56 2020-06-12] 178: Checking geocodings ** [21:42:56 2020-06-12] 178: Checking synchronizations ** [21:42:56 2020-06-12] 178: Checking tracker ** [21:42:56 2020-06-12] 178: Checking user_migrations ** [21:42:56 2020-06-12] 178: Checking batch_updates ** [21:42:56 2020-06-12] 178: Checking gears ** [21:42:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:42:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:01 2020-06-12] 178: Checking imports ** [21:43:01 2020-06-12] 178: Checking exports ** [21:43:01 2020-06-12] 178: Checking users ** [21:43:01 2020-06-12] 178: Checking user_dbs ** [21:43:01 2020-06-12] 178: Checking geocodings ** [21:43:01 2020-06-12] 178: Checking synchronizations ** [21:43:01 2020-06-12] 178: Checking tracker ** [21:43:01 2020-06-12] 178: Checking user_migrations ** [21:43:01 2020-06-12] 178: Checking batch_updates ** [21:43:01 2020-06-12] 178: Checking gears ** [21:43:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:43:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:06 2020-06-12] 178: Checking imports ** [21:43:06 2020-06-12] 178: Checking exports ** [21:43:06 2020-06-12] 178: Checking users ** [21:43:06 2020-06-12] 178: Checking user_dbs ** [21:43:06 2020-06-12] 178: Checking geocodings ** [21:43:06 2020-06-12] 178: Checking synchronizations ** [21:43:06 2020-06-12] 178: Checking tracker ** [21:43:06 2020-06-12] 178: Checking user_migrations ** [21:43:06 2020-06-12] 178: Checking batch_updates ** [21:43:06 2020-06-12] 178: Checking gears ** [21:43:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:43:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:11 2020-06-12] 178: Checking imports ** [21:43:11 2020-06-12] 178: Checking exports ** [21:43:11 2020-06-12] 178: Checking users ** [21:43:11 2020-06-12] 178: Checking user_dbs ** [21:43:11 2020-06-12] 178: Checking geocodings ** [21:43:11 2020-06-12] 178: Checking synchronizations ** [21:43:11 2020-06-12] 178: Checking tracker ** [21:43:11 2020-06-12] 178: Checking user_migrations ** [21:43:11 2020-06-12] 178: Checking batch_updates ** [21:43:11 2020-06-12] 178: Checking gears ** [21:43:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:43:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:16 2020-06-12] 178: Checking imports ** [21:43:16 2020-06-12] 178: Checking exports ** [21:43:16 2020-06-12] 178: Checking users ** [21:43:16 2020-06-12] 178: Checking user_dbs ** [21:43:16 2020-06-12] 178: Checking geocodings ** [21:43:16 2020-06-12] 178: Checking synchronizations ** [21:43:16 2020-06-12] 178: Checking tracker ** [21:43:16 2020-06-12] 178: Checking user_migrations ** [21:43:16 2020-06-12] 178: Checking batch_updates ** [21:43:16 2020-06-12] 178: Checking gears ** [21:43:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:43:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:21 2020-06-12] 178: Checking imports ** [21:43:21 2020-06-12] 178: Checking exports ** [21:43:21 2020-06-12] 178: Checking users ** [21:43:21 2020-06-12] 178: Checking user_dbs ** [21:43:21 2020-06-12] 178: Checking geocodings ** [21:43:21 2020-06-12] 178: Checking synchronizations ** [21:43:21 2020-06-12] 178: Checking tracker ** [21:43:21 2020-06-12] 178: Checking user_migrations ** [21:43:21 2020-06-12] 178: Checking batch_updates ** [21:43:21 2020-06-12] 178: Checking gears ** [21:43:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:43:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:26 2020-06-12] 178: Checking imports ** [21:43:26 2020-06-12] 178: Checking exports ** [21:43:26 2020-06-12] 178: Checking users ** [21:43:26 2020-06-12] 178: Checking user_dbs ** [21:43:26 2020-06-12] 178: Checking geocodings ** [21:43:26 2020-06-12] 178: Checking synchronizations ** [21:43:26 2020-06-12] 178: Checking tracker ** [21:43:26 2020-06-12] 178: Checking user_migrations ** [21:43:26 2020-06-12] 178: Checking batch_updates ** [21:43:26 2020-06-12] 178: Checking gears ** [21:43:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:43:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:31 2020-06-12] 178: Checking imports ** [21:43:31 2020-06-12] 178: Checking exports ** [21:43:31 2020-06-12] 178: Checking users ** [21:43:31 2020-06-12] 178: Checking user_dbs ** [21:43:31 2020-06-12] 178: Checking geocodings ** [21:43:31 2020-06-12] 178: Checking synchronizations ** [21:43:31 2020-06-12] 178: Checking tracker ** [21:43:31 2020-06-12] 178: Checking user_migrations ** [21:43:31 2020-06-12] 178: Checking batch_updates ** [21:43:31 2020-06-12] 178: Checking gears ** [21:43:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:43:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:36 2020-06-12] 178: Checking imports ** [21:43:36 2020-06-12] 178: Checking exports ** [21:43:36 2020-06-12] 178: Checking users ** [21:43:36 2020-06-12] 178: Checking user_dbs ** [21:43:36 2020-06-12] 178: Checking geocodings ** [21:43:36 2020-06-12] 178: Checking synchronizations ** [21:43:36 2020-06-12] 178: Checking tracker ** [21:43:36 2020-06-12] 178: Checking user_migrations ** [21:43:36 2020-06-12] 178: Checking batch_updates ** [21:43:36 2020-06-12] 178: Checking gears ** [21:43:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:43:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:41 2020-06-12] 178: Checking imports ** [21:43:41 2020-06-12] 178: Checking exports ** [21:43:41 2020-06-12] 178: Checking users ** [21:43:41 2020-06-12] 178: Checking user_dbs ** [21:43:41 2020-06-12] 178: Checking geocodings ** [21:43:41 2020-06-12] 178: Checking synchronizations ** [21:43:41 2020-06-12] 178: Checking tracker ** [21:43:41 2020-06-12] 178: Checking user_migrations ** [21:43:41 2020-06-12] 178: Checking batch_updates ** [21:43:41 2020-06-12] 178: Checking gears ** [21:43:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:43:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:46 2020-06-12] 178: Checking imports ** [21:43:46 2020-06-12] 178: Checking exports ** [21:43:46 2020-06-12] 178: Checking users ** [21:43:46 2020-06-12] 178: Checking user_dbs ** [21:43:46 2020-06-12] 178: Checking geocodings ** [21:43:46 2020-06-12] 178: Checking synchronizations ** [21:43:46 2020-06-12] 178: Checking tracker ** [21:43:46 2020-06-12] 178: Checking user_migrations ** [21:43:46 2020-06-12] 178: Checking batch_updates ** [21:43:46 2020-06-12] 178: Checking gears ** [21:43:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:43:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:51 2020-06-12] 178: Checking imports ** [21:43:51 2020-06-12] 178: Checking exports ** [21:43:51 2020-06-12] 178: Checking users ** [21:43:51 2020-06-12] 178: Checking user_dbs ** [21:43:51 2020-06-12] 178: Checking geocodings ** [21:43:51 2020-06-12] 178: Checking synchronizations ** [21:43:51 2020-06-12] 178: Checking tracker ** [21:43:51 2020-06-12] 178: Checking user_migrations ** [21:43:51 2020-06-12] 178: Checking batch_updates ** [21:43:51 2020-06-12] 178: Checking gears ** [21:43:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:43:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:56 2020-06-12] 178: Checking imports ** [21:43:56 2020-06-12] 178: Checking exports ** [21:43:56 2020-06-12] 178: Checking users ** [21:43:56 2020-06-12] 178: Checking user_dbs ** [21:43:56 2020-06-12] 178: Checking geocodings ** [21:43:56 2020-06-12] 178: Checking synchronizations ** [21:43:56 2020-06-12] 178: Checking tracker ** [21:43:56 2020-06-12] 178: Checking user_migrations ** [21:43:56 2020-06-12] 178: Checking batch_updates ** [21:43:56 2020-06-12] 178: Checking gears ** [21:43:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:43:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:01 2020-06-12] 178: Checking imports ** [21:44:01 2020-06-12] 178: Checking exports ** [21:44:01 2020-06-12] 178: Checking users ** [21:44:01 2020-06-12] 178: Checking user_dbs ** [21:44:01 2020-06-12] 178: Checking geocodings ** [21:44:01 2020-06-12] 178: Checking synchronizations ** [21:44:01 2020-06-12] 178: Checking tracker ** [21:44:01 2020-06-12] 178: Checking user_migrations ** [21:44:01 2020-06-12] 178: Checking batch_updates ** [21:44:01 2020-06-12] 178: Checking gears ** [21:44:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:44:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:06 2020-06-12] 178: Checking imports ** [21:44:06 2020-06-12] 178: Checking exports ** [21:44:06 2020-06-12] 178: Checking users ** [21:44:06 2020-06-12] 178: Checking user_dbs ** [21:44:06 2020-06-12] 178: Checking geocodings ** [21:44:06 2020-06-12] 178: Checking synchronizations ** [21:44:06 2020-06-12] 178: Checking tracker ** [21:44:06 2020-06-12] 178: Checking user_migrations ** [21:44:06 2020-06-12] 178: Checking batch_updates ** [21:44:06 2020-06-12] 178: Checking gears ** [21:44:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:44:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:11 2020-06-12] 178: Checking imports ** [21:44:11 2020-06-12] 178: Checking exports ** [21:44:11 2020-06-12] 178: Checking users ** [21:44:11 2020-06-12] 178: Checking user_dbs ** [21:44:11 2020-06-12] 178: Checking geocodings ** [21:44:11 2020-06-12] 178: Checking synchronizations ** [21:44:11 2020-06-12] 178: Checking tracker ** [21:44:11 2020-06-12] 178: Checking user_migrations ** [21:44:11 2020-06-12] 178: Checking batch_updates ** [21:44:11 2020-06-12] 178: Checking gears ** [21:44:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:44:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:16 2020-06-12] 178: Checking imports ** [21:44:16 2020-06-12] 178: Checking exports ** [21:44:16 2020-06-12] 178: Checking users ** [21:44:16 2020-06-12] 178: Checking user_dbs ** [21:44:16 2020-06-12] 178: Checking geocodings ** [21:44:16 2020-06-12] 178: Checking synchronizations ** [21:44:16 2020-06-12] 178: Checking tracker ** [21:44:16 2020-06-12] 178: Checking user_migrations ** [21:44:16 2020-06-12] 178: Checking batch_updates ** [21:44:16 2020-06-12] 178: Checking gears ** [21:44:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:44:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:21 2020-06-12] 178: Checking imports ** [21:44:21 2020-06-12] 178: Checking exports ** [21:44:21 2020-06-12] 178: Checking users ** [21:44:21 2020-06-12] 178: Checking user_dbs ** [21:44:21 2020-06-12] 178: Checking geocodings ** [21:44:21 2020-06-12] 178: Checking synchronizations ** [21:44:21 2020-06-12] 178: Checking tracker ** [21:44:21 2020-06-12] 178: Checking user_migrations ** [21:44:21 2020-06-12] 178: Checking batch_updates ** [21:44:21 2020-06-12] 178: Checking gears ** [21:44:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:44:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:26 2020-06-12] 178: Checking imports ** [21:44:26 2020-06-12] 178: Checking exports ** [21:44:26 2020-06-12] 178: Checking users ** [21:44:26 2020-06-12] 178: Checking user_dbs ** [21:44:26 2020-06-12] 178: Checking geocodings ** [21:44:26 2020-06-12] 178: Checking synchronizations ** [21:44:26 2020-06-12] 178: Checking tracker ** [21:44:26 2020-06-12] 178: Checking user_migrations ** [21:44:26 2020-06-12] 178: Checking batch_updates ** [21:44:26 2020-06-12] 178: Checking gears ** [21:44:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:44:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:31 2020-06-12] 178: Checking imports ** [21:44:31 2020-06-12] 178: Checking exports ** [21:44:31 2020-06-12] 178: Checking users ** [21:44:31 2020-06-12] 178: Checking user_dbs ** [21:44:31 2020-06-12] 178: Checking geocodings ** [21:44:31 2020-06-12] 178: Checking synchronizations ** [21:44:31 2020-06-12] 178: Checking tracker ** [21:44:31 2020-06-12] 178: Checking user_migrations ** [21:44:31 2020-06-12] 178: Checking batch_updates ** [21:44:31 2020-06-12] 178: Checking gears ** [21:44:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:44:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:36 2020-06-12] 178: Checking imports ** [21:44:36 2020-06-12] 178: Checking exports ** [21:44:36 2020-06-12] 178: Checking users ** [21:44:36 2020-06-12] 178: Checking user_dbs ** [21:44:36 2020-06-12] 178: Checking geocodings ** [21:44:36 2020-06-12] 178: Checking synchronizations ** [21:44:36 2020-06-12] 178: Checking tracker ** [21:44:36 2020-06-12] 178: Checking user_migrations ** [21:44:36 2020-06-12] 178: Checking batch_updates ** [21:44:36 2020-06-12] 178: Checking gears ** [21:44:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:44:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:41 2020-06-12] 178: Checking imports ** [21:44:41 2020-06-12] 178: Checking exports ** [21:44:41 2020-06-12] 178: Checking users ** [21:44:41 2020-06-12] 178: Checking user_dbs ** [21:44:41 2020-06-12] 178: Checking geocodings ** [21:44:41 2020-06-12] 178: Checking synchronizations ** [21:44:41 2020-06-12] 178: Checking tracker ** [21:44:41 2020-06-12] 178: Checking user_migrations ** [21:44:41 2020-06-12] 178: Checking batch_updates ** [21:44:41 2020-06-12] 178: Checking gears ** [21:44:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:44:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:46 2020-06-12] 178: Checking imports ** [21:44:46 2020-06-12] 178: Checking exports ** [21:44:46 2020-06-12] 178: Checking users ** [21:44:46 2020-06-12] 178: Checking user_dbs ** [21:44:46 2020-06-12] 178: Checking geocodings ** [21:44:46 2020-06-12] 178: Checking synchronizations ** [21:44:46 2020-06-12] 178: Checking tracker ** [21:44:46 2020-06-12] 178: Checking user_migrations ** [21:44:46 2020-06-12] 178: Checking batch_updates ** [21:44:46 2020-06-12] 178: Checking gears ** [21:44:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:44:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:51 2020-06-12] 178: Checking imports ** [21:44:51 2020-06-12] 178: Checking exports ** [21:44:51 2020-06-12] 178: Checking users ** [21:44:51 2020-06-12] 178: Checking user_dbs ** [21:44:51 2020-06-12] 178: Checking geocodings ** [21:44:51 2020-06-12] 178: Checking synchronizations ** [21:44:51 2020-06-12] 178: Checking tracker ** [21:44:51 2020-06-12] 178: Checking user_migrations ** [21:44:51 2020-06-12] 178: Checking batch_updates ** [21:44:51 2020-06-12] 178: Checking gears ** [21:44:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:44:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:56 2020-06-12] 178: Checking imports ** [21:44:56 2020-06-12] 178: Checking exports ** [21:44:56 2020-06-12] 178: Checking users ** [21:44:56 2020-06-12] 178: Checking user_dbs ** [21:44:56 2020-06-12] 178: Checking geocodings ** [21:44:56 2020-06-12] 178: Checking synchronizations ** [21:44:56 2020-06-12] 178: Checking tracker ** [21:44:56 2020-06-12] 178: Checking user_migrations ** [21:44:56 2020-06-12] 178: Checking batch_updates ** [21:44:56 2020-06-12] 178: Checking gears ** [21:44:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:44:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:01 2020-06-12] 178: Checking imports ** [21:45:01 2020-06-12] 178: Checking exports ** [21:45:01 2020-06-12] 178: Checking users ** [21:45:01 2020-06-12] 178: Checking user_dbs ** [21:45:01 2020-06-12] 178: Checking geocodings ** [21:45:01 2020-06-12] 178: Checking synchronizations ** [21:45:01 2020-06-12] 178: Checking tracker ** [21:45:01 2020-06-12] 178: Checking user_migrations ** [21:45:01 2020-06-12] 178: Checking batch_updates ** [21:45:01 2020-06-12] 178: Checking gears ** [21:45:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:45:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:06 2020-06-12] 178: Checking imports ** [21:45:06 2020-06-12] 178: Checking exports ** [21:45:06 2020-06-12] 178: Checking users ** [21:45:06 2020-06-12] 178: Checking user_dbs ** [21:45:06 2020-06-12] 178: Checking geocodings ** [21:45:06 2020-06-12] 178: Checking synchronizations ** [21:45:06 2020-06-12] 178: Checking tracker ** [21:45:06 2020-06-12] 178: Checking user_migrations ** [21:45:06 2020-06-12] 178: Checking batch_updates ** [21:45:06 2020-06-12] 178: Checking gears ** [21:45:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:45:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:11 2020-06-12] 178: Checking imports ** [21:45:11 2020-06-12] 178: Checking exports ** [21:45:11 2020-06-12] 178: Checking users ** [21:45:11 2020-06-12] 178: Checking user_dbs ** [21:45:11 2020-06-12] 178: Checking geocodings ** [21:45:11 2020-06-12] 178: Checking synchronizations ** [21:45:11 2020-06-12] 178: Checking tracker ** [21:45:11 2020-06-12] 178: Checking user_migrations ** [21:45:11 2020-06-12] 178: Checking batch_updates ** [21:45:11 2020-06-12] 178: Checking gears ** [21:45:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:45:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:16 2020-06-12] 178: Checking imports ** [21:45:16 2020-06-12] 178: Checking exports ** [21:45:16 2020-06-12] 178: Checking users ** [21:45:16 2020-06-12] 178: Checking user_dbs ** [21:45:16 2020-06-12] 178: Checking geocodings ** [21:45:16 2020-06-12] 178: Checking synchronizations ** [21:45:16 2020-06-12] 178: Checking tracker ** [21:45:16 2020-06-12] 178: Checking user_migrations ** [21:45:16 2020-06-12] 178: Checking batch_updates ** [21:45:16 2020-06-12] 178: Checking gears ** [21:45:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:45:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:21 2020-06-12] 178: Checking imports ** [21:45:21 2020-06-12] 178: Checking exports ** [21:45:21 2020-06-12] 178: Checking users ** [21:45:21 2020-06-12] 178: Checking user_dbs ** [21:45:21 2020-06-12] 178: Checking geocodings ** [21:45:21 2020-06-12] 178: Checking synchronizations ** [21:45:21 2020-06-12] 178: Checking tracker ** [21:45:21 2020-06-12] 178: Checking user_migrations ** [21:45:21 2020-06-12] 178: Checking batch_updates ** [21:45:21 2020-06-12] 178: Checking gears ** [21:45:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:45:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:26 2020-06-12] 178: Checking imports ** [21:45:26 2020-06-12] 178: Checking exports ** [21:45:26 2020-06-12] 178: Checking users ** [21:45:26 2020-06-12] 178: Checking user_dbs ** [21:45:26 2020-06-12] 178: Checking geocodings ** [21:45:26 2020-06-12] 178: Checking synchronizations ** [21:45:26 2020-06-12] 178: Checking tracker ** [21:45:26 2020-06-12] 178: Checking user_migrations ** [21:45:26 2020-06-12] 178: Checking batch_updates ** [21:45:26 2020-06-12] 178: Checking gears ** [21:45:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:45:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:31 2020-06-12] 178: Checking imports ** [21:45:31 2020-06-12] 178: Checking exports ** [21:45:31 2020-06-12] 178: Checking users ** [21:45:31 2020-06-12] 178: Checking user_dbs ** [21:45:31 2020-06-12] 178: Checking geocodings ** [21:45:31 2020-06-12] 178: Checking synchronizations ** [21:45:31 2020-06-12] 178: Checking tracker ** [21:45:31 2020-06-12] 178: Checking user_migrations ** [21:45:31 2020-06-12] 178: Checking batch_updates ** [21:45:31 2020-06-12] 178: Checking gears ** [21:45:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:45:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:36 2020-06-12] 178: Checking imports ** [21:45:36 2020-06-12] 178: Checking exports ** [21:45:36 2020-06-12] 178: Checking users ** [21:45:36 2020-06-12] 178: Checking user_dbs ** [21:45:36 2020-06-12] 178: Checking geocodings ** [21:45:36 2020-06-12] 178: Checking synchronizations ** [21:45:36 2020-06-12] 178: Checking tracker ** [21:45:36 2020-06-12] 178: Checking user_migrations ** [21:45:36 2020-06-12] 178: Checking batch_updates ** [21:45:36 2020-06-12] 178: Checking gears ** [21:45:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:45:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:41 2020-06-12] 178: Checking imports ** [21:45:41 2020-06-12] 178: Checking exports ** [21:45:41 2020-06-12] 178: Checking users ** [21:45:41 2020-06-12] 178: Checking user_dbs ** [21:45:41 2020-06-12] 178: Checking geocodings ** [21:45:41 2020-06-12] 178: Checking synchronizations ** [21:45:41 2020-06-12] 178: Checking tracker ** [21:45:41 2020-06-12] 178: Checking user_migrations ** [21:45:41 2020-06-12] 178: Checking batch_updates ** [21:45:41 2020-06-12] 178: Checking gears ** [21:45:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:45:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:46 2020-06-12] 178: Checking imports ** [21:45:46 2020-06-12] 178: Checking exports ** [21:45:46 2020-06-12] 178: Checking users ** [21:45:46 2020-06-12] 178: Checking user_dbs ** [21:45:46 2020-06-12] 178: Checking geocodings ** [21:45:46 2020-06-12] 178: Checking synchronizations ** [21:45:46 2020-06-12] 178: Checking tracker ** [21:45:46 2020-06-12] 178: Checking user_migrations ** [21:45:46 2020-06-12] 178: Checking batch_updates ** [21:45:46 2020-06-12] 178: Checking gears ** [21:45:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:45:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:51 2020-06-12] 178: Checking imports ** [21:45:51 2020-06-12] 178: Checking exports ** [21:45:51 2020-06-12] 178: Checking users ** [21:45:51 2020-06-12] 178: Checking user_dbs ** [21:45:51 2020-06-12] 178: Checking geocodings ** [21:45:51 2020-06-12] 178: Checking synchronizations ** [21:45:51 2020-06-12] 178: Checking tracker ** [21:45:51 2020-06-12] 178: Checking user_migrations ** [21:45:51 2020-06-12] 178: Checking batch_updates ** [21:45:51 2020-06-12] 178: Checking gears ** [21:45:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:45:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:56 2020-06-12] 178: Checking imports ** [21:45:56 2020-06-12] 178: Checking exports ** [21:45:56 2020-06-12] 178: Checking users ** [21:45:56 2020-06-12] 178: Checking user_dbs ** [21:45:56 2020-06-12] 178: Checking geocodings ** [21:45:56 2020-06-12] 178: Checking synchronizations ** [21:45:56 2020-06-12] 178: Checking tracker ** [21:45:56 2020-06-12] 178: Checking user_migrations ** [21:45:56 2020-06-12] 178: Checking batch_updates ** [21:45:56 2020-06-12] 178: Checking gears ** [21:45:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:45:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:01 2020-06-12] 178: Checking imports ** [21:46:01 2020-06-12] 178: Checking exports ** [21:46:01 2020-06-12] 178: Checking users ** [21:46:01 2020-06-12] 178: Checking user_dbs ** [21:46:01 2020-06-12] 178: Checking geocodings ** [21:46:01 2020-06-12] 178: Checking synchronizations ** [21:46:01 2020-06-12] 178: Checking tracker ** [21:46:01 2020-06-12] 178: Checking user_migrations ** [21:46:01 2020-06-12] 178: Checking batch_updates ** [21:46:01 2020-06-12] 178: Checking gears ** [21:46:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:46:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:06 2020-06-12] 178: Checking imports ** [21:46:06 2020-06-12] 178: Checking exports ** [21:46:06 2020-06-12] 178: Checking users ** [21:46:06 2020-06-12] 178: Checking user_dbs ** [21:46:06 2020-06-12] 178: Checking geocodings ** [21:46:06 2020-06-12] 178: Checking synchronizations ** [21:46:06 2020-06-12] 178: Checking tracker ** [21:46:06 2020-06-12] 178: Checking user_migrations ** [21:46:06 2020-06-12] 178: Checking batch_updates ** [21:46:06 2020-06-12] 178: Checking gears ** [21:46:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:46:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:11 2020-06-12] 178: Checking imports ** [21:46:11 2020-06-12] 178: Checking exports ** [21:46:11 2020-06-12] 178: Checking users ** [21:46:11 2020-06-12] 178: Checking user_dbs ** [21:46:11 2020-06-12] 178: Checking geocodings ** [21:46:11 2020-06-12] 178: Checking synchronizations ** [21:46:11 2020-06-12] 178: Checking tracker ** [21:46:11 2020-06-12] 178: Checking user_migrations ** [21:46:11 2020-06-12] 178: Checking batch_updates ** [21:46:11 2020-06-12] 178: Checking gears ** [21:46:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:46:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:16 2020-06-12] 178: Checking imports ** [21:46:16 2020-06-12] 178: Checking exports ** [21:46:16 2020-06-12] 178: Checking users ** [21:46:16 2020-06-12] 178: Checking user_dbs ** [21:46:16 2020-06-12] 178: Checking geocodings ** [21:46:16 2020-06-12] 178: Checking synchronizations ** [21:46:16 2020-06-12] 178: Checking tracker ** [21:46:16 2020-06-12] 178: Checking user_migrations ** [21:46:16 2020-06-12] 178: Checking batch_updates ** [21:46:16 2020-06-12] 178: Checking gears ** [21:46:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:46:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:21 2020-06-12] 178: Checking imports ** [21:46:21 2020-06-12] 178: Checking exports ** [21:46:21 2020-06-12] 178: Checking users ** [21:46:21 2020-06-12] 178: Checking user_dbs ** [21:46:21 2020-06-12] 178: Checking geocodings ** [21:46:21 2020-06-12] 178: Checking synchronizations ** [21:46:21 2020-06-12] 178: Checking tracker ** [21:46:21 2020-06-12] 178: Checking user_migrations ** [21:46:21 2020-06-12] 178: Checking batch_updates ** [21:46:21 2020-06-12] 178: Checking gears ** [21:46:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:46:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:26 2020-06-12] 178: Checking imports ** [21:46:26 2020-06-12] 178: Checking exports ** [21:46:26 2020-06-12] 178: Checking users ** [21:46:26 2020-06-12] 178: Checking user_dbs ** [21:46:26 2020-06-12] 178: Checking geocodings ** [21:46:26 2020-06-12] 178: Checking synchronizations ** [21:46:26 2020-06-12] 178: Checking tracker ** [21:46:26 2020-06-12] 178: Checking user_migrations ** [21:46:26 2020-06-12] 178: Checking batch_updates ** [21:46:26 2020-06-12] 178: Checking gears ** [21:46:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:46:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:31 2020-06-12] 178: Checking imports ** [21:46:31 2020-06-12] 178: Checking exports ** [21:46:31 2020-06-12] 178: Checking users ** [21:46:31 2020-06-12] 178: Checking user_dbs ** [21:46:31 2020-06-12] 178: Checking geocodings ** [21:46:31 2020-06-12] 178: Checking synchronizations ** [21:46:31 2020-06-12] 178: Checking tracker ** [21:46:31 2020-06-12] 178: Checking user_migrations ** [21:46:31 2020-06-12] 178: Checking batch_updates ** [21:46:31 2020-06-12] 178: Checking gears ** [21:46:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:46:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:36 2020-06-12] 178: Checking imports ** [21:46:36 2020-06-12] 178: Checking exports ** [21:46:36 2020-06-12] 178: Checking users ** [21:46:36 2020-06-12] 178: Checking user_dbs ** [21:46:36 2020-06-12] 178: Checking geocodings ** [21:46:36 2020-06-12] 178: Checking synchronizations ** [21:46:36 2020-06-12] 178: Checking tracker ** [21:46:36 2020-06-12] 178: Checking user_migrations ** [21:46:36 2020-06-12] 178: Checking batch_updates ** [21:46:36 2020-06-12] 178: Checking gears ** [21:46:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:46:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:41 2020-06-12] 178: Checking imports ** [21:46:41 2020-06-12] 178: Checking exports ** [21:46:41 2020-06-12] 178: Checking users ** [21:46:41 2020-06-12] 178: Checking user_dbs ** [21:46:41 2020-06-12] 178: Checking geocodings ** [21:46:41 2020-06-12] 178: Checking synchronizations ** [21:46:41 2020-06-12] 178: Checking tracker ** [21:46:41 2020-06-12] 178: Checking user_migrations ** [21:46:41 2020-06-12] 178: Checking batch_updates ** [21:46:41 2020-06-12] 178: Checking gears ** [21:46:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:46:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:46 2020-06-12] 178: Checking imports ** [21:46:46 2020-06-12] 178: Checking exports ** [21:46:46 2020-06-12] 178: Checking users ** [21:46:46 2020-06-12] 178: Checking user_dbs ** [21:46:46 2020-06-12] 178: Checking geocodings ** [21:46:46 2020-06-12] 178: Checking synchronizations ** [21:46:46 2020-06-12] 178: Checking tracker ** [21:46:46 2020-06-12] 178: Checking user_migrations ** [21:46:46 2020-06-12] 178: Checking batch_updates ** [21:46:46 2020-06-12] 178: Checking gears ** [21:46:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:46:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:51 2020-06-12] 178: Checking imports ** [21:46:51 2020-06-12] 178: Checking exports ** [21:46:51 2020-06-12] 178: Checking users ** [21:46:51 2020-06-12] 178: Checking user_dbs ** [21:46:51 2020-06-12] 178: Checking geocodings ** [21:46:51 2020-06-12] 178: Checking synchronizations ** [21:46:51 2020-06-12] 178: Checking tracker ** [21:46:51 2020-06-12] 178: Checking user_migrations ** [21:46:51 2020-06-12] 178: Checking batch_updates ** [21:46:51 2020-06-12] 178: Checking gears ** [21:46:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:46:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:56 2020-06-12] 178: Checking imports ** [21:46:56 2020-06-12] 178: Checking exports ** [21:46:56 2020-06-12] 178: Checking users ** [21:46:56 2020-06-12] 178: Checking user_dbs ** [21:46:56 2020-06-12] 178: Checking geocodings ** [21:46:56 2020-06-12] 178: Checking synchronizations ** [21:46:56 2020-06-12] 178: Checking tracker ** [21:46:56 2020-06-12] 178: Checking user_migrations ** [21:46:56 2020-06-12] 178: Checking batch_updates ** [21:46:56 2020-06-12] 178: Checking gears ** [21:46:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:46:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:01 2020-06-12] 178: Checking imports ** [21:47:01 2020-06-12] 178: Checking exports ** [21:47:01 2020-06-12] 178: Checking users ** [21:47:01 2020-06-12] 178: Checking user_dbs ** [21:47:01 2020-06-12] 178: Checking geocodings ** [21:47:01 2020-06-12] 178: Checking synchronizations ** [21:47:01 2020-06-12] 178: Checking tracker ** [21:47:01 2020-06-12] 178: Checking user_migrations ** [21:47:01 2020-06-12] 178: Checking batch_updates ** [21:47:01 2020-06-12] 178: Checking gears ** [21:47:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:47:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:06 2020-06-12] 178: Checking imports ** [21:47:06 2020-06-12] 178: Checking exports ** [21:47:06 2020-06-12] 178: Checking users ** [21:47:06 2020-06-12] 178: Checking user_dbs ** [21:47:06 2020-06-12] 178: Checking geocodings ** [21:47:06 2020-06-12] 178: Checking synchronizations ** [21:47:06 2020-06-12] 178: Checking tracker ** [21:47:06 2020-06-12] 178: Checking user_migrations ** [21:47:06 2020-06-12] 178: Checking batch_updates ** [21:47:06 2020-06-12] 178: Checking gears ** [21:47:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:47:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:11 2020-06-12] 178: Checking imports ** [21:47:11 2020-06-12] 178: Checking exports ** [21:47:11 2020-06-12] 178: Checking users ** [21:47:11 2020-06-12] 178: Checking user_dbs ** [21:47:11 2020-06-12] 178: Checking geocodings ** [21:47:11 2020-06-12] 178: Checking synchronizations ** [21:47:11 2020-06-12] 178: Checking tracker ** [21:47:11 2020-06-12] 178: Checking user_migrations ** [21:47:11 2020-06-12] 178: Checking batch_updates ** [21:47:11 2020-06-12] 178: Checking gears ** [21:47:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:47:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:16 2020-06-12] 178: Checking imports ** [21:47:16 2020-06-12] 178: Checking exports ** [21:47:16 2020-06-12] 178: Checking users ** [21:47:16 2020-06-12] 178: Checking user_dbs ** [21:47:16 2020-06-12] 178: Checking geocodings ** [21:47:16 2020-06-12] 178: Checking synchronizations ** [21:47:16 2020-06-12] 178: Checking tracker ** [21:47:16 2020-06-12] 178: Checking user_migrations ** [21:47:16 2020-06-12] 178: Checking batch_updates ** [21:47:16 2020-06-12] 178: Checking gears ** [21:47:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:47:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:21 2020-06-12] 178: Checking imports ** [21:47:21 2020-06-12] 178: Checking exports ** [21:47:21 2020-06-12] 178: Checking users ** [21:47:21 2020-06-12] 178: Checking user_dbs ** [21:47:21 2020-06-12] 178: Checking geocodings ** [21:47:21 2020-06-12] 178: Checking synchronizations ** [21:47:21 2020-06-12] 178: Checking tracker ** [21:47:21 2020-06-12] 178: Checking user_migrations ** [21:47:21 2020-06-12] 178: Checking batch_updates ** [21:47:21 2020-06-12] 178: Checking gears ** [21:47:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:47:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:26 2020-06-12] 178: Checking imports ** [21:47:26 2020-06-12] 178: Checking exports ** [21:47:26 2020-06-12] 178: Checking users ** [21:47:26 2020-06-12] 178: Checking user_dbs ** [21:47:26 2020-06-12] 178: Checking geocodings ** [21:47:26 2020-06-12] 178: Checking synchronizations ** [21:47:26 2020-06-12] 178: Checking tracker ** [21:47:26 2020-06-12] 178: Checking user_migrations ** [21:47:26 2020-06-12] 178: Checking batch_updates ** [21:47:26 2020-06-12] 178: Checking gears ** [21:47:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:47:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:31 2020-06-12] 178: Checking imports ** [21:47:31 2020-06-12] 178: Checking exports ** [21:47:31 2020-06-12] 178: Checking users ** [21:47:31 2020-06-12] 178: Checking user_dbs ** [21:47:31 2020-06-12] 178: Checking geocodings ** [21:47:31 2020-06-12] 178: Checking synchronizations ** [21:47:31 2020-06-12] 178: Checking tracker ** [21:47:31 2020-06-12] 178: Checking user_migrations ** [21:47:31 2020-06-12] 178: Checking batch_updates ** [21:47:31 2020-06-12] 178: Checking gears ** [21:47:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:47:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:36 2020-06-12] 178: Checking imports ** [21:47:36 2020-06-12] 178: Checking exports ** [21:47:36 2020-06-12] 178: Checking users ** [21:47:36 2020-06-12] 178: Checking user_dbs ** [21:47:36 2020-06-12] 178: Checking geocodings ** [21:47:36 2020-06-12] 178: Checking synchronizations ** [21:47:36 2020-06-12] 178: Checking tracker ** [21:47:36 2020-06-12] 178: Checking user_migrations ** [21:47:36 2020-06-12] 178: Checking batch_updates ** [21:47:36 2020-06-12] 178: Checking gears ** [21:47:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:47:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:41 2020-06-12] 178: Checking imports ** [21:47:41 2020-06-12] 178: Checking exports ** [21:47:41 2020-06-12] 178: Checking users ** [21:47:41 2020-06-12] 178: Checking user_dbs ** [21:47:41 2020-06-12] 178: Checking geocodings ** [21:47:41 2020-06-12] 178: Checking synchronizations ** [21:47:41 2020-06-12] 178: Checking tracker ** [21:47:41 2020-06-12] 178: Checking user_migrations ** [21:47:41 2020-06-12] 178: Checking batch_updates ** [21:47:41 2020-06-12] 178: Checking gears ** [21:47:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:47:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:46 2020-06-12] 178: Checking imports ** [21:47:46 2020-06-12] 178: Checking exports ** [21:47:46 2020-06-12] 178: Checking users ** [21:47:46 2020-06-12] 178: Checking user_dbs ** [21:47:46 2020-06-12] 178: Checking geocodings ** [21:47:46 2020-06-12] 178: Checking synchronizations ** [21:47:46 2020-06-12] 178: Checking tracker ** [21:47:46 2020-06-12] 178: Checking user_migrations ** [21:47:46 2020-06-12] 178: Checking batch_updates ** [21:47:46 2020-06-12] 178: Checking gears ** [21:47:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:47:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:51 2020-06-12] 178: Checking imports ** [21:47:51 2020-06-12] 178: Checking exports ** [21:47:51 2020-06-12] 178: Checking users ** [21:47:51 2020-06-12] 178: Checking user_dbs ** [21:47:51 2020-06-12] 178: Checking geocodings ** [21:47:51 2020-06-12] 178: Checking synchronizations ** [21:47:51 2020-06-12] 178: Checking tracker ** [21:47:51 2020-06-12] 178: Checking user_migrations ** [21:47:51 2020-06-12] 178: Checking batch_updates ** [21:47:51 2020-06-12] 178: Checking gears ** [21:47:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:47:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:56 2020-06-12] 178: Checking imports ** [21:47:56 2020-06-12] 178: Checking exports ** [21:47:56 2020-06-12] 178: Checking users ** [21:47:56 2020-06-12] 178: Checking user_dbs ** [21:47:56 2020-06-12] 178: Checking geocodings ** [21:47:56 2020-06-12] 178: Checking synchronizations ** [21:47:56 2020-06-12] 178: Checking tracker ** [21:47:56 2020-06-12] 178: Checking user_migrations ** [21:47:56 2020-06-12] 178: Checking batch_updates ** [21:47:56 2020-06-12] 178: Checking gears ** [21:47:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:47:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:01 2020-06-12] 178: Checking imports ** [21:48:01 2020-06-12] 178: Checking exports ** [21:48:01 2020-06-12] 178: Checking users ** [21:48:01 2020-06-12] 178: Checking user_dbs ** [21:48:01 2020-06-12] 178: Checking geocodings ** [21:48:01 2020-06-12] 178: Checking synchronizations ** [21:48:01 2020-06-12] 178: Checking tracker ** [21:48:01 2020-06-12] 178: Checking user_migrations ** [21:48:01 2020-06-12] 178: Checking batch_updates ** [21:48:01 2020-06-12] 178: Checking gears ** [21:48:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:48:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:06 2020-06-12] 178: Checking imports ** [21:48:06 2020-06-12] 178: Checking exports ** [21:48:06 2020-06-12] 178: Checking users ** [21:48:06 2020-06-12] 178: Checking user_dbs ** [21:48:06 2020-06-12] 178: Checking geocodings ** [21:48:06 2020-06-12] 178: Checking synchronizations ** [21:48:06 2020-06-12] 178: Checking tracker ** [21:48:06 2020-06-12] 178: Checking user_migrations ** [21:48:06 2020-06-12] 178: Checking batch_updates ** [21:48:06 2020-06-12] 178: Checking gears ** [21:48:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:48:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:11 2020-06-12] 178: Checking imports ** [21:48:11 2020-06-12] 178: Checking exports ** [21:48:11 2020-06-12] 178: Checking users ** [21:48:11 2020-06-12] 178: Checking user_dbs ** [21:48:11 2020-06-12] 178: Checking geocodings ** [21:48:11 2020-06-12] 178: Checking synchronizations ** [21:48:11 2020-06-12] 178: Checking tracker ** [21:48:11 2020-06-12] 178: Checking user_migrations ** [21:48:11 2020-06-12] 178: Checking batch_updates ** [21:48:11 2020-06-12] 178: Checking gears ** [21:48:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:48:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:16 2020-06-12] 178: Checking imports ** [21:48:16 2020-06-12] 178: Checking exports ** [21:48:16 2020-06-12] 178: Checking users ** [21:48:16 2020-06-12] 178: Checking user_dbs ** [21:48:16 2020-06-12] 178: Checking geocodings ** [21:48:16 2020-06-12] 178: Checking synchronizations ** [21:48:16 2020-06-12] 178: Checking tracker ** [21:48:16 2020-06-12] 178: Checking user_migrations ** [21:48:16 2020-06-12] 178: Checking batch_updates ** [21:48:16 2020-06-12] 178: Checking gears ** [21:48:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:48:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:21 2020-06-12] 178: Checking imports ** [21:48:21 2020-06-12] 178: Checking exports ** [21:48:21 2020-06-12] 178: Checking users ** [21:48:21 2020-06-12] 178: Checking user_dbs ** [21:48:21 2020-06-12] 178: Checking geocodings ** [21:48:21 2020-06-12] 178: Checking synchronizations ** [21:48:21 2020-06-12] 178: Checking tracker ** [21:48:21 2020-06-12] 178: Checking user_migrations ** [21:48:21 2020-06-12] 178: Checking batch_updates ** [21:48:21 2020-06-12] 178: Checking gears ** [21:48:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:48:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:26 2020-06-12] 178: Checking imports ** [21:48:26 2020-06-12] 178: Checking exports ** [21:48:26 2020-06-12] 178: Checking users ** [21:48:26 2020-06-12] 178: Checking user_dbs ** [21:48:26 2020-06-12] 178: Checking geocodings ** [21:48:26 2020-06-12] 178: Checking synchronizations ** [21:48:26 2020-06-12] 178: Checking tracker ** [21:48:26 2020-06-12] 178: Checking user_migrations ** [21:48:26 2020-06-12] 178: Checking batch_updates ** [21:48:26 2020-06-12] 178: Checking gears ** [21:48:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:48:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:31 2020-06-12] 178: Checking imports ** [21:48:31 2020-06-12] 178: Checking exports ** [21:48:31 2020-06-12] 178: Checking users ** [21:48:31 2020-06-12] 178: Checking user_dbs ** [21:48:31 2020-06-12] 178: Checking geocodings ** [21:48:31 2020-06-12] 178: Checking synchronizations ** [21:48:31 2020-06-12] 178: Checking tracker ** [21:48:31 2020-06-12] 178: Checking user_migrations ** [21:48:31 2020-06-12] 178: Checking batch_updates ** [21:48:31 2020-06-12] 178: Checking gears ** [21:48:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:48:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:36 2020-06-12] 178: Checking imports ** [21:48:36 2020-06-12] 178: Checking exports ** [21:48:36 2020-06-12] 178: Checking users ** [21:48:36 2020-06-12] 178: Checking user_dbs ** [21:48:36 2020-06-12] 178: Checking geocodings ** [21:48:36 2020-06-12] 178: Checking synchronizations ** [21:48:36 2020-06-12] 178: Checking tracker ** [21:48:36 2020-06-12] 178: Checking user_migrations ** [21:48:36 2020-06-12] 178: Checking batch_updates ** [21:48:36 2020-06-12] 178: Checking gears ** [21:48:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:48:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:41 2020-06-12] 178: Checking imports ** [21:48:41 2020-06-12] 178: Checking exports ** [21:48:41 2020-06-12] 178: Checking users ** [21:48:41 2020-06-12] 178: Checking user_dbs ** [21:48:41 2020-06-12] 178: Checking geocodings ** [21:48:41 2020-06-12] 178: Checking synchronizations ** [21:48:41 2020-06-12] 178: Checking tracker ** [21:48:41 2020-06-12] 178: Checking user_migrations ** [21:48:41 2020-06-12] 178: Checking batch_updates ** [21:48:41 2020-06-12] 178: Checking gears ** [21:48:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:48:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:46 2020-06-12] 178: Checking imports ** [21:48:46 2020-06-12] 178: Checking exports ** [21:48:46 2020-06-12] 178: Checking users ** [21:48:46 2020-06-12] 178: Checking user_dbs ** [21:48:46 2020-06-12] 178: Checking geocodings ** [21:48:46 2020-06-12] 178: Checking synchronizations ** [21:48:46 2020-06-12] 178: Checking tracker ** [21:48:46 2020-06-12] 178: Checking user_migrations ** [21:48:46 2020-06-12] 178: Checking batch_updates ** [21:48:46 2020-06-12] 178: Checking gears ** [21:48:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:48:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:51 2020-06-12] 178: Checking imports ** [21:48:51 2020-06-12] 178: Checking exports ** [21:48:51 2020-06-12] 178: Checking users ** [21:48:51 2020-06-12] 178: Checking user_dbs ** [21:48:51 2020-06-12] 178: Checking geocodings ** [21:48:51 2020-06-12] 178: Checking synchronizations ** [21:48:51 2020-06-12] 178: Checking tracker ** [21:48:51 2020-06-12] 178: Checking user_migrations ** [21:48:51 2020-06-12] 178: Checking batch_updates ** [21:48:51 2020-06-12] 178: Checking gears ** [21:48:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:48:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:56 2020-06-12] 178: Checking imports ** [21:48:56 2020-06-12] 178: Checking exports ** [21:48:56 2020-06-12] 178: Checking users ** [21:48:56 2020-06-12] 178: Checking user_dbs ** [21:48:56 2020-06-12] 178: Checking geocodings ** [21:48:56 2020-06-12] 178: Checking synchronizations ** [21:48:56 2020-06-12] 178: Checking tracker ** [21:48:56 2020-06-12] 178: Checking user_migrations ** [21:48:56 2020-06-12] 178: Checking batch_updates ** [21:48:56 2020-06-12] 178: Checking gears ** [21:48:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:48:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:01 2020-06-12] 178: Checking imports ** [21:49:01 2020-06-12] 178: Checking exports ** [21:49:01 2020-06-12] 178: Checking users ** [21:49:01 2020-06-12] 178: Checking user_dbs ** [21:49:01 2020-06-12] 178: Checking geocodings ** [21:49:01 2020-06-12] 178: Checking synchronizations ** [21:49:01 2020-06-12] 178: Checking tracker ** [21:49:01 2020-06-12] 178: Checking user_migrations ** [21:49:01 2020-06-12] 178: Checking batch_updates ** [21:49:01 2020-06-12] 178: Checking gears ** [21:49:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:49:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:06 2020-06-12] 178: Checking imports ** [21:49:06 2020-06-12] 178: Checking exports ** [21:49:06 2020-06-12] 178: Checking users ** [21:49:06 2020-06-12] 178: Checking user_dbs ** [21:49:06 2020-06-12] 178: Checking geocodings ** [21:49:06 2020-06-12] 178: Checking synchronizations ** [21:49:06 2020-06-12] 178: Checking tracker ** [21:49:06 2020-06-12] 178: Checking user_migrations ** [21:49:06 2020-06-12] 178: Checking batch_updates ** [21:49:06 2020-06-12] 178: Checking gears ** [21:49:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:49:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:11 2020-06-12] 178: Checking imports ** [21:49:11 2020-06-12] 178: Checking exports ** [21:49:11 2020-06-12] 178: Checking users ** [21:49:11 2020-06-12] 178: Checking user_dbs ** [21:49:11 2020-06-12] 178: Checking geocodings ** [21:49:11 2020-06-12] 178: Checking synchronizations ** [21:49:11 2020-06-12] 178: Checking tracker ** [21:49:11 2020-06-12] 178: Checking user_migrations ** [21:49:11 2020-06-12] 178: Checking batch_updates ** [21:49:11 2020-06-12] 178: Checking gears ** [21:49:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:49:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:16 2020-06-12] 178: Checking imports ** [21:49:16 2020-06-12] 178: Checking exports ** [21:49:16 2020-06-12] 178: Checking users ** [21:49:16 2020-06-12] 178: Checking user_dbs ** [21:49:16 2020-06-12] 178: Checking geocodings ** [21:49:16 2020-06-12] 178: Checking synchronizations ** [21:49:16 2020-06-12] 178: Checking tracker ** [21:49:16 2020-06-12] 178: Checking user_migrations ** [21:49:16 2020-06-12] 178: Checking batch_updates ** [21:49:16 2020-06-12] 178: Checking gears ** [21:49:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:49:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:21 2020-06-12] 178: Checking imports ** [21:49:21 2020-06-12] 178: Checking exports ** [21:49:21 2020-06-12] 178: Checking users ** [21:49:21 2020-06-12] 178: Checking user_dbs ** [21:49:21 2020-06-12] 178: Checking geocodings ** [21:49:21 2020-06-12] 178: Checking synchronizations ** [21:49:21 2020-06-12] 178: Checking tracker ** [21:49:21 2020-06-12] 178: Checking user_migrations ** [21:49:21 2020-06-12] 178: Checking batch_updates ** [21:49:21 2020-06-12] 178: Checking gears ** [21:49:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:49:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:26 2020-06-12] 178: Checking imports ** [21:49:26 2020-06-12] 178: Checking exports ** [21:49:26 2020-06-12] 178: Checking users ** [21:49:26 2020-06-12] 178: Checking user_dbs ** [21:49:26 2020-06-12] 178: Checking geocodings ** [21:49:26 2020-06-12] 178: Checking synchronizations ** [21:49:26 2020-06-12] 178: Checking tracker ** [21:49:26 2020-06-12] 178: Checking user_migrations ** [21:49:26 2020-06-12] 178: Checking batch_updates ** [21:49:26 2020-06-12] 178: Checking gears ** [21:49:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:49:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:31 2020-06-12] 178: Checking imports ** [21:49:31 2020-06-12] 178: Checking exports ** [21:49:31 2020-06-12] 178: Checking users ** [21:49:31 2020-06-12] 178: Checking user_dbs ** [21:49:31 2020-06-12] 178: Checking geocodings ** [21:49:31 2020-06-12] 178: Checking synchronizations ** [21:49:31 2020-06-12] 178: Checking tracker ** [21:49:31 2020-06-12] 178: Checking user_migrations ** [21:49:31 2020-06-12] 178: Checking batch_updates ** [21:49:31 2020-06-12] 178: Checking gears ** [21:49:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:49:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:36 2020-06-12] 178: Checking imports ** [21:49:36 2020-06-12] 178: Checking exports ** [21:49:36 2020-06-12] 178: Checking users ** [21:49:36 2020-06-12] 178: Checking user_dbs ** [21:49:36 2020-06-12] 178: Checking geocodings ** [21:49:36 2020-06-12] 178: Checking synchronizations ** [21:49:36 2020-06-12] 178: Checking tracker ** [21:49:36 2020-06-12] 178: Checking user_migrations ** [21:49:36 2020-06-12] 178: Checking batch_updates ** [21:49:36 2020-06-12] 178: Checking gears ** [21:49:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:49:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:41 2020-06-12] 178: Checking imports ** [21:49:41 2020-06-12] 178: Checking exports ** [21:49:41 2020-06-12] 178: Checking users ** [21:49:41 2020-06-12] 178: Checking user_dbs ** [21:49:41 2020-06-12] 178: Checking geocodings ** [21:49:41 2020-06-12] 178: Checking synchronizations ** [21:49:41 2020-06-12] 178: Checking tracker ** [21:49:41 2020-06-12] 178: Checking user_migrations ** [21:49:41 2020-06-12] 178: Checking batch_updates ** [21:49:41 2020-06-12] 178: Checking gears ** [21:49:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:49:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:46 2020-06-12] 178: Checking imports ** [21:49:46 2020-06-12] 178: Checking exports ** [21:49:46 2020-06-12] 178: Checking users ** [21:49:46 2020-06-12] 178: Checking user_dbs ** [21:49:46 2020-06-12] 178: Checking geocodings ** [21:49:46 2020-06-12] 178: Checking synchronizations ** [21:49:46 2020-06-12] 178: Checking tracker ** [21:49:46 2020-06-12] 178: Checking user_migrations ** [21:49:46 2020-06-12] 178: Checking batch_updates ** [21:49:46 2020-06-12] 178: Checking gears ** [21:49:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:49:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:51 2020-06-12] 178: Checking imports ** [21:49:51 2020-06-12] 178: Checking exports ** [21:49:51 2020-06-12] 178: Checking users ** [21:49:51 2020-06-12] 178: Checking user_dbs ** [21:49:51 2020-06-12] 178: Checking geocodings ** [21:49:51 2020-06-12] 178: Checking synchronizations ** [21:49:51 2020-06-12] 178: Checking tracker ** [21:49:51 2020-06-12] 178: Checking user_migrations ** [21:49:51 2020-06-12] 178: Checking batch_updates ** [21:49:51 2020-06-12] 178: Checking gears ** [21:49:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:49:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:56 2020-06-12] 178: Checking imports ** [21:49:56 2020-06-12] 178: Checking exports ** [21:49:56 2020-06-12] 178: Checking users ** [21:49:56 2020-06-12] 178: Checking user_dbs ** [21:49:56 2020-06-12] 178: Checking geocodings ** [21:49:56 2020-06-12] 178: Checking synchronizations ** [21:49:56 2020-06-12] 178: Checking tracker ** [21:49:56 2020-06-12] 178: Checking user_migrations ** [21:49:56 2020-06-12] 178: Checking batch_updates ** [21:49:56 2020-06-12] 178: Checking gears ** [21:49:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:49:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:01 2020-06-12] 178: Checking imports ** [21:50:01 2020-06-12] 178: Checking exports ** [21:50:01 2020-06-12] 178: Checking users ** [21:50:01 2020-06-12] 178: Checking user_dbs ** [21:50:01 2020-06-12] 178: Checking geocodings ** [21:50:01 2020-06-12] 178: Checking synchronizations ** [21:50:01 2020-06-12] 178: Checking tracker ** [21:50:01 2020-06-12] 178: Checking user_migrations ** [21:50:01 2020-06-12] 178: Checking batch_updates ** [21:50:01 2020-06-12] 178: Checking gears ** [21:50:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:50:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:06 2020-06-12] 178: Checking imports ** [21:50:06 2020-06-12] 178: Checking exports ** [21:50:06 2020-06-12] 178: Checking users ** [21:50:06 2020-06-12] 178: Checking user_dbs ** [21:50:06 2020-06-12] 178: Checking geocodings ** [21:50:06 2020-06-12] 178: Checking synchronizations ** [21:50:06 2020-06-12] 178: Checking tracker ** [21:50:06 2020-06-12] 178: Checking user_migrations ** [21:50:06 2020-06-12] 178: Checking batch_updates ** [21:50:06 2020-06-12] 178: Checking gears ** [21:50:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:50:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:11 2020-06-12] 178: Checking imports ** [21:50:11 2020-06-12] 178: Checking exports ** [21:50:11 2020-06-12] 178: Checking users ** [21:50:11 2020-06-12] 178: Checking user_dbs ** [21:50:11 2020-06-12] 178: Checking geocodings ** [21:50:11 2020-06-12] 178: Checking synchronizations ** [21:50:11 2020-06-12] 178: Checking tracker ** [21:50:11 2020-06-12] 178: Checking user_migrations ** [21:50:11 2020-06-12] 178: Checking batch_updates ** [21:50:11 2020-06-12] 178: Checking gears ** [21:50:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:50:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:16 2020-06-12] 178: Checking imports ** [21:50:16 2020-06-12] 178: Checking exports ** [21:50:16 2020-06-12] 178: Checking users ** [21:50:16 2020-06-12] 178: Checking user_dbs ** [21:50:16 2020-06-12] 178: Checking geocodings ** [21:50:16 2020-06-12] 178: Checking synchronizations ** [21:50:16 2020-06-12] 178: Checking tracker ** [21:50:16 2020-06-12] 178: Checking user_migrations ** [21:50:16 2020-06-12] 178: Checking batch_updates ** [21:50:16 2020-06-12] 178: Checking gears ** [21:50:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:50:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:21 2020-06-12] 178: Checking imports ** [21:50:21 2020-06-12] 178: Checking exports ** [21:50:21 2020-06-12] 178: Checking users ** [21:50:21 2020-06-12] 178: Checking user_dbs ** [21:50:21 2020-06-12] 178: Checking geocodings ** [21:50:21 2020-06-12] 178: Checking synchronizations ** [21:50:21 2020-06-12] 178: Checking tracker ** [21:50:21 2020-06-12] 178: Checking user_migrations ** [21:50:21 2020-06-12] 178: Checking batch_updates ** [21:50:21 2020-06-12] 178: Checking gears ** [21:50:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:50:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:26 2020-06-12] 178: Checking imports ** [21:50:26 2020-06-12] 178: Checking exports ** [21:50:26 2020-06-12] 178: Checking users ** [21:50:26 2020-06-12] 178: Checking user_dbs ** [21:50:26 2020-06-12] 178: Checking geocodings ** [21:50:26 2020-06-12] 178: Checking synchronizations ** [21:50:26 2020-06-12] 178: Checking tracker ** [21:50:26 2020-06-12] 178: Checking user_migrations ** [21:50:26 2020-06-12] 178: Checking batch_updates ** [21:50:26 2020-06-12] 178: Checking gears ** [21:50:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:50:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:31 2020-06-12] 178: Checking imports ** [21:50:31 2020-06-12] 178: Checking exports ** [21:50:31 2020-06-12] 178: Checking users ** [21:50:31 2020-06-12] 178: Checking user_dbs ** [21:50:31 2020-06-12] 178: Checking geocodings ** [21:50:31 2020-06-12] 178: Checking synchronizations ** [21:50:31 2020-06-12] 178: Checking tracker ** [21:50:31 2020-06-12] 178: Checking user_migrations ** [21:50:31 2020-06-12] 178: Checking batch_updates ** [21:50:31 2020-06-12] 178: Checking gears ** [21:50:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:50:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:36 2020-06-12] 178: Checking imports ** [21:50:36 2020-06-12] 178: Checking exports ** [21:50:36 2020-06-12] 178: Checking users ** [21:50:36 2020-06-12] 178: Checking user_dbs ** [21:50:36 2020-06-12] 178: Checking geocodings ** [21:50:36 2020-06-12] 178: Checking synchronizations ** [21:50:36 2020-06-12] 178: Checking tracker ** [21:50:36 2020-06-12] 178: Checking user_migrations ** [21:50:36 2020-06-12] 178: Checking batch_updates ** [21:50:36 2020-06-12] 178: Checking gears ** [21:50:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:50:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:41 2020-06-12] 178: Checking imports ** [21:50:41 2020-06-12] 178: Checking exports ** [21:50:41 2020-06-12] 178: Checking users ** [21:50:41 2020-06-12] 178: Checking user_dbs ** [21:50:41 2020-06-12] 178: Checking geocodings ** [21:50:41 2020-06-12] 178: Checking synchronizations ** [21:50:41 2020-06-12] 178: Checking tracker ** [21:50:41 2020-06-12] 178: Checking user_migrations ** [21:50:41 2020-06-12] 178: Checking batch_updates ** [21:50:41 2020-06-12] 178: Checking gears ** [21:50:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:50:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:47 2020-06-12] 178: Checking imports ** [21:50:47 2020-06-12] 178: Checking exports ** [21:50:47 2020-06-12] 178: Checking users ** [21:50:47 2020-06-12] 178: Checking user_dbs ** [21:50:47 2020-06-12] 178: Checking geocodings ** [21:50:47 2020-06-12] 178: Checking synchronizations ** [21:50:47 2020-06-12] 178: Checking tracker ** [21:50:47 2020-06-12] 178: Checking user_migrations ** [21:50:47 2020-06-12] 178: Checking batch_updates ** [21:50:47 2020-06-12] 178: Checking gears ** [21:50:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:50:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:52 2020-06-12] 178: Checking imports ** [21:50:52 2020-06-12] 178: Checking exports ** [21:50:52 2020-06-12] 178: Checking users ** [21:50:52 2020-06-12] 178: Checking user_dbs ** [21:50:52 2020-06-12] 178: Checking geocodings ** [21:50:52 2020-06-12] 178: Checking synchronizations ** [21:50:52 2020-06-12] 178: Checking tracker ** [21:50:52 2020-06-12] 178: Checking user_migrations ** [21:50:52 2020-06-12] 178: Checking batch_updates ** [21:50:52 2020-06-12] 178: Checking gears ** [21:50:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:50:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:57 2020-06-12] 178: Checking imports ** [21:50:57 2020-06-12] 178: Checking exports ** [21:50:57 2020-06-12] 178: Checking users ** [21:50:57 2020-06-12] 178: Checking user_dbs ** [21:50:57 2020-06-12] 178: Checking geocodings ** [21:50:57 2020-06-12] 178: Checking synchronizations ** [21:50:57 2020-06-12] 178: Checking tracker ** [21:50:57 2020-06-12] 178: Checking user_migrations ** [21:50:57 2020-06-12] 178: Checking batch_updates ** [21:50:57 2020-06-12] 178: Checking gears ** [21:50:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:50:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:02 2020-06-12] 178: Checking imports ** [21:51:02 2020-06-12] 178: Checking exports ** [21:51:02 2020-06-12] 178: Checking users ** [21:51:02 2020-06-12] 178: Checking user_dbs ** [21:51:02 2020-06-12] 178: Checking geocodings ** [21:51:02 2020-06-12] 178: Checking synchronizations ** [21:51:02 2020-06-12] 178: Checking tracker ** [21:51:02 2020-06-12] 178: Checking user_migrations ** [21:51:02 2020-06-12] 178: Checking batch_updates ** [21:51:02 2020-06-12] 178: Checking gears ** [21:51:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:51:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:07 2020-06-12] 178: Checking imports ** [21:51:07 2020-06-12] 178: Checking exports ** [21:51:07 2020-06-12] 178: Checking users ** [21:51:07 2020-06-12] 178: Checking user_dbs ** [21:51:07 2020-06-12] 178: Checking geocodings ** [21:51:07 2020-06-12] 178: Checking synchronizations ** [21:51:07 2020-06-12] 178: Checking tracker ** [21:51:07 2020-06-12] 178: Checking user_migrations ** [21:51:07 2020-06-12] 178: Checking batch_updates ** [21:51:07 2020-06-12] 178: Checking gears ** [21:51:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:51:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:12 2020-06-12] 178: Checking imports ** [21:51:12 2020-06-12] 178: Checking exports ** [21:51:12 2020-06-12] 178: Checking users ** [21:51:12 2020-06-12] 178: Checking user_dbs ** [21:51:12 2020-06-12] 178: Checking geocodings ** [21:51:12 2020-06-12] 178: Checking synchronizations ** [21:51:12 2020-06-12] 178: Checking tracker ** [21:51:12 2020-06-12] 178: Checking user_migrations ** [21:51:12 2020-06-12] 178: Checking batch_updates ** [21:51:12 2020-06-12] 178: Checking gears ** [21:51:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:51:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:17 2020-06-12] 178: Checking imports ** [21:51:17 2020-06-12] 178: Checking exports ** [21:51:17 2020-06-12] 178: Checking users ** [21:51:17 2020-06-12] 178: Checking user_dbs ** [21:51:17 2020-06-12] 178: Checking geocodings ** [21:51:17 2020-06-12] 178: Checking synchronizations ** [21:51:17 2020-06-12] 178: Checking tracker ** [21:51:17 2020-06-12] 178: Checking user_migrations ** [21:51:17 2020-06-12] 178: Checking batch_updates ** [21:51:17 2020-06-12] 178: Checking gears ** [21:51:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:51:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:22 2020-06-12] 178: Checking imports ** [21:51:22 2020-06-12] 178: Checking exports ** [21:51:22 2020-06-12] 178: Checking users ** [21:51:22 2020-06-12] 178: Checking user_dbs ** [21:51:22 2020-06-12] 178: Checking geocodings ** [21:51:22 2020-06-12] 178: Checking synchronizations ** [21:51:22 2020-06-12] 178: Checking tracker ** [21:51:22 2020-06-12] 178: Checking user_migrations ** [21:51:22 2020-06-12] 178: Checking batch_updates ** [21:51:22 2020-06-12] 178: Checking gears ** [21:51:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:51:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:27 2020-06-12] 178: Checking imports ** [21:51:27 2020-06-12] 178: Checking exports ** [21:51:27 2020-06-12] 178: Checking users ** [21:51:27 2020-06-12] 178: Checking user_dbs ** [21:51:27 2020-06-12] 178: Checking geocodings ** [21:51:27 2020-06-12] 178: Checking synchronizations ** [21:51:27 2020-06-12] 178: Checking tracker ** [21:51:27 2020-06-12] 178: Checking user_migrations ** [21:51:27 2020-06-12] 178: Checking batch_updates ** [21:51:27 2020-06-12] 178: Checking gears ** [21:51:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:51:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:32 2020-06-12] 178: Checking imports ** [21:51:32 2020-06-12] 178: Checking exports ** [21:51:32 2020-06-12] 178: Checking users ** [21:51:32 2020-06-12] 178: Checking user_dbs ** [21:51:32 2020-06-12] 178: Checking geocodings ** [21:51:32 2020-06-12] 178: Checking synchronizations ** [21:51:32 2020-06-12] 178: Checking tracker ** [21:51:32 2020-06-12] 178: Checking user_migrations ** [21:51:32 2020-06-12] 178: Checking batch_updates ** [21:51:32 2020-06-12] 178: Checking gears ** [21:51:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:51:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:37 2020-06-12] 178: Checking imports ** [21:51:37 2020-06-12] 178: Checking exports ** [21:51:37 2020-06-12] 178: Checking users ** [21:51:37 2020-06-12] 178: Checking user_dbs ** [21:51:37 2020-06-12] 178: Checking geocodings ** [21:51:37 2020-06-12] 178: Checking synchronizations ** [21:51:37 2020-06-12] 178: Checking tracker ** [21:51:37 2020-06-12] 178: Checking user_migrations ** [21:51:37 2020-06-12] 178: Checking batch_updates ** [21:51:37 2020-06-12] 178: Checking gears ** [21:51:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:51:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:42 2020-06-12] 178: Checking imports ** [21:51:42 2020-06-12] 178: Checking exports ** [21:51:42 2020-06-12] 178: Checking users ** [21:51:42 2020-06-12] 178: Checking user_dbs ** [21:51:42 2020-06-12] 178: Checking geocodings ** [21:51:42 2020-06-12] 178: Checking synchronizations ** [21:51:42 2020-06-12] 178: Checking tracker ** [21:51:42 2020-06-12] 178: Checking user_migrations ** [21:51:42 2020-06-12] 178: Checking batch_updates ** [21:51:42 2020-06-12] 178: Checking gears ** [21:51:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:51:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:47 2020-06-12] 178: Checking imports ** [21:51:47 2020-06-12] 178: Checking exports ** [21:51:47 2020-06-12] 178: Checking users ** [21:51:47 2020-06-12] 178: Checking user_dbs ** [21:51:47 2020-06-12] 178: Checking geocodings ** [21:51:47 2020-06-12] 178: Checking synchronizations ** [21:51:47 2020-06-12] 178: Checking tracker ** [21:51:47 2020-06-12] 178: Checking user_migrations ** [21:51:47 2020-06-12] 178: Checking batch_updates ** [21:51:47 2020-06-12] 178: Checking gears ** [21:51:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:51:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:52 2020-06-12] 178: Checking imports ** [21:51:52 2020-06-12] 178: Checking exports ** [21:51:52 2020-06-12] 178: Checking users ** [21:51:52 2020-06-12] 178: Checking user_dbs ** [21:51:52 2020-06-12] 178: Checking geocodings ** [21:51:52 2020-06-12] 178: Checking synchronizations ** [21:51:52 2020-06-12] 178: Checking tracker ** [21:51:52 2020-06-12] 178: Checking user_migrations ** [21:51:52 2020-06-12] 178: Checking batch_updates ** [21:51:52 2020-06-12] 178: Checking gears ** [21:51:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:51:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:57 2020-06-12] 178: Checking imports ** [21:51:57 2020-06-12] 178: Checking exports ** [21:51:57 2020-06-12] 178: Checking users ** [21:51:57 2020-06-12] 178: Checking user_dbs ** [21:51:57 2020-06-12] 178: Checking geocodings ** [21:51:57 2020-06-12] 178: Checking synchronizations ** [21:51:57 2020-06-12] 178: Checking tracker ** [21:51:57 2020-06-12] 178: Checking user_migrations ** [21:51:57 2020-06-12] 178: Checking batch_updates ** [21:51:57 2020-06-12] 178: Checking gears ** [21:51:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:51:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:02 2020-06-12] 178: Checking imports ** [21:52:02 2020-06-12] 178: Checking exports ** [21:52:02 2020-06-12] 178: Checking users ** [21:52:02 2020-06-12] 178: Checking user_dbs ** [21:52:02 2020-06-12] 178: Checking geocodings ** [21:52:02 2020-06-12] 178: Checking synchronizations ** [21:52:02 2020-06-12] 178: Checking tracker ** [21:52:02 2020-06-12] 178: Checking user_migrations ** [21:52:02 2020-06-12] 178: Checking batch_updates ** [21:52:02 2020-06-12] 178: Checking gears ** [21:52:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:52:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:07 2020-06-12] 178: Checking imports ** [21:52:07 2020-06-12] 178: Checking exports ** [21:52:07 2020-06-12] 178: Checking users ** [21:52:07 2020-06-12] 178: Checking user_dbs ** [21:52:07 2020-06-12] 178: Checking geocodings ** [21:52:07 2020-06-12] 178: Checking synchronizations ** [21:52:07 2020-06-12] 178: Checking tracker ** [21:52:07 2020-06-12] 178: Checking user_migrations ** [21:52:07 2020-06-12] 178: Checking batch_updates ** [21:52:07 2020-06-12] 178: Checking gears ** [21:52:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:52:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:12 2020-06-12] 178: Checking imports ** [21:52:12 2020-06-12] 178: Checking exports ** [21:52:12 2020-06-12] 178: Checking users ** [21:52:12 2020-06-12] 178: Checking user_dbs ** [21:52:12 2020-06-12] 178: Checking geocodings ** [21:52:12 2020-06-12] 178: Checking synchronizations ** [21:52:12 2020-06-12] 178: Checking tracker ** [21:52:12 2020-06-12] 178: Checking user_migrations ** [21:52:12 2020-06-12] 178: Checking batch_updates ** [21:52:12 2020-06-12] 178: Checking gears ** [21:52:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:52:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:17 2020-06-12] 178: Checking imports ** [21:52:17 2020-06-12] 178: Checking exports ** [21:52:17 2020-06-12] 178: Checking users ** [21:52:17 2020-06-12] 178: Checking user_dbs ** [21:52:17 2020-06-12] 178: Checking geocodings ** [21:52:17 2020-06-12] 178: Checking synchronizations ** [21:52:17 2020-06-12] 178: Checking tracker ** [21:52:17 2020-06-12] 178: Checking user_migrations ** [21:52:17 2020-06-12] 178: Checking batch_updates ** [21:52:17 2020-06-12] 178: Checking gears ** [21:52:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:52:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:22 2020-06-12] 178: Checking imports ** [21:52:22 2020-06-12] 178: Checking exports ** [21:52:22 2020-06-12] 178: Checking users ** [21:52:22 2020-06-12] 178: Checking user_dbs ** [21:52:22 2020-06-12] 178: Checking geocodings ** [21:52:22 2020-06-12] 178: Checking synchronizations ** [21:52:22 2020-06-12] 178: Checking tracker ** [21:52:22 2020-06-12] 178: Checking user_migrations ** [21:52:22 2020-06-12] 178: Checking batch_updates ** [21:52:22 2020-06-12] 178: Checking gears ** [21:52:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:52:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:27 2020-06-12] 178: Checking imports ** [21:52:27 2020-06-12] 178: Checking exports ** [21:52:27 2020-06-12] 178: Checking users ** [21:52:27 2020-06-12] 178: Checking user_dbs ** [21:52:27 2020-06-12] 178: Checking geocodings ** [21:52:27 2020-06-12] 178: Checking synchronizations ** [21:52:27 2020-06-12] 178: Checking tracker ** [21:52:27 2020-06-12] 178: Checking user_migrations ** [21:52:27 2020-06-12] 178: Checking batch_updates ** [21:52:27 2020-06-12] 178: Checking gears ** [21:52:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:52:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:32 2020-06-12] 178: Checking imports ** [21:52:32 2020-06-12] 178: Checking exports ** [21:52:32 2020-06-12] 178: Checking users ** [21:52:32 2020-06-12] 178: Checking user_dbs ** [21:52:32 2020-06-12] 178: Checking geocodings ** [21:52:32 2020-06-12] 178: Checking synchronizations ** [21:52:32 2020-06-12] 178: Checking tracker ** [21:52:32 2020-06-12] 178: Checking user_migrations ** [21:52:32 2020-06-12] 178: Checking batch_updates ** [21:52:32 2020-06-12] 178: Checking gears ** [21:52:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:52:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:37 2020-06-12] 178: Checking imports ** [21:52:37 2020-06-12] 178: Checking exports ** [21:52:37 2020-06-12] 178: Checking users ** [21:52:37 2020-06-12] 178: Checking user_dbs ** [21:52:37 2020-06-12] 178: Checking geocodings ** [21:52:37 2020-06-12] 178: Checking synchronizations ** [21:52:37 2020-06-12] 178: Checking tracker ** [21:52:37 2020-06-12] 178: Checking user_migrations ** [21:52:37 2020-06-12] 178: Checking batch_updates ** [21:52:37 2020-06-12] 178: Checking gears ** [21:52:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:52:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:42 2020-06-12] 178: Checking imports ** [21:52:42 2020-06-12] 178: Checking exports ** [21:52:42 2020-06-12] 178: Checking users ** [21:52:42 2020-06-12] 178: Checking user_dbs ** [21:52:42 2020-06-12] 178: Checking geocodings ** [21:52:42 2020-06-12] 178: Checking synchronizations ** [21:52:42 2020-06-12] 178: Checking tracker ** [21:52:42 2020-06-12] 178: Checking user_migrations ** [21:52:42 2020-06-12] 178: Checking batch_updates ** [21:52:42 2020-06-12] 178: Checking gears ** [21:52:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:52:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:47 2020-06-12] 178: Checking imports ** [21:52:47 2020-06-12] 178: Checking exports ** [21:52:47 2020-06-12] 178: Checking users ** [21:52:47 2020-06-12] 178: Checking user_dbs ** [21:52:47 2020-06-12] 178: Checking geocodings ** [21:52:47 2020-06-12] 178: Checking synchronizations ** [21:52:47 2020-06-12] 178: Checking tracker ** [21:52:47 2020-06-12] 178: Checking user_migrations ** [21:52:47 2020-06-12] 178: Checking batch_updates ** [21:52:47 2020-06-12] 178: Checking gears ** [21:52:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:52:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:52 2020-06-12] 178: Checking imports ** [21:52:52 2020-06-12] 178: Checking exports ** [21:52:52 2020-06-12] 178: Checking users ** [21:52:52 2020-06-12] 178: Checking user_dbs ** [21:52:52 2020-06-12] 178: Checking geocodings ** [21:52:52 2020-06-12] 178: Checking synchronizations ** [21:52:52 2020-06-12] 178: Checking tracker ** [21:52:52 2020-06-12] 178: Checking user_migrations ** [21:52:52 2020-06-12] 178: Checking batch_updates ** [21:52:52 2020-06-12] 178: Checking gears ** [21:52:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:52:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:57 2020-06-12] 178: Checking imports ** [21:52:57 2020-06-12] 178: Checking exports ** [21:52:57 2020-06-12] 178: Checking users ** [21:52:57 2020-06-12] 178: Checking user_dbs ** [21:52:57 2020-06-12] 178: Checking geocodings ** [21:52:57 2020-06-12] 178: Checking synchronizations ** [21:52:57 2020-06-12] 178: Checking tracker ** [21:52:57 2020-06-12] 178: Checking user_migrations ** [21:52:57 2020-06-12] 178: Checking batch_updates ** [21:52:57 2020-06-12] 178: Checking gears ** [21:52:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:52:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:02 2020-06-12] 178: Checking imports ** [21:53:02 2020-06-12] 178: Checking exports ** [21:53:02 2020-06-12] 178: Checking users ** [21:53:02 2020-06-12] 178: Checking user_dbs ** [21:53:02 2020-06-12] 178: Checking geocodings ** [21:53:02 2020-06-12] 178: Checking synchronizations ** [21:53:02 2020-06-12] 178: Checking tracker ** [21:53:02 2020-06-12] 178: Checking user_migrations ** [21:53:02 2020-06-12] 178: Checking batch_updates ** [21:53:02 2020-06-12] 178: Checking gears ** [21:53:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:53:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:07 2020-06-12] 178: Checking imports ** [21:53:07 2020-06-12] 178: Checking exports ** [21:53:07 2020-06-12] 178: Checking users ** [21:53:07 2020-06-12] 178: Checking user_dbs ** [21:53:07 2020-06-12] 178: Checking geocodings ** [21:53:07 2020-06-12] 178: Checking synchronizations ** [21:53:07 2020-06-12] 178: Checking tracker ** [21:53:07 2020-06-12] 178: Checking user_migrations ** [21:53:07 2020-06-12] 178: Checking batch_updates ** [21:53:07 2020-06-12] 178: Checking gears ** [21:53:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:53:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:12 2020-06-12] 178: Checking imports ** [21:53:12 2020-06-12] 178: Checking exports ** [21:53:12 2020-06-12] 178: Checking users ** [21:53:12 2020-06-12] 178: Checking user_dbs ** [21:53:12 2020-06-12] 178: Checking geocodings ** [21:53:12 2020-06-12] 178: Checking synchronizations ** [21:53:12 2020-06-12] 178: Checking tracker ** [21:53:12 2020-06-12] 178: Checking user_migrations ** [21:53:12 2020-06-12] 178: Checking batch_updates ** [21:53:12 2020-06-12] 178: Checking gears ** [21:53:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:53:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:17 2020-06-12] 178: Checking imports ** [21:53:17 2020-06-12] 178: Checking exports ** [21:53:17 2020-06-12] 178: Checking users ** [21:53:17 2020-06-12] 178: Checking user_dbs ** [21:53:17 2020-06-12] 178: Checking geocodings ** [21:53:17 2020-06-12] 178: Checking synchronizations ** [21:53:17 2020-06-12] 178: Checking tracker ** [21:53:17 2020-06-12] 178: Checking user_migrations ** [21:53:17 2020-06-12] 178: Checking batch_updates ** [21:53:17 2020-06-12] 178: Checking gears ** [21:53:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:53:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:22 2020-06-12] 178: Checking imports ** [21:53:22 2020-06-12] 178: Checking exports ** [21:53:22 2020-06-12] 178: Checking users ** [21:53:22 2020-06-12] 178: Checking user_dbs ** [21:53:22 2020-06-12] 178: Checking geocodings ** [21:53:22 2020-06-12] 178: Checking synchronizations ** [21:53:22 2020-06-12] 178: Checking tracker ** [21:53:22 2020-06-12] 178: Checking user_migrations ** [21:53:22 2020-06-12] 178: Checking batch_updates ** [21:53:22 2020-06-12] 178: Checking gears ** [21:53:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:53:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:27 2020-06-12] 178: Checking imports ** [21:53:27 2020-06-12] 178: Checking exports ** [21:53:27 2020-06-12] 178: Checking users ** [21:53:27 2020-06-12] 178: Checking user_dbs ** [21:53:27 2020-06-12] 178: Checking geocodings ** [21:53:27 2020-06-12] 178: Checking synchronizations ** [21:53:27 2020-06-12] 178: Checking tracker ** [21:53:27 2020-06-12] 178: Checking user_migrations ** [21:53:27 2020-06-12] 178: Checking batch_updates ** [21:53:27 2020-06-12] 178: Checking gears ** [21:53:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:53:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:32 2020-06-12] 178: Checking imports ** [21:53:32 2020-06-12] 178: Checking exports ** [21:53:32 2020-06-12] 178: Checking users ** [21:53:32 2020-06-12] 178: Checking user_dbs ** [21:53:32 2020-06-12] 178: Checking geocodings ** [21:53:32 2020-06-12] 178: Checking synchronizations ** [21:53:32 2020-06-12] 178: Checking tracker ** [21:53:32 2020-06-12] 178: Checking user_migrations ** [21:53:32 2020-06-12] 178: Checking batch_updates ** [21:53:32 2020-06-12] 178: Checking gears ** [21:53:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:53:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:37 2020-06-12] 178: Checking imports ** [21:53:37 2020-06-12] 178: Checking exports ** [21:53:37 2020-06-12] 178: Checking users ** [21:53:37 2020-06-12] 178: Checking user_dbs ** [21:53:37 2020-06-12] 178: Checking geocodings ** [21:53:37 2020-06-12] 178: Checking synchronizations ** [21:53:37 2020-06-12] 178: Checking tracker ** [21:53:37 2020-06-12] 178: Checking user_migrations ** [21:53:37 2020-06-12] 178: Checking batch_updates ** [21:53:37 2020-06-12] 178: Checking gears ** [21:53:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:53:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:42 2020-06-12] 178: Checking imports ** [21:53:42 2020-06-12] 178: Checking exports ** [21:53:42 2020-06-12] 178: Checking users ** [21:53:42 2020-06-12] 178: Checking user_dbs ** [21:53:42 2020-06-12] 178: Checking geocodings ** [21:53:42 2020-06-12] 178: Checking synchronizations ** [21:53:42 2020-06-12] 178: Checking tracker ** [21:53:42 2020-06-12] 178: Checking user_migrations ** [21:53:42 2020-06-12] 178: Checking batch_updates ** [21:53:42 2020-06-12] 178: Checking gears ** [21:53:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:53:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:47 2020-06-12] 178: Checking imports ** [21:53:47 2020-06-12] 178: Checking exports ** [21:53:47 2020-06-12] 178: Checking users ** [21:53:47 2020-06-12] 178: Checking user_dbs ** [21:53:47 2020-06-12] 178: Checking geocodings ** [21:53:47 2020-06-12] 178: Checking synchronizations ** [21:53:47 2020-06-12] 178: Checking tracker ** [21:53:47 2020-06-12] 178: Checking user_migrations ** [21:53:47 2020-06-12] 178: Checking batch_updates ** [21:53:47 2020-06-12] 178: Checking gears ** [21:53:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:53:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:52 2020-06-12] 178: Checking imports ** [21:53:52 2020-06-12] 178: Checking exports ** [21:53:52 2020-06-12] 178: Checking users ** [21:53:52 2020-06-12] 178: Checking user_dbs ** [21:53:52 2020-06-12] 178: Checking geocodings ** [21:53:52 2020-06-12] 178: Checking synchronizations ** [21:53:52 2020-06-12] 178: Checking tracker ** [21:53:52 2020-06-12] 178: Checking user_migrations ** [21:53:52 2020-06-12] 178: Checking batch_updates ** [21:53:52 2020-06-12] 178: Checking gears ** [21:53:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:53:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:57 2020-06-12] 178: Checking imports ** [21:53:57 2020-06-12] 178: Checking exports ** [21:53:57 2020-06-12] 178: Checking users ** [21:53:57 2020-06-12] 178: Checking user_dbs ** [21:53:57 2020-06-12] 178: Checking geocodings ** [21:53:57 2020-06-12] 178: Checking synchronizations ** [21:53:57 2020-06-12] 178: Checking tracker ** [21:53:57 2020-06-12] 178: Checking user_migrations ** [21:53:57 2020-06-12] 178: Checking batch_updates ** [21:53:57 2020-06-12] 178: Checking gears ** [21:53:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:53:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:02 2020-06-12] 178: Checking imports ** [21:54:02 2020-06-12] 178: Checking exports ** [21:54:02 2020-06-12] 178: Checking users ** [21:54:02 2020-06-12] 178: Checking user_dbs ** [21:54:02 2020-06-12] 178: Checking geocodings ** [21:54:02 2020-06-12] 178: Checking synchronizations ** [21:54:02 2020-06-12] 178: Checking tracker ** [21:54:02 2020-06-12] 178: Checking user_migrations ** [21:54:02 2020-06-12] 178: Checking batch_updates ** [21:54:02 2020-06-12] 178: Checking gears ** [21:54:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:54:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:07 2020-06-12] 178: Checking imports ** [21:54:07 2020-06-12] 178: Checking exports ** [21:54:07 2020-06-12] 178: Checking users ** [21:54:07 2020-06-12] 178: Checking user_dbs ** [21:54:07 2020-06-12] 178: Checking geocodings ** [21:54:07 2020-06-12] 178: Checking synchronizations ** [21:54:07 2020-06-12] 178: Checking tracker ** [21:54:07 2020-06-12] 178: Checking user_migrations ** [21:54:07 2020-06-12] 178: Checking batch_updates ** [21:54:07 2020-06-12] 178: Checking gears ** [21:54:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:54:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:12 2020-06-12] 178: Checking imports ** [21:54:12 2020-06-12] 178: Checking exports ** [21:54:12 2020-06-12] 178: Checking users ** [21:54:12 2020-06-12] 178: Checking user_dbs ** [21:54:12 2020-06-12] 178: Checking geocodings ** [21:54:12 2020-06-12] 178: Checking synchronizations ** [21:54:12 2020-06-12] 178: Checking tracker ** [21:54:12 2020-06-12] 178: Checking user_migrations ** [21:54:12 2020-06-12] 178: Checking batch_updates ** [21:54:12 2020-06-12] 178: Checking gears ** [21:54:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:54:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:17 2020-06-12] 178: Checking imports ** [21:54:17 2020-06-12] 178: Checking exports ** [21:54:17 2020-06-12] 178: Checking users ** [21:54:17 2020-06-12] 178: Checking user_dbs ** [21:54:17 2020-06-12] 178: Checking geocodings ** [21:54:17 2020-06-12] 178: Checking synchronizations ** [21:54:17 2020-06-12] 178: Checking tracker ** [21:54:17 2020-06-12] 178: Checking user_migrations ** [21:54:17 2020-06-12] 178: Checking batch_updates ** [21:54:17 2020-06-12] 178: Checking gears ** [21:54:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:54:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:22 2020-06-12] 178: Checking imports ** [21:54:22 2020-06-12] 178: Checking exports ** [21:54:22 2020-06-12] 178: Checking users ** [21:54:22 2020-06-12] 178: Checking user_dbs ** [21:54:22 2020-06-12] 178: Checking geocodings ** [21:54:22 2020-06-12] 178: Checking synchronizations ** [21:54:22 2020-06-12] 178: Checking tracker ** [21:54:22 2020-06-12] 178: Checking user_migrations ** [21:54:22 2020-06-12] 178: Checking batch_updates ** [21:54:22 2020-06-12] 178: Checking gears ** [21:54:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:54:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:27 2020-06-12] 178: Checking imports ** [21:54:27 2020-06-12] 178: Checking exports ** [21:54:27 2020-06-12] 178: Checking users ** [21:54:27 2020-06-12] 178: Checking user_dbs ** [21:54:27 2020-06-12] 178: Checking geocodings ** [21:54:27 2020-06-12] 178: Checking synchronizations ** [21:54:27 2020-06-12] 178: Checking tracker ** [21:54:27 2020-06-12] 178: Checking user_migrations ** [21:54:27 2020-06-12] 178: Checking batch_updates ** [21:54:27 2020-06-12] 178: Checking gears ** [21:54:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:54:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:32 2020-06-12] 178: Checking imports ** [21:54:32 2020-06-12] 178: Checking exports ** [21:54:32 2020-06-12] 178: Checking users ** [21:54:32 2020-06-12] 178: Checking user_dbs ** [21:54:32 2020-06-12] 178: Checking geocodings ** [21:54:32 2020-06-12] 178: Checking synchronizations ** [21:54:32 2020-06-12] 178: Checking tracker ** [21:54:32 2020-06-12] 178: Checking user_migrations ** [21:54:32 2020-06-12] 178: Checking batch_updates ** [21:54:32 2020-06-12] 178: Checking gears ** [21:54:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:54:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:37 2020-06-12] 178: Checking imports ** [21:54:37 2020-06-12] 178: Checking exports ** [21:54:37 2020-06-12] 178: Checking users ** [21:54:37 2020-06-12] 178: Checking user_dbs ** [21:54:37 2020-06-12] 178: Checking geocodings ** [21:54:37 2020-06-12] 178: Checking synchronizations ** [21:54:37 2020-06-12] 178: Checking tracker ** [21:54:37 2020-06-12] 178: Checking user_migrations ** [21:54:37 2020-06-12] 178: Checking batch_updates ** [21:54:37 2020-06-12] 178: Checking gears ** [21:54:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:54:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:42 2020-06-12] 178: Checking imports ** [21:54:42 2020-06-12] 178: Checking exports ** [21:54:42 2020-06-12] 178: Checking users ** [21:54:42 2020-06-12] 178: Checking user_dbs ** [21:54:42 2020-06-12] 178: Checking geocodings ** [21:54:42 2020-06-12] 178: Checking synchronizations ** [21:54:42 2020-06-12] 178: Checking tracker ** [21:54:42 2020-06-12] 178: Checking user_migrations ** [21:54:42 2020-06-12] 178: Checking batch_updates ** [21:54:42 2020-06-12] 178: Checking gears ** [21:54:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:54:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:47 2020-06-12] 178: Checking imports ** [21:54:47 2020-06-12] 178: Checking exports ** [21:54:47 2020-06-12] 178: Checking users ** [21:54:47 2020-06-12] 178: Checking user_dbs ** [21:54:47 2020-06-12] 178: Checking geocodings ** [21:54:47 2020-06-12] 178: Checking synchronizations ** [21:54:47 2020-06-12] 178: Checking tracker ** [21:54:47 2020-06-12] 178: Checking user_migrations ** [21:54:47 2020-06-12] 178: Checking batch_updates ** [21:54:47 2020-06-12] 178: Checking gears ** [21:54:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:54:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:52 2020-06-12] 178: Checking imports ** [21:54:52 2020-06-12] 178: Checking exports ** [21:54:52 2020-06-12] 178: Checking users ** [21:54:52 2020-06-12] 178: Checking user_dbs ** [21:54:52 2020-06-12] 178: Checking geocodings ** [21:54:52 2020-06-12] 178: Checking synchronizations ** [21:54:52 2020-06-12] 178: Checking tracker ** [21:54:52 2020-06-12] 178: Checking user_migrations ** [21:54:52 2020-06-12] 178: Checking batch_updates ** [21:54:52 2020-06-12] 178: Checking gears ** [21:54:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:54:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:57 2020-06-12] 178: Checking imports ** [21:54:57 2020-06-12] 178: Checking exports ** [21:54:57 2020-06-12] 178: Checking users ** [21:54:57 2020-06-12] 178: Checking user_dbs ** [21:54:57 2020-06-12] 178: Checking geocodings ** [21:54:57 2020-06-12] 178: Checking synchronizations ** [21:54:57 2020-06-12] 178: Checking tracker ** [21:54:57 2020-06-12] 178: Checking user_migrations ** [21:54:57 2020-06-12] 178: Checking batch_updates ** [21:54:57 2020-06-12] 178: Checking gears ** [21:54:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:54:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:02 2020-06-12] 178: Checking imports ** [21:55:02 2020-06-12] 178: Checking exports ** [21:55:02 2020-06-12] 178: Checking users ** [21:55:02 2020-06-12] 178: Checking user_dbs ** [21:55:02 2020-06-12] 178: Checking geocodings ** [21:55:02 2020-06-12] 178: Checking synchronizations ** [21:55:02 2020-06-12] 178: Checking tracker ** [21:55:02 2020-06-12] 178: Checking user_migrations ** [21:55:02 2020-06-12] 178: Checking batch_updates ** [21:55:02 2020-06-12] 178: Checking gears ** [21:55:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:55:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:07 2020-06-12] 178: Checking imports ** [21:55:07 2020-06-12] 178: Checking exports ** [21:55:07 2020-06-12] 178: Checking users ** [21:55:07 2020-06-12] 178: Checking user_dbs ** [21:55:07 2020-06-12] 178: Checking geocodings ** [21:55:07 2020-06-12] 178: Checking synchronizations ** [21:55:07 2020-06-12] 178: Checking tracker ** [21:55:07 2020-06-12] 178: Checking user_migrations ** [21:55:07 2020-06-12] 178: Checking batch_updates ** [21:55:07 2020-06-12] 178: Checking gears ** [21:55:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:55:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:12 2020-06-12] 178: Checking imports ** [21:55:12 2020-06-12] 178: Checking exports ** [21:55:12 2020-06-12] 178: Checking users ** [21:55:12 2020-06-12] 178: Checking user_dbs ** [21:55:12 2020-06-12] 178: Checking geocodings ** [21:55:12 2020-06-12] 178: Checking synchronizations ** [21:55:12 2020-06-12] 178: Checking tracker ** [21:55:12 2020-06-12] 178: Checking user_migrations ** [21:55:12 2020-06-12] 178: Checking batch_updates ** [21:55:12 2020-06-12] 178: Checking gears ** [21:55:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:55:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:17 2020-06-12] 178: Checking imports ** [21:55:17 2020-06-12] 178: Checking exports ** [21:55:17 2020-06-12] 178: Checking users ** [21:55:17 2020-06-12] 178: Checking user_dbs ** [21:55:17 2020-06-12] 178: Checking geocodings ** [21:55:17 2020-06-12] 178: Checking synchronizations ** [21:55:17 2020-06-12] 178: Checking tracker ** [21:55:17 2020-06-12] 178: Checking user_migrations ** [21:55:17 2020-06-12] 178: Checking batch_updates ** [21:55:17 2020-06-12] 178: Checking gears ** [21:55:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:55:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:22 2020-06-12] 178: Checking imports ** [21:55:22 2020-06-12] 178: Checking exports ** [21:55:22 2020-06-12] 178: Checking users ** [21:55:22 2020-06-12] 178: Checking user_dbs ** [21:55:22 2020-06-12] 178: Checking geocodings ** [21:55:22 2020-06-12] 178: Checking synchronizations ** [21:55:22 2020-06-12] 178: Checking tracker ** [21:55:22 2020-06-12] 178: Checking user_migrations ** [21:55:22 2020-06-12] 178: Checking batch_updates ** [21:55:22 2020-06-12] 178: Checking gears ** [21:55:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:55:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:27 2020-06-12] 178: Checking imports ** [21:55:27 2020-06-12] 178: Checking exports ** [21:55:27 2020-06-12] 178: Checking users ** [21:55:27 2020-06-12] 178: Checking user_dbs ** [21:55:27 2020-06-12] 178: Checking geocodings ** [21:55:27 2020-06-12] 178: Checking synchronizations ** [21:55:27 2020-06-12] 178: Checking tracker ** [21:55:27 2020-06-12] 178: Checking user_migrations ** [21:55:27 2020-06-12] 178: Checking batch_updates ** [21:55:27 2020-06-12] 178: Checking gears ** [21:55:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:55:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:32 2020-06-12] 178: Checking imports ** [21:55:32 2020-06-12] 178: Checking exports ** [21:55:32 2020-06-12] 178: Checking users ** [21:55:32 2020-06-12] 178: Checking user_dbs ** [21:55:32 2020-06-12] 178: Checking geocodings ** [21:55:32 2020-06-12] 178: Checking synchronizations ** [21:55:32 2020-06-12] 178: Checking tracker ** [21:55:32 2020-06-12] 178: Checking user_migrations ** [21:55:32 2020-06-12] 178: Checking batch_updates ** [21:55:32 2020-06-12] 178: Checking gears ** [21:55:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:55:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:37 2020-06-12] 178: Checking imports ** [21:55:37 2020-06-12] 178: Checking exports ** [21:55:37 2020-06-12] 178: Checking users ** [21:55:37 2020-06-12] 178: Checking user_dbs ** [21:55:37 2020-06-12] 178: Checking geocodings ** [21:55:37 2020-06-12] 178: Checking synchronizations ** [21:55:37 2020-06-12] 178: Checking tracker ** [21:55:37 2020-06-12] 178: Checking user_migrations ** [21:55:37 2020-06-12] 178: Checking batch_updates ** [21:55:37 2020-06-12] 178: Checking gears ** [21:55:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:55:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:42 2020-06-12] 178: Checking imports ** [21:55:42 2020-06-12] 178: Checking exports ** [21:55:42 2020-06-12] 178: Checking users ** [21:55:42 2020-06-12] 178: Checking user_dbs ** [21:55:42 2020-06-12] 178: Checking geocodings ** [21:55:42 2020-06-12] 178: Checking synchronizations ** [21:55:42 2020-06-12] 178: Checking tracker ** [21:55:42 2020-06-12] 178: Checking user_migrations ** [21:55:42 2020-06-12] 178: Checking batch_updates ** [21:55:42 2020-06-12] 178: Checking gears ** [21:55:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:55:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:47 2020-06-12] 178: Checking imports ** [21:55:47 2020-06-12] 178: Checking exports ** [21:55:47 2020-06-12] 178: Checking users ** [21:55:47 2020-06-12] 178: Checking user_dbs ** [21:55:47 2020-06-12] 178: Checking geocodings ** [21:55:47 2020-06-12] 178: Checking synchronizations ** [21:55:47 2020-06-12] 178: Checking tracker ** [21:55:47 2020-06-12] 178: Checking user_migrations ** [21:55:47 2020-06-12] 178: Checking batch_updates ** [21:55:47 2020-06-12] 178: Checking gears ** [21:55:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:55:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:52 2020-06-12] 178: Checking imports ** [21:55:52 2020-06-12] 178: Checking exports ** [21:55:52 2020-06-12] 178: Checking users ** [21:55:52 2020-06-12] 178: Checking user_dbs ** [21:55:52 2020-06-12] 178: Checking geocodings ** [21:55:52 2020-06-12] 178: Checking synchronizations ** [21:55:52 2020-06-12] 178: Checking tracker ** [21:55:52 2020-06-12] 178: Checking user_migrations ** [21:55:52 2020-06-12] 178: Checking batch_updates ** [21:55:52 2020-06-12] 178: Checking gears ** [21:55:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:55:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:57 2020-06-12] 178: Checking imports ** [21:55:57 2020-06-12] 178: Checking exports ** [21:55:57 2020-06-12] 178: Checking users ** [21:55:57 2020-06-12] 178: Checking user_dbs ** [21:55:57 2020-06-12] 178: Checking geocodings ** [21:55:57 2020-06-12] 178: Checking synchronizations ** [21:55:57 2020-06-12] 178: Checking tracker ** [21:55:57 2020-06-12] 178: Checking user_migrations ** [21:55:57 2020-06-12] 178: Checking batch_updates ** [21:55:57 2020-06-12] 178: Checking gears ** [21:55:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:55:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:02 2020-06-12] 178: Checking imports ** [21:56:02 2020-06-12] 178: Checking exports ** [21:56:02 2020-06-12] 178: Checking users ** [21:56:02 2020-06-12] 178: Checking user_dbs ** [21:56:02 2020-06-12] 178: Checking geocodings ** [21:56:02 2020-06-12] 178: Checking synchronizations ** [21:56:02 2020-06-12] 178: Checking tracker ** [21:56:02 2020-06-12] 178: Checking user_migrations ** [21:56:02 2020-06-12] 178: Checking batch_updates ** [21:56:02 2020-06-12] 178: Checking gears ** [21:56:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:56:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:07 2020-06-12] 178: Checking imports ** [21:56:07 2020-06-12] 178: Checking exports ** [21:56:07 2020-06-12] 178: Checking users ** [21:56:07 2020-06-12] 178: Checking user_dbs ** [21:56:07 2020-06-12] 178: Checking geocodings ** [21:56:07 2020-06-12] 178: Checking synchronizations ** [21:56:07 2020-06-12] 178: Checking tracker ** [21:56:07 2020-06-12] 178: Checking user_migrations ** [21:56:07 2020-06-12] 178: Checking batch_updates ** [21:56:07 2020-06-12] 178: Checking gears ** [21:56:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:56:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:12 2020-06-12] 178: Checking imports ** [21:56:12 2020-06-12] 178: Checking exports ** [21:56:12 2020-06-12] 178: Checking users ** [21:56:12 2020-06-12] 178: Checking user_dbs ** [21:56:12 2020-06-12] 178: Checking geocodings ** [21:56:12 2020-06-12] 178: Checking synchronizations ** [21:56:12 2020-06-12] 178: Checking tracker ** [21:56:12 2020-06-12] 178: Checking user_migrations ** [21:56:12 2020-06-12] 178: Checking batch_updates ** [21:56:12 2020-06-12] 178: Checking gears ** [21:56:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:56:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:17 2020-06-12] 178: Checking imports ** [21:56:17 2020-06-12] 178: Checking exports ** [21:56:17 2020-06-12] 178: Checking users ** [21:56:17 2020-06-12] 178: Checking user_dbs ** [21:56:17 2020-06-12] 178: Checking geocodings ** [21:56:17 2020-06-12] 178: Checking synchronizations ** [21:56:17 2020-06-12] 178: Checking tracker ** [21:56:17 2020-06-12] 178: Checking user_migrations ** [21:56:17 2020-06-12] 178: Checking batch_updates ** [21:56:17 2020-06-12] 178: Checking gears ** [21:56:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:56:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:22 2020-06-12] 178: Checking imports ** [21:56:22 2020-06-12] 178: Checking exports ** [21:56:22 2020-06-12] 178: Checking users ** [21:56:22 2020-06-12] 178: Checking user_dbs ** [21:56:22 2020-06-12] 178: Checking geocodings ** [21:56:22 2020-06-12] 178: Checking synchronizations ** [21:56:22 2020-06-12] 178: Checking tracker ** [21:56:22 2020-06-12] 178: Checking user_migrations ** [21:56:22 2020-06-12] 178: Checking batch_updates ** [21:56:22 2020-06-12] 178: Checking gears ** [21:56:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:56:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:27 2020-06-12] 178: Checking imports ** [21:56:27 2020-06-12] 178: Checking exports ** [21:56:27 2020-06-12] 178: Checking users ** [21:56:27 2020-06-12] 178: Checking user_dbs ** [21:56:27 2020-06-12] 178: Checking geocodings ** [21:56:27 2020-06-12] 178: Checking synchronizations ** [21:56:27 2020-06-12] 178: Checking tracker ** [21:56:27 2020-06-12] 178: Checking user_migrations ** [21:56:27 2020-06-12] 178: Checking batch_updates ** [21:56:27 2020-06-12] 178: Checking gears ** [21:56:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:56:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:32 2020-06-12] 178: Checking imports ** [21:56:32 2020-06-12] 178: Checking exports ** [21:56:32 2020-06-12] 178: Checking users ** [21:56:32 2020-06-12] 178: Checking user_dbs ** [21:56:32 2020-06-12] 178: Checking geocodings ** [21:56:32 2020-06-12] 178: Checking synchronizations ** [21:56:32 2020-06-12] 178: Checking tracker ** [21:56:32 2020-06-12] 178: Checking user_migrations ** [21:56:32 2020-06-12] 178: Checking batch_updates ** [21:56:32 2020-06-12] 178: Checking gears ** [21:56:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:56:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:37 2020-06-12] 178: Checking imports ** [21:56:37 2020-06-12] 178: Checking exports ** [21:56:37 2020-06-12] 178: Checking users ** [21:56:37 2020-06-12] 178: Checking user_dbs ** [21:56:37 2020-06-12] 178: Checking geocodings ** [21:56:37 2020-06-12] 178: Checking synchronizations ** [21:56:37 2020-06-12] 178: Checking tracker ** [21:56:37 2020-06-12] 178: Checking user_migrations ** [21:56:37 2020-06-12] 178: Checking batch_updates ** [21:56:37 2020-06-12] 178: Checking gears ** [21:56:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:56:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:42 2020-06-12] 178: Checking imports ** [21:56:42 2020-06-12] 178: Checking exports ** [21:56:42 2020-06-12] 178: Checking users ** [21:56:42 2020-06-12] 178: Checking user_dbs ** [21:56:42 2020-06-12] 178: Checking geocodings ** [21:56:42 2020-06-12] 178: Checking synchronizations ** [21:56:42 2020-06-12] 178: Checking tracker ** [21:56:42 2020-06-12] 178: Checking user_migrations ** [21:56:42 2020-06-12] 178: Checking batch_updates ** [21:56:42 2020-06-12] 178: Checking gears ** [21:56:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:56:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:47 2020-06-12] 178: Checking imports ** [21:56:47 2020-06-12] 178: Checking exports ** [21:56:47 2020-06-12] 178: Checking users ** [21:56:47 2020-06-12] 178: Checking user_dbs ** [21:56:47 2020-06-12] 178: Checking geocodings ** [21:56:47 2020-06-12] 178: Checking synchronizations ** [21:56:47 2020-06-12] 178: Checking tracker ** [21:56:47 2020-06-12] 178: Checking user_migrations ** [21:56:47 2020-06-12] 178: Checking batch_updates ** [21:56:47 2020-06-12] 178: Checking gears ** [21:56:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:56:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:52 2020-06-12] 178: Checking imports ** [21:56:52 2020-06-12] 178: Checking exports ** [21:56:52 2020-06-12] 178: Checking users ** [21:56:52 2020-06-12] 178: Checking user_dbs ** [21:56:52 2020-06-12] 178: Checking geocodings ** [21:56:52 2020-06-12] 178: Checking synchronizations ** [21:56:52 2020-06-12] 178: Checking tracker ** [21:56:52 2020-06-12] 178: Checking user_migrations ** [21:56:52 2020-06-12] 178: Checking batch_updates ** [21:56:52 2020-06-12] 178: Checking gears ** [21:56:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:56:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:57 2020-06-12] 178: Checking imports ** [21:56:57 2020-06-12] 178: Checking exports ** [21:56:57 2020-06-12] 178: Checking users ** [21:56:57 2020-06-12] 178: Checking user_dbs ** [21:56:57 2020-06-12] 178: Checking geocodings ** [21:56:57 2020-06-12] 178: Checking synchronizations ** [21:56:57 2020-06-12] 178: Checking tracker ** [21:56:57 2020-06-12] 178: Checking user_migrations ** [21:56:57 2020-06-12] 178: Checking batch_updates ** [21:56:57 2020-06-12] 178: Checking gears ** [21:56:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:56:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:02 2020-06-12] 178: Checking imports ** [21:57:02 2020-06-12] 178: Checking exports ** [21:57:02 2020-06-12] 178: Checking users ** [21:57:02 2020-06-12] 178: Checking user_dbs ** [21:57:02 2020-06-12] 178: Checking geocodings ** [21:57:02 2020-06-12] 178: Checking synchronizations ** [21:57:02 2020-06-12] 178: Checking tracker ** [21:57:02 2020-06-12] 178: Checking user_migrations ** [21:57:02 2020-06-12] 178: Checking batch_updates ** [21:57:02 2020-06-12] 178: Checking gears ** [21:57:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:57:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:07 2020-06-12] 178: Checking imports ** [21:57:07 2020-06-12] 178: Checking exports ** [21:57:07 2020-06-12] 178: Checking users ** [21:57:07 2020-06-12] 178: Checking user_dbs ** [21:57:07 2020-06-12] 178: Checking geocodings ** [21:57:07 2020-06-12] 178: Checking synchronizations ** [21:57:07 2020-06-12] 178: Checking tracker ** [21:57:07 2020-06-12] 178: Checking user_migrations ** [21:57:07 2020-06-12] 178: Checking batch_updates ** [21:57:07 2020-06-12] 178: Checking gears ** [21:57:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:57:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:12 2020-06-12] 178: Checking imports ** [21:57:12 2020-06-12] 178: Checking exports ** [21:57:12 2020-06-12] 178: Checking users ** [21:57:12 2020-06-12] 178: Checking user_dbs ** [21:57:12 2020-06-12] 178: Checking geocodings ** [21:57:12 2020-06-12] 178: Checking synchronizations ** [21:57:12 2020-06-12] 178: Checking tracker ** [21:57:12 2020-06-12] 178: Checking user_migrations ** [21:57:12 2020-06-12] 178: Checking batch_updates ** [21:57:12 2020-06-12] 178: Checking gears ** [21:57:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:57:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:17 2020-06-12] 178: Checking imports ** [21:57:17 2020-06-12] 178: Checking exports ** [21:57:17 2020-06-12] 178: Checking users ** [21:57:17 2020-06-12] 178: Checking user_dbs ** [21:57:17 2020-06-12] 178: Checking geocodings ** [21:57:17 2020-06-12] 178: Checking synchronizations ** [21:57:17 2020-06-12] 178: Checking tracker ** [21:57:17 2020-06-12] 178: Checking user_migrations ** [21:57:17 2020-06-12] 178: Checking batch_updates ** [21:57:17 2020-06-12] 178: Checking gears ** [21:57:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:57:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:22 2020-06-12] 178: Checking imports ** [21:57:22 2020-06-12] 178: Checking exports ** [21:57:22 2020-06-12] 178: Checking users ** [21:57:22 2020-06-12] 178: Checking user_dbs ** [21:57:22 2020-06-12] 178: Checking geocodings ** [21:57:22 2020-06-12] 178: Checking synchronizations ** [21:57:22 2020-06-12] 178: Checking tracker ** [21:57:22 2020-06-12] 178: Checking user_migrations ** [21:57:22 2020-06-12] 178: Checking batch_updates ** [21:57:22 2020-06-12] 178: Checking gears ** [21:57:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:57:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:27 2020-06-12] 178: Checking imports ** [21:57:27 2020-06-12] 178: Checking exports ** [21:57:27 2020-06-12] 178: Checking users ** [21:57:27 2020-06-12] 178: Checking user_dbs ** [21:57:27 2020-06-12] 178: Checking geocodings ** [21:57:27 2020-06-12] 178: Checking synchronizations ** [21:57:27 2020-06-12] 178: Checking tracker ** [21:57:27 2020-06-12] 178: Checking user_migrations ** [21:57:27 2020-06-12] 178: Checking batch_updates ** [21:57:27 2020-06-12] 178: Checking gears ** [21:57:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:57:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:32 2020-06-12] 178: Checking imports ** [21:57:32 2020-06-12] 178: Checking exports ** [21:57:32 2020-06-12] 178: Checking users ** [21:57:32 2020-06-12] 178: Checking user_dbs ** [21:57:32 2020-06-12] 178: Checking geocodings ** [21:57:32 2020-06-12] 178: Checking synchronizations ** [21:57:32 2020-06-12] 178: Checking tracker ** [21:57:32 2020-06-12] 178: Checking user_migrations ** [21:57:32 2020-06-12] 178: Checking batch_updates ** [21:57:32 2020-06-12] 178: Checking gears ** [21:57:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:57:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:37 2020-06-12] 178: Checking imports ** [21:57:37 2020-06-12] 178: Checking exports ** [21:57:37 2020-06-12] 178: Checking users ** [21:57:37 2020-06-12] 178: Checking user_dbs ** [21:57:37 2020-06-12] 178: Checking geocodings ** [21:57:37 2020-06-12] 178: Checking synchronizations ** [21:57:37 2020-06-12] 178: Checking tracker ** [21:57:37 2020-06-12] 178: Checking user_migrations ** [21:57:37 2020-06-12] 178: Checking batch_updates ** [21:57:37 2020-06-12] 178: Checking gears ** [21:57:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:57:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:43 2020-06-12] 178: Checking imports ** [21:57:43 2020-06-12] 178: Checking exports ** [21:57:43 2020-06-12] 178: Checking users ** [21:57:43 2020-06-12] 178: Checking user_dbs ** [21:57:43 2020-06-12] 178: Checking geocodings ** [21:57:43 2020-06-12] 178: Checking synchronizations ** [21:57:43 2020-06-12] 178: Checking tracker ** [21:57:43 2020-06-12] 178: Checking user_migrations ** [21:57:43 2020-06-12] 178: Checking batch_updates ** [21:57:43 2020-06-12] 178: Checking gears ** [21:57:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:57:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:48 2020-06-12] 178: Checking imports ** [21:57:48 2020-06-12] 178: Checking exports ** [21:57:48 2020-06-12] 178: Checking users ** [21:57:48 2020-06-12] 178: Checking user_dbs ** [21:57:48 2020-06-12] 178: Checking geocodings ** [21:57:48 2020-06-12] 178: Checking synchronizations ** [21:57:48 2020-06-12] 178: Checking tracker ** [21:57:48 2020-06-12] 178: Checking user_migrations ** [21:57:48 2020-06-12] 178: Checking batch_updates ** [21:57:48 2020-06-12] 178: Checking gears ** [21:57:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:57:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:53 2020-06-12] 178: Checking imports ** [21:57:53 2020-06-12] 178: Checking exports ** [21:57:53 2020-06-12] 178: Checking users ** [21:57:53 2020-06-12] 178: Checking user_dbs ** [21:57:53 2020-06-12] 178: Checking geocodings ** [21:57:53 2020-06-12] 178: Checking synchronizations ** [21:57:53 2020-06-12] 178: Checking tracker ** [21:57:53 2020-06-12] 178: Checking user_migrations ** [21:57:53 2020-06-12] 178: Checking batch_updates ** [21:57:53 2020-06-12] 178: Checking gears ** [21:57:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:57:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:58 2020-06-12] 178: Checking imports ** [21:57:58 2020-06-12] 178: Checking exports ** [21:57:58 2020-06-12] 178: Checking users ** [21:57:58 2020-06-12] 178: Checking user_dbs ** [21:57:58 2020-06-12] 178: Checking geocodings ** [21:57:58 2020-06-12] 178: Checking synchronizations ** [21:57:58 2020-06-12] 178: Checking tracker ** [21:57:58 2020-06-12] 178: Checking user_migrations ** [21:57:58 2020-06-12] 178: Checking batch_updates ** [21:57:58 2020-06-12] 178: Checking gears ** [21:57:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:57:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:03 2020-06-12] 178: Checking imports ** [21:58:03 2020-06-12] 178: Checking exports ** [21:58:03 2020-06-12] 178: Checking users ** [21:58:03 2020-06-12] 178: Checking user_dbs ** [21:58:03 2020-06-12] 178: Checking geocodings ** [21:58:03 2020-06-12] 178: Checking synchronizations ** [21:58:03 2020-06-12] 178: Checking tracker ** [21:58:03 2020-06-12] 178: Checking user_migrations ** [21:58:03 2020-06-12] 178: Checking batch_updates ** [21:58:03 2020-06-12] 178: Checking gears ** [21:58:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:58:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:08 2020-06-12] 178: Checking imports ** [21:58:08 2020-06-12] 178: Checking exports ** [21:58:08 2020-06-12] 178: Checking users ** [21:58:08 2020-06-12] 178: Checking user_dbs ** [21:58:08 2020-06-12] 178: Checking geocodings ** [21:58:08 2020-06-12] 178: Checking synchronizations ** [21:58:08 2020-06-12] 178: Checking tracker ** [21:58:08 2020-06-12] 178: Checking user_migrations ** [21:58:08 2020-06-12] 178: Checking batch_updates ** [21:58:08 2020-06-12] 178: Checking gears ** [21:58:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:58:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:13 2020-06-12] 178: Checking imports ** [21:58:13 2020-06-12] 178: Checking exports ** [21:58:13 2020-06-12] 178: Checking users ** [21:58:13 2020-06-12] 178: Checking user_dbs ** [21:58:13 2020-06-12] 178: Checking geocodings ** [21:58:13 2020-06-12] 178: Checking synchronizations ** [21:58:13 2020-06-12] 178: Checking tracker ** [21:58:13 2020-06-12] 178: Checking user_migrations ** [21:58:13 2020-06-12] 178: Checking batch_updates ** [21:58:13 2020-06-12] 178: Checking gears ** [21:58:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:58:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:18 2020-06-12] 178: Checking imports ** [21:58:18 2020-06-12] 178: Checking exports ** [21:58:18 2020-06-12] 178: Checking users ** [21:58:18 2020-06-12] 178: Checking user_dbs ** [21:58:18 2020-06-12] 178: Checking geocodings ** [21:58:18 2020-06-12] 178: Checking synchronizations ** [21:58:18 2020-06-12] 178: Checking tracker ** [21:58:18 2020-06-12] 178: Checking user_migrations ** [21:58:18 2020-06-12] 178: Checking batch_updates ** [21:58:18 2020-06-12] 178: Checking gears ** [21:58:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:58:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:23 2020-06-12] 178: Checking imports ** [21:58:23 2020-06-12] 178: Checking exports ** [21:58:23 2020-06-12] 178: Checking users ** [21:58:23 2020-06-12] 178: Checking user_dbs ** [21:58:23 2020-06-12] 178: Checking geocodings ** [21:58:23 2020-06-12] 178: Checking synchronizations ** [21:58:23 2020-06-12] 178: Checking tracker ** [21:58:23 2020-06-12] 178: Checking user_migrations ** [21:58:23 2020-06-12] 178: Checking batch_updates ** [21:58:23 2020-06-12] 178: Checking gears ** [21:58:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:58:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:28 2020-06-12] 178: Checking imports ** [21:58:28 2020-06-12] 178: Checking exports ** [21:58:28 2020-06-12] 178: Checking users ** [21:58:28 2020-06-12] 178: Checking user_dbs ** [21:58:28 2020-06-12] 178: Checking geocodings ** [21:58:28 2020-06-12] 178: Checking synchronizations ** [21:58:28 2020-06-12] 178: Checking tracker ** [21:58:28 2020-06-12] 178: Checking user_migrations ** [21:58:28 2020-06-12] 178: Checking batch_updates ** [21:58:28 2020-06-12] 178: Checking gears ** [21:58:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:58:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:33 2020-06-12] 178: Checking imports ** [21:58:33 2020-06-12] 178: Checking exports ** [21:58:33 2020-06-12] 178: Checking users ** [21:58:33 2020-06-12] 178: Checking user_dbs ** [21:58:33 2020-06-12] 178: Checking geocodings ** [21:58:33 2020-06-12] 178: Checking synchronizations ** [21:58:33 2020-06-12] 178: Checking tracker ** [21:58:33 2020-06-12] 178: Checking user_migrations ** [21:58:33 2020-06-12] 178: Checking batch_updates ** [21:58:33 2020-06-12] 178: Checking gears ** [21:58:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:58:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:38 2020-06-12] 178: Checking imports ** [21:58:38 2020-06-12] 178: Checking exports ** [21:58:38 2020-06-12] 178: Checking users ** [21:58:38 2020-06-12] 178: Checking user_dbs ** [21:58:38 2020-06-12] 178: Checking geocodings ** [21:58:38 2020-06-12] 178: Checking synchronizations ** [21:58:38 2020-06-12] 178: Checking tracker ** [21:58:38 2020-06-12] 178: Checking user_migrations ** [21:58:38 2020-06-12] 178: Checking batch_updates ** [21:58:38 2020-06-12] 178: Checking gears ** [21:58:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:58:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:43 2020-06-12] 178: Checking imports ** [21:58:43 2020-06-12] 178: Checking exports ** [21:58:43 2020-06-12] 178: Checking users ** [21:58:43 2020-06-12] 178: Checking user_dbs ** [21:58:43 2020-06-12] 178: Checking geocodings ** [21:58:43 2020-06-12] 178: Checking synchronizations ** [21:58:43 2020-06-12] 178: Checking tracker ** [21:58:43 2020-06-12] 178: Checking user_migrations ** [21:58:43 2020-06-12] 178: Checking batch_updates ** [21:58:43 2020-06-12] 178: Checking gears ** [21:58:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:58:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:48 2020-06-12] 178: Checking imports ** [21:58:48 2020-06-12] 178: Checking exports ** [21:58:48 2020-06-12] 178: Checking users ** [21:58:48 2020-06-12] 178: Checking user_dbs ** [21:58:48 2020-06-12] 178: Checking geocodings ** [21:58:48 2020-06-12] 178: Checking synchronizations ** [21:58:48 2020-06-12] 178: Checking tracker ** [21:58:48 2020-06-12] 178: Checking user_migrations ** [21:58:48 2020-06-12] 178: Checking batch_updates ** [21:58:48 2020-06-12] 178: Checking gears ** [21:58:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:58:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:53 2020-06-12] 178: Checking imports ** [21:58:53 2020-06-12] 178: Checking exports ** [21:58:53 2020-06-12] 178: Checking users ** [21:58:53 2020-06-12] 178: Checking user_dbs ** [21:58:53 2020-06-12] 178: Checking geocodings ** [21:58:53 2020-06-12] 178: Checking synchronizations ** [21:58:53 2020-06-12] 178: Checking tracker ** [21:58:53 2020-06-12] 178: Checking user_migrations ** [21:58:53 2020-06-12] 178: Checking batch_updates ** [21:58:53 2020-06-12] 178: Checking gears ** [21:58:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:58:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:58 2020-06-12] 178: Checking imports ** [21:58:58 2020-06-12] 178: Checking exports ** [21:58:58 2020-06-12] 178: Checking users ** [21:58:58 2020-06-12] 178: Checking user_dbs ** [21:58:58 2020-06-12] 178: Checking geocodings ** [21:58:58 2020-06-12] 178: Checking synchronizations ** [21:58:58 2020-06-12] 178: Checking tracker ** [21:58:58 2020-06-12] 178: Checking user_migrations ** [21:58:58 2020-06-12] 178: Checking batch_updates ** [21:58:58 2020-06-12] 178: Checking gears ** [21:58:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:58:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:03 2020-06-12] 178: Checking imports ** [21:59:03 2020-06-12] 178: Checking exports ** [21:59:03 2020-06-12] 178: Checking users ** [21:59:03 2020-06-12] 178: Checking user_dbs ** [21:59:03 2020-06-12] 178: Checking geocodings ** [21:59:03 2020-06-12] 178: Checking synchronizations ** [21:59:03 2020-06-12] 178: Checking tracker ** [21:59:03 2020-06-12] 178: Checking user_migrations ** [21:59:03 2020-06-12] 178: Checking batch_updates ** [21:59:03 2020-06-12] 178: Checking gears ** [21:59:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:59:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:08 2020-06-12] 178: Checking imports ** [21:59:08 2020-06-12] 178: Checking exports ** [21:59:08 2020-06-12] 178: Checking users ** [21:59:08 2020-06-12] 178: Checking user_dbs ** [21:59:08 2020-06-12] 178: Checking geocodings ** [21:59:08 2020-06-12] 178: Checking synchronizations ** [21:59:08 2020-06-12] 178: Checking tracker ** [21:59:08 2020-06-12] 178: Checking user_migrations ** [21:59:08 2020-06-12] 178: Checking batch_updates ** [21:59:08 2020-06-12] 178: Checking gears ** [21:59:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:59:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:13 2020-06-12] 178: Checking imports ** [21:59:13 2020-06-12] 178: Checking exports ** [21:59:13 2020-06-12] 178: Checking users ** [21:59:13 2020-06-12] 178: Checking user_dbs ** [21:59:13 2020-06-12] 178: Checking geocodings ** [21:59:13 2020-06-12] 178: Checking synchronizations ** [21:59:13 2020-06-12] 178: Checking tracker ** [21:59:13 2020-06-12] 178: Checking user_migrations ** [21:59:13 2020-06-12] 178: Checking batch_updates ** [21:59:13 2020-06-12] 178: Checking gears ** [21:59:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:59:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:18 2020-06-12] 178: Checking imports ** [21:59:18 2020-06-12] 178: Checking exports ** [21:59:18 2020-06-12] 178: Checking users ** [21:59:18 2020-06-12] 178: Checking user_dbs ** [21:59:18 2020-06-12] 178: Checking geocodings ** [21:59:18 2020-06-12] 178: Checking synchronizations ** [21:59:18 2020-06-12] 178: Checking tracker ** [21:59:18 2020-06-12] 178: Checking user_migrations ** [21:59:18 2020-06-12] 178: Checking batch_updates ** [21:59:18 2020-06-12] 178: Checking gears ** [21:59:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:59:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:23 2020-06-12] 178: Checking imports ** [21:59:23 2020-06-12] 178: Checking exports ** [21:59:23 2020-06-12] 178: Checking users ** [21:59:23 2020-06-12] 178: Checking user_dbs ** [21:59:23 2020-06-12] 178: Checking geocodings ** [21:59:23 2020-06-12] 178: Checking synchronizations ** [21:59:23 2020-06-12] 178: Checking tracker ** [21:59:23 2020-06-12] 178: Checking user_migrations ** [21:59:23 2020-06-12] 178: Checking batch_updates ** [21:59:23 2020-06-12] 178: Checking gears ** [21:59:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:59:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:28 2020-06-12] 178: Checking imports ** [21:59:28 2020-06-12] 178: Checking exports ** [21:59:28 2020-06-12] 178: Checking users ** [21:59:28 2020-06-12] 178: Checking user_dbs ** [21:59:28 2020-06-12] 178: Checking geocodings ** [21:59:28 2020-06-12] 178: Checking synchronizations ** [21:59:28 2020-06-12] 178: Checking tracker ** [21:59:28 2020-06-12] 178: Checking user_migrations ** [21:59:28 2020-06-12] 178: Checking batch_updates ** [21:59:28 2020-06-12] 178: Checking gears ** [21:59:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:59:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:33 2020-06-12] 178: Checking imports ** [21:59:33 2020-06-12] 178: Checking exports ** [21:59:33 2020-06-12] 178: Checking users ** [21:59:33 2020-06-12] 178: Checking user_dbs ** [21:59:33 2020-06-12] 178: Checking geocodings ** [21:59:33 2020-06-12] 178: Checking synchronizations ** [21:59:33 2020-06-12] 178: Checking tracker ** [21:59:33 2020-06-12] 178: Checking user_migrations ** [21:59:33 2020-06-12] 178: Checking batch_updates ** [21:59:33 2020-06-12] 178: Checking gears ** [21:59:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:59:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:38 2020-06-12] 178: Checking imports ** [21:59:38 2020-06-12] 178: Checking exports ** [21:59:38 2020-06-12] 178: Checking users ** [21:59:38 2020-06-12] 178: Checking user_dbs ** [21:59:38 2020-06-12] 178: Checking geocodings ** [21:59:38 2020-06-12] 178: Checking synchronizations ** [21:59:38 2020-06-12] 178: Checking tracker ** [21:59:38 2020-06-12] 178: Checking user_migrations ** [21:59:38 2020-06-12] 178: Checking batch_updates ** [21:59:38 2020-06-12] 178: Checking gears ** [21:59:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:59:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:43 2020-06-12] 178: Checking imports ** [21:59:43 2020-06-12] 178: Checking exports ** [21:59:43 2020-06-12] 178: Checking users ** [21:59:43 2020-06-12] 178: Checking user_dbs ** [21:59:43 2020-06-12] 178: Checking geocodings ** [21:59:43 2020-06-12] 178: Checking synchronizations ** [21:59:43 2020-06-12] 178: Checking tracker ** [21:59:43 2020-06-12] 178: Checking user_migrations ** [21:59:43 2020-06-12] 178: Checking batch_updates ** [21:59:43 2020-06-12] 178: Checking gears ** [21:59:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:59:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:48 2020-06-12] 178: Checking imports ** [21:59:48 2020-06-12] 178: Checking exports ** [21:59:48 2020-06-12] 178: Checking users ** [21:59:48 2020-06-12] 178: Checking user_dbs ** [21:59:48 2020-06-12] 178: Checking geocodings ** [21:59:48 2020-06-12] 178: Checking synchronizations ** [21:59:48 2020-06-12] 178: Checking tracker ** [21:59:48 2020-06-12] 178: Checking user_migrations ** [21:59:48 2020-06-12] 178: Checking batch_updates ** [21:59:48 2020-06-12] 178: Checking gears ** [21:59:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:59:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:53 2020-06-12] 178: Checking imports ** [21:59:53 2020-06-12] 178: Checking exports ** [21:59:53 2020-06-12] 178: Checking users ** [21:59:53 2020-06-12] 178: Checking user_dbs ** [21:59:53 2020-06-12] 178: Checking geocodings ** [21:59:53 2020-06-12] 178: Checking synchronizations ** [21:59:53 2020-06-12] 178: Checking tracker ** [21:59:53 2020-06-12] 178: Checking user_migrations ** [21:59:53 2020-06-12] 178: Checking batch_updates ** [21:59:53 2020-06-12] 178: Checking gears ** [21:59:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:59:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:58 2020-06-12] 178: Checking imports ** [21:59:58 2020-06-12] 178: Checking exports ** [21:59:58 2020-06-12] 178: Checking users ** [21:59:58 2020-06-12] 178: Checking user_dbs ** [21:59:58 2020-06-12] 178: Checking geocodings ** [21:59:58 2020-06-12] 178: Checking synchronizations ** [21:59:58 2020-06-12] 178: Checking tracker ** [21:59:58 2020-06-12] 178: Checking user_migrations ** [21:59:58 2020-06-12] 178: Checking batch_updates ** [21:59:58 2020-06-12] 178: Checking gears ** [21:59:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [21:59:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:03 2020-06-12] 178: Checking imports ** [22:00:03 2020-06-12] 178: Checking exports ** [22:00:03 2020-06-12] 178: Checking users ** [22:00:03 2020-06-12] 178: Checking user_dbs ** [22:00:03 2020-06-12] 178: Checking geocodings ** [22:00:03 2020-06-12] 178: Checking synchronizations ** [22:00:03 2020-06-12] 178: Checking tracker ** [22:00:03 2020-06-12] 178: Checking user_migrations ** [22:00:03 2020-06-12] 178: Checking batch_updates ** [22:00:03 2020-06-12] 178: Checking gears ** [22:00:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:00:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:08 2020-06-12] 178: Checking imports ** [22:00:08 2020-06-12] 178: Checking exports ** [22:00:08 2020-06-12] 178: Checking users ** [22:00:08 2020-06-12] 178: Checking user_dbs ** [22:00:08 2020-06-12] 178: Checking geocodings ** [22:00:08 2020-06-12] 178: Checking synchronizations ** [22:00:08 2020-06-12] 178: Checking tracker ** [22:00:08 2020-06-12] 178: Checking user_migrations ** [22:00:08 2020-06-12] 178: Checking batch_updates ** [22:00:08 2020-06-12] 178: Checking gears ** [22:00:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:00:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:13 2020-06-12] 178: Checking imports ** [22:00:13 2020-06-12] 178: Checking exports ** [22:00:13 2020-06-12] 178: Checking users ** [22:00:13 2020-06-12] 178: Checking user_dbs ** [22:00:13 2020-06-12] 178: Checking geocodings ** [22:00:13 2020-06-12] 178: Checking synchronizations ** [22:00:13 2020-06-12] 178: Checking tracker ** [22:00:13 2020-06-12] 178: Checking user_migrations ** [22:00:13 2020-06-12] 178: Checking batch_updates ** [22:00:13 2020-06-12] 178: Checking gears ** [22:00:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:00:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:18 2020-06-12] 178: Checking imports ** [22:00:18 2020-06-12] 178: Checking exports ** [22:00:18 2020-06-12] 178: Checking users ** [22:00:18 2020-06-12] 178: Checking user_dbs ** [22:00:18 2020-06-12] 178: Checking geocodings ** [22:00:18 2020-06-12] 178: Checking synchronizations ** [22:00:18 2020-06-12] 178: Checking tracker ** [22:00:18 2020-06-12] 178: Checking user_migrations ** [22:00:18 2020-06-12] 178: Checking batch_updates ** [22:00:18 2020-06-12] 178: Checking gears ** [22:00:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:00:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:23 2020-06-12] 178: Checking imports ** [22:00:23 2020-06-12] 178: Checking exports ** [22:00:23 2020-06-12] 178: Checking users ** [22:00:23 2020-06-12] 178: Checking user_dbs ** [22:00:23 2020-06-12] 178: Checking geocodings ** [22:00:23 2020-06-12] 178: Checking synchronizations ** [22:00:23 2020-06-12] 178: Checking tracker ** [22:00:23 2020-06-12] 178: Checking user_migrations ** [22:00:23 2020-06-12] 178: Checking batch_updates ** [22:00:23 2020-06-12] 178: Checking gears ** [22:00:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:00:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:28 2020-06-12] 178: Checking imports ** [22:00:28 2020-06-12] 178: Checking exports ** [22:00:28 2020-06-12] 178: Checking users ** [22:00:28 2020-06-12] 178: Checking user_dbs ** [22:00:28 2020-06-12] 178: Checking geocodings ** [22:00:28 2020-06-12] 178: Checking synchronizations ** [22:00:28 2020-06-12] 178: Checking tracker ** [22:00:28 2020-06-12] 178: Checking user_migrations ** [22:00:28 2020-06-12] 178: Checking batch_updates ** [22:00:28 2020-06-12] 178: Checking gears ** [22:00:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:00:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:33 2020-06-12] 178: Checking imports ** [22:00:33 2020-06-12] 178: Checking exports ** [22:00:33 2020-06-12] 178: Checking users ** [22:00:33 2020-06-12] 178: Checking user_dbs ** [22:00:33 2020-06-12] 178: Checking geocodings ** [22:00:33 2020-06-12] 178: Checking synchronizations ** [22:00:33 2020-06-12] 178: Checking tracker ** [22:00:33 2020-06-12] 178: Checking user_migrations ** [22:00:33 2020-06-12] 178: Checking batch_updates ** [22:00:33 2020-06-12] 178: Checking gears ** [22:00:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:00:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:38 2020-06-12] 178: Checking imports ** [22:00:38 2020-06-12] 178: Checking exports ** [22:00:38 2020-06-12] 178: Checking users ** [22:00:38 2020-06-12] 178: Checking user_dbs ** [22:00:38 2020-06-12] 178: Checking geocodings ** [22:00:38 2020-06-12] 178: Checking synchronizations ** [22:00:38 2020-06-12] 178: Checking tracker ** [22:00:38 2020-06-12] 178: Checking user_migrations ** [22:00:38 2020-06-12] 178: Checking batch_updates ** [22:00:38 2020-06-12] 178: Checking gears ** [22:00:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:00:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:43 2020-06-12] 178: Checking imports ** [22:00:43 2020-06-12] 178: Checking exports ** [22:00:43 2020-06-12] 178: Checking users ** [22:00:43 2020-06-12] 178: Checking user_dbs ** [22:00:43 2020-06-12] 178: Checking geocodings ** [22:00:43 2020-06-12] 178: Checking synchronizations ** [22:00:43 2020-06-12] 178: Checking tracker ** [22:00:43 2020-06-12] 178: Checking user_migrations ** [22:00:43 2020-06-12] 178: Checking batch_updates ** [22:00:43 2020-06-12] 178: Checking gears ** [22:00:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:00:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:48 2020-06-12] 178: Checking imports ** [22:00:48 2020-06-12] 178: Checking exports ** [22:00:48 2020-06-12] 178: Checking users ** [22:00:48 2020-06-12] 178: Checking user_dbs ** [22:00:48 2020-06-12] 178: Checking geocodings ** [22:00:48 2020-06-12] 178: Checking synchronizations ** [22:00:48 2020-06-12] 178: Checking tracker ** [22:00:48 2020-06-12] 178: Checking user_migrations ** [22:00:48 2020-06-12] 178: Checking batch_updates ** [22:00:48 2020-06-12] 178: Checking gears ** [22:00:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:00:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:53 2020-06-12] 178: Checking imports ** [22:00:53 2020-06-12] 178: Checking exports ** [22:00:53 2020-06-12] 178: Checking users ** [22:00:53 2020-06-12] 178: Checking user_dbs ** [22:00:53 2020-06-12] 178: Checking geocodings ** [22:00:53 2020-06-12] 178: Checking synchronizations ** [22:00:53 2020-06-12] 178: Checking tracker ** [22:00:53 2020-06-12] 178: Checking user_migrations ** [22:00:53 2020-06-12] 178: Checking batch_updates ** [22:00:53 2020-06-12] 178: Checking gears ** [22:00:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:00:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:58 2020-06-12] 178: Checking imports ** [22:00:58 2020-06-12] 178: Checking exports ** [22:00:58 2020-06-12] 178: Checking users ** [22:00:58 2020-06-12] 178: Checking user_dbs ** [22:00:58 2020-06-12] 178: Checking geocodings ** [22:00:58 2020-06-12] 178: Checking synchronizations ** [22:00:58 2020-06-12] 178: Checking tracker ** [22:00:58 2020-06-12] 178: Checking user_migrations ** [22:00:58 2020-06-12] 178: Checking batch_updates ** [22:00:58 2020-06-12] 178: Checking gears ** [22:00:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:00:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:03 2020-06-12] 178: Checking imports ** [22:01:03 2020-06-12] 178: Checking exports ** [22:01:03 2020-06-12] 178: Checking users ** [22:01:03 2020-06-12] 178: Checking user_dbs ** [22:01:03 2020-06-12] 178: Checking geocodings ** [22:01:03 2020-06-12] 178: Checking synchronizations ** [22:01:03 2020-06-12] 178: Checking tracker ** [22:01:03 2020-06-12] 178: Checking user_migrations ** [22:01:03 2020-06-12] 178: Checking batch_updates ** [22:01:03 2020-06-12] 178: Checking gears ** [22:01:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:01:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:08 2020-06-12] 178: Checking imports ** [22:01:08 2020-06-12] 178: Checking exports ** [22:01:08 2020-06-12] 178: Checking users ** [22:01:08 2020-06-12] 178: Checking user_dbs ** [22:01:08 2020-06-12] 178: Checking geocodings ** [22:01:08 2020-06-12] 178: Checking synchronizations ** [22:01:08 2020-06-12] 178: Checking tracker ** [22:01:08 2020-06-12] 178: Checking user_migrations ** [22:01:08 2020-06-12] 178: Checking batch_updates ** [22:01:08 2020-06-12] 178: Checking gears ** [22:01:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:01:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:13 2020-06-12] 178: Checking imports ** [22:01:13 2020-06-12] 178: Checking exports ** [22:01:13 2020-06-12] 178: Checking users ** [22:01:13 2020-06-12] 178: Checking user_dbs ** [22:01:13 2020-06-12] 178: Checking geocodings ** [22:01:13 2020-06-12] 178: Checking synchronizations ** [22:01:13 2020-06-12] 178: Checking tracker ** [22:01:13 2020-06-12] 178: Checking user_migrations ** [22:01:13 2020-06-12] 178: Checking batch_updates ** [22:01:13 2020-06-12] 178: Checking gears ** [22:01:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:01:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:18 2020-06-12] 178: Checking imports ** [22:01:18 2020-06-12] 178: Checking exports ** [22:01:18 2020-06-12] 178: Checking users ** [22:01:18 2020-06-12] 178: Checking user_dbs ** [22:01:18 2020-06-12] 178: Checking geocodings ** [22:01:18 2020-06-12] 178: Checking synchronizations ** [22:01:18 2020-06-12] 178: Checking tracker ** [22:01:18 2020-06-12] 178: Checking user_migrations ** [22:01:18 2020-06-12] 178: Checking batch_updates ** [22:01:18 2020-06-12] 178: Checking gears ** [22:01:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:01:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:23 2020-06-12] 178: Checking imports ** [22:01:23 2020-06-12] 178: Checking exports ** [22:01:23 2020-06-12] 178: Checking users ** [22:01:23 2020-06-12] 178: Checking user_dbs ** [22:01:23 2020-06-12] 178: Checking geocodings ** [22:01:23 2020-06-12] 178: Checking synchronizations ** [22:01:23 2020-06-12] 178: Checking tracker ** [22:01:23 2020-06-12] 178: Checking user_migrations ** [22:01:23 2020-06-12] 178: Checking batch_updates ** [22:01:23 2020-06-12] 178: Checking gears ** [22:01:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:01:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:28 2020-06-12] 178: Checking imports ** [22:01:28 2020-06-12] 178: Checking exports ** [22:01:28 2020-06-12] 178: Checking users ** [22:01:28 2020-06-12] 178: Checking user_dbs ** [22:01:28 2020-06-12] 178: Checking geocodings ** [22:01:28 2020-06-12] 178: Checking synchronizations ** [22:01:28 2020-06-12] 178: Checking tracker ** [22:01:28 2020-06-12] 178: Checking user_migrations ** [22:01:28 2020-06-12] 178: Checking batch_updates ** [22:01:28 2020-06-12] 178: Checking gears ** [22:01:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:01:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:33 2020-06-12] 178: Checking imports ** [22:01:33 2020-06-12] 178: Checking exports ** [22:01:33 2020-06-12] 178: Checking users ** [22:01:33 2020-06-12] 178: Checking user_dbs ** [22:01:33 2020-06-12] 178: Checking geocodings ** [22:01:33 2020-06-12] 178: Checking synchronizations ** [22:01:33 2020-06-12] 178: Checking tracker ** [22:01:33 2020-06-12] 178: Checking user_migrations ** [22:01:33 2020-06-12] 178: Checking batch_updates ** [22:01:33 2020-06-12] 178: Checking gears ** [22:01:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:01:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:38 2020-06-12] 178: Checking imports ** [22:01:38 2020-06-12] 178: Checking exports ** [22:01:38 2020-06-12] 178: Checking users ** [22:01:38 2020-06-12] 178: Checking user_dbs ** [22:01:38 2020-06-12] 178: Checking geocodings ** [22:01:38 2020-06-12] 178: Checking synchronizations ** [22:01:38 2020-06-12] 178: Checking tracker ** [22:01:38 2020-06-12] 178: Checking user_migrations ** [22:01:38 2020-06-12] 178: Checking batch_updates ** [22:01:38 2020-06-12] 178: Checking gears ** [22:01:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:01:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:43 2020-06-12] 178: Checking imports ** [22:01:43 2020-06-12] 178: Checking exports ** [22:01:43 2020-06-12] 178: Checking users ** [22:01:43 2020-06-12] 178: Checking user_dbs ** [22:01:43 2020-06-12] 178: Checking geocodings ** [22:01:43 2020-06-12] 178: Checking synchronizations ** [22:01:43 2020-06-12] 178: Checking tracker ** [22:01:43 2020-06-12] 178: Checking user_migrations ** [22:01:43 2020-06-12] 178: Checking batch_updates ** [22:01:43 2020-06-12] 178: Checking gears ** [22:01:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:01:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:48 2020-06-12] 178: Checking imports ** [22:01:48 2020-06-12] 178: Checking exports ** [22:01:48 2020-06-12] 178: Checking users ** [22:01:48 2020-06-12] 178: Checking user_dbs ** [22:01:48 2020-06-12] 178: Checking geocodings ** [22:01:48 2020-06-12] 178: Checking synchronizations ** [22:01:48 2020-06-12] 178: Checking tracker ** [22:01:48 2020-06-12] 178: Checking user_migrations ** [22:01:48 2020-06-12] 178: Checking batch_updates ** [22:01:48 2020-06-12] 178: Checking gears ** [22:01:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:01:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:53 2020-06-12] 178: Checking imports ** [22:01:53 2020-06-12] 178: Checking exports ** [22:01:53 2020-06-12] 178: Checking users ** [22:01:53 2020-06-12] 178: Checking user_dbs ** [22:01:53 2020-06-12] 178: Checking geocodings ** [22:01:53 2020-06-12] 178: Checking synchronizations ** [22:01:53 2020-06-12] 178: Checking tracker ** [22:01:53 2020-06-12] 178: Checking user_migrations ** [22:01:53 2020-06-12] 178: Checking batch_updates ** [22:01:53 2020-06-12] 178: Checking gears ** [22:01:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:01:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:58 2020-06-12] 178: Checking imports ** [22:01:58 2020-06-12] 178: Checking exports ** [22:01:58 2020-06-12] 178: Checking users ** [22:01:58 2020-06-12] 178: Checking user_dbs ** [22:01:58 2020-06-12] 178: Checking geocodings ** [22:01:58 2020-06-12] 178: Checking synchronizations ** [22:01:58 2020-06-12] 178: Checking tracker ** [22:01:58 2020-06-12] 178: Checking user_migrations ** [22:01:58 2020-06-12] 178: Checking batch_updates ** [22:01:58 2020-06-12] 178: Checking gears ** [22:01:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:01:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:03 2020-06-12] 178: Checking imports ** [22:02:03 2020-06-12] 178: Checking exports ** [22:02:03 2020-06-12] 178: Checking users ** [22:02:03 2020-06-12] 178: Checking user_dbs ** [22:02:03 2020-06-12] 178: Checking geocodings ** [22:02:03 2020-06-12] 178: Checking synchronizations ** [22:02:03 2020-06-12] 178: Checking tracker ** [22:02:03 2020-06-12] 178: Checking user_migrations ** [22:02:03 2020-06-12] 178: Checking batch_updates ** [22:02:03 2020-06-12] 178: Checking gears ** [22:02:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:02:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:08 2020-06-12] 178: Checking imports ** [22:02:08 2020-06-12] 178: Checking exports ** [22:02:08 2020-06-12] 178: Checking users ** [22:02:08 2020-06-12] 178: Checking user_dbs ** [22:02:08 2020-06-12] 178: Checking geocodings ** [22:02:08 2020-06-12] 178: Checking synchronizations ** [22:02:08 2020-06-12] 178: Checking tracker ** [22:02:08 2020-06-12] 178: Checking user_migrations ** [22:02:08 2020-06-12] 178: Checking batch_updates ** [22:02:08 2020-06-12] 178: Checking gears ** [22:02:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:02:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:13 2020-06-12] 178: Checking imports ** [22:02:13 2020-06-12] 178: Checking exports ** [22:02:13 2020-06-12] 178: Checking users ** [22:02:13 2020-06-12] 178: Checking user_dbs ** [22:02:13 2020-06-12] 178: Checking geocodings ** [22:02:13 2020-06-12] 178: Checking synchronizations ** [22:02:13 2020-06-12] 178: Checking tracker ** [22:02:13 2020-06-12] 178: Checking user_migrations ** [22:02:13 2020-06-12] 178: Checking batch_updates ** [22:02:13 2020-06-12] 178: Checking gears ** [22:02:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:02:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:18 2020-06-12] 178: Checking imports ** [22:02:18 2020-06-12] 178: Checking exports ** [22:02:18 2020-06-12] 178: Checking users ** [22:02:18 2020-06-12] 178: Checking user_dbs ** [22:02:18 2020-06-12] 178: Checking geocodings ** [22:02:18 2020-06-12] 178: Checking synchronizations ** [22:02:18 2020-06-12] 178: Checking tracker ** [22:02:18 2020-06-12] 178: Checking user_migrations ** [22:02:18 2020-06-12] 178: Checking batch_updates ** [22:02:18 2020-06-12] 178: Checking gears ** [22:02:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:02:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:23 2020-06-12] 178: Checking imports ** [22:02:23 2020-06-12] 178: Checking exports ** [22:02:23 2020-06-12] 178: Checking users ** [22:02:23 2020-06-12] 178: Checking user_dbs ** [22:02:23 2020-06-12] 178: Checking geocodings ** [22:02:23 2020-06-12] 178: Checking synchronizations ** [22:02:23 2020-06-12] 178: Checking tracker ** [22:02:23 2020-06-12] 178: Checking user_migrations ** [22:02:23 2020-06-12] 178: Checking batch_updates ** [22:02:23 2020-06-12] 178: Checking gears ** [22:02:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:02:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:28 2020-06-12] 178: Checking imports ** [22:02:28 2020-06-12] 178: Checking exports ** [22:02:28 2020-06-12] 178: Checking users ** [22:02:28 2020-06-12] 178: Checking user_dbs ** [22:02:28 2020-06-12] 178: Checking geocodings ** [22:02:28 2020-06-12] 178: Checking synchronizations ** [22:02:28 2020-06-12] 178: Checking tracker ** [22:02:28 2020-06-12] 178: Checking user_migrations ** [22:02:28 2020-06-12] 178: Checking batch_updates ** [22:02:28 2020-06-12] 178: Checking gears ** [22:02:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:02:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:33 2020-06-12] 178: Checking imports ** [22:02:33 2020-06-12] 178: Checking exports ** [22:02:33 2020-06-12] 178: Checking users ** [22:02:33 2020-06-12] 178: Checking user_dbs ** [22:02:33 2020-06-12] 178: Checking geocodings ** [22:02:33 2020-06-12] 178: Checking synchronizations ** [22:02:33 2020-06-12] 178: Checking tracker ** [22:02:33 2020-06-12] 178: Checking user_migrations ** [22:02:33 2020-06-12] 178: Checking batch_updates ** [22:02:33 2020-06-12] 178: Checking gears ** [22:02:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:02:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:38 2020-06-12] 178: Checking imports ** [22:02:38 2020-06-12] 178: Checking exports ** [22:02:38 2020-06-12] 178: Checking users ** [22:02:38 2020-06-12] 178: Checking user_dbs ** [22:02:38 2020-06-12] 178: Checking geocodings ** [22:02:38 2020-06-12] 178: Checking synchronizations ** [22:02:38 2020-06-12] 178: Checking tracker ** [22:02:38 2020-06-12] 178: Checking user_migrations ** [22:02:38 2020-06-12] 178: Checking batch_updates ** [22:02:38 2020-06-12] 178: Checking gears ** [22:02:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:02:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:43 2020-06-12] 178: Checking imports ** [22:02:43 2020-06-12] 178: Checking exports ** [22:02:43 2020-06-12] 178: Checking users ** [22:02:43 2020-06-12] 178: Checking user_dbs ** [22:02:43 2020-06-12] 178: Checking geocodings ** [22:02:43 2020-06-12] 178: Checking synchronizations ** [22:02:43 2020-06-12] 178: Checking tracker ** [22:02:43 2020-06-12] 178: Checking user_migrations ** [22:02:43 2020-06-12] 178: Checking batch_updates ** [22:02:43 2020-06-12] 178: Checking gears ** [22:02:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:02:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:48 2020-06-12] 178: Checking imports ** [22:02:48 2020-06-12] 178: Checking exports ** [22:02:48 2020-06-12] 178: Checking users ** [22:02:48 2020-06-12] 178: Checking user_dbs ** [22:02:48 2020-06-12] 178: Checking geocodings ** [22:02:48 2020-06-12] 178: Checking synchronizations ** [22:02:48 2020-06-12] 178: Checking tracker ** [22:02:48 2020-06-12] 178: Checking user_migrations ** [22:02:48 2020-06-12] 178: Checking batch_updates ** [22:02:48 2020-06-12] 178: Checking gears ** [22:02:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:02:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:53 2020-06-12] 178: Checking imports ** [22:02:53 2020-06-12] 178: Checking exports ** [22:02:53 2020-06-12] 178: Checking users ** [22:02:53 2020-06-12] 178: Checking user_dbs ** [22:02:53 2020-06-12] 178: Checking geocodings ** [22:02:53 2020-06-12] 178: Checking synchronizations ** [22:02:53 2020-06-12] 178: Checking tracker ** [22:02:53 2020-06-12] 178: Checking user_migrations ** [22:02:53 2020-06-12] 178: Checking batch_updates ** [22:02:53 2020-06-12] 178: Checking gears ** [22:02:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:02:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:58 2020-06-12] 178: Checking imports ** [22:02:58 2020-06-12] 178: Checking exports ** [22:02:58 2020-06-12] 178: Checking users ** [22:02:58 2020-06-12] 178: Checking user_dbs ** [22:02:58 2020-06-12] 178: Checking geocodings ** [22:02:58 2020-06-12] 178: Checking synchronizations ** [22:02:58 2020-06-12] 178: Checking tracker ** [22:02:58 2020-06-12] 178: Checking user_migrations ** [22:02:58 2020-06-12] 178: Checking batch_updates ** [22:02:58 2020-06-12] 178: Checking gears ** [22:02:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:02:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:03 2020-06-12] 178: Checking imports ** [22:03:03 2020-06-12] 178: Checking exports ** [22:03:03 2020-06-12] 178: Checking users ** [22:03:03 2020-06-12] 178: Checking user_dbs ** [22:03:03 2020-06-12] 178: Checking geocodings ** [22:03:03 2020-06-12] 178: Checking synchronizations ** [22:03:03 2020-06-12] 178: Checking tracker ** [22:03:03 2020-06-12] 178: Checking user_migrations ** [22:03:03 2020-06-12] 178: Checking batch_updates ** [22:03:03 2020-06-12] 178: Checking gears ** [22:03:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:03:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:08 2020-06-12] 178: Checking imports ** [22:03:08 2020-06-12] 178: Checking exports ** [22:03:08 2020-06-12] 178: Checking users ** [22:03:08 2020-06-12] 178: Checking user_dbs ** [22:03:08 2020-06-12] 178: Checking geocodings ** [22:03:08 2020-06-12] 178: Checking synchronizations ** [22:03:08 2020-06-12] 178: Checking tracker ** [22:03:08 2020-06-12] 178: Checking user_migrations ** [22:03:08 2020-06-12] 178: Checking batch_updates ** [22:03:08 2020-06-12] 178: Checking gears ** [22:03:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:03:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:13 2020-06-12] 178: Checking imports ** [22:03:13 2020-06-12] 178: Checking exports ** [22:03:13 2020-06-12] 178: Checking users ** [22:03:13 2020-06-12] 178: Checking user_dbs ** [22:03:13 2020-06-12] 178: Checking geocodings ** [22:03:13 2020-06-12] 178: Checking synchronizations ** [22:03:13 2020-06-12] 178: Checking tracker ** [22:03:13 2020-06-12] 178: Checking user_migrations ** [22:03:13 2020-06-12] 178: Checking batch_updates ** [22:03:13 2020-06-12] 178: Checking gears ** [22:03:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:03:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:18 2020-06-12] 178: Checking imports ** [22:03:18 2020-06-12] 178: Checking exports ** [22:03:18 2020-06-12] 178: Checking users ** [22:03:18 2020-06-12] 178: Checking user_dbs ** [22:03:18 2020-06-12] 178: Checking geocodings ** [22:03:18 2020-06-12] 178: Checking synchronizations ** [22:03:18 2020-06-12] 178: Checking tracker ** [22:03:18 2020-06-12] 178: Checking user_migrations ** [22:03:18 2020-06-12] 178: Checking batch_updates ** [22:03:18 2020-06-12] 178: Checking gears ** [22:03:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:03:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:23 2020-06-12] 178: Checking imports ** [22:03:23 2020-06-12] 178: Checking exports ** [22:03:23 2020-06-12] 178: Checking users ** [22:03:23 2020-06-12] 178: Checking user_dbs ** [22:03:23 2020-06-12] 178: Checking geocodings ** [22:03:23 2020-06-12] 178: Checking synchronizations ** [22:03:23 2020-06-12] 178: Checking tracker ** [22:03:23 2020-06-12] 178: Checking user_migrations ** [22:03:23 2020-06-12] 178: Checking batch_updates ** [22:03:23 2020-06-12] 178: Checking gears ** [22:03:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:03:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:28 2020-06-12] 178: Checking imports ** [22:03:28 2020-06-12] 178: Checking exports ** [22:03:28 2020-06-12] 178: Checking users ** [22:03:28 2020-06-12] 178: Checking user_dbs ** [22:03:28 2020-06-12] 178: Checking geocodings ** [22:03:28 2020-06-12] 178: Checking synchronizations ** [22:03:28 2020-06-12] 178: Checking tracker ** [22:03:28 2020-06-12] 178: Checking user_migrations ** [22:03:28 2020-06-12] 178: Checking batch_updates ** [22:03:28 2020-06-12] 178: Checking gears ** [22:03:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:03:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:33 2020-06-12] 178: Checking imports ** [22:03:33 2020-06-12] 178: Checking exports ** [22:03:33 2020-06-12] 178: Checking users ** [22:03:33 2020-06-12] 178: Checking user_dbs ** [22:03:33 2020-06-12] 178: Checking geocodings ** [22:03:33 2020-06-12] 178: Checking synchronizations ** [22:03:33 2020-06-12] 178: Checking tracker ** [22:03:33 2020-06-12] 178: Checking user_migrations ** [22:03:33 2020-06-12] 178: Checking batch_updates ** [22:03:33 2020-06-12] 178: Checking gears ** [22:03:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:03:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:38 2020-06-12] 178: Checking imports ** [22:03:38 2020-06-12] 178: Checking exports ** [22:03:38 2020-06-12] 178: Checking users ** [22:03:38 2020-06-12] 178: Checking user_dbs ** [22:03:38 2020-06-12] 178: Checking geocodings ** [22:03:38 2020-06-12] 178: Checking synchronizations ** [22:03:38 2020-06-12] 178: Checking tracker ** [22:03:38 2020-06-12] 178: Checking user_migrations ** [22:03:38 2020-06-12] 178: Checking batch_updates ** [22:03:38 2020-06-12] 178: Checking gears ** [22:03:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:03:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:43 2020-06-12] 178: Checking imports ** [22:03:43 2020-06-12] 178: Checking exports ** [22:03:43 2020-06-12] 178: Checking users ** [22:03:43 2020-06-12] 178: Checking user_dbs ** [22:03:43 2020-06-12] 178: Checking geocodings ** [22:03:43 2020-06-12] 178: Checking synchronizations ** [22:03:43 2020-06-12] 178: Checking tracker ** [22:03:43 2020-06-12] 178: Checking user_migrations ** [22:03:43 2020-06-12] 178: Checking batch_updates ** [22:03:43 2020-06-12] 178: Checking gears ** [22:03:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:03:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:48 2020-06-12] 178: Checking imports ** [22:03:48 2020-06-12] 178: Checking exports ** [22:03:48 2020-06-12] 178: Checking users ** [22:03:48 2020-06-12] 178: Checking user_dbs ** [22:03:48 2020-06-12] 178: Checking geocodings ** [22:03:48 2020-06-12] 178: Checking synchronizations ** [22:03:48 2020-06-12] 178: Checking tracker ** [22:03:48 2020-06-12] 178: Checking user_migrations ** [22:03:48 2020-06-12] 178: Checking batch_updates ** [22:03:48 2020-06-12] 178: Checking gears ** [22:03:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:03:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:53 2020-06-12] 178: Checking imports ** [22:03:53 2020-06-12] 178: Checking exports ** [22:03:53 2020-06-12] 178: Checking users ** [22:03:53 2020-06-12] 178: Checking user_dbs ** [22:03:53 2020-06-12] 178: Checking geocodings ** [22:03:53 2020-06-12] 178: Checking synchronizations ** [22:03:53 2020-06-12] 178: Checking tracker ** [22:03:53 2020-06-12] 178: Checking user_migrations ** [22:03:53 2020-06-12] 178: Checking batch_updates ** [22:03:53 2020-06-12] 178: Checking gears ** [22:03:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:03:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:58 2020-06-12] 178: Checking imports ** [22:03:58 2020-06-12] 178: Checking exports ** [22:03:58 2020-06-12] 178: Checking users ** [22:03:58 2020-06-12] 178: Checking user_dbs ** [22:03:58 2020-06-12] 178: Checking geocodings ** [22:03:58 2020-06-12] 178: Checking synchronizations ** [22:03:58 2020-06-12] 178: Checking tracker ** [22:03:58 2020-06-12] 178: Checking user_migrations ** [22:03:58 2020-06-12] 178: Checking batch_updates ** [22:03:58 2020-06-12] 178: Checking gears ** [22:03:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:03:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:03 2020-06-12] 178: Checking imports ** [22:04:03 2020-06-12] 178: Checking exports ** [22:04:03 2020-06-12] 178: Checking users ** [22:04:03 2020-06-12] 178: Checking user_dbs ** [22:04:03 2020-06-12] 178: Checking geocodings ** [22:04:03 2020-06-12] 178: Checking synchronizations ** [22:04:03 2020-06-12] 178: Checking tracker ** [22:04:03 2020-06-12] 178: Checking user_migrations ** [22:04:03 2020-06-12] 178: Checking batch_updates ** [22:04:03 2020-06-12] 178: Checking gears ** [22:04:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:04:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:08 2020-06-12] 178: Checking imports ** [22:04:08 2020-06-12] 178: Checking exports ** [22:04:08 2020-06-12] 178: Checking users ** [22:04:08 2020-06-12] 178: Checking user_dbs ** [22:04:08 2020-06-12] 178: Checking geocodings ** [22:04:08 2020-06-12] 178: Checking synchronizations ** [22:04:08 2020-06-12] 178: Checking tracker ** [22:04:08 2020-06-12] 178: Checking user_migrations ** [22:04:08 2020-06-12] 178: Checking batch_updates ** [22:04:08 2020-06-12] 178: Checking gears ** [22:04:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:04:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:13 2020-06-12] 178: Checking imports ** [22:04:13 2020-06-12] 178: Checking exports ** [22:04:13 2020-06-12] 178: Checking users ** [22:04:13 2020-06-12] 178: Checking user_dbs ** [22:04:13 2020-06-12] 178: Checking geocodings ** [22:04:13 2020-06-12] 178: Checking synchronizations ** [22:04:13 2020-06-12] 178: Checking tracker ** [22:04:13 2020-06-12] 178: Checking user_migrations ** [22:04:13 2020-06-12] 178: Checking batch_updates ** [22:04:13 2020-06-12] 178: Checking gears ** [22:04:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:04:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:18 2020-06-12] 178: Checking imports ** [22:04:18 2020-06-12] 178: Checking exports ** [22:04:18 2020-06-12] 178: Checking users ** [22:04:18 2020-06-12] 178: Checking user_dbs ** [22:04:18 2020-06-12] 178: Checking geocodings ** [22:04:18 2020-06-12] 178: Checking synchronizations ** [22:04:18 2020-06-12] 178: Checking tracker ** [22:04:18 2020-06-12] 178: Checking user_migrations ** [22:04:18 2020-06-12] 178: Checking batch_updates ** [22:04:18 2020-06-12] 178: Checking gears ** [22:04:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:04:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:23 2020-06-12] 178: Checking imports ** [22:04:23 2020-06-12] 178: Checking exports ** [22:04:23 2020-06-12] 178: Checking users ** [22:04:23 2020-06-12] 178: Checking user_dbs ** [22:04:23 2020-06-12] 178: Checking geocodings ** [22:04:23 2020-06-12] 178: Checking synchronizations ** [22:04:23 2020-06-12] 178: Checking tracker ** [22:04:23 2020-06-12] 178: Checking user_migrations ** [22:04:23 2020-06-12] 178: Checking batch_updates ** [22:04:23 2020-06-12] 178: Checking gears ** [22:04:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:04:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:28 2020-06-12] 178: Checking imports ** [22:04:28 2020-06-12] 178: Checking exports ** [22:04:28 2020-06-12] 178: Checking users ** [22:04:28 2020-06-12] 178: Checking user_dbs ** [22:04:28 2020-06-12] 178: Checking geocodings ** [22:04:28 2020-06-12] 178: Checking synchronizations ** [22:04:28 2020-06-12] 178: Checking tracker ** [22:04:28 2020-06-12] 178: Checking user_migrations ** [22:04:28 2020-06-12] 178: Checking batch_updates ** [22:04:28 2020-06-12] 178: Checking gears ** [22:04:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:04:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:33 2020-06-12] 178: Checking imports ** [22:04:33 2020-06-12] 178: Checking exports ** [22:04:33 2020-06-12] 178: Checking users ** [22:04:33 2020-06-12] 178: Checking user_dbs ** [22:04:33 2020-06-12] 178: Checking geocodings ** [22:04:33 2020-06-12] 178: Checking synchronizations ** [22:04:33 2020-06-12] 178: Checking tracker ** [22:04:33 2020-06-12] 178: Checking user_migrations ** [22:04:33 2020-06-12] 178: Checking batch_updates ** [22:04:33 2020-06-12] 178: Checking gears ** [22:04:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:04:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:38 2020-06-12] 178: Checking imports ** [22:04:38 2020-06-12] 178: Checking exports ** [22:04:38 2020-06-12] 178: Checking users ** [22:04:38 2020-06-12] 178: Checking user_dbs ** [22:04:38 2020-06-12] 178: Checking geocodings ** [22:04:38 2020-06-12] 178: Checking synchronizations ** [22:04:38 2020-06-12] 178: Checking tracker ** [22:04:38 2020-06-12] 178: Checking user_migrations ** [22:04:38 2020-06-12] 178: Checking batch_updates ** [22:04:38 2020-06-12] 178: Checking gears ** [22:04:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:04:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:43 2020-06-12] 178: Checking imports ** [22:04:43 2020-06-12] 178: Checking exports ** [22:04:43 2020-06-12] 178: Checking users ** [22:04:43 2020-06-12] 178: Checking user_dbs ** [22:04:43 2020-06-12] 178: Checking geocodings ** [22:04:43 2020-06-12] 178: Checking synchronizations ** [22:04:43 2020-06-12] 178: Checking tracker ** [22:04:43 2020-06-12] 178: Checking user_migrations ** [22:04:43 2020-06-12] 178: Checking batch_updates ** [22:04:43 2020-06-12] 178: Checking gears ** [22:04:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:04:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:48 2020-06-12] 178: Checking imports ** [22:04:48 2020-06-12] 178: Checking exports ** [22:04:48 2020-06-12] 178: Checking users ** [22:04:48 2020-06-12] 178: Checking user_dbs ** [22:04:48 2020-06-12] 178: Checking geocodings ** [22:04:48 2020-06-12] 178: Checking synchronizations ** [22:04:48 2020-06-12] 178: Checking tracker ** [22:04:48 2020-06-12] 178: Checking user_migrations ** [22:04:48 2020-06-12] 178: Checking batch_updates ** [22:04:48 2020-06-12] 178: Checking gears ** [22:04:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:04:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:53 2020-06-12] 178: Checking imports ** [22:04:53 2020-06-12] 178: Checking exports ** [22:04:53 2020-06-12] 178: Checking users ** [22:04:53 2020-06-12] 178: Checking user_dbs ** [22:04:53 2020-06-12] 178: Checking geocodings ** [22:04:53 2020-06-12] 178: Checking synchronizations ** [22:04:53 2020-06-12] 178: Checking tracker ** [22:04:53 2020-06-12] 178: Checking user_migrations ** [22:04:53 2020-06-12] 178: Checking batch_updates ** [22:04:53 2020-06-12] 178: Checking gears ** [22:04:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:04:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:58 2020-06-12] 178: Checking imports ** [22:04:58 2020-06-12] 178: Checking exports ** [22:04:58 2020-06-12] 178: Checking users ** [22:04:58 2020-06-12] 178: Checking user_dbs ** [22:04:58 2020-06-12] 178: Checking geocodings ** [22:04:58 2020-06-12] 178: Checking synchronizations ** [22:04:58 2020-06-12] 178: Checking tracker ** [22:04:58 2020-06-12] 178: Checking user_migrations ** [22:04:58 2020-06-12] 178: Checking batch_updates ** [22:04:58 2020-06-12] 178: Checking gears ** [22:04:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:04:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:03 2020-06-12] 178: Checking imports ** [22:05:03 2020-06-12] 178: Checking exports ** [22:05:03 2020-06-12] 178: Checking users ** [22:05:03 2020-06-12] 178: Checking user_dbs ** [22:05:03 2020-06-12] 178: Checking geocodings ** [22:05:03 2020-06-12] 178: Checking synchronizations ** [22:05:03 2020-06-12] 178: Checking tracker ** [22:05:03 2020-06-12] 178: Checking user_migrations ** [22:05:03 2020-06-12] 178: Checking batch_updates ** [22:05:03 2020-06-12] 178: Checking gears ** [22:05:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:05:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:08 2020-06-12] 178: Checking imports ** [22:05:08 2020-06-12] 178: Checking exports ** [22:05:08 2020-06-12] 178: Checking users ** [22:05:08 2020-06-12] 178: Checking user_dbs ** [22:05:08 2020-06-12] 178: Checking geocodings ** [22:05:08 2020-06-12] 178: Checking synchronizations ** [22:05:08 2020-06-12] 178: Checking tracker ** [22:05:08 2020-06-12] 178: Checking user_migrations ** [22:05:08 2020-06-12] 178: Checking batch_updates ** [22:05:08 2020-06-12] 178: Checking gears ** [22:05:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:05:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:13 2020-06-12] 178: Checking imports ** [22:05:13 2020-06-12] 178: Checking exports ** [22:05:13 2020-06-12] 178: Checking users ** [22:05:13 2020-06-12] 178: Checking user_dbs ** [22:05:13 2020-06-12] 178: Checking geocodings ** [22:05:13 2020-06-12] 178: Checking synchronizations ** [22:05:13 2020-06-12] 178: Checking tracker ** [22:05:13 2020-06-12] 178: Checking user_migrations ** [22:05:13 2020-06-12] 178: Checking batch_updates ** [22:05:13 2020-06-12] 178: Checking gears ** [22:05:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:05:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:18 2020-06-12] 178: Checking imports ** [22:05:18 2020-06-12] 178: Checking exports ** [22:05:18 2020-06-12] 178: Checking users ** [22:05:18 2020-06-12] 178: Checking user_dbs ** [22:05:18 2020-06-12] 178: Checking geocodings ** [22:05:18 2020-06-12] 178: Checking synchronizations ** [22:05:18 2020-06-12] 178: Checking tracker ** [22:05:18 2020-06-12] 178: Checking user_migrations ** [22:05:18 2020-06-12] 178: Checking batch_updates ** [22:05:18 2020-06-12] 178: Checking gears ** [22:05:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:05:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:23 2020-06-12] 178: Checking imports ** [22:05:23 2020-06-12] 178: Checking exports ** [22:05:23 2020-06-12] 178: Checking users ** [22:05:23 2020-06-12] 178: Checking user_dbs ** [22:05:23 2020-06-12] 178: Checking geocodings ** [22:05:23 2020-06-12] 178: Checking synchronizations ** [22:05:23 2020-06-12] 178: Checking tracker ** [22:05:23 2020-06-12] 178: Checking user_migrations ** [22:05:23 2020-06-12] 178: Checking batch_updates ** [22:05:23 2020-06-12] 178: Checking gears ** [22:05:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:05:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:28 2020-06-12] 178: Checking imports ** [22:05:28 2020-06-12] 178: Checking exports ** [22:05:28 2020-06-12] 178: Checking users ** [22:05:28 2020-06-12] 178: Checking user_dbs ** [22:05:28 2020-06-12] 178: Checking geocodings ** [22:05:28 2020-06-12] 178: Checking synchronizations ** [22:05:28 2020-06-12] 178: Checking tracker ** [22:05:28 2020-06-12] 178: Checking user_migrations ** [22:05:28 2020-06-12] 178: Checking batch_updates ** [22:05:28 2020-06-12] 178: Checking gears ** [22:05:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:05:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:33 2020-06-12] 178: Checking imports ** [22:05:33 2020-06-12] 178: Checking exports ** [22:05:33 2020-06-12] 178: Checking users ** [22:05:33 2020-06-12] 178: Checking user_dbs ** [22:05:33 2020-06-12] 178: Checking geocodings ** [22:05:33 2020-06-12] 178: Checking synchronizations ** [22:05:33 2020-06-12] 178: Checking tracker ** [22:05:33 2020-06-12] 178: Checking user_migrations ** [22:05:33 2020-06-12] 178: Checking batch_updates ** [22:05:33 2020-06-12] 178: Checking gears ** [22:05:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:05:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:38 2020-06-12] 178: Checking imports ** [22:05:38 2020-06-12] 178: Checking exports ** [22:05:38 2020-06-12] 178: Checking users ** [22:05:38 2020-06-12] 178: Checking user_dbs ** [22:05:38 2020-06-12] 178: Checking geocodings ** [22:05:38 2020-06-12] 178: Checking synchronizations ** [22:05:38 2020-06-12] 178: Checking tracker ** [22:05:38 2020-06-12] 178: Checking user_migrations ** [22:05:38 2020-06-12] 178: Checking batch_updates ** [22:05:38 2020-06-12] 178: Checking gears ** [22:05:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:05:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:43 2020-06-12] 178: Checking imports ** [22:05:43 2020-06-12] 178: Checking exports ** [22:05:43 2020-06-12] 178: Checking users ** [22:05:43 2020-06-12] 178: Checking user_dbs ** [22:05:43 2020-06-12] 178: Checking geocodings ** [22:05:43 2020-06-12] 178: Checking synchronizations ** [22:05:43 2020-06-12] 178: Checking tracker ** [22:05:43 2020-06-12] 178: Checking user_migrations ** [22:05:43 2020-06-12] 178: Checking batch_updates ** [22:05:43 2020-06-12] 178: Checking gears ** [22:05:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:05:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:48 2020-06-12] 178: Checking imports ** [22:05:48 2020-06-12] 178: Checking exports ** [22:05:48 2020-06-12] 178: Checking users ** [22:05:48 2020-06-12] 178: Checking user_dbs ** [22:05:48 2020-06-12] 178: Checking geocodings ** [22:05:48 2020-06-12] 178: Checking synchronizations ** [22:05:48 2020-06-12] 178: Checking tracker ** [22:05:48 2020-06-12] 178: Checking user_migrations ** [22:05:48 2020-06-12] 178: Checking batch_updates ** [22:05:48 2020-06-12] 178: Checking gears ** [22:05:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:05:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:53 2020-06-12] 178: Checking imports ** [22:05:53 2020-06-12] 178: Checking exports ** [22:05:53 2020-06-12] 178: Checking users ** [22:05:53 2020-06-12] 178: Checking user_dbs ** [22:05:53 2020-06-12] 178: Checking geocodings ** [22:05:53 2020-06-12] 178: Checking synchronizations ** [22:05:53 2020-06-12] 178: Checking tracker ** [22:05:53 2020-06-12] 178: Checking user_migrations ** [22:05:53 2020-06-12] 178: Checking batch_updates ** [22:05:53 2020-06-12] 178: Checking gears ** [22:05:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:05:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:58 2020-06-12] 178: Checking imports ** [22:05:58 2020-06-12] 178: Checking exports ** [22:05:58 2020-06-12] 178: Checking users ** [22:05:58 2020-06-12] 178: Checking user_dbs ** [22:05:58 2020-06-12] 178: Checking geocodings ** [22:05:58 2020-06-12] 178: Checking synchronizations ** [22:05:58 2020-06-12] 178: Checking tracker ** [22:05:58 2020-06-12] 178: Checking user_migrations ** [22:05:58 2020-06-12] 178: Checking batch_updates ** [22:05:58 2020-06-12] 178: Checking gears ** [22:05:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:05:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:03 2020-06-12] 178: Checking imports ** [22:06:03 2020-06-12] 178: Checking exports ** [22:06:03 2020-06-12] 178: Checking users ** [22:06:03 2020-06-12] 178: Checking user_dbs ** [22:06:03 2020-06-12] 178: Checking geocodings ** [22:06:03 2020-06-12] 178: Checking synchronizations ** [22:06:03 2020-06-12] 178: Checking tracker ** [22:06:03 2020-06-12] 178: Checking user_migrations ** [22:06:03 2020-06-12] 178: Checking batch_updates ** [22:06:03 2020-06-12] 178: Checking gears ** [22:06:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:06:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:08 2020-06-12] 178: Checking imports ** [22:06:08 2020-06-12] 178: Checking exports ** [22:06:08 2020-06-12] 178: Checking users ** [22:06:08 2020-06-12] 178: Checking user_dbs ** [22:06:08 2020-06-12] 178: Checking geocodings ** [22:06:08 2020-06-12] 178: Checking synchronizations ** [22:06:08 2020-06-12] 178: Checking tracker ** [22:06:08 2020-06-12] 178: Checking user_migrations ** [22:06:08 2020-06-12] 178: Checking batch_updates ** [22:06:08 2020-06-12] 178: Checking gears ** [22:06:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:06:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:13 2020-06-12] 178: Checking imports ** [22:06:13 2020-06-12] 178: Checking exports ** [22:06:13 2020-06-12] 178: Checking users ** [22:06:13 2020-06-12] 178: Checking user_dbs ** [22:06:13 2020-06-12] 178: Checking geocodings ** [22:06:13 2020-06-12] 178: Checking synchronizations ** [22:06:13 2020-06-12] 178: Checking tracker ** [22:06:13 2020-06-12] 178: Checking user_migrations ** [22:06:13 2020-06-12] 178: Checking batch_updates ** [22:06:13 2020-06-12] 178: Checking gears ** [22:06:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:06:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:18 2020-06-12] 178: Checking imports ** [22:06:18 2020-06-12] 178: Checking exports ** [22:06:18 2020-06-12] 178: Checking users ** [22:06:18 2020-06-12] 178: Checking user_dbs ** [22:06:18 2020-06-12] 178: Checking geocodings ** [22:06:18 2020-06-12] 178: Checking synchronizations ** [22:06:18 2020-06-12] 178: Checking tracker ** [22:06:18 2020-06-12] 178: Checking user_migrations ** [22:06:18 2020-06-12] 178: Checking batch_updates ** [22:06:18 2020-06-12] 178: Checking gears ** [22:06:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:06:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:24 2020-06-12] 178: Checking imports ** [22:06:24 2020-06-12] 178: Checking exports ** [22:06:24 2020-06-12] 178: Checking users ** [22:06:24 2020-06-12] 178: Checking user_dbs ** [22:06:24 2020-06-12] 178: Checking geocodings ** [22:06:24 2020-06-12] 178: Checking synchronizations ** [22:06:24 2020-06-12] 178: Checking tracker ** [22:06:24 2020-06-12] 178: Checking user_migrations ** [22:06:24 2020-06-12] 178: Checking batch_updates ** [22:06:24 2020-06-12] 178: Checking gears ** [22:06:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:06:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:29 2020-06-12] 178: Checking imports ** [22:06:29 2020-06-12] 178: Checking exports ** [22:06:29 2020-06-12] 178: Checking users ** [22:06:29 2020-06-12] 178: Checking user_dbs ** [22:06:29 2020-06-12] 178: Checking geocodings ** [22:06:29 2020-06-12] 178: Checking synchronizations ** [22:06:29 2020-06-12] 178: Checking tracker ** [22:06:29 2020-06-12] 178: Checking user_migrations ** [22:06:29 2020-06-12] 178: Checking batch_updates ** [22:06:29 2020-06-12] 178: Checking gears ** [22:06:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:06:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:34 2020-06-12] 178: Checking imports ** [22:06:34 2020-06-12] 178: Checking exports ** [22:06:34 2020-06-12] 178: Checking users ** [22:06:34 2020-06-12] 178: Checking user_dbs ** [22:06:34 2020-06-12] 178: Checking geocodings ** [22:06:34 2020-06-12] 178: Checking synchronizations ** [22:06:34 2020-06-12] 178: Checking tracker ** [22:06:34 2020-06-12] 178: Checking user_migrations ** [22:06:34 2020-06-12] 178: Checking batch_updates ** [22:06:34 2020-06-12] 178: Checking gears ** [22:06:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:06:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:39 2020-06-12] 178: Checking imports ** [22:06:39 2020-06-12] 178: Checking exports ** [22:06:39 2020-06-12] 178: Checking users ** [22:06:39 2020-06-12] 178: Checking user_dbs ** [22:06:39 2020-06-12] 178: Checking geocodings ** [22:06:39 2020-06-12] 178: Checking synchronizations ** [22:06:39 2020-06-12] 178: Checking tracker ** [22:06:39 2020-06-12] 178: Checking user_migrations ** [22:06:39 2020-06-12] 178: Checking batch_updates ** [22:06:39 2020-06-12] 178: Checking gears ** [22:06:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:06:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:44 2020-06-12] 178: Checking imports ** [22:06:44 2020-06-12] 178: Checking exports ** [22:06:44 2020-06-12] 178: Checking users ** [22:06:44 2020-06-12] 178: Checking user_dbs ** [22:06:44 2020-06-12] 178: Checking geocodings ** [22:06:44 2020-06-12] 178: Checking synchronizations ** [22:06:44 2020-06-12] 178: Checking tracker ** [22:06:44 2020-06-12] 178: Checking user_migrations ** [22:06:44 2020-06-12] 178: Checking batch_updates ** [22:06:44 2020-06-12] 178: Checking gears ** [22:06:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:06:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:49 2020-06-12] 178: Checking imports ** [22:06:49 2020-06-12] 178: Checking exports ** [22:06:49 2020-06-12] 178: Checking users ** [22:06:49 2020-06-12] 178: Checking user_dbs ** [22:06:49 2020-06-12] 178: Checking geocodings ** [22:06:49 2020-06-12] 178: Checking synchronizations ** [22:06:49 2020-06-12] 178: Checking tracker ** [22:06:49 2020-06-12] 178: Checking user_migrations ** [22:06:49 2020-06-12] 178: Checking batch_updates ** [22:06:49 2020-06-12] 178: Checking gears ** [22:06:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:06:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:54 2020-06-12] 178: Checking imports ** [22:06:54 2020-06-12] 178: Checking exports ** [22:06:54 2020-06-12] 178: Checking users ** [22:06:54 2020-06-12] 178: Checking user_dbs ** [22:06:54 2020-06-12] 178: Checking geocodings ** [22:06:54 2020-06-12] 178: Checking synchronizations ** [22:06:54 2020-06-12] 178: Checking tracker ** [22:06:54 2020-06-12] 178: Checking user_migrations ** [22:06:54 2020-06-12] 178: Checking batch_updates ** [22:06:54 2020-06-12] 178: Checking gears ** [22:06:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:06:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:59 2020-06-12] 178: Checking imports ** [22:06:59 2020-06-12] 178: Checking exports ** [22:06:59 2020-06-12] 178: Checking users ** [22:06:59 2020-06-12] 178: Checking user_dbs ** [22:06:59 2020-06-12] 178: Checking geocodings ** [22:06:59 2020-06-12] 178: Checking synchronizations ** [22:06:59 2020-06-12] 178: Checking tracker ** [22:06:59 2020-06-12] 178: Checking user_migrations ** [22:06:59 2020-06-12] 178: Checking batch_updates ** [22:06:59 2020-06-12] 178: Checking gears ** [22:06:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:06:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:04 2020-06-12] 178: Checking imports ** [22:07:04 2020-06-12] 178: Checking exports ** [22:07:04 2020-06-12] 178: Checking users ** [22:07:04 2020-06-12] 178: Checking user_dbs ** [22:07:04 2020-06-12] 178: Checking geocodings ** [22:07:04 2020-06-12] 178: Checking synchronizations ** [22:07:04 2020-06-12] 178: Checking tracker ** [22:07:04 2020-06-12] 178: Checking user_migrations ** [22:07:04 2020-06-12] 178: Checking batch_updates ** [22:07:04 2020-06-12] 178: Checking gears ** [22:07:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:07:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:09 2020-06-12] 178: Checking imports ** [22:07:09 2020-06-12] 178: Checking exports ** [22:07:09 2020-06-12] 178: Checking users ** [22:07:09 2020-06-12] 178: Checking user_dbs ** [22:07:09 2020-06-12] 178: Checking geocodings ** [22:07:09 2020-06-12] 178: Checking synchronizations ** [22:07:09 2020-06-12] 178: Checking tracker ** [22:07:09 2020-06-12] 178: Checking user_migrations ** [22:07:09 2020-06-12] 178: Checking batch_updates ** [22:07:09 2020-06-12] 178: Checking gears ** [22:07:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:07:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:14 2020-06-12] 178: Checking imports ** [22:07:14 2020-06-12] 178: Checking exports ** [22:07:14 2020-06-12] 178: Checking users ** [22:07:14 2020-06-12] 178: Checking user_dbs ** [22:07:14 2020-06-12] 178: Checking geocodings ** [22:07:14 2020-06-12] 178: Checking synchronizations ** [22:07:14 2020-06-12] 178: Checking tracker ** [22:07:14 2020-06-12] 178: Checking user_migrations ** [22:07:14 2020-06-12] 178: Checking batch_updates ** [22:07:14 2020-06-12] 178: Checking gears ** [22:07:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:07:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:19 2020-06-12] 178: Checking imports ** [22:07:19 2020-06-12] 178: Checking exports ** [22:07:19 2020-06-12] 178: Checking users ** [22:07:19 2020-06-12] 178: Checking user_dbs ** [22:07:19 2020-06-12] 178: Checking geocodings ** [22:07:19 2020-06-12] 178: Checking synchronizations ** [22:07:19 2020-06-12] 178: Checking tracker ** [22:07:19 2020-06-12] 178: Checking user_migrations ** [22:07:19 2020-06-12] 178: Checking batch_updates ** [22:07:19 2020-06-12] 178: Checking gears ** [22:07:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:07:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:24 2020-06-12] 178: Checking imports ** [22:07:24 2020-06-12] 178: Checking exports ** [22:07:24 2020-06-12] 178: Checking users ** [22:07:24 2020-06-12] 178: Checking user_dbs ** [22:07:24 2020-06-12] 178: Checking geocodings ** [22:07:24 2020-06-12] 178: Checking synchronizations ** [22:07:24 2020-06-12] 178: Checking tracker ** [22:07:24 2020-06-12] 178: Checking user_migrations ** [22:07:24 2020-06-12] 178: Checking batch_updates ** [22:07:24 2020-06-12] 178: Checking gears ** [22:07:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:07:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:29 2020-06-12] 178: Checking imports ** [22:07:29 2020-06-12] 178: Checking exports ** [22:07:29 2020-06-12] 178: Checking users ** [22:07:29 2020-06-12] 178: Checking user_dbs ** [22:07:29 2020-06-12] 178: Checking geocodings ** [22:07:29 2020-06-12] 178: Checking synchronizations ** [22:07:29 2020-06-12] 178: Checking tracker ** [22:07:29 2020-06-12] 178: Checking user_migrations ** [22:07:29 2020-06-12] 178: Checking batch_updates ** [22:07:29 2020-06-12] 178: Checking gears ** [22:07:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:07:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:34 2020-06-12] 178: Checking imports ** [22:07:34 2020-06-12] 178: Checking exports ** [22:07:34 2020-06-12] 178: Checking users ** [22:07:34 2020-06-12] 178: Checking user_dbs ** [22:07:34 2020-06-12] 178: Checking geocodings ** [22:07:34 2020-06-12] 178: Checking synchronizations ** [22:07:34 2020-06-12] 178: Checking tracker ** [22:07:34 2020-06-12] 178: Checking user_migrations ** [22:07:34 2020-06-12] 178: Checking batch_updates ** [22:07:34 2020-06-12] 178: Checking gears ** [22:07:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:07:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:39 2020-06-12] 178: Checking imports ** [22:07:39 2020-06-12] 178: Checking exports ** [22:07:39 2020-06-12] 178: Checking users ** [22:07:39 2020-06-12] 178: Checking user_dbs ** [22:07:39 2020-06-12] 178: Checking geocodings ** [22:07:39 2020-06-12] 178: Checking synchronizations ** [22:07:39 2020-06-12] 178: Checking tracker ** [22:07:39 2020-06-12] 178: Checking user_migrations ** [22:07:39 2020-06-12] 178: Checking batch_updates ** [22:07:39 2020-06-12] 178: Checking gears ** [22:07:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:07:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:44 2020-06-12] 178: Checking imports ** [22:07:44 2020-06-12] 178: Checking exports ** [22:07:44 2020-06-12] 178: Checking users ** [22:07:44 2020-06-12] 178: Checking user_dbs ** [22:07:44 2020-06-12] 178: Checking geocodings ** [22:07:44 2020-06-12] 178: Checking synchronizations ** [22:07:44 2020-06-12] 178: Checking tracker ** [22:07:44 2020-06-12] 178: Checking user_migrations ** [22:07:44 2020-06-12] 178: Checking batch_updates ** [22:07:44 2020-06-12] 178: Checking gears ** [22:07:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:07:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:49 2020-06-12] 178: Checking imports ** [22:07:49 2020-06-12] 178: Checking exports ** [22:07:49 2020-06-12] 178: Checking users ** [22:07:49 2020-06-12] 178: Checking user_dbs ** [22:07:49 2020-06-12] 178: Checking geocodings ** [22:07:49 2020-06-12] 178: Checking synchronizations ** [22:07:49 2020-06-12] 178: Checking tracker ** [22:07:49 2020-06-12] 178: Checking user_migrations ** [22:07:49 2020-06-12] 178: Checking batch_updates ** [22:07:49 2020-06-12] 178: Checking gears ** [22:07:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:07:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:54 2020-06-12] 178: Checking imports ** [22:07:54 2020-06-12] 178: Checking exports ** [22:07:54 2020-06-12] 178: Checking users ** [22:07:54 2020-06-12] 178: Checking user_dbs ** [22:07:54 2020-06-12] 178: Checking geocodings ** [22:07:54 2020-06-12] 178: Checking synchronizations ** [22:07:54 2020-06-12] 178: Checking tracker ** [22:07:54 2020-06-12] 178: Checking user_migrations ** [22:07:54 2020-06-12] 178: Checking batch_updates ** [22:07:54 2020-06-12] 178: Checking gears ** [22:07:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:07:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:59 2020-06-12] 178: Checking imports ** [22:07:59 2020-06-12] 178: Checking exports ** [22:07:59 2020-06-12] 178: Checking users ** [22:07:59 2020-06-12] 178: Checking user_dbs ** [22:07:59 2020-06-12] 178: Checking geocodings ** [22:07:59 2020-06-12] 178: Checking synchronizations ** [22:07:59 2020-06-12] 178: Checking tracker ** [22:07:59 2020-06-12] 178: Checking user_migrations ** [22:07:59 2020-06-12] 178: Checking batch_updates ** [22:07:59 2020-06-12] 178: Checking gears ** [22:07:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:07:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:04 2020-06-12] 178: Checking imports ** [22:08:04 2020-06-12] 178: Checking exports ** [22:08:04 2020-06-12] 178: Checking users ** [22:08:04 2020-06-12] 178: Checking user_dbs ** [22:08:04 2020-06-12] 178: Checking geocodings ** [22:08:04 2020-06-12] 178: Checking synchronizations ** [22:08:04 2020-06-12] 178: Checking tracker ** [22:08:04 2020-06-12] 178: Checking user_migrations ** [22:08:04 2020-06-12] 178: Checking batch_updates ** [22:08:04 2020-06-12] 178: Checking gears ** [22:08:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:08:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:09 2020-06-12] 178: Checking imports ** [22:08:09 2020-06-12] 178: Checking exports ** [22:08:09 2020-06-12] 178: Checking users ** [22:08:09 2020-06-12] 178: Checking user_dbs ** [22:08:09 2020-06-12] 178: Checking geocodings ** [22:08:09 2020-06-12] 178: Checking synchronizations ** [22:08:09 2020-06-12] 178: Checking tracker ** [22:08:09 2020-06-12] 178: Checking user_migrations ** [22:08:09 2020-06-12] 178: Checking batch_updates ** [22:08:09 2020-06-12] 178: Checking gears ** [22:08:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:08:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:14 2020-06-12] 178: Checking imports ** [22:08:14 2020-06-12] 178: Checking exports ** [22:08:14 2020-06-12] 178: Checking users ** [22:08:14 2020-06-12] 178: Checking user_dbs ** [22:08:14 2020-06-12] 178: Checking geocodings ** [22:08:14 2020-06-12] 178: Checking synchronizations ** [22:08:14 2020-06-12] 178: Checking tracker ** [22:08:14 2020-06-12] 178: Checking user_migrations ** [22:08:14 2020-06-12] 178: Checking batch_updates ** [22:08:14 2020-06-12] 178: Checking gears ** [22:08:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:08:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:19 2020-06-12] 178: Checking imports ** [22:08:19 2020-06-12] 178: Checking exports ** [22:08:19 2020-06-12] 178: Checking users ** [22:08:19 2020-06-12] 178: Checking user_dbs ** [22:08:19 2020-06-12] 178: Checking geocodings ** [22:08:19 2020-06-12] 178: Checking synchronizations ** [22:08:19 2020-06-12] 178: Checking tracker ** [22:08:19 2020-06-12] 178: Checking user_migrations ** [22:08:19 2020-06-12] 178: Checking batch_updates ** [22:08:19 2020-06-12] 178: Checking gears ** [22:08:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:08:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:24 2020-06-12] 178: Checking imports ** [22:08:24 2020-06-12] 178: Checking exports ** [22:08:24 2020-06-12] 178: Checking users ** [22:08:24 2020-06-12] 178: Checking user_dbs ** [22:08:24 2020-06-12] 178: Checking geocodings ** [22:08:24 2020-06-12] 178: Checking synchronizations ** [22:08:24 2020-06-12] 178: Checking tracker ** [22:08:24 2020-06-12] 178: Checking user_migrations ** [22:08:24 2020-06-12] 178: Checking batch_updates ** [22:08:24 2020-06-12] 178: Checking gears ** [22:08:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:08:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:29 2020-06-12] 178: Checking imports ** [22:08:29 2020-06-12] 178: Checking exports ** [22:08:29 2020-06-12] 178: Checking users ** [22:08:29 2020-06-12] 178: Checking user_dbs ** [22:08:29 2020-06-12] 178: Checking geocodings ** [22:08:29 2020-06-12] 178: Checking synchronizations ** [22:08:29 2020-06-12] 178: Checking tracker ** [22:08:29 2020-06-12] 178: Checking user_migrations ** [22:08:29 2020-06-12] 178: Checking batch_updates ** [22:08:29 2020-06-12] 178: Checking gears ** [22:08:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:08:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:34 2020-06-12] 178: Checking imports ** [22:08:34 2020-06-12] 178: Checking exports ** [22:08:34 2020-06-12] 178: Checking users ** [22:08:34 2020-06-12] 178: Checking user_dbs ** [22:08:34 2020-06-12] 178: Checking geocodings ** [22:08:34 2020-06-12] 178: Checking synchronizations ** [22:08:34 2020-06-12] 178: Checking tracker ** [22:08:34 2020-06-12] 178: Checking user_migrations ** [22:08:34 2020-06-12] 178: Checking batch_updates ** [22:08:34 2020-06-12] 178: Checking gears ** [22:08:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:08:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:39 2020-06-12] 178: Checking imports ** [22:08:39 2020-06-12] 178: Checking exports ** [22:08:39 2020-06-12] 178: Checking users ** [22:08:39 2020-06-12] 178: Checking user_dbs ** [22:08:39 2020-06-12] 178: Checking geocodings ** [22:08:39 2020-06-12] 178: Checking synchronizations ** [22:08:39 2020-06-12] 178: Checking tracker ** [22:08:39 2020-06-12] 178: Checking user_migrations ** [22:08:39 2020-06-12] 178: Checking batch_updates ** [22:08:39 2020-06-12] 178: Checking gears ** [22:08:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:08:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:44 2020-06-12] 178: Checking imports ** [22:08:44 2020-06-12] 178: Checking exports ** [22:08:44 2020-06-12] 178: Checking users ** [22:08:44 2020-06-12] 178: Checking user_dbs ** [22:08:44 2020-06-12] 178: Checking geocodings ** [22:08:44 2020-06-12] 178: Checking synchronizations ** [22:08:44 2020-06-12] 178: Checking tracker ** [22:08:44 2020-06-12] 178: Checking user_migrations ** [22:08:44 2020-06-12] 178: Checking batch_updates ** [22:08:44 2020-06-12] 178: Checking gears ** [22:08:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:08:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:49 2020-06-12] 178: Checking imports ** [22:08:49 2020-06-12] 178: Checking exports ** [22:08:49 2020-06-12] 178: Checking users ** [22:08:49 2020-06-12] 178: Checking user_dbs ** [22:08:49 2020-06-12] 178: Checking geocodings ** [22:08:49 2020-06-12] 178: Checking synchronizations ** [22:08:49 2020-06-12] 178: Checking tracker ** [22:08:49 2020-06-12] 178: Checking user_migrations ** [22:08:49 2020-06-12] 178: Checking batch_updates ** [22:08:49 2020-06-12] 178: Checking gears ** [22:08:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:08:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:54 2020-06-12] 178: Checking imports ** [22:08:54 2020-06-12] 178: Checking exports ** [22:08:54 2020-06-12] 178: Checking users ** [22:08:54 2020-06-12] 178: Checking user_dbs ** [22:08:54 2020-06-12] 178: Checking geocodings ** [22:08:54 2020-06-12] 178: Checking synchronizations ** [22:08:54 2020-06-12] 178: Checking tracker ** [22:08:54 2020-06-12] 178: Checking user_migrations ** [22:08:54 2020-06-12] 178: Checking batch_updates ** [22:08:54 2020-06-12] 178: Checking gears ** [22:08:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:08:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:59 2020-06-12] 178: Checking imports ** [22:08:59 2020-06-12] 178: Checking exports ** [22:08:59 2020-06-12] 178: Checking users ** [22:08:59 2020-06-12] 178: Checking user_dbs ** [22:08:59 2020-06-12] 178: Checking geocodings ** [22:08:59 2020-06-12] 178: Checking synchronizations ** [22:08:59 2020-06-12] 178: Checking tracker ** [22:08:59 2020-06-12] 178: Checking user_migrations ** [22:08:59 2020-06-12] 178: Checking batch_updates ** [22:08:59 2020-06-12] 178: Checking gears ** [22:08:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:08:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:04 2020-06-12] 178: Checking imports ** [22:09:04 2020-06-12] 178: Checking exports ** [22:09:04 2020-06-12] 178: Checking users ** [22:09:04 2020-06-12] 178: Checking user_dbs ** [22:09:04 2020-06-12] 178: Checking geocodings ** [22:09:04 2020-06-12] 178: Checking synchronizations ** [22:09:04 2020-06-12] 178: Checking tracker ** [22:09:04 2020-06-12] 178: Checking user_migrations ** [22:09:04 2020-06-12] 178: Checking batch_updates ** [22:09:04 2020-06-12] 178: Checking gears ** [22:09:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:09:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:09 2020-06-12] 178: Checking imports ** [22:09:09 2020-06-12] 178: Checking exports ** [22:09:09 2020-06-12] 178: Checking users ** [22:09:09 2020-06-12] 178: Checking user_dbs ** [22:09:09 2020-06-12] 178: Checking geocodings ** [22:09:09 2020-06-12] 178: Checking synchronizations ** [22:09:09 2020-06-12] 178: Checking tracker ** [22:09:09 2020-06-12] 178: Checking user_migrations ** [22:09:09 2020-06-12] 178: Checking batch_updates ** [22:09:09 2020-06-12] 178: Checking gears ** [22:09:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:09:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:14 2020-06-12] 178: Checking imports ** [22:09:14 2020-06-12] 178: Checking exports ** [22:09:14 2020-06-12] 178: Checking users ** [22:09:14 2020-06-12] 178: Checking user_dbs ** [22:09:14 2020-06-12] 178: Checking geocodings ** [22:09:14 2020-06-12] 178: Checking synchronizations ** [22:09:14 2020-06-12] 178: Checking tracker ** [22:09:14 2020-06-12] 178: Checking user_migrations ** [22:09:14 2020-06-12] 178: Checking batch_updates ** [22:09:14 2020-06-12] 178: Checking gears ** [22:09:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:09:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:19 2020-06-12] 178: Checking imports ** [22:09:19 2020-06-12] 178: Checking exports ** [22:09:19 2020-06-12] 178: Checking users ** [22:09:19 2020-06-12] 178: Checking user_dbs ** [22:09:19 2020-06-12] 178: Checking geocodings ** [22:09:19 2020-06-12] 178: Checking synchronizations ** [22:09:19 2020-06-12] 178: Checking tracker ** [22:09:19 2020-06-12] 178: Checking user_migrations ** [22:09:19 2020-06-12] 178: Checking batch_updates ** [22:09:19 2020-06-12] 178: Checking gears ** [22:09:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:09:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:24 2020-06-12] 178: Checking imports ** [22:09:24 2020-06-12] 178: Checking exports ** [22:09:24 2020-06-12] 178: Checking users ** [22:09:24 2020-06-12] 178: Checking user_dbs ** [22:09:24 2020-06-12] 178: Checking geocodings ** [22:09:24 2020-06-12] 178: Checking synchronizations ** [22:09:24 2020-06-12] 178: Checking tracker ** [22:09:24 2020-06-12] 178: Checking user_migrations ** [22:09:24 2020-06-12] 178: Checking batch_updates ** [22:09:24 2020-06-12] 178: Checking gears ** [22:09:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:09:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:29 2020-06-12] 178: Checking imports ** [22:09:29 2020-06-12] 178: Checking exports ** [22:09:29 2020-06-12] 178: Checking users ** [22:09:29 2020-06-12] 178: Checking user_dbs ** [22:09:29 2020-06-12] 178: Checking geocodings ** [22:09:29 2020-06-12] 178: Checking synchronizations ** [22:09:29 2020-06-12] 178: Checking tracker ** [22:09:29 2020-06-12] 178: Checking user_migrations ** [22:09:29 2020-06-12] 178: Checking batch_updates ** [22:09:29 2020-06-12] 178: Checking gears ** [22:09:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:09:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:34 2020-06-12] 178: Checking imports ** [22:09:34 2020-06-12] 178: Checking exports ** [22:09:34 2020-06-12] 178: Checking users ** [22:09:34 2020-06-12] 178: Checking user_dbs ** [22:09:34 2020-06-12] 178: Checking geocodings ** [22:09:34 2020-06-12] 178: Checking synchronizations ** [22:09:34 2020-06-12] 178: Checking tracker ** [22:09:34 2020-06-12] 178: Checking user_migrations ** [22:09:34 2020-06-12] 178: Checking batch_updates ** [22:09:34 2020-06-12] 178: Checking gears ** [22:09:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:09:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:39 2020-06-12] 178: Checking imports ** [22:09:39 2020-06-12] 178: Checking exports ** [22:09:39 2020-06-12] 178: Checking users ** [22:09:39 2020-06-12] 178: Checking user_dbs ** [22:09:39 2020-06-12] 178: Checking geocodings ** [22:09:39 2020-06-12] 178: Checking synchronizations ** [22:09:39 2020-06-12] 178: Checking tracker ** [22:09:39 2020-06-12] 178: Checking user_migrations ** [22:09:39 2020-06-12] 178: Checking batch_updates ** [22:09:39 2020-06-12] 178: Checking gears ** [22:09:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:09:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:44 2020-06-12] 178: Checking imports ** [22:09:44 2020-06-12] 178: Checking exports ** [22:09:44 2020-06-12] 178: Checking users ** [22:09:44 2020-06-12] 178: Checking user_dbs ** [22:09:44 2020-06-12] 178: Checking geocodings ** [22:09:44 2020-06-12] 178: Checking synchronizations ** [22:09:44 2020-06-12] 178: Checking tracker ** [22:09:44 2020-06-12] 178: Checking user_migrations ** [22:09:44 2020-06-12] 178: Checking batch_updates ** [22:09:44 2020-06-12] 178: Checking gears ** [22:09:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:09:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:49 2020-06-12] 178: Checking imports ** [22:09:49 2020-06-12] 178: Checking exports ** [22:09:49 2020-06-12] 178: Checking users ** [22:09:49 2020-06-12] 178: Checking user_dbs ** [22:09:49 2020-06-12] 178: Checking geocodings ** [22:09:49 2020-06-12] 178: Checking synchronizations ** [22:09:49 2020-06-12] 178: Checking tracker ** [22:09:49 2020-06-12] 178: Checking user_migrations ** [22:09:49 2020-06-12] 178: Checking batch_updates ** [22:09:49 2020-06-12] 178: Checking gears ** [22:09:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:09:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:54 2020-06-12] 178: Checking imports ** [22:09:54 2020-06-12] 178: Checking exports ** [22:09:54 2020-06-12] 178: Checking users ** [22:09:54 2020-06-12] 178: Checking user_dbs ** [22:09:54 2020-06-12] 178: Checking geocodings ** [22:09:54 2020-06-12] 178: Checking synchronizations ** [22:09:54 2020-06-12] 178: Checking tracker ** [22:09:54 2020-06-12] 178: Checking user_migrations ** [22:09:54 2020-06-12] 178: Checking batch_updates ** [22:09:54 2020-06-12] 178: Checking gears ** [22:09:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:09:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:59 2020-06-12] 178: Checking imports ** [22:09:59 2020-06-12] 178: Checking exports ** [22:09:59 2020-06-12] 178: Checking users ** [22:09:59 2020-06-12] 178: Checking user_dbs ** [22:09:59 2020-06-12] 178: Checking geocodings ** [22:09:59 2020-06-12] 178: Checking synchronizations ** [22:09:59 2020-06-12] 178: Checking tracker ** [22:09:59 2020-06-12] 178: Checking user_migrations ** [22:09:59 2020-06-12] 178: Checking batch_updates ** [22:09:59 2020-06-12] 178: Checking gears ** [22:09:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:09:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:04 2020-06-12] 178: Checking imports ** [22:10:04 2020-06-12] 178: Checking exports ** [22:10:04 2020-06-12] 178: Checking users ** [22:10:04 2020-06-12] 178: Checking user_dbs ** [22:10:04 2020-06-12] 178: Checking geocodings ** [22:10:04 2020-06-12] 178: Checking synchronizations ** [22:10:04 2020-06-12] 178: Checking tracker ** [22:10:04 2020-06-12] 178: Checking user_migrations ** [22:10:04 2020-06-12] 178: Checking batch_updates ** [22:10:04 2020-06-12] 178: Checking gears ** [22:10:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:10:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:09 2020-06-12] 178: Checking imports ** [22:10:09 2020-06-12] 178: Checking exports ** [22:10:09 2020-06-12] 178: Checking users ** [22:10:09 2020-06-12] 178: Checking user_dbs ** [22:10:09 2020-06-12] 178: Checking geocodings ** [22:10:09 2020-06-12] 178: Checking synchronizations ** [22:10:09 2020-06-12] 178: Checking tracker ** [22:10:09 2020-06-12] 178: Checking user_migrations ** [22:10:09 2020-06-12] 178: Checking batch_updates ** [22:10:09 2020-06-12] 178: Checking gears ** [22:10:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:10:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:14 2020-06-12] 178: Checking imports ** [22:10:14 2020-06-12] 178: Checking exports ** [22:10:14 2020-06-12] 178: Checking users ** [22:10:14 2020-06-12] 178: Checking user_dbs ** [22:10:14 2020-06-12] 178: Checking geocodings ** [22:10:14 2020-06-12] 178: Checking synchronizations ** [22:10:14 2020-06-12] 178: Checking tracker ** [22:10:14 2020-06-12] 178: Checking user_migrations ** [22:10:14 2020-06-12] 178: Checking batch_updates ** [22:10:14 2020-06-12] 178: Checking gears ** [22:10:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:10:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:19 2020-06-12] 178: Checking imports ** [22:10:19 2020-06-12] 178: Checking exports ** [22:10:19 2020-06-12] 178: Checking users ** [22:10:19 2020-06-12] 178: Checking user_dbs ** [22:10:19 2020-06-12] 178: Checking geocodings ** [22:10:19 2020-06-12] 178: Checking synchronizations ** [22:10:19 2020-06-12] 178: Checking tracker ** [22:10:19 2020-06-12] 178: Checking user_migrations ** [22:10:19 2020-06-12] 178: Checking batch_updates ** [22:10:19 2020-06-12] 178: Checking gears ** [22:10:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:10:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:24 2020-06-12] 178: Checking imports ** [22:10:24 2020-06-12] 178: Checking exports ** [22:10:24 2020-06-12] 178: Checking users ** [22:10:24 2020-06-12] 178: Checking user_dbs ** [22:10:24 2020-06-12] 178: Checking geocodings ** [22:10:24 2020-06-12] 178: Checking synchronizations ** [22:10:24 2020-06-12] 178: Checking tracker ** [22:10:24 2020-06-12] 178: Checking user_migrations ** [22:10:24 2020-06-12] 178: Checking batch_updates ** [22:10:24 2020-06-12] 178: Checking gears ** [22:10:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:10:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:29 2020-06-12] 178: Checking imports ** [22:10:29 2020-06-12] 178: Checking exports ** [22:10:29 2020-06-12] 178: Checking users ** [22:10:29 2020-06-12] 178: Checking user_dbs ** [22:10:29 2020-06-12] 178: Checking geocodings ** [22:10:29 2020-06-12] 178: Checking synchronizations ** [22:10:29 2020-06-12] 178: Checking tracker ** [22:10:29 2020-06-12] 178: Checking user_migrations ** [22:10:29 2020-06-12] 178: Checking batch_updates ** [22:10:29 2020-06-12] 178: Checking gears ** [22:10:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:10:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:34 2020-06-12] 178: Checking imports ** [22:10:34 2020-06-12] 178: Checking exports ** [22:10:34 2020-06-12] 178: Checking users ** [22:10:34 2020-06-12] 178: Checking user_dbs ** [22:10:34 2020-06-12] 178: Checking geocodings ** [22:10:34 2020-06-12] 178: Checking synchronizations ** [22:10:34 2020-06-12] 178: Checking tracker ** [22:10:34 2020-06-12] 178: Checking user_migrations ** [22:10:34 2020-06-12] 178: Checking batch_updates ** [22:10:34 2020-06-12] 178: Checking gears ** [22:10:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:10:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:39 2020-06-12] 178: Checking imports ** [22:10:39 2020-06-12] 178: Checking exports ** [22:10:39 2020-06-12] 178: Checking users ** [22:10:39 2020-06-12] 178: Checking user_dbs ** [22:10:39 2020-06-12] 178: Checking geocodings ** [22:10:39 2020-06-12] 178: Checking synchronizations ** [22:10:39 2020-06-12] 178: Checking tracker ** [22:10:39 2020-06-12] 178: Checking user_migrations ** [22:10:39 2020-06-12] 178: Checking batch_updates ** [22:10:39 2020-06-12] 178: Checking gears ** [22:10:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:10:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:44 2020-06-12] 178: Checking imports ** [22:10:44 2020-06-12] 178: Checking exports ** [22:10:44 2020-06-12] 178: Checking users ** [22:10:44 2020-06-12] 178: Checking user_dbs ** [22:10:44 2020-06-12] 178: Checking geocodings ** [22:10:44 2020-06-12] 178: Checking synchronizations ** [22:10:44 2020-06-12] 178: Checking tracker ** [22:10:44 2020-06-12] 178: Checking user_migrations ** [22:10:44 2020-06-12] 178: Checking batch_updates ** [22:10:44 2020-06-12] 178: Checking gears ** [22:10:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:10:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:49 2020-06-12] 178: Checking imports ** [22:10:49 2020-06-12] 178: Checking exports ** [22:10:49 2020-06-12] 178: Checking users ** [22:10:49 2020-06-12] 178: Checking user_dbs ** [22:10:49 2020-06-12] 178: Checking geocodings ** [22:10:49 2020-06-12] 178: Checking synchronizations ** [22:10:49 2020-06-12] 178: Checking tracker ** [22:10:49 2020-06-12] 178: Checking user_migrations ** [22:10:49 2020-06-12] 178: Checking batch_updates ** [22:10:49 2020-06-12] 178: Checking gears ** [22:10:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:10:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:54 2020-06-12] 178: Checking imports ** [22:10:54 2020-06-12] 178: Checking exports ** [22:10:54 2020-06-12] 178: Checking users ** [22:10:54 2020-06-12] 178: Checking user_dbs ** [22:10:54 2020-06-12] 178: Checking geocodings ** [22:10:54 2020-06-12] 178: Checking synchronizations ** [22:10:54 2020-06-12] 178: Checking tracker ** [22:10:54 2020-06-12] 178: Checking user_migrations ** [22:10:54 2020-06-12] 178: Checking batch_updates ** [22:10:54 2020-06-12] 178: Checking gears ** [22:10:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:10:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:59 2020-06-12] 178: Checking imports ** [22:10:59 2020-06-12] 178: Checking exports ** [22:10:59 2020-06-12] 178: Checking users ** [22:10:59 2020-06-12] 178: Checking user_dbs ** [22:10:59 2020-06-12] 178: Checking geocodings ** [22:10:59 2020-06-12] 178: Checking synchronizations ** [22:10:59 2020-06-12] 178: Checking tracker ** [22:10:59 2020-06-12] 178: Checking user_migrations ** [22:10:59 2020-06-12] 178: Checking batch_updates ** [22:10:59 2020-06-12] 178: Checking gears ** [22:10:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:10:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:04 2020-06-12] 178: Checking imports ** [22:11:04 2020-06-12] 178: Checking exports ** [22:11:04 2020-06-12] 178: Checking users ** [22:11:04 2020-06-12] 178: Checking user_dbs ** [22:11:04 2020-06-12] 178: Checking geocodings ** [22:11:04 2020-06-12] 178: Checking synchronizations ** [22:11:04 2020-06-12] 178: Checking tracker ** [22:11:04 2020-06-12] 178: Checking user_migrations ** [22:11:04 2020-06-12] 178: Checking batch_updates ** [22:11:04 2020-06-12] 178: Checking gears ** [22:11:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:11:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:09 2020-06-12] 178: Checking imports ** [22:11:09 2020-06-12] 178: Checking exports ** [22:11:09 2020-06-12] 178: Checking users ** [22:11:09 2020-06-12] 178: Checking user_dbs ** [22:11:09 2020-06-12] 178: Checking geocodings ** [22:11:09 2020-06-12] 178: Checking synchronizations ** [22:11:09 2020-06-12] 178: Checking tracker ** [22:11:09 2020-06-12] 178: Checking user_migrations ** [22:11:09 2020-06-12] 178: Checking batch_updates ** [22:11:09 2020-06-12] 178: Checking gears ** [22:11:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:11:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:14 2020-06-12] 178: Checking imports ** [22:11:14 2020-06-12] 178: Checking exports ** [22:11:14 2020-06-12] 178: Checking users ** [22:11:14 2020-06-12] 178: Checking user_dbs ** [22:11:14 2020-06-12] 178: Checking geocodings ** [22:11:14 2020-06-12] 178: Checking synchronizations ** [22:11:14 2020-06-12] 178: Checking tracker ** [22:11:14 2020-06-12] 178: Checking user_migrations ** [22:11:14 2020-06-12] 178: Checking batch_updates ** [22:11:14 2020-06-12] 178: Checking gears ** [22:11:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:11:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:19 2020-06-12] 178: Checking imports ** [22:11:19 2020-06-12] 178: Checking exports ** [22:11:19 2020-06-12] 178: Checking users ** [22:11:19 2020-06-12] 178: Checking user_dbs ** [22:11:19 2020-06-12] 178: Checking geocodings ** [22:11:19 2020-06-12] 178: Checking synchronizations ** [22:11:19 2020-06-12] 178: Checking tracker ** [22:11:19 2020-06-12] 178: Checking user_migrations ** [22:11:19 2020-06-12] 178: Checking batch_updates ** [22:11:19 2020-06-12] 178: Checking gears ** [22:11:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:11:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:24 2020-06-12] 178: Checking imports ** [22:11:24 2020-06-12] 178: Checking exports ** [22:11:24 2020-06-12] 178: Checking users ** [22:11:24 2020-06-12] 178: Checking user_dbs ** [22:11:24 2020-06-12] 178: Checking geocodings ** [22:11:24 2020-06-12] 178: Checking synchronizations ** [22:11:24 2020-06-12] 178: Checking tracker ** [22:11:24 2020-06-12] 178: Checking user_migrations ** [22:11:24 2020-06-12] 178: Checking batch_updates ** [22:11:24 2020-06-12] 178: Checking gears ** [22:11:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:11:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:29 2020-06-12] 178: Checking imports ** [22:11:29 2020-06-12] 178: Checking exports ** [22:11:29 2020-06-12] 178: Checking users ** [22:11:29 2020-06-12] 178: Checking user_dbs ** [22:11:29 2020-06-12] 178: Checking geocodings ** [22:11:29 2020-06-12] 178: Checking synchronizations ** [22:11:29 2020-06-12] 178: Checking tracker ** [22:11:29 2020-06-12] 178: Checking user_migrations ** [22:11:29 2020-06-12] 178: Checking batch_updates ** [22:11:29 2020-06-12] 178: Checking gears ** [22:11:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:11:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:34 2020-06-12] 178: Checking imports ** [22:11:34 2020-06-12] 178: Checking exports ** [22:11:34 2020-06-12] 178: Checking users ** [22:11:34 2020-06-12] 178: Checking user_dbs ** [22:11:34 2020-06-12] 178: Checking geocodings ** [22:11:34 2020-06-12] 178: Checking synchronizations ** [22:11:34 2020-06-12] 178: Checking tracker ** [22:11:34 2020-06-12] 178: Checking user_migrations ** [22:11:34 2020-06-12] 178: Checking batch_updates ** [22:11:34 2020-06-12] 178: Checking gears ** [22:11:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:11:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:39 2020-06-12] 178: Checking imports ** [22:11:39 2020-06-12] 178: Checking exports ** [22:11:39 2020-06-12] 178: Checking users ** [22:11:39 2020-06-12] 178: Checking user_dbs ** [22:11:39 2020-06-12] 178: Checking geocodings ** [22:11:39 2020-06-12] 178: Checking synchronizations ** [22:11:39 2020-06-12] 178: Checking tracker ** [22:11:39 2020-06-12] 178: Checking user_migrations ** [22:11:39 2020-06-12] 178: Checking batch_updates ** [22:11:39 2020-06-12] 178: Checking gears ** [22:11:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:11:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:44 2020-06-12] 178: Checking imports ** [22:11:44 2020-06-12] 178: Checking exports ** [22:11:44 2020-06-12] 178: Checking users ** [22:11:44 2020-06-12] 178: Checking user_dbs ** [22:11:44 2020-06-12] 178: Checking geocodings ** [22:11:44 2020-06-12] 178: Checking synchronizations ** [22:11:44 2020-06-12] 178: Checking tracker ** [22:11:44 2020-06-12] 178: Checking user_migrations ** [22:11:44 2020-06-12] 178: Checking batch_updates ** [22:11:44 2020-06-12] 178: Checking gears ** [22:11:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:11:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:49 2020-06-12] 178: Checking imports ** [22:11:49 2020-06-12] 178: Checking exports ** [22:11:49 2020-06-12] 178: Checking users ** [22:11:49 2020-06-12] 178: Checking user_dbs ** [22:11:49 2020-06-12] 178: Checking geocodings ** [22:11:49 2020-06-12] 178: Checking synchronizations ** [22:11:49 2020-06-12] 178: Checking tracker ** [22:11:49 2020-06-12] 178: Checking user_migrations ** [22:11:49 2020-06-12] 178: Checking batch_updates ** [22:11:49 2020-06-12] 178: Checking gears ** [22:11:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:11:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:54 2020-06-12] 178: Checking imports ** [22:11:54 2020-06-12] 178: Checking exports ** [22:11:54 2020-06-12] 178: Checking users ** [22:11:54 2020-06-12] 178: Checking user_dbs ** [22:11:54 2020-06-12] 178: Checking geocodings ** [22:11:54 2020-06-12] 178: Checking synchronizations ** [22:11:54 2020-06-12] 178: Checking tracker ** [22:11:54 2020-06-12] 178: Checking user_migrations ** [22:11:54 2020-06-12] 178: Checking batch_updates ** [22:11:54 2020-06-12] 178: Checking gears ** [22:11:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:11:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:59 2020-06-12] 178: Checking imports ** [22:11:59 2020-06-12] 178: Checking exports ** [22:11:59 2020-06-12] 178: Checking users ** [22:11:59 2020-06-12] 178: Checking user_dbs ** [22:11:59 2020-06-12] 178: Checking geocodings ** [22:11:59 2020-06-12] 178: Checking synchronizations ** [22:11:59 2020-06-12] 178: Checking tracker ** [22:11:59 2020-06-12] 178: Checking user_migrations ** [22:11:59 2020-06-12] 178: Checking batch_updates ** [22:11:59 2020-06-12] 178: Checking gears ** [22:11:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:11:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:04 2020-06-12] 178: Checking imports ** [22:12:04 2020-06-12] 178: Checking exports ** [22:12:04 2020-06-12] 178: Checking users ** [22:12:04 2020-06-12] 178: Checking user_dbs ** [22:12:04 2020-06-12] 178: Checking geocodings ** [22:12:04 2020-06-12] 178: Checking synchronizations ** [22:12:04 2020-06-12] 178: Checking tracker ** [22:12:04 2020-06-12] 178: Checking user_migrations ** [22:12:04 2020-06-12] 178: Checking batch_updates ** [22:12:04 2020-06-12] 178: Checking gears ** [22:12:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:12:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:09 2020-06-12] 178: Checking imports ** [22:12:09 2020-06-12] 178: Checking exports ** [22:12:09 2020-06-12] 178: Checking users ** [22:12:09 2020-06-12] 178: Checking user_dbs ** [22:12:09 2020-06-12] 178: Checking geocodings ** [22:12:09 2020-06-12] 178: Checking synchronizations ** [22:12:09 2020-06-12] 178: Checking tracker ** [22:12:09 2020-06-12] 178: Checking user_migrations ** [22:12:09 2020-06-12] 178: Checking batch_updates ** [22:12:09 2020-06-12] 178: Checking gears ** [22:12:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:12:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:14 2020-06-12] 178: Checking imports ** [22:12:14 2020-06-12] 178: Checking exports ** [22:12:14 2020-06-12] 178: Checking users ** [22:12:14 2020-06-12] 178: Checking user_dbs ** [22:12:14 2020-06-12] 178: Checking geocodings ** [22:12:14 2020-06-12] 178: Checking synchronizations ** [22:12:14 2020-06-12] 178: Checking tracker ** [22:12:14 2020-06-12] 178: Checking user_migrations ** [22:12:14 2020-06-12] 178: Checking batch_updates ** [22:12:14 2020-06-12] 178: Checking gears ** [22:12:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:12:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:19 2020-06-12] 178: Checking imports ** [22:12:19 2020-06-12] 178: Checking exports ** [22:12:19 2020-06-12] 178: Checking users ** [22:12:19 2020-06-12] 178: Checking user_dbs ** [22:12:19 2020-06-12] 178: Checking geocodings ** [22:12:19 2020-06-12] 178: Checking synchronizations ** [22:12:19 2020-06-12] 178: Checking tracker ** [22:12:19 2020-06-12] 178: Checking user_migrations ** [22:12:19 2020-06-12] 178: Checking batch_updates ** [22:12:19 2020-06-12] 178: Checking gears ** [22:12:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:12:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:24 2020-06-12] 178: Checking imports ** [22:12:24 2020-06-12] 178: Checking exports ** [22:12:24 2020-06-12] 178: Checking users ** [22:12:24 2020-06-12] 178: Checking user_dbs ** [22:12:24 2020-06-12] 178: Checking geocodings ** [22:12:24 2020-06-12] 178: Checking synchronizations ** [22:12:24 2020-06-12] 178: Checking tracker ** [22:12:24 2020-06-12] 178: Checking user_migrations ** [22:12:24 2020-06-12] 178: Checking batch_updates ** [22:12:24 2020-06-12] 178: Checking gears ** [22:12:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:12:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:29 2020-06-12] 178: Checking imports ** [22:12:29 2020-06-12] 178: Checking exports ** [22:12:29 2020-06-12] 178: Checking users ** [22:12:29 2020-06-12] 178: Checking user_dbs ** [22:12:29 2020-06-12] 178: Checking geocodings ** [22:12:29 2020-06-12] 178: Checking synchronizations ** [22:12:29 2020-06-12] 178: Checking tracker ** [22:12:29 2020-06-12] 178: Checking user_migrations ** [22:12:29 2020-06-12] 178: Checking batch_updates ** [22:12:29 2020-06-12] 178: Checking gears ** [22:12:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:12:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:34 2020-06-12] 178: Checking imports ** [22:12:34 2020-06-12] 178: Checking exports ** [22:12:34 2020-06-12] 178: Checking users ** [22:12:34 2020-06-12] 178: Checking user_dbs ** [22:12:34 2020-06-12] 178: Checking geocodings ** [22:12:34 2020-06-12] 178: Checking synchronizations ** [22:12:34 2020-06-12] 178: Checking tracker ** [22:12:34 2020-06-12] 178: Checking user_migrations ** [22:12:34 2020-06-12] 178: Checking batch_updates ** [22:12:34 2020-06-12] 178: Checking gears ** [22:12:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:12:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:39 2020-06-12] 178: Checking imports ** [22:12:39 2020-06-12] 178: Checking exports ** [22:12:39 2020-06-12] 178: Checking users ** [22:12:39 2020-06-12] 178: Checking user_dbs ** [22:12:39 2020-06-12] 178: Checking geocodings ** [22:12:39 2020-06-12] 178: Checking synchronizations ** [22:12:39 2020-06-12] 178: Checking tracker ** [22:12:39 2020-06-12] 178: Checking user_migrations ** [22:12:39 2020-06-12] 178: Checking batch_updates ** [22:12:39 2020-06-12] 178: Checking gears ** [22:12:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:12:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:44 2020-06-12] 178: Checking imports ** [22:12:44 2020-06-12] 178: Checking exports ** [22:12:44 2020-06-12] 178: Checking users ** [22:12:44 2020-06-12] 178: Checking user_dbs ** [22:12:44 2020-06-12] 178: Checking geocodings ** [22:12:44 2020-06-12] 178: Checking synchronizations ** [22:12:44 2020-06-12] 178: Checking tracker ** [22:12:44 2020-06-12] 178: Checking user_migrations ** [22:12:44 2020-06-12] 178: Checking batch_updates ** [22:12:44 2020-06-12] 178: Checking gears ** [22:12:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:12:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:49 2020-06-12] 178: Checking imports ** [22:12:49 2020-06-12] 178: Checking exports ** [22:12:49 2020-06-12] 178: Checking users ** [22:12:49 2020-06-12] 178: Checking user_dbs ** [22:12:49 2020-06-12] 178: Checking geocodings ** [22:12:49 2020-06-12] 178: Checking synchronizations ** [22:12:49 2020-06-12] 178: Checking tracker ** [22:12:49 2020-06-12] 178: Checking user_migrations ** [22:12:49 2020-06-12] 178: Checking batch_updates ** [22:12:49 2020-06-12] 178: Checking gears ** [22:12:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:12:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:54 2020-06-12] 178: Checking imports ** [22:12:54 2020-06-12] 178: Checking exports ** [22:12:54 2020-06-12] 178: Checking users ** [22:12:54 2020-06-12] 178: Checking user_dbs ** [22:12:54 2020-06-12] 178: Checking geocodings ** [22:12:54 2020-06-12] 178: Checking synchronizations ** [22:12:54 2020-06-12] 178: Checking tracker ** [22:12:54 2020-06-12] 178: Checking user_migrations ** [22:12:54 2020-06-12] 178: Checking batch_updates ** [22:12:54 2020-06-12] 178: Checking gears ** [22:12:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:12:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:59 2020-06-12] 178: Checking imports ** [22:12:59 2020-06-12] 178: Checking exports ** [22:12:59 2020-06-12] 178: Checking users ** [22:12:59 2020-06-12] 178: Checking user_dbs ** [22:12:59 2020-06-12] 178: Checking geocodings ** [22:12:59 2020-06-12] 178: Checking synchronizations ** [22:12:59 2020-06-12] 178: Checking tracker ** [22:12:59 2020-06-12] 178: Checking user_migrations ** [22:12:59 2020-06-12] 178: Checking batch_updates ** [22:12:59 2020-06-12] 178: Checking gears ** [22:12:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:12:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:04 2020-06-12] 178: Checking imports ** [22:13:04 2020-06-12] 178: Checking exports ** [22:13:04 2020-06-12] 178: Checking users ** [22:13:04 2020-06-12] 178: Checking user_dbs ** [22:13:04 2020-06-12] 178: Checking geocodings ** [22:13:04 2020-06-12] 178: Checking synchronizations ** [22:13:04 2020-06-12] 178: Checking tracker ** [22:13:04 2020-06-12] 178: Checking user_migrations ** [22:13:04 2020-06-12] 178: Checking batch_updates ** [22:13:04 2020-06-12] 178: Checking gears ** [22:13:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:13:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:09 2020-06-12] 178: Checking imports ** [22:13:09 2020-06-12] 178: Checking exports ** [22:13:09 2020-06-12] 178: Checking users ** [22:13:09 2020-06-12] 178: Checking user_dbs ** [22:13:09 2020-06-12] 178: Checking geocodings ** [22:13:09 2020-06-12] 178: Checking synchronizations ** [22:13:09 2020-06-12] 178: Checking tracker ** [22:13:09 2020-06-12] 178: Checking user_migrations ** [22:13:09 2020-06-12] 178: Checking batch_updates ** [22:13:09 2020-06-12] 178: Checking gears ** [22:13:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:13:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:14 2020-06-12] 178: Checking imports ** [22:13:14 2020-06-12] 178: Checking exports ** [22:13:14 2020-06-12] 178: Checking users ** [22:13:14 2020-06-12] 178: Checking user_dbs ** [22:13:14 2020-06-12] 178: Checking geocodings ** [22:13:14 2020-06-12] 178: Checking synchronizations ** [22:13:14 2020-06-12] 178: Checking tracker ** [22:13:14 2020-06-12] 178: Checking user_migrations ** [22:13:14 2020-06-12] 178: Checking batch_updates ** [22:13:14 2020-06-12] 178: Checking gears ** [22:13:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:13:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:19 2020-06-12] 178: Checking imports ** [22:13:19 2020-06-12] 178: Checking exports ** [22:13:19 2020-06-12] 178: Checking users ** [22:13:19 2020-06-12] 178: Checking user_dbs ** [22:13:19 2020-06-12] 178: Checking geocodings ** [22:13:19 2020-06-12] 178: Checking synchronizations ** [22:13:19 2020-06-12] 178: Checking tracker ** [22:13:19 2020-06-12] 178: Checking user_migrations ** [22:13:19 2020-06-12] 178: Checking batch_updates ** [22:13:19 2020-06-12] 178: Checking gears ** [22:13:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:13:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:24 2020-06-12] 178: Checking imports ** [22:13:24 2020-06-12] 178: Checking exports ** [22:13:24 2020-06-12] 178: Checking users ** [22:13:24 2020-06-12] 178: Checking user_dbs ** [22:13:24 2020-06-12] 178: Checking geocodings ** [22:13:24 2020-06-12] 178: Checking synchronizations ** [22:13:24 2020-06-12] 178: Checking tracker ** [22:13:24 2020-06-12] 178: Checking user_migrations ** [22:13:24 2020-06-12] 178: Checking batch_updates ** [22:13:24 2020-06-12] 178: Checking gears ** [22:13:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:13:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:29 2020-06-12] 178: Checking imports ** [22:13:29 2020-06-12] 178: Checking exports ** [22:13:29 2020-06-12] 178: Checking users ** [22:13:29 2020-06-12] 178: Checking user_dbs ** [22:13:29 2020-06-12] 178: Checking geocodings ** [22:13:29 2020-06-12] 178: Checking synchronizations ** [22:13:29 2020-06-12] 178: Checking tracker ** [22:13:29 2020-06-12] 178: Checking user_migrations ** [22:13:29 2020-06-12] 178: Checking batch_updates ** [22:13:29 2020-06-12] 178: Checking gears ** [22:13:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:13:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:34 2020-06-12] 178: Checking imports ** [22:13:34 2020-06-12] 178: Checking exports ** [22:13:34 2020-06-12] 178: Checking users ** [22:13:34 2020-06-12] 178: Checking user_dbs ** [22:13:34 2020-06-12] 178: Checking geocodings ** [22:13:34 2020-06-12] 178: Checking synchronizations ** [22:13:34 2020-06-12] 178: Checking tracker ** [22:13:34 2020-06-12] 178: Checking user_migrations ** [22:13:34 2020-06-12] 178: Checking batch_updates ** [22:13:34 2020-06-12] 178: Checking gears ** [22:13:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:13:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:39 2020-06-12] 178: Checking imports ** [22:13:39 2020-06-12] 178: Checking exports ** [22:13:39 2020-06-12] 178: Checking users ** [22:13:39 2020-06-12] 178: Checking user_dbs ** [22:13:39 2020-06-12] 178: Checking geocodings ** [22:13:39 2020-06-12] 178: Checking synchronizations ** [22:13:39 2020-06-12] 178: Checking tracker ** [22:13:39 2020-06-12] 178: Checking user_migrations ** [22:13:39 2020-06-12] 178: Checking batch_updates ** [22:13:39 2020-06-12] 178: Checking gears ** [22:13:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:13:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:44 2020-06-12] 178: Checking imports ** [22:13:44 2020-06-12] 178: Checking exports ** [22:13:44 2020-06-12] 178: Checking users ** [22:13:44 2020-06-12] 178: Checking user_dbs ** [22:13:44 2020-06-12] 178: Checking geocodings ** [22:13:44 2020-06-12] 178: Checking synchronizations ** [22:13:44 2020-06-12] 178: Checking tracker ** [22:13:44 2020-06-12] 178: Checking user_migrations ** [22:13:44 2020-06-12] 178: Checking batch_updates ** [22:13:44 2020-06-12] 178: Checking gears ** [22:13:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:13:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:49 2020-06-12] 178: Checking imports ** [22:13:49 2020-06-12] 178: Checking exports ** [22:13:49 2020-06-12] 178: Checking users ** [22:13:49 2020-06-12] 178: Checking user_dbs ** [22:13:49 2020-06-12] 178: Checking geocodings ** [22:13:49 2020-06-12] 178: Checking synchronizations ** [22:13:49 2020-06-12] 178: Checking tracker ** [22:13:49 2020-06-12] 178: Checking user_migrations ** [22:13:49 2020-06-12] 178: Checking batch_updates ** [22:13:49 2020-06-12] 178: Checking gears ** [22:13:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:13:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:54 2020-06-12] 178: Checking imports ** [22:13:54 2020-06-12] 178: Checking exports ** [22:13:54 2020-06-12] 178: Checking users ** [22:13:54 2020-06-12] 178: Checking user_dbs ** [22:13:54 2020-06-12] 178: Checking geocodings ** [22:13:54 2020-06-12] 178: Checking synchronizations ** [22:13:54 2020-06-12] 178: Checking tracker ** [22:13:54 2020-06-12] 178: Checking user_migrations ** [22:13:54 2020-06-12] 178: Checking batch_updates ** [22:13:54 2020-06-12] 178: Checking gears ** [22:13:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:13:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:59 2020-06-12] 178: Checking imports ** [22:13:59 2020-06-12] 178: Checking exports ** [22:13:59 2020-06-12] 178: Checking users ** [22:13:59 2020-06-12] 178: Checking user_dbs ** [22:13:59 2020-06-12] 178: Checking geocodings ** [22:13:59 2020-06-12] 178: Checking synchronizations ** [22:13:59 2020-06-12] 178: Checking tracker ** [22:13:59 2020-06-12] 178: Checking user_migrations ** [22:13:59 2020-06-12] 178: Checking batch_updates ** [22:13:59 2020-06-12] 178: Checking gears ** [22:13:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:13:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:04 2020-06-12] 178: Checking imports ** [22:14:04 2020-06-12] 178: Checking exports ** [22:14:04 2020-06-12] 178: Checking users ** [22:14:04 2020-06-12] 178: Checking user_dbs ** [22:14:04 2020-06-12] 178: Checking geocodings ** [22:14:04 2020-06-12] 178: Checking synchronizations ** [22:14:04 2020-06-12] 178: Checking tracker ** [22:14:04 2020-06-12] 178: Checking user_migrations ** [22:14:04 2020-06-12] 178: Checking batch_updates ** [22:14:04 2020-06-12] 178: Checking gears ** [22:14:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:14:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:09 2020-06-12] 178: Checking imports ** [22:14:09 2020-06-12] 178: Checking exports ** [22:14:09 2020-06-12] 178: Checking users ** [22:14:09 2020-06-12] 178: Checking user_dbs ** [22:14:09 2020-06-12] 178: Checking geocodings ** [22:14:09 2020-06-12] 178: Checking synchronizations ** [22:14:09 2020-06-12] 178: Checking tracker ** [22:14:09 2020-06-12] 178: Checking user_migrations ** [22:14:09 2020-06-12] 178: Checking batch_updates ** [22:14:09 2020-06-12] 178: Checking gears ** [22:14:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:14:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:14 2020-06-12] 178: Checking imports ** [22:14:14 2020-06-12] 178: Checking exports ** [22:14:14 2020-06-12] 178: Checking users ** [22:14:14 2020-06-12] 178: Checking user_dbs ** [22:14:14 2020-06-12] 178: Checking geocodings ** [22:14:14 2020-06-12] 178: Checking synchronizations ** [22:14:14 2020-06-12] 178: Checking tracker ** [22:14:14 2020-06-12] 178: Checking user_migrations ** [22:14:14 2020-06-12] 178: Checking batch_updates ** [22:14:14 2020-06-12] 178: Checking gears ** [22:14:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:14:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:19 2020-06-12] 178: Checking imports ** [22:14:19 2020-06-12] 178: Checking exports ** [22:14:19 2020-06-12] 178: Checking users ** [22:14:19 2020-06-12] 178: Checking user_dbs ** [22:14:19 2020-06-12] 178: Checking geocodings ** [22:14:19 2020-06-12] 178: Checking synchronizations ** [22:14:19 2020-06-12] 178: Checking tracker ** [22:14:19 2020-06-12] 178: Checking user_migrations ** [22:14:19 2020-06-12] 178: Checking batch_updates ** [22:14:19 2020-06-12] 178: Checking gears ** [22:14:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:14:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:24 2020-06-12] 178: Checking imports ** [22:14:24 2020-06-12] 178: Checking exports ** [22:14:24 2020-06-12] 178: Checking users ** [22:14:24 2020-06-12] 178: Checking user_dbs ** [22:14:24 2020-06-12] 178: Checking geocodings ** [22:14:24 2020-06-12] 178: Checking synchronizations ** [22:14:24 2020-06-12] 178: Checking tracker ** [22:14:24 2020-06-12] 178: Checking user_migrations ** [22:14:24 2020-06-12] 178: Checking batch_updates ** [22:14:24 2020-06-12] 178: Checking gears ** [22:14:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:14:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:29 2020-06-12] 178: Checking imports ** [22:14:29 2020-06-12] 178: Checking exports ** [22:14:29 2020-06-12] 178: Checking users ** [22:14:29 2020-06-12] 178: Checking user_dbs ** [22:14:29 2020-06-12] 178: Checking geocodings ** [22:14:29 2020-06-12] 178: Checking synchronizations ** [22:14:29 2020-06-12] 178: Checking tracker ** [22:14:29 2020-06-12] 178: Checking user_migrations ** [22:14:29 2020-06-12] 178: Checking batch_updates ** [22:14:29 2020-06-12] 178: Checking gears ** [22:14:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:14:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:34 2020-06-12] 178: Checking imports ** [22:14:34 2020-06-12] 178: Checking exports ** [22:14:34 2020-06-12] 178: Checking users ** [22:14:34 2020-06-12] 178: Checking user_dbs ** [22:14:34 2020-06-12] 178: Checking geocodings ** [22:14:34 2020-06-12] 178: Checking synchronizations ** [22:14:34 2020-06-12] 178: Checking tracker ** [22:14:34 2020-06-12] 178: Checking user_migrations ** [22:14:34 2020-06-12] 178: Checking batch_updates ** [22:14:34 2020-06-12] 178: Checking gears ** [22:14:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:14:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:39 2020-06-12] 178: Checking imports ** [22:14:39 2020-06-12] 178: Checking exports ** [22:14:39 2020-06-12] 178: Checking users ** [22:14:39 2020-06-12] 178: Checking user_dbs ** [22:14:39 2020-06-12] 178: Checking geocodings ** [22:14:39 2020-06-12] 178: Checking synchronizations ** [22:14:39 2020-06-12] 178: Checking tracker ** [22:14:39 2020-06-12] 178: Checking user_migrations ** [22:14:39 2020-06-12] 178: Checking batch_updates ** [22:14:39 2020-06-12] 178: Checking gears ** [22:14:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:14:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:44 2020-06-12] 178: Checking imports ** [22:14:44 2020-06-12] 178: Checking exports ** [22:14:44 2020-06-12] 178: Checking users ** [22:14:44 2020-06-12] 178: Checking user_dbs ** [22:14:44 2020-06-12] 178: Checking geocodings ** [22:14:44 2020-06-12] 178: Checking synchronizations ** [22:14:44 2020-06-12] 178: Checking tracker ** [22:14:44 2020-06-12] 178: Checking user_migrations ** [22:14:44 2020-06-12] 178: Checking batch_updates ** [22:14:44 2020-06-12] 178: Checking gears ** [22:14:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:14:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:49 2020-06-12] 178: Checking imports ** [22:14:49 2020-06-12] 178: Checking exports ** [22:14:49 2020-06-12] 178: Checking users ** [22:14:49 2020-06-12] 178: Checking user_dbs ** [22:14:49 2020-06-12] 178: Checking geocodings ** [22:14:49 2020-06-12] 178: Checking synchronizations ** [22:14:49 2020-06-12] 178: Checking tracker ** [22:14:49 2020-06-12] 178: Checking user_migrations ** [22:14:49 2020-06-12] 178: Checking batch_updates ** [22:14:49 2020-06-12] 178: Checking gears ** [22:14:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:14:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:54 2020-06-12] 178: Checking imports ** [22:14:54 2020-06-12] 178: Checking exports ** [22:14:54 2020-06-12] 178: Checking users ** [22:14:54 2020-06-12] 178: Checking user_dbs ** [22:14:54 2020-06-12] 178: Checking geocodings ** [22:14:54 2020-06-12] 178: Checking synchronizations ** [22:14:54 2020-06-12] 178: Checking tracker ** [22:14:54 2020-06-12] 178: Checking user_migrations ** [22:14:54 2020-06-12] 178: Checking batch_updates ** [22:14:54 2020-06-12] 178: Checking gears ** [22:14:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:14:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:59 2020-06-12] 178: Checking imports ** [22:14:59 2020-06-12] 178: Checking exports ** [22:14:59 2020-06-12] 178: Checking users ** [22:14:59 2020-06-12] 178: Checking user_dbs ** [22:14:59 2020-06-12] 178: Checking geocodings ** [22:14:59 2020-06-12] 178: Checking synchronizations ** [22:14:59 2020-06-12] 178: Checking tracker ** [22:14:59 2020-06-12] 178: Checking user_migrations ** [22:14:59 2020-06-12] 178: Checking batch_updates ** [22:14:59 2020-06-12] 178: Checking gears ** [22:14:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:14:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:04 2020-06-12] 178: Checking imports ** [22:15:04 2020-06-12] 178: Checking exports ** [22:15:04 2020-06-12] 178: Checking users ** [22:15:04 2020-06-12] 178: Checking user_dbs ** [22:15:04 2020-06-12] 178: Checking geocodings ** [22:15:04 2020-06-12] 178: Checking synchronizations ** [22:15:04 2020-06-12] 178: Checking tracker ** [22:15:04 2020-06-12] 178: Checking user_migrations ** [22:15:04 2020-06-12] 178: Checking batch_updates ** [22:15:04 2020-06-12] 178: Checking gears ** [22:15:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:15:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:09 2020-06-12] 178: Checking imports ** [22:15:09 2020-06-12] 178: Checking exports ** [22:15:09 2020-06-12] 178: Checking users ** [22:15:09 2020-06-12] 178: Checking user_dbs ** [22:15:09 2020-06-12] 178: Checking geocodings ** [22:15:09 2020-06-12] 178: Checking synchronizations ** [22:15:09 2020-06-12] 178: Checking tracker ** [22:15:09 2020-06-12] 178: Checking user_migrations ** [22:15:09 2020-06-12] 178: Checking batch_updates ** [22:15:09 2020-06-12] 178: Checking gears ** [22:15:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:15:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:15 2020-06-12] 178: Checking imports ** [22:15:15 2020-06-12] 178: Checking exports ** [22:15:15 2020-06-12] 178: Checking users ** [22:15:15 2020-06-12] 178: Checking user_dbs ** [22:15:15 2020-06-12] 178: Checking geocodings ** [22:15:15 2020-06-12] 178: Checking synchronizations ** [22:15:15 2020-06-12] 178: Checking tracker ** [22:15:15 2020-06-12] 178: Checking user_migrations ** [22:15:15 2020-06-12] 178: Checking batch_updates ** [22:15:15 2020-06-12] 178: Checking gears ** [22:15:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:15:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:20 2020-06-12] 178: Checking imports ** [22:15:20 2020-06-12] 178: Checking exports ** [22:15:20 2020-06-12] 178: Checking users ** [22:15:20 2020-06-12] 178: Checking user_dbs ** [22:15:20 2020-06-12] 178: Checking geocodings ** [22:15:20 2020-06-12] 178: Checking synchronizations ** [22:15:20 2020-06-12] 178: Checking tracker ** [22:15:20 2020-06-12] 178: Checking user_migrations ** [22:15:20 2020-06-12] 178: Checking batch_updates ** [22:15:20 2020-06-12] 178: Checking gears ** [22:15:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:15:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:25 2020-06-12] 178: Checking imports ** [22:15:25 2020-06-12] 178: Checking exports ** [22:15:25 2020-06-12] 178: Checking users ** [22:15:25 2020-06-12] 178: Checking user_dbs ** [22:15:25 2020-06-12] 178: Checking geocodings ** [22:15:25 2020-06-12] 178: Checking synchronizations ** [22:15:25 2020-06-12] 178: Checking tracker ** [22:15:25 2020-06-12] 178: Checking user_migrations ** [22:15:25 2020-06-12] 178: Checking batch_updates ** [22:15:25 2020-06-12] 178: Checking gears ** [22:15:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:15:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:30 2020-06-12] 178: Checking imports ** [22:15:30 2020-06-12] 178: Checking exports ** [22:15:30 2020-06-12] 178: Checking users ** [22:15:30 2020-06-12] 178: Checking user_dbs ** [22:15:30 2020-06-12] 178: Checking geocodings ** [22:15:30 2020-06-12] 178: Checking synchronizations ** [22:15:30 2020-06-12] 178: Checking tracker ** [22:15:30 2020-06-12] 178: Checking user_migrations ** [22:15:30 2020-06-12] 178: Checking batch_updates ** [22:15:30 2020-06-12] 178: Checking gears ** [22:15:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:15:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:35 2020-06-12] 178: Checking imports ** [22:15:35 2020-06-12] 178: Checking exports ** [22:15:35 2020-06-12] 178: Checking users ** [22:15:35 2020-06-12] 178: Checking user_dbs ** [22:15:35 2020-06-12] 178: Checking geocodings ** [22:15:35 2020-06-12] 178: Checking synchronizations ** [22:15:35 2020-06-12] 178: Checking tracker ** [22:15:35 2020-06-12] 178: Checking user_migrations ** [22:15:35 2020-06-12] 178: Checking batch_updates ** [22:15:35 2020-06-12] 178: Checking gears ** [22:15:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:15:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:40 2020-06-12] 178: Checking imports ** [22:15:40 2020-06-12] 178: Checking exports ** [22:15:40 2020-06-12] 178: Checking users ** [22:15:40 2020-06-12] 178: Checking user_dbs ** [22:15:40 2020-06-12] 178: Checking geocodings ** [22:15:40 2020-06-12] 178: Checking synchronizations ** [22:15:40 2020-06-12] 178: Checking tracker ** [22:15:40 2020-06-12] 178: Checking user_migrations ** [22:15:40 2020-06-12] 178: Checking batch_updates ** [22:15:40 2020-06-12] 178: Checking gears ** [22:15:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:15:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:45 2020-06-12] 178: Checking imports ** [22:15:45 2020-06-12] 178: Checking exports ** [22:15:45 2020-06-12] 178: Checking users ** [22:15:45 2020-06-12] 178: Checking user_dbs ** [22:15:45 2020-06-12] 178: Checking geocodings ** [22:15:45 2020-06-12] 178: Checking synchronizations ** [22:15:45 2020-06-12] 178: Checking tracker ** [22:15:45 2020-06-12] 178: Checking user_migrations ** [22:15:45 2020-06-12] 178: Checking batch_updates ** [22:15:45 2020-06-12] 178: Checking gears ** [22:15:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:15:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:50 2020-06-12] 178: Checking imports ** [22:15:50 2020-06-12] 178: Checking exports ** [22:15:50 2020-06-12] 178: Checking users ** [22:15:50 2020-06-12] 178: Checking user_dbs ** [22:15:50 2020-06-12] 178: Checking geocodings ** [22:15:50 2020-06-12] 178: Checking synchronizations ** [22:15:50 2020-06-12] 178: Checking tracker ** [22:15:50 2020-06-12] 178: Checking user_migrations ** [22:15:50 2020-06-12] 178: Checking batch_updates ** [22:15:50 2020-06-12] 178: Checking gears ** [22:15:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:15:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:55 2020-06-12] 178: Checking imports ** [22:15:55 2020-06-12] 178: Checking exports ** [22:15:55 2020-06-12] 178: Checking users ** [22:15:55 2020-06-12] 178: Checking user_dbs ** [22:15:55 2020-06-12] 178: Checking geocodings ** [22:15:55 2020-06-12] 178: Checking synchronizations ** [22:15:55 2020-06-12] 178: Checking tracker ** [22:15:55 2020-06-12] 178: Checking user_migrations ** [22:15:55 2020-06-12] 178: Checking batch_updates ** [22:15:55 2020-06-12] 178: Checking gears ** [22:15:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:15:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:00 2020-06-12] 178: Checking imports ** [22:16:00 2020-06-12] 178: Checking exports ** [22:16:00 2020-06-12] 178: Checking users ** [22:16:00 2020-06-12] 178: Checking user_dbs ** [22:16:00 2020-06-12] 178: Checking geocodings ** [22:16:00 2020-06-12] 178: Checking synchronizations ** [22:16:00 2020-06-12] 178: Checking tracker ** [22:16:00 2020-06-12] 178: Checking user_migrations ** [22:16:00 2020-06-12] 178: Checking batch_updates ** [22:16:00 2020-06-12] 178: Checking gears ** [22:16:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:16:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:05 2020-06-12] 178: Checking imports ** [22:16:05 2020-06-12] 178: Checking exports ** [22:16:05 2020-06-12] 178: Checking users ** [22:16:05 2020-06-12] 178: Checking user_dbs ** [22:16:05 2020-06-12] 178: Checking geocodings ** [22:16:05 2020-06-12] 178: Checking synchronizations ** [22:16:05 2020-06-12] 178: Checking tracker ** [22:16:05 2020-06-12] 178: Checking user_migrations ** [22:16:05 2020-06-12] 178: Checking batch_updates ** [22:16:05 2020-06-12] 178: Checking gears ** [22:16:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:16:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:10 2020-06-12] 178: Checking imports ** [22:16:10 2020-06-12] 178: Checking exports ** [22:16:10 2020-06-12] 178: Checking users ** [22:16:10 2020-06-12] 178: Checking user_dbs ** [22:16:10 2020-06-12] 178: Checking geocodings ** [22:16:10 2020-06-12] 178: Checking synchronizations ** [22:16:10 2020-06-12] 178: Checking tracker ** [22:16:10 2020-06-12] 178: Checking user_migrations ** [22:16:10 2020-06-12] 178: Checking batch_updates ** [22:16:10 2020-06-12] 178: Checking gears ** [22:16:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:16:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:15 2020-06-12] 178: Checking imports ** [22:16:15 2020-06-12] 178: Checking exports ** [22:16:15 2020-06-12] 178: Checking users ** [22:16:15 2020-06-12] 178: Checking user_dbs ** [22:16:15 2020-06-12] 178: Checking geocodings ** [22:16:15 2020-06-12] 178: Checking synchronizations ** [22:16:15 2020-06-12] 178: Checking tracker ** [22:16:15 2020-06-12] 178: Checking user_migrations ** [22:16:15 2020-06-12] 178: Checking batch_updates ** [22:16:15 2020-06-12] 178: Checking gears ** [22:16:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:16:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:20 2020-06-12] 178: Checking imports ** [22:16:20 2020-06-12] 178: Checking exports ** [22:16:20 2020-06-12] 178: Checking users ** [22:16:20 2020-06-12] 178: Checking user_dbs ** [22:16:20 2020-06-12] 178: Checking geocodings ** [22:16:20 2020-06-12] 178: Checking synchronizations ** [22:16:20 2020-06-12] 178: Checking tracker ** [22:16:20 2020-06-12] 178: Checking user_migrations ** [22:16:20 2020-06-12] 178: Checking batch_updates ** [22:16:20 2020-06-12] 178: Checking gears ** [22:16:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:16:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:25 2020-06-12] 178: Checking imports ** [22:16:25 2020-06-12] 178: Checking exports ** [22:16:25 2020-06-12] 178: Checking users ** [22:16:25 2020-06-12] 178: Checking user_dbs ** [22:16:25 2020-06-12] 178: Checking geocodings ** [22:16:25 2020-06-12] 178: Checking synchronizations ** [22:16:25 2020-06-12] 178: Checking tracker ** [22:16:25 2020-06-12] 178: Checking user_migrations ** [22:16:25 2020-06-12] 178: Checking batch_updates ** [22:16:25 2020-06-12] 178: Checking gears ** [22:16:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:16:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:30 2020-06-12] 178: Checking imports ** [22:16:30 2020-06-12] 178: Checking exports ** [22:16:30 2020-06-12] 178: Checking users ** [22:16:30 2020-06-12] 178: Checking user_dbs ** [22:16:30 2020-06-12] 178: Checking geocodings ** [22:16:30 2020-06-12] 178: Checking synchronizations ** [22:16:30 2020-06-12] 178: Checking tracker ** [22:16:30 2020-06-12] 178: Checking user_migrations ** [22:16:30 2020-06-12] 178: Checking batch_updates ** [22:16:30 2020-06-12] 178: Checking gears ** [22:16:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:16:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:35 2020-06-12] 178: Checking imports ** [22:16:35 2020-06-12] 178: Checking exports ** [22:16:35 2020-06-12] 178: Checking users ** [22:16:35 2020-06-12] 178: Checking user_dbs ** [22:16:35 2020-06-12] 178: Checking geocodings ** [22:16:35 2020-06-12] 178: Checking synchronizations ** [22:16:35 2020-06-12] 178: Checking tracker ** [22:16:35 2020-06-12] 178: Checking user_migrations ** [22:16:35 2020-06-12] 178: Checking batch_updates ** [22:16:35 2020-06-12] 178: Checking gears ** [22:16:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:16:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:40 2020-06-12] 178: Checking imports ** [22:16:40 2020-06-12] 178: Checking exports ** [22:16:40 2020-06-12] 178: Checking users ** [22:16:40 2020-06-12] 178: Checking user_dbs ** [22:16:40 2020-06-12] 178: Checking geocodings ** [22:16:40 2020-06-12] 178: Checking synchronizations ** [22:16:40 2020-06-12] 178: Checking tracker ** [22:16:40 2020-06-12] 178: Checking user_migrations ** [22:16:40 2020-06-12] 178: Checking batch_updates ** [22:16:40 2020-06-12] 178: Checking gears ** [22:16:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:16:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:45 2020-06-12] 178: Checking imports ** [22:16:45 2020-06-12] 178: Checking exports ** [22:16:45 2020-06-12] 178: Checking users ** [22:16:45 2020-06-12] 178: Checking user_dbs ** [22:16:45 2020-06-12] 178: Checking geocodings ** [22:16:45 2020-06-12] 178: Checking synchronizations ** [22:16:45 2020-06-12] 178: Checking tracker ** [22:16:45 2020-06-12] 178: Checking user_migrations ** [22:16:45 2020-06-12] 178: Checking batch_updates ** [22:16:45 2020-06-12] 178: Checking gears ** [22:16:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:16:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:50 2020-06-12] 178: Checking imports ** [22:16:50 2020-06-12] 178: Checking exports ** [22:16:50 2020-06-12] 178: Checking users ** [22:16:50 2020-06-12] 178: Checking user_dbs ** [22:16:50 2020-06-12] 178: Checking geocodings ** [22:16:50 2020-06-12] 178: Checking synchronizations ** [22:16:50 2020-06-12] 178: Checking tracker ** [22:16:50 2020-06-12] 178: Checking user_migrations ** [22:16:50 2020-06-12] 178: Checking batch_updates ** [22:16:50 2020-06-12] 178: Checking gears ** [22:16:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:16:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:55 2020-06-12] 178: Checking imports ** [22:16:55 2020-06-12] 178: Checking exports ** [22:16:55 2020-06-12] 178: Checking users ** [22:16:55 2020-06-12] 178: Checking user_dbs ** [22:16:55 2020-06-12] 178: Checking geocodings ** [22:16:55 2020-06-12] 178: Checking synchronizations ** [22:16:55 2020-06-12] 178: Checking tracker ** [22:16:55 2020-06-12] 178: Checking user_migrations ** [22:16:55 2020-06-12] 178: Checking batch_updates ** [22:16:55 2020-06-12] 178: Checking gears ** [22:16:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:16:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:00 2020-06-12] 178: Checking imports ** [22:17:00 2020-06-12] 178: Checking exports ** [22:17:00 2020-06-12] 178: Checking users ** [22:17:00 2020-06-12] 178: Checking user_dbs ** [22:17:00 2020-06-12] 178: Checking geocodings ** [22:17:00 2020-06-12] 178: Checking synchronizations ** [22:17:00 2020-06-12] 178: Checking tracker ** [22:17:00 2020-06-12] 178: Checking user_migrations ** [22:17:00 2020-06-12] 178: Checking batch_updates ** [22:17:00 2020-06-12] 178: Checking gears ** [22:17:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:17:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:05 2020-06-12] 178: Checking imports ** [22:17:05 2020-06-12] 178: Checking exports ** [22:17:05 2020-06-12] 178: Checking users ** [22:17:05 2020-06-12] 178: Checking user_dbs ** [22:17:05 2020-06-12] 178: Checking geocodings ** [22:17:05 2020-06-12] 178: Checking synchronizations ** [22:17:05 2020-06-12] 178: Checking tracker ** [22:17:05 2020-06-12] 178: Checking user_migrations ** [22:17:05 2020-06-12] 178: Checking batch_updates ** [22:17:05 2020-06-12] 178: Checking gears ** [22:17:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:17:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:10 2020-06-12] 178: Checking imports ** [22:17:10 2020-06-12] 178: Checking exports ** [22:17:10 2020-06-12] 178: Checking users ** [22:17:10 2020-06-12] 178: Checking user_dbs ** [22:17:10 2020-06-12] 178: Checking geocodings ** [22:17:10 2020-06-12] 178: Checking synchronizations ** [22:17:10 2020-06-12] 178: Checking tracker ** [22:17:10 2020-06-12] 178: Checking user_migrations ** [22:17:10 2020-06-12] 178: Checking batch_updates ** [22:17:10 2020-06-12] 178: Checking gears ** [22:17:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:17:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:15 2020-06-12] 178: Checking imports ** [22:17:15 2020-06-12] 178: Checking exports ** [22:17:15 2020-06-12] 178: Checking users ** [22:17:15 2020-06-12] 178: Checking user_dbs ** [22:17:15 2020-06-12] 178: Checking geocodings ** [22:17:15 2020-06-12] 178: Checking synchronizations ** [22:17:15 2020-06-12] 178: Checking tracker ** [22:17:15 2020-06-12] 178: Checking user_migrations ** [22:17:15 2020-06-12] 178: Checking batch_updates ** [22:17:15 2020-06-12] 178: Checking gears ** [22:17:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:17:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:20 2020-06-12] 178: Checking imports ** [22:17:20 2020-06-12] 178: Checking exports ** [22:17:20 2020-06-12] 178: Checking users ** [22:17:20 2020-06-12] 178: Checking user_dbs ** [22:17:20 2020-06-12] 178: Checking geocodings ** [22:17:20 2020-06-12] 178: Checking synchronizations ** [22:17:20 2020-06-12] 178: Checking tracker ** [22:17:20 2020-06-12] 178: Checking user_migrations ** [22:17:20 2020-06-12] 178: Checking batch_updates ** [22:17:20 2020-06-12] 178: Checking gears ** [22:17:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:17:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:25 2020-06-12] 178: Checking imports ** [22:17:25 2020-06-12] 178: Checking exports ** [22:17:25 2020-06-12] 178: Checking users ** [22:17:25 2020-06-12] 178: Checking user_dbs ** [22:17:25 2020-06-12] 178: Checking geocodings ** [22:17:25 2020-06-12] 178: Checking synchronizations ** [22:17:25 2020-06-12] 178: Checking tracker ** [22:17:25 2020-06-12] 178: Checking user_migrations ** [22:17:25 2020-06-12] 178: Checking batch_updates ** [22:17:25 2020-06-12] 178: Checking gears ** [22:17:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:17:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:30 2020-06-12] 178: Checking imports ** [22:17:30 2020-06-12] 178: Checking exports ** [22:17:30 2020-06-12] 178: Checking users ** [22:17:30 2020-06-12] 178: Checking user_dbs ** [22:17:30 2020-06-12] 178: Checking geocodings ** [22:17:30 2020-06-12] 178: Checking synchronizations ** [22:17:30 2020-06-12] 178: Checking tracker ** [22:17:30 2020-06-12] 178: Checking user_migrations ** [22:17:30 2020-06-12] 178: Checking batch_updates ** [22:17:30 2020-06-12] 178: Checking gears ** [22:17:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:17:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:35 2020-06-12] 178: Checking imports ** [22:17:35 2020-06-12] 178: Checking exports ** [22:17:35 2020-06-12] 178: Checking users ** [22:17:35 2020-06-12] 178: Checking user_dbs ** [22:17:35 2020-06-12] 178: Checking geocodings ** [22:17:35 2020-06-12] 178: Checking synchronizations ** [22:17:35 2020-06-12] 178: Checking tracker ** [22:17:35 2020-06-12] 178: Checking user_migrations ** [22:17:35 2020-06-12] 178: Checking batch_updates ** [22:17:35 2020-06-12] 178: Checking gears ** [22:17:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:17:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:40 2020-06-12] 178: Checking imports ** [22:17:40 2020-06-12] 178: Checking exports ** [22:17:40 2020-06-12] 178: Checking users ** [22:17:40 2020-06-12] 178: Checking user_dbs ** [22:17:40 2020-06-12] 178: Checking geocodings ** [22:17:40 2020-06-12] 178: Checking synchronizations ** [22:17:40 2020-06-12] 178: Checking tracker ** [22:17:40 2020-06-12] 178: Checking user_migrations ** [22:17:40 2020-06-12] 178: Checking batch_updates ** [22:17:40 2020-06-12] 178: Checking gears ** [22:17:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:17:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:45 2020-06-12] 178: Checking imports ** [22:17:45 2020-06-12] 178: Checking exports ** [22:17:45 2020-06-12] 178: Checking users ** [22:17:45 2020-06-12] 178: Checking user_dbs ** [22:17:45 2020-06-12] 178: Checking geocodings ** [22:17:45 2020-06-12] 178: Checking synchronizations ** [22:17:45 2020-06-12] 178: Checking tracker ** [22:17:45 2020-06-12] 178: Checking user_migrations ** [22:17:45 2020-06-12] 178: Checking batch_updates ** [22:17:45 2020-06-12] 178: Checking gears ** [22:17:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:17:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:50 2020-06-12] 178: Checking imports ** [22:17:50 2020-06-12] 178: Checking exports ** [22:17:50 2020-06-12] 178: Checking users ** [22:17:50 2020-06-12] 178: Checking user_dbs ** [22:17:50 2020-06-12] 178: Checking geocodings ** [22:17:50 2020-06-12] 178: Checking synchronizations ** [22:17:50 2020-06-12] 178: Checking tracker ** [22:17:50 2020-06-12] 178: Checking user_migrations ** [22:17:50 2020-06-12] 178: Checking batch_updates ** [22:17:50 2020-06-12] 178: Checking gears ** [22:17:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:17:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:55 2020-06-12] 178: Checking imports ** [22:17:55 2020-06-12] 178: Checking exports ** [22:17:55 2020-06-12] 178: Checking users ** [22:17:55 2020-06-12] 178: Checking user_dbs ** [22:17:55 2020-06-12] 178: Checking geocodings ** [22:17:55 2020-06-12] 178: Checking synchronizations ** [22:17:55 2020-06-12] 178: Checking tracker ** [22:17:55 2020-06-12] 178: Checking user_migrations ** [22:17:55 2020-06-12] 178: Checking batch_updates ** [22:17:55 2020-06-12] 178: Checking gears ** [22:17:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:17:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:00 2020-06-12] 178: Checking imports ** [22:18:00 2020-06-12] 178: Checking exports ** [22:18:00 2020-06-12] 178: Checking users ** [22:18:00 2020-06-12] 178: Checking user_dbs ** [22:18:00 2020-06-12] 178: Checking geocodings ** [22:18:00 2020-06-12] 178: Checking synchronizations ** [22:18:00 2020-06-12] 178: Checking tracker ** [22:18:00 2020-06-12] 178: Checking user_migrations ** [22:18:00 2020-06-12] 178: Checking batch_updates ** [22:18:00 2020-06-12] 178: Checking gears ** [22:18:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:18:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:05 2020-06-12] 178: Checking imports ** [22:18:05 2020-06-12] 178: Checking exports ** [22:18:05 2020-06-12] 178: Checking users ** [22:18:05 2020-06-12] 178: Checking user_dbs ** [22:18:05 2020-06-12] 178: Checking geocodings ** [22:18:05 2020-06-12] 178: Checking synchronizations ** [22:18:05 2020-06-12] 178: Checking tracker ** [22:18:05 2020-06-12] 178: Checking user_migrations ** [22:18:05 2020-06-12] 178: Checking batch_updates ** [22:18:05 2020-06-12] 178: Checking gears ** [22:18:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:18:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:10 2020-06-12] 178: Checking imports ** [22:18:10 2020-06-12] 178: Checking exports ** [22:18:10 2020-06-12] 178: Checking users ** [22:18:10 2020-06-12] 178: Checking user_dbs ** [22:18:10 2020-06-12] 178: Checking geocodings ** [22:18:10 2020-06-12] 178: Checking synchronizations ** [22:18:10 2020-06-12] 178: Checking tracker ** [22:18:10 2020-06-12] 178: Checking user_migrations ** [22:18:10 2020-06-12] 178: Checking batch_updates ** [22:18:10 2020-06-12] 178: Checking gears ** [22:18:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:18:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:15 2020-06-12] 178: Checking imports ** [22:18:15 2020-06-12] 178: Checking exports ** [22:18:15 2020-06-12] 178: Checking users ** [22:18:15 2020-06-12] 178: Checking user_dbs ** [22:18:15 2020-06-12] 178: Checking geocodings ** [22:18:15 2020-06-12] 178: Checking synchronizations ** [22:18:15 2020-06-12] 178: Checking tracker ** [22:18:15 2020-06-12] 178: Checking user_migrations ** [22:18:15 2020-06-12] 178: Checking batch_updates ** [22:18:15 2020-06-12] 178: Checking gears ** [22:18:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:18:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:20 2020-06-12] 178: Checking imports ** [22:18:20 2020-06-12] 178: Checking exports ** [22:18:20 2020-06-12] 178: Checking users ** [22:18:20 2020-06-12] 178: Checking user_dbs ** [22:18:20 2020-06-12] 178: Checking geocodings ** [22:18:20 2020-06-12] 178: Checking synchronizations ** [22:18:20 2020-06-12] 178: Checking tracker ** [22:18:20 2020-06-12] 178: Checking user_migrations ** [22:18:20 2020-06-12] 178: Checking batch_updates ** [22:18:20 2020-06-12] 178: Checking gears ** [22:18:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:18:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:25 2020-06-12] 178: Checking imports ** [22:18:25 2020-06-12] 178: Checking exports ** [22:18:25 2020-06-12] 178: Checking users ** [22:18:25 2020-06-12] 178: Checking user_dbs ** [22:18:25 2020-06-12] 178: Checking geocodings ** [22:18:25 2020-06-12] 178: Checking synchronizations ** [22:18:25 2020-06-12] 178: Checking tracker ** [22:18:25 2020-06-12] 178: Checking user_migrations ** [22:18:25 2020-06-12] 178: Checking batch_updates ** [22:18:25 2020-06-12] 178: Checking gears ** [22:18:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:18:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:30 2020-06-12] 178: Checking imports ** [22:18:30 2020-06-12] 178: Checking exports ** [22:18:30 2020-06-12] 178: Checking users ** [22:18:30 2020-06-12] 178: Checking user_dbs ** [22:18:30 2020-06-12] 178: Checking geocodings ** [22:18:30 2020-06-12] 178: Checking synchronizations ** [22:18:30 2020-06-12] 178: Checking tracker ** [22:18:30 2020-06-12] 178: Checking user_migrations ** [22:18:30 2020-06-12] 178: Checking batch_updates ** [22:18:30 2020-06-12] 178: Checking gears ** [22:18:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:18:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:35 2020-06-12] 178: Checking imports ** [22:18:35 2020-06-12] 178: Checking exports ** [22:18:35 2020-06-12] 178: Checking users ** [22:18:35 2020-06-12] 178: Checking user_dbs ** [22:18:35 2020-06-12] 178: Checking geocodings ** [22:18:35 2020-06-12] 178: Checking synchronizations ** [22:18:35 2020-06-12] 178: Checking tracker ** [22:18:35 2020-06-12] 178: Checking user_migrations ** [22:18:35 2020-06-12] 178: Checking batch_updates ** [22:18:35 2020-06-12] 178: Checking gears ** [22:18:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:18:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:40 2020-06-12] 178: Checking imports ** [22:18:40 2020-06-12] 178: Checking exports ** [22:18:40 2020-06-12] 178: Checking users ** [22:18:40 2020-06-12] 178: Checking user_dbs ** [22:18:40 2020-06-12] 178: Checking geocodings ** [22:18:40 2020-06-12] 178: Checking synchronizations ** [22:18:40 2020-06-12] 178: Checking tracker ** [22:18:40 2020-06-12] 178: Checking user_migrations ** [22:18:40 2020-06-12] 178: Checking batch_updates ** [22:18:40 2020-06-12] 178: Checking gears ** [22:18:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:18:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:45 2020-06-12] 178: Checking imports ** [22:18:45 2020-06-12] 178: Checking exports ** [22:18:45 2020-06-12] 178: Checking users ** [22:18:45 2020-06-12] 178: Checking user_dbs ** [22:18:45 2020-06-12] 178: Checking geocodings ** [22:18:45 2020-06-12] 178: Checking synchronizations ** [22:18:45 2020-06-12] 178: Checking tracker ** [22:18:45 2020-06-12] 178: Checking user_migrations ** [22:18:45 2020-06-12] 178: Checking batch_updates ** [22:18:45 2020-06-12] 178: Checking gears ** [22:18:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:18:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:50 2020-06-12] 178: Checking imports ** [22:18:50 2020-06-12] 178: Checking exports ** [22:18:50 2020-06-12] 178: Checking users ** [22:18:50 2020-06-12] 178: Checking user_dbs ** [22:18:50 2020-06-12] 178: Checking geocodings ** [22:18:50 2020-06-12] 178: Checking synchronizations ** [22:18:50 2020-06-12] 178: Checking tracker ** [22:18:50 2020-06-12] 178: Checking user_migrations ** [22:18:50 2020-06-12] 178: Checking batch_updates ** [22:18:50 2020-06-12] 178: Checking gears ** [22:18:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:18:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:55 2020-06-12] 178: Checking imports ** [22:18:55 2020-06-12] 178: Checking exports ** [22:18:55 2020-06-12] 178: Checking users ** [22:18:55 2020-06-12] 178: Checking user_dbs ** [22:18:55 2020-06-12] 178: Checking geocodings ** [22:18:55 2020-06-12] 178: Checking synchronizations ** [22:18:55 2020-06-12] 178: Checking tracker ** [22:18:55 2020-06-12] 178: Checking user_migrations ** [22:18:55 2020-06-12] 178: Checking batch_updates ** [22:18:55 2020-06-12] 178: Checking gears ** [22:18:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:18:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:00 2020-06-12] 178: Checking imports ** [22:19:00 2020-06-12] 178: Checking exports ** [22:19:00 2020-06-12] 178: Checking users ** [22:19:00 2020-06-12] 178: Checking user_dbs ** [22:19:00 2020-06-12] 178: Checking geocodings ** [22:19:00 2020-06-12] 178: Checking synchronizations ** [22:19:00 2020-06-12] 178: Checking tracker ** [22:19:00 2020-06-12] 178: Checking user_migrations ** [22:19:00 2020-06-12] 178: Checking batch_updates ** [22:19:00 2020-06-12] 178: Checking gears ** [22:19:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:19:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:05 2020-06-12] 178: Checking imports ** [22:19:05 2020-06-12] 178: Checking exports ** [22:19:05 2020-06-12] 178: Checking users ** [22:19:05 2020-06-12] 178: Checking user_dbs ** [22:19:05 2020-06-12] 178: Checking geocodings ** [22:19:05 2020-06-12] 178: Checking synchronizations ** [22:19:05 2020-06-12] 178: Checking tracker ** [22:19:05 2020-06-12] 178: Checking user_migrations ** [22:19:05 2020-06-12] 178: Checking batch_updates ** [22:19:05 2020-06-12] 178: Checking gears ** [22:19:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:19:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:10 2020-06-12] 178: Checking imports ** [22:19:10 2020-06-12] 178: Checking exports ** [22:19:10 2020-06-12] 178: Checking users ** [22:19:10 2020-06-12] 178: Checking user_dbs ** [22:19:10 2020-06-12] 178: Checking geocodings ** [22:19:10 2020-06-12] 178: Checking synchronizations ** [22:19:10 2020-06-12] 178: Checking tracker ** [22:19:10 2020-06-12] 178: Checking user_migrations ** [22:19:10 2020-06-12] 178: Checking batch_updates ** [22:19:10 2020-06-12] 178: Checking gears ** [22:19:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:19:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:15 2020-06-12] 178: Checking imports ** [22:19:15 2020-06-12] 178: Checking exports ** [22:19:15 2020-06-12] 178: Checking users ** [22:19:15 2020-06-12] 178: Checking user_dbs ** [22:19:15 2020-06-12] 178: Checking geocodings ** [22:19:15 2020-06-12] 178: Checking synchronizations ** [22:19:15 2020-06-12] 178: Checking tracker ** [22:19:15 2020-06-12] 178: Checking user_migrations ** [22:19:15 2020-06-12] 178: Checking batch_updates ** [22:19:15 2020-06-12] 178: Checking gears ** [22:19:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:19:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:20 2020-06-12] 178: Checking imports ** [22:19:20 2020-06-12] 178: Checking exports ** [22:19:20 2020-06-12] 178: Checking users ** [22:19:20 2020-06-12] 178: Checking user_dbs ** [22:19:20 2020-06-12] 178: Checking geocodings ** [22:19:20 2020-06-12] 178: Checking synchronizations ** [22:19:20 2020-06-12] 178: Checking tracker ** [22:19:20 2020-06-12] 178: Checking user_migrations ** [22:19:20 2020-06-12] 178: Checking batch_updates ** [22:19:20 2020-06-12] 178: Checking gears ** [22:19:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:19:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:25 2020-06-12] 178: Checking imports ** [22:19:25 2020-06-12] 178: Checking exports ** [22:19:25 2020-06-12] 178: Checking users ** [22:19:25 2020-06-12] 178: Checking user_dbs ** [22:19:25 2020-06-12] 178: Checking geocodings ** [22:19:25 2020-06-12] 178: Checking synchronizations ** [22:19:25 2020-06-12] 178: Checking tracker ** [22:19:25 2020-06-12] 178: Checking user_migrations ** [22:19:25 2020-06-12] 178: Checking batch_updates ** [22:19:25 2020-06-12] 178: Checking gears ** [22:19:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:19:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:30 2020-06-12] 178: Checking imports ** [22:19:30 2020-06-12] 178: Checking exports ** [22:19:30 2020-06-12] 178: Checking users ** [22:19:30 2020-06-12] 178: Checking user_dbs ** [22:19:30 2020-06-12] 178: Checking geocodings ** [22:19:30 2020-06-12] 178: Checking synchronizations ** [22:19:30 2020-06-12] 178: Checking tracker ** [22:19:30 2020-06-12] 178: Checking user_migrations ** [22:19:30 2020-06-12] 178: Checking batch_updates ** [22:19:30 2020-06-12] 178: Checking gears ** [22:19:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:19:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:35 2020-06-12] 178: Checking imports ** [22:19:35 2020-06-12] 178: Checking exports ** [22:19:35 2020-06-12] 178: Checking users ** [22:19:35 2020-06-12] 178: Checking user_dbs ** [22:19:35 2020-06-12] 178: Checking geocodings ** [22:19:35 2020-06-12] 178: Checking synchronizations ** [22:19:35 2020-06-12] 178: Checking tracker ** [22:19:35 2020-06-12] 178: Checking user_migrations ** [22:19:35 2020-06-12] 178: Checking batch_updates ** [22:19:35 2020-06-12] 178: Checking gears ** [22:19:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:19:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:40 2020-06-12] 178: Checking imports ** [22:19:40 2020-06-12] 178: Checking exports ** [22:19:40 2020-06-12] 178: Checking users ** [22:19:40 2020-06-12] 178: Checking user_dbs ** [22:19:40 2020-06-12] 178: Checking geocodings ** [22:19:40 2020-06-12] 178: Checking synchronizations ** [22:19:40 2020-06-12] 178: Checking tracker ** [22:19:40 2020-06-12] 178: Checking user_migrations ** [22:19:40 2020-06-12] 178: Checking batch_updates ** [22:19:40 2020-06-12] 178: Checking gears ** [22:19:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:19:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:45 2020-06-12] 178: Checking imports ** [22:19:45 2020-06-12] 178: Checking exports ** [22:19:45 2020-06-12] 178: Checking users ** [22:19:45 2020-06-12] 178: Checking user_dbs ** [22:19:45 2020-06-12] 178: Checking geocodings ** [22:19:45 2020-06-12] 178: Checking synchronizations ** [22:19:45 2020-06-12] 178: Checking tracker ** [22:19:45 2020-06-12] 178: Checking user_migrations ** [22:19:45 2020-06-12] 178: Checking batch_updates ** [22:19:45 2020-06-12] 178: Checking gears ** [22:19:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:19:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:50 2020-06-12] 178: Checking imports ** [22:19:50 2020-06-12] 178: Checking exports ** [22:19:50 2020-06-12] 178: Checking users ** [22:19:50 2020-06-12] 178: Checking user_dbs ** [22:19:50 2020-06-12] 178: Checking geocodings ** [22:19:50 2020-06-12] 178: Checking synchronizations ** [22:19:50 2020-06-12] 178: Checking tracker ** [22:19:50 2020-06-12] 178: Checking user_migrations ** [22:19:50 2020-06-12] 178: Checking batch_updates ** [22:19:50 2020-06-12] 178: Checking gears ** [22:19:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:19:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:55 2020-06-12] 178: Checking imports ** [22:19:55 2020-06-12] 178: Checking exports ** [22:19:55 2020-06-12] 178: Checking users ** [22:19:55 2020-06-12] 178: Checking user_dbs ** [22:19:55 2020-06-12] 178: Checking geocodings ** [22:19:55 2020-06-12] 178: Checking synchronizations ** [22:19:55 2020-06-12] 178: Checking tracker ** [22:19:55 2020-06-12] 178: Checking user_migrations ** [22:19:55 2020-06-12] 178: Checking batch_updates ** [22:19:55 2020-06-12] 178: Checking gears ** [22:19:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:19:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:00 2020-06-12] 178: Checking imports ** [22:20:00 2020-06-12] 178: Checking exports ** [22:20:00 2020-06-12] 178: Checking users ** [22:20:00 2020-06-12] 178: Checking user_dbs ** [22:20:00 2020-06-12] 178: Checking geocodings ** [22:20:00 2020-06-12] 178: Checking synchronizations ** [22:20:00 2020-06-12] 178: Checking tracker ** [22:20:00 2020-06-12] 178: Checking user_migrations ** [22:20:00 2020-06-12] 178: Checking batch_updates ** [22:20:00 2020-06-12] 178: Checking gears ** [22:20:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:20:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:05 2020-06-12] 178: Checking imports ** [22:20:05 2020-06-12] 178: Checking exports ** [22:20:05 2020-06-12] 178: Checking users ** [22:20:05 2020-06-12] 178: Checking user_dbs ** [22:20:05 2020-06-12] 178: Checking geocodings ** [22:20:05 2020-06-12] 178: Checking synchronizations ** [22:20:05 2020-06-12] 178: Checking tracker ** [22:20:05 2020-06-12] 178: Checking user_migrations ** [22:20:05 2020-06-12] 178: Checking batch_updates ** [22:20:05 2020-06-12] 178: Checking gears ** [22:20:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:20:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:10 2020-06-12] 178: Checking imports ** [22:20:10 2020-06-12] 178: Checking exports ** [22:20:10 2020-06-12] 178: Checking users ** [22:20:10 2020-06-12] 178: Checking user_dbs ** [22:20:10 2020-06-12] 178: Checking geocodings ** [22:20:10 2020-06-12] 178: Checking synchronizations ** [22:20:10 2020-06-12] 178: Checking tracker ** [22:20:10 2020-06-12] 178: Checking user_migrations ** [22:20:10 2020-06-12] 178: Checking batch_updates ** [22:20:10 2020-06-12] 178: Checking gears ** [22:20:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:20:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:15 2020-06-12] 178: Checking imports ** [22:20:15 2020-06-12] 178: Checking exports ** [22:20:15 2020-06-12] 178: Checking users ** [22:20:15 2020-06-12] 178: Checking user_dbs ** [22:20:15 2020-06-12] 178: Checking geocodings ** [22:20:15 2020-06-12] 178: Checking synchronizations ** [22:20:15 2020-06-12] 178: Checking tracker ** [22:20:15 2020-06-12] 178: Checking user_migrations ** [22:20:15 2020-06-12] 178: Checking batch_updates ** [22:20:15 2020-06-12] 178: Checking gears ** [22:20:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:20:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:20 2020-06-12] 178: Checking imports ** [22:20:20 2020-06-12] 178: Checking exports ** [22:20:20 2020-06-12] 178: Checking users ** [22:20:20 2020-06-12] 178: Checking user_dbs ** [22:20:20 2020-06-12] 178: Checking geocodings ** [22:20:20 2020-06-12] 178: Checking synchronizations ** [22:20:20 2020-06-12] 178: Checking tracker ** [22:20:20 2020-06-12] 178: Checking user_migrations ** [22:20:20 2020-06-12] 178: Checking batch_updates ** [22:20:20 2020-06-12] 178: Checking gears ** [22:20:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:20:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:25 2020-06-12] 178: Checking imports ** [22:20:25 2020-06-12] 178: Checking exports ** [22:20:25 2020-06-12] 178: Checking users ** [22:20:25 2020-06-12] 178: Checking user_dbs ** [22:20:25 2020-06-12] 178: Checking geocodings ** [22:20:25 2020-06-12] 178: Checking synchronizations ** [22:20:25 2020-06-12] 178: Checking tracker ** [22:20:25 2020-06-12] 178: Checking user_migrations ** [22:20:25 2020-06-12] 178: Checking batch_updates ** [22:20:25 2020-06-12] 178: Checking gears ** [22:20:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:20:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:30 2020-06-12] 178: Checking imports ** [22:20:30 2020-06-12] 178: Checking exports ** [22:20:30 2020-06-12] 178: Checking users ** [22:20:30 2020-06-12] 178: Checking user_dbs ** [22:20:30 2020-06-12] 178: Checking geocodings ** [22:20:30 2020-06-12] 178: Checking synchronizations ** [22:20:30 2020-06-12] 178: Checking tracker ** [22:20:30 2020-06-12] 178: Checking user_migrations ** [22:20:30 2020-06-12] 178: Checking batch_updates ** [22:20:30 2020-06-12] 178: Checking gears ** [22:20:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:20:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:35 2020-06-12] 178: Checking imports ** [22:20:35 2020-06-12] 178: Checking exports ** [22:20:35 2020-06-12] 178: Checking users ** [22:20:35 2020-06-12] 178: Checking user_dbs ** [22:20:35 2020-06-12] 178: Checking geocodings ** [22:20:35 2020-06-12] 178: Checking synchronizations ** [22:20:35 2020-06-12] 178: Checking tracker ** [22:20:35 2020-06-12] 178: Checking user_migrations ** [22:20:35 2020-06-12] 178: Checking batch_updates ** [22:20:35 2020-06-12] 178: Checking gears ** [22:20:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:20:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:40 2020-06-12] 178: Checking imports ** [22:20:40 2020-06-12] 178: Checking exports ** [22:20:40 2020-06-12] 178: Checking users ** [22:20:40 2020-06-12] 178: Checking user_dbs ** [22:20:40 2020-06-12] 178: Checking geocodings ** [22:20:40 2020-06-12] 178: Checking synchronizations ** [22:20:40 2020-06-12] 178: Checking tracker ** [22:20:40 2020-06-12] 178: Checking user_migrations ** [22:20:40 2020-06-12] 178: Checking batch_updates ** [22:20:40 2020-06-12] 178: Checking gears ** [22:20:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:20:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:45 2020-06-12] 178: Checking imports ** [22:20:45 2020-06-12] 178: Checking exports ** [22:20:45 2020-06-12] 178: Checking users ** [22:20:45 2020-06-12] 178: Checking user_dbs ** [22:20:45 2020-06-12] 178: Checking geocodings ** [22:20:45 2020-06-12] 178: Checking synchronizations ** [22:20:45 2020-06-12] 178: Checking tracker ** [22:20:45 2020-06-12] 178: Checking user_migrations ** [22:20:45 2020-06-12] 178: Checking batch_updates ** [22:20:45 2020-06-12] 178: Checking gears ** [22:20:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:20:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:50 2020-06-12] 178: Checking imports ** [22:20:50 2020-06-12] 178: Checking exports ** [22:20:50 2020-06-12] 178: Checking users ** [22:20:50 2020-06-12] 178: Checking user_dbs ** [22:20:50 2020-06-12] 178: Checking geocodings ** [22:20:50 2020-06-12] 178: Checking synchronizations ** [22:20:50 2020-06-12] 178: Checking tracker ** [22:20:50 2020-06-12] 178: Checking user_migrations ** [22:20:50 2020-06-12] 178: Checking batch_updates ** [22:20:50 2020-06-12] 178: Checking gears ** [22:20:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:20:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:55 2020-06-12] 178: Checking imports ** [22:20:55 2020-06-12] 178: Checking exports ** [22:20:55 2020-06-12] 178: Checking users ** [22:20:55 2020-06-12] 178: Checking user_dbs ** [22:20:55 2020-06-12] 178: Checking geocodings ** [22:20:55 2020-06-12] 178: Checking synchronizations ** [22:20:55 2020-06-12] 178: Checking tracker ** [22:20:55 2020-06-12] 178: Checking user_migrations ** [22:20:55 2020-06-12] 178: Checking batch_updates ** [22:20:55 2020-06-12] 178: Checking gears ** [22:20:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:20:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:00 2020-06-12] 178: Checking imports ** [22:21:00 2020-06-12] 178: Checking exports ** [22:21:00 2020-06-12] 178: Checking users ** [22:21:00 2020-06-12] 178: Checking user_dbs ** [22:21:00 2020-06-12] 178: Checking geocodings ** [22:21:00 2020-06-12] 178: Checking synchronizations ** [22:21:00 2020-06-12] 178: Checking tracker ** [22:21:00 2020-06-12] 178: Checking user_migrations ** [22:21:00 2020-06-12] 178: Checking batch_updates ** [22:21:00 2020-06-12] 178: Checking gears ** [22:21:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:21:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:05 2020-06-12] 178: Checking imports ** [22:21:05 2020-06-12] 178: Checking exports ** [22:21:05 2020-06-12] 178: Checking users ** [22:21:05 2020-06-12] 178: Checking user_dbs ** [22:21:05 2020-06-12] 178: Checking geocodings ** [22:21:05 2020-06-12] 178: Checking synchronizations ** [22:21:05 2020-06-12] 178: Checking tracker ** [22:21:05 2020-06-12] 178: Checking user_migrations ** [22:21:05 2020-06-12] 178: Checking batch_updates ** [22:21:05 2020-06-12] 178: Checking gears ** [22:21:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:21:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:10 2020-06-12] 178: Checking imports ** [22:21:10 2020-06-12] 178: Checking exports ** [22:21:10 2020-06-12] 178: Checking users ** [22:21:10 2020-06-12] 178: Checking user_dbs ** [22:21:10 2020-06-12] 178: Checking geocodings ** [22:21:10 2020-06-12] 178: Checking synchronizations ** [22:21:10 2020-06-12] 178: Checking tracker ** [22:21:10 2020-06-12] 178: Checking user_migrations ** [22:21:10 2020-06-12] 178: Checking batch_updates ** [22:21:10 2020-06-12] 178: Checking gears ** [22:21:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:21:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:15 2020-06-12] 178: Checking imports ** [22:21:15 2020-06-12] 178: Checking exports ** [22:21:15 2020-06-12] 178: Checking users ** [22:21:15 2020-06-12] 178: Checking user_dbs ** [22:21:15 2020-06-12] 178: Checking geocodings ** [22:21:15 2020-06-12] 178: Checking synchronizations ** [22:21:15 2020-06-12] 178: Checking tracker ** [22:21:15 2020-06-12] 178: Checking user_migrations ** [22:21:15 2020-06-12] 178: Checking batch_updates ** [22:21:15 2020-06-12] 178: Checking gears ** [22:21:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:21:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:20 2020-06-12] 178: Checking imports ** [22:21:20 2020-06-12] 178: Checking exports ** [22:21:20 2020-06-12] 178: Checking users ** [22:21:20 2020-06-12] 178: Checking user_dbs ** [22:21:20 2020-06-12] 178: Checking geocodings ** [22:21:20 2020-06-12] 178: Checking synchronizations ** [22:21:20 2020-06-12] 178: Checking tracker ** [22:21:20 2020-06-12] 178: Checking user_migrations ** [22:21:20 2020-06-12] 178: Checking batch_updates ** [22:21:20 2020-06-12] 178: Checking gears ** [22:21:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:21:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:25 2020-06-12] 178: Checking imports ** [22:21:25 2020-06-12] 178: Checking exports ** [22:21:25 2020-06-12] 178: Checking users ** [22:21:25 2020-06-12] 178: Checking user_dbs ** [22:21:25 2020-06-12] 178: Checking geocodings ** [22:21:25 2020-06-12] 178: Checking synchronizations ** [22:21:25 2020-06-12] 178: Checking tracker ** [22:21:25 2020-06-12] 178: Checking user_migrations ** [22:21:25 2020-06-12] 178: Checking batch_updates ** [22:21:25 2020-06-12] 178: Checking gears ** [22:21:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:21:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:30 2020-06-12] 178: Checking imports ** [22:21:30 2020-06-12] 178: Checking exports ** [22:21:30 2020-06-12] 178: Checking users ** [22:21:30 2020-06-12] 178: Checking user_dbs ** [22:21:30 2020-06-12] 178: Checking geocodings ** [22:21:30 2020-06-12] 178: Checking synchronizations ** [22:21:30 2020-06-12] 178: Checking tracker ** [22:21:30 2020-06-12] 178: Checking user_migrations ** [22:21:30 2020-06-12] 178: Checking batch_updates ** [22:21:30 2020-06-12] 178: Checking gears ** [22:21:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:21:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:35 2020-06-12] 178: Checking imports ** [22:21:35 2020-06-12] 178: Checking exports ** [22:21:35 2020-06-12] 178: Checking users ** [22:21:35 2020-06-12] 178: Checking user_dbs ** [22:21:35 2020-06-12] 178: Checking geocodings ** [22:21:35 2020-06-12] 178: Checking synchronizations ** [22:21:35 2020-06-12] 178: Checking tracker ** [22:21:35 2020-06-12] 178: Checking user_migrations ** [22:21:35 2020-06-12] 178: Checking batch_updates ** [22:21:35 2020-06-12] 178: Checking gears ** [22:21:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:21:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:40 2020-06-12] 178: Checking imports ** [22:21:40 2020-06-12] 178: Checking exports ** [22:21:40 2020-06-12] 178: Checking users ** [22:21:40 2020-06-12] 178: Checking user_dbs ** [22:21:40 2020-06-12] 178: Checking geocodings ** [22:21:40 2020-06-12] 178: Checking synchronizations ** [22:21:40 2020-06-12] 178: Checking tracker ** [22:21:40 2020-06-12] 178: Checking user_migrations ** [22:21:40 2020-06-12] 178: Checking batch_updates ** [22:21:40 2020-06-12] 178: Checking gears ** [22:21:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:21:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:45 2020-06-12] 178: Checking imports ** [22:21:45 2020-06-12] 178: Checking exports ** [22:21:45 2020-06-12] 178: Checking users ** [22:21:45 2020-06-12] 178: Checking user_dbs ** [22:21:45 2020-06-12] 178: Checking geocodings ** [22:21:45 2020-06-12] 178: Checking synchronizations ** [22:21:45 2020-06-12] 178: Checking tracker ** [22:21:45 2020-06-12] 178: Checking user_migrations ** [22:21:45 2020-06-12] 178: Checking batch_updates ** [22:21:45 2020-06-12] 178: Checking gears ** [22:21:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:21:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:50 2020-06-12] 178: Checking imports ** [22:21:50 2020-06-12] 178: Checking exports ** [22:21:50 2020-06-12] 178: Checking users ** [22:21:50 2020-06-12] 178: Checking user_dbs ** [22:21:50 2020-06-12] 178: Checking geocodings ** [22:21:50 2020-06-12] 178: Checking synchronizations ** [22:21:50 2020-06-12] 178: Checking tracker ** [22:21:50 2020-06-12] 178: Checking user_migrations ** [22:21:50 2020-06-12] 178: Checking batch_updates ** [22:21:50 2020-06-12] 178: Checking gears ** [22:21:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:21:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:55 2020-06-12] 178: Checking imports ** [22:21:55 2020-06-12] 178: Checking exports ** [22:21:55 2020-06-12] 178: Checking users ** [22:21:55 2020-06-12] 178: Checking user_dbs ** [22:21:55 2020-06-12] 178: Checking geocodings ** [22:21:55 2020-06-12] 178: Checking synchronizations ** [22:21:55 2020-06-12] 178: Checking tracker ** [22:21:55 2020-06-12] 178: Checking user_migrations ** [22:21:55 2020-06-12] 178: Checking batch_updates ** [22:21:55 2020-06-12] 178: Checking gears ** [22:21:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:21:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:00 2020-06-12] 178: Checking imports ** [22:22:00 2020-06-12] 178: Checking exports ** [22:22:00 2020-06-12] 178: Checking users ** [22:22:00 2020-06-12] 178: Checking user_dbs ** [22:22:00 2020-06-12] 178: Checking geocodings ** [22:22:00 2020-06-12] 178: Checking synchronizations ** [22:22:00 2020-06-12] 178: Checking tracker ** [22:22:00 2020-06-12] 178: Checking user_migrations ** [22:22:00 2020-06-12] 178: Checking batch_updates ** [22:22:00 2020-06-12] 178: Checking gears ** [22:22:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:22:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:05 2020-06-12] 178: Checking imports ** [22:22:05 2020-06-12] 178: Checking exports ** [22:22:05 2020-06-12] 178: Checking users ** [22:22:05 2020-06-12] 178: Checking user_dbs ** [22:22:05 2020-06-12] 178: Checking geocodings ** [22:22:05 2020-06-12] 178: Checking synchronizations ** [22:22:05 2020-06-12] 178: Checking tracker ** [22:22:05 2020-06-12] 178: Checking user_migrations ** [22:22:05 2020-06-12] 178: Checking batch_updates ** [22:22:05 2020-06-12] 178: Checking gears ** [22:22:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:22:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:10 2020-06-12] 178: Checking imports ** [22:22:10 2020-06-12] 178: Checking exports ** [22:22:10 2020-06-12] 178: Checking users ** [22:22:10 2020-06-12] 178: Checking user_dbs ** [22:22:10 2020-06-12] 178: Checking geocodings ** [22:22:10 2020-06-12] 178: Checking synchronizations ** [22:22:10 2020-06-12] 178: Checking tracker ** [22:22:10 2020-06-12] 178: Checking user_migrations ** [22:22:10 2020-06-12] 178: Checking batch_updates ** [22:22:10 2020-06-12] 178: Checking gears ** [22:22:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:22:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:15 2020-06-12] 178: Checking imports ** [22:22:15 2020-06-12] 178: Checking exports ** [22:22:15 2020-06-12] 178: Checking users ** [22:22:15 2020-06-12] 178: Checking user_dbs ** [22:22:15 2020-06-12] 178: Checking geocodings ** [22:22:15 2020-06-12] 178: Checking synchronizations ** [22:22:15 2020-06-12] 178: Checking tracker ** [22:22:15 2020-06-12] 178: Checking user_migrations ** [22:22:15 2020-06-12] 178: Checking batch_updates ** [22:22:15 2020-06-12] 178: Checking gears ** [22:22:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:22:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:20 2020-06-12] 178: Checking imports ** [22:22:20 2020-06-12] 178: Checking exports ** [22:22:20 2020-06-12] 178: Checking users ** [22:22:20 2020-06-12] 178: Checking user_dbs ** [22:22:20 2020-06-12] 178: Checking geocodings ** [22:22:20 2020-06-12] 178: Checking synchronizations ** [22:22:20 2020-06-12] 178: Checking tracker ** [22:22:20 2020-06-12] 178: Checking user_migrations ** [22:22:20 2020-06-12] 178: Checking batch_updates ** [22:22:20 2020-06-12] 178: Checking gears ** [22:22:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:22:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:25 2020-06-12] 178: Checking imports ** [22:22:25 2020-06-12] 178: Checking exports ** [22:22:25 2020-06-12] 178: Checking users ** [22:22:25 2020-06-12] 178: Checking user_dbs ** [22:22:25 2020-06-12] 178: Checking geocodings ** [22:22:25 2020-06-12] 178: Checking synchronizations ** [22:22:25 2020-06-12] 178: Checking tracker ** [22:22:25 2020-06-12] 178: Checking user_migrations ** [22:22:25 2020-06-12] 178: Checking batch_updates ** [22:22:25 2020-06-12] 178: Checking gears ** [22:22:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:22:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:30 2020-06-12] 178: Checking imports ** [22:22:30 2020-06-12] 178: Checking exports ** [22:22:30 2020-06-12] 178: Checking users ** [22:22:30 2020-06-12] 178: Checking user_dbs ** [22:22:30 2020-06-12] 178: Checking geocodings ** [22:22:30 2020-06-12] 178: Checking synchronizations ** [22:22:30 2020-06-12] 178: Checking tracker ** [22:22:30 2020-06-12] 178: Checking user_migrations ** [22:22:30 2020-06-12] 178: Checking batch_updates ** [22:22:30 2020-06-12] 178: Checking gears ** [22:22:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:22:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:35 2020-06-12] 178: Checking imports ** [22:22:35 2020-06-12] 178: Checking exports ** [22:22:35 2020-06-12] 178: Checking users ** [22:22:35 2020-06-12] 178: Checking user_dbs ** [22:22:35 2020-06-12] 178: Checking geocodings ** [22:22:35 2020-06-12] 178: Checking synchronizations ** [22:22:35 2020-06-12] 178: Checking tracker ** [22:22:35 2020-06-12] 178: Checking user_migrations ** [22:22:35 2020-06-12] 178: Checking batch_updates ** [22:22:35 2020-06-12] 178: Checking gears ** [22:22:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:22:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:40 2020-06-12] 178: Checking imports ** [22:22:40 2020-06-12] 178: Checking exports ** [22:22:40 2020-06-12] 178: Checking users ** [22:22:40 2020-06-12] 178: Checking user_dbs ** [22:22:40 2020-06-12] 178: Checking geocodings ** [22:22:40 2020-06-12] 178: Checking synchronizations ** [22:22:40 2020-06-12] 178: Checking tracker ** [22:22:40 2020-06-12] 178: Checking user_migrations ** [22:22:40 2020-06-12] 178: Checking batch_updates ** [22:22:40 2020-06-12] 178: Checking gears ** [22:22:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:22:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:45 2020-06-12] 178: Checking imports ** [22:22:45 2020-06-12] 178: Checking exports ** [22:22:45 2020-06-12] 178: Checking users ** [22:22:45 2020-06-12] 178: Checking user_dbs ** [22:22:45 2020-06-12] 178: Checking geocodings ** [22:22:45 2020-06-12] 178: Checking synchronizations ** [22:22:45 2020-06-12] 178: Checking tracker ** [22:22:45 2020-06-12] 178: Checking user_migrations ** [22:22:45 2020-06-12] 178: Checking batch_updates ** [22:22:45 2020-06-12] 178: Checking gears ** [22:22:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:22:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:50 2020-06-12] 178: Checking imports ** [22:22:50 2020-06-12] 178: Checking exports ** [22:22:50 2020-06-12] 178: Checking users ** [22:22:50 2020-06-12] 178: Checking user_dbs ** [22:22:50 2020-06-12] 178: Checking geocodings ** [22:22:50 2020-06-12] 178: Checking synchronizations ** [22:22:50 2020-06-12] 178: Checking tracker ** [22:22:50 2020-06-12] 178: Checking user_migrations ** [22:22:50 2020-06-12] 178: Checking batch_updates ** [22:22:50 2020-06-12] 178: Checking gears ** [22:22:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:22:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:55 2020-06-12] 178: Checking imports ** [22:22:55 2020-06-12] 178: Checking exports ** [22:22:55 2020-06-12] 178: Checking users ** [22:22:55 2020-06-12] 178: Checking user_dbs ** [22:22:55 2020-06-12] 178: Checking geocodings ** [22:22:55 2020-06-12] 178: Checking synchronizations ** [22:22:55 2020-06-12] 178: Checking tracker ** [22:22:55 2020-06-12] 178: Checking user_migrations ** [22:22:55 2020-06-12] 178: Checking batch_updates ** [22:22:55 2020-06-12] 178: Checking gears ** [22:22:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:22:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:00 2020-06-12] 178: Checking imports ** [22:23:00 2020-06-12] 178: Checking exports ** [22:23:00 2020-06-12] 178: Checking users ** [22:23:00 2020-06-12] 178: Checking user_dbs ** [22:23:00 2020-06-12] 178: Checking geocodings ** [22:23:00 2020-06-12] 178: Checking synchronizations ** [22:23:00 2020-06-12] 178: Checking tracker ** [22:23:00 2020-06-12] 178: Checking user_migrations ** [22:23:00 2020-06-12] 178: Checking batch_updates ** [22:23:00 2020-06-12] 178: Checking gears ** [22:23:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:23:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:05 2020-06-12] 178: Checking imports ** [22:23:05 2020-06-12] 178: Checking exports ** [22:23:05 2020-06-12] 178: Checking users ** [22:23:05 2020-06-12] 178: Checking user_dbs ** [22:23:05 2020-06-12] 178: Checking geocodings ** [22:23:05 2020-06-12] 178: Checking synchronizations ** [22:23:05 2020-06-12] 178: Checking tracker ** [22:23:05 2020-06-12] 178: Checking user_migrations ** [22:23:05 2020-06-12] 178: Checking batch_updates ** [22:23:05 2020-06-12] 178: Checking gears ** [22:23:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:23:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:10 2020-06-12] 178: Checking imports ** [22:23:10 2020-06-12] 178: Checking exports ** [22:23:10 2020-06-12] 178: Checking users ** [22:23:10 2020-06-12] 178: Checking user_dbs ** [22:23:10 2020-06-12] 178: Checking geocodings ** [22:23:10 2020-06-12] 178: Checking synchronizations ** [22:23:10 2020-06-12] 178: Checking tracker ** [22:23:10 2020-06-12] 178: Checking user_migrations ** [22:23:10 2020-06-12] 178: Checking batch_updates ** [22:23:10 2020-06-12] 178: Checking gears ** [22:23:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:23:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:15 2020-06-12] 178: Checking imports ** [22:23:15 2020-06-12] 178: Checking exports ** [22:23:15 2020-06-12] 178: Checking users ** [22:23:15 2020-06-12] 178: Checking user_dbs ** [22:23:15 2020-06-12] 178: Checking geocodings ** [22:23:15 2020-06-12] 178: Checking synchronizations ** [22:23:15 2020-06-12] 178: Checking tracker ** [22:23:15 2020-06-12] 178: Checking user_migrations ** [22:23:15 2020-06-12] 178: Checking batch_updates ** [22:23:15 2020-06-12] 178: Checking gears ** [22:23:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:23:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:20 2020-06-12] 178: Checking imports ** [22:23:20 2020-06-12] 178: Checking exports ** [22:23:20 2020-06-12] 178: Checking users ** [22:23:20 2020-06-12] 178: Checking user_dbs ** [22:23:20 2020-06-12] 178: Checking geocodings ** [22:23:20 2020-06-12] 178: Checking synchronizations ** [22:23:20 2020-06-12] 178: Checking tracker ** [22:23:20 2020-06-12] 178: Checking user_migrations ** [22:23:20 2020-06-12] 178: Checking batch_updates ** [22:23:20 2020-06-12] 178: Checking gears ** [22:23:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:23:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:25 2020-06-12] 178: Checking imports ** [22:23:25 2020-06-12] 178: Checking exports ** [22:23:25 2020-06-12] 178: Checking users ** [22:23:25 2020-06-12] 178: Checking user_dbs ** [22:23:25 2020-06-12] 178: Checking geocodings ** [22:23:25 2020-06-12] 178: Checking synchronizations ** [22:23:25 2020-06-12] 178: Checking tracker ** [22:23:25 2020-06-12] 178: Checking user_migrations ** [22:23:25 2020-06-12] 178: Checking batch_updates ** [22:23:25 2020-06-12] 178: Checking gears ** [22:23:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:23:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:30 2020-06-12] 178: Checking imports ** [22:23:30 2020-06-12] 178: Checking exports ** [22:23:30 2020-06-12] 178: Checking users ** [22:23:30 2020-06-12] 178: Checking user_dbs ** [22:23:30 2020-06-12] 178: Checking geocodings ** [22:23:30 2020-06-12] 178: Checking synchronizations ** [22:23:30 2020-06-12] 178: Checking tracker ** [22:23:30 2020-06-12] 178: Checking user_migrations ** [22:23:30 2020-06-12] 178: Checking batch_updates ** [22:23:30 2020-06-12] 178: Checking gears ** [22:23:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:23:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:35 2020-06-12] 178: Checking imports ** [22:23:35 2020-06-12] 178: Checking exports ** [22:23:35 2020-06-12] 178: Checking users ** [22:23:35 2020-06-12] 178: Checking user_dbs ** [22:23:35 2020-06-12] 178: Checking geocodings ** [22:23:35 2020-06-12] 178: Checking synchronizations ** [22:23:35 2020-06-12] 178: Checking tracker ** [22:23:35 2020-06-12] 178: Checking user_migrations ** [22:23:35 2020-06-12] 178: Checking batch_updates ** [22:23:35 2020-06-12] 178: Checking gears ** [22:23:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:23:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:40 2020-06-12] 178: Checking imports ** [22:23:40 2020-06-12] 178: Checking exports ** [22:23:40 2020-06-12] 178: Checking users ** [22:23:40 2020-06-12] 178: Checking user_dbs ** [22:23:40 2020-06-12] 178: Checking geocodings ** [22:23:40 2020-06-12] 178: Checking synchronizations ** [22:23:40 2020-06-12] 178: Checking tracker ** [22:23:40 2020-06-12] 178: Checking user_migrations ** [22:23:40 2020-06-12] 178: Checking batch_updates ** [22:23:40 2020-06-12] 178: Checking gears ** [22:23:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:23:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:45 2020-06-12] 178: Checking imports ** [22:23:45 2020-06-12] 178: Checking exports ** [22:23:45 2020-06-12] 178: Checking users ** [22:23:45 2020-06-12] 178: Checking user_dbs ** [22:23:45 2020-06-12] 178: Checking geocodings ** [22:23:45 2020-06-12] 178: Checking synchronizations ** [22:23:45 2020-06-12] 178: Checking tracker ** [22:23:45 2020-06-12] 178: Checking user_migrations ** [22:23:45 2020-06-12] 178: Checking batch_updates ** [22:23:45 2020-06-12] 178: Checking gears ** [22:23:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:23:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:50 2020-06-12] 178: Checking imports ** [22:23:50 2020-06-12] 178: Checking exports ** [22:23:50 2020-06-12] 178: Checking users ** [22:23:50 2020-06-12] 178: Checking user_dbs ** [22:23:50 2020-06-12] 178: Checking geocodings ** [22:23:50 2020-06-12] 178: Checking synchronizations ** [22:23:50 2020-06-12] 178: Checking tracker ** [22:23:50 2020-06-12] 178: Checking user_migrations ** [22:23:50 2020-06-12] 178: Checking batch_updates ** [22:23:50 2020-06-12] 178: Checking gears ** [22:23:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:23:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:55 2020-06-12] 178: Checking imports ** [22:23:55 2020-06-12] 178: Checking exports ** [22:23:55 2020-06-12] 178: Checking users ** [22:23:55 2020-06-12] 178: Checking user_dbs ** [22:23:55 2020-06-12] 178: Checking geocodings ** [22:23:55 2020-06-12] 178: Checking synchronizations ** [22:23:55 2020-06-12] 178: Checking tracker ** [22:23:55 2020-06-12] 178: Checking user_migrations ** [22:23:55 2020-06-12] 178: Checking batch_updates ** [22:23:55 2020-06-12] 178: Checking gears ** [22:23:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:23:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:00 2020-06-12] 178: Checking imports ** [22:24:00 2020-06-12] 178: Checking exports ** [22:24:00 2020-06-12] 178: Checking users ** [22:24:00 2020-06-12] 178: Checking user_dbs ** [22:24:00 2020-06-12] 178: Checking geocodings ** [22:24:00 2020-06-12] 178: Checking synchronizations ** [22:24:00 2020-06-12] 178: Checking tracker ** [22:24:00 2020-06-12] 178: Checking user_migrations ** [22:24:00 2020-06-12] 178: Checking batch_updates ** [22:24:00 2020-06-12] 178: Checking gears ** [22:24:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:24:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:06 2020-06-12] 178: Checking imports ** [22:24:06 2020-06-12] 178: Checking exports ** [22:24:06 2020-06-12] 178: Checking users ** [22:24:06 2020-06-12] 178: Checking user_dbs ** [22:24:06 2020-06-12] 178: Checking geocodings ** [22:24:06 2020-06-12] 178: Checking synchronizations ** [22:24:06 2020-06-12] 178: Checking tracker ** [22:24:06 2020-06-12] 178: Checking user_migrations ** [22:24:06 2020-06-12] 178: Checking batch_updates ** [22:24:06 2020-06-12] 178: Checking gears ** [22:24:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:24:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:11 2020-06-12] 178: Checking imports ** [22:24:11 2020-06-12] 178: Checking exports ** [22:24:11 2020-06-12] 178: Checking users ** [22:24:11 2020-06-12] 178: Checking user_dbs ** [22:24:11 2020-06-12] 178: Checking geocodings ** [22:24:11 2020-06-12] 178: Checking synchronizations ** [22:24:11 2020-06-12] 178: Checking tracker ** [22:24:11 2020-06-12] 178: Checking user_migrations ** [22:24:11 2020-06-12] 178: Checking batch_updates ** [22:24:11 2020-06-12] 178: Checking gears ** [22:24:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:24:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:16 2020-06-12] 178: Checking imports ** [22:24:16 2020-06-12] 178: Checking exports ** [22:24:16 2020-06-12] 178: Checking users ** [22:24:16 2020-06-12] 178: Checking user_dbs ** [22:24:16 2020-06-12] 178: Checking geocodings ** [22:24:16 2020-06-12] 178: Checking synchronizations ** [22:24:16 2020-06-12] 178: Checking tracker ** [22:24:16 2020-06-12] 178: Checking user_migrations ** [22:24:16 2020-06-12] 178: Checking batch_updates ** [22:24:16 2020-06-12] 178: Checking gears ** [22:24:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:24:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:21 2020-06-12] 178: Checking imports ** [22:24:21 2020-06-12] 178: Checking exports ** [22:24:21 2020-06-12] 178: Checking users ** [22:24:21 2020-06-12] 178: Checking user_dbs ** [22:24:21 2020-06-12] 178: Checking geocodings ** [22:24:21 2020-06-12] 178: Checking synchronizations ** [22:24:21 2020-06-12] 178: Checking tracker ** [22:24:21 2020-06-12] 178: Checking user_migrations ** [22:24:21 2020-06-12] 178: Checking batch_updates ** [22:24:21 2020-06-12] 178: Checking gears ** [22:24:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:24:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:26 2020-06-12] 178: Checking imports ** [22:24:26 2020-06-12] 178: Checking exports ** [22:24:26 2020-06-12] 178: Checking users ** [22:24:26 2020-06-12] 178: Checking user_dbs ** [22:24:26 2020-06-12] 178: Checking geocodings ** [22:24:26 2020-06-12] 178: Checking synchronizations ** [22:24:26 2020-06-12] 178: Checking tracker ** [22:24:26 2020-06-12] 178: Checking user_migrations ** [22:24:26 2020-06-12] 178: Checking batch_updates ** [22:24:26 2020-06-12] 178: Checking gears ** [22:24:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:24:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:31 2020-06-12] 178: Checking imports ** [22:24:31 2020-06-12] 178: Checking exports ** [22:24:31 2020-06-12] 178: Checking users ** [22:24:31 2020-06-12] 178: Checking user_dbs ** [22:24:31 2020-06-12] 178: Checking geocodings ** [22:24:31 2020-06-12] 178: Checking synchronizations ** [22:24:31 2020-06-12] 178: Checking tracker ** [22:24:31 2020-06-12] 178: Checking user_migrations ** [22:24:31 2020-06-12] 178: Checking batch_updates ** [22:24:31 2020-06-12] 178: Checking gears ** [22:24:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:24:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:36 2020-06-12] 178: Checking imports ** [22:24:36 2020-06-12] 178: Checking exports ** [22:24:36 2020-06-12] 178: Checking users ** [22:24:36 2020-06-12] 178: Checking user_dbs ** [22:24:36 2020-06-12] 178: Checking geocodings ** [22:24:36 2020-06-12] 178: Checking synchronizations ** [22:24:36 2020-06-12] 178: Checking tracker ** [22:24:36 2020-06-12] 178: Checking user_migrations ** [22:24:36 2020-06-12] 178: Checking batch_updates ** [22:24:36 2020-06-12] 178: Checking gears ** [22:24:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:24:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:41 2020-06-12] 178: Checking imports ** [22:24:41 2020-06-12] 178: Checking exports ** [22:24:41 2020-06-12] 178: Checking users ** [22:24:41 2020-06-12] 178: Checking user_dbs ** [22:24:41 2020-06-12] 178: Checking geocodings ** [22:24:41 2020-06-12] 178: Checking synchronizations ** [22:24:41 2020-06-12] 178: Checking tracker ** [22:24:41 2020-06-12] 178: Checking user_migrations ** [22:24:41 2020-06-12] 178: Checking batch_updates ** [22:24:41 2020-06-12] 178: Checking gears ** [22:24:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:24:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:46 2020-06-12] 178: Checking imports ** [22:24:46 2020-06-12] 178: Checking exports ** [22:24:46 2020-06-12] 178: Checking users ** [22:24:46 2020-06-12] 178: Checking user_dbs ** [22:24:46 2020-06-12] 178: Checking geocodings ** [22:24:46 2020-06-12] 178: Checking synchronizations ** [22:24:46 2020-06-12] 178: Checking tracker ** [22:24:46 2020-06-12] 178: Checking user_migrations ** [22:24:46 2020-06-12] 178: Checking batch_updates ** [22:24:46 2020-06-12] 178: Checking gears ** [22:24:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:24:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:51 2020-06-12] 178: Checking imports ** [22:24:51 2020-06-12] 178: Checking exports ** [22:24:51 2020-06-12] 178: Checking users ** [22:24:51 2020-06-12] 178: Checking user_dbs ** [22:24:51 2020-06-12] 178: Checking geocodings ** [22:24:51 2020-06-12] 178: Checking synchronizations ** [22:24:51 2020-06-12] 178: Checking tracker ** [22:24:51 2020-06-12] 178: Checking user_migrations ** [22:24:51 2020-06-12] 178: Checking batch_updates ** [22:24:51 2020-06-12] 178: Checking gears ** [22:24:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:24:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:56 2020-06-12] 178: Checking imports ** [22:24:56 2020-06-12] 178: Checking exports ** [22:24:56 2020-06-12] 178: Checking users ** [22:24:56 2020-06-12] 178: Checking user_dbs ** [22:24:56 2020-06-12] 178: Checking geocodings ** [22:24:56 2020-06-12] 178: Checking synchronizations ** [22:24:56 2020-06-12] 178: Checking tracker ** [22:24:56 2020-06-12] 178: Checking user_migrations ** [22:24:56 2020-06-12] 178: Checking batch_updates ** [22:24:56 2020-06-12] 178: Checking gears ** [22:24:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:24:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:01 2020-06-12] 178: Checking imports ** [22:25:01 2020-06-12] 178: Checking exports ** [22:25:01 2020-06-12] 178: Checking users ** [22:25:01 2020-06-12] 178: Checking user_dbs ** [22:25:01 2020-06-12] 178: Checking geocodings ** [22:25:01 2020-06-12] 178: Checking synchronizations ** [22:25:01 2020-06-12] 178: Checking tracker ** [22:25:01 2020-06-12] 178: Checking user_migrations ** [22:25:01 2020-06-12] 178: Checking batch_updates ** [22:25:01 2020-06-12] 178: Checking gears ** [22:25:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:25:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:06 2020-06-12] 178: Checking imports ** [22:25:06 2020-06-12] 178: Checking exports ** [22:25:06 2020-06-12] 178: Checking users ** [22:25:06 2020-06-12] 178: Checking user_dbs ** [22:25:06 2020-06-12] 178: Checking geocodings ** [22:25:06 2020-06-12] 178: Checking synchronizations ** [22:25:06 2020-06-12] 178: Checking tracker ** [22:25:06 2020-06-12] 178: Checking user_migrations ** [22:25:06 2020-06-12] 178: Checking batch_updates ** [22:25:06 2020-06-12] 178: Checking gears ** [22:25:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:25:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:11 2020-06-12] 178: Checking imports ** [22:25:11 2020-06-12] 178: Checking exports ** [22:25:11 2020-06-12] 178: Checking users ** [22:25:11 2020-06-12] 178: Checking user_dbs ** [22:25:11 2020-06-12] 178: Checking geocodings ** [22:25:11 2020-06-12] 178: Checking synchronizations ** [22:25:11 2020-06-12] 178: Checking tracker ** [22:25:11 2020-06-12] 178: Checking user_migrations ** [22:25:11 2020-06-12] 178: Checking batch_updates ** [22:25:11 2020-06-12] 178: Checking gears ** [22:25:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:25:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:16 2020-06-12] 178: Checking imports ** [22:25:16 2020-06-12] 178: Checking exports ** [22:25:16 2020-06-12] 178: Checking users ** [22:25:16 2020-06-12] 178: Checking user_dbs ** [22:25:16 2020-06-12] 178: Checking geocodings ** [22:25:16 2020-06-12] 178: Checking synchronizations ** [22:25:16 2020-06-12] 178: Checking tracker ** [22:25:16 2020-06-12] 178: Checking user_migrations ** [22:25:16 2020-06-12] 178: Checking batch_updates ** [22:25:16 2020-06-12] 178: Checking gears ** [22:25:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:25:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:21 2020-06-12] 178: Checking imports ** [22:25:21 2020-06-12] 178: Checking exports ** [22:25:21 2020-06-12] 178: Checking users ** [22:25:21 2020-06-12] 178: Checking user_dbs ** [22:25:21 2020-06-12] 178: Checking geocodings ** [22:25:21 2020-06-12] 178: Checking synchronizations ** [22:25:21 2020-06-12] 178: Checking tracker ** [22:25:21 2020-06-12] 178: Checking user_migrations ** [22:25:21 2020-06-12] 178: Checking batch_updates ** [22:25:21 2020-06-12] 178: Checking gears ** [22:25:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:25:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:26 2020-06-12] 178: Checking imports ** [22:25:26 2020-06-12] 178: Checking exports ** [22:25:26 2020-06-12] 178: Checking users ** [22:25:26 2020-06-12] 178: Checking user_dbs ** [22:25:26 2020-06-12] 178: Checking geocodings ** [22:25:26 2020-06-12] 178: Checking synchronizations ** [22:25:26 2020-06-12] 178: Checking tracker ** [22:25:26 2020-06-12] 178: Checking user_migrations ** [22:25:26 2020-06-12] 178: Checking batch_updates ** [22:25:26 2020-06-12] 178: Checking gears ** [22:25:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:25:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:31 2020-06-12] 178: Checking imports ** [22:25:31 2020-06-12] 178: Checking exports ** [22:25:31 2020-06-12] 178: Checking users ** [22:25:31 2020-06-12] 178: Checking user_dbs ** [22:25:31 2020-06-12] 178: Checking geocodings ** [22:25:31 2020-06-12] 178: Checking synchronizations ** [22:25:31 2020-06-12] 178: Checking tracker ** [22:25:31 2020-06-12] 178: Checking user_migrations ** [22:25:31 2020-06-12] 178: Checking batch_updates ** [22:25:31 2020-06-12] 178: Checking gears ** [22:25:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:25:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:36 2020-06-12] 178: Checking imports ** [22:25:36 2020-06-12] 178: Checking exports ** [22:25:36 2020-06-12] 178: Checking users ** [22:25:36 2020-06-12] 178: Checking user_dbs ** [22:25:36 2020-06-12] 178: Checking geocodings ** [22:25:36 2020-06-12] 178: Checking synchronizations ** [22:25:36 2020-06-12] 178: Checking tracker ** [22:25:36 2020-06-12] 178: Checking user_migrations ** [22:25:36 2020-06-12] 178: Checking batch_updates ** [22:25:36 2020-06-12] 178: Checking gears ** [22:25:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:25:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:41 2020-06-12] 178: Checking imports ** [22:25:41 2020-06-12] 178: Checking exports ** [22:25:41 2020-06-12] 178: Checking users ** [22:25:41 2020-06-12] 178: Checking user_dbs ** [22:25:41 2020-06-12] 178: Checking geocodings ** [22:25:41 2020-06-12] 178: Checking synchronizations ** [22:25:41 2020-06-12] 178: Checking tracker ** [22:25:41 2020-06-12] 178: Checking user_migrations ** [22:25:41 2020-06-12] 178: Checking batch_updates ** [22:25:41 2020-06-12] 178: Checking gears ** [22:25:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:25:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:46 2020-06-12] 178: Checking imports ** [22:25:46 2020-06-12] 178: Checking exports ** [22:25:46 2020-06-12] 178: Checking users ** [22:25:46 2020-06-12] 178: Checking user_dbs ** [22:25:46 2020-06-12] 178: Checking geocodings ** [22:25:46 2020-06-12] 178: Checking synchronizations ** [22:25:46 2020-06-12] 178: Checking tracker ** [22:25:46 2020-06-12] 178: Checking user_migrations ** [22:25:46 2020-06-12] 178: Checking batch_updates ** [22:25:46 2020-06-12] 178: Checking gears ** [22:25:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:25:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:51 2020-06-12] 178: Checking imports ** [22:25:51 2020-06-12] 178: Checking exports ** [22:25:51 2020-06-12] 178: Checking users ** [22:25:51 2020-06-12] 178: Checking user_dbs ** [22:25:51 2020-06-12] 178: Checking geocodings ** [22:25:51 2020-06-12] 178: Checking synchronizations ** [22:25:51 2020-06-12] 178: Checking tracker ** [22:25:51 2020-06-12] 178: Checking user_migrations ** [22:25:51 2020-06-12] 178: Checking batch_updates ** [22:25:51 2020-06-12] 178: Checking gears ** [22:25:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:25:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:56 2020-06-12] 178: Checking imports ** [22:25:56 2020-06-12] 178: Checking exports ** [22:25:56 2020-06-12] 178: Checking users ** [22:25:56 2020-06-12] 178: Checking user_dbs ** [22:25:56 2020-06-12] 178: Checking geocodings ** [22:25:56 2020-06-12] 178: Checking synchronizations ** [22:25:56 2020-06-12] 178: Checking tracker ** [22:25:56 2020-06-12] 178: Checking user_migrations ** [22:25:56 2020-06-12] 178: Checking batch_updates ** [22:25:56 2020-06-12] 178: Checking gears ** [22:25:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:25:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:01 2020-06-12] 178: Checking imports ** [22:26:01 2020-06-12] 178: Checking exports ** [22:26:01 2020-06-12] 178: Checking users ** [22:26:01 2020-06-12] 178: Checking user_dbs ** [22:26:01 2020-06-12] 178: Checking geocodings ** [22:26:01 2020-06-12] 178: Checking synchronizations ** [22:26:01 2020-06-12] 178: Checking tracker ** [22:26:01 2020-06-12] 178: Checking user_migrations ** [22:26:01 2020-06-12] 178: Checking batch_updates ** [22:26:01 2020-06-12] 178: Checking gears ** [22:26:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:26:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:06 2020-06-12] 178: Checking imports ** [22:26:06 2020-06-12] 178: Checking exports ** [22:26:06 2020-06-12] 178: Checking users ** [22:26:06 2020-06-12] 178: Checking user_dbs ** [22:26:06 2020-06-12] 178: Checking geocodings ** [22:26:06 2020-06-12] 178: Checking synchronizations ** [22:26:06 2020-06-12] 178: Checking tracker ** [22:26:06 2020-06-12] 178: Checking user_migrations ** [22:26:06 2020-06-12] 178: Checking batch_updates ** [22:26:06 2020-06-12] 178: Checking gears ** [22:26:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:26:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:11 2020-06-12] 178: Checking imports ** [22:26:11 2020-06-12] 178: Checking exports ** [22:26:11 2020-06-12] 178: Checking users ** [22:26:11 2020-06-12] 178: Checking user_dbs ** [22:26:11 2020-06-12] 178: Checking geocodings ** [22:26:11 2020-06-12] 178: Checking synchronizations ** [22:26:11 2020-06-12] 178: Checking tracker ** [22:26:11 2020-06-12] 178: Checking user_migrations ** [22:26:11 2020-06-12] 178: Checking batch_updates ** [22:26:11 2020-06-12] 178: Checking gears ** [22:26:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:26:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:16 2020-06-12] 178: Checking imports ** [22:26:16 2020-06-12] 178: Checking exports ** [22:26:16 2020-06-12] 178: Checking users ** [22:26:16 2020-06-12] 178: Checking user_dbs ** [22:26:16 2020-06-12] 178: Checking geocodings ** [22:26:16 2020-06-12] 178: Checking synchronizations ** [22:26:16 2020-06-12] 178: Checking tracker ** [22:26:16 2020-06-12] 178: Checking user_migrations ** [22:26:16 2020-06-12] 178: Checking batch_updates ** [22:26:16 2020-06-12] 178: Checking gears ** [22:26:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:26:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:21 2020-06-12] 178: Checking imports ** [22:26:21 2020-06-12] 178: Checking exports ** [22:26:21 2020-06-12] 178: Checking users ** [22:26:21 2020-06-12] 178: Checking user_dbs ** [22:26:21 2020-06-12] 178: Checking geocodings ** [22:26:21 2020-06-12] 178: Checking synchronizations ** [22:26:21 2020-06-12] 178: Checking tracker ** [22:26:21 2020-06-12] 178: Checking user_migrations ** [22:26:21 2020-06-12] 178: Checking batch_updates ** [22:26:21 2020-06-12] 178: Checking gears ** [22:26:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:26:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:26 2020-06-12] 178: Checking imports ** [22:26:26 2020-06-12] 178: Checking exports ** [22:26:26 2020-06-12] 178: Checking users ** [22:26:26 2020-06-12] 178: Checking user_dbs ** [22:26:26 2020-06-12] 178: Checking geocodings ** [22:26:26 2020-06-12] 178: Checking synchronizations ** [22:26:26 2020-06-12] 178: Checking tracker ** [22:26:26 2020-06-12] 178: Checking user_migrations ** [22:26:26 2020-06-12] 178: Checking batch_updates ** [22:26:26 2020-06-12] 178: Checking gears ** [22:26:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:26:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:31 2020-06-12] 178: Checking imports ** [22:26:31 2020-06-12] 178: Checking exports ** [22:26:31 2020-06-12] 178: Checking users ** [22:26:31 2020-06-12] 178: Checking user_dbs ** [22:26:31 2020-06-12] 178: Checking geocodings ** [22:26:31 2020-06-12] 178: Checking synchronizations ** [22:26:31 2020-06-12] 178: Checking tracker ** [22:26:31 2020-06-12] 178: Checking user_migrations ** [22:26:31 2020-06-12] 178: Checking batch_updates ** [22:26:31 2020-06-12] 178: Checking gears ** [22:26:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:26:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:36 2020-06-12] 178: Checking imports ** [22:26:36 2020-06-12] 178: Checking exports ** [22:26:36 2020-06-12] 178: Checking users ** [22:26:36 2020-06-12] 178: Checking user_dbs ** [22:26:36 2020-06-12] 178: Checking geocodings ** [22:26:36 2020-06-12] 178: Checking synchronizations ** [22:26:36 2020-06-12] 178: Checking tracker ** [22:26:36 2020-06-12] 178: Checking user_migrations ** [22:26:36 2020-06-12] 178: Checking batch_updates ** [22:26:36 2020-06-12] 178: Checking gears ** [22:26:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:26:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:41 2020-06-12] 178: Checking imports ** [22:26:41 2020-06-12] 178: Checking exports ** [22:26:41 2020-06-12] 178: Checking users ** [22:26:41 2020-06-12] 178: Checking user_dbs ** [22:26:41 2020-06-12] 178: Checking geocodings ** [22:26:41 2020-06-12] 178: Checking synchronizations ** [22:26:41 2020-06-12] 178: Checking tracker ** [22:26:41 2020-06-12] 178: Checking user_migrations ** [22:26:41 2020-06-12] 178: Checking batch_updates ** [22:26:41 2020-06-12] 178: Checking gears ** [22:26:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:26:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:46 2020-06-12] 178: Checking imports ** [22:26:46 2020-06-12] 178: Checking exports ** [22:26:46 2020-06-12] 178: Checking users ** [22:26:46 2020-06-12] 178: Checking user_dbs ** [22:26:46 2020-06-12] 178: Checking geocodings ** [22:26:46 2020-06-12] 178: Checking synchronizations ** [22:26:46 2020-06-12] 178: Checking tracker ** [22:26:46 2020-06-12] 178: Checking user_migrations ** [22:26:46 2020-06-12] 178: Checking batch_updates ** [22:26:46 2020-06-12] 178: Checking gears ** [22:26:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:26:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:51 2020-06-12] 178: Checking imports ** [22:26:51 2020-06-12] 178: Checking exports ** [22:26:51 2020-06-12] 178: Checking users ** [22:26:51 2020-06-12] 178: Checking user_dbs ** [22:26:51 2020-06-12] 178: Checking geocodings ** [22:26:51 2020-06-12] 178: Checking synchronizations ** [22:26:51 2020-06-12] 178: Checking tracker ** [22:26:51 2020-06-12] 178: Checking user_migrations ** [22:26:51 2020-06-12] 178: Checking batch_updates ** [22:26:51 2020-06-12] 178: Checking gears ** [22:26:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:26:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:56 2020-06-12] 178: Checking imports ** [22:26:56 2020-06-12] 178: Checking exports ** [22:26:56 2020-06-12] 178: Checking users ** [22:26:56 2020-06-12] 178: Checking user_dbs ** [22:26:56 2020-06-12] 178: Checking geocodings ** [22:26:56 2020-06-12] 178: Checking synchronizations ** [22:26:56 2020-06-12] 178: Checking tracker ** [22:26:56 2020-06-12] 178: Checking user_migrations ** [22:26:56 2020-06-12] 178: Checking batch_updates ** [22:26:56 2020-06-12] 178: Checking gears ** [22:26:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:26:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:01 2020-06-12] 178: Checking imports ** [22:27:01 2020-06-12] 178: Checking exports ** [22:27:01 2020-06-12] 178: Checking users ** [22:27:01 2020-06-12] 178: Checking user_dbs ** [22:27:01 2020-06-12] 178: Checking geocodings ** [22:27:01 2020-06-12] 178: Checking synchronizations ** [22:27:01 2020-06-12] 178: Checking tracker ** [22:27:01 2020-06-12] 178: Checking user_migrations ** [22:27:01 2020-06-12] 178: Checking batch_updates ** [22:27:01 2020-06-12] 178: Checking gears ** [22:27:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:27:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:06 2020-06-12] 178: Checking imports ** [22:27:06 2020-06-12] 178: Checking exports ** [22:27:06 2020-06-12] 178: Checking users ** [22:27:06 2020-06-12] 178: Checking user_dbs ** [22:27:06 2020-06-12] 178: Checking geocodings ** [22:27:06 2020-06-12] 178: Checking synchronizations ** [22:27:06 2020-06-12] 178: Checking tracker ** [22:27:06 2020-06-12] 178: Checking user_migrations ** [22:27:06 2020-06-12] 178: Checking batch_updates ** [22:27:06 2020-06-12] 178: Checking gears ** [22:27:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:27:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:11 2020-06-12] 178: Checking imports ** [22:27:11 2020-06-12] 178: Checking exports ** [22:27:11 2020-06-12] 178: Checking users ** [22:27:11 2020-06-12] 178: Checking user_dbs ** [22:27:11 2020-06-12] 178: Checking geocodings ** [22:27:11 2020-06-12] 178: Checking synchronizations ** [22:27:11 2020-06-12] 178: Checking tracker ** [22:27:11 2020-06-12] 178: Checking user_migrations ** [22:27:11 2020-06-12] 178: Checking batch_updates ** [22:27:11 2020-06-12] 178: Checking gears ** [22:27:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:27:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:16 2020-06-12] 178: Checking imports ** [22:27:16 2020-06-12] 178: Checking exports ** [22:27:16 2020-06-12] 178: Checking users ** [22:27:16 2020-06-12] 178: Checking user_dbs ** [22:27:16 2020-06-12] 178: Checking geocodings ** [22:27:16 2020-06-12] 178: Checking synchronizations ** [22:27:16 2020-06-12] 178: Checking tracker ** [22:27:16 2020-06-12] 178: Checking user_migrations ** [22:27:16 2020-06-12] 178: Checking batch_updates ** [22:27:16 2020-06-12] 178: Checking gears ** [22:27:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:27:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:21 2020-06-12] 178: Checking imports ** [22:27:21 2020-06-12] 178: Checking exports ** [22:27:21 2020-06-12] 178: Checking users ** [22:27:21 2020-06-12] 178: Checking user_dbs ** [22:27:21 2020-06-12] 178: Checking geocodings ** [22:27:21 2020-06-12] 178: Checking synchronizations ** [22:27:21 2020-06-12] 178: Checking tracker ** [22:27:21 2020-06-12] 178: Checking user_migrations ** [22:27:21 2020-06-12] 178: Checking batch_updates ** [22:27:21 2020-06-12] 178: Checking gears ** [22:27:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:27:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:26 2020-06-12] 178: Checking imports ** [22:27:26 2020-06-12] 178: Checking exports ** [22:27:26 2020-06-12] 178: Checking users ** [22:27:26 2020-06-12] 178: Checking user_dbs ** [22:27:26 2020-06-12] 178: Checking geocodings ** [22:27:26 2020-06-12] 178: Checking synchronizations ** [22:27:26 2020-06-12] 178: Checking tracker ** [22:27:26 2020-06-12] 178: Checking user_migrations ** [22:27:26 2020-06-12] 178: Checking batch_updates ** [22:27:26 2020-06-12] 178: Checking gears ** [22:27:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:27:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:31 2020-06-12] 178: Checking imports ** [22:27:31 2020-06-12] 178: Checking exports ** [22:27:31 2020-06-12] 178: Checking users ** [22:27:31 2020-06-12] 178: Checking user_dbs ** [22:27:31 2020-06-12] 178: Checking geocodings ** [22:27:31 2020-06-12] 178: Checking synchronizations ** [22:27:31 2020-06-12] 178: Checking tracker ** [22:27:31 2020-06-12] 178: Checking user_migrations ** [22:27:31 2020-06-12] 178: Checking batch_updates ** [22:27:31 2020-06-12] 178: Checking gears ** [22:27:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:27:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:36 2020-06-12] 178: Checking imports ** [22:27:36 2020-06-12] 178: Checking exports ** [22:27:36 2020-06-12] 178: Checking users ** [22:27:36 2020-06-12] 178: Checking user_dbs ** [22:27:36 2020-06-12] 178: Checking geocodings ** [22:27:36 2020-06-12] 178: Checking synchronizations ** [22:27:36 2020-06-12] 178: Checking tracker ** [22:27:36 2020-06-12] 178: Checking user_migrations ** [22:27:36 2020-06-12] 178: Checking batch_updates ** [22:27:36 2020-06-12] 178: Checking gears ** [22:27:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:27:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:41 2020-06-12] 178: Checking imports ** [22:27:41 2020-06-12] 178: Checking exports ** [22:27:41 2020-06-12] 178: Checking users ** [22:27:41 2020-06-12] 178: Checking user_dbs ** [22:27:41 2020-06-12] 178: Checking geocodings ** [22:27:41 2020-06-12] 178: Checking synchronizations ** [22:27:41 2020-06-12] 178: Checking tracker ** [22:27:41 2020-06-12] 178: Checking user_migrations ** [22:27:41 2020-06-12] 178: Checking batch_updates ** [22:27:41 2020-06-12] 178: Checking gears ** [22:27:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:27:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:46 2020-06-12] 178: Checking imports ** [22:27:46 2020-06-12] 178: Checking exports ** [22:27:46 2020-06-12] 178: Checking users ** [22:27:46 2020-06-12] 178: Checking user_dbs ** [22:27:46 2020-06-12] 178: Checking geocodings ** [22:27:46 2020-06-12] 178: Checking synchronizations ** [22:27:46 2020-06-12] 178: Checking tracker ** [22:27:46 2020-06-12] 178: Checking user_migrations ** [22:27:46 2020-06-12] 178: Checking batch_updates ** [22:27:46 2020-06-12] 178: Checking gears ** [22:27:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:27:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:51 2020-06-12] 178: Checking imports ** [22:27:51 2020-06-12] 178: Checking exports ** [22:27:51 2020-06-12] 178: Checking users ** [22:27:51 2020-06-12] 178: Checking user_dbs ** [22:27:51 2020-06-12] 178: Checking geocodings ** [22:27:51 2020-06-12] 178: Checking synchronizations ** [22:27:51 2020-06-12] 178: Checking tracker ** [22:27:51 2020-06-12] 178: Checking user_migrations ** [22:27:51 2020-06-12] 178: Checking batch_updates ** [22:27:51 2020-06-12] 178: Checking gears ** [22:27:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:27:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:56 2020-06-12] 178: Checking imports ** [22:27:56 2020-06-12] 178: Checking exports ** [22:27:56 2020-06-12] 178: Checking users ** [22:27:56 2020-06-12] 178: Checking user_dbs ** [22:27:56 2020-06-12] 178: Checking geocodings ** [22:27:56 2020-06-12] 178: Checking synchronizations ** [22:27:56 2020-06-12] 178: Checking tracker ** [22:27:56 2020-06-12] 178: Checking user_migrations ** [22:27:56 2020-06-12] 178: Checking batch_updates ** [22:27:56 2020-06-12] 178: Checking gears ** [22:27:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:27:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:01 2020-06-12] 178: Checking imports ** [22:28:01 2020-06-12] 178: Checking exports ** [22:28:01 2020-06-12] 178: Checking users ** [22:28:01 2020-06-12] 178: Checking user_dbs ** [22:28:01 2020-06-12] 178: Checking geocodings ** [22:28:01 2020-06-12] 178: Checking synchronizations ** [22:28:01 2020-06-12] 178: Checking tracker ** [22:28:01 2020-06-12] 178: Checking user_migrations ** [22:28:01 2020-06-12] 178: Checking batch_updates ** [22:28:01 2020-06-12] 178: Checking gears ** [22:28:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:28:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:06 2020-06-12] 178: Checking imports ** [22:28:06 2020-06-12] 178: Checking exports ** [22:28:06 2020-06-12] 178: Checking users ** [22:28:06 2020-06-12] 178: Checking user_dbs ** [22:28:06 2020-06-12] 178: Checking geocodings ** [22:28:06 2020-06-12] 178: Checking synchronizations ** [22:28:06 2020-06-12] 178: Checking tracker ** [22:28:06 2020-06-12] 178: Checking user_migrations ** [22:28:06 2020-06-12] 178: Checking batch_updates ** [22:28:06 2020-06-12] 178: Checking gears ** [22:28:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:28:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:11 2020-06-12] 178: Checking imports ** [22:28:11 2020-06-12] 178: Checking exports ** [22:28:11 2020-06-12] 178: Checking users ** [22:28:11 2020-06-12] 178: Checking user_dbs ** [22:28:11 2020-06-12] 178: Checking geocodings ** [22:28:11 2020-06-12] 178: Checking synchronizations ** [22:28:11 2020-06-12] 178: Checking tracker ** [22:28:11 2020-06-12] 178: Checking user_migrations ** [22:28:11 2020-06-12] 178: Checking batch_updates ** [22:28:11 2020-06-12] 178: Checking gears ** [22:28:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:28:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:16 2020-06-12] 178: Checking imports ** [22:28:16 2020-06-12] 178: Checking exports ** [22:28:16 2020-06-12] 178: Checking users ** [22:28:16 2020-06-12] 178: Checking user_dbs ** [22:28:16 2020-06-12] 178: Checking geocodings ** [22:28:16 2020-06-12] 178: Checking synchronizations ** [22:28:16 2020-06-12] 178: Checking tracker ** [22:28:16 2020-06-12] 178: Checking user_migrations ** [22:28:16 2020-06-12] 178: Checking batch_updates ** [22:28:16 2020-06-12] 178: Checking gears ** [22:28:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:28:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:21 2020-06-12] 178: Checking imports ** [22:28:21 2020-06-12] 178: Checking exports ** [22:28:21 2020-06-12] 178: Checking users ** [22:28:21 2020-06-12] 178: Checking user_dbs ** [22:28:21 2020-06-12] 178: Checking geocodings ** [22:28:21 2020-06-12] 178: Checking synchronizations ** [22:28:21 2020-06-12] 178: Checking tracker ** [22:28:21 2020-06-12] 178: Checking user_migrations ** [22:28:21 2020-06-12] 178: Checking batch_updates ** [22:28:21 2020-06-12] 178: Checking gears ** [22:28:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:28:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:26 2020-06-12] 178: Checking imports ** [22:28:26 2020-06-12] 178: Checking exports ** [22:28:26 2020-06-12] 178: Checking users ** [22:28:26 2020-06-12] 178: Checking user_dbs ** [22:28:26 2020-06-12] 178: Checking geocodings ** [22:28:26 2020-06-12] 178: Checking synchronizations ** [22:28:26 2020-06-12] 178: Checking tracker ** [22:28:26 2020-06-12] 178: Checking user_migrations ** [22:28:26 2020-06-12] 178: Checking batch_updates ** [22:28:26 2020-06-12] 178: Checking gears ** [22:28:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:28:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:31 2020-06-12] 178: Checking imports ** [22:28:31 2020-06-12] 178: Checking exports ** [22:28:31 2020-06-12] 178: Checking users ** [22:28:31 2020-06-12] 178: Checking user_dbs ** [22:28:31 2020-06-12] 178: Checking geocodings ** [22:28:31 2020-06-12] 178: Checking synchronizations ** [22:28:31 2020-06-12] 178: Checking tracker ** [22:28:31 2020-06-12] 178: Checking user_migrations ** [22:28:31 2020-06-12] 178: Checking batch_updates ** [22:28:31 2020-06-12] 178: Checking gears ** [22:28:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:28:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:36 2020-06-12] 178: Checking imports ** [22:28:36 2020-06-12] 178: Checking exports ** [22:28:36 2020-06-12] 178: Checking users ** [22:28:36 2020-06-12] 178: Checking user_dbs ** [22:28:36 2020-06-12] 178: Checking geocodings ** [22:28:36 2020-06-12] 178: Checking synchronizations ** [22:28:36 2020-06-12] 178: Checking tracker ** [22:28:36 2020-06-12] 178: Checking user_migrations ** [22:28:36 2020-06-12] 178: Checking batch_updates ** [22:28:36 2020-06-12] 178: Checking gears ** [22:28:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:28:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:41 2020-06-12] 178: Checking imports ** [22:28:41 2020-06-12] 178: Checking exports ** [22:28:41 2020-06-12] 178: Checking users ** [22:28:41 2020-06-12] 178: Checking user_dbs ** [22:28:41 2020-06-12] 178: Checking geocodings ** [22:28:41 2020-06-12] 178: Checking synchronizations ** [22:28:41 2020-06-12] 178: Checking tracker ** [22:28:41 2020-06-12] 178: Checking user_migrations ** [22:28:41 2020-06-12] 178: Checking batch_updates ** [22:28:41 2020-06-12] 178: Checking gears ** [22:28:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:28:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:46 2020-06-12] 178: Checking imports ** [22:28:46 2020-06-12] 178: Checking exports ** [22:28:46 2020-06-12] 178: Checking users ** [22:28:46 2020-06-12] 178: Checking user_dbs ** [22:28:46 2020-06-12] 178: Checking geocodings ** [22:28:46 2020-06-12] 178: Checking synchronizations ** [22:28:46 2020-06-12] 178: Checking tracker ** [22:28:46 2020-06-12] 178: Checking user_migrations ** [22:28:46 2020-06-12] 178: Checking batch_updates ** [22:28:46 2020-06-12] 178: Checking gears ** [22:28:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:28:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:51 2020-06-12] 178: Checking imports ** [22:28:51 2020-06-12] 178: Checking exports ** [22:28:51 2020-06-12] 178: Checking users ** [22:28:51 2020-06-12] 178: Checking user_dbs ** [22:28:51 2020-06-12] 178: Checking geocodings ** [22:28:51 2020-06-12] 178: Checking synchronizations ** [22:28:51 2020-06-12] 178: Checking tracker ** [22:28:51 2020-06-12] 178: Checking user_migrations ** [22:28:51 2020-06-12] 178: Checking batch_updates ** [22:28:51 2020-06-12] 178: Checking gears ** [22:28:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:28:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:56 2020-06-12] 178: Checking imports ** [22:28:56 2020-06-12] 178: Checking exports ** [22:28:56 2020-06-12] 178: Checking users ** [22:28:56 2020-06-12] 178: Checking user_dbs ** [22:28:56 2020-06-12] 178: Checking geocodings ** [22:28:56 2020-06-12] 178: Checking synchronizations ** [22:28:56 2020-06-12] 178: Checking tracker ** [22:28:56 2020-06-12] 178: Checking user_migrations ** [22:28:56 2020-06-12] 178: Checking batch_updates ** [22:28:56 2020-06-12] 178: Checking gears ** [22:28:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:28:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:01 2020-06-12] 178: Checking imports ** [22:29:01 2020-06-12] 178: Checking exports ** [22:29:01 2020-06-12] 178: Checking users ** [22:29:01 2020-06-12] 178: Checking user_dbs ** [22:29:01 2020-06-12] 178: Checking geocodings ** [22:29:01 2020-06-12] 178: Checking synchronizations ** [22:29:01 2020-06-12] 178: Checking tracker ** [22:29:01 2020-06-12] 178: Checking user_migrations ** [22:29:01 2020-06-12] 178: Checking batch_updates ** [22:29:01 2020-06-12] 178: Checking gears ** [22:29:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:29:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:06 2020-06-12] 178: Checking imports ** [22:29:06 2020-06-12] 178: Checking exports ** [22:29:06 2020-06-12] 178: Checking users ** [22:29:06 2020-06-12] 178: Checking user_dbs ** [22:29:06 2020-06-12] 178: Checking geocodings ** [22:29:06 2020-06-12] 178: Checking synchronizations ** [22:29:06 2020-06-12] 178: Checking tracker ** [22:29:06 2020-06-12] 178: Checking user_migrations ** [22:29:06 2020-06-12] 178: Checking batch_updates ** [22:29:06 2020-06-12] 178: Checking gears ** [22:29:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:29:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:11 2020-06-12] 178: Checking imports ** [22:29:11 2020-06-12] 178: Checking exports ** [22:29:11 2020-06-12] 178: Checking users ** [22:29:11 2020-06-12] 178: Checking user_dbs ** [22:29:11 2020-06-12] 178: Checking geocodings ** [22:29:11 2020-06-12] 178: Checking synchronizations ** [22:29:11 2020-06-12] 178: Checking tracker ** [22:29:11 2020-06-12] 178: Checking user_migrations ** [22:29:11 2020-06-12] 178: Checking batch_updates ** [22:29:11 2020-06-12] 178: Checking gears ** [22:29:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:29:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:16 2020-06-12] 178: Checking imports ** [22:29:16 2020-06-12] 178: Checking exports ** [22:29:16 2020-06-12] 178: Checking users ** [22:29:16 2020-06-12] 178: Checking user_dbs ** [22:29:16 2020-06-12] 178: Checking geocodings ** [22:29:16 2020-06-12] 178: Checking synchronizations ** [22:29:16 2020-06-12] 178: Checking tracker ** [22:29:16 2020-06-12] 178: Checking user_migrations ** [22:29:16 2020-06-12] 178: Checking batch_updates ** [22:29:16 2020-06-12] 178: Checking gears ** [22:29:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:29:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:21 2020-06-12] 178: Checking imports ** [22:29:21 2020-06-12] 178: Checking exports ** [22:29:21 2020-06-12] 178: Checking users ** [22:29:21 2020-06-12] 178: Checking user_dbs ** [22:29:21 2020-06-12] 178: Checking geocodings ** [22:29:21 2020-06-12] 178: Checking synchronizations ** [22:29:21 2020-06-12] 178: Checking tracker ** [22:29:21 2020-06-12] 178: Checking user_migrations ** [22:29:21 2020-06-12] 178: Checking batch_updates ** [22:29:21 2020-06-12] 178: Checking gears ** [22:29:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:29:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:26 2020-06-12] 178: Checking imports ** [22:29:26 2020-06-12] 178: Checking exports ** [22:29:26 2020-06-12] 178: Checking users ** [22:29:26 2020-06-12] 178: Checking user_dbs ** [22:29:26 2020-06-12] 178: Checking geocodings ** [22:29:26 2020-06-12] 178: Checking synchronizations ** [22:29:26 2020-06-12] 178: Checking tracker ** [22:29:26 2020-06-12] 178: Checking user_migrations ** [22:29:26 2020-06-12] 178: Checking batch_updates ** [22:29:26 2020-06-12] 178: Checking gears ** [22:29:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:29:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:31 2020-06-12] 178: Checking imports ** [22:29:31 2020-06-12] 178: Checking exports ** [22:29:31 2020-06-12] 178: Checking users ** [22:29:31 2020-06-12] 178: Checking user_dbs ** [22:29:31 2020-06-12] 178: Checking geocodings ** [22:29:31 2020-06-12] 178: Checking synchronizations ** [22:29:31 2020-06-12] 178: Checking tracker ** [22:29:31 2020-06-12] 178: Checking user_migrations ** [22:29:31 2020-06-12] 178: Checking batch_updates ** [22:29:31 2020-06-12] 178: Checking gears ** [22:29:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:29:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:36 2020-06-12] 178: Checking imports ** [22:29:36 2020-06-12] 178: Checking exports ** [22:29:36 2020-06-12] 178: Checking users ** [22:29:36 2020-06-12] 178: Checking user_dbs ** [22:29:36 2020-06-12] 178: Checking geocodings ** [22:29:36 2020-06-12] 178: Checking synchronizations ** [22:29:36 2020-06-12] 178: Checking tracker ** [22:29:36 2020-06-12] 178: Checking user_migrations ** [22:29:36 2020-06-12] 178: Checking batch_updates ** [22:29:36 2020-06-12] 178: Checking gears ** [22:29:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:29:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:41 2020-06-12] 178: Checking imports ** [22:29:41 2020-06-12] 178: Checking exports ** [22:29:41 2020-06-12] 178: Checking users ** [22:29:41 2020-06-12] 178: Checking user_dbs ** [22:29:41 2020-06-12] 178: Checking geocodings ** [22:29:41 2020-06-12] 178: Checking synchronizations ** [22:29:41 2020-06-12] 178: Checking tracker ** [22:29:41 2020-06-12] 178: Checking user_migrations ** [22:29:41 2020-06-12] 178: Checking batch_updates ** [22:29:41 2020-06-12] 178: Checking gears ** [22:29:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:29:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:46 2020-06-12] 178: Checking imports ** [22:29:46 2020-06-12] 178: Checking exports ** [22:29:46 2020-06-12] 178: Checking users ** [22:29:46 2020-06-12] 178: Checking user_dbs ** [22:29:46 2020-06-12] 178: Checking geocodings ** [22:29:46 2020-06-12] 178: Checking synchronizations ** [22:29:46 2020-06-12] 178: Checking tracker ** [22:29:46 2020-06-12] 178: Checking user_migrations ** [22:29:46 2020-06-12] 178: Checking batch_updates ** [22:29:46 2020-06-12] 178: Checking gears ** [22:29:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:29:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:51 2020-06-12] 178: Checking imports ** [22:29:51 2020-06-12] 178: Checking exports ** [22:29:51 2020-06-12] 178: Checking users ** [22:29:51 2020-06-12] 178: Checking user_dbs ** [22:29:51 2020-06-12] 178: Checking geocodings ** [22:29:51 2020-06-12] 178: Checking synchronizations ** [22:29:51 2020-06-12] 178: Checking tracker ** [22:29:51 2020-06-12] 178: Checking user_migrations ** [22:29:51 2020-06-12] 178: Checking batch_updates ** [22:29:51 2020-06-12] 178: Checking gears ** [22:29:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:29:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:56 2020-06-12] 178: Checking imports ** [22:29:56 2020-06-12] 178: Checking exports ** [22:29:56 2020-06-12] 178: Checking users ** [22:29:56 2020-06-12] 178: Checking user_dbs ** [22:29:56 2020-06-12] 178: Checking geocodings ** [22:29:56 2020-06-12] 178: Checking synchronizations ** [22:29:56 2020-06-12] 178: Checking tracker ** [22:29:56 2020-06-12] 178: Checking user_migrations ** [22:29:56 2020-06-12] 178: Checking batch_updates ** [22:29:56 2020-06-12] 178: Checking gears ** [22:29:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:29:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:01 2020-06-12] 178: Checking imports ** [22:30:01 2020-06-12] 178: Checking exports ** [22:30:01 2020-06-12] 178: Checking users ** [22:30:01 2020-06-12] 178: Checking user_dbs ** [22:30:01 2020-06-12] 178: Checking geocodings ** [22:30:01 2020-06-12] 178: Checking synchronizations ** [22:30:01 2020-06-12] 178: Checking tracker ** [22:30:01 2020-06-12] 178: Checking user_migrations ** [22:30:01 2020-06-12] 178: Checking batch_updates ** [22:30:01 2020-06-12] 178: Checking gears ** [22:30:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:30:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:06 2020-06-12] 178: Checking imports ** [22:30:06 2020-06-12] 178: Checking exports ** [22:30:06 2020-06-12] 178: Checking users ** [22:30:06 2020-06-12] 178: Checking user_dbs ** [22:30:06 2020-06-12] 178: Checking geocodings ** [22:30:06 2020-06-12] 178: Checking synchronizations ** [22:30:06 2020-06-12] 178: Checking tracker ** [22:30:06 2020-06-12] 178: Checking user_migrations ** [22:30:06 2020-06-12] 178: Checking batch_updates ** [22:30:06 2020-06-12] 178: Checking gears ** [22:30:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:30:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:11 2020-06-12] 178: Checking imports ** [22:30:11 2020-06-12] 178: Checking exports ** [22:30:11 2020-06-12] 178: Checking users ** [22:30:11 2020-06-12] 178: Checking user_dbs ** [22:30:11 2020-06-12] 178: Checking geocodings ** [22:30:11 2020-06-12] 178: Checking synchronizations ** [22:30:11 2020-06-12] 178: Checking tracker ** [22:30:11 2020-06-12] 178: Checking user_migrations ** [22:30:11 2020-06-12] 178: Checking batch_updates ** [22:30:11 2020-06-12] 178: Checking gears ** [22:30:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:30:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:16 2020-06-12] 178: Checking imports ** [22:30:16 2020-06-12] 178: Checking exports ** [22:30:16 2020-06-12] 178: Checking users ** [22:30:16 2020-06-12] 178: Checking user_dbs ** [22:30:16 2020-06-12] 178: Checking geocodings ** [22:30:16 2020-06-12] 178: Checking synchronizations ** [22:30:16 2020-06-12] 178: Checking tracker ** [22:30:16 2020-06-12] 178: Checking user_migrations ** [22:30:16 2020-06-12] 178: Checking batch_updates ** [22:30:16 2020-06-12] 178: Checking gears ** [22:30:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:30:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:21 2020-06-12] 178: Checking imports ** [22:30:21 2020-06-12] 178: Checking exports ** [22:30:21 2020-06-12] 178: Checking users ** [22:30:21 2020-06-12] 178: Checking user_dbs ** [22:30:21 2020-06-12] 178: Checking geocodings ** [22:30:21 2020-06-12] 178: Checking synchronizations ** [22:30:21 2020-06-12] 178: Checking tracker ** [22:30:21 2020-06-12] 178: Checking user_migrations ** [22:30:21 2020-06-12] 178: Checking batch_updates ** [22:30:21 2020-06-12] 178: Checking gears ** [22:30:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:30:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:26 2020-06-12] 178: Checking imports ** [22:30:26 2020-06-12] 178: Checking exports ** [22:30:26 2020-06-12] 178: Checking users ** [22:30:26 2020-06-12] 178: Checking user_dbs ** [22:30:26 2020-06-12] 178: Checking geocodings ** [22:30:26 2020-06-12] 178: Checking synchronizations ** [22:30:26 2020-06-12] 178: Checking tracker ** [22:30:26 2020-06-12] 178: Checking user_migrations ** [22:30:26 2020-06-12] 178: Checking batch_updates ** [22:30:26 2020-06-12] 178: Checking gears ** [22:30:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:30:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:31 2020-06-12] 178: Checking imports ** [22:30:31 2020-06-12] 178: Checking exports ** [22:30:31 2020-06-12] 178: Checking users ** [22:30:31 2020-06-12] 178: Checking user_dbs ** [22:30:31 2020-06-12] 178: Checking geocodings ** [22:30:31 2020-06-12] 178: Checking synchronizations ** [22:30:31 2020-06-12] 178: Checking tracker ** [22:30:31 2020-06-12] 178: Checking user_migrations ** [22:30:31 2020-06-12] 178: Checking batch_updates ** [22:30:31 2020-06-12] 178: Checking gears ** [22:30:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:30:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:36 2020-06-12] 178: Checking imports ** [22:30:36 2020-06-12] 178: Checking exports ** [22:30:36 2020-06-12] 178: Checking users ** [22:30:36 2020-06-12] 178: Checking user_dbs ** [22:30:36 2020-06-12] 178: Checking geocodings ** [22:30:36 2020-06-12] 178: Checking synchronizations ** [22:30:36 2020-06-12] 178: Checking tracker ** [22:30:36 2020-06-12] 178: Checking user_migrations ** [22:30:36 2020-06-12] 178: Checking batch_updates ** [22:30:36 2020-06-12] 178: Checking gears ** [22:30:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:30:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:41 2020-06-12] 178: Checking imports ** [22:30:41 2020-06-12] 178: Checking exports ** [22:30:41 2020-06-12] 178: Checking users ** [22:30:41 2020-06-12] 178: Checking user_dbs ** [22:30:41 2020-06-12] 178: Checking geocodings ** [22:30:41 2020-06-12] 178: Checking synchronizations ** [22:30:41 2020-06-12] 178: Checking tracker ** [22:30:41 2020-06-12] 178: Checking user_migrations ** [22:30:41 2020-06-12] 178: Checking batch_updates ** [22:30:41 2020-06-12] 178: Checking gears ** [22:30:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:30:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:46 2020-06-12] 178: Checking imports ** [22:30:46 2020-06-12] 178: Checking exports ** [22:30:46 2020-06-12] 178: Checking users ** [22:30:46 2020-06-12] 178: Checking user_dbs ** [22:30:46 2020-06-12] 178: Checking geocodings ** [22:30:46 2020-06-12] 178: Checking synchronizations ** [22:30:46 2020-06-12] 178: Checking tracker ** [22:30:46 2020-06-12] 178: Checking user_migrations ** [22:30:46 2020-06-12] 178: Checking batch_updates ** [22:30:46 2020-06-12] 178: Checking gears ** [22:30:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:30:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:51 2020-06-12] 178: Checking imports ** [22:30:51 2020-06-12] 178: Checking exports ** [22:30:51 2020-06-12] 178: Checking users ** [22:30:51 2020-06-12] 178: Checking user_dbs ** [22:30:51 2020-06-12] 178: Checking geocodings ** [22:30:51 2020-06-12] 178: Checking synchronizations ** [22:30:51 2020-06-12] 178: Checking tracker ** [22:30:51 2020-06-12] 178: Checking user_migrations ** [22:30:51 2020-06-12] 178: Checking batch_updates ** [22:30:51 2020-06-12] 178: Checking gears ** [22:30:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:30:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:56 2020-06-12] 178: Checking imports ** [22:30:56 2020-06-12] 178: Checking exports ** [22:30:56 2020-06-12] 178: Checking users ** [22:30:56 2020-06-12] 178: Checking user_dbs ** [22:30:56 2020-06-12] 178: Checking geocodings ** [22:30:56 2020-06-12] 178: Checking synchronizations ** [22:30:56 2020-06-12] 178: Checking tracker ** [22:30:56 2020-06-12] 178: Checking user_migrations ** [22:30:56 2020-06-12] 178: Checking batch_updates ** [22:30:56 2020-06-12] 178: Checking gears ** [22:30:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:30:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:01 2020-06-12] 178: Checking imports ** [22:31:01 2020-06-12] 178: Checking exports ** [22:31:01 2020-06-12] 178: Checking users ** [22:31:01 2020-06-12] 178: Checking user_dbs ** [22:31:01 2020-06-12] 178: Checking geocodings ** [22:31:01 2020-06-12] 178: Checking synchronizations ** [22:31:01 2020-06-12] 178: Checking tracker ** [22:31:01 2020-06-12] 178: Checking user_migrations ** [22:31:01 2020-06-12] 178: Checking batch_updates ** [22:31:01 2020-06-12] 178: Checking gears ** [22:31:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:31:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:06 2020-06-12] 178: Checking imports ** [22:31:06 2020-06-12] 178: Checking exports ** [22:31:06 2020-06-12] 178: Checking users ** [22:31:06 2020-06-12] 178: Checking user_dbs ** [22:31:06 2020-06-12] 178: Checking geocodings ** [22:31:06 2020-06-12] 178: Checking synchronizations ** [22:31:06 2020-06-12] 178: Checking tracker ** [22:31:06 2020-06-12] 178: Checking user_migrations ** [22:31:06 2020-06-12] 178: Checking batch_updates ** [22:31:06 2020-06-12] 178: Checking gears ** [22:31:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:31:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:11 2020-06-12] 178: Checking imports ** [22:31:11 2020-06-12] 178: Checking exports ** [22:31:11 2020-06-12] 178: Checking users ** [22:31:11 2020-06-12] 178: Checking user_dbs ** [22:31:11 2020-06-12] 178: Checking geocodings ** [22:31:11 2020-06-12] 178: Checking synchronizations ** [22:31:11 2020-06-12] 178: Checking tracker ** [22:31:11 2020-06-12] 178: Checking user_migrations ** [22:31:11 2020-06-12] 178: Checking batch_updates ** [22:31:11 2020-06-12] 178: Checking gears ** [22:31:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:31:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:16 2020-06-12] 178: Checking imports ** [22:31:16 2020-06-12] 178: Checking exports ** [22:31:16 2020-06-12] 178: Checking users ** [22:31:16 2020-06-12] 178: Checking user_dbs ** [22:31:16 2020-06-12] 178: Checking geocodings ** [22:31:16 2020-06-12] 178: Checking synchronizations ** [22:31:16 2020-06-12] 178: Checking tracker ** [22:31:16 2020-06-12] 178: Checking user_migrations ** [22:31:16 2020-06-12] 178: Checking batch_updates ** [22:31:16 2020-06-12] 178: Checking gears ** [22:31:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:31:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:21 2020-06-12] 178: Checking imports ** [22:31:21 2020-06-12] 178: Checking exports ** [22:31:21 2020-06-12] 178: Checking users ** [22:31:21 2020-06-12] 178: Checking user_dbs ** [22:31:21 2020-06-12] 178: Checking geocodings ** [22:31:21 2020-06-12] 178: Checking synchronizations ** [22:31:21 2020-06-12] 178: Checking tracker ** [22:31:21 2020-06-12] 178: Checking user_migrations ** [22:31:21 2020-06-12] 178: Checking batch_updates ** [22:31:21 2020-06-12] 178: Checking gears ** [22:31:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:31:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:26 2020-06-12] 178: Checking imports ** [22:31:26 2020-06-12] 178: Checking exports ** [22:31:26 2020-06-12] 178: Checking users ** [22:31:26 2020-06-12] 178: Checking user_dbs ** [22:31:26 2020-06-12] 178: Checking geocodings ** [22:31:26 2020-06-12] 178: Checking synchronizations ** [22:31:26 2020-06-12] 178: Checking tracker ** [22:31:26 2020-06-12] 178: Checking user_migrations ** [22:31:26 2020-06-12] 178: Checking batch_updates ** [22:31:26 2020-06-12] 178: Checking gears ** [22:31:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:31:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:31 2020-06-12] 178: Checking imports ** [22:31:31 2020-06-12] 178: Checking exports ** [22:31:31 2020-06-12] 178: Checking users ** [22:31:31 2020-06-12] 178: Checking user_dbs ** [22:31:31 2020-06-12] 178: Checking geocodings ** [22:31:31 2020-06-12] 178: Checking synchronizations ** [22:31:31 2020-06-12] 178: Checking tracker ** [22:31:31 2020-06-12] 178: Checking user_migrations ** [22:31:31 2020-06-12] 178: Checking batch_updates ** [22:31:31 2020-06-12] 178: Checking gears ** [22:31:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:31:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:36 2020-06-12] 178: Checking imports ** [22:31:36 2020-06-12] 178: Checking exports ** [22:31:36 2020-06-12] 178: Checking users ** [22:31:36 2020-06-12] 178: Checking user_dbs ** [22:31:36 2020-06-12] 178: Checking geocodings ** [22:31:36 2020-06-12] 178: Checking synchronizations ** [22:31:36 2020-06-12] 178: Checking tracker ** [22:31:36 2020-06-12] 178: Checking user_migrations ** [22:31:36 2020-06-12] 178: Checking batch_updates ** [22:31:36 2020-06-12] 178: Checking gears ** [22:31:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:31:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:41 2020-06-12] 178: Checking imports ** [22:31:41 2020-06-12] 178: Checking exports ** [22:31:41 2020-06-12] 178: Checking users ** [22:31:41 2020-06-12] 178: Checking user_dbs ** [22:31:41 2020-06-12] 178: Checking geocodings ** [22:31:41 2020-06-12] 178: Checking synchronizations ** [22:31:41 2020-06-12] 178: Checking tracker ** [22:31:41 2020-06-12] 178: Checking user_migrations ** [22:31:41 2020-06-12] 178: Checking batch_updates ** [22:31:41 2020-06-12] 178: Checking gears ** [22:31:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:31:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:46 2020-06-12] 178: Checking imports ** [22:31:46 2020-06-12] 178: Checking exports ** [22:31:46 2020-06-12] 178: Checking users ** [22:31:46 2020-06-12] 178: Checking user_dbs ** [22:31:46 2020-06-12] 178: Checking geocodings ** [22:31:46 2020-06-12] 178: Checking synchronizations ** [22:31:46 2020-06-12] 178: Checking tracker ** [22:31:46 2020-06-12] 178: Checking user_migrations ** [22:31:46 2020-06-12] 178: Checking batch_updates ** [22:31:46 2020-06-12] 178: Checking gears ** [22:31:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:31:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:51 2020-06-12] 178: Checking imports ** [22:31:51 2020-06-12] 178: Checking exports ** [22:31:51 2020-06-12] 178: Checking users ** [22:31:51 2020-06-12] 178: Checking user_dbs ** [22:31:51 2020-06-12] 178: Checking geocodings ** [22:31:51 2020-06-12] 178: Checking synchronizations ** [22:31:51 2020-06-12] 178: Checking tracker ** [22:31:51 2020-06-12] 178: Checking user_migrations ** [22:31:51 2020-06-12] 178: Checking batch_updates ** [22:31:51 2020-06-12] 178: Checking gears ** [22:31:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:31:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:56 2020-06-12] 178: Checking imports ** [22:31:56 2020-06-12] 178: Checking exports ** [22:31:56 2020-06-12] 178: Checking users ** [22:31:56 2020-06-12] 178: Checking user_dbs ** [22:31:56 2020-06-12] 178: Checking geocodings ** [22:31:56 2020-06-12] 178: Checking synchronizations ** [22:31:56 2020-06-12] 178: Checking tracker ** [22:31:56 2020-06-12] 178: Checking user_migrations ** [22:31:56 2020-06-12] 178: Checking batch_updates ** [22:31:56 2020-06-12] 178: Checking gears ** [22:31:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:31:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:01 2020-06-12] 178: Checking imports ** [22:32:01 2020-06-12] 178: Checking exports ** [22:32:01 2020-06-12] 178: Checking users ** [22:32:01 2020-06-12] 178: Checking user_dbs ** [22:32:01 2020-06-12] 178: Checking geocodings ** [22:32:01 2020-06-12] 178: Checking synchronizations ** [22:32:01 2020-06-12] 178: Checking tracker ** [22:32:01 2020-06-12] 178: Checking user_migrations ** [22:32:01 2020-06-12] 178: Checking batch_updates ** [22:32:01 2020-06-12] 178: Checking gears ** [22:32:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:32:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:06 2020-06-12] 178: Checking imports ** [22:32:06 2020-06-12] 178: Checking exports ** [22:32:06 2020-06-12] 178: Checking users ** [22:32:06 2020-06-12] 178: Checking user_dbs ** [22:32:06 2020-06-12] 178: Checking geocodings ** [22:32:06 2020-06-12] 178: Checking synchronizations ** [22:32:06 2020-06-12] 178: Checking tracker ** [22:32:06 2020-06-12] 178: Checking user_migrations ** [22:32:06 2020-06-12] 178: Checking batch_updates ** [22:32:06 2020-06-12] 178: Checking gears ** [22:32:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:32:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:11 2020-06-12] 178: Checking imports ** [22:32:11 2020-06-12] 178: Checking exports ** [22:32:11 2020-06-12] 178: Checking users ** [22:32:11 2020-06-12] 178: Checking user_dbs ** [22:32:11 2020-06-12] 178: Checking geocodings ** [22:32:11 2020-06-12] 178: Checking synchronizations ** [22:32:11 2020-06-12] 178: Checking tracker ** [22:32:11 2020-06-12] 178: Checking user_migrations ** [22:32:11 2020-06-12] 178: Checking batch_updates ** [22:32:11 2020-06-12] 178: Checking gears ** [22:32:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:32:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:16 2020-06-12] 178: Checking imports ** [22:32:16 2020-06-12] 178: Checking exports ** [22:32:16 2020-06-12] 178: Checking users ** [22:32:16 2020-06-12] 178: Checking user_dbs ** [22:32:16 2020-06-12] 178: Checking geocodings ** [22:32:16 2020-06-12] 178: Checking synchronizations ** [22:32:16 2020-06-12] 178: Checking tracker ** [22:32:16 2020-06-12] 178: Checking user_migrations ** [22:32:16 2020-06-12] 178: Checking batch_updates ** [22:32:16 2020-06-12] 178: Checking gears ** [22:32:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:32:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:21 2020-06-12] 178: Checking imports ** [22:32:21 2020-06-12] 178: Checking exports ** [22:32:21 2020-06-12] 178: Checking users ** [22:32:21 2020-06-12] 178: Checking user_dbs ** [22:32:21 2020-06-12] 178: Checking geocodings ** [22:32:21 2020-06-12] 178: Checking synchronizations ** [22:32:21 2020-06-12] 178: Checking tracker ** [22:32:21 2020-06-12] 178: Checking user_migrations ** [22:32:21 2020-06-12] 178: Checking batch_updates ** [22:32:21 2020-06-12] 178: Checking gears ** [22:32:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:32:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:26 2020-06-12] 178: Checking imports ** [22:32:26 2020-06-12] 178: Checking exports ** [22:32:26 2020-06-12] 178: Checking users ** [22:32:26 2020-06-12] 178: Checking user_dbs ** [22:32:26 2020-06-12] 178: Checking geocodings ** [22:32:26 2020-06-12] 178: Checking synchronizations ** [22:32:26 2020-06-12] 178: Checking tracker ** [22:32:26 2020-06-12] 178: Checking user_migrations ** [22:32:26 2020-06-12] 178: Checking batch_updates ** [22:32:26 2020-06-12] 178: Checking gears ** [22:32:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:32:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:31 2020-06-12] 178: Checking imports ** [22:32:31 2020-06-12] 178: Checking exports ** [22:32:31 2020-06-12] 178: Checking users ** [22:32:31 2020-06-12] 178: Checking user_dbs ** [22:32:31 2020-06-12] 178: Checking geocodings ** [22:32:31 2020-06-12] 178: Checking synchronizations ** [22:32:31 2020-06-12] 178: Checking tracker ** [22:32:31 2020-06-12] 178: Checking user_migrations ** [22:32:31 2020-06-12] 178: Checking batch_updates ** [22:32:31 2020-06-12] 178: Checking gears ** [22:32:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:32:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:36 2020-06-12] 178: Checking imports ** [22:32:36 2020-06-12] 178: Checking exports ** [22:32:36 2020-06-12] 178: Checking users ** [22:32:36 2020-06-12] 178: Checking user_dbs ** [22:32:36 2020-06-12] 178: Checking geocodings ** [22:32:36 2020-06-12] 178: Checking synchronizations ** [22:32:36 2020-06-12] 178: Checking tracker ** [22:32:36 2020-06-12] 178: Checking user_migrations ** [22:32:36 2020-06-12] 178: Checking batch_updates ** [22:32:36 2020-06-12] 178: Checking gears ** [22:32:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:32:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:41 2020-06-12] 178: Checking imports ** [22:32:41 2020-06-12] 178: Checking exports ** [22:32:41 2020-06-12] 178: Checking users ** [22:32:41 2020-06-12] 178: Checking user_dbs ** [22:32:41 2020-06-12] 178: Checking geocodings ** [22:32:41 2020-06-12] 178: Checking synchronizations ** [22:32:41 2020-06-12] 178: Checking tracker ** [22:32:41 2020-06-12] 178: Checking user_migrations ** [22:32:41 2020-06-12] 178: Checking batch_updates ** [22:32:41 2020-06-12] 178: Checking gears ** [22:32:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:32:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:46 2020-06-12] 178: Checking imports ** [22:32:46 2020-06-12] 178: Checking exports ** [22:32:46 2020-06-12] 178: Checking users ** [22:32:46 2020-06-12] 178: Checking user_dbs ** [22:32:46 2020-06-12] 178: Checking geocodings ** [22:32:46 2020-06-12] 178: Checking synchronizations ** [22:32:46 2020-06-12] 178: Checking tracker ** [22:32:46 2020-06-12] 178: Checking user_migrations ** [22:32:46 2020-06-12] 178: Checking batch_updates ** [22:32:46 2020-06-12] 178: Checking gears ** [22:32:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:32:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:52 2020-06-12] 178: Checking imports ** [22:32:52 2020-06-12] 178: Checking exports ** [22:32:52 2020-06-12] 178: Checking users ** [22:32:52 2020-06-12] 178: Checking user_dbs ** [22:32:52 2020-06-12] 178: Checking geocodings ** [22:32:52 2020-06-12] 178: Checking synchronizations ** [22:32:52 2020-06-12] 178: Checking tracker ** [22:32:52 2020-06-12] 178: Checking user_migrations ** [22:32:52 2020-06-12] 178: Checking batch_updates ** [22:32:52 2020-06-12] 178: Checking gears ** [22:32:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:32:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:57 2020-06-12] 178: Checking imports ** [22:32:57 2020-06-12] 178: Checking exports ** [22:32:57 2020-06-12] 178: Checking users ** [22:32:57 2020-06-12] 178: Checking user_dbs ** [22:32:57 2020-06-12] 178: Checking geocodings ** [22:32:57 2020-06-12] 178: Checking synchronizations ** [22:32:57 2020-06-12] 178: Checking tracker ** [22:32:57 2020-06-12] 178: Checking user_migrations ** [22:32:57 2020-06-12] 178: Checking batch_updates ** [22:32:57 2020-06-12] 178: Checking gears ** [22:32:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:32:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:02 2020-06-12] 178: Checking imports ** [22:33:02 2020-06-12] 178: Checking exports ** [22:33:02 2020-06-12] 178: Checking users ** [22:33:02 2020-06-12] 178: Checking user_dbs ** [22:33:02 2020-06-12] 178: Checking geocodings ** [22:33:02 2020-06-12] 178: Checking synchronizations ** [22:33:02 2020-06-12] 178: Checking tracker ** [22:33:02 2020-06-12] 178: Checking user_migrations ** [22:33:02 2020-06-12] 178: Checking batch_updates ** [22:33:02 2020-06-12] 178: Checking gears ** [22:33:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:33:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:07 2020-06-12] 178: Checking imports ** [22:33:07 2020-06-12] 178: Checking exports ** [22:33:07 2020-06-12] 178: Checking users ** [22:33:07 2020-06-12] 178: Checking user_dbs ** [22:33:07 2020-06-12] 178: Checking geocodings ** [22:33:07 2020-06-12] 178: Checking synchronizations ** [22:33:07 2020-06-12] 178: Checking tracker ** [22:33:07 2020-06-12] 178: Checking user_migrations ** [22:33:07 2020-06-12] 178: Checking batch_updates ** [22:33:07 2020-06-12] 178: Checking gears ** [22:33:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:33:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:12 2020-06-12] 178: Checking imports ** [22:33:12 2020-06-12] 178: Checking exports ** [22:33:12 2020-06-12] 178: Checking users ** [22:33:12 2020-06-12] 178: Checking user_dbs ** [22:33:12 2020-06-12] 178: Checking geocodings ** [22:33:12 2020-06-12] 178: Checking synchronizations ** [22:33:12 2020-06-12] 178: Checking tracker ** [22:33:12 2020-06-12] 178: Checking user_migrations ** [22:33:12 2020-06-12] 178: Checking batch_updates ** [22:33:12 2020-06-12] 178: Checking gears ** [22:33:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:33:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:17 2020-06-12] 178: Checking imports ** [22:33:17 2020-06-12] 178: Checking exports ** [22:33:17 2020-06-12] 178: Checking users ** [22:33:17 2020-06-12] 178: Checking user_dbs ** [22:33:17 2020-06-12] 178: Checking geocodings ** [22:33:17 2020-06-12] 178: Checking synchronizations ** [22:33:17 2020-06-12] 178: Checking tracker ** [22:33:17 2020-06-12] 178: Checking user_migrations ** [22:33:17 2020-06-12] 178: Checking batch_updates ** [22:33:17 2020-06-12] 178: Checking gears ** [22:33:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:33:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:22 2020-06-12] 178: Checking imports ** [22:33:22 2020-06-12] 178: Checking exports ** [22:33:22 2020-06-12] 178: Checking users ** [22:33:22 2020-06-12] 178: Checking user_dbs ** [22:33:22 2020-06-12] 178: Checking geocodings ** [22:33:22 2020-06-12] 178: Checking synchronizations ** [22:33:22 2020-06-12] 178: Checking tracker ** [22:33:22 2020-06-12] 178: Checking user_migrations ** [22:33:22 2020-06-12] 178: Checking batch_updates ** [22:33:22 2020-06-12] 178: Checking gears ** [22:33:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:33:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:27 2020-06-12] 178: Checking imports ** [22:33:27 2020-06-12] 178: Checking exports ** [22:33:27 2020-06-12] 178: Checking users ** [22:33:27 2020-06-12] 178: Checking user_dbs ** [22:33:27 2020-06-12] 178: Checking geocodings ** [22:33:27 2020-06-12] 178: Checking synchronizations ** [22:33:27 2020-06-12] 178: Checking tracker ** [22:33:27 2020-06-12] 178: Checking user_migrations ** [22:33:27 2020-06-12] 178: Checking batch_updates ** [22:33:27 2020-06-12] 178: Checking gears ** [22:33:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:33:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:32 2020-06-12] 178: Checking imports ** [22:33:32 2020-06-12] 178: Checking exports ** [22:33:32 2020-06-12] 178: Checking users ** [22:33:32 2020-06-12] 178: Checking user_dbs ** [22:33:32 2020-06-12] 178: Checking geocodings ** [22:33:32 2020-06-12] 178: Checking synchronizations ** [22:33:32 2020-06-12] 178: Checking tracker ** [22:33:32 2020-06-12] 178: Checking user_migrations ** [22:33:32 2020-06-12] 178: Checking batch_updates ** [22:33:32 2020-06-12] 178: Checking gears ** [22:33:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:33:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:37 2020-06-12] 178: Checking imports ** [22:33:37 2020-06-12] 178: Checking exports ** [22:33:37 2020-06-12] 178: Checking users ** [22:33:37 2020-06-12] 178: Checking user_dbs ** [22:33:37 2020-06-12] 178: Checking geocodings ** [22:33:37 2020-06-12] 178: Checking synchronizations ** [22:33:37 2020-06-12] 178: Checking tracker ** [22:33:37 2020-06-12] 178: Checking user_migrations ** [22:33:37 2020-06-12] 178: Checking batch_updates ** [22:33:37 2020-06-12] 178: Checking gears ** [22:33:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:33:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:42 2020-06-12] 178: Checking imports ** [22:33:42 2020-06-12] 178: Checking exports ** [22:33:42 2020-06-12] 178: Checking users ** [22:33:42 2020-06-12] 178: Checking user_dbs ** [22:33:42 2020-06-12] 178: Checking geocodings ** [22:33:42 2020-06-12] 178: Checking synchronizations ** [22:33:42 2020-06-12] 178: Checking tracker ** [22:33:42 2020-06-12] 178: Checking user_migrations ** [22:33:42 2020-06-12] 178: Checking batch_updates ** [22:33:42 2020-06-12] 178: Checking gears ** [22:33:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:33:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:47 2020-06-12] 178: Checking imports ** [22:33:47 2020-06-12] 178: Checking exports ** [22:33:47 2020-06-12] 178: Checking users ** [22:33:47 2020-06-12] 178: Checking user_dbs ** [22:33:47 2020-06-12] 178: Checking geocodings ** [22:33:47 2020-06-12] 178: Checking synchronizations ** [22:33:47 2020-06-12] 178: Checking tracker ** [22:33:47 2020-06-12] 178: Checking user_migrations ** [22:33:47 2020-06-12] 178: Checking batch_updates ** [22:33:47 2020-06-12] 178: Checking gears ** [22:33:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:33:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:52 2020-06-12] 178: Checking imports ** [22:33:52 2020-06-12] 178: Checking exports ** [22:33:52 2020-06-12] 178: Checking users ** [22:33:52 2020-06-12] 178: Checking user_dbs ** [22:33:52 2020-06-12] 178: Checking geocodings ** [22:33:52 2020-06-12] 178: Checking synchronizations ** [22:33:52 2020-06-12] 178: Checking tracker ** [22:33:52 2020-06-12] 178: Checking user_migrations ** [22:33:52 2020-06-12] 178: Checking batch_updates ** [22:33:52 2020-06-12] 178: Checking gears ** [22:33:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:33:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:57 2020-06-12] 178: Checking imports ** [22:33:57 2020-06-12] 178: Checking exports ** [22:33:57 2020-06-12] 178: Checking users ** [22:33:57 2020-06-12] 178: Checking user_dbs ** [22:33:57 2020-06-12] 178: Checking geocodings ** [22:33:57 2020-06-12] 178: Checking synchronizations ** [22:33:57 2020-06-12] 178: Checking tracker ** [22:33:57 2020-06-12] 178: Checking user_migrations ** [22:33:57 2020-06-12] 178: Checking batch_updates ** [22:33:57 2020-06-12] 178: Checking gears ** [22:33:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:33:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:02 2020-06-12] 178: Checking imports ** [22:34:02 2020-06-12] 178: Checking exports ** [22:34:02 2020-06-12] 178: Checking users ** [22:34:02 2020-06-12] 178: Checking user_dbs ** [22:34:02 2020-06-12] 178: Checking geocodings ** [22:34:02 2020-06-12] 178: Checking synchronizations ** [22:34:02 2020-06-12] 178: Checking tracker ** [22:34:02 2020-06-12] 178: Checking user_migrations ** [22:34:02 2020-06-12] 178: Checking batch_updates ** [22:34:02 2020-06-12] 178: Checking gears ** [22:34:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:34:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:07 2020-06-12] 178: Checking imports ** [22:34:07 2020-06-12] 178: Checking exports ** [22:34:07 2020-06-12] 178: Checking users ** [22:34:07 2020-06-12] 178: Checking user_dbs ** [22:34:07 2020-06-12] 178: Checking geocodings ** [22:34:07 2020-06-12] 178: Checking synchronizations ** [22:34:07 2020-06-12] 178: Checking tracker ** [22:34:07 2020-06-12] 178: Checking user_migrations ** [22:34:07 2020-06-12] 178: Checking batch_updates ** [22:34:07 2020-06-12] 178: Checking gears ** [22:34:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:34:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:12 2020-06-12] 178: Checking imports ** [22:34:12 2020-06-12] 178: Checking exports ** [22:34:12 2020-06-12] 178: Checking users ** [22:34:12 2020-06-12] 178: Checking user_dbs ** [22:34:12 2020-06-12] 178: Checking geocodings ** [22:34:12 2020-06-12] 178: Checking synchronizations ** [22:34:12 2020-06-12] 178: Checking tracker ** [22:34:12 2020-06-12] 178: Checking user_migrations ** [22:34:12 2020-06-12] 178: Checking batch_updates ** [22:34:12 2020-06-12] 178: Checking gears ** [22:34:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:34:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:17 2020-06-12] 178: Checking imports ** [22:34:17 2020-06-12] 178: Checking exports ** [22:34:17 2020-06-12] 178: Checking users ** [22:34:17 2020-06-12] 178: Checking user_dbs ** [22:34:17 2020-06-12] 178: Checking geocodings ** [22:34:17 2020-06-12] 178: Checking synchronizations ** [22:34:17 2020-06-12] 178: Checking tracker ** [22:34:17 2020-06-12] 178: Checking user_migrations ** [22:34:17 2020-06-12] 178: Checking batch_updates ** [22:34:17 2020-06-12] 178: Checking gears ** [22:34:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:34:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:22 2020-06-12] 178: Checking imports ** [22:34:22 2020-06-12] 178: Checking exports ** [22:34:22 2020-06-12] 178: Checking users ** [22:34:22 2020-06-12] 178: Checking user_dbs ** [22:34:22 2020-06-12] 178: Checking geocodings ** [22:34:22 2020-06-12] 178: Checking synchronizations ** [22:34:22 2020-06-12] 178: Checking tracker ** [22:34:22 2020-06-12] 178: Checking user_migrations ** [22:34:22 2020-06-12] 178: Checking batch_updates ** [22:34:22 2020-06-12] 178: Checking gears ** [22:34:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:34:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:27 2020-06-12] 178: Checking imports ** [22:34:27 2020-06-12] 178: Checking exports ** [22:34:27 2020-06-12] 178: Checking users ** [22:34:27 2020-06-12] 178: Checking user_dbs ** [22:34:27 2020-06-12] 178: Checking geocodings ** [22:34:27 2020-06-12] 178: Checking synchronizations ** [22:34:27 2020-06-12] 178: Checking tracker ** [22:34:27 2020-06-12] 178: Checking user_migrations ** [22:34:27 2020-06-12] 178: Checking batch_updates ** [22:34:27 2020-06-12] 178: Checking gears ** [22:34:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:34:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:32 2020-06-12] 178: Checking imports ** [22:34:32 2020-06-12] 178: Checking exports ** [22:34:32 2020-06-12] 178: Checking users ** [22:34:32 2020-06-12] 178: Checking user_dbs ** [22:34:32 2020-06-12] 178: Checking geocodings ** [22:34:32 2020-06-12] 178: Checking synchronizations ** [22:34:32 2020-06-12] 178: Checking tracker ** [22:34:32 2020-06-12] 178: Checking user_migrations ** [22:34:32 2020-06-12] 178: Checking batch_updates ** [22:34:32 2020-06-12] 178: Checking gears ** [22:34:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:34:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:37 2020-06-12] 178: Checking imports ** [22:34:37 2020-06-12] 178: Checking exports ** [22:34:37 2020-06-12] 178: Checking users ** [22:34:37 2020-06-12] 178: Checking user_dbs ** [22:34:37 2020-06-12] 178: Checking geocodings ** [22:34:37 2020-06-12] 178: Checking synchronizations ** [22:34:37 2020-06-12] 178: Checking tracker ** [22:34:37 2020-06-12] 178: Checking user_migrations ** [22:34:37 2020-06-12] 178: Checking batch_updates ** [22:34:37 2020-06-12] 178: Checking gears ** [22:34:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:34:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:42 2020-06-12] 178: Checking imports ** [22:34:42 2020-06-12] 178: Checking exports ** [22:34:42 2020-06-12] 178: Checking users ** [22:34:42 2020-06-12] 178: Checking user_dbs ** [22:34:42 2020-06-12] 178: Checking geocodings ** [22:34:42 2020-06-12] 178: Checking synchronizations ** [22:34:42 2020-06-12] 178: Checking tracker ** [22:34:42 2020-06-12] 178: Checking user_migrations ** [22:34:42 2020-06-12] 178: Checking batch_updates ** [22:34:42 2020-06-12] 178: Checking gears ** [22:34:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:34:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:47 2020-06-12] 178: Checking imports ** [22:34:47 2020-06-12] 178: Checking exports ** [22:34:47 2020-06-12] 178: Checking users ** [22:34:47 2020-06-12] 178: Checking user_dbs ** [22:34:47 2020-06-12] 178: Checking geocodings ** [22:34:47 2020-06-12] 178: Checking synchronizations ** [22:34:47 2020-06-12] 178: Checking tracker ** [22:34:47 2020-06-12] 178: Checking user_migrations ** [22:34:47 2020-06-12] 178: Checking batch_updates ** [22:34:47 2020-06-12] 178: Checking gears ** [22:34:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:34:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:52 2020-06-12] 178: Checking imports ** [22:34:52 2020-06-12] 178: Checking exports ** [22:34:52 2020-06-12] 178: Checking users ** [22:34:52 2020-06-12] 178: Checking user_dbs ** [22:34:52 2020-06-12] 178: Checking geocodings ** [22:34:52 2020-06-12] 178: Checking synchronizations ** [22:34:52 2020-06-12] 178: Checking tracker ** [22:34:52 2020-06-12] 178: Checking user_migrations ** [22:34:52 2020-06-12] 178: Checking batch_updates ** [22:34:52 2020-06-12] 178: Checking gears ** [22:34:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:34:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:57 2020-06-12] 178: Checking imports ** [22:34:57 2020-06-12] 178: Checking exports ** [22:34:57 2020-06-12] 178: Checking users ** [22:34:57 2020-06-12] 178: Checking user_dbs ** [22:34:57 2020-06-12] 178: Checking geocodings ** [22:34:57 2020-06-12] 178: Checking synchronizations ** [22:34:57 2020-06-12] 178: Checking tracker ** [22:34:57 2020-06-12] 178: Checking user_migrations ** [22:34:57 2020-06-12] 178: Checking batch_updates ** [22:34:57 2020-06-12] 178: Checking gears ** [22:34:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:34:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:02 2020-06-12] 178: Checking imports ** [22:35:02 2020-06-12] 178: Checking exports ** [22:35:02 2020-06-12] 178: Checking users ** [22:35:02 2020-06-12] 178: Checking user_dbs ** [22:35:02 2020-06-12] 178: Checking geocodings ** [22:35:02 2020-06-12] 178: Checking synchronizations ** [22:35:02 2020-06-12] 178: Checking tracker ** [22:35:02 2020-06-12] 178: Checking user_migrations ** [22:35:02 2020-06-12] 178: Checking batch_updates ** [22:35:02 2020-06-12] 178: Checking gears ** [22:35:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:35:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:07 2020-06-12] 178: Checking imports ** [22:35:07 2020-06-12] 178: Checking exports ** [22:35:07 2020-06-12] 178: Checking users ** [22:35:07 2020-06-12] 178: Checking user_dbs ** [22:35:07 2020-06-12] 178: Checking geocodings ** [22:35:07 2020-06-12] 178: Checking synchronizations ** [22:35:07 2020-06-12] 178: Checking tracker ** [22:35:07 2020-06-12] 178: Checking user_migrations ** [22:35:07 2020-06-12] 178: Checking batch_updates ** [22:35:07 2020-06-12] 178: Checking gears ** [22:35:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:35:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:12 2020-06-12] 178: Checking imports ** [22:35:12 2020-06-12] 178: Checking exports ** [22:35:12 2020-06-12] 178: Checking users ** [22:35:12 2020-06-12] 178: Checking user_dbs ** [22:35:12 2020-06-12] 178: Checking geocodings ** [22:35:12 2020-06-12] 178: Checking synchronizations ** [22:35:12 2020-06-12] 178: Checking tracker ** [22:35:12 2020-06-12] 178: Checking user_migrations ** [22:35:12 2020-06-12] 178: Checking batch_updates ** [22:35:12 2020-06-12] 178: Checking gears ** [22:35:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:35:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:17 2020-06-12] 178: Checking imports ** [22:35:17 2020-06-12] 178: Checking exports ** [22:35:17 2020-06-12] 178: Checking users ** [22:35:17 2020-06-12] 178: Checking user_dbs ** [22:35:17 2020-06-12] 178: Checking geocodings ** [22:35:17 2020-06-12] 178: Checking synchronizations ** [22:35:17 2020-06-12] 178: Checking tracker ** [22:35:17 2020-06-12] 178: Checking user_migrations ** [22:35:17 2020-06-12] 178: Checking batch_updates ** [22:35:17 2020-06-12] 178: Checking gears ** [22:35:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:35:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:22 2020-06-12] 178: Checking imports ** [22:35:22 2020-06-12] 178: Checking exports ** [22:35:22 2020-06-12] 178: Checking users ** [22:35:22 2020-06-12] 178: Checking user_dbs ** [22:35:22 2020-06-12] 178: Checking geocodings ** [22:35:22 2020-06-12] 178: Checking synchronizations ** [22:35:22 2020-06-12] 178: Checking tracker ** [22:35:22 2020-06-12] 178: Checking user_migrations ** [22:35:22 2020-06-12] 178: Checking batch_updates ** [22:35:22 2020-06-12] 178: Checking gears ** [22:35:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:35:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:27 2020-06-12] 178: Checking imports ** [22:35:27 2020-06-12] 178: Checking exports ** [22:35:27 2020-06-12] 178: Checking users ** [22:35:27 2020-06-12] 178: Checking user_dbs ** [22:35:27 2020-06-12] 178: Checking geocodings ** [22:35:27 2020-06-12] 178: Checking synchronizations ** [22:35:27 2020-06-12] 178: Checking tracker ** [22:35:27 2020-06-12] 178: Checking user_migrations ** [22:35:27 2020-06-12] 178: Checking batch_updates ** [22:35:27 2020-06-12] 178: Checking gears ** [22:35:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:35:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:32 2020-06-12] 178: Checking imports ** [22:35:32 2020-06-12] 178: Checking exports ** [22:35:32 2020-06-12] 178: Checking users ** [22:35:32 2020-06-12] 178: Checking user_dbs ** [22:35:32 2020-06-12] 178: Checking geocodings ** [22:35:32 2020-06-12] 178: Checking synchronizations ** [22:35:32 2020-06-12] 178: Checking tracker ** [22:35:32 2020-06-12] 178: Checking user_migrations ** [22:35:32 2020-06-12] 178: Checking batch_updates ** [22:35:32 2020-06-12] 178: Checking gears ** [22:35:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:35:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:37 2020-06-12] 178: Checking imports ** [22:35:37 2020-06-12] 178: Checking exports ** [22:35:37 2020-06-12] 178: Checking users ** [22:35:37 2020-06-12] 178: Checking user_dbs ** [22:35:37 2020-06-12] 178: Checking geocodings ** [22:35:37 2020-06-12] 178: Checking synchronizations ** [22:35:37 2020-06-12] 178: Checking tracker ** [22:35:37 2020-06-12] 178: Checking user_migrations ** [22:35:37 2020-06-12] 178: Checking batch_updates ** [22:35:37 2020-06-12] 178: Checking gears ** [22:35:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:35:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:42 2020-06-12] 178: Checking imports ** [22:35:42 2020-06-12] 178: Checking exports ** [22:35:42 2020-06-12] 178: Checking users ** [22:35:42 2020-06-12] 178: Checking user_dbs ** [22:35:42 2020-06-12] 178: Checking geocodings ** [22:35:42 2020-06-12] 178: Checking synchronizations ** [22:35:42 2020-06-12] 178: Checking tracker ** [22:35:42 2020-06-12] 178: Checking user_migrations ** [22:35:42 2020-06-12] 178: Checking batch_updates ** [22:35:42 2020-06-12] 178: Checking gears ** [22:35:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:35:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:47 2020-06-12] 178: Checking imports ** [22:35:47 2020-06-12] 178: Checking exports ** [22:35:47 2020-06-12] 178: Checking users ** [22:35:47 2020-06-12] 178: Checking user_dbs ** [22:35:47 2020-06-12] 178: Checking geocodings ** [22:35:47 2020-06-12] 178: Checking synchronizations ** [22:35:47 2020-06-12] 178: Checking tracker ** [22:35:47 2020-06-12] 178: Checking user_migrations ** [22:35:47 2020-06-12] 178: Checking batch_updates ** [22:35:47 2020-06-12] 178: Checking gears ** [22:35:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:35:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:52 2020-06-12] 178: Checking imports ** [22:35:52 2020-06-12] 178: Checking exports ** [22:35:52 2020-06-12] 178: Checking users ** [22:35:52 2020-06-12] 178: Checking user_dbs ** [22:35:52 2020-06-12] 178: Checking geocodings ** [22:35:52 2020-06-12] 178: Checking synchronizations ** [22:35:52 2020-06-12] 178: Checking tracker ** [22:35:52 2020-06-12] 178: Checking user_migrations ** [22:35:52 2020-06-12] 178: Checking batch_updates ** [22:35:52 2020-06-12] 178: Checking gears ** [22:35:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:35:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:57 2020-06-12] 178: Checking imports ** [22:35:57 2020-06-12] 178: Checking exports ** [22:35:57 2020-06-12] 178: Checking users ** [22:35:57 2020-06-12] 178: Checking user_dbs ** [22:35:57 2020-06-12] 178: Checking geocodings ** [22:35:57 2020-06-12] 178: Checking synchronizations ** [22:35:57 2020-06-12] 178: Checking tracker ** [22:35:57 2020-06-12] 178: Checking user_migrations ** [22:35:57 2020-06-12] 178: Checking batch_updates ** [22:35:57 2020-06-12] 178: Checking gears ** [22:35:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:35:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:02 2020-06-12] 178: Checking imports ** [22:36:02 2020-06-12] 178: Checking exports ** [22:36:02 2020-06-12] 178: Checking users ** [22:36:02 2020-06-12] 178: Checking user_dbs ** [22:36:02 2020-06-12] 178: Checking geocodings ** [22:36:02 2020-06-12] 178: Checking synchronizations ** [22:36:02 2020-06-12] 178: Checking tracker ** [22:36:02 2020-06-12] 178: Checking user_migrations ** [22:36:02 2020-06-12] 178: Checking batch_updates ** [22:36:02 2020-06-12] 178: Checking gears ** [22:36:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:36:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:07 2020-06-12] 178: Checking imports ** [22:36:07 2020-06-12] 178: Checking exports ** [22:36:07 2020-06-12] 178: Checking users ** [22:36:07 2020-06-12] 178: Checking user_dbs ** [22:36:07 2020-06-12] 178: Checking geocodings ** [22:36:07 2020-06-12] 178: Checking synchronizations ** [22:36:07 2020-06-12] 178: Checking tracker ** [22:36:07 2020-06-12] 178: Checking user_migrations ** [22:36:07 2020-06-12] 178: Checking batch_updates ** [22:36:07 2020-06-12] 178: Checking gears ** [22:36:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:36:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:12 2020-06-12] 178: Checking imports ** [22:36:12 2020-06-12] 178: Checking exports ** [22:36:12 2020-06-12] 178: Checking users ** [22:36:12 2020-06-12] 178: Checking user_dbs ** [22:36:12 2020-06-12] 178: Checking geocodings ** [22:36:12 2020-06-12] 178: Checking synchronizations ** [22:36:12 2020-06-12] 178: Checking tracker ** [22:36:12 2020-06-12] 178: Checking user_migrations ** [22:36:12 2020-06-12] 178: Checking batch_updates ** [22:36:12 2020-06-12] 178: Checking gears ** [22:36:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:36:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:17 2020-06-12] 178: Checking imports ** [22:36:17 2020-06-12] 178: Checking exports ** [22:36:17 2020-06-12] 178: Checking users ** [22:36:17 2020-06-12] 178: Checking user_dbs ** [22:36:17 2020-06-12] 178: Checking geocodings ** [22:36:17 2020-06-12] 178: Checking synchronizations ** [22:36:17 2020-06-12] 178: Checking tracker ** [22:36:17 2020-06-12] 178: Checking user_migrations ** [22:36:17 2020-06-12] 178: Checking batch_updates ** [22:36:17 2020-06-12] 178: Checking gears ** [22:36:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:36:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:22 2020-06-12] 178: Checking imports ** [22:36:22 2020-06-12] 178: Checking exports ** [22:36:22 2020-06-12] 178: Checking users ** [22:36:22 2020-06-12] 178: Checking user_dbs ** [22:36:22 2020-06-12] 178: Checking geocodings ** [22:36:22 2020-06-12] 178: Checking synchronizations ** [22:36:22 2020-06-12] 178: Checking tracker ** [22:36:22 2020-06-12] 178: Checking user_migrations ** [22:36:22 2020-06-12] 178: Checking batch_updates ** [22:36:22 2020-06-12] 178: Checking gears ** [22:36:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:36:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:27 2020-06-12] 178: Checking imports ** [22:36:27 2020-06-12] 178: Checking exports ** [22:36:27 2020-06-12] 178: Checking users ** [22:36:27 2020-06-12] 178: Checking user_dbs ** [22:36:27 2020-06-12] 178: Checking geocodings ** [22:36:27 2020-06-12] 178: Checking synchronizations ** [22:36:27 2020-06-12] 178: Checking tracker ** [22:36:27 2020-06-12] 178: Checking user_migrations ** [22:36:27 2020-06-12] 178: Checking batch_updates ** [22:36:27 2020-06-12] 178: Checking gears ** [22:36:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:36:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:32 2020-06-12] 178: Checking imports ** [22:36:32 2020-06-12] 178: Checking exports ** [22:36:32 2020-06-12] 178: Checking users ** [22:36:32 2020-06-12] 178: Checking user_dbs ** [22:36:32 2020-06-12] 178: Checking geocodings ** [22:36:32 2020-06-12] 178: Checking synchronizations ** [22:36:32 2020-06-12] 178: Checking tracker ** [22:36:32 2020-06-12] 178: Checking user_migrations ** [22:36:32 2020-06-12] 178: Checking batch_updates ** [22:36:32 2020-06-12] 178: Checking gears ** [22:36:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:36:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:37 2020-06-12] 178: Checking imports ** [22:36:37 2020-06-12] 178: Checking exports ** [22:36:37 2020-06-12] 178: Checking users ** [22:36:37 2020-06-12] 178: Checking user_dbs ** [22:36:37 2020-06-12] 178: Checking geocodings ** [22:36:37 2020-06-12] 178: Checking synchronizations ** [22:36:37 2020-06-12] 178: Checking tracker ** [22:36:37 2020-06-12] 178: Checking user_migrations ** [22:36:37 2020-06-12] 178: Checking batch_updates ** [22:36:37 2020-06-12] 178: Checking gears ** [22:36:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:36:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:42 2020-06-12] 178: Checking imports ** [22:36:42 2020-06-12] 178: Checking exports ** [22:36:42 2020-06-12] 178: Checking users ** [22:36:42 2020-06-12] 178: Checking user_dbs ** [22:36:42 2020-06-12] 178: Checking geocodings ** [22:36:42 2020-06-12] 178: Checking synchronizations ** [22:36:42 2020-06-12] 178: Checking tracker ** [22:36:42 2020-06-12] 178: Checking user_migrations ** [22:36:42 2020-06-12] 178: Checking batch_updates ** [22:36:42 2020-06-12] 178: Checking gears ** [22:36:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:36:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:47 2020-06-12] 178: Checking imports ** [22:36:47 2020-06-12] 178: Checking exports ** [22:36:47 2020-06-12] 178: Checking users ** [22:36:47 2020-06-12] 178: Checking user_dbs ** [22:36:47 2020-06-12] 178: Checking geocodings ** [22:36:47 2020-06-12] 178: Checking synchronizations ** [22:36:47 2020-06-12] 178: Checking tracker ** [22:36:47 2020-06-12] 178: Checking user_migrations ** [22:36:47 2020-06-12] 178: Checking batch_updates ** [22:36:47 2020-06-12] 178: Checking gears ** [22:36:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:36:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:52 2020-06-12] 178: Checking imports ** [22:36:52 2020-06-12] 178: Checking exports ** [22:36:52 2020-06-12] 178: Checking users ** [22:36:52 2020-06-12] 178: Checking user_dbs ** [22:36:52 2020-06-12] 178: Checking geocodings ** [22:36:52 2020-06-12] 178: Checking synchronizations ** [22:36:52 2020-06-12] 178: Checking tracker ** [22:36:52 2020-06-12] 178: Checking user_migrations ** [22:36:52 2020-06-12] 178: Checking batch_updates ** [22:36:52 2020-06-12] 178: Checking gears ** [22:36:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:36:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:57 2020-06-12] 178: Checking imports ** [22:36:57 2020-06-12] 178: Checking exports ** [22:36:57 2020-06-12] 178: Checking users ** [22:36:57 2020-06-12] 178: Checking user_dbs ** [22:36:57 2020-06-12] 178: Checking geocodings ** [22:36:57 2020-06-12] 178: Checking synchronizations ** [22:36:57 2020-06-12] 178: Checking tracker ** [22:36:57 2020-06-12] 178: Checking user_migrations ** [22:36:57 2020-06-12] 178: Checking batch_updates ** [22:36:57 2020-06-12] 178: Checking gears ** [22:36:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:36:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:02 2020-06-12] 178: Checking imports ** [22:37:02 2020-06-12] 178: Checking exports ** [22:37:02 2020-06-12] 178: Checking users ** [22:37:02 2020-06-12] 178: Checking user_dbs ** [22:37:02 2020-06-12] 178: Checking geocodings ** [22:37:02 2020-06-12] 178: Checking synchronizations ** [22:37:02 2020-06-12] 178: Checking tracker ** [22:37:02 2020-06-12] 178: Checking user_migrations ** [22:37:02 2020-06-12] 178: Checking batch_updates ** [22:37:02 2020-06-12] 178: Checking gears ** [22:37:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:37:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:07 2020-06-12] 178: Checking imports ** [22:37:07 2020-06-12] 178: Checking exports ** [22:37:07 2020-06-12] 178: Checking users ** [22:37:07 2020-06-12] 178: Checking user_dbs ** [22:37:07 2020-06-12] 178: Checking geocodings ** [22:37:07 2020-06-12] 178: Checking synchronizations ** [22:37:07 2020-06-12] 178: Checking tracker ** [22:37:07 2020-06-12] 178: Checking user_migrations ** [22:37:07 2020-06-12] 178: Checking batch_updates ** [22:37:07 2020-06-12] 178: Checking gears ** [22:37:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:37:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:12 2020-06-12] 178: Checking imports ** [22:37:12 2020-06-12] 178: Checking exports ** [22:37:12 2020-06-12] 178: Checking users ** [22:37:12 2020-06-12] 178: Checking user_dbs ** [22:37:12 2020-06-12] 178: Checking geocodings ** [22:37:12 2020-06-12] 178: Checking synchronizations ** [22:37:12 2020-06-12] 178: Checking tracker ** [22:37:12 2020-06-12] 178: Checking user_migrations ** [22:37:12 2020-06-12] 178: Checking batch_updates ** [22:37:12 2020-06-12] 178: Checking gears ** [22:37:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:37:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:17 2020-06-12] 178: Checking imports ** [22:37:17 2020-06-12] 178: Checking exports ** [22:37:17 2020-06-12] 178: Checking users ** [22:37:17 2020-06-12] 178: Checking user_dbs ** [22:37:17 2020-06-12] 178: Checking geocodings ** [22:37:17 2020-06-12] 178: Checking synchronizations ** [22:37:17 2020-06-12] 178: Checking tracker ** [22:37:17 2020-06-12] 178: Checking user_migrations ** [22:37:17 2020-06-12] 178: Checking batch_updates ** [22:37:17 2020-06-12] 178: Checking gears ** [22:37:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:37:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:22 2020-06-12] 178: Checking imports ** [22:37:22 2020-06-12] 178: Checking exports ** [22:37:22 2020-06-12] 178: Checking users ** [22:37:22 2020-06-12] 178: Checking user_dbs ** [22:37:22 2020-06-12] 178: Checking geocodings ** [22:37:22 2020-06-12] 178: Checking synchronizations ** [22:37:22 2020-06-12] 178: Checking tracker ** [22:37:22 2020-06-12] 178: Checking user_migrations ** [22:37:22 2020-06-12] 178: Checking batch_updates ** [22:37:22 2020-06-12] 178: Checking gears ** [22:37:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:37:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:27 2020-06-12] 178: Checking imports ** [22:37:27 2020-06-12] 178: Checking exports ** [22:37:27 2020-06-12] 178: Checking users ** [22:37:27 2020-06-12] 178: Checking user_dbs ** [22:37:27 2020-06-12] 178: Checking geocodings ** [22:37:27 2020-06-12] 178: Checking synchronizations ** [22:37:27 2020-06-12] 178: Checking tracker ** [22:37:27 2020-06-12] 178: Checking user_migrations ** [22:37:27 2020-06-12] 178: Checking batch_updates ** [22:37:27 2020-06-12] 178: Checking gears ** [22:37:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:37:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:32 2020-06-12] 178: Checking imports ** [22:37:32 2020-06-12] 178: Checking exports ** [22:37:32 2020-06-12] 178: Checking users ** [22:37:32 2020-06-12] 178: Checking user_dbs ** [22:37:32 2020-06-12] 178: Checking geocodings ** [22:37:32 2020-06-12] 178: Checking synchronizations ** [22:37:32 2020-06-12] 178: Checking tracker ** [22:37:32 2020-06-12] 178: Checking user_migrations ** [22:37:32 2020-06-12] 178: Checking batch_updates ** [22:37:32 2020-06-12] 178: Checking gears ** [22:37:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:37:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:37 2020-06-12] 178: Checking imports ** [22:37:37 2020-06-12] 178: Checking exports ** [22:37:37 2020-06-12] 178: Checking users ** [22:37:37 2020-06-12] 178: Checking user_dbs ** [22:37:37 2020-06-12] 178: Checking geocodings ** [22:37:37 2020-06-12] 178: Checking synchronizations ** [22:37:37 2020-06-12] 178: Checking tracker ** [22:37:37 2020-06-12] 178: Checking user_migrations ** [22:37:37 2020-06-12] 178: Checking batch_updates ** [22:37:37 2020-06-12] 178: Checking gears ** [22:37:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:37:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:42 2020-06-12] 178: Checking imports ** [22:37:42 2020-06-12] 178: Checking exports ** [22:37:42 2020-06-12] 178: Checking users ** [22:37:42 2020-06-12] 178: Checking user_dbs ** [22:37:42 2020-06-12] 178: Checking geocodings ** [22:37:42 2020-06-12] 178: Checking synchronizations ** [22:37:42 2020-06-12] 178: Checking tracker ** [22:37:42 2020-06-12] 178: Checking user_migrations ** [22:37:42 2020-06-12] 178: Checking batch_updates ** [22:37:42 2020-06-12] 178: Checking gears ** [22:37:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:37:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:47 2020-06-12] 178: Checking imports ** [22:37:47 2020-06-12] 178: Checking exports ** [22:37:47 2020-06-12] 178: Checking users ** [22:37:47 2020-06-12] 178: Checking user_dbs ** [22:37:47 2020-06-12] 178: Checking geocodings ** [22:37:47 2020-06-12] 178: Checking synchronizations ** [22:37:47 2020-06-12] 178: Checking tracker ** [22:37:47 2020-06-12] 178: Checking user_migrations ** [22:37:47 2020-06-12] 178: Checking batch_updates ** [22:37:47 2020-06-12] 178: Checking gears ** [22:37:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:37:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:52 2020-06-12] 178: Checking imports ** [22:37:52 2020-06-12] 178: Checking exports ** [22:37:52 2020-06-12] 178: Checking users ** [22:37:52 2020-06-12] 178: Checking user_dbs ** [22:37:52 2020-06-12] 178: Checking geocodings ** [22:37:52 2020-06-12] 178: Checking synchronizations ** [22:37:52 2020-06-12] 178: Checking tracker ** [22:37:52 2020-06-12] 178: Checking user_migrations ** [22:37:52 2020-06-12] 178: Checking batch_updates ** [22:37:52 2020-06-12] 178: Checking gears ** [22:37:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:37:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:57 2020-06-12] 178: Checking imports ** [22:37:57 2020-06-12] 178: Checking exports ** [22:37:57 2020-06-12] 178: Checking users ** [22:37:57 2020-06-12] 178: Checking user_dbs ** [22:37:57 2020-06-12] 178: Checking geocodings ** [22:37:57 2020-06-12] 178: Checking synchronizations ** [22:37:57 2020-06-12] 178: Checking tracker ** [22:37:57 2020-06-12] 178: Checking user_migrations ** [22:37:57 2020-06-12] 178: Checking batch_updates ** [22:37:57 2020-06-12] 178: Checking gears ** [22:37:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:37:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:02 2020-06-12] 178: Checking imports ** [22:38:02 2020-06-12] 178: Checking exports ** [22:38:02 2020-06-12] 178: Checking users ** [22:38:02 2020-06-12] 178: Checking user_dbs ** [22:38:02 2020-06-12] 178: Checking geocodings ** [22:38:02 2020-06-12] 178: Checking synchronizations ** [22:38:02 2020-06-12] 178: Checking tracker ** [22:38:02 2020-06-12] 178: Checking user_migrations ** [22:38:02 2020-06-12] 178: Checking batch_updates ** [22:38:02 2020-06-12] 178: Checking gears ** [22:38:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:38:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:07 2020-06-12] 178: Checking imports ** [22:38:07 2020-06-12] 178: Checking exports ** [22:38:07 2020-06-12] 178: Checking users ** [22:38:07 2020-06-12] 178: Checking user_dbs ** [22:38:07 2020-06-12] 178: Checking geocodings ** [22:38:07 2020-06-12] 178: Checking synchronizations ** [22:38:07 2020-06-12] 178: Checking tracker ** [22:38:07 2020-06-12] 178: Checking user_migrations ** [22:38:07 2020-06-12] 178: Checking batch_updates ** [22:38:07 2020-06-12] 178: Checking gears ** [22:38:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:38:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:12 2020-06-12] 178: Checking imports ** [22:38:12 2020-06-12] 178: Checking exports ** [22:38:12 2020-06-12] 178: Checking users ** [22:38:12 2020-06-12] 178: Checking user_dbs ** [22:38:12 2020-06-12] 178: Checking geocodings ** [22:38:12 2020-06-12] 178: Checking synchronizations ** [22:38:12 2020-06-12] 178: Checking tracker ** [22:38:12 2020-06-12] 178: Checking user_migrations ** [22:38:12 2020-06-12] 178: Checking batch_updates ** [22:38:12 2020-06-12] 178: Checking gears ** [22:38:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:38:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:17 2020-06-12] 178: Checking imports ** [22:38:17 2020-06-12] 178: Checking exports ** [22:38:17 2020-06-12] 178: Checking users ** [22:38:17 2020-06-12] 178: Checking user_dbs ** [22:38:17 2020-06-12] 178: Checking geocodings ** [22:38:17 2020-06-12] 178: Checking synchronizations ** [22:38:17 2020-06-12] 178: Checking tracker ** [22:38:17 2020-06-12] 178: Checking user_migrations ** [22:38:17 2020-06-12] 178: Checking batch_updates ** [22:38:17 2020-06-12] 178: Checking gears ** [22:38:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:38:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:22 2020-06-12] 178: Checking imports ** [22:38:22 2020-06-12] 178: Checking exports ** [22:38:22 2020-06-12] 178: Checking users ** [22:38:22 2020-06-12] 178: Checking user_dbs ** [22:38:22 2020-06-12] 178: Checking geocodings ** [22:38:22 2020-06-12] 178: Checking synchronizations ** [22:38:22 2020-06-12] 178: Checking tracker ** [22:38:22 2020-06-12] 178: Checking user_migrations ** [22:38:22 2020-06-12] 178: Checking batch_updates ** [22:38:22 2020-06-12] 178: Checking gears ** [22:38:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:38:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:27 2020-06-12] 178: Checking imports ** [22:38:27 2020-06-12] 178: Checking exports ** [22:38:27 2020-06-12] 178: Checking users ** [22:38:27 2020-06-12] 178: Checking user_dbs ** [22:38:27 2020-06-12] 178: Checking geocodings ** [22:38:27 2020-06-12] 178: Checking synchronizations ** [22:38:27 2020-06-12] 178: Checking tracker ** [22:38:27 2020-06-12] 178: Checking user_migrations ** [22:38:27 2020-06-12] 178: Checking batch_updates ** [22:38:27 2020-06-12] 178: Checking gears ** [22:38:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:38:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:32 2020-06-12] 178: Checking imports ** [22:38:32 2020-06-12] 178: Checking exports ** [22:38:32 2020-06-12] 178: Checking users ** [22:38:32 2020-06-12] 178: Checking user_dbs ** [22:38:32 2020-06-12] 178: Checking geocodings ** [22:38:32 2020-06-12] 178: Checking synchronizations ** [22:38:32 2020-06-12] 178: Checking tracker ** [22:38:32 2020-06-12] 178: Checking user_migrations ** [22:38:32 2020-06-12] 178: Checking batch_updates ** [22:38:32 2020-06-12] 178: Checking gears ** [22:38:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:38:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:37 2020-06-12] 178: Checking imports ** [22:38:37 2020-06-12] 178: Checking exports ** [22:38:37 2020-06-12] 178: Checking users ** [22:38:37 2020-06-12] 178: Checking user_dbs ** [22:38:37 2020-06-12] 178: Checking geocodings ** [22:38:37 2020-06-12] 178: Checking synchronizations ** [22:38:37 2020-06-12] 178: Checking tracker ** [22:38:37 2020-06-12] 178: Checking user_migrations ** [22:38:37 2020-06-12] 178: Checking batch_updates ** [22:38:37 2020-06-12] 178: Checking gears ** [22:38:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:38:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:42 2020-06-12] 178: Checking imports ** [22:38:42 2020-06-12] 178: Checking exports ** [22:38:42 2020-06-12] 178: Checking users ** [22:38:42 2020-06-12] 178: Checking user_dbs ** [22:38:42 2020-06-12] 178: Checking geocodings ** [22:38:42 2020-06-12] 178: Checking synchronizations ** [22:38:42 2020-06-12] 178: Checking tracker ** [22:38:42 2020-06-12] 178: Checking user_migrations ** [22:38:42 2020-06-12] 178: Checking batch_updates ** [22:38:42 2020-06-12] 178: Checking gears ** [22:38:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:38:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:47 2020-06-12] 178: Checking imports ** [22:38:47 2020-06-12] 178: Checking exports ** [22:38:47 2020-06-12] 178: Checking users ** [22:38:47 2020-06-12] 178: Checking user_dbs ** [22:38:47 2020-06-12] 178: Checking geocodings ** [22:38:47 2020-06-12] 178: Checking synchronizations ** [22:38:47 2020-06-12] 178: Checking tracker ** [22:38:47 2020-06-12] 178: Checking user_migrations ** [22:38:47 2020-06-12] 178: Checking batch_updates ** [22:38:47 2020-06-12] 178: Checking gears ** [22:38:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:38:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:52 2020-06-12] 178: Checking imports ** [22:38:52 2020-06-12] 178: Checking exports ** [22:38:52 2020-06-12] 178: Checking users ** [22:38:52 2020-06-12] 178: Checking user_dbs ** [22:38:52 2020-06-12] 178: Checking geocodings ** [22:38:52 2020-06-12] 178: Checking synchronizations ** [22:38:52 2020-06-12] 178: Checking tracker ** [22:38:52 2020-06-12] 178: Checking user_migrations ** [22:38:52 2020-06-12] 178: Checking batch_updates ** [22:38:52 2020-06-12] 178: Checking gears ** [22:38:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:38:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:57 2020-06-12] 178: Checking imports ** [22:38:57 2020-06-12] 178: Checking exports ** [22:38:57 2020-06-12] 178: Checking users ** [22:38:57 2020-06-12] 178: Checking user_dbs ** [22:38:57 2020-06-12] 178: Checking geocodings ** [22:38:57 2020-06-12] 178: Checking synchronizations ** [22:38:57 2020-06-12] 178: Checking tracker ** [22:38:57 2020-06-12] 178: Checking user_migrations ** [22:38:57 2020-06-12] 178: Checking batch_updates ** [22:38:57 2020-06-12] 178: Checking gears ** [22:38:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:38:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:02 2020-06-12] 178: Checking imports ** [22:39:02 2020-06-12] 178: Checking exports ** [22:39:02 2020-06-12] 178: Checking users ** [22:39:02 2020-06-12] 178: Checking user_dbs ** [22:39:02 2020-06-12] 178: Checking geocodings ** [22:39:02 2020-06-12] 178: Checking synchronizations ** [22:39:02 2020-06-12] 178: Checking tracker ** [22:39:02 2020-06-12] 178: Checking user_migrations ** [22:39:02 2020-06-12] 178: Checking batch_updates ** [22:39:02 2020-06-12] 178: Checking gears ** [22:39:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:39:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:07 2020-06-12] 178: Checking imports ** [22:39:07 2020-06-12] 178: Checking exports ** [22:39:07 2020-06-12] 178: Checking users ** [22:39:07 2020-06-12] 178: Checking user_dbs ** [22:39:07 2020-06-12] 178: Checking geocodings ** [22:39:07 2020-06-12] 178: Checking synchronizations ** [22:39:07 2020-06-12] 178: Checking tracker ** [22:39:07 2020-06-12] 178: Checking user_migrations ** [22:39:07 2020-06-12] 178: Checking batch_updates ** [22:39:07 2020-06-12] 178: Checking gears ** [22:39:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:39:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:12 2020-06-12] 178: Checking imports ** [22:39:12 2020-06-12] 178: Checking exports ** [22:39:12 2020-06-12] 178: Checking users ** [22:39:12 2020-06-12] 178: Checking user_dbs ** [22:39:12 2020-06-12] 178: Checking geocodings ** [22:39:12 2020-06-12] 178: Checking synchronizations ** [22:39:12 2020-06-12] 178: Checking tracker ** [22:39:12 2020-06-12] 178: Checking user_migrations ** [22:39:12 2020-06-12] 178: Checking batch_updates ** [22:39:12 2020-06-12] 178: Checking gears ** [22:39:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:39:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:17 2020-06-12] 178: Checking imports ** [22:39:17 2020-06-12] 178: Checking exports ** [22:39:17 2020-06-12] 178: Checking users ** [22:39:17 2020-06-12] 178: Checking user_dbs ** [22:39:17 2020-06-12] 178: Checking geocodings ** [22:39:17 2020-06-12] 178: Checking synchronizations ** [22:39:17 2020-06-12] 178: Checking tracker ** [22:39:17 2020-06-12] 178: Checking user_migrations ** [22:39:17 2020-06-12] 178: Checking batch_updates ** [22:39:17 2020-06-12] 178: Checking gears ** [22:39:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:39:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:22 2020-06-12] 178: Checking imports ** [22:39:22 2020-06-12] 178: Checking exports ** [22:39:22 2020-06-12] 178: Checking users ** [22:39:22 2020-06-12] 178: Checking user_dbs ** [22:39:22 2020-06-12] 178: Checking geocodings ** [22:39:22 2020-06-12] 178: Checking synchronizations ** [22:39:22 2020-06-12] 178: Checking tracker ** [22:39:22 2020-06-12] 178: Checking user_migrations ** [22:39:22 2020-06-12] 178: Checking batch_updates ** [22:39:22 2020-06-12] 178: Checking gears ** [22:39:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:39:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:27 2020-06-12] 178: Checking imports ** [22:39:27 2020-06-12] 178: Checking exports ** [22:39:27 2020-06-12] 178: Checking users ** [22:39:27 2020-06-12] 178: Checking user_dbs ** [22:39:27 2020-06-12] 178: Checking geocodings ** [22:39:27 2020-06-12] 178: Checking synchronizations ** [22:39:27 2020-06-12] 178: Checking tracker ** [22:39:27 2020-06-12] 178: Checking user_migrations ** [22:39:27 2020-06-12] 178: Checking batch_updates ** [22:39:27 2020-06-12] 178: Checking gears ** [22:39:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:39:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:32 2020-06-12] 178: Checking imports ** [22:39:32 2020-06-12] 178: Checking exports ** [22:39:32 2020-06-12] 178: Checking users ** [22:39:32 2020-06-12] 178: Checking user_dbs ** [22:39:32 2020-06-12] 178: Checking geocodings ** [22:39:32 2020-06-12] 178: Checking synchronizations ** [22:39:32 2020-06-12] 178: Checking tracker ** [22:39:32 2020-06-12] 178: Checking user_migrations ** [22:39:32 2020-06-12] 178: Checking batch_updates ** [22:39:32 2020-06-12] 178: Checking gears ** [22:39:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:39:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:37 2020-06-12] 178: Checking imports ** [22:39:37 2020-06-12] 178: Checking exports ** [22:39:37 2020-06-12] 178: Checking users ** [22:39:37 2020-06-12] 178: Checking user_dbs ** [22:39:37 2020-06-12] 178: Checking geocodings ** [22:39:37 2020-06-12] 178: Checking synchronizations ** [22:39:37 2020-06-12] 178: Checking tracker ** [22:39:37 2020-06-12] 178: Checking user_migrations ** [22:39:37 2020-06-12] 178: Checking batch_updates ** [22:39:37 2020-06-12] 178: Checking gears ** [22:39:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:39:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:42 2020-06-12] 178: Checking imports ** [22:39:42 2020-06-12] 178: Checking exports ** [22:39:42 2020-06-12] 178: Checking users ** [22:39:42 2020-06-12] 178: Checking user_dbs ** [22:39:42 2020-06-12] 178: Checking geocodings ** [22:39:42 2020-06-12] 178: Checking synchronizations ** [22:39:42 2020-06-12] 178: Checking tracker ** [22:39:42 2020-06-12] 178: Checking user_migrations ** [22:39:42 2020-06-12] 178: Checking batch_updates ** [22:39:42 2020-06-12] 178: Checking gears ** [22:39:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:39:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:47 2020-06-12] 178: Checking imports ** [22:39:47 2020-06-12] 178: Checking exports ** [22:39:47 2020-06-12] 178: Checking users ** [22:39:47 2020-06-12] 178: Checking user_dbs ** [22:39:47 2020-06-12] 178: Checking geocodings ** [22:39:47 2020-06-12] 178: Checking synchronizations ** [22:39:47 2020-06-12] 178: Checking tracker ** [22:39:47 2020-06-12] 178: Checking user_migrations ** [22:39:47 2020-06-12] 178: Checking batch_updates ** [22:39:47 2020-06-12] 178: Checking gears ** [22:39:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:39:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:52 2020-06-12] 178: Checking imports ** [22:39:52 2020-06-12] 178: Checking exports ** [22:39:52 2020-06-12] 178: Checking users ** [22:39:52 2020-06-12] 178: Checking user_dbs ** [22:39:52 2020-06-12] 178: Checking geocodings ** [22:39:52 2020-06-12] 178: Checking synchronizations ** [22:39:52 2020-06-12] 178: Checking tracker ** [22:39:52 2020-06-12] 178: Checking user_migrations ** [22:39:52 2020-06-12] 178: Checking batch_updates ** [22:39:52 2020-06-12] 178: Checking gears ** [22:39:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:39:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:57 2020-06-12] 178: Checking imports ** [22:39:57 2020-06-12] 178: Checking exports ** [22:39:57 2020-06-12] 178: Checking users ** [22:39:57 2020-06-12] 178: Checking user_dbs ** [22:39:57 2020-06-12] 178: Checking geocodings ** [22:39:57 2020-06-12] 178: Checking synchronizations ** [22:39:57 2020-06-12] 178: Checking tracker ** [22:39:57 2020-06-12] 178: Checking user_migrations ** [22:39:57 2020-06-12] 178: Checking batch_updates ** [22:39:57 2020-06-12] 178: Checking gears ** [22:39:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:39:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:02 2020-06-12] 178: Checking imports ** [22:40:02 2020-06-12] 178: Checking exports ** [22:40:02 2020-06-12] 178: Checking users ** [22:40:02 2020-06-12] 178: Checking user_dbs ** [22:40:02 2020-06-12] 178: Checking geocodings ** [22:40:02 2020-06-12] 178: Checking synchronizations ** [22:40:02 2020-06-12] 178: Checking tracker ** [22:40:02 2020-06-12] 178: Checking user_migrations ** [22:40:02 2020-06-12] 178: Checking batch_updates ** [22:40:02 2020-06-12] 178: Checking gears ** [22:40:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:40:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:07 2020-06-12] 178: Checking imports ** [22:40:07 2020-06-12] 178: Checking exports ** [22:40:07 2020-06-12] 178: Checking users ** [22:40:07 2020-06-12] 178: Checking user_dbs ** [22:40:07 2020-06-12] 178: Checking geocodings ** [22:40:07 2020-06-12] 178: Checking synchronizations ** [22:40:07 2020-06-12] 178: Checking tracker ** [22:40:07 2020-06-12] 178: Checking user_migrations ** [22:40:07 2020-06-12] 178: Checking batch_updates ** [22:40:07 2020-06-12] 178: Checking gears ** [22:40:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:40:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:12 2020-06-12] 178: Checking imports ** [22:40:12 2020-06-12] 178: Checking exports ** [22:40:12 2020-06-12] 178: Checking users ** [22:40:12 2020-06-12] 178: Checking user_dbs ** [22:40:12 2020-06-12] 178: Checking geocodings ** [22:40:12 2020-06-12] 178: Checking synchronizations ** [22:40:12 2020-06-12] 178: Checking tracker ** [22:40:12 2020-06-12] 178: Checking user_migrations ** [22:40:12 2020-06-12] 178: Checking batch_updates ** [22:40:12 2020-06-12] 178: Checking gears ** [22:40:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:40:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:17 2020-06-12] 178: Checking imports ** [22:40:17 2020-06-12] 178: Checking exports ** [22:40:17 2020-06-12] 178: Checking users ** [22:40:17 2020-06-12] 178: Checking user_dbs ** [22:40:17 2020-06-12] 178: Checking geocodings ** [22:40:17 2020-06-12] 178: Checking synchronizations ** [22:40:17 2020-06-12] 178: Checking tracker ** [22:40:17 2020-06-12] 178: Checking user_migrations ** [22:40:17 2020-06-12] 178: Checking batch_updates ** [22:40:17 2020-06-12] 178: Checking gears ** [22:40:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:40:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:22 2020-06-12] 178: Checking imports ** [22:40:22 2020-06-12] 178: Checking exports ** [22:40:22 2020-06-12] 178: Checking users ** [22:40:22 2020-06-12] 178: Checking user_dbs ** [22:40:22 2020-06-12] 178: Checking geocodings ** [22:40:22 2020-06-12] 178: Checking synchronizations ** [22:40:22 2020-06-12] 178: Checking tracker ** [22:40:22 2020-06-12] 178: Checking user_migrations ** [22:40:22 2020-06-12] 178: Checking batch_updates ** [22:40:22 2020-06-12] 178: Checking gears ** [22:40:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:40:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:27 2020-06-12] 178: Checking imports ** [22:40:27 2020-06-12] 178: Checking exports ** [22:40:27 2020-06-12] 178: Checking users ** [22:40:27 2020-06-12] 178: Checking user_dbs ** [22:40:27 2020-06-12] 178: Checking geocodings ** [22:40:27 2020-06-12] 178: Checking synchronizations ** [22:40:27 2020-06-12] 178: Checking tracker ** [22:40:27 2020-06-12] 178: Checking user_migrations ** [22:40:27 2020-06-12] 178: Checking batch_updates ** [22:40:27 2020-06-12] 178: Checking gears ** [22:40:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:40:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:32 2020-06-12] 178: Checking imports ** [22:40:32 2020-06-12] 178: Checking exports ** [22:40:32 2020-06-12] 178: Checking users ** [22:40:32 2020-06-12] 178: Checking user_dbs ** [22:40:32 2020-06-12] 178: Checking geocodings ** [22:40:32 2020-06-12] 178: Checking synchronizations ** [22:40:32 2020-06-12] 178: Checking tracker ** [22:40:32 2020-06-12] 178: Checking user_migrations ** [22:40:32 2020-06-12] 178: Checking batch_updates ** [22:40:32 2020-06-12] 178: Checking gears ** [22:40:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:40:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:37 2020-06-12] 178: Checking imports ** [22:40:37 2020-06-12] 178: Checking exports ** [22:40:37 2020-06-12] 178: Checking users ** [22:40:37 2020-06-12] 178: Checking user_dbs ** [22:40:37 2020-06-12] 178: Checking geocodings ** [22:40:37 2020-06-12] 178: Checking synchronizations ** [22:40:37 2020-06-12] 178: Checking tracker ** [22:40:37 2020-06-12] 178: Checking user_migrations ** [22:40:37 2020-06-12] 178: Checking batch_updates ** [22:40:37 2020-06-12] 178: Checking gears ** [22:40:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:40:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:42 2020-06-12] 178: Checking imports ** [22:40:42 2020-06-12] 178: Checking exports ** [22:40:42 2020-06-12] 178: Checking users ** [22:40:42 2020-06-12] 178: Checking user_dbs ** [22:40:42 2020-06-12] 178: Checking geocodings ** [22:40:42 2020-06-12] 178: Checking synchronizations ** [22:40:42 2020-06-12] 178: Checking tracker ** [22:40:42 2020-06-12] 178: Checking user_migrations ** [22:40:42 2020-06-12] 178: Checking batch_updates ** [22:40:42 2020-06-12] 178: Checking gears ** [22:40:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:40:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:47 2020-06-12] 178: Checking imports ** [22:40:47 2020-06-12] 178: Checking exports ** [22:40:47 2020-06-12] 178: Checking users ** [22:40:47 2020-06-12] 178: Checking user_dbs ** [22:40:47 2020-06-12] 178: Checking geocodings ** [22:40:47 2020-06-12] 178: Checking synchronizations ** [22:40:47 2020-06-12] 178: Checking tracker ** [22:40:47 2020-06-12] 178: Checking user_migrations ** [22:40:47 2020-06-12] 178: Checking batch_updates ** [22:40:47 2020-06-12] 178: Checking gears ** [22:40:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:40:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:52 2020-06-12] 178: Checking imports ** [22:40:52 2020-06-12] 178: Checking exports ** [22:40:52 2020-06-12] 178: Checking users ** [22:40:52 2020-06-12] 178: Checking user_dbs ** [22:40:52 2020-06-12] 178: Checking geocodings ** [22:40:52 2020-06-12] 178: Checking synchronizations ** [22:40:52 2020-06-12] 178: Checking tracker ** [22:40:52 2020-06-12] 178: Checking user_migrations ** [22:40:52 2020-06-12] 178: Checking batch_updates ** [22:40:52 2020-06-12] 178: Checking gears ** [22:40:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:40:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:57 2020-06-12] 178: Checking imports ** [22:40:57 2020-06-12] 178: Checking exports ** [22:40:57 2020-06-12] 178: Checking users ** [22:40:57 2020-06-12] 178: Checking user_dbs ** [22:40:57 2020-06-12] 178: Checking geocodings ** [22:40:57 2020-06-12] 178: Checking synchronizations ** [22:40:57 2020-06-12] 178: Checking tracker ** [22:40:57 2020-06-12] 178: Checking user_migrations ** [22:40:57 2020-06-12] 178: Checking batch_updates ** [22:40:57 2020-06-12] 178: Checking gears ** [22:40:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:40:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:02 2020-06-12] 178: Checking imports ** [22:41:02 2020-06-12] 178: Checking exports ** [22:41:02 2020-06-12] 178: Checking users ** [22:41:02 2020-06-12] 178: Checking user_dbs ** [22:41:02 2020-06-12] 178: Checking geocodings ** [22:41:02 2020-06-12] 178: Checking synchronizations ** [22:41:02 2020-06-12] 178: Checking tracker ** [22:41:02 2020-06-12] 178: Checking user_migrations ** [22:41:02 2020-06-12] 178: Checking batch_updates ** [22:41:02 2020-06-12] 178: Checking gears ** [22:41:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:41:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:07 2020-06-12] 178: Checking imports ** [22:41:07 2020-06-12] 178: Checking exports ** [22:41:07 2020-06-12] 178: Checking users ** [22:41:07 2020-06-12] 178: Checking user_dbs ** [22:41:07 2020-06-12] 178: Checking geocodings ** [22:41:07 2020-06-12] 178: Checking synchronizations ** [22:41:07 2020-06-12] 178: Checking tracker ** [22:41:07 2020-06-12] 178: Checking user_migrations ** [22:41:07 2020-06-12] 178: Checking batch_updates ** [22:41:07 2020-06-12] 178: Checking gears ** [22:41:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:41:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:12 2020-06-12] 178: Checking imports ** [22:41:12 2020-06-12] 178: Checking exports ** [22:41:12 2020-06-12] 178: Checking users ** [22:41:12 2020-06-12] 178: Checking user_dbs ** [22:41:12 2020-06-12] 178: Checking geocodings ** [22:41:12 2020-06-12] 178: Checking synchronizations ** [22:41:12 2020-06-12] 178: Checking tracker ** [22:41:12 2020-06-12] 178: Checking user_migrations ** [22:41:12 2020-06-12] 178: Checking batch_updates ** [22:41:12 2020-06-12] 178: Checking gears ** [22:41:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:41:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:17 2020-06-12] 178: Checking imports ** [22:41:17 2020-06-12] 178: Checking exports ** [22:41:17 2020-06-12] 178: Checking users ** [22:41:17 2020-06-12] 178: Checking user_dbs ** [22:41:17 2020-06-12] 178: Checking geocodings ** [22:41:17 2020-06-12] 178: Checking synchronizations ** [22:41:17 2020-06-12] 178: Checking tracker ** [22:41:17 2020-06-12] 178: Checking user_migrations ** [22:41:17 2020-06-12] 178: Checking batch_updates ** [22:41:17 2020-06-12] 178: Checking gears ** [22:41:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:41:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:22 2020-06-12] 178: Checking imports ** [22:41:22 2020-06-12] 178: Checking exports ** [22:41:22 2020-06-12] 178: Checking users ** [22:41:22 2020-06-12] 178: Checking user_dbs ** [22:41:22 2020-06-12] 178: Checking geocodings ** [22:41:22 2020-06-12] 178: Checking synchronizations ** [22:41:22 2020-06-12] 178: Checking tracker ** [22:41:22 2020-06-12] 178: Checking user_migrations ** [22:41:22 2020-06-12] 178: Checking batch_updates ** [22:41:22 2020-06-12] 178: Checking gears ** [22:41:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:41:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:27 2020-06-12] 178: Checking imports ** [22:41:27 2020-06-12] 178: Checking exports ** [22:41:27 2020-06-12] 178: Checking users ** [22:41:27 2020-06-12] 178: Checking user_dbs ** [22:41:27 2020-06-12] 178: Checking geocodings ** [22:41:27 2020-06-12] 178: Checking synchronizations ** [22:41:27 2020-06-12] 178: Checking tracker ** [22:41:27 2020-06-12] 178: Checking user_migrations ** [22:41:27 2020-06-12] 178: Checking batch_updates ** [22:41:27 2020-06-12] 178: Checking gears ** [22:41:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:41:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:32 2020-06-12] 178: Checking imports ** [22:41:32 2020-06-12] 178: Checking exports ** [22:41:32 2020-06-12] 178: Checking users ** [22:41:32 2020-06-12] 178: Checking user_dbs ** [22:41:32 2020-06-12] 178: Checking geocodings ** [22:41:32 2020-06-12] 178: Checking synchronizations ** [22:41:32 2020-06-12] 178: Checking tracker ** [22:41:32 2020-06-12] 178: Checking user_migrations ** [22:41:32 2020-06-12] 178: Checking batch_updates ** [22:41:32 2020-06-12] 178: Checking gears ** [22:41:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:41:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:37 2020-06-12] 178: Checking imports ** [22:41:37 2020-06-12] 178: Checking exports ** [22:41:37 2020-06-12] 178: Checking users ** [22:41:37 2020-06-12] 178: Checking user_dbs ** [22:41:37 2020-06-12] 178: Checking geocodings ** [22:41:37 2020-06-12] 178: Checking synchronizations ** [22:41:37 2020-06-12] 178: Checking tracker ** [22:41:37 2020-06-12] 178: Checking user_migrations ** [22:41:37 2020-06-12] 178: Checking batch_updates ** [22:41:37 2020-06-12] 178: Checking gears ** [22:41:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:41:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:42 2020-06-12] 178: Checking imports ** [22:41:43 2020-06-12] 178: Checking exports ** [22:41:43 2020-06-12] 178: Checking users ** [22:41:43 2020-06-12] 178: Checking user_dbs ** [22:41:43 2020-06-12] 178: Checking geocodings ** [22:41:43 2020-06-12] 178: Checking synchronizations ** [22:41:43 2020-06-12] 178: Checking tracker ** [22:41:43 2020-06-12] 178: Checking user_migrations ** [22:41:43 2020-06-12] 178: Checking batch_updates ** [22:41:43 2020-06-12] 178: Checking gears ** [22:41:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:41:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:48 2020-06-12] 178: Checking imports ** [22:41:48 2020-06-12] 178: Checking exports ** [22:41:48 2020-06-12] 178: Checking users ** [22:41:48 2020-06-12] 178: Checking user_dbs ** [22:41:48 2020-06-12] 178: Checking geocodings ** [22:41:48 2020-06-12] 178: Checking synchronizations ** [22:41:48 2020-06-12] 178: Checking tracker ** [22:41:48 2020-06-12] 178: Checking user_migrations ** [22:41:48 2020-06-12] 178: Checking batch_updates ** [22:41:48 2020-06-12] 178: Checking gears ** [22:41:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:41:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:53 2020-06-12] 178: Checking imports ** [22:41:53 2020-06-12] 178: Checking exports ** [22:41:53 2020-06-12] 178: Checking users ** [22:41:53 2020-06-12] 178: Checking user_dbs ** [22:41:53 2020-06-12] 178: Checking geocodings ** [22:41:53 2020-06-12] 178: Checking synchronizations ** [22:41:53 2020-06-12] 178: Checking tracker ** [22:41:53 2020-06-12] 178: Checking user_migrations ** [22:41:53 2020-06-12] 178: Checking batch_updates ** [22:41:53 2020-06-12] 178: Checking gears ** [22:41:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:41:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:58 2020-06-12] 178: Checking imports ** [22:41:58 2020-06-12] 178: Checking exports ** [22:41:58 2020-06-12] 178: Checking users ** [22:41:58 2020-06-12] 178: Checking user_dbs ** [22:41:58 2020-06-12] 178: Checking geocodings ** [22:41:58 2020-06-12] 178: Checking synchronizations ** [22:41:58 2020-06-12] 178: Checking tracker ** [22:41:58 2020-06-12] 178: Checking user_migrations ** [22:41:58 2020-06-12] 178: Checking batch_updates ** [22:41:58 2020-06-12] 178: Checking gears ** [22:41:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:41:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:03 2020-06-12] 178: Checking imports ** [22:42:03 2020-06-12] 178: Checking exports ** [22:42:03 2020-06-12] 178: Checking users ** [22:42:03 2020-06-12] 178: Checking user_dbs ** [22:42:03 2020-06-12] 178: Checking geocodings ** [22:42:03 2020-06-12] 178: Checking synchronizations ** [22:42:03 2020-06-12] 178: Checking tracker ** [22:42:03 2020-06-12] 178: Checking user_migrations ** [22:42:03 2020-06-12] 178: Checking batch_updates ** [22:42:03 2020-06-12] 178: Checking gears ** [22:42:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:42:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:08 2020-06-12] 178: Checking imports ** [22:42:08 2020-06-12] 178: Checking exports ** [22:42:08 2020-06-12] 178: Checking users ** [22:42:08 2020-06-12] 178: Checking user_dbs ** [22:42:08 2020-06-12] 178: Checking geocodings ** [22:42:08 2020-06-12] 178: Checking synchronizations ** [22:42:08 2020-06-12] 178: Checking tracker ** [22:42:08 2020-06-12] 178: Checking user_migrations ** [22:42:08 2020-06-12] 178: Checking batch_updates ** [22:42:08 2020-06-12] 178: Checking gears ** [22:42:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:42:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:13 2020-06-12] 178: Checking imports ** [22:42:13 2020-06-12] 178: Checking exports ** [22:42:13 2020-06-12] 178: Checking users ** [22:42:13 2020-06-12] 178: Checking user_dbs ** [22:42:13 2020-06-12] 178: Checking geocodings ** [22:42:13 2020-06-12] 178: Checking synchronizations ** [22:42:13 2020-06-12] 178: Checking tracker ** [22:42:13 2020-06-12] 178: Checking user_migrations ** [22:42:13 2020-06-12] 178: Checking batch_updates ** [22:42:13 2020-06-12] 178: Checking gears ** [22:42:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:42:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:18 2020-06-12] 178: Checking imports ** [22:42:18 2020-06-12] 178: Checking exports ** [22:42:18 2020-06-12] 178: Checking users ** [22:42:18 2020-06-12] 178: Checking user_dbs ** [22:42:18 2020-06-12] 178: Checking geocodings ** [22:42:18 2020-06-12] 178: Checking synchronizations ** [22:42:18 2020-06-12] 178: Checking tracker ** [22:42:18 2020-06-12] 178: Checking user_migrations ** [22:42:18 2020-06-12] 178: Checking batch_updates ** [22:42:18 2020-06-12] 178: Checking gears ** [22:42:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:42:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:23 2020-06-12] 178: Checking imports ** [22:42:23 2020-06-12] 178: Checking exports ** [22:42:23 2020-06-12] 178: Checking users ** [22:42:23 2020-06-12] 178: Checking user_dbs ** [22:42:23 2020-06-12] 178: Checking geocodings ** [22:42:23 2020-06-12] 178: Checking synchronizations ** [22:42:23 2020-06-12] 178: Checking tracker ** [22:42:23 2020-06-12] 178: Checking user_migrations ** [22:42:23 2020-06-12] 178: Checking batch_updates ** [22:42:23 2020-06-12] 178: Checking gears ** [22:42:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:42:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:28 2020-06-12] 178: Checking imports ** [22:42:28 2020-06-12] 178: Checking exports ** [22:42:28 2020-06-12] 178: Checking users ** [22:42:28 2020-06-12] 178: Checking user_dbs ** [22:42:28 2020-06-12] 178: Checking geocodings ** [22:42:28 2020-06-12] 178: Checking synchronizations ** [22:42:28 2020-06-12] 178: Checking tracker ** [22:42:28 2020-06-12] 178: Checking user_migrations ** [22:42:28 2020-06-12] 178: Checking batch_updates ** [22:42:28 2020-06-12] 178: Checking gears ** [22:42:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:42:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:33 2020-06-12] 178: Checking imports ** [22:42:33 2020-06-12] 178: Checking exports ** [22:42:33 2020-06-12] 178: Checking users ** [22:42:33 2020-06-12] 178: Checking user_dbs ** [22:42:33 2020-06-12] 178: Checking geocodings ** [22:42:33 2020-06-12] 178: Checking synchronizations ** [22:42:33 2020-06-12] 178: Checking tracker ** [22:42:33 2020-06-12] 178: Checking user_migrations ** [22:42:33 2020-06-12] 178: Checking batch_updates ** [22:42:33 2020-06-12] 178: Checking gears ** [22:42:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:42:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:38 2020-06-12] 178: Checking imports ** [22:42:38 2020-06-12] 178: Checking exports ** [22:42:38 2020-06-12] 178: Checking users ** [22:42:38 2020-06-12] 178: Checking user_dbs ** [22:42:38 2020-06-12] 178: Checking geocodings ** [22:42:38 2020-06-12] 178: Checking synchronizations ** [22:42:38 2020-06-12] 178: Checking tracker ** [22:42:38 2020-06-12] 178: Checking user_migrations ** [22:42:38 2020-06-12] 178: Checking batch_updates ** [22:42:38 2020-06-12] 178: Checking gears ** [22:42:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:42:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:43 2020-06-12] 178: Checking imports ** [22:42:43 2020-06-12] 178: Checking exports ** [22:42:43 2020-06-12] 178: Checking users ** [22:42:43 2020-06-12] 178: Checking user_dbs ** [22:42:43 2020-06-12] 178: Checking geocodings ** [22:42:43 2020-06-12] 178: Checking synchronizations ** [22:42:43 2020-06-12] 178: Checking tracker ** [22:42:43 2020-06-12] 178: Checking user_migrations ** [22:42:43 2020-06-12] 178: Checking batch_updates ** [22:42:43 2020-06-12] 178: Checking gears ** [22:42:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:42:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:48 2020-06-12] 178: Checking imports ** [22:42:48 2020-06-12] 178: Checking exports ** [22:42:48 2020-06-12] 178: Checking users ** [22:42:48 2020-06-12] 178: Checking user_dbs ** [22:42:48 2020-06-12] 178: Checking geocodings ** [22:42:48 2020-06-12] 178: Checking synchronizations ** [22:42:48 2020-06-12] 178: Checking tracker ** [22:42:48 2020-06-12] 178: Checking user_migrations ** [22:42:48 2020-06-12] 178: Checking batch_updates ** [22:42:48 2020-06-12] 178: Checking gears ** [22:42:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:42:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:53 2020-06-12] 178: Checking imports ** [22:42:53 2020-06-12] 178: Checking exports ** [22:42:53 2020-06-12] 178: Checking users ** [22:42:53 2020-06-12] 178: Checking user_dbs ** [22:42:53 2020-06-12] 178: Checking geocodings ** [22:42:53 2020-06-12] 178: Checking synchronizations ** [22:42:53 2020-06-12] 178: Checking tracker ** [22:42:53 2020-06-12] 178: Checking user_migrations ** [22:42:53 2020-06-12] 178: Checking batch_updates ** [22:42:53 2020-06-12] 178: Checking gears ** [22:42:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:42:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:58 2020-06-12] 178: Checking imports ** [22:42:58 2020-06-12] 178: Checking exports ** [22:42:58 2020-06-12] 178: Checking users ** [22:42:58 2020-06-12] 178: Checking user_dbs ** [22:42:58 2020-06-12] 178: Checking geocodings ** [22:42:58 2020-06-12] 178: Checking synchronizations ** [22:42:58 2020-06-12] 178: Checking tracker ** [22:42:58 2020-06-12] 178: Checking user_migrations ** [22:42:58 2020-06-12] 178: Checking batch_updates ** [22:42:58 2020-06-12] 178: Checking gears ** [22:42:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:42:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:03 2020-06-12] 178: Checking imports ** [22:43:03 2020-06-12] 178: Checking exports ** [22:43:03 2020-06-12] 178: Checking users ** [22:43:03 2020-06-12] 178: Checking user_dbs ** [22:43:03 2020-06-12] 178: Checking geocodings ** [22:43:03 2020-06-12] 178: Checking synchronizations ** [22:43:03 2020-06-12] 178: Checking tracker ** [22:43:03 2020-06-12] 178: Checking user_migrations ** [22:43:03 2020-06-12] 178: Checking batch_updates ** [22:43:03 2020-06-12] 178: Checking gears ** [22:43:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:43:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:08 2020-06-12] 178: Checking imports ** [22:43:08 2020-06-12] 178: Checking exports ** [22:43:08 2020-06-12] 178: Checking users ** [22:43:08 2020-06-12] 178: Checking user_dbs ** [22:43:08 2020-06-12] 178: Checking geocodings ** [22:43:08 2020-06-12] 178: Checking synchronizations ** [22:43:08 2020-06-12] 178: Checking tracker ** [22:43:08 2020-06-12] 178: Checking user_migrations ** [22:43:08 2020-06-12] 178: Checking batch_updates ** [22:43:08 2020-06-12] 178: Checking gears ** [22:43:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:43:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:13 2020-06-12] 178: Checking imports ** [22:43:13 2020-06-12] 178: Checking exports ** [22:43:13 2020-06-12] 178: Checking users ** [22:43:13 2020-06-12] 178: Checking user_dbs ** [22:43:13 2020-06-12] 178: Checking geocodings ** [22:43:13 2020-06-12] 178: Checking synchronizations ** [22:43:13 2020-06-12] 178: Checking tracker ** [22:43:13 2020-06-12] 178: Checking user_migrations ** [22:43:13 2020-06-12] 178: Checking batch_updates ** [22:43:13 2020-06-12] 178: Checking gears ** [22:43:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:43:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:18 2020-06-12] 178: Checking imports ** [22:43:18 2020-06-12] 178: Checking exports ** [22:43:18 2020-06-12] 178: Checking users ** [22:43:18 2020-06-12] 178: Checking user_dbs ** [22:43:18 2020-06-12] 178: Checking geocodings ** [22:43:18 2020-06-12] 178: Checking synchronizations ** [22:43:18 2020-06-12] 178: Checking tracker ** [22:43:18 2020-06-12] 178: Checking user_migrations ** [22:43:18 2020-06-12] 178: Checking batch_updates ** [22:43:18 2020-06-12] 178: Checking gears ** [22:43:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:43:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:23 2020-06-12] 178: Checking imports ** [22:43:23 2020-06-12] 178: Checking exports ** [22:43:23 2020-06-12] 178: Checking users ** [22:43:23 2020-06-12] 178: Checking user_dbs ** [22:43:23 2020-06-12] 178: Checking geocodings ** [22:43:23 2020-06-12] 178: Checking synchronizations ** [22:43:23 2020-06-12] 178: Checking tracker ** [22:43:23 2020-06-12] 178: Checking user_migrations ** [22:43:23 2020-06-12] 178: Checking batch_updates ** [22:43:23 2020-06-12] 178: Checking gears ** [22:43:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:43:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:28 2020-06-12] 178: Checking imports ** [22:43:28 2020-06-12] 178: Checking exports ** [22:43:28 2020-06-12] 178: Checking users ** [22:43:28 2020-06-12] 178: Checking user_dbs ** [22:43:28 2020-06-12] 178: Checking geocodings ** [22:43:28 2020-06-12] 178: Checking synchronizations ** [22:43:28 2020-06-12] 178: Checking tracker ** [22:43:28 2020-06-12] 178: Checking user_migrations ** [22:43:28 2020-06-12] 178: Checking batch_updates ** [22:43:28 2020-06-12] 178: Checking gears ** [22:43:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:43:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:33 2020-06-12] 178: Checking imports ** [22:43:33 2020-06-12] 178: Checking exports ** [22:43:33 2020-06-12] 178: Checking users ** [22:43:33 2020-06-12] 178: Checking user_dbs ** [22:43:33 2020-06-12] 178: Checking geocodings ** [22:43:33 2020-06-12] 178: Checking synchronizations ** [22:43:33 2020-06-12] 178: Checking tracker ** [22:43:33 2020-06-12] 178: Checking user_migrations ** [22:43:33 2020-06-12] 178: Checking batch_updates ** [22:43:33 2020-06-12] 178: Checking gears ** [22:43:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:43:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:38 2020-06-12] 178: Checking imports ** [22:43:38 2020-06-12] 178: Checking exports ** [22:43:38 2020-06-12] 178: Checking users ** [22:43:38 2020-06-12] 178: Checking user_dbs ** [22:43:38 2020-06-12] 178: Checking geocodings ** [22:43:38 2020-06-12] 178: Checking synchronizations ** [22:43:38 2020-06-12] 178: Checking tracker ** [22:43:38 2020-06-12] 178: Checking user_migrations ** [22:43:38 2020-06-12] 178: Checking batch_updates ** [22:43:38 2020-06-12] 178: Checking gears ** [22:43:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:43:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:43 2020-06-12] 178: Checking imports ** [22:43:43 2020-06-12] 178: Checking exports ** [22:43:43 2020-06-12] 178: Checking users ** [22:43:43 2020-06-12] 178: Checking user_dbs ** [22:43:43 2020-06-12] 178: Checking geocodings ** [22:43:43 2020-06-12] 178: Checking synchronizations ** [22:43:43 2020-06-12] 178: Checking tracker ** [22:43:43 2020-06-12] 178: Checking user_migrations ** [22:43:43 2020-06-12] 178: Checking batch_updates ** [22:43:43 2020-06-12] 178: Checking gears ** [22:43:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:43:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:48 2020-06-12] 178: Checking imports ** [22:43:48 2020-06-12] 178: Checking exports ** [22:43:48 2020-06-12] 178: Checking users ** [22:43:48 2020-06-12] 178: Checking user_dbs ** [22:43:48 2020-06-12] 178: Checking geocodings ** [22:43:48 2020-06-12] 178: Checking synchronizations ** [22:43:48 2020-06-12] 178: Checking tracker ** [22:43:48 2020-06-12] 178: Checking user_migrations ** [22:43:48 2020-06-12] 178: Checking batch_updates ** [22:43:48 2020-06-12] 178: Checking gears ** [22:43:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:43:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:53 2020-06-12] 178: Checking imports ** [22:43:53 2020-06-12] 178: Checking exports ** [22:43:53 2020-06-12] 178: Checking users ** [22:43:53 2020-06-12] 178: Checking user_dbs ** [22:43:53 2020-06-12] 178: Checking geocodings ** [22:43:53 2020-06-12] 178: Checking synchronizations ** [22:43:53 2020-06-12] 178: Checking tracker ** [22:43:53 2020-06-12] 178: Checking user_migrations ** [22:43:53 2020-06-12] 178: Checking batch_updates ** [22:43:53 2020-06-12] 178: Checking gears ** [22:43:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:43:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:58 2020-06-12] 178: Checking imports ** [22:43:58 2020-06-12] 178: Checking exports ** [22:43:58 2020-06-12] 178: Checking users ** [22:43:58 2020-06-12] 178: Checking user_dbs ** [22:43:58 2020-06-12] 178: Checking geocodings ** [22:43:58 2020-06-12] 178: Checking synchronizations ** [22:43:58 2020-06-12] 178: Checking tracker ** [22:43:58 2020-06-12] 178: Checking user_migrations ** [22:43:58 2020-06-12] 178: Checking batch_updates ** [22:43:58 2020-06-12] 178: Checking gears ** [22:43:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:43:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:03 2020-06-12] 178: Checking imports ** [22:44:03 2020-06-12] 178: Checking exports ** [22:44:03 2020-06-12] 178: Checking users ** [22:44:03 2020-06-12] 178: Checking user_dbs ** [22:44:03 2020-06-12] 178: Checking geocodings ** [22:44:03 2020-06-12] 178: Checking synchronizations ** [22:44:03 2020-06-12] 178: Checking tracker ** [22:44:03 2020-06-12] 178: Checking user_migrations ** [22:44:03 2020-06-12] 178: Checking batch_updates ** [22:44:03 2020-06-12] 178: Checking gears ** [22:44:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:44:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:08 2020-06-12] 178: Checking imports ** [22:44:08 2020-06-12] 178: Checking exports ** [22:44:08 2020-06-12] 178: Checking users ** [22:44:08 2020-06-12] 178: Checking user_dbs ** [22:44:08 2020-06-12] 178: Checking geocodings ** [22:44:08 2020-06-12] 178: Checking synchronizations ** [22:44:08 2020-06-12] 178: Checking tracker ** [22:44:08 2020-06-12] 178: Checking user_migrations ** [22:44:08 2020-06-12] 178: Checking batch_updates ** [22:44:08 2020-06-12] 178: Checking gears ** [22:44:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:44:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:13 2020-06-12] 178: Checking imports ** [22:44:13 2020-06-12] 178: Checking exports ** [22:44:13 2020-06-12] 178: Checking users ** [22:44:13 2020-06-12] 178: Checking user_dbs ** [22:44:13 2020-06-12] 178: Checking geocodings ** [22:44:13 2020-06-12] 178: Checking synchronizations ** [22:44:13 2020-06-12] 178: Checking tracker ** [22:44:13 2020-06-12] 178: Checking user_migrations ** [22:44:13 2020-06-12] 178: Checking batch_updates ** [22:44:13 2020-06-12] 178: Checking gears ** [22:44:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:44:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:18 2020-06-12] 178: Checking imports ** [22:44:18 2020-06-12] 178: Checking exports ** [22:44:18 2020-06-12] 178: Checking users ** [22:44:18 2020-06-12] 178: Checking user_dbs ** [22:44:18 2020-06-12] 178: Checking geocodings ** [22:44:18 2020-06-12] 178: Checking synchronizations ** [22:44:18 2020-06-12] 178: Checking tracker ** [22:44:18 2020-06-12] 178: Checking user_migrations ** [22:44:18 2020-06-12] 178: Checking batch_updates ** [22:44:18 2020-06-12] 178: Checking gears ** [22:44:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:44:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:23 2020-06-12] 178: Checking imports ** [22:44:23 2020-06-12] 178: Checking exports ** [22:44:23 2020-06-12] 178: Checking users ** [22:44:23 2020-06-12] 178: Checking user_dbs ** [22:44:23 2020-06-12] 178: Checking geocodings ** [22:44:23 2020-06-12] 178: Checking synchronizations ** [22:44:23 2020-06-12] 178: Checking tracker ** [22:44:23 2020-06-12] 178: Checking user_migrations ** [22:44:23 2020-06-12] 178: Checking batch_updates ** [22:44:23 2020-06-12] 178: Checking gears ** [22:44:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:44:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:28 2020-06-12] 178: Checking imports ** [22:44:28 2020-06-12] 178: Checking exports ** [22:44:28 2020-06-12] 178: Checking users ** [22:44:28 2020-06-12] 178: Checking user_dbs ** [22:44:28 2020-06-12] 178: Checking geocodings ** [22:44:28 2020-06-12] 178: Checking synchronizations ** [22:44:28 2020-06-12] 178: Checking tracker ** [22:44:28 2020-06-12] 178: Checking user_migrations ** [22:44:28 2020-06-12] 178: Checking batch_updates ** [22:44:28 2020-06-12] 178: Checking gears ** [22:44:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:44:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:33 2020-06-12] 178: Checking imports ** [22:44:33 2020-06-12] 178: Checking exports ** [22:44:33 2020-06-12] 178: Checking users ** [22:44:33 2020-06-12] 178: Checking user_dbs ** [22:44:33 2020-06-12] 178: Checking geocodings ** [22:44:33 2020-06-12] 178: Checking synchronizations ** [22:44:33 2020-06-12] 178: Checking tracker ** [22:44:33 2020-06-12] 178: Checking user_migrations ** [22:44:33 2020-06-12] 178: Checking batch_updates ** [22:44:33 2020-06-12] 178: Checking gears ** [22:44:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:44:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:38 2020-06-12] 178: Checking imports ** [22:44:38 2020-06-12] 178: Checking exports ** [22:44:38 2020-06-12] 178: Checking users ** [22:44:38 2020-06-12] 178: Checking user_dbs ** [22:44:38 2020-06-12] 178: Checking geocodings ** [22:44:38 2020-06-12] 178: Checking synchronizations ** [22:44:38 2020-06-12] 178: Checking tracker ** [22:44:38 2020-06-12] 178: Checking user_migrations ** [22:44:38 2020-06-12] 178: Checking batch_updates ** [22:44:38 2020-06-12] 178: Checking gears ** [22:44:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:44:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:43 2020-06-12] 178: Checking imports ** [22:44:43 2020-06-12] 178: Checking exports ** [22:44:43 2020-06-12] 178: Checking users ** [22:44:43 2020-06-12] 178: Checking user_dbs ** [22:44:43 2020-06-12] 178: Checking geocodings ** [22:44:43 2020-06-12] 178: Checking synchronizations ** [22:44:43 2020-06-12] 178: Checking tracker ** [22:44:43 2020-06-12] 178: Checking user_migrations ** [22:44:43 2020-06-12] 178: Checking batch_updates ** [22:44:43 2020-06-12] 178: Checking gears ** [22:44:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:44:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:48 2020-06-12] 178: Checking imports ** [22:44:48 2020-06-12] 178: Checking exports ** [22:44:48 2020-06-12] 178: Checking users ** [22:44:48 2020-06-12] 178: Checking user_dbs ** [22:44:48 2020-06-12] 178: Checking geocodings ** [22:44:48 2020-06-12] 178: Checking synchronizations ** [22:44:48 2020-06-12] 178: Checking tracker ** [22:44:48 2020-06-12] 178: Checking user_migrations ** [22:44:48 2020-06-12] 178: Checking batch_updates ** [22:44:48 2020-06-12] 178: Checking gears ** [22:44:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:44:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:53 2020-06-12] 178: Checking imports ** [22:44:53 2020-06-12] 178: Checking exports ** [22:44:53 2020-06-12] 178: Checking users ** [22:44:53 2020-06-12] 178: Checking user_dbs ** [22:44:53 2020-06-12] 178: Checking geocodings ** [22:44:53 2020-06-12] 178: Checking synchronizations ** [22:44:53 2020-06-12] 178: Checking tracker ** [22:44:53 2020-06-12] 178: Checking user_migrations ** [22:44:53 2020-06-12] 178: Checking batch_updates ** [22:44:53 2020-06-12] 178: Checking gears ** [22:44:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:44:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:58 2020-06-12] 178: Checking imports ** [22:44:58 2020-06-12] 178: Checking exports ** [22:44:58 2020-06-12] 178: Checking users ** [22:44:58 2020-06-12] 178: Checking user_dbs ** [22:44:58 2020-06-12] 178: Checking geocodings ** [22:44:58 2020-06-12] 178: Checking synchronizations ** [22:44:58 2020-06-12] 178: Checking tracker ** [22:44:58 2020-06-12] 178: Checking user_migrations ** [22:44:58 2020-06-12] 178: Checking batch_updates ** [22:44:58 2020-06-12] 178: Checking gears ** [22:44:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:44:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:03 2020-06-12] 178: Checking imports ** [22:45:03 2020-06-12] 178: Checking exports ** [22:45:03 2020-06-12] 178: Checking users ** [22:45:03 2020-06-12] 178: Checking user_dbs ** [22:45:03 2020-06-12] 178: Checking geocodings ** [22:45:03 2020-06-12] 178: Checking synchronizations ** [22:45:03 2020-06-12] 178: Checking tracker ** [22:45:03 2020-06-12] 178: Checking user_migrations ** [22:45:03 2020-06-12] 178: Checking batch_updates ** [22:45:03 2020-06-12] 178: Checking gears ** [22:45:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:45:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:08 2020-06-12] 178: Checking imports ** [22:45:08 2020-06-12] 178: Checking exports ** [22:45:08 2020-06-12] 178: Checking users ** [22:45:08 2020-06-12] 178: Checking user_dbs ** [22:45:08 2020-06-12] 178: Checking geocodings ** [22:45:08 2020-06-12] 178: Checking synchronizations ** [22:45:08 2020-06-12] 178: Checking tracker ** [22:45:08 2020-06-12] 178: Checking user_migrations ** [22:45:08 2020-06-12] 178: Checking batch_updates ** [22:45:08 2020-06-12] 178: Checking gears ** [22:45:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:45:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:13 2020-06-12] 178: Checking imports ** [22:45:13 2020-06-12] 178: Checking exports ** [22:45:13 2020-06-12] 178: Checking users ** [22:45:13 2020-06-12] 178: Checking user_dbs ** [22:45:13 2020-06-12] 178: Checking geocodings ** [22:45:13 2020-06-12] 178: Checking synchronizations ** [22:45:13 2020-06-12] 178: Checking tracker ** [22:45:13 2020-06-12] 178: Checking user_migrations ** [22:45:13 2020-06-12] 178: Checking batch_updates ** [22:45:13 2020-06-12] 178: Checking gears ** [22:45:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:45:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:18 2020-06-12] 178: Checking imports ** [22:45:18 2020-06-12] 178: Checking exports ** [22:45:18 2020-06-12] 178: Checking users ** [22:45:18 2020-06-12] 178: Checking user_dbs ** [22:45:18 2020-06-12] 178: Checking geocodings ** [22:45:18 2020-06-12] 178: Checking synchronizations ** [22:45:18 2020-06-12] 178: Checking tracker ** [22:45:18 2020-06-12] 178: Checking user_migrations ** [22:45:18 2020-06-12] 178: Checking batch_updates ** [22:45:18 2020-06-12] 178: Checking gears ** [22:45:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:45:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:23 2020-06-12] 178: Checking imports ** [22:45:23 2020-06-12] 178: Checking exports ** [22:45:23 2020-06-12] 178: Checking users ** [22:45:23 2020-06-12] 178: Checking user_dbs ** [22:45:23 2020-06-12] 178: Checking geocodings ** [22:45:23 2020-06-12] 178: Checking synchronizations ** [22:45:23 2020-06-12] 178: Checking tracker ** [22:45:23 2020-06-12] 178: Checking user_migrations ** [22:45:23 2020-06-12] 178: Checking batch_updates ** [22:45:23 2020-06-12] 178: Checking gears ** [22:45:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:45:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:28 2020-06-12] 178: Checking imports ** [22:45:28 2020-06-12] 178: Checking exports ** [22:45:28 2020-06-12] 178: Checking users ** [22:45:28 2020-06-12] 178: Checking user_dbs ** [22:45:28 2020-06-12] 178: Checking geocodings ** [22:45:28 2020-06-12] 178: Checking synchronizations ** [22:45:28 2020-06-12] 178: Checking tracker ** [22:45:28 2020-06-12] 178: Checking user_migrations ** [22:45:28 2020-06-12] 178: Checking batch_updates ** [22:45:28 2020-06-12] 178: Checking gears ** [22:45:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:45:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:33 2020-06-12] 178: Checking imports ** [22:45:33 2020-06-12] 178: Checking exports ** [22:45:33 2020-06-12] 178: Checking users ** [22:45:33 2020-06-12] 178: Checking user_dbs ** [22:45:33 2020-06-12] 178: Checking geocodings ** [22:45:33 2020-06-12] 178: Checking synchronizations ** [22:45:33 2020-06-12] 178: Checking tracker ** [22:45:33 2020-06-12] 178: Checking user_migrations ** [22:45:33 2020-06-12] 178: Checking batch_updates ** [22:45:33 2020-06-12] 178: Checking gears ** [22:45:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:45:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:38 2020-06-12] 178: Checking imports ** [22:45:38 2020-06-12] 178: Checking exports ** [22:45:38 2020-06-12] 178: Checking users ** [22:45:38 2020-06-12] 178: Checking user_dbs ** [22:45:38 2020-06-12] 178: Checking geocodings ** [22:45:38 2020-06-12] 178: Checking synchronizations ** [22:45:38 2020-06-12] 178: Checking tracker ** [22:45:38 2020-06-12] 178: Checking user_migrations ** [22:45:38 2020-06-12] 178: Checking batch_updates ** [22:45:38 2020-06-12] 178: Checking gears ** [22:45:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:45:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:43 2020-06-12] 178: Checking imports ** [22:45:43 2020-06-12] 178: Checking exports ** [22:45:43 2020-06-12] 178: Checking users ** [22:45:43 2020-06-12] 178: Checking user_dbs ** [22:45:43 2020-06-12] 178: Checking geocodings ** [22:45:43 2020-06-12] 178: Checking synchronizations ** [22:45:43 2020-06-12] 178: Checking tracker ** [22:45:43 2020-06-12] 178: Checking user_migrations ** [22:45:43 2020-06-12] 178: Checking batch_updates ** [22:45:43 2020-06-12] 178: Checking gears ** [22:45:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:45:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:48 2020-06-12] 178: Checking imports ** [22:45:48 2020-06-12] 178: Checking exports ** [22:45:48 2020-06-12] 178: Checking users ** [22:45:48 2020-06-12] 178: Checking user_dbs ** [22:45:48 2020-06-12] 178: Checking geocodings ** [22:45:48 2020-06-12] 178: Checking synchronizations ** [22:45:48 2020-06-12] 178: Checking tracker ** [22:45:48 2020-06-12] 178: Checking user_migrations ** [22:45:48 2020-06-12] 178: Checking batch_updates ** [22:45:48 2020-06-12] 178: Checking gears ** [22:45:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:45:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:53 2020-06-12] 178: Checking imports ** [22:45:53 2020-06-12] 178: Checking exports ** [22:45:53 2020-06-12] 178: Checking users ** [22:45:53 2020-06-12] 178: Checking user_dbs ** [22:45:53 2020-06-12] 178: Checking geocodings ** [22:45:53 2020-06-12] 178: Checking synchronizations ** [22:45:53 2020-06-12] 178: Checking tracker ** [22:45:53 2020-06-12] 178: Checking user_migrations ** [22:45:53 2020-06-12] 178: Checking batch_updates ** [22:45:53 2020-06-12] 178: Checking gears ** [22:45:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:45:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:58 2020-06-12] 178: Checking imports ** [22:45:58 2020-06-12] 178: Checking exports ** [22:45:58 2020-06-12] 178: Checking users ** [22:45:58 2020-06-12] 178: Checking user_dbs ** [22:45:58 2020-06-12] 178: Checking geocodings ** [22:45:58 2020-06-12] 178: Checking synchronizations ** [22:45:58 2020-06-12] 178: Checking tracker ** [22:45:58 2020-06-12] 178: Checking user_migrations ** [22:45:58 2020-06-12] 178: Checking batch_updates ** [22:45:58 2020-06-12] 178: Checking gears ** [22:45:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:45:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:03 2020-06-12] 178: Checking imports ** [22:46:03 2020-06-12] 178: Checking exports ** [22:46:03 2020-06-12] 178: Checking users ** [22:46:03 2020-06-12] 178: Checking user_dbs ** [22:46:03 2020-06-12] 178: Checking geocodings ** [22:46:03 2020-06-12] 178: Checking synchronizations ** [22:46:03 2020-06-12] 178: Checking tracker ** [22:46:03 2020-06-12] 178: Checking user_migrations ** [22:46:03 2020-06-12] 178: Checking batch_updates ** [22:46:03 2020-06-12] 178: Checking gears ** [22:46:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:46:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:08 2020-06-12] 178: Checking imports ** [22:46:08 2020-06-12] 178: Checking exports ** [22:46:08 2020-06-12] 178: Checking users ** [22:46:08 2020-06-12] 178: Checking user_dbs ** [22:46:08 2020-06-12] 178: Checking geocodings ** [22:46:08 2020-06-12] 178: Checking synchronizations ** [22:46:08 2020-06-12] 178: Checking tracker ** [22:46:08 2020-06-12] 178: Checking user_migrations ** [22:46:08 2020-06-12] 178: Checking batch_updates ** [22:46:08 2020-06-12] 178: Checking gears ** [22:46:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:46:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:13 2020-06-12] 178: Checking imports ** [22:46:13 2020-06-12] 178: Checking exports ** [22:46:13 2020-06-12] 178: Checking users ** [22:46:13 2020-06-12] 178: Checking user_dbs ** [22:46:13 2020-06-12] 178: Checking geocodings ** [22:46:13 2020-06-12] 178: Checking synchronizations ** [22:46:13 2020-06-12] 178: Checking tracker ** [22:46:13 2020-06-12] 178: Checking user_migrations ** [22:46:13 2020-06-12] 178: Checking batch_updates ** [22:46:13 2020-06-12] 178: Checking gears ** [22:46:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:46:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:18 2020-06-12] 178: Checking imports ** [22:46:18 2020-06-12] 178: Checking exports ** [22:46:18 2020-06-12] 178: Checking users ** [22:46:18 2020-06-12] 178: Checking user_dbs ** [22:46:18 2020-06-12] 178: Checking geocodings ** [22:46:18 2020-06-12] 178: Checking synchronizations ** [22:46:18 2020-06-12] 178: Checking tracker ** [22:46:18 2020-06-12] 178: Checking user_migrations ** [22:46:18 2020-06-12] 178: Checking batch_updates ** [22:46:18 2020-06-12] 178: Checking gears ** [22:46:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:46:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:23 2020-06-12] 178: Checking imports ** [22:46:23 2020-06-12] 178: Checking exports ** [22:46:23 2020-06-12] 178: Checking users ** [22:46:23 2020-06-12] 178: Checking user_dbs ** [22:46:23 2020-06-12] 178: Checking geocodings ** [22:46:23 2020-06-12] 178: Checking synchronizations ** [22:46:23 2020-06-12] 178: Checking tracker ** [22:46:23 2020-06-12] 178: Checking user_migrations ** [22:46:23 2020-06-12] 178: Checking batch_updates ** [22:46:23 2020-06-12] 178: Checking gears ** [22:46:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:46:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:28 2020-06-12] 178: Checking imports ** [22:46:28 2020-06-12] 178: Checking exports ** [22:46:28 2020-06-12] 178: Checking users ** [22:46:28 2020-06-12] 178: Checking user_dbs ** [22:46:28 2020-06-12] 178: Checking geocodings ** [22:46:28 2020-06-12] 178: Checking synchronizations ** [22:46:28 2020-06-12] 178: Checking tracker ** [22:46:28 2020-06-12] 178: Checking user_migrations ** [22:46:28 2020-06-12] 178: Checking batch_updates ** [22:46:28 2020-06-12] 178: Checking gears ** [22:46:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:46:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:33 2020-06-12] 178: Checking imports ** [22:46:33 2020-06-12] 178: Checking exports ** [22:46:33 2020-06-12] 178: Checking users ** [22:46:33 2020-06-12] 178: Checking user_dbs ** [22:46:33 2020-06-12] 178: Checking geocodings ** [22:46:33 2020-06-12] 178: Checking synchronizations ** [22:46:33 2020-06-12] 178: Checking tracker ** [22:46:33 2020-06-12] 178: Checking user_migrations ** [22:46:33 2020-06-12] 178: Checking batch_updates ** [22:46:33 2020-06-12] 178: Checking gears ** [22:46:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:46:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:38 2020-06-12] 178: Checking imports ** [22:46:38 2020-06-12] 178: Checking exports ** [22:46:38 2020-06-12] 178: Checking users ** [22:46:38 2020-06-12] 178: Checking user_dbs ** [22:46:38 2020-06-12] 178: Checking geocodings ** [22:46:38 2020-06-12] 178: Checking synchronizations ** [22:46:38 2020-06-12] 178: Checking tracker ** [22:46:38 2020-06-12] 178: Checking user_migrations ** [22:46:38 2020-06-12] 178: Checking batch_updates ** [22:46:38 2020-06-12] 178: Checking gears ** [22:46:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:46:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:43 2020-06-12] 178: Checking imports ** [22:46:43 2020-06-12] 178: Checking exports ** [22:46:43 2020-06-12] 178: Checking users ** [22:46:43 2020-06-12] 178: Checking user_dbs ** [22:46:43 2020-06-12] 178: Checking geocodings ** [22:46:43 2020-06-12] 178: Checking synchronizations ** [22:46:43 2020-06-12] 178: Checking tracker ** [22:46:43 2020-06-12] 178: Checking user_migrations ** [22:46:43 2020-06-12] 178: Checking batch_updates ** [22:46:43 2020-06-12] 178: Checking gears ** [22:46:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:46:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:48 2020-06-12] 178: Checking imports ** [22:46:48 2020-06-12] 178: Checking exports ** [22:46:48 2020-06-12] 178: Checking users ** [22:46:48 2020-06-12] 178: Checking user_dbs ** [22:46:48 2020-06-12] 178: Checking geocodings ** [22:46:48 2020-06-12] 178: Checking synchronizations ** [22:46:48 2020-06-12] 178: Checking tracker ** [22:46:48 2020-06-12] 178: Checking user_migrations ** [22:46:48 2020-06-12] 178: Checking batch_updates ** [22:46:48 2020-06-12] 178: Checking gears ** [22:46:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:46:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:53 2020-06-12] 178: Checking imports ** [22:46:53 2020-06-12] 178: Checking exports ** [22:46:53 2020-06-12] 178: Checking users ** [22:46:53 2020-06-12] 178: Checking user_dbs ** [22:46:53 2020-06-12] 178: Checking geocodings ** [22:46:53 2020-06-12] 178: Checking synchronizations ** [22:46:53 2020-06-12] 178: Checking tracker ** [22:46:53 2020-06-12] 178: Checking user_migrations ** [22:46:53 2020-06-12] 178: Checking batch_updates ** [22:46:53 2020-06-12] 178: Checking gears ** [22:46:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:46:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:58 2020-06-12] 178: Checking imports ** [22:46:58 2020-06-12] 178: Checking exports ** [22:46:58 2020-06-12] 178: Checking users ** [22:46:58 2020-06-12] 178: Checking user_dbs ** [22:46:58 2020-06-12] 178: Checking geocodings ** [22:46:58 2020-06-12] 178: Checking synchronizations ** [22:46:58 2020-06-12] 178: Checking tracker ** [22:46:58 2020-06-12] 178: Checking user_migrations ** [22:46:58 2020-06-12] 178: Checking batch_updates ** [22:46:58 2020-06-12] 178: Checking gears ** [22:46:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:46:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:03 2020-06-12] 178: Checking imports ** [22:47:03 2020-06-12] 178: Checking exports ** [22:47:03 2020-06-12] 178: Checking users ** [22:47:03 2020-06-12] 178: Checking user_dbs ** [22:47:03 2020-06-12] 178: Checking geocodings ** [22:47:03 2020-06-12] 178: Checking synchronizations ** [22:47:03 2020-06-12] 178: Checking tracker ** [22:47:03 2020-06-12] 178: Checking user_migrations ** [22:47:03 2020-06-12] 178: Checking batch_updates ** [22:47:03 2020-06-12] 178: Checking gears ** [22:47:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:47:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:08 2020-06-12] 178: Checking imports ** [22:47:08 2020-06-12] 178: Checking exports ** [22:47:08 2020-06-12] 178: Checking users ** [22:47:08 2020-06-12] 178: Checking user_dbs ** [22:47:08 2020-06-12] 178: Checking geocodings ** [22:47:08 2020-06-12] 178: Checking synchronizations ** [22:47:08 2020-06-12] 178: Checking tracker ** [22:47:08 2020-06-12] 178: Checking user_migrations ** [22:47:08 2020-06-12] 178: Checking batch_updates ** [22:47:08 2020-06-12] 178: Checking gears ** [22:47:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:47:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:13 2020-06-12] 178: Checking imports ** [22:47:13 2020-06-12] 178: Checking exports ** [22:47:13 2020-06-12] 178: Checking users ** [22:47:13 2020-06-12] 178: Checking user_dbs ** [22:47:13 2020-06-12] 178: Checking geocodings ** [22:47:13 2020-06-12] 178: Checking synchronizations ** [22:47:13 2020-06-12] 178: Checking tracker ** [22:47:13 2020-06-12] 178: Checking user_migrations ** [22:47:13 2020-06-12] 178: Checking batch_updates ** [22:47:13 2020-06-12] 178: Checking gears ** [22:47:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:47:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:18 2020-06-12] 178: Checking imports ** [22:47:18 2020-06-12] 178: Checking exports ** [22:47:18 2020-06-12] 178: Checking users ** [22:47:18 2020-06-12] 178: Checking user_dbs ** [22:47:18 2020-06-12] 178: Checking geocodings ** [22:47:18 2020-06-12] 178: Checking synchronizations ** [22:47:18 2020-06-12] 178: Checking tracker ** [22:47:18 2020-06-12] 178: Checking user_migrations ** [22:47:18 2020-06-12] 178: Checking batch_updates ** [22:47:18 2020-06-12] 178: Checking gears ** [22:47:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:47:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:23 2020-06-12] 178: Checking imports ** [22:47:23 2020-06-12] 178: Checking exports ** [22:47:23 2020-06-12] 178: Checking users ** [22:47:23 2020-06-12] 178: Checking user_dbs ** [22:47:23 2020-06-12] 178: Checking geocodings ** [22:47:23 2020-06-12] 178: Checking synchronizations ** [22:47:23 2020-06-12] 178: Checking tracker ** [22:47:23 2020-06-12] 178: Checking user_migrations ** [22:47:23 2020-06-12] 178: Checking batch_updates ** [22:47:23 2020-06-12] 178: Checking gears ** [22:47:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:47:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:28 2020-06-12] 178: Checking imports ** [22:47:28 2020-06-12] 178: Checking exports ** [22:47:28 2020-06-12] 178: Checking users ** [22:47:28 2020-06-12] 178: Checking user_dbs ** [22:47:28 2020-06-12] 178: Checking geocodings ** [22:47:28 2020-06-12] 178: Checking synchronizations ** [22:47:28 2020-06-12] 178: Checking tracker ** [22:47:28 2020-06-12] 178: Checking user_migrations ** [22:47:28 2020-06-12] 178: Checking batch_updates ** [22:47:28 2020-06-12] 178: Checking gears ** [22:47:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:47:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:33 2020-06-12] 178: Checking imports ** [22:47:33 2020-06-12] 178: Checking exports ** [22:47:33 2020-06-12] 178: Checking users ** [22:47:33 2020-06-12] 178: Checking user_dbs ** [22:47:33 2020-06-12] 178: Checking geocodings ** [22:47:33 2020-06-12] 178: Checking synchronizations ** [22:47:33 2020-06-12] 178: Checking tracker ** [22:47:33 2020-06-12] 178: Checking user_migrations ** [22:47:33 2020-06-12] 178: Checking batch_updates ** [22:47:33 2020-06-12] 178: Checking gears ** [22:47:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:47:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:38 2020-06-12] 178: Checking imports ** [22:47:38 2020-06-12] 178: Checking exports ** [22:47:38 2020-06-12] 178: Checking users ** [22:47:38 2020-06-12] 178: Checking user_dbs ** [22:47:38 2020-06-12] 178: Checking geocodings ** [22:47:38 2020-06-12] 178: Checking synchronizations ** [22:47:38 2020-06-12] 178: Checking tracker ** [22:47:38 2020-06-12] 178: Checking user_migrations ** [22:47:38 2020-06-12] 178: Checking batch_updates ** [22:47:38 2020-06-12] 178: Checking gears ** [22:47:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:47:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:43 2020-06-12] 178: Checking imports ** [22:47:43 2020-06-12] 178: Checking exports ** [22:47:43 2020-06-12] 178: Checking users ** [22:47:43 2020-06-12] 178: Checking user_dbs ** [22:47:43 2020-06-12] 178: Checking geocodings ** [22:47:43 2020-06-12] 178: Checking synchronizations ** [22:47:43 2020-06-12] 178: Checking tracker ** [22:47:43 2020-06-12] 178: Checking user_migrations ** [22:47:43 2020-06-12] 178: Checking batch_updates ** [22:47:43 2020-06-12] 178: Checking gears ** [22:47:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:47:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:48 2020-06-12] 178: Checking imports ** [22:47:48 2020-06-12] 178: Checking exports ** [22:47:48 2020-06-12] 178: Checking users ** [22:47:48 2020-06-12] 178: Checking user_dbs ** [22:47:48 2020-06-12] 178: Checking geocodings ** [22:47:48 2020-06-12] 178: Checking synchronizations ** [22:47:48 2020-06-12] 178: Checking tracker ** [22:47:48 2020-06-12] 178: Checking user_migrations ** [22:47:48 2020-06-12] 178: Checking batch_updates ** [22:47:48 2020-06-12] 178: Checking gears ** [22:47:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:47:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:53 2020-06-12] 178: Checking imports ** [22:47:53 2020-06-12] 178: Checking exports ** [22:47:53 2020-06-12] 178: Checking users ** [22:47:53 2020-06-12] 178: Checking user_dbs ** [22:47:53 2020-06-12] 178: Checking geocodings ** [22:47:53 2020-06-12] 178: Checking synchronizations ** [22:47:53 2020-06-12] 178: Checking tracker ** [22:47:53 2020-06-12] 178: Checking user_migrations ** [22:47:53 2020-06-12] 178: Checking batch_updates ** [22:47:53 2020-06-12] 178: Checking gears ** [22:47:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:47:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:58 2020-06-12] 178: Checking imports ** [22:47:58 2020-06-12] 178: Checking exports ** [22:47:58 2020-06-12] 178: Checking users ** [22:47:58 2020-06-12] 178: Checking user_dbs ** [22:47:58 2020-06-12] 178: Checking geocodings ** [22:47:58 2020-06-12] 178: Checking synchronizations ** [22:47:58 2020-06-12] 178: Checking tracker ** [22:47:58 2020-06-12] 178: Checking user_migrations ** [22:47:58 2020-06-12] 178: Checking batch_updates ** [22:47:58 2020-06-12] 178: Checking gears ** [22:47:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:47:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:03 2020-06-12] 178: Checking imports ** [22:48:03 2020-06-12] 178: Checking exports ** [22:48:03 2020-06-12] 178: Checking users ** [22:48:03 2020-06-12] 178: Checking user_dbs ** [22:48:03 2020-06-12] 178: Checking geocodings ** [22:48:03 2020-06-12] 178: Checking synchronizations ** [22:48:03 2020-06-12] 178: Checking tracker ** [22:48:03 2020-06-12] 178: Checking user_migrations ** [22:48:03 2020-06-12] 178: Checking batch_updates ** [22:48:03 2020-06-12] 178: Checking gears ** [22:48:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:48:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:08 2020-06-12] 178: Checking imports ** [22:48:08 2020-06-12] 178: Checking exports ** [22:48:08 2020-06-12] 178: Checking users ** [22:48:08 2020-06-12] 178: Checking user_dbs ** [22:48:08 2020-06-12] 178: Checking geocodings ** [22:48:08 2020-06-12] 178: Checking synchronizations ** [22:48:08 2020-06-12] 178: Checking tracker ** [22:48:08 2020-06-12] 178: Checking user_migrations ** [22:48:08 2020-06-12] 178: Checking batch_updates ** [22:48:08 2020-06-12] 178: Checking gears ** [22:48:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:48:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:13 2020-06-12] 178: Checking imports ** [22:48:13 2020-06-12] 178: Checking exports ** [22:48:13 2020-06-12] 178: Checking users ** [22:48:13 2020-06-12] 178: Checking user_dbs ** [22:48:13 2020-06-12] 178: Checking geocodings ** [22:48:13 2020-06-12] 178: Checking synchronizations ** [22:48:13 2020-06-12] 178: Checking tracker ** [22:48:13 2020-06-12] 178: Checking user_migrations ** [22:48:13 2020-06-12] 178: Checking batch_updates ** [22:48:13 2020-06-12] 178: Checking gears ** [22:48:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:48:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:18 2020-06-12] 178: Checking imports ** [22:48:18 2020-06-12] 178: Checking exports ** [22:48:18 2020-06-12] 178: Checking users ** [22:48:18 2020-06-12] 178: Checking user_dbs ** [22:48:18 2020-06-12] 178: Checking geocodings ** [22:48:18 2020-06-12] 178: Checking synchronizations ** [22:48:18 2020-06-12] 178: Checking tracker ** [22:48:18 2020-06-12] 178: Checking user_migrations ** [22:48:18 2020-06-12] 178: Checking batch_updates ** [22:48:18 2020-06-12] 178: Checking gears ** [22:48:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:48:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:23 2020-06-12] 178: Checking imports ** [22:48:23 2020-06-12] 178: Checking exports ** [22:48:23 2020-06-12] 178: Checking users ** [22:48:23 2020-06-12] 178: Checking user_dbs ** [22:48:23 2020-06-12] 178: Checking geocodings ** [22:48:23 2020-06-12] 178: Checking synchronizations ** [22:48:23 2020-06-12] 178: Checking tracker ** [22:48:23 2020-06-12] 178: Checking user_migrations ** [22:48:23 2020-06-12] 178: Checking batch_updates ** [22:48:23 2020-06-12] 178: Checking gears ** [22:48:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:48:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:28 2020-06-12] 178: Checking imports ** [22:48:28 2020-06-12] 178: Checking exports ** [22:48:28 2020-06-12] 178: Checking users ** [22:48:28 2020-06-12] 178: Checking user_dbs ** [22:48:28 2020-06-12] 178: Checking geocodings ** [22:48:28 2020-06-12] 178: Checking synchronizations ** [22:48:28 2020-06-12] 178: Checking tracker ** [22:48:28 2020-06-12] 178: Checking user_migrations ** [22:48:28 2020-06-12] 178: Checking batch_updates ** [22:48:28 2020-06-12] 178: Checking gears ** [22:48:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:48:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:33 2020-06-12] 178: Checking imports ** [22:48:33 2020-06-12] 178: Checking exports ** [22:48:33 2020-06-12] 178: Checking users ** [22:48:33 2020-06-12] 178: Checking user_dbs ** [22:48:33 2020-06-12] 178: Checking geocodings ** [22:48:33 2020-06-12] 178: Checking synchronizations ** [22:48:33 2020-06-12] 178: Checking tracker ** [22:48:33 2020-06-12] 178: Checking user_migrations ** [22:48:33 2020-06-12] 178: Checking batch_updates ** [22:48:33 2020-06-12] 178: Checking gears ** [22:48:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:48:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:38 2020-06-12] 178: Checking imports ** [22:48:38 2020-06-12] 178: Checking exports ** [22:48:38 2020-06-12] 178: Checking users ** [22:48:38 2020-06-12] 178: Checking user_dbs ** [22:48:38 2020-06-12] 178: Checking geocodings ** [22:48:38 2020-06-12] 178: Checking synchronizations ** [22:48:38 2020-06-12] 178: Checking tracker ** [22:48:38 2020-06-12] 178: Checking user_migrations ** [22:48:38 2020-06-12] 178: Checking batch_updates ** [22:48:38 2020-06-12] 178: Checking gears ** [22:48:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:48:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:43 2020-06-12] 178: Checking imports ** [22:48:43 2020-06-12] 178: Checking exports ** [22:48:43 2020-06-12] 178: Checking users ** [22:48:43 2020-06-12] 178: Checking user_dbs ** [22:48:43 2020-06-12] 178: Checking geocodings ** [22:48:43 2020-06-12] 178: Checking synchronizations ** [22:48:43 2020-06-12] 178: Checking tracker ** [22:48:43 2020-06-12] 178: Checking user_migrations ** [22:48:43 2020-06-12] 178: Checking batch_updates ** [22:48:43 2020-06-12] 178: Checking gears ** [22:48:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:48:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:48 2020-06-12] 178: Checking imports ** [22:48:48 2020-06-12] 178: Checking exports ** [22:48:48 2020-06-12] 178: Checking users ** [22:48:48 2020-06-12] 178: Checking user_dbs ** [22:48:48 2020-06-12] 178: Checking geocodings ** [22:48:48 2020-06-12] 178: Checking synchronizations ** [22:48:48 2020-06-12] 178: Checking tracker ** [22:48:48 2020-06-12] 178: Checking user_migrations ** [22:48:48 2020-06-12] 178: Checking batch_updates ** [22:48:48 2020-06-12] 178: Checking gears ** [22:48:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:48:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:53 2020-06-12] 178: Checking imports ** [22:48:53 2020-06-12] 178: Checking exports ** [22:48:53 2020-06-12] 178: Checking users ** [22:48:53 2020-06-12] 178: Checking user_dbs ** [22:48:53 2020-06-12] 178: Checking geocodings ** [22:48:53 2020-06-12] 178: Checking synchronizations ** [22:48:53 2020-06-12] 178: Checking tracker ** [22:48:53 2020-06-12] 178: Checking user_migrations ** [22:48:53 2020-06-12] 178: Checking batch_updates ** [22:48:53 2020-06-12] 178: Checking gears ** [22:48:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:48:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:58 2020-06-12] 178: Checking imports ** [22:48:58 2020-06-12] 178: Checking exports ** [22:48:58 2020-06-12] 178: Checking users ** [22:48:58 2020-06-12] 178: Checking user_dbs ** [22:48:58 2020-06-12] 178: Checking geocodings ** [22:48:58 2020-06-12] 178: Checking synchronizations ** [22:48:58 2020-06-12] 178: Checking tracker ** [22:48:58 2020-06-12] 178: Checking user_migrations ** [22:48:58 2020-06-12] 178: Checking batch_updates ** [22:48:58 2020-06-12] 178: Checking gears ** [22:48:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:48:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:03 2020-06-12] 178: Checking imports ** [22:49:03 2020-06-12] 178: Checking exports ** [22:49:03 2020-06-12] 178: Checking users ** [22:49:03 2020-06-12] 178: Checking user_dbs ** [22:49:03 2020-06-12] 178: Checking geocodings ** [22:49:03 2020-06-12] 178: Checking synchronizations ** [22:49:03 2020-06-12] 178: Checking tracker ** [22:49:03 2020-06-12] 178: Checking user_migrations ** [22:49:03 2020-06-12] 178: Checking batch_updates ** [22:49:03 2020-06-12] 178: Checking gears ** [22:49:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:49:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:08 2020-06-12] 178: Checking imports ** [22:49:08 2020-06-12] 178: Checking exports ** [22:49:08 2020-06-12] 178: Checking users ** [22:49:08 2020-06-12] 178: Checking user_dbs ** [22:49:08 2020-06-12] 178: Checking geocodings ** [22:49:08 2020-06-12] 178: Checking synchronizations ** [22:49:08 2020-06-12] 178: Checking tracker ** [22:49:08 2020-06-12] 178: Checking user_migrations ** [22:49:08 2020-06-12] 178: Checking batch_updates ** [22:49:08 2020-06-12] 178: Checking gears ** [22:49:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:49:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:13 2020-06-12] 178: Checking imports ** [22:49:13 2020-06-12] 178: Checking exports ** [22:49:13 2020-06-12] 178: Checking users ** [22:49:13 2020-06-12] 178: Checking user_dbs ** [22:49:13 2020-06-12] 178: Checking geocodings ** [22:49:13 2020-06-12] 178: Checking synchronizations ** [22:49:13 2020-06-12] 178: Checking tracker ** [22:49:13 2020-06-12] 178: Checking user_migrations ** [22:49:13 2020-06-12] 178: Checking batch_updates ** [22:49:13 2020-06-12] 178: Checking gears ** [22:49:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:49:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:18 2020-06-12] 178: Checking imports ** [22:49:18 2020-06-12] 178: Checking exports ** [22:49:18 2020-06-12] 178: Checking users ** [22:49:18 2020-06-12] 178: Checking user_dbs ** [22:49:18 2020-06-12] 178: Checking geocodings ** [22:49:18 2020-06-12] 178: Checking synchronizations ** [22:49:18 2020-06-12] 178: Checking tracker ** [22:49:18 2020-06-12] 178: Checking user_migrations ** [22:49:18 2020-06-12] 178: Checking batch_updates ** [22:49:18 2020-06-12] 178: Checking gears ** [22:49:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:49:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:23 2020-06-12] 178: Checking imports ** [22:49:23 2020-06-12] 178: Checking exports ** [22:49:23 2020-06-12] 178: Checking users ** [22:49:23 2020-06-12] 178: Checking user_dbs ** [22:49:23 2020-06-12] 178: Checking geocodings ** [22:49:23 2020-06-12] 178: Checking synchronizations ** [22:49:23 2020-06-12] 178: Checking tracker ** [22:49:23 2020-06-12] 178: Checking user_migrations ** [22:49:23 2020-06-12] 178: Checking batch_updates ** [22:49:23 2020-06-12] 178: Checking gears ** [22:49:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:49:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:28 2020-06-12] 178: Checking imports ** [22:49:28 2020-06-12] 178: Checking exports ** [22:49:28 2020-06-12] 178: Checking users ** [22:49:28 2020-06-12] 178: Checking user_dbs ** [22:49:28 2020-06-12] 178: Checking geocodings ** [22:49:28 2020-06-12] 178: Checking synchronizations ** [22:49:28 2020-06-12] 178: Checking tracker ** [22:49:28 2020-06-12] 178: Checking user_migrations ** [22:49:28 2020-06-12] 178: Checking batch_updates ** [22:49:28 2020-06-12] 178: Checking gears ** [22:49:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:49:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:33 2020-06-12] 178: Checking imports ** [22:49:33 2020-06-12] 178: Checking exports ** [22:49:33 2020-06-12] 178: Checking users ** [22:49:33 2020-06-12] 178: Checking user_dbs ** [22:49:33 2020-06-12] 178: Checking geocodings ** [22:49:33 2020-06-12] 178: Checking synchronizations ** [22:49:33 2020-06-12] 178: Checking tracker ** [22:49:33 2020-06-12] 178: Checking user_migrations ** [22:49:33 2020-06-12] 178: Checking batch_updates ** [22:49:33 2020-06-12] 178: Checking gears ** [22:49:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:49:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:38 2020-06-12] 178: Checking imports ** [22:49:38 2020-06-12] 178: Checking exports ** [22:49:38 2020-06-12] 178: Checking users ** [22:49:38 2020-06-12] 178: Checking user_dbs ** [22:49:38 2020-06-12] 178: Checking geocodings ** [22:49:38 2020-06-12] 178: Checking synchronizations ** [22:49:38 2020-06-12] 178: Checking tracker ** [22:49:38 2020-06-12] 178: Checking user_migrations ** [22:49:38 2020-06-12] 178: Checking batch_updates ** [22:49:38 2020-06-12] 178: Checking gears ** [22:49:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:49:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:43 2020-06-12] 178: Checking imports ** [22:49:43 2020-06-12] 178: Checking exports ** [22:49:43 2020-06-12] 178: Checking users ** [22:49:43 2020-06-12] 178: Checking user_dbs ** [22:49:43 2020-06-12] 178: Checking geocodings ** [22:49:43 2020-06-12] 178: Checking synchronizations ** [22:49:43 2020-06-12] 178: Checking tracker ** [22:49:43 2020-06-12] 178: Checking user_migrations ** [22:49:43 2020-06-12] 178: Checking batch_updates ** [22:49:43 2020-06-12] 178: Checking gears ** [22:49:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:49:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:48 2020-06-12] 178: Checking imports ** [22:49:48 2020-06-12] 178: Checking exports ** [22:49:48 2020-06-12] 178: Checking users ** [22:49:48 2020-06-12] 178: Checking user_dbs ** [22:49:48 2020-06-12] 178: Checking geocodings ** [22:49:48 2020-06-12] 178: Checking synchronizations ** [22:49:48 2020-06-12] 178: Checking tracker ** [22:49:48 2020-06-12] 178: Checking user_migrations ** [22:49:48 2020-06-12] 178: Checking batch_updates ** [22:49:48 2020-06-12] 178: Checking gears ** [22:49:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:49:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:53 2020-06-12] 178: Checking imports ** [22:49:53 2020-06-12] 178: Checking exports ** [22:49:53 2020-06-12] 178: Checking users ** [22:49:53 2020-06-12] 178: Checking user_dbs ** [22:49:53 2020-06-12] 178: Checking geocodings ** [22:49:53 2020-06-12] 178: Checking synchronizations ** [22:49:53 2020-06-12] 178: Checking tracker ** [22:49:53 2020-06-12] 178: Checking user_migrations ** [22:49:53 2020-06-12] 178: Checking batch_updates ** [22:49:53 2020-06-12] 178: Checking gears ** [22:49:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:49:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:58 2020-06-12] 178: Checking imports ** [22:49:58 2020-06-12] 178: Checking exports ** [22:49:58 2020-06-12] 178: Checking users ** [22:49:58 2020-06-12] 178: Checking user_dbs ** [22:49:58 2020-06-12] 178: Checking geocodings ** [22:49:58 2020-06-12] 178: Checking synchronizations ** [22:49:58 2020-06-12] 178: Checking tracker ** [22:49:58 2020-06-12] 178: Checking user_migrations ** [22:49:58 2020-06-12] 178: Checking batch_updates ** [22:49:58 2020-06-12] 178: Checking gears ** [22:49:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:49:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:03 2020-06-12] 178: Checking imports ** [22:50:03 2020-06-12] 178: Checking exports ** [22:50:03 2020-06-12] 178: Checking users ** [22:50:03 2020-06-12] 178: Checking user_dbs ** [22:50:03 2020-06-12] 178: Checking geocodings ** [22:50:03 2020-06-12] 178: Checking synchronizations ** [22:50:03 2020-06-12] 178: Checking tracker ** [22:50:03 2020-06-12] 178: Checking user_migrations ** [22:50:03 2020-06-12] 178: Checking batch_updates ** [22:50:03 2020-06-12] 178: Checking gears ** [22:50:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:50:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:08 2020-06-12] 178: Checking imports ** [22:50:08 2020-06-12] 178: Checking exports ** [22:50:08 2020-06-12] 178: Checking users ** [22:50:08 2020-06-12] 178: Checking user_dbs ** [22:50:08 2020-06-12] 178: Checking geocodings ** [22:50:08 2020-06-12] 178: Checking synchronizations ** [22:50:08 2020-06-12] 178: Checking tracker ** [22:50:08 2020-06-12] 178: Checking user_migrations ** [22:50:08 2020-06-12] 178: Checking batch_updates ** [22:50:08 2020-06-12] 178: Checking gears ** [22:50:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:50:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:13 2020-06-12] 178: Checking imports ** [22:50:13 2020-06-12] 178: Checking exports ** [22:50:13 2020-06-12] 178: Checking users ** [22:50:13 2020-06-12] 178: Checking user_dbs ** [22:50:13 2020-06-12] 178: Checking geocodings ** [22:50:13 2020-06-12] 178: Checking synchronizations ** [22:50:13 2020-06-12] 178: Checking tracker ** [22:50:13 2020-06-12] 178: Checking user_migrations ** [22:50:13 2020-06-12] 178: Checking batch_updates ** [22:50:13 2020-06-12] 178: Checking gears ** [22:50:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:50:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:18 2020-06-12] 178: Checking imports ** [22:50:18 2020-06-12] 178: Checking exports ** [22:50:18 2020-06-12] 178: Checking users ** [22:50:18 2020-06-12] 178: Checking user_dbs ** [22:50:18 2020-06-12] 178: Checking geocodings ** [22:50:18 2020-06-12] 178: Checking synchronizations ** [22:50:18 2020-06-12] 178: Checking tracker ** [22:50:18 2020-06-12] 178: Checking user_migrations ** [22:50:18 2020-06-12] 178: Checking batch_updates ** [22:50:18 2020-06-12] 178: Checking gears ** [22:50:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:50:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:23 2020-06-12] 178: Checking imports ** [22:50:23 2020-06-12] 178: Checking exports ** [22:50:23 2020-06-12] 178: Checking users ** [22:50:23 2020-06-12] 178: Checking user_dbs ** [22:50:23 2020-06-12] 178: Checking geocodings ** [22:50:23 2020-06-12] 178: Checking synchronizations ** [22:50:23 2020-06-12] 178: Checking tracker ** [22:50:23 2020-06-12] 178: Checking user_migrations ** [22:50:23 2020-06-12] 178: Checking batch_updates ** [22:50:23 2020-06-12] 178: Checking gears ** [22:50:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:50:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:28 2020-06-12] 178: Checking imports ** [22:50:28 2020-06-12] 178: Checking exports ** [22:50:28 2020-06-12] 178: Checking users ** [22:50:28 2020-06-12] 178: Checking user_dbs ** [22:50:28 2020-06-12] 178: Checking geocodings ** [22:50:28 2020-06-12] 178: Checking synchronizations ** [22:50:28 2020-06-12] 178: Checking tracker ** [22:50:28 2020-06-12] 178: Checking user_migrations ** [22:50:28 2020-06-12] 178: Checking batch_updates ** [22:50:28 2020-06-12] 178: Checking gears ** [22:50:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:50:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:33 2020-06-12] 178: Checking imports ** [22:50:33 2020-06-12] 178: Checking exports ** [22:50:33 2020-06-12] 178: Checking users ** [22:50:33 2020-06-12] 178: Checking user_dbs ** [22:50:33 2020-06-12] 178: Checking geocodings ** [22:50:33 2020-06-12] 178: Checking synchronizations ** [22:50:33 2020-06-12] 178: Checking tracker ** [22:50:33 2020-06-12] 178: Checking user_migrations ** [22:50:33 2020-06-12] 178: Checking batch_updates ** [22:50:33 2020-06-12] 178: Checking gears ** [22:50:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:50:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:38 2020-06-12] 178: Checking imports ** [22:50:38 2020-06-12] 178: Checking exports ** [22:50:38 2020-06-12] 178: Checking users ** [22:50:38 2020-06-12] 178: Checking user_dbs ** [22:50:38 2020-06-12] 178: Checking geocodings ** [22:50:38 2020-06-12] 178: Checking synchronizations ** [22:50:38 2020-06-12] 178: Checking tracker ** [22:50:38 2020-06-12] 178: Checking user_migrations ** [22:50:38 2020-06-12] 178: Checking batch_updates ** [22:50:38 2020-06-12] 178: Checking gears ** [22:50:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:50:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:44 2020-06-12] 178: Checking imports ** [22:50:44 2020-06-12] 178: Checking exports ** [22:50:44 2020-06-12] 178: Checking users ** [22:50:44 2020-06-12] 178: Checking user_dbs ** [22:50:44 2020-06-12] 178: Checking geocodings ** [22:50:44 2020-06-12] 178: Checking synchronizations ** [22:50:44 2020-06-12] 178: Checking tracker ** [22:50:44 2020-06-12] 178: Checking user_migrations ** [22:50:44 2020-06-12] 178: Checking batch_updates ** [22:50:44 2020-06-12] 178: Checking gears ** [22:50:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:50:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:49 2020-06-12] 178: Checking imports ** [22:50:49 2020-06-12] 178: Checking exports ** [22:50:49 2020-06-12] 178: Checking users ** [22:50:49 2020-06-12] 178: Checking user_dbs ** [22:50:49 2020-06-12] 178: Checking geocodings ** [22:50:49 2020-06-12] 178: Checking synchronizations ** [22:50:49 2020-06-12] 178: Checking tracker ** [22:50:49 2020-06-12] 178: Checking user_migrations ** [22:50:49 2020-06-12] 178: Checking batch_updates ** [22:50:49 2020-06-12] 178: Checking gears ** [22:50:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:50:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:54 2020-06-12] 178: Checking imports ** [22:50:54 2020-06-12] 178: Checking exports ** [22:50:54 2020-06-12] 178: Checking users ** [22:50:54 2020-06-12] 178: Checking user_dbs ** [22:50:54 2020-06-12] 178: Checking geocodings ** [22:50:54 2020-06-12] 178: Checking synchronizations ** [22:50:54 2020-06-12] 178: Checking tracker ** [22:50:54 2020-06-12] 178: Checking user_migrations ** [22:50:54 2020-06-12] 178: Checking batch_updates ** [22:50:54 2020-06-12] 178: Checking gears ** [22:50:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:50:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:59 2020-06-12] 178: Checking imports ** [22:50:59 2020-06-12] 178: Checking exports ** [22:50:59 2020-06-12] 178: Checking users ** [22:50:59 2020-06-12] 178: Checking user_dbs ** [22:50:59 2020-06-12] 178: Checking geocodings ** [22:50:59 2020-06-12] 178: Checking synchronizations ** [22:50:59 2020-06-12] 178: Checking tracker ** [22:50:59 2020-06-12] 178: Checking user_migrations ** [22:50:59 2020-06-12] 178: Checking batch_updates ** [22:50:59 2020-06-12] 178: Checking gears ** [22:50:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:50:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:04 2020-06-12] 178: Checking imports ** [22:51:04 2020-06-12] 178: Checking exports ** [22:51:04 2020-06-12] 178: Checking users ** [22:51:04 2020-06-12] 178: Checking user_dbs ** [22:51:04 2020-06-12] 178: Checking geocodings ** [22:51:04 2020-06-12] 178: Checking synchronizations ** [22:51:04 2020-06-12] 178: Checking tracker ** [22:51:04 2020-06-12] 178: Checking user_migrations ** [22:51:04 2020-06-12] 178: Checking batch_updates ** [22:51:04 2020-06-12] 178: Checking gears ** [22:51:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:51:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:09 2020-06-12] 178: Checking imports ** [22:51:09 2020-06-12] 178: Checking exports ** [22:51:09 2020-06-12] 178: Checking users ** [22:51:09 2020-06-12] 178: Checking user_dbs ** [22:51:09 2020-06-12] 178: Checking geocodings ** [22:51:09 2020-06-12] 178: Checking synchronizations ** [22:51:09 2020-06-12] 178: Checking tracker ** [22:51:09 2020-06-12] 178: Checking user_migrations ** [22:51:09 2020-06-12] 178: Checking batch_updates ** [22:51:09 2020-06-12] 178: Checking gears ** [22:51:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:51:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:14 2020-06-12] 178: Checking imports ** [22:51:14 2020-06-12] 178: Checking exports ** [22:51:14 2020-06-12] 178: Checking users ** [22:51:14 2020-06-12] 178: Checking user_dbs ** [22:51:14 2020-06-12] 178: Checking geocodings ** [22:51:14 2020-06-12] 178: Checking synchronizations ** [22:51:14 2020-06-12] 178: Checking tracker ** [22:51:14 2020-06-12] 178: Checking user_migrations ** [22:51:14 2020-06-12] 178: Checking batch_updates ** [22:51:14 2020-06-12] 178: Checking gears ** [22:51:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:51:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:19 2020-06-12] 178: Checking imports ** [22:51:19 2020-06-12] 178: Checking exports ** [22:51:19 2020-06-12] 178: Checking users ** [22:51:19 2020-06-12] 178: Checking user_dbs ** [22:51:19 2020-06-12] 178: Checking geocodings ** [22:51:19 2020-06-12] 178: Checking synchronizations ** [22:51:19 2020-06-12] 178: Checking tracker ** [22:51:19 2020-06-12] 178: Checking user_migrations ** [22:51:19 2020-06-12] 178: Checking batch_updates ** [22:51:19 2020-06-12] 178: Checking gears ** [22:51:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:51:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:24 2020-06-12] 178: Checking imports ** [22:51:24 2020-06-12] 178: Checking exports ** [22:51:24 2020-06-12] 178: Checking users ** [22:51:24 2020-06-12] 178: Checking user_dbs ** [22:51:24 2020-06-12] 178: Checking geocodings ** [22:51:24 2020-06-12] 178: Checking synchronizations ** [22:51:24 2020-06-12] 178: Checking tracker ** [22:51:24 2020-06-12] 178: Checking user_migrations ** [22:51:24 2020-06-12] 178: Checking batch_updates ** [22:51:24 2020-06-12] 178: Checking gears ** [22:51:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:51:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:29 2020-06-12] 178: Checking imports ** [22:51:29 2020-06-12] 178: Checking exports ** [22:51:29 2020-06-12] 178: Checking users ** [22:51:29 2020-06-12] 178: Checking user_dbs ** [22:51:29 2020-06-12] 178: Checking geocodings ** [22:51:29 2020-06-12] 178: Checking synchronizations ** [22:51:29 2020-06-12] 178: Checking tracker ** [22:51:29 2020-06-12] 178: Checking user_migrations ** [22:51:29 2020-06-12] 178: Checking batch_updates ** [22:51:29 2020-06-12] 178: Checking gears ** [22:51:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:51:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:34 2020-06-12] 178: Checking imports ** [22:51:34 2020-06-12] 178: Checking exports ** [22:51:34 2020-06-12] 178: Checking users ** [22:51:34 2020-06-12] 178: Checking user_dbs ** [22:51:34 2020-06-12] 178: Checking geocodings ** [22:51:34 2020-06-12] 178: Checking synchronizations ** [22:51:34 2020-06-12] 178: Checking tracker ** [22:51:34 2020-06-12] 178: Checking user_migrations ** [22:51:34 2020-06-12] 178: Checking batch_updates ** [22:51:34 2020-06-12] 178: Checking gears ** [22:51:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:51:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:39 2020-06-12] 178: Checking imports ** [22:51:39 2020-06-12] 178: Checking exports ** [22:51:39 2020-06-12] 178: Checking users ** [22:51:39 2020-06-12] 178: Checking user_dbs ** [22:51:39 2020-06-12] 178: Checking geocodings ** [22:51:39 2020-06-12] 178: Checking synchronizations ** [22:51:39 2020-06-12] 178: Checking tracker ** [22:51:39 2020-06-12] 178: Checking user_migrations ** [22:51:39 2020-06-12] 178: Checking batch_updates ** [22:51:39 2020-06-12] 178: Checking gears ** [22:51:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:51:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:44 2020-06-12] 178: Checking imports ** [22:51:44 2020-06-12] 178: Checking exports ** [22:51:44 2020-06-12] 178: Checking users ** [22:51:44 2020-06-12] 178: Checking user_dbs ** [22:51:44 2020-06-12] 178: Checking geocodings ** [22:51:44 2020-06-12] 178: Checking synchronizations ** [22:51:44 2020-06-12] 178: Checking tracker ** [22:51:44 2020-06-12] 178: Checking user_migrations ** [22:51:44 2020-06-12] 178: Checking batch_updates ** [22:51:44 2020-06-12] 178: Checking gears ** [22:51:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:51:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:49 2020-06-12] 178: Checking imports ** [22:51:49 2020-06-12] 178: Checking exports ** [22:51:49 2020-06-12] 178: Checking users ** [22:51:49 2020-06-12] 178: Checking user_dbs ** [22:51:49 2020-06-12] 178: Checking geocodings ** [22:51:49 2020-06-12] 178: Checking synchronizations ** [22:51:49 2020-06-12] 178: Checking tracker ** [22:51:49 2020-06-12] 178: Checking user_migrations ** [22:51:49 2020-06-12] 178: Checking batch_updates ** [22:51:49 2020-06-12] 178: Checking gears ** [22:51:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:51:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:54 2020-06-12] 178: Checking imports ** [22:51:54 2020-06-12] 178: Checking exports ** [22:51:54 2020-06-12] 178: Checking users ** [22:51:54 2020-06-12] 178: Checking user_dbs ** [22:51:54 2020-06-12] 178: Checking geocodings ** [22:51:54 2020-06-12] 178: Checking synchronizations ** [22:51:54 2020-06-12] 178: Checking tracker ** [22:51:54 2020-06-12] 178: Checking user_migrations ** [22:51:54 2020-06-12] 178: Checking batch_updates ** [22:51:54 2020-06-12] 178: Checking gears ** [22:51:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:51:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:59 2020-06-12] 178: Checking imports ** [22:51:59 2020-06-12] 178: Checking exports ** [22:51:59 2020-06-12] 178: Checking users ** [22:51:59 2020-06-12] 178: Checking user_dbs ** [22:51:59 2020-06-12] 178: Checking geocodings ** [22:51:59 2020-06-12] 178: Checking synchronizations ** [22:51:59 2020-06-12] 178: Checking tracker ** [22:51:59 2020-06-12] 178: Checking user_migrations ** [22:51:59 2020-06-12] 178: Checking batch_updates ** [22:51:59 2020-06-12] 178: Checking gears ** [22:51:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:51:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:04 2020-06-12] 178: Checking imports ** [22:52:04 2020-06-12] 178: Checking exports ** [22:52:04 2020-06-12] 178: Checking users ** [22:52:04 2020-06-12] 178: Checking user_dbs ** [22:52:04 2020-06-12] 178: Checking geocodings ** [22:52:04 2020-06-12] 178: Checking synchronizations ** [22:52:04 2020-06-12] 178: Checking tracker ** [22:52:04 2020-06-12] 178: Checking user_migrations ** [22:52:04 2020-06-12] 178: Checking batch_updates ** [22:52:04 2020-06-12] 178: Checking gears ** [22:52:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:52:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:09 2020-06-12] 178: Checking imports ** [22:52:09 2020-06-12] 178: Checking exports ** [22:52:09 2020-06-12] 178: Checking users ** [22:52:09 2020-06-12] 178: Checking user_dbs ** [22:52:09 2020-06-12] 178: Checking geocodings ** [22:52:09 2020-06-12] 178: Checking synchronizations ** [22:52:09 2020-06-12] 178: Checking tracker ** [22:52:09 2020-06-12] 178: Checking user_migrations ** [22:52:09 2020-06-12] 178: Checking batch_updates ** [22:52:09 2020-06-12] 178: Checking gears ** [22:52:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:52:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:14 2020-06-12] 178: Checking imports ** [22:52:14 2020-06-12] 178: Checking exports ** [22:52:14 2020-06-12] 178: Checking users ** [22:52:14 2020-06-12] 178: Checking user_dbs ** [22:52:14 2020-06-12] 178: Checking geocodings ** [22:52:14 2020-06-12] 178: Checking synchronizations ** [22:52:14 2020-06-12] 178: Checking tracker ** [22:52:14 2020-06-12] 178: Checking user_migrations ** [22:52:14 2020-06-12] 178: Checking batch_updates ** [22:52:14 2020-06-12] 178: Checking gears ** [22:52:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:52:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:19 2020-06-12] 178: Checking imports ** [22:52:19 2020-06-12] 178: Checking exports ** [22:52:19 2020-06-12] 178: Checking users ** [22:52:19 2020-06-12] 178: Checking user_dbs ** [22:52:19 2020-06-12] 178: Checking geocodings ** [22:52:19 2020-06-12] 178: Checking synchronizations ** [22:52:19 2020-06-12] 178: Checking tracker ** [22:52:19 2020-06-12] 178: Checking user_migrations ** [22:52:19 2020-06-12] 178: Checking batch_updates ** [22:52:19 2020-06-12] 178: Checking gears ** [22:52:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:52:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:24 2020-06-12] 178: Checking imports ** [22:52:24 2020-06-12] 178: Checking exports ** [22:52:24 2020-06-12] 178: Checking users ** [22:52:24 2020-06-12] 178: Checking user_dbs ** [22:52:24 2020-06-12] 178: Checking geocodings ** [22:52:24 2020-06-12] 178: Checking synchronizations ** [22:52:24 2020-06-12] 178: Checking tracker ** [22:52:24 2020-06-12] 178: Checking user_migrations ** [22:52:24 2020-06-12] 178: Checking batch_updates ** [22:52:24 2020-06-12] 178: Checking gears ** [22:52:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:52:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:29 2020-06-12] 178: Checking imports ** [22:52:29 2020-06-12] 178: Checking exports ** [22:52:29 2020-06-12] 178: Checking users ** [22:52:29 2020-06-12] 178: Checking user_dbs ** [22:52:29 2020-06-12] 178: Checking geocodings ** [22:52:29 2020-06-12] 178: Checking synchronizations ** [22:52:29 2020-06-12] 178: Checking tracker ** [22:52:29 2020-06-12] 178: Checking user_migrations ** [22:52:29 2020-06-12] 178: Checking batch_updates ** [22:52:29 2020-06-12] 178: Checking gears ** [22:52:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:52:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:34 2020-06-12] 178: Checking imports ** [22:52:34 2020-06-12] 178: Checking exports ** [22:52:34 2020-06-12] 178: Checking users ** [22:52:34 2020-06-12] 178: Checking user_dbs ** [22:52:34 2020-06-12] 178: Checking geocodings ** [22:52:34 2020-06-12] 178: Checking synchronizations ** [22:52:34 2020-06-12] 178: Checking tracker ** [22:52:34 2020-06-12] 178: Checking user_migrations ** [22:52:34 2020-06-12] 178: Checking batch_updates ** [22:52:34 2020-06-12] 178: Checking gears ** [22:52:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:52:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:39 2020-06-12] 178: Checking imports ** [22:52:39 2020-06-12] 178: Checking exports ** [22:52:39 2020-06-12] 178: Checking users ** [22:52:39 2020-06-12] 178: Checking user_dbs ** [22:52:39 2020-06-12] 178: Checking geocodings ** [22:52:39 2020-06-12] 178: Checking synchronizations ** [22:52:39 2020-06-12] 178: Checking tracker ** [22:52:39 2020-06-12] 178: Checking user_migrations ** [22:52:39 2020-06-12] 178: Checking batch_updates ** [22:52:39 2020-06-12] 178: Checking gears ** [22:52:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:52:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:44 2020-06-12] 178: Checking imports ** [22:52:44 2020-06-12] 178: Checking exports ** [22:52:44 2020-06-12] 178: Checking users ** [22:52:44 2020-06-12] 178: Checking user_dbs ** [22:52:44 2020-06-12] 178: Checking geocodings ** [22:52:44 2020-06-12] 178: Checking synchronizations ** [22:52:44 2020-06-12] 178: Checking tracker ** [22:52:44 2020-06-12] 178: Checking user_migrations ** [22:52:44 2020-06-12] 178: Checking batch_updates ** [22:52:44 2020-06-12] 178: Checking gears ** [22:52:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:52:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:49 2020-06-12] 178: Checking imports ** [22:52:49 2020-06-12] 178: Checking exports ** [22:52:49 2020-06-12] 178: Checking users ** [22:52:49 2020-06-12] 178: Checking user_dbs ** [22:52:49 2020-06-12] 178: Checking geocodings ** [22:52:49 2020-06-12] 178: Checking synchronizations ** [22:52:49 2020-06-12] 178: Checking tracker ** [22:52:49 2020-06-12] 178: Checking user_migrations ** [22:52:49 2020-06-12] 178: Checking batch_updates ** [22:52:49 2020-06-12] 178: Checking gears ** [22:52:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:52:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:54 2020-06-12] 178: Checking imports ** [22:52:54 2020-06-12] 178: Checking exports ** [22:52:54 2020-06-12] 178: Checking users ** [22:52:54 2020-06-12] 178: Checking user_dbs ** [22:52:54 2020-06-12] 178: Checking geocodings ** [22:52:54 2020-06-12] 178: Checking synchronizations ** [22:52:54 2020-06-12] 178: Checking tracker ** [22:52:54 2020-06-12] 178: Checking user_migrations ** [22:52:54 2020-06-12] 178: Checking batch_updates ** [22:52:54 2020-06-12] 178: Checking gears ** [22:52:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:52:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:59 2020-06-12] 178: Checking imports ** [22:52:59 2020-06-12] 178: Checking exports ** [22:52:59 2020-06-12] 178: Checking users ** [22:52:59 2020-06-12] 178: Checking user_dbs ** [22:52:59 2020-06-12] 178: Checking geocodings ** [22:52:59 2020-06-12] 178: Checking synchronizations ** [22:52:59 2020-06-12] 178: Checking tracker ** [22:52:59 2020-06-12] 178: Checking user_migrations ** [22:52:59 2020-06-12] 178: Checking batch_updates ** [22:52:59 2020-06-12] 178: Checking gears ** [22:52:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:52:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:04 2020-06-12] 178: Checking imports ** [22:53:04 2020-06-12] 178: Checking exports ** [22:53:04 2020-06-12] 178: Checking users ** [22:53:04 2020-06-12] 178: Checking user_dbs ** [22:53:04 2020-06-12] 178: Checking geocodings ** [22:53:04 2020-06-12] 178: Checking synchronizations ** [22:53:04 2020-06-12] 178: Checking tracker ** [22:53:04 2020-06-12] 178: Checking user_migrations ** [22:53:04 2020-06-12] 178: Checking batch_updates ** [22:53:04 2020-06-12] 178: Checking gears ** [22:53:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:53:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:09 2020-06-12] 178: Checking imports ** [22:53:09 2020-06-12] 178: Checking exports ** [22:53:09 2020-06-12] 178: Checking users ** [22:53:09 2020-06-12] 178: Checking user_dbs ** [22:53:09 2020-06-12] 178: Checking geocodings ** [22:53:09 2020-06-12] 178: Checking synchronizations ** [22:53:09 2020-06-12] 178: Checking tracker ** [22:53:09 2020-06-12] 178: Checking user_migrations ** [22:53:09 2020-06-12] 178: Checking batch_updates ** [22:53:09 2020-06-12] 178: Checking gears ** [22:53:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:53:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:14 2020-06-12] 178: Checking imports ** [22:53:14 2020-06-12] 178: Checking exports ** [22:53:14 2020-06-12] 178: Checking users ** [22:53:14 2020-06-12] 178: Checking user_dbs ** [22:53:14 2020-06-12] 178: Checking geocodings ** [22:53:14 2020-06-12] 178: Checking synchronizations ** [22:53:14 2020-06-12] 178: Checking tracker ** [22:53:14 2020-06-12] 178: Checking user_migrations ** [22:53:14 2020-06-12] 178: Checking batch_updates ** [22:53:14 2020-06-12] 178: Checking gears ** [22:53:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:53:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:19 2020-06-12] 178: Checking imports ** [22:53:19 2020-06-12] 178: Checking exports ** [22:53:19 2020-06-12] 178: Checking users ** [22:53:19 2020-06-12] 178: Checking user_dbs ** [22:53:19 2020-06-12] 178: Checking geocodings ** [22:53:19 2020-06-12] 178: Checking synchronizations ** [22:53:19 2020-06-12] 178: Checking tracker ** [22:53:19 2020-06-12] 178: Checking user_migrations ** [22:53:19 2020-06-12] 178: Checking batch_updates ** [22:53:19 2020-06-12] 178: Checking gears ** [22:53:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:53:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:24 2020-06-12] 178: Checking imports ** [22:53:24 2020-06-12] 178: Checking exports ** [22:53:24 2020-06-12] 178: Checking users ** [22:53:24 2020-06-12] 178: Checking user_dbs ** [22:53:24 2020-06-12] 178: Checking geocodings ** [22:53:24 2020-06-12] 178: Checking synchronizations ** [22:53:24 2020-06-12] 178: Checking tracker ** [22:53:24 2020-06-12] 178: Checking user_migrations ** [22:53:24 2020-06-12] 178: Checking batch_updates ** [22:53:24 2020-06-12] 178: Checking gears ** [22:53:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:53:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:29 2020-06-12] 178: Checking imports ** [22:53:29 2020-06-12] 178: Checking exports ** [22:53:29 2020-06-12] 178: Checking users ** [22:53:29 2020-06-12] 178: Checking user_dbs ** [22:53:29 2020-06-12] 178: Checking geocodings ** [22:53:29 2020-06-12] 178: Checking synchronizations ** [22:53:29 2020-06-12] 178: Checking tracker ** [22:53:29 2020-06-12] 178: Checking user_migrations ** [22:53:29 2020-06-12] 178: Checking batch_updates ** [22:53:29 2020-06-12] 178: Checking gears ** [22:53:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:53:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:34 2020-06-12] 178: Checking imports ** [22:53:34 2020-06-12] 178: Checking exports ** [22:53:34 2020-06-12] 178: Checking users ** [22:53:34 2020-06-12] 178: Checking user_dbs ** [22:53:34 2020-06-12] 178: Checking geocodings ** [22:53:34 2020-06-12] 178: Checking synchronizations ** [22:53:34 2020-06-12] 178: Checking tracker ** [22:53:34 2020-06-12] 178: Checking user_migrations ** [22:53:34 2020-06-12] 178: Checking batch_updates ** [22:53:34 2020-06-12] 178: Checking gears ** [22:53:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:53:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:39 2020-06-12] 178: Checking imports ** [22:53:39 2020-06-12] 178: Checking exports ** [22:53:39 2020-06-12] 178: Checking users ** [22:53:39 2020-06-12] 178: Checking user_dbs ** [22:53:39 2020-06-12] 178: Checking geocodings ** [22:53:39 2020-06-12] 178: Checking synchronizations ** [22:53:39 2020-06-12] 178: Checking tracker ** [22:53:39 2020-06-12] 178: Checking user_migrations ** [22:53:39 2020-06-12] 178: Checking batch_updates ** [22:53:39 2020-06-12] 178: Checking gears ** [22:53:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:53:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:44 2020-06-12] 178: Checking imports ** [22:53:44 2020-06-12] 178: Checking exports ** [22:53:44 2020-06-12] 178: Checking users ** [22:53:44 2020-06-12] 178: Checking user_dbs ** [22:53:44 2020-06-12] 178: Checking geocodings ** [22:53:44 2020-06-12] 178: Checking synchronizations ** [22:53:44 2020-06-12] 178: Checking tracker ** [22:53:44 2020-06-12] 178: Checking user_migrations ** [22:53:44 2020-06-12] 178: Checking batch_updates ** [22:53:44 2020-06-12] 178: Checking gears ** [22:53:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:53:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:49 2020-06-12] 178: Checking imports ** [22:53:49 2020-06-12] 178: Checking exports ** [22:53:49 2020-06-12] 178: Checking users ** [22:53:49 2020-06-12] 178: Checking user_dbs ** [22:53:49 2020-06-12] 178: Checking geocodings ** [22:53:49 2020-06-12] 178: Checking synchronizations ** [22:53:49 2020-06-12] 178: Checking tracker ** [22:53:49 2020-06-12] 178: Checking user_migrations ** [22:53:49 2020-06-12] 178: Checking batch_updates ** [22:53:49 2020-06-12] 178: Checking gears ** [22:53:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:53:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:54 2020-06-12] 178: Checking imports ** [22:53:54 2020-06-12] 178: Checking exports ** [22:53:54 2020-06-12] 178: Checking users ** [22:53:54 2020-06-12] 178: Checking user_dbs ** [22:53:54 2020-06-12] 178: Checking geocodings ** [22:53:54 2020-06-12] 178: Checking synchronizations ** [22:53:54 2020-06-12] 178: Checking tracker ** [22:53:54 2020-06-12] 178: Checking user_migrations ** [22:53:54 2020-06-12] 178: Checking batch_updates ** [22:53:54 2020-06-12] 178: Checking gears ** [22:53:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:53:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:59 2020-06-12] 178: Checking imports ** [22:53:59 2020-06-12] 178: Checking exports ** [22:53:59 2020-06-12] 178: Checking users ** [22:53:59 2020-06-12] 178: Checking user_dbs ** [22:53:59 2020-06-12] 178: Checking geocodings ** [22:53:59 2020-06-12] 178: Checking synchronizations ** [22:53:59 2020-06-12] 178: Checking tracker ** [22:53:59 2020-06-12] 178: Checking user_migrations ** [22:53:59 2020-06-12] 178: Checking batch_updates ** [22:53:59 2020-06-12] 178: Checking gears ** [22:53:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:53:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:04 2020-06-12] 178: Checking imports ** [22:54:04 2020-06-12] 178: Checking exports ** [22:54:04 2020-06-12] 178: Checking users ** [22:54:04 2020-06-12] 178: Checking user_dbs ** [22:54:04 2020-06-12] 178: Checking geocodings ** [22:54:04 2020-06-12] 178: Checking synchronizations ** [22:54:04 2020-06-12] 178: Checking tracker ** [22:54:04 2020-06-12] 178: Checking user_migrations ** [22:54:04 2020-06-12] 178: Checking batch_updates ** [22:54:04 2020-06-12] 178: Checking gears ** [22:54:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:54:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:09 2020-06-12] 178: Checking imports ** [22:54:09 2020-06-12] 178: Checking exports ** [22:54:09 2020-06-12] 178: Checking users ** [22:54:09 2020-06-12] 178: Checking user_dbs ** [22:54:09 2020-06-12] 178: Checking geocodings ** [22:54:09 2020-06-12] 178: Checking synchronizations ** [22:54:09 2020-06-12] 178: Checking tracker ** [22:54:09 2020-06-12] 178: Checking user_migrations ** [22:54:09 2020-06-12] 178: Checking batch_updates ** [22:54:09 2020-06-12] 178: Checking gears ** [22:54:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:54:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:14 2020-06-12] 178: Checking imports ** [22:54:14 2020-06-12] 178: Checking exports ** [22:54:14 2020-06-12] 178: Checking users ** [22:54:14 2020-06-12] 178: Checking user_dbs ** [22:54:14 2020-06-12] 178: Checking geocodings ** [22:54:14 2020-06-12] 178: Checking synchronizations ** [22:54:14 2020-06-12] 178: Checking tracker ** [22:54:14 2020-06-12] 178: Checking user_migrations ** [22:54:14 2020-06-12] 178: Checking batch_updates ** [22:54:14 2020-06-12] 178: Checking gears ** [22:54:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:54:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:19 2020-06-12] 178: Checking imports ** [22:54:19 2020-06-12] 178: Checking exports ** [22:54:19 2020-06-12] 178: Checking users ** [22:54:19 2020-06-12] 178: Checking user_dbs ** [22:54:19 2020-06-12] 178: Checking geocodings ** [22:54:19 2020-06-12] 178: Checking synchronizations ** [22:54:19 2020-06-12] 178: Checking tracker ** [22:54:19 2020-06-12] 178: Checking user_migrations ** [22:54:19 2020-06-12] 178: Checking batch_updates ** [22:54:19 2020-06-12] 178: Checking gears ** [22:54:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:54:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:24 2020-06-12] 178: Checking imports ** [22:54:24 2020-06-12] 178: Checking exports ** [22:54:24 2020-06-12] 178: Checking users ** [22:54:24 2020-06-12] 178: Checking user_dbs ** [22:54:24 2020-06-12] 178: Checking geocodings ** [22:54:24 2020-06-12] 178: Checking synchronizations ** [22:54:24 2020-06-12] 178: Checking tracker ** [22:54:24 2020-06-12] 178: Checking user_migrations ** [22:54:24 2020-06-12] 178: Checking batch_updates ** [22:54:24 2020-06-12] 178: Checking gears ** [22:54:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:54:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:29 2020-06-12] 178: Checking imports ** [22:54:29 2020-06-12] 178: Checking exports ** [22:54:29 2020-06-12] 178: Checking users ** [22:54:29 2020-06-12] 178: Checking user_dbs ** [22:54:29 2020-06-12] 178: Checking geocodings ** [22:54:29 2020-06-12] 178: Checking synchronizations ** [22:54:29 2020-06-12] 178: Checking tracker ** [22:54:29 2020-06-12] 178: Checking user_migrations ** [22:54:29 2020-06-12] 178: Checking batch_updates ** [22:54:29 2020-06-12] 178: Checking gears ** [22:54:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:54:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:34 2020-06-12] 178: Checking imports ** [22:54:34 2020-06-12] 178: Checking exports ** [22:54:34 2020-06-12] 178: Checking users ** [22:54:34 2020-06-12] 178: Checking user_dbs ** [22:54:34 2020-06-12] 178: Checking geocodings ** [22:54:34 2020-06-12] 178: Checking synchronizations ** [22:54:34 2020-06-12] 178: Checking tracker ** [22:54:34 2020-06-12] 178: Checking user_migrations ** [22:54:34 2020-06-12] 178: Checking batch_updates ** [22:54:34 2020-06-12] 178: Checking gears ** [22:54:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:54:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:39 2020-06-12] 178: Checking imports ** [22:54:39 2020-06-12] 178: Checking exports ** [22:54:39 2020-06-12] 178: Checking users ** [22:54:39 2020-06-12] 178: Checking user_dbs ** [22:54:39 2020-06-12] 178: Checking geocodings ** [22:54:39 2020-06-12] 178: Checking synchronizations ** [22:54:39 2020-06-12] 178: Checking tracker ** [22:54:39 2020-06-12] 178: Checking user_migrations ** [22:54:39 2020-06-12] 178: Checking batch_updates ** [22:54:39 2020-06-12] 178: Checking gears ** [22:54:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:54:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:44 2020-06-12] 178: Checking imports ** [22:54:44 2020-06-12] 178: Checking exports ** [22:54:44 2020-06-12] 178: Checking users ** [22:54:44 2020-06-12] 178: Checking user_dbs ** [22:54:44 2020-06-12] 178: Checking geocodings ** [22:54:44 2020-06-12] 178: Checking synchronizations ** [22:54:44 2020-06-12] 178: Checking tracker ** [22:54:44 2020-06-12] 178: Checking user_migrations ** [22:54:44 2020-06-12] 178: Checking batch_updates ** [22:54:44 2020-06-12] 178: Checking gears ** [22:54:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:54:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:49 2020-06-12] 178: Checking imports ** [22:54:49 2020-06-12] 178: Checking exports ** [22:54:49 2020-06-12] 178: Checking users ** [22:54:49 2020-06-12] 178: Checking user_dbs ** [22:54:49 2020-06-12] 178: Checking geocodings ** [22:54:49 2020-06-12] 178: Checking synchronizations ** [22:54:49 2020-06-12] 178: Checking tracker ** [22:54:49 2020-06-12] 178: Checking user_migrations ** [22:54:49 2020-06-12] 178: Checking batch_updates ** [22:54:49 2020-06-12] 178: Checking gears ** [22:54:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:54:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:54 2020-06-12] 178: Checking imports ** [22:54:54 2020-06-12] 178: Checking exports ** [22:54:54 2020-06-12] 178: Checking users ** [22:54:54 2020-06-12] 178: Checking user_dbs ** [22:54:54 2020-06-12] 178: Checking geocodings ** [22:54:54 2020-06-12] 178: Checking synchronizations ** [22:54:54 2020-06-12] 178: Checking tracker ** [22:54:54 2020-06-12] 178: Checking user_migrations ** [22:54:54 2020-06-12] 178: Checking batch_updates ** [22:54:54 2020-06-12] 178: Checking gears ** [22:54:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:54:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:59 2020-06-12] 178: Checking imports ** [22:54:59 2020-06-12] 178: Checking exports ** [22:54:59 2020-06-12] 178: Checking users ** [22:54:59 2020-06-12] 178: Checking user_dbs ** [22:54:59 2020-06-12] 178: Checking geocodings ** [22:54:59 2020-06-12] 178: Checking synchronizations ** [22:54:59 2020-06-12] 178: Checking tracker ** [22:54:59 2020-06-12] 178: Checking user_migrations ** [22:54:59 2020-06-12] 178: Checking batch_updates ** [22:54:59 2020-06-12] 178: Checking gears ** [22:54:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:54:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:04 2020-06-12] 178: Checking imports ** [22:55:04 2020-06-12] 178: Checking exports ** [22:55:04 2020-06-12] 178: Checking users ** [22:55:04 2020-06-12] 178: Checking user_dbs ** [22:55:04 2020-06-12] 178: Checking geocodings ** [22:55:04 2020-06-12] 178: Checking synchronizations ** [22:55:04 2020-06-12] 178: Checking tracker ** [22:55:04 2020-06-12] 178: Checking user_migrations ** [22:55:04 2020-06-12] 178: Checking batch_updates ** [22:55:04 2020-06-12] 178: Checking gears ** [22:55:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:55:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:09 2020-06-12] 178: Checking imports ** [22:55:09 2020-06-12] 178: Checking exports ** [22:55:09 2020-06-12] 178: Checking users ** [22:55:09 2020-06-12] 178: Checking user_dbs ** [22:55:09 2020-06-12] 178: Checking geocodings ** [22:55:09 2020-06-12] 178: Checking synchronizations ** [22:55:09 2020-06-12] 178: Checking tracker ** [22:55:09 2020-06-12] 178: Checking user_migrations ** [22:55:09 2020-06-12] 178: Checking batch_updates ** [22:55:09 2020-06-12] 178: Checking gears ** [22:55:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:55:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:14 2020-06-12] 178: Checking imports ** [22:55:14 2020-06-12] 178: Checking exports ** [22:55:14 2020-06-12] 178: Checking users ** [22:55:14 2020-06-12] 178: Checking user_dbs ** [22:55:14 2020-06-12] 178: Checking geocodings ** [22:55:14 2020-06-12] 178: Checking synchronizations ** [22:55:14 2020-06-12] 178: Checking tracker ** [22:55:14 2020-06-12] 178: Checking user_migrations ** [22:55:14 2020-06-12] 178: Checking batch_updates ** [22:55:14 2020-06-12] 178: Checking gears ** [22:55:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:55:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:19 2020-06-12] 178: Checking imports ** [22:55:19 2020-06-12] 178: Checking exports ** [22:55:19 2020-06-12] 178: Checking users ** [22:55:19 2020-06-12] 178: Checking user_dbs ** [22:55:19 2020-06-12] 178: Checking geocodings ** [22:55:19 2020-06-12] 178: Checking synchronizations ** [22:55:19 2020-06-12] 178: Checking tracker ** [22:55:19 2020-06-12] 178: Checking user_migrations ** [22:55:19 2020-06-12] 178: Checking batch_updates ** [22:55:19 2020-06-12] 178: Checking gears ** [22:55:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:55:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:24 2020-06-12] 178: Checking imports ** [22:55:24 2020-06-12] 178: Checking exports ** [22:55:24 2020-06-12] 178: Checking users ** [22:55:24 2020-06-12] 178: Checking user_dbs ** [22:55:24 2020-06-12] 178: Checking geocodings ** [22:55:24 2020-06-12] 178: Checking synchronizations ** [22:55:24 2020-06-12] 178: Checking tracker ** [22:55:24 2020-06-12] 178: Checking user_migrations ** [22:55:24 2020-06-12] 178: Checking batch_updates ** [22:55:24 2020-06-12] 178: Checking gears ** [22:55:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:55:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:29 2020-06-12] 178: Checking imports ** [22:55:29 2020-06-12] 178: Checking exports ** [22:55:29 2020-06-12] 178: Checking users ** [22:55:29 2020-06-12] 178: Checking user_dbs ** [22:55:29 2020-06-12] 178: Checking geocodings ** [22:55:29 2020-06-12] 178: Checking synchronizations ** [22:55:29 2020-06-12] 178: Checking tracker ** [22:55:29 2020-06-12] 178: Checking user_migrations ** [22:55:29 2020-06-12] 178: Checking batch_updates ** [22:55:29 2020-06-12] 178: Checking gears ** [22:55:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:55:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:34 2020-06-12] 178: Checking imports ** [22:55:34 2020-06-12] 178: Checking exports ** [22:55:34 2020-06-12] 178: Checking users ** [22:55:34 2020-06-12] 178: Checking user_dbs ** [22:55:34 2020-06-12] 178: Checking geocodings ** [22:55:34 2020-06-12] 178: Checking synchronizations ** [22:55:34 2020-06-12] 178: Checking tracker ** [22:55:34 2020-06-12] 178: Checking user_migrations ** [22:55:34 2020-06-12] 178: Checking batch_updates ** [22:55:34 2020-06-12] 178: Checking gears ** [22:55:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:55:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:39 2020-06-12] 178: Checking imports ** [22:55:39 2020-06-12] 178: Checking exports ** [22:55:39 2020-06-12] 178: Checking users ** [22:55:39 2020-06-12] 178: Checking user_dbs ** [22:55:39 2020-06-12] 178: Checking geocodings ** [22:55:39 2020-06-12] 178: Checking synchronizations ** [22:55:39 2020-06-12] 178: Checking tracker ** [22:55:39 2020-06-12] 178: Checking user_migrations ** [22:55:39 2020-06-12] 178: Checking batch_updates ** [22:55:39 2020-06-12] 178: Checking gears ** [22:55:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:55:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:44 2020-06-12] 178: Checking imports ** [22:55:44 2020-06-12] 178: Checking exports ** [22:55:44 2020-06-12] 178: Checking users ** [22:55:44 2020-06-12] 178: Checking user_dbs ** [22:55:44 2020-06-12] 178: Checking geocodings ** [22:55:44 2020-06-12] 178: Checking synchronizations ** [22:55:44 2020-06-12] 178: Checking tracker ** [22:55:44 2020-06-12] 178: Checking user_migrations ** [22:55:44 2020-06-12] 178: Checking batch_updates ** [22:55:44 2020-06-12] 178: Checking gears ** [22:55:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:55:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:49 2020-06-12] 178: Checking imports ** [22:55:49 2020-06-12] 178: Checking exports ** [22:55:49 2020-06-12] 178: Checking users ** [22:55:49 2020-06-12] 178: Checking user_dbs ** [22:55:49 2020-06-12] 178: Checking geocodings ** [22:55:49 2020-06-12] 178: Checking synchronizations ** [22:55:49 2020-06-12] 178: Checking tracker ** [22:55:49 2020-06-12] 178: Checking user_migrations ** [22:55:49 2020-06-12] 178: Checking batch_updates ** [22:55:49 2020-06-12] 178: Checking gears ** [22:55:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:55:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:54 2020-06-12] 178: Checking imports ** [22:55:54 2020-06-12] 178: Checking exports ** [22:55:54 2020-06-12] 178: Checking users ** [22:55:54 2020-06-12] 178: Checking user_dbs ** [22:55:54 2020-06-12] 178: Checking geocodings ** [22:55:54 2020-06-12] 178: Checking synchronizations ** [22:55:54 2020-06-12] 178: Checking tracker ** [22:55:54 2020-06-12] 178: Checking user_migrations ** [22:55:54 2020-06-12] 178: Checking batch_updates ** [22:55:54 2020-06-12] 178: Checking gears ** [22:55:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:55:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:59 2020-06-12] 178: Checking imports ** [22:55:59 2020-06-12] 178: Checking exports ** [22:55:59 2020-06-12] 178: Checking users ** [22:55:59 2020-06-12] 178: Checking user_dbs ** [22:55:59 2020-06-12] 178: Checking geocodings ** [22:55:59 2020-06-12] 178: Checking synchronizations ** [22:55:59 2020-06-12] 178: Checking tracker ** [22:55:59 2020-06-12] 178: Checking user_migrations ** [22:55:59 2020-06-12] 178: Checking batch_updates ** [22:55:59 2020-06-12] 178: Checking gears ** [22:55:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:55:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:04 2020-06-12] 178: Checking imports ** [22:56:04 2020-06-12] 178: Checking exports ** [22:56:04 2020-06-12] 178: Checking users ** [22:56:04 2020-06-12] 178: Checking user_dbs ** [22:56:04 2020-06-12] 178: Checking geocodings ** [22:56:04 2020-06-12] 178: Checking synchronizations ** [22:56:04 2020-06-12] 178: Checking tracker ** [22:56:04 2020-06-12] 178: Checking user_migrations ** [22:56:04 2020-06-12] 178: Checking batch_updates ** [22:56:04 2020-06-12] 178: Checking gears ** [22:56:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:56:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:09 2020-06-12] 178: Checking imports ** [22:56:09 2020-06-12] 178: Checking exports ** [22:56:09 2020-06-12] 178: Checking users ** [22:56:09 2020-06-12] 178: Checking user_dbs ** [22:56:09 2020-06-12] 178: Checking geocodings ** [22:56:09 2020-06-12] 178: Checking synchronizations ** [22:56:09 2020-06-12] 178: Checking tracker ** [22:56:09 2020-06-12] 178: Checking user_migrations ** [22:56:09 2020-06-12] 178: Checking batch_updates ** [22:56:09 2020-06-12] 178: Checking gears ** [22:56:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:56:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:14 2020-06-12] 178: Checking imports ** [22:56:14 2020-06-12] 178: Checking exports ** [22:56:14 2020-06-12] 178: Checking users ** [22:56:14 2020-06-12] 178: Checking user_dbs ** [22:56:14 2020-06-12] 178: Checking geocodings ** [22:56:14 2020-06-12] 178: Checking synchronizations ** [22:56:14 2020-06-12] 178: Checking tracker ** [22:56:14 2020-06-12] 178: Checking user_migrations ** [22:56:14 2020-06-12] 178: Checking batch_updates ** [22:56:14 2020-06-12] 178: Checking gears ** [22:56:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:56:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:19 2020-06-12] 178: Checking imports ** [22:56:19 2020-06-12] 178: Checking exports ** [22:56:19 2020-06-12] 178: Checking users ** [22:56:19 2020-06-12] 178: Checking user_dbs ** [22:56:19 2020-06-12] 178: Checking geocodings ** [22:56:19 2020-06-12] 178: Checking synchronizations ** [22:56:19 2020-06-12] 178: Checking tracker ** [22:56:19 2020-06-12] 178: Checking user_migrations ** [22:56:19 2020-06-12] 178: Checking batch_updates ** [22:56:19 2020-06-12] 178: Checking gears ** [22:56:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:56:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:24 2020-06-12] 178: Checking imports ** [22:56:24 2020-06-12] 178: Checking exports ** [22:56:24 2020-06-12] 178: Checking users ** [22:56:24 2020-06-12] 178: Checking user_dbs ** [22:56:24 2020-06-12] 178: Checking geocodings ** [22:56:24 2020-06-12] 178: Checking synchronizations ** [22:56:24 2020-06-12] 178: Checking tracker ** [22:56:24 2020-06-12] 178: Checking user_migrations ** [22:56:24 2020-06-12] 178: Checking batch_updates ** [22:56:24 2020-06-12] 178: Checking gears ** [22:56:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:56:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:29 2020-06-12] 178: Checking imports ** [22:56:29 2020-06-12] 178: Checking exports ** [22:56:29 2020-06-12] 178: Checking users ** [22:56:29 2020-06-12] 178: Checking user_dbs ** [22:56:29 2020-06-12] 178: Checking geocodings ** [22:56:29 2020-06-12] 178: Checking synchronizations ** [22:56:29 2020-06-12] 178: Checking tracker ** [22:56:29 2020-06-12] 178: Checking user_migrations ** [22:56:29 2020-06-12] 178: Checking batch_updates ** [22:56:29 2020-06-12] 178: Checking gears ** [22:56:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:56:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:34 2020-06-12] 178: Checking imports ** [22:56:34 2020-06-12] 178: Checking exports ** [22:56:34 2020-06-12] 178: Checking users ** [22:56:34 2020-06-12] 178: Checking user_dbs ** [22:56:34 2020-06-12] 178: Checking geocodings ** [22:56:34 2020-06-12] 178: Checking synchronizations ** [22:56:34 2020-06-12] 178: Checking tracker ** [22:56:34 2020-06-12] 178: Checking user_migrations ** [22:56:34 2020-06-12] 178: Checking batch_updates ** [22:56:34 2020-06-12] 178: Checking gears ** [22:56:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:56:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:39 2020-06-12] 178: Checking imports ** [22:56:39 2020-06-12] 178: Checking exports ** [22:56:39 2020-06-12] 178: Checking users ** [22:56:39 2020-06-12] 178: Checking user_dbs ** [22:56:39 2020-06-12] 178: Checking geocodings ** [22:56:39 2020-06-12] 178: Checking synchronizations ** [22:56:39 2020-06-12] 178: Checking tracker ** [22:56:39 2020-06-12] 178: Checking user_migrations ** [22:56:39 2020-06-12] 178: Checking batch_updates ** [22:56:39 2020-06-12] 178: Checking gears ** [22:56:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:56:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:44 2020-06-12] 178: Checking imports ** [22:56:44 2020-06-12] 178: Checking exports ** [22:56:44 2020-06-12] 178: Checking users ** [22:56:44 2020-06-12] 178: Checking user_dbs ** [22:56:44 2020-06-12] 178: Checking geocodings ** [22:56:44 2020-06-12] 178: Checking synchronizations ** [22:56:44 2020-06-12] 178: Checking tracker ** [22:56:44 2020-06-12] 178: Checking user_migrations ** [22:56:44 2020-06-12] 178: Checking batch_updates ** [22:56:44 2020-06-12] 178: Checking gears ** [22:56:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:56:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:49 2020-06-12] 178: Checking imports ** [22:56:49 2020-06-12] 178: Checking exports ** [22:56:49 2020-06-12] 178: Checking users ** [22:56:49 2020-06-12] 178: Checking user_dbs ** [22:56:49 2020-06-12] 178: Checking geocodings ** [22:56:49 2020-06-12] 178: Checking synchronizations ** [22:56:49 2020-06-12] 178: Checking tracker ** [22:56:49 2020-06-12] 178: Checking user_migrations ** [22:56:49 2020-06-12] 178: Checking batch_updates ** [22:56:49 2020-06-12] 178: Checking gears ** [22:56:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:56:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:54 2020-06-12] 178: Checking imports ** [22:56:54 2020-06-12] 178: Checking exports ** [22:56:54 2020-06-12] 178: Checking users ** [22:56:54 2020-06-12] 178: Checking user_dbs ** [22:56:54 2020-06-12] 178: Checking geocodings ** [22:56:54 2020-06-12] 178: Checking synchronizations ** [22:56:54 2020-06-12] 178: Checking tracker ** [22:56:54 2020-06-12] 178: Checking user_migrations ** [22:56:54 2020-06-12] 178: Checking batch_updates ** [22:56:54 2020-06-12] 178: Checking gears ** [22:56:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:56:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:59 2020-06-12] 178: Checking imports ** [22:56:59 2020-06-12] 178: Checking exports ** [22:56:59 2020-06-12] 178: Checking users ** [22:56:59 2020-06-12] 178: Checking user_dbs ** [22:56:59 2020-06-12] 178: Checking geocodings ** [22:56:59 2020-06-12] 178: Checking synchronizations ** [22:56:59 2020-06-12] 178: Checking tracker ** [22:56:59 2020-06-12] 178: Checking user_migrations ** [22:56:59 2020-06-12] 178: Checking batch_updates ** [22:56:59 2020-06-12] 178: Checking gears ** [22:56:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:56:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:04 2020-06-12] 178: Checking imports ** [22:57:04 2020-06-12] 178: Checking exports ** [22:57:04 2020-06-12] 178: Checking users ** [22:57:04 2020-06-12] 178: Checking user_dbs ** [22:57:04 2020-06-12] 178: Checking geocodings ** [22:57:04 2020-06-12] 178: Checking synchronizations ** [22:57:04 2020-06-12] 178: Checking tracker ** [22:57:04 2020-06-12] 178: Checking user_migrations ** [22:57:04 2020-06-12] 178: Checking batch_updates ** [22:57:04 2020-06-12] 178: Checking gears ** [22:57:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:57:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:09 2020-06-12] 178: Checking imports ** [22:57:09 2020-06-12] 178: Checking exports ** [22:57:09 2020-06-12] 178: Checking users ** [22:57:09 2020-06-12] 178: Checking user_dbs ** [22:57:09 2020-06-12] 178: Checking geocodings ** [22:57:09 2020-06-12] 178: Checking synchronizations ** [22:57:09 2020-06-12] 178: Checking tracker ** [22:57:09 2020-06-12] 178: Checking user_migrations ** [22:57:09 2020-06-12] 178: Checking batch_updates ** [22:57:09 2020-06-12] 178: Checking gears ** [22:57:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:57:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:14 2020-06-12] 178: Checking imports ** [22:57:14 2020-06-12] 178: Checking exports ** [22:57:14 2020-06-12] 178: Checking users ** [22:57:14 2020-06-12] 178: Checking user_dbs ** [22:57:14 2020-06-12] 178: Checking geocodings ** [22:57:14 2020-06-12] 178: Checking synchronizations ** [22:57:14 2020-06-12] 178: Checking tracker ** [22:57:14 2020-06-12] 178: Checking user_migrations ** [22:57:14 2020-06-12] 178: Checking batch_updates ** [22:57:14 2020-06-12] 178: Checking gears ** [22:57:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:57:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:19 2020-06-12] 178: Checking imports ** [22:57:19 2020-06-12] 178: Checking exports ** [22:57:19 2020-06-12] 178: Checking users ** [22:57:19 2020-06-12] 178: Checking user_dbs ** [22:57:19 2020-06-12] 178: Checking geocodings ** [22:57:19 2020-06-12] 178: Checking synchronizations ** [22:57:19 2020-06-12] 178: Checking tracker ** [22:57:19 2020-06-12] 178: Checking user_migrations ** [22:57:19 2020-06-12] 178: Checking batch_updates ** [22:57:19 2020-06-12] 178: Checking gears ** [22:57:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:57:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:24 2020-06-12] 178: Checking imports ** [22:57:24 2020-06-12] 178: Checking exports ** [22:57:24 2020-06-12] 178: Checking users ** [22:57:24 2020-06-12] 178: Checking user_dbs ** [22:57:24 2020-06-12] 178: Checking geocodings ** [22:57:24 2020-06-12] 178: Checking synchronizations ** [22:57:24 2020-06-12] 178: Checking tracker ** [22:57:24 2020-06-12] 178: Checking user_migrations ** [22:57:24 2020-06-12] 178: Checking batch_updates ** [22:57:24 2020-06-12] 178: Checking gears ** [22:57:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:57:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:29 2020-06-12] 178: Checking imports ** [22:57:29 2020-06-12] 178: Checking exports ** [22:57:29 2020-06-12] 178: Checking users ** [22:57:29 2020-06-12] 178: Checking user_dbs ** [22:57:29 2020-06-12] 178: Checking geocodings ** [22:57:29 2020-06-12] 178: Checking synchronizations ** [22:57:29 2020-06-12] 178: Checking tracker ** [22:57:29 2020-06-12] 178: Checking user_migrations ** [22:57:29 2020-06-12] 178: Checking batch_updates ** [22:57:29 2020-06-12] 178: Checking gears ** [22:57:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:57:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:34 2020-06-12] 178: Checking imports ** [22:57:34 2020-06-12] 178: Checking exports ** [22:57:34 2020-06-12] 178: Checking users ** [22:57:34 2020-06-12] 178: Checking user_dbs ** [22:57:34 2020-06-12] 178: Checking geocodings ** [22:57:34 2020-06-12] 178: Checking synchronizations ** [22:57:34 2020-06-12] 178: Checking tracker ** [22:57:34 2020-06-12] 178: Checking user_migrations ** [22:57:34 2020-06-12] 178: Checking batch_updates ** [22:57:34 2020-06-12] 178: Checking gears ** [22:57:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:57:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:39 2020-06-12] 178: Checking imports ** [22:57:39 2020-06-12] 178: Checking exports ** [22:57:39 2020-06-12] 178: Checking users ** [22:57:39 2020-06-12] 178: Checking user_dbs ** [22:57:39 2020-06-12] 178: Checking geocodings ** [22:57:39 2020-06-12] 178: Checking synchronizations ** [22:57:39 2020-06-12] 178: Checking tracker ** [22:57:39 2020-06-12] 178: Checking user_migrations ** [22:57:39 2020-06-12] 178: Checking batch_updates ** [22:57:39 2020-06-12] 178: Checking gears ** [22:57:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:57:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:44 2020-06-12] 178: Checking imports ** [22:57:44 2020-06-12] 178: Checking exports ** [22:57:44 2020-06-12] 178: Checking users ** [22:57:44 2020-06-12] 178: Checking user_dbs ** [22:57:44 2020-06-12] 178: Checking geocodings ** [22:57:44 2020-06-12] 178: Checking synchronizations ** [22:57:44 2020-06-12] 178: Checking tracker ** [22:57:44 2020-06-12] 178: Checking user_migrations ** [22:57:44 2020-06-12] 178: Checking batch_updates ** [22:57:44 2020-06-12] 178: Checking gears ** [22:57:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:57:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:49 2020-06-12] 178: Checking imports ** [22:57:49 2020-06-12] 178: Checking exports ** [22:57:49 2020-06-12] 178: Checking users ** [22:57:49 2020-06-12] 178: Checking user_dbs ** [22:57:49 2020-06-12] 178: Checking geocodings ** [22:57:49 2020-06-12] 178: Checking synchronizations ** [22:57:49 2020-06-12] 178: Checking tracker ** [22:57:49 2020-06-12] 178: Checking user_migrations ** [22:57:49 2020-06-12] 178: Checking batch_updates ** [22:57:49 2020-06-12] 178: Checking gears ** [22:57:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:57:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:54 2020-06-12] 178: Checking imports ** [22:57:54 2020-06-12] 178: Checking exports ** [22:57:54 2020-06-12] 178: Checking users ** [22:57:54 2020-06-12] 178: Checking user_dbs ** [22:57:54 2020-06-12] 178: Checking geocodings ** [22:57:54 2020-06-12] 178: Checking synchronizations ** [22:57:54 2020-06-12] 178: Checking tracker ** [22:57:54 2020-06-12] 178: Checking user_migrations ** [22:57:54 2020-06-12] 178: Checking batch_updates ** [22:57:54 2020-06-12] 178: Checking gears ** [22:57:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:57:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:59 2020-06-12] 178: Checking imports ** [22:57:59 2020-06-12] 178: Checking exports ** [22:57:59 2020-06-12] 178: Checking users ** [22:57:59 2020-06-12] 178: Checking user_dbs ** [22:57:59 2020-06-12] 178: Checking geocodings ** [22:57:59 2020-06-12] 178: Checking synchronizations ** [22:57:59 2020-06-12] 178: Checking tracker ** [22:57:59 2020-06-12] 178: Checking user_migrations ** [22:57:59 2020-06-12] 178: Checking batch_updates ** [22:57:59 2020-06-12] 178: Checking gears ** [22:57:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:57:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:04 2020-06-12] 178: Checking imports ** [22:58:04 2020-06-12] 178: Checking exports ** [22:58:04 2020-06-12] 178: Checking users ** [22:58:04 2020-06-12] 178: Checking user_dbs ** [22:58:04 2020-06-12] 178: Checking geocodings ** [22:58:04 2020-06-12] 178: Checking synchronizations ** [22:58:04 2020-06-12] 178: Checking tracker ** [22:58:04 2020-06-12] 178: Checking user_migrations ** [22:58:04 2020-06-12] 178: Checking batch_updates ** [22:58:04 2020-06-12] 178: Checking gears ** [22:58:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:58:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:09 2020-06-12] 178: Checking imports ** [22:58:09 2020-06-12] 178: Checking exports ** [22:58:09 2020-06-12] 178: Checking users ** [22:58:09 2020-06-12] 178: Checking user_dbs ** [22:58:09 2020-06-12] 178: Checking geocodings ** [22:58:09 2020-06-12] 178: Checking synchronizations ** [22:58:09 2020-06-12] 178: Checking tracker ** [22:58:09 2020-06-12] 178: Checking user_migrations ** [22:58:09 2020-06-12] 178: Checking batch_updates ** [22:58:09 2020-06-12] 178: Checking gears ** [22:58:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:58:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:14 2020-06-12] 178: Checking imports ** [22:58:14 2020-06-12] 178: Checking exports ** [22:58:14 2020-06-12] 178: Checking users ** [22:58:14 2020-06-12] 178: Checking user_dbs ** [22:58:14 2020-06-12] 178: Checking geocodings ** [22:58:14 2020-06-12] 178: Checking synchronizations ** [22:58:14 2020-06-12] 178: Checking tracker ** [22:58:14 2020-06-12] 178: Checking user_migrations ** [22:58:14 2020-06-12] 178: Checking batch_updates ** [22:58:14 2020-06-12] 178: Checking gears ** [22:58:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:58:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:19 2020-06-12] 178: Checking imports ** [22:58:19 2020-06-12] 178: Checking exports ** [22:58:19 2020-06-12] 178: Checking users ** [22:58:19 2020-06-12] 178: Checking user_dbs ** [22:58:19 2020-06-12] 178: Checking geocodings ** [22:58:19 2020-06-12] 178: Checking synchronizations ** [22:58:19 2020-06-12] 178: Checking tracker ** [22:58:19 2020-06-12] 178: Checking user_migrations ** [22:58:19 2020-06-12] 178: Checking batch_updates ** [22:58:19 2020-06-12] 178: Checking gears ** [22:58:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:58:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:24 2020-06-12] 178: Checking imports ** [22:58:24 2020-06-12] 178: Checking exports ** [22:58:24 2020-06-12] 178: Checking users ** [22:58:24 2020-06-12] 178: Checking user_dbs ** [22:58:24 2020-06-12] 178: Checking geocodings ** [22:58:24 2020-06-12] 178: Checking synchronizations ** [22:58:24 2020-06-12] 178: Checking tracker ** [22:58:24 2020-06-12] 178: Checking user_migrations ** [22:58:24 2020-06-12] 178: Checking batch_updates ** [22:58:24 2020-06-12] 178: Checking gears ** [22:58:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:58:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:29 2020-06-12] 178: Checking imports ** [22:58:29 2020-06-12] 178: Checking exports ** [22:58:29 2020-06-12] 178: Checking users ** [22:58:29 2020-06-12] 178: Checking user_dbs ** [22:58:29 2020-06-12] 178: Checking geocodings ** [22:58:29 2020-06-12] 178: Checking synchronizations ** [22:58:29 2020-06-12] 178: Checking tracker ** [22:58:29 2020-06-12] 178: Checking user_migrations ** [22:58:29 2020-06-12] 178: Checking batch_updates ** [22:58:29 2020-06-12] 178: Checking gears ** [22:58:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:58:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:34 2020-06-12] 178: Checking imports ** [22:58:34 2020-06-12] 178: Checking exports ** [22:58:34 2020-06-12] 178: Checking users ** [22:58:34 2020-06-12] 178: Checking user_dbs ** [22:58:34 2020-06-12] 178: Checking geocodings ** [22:58:34 2020-06-12] 178: Checking synchronizations ** [22:58:34 2020-06-12] 178: Checking tracker ** [22:58:34 2020-06-12] 178: Checking user_migrations ** [22:58:34 2020-06-12] 178: Checking batch_updates ** [22:58:34 2020-06-12] 178: Checking gears ** [22:58:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:58:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:39 2020-06-12] 178: Checking imports ** [22:58:39 2020-06-12] 178: Checking exports ** [22:58:39 2020-06-12] 178: Checking users ** [22:58:39 2020-06-12] 178: Checking user_dbs ** [22:58:39 2020-06-12] 178: Checking geocodings ** [22:58:39 2020-06-12] 178: Checking synchronizations ** [22:58:39 2020-06-12] 178: Checking tracker ** [22:58:39 2020-06-12] 178: Checking user_migrations ** [22:58:39 2020-06-12] 178: Checking batch_updates ** [22:58:39 2020-06-12] 178: Checking gears ** [22:58:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:58:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:44 2020-06-12] 178: Checking imports ** [22:58:44 2020-06-12] 178: Checking exports ** [22:58:44 2020-06-12] 178: Checking users ** [22:58:44 2020-06-12] 178: Checking user_dbs ** [22:58:44 2020-06-12] 178: Checking geocodings ** [22:58:44 2020-06-12] 178: Checking synchronizations ** [22:58:44 2020-06-12] 178: Checking tracker ** [22:58:44 2020-06-12] 178: Checking user_migrations ** [22:58:44 2020-06-12] 178: Checking batch_updates ** [22:58:44 2020-06-12] 178: Checking gears ** [22:58:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:58:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:49 2020-06-12] 178: Checking imports ** [22:58:49 2020-06-12] 178: Checking exports ** [22:58:49 2020-06-12] 178: Checking users ** [22:58:49 2020-06-12] 178: Checking user_dbs ** [22:58:49 2020-06-12] 178: Checking geocodings ** [22:58:49 2020-06-12] 178: Checking synchronizations ** [22:58:49 2020-06-12] 178: Checking tracker ** [22:58:49 2020-06-12] 178: Checking user_migrations ** [22:58:49 2020-06-12] 178: Checking batch_updates ** [22:58:49 2020-06-12] 178: Checking gears ** [22:58:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:58:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:54 2020-06-12] 178: Checking imports ** [22:58:54 2020-06-12] 178: Checking exports ** [22:58:54 2020-06-12] 178: Checking users ** [22:58:54 2020-06-12] 178: Checking user_dbs ** [22:58:54 2020-06-12] 178: Checking geocodings ** [22:58:54 2020-06-12] 178: Checking synchronizations ** [22:58:54 2020-06-12] 178: Checking tracker ** [22:58:54 2020-06-12] 178: Checking user_migrations ** [22:58:54 2020-06-12] 178: Checking batch_updates ** [22:58:54 2020-06-12] 178: Checking gears ** [22:58:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:58:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:59 2020-06-12] 178: Checking imports ** [22:58:59 2020-06-12] 178: Checking exports ** [22:58:59 2020-06-12] 178: Checking users ** [22:58:59 2020-06-12] 178: Checking user_dbs ** [22:58:59 2020-06-12] 178: Checking geocodings ** [22:58:59 2020-06-12] 178: Checking synchronizations ** [22:58:59 2020-06-12] 178: Checking tracker ** [22:58:59 2020-06-12] 178: Checking user_migrations ** [22:58:59 2020-06-12] 178: Checking batch_updates ** [22:58:59 2020-06-12] 178: Checking gears ** [22:58:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:58:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:04 2020-06-12] 178: Checking imports ** [22:59:04 2020-06-12] 178: Checking exports ** [22:59:04 2020-06-12] 178: Checking users ** [22:59:04 2020-06-12] 178: Checking user_dbs ** [22:59:04 2020-06-12] 178: Checking geocodings ** [22:59:04 2020-06-12] 178: Checking synchronizations ** [22:59:04 2020-06-12] 178: Checking tracker ** [22:59:04 2020-06-12] 178: Checking user_migrations ** [22:59:04 2020-06-12] 178: Checking batch_updates ** [22:59:04 2020-06-12] 178: Checking gears ** [22:59:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:59:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:09 2020-06-12] 178: Checking imports ** [22:59:09 2020-06-12] 178: Checking exports ** [22:59:09 2020-06-12] 178: Checking users ** [22:59:09 2020-06-12] 178: Checking user_dbs ** [22:59:09 2020-06-12] 178: Checking geocodings ** [22:59:09 2020-06-12] 178: Checking synchronizations ** [22:59:09 2020-06-12] 178: Checking tracker ** [22:59:09 2020-06-12] 178: Checking user_migrations ** [22:59:09 2020-06-12] 178: Checking batch_updates ** [22:59:09 2020-06-12] 178: Checking gears ** [22:59:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:59:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:14 2020-06-12] 178: Checking imports ** [22:59:14 2020-06-12] 178: Checking exports ** [22:59:14 2020-06-12] 178: Checking users ** [22:59:14 2020-06-12] 178: Checking user_dbs ** [22:59:14 2020-06-12] 178: Checking geocodings ** [22:59:14 2020-06-12] 178: Checking synchronizations ** [22:59:14 2020-06-12] 178: Checking tracker ** [22:59:14 2020-06-12] 178: Checking user_migrations ** [22:59:14 2020-06-12] 178: Checking batch_updates ** [22:59:14 2020-06-12] 178: Checking gears ** [22:59:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:59:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:19 2020-06-12] 178: Checking imports ** [22:59:19 2020-06-12] 178: Checking exports ** [22:59:19 2020-06-12] 178: Checking users ** [22:59:19 2020-06-12] 178: Checking user_dbs ** [22:59:19 2020-06-12] 178: Checking geocodings ** [22:59:19 2020-06-12] 178: Checking synchronizations ** [22:59:19 2020-06-12] 178: Checking tracker ** [22:59:19 2020-06-12] 178: Checking user_migrations ** [22:59:19 2020-06-12] 178: Checking batch_updates ** [22:59:19 2020-06-12] 178: Checking gears ** [22:59:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:59:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:24 2020-06-12] 178: Checking imports ** [22:59:24 2020-06-12] 178: Checking exports ** [22:59:24 2020-06-12] 178: Checking users ** [22:59:24 2020-06-12] 178: Checking user_dbs ** [22:59:24 2020-06-12] 178: Checking geocodings ** [22:59:24 2020-06-12] 178: Checking synchronizations ** [22:59:24 2020-06-12] 178: Checking tracker ** [22:59:24 2020-06-12] 178: Checking user_migrations ** [22:59:24 2020-06-12] 178: Checking batch_updates ** [22:59:24 2020-06-12] 178: Checking gears ** [22:59:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:59:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:29 2020-06-12] 178: Checking imports ** [22:59:29 2020-06-12] 178: Checking exports ** [22:59:29 2020-06-12] 178: Checking users ** [22:59:29 2020-06-12] 178: Checking user_dbs ** [22:59:29 2020-06-12] 178: Checking geocodings ** [22:59:29 2020-06-12] 178: Checking synchronizations ** [22:59:29 2020-06-12] 178: Checking tracker ** [22:59:29 2020-06-12] 178: Checking user_migrations ** [22:59:29 2020-06-12] 178: Checking batch_updates ** [22:59:29 2020-06-12] 178: Checking gears ** [22:59:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:59:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:34 2020-06-12] 178: Checking imports ** [22:59:34 2020-06-12] 178: Checking exports ** [22:59:34 2020-06-12] 178: Checking users ** [22:59:34 2020-06-12] 178: Checking user_dbs ** [22:59:34 2020-06-12] 178: Checking geocodings ** [22:59:34 2020-06-12] 178: Checking synchronizations ** [22:59:34 2020-06-12] 178: Checking tracker ** [22:59:34 2020-06-12] 178: Checking user_migrations ** [22:59:34 2020-06-12] 178: Checking batch_updates ** [22:59:34 2020-06-12] 178: Checking gears ** [22:59:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:59:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:39 2020-06-12] 178: Checking imports ** [22:59:39 2020-06-12] 178: Checking exports ** [22:59:39 2020-06-12] 178: Checking users ** [22:59:39 2020-06-12] 178: Checking user_dbs ** [22:59:39 2020-06-12] 178: Checking geocodings ** [22:59:39 2020-06-12] 178: Checking synchronizations ** [22:59:39 2020-06-12] 178: Checking tracker ** [22:59:39 2020-06-12] 178: Checking user_migrations ** [22:59:39 2020-06-12] 178: Checking batch_updates ** [22:59:39 2020-06-12] 178: Checking gears ** [22:59:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:59:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:44 2020-06-12] 178: Checking imports ** [22:59:44 2020-06-12] 178: Checking exports ** [22:59:44 2020-06-12] 178: Checking users ** [22:59:44 2020-06-12] 178: Checking user_dbs ** [22:59:44 2020-06-12] 178: Checking geocodings ** [22:59:44 2020-06-12] 178: Checking synchronizations ** [22:59:44 2020-06-12] 178: Checking tracker ** [22:59:44 2020-06-12] 178: Checking user_migrations ** [22:59:44 2020-06-12] 178: Checking batch_updates ** [22:59:44 2020-06-12] 178: Checking gears ** [22:59:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:59:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:49 2020-06-12] 178: Checking imports ** [22:59:49 2020-06-12] 178: Checking exports ** [22:59:49 2020-06-12] 178: Checking users ** [22:59:49 2020-06-12] 178: Checking user_dbs ** [22:59:49 2020-06-12] 178: Checking geocodings ** [22:59:49 2020-06-12] 178: Checking synchronizations ** [22:59:49 2020-06-12] 178: Checking tracker ** [22:59:49 2020-06-12] 178: Checking user_migrations ** [22:59:49 2020-06-12] 178: Checking batch_updates ** [22:59:49 2020-06-12] 178: Checking gears ** [22:59:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:59:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:55 2020-06-12] 178: Checking imports ** [22:59:55 2020-06-12] 178: Checking exports ** [22:59:55 2020-06-12] 178: Checking users ** [22:59:55 2020-06-12] 178: Checking user_dbs ** [22:59:55 2020-06-12] 178: Checking geocodings ** [22:59:55 2020-06-12] 178: Checking synchronizations ** [22:59:55 2020-06-12] 178: Checking tracker ** [22:59:55 2020-06-12] 178: Checking user_migrations ** [22:59:55 2020-06-12] 178: Checking batch_updates ** [22:59:55 2020-06-12] 178: Checking gears ** [22:59:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [22:59:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:00 2020-06-12] 178: Checking imports ** [23:00:00 2020-06-12] 178: Checking exports ** [23:00:00 2020-06-12] 178: Checking users ** [23:00:00 2020-06-12] 178: Checking user_dbs ** [23:00:00 2020-06-12] 178: Checking geocodings ** [23:00:00 2020-06-12] 178: Checking synchronizations ** [23:00:00 2020-06-12] 178: Checking tracker ** [23:00:00 2020-06-12] 178: Checking user_migrations ** [23:00:00 2020-06-12] 178: Checking batch_updates ** [23:00:00 2020-06-12] 178: Checking gears ** [23:00:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:00:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:05 2020-06-12] 178: Checking imports ** [23:00:05 2020-06-12] 178: Checking exports ** [23:00:05 2020-06-12] 178: Checking users ** [23:00:05 2020-06-12] 178: Checking user_dbs ** [23:00:05 2020-06-12] 178: Checking geocodings ** [23:00:05 2020-06-12] 178: Checking synchronizations ** [23:00:05 2020-06-12] 178: Checking tracker ** [23:00:05 2020-06-12] 178: Checking user_migrations ** [23:00:05 2020-06-12] 178: Checking batch_updates ** [23:00:05 2020-06-12] 178: Checking gears ** [23:00:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:00:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:10 2020-06-12] 178: Checking imports ** [23:00:10 2020-06-12] 178: Checking exports ** [23:00:10 2020-06-12] 178: Checking users ** [23:00:10 2020-06-12] 178: Checking user_dbs ** [23:00:10 2020-06-12] 178: Checking geocodings ** [23:00:10 2020-06-12] 178: Checking synchronizations ** [23:00:10 2020-06-12] 178: Checking tracker ** [23:00:10 2020-06-12] 178: Checking user_migrations ** [23:00:10 2020-06-12] 178: Checking batch_updates ** [23:00:10 2020-06-12] 178: Checking gears ** [23:00:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:00:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:15 2020-06-12] 178: Checking imports ** [23:00:15 2020-06-12] 178: Checking exports ** [23:00:15 2020-06-12] 178: Checking users ** [23:00:15 2020-06-12] 178: Checking user_dbs ** [23:00:15 2020-06-12] 178: Checking geocodings ** [23:00:15 2020-06-12] 178: Checking synchronizations ** [23:00:15 2020-06-12] 178: Checking tracker ** [23:00:15 2020-06-12] 178: Checking user_migrations ** [23:00:15 2020-06-12] 178: Checking batch_updates ** [23:00:15 2020-06-12] 178: Checking gears ** [23:00:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:00:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:20 2020-06-12] 178: Checking imports ** [23:00:20 2020-06-12] 178: Checking exports ** [23:00:20 2020-06-12] 178: Checking users ** [23:00:20 2020-06-12] 178: Checking user_dbs ** [23:00:20 2020-06-12] 178: Checking geocodings ** [23:00:20 2020-06-12] 178: Checking synchronizations ** [23:00:20 2020-06-12] 178: Checking tracker ** [23:00:20 2020-06-12] 178: Checking user_migrations ** [23:00:20 2020-06-12] 178: Checking batch_updates ** [23:00:20 2020-06-12] 178: Checking gears ** [23:00:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:00:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:25 2020-06-12] 178: Checking imports ** [23:00:25 2020-06-12] 178: Checking exports ** [23:00:25 2020-06-12] 178: Checking users ** [23:00:25 2020-06-12] 178: Checking user_dbs ** [23:00:25 2020-06-12] 178: Checking geocodings ** [23:00:25 2020-06-12] 178: Checking synchronizations ** [23:00:25 2020-06-12] 178: Checking tracker ** [23:00:25 2020-06-12] 178: Checking user_migrations ** [23:00:25 2020-06-12] 178: Checking batch_updates ** [23:00:25 2020-06-12] 178: Checking gears ** [23:00:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:00:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:30 2020-06-12] 178: Checking imports ** [23:00:30 2020-06-12] 178: Checking exports ** [23:00:30 2020-06-12] 178: Checking users ** [23:00:30 2020-06-12] 178: Checking user_dbs ** [23:00:30 2020-06-12] 178: Checking geocodings ** [23:00:30 2020-06-12] 178: Checking synchronizations ** [23:00:30 2020-06-12] 178: Checking tracker ** [23:00:30 2020-06-12] 178: Checking user_migrations ** [23:00:30 2020-06-12] 178: Checking batch_updates ** [23:00:30 2020-06-12] 178: Checking gears ** [23:00:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:00:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:35 2020-06-12] 178: Checking imports ** [23:00:35 2020-06-12] 178: Checking exports ** [23:00:35 2020-06-12] 178: Checking users ** [23:00:35 2020-06-12] 178: Checking user_dbs ** [23:00:35 2020-06-12] 178: Checking geocodings ** [23:00:35 2020-06-12] 178: Checking synchronizations ** [23:00:35 2020-06-12] 178: Checking tracker ** [23:00:35 2020-06-12] 178: Checking user_migrations ** [23:00:35 2020-06-12] 178: Checking batch_updates ** [23:00:35 2020-06-12] 178: Checking gears ** [23:00:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:00:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:40 2020-06-12] 178: Checking imports ** [23:00:40 2020-06-12] 178: Checking exports ** [23:00:40 2020-06-12] 178: Checking users ** [23:00:40 2020-06-12] 178: Checking user_dbs ** [23:00:40 2020-06-12] 178: Checking geocodings ** [23:00:40 2020-06-12] 178: Checking synchronizations ** [23:00:40 2020-06-12] 178: Checking tracker ** [23:00:40 2020-06-12] 178: Checking user_migrations ** [23:00:40 2020-06-12] 178: Checking batch_updates ** [23:00:40 2020-06-12] 178: Checking gears ** [23:00:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:00:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:45 2020-06-12] 178: Checking imports ** [23:00:45 2020-06-12] 178: Checking exports ** [23:00:45 2020-06-12] 178: Checking users ** [23:00:45 2020-06-12] 178: Checking user_dbs ** [23:00:45 2020-06-12] 178: Checking geocodings ** [23:00:45 2020-06-12] 178: Checking synchronizations ** [23:00:45 2020-06-12] 178: Checking tracker ** [23:00:45 2020-06-12] 178: Checking user_migrations ** [23:00:45 2020-06-12] 178: Checking batch_updates ** [23:00:45 2020-06-12] 178: Checking gears ** [23:00:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:00:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:50 2020-06-12] 178: Checking imports ** [23:00:50 2020-06-12] 178: Checking exports ** [23:00:50 2020-06-12] 178: Checking users ** [23:00:50 2020-06-12] 178: Checking user_dbs ** [23:00:50 2020-06-12] 178: Checking geocodings ** [23:00:50 2020-06-12] 178: Checking synchronizations ** [23:00:50 2020-06-12] 178: Checking tracker ** [23:00:50 2020-06-12] 178: Checking user_migrations ** [23:00:50 2020-06-12] 178: Checking batch_updates ** [23:00:50 2020-06-12] 178: Checking gears ** [23:00:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:00:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:55 2020-06-12] 178: Checking imports ** [23:00:55 2020-06-12] 178: Checking exports ** [23:00:55 2020-06-12] 178: Checking users ** [23:00:55 2020-06-12] 178: Checking user_dbs ** [23:00:55 2020-06-12] 178: Checking geocodings ** [23:00:55 2020-06-12] 178: Checking synchronizations ** [23:00:55 2020-06-12] 178: Checking tracker ** [23:00:55 2020-06-12] 178: Checking user_migrations ** [23:00:55 2020-06-12] 178: Checking batch_updates ** [23:00:55 2020-06-12] 178: Checking gears ** [23:00:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:00:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:00 2020-06-12] 178: Checking imports ** [23:01:00 2020-06-12] 178: Checking exports ** [23:01:00 2020-06-12] 178: Checking users ** [23:01:00 2020-06-12] 178: Checking user_dbs ** [23:01:00 2020-06-12] 178: Checking geocodings ** [23:01:00 2020-06-12] 178: Checking synchronizations ** [23:01:00 2020-06-12] 178: Checking tracker ** [23:01:00 2020-06-12] 178: Checking user_migrations ** [23:01:00 2020-06-12] 178: Checking batch_updates ** [23:01:00 2020-06-12] 178: Checking gears ** [23:01:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:01:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:05 2020-06-12] 178: Checking imports ** [23:01:05 2020-06-12] 178: Checking exports ** [23:01:05 2020-06-12] 178: Checking users ** [23:01:05 2020-06-12] 178: Checking user_dbs ** [23:01:05 2020-06-12] 178: Checking geocodings ** [23:01:05 2020-06-12] 178: Checking synchronizations ** [23:01:05 2020-06-12] 178: Checking tracker ** [23:01:05 2020-06-12] 178: Checking user_migrations ** [23:01:05 2020-06-12] 178: Checking batch_updates ** [23:01:05 2020-06-12] 178: Checking gears ** [23:01:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:01:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:10 2020-06-12] 178: Checking imports ** [23:01:10 2020-06-12] 178: Checking exports ** [23:01:10 2020-06-12] 178: Checking users ** [23:01:10 2020-06-12] 178: Checking user_dbs ** [23:01:10 2020-06-12] 178: Checking geocodings ** [23:01:10 2020-06-12] 178: Checking synchronizations ** [23:01:10 2020-06-12] 178: Checking tracker ** [23:01:10 2020-06-12] 178: Checking user_migrations ** [23:01:10 2020-06-12] 178: Checking batch_updates ** [23:01:10 2020-06-12] 178: Checking gears ** [23:01:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:01:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:15 2020-06-12] 178: Checking imports ** [23:01:15 2020-06-12] 178: Checking exports ** [23:01:15 2020-06-12] 178: Checking users ** [23:01:15 2020-06-12] 178: Checking user_dbs ** [23:01:15 2020-06-12] 178: Checking geocodings ** [23:01:15 2020-06-12] 178: Checking synchronizations ** [23:01:15 2020-06-12] 178: Checking tracker ** [23:01:15 2020-06-12] 178: Checking user_migrations ** [23:01:15 2020-06-12] 178: Checking batch_updates ** [23:01:15 2020-06-12] 178: Checking gears ** [23:01:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:01:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:20 2020-06-12] 178: Checking imports ** [23:01:20 2020-06-12] 178: Checking exports ** [23:01:20 2020-06-12] 178: Checking users ** [23:01:20 2020-06-12] 178: Checking user_dbs ** [23:01:20 2020-06-12] 178: Checking geocodings ** [23:01:20 2020-06-12] 178: Checking synchronizations ** [23:01:20 2020-06-12] 178: Checking tracker ** [23:01:20 2020-06-12] 178: Checking user_migrations ** [23:01:20 2020-06-12] 178: Checking batch_updates ** [23:01:20 2020-06-12] 178: Checking gears ** [23:01:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:01:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:25 2020-06-12] 178: Checking imports ** [23:01:25 2020-06-12] 178: Checking exports ** [23:01:25 2020-06-12] 178: Checking users ** [23:01:25 2020-06-12] 178: Checking user_dbs ** [23:01:25 2020-06-12] 178: Checking geocodings ** [23:01:25 2020-06-12] 178: Checking synchronizations ** [23:01:25 2020-06-12] 178: Checking tracker ** [23:01:25 2020-06-12] 178: Checking user_migrations ** [23:01:25 2020-06-12] 178: Checking batch_updates ** [23:01:25 2020-06-12] 178: Checking gears ** [23:01:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:01:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:30 2020-06-12] 178: Checking imports ** [23:01:30 2020-06-12] 178: Checking exports ** [23:01:30 2020-06-12] 178: Checking users ** [23:01:30 2020-06-12] 178: Checking user_dbs ** [23:01:30 2020-06-12] 178: Checking geocodings ** [23:01:30 2020-06-12] 178: Checking synchronizations ** [23:01:30 2020-06-12] 178: Checking tracker ** [23:01:30 2020-06-12] 178: Checking user_migrations ** [23:01:30 2020-06-12] 178: Checking batch_updates ** [23:01:30 2020-06-12] 178: Checking gears ** [23:01:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:01:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:35 2020-06-12] 178: Checking imports ** [23:01:35 2020-06-12] 178: Checking exports ** [23:01:35 2020-06-12] 178: Checking users ** [23:01:35 2020-06-12] 178: Checking user_dbs ** [23:01:35 2020-06-12] 178: Checking geocodings ** [23:01:35 2020-06-12] 178: Checking synchronizations ** [23:01:35 2020-06-12] 178: Checking tracker ** [23:01:35 2020-06-12] 178: Checking user_migrations ** [23:01:35 2020-06-12] 178: Checking batch_updates ** [23:01:35 2020-06-12] 178: Checking gears ** [23:01:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:01:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:40 2020-06-12] 178: Checking imports ** [23:01:40 2020-06-12] 178: Checking exports ** [23:01:40 2020-06-12] 178: Checking users ** [23:01:40 2020-06-12] 178: Checking user_dbs ** [23:01:40 2020-06-12] 178: Checking geocodings ** [23:01:40 2020-06-12] 178: Checking synchronizations ** [23:01:40 2020-06-12] 178: Checking tracker ** [23:01:40 2020-06-12] 178: Checking user_migrations ** [23:01:40 2020-06-12] 178: Checking batch_updates ** [23:01:40 2020-06-12] 178: Checking gears ** [23:01:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:01:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:45 2020-06-12] 178: Checking imports ** [23:01:45 2020-06-12] 178: Checking exports ** [23:01:45 2020-06-12] 178: Checking users ** [23:01:45 2020-06-12] 178: Checking user_dbs ** [23:01:45 2020-06-12] 178: Checking geocodings ** [23:01:45 2020-06-12] 178: Checking synchronizations ** [23:01:45 2020-06-12] 178: Checking tracker ** [23:01:45 2020-06-12] 178: Checking user_migrations ** [23:01:45 2020-06-12] 178: Checking batch_updates ** [23:01:45 2020-06-12] 178: Checking gears ** [23:01:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:01:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:50 2020-06-12] 178: Checking imports ** [23:01:50 2020-06-12] 178: Checking exports ** [23:01:50 2020-06-12] 178: Checking users ** [23:01:50 2020-06-12] 178: Checking user_dbs ** [23:01:50 2020-06-12] 178: Checking geocodings ** [23:01:50 2020-06-12] 178: Checking synchronizations ** [23:01:50 2020-06-12] 178: Checking tracker ** [23:01:50 2020-06-12] 178: Checking user_migrations ** [23:01:50 2020-06-12] 178: Checking batch_updates ** [23:01:50 2020-06-12] 178: Checking gears ** [23:01:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:01:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:55 2020-06-12] 178: Checking imports ** [23:01:55 2020-06-12] 178: Checking exports ** [23:01:55 2020-06-12] 178: Checking users ** [23:01:55 2020-06-12] 178: Checking user_dbs ** [23:01:55 2020-06-12] 178: Checking geocodings ** [23:01:55 2020-06-12] 178: Checking synchronizations ** [23:01:55 2020-06-12] 178: Checking tracker ** [23:01:55 2020-06-12] 178: Checking user_migrations ** [23:01:55 2020-06-12] 178: Checking batch_updates ** [23:01:55 2020-06-12] 178: Checking gears ** [23:01:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:01:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:00 2020-06-12] 178: Checking imports ** [23:02:00 2020-06-12] 178: Checking exports ** [23:02:00 2020-06-12] 178: Checking users ** [23:02:00 2020-06-12] 178: Checking user_dbs ** [23:02:00 2020-06-12] 178: Checking geocodings ** [23:02:00 2020-06-12] 178: Checking synchronizations ** [23:02:00 2020-06-12] 178: Checking tracker ** [23:02:00 2020-06-12] 178: Checking user_migrations ** [23:02:00 2020-06-12] 178: Checking batch_updates ** [23:02:00 2020-06-12] 178: Checking gears ** [23:02:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:02:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:05 2020-06-12] 178: Checking imports ** [23:02:05 2020-06-12] 178: Checking exports ** [23:02:05 2020-06-12] 178: Checking users ** [23:02:05 2020-06-12] 178: Checking user_dbs ** [23:02:05 2020-06-12] 178: Checking geocodings ** [23:02:05 2020-06-12] 178: Checking synchronizations ** [23:02:05 2020-06-12] 178: Checking tracker ** [23:02:05 2020-06-12] 178: Checking user_migrations ** [23:02:05 2020-06-12] 178: Checking batch_updates ** [23:02:05 2020-06-12] 178: Checking gears ** [23:02:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:02:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:10 2020-06-12] 178: Checking imports ** [23:02:10 2020-06-12] 178: Checking exports ** [23:02:10 2020-06-12] 178: Checking users ** [23:02:10 2020-06-12] 178: Checking user_dbs ** [23:02:10 2020-06-12] 178: Checking geocodings ** [23:02:10 2020-06-12] 178: Checking synchronizations ** [23:02:10 2020-06-12] 178: Checking tracker ** [23:02:10 2020-06-12] 178: Checking user_migrations ** [23:02:10 2020-06-12] 178: Checking batch_updates ** [23:02:10 2020-06-12] 178: Checking gears ** [23:02:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:02:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:15 2020-06-12] 178: Checking imports ** [23:02:15 2020-06-12] 178: Checking exports ** [23:02:15 2020-06-12] 178: Checking users ** [23:02:15 2020-06-12] 178: Checking user_dbs ** [23:02:15 2020-06-12] 178: Checking geocodings ** [23:02:15 2020-06-12] 178: Checking synchronizations ** [23:02:15 2020-06-12] 178: Checking tracker ** [23:02:15 2020-06-12] 178: Checking user_migrations ** [23:02:15 2020-06-12] 178: Checking batch_updates ** [23:02:15 2020-06-12] 178: Checking gears ** [23:02:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:02:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:20 2020-06-12] 178: Checking imports ** [23:02:20 2020-06-12] 178: Checking exports ** [23:02:20 2020-06-12] 178: Checking users ** [23:02:20 2020-06-12] 178: Checking user_dbs ** [23:02:20 2020-06-12] 178: Checking geocodings ** [23:02:20 2020-06-12] 178: Checking synchronizations ** [23:02:20 2020-06-12] 178: Checking tracker ** [23:02:20 2020-06-12] 178: Checking user_migrations ** [23:02:20 2020-06-12] 178: Checking batch_updates ** [23:02:20 2020-06-12] 178: Checking gears ** [23:02:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:02:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:25 2020-06-12] 178: Checking imports ** [23:02:25 2020-06-12] 178: Checking exports ** [23:02:25 2020-06-12] 178: Checking users ** [23:02:25 2020-06-12] 178: Checking user_dbs ** [23:02:25 2020-06-12] 178: Checking geocodings ** [23:02:25 2020-06-12] 178: Checking synchronizations ** [23:02:25 2020-06-12] 178: Checking tracker ** [23:02:25 2020-06-12] 178: Checking user_migrations ** [23:02:25 2020-06-12] 178: Checking batch_updates ** [23:02:25 2020-06-12] 178: Checking gears ** [23:02:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:02:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:30 2020-06-12] 178: Checking imports ** [23:02:30 2020-06-12] 178: Checking exports ** [23:02:30 2020-06-12] 178: Checking users ** [23:02:30 2020-06-12] 178: Checking user_dbs ** [23:02:30 2020-06-12] 178: Checking geocodings ** [23:02:30 2020-06-12] 178: Checking synchronizations ** [23:02:30 2020-06-12] 178: Checking tracker ** [23:02:30 2020-06-12] 178: Checking user_migrations ** [23:02:30 2020-06-12] 178: Checking batch_updates ** [23:02:30 2020-06-12] 178: Checking gears ** [23:02:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:02:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:35 2020-06-12] 178: Checking imports ** [23:02:35 2020-06-12] 178: Checking exports ** [23:02:35 2020-06-12] 178: Checking users ** [23:02:35 2020-06-12] 178: Checking user_dbs ** [23:02:35 2020-06-12] 178: Checking geocodings ** [23:02:35 2020-06-12] 178: Checking synchronizations ** [23:02:35 2020-06-12] 178: Checking tracker ** [23:02:35 2020-06-12] 178: Checking user_migrations ** [23:02:35 2020-06-12] 178: Checking batch_updates ** [23:02:35 2020-06-12] 178: Checking gears ** [23:02:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:02:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:40 2020-06-12] 178: Checking imports ** [23:02:40 2020-06-12] 178: Checking exports ** [23:02:40 2020-06-12] 178: Checking users ** [23:02:40 2020-06-12] 178: Checking user_dbs ** [23:02:40 2020-06-12] 178: Checking geocodings ** [23:02:40 2020-06-12] 178: Checking synchronizations ** [23:02:40 2020-06-12] 178: Checking tracker ** [23:02:40 2020-06-12] 178: Checking user_migrations ** [23:02:40 2020-06-12] 178: Checking batch_updates ** [23:02:40 2020-06-12] 178: Checking gears ** [23:02:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:02:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:45 2020-06-12] 178: Checking imports ** [23:02:45 2020-06-12] 178: Checking exports ** [23:02:45 2020-06-12] 178: Checking users ** [23:02:45 2020-06-12] 178: Checking user_dbs ** [23:02:45 2020-06-12] 178: Checking geocodings ** [23:02:45 2020-06-12] 178: Checking synchronizations ** [23:02:45 2020-06-12] 178: Checking tracker ** [23:02:45 2020-06-12] 178: Checking user_migrations ** [23:02:45 2020-06-12] 178: Checking batch_updates ** [23:02:45 2020-06-12] 178: Checking gears ** [23:02:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:02:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:50 2020-06-12] 178: Checking imports ** [23:02:50 2020-06-12] 178: Checking exports ** [23:02:50 2020-06-12] 178: Checking users ** [23:02:50 2020-06-12] 178: Checking user_dbs ** [23:02:50 2020-06-12] 178: Checking geocodings ** [23:02:50 2020-06-12] 178: Checking synchronizations ** [23:02:50 2020-06-12] 178: Checking tracker ** [23:02:50 2020-06-12] 178: Checking user_migrations ** [23:02:50 2020-06-12] 178: Checking batch_updates ** [23:02:50 2020-06-12] 178: Checking gears ** [23:02:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:02:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:55 2020-06-12] 178: Checking imports ** [23:02:55 2020-06-12] 178: Checking exports ** [23:02:55 2020-06-12] 178: Checking users ** [23:02:55 2020-06-12] 178: Checking user_dbs ** [23:02:55 2020-06-12] 178: Checking geocodings ** [23:02:55 2020-06-12] 178: Checking synchronizations ** [23:02:55 2020-06-12] 178: Checking tracker ** [23:02:55 2020-06-12] 178: Checking user_migrations ** [23:02:55 2020-06-12] 178: Checking batch_updates ** [23:02:55 2020-06-12] 178: Checking gears ** [23:02:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:02:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:00 2020-06-12] 178: Checking imports ** [23:03:00 2020-06-12] 178: Checking exports ** [23:03:00 2020-06-12] 178: Checking users ** [23:03:00 2020-06-12] 178: Checking user_dbs ** [23:03:00 2020-06-12] 178: Checking geocodings ** [23:03:00 2020-06-12] 178: Checking synchronizations ** [23:03:00 2020-06-12] 178: Checking tracker ** [23:03:00 2020-06-12] 178: Checking user_migrations ** [23:03:00 2020-06-12] 178: Checking batch_updates ** [23:03:00 2020-06-12] 178: Checking gears ** [23:03:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:03:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:05 2020-06-12] 178: Checking imports ** [23:03:05 2020-06-12] 178: Checking exports ** [23:03:05 2020-06-12] 178: Checking users ** [23:03:05 2020-06-12] 178: Checking user_dbs ** [23:03:05 2020-06-12] 178: Checking geocodings ** [23:03:05 2020-06-12] 178: Checking synchronizations ** [23:03:05 2020-06-12] 178: Checking tracker ** [23:03:05 2020-06-12] 178: Checking user_migrations ** [23:03:05 2020-06-12] 178: Checking batch_updates ** [23:03:05 2020-06-12] 178: Checking gears ** [23:03:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:03:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:10 2020-06-12] 178: Checking imports ** [23:03:10 2020-06-12] 178: Checking exports ** [23:03:10 2020-06-12] 178: Checking users ** [23:03:10 2020-06-12] 178: Checking user_dbs ** [23:03:10 2020-06-12] 178: Checking geocodings ** [23:03:10 2020-06-12] 178: Checking synchronizations ** [23:03:10 2020-06-12] 178: Checking tracker ** [23:03:10 2020-06-12] 178: Checking user_migrations ** [23:03:10 2020-06-12] 178: Checking batch_updates ** [23:03:10 2020-06-12] 178: Checking gears ** [23:03:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:03:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:15 2020-06-12] 178: Checking imports ** [23:03:15 2020-06-12] 178: Checking exports ** [23:03:15 2020-06-12] 178: Checking users ** [23:03:15 2020-06-12] 178: Checking user_dbs ** [23:03:15 2020-06-12] 178: Checking geocodings ** [23:03:15 2020-06-12] 178: Checking synchronizations ** [23:03:15 2020-06-12] 178: Checking tracker ** [23:03:15 2020-06-12] 178: Checking user_migrations ** [23:03:15 2020-06-12] 178: Checking batch_updates ** [23:03:15 2020-06-12] 178: Checking gears ** [23:03:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:03:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:20 2020-06-12] 178: Checking imports ** [23:03:20 2020-06-12] 178: Checking exports ** [23:03:20 2020-06-12] 178: Checking users ** [23:03:20 2020-06-12] 178: Checking user_dbs ** [23:03:20 2020-06-12] 178: Checking geocodings ** [23:03:20 2020-06-12] 178: Checking synchronizations ** [23:03:20 2020-06-12] 178: Checking tracker ** [23:03:20 2020-06-12] 178: Checking user_migrations ** [23:03:20 2020-06-12] 178: Checking batch_updates ** [23:03:20 2020-06-12] 178: Checking gears ** [23:03:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:03:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:25 2020-06-12] 178: Checking imports ** [23:03:25 2020-06-12] 178: Checking exports ** [23:03:25 2020-06-12] 178: Checking users ** [23:03:25 2020-06-12] 178: Checking user_dbs ** [23:03:25 2020-06-12] 178: Checking geocodings ** [23:03:25 2020-06-12] 178: Checking synchronizations ** [23:03:25 2020-06-12] 178: Checking tracker ** [23:03:25 2020-06-12] 178: Checking user_migrations ** [23:03:25 2020-06-12] 178: Checking batch_updates ** [23:03:25 2020-06-12] 178: Checking gears ** [23:03:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:03:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:30 2020-06-12] 178: Checking imports ** [23:03:30 2020-06-12] 178: Checking exports ** [23:03:30 2020-06-12] 178: Checking users ** [23:03:30 2020-06-12] 178: Checking user_dbs ** [23:03:30 2020-06-12] 178: Checking geocodings ** [23:03:30 2020-06-12] 178: Checking synchronizations ** [23:03:30 2020-06-12] 178: Checking tracker ** [23:03:30 2020-06-12] 178: Checking user_migrations ** [23:03:30 2020-06-12] 178: Checking batch_updates ** [23:03:30 2020-06-12] 178: Checking gears ** [23:03:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:03:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:35 2020-06-12] 178: Checking imports ** [23:03:35 2020-06-12] 178: Checking exports ** [23:03:35 2020-06-12] 178: Checking users ** [23:03:35 2020-06-12] 178: Checking user_dbs ** [23:03:35 2020-06-12] 178: Checking geocodings ** [23:03:35 2020-06-12] 178: Checking synchronizations ** [23:03:35 2020-06-12] 178: Checking tracker ** [23:03:35 2020-06-12] 178: Checking user_migrations ** [23:03:35 2020-06-12] 178: Checking batch_updates ** [23:03:35 2020-06-12] 178: Checking gears ** [23:03:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:03:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:40 2020-06-12] 178: Checking imports ** [23:03:40 2020-06-12] 178: Checking exports ** [23:03:40 2020-06-12] 178: Checking users ** [23:03:40 2020-06-12] 178: Checking user_dbs ** [23:03:40 2020-06-12] 178: Checking geocodings ** [23:03:40 2020-06-12] 178: Checking synchronizations ** [23:03:40 2020-06-12] 178: Checking tracker ** [23:03:40 2020-06-12] 178: Checking user_migrations ** [23:03:40 2020-06-12] 178: Checking batch_updates ** [23:03:40 2020-06-12] 178: Checking gears ** [23:03:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:03:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:45 2020-06-12] 178: Checking imports ** [23:03:45 2020-06-12] 178: Checking exports ** [23:03:45 2020-06-12] 178: Checking users ** [23:03:45 2020-06-12] 178: Checking user_dbs ** [23:03:45 2020-06-12] 178: Checking geocodings ** [23:03:45 2020-06-12] 178: Checking synchronizations ** [23:03:45 2020-06-12] 178: Checking tracker ** [23:03:45 2020-06-12] 178: Checking user_migrations ** [23:03:45 2020-06-12] 178: Checking batch_updates ** [23:03:45 2020-06-12] 178: Checking gears ** [23:03:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:03:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:50 2020-06-12] 178: Checking imports ** [23:03:50 2020-06-12] 178: Checking exports ** [23:03:50 2020-06-12] 178: Checking users ** [23:03:50 2020-06-12] 178: Checking user_dbs ** [23:03:50 2020-06-12] 178: Checking geocodings ** [23:03:50 2020-06-12] 178: Checking synchronizations ** [23:03:50 2020-06-12] 178: Checking tracker ** [23:03:50 2020-06-12] 178: Checking user_migrations ** [23:03:50 2020-06-12] 178: Checking batch_updates ** [23:03:50 2020-06-12] 178: Checking gears ** [23:03:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:03:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:55 2020-06-12] 178: Checking imports ** [23:03:55 2020-06-12] 178: Checking exports ** [23:03:55 2020-06-12] 178: Checking users ** [23:03:55 2020-06-12] 178: Checking user_dbs ** [23:03:55 2020-06-12] 178: Checking geocodings ** [23:03:55 2020-06-12] 178: Checking synchronizations ** [23:03:55 2020-06-12] 178: Checking tracker ** [23:03:55 2020-06-12] 178: Checking user_migrations ** [23:03:55 2020-06-12] 178: Checking batch_updates ** [23:03:55 2020-06-12] 178: Checking gears ** [23:03:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:03:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:00 2020-06-12] 178: Checking imports ** [23:04:00 2020-06-12] 178: Checking exports ** [23:04:00 2020-06-12] 178: Checking users ** [23:04:00 2020-06-12] 178: Checking user_dbs ** [23:04:00 2020-06-12] 178: Checking geocodings ** [23:04:00 2020-06-12] 178: Checking synchronizations ** [23:04:00 2020-06-12] 178: Checking tracker ** [23:04:00 2020-06-12] 178: Checking user_migrations ** [23:04:00 2020-06-12] 178: Checking batch_updates ** [23:04:00 2020-06-12] 178: Checking gears ** [23:04:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:04:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:05 2020-06-12] 178: Checking imports ** [23:04:05 2020-06-12] 178: Checking exports ** [23:04:05 2020-06-12] 178: Checking users ** [23:04:05 2020-06-12] 178: Checking user_dbs ** [23:04:05 2020-06-12] 178: Checking geocodings ** [23:04:05 2020-06-12] 178: Checking synchronizations ** [23:04:05 2020-06-12] 178: Checking tracker ** [23:04:05 2020-06-12] 178: Checking user_migrations ** [23:04:05 2020-06-12] 178: Checking batch_updates ** [23:04:05 2020-06-12] 178: Checking gears ** [23:04:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:04:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:10 2020-06-12] 178: Checking imports ** [23:04:10 2020-06-12] 178: Checking exports ** [23:04:10 2020-06-12] 178: Checking users ** [23:04:10 2020-06-12] 178: Checking user_dbs ** [23:04:10 2020-06-12] 178: Checking geocodings ** [23:04:10 2020-06-12] 178: Checking synchronizations ** [23:04:10 2020-06-12] 178: Checking tracker ** [23:04:10 2020-06-12] 178: Checking user_migrations ** [23:04:10 2020-06-12] 178: Checking batch_updates ** [23:04:10 2020-06-12] 178: Checking gears ** [23:04:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:04:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:15 2020-06-12] 178: Checking imports ** [23:04:15 2020-06-12] 178: Checking exports ** [23:04:15 2020-06-12] 178: Checking users ** [23:04:15 2020-06-12] 178: Checking user_dbs ** [23:04:15 2020-06-12] 178: Checking geocodings ** [23:04:15 2020-06-12] 178: Checking synchronizations ** [23:04:15 2020-06-12] 178: Checking tracker ** [23:04:15 2020-06-12] 178: Checking user_migrations ** [23:04:15 2020-06-12] 178: Checking batch_updates ** [23:04:15 2020-06-12] 178: Checking gears ** [23:04:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:04:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:20 2020-06-12] 178: Checking imports ** [23:04:20 2020-06-12] 178: Checking exports ** [23:04:20 2020-06-12] 178: Checking users ** [23:04:20 2020-06-12] 178: Checking user_dbs ** [23:04:20 2020-06-12] 178: Checking geocodings ** [23:04:20 2020-06-12] 178: Checking synchronizations ** [23:04:20 2020-06-12] 178: Checking tracker ** [23:04:20 2020-06-12] 178: Checking user_migrations ** [23:04:20 2020-06-12] 178: Checking batch_updates ** [23:04:20 2020-06-12] 178: Checking gears ** [23:04:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:04:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:25 2020-06-12] 178: Checking imports ** [23:04:25 2020-06-12] 178: Checking exports ** [23:04:25 2020-06-12] 178: Checking users ** [23:04:25 2020-06-12] 178: Checking user_dbs ** [23:04:25 2020-06-12] 178: Checking geocodings ** [23:04:25 2020-06-12] 178: Checking synchronizations ** [23:04:25 2020-06-12] 178: Checking tracker ** [23:04:25 2020-06-12] 178: Checking user_migrations ** [23:04:25 2020-06-12] 178: Checking batch_updates ** [23:04:25 2020-06-12] 178: Checking gears ** [23:04:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:04:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:30 2020-06-12] 178: Checking imports ** [23:04:30 2020-06-12] 178: Checking exports ** [23:04:30 2020-06-12] 178: Checking users ** [23:04:30 2020-06-12] 178: Checking user_dbs ** [23:04:30 2020-06-12] 178: Checking geocodings ** [23:04:30 2020-06-12] 178: Checking synchronizations ** [23:04:30 2020-06-12] 178: Checking tracker ** [23:04:30 2020-06-12] 178: Checking user_migrations ** [23:04:30 2020-06-12] 178: Checking batch_updates ** [23:04:30 2020-06-12] 178: Checking gears ** [23:04:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:04:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:35 2020-06-12] 178: Checking imports ** [23:04:35 2020-06-12] 178: Checking exports ** [23:04:35 2020-06-12] 178: Checking users ** [23:04:35 2020-06-12] 178: Checking user_dbs ** [23:04:35 2020-06-12] 178: Checking geocodings ** [23:04:35 2020-06-12] 178: Checking synchronizations ** [23:04:35 2020-06-12] 178: Checking tracker ** [23:04:35 2020-06-12] 178: Checking user_migrations ** [23:04:35 2020-06-12] 178: Checking batch_updates ** [23:04:35 2020-06-12] 178: Checking gears ** [23:04:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:04:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:40 2020-06-12] 178: Checking imports ** [23:04:40 2020-06-12] 178: Checking exports ** [23:04:40 2020-06-12] 178: Checking users ** [23:04:40 2020-06-12] 178: Checking user_dbs ** [23:04:40 2020-06-12] 178: Checking geocodings ** [23:04:40 2020-06-12] 178: Checking synchronizations ** [23:04:40 2020-06-12] 178: Checking tracker ** [23:04:40 2020-06-12] 178: Checking user_migrations ** [23:04:40 2020-06-12] 178: Checking batch_updates ** [23:04:40 2020-06-12] 178: Checking gears ** [23:04:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:04:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:45 2020-06-12] 178: Checking imports ** [23:04:45 2020-06-12] 178: Checking exports ** [23:04:45 2020-06-12] 178: Checking users ** [23:04:45 2020-06-12] 178: Checking user_dbs ** [23:04:45 2020-06-12] 178: Checking geocodings ** [23:04:45 2020-06-12] 178: Checking synchronizations ** [23:04:45 2020-06-12] 178: Checking tracker ** [23:04:45 2020-06-12] 178: Checking user_migrations ** [23:04:45 2020-06-12] 178: Checking batch_updates ** [23:04:45 2020-06-12] 178: Checking gears ** [23:04:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:04:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:50 2020-06-12] 178: Checking imports ** [23:04:50 2020-06-12] 178: Checking exports ** [23:04:50 2020-06-12] 178: Checking users ** [23:04:50 2020-06-12] 178: Checking user_dbs ** [23:04:50 2020-06-12] 178: Checking geocodings ** [23:04:50 2020-06-12] 178: Checking synchronizations ** [23:04:50 2020-06-12] 178: Checking tracker ** [23:04:50 2020-06-12] 178: Checking user_migrations ** [23:04:50 2020-06-12] 178: Checking batch_updates ** [23:04:50 2020-06-12] 178: Checking gears ** [23:04:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:04:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:55 2020-06-12] 178: Checking imports ** [23:04:55 2020-06-12] 178: Checking exports ** [23:04:55 2020-06-12] 178: Checking users ** [23:04:55 2020-06-12] 178: Checking user_dbs ** [23:04:55 2020-06-12] 178: Checking geocodings ** [23:04:55 2020-06-12] 178: Checking synchronizations ** [23:04:55 2020-06-12] 178: Checking tracker ** [23:04:55 2020-06-12] 178: Checking user_migrations ** [23:04:55 2020-06-12] 178: Checking batch_updates ** [23:04:55 2020-06-12] 178: Checking gears ** [23:04:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:04:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:00 2020-06-12] 178: Checking imports ** [23:05:00 2020-06-12] 178: Checking exports ** [23:05:00 2020-06-12] 178: Checking users ** [23:05:00 2020-06-12] 178: Checking user_dbs ** [23:05:00 2020-06-12] 178: Checking geocodings ** [23:05:00 2020-06-12] 178: Checking synchronizations ** [23:05:00 2020-06-12] 178: Checking tracker ** [23:05:00 2020-06-12] 178: Checking user_migrations ** [23:05:00 2020-06-12] 178: Checking batch_updates ** [23:05:00 2020-06-12] 178: Checking gears ** [23:05:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:05:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:05 2020-06-12] 178: Checking imports ** [23:05:05 2020-06-12] 178: Checking exports ** [23:05:05 2020-06-12] 178: Checking users ** [23:05:05 2020-06-12] 178: Checking user_dbs ** [23:05:05 2020-06-12] 178: Checking geocodings ** [23:05:05 2020-06-12] 178: Checking synchronizations ** [23:05:05 2020-06-12] 178: Checking tracker ** [23:05:05 2020-06-12] 178: Checking user_migrations ** [23:05:05 2020-06-12] 178: Checking batch_updates ** [23:05:05 2020-06-12] 178: Checking gears ** [23:05:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:05:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:10 2020-06-12] 178: Checking imports ** [23:05:10 2020-06-12] 178: Checking exports ** [23:05:10 2020-06-12] 178: Checking users ** [23:05:10 2020-06-12] 178: Checking user_dbs ** [23:05:10 2020-06-12] 178: Checking geocodings ** [23:05:10 2020-06-12] 178: Checking synchronizations ** [23:05:10 2020-06-12] 178: Checking tracker ** [23:05:10 2020-06-12] 178: Checking user_migrations ** [23:05:10 2020-06-12] 178: Checking batch_updates ** [23:05:10 2020-06-12] 178: Checking gears ** [23:05:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:05:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:15 2020-06-12] 178: Checking imports ** [23:05:15 2020-06-12] 178: Checking exports ** [23:05:15 2020-06-12] 178: Checking users ** [23:05:15 2020-06-12] 178: Checking user_dbs ** [23:05:15 2020-06-12] 178: Checking geocodings ** [23:05:15 2020-06-12] 178: Checking synchronizations ** [23:05:15 2020-06-12] 178: Checking tracker ** [23:05:15 2020-06-12] 178: Checking user_migrations ** [23:05:15 2020-06-12] 178: Checking batch_updates ** [23:05:15 2020-06-12] 178: Checking gears ** [23:05:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:05:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:20 2020-06-12] 178: Checking imports ** [23:05:20 2020-06-12] 178: Checking exports ** [23:05:20 2020-06-12] 178: Checking users ** [23:05:20 2020-06-12] 178: Checking user_dbs ** [23:05:20 2020-06-12] 178: Checking geocodings ** [23:05:20 2020-06-12] 178: Checking synchronizations ** [23:05:20 2020-06-12] 178: Checking tracker ** [23:05:20 2020-06-12] 178: Checking user_migrations ** [23:05:20 2020-06-12] 178: Checking batch_updates ** [23:05:20 2020-06-12] 178: Checking gears ** [23:05:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:05:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:25 2020-06-12] 178: Checking imports ** [23:05:25 2020-06-12] 178: Checking exports ** [23:05:25 2020-06-12] 178: Checking users ** [23:05:25 2020-06-12] 178: Checking user_dbs ** [23:05:25 2020-06-12] 178: Checking geocodings ** [23:05:25 2020-06-12] 178: Checking synchronizations ** [23:05:25 2020-06-12] 178: Checking tracker ** [23:05:25 2020-06-12] 178: Checking user_migrations ** [23:05:25 2020-06-12] 178: Checking batch_updates ** [23:05:25 2020-06-12] 178: Checking gears ** [23:05:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:05:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:30 2020-06-12] 178: Checking imports ** [23:05:30 2020-06-12] 178: Checking exports ** [23:05:30 2020-06-12] 178: Checking users ** [23:05:30 2020-06-12] 178: Checking user_dbs ** [23:05:30 2020-06-12] 178: Checking geocodings ** [23:05:30 2020-06-12] 178: Checking synchronizations ** [23:05:30 2020-06-12] 178: Checking tracker ** [23:05:30 2020-06-12] 178: Checking user_migrations ** [23:05:30 2020-06-12] 178: Checking batch_updates ** [23:05:30 2020-06-12] 178: Checking gears ** [23:05:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:05:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:35 2020-06-12] 178: Checking imports ** [23:05:35 2020-06-12] 178: Checking exports ** [23:05:35 2020-06-12] 178: Checking users ** [23:05:35 2020-06-12] 178: Checking user_dbs ** [23:05:35 2020-06-12] 178: Checking geocodings ** [23:05:35 2020-06-12] 178: Checking synchronizations ** [23:05:35 2020-06-12] 178: Checking tracker ** [23:05:35 2020-06-12] 178: Checking user_migrations ** [23:05:35 2020-06-12] 178: Checking batch_updates ** [23:05:35 2020-06-12] 178: Checking gears ** [23:05:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:05:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:40 2020-06-12] 178: Checking imports ** [23:05:40 2020-06-12] 178: Checking exports ** [23:05:40 2020-06-12] 178: Checking users ** [23:05:40 2020-06-12] 178: Checking user_dbs ** [23:05:40 2020-06-12] 178: Checking geocodings ** [23:05:40 2020-06-12] 178: Checking synchronizations ** [23:05:40 2020-06-12] 178: Checking tracker ** [23:05:40 2020-06-12] 178: Checking user_migrations ** [23:05:40 2020-06-12] 178: Checking batch_updates ** [23:05:40 2020-06-12] 178: Checking gears ** [23:05:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:05:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:45 2020-06-12] 178: Checking imports ** [23:05:45 2020-06-12] 178: Checking exports ** [23:05:45 2020-06-12] 178: Checking users ** [23:05:45 2020-06-12] 178: Checking user_dbs ** [23:05:45 2020-06-12] 178: Checking geocodings ** [23:05:45 2020-06-12] 178: Checking synchronizations ** [23:05:45 2020-06-12] 178: Checking tracker ** [23:05:45 2020-06-12] 178: Checking user_migrations ** [23:05:45 2020-06-12] 178: Checking batch_updates ** [23:05:45 2020-06-12] 178: Checking gears ** [23:05:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:05:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:50 2020-06-12] 178: Checking imports ** [23:05:50 2020-06-12] 178: Checking exports ** [23:05:50 2020-06-12] 178: Checking users ** [23:05:50 2020-06-12] 178: Checking user_dbs ** [23:05:50 2020-06-12] 178: Checking geocodings ** [23:05:50 2020-06-12] 178: Checking synchronizations ** [23:05:50 2020-06-12] 178: Checking tracker ** [23:05:50 2020-06-12] 178: Checking user_migrations ** [23:05:50 2020-06-12] 178: Checking batch_updates ** [23:05:50 2020-06-12] 178: Checking gears ** [23:05:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:05:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:55 2020-06-12] 178: Checking imports ** [23:05:55 2020-06-12] 178: Checking exports ** [23:05:55 2020-06-12] 178: Checking users ** [23:05:55 2020-06-12] 178: Checking user_dbs ** [23:05:55 2020-06-12] 178: Checking geocodings ** [23:05:55 2020-06-12] 178: Checking synchronizations ** [23:05:55 2020-06-12] 178: Checking tracker ** [23:05:55 2020-06-12] 178: Checking user_migrations ** [23:05:55 2020-06-12] 178: Checking batch_updates ** [23:05:55 2020-06-12] 178: Checking gears ** [23:05:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:05:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:00 2020-06-12] 178: Checking imports ** [23:06:00 2020-06-12] 178: Checking exports ** [23:06:00 2020-06-12] 178: Checking users ** [23:06:00 2020-06-12] 178: Checking user_dbs ** [23:06:00 2020-06-12] 178: Checking geocodings ** [23:06:00 2020-06-12] 178: Checking synchronizations ** [23:06:00 2020-06-12] 178: Checking tracker ** [23:06:00 2020-06-12] 178: Checking user_migrations ** [23:06:00 2020-06-12] 178: Checking batch_updates ** [23:06:00 2020-06-12] 178: Checking gears ** [23:06:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:06:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:05 2020-06-12] 178: Checking imports ** [23:06:05 2020-06-12] 178: Checking exports ** [23:06:05 2020-06-12] 178: Checking users ** [23:06:05 2020-06-12] 178: Checking user_dbs ** [23:06:05 2020-06-12] 178: Checking geocodings ** [23:06:05 2020-06-12] 178: Checking synchronizations ** [23:06:05 2020-06-12] 178: Checking tracker ** [23:06:05 2020-06-12] 178: Checking user_migrations ** [23:06:05 2020-06-12] 178: Checking batch_updates ** [23:06:05 2020-06-12] 178: Checking gears ** [23:06:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:06:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:10 2020-06-12] 178: Checking imports ** [23:06:10 2020-06-12] 178: Checking exports ** [23:06:10 2020-06-12] 178: Checking users ** [23:06:10 2020-06-12] 178: Checking user_dbs ** [23:06:10 2020-06-12] 178: Checking geocodings ** [23:06:10 2020-06-12] 178: Checking synchronizations ** [23:06:10 2020-06-12] 178: Checking tracker ** [23:06:10 2020-06-12] 178: Checking user_migrations ** [23:06:10 2020-06-12] 178: Checking batch_updates ** [23:06:10 2020-06-12] 178: Checking gears ** [23:06:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:06:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:15 2020-06-12] 178: Checking imports ** [23:06:15 2020-06-12] 178: Checking exports ** [23:06:15 2020-06-12] 178: Checking users ** [23:06:15 2020-06-12] 178: Checking user_dbs ** [23:06:15 2020-06-12] 178: Checking geocodings ** [23:06:15 2020-06-12] 178: Checking synchronizations ** [23:06:15 2020-06-12] 178: Checking tracker ** [23:06:15 2020-06-12] 178: Checking user_migrations ** [23:06:15 2020-06-12] 178: Checking batch_updates ** [23:06:15 2020-06-12] 178: Checking gears ** [23:06:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:06:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:20 2020-06-12] 178: Checking imports ** [23:06:20 2020-06-12] 178: Checking exports ** [23:06:20 2020-06-12] 178: Checking users ** [23:06:20 2020-06-12] 178: Checking user_dbs ** [23:06:20 2020-06-12] 178: Checking geocodings ** [23:06:20 2020-06-12] 178: Checking synchronizations ** [23:06:20 2020-06-12] 178: Checking tracker ** [23:06:20 2020-06-12] 178: Checking user_migrations ** [23:06:20 2020-06-12] 178: Checking batch_updates ** [23:06:20 2020-06-12] 178: Checking gears ** [23:06:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:06:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:25 2020-06-12] 178: Checking imports ** [23:06:25 2020-06-12] 178: Checking exports ** [23:06:25 2020-06-12] 178: Checking users ** [23:06:25 2020-06-12] 178: Checking user_dbs ** [23:06:25 2020-06-12] 178: Checking geocodings ** [23:06:25 2020-06-12] 178: Checking synchronizations ** [23:06:25 2020-06-12] 178: Checking tracker ** [23:06:25 2020-06-12] 178: Checking user_migrations ** [23:06:25 2020-06-12] 178: Checking batch_updates ** [23:06:25 2020-06-12] 178: Checking gears ** [23:06:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:06:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:30 2020-06-12] 178: Checking imports ** [23:06:30 2020-06-12] 178: Checking exports ** [23:06:30 2020-06-12] 178: Checking users ** [23:06:30 2020-06-12] 178: Checking user_dbs ** [23:06:30 2020-06-12] 178: Checking geocodings ** [23:06:30 2020-06-12] 178: Checking synchronizations ** [23:06:30 2020-06-12] 178: Checking tracker ** [23:06:30 2020-06-12] 178: Checking user_migrations ** [23:06:30 2020-06-12] 178: Checking batch_updates ** [23:06:30 2020-06-12] 178: Checking gears ** [23:06:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:06:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:35 2020-06-12] 178: Checking imports ** [23:06:35 2020-06-12] 178: Checking exports ** [23:06:35 2020-06-12] 178: Checking users ** [23:06:35 2020-06-12] 178: Checking user_dbs ** [23:06:35 2020-06-12] 178: Checking geocodings ** [23:06:35 2020-06-12] 178: Checking synchronizations ** [23:06:35 2020-06-12] 178: Checking tracker ** [23:06:35 2020-06-12] 178: Checking user_migrations ** [23:06:35 2020-06-12] 178: Checking batch_updates ** [23:06:35 2020-06-12] 178: Checking gears ** [23:06:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:06:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:40 2020-06-12] 178: Checking imports ** [23:06:40 2020-06-12] 178: Checking exports ** [23:06:40 2020-06-12] 178: Checking users ** [23:06:40 2020-06-12] 178: Checking user_dbs ** [23:06:40 2020-06-12] 178: Checking geocodings ** [23:06:40 2020-06-12] 178: Checking synchronizations ** [23:06:40 2020-06-12] 178: Checking tracker ** [23:06:40 2020-06-12] 178: Checking user_migrations ** [23:06:40 2020-06-12] 178: Checking batch_updates ** [23:06:40 2020-06-12] 178: Checking gears ** [23:06:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:06:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:45 2020-06-12] 178: Checking imports ** [23:06:45 2020-06-12] 178: Checking exports ** [23:06:45 2020-06-12] 178: Checking users ** [23:06:45 2020-06-12] 178: Checking user_dbs ** [23:06:45 2020-06-12] 178: Checking geocodings ** [23:06:45 2020-06-12] 178: Checking synchronizations ** [23:06:45 2020-06-12] 178: Checking tracker ** [23:06:45 2020-06-12] 178: Checking user_migrations ** [23:06:45 2020-06-12] 178: Checking batch_updates ** [23:06:45 2020-06-12] 178: Checking gears ** [23:06:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:06:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:50 2020-06-12] 178: Checking imports ** [23:06:50 2020-06-12] 178: Checking exports ** [23:06:50 2020-06-12] 178: Checking users ** [23:06:50 2020-06-12] 178: Checking user_dbs ** [23:06:50 2020-06-12] 178: Checking geocodings ** [23:06:50 2020-06-12] 178: Checking synchronizations ** [23:06:50 2020-06-12] 178: Checking tracker ** [23:06:50 2020-06-12] 178: Checking user_migrations ** [23:06:50 2020-06-12] 178: Checking batch_updates ** [23:06:50 2020-06-12] 178: Checking gears ** [23:06:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:06:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:55 2020-06-12] 178: Checking imports ** [23:06:55 2020-06-12] 178: Checking exports ** [23:06:55 2020-06-12] 178: Checking users ** [23:06:55 2020-06-12] 178: Checking user_dbs ** [23:06:55 2020-06-12] 178: Checking geocodings ** [23:06:55 2020-06-12] 178: Checking synchronizations ** [23:06:55 2020-06-12] 178: Checking tracker ** [23:06:55 2020-06-12] 178: Checking user_migrations ** [23:06:55 2020-06-12] 178: Checking batch_updates ** [23:06:55 2020-06-12] 178: Checking gears ** [23:06:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:06:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:00 2020-06-12] 178: Checking imports ** [23:07:00 2020-06-12] 178: Checking exports ** [23:07:00 2020-06-12] 178: Checking users ** [23:07:00 2020-06-12] 178: Checking user_dbs ** [23:07:00 2020-06-12] 178: Checking geocodings ** [23:07:00 2020-06-12] 178: Checking synchronizations ** [23:07:00 2020-06-12] 178: Checking tracker ** [23:07:00 2020-06-12] 178: Checking user_migrations ** [23:07:00 2020-06-12] 178: Checking batch_updates ** [23:07:00 2020-06-12] 178: Checking gears ** [23:07:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:07:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:05 2020-06-12] 178: Checking imports ** [23:07:05 2020-06-12] 178: Checking exports ** [23:07:05 2020-06-12] 178: Checking users ** [23:07:05 2020-06-12] 178: Checking user_dbs ** [23:07:05 2020-06-12] 178: Checking geocodings ** [23:07:05 2020-06-12] 178: Checking synchronizations ** [23:07:05 2020-06-12] 178: Checking tracker ** [23:07:05 2020-06-12] 178: Checking user_migrations ** [23:07:05 2020-06-12] 178: Checking batch_updates ** [23:07:05 2020-06-12] 178: Checking gears ** [23:07:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:07:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:10 2020-06-12] 178: Checking imports ** [23:07:10 2020-06-12] 178: Checking exports ** [23:07:10 2020-06-12] 178: Checking users ** [23:07:10 2020-06-12] 178: Checking user_dbs ** [23:07:10 2020-06-12] 178: Checking geocodings ** [23:07:10 2020-06-12] 178: Checking synchronizations ** [23:07:10 2020-06-12] 178: Checking tracker ** [23:07:10 2020-06-12] 178: Checking user_migrations ** [23:07:10 2020-06-12] 178: Checking batch_updates ** [23:07:10 2020-06-12] 178: Checking gears ** [23:07:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:07:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:15 2020-06-12] 178: Checking imports ** [23:07:15 2020-06-12] 178: Checking exports ** [23:07:15 2020-06-12] 178: Checking users ** [23:07:15 2020-06-12] 178: Checking user_dbs ** [23:07:15 2020-06-12] 178: Checking geocodings ** [23:07:15 2020-06-12] 178: Checking synchronizations ** [23:07:15 2020-06-12] 178: Checking tracker ** [23:07:15 2020-06-12] 178: Checking user_migrations ** [23:07:15 2020-06-12] 178: Checking batch_updates ** [23:07:15 2020-06-12] 178: Checking gears ** [23:07:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:07:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:20 2020-06-12] 178: Checking imports ** [23:07:20 2020-06-12] 178: Checking exports ** [23:07:20 2020-06-12] 178: Checking users ** [23:07:20 2020-06-12] 178: Checking user_dbs ** [23:07:20 2020-06-12] 178: Checking geocodings ** [23:07:20 2020-06-12] 178: Checking synchronizations ** [23:07:20 2020-06-12] 178: Checking tracker ** [23:07:20 2020-06-12] 178: Checking user_migrations ** [23:07:20 2020-06-12] 178: Checking batch_updates ** [23:07:20 2020-06-12] 178: Checking gears ** [23:07:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:07:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:25 2020-06-12] 178: Checking imports ** [23:07:25 2020-06-12] 178: Checking exports ** [23:07:25 2020-06-12] 178: Checking users ** [23:07:25 2020-06-12] 178: Checking user_dbs ** [23:07:25 2020-06-12] 178: Checking geocodings ** [23:07:25 2020-06-12] 178: Checking synchronizations ** [23:07:25 2020-06-12] 178: Checking tracker ** [23:07:25 2020-06-12] 178: Checking user_migrations ** [23:07:25 2020-06-12] 178: Checking batch_updates ** [23:07:25 2020-06-12] 178: Checking gears ** [23:07:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:07:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:30 2020-06-12] 178: Checking imports ** [23:07:30 2020-06-12] 178: Checking exports ** [23:07:30 2020-06-12] 178: Checking users ** [23:07:30 2020-06-12] 178: Checking user_dbs ** [23:07:30 2020-06-12] 178: Checking geocodings ** [23:07:30 2020-06-12] 178: Checking synchronizations ** [23:07:30 2020-06-12] 178: Checking tracker ** [23:07:30 2020-06-12] 178: Checking user_migrations ** [23:07:30 2020-06-12] 178: Checking batch_updates ** [23:07:30 2020-06-12] 178: Checking gears ** [23:07:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:07:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:35 2020-06-12] 178: Checking imports ** [23:07:35 2020-06-12] 178: Checking exports ** [23:07:35 2020-06-12] 178: Checking users ** [23:07:35 2020-06-12] 178: Checking user_dbs ** [23:07:35 2020-06-12] 178: Checking geocodings ** [23:07:35 2020-06-12] 178: Checking synchronizations ** [23:07:35 2020-06-12] 178: Checking tracker ** [23:07:35 2020-06-12] 178: Checking user_migrations ** [23:07:35 2020-06-12] 178: Checking batch_updates ** [23:07:35 2020-06-12] 178: Checking gears ** [23:07:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:07:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:40 2020-06-12] 178: Checking imports ** [23:07:40 2020-06-12] 178: Checking exports ** [23:07:40 2020-06-12] 178: Checking users ** [23:07:40 2020-06-12] 178: Checking user_dbs ** [23:07:40 2020-06-12] 178: Checking geocodings ** [23:07:40 2020-06-12] 178: Checking synchronizations ** [23:07:40 2020-06-12] 178: Checking tracker ** [23:07:40 2020-06-12] 178: Checking user_migrations ** [23:07:40 2020-06-12] 178: Checking batch_updates ** [23:07:40 2020-06-12] 178: Checking gears ** [23:07:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:07:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:45 2020-06-12] 178: Checking imports ** [23:07:45 2020-06-12] 178: Checking exports ** [23:07:45 2020-06-12] 178: Checking users ** [23:07:45 2020-06-12] 178: Checking user_dbs ** [23:07:45 2020-06-12] 178: Checking geocodings ** [23:07:45 2020-06-12] 178: Checking synchronizations ** [23:07:45 2020-06-12] 178: Checking tracker ** [23:07:45 2020-06-12] 178: Checking user_migrations ** [23:07:45 2020-06-12] 178: Checking batch_updates ** [23:07:45 2020-06-12] 178: Checking gears ** [23:07:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:07:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:50 2020-06-12] 178: Checking imports ** [23:07:50 2020-06-12] 178: Checking exports ** [23:07:50 2020-06-12] 178: Checking users ** [23:07:50 2020-06-12] 178: Checking user_dbs ** [23:07:50 2020-06-12] 178: Checking geocodings ** [23:07:50 2020-06-12] 178: Checking synchronizations ** [23:07:50 2020-06-12] 178: Checking tracker ** [23:07:50 2020-06-12] 178: Checking user_migrations ** [23:07:50 2020-06-12] 178: Checking batch_updates ** [23:07:50 2020-06-12] 178: Checking gears ** [23:07:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:07:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:55 2020-06-12] 178: Checking imports ** [23:07:55 2020-06-12] 178: Checking exports ** [23:07:55 2020-06-12] 178: Checking users ** [23:07:55 2020-06-12] 178: Checking user_dbs ** [23:07:55 2020-06-12] 178: Checking geocodings ** [23:07:55 2020-06-12] 178: Checking synchronizations ** [23:07:55 2020-06-12] 178: Checking tracker ** [23:07:55 2020-06-12] 178: Checking user_migrations ** [23:07:55 2020-06-12] 178: Checking batch_updates ** [23:07:55 2020-06-12] 178: Checking gears ** [23:07:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:07:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:00 2020-06-12] 178: Checking imports ** [23:08:00 2020-06-12] 178: Checking exports ** [23:08:00 2020-06-12] 178: Checking users ** [23:08:00 2020-06-12] 178: Checking user_dbs ** [23:08:00 2020-06-12] 178: Checking geocodings ** [23:08:00 2020-06-12] 178: Checking synchronizations ** [23:08:00 2020-06-12] 178: Checking tracker ** [23:08:00 2020-06-12] 178: Checking user_migrations ** [23:08:00 2020-06-12] 178: Checking batch_updates ** [23:08:00 2020-06-12] 178: Checking gears ** [23:08:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:08:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:05 2020-06-12] 178: Checking imports ** [23:08:05 2020-06-12] 178: Checking exports ** [23:08:05 2020-06-12] 178: Checking users ** [23:08:05 2020-06-12] 178: Checking user_dbs ** [23:08:05 2020-06-12] 178: Checking geocodings ** [23:08:05 2020-06-12] 178: Checking synchronizations ** [23:08:05 2020-06-12] 178: Checking tracker ** [23:08:05 2020-06-12] 178: Checking user_migrations ** [23:08:05 2020-06-12] 178: Checking batch_updates ** [23:08:05 2020-06-12] 178: Checking gears ** [23:08:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:08:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:10 2020-06-12] 178: Checking imports ** [23:08:10 2020-06-12] 178: Checking exports ** [23:08:10 2020-06-12] 178: Checking users ** [23:08:10 2020-06-12] 178: Checking user_dbs ** [23:08:10 2020-06-12] 178: Checking geocodings ** [23:08:10 2020-06-12] 178: Checking synchronizations ** [23:08:10 2020-06-12] 178: Checking tracker ** [23:08:10 2020-06-12] 178: Checking user_migrations ** [23:08:10 2020-06-12] 178: Checking batch_updates ** [23:08:10 2020-06-12] 178: Checking gears ** [23:08:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:08:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:15 2020-06-12] 178: Checking imports ** [23:08:15 2020-06-12] 178: Checking exports ** [23:08:15 2020-06-12] 178: Checking users ** [23:08:15 2020-06-12] 178: Checking user_dbs ** [23:08:15 2020-06-12] 178: Checking geocodings ** [23:08:15 2020-06-12] 178: Checking synchronizations ** [23:08:15 2020-06-12] 178: Checking tracker ** [23:08:15 2020-06-12] 178: Checking user_migrations ** [23:08:15 2020-06-12] 178: Checking batch_updates ** [23:08:15 2020-06-12] 178: Checking gears ** [23:08:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:08:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:20 2020-06-12] 178: Checking imports ** [23:08:20 2020-06-12] 178: Checking exports ** [23:08:20 2020-06-12] 178: Checking users ** [23:08:20 2020-06-12] 178: Checking user_dbs ** [23:08:20 2020-06-12] 178: Checking geocodings ** [23:08:20 2020-06-12] 178: Checking synchronizations ** [23:08:20 2020-06-12] 178: Checking tracker ** [23:08:20 2020-06-12] 178: Checking user_migrations ** [23:08:20 2020-06-12] 178: Checking batch_updates ** [23:08:20 2020-06-12] 178: Checking gears ** [23:08:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:08:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:25 2020-06-12] 178: Checking imports ** [23:08:25 2020-06-12] 178: Checking exports ** [23:08:25 2020-06-12] 178: Checking users ** [23:08:25 2020-06-12] 178: Checking user_dbs ** [23:08:25 2020-06-12] 178: Checking geocodings ** [23:08:25 2020-06-12] 178: Checking synchronizations ** [23:08:25 2020-06-12] 178: Checking tracker ** [23:08:25 2020-06-12] 178: Checking user_migrations ** [23:08:25 2020-06-12] 178: Checking batch_updates ** [23:08:25 2020-06-12] 178: Checking gears ** [23:08:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:08:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:30 2020-06-12] 178: Checking imports ** [23:08:30 2020-06-12] 178: Checking exports ** [23:08:30 2020-06-12] 178: Checking users ** [23:08:30 2020-06-12] 178: Checking user_dbs ** [23:08:30 2020-06-12] 178: Checking geocodings ** [23:08:30 2020-06-12] 178: Checking synchronizations ** [23:08:30 2020-06-12] 178: Checking tracker ** [23:08:30 2020-06-12] 178: Checking user_migrations ** [23:08:30 2020-06-12] 178: Checking batch_updates ** [23:08:30 2020-06-12] 178: Checking gears ** [23:08:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:08:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:35 2020-06-12] 178: Checking imports ** [23:08:35 2020-06-12] 178: Checking exports ** [23:08:35 2020-06-12] 178: Checking users ** [23:08:35 2020-06-12] 178: Checking user_dbs ** [23:08:35 2020-06-12] 178: Checking geocodings ** [23:08:35 2020-06-12] 178: Checking synchronizations ** [23:08:35 2020-06-12] 178: Checking tracker ** [23:08:35 2020-06-12] 178: Checking user_migrations ** [23:08:35 2020-06-12] 178: Checking batch_updates ** [23:08:35 2020-06-12] 178: Checking gears ** [23:08:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:08:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:41 2020-06-12] 178: Checking imports ** [23:08:41 2020-06-12] 178: Checking exports ** [23:08:41 2020-06-12] 178: Checking users ** [23:08:41 2020-06-12] 178: Checking user_dbs ** [23:08:41 2020-06-12] 178: Checking geocodings ** [23:08:41 2020-06-12] 178: Checking synchronizations ** [23:08:41 2020-06-12] 178: Checking tracker ** [23:08:41 2020-06-12] 178: Checking user_migrations ** [23:08:41 2020-06-12] 178: Checking batch_updates ** [23:08:41 2020-06-12] 178: Checking gears ** [23:08:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:08:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:46 2020-06-12] 178: Checking imports ** [23:08:46 2020-06-12] 178: Checking exports ** [23:08:46 2020-06-12] 178: Checking users ** [23:08:46 2020-06-12] 178: Checking user_dbs ** [23:08:46 2020-06-12] 178: Checking geocodings ** [23:08:46 2020-06-12] 178: Checking synchronizations ** [23:08:46 2020-06-12] 178: Checking tracker ** [23:08:46 2020-06-12] 178: Checking user_migrations ** [23:08:46 2020-06-12] 178: Checking batch_updates ** [23:08:46 2020-06-12] 178: Checking gears ** [23:08:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:08:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:51 2020-06-12] 178: Checking imports ** [23:08:51 2020-06-12] 178: Checking exports ** [23:08:51 2020-06-12] 178: Checking users ** [23:08:51 2020-06-12] 178: Checking user_dbs ** [23:08:51 2020-06-12] 178: Checking geocodings ** [23:08:51 2020-06-12] 178: Checking synchronizations ** [23:08:51 2020-06-12] 178: Checking tracker ** [23:08:51 2020-06-12] 178: Checking user_migrations ** [23:08:51 2020-06-12] 178: Checking batch_updates ** [23:08:51 2020-06-12] 178: Checking gears ** [23:08:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:08:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:56 2020-06-12] 178: Checking imports ** [23:08:56 2020-06-12] 178: Checking exports ** [23:08:56 2020-06-12] 178: Checking users ** [23:08:56 2020-06-12] 178: Checking user_dbs ** [23:08:56 2020-06-12] 178: Checking geocodings ** [23:08:56 2020-06-12] 178: Checking synchronizations ** [23:08:56 2020-06-12] 178: Checking tracker ** [23:08:56 2020-06-12] 178: Checking user_migrations ** [23:08:56 2020-06-12] 178: Checking batch_updates ** [23:08:56 2020-06-12] 178: Checking gears ** [23:08:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:08:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:01 2020-06-12] 178: Checking imports ** [23:09:01 2020-06-12] 178: Checking exports ** [23:09:01 2020-06-12] 178: Checking users ** [23:09:01 2020-06-12] 178: Checking user_dbs ** [23:09:01 2020-06-12] 178: Checking geocodings ** [23:09:01 2020-06-12] 178: Checking synchronizations ** [23:09:01 2020-06-12] 178: Checking tracker ** [23:09:01 2020-06-12] 178: Checking user_migrations ** [23:09:01 2020-06-12] 178: Checking batch_updates ** [23:09:01 2020-06-12] 178: Checking gears ** [23:09:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:09:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:06 2020-06-12] 178: Checking imports ** [23:09:06 2020-06-12] 178: Checking exports ** [23:09:06 2020-06-12] 178: Checking users ** [23:09:06 2020-06-12] 178: Checking user_dbs ** [23:09:06 2020-06-12] 178: Checking geocodings ** [23:09:06 2020-06-12] 178: Checking synchronizations ** [23:09:06 2020-06-12] 178: Checking tracker ** [23:09:06 2020-06-12] 178: Checking user_migrations ** [23:09:06 2020-06-12] 178: Checking batch_updates ** [23:09:06 2020-06-12] 178: Checking gears ** [23:09:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:09:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:11 2020-06-12] 178: Checking imports ** [23:09:11 2020-06-12] 178: Checking exports ** [23:09:11 2020-06-12] 178: Checking users ** [23:09:11 2020-06-12] 178: Checking user_dbs ** [23:09:11 2020-06-12] 178: Checking geocodings ** [23:09:11 2020-06-12] 178: Checking synchronizations ** [23:09:11 2020-06-12] 178: Checking tracker ** [23:09:11 2020-06-12] 178: Checking user_migrations ** [23:09:11 2020-06-12] 178: Checking batch_updates ** [23:09:11 2020-06-12] 178: Checking gears ** [23:09:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:09:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:16 2020-06-12] 178: Checking imports ** [23:09:16 2020-06-12] 178: Checking exports ** [23:09:16 2020-06-12] 178: Checking users ** [23:09:16 2020-06-12] 178: Checking user_dbs ** [23:09:16 2020-06-12] 178: Checking geocodings ** [23:09:16 2020-06-12] 178: Checking synchronizations ** [23:09:16 2020-06-12] 178: Checking tracker ** [23:09:16 2020-06-12] 178: Checking user_migrations ** [23:09:16 2020-06-12] 178: Checking batch_updates ** [23:09:16 2020-06-12] 178: Checking gears ** [23:09:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:09:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:21 2020-06-12] 178: Checking imports ** [23:09:21 2020-06-12] 178: Checking exports ** [23:09:21 2020-06-12] 178: Checking users ** [23:09:21 2020-06-12] 178: Checking user_dbs ** [23:09:21 2020-06-12] 178: Checking geocodings ** [23:09:21 2020-06-12] 178: Checking synchronizations ** [23:09:21 2020-06-12] 178: Checking tracker ** [23:09:21 2020-06-12] 178: Checking user_migrations ** [23:09:21 2020-06-12] 178: Checking batch_updates ** [23:09:21 2020-06-12] 178: Checking gears ** [23:09:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:09:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:26 2020-06-12] 178: Checking imports ** [23:09:26 2020-06-12] 178: Checking exports ** [23:09:26 2020-06-12] 178: Checking users ** [23:09:26 2020-06-12] 178: Checking user_dbs ** [23:09:26 2020-06-12] 178: Checking geocodings ** [23:09:26 2020-06-12] 178: Checking synchronizations ** [23:09:26 2020-06-12] 178: Checking tracker ** [23:09:26 2020-06-12] 178: Checking user_migrations ** [23:09:26 2020-06-12] 178: Checking batch_updates ** [23:09:26 2020-06-12] 178: Checking gears ** [23:09:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:09:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:31 2020-06-12] 178: Checking imports ** [23:09:31 2020-06-12] 178: Checking exports ** [23:09:31 2020-06-12] 178: Checking users ** [23:09:31 2020-06-12] 178: Checking user_dbs ** [23:09:31 2020-06-12] 178: Checking geocodings ** [23:09:31 2020-06-12] 178: Checking synchronizations ** [23:09:31 2020-06-12] 178: Checking tracker ** [23:09:31 2020-06-12] 178: Checking user_migrations ** [23:09:31 2020-06-12] 178: Checking batch_updates ** [23:09:31 2020-06-12] 178: Checking gears ** [23:09:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:09:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:36 2020-06-12] 178: Checking imports ** [23:09:36 2020-06-12] 178: Checking exports ** [23:09:36 2020-06-12] 178: Checking users ** [23:09:36 2020-06-12] 178: Checking user_dbs ** [23:09:36 2020-06-12] 178: Checking geocodings ** [23:09:36 2020-06-12] 178: Checking synchronizations ** [23:09:36 2020-06-12] 178: Checking tracker ** [23:09:36 2020-06-12] 178: Checking user_migrations ** [23:09:36 2020-06-12] 178: Checking batch_updates ** [23:09:36 2020-06-12] 178: Checking gears ** [23:09:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:09:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:41 2020-06-12] 178: Checking imports ** [23:09:41 2020-06-12] 178: Checking exports ** [23:09:41 2020-06-12] 178: Checking users ** [23:09:41 2020-06-12] 178: Checking user_dbs ** [23:09:41 2020-06-12] 178: Checking geocodings ** [23:09:41 2020-06-12] 178: Checking synchronizations ** [23:09:41 2020-06-12] 178: Checking tracker ** [23:09:41 2020-06-12] 178: Checking user_migrations ** [23:09:41 2020-06-12] 178: Checking batch_updates ** [23:09:41 2020-06-12] 178: Checking gears ** [23:09:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:09:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:46 2020-06-12] 178: Checking imports ** [23:09:46 2020-06-12] 178: Checking exports ** [23:09:46 2020-06-12] 178: Checking users ** [23:09:46 2020-06-12] 178: Checking user_dbs ** [23:09:46 2020-06-12] 178: Checking geocodings ** [23:09:46 2020-06-12] 178: Checking synchronizations ** [23:09:46 2020-06-12] 178: Checking tracker ** [23:09:46 2020-06-12] 178: Checking user_migrations ** [23:09:46 2020-06-12] 178: Checking batch_updates ** [23:09:46 2020-06-12] 178: Checking gears ** [23:09:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:09:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:51 2020-06-12] 178: Checking imports ** [23:09:51 2020-06-12] 178: Checking exports ** [23:09:51 2020-06-12] 178: Checking users ** [23:09:51 2020-06-12] 178: Checking user_dbs ** [23:09:51 2020-06-12] 178: Checking geocodings ** [23:09:51 2020-06-12] 178: Checking synchronizations ** [23:09:51 2020-06-12] 178: Checking tracker ** [23:09:51 2020-06-12] 178: Checking user_migrations ** [23:09:51 2020-06-12] 178: Checking batch_updates ** [23:09:51 2020-06-12] 178: Checking gears ** [23:09:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:09:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:56 2020-06-12] 178: Checking imports ** [23:09:56 2020-06-12] 178: Checking exports ** [23:09:56 2020-06-12] 178: Checking users ** [23:09:56 2020-06-12] 178: Checking user_dbs ** [23:09:56 2020-06-12] 178: Checking geocodings ** [23:09:56 2020-06-12] 178: Checking synchronizations ** [23:09:56 2020-06-12] 178: Checking tracker ** [23:09:56 2020-06-12] 178: Checking user_migrations ** [23:09:56 2020-06-12] 178: Checking batch_updates ** [23:09:56 2020-06-12] 178: Checking gears ** [23:09:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:09:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:01 2020-06-12] 178: Checking imports ** [23:10:01 2020-06-12] 178: Checking exports ** [23:10:01 2020-06-12] 178: Checking users ** [23:10:01 2020-06-12] 178: Checking user_dbs ** [23:10:01 2020-06-12] 178: Checking geocodings ** [23:10:01 2020-06-12] 178: Checking synchronizations ** [23:10:01 2020-06-12] 178: Checking tracker ** [23:10:01 2020-06-12] 178: Checking user_migrations ** [23:10:01 2020-06-12] 178: Checking batch_updates ** [23:10:01 2020-06-12] 178: Checking gears ** [23:10:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:10:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:06 2020-06-12] 178: Checking imports ** [23:10:06 2020-06-12] 178: Checking exports ** [23:10:06 2020-06-12] 178: Checking users ** [23:10:06 2020-06-12] 178: Checking user_dbs ** [23:10:06 2020-06-12] 178: Checking geocodings ** [23:10:06 2020-06-12] 178: Checking synchronizations ** [23:10:06 2020-06-12] 178: Checking tracker ** [23:10:06 2020-06-12] 178: Checking user_migrations ** [23:10:06 2020-06-12] 178: Checking batch_updates ** [23:10:06 2020-06-12] 178: Checking gears ** [23:10:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:10:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:11 2020-06-12] 178: Checking imports ** [23:10:11 2020-06-12] 178: Checking exports ** [23:10:11 2020-06-12] 178: Checking users ** [23:10:11 2020-06-12] 178: Checking user_dbs ** [23:10:11 2020-06-12] 178: Checking geocodings ** [23:10:11 2020-06-12] 178: Checking synchronizations ** [23:10:11 2020-06-12] 178: Checking tracker ** [23:10:11 2020-06-12] 178: Checking user_migrations ** [23:10:11 2020-06-12] 178: Checking batch_updates ** [23:10:11 2020-06-12] 178: Checking gears ** [23:10:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:10:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:16 2020-06-12] 178: Checking imports ** [23:10:16 2020-06-12] 178: Checking exports ** [23:10:16 2020-06-12] 178: Checking users ** [23:10:16 2020-06-12] 178: Checking user_dbs ** [23:10:16 2020-06-12] 178: Checking geocodings ** [23:10:16 2020-06-12] 178: Checking synchronizations ** [23:10:16 2020-06-12] 178: Checking tracker ** [23:10:16 2020-06-12] 178: Checking user_migrations ** [23:10:16 2020-06-12] 178: Checking batch_updates ** [23:10:16 2020-06-12] 178: Checking gears ** [23:10:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:10:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:21 2020-06-12] 178: Checking imports ** [23:10:21 2020-06-12] 178: Checking exports ** [23:10:21 2020-06-12] 178: Checking users ** [23:10:21 2020-06-12] 178: Checking user_dbs ** [23:10:21 2020-06-12] 178: Checking geocodings ** [23:10:21 2020-06-12] 178: Checking synchronizations ** [23:10:21 2020-06-12] 178: Checking tracker ** [23:10:21 2020-06-12] 178: Checking user_migrations ** [23:10:21 2020-06-12] 178: Checking batch_updates ** [23:10:21 2020-06-12] 178: Checking gears ** [23:10:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:10:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:26 2020-06-12] 178: Checking imports ** [23:10:26 2020-06-12] 178: Checking exports ** [23:10:26 2020-06-12] 178: Checking users ** [23:10:26 2020-06-12] 178: Checking user_dbs ** [23:10:26 2020-06-12] 178: Checking geocodings ** [23:10:26 2020-06-12] 178: Checking synchronizations ** [23:10:26 2020-06-12] 178: Checking tracker ** [23:10:26 2020-06-12] 178: Checking user_migrations ** [23:10:26 2020-06-12] 178: Checking batch_updates ** [23:10:26 2020-06-12] 178: Checking gears ** [23:10:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:10:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:31 2020-06-12] 178: Checking imports ** [23:10:31 2020-06-12] 178: Checking exports ** [23:10:31 2020-06-12] 178: Checking users ** [23:10:31 2020-06-12] 178: Checking user_dbs ** [23:10:31 2020-06-12] 178: Checking geocodings ** [23:10:31 2020-06-12] 178: Checking synchronizations ** [23:10:31 2020-06-12] 178: Checking tracker ** [23:10:31 2020-06-12] 178: Checking user_migrations ** [23:10:31 2020-06-12] 178: Checking batch_updates ** [23:10:31 2020-06-12] 178: Checking gears ** [23:10:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:10:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:36 2020-06-12] 178: Checking imports ** [23:10:36 2020-06-12] 178: Checking exports ** [23:10:36 2020-06-12] 178: Checking users ** [23:10:36 2020-06-12] 178: Checking user_dbs ** [23:10:36 2020-06-12] 178: Checking geocodings ** [23:10:36 2020-06-12] 178: Checking synchronizations ** [23:10:36 2020-06-12] 178: Checking tracker ** [23:10:36 2020-06-12] 178: Checking user_migrations ** [23:10:36 2020-06-12] 178: Checking batch_updates ** [23:10:36 2020-06-12] 178: Checking gears ** [23:10:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:10:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:41 2020-06-12] 178: Checking imports ** [23:10:41 2020-06-12] 178: Checking exports ** [23:10:41 2020-06-12] 178: Checking users ** [23:10:41 2020-06-12] 178: Checking user_dbs ** [23:10:41 2020-06-12] 178: Checking geocodings ** [23:10:41 2020-06-12] 178: Checking synchronizations ** [23:10:41 2020-06-12] 178: Checking tracker ** [23:10:41 2020-06-12] 178: Checking user_migrations ** [23:10:41 2020-06-12] 178: Checking batch_updates ** [23:10:41 2020-06-12] 178: Checking gears ** [23:10:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:10:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:46 2020-06-12] 178: Checking imports ** [23:10:46 2020-06-12] 178: Checking exports ** [23:10:46 2020-06-12] 178: Checking users ** [23:10:46 2020-06-12] 178: Checking user_dbs ** [23:10:46 2020-06-12] 178: Checking geocodings ** [23:10:46 2020-06-12] 178: Checking synchronizations ** [23:10:46 2020-06-12] 178: Checking tracker ** [23:10:46 2020-06-12] 178: Checking user_migrations ** [23:10:46 2020-06-12] 178: Checking batch_updates ** [23:10:46 2020-06-12] 178: Checking gears ** [23:10:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:10:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:51 2020-06-12] 178: Checking imports ** [23:10:51 2020-06-12] 178: Checking exports ** [23:10:51 2020-06-12] 178: Checking users ** [23:10:51 2020-06-12] 178: Checking user_dbs ** [23:10:51 2020-06-12] 178: Checking geocodings ** [23:10:51 2020-06-12] 178: Checking synchronizations ** [23:10:51 2020-06-12] 178: Checking tracker ** [23:10:51 2020-06-12] 178: Checking user_migrations ** [23:10:51 2020-06-12] 178: Checking batch_updates ** [23:10:51 2020-06-12] 178: Checking gears ** [23:10:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:10:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:56 2020-06-12] 178: Checking imports ** [23:10:56 2020-06-12] 178: Checking exports ** [23:10:56 2020-06-12] 178: Checking users ** [23:10:56 2020-06-12] 178: Checking user_dbs ** [23:10:56 2020-06-12] 178: Checking geocodings ** [23:10:56 2020-06-12] 178: Checking synchronizations ** [23:10:56 2020-06-12] 178: Checking tracker ** [23:10:56 2020-06-12] 178: Checking user_migrations ** [23:10:56 2020-06-12] 178: Checking batch_updates ** [23:10:56 2020-06-12] 178: Checking gears ** [23:10:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:10:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:01 2020-06-12] 178: Checking imports ** [23:11:01 2020-06-12] 178: Checking exports ** [23:11:01 2020-06-12] 178: Checking users ** [23:11:01 2020-06-12] 178: Checking user_dbs ** [23:11:01 2020-06-12] 178: Checking geocodings ** [23:11:01 2020-06-12] 178: Checking synchronizations ** [23:11:01 2020-06-12] 178: Checking tracker ** [23:11:01 2020-06-12] 178: Checking user_migrations ** [23:11:01 2020-06-12] 178: Checking batch_updates ** [23:11:01 2020-06-12] 178: Checking gears ** [23:11:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:11:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:06 2020-06-12] 178: Checking imports ** [23:11:06 2020-06-12] 178: Checking exports ** [23:11:06 2020-06-12] 178: Checking users ** [23:11:06 2020-06-12] 178: Checking user_dbs ** [23:11:06 2020-06-12] 178: Checking geocodings ** [23:11:06 2020-06-12] 178: Checking synchronizations ** [23:11:06 2020-06-12] 178: Checking tracker ** [23:11:06 2020-06-12] 178: Checking user_migrations ** [23:11:06 2020-06-12] 178: Checking batch_updates ** [23:11:06 2020-06-12] 178: Checking gears ** [23:11:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:11:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:11 2020-06-12] 178: Checking imports ** [23:11:11 2020-06-12] 178: Checking exports ** [23:11:11 2020-06-12] 178: Checking users ** [23:11:11 2020-06-12] 178: Checking user_dbs ** [23:11:11 2020-06-12] 178: Checking geocodings ** [23:11:11 2020-06-12] 178: Checking synchronizations ** [23:11:11 2020-06-12] 178: Checking tracker ** [23:11:11 2020-06-12] 178: Checking user_migrations ** [23:11:11 2020-06-12] 178: Checking batch_updates ** [23:11:11 2020-06-12] 178: Checking gears ** [23:11:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:11:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:16 2020-06-12] 178: Checking imports ** [23:11:16 2020-06-12] 178: Checking exports ** [23:11:16 2020-06-12] 178: Checking users ** [23:11:16 2020-06-12] 178: Checking user_dbs ** [23:11:16 2020-06-12] 178: Checking geocodings ** [23:11:16 2020-06-12] 178: Checking synchronizations ** [23:11:16 2020-06-12] 178: Checking tracker ** [23:11:16 2020-06-12] 178: Checking user_migrations ** [23:11:16 2020-06-12] 178: Checking batch_updates ** [23:11:16 2020-06-12] 178: Checking gears ** [23:11:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:11:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:21 2020-06-12] 178: Checking imports ** [23:11:21 2020-06-12] 178: Checking exports ** [23:11:21 2020-06-12] 178: Checking users ** [23:11:21 2020-06-12] 178: Checking user_dbs ** [23:11:21 2020-06-12] 178: Checking geocodings ** [23:11:21 2020-06-12] 178: Checking synchronizations ** [23:11:21 2020-06-12] 178: Checking tracker ** [23:11:21 2020-06-12] 178: Checking user_migrations ** [23:11:21 2020-06-12] 178: Checking batch_updates ** [23:11:21 2020-06-12] 178: Checking gears ** [23:11:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:11:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:26 2020-06-12] 178: Checking imports ** [23:11:26 2020-06-12] 178: Checking exports ** [23:11:26 2020-06-12] 178: Checking users ** [23:11:26 2020-06-12] 178: Checking user_dbs ** [23:11:26 2020-06-12] 178: Checking geocodings ** [23:11:26 2020-06-12] 178: Checking synchronizations ** [23:11:26 2020-06-12] 178: Checking tracker ** [23:11:26 2020-06-12] 178: Checking user_migrations ** [23:11:26 2020-06-12] 178: Checking batch_updates ** [23:11:26 2020-06-12] 178: Checking gears ** [23:11:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:11:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:31 2020-06-12] 178: Checking imports ** [23:11:31 2020-06-12] 178: Checking exports ** [23:11:31 2020-06-12] 178: Checking users ** [23:11:31 2020-06-12] 178: Checking user_dbs ** [23:11:31 2020-06-12] 178: Checking geocodings ** [23:11:31 2020-06-12] 178: Checking synchronizations ** [23:11:31 2020-06-12] 178: Checking tracker ** [23:11:31 2020-06-12] 178: Checking user_migrations ** [23:11:31 2020-06-12] 178: Checking batch_updates ** [23:11:31 2020-06-12] 178: Checking gears ** [23:11:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:11:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:36 2020-06-12] 178: Checking imports ** [23:11:36 2020-06-12] 178: Checking exports ** [23:11:36 2020-06-12] 178: Checking users ** [23:11:36 2020-06-12] 178: Checking user_dbs ** [23:11:36 2020-06-12] 178: Checking geocodings ** [23:11:36 2020-06-12] 178: Checking synchronizations ** [23:11:36 2020-06-12] 178: Checking tracker ** [23:11:36 2020-06-12] 178: Checking user_migrations ** [23:11:36 2020-06-12] 178: Checking batch_updates ** [23:11:36 2020-06-12] 178: Checking gears ** [23:11:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:11:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:41 2020-06-12] 178: Checking imports ** [23:11:41 2020-06-12] 178: Checking exports ** [23:11:41 2020-06-12] 178: Checking users ** [23:11:41 2020-06-12] 178: Checking user_dbs ** [23:11:41 2020-06-12] 178: Checking geocodings ** [23:11:41 2020-06-12] 178: Checking synchronizations ** [23:11:41 2020-06-12] 178: Checking tracker ** [23:11:41 2020-06-12] 178: Checking user_migrations ** [23:11:41 2020-06-12] 178: Checking batch_updates ** [23:11:41 2020-06-12] 178: Checking gears ** [23:11:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:11:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:46 2020-06-12] 178: Checking imports ** [23:11:46 2020-06-12] 178: Checking exports ** [23:11:46 2020-06-12] 178: Checking users ** [23:11:46 2020-06-12] 178: Checking user_dbs ** [23:11:46 2020-06-12] 178: Checking geocodings ** [23:11:46 2020-06-12] 178: Checking synchronizations ** [23:11:46 2020-06-12] 178: Checking tracker ** [23:11:46 2020-06-12] 178: Checking user_migrations ** [23:11:46 2020-06-12] 178: Checking batch_updates ** [23:11:46 2020-06-12] 178: Checking gears ** [23:11:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:11:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:51 2020-06-12] 178: Checking imports ** [23:11:51 2020-06-12] 178: Checking exports ** [23:11:51 2020-06-12] 178: Checking users ** [23:11:51 2020-06-12] 178: Checking user_dbs ** [23:11:51 2020-06-12] 178: Checking geocodings ** [23:11:51 2020-06-12] 178: Checking synchronizations ** [23:11:51 2020-06-12] 178: Checking tracker ** [23:11:51 2020-06-12] 178: Checking user_migrations ** [23:11:51 2020-06-12] 178: Checking batch_updates ** [23:11:51 2020-06-12] 178: Checking gears ** [23:11:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:11:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:56 2020-06-12] 178: Checking imports ** [23:11:56 2020-06-12] 178: Checking exports ** [23:11:56 2020-06-12] 178: Checking users ** [23:11:56 2020-06-12] 178: Checking user_dbs ** [23:11:56 2020-06-12] 178: Checking geocodings ** [23:11:56 2020-06-12] 178: Checking synchronizations ** [23:11:56 2020-06-12] 178: Checking tracker ** [23:11:56 2020-06-12] 178: Checking user_migrations ** [23:11:56 2020-06-12] 178: Checking batch_updates ** [23:11:56 2020-06-12] 178: Checking gears ** [23:11:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:11:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:01 2020-06-12] 178: Checking imports ** [23:12:01 2020-06-12] 178: Checking exports ** [23:12:01 2020-06-12] 178: Checking users ** [23:12:01 2020-06-12] 178: Checking user_dbs ** [23:12:01 2020-06-12] 178: Checking geocodings ** [23:12:01 2020-06-12] 178: Checking synchronizations ** [23:12:01 2020-06-12] 178: Checking tracker ** [23:12:01 2020-06-12] 178: Checking user_migrations ** [23:12:01 2020-06-12] 178: Checking batch_updates ** [23:12:01 2020-06-12] 178: Checking gears ** [23:12:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:12:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:06 2020-06-12] 178: Checking imports ** [23:12:06 2020-06-12] 178: Checking exports ** [23:12:06 2020-06-12] 178: Checking users ** [23:12:06 2020-06-12] 178: Checking user_dbs ** [23:12:06 2020-06-12] 178: Checking geocodings ** [23:12:06 2020-06-12] 178: Checking synchronizations ** [23:12:06 2020-06-12] 178: Checking tracker ** [23:12:06 2020-06-12] 178: Checking user_migrations ** [23:12:06 2020-06-12] 178: Checking batch_updates ** [23:12:06 2020-06-12] 178: Checking gears ** [23:12:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:12:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:11 2020-06-12] 178: Checking imports ** [23:12:11 2020-06-12] 178: Checking exports ** [23:12:11 2020-06-12] 178: Checking users ** [23:12:11 2020-06-12] 178: Checking user_dbs ** [23:12:11 2020-06-12] 178: Checking geocodings ** [23:12:11 2020-06-12] 178: Checking synchronizations ** [23:12:11 2020-06-12] 178: Checking tracker ** [23:12:11 2020-06-12] 178: Checking user_migrations ** [23:12:11 2020-06-12] 178: Checking batch_updates ** [23:12:11 2020-06-12] 178: Checking gears ** [23:12:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:12:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:16 2020-06-12] 178: Checking imports ** [23:12:16 2020-06-12] 178: Checking exports ** [23:12:16 2020-06-12] 178: Checking users ** [23:12:16 2020-06-12] 178: Checking user_dbs ** [23:12:16 2020-06-12] 178: Checking geocodings ** [23:12:16 2020-06-12] 178: Checking synchronizations ** [23:12:16 2020-06-12] 178: Checking tracker ** [23:12:16 2020-06-12] 178: Checking user_migrations ** [23:12:16 2020-06-12] 178: Checking batch_updates ** [23:12:16 2020-06-12] 178: Checking gears ** [23:12:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:12:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:21 2020-06-12] 178: Checking imports ** [23:12:21 2020-06-12] 178: Checking exports ** [23:12:21 2020-06-12] 178: Checking users ** [23:12:21 2020-06-12] 178: Checking user_dbs ** [23:12:21 2020-06-12] 178: Checking geocodings ** [23:12:21 2020-06-12] 178: Checking synchronizations ** [23:12:21 2020-06-12] 178: Checking tracker ** [23:12:21 2020-06-12] 178: Checking user_migrations ** [23:12:21 2020-06-12] 178: Checking batch_updates ** [23:12:21 2020-06-12] 178: Checking gears ** [23:12:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:12:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:26 2020-06-12] 178: Checking imports ** [23:12:26 2020-06-12] 178: Checking exports ** [23:12:26 2020-06-12] 178: Checking users ** [23:12:26 2020-06-12] 178: Checking user_dbs ** [23:12:26 2020-06-12] 178: Checking geocodings ** [23:12:26 2020-06-12] 178: Checking synchronizations ** [23:12:26 2020-06-12] 178: Checking tracker ** [23:12:26 2020-06-12] 178: Checking user_migrations ** [23:12:26 2020-06-12] 178: Checking batch_updates ** [23:12:26 2020-06-12] 178: Checking gears ** [23:12:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:12:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:31 2020-06-12] 178: Checking imports ** [23:12:31 2020-06-12] 178: Checking exports ** [23:12:31 2020-06-12] 178: Checking users ** [23:12:31 2020-06-12] 178: Checking user_dbs ** [23:12:31 2020-06-12] 178: Checking geocodings ** [23:12:31 2020-06-12] 178: Checking synchronizations ** [23:12:31 2020-06-12] 178: Checking tracker ** [23:12:31 2020-06-12] 178: Checking user_migrations ** [23:12:31 2020-06-12] 178: Checking batch_updates ** [23:12:31 2020-06-12] 178: Checking gears ** [23:12:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:12:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:36 2020-06-12] 178: Checking imports ** [23:12:36 2020-06-12] 178: Checking exports ** [23:12:36 2020-06-12] 178: Checking users ** [23:12:36 2020-06-12] 178: Checking user_dbs ** [23:12:36 2020-06-12] 178: Checking geocodings ** [23:12:36 2020-06-12] 178: Checking synchronizations ** [23:12:36 2020-06-12] 178: Checking tracker ** [23:12:36 2020-06-12] 178: Checking user_migrations ** [23:12:36 2020-06-12] 178: Checking batch_updates ** [23:12:36 2020-06-12] 178: Checking gears ** [23:12:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:12:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:41 2020-06-12] 178: Checking imports ** [23:12:41 2020-06-12] 178: Checking exports ** [23:12:41 2020-06-12] 178: Checking users ** [23:12:41 2020-06-12] 178: Checking user_dbs ** [23:12:41 2020-06-12] 178: Checking geocodings ** [23:12:41 2020-06-12] 178: Checking synchronizations ** [23:12:41 2020-06-12] 178: Checking tracker ** [23:12:41 2020-06-12] 178: Checking user_migrations ** [23:12:41 2020-06-12] 178: Checking batch_updates ** [23:12:41 2020-06-12] 178: Checking gears ** [23:12:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:12:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:46 2020-06-12] 178: Checking imports ** [23:12:46 2020-06-12] 178: Checking exports ** [23:12:46 2020-06-12] 178: Checking users ** [23:12:46 2020-06-12] 178: Checking user_dbs ** [23:12:46 2020-06-12] 178: Checking geocodings ** [23:12:46 2020-06-12] 178: Checking synchronizations ** [23:12:46 2020-06-12] 178: Checking tracker ** [23:12:46 2020-06-12] 178: Checking user_migrations ** [23:12:46 2020-06-12] 178: Checking batch_updates ** [23:12:46 2020-06-12] 178: Checking gears ** [23:12:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:12:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:51 2020-06-12] 178: Checking imports ** [23:12:51 2020-06-12] 178: Checking exports ** [23:12:51 2020-06-12] 178: Checking users ** [23:12:51 2020-06-12] 178: Checking user_dbs ** [23:12:51 2020-06-12] 178: Checking geocodings ** [23:12:51 2020-06-12] 178: Checking synchronizations ** [23:12:51 2020-06-12] 178: Checking tracker ** [23:12:51 2020-06-12] 178: Checking user_migrations ** [23:12:51 2020-06-12] 178: Checking batch_updates ** [23:12:51 2020-06-12] 178: Checking gears ** [23:12:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:12:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:56 2020-06-12] 178: Checking imports ** [23:12:56 2020-06-12] 178: Checking exports ** [23:12:56 2020-06-12] 178: Checking users ** [23:12:56 2020-06-12] 178: Checking user_dbs ** [23:12:56 2020-06-12] 178: Checking geocodings ** [23:12:56 2020-06-12] 178: Checking synchronizations ** [23:12:56 2020-06-12] 178: Checking tracker ** [23:12:56 2020-06-12] 178: Checking user_migrations ** [23:12:56 2020-06-12] 178: Checking batch_updates ** [23:12:56 2020-06-12] 178: Checking gears ** [23:12:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:12:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:01 2020-06-12] 178: Checking imports ** [23:13:01 2020-06-12] 178: Checking exports ** [23:13:01 2020-06-12] 178: Checking users ** [23:13:01 2020-06-12] 178: Checking user_dbs ** [23:13:01 2020-06-12] 178: Checking geocodings ** [23:13:01 2020-06-12] 178: Checking synchronizations ** [23:13:01 2020-06-12] 178: Checking tracker ** [23:13:01 2020-06-12] 178: Checking user_migrations ** [23:13:01 2020-06-12] 178: Checking batch_updates ** [23:13:01 2020-06-12] 178: Checking gears ** [23:13:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:13:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:06 2020-06-12] 178: Checking imports ** [23:13:06 2020-06-12] 178: Checking exports ** [23:13:06 2020-06-12] 178: Checking users ** [23:13:06 2020-06-12] 178: Checking user_dbs ** [23:13:06 2020-06-12] 178: Checking geocodings ** [23:13:06 2020-06-12] 178: Checking synchronizations ** [23:13:06 2020-06-12] 178: Checking tracker ** [23:13:06 2020-06-12] 178: Checking user_migrations ** [23:13:06 2020-06-12] 178: Checking batch_updates ** [23:13:06 2020-06-12] 178: Checking gears ** [23:13:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:13:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:11 2020-06-12] 178: Checking imports ** [23:13:11 2020-06-12] 178: Checking exports ** [23:13:11 2020-06-12] 178: Checking users ** [23:13:11 2020-06-12] 178: Checking user_dbs ** [23:13:11 2020-06-12] 178: Checking geocodings ** [23:13:11 2020-06-12] 178: Checking synchronizations ** [23:13:11 2020-06-12] 178: Checking tracker ** [23:13:11 2020-06-12] 178: Checking user_migrations ** [23:13:11 2020-06-12] 178: Checking batch_updates ** [23:13:11 2020-06-12] 178: Checking gears ** [23:13:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:13:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:16 2020-06-12] 178: Checking imports ** [23:13:16 2020-06-12] 178: Checking exports ** [23:13:16 2020-06-12] 178: Checking users ** [23:13:16 2020-06-12] 178: Checking user_dbs ** [23:13:16 2020-06-12] 178: Checking geocodings ** [23:13:16 2020-06-12] 178: Checking synchronizations ** [23:13:16 2020-06-12] 178: Checking tracker ** [23:13:16 2020-06-12] 178: Checking user_migrations ** [23:13:16 2020-06-12] 178: Checking batch_updates ** [23:13:16 2020-06-12] 178: Checking gears ** [23:13:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:13:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:21 2020-06-12] 178: Checking imports ** [23:13:21 2020-06-12] 178: Checking exports ** [23:13:21 2020-06-12] 178: Checking users ** [23:13:21 2020-06-12] 178: Checking user_dbs ** [23:13:21 2020-06-12] 178: Checking geocodings ** [23:13:21 2020-06-12] 178: Checking synchronizations ** [23:13:21 2020-06-12] 178: Checking tracker ** [23:13:21 2020-06-12] 178: Checking user_migrations ** [23:13:21 2020-06-12] 178: Checking batch_updates ** [23:13:21 2020-06-12] 178: Checking gears ** [23:13:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:13:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:26 2020-06-12] 178: Checking imports ** [23:13:26 2020-06-12] 178: Checking exports ** [23:13:26 2020-06-12] 178: Checking users ** [23:13:26 2020-06-12] 178: Checking user_dbs ** [23:13:26 2020-06-12] 178: Checking geocodings ** [23:13:26 2020-06-12] 178: Checking synchronizations ** [23:13:26 2020-06-12] 178: Checking tracker ** [23:13:26 2020-06-12] 178: Checking user_migrations ** [23:13:26 2020-06-12] 178: Checking batch_updates ** [23:13:26 2020-06-12] 178: Checking gears ** [23:13:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:13:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:31 2020-06-12] 178: Checking imports ** [23:13:31 2020-06-12] 178: Checking exports ** [23:13:31 2020-06-12] 178: Checking users ** [23:13:31 2020-06-12] 178: Checking user_dbs ** [23:13:31 2020-06-12] 178: Checking geocodings ** [23:13:31 2020-06-12] 178: Checking synchronizations ** [23:13:31 2020-06-12] 178: Checking tracker ** [23:13:31 2020-06-12] 178: Checking user_migrations ** [23:13:31 2020-06-12] 178: Checking batch_updates ** [23:13:31 2020-06-12] 178: Checking gears ** [23:13:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:13:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:36 2020-06-12] 178: Checking imports ** [23:13:36 2020-06-12] 178: Checking exports ** [23:13:36 2020-06-12] 178: Checking users ** [23:13:36 2020-06-12] 178: Checking user_dbs ** [23:13:36 2020-06-12] 178: Checking geocodings ** [23:13:36 2020-06-12] 178: Checking synchronizations ** [23:13:36 2020-06-12] 178: Checking tracker ** [23:13:36 2020-06-12] 178: Checking user_migrations ** [23:13:36 2020-06-12] 178: Checking batch_updates ** [23:13:36 2020-06-12] 178: Checking gears ** [23:13:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:13:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:41 2020-06-12] 178: Checking imports ** [23:13:41 2020-06-12] 178: Checking exports ** [23:13:41 2020-06-12] 178: Checking users ** [23:13:41 2020-06-12] 178: Checking user_dbs ** [23:13:41 2020-06-12] 178: Checking geocodings ** [23:13:41 2020-06-12] 178: Checking synchronizations ** [23:13:41 2020-06-12] 178: Checking tracker ** [23:13:41 2020-06-12] 178: Checking user_migrations ** [23:13:41 2020-06-12] 178: Checking batch_updates ** [23:13:41 2020-06-12] 178: Checking gears ** [23:13:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:13:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:46 2020-06-12] 178: Checking imports ** [23:13:46 2020-06-12] 178: Checking exports ** [23:13:46 2020-06-12] 178: Checking users ** [23:13:46 2020-06-12] 178: Checking user_dbs ** [23:13:46 2020-06-12] 178: Checking geocodings ** [23:13:46 2020-06-12] 178: Checking synchronizations ** [23:13:46 2020-06-12] 178: Checking tracker ** [23:13:46 2020-06-12] 178: Checking user_migrations ** [23:13:46 2020-06-12] 178: Checking batch_updates ** [23:13:46 2020-06-12] 178: Checking gears ** [23:13:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:13:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:51 2020-06-12] 178: Checking imports ** [23:13:51 2020-06-12] 178: Checking exports ** [23:13:51 2020-06-12] 178: Checking users ** [23:13:51 2020-06-12] 178: Checking user_dbs ** [23:13:51 2020-06-12] 178: Checking geocodings ** [23:13:51 2020-06-12] 178: Checking synchronizations ** [23:13:51 2020-06-12] 178: Checking tracker ** [23:13:51 2020-06-12] 178: Checking user_migrations ** [23:13:51 2020-06-12] 178: Checking batch_updates ** [23:13:51 2020-06-12] 178: Checking gears ** [23:13:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:13:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:56 2020-06-12] 178: Checking imports ** [23:13:56 2020-06-12] 178: Checking exports ** [23:13:56 2020-06-12] 178: Checking users ** [23:13:56 2020-06-12] 178: Checking user_dbs ** [23:13:56 2020-06-12] 178: Checking geocodings ** [23:13:56 2020-06-12] 178: Checking synchronizations ** [23:13:56 2020-06-12] 178: Checking tracker ** [23:13:56 2020-06-12] 178: Checking user_migrations ** [23:13:56 2020-06-12] 178: Checking batch_updates ** [23:13:56 2020-06-12] 178: Checking gears ** [23:13:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:13:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:01 2020-06-12] 178: Checking imports ** [23:14:01 2020-06-12] 178: Checking exports ** [23:14:01 2020-06-12] 178: Checking users ** [23:14:01 2020-06-12] 178: Checking user_dbs ** [23:14:01 2020-06-12] 178: Checking geocodings ** [23:14:01 2020-06-12] 178: Checking synchronizations ** [23:14:01 2020-06-12] 178: Checking tracker ** [23:14:01 2020-06-12] 178: Checking user_migrations ** [23:14:01 2020-06-12] 178: Checking batch_updates ** [23:14:01 2020-06-12] 178: Checking gears ** [23:14:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:14:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:06 2020-06-12] 178: Checking imports ** [23:14:06 2020-06-12] 178: Checking exports ** [23:14:06 2020-06-12] 178: Checking users ** [23:14:06 2020-06-12] 178: Checking user_dbs ** [23:14:06 2020-06-12] 178: Checking geocodings ** [23:14:06 2020-06-12] 178: Checking synchronizations ** [23:14:06 2020-06-12] 178: Checking tracker ** [23:14:06 2020-06-12] 178: Checking user_migrations ** [23:14:06 2020-06-12] 178: Checking batch_updates ** [23:14:06 2020-06-12] 178: Checking gears ** [23:14:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:14:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:11 2020-06-12] 178: Checking imports ** [23:14:11 2020-06-12] 178: Checking exports ** [23:14:11 2020-06-12] 178: Checking users ** [23:14:11 2020-06-12] 178: Checking user_dbs ** [23:14:11 2020-06-12] 178: Checking geocodings ** [23:14:11 2020-06-12] 178: Checking synchronizations ** [23:14:11 2020-06-12] 178: Checking tracker ** [23:14:11 2020-06-12] 178: Checking user_migrations ** [23:14:11 2020-06-12] 178: Checking batch_updates ** [23:14:11 2020-06-12] 178: Checking gears ** [23:14:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:14:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:16 2020-06-12] 178: Checking imports ** [23:14:16 2020-06-12] 178: Checking exports ** [23:14:16 2020-06-12] 178: Checking users ** [23:14:16 2020-06-12] 178: Checking user_dbs ** [23:14:16 2020-06-12] 178: Checking geocodings ** [23:14:16 2020-06-12] 178: Checking synchronizations ** [23:14:16 2020-06-12] 178: Checking tracker ** [23:14:16 2020-06-12] 178: Checking user_migrations ** [23:14:16 2020-06-12] 178: Checking batch_updates ** [23:14:16 2020-06-12] 178: Checking gears ** [23:14:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:14:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:21 2020-06-12] 178: Checking imports ** [23:14:21 2020-06-12] 178: Checking exports ** [23:14:21 2020-06-12] 178: Checking users ** [23:14:21 2020-06-12] 178: Checking user_dbs ** [23:14:21 2020-06-12] 178: Checking geocodings ** [23:14:21 2020-06-12] 178: Checking synchronizations ** [23:14:21 2020-06-12] 178: Checking tracker ** [23:14:21 2020-06-12] 178: Checking user_migrations ** [23:14:21 2020-06-12] 178: Checking batch_updates ** [23:14:21 2020-06-12] 178: Checking gears ** [23:14:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:14:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:26 2020-06-12] 178: Checking imports ** [23:14:26 2020-06-12] 178: Checking exports ** [23:14:26 2020-06-12] 178: Checking users ** [23:14:26 2020-06-12] 178: Checking user_dbs ** [23:14:26 2020-06-12] 178: Checking geocodings ** [23:14:26 2020-06-12] 178: Checking synchronizations ** [23:14:26 2020-06-12] 178: Checking tracker ** [23:14:26 2020-06-12] 178: Checking user_migrations ** [23:14:26 2020-06-12] 178: Checking batch_updates ** [23:14:26 2020-06-12] 178: Checking gears ** [23:14:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:14:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:31 2020-06-12] 178: Checking imports ** [23:14:31 2020-06-12] 178: Checking exports ** [23:14:31 2020-06-12] 178: Checking users ** [23:14:31 2020-06-12] 178: Checking user_dbs ** [23:14:31 2020-06-12] 178: Checking geocodings ** [23:14:31 2020-06-12] 178: Checking synchronizations ** [23:14:31 2020-06-12] 178: Checking tracker ** [23:14:31 2020-06-12] 178: Checking user_migrations ** [23:14:31 2020-06-12] 178: Checking batch_updates ** [23:14:31 2020-06-12] 178: Checking gears ** [23:14:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:14:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:36 2020-06-12] 178: Checking imports ** [23:14:36 2020-06-12] 178: Checking exports ** [23:14:36 2020-06-12] 178: Checking users ** [23:14:36 2020-06-12] 178: Checking user_dbs ** [23:14:36 2020-06-12] 178: Checking geocodings ** [23:14:36 2020-06-12] 178: Checking synchronizations ** [23:14:36 2020-06-12] 178: Checking tracker ** [23:14:36 2020-06-12] 178: Checking user_migrations ** [23:14:36 2020-06-12] 178: Checking batch_updates ** [23:14:36 2020-06-12] 178: Checking gears ** [23:14:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:14:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:41 2020-06-12] 178: Checking imports ** [23:14:41 2020-06-12] 178: Checking exports ** [23:14:41 2020-06-12] 178: Checking users ** [23:14:41 2020-06-12] 178: Checking user_dbs ** [23:14:41 2020-06-12] 178: Checking geocodings ** [23:14:41 2020-06-12] 178: Checking synchronizations ** [23:14:41 2020-06-12] 178: Checking tracker ** [23:14:41 2020-06-12] 178: Checking user_migrations ** [23:14:41 2020-06-12] 178: Checking batch_updates ** [23:14:41 2020-06-12] 178: Checking gears ** [23:14:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:14:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:46 2020-06-12] 178: Checking imports ** [23:14:46 2020-06-12] 178: Checking exports ** [23:14:46 2020-06-12] 178: Checking users ** [23:14:46 2020-06-12] 178: Checking user_dbs ** [23:14:46 2020-06-12] 178: Checking geocodings ** [23:14:46 2020-06-12] 178: Checking synchronizations ** [23:14:46 2020-06-12] 178: Checking tracker ** [23:14:46 2020-06-12] 178: Checking user_migrations ** [23:14:46 2020-06-12] 178: Checking batch_updates ** [23:14:46 2020-06-12] 178: Checking gears ** [23:14:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:14:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:51 2020-06-12] 178: Checking imports ** [23:14:51 2020-06-12] 178: Checking exports ** [23:14:51 2020-06-12] 178: Checking users ** [23:14:51 2020-06-12] 178: Checking user_dbs ** [23:14:51 2020-06-12] 178: Checking geocodings ** [23:14:51 2020-06-12] 178: Checking synchronizations ** [23:14:51 2020-06-12] 178: Checking tracker ** [23:14:51 2020-06-12] 178: Checking user_migrations ** [23:14:51 2020-06-12] 178: Checking batch_updates ** [23:14:51 2020-06-12] 178: Checking gears ** [23:14:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:14:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:56 2020-06-12] 178: Checking imports ** [23:14:56 2020-06-12] 178: Checking exports ** [23:14:56 2020-06-12] 178: Checking users ** [23:14:56 2020-06-12] 178: Checking user_dbs ** [23:14:56 2020-06-12] 178: Checking geocodings ** [23:14:56 2020-06-12] 178: Checking synchronizations ** [23:14:56 2020-06-12] 178: Checking tracker ** [23:14:56 2020-06-12] 178: Checking user_migrations ** [23:14:56 2020-06-12] 178: Checking batch_updates ** [23:14:56 2020-06-12] 178: Checking gears ** [23:14:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:14:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:01 2020-06-12] 178: Checking imports ** [23:15:01 2020-06-12] 178: Checking exports ** [23:15:01 2020-06-12] 178: Checking users ** [23:15:01 2020-06-12] 178: Checking user_dbs ** [23:15:01 2020-06-12] 178: Checking geocodings ** [23:15:01 2020-06-12] 178: Checking synchronizations ** [23:15:01 2020-06-12] 178: Checking tracker ** [23:15:01 2020-06-12] 178: Checking user_migrations ** [23:15:01 2020-06-12] 178: Checking batch_updates ** [23:15:01 2020-06-12] 178: Checking gears ** [23:15:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:15:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:06 2020-06-12] 178: Checking imports ** [23:15:06 2020-06-12] 178: Checking exports ** [23:15:06 2020-06-12] 178: Checking users ** [23:15:06 2020-06-12] 178: Checking user_dbs ** [23:15:06 2020-06-12] 178: Checking geocodings ** [23:15:06 2020-06-12] 178: Checking synchronizations ** [23:15:06 2020-06-12] 178: Checking tracker ** [23:15:06 2020-06-12] 178: Checking user_migrations ** [23:15:06 2020-06-12] 178: Checking batch_updates ** [23:15:06 2020-06-12] 178: Checking gears ** [23:15:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:15:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:11 2020-06-12] 178: Checking imports ** [23:15:11 2020-06-12] 178: Checking exports ** [23:15:11 2020-06-12] 178: Checking users ** [23:15:11 2020-06-12] 178: Checking user_dbs ** [23:15:11 2020-06-12] 178: Checking geocodings ** [23:15:11 2020-06-12] 178: Checking synchronizations ** [23:15:11 2020-06-12] 178: Checking tracker ** [23:15:11 2020-06-12] 178: Checking user_migrations ** [23:15:11 2020-06-12] 178: Checking batch_updates ** [23:15:11 2020-06-12] 178: Checking gears ** [23:15:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:15:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:16 2020-06-12] 178: Checking imports ** [23:15:16 2020-06-12] 178: Checking exports ** [23:15:16 2020-06-12] 178: Checking users ** [23:15:16 2020-06-12] 178: Checking user_dbs ** [23:15:16 2020-06-12] 178: Checking geocodings ** [23:15:16 2020-06-12] 178: Checking synchronizations ** [23:15:16 2020-06-12] 178: Checking tracker ** [23:15:16 2020-06-12] 178: Checking user_migrations ** [23:15:16 2020-06-12] 178: Checking batch_updates ** [23:15:16 2020-06-12] 178: Checking gears ** [23:15:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:15:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:21 2020-06-12] 178: Checking imports ** [23:15:21 2020-06-12] 178: Checking exports ** [23:15:21 2020-06-12] 178: Checking users ** [23:15:21 2020-06-12] 178: Checking user_dbs ** [23:15:21 2020-06-12] 178: Checking geocodings ** [23:15:21 2020-06-12] 178: Checking synchronizations ** [23:15:21 2020-06-12] 178: Checking tracker ** [23:15:21 2020-06-12] 178: Checking user_migrations ** [23:15:21 2020-06-12] 178: Checking batch_updates ** [23:15:21 2020-06-12] 178: Checking gears ** [23:15:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:15:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:26 2020-06-12] 178: Checking imports ** [23:15:26 2020-06-12] 178: Checking exports ** [23:15:26 2020-06-12] 178: Checking users ** [23:15:26 2020-06-12] 178: Checking user_dbs ** [23:15:26 2020-06-12] 178: Checking geocodings ** [23:15:26 2020-06-12] 178: Checking synchronizations ** [23:15:26 2020-06-12] 178: Checking tracker ** [23:15:26 2020-06-12] 178: Checking user_migrations ** [23:15:26 2020-06-12] 178: Checking batch_updates ** [23:15:26 2020-06-12] 178: Checking gears ** [23:15:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:15:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:31 2020-06-12] 178: Checking imports ** [23:15:31 2020-06-12] 178: Checking exports ** [23:15:31 2020-06-12] 178: Checking users ** [23:15:31 2020-06-12] 178: Checking user_dbs ** [23:15:31 2020-06-12] 178: Checking geocodings ** [23:15:31 2020-06-12] 178: Checking synchronizations ** [23:15:31 2020-06-12] 178: Checking tracker ** [23:15:31 2020-06-12] 178: Checking user_migrations ** [23:15:31 2020-06-12] 178: Checking batch_updates ** [23:15:31 2020-06-12] 178: Checking gears ** [23:15:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:15:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:36 2020-06-12] 178: Checking imports ** [23:15:36 2020-06-12] 178: Checking exports ** [23:15:36 2020-06-12] 178: Checking users ** [23:15:36 2020-06-12] 178: Checking user_dbs ** [23:15:36 2020-06-12] 178: Checking geocodings ** [23:15:36 2020-06-12] 178: Checking synchronizations ** [23:15:36 2020-06-12] 178: Checking tracker ** [23:15:36 2020-06-12] 178: Checking user_migrations ** [23:15:36 2020-06-12] 178: Checking batch_updates ** [23:15:36 2020-06-12] 178: Checking gears ** [23:15:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:15:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:41 2020-06-12] 178: Checking imports ** [23:15:41 2020-06-12] 178: Checking exports ** [23:15:41 2020-06-12] 178: Checking users ** [23:15:41 2020-06-12] 178: Checking user_dbs ** [23:15:41 2020-06-12] 178: Checking geocodings ** [23:15:41 2020-06-12] 178: Checking synchronizations ** [23:15:41 2020-06-12] 178: Checking tracker ** [23:15:41 2020-06-12] 178: Checking user_migrations ** [23:15:41 2020-06-12] 178: Checking batch_updates ** [23:15:41 2020-06-12] 178: Checking gears ** [23:15:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:15:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:46 2020-06-12] 178: Checking imports ** [23:15:46 2020-06-12] 178: Checking exports ** [23:15:46 2020-06-12] 178: Checking users ** [23:15:46 2020-06-12] 178: Checking user_dbs ** [23:15:46 2020-06-12] 178: Checking geocodings ** [23:15:46 2020-06-12] 178: Checking synchronizations ** [23:15:46 2020-06-12] 178: Checking tracker ** [23:15:46 2020-06-12] 178: Checking user_migrations ** [23:15:46 2020-06-12] 178: Checking batch_updates ** [23:15:46 2020-06-12] 178: Checking gears ** [23:15:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:15:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:51 2020-06-12] 178: Checking imports ** [23:15:51 2020-06-12] 178: Checking exports ** [23:15:51 2020-06-12] 178: Checking users ** [23:15:51 2020-06-12] 178: Checking user_dbs ** [23:15:51 2020-06-12] 178: Checking geocodings ** [23:15:51 2020-06-12] 178: Checking synchronizations ** [23:15:51 2020-06-12] 178: Checking tracker ** [23:15:51 2020-06-12] 178: Checking user_migrations ** [23:15:51 2020-06-12] 178: Checking batch_updates ** [23:15:51 2020-06-12] 178: Checking gears ** [23:15:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:15:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:56 2020-06-12] 178: Checking imports ** [23:15:56 2020-06-12] 178: Checking exports ** [23:15:56 2020-06-12] 178: Checking users ** [23:15:56 2020-06-12] 178: Checking user_dbs ** [23:15:56 2020-06-12] 178: Checking geocodings ** [23:15:56 2020-06-12] 178: Checking synchronizations ** [23:15:56 2020-06-12] 178: Checking tracker ** [23:15:56 2020-06-12] 178: Checking user_migrations ** [23:15:56 2020-06-12] 178: Checking batch_updates ** [23:15:56 2020-06-12] 178: Checking gears ** [23:15:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:15:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:01 2020-06-12] 178: Checking imports ** [23:16:01 2020-06-12] 178: Checking exports ** [23:16:01 2020-06-12] 178: Checking users ** [23:16:01 2020-06-12] 178: Checking user_dbs ** [23:16:01 2020-06-12] 178: Checking geocodings ** [23:16:01 2020-06-12] 178: Checking synchronizations ** [23:16:01 2020-06-12] 178: Checking tracker ** [23:16:01 2020-06-12] 178: Checking user_migrations ** [23:16:01 2020-06-12] 178: Checking batch_updates ** [23:16:01 2020-06-12] 178: Checking gears ** [23:16:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:16:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:06 2020-06-12] 178: Checking imports ** [23:16:06 2020-06-12] 178: Checking exports ** [23:16:06 2020-06-12] 178: Checking users ** [23:16:06 2020-06-12] 178: Checking user_dbs ** [23:16:06 2020-06-12] 178: Checking geocodings ** [23:16:06 2020-06-12] 178: Checking synchronizations ** [23:16:06 2020-06-12] 178: Checking tracker ** [23:16:06 2020-06-12] 178: Checking user_migrations ** [23:16:06 2020-06-12] 178: Checking batch_updates ** [23:16:06 2020-06-12] 178: Checking gears ** [23:16:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:16:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:11 2020-06-12] 178: Checking imports ** [23:16:11 2020-06-12] 178: Checking exports ** [23:16:11 2020-06-12] 178: Checking users ** [23:16:11 2020-06-12] 178: Checking user_dbs ** [23:16:11 2020-06-12] 178: Checking geocodings ** [23:16:11 2020-06-12] 178: Checking synchronizations ** [23:16:11 2020-06-12] 178: Checking tracker ** [23:16:11 2020-06-12] 178: Checking user_migrations ** [23:16:11 2020-06-12] 178: Checking batch_updates ** [23:16:11 2020-06-12] 178: Checking gears ** [23:16:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:16:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:16 2020-06-12] 178: Checking imports ** [23:16:16 2020-06-12] 178: Checking exports ** [23:16:16 2020-06-12] 178: Checking users ** [23:16:16 2020-06-12] 178: Checking user_dbs ** [23:16:16 2020-06-12] 178: Checking geocodings ** [23:16:16 2020-06-12] 178: Checking synchronizations ** [23:16:16 2020-06-12] 178: Checking tracker ** [23:16:16 2020-06-12] 178: Checking user_migrations ** [23:16:16 2020-06-12] 178: Checking batch_updates ** [23:16:16 2020-06-12] 178: Checking gears ** [23:16:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:16:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:21 2020-06-12] 178: Checking imports ** [23:16:21 2020-06-12] 178: Checking exports ** [23:16:21 2020-06-12] 178: Checking users ** [23:16:21 2020-06-12] 178: Checking user_dbs ** [23:16:21 2020-06-12] 178: Checking geocodings ** [23:16:21 2020-06-12] 178: Checking synchronizations ** [23:16:21 2020-06-12] 178: Checking tracker ** [23:16:21 2020-06-12] 178: Checking user_migrations ** [23:16:21 2020-06-12] 178: Checking batch_updates ** [23:16:21 2020-06-12] 178: Checking gears ** [23:16:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:16:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:26 2020-06-12] 178: Checking imports ** [23:16:26 2020-06-12] 178: Checking exports ** [23:16:26 2020-06-12] 178: Checking users ** [23:16:26 2020-06-12] 178: Checking user_dbs ** [23:16:26 2020-06-12] 178: Checking geocodings ** [23:16:26 2020-06-12] 178: Checking synchronizations ** [23:16:26 2020-06-12] 178: Checking tracker ** [23:16:26 2020-06-12] 178: Checking user_migrations ** [23:16:26 2020-06-12] 178: Checking batch_updates ** [23:16:26 2020-06-12] 178: Checking gears ** [23:16:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:16:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:31 2020-06-12] 178: Checking imports ** [23:16:31 2020-06-12] 178: Checking exports ** [23:16:31 2020-06-12] 178: Checking users ** [23:16:31 2020-06-12] 178: Checking user_dbs ** [23:16:31 2020-06-12] 178: Checking geocodings ** [23:16:31 2020-06-12] 178: Checking synchronizations ** [23:16:31 2020-06-12] 178: Checking tracker ** [23:16:31 2020-06-12] 178: Checking user_migrations ** [23:16:31 2020-06-12] 178: Checking batch_updates ** [23:16:31 2020-06-12] 178: Checking gears ** [23:16:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:16:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:36 2020-06-12] 178: Checking imports ** [23:16:36 2020-06-12] 178: Checking exports ** [23:16:36 2020-06-12] 178: Checking users ** [23:16:36 2020-06-12] 178: Checking user_dbs ** [23:16:36 2020-06-12] 178: Checking geocodings ** [23:16:36 2020-06-12] 178: Checking synchronizations ** [23:16:36 2020-06-12] 178: Checking tracker ** [23:16:36 2020-06-12] 178: Checking user_migrations ** [23:16:36 2020-06-12] 178: Checking batch_updates ** [23:16:36 2020-06-12] 178: Checking gears ** [23:16:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:16:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:41 2020-06-12] 178: Checking imports ** [23:16:41 2020-06-12] 178: Checking exports ** [23:16:41 2020-06-12] 178: Checking users ** [23:16:41 2020-06-12] 178: Checking user_dbs ** [23:16:41 2020-06-12] 178: Checking geocodings ** [23:16:41 2020-06-12] 178: Checking synchronizations ** [23:16:41 2020-06-12] 178: Checking tracker ** [23:16:41 2020-06-12] 178: Checking user_migrations ** [23:16:41 2020-06-12] 178: Checking batch_updates ** [23:16:41 2020-06-12] 178: Checking gears ** [23:16:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:16:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:46 2020-06-12] 178: Checking imports ** [23:16:46 2020-06-12] 178: Checking exports ** [23:16:46 2020-06-12] 178: Checking users ** [23:16:46 2020-06-12] 178: Checking user_dbs ** [23:16:46 2020-06-12] 178: Checking geocodings ** [23:16:46 2020-06-12] 178: Checking synchronizations ** [23:16:46 2020-06-12] 178: Checking tracker ** [23:16:46 2020-06-12] 178: Checking user_migrations ** [23:16:46 2020-06-12] 178: Checking batch_updates ** [23:16:46 2020-06-12] 178: Checking gears ** [23:16:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:16:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:51 2020-06-12] 178: Checking imports ** [23:16:51 2020-06-12] 178: Checking exports ** [23:16:51 2020-06-12] 178: Checking users ** [23:16:51 2020-06-12] 178: Checking user_dbs ** [23:16:51 2020-06-12] 178: Checking geocodings ** [23:16:51 2020-06-12] 178: Checking synchronizations ** [23:16:51 2020-06-12] 178: Checking tracker ** [23:16:51 2020-06-12] 178: Checking user_migrations ** [23:16:51 2020-06-12] 178: Checking batch_updates ** [23:16:51 2020-06-12] 178: Checking gears ** [23:16:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:16:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:56 2020-06-12] 178: Checking imports ** [23:16:56 2020-06-12] 178: Checking exports ** [23:16:56 2020-06-12] 178: Checking users ** [23:16:56 2020-06-12] 178: Checking user_dbs ** [23:16:56 2020-06-12] 178: Checking geocodings ** [23:16:56 2020-06-12] 178: Checking synchronizations ** [23:16:56 2020-06-12] 178: Checking tracker ** [23:16:56 2020-06-12] 178: Checking user_migrations ** [23:16:56 2020-06-12] 178: Checking batch_updates ** [23:16:56 2020-06-12] 178: Checking gears ** [23:16:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:16:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:01 2020-06-12] 178: Checking imports ** [23:17:01 2020-06-12] 178: Checking exports ** [23:17:01 2020-06-12] 178: Checking users ** [23:17:01 2020-06-12] 178: Checking user_dbs ** [23:17:01 2020-06-12] 178: Checking geocodings ** [23:17:01 2020-06-12] 178: Checking synchronizations ** [23:17:01 2020-06-12] 178: Checking tracker ** [23:17:01 2020-06-12] 178: Checking user_migrations ** [23:17:01 2020-06-12] 178: Checking batch_updates ** [23:17:01 2020-06-12] 178: Checking gears ** [23:17:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:17:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:06 2020-06-12] 178: Checking imports ** [23:17:06 2020-06-12] 178: Checking exports ** [23:17:06 2020-06-12] 178: Checking users ** [23:17:06 2020-06-12] 178: Checking user_dbs ** [23:17:06 2020-06-12] 178: Checking geocodings ** [23:17:06 2020-06-12] 178: Checking synchronizations ** [23:17:06 2020-06-12] 178: Checking tracker ** [23:17:06 2020-06-12] 178: Checking user_migrations ** [23:17:06 2020-06-12] 178: Checking batch_updates ** [23:17:06 2020-06-12] 178: Checking gears ** [23:17:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:17:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:11 2020-06-12] 178: Checking imports ** [23:17:11 2020-06-12] 178: Checking exports ** [23:17:11 2020-06-12] 178: Checking users ** [23:17:11 2020-06-12] 178: Checking user_dbs ** [23:17:11 2020-06-12] 178: Checking geocodings ** [23:17:11 2020-06-12] 178: Checking synchronizations ** [23:17:11 2020-06-12] 178: Checking tracker ** [23:17:11 2020-06-12] 178: Checking user_migrations ** [23:17:11 2020-06-12] 178: Checking batch_updates ** [23:17:11 2020-06-12] 178: Checking gears ** [23:17:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:17:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:16 2020-06-12] 178: Checking imports ** [23:17:16 2020-06-12] 178: Checking exports ** [23:17:16 2020-06-12] 178: Checking users ** [23:17:16 2020-06-12] 178: Checking user_dbs ** [23:17:16 2020-06-12] 178: Checking geocodings ** [23:17:16 2020-06-12] 178: Checking synchronizations ** [23:17:16 2020-06-12] 178: Checking tracker ** [23:17:16 2020-06-12] 178: Checking user_migrations ** [23:17:16 2020-06-12] 178: Checking batch_updates ** [23:17:16 2020-06-12] 178: Checking gears ** [23:17:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:17:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:21 2020-06-12] 178: Checking imports ** [23:17:21 2020-06-12] 178: Checking exports ** [23:17:21 2020-06-12] 178: Checking users ** [23:17:21 2020-06-12] 178: Checking user_dbs ** [23:17:21 2020-06-12] 178: Checking geocodings ** [23:17:21 2020-06-12] 178: Checking synchronizations ** [23:17:21 2020-06-12] 178: Checking tracker ** [23:17:21 2020-06-12] 178: Checking user_migrations ** [23:17:21 2020-06-12] 178: Checking batch_updates ** [23:17:21 2020-06-12] 178: Checking gears ** [23:17:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:17:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:26 2020-06-12] 178: Checking imports ** [23:17:26 2020-06-12] 178: Checking exports ** [23:17:26 2020-06-12] 178: Checking users ** [23:17:26 2020-06-12] 178: Checking user_dbs ** [23:17:26 2020-06-12] 178: Checking geocodings ** [23:17:26 2020-06-12] 178: Checking synchronizations ** [23:17:26 2020-06-12] 178: Checking tracker ** [23:17:26 2020-06-12] 178: Checking user_migrations ** [23:17:26 2020-06-12] 178: Checking batch_updates ** [23:17:26 2020-06-12] 178: Checking gears ** [23:17:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:17:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:31 2020-06-12] 178: Checking imports ** [23:17:31 2020-06-12] 178: Checking exports ** [23:17:31 2020-06-12] 178: Checking users ** [23:17:31 2020-06-12] 178: Checking user_dbs ** [23:17:31 2020-06-12] 178: Checking geocodings ** [23:17:31 2020-06-12] 178: Checking synchronizations ** [23:17:31 2020-06-12] 178: Checking tracker ** [23:17:31 2020-06-12] 178: Checking user_migrations ** [23:17:31 2020-06-12] 178: Checking batch_updates ** [23:17:31 2020-06-12] 178: Checking gears ** [23:17:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:17:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:36 2020-06-12] 178: Checking imports ** [23:17:36 2020-06-12] 178: Checking exports ** [23:17:36 2020-06-12] 178: Checking users ** [23:17:36 2020-06-12] 178: Checking user_dbs ** [23:17:36 2020-06-12] 178: Checking geocodings ** [23:17:36 2020-06-12] 178: Checking synchronizations ** [23:17:36 2020-06-12] 178: Checking tracker ** [23:17:36 2020-06-12] 178: Checking user_migrations ** [23:17:36 2020-06-12] 178: Checking batch_updates ** [23:17:36 2020-06-12] 178: Checking gears ** [23:17:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:17:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:41 2020-06-12] 178: Checking imports ** [23:17:41 2020-06-12] 178: Checking exports ** [23:17:41 2020-06-12] 178: Checking users ** [23:17:41 2020-06-12] 178: Checking user_dbs ** [23:17:41 2020-06-12] 178: Checking geocodings ** [23:17:41 2020-06-12] 178: Checking synchronizations ** [23:17:41 2020-06-12] 178: Checking tracker ** [23:17:41 2020-06-12] 178: Checking user_migrations ** [23:17:41 2020-06-12] 178: Checking batch_updates ** [23:17:41 2020-06-12] 178: Checking gears ** [23:17:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:17:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:46 2020-06-12] 178: Checking imports ** [23:17:46 2020-06-12] 178: Checking exports ** [23:17:46 2020-06-12] 178: Checking users ** [23:17:46 2020-06-12] 178: Checking user_dbs ** [23:17:46 2020-06-12] 178: Checking geocodings ** [23:17:46 2020-06-12] 178: Checking synchronizations ** [23:17:46 2020-06-12] 178: Checking tracker ** [23:17:46 2020-06-12] 178: Checking user_migrations ** [23:17:46 2020-06-12] 178: Checking batch_updates ** [23:17:46 2020-06-12] 178: Checking gears ** [23:17:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:17:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:51 2020-06-12] 178: Checking imports ** [23:17:51 2020-06-12] 178: Checking exports ** [23:17:52 2020-06-12] 178: Checking users ** [23:17:52 2020-06-12] 178: Checking user_dbs ** [23:17:52 2020-06-12] 178: Checking geocodings ** [23:17:52 2020-06-12] 178: Checking synchronizations ** [23:17:52 2020-06-12] 178: Checking tracker ** [23:17:52 2020-06-12] 178: Checking user_migrations ** [23:17:52 2020-06-12] 178: Checking batch_updates ** [23:17:52 2020-06-12] 178: Checking gears ** [23:17:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:17:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:57 2020-06-12] 178: Checking imports ** [23:17:57 2020-06-12] 178: Checking exports ** [23:17:57 2020-06-12] 178: Checking users ** [23:17:57 2020-06-12] 178: Checking user_dbs ** [23:17:57 2020-06-12] 178: Checking geocodings ** [23:17:57 2020-06-12] 178: Checking synchronizations ** [23:17:57 2020-06-12] 178: Checking tracker ** [23:17:57 2020-06-12] 178: Checking user_migrations ** [23:17:57 2020-06-12] 178: Checking batch_updates ** [23:17:57 2020-06-12] 178: Checking gears ** [23:17:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:17:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:02 2020-06-12] 178: Checking imports ** [23:18:02 2020-06-12] 178: Checking exports ** [23:18:02 2020-06-12] 178: Checking users ** [23:18:02 2020-06-12] 178: Checking user_dbs ** [23:18:02 2020-06-12] 178: Checking geocodings ** [23:18:02 2020-06-12] 178: Checking synchronizations ** [23:18:02 2020-06-12] 178: Checking tracker ** [23:18:02 2020-06-12] 178: Checking user_migrations ** [23:18:02 2020-06-12] 178: Checking batch_updates ** [23:18:02 2020-06-12] 178: Checking gears ** [23:18:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:18:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:07 2020-06-12] 178: Checking imports ** [23:18:07 2020-06-12] 178: Checking exports ** [23:18:07 2020-06-12] 178: Checking users ** [23:18:07 2020-06-12] 178: Checking user_dbs ** [23:18:07 2020-06-12] 178: Checking geocodings ** [23:18:07 2020-06-12] 178: Checking synchronizations ** [23:18:07 2020-06-12] 178: Checking tracker ** [23:18:07 2020-06-12] 178: Checking user_migrations ** [23:18:07 2020-06-12] 178: Checking batch_updates ** [23:18:07 2020-06-12] 178: Checking gears ** [23:18:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:18:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:12 2020-06-12] 178: Checking imports ** [23:18:12 2020-06-12] 178: Checking exports ** [23:18:12 2020-06-12] 178: Checking users ** [23:18:12 2020-06-12] 178: Checking user_dbs ** [23:18:12 2020-06-12] 178: Checking geocodings ** [23:18:12 2020-06-12] 178: Checking synchronizations ** [23:18:12 2020-06-12] 178: Checking tracker ** [23:18:12 2020-06-12] 178: Checking user_migrations ** [23:18:12 2020-06-12] 178: Checking batch_updates ** [23:18:12 2020-06-12] 178: Checking gears ** [23:18:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:18:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:17 2020-06-12] 178: Checking imports ** [23:18:17 2020-06-12] 178: Checking exports ** [23:18:17 2020-06-12] 178: Checking users ** [23:18:17 2020-06-12] 178: Checking user_dbs ** [23:18:17 2020-06-12] 178: Checking geocodings ** [23:18:17 2020-06-12] 178: Checking synchronizations ** [23:18:17 2020-06-12] 178: Checking tracker ** [23:18:17 2020-06-12] 178: Checking user_migrations ** [23:18:17 2020-06-12] 178: Checking batch_updates ** [23:18:17 2020-06-12] 178: Checking gears ** [23:18:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:18:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:22 2020-06-12] 178: Checking imports ** [23:18:22 2020-06-12] 178: Checking exports ** [23:18:22 2020-06-12] 178: Checking users ** [23:18:22 2020-06-12] 178: Checking user_dbs ** [23:18:22 2020-06-12] 178: Checking geocodings ** [23:18:22 2020-06-12] 178: Checking synchronizations ** [23:18:22 2020-06-12] 178: Checking tracker ** [23:18:22 2020-06-12] 178: Checking user_migrations ** [23:18:22 2020-06-12] 178: Checking batch_updates ** [23:18:22 2020-06-12] 178: Checking gears ** [23:18:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:18:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:27 2020-06-12] 178: Checking imports ** [23:18:27 2020-06-12] 178: Checking exports ** [23:18:27 2020-06-12] 178: Checking users ** [23:18:27 2020-06-12] 178: Checking user_dbs ** [23:18:27 2020-06-12] 178: Checking geocodings ** [23:18:27 2020-06-12] 178: Checking synchronizations ** [23:18:27 2020-06-12] 178: Checking tracker ** [23:18:27 2020-06-12] 178: Checking user_migrations ** [23:18:27 2020-06-12] 178: Checking batch_updates ** [23:18:27 2020-06-12] 178: Checking gears ** [23:18:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:18:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:32 2020-06-12] 178: Checking imports ** [23:18:32 2020-06-12] 178: Checking exports ** [23:18:32 2020-06-12] 178: Checking users ** [23:18:32 2020-06-12] 178: Checking user_dbs ** [23:18:32 2020-06-12] 178: Checking geocodings ** [23:18:32 2020-06-12] 178: Checking synchronizations ** [23:18:32 2020-06-12] 178: Checking tracker ** [23:18:32 2020-06-12] 178: Checking user_migrations ** [23:18:32 2020-06-12] 178: Checking batch_updates ** [23:18:32 2020-06-12] 178: Checking gears ** [23:18:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:18:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:37 2020-06-12] 178: Checking imports ** [23:18:37 2020-06-12] 178: Checking exports ** [23:18:37 2020-06-12] 178: Checking users ** [23:18:37 2020-06-12] 178: Checking user_dbs ** [23:18:37 2020-06-12] 178: Checking geocodings ** [23:18:37 2020-06-12] 178: Checking synchronizations ** [23:18:37 2020-06-12] 178: Checking tracker ** [23:18:37 2020-06-12] 178: Checking user_migrations ** [23:18:37 2020-06-12] 178: Checking batch_updates ** [23:18:37 2020-06-12] 178: Checking gears ** [23:18:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:18:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:42 2020-06-12] 178: Checking imports ** [23:18:42 2020-06-12] 178: Checking exports ** [23:18:42 2020-06-12] 178: Checking users ** [23:18:42 2020-06-12] 178: Checking user_dbs ** [23:18:42 2020-06-12] 178: Checking geocodings ** [23:18:42 2020-06-12] 178: Checking synchronizations ** [23:18:42 2020-06-12] 178: Checking tracker ** [23:18:42 2020-06-12] 178: Checking user_migrations ** [23:18:42 2020-06-12] 178: Checking batch_updates ** [23:18:42 2020-06-12] 178: Checking gears ** [23:18:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:18:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:47 2020-06-12] 178: Checking imports ** [23:18:47 2020-06-12] 178: Checking exports ** [23:18:47 2020-06-12] 178: Checking users ** [23:18:47 2020-06-12] 178: Checking user_dbs ** [23:18:47 2020-06-12] 178: Checking geocodings ** [23:18:47 2020-06-12] 178: Checking synchronizations ** [23:18:47 2020-06-12] 178: Checking tracker ** [23:18:47 2020-06-12] 178: Checking user_migrations ** [23:18:47 2020-06-12] 178: Checking batch_updates ** [23:18:47 2020-06-12] 178: Checking gears ** [23:18:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:18:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:52 2020-06-12] 178: Checking imports ** [23:18:52 2020-06-12] 178: Checking exports ** [23:18:52 2020-06-12] 178: Checking users ** [23:18:52 2020-06-12] 178: Checking user_dbs ** [23:18:52 2020-06-12] 178: Checking geocodings ** [23:18:52 2020-06-12] 178: Checking synchronizations ** [23:18:52 2020-06-12] 178: Checking tracker ** [23:18:52 2020-06-12] 178: Checking user_migrations ** [23:18:52 2020-06-12] 178: Checking batch_updates ** [23:18:52 2020-06-12] 178: Checking gears ** [23:18:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:18:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:57 2020-06-12] 178: Checking imports ** [23:18:57 2020-06-12] 178: Checking exports ** [23:18:57 2020-06-12] 178: Checking users ** [23:18:57 2020-06-12] 178: Checking user_dbs ** [23:18:57 2020-06-12] 178: Checking geocodings ** [23:18:57 2020-06-12] 178: Checking synchronizations ** [23:18:57 2020-06-12] 178: Checking tracker ** [23:18:57 2020-06-12] 178: Checking user_migrations ** [23:18:57 2020-06-12] 178: Checking batch_updates ** [23:18:57 2020-06-12] 178: Checking gears ** [23:18:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:18:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:02 2020-06-12] 178: Checking imports ** [23:19:02 2020-06-12] 178: Checking exports ** [23:19:02 2020-06-12] 178: Checking users ** [23:19:02 2020-06-12] 178: Checking user_dbs ** [23:19:02 2020-06-12] 178: Checking geocodings ** [23:19:02 2020-06-12] 178: Checking synchronizations ** [23:19:02 2020-06-12] 178: Checking tracker ** [23:19:02 2020-06-12] 178: Checking user_migrations ** [23:19:02 2020-06-12] 178: Checking batch_updates ** [23:19:02 2020-06-12] 178: Checking gears ** [23:19:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:19:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:07 2020-06-12] 178: Checking imports ** [23:19:07 2020-06-12] 178: Checking exports ** [23:19:07 2020-06-12] 178: Checking users ** [23:19:07 2020-06-12] 178: Checking user_dbs ** [23:19:07 2020-06-12] 178: Checking geocodings ** [23:19:07 2020-06-12] 178: Checking synchronizations ** [23:19:07 2020-06-12] 178: Checking tracker ** [23:19:07 2020-06-12] 178: Checking user_migrations ** [23:19:07 2020-06-12] 178: Checking batch_updates ** [23:19:07 2020-06-12] 178: Checking gears ** [23:19:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:19:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:12 2020-06-12] 178: Checking imports ** [23:19:12 2020-06-12] 178: Checking exports ** [23:19:12 2020-06-12] 178: Checking users ** [23:19:12 2020-06-12] 178: Checking user_dbs ** [23:19:12 2020-06-12] 178: Checking geocodings ** [23:19:12 2020-06-12] 178: Checking synchronizations ** [23:19:12 2020-06-12] 178: Checking tracker ** [23:19:12 2020-06-12] 178: Checking user_migrations ** [23:19:12 2020-06-12] 178: Checking batch_updates ** [23:19:12 2020-06-12] 178: Checking gears ** [23:19:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:19:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:17 2020-06-12] 178: Checking imports ** [23:19:17 2020-06-12] 178: Checking exports ** [23:19:17 2020-06-12] 178: Checking users ** [23:19:17 2020-06-12] 178: Checking user_dbs ** [23:19:17 2020-06-12] 178: Checking geocodings ** [23:19:17 2020-06-12] 178: Checking synchronizations ** [23:19:17 2020-06-12] 178: Checking tracker ** [23:19:17 2020-06-12] 178: Checking user_migrations ** [23:19:17 2020-06-12] 178: Checking batch_updates ** [23:19:17 2020-06-12] 178: Checking gears ** [23:19:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:19:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:22 2020-06-12] 178: Checking imports ** [23:19:22 2020-06-12] 178: Checking exports ** [23:19:22 2020-06-12] 178: Checking users ** [23:19:22 2020-06-12] 178: Checking user_dbs ** [23:19:22 2020-06-12] 178: Checking geocodings ** [23:19:22 2020-06-12] 178: Checking synchronizations ** [23:19:22 2020-06-12] 178: Checking tracker ** [23:19:22 2020-06-12] 178: Checking user_migrations ** [23:19:22 2020-06-12] 178: Checking batch_updates ** [23:19:22 2020-06-12] 178: Checking gears ** [23:19:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:19:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:27 2020-06-12] 178: Checking imports ** [23:19:27 2020-06-12] 178: Checking exports ** [23:19:27 2020-06-12] 178: Checking users ** [23:19:27 2020-06-12] 178: Checking user_dbs ** [23:19:27 2020-06-12] 178: Checking geocodings ** [23:19:27 2020-06-12] 178: Checking synchronizations ** [23:19:27 2020-06-12] 178: Checking tracker ** [23:19:27 2020-06-12] 178: Checking user_migrations ** [23:19:27 2020-06-12] 178: Checking batch_updates ** [23:19:27 2020-06-12] 178: Checking gears ** [23:19:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:19:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:32 2020-06-12] 178: Checking imports ** [23:19:32 2020-06-12] 178: Checking exports ** [23:19:32 2020-06-12] 178: Checking users ** [23:19:32 2020-06-12] 178: Checking user_dbs ** [23:19:32 2020-06-12] 178: Checking geocodings ** [23:19:32 2020-06-12] 178: Checking synchronizations ** [23:19:32 2020-06-12] 178: Checking tracker ** [23:19:32 2020-06-12] 178: Checking user_migrations ** [23:19:32 2020-06-12] 178: Checking batch_updates ** [23:19:32 2020-06-12] 178: Checking gears ** [23:19:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:19:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:37 2020-06-12] 178: Checking imports ** [23:19:37 2020-06-12] 178: Checking exports ** [23:19:37 2020-06-12] 178: Checking users ** [23:19:37 2020-06-12] 178: Checking user_dbs ** [23:19:37 2020-06-12] 178: Checking geocodings ** [23:19:37 2020-06-12] 178: Checking synchronizations ** [23:19:37 2020-06-12] 178: Checking tracker ** [23:19:37 2020-06-12] 178: Checking user_migrations ** [23:19:37 2020-06-12] 178: Checking batch_updates ** [23:19:37 2020-06-12] 178: Checking gears ** [23:19:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:19:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:42 2020-06-12] 178: Checking imports ** [23:19:42 2020-06-12] 178: Checking exports ** [23:19:42 2020-06-12] 178: Checking users ** [23:19:42 2020-06-12] 178: Checking user_dbs ** [23:19:42 2020-06-12] 178: Checking geocodings ** [23:19:42 2020-06-12] 178: Checking synchronizations ** [23:19:42 2020-06-12] 178: Checking tracker ** [23:19:42 2020-06-12] 178: Checking user_migrations ** [23:19:42 2020-06-12] 178: Checking batch_updates ** [23:19:42 2020-06-12] 178: Checking gears ** [23:19:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:19:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:47 2020-06-12] 178: Checking imports ** [23:19:47 2020-06-12] 178: Checking exports ** [23:19:47 2020-06-12] 178: Checking users ** [23:19:47 2020-06-12] 178: Checking user_dbs ** [23:19:47 2020-06-12] 178: Checking geocodings ** [23:19:47 2020-06-12] 178: Checking synchronizations ** [23:19:47 2020-06-12] 178: Checking tracker ** [23:19:47 2020-06-12] 178: Checking user_migrations ** [23:19:47 2020-06-12] 178: Checking batch_updates ** [23:19:47 2020-06-12] 178: Checking gears ** [23:19:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:19:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:52 2020-06-12] 178: Checking imports ** [23:19:52 2020-06-12] 178: Checking exports ** [23:19:52 2020-06-12] 178: Checking users ** [23:19:52 2020-06-12] 178: Checking user_dbs ** [23:19:52 2020-06-12] 178: Checking geocodings ** [23:19:52 2020-06-12] 178: Checking synchronizations ** [23:19:52 2020-06-12] 178: Checking tracker ** [23:19:52 2020-06-12] 178: Checking user_migrations ** [23:19:52 2020-06-12] 178: Checking batch_updates ** [23:19:52 2020-06-12] 178: Checking gears ** [23:19:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:19:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:57 2020-06-12] 178: Checking imports ** [23:19:57 2020-06-12] 178: Checking exports ** [23:19:57 2020-06-12] 178: Checking users ** [23:19:57 2020-06-12] 178: Checking user_dbs ** [23:19:57 2020-06-12] 178: Checking geocodings ** [23:19:57 2020-06-12] 178: Checking synchronizations ** [23:19:57 2020-06-12] 178: Checking tracker ** [23:19:57 2020-06-12] 178: Checking user_migrations ** [23:19:57 2020-06-12] 178: Checking batch_updates ** [23:19:57 2020-06-12] 178: Checking gears ** [23:19:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:19:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:02 2020-06-12] 178: Checking imports ** [23:20:02 2020-06-12] 178: Checking exports ** [23:20:02 2020-06-12] 178: Checking users ** [23:20:02 2020-06-12] 178: Checking user_dbs ** [23:20:02 2020-06-12] 178: Checking geocodings ** [23:20:02 2020-06-12] 178: Checking synchronizations ** [23:20:02 2020-06-12] 178: Checking tracker ** [23:20:02 2020-06-12] 178: Checking user_migrations ** [23:20:02 2020-06-12] 178: Checking batch_updates ** [23:20:02 2020-06-12] 178: Checking gears ** [23:20:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:20:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:07 2020-06-12] 178: Checking imports ** [23:20:07 2020-06-12] 178: Checking exports ** [23:20:07 2020-06-12] 178: Checking users ** [23:20:07 2020-06-12] 178: Checking user_dbs ** [23:20:07 2020-06-12] 178: Checking geocodings ** [23:20:07 2020-06-12] 178: Checking synchronizations ** [23:20:07 2020-06-12] 178: Checking tracker ** [23:20:07 2020-06-12] 178: Checking user_migrations ** [23:20:07 2020-06-12] 178: Checking batch_updates ** [23:20:07 2020-06-12] 178: Checking gears ** [23:20:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:20:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:12 2020-06-12] 178: Checking imports ** [23:20:12 2020-06-12] 178: Checking exports ** [23:20:12 2020-06-12] 178: Checking users ** [23:20:12 2020-06-12] 178: Checking user_dbs ** [23:20:12 2020-06-12] 178: Checking geocodings ** [23:20:12 2020-06-12] 178: Checking synchronizations ** [23:20:12 2020-06-12] 178: Checking tracker ** [23:20:12 2020-06-12] 178: Checking user_migrations ** [23:20:12 2020-06-12] 178: Checking batch_updates ** [23:20:12 2020-06-12] 178: Checking gears ** [23:20:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:20:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:17 2020-06-12] 178: Checking imports ** [23:20:17 2020-06-12] 178: Checking exports ** [23:20:17 2020-06-12] 178: Checking users ** [23:20:17 2020-06-12] 178: Checking user_dbs ** [23:20:17 2020-06-12] 178: Checking geocodings ** [23:20:17 2020-06-12] 178: Checking synchronizations ** [23:20:17 2020-06-12] 178: Checking tracker ** [23:20:17 2020-06-12] 178: Checking user_migrations ** [23:20:17 2020-06-12] 178: Checking batch_updates ** [23:20:17 2020-06-12] 178: Checking gears ** [23:20:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:20:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:22 2020-06-12] 178: Checking imports ** [23:20:22 2020-06-12] 178: Checking exports ** [23:20:22 2020-06-12] 178: Checking users ** [23:20:22 2020-06-12] 178: Checking user_dbs ** [23:20:22 2020-06-12] 178: Checking geocodings ** [23:20:22 2020-06-12] 178: Checking synchronizations ** [23:20:22 2020-06-12] 178: Checking tracker ** [23:20:22 2020-06-12] 178: Checking user_migrations ** [23:20:22 2020-06-12] 178: Checking batch_updates ** [23:20:22 2020-06-12] 178: Checking gears ** [23:20:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:20:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:27 2020-06-12] 178: Checking imports ** [23:20:27 2020-06-12] 178: Checking exports ** [23:20:27 2020-06-12] 178: Checking users ** [23:20:27 2020-06-12] 178: Checking user_dbs ** [23:20:27 2020-06-12] 178: Checking geocodings ** [23:20:27 2020-06-12] 178: Checking synchronizations ** [23:20:27 2020-06-12] 178: Checking tracker ** [23:20:27 2020-06-12] 178: Checking user_migrations ** [23:20:27 2020-06-12] 178: Checking batch_updates ** [23:20:27 2020-06-12] 178: Checking gears ** [23:20:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:20:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:32 2020-06-12] 178: Checking imports ** [23:20:32 2020-06-12] 178: Checking exports ** [23:20:32 2020-06-12] 178: Checking users ** [23:20:32 2020-06-12] 178: Checking user_dbs ** [23:20:32 2020-06-12] 178: Checking geocodings ** [23:20:32 2020-06-12] 178: Checking synchronizations ** [23:20:32 2020-06-12] 178: Checking tracker ** [23:20:32 2020-06-12] 178: Checking user_migrations ** [23:20:32 2020-06-12] 178: Checking batch_updates ** [23:20:32 2020-06-12] 178: Checking gears ** [23:20:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:20:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:37 2020-06-12] 178: Checking imports ** [23:20:37 2020-06-12] 178: Checking exports ** [23:20:37 2020-06-12] 178: Checking users ** [23:20:37 2020-06-12] 178: Checking user_dbs ** [23:20:37 2020-06-12] 178: Checking geocodings ** [23:20:37 2020-06-12] 178: Checking synchronizations ** [23:20:37 2020-06-12] 178: Checking tracker ** [23:20:37 2020-06-12] 178: Checking user_migrations ** [23:20:37 2020-06-12] 178: Checking batch_updates ** [23:20:37 2020-06-12] 178: Checking gears ** [23:20:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:20:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:42 2020-06-12] 178: Checking imports ** [23:20:42 2020-06-12] 178: Checking exports ** [23:20:42 2020-06-12] 178: Checking users ** [23:20:42 2020-06-12] 178: Checking user_dbs ** [23:20:42 2020-06-12] 178: Checking geocodings ** [23:20:42 2020-06-12] 178: Checking synchronizations ** [23:20:42 2020-06-12] 178: Checking tracker ** [23:20:42 2020-06-12] 178: Checking user_migrations ** [23:20:42 2020-06-12] 178: Checking batch_updates ** [23:20:42 2020-06-12] 178: Checking gears ** [23:20:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:20:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:47 2020-06-12] 178: Checking imports ** [23:20:47 2020-06-12] 178: Checking exports ** [23:20:47 2020-06-12] 178: Checking users ** [23:20:47 2020-06-12] 178: Checking user_dbs ** [23:20:47 2020-06-12] 178: Checking geocodings ** [23:20:47 2020-06-12] 178: Checking synchronizations ** [23:20:47 2020-06-12] 178: Checking tracker ** [23:20:47 2020-06-12] 178: Checking user_migrations ** [23:20:47 2020-06-12] 178: Checking batch_updates ** [23:20:47 2020-06-12] 178: Checking gears ** [23:20:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:20:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:52 2020-06-12] 178: Checking imports ** [23:20:52 2020-06-12] 178: Checking exports ** [23:20:52 2020-06-12] 178: Checking users ** [23:20:52 2020-06-12] 178: Checking user_dbs ** [23:20:52 2020-06-12] 178: Checking geocodings ** [23:20:52 2020-06-12] 178: Checking synchronizations ** [23:20:52 2020-06-12] 178: Checking tracker ** [23:20:52 2020-06-12] 178: Checking user_migrations ** [23:20:52 2020-06-12] 178: Checking batch_updates ** [23:20:52 2020-06-12] 178: Checking gears ** [23:20:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:20:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:57 2020-06-12] 178: Checking imports ** [23:20:57 2020-06-12] 178: Checking exports ** [23:20:57 2020-06-12] 178: Checking users ** [23:20:57 2020-06-12] 178: Checking user_dbs ** [23:20:57 2020-06-12] 178: Checking geocodings ** [23:20:57 2020-06-12] 178: Checking synchronizations ** [23:20:57 2020-06-12] 178: Checking tracker ** [23:20:57 2020-06-12] 178: Checking user_migrations ** [23:20:57 2020-06-12] 178: Checking batch_updates ** [23:20:57 2020-06-12] 178: Checking gears ** [23:20:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:20:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:02 2020-06-12] 178: Checking imports ** [23:21:02 2020-06-12] 178: Checking exports ** [23:21:02 2020-06-12] 178: Checking users ** [23:21:02 2020-06-12] 178: Checking user_dbs ** [23:21:02 2020-06-12] 178: Checking geocodings ** [23:21:02 2020-06-12] 178: Checking synchronizations ** [23:21:02 2020-06-12] 178: Checking tracker ** [23:21:02 2020-06-12] 178: Checking user_migrations ** [23:21:02 2020-06-12] 178: Checking batch_updates ** [23:21:02 2020-06-12] 178: Checking gears ** [23:21:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:21:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:07 2020-06-12] 178: Checking imports ** [23:21:07 2020-06-12] 178: Checking exports ** [23:21:07 2020-06-12] 178: Checking users ** [23:21:07 2020-06-12] 178: Checking user_dbs ** [23:21:07 2020-06-12] 178: Checking geocodings ** [23:21:07 2020-06-12] 178: Checking synchronizations ** [23:21:07 2020-06-12] 178: Checking tracker ** [23:21:07 2020-06-12] 178: Checking user_migrations ** [23:21:07 2020-06-12] 178: Checking batch_updates ** [23:21:07 2020-06-12] 178: Checking gears ** [23:21:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:21:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:12 2020-06-12] 178: Checking imports ** [23:21:12 2020-06-12] 178: Checking exports ** [23:21:12 2020-06-12] 178: Checking users ** [23:21:12 2020-06-12] 178: Checking user_dbs ** [23:21:12 2020-06-12] 178: Checking geocodings ** [23:21:12 2020-06-12] 178: Checking synchronizations ** [23:21:12 2020-06-12] 178: Checking tracker ** [23:21:12 2020-06-12] 178: Checking user_migrations ** [23:21:12 2020-06-12] 178: Checking batch_updates ** [23:21:12 2020-06-12] 178: Checking gears ** [23:21:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:21:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:17 2020-06-12] 178: Checking imports ** [23:21:17 2020-06-12] 178: Checking exports ** [23:21:17 2020-06-12] 178: Checking users ** [23:21:17 2020-06-12] 178: Checking user_dbs ** [23:21:17 2020-06-12] 178: Checking geocodings ** [23:21:17 2020-06-12] 178: Checking synchronizations ** [23:21:17 2020-06-12] 178: Checking tracker ** [23:21:17 2020-06-12] 178: Checking user_migrations ** [23:21:17 2020-06-12] 178: Checking batch_updates ** [23:21:17 2020-06-12] 178: Checking gears ** [23:21:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:21:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:22 2020-06-12] 178: Checking imports ** [23:21:22 2020-06-12] 178: Checking exports ** [23:21:22 2020-06-12] 178: Checking users ** [23:21:22 2020-06-12] 178: Checking user_dbs ** [23:21:22 2020-06-12] 178: Checking geocodings ** [23:21:22 2020-06-12] 178: Checking synchronizations ** [23:21:22 2020-06-12] 178: Checking tracker ** [23:21:22 2020-06-12] 178: Checking user_migrations ** [23:21:22 2020-06-12] 178: Checking batch_updates ** [23:21:22 2020-06-12] 178: Checking gears ** [23:21:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:21:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:27 2020-06-12] 178: Checking imports ** [23:21:27 2020-06-12] 178: Checking exports ** [23:21:27 2020-06-12] 178: Checking users ** [23:21:27 2020-06-12] 178: Checking user_dbs ** [23:21:27 2020-06-12] 178: Checking geocodings ** [23:21:27 2020-06-12] 178: Checking synchronizations ** [23:21:27 2020-06-12] 178: Checking tracker ** [23:21:27 2020-06-12] 178: Checking user_migrations ** [23:21:27 2020-06-12] 178: Checking batch_updates ** [23:21:27 2020-06-12] 178: Checking gears ** [23:21:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:21:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:32 2020-06-12] 178: Checking imports ** [23:21:32 2020-06-12] 178: Checking exports ** [23:21:32 2020-06-12] 178: Checking users ** [23:21:32 2020-06-12] 178: Checking user_dbs ** [23:21:32 2020-06-12] 178: Checking geocodings ** [23:21:32 2020-06-12] 178: Checking synchronizations ** [23:21:32 2020-06-12] 178: Checking tracker ** [23:21:32 2020-06-12] 178: Checking user_migrations ** [23:21:32 2020-06-12] 178: Checking batch_updates ** [23:21:32 2020-06-12] 178: Checking gears ** [23:21:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:21:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:37 2020-06-12] 178: Checking imports ** [23:21:37 2020-06-12] 178: Checking exports ** [23:21:37 2020-06-12] 178: Checking users ** [23:21:37 2020-06-12] 178: Checking user_dbs ** [23:21:37 2020-06-12] 178: Checking geocodings ** [23:21:37 2020-06-12] 178: Checking synchronizations ** [23:21:37 2020-06-12] 178: Checking tracker ** [23:21:37 2020-06-12] 178: Checking user_migrations ** [23:21:37 2020-06-12] 178: Checking batch_updates ** [23:21:37 2020-06-12] 178: Checking gears ** [23:21:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:21:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:42 2020-06-12] 178: Checking imports ** [23:21:42 2020-06-12] 178: Checking exports ** [23:21:42 2020-06-12] 178: Checking users ** [23:21:42 2020-06-12] 178: Checking user_dbs ** [23:21:42 2020-06-12] 178: Checking geocodings ** [23:21:42 2020-06-12] 178: Checking synchronizations ** [23:21:42 2020-06-12] 178: Checking tracker ** [23:21:42 2020-06-12] 178: Checking user_migrations ** [23:21:42 2020-06-12] 178: Checking batch_updates ** [23:21:42 2020-06-12] 178: Checking gears ** [23:21:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:21:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:47 2020-06-12] 178: Checking imports ** [23:21:47 2020-06-12] 178: Checking exports ** [23:21:47 2020-06-12] 178: Checking users ** [23:21:47 2020-06-12] 178: Checking user_dbs ** [23:21:47 2020-06-12] 178: Checking geocodings ** [23:21:47 2020-06-12] 178: Checking synchronizations ** [23:21:47 2020-06-12] 178: Checking tracker ** [23:21:47 2020-06-12] 178: Checking user_migrations ** [23:21:47 2020-06-12] 178: Checking batch_updates ** [23:21:47 2020-06-12] 178: Checking gears ** [23:21:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:21:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:52 2020-06-12] 178: Checking imports ** [23:21:52 2020-06-12] 178: Checking exports ** [23:21:52 2020-06-12] 178: Checking users ** [23:21:52 2020-06-12] 178: Checking user_dbs ** [23:21:52 2020-06-12] 178: Checking geocodings ** [23:21:52 2020-06-12] 178: Checking synchronizations ** [23:21:52 2020-06-12] 178: Checking tracker ** [23:21:52 2020-06-12] 178: Checking user_migrations ** [23:21:52 2020-06-12] 178: Checking batch_updates ** [23:21:52 2020-06-12] 178: Checking gears ** [23:21:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:21:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:57 2020-06-12] 178: Checking imports ** [23:21:57 2020-06-12] 178: Checking exports ** [23:21:57 2020-06-12] 178: Checking users ** [23:21:57 2020-06-12] 178: Checking user_dbs ** [23:21:57 2020-06-12] 178: Checking geocodings ** [23:21:57 2020-06-12] 178: Checking synchronizations ** [23:21:57 2020-06-12] 178: Checking tracker ** [23:21:57 2020-06-12] 178: Checking user_migrations ** [23:21:57 2020-06-12] 178: Checking batch_updates ** [23:21:57 2020-06-12] 178: Checking gears ** [23:21:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:21:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:02 2020-06-12] 178: Checking imports ** [23:22:02 2020-06-12] 178: Checking exports ** [23:22:02 2020-06-12] 178: Checking users ** [23:22:02 2020-06-12] 178: Checking user_dbs ** [23:22:02 2020-06-12] 178: Checking geocodings ** [23:22:02 2020-06-12] 178: Checking synchronizations ** [23:22:02 2020-06-12] 178: Checking tracker ** [23:22:02 2020-06-12] 178: Checking user_migrations ** [23:22:02 2020-06-12] 178: Checking batch_updates ** [23:22:02 2020-06-12] 178: Checking gears ** [23:22:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:22:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:07 2020-06-12] 178: Checking imports ** [23:22:07 2020-06-12] 178: Checking exports ** [23:22:07 2020-06-12] 178: Checking users ** [23:22:07 2020-06-12] 178: Checking user_dbs ** [23:22:07 2020-06-12] 178: Checking geocodings ** [23:22:07 2020-06-12] 178: Checking synchronizations ** [23:22:07 2020-06-12] 178: Checking tracker ** [23:22:07 2020-06-12] 178: Checking user_migrations ** [23:22:07 2020-06-12] 178: Checking batch_updates ** [23:22:07 2020-06-12] 178: Checking gears ** [23:22:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:22:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:12 2020-06-12] 178: Checking imports ** [23:22:12 2020-06-12] 178: Checking exports ** [23:22:12 2020-06-12] 178: Checking users ** [23:22:12 2020-06-12] 178: Checking user_dbs ** [23:22:12 2020-06-12] 178: Checking geocodings ** [23:22:12 2020-06-12] 178: Checking synchronizations ** [23:22:12 2020-06-12] 178: Checking tracker ** [23:22:12 2020-06-12] 178: Checking user_migrations ** [23:22:12 2020-06-12] 178: Checking batch_updates ** [23:22:12 2020-06-12] 178: Checking gears ** [23:22:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:22:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:17 2020-06-12] 178: Checking imports ** [23:22:17 2020-06-12] 178: Checking exports ** [23:22:17 2020-06-12] 178: Checking users ** [23:22:17 2020-06-12] 178: Checking user_dbs ** [23:22:17 2020-06-12] 178: Checking geocodings ** [23:22:17 2020-06-12] 178: Checking synchronizations ** [23:22:17 2020-06-12] 178: Checking tracker ** [23:22:17 2020-06-12] 178: Checking user_migrations ** [23:22:17 2020-06-12] 178: Checking batch_updates ** [23:22:17 2020-06-12] 178: Checking gears ** [23:22:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:22:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:22 2020-06-12] 178: Checking imports ** [23:22:22 2020-06-12] 178: Checking exports ** [23:22:22 2020-06-12] 178: Checking users ** [23:22:22 2020-06-12] 178: Checking user_dbs ** [23:22:22 2020-06-12] 178: Checking geocodings ** [23:22:22 2020-06-12] 178: Checking synchronizations ** [23:22:22 2020-06-12] 178: Checking tracker ** [23:22:22 2020-06-12] 178: Checking user_migrations ** [23:22:22 2020-06-12] 178: Checking batch_updates ** [23:22:22 2020-06-12] 178: Checking gears ** [23:22:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:22:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:27 2020-06-12] 178: Checking imports ** [23:22:27 2020-06-12] 178: Checking exports ** [23:22:27 2020-06-12] 178: Checking users ** [23:22:27 2020-06-12] 178: Checking user_dbs ** [23:22:27 2020-06-12] 178: Checking geocodings ** [23:22:27 2020-06-12] 178: Checking synchronizations ** [23:22:27 2020-06-12] 178: Checking tracker ** [23:22:27 2020-06-12] 178: Checking user_migrations ** [23:22:27 2020-06-12] 178: Checking batch_updates ** [23:22:27 2020-06-12] 178: Checking gears ** [23:22:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:22:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:32 2020-06-12] 178: Checking imports ** [23:22:32 2020-06-12] 178: Checking exports ** [23:22:32 2020-06-12] 178: Checking users ** [23:22:32 2020-06-12] 178: Checking user_dbs ** [23:22:32 2020-06-12] 178: Checking geocodings ** [23:22:32 2020-06-12] 178: Checking synchronizations ** [23:22:32 2020-06-12] 178: Checking tracker ** [23:22:32 2020-06-12] 178: Checking user_migrations ** [23:22:32 2020-06-12] 178: Checking batch_updates ** [23:22:32 2020-06-12] 178: Checking gears ** [23:22:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:22:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:37 2020-06-12] 178: Checking imports ** [23:22:37 2020-06-12] 178: Checking exports ** [23:22:37 2020-06-12] 178: Checking users ** [23:22:37 2020-06-12] 178: Checking user_dbs ** [23:22:37 2020-06-12] 178: Checking geocodings ** [23:22:37 2020-06-12] 178: Checking synchronizations ** [23:22:37 2020-06-12] 178: Checking tracker ** [23:22:37 2020-06-12] 178: Checking user_migrations ** [23:22:37 2020-06-12] 178: Checking batch_updates ** [23:22:37 2020-06-12] 178: Checking gears ** [23:22:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:22:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:42 2020-06-12] 178: Checking imports ** [23:22:42 2020-06-12] 178: Checking exports ** [23:22:42 2020-06-12] 178: Checking users ** [23:22:42 2020-06-12] 178: Checking user_dbs ** [23:22:42 2020-06-12] 178: Checking geocodings ** [23:22:42 2020-06-12] 178: Checking synchronizations ** [23:22:42 2020-06-12] 178: Checking tracker ** [23:22:42 2020-06-12] 178: Checking user_migrations ** [23:22:42 2020-06-12] 178: Checking batch_updates ** [23:22:42 2020-06-12] 178: Checking gears ** [23:22:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:22:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:47 2020-06-12] 178: Checking imports ** [23:22:47 2020-06-12] 178: Checking exports ** [23:22:47 2020-06-12] 178: Checking users ** [23:22:47 2020-06-12] 178: Checking user_dbs ** [23:22:47 2020-06-12] 178: Checking geocodings ** [23:22:47 2020-06-12] 178: Checking synchronizations ** [23:22:47 2020-06-12] 178: Checking tracker ** [23:22:47 2020-06-12] 178: Checking user_migrations ** [23:22:47 2020-06-12] 178: Checking batch_updates ** [23:22:47 2020-06-12] 178: Checking gears ** [23:22:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:22:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:52 2020-06-12] 178: Checking imports ** [23:22:52 2020-06-12] 178: Checking exports ** [23:22:52 2020-06-12] 178: Checking users ** [23:22:52 2020-06-12] 178: Checking user_dbs ** [23:22:52 2020-06-12] 178: Checking geocodings ** [23:22:52 2020-06-12] 178: Checking synchronizations ** [23:22:52 2020-06-12] 178: Checking tracker ** [23:22:52 2020-06-12] 178: Checking user_migrations ** [23:22:52 2020-06-12] 178: Checking batch_updates ** [23:22:52 2020-06-12] 178: Checking gears ** [23:22:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:22:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:57 2020-06-12] 178: Checking imports ** [23:22:57 2020-06-12] 178: Checking exports ** [23:22:57 2020-06-12] 178: Checking users ** [23:22:57 2020-06-12] 178: Checking user_dbs ** [23:22:57 2020-06-12] 178: Checking geocodings ** [23:22:57 2020-06-12] 178: Checking synchronizations ** [23:22:57 2020-06-12] 178: Checking tracker ** [23:22:57 2020-06-12] 178: Checking user_migrations ** [23:22:57 2020-06-12] 178: Checking batch_updates ** [23:22:57 2020-06-12] 178: Checking gears ** [23:22:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:22:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:02 2020-06-12] 178: Checking imports ** [23:23:02 2020-06-12] 178: Checking exports ** [23:23:02 2020-06-12] 178: Checking users ** [23:23:02 2020-06-12] 178: Checking user_dbs ** [23:23:02 2020-06-12] 178: Checking geocodings ** [23:23:02 2020-06-12] 178: Checking synchronizations ** [23:23:02 2020-06-12] 178: Checking tracker ** [23:23:02 2020-06-12] 178: Checking user_migrations ** [23:23:02 2020-06-12] 178: Checking batch_updates ** [23:23:02 2020-06-12] 178: Checking gears ** [23:23:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:23:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:07 2020-06-12] 178: Checking imports ** [23:23:07 2020-06-12] 178: Checking exports ** [23:23:07 2020-06-12] 178: Checking users ** [23:23:07 2020-06-12] 178: Checking user_dbs ** [23:23:07 2020-06-12] 178: Checking geocodings ** [23:23:07 2020-06-12] 178: Checking synchronizations ** [23:23:07 2020-06-12] 178: Checking tracker ** [23:23:07 2020-06-12] 178: Checking user_migrations ** [23:23:07 2020-06-12] 178: Checking batch_updates ** [23:23:07 2020-06-12] 178: Checking gears ** [23:23:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:23:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:12 2020-06-12] 178: Checking imports ** [23:23:12 2020-06-12] 178: Checking exports ** [23:23:12 2020-06-12] 178: Checking users ** [23:23:12 2020-06-12] 178: Checking user_dbs ** [23:23:12 2020-06-12] 178: Checking geocodings ** [23:23:12 2020-06-12] 178: Checking synchronizations ** [23:23:12 2020-06-12] 178: Checking tracker ** [23:23:12 2020-06-12] 178: Checking user_migrations ** [23:23:12 2020-06-12] 178: Checking batch_updates ** [23:23:12 2020-06-12] 178: Checking gears ** [23:23:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:23:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:17 2020-06-12] 178: Checking imports ** [23:23:17 2020-06-12] 178: Checking exports ** [23:23:17 2020-06-12] 178: Checking users ** [23:23:17 2020-06-12] 178: Checking user_dbs ** [23:23:17 2020-06-12] 178: Checking geocodings ** [23:23:17 2020-06-12] 178: Checking synchronizations ** [23:23:17 2020-06-12] 178: Checking tracker ** [23:23:17 2020-06-12] 178: Checking user_migrations ** [23:23:17 2020-06-12] 178: Checking batch_updates ** [23:23:17 2020-06-12] 178: Checking gears ** [23:23:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:23:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:22 2020-06-12] 178: Checking imports ** [23:23:22 2020-06-12] 178: Checking exports ** [23:23:22 2020-06-12] 178: Checking users ** [23:23:22 2020-06-12] 178: Checking user_dbs ** [23:23:22 2020-06-12] 178: Checking geocodings ** [23:23:22 2020-06-12] 178: Checking synchronizations ** [23:23:22 2020-06-12] 178: Checking tracker ** [23:23:22 2020-06-12] 178: Checking user_migrations ** [23:23:22 2020-06-12] 178: Checking batch_updates ** [23:23:22 2020-06-12] 178: Checking gears ** [23:23:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:23:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:27 2020-06-12] 178: Checking imports ** [23:23:27 2020-06-12] 178: Checking exports ** [23:23:27 2020-06-12] 178: Checking users ** [23:23:27 2020-06-12] 178: Checking user_dbs ** [23:23:27 2020-06-12] 178: Checking geocodings ** [23:23:27 2020-06-12] 178: Checking synchronizations ** [23:23:27 2020-06-12] 178: Checking tracker ** [23:23:27 2020-06-12] 178: Checking user_migrations ** [23:23:27 2020-06-12] 178: Checking batch_updates ** [23:23:27 2020-06-12] 178: Checking gears ** [23:23:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:23:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:32 2020-06-12] 178: Checking imports ** [23:23:32 2020-06-12] 178: Checking exports ** [23:23:32 2020-06-12] 178: Checking users ** [23:23:32 2020-06-12] 178: Checking user_dbs ** [23:23:32 2020-06-12] 178: Checking geocodings ** [23:23:32 2020-06-12] 178: Checking synchronizations ** [23:23:32 2020-06-12] 178: Checking tracker ** [23:23:32 2020-06-12] 178: Checking user_migrations ** [23:23:32 2020-06-12] 178: Checking batch_updates ** [23:23:32 2020-06-12] 178: Checking gears ** [23:23:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:23:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:37 2020-06-12] 178: Checking imports ** [23:23:37 2020-06-12] 178: Checking exports ** [23:23:37 2020-06-12] 178: Checking users ** [23:23:37 2020-06-12] 178: Checking user_dbs ** [23:23:37 2020-06-12] 178: Checking geocodings ** [23:23:37 2020-06-12] 178: Checking synchronizations ** [23:23:37 2020-06-12] 178: Checking tracker ** [23:23:37 2020-06-12] 178: Checking user_migrations ** [23:23:37 2020-06-12] 178: Checking batch_updates ** [23:23:37 2020-06-12] 178: Checking gears ** [23:23:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:23:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:42 2020-06-12] 178: Checking imports ** [23:23:42 2020-06-12] 178: Checking exports ** [23:23:42 2020-06-12] 178: Checking users ** [23:23:42 2020-06-12] 178: Checking user_dbs ** [23:23:42 2020-06-12] 178: Checking geocodings ** [23:23:42 2020-06-12] 178: Checking synchronizations ** [23:23:42 2020-06-12] 178: Checking tracker ** [23:23:42 2020-06-12] 178: Checking user_migrations ** [23:23:42 2020-06-12] 178: Checking batch_updates ** [23:23:42 2020-06-12] 178: Checking gears ** [23:23:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:23:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:47 2020-06-12] 178: Checking imports ** [23:23:47 2020-06-12] 178: Checking exports ** [23:23:47 2020-06-12] 178: Checking users ** [23:23:47 2020-06-12] 178: Checking user_dbs ** [23:23:47 2020-06-12] 178: Checking geocodings ** [23:23:47 2020-06-12] 178: Checking synchronizations ** [23:23:47 2020-06-12] 178: Checking tracker ** [23:23:47 2020-06-12] 178: Checking user_migrations ** [23:23:47 2020-06-12] 178: Checking batch_updates ** [23:23:47 2020-06-12] 178: Checking gears ** [23:23:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:23:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:52 2020-06-12] 178: Checking imports ** [23:23:52 2020-06-12] 178: Checking exports ** [23:23:52 2020-06-12] 178: Checking users ** [23:23:52 2020-06-12] 178: Checking user_dbs ** [23:23:52 2020-06-12] 178: Checking geocodings ** [23:23:52 2020-06-12] 178: Checking synchronizations ** [23:23:52 2020-06-12] 178: Checking tracker ** [23:23:52 2020-06-12] 178: Checking user_migrations ** [23:23:52 2020-06-12] 178: Checking batch_updates ** [23:23:52 2020-06-12] 178: Checking gears ** [23:23:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:23:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:57 2020-06-12] 178: Checking imports ** [23:23:57 2020-06-12] 178: Checking exports ** [23:23:57 2020-06-12] 178: Checking users ** [23:23:57 2020-06-12] 178: Checking user_dbs ** [23:23:57 2020-06-12] 178: Checking geocodings ** [23:23:57 2020-06-12] 178: Checking synchronizations ** [23:23:57 2020-06-12] 178: Checking tracker ** [23:23:57 2020-06-12] 178: Checking user_migrations ** [23:23:57 2020-06-12] 178: Checking batch_updates ** [23:23:57 2020-06-12] 178: Checking gears ** [23:23:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:23:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:02 2020-06-12] 178: Checking imports ** [23:24:02 2020-06-12] 178: Checking exports ** [23:24:02 2020-06-12] 178: Checking users ** [23:24:02 2020-06-12] 178: Checking user_dbs ** [23:24:02 2020-06-12] 178: Checking geocodings ** [23:24:02 2020-06-12] 178: Checking synchronizations ** [23:24:02 2020-06-12] 178: Checking tracker ** [23:24:02 2020-06-12] 178: Checking user_migrations ** [23:24:02 2020-06-12] 178: Checking batch_updates ** [23:24:02 2020-06-12] 178: Checking gears ** [23:24:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:24:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:07 2020-06-12] 178: Checking imports ** [23:24:07 2020-06-12] 178: Checking exports ** [23:24:07 2020-06-12] 178: Checking users ** [23:24:07 2020-06-12] 178: Checking user_dbs ** [23:24:07 2020-06-12] 178: Checking geocodings ** [23:24:07 2020-06-12] 178: Checking synchronizations ** [23:24:07 2020-06-12] 178: Checking tracker ** [23:24:07 2020-06-12] 178: Checking user_migrations ** [23:24:07 2020-06-12] 178: Checking batch_updates ** [23:24:07 2020-06-12] 178: Checking gears ** [23:24:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:24:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:12 2020-06-12] 178: Checking imports ** [23:24:12 2020-06-12] 178: Checking exports ** [23:24:12 2020-06-12] 178: Checking users ** [23:24:12 2020-06-12] 178: Checking user_dbs ** [23:24:12 2020-06-12] 178: Checking geocodings ** [23:24:12 2020-06-12] 178: Checking synchronizations ** [23:24:12 2020-06-12] 178: Checking tracker ** [23:24:12 2020-06-12] 178: Checking user_migrations ** [23:24:12 2020-06-12] 178: Checking batch_updates ** [23:24:12 2020-06-12] 178: Checking gears ** [23:24:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:24:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:17 2020-06-12] 178: Checking imports ** [23:24:17 2020-06-12] 178: Checking exports ** [23:24:17 2020-06-12] 178: Checking users ** [23:24:17 2020-06-12] 178: Checking user_dbs ** [23:24:17 2020-06-12] 178: Checking geocodings ** [23:24:17 2020-06-12] 178: Checking synchronizations ** [23:24:17 2020-06-12] 178: Checking tracker ** [23:24:17 2020-06-12] 178: Checking user_migrations ** [23:24:17 2020-06-12] 178: Checking batch_updates ** [23:24:17 2020-06-12] 178: Checking gears ** [23:24:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:24:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:22 2020-06-12] 178: Checking imports ** [23:24:22 2020-06-12] 178: Checking exports ** [23:24:22 2020-06-12] 178: Checking users ** [23:24:22 2020-06-12] 178: Checking user_dbs ** [23:24:22 2020-06-12] 178: Checking geocodings ** [23:24:22 2020-06-12] 178: Checking synchronizations ** [23:24:22 2020-06-12] 178: Checking tracker ** [23:24:22 2020-06-12] 178: Checking user_migrations ** [23:24:22 2020-06-12] 178: Checking batch_updates ** [23:24:22 2020-06-12] 178: Checking gears ** [23:24:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:24:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:27 2020-06-12] 178: Checking imports ** [23:24:27 2020-06-12] 178: Checking exports ** [23:24:27 2020-06-12] 178: Checking users ** [23:24:27 2020-06-12] 178: Checking user_dbs ** [23:24:27 2020-06-12] 178: Checking geocodings ** [23:24:27 2020-06-12] 178: Checking synchronizations ** [23:24:27 2020-06-12] 178: Checking tracker ** [23:24:27 2020-06-12] 178: Checking user_migrations ** [23:24:27 2020-06-12] 178: Checking batch_updates ** [23:24:27 2020-06-12] 178: Checking gears ** [23:24:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:24:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:32 2020-06-12] 178: Checking imports ** [23:24:32 2020-06-12] 178: Checking exports ** [23:24:32 2020-06-12] 178: Checking users ** [23:24:32 2020-06-12] 178: Checking user_dbs ** [23:24:32 2020-06-12] 178: Checking geocodings ** [23:24:32 2020-06-12] 178: Checking synchronizations ** [23:24:32 2020-06-12] 178: Checking tracker ** [23:24:32 2020-06-12] 178: Checking user_migrations ** [23:24:32 2020-06-12] 178: Checking batch_updates ** [23:24:32 2020-06-12] 178: Checking gears ** [23:24:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:24:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:37 2020-06-12] 178: Checking imports ** [23:24:37 2020-06-12] 178: Checking exports ** [23:24:37 2020-06-12] 178: Checking users ** [23:24:37 2020-06-12] 178: Checking user_dbs ** [23:24:37 2020-06-12] 178: Checking geocodings ** [23:24:37 2020-06-12] 178: Checking synchronizations ** [23:24:37 2020-06-12] 178: Checking tracker ** [23:24:37 2020-06-12] 178: Checking user_migrations ** [23:24:37 2020-06-12] 178: Checking batch_updates ** [23:24:37 2020-06-12] 178: Checking gears ** [23:24:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:24:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:42 2020-06-12] 178: Checking imports ** [23:24:42 2020-06-12] 178: Checking exports ** [23:24:42 2020-06-12] 178: Checking users ** [23:24:42 2020-06-12] 178: Checking user_dbs ** [23:24:42 2020-06-12] 178: Checking geocodings ** [23:24:42 2020-06-12] 178: Checking synchronizations ** [23:24:42 2020-06-12] 178: Checking tracker ** [23:24:42 2020-06-12] 178: Checking user_migrations ** [23:24:42 2020-06-12] 178: Checking batch_updates ** [23:24:42 2020-06-12] 178: Checking gears ** [23:24:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:24:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:47 2020-06-12] 178: Checking imports ** [23:24:47 2020-06-12] 178: Checking exports ** [23:24:47 2020-06-12] 178: Checking users ** [23:24:47 2020-06-12] 178: Checking user_dbs ** [23:24:47 2020-06-12] 178: Checking geocodings ** [23:24:47 2020-06-12] 178: Checking synchronizations ** [23:24:47 2020-06-12] 178: Checking tracker ** [23:24:47 2020-06-12] 178: Checking user_migrations ** [23:24:47 2020-06-12] 178: Checking batch_updates ** [23:24:47 2020-06-12] 178: Checking gears ** [23:24:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:24:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:52 2020-06-12] 178: Checking imports ** [23:24:52 2020-06-12] 178: Checking exports ** [23:24:52 2020-06-12] 178: Checking users ** [23:24:52 2020-06-12] 178: Checking user_dbs ** [23:24:52 2020-06-12] 178: Checking geocodings ** [23:24:52 2020-06-12] 178: Checking synchronizations ** [23:24:52 2020-06-12] 178: Checking tracker ** [23:24:52 2020-06-12] 178: Checking user_migrations ** [23:24:52 2020-06-12] 178: Checking batch_updates ** [23:24:52 2020-06-12] 178: Checking gears ** [23:24:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:24:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:57 2020-06-12] 178: Checking imports ** [23:24:57 2020-06-12] 178: Checking exports ** [23:24:57 2020-06-12] 178: Checking users ** [23:24:57 2020-06-12] 178: Checking user_dbs ** [23:24:57 2020-06-12] 178: Checking geocodings ** [23:24:57 2020-06-12] 178: Checking synchronizations ** [23:24:57 2020-06-12] 178: Checking tracker ** [23:24:57 2020-06-12] 178: Checking user_migrations ** [23:24:57 2020-06-12] 178: Checking batch_updates ** [23:24:57 2020-06-12] 178: Checking gears ** [23:24:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:24:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:02 2020-06-12] 178: Checking imports ** [23:25:02 2020-06-12] 178: Checking exports ** [23:25:02 2020-06-12] 178: Checking users ** [23:25:02 2020-06-12] 178: Checking user_dbs ** [23:25:02 2020-06-12] 178: Checking geocodings ** [23:25:02 2020-06-12] 178: Checking synchronizations ** [23:25:02 2020-06-12] 178: Checking tracker ** [23:25:02 2020-06-12] 178: Checking user_migrations ** [23:25:02 2020-06-12] 178: Checking batch_updates ** [23:25:02 2020-06-12] 178: Checking gears ** [23:25:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:25:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:07 2020-06-12] 178: Checking imports ** [23:25:07 2020-06-12] 178: Checking exports ** [23:25:07 2020-06-12] 178: Checking users ** [23:25:07 2020-06-12] 178: Checking user_dbs ** [23:25:07 2020-06-12] 178: Checking geocodings ** [23:25:07 2020-06-12] 178: Checking synchronizations ** [23:25:07 2020-06-12] 178: Checking tracker ** [23:25:07 2020-06-12] 178: Checking user_migrations ** [23:25:07 2020-06-12] 178: Checking batch_updates ** [23:25:07 2020-06-12] 178: Checking gears ** [23:25:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:25:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:12 2020-06-12] 178: Checking imports ** [23:25:12 2020-06-12] 178: Checking exports ** [23:25:12 2020-06-12] 178: Checking users ** [23:25:12 2020-06-12] 178: Checking user_dbs ** [23:25:12 2020-06-12] 178: Checking geocodings ** [23:25:12 2020-06-12] 178: Checking synchronizations ** [23:25:12 2020-06-12] 178: Checking tracker ** [23:25:12 2020-06-12] 178: Checking user_migrations ** [23:25:12 2020-06-12] 178: Checking batch_updates ** [23:25:12 2020-06-12] 178: Checking gears ** [23:25:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:25:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:17 2020-06-12] 178: Checking imports ** [23:25:17 2020-06-12] 178: Checking exports ** [23:25:17 2020-06-12] 178: Checking users ** [23:25:17 2020-06-12] 178: Checking user_dbs ** [23:25:17 2020-06-12] 178: Checking geocodings ** [23:25:17 2020-06-12] 178: Checking synchronizations ** [23:25:17 2020-06-12] 178: Checking tracker ** [23:25:17 2020-06-12] 178: Checking user_migrations ** [23:25:17 2020-06-12] 178: Checking batch_updates ** [23:25:17 2020-06-12] 178: Checking gears ** [23:25:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:25:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:22 2020-06-12] 178: Checking imports ** [23:25:22 2020-06-12] 178: Checking exports ** [23:25:22 2020-06-12] 178: Checking users ** [23:25:22 2020-06-12] 178: Checking user_dbs ** [23:25:22 2020-06-12] 178: Checking geocodings ** [23:25:22 2020-06-12] 178: Checking synchronizations ** [23:25:22 2020-06-12] 178: Checking tracker ** [23:25:22 2020-06-12] 178: Checking user_migrations ** [23:25:22 2020-06-12] 178: Checking batch_updates ** [23:25:22 2020-06-12] 178: Checking gears ** [23:25:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:25:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:27 2020-06-12] 178: Checking imports ** [23:25:27 2020-06-12] 178: Checking exports ** [23:25:27 2020-06-12] 178: Checking users ** [23:25:27 2020-06-12] 178: Checking user_dbs ** [23:25:27 2020-06-12] 178: Checking geocodings ** [23:25:27 2020-06-12] 178: Checking synchronizations ** [23:25:27 2020-06-12] 178: Checking tracker ** [23:25:27 2020-06-12] 178: Checking user_migrations ** [23:25:27 2020-06-12] 178: Checking batch_updates ** [23:25:27 2020-06-12] 178: Checking gears ** [23:25:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:25:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:32 2020-06-12] 178: Checking imports ** [23:25:32 2020-06-12] 178: Checking exports ** [23:25:32 2020-06-12] 178: Checking users ** [23:25:32 2020-06-12] 178: Checking user_dbs ** [23:25:32 2020-06-12] 178: Checking geocodings ** [23:25:32 2020-06-12] 178: Checking synchronizations ** [23:25:32 2020-06-12] 178: Checking tracker ** [23:25:32 2020-06-12] 178: Checking user_migrations ** [23:25:32 2020-06-12] 178: Checking batch_updates ** [23:25:32 2020-06-12] 178: Checking gears ** [23:25:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:25:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:37 2020-06-12] 178: Checking imports ** [23:25:37 2020-06-12] 178: Checking exports ** [23:25:37 2020-06-12] 178: Checking users ** [23:25:37 2020-06-12] 178: Checking user_dbs ** [23:25:37 2020-06-12] 178: Checking geocodings ** [23:25:37 2020-06-12] 178: Checking synchronizations ** [23:25:37 2020-06-12] 178: Checking tracker ** [23:25:37 2020-06-12] 178: Checking user_migrations ** [23:25:37 2020-06-12] 178: Checking batch_updates ** [23:25:37 2020-06-12] 178: Checking gears ** [23:25:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:25:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:42 2020-06-12] 178: Checking imports ** [23:25:42 2020-06-12] 178: Checking exports ** [23:25:42 2020-06-12] 178: Checking users ** [23:25:42 2020-06-12] 178: Checking user_dbs ** [23:25:42 2020-06-12] 178: Checking geocodings ** [23:25:42 2020-06-12] 178: Checking synchronizations ** [23:25:42 2020-06-12] 178: Checking tracker ** [23:25:42 2020-06-12] 178: Checking user_migrations ** [23:25:42 2020-06-12] 178: Checking batch_updates ** [23:25:42 2020-06-12] 178: Checking gears ** [23:25:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:25:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:47 2020-06-12] 178: Checking imports ** [23:25:47 2020-06-12] 178: Checking exports ** [23:25:47 2020-06-12] 178: Checking users ** [23:25:47 2020-06-12] 178: Checking user_dbs ** [23:25:47 2020-06-12] 178: Checking geocodings ** [23:25:47 2020-06-12] 178: Checking synchronizations ** [23:25:47 2020-06-12] 178: Checking tracker ** [23:25:47 2020-06-12] 178: Checking user_migrations ** [23:25:47 2020-06-12] 178: Checking batch_updates ** [23:25:47 2020-06-12] 178: Checking gears ** [23:25:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:25:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:52 2020-06-12] 178: Checking imports ** [23:25:52 2020-06-12] 178: Checking exports ** [23:25:52 2020-06-12] 178: Checking users ** [23:25:52 2020-06-12] 178: Checking user_dbs ** [23:25:52 2020-06-12] 178: Checking geocodings ** [23:25:52 2020-06-12] 178: Checking synchronizations ** [23:25:52 2020-06-12] 178: Checking tracker ** [23:25:52 2020-06-12] 178: Checking user_migrations ** [23:25:52 2020-06-12] 178: Checking batch_updates ** [23:25:52 2020-06-12] 178: Checking gears ** [23:25:52 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:25:52 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:57 2020-06-12] 178: Checking imports ** [23:25:57 2020-06-12] 178: Checking exports ** [23:25:57 2020-06-12] 178: Checking users ** [23:25:57 2020-06-12] 178: Checking user_dbs ** [23:25:57 2020-06-12] 178: Checking geocodings ** [23:25:57 2020-06-12] 178: Checking synchronizations ** [23:25:57 2020-06-12] 178: Checking tracker ** [23:25:57 2020-06-12] 178: Checking user_migrations ** [23:25:57 2020-06-12] 178: Checking batch_updates ** [23:25:57 2020-06-12] 178: Checking gears ** [23:25:57 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:25:57 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:02 2020-06-12] 178: Checking imports ** [23:26:02 2020-06-12] 178: Checking exports ** [23:26:02 2020-06-12] 178: Checking users ** [23:26:02 2020-06-12] 178: Checking user_dbs ** [23:26:02 2020-06-12] 178: Checking geocodings ** [23:26:02 2020-06-12] 178: Checking synchronizations ** [23:26:02 2020-06-12] 178: Checking tracker ** [23:26:02 2020-06-12] 178: Checking user_migrations ** [23:26:02 2020-06-12] 178: Checking batch_updates ** [23:26:02 2020-06-12] 178: Checking gears ** [23:26:02 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:26:02 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:07 2020-06-12] 178: Checking imports ** [23:26:07 2020-06-12] 178: Checking exports ** [23:26:07 2020-06-12] 178: Checking users ** [23:26:07 2020-06-12] 178: Checking user_dbs ** [23:26:07 2020-06-12] 178: Checking geocodings ** [23:26:07 2020-06-12] 178: Checking synchronizations ** [23:26:07 2020-06-12] 178: Checking tracker ** [23:26:07 2020-06-12] 178: Checking user_migrations ** [23:26:07 2020-06-12] 178: Checking batch_updates ** [23:26:07 2020-06-12] 178: Checking gears ** [23:26:07 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:26:07 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:12 2020-06-12] 178: Checking imports ** [23:26:12 2020-06-12] 178: Checking exports ** [23:26:12 2020-06-12] 178: Checking users ** [23:26:12 2020-06-12] 178: Checking user_dbs ** [23:26:12 2020-06-12] 178: Checking geocodings ** [23:26:12 2020-06-12] 178: Checking synchronizations ** [23:26:12 2020-06-12] 178: Checking tracker ** [23:26:12 2020-06-12] 178: Checking user_migrations ** [23:26:12 2020-06-12] 178: Checking batch_updates ** [23:26:12 2020-06-12] 178: Checking gears ** [23:26:12 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:26:12 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:17 2020-06-12] 178: Checking imports ** [23:26:17 2020-06-12] 178: Checking exports ** [23:26:17 2020-06-12] 178: Checking users ** [23:26:17 2020-06-12] 178: Checking user_dbs ** [23:26:17 2020-06-12] 178: Checking geocodings ** [23:26:17 2020-06-12] 178: Checking synchronizations ** [23:26:17 2020-06-12] 178: Checking tracker ** [23:26:17 2020-06-12] 178: Checking user_migrations ** [23:26:17 2020-06-12] 178: Checking batch_updates ** [23:26:17 2020-06-12] 178: Checking gears ** [23:26:17 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:26:17 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:22 2020-06-12] 178: Checking imports ** [23:26:22 2020-06-12] 178: Checking exports ** [23:26:22 2020-06-12] 178: Checking users ** [23:26:22 2020-06-12] 178: Checking user_dbs ** [23:26:22 2020-06-12] 178: Checking geocodings ** [23:26:22 2020-06-12] 178: Checking synchronizations ** [23:26:22 2020-06-12] 178: Checking tracker ** [23:26:22 2020-06-12] 178: Checking user_migrations ** [23:26:22 2020-06-12] 178: Checking batch_updates ** [23:26:22 2020-06-12] 178: Checking gears ** [23:26:22 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:26:22 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:27 2020-06-12] 178: Checking imports ** [23:26:27 2020-06-12] 178: Checking exports ** [23:26:27 2020-06-12] 178: Checking users ** [23:26:27 2020-06-12] 178: Checking user_dbs ** [23:26:27 2020-06-12] 178: Checking geocodings ** [23:26:27 2020-06-12] 178: Checking synchronizations ** [23:26:27 2020-06-12] 178: Checking tracker ** [23:26:27 2020-06-12] 178: Checking user_migrations ** [23:26:27 2020-06-12] 178: Checking batch_updates ** [23:26:27 2020-06-12] 178: Checking gears ** [23:26:27 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:26:27 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:32 2020-06-12] 178: Checking imports ** [23:26:32 2020-06-12] 178: Checking exports ** [23:26:32 2020-06-12] 178: Checking users ** [23:26:32 2020-06-12] 178: Checking user_dbs ** [23:26:32 2020-06-12] 178: Checking geocodings ** [23:26:32 2020-06-12] 178: Checking synchronizations ** [23:26:32 2020-06-12] 178: Checking tracker ** [23:26:32 2020-06-12] 178: Checking user_migrations ** [23:26:32 2020-06-12] 178: Checking batch_updates ** [23:26:32 2020-06-12] 178: Checking gears ** [23:26:32 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:26:32 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:37 2020-06-12] 178: Checking imports ** [23:26:37 2020-06-12] 178: Checking exports ** [23:26:37 2020-06-12] 178: Checking users ** [23:26:37 2020-06-12] 178: Checking user_dbs ** [23:26:37 2020-06-12] 178: Checking geocodings ** [23:26:37 2020-06-12] 178: Checking synchronizations ** [23:26:37 2020-06-12] 178: Checking tracker ** [23:26:37 2020-06-12] 178: Checking user_migrations ** [23:26:37 2020-06-12] 178: Checking batch_updates ** [23:26:37 2020-06-12] 178: Checking gears ** [23:26:37 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:26:37 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:42 2020-06-12] 178: Checking imports ** [23:26:42 2020-06-12] 178: Checking exports ** [23:26:42 2020-06-12] 178: Checking users ** [23:26:42 2020-06-12] 178: Checking user_dbs ** [23:26:42 2020-06-12] 178: Checking geocodings ** [23:26:42 2020-06-12] 178: Checking synchronizations ** [23:26:42 2020-06-12] 178: Checking tracker ** [23:26:42 2020-06-12] 178: Checking user_migrations ** [23:26:42 2020-06-12] 178: Checking batch_updates ** [23:26:42 2020-06-12] 178: Checking gears ** [23:26:42 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:26:42 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:47 2020-06-12] 178: Checking imports ** [23:26:47 2020-06-12] 178: Checking exports ** [23:26:47 2020-06-12] 178: Checking users ** [23:26:47 2020-06-12] 178: Checking user_dbs ** [23:26:47 2020-06-12] 178: Checking geocodings ** [23:26:47 2020-06-12] 178: Checking synchronizations ** [23:26:47 2020-06-12] 178: Checking tracker ** [23:26:47 2020-06-12] 178: Checking user_migrations ** [23:26:47 2020-06-12] 178: Checking batch_updates ** [23:26:47 2020-06-12] 178: Checking gears ** [23:26:47 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:26:47 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:53 2020-06-12] 178: Checking imports ** [23:26:53 2020-06-12] 178: Checking exports ** [23:26:53 2020-06-12] 178: Checking users ** [23:26:53 2020-06-12] 178: Checking user_dbs ** [23:26:53 2020-06-12] 178: Checking geocodings ** [23:26:53 2020-06-12] 178: Checking synchronizations ** [23:26:53 2020-06-12] 178: Checking tracker ** [23:26:53 2020-06-12] 178: Checking user_migrations ** [23:26:53 2020-06-12] 178: Checking batch_updates ** [23:26:53 2020-06-12] 178: Checking gears ** [23:26:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:26:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:58 2020-06-12] 178: Checking imports ** [23:26:58 2020-06-12] 178: Checking exports ** [23:26:58 2020-06-12] 178: Checking users ** [23:26:58 2020-06-12] 178: Checking user_dbs ** [23:26:58 2020-06-12] 178: Checking geocodings ** [23:26:58 2020-06-12] 178: Checking synchronizations ** [23:26:58 2020-06-12] 178: Checking tracker ** [23:26:58 2020-06-12] 178: Checking user_migrations ** [23:26:58 2020-06-12] 178: Checking batch_updates ** [23:26:58 2020-06-12] 178: Checking gears ** [23:26:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:26:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:03 2020-06-12] 178: Checking imports ** [23:27:03 2020-06-12] 178: Checking exports ** [23:27:03 2020-06-12] 178: Checking users ** [23:27:03 2020-06-12] 178: Checking user_dbs ** [23:27:03 2020-06-12] 178: Checking geocodings ** [23:27:03 2020-06-12] 178: Checking synchronizations ** [23:27:03 2020-06-12] 178: Checking tracker ** [23:27:03 2020-06-12] 178: Checking user_migrations ** [23:27:03 2020-06-12] 178: Checking batch_updates ** [23:27:03 2020-06-12] 178: Checking gears ** [23:27:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:27:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:08 2020-06-12] 178: Checking imports ** [23:27:08 2020-06-12] 178: Checking exports ** [23:27:08 2020-06-12] 178: Checking users ** [23:27:08 2020-06-12] 178: Checking user_dbs ** [23:27:08 2020-06-12] 178: Checking geocodings ** [23:27:08 2020-06-12] 178: Checking synchronizations ** [23:27:08 2020-06-12] 178: Checking tracker ** [23:27:08 2020-06-12] 178: Checking user_migrations ** [23:27:08 2020-06-12] 178: Checking batch_updates ** [23:27:08 2020-06-12] 178: Checking gears ** [23:27:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:27:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:13 2020-06-12] 178: Checking imports ** [23:27:13 2020-06-12] 178: Checking exports ** [23:27:13 2020-06-12] 178: Checking users ** [23:27:13 2020-06-12] 178: Checking user_dbs ** [23:27:13 2020-06-12] 178: Checking geocodings ** [23:27:13 2020-06-12] 178: Checking synchronizations ** [23:27:13 2020-06-12] 178: Checking tracker ** [23:27:13 2020-06-12] 178: Checking user_migrations ** [23:27:13 2020-06-12] 178: Checking batch_updates ** [23:27:13 2020-06-12] 178: Checking gears ** [23:27:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:27:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:18 2020-06-12] 178: Checking imports ** [23:27:18 2020-06-12] 178: Checking exports ** [23:27:18 2020-06-12] 178: Checking users ** [23:27:18 2020-06-12] 178: Checking user_dbs ** [23:27:18 2020-06-12] 178: Checking geocodings ** [23:27:18 2020-06-12] 178: Checking synchronizations ** [23:27:18 2020-06-12] 178: Checking tracker ** [23:27:18 2020-06-12] 178: Checking user_migrations ** [23:27:18 2020-06-12] 178: Checking batch_updates ** [23:27:18 2020-06-12] 178: Checking gears ** [23:27:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:27:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:23 2020-06-12] 178: Checking imports ** [23:27:23 2020-06-12] 178: Checking exports ** [23:27:23 2020-06-12] 178: Checking users ** [23:27:23 2020-06-12] 178: Checking user_dbs ** [23:27:23 2020-06-12] 178: Checking geocodings ** [23:27:23 2020-06-12] 178: Checking synchronizations ** [23:27:23 2020-06-12] 178: Checking tracker ** [23:27:23 2020-06-12] 178: Checking user_migrations ** [23:27:23 2020-06-12] 178: Checking batch_updates ** [23:27:23 2020-06-12] 178: Checking gears ** [23:27:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:27:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:28 2020-06-12] 178: Checking imports ** [23:27:28 2020-06-12] 178: Checking exports ** [23:27:28 2020-06-12] 178: Checking users ** [23:27:28 2020-06-12] 178: Checking user_dbs ** [23:27:28 2020-06-12] 178: Checking geocodings ** [23:27:28 2020-06-12] 178: Checking synchronizations ** [23:27:28 2020-06-12] 178: Checking tracker ** [23:27:28 2020-06-12] 178: Checking user_migrations ** [23:27:28 2020-06-12] 178: Checking batch_updates ** [23:27:28 2020-06-12] 178: Checking gears ** [23:27:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:27:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:33 2020-06-12] 178: Checking imports ** [23:27:33 2020-06-12] 178: Checking exports ** [23:27:33 2020-06-12] 178: Checking users ** [23:27:33 2020-06-12] 178: Checking user_dbs ** [23:27:33 2020-06-12] 178: Checking geocodings ** [23:27:33 2020-06-12] 178: Checking synchronizations ** [23:27:33 2020-06-12] 178: Checking tracker ** [23:27:33 2020-06-12] 178: Checking user_migrations ** [23:27:33 2020-06-12] 178: Checking batch_updates ** [23:27:33 2020-06-12] 178: Checking gears ** [23:27:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:27:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:38 2020-06-12] 178: Checking imports ** [23:27:38 2020-06-12] 178: Checking exports ** [23:27:38 2020-06-12] 178: Checking users ** [23:27:38 2020-06-12] 178: Checking user_dbs ** [23:27:38 2020-06-12] 178: Checking geocodings ** [23:27:38 2020-06-12] 178: Checking synchronizations ** [23:27:38 2020-06-12] 178: Checking tracker ** [23:27:38 2020-06-12] 178: Checking user_migrations ** [23:27:38 2020-06-12] 178: Checking batch_updates ** [23:27:38 2020-06-12] 178: Checking gears ** [23:27:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:27:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:43 2020-06-12] 178: Checking imports ** [23:27:43 2020-06-12] 178: Checking exports ** [23:27:43 2020-06-12] 178: Checking users ** [23:27:43 2020-06-12] 178: Checking user_dbs ** [23:27:43 2020-06-12] 178: Checking geocodings ** [23:27:43 2020-06-12] 178: Checking synchronizations ** [23:27:43 2020-06-12] 178: Checking tracker ** [23:27:43 2020-06-12] 178: Checking user_migrations ** [23:27:43 2020-06-12] 178: Checking batch_updates ** [23:27:43 2020-06-12] 178: Checking gears ** [23:27:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:27:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:48 2020-06-12] 178: Checking imports ** [23:27:48 2020-06-12] 178: Checking exports ** [23:27:48 2020-06-12] 178: Checking users ** [23:27:48 2020-06-12] 178: Checking user_dbs ** [23:27:48 2020-06-12] 178: Checking geocodings ** [23:27:48 2020-06-12] 178: Checking synchronizations ** [23:27:48 2020-06-12] 178: Checking tracker ** [23:27:48 2020-06-12] 178: Checking user_migrations ** [23:27:48 2020-06-12] 178: Checking batch_updates ** [23:27:48 2020-06-12] 178: Checking gears ** [23:27:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:27:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:53 2020-06-12] 178: Checking imports ** [23:27:53 2020-06-12] 178: Checking exports ** [23:27:53 2020-06-12] 178: Checking users ** [23:27:53 2020-06-12] 178: Checking user_dbs ** [23:27:53 2020-06-12] 178: Checking geocodings ** [23:27:53 2020-06-12] 178: Checking synchronizations ** [23:27:53 2020-06-12] 178: Checking tracker ** [23:27:53 2020-06-12] 178: Checking user_migrations ** [23:27:53 2020-06-12] 178: Checking batch_updates ** [23:27:53 2020-06-12] 178: Checking gears ** [23:27:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:27:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:58 2020-06-12] 178: Checking imports ** [23:27:58 2020-06-12] 178: Checking exports ** [23:27:58 2020-06-12] 178: Checking users ** [23:27:58 2020-06-12] 178: Checking user_dbs ** [23:27:58 2020-06-12] 178: Checking geocodings ** [23:27:58 2020-06-12] 178: Checking synchronizations ** [23:27:58 2020-06-12] 178: Checking tracker ** [23:27:58 2020-06-12] 178: Checking user_migrations ** [23:27:58 2020-06-12] 178: Checking batch_updates ** [23:27:58 2020-06-12] 178: Checking gears ** [23:27:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:27:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:03 2020-06-12] 178: Checking imports ** [23:28:03 2020-06-12] 178: Checking exports ** [23:28:03 2020-06-12] 178: Checking users ** [23:28:03 2020-06-12] 178: Checking user_dbs ** [23:28:03 2020-06-12] 178: Checking geocodings ** [23:28:03 2020-06-12] 178: Checking synchronizations ** [23:28:03 2020-06-12] 178: Checking tracker ** [23:28:03 2020-06-12] 178: Checking user_migrations ** [23:28:03 2020-06-12] 178: Checking batch_updates ** [23:28:03 2020-06-12] 178: Checking gears ** [23:28:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:28:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:08 2020-06-12] 178: Checking imports ** [23:28:08 2020-06-12] 178: Checking exports ** [23:28:08 2020-06-12] 178: Checking users ** [23:28:08 2020-06-12] 178: Checking user_dbs ** [23:28:08 2020-06-12] 178: Checking geocodings ** [23:28:08 2020-06-12] 178: Checking synchronizations ** [23:28:08 2020-06-12] 178: Checking tracker ** [23:28:08 2020-06-12] 178: Checking user_migrations ** [23:28:08 2020-06-12] 178: Checking batch_updates ** [23:28:08 2020-06-12] 178: Checking gears ** [23:28:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:28:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:13 2020-06-12] 178: Checking imports ** [23:28:13 2020-06-12] 178: Checking exports ** [23:28:13 2020-06-12] 178: Checking users ** [23:28:13 2020-06-12] 178: Checking user_dbs ** [23:28:13 2020-06-12] 178: Checking geocodings ** [23:28:13 2020-06-12] 178: Checking synchronizations ** [23:28:13 2020-06-12] 178: Checking tracker ** [23:28:13 2020-06-12] 178: Checking user_migrations ** [23:28:13 2020-06-12] 178: Checking batch_updates ** [23:28:13 2020-06-12] 178: Checking gears ** [23:28:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:28:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:18 2020-06-12] 178: Checking imports ** [23:28:18 2020-06-12] 178: Checking exports ** [23:28:18 2020-06-12] 178: Checking users ** [23:28:18 2020-06-12] 178: Checking user_dbs ** [23:28:18 2020-06-12] 178: Checking geocodings ** [23:28:18 2020-06-12] 178: Checking synchronizations ** [23:28:18 2020-06-12] 178: Checking tracker ** [23:28:18 2020-06-12] 178: Checking user_migrations ** [23:28:18 2020-06-12] 178: Checking batch_updates ** [23:28:18 2020-06-12] 178: Checking gears ** [23:28:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:28:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:23 2020-06-12] 178: Checking imports ** [23:28:23 2020-06-12] 178: Checking exports ** [23:28:23 2020-06-12] 178: Checking users ** [23:28:23 2020-06-12] 178: Checking user_dbs ** [23:28:23 2020-06-12] 178: Checking geocodings ** [23:28:23 2020-06-12] 178: Checking synchronizations ** [23:28:23 2020-06-12] 178: Checking tracker ** [23:28:23 2020-06-12] 178: Checking user_migrations ** [23:28:23 2020-06-12] 178: Checking batch_updates ** [23:28:23 2020-06-12] 178: Checking gears ** [23:28:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:28:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:28 2020-06-12] 178: Checking imports ** [23:28:28 2020-06-12] 178: Checking exports ** [23:28:28 2020-06-12] 178: Checking users ** [23:28:28 2020-06-12] 178: Checking user_dbs ** [23:28:28 2020-06-12] 178: Checking geocodings ** [23:28:28 2020-06-12] 178: Checking synchronizations ** [23:28:28 2020-06-12] 178: Checking tracker ** [23:28:28 2020-06-12] 178: Checking user_migrations ** [23:28:28 2020-06-12] 178: Checking batch_updates ** [23:28:28 2020-06-12] 178: Checking gears ** [23:28:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:28:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:33 2020-06-12] 178: Checking imports ** [23:28:33 2020-06-12] 178: Checking exports ** [23:28:33 2020-06-12] 178: Checking users ** [23:28:33 2020-06-12] 178: Checking user_dbs ** [23:28:33 2020-06-12] 178: Checking geocodings ** [23:28:33 2020-06-12] 178: Checking synchronizations ** [23:28:33 2020-06-12] 178: Checking tracker ** [23:28:33 2020-06-12] 178: Checking user_migrations ** [23:28:33 2020-06-12] 178: Checking batch_updates ** [23:28:33 2020-06-12] 178: Checking gears ** [23:28:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:28:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:38 2020-06-12] 178: Checking imports ** [23:28:38 2020-06-12] 178: Checking exports ** [23:28:38 2020-06-12] 178: Checking users ** [23:28:38 2020-06-12] 178: Checking user_dbs ** [23:28:38 2020-06-12] 178: Checking geocodings ** [23:28:38 2020-06-12] 178: Checking synchronizations ** [23:28:38 2020-06-12] 178: Checking tracker ** [23:28:38 2020-06-12] 178: Checking user_migrations ** [23:28:38 2020-06-12] 178: Checking batch_updates ** [23:28:38 2020-06-12] 178: Checking gears ** [23:28:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:28:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:43 2020-06-12] 178: Checking imports ** [23:28:43 2020-06-12] 178: Checking exports ** [23:28:43 2020-06-12] 178: Checking users ** [23:28:43 2020-06-12] 178: Checking user_dbs ** [23:28:43 2020-06-12] 178: Checking geocodings ** [23:28:43 2020-06-12] 178: Checking synchronizations ** [23:28:43 2020-06-12] 178: Checking tracker ** [23:28:43 2020-06-12] 178: Checking user_migrations ** [23:28:43 2020-06-12] 178: Checking batch_updates ** [23:28:43 2020-06-12] 178: Checking gears ** [23:28:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:28:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:48 2020-06-12] 178: Checking imports ** [23:28:48 2020-06-12] 178: Checking exports ** [23:28:48 2020-06-12] 178: Checking users ** [23:28:48 2020-06-12] 178: Checking user_dbs ** [23:28:48 2020-06-12] 178: Checking geocodings ** [23:28:48 2020-06-12] 178: Checking synchronizations ** [23:28:48 2020-06-12] 178: Checking tracker ** [23:28:48 2020-06-12] 178: Checking user_migrations ** [23:28:48 2020-06-12] 178: Checking batch_updates ** [23:28:48 2020-06-12] 178: Checking gears ** [23:28:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:28:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:53 2020-06-12] 178: Checking imports ** [23:28:53 2020-06-12] 178: Checking exports ** [23:28:53 2020-06-12] 178: Checking users ** [23:28:53 2020-06-12] 178: Checking user_dbs ** [23:28:53 2020-06-12] 178: Checking geocodings ** [23:28:53 2020-06-12] 178: Checking synchronizations ** [23:28:53 2020-06-12] 178: Checking tracker ** [23:28:53 2020-06-12] 178: Checking user_migrations ** [23:28:53 2020-06-12] 178: Checking batch_updates ** [23:28:53 2020-06-12] 178: Checking gears ** [23:28:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:28:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:58 2020-06-12] 178: Checking imports ** [23:28:58 2020-06-12] 178: Checking exports ** [23:28:58 2020-06-12] 178: Checking users ** [23:28:58 2020-06-12] 178: Checking user_dbs ** [23:28:58 2020-06-12] 178: Checking geocodings ** [23:28:58 2020-06-12] 178: Checking synchronizations ** [23:28:58 2020-06-12] 178: Checking tracker ** [23:28:58 2020-06-12] 178: Checking user_migrations ** [23:28:58 2020-06-12] 178: Checking batch_updates ** [23:28:58 2020-06-12] 178: Checking gears ** [23:28:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:28:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:03 2020-06-12] 178: Checking imports ** [23:29:03 2020-06-12] 178: Checking exports ** [23:29:03 2020-06-12] 178: Checking users ** [23:29:03 2020-06-12] 178: Checking user_dbs ** [23:29:03 2020-06-12] 178: Checking geocodings ** [23:29:03 2020-06-12] 178: Checking synchronizations ** [23:29:03 2020-06-12] 178: Checking tracker ** [23:29:03 2020-06-12] 178: Checking user_migrations ** [23:29:03 2020-06-12] 178: Checking batch_updates ** [23:29:03 2020-06-12] 178: Checking gears ** [23:29:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:29:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:08 2020-06-12] 178: Checking imports ** [23:29:08 2020-06-12] 178: Checking exports ** [23:29:08 2020-06-12] 178: Checking users ** [23:29:08 2020-06-12] 178: Checking user_dbs ** [23:29:08 2020-06-12] 178: Checking geocodings ** [23:29:08 2020-06-12] 178: Checking synchronizations ** [23:29:08 2020-06-12] 178: Checking tracker ** [23:29:08 2020-06-12] 178: Checking user_migrations ** [23:29:08 2020-06-12] 178: Checking batch_updates ** [23:29:08 2020-06-12] 178: Checking gears ** [23:29:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:29:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:13 2020-06-12] 178: Checking imports ** [23:29:13 2020-06-12] 178: Checking exports ** [23:29:13 2020-06-12] 178: Checking users ** [23:29:13 2020-06-12] 178: Checking user_dbs ** [23:29:13 2020-06-12] 178: Checking geocodings ** [23:29:13 2020-06-12] 178: Checking synchronizations ** [23:29:13 2020-06-12] 178: Checking tracker ** [23:29:13 2020-06-12] 178: Checking user_migrations ** [23:29:13 2020-06-12] 178: Checking batch_updates ** [23:29:13 2020-06-12] 178: Checking gears ** [23:29:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:29:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:18 2020-06-12] 178: Checking imports ** [23:29:18 2020-06-12] 178: Checking exports ** [23:29:18 2020-06-12] 178: Checking users ** [23:29:18 2020-06-12] 178: Checking user_dbs ** [23:29:18 2020-06-12] 178: Checking geocodings ** [23:29:18 2020-06-12] 178: Checking synchronizations ** [23:29:18 2020-06-12] 178: Checking tracker ** [23:29:18 2020-06-12] 178: Checking user_migrations ** [23:29:18 2020-06-12] 178: Checking batch_updates ** [23:29:18 2020-06-12] 178: Checking gears ** [23:29:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:29:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:23 2020-06-12] 178: Checking imports ** [23:29:23 2020-06-12] 178: Checking exports ** [23:29:23 2020-06-12] 178: Checking users ** [23:29:23 2020-06-12] 178: Checking user_dbs ** [23:29:23 2020-06-12] 178: Checking geocodings ** [23:29:23 2020-06-12] 178: Checking synchronizations ** [23:29:23 2020-06-12] 178: Checking tracker ** [23:29:23 2020-06-12] 178: Checking user_migrations ** [23:29:23 2020-06-12] 178: Checking batch_updates ** [23:29:23 2020-06-12] 178: Checking gears ** [23:29:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:29:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:28 2020-06-12] 178: Checking imports ** [23:29:28 2020-06-12] 178: Checking exports ** [23:29:28 2020-06-12] 178: Checking users ** [23:29:28 2020-06-12] 178: Checking user_dbs ** [23:29:28 2020-06-12] 178: Checking geocodings ** [23:29:28 2020-06-12] 178: Checking synchronizations ** [23:29:28 2020-06-12] 178: Checking tracker ** [23:29:28 2020-06-12] 178: Checking user_migrations ** [23:29:28 2020-06-12] 178: Checking batch_updates ** [23:29:28 2020-06-12] 178: Checking gears ** [23:29:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:29:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:33 2020-06-12] 178: Checking imports ** [23:29:33 2020-06-12] 178: Checking exports ** [23:29:33 2020-06-12] 178: Checking users ** [23:29:33 2020-06-12] 178: Checking user_dbs ** [23:29:33 2020-06-12] 178: Checking geocodings ** [23:29:33 2020-06-12] 178: Checking synchronizations ** [23:29:33 2020-06-12] 178: Checking tracker ** [23:29:33 2020-06-12] 178: Checking user_migrations ** [23:29:33 2020-06-12] 178: Checking batch_updates ** [23:29:33 2020-06-12] 178: Checking gears ** [23:29:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:29:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:38 2020-06-12] 178: Checking imports ** [23:29:38 2020-06-12] 178: Checking exports ** [23:29:38 2020-06-12] 178: Checking users ** [23:29:38 2020-06-12] 178: Checking user_dbs ** [23:29:38 2020-06-12] 178: Checking geocodings ** [23:29:38 2020-06-12] 178: Checking synchronizations ** [23:29:38 2020-06-12] 178: Checking tracker ** [23:29:38 2020-06-12] 178: Checking user_migrations ** [23:29:38 2020-06-12] 178: Checking batch_updates ** [23:29:38 2020-06-12] 178: Checking gears ** [23:29:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:29:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:43 2020-06-12] 178: Checking imports ** [23:29:43 2020-06-12] 178: Checking exports ** [23:29:43 2020-06-12] 178: Checking users ** [23:29:43 2020-06-12] 178: Checking user_dbs ** [23:29:43 2020-06-12] 178: Checking geocodings ** [23:29:43 2020-06-12] 178: Checking synchronizations ** [23:29:43 2020-06-12] 178: Checking tracker ** [23:29:43 2020-06-12] 178: Checking user_migrations ** [23:29:43 2020-06-12] 178: Checking batch_updates ** [23:29:43 2020-06-12] 178: Checking gears ** [23:29:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:29:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:48 2020-06-12] 178: Checking imports ** [23:29:48 2020-06-12] 178: Checking exports ** [23:29:48 2020-06-12] 178: Checking users ** [23:29:48 2020-06-12] 178: Checking user_dbs ** [23:29:48 2020-06-12] 178: Checking geocodings ** [23:29:48 2020-06-12] 178: Checking synchronizations ** [23:29:48 2020-06-12] 178: Checking tracker ** [23:29:48 2020-06-12] 178: Checking user_migrations ** [23:29:48 2020-06-12] 178: Checking batch_updates ** [23:29:48 2020-06-12] 178: Checking gears ** [23:29:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:29:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:53 2020-06-12] 178: Checking imports ** [23:29:53 2020-06-12] 178: Checking exports ** [23:29:53 2020-06-12] 178: Checking users ** [23:29:53 2020-06-12] 178: Checking user_dbs ** [23:29:53 2020-06-12] 178: Checking geocodings ** [23:29:53 2020-06-12] 178: Checking synchronizations ** [23:29:53 2020-06-12] 178: Checking tracker ** [23:29:53 2020-06-12] 178: Checking user_migrations ** [23:29:53 2020-06-12] 178: Checking batch_updates ** [23:29:53 2020-06-12] 178: Checking gears ** [23:29:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:29:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:58 2020-06-12] 178: Checking imports ** [23:29:58 2020-06-12] 178: Checking exports ** [23:29:58 2020-06-12] 178: Checking users ** [23:29:58 2020-06-12] 178: Checking user_dbs ** [23:29:58 2020-06-12] 178: Checking geocodings ** [23:29:58 2020-06-12] 178: Checking synchronizations ** [23:29:58 2020-06-12] 178: Checking tracker ** [23:29:58 2020-06-12] 178: Checking user_migrations ** [23:29:58 2020-06-12] 178: Checking batch_updates ** [23:29:58 2020-06-12] 178: Checking gears ** [23:29:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:29:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:03 2020-06-12] 178: Checking imports ** [23:30:03 2020-06-12] 178: Checking exports ** [23:30:03 2020-06-12] 178: Checking users ** [23:30:03 2020-06-12] 178: Checking user_dbs ** [23:30:03 2020-06-12] 178: Checking geocodings ** [23:30:03 2020-06-12] 178: Checking synchronizations ** [23:30:03 2020-06-12] 178: Checking tracker ** [23:30:03 2020-06-12] 178: Checking user_migrations ** [23:30:03 2020-06-12] 178: Checking batch_updates ** [23:30:03 2020-06-12] 178: Checking gears ** [23:30:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:30:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:08 2020-06-12] 178: Checking imports ** [23:30:08 2020-06-12] 178: Checking exports ** [23:30:08 2020-06-12] 178: Checking users ** [23:30:08 2020-06-12] 178: Checking user_dbs ** [23:30:08 2020-06-12] 178: Checking geocodings ** [23:30:08 2020-06-12] 178: Checking synchronizations ** [23:30:08 2020-06-12] 178: Checking tracker ** [23:30:08 2020-06-12] 178: Checking user_migrations ** [23:30:08 2020-06-12] 178: Checking batch_updates ** [23:30:08 2020-06-12] 178: Checking gears ** [23:30:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:30:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:13 2020-06-12] 178: Checking imports ** [23:30:13 2020-06-12] 178: Checking exports ** [23:30:13 2020-06-12] 178: Checking users ** [23:30:13 2020-06-12] 178: Checking user_dbs ** [23:30:13 2020-06-12] 178: Checking geocodings ** [23:30:13 2020-06-12] 178: Checking synchronizations ** [23:30:13 2020-06-12] 178: Checking tracker ** [23:30:13 2020-06-12] 178: Checking user_migrations ** [23:30:13 2020-06-12] 178: Checking batch_updates ** [23:30:13 2020-06-12] 178: Checking gears ** [23:30:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:30:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:18 2020-06-12] 178: Checking imports ** [23:30:18 2020-06-12] 178: Checking exports ** [23:30:18 2020-06-12] 178: Checking users ** [23:30:18 2020-06-12] 178: Checking user_dbs ** [23:30:18 2020-06-12] 178: Checking geocodings ** [23:30:18 2020-06-12] 178: Checking synchronizations ** [23:30:18 2020-06-12] 178: Checking tracker ** [23:30:18 2020-06-12] 178: Checking user_migrations ** [23:30:18 2020-06-12] 178: Checking batch_updates ** [23:30:18 2020-06-12] 178: Checking gears ** [23:30:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:30:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:23 2020-06-12] 178: Checking imports ** [23:30:23 2020-06-12] 178: Checking exports ** [23:30:23 2020-06-12] 178: Checking users ** [23:30:23 2020-06-12] 178: Checking user_dbs ** [23:30:23 2020-06-12] 178: Checking geocodings ** [23:30:23 2020-06-12] 178: Checking synchronizations ** [23:30:23 2020-06-12] 178: Checking tracker ** [23:30:23 2020-06-12] 178: Checking user_migrations ** [23:30:23 2020-06-12] 178: Checking batch_updates ** [23:30:23 2020-06-12] 178: Checking gears ** [23:30:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:30:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:28 2020-06-12] 178: Checking imports ** [23:30:28 2020-06-12] 178: Checking exports ** [23:30:28 2020-06-12] 178: Checking users ** [23:30:28 2020-06-12] 178: Checking user_dbs ** [23:30:28 2020-06-12] 178: Checking geocodings ** [23:30:28 2020-06-12] 178: Checking synchronizations ** [23:30:28 2020-06-12] 178: Checking tracker ** [23:30:28 2020-06-12] 178: Checking user_migrations ** [23:30:28 2020-06-12] 178: Checking batch_updates ** [23:30:28 2020-06-12] 178: Checking gears ** [23:30:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:30:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:33 2020-06-12] 178: Checking imports ** [23:30:33 2020-06-12] 178: Checking exports ** [23:30:33 2020-06-12] 178: Checking users ** [23:30:33 2020-06-12] 178: Checking user_dbs ** [23:30:33 2020-06-12] 178: Checking geocodings ** [23:30:33 2020-06-12] 178: Checking synchronizations ** [23:30:33 2020-06-12] 178: Checking tracker ** [23:30:33 2020-06-12] 178: Checking user_migrations ** [23:30:33 2020-06-12] 178: Checking batch_updates ** [23:30:33 2020-06-12] 178: Checking gears ** [23:30:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:30:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:38 2020-06-12] 178: Checking imports ** [23:30:38 2020-06-12] 178: Checking exports ** [23:30:38 2020-06-12] 178: Checking users ** [23:30:38 2020-06-12] 178: Checking user_dbs ** [23:30:38 2020-06-12] 178: Checking geocodings ** [23:30:38 2020-06-12] 178: Checking synchronizations ** [23:30:38 2020-06-12] 178: Checking tracker ** [23:30:38 2020-06-12] 178: Checking user_migrations ** [23:30:38 2020-06-12] 178: Checking batch_updates ** [23:30:38 2020-06-12] 178: Checking gears ** [23:30:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:30:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:43 2020-06-12] 178: Checking imports ** [23:30:43 2020-06-12] 178: Checking exports ** [23:30:43 2020-06-12] 178: Checking users ** [23:30:43 2020-06-12] 178: Checking user_dbs ** [23:30:43 2020-06-12] 178: Checking geocodings ** [23:30:43 2020-06-12] 178: Checking synchronizations ** [23:30:43 2020-06-12] 178: Checking tracker ** [23:30:43 2020-06-12] 178: Checking user_migrations ** [23:30:43 2020-06-12] 178: Checking batch_updates ** [23:30:43 2020-06-12] 178: Checking gears ** [23:30:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:30:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:48 2020-06-12] 178: Checking imports ** [23:30:48 2020-06-12] 178: Checking exports ** [23:30:48 2020-06-12] 178: Checking users ** [23:30:48 2020-06-12] 178: Checking user_dbs ** [23:30:48 2020-06-12] 178: Checking geocodings ** [23:30:48 2020-06-12] 178: Checking synchronizations ** [23:30:48 2020-06-12] 178: Checking tracker ** [23:30:48 2020-06-12] 178: Checking user_migrations ** [23:30:48 2020-06-12] 178: Checking batch_updates ** [23:30:48 2020-06-12] 178: Checking gears ** [23:30:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:30:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:53 2020-06-12] 178: Checking imports ** [23:30:53 2020-06-12] 178: Checking exports ** [23:30:53 2020-06-12] 178: Checking users ** [23:30:53 2020-06-12] 178: Checking user_dbs ** [23:30:53 2020-06-12] 178: Checking geocodings ** [23:30:53 2020-06-12] 178: Checking synchronizations ** [23:30:53 2020-06-12] 178: Checking tracker ** [23:30:53 2020-06-12] 178: Checking user_migrations ** [23:30:53 2020-06-12] 178: Checking batch_updates ** [23:30:53 2020-06-12] 178: Checking gears ** [23:30:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:30:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:58 2020-06-12] 178: Checking imports ** [23:30:58 2020-06-12] 178: Checking exports ** [23:30:58 2020-06-12] 178: Checking users ** [23:30:58 2020-06-12] 178: Checking user_dbs ** [23:30:58 2020-06-12] 178: Checking geocodings ** [23:30:58 2020-06-12] 178: Checking synchronizations ** [23:30:58 2020-06-12] 178: Checking tracker ** [23:30:58 2020-06-12] 178: Checking user_migrations ** [23:30:58 2020-06-12] 178: Checking batch_updates ** [23:30:58 2020-06-12] 178: Checking gears ** [23:30:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:30:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:03 2020-06-12] 178: Checking imports ** [23:31:03 2020-06-12] 178: Checking exports ** [23:31:03 2020-06-12] 178: Checking users ** [23:31:03 2020-06-12] 178: Checking user_dbs ** [23:31:03 2020-06-12] 178: Checking geocodings ** [23:31:03 2020-06-12] 178: Checking synchronizations ** [23:31:03 2020-06-12] 178: Checking tracker ** [23:31:03 2020-06-12] 178: Checking user_migrations ** [23:31:03 2020-06-12] 178: Checking batch_updates ** [23:31:03 2020-06-12] 178: Checking gears ** [23:31:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:31:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:08 2020-06-12] 178: Checking imports ** [23:31:08 2020-06-12] 178: Checking exports ** [23:31:08 2020-06-12] 178: Checking users ** [23:31:08 2020-06-12] 178: Checking user_dbs ** [23:31:08 2020-06-12] 178: Checking geocodings ** [23:31:08 2020-06-12] 178: Checking synchronizations ** [23:31:08 2020-06-12] 178: Checking tracker ** [23:31:08 2020-06-12] 178: Checking user_migrations ** [23:31:08 2020-06-12] 178: Checking batch_updates ** [23:31:08 2020-06-12] 178: Checking gears ** [23:31:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:31:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:13 2020-06-12] 178: Checking imports ** [23:31:13 2020-06-12] 178: Checking exports ** [23:31:13 2020-06-12] 178: Checking users ** [23:31:13 2020-06-12] 178: Checking user_dbs ** [23:31:13 2020-06-12] 178: Checking geocodings ** [23:31:13 2020-06-12] 178: Checking synchronizations ** [23:31:13 2020-06-12] 178: Checking tracker ** [23:31:13 2020-06-12] 178: Checking user_migrations ** [23:31:13 2020-06-12] 178: Checking batch_updates ** [23:31:13 2020-06-12] 178: Checking gears ** [23:31:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:31:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:18 2020-06-12] 178: Checking imports ** [23:31:18 2020-06-12] 178: Checking exports ** [23:31:18 2020-06-12] 178: Checking users ** [23:31:18 2020-06-12] 178: Checking user_dbs ** [23:31:18 2020-06-12] 178: Checking geocodings ** [23:31:18 2020-06-12] 178: Checking synchronizations ** [23:31:18 2020-06-12] 178: Checking tracker ** [23:31:18 2020-06-12] 178: Checking user_migrations ** [23:31:18 2020-06-12] 178: Checking batch_updates ** [23:31:18 2020-06-12] 178: Checking gears ** [23:31:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:31:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:23 2020-06-12] 178: Checking imports ** [23:31:23 2020-06-12] 178: Checking exports ** [23:31:23 2020-06-12] 178: Checking users ** [23:31:23 2020-06-12] 178: Checking user_dbs ** [23:31:23 2020-06-12] 178: Checking geocodings ** [23:31:23 2020-06-12] 178: Checking synchronizations ** [23:31:23 2020-06-12] 178: Checking tracker ** [23:31:23 2020-06-12] 178: Checking user_migrations ** [23:31:23 2020-06-12] 178: Checking batch_updates ** [23:31:23 2020-06-12] 178: Checking gears ** [23:31:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:31:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:28 2020-06-12] 178: Checking imports ** [23:31:28 2020-06-12] 178: Checking exports ** [23:31:28 2020-06-12] 178: Checking users ** [23:31:28 2020-06-12] 178: Checking user_dbs ** [23:31:28 2020-06-12] 178: Checking geocodings ** [23:31:28 2020-06-12] 178: Checking synchronizations ** [23:31:28 2020-06-12] 178: Checking tracker ** [23:31:28 2020-06-12] 178: Checking user_migrations ** [23:31:28 2020-06-12] 178: Checking batch_updates ** [23:31:28 2020-06-12] 178: Checking gears ** [23:31:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:31:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:33 2020-06-12] 178: Checking imports ** [23:31:33 2020-06-12] 178: Checking exports ** [23:31:33 2020-06-12] 178: Checking users ** [23:31:33 2020-06-12] 178: Checking user_dbs ** [23:31:33 2020-06-12] 178: Checking geocodings ** [23:31:33 2020-06-12] 178: Checking synchronizations ** [23:31:33 2020-06-12] 178: Checking tracker ** [23:31:33 2020-06-12] 178: Checking user_migrations ** [23:31:33 2020-06-12] 178: Checking batch_updates ** [23:31:33 2020-06-12] 178: Checking gears ** [23:31:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:31:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:38 2020-06-12] 178: Checking imports ** [23:31:38 2020-06-12] 178: Checking exports ** [23:31:38 2020-06-12] 178: Checking users ** [23:31:38 2020-06-12] 178: Checking user_dbs ** [23:31:38 2020-06-12] 178: Checking geocodings ** [23:31:38 2020-06-12] 178: Checking synchronizations ** [23:31:38 2020-06-12] 178: Checking tracker ** [23:31:38 2020-06-12] 178: Checking user_migrations ** [23:31:38 2020-06-12] 178: Checking batch_updates ** [23:31:38 2020-06-12] 178: Checking gears ** [23:31:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:31:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:43 2020-06-12] 178: Checking imports ** [23:31:43 2020-06-12] 178: Checking exports ** [23:31:43 2020-06-12] 178: Checking users ** [23:31:43 2020-06-12] 178: Checking user_dbs ** [23:31:43 2020-06-12] 178: Checking geocodings ** [23:31:43 2020-06-12] 178: Checking synchronizations ** [23:31:43 2020-06-12] 178: Checking tracker ** [23:31:43 2020-06-12] 178: Checking user_migrations ** [23:31:43 2020-06-12] 178: Checking batch_updates ** [23:31:43 2020-06-12] 178: Checking gears ** [23:31:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:31:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:48 2020-06-12] 178: Checking imports ** [23:31:48 2020-06-12] 178: Checking exports ** [23:31:48 2020-06-12] 178: Checking users ** [23:31:48 2020-06-12] 178: Checking user_dbs ** [23:31:48 2020-06-12] 178: Checking geocodings ** [23:31:48 2020-06-12] 178: Checking synchronizations ** [23:31:48 2020-06-12] 178: Checking tracker ** [23:31:48 2020-06-12] 178: Checking user_migrations ** [23:31:48 2020-06-12] 178: Checking batch_updates ** [23:31:48 2020-06-12] 178: Checking gears ** [23:31:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:31:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:53 2020-06-12] 178: Checking imports ** [23:31:53 2020-06-12] 178: Checking exports ** [23:31:53 2020-06-12] 178: Checking users ** [23:31:53 2020-06-12] 178: Checking user_dbs ** [23:31:53 2020-06-12] 178: Checking geocodings ** [23:31:53 2020-06-12] 178: Checking synchronizations ** [23:31:53 2020-06-12] 178: Checking tracker ** [23:31:53 2020-06-12] 178: Checking user_migrations ** [23:31:53 2020-06-12] 178: Checking batch_updates ** [23:31:53 2020-06-12] 178: Checking gears ** [23:31:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:31:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:58 2020-06-12] 178: Checking imports ** [23:31:58 2020-06-12] 178: Checking exports ** [23:31:58 2020-06-12] 178: Checking users ** [23:31:58 2020-06-12] 178: Checking user_dbs ** [23:31:58 2020-06-12] 178: Checking geocodings ** [23:31:58 2020-06-12] 178: Checking synchronizations ** [23:31:58 2020-06-12] 178: Checking tracker ** [23:31:58 2020-06-12] 178: Checking user_migrations ** [23:31:58 2020-06-12] 178: Checking batch_updates ** [23:31:58 2020-06-12] 178: Checking gears ** [23:31:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:31:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:03 2020-06-12] 178: Checking imports ** [23:32:03 2020-06-12] 178: Checking exports ** [23:32:03 2020-06-12] 178: Checking users ** [23:32:03 2020-06-12] 178: Checking user_dbs ** [23:32:03 2020-06-12] 178: Checking geocodings ** [23:32:03 2020-06-12] 178: Checking synchronizations ** [23:32:03 2020-06-12] 178: Checking tracker ** [23:32:03 2020-06-12] 178: Checking user_migrations ** [23:32:03 2020-06-12] 178: Checking batch_updates ** [23:32:03 2020-06-12] 178: Checking gears ** [23:32:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:32:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:08 2020-06-12] 178: Checking imports ** [23:32:08 2020-06-12] 178: Checking exports ** [23:32:08 2020-06-12] 178: Checking users ** [23:32:08 2020-06-12] 178: Checking user_dbs ** [23:32:08 2020-06-12] 178: Checking geocodings ** [23:32:08 2020-06-12] 178: Checking synchronizations ** [23:32:08 2020-06-12] 178: Checking tracker ** [23:32:08 2020-06-12] 178: Checking user_migrations ** [23:32:08 2020-06-12] 178: Checking batch_updates ** [23:32:08 2020-06-12] 178: Checking gears ** [23:32:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:32:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:13 2020-06-12] 178: Checking imports ** [23:32:13 2020-06-12] 178: Checking exports ** [23:32:13 2020-06-12] 178: Checking users ** [23:32:13 2020-06-12] 178: Checking user_dbs ** [23:32:13 2020-06-12] 178: Checking geocodings ** [23:32:13 2020-06-12] 178: Checking synchronizations ** [23:32:13 2020-06-12] 178: Checking tracker ** [23:32:13 2020-06-12] 178: Checking user_migrations ** [23:32:13 2020-06-12] 178: Checking batch_updates ** [23:32:13 2020-06-12] 178: Checking gears ** [23:32:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:32:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:18 2020-06-12] 178: Checking imports ** [23:32:18 2020-06-12] 178: Checking exports ** [23:32:18 2020-06-12] 178: Checking users ** [23:32:18 2020-06-12] 178: Checking user_dbs ** [23:32:18 2020-06-12] 178: Checking geocodings ** [23:32:18 2020-06-12] 178: Checking synchronizations ** [23:32:18 2020-06-12] 178: Checking tracker ** [23:32:18 2020-06-12] 178: Checking user_migrations ** [23:32:18 2020-06-12] 178: Checking batch_updates ** [23:32:18 2020-06-12] 178: Checking gears ** [23:32:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:32:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:23 2020-06-12] 178: Checking imports ** [23:32:23 2020-06-12] 178: Checking exports ** [23:32:23 2020-06-12] 178: Checking users ** [23:32:23 2020-06-12] 178: Checking user_dbs ** [23:32:23 2020-06-12] 178: Checking geocodings ** [23:32:23 2020-06-12] 178: Checking synchronizations ** [23:32:23 2020-06-12] 178: Checking tracker ** [23:32:23 2020-06-12] 178: Checking user_migrations ** [23:32:23 2020-06-12] 178: Checking batch_updates ** [23:32:23 2020-06-12] 178: Checking gears ** [23:32:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:32:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:28 2020-06-12] 178: Checking imports ** [23:32:28 2020-06-12] 178: Checking exports ** [23:32:28 2020-06-12] 178: Checking users ** [23:32:28 2020-06-12] 178: Checking user_dbs ** [23:32:28 2020-06-12] 178: Checking geocodings ** [23:32:28 2020-06-12] 178: Checking synchronizations ** [23:32:28 2020-06-12] 178: Checking tracker ** [23:32:28 2020-06-12] 178: Checking user_migrations ** [23:32:28 2020-06-12] 178: Checking batch_updates ** [23:32:28 2020-06-12] 178: Checking gears ** [23:32:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:32:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:33 2020-06-12] 178: Checking imports ** [23:32:33 2020-06-12] 178: Checking exports ** [23:32:33 2020-06-12] 178: Checking users ** [23:32:33 2020-06-12] 178: Checking user_dbs ** [23:32:33 2020-06-12] 178: Checking geocodings ** [23:32:33 2020-06-12] 178: Checking synchronizations ** [23:32:33 2020-06-12] 178: Checking tracker ** [23:32:33 2020-06-12] 178: Checking user_migrations ** [23:32:33 2020-06-12] 178: Checking batch_updates ** [23:32:33 2020-06-12] 178: Checking gears ** [23:32:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:32:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:38 2020-06-12] 178: Checking imports ** [23:32:38 2020-06-12] 178: Checking exports ** [23:32:38 2020-06-12] 178: Checking users ** [23:32:38 2020-06-12] 178: Checking user_dbs ** [23:32:38 2020-06-12] 178: Checking geocodings ** [23:32:38 2020-06-12] 178: Checking synchronizations ** [23:32:38 2020-06-12] 178: Checking tracker ** [23:32:38 2020-06-12] 178: Checking user_migrations ** [23:32:38 2020-06-12] 178: Checking batch_updates ** [23:32:38 2020-06-12] 178: Checking gears ** [23:32:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:32:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:43 2020-06-12] 178: Checking imports ** [23:32:43 2020-06-12] 178: Checking exports ** [23:32:43 2020-06-12] 178: Checking users ** [23:32:43 2020-06-12] 178: Checking user_dbs ** [23:32:43 2020-06-12] 178: Checking geocodings ** [23:32:43 2020-06-12] 178: Checking synchronizations ** [23:32:43 2020-06-12] 178: Checking tracker ** [23:32:43 2020-06-12] 178: Checking user_migrations ** [23:32:43 2020-06-12] 178: Checking batch_updates ** [23:32:43 2020-06-12] 178: Checking gears ** [23:32:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:32:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:48 2020-06-12] 178: Checking imports ** [23:32:48 2020-06-12] 178: Checking exports ** [23:32:48 2020-06-12] 178: Checking users ** [23:32:48 2020-06-12] 178: Checking user_dbs ** [23:32:48 2020-06-12] 178: Checking geocodings ** [23:32:48 2020-06-12] 178: Checking synchronizations ** [23:32:48 2020-06-12] 178: Checking tracker ** [23:32:48 2020-06-12] 178: Checking user_migrations ** [23:32:48 2020-06-12] 178: Checking batch_updates ** [23:32:48 2020-06-12] 178: Checking gears ** [23:32:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:32:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:53 2020-06-12] 178: Checking imports ** [23:32:53 2020-06-12] 178: Checking exports ** [23:32:53 2020-06-12] 178: Checking users ** [23:32:53 2020-06-12] 178: Checking user_dbs ** [23:32:53 2020-06-12] 178: Checking geocodings ** [23:32:53 2020-06-12] 178: Checking synchronizations ** [23:32:53 2020-06-12] 178: Checking tracker ** [23:32:53 2020-06-12] 178: Checking user_migrations ** [23:32:53 2020-06-12] 178: Checking batch_updates ** [23:32:53 2020-06-12] 178: Checking gears ** [23:32:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:32:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:58 2020-06-12] 178: Checking imports ** [23:32:58 2020-06-12] 178: Checking exports ** [23:32:58 2020-06-12] 178: Checking users ** [23:32:58 2020-06-12] 178: Checking user_dbs ** [23:32:58 2020-06-12] 178: Checking geocodings ** [23:32:58 2020-06-12] 178: Checking synchronizations ** [23:32:58 2020-06-12] 178: Checking tracker ** [23:32:58 2020-06-12] 178: Checking user_migrations ** [23:32:58 2020-06-12] 178: Checking batch_updates ** [23:32:58 2020-06-12] 178: Checking gears ** [23:32:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:32:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:03 2020-06-12] 178: Checking imports ** [23:33:03 2020-06-12] 178: Checking exports ** [23:33:03 2020-06-12] 178: Checking users ** [23:33:03 2020-06-12] 178: Checking user_dbs ** [23:33:03 2020-06-12] 178: Checking geocodings ** [23:33:03 2020-06-12] 178: Checking synchronizations ** [23:33:03 2020-06-12] 178: Checking tracker ** [23:33:03 2020-06-12] 178: Checking user_migrations ** [23:33:03 2020-06-12] 178: Checking batch_updates ** [23:33:03 2020-06-12] 178: Checking gears ** [23:33:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:33:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:08 2020-06-12] 178: Checking imports ** [23:33:08 2020-06-12] 178: Checking exports ** [23:33:08 2020-06-12] 178: Checking users ** [23:33:08 2020-06-12] 178: Checking user_dbs ** [23:33:08 2020-06-12] 178: Checking geocodings ** [23:33:08 2020-06-12] 178: Checking synchronizations ** [23:33:08 2020-06-12] 178: Checking tracker ** [23:33:08 2020-06-12] 178: Checking user_migrations ** [23:33:08 2020-06-12] 178: Checking batch_updates ** [23:33:08 2020-06-12] 178: Checking gears ** [23:33:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:33:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:13 2020-06-12] 178: Checking imports ** [23:33:13 2020-06-12] 178: Checking exports ** [23:33:13 2020-06-12] 178: Checking users ** [23:33:13 2020-06-12] 178: Checking user_dbs ** [23:33:13 2020-06-12] 178: Checking geocodings ** [23:33:13 2020-06-12] 178: Checking synchronizations ** [23:33:13 2020-06-12] 178: Checking tracker ** [23:33:13 2020-06-12] 178: Checking user_migrations ** [23:33:13 2020-06-12] 178: Checking batch_updates ** [23:33:13 2020-06-12] 178: Checking gears ** [23:33:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:33:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:18 2020-06-12] 178: Checking imports ** [23:33:18 2020-06-12] 178: Checking exports ** [23:33:18 2020-06-12] 178: Checking users ** [23:33:18 2020-06-12] 178: Checking user_dbs ** [23:33:18 2020-06-12] 178: Checking geocodings ** [23:33:18 2020-06-12] 178: Checking synchronizations ** [23:33:18 2020-06-12] 178: Checking tracker ** [23:33:18 2020-06-12] 178: Checking user_migrations ** [23:33:18 2020-06-12] 178: Checking batch_updates ** [23:33:18 2020-06-12] 178: Checking gears ** [23:33:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:33:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:23 2020-06-12] 178: Checking imports ** [23:33:23 2020-06-12] 178: Checking exports ** [23:33:23 2020-06-12] 178: Checking users ** [23:33:23 2020-06-12] 178: Checking user_dbs ** [23:33:23 2020-06-12] 178: Checking geocodings ** [23:33:23 2020-06-12] 178: Checking synchronizations ** [23:33:23 2020-06-12] 178: Checking tracker ** [23:33:23 2020-06-12] 178: Checking user_migrations ** [23:33:23 2020-06-12] 178: Checking batch_updates ** [23:33:23 2020-06-12] 178: Checking gears ** [23:33:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:33:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:28 2020-06-12] 178: Checking imports ** [23:33:28 2020-06-12] 178: Checking exports ** [23:33:28 2020-06-12] 178: Checking users ** [23:33:28 2020-06-12] 178: Checking user_dbs ** [23:33:28 2020-06-12] 178: Checking geocodings ** [23:33:28 2020-06-12] 178: Checking synchronizations ** [23:33:28 2020-06-12] 178: Checking tracker ** [23:33:28 2020-06-12] 178: Checking user_migrations ** [23:33:28 2020-06-12] 178: Checking batch_updates ** [23:33:28 2020-06-12] 178: Checking gears ** [23:33:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:33:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:33 2020-06-12] 178: Checking imports ** [23:33:33 2020-06-12] 178: Checking exports ** [23:33:33 2020-06-12] 178: Checking users ** [23:33:33 2020-06-12] 178: Checking user_dbs ** [23:33:33 2020-06-12] 178: Checking geocodings ** [23:33:33 2020-06-12] 178: Checking synchronizations ** [23:33:33 2020-06-12] 178: Checking tracker ** [23:33:33 2020-06-12] 178: Checking user_migrations ** [23:33:33 2020-06-12] 178: Checking batch_updates ** [23:33:33 2020-06-12] 178: Checking gears ** [23:33:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:33:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:38 2020-06-12] 178: Checking imports ** [23:33:38 2020-06-12] 178: Checking exports ** [23:33:38 2020-06-12] 178: Checking users ** [23:33:38 2020-06-12] 178: Checking user_dbs ** [23:33:38 2020-06-12] 178: Checking geocodings ** [23:33:38 2020-06-12] 178: Checking synchronizations ** [23:33:38 2020-06-12] 178: Checking tracker ** [23:33:38 2020-06-12] 178: Checking user_migrations ** [23:33:38 2020-06-12] 178: Checking batch_updates ** [23:33:38 2020-06-12] 178: Checking gears ** [23:33:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:33:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:43 2020-06-12] 178: Checking imports ** [23:33:43 2020-06-12] 178: Checking exports ** [23:33:43 2020-06-12] 178: Checking users ** [23:33:43 2020-06-12] 178: Checking user_dbs ** [23:33:43 2020-06-12] 178: Checking geocodings ** [23:33:43 2020-06-12] 178: Checking synchronizations ** [23:33:43 2020-06-12] 178: Checking tracker ** [23:33:43 2020-06-12] 178: Checking user_migrations ** [23:33:43 2020-06-12] 178: Checking batch_updates ** [23:33:43 2020-06-12] 178: Checking gears ** [23:33:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:33:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:48 2020-06-12] 178: Checking imports ** [23:33:48 2020-06-12] 178: Checking exports ** [23:33:48 2020-06-12] 178: Checking users ** [23:33:48 2020-06-12] 178: Checking user_dbs ** [23:33:48 2020-06-12] 178: Checking geocodings ** [23:33:48 2020-06-12] 178: Checking synchronizations ** [23:33:48 2020-06-12] 178: Checking tracker ** [23:33:48 2020-06-12] 178: Checking user_migrations ** [23:33:48 2020-06-12] 178: Checking batch_updates ** [23:33:48 2020-06-12] 178: Checking gears ** [23:33:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:33:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:53 2020-06-12] 178: Checking imports ** [23:33:53 2020-06-12] 178: Checking exports ** [23:33:53 2020-06-12] 178: Checking users ** [23:33:53 2020-06-12] 178: Checking user_dbs ** [23:33:53 2020-06-12] 178: Checking geocodings ** [23:33:53 2020-06-12] 178: Checking synchronizations ** [23:33:53 2020-06-12] 178: Checking tracker ** [23:33:53 2020-06-12] 178: Checking user_migrations ** [23:33:53 2020-06-12] 178: Checking batch_updates ** [23:33:53 2020-06-12] 178: Checking gears ** [23:33:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:33:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:58 2020-06-12] 178: Checking imports ** [23:33:58 2020-06-12] 178: Checking exports ** [23:33:58 2020-06-12] 178: Checking users ** [23:33:58 2020-06-12] 178: Checking user_dbs ** [23:33:58 2020-06-12] 178: Checking geocodings ** [23:33:58 2020-06-12] 178: Checking synchronizations ** [23:33:58 2020-06-12] 178: Checking tracker ** [23:33:58 2020-06-12] 178: Checking user_migrations ** [23:33:58 2020-06-12] 178: Checking batch_updates ** [23:33:58 2020-06-12] 178: Checking gears ** [23:33:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:33:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:03 2020-06-12] 178: Checking imports ** [23:34:03 2020-06-12] 178: Checking exports ** [23:34:03 2020-06-12] 178: Checking users ** [23:34:03 2020-06-12] 178: Checking user_dbs ** [23:34:03 2020-06-12] 178: Checking geocodings ** [23:34:03 2020-06-12] 178: Checking synchronizations ** [23:34:03 2020-06-12] 178: Checking tracker ** [23:34:03 2020-06-12] 178: Checking user_migrations ** [23:34:03 2020-06-12] 178: Checking batch_updates ** [23:34:03 2020-06-12] 178: Checking gears ** [23:34:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:34:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:08 2020-06-12] 178: Checking imports ** [23:34:08 2020-06-12] 178: Checking exports ** [23:34:08 2020-06-12] 178: Checking users ** [23:34:08 2020-06-12] 178: Checking user_dbs ** [23:34:08 2020-06-12] 178: Checking geocodings ** [23:34:08 2020-06-12] 178: Checking synchronizations ** [23:34:08 2020-06-12] 178: Checking tracker ** [23:34:08 2020-06-12] 178: Checking user_migrations ** [23:34:08 2020-06-12] 178: Checking batch_updates ** [23:34:08 2020-06-12] 178: Checking gears ** [23:34:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:34:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:13 2020-06-12] 178: Checking imports ** [23:34:13 2020-06-12] 178: Checking exports ** [23:34:13 2020-06-12] 178: Checking users ** [23:34:13 2020-06-12] 178: Checking user_dbs ** [23:34:13 2020-06-12] 178: Checking geocodings ** [23:34:13 2020-06-12] 178: Checking synchronizations ** [23:34:13 2020-06-12] 178: Checking tracker ** [23:34:13 2020-06-12] 178: Checking user_migrations ** [23:34:13 2020-06-12] 178: Checking batch_updates ** [23:34:13 2020-06-12] 178: Checking gears ** [23:34:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:34:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:18 2020-06-12] 178: Checking imports ** [23:34:18 2020-06-12] 178: Checking exports ** [23:34:18 2020-06-12] 178: Checking users ** [23:34:18 2020-06-12] 178: Checking user_dbs ** [23:34:18 2020-06-12] 178: Checking geocodings ** [23:34:18 2020-06-12] 178: Checking synchronizations ** [23:34:18 2020-06-12] 178: Checking tracker ** [23:34:18 2020-06-12] 178: Checking user_migrations ** [23:34:18 2020-06-12] 178: Checking batch_updates ** [23:34:18 2020-06-12] 178: Checking gears ** [23:34:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:34:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:23 2020-06-12] 178: Checking imports ** [23:34:23 2020-06-12] 178: Checking exports ** [23:34:23 2020-06-12] 178: Checking users ** [23:34:23 2020-06-12] 178: Checking user_dbs ** [23:34:23 2020-06-12] 178: Checking geocodings ** [23:34:23 2020-06-12] 178: Checking synchronizations ** [23:34:23 2020-06-12] 178: Checking tracker ** [23:34:23 2020-06-12] 178: Checking user_migrations ** [23:34:23 2020-06-12] 178: Checking batch_updates ** [23:34:23 2020-06-12] 178: Checking gears ** [23:34:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:34:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:28 2020-06-12] 178: Checking imports ** [23:34:28 2020-06-12] 178: Checking exports ** [23:34:28 2020-06-12] 178: Checking users ** [23:34:28 2020-06-12] 178: Checking user_dbs ** [23:34:28 2020-06-12] 178: Checking geocodings ** [23:34:28 2020-06-12] 178: Checking synchronizations ** [23:34:28 2020-06-12] 178: Checking tracker ** [23:34:28 2020-06-12] 178: Checking user_migrations ** [23:34:28 2020-06-12] 178: Checking batch_updates ** [23:34:28 2020-06-12] 178: Checking gears ** [23:34:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:34:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:33 2020-06-12] 178: Checking imports ** [23:34:33 2020-06-12] 178: Checking exports ** [23:34:33 2020-06-12] 178: Checking users ** [23:34:33 2020-06-12] 178: Checking user_dbs ** [23:34:33 2020-06-12] 178: Checking geocodings ** [23:34:33 2020-06-12] 178: Checking synchronizations ** [23:34:33 2020-06-12] 178: Checking tracker ** [23:34:33 2020-06-12] 178: Checking user_migrations ** [23:34:33 2020-06-12] 178: Checking batch_updates ** [23:34:33 2020-06-12] 178: Checking gears ** [23:34:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:34:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:38 2020-06-12] 178: Checking imports ** [23:34:38 2020-06-12] 178: Checking exports ** [23:34:38 2020-06-12] 178: Checking users ** [23:34:38 2020-06-12] 178: Checking user_dbs ** [23:34:38 2020-06-12] 178: Checking geocodings ** [23:34:38 2020-06-12] 178: Checking synchronizations ** [23:34:38 2020-06-12] 178: Checking tracker ** [23:34:38 2020-06-12] 178: Checking user_migrations ** [23:34:38 2020-06-12] 178: Checking batch_updates ** [23:34:38 2020-06-12] 178: Checking gears ** [23:34:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:34:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:43 2020-06-12] 178: Checking imports ** [23:34:43 2020-06-12] 178: Checking exports ** [23:34:43 2020-06-12] 178: Checking users ** [23:34:43 2020-06-12] 178: Checking user_dbs ** [23:34:43 2020-06-12] 178: Checking geocodings ** [23:34:43 2020-06-12] 178: Checking synchronizations ** [23:34:43 2020-06-12] 178: Checking tracker ** [23:34:43 2020-06-12] 178: Checking user_migrations ** [23:34:43 2020-06-12] 178: Checking batch_updates ** [23:34:43 2020-06-12] 178: Checking gears ** [23:34:43 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:34:43 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:48 2020-06-12] 178: Checking imports ** [23:34:48 2020-06-12] 178: Checking exports ** [23:34:48 2020-06-12] 178: Checking users ** [23:34:48 2020-06-12] 178: Checking user_dbs ** [23:34:48 2020-06-12] 178: Checking geocodings ** [23:34:48 2020-06-12] 178: Checking synchronizations ** [23:34:48 2020-06-12] 178: Checking tracker ** [23:34:48 2020-06-12] 178: Checking user_migrations ** [23:34:48 2020-06-12] 178: Checking batch_updates ** [23:34:48 2020-06-12] 178: Checking gears ** [23:34:48 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:34:48 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:53 2020-06-12] 178: Checking imports ** [23:34:53 2020-06-12] 178: Checking exports ** [23:34:53 2020-06-12] 178: Checking users ** [23:34:53 2020-06-12] 178: Checking user_dbs ** [23:34:53 2020-06-12] 178: Checking geocodings ** [23:34:53 2020-06-12] 178: Checking synchronizations ** [23:34:53 2020-06-12] 178: Checking tracker ** [23:34:53 2020-06-12] 178: Checking user_migrations ** [23:34:53 2020-06-12] 178: Checking batch_updates ** [23:34:53 2020-06-12] 178: Checking gears ** [23:34:53 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:34:53 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:58 2020-06-12] 178: Checking imports ** [23:34:58 2020-06-12] 178: Checking exports ** [23:34:58 2020-06-12] 178: Checking users ** [23:34:58 2020-06-12] 178: Checking user_dbs ** [23:34:58 2020-06-12] 178: Checking geocodings ** [23:34:58 2020-06-12] 178: Checking synchronizations ** [23:34:58 2020-06-12] 178: Checking tracker ** [23:34:58 2020-06-12] 178: Checking user_migrations ** [23:34:58 2020-06-12] 178: Checking batch_updates ** [23:34:58 2020-06-12] 178: Checking gears ** [23:34:58 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:34:58 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:03 2020-06-12] 178: Checking imports ** [23:35:03 2020-06-12] 178: Checking exports ** [23:35:03 2020-06-12] 178: Checking users ** [23:35:03 2020-06-12] 178: Checking user_dbs ** [23:35:03 2020-06-12] 178: Checking geocodings ** [23:35:03 2020-06-12] 178: Checking synchronizations ** [23:35:03 2020-06-12] 178: Checking tracker ** [23:35:03 2020-06-12] 178: Checking user_migrations ** [23:35:03 2020-06-12] 178: Checking batch_updates ** [23:35:03 2020-06-12] 178: Checking gears ** [23:35:03 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:35:03 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:08 2020-06-12] 178: Checking imports ** [23:35:08 2020-06-12] 178: Checking exports ** [23:35:08 2020-06-12] 178: Checking users ** [23:35:08 2020-06-12] 178: Checking user_dbs ** [23:35:08 2020-06-12] 178: Checking geocodings ** [23:35:08 2020-06-12] 178: Checking synchronizations ** [23:35:08 2020-06-12] 178: Checking tracker ** [23:35:08 2020-06-12] 178: Checking user_migrations ** [23:35:08 2020-06-12] 178: Checking batch_updates ** [23:35:08 2020-06-12] 178: Checking gears ** [23:35:08 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:35:08 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:13 2020-06-12] 178: Checking imports ** [23:35:13 2020-06-12] 178: Checking exports ** [23:35:13 2020-06-12] 178: Checking users ** [23:35:13 2020-06-12] 178: Checking user_dbs ** [23:35:13 2020-06-12] 178: Checking geocodings ** [23:35:13 2020-06-12] 178: Checking synchronizations ** [23:35:13 2020-06-12] 178: Checking tracker ** [23:35:13 2020-06-12] 178: Checking user_migrations ** [23:35:13 2020-06-12] 178: Checking batch_updates ** [23:35:13 2020-06-12] 178: Checking gears ** [23:35:13 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:35:13 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:18 2020-06-12] 178: Checking imports ** [23:35:18 2020-06-12] 178: Checking exports ** [23:35:18 2020-06-12] 178: Checking users ** [23:35:18 2020-06-12] 178: Checking user_dbs ** [23:35:18 2020-06-12] 178: Checking geocodings ** [23:35:18 2020-06-12] 178: Checking synchronizations ** [23:35:18 2020-06-12] 178: Checking tracker ** [23:35:18 2020-06-12] 178: Checking user_migrations ** [23:35:18 2020-06-12] 178: Checking batch_updates ** [23:35:18 2020-06-12] 178: Checking gears ** [23:35:18 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:35:18 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:23 2020-06-12] 178: Checking imports ** [23:35:23 2020-06-12] 178: Checking exports ** [23:35:23 2020-06-12] 178: Checking users ** [23:35:23 2020-06-12] 178: Checking user_dbs ** [23:35:23 2020-06-12] 178: Checking geocodings ** [23:35:23 2020-06-12] 178: Checking synchronizations ** [23:35:23 2020-06-12] 178: Checking tracker ** [23:35:23 2020-06-12] 178: Checking user_migrations ** [23:35:23 2020-06-12] 178: Checking batch_updates ** [23:35:23 2020-06-12] 178: Checking gears ** [23:35:23 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:35:23 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:28 2020-06-12] 178: Checking imports ** [23:35:28 2020-06-12] 178: Checking exports ** [23:35:28 2020-06-12] 178: Checking users ** [23:35:28 2020-06-12] 178: Checking user_dbs ** [23:35:28 2020-06-12] 178: Checking geocodings ** [23:35:28 2020-06-12] 178: Checking synchronizations ** [23:35:28 2020-06-12] 178: Checking tracker ** [23:35:28 2020-06-12] 178: Checking user_migrations ** [23:35:28 2020-06-12] 178: Checking batch_updates ** [23:35:28 2020-06-12] 178: Checking gears ** [23:35:28 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:35:28 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:33 2020-06-12] 178: Checking imports ** [23:35:33 2020-06-12] 178: Checking exports ** [23:35:33 2020-06-12] 178: Checking users ** [23:35:33 2020-06-12] 178: Checking user_dbs ** [23:35:33 2020-06-12] 178: Checking geocodings ** [23:35:33 2020-06-12] 178: Checking synchronizations ** [23:35:33 2020-06-12] 178: Checking tracker ** [23:35:33 2020-06-12] 178: Checking user_migrations ** [23:35:33 2020-06-12] 178: Checking batch_updates ** [23:35:33 2020-06-12] 178: Checking gears ** [23:35:33 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:35:33 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:38 2020-06-12] 178: Checking imports ** [23:35:38 2020-06-12] 178: Checking exports ** [23:35:38 2020-06-12] 178: Checking users ** [23:35:38 2020-06-12] 178: Checking user_dbs ** [23:35:38 2020-06-12] 178: Checking geocodings ** [23:35:38 2020-06-12] 178: Checking synchronizations ** [23:35:38 2020-06-12] 178: Checking tracker ** [23:35:38 2020-06-12] 178: Checking user_migrations ** [23:35:38 2020-06-12] 178: Checking batch_updates ** [23:35:38 2020-06-12] 178: Checking gears ** [23:35:38 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:35:38 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:44 2020-06-12] 178: Checking imports ** [23:35:44 2020-06-12] 178: Checking exports ** [23:35:44 2020-06-12] 178: Checking users ** [23:35:44 2020-06-12] 178: Checking user_dbs ** [23:35:44 2020-06-12] 178: Checking geocodings ** [23:35:44 2020-06-12] 178: Checking synchronizations ** [23:35:44 2020-06-12] 178: Checking tracker ** [23:35:44 2020-06-12] 178: Checking user_migrations ** [23:35:44 2020-06-12] 178: Checking batch_updates ** [23:35:44 2020-06-12] 178: Checking gears ** [23:35:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:35:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:49 2020-06-12] 178: Checking imports ** [23:35:49 2020-06-12] 178: Checking exports ** [23:35:49 2020-06-12] 178: Checking users ** [23:35:49 2020-06-12] 178: Checking user_dbs ** [23:35:49 2020-06-12] 178: Checking geocodings ** [23:35:49 2020-06-12] 178: Checking synchronizations ** [23:35:49 2020-06-12] 178: Checking tracker ** [23:35:49 2020-06-12] 178: Checking user_migrations ** [23:35:49 2020-06-12] 178: Checking batch_updates ** [23:35:49 2020-06-12] 178: Checking gears ** [23:35:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:35:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:54 2020-06-12] 178: Checking imports ** [23:35:54 2020-06-12] 178: Checking exports ** [23:35:54 2020-06-12] 178: Checking users ** [23:35:54 2020-06-12] 178: Checking user_dbs ** [23:35:54 2020-06-12] 178: Checking geocodings ** [23:35:54 2020-06-12] 178: Checking synchronizations ** [23:35:54 2020-06-12] 178: Checking tracker ** [23:35:54 2020-06-12] 178: Checking user_migrations ** [23:35:54 2020-06-12] 178: Checking batch_updates ** [23:35:54 2020-06-12] 178: Checking gears ** [23:35:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:35:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:59 2020-06-12] 178: Checking imports ** [23:35:59 2020-06-12] 178: Checking exports ** [23:35:59 2020-06-12] 178: Checking users ** [23:35:59 2020-06-12] 178: Checking user_dbs ** [23:35:59 2020-06-12] 178: Checking geocodings ** [23:35:59 2020-06-12] 178: Checking synchronizations ** [23:35:59 2020-06-12] 178: Checking tracker ** [23:35:59 2020-06-12] 178: Checking user_migrations ** [23:35:59 2020-06-12] 178: Checking batch_updates ** [23:35:59 2020-06-12] 178: Checking gears ** [23:35:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:35:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:04 2020-06-12] 178: Checking imports ** [23:36:04 2020-06-12] 178: Checking exports ** [23:36:04 2020-06-12] 178: Checking users ** [23:36:04 2020-06-12] 178: Checking user_dbs ** [23:36:04 2020-06-12] 178: Checking geocodings ** [23:36:04 2020-06-12] 178: Checking synchronizations ** [23:36:04 2020-06-12] 178: Checking tracker ** [23:36:04 2020-06-12] 178: Checking user_migrations ** [23:36:04 2020-06-12] 178: Checking batch_updates ** [23:36:04 2020-06-12] 178: Checking gears ** [23:36:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:36:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:09 2020-06-12] 178: Checking imports ** [23:36:09 2020-06-12] 178: Checking exports ** [23:36:09 2020-06-12] 178: Checking users ** [23:36:09 2020-06-12] 178: Checking user_dbs ** [23:36:09 2020-06-12] 178: Checking geocodings ** [23:36:09 2020-06-12] 178: Checking synchronizations ** [23:36:09 2020-06-12] 178: Checking tracker ** [23:36:09 2020-06-12] 178: Checking user_migrations ** [23:36:09 2020-06-12] 178: Checking batch_updates ** [23:36:09 2020-06-12] 178: Checking gears ** [23:36:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:36:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:14 2020-06-12] 178: Checking imports ** [23:36:14 2020-06-12] 178: Checking exports ** [23:36:14 2020-06-12] 178: Checking users ** [23:36:14 2020-06-12] 178: Checking user_dbs ** [23:36:14 2020-06-12] 178: Checking geocodings ** [23:36:14 2020-06-12] 178: Checking synchronizations ** [23:36:14 2020-06-12] 178: Checking tracker ** [23:36:14 2020-06-12] 178: Checking user_migrations ** [23:36:14 2020-06-12] 178: Checking batch_updates ** [23:36:14 2020-06-12] 178: Checking gears ** [23:36:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:36:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:19 2020-06-12] 178: Checking imports ** [23:36:19 2020-06-12] 178: Checking exports ** [23:36:19 2020-06-12] 178: Checking users ** [23:36:19 2020-06-12] 178: Checking user_dbs ** [23:36:19 2020-06-12] 178: Checking geocodings ** [23:36:19 2020-06-12] 178: Checking synchronizations ** [23:36:19 2020-06-12] 178: Checking tracker ** [23:36:19 2020-06-12] 178: Checking user_migrations ** [23:36:19 2020-06-12] 178: Checking batch_updates ** [23:36:19 2020-06-12] 178: Checking gears ** [23:36:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:36:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:24 2020-06-12] 178: Checking imports ** [23:36:24 2020-06-12] 178: Checking exports ** [23:36:24 2020-06-12] 178: Checking users ** [23:36:24 2020-06-12] 178: Checking user_dbs ** [23:36:24 2020-06-12] 178: Checking geocodings ** [23:36:24 2020-06-12] 178: Checking synchronizations ** [23:36:24 2020-06-12] 178: Checking tracker ** [23:36:24 2020-06-12] 178: Checking user_migrations ** [23:36:24 2020-06-12] 178: Checking batch_updates ** [23:36:24 2020-06-12] 178: Checking gears ** [23:36:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:36:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:29 2020-06-12] 178: Checking imports ** [23:36:29 2020-06-12] 178: Checking exports ** [23:36:29 2020-06-12] 178: Checking users ** [23:36:29 2020-06-12] 178: Checking user_dbs ** [23:36:29 2020-06-12] 178: Checking geocodings ** [23:36:29 2020-06-12] 178: Checking synchronizations ** [23:36:29 2020-06-12] 178: Checking tracker ** [23:36:29 2020-06-12] 178: Checking user_migrations ** [23:36:29 2020-06-12] 178: Checking batch_updates ** [23:36:29 2020-06-12] 178: Checking gears ** [23:36:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:36:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:34 2020-06-12] 178: Checking imports ** [23:36:34 2020-06-12] 178: Checking exports ** [23:36:34 2020-06-12] 178: Checking users ** [23:36:34 2020-06-12] 178: Checking user_dbs ** [23:36:34 2020-06-12] 178: Checking geocodings ** [23:36:34 2020-06-12] 178: Checking synchronizations ** [23:36:34 2020-06-12] 178: Checking tracker ** [23:36:34 2020-06-12] 178: Checking user_migrations ** [23:36:34 2020-06-12] 178: Checking batch_updates ** [23:36:34 2020-06-12] 178: Checking gears ** [23:36:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:36:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:39 2020-06-12] 178: Checking imports ** [23:36:39 2020-06-12] 178: Checking exports ** [23:36:39 2020-06-12] 178: Checking users ** [23:36:39 2020-06-12] 178: Checking user_dbs ** [23:36:39 2020-06-12] 178: Checking geocodings ** [23:36:39 2020-06-12] 178: Checking synchronizations ** [23:36:39 2020-06-12] 178: Checking tracker ** [23:36:39 2020-06-12] 178: Checking user_migrations ** [23:36:39 2020-06-12] 178: Checking batch_updates ** [23:36:39 2020-06-12] 178: Checking gears ** [23:36:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:36:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:44 2020-06-12] 178: Checking imports ** [23:36:44 2020-06-12] 178: Checking exports ** [23:36:44 2020-06-12] 178: Checking users ** [23:36:44 2020-06-12] 178: Checking user_dbs ** [23:36:44 2020-06-12] 178: Checking geocodings ** [23:36:44 2020-06-12] 178: Checking synchronizations ** [23:36:44 2020-06-12] 178: Checking tracker ** [23:36:44 2020-06-12] 178: Checking user_migrations ** [23:36:44 2020-06-12] 178: Checking batch_updates ** [23:36:44 2020-06-12] 178: Checking gears ** [23:36:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:36:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:49 2020-06-12] 178: Checking imports ** [23:36:49 2020-06-12] 178: Checking exports ** [23:36:49 2020-06-12] 178: Checking users ** [23:36:49 2020-06-12] 178: Checking user_dbs ** [23:36:49 2020-06-12] 178: Checking geocodings ** [23:36:49 2020-06-12] 178: Checking synchronizations ** [23:36:49 2020-06-12] 178: Checking tracker ** [23:36:49 2020-06-12] 178: Checking user_migrations ** [23:36:49 2020-06-12] 178: Checking batch_updates ** [23:36:49 2020-06-12] 178: Checking gears ** [23:36:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:36:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:54 2020-06-12] 178: Checking imports ** [23:36:54 2020-06-12] 178: Checking exports ** [23:36:54 2020-06-12] 178: Checking users ** [23:36:54 2020-06-12] 178: Checking user_dbs ** [23:36:54 2020-06-12] 178: Checking geocodings ** [23:36:54 2020-06-12] 178: Checking synchronizations ** [23:36:54 2020-06-12] 178: Checking tracker ** [23:36:54 2020-06-12] 178: Checking user_migrations ** [23:36:54 2020-06-12] 178: Checking batch_updates ** [23:36:54 2020-06-12] 178: Checking gears ** [23:36:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:36:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:59 2020-06-12] 178: Checking imports ** [23:36:59 2020-06-12] 178: Checking exports ** [23:36:59 2020-06-12] 178: Checking users ** [23:36:59 2020-06-12] 178: Checking user_dbs ** [23:36:59 2020-06-12] 178: Checking geocodings ** [23:36:59 2020-06-12] 178: Checking synchronizations ** [23:36:59 2020-06-12] 178: Checking tracker ** [23:36:59 2020-06-12] 178: Checking user_migrations ** [23:36:59 2020-06-12] 178: Checking batch_updates ** [23:36:59 2020-06-12] 178: Checking gears ** [23:36:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:36:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:04 2020-06-12] 178: Checking imports ** [23:37:04 2020-06-12] 178: Checking exports ** [23:37:04 2020-06-12] 178: Checking users ** [23:37:04 2020-06-12] 178: Checking user_dbs ** [23:37:04 2020-06-12] 178: Checking geocodings ** [23:37:04 2020-06-12] 178: Checking synchronizations ** [23:37:04 2020-06-12] 178: Checking tracker ** [23:37:04 2020-06-12] 178: Checking user_migrations ** [23:37:04 2020-06-12] 178: Checking batch_updates ** [23:37:04 2020-06-12] 178: Checking gears ** [23:37:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:37:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:09 2020-06-12] 178: Checking imports ** [23:37:09 2020-06-12] 178: Checking exports ** [23:37:09 2020-06-12] 178: Checking users ** [23:37:09 2020-06-12] 178: Checking user_dbs ** [23:37:09 2020-06-12] 178: Checking geocodings ** [23:37:09 2020-06-12] 178: Checking synchronizations ** [23:37:09 2020-06-12] 178: Checking tracker ** [23:37:09 2020-06-12] 178: Checking user_migrations ** [23:37:09 2020-06-12] 178: Checking batch_updates ** [23:37:09 2020-06-12] 178: Checking gears ** [23:37:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:37:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:14 2020-06-12] 178: Checking imports ** [23:37:14 2020-06-12] 178: Checking exports ** [23:37:14 2020-06-12] 178: Checking users ** [23:37:14 2020-06-12] 178: Checking user_dbs ** [23:37:14 2020-06-12] 178: Checking geocodings ** [23:37:14 2020-06-12] 178: Checking synchronizations ** [23:37:14 2020-06-12] 178: Checking tracker ** [23:37:14 2020-06-12] 178: Checking user_migrations ** [23:37:14 2020-06-12] 178: Checking batch_updates ** [23:37:14 2020-06-12] 178: Checking gears ** [23:37:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:37:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:19 2020-06-12] 178: Checking imports ** [23:37:19 2020-06-12] 178: Checking exports ** [23:37:19 2020-06-12] 178: Checking users ** [23:37:19 2020-06-12] 178: Checking user_dbs ** [23:37:19 2020-06-12] 178: Checking geocodings ** [23:37:19 2020-06-12] 178: Checking synchronizations ** [23:37:19 2020-06-12] 178: Checking tracker ** [23:37:19 2020-06-12] 178: Checking user_migrations ** [23:37:19 2020-06-12] 178: Checking batch_updates ** [23:37:19 2020-06-12] 178: Checking gears ** [23:37:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:37:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:24 2020-06-12] 178: Checking imports ** [23:37:24 2020-06-12] 178: Checking exports ** [23:37:24 2020-06-12] 178: Checking users ** [23:37:24 2020-06-12] 178: Checking user_dbs ** [23:37:24 2020-06-12] 178: Checking geocodings ** [23:37:24 2020-06-12] 178: Checking synchronizations ** [23:37:24 2020-06-12] 178: Checking tracker ** [23:37:24 2020-06-12] 178: Checking user_migrations ** [23:37:24 2020-06-12] 178: Checking batch_updates ** [23:37:24 2020-06-12] 178: Checking gears ** [23:37:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:37:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:29 2020-06-12] 178: Checking imports ** [23:37:29 2020-06-12] 178: Checking exports ** [23:37:29 2020-06-12] 178: Checking users ** [23:37:29 2020-06-12] 178: Checking user_dbs ** [23:37:29 2020-06-12] 178: Checking geocodings ** [23:37:29 2020-06-12] 178: Checking synchronizations ** [23:37:29 2020-06-12] 178: Checking tracker ** [23:37:29 2020-06-12] 178: Checking user_migrations ** [23:37:29 2020-06-12] 178: Checking batch_updates ** [23:37:29 2020-06-12] 178: Checking gears ** [23:37:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:37:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:34 2020-06-12] 178: Checking imports ** [23:37:34 2020-06-12] 178: Checking exports ** [23:37:34 2020-06-12] 178: Checking users ** [23:37:34 2020-06-12] 178: Checking user_dbs ** [23:37:34 2020-06-12] 178: Checking geocodings ** [23:37:34 2020-06-12] 178: Checking synchronizations ** [23:37:34 2020-06-12] 178: Checking tracker ** [23:37:34 2020-06-12] 178: Checking user_migrations ** [23:37:34 2020-06-12] 178: Checking batch_updates ** [23:37:34 2020-06-12] 178: Checking gears ** [23:37:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:37:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:39 2020-06-12] 178: Checking imports ** [23:37:39 2020-06-12] 178: Checking exports ** [23:37:39 2020-06-12] 178: Checking users ** [23:37:39 2020-06-12] 178: Checking user_dbs ** [23:37:39 2020-06-12] 178: Checking geocodings ** [23:37:39 2020-06-12] 178: Checking synchronizations ** [23:37:39 2020-06-12] 178: Checking tracker ** [23:37:39 2020-06-12] 178: Checking user_migrations ** [23:37:39 2020-06-12] 178: Checking batch_updates ** [23:37:39 2020-06-12] 178: Checking gears ** [23:37:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:37:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:44 2020-06-12] 178: Checking imports ** [23:37:44 2020-06-12] 178: Checking exports ** [23:37:44 2020-06-12] 178: Checking users ** [23:37:44 2020-06-12] 178: Checking user_dbs ** [23:37:44 2020-06-12] 178: Checking geocodings ** [23:37:44 2020-06-12] 178: Checking synchronizations ** [23:37:44 2020-06-12] 178: Checking tracker ** [23:37:44 2020-06-12] 178: Checking user_migrations ** [23:37:44 2020-06-12] 178: Checking batch_updates ** [23:37:44 2020-06-12] 178: Checking gears ** [23:37:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:37:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:49 2020-06-12] 178: Checking imports ** [23:37:49 2020-06-12] 178: Checking exports ** [23:37:49 2020-06-12] 178: Checking users ** [23:37:49 2020-06-12] 178: Checking user_dbs ** [23:37:49 2020-06-12] 178: Checking geocodings ** [23:37:49 2020-06-12] 178: Checking synchronizations ** [23:37:49 2020-06-12] 178: Checking tracker ** [23:37:49 2020-06-12] 178: Checking user_migrations ** [23:37:49 2020-06-12] 178: Checking batch_updates ** [23:37:49 2020-06-12] 178: Checking gears ** [23:37:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:37:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:54 2020-06-12] 178: Checking imports ** [23:37:54 2020-06-12] 178: Checking exports ** [23:37:54 2020-06-12] 178: Checking users ** [23:37:54 2020-06-12] 178: Checking user_dbs ** [23:37:54 2020-06-12] 178: Checking geocodings ** [23:37:54 2020-06-12] 178: Checking synchronizations ** [23:37:54 2020-06-12] 178: Checking tracker ** [23:37:54 2020-06-12] 178: Checking user_migrations ** [23:37:54 2020-06-12] 178: Checking batch_updates ** [23:37:54 2020-06-12] 178: Checking gears ** [23:37:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:37:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:59 2020-06-12] 178: Checking imports ** [23:37:59 2020-06-12] 178: Checking exports ** [23:37:59 2020-06-12] 178: Checking users ** [23:37:59 2020-06-12] 178: Checking user_dbs ** [23:37:59 2020-06-12] 178: Checking geocodings ** [23:37:59 2020-06-12] 178: Checking synchronizations ** [23:37:59 2020-06-12] 178: Checking tracker ** [23:37:59 2020-06-12] 178: Checking user_migrations ** [23:37:59 2020-06-12] 178: Checking batch_updates ** [23:37:59 2020-06-12] 178: Checking gears ** [23:37:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:37:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:04 2020-06-12] 178: Checking imports ** [23:38:04 2020-06-12] 178: Checking exports ** [23:38:04 2020-06-12] 178: Checking users ** [23:38:04 2020-06-12] 178: Checking user_dbs ** [23:38:04 2020-06-12] 178: Checking geocodings ** [23:38:04 2020-06-12] 178: Checking synchronizations ** [23:38:04 2020-06-12] 178: Checking tracker ** [23:38:04 2020-06-12] 178: Checking user_migrations ** [23:38:04 2020-06-12] 178: Checking batch_updates ** [23:38:04 2020-06-12] 178: Checking gears ** [23:38:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:38:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:09 2020-06-12] 178: Checking imports ** [23:38:09 2020-06-12] 178: Checking exports ** [23:38:09 2020-06-12] 178: Checking users ** [23:38:09 2020-06-12] 178: Checking user_dbs ** [23:38:09 2020-06-12] 178: Checking geocodings ** [23:38:09 2020-06-12] 178: Checking synchronizations ** [23:38:09 2020-06-12] 178: Checking tracker ** [23:38:09 2020-06-12] 178: Checking user_migrations ** [23:38:09 2020-06-12] 178: Checking batch_updates ** [23:38:09 2020-06-12] 178: Checking gears ** [23:38:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:38:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:14 2020-06-12] 178: Checking imports ** [23:38:14 2020-06-12] 178: Checking exports ** [23:38:14 2020-06-12] 178: Checking users ** [23:38:14 2020-06-12] 178: Checking user_dbs ** [23:38:14 2020-06-12] 178: Checking geocodings ** [23:38:14 2020-06-12] 178: Checking synchronizations ** [23:38:14 2020-06-12] 178: Checking tracker ** [23:38:14 2020-06-12] 178: Checking user_migrations ** [23:38:14 2020-06-12] 178: Checking batch_updates ** [23:38:14 2020-06-12] 178: Checking gears ** [23:38:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:38:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:19 2020-06-12] 178: Checking imports ** [23:38:19 2020-06-12] 178: Checking exports ** [23:38:19 2020-06-12] 178: Checking users ** [23:38:19 2020-06-12] 178: Checking user_dbs ** [23:38:19 2020-06-12] 178: Checking geocodings ** [23:38:19 2020-06-12] 178: Checking synchronizations ** [23:38:19 2020-06-12] 178: Checking tracker ** [23:38:19 2020-06-12] 178: Checking user_migrations ** [23:38:19 2020-06-12] 178: Checking batch_updates ** [23:38:19 2020-06-12] 178: Checking gears ** [23:38:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:38:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:24 2020-06-12] 178: Checking imports ** [23:38:24 2020-06-12] 178: Checking exports ** [23:38:24 2020-06-12] 178: Checking users ** [23:38:24 2020-06-12] 178: Checking user_dbs ** [23:38:24 2020-06-12] 178: Checking geocodings ** [23:38:24 2020-06-12] 178: Checking synchronizations ** [23:38:24 2020-06-12] 178: Checking tracker ** [23:38:24 2020-06-12] 178: Checking user_migrations ** [23:38:24 2020-06-12] 178: Checking batch_updates ** [23:38:24 2020-06-12] 178: Checking gears ** [23:38:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:38:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:29 2020-06-12] 178: Checking imports ** [23:38:29 2020-06-12] 178: Checking exports ** [23:38:29 2020-06-12] 178: Checking users ** [23:38:29 2020-06-12] 178: Checking user_dbs ** [23:38:29 2020-06-12] 178: Checking geocodings ** [23:38:29 2020-06-12] 178: Checking synchronizations ** [23:38:29 2020-06-12] 178: Checking tracker ** [23:38:29 2020-06-12] 178: Checking user_migrations ** [23:38:29 2020-06-12] 178: Checking batch_updates ** [23:38:29 2020-06-12] 178: Checking gears ** [23:38:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:38:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:34 2020-06-12] 178: Checking imports ** [23:38:34 2020-06-12] 178: Checking exports ** [23:38:34 2020-06-12] 178: Checking users ** [23:38:34 2020-06-12] 178: Checking user_dbs ** [23:38:34 2020-06-12] 178: Checking geocodings ** [23:38:34 2020-06-12] 178: Checking synchronizations ** [23:38:34 2020-06-12] 178: Checking tracker ** [23:38:34 2020-06-12] 178: Checking user_migrations ** [23:38:34 2020-06-12] 178: Checking batch_updates ** [23:38:34 2020-06-12] 178: Checking gears ** [23:38:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:38:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:39 2020-06-12] 178: Checking imports ** [23:38:39 2020-06-12] 178: Checking exports ** [23:38:39 2020-06-12] 178: Checking users ** [23:38:39 2020-06-12] 178: Checking user_dbs ** [23:38:39 2020-06-12] 178: Checking geocodings ** [23:38:39 2020-06-12] 178: Checking synchronizations ** [23:38:39 2020-06-12] 178: Checking tracker ** [23:38:39 2020-06-12] 178: Checking user_migrations ** [23:38:39 2020-06-12] 178: Checking batch_updates ** [23:38:39 2020-06-12] 178: Checking gears ** [23:38:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:38:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:44 2020-06-12] 178: Checking imports ** [23:38:44 2020-06-12] 178: Checking exports ** [23:38:44 2020-06-12] 178: Checking users ** [23:38:44 2020-06-12] 178: Checking user_dbs ** [23:38:44 2020-06-12] 178: Checking geocodings ** [23:38:44 2020-06-12] 178: Checking synchronizations ** [23:38:44 2020-06-12] 178: Checking tracker ** [23:38:44 2020-06-12] 178: Checking user_migrations ** [23:38:44 2020-06-12] 178: Checking batch_updates ** [23:38:44 2020-06-12] 178: Checking gears ** [23:38:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:38:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:49 2020-06-12] 178: Checking imports ** [23:38:49 2020-06-12] 178: Checking exports ** [23:38:49 2020-06-12] 178: Checking users ** [23:38:49 2020-06-12] 178: Checking user_dbs ** [23:38:49 2020-06-12] 178: Checking geocodings ** [23:38:49 2020-06-12] 178: Checking synchronizations ** [23:38:49 2020-06-12] 178: Checking tracker ** [23:38:49 2020-06-12] 178: Checking user_migrations ** [23:38:49 2020-06-12] 178: Checking batch_updates ** [23:38:49 2020-06-12] 178: Checking gears ** [23:38:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:38:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:54 2020-06-12] 178: Checking imports ** [23:38:54 2020-06-12] 178: Checking exports ** [23:38:54 2020-06-12] 178: Checking users ** [23:38:54 2020-06-12] 178: Checking user_dbs ** [23:38:54 2020-06-12] 178: Checking geocodings ** [23:38:54 2020-06-12] 178: Checking synchronizations ** [23:38:54 2020-06-12] 178: Checking tracker ** [23:38:54 2020-06-12] 178: Checking user_migrations ** [23:38:54 2020-06-12] 178: Checking batch_updates ** [23:38:54 2020-06-12] 178: Checking gears ** [23:38:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:38:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:59 2020-06-12] 178: Checking imports ** [23:38:59 2020-06-12] 178: Checking exports ** [23:38:59 2020-06-12] 178: Checking users ** [23:38:59 2020-06-12] 178: Checking user_dbs ** [23:38:59 2020-06-12] 178: Checking geocodings ** [23:38:59 2020-06-12] 178: Checking synchronizations ** [23:38:59 2020-06-12] 178: Checking tracker ** [23:38:59 2020-06-12] 178: Checking user_migrations ** [23:38:59 2020-06-12] 178: Checking batch_updates ** [23:38:59 2020-06-12] 178: Checking gears ** [23:38:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:38:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:04 2020-06-12] 178: Checking imports ** [23:39:04 2020-06-12] 178: Checking exports ** [23:39:04 2020-06-12] 178: Checking users ** [23:39:04 2020-06-12] 178: Checking user_dbs ** [23:39:04 2020-06-12] 178: Checking geocodings ** [23:39:04 2020-06-12] 178: Checking synchronizations ** [23:39:04 2020-06-12] 178: Checking tracker ** [23:39:04 2020-06-12] 178: Checking user_migrations ** [23:39:04 2020-06-12] 178: Checking batch_updates ** [23:39:04 2020-06-12] 178: Checking gears ** [23:39:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:39:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:09 2020-06-12] 178: Checking imports ** [23:39:09 2020-06-12] 178: Checking exports ** [23:39:09 2020-06-12] 178: Checking users ** [23:39:09 2020-06-12] 178: Checking user_dbs ** [23:39:09 2020-06-12] 178: Checking geocodings ** [23:39:09 2020-06-12] 178: Checking synchronizations ** [23:39:09 2020-06-12] 178: Checking tracker ** [23:39:09 2020-06-12] 178: Checking user_migrations ** [23:39:09 2020-06-12] 178: Checking batch_updates ** [23:39:09 2020-06-12] 178: Checking gears ** [23:39:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:39:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:14 2020-06-12] 178: Checking imports ** [23:39:14 2020-06-12] 178: Checking exports ** [23:39:14 2020-06-12] 178: Checking users ** [23:39:14 2020-06-12] 178: Checking user_dbs ** [23:39:14 2020-06-12] 178: Checking geocodings ** [23:39:14 2020-06-12] 178: Checking synchronizations ** [23:39:14 2020-06-12] 178: Checking tracker ** [23:39:14 2020-06-12] 178: Checking user_migrations ** [23:39:14 2020-06-12] 178: Checking batch_updates ** [23:39:14 2020-06-12] 178: Checking gears ** [23:39:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:39:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:19 2020-06-12] 178: Checking imports ** [23:39:19 2020-06-12] 178: Checking exports ** [23:39:19 2020-06-12] 178: Checking users ** [23:39:19 2020-06-12] 178: Checking user_dbs ** [23:39:19 2020-06-12] 178: Checking geocodings ** [23:39:19 2020-06-12] 178: Checking synchronizations ** [23:39:19 2020-06-12] 178: Checking tracker ** [23:39:19 2020-06-12] 178: Checking user_migrations ** [23:39:19 2020-06-12] 178: Checking batch_updates ** [23:39:19 2020-06-12] 178: Checking gears ** [23:39:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:39:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:24 2020-06-12] 178: Checking imports ** [23:39:24 2020-06-12] 178: Checking exports ** [23:39:24 2020-06-12] 178: Checking users ** [23:39:24 2020-06-12] 178: Checking user_dbs ** [23:39:24 2020-06-12] 178: Checking geocodings ** [23:39:24 2020-06-12] 178: Checking synchronizations ** [23:39:24 2020-06-12] 178: Checking tracker ** [23:39:24 2020-06-12] 178: Checking user_migrations ** [23:39:24 2020-06-12] 178: Checking batch_updates ** [23:39:24 2020-06-12] 178: Checking gears ** [23:39:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:39:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:29 2020-06-12] 178: Checking imports ** [23:39:29 2020-06-12] 178: Checking exports ** [23:39:29 2020-06-12] 178: Checking users ** [23:39:29 2020-06-12] 178: Checking user_dbs ** [23:39:29 2020-06-12] 178: Checking geocodings ** [23:39:29 2020-06-12] 178: Checking synchronizations ** [23:39:29 2020-06-12] 178: Checking tracker ** [23:39:29 2020-06-12] 178: Checking user_migrations ** [23:39:29 2020-06-12] 178: Checking batch_updates ** [23:39:29 2020-06-12] 178: Checking gears ** [23:39:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:39:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:34 2020-06-12] 178: Checking imports ** [23:39:34 2020-06-12] 178: Checking exports ** [23:39:34 2020-06-12] 178: Checking users ** [23:39:34 2020-06-12] 178: Checking user_dbs ** [23:39:34 2020-06-12] 178: Checking geocodings ** [23:39:34 2020-06-12] 178: Checking synchronizations ** [23:39:34 2020-06-12] 178: Checking tracker ** [23:39:34 2020-06-12] 178: Checking user_migrations ** [23:39:34 2020-06-12] 178: Checking batch_updates ** [23:39:34 2020-06-12] 178: Checking gears ** [23:39:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:39:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:39 2020-06-12] 178: Checking imports ** [23:39:39 2020-06-12] 178: Checking exports ** [23:39:39 2020-06-12] 178: Checking users ** [23:39:39 2020-06-12] 178: Checking user_dbs ** [23:39:39 2020-06-12] 178: Checking geocodings ** [23:39:39 2020-06-12] 178: Checking synchronizations ** [23:39:39 2020-06-12] 178: Checking tracker ** [23:39:39 2020-06-12] 178: Checking user_migrations ** [23:39:39 2020-06-12] 178: Checking batch_updates ** [23:39:39 2020-06-12] 178: Checking gears ** [23:39:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:39:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:44 2020-06-12] 178: Checking imports ** [23:39:44 2020-06-12] 178: Checking exports ** [23:39:44 2020-06-12] 178: Checking users ** [23:39:44 2020-06-12] 178: Checking user_dbs ** [23:39:44 2020-06-12] 178: Checking geocodings ** [23:39:44 2020-06-12] 178: Checking synchronizations ** [23:39:44 2020-06-12] 178: Checking tracker ** [23:39:44 2020-06-12] 178: Checking user_migrations ** [23:39:44 2020-06-12] 178: Checking batch_updates ** [23:39:44 2020-06-12] 178: Checking gears ** [23:39:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:39:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:49 2020-06-12] 178: Checking imports ** [23:39:49 2020-06-12] 178: Checking exports ** [23:39:49 2020-06-12] 178: Checking users ** [23:39:49 2020-06-12] 178: Checking user_dbs ** [23:39:49 2020-06-12] 178: Checking geocodings ** [23:39:49 2020-06-12] 178: Checking synchronizations ** [23:39:49 2020-06-12] 178: Checking tracker ** [23:39:49 2020-06-12] 178: Checking user_migrations ** [23:39:49 2020-06-12] 178: Checking batch_updates ** [23:39:49 2020-06-12] 178: Checking gears ** [23:39:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:39:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:54 2020-06-12] 178: Checking imports ** [23:39:54 2020-06-12] 178: Checking exports ** [23:39:54 2020-06-12] 178: Checking users ** [23:39:54 2020-06-12] 178: Checking user_dbs ** [23:39:54 2020-06-12] 178: Checking geocodings ** [23:39:54 2020-06-12] 178: Checking synchronizations ** [23:39:54 2020-06-12] 178: Checking tracker ** [23:39:54 2020-06-12] 178: Checking user_migrations ** [23:39:54 2020-06-12] 178: Checking batch_updates ** [23:39:54 2020-06-12] 178: Checking gears ** [23:39:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:39:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:59 2020-06-12] 178: Checking imports ** [23:39:59 2020-06-12] 178: Checking exports ** [23:39:59 2020-06-12] 178: Checking users ** [23:39:59 2020-06-12] 178: Checking user_dbs ** [23:39:59 2020-06-12] 178: Checking geocodings ** [23:39:59 2020-06-12] 178: Checking synchronizations ** [23:39:59 2020-06-12] 178: Checking tracker ** [23:39:59 2020-06-12] 178: Checking user_migrations ** [23:39:59 2020-06-12] 178: Checking batch_updates ** [23:39:59 2020-06-12] 178: Checking gears ** [23:39:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:39:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:04 2020-06-12] 178: Checking imports ** [23:40:04 2020-06-12] 178: Checking exports ** [23:40:04 2020-06-12] 178: Checking users ** [23:40:04 2020-06-12] 178: Checking user_dbs ** [23:40:04 2020-06-12] 178: Checking geocodings ** [23:40:04 2020-06-12] 178: Checking synchronizations ** [23:40:04 2020-06-12] 178: Checking tracker ** [23:40:04 2020-06-12] 178: Checking user_migrations ** [23:40:04 2020-06-12] 178: Checking batch_updates ** [23:40:04 2020-06-12] 178: Checking gears ** [23:40:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:40:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:09 2020-06-12] 178: Checking imports ** [23:40:09 2020-06-12] 178: Checking exports ** [23:40:09 2020-06-12] 178: Checking users ** [23:40:09 2020-06-12] 178: Checking user_dbs ** [23:40:09 2020-06-12] 178: Checking geocodings ** [23:40:09 2020-06-12] 178: Checking synchronizations ** [23:40:09 2020-06-12] 178: Checking tracker ** [23:40:09 2020-06-12] 178: Checking user_migrations ** [23:40:09 2020-06-12] 178: Checking batch_updates ** [23:40:09 2020-06-12] 178: Checking gears ** [23:40:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:40:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:14 2020-06-12] 178: Checking imports ** [23:40:14 2020-06-12] 178: Checking exports ** [23:40:14 2020-06-12] 178: Checking users ** [23:40:14 2020-06-12] 178: Checking user_dbs ** [23:40:14 2020-06-12] 178: Checking geocodings ** [23:40:14 2020-06-12] 178: Checking synchronizations ** [23:40:14 2020-06-12] 178: Checking tracker ** [23:40:14 2020-06-12] 178: Checking user_migrations ** [23:40:14 2020-06-12] 178: Checking batch_updates ** [23:40:14 2020-06-12] 178: Checking gears ** [23:40:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:40:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:19 2020-06-12] 178: Checking imports ** [23:40:19 2020-06-12] 178: Checking exports ** [23:40:19 2020-06-12] 178: Checking users ** [23:40:19 2020-06-12] 178: Checking user_dbs ** [23:40:19 2020-06-12] 178: Checking geocodings ** [23:40:19 2020-06-12] 178: Checking synchronizations ** [23:40:19 2020-06-12] 178: Checking tracker ** [23:40:19 2020-06-12] 178: Checking user_migrations ** [23:40:19 2020-06-12] 178: Checking batch_updates ** [23:40:19 2020-06-12] 178: Checking gears ** [23:40:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:40:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:24 2020-06-12] 178: Checking imports ** [23:40:24 2020-06-12] 178: Checking exports ** [23:40:24 2020-06-12] 178: Checking users ** [23:40:24 2020-06-12] 178: Checking user_dbs ** [23:40:24 2020-06-12] 178: Checking geocodings ** [23:40:24 2020-06-12] 178: Checking synchronizations ** [23:40:24 2020-06-12] 178: Checking tracker ** [23:40:24 2020-06-12] 178: Checking user_migrations ** [23:40:24 2020-06-12] 178: Checking batch_updates ** [23:40:24 2020-06-12] 178: Checking gears ** [23:40:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:40:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:29 2020-06-12] 178: Checking imports ** [23:40:29 2020-06-12] 178: Checking exports ** [23:40:29 2020-06-12] 178: Checking users ** [23:40:29 2020-06-12] 178: Checking user_dbs ** [23:40:29 2020-06-12] 178: Checking geocodings ** [23:40:29 2020-06-12] 178: Checking synchronizations ** [23:40:29 2020-06-12] 178: Checking tracker ** [23:40:29 2020-06-12] 178: Checking user_migrations ** [23:40:29 2020-06-12] 178: Checking batch_updates ** [23:40:29 2020-06-12] 178: Checking gears ** [23:40:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:40:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:34 2020-06-12] 178: Checking imports ** [23:40:34 2020-06-12] 178: Checking exports ** [23:40:34 2020-06-12] 178: Checking users ** [23:40:34 2020-06-12] 178: Checking user_dbs ** [23:40:34 2020-06-12] 178: Checking geocodings ** [23:40:34 2020-06-12] 178: Checking synchronizations ** [23:40:34 2020-06-12] 178: Checking tracker ** [23:40:34 2020-06-12] 178: Checking user_migrations ** [23:40:34 2020-06-12] 178: Checking batch_updates ** [23:40:34 2020-06-12] 178: Checking gears ** [23:40:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:40:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:39 2020-06-12] 178: Checking imports ** [23:40:39 2020-06-12] 178: Checking exports ** [23:40:39 2020-06-12] 178: Checking users ** [23:40:39 2020-06-12] 178: Checking user_dbs ** [23:40:39 2020-06-12] 178: Checking geocodings ** [23:40:39 2020-06-12] 178: Checking synchronizations ** [23:40:39 2020-06-12] 178: Checking tracker ** [23:40:39 2020-06-12] 178: Checking user_migrations ** [23:40:39 2020-06-12] 178: Checking batch_updates ** [23:40:39 2020-06-12] 178: Checking gears ** [23:40:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:40:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:44 2020-06-12] 178: Checking imports ** [23:40:44 2020-06-12] 178: Checking exports ** [23:40:44 2020-06-12] 178: Checking users ** [23:40:44 2020-06-12] 178: Checking user_dbs ** [23:40:44 2020-06-12] 178: Checking geocodings ** [23:40:44 2020-06-12] 178: Checking synchronizations ** [23:40:44 2020-06-12] 178: Checking tracker ** [23:40:44 2020-06-12] 178: Checking user_migrations ** [23:40:44 2020-06-12] 178: Checking batch_updates ** [23:40:44 2020-06-12] 178: Checking gears ** [23:40:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:40:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:49 2020-06-12] 178: Checking imports ** [23:40:49 2020-06-12] 178: Checking exports ** [23:40:49 2020-06-12] 178: Checking users ** [23:40:49 2020-06-12] 178: Checking user_dbs ** [23:40:49 2020-06-12] 178: Checking geocodings ** [23:40:49 2020-06-12] 178: Checking synchronizations ** [23:40:49 2020-06-12] 178: Checking tracker ** [23:40:49 2020-06-12] 178: Checking user_migrations ** [23:40:49 2020-06-12] 178: Checking batch_updates ** [23:40:49 2020-06-12] 178: Checking gears ** [23:40:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:40:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:54 2020-06-12] 178: Checking imports ** [23:40:54 2020-06-12] 178: Checking exports ** [23:40:54 2020-06-12] 178: Checking users ** [23:40:54 2020-06-12] 178: Checking user_dbs ** [23:40:54 2020-06-12] 178: Checking geocodings ** [23:40:54 2020-06-12] 178: Checking synchronizations ** [23:40:54 2020-06-12] 178: Checking tracker ** [23:40:54 2020-06-12] 178: Checking user_migrations ** [23:40:54 2020-06-12] 178: Checking batch_updates ** [23:40:54 2020-06-12] 178: Checking gears ** [23:40:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:40:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:59 2020-06-12] 178: Checking imports ** [23:40:59 2020-06-12] 178: Checking exports ** [23:40:59 2020-06-12] 178: Checking users ** [23:40:59 2020-06-12] 178: Checking user_dbs ** [23:40:59 2020-06-12] 178: Checking geocodings ** [23:40:59 2020-06-12] 178: Checking synchronizations ** [23:40:59 2020-06-12] 178: Checking tracker ** [23:40:59 2020-06-12] 178: Checking user_migrations ** [23:40:59 2020-06-12] 178: Checking batch_updates ** [23:40:59 2020-06-12] 178: Checking gears ** [23:40:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:40:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:04 2020-06-12] 178: Checking imports ** [23:41:04 2020-06-12] 178: Checking exports ** [23:41:04 2020-06-12] 178: Checking users ** [23:41:04 2020-06-12] 178: Checking user_dbs ** [23:41:04 2020-06-12] 178: Checking geocodings ** [23:41:04 2020-06-12] 178: Checking synchronizations ** [23:41:04 2020-06-12] 178: Checking tracker ** [23:41:04 2020-06-12] 178: Checking user_migrations ** [23:41:04 2020-06-12] 178: Checking batch_updates ** [23:41:04 2020-06-12] 178: Checking gears ** [23:41:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:41:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:09 2020-06-12] 178: Checking imports ** [23:41:09 2020-06-12] 178: Checking exports ** [23:41:09 2020-06-12] 178: Checking users ** [23:41:09 2020-06-12] 178: Checking user_dbs ** [23:41:09 2020-06-12] 178: Checking geocodings ** [23:41:09 2020-06-12] 178: Checking synchronizations ** [23:41:09 2020-06-12] 178: Checking tracker ** [23:41:09 2020-06-12] 178: Checking user_migrations ** [23:41:09 2020-06-12] 178: Checking batch_updates ** [23:41:09 2020-06-12] 178: Checking gears ** [23:41:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:41:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:14 2020-06-12] 178: Checking imports ** [23:41:14 2020-06-12] 178: Checking exports ** [23:41:14 2020-06-12] 178: Checking users ** [23:41:14 2020-06-12] 178: Checking user_dbs ** [23:41:14 2020-06-12] 178: Checking geocodings ** [23:41:14 2020-06-12] 178: Checking synchronizations ** [23:41:14 2020-06-12] 178: Checking tracker ** [23:41:14 2020-06-12] 178: Checking user_migrations ** [23:41:14 2020-06-12] 178: Checking batch_updates ** [23:41:14 2020-06-12] 178: Checking gears ** [23:41:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:41:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:19 2020-06-12] 178: Checking imports ** [23:41:19 2020-06-12] 178: Checking exports ** [23:41:19 2020-06-12] 178: Checking users ** [23:41:19 2020-06-12] 178: Checking user_dbs ** [23:41:19 2020-06-12] 178: Checking geocodings ** [23:41:19 2020-06-12] 178: Checking synchronizations ** [23:41:19 2020-06-12] 178: Checking tracker ** [23:41:19 2020-06-12] 178: Checking user_migrations ** [23:41:19 2020-06-12] 178: Checking batch_updates ** [23:41:19 2020-06-12] 178: Checking gears ** [23:41:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:41:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:24 2020-06-12] 178: Checking imports ** [23:41:24 2020-06-12] 178: Checking exports ** [23:41:24 2020-06-12] 178: Checking users ** [23:41:24 2020-06-12] 178: Checking user_dbs ** [23:41:24 2020-06-12] 178: Checking geocodings ** [23:41:24 2020-06-12] 178: Checking synchronizations ** [23:41:24 2020-06-12] 178: Checking tracker ** [23:41:24 2020-06-12] 178: Checking user_migrations ** [23:41:24 2020-06-12] 178: Checking batch_updates ** [23:41:24 2020-06-12] 178: Checking gears ** [23:41:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:41:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:29 2020-06-12] 178: Checking imports ** [23:41:29 2020-06-12] 178: Checking exports ** [23:41:29 2020-06-12] 178: Checking users ** [23:41:29 2020-06-12] 178: Checking user_dbs ** [23:41:29 2020-06-12] 178: Checking geocodings ** [23:41:29 2020-06-12] 178: Checking synchronizations ** [23:41:29 2020-06-12] 178: Checking tracker ** [23:41:29 2020-06-12] 178: Checking user_migrations ** [23:41:29 2020-06-12] 178: Checking batch_updates ** [23:41:29 2020-06-12] 178: Checking gears ** [23:41:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:41:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:34 2020-06-12] 178: Checking imports ** [23:41:34 2020-06-12] 178: Checking exports ** [23:41:34 2020-06-12] 178: Checking users ** [23:41:34 2020-06-12] 178: Checking user_dbs ** [23:41:34 2020-06-12] 178: Checking geocodings ** [23:41:34 2020-06-12] 178: Checking synchronizations ** [23:41:34 2020-06-12] 178: Checking tracker ** [23:41:34 2020-06-12] 178: Checking user_migrations ** [23:41:34 2020-06-12] 178: Checking batch_updates ** [23:41:34 2020-06-12] 178: Checking gears ** [23:41:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:41:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:39 2020-06-12] 178: Checking imports ** [23:41:39 2020-06-12] 178: Checking exports ** [23:41:39 2020-06-12] 178: Checking users ** [23:41:39 2020-06-12] 178: Checking user_dbs ** [23:41:39 2020-06-12] 178: Checking geocodings ** [23:41:39 2020-06-12] 178: Checking synchronizations ** [23:41:39 2020-06-12] 178: Checking tracker ** [23:41:39 2020-06-12] 178: Checking user_migrations ** [23:41:39 2020-06-12] 178: Checking batch_updates ** [23:41:39 2020-06-12] 178: Checking gears ** [23:41:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:41:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:44 2020-06-12] 178: Checking imports ** [23:41:44 2020-06-12] 178: Checking exports ** [23:41:44 2020-06-12] 178: Checking users ** [23:41:44 2020-06-12] 178: Checking user_dbs ** [23:41:44 2020-06-12] 178: Checking geocodings ** [23:41:44 2020-06-12] 178: Checking synchronizations ** [23:41:44 2020-06-12] 178: Checking tracker ** [23:41:44 2020-06-12] 178: Checking user_migrations ** [23:41:44 2020-06-12] 178: Checking batch_updates ** [23:41:44 2020-06-12] 178: Checking gears ** [23:41:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:41:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:49 2020-06-12] 178: Checking imports ** [23:41:49 2020-06-12] 178: Checking exports ** [23:41:49 2020-06-12] 178: Checking users ** [23:41:49 2020-06-12] 178: Checking user_dbs ** [23:41:49 2020-06-12] 178: Checking geocodings ** [23:41:49 2020-06-12] 178: Checking synchronizations ** [23:41:49 2020-06-12] 178: Checking tracker ** [23:41:49 2020-06-12] 178: Checking user_migrations ** [23:41:49 2020-06-12] 178: Checking batch_updates ** [23:41:49 2020-06-12] 178: Checking gears ** [23:41:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:41:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:54 2020-06-12] 178: Checking imports ** [23:41:54 2020-06-12] 178: Checking exports ** [23:41:54 2020-06-12] 178: Checking users ** [23:41:54 2020-06-12] 178: Checking user_dbs ** [23:41:54 2020-06-12] 178: Checking geocodings ** [23:41:54 2020-06-12] 178: Checking synchronizations ** [23:41:54 2020-06-12] 178: Checking tracker ** [23:41:54 2020-06-12] 178: Checking user_migrations ** [23:41:54 2020-06-12] 178: Checking batch_updates ** [23:41:54 2020-06-12] 178: Checking gears ** [23:41:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:41:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:59 2020-06-12] 178: Checking imports ** [23:41:59 2020-06-12] 178: Checking exports ** [23:41:59 2020-06-12] 178: Checking users ** [23:41:59 2020-06-12] 178: Checking user_dbs ** [23:41:59 2020-06-12] 178: Checking geocodings ** [23:41:59 2020-06-12] 178: Checking synchronizations ** [23:41:59 2020-06-12] 178: Checking tracker ** [23:41:59 2020-06-12] 178: Checking user_migrations ** [23:41:59 2020-06-12] 178: Checking batch_updates ** [23:41:59 2020-06-12] 178: Checking gears ** [23:41:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:41:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:04 2020-06-12] 178: Checking imports ** [23:42:04 2020-06-12] 178: Checking exports ** [23:42:04 2020-06-12] 178: Checking users ** [23:42:04 2020-06-12] 178: Checking user_dbs ** [23:42:04 2020-06-12] 178: Checking geocodings ** [23:42:04 2020-06-12] 178: Checking synchronizations ** [23:42:04 2020-06-12] 178: Checking tracker ** [23:42:04 2020-06-12] 178: Checking user_migrations ** [23:42:04 2020-06-12] 178: Checking batch_updates ** [23:42:04 2020-06-12] 178: Checking gears ** [23:42:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:42:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:09 2020-06-12] 178: Checking imports ** [23:42:09 2020-06-12] 178: Checking exports ** [23:42:09 2020-06-12] 178: Checking users ** [23:42:09 2020-06-12] 178: Checking user_dbs ** [23:42:09 2020-06-12] 178: Checking geocodings ** [23:42:09 2020-06-12] 178: Checking synchronizations ** [23:42:09 2020-06-12] 178: Checking tracker ** [23:42:09 2020-06-12] 178: Checking user_migrations ** [23:42:09 2020-06-12] 178: Checking batch_updates ** [23:42:09 2020-06-12] 178: Checking gears ** [23:42:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:42:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:14 2020-06-12] 178: Checking imports ** [23:42:14 2020-06-12] 178: Checking exports ** [23:42:14 2020-06-12] 178: Checking users ** [23:42:14 2020-06-12] 178: Checking user_dbs ** [23:42:14 2020-06-12] 178: Checking geocodings ** [23:42:14 2020-06-12] 178: Checking synchronizations ** [23:42:14 2020-06-12] 178: Checking tracker ** [23:42:14 2020-06-12] 178: Checking user_migrations ** [23:42:14 2020-06-12] 178: Checking batch_updates ** [23:42:14 2020-06-12] 178: Checking gears ** [23:42:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:42:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:19 2020-06-12] 178: Checking imports ** [23:42:19 2020-06-12] 178: Checking exports ** [23:42:19 2020-06-12] 178: Checking users ** [23:42:19 2020-06-12] 178: Checking user_dbs ** [23:42:19 2020-06-12] 178: Checking geocodings ** [23:42:19 2020-06-12] 178: Checking synchronizations ** [23:42:19 2020-06-12] 178: Checking tracker ** [23:42:19 2020-06-12] 178: Checking user_migrations ** [23:42:19 2020-06-12] 178: Checking batch_updates ** [23:42:19 2020-06-12] 178: Checking gears ** [23:42:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:42:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:24 2020-06-12] 178: Checking imports ** [23:42:24 2020-06-12] 178: Checking exports ** [23:42:24 2020-06-12] 178: Checking users ** [23:42:24 2020-06-12] 178: Checking user_dbs ** [23:42:24 2020-06-12] 178: Checking geocodings ** [23:42:24 2020-06-12] 178: Checking synchronizations ** [23:42:24 2020-06-12] 178: Checking tracker ** [23:42:24 2020-06-12] 178: Checking user_migrations ** [23:42:24 2020-06-12] 178: Checking batch_updates ** [23:42:24 2020-06-12] 178: Checking gears ** [23:42:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:42:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:29 2020-06-12] 178: Checking imports ** [23:42:29 2020-06-12] 178: Checking exports ** [23:42:29 2020-06-12] 178: Checking users ** [23:42:29 2020-06-12] 178: Checking user_dbs ** [23:42:29 2020-06-12] 178: Checking geocodings ** [23:42:29 2020-06-12] 178: Checking synchronizations ** [23:42:29 2020-06-12] 178: Checking tracker ** [23:42:29 2020-06-12] 178: Checking user_migrations ** [23:42:29 2020-06-12] 178: Checking batch_updates ** [23:42:29 2020-06-12] 178: Checking gears ** [23:42:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:42:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:34 2020-06-12] 178: Checking imports ** [23:42:34 2020-06-12] 178: Checking exports ** [23:42:34 2020-06-12] 178: Checking users ** [23:42:34 2020-06-12] 178: Checking user_dbs ** [23:42:34 2020-06-12] 178: Checking geocodings ** [23:42:34 2020-06-12] 178: Checking synchronizations ** [23:42:34 2020-06-12] 178: Checking tracker ** [23:42:34 2020-06-12] 178: Checking user_migrations ** [23:42:34 2020-06-12] 178: Checking batch_updates ** [23:42:34 2020-06-12] 178: Checking gears ** [23:42:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:42:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:39 2020-06-12] 178: Checking imports ** [23:42:39 2020-06-12] 178: Checking exports ** [23:42:39 2020-06-12] 178: Checking users ** [23:42:39 2020-06-12] 178: Checking user_dbs ** [23:42:39 2020-06-12] 178: Checking geocodings ** [23:42:39 2020-06-12] 178: Checking synchronizations ** [23:42:39 2020-06-12] 178: Checking tracker ** [23:42:39 2020-06-12] 178: Checking user_migrations ** [23:42:39 2020-06-12] 178: Checking batch_updates ** [23:42:39 2020-06-12] 178: Checking gears ** [23:42:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:42:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:44 2020-06-12] 178: Checking imports ** [23:42:44 2020-06-12] 178: Checking exports ** [23:42:44 2020-06-12] 178: Checking users ** [23:42:44 2020-06-12] 178: Checking user_dbs ** [23:42:44 2020-06-12] 178: Checking geocodings ** [23:42:44 2020-06-12] 178: Checking synchronizations ** [23:42:44 2020-06-12] 178: Checking tracker ** [23:42:44 2020-06-12] 178: Checking user_migrations ** [23:42:44 2020-06-12] 178: Checking batch_updates ** [23:42:44 2020-06-12] 178: Checking gears ** [23:42:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:42:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:49 2020-06-12] 178: Checking imports ** [23:42:49 2020-06-12] 178: Checking exports ** [23:42:49 2020-06-12] 178: Checking users ** [23:42:49 2020-06-12] 178: Checking user_dbs ** [23:42:49 2020-06-12] 178: Checking geocodings ** [23:42:49 2020-06-12] 178: Checking synchronizations ** [23:42:49 2020-06-12] 178: Checking tracker ** [23:42:49 2020-06-12] 178: Checking user_migrations ** [23:42:49 2020-06-12] 178: Checking batch_updates ** [23:42:49 2020-06-12] 178: Checking gears ** [23:42:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:42:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:54 2020-06-12] 178: Checking imports ** [23:42:54 2020-06-12] 178: Checking exports ** [23:42:54 2020-06-12] 178: Checking users ** [23:42:54 2020-06-12] 178: Checking user_dbs ** [23:42:54 2020-06-12] 178: Checking geocodings ** [23:42:54 2020-06-12] 178: Checking synchronizations ** [23:42:54 2020-06-12] 178: Checking tracker ** [23:42:54 2020-06-12] 178: Checking user_migrations ** [23:42:54 2020-06-12] 178: Checking batch_updates ** [23:42:54 2020-06-12] 178: Checking gears ** [23:42:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:42:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:59 2020-06-12] 178: Checking imports ** [23:42:59 2020-06-12] 178: Checking exports ** [23:42:59 2020-06-12] 178: Checking users ** [23:42:59 2020-06-12] 178: Checking user_dbs ** [23:42:59 2020-06-12] 178: Checking geocodings ** [23:42:59 2020-06-12] 178: Checking synchronizations ** [23:42:59 2020-06-12] 178: Checking tracker ** [23:42:59 2020-06-12] 178: Checking user_migrations ** [23:42:59 2020-06-12] 178: Checking batch_updates ** [23:42:59 2020-06-12] 178: Checking gears ** [23:42:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:42:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:04 2020-06-12] 178: Checking imports ** [23:43:04 2020-06-12] 178: Checking exports ** [23:43:04 2020-06-12] 178: Checking users ** [23:43:04 2020-06-12] 178: Checking user_dbs ** [23:43:04 2020-06-12] 178: Checking geocodings ** [23:43:04 2020-06-12] 178: Checking synchronizations ** [23:43:04 2020-06-12] 178: Checking tracker ** [23:43:04 2020-06-12] 178: Checking user_migrations ** [23:43:04 2020-06-12] 178: Checking batch_updates ** [23:43:04 2020-06-12] 178: Checking gears ** [23:43:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:43:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:09 2020-06-12] 178: Checking imports ** [23:43:09 2020-06-12] 178: Checking exports ** [23:43:09 2020-06-12] 178: Checking users ** [23:43:09 2020-06-12] 178: Checking user_dbs ** [23:43:09 2020-06-12] 178: Checking geocodings ** [23:43:09 2020-06-12] 178: Checking synchronizations ** [23:43:09 2020-06-12] 178: Checking tracker ** [23:43:09 2020-06-12] 178: Checking user_migrations ** [23:43:09 2020-06-12] 178: Checking batch_updates ** [23:43:09 2020-06-12] 178: Checking gears ** [23:43:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:43:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:14 2020-06-12] 178: Checking imports ** [23:43:14 2020-06-12] 178: Checking exports ** [23:43:14 2020-06-12] 178: Checking users ** [23:43:14 2020-06-12] 178: Checking user_dbs ** [23:43:14 2020-06-12] 178: Checking geocodings ** [23:43:14 2020-06-12] 178: Checking synchronizations ** [23:43:14 2020-06-12] 178: Checking tracker ** [23:43:14 2020-06-12] 178: Checking user_migrations ** [23:43:14 2020-06-12] 178: Checking batch_updates ** [23:43:14 2020-06-12] 178: Checking gears ** [23:43:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:43:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:19 2020-06-12] 178: Checking imports ** [23:43:19 2020-06-12] 178: Checking exports ** [23:43:19 2020-06-12] 178: Checking users ** [23:43:19 2020-06-12] 178: Checking user_dbs ** [23:43:19 2020-06-12] 178: Checking geocodings ** [23:43:19 2020-06-12] 178: Checking synchronizations ** [23:43:19 2020-06-12] 178: Checking tracker ** [23:43:19 2020-06-12] 178: Checking user_migrations ** [23:43:19 2020-06-12] 178: Checking batch_updates ** [23:43:19 2020-06-12] 178: Checking gears ** [23:43:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:43:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:24 2020-06-12] 178: Checking imports ** [23:43:24 2020-06-12] 178: Checking exports ** [23:43:24 2020-06-12] 178: Checking users ** [23:43:24 2020-06-12] 178: Checking user_dbs ** [23:43:24 2020-06-12] 178: Checking geocodings ** [23:43:24 2020-06-12] 178: Checking synchronizations ** [23:43:24 2020-06-12] 178: Checking tracker ** [23:43:24 2020-06-12] 178: Checking user_migrations ** [23:43:24 2020-06-12] 178: Checking batch_updates ** [23:43:24 2020-06-12] 178: Checking gears ** [23:43:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:43:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:29 2020-06-12] 178: Checking imports ** [23:43:29 2020-06-12] 178: Checking exports ** [23:43:29 2020-06-12] 178: Checking users ** [23:43:29 2020-06-12] 178: Checking user_dbs ** [23:43:29 2020-06-12] 178: Checking geocodings ** [23:43:29 2020-06-12] 178: Checking synchronizations ** [23:43:29 2020-06-12] 178: Checking tracker ** [23:43:29 2020-06-12] 178: Checking user_migrations ** [23:43:29 2020-06-12] 178: Checking batch_updates ** [23:43:29 2020-06-12] 178: Checking gears ** [23:43:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:43:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:34 2020-06-12] 178: Checking imports ** [23:43:34 2020-06-12] 178: Checking exports ** [23:43:34 2020-06-12] 178: Checking users ** [23:43:34 2020-06-12] 178: Checking user_dbs ** [23:43:34 2020-06-12] 178: Checking geocodings ** [23:43:34 2020-06-12] 178: Checking synchronizations ** [23:43:34 2020-06-12] 178: Checking tracker ** [23:43:34 2020-06-12] 178: Checking user_migrations ** [23:43:34 2020-06-12] 178: Checking batch_updates ** [23:43:34 2020-06-12] 178: Checking gears ** [23:43:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:43:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:39 2020-06-12] 178: Checking imports ** [23:43:39 2020-06-12] 178: Checking exports ** [23:43:39 2020-06-12] 178: Checking users ** [23:43:39 2020-06-12] 178: Checking user_dbs ** [23:43:39 2020-06-12] 178: Checking geocodings ** [23:43:39 2020-06-12] 178: Checking synchronizations ** [23:43:39 2020-06-12] 178: Checking tracker ** [23:43:39 2020-06-12] 178: Checking user_migrations ** [23:43:39 2020-06-12] 178: Checking batch_updates ** [23:43:39 2020-06-12] 178: Checking gears ** [23:43:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:43:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:44 2020-06-12] 178: Checking imports ** [23:43:44 2020-06-12] 178: Checking exports ** [23:43:44 2020-06-12] 178: Checking users ** [23:43:44 2020-06-12] 178: Checking user_dbs ** [23:43:44 2020-06-12] 178: Checking geocodings ** [23:43:44 2020-06-12] 178: Checking synchronizations ** [23:43:44 2020-06-12] 178: Checking tracker ** [23:43:44 2020-06-12] 178: Checking user_migrations ** [23:43:44 2020-06-12] 178: Checking batch_updates ** [23:43:44 2020-06-12] 178: Checking gears ** [23:43:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:43:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:49 2020-06-12] 178: Checking imports ** [23:43:49 2020-06-12] 178: Checking exports ** [23:43:49 2020-06-12] 178: Checking users ** [23:43:49 2020-06-12] 178: Checking user_dbs ** [23:43:49 2020-06-12] 178: Checking geocodings ** [23:43:49 2020-06-12] 178: Checking synchronizations ** [23:43:49 2020-06-12] 178: Checking tracker ** [23:43:49 2020-06-12] 178: Checking user_migrations ** [23:43:49 2020-06-12] 178: Checking batch_updates ** [23:43:49 2020-06-12] 178: Checking gears ** [23:43:49 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:43:49 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:54 2020-06-12] 178: Checking imports ** [23:43:54 2020-06-12] 178: Checking exports ** [23:43:54 2020-06-12] 178: Checking users ** [23:43:54 2020-06-12] 178: Checking user_dbs ** [23:43:54 2020-06-12] 178: Checking geocodings ** [23:43:54 2020-06-12] 178: Checking synchronizations ** [23:43:54 2020-06-12] 178: Checking tracker ** [23:43:54 2020-06-12] 178: Checking user_migrations ** [23:43:54 2020-06-12] 178: Checking batch_updates ** [23:43:54 2020-06-12] 178: Checking gears ** [23:43:54 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:43:54 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:59 2020-06-12] 178: Checking imports ** [23:43:59 2020-06-12] 178: Checking exports ** [23:43:59 2020-06-12] 178: Checking users ** [23:43:59 2020-06-12] 178: Checking user_dbs ** [23:43:59 2020-06-12] 178: Checking geocodings ** [23:43:59 2020-06-12] 178: Checking synchronizations ** [23:43:59 2020-06-12] 178: Checking tracker ** [23:43:59 2020-06-12] 178: Checking user_migrations ** [23:43:59 2020-06-12] 178: Checking batch_updates ** [23:43:59 2020-06-12] 178: Checking gears ** [23:43:59 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:43:59 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:04 2020-06-12] 178: Checking imports ** [23:44:04 2020-06-12] 178: Checking exports ** [23:44:04 2020-06-12] 178: Checking users ** [23:44:04 2020-06-12] 178: Checking user_dbs ** [23:44:04 2020-06-12] 178: Checking geocodings ** [23:44:04 2020-06-12] 178: Checking synchronizations ** [23:44:04 2020-06-12] 178: Checking tracker ** [23:44:04 2020-06-12] 178: Checking user_migrations ** [23:44:04 2020-06-12] 178: Checking batch_updates ** [23:44:04 2020-06-12] 178: Checking gears ** [23:44:04 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:44:04 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:09 2020-06-12] 178: Checking imports ** [23:44:09 2020-06-12] 178: Checking exports ** [23:44:09 2020-06-12] 178: Checking users ** [23:44:09 2020-06-12] 178: Checking user_dbs ** [23:44:09 2020-06-12] 178: Checking geocodings ** [23:44:09 2020-06-12] 178: Checking synchronizations ** [23:44:09 2020-06-12] 178: Checking tracker ** [23:44:09 2020-06-12] 178: Checking user_migrations ** [23:44:09 2020-06-12] 178: Checking batch_updates ** [23:44:09 2020-06-12] 178: Checking gears ** [23:44:09 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:44:09 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:14 2020-06-12] 178: Checking imports ** [23:44:14 2020-06-12] 178: Checking exports ** [23:44:14 2020-06-12] 178: Checking users ** [23:44:14 2020-06-12] 178: Checking user_dbs ** [23:44:14 2020-06-12] 178: Checking geocodings ** [23:44:14 2020-06-12] 178: Checking synchronizations ** [23:44:14 2020-06-12] 178: Checking tracker ** [23:44:14 2020-06-12] 178: Checking user_migrations ** [23:44:14 2020-06-12] 178: Checking batch_updates ** [23:44:14 2020-06-12] 178: Checking gears ** [23:44:14 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:44:14 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:19 2020-06-12] 178: Checking imports ** [23:44:19 2020-06-12] 178: Checking exports ** [23:44:19 2020-06-12] 178: Checking users ** [23:44:19 2020-06-12] 178: Checking user_dbs ** [23:44:19 2020-06-12] 178: Checking geocodings ** [23:44:19 2020-06-12] 178: Checking synchronizations ** [23:44:19 2020-06-12] 178: Checking tracker ** [23:44:19 2020-06-12] 178: Checking user_migrations ** [23:44:19 2020-06-12] 178: Checking batch_updates ** [23:44:19 2020-06-12] 178: Checking gears ** [23:44:19 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:44:19 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:24 2020-06-12] 178: Checking imports ** [23:44:24 2020-06-12] 178: Checking exports ** [23:44:24 2020-06-12] 178: Checking users ** [23:44:24 2020-06-12] 178: Checking user_dbs ** [23:44:24 2020-06-12] 178: Checking geocodings ** [23:44:24 2020-06-12] 178: Checking synchronizations ** [23:44:24 2020-06-12] 178: Checking tracker ** [23:44:24 2020-06-12] 178: Checking user_migrations ** [23:44:24 2020-06-12] 178: Checking batch_updates ** [23:44:24 2020-06-12] 178: Checking gears ** [23:44:24 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:44:24 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:29 2020-06-12] 178: Checking imports ** [23:44:29 2020-06-12] 178: Checking exports ** [23:44:29 2020-06-12] 178: Checking users ** [23:44:29 2020-06-12] 178: Checking user_dbs ** [23:44:29 2020-06-12] 178: Checking geocodings ** [23:44:29 2020-06-12] 178: Checking synchronizations ** [23:44:29 2020-06-12] 178: Checking tracker ** [23:44:29 2020-06-12] 178: Checking user_migrations ** [23:44:29 2020-06-12] 178: Checking batch_updates ** [23:44:29 2020-06-12] 178: Checking gears ** [23:44:29 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:44:29 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:34 2020-06-12] 178: Checking imports ** [23:44:34 2020-06-12] 178: Checking exports ** [23:44:34 2020-06-12] 178: Checking users ** [23:44:34 2020-06-12] 178: Checking user_dbs ** [23:44:34 2020-06-12] 178: Checking geocodings ** [23:44:34 2020-06-12] 178: Checking synchronizations ** [23:44:34 2020-06-12] 178: Checking tracker ** [23:44:34 2020-06-12] 178: Checking user_migrations ** [23:44:34 2020-06-12] 178: Checking batch_updates ** [23:44:34 2020-06-12] 178: Checking gears ** [23:44:34 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:44:34 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:39 2020-06-12] 178: Checking imports ** [23:44:39 2020-06-12] 178: Checking exports ** [23:44:39 2020-06-12] 178: Checking users ** [23:44:39 2020-06-12] 178: Checking user_dbs ** [23:44:39 2020-06-12] 178: Checking geocodings ** [23:44:39 2020-06-12] 178: Checking synchronizations ** [23:44:39 2020-06-12] 178: Checking tracker ** [23:44:39 2020-06-12] 178: Checking user_migrations ** [23:44:39 2020-06-12] 178: Checking batch_updates ** [23:44:39 2020-06-12] 178: Checking gears ** [23:44:39 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:44:39 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:44 2020-06-12] 178: Checking imports ** [23:44:44 2020-06-12] 178: Checking exports ** [23:44:44 2020-06-12] 178: Checking users ** [23:44:44 2020-06-12] 178: Checking user_dbs ** [23:44:44 2020-06-12] 178: Checking geocodings ** [23:44:44 2020-06-12] 178: Checking synchronizations ** [23:44:44 2020-06-12] 178: Checking tracker ** [23:44:44 2020-06-12] 178: Checking user_migrations ** [23:44:44 2020-06-12] 178: Checking batch_updates ** [23:44:44 2020-06-12] 178: Checking gears ** [23:44:44 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:44:44 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:50 2020-06-12] 178: Checking imports ** [23:44:50 2020-06-12] 178: Checking exports ** [23:44:50 2020-06-12] 178: Checking users ** [23:44:50 2020-06-12] 178: Checking user_dbs ** [23:44:50 2020-06-12] 178: Checking geocodings ** [23:44:50 2020-06-12] 178: Checking synchronizations ** [23:44:50 2020-06-12] 178: Checking tracker ** [23:44:50 2020-06-12] 178: Checking user_migrations ** [23:44:50 2020-06-12] 178: Checking batch_updates ** [23:44:50 2020-06-12] 178: Checking gears ** [23:44:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:44:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:55 2020-06-12] 178: Checking imports ** [23:44:55 2020-06-12] 178: Checking exports ** [23:44:55 2020-06-12] 178: Checking users ** [23:44:55 2020-06-12] 178: Checking user_dbs ** [23:44:55 2020-06-12] 178: Checking geocodings ** [23:44:55 2020-06-12] 178: Checking synchronizations ** [23:44:55 2020-06-12] 178: Checking tracker ** [23:44:55 2020-06-12] 178: Checking user_migrations ** [23:44:55 2020-06-12] 178: Checking batch_updates ** [23:44:55 2020-06-12] 178: Checking gears ** [23:44:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:44:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:00 2020-06-12] 178: Checking imports ** [23:45:00 2020-06-12] 178: Checking exports ** [23:45:00 2020-06-12] 178: Checking users ** [23:45:00 2020-06-12] 178: Checking user_dbs ** [23:45:00 2020-06-12] 178: Checking geocodings ** [23:45:00 2020-06-12] 178: Checking synchronizations ** [23:45:00 2020-06-12] 178: Checking tracker ** [23:45:00 2020-06-12] 178: Checking user_migrations ** [23:45:00 2020-06-12] 178: Checking batch_updates ** [23:45:00 2020-06-12] 178: Checking gears ** [23:45:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:45:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:05 2020-06-12] 178: Checking imports ** [23:45:05 2020-06-12] 178: Checking exports ** [23:45:05 2020-06-12] 178: Checking users ** [23:45:05 2020-06-12] 178: Checking user_dbs ** [23:45:05 2020-06-12] 178: Checking geocodings ** [23:45:05 2020-06-12] 178: Checking synchronizations ** [23:45:05 2020-06-12] 178: Checking tracker ** [23:45:05 2020-06-12] 178: Checking user_migrations ** [23:45:05 2020-06-12] 178: Checking batch_updates ** [23:45:05 2020-06-12] 178: Checking gears ** [23:45:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:45:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:10 2020-06-12] 178: Checking imports ** [23:45:10 2020-06-12] 178: Checking exports ** [23:45:10 2020-06-12] 178: Checking users ** [23:45:10 2020-06-12] 178: Checking user_dbs ** [23:45:10 2020-06-12] 178: Checking geocodings ** [23:45:10 2020-06-12] 178: Checking synchronizations ** [23:45:10 2020-06-12] 178: Checking tracker ** [23:45:10 2020-06-12] 178: Checking user_migrations ** [23:45:10 2020-06-12] 178: Checking batch_updates ** [23:45:10 2020-06-12] 178: Checking gears ** [23:45:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:45:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:15 2020-06-12] 178: Checking imports ** [23:45:15 2020-06-12] 178: Checking exports ** [23:45:15 2020-06-12] 178: Checking users ** [23:45:15 2020-06-12] 178: Checking user_dbs ** [23:45:15 2020-06-12] 178: Checking geocodings ** [23:45:15 2020-06-12] 178: Checking synchronizations ** [23:45:15 2020-06-12] 178: Checking tracker ** [23:45:15 2020-06-12] 178: Checking user_migrations ** [23:45:15 2020-06-12] 178: Checking batch_updates ** [23:45:15 2020-06-12] 178: Checking gears ** [23:45:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:45:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:20 2020-06-12] 178: Checking imports ** [23:45:20 2020-06-12] 178: Checking exports ** [23:45:20 2020-06-12] 178: Checking users ** [23:45:20 2020-06-12] 178: Checking user_dbs ** [23:45:20 2020-06-12] 178: Checking geocodings ** [23:45:20 2020-06-12] 178: Checking synchronizations ** [23:45:20 2020-06-12] 178: Checking tracker ** [23:45:20 2020-06-12] 178: Checking user_migrations ** [23:45:20 2020-06-12] 178: Checking batch_updates ** [23:45:20 2020-06-12] 178: Checking gears ** [23:45:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:45:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:25 2020-06-12] 178: Checking imports ** [23:45:25 2020-06-12] 178: Checking exports ** [23:45:25 2020-06-12] 178: Checking users ** [23:45:25 2020-06-12] 178: Checking user_dbs ** [23:45:25 2020-06-12] 178: Checking geocodings ** [23:45:25 2020-06-12] 178: Checking synchronizations ** [23:45:25 2020-06-12] 178: Checking tracker ** [23:45:25 2020-06-12] 178: Checking user_migrations ** [23:45:25 2020-06-12] 178: Checking batch_updates ** [23:45:25 2020-06-12] 178: Checking gears ** [23:45:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:45:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:30 2020-06-12] 178: Checking imports ** [23:45:30 2020-06-12] 178: Checking exports ** [23:45:30 2020-06-12] 178: Checking users ** [23:45:30 2020-06-12] 178: Checking user_dbs ** [23:45:30 2020-06-12] 178: Checking geocodings ** [23:45:30 2020-06-12] 178: Checking synchronizations ** [23:45:30 2020-06-12] 178: Checking tracker ** [23:45:30 2020-06-12] 178: Checking user_migrations ** [23:45:30 2020-06-12] 178: Checking batch_updates ** [23:45:30 2020-06-12] 178: Checking gears ** [23:45:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:45:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:35 2020-06-12] 178: Checking imports ** [23:45:35 2020-06-12] 178: Checking exports ** [23:45:35 2020-06-12] 178: Checking users ** [23:45:35 2020-06-12] 178: Checking user_dbs ** [23:45:35 2020-06-12] 178: Checking geocodings ** [23:45:35 2020-06-12] 178: Checking synchronizations ** [23:45:35 2020-06-12] 178: Checking tracker ** [23:45:35 2020-06-12] 178: Checking user_migrations ** [23:45:35 2020-06-12] 178: Checking batch_updates ** [23:45:35 2020-06-12] 178: Checking gears ** [23:45:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:45:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:40 2020-06-12] 178: Checking imports ** [23:45:40 2020-06-12] 178: Checking exports ** [23:45:40 2020-06-12] 178: Checking users ** [23:45:40 2020-06-12] 178: Checking user_dbs ** [23:45:40 2020-06-12] 178: Checking geocodings ** [23:45:40 2020-06-12] 178: Checking synchronizations ** [23:45:40 2020-06-12] 178: Checking tracker ** [23:45:40 2020-06-12] 178: Checking user_migrations ** [23:45:40 2020-06-12] 178: Checking batch_updates ** [23:45:40 2020-06-12] 178: Checking gears ** [23:45:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:45:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:45 2020-06-12] 178: Checking imports ** [23:45:45 2020-06-12] 178: Checking exports ** [23:45:45 2020-06-12] 178: Checking users ** [23:45:45 2020-06-12] 178: Checking user_dbs ** [23:45:45 2020-06-12] 178: Checking geocodings ** [23:45:45 2020-06-12] 178: Checking synchronizations ** [23:45:45 2020-06-12] 178: Checking tracker ** [23:45:45 2020-06-12] 178: Checking user_migrations ** [23:45:45 2020-06-12] 178: Checking batch_updates ** [23:45:45 2020-06-12] 178: Checking gears ** [23:45:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:45:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:50 2020-06-12] 178: Checking imports ** [23:45:50 2020-06-12] 178: Checking exports ** [23:45:50 2020-06-12] 178: Checking users ** [23:45:50 2020-06-12] 178: Checking user_dbs ** [23:45:50 2020-06-12] 178: Checking geocodings ** [23:45:50 2020-06-12] 178: Checking synchronizations ** [23:45:50 2020-06-12] 178: Checking tracker ** [23:45:50 2020-06-12] 178: Checking user_migrations ** [23:45:50 2020-06-12] 178: Checking batch_updates ** [23:45:50 2020-06-12] 178: Checking gears ** [23:45:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:45:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:55 2020-06-12] 178: Checking imports ** [23:45:55 2020-06-12] 178: Checking exports ** [23:45:55 2020-06-12] 178: Checking users ** [23:45:55 2020-06-12] 178: Checking user_dbs ** [23:45:55 2020-06-12] 178: Checking geocodings ** [23:45:55 2020-06-12] 178: Checking synchronizations ** [23:45:55 2020-06-12] 178: Checking tracker ** [23:45:55 2020-06-12] 178: Checking user_migrations ** [23:45:55 2020-06-12] 178: Checking batch_updates ** [23:45:55 2020-06-12] 178: Checking gears ** [23:45:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:45:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:00 2020-06-12] 178: Checking imports ** [23:46:00 2020-06-12] 178: Checking exports ** [23:46:00 2020-06-12] 178: Checking users ** [23:46:00 2020-06-12] 178: Checking user_dbs ** [23:46:00 2020-06-12] 178: Checking geocodings ** [23:46:00 2020-06-12] 178: Checking synchronizations ** [23:46:00 2020-06-12] 178: Checking tracker ** [23:46:00 2020-06-12] 178: Checking user_migrations ** [23:46:00 2020-06-12] 178: Checking batch_updates ** [23:46:00 2020-06-12] 178: Checking gears ** [23:46:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:46:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:05 2020-06-12] 178: Checking imports ** [23:46:05 2020-06-12] 178: Checking exports ** [23:46:05 2020-06-12] 178: Checking users ** [23:46:05 2020-06-12] 178: Checking user_dbs ** [23:46:05 2020-06-12] 178: Checking geocodings ** [23:46:05 2020-06-12] 178: Checking synchronizations ** [23:46:05 2020-06-12] 178: Checking tracker ** [23:46:05 2020-06-12] 178: Checking user_migrations ** [23:46:05 2020-06-12] 178: Checking batch_updates ** [23:46:05 2020-06-12] 178: Checking gears ** [23:46:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:46:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:10 2020-06-12] 178: Checking imports ** [23:46:10 2020-06-12] 178: Checking exports ** [23:46:10 2020-06-12] 178: Checking users ** [23:46:10 2020-06-12] 178: Checking user_dbs ** [23:46:10 2020-06-12] 178: Checking geocodings ** [23:46:10 2020-06-12] 178: Checking synchronizations ** [23:46:10 2020-06-12] 178: Checking tracker ** [23:46:10 2020-06-12] 178: Checking user_migrations ** [23:46:10 2020-06-12] 178: Checking batch_updates ** [23:46:10 2020-06-12] 178: Checking gears ** [23:46:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:46:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:15 2020-06-12] 178: Checking imports ** [23:46:15 2020-06-12] 178: Checking exports ** [23:46:15 2020-06-12] 178: Checking users ** [23:46:15 2020-06-12] 178: Checking user_dbs ** [23:46:15 2020-06-12] 178: Checking geocodings ** [23:46:15 2020-06-12] 178: Checking synchronizations ** [23:46:15 2020-06-12] 178: Checking tracker ** [23:46:15 2020-06-12] 178: Checking user_migrations ** [23:46:15 2020-06-12] 178: Checking batch_updates ** [23:46:15 2020-06-12] 178: Checking gears ** [23:46:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:46:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:20 2020-06-12] 178: Checking imports ** [23:46:20 2020-06-12] 178: Checking exports ** [23:46:20 2020-06-12] 178: Checking users ** [23:46:20 2020-06-12] 178: Checking user_dbs ** [23:46:20 2020-06-12] 178: Checking geocodings ** [23:46:20 2020-06-12] 178: Checking synchronizations ** [23:46:20 2020-06-12] 178: Checking tracker ** [23:46:20 2020-06-12] 178: Checking user_migrations ** [23:46:20 2020-06-12] 178: Checking batch_updates ** [23:46:20 2020-06-12] 178: Checking gears ** [23:46:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:46:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:25 2020-06-12] 178: Checking imports ** [23:46:25 2020-06-12] 178: Checking exports ** [23:46:25 2020-06-12] 178: Checking users ** [23:46:25 2020-06-12] 178: Checking user_dbs ** [23:46:25 2020-06-12] 178: Checking geocodings ** [23:46:25 2020-06-12] 178: Checking synchronizations ** [23:46:25 2020-06-12] 178: Checking tracker ** [23:46:25 2020-06-12] 178: Checking user_migrations ** [23:46:25 2020-06-12] 178: Checking batch_updates ** [23:46:25 2020-06-12] 178: Checking gears ** [23:46:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:46:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:30 2020-06-12] 178: Checking imports ** [23:46:30 2020-06-12] 178: Checking exports ** [23:46:30 2020-06-12] 178: Checking users ** [23:46:30 2020-06-12] 178: Checking user_dbs ** [23:46:30 2020-06-12] 178: Checking geocodings ** [23:46:30 2020-06-12] 178: Checking synchronizations ** [23:46:30 2020-06-12] 178: Checking tracker ** [23:46:30 2020-06-12] 178: Checking user_migrations ** [23:46:30 2020-06-12] 178: Checking batch_updates ** [23:46:30 2020-06-12] 178: Checking gears ** [23:46:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:46:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:35 2020-06-12] 178: Checking imports ** [23:46:35 2020-06-12] 178: Checking exports ** [23:46:35 2020-06-12] 178: Checking users ** [23:46:35 2020-06-12] 178: Checking user_dbs ** [23:46:35 2020-06-12] 178: Checking geocodings ** [23:46:35 2020-06-12] 178: Checking synchronizations ** [23:46:35 2020-06-12] 178: Checking tracker ** [23:46:35 2020-06-12] 178: Checking user_migrations ** [23:46:35 2020-06-12] 178: Checking batch_updates ** [23:46:35 2020-06-12] 178: Checking gears ** [23:46:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:46:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:40 2020-06-12] 178: Checking imports ** [23:46:40 2020-06-12] 178: Checking exports ** [23:46:40 2020-06-12] 178: Checking users ** [23:46:40 2020-06-12] 178: Checking user_dbs ** [23:46:40 2020-06-12] 178: Checking geocodings ** [23:46:40 2020-06-12] 178: Checking synchronizations ** [23:46:40 2020-06-12] 178: Checking tracker ** [23:46:40 2020-06-12] 178: Checking user_migrations ** [23:46:40 2020-06-12] 178: Checking batch_updates ** [23:46:40 2020-06-12] 178: Checking gears ** [23:46:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:46:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:45 2020-06-12] 178: Checking imports ** [23:46:45 2020-06-12] 178: Checking exports ** [23:46:45 2020-06-12] 178: Checking users ** [23:46:45 2020-06-12] 178: Checking user_dbs ** [23:46:45 2020-06-12] 178: Checking geocodings ** [23:46:45 2020-06-12] 178: Checking synchronizations ** [23:46:45 2020-06-12] 178: Checking tracker ** [23:46:45 2020-06-12] 178: Checking user_migrations ** [23:46:45 2020-06-12] 178: Checking batch_updates ** [23:46:45 2020-06-12] 178: Checking gears ** [23:46:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:46:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:50 2020-06-12] 178: Checking imports ** [23:46:50 2020-06-12] 178: Checking exports ** [23:46:50 2020-06-12] 178: Checking users ** [23:46:50 2020-06-12] 178: Checking user_dbs ** [23:46:50 2020-06-12] 178: Checking geocodings ** [23:46:50 2020-06-12] 178: Checking synchronizations ** [23:46:50 2020-06-12] 178: Checking tracker ** [23:46:50 2020-06-12] 178: Checking user_migrations ** [23:46:50 2020-06-12] 178: Checking batch_updates ** [23:46:50 2020-06-12] 178: Checking gears ** [23:46:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:46:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:55 2020-06-12] 178: Checking imports ** [23:46:55 2020-06-12] 178: Checking exports ** [23:46:55 2020-06-12] 178: Checking users ** [23:46:55 2020-06-12] 178: Checking user_dbs ** [23:46:55 2020-06-12] 178: Checking geocodings ** [23:46:55 2020-06-12] 178: Checking synchronizations ** [23:46:55 2020-06-12] 178: Checking tracker ** [23:46:55 2020-06-12] 178: Checking user_migrations ** [23:46:55 2020-06-12] 178: Checking batch_updates ** [23:46:55 2020-06-12] 178: Checking gears ** [23:46:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:46:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:00 2020-06-12] 178: Checking imports ** [23:47:00 2020-06-12] 178: Checking exports ** [23:47:00 2020-06-12] 178: Checking users ** [23:47:00 2020-06-12] 178: Checking user_dbs ** [23:47:00 2020-06-12] 178: Checking geocodings ** [23:47:00 2020-06-12] 178: Checking synchronizations ** [23:47:00 2020-06-12] 178: Checking tracker ** [23:47:00 2020-06-12] 178: Checking user_migrations ** [23:47:00 2020-06-12] 178: Checking batch_updates ** [23:47:00 2020-06-12] 178: Checking gears ** [23:47:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:47:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:05 2020-06-12] 178: Checking imports ** [23:47:05 2020-06-12] 178: Checking exports ** [23:47:05 2020-06-12] 178: Checking users ** [23:47:05 2020-06-12] 178: Checking user_dbs ** [23:47:05 2020-06-12] 178: Checking geocodings ** [23:47:05 2020-06-12] 178: Checking synchronizations ** [23:47:05 2020-06-12] 178: Checking tracker ** [23:47:05 2020-06-12] 178: Checking user_migrations ** [23:47:05 2020-06-12] 178: Checking batch_updates ** [23:47:05 2020-06-12] 178: Checking gears ** [23:47:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:47:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:10 2020-06-12] 178: Checking imports ** [23:47:10 2020-06-12] 178: Checking exports ** [23:47:10 2020-06-12] 178: Checking users ** [23:47:10 2020-06-12] 178: Checking user_dbs ** [23:47:10 2020-06-12] 178: Checking geocodings ** [23:47:10 2020-06-12] 178: Checking synchronizations ** [23:47:10 2020-06-12] 178: Checking tracker ** [23:47:10 2020-06-12] 178: Checking user_migrations ** [23:47:10 2020-06-12] 178: Checking batch_updates ** [23:47:10 2020-06-12] 178: Checking gears ** [23:47:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:47:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:15 2020-06-12] 178: Checking imports ** [23:47:15 2020-06-12] 178: Checking exports ** [23:47:15 2020-06-12] 178: Checking users ** [23:47:15 2020-06-12] 178: Checking user_dbs ** [23:47:15 2020-06-12] 178: Checking geocodings ** [23:47:15 2020-06-12] 178: Checking synchronizations ** [23:47:15 2020-06-12] 178: Checking tracker ** [23:47:15 2020-06-12] 178: Checking user_migrations ** [23:47:15 2020-06-12] 178: Checking batch_updates ** [23:47:15 2020-06-12] 178: Checking gears ** [23:47:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:47:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:20 2020-06-12] 178: Checking imports ** [23:47:20 2020-06-12] 178: Checking exports ** [23:47:20 2020-06-12] 178: Checking users ** [23:47:20 2020-06-12] 178: Checking user_dbs ** [23:47:20 2020-06-12] 178: Checking geocodings ** [23:47:20 2020-06-12] 178: Checking synchronizations ** [23:47:20 2020-06-12] 178: Checking tracker ** [23:47:20 2020-06-12] 178: Checking user_migrations ** [23:47:20 2020-06-12] 178: Checking batch_updates ** [23:47:20 2020-06-12] 178: Checking gears ** [23:47:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:47:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:25 2020-06-12] 178: Checking imports ** [23:47:25 2020-06-12] 178: Checking exports ** [23:47:25 2020-06-12] 178: Checking users ** [23:47:25 2020-06-12] 178: Checking user_dbs ** [23:47:25 2020-06-12] 178: Checking geocodings ** [23:47:25 2020-06-12] 178: Checking synchronizations ** [23:47:25 2020-06-12] 178: Checking tracker ** [23:47:25 2020-06-12] 178: Checking user_migrations ** [23:47:25 2020-06-12] 178: Checking batch_updates ** [23:47:25 2020-06-12] 178: Checking gears ** [23:47:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:47:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:30 2020-06-12] 178: Checking imports ** [23:47:30 2020-06-12] 178: Checking exports ** [23:47:30 2020-06-12] 178: Checking users ** [23:47:30 2020-06-12] 178: Checking user_dbs ** [23:47:30 2020-06-12] 178: Checking geocodings ** [23:47:30 2020-06-12] 178: Checking synchronizations ** [23:47:30 2020-06-12] 178: Checking tracker ** [23:47:30 2020-06-12] 178: Checking user_migrations ** [23:47:30 2020-06-12] 178: Checking batch_updates ** [23:47:30 2020-06-12] 178: Checking gears ** [23:47:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:47:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:35 2020-06-12] 178: Checking imports ** [23:47:35 2020-06-12] 178: Checking exports ** [23:47:35 2020-06-12] 178: Checking users ** [23:47:35 2020-06-12] 178: Checking user_dbs ** [23:47:35 2020-06-12] 178: Checking geocodings ** [23:47:35 2020-06-12] 178: Checking synchronizations ** [23:47:35 2020-06-12] 178: Checking tracker ** [23:47:35 2020-06-12] 178: Checking user_migrations ** [23:47:35 2020-06-12] 178: Checking batch_updates ** [23:47:35 2020-06-12] 178: Checking gears ** [23:47:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:47:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:40 2020-06-12] 178: Checking imports ** [23:47:40 2020-06-12] 178: Checking exports ** [23:47:40 2020-06-12] 178: Checking users ** [23:47:40 2020-06-12] 178: Checking user_dbs ** [23:47:40 2020-06-12] 178: Checking geocodings ** [23:47:40 2020-06-12] 178: Checking synchronizations ** [23:47:40 2020-06-12] 178: Checking tracker ** [23:47:40 2020-06-12] 178: Checking user_migrations ** [23:47:40 2020-06-12] 178: Checking batch_updates ** [23:47:40 2020-06-12] 178: Checking gears ** [23:47:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:47:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:45 2020-06-12] 178: Checking imports ** [23:47:45 2020-06-12] 178: Checking exports ** [23:47:45 2020-06-12] 178: Checking users ** [23:47:45 2020-06-12] 178: Checking user_dbs ** [23:47:45 2020-06-12] 178: Checking geocodings ** [23:47:45 2020-06-12] 178: Checking synchronizations ** [23:47:45 2020-06-12] 178: Checking tracker ** [23:47:45 2020-06-12] 178: Checking user_migrations ** [23:47:45 2020-06-12] 178: Checking batch_updates ** [23:47:45 2020-06-12] 178: Checking gears ** [23:47:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:47:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:50 2020-06-12] 178: Checking imports ** [23:47:50 2020-06-12] 178: Checking exports ** [23:47:50 2020-06-12] 178: Checking users ** [23:47:50 2020-06-12] 178: Checking user_dbs ** [23:47:50 2020-06-12] 178: Checking geocodings ** [23:47:50 2020-06-12] 178: Checking synchronizations ** [23:47:50 2020-06-12] 178: Checking tracker ** [23:47:50 2020-06-12] 178: Checking user_migrations ** [23:47:50 2020-06-12] 178: Checking batch_updates ** [23:47:50 2020-06-12] 178: Checking gears ** [23:47:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:47:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:55 2020-06-12] 178: Checking imports ** [23:47:55 2020-06-12] 178: Checking exports ** [23:47:55 2020-06-12] 178: Checking users ** [23:47:55 2020-06-12] 178: Checking user_dbs ** [23:47:55 2020-06-12] 178: Checking geocodings ** [23:47:55 2020-06-12] 178: Checking synchronizations ** [23:47:55 2020-06-12] 178: Checking tracker ** [23:47:55 2020-06-12] 178: Checking user_migrations ** [23:47:55 2020-06-12] 178: Checking batch_updates ** [23:47:55 2020-06-12] 178: Checking gears ** [23:47:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:47:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:00 2020-06-12] 178: Checking imports ** [23:48:00 2020-06-12] 178: Checking exports ** [23:48:00 2020-06-12] 178: Checking users ** [23:48:00 2020-06-12] 178: Checking user_dbs ** [23:48:00 2020-06-12] 178: Checking geocodings ** [23:48:00 2020-06-12] 178: Checking synchronizations ** [23:48:00 2020-06-12] 178: Checking tracker ** [23:48:00 2020-06-12] 178: Checking user_migrations ** [23:48:00 2020-06-12] 178: Checking batch_updates ** [23:48:00 2020-06-12] 178: Checking gears ** [23:48:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:48:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:05 2020-06-12] 178: Checking imports ** [23:48:05 2020-06-12] 178: Checking exports ** [23:48:05 2020-06-12] 178: Checking users ** [23:48:05 2020-06-12] 178: Checking user_dbs ** [23:48:05 2020-06-12] 178: Checking geocodings ** [23:48:05 2020-06-12] 178: Checking synchronizations ** [23:48:05 2020-06-12] 178: Checking tracker ** [23:48:05 2020-06-12] 178: Checking user_migrations ** [23:48:05 2020-06-12] 178: Checking batch_updates ** [23:48:05 2020-06-12] 178: Checking gears ** [23:48:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:48:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:10 2020-06-12] 178: Checking imports ** [23:48:10 2020-06-12] 178: Checking exports ** [23:48:10 2020-06-12] 178: Checking users ** [23:48:10 2020-06-12] 178: Checking user_dbs ** [23:48:10 2020-06-12] 178: Checking geocodings ** [23:48:10 2020-06-12] 178: Checking synchronizations ** [23:48:10 2020-06-12] 178: Checking tracker ** [23:48:10 2020-06-12] 178: Checking user_migrations ** [23:48:10 2020-06-12] 178: Checking batch_updates ** [23:48:10 2020-06-12] 178: Checking gears ** [23:48:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:48:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:15 2020-06-12] 178: Checking imports ** [23:48:15 2020-06-12] 178: Checking exports ** [23:48:15 2020-06-12] 178: Checking users ** [23:48:15 2020-06-12] 178: Checking user_dbs ** [23:48:15 2020-06-12] 178: Checking geocodings ** [23:48:15 2020-06-12] 178: Checking synchronizations ** [23:48:15 2020-06-12] 178: Checking tracker ** [23:48:15 2020-06-12] 178: Checking user_migrations ** [23:48:15 2020-06-12] 178: Checking batch_updates ** [23:48:15 2020-06-12] 178: Checking gears ** [23:48:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:48:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:20 2020-06-12] 178: Checking imports ** [23:48:20 2020-06-12] 178: Checking exports ** [23:48:20 2020-06-12] 178: Checking users ** [23:48:20 2020-06-12] 178: Checking user_dbs ** [23:48:20 2020-06-12] 178: Checking geocodings ** [23:48:20 2020-06-12] 178: Checking synchronizations ** [23:48:20 2020-06-12] 178: Checking tracker ** [23:48:20 2020-06-12] 178: Checking user_migrations ** [23:48:20 2020-06-12] 178: Checking batch_updates ** [23:48:20 2020-06-12] 178: Checking gears ** [23:48:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:48:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:25 2020-06-12] 178: Checking imports ** [23:48:25 2020-06-12] 178: Checking exports ** [23:48:25 2020-06-12] 178: Checking users ** [23:48:25 2020-06-12] 178: Checking user_dbs ** [23:48:25 2020-06-12] 178: Checking geocodings ** [23:48:25 2020-06-12] 178: Checking synchronizations ** [23:48:25 2020-06-12] 178: Checking tracker ** [23:48:25 2020-06-12] 178: Checking user_migrations ** [23:48:25 2020-06-12] 178: Checking batch_updates ** [23:48:25 2020-06-12] 178: Checking gears ** [23:48:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:48:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:30 2020-06-12] 178: Checking imports ** [23:48:30 2020-06-12] 178: Checking exports ** [23:48:30 2020-06-12] 178: Checking users ** [23:48:30 2020-06-12] 178: Checking user_dbs ** [23:48:30 2020-06-12] 178: Checking geocodings ** [23:48:30 2020-06-12] 178: Checking synchronizations ** [23:48:30 2020-06-12] 178: Checking tracker ** [23:48:30 2020-06-12] 178: Checking user_migrations ** [23:48:30 2020-06-12] 178: Checking batch_updates ** [23:48:30 2020-06-12] 178: Checking gears ** [23:48:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:48:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:35 2020-06-12] 178: Checking imports ** [23:48:35 2020-06-12] 178: Checking exports ** [23:48:35 2020-06-12] 178: Checking users ** [23:48:35 2020-06-12] 178: Checking user_dbs ** [23:48:35 2020-06-12] 178: Checking geocodings ** [23:48:35 2020-06-12] 178: Checking synchronizations ** [23:48:35 2020-06-12] 178: Checking tracker ** [23:48:35 2020-06-12] 178: Checking user_migrations ** [23:48:35 2020-06-12] 178: Checking batch_updates ** [23:48:35 2020-06-12] 178: Checking gears ** [23:48:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:48:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:40 2020-06-12] 178: Checking imports ** [23:48:40 2020-06-12] 178: Checking exports ** [23:48:40 2020-06-12] 178: Checking users ** [23:48:40 2020-06-12] 178: Checking user_dbs ** [23:48:40 2020-06-12] 178: Checking geocodings ** [23:48:40 2020-06-12] 178: Checking synchronizations ** [23:48:40 2020-06-12] 178: Checking tracker ** [23:48:40 2020-06-12] 178: Checking user_migrations ** [23:48:40 2020-06-12] 178: Checking batch_updates ** [23:48:40 2020-06-12] 178: Checking gears ** [23:48:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:48:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:45 2020-06-12] 178: Checking imports ** [23:48:45 2020-06-12] 178: Checking exports ** [23:48:45 2020-06-12] 178: Checking users ** [23:48:45 2020-06-12] 178: Checking user_dbs ** [23:48:45 2020-06-12] 178: Checking geocodings ** [23:48:45 2020-06-12] 178: Checking synchronizations ** [23:48:45 2020-06-12] 178: Checking tracker ** [23:48:45 2020-06-12] 178: Checking user_migrations ** [23:48:45 2020-06-12] 178: Checking batch_updates ** [23:48:45 2020-06-12] 178: Checking gears ** [23:48:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:48:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:50 2020-06-12] 178: Checking imports ** [23:48:50 2020-06-12] 178: Checking exports ** [23:48:50 2020-06-12] 178: Checking users ** [23:48:50 2020-06-12] 178: Checking user_dbs ** [23:48:50 2020-06-12] 178: Checking geocodings ** [23:48:50 2020-06-12] 178: Checking synchronizations ** [23:48:50 2020-06-12] 178: Checking tracker ** [23:48:50 2020-06-12] 178: Checking user_migrations ** [23:48:50 2020-06-12] 178: Checking batch_updates ** [23:48:50 2020-06-12] 178: Checking gears ** [23:48:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:48:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:55 2020-06-12] 178: Checking imports ** [23:48:55 2020-06-12] 178: Checking exports ** [23:48:55 2020-06-12] 178: Checking users ** [23:48:55 2020-06-12] 178: Checking user_dbs ** [23:48:55 2020-06-12] 178: Checking geocodings ** [23:48:55 2020-06-12] 178: Checking synchronizations ** [23:48:55 2020-06-12] 178: Checking tracker ** [23:48:55 2020-06-12] 178: Checking user_migrations ** [23:48:55 2020-06-12] 178: Checking batch_updates ** [23:48:55 2020-06-12] 178: Checking gears ** [23:48:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:48:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:00 2020-06-12] 178: Checking imports ** [23:49:00 2020-06-12] 178: Checking exports ** [23:49:00 2020-06-12] 178: Checking users ** [23:49:00 2020-06-12] 178: Checking user_dbs ** [23:49:00 2020-06-12] 178: Checking geocodings ** [23:49:00 2020-06-12] 178: Checking synchronizations ** [23:49:00 2020-06-12] 178: Checking tracker ** [23:49:00 2020-06-12] 178: Checking user_migrations ** [23:49:00 2020-06-12] 178: Checking batch_updates ** [23:49:00 2020-06-12] 178: Checking gears ** [23:49:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:49:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:05 2020-06-12] 178: Checking imports ** [23:49:05 2020-06-12] 178: Checking exports ** [23:49:05 2020-06-12] 178: Checking users ** [23:49:05 2020-06-12] 178: Checking user_dbs ** [23:49:05 2020-06-12] 178: Checking geocodings ** [23:49:05 2020-06-12] 178: Checking synchronizations ** [23:49:05 2020-06-12] 178: Checking tracker ** [23:49:05 2020-06-12] 178: Checking user_migrations ** [23:49:05 2020-06-12] 178: Checking batch_updates ** [23:49:05 2020-06-12] 178: Checking gears ** [23:49:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:49:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:10 2020-06-12] 178: Checking imports ** [23:49:10 2020-06-12] 178: Checking exports ** [23:49:10 2020-06-12] 178: Checking users ** [23:49:10 2020-06-12] 178: Checking user_dbs ** [23:49:10 2020-06-12] 178: Checking geocodings ** [23:49:10 2020-06-12] 178: Checking synchronizations ** [23:49:10 2020-06-12] 178: Checking tracker ** [23:49:10 2020-06-12] 178: Checking user_migrations ** [23:49:10 2020-06-12] 178: Checking batch_updates ** [23:49:10 2020-06-12] 178: Checking gears ** [23:49:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:49:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:15 2020-06-12] 178: Checking imports ** [23:49:15 2020-06-12] 178: Checking exports ** [23:49:15 2020-06-12] 178: Checking users ** [23:49:15 2020-06-12] 178: Checking user_dbs ** [23:49:15 2020-06-12] 178: Checking geocodings ** [23:49:15 2020-06-12] 178: Checking synchronizations ** [23:49:15 2020-06-12] 178: Checking tracker ** [23:49:15 2020-06-12] 178: Checking user_migrations ** [23:49:15 2020-06-12] 178: Checking batch_updates ** [23:49:15 2020-06-12] 178: Checking gears ** [23:49:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:49:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:20 2020-06-12] 178: Checking imports ** [23:49:20 2020-06-12] 178: Checking exports ** [23:49:20 2020-06-12] 178: Checking users ** [23:49:20 2020-06-12] 178: Checking user_dbs ** [23:49:20 2020-06-12] 178: Checking geocodings ** [23:49:20 2020-06-12] 178: Checking synchronizations ** [23:49:20 2020-06-12] 178: Checking tracker ** [23:49:20 2020-06-12] 178: Checking user_migrations ** [23:49:20 2020-06-12] 178: Checking batch_updates ** [23:49:20 2020-06-12] 178: Checking gears ** [23:49:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:49:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:25 2020-06-12] 178: Checking imports ** [23:49:25 2020-06-12] 178: Checking exports ** [23:49:25 2020-06-12] 178: Checking users ** [23:49:25 2020-06-12] 178: Checking user_dbs ** [23:49:25 2020-06-12] 178: Checking geocodings ** [23:49:25 2020-06-12] 178: Checking synchronizations ** [23:49:25 2020-06-12] 178: Checking tracker ** [23:49:25 2020-06-12] 178: Checking user_migrations ** [23:49:25 2020-06-12] 178: Checking batch_updates ** [23:49:25 2020-06-12] 178: Checking gears ** [23:49:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:49:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:30 2020-06-12] 178: Checking imports ** [23:49:30 2020-06-12] 178: Checking exports ** [23:49:30 2020-06-12] 178: Checking users ** [23:49:30 2020-06-12] 178: Checking user_dbs ** [23:49:30 2020-06-12] 178: Checking geocodings ** [23:49:30 2020-06-12] 178: Checking synchronizations ** [23:49:30 2020-06-12] 178: Checking tracker ** [23:49:30 2020-06-12] 178: Checking user_migrations ** [23:49:30 2020-06-12] 178: Checking batch_updates ** [23:49:30 2020-06-12] 178: Checking gears ** [23:49:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:49:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:35 2020-06-12] 178: Checking imports ** [23:49:35 2020-06-12] 178: Checking exports ** [23:49:35 2020-06-12] 178: Checking users ** [23:49:35 2020-06-12] 178: Checking user_dbs ** [23:49:35 2020-06-12] 178: Checking geocodings ** [23:49:35 2020-06-12] 178: Checking synchronizations ** [23:49:35 2020-06-12] 178: Checking tracker ** [23:49:35 2020-06-12] 178: Checking user_migrations ** [23:49:35 2020-06-12] 178: Checking batch_updates ** [23:49:35 2020-06-12] 178: Checking gears ** [23:49:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:49:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:40 2020-06-12] 178: Checking imports ** [23:49:40 2020-06-12] 178: Checking exports ** [23:49:40 2020-06-12] 178: Checking users ** [23:49:40 2020-06-12] 178: Checking user_dbs ** [23:49:40 2020-06-12] 178: Checking geocodings ** [23:49:40 2020-06-12] 178: Checking synchronizations ** [23:49:40 2020-06-12] 178: Checking tracker ** [23:49:40 2020-06-12] 178: Checking user_migrations ** [23:49:40 2020-06-12] 178: Checking batch_updates ** [23:49:40 2020-06-12] 178: Checking gears ** [23:49:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:49:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:45 2020-06-12] 178: Checking imports ** [23:49:45 2020-06-12] 178: Checking exports ** [23:49:45 2020-06-12] 178: Checking users ** [23:49:45 2020-06-12] 178: Checking user_dbs ** [23:49:45 2020-06-12] 178: Checking geocodings ** [23:49:45 2020-06-12] 178: Checking synchronizations ** [23:49:45 2020-06-12] 178: Checking tracker ** [23:49:45 2020-06-12] 178: Checking user_migrations ** [23:49:45 2020-06-12] 178: Checking batch_updates ** [23:49:45 2020-06-12] 178: Checking gears ** [23:49:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:49:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:50 2020-06-12] 178: Checking imports ** [23:49:50 2020-06-12] 178: Checking exports ** [23:49:50 2020-06-12] 178: Checking users ** [23:49:50 2020-06-12] 178: Checking user_dbs ** [23:49:50 2020-06-12] 178: Checking geocodings ** [23:49:50 2020-06-12] 178: Checking synchronizations ** [23:49:50 2020-06-12] 178: Checking tracker ** [23:49:50 2020-06-12] 178: Checking user_migrations ** [23:49:50 2020-06-12] 178: Checking batch_updates ** [23:49:50 2020-06-12] 178: Checking gears ** [23:49:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:49:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:55 2020-06-12] 178: Checking imports ** [23:49:55 2020-06-12] 178: Checking exports ** [23:49:55 2020-06-12] 178: Checking users ** [23:49:55 2020-06-12] 178: Checking user_dbs ** [23:49:55 2020-06-12] 178: Checking geocodings ** [23:49:55 2020-06-12] 178: Checking synchronizations ** [23:49:55 2020-06-12] 178: Checking tracker ** [23:49:55 2020-06-12] 178: Checking user_migrations ** [23:49:55 2020-06-12] 178: Checking batch_updates ** [23:49:55 2020-06-12] 178: Checking gears ** [23:49:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:49:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:00 2020-06-12] 178: Checking imports ** [23:50:00 2020-06-12] 178: Checking exports ** [23:50:00 2020-06-12] 178: Checking users ** [23:50:00 2020-06-12] 178: Checking user_dbs ** [23:50:00 2020-06-12] 178: Checking geocodings ** [23:50:00 2020-06-12] 178: Checking synchronizations ** [23:50:00 2020-06-12] 178: Checking tracker ** [23:50:00 2020-06-12] 178: Checking user_migrations ** [23:50:00 2020-06-12] 178: Checking batch_updates ** [23:50:00 2020-06-12] 178: Checking gears ** [23:50:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:50:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:05 2020-06-12] 178: Checking imports ** [23:50:05 2020-06-12] 178: Checking exports ** [23:50:05 2020-06-12] 178: Checking users ** [23:50:05 2020-06-12] 178: Checking user_dbs ** [23:50:05 2020-06-12] 178: Checking geocodings ** [23:50:05 2020-06-12] 178: Checking synchronizations ** [23:50:05 2020-06-12] 178: Checking tracker ** [23:50:05 2020-06-12] 178: Checking user_migrations ** [23:50:05 2020-06-12] 178: Checking batch_updates ** [23:50:05 2020-06-12] 178: Checking gears ** [23:50:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:50:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:10 2020-06-12] 178: Checking imports ** [23:50:10 2020-06-12] 178: Checking exports ** [23:50:10 2020-06-12] 178: Checking users ** [23:50:10 2020-06-12] 178: Checking user_dbs ** [23:50:10 2020-06-12] 178: Checking geocodings ** [23:50:10 2020-06-12] 178: Checking synchronizations ** [23:50:10 2020-06-12] 178: Checking tracker ** [23:50:10 2020-06-12] 178: Checking user_migrations ** [23:50:10 2020-06-12] 178: Checking batch_updates ** [23:50:10 2020-06-12] 178: Checking gears ** [23:50:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:50:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:15 2020-06-12] 178: Checking imports ** [23:50:15 2020-06-12] 178: Checking exports ** [23:50:15 2020-06-12] 178: Checking users ** [23:50:15 2020-06-12] 178: Checking user_dbs ** [23:50:15 2020-06-12] 178: Checking geocodings ** [23:50:15 2020-06-12] 178: Checking synchronizations ** [23:50:15 2020-06-12] 178: Checking tracker ** [23:50:15 2020-06-12] 178: Checking user_migrations ** [23:50:15 2020-06-12] 178: Checking batch_updates ** [23:50:15 2020-06-12] 178: Checking gears ** [23:50:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:50:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:20 2020-06-12] 178: Checking imports ** [23:50:20 2020-06-12] 178: Checking exports ** [23:50:20 2020-06-12] 178: Checking users ** [23:50:20 2020-06-12] 178: Checking user_dbs ** [23:50:20 2020-06-12] 178: Checking geocodings ** [23:50:20 2020-06-12] 178: Checking synchronizations ** [23:50:20 2020-06-12] 178: Checking tracker ** [23:50:20 2020-06-12] 178: Checking user_migrations ** [23:50:20 2020-06-12] 178: Checking batch_updates ** [23:50:20 2020-06-12] 178: Checking gears ** [23:50:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:50:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:25 2020-06-12] 178: Checking imports ** [23:50:25 2020-06-12] 178: Checking exports ** [23:50:25 2020-06-12] 178: Checking users ** [23:50:25 2020-06-12] 178: Checking user_dbs ** [23:50:25 2020-06-12] 178: Checking geocodings ** [23:50:25 2020-06-12] 178: Checking synchronizations ** [23:50:25 2020-06-12] 178: Checking tracker ** [23:50:25 2020-06-12] 178: Checking user_migrations ** [23:50:25 2020-06-12] 178: Checking batch_updates ** [23:50:25 2020-06-12] 178: Checking gears ** [23:50:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:50:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:30 2020-06-12] 178: Checking imports ** [23:50:30 2020-06-12] 178: Checking exports ** [23:50:30 2020-06-12] 178: Checking users ** [23:50:30 2020-06-12] 178: Checking user_dbs ** [23:50:30 2020-06-12] 178: Checking geocodings ** [23:50:30 2020-06-12] 178: Checking synchronizations ** [23:50:30 2020-06-12] 178: Checking tracker ** [23:50:30 2020-06-12] 178: Checking user_migrations ** [23:50:30 2020-06-12] 178: Checking batch_updates ** [23:50:30 2020-06-12] 178: Checking gears ** [23:50:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:50:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:35 2020-06-12] 178: Checking imports ** [23:50:35 2020-06-12] 178: Checking exports ** [23:50:35 2020-06-12] 178: Checking users ** [23:50:35 2020-06-12] 178: Checking user_dbs ** [23:50:35 2020-06-12] 178: Checking geocodings ** [23:50:35 2020-06-12] 178: Checking synchronizations ** [23:50:35 2020-06-12] 178: Checking tracker ** [23:50:35 2020-06-12] 178: Checking user_migrations ** [23:50:35 2020-06-12] 178: Checking batch_updates ** [23:50:35 2020-06-12] 178: Checking gears ** [23:50:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:50:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:40 2020-06-12] 178: Checking imports ** [23:50:40 2020-06-12] 178: Checking exports ** [23:50:40 2020-06-12] 178: Checking users ** [23:50:40 2020-06-12] 178: Checking user_dbs ** [23:50:40 2020-06-12] 178: Checking geocodings ** [23:50:40 2020-06-12] 178: Checking synchronizations ** [23:50:40 2020-06-12] 178: Checking tracker ** [23:50:40 2020-06-12] 178: Checking user_migrations ** [23:50:40 2020-06-12] 178: Checking batch_updates ** [23:50:40 2020-06-12] 178: Checking gears ** [23:50:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:50:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:45 2020-06-12] 178: Checking imports ** [23:50:45 2020-06-12] 178: Checking exports ** [23:50:45 2020-06-12] 178: Checking users ** [23:50:45 2020-06-12] 178: Checking user_dbs ** [23:50:45 2020-06-12] 178: Checking geocodings ** [23:50:45 2020-06-12] 178: Checking synchronizations ** [23:50:45 2020-06-12] 178: Checking tracker ** [23:50:45 2020-06-12] 178: Checking user_migrations ** [23:50:45 2020-06-12] 178: Checking batch_updates ** [23:50:45 2020-06-12] 178: Checking gears ** [23:50:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:50:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:50 2020-06-12] 178: Checking imports ** [23:50:50 2020-06-12] 178: Checking exports ** [23:50:50 2020-06-12] 178: Checking users ** [23:50:50 2020-06-12] 178: Checking user_dbs ** [23:50:50 2020-06-12] 178: Checking geocodings ** [23:50:50 2020-06-12] 178: Checking synchronizations ** [23:50:50 2020-06-12] 178: Checking tracker ** [23:50:50 2020-06-12] 178: Checking user_migrations ** [23:50:50 2020-06-12] 178: Checking batch_updates ** [23:50:50 2020-06-12] 178: Checking gears ** [23:50:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:50:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:55 2020-06-12] 178: Checking imports ** [23:50:55 2020-06-12] 178: Checking exports ** [23:50:55 2020-06-12] 178: Checking users ** [23:50:55 2020-06-12] 178: Checking user_dbs ** [23:50:55 2020-06-12] 178: Checking geocodings ** [23:50:55 2020-06-12] 178: Checking synchronizations ** [23:50:55 2020-06-12] 178: Checking tracker ** [23:50:55 2020-06-12] 178: Checking user_migrations ** [23:50:55 2020-06-12] 178: Checking batch_updates ** [23:50:55 2020-06-12] 178: Checking gears ** [23:50:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:50:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:00 2020-06-12] 178: Checking imports ** [23:51:00 2020-06-12] 178: Checking exports ** [23:51:00 2020-06-12] 178: Checking users ** [23:51:00 2020-06-12] 178: Checking user_dbs ** [23:51:00 2020-06-12] 178: Checking geocodings ** [23:51:00 2020-06-12] 178: Checking synchronizations ** [23:51:00 2020-06-12] 178: Checking tracker ** [23:51:00 2020-06-12] 178: Checking user_migrations ** [23:51:00 2020-06-12] 178: Checking batch_updates ** [23:51:00 2020-06-12] 178: Checking gears ** [23:51:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:51:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:05 2020-06-12] 178: Checking imports ** [23:51:05 2020-06-12] 178: Checking exports ** [23:51:05 2020-06-12] 178: Checking users ** [23:51:05 2020-06-12] 178: Checking user_dbs ** [23:51:05 2020-06-12] 178: Checking geocodings ** [23:51:05 2020-06-12] 178: Checking synchronizations ** [23:51:05 2020-06-12] 178: Checking tracker ** [23:51:05 2020-06-12] 178: Checking user_migrations ** [23:51:05 2020-06-12] 178: Checking batch_updates ** [23:51:05 2020-06-12] 178: Checking gears ** [23:51:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:51:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:10 2020-06-12] 178: Checking imports ** [23:51:10 2020-06-12] 178: Checking exports ** [23:51:10 2020-06-12] 178: Checking users ** [23:51:10 2020-06-12] 178: Checking user_dbs ** [23:51:10 2020-06-12] 178: Checking geocodings ** [23:51:10 2020-06-12] 178: Checking synchronizations ** [23:51:10 2020-06-12] 178: Checking tracker ** [23:51:10 2020-06-12] 178: Checking user_migrations ** [23:51:10 2020-06-12] 178: Checking batch_updates ** [23:51:10 2020-06-12] 178: Checking gears ** [23:51:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:51:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:15 2020-06-12] 178: Checking imports ** [23:51:15 2020-06-12] 178: Checking exports ** [23:51:15 2020-06-12] 178: Checking users ** [23:51:15 2020-06-12] 178: Checking user_dbs ** [23:51:15 2020-06-12] 178: Checking geocodings ** [23:51:15 2020-06-12] 178: Checking synchronizations ** [23:51:15 2020-06-12] 178: Checking tracker ** [23:51:15 2020-06-12] 178: Checking user_migrations ** [23:51:15 2020-06-12] 178: Checking batch_updates ** [23:51:15 2020-06-12] 178: Checking gears ** [23:51:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:51:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:20 2020-06-12] 178: Checking imports ** [23:51:20 2020-06-12] 178: Checking exports ** [23:51:20 2020-06-12] 178: Checking users ** [23:51:20 2020-06-12] 178: Checking user_dbs ** [23:51:20 2020-06-12] 178: Checking geocodings ** [23:51:20 2020-06-12] 178: Checking synchronizations ** [23:51:20 2020-06-12] 178: Checking tracker ** [23:51:20 2020-06-12] 178: Checking user_migrations ** [23:51:20 2020-06-12] 178: Checking batch_updates ** [23:51:20 2020-06-12] 178: Checking gears ** [23:51:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:51:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:25 2020-06-12] 178: Checking imports ** [23:51:25 2020-06-12] 178: Checking exports ** [23:51:25 2020-06-12] 178: Checking users ** [23:51:25 2020-06-12] 178: Checking user_dbs ** [23:51:25 2020-06-12] 178: Checking geocodings ** [23:51:25 2020-06-12] 178: Checking synchronizations ** [23:51:25 2020-06-12] 178: Checking tracker ** [23:51:25 2020-06-12] 178: Checking user_migrations ** [23:51:25 2020-06-12] 178: Checking batch_updates ** [23:51:25 2020-06-12] 178: Checking gears ** [23:51:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:51:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:30 2020-06-12] 178: Checking imports ** [23:51:30 2020-06-12] 178: Checking exports ** [23:51:30 2020-06-12] 178: Checking users ** [23:51:30 2020-06-12] 178: Checking user_dbs ** [23:51:30 2020-06-12] 178: Checking geocodings ** [23:51:30 2020-06-12] 178: Checking synchronizations ** [23:51:30 2020-06-12] 178: Checking tracker ** [23:51:30 2020-06-12] 178: Checking user_migrations ** [23:51:30 2020-06-12] 178: Checking batch_updates ** [23:51:30 2020-06-12] 178: Checking gears ** [23:51:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:51:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:35 2020-06-12] 178: Checking imports ** [23:51:35 2020-06-12] 178: Checking exports ** [23:51:35 2020-06-12] 178: Checking users ** [23:51:35 2020-06-12] 178: Checking user_dbs ** [23:51:35 2020-06-12] 178: Checking geocodings ** [23:51:35 2020-06-12] 178: Checking synchronizations ** [23:51:35 2020-06-12] 178: Checking tracker ** [23:51:35 2020-06-12] 178: Checking user_migrations ** [23:51:35 2020-06-12] 178: Checking batch_updates ** [23:51:35 2020-06-12] 178: Checking gears ** [23:51:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:51:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:40 2020-06-12] 178: Checking imports ** [23:51:40 2020-06-12] 178: Checking exports ** [23:51:40 2020-06-12] 178: Checking users ** [23:51:40 2020-06-12] 178: Checking user_dbs ** [23:51:40 2020-06-12] 178: Checking geocodings ** [23:51:40 2020-06-12] 178: Checking synchronizations ** [23:51:40 2020-06-12] 178: Checking tracker ** [23:51:40 2020-06-12] 178: Checking user_migrations ** [23:51:40 2020-06-12] 178: Checking batch_updates ** [23:51:40 2020-06-12] 178: Checking gears ** [23:51:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:51:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:45 2020-06-12] 178: Checking imports ** [23:51:45 2020-06-12] 178: Checking exports ** [23:51:45 2020-06-12] 178: Checking users ** [23:51:45 2020-06-12] 178: Checking user_dbs ** [23:51:45 2020-06-12] 178: Checking geocodings ** [23:51:45 2020-06-12] 178: Checking synchronizations ** [23:51:45 2020-06-12] 178: Checking tracker ** [23:51:45 2020-06-12] 178: Checking user_migrations ** [23:51:45 2020-06-12] 178: Checking batch_updates ** [23:51:45 2020-06-12] 178: Checking gears ** [23:51:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:51:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:50 2020-06-12] 178: Checking imports ** [23:51:50 2020-06-12] 178: Checking exports ** [23:51:50 2020-06-12] 178: Checking users ** [23:51:50 2020-06-12] 178: Checking user_dbs ** [23:51:50 2020-06-12] 178: Checking geocodings ** [23:51:50 2020-06-12] 178: Checking synchronizations ** [23:51:50 2020-06-12] 178: Checking tracker ** [23:51:50 2020-06-12] 178: Checking user_migrations ** [23:51:50 2020-06-12] 178: Checking batch_updates ** [23:51:50 2020-06-12] 178: Checking gears ** [23:51:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:51:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:55 2020-06-12] 178: Checking imports ** [23:51:55 2020-06-12] 178: Checking exports ** [23:51:55 2020-06-12] 178: Checking users ** [23:51:55 2020-06-12] 178: Checking user_dbs ** [23:51:55 2020-06-12] 178: Checking geocodings ** [23:51:55 2020-06-12] 178: Checking synchronizations ** [23:51:55 2020-06-12] 178: Checking tracker ** [23:51:55 2020-06-12] 178: Checking user_migrations ** [23:51:55 2020-06-12] 178: Checking batch_updates ** [23:51:55 2020-06-12] 178: Checking gears ** [23:51:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:51:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:00 2020-06-12] 178: Checking imports ** [23:52:00 2020-06-12] 178: Checking exports ** [23:52:00 2020-06-12] 178: Checking users ** [23:52:00 2020-06-12] 178: Checking user_dbs ** [23:52:00 2020-06-12] 178: Checking geocodings ** [23:52:00 2020-06-12] 178: Checking synchronizations ** [23:52:00 2020-06-12] 178: Checking tracker ** [23:52:00 2020-06-12] 178: Checking user_migrations ** [23:52:00 2020-06-12] 178: Checking batch_updates ** [23:52:00 2020-06-12] 178: Checking gears ** [23:52:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:52:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:05 2020-06-12] 178: Checking imports ** [23:52:05 2020-06-12] 178: Checking exports ** [23:52:05 2020-06-12] 178: Checking users ** [23:52:05 2020-06-12] 178: Checking user_dbs ** [23:52:05 2020-06-12] 178: Checking geocodings ** [23:52:05 2020-06-12] 178: Checking synchronizations ** [23:52:05 2020-06-12] 178: Checking tracker ** [23:52:05 2020-06-12] 178: Checking user_migrations ** [23:52:05 2020-06-12] 178: Checking batch_updates ** [23:52:05 2020-06-12] 178: Checking gears ** [23:52:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:52:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:10 2020-06-12] 178: Checking imports ** [23:52:10 2020-06-12] 178: Checking exports ** [23:52:10 2020-06-12] 178: Checking users ** [23:52:10 2020-06-12] 178: Checking user_dbs ** [23:52:10 2020-06-12] 178: Checking geocodings ** [23:52:10 2020-06-12] 178: Checking synchronizations ** [23:52:10 2020-06-12] 178: Checking tracker ** [23:52:10 2020-06-12] 178: Checking user_migrations ** [23:52:10 2020-06-12] 178: Checking batch_updates ** [23:52:10 2020-06-12] 178: Checking gears ** [23:52:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:52:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:15 2020-06-12] 178: Checking imports ** [23:52:15 2020-06-12] 178: Checking exports ** [23:52:15 2020-06-12] 178: Checking users ** [23:52:15 2020-06-12] 178: Checking user_dbs ** [23:52:15 2020-06-12] 178: Checking geocodings ** [23:52:15 2020-06-12] 178: Checking synchronizations ** [23:52:15 2020-06-12] 178: Checking tracker ** [23:52:15 2020-06-12] 178: Checking user_migrations ** [23:52:15 2020-06-12] 178: Checking batch_updates ** [23:52:15 2020-06-12] 178: Checking gears ** [23:52:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:52:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:20 2020-06-12] 178: Checking imports ** [23:52:20 2020-06-12] 178: Checking exports ** [23:52:20 2020-06-12] 178: Checking users ** [23:52:20 2020-06-12] 178: Checking user_dbs ** [23:52:20 2020-06-12] 178: Checking geocodings ** [23:52:20 2020-06-12] 178: Checking synchronizations ** [23:52:20 2020-06-12] 178: Checking tracker ** [23:52:20 2020-06-12] 178: Checking user_migrations ** [23:52:20 2020-06-12] 178: Checking batch_updates ** [23:52:20 2020-06-12] 178: Checking gears ** [23:52:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:52:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:25 2020-06-12] 178: Checking imports ** [23:52:25 2020-06-12] 178: Checking exports ** [23:52:25 2020-06-12] 178: Checking users ** [23:52:25 2020-06-12] 178: Checking user_dbs ** [23:52:25 2020-06-12] 178: Checking geocodings ** [23:52:25 2020-06-12] 178: Checking synchronizations ** [23:52:25 2020-06-12] 178: Checking tracker ** [23:52:25 2020-06-12] 178: Checking user_migrations ** [23:52:25 2020-06-12] 178: Checking batch_updates ** [23:52:25 2020-06-12] 178: Checking gears ** [23:52:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:52:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:30 2020-06-12] 178: Checking imports ** [23:52:30 2020-06-12] 178: Checking exports ** [23:52:30 2020-06-12] 178: Checking users ** [23:52:30 2020-06-12] 178: Checking user_dbs ** [23:52:30 2020-06-12] 178: Checking geocodings ** [23:52:30 2020-06-12] 178: Checking synchronizations ** [23:52:30 2020-06-12] 178: Checking tracker ** [23:52:30 2020-06-12] 178: Checking user_migrations ** [23:52:30 2020-06-12] 178: Checking batch_updates ** [23:52:30 2020-06-12] 178: Checking gears ** [23:52:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:52:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:35 2020-06-12] 178: Checking imports ** [23:52:35 2020-06-12] 178: Checking exports ** [23:52:35 2020-06-12] 178: Checking users ** [23:52:35 2020-06-12] 178: Checking user_dbs ** [23:52:35 2020-06-12] 178: Checking geocodings ** [23:52:35 2020-06-12] 178: Checking synchronizations ** [23:52:35 2020-06-12] 178: Checking tracker ** [23:52:35 2020-06-12] 178: Checking user_migrations ** [23:52:35 2020-06-12] 178: Checking batch_updates ** [23:52:35 2020-06-12] 178: Checking gears ** [23:52:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:52:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:40 2020-06-12] 178: Checking imports ** [23:52:40 2020-06-12] 178: Checking exports ** [23:52:40 2020-06-12] 178: Checking users ** [23:52:40 2020-06-12] 178: Checking user_dbs ** [23:52:40 2020-06-12] 178: Checking geocodings ** [23:52:40 2020-06-12] 178: Checking synchronizations ** [23:52:40 2020-06-12] 178: Checking tracker ** [23:52:40 2020-06-12] 178: Checking user_migrations ** [23:52:40 2020-06-12] 178: Checking batch_updates ** [23:52:40 2020-06-12] 178: Checking gears ** [23:52:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:52:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:45 2020-06-12] 178: Checking imports ** [23:52:45 2020-06-12] 178: Checking exports ** [23:52:45 2020-06-12] 178: Checking users ** [23:52:45 2020-06-12] 178: Checking user_dbs ** [23:52:45 2020-06-12] 178: Checking geocodings ** [23:52:45 2020-06-12] 178: Checking synchronizations ** [23:52:45 2020-06-12] 178: Checking tracker ** [23:52:45 2020-06-12] 178: Checking user_migrations ** [23:52:45 2020-06-12] 178: Checking batch_updates ** [23:52:45 2020-06-12] 178: Checking gears ** [23:52:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:52:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:50 2020-06-12] 178: Checking imports ** [23:52:50 2020-06-12] 178: Checking exports ** [23:52:50 2020-06-12] 178: Checking users ** [23:52:50 2020-06-12] 178: Checking user_dbs ** [23:52:50 2020-06-12] 178: Checking geocodings ** [23:52:50 2020-06-12] 178: Checking synchronizations ** [23:52:50 2020-06-12] 178: Checking tracker ** [23:52:50 2020-06-12] 178: Checking user_migrations ** [23:52:50 2020-06-12] 178: Checking batch_updates ** [23:52:50 2020-06-12] 178: Checking gears ** [23:52:50 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:52:50 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:55 2020-06-12] 178: Checking imports ** [23:52:55 2020-06-12] 178: Checking exports ** [23:52:55 2020-06-12] 178: Checking users ** [23:52:55 2020-06-12] 178: Checking user_dbs ** [23:52:55 2020-06-12] 178: Checking geocodings ** [23:52:55 2020-06-12] 178: Checking synchronizations ** [23:52:55 2020-06-12] 178: Checking tracker ** [23:52:55 2020-06-12] 178: Checking user_migrations ** [23:52:55 2020-06-12] 178: Checking batch_updates ** [23:52:55 2020-06-12] 178: Checking gears ** [23:52:55 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:52:55 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:00 2020-06-12] 178: Checking imports ** [23:53:00 2020-06-12] 178: Checking exports ** [23:53:00 2020-06-12] 178: Checking users ** [23:53:00 2020-06-12] 178: Checking user_dbs ** [23:53:00 2020-06-12] 178: Checking geocodings ** [23:53:00 2020-06-12] 178: Checking synchronizations ** [23:53:00 2020-06-12] 178: Checking tracker ** [23:53:00 2020-06-12] 178: Checking user_migrations ** [23:53:00 2020-06-12] 178: Checking batch_updates ** [23:53:00 2020-06-12] 178: Checking gears ** [23:53:00 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:53:00 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:05 2020-06-12] 178: Checking imports ** [23:53:05 2020-06-12] 178: Checking exports ** [23:53:05 2020-06-12] 178: Checking users ** [23:53:05 2020-06-12] 178: Checking user_dbs ** [23:53:05 2020-06-12] 178: Checking geocodings ** [23:53:05 2020-06-12] 178: Checking synchronizations ** [23:53:05 2020-06-12] 178: Checking tracker ** [23:53:05 2020-06-12] 178: Checking user_migrations ** [23:53:05 2020-06-12] 178: Checking batch_updates ** [23:53:05 2020-06-12] 178: Checking gears ** [23:53:05 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:53:05 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:10 2020-06-12] 178: Checking imports ** [23:53:10 2020-06-12] 178: Checking exports ** [23:53:10 2020-06-12] 178: Checking users ** [23:53:10 2020-06-12] 178: Checking user_dbs ** [23:53:10 2020-06-12] 178: Checking geocodings ** [23:53:10 2020-06-12] 178: Checking synchronizations ** [23:53:10 2020-06-12] 178: Checking tracker ** [23:53:10 2020-06-12] 178: Checking user_migrations ** [23:53:10 2020-06-12] 178: Checking batch_updates ** [23:53:10 2020-06-12] 178: Checking gears ** [23:53:10 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:53:10 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:15 2020-06-12] 178: Checking imports ** [23:53:15 2020-06-12] 178: Checking exports ** [23:53:15 2020-06-12] 178: Checking users ** [23:53:15 2020-06-12] 178: Checking user_dbs ** [23:53:15 2020-06-12] 178: Checking geocodings ** [23:53:15 2020-06-12] 178: Checking synchronizations ** [23:53:15 2020-06-12] 178: Checking tracker ** [23:53:15 2020-06-12] 178: Checking user_migrations ** [23:53:15 2020-06-12] 178: Checking batch_updates ** [23:53:15 2020-06-12] 178: Checking gears ** [23:53:15 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:53:15 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:20 2020-06-12] 178: Checking imports ** [23:53:20 2020-06-12] 178: Checking exports ** [23:53:20 2020-06-12] 178: Checking users ** [23:53:20 2020-06-12] 178: Checking user_dbs ** [23:53:20 2020-06-12] 178: Checking geocodings ** [23:53:20 2020-06-12] 178: Checking synchronizations ** [23:53:20 2020-06-12] 178: Checking tracker ** [23:53:20 2020-06-12] 178: Checking user_migrations ** [23:53:20 2020-06-12] 178: Checking batch_updates ** [23:53:20 2020-06-12] 178: Checking gears ** [23:53:20 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:53:20 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:25 2020-06-12] 178: Checking imports ** [23:53:25 2020-06-12] 178: Checking exports ** [23:53:25 2020-06-12] 178: Checking users ** [23:53:25 2020-06-12] 178: Checking user_dbs ** [23:53:25 2020-06-12] 178: Checking geocodings ** [23:53:25 2020-06-12] 178: Checking synchronizations ** [23:53:25 2020-06-12] 178: Checking tracker ** [23:53:25 2020-06-12] 178: Checking user_migrations ** [23:53:25 2020-06-12] 178: Checking batch_updates ** [23:53:25 2020-06-12] 178: Checking gears ** [23:53:25 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:53:25 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:30 2020-06-12] 178: Checking imports ** [23:53:30 2020-06-12] 178: Checking exports ** [23:53:30 2020-06-12] 178: Checking users ** [23:53:30 2020-06-12] 178: Checking user_dbs ** [23:53:30 2020-06-12] 178: Checking geocodings ** [23:53:30 2020-06-12] 178: Checking synchronizations ** [23:53:30 2020-06-12] 178: Checking tracker ** [23:53:30 2020-06-12] 178: Checking user_migrations ** [23:53:30 2020-06-12] 178: Checking batch_updates ** [23:53:30 2020-06-12] 178: Checking gears ** [23:53:30 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:53:30 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:35 2020-06-12] 178: Checking imports ** [23:53:35 2020-06-12] 178: Checking exports ** [23:53:35 2020-06-12] 178: Checking users ** [23:53:35 2020-06-12] 178: Checking user_dbs ** [23:53:35 2020-06-12] 178: Checking geocodings ** [23:53:35 2020-06-12] 178: Checking synchronizations ** [23:53:35 2020-06-12] 178: Checking tracker ** [23:53:35 2020-06-12] 178: Checking user_migrations ** [23:53:35 2020-06-12] 178: Checking batch_updates ** [23:53:35 2020-06-12] 178: Checking gears ** [23:53:35 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:53:35 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:40 2020-06-12] 178: Checking imports ** [23:53:40 2020-06-12] 178: Checking exports ** [23:53:40 2020-06-12] 178: Checking users ** [23:53:40 2020-06-12] 178: Checking user_dbs ** [23:53:40 2020-06-12] 178: Checking geocodings ** [23:53:40 2020-06-12] 178: Checking synchronizations ** [23:53:40 2020-06-12] 178: Checking tracker ** [23:53:40 2020-06-12] 178: Checking user_migrations ** [23:53:40 2020-06-12] 178: Checking batch_updates ** [23:53:40 2020-06-12] 178: Checking gears ** [23:53:40 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:53:40 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:45 2020-06-12] 178: Checking imports ** [23:53:45 2020-06-12] 178: Checking exports ** [23:53:45 2020-06-12] 178: Checking users ** [23:53:45 2020-06-12] 178: Checking user_dbs ** [23:53:45 2020-06-12] 178: Checking geocodings ** [23:53:45 2020-06-12] 178: Checking synchronizations ** [23:53:45 2020-06-12] 178: Checking tracker ** [23:53:45 2020-06-12] 178: Checking user_migrations ** [23:53:45 2020-06-12] 178: Checking batch_updates ** [23:53:45 2020-06-12] 178: Checking gears ** [23:53:45 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:53:45 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:51 2020-06-12] 178: Checking imports ** [23:53:51 2020-06-12] 178: Checking exports ** [23:53:51 2020-06-12] 178: Checking users ** [23:53:51 2020-06-12] 178: Checking user_dbs ** [23:53:51 2020-06-12] 178: Checking geocodings ** [23:53:51 2020-06-12] 178: Checking synchronizations ** [23:53:51 2020-06-12] 178: Checking tracker ** [23:53:51 2020-06-12] 178: Checking user_migrations ** [23:53:51 2020-06-12] 178: Checking batch_updates ** [23:53:51 2020-06-12] 178: Checking gears ** [23:53:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:53:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:56 2020-06-12] 178: Checking imports ** [23:53:56 2020-06-12] 178: Checking exports ** [23:53:56 2020-06-12] 178: Checking users ** [23:53:56 2020-06-12] 178: Checking user_dbs ** [23:53:56 2020-06-12] 178: Checking geocodings ** [23:53:56 2020-06-12] 178: Checking synchronizations ** [23:53:56 2020-06-12] 178: Checking tracker ** [23:53:56 2020-06-12] 178: Checking user_migrations ** [23:53:56 2020-06-12] 178: Checking batch_updates ** [23:53:56 2020-06-12] 178: Checking gears ** [23:53:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:53:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:01 2020-06-12] 178: Checking imports ** [23:54:01 2020-06-12] 178: Checking exports ** [23:54:01 2020-06-12] 178: Checking users ** [23:54:01 2020-06-12] 178: Checking user_dbs ** [23:54:01 2020-06-12] 178: Checking geocodings ** [23:54:01 2020-06-12] 178: Checking synchronizations ** [23:54:01 2020-06-12] 178: Checking tracker ** [23:54:01 2020-06-12] 178: Checking user_migrations ** [23:54:01 2020-06-12] 178: Checking batch_updates ** [23:54:01 2020-06-12] 178: Checking gears ** [23:54:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:54:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:06 2020-06-12] 178: Checking imports ** [23:54:06 2020-06-12] 178: Checking exports ** [23:54:06 2020-06-12] 178: Checking users ** [23:54:06 2020-06-12] 178: Checking user_dbs ** [23:54:06 2020-06-12] 178: Checking geocodings ** [23:54:06 2020-06-12] 178: Checking synchronizations ** [23:54:06 2020-06-12] 178: Checking tracker ** [23:54:06 2020-06-12] 178: Checking user_migrations ** [23:54:06 2020-06-12] 178: Checking batch_updates ** [23:54:06 2020-06-12] 178: Checking gears ** [23:54:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:54:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:11 2020-06-12] 178: Checking imports ** [23:54:11 2020-06-12] 178: Checking exports ** [23:54:11 2020-06-12] 178: Checking users ** [23:54:11 2020-06-12] 178: Checking user_dbs ** [23:54:11 2020-06-12] 178: Checking geocodings ** [23:54:11 2020-06-12] 178: Checking synchronizations ** [23:54:11 2020-06-12] 178: Checking tracker ** [23:54:11 2020-06-12] 178: Checking user_migrations ** [23:54:11 2020-06-12] 178: Checking batch_updates ** [23:54:11 2020-06-12] 178: Checking gears ** [23:54:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:54:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:16 2020-06-12] 178: Checking imports ** [23:54:16 2020-06-12] 178: Checking exports ** [23:54:16 2020-06-12] 178: Checking users ** [23:54:16 2020-06-12] 178: Checking user_dbs ** [23:54:16 2020-06-12] 178: Checking geocodings ** [23:54:16 2020-06-12] 178: Checking synchronizations ** [23:54:16 2020-06-12] 178: Checking tracker ** [23:54:16 2020-06-12] 178: Checking user_migrations ** [23:54:16 2020-06-12] 178: Checking batch_updates ** [23:54:16 2020-06-12] 178: Checking gears ** [23:54:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:54:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:21 2020-06-12] 178: Checking imports ** [23:54:21 2020-06-12] 178: Checking exports ** [23:54:21 2020-06-12] 178: Checking users ** [23:54:21 2020-06-12] 178: Checking user_dbs ** [23:54:21 2020-06-12] 178: Checking geocodings ** [23:54:21 2020-06-12] 178: Checking synchronizations ** [23:54:21 2020-06-12] 178: Checking tracker ** [23:54:21 2020-06-12] 178: Checking user_migrations ** [23:54:21 2020-06-12] 178: Checking batch_updates ** [23:54:21 2020-06-12] 178: Checking gears ** [23:54:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:54:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:26 2020-06-12] 178: Checking imports ** [23:54:26 2020-06-12] 178: Checking exports ** [23:54:26 2020-06-12] 178: Checking users ** [23:54:26 2020-06-12] 178: Checking user_dbs ** [23:54:26 2020-06-12] 178: Checking geocodings ** [23:54:26 2020-06-12] 178: Checking synchronizations ** [23:54:26 2020-06-12] 178: Checking tracker ** [23:54:26 2020-06-12] 178: Checking user_migrations ** [23:54:26 2020-06-12] 178: Checking batch_updates ** [23:54:26 2020-06-12] 178: Checking gears ** [23:54:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:54:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:31 2020-06-12] 178: Checking imports ** [23:54:31 2020-06-12] 178: Checking exports ** [23:54:31 2020-06-12] 178: Checking users ** [23:54:31 2020-06-12] 178: Checking user_dbs ** [23:54:31 2020-06-12] 178: Checking geocodings ** [23:54:31 2020-06-12] 178: Checking synchronizations ** [23:54:31 2020-06-12] 178: Checking tracker ** [23:54:31 2020-06-12] 178: Checking user_migrations ** [23:54:31 2020-06-12] 178: Checking batch_updates ** [23:54:31 2020-06-12] 178: Checking gears ** [23:54:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:54:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:36 2020-06-12] 178: Checking imports ** [23:54:36 2020-06-12] 178: Checking exports ** [23:54:36 2020-06-12] 178: Checking users ** [23:54:36 2020-06-12] 178: Checking user_dbs ** [23:54:36 2020-06-12] 178: Checking geocodings ** [23:54:36 2020-06-12] 178: Checking synchronizations ** [23:54:36 2020-06-12] 178: Checking tracker ** [23:54:36 2020-06-12] 178: Checking user_migrations ** [23:54:36 2020-06-12] 178: Checking batch_updates ** [23:54:36 2020-06-12] 178: Checking gears ** [23:54:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:54:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:41 2020-06-12] 178: Checking imports ** [23:54:41 2020-06-12] 178: Checking exports ** [23:54:41 2020-06-12] 178: Checking users ** [23:54:41 2020-06-12] 178: Checking user_dbs ** [23:54:41 2020-06-12] 178: Checking geocodings ** [23:54:41 2020-06-12] 178: Checking synchronizations ** [23:54:41 2020-06-12] 178: Checking tracker ** [23:54:41 2020-06-12] 178: Checking user_migrations ** [23:54:41 2020-06-12] 178: Checking batch_updates ** [23:54:41 2020-06-12] 178: Checking gears ** [23:54:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:54:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:46 2020-06-12] 178: Checking imports ** [23:54:46 2020-06-12] 178: Checking exports ** [23:54:46 2020-06-12] 178: Checking users ** [23:54:46 2020-06-12] 178: Checking user_dbs ** [23:54:46 2020-06-12] 178: Checking geocodings ** [23:54:46 2020-06-12] 178: Checking synchronizations ** [23:54:46 2020-06-12] 178: Checking tracker ** [23:54:46 2020-06-12] 178: Checking user_migrations ** [23:54:46 2020-06-12] 178: Checking batch_updates ** [23:54:46 2020-06-12] 178: Checking gears ** [23:54:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:54:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:51 2020-06-12] 178: Checking imports ** [23:54:51 2020-06-12] 178: Checking exports ** [23:54:51 2020-06-12] 178: Checking users ** [23:54:51 2020-06-12] 178: Checking user_dbs ** [23:54:51 2020-06-12] 178: Checking geocodings ** [23:54:51 2020-06-12] 178: Checking synchronizations ** [23:54:51 2020-06-12] 178: Checking tracker ** [23:54:51 2020-06-12] 178: Checking user_migrations ** [23:54:51 2020-06-12] 178: Checking batch_updates ** [23:54:51 2020-06-12] 178: Checking gears ** [23:54:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:54:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:56 2020-06-12] 178: Checking imports ** [23:54:56 2020-06-12] 178: Checking exports ** [23:54:56 2020-06-12] 178: Checking users ** [23:54:56 2020-06-12] 178: Checking user_dbs ** [23:54:56 2020-06-12] 178: Checking geocodings ** [23:54:56 2020-06-12] 178: Checking synchronizations ** [23:54:56 2020-06-12] 178: Checking tracker ** [23:54:56 2020-06-12] 178: Checking user_migrations ** [23:54:56 2020-06-12] 178: Checking batch_updates ** [23:54:56 2020-06-12] 178: Checking gears ** [23:54:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:54:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:01 2020-06-12] 178: Checking imports ** [23:55:01 2020-06-12] 178: Checking exports ** [23:55:01 2020-06-12] 178: Checking users ** [23:55:01 2020-06-12] 178: Checking user_dbs ** [23:55:01 2020-06-12] 178: Checking geocodings ** [23:55:01 2020-06-12] 178: Checking synchronizations ** [23:55:01 2020-06-12] 178: Checking tracker ** [23:55:01 2020-06-12] 178: Checking user_migrations ** [23:55:01 2020-06-12] 178: Checking batch_updates ** [23:55:01 2020-06-12] 178: Checking gears ** [23:55:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:55:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:06 2020-06-12] 178: Checking imports ** [23:55:06 2020-06-12] 178: Checking exports ** [23:55:06 2020-06-12] 178: Checking users ** [23:55:06 2020-06-12] 178: Checking user_dbs ** [23:55:06 2020-06-12] 178: Checking geocodings ** [23:55:06 2020-06-12] 178: Checking synchronizations ** [23:55:06 2020-06-12] 178: Checking tracker ** [23:55:06 2020-06-12] 178: Checking user_migrations ** [23:55:06 2020-06-12] 178: Checking batch_updates ** [23:55:06 2020-06-12] 178: Checking gears ** [23:55:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:55:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:11 2020-06-12] 178: Checking imports ** [23:55:11 2020-06-12] 178: Checking exports ** [23:55:11 2020-06-12] 178: Checking users ** [23:55:11 2020-06-12] 178: Checking user_dbs ** [23:55:11 2020-06-12] 178: Checking geocodings ** [23:55:11 2020-06-12] 178: Checking synchronizations ** [23:55:11 2020-06-12] 178: Checking tracker ** [23:55:11 2020-06-12] 178: Checking user_migrations ** [23:55:11 2020-06-12] 178: Checking batch_updates ** [23:55:11 2020-06-12] 178: Checking gears ** [23:55:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:55:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:16 2020-06-12] 178: Checking imports ** [23:55:16 2020-06-12] 178: Checking exports ** [23:55:16 2020-06-12] 178: Checking users ** [23:55:16 2020-06-12] 178: Checking user_dbs ** [23:55:16 2020-06-12] 178: Checking geocodings ** [23:55:16 2020-06-12] 178: Checking synchronizations ** [23:55:16 2020-06-12] 178: Checking tracker ** [23:55:16 2020-06-12] 178: Checking user_migrations ** [23:55:16 2020-06-12] 178: Checking batch_updates ** [23:55:16 2020-06-12] 178: Checking gears ** [23:55:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:55:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:21 2020-06-12] 178: Checking imports ** [23:55:21 2020-06-12] 178: Checking exports ** [23:55:21 2020-06-12] 178: Checking users ** [23:55:21 2020-06-12] 178: Checking user_dbs ** [23:55:21 2020-06-12] 178: Checking geocodings ** [23:55:21 2020-06-12] 178: Checking synchronizations ** [23:55:21 2020-06-12] 178: Checking tracker ** [23:55:21 2020-06-12] 178: Checking user_migrations ** [23:55:21 2020-06-12] 178: Checking batch_updates ** [23:55:21 2020-06-12] 178: Checking gears ** [23:55:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:55:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:26 2020-06-12] 178: Checking imports ** [23:55:26 2020-06-12] 178: Checking exports ** [23:55:26 2020-06-12] 178: Checking users ** [23:55:26 2020-06-12] 178: Checking user_dbs ** [23:55:26 2020-06-12] 178: Checking geocodings ** [23:55:26 2020-06-12] 178: Checking synchronizations ** [23:55:26 2020-06-12] 178: Checking tracker ** [23:55:26 2020-06-12] 178: Checking user_migrations ** [23:55:26 2020-06-12] 178: Checking batch_updates ** [23:55:26 2020-06-12] 178: Checking gears ** [23:55:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:55:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:31 2020-06-12] 178: Checking imports ** [23:55:31 2020-06-12] 178: Checking exports ** [23:55:31 2020-06-12] 178: Checking users ** [23:55:31 2020-06-12] 178: Checking user_dbs ** [23:55:31 2020-06-12] 178: Checking geocodings ** [23:55:31 2020-06-12] 178: Checking synchronizations ** [23:55:31 2020-06-12] 178: Checking tracker ** [23:55:31 2020-06-12] 178: Checking user_migrations ** [23:55:31 2020-06-12] 178: Checking batch_updates ** [23:55:31 2020-06-12] 178: Checking gears ** [23:55:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:55:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:36 2020-06-12] 178: Checking imports ** [23:55:36 2020-06-12] 178: Checking exports ** [23:55:36 2020-06-12] 178: Checking users ** [23:55:36 2020-06-12] 178: Checking user_dbs ** [23:55:36 2020-06-12] 178: Checking geocodings ** [23:55:36 2020-06-12] 178: Checking synchronizations ** [23:55:36 2020-06-12] 178: Checking tracker ** [23:55:36 2020-06-12] 178: Checking user_migrations ** [23:55:36 2020-06-12] 178: Checking batch_updates ** [23:55:36 2020-06-12] 178: Checking gears ** [23:55:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:55:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:41 2020-06-12] 178: Checking imports ** [23:55:41 2020-06-12] 178: Checking exports ** [23:55:41 2020-06-12] 178: Checking users ** [23:55:41 2020-06-12] 178: Checking user_dbs ** [23:55:41 2020-06-12] 178: Checking geocodings ** [23:55:41 2020-06-12] 178: Checking synchronizations ** [23:55:41 2020-06-12] 178: Checking tracker ** [23:55:41 2020-06-12] 178: Checking user_migrations ** [23:55:41 2020-06-12] 178: Checking batch_updates ** [23:55:41 2020-06-12] 178: Checking gears ** [23:55:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:55:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:46 2020-06-12] 178: Checking imports ** [23:55:46 2020-06-12] 178: Checking exports ** [23:55:46 2020-06-12] 178: Checking users ** [23:55:46 2020-06-12] 178: Checking user_dbs ** [23:55:46 2020-06-12] 178: Checking geocodings ** [23:55:46 2020-06-12] 178: Checking synchronizations ** [23:55:46 2020-06-12] 178: Checking tracker ** [23:55:46 2020-06-12] 178: Checking user_migrations ** [23:55:46 2020-06-12] 178: Checking batch_updates ** [23:55:46 2020-06-12] 178: Checking gears ** [23:55:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:55:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:51 2020-06-12] 178: Checking imports ** [23:55:51 2020-06-12] 178: Checking exports ** [23:55:51 2020-06-12] 178: Checking users ** [23:55:51 2020-06-12] 178: Checking user_dbs ** [23:55:51 2020-06-12] 178: Checking geocodings ** [23:55:51 2020-06-12] 178: Checking synchronizations ** [23:55:51 2020-06-12] 178: Checking tracker ** [23:55:51 2020-06-12] 178: Checking user_migrations ** [23:55:51 2020-06-12] 178: Checking batch_updates ** [23:55:51 2020-06-12] 178: Checking gears ** [23:55:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:55:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:56 2020-06-12] 178: Checking imports ** [23:55:56 2020-06-12] 178: Checking exports ** [23:55:56 2020-06-12] 178: Checking users ** [23:55:56 2020-06-12] 178: Checking user_dbs ** [23:55:56 2020-06-12] 178: Checking geocodings ** [23:55:56 2020-06-12] 178: Checking synchronizations ** [23:55:56 2020-06-12] 178: Checking tracker ** [23:55:56 2020-06-12] 178: Checking user_migrations ** [23:55:56 2020-06-12] 178: Checking batch_updates ** [23:55:56 2020-06-12] 178: Checking gears ** [23:55:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:55:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:01 2020-06-12] 178: Checking imports ** [23:56:01 2020-06-12] 178: Checking exports ** [23:56:01 2020-06-12] 178: Checking users ** [23:56:01 2020-06-12] 178: Checking user_dbs ** [23:56:01 2020-06-12] 178: Checking geocodings ** [23:56:01 2020-06-12] 178: Checking synchronizations ** [23:56:01 2020-06-12] 178: Checking tracker ** [23:56:01 2020-06-12] 178: Checking user_migrations ** [23:56:01 2020-06-12] 178: Checking batch_updates ** [23:56:01 2020-06-12] 178: Checking gears ** [23:56:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:56:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:06 2020-06-12] 178: Checking imports ** [23:56:06 2020-06-12] 178: Checking exports ** [23:56:06 2020-06-12] 178: Checking users ** [23:56:06 2020-06-12] 178: Checking user_dbs ** [23:56:06 2020-06-12] 178: Checking geocodings ** [23:56:06 2020-06-12] 178: Checking synchronizations ** [23:56:06 2020-06-12] 178: Checking tracker ** [23:56:06 2020-06-12] 178: Checking user_migrations ** [23:56:06 2020-06-12] 178: Checking batch_updates ** [23:56:06 2020-06-12] 178: Checking gears ** [23:56:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:56:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:11 2020-06-12] 178: Checking imports ** [23:56:11 2020-06-12] 178: Checking exports ** [23:56:11 2020-06-12] 178: Checking users ** [23:56:11 2020-06-12] 178: Checking user_dbs ** [23:56:11 2020-06-12] 178: Checking geocodings ** [23:56:11 2020-06-12] 178: Checking synchronizations ** [23:56:11 2020-06-12] 178: Checking tracker ** [23:56:11 2020-06-12] 178: Checking user_migrations ** [23:56:11 2020-06-12] 178: Checking batch_updates ** [23:56:11 2020-06-12] 178: Checking gears ** [23:56:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:56:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:16 2020-06-12] 178: Checking imports ** [23:56:16 2020-06-12] 178: Checking exports ** [23:56:16 2020-06-12] 178: Checking users ** [23:56:16 2020-06-12] 178: Checking user_dbs ** [23:56:16 2020-06-12] 178: Checking geocodings ** [23:56:16 2020-06-12] 178: Checking synchronizations ** [23:56:16 2020-06-12] 178: Checking tracker ** [23:56:16 2020-06-12] 178: Checking user_migrations ** [23:56:16 2020-06-12] 178: Checking batch_updates ** [23:56:16 2020-06-12] 178: Checking gears ** [23:56:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:56:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:21 2020-06-12] 178: Checking imports ** [23:56:21 2020-06-12] 178: Checking exports ** [23:56:21 2020-06-12] 178: Checking users ** [23:56:21 2020-06-12] 178: Checking user_dbs ** [23:56:21 2020-06-12] 178: Checking geocodings ** [23:56:21 2020-06-12] 178: Checking synchronizations ** [23:56:21 2020-06-12] 178: Checking tracker ** [23:56:21 2020-06-12] 178: Checking user_migrations ** [23:56:21 2020-06-12] 178: Checking batch_updates ** [23:56:21 2020-06-12] 178: Checking gears ** [23:56:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:56:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:26 2020-06-12] 178: Checking imports ** [23:56:26 2020-06-12] 178: Checking exports ** [23:56:26 2020-06-12] 178: Checking users ** [23:56:26 2020-06-12] 178: Checking user_dbs ** [23:56:26 2020-06-12] 178: Checking geocodings ** [23:56:26 2020-06-12] 178: Checking synchronizations ** [23:56:26 2020-06-12] 178: Checking tracker ** [23:56:26 2020-06-12] 178: Checking user_migrations ** [23:56:26 2020-06-12] 178: Checking batch_updates ** [23:56:26 2020-06-12] 178: Checking gears ** [23:56:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:56:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:31 2020-06-12] 178: Checking imports ** [23:56:31 2020-06-12] 178: Checking exports ** [23:56:31 2020-06-12] 178: Checking users ** [23:56:31 2020-06-12] 178: Checking user_dbs ** [23:56:31 2020-06-12] 178: Checking geocodings ** [23:56:31 2020-06-12] 178: Checking synchronizations ** [23:56:31 2020-06-12] 178: Checking tracker ** [23:56:31 2020-06-12] 178: Checking user_migrations ** [23:56:31 2020-06-12] 178: Checking batch_updates ** [23:56:31 2020-06-12] 178: Checking gears ** [23:56:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:56:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:36 2020-06-12] 178: Checking imports ** [23:56:36 2020-06-12] 178: Checking exports ** [23:56:36 2020-06-12] 178: Checking users ** [23:56:36 2020-06-12] 178: Checking user_dbs ** [23:56:36 2020-06-12] 178: Checking geocodings ** [23:56:36 2020-06-12] 178: Checking synchronizations ** [23:56:36 2020-06-12] 178: Checking tracker ** [23:56:36 2020-06-12] 178: Checking user_migrations ** [23:56:36 2020-06-12] 178: Checking batch_updates ** [23:56:36 2020-06-12] 178: Checking gears ** [23:56:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:56:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:41 2020-06-12] 178: Checking imports ** [23:56:41 2020-06-12] 178: Checking exports ** [23:56:41 2020-06-12] 178: Checking users ** [23:56:41 2020-06-12] 178: Checking user_dbs ** [23:56:41 2020-06-12] 178: Checking geocodings ** [23:56:41 2020-06-12] 178: Checking synchronizations ** [23:56:41 2020-06-12] 178: Checking tracker ** [23:56:41 2020-06-12] 178: Checking user_migrations ** [23:56:41 2020-06-12] 178: Checking batch_updates ** [23:56:41 2020-06-12] 178: Checking gears ** [23:56:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:56:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:46 2020-06-12] 178: Checking imports ** [23:56:46 2020-06-12] 178: Checking exports ** [23:56:46 2020-06-12] 178: Checking users ** [23:56:46 2020-06-12] 178: Checking user_dbs ** [23:56:46 2020-06-12] 178: Checking geocodings ** [23:56:46 2020-06-12] 178: Checking synchronizations ** [23:56:46 2020-06-12] 178: Checking tracker ** [23:56:46 2020-06-12] 178: Checking user_migrations ** [23:56:46 2020-06-12] 178: Checking batch_updates ** [23:56:46 2020-06-12] 178: Checking gears ** [23:56:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:56:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:51 2020-06-12] 178: Checking imports ** [23:56:51 2020-06-12] 178: Checking exports ** [23:56:51 2020-06-12] 178: Checking users ** [23:56:51 2020-06-12] 178: Checking user_dbs ** [23:56:51 2020-06-12] 178: Checking geocodings ** [23:56:51 2020-06-12] 178: Checking synchronizations ** [23:56:51 2020-06-12] 178: Checking tracker ** [23:56:51 2020-06-12] 178: Checking user_migrations ** [23:56:51 2020-06-12] 178: Checking batch_updates ** [23:56:51 2020-06-12] 178: Checking gears ** [23:56:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:56:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:56 2020-06-12] 178: Checking imports ** [23:56:56 2020-06-12] 178: Checking exports ** [23:56:56 2020-06-12] 178: Checking users ** [23:56:56 2020-06-12] 178: Checking user_dbs ** [23:56:56 2020-06-12] 178: Checking geocodings ** [23:56:56 2020-06-12] 178: Checking synchronizations ** [23:56:56 2020-06-12] 178: Checking tracker ** [23:56:56 2020-06-12] 178: Checking user_migrations ** [23:56:56 2020-06-12] 178: Checking batch_updates ** [23:56:56 2020-06-12] 178: Checking gears ** [23:56:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:56:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:01 2020-06-12] 178: Checking imports ** [23:57:01 2020-06-12] 178: Checking exports ** [23:57:01 2020-06-12] 178: Checking users ** [23:57:01 2020-06-12] 178: Checking user_dbs ** [23:57:01 2020-06-12] 178: Checking geocodings ** [23:57:01 2020-06-12] 178: Checking synchronizations ** [23:57:01 2020-06-12] 178: Checking tracker ** [23:57:01 2020-06-12] 178: Checking user_migrations ** [23:57:01 2020-06-12] 178: Checking batch_updates ** [23:57:01 2020-06-12] 178: Checking gears ** [23:57:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:57:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:06 2020-06-12] 178: Checking imports ** [23:57:06 2020-06-12] 178: Checking exports ** [23:57:06 2020-06-12] 178: Checking users ** [23:57:06 2020-06-12] 178: Checking user_dbs ** [23:57:06 2020-06-12] 178: Checking geocodings ** [23:57:06 2020-06-12] 178: Checking synchronizations ** [23:57:06 2020-06-12] 178: Checking tracker ** [23:57:06 2020-06-12] 178: Checking user_migrations ** [23:57:06 2020-06-12] 178: Checking batch_updates ** [23:57:06 2020-06-12] 178: Checking gears ** [23:57:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:57:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:11 2020-06-12] 178: Checking imports ** [23:57:11 2020-06-12] 178: Checking exports ** [23:57:11 2020-06-12] 178: Checking users ** [23:57:11 2020-06-12] 178: Checking user_dbs ** [23:57:11 2020-06-12] 178: Checking geocodings ** [23:57:11 2020-06-12] 178: Checking synchronizations ** [23:57:11 2020-06-12] 178: Checking tracker ** [23:57:11 2020-06-12] 178: Checking user_migrations ** [23:57:11 2020-06-12] 178: Checking batch_updates ** [23:57:11 2020-06-12] 178: Checking gears ** [23:57:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:57:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:16 2020-06-12] 178: Checking imports ** [23:57:16 2020-06-12] 178: Checking exports ** [23:57:16 2020-06-12] 178: Checking users ** [23:57:16 2020-06-12] 178: Checking user_dbs ** [23:57:16 2020-06-12] 178: Checking geocodings ** [23:57:16 2020-06-12] 178: Checking synchronizations ** [23:57:16 2020-06-12] 178: Checking tracker ** [23:57:16 2020-06-12] 178: Checking user_migrations ** [23:57:16 2020-06-12] 178: Checking batch_updates ** [23:57:16 2020-06-12] 178: Checking gears ** [23:57:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:57:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:21 2020-06-12] 178: Checking imports ** [23:57:21 2020-06-12] 178: Checking exports ** [23:57:21 2020-06-12] 178: Checking users ** [23:57:21 2020-06-12] 178: Checking user_dbs ** [23:57:21 2020-06-12] 178: Checking geocodings ** [23:57:21 2020-06-12] 178: Checking synchronizations ** [23:57:21 2020-06-12] 178: Checking tracker ** [23:57:21 2020-06-12] 178: Checking user_migrations ** [23:57:21 2020-06-12] 178: Checking batch_updates ** [23:57:21 2020-06-12] 178: Checking gears ** [23:57:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:57:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:26 2020-06-12] 178: Checking imports ** [23:57:26 2020-06-12] 178: Checking exports ** [23:57:26 2020-06-12] 178: Checking users ** [23:57:26 2020-06-12] 178: Checking user_dbs ** [23:57:26 2020-06-12] 178: Checking geocodings ** [23:57:26 2020-06-12] 178: Checking synchronizations ** [23:57:26 2020-06-12] 178: Checking tracker ** [23:57:26 2020-06-12] 178: Checking user_migrations ** [23:57:26 2020-06-12] 178: Checking batch_updates ** [23:57:26 2020-06-12] 178: Checking gears ** [23:57:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:57:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:31 2020-06-12] 178: Checking imports ** [23:57:31 2020-06-12] 178: Checking exports ** [23:57:31 2020-06-12] 178: Checking users ** [23:57:31 2020-06-12] 178: Checking user_dbs ** [23:57:31 2020-06-12] 178: Checking geocodings ** [23:57:31 2020-06-12] 178: Checking synchronizations ** [23:57:31 2020-06-12] 178: Checking tracker ** [23:57:31 2020-06-12] 178: Checking user_migrations ** [23:57:31 2020-06-12] 178: Checking batch_updates ** [23:57:31 2020-06-12] 178: Checking gears ** [23:57:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:57:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:36 2020-06-12] 178: Checking imports ** [23:57:36 2020-06-12] 178: Checking exports ** [23:57:36 2020-06-12] 178: Checking users ** [23:57:36 2020-06-12] 178: Checking user_dbs ** [23:57:36 2020-06-12] 178: Checking geocodings ** [23:57:36 2020-06-12] 178: Checking synchronizations ** [23:57:36 2020-06-12] 178: Checking tracker ** [23:57:36 2020-06-12] 178: Checking user_migrations ** [23:57:36 2020-06-12] 178: Checking batch_updates ** [23:57:36 2020-06-12] 178: Checking gears ** [23:57:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:57:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:41 2020-06-12] 178: Checking imports ** [23:57:41 2020-06-12] 178: Checking exports ** [23:57:41 2020-06-12] 178: Checking users ** [23:57:41 2020-06-12] 178: Checking user_dbs ** [23:57:41 2020-06-12] 178: Checking geocodings ** [23:57:41 2020-06-12] 178: Checking synchronizations ** [23:57:41 2020-06-12] 178: Checking tracker ** [23:57:41 2020-06-12] 178: Checking user_migrations ** [23:57:41 2020-06-12] 178: Checking batch_updates ** [23:57:41 2020-06-12] 178: Checking gears ** [23:57:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:57:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:46 2020-06-12] 178: Checking imports ** [23:57:46 2020-06-12] 178: Checking exports ** [23:57:46 2020-06-12] 178: Checking users ** [23:57:46 2020-06-12] 178: Checking user_dbs ** [23:57:46 2020-06-12] 178: Checking geocodings ** [23:57:46 2020-06-12] 178: Checking synchronizations ** [23:57:46 2020-06-12] 178: Checking tracker ** [23:57:46 2020-06-12] 178: Checking user_migrations ** [23:57:46 2020-06-12] 178: Checking batch_updates ** [23:57:46 2020-06-12] 178: Checking gears ** [23:57:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:57:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:51 2020-06-12] 178: Checking imports ** [23:57:51 2020-06-12] 178: Checking exports ** [23:57:51 2020-06-12] 178: Checking users ** [23:57:51 2020-06-12] 178: Checking user_dbs ** [23:57:51 2020-06-12] 178: Checking geocodings ** [23:57:51 2020-06-12] 178: Checking synchronizations ** [23:57:51 2020-06-12] 178: Checking tracker ** [23:57:51 2020-06-12] 178: Checking user_migrations ** [23:57:51 2020-06-12] 178: Checking batch_updates ** [23:57:51 2020-06-12] 178: Checking gears ** [23:57:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:57:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:56 2020-06-12] 178: Checking imports ** [23:57:56 2020-06-12] 178: Checking exports ** [23:57:56 2020-06-12] 178: Checking users ** [23:57:56 2020-06-12] 178: Checking user_dbs ** [23:57:56 2020-06-12] 178: Checking geocodings ** [23:57:56 2020-06-12] 178: Checking synchronizations ** [23:57:56 2020-06-12] 178: Checking tracker ** [23:57:56 2020-06-12] 178: Checking user_migrations ** [23:57:56 2020-06-12] 178: Checking batch_updates ** [23:57:56 2020-06-12] 178: Checking gears ** [23:57:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:57:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:01 2020-06-12] 178: Checking imports ** [23:58:01 2020-06-12] 178: Checking exports ** [23:58:01 2020-06-12] 178: Checking users ** [23:58:01 2020-06-12] 178: Checking user_dbs ** [23:58:01 2020-06-12] 178: Checking geocodings ** [23:58:01 2020-06-12] 178: Checking synchronizations ** [23:58:01 2020-06-12] 178: Checking tracker ** [23:58:01 2020-06-12] 178: Checking user_migrations ** [23:58:01 2020-06-12] 178: Checking batch_updates ** [23:58:01 2020-06-12] 178: Checking gears ** [23:58:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:58:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:06 2020-06-12] 178: Checking imports ** [23:58:06 2020-06-12] 178: Checking exports ** [23:58:06 2020-06-12] 178: Checking users ** [23:58:06 2020-06-12] 178: Checking user_dbs ** [23:58:06 2020-06-12] 178: Checking geocodings ** [23:58:06 2020-06-12] 178: Checking synchronizations ** [23:58:06 2020-06-12] 178: Checking tracker ** [23:58:06 2020-06-12] 178: Checking user_migrations ** [23:58:06 2020-06-12] 178: Checking batch_updates ** [23:58:06 2020-06-12] 178: Checking gears ** [23:58:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:58:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:11 2020-06-12] 178: Checking imports ** [23:58:11 2020-06-12] 178: Checking exports ** [23:58:11 2020-06-12] 178: Checking users ** [23:58:11 2020-06-12] 178: Checking user_dbs ** [23:58:11 2020-06-12] 178: Checking geocodings ** [23:58:11 2020-06-12] 178: Checking synchronizations ** [23:58:11 2020-06-12] 178: Checking tracker ** [23:58:11 2020-06-12] 178: Checking user_migrations ** [23:58:11 2020-06-12] 178: Checking batch_updates ** [23:58:11 2020-06-12] 178: Checking gears ** [23:58:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:58:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:16 2020-06-12] 178: Checking imports ** [23:58:16 2020-06-12] 178: Checking exports ** [23:58:16 2020-06-12] 178: Checking users ** [23:58:16 2020-06-12] 178: Checking user_dbs ** [23:58:16 2020-06-12] 178: Checking geocodings ** [23:58:16 2020-06-12] 178: Checking synchronizations ** [23:58:16 2020-06-12] 178: Checking tracker ** [23:58:16 2020-06-12] 178: Checking user_migrations ** [23:58:16 2020-06-12] 178: Checking batch_updates ** [23:58:16 2020-06-12] 178: Checking gears ** [23:58:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:58:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:21 2020-06-12] 178: Checking imports ** [23:58:21 2020-06-12] 178: Checking exports ** [23:58:21 2020-06-12] 178: Checking users ** [23:58:21 2020-06-12] 178: Checking user_dbs ** [23:58:21 2020-06-12] 178: Checking geocodings ** [23:58:21 2020-06-12] 178: Checking synchronizations ** [23:58:21 2020-06-12] 178: Checking tracker ** [23:58:21 2020-06-12] 178: Checking user_migrations ** [23:58:21 2020-06-12] 178: Checking batch_updates ** [23:58:21 2020-06-12] 178: Checking gears ** [23:58:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:58:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:26 2020-06-12] 178: Checking imports ** [23:58:26 2020-06-12] 178: Checking exports ** [23:58:26 2020-06-12] 178: Checking users ** [23:58:26 2020-06-12] 178: Checking user_dbs ** [23:58:26 2020-06-12] 178: Checking geocodings ** [23:58:26 2020-06-12] 178: Checking synchronizations ** [23:58:26 2020-06-12] 178: Checking tracker ** [23:58:26 2020-06-12] 178: Checking user_migrations ** [23:58:26 2020-06-12] 178: Checking batch_updates ** [23:58:26 2020-06-12] 178: Checking gears ** [23:58:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:58:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:31 2020-06-12] 178: Checking imports ** [23:58:31 2020-06-12] 178: Checking exports ** [23:58:31 2020-06-12] 178: Checking users ** [23:58:31 2020-06-12] 178: Checking user_dbs ** [23:58:31 2020-06-12] 178: Checking geocodings ** [23:58:31 2020-06-12] 178: Checking synchronizations ** [23:58:31 2020-06-12] 178: Checking tracker ** [23:58:31 2020-06-12] 178: Checking user_migrations ** [23:58:31 2020-06-12] 178: Checking batch_updates ** [23:58:31 2020-06-12] 178: Checking gears ** [23:58:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:58:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:36 2020-06-12] 178: Checking imports ** [23:58:36 2020-06-12] 178: Checking exports ** [23:58:36 2020-06-12] 178: Checking users ** [23:58:36 2020-06-12] 178: Checking user_dbs ** [23:58:36 2020-06-12] 178: Checking geocodings ** [23:58:36 2020-06-12] 178: Checking synchronizations ** [23:58:36 2020-06-12] 178: Checking tracker ** [23:58:36 2020-06-12] 178: Checking user_migrations ** [23:58:36 2020-06-12] 178: Checking batch_updates ** [23:58:36 2020-06-12] 178: Checking gears ** [23:58:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:58:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:41 2020-06-12] 178: Checking imports ** [23:58:41 2020-06-12] 178: Checking exports ** [23:58:41 2020-06-12] 178: Checking users ** [23:58:41 2020-06-12] 178: Checking user_dbs ** [23:58:41 2020-06-12] 178: Checking geocodings ** [23:58:41 2020-06-12] 178: Checking synchronizations ** [23:58:41 2020-06-12] 178: Checking tracker ** [23:58:41 2020-06-12] 178: Checking user_migrations ** [23:58:41 2020-06-12] 178: Checking batch_updates ** [23:58:41 2020-06-12] 178: Checking gears ** [23:58:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:58:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:46 2020-06-12] 178: Checking imports ** [23:58:46 2020-06-12] 178: Checking exports ** [23:58:46 2020-06-12] 178: Checking users ** [23:58:46 2020-06-12] 178: Checking user_dbs ** [23:58:46 2020-06-12] 178: Checking geocodings ** [23:58:46 2020-06-12] 178: Checking synchronizations ** [23:58:46 2020-06-12] 178: Checking tracker ** [23:58:46 2020-06-12] 178: Checking user_migrations ** [23:58:46 2020-06-12] 178: Checking batch_updates ** [23:58:46 2020-06-12] 178: Checking gears ** [23:58:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:58:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:51 2020-06-12] 178: Checking imports ** [23:58:51 2020-06-12] 178: Checking exports ** [23:58:51 2020-06-12] 178: Checking users ** [23:58:51 2020-06-12] 178: Checking user_dbs ** [23:58:51 2020-06-12] 178: Checking geocodings ** [23:58:51 2020-06-12] 178: Checking synchronizations ** [23:58:51 2020-06-12] 178: Checking tracker ** [23:58:51 2020-06-12] 178: Checking user_migrations ** [23:58:51 2020-06-12] 178: Checking batch_updates ** [23:58:51 2020-06-12] 178: Checking gears ** [23:58:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:58:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:56 2020-06-12] 178: Checking imports ** [23:58:56 2020-06-12] 178: Checking exports ** [23:58:56 2020-06-12] 178: Checking users ** [23:58:56 2020-06-12] 178: Checking user_dbs ** [23:58:56 2020-06-12] 178: Checking geocodings ** [23:58:56 2020-06-12] 178: Checking synchronizations ** [23:58:56 2020-06-12] 178: Checking tracker ** [23:58:56 2020-06-12] 178: Checking user_migrations ** [23:58:56 2020-06-12] 178: Checking batch_updates ** [23:58:56 2020-06-12] 178: Checking gears ** [23:58:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:58:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:01 2020-06-12] 178: Checking imports ** [23:59:01 2020-06-12] 178: Checking exports ** [23:59:01 2020-06-12] 178: Checking users ** [23:59:01 2020-06-12] 178: Checking user_dbs ** [23:59:01 2020-06-12] 178: Checking geocodings ** [23:59:01 2020-06-12] 178: Checking synchronizations ** [23:59:01 2020-06-12] 178: Checking tracker ** [23:59:01 2020-06-12] 178: Checking user_migrations ** [23:59:01 2020-06-12] 178: Checking batch_updates ** [23:59:01 2020-06-12] 178: Checking gears ** [23:59:01 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:59:01 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:06 2020-06-12] 178: Checking imports ** [23:59:06 2020-06-12] 178: Checking exports ** [23:59:06 2020-06-12] 178: Checking users ** [23:59:06 2020-06-12] 178: Checking user_dbs ** [23:59:06 2020-06-12] 178: Checking geocodings ** [23:59:06 2020-06-12] 178: Checking synchronizations ** [23:59:06 2020-06-12] 178: Checking tracker ** [23:59:06 2020-06-12] 178: Checking user_migrations ** [23:59:06 2020-06-12] 178: Checking batch_updates ** [23:59:06 2020-06-12] 178: Checking gears ** [23:59:06 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:59:06 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:11 2020-06-12] 178: Checking imports ** [23:59:11 2020-06-12] 178: Checking exports ** [23:59:11 2020-06-12] 178: Checking users ** [23:59:11 2020-06-12] 178: Checking user_dbs ** [23:59:11 2020-06-12] 178: Checking geocodings ** [23:59:11 2020-06-12] 178: Checking synchronizations ** [23:59:11 2020-06-12] 178: Checking tracker ** [23:59:11 2020-06-12] 178: Checking user_migrations ** [23:59:11 2020-06-12] 178: Checking batch_updates ** [23:59:11 2020-06-12] 178: Checking gears ** [23:59:11 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:59:11 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:16 2020-06-12] 178: Checking imports ** [23:59:16 2020-06-12] 178: Checking exports ** [23:59:16 2020-06-12] 178: Checking users ** [23:59:16 2020-06-12] 178: Checking user_dbs ** [23:59:16 2020-06-12] 178: Checking geocodings ** [23:59:16 2020-06-12] 178: Checking synchronizations ** [23:59:16 2020-06-12] 178: Checking tracker ** [23:59:16 2020-06-12] 178: Checking user_migrations ** [23:59:16 2020-06-12] 178: Checking batch_updates ** [23:59:16 2020-06-12] 178: Checking gears ** [23:59:16 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:59:16 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:21 2020-06-12] 178: Checking imports ** [23:59:21 2020-06-12] 178: Checking exports ** [23:59:21 2020-06-12] 178: Checking users ** [23:59:21 2020-06-12] 178: Checking user_dbs ** [23:59:21 2020-06-12] 178: Checking geocodings ** [23:59:21 2020-06-12] 178: Checking synchronizations ** [23:59:21 2020-06-12] 178: Checking tracker ** [23:59:21 2020-06-12] 178: Checking user_migrations ** [23:59:21 2020-06-12] 178: Checking batch_updates ** [23:59:21 2020-06-12] 178: Checking gears ** [23:59:21 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:59:21 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:26 2020-06-12] 178: Checking imports ** [23:59:26 2020-06-12] 178: Checking exports ** [23:59:26 2020-06-12] 178: Checking users ** [23:59:26 2020-06-12] 178: Checking user_dbs ** [23:59:26 2020-06-12] 178: Checking geocodings ** [23:59:26 2020-06-12] 178: Checking synchronizations ** [23:59:26 2020-06-12] 178: Checking tracker ** [23:59:26 2020-06-12] 178: Checking user_migrations ** [23:59:26 2020-06-12] 178: Checking batch_updates ** [23:59:26 2020-06-12] 178: Checking gears ** [23:59:26 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:59:26 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:31 2020-06-12] 178: Checking imports ** [23:59:31 2020-06-12] 178: Checking exports ** [23:59:31 2020-06-12] 178: Checking users ** [23:59:31 2020-06-12] 178: Checking user_dbs ** [23:59:31 2020-06-12] 178: Checking geocodings ** [23:59:31 2020-06-12] 178: Checking synchronizations ** [23:59:31 2020-06-12] 178: Checking tracker ** [23:59:31 2020-06-12] 178: Checking user_migrations ** [23:59:31 2020-06-12] 178: Checking batch_updates ** [23:59:31 2020-06-12] 178: Checking gears ** [23:59:31 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:59:31 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:36 2020-06-12] 178: Checking imports ** [23:59:36 2020-06-12] 178: Checking exports ** [23:59:36 2020-06-12] 178: Checking users ** [23:59:36 2020-06-12] 178: Checking user_dbs ** [23:59:36 2020-06-12] 178: Checking geocodings ** [23:59:36 2020-06-12] 178: Checking synchronizations ** [23:59:36 2020-06-12] 178: Checking tracker ** [23:59:36 2020-06-12] 178: Checking user_migrations ** [23:59:36 2020-06-12] 178: Checking batch_updates ** [23:59:36 2020-06-12] 178: Checking gears ** [23:59:36 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:59:36 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:41 2020-06-12] 178: Checking imports ** [23:59:41 2020-06-12] 178: Checking exports ** [23:59:41 2020-06-12] 178: Checking users ** [23:59:41 2020-06-12] 178: Checking user_dbs ** [23:59:41 2020-06-12] 178: Checking geocodings ** [23:59:41 2020-06-12] 178: Checking synchronizations ** [23:59:41 2020-06-12] 178: Checking tracker ** [23:59:41 2020-06-12] 178: Checking user_migrations ** [23:59:41 2020-06-12] 178: Checking batch_updates ** [23:59:41 2020-06-12] 178: Checking gears ** [23:59:41 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:59:41 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:46 2020-06-12] 178: Checking imports ** [23:59:46 2020-06-12] 178: Checking exports ** [23:59:46 2020-06-12] 178: Checking users ** [23:59:46 2020-06-12] 178: Checking user_dbs ** [23:59:46 2020-06-12] 178: Checking geocodings ** [23:59:46 2020-06-12] 178: Checking synchronizations ** [23:59:46 2020-06-12] 178: Checking tracker ** [23:59:46 2020-06-12] 178: Checking user_migrations ** [23:59:46 2020-06-12] 178: Checking batch_updates ** [23:59:46 2020-06-12] 178: Checking gears ** [23:59:46 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:59:46 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:51 2020-06-12] 178: Checking imports ** [23:59:51 2020-06-12] 178: Checking exports ** [23:59:51 2020-06-12] 178: Checking users ** [23:59:51 2020-06-12] 178: Checking user_dbs ** [23:59:51 2020-06-12] 178: Checking geocodings ** [23:59:51 2020-06-12] 178: Checking synchronizations ** [23:59:51 2020-06-12] 178: Checking tracker ** [23:59:51 2020-06-12] 178: Checking user_migrations ** [23:59:51 2020-06-12] 178: Checking batch_updates ** [23:59:51 2020-06-12] 178: Checking gears ** [23:59:51 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:59:51 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:56 2020-06-12] 178: Checking imports ** [23:59:56 2020-06-12] 178: Checking exports ** [23:59:56 2020-06-12] 178: Checking users ** [23:59:56 2020-06-12] 178: Checking user_dbs ** [23:59:56 2020-06-12] 178: Checking geocodings ** [23:59:56 2020-06-12] 178: Checking synchronizations ** [23:59:56 2020-06-12] 178: Checking tracker ** [23:59:56 2020-06-12] 178: Checking user_migrations ** [23:59:56 2020-06-12] 178: Checking batch_updates ** [23:59:56 2020-06-12] 178: Checking gears ** [23:59:56 2020-06-12] 178: Sleeping for 5.0 seconds ** [23:59:56 2020-06-12] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:01 2020-06-13] 178: Checking imports ** [00:00:01 2020-06-13] 178: Checking exports ** [00:00:01 2020-06-13] 178: Checking users ** [00:00:01 2020-06-13] 178: Checking user_dbs ** [00:00:01 2020-06-13] 178: Checking geocodings ** [00:00:01 2020-06-13] 178: Checking synchronizations ** [00:00:01 2020-06-13] 178: Checking tracker ** [00:00:01 2020-06-13] 178: Checking user_migrations ** [00:00:01 2020-06-13] 178: Checking batch_updates ** [00:00:01 2020-06-13] 178: Checking gears ** [00:00:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:00:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:06 2020-06-13] 178: Checking imports ** [00:00:06 2020-06-13] 178: Checking exports ** [00:00:06 2020-06-13] 178: Checking users ** [00:00:06 2020-06-13] 178: Checking user_dbs ** [00:00:06 2020-06-13] 178: Checking geocodings ** [00:00:06 2020-06-13] 178: Checking synchronizations ** [00:00:06 2020-06-13] 178: Checking tracker ** [00:00:06 2020-06-13] 178: Checking user_migrations ** [00:00:06 2020-06-13] 178: Checking batch_updates ** [00:00:06 2020-06-13] 178: Checking gears ** [00:00:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:00:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:11 2020-06-13] 178: Checking imports ** [00:00:11 2020-06-13] 178: Checking exports ** [00:00:11 2020-06-13] 178: Checking users ** [00:00:11 2020-06-13] 178: Checking user_dbs ** [00:00:11 2020-06-13] 178: Checking geocodings ** [00:00:11 2020-06-13] 178: Checking synchronizations ** [00:00:11 2020-06-13] 178: Checking tracker ** [00:00:11 2020-06-13] 178: Checking user_migrations ** [00:00:11 2020-06-13] 178: Checking batch_updates ** [00:00:11 2020-06-13] 178: Checking gears ** [00:00:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:00:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:16 2020-06-13] 178: Checking imports ** [00:00:16 2020-06-13] 178: Checking exports ** [00:00:16 2020-06-13] 178: Checking users ** [00:00:16 2020-06-13] 178: Checking user_dbs ** [00:00:16 2020-06-13] 178: Checking geocodings ** [00:00:16 2020-06-13] 178: Checking synchronizations ** [00:00:16 2020-06-13] 178: Checking tracker ** [00:00:16 2020-06-13] 178: Checking user_migrations ** [00:00:16 2020-06-13] 178: Checking batch_updates ** [00:00:16 2020-06-13] 178: Checking gears ** [00:00:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:00:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:21 2020-06-13] 178: Checking imports ** [00:00:21 2020-06-13] 178: Checking exports ** [00:00:21 2020-06-13] 178: Checking users ** [00:00:21 2020-06-13] 178: Checking user_dbs ** [00:00:21 2020-06-13] 178: Checking geocodings ** [00:00:21 2020-06-13] 178: Checking synchronizations ** [00:00:21 2020-06-13] 178: Checking tracker ** [00:00:21 2020-06-13] 178: Checking user_migrations ** [00:00:21 2020-06-13] 178: Checking batch_updates ** [00:00:21 2020-06-13] 178: Checking gears ** [00:00:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:00:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:26 2020-06-13] 178: Checking imports ** [00:00:26 2020-06-13] 178: Checking exports ** [00:00:26 2020-06-13] 178: Checking users ** [00:00:26 2020-06-13] 178: Checking user_dbs ** [00:00:26 2020-06-13] 178: Checking geocodings ** [00:00:26 2020-06-13] 178: Checking synchronizations ** [00:00:26 2020-06-13] 178: Checking tracker ** [00:00:26 2020-06-13] 178: Checking user_migrations ** [00:00:26 2020-06-13] 178: Checking batch_updates ** [00:00:26 2020-06-13] 178: Checking gears ** [00:00:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:00:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:31 2020-06-13] 178: Checking imports ** [00:00:31 2020-06-13] 178: Checking exports ** [00:00:31 2020-06-13] 178: Checking users ** [00:00:31 2020-06-13] 178: Checking user_dbs ** [00:00:31 2020-06-13] 178: Checking geocodings ** [00:00:31 2020-06-13] 178: Checking synchronizations ** [00:00:31 2020-06-13] 178: Checking tracker ** [00:00:31 2020-06-13] 178: Checking user_migrations ** [00:00:31 2020-06-13] 178: Checking batch_updates ** [00:00:31 2020-06-13] 178: Checking gears ** [00:00:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:00:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:36 2020-06-13] 178: Checking imports ** [00:00:36 2020-06-13] 178: Checking exports ** [00:00:36 2020-06-13] 178: Checking users ** [00:00:36 2020-06-13] 178: Checking user_dbs ** [00:00:36 2020-06-13] 178: Checking geocodings ** [00:00:36 2020-06-13] 178: Checking synchronizations ** [00:00:36 2020-06-13] 178: Checking tracker ** [00:00:36 2020-06-13] 178: Checking user_migrations ** [00:00:36 2020-06-13] 178: Checking batch_updates ** [00:00:36 2020-06-13] 178: Checking gears ** [00:00:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:00:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:41 2020-06-13] 178: Checking imports ** [00:00:41 2020-06-13] 178: Checking exports ** [00:00:41 2020-06-13] 178: Checking users ** [00:00:41 2020-06-13] 178: Checking user_dbs ** [00:00:41 2020-06-13] 178: Checking geocodings ** [00:00:41 2020-06-13] 178: Checking synchronizations ** [00:00:41 2020-06-13] 178: Checking tracker ** [00:00:41 2020-06-13] 178: Checking user_migrations ** [00:00:41 2020-06-13] 178: Checking batch_updates ** [00:00:41 2020-06-13] 178: Checking gears ** [00:00:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:00:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:46 2020-06-13] 178: Checking imports ** [00:00:46 2020-06-13] 178: Checking exports ** [00:00:46 2020-06-13] 178: Checking users ** [00:00:46 2020-06-13] 178: Checking user_dbs ** [00:00:46 2020-06-13] 178: Checking geocodings ** [00:00:46 2020-06-13] 178: Checking synchronizations ** [00:00:46 2020-06-13] 178: Checking tracker ** [00:00:46 2020-06-13] 178: Checking user_migrations ** [00:00:46 2020-06-13] 178: Checking batch_updates ** [00:00:46 2020-06-13] 178: Checking gears ** [00:00:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:00:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:51 2020-06-13] 178: Checking imports ** [00:00:51 2020-06-13] 178: Checking exports ** [00:00:51 2020-06-13] 178: Checking users ** [00:00:51 2020-06-13] 178: Checking user_dbs ** [00:00:51 2020-06-13] 178: Checking geocodings ** [00:00:51 2020-06-13] 178: Checking synchronizations ** [00:00:51 2020-06-13] 178: Checking tracker ** [00:00:51 2020-06-13] 178: Checking user_migrations ** [00:00:51 2020-06-13] 178: Checking batch_updates ** [00:00:51 2020-06-13] 178: Checking gears ** [00:00:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:00:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:56 2020-06-13] 178: Checking imports ** [00:00:56 2020-06-13] 178: Checking exports ** [00:00:56 2020-06-13] 178: Checking users ** [00:00:56 2020-06-13] 178: Checking user_dbs ** [00:00:56 2020-06-13] 178: Checking geocodings ** [00:00:56 2020-06-13] 178: Checking synchronizations ** [00:00:56 2020-06-13] 178: Checking tracker ** [00:00:56 2020-06-13] 178: Checking user_migrations ** [00:00:56 2020-06-13] 178: Checking batch_updates ** [00:00:56 2020-06-13] 178: Checking gears ** [00:00:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:00:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:01 2020-06-13] 178: Checking imports ** [00:01:01 2020-06-13] 178: Checking exports ** [00:01:01 2020-06-13] 178: Checking users ** [00:01:01 2020-06-13] 178: Checking user_dbs ** [00:01:01 2020-06-13] 178: Checking geocodings ** [00:01:01 2020-06-13] 178: Checking synchronizations ** [00:01:01 2020-06-13] 178: Checking tracker ** [00:01:01 2020-06-13] 178: Checking user_migrations ** [00:01:01 2020-06-13] 178: Checking batch_updates ** [00:01:01 2020-06-13] 178: Checking gears ** [00:01:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:01:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:06 2020-06-13] 178: Checking imports ** [00:01:06 2020-06-13] 178: Checking exports ** [00:01:06 2020-06-13] 178: Checking users ** [00:01:06 2020-06-13] 178: Checking user_dbs ** [00:01:06 2020-06-13] 178: Checking geocodings ** [00:01:06 2020-06-13] 178: Checking synchronizations ** [00:01:06 2020-06-13] 178: Checking tracker ** [00:01:06 2020-06-13] 178: Checking user_migrations ** [00:01:06 2020-06-13] 178: Checking batch_updates ** [00:01:06 2020-06-13] 178: Checking gears ** [00:01:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:01:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:11 2020-06-13] 178: Checking imports ** [00:01:11 2020-06-13] 178: Checking exports ** [00:01:11 2020-06-13] 178: Checking users ** [00:01:11 2020-06-13] 178: Checking user_dbs ** [00:01:11 2020-06-13] 178: Checking geocodings ** [00:01:11 2020-06-13] 178: Checking synchronizations ** [00:01:11 2020-06-13] 178: Checking tracker ** [00:01:11 2020-06-13] 178: Checking user_migrations ** [00:01:11 2020-06-13] 178: Checking batch_updates ** [00:01:11 2020-06-13] 178: Checking gears ** [00:01:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:01:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:16 2020-06-13] 178: Checking imports ** [00:01:16 2020-06-13] 178: Checking exports ** [00:01:16 2020-06-13] 178: Checking users ** [00:01:16 2020-06-13] 178: Checking user_dbs ** [00:01:16 2020-06-13] 178: Checking geocodings ** [00:01:16 2020-06-13] 178: Checking synchronizations ** [00:01:16 2020-06-13] 178: Checking tracker ** [00:01:16 2020-06-13] 178: Checking user_migrations ** [00:01:16 2020-06-13] 178: Checking batch_updates ** [00:01:16 2020-06-13] 178: Checking gears ** [00:01:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:01:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:21 2020-06-13] 178: Checking imports ** [00:01:21 2020-06-13] 178: Checking exports ** [00:01:21 2020-06-13] 178: Checking users ** [00:01:21 2020-06-13] 178: Checking user_dbs ** [00:01:21 2020-06-13] 178: Checking geocodings ** [00:01:21 2020-06-13] 178: Checking synchronizations ** [00:01:21 2020-06-13] 178: Checking tracker ** [00:01:21 2020-06-13] 178: Checking user_migrations ** [00:01:21 2020-06-13] 178: Checking batch_updates ** [00:01:21 2020-06-13] 178: Checking gears ** [00:01:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:01:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:26 2020-06-13] 178: Checking imports ** [00:01:26 2020-06-13] 178: Checking exports ** [00:01:26 2020-06-13] 178: Checking users ** [00:01:26 2020-06-13] 178: Checking user_dbs ** [00:01:26 2020-06-13] 178: Checking geocodings ** [00:01:26 2020-06-13] 178: Checking synchronizations ** [00:01:26 2020-06-13] 178: Checking tracker ** [00:01:26 2020-06-13] 178: Checking user_migrations ** [00:01:26 2020-06-13] 178: Checking batch_updates ** [00:01:26 2020-06-13] 178: Checking gears ** [00:01:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:01:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:31 2020-06-13] 178: Checking imports ** [00:01:31 2020-06-13] 178: Checking exports ** [00:01:31 2020-06-13] 178: Checking users ** [00:01:31 2020-06-13] 178: Checking user_dbs ** [00:01:31 2020-06-13] 178: Checking geocodings ** [00:01:31 2020-06-13] 178: Checking synchronizations ** [00:01:31 2020-06-13] 178: Checking tracker ** [00:01:31 2020-06-13] 178: Checking user_migrations ** [00:01:31 2020-06-13] 178: Checking batch_updates ** [00:01:31 2020-06-13] 178: Checking gears ** [00:01:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:01:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:36 2020-06-13] 178: Checking imports ** [00:01:36 2020-06-13] 178: Checking exports ** [00:01:36 2020-06-13] 178: Checking users ** [00:01:36 2020-06-13] 178: Checking user_dbs ** [00:01:36 2020-06-13] 178: Checking geocodings ** [00:01:36 2020-06-13] 178: Checking synchronizations ** [00:01:36 2020-06-13] 178: Checking tracker ** [00:01:36 2020-06-13] 178: Checking user_migrations ** [00:01:36 2020-06-13] 178: Checking batch_updates ** [00:01:36 2020-06-13] 178: Checking gears ** [00:01:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:01:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:41 2020-06-13] 178: Checking imports ** [00:01:41 2020-06-13] 178: Checking exports ** [00:01:41 2020-06-13] 178: Checking users ** [00:01:41 2020-06-13] 178: Checking user_dbs ** [00:01:41 2020-06-13] 178: Checking geocodings ** [00:01:41 2020-06-13] 178: Checking synchronizations ** [00:01:41 2020-06-13] 178: Checking tracker ** [00:01:41 2020-06-13] 178: Checking user_migrations ** [00:01:41 2020-06-13] 178: Checking batch_updates ** [00:01:41 2020-06-13] 178: Checking gears ** [00:01:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:01:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:46 2020-06-13] 178: Checking imports ** [00:01:46 2020-06-13] 178: Checking exports ** [00:01:46 2020-06-13] 178: Checking users ** [00:01:46 2020-06-13] 178: Checking user_dbs ** [00:01:46 2020-06-13] 178: Checking geocodings ** [00:01:46 2020-06-13] 178: Checking synchronizations ** [00:01:46 2020-06-13] 178: Checking tracker ** [00:01:46 2020-06-13] 178: Checking user_migrations ** [00:01:46 2020-06-13] 178: Checking batch_updates ** [00:01:46 2020-06-13] 178: Checking gears ** [00:01:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:01:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:51 2020-06-13] 178: Checking imports ** [00:01:51 2020-06-13] 178: Checking exports ** [00:01:51 2020-06-13] 178: Checking users ** [00:01:51 2020-06-13] 178: Checking user_dbs ** [00:01:51 2020-06-13] 178: Checking geocodings ** [00:01:51 2020-06-13] 178: Checking synchronizations ** [00:01:51 2020-06-13] 178: Checking tracker ** [00:01:51 2020-06-13] 178: Checking user_migrations ** [00:01:51 2020-06-13] 178: Checking batch_updates ** [00:01:51 2020-06-13] 178: Checking gears ** [00:01:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:01:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:56 2020-06-13] 178: Checking imports ** [00:01:56 2020-06-13] 178: Checking exports ** [00:01:56 2020-06-13] 178: Checking users ** [00:01:56 2020-06-13] 178: Checking user_dbs ** [00:01:56 2020-06-13] 178: Checking geocodings ** [00:01:56 2020-06-13] 178: Checking synchronizations ** [00:01:56 2020-06-13] 178: Checking tracker ** [00:01:56 2020-06-13] 178: Checking user_migrations ** [00:01:56 2020-06-13] 178: Checking batch_updates ** [00:01:56 2020-06-13] 178: Checking gears ** [00:01:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:01:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:01 2020-06-13] 178: Checking imports ** [00:02:01 2020-06-13] 178: Checking exports ** [00:02:01 2020-06-13] 178: Checking users ** [00:02:01 2020-06-13] 178: Checking user_dbs ** [00:02:01 2020-06-13] 178: Checking geocodings ** [00:02:01 2020-06-13] 178: Checking synchronizations ** [00:02:01 2020-06-13] 178: Checking tracker ** [00:02:01 2020-06-13] 178: Checking user_migrations ** [00:02:01 2020-06-13] 178: Checking batch_updates ** [00:02:01 2020-06-13] 178: Checking gears ** [00:02:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:02:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:06 2020-06-13] 178: Checking imports ** [00:02:06 2020-06-13] 178: Checking exports ** [00:02:06 2020-06-13] 178: Checking users ** [00:02:06 2020-06-13] 178: Checking user_dbs ** [00:02:06 2020-06-13] 178: Checking geocodings ** [00:02:06 2020-06-13] 178: Checking synchronizations ** [00:02:06 2020-06-13] 178: Checking tracker ** [00:02:06 2020-06-13] 178: Checking user_migrations ** [00:02:06 2020-06-13] 178: Checking batch_updates ** [00:02:06 2020-06-13] 178: Checking gears ** [00:02:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:02:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:11 2020-06-13] 178: Checking imports ** [00:02:11 2020-06-13] 178: Checking exports ** [00:02:11 2020-06-13] 178: Checking users ** [00:02:11 2020-06-13] 178: Checking user_dbs ** [00:02:11 2020-06-13] 178: Checking geocodings ** [00:02:11 2020-06-13] 178: Checking synchronizations ** [00:02:11 2020-06-13] 178: Checking tracker ** [00:02:11 2020-06-13] 178: Checking user_migrations ** [00:02:11 2020-06-13] 178: Checking batch_updates ** [00:02:11 2020-06-13] 178: Checking gears ** [00:02:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:02:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:16 2020-06-13] 178: Checking imports ** [00:02:16 2020-06-13] 178: Checking exports ** [00:02:16 2020-06-13] 178: Checking users ** [00:02:16 2020-06-13] 178: Checking user_dbs ** [00:02:16 2020-06-13] 178: Checking geocodings ** [00:02:16 2020-06-13] 178: Checking synchronizations ** [00:02:16 2020-06-13] 178: Checking tracker ** [00:02:16 2020-06-13] 178: Checking user_migrations ** [00:02:16 2020-06-13] 178: Checking batch_updates ** [00:02:16 2020-06-13] 178: Checking gears ** [00:02:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:02:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:21 2020-06-13] 178: Checking imports ** [00:02:21 2020-06-13] 178: Checking exports ** [00:02:21 2020-06-13] 178: Checking users ** [00:02:21 2020-06-13] 178: Checking user_dbs ** [00:02:21 2020-06-13] 178: Checking geocodings ** [00:02:21 2020-06-13] 178: Checking synchronizations ** [00:02:21 2020-06-13] 178: Checking tracker ** [00:02:21 2020-06-13] 178: Checking user_migrations ** [00:02:21 2020-06-13] 178: Checking batch_updates ** [00:02:21 2020-06-13] 178: Checking gears ** [00:02:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:02:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:26 2020-06-13] 178: Checking imports ** [00:02:26 2020-06-13] 178: Checking exports ** [00:02:26 2020-06-13] 178: Checking users ** [00:02:26 2020-06-13] 178: Checking user_dbs ** [00:02:26 2020-06-13] 178: Checking geocodings ** [00:02:26 2020-06-13] 178: Checking synchronizations ** [00:02:26 2020-06-13] 178: Checking tracker ** [00:02:26 2020-06-13] 178: Checking user_migrations ** [00:02:26 2020-06-13] 178: Checking batch_updates ** [00:02:26 2020-06-13] 178: Checking gears ** [00:02:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:02:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:32 2020-06-13] 178: Checking imports ** [00:02:32 2020-06-13] 178: Checking exports ** [00:02:32 2020-06-13] 178: Checking users ** [00:02:32 2020-06-13] 178: Checking user_dbs ** [00:02:32 2020-06-13] 178: Checking geocodings ** [00:02:32 2020-06-13] 178: Checking synchronizations ** [00:02:32 2020-06-13] 178: Checking tracker ** [00:02:32 2020-06-13] 178: Checking user_migrations ** [00:02:32 2020-06-13] 178: Checking batch_updates ** [00:02:32 2020-06-13] 178: Checking gears ** [00:02:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:02:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:37 2020-06-13] 178: Checking imports ** [00:02:37 2020-06-13] 178: Checking exports ** [00:02:37 2020-06-13] 178: Checking users ** [00:02:37 2020-06-13] 178: Checking user_dbs ** [00:02:37 2020-06-13] 178: Checking geocodings ** [00:02:37 2020-06-13] 178: Checking synchronizations ** [00:02:37 2020-06-13] 178: Checking tracker ** [00:02:37 2020-06-13] 178: Checking user_migrations ** [00:02:37 2020-06-13] 178: Checking batch_updates ** [00:02:37 2020-06-13] 178: Checking gears ** [00:02:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:02:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:42 2020-06-13] 178: Checking imports ** [00:02:42 2020-06-13] 178: Checking exports ** [00:02:42 2020-06-13] 178: Checking users ** [00:02:42 2020-06-13] 178: Checking user_dbs ** [00:02:42 2020-06-13] 178: Checking geocodings ** [00:02:42 2020-06-13] 178: Checking synchronizations ** [00:02:42 2020-06-13] 178: Checking tracker ** [00:02:42 2020-06-13] 178: Checking user_migrations ** [00:02:42 2020-06-13] 178: Checking batch_updates ** [00:02:42 2020-06-13] 178: Checking gears ** [00:02:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:02:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:47 2020-06-13] 178: Checking imports ** [00:02:47 2020-06-13] 178: Checking exports ** [00:02:47 2020-06-13] 178: Checking users ** [00:02:47 2020-06-13] 178: Checking user_dbs ** [00:02:47 2020-06-13] 178: Checking geocodings ** [00:02:47 2020-06-13] 178: Checking synchronizations ** [00:02:47 2020-06-13] 178: Checking tracker ** [00:02:47 2020-06-13] 178: Checking user_migrations ** [00:02:47 2020-06-13] 178: Checking batch_updates ** [00:02:47 2020-06-13] 178: Checking gears ** [00:02:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:02:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:52 2020-06-13] 178: Checking imports ** [00:02:52 2020-06-13] 178: Checking exports ** [00:02:52 2020-06-13] 178: Checking users ** [00:02:52 2020-06-13] 178: Checking user_dbs ** [00:02:52 2020-06-13] 178: Checking geocodings ** [00:02:52 2020-06-13] 178: Checking synchronizations ** [00:02:52 2020-06-13] 178: Checking tracker ** [00:02:52 2020-06-13] 178: Checking user_migrations ** [00:02:52 2020-06-13] 178: Checking batch_updates ** [00:02:52 2020-06-13] 178: Checking gears ** [00:02:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:02:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:57 2020-06-13] 178: Checking imports ** [00:02:57 2020-06-13] 178: Checking exports ** [00:02:57 2020-06-13] 178: Checking users ** [00:02:57 2020-06-13] 178: Checking user_dbs ** [00:02:57 2020-06-13] 178: Checking geocodings ** [00:02:57 2020-06-13] 178: Checking synchronizations ** [00:02:57 2020-06-13] 178: Checking tracker ** [00:02:57 2020-06-13] 178: Checking user_migrations ** [00:02:57 2020-06-13] 178: Checking batch_updates ** [00:02:57 2020-06-13] 178: Checking gears ** [00:02:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:02:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:02 2020-06-13] 178: Checking imports ** [00:03:02 2020-06-13] 178: Checking exports ** [00:03:02 2020-06-13] 178: Checking users ** [00:03:02 2020-06-13] 178: Checking user_dbs ** [00:03:02 2020-06-13] 178: Checking geocodings ** [00:03:02 2020-06-13] 178: Checking synchronizations ** [00:03:02 2020-06-13] 178: Checking tracker ** [00:03:02 2020-06-13] 178: Checking user_migrations ** [00:03:02 2020-06-13] 178: Checking batch_updates ** [00:03:02 2020-06-13] 178: Checking gears ** [00:03:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:03:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:07 2020-06-13] 178: Checking imports ** [00:03:07 2020-06-13] 178: Checking exports ** [00:03:07 2020-06-13] 178: Checking users ** [00:03:07 2020-06-13] 178: Checking user_dbs ** [00:03:07 2020-06-13] 178: Checking geocodings ** [00:03:07 2020-06-13] 178: Checking synchronizations ** [00:03:07 2020-06-13] 178: Checking tracker ** [00:03:07 2020-06-13] 178: Checking user_migrations ** [00:03:07 2020-06-13] 178: Checking batch_updates ** [00:03:07 2020-06-13] 178: Checking gears ** [00:03:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:03:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:12 2020-06-13] 178: Checking imports ** [00:03:12 2020-06-13] 178: Checking exports ** [00:03:12 2020-06-13] 178: Checking users ** [00:03:12 2020-06-13] 178: Checking user_dbs ** [00:03:12 2020-06-13] 178: Checking geocodings ** [00:03:12 2020-06-13] 178: Checking synchronizations ** [00:03:12 2020-06-13] 178: Checking tracker ** [00:03:12 2020-06-13] 178: Checking user_migrations ** [00:03:12 2020-06-13] 178: Checking batch_updates ** [00:03:12 2020-06-13] 178: Checking gears ** [00:03:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:03:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:17 2020-06-13] 178: Checking imports ** [00:03:17 2020-06-13] 178: Checking exports ** [00:03:17 2020-06-13] 178: Checking users ** [00:03:17 2020-06-13] 178: Checking user_dbs ** [00:03:17 2020-06-13] 178: Checking geocodings ** [00:03:17 2020-06-13] 178: Checking synchronizations ** [00:03:17 2020-06-13] 178: Checking tracker ** [00:03:17 2020-06-13] 178: Checking user_migrations ** [00:03:17 2020-06-13] 178: Checking batch_updates ** [00:03:17 2020-06-13] 178: Checking gears ** [00:03:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:03:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:22 2020-06-13] 178: Checking imports ** [00:03:22 2020-06-13] 178: Checking exports ** [00:03:22 2020-06-13] 178: Checking users ** [00:03:22 2020-06-13] 178: Checking user_dbs ** [00:03:22 2020-06-13] 178: Checking geocodings ** [00:03:22 2020-06-13] 178: Checking synchronizations ** [00:03:22 2020-06-13] 178: Checking tracker ** [00:03:22 2020-06-13] 178: Checking user_migrations ** [00:03:22 2020-06-13] 178: Checking batch_updates ** [00:03:22 2020-06-13] 178: Checking gears ** [00:03:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:03:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:27 2020-06-13] 178: Checking imports ** [00:03:27 2020-06-13] 178: Checking exports ** [00:03:27 2020-06-13] 178: Checking users ** [00:03:27 2020-06-13] 178: Checking user_dbs ** [00:03:27 2020-06-13] 178: Checking geocodings ** [00:03:27 2020-06-13] 178: Checking synchronizations ** [00:03:27 2020-06-13] 178: Checking tracker ** [00:03:27 2020-06-13] 178: Checking user_migrations ** [00:03:27 2020-06-13] 178: Checking batch_updates ** [00:03:27 2020-06-13] 178: Checking gears ** [00:03:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:03:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:32 2020-06-13] 178: Checking imports ** [00:03:32 2020-06-13] 178: Checking exports ** [00:03:32 2020-06-13] 178: Checking users ** [00:03:32 2020-06-13] 178: Checking user_dbs ** [00:03:32 2020-06-13] 178: Checking geocodings ** [00:03:32 2020-06-13] 178: Checking synchronizations ** [00:03:32 2020-06-13] 178: Checking tracker ** [00:03:32 2020-06-13] 178: Checking user_migrations ** [00:03:32 2020-06-13] 178: Checking batch_updates ** [00:03:32 2020-06-13] 178: Checking gears ** [00:03:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:03:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:37 2020-06-13] 178: Checking imports ** [00:03:37 2020-06-13] 178: Checking exports ** [00:03:37 2020-06-13] 178: Checking users ** [00:03:37 2020-06-13] 178: Checking user_dbs ** [00:03:37 2020-06-13] 178: Checking geocodings ** [00:03:37 2020-06-13] 178: Checking synchronizations ** [00:03:37 2020-06-13] 178: Checking tracker ** [00:03:37 2020-06-13] 178: Checking user_migrations ** [00:03:37 2020-06-13] 178: Checking batch_updates ** [00:03:37 2020-06-13] 178: Checking gears ** [00:03:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:03:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:42 2020-06-13] 178: Checking imports ** [00:03:42 2020-06-13] 178: Checking exports ** [00:03:42 2020-06-13] 178: Checking users ** [00:03:42 2020-06-13] 178: Checking user_dbs ** [00:03:42 2020-06-13] 178: Checking geocodings ** [00:03:42 2020-06-13] 178: Checking synchronizations ** [00:03:42 2020-06-13] 178: Checking tracker ** [00:03:42 2020-06-13] 178: Checking user_migrations ** [00:03:42 2020-06-13] 178: Checking batch_updates ** [00:03:42 2020-06-13] 178: Checking gears ** [00:03:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:03:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:47 2020-06-13] 178: Checking imports ** [00:03:47 2020-06-13] 178: Checking exports ** [00:03:47 2020-06-13] 178: Checking users ** [00:03:47 2020-06-13] 178: Checking user_dbs ** [00:03:47 2020-06-13] 178: Checking geocodings ** [00:03:47 2020-06-13] 178: Checking synchronizations ** [00:03:47 2020-06-13] 178: Checking tracker ** [00:03:47 2020-06-13] 178: Checking user_migrations ** [00:03:47 2020-06-13] 178: Checking batch_updates ** [00:03:47 2020-06-13] 178: Checking gears ** [00:03:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:03:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:52 2020-06-13] 178: Checking imports ** [00:03:52 2020-06-13] 178: Checking exports ** [00:03:52 2020-06-13] 178: Checking users ** [00:03:52 2020-06-13] 178: Checking user_dbs ** [00:03:52 2020-06-13] 178: Checking geocodings ** [00:03:52 2020-06-13] 178: Checking synchronizations ** [00:03:52 2020-06-13] 178: Checking tracker ** [00:03:52 2020-06-13] 178: Checking user_migrations ** [00:03:52 2020-06-13] 178: Checking batch_updates ** [00:03:52 2020-06-13] 178: Checking gears ** [00:03:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:03:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:57 2020-06-13] 178: Checking imports ** [00:03:57 2020-06-13] 178: Checking exports ** [00:03:57 2020-06-13] 178: Checking users ** [00:03:57 2020-06-13] 178: Checking user_dbs ** [00:03:57 2020-06-13] 178: Checking geocodings ** [00:03:57 2020-06-13] 178: Checking synchronizations ** [00:03:57 2020-06-13] 178: Checking tracker ** [00:03:57 2020-06-13] 178: Checking user_migrations ** [00:03:57 2020-06-13] 178: Checking batch_updates ** [00:03:57 2020-06-13] 178: Checking gears ** [00:03:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:03:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:02 2020-06-13] 178: Checking imports ** [00:04:02 2020-06-13] 178: Checking exports ** [00:04:02 2020-06-13] 178: Checking users ** [00:04:02 2020-06-13] 178: Checking user_dbs ** [00:04:02 2020-06-13] 178: Checking geocodings ** [00:04:02 2020-06-13] 178: Checking synchronizations ** [00:04:02 2020-06-13] 178: Checking tracker ** [00:04:02 2020-06-13] 178: Checking user_migrations ** [00:04:02 2020-06-13] 178: Checking batch_updates ** [00:04:02 2020-06-13] 178: Checking gears ** [00:04:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:04:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:07 2020-06-13] 178: Checking imports ** [00:04:07 2020-06-13] 178: Checking exports ** [00:04:07 2020-06-13] 178: Checking users ** [00:04:07 2020-06-13] 178: Checking user_dbs ** [00:04:07 2020-06-13] 178: Checking geocodings ** [00:04:07 2020-06-13] 178: Checking synchronizations ** [00:04:07 2020-06-13] 178: Checking tracker ** [00:04:07 2020-06-13] 178: Checking user_migrations ** [00:04:07 2020-06-13] 178: Checking batch_updates ** [00:04:07 2020-06-13] 178: Checking gears ** [00:04:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:04:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:12 2020-06-13] 178: Checking imports ** [00:04:12 2020-06-13] 178: Checking exports ** [00:04:12 2020-06-13] 178: Checking users ** [00:04:12 2020-06-13] 178: Checking user_dbs ** [00:04:12 2020-06-13] 178: Checking geocodings ** [00:04:12 2020-06-13] 178: Checking synchronizations ** [00:04:12 2020-06-13] 178: Checking tracker ** [00:04:12 2020-06-13] 178: Checking user_migrations ** [00:04:12 2020-06-13] 178: Checking batch_updates ** [00:04:12 2020-06-13] 178: Checking gears ** [00:04:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:04:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:17 2020-06-13] 178: Checking imports ** [00:04:17 2020-06-13] 178: Checking exports ** [00:04:17 2020-06-13] 178: Checking users ** [00:04:17 2020-06-13] 178: Checking user_dbs ** [00:04:17 2020-06-13] 178: Checking geocodings ** [00:04:17 2020-06-13] 178: Checking synchronizations ** [00:04:17 2020-06-13] 178: Checking tracker ** [00:04:17 2020-06-13] 178: Checking user_migrations ** [00:04:17 2020-06-13] 178: Checking batch_updates ** [00:04:17 2020-06-13] 178: Checking gears ** [00:04:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:04:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:22 2020-06-13] 178: Checking imports ** [00:04:22 2020-06-13] 178: Checking exports ** [00:04:22 2020-06-13] 178: Checking users ** [00:04:22 2020-06-13] 178: Checking user_dbs ** [00:04:22 2020-06-13] 178: Checking geocodings ** [00:04:22 2020-06-13] 178: Checking synchronizations ** [00:04:22 2020-06-13] 178: Checking tracker ** [00:04:22 2020-06-13] 178: Checking user_migrations ** [00:04:22 2020-06-13] 178: Checking batch_updates ** [00:04:22 2020-06-13] 178: Checking gears ** [00:04:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:04:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:27 2020-06-13] 178: Checking imports ** [00:04:27 2020-06-13] 178: Checking exports ** [00:04:27 2020-06-13] 178: Checking users ** [00:04:27 2020-06-13] 178: Checking user_dbs ** [00:04:27 2020-06-13] 178: Checking geocodings ** [00:04:27 2020-06-13] 178: Checking synchronizations ** [00:04:27 2020-06-13] 178: Checking tracker ** [00:04:27 2020-06-13] 178: Checking user_migrations ** [00:04:27 2020-06-13] 178: Checking batch_updates ** [00:04:27 2020-06-13] 178: Checking gears ** [00:04:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:04:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:32 2020-06-13] 178: Checking imports ** [00:04:32 2020-06-13] 178: Checking exports ** [00:04:32 2020-06-13] 178: Checking users ** [00:04:32 2020-06-13] 178: Checking user_dbs ** [00:04:32 2020-06-13] 178: Checking geocodings ** [00:04:32 2020-06-13] 178: Checking synchronizations ** [00:04:32 2020-06-13] 178: Checking tracker ** [00:04:32 2020-06-13] 178: Checking user_migrations ** [00:04:32 2020-06-13] 178: Checking batch_updates ** [00:04:32 2020-06-13] 178: Checking gears ** [00:04:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:04:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:37 2020-06-13] 178: Checking imports ** [00:04:37 2020-06-13] 178: Checking exports ** [00:04:37 2020-06-13] 178: Checking users ** [00:04:37 2020-06-13] 178: Checking user_dbs ** [00:04:37 2020-06-13] 178: Checking geocodings ** [00:04:37 2020-06-13] 178: Checking synchronizations ** [00:04:37 2020-06-13] 178: Checking tracker ** [00:04:37 2020-06-13] 178: Checking user_migrations ** [00:04:37 2020-06-13] 178: Checking batch_updates ** [00:04:37 2020-06-13] 178: Checking gears ** [00:04:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:04:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:42 2020-06-13] 178: Checking imports ** [00:04:42 2020-06-13] 178: Checking exports ** [00:04:42 2020-06-13] 178: Checking users ** [00:04:42 2020-06-13] 178: Checking user_dbs ** [00:04:42 2020-06-13] 178: Checking geocodings ** [00:04:42 2020-06-13] 178: Checking synchronizations ** [00:04:42 2020-06-13] 178: Checking tracker ** [00:04:42 2020-06-13] 178: Checking user_migrations ** [00:04:42 2020-06-13] 178: Checking batch_updates ** [00:04:42 2020-06-13] 178: Checking gears ** [00:04:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:04:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:47 2020-06-13] 178: Checking imports ** [00:04:47 2020-06-13] 178: Checking exports ** [00:04:47 2020-06-13] 178: Checking users ** [00:04:47 2020-06-13] 178: Checking user_dbs ** [00:04:47 2020-06-13] 178: Checking geocodings ** [00:04:47 2020-06-13] 178: Checking synchronizations ** [00:04:47 2020-06-13] 178: Checking tracker ** [00:04:47 2020-06-13] 178: Checking user_migrations ** [00:04:47 2020-06-13] 178: Checking batch_updates ** [00:04:47 2020-06-13] 178: Checking gears ** [00:04:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:04:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:52 2020-06-13] 178: Checking imports ** [00:04:52 2020-06-13] 178: Checking exports ** [00:04:52 2020-06-13] 178: Checking users ** [00:04:52 2020-06-13] 178: Checking user_dbs ** [00:04:52 2020-06-13] 178: Checking geocodings ** [00:04:52 2020-06-13] 178: Checking synchronizations ** [00:04:52 2020-06-13] 178: Checking tracker ** [00:04:52 2020-06-13] 178: Checking user_migrations ** [00:04:52 2020-06-13] 178: Checking batch_updates ** [00:04:52 2020-06-13] 178: Checking gears ** [00:04:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:04:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:57 2020-06-13] 178: Checking imports ** [00:04:57 2020-06-13] 178: Checking exports ** [00:04:57 2020-06-13] 178: Checking users ** [00:04:57 2020-06-13] 178: Checking user_dbs ** [00:04:57 2020-06-13] 178: Checking geocodings ** [00:04:57 2020-06-13] 178: Checking synchronizations ** [00:04:57 2020-06-13] 178: Checking tracker ** [00:04:57 2020-06-13] 178: Checking user_migrations ** [00:04:57 2020-06-13] 178: Checking batch_updates ** [00:04:57 2020-06-13] 178: Checking gears ** [00:04:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:04:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:02 2020-06-13] 178: Checking imports ** [00:05:02 2020-06-13] 178: Checking exports ** [00:05:02 2020-06-13] 178: Checking users ** [00:05:02 2020-06-13] 178: Checking user_dbs ** [00:05:02 2020-06-13] 178: Checking geocodings ** [00:05:02 2020-06-13] 178: Checking synchronizations ** [00:05:02 2020-06-13] 178: Checking tracker ** [00:05:02 2020-06-13] 178: Checking user_migrations ** [00:05:02 2020-06-13] 178: Checking batch_updates ** [00:05:02 2020-06-13] 178: Checking gears ** [00:05:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:05:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:07 2020-06-13] 178: Checking imports ** [00:05:07 2020-06-13] 178: Checking exports ** [00:05:07 2020-06-13] 178: Checking users ** [00:05:07 2020-06-13] 178: Checking user_dbs ** [00:05:07 2020-06-13] 178: Checking geocodings ** [00:05:07 2020-06-13] 178: Checking synchronizations ** [00:05:07 2020-06-13] 178: Checking tracker ** [00:05:07 2020-06-13] 178: Checking user_migrations ** [00:05:07 2020-06-13] 178: Checking batch_updates ** [00:05:07 2020-06-13] 178: Checking gears ** [00:05:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:05:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:12 2020-06-13] 178: Checking imports ** [00:05:12 2020-06-13] 178: Checking exports ** [00:05:12 2020-06-13] 178: Checking users ** [00:05:12 2020-06-13] 178: Checking user_dbs ** [00:05:12 2020-06-13] 178: Checking geocodings ** [00:05:12 2020-06-13] 178: Checking synchronizations ** [00:05:12 2020-06-13] 178: Checking tracker ** [00:05:12 2020-06-13] 178: Checking user_migrations ** [00:05:12 2020-06-13] 178: Checking batch_updates ** [00:05:12 2020-06-13] 178: Checking gears ** [00:05:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:05:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:17 2020-06-13] 178: Checking imports ** [00:05:17 2020-06-13] 178: Checking exports ** [00:05:17 2020-06-13] 178: Checking users ** [00:05:17 2020-06-13] 178: Checking user_dbs ** [00:05:17 2020-06-13] 178: Checking geocodings ** [00:05:17 2020-06-13] 178: Checking synchronizations ** [00:05:17 2020-06-13] 178: Checking tracker ** [00:05:17 2020-06-13] 178: Checking user_migrations ** [00:05:17 2020-06-13] 178: Checking batch_updates ** [00:05:17 2020-06-13] 178: Checking gears ** [00:05:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:05:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:22 2020-06-13] 178: Checking imports ** [00:05:22 2020-06-13] 178: Checking exports ** [00:05:22 2020-06-13] 178: Checking users ** [00:05:22 2020-06-13] 178: Checking user_dbs ** [00:05:22 2020-06-13] 178: Checking geocodings ** [00:05:22 2020-06-13] 178: Checking synchronizations ** [00:05:22 2020-06-13] 178: Checking tracker ** [00:05:22 2020-06-13] 178: Checking user_migrations ** [00:05:22 2020-06-13] 178: Checking batch_updates ** [00:05:22 2020-06-13] 178: Checking gears ** [00:05:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:05:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:27 2020-06-13] 178: Checking imports ** [00:05:27 2020-06-13] 178: Checking exports ** [00:05:27 2020-06-13] 178: Checking users ** [00:05:27 2020-06-13] 178: Checking user_dbs ** [00:05:27 2020-06-13] 178: Checking geocodings ** [00:05:27 2020-06-13] 178: Checking synchronizations ** [00:05:27 2020-06-13] 178: Checking tracker ** [00:05:27 2020-06-13] 178: Checking user_migrations ** [00:05:27 2020-06-13] 178: Checking batch_updates ** [00:05:27 2020-06-13] 178: Checking gears ** [00:05:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:05:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:32 2020-06-13] 178: Checking imports ** [00:05:32 2020-06-13] 178: Checking exports ** [00:05:32 2020-06-13] 178: Checking users ** [00:05:32 2020-06-13] 178: Checking user_dbs ** [00:05:32 2020-06-13] 178: Checking geocodings ** [00:05:32 2020-06-13] 178: Checking synchronizations ** [00:05:32 2020-06-13] 178: Checking tracker ** [00:05:32 2020-06-13] 178: Checking user_migrations ** [00:05:32 2020-06-13] 178: Checking batch_updates ** [00:05:32 2020-06-13] 178: Checking gears ** [00:05:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:05:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:37 2020-06-13] 178: Checking imports ** [00:05:37 2020-06-13] 178: Checking exports ** [00:05:37 2020-06-13] 178: Checking users ** [00:05:37 2020-06-13] 178: Checking user_dbs ** [00:05:37 2020-06-13] 178: Checking geocodings ** [00:05:37 2020-06-13] 178: Checking synchronizations ** [00:05:37 2020-06-13] 178: Checking tracker ** [00:05:37 2020-06-13] 178: Checking user_migrations ** [00:05:37 2020-06-13] 178: Checking batch_updates ** [00:05:37 2020-06-13] 178: Checking gears ** [00:05:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:05:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:42 2020-06-13] 178: Checking imports ** [00:05:42 2020-06-13] 178: Checking exports ** [00:05:42 2020-06-13] 178: Checking users ** [00:05:42 2020-06-13] 178: Checking user_dbs ** [00:05:42 2020-06-13] 178: Checking geocodings ** [00:05:42 2020-06-13] 178: Checking synchronizations ** [00:05:42 2020-06-13] 178: Checking tracker ** [00:05:42 2020-06-13] 178: Checking user_migrations ** [00:05:42 2020-06-13] 178: Checking batch_updates ** [00:05:42 2020-06-13] 178: Checking gears ** [00:05:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:05:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:47 2020-06-13] 178: Checking imports ** [00:05:47 2020-06-13] 178: Checking exports ** [00:05:47 2020-06-13] 178: Checking users ** [00:05:47 2020-06-13] 178: Checking user_dbs ** [00:05:47 2020-06-13] 178: Checking geocodings ** [00:05:47 2020-06-13] 178: Checking synchronizations ** [00:05:47 2020-06-13] 178: Checking tracker ** [00:05:47 2020-06-13] 178: Checking user_migrations ** [00:05:47 2020-06-13] 178: Checking batch_updates ** [00:05:47 2020-06-13] 178: Checking gears ** [00:05:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:05:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:52 2020-06-13] 178: Checking imports ** [00:05:52 2020-06-13] 178: Checking exports ** [00:05:52 2020-06-13] 178: Checking users ** [00:05:52 2020-06-13] 178: Checking user_dbs ** [00:05:52 2020-06-13] 178: Checking geocodings ** [00:05:52 2020-06-13] 178: Checking synchronizations ** [00:05:52 2020-06-13] 178: Checking tracker ** [00:05:52 2020-06-13] 178: Checking user_migrations ** [00:05:52 2020-06-13] 178: Checking batch_updates ** [00:05:52 2020-06-13] 178: Checking gears ** [00:05:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:05:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:57 2020-06-13] 178: Checking imports ** [00:05:57 2020-06-13] 178: Checking exports ** [00:05:57 2020-06-13] 178: Checking users ** [00:05:57 2020-06-13] 178: Checking user_dbs ** [00:05:57 2020-06-13] 178: Checking geocodings ** [00:05:57 2020-06-13] 178: Checking synchronizations ** [00:05:57 2020-06-13] 178: Checking tracker ** [00:05:57 2020-06-13] 178: Checking user_migrations ** [00:05:57 2020-06-13] 178: Checking batch_updates ** [00:05:57 2020-06-13] 178: Checking gears ** [00:05:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:05:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:02 2020-06-13] 178: Checking imports ** [00:06:02 2020-06-13] 178: Checking exports ** [00:06:02 2020-06-13] 178: Checking users ** [00:06:02 2020-06-13] 178: Checking user_dbs ** [00:06:02 2020-06-13] 178: Checking geocodings ** [00:06:02 2020-06-13] 178: Checking synchronizations ** [00:06:02 2020-06-13] 178: Checking tracker ** [00:06:02 2020-06-13] 178: Checking user_migrations ** [00:06:02 2020-06-13] 178: Checking batch_updates ** [00:06:02 2020-06-13] 178: Checking gears ** [00:06:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:06:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:07 2020-06-13] 178: Checking imports ** [00:06:07 2020-06-13] 178: Checking exports ** [00:06:07 2020-06-13] 178: Checking users ** [00:06:07 2020-06-13] 178: Checking user_dbs ** [00:06:07 2020-06-13] 178: Checking geocodings ** [00:06:07 2020-06-13] 178: Checking synchronizations ** [00:06:07 2020-06-13] 178: Checking tracker ** [00:06:07 2020-06-13] 178: Checking user_migrations ** [00:06:07 2020-06-13] 178: Checking batch_updates ** [00:06:07 2020-06-13] 178: Checking gears ** [00:06:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:06:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:12 2020-06-13] 178: Checking imports ** [00:06:12 2020-06-13] 178: Checking exports ** [00:06:12 2020-06-13] 178: Checking users ** [00:06:12 2020-06-13] 178: Checking user_dbs ** [00:06:12 2020-06-13] 178: Checking geocodings ** [00:06:12 2020-06-13] 178: Checking synchronizations ** [00:06:12 2020-06-13] 178: Checking tracker ** [00:06:12 2020-06-13] 178: Checking user_migrations ** [00:06:12 2020-06-13] 178: Checking batch_updates ** [00:06:12 2020-06-13] 178: Checking gears ** [00:06:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:06:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:17 2020-06-13] 178: Checking imports ** [00:06:17 2020-06-13] 178: Checking exports ** [00:06:17 2020-06-13] 178: Checking users ** [00:06:17 2020-06-13] 178: Checking user_dbs ** [00:06:17 2020-06-13] 178: Checking geocodings ** [00:06:17 2020-06-13] 178: Checking synchronizations ** [00:06:17 2020-06-13] 178: Checking tracker ** [00:06:17 2020-06-13] 178: Checking user_migrations ** [00:06:17 2020-06-13] 178: Checking batch_updates ** [00:06:17 2020-06-13] 178: Checking gears ** [00:06:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:06:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:22 2020-06-13] 178: Checking imports ** [00:06:22 2020-06-13] 178: Checking exports ** [00:06:22 2020-06-13] 178: Checking users ** [00:06:22 2020-06-13] 178: Checking user_dbs ** [00:06:22 2020-06-13] 178: Checking geocodings ** [00:06:22 2020-06-13] 178: Checking synchronizations ** [00:06:22 2020-06-13] 178: Checking tracker ** [00:06:22 2020-06-13] 178: Checking user_migrations ** [00:06:22 2020-06-13] 178: Checking batch_updates ** [00:06:22 2020-06-13] 178: Checking gears ** [00:06:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:06:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:27 2020-06-13] 178: Checking imports ** [00:06:27 2020-06-13] 178: Checking exports ** [00:06:27 2020-06-13] 178: Checking users ** [00:06:27 2020-06-13] 178: Checking user_dbs ** [00:06:27 2020-06-13] 178: Checking geocodings ** [00:06:27 2020-06-13] 178: Checking synchronizations ** [00:06:27 2020-06-13] 178: Checking tracker ** [00:06:27 2020-06-13] 178: Checking user_migrations ** [00:06:27 2020-06-13] 178: Checking batch_updates ** [00:06:27 2020-06-13] 178: Checking gears ** [00:06:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:06:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:32 2020-06-13] 178: Checking imports ** [00:06:32 2020-06-13] 178: Checking exports ** [00:06:32 2020-06-13] 178: Checking users ** [00:06:32 2020-06-13] 178: Checking user_dbs ** [00:06:32 2020-06-13] 178: Checking geocodings ** [00:06:32 2020-06-13] 178: Checking synchronizations ** [00:06:32 2020-06-13] 178: Checking tracker ** [00:06:32 2020-06-13] 178: Checking user_migrations ** [00:06:32 2020-06-13] 178: Checking batch_updates ** [00:06:32 2020-06-13] 178: Checking gears ** [00:06:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:06:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:37 2020-06-13] 178: Checking imports ** [00:06:37 2020-06-13] 178: Checking exports ** [00:06:37 2020-06-13] 178: Checking users ** [00:06:37 2020-06-13] 178: Checking user_dbs ** [00:06:37 2020-06-13] 178: Checking geocodings ** [00:06:37 2020-06-13] 178: Checking synchronizations ** [00:06:37 2020-06-13] 178: Checking tracker ** [00:06:37 2020-06-13] 178: Checking user_migrations ** [00:06:37 2020-06-13] 178: Checking batch_updates ** [00:06:37 2020-06-13] 178: Checking gears ** [00:06:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:06:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:42 2020-06-13] 178: Checking imports ** [00:06:42 2020-06-13] 178: Checking exports ** [00:06:42 2020-06-13] 178: Checking users ** [00:06:42 2020-06-13] 178: Checking user_dbs ** [00:06:42 2020-06-13] 178: Checking geocodings ** [00:06:42 2020-06-13] 178: Checking synchronizations ** [00:06:42 2020-06-13] 178: Checking tracker ** [00:06:42 2020-06-13] 178: Checking user_migrations ** [00:06:42 2020-06-13] 178: Checking batch_updates ** [00:06:42 2020-06-13] 178: Checking gears ** [00:06:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:06:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:47 2020-06-13] 178: Checking imports ** [00:06:47 2020-06-13] 178: Checking exports ** [00:06:47 2020-06-13] 178: Checking users ** [00:06:47 2020-06-13] 178: Checking user_dbs ** [00:06:47 2020-06-13] 178: Checking geocodings ** [00:06:47 2020-06-13] 178: Checking synchronizations ** [00:06:47 2020-06-13] 178: Checking tracker ** [00:06:47 2020-06-13] 178: Checking user_migrations ** [00:06:47 2020-06-13] 178: Checking batch_updates ** [00:06:47 2020-06-13] 178: Checking gears ** [00:06:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:06:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:52 2020-06-13] 178: Checking imports ** [00:06:52 2020-06-13] 178: Checking exports ** [00:06:52 2020-06-13] 178: Checking users ** [00:06:52 2020-06-13] 178: Checking user_dbs ** [00:06:52 2020-06-13] 178: Checking geocodings ** [00:06:52 2020-06-13] 178: Checking synchronizations ** [00:06:52 2020-06-13] 178: Checking tracker ** [00:06:52 2020-06-13] 178: Checking user_migrations ** [00:06:52 2020-06-13] 178: Checking batch_updates ** [00:06:52 2020-06-13] 178: Checking gears ** [00:06:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:06:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:57 2020-06-13] 178: Checking imports ** [00:06:57 2020-06-13] 178: Checking exports ** [00:06:57 2020-06-13] 178: Checking users ** [00:06:57 2020-06-13] 178: Checking user_dbs ** [00:06:57 2020-06-13] 178: Checking geocodings ** [00:06:57 2020-06-13] 178: Checking synchronizations ** [00:06:57 2020-06-13] 178: Checking tracker ** [00:06:57 2020-06-13] 178: Checking user_migrations ** [00:06:57 2020-06-13] 178: Checking batch_updates ** [00:06:57 2020-06-13] 178: Checking gears ** [00:06:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:06:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:02 2020-06-13] 178: Checking imports ** [00:07:02 2020-06-13] 178: Checking exports ** [00:07:02 2020-06-13] 178: Checking users ** [00:07:02 2020-06-13] 178: Checking user_dbs ** [00:07:02 2020-06-13] 178: Checking geocodings ** [00:07:02 2020-06-13] 178: Checking synchronizations ** [00:07:02 2020-06-13] 178: Checking tracker ** [00:07:02 2020-06-13] 178: Checking user_migrations ** [00:07:02 2020-06-13] 178: Checking batch_updates ** [00:07:02 2020-06-13] 178: Checking gears ** [00:07:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:07:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:07 2020-06-13] 178: Checking imports ** [00:07:07 2020-06-13] 178: Checking exports ** [00:07:07 2020-06-13] 178: Checking users ** [00:07:07 2020-06-13] 178: Checking user_dbs ** [00:07:07 2020-06-13] 178: Checking geocodings ** [00:07:07 2020-06-13] 178: Checking synchronizations ** [00:07:07 2020-06-13] 178: Checking tracker ** [00:07:07 2020-06-13] 178: Checking user_migrations ** [00:07:07 2020-06-13] 178: Checking batch_updates ** [00:07:07 2020-06-13] 178: Checking gears ** [00:07:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:07:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:12 2020-06-13] 178: Checking imports ** [00:07:12 2020-06-13] 178: Checking exports ** [00:07:12 2020-06-13] 178: Checking users ** [00:07:12 2020-06-13] 178: Checking user_dbs ** [00:07:12 2020-06-13] 178: Checking geocodings ** [00:07:12 2020-06-13] 178: Checking synchronizations ** [00:07:12 2020-06-13] 178: Checking tracker ** [00:07:12 2020-06-13] 178: Checking user_migrations ** [00:07:12 2020-06-13] 178: Checking batch_updates ** [00:07:12 2020-06-13] 178: Checking gears ** [00:07:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:07:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:17 2020-06-13] 178: Checking imports ** [00:07:17 2020-06-13] 178: Checking exports ** [00:07:17 2020-06-13] 178: Checking users ** [00:07:17 2020-06-13] 178: Checking user_dbs ** [00:07:17 2020-06-13] 178: Checking geocodings ** [00:07:17 2020-06-13] 178: Checking synchronizations ** [00:07:17 2020-06-13] 178: Checking tracker ** [00:07:17 2020-06-13] 178: Checking user_migrations ** [00:07:17 2020-06-13] 178: Checking batch_updates ** [00:07:17 2020-06-13] 178: Checking gears ** [00:07:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:07:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:22 2020-06-13] 178: Checking imports ** [00:07:22 2020-06-13] 178: Checking exports ** [00:07:22 2020-06-13] 178: Checking users ** [00:07:22 2020-06-13] 178: Checking user_dbs ** [00:07:22 2020-06-13] 178: Checking geocodings ** [00:07:22 2020-06-13] 178: Checking synchronizations ** [00:07:22 2020-06-13] 178: Checking tracker ** [00:07:22 2020-06-13] 178: Checking user_migrations ** [00:07:22 2020-06-13] 178: Checking batch_updates ** [00:07:22 2020-06-13] 178: Checking gears ** [00:07:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:07:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:27 2020-06-13] 178: Checking imports ** [00:07:27 2020-06-13] 178: Checking exports ** [00:07:27 2020-06-13] 178: Checking users ** [00:07:27 2020-06-13] 178: Checking user_dbs ** [00:07:27 2020-06-13] 178: Checking geocodings ** [00:07:27 2020-06-13] 178: Checking synchronizations ** [00:07:27 2020-06-13] 178: Checking tracker ** [00:07:27 2020-06-13] 178: Checking user_migrations ** [00:07:27 2020-06-13] 178: Checking batch_updates ** [00:07:27 2020-06-13] 178: Checking gears ** [00:07:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:07:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:32 2020-06-13] 178: Checking imports ** [00:07:32 2020-06-13] 178: Checking exports ** [00:07:32 2020-06-13] 178: Checking users ** [00:07:32 2020-06-13] 178: Checking user_dbs ** [00:07:32 2020-06-13] 178: Checking geocodings ** [00:07:32 2020-06-13] 178: Checking synchronizations ** [00:07:32 2020-06-13] 178: Checking tracker ** [00:07:32 2020-06-13] 178: Checking user_migrations ** [00:07:32 2020-06-13] 178: Checking batch_updates ** [00:07:32 2020-06-13] 178: Checking gears ** [00:07:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:07:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:37 2020-06-13] 178: Checking imports ** [00:07:37 2020-06-13] 178: Checking exports ** [00:07:37 2020-06-13] 178: Checking users ** [00:07:37 2020-06-13] 178: Checking user_dbs ** [00:07:37 2020-06-13] 178: Checking geocodings ** [00:07:37 2020-06-13] 178: Checking synchronizations ** [00:07:37 2020-06-13] 178: Checking tracker ** [00:07:37 2020-06-13] 178: Checking user_migrations ** [00:07:37 2020-06-13] 178: Checking batch_updates ** [00:07:37 2020-06-13] 178: Checking gears ** [00:07:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:07:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:42 2020-06-13] 178: Checking imports ** [00:07:42 2020-06-13] 178: Checking exports ** [00:07:42 2020-06-13] 178: Checking users ** [00:07:42 2020-06-13] 178: Checking user_dbs ** [00:07:42 2020-06-13] 178: Checking geocodings ** [00:07:42 2020-06-13] 178: Checking synchronizations ** [00:07:42 2020-06-13] 178: Checking tracker ** [00:07:42 2020-06-13] 178: Checking user_migrations ** [00:07:42 2020-06-13] 178: Checking batch_updates ** [00:07:42 2020-06-13] 178: Checking gears ** [00:07:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:07:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:47 2020-06-13] 178: Checking imports ** [00:07:47 2020-06-13] 178: Checking exports ** [00:07:47 2020-06-13] 178: Checking users ** [00:07:47 2020-06-13] 178: Checking user_dbs ** [00:07:47 2020-06-13] 178: Checking geocodings ** [00:07:47 2020-06-13] 178: Checking synchronizations ** [00:07:47 2020-06-13] 178: Checking tracker ** [00:07:47 2020-06-13] 178: Checking user_migrations ** [00:07:47 2020-06-13] 178: Checking batch_updates ** [00:07:47 2020-06-13] 178: Checking gears ** [00:07:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:07:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:52 2020-06-13] 178: Checking imports ** [00:07:52 2020-06-13] 178: Checking exports ** [00:07:52 2020-06-13] 178: Checking users ** [00:07:52 2020-06-13] 178: Checking user_dbs ** [00:07:52 2020-06-13] 178: Checking geocodings ** [00:07:52 2020-06-13] 178: Checking synchronizations ** [00:07:52 2020-06-13] 178: Checking tracker ** [00:07:52 2020-06-13] 178: Checking user_migrations ** [00:07:52 2020-06-13] 178: Checking batch_updates ** [00:07:52 2020-06-13] 178: Checking gears ** [00:07:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:07:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:57 2020-06-13] 178: Checking imports ** [00:07:57 2020-06-13] 178: Checking exports ** [00:07:57 2020-06-13] 178: Checking users ** [00:07:57 2020-06-13] 178: Checking user_dbs ** [00:07:57 2020-06-13] 178: Checking geocodings ** [00:07:57 2020-06-13] 178: Checking synchronizations ** [00:07:57 2020-06-13] 178: Checking tracker ** [00:07:57 2020-06-13] 178: Checking user_migrations ** [00:07:57 2020-06-13] 178: Checking batch_updates ** [00:07:57 2020-06-13] 178: Checking gears ** [00:07:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:07:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:02 2020-06-13] 178: Checking imports ** [00:08:02 2020-06-13] 178: Checking exports ** [00:08:02 2020-06-13] 178: Checking users ** [00:08:02 2020-06-13] 178: Checking user_dbs ** [00:08:02 2020-06-13] 178: Checking geocodings ** [00:08:02 2020-06-13] 178: Checking synchronizations ** [00:08:02 2020-06-13] 178: Checking tracker ** [00:08:02 2020-06-13] 178: Checking user_migrations ** [00:08:02 2020-06-13] 178: Checking batch_updates ** [00:08:02 2020-06-13] 178: Checking gears ** [00:08:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:08:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:07 2020-06-13] 178: Checking imports ** [00:08:07 2020-06-13] 178: Checking exports ** [00:08:07 2020-06-13] 178: Checking users ** [00:08:07 2020-06-13] 178: Checking user_dbs ** [00:08:07 2020-06-13] 178: Checking geocodings ** [00:08:07 2020-06-13] 178: Checking synchronizations ** [00:08:07 2020-06-13] 178: Checking tracker ** [00:08:07 2020-06-13] 178: Checking user_migrations ** [00:08:07 2020-06-13] 178: Checking batch_updates ** [00:08:07 2020-06-13] 178: Checking gears ** [00:08:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:08:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:12 2020-06-13] 178: Checking imports ** [00:08:12 2020-06-13] 178: Checking exports ** [00:08:12 2020-06-13] 178: Checking users ** [00:08:12 2020-06-13] 178: Checking user_dbs ** [00:08:12 2020-06-13] 178: Checking geocodings ** [00:08:12 2020-06-13] 178: Checking synchronizations ** [00:08:12 2020-06-13] 178: Checking tracker ** [00:08:12 2020-06-13] 178: Checking user_migrations ** [00:08:12 2020-06-13] 178: Checking batch_updates ** [00:08:12 2020-06-13] 178: Checking gears ** [00:08:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:08:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:17 2020-06-13] 178: Checking imports ** [00:08:17 2020-06-13] 178: Checking exports ** [00:08:17 2020-06-13] 178: Checking users ** [00:08:17 2020-06-13] 178: Checking user_dbs ** [00:08:17 2020-06-13] 178: Checking geocodings ** [00:08:17 2020-06-13] 178: Checking synchronizations ** [00:08:17 2020-06-13] 178: Checking tracker ** [00:08:17 2020-06-13] 178: Checking user_migrations ** [00:08:17 2020-06-13] 178: Checking batch_updates ** [00:08:17 2020-06-13] 178: Checking gears ** [00:08:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:08:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:22 2020-06-13] 178: Checking imports ** [00:08:22 2020-06-13] 178: Checking exports ** [00:08:22 2020-06-13] 178: Checking users ** [00:08:22 2020-06-13] 178: Checking user_dbs ** [00:08:22 2020-06-13] 178: Checking geocodings ** [00:08:22 2020-06-13] 178: Checking synchronizations ** [00:08:22 2020-06-13] 178: Checking tracker ** [00:08:22 2020-06-13] 178: Checking user_migrations ** [00:08:22 2020-06-13] 178: Checking batch_updates ** [00:08:22 2020-06-13] 178: Checking gears ** [00:08:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:08:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:27 2020-06-13] 178: Checking imports ** [00:08:27 2020-06-13] 178: Checking exports ** [00:08:27 2020-06-13] 178: Checking users ** [00:08:27 2020-06-13] 178: Checking user_dbs ** [00:08:27 2020-06-13] 178: Checking geocodings ** [00:08:27 2020-06-13] 178: Checking synchronizations ** [00:08:27 2020-06-13] 178: Checking tracker ** [00:08:27 2020-06-13] 178: Checking user_migrations ** [00:08:27 2020-06-13] 178: Checking batch_updates ** [00:08:27 2020-06-13] 178: Checking gears ** [00:08:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:08:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:32 2020-06-13] 178: Checking imports ** [00:08:32 2020-06-13] 178: Checking exports ** [00:08:32 2020-06-13] 178: Checking users ** [00:08:32 2020-06-13] 178: Checking user_dbs ** [00:08:32 2020-06-13] 178: Checking geocodings ** [00:08:32 2020-06-13] 178: Checking synchronizations ** [00:08:32 2020-06-13] 178: Checking tracker ** [00:08:32 2020-06-13] 178: Checking user_migrations ** [00:08:32 2020-06-13] 178: Checking batch_updates ** [00:08:32 2020-06-13] 178: Checking gears ** [00:08:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:08:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:37 2020-06-13] 178: Checking imports ** [00:08:37 2020-06-13] 178: Checking exports ** [00:08:37 2020-06-13] 178: Checking users ** [00:08:37 2020-06-13] 178: Checking user_dbs ** [00:08:37 2020-06-13] 178: Checking geocodings ** [00:08:37 2020-06-13] 178: Checking synchronizations ** [00:08:37 2020-06-13] 178: Checking tracker ** [00:08:37 2020-06-13] 178: Checking user_migrations ** [00:08:37 2020-06-13] 178: Checking batch_updates ** [00:08:37 2020-06-13] 178: Checking gears ** [00:08:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:08:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:42 2020-06-13] 178: Checking imports ** [00:08:42 2020-06-13] 178: Checking exports ** [00:08:42 2020-06-13] 178: Checking users ** [00:08:42 2020-06-13] 178: Checking user_dbs ** [00:08:42 2020-06-13] 178: Checking geocodings ** [00:08:42 2020-06-13] 178: Checking synchronizations ** [00:08:42 2020-06-13] 178: Checking tracker ** [00:08:42 2020-06-13] 178: Checking user_migrations ** [00:08:42 2020-06-13] 178: Checking batch_updates ** [00:08:42 2020-06-13] 178: Checking gears ** [00:08:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:08:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:47 2020-06-13] 178: Checking imports ** [00:08:47 2020-06-13] 178: Checking exports ** [00:08:47 2020-06-13] 178: Checking users ** [00:08:47 2020-06-13] 178: Checking user_dbs ** [00:08:47 2020-06-13] 178: Checking geocodings ** [00:08:47 2020-06-13] 178: Checking synchronizations ** [00:08:47 2020-06-13] 178: Checking tracker ** [00:08:47 2020-06-13] 178: Checking user_migrations ** [00:08:47 2020-06-13] 178: Checking batch_updates ** [00:08:47 2020-06-13] 178: Checking gears ** [00:08:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:08:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:52 2020-06-13] 178: Checking imports ** [00:08:52 2020-06-13] 178: Checking exports ** [00:08:52 2020-06-13] 178: Checking users ** [00:08:52 2020-06-13] 178: Checking user_dbs ** [00:08:52 2020-06-13] 178: Checking geocodings ** [00:08:52 2020-06-13] 178: Checking synchronizations ** [00:08:52 2020-06-13] 178: Checking tracker ** [00:08:52 2020-06-13] 178: Checking user_migrations ** [00:08:52 2020-06-13] 178: Checking batch_updates ** [00:08:52 2020-06-13] 178: Checking gears ** [00:08:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:08:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:57 2020-06-13] 178: Checking imports ** [00:08:57 2020-06-13] 178: Checking exports ** [00:08:57 2020-06-13] 178: Checking users ** [00:08:57 2020-06-13] 178: Checking user_dbs ** [00:08:57 2020-06-13] 178: Checking geocodings ** [00:08:57 2020-06-13] 178: Checking synchronizations ** [00:08:57 2020-06-13] 178: Checking tracker ** [00:08:57 2020-06-13] 178: Checking user_migrations ** [00:08:57 2020-06-13] 178: Checking batch_updates ** [00:08:57 2020-06-13] 178: Checking gears ** [00:08:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:08:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:02 2020-06-13] 178: Checking imports ** [00:09:02 2020-06-13] 178: Checking exports ** [00:09:02 2020-06-13] 178: Checking users ** [00:09:02 2020-06-13] 178: Checking user_dbs ** [00:09:02 2020-06-13] 178: Checking geocodings ** [00:09:02 2020-06-13] 178: Checking synchronizations ** [00:09:02 2020-06-13] 178: Checking tracker ** [00:09:02 2020-06-13] 178: Checking user_migrations ** [00:09:02 2020-06-13] 178: Checking batch_updates ** [00:09:02 2020-06-13] 178: Checking gears ** [00:09:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:09:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:07 2020-06-13] 178: Checking imports ** [00:09:07 2020-06-13] 178: Checking exports ** [00:09:07 2020-06-13] 178: Checking users ** [00:09:07 2020-06-13] 178: Checking user_dbs ** [00:09:07 2020-06-13] 178: Checking geocodings ** [00:09:07 2020-06-13] 178: Checking synchronizations ** [00:09:07 2020-06-13] 178: Checking tracker ** [00:09:07 2020-06-13] 178: Checking user_migrations ** [00:09:07 2020-06-13] 178: Checking batch_updates ** [00:09:07 2020-06-13] 178: Checking gears ** [00:09:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:09:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:12 2020-06-13] 178: Checking imports ** [00:09:12 2020-06-13] 178: Checking exports ** [00:09:12 2020-06-13] 178: Checking users ** [00:09:12 2020-06-13] 178: Checking user_dbs ** [00:09:12 2020-06-13] 178: Checking geocodings ** [00:09:12 2020-06-13] 178: Checking synchronizations ** [00:09:12 2020-06-13] 178: Checking tracker ** [00:09:12 2020-06-13] 178: Checking user_migrations ** [00:09:12 2020-06-13] 178: Checking batch_updates ** [00:09:12 2020-06-13] 178: Checking gears ** [00:09:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:09:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:17 2020-06-13] 178: Checking imports ** [00:09:17 2020-06-13] 178: Checking exports ** [00:09:17 2020-06-13] 178: Checking users ** [00:09:17 2020-06-13] 178: Checking user_dbs ** [00:09:17 2020-06-13] 178: Checking geocodings ** [00:09:17 2020-06-13] 178: Checking synchronizations ** [00:09:17 2020-06-13] 178: Checking tracker ** [00:09:17 2020-06-13] 178: Checking user_migrations ** [00:09:17 2020-06-13] 178: Checking batch_updates ** [00:09:17 2020-06-13] 178: Checking gears ** [00:09:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:09:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:22 2020-06-13] 178: Checking imports ** [00:09:22 2020-06-13] 178: Checking exports ** [00:09:22 2020-06-13] 178: Checking users ** [00:09:22 2020-06-13] 178: Checking user_dbs ** [00:09:22 2020-06-13] 178: Checking geocodings ** [00:09:22 2020-06-13] 178: Checking synchronizations ** [00:09:22 2020-06-13] 178: Checking tracker ** [00:09:22 2020-06-13] 178: Checking user_migrations ** [00:09:22 2020-06-13] 178: Checking batch_updates ** [00:09:22 2020-06-13] 178: Checking gears ** [00:09:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:09:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:27 2020-06-13] 178: Checking imports ** [00:09:27 2020-06-13] 178: Checking exports ** [00:09:27 2020-06-13] 178: Checking users ** [00:09:27 2020-06-13] 178: Checking user_dbs ** [00:09:27 2020-06-13] 178: Checking geocodings ** [00:09:27 2020-06-13] 178: Checking synchronizations ** [00:09:27 2020-06-13] 178: Checking tracker ** [00:09:27 2020-06-13] 178: Checking user_migrations ** [00:09:27 2020-06-13] 178: Checking batch_updates ** [00:09:27 2020-06-13] 178: Checking gears ** [00:09:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:09:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:32 2020-06-13] 178: Checking imports ** [00:09:32 2020-06-13] 178: Checking exports ** [00:09:32 2020-06-13] 178: Checking users ** [00:09:32 2020-06-13] 178: Checking user_dbs ** [00:09:32 2020-06-13] 178: Checking geocodings ** [00:09:32 2020-06-13] 178: Checking synchronizations ** [00:09:32 2020-06-13] 178: Checking tracker ** [00:09:32 2020-06-13] 178: Checking user_migrations ** [00:09:32 2020-06-13] 178: Checking batch_updates ** [00:09:32 2020-06-13] 178: Checking gears ** [00:09:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:09:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:37 2020-06-13] 178: Checking imports ** [00:09:37 2020-06-13] 178: Checking exports ** [00:09:37 2020-06-13] 178: Checking users ** [00:09:37 2020-06-13] 178: Checking user_dbs ** [00:09:37 2020-06-13] 178: Checking geocodings ** [00:09:37 2020-06-13] 178: Checking synchronizations ** [00:09:37 2020-06-13] 178: Checking tracker ** [00:09:37 2020-06-13] 178: Checking user_migrations ** [00:09:37 2020-06-13] 178: Checking batch_updates ** [00:09:37 2020-06-13] 178: Checking gears ** [00:09:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:09:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:42 2020-06-13] 178: Checking imports ** [00:09:42 2020-06-13] 178: Checking exports ** [00:09:42 2020-06-13] 178: Checking users ** [00:09:42 2020-06-13] 178: Checking user_dbs ** [00:09:42 2020-06-13] 178: Checking geocodings ** [00:09:42 2020-06-13] 178: Checking synchronizations ** [00:09:42 2020-06-13] 178: Checking tracker ** [00:09:42 2020-06-13] 178: Checking user_migrations ** [00:09:42 2020-06-13] 178: Checking batch_updates ** [00:09:42 2020-06-13] 178: Checking gears ** [00:09:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:09:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:47 2020-06-13] 178: Checking imports ** [00:09:47 2020-06-13] 178: Checking exports ** [00:09:47 2020-06-13] 178: Checking users ** [00:09:47 2020-06-13] 178: Checking user_dbs ** [00:09:47 2020-06-13] 178: Checking geocodings ** [00:09:47 2020-06-13] 178: Checking synchronizations ** [00:09:47 2020-06-13] 178: Checking tracker ** [00:09:47 2020-06-13] 178: Checking user_migrations ** [00:09:47 2020-06-13] 178: Checking batch_updates ** [00:09:47 2020-06-13] 178: Checking gears ** [00:09:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:09:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:52 2020-06-13] 178: Checking imports ** [00:09:52 2020-06-13] 178: Checking exports ** [00:09:52 2020-06-13] 178: Checking users ** [00:09:52 2020-06-13] 178: Checking user_dbs ** [00:09:52 2020-06-13] 178: Checking geocodings ** [00:09:52 2020-06-13] 178: Checking synchronizations ** [00:09:52 2020-06-13] 178: Checking tracker ** [00:09:52 2020-06-13] 178: Checking user_migrations ** [00:09:52 2020-06-13] 178: Checking batch_updates ** [00:09:52 2020-06-13] 178: Checking gears ** [00:09:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:09:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:57 2020-06-13] 178: Checking imports ** [00:09:57 2020-06-13] 178: Checking exports ** [00:09:57 2020-06-13] 178: Checking users ** [00:09:57 2020-06-13] 178: Checking user_dbs ** [00:09:57 2020-06-13] 178: Checking geocodings ** [00:09:57 2020-06-13] 178: Checking synchronizations ** [00:09:57 2020-06-13] 178: Checking tracker ** [00:09:57 2020-06-13] 178: Checking user_migrations ** [00:09:57 2020-06-13] 178: Checking batch_updates ** [00:09:57 2020-06-13] 178: Checking gears ** [00:09:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:09:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:02 2020-06-13] 178: Checking imports ** [00:10:02 2020-06-13] 178: Checking exports ** [00:10:02 2020-06-13] 178: Checking users ** [00:10:02 2020-06-13] 178: Checking user_dbs ** [00:10:02 2020-06-13] 178: Checking geocodings ** [00:10:02 2020-06-13] 178: Checking synchronizations ** [00:10:02 2020-06-13] 178: Checking tracker ** [00:10:02 2020-06-13] 178: Checking user_migrations ** [00:10:02 2020-06-13] 178: Checking batch_updates ** [00:10:02 2020-06-13] 178: Checking gears ** [00:10:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:10:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:07 2020-06-13] 178: Checking imports ** [00:10:07 2020-06-13] 178: Checking exports ** [00:10:07 2020-06-13] 178: Checking users ** [00:10:07 2020-06-13] 178: Checking user_dbs ** [00:10:07 2020-06-13] 178: Checking geocodings ** [00:10:07 2020-06-13] 178: Checking synchronizations ** [00:10:07 2020-06-13] 178: Checking tracker ** [00:10:07 2020-06-13] 178: Checking user_migrations ** [00:10:07 2020-06-13] 178: Checking batch_updates ** [00:10:07 2020-06-13] 178: Checking gears ** [00:10:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:10:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:12 2020-06-13] 178: Checking imports ** [00:10:12 2020-06-13] 178: Checking exports ** [00:10:12 2020-06-13] 178: Checking users ** [00:10:12 2020-06-13] 178: Checking user_dbs ** [00:10:12 2020-06-13] 178: Checking geocodings ** [00:10:12 2020-06-13] 178: Checking synchronizations ** [00:10:12 2020-06-13] 178: Checking tracker ** [00:10:12 2020-06-13] 178: Checking user_migrations ** [00:10:12 2020-06-13] 178: Checking batch_updates ** [00:10:12 2020-06-13] 178: Checking gears ** [00:10:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:10:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:17 2020-06-13] 178: Checking imports ** [00:10:17 2020-06-13] 178: Checking exports ** [00:10:17 2020-06-13] 178: Checking users ** [00:10:17 2020-06-13] 178: Checking user_dbs ** [00:10:17 2020-06-13] 178: Checking geocodings ** [00:10:17 2020-06-13] 178: Checking synchronizations ** [00:10:17 2020-06-13] 178: Checking tracker ** [00:10:17 2020-06-13] 178: Checking user_migrations ** [00:10:17 2020-06-13] 178: Checking batch_updates ** [00:10:17 2020-06-13] 178: Checking gears ** [00:10:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:10:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:22 2020-06-13] 178: Checking imports ** [00:10:22 2020-06-13] 178: Checking exports ** [00:10:22 2020-06-13] 178: Checking users ** [00:10:22 2020-06-13] 178: Checking user_dbs ** [00:10:22 2020-06-13] 178: Checking geocodings ** [00:10:22 2020-06-13] 178: Checking synchronizations ** [00:10:22 2020-06-13] 178: Checking tracker ** [00:10:22 2020-06-13] 178: Checking user_migrations ** [00:10:22 2020-06-13] 178: Checking batch_updates ** [00:10:22 2020-06-13] 178: Checking gears ** [00:10:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:10:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:27 2020-06-13] 178: Checking imports ** [00:10:27 2020-06-13] 178: Checking exports ** [00:10:27 2020-06-13] 178: Checking users ** [00:10:27 2020-06-13] 178: Checking user_dbs ** [00:10:27 2020-06-13] 178: Checking geocodings ** [00:10:27 2020-06-13] 178: Checking synchronizations ** [00:10:27 2020-06-13] 178: Checking tracker ** [00:10:27 2020-06-13] 178: Checking user_migrations ** [00:10:27 2020-06-13] 178: Checking batch_updates ** [00:10:27 2020-06-13] 178: Checking gears ** [00:10:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:10:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:32 2020-06-13] 178: Checking imports ** [00:10:32 2020-06-13] 178: Checking exports ** [00:10:32 2020-06-13] 178: Checking users ** [00:10:32 2020-06-13] 178: Checking user_dbs ** [00:10:32 2020-06-13] 178: Checking geocodings ** [00:10:32 2020-06-13] 178: Checking synchronizations ** [00:10:32 2020-06-13] 178: Checking tracker ** [00:10:32 2020-06-13] 178: Checking user_migrations ** [00:10:32 2020-06-13] 178: Checking batch_updates ** [00:10:32 2020-06-13] 178: Checking gears ** [00:10:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:10:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:37 2020-06-13] 178: Checking imports ** [00:10:37 2020-06-13] 178: Checking exports ** [00:10:37 2020-06-13] 178: Checking users ** [00:10:37 2020-06-13] 178: Checking user_dbs ** [00:10:37 2020-06-13] 178: Checking geocodings ** [00:10:37 2020-06-13] 178: Checking synchronizations ** [00:10:37 2020-06-13] 178: Checking tracker ** [00:10:37 2020-06-13] 178: Checking user_migrations ** [00:10:37 2020-06-13] 178: Checking batch_updates ** [00:10:37 2020-06-13] 178: Checking gears ** [00:10:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:10:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:42 2020-06-13] 178: Checking imports ** [00:10:42 2020-06-13] 178: Checking exports ** [00:10:42 2020-06-13] 178: Checking users ** [00:10:42 2020-06-13] 178: Checking user_dbs ** [00:10:42 2020-06-13] 178: Checking geocodings ** [00:10:42 2020-06-13] 178: Checking synchronizations ** [00:10:42 2020-06-13] 178: Checking tracker ** [00:10:42 2020-06-13] 178: Checking user_migrations ** [00:10:42 2020-06-13] 178: Checking batch_updates ** [00:10:42 2020-06-13] 178: Checking gears ** [00:10:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:10:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:47 2020-06-13] 178: Checking imports ** [00:10:47 2020-06-13] 178: Checking exports ** [00:10:47 2020-06-13] 178: Checking users ** [00:10:47 2020-06-13] 178: Checking user_dbs ** [00:10:47 2020-06-13] 178: Checking geocodings ** [00:10:47 2020-06-13] 178: Checking synchronizations ** [00:10:47 2020-06-13] 178: Checking tracker ** [00:10:47 2020-06-13] 178: Checking user_migrations ** [00:10:47 2020-06-13] 178: Checking batch_updates ** [00:10:47 2020-06-13] 178: Checking gears ** [00:10:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:10:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:52 2020-06-13] 178: Checking imports ** [00:10:52 2020-06-13] 178: Checking exports ** [00:10:52 2020-06-13] 178: Checking users ** [00:10:52 2020-06-13] 178: Checking user_dbs ** [00:10:52 2020-06-13] 178: Checking geocodings ** [00:10:52 2020-06-13] 178: Checking synchronizations ** [00:10:52 2020-06-13] 178: Checking tracker ** [00:10:52 2020-06-13] 178: Checking user_migrations ** [00:10:52 2020-06-13] 178: Checking batch_updates ** [00:10:52 2020-06-13] 178: Checking gears ** [00:10:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:10:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:57 2020-06-13] 178: Checking imports ** [00:10:57 2020-06-13] 178: Checking exports ** [00:10:57 2020-06-13] 178: Checking users ** [00:10:57 2020-06-13] 178: Checking user_dbs ** [00:10:57 2020-06-13] 178: Checking geocodings ** [00:10:57 2020-06-13] 178: Checking synchronizations ** [00:10:57 2020-06-13] 178: Checking tracker ** [00:10:57 2020-06-13] 178: Checking user_migrations ** [00:10:57 2020-06-13] 178: Checking batch_updates ** [00:10:57 2020-06-13] 178: Checking gears ** [00:10:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:10:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:02 2020-06-13] 178: Checking imports ** [00:11:02 2020-06-13] 178: Checking exports ** [00:11:02 2020-06-13] 178: Checking users ** [00:11:02 2020-06-13] 178: Checking user_dbs ** [00:11:02 2020-06-13] 178: Checking geocodings ** [00:11:02 2020-06-13] 178: Checking synchronizations ** [00:11:02 2020-06-13] 178: Checking tracker ** [00:11:02 2020-06-13] 178: Checking user_migrations ** [00:11:02 2020-06-13] 178: Checking batch_updates ** [00:11:02 2020-06-13] 178: Checking gears ** [00:11:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:11:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:07 2020-06-13] 178: Checking imports ** [00:11:07 2020-06-13] 178: Checking exports ** [00:11:07 2020-06-13] 178: Checking users ** [00:11:07 2020-06-13] 178: Checking user_dbs ** [00:11:07 2020-06-13] 178: Checking geocodings ** [00:11:07 2020-06-13] 178: Checking synchronizations ** [00:11:07 2020-06-13] 178: Checking tracker ** [00:11:07 2020-06-13] 178: Checking user_migrations ** [00:11:07 2020-06-13] 178: Checking batch_updates ** [00:11:07 2020-06-13] 178: Checking gears ** [00:11:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:11:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:12 2020-06-13] 178: Checking imports ** [00:11:12 2020-06-13] 178: Checking exports ** [00:11:12 2020-06-13] 178: Checking users ** [00:11:12 2020-06-13] 178: Checking user_dbs ** [00:11:12 2020-06-13] 178: Checking geocodings ** [00:11:12 2020-06-13] 178: Checking synchronizations ** [00:11:12 2020-06-13] 178: Checking tracker ** [00:11:12 2020-06-13] 178: Checking user_migrations ** [00:11:12 2020-06-13] 178: Checking batch_updates ** [00:11:12 2020-06-13] 178: Checking gears ** [00:11:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:11:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:17 2020-06-13] 178: Checking imports ** [00:11:17 2020-06-13] 178: Checking exports ** [00:11:17 2020-06-13] 178: Checking users ** [00:11:17 2020-06-13] 178: Checking user_dbs ** [00:11:17 2020-06-13] 178: Checking geocodings ** [00:11:17 2020-06-13] 178: Checking synchronizations ** [00:11:17 2020-06-13] 178: Checking tracker ** [00:11:17 2020-06-13] 178: Checking user_migrations ** [00:11:17 2020-06-13] 178: Checking batch_updates ** [00:11:17 2020-06-13] 178: Checking gears ** [00:11:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:11:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:22 2020-06-13] 178: Checking imports ** [00:11:22 2020-06-13] 178: Checking exports ** [00:11:22 2020-06-13] 178: Checking users ** [00:11:22 2020-06-13] 178: Checking user_dbs ** [00:11:22 2020-06-13] 178: Checking geocodings ** [00:11:22 2020-06-13] 178: Checking synchronizations ** [00:11:22 2020-06-13] 178: Checking tracker ** [00:11:22 2020-06-13] 178: Checking user_migrations ** [00:11:23 2020-06-13] 178: Checking batch_updates ** [00:11:23 2020-06-13] 178: Checking gears ** [00:11:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:11:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:28 2020-06-13] 178: Checking imports ** [00:11:28 2020-06-13] 178: Checking exports ** [00:11:28 2020-06-13] 178: Checking users ** [00:11:28 2020-06-13] 178: Checking user_dbs ** [00:11:28 2020-06-13] 178: Checking geocodings ** [00:11:28 2020-06-13] 178: Checking synchronizations ** [00:11:28 2020-06-13] 178: Checking tracker ** [00:11:28 2020-06-13] 178: Checking user_migrations ** [00:11:28 2020-06-13] 178: Checking batch_updates ** [00:11:28 2020-06-13] 178: Checking gears ** [00:11:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:11:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:33 2020-06-13] 178: Checking imports ** [00:11:33 2020-06-13] 178: Checking exports ** [00:11:33 2020-06-13] 178: Checking users ** [00:11:33 2020-06-13] 178: Checking user_dbs ** [00:11:33 2020-06-13] 178: Checking geocodings ** [00:11:33 2020-06-13] 178: Checking synchronizations ** [00:11:33 2020-06-13] 178: Checking tracker ** [00:11:33 2020-06-13] 178: Checking user_migrations ** [00:11:33 2020-06-13] 178: Checking batch_updates ** [00:11:33 2020-06-13] 178: Checking gears ** [00:11:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:11:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:38 2020-06-13] 178: Checking imports ** [00:11:38 2020-06-13] 178: Checking exports ** [00:11:38 2020-06-13] 178: Checking users ** [00:11:38 2020-06-13] 178: Checking user_dbs ** [00:11:38 2020-06-13] 178: Checking geocodings ** [00:11:38 2020-06-13] 178: Checking synchronizations ** [00:11:38 2020-06-13] 178: Checking tracker ** [00:11:38 2020-06-13] 178: Checking user_migrations ** [00:11:38 2020-06-13] 178: Checking batch_updates ** [00:11:38 2020-06-13] 178: Checking gears ** [00:11:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:11:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:43 2020-06-13] 178: Checking imports ** [00:11:43 2020-06-13] 178: Checking exports ** [00:11:43 2020-06-13] 178: Checking users ** [00:11:43 2020-06-13] 178: Checking user_dbs ** [00:11:43 2020-06-13] 178: Checking geocodings ** [00:11:43 2020-06-13] 178: Checking synchronizations ** [00:11:43 2020-06-13] 178: Checking tracker ** [00:11:43 2020-06-13] 178: Checking user_migrations ** [00:11:43 2020-06-13] 178: Checking batch_updates ** [00:11:43 2020-06-13] 178: Checking gears ** [00:11:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:11:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:48 2020-06-13] 178: Checking imports ** [00:11:48 2020-06-13] 178: Checking exports ** [00:11:48 2020-06-13] 178: Checking users ** [00:11:48 2020-06-13] 178: Checking user_dbs ** [00:11:48 2020-06-13] 178: Checking geocodings ** [00:11:48 2020-06-13] 178: Checking synchronizations ** [00:11:48 2020-06-13] 178: Checking tracker ** [00:11:48 2020-06-13] 178: Checking user_migrations ** [00:11:48 2020-06-13] 178: Checking batch_updates ** [00:11:48 2020-06-13] 178: Checking gears ** [00:11:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:11:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:53 2020-06-13] 178: Checking imports ** [00:11:53 2020-06-13] 178: Checking exports ** [00:11:53 2020-06-13] 178: Checking users ** [00:11:53 2020-06-13] 178: Checking user_dbs ** [00:11:53 2020-06-13] 178: Checking geocodings ** [00:11:53 2020-06-13] 178: Checking synchronizations ** [00:11:53 2020-06-13] 178: Checking tracker ** [00:11:53 2020-06-13] 178: Checking user_migrations ** [00:11:53 2020-06-13] 178: Checking batch_updates ** [00:11:53 2020-06-13] 178: Checking gears ** [00:11:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:11:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:58 2020-06-13] 178: Checking imports ** [00:11:58 2020-06-13] 178: Checking exports ** [00:11:58 2020-06-13] 178: Checking users ** [00:11:58 2020-06-13] 178: Checking user_dbs ** [00:11:58 2020-06-13] 178: Checking geocodings ** [00:11:58 2020-06-13] 178: Checking synchronizations ** [00:11:58 2020-06-13] 178: Checking tracker ** [00:11:58 2020-06-13] 178: Checking user_migrations ** [00:11:58 2020-06-13] 178: Checking batch_updates ** [00:11:58 2020-06-13] 178: Checking gears ** [00:11:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:11:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:03 2020-06-13] 178: Checking imports ** [00:12:03 2020-06-13] 178: Checking exports ** [00:12:03 2020-06-13] 178: Checking users ** [00:12:03 2020-06-13] 178: Checking user_dbs ** [00:12:03 2020-06-13] 178: Checking geocodings ** [00:12:03 2020-06-13] 178: Checking synchronizations ** [00:12:03 2020-06-13] 178: Checking tracker ** [00:12:03 2020-06-13] 178: Checking user_migrations ** [00:12:03 2020-06-13] 178: Checking batch_updates ** [00:12:03 2020-06-13] 178: Checking gears ** [00:12:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:12:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:08 2020-06-13] 178: Checking imports ** [00:12:08 2020-06-13] 178: Checking exports ** [00:12:08 2020-06-13] 178: Checking users ** [00:12:08 2020-06-13] 178: Checking user_dbs ** [00:12:08 2020-06-13] 178: Checking geocodings ** [00:12:08 2020-06-13] 178: Checking synchronizations ** [00:12:08 2020-06-13] 178: Checking tracker ** [00:12:08 2020-06-13] 178: Checking user_migrations ** [00:12:08 2020-06-13] 178: Checking batch_updates ** [00:12:08 2020-06-13] 178: Checking gears ** [00:12:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:12:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:13 2020-06-13] 178: Checking imports ** [00:12:13 2020-06-13] 178: Checking exports ** [00:12:13 2020-06-13] 178: Checking users ** [00:12:13 2020-06-13] 178: Checking user_dbs ** [00:12:13 2020-06-13] 178: Checking geocodings ** [00:12:13 2020-06-13] 178: Checking synchronizations ** [00:12:13 2020-06-13] 178: Checking tracker ** [00:12:13 2020-06-13] 178: Checking user_migrations ** [00:12:13 2020-06-13] 178: Checking batch_updates ** [00:12:13 2020-06-13] 178: Checking gears ** [00:12:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:12:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:18 2020-06-13] 178: Checking imports ** [00:12:18 2020-06-13] 178: Checking exports ** [00:12:18 2020-06-13] 178: Checking users ** [00:12:18 2020-06-13] 178: Checking user_dbs ** [00:12:18 2020-06-13] 178: Checking geocodings ** [00:12:18 2020-06-13] 178: Checking synchronizations ** [00:12:18 2020-06-13] 178: Checking tracker ** [00:12:18 2020-06-13] 178: Checking user_migrations ** [00:12:18 2020-06-13] 178: Checking batch_updates ** [00:12:18 2020-06-13] 178: Checking gears ** [00:12:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:12:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:23 2020-06-13] 178: Checking imports ** [00:12:23 2020-06-13] 178: Checking exports ** [00:12:23 2020-06-13] 178: Checking users ** [00:12:23 2020-06-13] 178: Checking user_dbs ** [00:12:23 2020-06-13] 178: Checking geocodings ** [00:12:23 2020-06-13] 178: Checking synchronizations ** [00:12:23 2020-06-13] 178: Checking tracker ** [00:12:23 2020-06-13] 178: Checking user_migrations ** [00:12:23 2020-06-13] 178: Checking batch_updates ** [00:12:23 2020-06-13] 178: Checking gears ** [00:12:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:12:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:28 2020-06-13] 178: Checking imports ** [00:12:28 2020-06-13] 178: Checking exports ** [00:12:28 2020-06-13] 178: Checking users ** [00:12:28 2020-06-13] 178: Checking user_dbs ** [00:12:28 2020-06-13] 178: Checking geocodings ** [00:12:28 2020-06-13] 178: Checking synchronizations ** [00:12:28 2020-06-13] 178: Checking tracker ** [00:12:28 2020-06-13] 178: Checking user_migrations ** [00:12:28 2020-06-13] 178: Checking batch_updates ** [00:12:28 2020-06-13] 178: Checking gears ** [00:12:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:12:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:33 2020-06-13] 178: Checking imports ** [00:12:33 2020-06-13] 178: Checking exports ** [00:12:33 2020-06-13] 178: Checking users ** [00:12:33 2020-06-13] 178: Checking user_dbs ** [00:12:33 2020-06-13] 178: Checking geocodings ** [00:12:33 2020-06-13] 178: Checking synchronizations ** [00:12:33 2020-06-13] 178: Checking tracker ** [00:12:33 2020-06-13] 178: Checking user_migrations ** [00:12:33 2020-06-13] 178: Checking batch_updates ** [00:12:33 2020-06-13] 178: Checking gears ** [00:12:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:12:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:38 2020-06-13] 178: Checking imports ** [00:12:38 2020-06-13] 178: Checking exports ** [00:12:38 2020-06-13] 178: Checking users ** [00:12:38 2020-06-13] 178: Checking user_dbs ** [00:12:38 2020-06-13] 178: Checking geocodings ** [00:12:38 2020-06-13] 178: Checking synchronizations ** [00:12:38 2020-06-13] 178: Checking tracker ** [00:12:38 2020-06-13] 178: Checking user_migrations ** [00:12:38 2020-06-13] 178: Checking batch_updates ** [00:12:38 2020-06-13] 178: Checking gears ** [00:12:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:12:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:43 2020-06-13] 178: Checking imports ** [00:12:43 2020-06-13] 178: Checking exports ** [00:12:43 2020-06-13] 178: Checking users ** [00:12:43 2020-06-13] 178: Checking user_dbs ** [00:12:43 2020-06-13] 178: Checking geocodings ** [00:12:43 2020-06-13] 178: Checking synchronizations ** [00:12:43 2020-06-13] 178: Checking tracker ** [00:12:43 2020-06-13] 178: Checking user_migrations ** [00:12:43 2020-06-13] 178: Checking batch_updates ** [00:12:43 2020-06-13] 178: Checking gears ** [00:12:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:12:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:48 2020-06-13] 178: Checking imports ** [00:12:48 2020-06-13] 178: Checking exports ** [00:12:48 2020-06-13] 178: Checking users ** [00:12:48 2020-06-13] 178: Checking user_dbs ** [00:12:48 2020-06-13] 178: Checking geocodings ** [00:12:48 2020-06-13] 178: Checking synchronizations ** [00:12:48 2020-06-13] 178: Checking tracker ** [00:12:48 2020-06-13] 178: Checking user_migrations ** [00:12:48 2020-06-13] 178: Checking batch_updates ** [00:12:48 2020-06-13] 178: Checking gears ** [00:12:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:12:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:53 2020-06-13] 178: Checking imports ** [00:12:53 2020-06-13] 178: Checking exports ** [00:12:53 2020-06-13] 178: Checking users ** [00:12:53 2020-06-13] 178: Checking user_dbs ** [00:12:53 2020-06-13] 178: Checking geocodings ** [00:12:53 2020-06-13] 178: Checking synchronizations ** [00:12:53 2020-06-13] 178: Checking tracker ** [00:12:53 2020-06-13] 178: Checking user_migrations ** [00:12:53 2020-06-13] 178: Checking batch_updates ** [00:12:53 2020-06-13] 178: Checking gears ** [00:12:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:12:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:58 2020-06-13] 178: Checking imports ** [00:12:58 2020-06-13] 178: Checking exports ** [00:12:58 2020-06-13] 178: Checking users ** [00:12:58 2020-06-13] 178: Checking user_dbs ** [00:12:58 2020-06-13] 178: Checking geocodings ** [00:12:58 2020-06-13] 178: Checking synchronizations ** [00:12:58 2020-06-13] 178: Checking tracker ** [00:12:58 2020-06-13] 178: Checking user_migrations ** [00:12:58 2020-06-13] 178: Checking batch_updates ** [00:12:58 2020-06-13] 178: Checking gears ** [00:12:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:12:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:03 2020-06-13] 178: Checking imports ** [00:13:03 2020-06-13] 178: Checking exports ** [00:13:03 2020-06-13] 178: Checking users ** [00:13:03 2020-06-13] 178: Checking user_dbs ** [00:13:03 2020-06-13] 178: Checking geocodings ** [00:13:03 2020-06-13] 178: Checking synchronizations ** [00:13:03 2020-06-13] 178: Checking tracker ** [00:13:03 2020-06-13] 178: Checking user_migrations ** [00:13:03 2020-06-13] 178: Checking batch_updates ** [00:13:03 2020-06-13] 178: Checking gears ** [00:13:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:13:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:08 2020-06-13] 178: Checking imports ** [00:13:08 2020-06-13] 178: Checking exports ** [00:13:08 2020-06-13] 178: Checking users ** [00:13:08 2020-06-13] 178: Checking user_dbs ** [00:13:08 2020-06-13] 178: Checking geocodings ** [00:13:08 2020-06-13] 178: Checking synchronizations ** [00:13:08 2020-06-13] 178: Checking tracker ** [00:13:08 2020-06-13] 178: Checking user_migrations ** [00:13:08 2020-06-13] 178: Checking batch_updates ** [00:13:08 2020-06-13] 178: Checking gears ** [00:13:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:13:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:13 2020-06-13] 178: Checking imports ** [00:13:13 2020-06-13] 178: Checking exports ** [00:13:13 2020-06-13] 178: Checking users ** [00:13:13 2020-06-13] 178: Checking user_dbs ** [00:13:13 2020-06-13] 178: Checking geocodings ** [00:13:13 2020-06-13] 178: Checking synchronizations ** [00:13:13 2020-06-13] 178: Checking tracker ** [00:13:13 2020-06-13] 178: Checking user_migrations ** [00:13:13 2020-06-13] 178: Checking batch_updates ** [00:13:13 2020-06-13] 178: Checking gears ** [00:13:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:13:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:18 2020-06-13] 178: Checking imports ** [00:13:18 2020-06-13] 178: Checking exports ** [00:13:18 2020-06-13] 178: Checking users ** [00:13:18 2020-06-13] 178: Checking user_dbs ** [00:13:18 2020-06-13] 178: Checking geocodings ** [00:13:18 2020-06-13] 178: Checking synchronizations ** [00:13:18 2020-06-13] 178: Checking tracker ** [00:13:18 2020-06-13] 178: Checking user_migrations ** [00:13:18 2020-06-13] 178: Checking batch_updates ** [00:13:18 2020-06-13] 178: Checking gears ** [00:13:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:13:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:23 2020-06-13] 178: Checking imports ** [00:13:23 2020-06-13] 178: Checking exports ** [00:13:23 2020-06-13] 178: Checking users ** [00:13:23 2020-06-13] 178: Checking user_dbs ** [00:13:23 2020-06-13] 178: Checking geocodings ** [00:13:23 2020-06-13] 178: Checking synchronizations ** [00:13:23 2020-06-13] 178: Checking tracker ** [00:13:23 2020-06-13] 178: Checking user_migrations ** [00:13:23 2020-06-13] 178: Checking batch_updates ** [00:13:23 2020-06-13] 178: Checking gears ** [00:13:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:13:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:28 2020-06-13] 178: Checking imports ** [00:13:28 2020-06-13] 178: Checking exports ** [00:13:28 2020-06-13] 178: Checking users ** [00:13:28 2020-06-13] 178: Checking user_dbs ** [00:13:28 2020-06-13] 178: Checking geocodings ** [00:13:28 2020-06-13] 178: Checking synchronizations ** [00:13:28 2020-06-13] 178: Checking tracker ** [00:13:28 2020-06-13] 178: Checking user_migrations ** [00:13:28 2020-06-13] 178: Checking batch_updates ** [00:13:28 2020-06-13] 178: Checking gears ** [00:13:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:13:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:33 2020-06-13] 178: Checking imports ** [00:13:33 2020-06-13] 178: Checking exports ** [00:13:33 2020-06-13] 178: Checking users ** [00:13:33 2020-06-13] 178: Checking user_dbs ** [00:13:33 2020-06-13] 178: Checking geocodings ** [00:13:33 2020-06-13] 178: Checking synchronizations ** [00:13:33 2020-06-13] 178: Checking tracker ** [00:13:33 2020-06-13] 178: Checking user_migrations ** [00:13:33 2020-06-13] 178: Checking batch_updates ** [00:13:33 2020-06-13] 178: Checking gears ** [00:13:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:13:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:38 2020-06-13] 178: Checking imports ** [00:13:38 2020-06-13] 178: Checking exports ** [00:13:38 2020-06-13] 178: Checking users ** [00:13:38 2020-06-13] 178: Checking user_dbs ** [00:13:38 2020-06-13] 178: Checking geocodings ** [00:13:38 2020-06-13] 178: Checking synchronizations ** [00:13:38 2020-06-13] 178: Checking tracker ** [00:13:38 2020-06-13] 178: Checking user_migrations ** [00:13:38 2020-06-13] 178: Checking batch_updates ** [00:13:38 2020-06-13] 178: Checking gears ** [00:13:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:13:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:43 2020-06-13] 178: Checking imports ** [00:13:43 2020-06-13] 178: Checking exports ** [00:13:43 2020-06-13] 178: Checking users ** [00:13:43 2020-06-13] 178: Checking user_dbs ** [00:13:43 2020-06-13] 178: Checking geocodings ** [00:13:43 2020-06-13] 178: Checking synchronizations ** [00:13:43 2020-06-13] 178: Checking tracker ** [00:13:43 2020-06-13] 178: Checking user_migrations ** [00:13:43 2020-06-13] 178: Checking batch_updates ** [00:13:43 2020-06-13] 178: Checking gears ** [00:13:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:13:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:48 2020-06-13] 178: Checking imports ** [00:13:48 2020-06-13] 178: Checking exports ** [00:13:48 2020-06-13] 178: Checking users ** [00:13:48 2020-06-13] 178: Checking user_dbs ** [00:13:48 2020-06-13] 178: Checking geocodings ** [00:13:48 2020-06-13] 178: Checking synchronizations ** [00:13:48 2020-06-13] 178: Checking tracker ** [00:13:48 2020-06-13] 178: Checking user_migrations ** [00:13:48 2020-06-13] 178: Checking batch_updates ** [00:13:48 2020-06-13] 178: Checking gears ** [00:13:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:13:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:53 2020-06-13] 178: Checking imports ** [00:13:53 2020-06-13] 178: Checking exports ** [00:13:53 2020-06-13] 178: Checking users ** [00:13:53 2020-06-13] 178: Checking user_dbs ** [00:13:53 2020-06-13] 178: Checking geocodings ** [00:13:53 2020-06-13] 178: Checking synchronizations ** [00:13:53 2020-06-13] 178: Checking tracker ** [00:13:53 2020-06-13] 178: Checking user_migrations ** [00:13:53 2020-06-13] 178: Checking batch_updates ** [00:13:53 2020-06-13] 178: Checking gears ** [00:13:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:13:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:58 2020-06-13] 178: Checking imports ** [00:13:58 2020-06-13] 178: Checking exports ** [00:13:58 2020-06-13] 178: Checking users ** [00:13:58 2020-06-13] 178: Checking user_dbs ** [00:13:58 2020-06-13] 178: Checking geocodings ** [00:13:58 2020-06-13] 178: Checking synchronizations ** [00:13:58 2020-06-13] 178: Checking tracker ** [00:13:58 2020-06-13] 178: Checking user_migrations ** [00:13:58 2020-06-13] 178: Checking batch_updates ** [00:13:58 2020-06-13] 178: Checking gears ** [00:13:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:13:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:03 2020-06-13] 178: Checking imports ** [00:14:03 2020-06-13] 178: Checking exports ** [00:14:03 2020-06-13] 178: Checking users ** [00:14:03 2020-06-13] 178: Checking user_dbs ** [00:14:03 2020-06-13] 178: Checking geocodings ** [00:14:03 2020-06-13] 178: Checking synchronizations ** [00:14:03 2020-06-13] 178: Checking tracker ** [00:14:03 2020-06-13] 178: Checking user_migrations ** [00:14:03 2020-06-13] 178: Checking batch_updates ** [00:14:03 2020-06-13] 178: Checking gears ** [00:14:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:14:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:08 2020-06-13] 178: Checking imports ** [00:14:08 2020-06-13] 178: Checking exports ** [00:14:08 2020-06-13] 178: Checking users ** [00:14:08 2020-06-13] 178: Checking user_dbs ** [00:14:08 2020-06-13] 178: Checking geocodings ** [00:14:08 2020-06-13] 178: Checking synchronizations ** [00:14:08 2020-06-13] 178: Checking tracker ** [00:14:08 2020-06-13] 178: Checking user_migrations ** [00:14:08 2020-06-13] 178: Checking batch_updates ** [00:14:08 2020-06-13] 178: Checking gears ** [00:14:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:14:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:13 2020-06-13] 178: Checking imports ** [00:14:13 2020-06-13] 178: Checking exports ** [00:14:13 2020-06-13] 178: Checking users ** [00:14:13 2020-06-13] 178: Checking user_dbs ** [00:14:13 2020-06-13] 178: Checking geocodings ** [00:14:13 2020-06-13] 178: Checking synchronizations ** [00:14:13 2020-06-13] 178: Checking tracker ** [00:14:13 2020-06-13] 178: Checking user_migrations ** [00:14:13 2020-06-13] 178: Checking batch_updates ** [00:14:13 2020-06-13] 178: Checking gears ** [00:14:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:14:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:18 2020-06-13] 178: Checking imports ** [00:14:18 2020-06-13] 178: Checking exports ** [00:14:18 2020-06-13] 178: Checking users ** [00:14:18 2020-06-13] 178: Checking user_dbs ** [00:14:18 2020-06-13] 178: Checking geocodings ** [00:14:18 2020-06-13] 178: Checking synchronizations ** [00:14:18 2020-06-13] 178: Checking tracker ** [00:14:18 2020-06-13] 178: Checking user_migrations ** [00:14:18 2020-06-13] 178: Checking batch_updates ** [00:14:18 2020-06-13] 178: Checking gears ** [00:14:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:14:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:23 2020-06-13] 178: Checking imports ** [00:14:23 2020-06-13] 178: Checking exports ** [00:14:23 2020-06-13] 178: Checking users ** [00:14:23 2020-06-13] 178: Checking user_dbs ** [00:14:23 2020-06-13] 178: Checking geocodings ** [00:14:23 2020-06-13] 178: Checking synchronizations ** [00:14:23 2020-06-13] 178: Checking tracker ** [00:14:23 2020-06-13] 178: Checking user_migrations ** [00:14:23 2020-06-13] 178: Checking batch_updates ** [00:14:23 2020-06-13] 178: Checking gears ** [00:14:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:14:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:28 2020-06-13] 178: Checking imports ** [00:14:28 2020-06-13] 178: Checking exports ** [00:14:28 2020-06-13] 178: Checking users ** [00:14:28 2020-06-13] 178: Checking user_dbs ** [00:14:28 2020-06-13] 178: Checking geocodings ** [00:14:28 2020-06-13] 178: Checking synchronizations ** [00:14:28 2020-06-13] 178: Checking tracker ** [00:14:28 2020-06-13] 178: Checking user_migrations ** [00:14:28 2020-06-13] 178: Checking batch_updates ** [00:14:28 2020-06-13] 178: Checking gears ** [00:14:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:14:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:33 2020-06-13] 178: Checking imports ** [00:14:33 2020-06-13] 178: Checking exports ** [00:14:33 2020-06-13] 178: Checking users ** [00:14:33 2020-06-13] 178: Checking user_dbs ** [00:14:33 2020-06-13] 178: Checking geocodings ** [00:14:33 2020-06-13] 178: Checking synchronizations ** [00:14:33 2020-06-13] 178: Checking tracker ** [00:14:33 2020-06-13] 178: Checking user_migrations ** [00:14:33 2020-06-13] 178: Checking batch_updates ** [00:14:33 2020-06-13] 178: Checking gears ** [00:14:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:14:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:38 2020-06-13] 178: Checking imports ** [00:14:38 2020-06-13] 178: Checking exports ** [00:14:38 2020-06-13] 178: Checking users ** [00:14:38 2020-06-13] 178: Checking user_dbs ** [00:14:38 2020-06-13] 178: Checking geocodings ** [00:14:38 2020-06-13] 178: Checking synchronizations ** [00:14:38 2020-06-13] 178: Checking tracker ** [00:14:38 2020-06-13] 178: Checking user_migrations ** [00:14:38 2020-06-13] 178: Checking batch_updates ** [00:14:38 2020-06-13] 178: Checking gears ** [00:14:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:14:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:43 2020-06-13] 178: Checking imports ** [00:14:43 2020-06-13] 178: Checking exports ** [00:14:43 2020-06-13] 178: Checking users ** [00:14:43 2020-06-13] 178: Checking user_dbs ** [00:14:43 2020-06-13] 178: Checking geocodings ** [00:14:43 2020-06-13] 178: Checking synchronizations ** [00:14:43 2020-06-13] 178: Checking tracker ** [00:14:43 2020-06-13] 178: Checking user_migrations ** [00:14:43 2020-06-13] 178: Checking batch_updates ** [00:14:43 2020-06-13] 178: Checking gears ** [00:14:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:14:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:48 2020-06-13] 178: Checking imports ** [00:14:48 2020-06-13] 178: Checking exports ** [00:14:48 2020-06-13] 178: Checking users ** [00:14:48 2020-06-13] 178: Checking user_dbs ** [00:14:48 2020-06-13] 178: Checking geocodings ** [00:14:48 2020-06-13] 178: Checking synchronizations ** [00:14:48 2020-06-13] 178: Checking tracker ** [00:14:48 2020-06-13] 178: Checking user_migrations ** [00:14:48 2020-06-13] 178: Checking batch_updates ** [00:14:48 2020-06-13] 178: Checking gears ** [00:14:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:14:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:53 2020-06-13] 178: Checking imports ** [00:14:53 2020-06-13] 178: Checking exports ** [00:14:53 2020-06-13] 178: Checking users ** [00:14:53 2020-06-13] 178: Checking user_dbs ** [00:14:53 2020-06-13] 178: Checking geocodings ** [00:14:53 2020-06-13] 178: Checking synchronizations ** [00:14:53 2020-06-13] 178: Checking tracker ** [00:14:53 2020-06-13] 178: Checking user_migrations ** [00:14:53 2020-06-13] 178: Checking batch_updates ** [00:14:53 2020-06-13] 178: Checking gears ** [00:14:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:14:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:58 2020-06-13] 178: Checking imports ** [00:14:58 2020-06-13] 178: Checking exports ** [00:14:58 2020-06-13] 178: Checking users ** [00:14:58 2020-06-13] 178: Checking user_dbs ** [00:14:58 2020-06-13] 178: Checking geocodings ** [00:14:58 2020-06-13] 178: Checking synchronizations ** [00:14:58 2020-06-13] 178: Checking tracker ** [00:14:58 2020-06-13] 178: Checking user_migrations ** [00:14:58 2020-06-13] 178: Checking batch_updates ** [00:14:58 2020-06-13] 178: Checking gears ** [00:14:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:14:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:03 2020-06-13] 178: Checking imports ** [00:15:03 2020-06-13] 178: Checking exports ** [00:15:03 2020-06-13] 178: Checking users ** [00:15:03 2020-06-13] 178: Checking user_dbs ** [00:15:03 2020-06-13] 178: Checking geocodings ** [00:15:03 2020-06-13] 178: Checking synchronizations ** [00:15:03 2020-06-13] 178: Checking tracker ** [00:15:03 2020-06-13] 178: Checking user_migrations ** [00:15:03 2020-06-13] 178: Checking batch_updates ** [00:15:03 2020-06-13] 178: Checking gears ** [00:15:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:15:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:08 2020-06-13] 178: Checking imports ** [00:15:08 2020-06-13] 178: Checking exports ** [00:15:08 2020-06-13] 178: Checking users ** [00:15:08 2020-06-13] 178: Checking user_dbs ** [00:15:08 2020-06-13] 178: Checking geocodings ** [00:15:08 2020-06-13] 178: Checking synchronizations ** [00:15:08 2020-06-13] 178: Checking tracker ** [00:15:08 2020-06-13] 178: Checking user_migrations ** [00:15:08 2020-06-13] 178: Checking batch_updates ** [00:15:08 2020-06-13] 178: Checking gears ** [00:15:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:15:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:13 2020-06-13] 178: Checking imports ** [00:15:13 2020-06-13] 178: Checking exports ** [00:15:13 2020-06-13] 178: Checking users ** [00:15:13 2020-06-13] 178: Checking user_dbs ** [00:15:13 2020-06-13] 178: Checking geocodings ** [00:15:13 2020-06-13] 178: Checking synchronizations ** [00:15:13 2020-06-13] 178: Checking tracker ** [00:15:13 2020-06-13] 178: Checking user_migrations ** [00:15:13 2020-06-13] 178: Checking batch_updates ** [00:15:13 2020-06-13] 178: Checking gears ** [00:15:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:15:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:18 2020-06-13] 178: Checking imports ** [00:15:18 2020-06-13] 178: Checking exports ** [00:15:18 2020-06-13] 178: Checking users ** [00:15:18 2020-06-13] 178: Checking user_dbs ** [00:15:18 2020-06-13] 178: Checking geocodings ** [00:15:18 2020-06-13] 178: Checking synchronizations ** [00:15:18 2020-06-13] 178: Checking tracker ** [00:15:18 2020-06-13] 178: Checking user_migrations ** [00:15:18 2020-06-13] 178: Checking batch_updates ** [00:15:18 2020-06-13] 178: Checking gears ** [00:15:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:15:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:23 2020-06-13] 178: Checking imports ** [00:15:23 2020-06-13] 178: Checking exports ** [00:15:23 2020-06-13] 178: Checking users ** [00:15:23 2020-06-13] 178: Checking user_dbs ** [00:15:23 2020-06-13] 178: Checking geocodings ** [00:15:23 2020-06-13] 178: Checking synchronizations ** [00:15:23 2020-06-13] 178: Checking tracker ** [00:15:23 2020-06-13] 178: Checking user_migrations ** [00:15:23 2020-06-13] 178: Checking batch_updates ** [00:15:23 2020-06-13] 178: Checking gears ** [00:15:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:15:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:28 2020-06-13] 178: Checking imports ** [00:15:28 2020-06-13] 178: Checking exports ** [00:15:28 2020-06-13] 178: Checking users ** [00:15:28 2020-06-13] 178: Checking user_dbs ** [00:15:28 2020-06-13] 178: Checking geocodings ** [00:15:28 2020-06-13] 178: Checking synchronizations ** [00:15:28 2020-06-13] 178: Checking tracker ** [00:15:28 2020-06-13] 178: Checking user_migrations ** [00:15:28 2020-06-13] 178: Checking batch_updates ** [00:15:28 2020-06-13] 178: Checking gears ** [00:15:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:15:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:33 2020-06-13] 178: Checking imports ** [00:15:33 2020-06-13] 178: Checking exports ** [00:15:33 2020-06-13] 178: Checking users ** [00:15:33 2020-06-13] 178: Checking user_dbs ** [00:15:33 2020-06-13] 178: Checking geocodings ** [00:15:33 2020-06-13] 178: Checking synchronizations ** [00:15:33 2020-06-13] 178: Checking tracker ** [00:15:33 2020-06-13] 178: Checking user_migrations ** [00:15:33 2020-06-13] 178: Checking batch_updates ** [00:15:33 2020-06-13] 178: Checking gears ** [00:15:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:15:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:38 2020-06-13] 178: Checking imports ** [00:15:38 2020-06-13] 178: Checking exports ** [00:15:38 2020-06-13] 178: Checking users ** [00:15:38 2020-06-13] 178: Checking user_dbs ** [00:15:38 2020-06-13] 178: Checking geocodings ** [00:15:38 2020-06-13] 178: Checking synchronizations ** [00:15:38 2020-06-13] 178: Checking tracker ** [00:15:38 2020-06-13] 178: Checking user_migrations ** [00:15:38 2020-06-13] 178: Checking batch_updates ** [00:15:38 2020-06-13] 178: Checking gears ** [00:15:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:15:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:43 2020-06-13] 178: Checking imports ** [00:15:43 2020-06-13] 178: Checking exports ** [00:15:43 2020-06-13] 178: Checking users ** [00:15:43 2020-06-13] 178: Checking user_dbs ** [00:15:43 2020-06-13] 178: Checking geocodings ** [00:15:43 2020-06-13] 178: Checking synchronizations ** [00:15:43 2020-06-13] 178: Checking tracker ** [00:15:43 2020-06-13] 178: Checking user_migrations ** [00:15:43 2020-06-13] 178: Checking batch_updates ** [00:15:43 2020-06-13] 178: Checking gears ** [00:15:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:15:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:48 2020-06-13] 178: Checking imports ** [00:15:48 2020-06-13] 178: Checking exports ** [00:15:48 2020-06-13] 178: Checking users ** [00:15:48 2020-06-13] 178: Checking user_dbs ** [00:15:48 2020-06-13] 178: Checking geocodings ** [00:15:48 2020-06-13] 178: Checking synchronizations ** [00:15:48 2020-06-13] 178: Checking tracker ** [00:15:48 2020-06-13] 178: Checking user_migrations ** [00:15:48 2020-06-13] 178: Checking batch_updates ** [00:15:48 2020-06-13] 178: Checking gears ** [00:15:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:15:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:53 2020-06-13] 178: Checking imports ** [00:15:53 2020-06-13] 178: Checking exports ** [00:15:53 2020-06-13] 178: Checking users ** [00:15:53 2020-06-13] 178: Checking user_dbs ** [00:15:53 2020-06-13] 178: Checking geocodings ** [00:15:53 2020-06-13] 178: Checking synchronizations ** [00:15:53 2020-06-13] 178: Checking tracker ** [00:15:53 2020-06-13] 178: Checking user_migrations ** [00:15:53 2020-06-13] 178: Checking batch_updates ** [00:15:53 2020-06-13] 178: Checking gears ** [00:15:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:15:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:58 2020-06-13] 178: Checking imports ** [00:15:58 2020-06-13] 178: Checking exports ** [00:15:58 2020-06-13] 178: Checking users ** [00:15:58 2020-06-13] 178: Checking user_dbs ** [00:15:58 2020-06-13] 178: Checking geocodings ** [00:15:58 2020-06-13] 178: Checking synchronizations ** [00:15:58 2020-06-13] 178: Checking tracker ** [00:15:58 2020-06-13] 178: Checking user_migrations ** [00:15:58 2020-06-13] 178: Checking batch_updates ** [00:15:58 2020-06-13] 178: Checking gears ** [00:15:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:15:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:03 2020-06-13] 178: Checking imports ** [00:16:03 2020-06-13] 178: Checking exports ** [00:16:03 2020-06-13] 178: Checking users ** [00:16:03 2020-06-13] 178: Checking user_dbs ** [00:16:03 2020-06-13] 178: Checking geocodings ** [00:16:03 2020-06-13] 178: Checking synchronizations ** [00:16:03 2020-06-13] 178: Checking tracker ** [00:16:03 2020-06-13] 178: Checking user_migrations ** [00:16:03 2020-06-13] 178: Checking batch_updates ** [00:16:03 2020-06-13] 178: Checking gears ** [00:16:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:16:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:08 2020-06-13] 178: Checking imports ** [00:16:08 2020-06-13] 178: Checking exports ** [00:16:08 2020-06-13] 178: Checking users ** [00:16:08 2020-06-13] 178: Checking user_dbs ** [00:16:08 2020-06-13] 178: Checking geocodings ** [00:16:08 2020-06-13] 178: Checking synchronizations ** [00:16:08 2020-06-13] 178: Checking tracker ** [00:16:08 2020-06-13] 178: Checking user_migrations ** [00:16:08 2020-06-13] 178: Checking batch_updates ** [00:16:08 2020-06-13] 178: Checking gears ** [00:16:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:16:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:13 2020-06-13] 178: Checking imports ** [00:16:13 2020-06-13] 178: Checking exports ** [00:16:13 2020-06-13] 178: Checking users ** [00:16:13 2020-06-13] 178: Checking user_dbs ** [00:16:13 2020-06-13] 178: Checking geocodings ** [00:16:13 2020-06-13] 178: Checking synchronizations ** [00:16:13 2020-06-13] 178: Checking tracker ** [00:16:13 2020-06-13] 178: Checking user_migrations ** [00:16:13 2020-06-13] 178: Checking batch_updates ** [00:16:13 2020-06-13] 178: Checking gears ** [00:16:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:16:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:18 2020-06-13] 178: Checking imports ** [00:16:18 2020-06-13] 178: Checking exports ** [00:16:18 2020-06-13] 178: Checking users ** [00:16:18 2020-06-13] 178: Checking user_dbs ** [00:16:18 2020-06-13] 178: Checking geocodings ** [00:16:18 2020-06-13] 178: Checking synchronizations ** [00:16:18 2020-06-13] 178: Checking tracker ** [00:16:18 2020-06-13] 178: Checking user_migrations ** [00:16:18 2020-06-13] 178: Checking batch_updates ** [00:16:18 2020-06-13] 178: Checking gears ** [00:16:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:16:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:23 2020-06-13] 178: Checking imports ** [00:16:23 2020-06-13] 178: Checking exports ** [00:16:23 2020-06-13] 178: Checking users ** [00:16:23 2020-06-13] 178: Checking user_dbs ** [00:16:23 2020-06-13] 178: Checking geocodings ** [00:16:23 2020-06-13] 178: Checking synchronizations ** [00:16:23 2020-06-13] 178: Checking tracker ** [00:16:23 2020-06-13] 178: Checking user_migrations ** [00:16:23 2020-06-13] 178: Checking batch_updates ** [00:16:23 2020-06-13] 178: Checking gears ** [00:16:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:16:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:28 2020-06-13] 178: Checking imports ** [00:16:28 2020-06-13] 178: Checking exports ** [00:16:28 2020-06-13] 178: Checking users ** [00:16:28 2020-06-13] 178: Checking user_dbs ** [00:16:28 2020-06-13] 178: Checking geocodings ** [00:16:28 2020-06-13] 178: Checking synchronizations ** [00:16:28 2020-06-13] 178: Checking tracker ** [00:16:28 2020-06-13] 178: Checking user_migrations ** [00:16:28 2020-06-13] 178: Checking batch_updates ** [00:16:28 2020-06-13] 178: Checking gears ** [00:16:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:16:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:33 2020-06-13] 178: Checking imports ** [00:16:33 2020-06-13] 178: Checking exports ** [00:16:33 2020-06-13] 178: Checking users ** [00:16:33 2020-06-13] 178: Checking user_dbs ** [00:16:33 2020-06-13] 178: Checking geocodings ** [00:16:33 2020-06-13] 178: Checking synchronizations ** [00:16:33 2020-06-13] 178: Checking tracker ** [00:16:33 2020-06-13] 178: Checking user_migrations ** [00:16:33 2020-06-13] 178: Checking batch_updates ** [00:16:33 2020-06-13] 178: Checking gears ** [00:16:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:16:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:38 2020-06-13] 178: Checking imports ** [00:16:38 2020-06-13] 178: Checking exports ** [00:16:38 2020-06-13] 178: Checking users ** [00:16:38 2020-06-13] 178: Checking user_dbs ** [00:16:38 2020-06-13] 178: Checking geocodings ** [00:16:38 2020-06-13] 178: Checking synchronizations ** [00:16:38 2020-06-13] 178: Checking tracker ** [00:16:38 2020-06-13] 178: Checking user_migrations ** [00:16:38 2020-06-13] 178: Checking batch_updates ** [00:16:38 2020-06-13] 178: Checking gears ** [00:16:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:16:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:43 2020-06-13] 178: Checking imports ** [00:16:43 2020-06-13] 178: Checking exports ** [00:16:43 2020-06-13] 178: Checking users ** [00:16:43 2020-06-13] 178: Checking user_dbs ** [00:16:43 2020-06-13] 178: Checking geocodings ** [00:16:43 2020-06-13] 178: Checking synchronizations ** [00:16:43 2020-06-13] 178: Checking tracker ** [00:16:43 2020-06-13] 178: Checking user_migrations ** [00:16:43 2020-06-13] 178: Checking batch_updates ** [00:16:43 2020-06-13] 178: Checking gears ** [00:16:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:16:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:48 2020-06-13] 178: Checking imports ** [00:16:48 2020-06-13] 178: Checking exports ** [00:16:48 2020-06-13] 178: Checking users ** [00:16:48 2020-06-13] 178: Checking user_dbs ** [00:16:48 2020-06-13] 178: Checking geocodings ** [00:16:48 2020-06-13] 178: Checking synchronizations ** [00:16:48 2020-06-13] 178: Checking tracker ** [00:16:48 2020-06-13] 178: Checking user_migrations ** [00:16:48 2020-06-13] 178: Checking batch_updates ** [00:16:48 2020-06-13] 178: Checking gears ** [00:16:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:16:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:53 2020-06-13] 178: Checking imports ** [00:16:53 2020-06-13] 178: Checking exports ** [00:16:53 2020-06-13] 178: Checking users ** [00:16:53 2020-06-13] 178: Checking user_dbs ** [00:16:53 2020-06-13] 178: Checking geocodings ** [00:16:53 2020-06-13] 178: Checking synchronizations ** [00:16:53 2020-06-13] 178: Checking tracker ** [00:16:53 2020-06-13] 178: Checking user_migrations ** [00:16:53 2020-06-13] 178: Checking batch_updates ** [00:16:53 2020-06-13] 178: Checking gears ** [00:16:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:16:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:58 2020-06-13] 178: Checking imports ** [00:16:58 2020-06-13] 178: Checking exports ** [00:16:58 2020-06-13] 178: Checking users ** [00:16:58 2020-06-13] 178: Checking user_dbs ** [00:16:58 2020-06-13] 178: Checking geocodings ** [00:16:58 2020-06-13] 178: Checking synchronizations ** [00:16:58 2020-06-13] 178: Checking tracker ** [00:16:58 2020-06-13] 178: Checking user_migrations ** [00:16:58 2020-06-13] 178: Checking batch_updates ** [00:16:58 2020-06-13] 178: Checking gears ** [00:16:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:16:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:03 2020-06-13] 178: Checking imports ** [00:17:03 2020-06-13] 178: Checking exports ** [00:17:03 2020-06-13] 178: Checking users ** [00:17:03 2020-06-13] 178: Checking user_dbs ** [00:17:03 2020-06-13] 178: Checking geocodings ** [00:17:03 2020-06-13] 178: Checking synchronizations ** [00:17:03 2020-06-13] 178: Checking tracker ** [00:17:03 2020-06-13] 178: Checking user_migrations ** [00:17:03 2020-06-13] 178: Checking batch_updates ** [00:17:03 2020-06-13] 178: Checking gears ** [00:17:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:17:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:08 2020-06-13] 178: Checking imports ** [00:17:08 2020-06-13] 178: Checking exports ** [00:17:08 2020-06-13] 178: Checking users ** [00:17:08 2020-06-13] 178: Checking user_dbs ** [00:17:08 2020-06-13] 178: Checking geocodings ** [00:17:08 2020-06-13] 178: Checking synchronizations ** [00:17:08 2020-06-13] 178: Checking tracker ** [00:17:08 2020-06-13] 178: Checking user_migrations ** [00:17:08 2020-06-13] 178: Checking batch_updates ** [00:17:08 2020-06-13] 178: Checking gears ** [00:17:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:17:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:13 2020-06-13] 178: Checking imports ** [00:17:13 2020-06-13] 178: Checking exports ** [00:17:13 2020-06-13] 178: Checking users ** [00:17:13 2020-06-13] 178: Checking user_dbs ** [00:17:13 2020-06-13] 178: Checking geocodings ** [00:17:13 2020-06-13] 178: Checking synchronizations ** [00:17:13 2020-06-13] 178: Checking tracker ** [00:17:13 2020-06-13] 178: Checking user_migrations ** [00:17:13 2020-06-13] 178: Checking batch_updates ** [00:17:13 2020-06-13] 178: Checking gears ** [00:17:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:17:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:18 2020-06-13] 178: Checking imports ** [00:17:18 2020-06-13] 178: Checking exports ** [00:17:18 2020-06-13] 178: Checking users ** [00:17:18 2020-06-13] 178: Checking user_dbs ** [00:17:18 2020-06-13] 178: Checking geocodings ** [00:17:18 2020-06-13] 178: Checking synchronizations ** [00:17:18 2020-06-13] 178: Checking tracker ** [00:17:18 2020-06-13] 178: Checking user_migrations ** [00:17:18 2020-06-13] 178: Checking batch_updates ** [00:17:18 2020-06-13] 178: Checking gears ** [00:17:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:17:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:23 2020-06-13] 178: Checking imports ** [00:17:23 2020-06-13] 178: Checking exports ** [00:17:23 2020-06-13] 178: Checking users ** [00:17:23 2020-06-13] 178: Checking user_dbs ** [00:17:23 2020-06-13] 178: Checking geocodings ** [00:17:23 2020-06-13] 178: Checking synchronizations ** [00:17:23 2020-06-13] 178: Checking tracker ** [00:17:23 2020-06-13] 178: Checking user_migrations ** [00:17:23 2020-06-13] 178: Checking batch_updates ** [00:17:23 2020-06-13] 178: Checking gears ** [00:17:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:17:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:28 2020-06-13] 178: Checking imports ** [00:17:28 2020-06-13] 178: Checking exports ** [00:17:28 2020-06-13] 178: Checking users ** [00:17:28 2020-06-13] 178: Checking user_dbs ** [00:17:28 2020-06-13] 178: Checking geocodings ** [00:17:28 2020-06-13] 178: Checking synchronizations ** [00:17:28 2020-06-13] 178: Checking tracker ** [00:17:28 2020-06-13] 178: Checking user_migrations ** [00:17:28 2020-06-13] 178: Checking batch_updates ** [00:17:28 2020-06-13] 178: Checking gears ** [00:17:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:17:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:33 2020-06-13] 178: Checking imports ** [00:17:33 2020-06-13] 178: Checking exports ** [00:17:33 2020-06-13] 178: Checking users ** [00:17:33 2020-06-13] 178: Checking user_dbs ** [00:17:33 2020-06-13] 178: Checking geocodings ** [00:17:33 2020-06-13] 178: Checking synchronizations ** [00:17:33 2020-06-13] 178: Checking tracker ** [00:17:33 2020-06-13] 178: Checking user_migrations ** [00:17:33 2020-06-13] 178: Checking batch_updates ** [00:17:33 2020-06-13] 178: Checking gears ** [00:17:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:17:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:38 2020-06-13] 178: Checking imports ** [00:17:38 2020-06-13] 178: Checking exports ** [00:17:38 2020-06-13] 178: Checking users ** [00:17:38 2020-06-13] 178: Checking user_dbs ** [00:17:38 2020-06-13] 178: Checking geocodings ** [00:17:38 2020-06-13] 178: Checking synchronizations ** [00:17:38 2020-06-13] 178: Checking tracker ** [00:17:38 2020-06-13] 178: Checking user_migrations ** [00:17:38 2020-06-13] 178: Checking batch_updates ** [00:17:38 2020-06-13] 178: Checking gears ** [00:17:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:17:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:43 2020-06-13] 178: Checking imports ** [00:17:43 2020-06-13] 178: Checking exports ** [00:17:43 2020-06-13] 178: Checking users ** [00:17:43 2020-06-13] 178: Checking user_dbs ** [00:17:43 2020-06-13] 178: Checking geocodings ** [00:17:43 2020-06-13] 178: Checking synchronizations ** [00:17:43 2020-06-13] 178: Checking tracker ** [00:17:43 2020-06-13] 178: Checking user_migrations ** [00:17:43 2020-06-13] 178: Checking batch_updates ** [00:17:43 2020-06-13] 178: Checking gears ** [00:17:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:17:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:48 2020-06-13] 178: Checking imports ** [00:17:48 2020-06-13] 178: Checking exports ** [00:17:48 2020-06-13] 178: Checking users ** [00:17:48 2020-06-13] 178: Checking user_dbs ** [00:17:48 2020-06-13] 178: Checking geocodings ** [00:17:48 2020-06-13] 178: Checking synchronizations ** [00:17:48 2020-06-13] 178: Checking tracker ** [00:17:48 2020-06-13] 178: Checking user_migrations ** [00:17:48 2020-06-13] 178: Checking batch_updates ** [00:17:48 2020-06-13] 178: Checking gears ** [00:17:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:17:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:53 2020-06-13] 178: Checking imports ** [00:17:53 2020-06-13] 178: Checking exports ** [00:17:53 2020-06-13] 178: Checking users ** [00:17:53 2020-06-13] 178: Checking user_dbs ** [00:17:53 2020-06-13] 178: Checking geocodings ** [00:17:53 2020-06-13] 178: Checking synchronizations ** [00:17:53 2020-06-13] 178: Checking tracker ** [00:17:53 2020-06-13] 178: Checking user_migrations ** [00:17:53 2020-06-13] 178: Checking batch_updates ** [00:17:53 2020-06-13] 178: Checking gears ** [00:17:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:17:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:58 2020-06-13] 178: Checking imports ** [00:17:58 2020-06-13] 178: Checking exports ** [00:17:58 2020-06-13] 178: Checking users ** [00:17:58 2020-06-13] 178: Checking user_dbs ** [00:17:58 2020-06-13] 178: Checking geocodings ** [00:17:58 2020-06-13] 178: Checking synchronizations ** [00:17:58 2020-06-13] 178: Checking tracker ** [00:17:58 2020-06-13] 178: Checking user_migrations ** [00:17:58 2020-06-13] 178: Checking batch_updates ** [00:17:58 2020-06-13] 178: Checking gears ** [00:17:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:17:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:03 2020-06-13] 178: Checking imports ** [00:18:03 2020-06-13] 178: Checking exports ** [00:18:03 2020-06-13] 178: Checking users ** [00:18:03 2020-06-13] 178: Checking user_dbs ** [00:18:03 2020-06-13] 178: Checking geocodings ** [00:18:03 2020-06-13] 178: Checking synchronizations ** [00:18:03 2020-06-13] 178: Checking tracker ** [00:18:03 2020-06-13] 178: Checking user_migrations ** [00:18:03 2020-06-13] 178: Checking batch_updates ** [00:18:03 2020-06-13] 178: Checking gears ** [00:18:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:18:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:08 2020-06-13] 178: Checking imports ** [00:18:08 2020-06-13] 178: Checking exports ** [00:18:08 2020-06-13] 178: Checking users ** [00:18:08 2020-06-13] 178: Checking user_dbs ** [00:18:08 2020-06-13] 178: Checking geocodings ** [00:18:08 2020-06-13] 178: Checking synchronizations ** [00:18:08 2020-06-13] 178: Checking tracker ** [00:18:08 2020-06-13] 178: Checking user_migrations ** [00:18:08 2020-06-13] 178: Checking batch_updates ** [00:18:08 2020-06-13] 178: Checking gears ** [00:18:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:18:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:13 2020-06-13] 178: Checking imports ** [00:18:13 2020-06-13] 178: Checking exports ** [00:18:13 2020-06-13] 178: Checking users ** [00:18:13 2020-06-13] 178: Checking user_dbs ** [00:18:13 2020-06-13] 178: Checking geocodings ** [00:18:13 2020-06-13] 178: Checking synchronizations ** [00:18:13 2020-06-13] 178: Checking tracker ** [00:18:13 2020-06-13] 178: Checking user_migrations ** [00:18:13 2020-06-13] 178: Checking batch_updates ** [00:18:13 2020-06-13] 178: Checking gears ** [00:18:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:18:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:18 2020-06-13] 178: Checking imports ** [00:18:18 2020-06-13] 178: Checking exports ** [00:18:18 2020-06-13] 178: Checking users ** [00:18:18 2020-06-13] 178: Checking user_dbs ** [00:18:18 2020-06-13] 178: Checking geocodings ** [00:18:18 2020-06-13] 178: Checking synchronizations ** [00:18:18 2020-06-13] 178: Checking tracker ** [00:18:18 2020-06-13] 178: Checking user_migrations ** [00:18:18 2020-06-13] 178: Checking batch_updates ** [00:18:18 2020-06-13] 178: Checking gears ** [00:18:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:18:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:23 2020-06-13] 178: Checking imports ** [00:18:23 2020-06-13] 178: Checking exports ** [00:18:23 2020-06-13] 178: Checking users ** [00:18:23 2020-06-13] 178: Checking user_dbs ** [00:18:23 2020-06-13] 178: Checking geocodings ** [00:18:23 2020-06-13] 178: Checking synchronizations ** [00:18:23 2020-06-13] 178: Checking tracker ** [00:18:23 2020-06-13] 178: Checking user_migrations ** [00:18:23 2020-06-13] 178: Checking batch_updates ** [00:18:23 2020-06-13] 178: Checking gears ** [00:18:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:18:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:28 2020-06-13] 178: Checking imports ** [00:18:28 2020-06-13] 178: Checking exports ** [00:18:28 2020-06-13] 178: Checking users ** [00:18:28 2020-06-13] 178: Checking user_dbs ** [00:18:28 2020-06-13] 178: Checking geocodings ** [00:18:28 2020-06-13] 178: Checking synchronizations ** [00:18:28 2020-06-13] 178: Checking tracker ** [00:18:28 2020-06-13] 178: Checking user_migrations ** [00:18:28 2020-06-13] 178: Checking batch_updates ** [00:18:28 2020-06-13] 178: Checking gears ** [00:18:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:18:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:33 2020-06-13] 178: Checking imports ** [00:18:33 2020-06-13] 178: Checking exports ** [00:18:33 2020-06-13] 178: Checking users ** [00:18:33 2020-06-13] 178: Checking user_dbs ** [00:18:33 2020-06-13] 178: Checking geocodings ** [00:18:33 2020-06-13] 178: Checking synchronizations ** [00:18:33 2020-06-13] 178: Checking tracker ** [00:18:33 2020-06-13] 178: Checking user_migrations ** [00:18:33 2020-06-13] 178: Checking batch_updates ** [00:18:33 2020-06-13] 178: Checking gears ** [00:18:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:18:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:38 2020-06-13] 178: Checking imports ** [00:18:38 2020-06-13] 178: Checking exports ** [00:18:38 2020-06-13] 178: Checking users ** [00:18:38 2020-06-13] 178: Checking user_dbs ** [00:18:38 2020-06-13] 178: Checking geocodings ** [00:18:38 2020-06-13] 178: Checking synchronizations ** [00:18:38 2020-06-13] 178: Checking tracker ** [00:18:38 2020-06-13] 178: Checking user_migrations ** [00:18:38 2020-06-13] 178: Checking batch_updates ** [00:18:38 2020-06-13] 178: Checking gears ** [00:18:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:18:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:43 2020-06-13] 178: Checking imports ** [00:18:43 2020-06-13] 178: Checking exports ** [00:18:43 2020-06-13] 178: Checking users ** [00:18:43 2020-06-13] 178: Checking user_dbs ** [00:18:43 2020-06-13] 178: Checking geocodings ** [00:18:43 2020-06-13] 178: Checking synchronizations ** [00:18:43 2020-06-13] 178: Checking tracker ** [00:18:43 2020-06-13] 178: Checking user_migrations ** [00:18:43 2020-06-13] 178: Checking batch_updates ** [00:18:43 2020-06-13] 178: Checking gears ** [00:18:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:18:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:48 2020-06-13] 178: Checking imports ** [00:18:48 2020-06-13] 178: Checking exports ** [00:18:48 2020-06-13] 178: Checking users ** [00:18:48 2020-06-13] 178: Checking user_dbs ** [00:18:48 2020-06-13] 178: Checking geocodings ** [00:18:48 2020-06-13] 178: Checking synchronizations ** [00:18:48 2020-06-13] 178: Checking tracker ** [00:18:48 2020-06-13] 178: Checking user_migrations ** [00:18:48 2020-06-13] 178: Checking batch_updates ** [00:18:48 2020-06-13] 178: Checking gears ** [00:18:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:18:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:53 2020-06-13] 178: Checking imports ** [00:18:53 2020-06-13] 178: Checking exports ** [00:18:53 2020-06-13] 178: Checking users ** [00:18:53 2020-06-13] 178: Checking user_dbs ** [00:18:53 2020-06-13] 178: Checking geocodings ** [00:18:53 2020-06-13] 178: Checking synchronizations ** [00:18:53 2020-06-13] 178: Checking tracker ** [00:18:53 2020-06-13] 178: Checking user_migrations ** [00:18:53 2020-06-13] 178: Checking batch_updates ** [00:18:53 2020-06-13] 178: Checking gears ** [00:18:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:18:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:58 2020-06-13] 178: Checking imports ** [00:18:58 2020-06-13] 178: Checking exports ** [00:18:58 2020-06-13] 178: Checking users ** [00:18:58 2020-06-13] 178: Checking user_dbs ** [00:18:58 2020-06-13] 178: Checking geocodings ** [00:18:58 2020-06-13] 178: Checking synchronizations ** [00:18:58 2020-06-13] 178: Checking tracker ** [00:18:58 2020-06-13] 178: Checking user_migrations ** [00:18:58 2020-06-13] 178: Checking batch_updates ** [00:18:58 2020-06-13] 178: Checking gears ** [00:18:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:18:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:03 2020-06-13] 178: Checking imports ** [00:19:03 2020-06-13] 178: Checking exports ** [00:19:03 2020-06-13] 178: Checking users ** [00:19:03 2020-06-13] 178: Checking user_dbs ** [00:19:03 2020-06-13] 178: Checking geocodings ** [00:19:03 2020-06-13] 178: Checking synchronizations ** [00:19:03 2020-06-13] 178: Checking tracker ** [00:19:03 2020-06-13] 178: Checking user_migrations ** [00:19:03 2020-06-13] 178: Checking batch_updates ** [00:19:03 2020-06-13] 178: Checking gears ** [00:19:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:19:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:08 2020-06-13] 178: Checking imports ** [00:19:08 2020-06-13] 178: Checking exports ** [00:19:08 2020-06-13] 178: Checking users ** [00:19:08 2020-06-13] 178: Checking user_dbs ** [00:19:08 2020-06-13] 178: Checking geocodings ** [00:19:08 2020-06-13] 178: Checking synchronizations ** [00:19:08 2020-06-13] 178: Checking tracker ** [00:19:08 2020-06-13] 178: Checking user_migrations ** [00:19:08 2020-06-13] 178: Checking batch_updates ** [00:19:08 2020-06-13] 178: Checking gears ** [00:19:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:19:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:13 2020-06-13] 178: Checking imports ** [00:19:13 2020-06-13] 178: Checking exports ** [00:19:13 2020-06-13] 178: Checking users ** [00:19:13 2020-06-13] 178: Checking user_dbs ** [00:19:13 2020-06-13] 178: Checking geocodings ** [00:19:13 2020-06-13] 178: Checking synchronizations ** [00:19:13 2020-06-13] 178: Checking tracker ** [00:19:13 2020-06-13] 178: Checking user_migrations ** [00:19:13 2020-06-13] 178: Checking batch_updates ** [00:19:13 2020-06-13] 178: Checking gears ** [00:19:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:19:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:18 2020-06-13] 178: Checking imports ** [00:19:18 2020-06-13] 178: Checking exports ** [00:19:18 2020-06-13] 178: Checking users ** [00:19:18 2020-06-13] 178: Checking user_dbs ** [00:19:18 2020-06-13] 178: Checking geocodings ** [00:19:18 2020-06-13] 178: Checking synchronizations ** [00:19:18 2020-06-13] 178: Checking tracker ** [00:19:18 2020-06-13] 178: Checking user_migrations ** [00:19:18 2020-06-13] 178: Checking batch_updates ** [00:19:18 2020-06-13] 178: Checking gears ** [00:19:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:19:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:23 2020-06-13] 178: Checking imports ** [00:19:23 2020-06-13] 178: Checking exports ** [00:19:23 2020-06-13] 178: Checking users ** [00:19:23 2020-06-13] 178: Checking user_dbs ** [00:19:23 2020-06-13] 178: Checking geocodings ** [00:19:23 2020-06-13] 178: Checking synchronizations ** [00:19:23 2020-06-13] 178: Checking tracker ** [00:19:23 2020-06-13] 178: Checking user_migrations ** [00:19:23 2020-06-13] 178: Checking batch_updates ** [00:19:23 2020-06-13] 178: Checking gears ** [00:19:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:19:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:28 2020-06-13] 178: Checking imports ** [00:19:28 2020-06-13] 178: Checking exports ** [00:19:28 2020-06-13] 178: Checking users ** [00:19:28 2020-06-13] 178: Checking user_dbs ** [00:19:28 2020-06-13] 178: Checking geocodings ** [00:19:28 2020-06-13] 178: Checking synchronizations ** [00:19:28 2020-06-13] 178: Checking tracker ** [00:19:28 2020-06-13] 178: Checking user_migrations ** [00:19:28 2020-06-13] 178: Checking batch_updates ** [00:19:28 2020-06-13] 178: Checking gears ** [00:19:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:19:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:33 2020-06-13] 178: Checking imports ** [00:19:33 2020-06-13] 178: Checking exports ** [00:19:33 2020-06-13] 178: Checking users ** [00:19:33 2020-06-13] 178: Checking user_dbs ** [00:19:33 2020-06-13] 178: Checking geocodings ** [00:19:33 2020-06-13] 178: Checking synchronizations ** [00:19:33 2020-06-13] 178: Checking tracker ** [00:19:33 2020-06-13] 178: Checking user_migrations ** [00:19:33 2020-06-13] 178: Checking batch_updates ** [00:19:33 2020-06-13] 178: Checking gears ** [00:19:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:19:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:38 2020-06-13] 178: Checking imports ** [00:19:38 2020-06-13] 178: Checking exports ** [00:19:38 2020-06-13] 178: Checking users ** [00:19:38 2020-06-13] 178: Checking user_dbs ** [00:19:38 2020-06-13] 178: Checking geocodings ** [00:19:38 2020-06-13] 178: Checking synchronizations ** [00:19:38 2020-06-13] 178: Checking tracker ** [00:19:38 2020-06-13] 178: Checking user_migrations ** [00:19:38 2020-06-13] 178: Checking batch_updates ** [00:19:38 2020-06-13] 178: Checking gears ** [00:19:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:19:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:43 2020-06-13] 178: Checking imports ** [00:19:43 2020-06-13] 178: Checking exports ** [00:19:43 2020-06-13] 178: Checking users ** [00:19:43 2020-06-13] 178: Checking user_dbs ** [00:19:43 2020-06-13] 178: Checking geocodings ** [00:19:43 2020-06-13] 178: Checking synchronizations ** [00:19:43 2020-06-13] 178: Checking tracker ** [00:19:43 2020-06-13] 178: Checking user_migrations ** [00:19:43 2020-06-13] 178: Checking batch_updates ** [00:19:43 2020-06-13] 178: Checking gears ** [00:19:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:19:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:48 2020-06-13] 178: Checking imports ** [00:19:48 2020-06-13] 178: Checking exports ** [00:19:48 2020-06-13] 178: Checking users ** [00:19:48 2020-06-13] 178: Checking user_dbs ** [00:19:48 2020-06-13] 178: Checking geocodings ** [00:19:48 2020-06-13] 178: Checking synchronizations ** [00:19:48 2020-06-13] 178: Checking tracker ** [00:19:48 2020-06-13] 178: Checking user_migrations ** [00:19:48 2020-06-13] 178: Checking batch_updates ** [00:19:48 2020-06-13] 178: Checking gears ** [00:19:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:19:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:53 2020-06-13] 178: Checking imports ** [00:19:53 2020-06-13] 178: Checking exports ** [00:19:53 2020-06-13] 178: Checking users ** [00:19:53 2020-06-13] 178: Checking user_dbs ** [00:19:53 2020-06-13] 178: Checking geocodings ** [00:19:53 2020-06-13] 178: Checking synchronizations ** [00:19:53 2020-06-13] 178: Checking tracker ** [00:19:53 2020-06-13] 178: Checking user_migrations ** [00:19:53 2020-06-13] 178: Checking batch_updates ** [00:19:53 2020-06-13] 178: Checking gears ** [00:19:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:19:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:58 2020-06-13] 178: Checking imports ** [00:19:58 2020-06-13] 178: Checking exports ** [00:19:58 2020-06-13] 178: Checking users ** [00:19:58 2020-06-13] 178: Checking user_dbs ** [00:19:58 2020-06-13] 178: Checking geocodings ** [00:19:58 2020-06-13] 178: Checking synchronizations ** [00:19:58 2020-06-13] 178: Checking tracker ** [00:19:58 2020-06-13] 178: Checking user_migrations ** [00:19:58 2020-06-13] 178: Checking batch_updates ** [00:19:58 2020-06-13] 178: Checking gears ** [00:19:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:19:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:03 2020-06-13] 178: Checking imports ** [00:20:03 2020-06-13] 178: Checking exports ** [00:20:03 2020-06-13] 178: Checking users ** [00:20:03 2020-06-13] 178: Checking user_dbs ** [00:20:03 2020-06-13] 178: Checking geocodings ** [00:20:03 2020-06-13] 178: Checking synchronizations ** [00:20:03 2020-06-13] 178: Checking tracker ** [00:20:03 2020-06-13] 178: Checking user_migrations ** [00:20:03 2020-06-13] 178: Checking batch_updates ** [00:20:03 2020-06-13] 178: Checking gears ** [00:20:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:20:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:08 2020-06-13] 178: Checking imports ** [00:20:08 2020-06-13] 178: Checking exports ** [00:20:08 2020-06-13] 178: Checking users ** [00:20:08 2020-06-13] 178: Checking user_dbs ** [00:20:08 2020-06-13] 178: Checking geocodings ** [00:20:08 2020-06-13] 178: Checking synchronizations ** [00:20:08 2020-06-13] 178: Checking tracker ** [00:20:08 2020-06-13] 178: Checking user_migrations ** [00:20:08 2020-06-13] 178: Checking batch_updates ** [00:20:08 2020-06-13] 178: Checking gears ** [00:20:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:20:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:13 2020-06-13] 178: Checking imports ** [00:20:13 2020-06-13] 178: Checking exports ** [00:20:13 2020-06-13] 178: Checking users ** [00:20:13 2020-06-13] 178: Checking user_dbs ** [00:20:13 2020-06-13] 178: Checking geocodings ** [00:20:13 2020-06-13] 178: Checking synchronizations ** [00:20:13 2020-06-13] 178: Checking tracker ** [00:20:13 2020-06-13] 178: Checking user_migrations ** [00:20:13 2020-06-13] 178: Checking batch_updates ** [00:20:13 2020-06-13] 178: Checking gears ** [00:20:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:20:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:18 2020-06-13] 178: Checking imports ** [00:20:18 2020-06-13] 178: Checking exports ** [00:20:18 2020-06-13] 178: Checking users ** [00:20:18 2020-06-13] 178: Checking user_dbs ** [00:20:18 2020-06-13] 178: Checking geocodings ** [00:20:18 2020-06-13] 178: Checking synchronizations ** [00:20:18 2020-06-13] 178: Checking tracker ** [00:20:18 2020-06-13] 178: Checking user_migrations ** [00:20:18 2020-06-13] 178: Checking batch_updates ** [00:20:18 2020-06-13] 178: Checking gears ** [00:20:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:20:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:24 2020-06-13] 178: Checking imports ** [00:20:24 2020-06-13] 178: Checking exports ** [00:20:24 2020-06-13] 178: Checking users ** [00:20:24 2020-06-13] 178: Checking user_dbs ** [00:20:24 2020-06-13] 178: Checking geocodings ** [00:20:24 2020-06-13] 178: Checking synchronizations ** [00:20:24 2020-06-13] 178: Checking tracker ** [00:20:24 2020-06-13] 178: Checking user_migrations ** [00:20:24 2020-06-13] 178: Checking batch_updates ** [00:20:24 2020-06-13] 178: Checking gears ** [00:20:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:20:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:29 2020-06-13] 178: Checking imports ** [00:20:29 2020-06-13] 178: Checking exports ** [00:20:29 2020-06-13] 178: Checking users ** [00:20:29 2020-06-13] 178: Checking user_dbs ** [00:20:29 2020-06-13] 178: Checking geocodings ** [00:20:29 2020-06-13] 178: Checking synchronizations ** [00:20:29 2020-06-13] 178: Checking tracker ** [00:20:29 2020-06-13] 178: Checking user_migrations ** [00:20:29 2020-06-13] 178: Checking batch_updates ** [00:20:29 2020-06-13] 178: Checking gears ** [00:20:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:20:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:34 2020-06-13] 178: Checking imports ** [00:20:34 2020-06-13] 178: Checking exports ** [00:20:34 2020-06-13] 178: Checking users ** [00:20:34 2020-06-13] 178: Checking user_dbs ** [00:20:34 2020-06-13] 178: Checking geocodings ** [00:20:34 2020-06-13] 178: Checking synchronizations ** [00:20:34 2020-06-13] 178: Checking tracker ** [00:20:34 2020-06-13] 178: Checking user_migrations ** [00:20:34 2020-06-13] 178: Checking batch_updates ** [00:20:34 2020-06-13] 178: Checking gears ** [00:20:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:20:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:39 2020-06-13] 178: Checking imports ** [00:20:39 2020-06-13] 178: Checking exports ** [00:20:39 2020-06-13] 178: Checking users ** [00:20:39 2020-06-13] 178: Checking user_dbs ** [00:20:39 2020-06-13] 178: Checking geocodings ** [00:20:39 2020-06-13] 178: Checking synchronizations ** [00:20:39 2020-06-13] 178: Checking tracker ** [00:20:39 2020-06-13] 178: Checking user_migrations ** [00:20:39 2020-06-13] 178: Checking batch_updates ** [00:20:39 2020-06-13] 178: Checking gears ** [00:20:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:20:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:44 2020-06-13] 178: Checking imports ** [00:20:44 2020-06-13] 178: Checking exports ** [00:20:44 2020-06-13] 178: Checking users ** [00:20:44 2020-06-13] 178: Checking user_dbs ** [00:20:44 2020-06-13] 178: Checking geocodings ** [00:20:44 2020-06-13] 178: Checking synchronizations ** [00:20:44 2020-06-13] 178: Checking tracker ** [00:20:44 2020-06-13] 178: Checking user_migrations ** [00:20:44 2020-06-13] 178: Checking batch_updates ** [00:20:44 2020-06-13] 178: Checking gears ** [00:20:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:20:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:49 2020-06-13] 178: Checking imports ** [00:20:49 2020-06-13] 178: Checking exports ** [00:20:49 2020-06-13] 178: Checking users ** [00:20:49 2020-06-13] 178: Checking user_dbs ** [00:20:49 2020-06-13] 178: Checking geocodings ** [00:20:49 2020-06-13] 178: Checking synchronizations ** [00:20:49 2020-06-13] 178: Checking tracker ** [00:20:49 2020-06-13] 178: Checking user_migrations ** [00:20:49 2020-06-13] 178: Checking batch_updates ** [00:20:49 2020-06-13] 178: Checking gears ** [00:20:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:20:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:54 2020-06-13] 178: Checking imports ** [00:20:54 2020-06-13] 178: Checking exports ** [00:20:54 2020-06-13] 178: Checking users ** [00:20:54 2020-06-13] 178: Checking user_dbs ** [00:20:54 2020-06-13] 178: Checking geocodings ** [00:20:54 2020-06-13] 178: Checking synchronizations ** [00:20:54 2020-06-13] 178: Checking tracker ** [00:20:54 2020-06-13] 178: Checking user_migrations ** [00:20:54 2020-06-13] 178: Checking batch_updates ** [00:20:54 2020-06-13] 178: Checking gears ** [00:20:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:20:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:59 2020-06-13] 178: Checking imports ** [00:20:59 2020-06-13] 178: Checking exports ** [00:20:59 2020-06-13] 178: Checking users ** [00:20:59 2020-06-13] 178: Checking user_dbs ** [00:20:59 2020-06-13] 178: Checking geocodings ** [00:20:59 2020-06-13] 178: Checking synchronizations ** [00:20:59 2020-06-13] 178: Checking tracker ** [00:20:59 2020-06-13] 178: Checking user_migrations ** [00:20:59 2020-06-13] 178: Checking batch_updates ** [00:20:59 2020-06-13] 178: Checking gears ** [00:20:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:20:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:04 2020-06-13] 178: Checking imports ** [00:21:04 2020-06-13] 178: Checking exports ** [00:21:04 2020-06-13] 178: Checking users ** [00:21:04 2020-06-13] 178: Checking user_dbs ** [00:21:04 2020-06-13] 178: Checking geocodings ** [00:21:04 2020-06-13] 178: Checking synchronizations ** [00:21:04 2020-06-13] 178: Checking tracker ** [00:21:04 2020-06-13] 178: Checking user_migrations ** [00:21:04 2020-06-13] 178: Checking batch_updates ** [00:21:04 2020-06-13] 178: Checking gears ** [00:21:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:21:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:09 2020-06-13] 178: Checking imports ** [00:21:09 2020-06-13] 178: Checking exports ** [00:21:09 2020-06-13] 178: Checking users ** [00:21:09 2020-06-13] 178: Checking user_dbs ** [00:21:09 2020-06-13] 178: Checking geocodings ** [00:21:09 2020-06-13] 178: Checking synchronizations ** [00:21:09 2020-06-13] 178: Checking tracker ** [00:21:09 2020-06-13] 178: Checking user_migrations ** [00:21:09 2020-06-13] 178: Checking batch_updates ** [00:21:09 2020-06-13] 178: Checking gears ** [00:21:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:21:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:14 2020-06-13] 178: Checking imports ** [00:21:14 2020-06-13] 178: Checking exports ** [00:21:14 2020-06-13] 178: Checking users ** [00:21:14 2020-06-13] 178: Checking user_dbs ** [00:21:14 2020-06-13] 178: Checking geocodings ** [00:21:14 2020-06-13] 178: Checking synchronizations ** [00:21:14 2020-06-13] 178: Checking tracker ** [00:21:14 2020-06-13] 178: Checking user_migrations ** [00:21:14 2020-06-13] 178: Checking batch_updates ** [00:21:14 2020-06-13] 178: Checking gears ** [00:21:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:21:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:19 2020-06-13] 178: Checking imports ** [00:21:19 2020-06-13] 178: Checking exports ** [00:21:19 2020-06-13] 178: Checking users ** [00:21:19 2020-06-13] 178: Checking user_dbs ** [00:21:19 2020-06-13] 178: Checking geocodings ** [00:21:19 2020-06-13] 178: Checking synchronizations ** [00:21:19 2020-06-13] 178: Checking tracker ** [00:21:19 2020-06-13] 178: Checking user_migrations ** [00:21:19 2020-06-13] 178: Checking batch_updates ** [00:21:19 2020-06-13] 178: Checking gears ** [00:21:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:21:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:24 2020-06-13] 178: Checking imports ** [00:21:24 2020-06-13] 178: Checking exports ** [00:21:24 2020-06-13] 178: Checking users ** [00:21:24 2020-06-13] 178: Checking user_dbs ** [00:21:24 2020-06-13] 178: Checking geocodings ** [00:21:24 2020-06-13] 178: Checking synchronizations ** [00:21:24 2020-06-13] 178: Checking tracker ** [00:21:24 2020-06-13] 178: Checking user_migrations ** [00:21:24 2020-06-13] 178: Checking batch_updates ** [00:21:24 2020-06-13] 178: Checking gears ** [00:21:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:21:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:29 2020-06-13] 178: Checking imports ** [00:21:29 2020-06-13] 178: Checking exports ** [00:21:29 2020-06-13] 178: Checking users ** [00:21:29 2020-06-13] 178: Checking user_dbs ** [00:21:29 2020-06-13] 178: Checking geocodings ** [00:21:29 2020-06-13] 178: Checking synchronizations ** [00:21:29 2020-06-13] 178: Checking tracker ** [00:21:29 2020-06-13] 178: Checking user_migrations ** [00:21:29 2020-06-13] 178: Checking batch_updates ** [00:21:29 2020-06-13] 178: Checking gears ** [00:21:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:21:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:34 2020-06-13] 178: Checking imports ** [00:21:34 2020-06-13] 178: Checking exports ** [00:21:34 2020-06-13] 178: Checking users ** [00:21:34 2020-06-13] 178: Checking user_dbs ** [00:21:34 2020-06-13] 178: Checking geocodings ** [00:21:34 2020-06-13] 178: Checking synchronizations ** [00:21:34 2020-06-13] 178: Checking tracker ** [00:21:34 2020-06-13] 178: Checking user_migrations ** [00:21:34 2020-06-13] 178: Checking batch_updates ** [00:21:34 2020-06-13] 178: Checking gears ** [00:21:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:21:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:39 2020-06-13] 178: Checking imports ** [00:21:39 2020-06-13] 178: Checking exports ** [00:21:39 2020-06-13] 178: Checking users ** [00:21:39 2020-06-13] 178: Checking user_dbs ** [00:21:39 2020-06-13] 178: Checking geocodings ** [00:21:39 2020-06-13] 178: Checking synchronizations ** [00:21:39 2020-06-13] 178: Checking tracker ** [00:21:39 2020-06-13] 178: Checking user_migrations ** [00:21:39 2020-06-13] 178: Checking batch_updates ** [00:21:39 2020-06-13] 178: Checking gears ** [00:21:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:21:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:44 2020-06-13] 178: Checking imports ** [00:21:44 2020-06-13] 178: Checking exports ** [00:21:44 2020-06-13] 178: Checking users ** [00:21:44 2020-06-13] 178: Checking user_dbs ** [00:21:44 2020-06-13] 178: Checking geocodings ** [00:21:44 2020-06-13] 178: Checking synchronizations ** [00:21:44 2020-06-13] 178: Checking tracker ** [00:21:44 2020-06-13] 178: Checking user_migrations ** [00:21:44 2020-06-13] 178: Checking batch_updates ** [00:21:44 2020-06-13] 178: Checking gears ** [00:21:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:21:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:49 2020-06-13] 178: Checking imports ** [00:21:49 2020-06-13] 178: Checking exports ** [00:21:49 2020-06-13] 178: Checking users ** [00:21:49 2020-06-13] 178: Checking user_dbs ** [00:21:49 2020-06-13] 178: Checking geocodings ** [00:21:49 2020-06-13] 178: Checking synchronizations ** [00:21:49 2020-06-13] 178: Checking tracker ** [00:21:49 2020-06-13] 178: Checking user_migrations ** [00:21:49 2020-06-13] 178: Checking batch_updates ** [00:21:49 2020-06-13] 178: Checking gears ** [00:21:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:21:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:54 2020-06-13] 178: Checking imports ** [00:21:54 2020-06-13] 178: Checking exports ** [00:21:54 2020-06-13] 178: Checking users ** [00:21:54 2020-06-13] 178: Checking user_dbs ** [00:21:54 2020-06-13] 178: Checking geocodings ** [00:21:54 2020-06-13] 178: Checking synchronizations ** [00:21:54 2020-06-13] 178: Checking tracker ** [00:21:54 2020-06-13] 178: Checking user_migrations ** [00:21:54 2020-06-13] 178: Checking batch_updates ** [00:21:54 2020-06-13] 178: Checking gears ** [00:21:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:21:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:59 2020-06-13] 178: Checking imports ** [00:21:59 2020-06-13] 178: Checking exports ** [00:21:59 2020-06-13] 178: Checking users ** [00:21:59 2020-06-13] 178: Checking user_dbs ** [00:21:59 2020-06-13] 178: Checking geocodings ** [00:21:59 2020-06-13] 178: Checking synchronizations ** [00:21:59 2020-06-13] 178: Checking tracker ** [00:21:59 2020-06-13] 178: Checking user_migrations ** [00:21:59 2020-06-13] 178: Checking batch_updates ** [00:21:59 2020-06-13] 178: Checking gears ** [00:21:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:21:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:04 2020-06-13] 178: Checking imports ** [00:22:04 2020-06-13] 178: Checking exports ** [00:22:04 2020-06-13] 178: Checking users ** [00:22:04 2020-06-13] 178: Checking user_dbs ** [00:22:04 2020-06-13] 178: Checking geocodings ** [00:22:04 2020-06-13] 178: Checking synchronizations ** [00:22:04 2020-06-13] 178: Checking tracker ** [00:22:04 2020-06-13] 178: Checking user_migrations ** [00:22:04 2020-06-13] 178: Checking batch_updates ** [00:22:04 2020-06-13] 178: Checking gears ** [00:22:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:22:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:09 2020-06-13] 178: Checking imports ** [00:22:09 2020-06-13] 178: Checking exports ** [00:22:09 2020-06-13] 178: Checking users ** [00:22:09 2020-06-13] 178: Checking user_dbs ** [00:22:09 2020-06-13] 178: Checking geocodings ** [00:22:09 2020-06-13] 178: Checking synchronizations ** [00:22:09 2020-06-13] 178: Checking tracker ** [00:22:09 2020-06-13] 178: Checking user_migrations ** [00:22:09 2020-06-13] 178: Checking batch_updates ** [00:22:09 2020-06-13] 178: Checking gears ** [00:22:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:22:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:14 2020-06-13] 178: Checking imports ** [00:22:14 2020-06-13] 178: Checking exports ** [00:22:14 2020-06-13] 178: Checking users ** [00:22:14 2020-06-13] 178: Checking user_dbs ** [00:22:14 2020-06-13] 178: Checking geocodings ** [00:22:14 2020-06-13] 178: Checking synchronizations ** [00:22:14 2020-06-13] 178: Checking tracker ** [00:22:14 2020-06-13] 178: Checking user_migrations ** [00:22:14 2020-06-13] 178: Checking batch_updates ** [00:22:14 2020-06-13] 178: Checking gears ** [00:22:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:22:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:19 2020-06-13] 178: Checking imports ** [00:22:19 2020-06-13] 178: Checking exports ** [00:22:19 2020-06-13] 178: Checking users ** [00:22:19 2020-06-13] 178: Checking user_dbs ** [00:22:19 2020-06-13] 178: Checking geocodings ** [00:22:19 2020-06-13] 178: Checking synchronizations ** [00:22:19 2020-06-13] 178: Checking tracker ** [00:22:19 2020-06-13] 178: Checking user_migrations ** [00:22:19 2020-06-13] 178: Checking batch_updates ** [00:22:19 2020-06-13] 178: Checking gears ** [00:22:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:22:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:24 2020-06-13] 178: Checking imports ** [00:22:24 2020-06-13] 178: Checking exports ** [00:22:24 2020-06-13] 178: Checking users ** [00:22:24 2020-06-13] 178: Checking user_dbs ** [00:22:24 2020-06-13] 178: Checking geocodings ** [00:22:24 2020-06-13] 178: Checking synchronizations ** [00:22:24 2020-06-13] 178: Checking tracker ** [00:22:24 2020-06-13] 178: Checking user_migrations ** [00:22:24 2020-06-13] 178: Checking batch_updates ** [00:22:24 2020-06-13] 178: Checking gears ** [00:22:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:22:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:29 2020-06-13] 178: Checking imports ** [00:22:29 2020-06-13] 178: Checking exports ** [00:22:29 2020-06-13] 178: Checking users ** [00:22:29 2020-06-13] 178: Checking user_dbs ** [00:22:29 2020-06-13] 178: Checking geocodings ** [00:22:29 2020-06-13] 178: Checking synchronizations ** [00:22:29 2020-06-13] 178: Checking tracker ** [00:22:29 2020-06-13] 178: Checking user_migrations ** [00:22:29 2020-06-13] 178: Checking batch_updates ** [00:22:29 2020-06-13] 178: Checking gears ** [00:22:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:22:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:34 2020-06-13] 178: Checking imports ** [00:22:34 2020-06-13] 178: Checking exports ** [00:22:34 2020-06-13] 178: Checking users ** [00:22:34 2020-06-13] 178: Checking user_dbs ** [00:22:34 2020-06-13] 178: Checking geocodings ** [00:22:34 2020-06-13] 178: Checking synchronizations ** [00:22:34 2020-06-13] 178: Checking tracker ** [00:22:34 2020-06-13] 178: Checking user_migrations ** [00:22:34 2020-06-13] 178: Checking batch_updates ** [00:22:34 2020-06-13] 178: Checking gears ** [00:22:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:22:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:39 2020-06-13] 178: Checking imports ** [00:22:39 2020-06-13] 178: Checking exports ** [00:22:39 2020-06-13] 178: Checking users ** [00:22:39 2020-06-13] 178: Checking user_dbs ** [00:22:39 2020-06-13] 178: Checking geocodings ** [00:22:39 2020-06-13] 178: Checking synchronizations ** [00:22:39 2020-06-13] 178: Checking tracker ** [00:22:39 2020-06-13] 178: Checking user_migrations ** [00:22:39 2020-06-13] 178: Checking batch_updates ** [00:22:39 2020-06-13] 178: Checking gears ** [00:22:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:22:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:44 2020-06-13] 178: Checking imports ** [00:22:44 2020-06-13] 178: Checking exports ** [00:22:44 2020-06-13] 178: Checking users ** [00:22:44 2020-06-13] 178: Checking user_dbs ** [00:22:44 2020-06-13] 178: Checking geocodings ** [00:22:44 2020-06-13] 178: Checking synchronizations ** [00:22:44 2020-06-13] 178: Checking tracker ** [00:22:44 2020-06-13] 178: Checking user_migrations ** [00:22:44 2020-06-13] 178: Checking batch_updates ** [00:22:44 2020-06-13] 178: Checking gears ** [00:22:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:22:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:49 2020-06-13] 178: Checking imports ** [00:22:49 2020-06-13] 178: Checking exports ** [00:22:49 2020-06-13] 178: Checking users ** [00:22:49 2020-06-13] 178: Checking user_dbs ** [00:22:49 2020-06-13] 178: Checking geocodings ** [00:22:49 2020-06-13] 178: Checking synchronizations ** [00:22:49 2020-06-13] 178: Checking tracker ** [00:22:49 2020-06-13] 178: Checking user_migrations ** [00:22:49 2020-06-13] 178: Checking batch_updates ** [00:22:49 2020-06-13] 178: Checking gears ** [00:22:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:22:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:54 2020-06-13] 178: Checking imports ** [00:22:54 2020-06-13] 178: Checking exports ** [00:22:54 2020-06-13] 178: Checking users ** [00:22:54 2020-06-13] 178: Checking user_dbs ** [00:22:54 2020-06-13] 178: Checking geocodings ** [00:22:54 2020-06-13] 178: Checking synchronizations ** [00:22:54 2020-06-13] 178: Checking tracker ** [00:22:54 2020-06-13] 178: Checking user_migrations ** [00:22:54 2020-06-13] 178: Checking batch_updates ** [00:22:54 2020-06-13] 178: Checking gears ** [00:22:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:22:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:59 2020-06-13] 178: Checking imports ** [00:22:59 2020-06-13] 178: Checking exports ** [00:22:59 2020-06-13] 178: Checking users ** [00:22:59 2020-06-13] 178: Checking user_dbs ** [00:22:59 2020-06-13] 178: Checking geocodings ** [00:22:59 2020-06-13] 178: Checking synchronizations ** [00:22:59 2020-06-13] 178: Checking tracker ** [00:22:59 2020-06-13] 178: Checking user_migrations ** [00:22:59 2020-06-13] 178: Checking batch_updates ** [00:22:59 2020-06-13] 178: Checking gears ** [00:22:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:22:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:04 2020-06-13] 178: Checking imports ** [00:23:04 2020-06-13] 178: Checking exports ** [00:23:04 2020-06-13] 178: Checking users ** [00:23:04 2020-06-13] 178: Checking user_dbs ** [00:23:04 2020-06-13] 178: Checking geocodings ** [00:23:04 2020-06-13] 178: Checking synchronizations ** [00:23:04 2020-06-13] 178: Checking tracker ** [00:23:04 2020-06-13] 178: Checking user_migrations ** [00:23:04 2020-06-13] 178: Checking batch_updates ** [00:23:04 2020-06-13] 178: Checking gears ** [00:23:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:23:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:09 2020-06-13] 178: Checking imports ** [00:23:09 2020-06-13] 178: Checking exports ** [00:23:09 2020-06-13] 178: Checking users ** [00:23:09 2020-06-13] 178: Checking user_dbs ** [00:23:09 2020-06-13] 178: Checking geocodings ** [00:23:09 2020-06-13] 178: Checking synchronizations ** [00:23:09 2020-06-13] 178: Checking tracker ** [00:23:09 2020-06-13] 178: Checking user_migrations ** [00:23:09 2020-06-13] 178: Checking batch_updates ** [00:23:09 2020-06-13] 178: Checking gears ** [00:23:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:23:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:14 2020-06-13] 178: Checking imports ** [00:23:14 2020-06-13] 178: Checking exports ** [00:23:14 2020-06-13] 178: Checking users ** [00:23:14 2020-06-13] 178: Checking user_dbs ** [00:23:14 2020-06-13] 178: Checking geocodings ** [00:23:14 2020-06-13] 178: Checking synchronizations ** [00:23:14 2020-06-13] 178: Checking tracker ** [00:23:14 2020-06-13] 178: Checking user_migrations ** [00:23:14 2020-06-13] 178: Checking batch_updates ** [00:23:14 2020-06-13] 178: Checking gears ** [00:23:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:23:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:19 2020-06-13] 178: Checking imports ** [00:23:19 2020-06-13] 178: Checking exports ** [00:23:19 2020-06-13] 178: Checking users ** [00:23:19 2020-06-13] 178: Checking user_dbs ** [00:23:19 2020-06-13] 178: Checking geocodings ** [00:23:19 2020-06-13] 178: Checking synchronizations ** [00:23:19 2020-06-13] 178: Checking tracker ** [00:23:19 2020-06-13] 178: Checking user_migrations ** [00:23:19 2020-06-13] 178: Checking batch_updates ** [00:23:19 2020-06-13] 178: Checking gears ** [00:23:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:23:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:24 2020-06-13] 178: Checking imports ** [00:23:24 2020-06-13] 178: Checking exports ** [00:23:24 2020-06-13] 178: Checking users ** [00:23:24 2020-06-13] 178: Checking user_dbs ** [00:23:24 2020-06-13] 178: Checking geocodings ** [00:23:24 2020-06-13] 178: Checking synchronizations ** [00:23:24 2020-06-13] 178: Checking tracker ** [00:23:24 2020-06-13] 178: Checking user_migrations ** [00:23:24 2020-06-13] 178: Checking batch_updates ** [00:23:24 2020-06-13] 178: Checking gears ** [00:23:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:23:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:29 2020-06-13] 178: Checking imports ** [00:23:29 2020-06-13] 178: Checking exports ** [00:23:29 2020-06-13] 178: Checking users ** [00:23:29 2020-06-13] 178: Checking user_dbs ** [00:23:29 2020-06-13] 178: Checking geocodings ** [00:23:29 2020-06-13] 178: Checking synchronizations ** [00:23:29 2020-06-13] 178: Checking tracker ** [00:23:29 2020-06-13] 178: Checking user_migrations ** [00:23:29 2020-06-13] 178: Checking batch_updates ** [00:23:29 2020-06-13] 178: Checking gears ** [00:23:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:23:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:34 2020-06-13] 178: Checking imports ** [00:23:34 2020-06-13] 178: Checking exports ** [00:23:34 2020-06-13] 178: Checking users ** [00:23:34 2020-06-13] 178: Checking user_dbs ** [00:23:34 2020-06-13] 178: Checking geocodings ** [00:23:34 2020-06-13] 178: Checking synchronizations ** [00:23:34 2020-06-13] 178: Checking tracker ** [00:23:34 2020-06-13] 178: Checking user_migrations ** [00:23:34 2020-06-13] 178: Checking batch_updates ** [00:23:34 2020-06-13] 178: Checking gears ** [00:23:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:23:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:39 2020-06-13] 178: Checking imports ** [00:23:39 2020-06-13] 178: Checking exports ** [00:23:39 2020-06-13] 178: Checking users ** [00:23:39 2020-06-13] 178: Checking user_dbs ** [00:23:39 2020-06-13] 178: Checking geocodings ** [00:23:39 2020-06-13] 178: Checking synchronizations ** [00:23:39 2020-06-13] 178: Checking tracker ** [00:23:39 2020-06-13] 178: Checking user_migrations ** [00:23:39 2020-06-13] 178: Checking batch_updates ** [00:23:39 2020-06-13] 178: Checking gears ** [00:23:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:23:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:44 2020-06-13] 178: Checking imports ** [00:23:44 2020-06-13] 178: Checking exports ** [00:23:44 2020-06-13] 178: Checking users ** [00:23:44 2020-06-13] 178: Checking user_dbs ** [00:23:44 2020-06-13] 178: Checking geocodings ** [00:23:44 2020-06-13] 178: Checking synchronizations ** [00:23:44 2020-06-13] 178: Checking tracker ** [00:23:44 2020-06-13] 178: Checking user_migrations ** [00:23:44 2020-06-13] 178: Checking batch_updates ** [00:23:44 2020-06-13] 178: Checking gears ** [00:23:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:23:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:49 2020-06-13] 178: Checking imports ** [00:23:49 2020-06-13] 178: Checking exports ** [00:23:49 2020-06-13] 178: Checking users ** [00:23:49 2020-06-13] 178: Checking user_dbs ** [00:23:49 2020-06-13] 178: Checking geocodings ** [00:23:49 2020-06-13] 178: Checking synchronizations ** [00:23:49 2020-06-13] 178: Checking tracker ** [00:23:49 2020-06-13] 178: Checking user_migrations ** [00:23:49 2020-06-13] 178: Checking batch_updates ** [00:23:49 2020-06-13] 178: Checking gears ** [00:23:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:23:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:54 2020-06-13] 178: Checking imports ** [00:23:54 2020-06-13] 178: Checking exports ** [00:23:54 2020-06-13] 178: Checking users ** [00:23:54 2020-06-13] 178: Checking user_dbs ** [00:23:54 2020-06-13] 178: Checking geocodings ** [00:23:54 2020-06-13] 178: Checking synchronizations ** [00:23:54 2020-06-13] 178: Checking tracker ** [00:23:54 2020-06-13] 178: Checking user_migrations ** [00:23:54 2020-06-13] 178: Checking batch_updates ** [00:23:54 2020-06-13] 178: Checking gears ** [00:23:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:23:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:59 2020-06-13] 178: Checking imports ** [00:23:59 2020-06-13] 178: Checking exports ** [00:23:59 2020-06-13] 178: Checking users ** [00:23:59 2020-06-13] 178: Checking user_dbs ** [00:23:59 2020-06-13] 178: Checking geocodings ** [00:23:59 2020-06-13] 178: Checking synchronizations ** [00:23:59 2020-06-13] 178: Checking tracker ** [00:23:59 2020-06-13] 178: Checking user_migrations ** [00:23:59 2020-06-13] 178: Checking batch_updates ** [00:23:59 2020-06-13] 178: Checking gears ** [00:23:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:23:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:04 2020-06-13] 178: Checking imports ** [00:24:04 2020-06-13] 178: Checking exports ** [00:24:04 2020-06-13] 178: Checking users ** [00:24:04 2020-06-13] 178: Checking user_dbs ** [00:24:04 2020-06-13] 178: Checking geocodings ** [00:24:04 2020-06-13] 178: Checking synchronizations ** [00:24:04 2020-06-13] 178: Checking tracker ** [00:24:04 2020-06-13] 178: Checking user_migrations ** [00:24:04 2020-06-13] 178: Checking batch_updates ** [00:24:04 2020-06-13] 178: Checking gears ** [00:24:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:24:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:09 2020-06-13] 178: Checking imports ** [00:24:09 2020-06-13] 178: Checking exports ** [00:24:09 2020-06-13] 178: Checking users ** [00:24:09 2020-06-13] 178: Checking user_dbs ** [00:24:09 2020-06-13] 178: Checking geocodings ** [00:24:09 2020-06-13] 178: Checking synchronizations ** [00:24:09 2020-06-13] 178: Checking tracker ** [00:24:09 2020-06-13] 178: Checking user_migrations ** [00:24:09 2020-06-13] 178: Checking batch_updates ** [00:24:09 2020-06-13] 178: Checking gears ** [00:24:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:24:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:14 2020-06-13] 178: Checking imports ** [00:24:14 2020-06-13] 178: Checking exports ** [00:24:14 2020-06-13] 178: Checking users ** [00:24:14 2020-06-13] 178: Checking user_dbs ** [00:24:14 2020-06-13] 178: Checking geocodings ** [00:24:14 2020-06-13] 178: Checking synchronizations ** [00:24:14 2020-06-13] 178: Checking tracker ** [00:24:14 2020-06-13] 178: Checking user_migrations ** [00:24:14 2020-06-13] 178: Checking batch_updates ** [00:24:14 2020-06-13] 178: Checking gears ** [00:24:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:24:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:19 2020-06-13] 178: Checking imports ** [00:24:19 2020-06-13] 178: Checking exports ** [00:24:19 2020-06-13] 178: Checking users ** [00:24:19 2020-06-13] 178: Checking user_dbs ** [00:24:19 2020-06-13] 178: Checking geocodings ** [00:24:19 2020-06-13] 178: Checking synchronizations ** [00:24:19 2020-06-13] 178: Checking tracker ** [00:24:19 2020-06-13] 178: Checking user_migrations ** [00:24:19 2020-06-13] 178: Checking batch_updates ** [00:24:19 2020-06-13] 178: Checking gears ** [00:24:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:24:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:24 2020-06-13] 178: Checking imports ** [00:24:24 2020-06-13] 178: Checking exports ** [00:24:24 2020-06-13] 178: Checking users ** [00:24:24 2020-06-13] 178: Checking user_dbs ** [00:24:24 2020-06-13] 178: Checking geocodings ** [00:24:24 2020-06-13] 178: Checking synchronizations ** [00:24:24 2020-06-13] 178: Checking tracker ** [00:24:24 2020-06-13] 178: Checking user_migrations ** [00:24:24 2020-06-13] 178: Checking batch_updates ** [00:24:24 2020-06-13] 178: Checking gears ** [00:24:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:24:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:29 2020-06-13] 178: Checking imports ** [00:24:29 2020-06-13] 178: Checking exports ** [00:24:29 2020-06-13] 178: Checking users ** [00:24:29 2020-06-13] 178: Checking user_dbs ** [00:24:29 2020-06-13] 178: Checking geocodings ** [00:24:29 2020-06-13] 178: Checking synchronizations ** [00:24:29 2020-06-13] 178: Checking tracker ** [00:24:29 2020-06-13] 178: Checking user_migrations ** [00:24:29 2020-06-13] 178: Checking batch_updates ** [00:24:29 2020-06-13] 178: Checking gears ** [00:24:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:24:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:34 2020-06-13] 178: Checking imports ** [00:24:34 2020-06-13] 178: Checking exports ** [00:24:34 2020-06-13] 178: Checking users ** [00:24:34 2020-06-13] 178: Checking user_dbs ** [00:24:34 2020-06-13] 178: Checking geocodings ** [00:24:34 2020-06-13] 178: Checking synchronizations ** [00:24:34 2020-06-13] 178: Checking tracker ** [00:24:34 2020-06-13] 178: Checking user_migrations ** [00:24:34 2020-06-13] 178: Checking batch_updates ** [00:24:34 2020-06-13] 178: Checking gears ** [00:24:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:24:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:39 2020-06-13] 178: Checking imports ** [00:24:39 2020-06-13] 178: Checking exports ** [00:24:39 2020-06-13] 178: Checking users ** [00:24:39 2020-06-13] 178: Checking user_dbs ** [00:24:39 2020-06-13] 178: Checking geocodings ** [00:24:39 2020-06-13] 178: Checking synchronizations ** [00:24:39 2020-06-13] 178: Checking tracker ** [00:24:39 2020-06-13] 178: Checking user_migrations ** [00:24:39 2020-06-13] 178: Checking batch_updates ** [00:24:39 2020-06-13] 178: Checking gears ** [00:24:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:24:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:44 2020-06-13] 178: Checking imports ** [00:24:44 2020-06-13] 178: Checking exports ** [00:24:44 2020-06-13] 178: Checking users ** [00:24:44 2020-06-13] 178: Checking user_dbs ** [00:24:44 2020-06-13] 178: Checking geocodings ** [00:24:44 2020-06-13] 178: Checking synchronizations ** [00:24:44 2020-06-13] 178: Checking tracker ** [00:24:44 2020-06-13] 178: Checking user_migrations ** [00:24:44 2020-06-13] 178: Checking batch_updates ** [00:24:44 2020-06-13] 178: Checking gears ** [00:24:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:24:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:49 2020-06-13] 178: Checking imports ** [00:24:49 2020-06-13] 178: Checking exports ** [00:24:49 2020-06-13] 178: Checking users ** [00:24:49 2020-06-13] 178: Checking user_dbs ** [00:24:49 2020-06-13] 178: Checking geocodings ** [00:24:49 2020-06-13] 178: Checking synchronizations ** [00:24:49 2020-06-13] 178: Checking tracker ** [00:24:49 2020-06-13] 178: Checking user_migrations ** [00:24:49 2020-06-13] 178: Checking batch_updates ** [00:24:49 2020-06-13] 178: Checking gears ** [00:24:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:24:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:54 2020-06-13] 178: Checking imports ** [00:24:54 2020-06-13] 178: Checking exports ** [00:24:54 2020-06-13] 178: Checking users ** [00:24:54 2020-06-13] 178: Checking user_dbs ** [00:24:54 2020-06-13] 178: Checking geocodings ** [00:24:54 2020-06-13] 178: Checking synchronizations ** [00:24:54 2020-06-13] 178: Checking tracker ** [00:24:54 2020-06-13] 178: Checking user_migrations ** [00:24:54 2020-06-13] 178: Checking batch_updates ** [00:24:54 2020-06-13] 178: Checking gears ** [00:24:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:24:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:59 2020-06-13] 178: Checking imports ** [00:24:59 2020-06-13] 178: Checking exports ** [00:24:59 2020-06-13] 178: Checking users ** [00:24:59 2020-06-13] 178: Checking user_dbs ** [00:24:59 2020-06-13] 178: Checking geocodings ** [00:24:59 2020-06-13] 178: Checking synchronizations ** [00:24:59 2020-06-13] 178: Checking tracker ** [00:24:59 2020-06-13] 178: Checking user_migrations ** [00:24:59 2020-06-13] 178: Checking batch_updates ** [00:24:59 2020-06-13] 178: Checking gears ** [00:24:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:24:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:04 2020-06-13] 178: Checking imports ** [00:25:04 2020-06-13] 178: Checking exports ** [00:25:04 2020-06-13] 178: Checking users ** [00:25:04 2020-06-13] 178: Checking user_dbs ** [00:25:04 2020-06-13] 178: Checking geocodings ** [00:25:04 2020-06-13] 178: Checking synchronizations ** [00:25:04 2020-06-13] 178: Checking tracker ** [00:25:04 2020-06-13] 178: Checking user_migrations ** [00:25:04 2020-06-13] 178: Checking batch_updates ** [00:25:04 2020-06-13] 178: Checking gears ** [00:25:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:25:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:09 2020-06-13] 178: Checking imports ** [00:25:09 2020-06-13] 178: Checking exports ** [00:25:09 2020-06-13] 178: Checking users ** [00:25:09 2020-06-13] 178: Checking user_dbs ** [00:25:09 2020-06-13] 178: Checking geocodings ** [00:25:09 2020-06-13] 178: Checking synchronizations ** [00:25:09 2020-06-13] 178: Checking tracker ** [00:25:09 2020-06-13] 178: Checking user_migrations ** [00:25:09 2020-06-13] 178: Checking batch_updates ** [00:25:09 2020-06-13] 178: Checking gears ** [00:25:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:25:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:14 2020-06-13] 178: Checking imports ** [00:25:14 2020-06-13] 178: Checking exports ** [00:25:14 2020-06-13] 178: Checking users ** [00:25:14 2020-06-13] 178: Checking user_dbs ** [00:25:14 2020-06-13] 178: Checking geocodings ** [00:25:14 2020-06-13] 178: Checking synchronizations ** [00:25:14 2020-06-13] 178: Checking tracker ** [00:25:14 2020-06-13] 178: Checking user_migrations ** [00:25:14 2020-06-13] 178: Checking batch_updates ** [00:25:14 2020-06-13] 178: Checking gears ** [00:25:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:25:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:19 2020-06-13] 178: Checking imports ** [00:25:19 2020-06-13] 178: Checking exports ** [00:25:19 2020-06-13] 178: Checking users ** [00:25:19 2020-06-13] 178: Checking user_dbs ** [00:25:19 2020-06-13] 178: Checking geocodings ** [00:25:19 2020-06-13] 178: Checking synchronizations ** [00:25:19 2020-06-13] 178: Checking tracker ** [00:25:19 2020-06-13] 178: Checking user_migrations ** [00:25:19 2020-06-13] 178: Checking batch_updates ** [00:25:19 2020-06-13] 178: Checking gears ** [00:25:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:25:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:24 2020-06-13] 178: Checking imports ** [00:25:24 2020-06-13] 178: Checking exports ** [00:25:24 2020-06-13] 178: Checking users ** [00:25:24 2020-06-13] 178: Checking user_dbs ** [00:25:24 2020-06-13] 178: Checking geocodings ** [00:25:24 2020-06-13] 178: Checking synchronizations ** [00:25:24 2020-06-13] 178: Checking tracker ** [00:25:24 2020-06-13] 178: Checking user_migrations ** [00:25:24 2020-06-13] 178: Checking batch_updates ** [00:25:24 2020-06-13] 178: Checking gears ** [00:25:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:25:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:29 2020-06-13] 178: Checking imports ** [00:25:29 2020-06-13] 178: Checking exports ** [00:25:29 2020-06-13] 178: Checking users ** [00:25:29 2020-06-13] 178: Checking user_dbs ** [00:25:29 2020-06-13] 178: Checking geocodings ** [00:25:29 2020-06-13] 178: Checking synchronizations ** [00:25:29 2020-06-13] 178: Checking tracker ** [00:25:29 2020-06-13] 178: Checking user_migrations ** [00:25:29 2020-06-13] 178: Checking batch_updates ** [00:25:29 2020-06-13] 178: Checking gears ** [00:25:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:25:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:34 2020-06-13] 178: Checking imports ** [00:25:34 2020-06-13] 178: Checking exports ** [00:25:34 2020-06-13] 178: Checking users ** [00:25:34 2020-06-13] 178: Checking user_dbs ** [00:25:34 2020-06-13] 178: Checking geocodings ** [00:25:34 2020-06-13] 178: Checking synchronizations ** [00:25:34 2020-06-13] 178: Checking tracker ** [00:25:34 2020-06-13] 178: Checking user_migrations ** [00:25:34 2020-06-13] 178: Checking batch_updates ** [00:25:34 2020-06-13] 178: Checking gears ** [00:25:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:25:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:39 2020-06-13] 178: Checking imports ** [00:25:39 2020-06-13] 178: Checking exports ** [00:25:39 2020-06-13] 178: Checking users ** [00:25:39 2020-06-13] 178: Checking user_dbs ** [00:25:39 2020-06-13] 178: Checking geocodings ** [00:25:39 2020-06-13] 178: Checking synchronizations ** [00:25:39 2020-06-13] 178: Checking tracker ** [00:25:39 2020-06-13] 178: Checking user_migrations ** [00:25:39 2020-06-13] 178: Checking batch_updates ** [00:25:39 2020-06-13] 178: Checking gears ** [00:25:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:25:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:44 2020-06-13] 178: Checking imports ** [00:25:44 2020-06-13] 178: Checking exports ** [00:25:44 2020-06-13] 178: Checking users ** [00:25:44 2020-06-13] 178: Checking user_dbs ** [00:25:44 2020-06-13] 178: Checking geocodings ** [00:25:44 2020-06-13] 178: Checking synchronizations ** [00:25:44 2020-06-13] 178: Checking tracker ** [00:25:44 2020-06-13] 178: Checking user_migrations ** [00:25:44 2020-06-13] 178: Checking batch_updates ** [00:25:44 2020-06-13] 178: Checking gears ** [00:25:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:25:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:49 2020-06-13] 178: Checking imports ** [00:25:49 2020-06-13] 178: Checking exports ** [00:25:49 2020-06-13] 178: Checking users ** [00:25:49 2020-06-13] 178: Checking user_dbs ** [00:25:49 2020-06-13] 178: Checking geocodings ** [00:25:49 2020-06-13] 178: Checking synchronizations ** [00:25:49 2020-06-13] 178: Checking tracker ** [00:25:49 2020-06-13] 178: Checking user_migrations ** [00:25:49 2020-06-13] 178: Checking batch_updates ** [00:25:49 2020-06-13] 178: Checking gears ** [00:25:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:25:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:54 2020-06-13] 178: Checking imports ** [00:25:54 2020-06-13] 178: Checking exports ** [00:25:54 2020-06-13] 178: Checking users ** [00:25:54 2020-06-13] 178: Checking user_dbs ** [00:25:54 2020-06-13] 178: Checking geocodings ** [00:25:54 2020-06-13] 178: Checking synchronizations ** [00:25:54 2020-06-13] 178: Checking tracker ** [00:25:54 2020-06-13] 178: Checking user_migrations ** [00:25:54 2020-06-13] 178: Checking batch_updates ** [00:25:54 2020-06-13] 178: Checking gears ** [00:25:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:25:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:59 2020-06-13] 178: Checking imports ** [00:25:59 2020-06-13] 178: Checking exports ** [00:25:59 2020-06-13] 178: Checking users ** [00:25:59 2020-06-13] 178: Checking user_dbs ** [00:25:59 2020-06-13] 178: Checking geocodings ** [00:25:59 2020-06-13] 178: Checking synchronizations ** [00:25:59 2020-06-13] 178: Checking tracker ** [00:25:59 2020-06-13] 178: Checking user_migrations ** [00:25:59 2020-06-13] 178: Checking batch_updates ** [00:25:59 2020-06-13] 178: Checking gears ** [00:25:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:25:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:04 2020-06-13] 178: Checking imports ** [00:26:04 2020-06-13] 178: Checking exports ** [00:26:04 2020-06-13] 178: Checking users ** [00:26:04 2020-06-13] 178: Checking user_dbs ** [00:26:04 2020-06-13] 178: Checking geocodings ** [00:26:04 2020-06-13] 178: Checking synchronizations ** [00:26:04 2020-06-13] 178: Checking tracker ** [00:26:04 2020-06-13] 178: Checking user_migrations ** [00:26:04 2020-06-13] 178: Checking batch_updates ** [00:26:04 2020-06-13] 178: Checking gears ** [00:26:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:26:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:09 2020-06-13] 178: Checking imports ** [00:26:09 2020-06-13] 178: Checking exports ** [00:26:09 2020-06-13] 178: Checking users ** [00:26:09 2020-06-13] 178: Checking user_dbs ** [00:26:09 2020-06-13] 178: Checking geocodings ** [00:26:09 2020-06-13] 178: Checking synchronizations ** [00:26:09 2020-06-13] 178: Checking tracker ** [00:26:09 2020-06-13] 178: Checking user_migrations ** [00:26:09 2020-06-13] 178: Checking batch_updates ** [00:26:09 2020-06-13] 178: Checking gears ** [00:26:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:26:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:14 2020-06-13] 178: Checking imports ** [00:26:14 2020-06-13] 178: Checking exports ** [00:26:14 2020-06-13] 178: Checking users ** [00:26:14 2020-06-13] 178: Checking user_dbs ** [00:26:14 2020-06-13] 178: Checking geocodings ** [00:26:14 2020-06-13] 178: Checking synchronizations ** [00:26:14 2020-06-13] 178: Checking tracker ** [00:26:14 2020-06-13] 178: Checking user_migrations ** [00:26:14 2020-06-13] 178: Checking batch_updates ** [00:26:14 2020-06-13] 178: Checking gears ** [00:26:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:26:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:19 2020-06-13] 178: Checking imports ** [00:26:19 2020-06-13] 178: Checking exports ** [00:26:19 2020-06-13] 178: Checking users ** [00:26:19 2020-06-13] 178: Checking user_dbs ** [00:26:19 2020-06-13] 178: Checking geocodings ** [00:26:19 2020-06-13] 178: Checking synchronizations ** [00:26:19 2020-06-13] 178: Checking tracker ** [00:26:19 2020-06-13] 178: Checking user_migrations ** [00:26:19 2020-06-13] 178: Checking batch_updates ** [00:26:19 2020-06-13] 178: Checking gears ** [00:26:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:26:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:24 2020-06-13] 178: Checking imports ** [00:26:24 2020-06-13] 178: Checking exports ** [00:26:24 2020-06-13] 178: Checking users ** [00:26:24 2020-06-13] 178: Checking user_dbs ** [00:26:24 2020-06-13] 178: Checking geocodings ** [00:26:24 2020-06-13] 178: Checking synchronizations ** [00:26:24 2020-06-13] 178: Checking tracker ** [00:26:24 2020-06-13] 178: Checking user_migrations ** [00:26:24 2020-06-13] 178: Checking batch_updates ** [00:26:24 2020-06-13] 178: Checking gears ** [00:26:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:26:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:29 2020-06-13] 178: Checking imports ** [00:26:29 2020-06-13] 178: Checking exports ** [00:26:29 2020-06-13] 178: Checking users ** [00:26:29 2020-06-13] 178: Checking user_dbs ** [00:26:29 2020-06-13] 178: Checking geocodings ** [00:26:29 2020-06-13] 178: Checking synchronizations ** [00:26:29 2020-06-13] 178: Checking tracker ** [00:26:29 2020-06-13] 178: Checking user_migrations ** [00:26:29 2020-06-13] 178: Checking batch_updates ** [00:26:29 2020-06-13] 178: Checking gears ** [00:26:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:26:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:34 2020-06-13] 178: Checking imports ** [00:26:34 2020-06-13] 178: Checking exports ** [00:26:34 2020-06-13] 178: Checking users ** [00:26:34 2020-06-13] 178: Checking user_dbs ** [00:26:34 2020-06-13] 178: Checking geocodings ** [00:26:34 2020-06-13] 178: Checking synchronizations ** [00:26:34 2020-06-13] 178: Checking tracker ** [00:26:34 2020-06-13] 178: Checking user_migrations ** [00:26:34 2020-06-13] 178: Checking batch_updates ** [00:26:34 2020-06-13] 178: Checking gears ** [00:26:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:26:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:39 2020-06-13] 178: Checking imports ** [00:26:39 2020-06-13] 178: Checking exports ** [00:26:39 2020-06-13] 178: Checking users ** [00:26:39 2020-06-13] 178: Checking user_dbs ** [00:26:39 2020-06-13] 178: Checking geocodings ** [00:26:39 2020-06-13] 178: Checking synchronizations ** [00:26:39 2020-06-13] 178: Checking tracker ** [00:26:39 2020-06-13] 178: Checking user_migrations ** [00:26:39 2020-06-13] 178: Checking batch_updates ** [00:26:39 2020-06-13] 178: Checking gears ** [00:26:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:26:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:44 2020-06-13] 178: Checking imports ** [00:26:44 2020-06-13] 178: Checking exports ** [00:26:44 2020-06-13] 178: Checking users ** [00:26:44 2020-06-13] 178: Checking user_dbs ** [00:26:44 2020-06-13] 178: Checking geocodings ** [00:26:44 2020-06-13] 178: Checking synchronizations ** [00:26:44 2020-06-13] 178: Checking tracker ** [00:26:44 2020-06-13] 178: Checking user_migrations ** [00:26:44 2020-06-13] 178: Checking batch_updates ** [00:26:44 2020-06-13] 178: Checking gears ** [00:26:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:26:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:49 2020-06-13] 178: Checking imports ** [00:26:49 2020-06-13] 178: Checking exports ** [00:26:49 2020-06-13] 178: Checking users ** [00:26:49 2020-06-13] 178: Checking user_dbs ** [00:26:49 2020-06-13] 178: Checking geocodings ** [00:26:49 2020-06-13] 178: Checking synchronizations ** [00:26:49 2020-06-13] 178: Checking tracker ** [00:26:49 2020-06-13] 178: Checking user_migrations ** [00:26:49 2020-06-13] 178: Checking batch_updates ** [00:26:49 2020-06-13] 178: Checking gears ** [00:26:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:26:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:54 2020-06-13] 178: Checking imports ** [00:26:54 2020-06-13] 178: Checking exports ** [00:26:54 2020-06-13] 178: Checking users ** [00:26:54 2020-06-13] 178: Checking user_dbs ** [00:26:54 2020-06-13] 178: Checking geocodings ** [00:26:54 2020-06-13] 178: Checking synchronizations ** [00:26:54 2020-06-13] 178: Checking tracker ** [00:26:54 2020-06-13] 178: Checking user_migrations ** [00:26:54 2020-06-13] 178: Checking batch_updates ** [00:26:54 2020-06-13] 178: Checking gears ** [00:26:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:26:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:59 2020-06-13] 178: Checking imports ** [00:26:59 2020-06-13] 178: Checking exports ** [00:26:59 2020-06-13] 178: Checking users ** [00:26:59 2020-06-13] 178: Checking user_dbs ** [00:26:59 2020-06-13] 178: Checking geocodings ** [00:26:59 2020-06-13] 178: Checking synchronizations ** [00:26:59 2020-06-13] 178: Checking tracker ** [00:26:59 2020-06-13] 178: Checking user_migrations ** [00:26:59 2020-06-13] 178: Checking batch_updates ** [00:26:59 2020-06-13] 178: Checking gears ** [00:26:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:26:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:04 2020-06-13] 178: Checking imports ** [00:27:04 2020-06-13] 178: Checking exports ** [00:27:04 2020-06-13] 178: Checking users ** [00:27:04 2020-06-13] 178: Checking user_dbs ** [00:27:04 2020-06-13] 178: Checking geocodings ** [00:27:04 2020-06-13] 178: Checking synchronizations ** [00:27:04 2020-06-13] 178: Checking tracker ** [00:27:04 2020-06-13] 178: Checking user_migrations ** [00:27:04 2020-06-13] 178: Checking batch_updates ** [00:27:04 2020-06-13] 178: Checking gears ** [00:27:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:27:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:09 2020-06-13] 178: Checking imports ** [00:27:09 2020-06-13] 178: Checking exports ** [00:27:09 2020-06-13] 178: Checking users ** [00:27:09 2020-06-13] 178: Checking user_dbs ** [00:27:09 2020-06-13] 178: Checking geocodings ** [00:27:09 2020-06-13] 178: Checking synchronizations ** [00:27:09 2020-06-13] 178: Checking tracker ** [00:27:09 2020-06-13] 178: Checking user_migrations ** [00:27:09 2020-06-13] 178: Checking batch_updates ** [00:27:09 2020-06-13] 178: Checking gears ** [00:27:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:27:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:14 2020-06-13] 178: Checking imports ** [00:27:14 2020-06-13] 178: Checking exports ** [00:27:14 2020-06-13] 178: Checking users ** [00:27:14 2020-06-13] 178: Checking user_dbs ** [00:27:14 2020-06-13] 178: Checking geocodings ** [00:27:14 2020-06-13] 178: Checking synchronizations ** [00:27:14 2020-06-13] 178: Checking tracker ** [00:27:14 2020-06-13] 178: Checking user_migrations ** [00:27:14 2020-06-13] 178: Checking batch_updates ** [00:27:14 2020-06-13] 178: Checking gears ** [00:27:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:27:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:19 2020-06-13] 178: Checking imports ** [00:27:19 2020-06-13] 178: Checking exports ** [00:27:19 2020-06-13] 178: Checking users ** [00:27:19 2020-06-13] 178: Checking user_dbs ** [00:27:19 2020-06-13] 178: Checking geocodings ** [00:27:19 2020-06-13] 178: Checking synchronizations ** [00:27:19 2020-06-13] 178: Checking tracker ** [00:27:19 2020-06-13] 178: Checking user_migrations ** [00:27:19 2020-06-13] 178: Checking batch_updates ** [00:27:19 2020-06-13] 178: Checking gears ** [00:27:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:27:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:24 2020-06-13] 178: Checking imports ** [00:27:24 2020-06-13] 178: Checking exports ** [00:27:24 2020-06-13] 178: Checking users ** [00:27:24 2020-06-13] 178: Checking user_dbs ** [00:27:24 2020-06-13] 178: Checking geocodings ** [00:27:24 2020-06-13] 178: Checking synchronizations ** [00:27:24 2020-06-13] 178: Checking tracker ** [00:27:24 2020-06-13] 178: Checking user_migrations ** [00:27:24 2020-06-13] 178: Checking batch_updates ** [00:27:24 2020-06-13] 178: Checking gears ** [00:27:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:27:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:29 2020-06-13] 178: Checking imports ** [00:27:29 2020-06-13] 178: Checking exports ** [00:27:29 2020-06-13] 178: Checking users ** [00:27:29 2020-06-13] 178: Checking user_dbs ** [00:27:29 2020-06-13] 178: Checking geocodings ** [00:27:29 2020-06-13] 178: Checking synchronizations ** [00:27:29 2020-06-13] 178: Checking tracker ** [00:27:29 2020-06-13] 178: Checking user_migrations ** [00:27:29 2020-06-13] 178: Checking batch_updates ** [00:27:29 2020-06-13] 178: Checking gears ** [00:27:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:27:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:34 2020-06-13] 178: Checking imports ** [00:27:34 2020-06-13] 178: Checking exports ** [00:27:34 2020-06-13] 178: Checking users ** [00:27:34 2020-06-13] 178: Checking user_dbs ** [00:27:34 2020-06-13] 178: Checking geocodings ** [00:27:34 2020-06-13] 178: Checking synchronizations ** [00:27:34 2020-06-13] 178: Checking tracker ** [00:27:34 2020-06-13] 178: Checking user_migrations ** [00:27:34 2020-06-13] 178: Checking batch_updates ** [00:27:34 2020-06-13] 178: Checking gears ** [00:27:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:27:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:39 2020-06-13] 178: Checking imports ** [00:27:39 2020-06-13] 178: Checking exports ** [00:27:39 2020-06-13] 178: Checking users ** [00:27:39 2020-06-13] 178: Checking user_dbs ** [00:27:39 2020-06-13] 178: Checking geocodings ** [00:27:39 2020-06-13] 178: Checking synchronizations ** [00:27:39 2020-06-13] 178: Checking tracker ** [00:27:39 2020-06-13] 178: Checking user_migrations ** [00:27:39 2020-06-13] 178: Checking batch_updates ** [00:27:39 2020-06-13] 178: Checking gears ** [00:27:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:27:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:44 2020-06-13] 178: Checking imports ** [00:27:44 2020-06-13] 178: Checking exports ** [00:27:44 2020-06-13] 178: Checking users ** [00:27:44 2020-06-13] 178: Checking user_dbs ** [00:27:44 2020-06-13] 178: Checking geocodings ** [00:27:44 2020-06-13] 178: Checking synchronizations ** [00:27:44 2020-06-13] 178: Checking tracker ** [00:27:44 2020-06-13] 178: Checking user_migrations ** [00:27:44 2020-06-13] 178: Checking batch_updates ** [00:27:44 2020-06-13] 178: Checking gears ** [00:27:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:27:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:49 2020-06-13] 178: Checking imports ** [00:27:49 2020-06-13] 178: Checking exports ** [00:27:49 2020-06-13] 178: Checking users ** [00:27:49 2020-06-13] 178: Checking user_dbs ** [00:27:49 2020-06-13] 178: Checking geocodings ** [00:27:49 2020-06-13] 178: Checking synchronizations ** [00:27:49 2020-06-13] 178: Checking tracker ** [00:27:49 2020-06-13] 178: Checking user_migrations ** [00:27:49 2020-06-13] 178: Checking batch_updates ** [00:27:49 2020-06-13] 178: Checking gears ** [00:27:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:27:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:54 2020-06-13] 178: Checking imports ** [00:27:54 2020-06-13] 178: Checking exports ** [00:27:54 2020-06-13] 178: Checking users ** [00:27:54 2020-06-13] 178: Checking user_dbs ** [00:27:54 2020-06-13] 178: Checking geocodings ** [00:27:54 2020-06-13] 178: Checking synchronizations ** [00:27:54 2020-06-13] 178: Checking tracker ** [00:27:54 2020-06-13] 178: Checking user_migrations ** [00:27:54 2020-06-13] 178: Checking batch_updates ** [00:27:54 2020-06-13] 178: Checking gears ** [00:27:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:27:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:59 2020-06-13] 178: Checking imports ** [00:27:59 2020-06-13] 178: Checking exports ** [00:27:59 2020-06-13] 178: Checking users ** [00:27:59 2020-06-13] 178: Checking user_dbs ** [00:27:59 2020-06-13] 178: Checking geocodings ** [00:27:59 2020-06-13] 178: Checking synchronizations ** [00:27:59 2020-06-13] 178: Checking tracker ** [00:27:59 2020-06-13] 178: Checking user_migrations ** [00:27:59 2020-06-13] 178: Checking batch_updates ** [00:27:59 2020-06-13] 178: Checking gears ** [00:27:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:27:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:04 2020-06-13] 178: Checking imports ** [00:28:04 2020-06-13] 178: Checking exports ** [00:28:04 2020-06-13] 178: Checking users ** [00:28:04 2020-06-13] 178: Checking user_dbs ** [00:28:04 2020-06-13] 178: Checking geocodings ** [00:28:04 2020-06-13] 178: Checking synchronizations ** [00:28:04 2020-06-13] 178: Checking tracker ** [00:28:04 2020-06-13] 178: Checking user_migrations ** [00:28:04 2020-06-13] 178: Checking batch_updates ** [00:28:04 2020-06-13] 178: Checking gears ** [00:28:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:28:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:09 2020-06-13] 178: Checking imports ** [00:28:09 2020-06-13] 178: Checking exports ** [00:28:09 2020-06-13] 178: Checking users ** [00:28:09 2020-06-13] 178: Checking user_dbs ** [00:28:09 2020-06-13] 178: Checking geocodings ** [00:28:09 2020-06-13] 178: Checking synchronizations ** [00:28:09 2020-06-13] 178: Checking tracker ** [00:28:09 2020-06-13] 178: Checking user_migrations ** [00:28:09 2020-06-13] 178: Checking batch_updates ** [00:28:09 2020-06-13] 178: Checking gears ** [00:28:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:28:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:14 2020-06-13] 178: Checking imports ** [00:28:14 2020-06-13] 178: Checking exports ** [00:28:14 2020-06-13] 178: Checking users ** [00:28:14 2020-06-13] 178: Checking user_dbs ** [00:28:14 2020-06-13] 178: Checking geocodings ** [00:28:14 2020-06-13] 178: Checking synchronizations ** [00:28:14 2020-06-13] 178: Checking tracker ** [00:28:14 2020-06-13] 178: Checking user_migrations ** [00:28:14 2020-06-13] 178: Checking batch_updates ** [00:28:14 2020-06-13] 178: Checking gears ** [00:28:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:28:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:19 2020-06-13] 178: Checking imports ** [00:28:19 2020-06-13] 178: Checking exports ** [00:28:19 2020-06-13] 178: Checking users ** [00:28:19 2020-06-13] 178: Checking user_dbs ** [00:28:19 2020-06-13] 178: Checking geocodings ** [00:28:19 2020-06-13] 178: Checking synchronizations ** [00:28:19 2020-06-13] 178: Checking tracker ** [00:28:19 2020-06-13] 178: Checking user_migrations ** [00:28:19 2020-06-13] 178: Checking batch_updates ** [00:28:19 2020-06-13] 178: Checking gears ** [00:28:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:28:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:24 2020-06-13] 178: Checking imports ** [00:28:24 2020-06-13] 178: Checking exports ** [00:28:24 2020-06-13] 178: Checking users ** [00:28:24 2020-06-13] 178: Checking user_dbs ** [00:28:24 2020-06-13] 178: Checking geocodings ** [00:28:24 2020-06-13] 178: Checking synchronizations ** [00:28:24 2020-06-13] 178: Checking tracker ** [00:28:24 2020-06-13] 178: Checking user_migrations ** [00:28:24 2020-06-13] 178: Checking batch_updates ** [00:28:24 2020-06-13] 178: Checking gears ** [00:28:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:28:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:29 2020-06-13] 178: Checking imports ** [00:28:29 2020-06-13] 178: Checking exports ** [00:28:29 2020-06-13] 178: Checking users ** [00:28:29 2020-06-13] 178: Checking user_dbs ** [00:28:29 2020-06-13] 178: Checking geocodings ** [00:28:29 2020-06-13] 178: Checking synchronizations ** [00:28:29 2020-06-13] 178: Checking tracker ** [00:28:29 2020-06-13] 178: Checking user_migrations ** [00:28:29 2020-06-13] 178: Checking batch_updates ** [00:28:29 2020-06-13] 178: Checking gears ** [00:28:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:28:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:34 2020-06-13] 178: Checking imports ** [00:28:34 2020-06-13] 178: Checking exports ** [00:28:34 2020-06-13] 178: Checking users ** [00:28:34 2020-06-13] 178: Checking user_dbs ** [00:28:34 2020-06-13] 178: Checking geocodings ** [00:28:34 2020-06-13] 178: Checking synchronizations ** [00:28:34 2020-06-13] 178: Checking tracker ** [00:28:34 2020-06-13] 178: Checking user_migrations ** [00:28:34 2020-06-13] 178: Checking batch_updates ** [00:28:34 2020-06-13] 178: Checking gears ** [00:28:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:28:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:39 2020-06-13] 178: Checking imports ** [00:28:39 2020-06-13] 178: Checking exports ** [00:28:39 2020-06-13] 178: Checking users ** [00:28:39 2020-06-13] 178: Checking user_dbs ** [00:28:39 2020-06-13] 178: Checking geocodings ** [00:28:39 2020-06-13] 178: Checking synchronizations ** [00:28:39 2020-06-13] 178: Checking tracker ** [00:28:39 2020-06-13] 178: Checking user_migrations ** [00:28:39 2020-06-13] 178: Checking batch_updates ** [00:28:39 2020-06-13] 178: Checking gears ** [00:28:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:28:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:44 2020-06-13] 178: Checking imports ** [00:28:44 2020-06-13] 178: Checking exports ** [00:28:44 2020-06-13] 178: Checking users ** [00:28:44 2020-06-13] 178: Checking user_dbs ** [00:28:44 2020-06-13] 178: Checking geocodings ** [00:28:44 2020-06-13] 178: Checking synchronizations ** [00:28:44 2020-06-13] 178: Checking tracker ** [00:28:44 2020-06-13] 178: Checking user_migrations ** [00:28:44 2020-06-13] 178: Checking batch_updates ** [00:28:44 2020-06-13] 178: Checking gears ** [00:28:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:28:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:49 2020-06-13] 178: Checking imports ** [00:28:49 2020-06-13] 178: Checking exports ** [00:28:49 2020-06-13] 178: Checking users ** [00:28:49 2020-06-13] 178: Checking user_dbs ** [00:28:49 2020-06-13] 178: Checking geocodings ** [00:28:49 2020-06-13] 178: Checking synchronizations ** [00:28:49 2020-06-13] 178: Checking tracker ** [00:28:49 2020-06-13] 178: Checking user_migrations ** [00:28:49 2020-06-13] 178: Checking batch_updates ** [00:28:49 2020-06-13] 178: Checking gears ** [00:28:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:28:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:54 2020-06-13] 178: Checking imports ** [00:28:54 2020-06-13] 178: Checking exports ** [00:28:54 2020-06-13] 178: Checking users ** [00:28:54 2020-06-13] 178: Checking user_dbs ** [00:28:54 2020-06-13] 178: Checking geocodings ** [00:28:54 2020-06-13] 178: Checking synchronizations ** [00:28:54 2020-06-13] 178: Checking tracker ** [00:28:54 2020-06-13] 178: Checking user_migrations ** [00:28:54 2020-06-13] 178: Checking batch_updates ** [00:28:54 2020-06-13] 178: Checking gears ** [00:28:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:28:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:59 2020-06-13] 178: Checking imports ** [00:28:59 2020-06-13] 178: Checking exports ** [00:28:59 2020-06-13] 178: Checking users ** [00:28:59 2020-06-13] 178: Checking user_dbs ** [00:28:59 2020-06-13] 178: Checking geocodings ** [00:28:59 2020-06-13] 178: Checking synchronizations ** [00:28:59 2020-06-13] 178: Checking tracker ** [00:28:59 2020-06-13] 178: Checking user_migrations ** [00:28:59 2020-06-13] 178: Checking batch_updates ** [00:28:59 2020-06-13] 178: Checking gears ** [00:28:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:28:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:04 2020-06-13] 178: Checking imports ** [00:29:04 2020-06-13] 178: Checking exports ** [00:29:04 2020-06-13] 178: Checking users ** [00:29:04 2020-06-13] 178: Checking user_dbs ** [00:29:04 2020-06-13] 178: Checking geocodings ** [00:29:04 2020-06-13] 178: Checking synchronizations ** [00:29:04 2020-06-13] 178: Checking tracker ** [00:29:04 2020-06-13] 178: Checking user_migrations ** [00:29:04 2020-06-13] 178: Checking batch_updates ** [00:29:05 2020-06-13] 178: Checking gears ** [00:29:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:29:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:10 2020-06-13] 178: Checking imports ** [00:29:10 2020-06-13] 178: Checking exports ** [00:29:10 2020-06-13] 178: Checking users ** [00:29:10 2020-06-13] 178: Checking user_dbs ** [00:29:10 2020-06-13] 178: Checking geocodings ** [00:29:10 2020-06-13] 178: Checking synchronizations ** [00:29:10 2020-06-13] 178: Checking tracker ** [00:29:10 2020-06-13] 178: Checking user_migrations ** [00:29:10 2020-06-13] 178: Checking batch_updates ** [00:29:10 2020-06-13] 178: Checking gears ** [00:29:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:29:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:15 2020-06-13] 178: Checking imports ** [00:29:15 2020-06-13] 178: Checking exports ** [00:29:15 2020-06-13] 178: Checking users ** [00:29:15 2020-06-13] 178: Checking user_dbs ** [00:29:15 2020-06-13] 178: Checking geocodings ** [00:29:15 2020-06-13] 178: Checking synchronizations ** [00:29:15 2020-06-13] 178: Checking tracker ** [00:29:15 2020-06-13] 178: Checking user_migrations ** [00:29:15 2020-06-13] 178: Checking batch_updates ** [00:29:15 2020-06-13] 178: Checking gears ** [00:29:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:29:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:20 2020-06-13] 178: Checking imports ** [00:29:20 2020-06-13] 178: Checking exports ** [00:29:20 2020-06-13] 178: Checking users ** [00:29:20 2020-06-13] 178: Checking user_dbs ** [00:29:20 2020-06-13] 178: Checking geocodings ** [00:29:20 2020-06-13] 178: Checking synchronizations ** [00:29:20 2020-06-13] 178: Checking tracker ** [00:29:20 2020-06-13] 178: Checking user_migrations ** [00:29:20 2020-06-13] 178: Checking batch_updates ** [00:29:20 2020-06-13] 178: Checking gears ** [00:29:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:29:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:25 2020-06-13] 178: Checking imports ** [00:29:25 2020-06-13] 178: Checking exports ** [00:29:25 2020-06-13] 178: Checking users ** [00:29:25 2020-06-13] 178: Checking user_dbs ** [00:29:25 2020-06-13] 178: Checking geocodings ** [00:29:25 2020-06-13] 178: Checking synchronizations ** [00:29:25 2020-06-13] 178: Checking tracker ** [00:29:25 2020-06-13] 178: Checking user_migrations ** [00:29:25 2020-06-13] 178: Checking batch_updates ** [00:29:25 2020-06-13] 178: Checking gears ** [00:29:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:29:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:30 2020-06-13] 178: Checking imports ** [00:29:30 2020-06-13] 178: Checking exports ** [00:29:30 2020-06-13] 178: Checking users ** [00:29:30 2020-06-13] 178: Checking user_dbs ** [00:29:30 2020-06-13] 178: Checking geocodings ** [00:29:30 2020-06-13] 178: Checking synchronizations ** [00:29:30 2020-06-13] 178: Checking tracker ** [00:29:30 2020-06-13] 178: Checking user_migrations ** [00:29:30 2020-06-13] 178: Checking batch_updates ** [00:29:30 2020-06-13] 178: Checking gears ** [00:29:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:29:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:35 2020-06-13] 178: Checking imports ** [00:29:35 2020-06-13] 178: Checking exports ** [00:29:35 2020-06-13] 178: Checking users ** [00:29:35 2020-06-13] 178: Checking user_dbs ** [00:29:35 2020-06-13] 178: Checking geocodings ** [00:29:35 2020-06-13] 178: Checking synchronizations ** [00:29:35 2020-06-13] 178: Checking tracker ** [00:29:35 2020-06-13] 178: Checking user_migrations ** [00:29:35 2020-06-13] 178: Checking batch_updates ** [00:29:35 2020-06-13] 178: Checking gears ** [00:29:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:29:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:40 2020-06-13] 178: Checking imports ** [00:29:40 2020-06-13] 178: Checking exports ** [00:29:40 2020-06-13] 178: Checking users ** [00:29:40 2020-06-13] 178: Checking user_dbs ** [00:29:40 2020-06-13] 178: Checking geocodings ** [00:29:40 2020-06-13] 178: Checking synchronizations ** [00:29:40 2020-06-13] 178: Checking tracker ** [00:29:40 2020-06-13] 178: Checking user_migrations ** [00:29:40 2020-06-13] 178: Checking batch_updates ** [00:29:40 2020-06-13] 178: Checking gears ** [00:29:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:29:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:45 2020-06-13] 178: Checking imports ** [00:29:45 2020-06-13] 178: Checking exports ** [00:29:45 2020-06-13] 178: Checking users ** [00:29:45 2020-06-13] 178: Checking user_dbs ** [00:29:45 2020-06-13] 178: Checking geocodings ** [00:29:45 2020-06-13] 178: Checking synchronizations ** [00:29:45 2020-06-13] 178: Checking tracker ** [00:29:45 2020-06-13] 178: Checking user_migrations ** [00:29:45 2020-06-13] 178: Checking batch_updates ** [00:29:45 2020-06-13] 178: Checking gears ** [00:29:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:29:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:50 2020-06-13] 178: Checking imports ** [00:29:50 2020-06-13] 178: Checking exports ** [00:29:50 2020-06-13] 178: Checking users ** [00:29:50 2020-06-13] 178: Checking user_dbs ** [00:29:50 2020-06-13] 178: Checking geocodings ** [00:29:50 2020-06-13] 178: Checking synchronizations ** [00:29:50 2020-06-13] 178: Checking tracker ** [00:29:50 2020-06-13] 178: Checking user_migrations ** [00:29:50 2020-06-13] 178: Checking batch_updates ** [00:29:50 2020-06-13] 178: Checking gears ** [00:29:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:29:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:55 2020-06-13] 178: Checking imports ** [00:29:55 2020-06-13] 178: Checking exports ** [00:29:55 2020-06-13] 178: Checking users ** [00:29:55 2020-06-13] 178: Checking user_dbs ** [00:29:55 2020-06-13] 178: Checking geocodings ** [00:29:55 2020-06-13] 178: Checking synchronizations ** [00:29:55 2020-06-13] 178: Checking tracker ** [00:29:55 2020-06-13] 178: Checking user_migrations ** [00:29:55 2020-06-13] 178: Checking batch_updates ** [00:29:55 2020-06-13] 178: Checking gears ** [00:29:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:29:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:00 2020-06-13] 178: Checking imports ** [00:30:00 2020-06-13] 178: Checking exports ** [00:30:00 2020-06-13] 178: Checking users ** [00:30:00 2020-06-13] 178: Checking user_dbs ** [00:30:00 2020-06-13] 178: Checking geocodings ** [00:30:00 2020-06-13] 178: Checking synchronizations ** [00:30:00 2020-06-13] 178: Checking tracker ** [00:30:00 2020-06-13] 178: Checking user_migrations ** [00:30:00 2020-06-13] 178: Checking batch_updates ** [00:30:00 2020-06-13] 178: Checking gears ** [00:30:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:30:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:05 2020-06-13] 178: Checking imports ** [00:30:05 2020-06-13] 178: Checking exports ** [00:30:05 2020-06-13] 178: Checking users ** [00:30:05 2020-06-13] 178: Checking user_dbs ** [00:30:05 2020-06-13] 178: Checking geocodings ** [00:30:05 2020-06-13] 178: Checking synchronizations ** [00:30:05 2020-06-13] 178: Checking tracker ** [00:30:05 2020-06-13] 178: Checking user_migrations ** [00:30:05 2020-06-13] 178: Checking batch_updates ** [00:30:05 2020-06-13] 178: Checking gears ** [00:30:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:30:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:10 2020-06-13] 178: Checking imports ** [00:30:10 2020-06-13] 178: Checking exports ** [00:30:10 2020-06-13] 178: Checking users ** [00:30:10 2020-06-13] 178: Checking user_dbs ** [00:30:10 2020-06-13] 178: Checking geocodings ** [00:30:10 2020-06-13] 178: Checking synchronizations ** [00:30:10 2020-06-13] 178: Checking tracker ** [00:30:10 2020-06-13] 178: Checking user_migrations ** [00:30:10 2020-06-13] 178: Checking batch_updates ** [00:30:10 2020-06-13] 178: Checking gears ** [00:30:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:30:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:15 2020-06-13] 178: Checking imports ** [00:30:15 2020-06-13] 178: Checking exports ** [00:30:15 2020-06-13] 178: Checking users ** [00:30:15 2020-06-13] 178: Checking user_dbs ** [00:30:15 2020-06-13] 178: Checking geocodings ** [00:30:15 2020-06-13] 178: Checking synchronizations ** [00:30:15 2020-06-13] 178: Checking tracker ** [00:30:15 2020-06-13] 178: Checking user_migrations ** [00:30:15 2020-06-13] 178: Checking batch_updates ** [00:30:15 2020-06-13] 178: Checking gears ** [00:30:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:30:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:20 2020-06-13] 178: Checking imports ** [00:30:20 2020-06-13] 178: Checking exports ** [00:30:20 2020-06-13] 178: Checking users ** [00:30:20 2020-06-13] 178: Checking user_dbs ** [00:30:20 2020-06-13] 178: Checking geocodings ** [00:30:20 2020-06-13] 178: Checking synchronizations ** [00:30:20 2020-06-13] 178: Checking tracker ** [00:30:20 2020-06-13] 178: Checking user_migrations ** [00:30:20 2020-06-13] 178: Checking batch_updates ** [00:30:20 2020-06-13] 178: Checking gears ** [00:30:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:30:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:25 2020-06-13] 178: Checking imports ** [00:30:25 2020-06-13] 178: Checking exports ** [00:30:25 2020-06-13] 178: Checking users ** [00:30:25 2020-06-13] 178: Checking user_dbs ** [00:30:25 2020-06-13] 178: Checking geocodings ** [00:30:25 2020-06-13] 178: Checking synchronizations ** [00:30:25 2020-06-13] 178: Checking tracker ** [00:30:25 2020-06-13] 178: Checking user_migrations ** [00:30:25 2020-06-13] 178: Checking batch_updates ** [00:30:25 2020-06-13] 178: Checking gears ** [00:30:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:30:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:30 2020-06-13] 178: Checking imports ** [00:30:30 2020-06-13] 178: Checking exports ** [00:30:30 2020-06-13] 178: Checking users ** [00:30:30 2020-06-13] 178: Checking user_dbs ** [00:30:30 2020-06-13] 178: Checking geocodings ** [00:30:30 2020-06-13] 178: Checking synchronizations ** [00:30:30 2020-06-13] 178: Checking tracker ** [00:30:30 2020-06-13] 178: Checking user_migrations ** [00:30:30 2020-06-13] 178: Checking batch_updates ** [00:30:30 2020-06-13] 178: Checking gears ** [00:30:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:30:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:35 2020-06-13] 178: Checking imports ** [00:30:35 2020-06-13] 178: Checking exports ** [00:30:35 2020-06-13] 178: Checking users ** [00:30:35 2020-06-13] 178: Checking user_dbs ** [00:30:35 2020-06-13] 178: Checking geocodings ** [00:30:35 2020-06-13] 178: Checking synchronizations ** [00:30:35 2020-06-13] 178: Checking tracker ** [00:30:35 2020-06-13] 178: Checking user_migrations ** [00:30:35 2020-06-13] 178: Checking batch_updates ** [00:30:35 2020-06-13] 178: Checking gears ** [00:30:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:30:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:40 2020-06-13] 178: Checking imports ** [00:30:40 2020-06-13] 178: Checking exports ** [00:30:40 2020-06-13] 178: Checking users ** [00:30:40 2020-06-13] 178: Checking user_dbs ** [00:30:40 2020-06-13] 178: Checking geocodings ** [00:30:40 2020-06-13] 178: Checking synchronizations ** [00:30:40 2020-06-13] 178: Checking tracker ** [00:30:40 2020-06-13] 178: Checking user_migrations ** [00:30:40 2020-06-13] 178: Checking batch_updates ** [00:30:40 2020-06-13] 178: Checking gears ** [00:30:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:30:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:45 2020-06-13] 178: Checking imports ** [00:30:45 2020-06-13] 178: Checking exports ** [00:30:45 2020-06-13] 178: Checking users ** [00:30:45 2020-06-13] 178: Checking user_dbs ** [00:30:45 2020-06-13] 178: Checking geocodings ** [00:30:45 2020-06-13] 178: Checking synchronizations ** [00:30:45 2020-06-13] 178: Checking tracker ** [00:30:45 2020-06-13] 178: Checking user_migrations ** [00:30:45 2020-06-13] 178: Checking batch_updates ** [00:30:45 2020-06-13] 178: Checking gears ** [00:30:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:30:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:50 2020-06-13] 178: Checking imports ** [00:30:50 2020-06-13] 178: Checking exports ** [00:30:50 2020-06-13] 178: Checking users ** [00:30:50 2020-06-13] 178: Checking user_dbs ** [00:30:50 2020-06-13] 178: Checking geocodings ** [00:30:50 2020-06-13] 178: Checking synchronizations ** [00:30:50 2020-06-13] 178: Checking tracker ** [00:30:50 2020-06-13] 178: Checking user_migrations ** [00:30:50 2020-06-13] 178: Checking batch_updates ** [00:30:50 2020-06-13] 178: Checking gears ** [00:30:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:30:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:55 2020-06-13] 178: Checking imports ** [00:30:55 2020-06-13] 178: Checking exports ** [00:30:55 2020-06-13] 178: Checking users ** [00:30:55 2020-06-13] 178: Checking user_dbs ** [00:30:55 2020-06-13] 178: Checking geocodings ** [00:30:55 2020-06-13] 178: Checking synchronizations ** [00:30:55 2020-06-13] 178: Checking tracker ** [00:30:55 2020-06-13] 178: Checking user_migrations ** [00:30:55 2020-06-13] 178: Checking batch_updates ** [00:30:55 2020-06-13] 178: Checking gears ** [00:30:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:30:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:00 2020-06-13] 178: Checking imports ** [00:31:00 2020-06-13] 178: Checking exports ** [00:31:00 2020-06-13] 178: Checking users ** [00:31:00 2020-06-13] 178: Checking user_dbs ** [00:31:00 2020-06-13] 178: Checking geocodings ** [00:31:00 2020-06-13] 178: Checking synchronizations ** [00:31:00 2020-06-13] 178: Checking tracker ** [00:31:00 2020-06-13] 178: Checking user_migrations ** [00:31:00 2020-06-13] 178: Checking batch_updates ** [00:31:00 2020-06-13] 178: Checking gears ** [00:31:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:31:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:05 2020-06-13] 178: Checking imports ** [00:31:05 2020-06-13] 178: Checking exports ** [00:31:05 2020-06-13] 178: Checking users ** [00:31:05 2020-06-13] 178: Checking user_dbs ** [00:31:05 2020-06-13] 178: Checking geocodings ** [00:31:05 2020-06-13] 178: Checking synchronizations ** [00:31:05 2020-06-13] 178: Checking tracker ** [00:31:05 2020-06-13] 178: Checking user_migrations ** [00:31:05 2020-06-13] 178: Checking batch_updates ** [00:31:05 2020-06-13] 178: Checking gears ** [00:31:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:31:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:10 2020-06-13] 178: Checking imports ** [00:31:10 2020-06-13] 178: Checking exports ** [00:31:10 2020-06-13] 178: Checking users ** [00:31:10 2020-06-13] 178: Checking user_dbs ** [00:31:10 2020-06-13] 178: Checking geocodings ** [00:31:10 2020-06-13] 178: Checking synchronizations ** [00:31:10 2020-06-13] 178: Checking tracker ** [00:31:10 2020-06-13] 178: Checking user_migrations ** [00:31:10 2020-06-13] 178: Checking batch_updates ** [00:31:10 2020-06-13] 178: Checking gears ** [00:31:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:31:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:15 2020-06-13] 178: Checking imports ** [00:31:15 2020-06-13] 178: Checking exports ** [00:31:15 2020-06-13] 178: Checking users ** [00:31:15 2020-06-13] 178: Checking user_dbs ** [00:31:15 2020-06-13] 178: Checking geocodings ** [00:31:15 2020-06-13] 178: Checking synchronizations ** [00:31:15 2020-06-13] 178: Checking tracker ** [00:31:15 2020-06-13] 178: Checking user_migrations ** [00:31:15 2020-06-13] 178: Checking batch_updates ** [00:31:15 2020-06-13] 178: Checking gears ** [00:31:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:31:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:20 2020-06-13] 178: Checking imports ** [00:31:20 2020-06-13] 178: Checking exports ** [00:31:20 2020-06-13] 178: Checking users ** [00:31:20 2020-06-13] 178: Checking user_dbs ** [00:31:20 2020-06-13] 178: Checking geocodings ** [00:31:20 2020-06-13] 178: Checking synchronizations ** [00:31:20 2020-06-13] 178: Checking tracker ** [00:31:20 2020-06-13] 178: Checking user_migrations ** [00:31:20 2020-06-13] 178: Checking batch_updates ** [00:31:20 2020-06-13] 178: Checking gears ** [00:31:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:31:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:25 2020-06-13] 178: Checking imports ** [00:31:25 2020-06-13] 178: Checking exports ** [00:31:25 2020-06-13] 178: Checking users ** [00:31:25 2020-06-13] 178: Checking user_dbs ** [00:31:25 2020-06-13] 178: Checking geocodings ** [00:31:25 2020-06-13] 178: Checking synchronizations ** [00:31:25 2020-06-13] 178: Checking tracker ** [00:31:25 2020-06-13] 178: Checking user_migrations ** [00:31:25 2020-06-13] 178: Checking batch_updates ** [00:31:25 2020-06-13] 178: Checking gears ** [00:31:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:31:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:30 2020-06-13] 178: Checking imports ** [00:31:30 2020-06-13] 178: Checking exports ** [00:31:30 2020-06-13] 178: Checking users ** [00:31:30 2020-06-13] 178: Checking user_dbs ** [00:31:30 2020-06-13] 178: Checking geocodings ** [00:31:30 2020-06-13] 178: Checking synchronizations ** [00:31:30 2020-06-13] 178: Checking tracker ** [00:31:30 2020-06-13] 178: Checking user_migrations ** [00:31:30 2020-06-13] 178: Checking batch_updates ** [00:31:30 2020-06-13] 178: Checking gears ** [00:31:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:31:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:35 2020-06-13] 178: Checking imports ** [00:31:35 2020-06-13] 178: Checking exports ** [00:31:35 2020-06-13] 178: Checking users ** [00:31:35 2020-06-13] 178: Checking user_dbs ** [00:31:35 2020-06-13] 178: Checking geocodings ** [00:31:35 2020-06-13] 178: Checking synchronizations ** [00:31:35 2020-06-13] 178: Checking tracker ** [00:31:35 2020-06-13] 178: Checking user_migrations ** [00:31:35 2020-06-13] 178: Checking batch_updates ** [00:31:35 2020-06-13] 178: Checking gears ** [00:31:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:31:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:40 2020-06-13] 178: Checking imports ** [00:31:40 2020-06-13] 178: Checking exports ** [00:31:40 2020-06-13] 178: Checking users ** [00:31:40 2020-06-13] 178: Checking user_dbs ** [00:31:40 2020-06-13] 178: Checking geocodings ** [00:31:40 2020-06-13] 178: Checking synchronizations ** [00:31:40 2020-06-13] 178: Checking tracker ** [00:31:40 2020-06-13] 178: Checking user_migrations ** [00:31:40 2020-06-13] 178: Checking batch_updates ** [00:31:40 2020-06-13] 178: Checking gears ** [00:31:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:31:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:45 2020-06-13] 178: Checking imports ** [00:31:45 2020-06-13] 178: Checking exports ** [00:31:45 2020-06-13] 178: Checking users ** [00:31:45 2020-06-13] 178: Checking user_dbs ** [00:31:45 2020-06-13] 178: Checking geocodings ** [00:31:45 2020-06-13] 178: Checking synchronizations ** [00:31:45 2020-06-13] 178: Checking tracker ** [00:31:45 2020-06-13] 178: Checking user_migrations ** [00:31:45 2020-06-13] 178: Checking batch_updates ** [00:31:45 2020-06-13] 178: Checking gears ** [00:31:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:31:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:50 2020-06-13] 178: Checking imports ** [00:31:50 2020-06-13] 178: Checking exports ** [00:31:50 2020-06-13] 178: Checking users ** [00:31:50 2020-06-13] 178: Checking user_dbs ** [00:31:50 2020-06-13] 178: Checking geocodings ** [00:31:50 2020-06-13] 178: Checking synchronizations ** [00:31:50 2020-06-13] 178: Checking tracker ** [00:31:50 2020-06-13] 178: Checking user_migrations ** [00:31:50 2020-06-13] 178: Checking batch_updates ** [00:31:50 2020-06-13] 178: Checking gears ** [00:31:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:31:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:55 2020-06-13] 178: Checking imports ** [00:31:55 2020-06-13] 178: Checking exports ** [00:31:55 2020-06-13] 178: Checking users ** [00:31:55 2020-06-13] 178: Checking user_dbs ** [00:31:55 2020-06-13] 178: Checking geocodings ** [00:31:55 2020-06-13] 178: Checking synchronizations ** [00:31:55 2020-06-13] 178: Checking tracker ** [00:31:55 2020-06-13] 178: Checking user_migrations ** [00:31:55 2020-06-13] 178: Checking batch_updates ** [00:31:55 2020-06-13] 178: Checking gears ** [00:31:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:31:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:00 2020-06-13] 178: Checking imports ** [00:32:00 2020-06-13] 178: Checking exports ** [00:32:00 2020-06-13] 178: Checking users ** [00:32:00 2020-06-13] 178: Checking user_dbs ** [00:32:00 2020-06-13] 178: Checking geocodings ** [00:32:00 2020-06-13] 178: Checking synchronizations ** [00:32:00 2020-06-13] 178: Checking tracker ** [00:32:00 2020-06-13] 178: Checking user_migrations ** [00:32:00 2020-06-13] 178: Checking batch_updates ** [00:32:00 2020-06-13] 178: Checking gears ** [00:32:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:32:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:05 2020-06-13] 178: Checking imports ** [00:32:05 2020-06-13] 178: Checking exports ** [00:32:05 2020-06-13] 178: Checking users ** [00:32:05 2020-06-13] 178: Checking user_dbs ** [00:32:05 2020-06-13] 178: Checking geocodings ** [00:32:05 2020-06-13] 178: Checking synchronizations ** [00:32:05 2020-06-13] 178: Checking tracker ** [00:32:05 2020-06-13] 178: Checking user_migrations ** [00:32:05 2020-06-13] 178: Checking batch_updates ** [00:32:05 2020-06-13] 178: Checking gears ** [00:32:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:32:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:10 2020-06-13] 178: Checking imports ** [00:32:10 2020-06-13] 178: Checking exports ** [00:32:10 2020-06-13] 178: Checking users ** [00:32:10 2020-06-13] 178: Checking user_dbs ** [00:32:10 2020-06-13] 178: Checking geocodings ** [00:32:10 2020-06-13] 178: Checking synchronizations ** [00:32:10 2020-06-13] 178: Checking tracker ** [00:32:10 2020-06-13] 178: Checking user_migrations ** [00:32:10 2020-06-13] 178: Checking batch_updates ** [00:32:10 2020-06-13] 178: Checking gears ** [00:32:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:32:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:15 2020-06-13] 178: Checking imports ** [00:32:15 2020-06-13] 178: Checking exports ** [00:32:15 2020-06-13] 178: Checking users ** [00:32:15 2020-06-13] 178: Checking user_dbs ** [00:32:15 2020-06-13] 178: Checking geocodings ** [00:32:15 2020-06-13] 178: Checking synchronizations ** [00:32:15 2020-06-13] 178: Checking tracker ** [00:32:15 2020-06-13] 178: Checking user_migrations ** [00:32:15 2020-06-13] 178: Checking batch_updates ** [00:32:15 2020-06-13] 178: Checking gears ** [00:32:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:32:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:20 2020-06-13] 178: Checking imports ** [00:32:20 2020-06-13] 178: Checking exports ** [00:32:20 2020-06-13] 178: Checking users ** [00:32:20 2020-06-13] 178: Checking user_dbs ** [00:32:20 2020-06-13] 178: Checking geocodings ** [00:32:20 2020-06-13] 178: Checking synchronizations ** [00:32:20 2020-06-13] 178: Checking tracker ** [00:32:20 2020-06-13] 178: Checking user_migrations ** [00:32:20 2020-06-13] 178: Checking batch_updates ** [00:32:20 2020-06-13] 178: Checking gears ** [00:32:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:32:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:25 2020-06-13] 178: Checking imports ** [00:32:25 2020-06-13] 178: Checking exports ** [00:32:25 2020-06-13] 178: Checking users ** [00:32:25 2020-06-13] 178: Checking user_dbs ** [00:32:25 2020-06-13] 178: Checking geocodings ** [00:32:25 2020-06-13] 178: Checking synchronizations ** [00:32:25 2020-06-13] 178: Checking tracker ** [00:32:25 2020-06-13] 178: Checking user_migrations ** [00:32:25 2020-06-13] 178: Checking batch_updates ** [00:32:25 2020-06-13] 178: Checking gears ** [00:32:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:32:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:30 2020-06-13] 178: Checking imports ** [00:32:30 2020-06-13] 178: Checking exports ** [00:32:30 2020-06-13] 178: Checking users ** [00:32:30 2020-06-13] 178: Checking user_dbs ** [00:32:30 2020-06-13] 178: Checking geocodings ** [00:32:30 2020-06-13] 178: Checking synchronizations ** [00:32:30 2020-06-13] 178: Checking tracker ** [00:32:30 2020-06-13] 178: Checking user_migrations ** [00:32:30 2020-06-13] 178: Checking batch_updates ** [00:32:30 2020-06-13] 178: Checking gears ** [00:32:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:32:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:35 2020-06-13] 178: Checking imports ** [00:32:35 2020-06-13] 178: Checking exports ** [00:32:35 2020-06-13] 178: Checking users ** [00:32:35 2020-06-13] 178: Checking user_dbs ** [00:32:35 2020-06-13] 178: Checking geocodings ** [00:32:35 2020-06-13] 178: Checking synchronizations ** [00:32:35 2020-06-13] 178: Checking tracker ** [00:32:35 2020-06-13] 178: Checking user_migrations ** [00:32:35 2020-06-13] 178: Checking batch_updates ** [00:32:35 2020-06-13] 178: Checking gears ** [00:32:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:32:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:40 2020-06-13] 178: Checking imports ** [00:32:40 2020-06-13] 178: Checking exports ** [00:32:40 2020-06-13] 178: Checking users ** [00:32:40 2020-06-13] 178: Checking user_dbs ** [00:32:40 2020-06-13] 178: Checking geocodings ** [00:32:40 2020-06-13] 178: Checking synchronizations ** [00:32:40 2020-06-13] 178: Checking tracker ** [00:32:40 2020-06-13] 178: Checking user_migrations ** [00:32:40 2020-06-13] 178: Checking batch_updates ** [00:32:40 2020-06-13] 178: Checking gears ** [00:32:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:32:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:45 2020-06-13] 178: Checking imports ** [00:32:45 2020-06-13] 178: Checking exports ** [00:32:45 2020-06-13] 178: Checking users ** [00:32:45 2020-06-13] 178: Checking user_dbs ** [00:32:45 2020-06-13] 178: Checking geocodings ** [00:32:45 2020-06-13] 178: Checking synchronizations ** [00:32:45 2020-06-13] 178: Checking tracker ** [00:32:45 2020-06-13] 178: Checking user_migrations ** [00:32:45 2020-06-13] 178: Checking batch_updates ** [00:32:45 2020-06-13] 178: Checking gears ** [00:32:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:32:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:50 2020-06-13] 178: Checking imports ** [00:32:50 2020-06-13] 178: Checking exports ** [00:32:50 2020-06-13] 178: Checking users ** [00:32:50 2020-06-13] 178: Checking user_dbs ** [00:32:50 2020-06-13] 178: Checking geocodings ** [00:32:50 2020-06-13] 178: Checking synchronizations ** [00:32:50 2020-06-13] 178: Checking tracker ** [00:32:50 2020-06-13] 178: Checking user_migrations ** [00:32:50 2020-06-13] 178: Checking batch_updates ** [00:32:50 2020-06-13] 178: Checking gears ** [00:32:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:32:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:55 2020-06-13] 178: Checking imports ** [00:32:55 2020-06-13] 178: Checking exports ** [00:32:55 2020-06-13] 178: Checking users ** [00:32:55 2020-06-13] 178: Checking user_dbs ** [00:32:55 2020-06-13] 178: Checking geocodings ** [00:32:55 2020-06-13] 178: Checking synchronizations ** [00:32:55 2020-06-13] 178: Checking tracker ** [00:32:55 2020-06-13] 178: Checking user_migrations ** [00:32:55 2020-06-13] 178: Checking batch_updates ** [00:32:55 2020-06-13] 178: Checking gears ** [00:32:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:32:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:00 2020-06-13] 178: Checking imports ** [00:33:00 2020-06-13] 178: Checking exports ** [00:33:00 2020-06-13] 178: Checking users ** [00:33:00 2020-06-13] 178: Checking user_dbs ** [00:33:00 2020-06-13] 178: Checking geocodings ** [00:33:00 2020-06-13] 178: Checking synchronizations ** [00:33:00 2020-06-13] 178: Checking tracker ** [00:33:00 2020-06-13] 178: Checking user_migrations ** [00:33:00 2020-06-13] 178: Checking batch_updates ** [00:33:00 2020-06-13] 178: Checking gears ** [00:33:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:33:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:05 2020-06-13] 178: Checking imports ** [00:33:05 2020-06-13] 178: Checking exports ** [00:33:05 2020-06-13] 178: Checking users ** [00:33:05 2020-06-13] 178: Checking user_dbs ** [00:33:05 2020-06-13] 178: Checking geocodings ** [00:33:05 2020-06-13] 178: Checking synchronizations ** [00:33:05 2020-06-13] 178: Checking tracker ** [00:33:05 2020-06-13] 178: Checking user_migrations ** [00:33:05 2020-06-13] 178: Checking batch_updates ** [00:33:05 2020-06-13] 178: Checking gears ** [00:33:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:33:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:10 2020-06-13] 178: Checking imports ** [00:33:10 2020-06-13] 178: Checking exports ** [00:33:10 2020-06-13] 178: Checking users ** [00:33:10 2020-06-13] 178: Checking user_dbs ** [00:33:10 2020-06-13] 178: Checking geocodings ** [00:33:10 2020-06-13] 178: Checking synchronizations ** [00:33:10 2020-06-13] 178: Checking tracker ** [00:33:10 2020-06-13] 178: Checking user_migrations ** [00:33:10 2020-06-13] 178: Checking batch_updates ** [00:33:10 2020-06-13] 178: Checking gears ** [00:33:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:33:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:15 2020-06-13] 178: Checking imports ** [00:33:15 2020-06-13] 178: Checking exports ** [00:33:15 2020-06-13] 178: Checking users ** [00:33:15 2020-06-13] 178: Checking user_dbs ** [00:33:15 2020-06-13] 178: Checking geocodings ** [00:33:15 2020-06-13] 178: Checking synchronizations ** [00:33:15 2020-06-13] 178: Checking tracker ** [00:33:15 2020-06-13] 178: Checking user_migrations ** [00:33:15 2020-06-13] 178: Checking batch_updates ** [00:33:15 2020-06-13] 178: Checking gears ** [00:33:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:33:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:20 2020-06-13] 178: Checking imports ** [00:33:20 2020-06-13] 178: Checking exports ** [00:33:20 2020-06-13] 178: Checking users ** [00:33:20 2020-06-13] 178: Checking user_dbs ** [00:33:20 2020-06-13] 178: Checking geocodings ** [00:33:20 2020-06-13] 178: Checking synchronizations ** [00:33:20 2020-06-13] 178: Checking tracker ** [00:33:20 2020-06-13] 178: Checking user_migrations ** [00:33:20 2020-06-13] 178: Checking batch_updates ** [00:33:20 2020-06-13] 178: Checking gears ** [00:33:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:33:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:25 2020-06-13] 178: Checking imports ** [00:33:25 2020-06-13] 178: Checking exports ** [00:33:25 2020-06-13] 178: Checking users ** [00:33:25 2020-06-13] 178: Checking user_dbs ** [00:33:25 2020-06-13] 178: Checking geocodings ** [00:33:25 2020-06-13] 178: Checking synchronizations ** [00:33:25 2020-06-13] 178: Checking tracker ** [00:33:25 2020-06-13] 178: Checking user_migrations ** [00:33:25 2020-06-13] 178: Checking batch_updates ** [00:33:25 2020-06-13] 178: Checking gears ** [00:33:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:33:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:30 2020-06-13] 178: Checking imports ** [00:33:30 2020-06-13] 178: Checking exports ** [00:33:30 2020-06-13] 178: Checking users ** [00:33:30 2020-06-13] 178: Checking user_dbs ** [00:33:30 2020-06-13] 178: Checking geocodings ** [00:33:30 2020-06-13] 178: Checking synchronizations ** [00:33:30 2020-06-13] 178: Checking tracker ** [00:33:30 2020-06-13] 178: Checking user_migrations ** [00:33:30 2020-06-13] 178: Checking batch_updates ** [00:33:30 2020-06-13] 178: Checking gears ** [00:33:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:33:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:35 2020-06-13] 178: Checking imports ** [00:33:35 2020-06-13] 178: Checking exports ** [00:33:35 2020-06-13] 178: Checking users ** [00:33:35 2020-06-13] 178: Checking user_dbs ** [00:33:35 2020-06-13] 178: Checking geocodings ** [00:33:35 2020-06-13] 178: Checking synchronizations ** [00:33:35 2020-06-13] 178: Checking tracker ** [00:33:35 2020-06-13] 178: Checking user_migrations ** [00:33:35 2020-06-13] 178: Checking batch_updates ** [00:33:35 2020-06-13] 178: Checking gears ** [00:33:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:33:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:40 2020-06-13] 178: Checking imports ** [00:33:40 2020-06-13] 178: Checking exports ** [00:33:40 2020-06-13] 178: Checking users ** [00:33:40 2020-06-13] 178: Checking user_dbs ** [00:33:40 2020-06-13] 178: Checking geocodings ** [00:33:40 2020-06-13] 178: Checking synchronizations ** [00:33:40 2020-06-13] 178: Checking tracker ** [00:33:40 2020-06-13] 178: Checking user_migrations ** [00:33:40 2020-06-13] 178: Checking batch_updates ** [00:33:40 2020-06-13] 178: Checking gears ** [00:33:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:33:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:45 2020-06-13] 178: Checking imports ** [00:33:45 2020-06-13] 178: Checking exports ** [00:33:45 2020-06-13] 178: Checking users ** [00:33:45 2020-06-13] 178: Checking user_dbs ** [00:33:45 2020-06-13] 178: Checking geocodings ** [00:33:45 2020-06-13] 178: Checking synchronizations ** [00:33:45 2020-06-13] 178: Checking tracker ** [00:33:45 2020-06-13] 178: Checking user_migrations ** [00:33:45 2020-06-13] 178: Checking batch_updates ** [00:33:45 2020-06-13] 178: Checking gears ** [00:33:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:33:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:50 2020-06-13] 178: Checking imports ** [00:33:50 2020-06-13] 178: Checking exports ** [00:33:50 2020-06-13] 178: Checking users ** [00:33:50 2020-06-13] 178: Checking user_dbs ** [00:33:50 2020-06-13] 178: Checking geocodings ** [00:33:50 2020-06-13] 178: Checking synchronizations ** [00:33:50 2020-06-13] 178: Checking tracker ** [00:33:50 2020-06-13] 178: Checking user_migrations ** [00:33:50 2020-06-13] 178: Checking batch_updates ** [00:33:50 2020-06-13] 178: Checking gears ** [00:33:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:33:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:55 2020-06-13] 178: Checking imports ** [00:33:55 2020-06-13] 178: Checking exports ** [00:33:55 2020-06-13] 178: Checking users ** [00:33:55 2020-06-13] 178: Checking user_dbs ** [00:33:55 2020-06-13] 178: Checking geocodings ** [00:33:55 2020-06-13] 178: Checking synchronizations ** [00:33:55 2020-06-13] 178: Checking tracker ** [00:33:55 2020-06-13] 178: Checking user_migrations ** [00:33:55 2020-06-13] 178: Checking batch_updates ** [00:33:55 2020-06-13] 178: Checking gears ** [00:33:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:33:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:00 2020-06-13] 178: Checking imports ** [00:34:00 2020-06-13] 178: Checking exports ** [00:34:00 2020-06-13] 178: Checking users ** [00:34:00 2020-06-13] 178: Checking user_dbs ** [00:34:00 2020-06-13] 178: Checking geocodings ** [00:34:00 2020-06-13] 178: Checking synchronizations ** [00:34:00 2020-06-13] 178: Checking tracker ** [00:34:00 2020-06-13] 178: Checking user_migrations ** [00:34:00 2020-06-13] 178: Checking batch_updates ** [00:34:00 2020-06-13] 178: Checking gears ** [00:34:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:34:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:05 2020-06-13] 178: Checking imports ** [00:34:05 2020-06-13] 178: Checking exports ** [00:34:05 2020-06-13] 178: Checking users ** [00:34:05 2020-06-13] 178: Checking user_dbs ** [00:34:05 2020-06-13] 178: Checking geocodings ** [00:34:05 2020-06-13] 178: Checking synchronizations ** [00:34:05 2020-06-13] 178: Checking tracker ** [00:34:05 2020-06-13] 178: Checking user_migrations ** [00:34:05 2020-06-13] 178: Checking batch_updates ** [00:34:05 2020-06-13] 178: Checking gears ** [00:34:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:34:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:10 2020-06-13] 178: Checking imports ** [00:34:10 2020-06-13] 178: Checking exports ** [00:34:10 2020-06-13] 178: Checking users ** [00:34:10 2020-06-13] 178: Checking user_dbs ** [00:34:10 2020-06-13] 178: Checking geocodings ** [00:34:10 2020-06-13] 178: Checking synchronizations ** [00:34:10 2020-06-13] 178: Checking tracker ** [00:34:10 2020-06-13] 178: Checking user_migrations ** [00:34:10 2020-06-13] 178: Checking batch_updates ** [00:34:10 2020-06-13] 178: Checking gears ** [00:34:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:34:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:15 2020-06-13] 178: Checking imports ** [00:34:15 2020-06-13] 178: Checking exports ** [00:34:15 2020-06-13] 178: Checking users ** [00:34:15 2020-06-13] 178: Checking user_dbs ** [00:34:15 2020-06-13] 178: Checking geocodings ** [00:34:15 2020-06-13] 178: Checking synchronizations ** [00:34:15 2020-06-13] 178: Checking tracker ** [00:34:15 2020-06-13] 178: Checking user_migrations ** [00:34:15 2020-06-13] 178: Checking batch_updates ** [00:34:15 2020-06-13] 178: Checking gears ** [00:34:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:34:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:20 2020-06-13] 178: Checking imports ** [00:34:20 2020-06-13] 178: Checking exports ** [00:34:20 2020-06-13] 178: Checking users ** [00:34:20 2020-06-13] 178: Checking user_dbs ** [00:34:20 2020-06-13] 178: Checking geocodings ** [00:34:20 2020-06-13] 178: Checking synchronizations ** [00:34:20 2020-06-13] 178: Checking tracker ** [00:34:20 2020-06-13] 178: Checking user_migrations ** [00:34:20 2020-06-13] 178: Checking batch_updates ** [00:34:20 2020-06-13] 178: Checking gears ** [00:34:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:34:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:25 2020-06-13] 178: Checking imports ** [00:34:25 2020-06-13] 178: Checking exports ** [00:34:25 2020-06-13] 178: Checking users ** [00:34:25 2020-06-13] 178: Checking user_dbs ** [00:34:25 2020-06-13] 178: Checking geocodings ** [00:34:25 2020-06-13] 178: Checking synchronizations ** [00:34:25 2020-06-13] 178: Checking tracker ** [00:34:25 2020-06-13] 178: Checking user_migrations ** [00:34:25 2020-06-13] 178: Checking batch_updates ** [00:34:25 2020-06-13] 178: Checking gears ** [00:34:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:34:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:30 2020-06-13] 178: Checking imports ** [00:34:30 2020-06-13] 178: Checking exports ** [00:34:30 2020-06-13] 178: Checking users ** [00:34:30 2020-06-13] 178: Checking user_dbs ** [00:34:30 2020-06-13] 178: Checking geocodings ** [00:34:30 2020-06-13] 178: Checking synchronizations ** [00:34:30 2020-06-13] 178: Checking tracker ** [00:34:30 2020-06-13] 178: Checking user_migrations ** [00:34:30 2020-06-13] 178: Checking batch_updates ** [00:34:30 2020-06-13] 178: Checking gears ** [00:34:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:34:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:35 2020-06-13] 178: Checking imports ** [00:34:35 2020-06-13] 178: Checking exports ** [00:34:35 2020-06-13] 178: Checking users ** [00:34:35 2020-06-13] 178: Checking user_dbs ** [00:34:35 2020-06-13] 178: Checking geocodings ** [00:34:35 2020-06-13] 178: Checking synchronizations ** [00:34:35 2020-06-13] 178: Checking tracker ** [00:34:35 2020-06-13] 178: Checking user_migrations ** [00:34:35 2020-06-13] 178: Checking batch_updates ** [00:34:35 2020-06-13] 178: Checking gears ** [00:34:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:34:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:40 2020-06-13] 178: Checking imports ** [00:34:40 2020-06-13] 178: Checking exports ** [00:34:40 2020-06-13] 178: Checking users ** [00:34:40 2020-06-13] 178: Checking user_dbs ** [00:34:40 2020-06-13] 178: Checking geocodings ** [00:34:40 2020-06-13] 178: Checking synchronizations ** [00:34:40 2020-06-13] 178: Checking tracker ** [00:34:40 2020-06-13] 178: Checking user_migrations ** [00:34:40 2020-06-13] 178: Checking batch_updates ** [00:34:40 2020-06-13] 178: Checking gears ** [00:34:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:34:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:45 2020-06-13] 178: Checking imports ** [00:34:45 2020-06-13] 178: Checking exports ** [00:34:45 2020-06-13] 178: Checking users ** [00:34:45 2020-06-13] 178: Checking user_dbs ** [00:34:45 2020-06-13] 178: Checking geocodings ** [00:34:45 2020-06-13] 178: Checking synchronizations ** [00:34:45 2020-06-13] 178: Checking tracker ** [00:34:45 2020-06-13] 178: Checking user_migrations ** [00:34:45 2020-06-13] 178: Checking batch_updates ** [00:34:45 2020-06-13] 178: Checking gears ** [00:34:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:34:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:50 2020-06-13] 178: Checking imports ** [00:34:50 2020-06-13] 178: Checking exports ** [00:34:50 2020-06-13] 178: Checking users ** [00:34:50 2020-06-13] 178: Checking user_dbs ** [00:34:50 2020-06-13] 178: Checking geocodings ** [00:34:50 2020-06-13] 178: Checking synchronizations ** [00:34:50 2020-06-13] 178: Checking tracker ** [00:34:50 2020-06-13] 178: Checking user_migrations ** [00:34:50 2020-06-13] 178: Checking batch_updates ** [00:34:50 2020-06-13] 178: Checking gears ** [00:34:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:34:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:55 2020-06-13] 178: Checking imports ** [00:34:55 2020-06-13] 178: Checking exports ** [00:34:55 2020-06-13] 178: Checking users ** [00:34:55 2020-06-13] 178: Checking user_dbs ** [00:34:55 2020-06-13] 178: Checking geocodings ** [00:34:55 2020-06-13] 178: Checking synchronizations ** [00:34:55 2020-06-13] 178: Checking tracker ** [00:34:55 2020-06-13] 178: Checking user_migrations ** [00:34:55 2020-06-13] 178: Checking batch_updates ** [00:34:55 2020-06-13] 178: Checking gears ** [00:34:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:34:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:00 2020-06-13] 178: Checking imports ** [00:35:00 2020-06-13] 178: Checking exports ** [00:35:00 2020-06-13] 178: Checking users ** [00:35:00 2020-06-13] 178: Checking user_dbs ** [00:35:00 2020-06-13] 178: Checking geocodings ** [00:35:00 2020-06-13] 178: Checking synchronizations ** [00:35:00 2020-06-13] 178: Checking tracker ** [00:35:00 2020-06-13] 178: Checking user_migrations ** [00:35:00 2020-06-13] 178: Checking batch_updates ** [00:35:00 2020-06-13] 178: Checking gears ** [00:35:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:35:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:05 2020-06-13] 178: Checking imports ** [00:35:05 2020-06-13] 178: Checking exports ** [00:35:05 2020-06-13] 178: Checking users ** [00:35:05 2020-06-13] 178: Checking user_dbs ** [00:35:05 2020-06-13] 178: Checking geocodings ** [00:35:05 2020-06-13] 178: Checking synchronizations ** [00:35:05 2020-06-13] 178: Checking tracker ** [00:35:05 2020-06-13] 178: Checking user_migrations ** [00:35:05 2020-06-13] 178: Checking batch_updates ** [00:35:05 2020-06-13] 178: Checking gears ** [00:35:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:35:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:10 2020-06-13] 178: Checking imports ** [00:35:10 2020-06-13] 178: Checking exports ** [00:35:10 2020-06-13] 178: Checking users ** [00:35:10 2020-06-13] 178: Checking user_dbs ** [00:35:10 2020-06-13] 178: Checking geocodings ** [00:35:10 2020-06-13] 178: Checking synchronizations ** [00:35:10 2020-06-13] 178: Checking tracker ** [00:35:10 2020-06-13] 178: Checking user_migrations ** [00:35:10 2020-06-13] 178: Checking batch_updates ** [00:35:10 2020-06-13] 178: Checking gears ** [00:35:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:35:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:15 2020-06-13] 178: Checking imports ** [00:35:15 2020-06-13] 178: Checking exports ** [00:35:15 2020-06-13] 178: Checking users ** [00:35:15 2020-06-13] 178: Checking user_dbs ** [00:35:15 2020-06-13] 178: Checking geocodings ** [00:35:15 2020-06-13] 178: Checking synchronizations ** [00:35:15 2020-06-13] 178: Checking tracker ** [00:35:15 2020-06-13] 178: Checking user_migrations ** [00:35:15 2020-06-13] 178: Checking batch_updates ** [00:35:15 2020-06-13] 178: Checking gears ** [00:35:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:35:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:20 2020-06-13] 178: Checking imports ** [00:35:20 2020-06-13] 178: Checking exports ** [00:35:20 2020-06-13] 178: Checking users ** [00:35:20 2020-06-13] 178: Checking user_dbs ** [00:35:20 2020-06-13] 178: Checking geocodings ** [00:35:20 2020-06-13] 178: Checking synchronizations ** [00:35:20 2020-06-13] 178: Checking tracker ** [00:35:20 2020-06-13] 178: Checking user_migrations ** [00:35:20 2020-06-13] 178: Checking batch_updates ** [00:35:20 2020-06-13] 178: Checking gears ** [00:35:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:35:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:25 2020-06-13] 178: Checking imports ** [00:35:25 2020-06-13] 178: Checking exports ** [00:35:25 2020-06-13] 178: Checking users ** [00:35:25 2020-06-13] 178: Checking user_dbs ** [00:35:25 2020-06-13] 178: Checking geocodings ** [00:35:25 2020-06-13] 178: Checking synchronizations ** [00:35:25 2020-06-13] 178: Checking tracker ** [00:35:25 2020-06-13] 178: Checking user_migrations ** [00:35:25 2020-06-13] 178: Checking batch_updates ** [00:35:25 2020-06-13] 178: Checking gears ** [00:35:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:35:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:30 2020-06-13] 178: Checking imports ** [00:35:30 2020-06-13] 178: Checking exports ** [00:35:30 2020-06-13] 178: Checking users ** [00:35:30 2020-06-13] 178: Checking user_dbs ** [00:35:30 2020-06-13] 178: Checking geocodings ** [00:35:30 2020-06-13] 178: Checking synchronizations ** [00:35:30 2020-06-13] 178: Checking tracker ** [00:35:30 2020-06-13] 178: Checking user_migrations ** [00:35:30 2020-06-13] 178: Checking batch_updates ** [00:35:30 2020-06-13] 178: Checking gears ** [00:35:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:35:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:35 2020-06-13] 178: Checking imports ** [00:35:35 2020-06-13] 178: Checking exports ** [00:35:35 2020-06-13] 178: Checking users ** [00:35:35 2020-06-13] 178: Checking user_dbs ** [00:35:35 2020-06-13] 178: Checking geocodings ** [00:35:35 2020-06-13] 178: Checking synchronizations ** [00:35:35 2020-06-13] 178: Checking tracker ** [00:35:35 2020-06-13] 178: Checking user_migrations ** [00:35:35 2020-06-13] 178: Checking batch_updates ** [00:35:35 2020-06-13] 178: Checking gears ** [00:35:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:35:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:40 2020-06-13] 178: Checking imports ** [00:35:40 2020-06-13] 178: Checking exports ** [00:35:40 2020-06-13] 178: Checking users ** [00:35:40 2020-06-13] 178: Checking user_dbs ** [00:35:40 2020-06-13] 178: Checking geocodings ** [00:35:40 2020-06-13] 178: Checking synchronizations ** [00:35:40 2020-06-13] 178: Checking tracker ** [00:35:40 2020-06-13] 178: Checking user_migrations ** [00:35:40 2020-06-13] 178: Checking batch_updates ** [00:35:40 2020-06-13] 178: Checking gears ** [00:35:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:35:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:45 2020-06-13] 178: Checking imports ** [00:35:45 2020-06-13] 178: Checking exports ** [00:35:45 2020-06-13] 178: Checking users ** [00:35:45 2020-06-13] 178: Checking user_dbs ** [00:35:45 2020-06-13] 178: Checking geocodings ** [00:35:45 2020-06-13] 178: Checking synchronizations ** [00:35:45 2020-06-13] 178: Checking tracker ** [00:35:45 2020-06-13] 178: Checking user_migrations ** [00:35:45 2020-06-13] 178: Checking batch_updates ** [00:35:45 2020-06-13] 178: Checking gears ** [00:35:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:35:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:50 2020-06-13] 178: Checking imports ** [00:35:50 2020-06-13] 178: Checking exports ** [00:35:50 2020-06-13] 178: Checking users ** [00:35:50 2020-06-13] 178: Checking user_dbs ** [00:35:50 2020-06-13] 178: Checking geocodings ** [00:35:50 2020-06-13] 178: Checking synchronizations ** [00:35:50 2020-06-13] 178: Checking tracker ** [00:35:50 2020-06-13] 178: Checking user_migrations ** [00:35:50 2020-06-13] 178: Checking batch_updates ** [00:35:50 2020-06-13] 178: Checking gears ** [00:35:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:35:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:55 2020-06-13] 178: Checking imports ** [00:35:55 2020-06-13] 178: Checking exports ** [00:35:55 2020-06-13] 178: Checking users ** [00:35:55 2020-06-13] 178: Checking user_dbs ** [00:35:55 2020-06-13] 178: Checking geocodings ** [00:35:55 2020-06-13] 178: Checking synchronizations ** [00:35:55 2020-06-13] 178: Checking tracker ** [00:35:55 2020-06-13] 178: Checking user_migrations ** [00:35:55 2020-06-13] 178: Checking batch_updates ** [00:35:55 2020-06-13] 178: Checking gears ** [00:35:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:35:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:00 2020-06-13] 178: Checking imports ** [00:36:00 2020-06-13] 178: Checking exports ** [00:36:00 2020-06-13] 178: Checking users ** [00:36:00 2020-06-13] 178: Checking user_dbs ** [00:36:00 2020-06-13] 178: Checking geocodings ** [00:36:00 2020-06-13] 178: Checking synchronizations ** [00:36:00 2020-06-13] 178: Checking tracker ** [00:36:00 2020-06-13] 178: Checking user_migrations ** [00:36:00 2020-06-13] 178: Checking batch_updates ** [00:36:00 2020-06-13] 178: Checking gears ** [00:36:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:36:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:05 2020-06-13] 178: Checking imports ** [00:36:05 2020-06-13] 178: Checking exports ** [00:36:05 2020-06-13] 178: Checking users ** [00:36:05 2020-06-13] 178: Checking user_dbs ** [00:36:05 2020-06-13] 178: Checking geocodings ** [00:36:05 2020-06-13] 178: Checking synchronizations ** [00:36:05 2020-06-13] 178: Checking tracker ** [00:36:05 2020-06-13] 178: Checking user_migrations ** [00:36:05 2020-06-13] 178: Checking batch_updates ** [00:36:05 2020-06-13] 178: Checking gears ** [00:36:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:36:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:10 2020-06-13] 178: Checking imports ** [00:36:10 2020-06-13] 178: Checking exports ** [00:36:10 2020-06-13] 178: Checking users ** [00:36:10 2020-06-13] 178: Checking user_dbs ** [00:36:10 2020-06-13] 178: Checking geocodings ** [00:36:10 2020-06-13] 178: Checking synchronizations ** [00:36:10 2020-06-13] 178: Checking tracker ** [00:36:10 2020-06-13] 178: Checking user_migrations ** [00:36:10 2020-06-13] 178: Checking batch_updates ** [00:36:10 2020-06-13] 178: Checking gears ** [00:36:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:36:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:15 2020-06-13] 178: Checking imports ** [00:36:15 2020-06-13] 178: Checking exports ** [00:36:15 2020-06-13] 178: Checking users ** [00:36:15 2020-06-13] 178: Checking user_dbs ** [00:36:15 2020-06-13] 178: Checking geocodings ** [00:36:15 2020-06-13] 178: Checking synchronizations ** [00:36:15 2020-06-13] 178: Checking tracker ** [00:36:15 2020-06-13] 178: Checking user_migrations ** [00:36:15 2020-06-13] 178: Checking batch_updates ** [00:36:15 2020-06-13] 178: Checking gears ** [00:36:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:36:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:20 2020-06-13] 178: Checking imports ** [00:36:20 2020-06-13] 178: Checking exports ** [00:36:20 2020-06-13] 178: Checking users ** [00:36:20 2020-06-13] 178: Checking user_dbs ** [00:36:20 2020-06-13] 178: Checking geocodings ** [00:36:20 2020-06-13] 178: Checking synchronizations ** [00:36:20 2020-06-13] 178: Checking tracker ** [00:36:20 2020-06-13] 178: Checking user_migrations ** [00:36:20 2020-06-13] 178: Checking batch_updates ** [00:36:20 2020-06-13] 178: Checking gears ** [00:36:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:36:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:25 2020-06-13] 178: Checking imports ** [00:36:25 2020-06-13] 178: Checking exports ** [00:36:25 2020-06-13] 178: Checking users ** [00:36:25 2020-06-13] 178: Checking user_dbs ** [00:36:25 2020-06-13] 178: Checking geocodings ** [00:36:25 2020-06-13] 178: Checking synchronizations ** [00:36:25 2020-06-13] 178: Checking tracker ** [00:36:25 2020-06-13] 178: Checking user_migrations ** [00:36:25 2020-06-13] 178: Checking batch_updates ** [00:36:25 2020-06-13] 178: Checking gears ** [00:36:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:36:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:30 2020-06-13] 178: Checking imports ** [00:36:30 2020-06-13] 178: Checking exports ** [00:36:30 2020-06-13] 178: Checking users ** [00:36:30 2020-06-13] 178: Checking user_dbs ** [00:36:30 2020-06-13] 178: Checking geocodings ** [00:36:30 2020-06-13] 178: Checking synchronizations ** [00:36:30 2020-06-13] 178: Checking tracker ** [00:36:30 2020-06-13] 178: Checking user_migrations ** [00:36:30 2020-06-13] 178: Checking batch_updates ** [00:36:30 2020-06-13] 178: Checking gears ** [00:36:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:36:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:35 2020-06-13] 178: Checking imports ** [00:36:35 2020-06-13] 178: Checking exports ** [00:36:35 2020-06-13] 178: Checking users ** [00:36:35 2020-06-13] 178: Checking user_dbs ** [00:36:35 2020-06-13] 178: Checking geocodings ** [00:36:35 2020-06-13] 178: Checking synchronizations ** [00:36:35 2020-06-13] 178: Checking tracker ** [00:36:35 2020-06-13] 178: Checking user_migrations ** [00:36:35 2020-06-13] 178: Checking batch_updates ** [00:36:35 2020-06-13] 178: Checking gears ** [00:36:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:36:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:40 2020-06-13] 178: Checking imports ** [00:36:40 2020-06-13] 178: Checking exports ** [00:36:40 2020-06-13] 178: Checking users ** [00:36:40 2020-06-13] 178: Checking user_dbs ** [00:36:40 2020-06-13] 178: Checking geocodings ** [00:36:40 2020-06-13] 178: Checking synchronizations ** [00:36:40 2020-06-13] 178: Checking tracker ** [00:36:40 2020-06-13] 178: Checking user_migrations ** [00:36:40 2020-06-13] 178: Checking batch_updates ** [00:36:40 2020-06-13] 178: Checking gears ** [00:36:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:36:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:45 2020-06-13] 178: Checking imports ** [00:36:45 2020-06-13] 178: Checking exports ** [00:36:45 2020-06-13] 178: Checking users ** [00:36:45 2020-06-13] 178: Checking user_dbs ** [00:36:45 2020-06-13] 178: Checking geocodings ** [00:36:45 2020-06-13] 178: Checking synchronizations ** [00:36:45 2020-06-13] 178: Checking tracker ** [00:36:45 2020-06-13] 178: Checking user_migrations ** [00:36:45 2020-06-13] 178: Checking batch_updates ** [00:36:45 2020-06-13] 178: Checking gears ** [00:36:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:36:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:50 2020-06-13] 178: Checking imports ** [00:36:50 2020-06-13] 178: Checking exports ** [00:36:50 2020-06-13] 178: Checking users ** [00:36:50 2020-06-13] 178: Checking user_dbs ** [00:36:50 2020-06-13] 178: Checking geocodings ** [00:36:50 2020-06-13] 178: Checking synchronizations ** [00:36:50 2020-06-13] 178: Checking tracker ** [00:36:50 2020-06-13] 178: Checking user_migrations ** [00:36:50 2020-06-13] 178: Checking batch_updates ** [00:36:50 2020-06-13] 178: Checking gears ** [00:36:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:36:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:55 2020-06-13] 178: Checking imports ** [00:36:55 2020-06-13] 178: Checking exports ** [00:36:55 2020-06-13] 178: Checking users ** [00:36:55 2020-06-13] 178: Checking user_dbs ** [00:36:55 2020-06-13] 178: Checking geocodings ** [00:36:55 2020-06-13] 178: Checking synchronizations ** [00:36:55 2020-06-13] 178: Checking tracker ** [00:36:55 2020-06-13] 178: Checking user_migrations ** [00:36:55 2020-06-13] 178: Checking batch_updates ** [00:36:55 2020-06-13] 178: Checking gears ** [00:36:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:36:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:00 2020-06-13] 178: Checking imports ** [00:37:00 2020-06-13] 178: Checking exports ** [00:37:00 2020-06-13] 178: Checking users ** [00:37:00 2020-06-13] 178: Checking user_dbs ** [00:37:00 2020-06-13] 178: Checking geocodings ** [00:37:00 2020-06-13] 178: Checking synchronizations ** [00:37:00 2020-06-13] 178: Checking tracker ** [00:37:00 2020-06-13] 178: Checking user_migrations ** [00:37:00 2020-06-13] 178: Checking batch_updates ** [00:37:00 2020-06-13] 178: Checking gears ** [00:37:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:37:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:05 2020-06-13] 178: Checking imports ** [00:37:05 2020-06-13] 178: Checking exports ** [00:37:05 2020-06-13] 178: Checking users ** [00:37:05 2020-06-13] 178: Checking user_dbs ** [00:37:05 2020-06-13] 178: Checking geocodings ** [00:37:05 2020-06-13] 178: Checking synchronizations ** [00:37:05 2020-06-13] 178: Checking tracker ** [00:37:05 2020-06-13] 178: Checking user_migrations ** [00:37:05 2020-06-13] 178: Checking batch_updates ** [00:37:05 2020-06-13] 178: Checking gears ** [00:37:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:37:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:10 2020-06-13] 178: Checking imports ** [00:37:10 2020-06-13] 178: Checking exports ** [00:37:10 2020-06-13] 178: Checking users ** [00:37:10 2020-06-13] 178: Checking user_dbs ** [00:37:10 2020-06-13] 178: Checking geocodings ** [00:37:10 2020-06-13] 178: Checking synchronizations ** [00:37:10 2020-06-13] 178: Checking tracker ** [00:37:10 2020-06-13] 178: Checking user_migrations ** [00:37:10 2020-06-13] 178: Checking batch_updates ** [00:37:10 2020-06-13] 178: Checking gears ** [00:37:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:37:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:15 2020-06-13] 178: Checking imports ** [00:37:15 2020-06-13] 178: Checking exports ** [00:37:15 2020-06-13] 178: Checking users ** [00:37:15 2020-06-13] 178: Checking user_dbs ** [00:37:15 2020-06-13] 178: Checking geocodings ** [00:37:15 2020-06-13] 178: Checking synchronizations ** [00:37:15 2020-06-13] 178: Checking tracker ** [00:37:15 2020-06-13] 178: Checking user_migrations ** [00:37:15 2020-06-13] 178: Checking batch_updates ** [00:37:15 2020-06-13] 178: Checking gears ** [00:37:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:37:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:20 2020-06-13] 178: Checking imports ** [00:37:20 2020-06-13] 178: Checking exports ** [00:37:20 2020-06-13] 178: Checking users ** [00:37:20 2020-06-13] 178: Checking user_dbs ** [00:37:20 2020-06-13] 178: Checking geocodings ** [00:37:20 2020-06-13] 178: Checking synchronizations ** [00:37:20 2020-06-13] 178: Checking tracker ** [00:37:20 2020-06-13] 178: Checking user_migrations ** [00:37:20 2020-06-13] 178: Checking batch_updates ** [00:37:20 2020-06-13] 178: Checking gears ** [00:37:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:37:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:25 2020-06-13] 178: Checking imports ** [00:37:25 2020-06-13] 178: Checking exports ** [00:37:25 2020-06-13] 178: Checking users ** [00:37:25 2020-06-13] 178: Checking user_dbs ** [00:37:25 2020-06-13] 178: Checking geocodings ** [00:37:25 2020-06-13] 178: Checking synchronizations ** [00:37:25 2020-06-13] 178: Checking tracker ** [00:37:25 2020-06-13] 178: Checking user_migrations ** [00:37:25 2020-06-13] 178: Checking batch_updates ** [00:37:25 2020-06-13] 178: Checking gears ** [00:37:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:37:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:30 2020-06-13] 178: Checking imports ** [00:37:30 2020-06-13] 178: Checking exports ** [00:37:30 2020-06-13] 178: Checking users ** [00:37:30 2020-06-13] 178: Checking user_dbs ** [00:37:30 2020-06-13] 178: Checking geocodings ** [00:37:30 2020-06-13] 178: Checking synchronizations ** [00:37:30 2020-06-13] 178: Checking tracker ** [00:37:30 2020-06-13] 178: Checking user_migrations ** [00:37:30 2020-06-13] 178: Checking batch_updates ** [00:37:30 2020-06-13] 178: Checking gears ** [00:37:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:37:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:35 2020-06-13] 178: Checking imports ** [00:37:35 2020-06-13] 178: Checking exports ** [00:37:35 2020-06-13] 178: Checking users ** [00:37:35 2020-06-13] 178: Checking user_dbs ** [00:37:35 2020-06-13] 178: Checking geocodings ** [00:37:35 2020-06-13] 178: Checking synchronizations ** [00:37:35 2020-06-13] 178: Checking tracker ** [00:37:35 2020-06-13] 178: Checking user_migrations ** [00:37:35 2020-06-13] 178: Checking batch_updates ** [00:37:35 2020-06-13] 178: Checking gears ** [00:37:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:37:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:40 2020-06-13] 178: Checking imports ** [00:37:40 2020-06-13] 178: Checking exports ** [00:37:40 2020-06-13] 178: Checking users ** [00:37:40 2020-06-13] 178: Checking user_dbs ** [00:37:40 2020-06-13] 178: Checking geocodings ** [00:37:40 2020-06-13] 178: Checking synchronizations ** [00:37:40 2020-06-13] 178: Checking tracker ** [00:37:40 2020-06-13] 178: Checking user_migrations ** [00:37:40 2020-06-13] 178: Checking batch_updates ** [00:37:40 2020-06-13] 178: Checking gears ** [00:37:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:37:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:45 2020-06-13] 178: Checking imports ** [00:37:45 2020-06-13] 178: Checking exports ** [00:37:45 2020-06-13] 178: Checking users ** [00:37:45 2020-06-13] 178: Checking user_dbs ** [00:37:45 2020-06-13] 178: Checking geocodings ** [00:37:45 2020-06-13] 178: Checking synchronizations ** [00:37:45 2020-06-13] 178: Checking tracker ** [00:37:45 2020-06-13] 178: Checking user_migrations ** [00:37:45 2020-06-13] 178: Checking batch_updates ** [00:37:45 2020-06-13] 178: Checking gears ** [00:37:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:37:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:50 2020-06-13] 178: Checking imports ** [00:37:50 2020-06-13] 178: Checking exports ** [00:37:50 2020-06-13] 178: Checking users ** [00:37:50 2020-06-13] 178: Checking user_dbs ** [00:37:50 2020-06-13] 178: Checking geocodings ** [00:37:50 2020-06-13] 178: Checking synchronizations ** [00:37:50 2020-06-13] 178: Checking tracker ** [00:37:50 2020-06-13] 178: Checking user_migrations ** [00:37:50 2020-06-13] 178: Checking batch_updates ** [00:37:50 2020-06-13] 178: Checking gears ** [00:37:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:37:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:55 2020-06-13] 178: Checking imports ** [00:37:55 2020-06-13] 178: Checking exports ** [00:37:55 2020-06-13] 178: Checking users ** [00:37:55 2020-06-13] 178: Checking user_dbs ** [00:37:55 2020-06-13] 178: Checking geocodings ** [00:37:55 2020-06-13] 178: Checking synchronizations ** [00:37:55 2020-06-13] 178: Checking tracker ** [00:37:55 2020-06-13] 178: Checking user_migrations ** [00:37:55 2020-06-13] 178: Checking batch_updates ** [00:37:55 2020-06-13] 178: Checking gears ** [00:37:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:37:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:00 2020-06-13] 178: Checking imports ** [00:38:00 2020-06-13] 178: Checking exports ** [00:38:00 2020-06-13] 178: Checking users ** [00:38:00 2020-06-13] 178: Checking user_dbs ** [00:38:00 2020-06-13] 178: Checking geocodings ** [00:38:00 2020-06-13] 178: Checking synchronizations ** [00:38:00 2020-06-13] 178: Checking tracker ** [00:38:00 2020-06-13] 178: Checking user_migrations ** [00:38:00 2020-06-13] 178: Checking batch_updates ** [00:38:00 2020-06-13] 178: Checking gears ** [00:38:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:38:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:05 2020-06-13] 178: Checking imports ** [00:38:05 2020-06-13] 178: Checking exports ** [00:38:05 2020-06-13] 178: Checking users ** [00:38:05 2020-06-13] 178: Checking user_dbs ** [00:38:05 2020-06-13] 178: Checking geocodings ** [00:38:05 2020-06-13] 178: Checking synchronizations ** [00:38:05 2020-06-13] 178: Checking tracker ** [00:38:05 2020-06-13] 178: Checking user_migrations ** [00:38:05 2020-06-13] 178: Checking batch_updates ** [00:38:05 2020-06-13] 178: Checking gears ** [00:38:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:38:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:11 2020-06-13] 178: Checking imports ** [00:38:11 2020-06-13] 178: Checking exports ** [00:38:11 2020-06-13] 178: Checking users ** [00:38:11 2020-06-13] 178: Checking user_dbs ** [00:38:11 2020-06-13] 178: Checking geocodings ** [00:38:11 2020-06-13] 178: Checking synchronizations ** [00:38:11 2020-06-13] 178: Checking tracker ** [00:38:11 2020-06-13] 178: Checking user_migrations ** [00:38:11 2020-06-13] 178: Checking batch_updates ** [00:38:11 2020-06-13] 178: Checking gears ** [00:38:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:38:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:16 2020-06-13] 178: Checking imports ** [00:38:16 2020-06-13] 178: Checking exports ** [00:38:16 2020-06-13] 178: Checking users ** [00:38:16 2020-06-13] 178: Checking user_dbs ** [00:38:16 2020-06-13] 178: Checking geocodings ** [00:38:16 2020-06-13] 178: Checking synchronizations ** [00:38:16 2020-06-13] 178: Checking tracker ** [00:38:16 2020-06-13] 178: Checking user_migrations ** [00:38:16 2020-06-13] 178: Checking batch_updates ** [00:38:16 2020-06-13] 178: Checking gears ** [00:38:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:38:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:21 2020-06-13] 178: Checking imports ** [00:38:21 2020-06-13] 178: Checking exports ** [00:38:21 2020-06-13] 178: Checking users ** [00:38:21 2020-06-13] 178: Checking user_dbs ** [00:38:21 2020-06-13] 178: Checking geocodings ** [00:38:21 2020-06-13] 178: Checking synchronizations ** [00:38:21 2020-06-13] 178: Checking tracker ** [00:38:21 2020-06-13] 178: Checking user_migrations ** [00:38:21 2020-06-13] 178: Checking batch_updates ** [00:38:21 2020-06-13] 178: Checking gears ** [00:38:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:38:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:26 2020-06-13] 178: Checking imports ** [00:38:26 2020-06-13] 178: Checking exports ** [00:38:26 2020-06-13] 178: Checking users ** [00:38:26 2020-06-13] 178: Checking user_dbs ** [00:38:26 2020-06-13] 178: Checking geocodings ** [00:38:26 2020-06-13] 178: Checking synchronizations ** [00:38:26 2020-06-13] 178: Checking tracker ** [00:38:26 2020-06-13] 178: Checking user_migrations ** [00:38:26 2020-06-13] 178: Checking batch_updates ** [00:38:26 2020-06-13] 178: Checking gears ** [00:38:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:38:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:31 2020-06-13] 178: Checking imports ** [00:38:31 2020-06-13] 178: Checking exports ** [00:38:31 2020-06-13] 178: Checking users ** [00:38:31 2020-06-13] 178: Checking user_dbs ** [00:38:31 2020-06-13] 178: Checking geocodings ** [00:38:31 2020-06-13] 178: Checking synchronizations ** [00:38:31 2020-06-13] 178: Checking tracker ** [00:38:31 2020-06-13] 178: Checking user_migrations ** [00:38:31 2020-06-13] 178: Checking batch_updates ** [00:38:31 2020-06-13] 178: Checking gears ** [00:38:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:38:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:36 2020-06-13] 178: Checking imports ** [00:38:36 2020-06-13] 178: Checking exports ** [00:38:36 2020-06-13] 178: Checking users ** [00:38:36 2020-06-13] 178: Checking user_dbs ** [00:38:36 2020-06-13] 178: Checking geocodings ** [00:38:36 2020-06-13] 178: Checking synchronizations ** [00:38:36 2020-06-13] 178: Checking tracker ** [00:38:36 2020-06-13] 178: Checking user_migrations ** [00:38:36 2020-06-13] 178: Checking batch_updates ** [00:38:36 2020-06-13] 178: Checking gears ** [00:38:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:38:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:41 2020-06-13] 178: Checking imports ** [00:38:41 2020-06-13] 178: Checking exports ** [00:38:41 2020-06-13] 178: Checking users ** [00:38:41 2020-06-13] 178: Checking user_dbs ** [00:38:41 2020-06-13] 178: Checking geocodings ** [00:38:41 2020-06-13] 178: Checking synchronizations ** [00:38:41 2020-06-13] 178: Checking tracker ** [00:38:41 2020-06-13] 178: Checking user_migrations ** [00:38:41 2020-06-13] 178: Checking batch_updates ** [00:38:41 2020-06-13] 178: Checking gears ** [00:38:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:38:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:46 2020-06-13] 178: Checking imports ** [00:38:46 2020-06-13] 178: Checking exports ** [00:38:46 2020-06-13] 178: Checking users ** [00:38:46 2020-06-13] 178: Checking user_dbs ** [00:38:46 2020-06-13] 178: Checking geocodings ** [00:38:46 2020-06-13] 178: Checking synchronizations ** [00:38:46 2020-06-13] 178: Checking tracker ** [00:38:46 2020-06-13] 178: Checking user_migrations ** [00:38:46 2020-06-13] 178: Checking batch_updates ** [00:38:46 2020-06-13] 178: Checking gears ** [00:38:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:38:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:51 2020-06-13] 178: Checking imports ** [00:38:51 2020-06-13] 178: Checking exports ** [00:38:51 2020-06-13] 178: Checking users ** [00:38:51 2020-06-13] 178: Checking user_dbs ** [00:38:51 2020-06-13] 178: Checking geocodings ** [00:38:51 2020-06-13] 178: Checking synchronizations ** [00:38:51 2020-06-13] 178: Checking tracker ** [00:38:51 2020-06-13] 178: Checking user_migrations ** [00:38:51 2020-06-13] 178: Checking batch_updates ** [00:38:51 2020-06-13] 178: Checking gears ** [00:38:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:38:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:56 2020-06-13] 178: Checking imports ** [00:38:56 2020-06-13] 178: Checking exports ** [00:38:56 2020-06-13] 178: Checking users ** [00:38:56 2020-06-13] 178: Checking user_dbs ** [00:38:56 2020-06-13] 178: Checking geocodings ** [00:38:56 2020-06-13] 178: Checking synchronizations ** [00:38:56 2020-06-13] 178: Checking tracker ** [00:38:56 2020-06-13] 178: Checking user_migrations ** [00:38:56 2020-06-13] 178: Checking batch_updates ** [00:38:56 2020-06-13] 178: Checking gears ** [00:38:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:38:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:01 2020-06-13] 178: Checking imports ** [00:39:01 2020-06-13] 178: Checking exports ** [00:39:01 2020-06-13] 178: Checking users ** [00:39:01 2020-06-13] 178: Checking user_dbs ** [00:39:01 2020-06-13] 178: Checking geocodings ** [00:39:01 2020-06-13] 178: Checking synchronizations ** [00:39:01 2020-06-13] 178: Checking tracker ** [00:39:01 2020-06-13] 178: Checking user_migrations ** [00:39:01 2020-06-13] 178: Checking batch_updates ** [00:39:01 2020-06-13] 178: Checking gears ** [00:39:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:39:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:06 2020-06-13] 178: Checking imports ** [00:39:06 2020-06-13] 178: Checking exports ** [00:39:06 2020-06-13] 178: Checking users ** [00:39:06 2020-06-13] 178: Checking user_dbs ** [00:39:06 2020-06-13] 178: Checking geocodings ** [00:39:06 2020-06-13] 178: Checking synchronizations ** [00:39:06 2020-06-13] 178: Checking tracker ** [00:39:06 2020-06-13] 178: Checking user_migrations ** [00:39:06 2020-06-13] 178: Checking batch_updates ** [00:39:06 2020-06-13] 178: Checking gears ** [00:39:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:39:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:11 2020-06-13] 178: Checking imports ** [00:39:11 2020-06-13] 178: Checking exports ** [00:39:11 2020-06-13] 178: Checking users ** [00:39:11 2020-06-13] 178: Checking user_dbs ** [00:39:11 2020-06-13] 178: Checking geocodings ** [00:39:11 2020-06-13] 178: Checking synchronizations ** [00:39:11 2020-06-13] 178: Checking tracker ** [00:39:11 2020-06-13] 178: Checking user_migrations ** [00:39:11 2020-06-13] 178: Checking batch_updates ** [00:39:11 2020-06-13] 178: Checking gears ** [00:39:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:39:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:16 2020-06-13] 178: Checking imports ** [00:39:16 2020-06-13] 178: Checking exports ** [00:39:16 2020-06-13] 178: Checking users ** [00:39:16 2020-06-13] 178: Checking user_dbs ** [00:39:16 2020-06-13] 178: Checking geocodings ** [00:39:16 2020-06-13] 178: Checking synchronizations ** [00:39:16 2020-06-13] 178: Checking tracker ** [00:39:16 2020-06-13] 178: Checking user_migrations ** [00:39:16 2020-06-13] 178: Checking batch_updates ** [00:39:16 2020-06-13] 178: Checking gears ** [00:39:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:39:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:21 2020-06-13] 178: Checking imports ** [00:39:21 2020-06-13] 178: Checking exports ** [00:39:21 2020-06-13] 178: Checking users ** [00:39:21 2020-06-13] 178: Checking user_dbs ** [00:39:21 2020-06-13] 178: Checking geocodings ** [00:39:21 2020-06-13] 178: Checking synchronizations ** [00:39:21 2020-06-13] 178: Checking tracker ** [00:39:21 2020-06-13] 178: Checking user_migrations ** [00:39:21 2020-06-13] 178: Checking batch_updates ** [00:39:21 2020-06-13] 178: Checking gears ** [00:39:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:39:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:26 2020-06-13] 178: Checking imports ** [00:39:26 2020-06-13] 178: Checking exports ** [00:39:26 2020-06-13] 178: Checking users ** [00:39:26 2020-06-13] 178: Checking user_dbs ** [00:39:26 2020-06-13] 178: Checking geocodings ** [00:39:26 2020-06-13] 178: Checking synchronizations ** [00:39:26 2020-06-13] 178: Checking tracker ** [00:39:26 2020-06-13] 178: Checking user_migrations ** [00:39:26 2020-06-13] 178: Checking batch_updates ** [00:39:26 2020-06-13] 178: Checking gears ** [00:39:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:39:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:31 2020-06-13] 178: Checking imports ** [00:39:31 2020-06-13] 178: Checking exports ** [00:39:31 2020-06-13] 178: Checking users ** [00:39:31 2020-06-13] 178: Checking user_dbs ** [00:39:31 2020-06-13] 178: Checking geocodings ** [00:39:31 2020-06-13] 178: Checking synchronizations ** [00:39:31 2020-06-13] 178: Checking tracker ** [00:39:31 2020-06-13] 178: Checking user_migrations ** [00:39:31 2020-06-13] 178: Checking batch_updates ** [00:39:31 2020-06-13] 178: Checking gears ** [00:39:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:39:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:36 2020-06-13] 178: Checking imports ** [00:39:36 2020-06-13] 178: Checking exports ** [00:39:36 2020-06-13] 178: Checking users ** [00:39:36 2020-06-13] 178: Checking user_dbs ** [00:39:36 2020-06-13] 178: Checking geocodings ** [00:39:36 2020-06-13] 178: Checking synchronizations ** [00:39:36 2020-06-13] 178: Checking tracker ** [00:39:36 2020-06-13] 178: Checking user_migrations ** [00:39:36 2020-06-13] 178: Checking batch_updates ** [00:39:36 2020-06-13] 178: Checking gears ** [00:39:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:39:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:41 2020-06-13] 178: Checking imports ** [00:39:41 2020-06-13] 178: Checking exports ** [00:39:41 2020-06-13] 178: Checking users ** [00:39:41 2020-06-13] 178: Checking user_dbs ** [00:39:41 2020-06-13] 178: Checking geocodings ** [00:39:41 2020-06-13] 178: Checking synchronizations ** [00:39:41 2020-06-13] 178: Checking tracker ** [00:39:41 2020-06-13] 178: Checking user_migrations ** [00:39:41 2020-06-13] 178: Checking batch_updates ** [00:39:41 2020-06-13] 178: Checking gears ** [00:39:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:39:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:46 2020-06-13] 178: Checking imports ** [00:39:46 2020-06-13] 178: Checking exports ** [00:39:46 2020-06-13] 178: Checking users ** [00:39:46 2020-06-13] 178: Checking user_dbs ** [00:39:46 2020-06-13] 178: Checking geocodings ** [00:39:46 2020-06-13] 178: Checking synchronizations ** [00:39:46 2020-06-13] 178: Checking tracker ** [00:39:46 2020-06-13] 178: Checking user_migrations ** [00:39:46 2020-06-13] 178: Checking batch_updates ** [00:39:46 2020-06-13] 178: Checking gears ** [00:39:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:39:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:51 2020-06-13] 178: Checking imports ** [00:39:51 2020-06-13] 178: Checking exports ** [00:39:51 2020-06-13] 178: Checking users ** [00:39:51 2020-06-13] 178: Checking user_dbs ** [00:39:51 2020-06-13] 178: Checking geocodings ** [00:39:51 2020-06-13] 178: Checking synchronizations ** [00:39:51 2020-06-13] 178: Checking tracker ** [00:39:51 2020-06-13] 178: Checking user_migrations ** [00:39:51 2020-06-13] 178: Checking batch_updates ** [00:39:51 2020-06-13] 178: Checking gears ** [00:39:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:39:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:56 2020-06-13] 178: Checking imports ** [00:39:56 2020-06-13] 178: Checking exports ** [00:39:56 2020-06-13] 178: Checking users ** [00:39:56 2020-06-13] 178: Checking user_dbs ** [00:39:56 2020-06-13] 178: Checking geocodings ** [00:39:56 2020-06-13] 178: Checking synchronizations ** [00:39:56 2020-06-13] 178: Checking tracker ** [00:39:56 2020-06-13] 178: Checking user_migrations ** [00:39:56 2020-06-13] 178: Checking batch_updates ** [00:39:56 2020-06-13] 178: Checking gears ** [00:39:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:39:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:01 2020-06-13] 178: Checking imports ** [00:40:01 2020-06-13] 178: Checking exports ** [00:40:01 2020-06-13] 178: Checking users ** [00:40:01 2020-06-13] 178: Checking user_dbs ** [00:40:01 2020-06-13] 178: Checking geocodings ** [00:40:01 2020-06-13] 178: Checking synchronizations ** [00:40:01 2020-06-13] 178: Checking tracker ** [00:40:01 2020-06-13] 178: Checking user_migrations ** [00:40:01 2020-06-13] 178: Checking batch_updates ** [00:40:01 2020-06-13] 178: Checking gears ** [00:40:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:40:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:06 2020-06-13] 178: Checking imports ** [00:40:06 2020-06-13] 178: Checking exports ** [00:40:06 2020-06-13] 178: Checking users ** [00:40:06 2020-06-13] 178: Checking user_dbs ** [00:40:06 2020-06-13] 178: Checking geocodings ** [00:40:06 2020-06-13] 178: Checking synchronizations ** [00:40:06 2020-06-13] 178: Checking tracker ** [00:40:06 2020-06-13] 178: Checking user_migrations ** [00:40:06 2020-06-13] 178: Checking batch_updates ** [00:40:06 2020-06-13] 178: Checking gears ** [00:40:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:40:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:11 2020-06-13] 178: Checking imports ** [00:40:11 2020-06-13] 178: Checking exports ** [00:40:11 2020-06-13] 178: Checking users ** [00:40:11 2020-06-13] 178: Checking user_dbs ** [00:40:11 2020-06-13] 178: Checking geocodings ** [00:40:11 2020-06-13] 178: Checking synchronizations ** [00:40:11 2020-06-13] 178: Checking tracker ** [00:40:11 2020-06-13] 178: Checking user_migrations ** [00:40:11 2020-06-13] 178: Checking batch_updates ** [00:40:11 2020-06-13] 178: Checking gears ** [00:40:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:40:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:16 2020-06-13] 178: Checking imports ** [00:40:16 2020-06-13] 178: Checking exports ** [00:40:16 2020-06-13] 178: Checking users ** [00:40:16 2020-06-13] 178: Checking user_dbs ** [00:40:16 2020-06-13] 178: Checking geocodings ** [00:40:16 2020-06-13] 178: Checking synchronizations ** [00:40:16 2020-06-13] 178: Checking tracker ** [00:40:16 2020-06-13] 178: Checking user_migrations ** [00:40:16 2020-06-13] 178: Checking batch_updates ** [00:40:16 2020-06-13] 178: Checking gears ** [00:40:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:40:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:21 2020-06-13] 178: Checking imports ** [00:40:21 2020-06-13] 178: Checking exports ** [00:40:21 2020-06-13] 178: Checking users ** [00:40:21 2020-06-13] 178: Checking user_dbs ** [00:40:21 2020-06-13] 178: Checking geocodings ** [00:40:21 2020-06-13] 178: Checking synchronizations ** [00:40:21 2020-06-13] 178: Checking tracker ** [00:40:21 2020-06-13] 178: Checking user_migrations ** [00:40:21 2020-06-13] 178: Checking batch_updates ** [00:40:21 2020-06-13] 178: Checking gears ** [00:40:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:40:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:26 2020-06-13] 178: Checking imports ** [00:40:26 2020-06-13] 178: Checking exports ** [00:40:26 2020-06-13] 178: Checking users ** [00:40:26 2020-06-13] 178: Checking user_dbs ** [00:40:26 2020-06-13] 178: Checking geocodings ** [00:40:26 2020-06-13] 178: Checking synchronizations ** [00:40:26 2020-06-13] 178: Checking tracker ** [00:40:26 2020-06-13] 178: Checking user_migrations ** [00:40:26 2020-06-13] 178: Checking batch_updates ** [00:40:26 2020-06-13] 178: Checking gears ** [00:40:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:40:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:31 2020-06-13] 178: Checking imports ** [00:40:31 2020-06-13] 178: Checking exports ** [00:40:31 2020-06-13] 178: Checking users ** [00:40:31 2020-06-13] 178: Checking user_dbs ** [00:40:31 2020-06-13] 178: Checking geocodings ** [00:40:31 2020-06-13] 178: Checking synchronizations ** [00:40:31 2020-06-13] 178: Checking tracker ** [00:40:31 2020-06-13] 178: Checking user_migrations ** [00:40:31 2020-06-13] 178: Checking batch_updates ** [00:40:31 2020-06-13] 178: Checking gears ** [00:40:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:40:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:36 2020-06-13] 178: Checking imports ** [00:40:36 2020-06-13] 178: Checking exports ** [00:40:36 2020-06-13] 178: Checking users ** [00:40:36 2020-06-13] 178: Checking user_dbs ** [00:40:36 2020-06-13] 178: Checking geocodings ** [00:40:36 2020-06-13] 178: Checking synchronizations ** [00:40:36 2020-06-13] 178: Checking tracker ** [00:40:36 2020-06-13] 178: Checking user_migrations ** [00:40:36 2020-06-13] 178: Checking batch_updates ** [00:40:36 2020-06-13] 178: Checking gears ** [00:40:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:40:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:41 2020-06-13] 178: Checking imports ** [00:40:41 2020-06-13] 178: Checking exports ** [00:40:41 2020-06-13] 178: Checking users ** [00:40:41 2020-06-13] 178: Checking user_dbs ** [00:40:41 2020-06-13] 178: Checking geocodings ** [00:40:41 2020-06-13] 178: Checking synchronizations ** [00:40:41 2020-06-13] 178: Checking tracker ** [00:40:41 2020-06-13] 178: Checking user_migrations ** [00:40:41 2020-06-13] 178: Checking batch_updates ** [00:40:41 2020-06-13] 178: Checking gears ** [00:40:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:40:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:46 2020-06-13] 178: Checking imports ** [00:40:46 2020-06-13] 178: Checking exports ** [00:40:46 2020-06-13] 178: Checking users ** [00:40:46 2020-06-13] 178: Checking user_dbs ** [00:40:46 2020-06-13] 178: Checking geocodings ** [00:40:46 2020-06-13] 178: Checking synchronizations ** [00:40:46 2020-06-13] 178: Checking tracker ** [00:40:46 2020-06-13] 178: Checking user_migrations ** [00:40:46 2020-06-13] 178: Checking batch_updates ** [00:40:46 2020-06-13] 178: Checking gears ** [00:40:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:40:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:51 2020-06-13] 178: Checking imports ** [00:40:51 2020-06-13] 178: Checking exports ** [00:40:51 2020-06-13] 178: Checking users ** [00:40:51 2020-06-13] 178: Checking user_dbs ** [00:40:51 2020-06-13] 178: Checking geocodings ** [00:40:51 2020-06-13] 178: Checking synchronizations ** [00:40:51 2020-06-13] 178: Checking tracker ** [00:40:51 2020-06-13] 178: Checking user_migrations ** [00:40:51 2020-06-13] 178: Checking batch_updates ** [00:40:51 2020-06-13] 178: Checking gears ** [00:40:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:40:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:56 2020-06-13] 178: Checking imports ** [00:40:56 2020-06-13] 178: Checking exports ** [00:40:56 2020-06-13] 178: Checking users ** [00:40:56 2020-06-13] 178: Checking user_dbs ** [00:40:56 2020-06-13] 178: Checking geocodings ** [00:40:56 2020-06-13] 178: Checking synchronizations ** [00:40:56 2020-06-13] 178: Checking tracker ** [00:40:56 2020-06-13] 178: Checking user_migrations ** [00:40:56 2020-06-13] 178: Checking batch_updates ** [00:40:56 2020-06-13] 178: Checking gears ** [00:40:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:40:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:01 2020-06-13] 178: Checking imports ** [00:41:01 2020-06-13] 178: Checking exports ** [00:41:01 2020-06-13] 178: Checking users ** [00:41:01 2020-06-13] 178: Checking user_dbs ** [00:41:01 2020-06-13] 178: Checking geocodings ** [00:41:01 2020-06-13] 178: Checking synchronizations ** [00:41:01 2020-06-13] 178: Checking tracker ** [00:41:01 2020-06-13] 178: Checking user_migrations ** [00:41:01 2020-06-13] 178: Checking batch_updates ** [00:41:01 2020-06-13] 178: Checking gears ** [00:41:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:41:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:06 2020-06-13] 178: Checking imports ** [00:41:06 2020-06-13] 178: Checking exports ** [00:41:06 2020-06-13] 178: Checking users ** [00:41:06 2020-06-13] 178: Checking user_dbs ** [00:41:06 2020-06-13] 178: Checking geocodings ** [00:41:06 2020-06-13] 178: Checking synchronizations ** [00:41:06 2020-06-13] 178: Checking tracker ** [00:41:06 2020-06-13] 178: Checking user_migrations ** [00:41:06 2020-06-13] 178: Checking batch_updates ** [00:41:06 2020-06-13] 178: Checking gears ** [00:41:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:41:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:11 2020-06-13] 178: Checking imports ** [00:41:11 2020-06-13] 178: Checking exports ** [00:41:11 2020-06-13] 178: Checking users ** [00:41:11 2020-06-13] 178: Checking user_dbs ** [00:41:11 2020-06-13] 178: Checking geocodings ** [00:41:11 2020-06-13] 178: Checking synchronizations ** [00:41:11 2020-06-13] 178: Checking tracker ** [00:41:11 2020-06-13] 178: Checking user_migrations ** [00:41:11 2020-06-13] 178: Checking batch_updates ** [00:41:11 2020-06-13] 178: Checking gears ** [00:41:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:41:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:16 2020-06-13] 178: Checking imports ** [00:41:16 2020-06-13] 178: Checking exports ** [00:41:16 2020-06-13] 178: Checking users ** [00:41:16 2020-06-13] 178: Checking user_dbs ** [00:41:16 2020-06-13] 178: Checking geocodings ** [00:41:16 2020-06-13] 178: Checking synchronizations ** [00:41:16 2020-06-13] 178: Checking tracker ** [00:41:16 2020-06-13] 178: Checking user_migrations ** [00:41:16 2020-06-13] 178: Checking batch_updates ** [00:41:16 2020-06-13] 178: Checking gears ** [00:41:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:41:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:21 2020-06-13] 178: Checking imports ** [00:41:21 2020-06-13] 178: Checking exports ** [00:41:21 2020-06-13] 178: Checking users ** [00:41:21 2020-06-13] 178: Checking user_dbs ** [00:41:21 2020-06-13] 178: Checking geocodings ** [00:41:21 2020-06-13] 178: Checking synchronizations ** [00:41:21 2020-06-13] 178: Checking tracker ** [00:41:21 2020-06-13] 178: Checking user_migrations ** [00:41:21 2020-06-13] 178: Checking batch_updates ** [00:41:21 2020-06-13] 178: Checking gears ** [00:41:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:41:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:26 2020-06-13] 178: Checking imports ** [00:41:26 2020-06-13] 178: Checking exports ** [00:41:26 2020-06-13] 178: Checking users ** [00:41:26 2020-06-13] 178: Checking user_dbs ** [00:41:26 2020-06-13] 178: Checking geocodings ** [00:41:26 2020-06-13] 178: Checking synchronizations ** [00:41:26 2020-06-13] 178: Checking tracker ** [00:41:26 2020-06-13] 178: Checking user_migrations ** [00:41:26 2020-06-13] 178: Checking batch_updates ** [00:41:26 2020-06-13] 178: Checking gears ** [00:41:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:41:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:31 2020-06-13] 178: Checking imports ** [00:41:31 2020-06-13] 178: Checking exports ** [00:41:31 2020-06-13] 178: Checking users ** [00:41:31 2020-06-13] 178: Checking user_dbs ** [00:41:31 2020-06-13] 178: Checking geocodings ** [00:41:31 2020-06-13] 178: Checking synchronizations ** [00:41:31 2020-06-13] 178: Checking tracker ** [00:41:31 2020-06-13] 178: Checking user_migrations ** [00:41:31 2020-06-13] 178: Checking batch_updates ** [00:41:31 2020-06-13] 178: Checking gears ** [00:41:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:41:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:36 2020-06-13] 178: Checking imports ** [00:41:36 2020-06-13] 178: Checking exports ** [00:41:36 2020-06-13] 178: Checking users ** [00:41:36 2020-06-13] 178: Checking user_dbs ** [00:41:36 2020-06-13] 178: Checking geocodings ** [00:41:36 2020-06-13] 178: Checking synchronizations ** [00:41:36 2020-06-13] 178: Checking tracker ** [00:41:36 2020-06-13] 178: Checking user_migrations ** [00:41:36 2020-06-13] 178: Checking batch_updates ** [00:41:36 2020-06-13] 178: Checking gears ** [00:41:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:41:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:41 2020-06-13] 178: Checking imports ** [00:41:41 2020-06-13] 178: Checking exports ** [00:41:41 2020-06-13] 178: Checking users ** [00:41:41 2020-06-13] 178: Checking user_dbs ** [00:41:41 2020-06-13] 178: Checking geocodings ** [00:41:41 2020-06-13] 178: Checking synchronizations ** [00:41:41 2020-06-13] 178: Checking tracker ** [00:41:41 2020-06-13] 178: Checking user_migrations ** [00:41:41 2020-06-13] 178: Checking batch_updates ** [00:41:41 2020-06-13] 178: Checking gears ** [00:41:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:41:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:46 2020-06-13] 178: Checking imports ** [00:41:46 2020-06-13] 178: Checking exports ** [00:41:46 2020-06-13] 178: Checking users ** [00:41:46 2020-06-13] 178: Checking user_dbs ** [00:41:46 2020-06-13] 178: Checking geocodings ** [00:41:46 2020-06-13] 178: Checking synchronizations ** [00:41:46 2020-06-13] 178: Checking tracker ** [00:41:46 2020-06-13] 178: Checking user_migrations ** [00:41:46 2020-06-13] 178: Checking batch_updates ** [00:41:46 2020-06-13] 178: Checking gears ** [00:41:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:41:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:51 2020-06-13] 178: Checking imports ** [00:41:51 2020-06-13] 178: Checking exports ** [00:41:51 2020-06-13] 178: Checking users ** [00:41:51 2020-06-13] 178: Checking user_dbs ** [00:41:51 2020-06-13] 178: Checking geocodings ** [00:41:51 2020-06-13] 178: Checking synchronizations ** [00:41:51 2020-06-13] 178: Checking tracker ** [00:41:51 2020-06-13] 178: Checking user_migrations ** [00:41:51 2020-06-13] 178: Checking batch_updates ** [00:41:51 2020-06-13] 178: Checking gears ** [00:41:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:41:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:56 2020-06-13] 178: Checking imports ** [00:41:56 2020-06-13] 178: Checking exports ** [00:41:56 2020-06-13] 178: Checking users ** [00:41:56 2020-06-13] 178: Checking user_dbs ** [00:41:56 2020-06-13] 178: Checking geocodings ** [00:41:56 2020-06-13] 178: Checking synchronizations ** [00:41:56 2020-06-13] 178: Checking tracker ** [00:41:56 2020-06-13] 178: Checking user_migrations ** [00:41:56 2020-06-13] 178: Checking batch_updates ** [00:41:56 2020-06-13] 178: Checking gears ** [00:41:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:41:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:01 2020-06-13] 178: Checking imports ** [00:42:01 2020-06-13] 178: Checking exports ** [00:42:01 2020-06-13] 178: Checking users ** [00:42:01 2020-06-13] 178: Checking user_dbs ** [00:42:01 2020-06-13] 178: Checking geocodings ** [00:42:01 2020-06-13] 178: Checking synchronizations ** [00:42:01 2020-06-13] 178: Checking tracker ** [00:42:01 2020-06-13] 178: Checking user_migrations ** [00:42:01 2020-06-13] 178: Checking batch_updates ** [00:42:01 2020-06-13] 178: Checking gears ** [00:42:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:42:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:06 2020-06-13] 178: Checking imports ** [00:42:06 2020-06-13] 178: Checking exports ** [00:42:06 2020-06-13] 178: Checking users ** [00:42:06 2020-06-13] 178: Checking user_dbs ** [00:42:06 2020-06-13] 178: Checking geocodings ** [00:42:06 2020-06-13] 178: Checking synchronizations ** [00:42:06 2020-06-13] 178: Checking tracker ** [00:42:06 2020-06-13] 178: Checking user_migrations ** [00:42:06 2020-06-13] 178: Checking batch_updates ** [00:42:06 2020-06-13] 178: Checking gears ** [00:42:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:42:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:11 2020-06-13] 178: Checking imports ** [00:42:11 2020-06-13] 178: Checking exports ** [00:42:11 2020-06-13] 178: Checking users ** [00:42:11 2020-06-13] 178: Checking user_dbs ** [00:42:11 2020-06-13] 178: Checking geocodings ** [00:42:11 2020-06-13] 178: Checking synchronizations ** [00:42:11 2020-06-13] 178: Checking tracker ** [00:42:11 2020-06-13] 178: Checking user_migrations ** [00:42:11 2020-06-13] 178: Checking batch_updates ** [00:42:11 2020-06-13] 178: Checking gears ** [00:42:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:42:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:16 2020-06-13] 178: Checking imports ** [00:42:16 2020-06-13] 178: Checking exports ** [00:42:16 2020-06-13] 178: Checking users ** [00:42:16 2020-06-13] 178: Checking user_dbs ** [00:42:16 2020-06-13] 178: Checking geocodings ** [00:42:16 2020-06-13] 178: Checking synchronizations ** [00:42:16 2020-06-13] 178: Checking tracker ** [00:42:16 2020-06-13] 178: Checking user_migrations ** [00:42:16 2020-06-13] 178: Checking batch_updates ** [00:42:16 2020-06-13] 178: Checking gears ** [00:42:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:42:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:21 2020-06-13] 178: Checking imports ** [00:42:21 2020-06-13] 178: Checking exports ** [00:42:21 2020-06-13] 178: Checking users ** [00:42:21 2020-06-13] 178: Checking user_dbs ** [00:42:21 2020-06-13] 178: Checking geocodings ** [00:42:21 2020-06-13] 178: Checking synchronizations ** [00:42:21 2020-06-13] 178: Checking tracker ** [00:42:21 2020-06-13] 178: Checking user_migrations ** [00:42:21 2020-06-13] 178: Checking batch_updates ** [00:42:21 2020-06-13] 178: Checking gears ** [00:42:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:42:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:26 2020-06-13] 178: Checking imports ** [00:42:26 2020-06-13] 178: Checking exports ** [00:42:26 2020-06-13] 178: Checking users ** [00:42:26 2020-06-13] 178: Checking user_dbs ** [00:42:26 2020-06-13] 178: Checking geocodings ** [00:42:26 2020-06-13] 178: Checking synchronizations ** [00:42:26 2020-06-13] 178: Checking tracker ** [00:42:26 2020-06-13] 178: Checking user_migrations ** [00:42:26 2020-06-13] 178: Checking batch_updates ** [00:42:26 2020-06-13] 178: Checking gears ** [00:42:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:42:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:31 2020-06-13] 178: Checking imports ** [00:42:31 2020-06-13] 178: Checking exports ** [00:42:31 2020-06-13] 178: Checking users ** [00:42:31 2020-06-13] 178: Checking user_dbs ** [00:42:31 2020-06-13] 178: Checking geocodings ** [00:42:31 2020-06-13] 178: Checking synchronizations ** [00:42:31 2020-06-13] 178: Checking tracker ** [00:42:31 2020-06-13] 178: Checking user_migrations ** [00:42:31 2020-06-13] 178: Checking batch_updates ** [00:42:31 2020-06-13] 178: Checking gears ** [00:42:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:42:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:36 2020-06-13] 178: Checking imports ** [00:42:36 2020-06-13] 178: Checking exports ** [00:42:36 2020-06-13] 178: Checking users ** [00:42:36 2020-06-13] 178: Checking user_dbs ** [00:42:36 2020-06-13] 178: Checking geocodings ** [00:42:36 2020-06-13] 178: Checking synchronizations ** [00:42:36 2020-06-13] 178: Checking tracker ** [00:42:36 2020-06-13] 178: Checking user_migrations ** [00:42:36 2020-06-13] 178: Checking batch_updates ** [00:42:36 2020-06-13] 178: Checking gears ** [00:42:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:42:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:41 2020-06-13] 178: Checking imports ** [00:42:41 2020-06-13] 178: Checking exports ** [00:42:41 2020-06-13] 178: Checking users ** [00:42:41 2020-06-13] 178: Checking user_dbs ** [00:42:41 2020-06-13] 178: Checking geocodings ** [00:42:41 2020-06-13] 178: Checking synchronizations ** [00:42:41 2020-06-13] 178: Checking tracker ** [00:42:41 2020-06-13] 178: Checking user_migrations ** [00:42:41 2020-06-13] 178: Checking batch_updates ** [00:42:41 2020-06-13] 178: Checking gears ** [00:42:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:42:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:46 2020-06-13] 178: Checking imports ** [00:42:46 2020-06-13] 178: Checking exports ** [00:42:46 2020-06-13] 178: Checking users ** [00:42:46 2020-06-13] 178: Checking user_dbs ** [00:42:46 2020-06-13] 178: Checking geocodings ** [00:42:46 2020-06-13] 178: Checking synchronizations ** [00:42:46 2020-06-13] 178: Checking tracker ** [00:42:46 2020-06-13] 178: Checking user_migrations ** [00:42:46 2020-06-13] 178: Checking batch_updates ** [00:42:46 2020-06-13] 178: Checking gears ** [00:42:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:42:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:51 2020-06-13] 178: Checking imports ** [00:42:51 2020-06-13] 178: Checking exports ** [00:42:51 2020-06-13] 178: Checking users ** [00:42:51 2020-06-13] 178: Checking user_dbs ** [00:42:51 2020-06-13] 178: Checking geocodings ** [00:42:51 2020-06-13] 178: Checking synchronizations ** [00:42:51 2020-06-13] 178: Checking tracker ** [00:42:51 2020-06-13] 178: Checking user_migrations ** [00:42:51 2020-06-13] 178: Checking batch_updates ** [00:42:51 2020-06-13] 178: Checking gears ** [00:42:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:42:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:56 2020-06-13] 178: Checking imports ** [00:42:56 2020-06-13] 178: Checking exports ** [00:42:56 2020-06-13] 178: Checking users ** [00:42:56 2020-06-13] 178: Checking user_dbs ** [00:42:56 2020-06-13] 178: Checking geocodings ** [00:42:56 2020-06-13] 178: Checking synchronizations ** [00:42:56 2020-06-13] 178: Checking tracker ** [00:42:56 2020-06-13] 178: Checking user_migrations ** [00:42:56 2020-06-13] 178: Checking batch_updates ** [00:42:56 2020-06-13] 178: Checking gears ** [00:42:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:42:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:01 2020-06-13] 178: Checking imports ** [00:43:01 2020-06-13] 178: Checking exports ** [00:43:01 2020-06-13] 178: Checking users ** [00:43:01 2020-06-13] 178: Checking user_dbs ** [00:43:01 2020-06-13] 178: Checking geocodings ** [00:43:01 2020-06-13] 178: Checking synchronizations ** [00:43:01 2020-06-13] 178: Checking tracker ** [00:43:01 2020-06-13] 178: Checking user_migrations ** [00:43:01 2020-06-13] 178: Checking batch_updates ** [00:43:01 2020-06-13] 178: Checking gears ** [00:43:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:43:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:06 2020-06-13] 178: Checking imports ** [00:43:06 2020-06-13] 178: Checking exports ** [00:43:06 2020-06-13] 178: Checking users ** [00:43:06 2020-06-13] 178: Checking user_dbs ** [00:43:06 2020-06-13] 178: Checking geocodings ** [00:43:06 2020-06-13] 178: Checking synchronizations ** [00:43:06 2020-06-13] 178: Checking tracker ** [00:43:06 2020-06-13] 178: Checking user_migrations ** [00:43:06 2020-06-13] 178: Checking batch_updates ** [00:43:06 2020-06-13] 178: Checking gears ** [00:43:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:43:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:11 2020-06-13] 178: Checking imports ** [00:43:11 2020-06-13] 178: Checking exports ** [00:43:11 2020-06-13] 178: Checking users ** [00:43:11 2020-06-13] 178: Checking user_dbs ** [00:43:11 2020-06-13] 178: Checking geocodings ** [00:43:11 2020-06-13] 178: Checking synchronizations ** [00:43:11 2020-06-13] 178: Checking tracker ** [00:43:11 2020-06-13] 178: Checking user_migrations ** [00:43:11 2020-06-13] 178: Checking batch_updates ** [00:43:11 2020-06-13] 178: Checking gears ** [00:43:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:43:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:16 2020-06-13] 178: Checking imports ** [00:43:16 2020-06-13] 178: Checking exports ** [00:43:16 2020-06-13] 178: Checking users ** [00:43:16 2020-06-13] 178: Checking user_dbs ** [00:43:16 2020-06-13] 178: Checking geocodings ** [00:43:16 2020-06-13] 178: Checking synchronizations ** [00:43:16 2020-06-13] 178: Checking tracker ** [00:43:16 2020-06-13] 178: Checking user_migrations ** [00:43:16 2020-06-13] 178: Checking batch_updates ** [00:43:16 2020-06-13] 178: Checking gears ** [00:43:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:43:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:21 2020-06-13] 178: Checking imports ** [00:43:21 2020-06-13] 178: Checking exports ** [00:43:21 2020-06-13] 178: Checking users ** [00:43:21 2020-06-13] 178: Checking user_dbs ** [00:43:21 2020-06-13] 178: Checking geocodings ** [00:43:21 2020-06-13] 178: Checking synchronizations ** [00:43:21 2020-06-13] 178: Checking tracker ** [00:43:21 2020-06-13] 178: Checking user_migrations ** [00:43:21 2020-06-13] 178: Checking batch_updates ** [00:43:21 2020-06-13] 178: Checking gears ** [00:43:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:43:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:26 2020-06-13] 178: Checking imports ** [00:43:26 2020-06-13] 178: Checking exports ** [00:43:26 2020-06-13] 178: Checking users ** [00:43:26 2020-06-13] 178: Checking user_dbs ** [00:43:26 2020-06-13] 178: Checking geocodings ** [00:43:26 2020-06-13] 178: Checking synchronizations ** [00:43:26 2020-06-13] 178: Checking tracker ** [00:43:26 2020-06-13] 178: Checking user_migrations ** [00:43:26 2020-06-13] 178: Checking batch_updates ** [00:43:26 2020-06-13] 178: Checking gears ** [00:43:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:43:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:31 2020-06-13] 178: Checking imports ** [00:43:31 2020-06-13] 178: Checking exports ** [00:43:31 2020-06-13] 178: Checking users ** [00:43:31 2020-06-13] 178: Checking user_dbs ** [00:43:31 2020-06-13] 178: Checking geocodings ** [00:43:31 2020-06-13] 178: Checking synchronizations ** [00:43:31 2020-06-13] 178: Checking tracker ** [00:43:31 2020-06-13] 178: Checking user_migrations ** [00:43:31 2020-06-13] 178: Checking batch_updates ** [00:43:31 2020-06-13] 178: Checking gears ** [00:43:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:43:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:36 2020-06-13] 178: Checking imports ** [00:43:36 2020-06-13] 178: Checking exports ** [00:43:36 2020-06-13] 178: Checking users ** [00:43:36 2020-06-13] 178: Checking user_dbs ** [00:43:36 2020-06-13] 178: Checking geocodings ** [00:43:36 2020-06-13] 178: Checking synchronizations ** [00:43:36 2020-06-13] 178: Checking tracker ** [00:43:36 2020-06-13] 178: Checking user_migrations ** [00:43:36 2020-06-13] 178: Checking batch_updates ** [00:43:36 2020-06-13] 178: Checking gears ** [00:43:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:43:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:41 2020-06-13] 178: Checking imports ** [00:43:41 2020-06-13] 178: Checking exports ** [00:43:41 2020-06-13] 178: Checking users ** [00:43:41 2020-06-13] 178: Checking user_dbs ** [00:43:41 2020-06-13] 178: Checking geocodings ** [00:43:41 2020-06-13] 178: Checking synchronizations ** [00:43:41 2020-06-13] 178: Checking tracker ** [00:43:41 2020-06-13] 178: Checking user_migrations ** [00:43:41 2020-06-13] 178: Checking batch_updates ** [00:43:41 2020-06-13] 178: Checking gears ** [00:43:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:43:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:46 2020-06-13] 178: Checking imports ** [00:43:46 2020-06-13] 178: Checking exports ** [00:43:46 2020-06-13] 178: Checking users ** [00:43:46 2020-06-13] 178: Checking user_dbs ** [00:43:46 2020-06-13] 178: Checking geocodings ** [00:43:46 2020-06-13] 178: Checking synchronizations ** [00:43:46 2020-06-13] 178: Checking tracker ** [00:43:46 2020-06-13] 178: Checking user_migrations ** [00:43:46 2020-06-13] 178: Checking batch_updates ** [00:43:46 2020-06-13] 178: Checking gears ** [00:43:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:43:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:51 2020-06-13] 178: Checking imports ** [00:43:51 2020-06-13] 178: Checking exports ** [00:43:51 2020-06-13] 178: Checking users ** [00:43:51 2020-06-13] 178: Checking user_dbs ** [00:43:51 2020-06-13] 178: Checking geocodings ** [00:43:51 2020-06-13] 178: Checking synchronizations ** [00:43:51 2020-06-13] 178: Checking tracker ** [00:43:51 2020-06-13] 178: Checking user_migrations ** [00:43:51 2020-06-13] 178: Checking batch_updates ** [00:43:51 2020-06-13] 178: Checking gears ** [00:43:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:43:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:56 2020-06-13] 178: Checking imports ** [00:43:56 2020-06-13] 178: Checking exports ** [00:43:56 2020-06-13] 178: Checking users ** [00:43:56 2020-06-13] 178: Checking user_dbs ** [00:43:56 2020-06-13] 178: Checking geocodings ** [00:43:56 2020-06-13] 178: Checking synchronizations ** [00:43:56 2020-06-13] 178: Checking tracker ** [00:43:56 2020-06-13] 178: Checking user_migrations ** [00:43:56 2020-06-13] 178: Checking batch_updates ** [00:43:56 2020-06-13] 178: Checking gears ** [00:43:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:43:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:01 2020-06-13] 178: Checking imports ** [00:44:01 2020-06-13] 178: Checking exports ** [00:44:01 2020-06-13] 178: Checking users ** [00:44:01 2020-06-13] 178: Checking user_dbs ** [00:44:01 2020-06-13] 178: Checking geocodings ** [00:44:01 2020-06-13] 178: Checking synchronizations ** [00:44:01 2020-06-13] 178: Checking tracker ** [00:44:01 2020-06-13] 178: Checking user_migrations ** [00:44:01 2020-06-13] 178: Checking batch_updates ** [00:44:01 2020-06-13] 178: Checking gears ** [00:44:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:44:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:06 2020-06-13] 178: Checking imports ** [00:44:06 2020-06-13] 178: Checking exports ** [00:44:06 2020-06-13] 178: Checking users ** [00:44:06 2020-06-13] 178: Checking user_dbs ** [00:44:06 2020-06-13] 178: Checking geocodings ** [00:44:06 2020-06-13] 178: Checking synchronizations ** [00:44:06 2020-06-13] 178: Checking tracker ** [00:44:06 2020-06-13] 178: Checking user_migrations ** [00:44:06 2020-06-13] 178: Checking batch_updates ** [00:44:06 2020-06-13] 178: Checking gears ** [00:44:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:44:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:11 2020-06-13] 178: Checking imports ** [00:44:11 2020-06-13] 178: Checking exports ** [00:44:11 2020-06-13] 178: Checking users ** [00:44:11 2020-06-13] 178: Checking user_dbs ** [00:44:11 2020-06-13] 178: Checking geocodings ** [00:44:11 2020-06-13] 178: Checking synchronizations ** [00:44:11 2020-06-13] 178: Checking tracker ** [00:44:11 2020-06-13] 178: Checking user_migrations ** [00:44:11 2020-06-13] 178: Checking batch_updates ** [00:44:11 2020-06-13] 178: Checking gears ** [00:44:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:44:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:16 2020-06-13] 178: Checking imports ** [00:44:16 2020-06-13] 178: Checking exports ** [00:44:16 2020-06-13] 178: Checking users ** [00:44:16 2020-06-13] 178: Checking user_dbs ** [00:44:16 2020-06-13] 178: Checking geocodings ** [00:44:16 2020-06-13] 178: Checking synchronizations ** [00:44:16 2020-06-13] 178: Checking tracker ** [00:44:16 2020-06-13] 178: Checking user_migrations ** [00:44:16 2020-06-13] 178: Checking batch_updates ** [00:44:16 2020-06-13] 178: Checking gears ** [00:44:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:44:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:21 2020-06-13] 178: Checking imports ** [00:44:21 2020-06-13] 178: Checking exports ** [00:44:21 2020-06-13] 178: Checking users ** [00:44:21 2020-06-13] 178: Checking user_dbs ** [00:44:21 2020-06-13] 178: Checking geocodings ** [00:44:21 2020-06-13] 178: Checking synchronizations ** [00:44:21 2020-06-13] 178: Checking tracker ** [00:44:21 2020-06-13] 178: Checking user_migrations ** [00:44:21 2020-06-13] 178: Checking batch_updates ** [00:44:21 2020-06-13] 178: Checking gears ** [00:44:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:44:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:26 2020-06-13] 178: Checking imports ** [00:44:26 2020-06-13] 178: Checking exports ** [00:44:26 2020-06-13] 178: Checking users ** [00:44:26 2020-06-13] 178: Checking user_dbs ** [00:44:26 2020-06-13] 178: Checking geocodings ** [00:44:26 2020-06-13] 178: Checking synchronizations ** [00:44:26 2020-06-13] 178: Checking tracker ** [00:44:26 2020-06-13] 178: Checking user_migrations ** [00:44:26 2020-06-13] 178: Checking batch_updates ** [00:44:26 2020-06-13] 178: Checking gears ** [00:44:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:44:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:31 2020-06-13] 178: Checking imports ** [00:44:31 2020-06-13] 178: Checking exports ** [00:44:31 2020-06-13] 178: Checking users ** [00:44:31 2020-06-13] 178: Checking user_dbs ** [00:44:31 2020-06-13] 178: Checking geocodings ** [00:44:31 2020-06-13] 178: Checking synchronizations ** [00:44:31 2020-06-13] 178: Checking tracker ** [00:44:31 2020-06-13] 178: Checking user_migrations ** [00:44:31 2020-06-13] 178: Checking batch_updates ** [00:44:31 2020-06-13] 178: Checking gears ** [00:44:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:44:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:36 2020-06-13] 178: Checking imports ** [00:44:36 2020-06-13] 178: Checking exports ** [00:44:36 2020-06-13] 178: Checking users ** [00:44:36 2020-06-13] 178: Checking user_dbs ** [00:44:36 2020-06-13] 178: Checking geocodings ** [00:44:36 2020-06-13] 178: Checking synchronizations ** [00:44:36 2020-06-13] 178: Checking tracker ** [00:44:36 2020-06-13] 178: Checking user_migrations ** [00:44:36 2020-06-13] 178: Checking batch_updates ** [00:44:36 2020-06-13] 178: Checking gears ** [00:44:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:44:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:41 2020-06-13] 178: Checking imports ** [00:44:41 2020-06-13] 178: Checking exports ** [00:44:41 2020-06-13] 178: Checking users ** [00:44:41 2020-06-13] 178: Checking user_dbs ** [00:44:41 2020-06-13] 178: Checking geocodings ** [00:44:41 2020-06-13] 178: Checking synchronizations ** [00:44:41 2020-06-13] 178: Checking tracker ** [00:44:41 2020-06-13] 178: Checking user_migrations ** [00:44:41 2020-06-13] 178: Checking batch_updates ** [00:44:41 2020-06-13] 178: Checking gears ** [00:44:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:44:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:46 2020-06-13] 178: Checking imports ** [00:44:46 2020-06-13] 178: Checking exports ** [00:44:46 2020-06-13] 178: Checking users ** [00:44:46 2020-06-13] 178: Checking user_dbs ** [00:44:46 2020-06-13] 178: Checking geocodings ** [00:44:46 2020-06-13] 178: Checking synchronizations ** [00:44:46 2020-06-13] 178: Checking tracker ** [00:44:46 2020-06-13] 178: Checking user_migrations ** [00:44:46 2020-06-13] 178: Checking batch_updates ** [00:44:46 2020-06-13] 178: Checking gears ** [00:44:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:44:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:51 2020-06-13] 178: Checking imports ** [00:44:51 2020-06-13] 178: Checking exports ** [00:44:51 2020-06-13] 178: Checking users ** [00:44:51 2020-06-13] 178: Checking user_dbs ** [00:44:51 2020-06-13] 178: Checking geocodings ** [00:44:51 2020-06-13] 178: Checking synchronizations ** [00:44:51 2020-06-13] 178: Checking tracker ** [00:44:51 2020-06-13] 178: Checking user_migrations ** [00:44:51 2020-06-13] 178: Checking batch_updates ** [00:44:51 2020-06-13] 178: Checking gears ** [00:44:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:44:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:56 2020-06-13] 178: Checking imports ** [00:44:56 2020-06-13] 178: Checking exports ** [00:44:56 2020-06-13] 178: Checking users ** [00:44:56 2020-06-13] 178: Checking user_dbs ** [00:44:56 2020-06-13] 178: Checking geocodings ** [00:44:56 2020-06-13] 178: Checking synchronizations ** [00:44:56 2020-06-13] 178: Checking tracker ** [00:44:56 2020-06-13] 178: Checking user_migrations ** [00:44:56 2020-06-13] 178: Checking batch_updates ** [00:44:56 2020-06-13] 178: Checking gears ** [00:44:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:44:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:01 2020-06-13] 178: Checking imports ** [00:45:01 2020-06-13] 178: Checking exports ** [00:45:01 2020-06-13] 178: Checking users ** [00:45:01 2020-06-13] 178: Checking user_dbs ** [00:45:01 2020-06-13] 178: Checking geocodings ** [00:45:01 2020-06-13] 178: Checking synchronizations ** [00:45:01 2020-06-13] 178: Checking tracker ** [00:45:01 2020-06-13] 178: Checking user_migrations ** [00:45:01 2020-06-13] 178: Checking batch_updates ** [00:45:01 2020-06-13] 178: Checking gears ** [00:45:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:45:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:06 2020-06-13] 178: Checking imports ** [00:45:06 2020-06-13] 178: Checking exports ** [00:45:06 2020-06-13] 178: Checking users ** [00:45:06 2020-06-13] 178: Checking user_dbs ** [00:45:06 2020-06-13] 178: Checking geocodings ** [00:45:06 2020-06-13] 178: Checking synchronizations ** [00:45:06 2020-06-13] 178: Checking tracker ** [00:45:06 2020-06-13] 178: Checking user_migrations ** [00:45:06 2020-06-13] 178: Checking batch_updates ** [00:45:06 2020-06-13] 178: Checking gears ** [00:45:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:45:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:11 2020-06-13] 178: Checking imports ** [00:45:11 2020-06-13] 178: Checking exports ** [00:45:11 2020-06-13] 178: Checking users ** [00:45:11 2020-06-13] 178: Checking user_dbs ** [00:45:11 2020-06-13] 178: Checking geocodings ** [00:45:11 2020-06-13] 178: Checking synchronizations ** [00:45:11 2020-06-13] 178: Checking tracker ** [00:45:11 2020-06-13] 178: Checking user_migrations ** [00:45:11 2020-06-13] 178: Checking batch_updates ** [00:45:11 2020-06-13] 178: Checking gears ** [00:45:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:45:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:16 2020-06-13] 178: Checking imports ** [00:45:16 2020-06-13] 178: Checking exports ** [00:45:16 2020-06-13] 178: Checking users ** [00:45:16 2020-06-13] 178: Checking user_dbs ** [00:45:16 2020-06-13] 178: Checking geocodings ** [00:45:16 2020-06-13] 178: Checking synchronizations ** [00:45:16 2020-06-13] 178: Checking tracker ** [00:45:16 2020-06-13] 178: Checking user_migrations ** [00:45:16 2020-06-13] 178: Checking batch_updates ** [00:45:16 2020-06-13] 178: Checking gears ** [00:45:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:45:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:21 2020-06-13] 178: Checking imports ** [00:45:21 2020-06-13] 178: Checking exports ** [00:45:21 2020-06-13] 178: Checking users ** [00:45:21 2020-06-13] 178: Checking user_dbs ** [00:45:21 2020-06-13] 178: Checking geocodings ** [00:45:21 2020-06-13] 178: Checking synchronizations ** [00:45:21 2020-06-13] 178: Checking tracker ** [00:45:21 2020-06-13] 178: Checking user_migrations ** [00:45:21 2020-06-13] 178: Checking batch_updates ** [00:45:21 2020-06-13] 178: Checking gears ** [00:45:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:45:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:26 2020-06-13] 178: Checking imports ** [00:45:26 2020-06-13] 178: Checking exports ** [00:45:26 2020-06-13] 178: Checking users ** [00:45:26 2020-06-13] 178: Checking user_dbs ** [00:45:26 2020-06-13] 178: Checking geocodings ** [00:45:26 2020-06-13] 178: Checking synchronizations ** [00:45:26 2020-06-13] 178: Checking tracker ** [00:45:26 2020-06-13] 178: Checking user_migrations ** [00:45:26 2020-06-13] 178: Checking batch_updates ** [00:45:26 2020-06-13] 178: Checking gears ** [00:45:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:45:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:31 2020-06-13] 178: Checking imports ** [00:45:31 2020-06-13] 178: Checking exports ** [00:45:31 2020-06-13] 178: Checking users ** [00:45:31 2020-06-13] 178: Checking user_dbs ** [00:45:31 2020-06-13] 178: Checking geocodings ** [00:45:31 2020-06-13] 178: Checking synchronizations ** [00:45:31 2020-06-13] 178: Checking tracker ** [00:45:31 2020-06-13] 178: Checking user_migrations ** [00:45:31 2020-06-13] 178: Checking batch_updates ** [00:45:31 2020-06-13] 178: Checking gears ** [00:45:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:45:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:36 2020-06-13] 178: Checking imports ** [00:45:36 2020-06-13] 178: Checking exports ** [00:45:36 2020-06-13] 178: Checking users ** [00:45:36 2020-06-13] 178: Checking user_dbs ** [00:45:36 2020-06-13] 178: Checking geocodings ** [00:45:36 2020-06-13] 178: Checking synchronizations ** [00:45:36 2020-06-13] 178: Checking tracker ** [00:45:36 2020-06-13] 178: Checking user_migrations ** [00:45:36 2020-06-13] 178: Checking batch_updates ** [00:45:36 2020-06-13] 178: Checking gears ** [00:45:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:45:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:41 2020-06-13] 178: Checking imports ** [00:45:41 2020-06-13] 178: Checking exports ** [00:45:41 2020-06-13] 178: Checking users ** [00:45:41 2020-06-13] 178: Checking user_dbs ** [00:45:41 2020-06-13] 178: Checking geocodings ** [00:45:41 2020-06-13] 178: Checking synchronizations ** [00:45:41 2020-06-13] 178: Checking tracker ** [00:45:41 2020-06-13] 178: Checking user_migrations ** [00:45:41 2020-06-13] 178: Checking batch_updates ** [00:45:41 2020-06-13] 178: Checking gears ** [00:45:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:45:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:46 2020-06-13] 178: Checking imports ** [00:45:46 2020-06-13] 178: Checking exports ** [00:45:46 2020-06-13] 178: Checking users ** [00:45:46 2020-06-13] 178: Checking user_dbs ** [00:45:46 2020-06-13] 178: Checking geocodings ** [00:45:46 2020-06-13] 178: Checking synchronizations ** [00:45:46 2020-06-13] 178: Checking tracker ** [00:45:46 2020-06-13] 178: Checking user_migrations ** [00:45:46 2020-06-13] 178: Checking batch_updates ** [00:45:46 2020-06-13] 178: Checking gears ** [00:45:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:45:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:51 2020-06-13] 178: Checking imports ** [00:45:51 2020-06-13] 178: Checking exports ** [00:45:51 2020-06-13] 178: Checking users ** [00:45:51 2020-06-13] 178: Checking user_dbs ** [00:45:51 2020-06-13] 178: Checking geocodings ** [00:45:51 2020-06-13] 178: Checking synchronizations ** [00:45:51 2020-06-13] 178: Checking tracker ** [00:45:51 2020-06-13] 178: Checking user_migrations ** [00:45:51 2020-06-13] 178: Checking batch_updates ** [00:45:51 2020-06-13] 178: Checking gears ** [00:45:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:45:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:56 2020-06-13] 178: Checking imports ** [00:45:56 2020-06-13] 178: Checking exports ** [00:45:56 2020-06-13] 178: Checking users ** [00:45:56 2020-06-13] 178: Checking user_dbs ** [00:45:56 2020-06-13] 178: Checking geocodings ** [00:45:56 2020-06-13] 178: Checking synchronizations ** [00:45:56 2020-06-13] 178: Checking tracker ** [00:45:56 2020-06-13] 178: Checking user_migrations ** [00:45:56 2020-06-13] 178: Checking batch_updates ** [00:45:56 2020-06-13] 178: Checking gears ** [00:45:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:45:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:01 2020-06-13] 178: Checking imports ** [00:46:01 2020-06-13] 178: Checking exports ** [00:46:01 2020-06-13] 178: Checking users ** [00:46:01 2020-06-13] 178: Checking user_dbs ** [00:46:01 2020-06-13] 178: Checking geocodings ** [00:46:01 2020-06-13] 178: Checking synchronizations ** [00:46:01 2020-06-13] 178: Checking tracker ** [00:46:01 2020-06-13] 178: Checking user_migrations ** [00:46:01 2020-06-13] 178: Checking batch_updates ** [00:46:01 2020-06-13] 178: Checking gears ** [00:46:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:46:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:06 2020-06-13] 178: Checking imports ** [00:46:06 2020-06-13] 178: Checking exports ** [00:46:06 2020-06-13] 178: Checking users ** [00:46:06 2020-06-13] 178: Checking user_dbs ** [00:46:06 2020-06-13] 178: Checking geocodings ** [00:46:06 2020-06-13] 178: Checking synchronizations ** [00:46:06 2020-06-13] 178: Checking tracker ** [00:46:06 2020-06-13] 178: Checking user_migrations ** [00:46:06 2020-06-13] 178: Checking batch_updates ** [00:46:06 2020-06-13] 178: Checking gears ** [00:46:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:46:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:11 2020-06-13] 178: Checking imports ** [00:46:11 2020-06-13] 178: Checking exports ** [00:46:11 2020-06-13] 178: Checking users ** [00:46:11 2020-06-13] 178: Checking user_dbs ** [00:46:11 2020-06-13] 178: Checking geocodings ** [00:46:11 2020-06-13] 178: Checking synchronizations ** [00:46:11 2020-06-13] 178: Checking tracker ** [00:46:11 2020-06-13] 178: Checking user_migrations ** [00:46:11 2020-06-13] 178: Checking batch_updates ** [00:46:11 2020-06-13] 178: Checking gears ** [00:46:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:46:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:16 2020-06-13] 178: Checking imports ** [00:46:16 2020-06-13] 178: Checking exports ** [00:46:16 2020-06-13] 178: Checking users ** [00:46:16 2020-06-13] 178: Checking user_dbs ** [00:46:16 2020-06-13] 178: Checking geocodings ** [00:46:16 2020-06-13] 178: Checking synchronizations ** [00:46:16 2020-06-13] 178: Checking tracker ** [00:46:16 2020-06-13] 178: Checking user_migrations ** [00:46:16 2020-06-13] 178: Checking batch_updates ** [00:46:16 2020-06-13] 178: Checking gears ** [00:46:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:46:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:21 2020-06-13] 178: Checking imports ** [00:46:21 2020-06-13] 178: Checking exports ** [00:46:21 2020-06-13] 178: Checking users ** [00:46:21 2020-06-13] 178: Checking user_dbs ** [00:46:21 2020-06-13] 178: Checking geocodings ** [00:46:21 2020-06-13] 178: Checking synchronizations ** [00:46:21 2020-06-13] 178: Checking tracker ** [00:46:21 2020-06-13] 178: Checking user_migrations ** [00:46:21 2020-06-13] 178: Checking batch_updates ** [00:46:21 2020-06-13] 178: Checking gears ** [00:46:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:46:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:26 2020-06-13] 178: Checking imports ** [00:46:26 2020-06-13] 178: Checking exports ** [00:46:26 2020-06-13] 178: Checking users ** [00:46:26 2020-06-13] 178: Checking user_dbs ** [00:46:26 2020-06-13] 178: Checking geocodings ** [00:46:26 2020-06-13] 178: Checking synchronizations ** [00:46:26 2020-06-13] 178: Checking tracker ** [00:46:26 2020-06-13] 178: Checking user_migrations ** [00:46:26 2020-06-13] 178: Checking batch_updates ** [00:46:26 2020-06-13] 178: Checking gears ** [00:46:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:46:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:31 2020-06-13] 178: Checking imports ** [00:46:31 2020-06-13] 178: Checking exports ** [00:46:31 2020-06-13] 178: Checking users ** [00:46:31 2020-06-13] 178: Checking user_dbs ** [00:46:31 2020-06-13] 178: Checking geocodings ** [00:46:31 2020-06-13] 178: Checking synchronizations ** [00:46:31 2020-06-13] 178: Checking tracker ** [00:46:31 2020-06-13] 178: Checking user_migrations ** [00:46:31 2020-06-13] 178: Checking batch_updates ** [00:46:31 2020-06-13] 178: Checking gears ** [00:46:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:46:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:36 2020-06-13] 178: Checking imports ** [00:46:36 2020-06-13] 178: Checking exports ** [00:46:36 2020-06-13] 178: Checking users ** [00:46:36 2020-06-13] 178: Checking user_dbs ** [00:46:36 2020-06-13] 178: Checking geocodings ** [00:46:36 2020-06-13] 178: Checking synchronizations ** [00:46:36 2020-06-13] 178: Checking tracker ** [00:46:36 2020-06-13] 178: Checking user_migrations ** [00:46:36 2020-06-13] 178: Checking batch_updates ** [00:46:36 2020-06-13] 178: Checking gears ** [00:46:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:46:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:41 2020-06-13] 178: Checking imports ** [00:46:41 2020-06-13] 178: Checking exports ** [00:46:41 2020-06-13] 178: Checking users ** [00:46:41 2020-06-13] 178: Checking user_dbs ** [00:46:41 2020-06-13] 178: Checking geocodings ** [00:46:41 2020-06-13] 178: Checking synchronizations ** [00:46:41 2020-06-13] 178: Checking tracker ** [00:46:41 2020-06-13] 178: Checking user_migrations ** [00:46:41 2020-06-13] 178: Checking batch_updates ** [00:46:41 2020-06-13] 178: Checking gears ** [00:46:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:46:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:46 2020-06-13] 178: Checking imports ** [00:46:46 2020-06-13] 178: Checking exports ** [00:46:46 2020-06-13] 178: Checking users ** [00:46:46 2020-06-13] 178: Checking user_dbs ** [00:46:46 2020-06-13] 178: Checking geocodings ** [00:46:46 2020-06-13] 178: Checking synchronizations ** [00:46:46 2020-06-13] 178: Checking tracker ** [00:46:46 2020-06-13] 178: Checking user_migrations ** [00:46:46 2020-06-13] 178: Checking batch_updates ** [00:46:46 2020-06-13] 178: Checking gears ** [00:46:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:46:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:51 2020-06-13] 178: Checking imports ** [00:46:51 2020-06-13] 178: Checking exports ** [00:46:51 2020-06-13] 178: Checking users ** [00:46:51 2020-06-13] 178: Checking user_dbs ** [00:46:51 2020-06-13] 178: Checking geocodings ** [00:46:51 2020-06-13] 178: Checking synchronizations ** [00:46:51 2020-06-13] 178: Checking tracker ** [00:46:51 2020-06-13] 178: Checking user_migrations ** [00:46:51 2020-06-13] 178: Checking batch_updates ** [00:46:51 2020-06-13] 178: Checking gears ** [00:46:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:46:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:56 2020-06-13] 178: Checking imports ** [00:46:56 2020-06-13] 178: Checking exports ** [00:46:56 2020-06-13] 178: Checking users ** [00:46:56 2020-06-13] 178: Checking user_dbs ** [00:46:56 2020-06-13] 178: Checking geocodings ** [00:46:56 2020-06-13] 178: Checking synchronizations ** [00:46:56 2020-06-13] 178: Checking tracker ** [00:46:56 2020-06-13] 178: Checking user_migrations ** [00:46:56 2020-06-13] 178: Checking batch_updates ** [00:46:56 2020-06-13] 178: Checking gears ** [00:46:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:46:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:01 2020-06-13] 178: Checking imports ** [00:47:01 2020-06-13] 178: Checking exports ** [00:47:01 2020-06-13] 178: Checking users ** [00:47:01 2020-06-13] 178: Checking user_dbs ** [00:47:01 2020-06-13] 178: Checking geocodings ** [00:47:01 2020-06-13] 178: Checking synchronizations ** [00:47:01 2020-06-13] 178: Checking tracker ** [00:47:01 2020-06-13] 178: Checking user_migrations ** [00:47:01 2020-06-13] 178: Checking batch_updates ** [00:47:01 2020-06-13] 178: Checking gears ** [00:47:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:47:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:06 2020-06-13] 178: Checking imports ** [00:47:06 2020-06-13] 178: Checking exports ** [00:47:06 2020-06-13] 178: Checking users ** [00:47:06 2020-06-13] 178: Checking user_dbs ** [00:47:06 2020-06-13] 178: Checking geocodings ** [00:47:06 2020-06-13] 178: Checking synchronizations ** [00:47:06 2020-06-13] 178: Checking tracker ** [00:47:06 2020-06-13] 178: Checking user_migrations ** [00:47:06 2020-06-13] 178: Checking batch_updates ** [00:47:06 2020-06-13] 178: Checking gears ** [00:47:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:47:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:11 2020-06-13] 178: Checking imports ** [00:47:11 2020-06-13] 178: Checking exports ** [00:47:11 2020-06-13] 178: Checking users ** [00:47:11 2020-06-13] 178: Checking user_dbs ** [00:47:11 2020-06-13] 178: Checking geocodings ** [00:47:11 2020-06-13] 178: Checking synchronizations ** [00:47:11 2020-06-13] 178: Checking tracker ** [00:47:11 2020-06-13] 178: Checking user_migrations ** [00:47:11 2020-06-13] 178: Checking batch_updates ** [00:47:11 2020-06-13] 178: Checking gears ** [00:47:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:47:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:17 2020-06-13] 178: Checking imports ** [00:47:17 2020-06-13] 178: Checking exports ** [00:47:17 2020-06-13] 178: Checking users ** [00:47:17 2020-06-13] 178: Checking user_dbs ** [00:47:17 2020-06-13] 178: Checking geocodings ** [00:47:17 2020-06-13] 178: Checking synchronizations ** [00:47:17 2020-06-13] 178: Checking tracker ** [00:47:17 2020-06-13] 178: Checking user_migrations ** [00:47:17 2020-06-13] 178: Checking batch_updates ** [00:47:17 2020-06-13] 178: Checking gears ** [00:47:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:47:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:22 2020-06-13] 178: Checking imports ** [00:47:22 2020-06-13] 178: Checking exports ** [00:47:22 2020-06-13] 178: Checking users ** [00:47:22 2020-06-13] 178: Checking user_dbs ** [00:47:22 2020-06-13] 178: Checking geocodings ** [00:47:22 2020-06-13] 178: Checking synchronizations ** [00:47:22 2020-06-13] 178: Checking tracker ** [00:47:22 2020-06-13] 178: Checking user_migrations ** [00:47:22 2020-06-13] 178: Checking batch_updates ** [00:47:22 2020-06-13] 178: Checking gears ** [00:47:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:47:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:27 2020-06-13] 178: Checking imports ** [00:47:27 2020-06-13] 178: Checking exports ** [00:47:27 2020-06-13] 178: Checking users ** [00:47:27 2020-06-13] 178: Checking user_dbs ** [00:47:27 2020-06-13] 178: Checking geocodings ** [00:47:27 2020-06-13] 178: Checking synchronizations ** [00:47:27 2020-06-13] 178: Checking tracker ** [00:47:27 2020-06-13] 178: Checking user_migrations ** [00:47:27 2020-06-13] 178: Checking batch_updates ** [00:47:27 2020-06-13] 178: Checking gears ** [00:47:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:47:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:32 2020-06-13] 178: Checking imports ** [00:47:32 2020-06-13] 178: Checking exports ** [00:47:32 2020-06-13] 178: Checking users ** [00:47:32 2020-06-13] 178: Checking user_dbs ** [00:47:32 2020-06-13] 178: Checking geocodings ** [00:47:32 2020-06-13] 178: Checking synchronizations ** [00:47:32 2020-06-13] 178: Checking tracker ** [00:47:32 2020-06-13] 178: Checking user_migrations ** [00:47:32 2020-06-13] 178: Checking batch_updates ** [00:47:32 2020-06-13] 178: Checking gears ** [00:47:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:47:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:37 2020-06-13] 178: Checking imports ** [00:47:37 2020-06-13] 178: Checking exports ** [00:47:37 2020-06-13] 178: Checking users ** [00:47:37 2020-06-13] 178: Checking user_dbs ** [00:47:37 2020-06-13] 178: Checking geocodings ** [00:47:37 2020-06-13] 178: Checking synchronizations ** [00:47:37 2020-06-13] 178: Checking tracker ** [00:47:37 2020-06-13] 178: Checking user_migrations ** [00:47:37 2020-06-13] 178: Checking batch_updates ** [00:47:37 2020-06-13] 178: Checking gears ** [00:47:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:47:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:42 2020-06-13] 178: Checking imports ** [00:47:42 2020-06-13] 178: Checking exports ** [00:47:42 2020-06-13] 178: Checking users ** [00:47:42 2020-06-13] 178: Checking user_dbs ** [00:47:42 2020-06-13] 178: Checking geocodings ** [00:47:42 2020-06-13] 178: Checking synchronizations ** [00:47:42 2020-06-13] 178: Checking tracker ** [00:47:42 2020-06-13] 178: Checking user_migrations ** [00:47:42 2020-06-13] 178: Checking batch_updates ** [00:47:42 2020-06-13] 178: Checking gears ** [00:47:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:47:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:47 2020-06-13] 178: Checking imports ** [00:47:47 2020-06-13] 178: Checking exports ** [00:47:47 2020-06-13] 178: Checking users ** [00:47:47 2020-06-13] 178: Checking user_dbs ** [00:47:47 2020-06-13] 178: Checking geocodings ** [00:47:47 2020-06-13] 178: Checking synchronizations ** [00:47:47 2020-06-13] 178: Checking tracker ** [00:47:47 2020-06-13] 178: Checking user_migrations ** [00:47:47 2020-06-13] 178: Checking batch_updates ** [00:47:47 2020-06-13] 178: Checking gears ** [00:47:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:47:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:52 2020-06-13] 178: Checking imports ** [00:47:52 2020-06-13] 178: Checking exports ** [00:47:52 2020-06-13] 178: Checking users ** [00:47:52 2020-06-13] 178: Checking user_dbs ** [00:47:52 2020-06-13] 178: Checking geocodings ** [00:47:52 2020-06-13] 178: Checking synchronizations ** [00:47:52 2020-06-13] 178: Checking tracker ** [00:47:52 2020-06-13] 178: Checking user_migrations ** [00:47:52 2020-06-13] 178: Checking batch_updates ** [00:47:52 2020-06-13] 178: Checking gears ** [00:47:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:47:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:57 2020-06-13] 178: Checking imports ** [00:47:57 2020-06-13] 178: Checking exports ** [00:47:57 2020-06-13] 178: Checking users ** [00:47:57 2020-06-13] 178: Checking user_dbs ** [00:47:57 2020-06-13] 178: Checking geocodings ** [00:47:57 2020-06-13] 178: Checking synchronizations ** [00:47:57 2020-06-13] 178: Checking tracker ** [00:47:57 2020-06-13] 178: Checking user_migrations ** [00:47:57 2020-06-13] 178: Checking batch_updates ** [00:47:57 2020-06-13] 178: Checking gears ** [00:47:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:47:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:02 2020-06-13] 178: Checking imports ** [00:48:02 2020-06-13] 178: Checking exports ** [00:48:02 2020-06-13] 178: Checking users ** [00:48:02 2020-06-13] 178: Checking user_dbs ** [00:48:02 2020-06-13] 178: Checking geocodings ** [00:48:02 2020-06-13] 178: Checking synchronizations ** [00:48:02 2020-06-13] 178: Checking tracker ** [00:48:02 2020-06-13] 178: Checking user_migrations ** [00:48:02 2020-06-13] 178: Checking batch_updates ** [00:48:02 2020-06-13] 178: Checking gears ** [00:48:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:48:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:07 2020-06-13] 178: Checking imports ** [00:48:07 2020-06-13] 178: Checking exports ** [00:48:07 2020-06-13] 178: Checking users ** [00:48:07 2020-06-13] 178: Checking user_dbs ** [00:48:07 2020-06-13] 178: Checking geocodings ** [00:48:07 2020-06-13] 178: Checking synchronizations ** [00:48:07 2020-06-13] 178: Checking tracker ** [00:48:07 2020-06-13] 178: Checking user_migrations ** [00:48:07 2020-06-13] 178: Checking batch_updates ** [00:48:07 2020-06-13] 178: Checking gears ** [00:48:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:48:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:12 2020-06-13] 178: Checking imports ** [00:48:12 2020-06-13] 178: Checking exports ** [00:48:12 2020-06-13] 178: Checking users ** [00:48:12 2020-06-13] 178: Checking user_dbs ** [00:48:12 2020-06-13] 178: Checking geocodings ** [00:48:12 2020-06-13] 178: Checking synchronizations ** [00:48:12 2020-06-13] 178: Checking tracker ** [00:48:12 2020-06-13] 178: Checking user_migrations ** [00:48:12 2020-06-13] 178: Checking batch_updates ** [00:48:12 2020-06-13] 178: Checking gears ** [00:48:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:48:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:17 2020-06-13] 178: Checking imports ** [00:48:17 2020-06-13] 178: Checking exports ** [00:48:17 2020-06-13] 178: Checking users ** [00:48:17 2020-06-13] 178: Checking user_dbs ** [00:48:17 2020-06-13] 178: Checking geocodings ** [00:48:17 2020-06-13] 178: Checking synchronizations ** [00:48:17 2020-06-13] 178: Checking tracker ** [00:48:17 2020-06-13] 178: Checking user_migrations ** [00:48:17 2020-06-13] 178: Checking batch_updates ** [00:48:17 2020-06-13] 178: Checking gears ** [00:48:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:48:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:22 2020-06-13] 178: Checking imports ** [00:48:22 2020-06-13] 178: Checking exports ** [00:48:22 2020-06-13] 178: Checking users ** [00:48:22 2020-06-13] 178: Checking user_dbs ** [00:48:22 2020-06-13] 178: Checking geocodings ** [00:48:22 2020-06-13] 178: Checking synchronizations ** [00:48:22 2020-06-13] 178: Checking tracker ** [00:48:22 2020-06-13] 178: Checking user_migrations ** [00:48:22 2020-06-13] 178: Checking batch_updates ** [00:48:22 2020-06-13] 178: Checking gears ** [00:48:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:48:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:27 2020-06-13] 178: Checking imports ** [00:48:27 2020-06-13] 178: Checking exports ** [00:48:27 2020-06-13] 178: Checking users ** [00:48:27 2020-06-13] 178: Checking user_dbs ** [00:48:27 2020-06-13] 178: Checking geocodings ** [00:48:27 2020-06-13] 178: Checking synchronizations ** [00:48:27 2020-06-13] 178: Checking tracker ** [00:48:27 2020-06-13] 178: Checking user_migrations ** [00:48:27 2020-06-13] 178: Checking batch_updates ** [00:48:27 2020-06-13] 178: Checking gears ** [00:48:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:48:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:32 2020-06-13] 178: Checking imports ** [00:48:32 2020-06-13] 178: Checking exports ** [00:48:32 2020-06-13] 178: Checking users ** [00:48:32 2020-06-13] 178: Checking user_dbs ** [00:48:32 2020-06-13] 178: Checking geocodings ** [00:48:32 2020-06-13] 178: Checking synchronizations ** [00:48:32 2020-06-13] 178: Checking tracker ** [00:48:32 2020-06-13] 178: Checking user_migrations ** [00:48:32 2020-06-13] 178: Checking batch_updates ** [00:48:32 2020-06-13] 178: Checking gears ** [00:48:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:48:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:37 2020-06-13] 178: Checking imports ** [00:48:37 2020-06-13] 178: Checking exports ** [00:48:37 2020-06-13] 178: Checking users ** [00:48:37 2020-06-13] 178: Checking user_dbs ** [00:48:37 2020-06-13] 178: Checking geocodings ** [00:48:37 2020-06-13] 178: Checking synchronizations ** [00:48:37 2020-06-13] 178: Checking tracker ** [00:48:37 2020-06-13] 178: Checking user_migrations ** [00:48:37 2020-06-13] 178: Checking batch_updates ** [00:48:37 2020-06-13] 178: Checking gears ** [00:48:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:48:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:42 2020-06-13] 178: Checking imports ** [00:48:42 2020-06-13] 178: Checking exports ** [00:48:42 2020-06-13] 178: Checking users ** [00:48:42 2020-06-13] 178: Checking user_dbs ** [00:48:42 2020-06-13] 178: Checking geocodings ** [00:48:42 2020-06-13] 178: Checking synchronizations ** [00:48:42 2020-06-13] 178: Checking tracker ** [00:48:42 2020-06-13] 178: Checking user_migrations ** [00:48:42 2020-06-13] 178: Checking batch_updates ** [00:48:42 2020-06-13] 178: Checking gears ** [00:48:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:48:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:47 2020-06-13] 178: Checking imports ** [00:48:47 2020-06-13] 178: Checking exports ** [00:48:47 2020-06-13] 178: Checking users ** [00:48:47 2020-06-13] 178: Checking user_dbs ** [00:48:47 2020-06-13] 178: Checking geocodings ** [00:48:47 2020-06-13] 178: Checking synchronizations ** [00:48:47 2020-06-13] 178: Checking tracker ** [00:48:47 2020-06-13] 178: Checking user_migrations ** [00:48:47 2020-06-13] 178: Checking batch_updates ** [00:48:47 2020-06-13] 178: Checking gears ** [00:48:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:48:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:52 2020-06-13] 178: Checking imports ** [00:48:52 2020-06-13] 178: Checking exports ** [00:48:52 2020-06-13] 178: Checking users ** [00:48:52 2020-06-13] 178: Checking user_dbs ** [00:48:52 2020-06-13] 178: Checking geocodings ** [00:48:52 2020-06-13] 178: Checking synchronizations ** [00:48:52 2020-06-13] 178: Checking tracker ** [00:48:52 2020-06-13] 178: Checking user_migrations ** [00:48:52 2020-06-13] 178: Checking batch_updates ** [00:48:52 2020-06-13] 178: Checking gears ** [00:48:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:48:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:57 2020-06-13] 178: Checking imports ** [00:48:57 2020-06-13] 178: Checking exports ** [00:48:57 2020-06-13] 178: Checking users ** [00:48:57 2020-06-13] 178: Checking user_dbs ** [00:48:57 2020-06-13] 178: Checking geocodings ** [00:48:57 2020-06-13] 178: Checking synchronizations ** [00:48:57 2020-06-13] 178: Checking tracker ** [00:48:57 2020-06-13] 178: Checking user_migrations ** [00:48:57 2020-06-13] 178: Checking batch_updates ** [00:48:57 2020-06-13] 178: Checking gears ** [00:48:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:48:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:02 2020-06-13] 178: Checking imports ** [00:49:02 2020-06-13] 178: Checking exports ** [00:49:02 2020-06-13] 178: Checking users ** [00:49:02 2020-06-13] 178: Checking user_dbs ** [00:49:02 2020-06-13] 178: Checking geocodings ** [00:49:02 2020-06-13] 178: Checking synchronizations ** [00:49:02 2020-06-13] 178: Checking tracker ** [00:49:02 2020-06-13] 178: Checking user_migrations ** [00:49:02 2020-06-13] 178: Checking batch_updates ** [00:49:02 2020-06-13] 178: Checking gears ** [00:49:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:49:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:07 2020-06-13] 178: Checking imports ** [00:49:07 2020-06-13] 178: Checking exports ** [00:49:07 2020-06-13] 178: Checking users ** [00:49:07 2020-06-13] 178: Checking user_dbs ** [00:49:07 2020-06-13] 178: Checking geocodings ** [00:49:07 2020-06-13] 178: Checking synchronizations ** [00:49:07 2020-06-13] 178: Checking tracker ** [00:49:07 2020-06-13] 178: Checking user_migrations ** [00:49:07 2020-06-13] 178: Checking batch_updates ** [00:49:07 2020-06-13] 178: Checking gears ** [00:49:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:49:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:12 2020-06-13] 178: Checking imports ** [00:49:12 2020-06-13] 178: Checking exports ** [00:49:12 2020-06-13] 178: Checking users ** [00:49:12 2020-06-13] 178: Checking user_dbs ** [00:49:12 2020-06-13] 178: Checking geocodings ** [00:49:12 2020-06-13] 178: Checking synchronizations ** [00:49:12 2020-06-13] 178: Checking tracker ** [00:49:12 2020-06-13] 178: Checking user_migrations ** [00:49:12 2020-06-13] 178: Checking batch_updates ** [00:49:12 2020-06-13] 178: Checking gears ** [00:49:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:49:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:17 2020-06-13] 178: Checking imports ** [00:49:17 2020-06-13] 178: Checking exports ** [00:49:17 2020-06-13] 178: Checking users ** [00:49:17 2020-06-13] 178: Checking user_dbs ** [00:49:17 2020-06-13] 178: Checking geocodings ** [00:49:17 2020-06-13] 178: Checking synchronizations ** [00:49:17 2020-06-13] 178: Checking tracker ** [00:49:17 2020-06-13] 178: Checking user_migrations ** [00:49:17 2020-06-13] 178: Checking batch_updates ** [00:49:17 2020-06-13] 178: Checking gears ** [00:49:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:49:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:22 2020-06-13] 178: Checking imports ** [00:49:22 2020-06-13] 178: Checking exports ** [00:49:22 2020-06-13] 178: Checking users ** [00:49:22 2020-06-13] 178: Checking user_dbs ** [00:49:22 2020-06-13] 178: Checking geocodings ** [00:49:22 2020-06-13] 178: Checking synchronizations ** [00:49:22 2020-06-13] 178: Checking tracker ** [00:49:22 2020-06-13] 178: Checking user_migrations ** [00:49:22 2020-06-13] 178: Checking batch_updates ** [00:49:22 2020-06-13] 178: Checking gears ** [00:49:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:49:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:27 2020-06-13] 178: Checking imports ** [00:49:27 2020-06-13] 178: Checking exports ** [00:49:27 2020-06-13] 178: Checking users ** [00:49:27 2020-06-13] 178: Checking user_dbs ** [00:49:27 2020-06-13] 178: Checking geocodings ** [00:49:27 2020-06-13] 178: Checking synchronizations ** [00:49:27 2020-06-13] 178: Checking tracker ** [00:49:27 2020-06-13] 178: Checking user_migrations ** [00:49:27 2020-06-13] 178: Checking batch_updates ** [00:49:27 2020-06-13] 178: Checking gears ** [00:49:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:49:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:32 2020-06-13] 178: Checking imports ** [00:49:32 2020-06-13] 178: Checking exports ** [00:49:32 2020-06-13] 178: Checking users ** [00:49:32 2020-06-13] 178: Checking user_dbs ** [00:49:32 2020-06-13] 178: Checking geocodings ** [00:49:32 2020-06-13] 178: Checking synchronizations ** [00:49:32 2020-06-13] 178: Checking tracker ** [00:49:32 2020-06-13] 178: Checking user_migrations ** [00:49:32 2020-06-13] 178: Checking batch_updates ** [00:49:32 2020-06-13] 178: Checking gears ** [00:49:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:49:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:37 2020-06-13] 178: Checking imports ** [00:49:37 2020-06-13] 178: Checking exports ** [00:49:37 2020-06-13] 178: Checking users ** [00:49:37 2020-06-13] 178: Checking user_dbs ** [00:49:37 2020-06-13] 178: Checking geocodings ** [00:49:37 2020-06-13] 178: Checking synchronizations ** [00:49:37 2020-06-13] 178: Checking tracker ** [00:49:37 2020-06-13] 178: Checking user_migrations ** [00:49:37 2020-06-13] 178: Checking batch_updates ** [00:49:37 2020-06-13] 178: Checking gears ** [00:49:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:49:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:42 2020-06-13] 178: Checking imports ** [00:49:42 2020-06-13] 178: Checking exports ** [00:49:42 2020-06-13] 178: Checking users ** [00:49:42 2020-06-13] 178: Checking user_dbs ** [00:49:42 2020-06-13] 178: Checking geocodings ** [00:49:42 2020-06-13] 178: Checking synchronizations ** [00:49:42 2020-06-13] 178: Checking tracker ** [00:49:42 2020-06-13] 178: Checking user_migrations ** [00:49:42 2020-06-13] 178: Checking batch_updates ** [00:49:42 2020-06-13] 178: Checking gears ** [00:49:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:49:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:47 2020-06-13] 178: Checking imports ** [00:49:47 2020-06-13] 178: Checking exports ** [00:49:47 2020-06-13] 178: Checking users ** [00:49:47 2020-06-13] 178: Checking user_dbs ** [00:49:47 2020-06-13] 178: Checking geocodings ** [00:49:47 2020-06-13] 178: Checking synchronizations ** [00:49:47 2020-06-13] 178: Checking tracker ** [00:49:47 2020-06-13] 178: Checking user_migrations ** [00:49:47 2020-06-13] 178: Checking batch_updates ** [00:49:47 2020-06-13] 178: Checking gears ** [00:49:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:49:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:52 2020-06-13] 178: Checking imports ** [00:49:52 2020-06-13] 178: Checking exports ** [00:49:52 2020-06-13] 178: Checking users ** [00:49:52 2020-06-13] 178: Checking user_dbs ** [00:49:52 2020-06-13] 178: Checking geocodings ** [00:49:52 2020-06-13] 178: Checking synchronizations ** [00:49:52 2020-06-13] 178: Checking tracker ** [00:49:52 2020-06-13] 178: Checking user_migrations ** [00:49:52 2020-06-13] 178: Checking batch_updates ** [00:49:52 2020-06-13] 178: Checking gears ** [00:49:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:49:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:57 2020-06-13] 178: Checking imports ** [00:49:57 2020-06-13] 178: Checking exports ** [00:49:57 2020-06-13] 178: Checking users ** [00:49:57 2020-06-13] 178: Checking user_dbs ** [00:49:57 2020-06-13] 178: Checking geocodings ** [00:49:57 2020-06-13] 178: Checking synchronizations ** [00:49:57 2020-06-13] 178: Checking tracker ** [00:49:57 2020-06-13] 178: Checking user_migrations ** [00:49:57 2020-06-13] 178: Checking batch_updates ** [00:49:57 2020-06-13] 178: Checking gears ** [00:49:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:49:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:02 2020-06-13] 178: Checking imports ** [00:50:02 2020-06-13] 178: Checking exports ** [00:50:02 2020-06-13] 178: Checking users ** [00:50:02 2020-06-13] 178: Checking user_dbs ** [00:50:02 2020-06-13] 178: Checking geocodings ** [00:50:02 2020-06-13] 178: Checking synchronizations ** [00:50:02 2020-06-13] 178: Checking tracker ** [00:50:02 2020-06-13] 178: Checking user_migrations ** [00:50:02 2020-06-13] 178: Checking batch_updates ** [00:50:02 2020-06-13] 178: Checking gears ** [00:50:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:50:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:07 2020-06-13] 178: Checking imports ** [00:50:07 2020-06-13] 178: Checking exports ** [00:50:07 2020-06-13] 178: Checking users ** [00:50:07 2020-06-13] 178: Checking user_dbs ** [00:50:07 2020-06-13] 178: Checking geocodings ** [00:50:07 2020-06-13] 178: Checking synchronizations ** [00:50:07 2020-06-13] 178: Checking tracker ** [00:50:07 2020-06-13] 178: Checking user_migrations ** [00:50:07 2020-06-13] 178: Checking batch_updates ** [00:50:07 2020-06-13] 178: Checking gears ** [00:50:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:50:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:12 2020-06-13] 178: Checking imports ** [00:50:12 2020-06-13] 178: Checking exports ** [00:50:12 2020-06-13] 178: Checking users ** [00:50:12 2020-06-13] 178: Checking user_dbs ** [00:50:12 2020-06-13] 178: Checking geocodings ** [00:50:12 2020-06-13] 178: Checking synchronizations ** [00:50:12 2020-06-13] 178: Checking tracker ** [00:50:12 2020-06-13] 178: Checking user_migrations ** [00:50:12 2020-06-13] 178: Checking batch_updates ** [00:50:12 2020-06-13] 178: Checking gears ** [00:50:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:50:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:17 2020-06-13] 178: Checking imports ** [00:50:17 2020-06-13] 178: Checking exports ** [00:50:17 2020-06-13] 178: Checking users ** [00:50:17 2020-06-13] 178: Checking user_dbs ** [00:50:17 2020-06-13] 178: Checking geocodings ** [00:50:17 2020-06-13] 178: Checking synchronizations ** [00:50:17 2020-06-13] 178: Checking tracker ** [00:50:17 2020-06-13] 178: Checking user_migrations ** [00:50:17 2020-06-13] 178: Checking batch_updates ** [00:50:17 2020-06-13] 178: Checking gears ** [00:50:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:50:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:22 2020-06-13] 178: Checking imports ** [00:50:22 2020-06-13] 178: Checking exports ** [00:50:22 2020-06-13] 178: Checking users ** [00:50:22 2020-06-13] 178: Checking user_dbs ** [00:50:22 2020-06-13] 178: Checking geocodings ** [00:50:22 2020-06-13] 178: Checking synchronizations ** [00:50:22 2020-06-13] 178: Checking tracker ** [00:50:22 2020-06-13] 178: Checking user_migrations ** [00:50:22 2020-06-13] 178: Checking batch_updates ** [00:50:22 2020-06-13] 178: Checking gears ** [00:50:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:50:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:27 2020-06-13] 178: Checking imports ** [00:50:27 2020-06-13] 178: Checking exports ** [00:50:27 2020-06-13] 178: Checking users ** [00:50:27 2020-06-13] 178: Checking user_dbs ** [00:50:27 2020-06-13] 178: Checking geocodings ** [00:50:27 2020-06-13] 178: Checking synchronizations ** [00:50:27 2020-06-13] 178: Checking tracker ** [00:50:27 2020-06-13] 178: Checking user_migrations ** [00:50:27 2020-06-13] 178: Checking batch_updates ** [00:50:27 2020-06-13] 178: Checking gears ** [00:50:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:50:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:32 2020-06-13] 178: Checking imports ** [00:50:32 2020-06-13] 178: Checking exports ** [00:50:32 2020-06-13] 178: Checking users ** [00:50:32 2020-06-13] 178: Checking user_dbs ** [00:50:32 2020-06-13] 178: Checking geocodings ** [00:50:32 2020-06-13] 178: Checking synchronizations ** [00:50:32 2020-06-13] 178: Checking tracker ** [00:50:32 2020-06-13] 178: Checking user_migrations ** [00:50:32 2020-06-13] 178: Checking batch_updates ** [00:50:32 2020-06-13] 178: Checking gears ** [00:50:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:50:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:37 2020-06-13] 178: Checking imports ** [00:50:37 2020-06-13] 178: Checking exports ** [00:50:37 2020-06-13] 178: Checking users ** [00:50:37 2020-06-13] 178: Checking user_dbs ** [00:50:37 2020-06-13] 178: Checking geocodings ** [00:50:37 2020-06-13] 178: Checking synchronizations ** [00:50:37 2020-06-13] 178: Checking tracker ** [00:50:37 2020-06-13] 178: Checking user_migrations ** [00:50:37 2020-06-13] 178: Checking batch_updates ** [00:50:37 2020-06-13] 178: Checking gears ** [00:50:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:50:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:42 2020-06-13] 178: Checking imports ** [00:50:42 2020-06-13] 178: Checking exports ** [00:50:42 2020-06-13] 178: Checking users ** [00:50:42 2020-06-13] 178: Checking user_dbs ** [00:50:42 2020-06-13] 178: Checking geocodings ** [00:50:42 2020-06-13] 178: Checking synchronizations ** [00:50:42 2020-06-13] 178: Checking tracker ** [00:50:42 2020-06-13] 178: Checking user_migrations ** [00:50:42 2020-06-13] 178: Checking batch_updates ** [00:50:42 2020-06-13] 178: Checking gears ** [00:50:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:50:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:47 2020-06-13] 178: Checking imports ** [00:50:47 2020-06-13] 178: Checking exports ** [00:50:47 2020-06-13] 178: Checking users ** [00:50:47 2020-06-13] 178: Checking user_dbs ** [00:50:47 2020-06-13] 178: Checking geocodings ** [00:50:47 2020-06-13] 178: Checking synchronizations ** [00:50:47 2020-06-13] 178: Checking tracker ** [00:50:47 2020-06-13] 178: Checking user_migrations ** [00:50:47 2020-06-13] 178: Checking batch_updates ** [00:50:47 2020-06-13] 178: Checking gears ** [00:50:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:50:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:52 2020-06-13] 178: Checking imports ** [00:50:52 2020-06-13] 178: Checking exports ** [00:50:52 2020-06-13] 178: Checking users ** [00:50:52 2020-06-13] 178: Checking user_dbs ** [00:50:52 2020-06-13] 178: Checking geocodings ** [00:50:52 2020-06-13] 178: Checking synchronizations ** [00:50:52 2020-06-13] 178: Checking tracker ** [00:50:52 2020-06-13] 178: Checking user_migrations ** [00:50:52 2020-06-13] 178: Checking batch_updates ** [00:50:52 2020-06-13] 178: Checking gears ** [00:50:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:50:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:57 2020-06-13] 178: Checking imports ** [00:50:57 2020-06-13] 178: Checking exports ** [00:50:57 2020-06-13] 178: Checking users ** [00:50:57 2020-06-13] 178: Checking user_dbs ** [00:50:57 2020-06-13] 178: Checking geocodings ** [00:50:57 2020-06-13] 178: Checking synchronizations ** [00:50:57 2020-06-13] 178: Checking tracker ** [00:50:57 2020-06-13] 178: Checking user_migrations ** [00:50:57 2020-06-13] 178: Checking batch_updates ** [00:50:57 2020-06-13] 178: Checking gears ** [00:50:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:50:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:02 2020-06-13] 178: Checking imports ** [00:51:02 2020-06-13] 178: Checking exports ** [00:51:02 2020-06-13] 178: Checking users ** [00:51:02 2020-06-13] 178: Checking user_dbs ** [00:51:02 2020-06-13] 178: Checking geocodings ** [00:51:02 2020-06-13] 178: Checking synchronizations ** [00:51:02 2020-06-13] 178: Checking tracker ** [00:51:02 2020-06-13] 178: Checking user_migrations ** [00:51:02 2020-06-13] 178: Checking batch_updates ** [00:51:02 2020-06-13] 178: Checking gears ** [00:51:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:51:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:07 2020-06-13] 178: Checking imports ** [00:51:07 2020-06-13] 178: Checking exports ** [00:51:07 2020-06-13] 178: Checking users ** [00:51:07 2020-06-13] 178: Checking user_dbs ** [00:51:07 2020-06-13] 178: Checking geocodings ** [00:51:07 2020-06-13] 178: Checking synchronizations ** [00:51:07 2020-06-13] 178: Checking tracker ** [00:51:07 2020-06-13] 178: Checking user_migrations ** [00:51:07 2020-06-13] 178: Checking batch_updates ** [00:51:07 2020-06-13] 178: Checking gears ** [00:51:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:51:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:12 2020-06-13] 178: Checking imports ** [00:51:12 2020-06-13] 178: Checking exports ** [00:51:12 2020-06-13] 178: Checking users ** [00:51:12 2020-06-13] 178: Checking user_dbs ** [00:51:12 2020-06-13] 178: Checking geocodings ** [00:51:12 2020-06-13] 178: Checking synchronizations ** [00:51:12 2020-06-13] 178: Checking tracker ** [00:51:12 2020-06-13] 178: Checking user_migrations ** [00:51:12 2020-06-13] 178: Checking batch_updates ** [00:51:12 2020-06-13] 178: Checking gears ** [00:51:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:51:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:17 2020-06-13] 178: Checking imports ** [00:51:17 2020-06-13] 178: Checking exports ** [00:51:17 2020-06-13] 178: Checking users ** [00:51:17 2020-06-13] 178: Checking user_dbs ** [00:51:17 2020-06-13] 178: Checking geocodings ** [00:51:17 2020-06-13] 178: Checking synchronizations ** [00:51:17 2020-06-13] 178: Checking tracker ** [00:51:17 2020-06-13] 178: Checking user_migrations ** [00:51:17 2020-06-13] 178: Checking batch_updates ** [00:51:17 2020-06-13] 178: Checking gears ** [00:51:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:51:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:22 2020-06-13] 178: Checking imports ** [00:51:22 2020-06-13] 178: Checking exports ** [00:51:22 2020-06-13] 178: Checking users ** [00:51:22 2020-06-13] 178: Checking user_dbs ** [00:51:22 2020-06-13] 178: Checking geocodings ** [00:51:22 2020-06-13] 178: Checking synchronizations ** [00:51:22 2020-06-13] 178: Checking tracker ** [00:51:22 2020-06-13] 178: Checking user_migrations ** [00:51:22 2020-06-13] 178: Checking batch_updates ** [00:51:22 2020-06-13] 178: Checking gears ** [00:51:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:51:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:27 2020-06-13] 178: Checking imports ** [00:51:27 2020-06-13] 178: Checking exports ** [00:51:27 2020-06-13] 178: Checking users ** [00:51:27 2020-06-13] 178: Checking user_dbs ** [00:51:27 2020-06-13] 178: Checking geocodings ** [00:51:27 2020-06-13] 178: Checking synchronizations ** [00:51:27 2020-06-13] 178: Checking tracker ** [00:51:27 2020-06-13] 178: Checking user_migrations ** [00:51:27 2020-06-13] 178: Checking batch_updates ** [00:51:27 2020-06-13] 178: Checking gears ** [00:51:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:51:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:32 2020-06-13] 178: Checking imports ** [00:51:32 2020-06-13] 178: Checking exports ** [00:51:32 2020-06-13] 178: Checking users ** [00:51:32 2020-06-13] 178: Checking user_dbs ** [00:51:32 2020-06-13] 178: Checking geocodings ** [00:51:32 2020-06-13] 178: Checking synchronizations ** [00:51:32 2020-06-13] 178: Checking tracker ** [00:51:32 2020-06-13] 178: Checking user_migrations ** [00:51:32 2020-06-13] 178: Checking batch_updates ** [00:51:32 2020-06-13] 178: Checking gears ** [00:51:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:51:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:37 2020-06-13] 178: Checking imports ** [00:51:37 2020-06-13] 178: Checking exports ** [00:51:37 2020-06-13] 178: Checking users ** [00:51:37 2020-06-13] 178: Checking user_dbs ** [00:51:37 2020-06-13] 178: Checking geocodings ** [00:51:37 2020-06-13] 178: Checking synchronizations ** [00:51:37 2020-06-13] 178: Checking tracker ** [00:51:37 2020-06-13] 178: Checking user_migrations ** [00:51:37 2020-06-13] 178: Checking batch_updates ** [00:51:37 2020-06-13] 178: Checking gears ** [00:51:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:51:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:42 2020-06-13] 178: Checking imports ** [00:51:42 2020-06-13] 178: Checking exports ** [00:51:42 2020-06-13] 178: Checking users ** [00:51:42 2020-06-13] 178: Checking user_dbs ** [00:51:42 2020-06-13] 178: Checking geocodings ** [00:51:42 2020-06-13] 178: Checking synchronizations ** [00:51:42 2020-06-13] 178: Checking tracker ** [00:51:42 2020-06-13] 178: Checking user_migrations ** [00:51:42 2020-06-13] 178: Checking batch_updates ** [00:51:42 2020-06-13] 178: Checking gears ** [00:51:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:51:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:47 2020-06-13] 178: Checking imports ** [00:51:47 2020-06-13] 178: Checking exports ** [00:51:47 2020-06-13] 178: Checking users ** [00:51:47 2020-06-13] 178: Checking user_dbs ** [00:51:47 2020-06-13] 178: Checking geocodings ** [00:51:47 2020-06-13] 178: Checking synchronizations ** [00:51:47 2020-06-13] 178: Checking tracker ** [00:51:47 2020-06-13] 178: Checking user_migrations ** [00:51:47 2020-06-13] 178: Checking batch_updates ** [00:51:47 2020-06-13] 178: Checking gears ** [00:51:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:51:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:52 2020-06-13] 178: Checking imports ** [00:51:52 2020-06-13] 178: Checking exports ** [00:51:52 2020-06-13] 178: Checking users ** [00:51:52 2020-06-13] 178: Checking user_dbs ** [00:51:52 2020-06-13] 178: Checking geocodings ** [00:51:52 2020-06-13] 178: Checking synchronizations ** [00:51:52 2020-06-13] 178: Checking tracker ** [00:51:52 2020-06-13] 178: Checking user_migrations ** [00:51:52 2020-06-13] 178: Checking batch_updates ** [00:51:52 2020-06-13] 178: Checking gears ** [00:51:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:51:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:57 2020-06-13] 178: Checking imports ** [00:51:57 2020-06-13] 178: Checking exports ** [00:51:57 2020-06-13] 178: Checking users ** [00:51:57 2020-06-13] 178: Checking user_dbs ** [00:51:57 2020-06-13] 178: Checking geocodings ** [00:51:57 2020-06-13] 178: Checking synchronizations ** [00:51:57 2020-06-13] 178: Checking tracker ** [00:51:57 2020-06-13] 178: Checking user_migrations ** [00:51:57 2020-06-13] 178: Checking batch_updates ** [00:51:57 2020-06-13] 178: Checking gears ** [00:51:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:51:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:02 2020-06-13] 178: Checking imports ** [00:52:02 2020-06-13] 178: Checking exports ** [00:52:02 2020-06-13] 178: Checking users ** [00:52:02 2020-06-13] 178: Checking user_dbs ** [00:52:02 2020-06-13] 178: Checking geocodings ** [00:52:02 2020-06-13] 178: Checking synchronizations ** [00:52:02 2020-06-13] 178: Checking tracker ** [00:52:02 2020-06-13] 178: Checking user_migrations ** [00:52:02 2020-06-13] 178: Checking batch_updates ** [00:52:02 2020-06-13] 178: Checking gears ** [00:52:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:52:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:07 2020-06-13] 178: Checking imports ** [00:52:07 2020-06-13] 178: Checking exports ** [00:52:07 2020-06-13] 178: Checking users ** [00:52:07 2020-06-13] 178: Checking user_dbs ** [00:52:07 2020-06-13] 178: Checking geocodings ** [00:52:07 2020-06-13] 178: Checking synchronizations ** [00:52:07 2020-06-13] 178: Checking tracker ** [00:52:07 2020-06-13] 178: Checking user_migrations ** [00:52:07 2020-06-13] 178: Checking batch_updates ** [00:52:07 2020-06-13] 178: Checking gears ** [00:52:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:52:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:12 2020-06-13] 178: Checking imports ** [00:52:12 2020-06-13] 178: Checking exports ** [00:52:12 2020-06-13] 178: Checking users ** [00:52:12 2020-06-13] 178: Checking user_dbs ** [00:52:12 2020-06-13] 178: Checking geocodings ** [00:52:12 2020-06-13] 178: Checking synchronizations ** [00:52:12 2020-06-13] 178: Checking tracker ** [00:52:12 2020-06-13] 178: Checking user_migrations ** [00:52:12 2020-06-13] 178: Checking batch_updates ** [00:52:12 2020-06-13] 178: Checking gears ** [00:52:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:52:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:17 2020-06-13] 178: Checking imports ** [00:52:17 2020-06-13] 178: Checking exports ** [00:52:17 2020-06-13] 178: Checking users ** [00:52:17 2020-06-13] 178: Checking user_dbs ** [00:52:17 2020-06-13] 178: Checking geocodings ** [00:52:17 2020-06-13] 178: Checking synchronizations ** [00:52:17 2020-06-13] 178: Checking tracker ** [00:52:17 2020-06-13] 178: Checking user_migrations ** [00:52:17 2020-06-13] 178: Checking batch_updates ** [00:52:17 2020-06-13] 178: Checking gears ** [00:52:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:52:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:22 2020-06-13] 178: Checking imports ** [00:52:22 2020-06-13] 178: Checking exports ** [00:52:22 2020-06-13] 178: Checking users ** [00:52:22 2020-06-13] 178: Checking user_dbs ** [00:52:22 2020-06-13] 178: Checking geocodings ** [00:52:22 2020-06-13] 178: Checking synchronizations ** [00:52:22 2020-06-13] 178: Checking tracker ** [00:52:22 2020-06-13] 178: Checking user_migrations ** [00:52:22 2020-06-13] 178: Checking batch_updates ** [00:52:22 2020-06-13] 178: Checking gears ** [00:52:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:52:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:27 2020-06-13] 178: Checking imports ** [00:52:27 2020-06-13] 178: Checking exports ** [00:52:27 2020-06-13] 178: Checking users ** [00:52:27 2020-06-13] 178: Checking user_dbs ** [00:52:27 2020-06-13] 178: Checking geocodings ** [00:52:27 2020-06-13] 178: Checking synchronizations ** [00:52:27 2020-06-13] 178: Checking tracker ** [00:52:27 2020-06-13] 178: Checking user_migrations ** [00:52:27 2020-06-13] 178: Checking batch_updates ** [00:52:27 2020-06-13] 178: Checking gears ** [00:52:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:52:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:32 2020-06-13] 178: Checking imports ** [00:52:32 2020-06-13] 178: Checking exports ** [00:52:32 2020-06-13] 178: Checking users ** [00:52:32 2020-06-13] 178: Checking user_dbs ** [00:52:32 2020-06-13] 178: Checking geocodings ** [00:52:32 2020-06-13] 178: Checking synchronizations ** [00:52:32 2020-06-13] 178: Checking tracker ** [00:52:32 2020-06-13] 178: Checking user_migrations ** [00:52:32 2020-06-13] 178: Checking batch_updates ** [00:52:32 2020-06-13] 178: Checking gears ** [00:52:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:52:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:37 2020-06-13] 178: Checking imports ** [00:52:37 2020-06-13] 178: Checking exports ** [00:52:37 2020-06-13] 178: Checking users ** [00:52:37 2020-06-13] 178: Checking user_dbs ** [00:52:37 2020-06-13] 178: Checking geocodings ** [00:52:37 2020-06-13] 178: Checking synchronizations ** [00:52:37 2020-06-13] 178: Checking tracker ** [00:52:37 2020-06-13] 178: Checking user_migrations ** [00:52:37 2020-06-13] 178: Checking batch_updates ** [00:52:37 2020-06-13] 178: Checking gears ** [00:52:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:52:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:42 2020-06-13] 178: Checking imports ** [00:52:42 2020-06-13] 178: Checking exports ** [00:52:42 2020-06-13] 178: Checking users ** [00:52:42 2020-06-13] 178: Checking user_dbs ** [00:52:42 2020-06-13] 178: Checking geocodings ** [00:52:42 2020-06-13] 178: Checking synchronizations ** [00:52:42 2020-06-13] 178: Checking tracker ** [00:52:42 2020-06-13] 178: Checking user_migrations ** [00:52:42 2020-06-13] 178: Checking batch_updates ** [00:52:42 2020-06-13] 178: Checking gears ** [00:52:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:52:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:47 2020-06-13] 178: Checking imports ** [00:52:47 2020-06-13] 178: Checking exports ** [00:52:47 2020-06-13] 178: Checking users ** [00:52:47 2020-06-13] 178: Checking user_dbs ** [00:52:47 2020-06-13] 178: Checking geocodings ** [00:52:47 2020-06-13] 178: Checking synchronizations ** [00:52:47 2020-06-13] 178: Checking tracker ** [00:52:47 2020-06-13] 178: Checking user_migrations ** [00:52:47 2020-06-13] 178: Checking batch_updates ** [00:52:47 2020-06-13] 178: Checking gears ** [00:52:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:52:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:52 2020-06-13] 178: Checking imports ** [00:52:52 2020-06-13] 178: Checking exports ** [00:52:52 2020-06-13] 178: Checking users ** [00:52:52 2020-06-13] 178: Checking user_dbs ** [00:52:52 2020-06-13] 178: Checking geocodings ** [00:52:52 2020-06-13] 178: Checking synchronizations ** [00:52:52 2020-06-13] 178: Checking tracker ** [00:52:52 2020-06-13] 178: Checking user_migrations ** [00:52:52 2020-06-13] 178: Checking batch_updates ** [00:52:52 2020-06-13] 178: Checking gears ** [00:52:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:52:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:57 2020-06-13] 178: Checking imports ** [00:52:57 2020-06-13] 178: Checking exports ** [00:52:57 2020-06-13] 178: Checking users ** [00:52:57 2020-06-13] 178: Checking user_dbs ** [00:52:57 2020-06-13] 178: Checking geocodings ** [00:52:57 2020-06-13] 178: Checking synchronizations ** [00:52:57 2020-06-13] 178: Checking tracker ** [00:52:57 2020-06-13] 178: Checking user_migrations ** [00:52:57 2020-06-13] 178: Checking batch_updates ** [00:52:57 2020-06-13] 178: Checking gears ** [00:52:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:52:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:02 2020-06-13] 178: Checking imports ** [00:53:02 2020-06-13] 178: Checking exports ** [00:53:02 2020-06-13] 178: Checking users ** [00:53:02 2020-06-13] 178: Checking user_dbs ** [00:53:02 2020-06-13] 178: Checking geocodings ** [00:53:02 2020-06-13] 178: Checking synchronizations ** [00:53:02 2020-06-13] 178: Checking tracker ** [00:53:02 2020-06-13] 178: Checking user_migrations ** [00:53:02 2020-06-13] 178: Checking batch_updates ** [00:53:02 2020-06-13] 178: Checking gears ** [00:53:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:53:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:07 2020-06-13] 178: Checking imports ** [00:53:07 2020-06-13] 178: Checking exports ** [00:53:07 2020-06-13] 178: Checking users ** [00:53:07 2020-06-13] 178: Checking user_dbs ** [00:53:07 2020-06-13] 178: Checking geocodings ** [00:53:07 2020-06-13] 178: Checking synchronizations ** [00:53:07 2020-06-13] 178: Checking tracker ** [00:53:07 2020-06-13] 178: Checking user_migrations ** [00:53:07 2020-06-13] 178: Checking batch_updates ** [00:53:07 2020-06-13] 178: Checking gears ** [00:53:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:53:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:12 2020-06-13] 178: Checking imports ** [00:53:12 2020-06-13] 178: Checking exports ** [00:53:12 2020-06-13] 178: Checking users ** [00:53:12 2020-06-13] 178: Checking user_dbs ** [00:53:12 2020-06-13] 178: Checking geocodings ** [00:53:12 2020-06-13] 178: Checking synchronizations ** [00:53:12 2020-06-13] 178: Checking tracker ** [00:53:12 2020-06-13] 178: Checking user_migrations ** [00:53:12 2020-06-13] 178: Checking batch_updates ** [00:53:12 2020-06-13] 178: Checking gears ** [00:53:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:53:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:17 2020-06-13] 178: Checking imports ** [00:53:17 2020-06-13] 178: Checking exports ** [00:53:17 2020-06-13] 178: Checking users ** [00:53:17 2020-06-13] 178: Checking user_dbs ** [00:53:17 2020-06-13] 178: Checking geocodings ** [00:53:17 2020-06-13] 178: Checking synchronizations ** [00:53:17 2020-06-13] 178: Checking tracker ** [00:53:17 2020-06-13] 178: Checking user_migrations ** [00:53:17 2020-06-13] 178: Checking batch_updates ** [00:53:17 2020-06-13] 178: Checking gears ** [00:53:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:53:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:22 2020-06-13] 178: Checking imports ** [00:53:22 2020-06-13] 178: Checking exports ** [00:53:22 2020-06-13] 178: Checking users ** [00:53:22 2020-06-13] 178: Checking user_dbs ** [00:53:22 2020-06-13] 178: Checking geocodings ** [00:53:22 2020-06-13] 178: Checking synchronizations ** [00:53:22 2020-06-13] 178: Checking tracker ** [00:53:22 2020-06-13] 178: Checking user_migrations ** [00:53:22 2020-06-13] 178: Checking batch_updates ** [00:53:22 2020-06-13] 178: Checking gears ** [00:53:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:53:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:27 2020-06-13] 178: Checking imports ** [00:53:27 2020-06-13] 178: Checking exports ** [00:53:27 2020-06-13] 178: Checking users ** [00:53:27 2020-06-13] 178: Checking user_dbs ** [00:53:27 2020-06-13] 178: Checking geocodings ** [00:53:27 2020-06-13] 178: Checking synchronizations ** [00:53:27 2020-06-13] 178: Checking tracker ** [00:53:27 2020-06-13] 178: Checking user_migrations ** [00:53:27 2020-06-13] 178: Checking batch_updates ** [00:53:27 2020-06-13] 178: Checking gears ** [00:53:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:53:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:32 2020-06-13] 178: Checking imports ** [00:53:32 2020-06-13] 178: Checking exports ** [00:53:32 2020-06-13] 178: Checking users ** [00:53:32 2020-06-13] 178: Checking user_dbs ** [00:53:32 2020-06-13] 178: Checking geocodings ** [00:53:32 2020-06-13] 178: Checking synchronizations ** [00:53:32 2020-06-13] 178: Checking tracker ** [00:53:32 2020-06-13] 178: Checking user_migrations ** [00:53:32 2020-06-13] 178: Checking batch_updates ** [00:53:32 2020-06-13] 178: Checking gears ** [00:53:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:53:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:37 2020-06-13] 178: Checking imports ** [00:53:37 2020-06-13] 178: Checking exports ** [00:53:37 2020-06-13] 178: Checking users ** [00:53:37 2020-06-13] 178: Checking user_dbs ** [00:53:37 2020-06-13] 178: Checking geocodings ** [00:53:37 2020-06-13] 178: Checking synchronizations ** [00:53:37 2020-06-13] 178: Checking tracker ** [00:53:37 2020-06-13] 178: Checking user_migrations ** [00:53:37 2020-06-13] 178: Checking batch_updates ** [00:53:37 2020-06-13] 178: Checking gears ** [00:53:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:53:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:42 2020-06-13] 178: Checking imports ** [00:53:42 2020-06-13] 178: Checking exports ** [00:53:42 2020-06-13] 178: Checking users ** [00:53:42 2020-06-13] 178: Checking user_dbs ** [00:53:42 2020-06-13] 178: Checking geocodings ** [00:53:42 2020-06-13] 178: Checking synchronizations ** [00:53:42 2020-06-13] 178: Checking tracker ** [00:53:42 2020-06-13] 178: Checking user_migrations ** [00:53:42 2020-06-13] 178: Checking batch_updates ** [00:53:42 2020-06-13] 178: Checking gears ** [00:53:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:53:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:47 2020-06-13] 178: Checking imports ** [00:53:47 2020-06-13] 178: Checking exports ** [00:53:47 2020-06-13] 178: Checking users ** [00:53:47 2020-06-13] 178: Checking user_dbs ** [00:53:47 2020-06-13] 178: Checking geocodings ** [00:53:47 2020-06-13] 178: Checking synchronizations ** [00:53:47 2020-06-13] 178: Checking tracker ** [00:53:47 2020-06-13] 178: Checking user_migrations ** [00:53:47 2020-06-13] 178: Checking batch_updates ** [00:53:47 2020-06-13] 178: Checking gears ** [00:53:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:53:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:52 2020-06-13] 178: Checking imports ** [00:53:52 2020-06-13] 178: Checking exports ** [00:53:52 2020-06-13] 178: Checking users ** [00:53:52 2020-06-13] 178: Checking user_dbs ** [00:53:52 2020-06-13] 178: Checking geocodings ** [00:53:52 2020-06-13] 178: Checking synchronizations ** [00:53:52 2020-06-13] 178: Checking tracker ** [00:53:52 2020-06-13] 178: Checking user_migrations ** [00:53:52 2020-06-13] 178: Checking batch_updates ** [00:53:52 2020-06-13] 178: Checking gears ** [00:53:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:53:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:57 2020-06-13] 178: Checking imports ** [00:53:57 2020-06-13] 178: Checking exports ** [00:53:57 2020-06-13] 178: Checking users ** [00:53:57 2020-06-13] 178: Checking user_dbs ** [00:53:57 2020-06-13] 178: Checking geocodings ** [00:53:57 2020-06-13] 178: Checking synchronizations ** [00:53:57 2020-06-13] 178: Checking tracker ** [00:53:57 2020-06-13] 178: Checking user_migrations ** [00:53:57 2020-06-13] 178: Checking batch_updates ** [00:53:57 2020-06-13] 178: Checking gears ** [00:53:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:53:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:02 2020-06-13] 178: Checking imports ** [00:54:02 2020-06-13] 178: Checking exports ** [00:54:02 2020-06-13] 178: Checking users ** [00:54:02 2020-06-13] 178: Checking user_dbs ** [00:54:02 2020-06-13] 178: Checking geocodings ** [00:54:02 2020-06-13] 178: Checking synchronizations ** [00:54:02 2020-06-13] 178: Checking tracker ** [00:54:02 2020-06-13] 178: Checking user_migrations ** [00:54:02 2020-06-13] 178: Checking batch_updates ** [00:54:02 2020-06-13] 178: Checking gears ** [00:54:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:54:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:07 2020-06-13] 178: Checking imports ** [00:54:07 2020-06-13] 178: Checking exports ** [00:54:07 2020-06-13] 178: Checking users ** [00:54:07 2020-06-13] 178: Checking user_dbs ** [00:54:07 2020-06-13] 178: Checking geocodings ** [00:54:07 2020-06-13] 178: Checking synchronizations ** [00:54:07 2020-06-13] 178: Checking tracker ** [00:54:07 2020-06-13] 178: Checking user_migrations ** [00:54:07 2020-06-13] 178: Checking batch_updates ** [00:54:07 2020-06-13] 178: Checking gears ** [00:54:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:54:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:12 2020-06-13] 178: Checking imports ** [00:54:12 2020-06-13] 178: Checking exports ** [00:54:12 2020-06-13] 178: Checking users ** [00:54:12 2020-06-13] 178: Checking user_dbs ** [00:54:12 2020-06-13] 178: Checking geocodings ** [00:54:12 2020-06-13] 178: Checking synchronizations ** [00:54:12 2020-06-13] 178: Checking tracker ** [00:54:12 2020-06-13] 178: Checking user_migrations ** [00:54:12 2020-06-13] 178: Checking batch_updates ** [00:54:12 2020-06-13] 178: Checking gears ** [00:54:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:54:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:17 2020-06-13] 178: Checking imports ** [00:54:17 2020-06-13] 178: Checking exports ** [00:54:17 2020-06-13] 178: Checking users ** [00:54:17 2020-06-13] 178: Checking user_dbs ** [00:54:17 2020-06-13] 178: Checking geocodings ** [00:54:17 2020-06-13] 178: Checking synchronizations ** [00:54:17 2020-06-13] 178: Checking tracker ** [00:54:17 2020-06-13] 178: Checking user_migrations ** [00:54:17 2020-06-13] 178: Checking batch_updates ** [00:54:17 2020-06-13] 178: Checking gears ** [00:54:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:54:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:22 2020-06-13] 178: Checking imports ** [00:54:22 2020-06-13] 178: Checking exports ** [00:54:22 2020-06-13] 178: Checking users ** [00:54:22 2020-06-13] 178: Checking user_dbs ** [00:54:22 2020-06-13] 178: Checking geocodings ** [00:54:22 2020-06-13] 178: Checking synchronizations ** [00:54:22 2020-06-13] 178: Checking tracker ** [00:54:22 2020-06-13] 178: Checking user_migrations ** [00:54:22 2020-06-13] 178: Checking batch_updates ** [00:54:22 2020-06-13] 178: Checking gears ** [00:54:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:54:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:27 2020-06-13] 178: Checking imports ** [00:54:27 2020-06-13] 178: Checking exports ** [00:54:27 2020-06-13] 178: Checking users ** [00:54:27 2020-06-13] 178: Checking user_dbs ** [00:54:27 2020-06-13] 178: Checking geocodings ** [00:54:27 2020-06-13] 178: Checking synchronizations ** [00:54:27 2020-06-13] 178: Checking tracker ** [00:54:27 2020-06-13] 178: Checking user_migrations ** [00:54:27 2020-06-13] 178: Checking batch_updates ** [00:54:27 2020-06-13] 178: Checking gears ** [00:54:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:54:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:32 2020-06-13] 178: Checking imports ** [00:54:32 2020-06-13] 178: Checking exports ** [00:54:32 2020-06-13] 178: Checking users ** [00:54:32 2020-06-13] 178: Checking user_dbs ** [00:54:32 2020-06-13] 178: Checking geocodings ** [00:54:32 2020-06-13] 178: Checking synchronizations ** [00:54:32 2020-06-13] 178: Checking tracker ** [00:54:32 2020-06-13] 178: Checking user_migrations ** [00:54:32 2020-06-13] 178: Checking batch_updates ** [00:54:32 2020-06-13] 178: Checking gears ** [00:54:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:54:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:37 2020-06-13] 178: Checking imports ** [00:54:37 2020-06-13] 178: Checking exports ** [00:54:37 2020-06-13] 178: Checking users ** [00:54:37 2020-06-13] 178: Checking user_dbs ** [00:54:37 2020-06-13] 178: Checking geocodings ** [00:54:37 2020-06-13] 178: Checking synchronizations ** [00:54:37 2020-06-13] 178: Checking tracker ** [00:54:37 2020-06-13] 178: Checking user_migrations ** [00:54:37 2020-06-13] 178: Checking batch_updates ** [00:54:37 2020-06-13] 178: Checking gears ** [00:54:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:54:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:42 2020-06-13] 178: Checking imports ** [00:54:42 2020-06-13] 178: Checking exports ** [00:54:42 2020-06-13] 178: Checking users ** [00:54:42 2020-06-13] 178: Checking user_dbs ** [00:54:42 2020-06-13] 178: Checking geocodings ** [00:54:42 2020-06-13] 178: Checking synchronizations ** [00:54:42 2020-06-13] 178: Checking tracker ** [00:54:42 2020-06-13] 178: Checking user_migrations ** [00:54:42 2020-06-13] 178: Checking batch_updates ** [00:54:42 2020-06-13] 178: Checking gears ** [00:54:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:54:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:47 2020-06-13] 178: Checking imports ** [00:54:47 2020-06-13] 178: Checking exports ** [00:54:47 2020-06-13] 178: Checking users ** [00:54:47 2020-06-13] 178: Checking user_dbs ** [00:54:47 2020-06-13] 178: Checking geocodings ** [00:54:47 2020-06-13] 178: Checking synchronizations ** [00:54:47 2020-06-13] 178: Checking tracker ** [00:54:47 2020-06-13] 178: Checking user_migrations ** [00:54:47 2020-06-13] 178: Checking batch_updates ** [00:54:47 2020-06-13] 178: Checking gears ** [00:54:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:54:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:52 2020-06-13] 178: Checking imports ** [00:54:52 2020-06-13] 178: Checking exports ** [00:54:52 2020-06-13] 178: Checking users ** [00:54:52 2020-06-13] 178: Checking user_dbs ** [00:54:52 2020-06-13] 178: Checking geocodings ** [00:54:52 2020-06-13] 178: Checking synchronizations ** [00:54:52 2020-06-13] 178: Checking tracker ** [00:54:52 2020-06-13] 178: Checking user_migrations ** [00:54:52 2020-06-13] 178: Checking batch_updates ** [00:54:52 2020-06-13] 178: Checking gears ** [00:54:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:54:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:57 2020-06-13] 178: Checking imports ** [00:54:57 2020-06-13] 178: Checking exports ** [00:54:57 2020-06-13] 178: Checking users ** [00:54:57 2020-06-13] 178: Checking user_dbs ** [00:54:57 2020-06-13] 178: Checking geocodings ** [00:54:57 2020-06-13] 178: Checking synchronizations ** [00:54:57 2020-06-13] 178: Checking tracker ** [00:54:57 2020-06-13] 178: Checking user_migrations ** [00:54:57 2020-06-13] 178: Checking batch_updates ** [00:54:57 2020-06-13] 178: Checking gears ** [00:54:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:54:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:02 2020-06-13] 178: Checking imports ** [00:55:02 2020-06-13] 178: Checking exports ** [00:55:02 2020-06-13] 178: Checking users ** [00:55:02 2020-06-13] 178: Checking user_dbs ** [00:55:02 2020-06-13] 178: Checking geocodings ** [00:55:02 2020-06-13] 178: Checking synchronizations ** [00:55:02 2020-06-13] 178: Checking tracker ** [00:55:02 2020-06-13] 178: Checking user_migrations ** [00:55:02 2020-06-13] 178: Checking batch_updates ** [00:55:02 2020-06-13] 178: Checking gears ** [00:55:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:55:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:07 2020-06-13] 178: Checking imports ** [00:55:07 2020-06-13] 178: Checking exports ** [00:55:07 2020-06-13] 178: Checking users ** [00:55:07 2020-06-13] 178: Checking user_dbs ** [00:55:07 2020-06-13] 178: Checking geocodings ** [00:55:07 2020-06-13] 178: Checking synchronizations ** [00:55:07 2020-06-13] 178: Checking tracker ** [00:55:07 2020-06-13] 178: Checking user_migrations ** [00:55:07 2020-06-13] 178: Checking batch_updates ** [00:55:07 2020-06-13] 178: Checking gears ** [00:55:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:55:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:12 2020-06-13] 178: Checking imports ** [00:55:12 2020-06-13] 178: Checking exports ** [00:55:12 2020-06-13] 178: Checking users ** [00:55:12 2020-06-13] 178: Checking user_dbs ** [00:55:12 2020-06-13] 178: Checking geocodings ** [00:55:12 2020-06-13] 178: Checking synchronizations ** [00:55:12 2020-06-13] 178: Checking tracker ** [00:55:12 2020-06-13] 178: Checking user_migrations ** [00:55:12 2020-06-13] 178: Checking batch_updates ** [00:55:12 2020-06-13] 178: Checking gears ** [00:55:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:55:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:17 2020-06-13] 178: Checking imports ** [00:55:17 2020-06-13] 178: Checking exports ** [00:55:17 2020-06-13] 178: Checking users ** [00:55:17 2020-06-13] 178: Checking user_dbs ** [00:55:17 2020-06-13] 178: Checking geocodings ** [00:55:17 2020-06-13] 178: Checking synchronizations ** [00:55:17 2020-06-13] 178: Checking tracker ** [00:55:17 2020-06-13] 178: Checking user_migrations ** [00:55:17 2020-06-13] 178: Checking batch_updates ** [00:55:17 2020-06-13] 178: Checking gears ** [00:55:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:55:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:22 2020-06-13] 178: Checking imports ** [00:55:22 2020-06-13] 178: Checking exports ** [00:55:22 2020-06-13] 178: Checking users ** [00:55:22 2020-06-13] 178: Checking user_dbs ** [00:55:22 2020-06-13] 178: Checking geocodings ** [00:55:22 2020-06-13] 178: Checking synchronizations ** [00:55:22 2020-06-13] 178: Checking tracker ** [00:55:22 2020-06-13] 178: Checking user_migrations ** [00:55:22 2020-06-13] 178: Checking batch_updates ** [00:55:22 2020-06-13] 178: Checking gears ** [00:55:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:55:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:27 2020-06-13] 178: Checking imports ** [00:55:27 2020-06-13] 178: Checking exports ** [00:55:27 2020-06-13] 178: Checking users ** [00:55:27 2020-06-13] 178: Checking user_dbs ** [00:55:27 2020-06-13] 178: Checking geocodings ** [00:55:27 2020-06-13] 178: Checking synchronizations ** [00:55:27 2020-06-13] 178: Checking tracker ** [00:55:27 2020-06-13] 178: Checking user_migrations ** [00:55:27 2020-06-13] 178: Checking batch_updates ** [00:55:27 2020-06-13] 178: Checking gears ** [00:55:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:55:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:32 2020-06-13] 178: Checking imports ** [00:55:32 2020-06-13] 178: Checking exports ** [00:55:32 2020-06-13] 178: Checking users ** [00:55:32 2020-06-13] 178: Checking user_dbs ** [00:55:32 2020-06-13] 178: Checking geocodings ** [00:55:32 2020-06-13] 178: Checking synchronizations ** [00:55:32 2020-06-13] 178: Checking tracker ** [00:55:32 2020-06-13] 178: Checking user_migrations ** [00:55:32 2020-06-13] 178: Checking batch_updates ** [00:55:32 2020-06-13] 178: Checking gears ** [00:55:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:55:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:37 2020-06-13] 178: Checking imports ** [00:55:37 2020-06-13] 178: Checking exports ** [00:55:37 2020-06-13] 178: Checking users ** [00:55:37 2020-06-13] 178: Checking user_dbs ** [00:55:37 2020-06-13] 178: Checking geocodings ** [00:55:37 2020-06-13] 178: Checking synchronizations ** [00:55:37 2020-06-13] 178: Checking tracker ** [00:55:37 2020-06-13] 178: Checking user_migrations ** [00:55:37 2020-06-13] 178: Checking batch_updates ** [00:55:37 2020-06-13] 178: Checking gears ** [00:55:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:55:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:42 2020-06-13] 178: Checking imports ** [00:55:42 2020-06-13] 178: Checking exports ** [00:55:42 2020-06-13] 178: Checking users ** [00:55:42 2020-06-13] 178: Checking user_dbs ** [00:55:42 2020-06-13] 178: Checking geocodings ** [00:55:42 2020-06-13] 178: Checking synchronizations ** [00:55:42 2020-06-13] 178: Checking tracker ** [00:55:42 2020-06-13] 178: Checking user_migrations ** [00:55:42 2020-06-13] 178: Checking batch_updates ** [00:55:42 2020-06-13] 178: Checking gears ** [00:55:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:55:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:47 2020-06-13] 178: Checking imports ** [00:55:47 2020-06-13] 178: Checking exports ** [00:55:47 2020-06-13] 178: Checking users ** [00:55:47 2020-06-13] 178: Checking user_dbs ** [00:55:47 2020-06-13] 178: Checking geocodings ** [00:55:47 2020-06-13] 178: Checking synchronizations ** [00:55:47 2020-06-13] 178: Checking tracker ** [00:55:47 2020-06-13] 178: Checking user_migrations ** [00:55:47 2020-06-13] 178: Checking batch_updates ** [00:55:47 2020-06-13] 178: Checking gears ** [00:55:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:55:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:52 2020-06-13] 178: Checking imports ** [00:55:52 2020-06-13] 178: Checking exports ** [00:55:52 2020-06-13] 178: Checking users ** [00:55:52 2020-06-13] 178: Checking user_dbs ** [00:55:52 2020-06-13] 178: Checking geocodings ** [00:55:52 2020-06-13] 178: Checking synchronizations ** [00:55:52 2020-06-13] 178: Checking tracker ** [00:55:52 2020-06-13] 178: Checking user_migrations ** [00:55:52 2020-06-13] 178: Checking batch_updates ** [00:55:52 2020-06-13] 178: Checking gears ** [00:55:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:55:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:57 2020-06-13] 178: Checking imports ** [00:55:57 2020-06-13] 178: Checking exports ** [00:55:57 2020-06-13] 178: Checking users ** [00:55:57 2020-06-13] 178: Checking user_dbs ** [00:55:57 2020-06-13] 178: Checking geocodings ** [00:55:57 2020-06-13] 178: Checking synchronizations ** [00:55:57 2020-06-13] 178: Checking tracker ** [00:55:57 2020-06-13] 178: Checking user_migrations ** [00:55:57 2020-06-13] 178: Checking batch_updates ** [00:55:57 2020-06-13] 178: Checking gears ** [00:55:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:55:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:03 2020-06-13] 178: Checking imports ** [00:56:03 2020-06-13] 178: Checking exports ** [00:56:03 2020-06-13] 178: Checking users ** [00:56:03 2020-06-13] 178: Checking user_dbs ** [00:56:03 2020-06-13] 178: Checking geocodings ** [00:56:03 2020-06-13] 178: Checking synchronizations ** [00:56:03 2020-06-13] 178: Checking tracker ** [00:56:03 2020-06-13] 178: Checking user_migrations ** [00:56:03 2020-06-13] 178: Checking batch_updates ** [00:56:03 2020-06-13] 178: Checking gears ** [00:56:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:56:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:08 2020-06-13] 178: Checking imports ** [00:56:08 2020-06-13] 178: Checking exports ** [00:56:08 2020-06-13] 178: Checking users ** [00:56:08 2020-06-13] 178: Checking user_dbs ** [00:56:08 2020-06-13] 178: Checking geocodings ** [00:56:08 2020-06-13] 178: Checking synchronizations ** [00:56:08 2020-06-13] 178: Checking tracker ** [00:56:08 2020-06-13] 178: Checking user_migrations ** [00:56:08 2020-06-13] 178: Checking batch_updates ** [00:56:08 2020-06-13] 178: Checking gears ** [00:56:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:56:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:13 2020-06-13] 178: Checking imports ** [00:56:13 2020-06-13] 178: Checking exports ** [00:56:13 2020-06-13] 178: Checking users ** [00:56:13 2020-06-13] 178: Checking user_dbs ** [00:56:13 2020-06-13] 178: Checking geocodings ** [00:56:13 2020-06-13] 178: Checking synchronizations ** [00:56:13 2020-06-13] 178: Checking tracker ** [00:56:13 2020-06-13] 178: Checking user_migrations ** [00:56:13 2020-06-13] 178: Checking batch_updates ** [00:56:13 2020-06-13] 178: Checking gears ** [00:56:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:56:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:18 2020-06-13] 178: Checking imports ** [00:56:18 2020-06-13] 178: Checking exports ** [00:56:18 2020-06-13] 178: Checking users ** [00:56:18 2020-06-13] 178: Checking user_dbs ** [00:56:18 2020-06-13] 178: Checking geocodings ** [00:56:18 2020-06-13] 178: Checking synchronizations ** [00:56:18 2020-06-13] 178: Checking tracker ** [00:56:18 2020-06-13] 178: Checking user_migrations ** [00:56:18 2020-06-13] 178: Checking batch_updates ** [00:56:18 2020-06-13] 178: Checking gears ** [00:56:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:56:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:23 2020-06-13] 178: Checking imports ** [00:56:23 2020-06-13] 178: Checking exports ** [00:56:23 2020-06-13] 178: Checking users ** [00:56:23 2020-06-13] 178: Checking user_dbs ** [00:56:23 2020-06-13] 178: Checking geocodings ** [00:56:23 2020-06-13] 178: Checking synchronizations ** [00:56:23 2020-06-13] 178: Checking tracker ** [00:56:23 2020-06-13] 178: Checking user_migrations ** [00:56:23 2020-06-13] 178: Checking batch_updates ** [00:56:23 2020-06-13] 178: Checking gears ** [00:56:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:56:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:28 2020-06-13] 178: Checking imports ** [00:56:28 2020-06-13] 178: Checking exports ** [00:56:28 2020-06-13] 178: Checking users ** [00:56:28 2020-06-13] 178: Checking user_dbs ** [00:56:28 2020-06-13] 178: Checking geocodings ** [00:56:28 2020-06-13] 178: Checking synchronizations ** [00:56:28 2020-06-13] 178: Checking tracker ** [00:56:28 2020-06-13] 178: Checking user_migrations ** [00:56:28 2020-06-13] 178: Checking batch_updates ** [00:56:28 2020-06-13] 178: Checking gears ** [00:56:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:56:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:33 2020-06-13] 178: Checking imports ** [00:56:33 2020-06-13] 178: Checking exports ** [00:56:33 2020-06-13] 178: Checking users ** [00:56:33 2020-06-13] 178: Checking user_dbs ** [00:56:33 2020-06-13] 178: Checking geocodings ** [00:56:33 2020-06-13] 178: Checking synchronizations ** [00:56:33 2020-06-13] 178: Checking tracker ** [00:56:33 2020-06-13] 178: Checking user_migrations ** [00:56:33 2020-06-13] 178: Checking batch_updates ** [00:56:33 2020-06-13] 178: Checking gears ** [00:56:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:56:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:38 2020-06-13] 178: Checking imports ** [00:56:38 2020-06-13] 178: Checking exports ** [00:56:38 2020-06-13] 178: Checking users ** [00:56:38 2020-06-13] 178: Checking user_dbs ** [00:56:38 2020-06-13] 178: Checking geocodings ** [00:56:38 2020-06-13] 178: Checking synchronizations ** [00:56:38 2020-06-13] 178: Checking tracker ** [00:56:38 2020-06-13] 178: Checking user_migrations ** [00:56:38 2020-06-13] 178: Checking batch_updates ** [00:56:38 2020-06-13] 178: Checking gears ** [00:56:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:56:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:43 2020-06-13] 178: Checking imports ** [00:56:43 2020-06-13] 178: Checking exports ** [00:56:43 2020-06-13] 178: Checking users ** [00:56:43 2020-06-13] 178: Checking user_dbs ** [00:56:43 2020-06-13] 178: Checking geocodings ** [00:56:43 2020-06-13] 178: Checking synchronizations ** [00:56:43 2020-06-13] 178: Checking tracker ** [00:56:43 2020-06-13] 178: Checking user_migrations ** [00:56:43 2020-06-13] 178: Checking batch_updates ** [00:56:43 2020-06-13] 178: Checking gears ** [00:56:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:56:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:48 2020-06-13] 178: Checking imports ** [00:56:48 2020-06-13] 178: Checking exports ** [00:56:48 2020-06-13] 178: Checking users ** [00:56:48 2020-06-13] 178: Checking user_dbs ** [00:56:48 2020-06-13] 178: Checking geocodings ** [00:56:48 2020-06-13] 178: Checking synchronizations ** [00:56:48 2020-06-13] 178: Checking tracker ** [00:56:48 2020-06-13] 178: Checking user_migrations ** [00:56:48 2020-06-13] 178: Checking batch_updates ** [00:56:48 2020-06-13] 178: Checking gears ** [00:56:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:56:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:53 2020-06-13] 178: Checking imports ** [00:56:53 2020-06-13] 178: Checking exports ** [00:56:53 2020-06-13] 178: Checking users ** [00:56:53 2020-06-13] 178: Checking user_dbs ** [00:56:53 2020-06-13] 178: Checking geocodings ** [00:56:53 2020-06-13] 178: Checking synchronizations ** [00:56:53 2020-06-13] 178: Checking tracker ** [00:56:53 2020-06-13] 178: Checking user_migrations ** [00:56:53 2020-06-13] 178: Checking batch_updates ** [00:56:53 2020-06-13] 178: Checking gears ** [00:56:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:56:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:58 2020-06-13] 178: Checking imports ** [00:56:58 2020-06-13] 178: Checking exports ** [00:56:58 2020-06-13] 178: Checking users ** [00:56:58 2020-06-13] 178: Checking user_dbs ** [00:56:58 2020-06-13] 178: Checking geocodings ** [00:56:58 2020-06-13] 178: Checking synchronizations ** [00:56:58 2020-06-13] 178: Checking tracker ** [00:56:58 2020-06-13] 178: Checking user_migrations ** [00:56:58 2020-06-13] 178: Checking batch_updates ** [00:56:58 2020-06-13] 178: Checking gears ** [00:56:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:56:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:03 2020-06-13] 178: Checking imports ** [00:57:03 2020-06-13] 178: Checking exports ** [00:57:03 2020-06-13] 178: Checking users ** [00:57:03 2020-06-13] 178: Checking user_dbs ** [00:57:03 2020-06-13] 178: Checking geocodings ** [00:57:03 2020-06-13] 178: Checking synchronizations ** [00:57:03 2020-06-13] 178: Checking tracker ** [00:57:03 2020-06-13] 178: Checking user_migrations ** [00:57:03 2020-06-13] 178: Checking batch_updates ** [00:57:03 2020-06-13] 178: Checking gears ** [00:57:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:57:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:08 2020-06-13] 178: Checking imports ** [00:57:08 2020-06-13] 178: Checking exports ** [00:57:08 2020-06-13] 178: Checking users ** [00:57:08 2020-06-13] 178: Checking user_dbs ** [00:57:08 2020-06-13] 178: Checking geocodings ** [00:57:08 2020-06-13] 178: Checking synchronizations ** [00:57:08 2020-06-13] 178: Checking tracker ** [00:57:08 2020-06-13] 178: Checking user_migrations ** [00:57:08 2020-06-13] 178: Checking batch_updates ** [00:57:08 2020-06-13] 178: Checking gears ** [00:57:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:57:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:13 2020-06-13] 178: Checking imports ** [00:57:13 2020-06-13] 178: Checking exports ** [00:57:13 2020-06-13] 178: Checking users ** [00:57:13 2020-06-13] 178: Checking user_dbs ** [00:57:13 2020-06-13] 178: Checking geocodings ** [00:57:13 2020-06-13] 178: Checking synchronizations ** [00:57:13 2020-06-13] 178: Checking tracker ** [00:57:13 2020-06-13] 178: Checking user_migrations ** [00:57:13 2020-06-13] 178: Checking batch_updates ** [00:57:13 2020-06-13] 178: Checking gears ** [00:57:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:57:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:18 2020-06-13] 178: Checking imports ** [00:57:18 2020-06-13] 178: Checking exports ** [00:57:18 2020-06-13] 178: Checking users ** [00:57:18 2020-06-13] 178: Checking user_dbs ** [00:57:18 2020-06-13] 178: Checking geocodings ** [00:57:18 2020-06-13] 178: Checking synchronizations ** [00:57:18 2020-06-13] 178: Checking tracker ** [00:57:18 2020-06-13] 178: Checking user_migrations ** [00:57:18 2020-06-13] 178: Checking batch_updates ** [00:57:18 2020-06-13] 178: Checking gears ** [00:57:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:57:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:23 2020-06-13] 178: Checking imports ** [00:57:23 2020-06-13] 178: Checking exports ** [00:57:23 2020-06-13] 178: Checking users ** [00:57:23 2020-06-13] 178: Checking user_dbs ** [00:57:23 2020-06-13] 178: Checking geocodings ** [00:57:23 2020-06-13] 178: Checking synchronizations ** [00:57:23 2020-06-13] 178: Checking tracker ** [00:57:23 2020-06-13] 178: Checking user_migrations ** [00:57:23 2020-06-13] 178: Checking batch_updates ** [00:57:23 2020-06-13] 178: Checking gears ** [00:57:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:57:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:28 2020-06-13] 178: Checking imports ** [00:57:28 2020-06-13] 178: Checking exports ** [00:57:28 2020-06-13] 178: Checking users ** [00:57:28 2020-06-13] 178: Checking user_dbs ** [00:57:28 2020-06-13] 178: Checking geocodings ** [00:57:28 2020-06-13] 178: Checking synchronizations ** [00:57:28 2020-06-13] 178: Checking tracker ** [00:57:28 2020-06-13] 178: Checking user_migrations ** [00:57:28 2020-06-13] 178: Checking batch_updates ** [00:57:28 2020-06-13] 178: Checking gears ** [00:57:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:57:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:33 2020-06-13] 178: Checking imports ** [00:57:33 2020-06-13] 178: Checking exports ** [00:57:33 2020-06-13] 178: Checking users ** [00:57:33 2020-06-13] 178: Checking user_dbs ** [00:57:33 2020-06-13] 178: Checking geocodings ** [00:57:33 2020-06-13] 178: Checking synchronizations ** [00:57:33 2020-06-13] 178: Checking tracker ** [00:57:33 2020-06-13] 178: Checking user_migrations ** [00:57:33 2020-06-13] 178: Checking batch_updates ** [00:57:33 2020-06-13] 178: Checking gears ** [00:57:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:57:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:38 2020-06-13] 178: Checking imports ** [00:57:38 2020-06-13] 178: Checking exports ** [00:57:38 2020-06-13] 178: Checking users ** [00:57:38 2020-06-13] 178: Checking user_dbs ** [00:57:38 2020-06-13] 178: Checking geocodings ** [00:57:38 2020-06-13] 178: Checking synchronizations ** [00:57:38 2020-06-13] 178: Checking tracker ** [00:57:38 2020-06-13] 178: Checking user_migrations ** [00:57:38 2020-06-13] 178: Checking batch_updates ** [00:57:38 2020-06-13] 178: Checking gears ** [00:57:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:57:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:43 2020-06-13] 178: Checking imports ** [00:57:43 2020-06-13] 178: Checking exports ** [00:57:43 2020-06-13] 178: Checking users ** [00:57:43 2020-06-13] 178: Checking user_dbs ** [00:57:43 2020-06-13] 178: Checking geocodings ** [00:57:43 2020-06-13] 178: Checking synchronizations ** [00:57:43 2020-06-13] 178: Checking tracker ** [00:57:43 2020-06-13] 178: Checking user_migrations ** [00:57:43 2020-06-13] 178: Checking batch_updates ** [00:57:43 2020-06-13] 178: Checking gears ** [00:57:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:57:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:48 2020-06-13] 178: Checking imports ** [00:57:48 2020-06-13] 178: Checking exports ** [00:57:48 2020-06-13] 178: Checking users ** [00:57:48 2020-06-13] 178: Checking user_dbs ** [00:57:48 2020-06-13] 178: Checking geocodings ** [00:57:48 2020-06-13] 178: Checking synchronizations ** [00:57:48 2020-06-13] 178: Checking tracker ** [00:57:48 2020-06-13] 178: Checking user_migrations ** [00:57:48 2020-06-13] 178: Checking batch_updates ** [00:57:48 2020-06-13] 178: Checking gears ** [00:57:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:57:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:53 2020-06-13] 178: Checking imports ** [00:57:53 2020-06-13] 178: Checking exports ** [00:57:53 2020-06-13] 178: Checking users ** [00:57:53 2020-06-13] 178: Checking user_dbs ** [00:57:53 2020-06-13] 178: Checking geocodings ** [00:57:53 2020-06-13] 178: Checking synchronizations ** [00:57:53 2020-06-13] 178: Checking tracker ** [00:57:53 2020-06-13] 178: Checking user_migrations ** [00:57:53 2020-06-13] 178: Checking batch_updates ** [00:57:53 2020-06-13] 178: Checking gears ** [00:57:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:57:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:58 2020-06-13] 178: Checking imports ** [00:57:58 2020-06-13] 178: Checking exports ** [00:57:58 2020-06-13] 178: Checking users ** [00:57:58 2020-06-13] 178: Checking user_dbs ** [00:57:58 2020-06-13] 178: Checking geocodings ** [00:57:58 2020-06-13] 178: Checking synchronizations ** [00:57:58 2020-06-13] 178: Checking tracker ** [00:57:58 2020-06-13] 178: Checking user_migrations ** [00:57:58 2020-06-13] 178: Checking batch_updates ** [00:57:58 2020-06-13] 178: Checking gears ** [00:57:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:57:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:03 2020-06-13] 178: Checking imports ** [00:58:03 2020-06-13] 178: Checking exports ** [00:58:03 2020-06-13] 178: Checking users ** [00:58:03 2020-06-13] 178: Checking user_dbs ** [00:58:03 2020-06-13] 178: Checking geocodings ** [00:58:03 2020-06-13] 178: Checking synchronizations ** [00:58:03 2020-06-13] 178: Checking tracker ** [00:58:03 2020-06-13] 178: Checking user_migrations ** [00:58:03 2020-06-13] 178: Checking batch_updates ** [00:58:03 2020-06-13] 178: Checking gears ** [00:58:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:58:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:08 2020-06-13] 178: Checking imports ** [00:58:08 2020-06-13] 178: Checking exports ** [00:58:08 2020-06-13] 178: Checking users ** [00:58:08 2020-06-13] 178: Checking user_dbs ** [00:58:08 2020-06-13] 178: Checking geocodings ** [00:58:08 2020-06-13] 178: Checking synchronizations ** [00:58:08 2020-06-13] 178: Checking tracker ** [00:58:08 2020-06-13] 178: Checking user_migrations ** [00:58:08 2020-06-13] 178: Checking batch_updates ** [00:58:08 2020-06-13] 178: Checking gears ** [00:58:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:58:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:13 2020-06-13] 178: Checking imports ** [00:58:13 2020-06-13] 178: Checking exports ** [00:58:13 2020-06-13] 178: Checking users ** [00:58:13 2020-06-13] 178: Checking user_dbs ** [00:58:13 2020-06-13] 178: Checking geocodings ** [00:58:13 2020-06-13] 178: Checking synchronizations ** [00:58:13 2020-06-13] 178: Checking tracker ** [00:58:13 2020-06-13] 178: Checking user_migrations ** [00:58:13 2020-06-13] 178: Checking batch_updates ** [00:58:13 2020-06-13] 178: Checking gears ** [00:58:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:58:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:18 2020-06-13] 178: Checking imports ** [00:58:18 2020-06-13] 178: Checking exports ** [00:58:18 2020-06-13] 178: Checking users ** [00:58:18 2020-06-13] 178: Checking user_dbs ** [00:58:18 2020-06-13] 178: Checking geocodings ** [00:58:18 2020-06-13] 178: Checking synchronizations ** [00:58:18 2020-06-13] 178: Checking tracker ** [00:58:18 2020-06-13] 178: Checking user_migrations ** [00:58:18 2020-06-13] 178: Checking batch_updates ** [00:58:18 2020-06-13] 178: Checking gears ** [00:58:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:58:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:23 2020-06-13] 178: Checking imports ** [00:58:23 2020-06-13] 178: Checking exports ** [00:58:23 2020-06-13] 178: Checking users ** [00:58:23 2020-06-13] 178: Checking user_dbs ** [00:58:23 2020-06-13] 178: Checking geocodings ** [00:58:23 2020-06-13] 178: Checking synchronizations ** [00:58:23 2020-06-13] 178: Checking tracker ** [00:58:23 2020-06-13] 178: Checking user_migrations ** [00:58:23 2020-06-13] 178: Checking batch_updates ** [00:58:23 2020-06-13] 178: Checking gears ** [00:58:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:58:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:28 2020-06-13] 178: Checking imports ** [00:58:28 2020-06-13] 178: Checking exports ** [00:58:28 2020-06-13] 178: Checking users ** [00:58:28 2020-06-13] 178: Checking user_dbs ** [00:58:28 2020-06-13] 178: Checking geocodings ** [00:58:28 2020-06-13] 178: Checking synchronizations ** [00:58:28 2020-06-13] 178: Checking tracker ** [00:58:28 2020-06-13] 178: Checking user_migrations ** [00:58:28 2020-06-13] 178: Checking batch_updates ** [00:58:28 2020-06-13] 178: Checking gears ** [00:58:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:58:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:33 2020-06-13] 178: Checking imports ** [00:58:33 2020-06-13] 178: Checking exports ** [00:58:33 2020-06-13] 178: Checking users ** [00:58:33 2020-06-13] 178: Checking user_dbs ** [00:58:33 2020-06-13] 178: Checking geocodings ** [00:58:33 2020-06-13] 178: Checking synchronizations ** [00:58:33 2020-06-13] 178: Checking tracker ** [00:58:33 2020-06-13] 178: Checking user_migrations ** [00:58:33 2020-06-13] 178: Checking batch_updates ** [00:58:33 2020-06-13] 178: Checking gears ** [00:58:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:58:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:38 2020-06-13] 178: Checking imports ** [00:58:38 2020-06-13] 178: Checking exports ** [00:58:38 2020-06-13] 178: Checking users ** [00:58:38 2020-06-13] 178: Checking user_dbs ** [00:58:38 2020-06-13] 178: Checking geocodings ** [00:58:38 2020-06-13] 178: Checking synchronizations ** [00:58:38 2020-06-13] 178: Checking tracker ** [00:58:38 2020-06-13] 178: Checking user_migrations ** [00:58:38 2020-06-13] 178: Checking batch_updates ** [00:58:38 2020-06-13] 178: Checking gears ** [00:58:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:58:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:43 2020-06-13] 178: Checking imports ** [00:58:43 2020-06-13] 178: Checking exports ** [00:58:43 2020-06-13] 178: Checking users ** [00:58:43 2020-06-13] 178: Checking user_dbs ** [00:58:43 2020-06-13] 178: Checking geocodings ** [00:58:43 2020-06-13] 178: Checking synchronizations ** [00:58:43 2020-06-13] 178: Checking tracker ** [00:58:43 2020-06-13] 178: Checking user_migrations ** [00:58:43 2020-06-13] 178: Checking batch_updates ** [00:58:43 2020-06-13] 178: Checking gears ** [00:58:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:58:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:48 2020-06-13] 178: Checking imports ** [00:58:48 2020-06-13] 178: Checking exports ** [00:58:48 2020-06-13] 178: Checking users ** [00:58:48 2020-06-13] 178: Checking user_dbs ** [00:58:48 2020-06-13] 178: Checking geocodings ** [00:58:48 2020-06-13] 178: Checking synchronizations ** [00:58:48 2020-06-13] 178: Checking tracker ** [00:58:48 2020-06-13] 178: Checking user_migrations ** [00:58:48 2020-06-13] 178: Checking batch_updates ** [00:58:48 2020-06-13] 178: Checking gears ** [00:58:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:58:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:53 2020-06-13] 178: Checking imports ** [00:58:53 2020-06-13] 178: Checking exports ** [00:58:53 2020-06-13] 178: Checking users ** [00:58:53 2020-06-13] 178: Checking user_dbs ** [00:58:53 2020-06-13] 178: Checking geocodings ** [00:58:53 2020-06-13] 178: Checking synchronizations ** [00:58:53 2020-06-13] 178: Checking tracker ** [00:58:53 2020-06-13] 178: Checking user_migrations ** [00:58:53 2020-06-13] 178: Checking batch_updates ** [00:58:53 2020-06-13] 178: Checking gears ** [00:58:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:58:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:58 2020-06-13] 178: Checking imports ** [00:58:58 2020-06-13] 178: Checking exports ** [00:58:58 2020-06-13] 178: Checking users ** [00:58:58 2020-06-13] 178: Checking user_dbs ** [00:58:58 2020-06-13] 178: Checking geocodings ** [00:58:58 2020-06-13] 178: Checking synchronizations ** [00:58:58 2020-06-13] 178: Checking tracker ** [00:58:58 2020-06-13] 178: Checking user_migrations ** [00:58:58 2020-06-13] 178: Checking batch_updates ** [00:58:58 2020-06-13] 178: Checking gears ** [00:58:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:58:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:03 2020-06-13] 178: Checking imports ** [00:59:03 2020-06-13] 178: Checking exports ** [00:59:03 2020-06-13] 178: Checking users ** [00:59:03 2020-06-13] 178: Checking user_dbs ** [00:59:03 2020-06-13] 178: Checking geocodings ** [00:59:03 2020-06-13] 178: Checking synchronizations ** [00:59:03 2020-06-13] 178: Checking tracker ** [00:59:03 2020-06-13] 178: Checking user_migrations ** [00:59:03 2020-06-13] 178: Checking batch_updates ** [00:59:03 2020-06-13] 178: Checking gears ** [00:59:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:59:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:08 2020-06-13] 178: Checking imports ** [00:59:08 2020-06-13] 178: Checking exports ** [00:59:08 2020-06-13] 178: Checking users ** [00:59:08 2020-06-13] 178: Checking user_dbs ** [00:59:08 2020-06-13] 178: Checking geocodings ** [00:59:08 2020-06-13] 178: Checking synchronizations ** [00:59:08 2020-06-13] 178: Checking tracker ** [00:59:08 2020-06-13] 178: Checking user_migrations ** [00:59:08 2020-06-13] 178: Checking batch_updates ** [00:59:08 2020-06-13] 178: Checking gears ** [00:59:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:59:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:13 2020-06-13] 178: Checking imports ** [00:59:13 2020-06-13] 178: Checking exports ** [00:59:13 2020-06-13] 178: Checking users ** [00:59:13 2020-06-13] 178: Checking user_dbs ** [00:59:13 2020-06-13] 178: Checking geocodings ** [00:59:13 2020-06-13] 178: Checking synchronizations ** [00:59:13 2020-06-13] 178: Checking tracker ** [00:59:13 2020-06-13] 178: Checking user_migrations ** [00:59:13 2020-06-13] 178: Checking batch_updates ** [00:59:13 2020-06-13] 178: Checking gears ** [00:59:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:59:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:18 2020-06-13] 178: Checking imports ** [00:59:18 2020-06-13] 178: Checking exports ** [00:59:18 2020-06-13] 178: Checking users ** [00:59:18 2020-06-13] 178: Checking user_dbs ** [00:59:18 2020-06-13] 178: Checking geocodings ** [00:59:18 2020-06-13] 178: Checking synchronizations ** [00:59:18 2020-06-13] 178: Checking tracker ** [00:59:18 2020-06-13] 178: Checking user_migrations ** [00:59:18 2020-06-13] 178: Checking batch_updates ** [00:59:18 2020-06-13] 178: Checking gears ** [00:59:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:59:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:23 2020-06-13] 178: Checking imports ** [00:59:23 2020-06-13] 178: Checking exports ** [00:59:23 2020-06-13] 178: Checking users ** [00:59:23 2020-06-13] 178: Checking user_dbs ** [00:59:23 2020-06-13] 178: Checking geocodings ** [00:59:23 2020-06-13] 178: Checking synchronizations ** [00:59:23 2020-06-13] 178: Checking tracker ** [00:59:23 2020-06-13] 178: Checking user_migrations ** [00:59:23 2020-06-13] 178: Checking batch_updates ** [00:59:23 2020-06-13] 178: Checking gears ** [00:59:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:59:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:28 2020-06-13] 178: Checking imports ** [00:59:28 2020-06-13] 178: Checking exports ** [00:59:28 2020-06-13] 178: Checking users ** [00:59:28 2020-06-13] 178: Checking user_dbs ** [00:59:28 2020-06-13] 178: Checking geocodings ** [00:59:28 2020-06-13] 178: Checking synchronizations ** [00:59:28 2020-06-13] 178: Checking tracker ** [00:59:28 2020-06-13] 178: Checking user_migrations ** [00:59:28 2020-06-13] 178: Checking batch_updates ** [00:59:28 2020-06-13] 178: Checking gears ** [00:59:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:59:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:33 2020-06-13] 178: Checking imports ** [00:59:33 2020-06-13] 178: Checking exports ** [00:59:33 2020-06-13] 178: Checking users ** [00:59:33 2020-06-13] 178: Checking user_dbs ** [00:59:33 2020-06-13] 178: Checking geocodings ** [00:59:33 2020-06-13] 178: Checking synchronizations ** [00:59:33 2020-06-13] 178: Checking tracker ** [00:59:33 2020-06-13] 178: Checking user_migrations ** [00:59:33 2020-06-13] 178: Checking batch_updates ** [00:59:33 2020-06-13] 178: Checking gears ** [00:59:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:59:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:38 2020-06-13] 178: Checking imports ** [00:59:38 2020-06-13] 178: Checking exports ** [00:59:38 2020-06-13] 178: Checking users ** [00:59:38 2020-06-13] 178: Checking user_dbs ** [00:59:38 2020-06-13] 178: Checking geocodings ** [00:59:38 2020-06-13] 178: Checking synchronizations ** [00:59:38 2020-06-13] 178: Checking tracker ** [00:59:38 2020-06-13] 178: Checking user_migrations ** [00:59:38 2020-06-13] 178: Checking batch_updates ** [00:59:38 2020-06-13] 178: Checking gears ** [00:59:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:59:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:43 2020-06-13] 178: Checking imports ** [00:59:43 2020-06-13] 178: Checking exports ** [00:59:43 2020-06-13] 178: Checking users ** [00:59:43 2020-06-13] 178: Checking user_dbs ** [00:59:43 2020-06-13] 178: Checking geocodings ** [00:59:43 2020-06-13] 178: Checking synchronizations ** [00:59:43 2020-06-13] 178: Checking tracker ** [00:59:43 2020-06-13] 178: Checking user_migrations ** [00:59:43 2020-06-13] 178: Checking batch_updates ** [00:59:43 2020-06-13] 178: Checking gears ** [00:59:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:59:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:48 2020-06-13] 178: Checking imports ** [00:59:48 2020-06-13] 178: Checking exports ** [00:59:48 2020-06-13] 178: Checking users ** [00:59:48 2020-06-13] 178: Checking user_dbs ** [00:59:48 2020-06-13] 178: Checking geocodings ** [00:59:48 2020-06-13] 178: Checking synchronizations ** [00:59:48 2020-06-13] 178: Checking tracker ** [00:59:48 2020-06-13] 178: Checking user_migrations ** [00:59:48 2020-06-13] 178: Checking batch_updates ** [00:59:48 2020-06-13] 178: Checking gears ** [00:59:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:59:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:53 2020-06-13] 178: Checking imports ** [00:59:53 2020-06-13] 178: Checking exports ** [00:59:53 2020-06-13] 178: Checking users ** [00:59:53 2020-06-13] 178: Checking user_dbs ** [00:59:53 2020-06-13] 178: Checking geocodings ** [00:59:53 2020-06-13] 178: Checking synchronizations ** [00:59:53 2020-06-13] 178: Checking tracker ** [00:59:53 2020-06-13] 178: Checking user_migrations ** [00:59:53 2020-06-13] 178: Checking batch_updates ** [00:59:53 2020-06-13] 178: Checking gears ** [00:59:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:59:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:58 2020-06-13] 178: Checking imports ** [00:59:58 2020-06-13] 178: Checking exports ** [00:59:58 2020-06-13] 178: Checking users ** [00:59:58 2020-06-13] 178: Checking user_dbs ** [00:59:58 2020-06-13] 178: Checking geocodings ** [00:59:58 2020-06-13] 178: Checking synchronizations ** [00:59:58 2020-06-13] 178: Checking tracker ** [00:59:58 2020-06-13] 178: Checking user_migrations ** [00:59:58 2020-06-13] 178: Checking batch_updates ** [00:59:58 2020-06-13] 178: Checking gears ** [00:59:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [00:59:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:03 2020-06-13] 178: Checking imports ** [01:00:03 2020-06-13] 178: Checking exports ** [01:00:03 2020-06-13] 178: Checking users ** [01:00:03 2020-06-13] 178: Checking user_dbs ** [01:00:03 2020-06-13] 178: Checking geocodings ** [01:00:03 2020-06-13] 178: Checking synchronizations ** [01:00:03 2020-06-13] 178: Checking tracker ** [01:00:03 2020-06-13] 178: Checking user_migrations ** [01:00:03 2020-06-13] 178: Checking batch_updates ** [01:00:03 2020-06-13] 178: Checking gears ** [01:00:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:00:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:08 2020-06-13] 178: Checking imports ** [01:00:08 2020-06-13] 178: Checking exports ** [01:00:08 2020-06-13] 178: Checking users ** [01:00:08 2020-06-13] 178: Checking user_dbs ** [01:00:08 2020-06-13] 178: Checking geocodings ** [01:00:08 2020-06-13] 178: Checking synchronizations ** [01:00:08 2020-06-13] 178: Checking tracker ** [01:00:08 2020-06-13] 178: Checking user_migrations ** [01:00:08 2020-06-13] 178: Checking batch_updates ** [01:00:08 2020-06-13] 178: Checking gears ** [01:00:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:00:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:13 2020-06-13] 178: Checking imports ** [01:00:13 2020-06-13] 178: Checking exports ** [01:00:13 2020-06-13] 178: Checking users ** [01:00:13 2020-06-13] 178: Checking user_dbs ** [01:00:13 2020-06-13] 178: Checking geocodings ** [01:00:13 2020-06-13] 178: Checking synchronizations ** [01:00:13 2020-06-13] 178: Checking tracker ** [01:00:13 2020-06-13] 178: Checking user_migrations ** [01:00:13 2020-06-13] 178: Checking batch_updates ** [01:00:13 2020-06-13] 178: Checking gears ** [01:00:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:00:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:18 2020-06-13] 178: Checking imports ** [01:00:18 2020-06-13] 178: Checking exports ** [01:00:18 2020-06-13] 178: Checking users ** [01:00:18 2020-06-13] 178: Checking user_dbs ** [01:00:18 2020-06-13] 178: Checking geocodings ** [01:00:18 2020-06-13] 178: Checking synchronizations ** [01:00:18 2020-06-13] 178: Checking tracker ** [01:00:18 2020-06-13] 178: Checking user_migrations ** [01:00:18 2020-06-13] 178: Checking batch_updates ** [01:00:18 2020-06-13] 178: Checking gears ** [01:00:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:00:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:23 2020-06-13] 178: Checking imports ** [01:00:23 2020-06-13] 178: Checking exports ** [01:00:23 2020-06-13] 178: Checking users ** [01:00:23 2020-06-13] 178: Checking user_dbs ** [01:00:23 2020-06-13] 178: Checking geocodings ** [01:00:23 2020-06-13] 178: Checking synchronizations ** [01:00:23 2020-06-13] 178: Checking tracker ** [01:00:23 2020-06-13] 178: Checking user_migrations ** [01:00:23 2020-06-13] 178: Checking batch_updates ** [01:00:23 2020-06-13] 178: Checking gears ** [01:00:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:00:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:28 2020-06-13] 178: Checking imports ** [01:00:28 2020-06-13] 178: Checking exports ** [01:00:28 2020-06-13] 178: Checking users ** [01:00:28 2020-06-13] 178: Checking user_dbs ** [01:00:28 2020-06-13] 178: Checking geocodings ** [01:00:28 2020-06-13] 178: Checking synchronizations ** [01:00:28 2020-06-13] 178: Checking tracker ** [01:00:28 2020-06-13] 178: Checking user_migrations ** [01:00:28 2020-06-13] 178: Checking batch_updates ** [01:00:28 2020-06-13] 178: Checking gears ** [01:00:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:00:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:33 2020-06-13] 178: Checking imports ** [01:00:33 2020-06-13] 178: Checking exports ** [01:00:33 2020-06-13] 178: Checking users ** [01:00:33 2020-06-13] 178: Checking user_dbs ** [01:00:33 2020-06-13] 178: Checking geocodings ** [01:00:33 2020-06-13] 178: Checking synchronizations ** [01:00:33 2020-06-13] 178: Checking tracker ** [01:00:33 2020-06-13] 178: Checking user_migrations ** [01:00:33 2020-06-13] 178: Checking batch_updates ** [01:00:33 2020-06-13] 178: Checking gears ** [01:00:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:00:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:38 2020-06-13] 178: Checking imports ** [01:00:38 2020-06-13] 178: Checking exports ** [01:00:38 2020-06-13] 178: Checking users ** [01:00:38 2020-06-13] 178: Checking user_dbs ** [01:00:38 2020-06-13] 178: Checking geocodings ** [01:00:38 2020-06-13] 178: Checking synchronizations ** [01:00:38 2020-06-13] 178: Checking tracker ** [01:00:38 2020-06-13] 178: Checking user_migrations ** [01:00:38 2020-06-13] 178: Checking batch_updates ** [01:00:38 2020-06-13] 178: Checking gears ** [01:00:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:00:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:43 2020-06-13] 178: Checking imports ** [01:00:43 2020-06-13] 178: Checking exports ** [01:00:43 2020-06-13] 178: Checking users ** [01:00:43 2020-06-13] 178: Checking user_dbs ** [01:00:43 2020-06-13] 178: Checking geocodings ** [01:00:43 2020-06-13] 178: Checking synchronizations ** [01:00:43 2020-06-13] 178: Checking tracker ** [01:00:43 2020-06-13] 178: Checking user_migrations ** [01:00:43 2020-06-13] 178: Checking batch_updates ** [01:00:43 2020-06-13] 178: Checking gears ** [01:00:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:00:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:48 2020-06-13] 178: Checking imports ** [01:00:48 2020-06-13] 178: Checking exports ** [01:00:48 2020-06-13] 178: Checking users ** [01:00:48 2020-06-13] 178: Checking user_dbs ** [01:00:48 2020-06-13] 178: Checking geocodings ** [01:00:48 2020-06-13] 178: Checking synchronizations ** [01:00:48 2020-06-13] 178: Checking tracker ** [01:00:48 2020-06-13] 178: Checking user_migrations ** [01:00:48 2020-06-13] 178: Checking batch_updates ** [01:00:48 2020-06-13] 178: Checking gears ** [01:00:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:00:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:53 2020-06-13] 178: Checking imports ** [01:00:53 2020-06-13] 178: Checking exports ** [01:00:53 2020-06-13] 178: Checking users ** [01:00:53 2020-06-13] 178: Checking user_dbs ** [01:00:53 2020-06-13] 178: Checking geocodings ** [01:00:53 2020-06-13] 178: Checking synchronizations ** [01:00:53 2020-06-13] 178: Checking tracker ** [01:00:53 2020-06-13] 178: Checking user_migrations ** [01:00:53 2020-06-13] 178: Checking batch_updates ** [01:00:53 2020-06-13] 178: Checking gears ** [01:00:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:00:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:58 2020-06-13] 178: Checking imports ** [01:00:58 2020-06-13] 178: Checking exports ** [01:00:58 2020-06-13] 178: Checking users ** [01:00:58 2020-06-13] 178: Checking user_dbs ** [01:00:58 2020-06-13] 178: Checking geocodings ** [01:00:58 2020-06-13] 178: Checking synchronizations ** [01:00:58 2020-06-13] 178: Checking tracker ** [01:00:58 2020-06-13] 178: Checking user_migrations ** [01:00:58 2020-06-13] 178: Checking batch_updates ** [01:00:58 2020-06-13] 178: Checking gears ** [01:00:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:00:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:03 2020-06-13] 178: Checking imports ** [01:01:03 2020-06-13] 178: Checking exports ** [01:01:03 2020-06-13] 178: Checking users ** [01:01:03 2020-06-13] 178: Checking user_dbs ** [01:01:03 2020-06-13] 178: Checking geocodings ** [01:01:03 2020-06-13] 178: Checking synchronizations ** [01:01:03 2020-06-13] 178: Checking tracker ** [01:01:03 2020-06-13] 178: Checking user_migrations ** [01:01:03 2020-06-13] 178: Checking batch_updates ** [01:01:03 2020-06-13] 178: Checking gears ** [01:01:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:01:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:08 2020-06-13] 178: Checking imports ** [01:01:08 2020-06-13] 178: Checking exports ** [01:01:08 2020-06-13] 178: Checking users ** [01:01:08 2020-06-13] 178: Checking user_dbs ** [01:01:08 2020-06-13] 178: Checking geocodings ** [01:01:08 2020-06-13] 178: Checking synchronizations ** [01:01:08 2020-06-13] 178: Checking tracker ** [01:01:08 2020-06-13] 178: Checking user_migrations ** [01:01:08 2020-06-13] 178: Checking batch_updates ** [01:01:08 2020-06-13] 178: Checking gears ** [01:01:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:01:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:13 2020-06-13] 178: Checking imports ** [01:01:13 2020-06-13] 178: Checking exports ** [01:01:13 2020-06-13] 178: Checking users ** [01:01:13 2020-06-13] 178: Checking user_dbs ** [01:01:13 2020-06-13] 178: Checking geocodings ** [01:01:13 2020-06-13] 178: Checking synchronizations ** [01:01:13 2020-06-13] 178: Checking tracker ** [01:01:13 2020-06-13] 178: Checking user_migrations ** [01:01:13 2020-06-13] 178: Checking batch_updates ** [01:01:13 2020-06-13] 178: Checking gears ** [01:01:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:01:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:18 2020-06-13] 178: Checking imports ** [01:01:18 2020-06-13] 178: Checking exports ** [01:01:18 2020-06-13] 178: Checking users ** [01:01:18 2020-06-13] 178: Checking user_dbs ** [01:01:18 2020-06-13] 178: Checking geocodings ** [01:01:18 2020-06-13] 178: Checking synchronizations ** [01:01:18 2020-06-13] 178: Checking tracker ** [01:01:18 2020-06-13] 178: Checking user_migrations ** [01:01:18 2020-06-13] 178: Checking batch_updates ** [01:01:18 2020-06-13] 178: Checking gears ** [01:01:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:01:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:23 2020-06-13] 178: Checking imports ** [01:01:23 2020-06-13] 178: Checking exports ** [01:01:23 2020-06-13] 178: Checking users ** [01:01:23 2020-06-13] 178: Checking user_dbs ** [01:01:23 2020-06-13] 178: Checking geocodings ** [01:01:23 2020-06-13] 178: Checking synchronizations ** [01:01:23 2020-06-13] 178: Checking tracker ** [01:01:23 2020-06-13] 178: Checking user_migrations ** [01:01:23 2020-06-13] 178: Checking batch_updates ** [01:01:23 2020-06-13] 178: Checking gears ** [01:01:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:01:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:28 2020-06-13] 178: Checking imports ** [01:01:28 2020-06-13] 178: Checking exports ** [01:01:28 2020-06-13] 178: Checking users ** [01:01:28 2020-06-13] 178: Checking user_dbs ** [01:01:28 2020-06-13] 178: Checking geocodings ** [01:01:28 2020-06-13] 178: Checking synchronizations ** [01:01:28 2020-06-13] 178: Checking tracker ** [01:01:28 2020-06-13] 178: Checking user_migrations ** [01:01:28 2020-06-13] 178: Checking batch_updates ** [01:01:28 2020-06-13] 178: Checking gears ** [01:01:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:01:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:33 2020-06-13] 178: Checking imports ** [01:01:33 2020-06-13] 178: Checking exports ** [01:01:33 2020-06-13] 178: Checking users ** [01:01:33 2020-06-13] 178: Checking user_dbs ** [01:01:33 2020-06-13] 178: Checking geocodings ** [01:01:33 2020-06-13] 178: Checking synchronizations ** [01:01:33 2020-06-13] 178: Checking tracker ** [01:01:33 2020-06-13] 178: Checking user_migrations ** [01:01:33 2020-06-13] 178: Checking batch_updates ** [01:01:33 2020-06-13] 178: Checking gears ** [01:01:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:01:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:38 2020-06-13] 178: Checking imports ** [01:01:38 2020-06-13] 178: Checking exports ** [01:01:38 2020-06-13] 178: Checking users ** [01:01:38 2020-06-13] 178: Checking user_dbs ** [01:01:38 2020-06-13] 178: Checking geocodings ** [01:01:38 2020-06-13] 178: Checking synchronizations ** [01:01:38 2020-06-13] 178: Checking tracker ** [01:01:38 2020-06-13] 178: Checking user_migrations ** [01:01:38 2020-06-13] 178: Checking batch_updates ** [01:01:38 2020-06-13] 178: Checking gears ** [01:01:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:01:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:43 2020-06-13] 178: Checking imports ** [01:01:43 2020-06-13] 178: Checking exports ** [01:01:43 2020-06-13] 178: Checking users ** [01:01:43 2020-06-13] 178: Checking user_dbs ** [01:01:43 2020-06-13] 178: Checking geocodings ** [01:01:43 2020-06-13] 178: Checking synchronizations ** [01:01:43 2020-06-13] 178: Checking tracker ** [01:01:43 2020-06-13] 178: Checking user_migrations ** [01:01:43 2020-06-13] 178: Checking batch_updates ** [01:01:43 2020-06-13] 178: Checking gears ** [01:01:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:01:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:48 2020-06-13] 178: Checking imports ** [01:01:48 2020-06-13] 178: Checking exports ** [01:01:48 2020-06-13] 178: Checking users ** [01:01:48 2020-06-13] 178: Checking user_dbs ** [01:01:48 2020-06-13] 178: Checking geocodings ** [01:01:48 2020-06-13] 178: Checking synchronizations ** [01:01:48 2020-06-13] 178: Checking tracker ** [01:01:48 2020-06-13] 178: Checking user_migrations ** [01:01:48 2020-06-13] 178: Checking batch_updates ** [01:01:48 2020-06-13] 178: Checking gears ** [01:01:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:01:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:53 2020-06-13] 178: Checking imports ** [01:01:53 2020-06-13] 178: Checking exports ** [01:01:53 2020-06-13] 178: Checking users ** [01:01:53 2020-06-13] 178: Checking user_dbs ** [01:01:53 2020-06-13] 178: Checking geocodings ** [01:01:53 2020-06-13] 178: Checking synchronizations ** [01:01:53 2020-06-13] 178: Checking tracker ** [01:01:53 2020-06-13] 178: Checking user_migrations ** [01:01:53 2020-06-13] 178: Checking batch_updates ** [01:01:53 2020-06-13] 178: Checking gears ** [01:01:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:01:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:58 2020-06-13] 178: Checking imports ** [01:01:58 2020-06-13] 178: Checking exports ** [01:01:58 2020-06-13] 178: Checking users ** [01:01:58 2020-06-13] 178: Checking user_dbs ** [01:01:58 2020-06-13] 178: Checking geocodings ** [01:01:58 2020-06-13] 178: Checking synchronizations ** [01:01:58 2020-06-13] 178: Checking tracker ** [01:01:58 2020-06-13] 178: Checking user_migrations ** [01:01:58 2020-06-13] 178: Checking batch_updates ** [01:01:58 2020-06-13] 178: Checking gears ** [01:01:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:01:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:03 2020-06-13] 178: Checking imports ** [01:02:03 2020-06-13] 178: Checking exports ** [01:02:03 2020-06-13] 178: Checking users ** [01:02:03 2020-06-13] 178: Checking user_dbs ** [01:02:03 2020-06-13] 178: Checking geocodings ** [01:02:03 2020-06-13] 178: Checking synchronizations ** [01:02:03 2020-06-13] 178: Checking tracker ** [01:02:03 2020-06-13] 178: Checking user_migrations ** [01:02:03 2020-06-13] 178: Checking batch_updates ** [01:02:03 2020-06-13] 178: Checking gears ** [01:02:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:02:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:08 2020-06-13] 178: Checking imports ** [01:02:08 2020-06-13] 178: Checking exports ** [01:02:08 2020-06-13] 178: Checking users ** [01:02:08 2020-06-13] 178: Checking user_dbs ** [01:02:08 2020-06-13] 178: Checking geocodings ** [01:02:08 2020-06-13] 178: Checking synchronizations ** [01:02:08 2020-06-13] 178: Checking tracker ** [01:02:08 2020-06-13] 178: Checking user_migrations ** [01:02:08 2020-06-13] 178: Checking batch_updates ** [01:02:08 2020-06-13] 178: Checking gears ** [01:02:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:02:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:13 2020-06-13] 178: Checking imports ** [01:02:13 2020-06-13] 178: Checking exports ** [01:02:13 2020-06-13] 178: Checking users ** [01:02:13 2020-06-13] 178: Checking user_dbs ** [01:02:13 2020-06-13] 178: Checking geocodings ** [01:02:13 2020-06-13] 178: Checking synchronizations ** [01:02:13 2020-06-13] 178: Checking tracker ** [01:02:13 2020-06-13] 178: Checking user_migrations ** [01:02:13 2020-06-13] 178: Checking batch_updates ** [01:02:13 2020-06-13] 178: Checking gears ** [01:02:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:02:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:18 2020-06-13] 178: Checking imports ** [01:02:18 2020-06-13] 178: Checking exports ** [01:02:18 2020-06-13] 178: Checking users ** [01:02:18 2020-06-13] 178: Checking user_dbs ** [01:02:18 2020-06-13] 178: Checking geocodings ** [01:02:18 2020-06-13] 178: Checking synchronizations ** [01:02:18 2020-06-13] 178: Checking tracker ** [01:02:18 2020-06-13] 178: Checking user_migrations ** [01:02:18 2020-06-13] 178: Checking batch_updates ** [01:02:18 2020-06-13] 178: Checking gears ** [01:02:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:02:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:23 2020-06-13] 178: Checking imports ** [01:02:23 2020-06-13] 178: Checking exports ** [01:02:23 2020-06-13] 178: Checking users ** [01:02:23 2020-06-13] 178: Checking user_dbs ** [01:02:23 2020-06-13] 178: Checking geocodings ** [01:02:23 2020-06-13] 178: Checking synchronizations ** [01:02:23 2020-06-13] 178: Checking tracker ** [01:02:23 2020-06-13] 178: Checking user_migrations ** [01:02:23 2020-06-13] 178: Checking batch_updates ** [01:02:23 2020-06-13] 178: Checking gears ** [01:02:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:02:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:28 2020-06-13] 178: Checking imports ** [01:02:28 2020-06-13] 178: Checking exports ** [01:02:28 2020-06-13] 178: Checking users ** [01:02:28 2020-06-13] 178: Checking user_dbs ** [01:02:28 2020-06-13] 178: Checking geocodings ** [01:02:28 2020-06-13] 178: Checking synchronizations ** [01:02:28 2020-06-13] 178: Checking tracker ** [01:02:28 2020-06-13] 178: Checking user_migrations ** [01:02:28 2020-06-13] 178: Checking batch_updates ** [01:02:28 2020-06-13] 178: Checking gears ** [01:02:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:02:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:33 2020-06-13] 178: Checking imports ** [01:02:33 2020-06-13] 178: Checking exports ** [01:02:33 2020-06-13] 178: Checking users ** [01:02:33 2020-06-13] 178: Checking user_dbs ** [01:02:33 2020-06-13] 178: Checking geocodings ** [01:02:33 2020-06-13] 178: Checking synchronizations ** [01:02:33 2020-06-13] 178: Checking tracker ** [01:02:33 2020-06-13] 178: Checking user_migrations ** [01:02:33 2020-06-13] 178: Checking batch_updates ** [01:02:33 2020-06-13] 178: Checking gears ** [01:02:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:02:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:38 2020-06-13] 178: Checking imports ** [01:02:38 2020-06-13] 178: Checking exports ** [01:02:38 2020-06-13] 178: Checking users ** [01:02:38 2020-06-13] 178: Checking user_dbs ** [01:02:38 2020-06-13] 178: Checking geocodings ** [01:02:38 2020-06-13] 178: Checking synchronizations ** [01:02:38 2020-06-13] 178: Checking tracker ** [01:02:38 2020-06-13] 178: Checking user_migrations ** [01:02:38 2020-06-13] 178: Checking batch_updates ** [01:02:38 2020-06-13] 178: Checking gears ** [01:02:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:02:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:43 2020-06-13] 178: Checking imports ** [01:02:43 2020-06-13] 178: Checking exports ** [01:02:43 2020-06-13] 178: Checking users ** [01:02:43 2020-06-13] 178: Checking user_dbs ** [01:02:43 2020-06-13] 178: Checking geocodings ** [01:02:43 2020-06-13] 178: Checking synchronizations ** [01:02:43 2020-06-13] 178: Checking tracker ** [01:02:43 2020-06-13] 178: Checking user_migrations ** [01:02:43 2020-06-13] 178: Checking batch_updates ** [01:02:43 2020-06-13] 178: Checking gears ** [01:02:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:02:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:48 2020-06-13] 178: Checking imports ** [01:02:48 2020-06-13] 178: Checking exports ** [01:02:48 2020-06-13] 178: Checking users ** [01:02:48 2020-06-13] 178: Checking user_dbs ** [01:02:48 2020-06-13] 178: Checking geocodings ** [01:02:48 2020-06-13] 178: Checking synchronizations ** [01:02:48 2020-06-13] 178: Checking tracker ** [01:02:48 2020-06-13] 178: Checking user_migrations ** [01:02:48 2020-06-13] 178: Checking batch_updates ** [01:02:48 2020-06-13] 178: Checking gears ** [01:02:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:02:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:53 2020-06-13] 178: Checking imports ** [01:02:53 2020-06-13] 178: Checking exports ** [01:02:53 2020-06-13] 178: Checking users ** [01:02:53 2020-06-13] 178: Checking user_dbs ** [01:02:53 2020-06-13] 178: Checking geocodings ** [01:02:53 2020-06-13] 178: Checking synchronizations ** [01:02:53 2020-06-13] 178: Checking tracker ** [01:02:53 2020-06-13] 178: Checking user_migrations ** [01:02:53 2020-06-13] 178: Checking batch_updates ** [01:02:53 2020-06-13] 178: Checking gears ** [01:02:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:02:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:58 2020-06-13] 178: Checking imports ** [01:02:58 2020-06-13] 178: Checking exports ** [01:02:58 2020-06-13] 178: Checking users ** [01:02:58 2020-06-13] 178: Checking user_dbs ** [01:02:58 2020-06-13] 178: Checking geocodings ** [01:02:58 2020-06-13] 178: Checking synchronizations ** [01:02:58 2020-06-13] 178: Checking tracker ** [01:02:58 2020-06-13] 178: Checking user_migrations ** [01:02:58 2020-06-13] 178: Checking batch_updates ** [01:02:58 2020-06-13] 178: Checking gears ** [01:02:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:02:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:03 2020-06-13] 178: Checking imports ** [01:03:03 2020-06-13] 178: Checking exports ** [01:03:03 2020-06-13] 178: Checking users ** [01:03:03 2020-06-13] 178: Checking user_dbs ** [01:03:03 2020-06-13] 178: Checking geocodings ** [01:03:03 2020-06-13] 178: Checking synchronizations ** [01:03:03 2020-06-13] 178: Checking tracker ** [01:03:03 2020-06-13] 178: Checking user_migrations ** [01:03:03 2020-06-13] 178: Checking batch_updates ** [01:03:03 2020-06-13] 178: Checking gears ** [01:03:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:03:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:08 2020-06-13] 178: Checking imports ** [01:03:08 2020-06-13] 178: Checking exports ** [01:03:08 2020-06-13] 178: Checking users ** [01:03:08 2020-06-13] 178: Checking user_dbs ** [01:03:08 2020-06-13] 178: Checking geocodings ** [01:03:08 2020-06-13] 178: Checking synchronizations ** [01:03:08 2020-06-13] 178: Checking tracker ** [01:03:08 2020-06-13] 178: Checking user_migrations ** [01:03:08 2020-06-13] 178: Checking batch_updates ** [01:03:08 2020-06-13] 178: Checking gears ** [01:03:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:03:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:13 2020-06-13] 178: Checking imports ** [01:03:13 2020-06-13] 178: Checking exports ** [01:03:13 2020-06-13] 178: Checking users ** [01:03:13 2020-06-13] 178: Checking user_dbs ** [01:03:13 2020-06-13] 178: Checking geocodings ** [01:03:13 2020-06-13] 178: Checking synchronizations ** [01:03:13 2020-06-13] 178: Checking tracker ** [01:03:13 2020-06-13] 178: Checking user_migrations ** [01:03:13 2020-06-13] 178: Checking batch_updates ** [01:03:13 2020-06-13] 178: Checking gears ** [01:03:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:03:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:18 2020-06-13] 178: Checking imports ** [01:03:18 2020-06-13] 178: Checking exports ** [01:03:18 2020-06-13] 178: Checking users ** [01:03:18 2020-06-13] 178: Checking user_dbs ** [01:03:18 2020-06-13] 178: Checking geocodings ** [01:03:18 2020-06-13] 178: Checking synchronizations ** [01:03:18 2020-06-13] 178: Checking tracker ** [01:03:18 2020-06-13] 178: Checking user_migrations ** [01:03:18 2020-06-13] 178: Checking batch_updates ** [01:03:18 2020-06-13] 178: Checking gears ** [01:03:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:03:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:23 2020-06-13] 178: Checking imports ** [01:03:23 2020-06-13] 178: Checking exports ** [01:03:23 2020-06-13] 178: Checking users ** [01:03:23 2020-06-13] 178: Checking user_dbs ** [01:03:23 2020-06-13] 178: Checking geocodings ** [01:03:23 2020-06-13] 178: Checking synchronizations ** [01:03:23 2020-06-13] 178: Checking tracker ** [01:03:23 2020-06-13] 178: Checking user_migrations ** [01:03:23 2020-06-13] 178: Checking batch_updates ** [01:03:23 2020-06-13] 178: Checking gears ** [01:03:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:03:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:28 2020-06-13] 178: Checking imports ** [01:03:28 2020-06-13] 178: Checking exports ** [01:03:28 2020-06-13] 178: Checking users ** [01:03:28 2020-06-13] 178: Checking user_dbs ** [01:03:28 2020-06-13] 178: Checking geocodings ** [01:03:28 2020-06-13] 178: Checking synchronizations ** [01:03:28 2020-06-13] 178: Checking tracker ** [01:03:28 2020-06-13] 178: Checking user_migrations ** [01:03:28 2020-06-13] 178: Checking batch_updates ** [01:03:28 2020-06-13] 178: Checking gears ** [01:03:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:03:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:33 2020-06-13] 178: Checking imports ** [01:03:33 2020-06-13] 178: Checking exports ** [01:03:33 2020-06-13] 178: Checking users ** [01:03:33 2020-06-13] 178: Checking user_dbs ** [01:03:33 2020-06-13] 178: Checking geocodings ** [01:03:33 2020-06-13] 178: Checking synchronizations ** [01:03:33 2020-06-13] 178: Checking tracker ** [01:03:33 2020-06-13] 178: Checking user_migrations ** [01:03:33 2020-06-13] 178: Checking batch_updates ** [01:03:33 2020-06-13] 178: Checking gears ** [01:03:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:03:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:38 2020-06-13] 178: Checking imports ** [01:03:38 2020-06-13] 178: Checking exports ** [01:03:38 2020-06-13] 178: Checking users ** [01:03:38 2020-06-13] 178: Checking user_dbs ** [01:03:38 2020-06-13] 178: Checking geocodings ** [01:03:38 2020-06-13] 178: Checking synchronizations ** [01:03:38 2020-06-13] 178: Checking tracker ** [01:03:38 2020-06-13] 178: Checking user_migrations ** [01:03:38 2020-06-13] 178: Checking batch_updates ** [01:03:38 2020-06-13] 178: Checking gears ** [01:03:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:03:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:43 2020-06-13] 178: Checking imports ** [01:03:43 2020-06-13] 178: Checking exports ** [01:03:43 2020-06-13] 178: Checking users ** [01:03:43 2020-06-13] 178: Checking user_dbs ** [01:03:43 2020-06-13] 178: Checking geocodings ** [01:03:43 2020-06-13] 178: Checking synchronizations ** [01:03:43 2020-06-13] 178: Checking tracker ** [01:03:43 2020-06-13] 178: Checking user_migrations ** [01:03:43 2020-06-13] 178: Checking batch_updates ** [01:03:43 2020-06-13] 178: Checking gears ** [01:03:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:03:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:48 2020-06-13] 178: Checking imports ** [01:03:48 2020-06-13] 178: Checking exports ** [01:03:48 2020-06-13] 178: Checking users ** [01:03:48 2020-06-13] 178: Checking user_dbs ** [01:03:48 2020-06-13] 178: Checking geocodings ** [01:03:48 2020-06-13] 178: Checking synchronizations ** [01:03:48 2020-06-13] 178: Checking tracker ** [01:03:48 2020-06-13] 178: Checking user_migrations ** [01:03:48 2020-06-13] 178: Checking batch_updates ** [01:03:48 2020-06-13] 178: Checking gears ** [01:03:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:03:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:53 2020-06-13] 178: Checking imports ** [01:03:53 2020-06-13] 178: Checking exports ** [01:03:53 2020-06-13] 178: Checking users ** [01:03:53 2020-06-13] 178: Checking user_dbs ** [01:03:53 2020-06-13] 178: Checking geocodings ** [01:03:53 2020-06-13] 178: Checking synchronizations ** [01:03:53 2020-06-13] 178: Checking tracker ** [01:03:53 2020-06-13] 178: Checking user_migrations ** [01:03:53 2020-06-13] 178: Checking batch_updates ** [01:03:53 2020-06-13] 178: Checking gears ** [01:03:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:03:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:58 2020-06-13] 178: Checking imports ** [01:03:58 2020-06-13] 178: Checking exports ** [01:03:58 2020-06-13] 178: Checking users ** [01:03:58 2020-06-13] 178: Checking user_dbs ** [01:03:58 2020-06-13] 178: Checking geocodings ** [01:03:58 2020-06-13] 178: Checking synchronizations ** [01:03:58 2020-06-13] 178: Checking tracker ** [01:03:58 2020-06-13] 178: Checking user_migrations ** [01:03:58 2020-06-13] 178: Checking batch_updates ** [01:03:58 2020-06-13] 178: Checking gears ** [01:03:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:03:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:03 2020-06-13] 178: Checking imports ** [01:04:03 2020-06-13] 178: Checking exports ** [01:04:03 2020-06-13] 178: Checking users ** [01:04:03 2020-06-13] 178: Checking user_dbs ** [01:04:03 2020-06-13] 178: Checking geocodings ** [01:04:03 2020-06-13] 178: Checking synchronizations ** [01:04:03 2020-06-13] 178: Checking tracker ** [01:04:03 2020-06-13] 178: Checking user_migrations ** [01:04:03 2020-06-13] 178: Checking batch_updates ** [01:04:03 2020-06-13] 178: Checking gears ** [01:04:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:04:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:08 2020-06-13] 178: Checking imports ** [01:04:08 2020-06-13] 178: Checking exports ** [01:04:08 2020-06-13] 178: Checking users ** [01:04:08 2020-06-13] 178: Checking user_dbs ** [01:04:08 2020-06-13] 178: Checking geocodings ** [01:04:08 2020-06-13] 178: Checking synchronizations ** [01:04:08 2020-06-13] 178: Checking tracker ** [01:04:08 2020-06-13] 178: Checking user_migrations ** [01:04:08 2020-06-13] 178: Checking batch_updates ** [01:04:08 2020-06-13] 178: Checking gears ** [01:04:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:04:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:13 2020-06-13] 178: Checking imports ** [01:04:13 2020-06-13] 178: Checking exports ** [01:04:13 2020-06-13] 178: Checking users ** [01:04:13 2020-06-13] 178: Checking user_dbs ** [01:04:13 2020-06-13] 178: Checking geocodings ** [01:04:13 2020-06-13] 178: Checking synchronizations ** [01:04:13 2020-06-13] 178: Checking tracker ** [01:04:13 2020-06-13] 178: Checking user_migrations ** [01:04:13 2020-06-13] 178: Checking batch_updates ** [01:04:13 2020-06-13] 178: Checking gears ** [01:04:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:04:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:18 2020-06-13] 178: Checking imports ** [01:04:18 2020-06-13] 178: Checking exports ** [01:04:18 2020-06-13] 178: Checking users ** [01:04:18 2020-06-13] 178: Checking user_dbs ** [01:04:18 2020-06-13] 178: Checking geocodings ** [01:04:18 2020-06-13] 178: Checking synchronizations ** [01:04:18 2020-06-13] 178: Checking tracker ** [01:04:18 2020-06-13] 178: Checking user_migrations ** [01:04:18 2020-06-13] 178: Checking batch_updates ** [01:04:18 2020-06-13] 178: Checking gears ** [01:04:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:04:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:23 2020-06-13] 178: Checking imports ** [01:04:23 2020-06-13] 178: Checking exports ** [01:04:23 2020-06-13] 178: Checking users ** [01:04:23 2020-06-13] 178: Checking user_dbs ** [01:04:23 2020-06-13] 178: Checking geocodings ** [01:04:23 2020-06-13] 178: Checking synchronizations ** [01:04:23 2020-06-13] 178: Checking tracker ** [01:04:23 2020-06-13] 178: Checking user_migrations ** [01:04:23 2020-06-13] 178: Checking batch_updates ** [01:04:23 2020-06-13] 178: Checking gears ** [01:04:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:04:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:28 2020-06-13] 178: Checking imports ** [01:04:28 2020-06-13] 178: Checking exports ** [01:04:28 2020-06-13] 178: Checking users ** [01:04:28 2020-06-13] 178: Checking user_dbs ** [01:04:28 2020-06-13] 178: Checking geocodings ** [01:04:28 2020-06-13] 178: Checking synchronizations ** [01:04:28 2020-06-13] 178: Checking tracker ** [01:04:28 2020-06-13] 178: Checking user_migrations ** [01:04:28 2020-06-13] 178: Checking batch_updates ** [01:04:28 2020-06-13] 178: Checking gears ** [01:04:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:04:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:33 2020-06-13] 178: Checking imports ** [01:04:33 2020-06-13] 178: Checking exports ** [01:04:33 2020-06-13] 178: Checking users ** [01:04:33 2020-06-13] 178: Checking user_dbs ** [01:04:33 2020-06-13] 178: Checking geocodings ** [01:04:33 2020-06-13] 178: Checking synchronizations ** [01:04:33 2020-06-13] 178: Checking tracker ** [01:04:33 2020-06-13] 178: Checking user_migrations ** [01:04:33 2020-06-13] 178: Checking batch_updates ** [01:04:33 2020-06-13] 178: Checking gears ** [01:04:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:04:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:38 2020-06-13] 178: Checking imports ** [01:04:38 2020-06-13] 178: Checking exports ** [01:04:38 2020-06-13] 178: Checking users ** [01:04:38 2020-06-13] 178: Checking user_dbs ** [01:04:38 2020-06-13] 178: Checking geocodings ** [01:04:38 2020-06-13] 178: Checking synchronizations ** [01:04:38 2020-06-13] 178: Checking tracker ** [01:04:38 2020-06-13] 178: Checking user_migrations ** [01:04:38 2020-06-13] 178: Checking batch_updates ** [01:04:38 2020-06-13] 178: Checking gears ** [01:04:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:04:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:43 2020-06-13] 178: Checking imports ** [01:04:43 2020-06-13] 178: Checking exports ** [01:04:43 2020-06-13] 178: Checking users ** [01:04:43 2020-06-13] 178: Checking user_dbs ** [01:04:43 2020-06-13] 178: Checking geocodings ** [01:04:43 2020-06-13] 178: Checking synchronizations ** [01:04:43 2020-06-13] 178: Checking tracker ** [01:04:43 2020-06-13] 178: Checking user_migrations ** [01:04:43 2020-06-13] 178: Checking batch_updates ** [01:04:43 2020-06-13] 178: Checking gears ** [01:04:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:04:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:48 2020-06-13] 178: Checking imports ** [01:04:48 2020-06-13] 178: Checking exports ** [01:04:48 2020-06-13] 178: Checking users ** [01:04:48 2020-06-13] 178: Checking user_dbs ** [01:04:48 2020-06-13] 178: Checking geocodings ** [01:04:48 2020-06-13] 178: Checking synchronizations ** [01:04:48 2020-06-13] 178: Checking tracker ** [01:04:48 2020-06-13] 178: Checking user_migrations ** [01:04:48 2020-06-13] 178: Checking batch_updates ** [01:04:48 2020-06-13] 178: Checking gears ** [01:04:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:04:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:53 2020-06-13] 178: Checking imports ** [01:04:53 2020-06-13] 178: Checking exports ** [01:04:53 2020-06-13] 178: Checking users ** [01:04:53 2020-06-13] 178: Checking user_dbs ** [01:04:53 2020-06-13] 178: Checking geocodings ** [01:04:53 2020-06-13] 178: Checking synchronizations ** [01:04:53 2020-06-13] 178: Checking tracker ** [01:04:53 2020-06-13] 178: Checking user_migrations ** [01:04:53 2020-06-13] 178: Checking batch_updates ** [01:04:53 2020-06-13] 178: Checking gears ** [01:04:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:04:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:59 2020-06-13] 178: Checking imports ** [01:04:59 2020-06-13] 178: Checking exports ** [01:04:59 2020-06-13] 178: Checking users ** [01:04:59 2020-06-13] 178: Checking user_dbs ** [01:04:59 2020-06-13] 178: Checking geocodings ** [01:04:59 2020-06-13] 178: Checking synchronizations ** [01:04:59 2020-06-13] 178: Checking tracker ** [01:04:59 2020-06-13] 178: Checking user_migrations ** [01:04:59 2020-06-13] 178: Checking batch_updates ** [01:04:59 2020-06-13] 178: Checking gears ** [01:04:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:04:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:04 2020-06-13] 178: Checking imports ** [01:05:04 2020-06-13] 178: Checking exports ** [01:05:04 2020-06-13] 178: Checking users ** [01:05:04 2020-06-13] 178: Checking user_dbs ** [01:05:04 2020-06-13] 178: Checking geocodings ** [01:05:04 2020-06-13] 178: Checking synchronizations ** [01:05:04 2020-06-13] 178: Checking tracker ** [01:05:04 2020-06-13] 178: Checking user_migrations ** [01:05:04 2020-06-13] 178: Checking batch_updates ** [01:05:04 2020-06-13] 178: Checking gears ** [01:05:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:05:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:09 2020-06-13] 178: Checking imports ** [01:05:09 2020-06-13] 178: Checking exports ** [01:05:09 2020-06-13] 178: Checking users ** [01:05:09 2020-06-13] 178: Checking user_dbs ** [01:05:09 2020-06-13] 178: Checking geocodings ** [01:05:09 2020-06-13] 178: Checking synchronizations ** [01:05:09 2020-06-13] 178: Checking tracker ** [01:05:09 2020-06-13] 178: Checking user_migrations ** [01:05:09 2020-06-13] 178: Checking batch_updates ** [01:05:09 2020-06-13] 178: Checking gears ** [01:05:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:05:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:14 2020-06-13] 178: Checking imports ** [01:05:14 2020-06-13] 178: Checking exports ** [01:05:14 2020-06-13] 178: Checking users ** [01:05:14 2020-06-13] 178: Checking user_dbs ** [01:05:14 2020-06-13] 178: Checking geocodings ** [01:05:14 2020-06-13] 178: Checking synchronizations ** [01:05:14 2020-06-13] 178: Checking tracker ** [01:05:14 2020-06-13] 178: Checking user_migrations ** [01:05:14 2020-06-13] 178: Checking batch_updates ** [01:05:14 2020-06-13] 178: Checking gears ** [01:05:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:05:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:19 2020-06-13] 178: Checking imports ** [01:05:19 2020-06-13] 178: Checking exports ** [01:05:19 2020-06-13] 178: Checking users ** [01:05:19 2020-06-13] 178: Checking user_dbs ** [01:05:19 2020-06-13] 178: Checking geocodings ** [01:05:19 2020-06-13] 178: Checking synchronizations ** [01:05:19 2020-06-13] 178: Checking tracker ** [01:05:19 2020-06-13] 178: Checking user_migrations ** [01:05:19 2020-06-13] 178: Checking batch_updates ** [01:05:19 2020-06-13] 178: Checking gears ** [01:05:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:05:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:24 2020-06-13] 178: Checking imports ** [01:05:24 2020-06-13] 178: Checking exports ** [01:05:24 2020-06-13] 178: Checking users ** [01:05:24 2020-06-13] 178: Checking user_dbs ** [01:05:24 2020-06-13] 178: Checking geocodings ** [01:05:24 2020-06-13] 178: Checking synchronizations ** [01:05:24 2020-06-13] 178: Checking tracker ** [01:05:24 2020-06-13] 178: Checking user_migrations ** [01:05:24 2020-06-13] 178: Checking batch_updates ** [01:05:24 2020-06-13] 178: Checking gears ** [01:05:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:05:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:29 2020-06-13] 178: Checking imports ** [01:05:29 2020-06-13] 178: Checking exports ** [01:05:29 2020-06-13] 178: Checking users ** [01:05:29 2020-06-13] 178: Checking user_dbs ** [01:05:29 2020-06-13] 178: Checking geocodings ** [01:05:29 2020-06-13] 178: Checking synchronizations ** [01:05:29 2020-06-13] 178: Checking tracker ** [01:05:29 2020-06-13] 178: Checking user_migrations ** [01:05:29 2020-06-13] 178: Checking batch_updates ** [01:05:29 2020-06-13] 178: Checking gears ** [01:05:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:05:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:34 2020-06-13] 178: Checking imports ** [01:05:34 2020-06-13] 178: Checking exports ** [01:05:34 2020-06-13] 178: Checking users ** [01:05:34 2020-06-13] 178: Checking user_dbs ** [01:05:34 2020-06-13] 178: Checking geocodings ** [01:05:34 2020-06-13] 178: Checking synchronizations ** [01:05:34 2020-06-13] 178: Checking tracker ** [01:05:34 2020-06-13] 178: Checking user_migrations ** [01:05:34 2020-06-13] 178: Checking batch_updates ** [01:05:34 2020-06-13] 178: Checking gears ** [01:05:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:05:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:39 2020-06-13] 178: Checking imports ** [01:05:39 2020-06-13] 178: Checking exports ** [01:05:39 2020-06-13] 178: Checking users ** [01:05:39 2020-06-13] 178: Checking user_dbs ** [01:05:39 2020-06-13] 178: Checking geocodings ** [01:05:39 2020-06-13] 178: Checking synchronizations ** [01:05:39 2020-06-13] 178: Checking tracker ** [01:05:39 2020-06-13] 178: Checking user_migrations ** [01:05:39 2020-06-13] 178: Checking batch_updates ** [01:05:39 2020-06-13] 178: Checking gears ** [01:05:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:05:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:44 2020-06-13] 178: Checking imports ** [01:05:44 2020-06-13] 178: Checking exports ** [01:05:44 2020-06-13] 178: Checking users ** [01:05:44 2020-06-13] 178: Checking user_dbs ** [01:05:44 2020-06-13] 178: Checking geocodings ** [01:05:44 2020-06-13] 178: Checking synchronizations ** [01:05:44 2020-06-13] 178: Checking tracker ** [01:05:44 2020-06-13] 178: Checking user_migrations ** [01:05:44 2020-06-13] 178: Checking batch_updates ** [01:05:44 2020-06-13] 178: Checking gears ** [01:05:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:05:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:49 2020-06-13] 178: Checking imports ** [01:05:49 2020-06-13] 178: Checking exports ** [01:05:49 2020-06-13] 178: Checking users ** [01:05:49 2020-06-13] 178: Checking user_dbs ** [01:05:49 2020-06-13] 178: Checking geocodings ** [01:05:49 2020-06-13] 178: Checking synchronizations ** [01:05:49 2020-06-13] 178: Checking tracker ** [01:05:49 2020-06-13] 178: Checking user_migrations ** [01:05:49 2020-06-13] 178: Checking batch_updates ** [01:05:49 2020-06-13] 178: Checking gears ** [01:05:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:05:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:54 2020-06-13] 178: Checking imports ** [01:05:54 2020-06-13] 178: Checking exports ** [01:05:54 2020-06-13] 178: Checking users ** [01:05:54 2020-06-13] 178: Checking user_dbs ** [01:05:54 2020-06-13] 178: Checking geocodings ** [01:05:54 2020-06-13] 178: Checking synchronizations ** [01:05:54 2020-06-13] 178: Checking tracker ** [01:05:54 2020-06-13] 178: Checking user_migrations ** [01:05:54 2020-06-13] 178: Checking batch_updates ** [01:05:54 2020-06-13] 178: Checking gears ** [01:05:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:05:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:59 2020-06-13] 178: Checking imports ** [01:05:59 2020-06-13] 178: Checking exports ** [01:05:59 2020-06-13] 178: Checking users ** [01:05:59 2020-06-13] 178: Checking user_dbs ** [01:05:59 2020-06-13] 178: Checking geocodings ** [01:05:59 2020-06-13] 178: Checking synchronizations ** [01:05:59 2020-06-13] 178: Checking tracker ** [01:05:59 2020-06-13] 178: Checking user_migrations ** [01:05:59 2020-06-13] 178: Checking batch_updates ** [01:05:59 2020-06-13] 178: Checking gears ** [01:05:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:05:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:04 2020-06-13] 178: Checking imports ** [01:06:04 2020-06-13] 178: Checking exports ** [01:06:04 2020-06-13] 178: Checking users ** [01:06:04 2020-06-13] 178: Checking user_dbs ** [01:06:04 2020-06-13] 178: Checking geocodings ** [01:06:04 2020-06-13] 178: Checking synchronizations ** [01:06:04 2020-06-13] 178: Checking tracker ** [01:06:04 2020-06-13] 178: Checking user_migrations ** [01:06:04 2020-06-13] 178: Checking batch_updates ** [01:06:04 2020-06-13] 178: Checking gears ** [01:06:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:06:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:09 2020-06-13] 178: Checking imports ** [01:06:09 2020-06-13] 178: Checking exports ** [01:06:09 2020-06-13] 178: Checking users ** [01:06:09 2020-06-13] 178: Checking user_dbs ** [01:06:09 2020-06-13] 178: Checking geocodings ** [01:06:09 2020-06-13] 178: Checking synchronizations ** [01:06:09 2020-06-13] 178: Checking tracker ** [01:06:09 2020-06-13] 178: Checking user_migrations ** [01:06:09 2020-06-13] 178: Checking batch_updates ** [01:06:09 2020-06-13] 178: Checking gears ** [01:06:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:06:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:14 2020-06-13] 178: Checking imports ** [01:06:14 2020-06-13] 178: Checking exports ** [01:06:14 2020-06-13] 178: Checking users ** [01:06:14 2020-06-13] 178: Checking user_dbs ** [01:06:14 2020-06-13] 178: Checking geocodings ** [01:06:14 2020-06-13] 178: Checking synchronizations ** [01:06:14 2020-06-13] 178: Checking tracker ** [01:06:14 2020-06-13] 178: Checking user_migrations ** [01:06:14 2020-06-13] 178: Checking batch_updates ** [01:06:14 2020-06-13] 178: Checking gears ** [01:06:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:06:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:19 2020-06-13] 178: Checking imports ** [01:06:19 2020-06-13] 178: Checking exports ** [01:06:19 2020-06-13] 178: Checking users ** [01:06:19 2020-06-13] 178: Checking user_dbs ** [01:06:19 2020-06-13] 178: Checking geocodings ** [01:06:19 2020-06-13] 178: Checking synchronizations ** [01:06:19 2020-06-13] 178: Checking tracker ** [01:06:19 2020-06-13] 178: Checking user_migrations ** [01:06:19 2020-06-13] 178: Checking batch_updates ** [01:06:19 2020-06-13] 178: Checking gears ** [01:06:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:06:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:24 2020-06-13] 178: Checking imports ** [01:06:24 2020-06-13] 178: Checking exports ** [01:06:24 2020-06-13] 178: Checking users ** [01:06:24 2020-06-13] 178: Checking user_dbs ** [01:06:24 2020-06-13] 178: Checking geocodings ** [01:06:24 2020-06-13] 178: Checking synchronizations ** [01:06:24 2020-06-13] 178: Checking tracker ** [01:06:24 2020-06-13] 178: Checking user_migrations ** [01:06:24 2020-06-13] 178: Checking batch_updates ** [01:06:24 2020-06-13] 178: Checking gears ** [01:06:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:06:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:29 2020-06-13] 178: Checking imports ** [01:06:29 2020-06-13] 178: Checking exports ** [01:06:29 2020-06-13] 178: Checking users ** [01:06:29 2020-06-13] 178: Checking user_dbs ** [01:06:29 2020-06-13] 178: Checking geocodings ** [01:06:29 2020-06-13] 178: Checking synchronizations ** [01:06:29 2020-06-13] 178: Checking tracker ** [01:06:29 2020-06-13] 178: Checking user_migrations ** [01:06:29 2020-06-13] 178: Checking batch_updates ** [01:06:29 2020-06-13] 178: Checking gears ** [01:06:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:06:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:34 2020-06-13] 178: Checking imports ** [01:06:34 2020-06-13] 178: Checking exports ** [01:06:34 2020-06-13] 178: Checking users ** [01:06:34 2020-06-13] 178: Checking user_dbs ** [01:06:34 2020-06-13] 178: Checking geocodings ** [01:06:34 2020-06-13] 178: Checking synchronizations ** [01:06:34 2020-06-13] 178: Checking tracker ** [01:06:34 2020-06-13] 178: Checking user_migrations ** [01:06:34 2020-06-13] 178: Checking batch_updates ** [01:06:34 2020-06-13] 178: Checking gears ** [01:06:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:06:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:39 2020-06-13] 178: Checking imports ** [01:06:39 2020-06-13] 178: Checking exports ** [01:06:39 2020-06-13] 178: Checking users ** [01:06:39 2020-06-13] 178: Checking user_dbs ** [01:06:39 2020-06-13] 178: Checking geocodings ** [01:06:39 2020-06-13] 178: Checking synchronizations ** [01:06:39 2020-06-13] 178: Checking tracker ** [01:06:39 2020-06-13] 178: Checking user_migrations ** [01:06:39 2020-06-13] 178: Checking batch_updates ** [01:06:39 2020-06-13] 178: Checking gears ** [01:06:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:06:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:44 2020-06-13] 178: Checking imports ** [01:06:44 2020-06-13] 178: Checking exports ** [01:06:44 2020-06-13] 178: Checking users ** [01:06:44 2020-06-13] 178: Checking user_dbs ** [01:06:44 2020-06-13] 178: Checking geocodings ** [01:06:44 2020-06-13] 178: Checking synchronizations ** [01:06:44 2020-06-13] 178: Checking tracker ** [01:06:44 2020-06-13] 178: Checking user_migrations ** [01:06:44 2020-06-13] 178: Checking batch_updates ** [01:06:44 2020-06-13] 178: Checking gears ** [01:06:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:06:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:49 2020-06-13] 178: Checking imports ** [01:06:49 2020-06-13] 178: Checking exports ** [01:06:49 2020-06-13] 178: Checking users ** [01:06:49 2020-06-13] 178: Checking user_dbs ** [01:06:49 2020-06-13] 178: Checking geocodings ** [01:06:49 2020-06-13] 178: Checking synchronizations ** [01:06:49 2020-06-13] 178: Checking tracker ** [01:06:49 2020-06-13] 178: Checking user_migrations ** [01:06:49 2020-06-13] 178: Checking batch_updates ** [01:06:49 2020-06-13] 178: Checking gears ** [01:06:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:06:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:54 2020-06-13] 178: Checking imports ** [01:06:54 2020-06-13] 178: Checking exports ** [01:06:54 2020-06-13] 178: Checking users ** [01:06:54 2020-06-13] 178: Checking user_dbs ** [01:06:54 2020-06-13] 178: Checking geocodings ** [01:06:54 2020-06-13] 178: Checking synchronizations ** [01:06:54 2020-06-13] 178: Checking tracker ** [01:06:54 2020-06-13] 178: Checking user_migrations ** [01:06:54 2020-06-13] 178: Checking batch_updates ** [01:06:54 2020-06-13] 178: Checking gears ** [01:06:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:06:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:59 2020-06-13] 178: Checking imports ** [01:06:59 2020-06-13] 178: Checking exports ** [01:06:59 2020-06-13] 178: Checking users ** [01:06:59 2020-06-13] 178: Checking user_dbs ** [01:06:59 2020-06-13] 178: Checking geocodings ** [01:06:59 2020-06-13] 178: Checking synchronizations ** [01:06:59 2020-06-13] 178: Checking tracker ** [01:06:59 2020-06-13] 178: Checking user_migrations ** [01:06:59 2020-06-13] 178: Checking batch_updates ** [01:06:59 2020-06-13] 178: Checking gears ** [01:06:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:06:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:04 2020-06-13] 178: Checking imports ** [01:07:04 2020-06-13] 178: Checking exports ** [01:07:04 2020-06-13] 178: Checking users ** [01:07:04 2020-06-13] 178: Checking user_dbs ** [01:07:04 2020-06-13] 178: Checking geocodings ** [01:07:04 2020-06-13] 178: Checking synchronizations ** [01:07:04 2020-06-13] 178: Checking tracker ** [01:07:04 2020-06-13] 178: Checking user_migrations ** [01:07:04 2020-06-13] 178: Checking batch_updates ** [01:07:04 2020-06-13] 178: Checking gears ** [01:07:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:07:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:09 2020-06-13] 178: Checking imports ** [01:07:09 2020-06-13] 178: Checking exports ** [01:07:09 2020-06-13] 178: Checking users ** [01:07:09 2020-06-13] 178: Checking user_dbs ** [01:07:09 2020-06-13] 178: Checking geocodings ** [01:07:09 2020-06-13] 178: Checking synchronizations ** [01:07:09 2020-06-13] 178: Checking tracker ** [01:07:09 2020-06-13] 178: Checking user_migrations ** [01:07:09 2020-06-13] 178: Checking batch_updates ** [01:07:09 2020-06-13] 178: Checking gears ** [01:07:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:07:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:14 2020-06-13] 178: Checking imports ** [01:07:14 2020-06-13] 178: Checking exports ** [01:07:14 2020-06-13] 178: Checking users ** [01:07:14 2020-06-13] 178: Checking user_dbs ** [01:07:14 2020-06-13] 178: Checking geocodings ** [01:07:14 2020-06-13] 178: Checking synchronizations ** [01:07:14 2020-06-13] 178: Checking tracker ** [01:07:14 2020-06-13] 178: Checking user_migrations ** [01:07:14 2020-06-13] 178: Checking batch_updates ** [01:07:14 2020-06-13] 178: Checking gears ** [01:07:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:07:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:19 2020-06-13] 178: Checking imports ** [01:07:19 2020-06-13] 178: Checking exports ** [01:07:19 2020-06-13] 178: Checking users ** [01:07:19 2020-06-13] 178: Checking user_dbs ** [01:07:19 2020-06-13] 178: Checking geocodings ** [01:07:19 2020-06-13] 178: Checking synchronizations ** [01:07:19 2020-06-13] 178: Checking tracker ** [01:07:19 2020-06-13] 178: Checking user_migrations ** [01:07:19 2020-06-13] 178: Checking batch_updates ** [01:07:19 2020-06-13] 178: Checking gears ** [01:07:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:07:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:24 2020-06-13] 178: Checking imports ** [01:07:24 2020-06-13] 178: Checking exports ** [01:07:24 2020-06-13] 178: Checking users ** [01:07:24 2020-06-13] 178: Checking user_dbs ** [01:07:24 2020-06-13] 178: Checking geocodings ** [01:07:24 2020-06-13] 178: Checking synchronizations ** [01:07:24 2020-06-13] 178: Checking tracker ** [01:07:24 2020-06-13] 178: Checking user_migrations ** [01:07:24 2020-06-13] 178: Checking batch_updates ** [01:07:24 2020-06-13] 178: Checking gears ** [01:07:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:07:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:29 2020-06-13] 178: Checking imports ** [01:07:29 2020-06-13] 178: Checking exports ** [01:07:29 2020-06-13] 178: Checking users ** [01:07:29 2020-06-13] 178: Checking user_dbs ** [01:07:29 2020-06-13] 178: Checking geocodings ** [01:07:29 2020-06-13] 178: Checking synchronizations ** [01:07:29 2020-06-13] 178: Checking tracker ** [01:07:29 2020-06-13] 178: Checking user_migrations ** [01:07:29 2020-06-13] 178: Checking batch_updates ** [01:07:29 2020-06-13] 178: Checking gears ** [01:07:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:07:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:34 2020-06-13] 178: Checking imports ** [01:07:34 2020-06-13] 178: Checking exports ** [01:07:34 2020-06-13] 178: Checking users ** [01:07:34 2020-06-13] 178: Checking user_dbs ** [01:07:34 2020-06-13] 178: Checking geocodings ** [01:07:34 2020-06-13] 178: Checking synchronizations ** [01:07:34 2020-06-13] 178: Checking tracker ** [01:07:34 2020-06-13] 178: Checking user_migrations ** [01:07:34 2020-06-13] 178: Checking batch_updates ** [01:07:34 2020-06-13] 178: Checking gears ** [01:07:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:07:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:39 2020-06-13] 178: Checking imports ** [01:07:39 2020-06-13] 178: Checking exports ** [01:07:39 2020-06-13] 178: Checking users ** [01:07:39 2020-06-13] 178: Checking user_dbs ** [01:07:39 2020-06-13] 178: Checking geocodings ** [01:07:39 2020-06-13] 178: Checking synchronizations ** [01:07:39 2020-06-13] 178: Checking tracker ** [01:07:39 2020-06-13] 178: Checking user_migrations ** [01:07:39 2020-06-13] 178: Checking batch_updates ** [01:07:39 2020-06-13] 178: Checking gears ** [01:07:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:07:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:44 2020-06-13] 178: Checking imports ** [01:07:44 2020-06-13] 178: Checking exports ** [01:07:44 2020-06-13] 178: Checking users ** [01:07:44 2020-06-13] 178: Checking user_dbs ** [01:07:44 2020-06-13] 178: Checking geocodings ** [01:07:44 2020-06-13] 178: Checking synchronizations ** [01:07:44 2020-06-13] 178: Checking tracker ** [01:07:44 2020-06-13] 178: Checking user_migrations ** [01:07:44 2020-06-13] 178: Checking batch_updates ** [01:07:44 2020-06-13] 178: Checking gears ** [01:07:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:07:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:49 2020-06-13] 178: Checking imports ** [01:07:49 2020-06-13] 178: Checking exports ** [01:07:49 2020-06-13] 178: Checking users ** [01:07:49 2020-06-13] 178: Checking user_dbs ** [01:07:49 2020-06-13] 178: Checking geocodings ** [01:07:49 2020-06-13] 178: Checking synchronizations ** [01:07:49 2020-06-13] 178: Checking tracker ** [01:07:49 2020-06-13] 178: Checking user_migrations ** [01:07:49 2020-06-13] 178: Checking batch_updates ** [01:07:49 2020-06-13] 178: Checking gears ** [01:07:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:07:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:54 2020-06-13] 178: Checking imports ** [01:07:54 2020-06-13] 178: Checking exports ** [01:07:54 2020-06-13] 178: Checking users ** [01:07:54 2020-06-13] 178: Checking user_dbs ** [01:07:54 2020-06-13] 178: Checking geocodings ** [01:07:54 2020-06-13] 178: Checking synchronizations ** [01:07:54 2020-06-13] 178: Checking tracker ** [01:07:54 2020-06-13] 178: Checking user_migrations ** [01:07:54 2020-06-13] 178: Checking batch_updates ** [01:07:54 2020-06-13] 178: Checking gears ** [01:07:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:07:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:59 2020-06-13] 178: Checking imports ** [01:07:59 2020-06-13] 178: Checking exports ** [01:07:59 2020-06-13] 178: Checking users ** [01:07:59 2020-06-13] 178: Checking user_dbs ** [01:07:59 2020-06-13] 178: Checking geocodings ** [01:07:59 2020-06-13] 178: Checking synchronizations ** [01:07:59 2020-06-13] 178: Checking tracker ** [01:07:59 2020-06-13] 178: Checking user_migrations ** [01:07:59 2020-06-13] 178: Checking batch_updates ** [01:07:59 2020-06-13] 178: Checking gears ** [01:07:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:07:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:04 2020-06-13] 178: Checking imports ** [01:08:04 2020-06-13] 178: Checking exports ** [01:08:04 2020-06-13] 178: Checking users ** [01:08:04 2020-06-13] 178: Checking user_dbs ** [01:08:04 2020-06-13] 178: Checking geocodings ** [01:08:04 2020-06-13] 178: Checking synchronizations ** [01:08:04 2020-06-13] 178: Checking tracker ** [01:08:04 2020-06-13] 178: Checking user_migrations ** [01:08:04 2020-06-13] 178: Checking batch_updates ** [01:08:04 2020-06-13] 178: Checking gears ** [01:08:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:08:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:09 2020-06-13] 178: Checking imports ** [01:08:09 2020-06-13] 178: Checking exports ** [01:08:09 2020-06-13] 178: Checking users ** [01:08:09 2020-06-13] 178: Checking user_dbs ** [01:08:09 2020-06-13] 178: Checking geocodings ** [01:08:09 2020-06-13] 178: Checking synchronizations ** [01:08:09 2020-06-13] 178: Checking tracker ** [01:08:09 2020-06-13] 178: Checking user_migrations ** [01:08:09 2020-06-13] 178: Checking batch_updates ** [01:08:09 2020-06-13] 178: Checking gears ** [01:08:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:08:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:14 2020-06-13] 178: Checking imports ** [01:08:14 2020-06-13] 178: Checking exports ** [01:08:14 2020-06-13] 178: Checking users ** [01:08:14 2020-06-13] 178: Checking user_dbs ** [01:08:14 2020-06-13] 178: Checking geocodings ** [01:08:14 2020-06-13] 178: Checking synchronizations ** [01:08:14 2020-06-13] 178: Checking tracker ** [01:08:14 2020-06-13] 178: Checking user_migrations ** [01:08:14 2020-06-13] 178: Checking batch_updates ** [01:08:14 2020-06-13] 178: Checking gears ** [01:08:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:08:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:19 2020-06-13] 178: Checking imports ** [01:08:19 2020-06-13] 178: Checking exports ** [01:08:19 2020-06-13] 178: Checking users ** [01:08:19 2020-06-13] 178: Checking user_dbs ** [01:08:19 2020-06-13] 178: Checking geocodings ** [01:08:19 2020-06-13] 178: Checking synchronizations ** [01:08:19 2020-06-13] 178: Checking tracker ** [01:08:19 2020-06-13] 178: Checking user_migrations ** [01:08:19 2020-06-13] 178: Checking batch_updates ** [01:08:19 2020-06-13] 178: Checking gears ** [01:08:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:08:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:24 2020-06-13] 178: Checking imports ** [01:08:24 2020-06-13] 178: Checking exports ** [01:08:24 2020-06-13] 178: Checking users ** [01:08:24 2020-06-13] 178: Checking user_dbs ** [01:08:24 2020-06-13] 178: Checking geocodings ** [01:08:24 2020-06-13] 178: Checking synchronizations ** [01:08:24 2020-06-13] 178: Checking tracker ** [01:08:24 2020-06-13] 178: Checking user_migrations ** [01:08:24 2020-06-13] 178: Checking batch_updates ** [01:08:24 2020-06-13] 178: Checking gears ** [01:08:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:08:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:29 2020-06-13] 178: Checking imports ** [01:08:29 2020-06-13] 178: Checking exports ** [01:08:29 2020-06-13] 178: Checking users ** [01:08:29 2020-06-13] 178: Checking user_dbs ** [01:08:29 2020-06-13] 178: Checking geocodings ** [01:08:29 2020-06-13] 178: Checking synchronizations ** [01:08:29 2020-06-13] 178: Checking tracker ** [01:08:29 2020-06-13] 178: Checking user_migrations ** [01:08:29 2020-06-13] 178: Checking batch_updates ** [01:08:29 2020-06-13] 178: Checking gears ** [01:08:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:08:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:34 2020-06-13] 178: Checking imports ** [01:08:34 2020-06-13] 178: Checking exports ** [01:08:34 2020-06-13] 178: Checking users ** [01:08:34 2020-06-13] 178: Checking user_dbs ** [01:08:34 2020-06-13] 178: Checking geocodings ** [01:08:34 2020-06-13] 178: Checking synchronizations ** [01:08:34 2020-06-13] 178: Checking tracker ** [01:08:34 2020-06-13] 178: Checking user_migrations ** [01:08:34 2020-06-13] 178: Checking batch_updates ** [01:08:34 2020-06-13] 178: Checking gears ** [01:08:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:08:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:39 2020-06-13] 178: Checking imports ** [01:08:39 2020-06-13] 178: Checking exports ** [01:08:39 2020-06-13] 178: Checking users ** [01:08:39 2020-06-13] 178: Checking user_dbs ** [01:08:39 2020-06-13] 178: Checking geocodings ** [01:08:39 2020-06-13] 178: Checking synchronizations ** [01:08:39 2020-06-13] 178: Checking tracker ** [01:08:39 2020-06-13] 178: Checking user_migrations ** [01:08:39 2020-06-13] 178: Checking batch_updates ** [01:08:39 2020-06-13] 178: Checking gears ** [01:08:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:08:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:44 2020-06-13] 178: Checking imports ** [01:08:44 2020-06-13] 178: Checking exports ** [01:08:44 2020-06-13] 178: Checking users ** [01:08:44 2020-06-13] 178: Checking user_dbs ** [01:08:44 2020-06-13] 178: Checking geocodings ** [01:08:44 2020-06-13] 178: Checking synchronizations ** [01:08:44 2020-06-13] 178: Checking tracker ** [01:08:44 2020-06-13] 178: Checking user_migrations ** [01:08:44 2020-06-13] 178: Checking batch_updates ** [01:08:44 2020-06-13] 178: Checking gears ** [01:08:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:08:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:49 2020-06-13] 178: Checking imports ** [01:08:49 2020-06-13] 178: Checking exports ** [01:08:49 2020-06-13] 178: Checking users ** [01:08:49 2020-06-13] 178: Checking user_dbs ** [01:08:49 2020-06-13] 178: Checking geocodings ** [01:08:49 2020-06-13] 178: Checking synchronizations ** [01:08:49 2020-06-13] 178: Checking tracker ** [01:08:49 2020-06-13] 178: Checking user_migrations ** [01:08:49 2020-06-13] 178: Checking batch_updates ** [01:08:49 2020-06-13] 178: Checking gears ** [01:08:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:08:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:54 2020-06-13] 178: Checking imports ** [01:08:54 2020-06-13] 178: Checking exports ** [01:08:54 2020-06-13] 178: Checking users ** [01:08:54 2020-06-13] 178: Checking user_dbs ** [01:08:54 2020-06-13] 178: Checking geocodings ** [01:08:54 2020-06-13] 178: Checking synchronizations ** [01:08:54 2020-06-13] 178: Checking tracker ** [01:08:54 2020-06-13] 178: Checking user_migrations ** [01:08:54 2020-06-13] 178: Checking batch_updates ** [01:08:54 2020-06-13] 178: Checking gears ** [01:08:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:08:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:59 2020-06-13] 178: Checking imports ** [01:08:59 2020-06-13] 178: Checking exports ** [01:08:59 2020-06-13] 178: Checking users ** [01:08:59 2020-06-13] 178: Checking user_dbs ** [01:08:59 2020-06-13] 178: Checking geocodings ** [01:08:59 2020-06-13] 178: Checking synchronizations ** [01:08:59 2020-06-13] 178: Checking tracker ** [01:08:59 2020-06-13] 178: Checking user_migrations ** [01:08:59 2020-06-13] 178: Checking batch_updates ** [01:08:59 2020-06-13] 178: Checking gears ** [01:08:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:08:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:04 2020-06-13] 178: Checking imports ** [01:09:04 2020-06-13] 178: Checking exports ** [01:09:04 2020-06-13] 178: Checking users ** [01:09:04 2020-06-13] 178: Checking user_dbs ** [01:09:04 2020-06-13] 178: Checking geocodings ** [01:09:04 2020-06-13] 178: Checking synchronizations ** [01:09:04 2020-06-13] 178: Checking tracker ** [01:09:04 2020-06-13] 178: Checking user_migrations ** [01:09:04 2020-06-13] 178: Checking batch_updates ** [01:09:04 2020-06-13] 178: Checking gears ** [01:09:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:09:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:09 2020-06-13] 178: Checking imports ** [01:09:09 2020-06-13] 178: Checking exports ** [01:09:09 2020-06-13] 178: Checking users ** [01:09:09 2020-06-13] 178: Checking user_dbs ** [01:09:09 2020-06-13] 178: Checking geocodings ** [01:09:09 2020-06-13] 178: Checking synchronizations ** [01:09:09 2020-06-13] 178: Checking tracker ** [01:09:09 2020-06-13] 178: Checking user_migrations ** [01:09:09 2020-06-13] 178: Checking batch_updates ** [01:09:09 2020-06-13] 178: Checking gears ** [01:09:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:09:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:14 2020-06-13] 178: Checking imports ** [01:09:14 2020-06-13] 178: Checking exports ** [01:09:14 2020-06-13] 178: Checking users ** [01:09:14 2020-06-13] 178: Checking user_dbs ** [01:09:14 2020-06-13] 178: Checking geocodings ** [01:09:14 2020-06-13] 178: Checking synchronizations ** [01:09:14 2020-06-13] 178: Checking tracker ** [01:09:14 2020-06-13] 178: Checking user_migrations ** [01:09:14 2020-06-13] 178: Checking batch_updates ** [01:09:14 2020-06-13] 178: Checking gears ** [01:09:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:09:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:19 2020-06-13] 178: Checking imports ** [01:09:19 2020-06-13] 178: Checking exports ** [01:09:19 2020-06-13] 178: Checking users ** [01:09:19 2020-06-13] 178: Checking user_dbs ** [01:09:19 2020-06-13] 178: Checking geocodings ** [01:09:19 2020-06-13] 178: Checking synchronizations ** [01:09:19 2020-06-13] 178: Checking tracker ** [01:09:19 2020-06-13] 178: Checking user_migrations ** [01:09:19 2020-06-13] 178: Checking batch_updates ** [01:09:19 2020-06-13] 178: Checking gears ** [01:09:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:09:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:24 2020-06-13] 178: Checking imports ** [01:09:24 2020-06-13] 178: Checking exports ** [01:09:24 2020-06-13] 178: Checking users ** [01:09:24 2020-06-13] 178: Checking user_dbs ** [01:09:24 2020-06-13] 178: Checking geocodings ** [01:09:24 2020-06-13] 178: Checking synchronizations ** [01:09:24 2020-06-13] 178: Checking tracker ** [01:09:24 2020-06-13] 178: Checking user_migrations ** [01:09:24 2020-06-13] 178: Checking batch_updates ** [01:09:24 2020-06-13] 178: Checking gears ** [01:09:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:09:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:29 2020-06-13] 178: Checking imports ** [01:09:29 2020-06-13] 178: Checking exports ** [01:09:29 2020-06-13] 178: Checking users ** [01:09:29 2020-06-13] 178: Checking user_dbs ** [01:09:29 2020-06-13] 178: Checking geocodings ** [01:09:29 2020-06-13] 178: Checking synchronizations ** [01:09:29 2020-06-13] 178: Checking tracker ** [01:09:29 2020-06-13] 178: Checking user_migrations ** [01:09:29 2020-06-13] 178: Checking batch_updates ** [01:09:29 2020-06-13] 178: Checking gears ** [01:09:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:09:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:34 2020-06-13] 178: Checking imports ** [01:09:34 2020-06-13] 178: Checking exports ** [01:09:34 2020-06-13] 178: Checking users ** [01:09:34 2020-06-13] 178: Checking user_dbs ** [01:09:34 2020-06-13] 178: Checking geocodings ** [01:09:34 2020-06-13] 178: Checking synchronizations ** [01:09:34 2020-06-13] 178: Checking tracker ** [01:09:34 2020-06-13] 178: Checking user_migrations ** [01:09:34 2020-06-13] 178: Checking batch_updates ** [01:09:34 2020-06-13] 178: Checking gears ** [01:09:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:09:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:39 2020-06-13] 178: Checking imports ** [01:09:39 2020-06-13] 178: Checking exports ** [01:09:39 2020-06-13] 178: Checking users ** [01:09:39 2020-06-13] 178: Checking user_dbs ** [01:09:39 2020-06-13] 178: Checking geocodings ** [01:09:39 2020-06-13] 178: Checking synchronizations ** [01:09:39 2020-06-13] 178: Checking tracker ** [01:09:39 2020-06-13] 178: Checking user_migrations ** [01:09:39 2020-06-13] 178: Checking batch_updates ** [01:09:39 2020-06-13] 178: Checking gears ** [01:09:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:09:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:44 2020-06-13] 178: Checking imports ** [01:09:44 2020-06-13] 178: Checking exports ** [01:09:44 2020-06-13] 178: Checking users ** [01:09:44 2020-06-13] 178: Checking user_dbs ** [01:09:44 2020-06-13] 178: Checking geocodings ** [01:09:44 2020-06-13] 178: Checking synchronizations ** [01:09:44 2020-06-13] 178: Checking tracker ** [01:09:44 2020-06-13] 178: Checking user_migrations ** [01:09:44 2020-06-13] 178: Checking batch_updates ** [01:09:44 2020-06-13] 178: Checking gears ** [01:09:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:09:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:49 2020-06-13] 178: Checking imports ** [01:09:49 2020-06-13] 178: Checking exports ** [01:09:49 2020-06-13] 178: Checking users ** [01:09:49 2020-06-13] 178: Checking user_dbs ** [01:09:49 2020-06-13] 178: Checking geocodings ** [01:09:49 2020-06-13] 178: Checking synchronizations ** [01:09:49 2020-06-13] 178: Checking tracker ** [01:09:49 2020-06-13] 178: Checking user_migrations ** [01:09:49 2020-06-13] 178: Checking batch_updates ** [01:09:49 2020-06-13] 178: Checking gears ** [01:09:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:09:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:54 2020-06-13] 178: Checking imports ** [01:09:54 2020-06-13] 178: Checking exports ** [01:09:54 2020-06-13] 178: Checking users ** [01:09:54 2020-06-13] 178: Checking user_dbs ** [01:09:54 2020-06-13] 178: Checking geocodings ** [01:09:54 2020-06-13] 178: Checking synchronizations ** [01:09:54 2020-06-13] 178: Checking tracker ** [01:09:54 2020-06-13] 178: Checking user_migrations ** [01:09:54 2020-06-13] 178: Checking batch_updates ** [01:09:54 2020-06-13] 178: Checking gears ** [01:09:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:09:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:59 2020-06-13] 178: Checking imports ** [01:09:59 2020-06-13] 178: Checking exports ** [01:09:59 2020-06-13] 178: Checking users ** [01:09:59 2020-06-13] 178: Checking user_dbs ** [01:09:59 2020-06-13] 178: Checking geocodings ** [01:09:59 2020-06-13] 178: Checking synchronizations ** [01:09:59 2020-06-13] 178: Checking tracker ** [01:09:59 2020-06-13] 178: Checking user_migrations ** [01:09:59 2020-06-13] 178: Checking batch_updates ** [01:09:59 2020-06-13] 178: Checking gears ** [01:09:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:09:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:04 2020-06-13] 178: Checking imports ** [01:10:04 2020-06-13] 178: Checking exports ** [01:10:04 2020-06-13] 178: Checking users ** [01:10:04 2020-06-13] 178: Checking user_dbs ** [01:10:04 2020-06-13] 178: Checking geocodings ** [01:10:04 2020-06-13] 178: Checking synchronizations ** [01:10:04 2020-06-13] 178: Checking tracker ** [01:10:04 2020-06-13] 178: Checking user_migrations ** [01:10:04 2020-06-13] 178: Checking batch_updates ** [01:10:04 2020-06-13] 178: Checking gears ** [01:10:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:10:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:09 2020-06-13] 178: Checking imports ** [01:10:09 2020-06-13] 178: Checking exports ** [01:10:09 2020-06-13] 178: Checking users ** [01:10:09 2020-06-13] 178: Checking user_dbs ** [01:10:09 2020-06-13] 178: Checking geocodings ** [01:10:09 2020-06-13] 178: Checking synchronizations ** [01:10:09 2020-06-13] 178: Checking tracker ** [01:10:09 2020-06-13] 178: Checking user_migrations ** [01:10:09 2020-06-13] 178: Checking batch_updates ** [01:10:09 2020-06-13] 178: Checking gears ** [01:10:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:10:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:14 2020-06-13] 178: Checking imports ** [01:10:14 2020-06-13] 178: Checking exports ** [01:10:14 2020-06-13] 178: Checking users ** [01:10:14 2020-06-13] 178: Checking user_dbs ** [01:10:14 2020-06-13] 178: Checking geocodings ** [01:10:14 2020-06-13] 178: Checking synchronizations ** [01:10:14 2020-06-13] 178: Checking tracker ** [01:10:14 2020-06-13] 178: Checking user_migrations ** [01:10:14 2020-06-13] 178: Checking batch_updates ** [01:10:14 2020-06-13] 178: Checking gears ** [01:10:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:10:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:19 2020-06-13] 178: Checking imports ** [01:10:19 2020-06-13] 178: Checking exports ** [01:10:19 2020-06-13] 178: Checking users ** [01:10:19 2020-06-13] 178: Checking user_dbs ** [01:10:19 2020-06-13] 178: Checking geocodings ** [01:10:19 2020-06-13] 178: Checking synchronizations ** [01:10:19 2020-06-13] 178: Checking tracker ** [01:10:19 2020-06-13] 178: Checking user_migrations ** [01:10:19 2020-06-13] 178: Checking batch_updates ** [01:10:19 2020-06-13] 178: Checking gears ** [01:10:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:10:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:24 2020-06-13] 178: Checking imports ** [01:10:24 2020-06-13] 178: Checking exports ** [01:10:24 2020-06-13] 178: Checking users ** [01:10:24 2020-06-13] 178: Checking user_dbs ** [01:10:24 2020-06-13] 178: Checking geocodings ** [01:10:24 2020-06-13] 178: Checking synchronizations ** [01:10:24 2020-06-13] 178: Checking tracker ** [01:10:24 2020-06-13] 178: Checking user_migrations ** [01:10:24 2020-06-13] 178: Checking batch_updates ** [01:10:24 2020-06-13] 178: Checking gears ** [01:10:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:10:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:29 2020-06-13] 178: Checking imports ** [01:10:29 2020-06-13] 178: Checking exports ** [01:10:29 2020-06-13] 178: Checking users ** [01:10:29 2020-06-13] 178: Checking user_dbs ** [01:10:29 2020-06-13] 178: Checking geocodings ** [01:10:29 2020-06-13] 178: Checking synchronizations ** [01:10:29 2020-06-13] 178: Checking tracker ** [01:10:29 2020-06-13] 178: Checking user_migrations ** [01:10:29 2020-06-13] 178: Checking batch_updates ** [01:10:29 2020-06-13] 178: Checking gears ** [01:10:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:10:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:34 2020-06-13] 178: Checking imports ** [01:10:34 2020-06-13] 178: Checking exports ** [01:10:34 2020-06-13] 178: Checking users ** [01:10:34 2020-06-13] 178: Checking user_dbs ** [01:10:34 2020-06-13] 178: Checking geocodings ** [01:10:34 2020-06-13] 178: Checking synchronizations ** [01:10:34 2020-06-13] 178: Checking tracker ** [01:10:34 2020-06-13] 178: Checking user_migrations ** [01:10:34 2020-06-13] 178: Checking batch_updates ** [01:10:34 2020-06-13] 178: Checking gears ** [01:10:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:10:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:39 2020-06-13] 178: Checking imports ** [01:10:39 2020-06-13] 178: Checking exports ** [01:10:39 2020-06-13] 178: Checking users ** [01:10:39 2020-06-13] 178: Checking user_dbs ** [01:10:39 2020-06-13] 178: Checking geocodings ** [01:10:39 2020-06-13] 178: Checking synchronizations ** [01:10:39 2020-06-13] 178: Checking tracker ** [01:10:39 2020-06-13] 178: Checking user_migrations ** [01:10:39 2020-06-13] 178: Checking batch_updates ** [01:10:39 2020-06-13] 178: Checking gears ** [01:10:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:10:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:44 2020-06-13] 178: Checking imports ** [01:10:44 2020-06-13] 178: Checking exports ** [01:10:44 2020-06-13] 178: Checking users ** [01:10:44 2020-06-13] 178: Checking user_dbs ** [01:10:44 2020-06-13] 178: Checking geocodings ** [01:10:44 2020-06-13] 178: Checking synchronizations ** [01:10:44 2020-06-13] 178: Checking tracker ** [01:10:44 2020-06-13] 178: Checking user_migrations ** [01:10:44 2020-06-13] 178: Checking batch_updates ** [01:10:44 2020-06-13] 178: Checking gears ** [01:10:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:10:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:49 2020-06-13] 178: Checking imports ** [01:10:49 2020-06-13] 178: Checking exports ** [01:10:49 2020-06-13] 178: Checking users ** [01:10:49 2020-06-13] 178: Checking user_dbs ** [01:10:49 2020-06-13] 178: Checking geocodings ** [01:10:49 2020-06-13] 178: Checking synchronizations ** [01:10:49 2020-06-13] 178: Checking tracker ** [01:10:49 2020-06-13] 178: Checking user_migrations ** [01:10:49 2020-06-13] 178: Checking batch_updates ** [01:10:49 2020-06-13] 178: Checking gears ** [01:10:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:10:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:54 2020-06-13] 178: Checking imports ** [01:10:54 2020-06-13] 178: Checking exports ** [01:10:54 2020-06-13] 178: Checking users ** [01:10:54 2020-06-13] 178: Checking user_dbs ** [01:10:54 2020-06-13] 178: Checking geocodings ** [01:10:54 2020-06-13] 178: Checking synchronizations ** [01:10:54 2020-06-13] 178: Checking tracker ** [01:10:54 2020-06-13] 178: Checking user_migrations ** [01:10:54 2020-06-13] 178: Checking batch_updates ** [01:10:54 2020-06-13] 178: Checking gears ** [01:10:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:10:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:59 2020-06-13] 178: Checking imports ** [01:10:59 2020-06-13] 178: Checking exports ** [01:10:59 2020-06-13] 178: Checking users ** [01:10:59 2020-06-13] 178: Checking user_dbs ** [01:10:59 2020-06-13] 178: Checking geocodings ** [01:10:59 2020-06-13] 178: Checking synchronizations ** [01:10:59 2020-06-13] 178: Checking tracker ** [01:10:59 2020-06-13] 178: Checking user_migrations ** [01:10:59 2020-06-13] 178: Checking batch_updates ** [01:10:59 2020-06-13] 178: Checking gears ** [01:10:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:10:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:04 2020-06-13] 178: Checking imports ** [01:11:04 2020-06-13] 178: Checking exports ** [01:11:04 2020-06-13] 178: Checking users ** [01:11:04 2020-06-13] 178: Checking user_dbs ** [01:11:04 2020-06-13] 178: Checking geocodings ** [01:11:04 2020-06-13] 178: Checking synchronizations ** [01:11:04 2020-06-13] 178: Checking tracker ** [01:11:04 2020-06-13] 178: Checking user_migrations ** [01:11:04 2020-06-13] 178: Checking batch_updates ** [01:11:04 2020-06-13] 178: Checking gears ** [01:11:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:11:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:09 2020-06-13] 178: Checking imports ** [01:11:09 2020-06-13] 178: Checking exports ** [01:11:09 2020-06-13] 178: Checking users ** [01:11:09 2020-06-13] 178: Checking user_dbs ** [01:11:09 2020-06-13] 178: Checking geocodings ** [01:11:09 2020-06-13] 178: Checking synchronizations ** [01:11:09 2020-06-13] 178: Checking tracker ** [01:11:09 2020-06-13] 178: Checking user_migrations ** [01:11:09 2020-06-13] 178: Checking batch_updates ** [01:11:09 2020-06-13] 178: Checking gears ** [01:11:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:11:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:14 2020-06-13] 178: Checking imports ** [01:11:14 2020-06-13] 178: Checking exports ** [01:11:14 2020-06-13] 178: Checking users ** [01:11:14 2020-06-13] 178: Checking user_dbs ** [01:11:14 2020-06-13] 178: Checking geocodings ** [01:11:14 2020-06-13] 178: Checking synchronizations ** [01:11:14 2020-06-13] 178: Checking tracker ** [01:11:14 2020-06-13] 178: Checking user_migrations ** [01:11:14 2020-06-13] 178: Checking batch_updates ** [01:11:14 2020-06-13] 178: Checking gears ** [01:11:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:11:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:19 2020-06-13] 178: Checking imports ** [01:11:19 2020-06-13] 178: Checking exports ** [01:11:19 2020-06-13] 178: Checking users ** [01:11:19 2020-06-13] 178: Checking user_dbs ** [01:11:19 2020-06-13] 178: Checking geocodings ** [01:11:19 2020-06-13] 178: Checking synchronizations ** [01:11:19 2020-06-13] 178: Checking tracker ** [01:11:19 2020-06-13] 178: Checking user_migrations ** [01:11:19 2020-06-13] 178: Checking batch_updates ** [01:11:19 2020-06-13] 178: Checking gears ** [01:11:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:11:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:24 2020-06-13] 178: Checking imports ** [01:11:24 2020-06-13] 178: Checking exports ** [01:11:24 2020-06-13] 178: Checking users ** [01:11:24 2020-06-13] 178: Checking user_dbs ** [01:11:24 2020-06-13] 178: Checking geocodings ** [01:11:24 2020-06-13] 178: Checking synchronizations ** [01:11:24 2020-06-13] 178: Checking tracker ** [01:11:24 2020-06-13] 178: Checking user_migrations ** [01:11:24 2020-06-13] 178: Checking batch_updates ** [01:11:24 2020-06-13] 178: Checking gears ** [01:11:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:11:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:29 2020-06-13] 178: Checking imports ** [01:11:29 2020-06-13] 178: Checking exports ** [01:11:29 2020-06-13] 178: Checking users ** [01:11:29 2020-06-13] 178: Checking user_dbs ** [01:11:29 2020-06-13] 178: Checking geocodings ** [01:11:29 2020-06-13] 178: Checking synchronizations ** [01:11:29 2020-06-13] 178: Checking tracker ** [01:11:29 2020-06-13] 178: Checking user_migrations ** [01:11:29 2020-06-13] 178: Checking batch_updates ** [01:11:29 2020-06-13] 178: Checking gears ** [01:11:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:11:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:34 2020-06-13] 178: Checking imports ** [01:11:34 2020-06-13] 178: Checking exports ** [01:11:34 2020-06-13] 178: Checking users ** [01:11:34 2020-06-13] 178: Checking user_dbs ** [01:11:34 2020-06-13] 178: Checking geocodings ** [01:11:34 2020-06-13] 178: Checking synchronizations ** [01:11:34 2020-06-13] 178: Checking tracker ** [01:11:34 2020-06-13] 178: Checking user_migrations ** [01:11:34 2020-06-13] 178: Checking batch_updates ** [01:11:34 2020-06-13] 178: Checking gears ** [01:11:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:11:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:39 2020-06-13] 178: Checking imports ** [01:11:39 2020-06-13] 178: Checking exports ** [01:11:39 2020-06-13] 178: Checking users ** [01:11:39 2020-06-13] 178: Checking user_dbs ** [01:11:39 2020-06-13] 178: Checking geocodings ** [01:11:39 2020-06-13] 178: Checking synchronizations ** [01:11:39 2020-06-13] 178: Checking tracker ** [01:11:39 2020-06-13] 178: Checking user_migrations ** [01:11:39 2020-06-13] 178: Checking batch_updates ** [01:11:39 2020-06-13] 178: Checking gears ** [01:11:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:11:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:44 2020-06-13] 178: Checking imports ** [01:11:44 2020-06-13] 178: Checking exports ** [01:11:44 2020-06-13] 178: Checking users ** [01:11:44 2020-06-13] 178: Checking user_dbs ** [01:11:44 2020-06-13] 178: Checking geocodings ** [01:11:44 2020-06-13] 178: Checking synchronizations ** [01:11:44 2020-06-13] 178: Checking tracker ** [01:11:44 2020-06-13] 178: Checking user_migrations ** [01:11:44 2020-06-13] 178: Checking batch_updates ** [01:11:44 2020-06-13] 178: Checking gears ** [01:11:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:11:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:49 2020-06-13] 178: Checking imports ** [01:11:49 2020-06-13] 178: Checking exports ** [01:11:49 2020-06-13] 178: Checking users ** [01:11:49 2020-06-13] 178: Checking user_dbs ** [01:11:49 2020-06-13] 178: Checking geocodings ** [01:11:49 2020-06-13] 178: Checking synchronizations ** [01:11:49 2020-06-13] 178: Checking tracker ** [01:11:49 2020-06-13] 178: Checking user_migrations ** [01:11:49 2020-06-13] 178: Checking batch_updates ** [01:11:49 2020-06-13] 178: Checking gears ** [01:11:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:11:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:54 2020-06-13] 178: Checking imports ** [01:11:54 2020-06-13] 178: Checking exports ** [01:11:54 2020-06-13] 178: Checking users ** [01:11:54 2020-06-13] 178: Checking user_dbs ** [01:11:54 2020-06-13] 178: Checking geocodings ** [01:11:54 2020-06-13] 178: Checking synchronizations ** [01:11:54 2020-06-13] 178: Checking tracker ** [01:11:54 2020-06-13] 178: Checking user_migrations ** [01:11:54 2020-06-13] 178: Checking batch_updates ** [01:11:54 2020-06-13] 178: Checking gears ** [01:11:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:11:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:59 2020-06-13] 178: Checking imports ** [01:11:59 2020-06-13] 178: Checking exports ** [01:11:59 2020-06-13] 178: Checking users ** [01:11:59 2020-06-13] 178: Checking user_dbs ** [01:11:59 2020-06-13] 178: Checking geocodings ** [01:11:59 2020-06-13] 178: Checking synchronizations ** [01:11:59 2020-06-13] 178: Checking tracker ** [01:11:59 2020-06-13] 178: Checking user_migrations ** [01:11:59 2020-06-13] 178: Checking batch_updates ** [01:11:59 2020-06-13] 178: Checking gears ** [01:11:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:11:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:04 2020-06-13] 178: Checking imports ** [01:12:04 2020-06-13] 178: Checking exports ** [01:12:04 2020-06-13] 178: Checking users ** [01:12:04 2020-06-13] 178: Checking user_dbs ** [01:12:04 2020-06-13] 178: Checking geocodings ** [01:12:04 2020-06-13] 178: Checking synchronizations ** [01:12:04 2020-06-13] 178: Checking tracker ** [01:12:04 2020-06-13] 178: Checking user_migrations ** [01:12:04 2020-06-13] 178: Checking batch_updates ** [01:12:04 2020-06-13] 178: Checking gears ** [01:12:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:12:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:09 2020-06-13] 178: Checking imports ** [01:12:09 2020-06-13] 178: Checking exports ** [01:12:09 2020-06-13] 178: Checking users ** [01:12:09 2020-06-13] 178: Checking user_dbs ** [01:12:09 2020-06-13] 178: Checking geocodings ** [01:12:09 2020-06-13] 178: Checking synchronizations ** [01:12:09 2020-06-13] 178: Checking tracker ** [01:12:09 2020-06-13] 178: Checking user_migrations ** [01:12:09 2020-06-13] 178: Checking batch_updates ** [01:12:09 2020-06-13] 178: Checking gears ** [01:12:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:12:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:14 2020-06-13] 178: Checking imports ** [01:12:14 2020-06-13] 178: Checking exports ** [01:12:14 2020-06-13] 178: Checking users ** [01:12:14 2020-06-13] 178: Checking user_dbs ** [01:12:14 2020-06-13] 178: Checking geocodings ** [01:12:14 2020-06-13] 178: Checking synchronizations ** [01:12:14 2020-06-13] 178: Checking tracker ** [01:12:14 2020-06-13] 178: Checking user_migrations ** [01:12:14 2020-06-13] 178: Checking batch_updates ** [01:12:14 2020-06-13] 178: Checking gears ** [01:12:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:12:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:19 2020-06-13] 178: Checking imports ** [01:12:19 2020-06-13] 178: Checking exports ** [01:12:19 2020-06-13] 178: Checking users ** [01:12:19 2020-06-13] 178: Checking user_dbs ** [01:12:19 2020-06-13] 178: Checking geocodings ** [01:12:19 2020-06-13] 178: Checking synchronizations ** [01:12:19 2020-06-13] 178: Checking tracker ** [01:12:19 2020-06-13] 178: Checking user_migrations ** [01:12:19 2020-06-13] 178: Checking batch_updates ** [01:12:19 2020-06-13] 178: Checking gears ** [01:12:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:12:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:24 2020-06-13] 178: Checking imports ** [01:12:24 2020-06-13] 178: Checking exports ** [01:12:24 2020-06-13] 178: Checking users ** [01:12:24 2020-06-13] 178: Checking user_dbs ** [01:12:24 2020-06-13] 178: Checking geocodings ** [01:12:24 2020-06-13] 178: Checking synchronizations ** [01:12:24 2020-06-13] 178: Checking tracker ** [01:12:24 2020-06-13] 178: Checking user_migrations ** [01:12:24 2020-06-13] 178: Checking batch_updates ** [01:12:24 2020-06-13] 178: Checking gears ** [01:12:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:12:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:29 2020-06-13] 178: Checking imports ** [01:12:29 2020-06-13] 178: Checking exports ** [01:12:29 2020-06-13] 178: Checking users ** [01:12:29 2020-06-13] 178: Checking user_dbs ** [01:12:29 2020-06-13] 178: Checking geocodings ** [01:12:29 2020-06-13] 178: Checking synchronizations ** [01:12:29 2020-06-13] 178: Checking tracker ** [01:12:29 2020-06-13] 178: Checking user_migrations ** [01:12:29 2020-06-13] 178: Checking batch_updates ** [01:12:29 2020-06-13] 178: Checking gears ** [01:12:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:12:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:34 2020-06-13] 178: Checking imports ** [01:12:34 2020-06-13] 178: Checking exports ** [01:12:34 2020-06-13] 178: Checking users ** [01:12:34 2020-06-13] 178: Checking user_dbs ** [01:12:34 2020-06-13] 178: Checking geocodings ** [01:12:34 2020-06-13] 178: Checking synchronizations ** [01:12:34 2020-06-13] 178: Checking tracker ** [01:12:34 2020-06-13] 178: Checking user_migrations ** [01:12:34 2020-06-13] 178: Checking batch_updates ** [01:12:34 2020-06-13] 178: Checking gears ** [01:12:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:12:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:39 2020-06-13] 178: Checking imports ** [01:12:39 2020-06-13] 178: Checking exports ** [01:12:39 2020-06-13] 178: Checking users ** [01:12:39 2020-06-13] 178: Checking user_dbs ** [01:12:39 2020-06-13] 178: Checking geocodings ** [01:12:39 2020-06-13] 178: Checking synchronizations ** [01:12:39 2020-06-13] 178: Checking tracker ** [01:12:39 2020-06-13] 178: Checking user_migrations ** [01:12:39 2020-06-13] 178: Checking batch_updates ** [01:12:39 2020-06-13] 178: Checking gears ** [01:12:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:12:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:44 2020-06-13] 178: Checking imports ** [01:12:44 2020-06-13] 178: Checking exports ** [01:12:44 2020-06-13] 178: Checking users ** [01:12:44 2020-06-13] 178: Checking user_dbs ** [01:12:44 2020-06-13] 178: Checking geocodings ** [01:12:44 2020-06-13] 178: Checking synchronizations ** [01:12:44 2020-06-13] 178: Checking tracker ** [01:12:44 2020-06-13] 178: Checking user_migrations ** [01:12:44 2020-06-13] 178: Checking batch_updates ** [01:12:44 2020-06-13] 178: Checking gears ** [01:12:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:12:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:49 2020-06-13] 178: Checking imports ** [01:12:49 2020-06-13] 178: Checking exports ** [01:12:49 2020-06-13] 178: Checking users ** [01:12:49 2020-06-13] 178: Checking user_dbs ** [01:12:49 2020-06-13] 178: Checking geocodings ** [01:12:49 2020-06-13] 178: Checking synchronizations ** [01:12:49 2020-06-13] 178: Checking tracker ** [01:12:49 2020-06-13] 178: Checking user_migrations ** [01:12:49 2020-06-13] 178: Checking batch_updates ** [01:12:49 2020-06-13] 178: Checking gears ** [01:12:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:12:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:54 2020-06-13] 178: Checking imports ** [01:12:54 2020-06-13] 178: Checking exports ** [01:12:54 2020-06-13] 178: Checking users ** [01:12:54 2020-06-13] 178: Checking user_dbs ** [01:12:54 2020-06-13] 178: Checking geocodings ** [01:12:54 2020-06-13] 178: Checking synchronizations ** [01:12:54 2020-06-13] 178: Checking tracker ** [01:12:54 2020-06-13] 178: Checking user_migrations ** [01:12:54 2020-06-13] 178: Checking batch_updates ** [01:12:54 2020-06-13] 178: Checking gears ** [01:12:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:12:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:59 2020-06-13] 178: Checking imports ** [01:12:59 2020-06-13] 178: Checking exports ** [01:12:59 2020-06-13] 178: Checking users ** [01:12:59 2020-06-13] 178: Checking user_dbs ** [01:12:59 2020-06-13] 178: Checking geocodings ** [01:12:59 2020-06-13] 178: Checking synchronizations ** [01:12:59 2020-06-13] 178: Checking tracker ** [01:12:59 2020-06-13] 178: Checking user_migrations ** [01:12:59 2020-06-13] 178: Checking batch_updates ** [01:12:59 2020-06-13] 178: Checking gears ** [01:12:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:12:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:04 2020-06-13] 178: Checking imports ** [01:13:04 2020-06-13] 178: Checking exports ** [01:13:04 2020-06-13] 178: Checking users ** [01:13:04 2020-06-13] 178: Checking user_dbs ** [01:13:04 2020-06-13] 178: Checking geocodings ** [01:13:04 2020-06-13] 178: Checking synchronizations ** [01:13:04 2020-06-13] 178: Checking tracker ** [01:13:04 2020-06-13] 178: Checking user_migrations ** [01:13:04 2020-06-13] 178: Checking batch_updates ** [01:13:04 2020-06-13] 178: Checking gears ** [01:13:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:13:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:09 2020-06-13] 178: Checking imports ** [01:13:09 2020-06-13] 178: Checking exports ** [01:13:09 2020-06-13] 178: Checking users ** [01:13:09 2020-06-13] 178: Checking user_dbs ** [01:13:09 2020-06-13] 178: Checking geocodings ** [01:13:09 2020-06-13] 178: Checking synchronizations ** [01:13:09 2020-06-13] 178: Checking tracker ** [01:13:09 2020-06-13] 178: Checking user_migrations ** [01:13:09 2020-06-13] 178: Checking batch_updates ** [01:13:09 2020-06-13] 178: Checking gears ** [01:13:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:13:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:14 2020-06-13] 178: Checking imports ** [01:13:14 2020-06-13] 178: Checking exports ** [01:13:14 2020-06-13] 178: Checking users ** [01:13:14 2020-06-13] 178: Checking user_dbs ** [01:13:14 2020-06-13] 178: Checking geocodings ** [01:13:14 2020-06-13] 178: Checking synchronizations ** [01:13:14 2020-06-13] 178: Checking tracker ** [01:13:14 2020-06-13] 178: Checking user_migrations ** [01:13:14 2020-06-13] 178: Checking batch_updates ** [01:13:14 2020-06-13] 178: Checking gears ** [01:13:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:13:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:19 2020-06-13] 178: Checking imports ** [01:13:19 2020-06-13] 178: Checking exports ** [01:13:19 2020-06-13] 178: Checking users ** [01:13:19 2020-06-13] 178: Checking user_dbs ** [01:13:19 2020-06-13] 178: Checking geocodings ** [01:13:19 2020-06-13] 178: Checking synchronizations ** [01:13:19 2020-06-13] 178: Checking tracker ** [01:13:19 2020-06-13] 178: Checking user_migrations ** [01:13:19 2020-06-13] 178: Checking batch_updates ** [01:13:19 2020-06-13] 178: Checking gears ** [01:13:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:13:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:24 2020-06-13] 178: Checking imports ** [01:13:24 2020-06-13] 178: Checking exports ** [01:13:24 2020-06-13] 178: Checking users ** [01:13:24 2020-06-13] 178: Checking user_dbs ** [01:13:24 2020-06-13] 178: Checking geocodings ** [01:13:24 2020-06-13] 178: Checking synchronizations ** [01:13:24 2020-06-13] 178: Checking tracker ** [01:13:24 2020-06-13] 178: Checking user_migrations ** [01:13:24 2020-06-13] 178: Checking batch_updates ** [01:13:24 2020-06-13] 178: Checking gears ** [01:13:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:13:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:29 2020-06-13] 178: Checking imports ** [01:13:29 2020-06-13] 178: Checking exports ** [01:13:29 2020-06-13] 178: Checking users ** [01:13:29 2020-06-13] 178: Checking user_dbs ** [01:13:29 2020-06-13] 178: Checking geocodings ** [01:13:29 2020-06-13] 178: Checking synchronizations ** [01:13:29 2020-06-13] 178: Checking tracker ** [01:13:29 2020-06-13] 178: Checking user_migrations ** [01:13:29 2020-06-13] 178: Checking batch_updates ** [01:13:29 2020-06-13] 178: Checking gears ** [01:13:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:13:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:34 2020-06-13] 178: Checking imports ** [01:13:34 2020-06-13] 178: Checking exports ** [01:13:34 2020-06-13] 178: Checking users ** [01:13:34 2020-06-13] 178: Checking user_dbs ** [01:13:34 2020-06-13] 178: Checking geocodings ** [01:13:34 2020-06-13] 178: Checking synchronizations ** [01:13:34 2020-06-13] 178: Checking tracker ** [01:13:34 2020-06-13] 178: Checking user_migrations ** [01:13:34 2020-06-13] 178: Checking batch_updates ** [01:13:34 2020-06-13] 178: Checking gears ** [01:13:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:13:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:39 2020-06-13] 178: Checking imports ** [01:13:39 2020-06-13] 178: Checking exports ** [01:13:39 2020-06-13] 178: Checking users ** [01:13:39 2020-06-13] 178: Checking user_dbs ** [01:13:39 2020-06-13] 178: Checking geocodings ** [01:13:39 2020-06-13] 178: Checking synchronizations ** [01:13:39 2020-06-13] 178: Checking tracker ** [01:13:39 2020-06-13] 178: Checking user_migrations ** [01:13:39 2020-06-13] 178: Checking batch_updates ** [01:13:39 2020-06-13] 178: Checking gears ** [01:13:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:13:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:44 2020-06-13] 178: Checking imports ** [01:13:44 2020-06-13] 178: Checking exports ** [01:13:44 2020-06-13] 178: Checking users ** [01:13:44 2020-06-13] 178: Checking user_dbs ** [01:13:44 2020-06-13] 178: Checking geocodings ** [01:13:44 2020-06-13] 178: Checking synchronizations ** [01:13:44 2020-06-13] 178: Checking tracker ** [01:13:44 2020-06-13] 178: Checking user_migrations ** [01:13:44 2020-06-13] 178: Checking batch_updates ** [01:13:44 2020-06-13] 178: Checking gears ** [01:13:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:13:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:49 2020-06-13] 178: Checking imports ** [01:13:49 2020-06-13] 178: Checking exports ** [01:13:49 2020-06-13] 178: Checking users ** [01:13:49 2020-06-13] 178: Checking user_dbs ** [01:13:49 2020-06-13] 178: Checking geocodings ** [01:13:49 2020-06-13] 178: Checking synchronizations ** [01:13:49 2020-06-13] 178: Checking tracker ** [01:13:49 2020-06-13] 178: Checking user_migrations ** [01:13:49 2020-06-13] 178: Checking batch_updates ** [01:13:49 2020-06-13] 178: Checking gears ** [01:13:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:13:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:55 2020-06-13] 178: Checking imports ** [01:13:55 2020-06-13] 178: Checking exports ** [01:13:55 2020-06-13] 178: Checking users ** [01:13:55 2020-06-13] 178: Checking user_dbs ** [01:13:55 2020-06-13] 178: Checking geocodings ** [01:13:55 2020-06-13] 178: Checking synchronizations ** [01:13:55 2020-06-13] 178: Checking tracker ** [01:13:55 2020-06-13] 178: Checking user_migrations ** [01:13:55 2020-06-13] 178: Checking batch_updates ** [01:13:55 2020-06-13] 178: Checking gears ** [01:13:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:13:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:00 2020-06-13] 178: Checking imports ** [01:14:00 2020-06-13] 178: Checking exports ** [01:14:00 2020-06-13] 178: Checking users ** [01:14:00 2020-06-13] 178: Checking user_dbs ** [01:14:00 2020-06-13] 178: Checking geocodings ** [01:14:00 2020-06-13] 178: Checking synchronizations ** [01:14:00 2020-06-13] 178: Checking tracker ** [01:14:00 2020-06-13] 178: Checking user_migrations ** [01:14:00 2020-06-13] 178: Checking batch_updates ** [01:14:00 2020-06-13] 178: Checking gears ** [01:14:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:14:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:05 2020-06-13] 178: Checking imports ** [01:14:05 2020-06-13] 178: Checking exports ** [01:14:05 2020-06-13] 178: Checking users ** [01:14:05 2020-06-13] 178: Checking user_dbs ** [01:14:05 2020-06-13] 178: Checking geocodings ** [01:14:05 2020-06-13] 178: Checking synchronizations ** [01:14:05 2020-06-13] 178: Checking tracker ** [01:14:05 2020-06-13] 178: Checking user_migrations ** [01:14:05 2020-06-13] 178: Checking batch_updates ** [01:14:05 2020-06-13] 178: Checking gears ** [01:14:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:14:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:10 2020-06-13] 178: Checking imports ** [01:14:10 2020-06-13] 178: Checking exports ** [01:14:10 2020-06-13] 178: Checking users ** [01:14:10 2020-06-13] 178: Checking user_dbs ** [01:14:10 2020-06-13] 178: Checking geocodings ** [01:14:10 2020-06-13] 178: Checking synchronizations ** [01:14:10 2020-06-13] 178: Checking tracker ** [01:14:10 2020-06-13] 178: Checking user_migrations ** [01:14:10 2020-06-13] 178: Checking batch_updates ** [01:14:10 2020-06-13] 178: Checking gears ** [01:14:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:14:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:15 2020-06-13] 178: Checking imports ** [01:14:15 2020-06-13] 178: Checking exports ** [01:14:15 2020-06-13] 178: Checking users ** [01:14:15 2020-06-13] 178: Checking user_dbs ** [01:14:15 2020-06-13] 178: Checking geocodings ** [01:14:15 2020-06-13] 178: Checking synchronizations ** [01:14:15 2020-06-13] 178: Checking tracker ** [01:14:15 2020-06-13] 178: Checking user_migrations ** [01:14:15 2020-06-13] 178: Checking batch_updates ** [01:14:15 2020-06-13] 178: Checking gears ** [01:14:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:14:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:20 2020-06-13] 178: Checking imports ** [01:14:20 2020-06-13] 178: Checking exports ** [01:14:20 2020-06-13] 178: Checking users ** [01:14:20 2020-06-13] 178: Checking user_dbs ** [01:14:20 2020-06-13] 178: Checking geocodings ** [01:14:20 2020-06-13] 178: Checking synchronizations ** [01:14:20 2020-06-13] 178: Checking tracker ** [01:14:20 2020-06-13] 178: Checking user_migrations ** [01:14:20 2020-06-13] 178: Checking batch_updates ** [01:14:20 2020-06-13] 178: Checking gears ** [01:14:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:14:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:25 2020-06-13] 178: Checking imports ** [01:14:25 2020-06-13] 178: Checking exports ** [01:14:25 2020-06-13] 178: Checking users ** [01:14:25 2020-06-13] 178: Checking user_dbs ** [01:14:25 2020-06-13] 178: Checking geocodings ** [01:14:25 2020-06-13] 178: Checking synchronizations ** [01:14:25 2020-06-13] 178: Checking tracker ** [01:14:25 2020-06-13] 178: Checking user_migrations ** [01:14:25 2020-06-13] 178: Checking batch_updates ** [01:14:25 2020-06-13] 178: Checking gears ** [01:14:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:14:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:30 2020-06-13] 178: Checking imports ** [01:14:30 2020-06-13] 178: Checking exports ** [01:14:30 2020-06-13] 178: Checking users ** [01:14:30 2020-06-13] 178: Checking user_dbs ** [01:14:30 2020-06-13] 178: Checking geocodings ** [01:14:30 2020-06-13] 178: Checking synchronizations ** [01:14:30 2020-06-13] 178: Checking tracker ** [01:14:30 2020-06-13] 178: Checking user_migrations ** [01:14:30 2020-06-13] 178: Checking batch_updates ** [01:14:30 2020-06-13] 178: Checking gears ** [01:14:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:14:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:35 2020-06-13] 178: Checking imports ** [01:14:35 2020-06-13] 178: Checking exports ** [01:14:35 2020-06-13] 178: Checking users ** [01:14:35 2020-06-13] 178: Checking user_dbs ** [01:14:35 2020-06-13] 178: Checking geocodings ** [01:14:35 2020-06-13] 178: Checking synchronizations ** [01:14:35 2020-06-13] 178: Checking tracker ** [01:14:35 2020-06-13] 178: Checking user_migrations ** [01:14:35 2020-06-13] 178: Checking batch_updates ** [01:14:35 2020-06-13] 178: Checking gears ** [01:14:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:14:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:40 2020-06-13] 178: Checking imports ** [01:14:40 2020-06-13] 178: Checking exports ** [01:14:40 2020-06-13] 178: Checking users ** [01:14:40 2020-06-13] 178: Checking user_dbs ** [01:14:40 2020-06-13] 178: Checking geocodings ** [01:14:40 2020-06-13] 178: Checking synchronizations ** [01:14:40 2020-06-13] 178: Checking tracker ** [01:14:40 2020-06-13] 178: Checking user_migrations ** [01:14:40 2020-06-13] 178: Checking batch_updates ** [01:14:40 2020-06-13] 178: Checking gears ** [01:14:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:14:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:45 2020-06-13] 178: Checking imports ** [01:14:45 2020-06-13] 178: Checking exports ** [01:14:45 2020-06-13] 178: Checking users ** [01:14:45 2020-06-13] 178: Checking user_dbs ** [01:14:45 2020-06-13] 178: Checking geocodings ** [01:14:45 2020-06-13] 178: Checking synchronizations ** [01:14:45 2020-06-13] 178: Checking tracker ** [01:14:45 2020-06-13] 178: Checking user_migrations ** [01:14:45 2020-06-13] 178: Checking batch_updates ** [01:14:45 2020-06-13] 178: Checking gears ** [01:14:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:14:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:50 2020-06-13] 178: Checking imports ** [01:14:50 2020-06-13] 178: Checking exports ** [01:14:50 2020-06-13] 178: Checking users ** [01:14:50 2020-06-13] 178: Checking user_dbs ** [01:14:50 2020-06-13] 178: Checking geocodings ** [01:14:50 2020-06-13] 178: Checking synchronizations ** [01:14:50 2020-06-13] 178: Checking tracker ** [01:14:50 2020-06-13] 178: Checking user_migrations ** [01:14:50 2020-06-13] 178: Checking batch_updates ** [01:14:50 2020-06-13] 178: Checking gears ** [01:14:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:14:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:55 2020-06-13] 178: Checking imports ** [01:14:55 2020-06-13] 178: Checking exports ** [01:14:55 2020-06-13] 178: Checking users ** [01:14:55 2020-06-13] 178: Checking user_dbs ** [01:14:55 2020-06-13] 178: Checking geocodings ** [01:14:55 2020-06-13] 178: Checking synchronizations ** [01:14:55 2020-06-13] 178: Checking tracker ** [01:14:55 2020-06-13] 178: Checking user_migrations ** [01:14:55 2020-06-13] 178: Checking batch_updates ** [01:14:55 2020-06-13] 178: Checking gears ** [01:14:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:14:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:00 2020-06-13] 178: Checking imports ** [01:15:00 2020-06-13] 178: Checking exports ** [01:15:00 2020-06-13] 178: Checking users ** [01:15:00 2020-06-13] 178: Checking user_dbs ** [01:15:00 2020-06-13] 178: Checking geocodings ** [01:15:00 2020-06-13] 178: Checking synchronizations ** [01:15:00 2020-06-13] 178: Checking tracker ** [01:15:00 2020-06-13] 178: Checking user_migrations ** [01:15:00 2020-06-13] 178: Checking batch_updates ** [01:15:00 2020-06-13] 178: Checking gears ** [01:15:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:15:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:05 2020-06-13] 178: Checking imports ** [01:15:05 2020-06-13] 178: Checking exports ** [01:15:05 2020-06-13] 178: Checking users ** [01:15:05 2020-06-13] 178: Checking user_dbs ** [01:15:05 2020-06-13] 178: Checking geocodings ** [01:15:05 2020-06-13] 178: Checking synchronizations ** [01:15:05 2020-06-13] 178: Checking tracker ** [01:15:05 2020-06-13] 178: Checking user_migrations ** [01:15:05 2020-06-13] 178: Checking batch_updates ** [01:15:05 2020-06-13] 178: Checking gears ** [01:15:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:15:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:10 2020-06-13] 178: Checking imports ** [01:15:10 2020-06-13] 178: Checking exports ** [01:15:10 2020-06-13] 178: Checking users ** [01:15:10 2020-06-13] 178: Checking user_dbs ** [01:15:10 2020-06-13] 178: Checking geocodings ** [01:15:10 2020-06-13] 178: Checking synchronizations ** [01:15:10 2020-06-13] 178: Checking tracker ** [01:15:10 2020-06-13] 178: Checking user_migrations ** [01:15:10 2020-06-13] 178: Checking batch_updates ** [01:15:10 2020-06-13] 178: Checking gears ** [01:15:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:15:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:15 2020-06-13] 178: Checking imports ** [01:15:15 2020-06-13] 178: Checking exports ** [01:15:15 2020-06-13] 178: Checking users ** [01:15:15 2020-06-13] 178: Checking user_dbs ** [01:15:15 2020-06-13] 178: Checking geocodings ** [01:15:15 2020-06-13] 178: Checking synchronizations ** [01:15:15 2020-06-13] 178: Checking tracker ** [01:15:15 2020-06-13] 178: Checking user_migrations ** [01:15:15 2020-06-13] 178: Checking batch_updates ** [01:15:15 2020-06-13] 178: Checking gears ** [01:15:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:15:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:20 2020-06-13] 178: Checking imports ** [01:15:20 2020-06-13] 178: Checking exports ** [01:15:20 2020-06-13] 178: Checking users ** [01:15:20 2020-06-13] 178: Checking user_dbs ** [01:15:20 2020-06-13] 178: Checking geocodings ** [01:15:20 2020-06-13] 178: Checking synchronizations ** [01:15:20 2020-06-13] 178: Checking tracker ** [01:15:20 2020-06-13] 178: Checking user_migrations ** [01:15:20 2020-06-13] 178: Checking batch_updates ** [01:15:20 2020-06-13] 178: Checking gears ** [01:15:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:15:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:25 2020-06-13] 178: Checking imports ** [01:15:25 2020-06-13] 178: Checking exports ** [01:15:25 2020-06-13] 178: Checking users ** [01:15:25 2020-06-13] 178: Checking user_dbs ** [01:15:25 2020-06-13] 178: Checking geocodings ** [01:15:25 2020-06-13] 178: Checking synchronizations ** [01:15:25 2020-06-13] 178: Checking tracker ** [01:15:25 2020-06-13] 178: Checking user_migrations ** [01:15:25 2020-06-13] 178: Checking batch_updates ** [01:15:25 2020-06-13] 178: Checking gears ** [01:15:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:15:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:30 2020-06-13] 178: Checking imports ** [01:15:30 2020-06-13] 178: Checking exports ** [01:15:30 2020-06-13] 178: Checking users ** [01:15:30 2020-06-13] 178: Checking user_dbs ** [01:15:30 2020-06-13] 178: Checking geocodings ** [01:15:30 2020-06-13] 178: Checking synchronizations ** [01:15:30 2020-06-13] 178: Checking tracker ** [01:15:30 2020-06-13] 178: Checking user_migrations ** [01:15:30 2020-06-13] 178: Checking batch_updates ** [01:15:30 2020-06-13] 178: Checking gears ** [01:15:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:15:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:35 2020-06-13] 178: Checking imports ** [01:15:35 2020-06-13] 178: Checking exports ** [01:15:35 2020-06-13] 178: Checking users ** [01:15:35 2020-06-13] 178: Checking user_dbs ** [01:15:35 2020-06-13] 178: Checking geocodings ** [01:15:35 2020-06-13] 178: Checking synchronizations ** [01:15:35 2020-06-13] 178: Checking tracker ** [01:15:35 2020-06-13] 178: Checking user_migrations ** [01:15:35 2020-06-13] 178: Checking batch_updates ** [01:15:35 2020-06-13] 178: Checking gears ** [01:15:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:15:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:40 2020-06-13] 178: Checking imports ** [01:15:40 2020-06-13] 178: Checking exports ** [01:15:40 2020-06-13] 178: Checking users ** [01:15:40 2020-06-13] 178: Checking user_dbs ** [01:15:40 2020-06-13] 178: Checking geocodings ** [01:15:40 2020-06-13] 178: Checking synchronizations ** [01:15:40 2020-06-13] 178: Checking tracker ** [01:15:40 2020-06-13] 178: Checking user_migrations ** [01:15:40 2020-06-13] 178: Checking batch_updates ** [01:15:40 2020-06-13] 178: Checking gears ** [01:15:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:15:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:45 2020-06-13] 178: Checking imports ** [01:15:45 2020-06-13] 178: Checking exports ** [01:15:45 2020-06-13] 178: Checking users ** [01:15:45 2020-06-13] 178: Checking user_dbs ** [01:15:45 2020-06-13] 178: Checking geocodings ** [01:15:45 2020-06-13] 178: Checking synchronizations ** [01:15:45 2020-06-13] 178: Checking tracker ** [01:15:45 2020-06-13] 178: Checking user_migrations ** [01:15:45 2020-06-13] 178: Checking batch_updates ** [01:15:45 2020-06-13] 178: Checking gears ** [01:15:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:15:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:50 2020-06-13] 178: Checking imports ** [01:15:50 2020-06-13] 178: Checking exports ** [01:15:50 2020-06-13] 178: Checking users ** [01:15:50 2020-06-13] 178: Checking user_dbs ** [01:15:50 2020-06-13] 178: Checking geocodings ** [01:15:50 2020-06-13] 178: Checking synchronizations ** [01:15:50 2020-06-13] 178: Checking tracker ** [01:15:50 2020-06-13] 178: Checking user_migrations ** [01:15:50 2020-06-13] 178: Checking batch_updates ** [01:15:50 2020-06-13] 178: Checking gears ** [01:15:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:15:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:55 2020-06-13] 178: Checking imports ** [01:15:55 2020-06-13] 178: Checking exports ** [01:15:55 2020-06-13] 178: Checking users ** [01:15:55 2020-06-13] 178: Checking user_dbs ** [01:15:55 2020-06-13] 178: Checking geocodings ** [01:15:55 2020-06-13] 178: Checking synchronizations ** [01:15:55 2020-06-13] 178: Checking tracker ** [01:15:55 2020-06-13] 178: Checking user_migrations ** [01:15:55 2020-06-13] 178: Checking batch_updates ** [01:15:55 2020-06-13] 178: Checking gears ** [01:15:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:15:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:00 2020-06-13] 178: Checking imports ** [01:16:00 2020-06-13] 178: Checking exports ** [01:16:00 2020-06-13] 178: Checking users ** [01:16:00 2020-06-13] 178: Checking user_dbs ** [01:16:00 2020-06-13] 178: Checking geocodings ** [01:16:00 2020-06-13] 178: Checking synchronizations ** [01:16:00 2020-06-13] 178: Checking tracker ** [01:16:00 2020-06-13] 178: Checking user_migrations ** [01:16:00 2020-06-13] 178: Checking batch_updates ** [01:16:00 2020-06-13] 178: Checking gears ** [01:16:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:16:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:05 2020-06-13] 178: Checking imports ** [01:16:05 2020-06-13] 178: Checking exports ** [01:16:05 2020-06-13] 178: Checking users ** [01:16:05 2020-06-13] 178: Checking user_dbs ** [01:16:05 2020-06-13] 178: Checking geocodings ** [01:16:05 2020-06-13] 178: Checking synchronizations ** [01:16:05 2020-06-13] 178: Checking tracker ** [01:16:05 2020-06-13] 178: Checking user_migrations ** [01:16:05 2020-06-13] 178: Checking batch_updates ** [01:16:05 2020-06-13] 178: Checking gears ** [01:16:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:16:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:10 2020-06-13] 178: Checking imports ** [01:16:10 2020-06-13] 178: Checking exports ** [01:16:10 2020-06-13] 178: Checking users ** [01:16:10 2020-06-13] 178: Checking user_dbs ** [01:16:10 2020-06-13] 178: Checking geocodings ** [01:16:10 2020-06-13] 178: Checking synchronizations ** [01:16:10 2020-06-13] 178: Checking tracker ** [01:16:10 2020-06-13] 178: Checking user_migrations ** [01:16:10 2020-06-13] 178: Checking batch_updates ** [01:16:10 2020-06-13] 178: Checking gears ** [01:16:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:16:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:15 2020-06-13] 178: Checking imports ** [01:16:15 2020-06-13] 178: Checking exports ** [01:16:15 2020-06-13] 178: Checking users ** [01:16:15 2020-06-13] 178: Checking user_dbs ** [01:16:15 2020-06-13] 178: Checking geocodings ** [01:16:15 2020-06-13] 178: Checking synchronizations ** [01:16:15 2020-06-13] 178: Checking tracker ** [01:16:15 2020-06-13] 178: Checking user_migrations ** [01:16:15 2020-06-13] 178: Checking batch_updates ** [01:16:15 2020-06-13] 178: Checking gears ** [01:16:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:16:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:20 2020-06-13] 178: Checking imports ** [01:16:20 2020-06-13] 178: Checking exports ** [01:16:20 2020-06-13] 178: Checking users ** [01:16:20 2020-06-13] 178: Checking user_dbs ** [01:16:20 2020-06-13] 178: Checking geocodings ** [01:16:20 2020-06-13] 178: Checking synchronizations ** [01:16:20 2020-06-13] 178: Checking tracker ** [01:16:20 2020-06-13] 178: Checking user_migrations ** [01:16:20 2020-06-13] 178: Checking batch_updates ** [01:16:20 2020-06-13] 178: Checking gears ** [01:16:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:16:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:25 2020-06-13] 178: Checking imports ** [01:16:25 2020-06-13] 178: Checking exports ** [01:16:25 2020-06-13] 178: Checking users ** [01:16:25 2020-06-13] 178: Checking user_dbs ** [01:16:25 2020-06-13] 178: Checking geocodings ** [01:16:25 2020-06-13] 178: Checking synchronizations ** [01:16:25 2020-06-13] 178: Checking tracker ** [01:16:25 2020-06-13] 178: Checking user_migrations ** [01:16:25 2020-06-13] 178: Checking batch_updates ** [01:16:25 2020-06-13] 178: Checking gears ** [01:16:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:16:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:30 2020-06-13] 178: Checking imports ** [01:16:30 2020-06-13] 178: Checking exports ** [01:16:30 2020-06-13] 178: Checking users ** [01:16:30 2020-06-13] 178: Checking user_dbs ** [01:16:30 2020-06-13] 178: Checking geocodings ** [01:16:30 2020-06-13] 178: Checking synchronizations ** [01:16:30 2020-06-13] 178: Checking tracker ** [01:16:30 2020-06-13] 178: Checking user_migrations ** [01:16:30 2020-06-13] 178: Checking batch_updates ** [01:16:30 2020-06-13] 178: Checking gears ** [01:16:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:16:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:35 2020-06-13] 178: Checking imports ** [01:16:35 2020-06-13] 178: Checking exports ** [01:16:35 2020-06-13] 178: Checking users ** [01:16:35 2020-06-13] 178: Checking user_dbs ** [01:16:35 2020-06-13] 178: Checking geocodings ** [01:16:35 2020-06-13] 178: Checking synchronizations ** [01:16:35 2020-06-13] 178: Checking tracker ** [01:16:35 2020-06-13] 178: Checking user_migrations ** [01:16:35 2020-06-13] 178: Checking batch_updates ** [01:16:35 2020-06-13] 178: Checking gears ** [01:16:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:16:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:40 2020-06-13] 178: Checking imports ** [01:16:40 2020-06-13] 178: Checking exports ** [01:16:40 2020-06-13] 178: Checking users ** [01:16:40 2020-06-13] 178: Checking user_dbs ** [01:16:40 2020-06-13] 178: Checking geocodings ** [01:16:40 2020-06-13] 178: Checking synchronizations ** [01:16:40 2020-06-13] 178: Checking tracker ** [01:16:40 2020-06-13] 178: Checking user_migrations ** [01:16:40 2020-06-13] 178: Checking batch_updates ** [01:16:40 2020-06-13] 178: Checking gears ** [01:16:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:16:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:45 2020-06-13] 178: Checking imports ** [01:16:45 2020-06-13] 178: Checking exports ** [01:16:45 2020-06-13] 178: Checking users ** [01:16:45 2020-06-13] 178: Checking user_dbs ** [01:16:45 2020-06-13] 178: Checking geocodings ** [01:16:45 2020-06-13] 178: Checking synchronizations ** [01:16:45 2020-06-13] 178: Checking tracker ** [01:16:45 2020-06-13] 178: Checking user_migrations ** [01:16:45 2020-06-13] 178: Checking batch_updates ** [01:16:45 2020-06-13] 178: Checking gears ** [01:16:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:16:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:50 2020-06-13] 178: Checking imports ** [01:16:50 2020-06-13] 178: Checking exports ** [01:16:50 2020-06-13] 178: Checking users ** [01:16:50 2020-06-13] 178: Checking user_dbs ** [01:16:50 2020-06-13] 178: Checking geocodings ** [01:16:50 2020-06-13] 178: Checking synchronizations ** [01:16:50 2020-06-13] 178: Checking tracker ** [01:16:50 2020-06-13] 178: Checking user_migrations ** [01:16:50 2020-06-13] 178: Checking batch_updates ** [01:16:50 2020-06-13] 178: Checking gears ** [01:16:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:16:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:55 2020-06-13] 178: Checking imports ** [01:16:55 2020-06-13] 178: Checking exports ** [01:16:55 2020-06-13] 178: Checking users ** [01:16:55 2020-06-13] 178: Checking user_dbs ** [01:16:55 2020-06-13] 178: Checking geocodings ** [01:16:55 2020-06-13] 178: Checking synchronizations ** [01:16:55 2020-06-13] 178: Checking tracker ** [01:16:55 2020-06-13] 178: Checking user_migrations ** [01:16:55 2020-06-13] 178: Checking batch_updates ** [01:16:55 2020-06-13] 178: Checking gears ** [01:16:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:16:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:00 2020-06-13] 178: Checking imports ** [01:17:00 2020-06-13] 178: Checking exports ** [01:17:00 2020-06-13] 178: Checking users ** [01:17:00 2020-06-13] 178: Checking user_dbs ** [01:17:00 2020-06-13] 178: Checking geocodings ** [01:17:00 2020-06-13] 178: Checking synchronizations ** [01:17:00 2020-06-13] 178: Checking tracker ** [01:17:00 2020-06-13] 178: Checking user_migrations ** [01:17:00 2020-06-13] 178: Checking batch_updates ** [01:17:00 2020-06-13] 178: Checking gears ** [01:17:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:17:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:05 2020-06-13] 178: Checking imports ** [01:17:05 2020-06-13] 178: Checking exports ** [01:17:05 2020-06-13] 178: Checking users ** [01:17:05 2020-06-13] 178: Checking user_dbs ** [01:17:05 2020-06-13] 178: Checking geocodings ** [01:17:05 2020-06-13] 178: Checking synchronizations ** [01:17:05 2020-06-13] 178: Checking tracker ** [01:17:05 2020-06-13] 178: Checking user_migrations ** [01:17:05 2020-06-13] 178: Checking batch_updates ** [01:17:05 2020-06-13] 178: Checking gears ** [01:17:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:17:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:10 2020-06-13] 178: Checking imports ** [01:17:10 2020-06-13] 178: Checking exports ** [01:17:10 2020-06-13] 178: Checking users ** [01:17:10 2020-06-13] 178: Checking user_dbs ** [01:17:10 2020-06-13] 178: Checking geocodings ** [01:17:10 2020-06-13] 178: Checking synchronizations ** [01:17:10 2020-06-13] 178: Checking tracker ** [01:17:10 2020-06-13] 178: Checking user_migrations ** [01:17:10 2020-06-13] 178: Checking batch_updates ** [01:17:10 2020-06-13] 178: Checking gears ** [01:17:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:17:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:15 2020-06-13] 178: Checking imports ** [01:17:15 2020-06-13] 178: Checking exports ** [01:17:15 2020-06-13] 178: Checking users ** [01:17:15 2020-06-13] 178: Checking user_dbs ** [01:17:15 2020-06-13] 178: Checking geocodings ** [01:17:15 2020-06-13] 178: Checking synchronizations ** [01:17:15 2020-06-13] 178: Checking tracker ** [01:17:15 2020-06-13] 178: Checking user_migrations ** [01:17:15 2020-06-13] 178: Checking batch_updates ** [01:17:15 2020-06-13] 178: Checking gears ** [01:17:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:17:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:20 2020-06-13] 178: Checking imports ** [01:17:20 2020-06-13] 178: Checking exports ** [01:17:20 2020-06-13] 178: Checking users ** [01:17:20 2020-06-13] 178: Checking user_dbs ** [01:17:20 2020-06-13] 178: Checking geocodings ** [01:17:20 2020-06-13] 178: Checking synchronizations ** [01:17:20 2020-06-13] 178: Checking tracker ** [01:17:20 2020-06-13] 178: Checking user_migrations ** [01:17:20 2020-06-13] 178: Checking batch_updates ** [01:17:20 2020-06-13] 178: Checking gears ** [01:17:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:17:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:25 2020-06-13] 178: Checking imports ** [01:17:25 2020-06-13] 178: Checking exports ** [01:17:25 2020-06-13] 178: Checking users ** [01:17:25 2020-06-13] 178: Checking user_dbs ** [01:17:25 2020-06-13] 178: Checking geocodings ** [01:17:25 2020-06-13] 178: Checking synchronizations ** [01:17:25 2020-06-13] 178: Checking tracker ** [01:17:25 2020-06-13] 178: Checking user_migrations ** [01:17:25 2020-06-13] 178: Checking batch_updates ** [01:17:25 2020-06-13] 178: Checking gears ** [01:17:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:17:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:30 2020-06-13] 178: Checking imports ** [01:17:30 2020-06-13] 178: Checking exports ** [01:17:30 2020-06-13] 178: Checking users ** [01:17:30 2020-06-13] 178: Checking user_dbs ** [01:17:30 2020-06-13] 178: Checking geocodings ** [01:17:30 2020-06-13] 178: Checking synchronizations ** [01:17:30 2020-06-13] 178: Checking tracker ** [01:17:30 2020-06-13] 178: Checking user_migrations ** [01:17:30 2020-06-13] 178: Checking batch_updates ** [01:17:30 2020-06-13] 178: Checking gears ** [01:17:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:17:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:35 2020-06-13] 178: Checking imports ** [01:17:35 2020-06-13] 178: Checking exports ** [01:17:35 2020-06-13] 178: Checking users ** [01:17:35 2020-06-13] 178: Checking user_dbs ** [01:17:35 2020-06-13] 178: Checking geocodings ** [01:17:35 2020-06-13] 178: Checking synchronizations ** [01:17:35 2020-06-13] 178: Checking tracker ** [01:17:35 2020-06-13] 178: Checking user_migrations ** [01:17:35 2020-06-13] 178: Checking batch_updates ** [01:17:35 2020-06-13] 178: Checking gears ** [01:17:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:17:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:40 2020-06-13] 178: Checking imports ** [01:17:40 2020-06-13] 178: Checking exports ** [01:17:40 2020-06-13] 178: Checking users ** [01:17:40 2020-06-13] 178: Checking user_dbs ** [01:17:40 2020-06-13] 178: Checking geocodings ** [01:17:40 2020-06-13] 178: Checking synchronizations ** [01:17:40 2020-06-13] 178: Checking tracker ** [01:17:40 2020-06-13] 178: Checking user_migrations ** [01:17:40 2020-06-13] 178: Checking batch_updates ** [01:17:40 2020-06-13] 178: Checking gears ** [01:17:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:17:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:45 2020-06-13] 178: Checking imports ** [01:17:45 2020-06-13] 178: Checking exports ** [01:17:45 2020-06-13] 178: Checking users ** [01:17:45 2020-06-13] 178: Checking user_dbs ** [01:17:45 2020-06-13] 178: Checking geocodings ** [01:17:45 2020-06-13] 178: Checking synchronizations ** [01:17:45 2020-06-13] 178: Checking tracker ** [01:17:45 2020-06-13] 178: Checking user_migrations ** [01:17:45 2020-06-13] 178: Checking batch_updates ** [01:17:45 2020-06-13] 178: Checking gears ** [01:17:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:17:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:50 2020-06-13] 178: Checking imports ** [01:17:50 2020-06-13] 178: Checking exports ** [01:17:50 2020-06-13] 178: Checking users ** [01:17:50 2020-06-13] 178: Checking user_dbs ** [01:17:50 2020-06-13] 178: Checking geocodings ** [01:17:50 2020-06-13] 178: Checking synchronizations ** [01:17:50 2020-06-13] 178: Checking tracker ** [01:17:50 2020-06-13] 178: Checking user_migrations ** [01:17:50 2020-06-13] 178: Checking batch_updates ** [01:17:50 2020-06-13] 178: Checking gears ** [01:17:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:17:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:55 2020-06-13] 178: Checking imports ** [01:17:55 2020-06-13] 178: Checking exports ** [01:17:55 2020-06-13] 178: Checking users ** [01:17:55 2020-06-13] 178: Checking user_dbs ** [01:17:55 2020-06-13] 178: Checking geocodings ** [01:17:55 2020-06-13] 178: Checking synchronizations ** [01:17:55 2020-06-13] 178: Checking tracker ** [01:17:55 2020-06-13] 178: Checking user_migrations ** [01:17:55 2020-06-13] 178: Checking batch_updates ** [01:17:55 2020-06-13] 178: Checking gears ** [01:17:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:17:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:00 2020-06-13] 178: Checking imports ** [01:18:00 2020-06-13] 178: Checking exports ** [01:18:00 2020-06-13] 178: Checking users ** [01:18:00 2020-06-13] 178: Checking user_dbs ** [01:18:00 2020-06-13] 178: Checking geocodings ** [01:18:00 2020-06-13] 178: Checking synchronizations ** [01:18:00 2020-06-13] 178: Checking tracker ** [01:18:00 2020-06-13] 178: Checking user_migrations ** [01:18:00 2020-06-13] 178: Checking batch_updates ** [01:18:00 2020-06-13] 178: Checking gears ** [01:18:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:18:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:05 2020-06-13] 178: Checking imports ** [01:18:05 2020-06-13] 178: Checking exports ** [01:18:05 2020-06-13] 178: Checking users ** [01:18:05 2020-06-13] 178: Checking user_dbs ** [01:18:05 2020-06-13] 178: Checking geocodings ** [01:18:05 2020-06-13] 178: Checking synchronizations ** [01:18:05 2020-06-13] 178: Checking tracker ** [01:18:05 2020-06-13] 178: Checking user_migrations ** [01:18:05 2020-06-13] 178: Checking batch_updates ** [01:18:05 2020-06-13] 178: Checking gears ** [01:18:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:18:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:10 2020-06-13] 178: Checking imports ** [01:18:10 2020-06-13] 178: Checking exports ** [01:18:10 2020-06-13] 178: Checking users ** [01:18:10 2020-06-13] 178: Checking user_dbs ** [01:18:10 2020-06-13] 178: Checking geocodings ** [01:18:10 2020-06-13] 178: Checking synchronizations ** [01:18:10 2020-06-13] 178: Checking tracker ** [01:18:10 2020-06-13] 178: Checking user_migrations ** [01:18:10 2020-06-13] 178: Checking batch_updates ** [01:18:10 2020-06-13] 178: Checking gears ** [01:18:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:18:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:15 2020-06-13] 178: Checking imports ** [01:18:15 2020-06-13] 178: Checking exports ** [01:18:15 2020-06-13] 178: Checking users ** [01:18:15 2020-06-13] 178: Checking user_dbs ** [01:18:15 2020-06-13] 178: Checking geocodings ** [01:18:15 2020-06-13] 178: Checking synchronizations ** [01:18:15 2020-06-13] 178: Checking tracker ** [01:18:15 2020-06-13] 178: Checking user_migrations ** [01:18:15 2020-06-13] 178: Checking batch_updates ** [01:18:15 2020-06-13] 178: Checking gears ** [01:18:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:18:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:20 2020-06-13] 178: Checking imports ** [01:18:20 2020-06-13] 178: Checking exports ** [01:18:20 2020-06-13] 178: Checking users ** [01:18:20 2020-06-13] 178: Checking user_dbs ** [01:18:20 2020-06-13] 178: Checking geocodings ** [01:18:20 2020-06-13] 178: Checking synchronizations ** [01:18:20 2020-06-13] 178: Checking tracker ** [01:18:20 2020-06-13] 178: Checking user_migrations ** [01:18:20 2020-06-13] 178: Checking batch_updates ** [01:18:20 2020-06-13] 178: Checking gears ** [01:18:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:18:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:25 2020-06-13] 178: Checking imports ** [01:18:25 2020-06-13] 178: Checking exports ** [01:18:25 2020-06-13] 178: Checking users ** [01:18:25 2020-06-13] 178: Checking user_dbs ** [01:18:25 2020-06-13] 178: Checking geocodings ** [01:18:25 2020-06-13] 178: Checking synchronizations ** [01:18:25 2020-06-13] 178: Checking tracker ** [01:18:25 2020-06-13] 178: Checking user_migrations ** [01:18:25 2020-06-13] 178: Checking batch_updates ** [01:18:25 2020-06-13] 178: Checking gears ** [01:18:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:18:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:30 2020-06-13] 178: Checking imports ** [01:18:30 2020-06-13] 178: Checking exports ** [01:18:30 2020-06-13] 178: Checking users ** [01:18:30 2020-06-13] 178: Checking user_dbs ** [01:18:30 2020-06-13] 178: Checking geocodings ** [01:18:30 2020-06-13] 178: Checking synchronizations ** [01:18:30 2020-06-13] 178: Checking tracker ** [01:18:30 2020-06-13] 178: Checking user_migrations ** [01:18:30 2020-06-13] 178: Checking batch_updates ** [01:18:30 2020-06-13] 178: Checking gears ** [01:18:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:18:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:35 2020-06-13] 178: Checking imports ** [01:18:35 2020-06-13] 178: Checking exports ** [01:18:35 2020-06-13] 178: Checking users ** [01:18:35 2020-06-13] 178: Checking user_dbs ** [01:18:35 2020-06-13] 178: Checking geocodings ** [01:18:35 2020-06-13] 178: Checking synchronizations ** [01:18:35 2020-06-13] 178: Checking tracker ** [01:18:35 2020-06-13] 178: Checking user_migrations ** [01:18:35 2020-06-13] 178: Checking batch_updates ** [01:18:35 2020-06-13] 178: Checking gears ** [01:18:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:18:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:40 2020-06-13] 178: Checking imports ** [01:18:40 2020-06-13] 178: Checking exports ** [01:18:40 2020-06-13] 178: Checking users ** [01:18:40 2020-06-13] 178: Checking user_dbs ** [01:18:40 2020-06-13] 178: Checking geocodings ** [01:18:40 2020-06-13] 178: Checking synchronizations ** [01:18:40 2020-06-13] 178: Checking tracker ** [01:18:40 2020-06-13] 178: Checking user_migrations ** [01:18:40 2020-06-13] 178: Checking batch_updates ** [01:18:40 2020-06-13] 178: Checking gears ** [01:18:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:18:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:45 2020-06-13] 178: Checking imports ** [01:18:45 2020-06-13] 178: Checking exports ** [01:18:45 2020-06-13] 178: Checking users ** [01:18:45 2020-06-13] 178: Checking user_dbs ** [01:18:45 2020-06-13] 178: Checking geocodings ** [01:18:45 2020-06-13] 178: Checking synchronizations ** [01:18:45 2020-06-13] 178: Checking tracker ** [01:18:45 2020-06-13] 178: Checking user_migrations ** [01:18:45 2020-06-13] 178: Checking batch_updates ** [01:18:45 2020-06-13] 178: Checking gears ** [01:18:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:18:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:50 2020-06-13] 178: Checking imports ** [01:18:50 2020-06-13] 178: Checking exports ** [01:18:50 2020-06-13] 178: Checking users ** [01:18:50 2020-06-13] 178: Checking user_dbs ** [01:18:50 2020-06-13] 178: Checking geocodings ** [01:18:50 2020-06-13] 178: Checking synchronizations ** [01:18:50 2020-06-13] 178: Checking tracker ** [01:18:50 2020-06-13] 178: Checking user_migrations ** [01:18:50 2020-06-13] 178: Checking batch_updates ** [01:18:50 2020-06-13] 178: Checking gears ** [01:18:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:18:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:55 2020-06-13] 178: Checking imports ** [01:18:55 2020-06-13] 178: Checking exports ** [01:18:55 2020-06-13] 178: Checking users ** [01:18:55 2020-06-13] 178: Checking user_dbs ** [01:18:55 2020-06-13] 178: Checking geocodings ** [01:18:55 2020-06-13] 178: Checking synchronizations ** [01:18:55 2020-06-13] 178: Checking tracker ** [01:18:55 2020-06-13] 178: Checking user_migrations ** [01:18:55 2020-06-13] 178: Checking batch_updates ** [01:18:55 2020-06-13] 178: Checking gears ** [01:18:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:18:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:00 2020-06-13] 178: Checking imports ** [01:19:00 2020-06-13] 178: Checking exports ** [01:19:00 2020-06-13] 178: Checking users ** [01:19:00 2020-06-13] 178: Checking user_dbs ** [01:19:00 2020-06-13] 178: Checking geocodings ** [01:19:00 2020-06-13] 178: Checking synchronizations ** [01:19:00 2020-06-13] 178: Checking tracker ** [01:19:00 2020-06-13] 178: Checking user_migrations ** [01:19:00 2020-06-13] 178: Checking batch_updates ** [01:19:00 2020-06-13] 178: Checking gears ** [01:19:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:19:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:05 2020-06-13] 178: Checking imports ** [01:19:05 2020-06-13] 178: Checking exports ** [01:19:05 2020-06-13] 178: Checking users ** [01:19:05 2020-06-13] 178: Checking user_dbs ** [01:19:05 2020-06-13] 178: Checking geocodings ** [01:19:05 2020-06-13] 178: Checking synchronizations ** [01:19:05 2020-06-13] 178: Checking tracker ** [01:19:05 2020-06-13] 178: Checking user_migrations ** [01:19:05 2020-06-13] 178: Checking batch_updates ** [01:19:05 2020-06-13] 178: Checking gears ** [01:19:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:19:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:10 2020-06-13] 178: Checking imports ** [01:19:10 2020-06-13] 178: Checking exports ** [01:19:10 2020-06-13] 178: Checking users ** [01:19:10 2020-06-13] 178: Checking user_dbs ** [01:19:10 2020-06-13] 178: Checking geocodings ** [01:19:10 2020-06-13] 178: Checking synchronizations ** [01:19:10 2020-06-13] 178: Checking tracker ** [01:19:10 2020-06-13] 178: Checking user_migrations ** [01:19:10 2020-06-13] 178: Checking batch_updates ** [01:19:10 2020-06-13] 178: Checking gears ** [01:19:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:19:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:15 2020-06-13] 178: Checking imports ** [01:19:15 2020-06-13] 178: Checking exports ** [01:19:15 2020-06-13] 178: Checking users ** [01:19:15 2020-06-13] 178: Checking user_dbs ** [01:19:15 2020-06-13] 178: Checking geocodings ** [01:19:15 2020-06-13] 178: Checking synchronizations ** [01:19:15 2020-06-13] 178: Checking tracker ** [01:19:15 2020-06-13] 178: Checking user_migrations ** [01:19:15 2020-06-13] 178: Checking batch_updates ** [01:19:15 2020-06-13] 178: Checking gears ** [01:19:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:19:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:20 2020-06-13] 178: Checking imports ** [01:19:20 2020-06-13] 178: Checking exports ** [01:19:20 2020-06-13] 178: Checking users ** [01:19:20 2020-06-13] 178: Checking user_dbs ** [01:19:20 2020-06-13] 178: Checking geocodings ** [01:19:20 2020-06-13] 178: Checking synchronizations ** [01:19:20 2020-06-13] 178: Checking tracker ** [01:19:20 2020-06-13] 178: Checking user_migrations ** [01:19:20 2020-06-13] 178: Checking batch_updates ** [01:19:20 2020-06-13] 178: Checking gears ** [01:19:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:19:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:25 2020-06-13] 178: Checking imports ** [01:19:25 2020-06-13] 178: Checking exports ** [01:19:25 2020-06-13] 178: Checking users ** [01:19:25 2020-06-13] 178: Checking user_dbs ** [01:19:25 2020-06-13] 178: Checking geocodings ** [01:19:25 2020-06-13] 178: Checking synchronizations ** [01:19:25 2020-06-13] 178: Checking tracker ** [01:19:25 2020-06-13] 178: Checking user_migrations ** [01:19:25 2020-06-13] 178: Checking batch_updates ** [01:19:25 2020-06-13] 178: Checking gears ** [01:19:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:19:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:30 2020-06-13] 178: Checking imports ** [01:19:30 2020-06-13] 178: Checking exports ** [01:19:30 2020-06-13] 178: Checking users ** [01:19:30 2020-06-13] 178: Checking user_dbs ** [01:19:30 2020-06-13] 178: Checking geocodings ** [01:19:30 2020-06-13] 178: Checking synchronizations ** [01:19:30 2020-06-13] 178: Checking tracker ** [01:19:30 2020-06-13] 178: Checking user_migrations ** [01:19:30 2020-06-13] 178: Checking batch_updates ** [01:19:30 2020-06-13] 178: Checking gears ** [01:19:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:19:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:35 2020-06-13] 178: Checking imports ** [01:19:35 2020-06-13] 178: Checking exports ** [01:19:35 2020-06-13] 178: Checking users ** [01:19:35 2020-06-13] 178: Checking user_dbs ** [01:19:35 2020-06-13] 178: Checking geocodings ** [01:19:35 2020-06-13] 178: Checking synchronizations ** [01:19:35 2020-06-13] 178: Checking tracker ** [01:19:35 2020-06-13] 178: Checking user_migrations ** [01:19:35 2020-06-13] 178: Checking batch_updates ** [01:19:35 2020-06-13] 178: Checking gears ** [01:19:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:19:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:40 2020-06-13] 178: Checking imports ** [01:19:40 2020-06-13] 178: Checking exports ** [01:19:40 2020-06-13] 178: Checking users ** [01:19:40 2020-06-13] 178: Checking user_dbs ** [01:19:40 2020-06-13] 178: Checking geocodings ** [01:19:40 2020-06-13] 178: Checking synchronizations ** [01:19:40 2020-06-13] 178: Checking tracker ** [01:19:40 2020-06-13] 178: Checking user_migrations ** [01:19:40 2020-06-13] 178: Checking batch_updates ** [01:19:40 2020-06-13] 178: Checking gears ** [01:19:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:19:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:45 2020-06-13] 178: Checking imports ** [01:19:45 2020-06-13] 178: Checking exports ** [01:19:45 2020-06-13] 178: Checking users ** [01:19:45 2020-06-13] 178: Checking user_dbs ** [01:19:45 2020-06-13] 178: Checking geocodings ** [01:19:45 2020-06-13] 178: Checking synchronizations ** [01:19:45 2020-06-13] 178: Checking tracker ** [01:19:45 2020-06-13] 178: Checking user_migrations ** [01:19:45 2020-06-13] 178: Checking batch_updates ** [01:19:45 2020-06-13] 178: Checking gears ** [01:19:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:19:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:50 2020-06-13] 178: Checking imports ** [01:19:50 2020-06-13] 178: Checking exports ** [01:19:50 2020-06-13] 178: Checking users ** [01:19:50 2020-06-13] 178: Checking user_dbs ** [01:19:50 2020-06-13] 178: Checking geocodings ** [01:19:50 2020-06-13] 178: Checking synchronizations ** [01:19:50 2020-06-13] 178: Checking tracker ** [01:19:50 2020-06-13] 178: Checking user_migrations ** [01:19:50 2020-06-13] 178: Checking batch_updates ** [01:19:50 2020-06-13] 178: Checking gears ** [01:19:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:19:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:55 2020-06-13] 178: Checking imports ** [01:19:55 2020-06-13] 178: Checking exports ** [01:19:55 2020-06-13] 178: Checking users ** [01:19:55 2020-06-13] 178: Checking user_dbs ** [01:19:55 2020-06-13] 178: Checking geocodings ** [01:19:55 2020-06-13] 178: Checking synchronizations ** [01:19:55 2020-06-13] 178: Checking tracker ** [01:19:55 2020-06-13] 178: Checking user_migrations ** [01:19:55 2020-06-13] 178: Checking batch_updates ** [01:19:55 2020-06-13] 178: Checking gears ** [01:19:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:19:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:00 2020-06-13] 178: Checking imports ** [01:20:00 2020-06-13] 178: Checking exports ** [01:20:00 2020-06-13] 178: Checking users ** [01:20:00 2020-06-13] 178: Checking user_dbs ** [01:20:00 2020-06-13] 178: Checking geocodings ** [01:20:00 2020-06-13] 178: Checking synchronizations ** [01:20:00 2020-06-13] 178: Checking tracker ** [01:20:00 2020-06-13] 178: Checking user_migrations ** [01:20:00 2020-06-13] 178: Checking batch_updates ** [01:20:00 2020-06-13] 178: Checking gears ** [01:20:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:20:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:05 2020-06-13] 178: Checking imports ** [01:20:05 2020-06-13] 178: Checking exports ** [01:20:05 2020-06-13] 178: Checking users ** [01:20:05 2020-06-13] 178: Checking user_dbs ** [01:20:05 2020-06-13] 178: Checking geocodings ** [01:20:05 2020-06-13] 178: Checking synchronizations ** [01:20:05 2020-06-13] 178: Checking tracker ** [01:20:05 2020-06-13] 178: Checking user_migrations ** [01:20:05 2020-06-13] 178: Checking batch_updates ** [01:20:05 2020-06-13] 178: Checking gears ** [01:20:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:20:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:10 2020-06-13] 178: Checking imports ** [01:20:10 2020-06-13] 178: Checking exports ** [01:20:10 2020-06-13] 178: Checking users ** [01:20:10 2020-06-13] 178: Checking user_dbs ** [01:20:10 2020-06-13] 178: Checking geocodings ** [01:20:10 2020-06-13] 178: Checking synchronizations ** [01:20:10 2020-06-13] 178: Checking tracker ** [01:20:10 2020-06-13] 178: Checking user_migrations ** [01:20:10 2020-06-13] 178: Checking batch_updates ** [01:20:10 2020-06-13] 178: Checking gears ** [01:20:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:20:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:15 2020-06-13] 178: Checking imports ** [01:20:15 2020-06-13] 178: Checking exports ** [01:20:15 2020-06-13] 178: Checking users ** [01:20:15 2020-06-13] 178: Checking user_dbs ** [01:20:15 2020-06-13] 178: Checking geocodings ** [01:20:15 2020-06-13] 178: Checking synchronizations ** [01:20:15 2020-06-13] 178: Checking tracker ** [01:20:15 2020-06-13] 178: Checking user_migrations ** [01:20:15 2020-06-13] 178: Checking batch_updates ** [01:20:15 2020-06-13] 178: Checking gears ** [01:20:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:20:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:20 2020-06-13] 178: Checking imports ** [01:20:20 2020-06-13] 178: Checking exports ** [01:20:20 2020-06-13] 178: Checking users ** [01:20:20 2020-06-13] 178: Checking user_dbs ** [01:20:20 2020-06-13] 178: Checking geocodings ** [01:20:20 2020-06-13] 178: Checking synchronizations ** [01:20:20 2020-06-13] 178: Checking tracker ** [01:20:20 2020-06-13] 178: Checking user_migrations ** [01:20:20 2020-06-13] 178: Checking batch_updates ** [01:20:20 2020-06-13] 178: Checking gears ** [01:20:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:20:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:25 2020-06-13] 178: Checking imports ** [01:20:25 2020-06-13] 178: Checking exports ** [01:20:25 2020-06-13] 178: Checking users ** [01:20:25 2020-06-13] 178: Checking user_dbs ** [01:20:25 2020-06-13] 178: Checking geocodings ** [01:20:25 2020-06-13] 178: Checking synchronizations ** [01:20:25 2020-06-13] 178: Checking tracker ** [01:20:25 2020-06-13] 178: Checking user_migrations ** [01:20:25 2020-06-13] 178: Checking batch_updates ** [01:20:25 2020-06-13] 178: Checking gears ** [01:20:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:20:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:30 2020-06-13] 178: Checking imports ** [01:20:30 2020-06-13] 178: Checking exports ** [01:20:30 2020-06-13] 178: Checking users ** [01:20:30 2020-06-13] 178: Checking user_dbs ** [01:20:30 2020-06-13] 178: Checking geocodings ** [01:20:30 2020-06-13] 178: Checking synchronizations ** [01:20:30 2020-06-13] 178: Checking tracker ** [01:20:30 2020-06-13] 178: Checking user_migrations ** [01:20:30 2020-06-13] 178: Checking batch_updates ** [01:20:30 2020-06-13] 178: Checking gears ** [01:20:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:20:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:35 2020-06-13] 178: Checking imports ** [01:20:35 2020-06-13] 178: Checking exports ** [01:20:35 2020-06-13] 178: Checking users ** [01:20:35 2020-06-13] 178: Checking user_dbs ** [01:20:35 2020-06-13] 178: Checking geocodings ** [01:20:35 2020-06-13] 178: Checking synchronizations ** [01:20:35 2020-06-13] 178: Checking tracker ** [01:20:35 2020-06-13] 178: Checking user_migrations ** [01:20:35 2020-06-13] 178: Checking batch_updates ** [01:20:35 2020-06-13] 178: Checking gears ** [01:20:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:20:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:40 2020-06-13] 178: Checking imports ** [01:20:40 2020-06-13] 178: Checking exports ** [01:20:40 2020-06-13] 178: Checking users ** [01:20:40 2020-06-13] 178: Checking user_dbs ** [01:20:40 2020-06-13] 178: Checking geocodings ** [01:20:40 2020-06-13] 178: Checking synchronizations ** [01:20:40 2020-06-13] 178: Checking tracker ** [01:20:40 2020-06-13] 178: Checking user_migrations ** [01:20:40 2020-06-13] 178: Checking batch_updates ** [01:20:40 2020-06-13] 178: Checking gears ** [01:20:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:20:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:45 2020-06-13] 178: Checking imports ** [01:20:45 2020-06-13] 178: Checking exports ** [01:20:45 2020-06-13] 178: Checking users ** [01:20:45 2020-06-13] 178: Checking user_dbs ** [01:20:45 2020-06-13] 178: Checking geocodings ** [01:20:45 2020-06-13] 178: Checking synchronizations ** [01:20:45 2020-06-13] 178: Checking tracker ** [01:20:45 2020-06-13] 178: Checking user_migrations ** [01:20:45 2020-06-13] 178: Checking batch_updates ** [01:20:45 2020-06-13] 178: Checking gears ** [01:20:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:20:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:50 2020-06-13] 178: Checking imports ** [01:20:50 2020-06-13] 178: Checking exports ** [01:20:50 2020-06-13] 178: Checking users ** [01:20:50 2020-06-13] 178: Checking user_dbs ** [01:20:50 2020-06-13] 178: Checking geocodings ** [01:20:50 2020-06-13] 178: Checking synchronizations ** [01:20:50 2020-06-13] 178: Checking tracker ** [01:20:50 2020-06-13] 178: Checking user_migrations ** [01:20:50 2020-06-13] 178: Checking batch_updates ** [01:20:50 2020-06-13] 178: Checking gears ** [01:20:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:20:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:55 2020-06-13] 178: Checking imports ** [01:20:55 2020-06-13] 178: Checking exports ** [01:20:55 2020-06-13] 178: Checking users ** [01:20:55 2020-06-13] 178: Checking user_dbs ** [01:20:55 2020-06-13] 178: Checking geocodings ** [01:20:55 2020-06-13] 178: Checking synchronizations ** [01:20:55 2020-06-13] 178: Checking tracker ** [01:20:55 2020-06-13] 178: Checking user_migrations ** [01:20:55 2020-06-13] 178: Checking batch_updates ** [01:20:55 2020-06-13] 178: Checking gears ** [01:20:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:20:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:00 2020-06-13] 178: Checking imports ** [01:21:00 2020-06-13] 178: Checking exports ** [01:21:00 2020-06-13] 178: Checking users ** [01:21:00 2020-06-13] 178: Checking user_dbs ** [01:21:00 2020-06-13] 178: Checking geocodings ** [01:21:00 2020-06-13] 178: Checking synchronizations ** [01:21:00 2020-06-13] 178: Checking tracker ** [01:21:00 2020-06-13] 178: Checking user_migrations ** [01:21:00 2020-06-13] 178: Checking batch_updates ** [01:21:00 2020-06-13] 178: Checking gears ** [01:21:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:21:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:05 2020-06-13] 178: Checking imports ** [01:21:05 2020-06-13] 178: Checking exports ** [01:21:05 2020-06-13] 178: Checking users ** [01:21:05 2020-06-13] 178: Checking user_dbs ** [01:21:05 2020-06-13] 178: Checking geocodings ** [01:21:05 2020-06-13] 178: Checking synchronizations ** [01:21:05 2020-06-13] 178: Checking tracker ** [01:21:05 2020-06-13] 178: Checking user_migrations ** [01:21:05 2020-06-13] 178: Checking batch_updates ** [01:21:05 2020-06-13] 178: Checking gears ** [01:21:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:21:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:10 2020-06-13] 178: Checking imports ** [01:21:10 2020-06-13] 178: Checking exports ** [01:21:10 2020-06-13] 178: Checking users ** [01:21:10 2020-06-13] 178: Checking user_dbs ** [01:21:10 2020-06-13] 178: Checking geocodings ** [01:21:10 2020-06-13] 178: Checking synchronizations ** [01:21:10 2020-06-13] 178: Checking tracker ** [01:21:10 2020-06-13] 178: Checking user_migrations ** [01:21:10 2020-06-13] 178: Checking batch_updates ** [01:21:10 2020-06-13] 178: Checking gears ** [01:21:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:21:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:15 2020-06-13] 178: Checking imports ** [01:21:15 2020-06-13] 178: Checking exports ** [01:21:15 2020-06-13] 178: Checking users ** [01:21:15 2020-06-13] 178: Checking user_dbs ** [01:21:15 2020-06-13] 178: Checking geocodings ** [01:21:15 2020-06-13] 178: Checking synchronizations ** [01:21:15 2020-06-13] 178: Checking tracker ** [01:21:15 2020-06-13] 178: Checking user_migrations ** [01:21:15 2020-06-13] 178: Checking batch_updates ** [01:21:15 2020-06-13] 178: Checking gears ** [01:21:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:21:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:20 2020-06-13] 178: Checking imports ** [01:21:20 2020-06-13] 178: Checking exports ** [01:21:20 2020-06-13] 178: Checking users ** [01:21:20 2020-06-13] 178: Checking user_dbs ** [01:21:20 2020-06-13] 178: Checking geocodings ** [01:21:20 2020-06-13] 178: Checking synchronizations ** [01:21:20 2020-06-13] 178: Checking tracker ** [01:21:20 2020-06-13] 178: Checking user_migrations ** [01:21:20 2020-06-13] 178: Checking batch_updates ** [01:21:20 2020-06-13] 178: Checking gears ** [01:21:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:21:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:25 2020-06-13] 178: Checking imports ** [01:21:25 2020-06-13] 178: Checking exports ** [01:21:25 2020-06-13] 178: Checking users ** [01:21:25 2020-06-13] 178: Checking user_dbs ** [01:21:25 2020-06-13] 178: Checking geocodings ** [01:21:25 2020-06-13] 178: Checking synchronizations ** [01:21:25 2020-06-13] 178: Checking tracker ** [01:21:25 2020-06-13] 178: Checking user_migrations ** [01:21:25 2020-06-13] 178: Checking batch_updates ** [01:21:25 2020-06-13] 178: Checking gears ** [01:21:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:21:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:30 2020-06-13] 178: Checking imports ** [01:21:30 2020-06-13] 178: Checking exports ** [01:21:30 2020-06-13] 178: Checking users ** [01:21:30 2020-06-13] 178: Checking user_dbs ** [01:21:30 2020-06-13] 178: Checking geocodings ** [01:21:30 2020-06-13] 178: Checking synchronizations ** [01:21:30 2020-06-13] 178: Checking tracker ** [01:21:30 2020-06-13] 178: Checking user_migrations ** [01:21:30 2020-06-13] 178: Checking batch_updates ** [01:21:30 2020-06-13] 178: Checking gears ** [01:21:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:21:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:35 2020-06-13] 178: Checking imports ** [01:21:35 2020-06-13] 178: Checking exports ** [01:21:35 2020-06-13] 178: Checking users ** [01:21:35 2020-06-13] 178: Checking user_dbs ** [01:21:35 2020-06-13] 178: Checking geocodings ** [01:21:35 2020-06-13] 178: Checking synchronizations ** [01:21:35 2020-06-13] 178: Checking tracker ** [01:21:35 2020-06-13] 178: Checking user_migrations ** [01:21:35 2020-06-13] 178: Checking batch_updates ** [01:21:35 2020-06-13] 178: Checking gears ** [01:21:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:21:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:40 2020-06-13] 178: Checking imports ** [01:21:40 2020-06-13] 178: Checking exports ** [01:21:40 2020-06-13] 178: Checking users ** [01:21:40 2020-06-13] 178: Checking user_dbs ** [01:21:40 2020-06-13] 178: Checking geocodings ** [01:21:40 2020-06-13] 178: Checking synchronizations ** [01:21:40 2020-06-13] 178: Checking tracker ** [01:21:40 2020-06-13] 178: Checking user_migrations ** [01:21:40 2020-06-13] 178: Checking batch_updates ** [01:21:40 2020-06-13] 178: Checking gears ** [01:21:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:21:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:45 2020-06-13] 178: Checking imports ** [01:21:45 2020-06-13] 178: Checking exports ** [01:21:45 2020-06-13] 178: Checking users ** [01:21:45 2020-06-13] 178: Checking user_dbs ** [01:21:45 2020-06-13] 178: Checking geocodings ** [01:21:45 2020-06-13] 178: Checking synchronizations ** [01:21:45 2020-06-13] 178: Checking tracker ** [01:21:45 2020-06-13] 178: Checking user_migrations ** [01:21:45 2020-06-13] 178: Checking batch_updates ** [01:21:45 2020-06-13] 178: Checking gears ** [01:21:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:21:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:50 2020-06-13] 178: Checking imports ** [01:21:50 2020-06-13] 178: Checking exports ** [01:21:50 2020-06-13] 178: Checking users ** [01:21:50 2020-06-13] 178: Checking user_dbs ** [01:21:50 2020-06-13] 178: Checking geocodings ** [01:21:50 2020-06-13] 178: Checking synchronizations ** [01:21:50 2020-06-13] 178: Checking tracker ** [01:21:50 2020-06-13] 178: Checking user_migrations ** [01:21:50 2020-06-13] 178: Checking batch_updates ** [01:21:50 2020-06-13] 178: Checking gears ** [01:21:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:21:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:55 2020-06-13] 178: Checking imports ** [01:21:55 2020-06-13] 178: Checking exports ** [01:21:55 2020-06-13] 178: Checking users ** [01:21:55 2020-06-13] 178: Checking user_dbs ** [01:21:55 2020-06-13] 178: Checking geocodings ** [01:21:55 2020-06-13] 178: Checking synchronizations ** [01:21:55 2020-06-13] 178: Checking tracker ** [01:21:55 2020-06-13] 178: Checking user_migrations ** [01:21:55 2020-06-13] 178: Checking batch_updates ** [01:21:55 2020-06-13] 178: Checking gears ** [01:21:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:21:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:00 2020-06-13] 178: Checking imports ** [01:22:00 2020-06-13] 178: Checking exports ** [01:22:00 2020-06-13] 178: Checking users ** [01:22:00 2020-06-13] 178: Checking user_dbs ** [01:22:00 2020-06-13] 178: Checking geocodings ** [01:22:00 2020-06-13] 178: Checking synchronizations ** [01:22:00 2020-06-13] 178: Checking tracker ** [01:22:00 2020-06-13] 178: Checking user_migrations ** [01:22:00 2020-06-13] 178: Checking batch_updates ** [01:22:00 2020-06-13] 178: Checking gears ** [01:22:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:22:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:05 2020-06-13] 178: Checking imports ** [01:22:05 2020-06-13] 178: Checking exports ** [01:22:05 2020-06-13] 178: Checking users ** [01:22:05 2020-06-13] 178: Checking user_dbs ** [01:22:05 2020-06-13] 178: Checking geocodings ** [01:22:05 2020-06-13] 178: Checking synchronizations ** [01:22:05 2020-06-13] 178: Checking tracker ** [01:22:05 2020-06-13] 178: Checking user_migrations ** [01:22:05 2020-06-13] 178: Checking batch_updates ** [01:22:05 2020-06-13] 178: Checking gears ** [01:22:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:22:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:10 2020-06-13] 178: Checking imports ** [01:22:10 2020-06-13] 178: Checking exports ** [01:22:10 2020-06-13] 178: Checking users ** [01:22:10 2020-06-13] 178: Checking user_dbs ** [01:22:10 2020-06-13] 178: Checking geocodings ** [01:22:10 2020-06-13] 178: Checking synchronizations ** [01:22:10 2020-06-13] 178: Checking tracker ** [01:22:10 2020-06-13] 178: Checking user_migrations ** [01:22:10 2020-06-13] 178: Checking batch_updates ** [01:22:10 2020-06-13] 178: Checking gears ** [01:22:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:22:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:15 2020-06-13] 178: Checking imports ** [01:22:15 2020-06-13] 178: Checking exports ** [01:22:15 2020-06-13] 178: Checking users ** [01:22:15 2020-06-13] 178: Checking user_dbs ** [01:22:15 2020-06-13] 178: Checking geocodings ** [01:22:15 2020-06-13] 178: Checking synchronizations ** [01:22:15 2020-06-13] 178: Checking tracker ** [01:22:15 2020-06-13] 178: Checking user_migrations ** [01:22:15 2020-06-13] 178: Checking batch_updates ** [01:22:15 2020-06-13] 178: Checking gears ** [01:22:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:22:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:20 2020-06-13] 178: Checking imports ** [01:22:20 2020-06-13] 178: Checking exports ** [01:22:20 2020-06-13] 178: Checking users ** [01:22:20 2020-06-13] 178: Checking user_dbs ** [01:22:20 2020-06-13] 178: Checking geocodings ** [01:22:20 2020-06-13] 178: Checking synchronizations ** [01:22:20 2020-06-13] 178: Checking tracker ** [01:22:20 2020-06-13] 178: Checking user_migrations ** [01:22:20 2020-06-13] 178: Checking batch_updates ** [01:22:20 2020-06-13] 178: Checking gears ** [01:22:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:22:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:25 2020-06-13] 178: Checking imports ** [01:22:25 2020-06-13] 178: Checking exports ** [01:22:25 2020-06-13] 178: Checking users ** [01:22:25 2020-06-13] 178: Checking user_dbs ** [01:22:25 2020-06-13] 178: Checking geocodings ** [01:22:25 2020-06-13] 178: Checking synchronizations ** [01:22:25 2020-06-13] 178: Checking tracker ** [01:22:25 2020-06-13] 178: Checking user_migrations ** [01:22:25 2020-06-13] 178: Checking batch_updates ** [01:22:25 2020-06-13] 178: Checking gears ** [01:22:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:22:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:30 2020-06-13] 178: Checking imports ** [01:22:30 2020-06-13] 178: Checking exports ** [01:22:30 2020-06-13] 178: Checking users ** [01:22:30 2020-06-13] 178: Checking user_dbs ** [01:22:30 2020-06-13] 178: Checking geocodings ** [01:22:30 2020-06-13] 178: Checking synchronizations ** [01:22:30 2020-06-13] 178: Checking tracker ** [01:22:30 2020-06-13] 178: Checking user_migrations ** [01:22:30 2020-06-13] 178: Checking batch_updates ** [01:22:30 2020-06-13] 178: Checking gears ** [01:22:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:22:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:35 2020-06-13] 178: Checking imports ** [01:22:35 2020-06-13] 178: Checking exports ** [01:22:35 2020-06-13] 178: Checking users ** [01:22:35 2020-06-13] 178: Checking user_dbs ** [01:22:35 2020-06-13] 178: Checking geocodings ** [01:22:35 2020-06-13] 178: Checking synchronizations ** [01:22:35 2020-06-13] 178: Checking tracker ** [01:22:35 2020-06-13] 178: Checking user_migrations ** [01:22:35 2020-06-13] 178: Checking batch_updates ** [01:22:35 2020-06-13] 178: Checking gears ** [01:22:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:22:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:40 2020-06-13] 178: Checking imports ** [01:22:40 2020-06-13] 178: Checking exports ** [01:22:40 2020-06-13] 178: Checking users ** [01:22:40 2020-06-13] 178: Checking user_dbs ** [01:22:40 2020-06-13] 178: Checking geocodings ** [01:22:40 2020-06-13] 178: Checking synchronizations ** [01:22:40 2020-06-13] 178: Checking tracker ** [01:22:40 2020-06-13] 178: Checking user_migrations ** [01:22:40 2020-06-13] 178: Checking batch_updates ** [01:22:40 2020-06-13] 178: Checking gears ** [01:22:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:22:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:45 2020-06-13] 178: Checking imports ** [01:22:45 2020-06-13] 178: Checking exports ** [01:22:45 2020-06-13] 178: Checking users ** [01:22:45 2020-06-13] 178: Checking user_dbs ** [01:22:45 2020-06-13] 178: Checking geocodings ** [01:22:45 2020-06-13] 178: Checking synchronizations ** [01:22:45 2020-06-13] 178: Checking tracker ** [01:22:45 2020-06-13] 178: Checking user_migrations ** [01:22:45 2020-06-13] 178: Checking batch_updates ** [01:22:45 2020-06-13] 178: Checking gears ** [01:22:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:22:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:50 2020-06-13] 178: Checking imports ** [01:22:50 2020-06-13] 178: Checking exports ** [01:22:51 2020-06-13] 178: Checking users ** [01:22:51 2020-06-13] 178: Checking user_dbs ** [01:22:51 2020-06-13] 178: Checking geocodings ** [01:22:51 2020-06-13] 178: Checking synchronizations ** [01:22:51 2020-06-13] 178: Checking tracker ** [01:22:51 2020-06-13] 178: Checking user_migrations ** [01:22:51 2020-06-13] 178: Checking batch_updates ** [01:22:51 2020-06-13] 178: Checking gears ** [01:22:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:22:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:56 2020-06-13] 178: Checking imports ** [01:22:56 2020-06-13] 178: Checking exports ** [01:22:56 2020-06-13] 178: Checking users ** [01:22:56 2020-06-13] 178: Checking user_dbs ** [01:22:56 2020-06-13] 178: Checking geocodings ** [01:22:56 2020-06-13] 178: Checking synchronizations ** [01:22:56 2020-06-13] 178: Checking tracker ** [01:22:56 2020-06-13] 178: Checking user_migrations ** [01:22:56 2020-06-13] 178: Checking batch_updates ** [01:22:56 2020-06-13] 178: Checking gears ** [01:22:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:22:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:01 2020-06-13] 178: Checking imports ** [01:23:01 2020-06-13] 178: Checking exports ** [01:23:01 2020-06-13] 178: Checking users ** [01:23:01 2020-06-13] 178: Checking user_dbs ** [01:23:01 2020-06-13] 178: Checking geocodings ** [01:23:01 2020-06-13] 178: Checking synchronizations ** [01:23:01 2020-06-13] 178: Checking tracker ** [01:23:01 2020-06-13] 178: Checking user_migrations ** [01:23:01 2020-06-13] 178: Checking batch_updates ** [01:23:01 2020-06-13] 178: Checking gears ** [01:23:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:23:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:06 2020-06-13] 178: Checking imports ** [01:23:06 2020-06-13] 178: Checking exports ** [01:23:06 2020-06-13] 178: Checking users ** [01:23:06 2020-06-13] 178: Checking user_dbs ** [01:23:06 2020-06-13] 178: Checking geocodings ** [01:23:06 2020-06-13] 178: Checking synchronizations ** [01:23:06 2020-06-13] 178: Checking tracker ** [01:23:06 2020-06-13] 178: Checking user_migrations ** [01:23:06 2020-06-13] 178: Checking batch_updates ** [01:23:06 2020-06-13] 178: Checking gears ** [01:23:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:23:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:11 2020-06-13] 178: Checking imports ** [01:23:11 2020-06-13] 178: Checking exports ** [01:23:11 2020-06-13] 178: Checking users ** [01:23:11 2020-06-13] 178: Checking user_dbs ** [01:23:11 2020-06-13] 178: Checking geocodings ** [01:23:11 2020-06-13] 178: Checking synchronizations ** [01:23:11 2020-06-13] 178: Checking tracker ** [01:23:11 2020-06-13] 178: Checking user_migrations ** [01:23:11 2020-06-13] 178: Checking batch_updates ** [01:23:11 2020-06-13] 178: Checking gears ** [01:23:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:23:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:16 2020-06-13] 178: Checking imports ** [01:23:16 2020-06-13] 178: Checking exports ** [01:23:16 2020-06-13] 178: Checking users ** [01:23:16 2020-06-13] 178: Checking user_dbs ** [01:23:16 2020-06-13] 178: Checking geocodings ** [01:23:16 2020-06-13] 178: Checking synchronizations ** [01:23:16 2020-06-13] 178: Checking tracker ** [01:23:16 2020-06-13] 178: Checking user_migrations ** [01:23:16 2020-06-13] 178: Checking batch_updates ** [01:23:16 2020-06-13] 178: Checking gears ** [01:23:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:23:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:21 2020-06-13] 178: Checking imports ** [01:23:21 2020-06-13] 178: Checking exports ** [01:23:21 2020-06-13] 178: Checking users ** [01:23:21 2020-06-13] 178: Checking user_dbs ** [01:23:21 2020-06-13] 178: Checking geocodings ** [01:23:21 2020-06-13] 178: Checking synchronizations ** [01:23:21 2020-06-13] 178: Checking tracker ** [01:23:21 2020-06-13] 178: Checking user_migrations ** [01:23:21 2020-06-13] 178: Checking batch_updates ** [01:23:21 2020-06-13] 178: Checking gears ** [01:23:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:23:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:26 2020-06-13] 178: Checking imports ** [01:23:26 2020-06-13] 178: Checking exports ** [01:23:26 2020-06-13] 178: Checking users ** [01:23:26 2020-06-13] 178: Checking user_dbs ** [01:23:26 2020-06-13] 178: Checking geocodings ** [01:23:26 2020-06-13] 178: Checking synchronizations ** [01:23:26 2020-06-13] 178: Checking tracker ** [01:23:26 2020-06-13] 178: Checking user_migrations ** [01:23:26 2020-06-13] 178: Checking batch_updates ** [01:23:26 2020-06-13] 178: Checking gears ** [01:23:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:23:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:31 2020-06-13] 178: Checking imports ** [01:23:31 2020-06-13] 178: Checking exports ** [01:23:31 2020-06-13] 178: Checking users ** [01:23:31 2020-06-13] 178: Checking user_dbs ** [01:23:31 2020-06-13] 178: Checking geocodings ** [01:23:31 2020-06-13] 178: Checking synchronizations ** [01:23:31 2020-06-13] 178: Checking tracker ** [01:23:31 2020-06-13] 178: Checking user_migrations ** [01:23:31 2020-06-13] 178: Checking batch_updates ** [01:23:31 2020-06-13] 178: Checking gears ** [01:23:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:23:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:36 2020-06-13] 178: Checking imports ** [01:23:36 2020-06-13] 178: Checking exports ** [01:23:36 2020-06-13] 178: Checking users ** [01:23:36 2020-06-13] 178: Checking user_dbs ** [01:23:36 2020-06-13] 178: Checking geocodings ** [01:23:36 2020-06-13] 178: Checking synchronizations ** [01:23:36 2020-06-13] 178: Checking tracker ** [01:23:36 2020-06-13] 178: Checking user_migrations ** [01:23:36 2020-06-13] 178: Checking batch_updates ** [01:23:36 2020-06-13] 178: Checking gears ** [01:23:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:23:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:41 2020-06-13] 178: Checking imports ** [01:23:41 2020-06-13] 178: Checking exports ** [01:23:41 2020-06-13] 178: Checking users ** [01:23:41 2020-06-13] 178: Checking user_dbs ** [01:23:41 2020-06-13] 178: Checking geocodings ** [01:23:41 2020-06-13] 178: Checking synchronizations ** [01:23:41 2020-06-13] 178: Checking tracker ** [01:23:41 2020-06-13] 178: Checking user_migrations ** [01:23:41 2020-06-13] 178: Checking batch_updates ** [01:23:41 2020-06-13] 178: Checking gears ** [01:23:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:23:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:46 2020-06-13] 178: Checking imports ** [01:23:46 2020-06-13] 178: Checking exports ** [01:23:46 2020-06-13] 178: Checking users ** [01:23:46 2020-06-13] 178: Checking user_dbs ** [01:23:46 2020-06-13] 178: Checking geocodings ** [01:23:46 2020-06-13] 178: Checking synchronizations ** [01:23:46 2020-06-13] 178: Checking tracker ** [01:23:46 2020-06-13] 178: Checking user_migrations ** [01:23:46 2020-06-13] 178: Checking batch_updates ** [01:23:46 2020-06-13] 178: Checking gears ** [01:23:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:23:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:51 2020-06-13] 178: Checking imports ** [01:23:51 2020-06-13] 178: Checking exports ** [01:23:51 2020-06-13] 178: Checking users ** [01:23:51 2020-06-13] 178: Checking user_dbs ** [01:23:51 2020-06-13] 178: Checking geocodings ** [01:23:51 2020-06-13] 178: Checking synchronizations ** [01:23:51 2020-06-13] 178: Checking tracker ** [01:23:51 2020-06-13] 178: Checking user_migrations ** [01:23:51 2020-06-13] 178: Checking batch_updates ** [01:23:51 2020-06-13] 178: Checking gears ** [01:23:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:23:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:56 2020-06-13] 178: Checking imports ** [01:23:56 2020-06-13] 178: Checking exports ** [01:23:56 2020-06-13] 178: Checking users ** [01:23:56 2020-06-13] 178: Checking user_dbs ** [01:23:56 2020-06-13] 178: Checking geocodings ** [01:23:56 2020-06-13] 178: Checking synchronizations ** [01:23:56 2020-06-13] 178: Checking tracker ** [01:23:56 2020-06-13] 178: Checking user_migrations ** [01:23:56 2020-06-13] 178: Checking batch_updates ** [01:23:56 2020-06-13] 178: Checking gears ** [01:23:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:23:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:01 2020-06-13] 178: Checking imports ** [01:24:01 2020-06-13] 178: Checking exports ** [01:24:01 2020-06-13] 178: Checking users ** [01:24:01 2020-06-13] 178: Checking user_dbs ** [01:24:01 2020-06-13] 178: Checking geocodings ** [01:24:01 2020-06-13] 178: Checking synchronizations ** [01:24:01 2020-06-13] 178: Checking tracker ** [01:24:01 2020-06-13] 178: Checking user_migrations ** [01:24:01 2020-06-13] 178: Checking batch_updates ** [01:24:01 2020-06-13] 178: Checking gears ** [01:24:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:24:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:06 2020-06-13] 178: Checking imports ** [01:24:06 2020-06-13] 178: Checking exports ** [01:24:06 2020-06-13] 178: Checking users ** [01:24:06 2020-06-13] 178: Checking user_dbs ** [01:24:06 2020-06-13] 178: Checking geocodings ** [01:24:06 2020-06-13] 178: Checking synchronizations ** [01:24:06 2020-06-13] 178: Checking tracker ** [01:24:06 2020-06-13] 178: Checking user_migrations ** [01:24:06 2020-06-13] 178: Checking batch_updates ** [01:24:06 2020-06-13] 178: Checking gears ** [01:24:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:24:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:11 2020-06-13] 178: Checking imports ** [01:24:11 2020-06-13] 178: Checking exports ** [01:24:11 2020-06-13] 178: Checking users ** [01:24:11 2020-06-13] 178: Checking user_dbs ** [01:24:11 2020-06-13] 178: Checking geocodings ** [01:24:11 2020-06-13] 178: Checking synchronizations ** [01:24:11 2020-06-13] 178: Checking tracker ** [01:24:11 2020-06-13] 178: Checking user_migrations ** [01:24:11 2020-06-13] 178: Checking batch_updates ** [01:24:11 2020-06-13] 178: Checking gears ** [01:24:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:24:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:16 2020-06-13] 178: Checking imports ** [01:24:16 2020-06-13] 178: Checking exports ** [01:24:16 2020-06-13] 178: Checking users ** [01:24:16 2020-06-13] 178: Checking user_dbs ** [01:24:16 2020-06-13] 178: Checking geocodings ** [01:24:16 2020-06-13] 178: Checking synchronizations ** [01:24:16 2020-06-13] 178: Checking tracker ** [01:24:16 2020-06-13] 178: Checking user_migrations ** [01:24:16 2020-06-13] 178: Checking batch_updates ** [01:24:16 2020-06-13] 178: Checking gears ** [01:24:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:24:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:21 2020-06-13] 178: Checking imports ** [01:24:21 2020-06-13] 178: Checking exports ** [01:24:21 2020-06-13] 178: Checking users ** [01:24:21 2020-06-13] 178: Checking user_dbs ** [01:24:21 2020-06-13] 178: Checking geocodings ** [01:24:21 2020-06-13] 178: Checking synchronizations ** [01:24:21 2020-06-13] 178: Checking tracker ** [01:24:21 2020-06-13] 178: Checking user_migrations ** [01:24:21 2020-06-13] 178: Checking batch_updates ** [01:24:21 2020-06-13] 178: Checking gears ** [01:24:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:24:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:26 2020-06-13] 178: Checking imports ** [01:24:26 2020-06-13] 178: Checking exports ** [01:24:26 2020-06-13] 178: Checking users ** [01:24:26 2020-06-13] 178: Checking user_dbs ** [01:24:26 2020-06-13] 178: Checking geocodings ** [01:24:26 2020-06-13] 178: Checking synchronizations ** [01:24:26 2020-06-13] 178: Checking tracker ** [01:24:26 2020-06-13] 178: Checking user_migrations ** [01:24:26 2020-06-13] 178: Checking batch_updates ** [01:24:26 2020-06-13] 178: Checking gears ** [01:24:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:24:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:31 2020-06-13] 178: Checking imports ** [01:24:31 2020-06-13] 178: Checking exports ** [01:24:31 2020-06-13] 178: Checking users ** [01:24:31 2020-06-13] 178: Checking user_dbs ** [01:24:31 2020-06-13] 178: Checking geocodings ** [01:24:31 2020-06-13] 178: Checking synchronizations ** [01:24:31 2020-06-13] 178: Checking tracker ** [01:24:31 2020-06-13] 178: Checking user_migrations ** [01:24:31 2020-06-13] 178: Checking batch_updates ** [01:24:31 2020-06-13] 178: Checking gears ** [01:24:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:24:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:36 2020-06-13] 178: Checking imports ** [01:24:36 2020-06-13] 178: Checking exports ** [01:24:36 2020-06-13] 178: Checking users ** [01:24:36 2020-06-13] 178: Checking user_dbs ** [01:24:36 2020-06-13] 178: Checking geocodings ** [01:24:36 2020-06-13] 178: Checking synchronizations ** [01:24:36 2020-06-13] 178: Checking tracker ** [01:24:36 2020-06-13] 178: Checking user_migrations ** [01:24:36 2020-06-13] 178: Checking batch_updates ** [01:24:36 2020-06-13] 178: Checking gears ** [01:24:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:24:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:41 2020-06-13] 178: Checking imports ** [01:24:41 2020-06-13] 178: Checking exports ** [01:24:41 2020-06-13] 178: Checking users ** [01:24:41 2020-06-13] 178: Checking user_dbs ** [01:24:41 2020-06-13] 178: Checking geocodings ** [01:24:41 2020-06-13] 178: Checking synchronizations ** [01:24:41 2020-06-13] 178: Checking tracker ** [01:24:41 2020-06-13] 178: Checking user_migrations ** [01:24:41 2020-06-13] 178: Checking batch_updates ** [01:24:41 2020-06-13] 178: Checking gears ** [01:24:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:24:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:46 2020-06-13] 178: Checking imports ** [01:24:46 2020-06-13] 178: Checking exports ** [01:24:46 2020-06-13] 178: Checking users ** [01:24:46 2020-06-13] 178: Checking user_dbs ** [01:24:46 2020-06-13] 178: Checking geocodings ** [01:24:46 2020-06-13] 178: Checking synchronizations ** [01:24:46 2020-06-13] 178: Checking tracker ** [01:24:46 2020-06-13] 178: Checking user_migrations ** [01:24:46 2020-06-13] 178: Checking batch_updates ** [01:24:46 2020-06-13] 178: Checking gears ** [01:24:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:24:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:51 2020-06-13] 178: Checking imports ** [01:24:51 2020-06-13] 178: Checking exports ** [01:24:51 2020-06-13] 178: Checking users ** [01:24:51 2020-06-13] 178: Checking user_dbs ** [01:24:51 2020-06-13] 178: Checking geocodings ** [01:24:51 2020-06-13] 178: Checking synchronizations ** [01:24:51 2020-06-13] 178: Checking tracker ** [01:24:51 2020-06-13] 178: Checking user_migrations ** [01:24:51 2020-06-13] 178: Checking batch_updates ** [01:24:51 2020-06-13] 178: Checking gears ** [01:24:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:24:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:56 2020-06-13] 178: Checking imports ** [01:24:56 2020-06-13] 178: Checking exports ** [01:24:56 2020-06-13] 178: Checking users ** [01:24:56 2020-06-13] 178: Checking user_dbs ** [01:24:56 2020-06-13] 178: Checking geocodings ** [01:24:56 2020-06-13] 178: Checking synchronizations ** [01:24:56 2020-06-13] 178: Checking tracker ** [01:24:56 2020-06-13] 178: Checking user_migrations ** [01:24:56 2020-06-13] 178: Checking batch_updates ** [01:24:56 2020-06-13] 178: Checking gears ** [01:24:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:24:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:01 2020-06-13] 178: Checking imports ** [01:25:01 2020-06-13] 178: Checking exports ** [01:25:01 2020-06-13] 178: Checking users ** [01:25:01 2020-06-13] 178: Checking user_dbs ** [01:25:01 2020-06-13] 178: Checking geocodings ** [01:25:01 2020-06-13] 178: Checking synchronizations ** [01:25:01 2020-06-13] 178: Checking tracker ** [01:25:01 2020-06-13] 178: Checking user_migrations ** [01:25:01 2020-06-13] 178: Checking batch_updates ** [01:25:01 2020-06-13] 178: Checking gears ** [01:25:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:25:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:06 2020-06-13] 178: Checking imports ** [01:25:06 2020-06-13] 178: Checking exports ** [01:25:06 2020-06-13] 178: Checking users ** [01:25:06 2020-06-13] 178: Checking user_dbs ** [01:25:06 2020-06-13] 178: Checking geocodings ** [01:25:06 2020-06-13] 178: Checking synchronizations ** [01:25:06 2020-06-13] 178: Checking tracker ** [01:25:06 2020-06-13] 178: Checking user_migrations ** [01:25:06 2020-06-13] 178: Checking batch_updates ** [01:25:06 2020-06-13] 178: Checking gears ** [01:25:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:25:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:11 2020-06-13] 178: Checking imports ** [01:25:11 2020-06-13] 178: Checking exports ** [01:25:11 2020-06-13] 178: Checking users ** [01:25:11 2020-06-13] 178: Checking user_dbs ** [01:25:11 2020-06-13] 178: Checking geocodings ** [01:25:11 2020-06-13] 178: Checking synchronizations ** [01:25:11 2020-06-13] 178: Checking tracker ** [01:25:11 2020-06-13] 178: Checking user_migrations ** [01:25:11 2020-06-13] 178: Checking batch_updates ** [01:25:11 2020-06-13] 178: Checking gears ** [01:25:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:25:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:16 2020-06-13] 178: Checking imports ** [01:25:16 2020-06-13] 178: Checking exports ** [01:25:16 2020-06-13] 178: Checking users ** [01:25:16 2020-06-13] 178: Checking user_dbs ** [01:25:16 2020-06-13] 178: Checking geocodings ** [01:25:16 2020-06-13] 178: Checking synchronizations ** [01:25:16 2020-06-13] 178: Checking tracker ** [01:25:16 2020-06-13] 178: Checking user_migrations ** [01:25:16 2020-06-13] 178: Checking batch_updates ** [01:25:16 2020-06-13] 178: Checking gears ** [01:25:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:25:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:21 2020-06-13] 178: Checking imports ** [01:25:21 2020-06-13] 178: Checking exports ** [01:25:21 2020-06-13] 178: Checking users ** [01:25:21 2020-06-13] 178: Checking user_dbs ** [01:25:21 2020-06-13] 178: Checking geocodings ** [01:25:21 2020-06-13] 178: Checking synchronizations ** [01:25:21 2020-06-13] 178: Checking tracker ** [01:25:21 2020-06-13] 178: Checking user_migrations ** [01:25:21 2020-06-13] 178: Checking batch_updates ** [01:25:21 2020-06-13] 178: Checking gears ** [01:25:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:25:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:26 2020-06-13] 178: Checking imports ** [01:25:26 2020-06-13] 178: Checking exports ** [01:25:26 2020-06-13] 178: Checking users ** [01:25:26 2020-06-13] 178: Checking user_dbs ** [01:25:26 2020-06-13] 178: Checking geocodings ** [01:25:26 2020-06-13] 178: Checking synchronizations ** [01:25:26 2020-06-13] 178: Checking tracker ** [01:25:26 2020-06-13] 178: Checking user_migrations ** [01:25:26 2020-06-13] 178: Checking batch_updates ** [01:25:26 2020-06-13] 178: Checking gears ** [01:25:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:25:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:31 2020-06-13] 178: Checking imports ** [01:25:31 2020-06-13] 178: Checking exports ** [01:25:31 2020-06-13] 178: Checking users ** [01:25:31 2020-06-13] 178: Checking user_dbs ** [01:25:31 2020-06-13] 178: Checking geocodings ** [01:25:31 2020-06-13] 178: Checking synchronizations ** [01:25:31 2020-06-13] 178: Checking tracker ** [01:25:31 2020-06-13] 178: Checking user_migrations ** [01:25:31 2020-06-13] 178: Checking batch_updates ** [01:25:31 2020-06-13] 178: Checking gears ** [01:25:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:25:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:36 2020-06-13] 178: Checking imports ** [01:25:36 2020-06-13] 178: Checking exports ** [01:25:36 2020-06-13] 178: Checking users ** [01:25:36 2020-06-13] 178: Checking user_dbs ** [01:25:36 2020-06-13] 178: Checking geocodings ** [01:25:36 2020-06-13] 178: Checking synchronizations ** [01:25:36 2020-06-13] 178: Checking tracker ** [01:25:36 2020-06-13] 178: Checking user_migrations ** [01:25:36 2020-06-13] 178: Checking batch_updates ** [01:25:36 2020-06-13] 178: Checking gears ** [01:25:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:25:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:41 2020-06-13] 178: Checking imports ** [01:25:41 2020-06-13] 178: Checking exports ** [01:25:41 2020-06-13] 178: Checking users ** [01:25:41 2020-06-13] 178: Checking user_dbs ** [01:25:41 2020-06-13] 178: Checking geocodings ** [01:25:41 2020-06-13] 178: Checking synchronizations ** [01:25:41 2020-06-13] 178: Checking tracker ** [01:25:41 2020-06-13] 178: Checking user_migrations ** [01:25:41 2020-06-13] 178: Checking batch_updates ** [01:25:41 2020-06-13] 178: Checking gears ** [01:25:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:25:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:46 2020-06-13] 178: Checking imports ** [01:25:46 2020-06-13] 178: Checking exports ** [01:25:46 2020-06-13] 178: Checking users ** [01:25:46 2020-06-13] 178: Checking user_dbs ** [01:25:46 2020-06-13] 178: Checking geocodings ** [01:25:46 2020-06-13] 178: Checking synchronizations ** [01:25:46 2020-06-13] 178: Checking tracker ** [01:25:46 2020-06-13] 178: Checking user_migrations ** [01:25:46 2020-06-13] 178: Checking batch_updates ** [01:25:46 2020-06-13] 178: Checking gears ** [01:25:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:25:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:51 2020-06-13] 178: Checking imports ** [01:25:51 2020-06-13] 178: Checking exports ** [01:25:51 2020-06-13] 178: Checking users ** [01:25:51 2020-06-13] 178: Checking user_dbs ** [01:25:51 2020-06-13] 178: Checking geocodings ** [01:25:51 2020-06-13] 178: Checking synchronizations ** [01:25:51 2020-06-13] 178: Checking tracker ** [01:25:51 2020-06-13] 178: Checking user_migrations ** [01:25:51 2020-06-13] 178: Checking batch_updates ** [01:25:51 2020-06-13] 178: Checking gears ** [01:25:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:25:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:56 2020-06-13] 178: Checking imports ** [01:25:56 2020-06-13] 178: Checking exports ** [01:25:56 2020-06-13] 178: Checking users ** [01:25:56 2020-06-13] 178: Checking user_dbs ** [01:25:56 2020-06-13] 178: Checking geocodings ** [01:25:56 2020-06-13] 178: Checking synchronizations ** [01:25:56 2020-06-13] 178: Checking tracker ** [01:25:56 2020-06-13] 178: Checking user_migrations ** [01:25:56 2020-06-13] 178: Checking batch_updates ** [01:25:56 2020-06-13] 178: Checking gears ** [01:25:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:25:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:01 2020-06-13] 178: Checking imports ** [01:26:01 2020-06-13] 178: Checking exports ** [01:26:01 2020-06-13] 178: Checking users ** [01:26:01 2020-06-13] 178: Checking user_dbs ** [01:26:01 2020-06-13] 178: Checking geocodings ** [01:26:01 2020-06-13] 178: Checking synchronizations ** [01:26:01 2020-06-13] 178: Checking tracker ** [01:26:01 2020-06-13] 178: Checking user_migrations ** [01:26:01 2020-06-13] 178: Checking batch_updates ** [01:26:01 2020-06-13] 178: Checking gears ** [01:26:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:26:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:06 2020-06-13] 178: Checking imports ** [01:26:06 2020-06-13] 178: Checking exports ** [01:26:06 2020-06-13] 178: Checking users ** [01:26:06 2020-06-13] 178: Checking user_dbs ** [01:26:06 2020-06-13] 178: Checking geocodings ** [01:26:06 2020-06-13] 178: Checking synchronizations ** [01:26:06 2020-06-13] 178: Checking tracker ** [01:26:06 2020-06-13] 178: Checking user_migrations ** [01:26:06 2020-06-13] 178: Checking batch_updates ** [01:26:06 2020-06-13] 178: Checking gears ** [01:26:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:26:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:11 2020-06-13] 178: Checking imports ** [01:26:11 2020-06-13] 178: Checking exports ** [01:26:11 2020-06-13] 178: Checking users ** [01:26:11 2020-06-13] 178: Checking user_dbs ** [01:26:11 2020-06-13] 178: Checking geocodings ** [01:26:11 2020-06-13] 178: Checking synchronizations ** [01:26:11 2020-06-13] 178: Checking tracker ** [01:26:11 2020-06-13] 178: Checking user_migrations ** [01:26:11 2020-06-13] 178: Checking batch_updates ** [01:26:11 2020-06-13] 178: Checking gears ** [01:26:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:26:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:16 2020-06-13] 178: Checking imports ** [01:26:16 2020-06-13] 178: Checking exports ** [01:26:16 2020-06-13] 178: Checking users ** [01:26:16 2020-06-13] 178: Checking user_dbs ** [01:26:16 2020-06-13] 178: Checking geocodings ** [01:26:16 2020-06-13] 178: Checking synchronizations ** [01:26:16 2020-06-13] 178: Checking tracker ** [01:26:16 2020-06-13] 178: Checking user_migrations ** [01:26:16 2020-06-13] 178: Checking batch_updates ** [01:26:16 2020-06-13] 178: Checking gears ** [01:26:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:26:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:21 2020-06-13] 178: Checking imports ** [01:26:21 2020-06-13] 178: Checking exports ** [01:26:21 2020-06-13] 178: Checking users ** [01:26:21 2020-06-13] 178: Checking user_dbs ** [01:26:21 2020-06-13] 178: Checking geocodings ** [01:26:21 2020-06-13] 178: Checking synchronizations ** [01:26:21 2020-06-13] 178: Checking tracker ** [01:26:21 2020-06-13] 178: Checking user_migrations ** [01:26:21 2020-06-13] 178: Checking batch_updates ** [01:26:21 2020-06-13] 178: Checking gears ** [01:26:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:26:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:26 2020-06-13] 178: Checking imports ** [01:26:26 2020-06-13] 178: Checking exports ** [01:26:26 2020-06-13] 178: Checking users ** [01:26:26 2020-06-13] 178: Checking user_dbs ** [01:26:26 2020-06-13] 178: Checking geocodings ** [01:26:26 2020-06-13] 178: Checking synchronizations ** [01:26:26 2020-06-13] 178: Checking tracker ** [01:26:26 2020-06-13] 178: Checking user_migrations ** [01:26:26 2020-06-13] 178: Checking batch_updates ** [01:26:26 2020-06-13] 178: Checking gears ** [01:26:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:26:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:31 2020-06-13] 178: Checking imports ** [01:26:31 2020-06-13] 178: Checking exports ** [01:26:31 2020-06-13] 178: Checking users ** [01:26:31 2020-06-13] 178: Checking user_dbs ** [01:26:31 2020-06-13] 178: Checking geocodings ** [01:26:31 2020-06-13] 178: Checking synchronizations ** [01:26:31 2020-06-13] 178: Checking tracker ** [01:26:31 2020-06-13] 178: Checking user_migrations ** [01:26:31 2020-06-13] 178: Checking batch_updates ** [01:26:31 2020-06-13] 178: Checking gears ** [01:26:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:26:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:36 2020-06-13] 178: Checking imports ** [01:26:36 2020-06-13] 178: Checking exports ** [01:26:36 2020-06-13] 178: Checking users ** [01:26:36 2020-06-13] 178: Checking user_dbs ** [01:26:36 2020-06-13] 178: Checking geocodings ** [01:26:36 2020-06-13] 178: Checking synchronizations ** [01:26:36 2020-06-13] 178: Checking tracker ** [01:26:36 2020-06-13] 178: Checking user_migrations ** [01:26:36 2020-06-13] 178: Checking batch_updates ** [01:26:36 2020-06-13] 178: Checking gears ** [01:26:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:26:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:41 2020-06-13] 178: Checking imports ** [01:26:41 2020-06-13] 178: Checking exports ** [01:26:41 2020-06-13] 178: Checking users ** [01:26:41 2020-06-13] 178: Checking user_dbs ** [01:26:41 2020-06-13] 178: Checking geocodings ** [01:26:41 2020-06-13] 178: Checking synchronizations ** [01:26:41 2020-06-13] 178: Checking tracker ** [01:26:41 2020-06-13] 178: Checking user_migrations ** [01:26:41 2020-06-13] 178: Checking batch_updates ** [01:26:41 2020-06-13] 178: Checking gears ** [01:26:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:26:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:46 2020-06-13] 178: Checking imports ** [01:26:46 2020-06-13] 178: Checking exports ** [01:26:46 2020-06-13] 178: Checking users ** [01:26:46 2020-06-13] 178: Checking user_dbs ** [01:26:46 2020-06-13] 178: Checking geocodings ** [01:26:46 2020-06-13] 178: Checking synchronizations ** [01:26:46 2020-06-13] 178: Checking tracker ** [01:26:46 2020-06-13] 178: Checking user_migrations ** [01:26:46 2020-06-13] 178: Checking batch_updates ** [01:26:46 2020-06-13] 178: Checking gears ** [01:26:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:26:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:51 2020-06-13] 178: Checking imports ** [01:26:51 2020-06-13] 178: Checking exports ** [01:26:51 2020-06-13] 178: Checking users ** [01:26:51 2020-06-13] 178: Checking user_dbs ** [01:26:51 2020-06-13] 178: Checking geocodings ** [01:26:51 2020-06-13] 178: Checking synchronizations ** [01:26:51 2020-06-13] 178: Checking tracker ** [01:26:51 2020-06-13] 178: Checking user_migrations ** [01:26:51 2020-06-13] 178: Checking batch_updates ** [01:26:51 2020-06-13] 178: Checking gears ** [01:26:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:26:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:56 2020-06-13] 178: Checking imports ** [01:26:56 2020-06-13] 178: Checking exports ** [01:26:56 2020-06-13] 178: Checking users ** [01:26:56 2020-06-13] 178: Checking user_dbs ** [01:26:56 2020-06-13] 178: Checking geocodings ** [01:26:56 2020-06-13] 178: Checking synchronizations ** [01:26:56 2020-06-13] 178: Checking tracker ** [01:26:56 2020-06-13] 178: Checking user_migrations ** [01:26:56 2020-06-13] 178: Checking batch_updates ** [01:26:56 2020-06-13] 178: Checking gears ** [01:26:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:26:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:01 2020-06-13] 178: Checking imports ** [01:27:01 2020-06-13] 178: Checking exports ** [01:27:01 2020-06-13] 178: Checking users ** [01:27:01 2020-06-13] 178: Checking user_dbs ** [01:27:01 2020-06-13] 178: Checking geocodings ** [01:27:01 2020-06-13] 178: Checking synchronizations ** [01:27:01 2020-06-13] 178: Checking tracker ** [01:27:01 2020-06-13] 178: Checking user_migrations ** [01:27:01 2020-06-13] 178: Checking batch_updates ** [01:27:01 2020-06-13] 178: Checking gears ** [01:27:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:27:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:06 2020-06-13] 178: Checking imports ** [01:27:06 2020-06-13] 178: Checking exports ** [01:27:06 2020-06-13] 178: Checking users ** [01:27:06 2020-06-13] 178: Checking user_dbs ** [01:27:06 2020-06-13] 178: Checking geocodings ** [01:27:06 2020-06-13] 178: Checking synchronizations ** [01:27:06 2020-06-13] 178: Checking tracker ** [01:27:06 2020-06-13] 178: Checking user_migrations ** [01:27:06 2020-06-13] 178: Checking batch_updates ** [01:27:06 2020-06-13] 178: Checking gears ** [01:27:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:27:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:11 2020-06-13] 178: Checking imports ** [01:27:11 2020-06-13] 178: Checking exports ** [01:27:11 2020-06-13] 178: Checking users ** [01:27:11 2020-06-13] 178: Checking user_dbs ** [01:27:11 2020-06-13] 178: Checking geocodings ** [01:27:11 2020-06-13] 178: Checking synchronizations ** [01:27:11 2020-06-13] 178: Checking tracker ** [01:27:11 2020-06-13] 178: Checking user_migrations ** [01:27:11 2020-06-13] 178: Checking batch_updates ** [01:27:11 2020-06-13] 178: Checking gears ** [01:27:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:27:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:16 2020-06-13] 178: Checking imports ** [01:27:16 2020-06-13] 178: Checking exports ** [01:27:16 2020-06-13] 178: Checking users ** [01:27:16 2020-06-13] 178: Checking user_dbs ** [01:27:16 2020-06-13] 178: Checking geocodings ** [01:27:16 2020-06-13] 178: Checking synchronizations ** [01:27:16 2020-06-13] 178: Checking tracker ** [01:27:16 2020-06-13] 178: Checking user_migrations ** [01:27:16 2020-06-13] 178: Checking batch_updates ** [01:27:16 2020-06-13] 178: Checking gears ** [01:27:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:27:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:21 2020-06-13] 178: Checking imports ** [01:27:21 2020-06-13] 178: Checking exports ** [01:27:21 2020-06-13] 178: Checking users ** [01:27:21 2020-06-13] 178: Checking user_dbs ** [01:27:21 2020-06-13] 178: Checking geocodings ** [01:27:21 2020-06-13] 178: Checking synchronizations ** [01:27:21 2020-06-13] 178: Checking tracker ** [01:27:21 2020-06-13] 178: Checking user_migrations ** [01:27:21 2020-06-13] 178: Checking batch_updates ** [01:27:21 2020-06-13] 178: Checking gears ** [01:27:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:27:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:26 2020-06-13] 178: Checking imports ** [01:27:26 2020-06-13] 178: Checking exports ** [01:27:26 2020-06-13] 178: Checking users ** [01:27:26 2020-06-13] 178: Checking user_dbs ** [01:27:26 2020-06-13] 178: Checking geocodings ** [01:27:26 2020-06-13] 178: Checking synchronizations ** [01:27:26 2020-06-13] 178: Checking tracker ** [01:27:26 2020-06-13] 178: Checking user_migrations ** [01:27:26 2020-06-13] 178: Checking batch_updates ** [01:27:26 2020-06-13] 178: Checking gears ** [01:27:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:27:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:31 2020-06-13] 178: Checking imports ** [01:27:31 2020-06-13] 178: Checking exports ** [01:27:31 2020-06-13] 178: Checking users ** [01:27:31 2020-06-13] 178: Checking user_dbs ** [01:27:31 2020-06-13] 178: Checking geocodings ** [01:27:31 2020-06-13] 178: Checking synchronizations ** [01:27:31 2020-06-13] 178: Checking tracker ** [01:27:31 2020-06-13] 178: Checking user_migrations ** [01:27:31 2020-06-13] 178: Checking batch_updates ** [01:27:31 2020-06-13] 178: Checking gears ** [01:27:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:27:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:36 2020-06-13] 178: Checking imports ** [01:27:36 2020-06-13] 178: Checking exports ** [01:27:36 2020-06-13] 178: Checking users ** [01:27:36 2020-06-13] 178: Checking user_dbs ** [01:27:36 2020-06-13] 178: Checking geocodings ** [01:27:36 2020-06-13] 178: Checking synchronizations ** [01:27:36 2020-06-13] 178: Checking tracker ** [01:27:36 2020-06-13] 178: Checking user_migrations ** [01:27:36 2020-06-13] 178: Checking batch_updates ** [01:27:36 2020-06-13] 178: Checking gears ** [01:27:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:27:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:41 2020-06-13] 178: Checking imports ** [01:27:41 2020-06-13] 178: Checking exports ** [01:27:41 2020-06-13] 178: Checking users ** [01:27:41 2020-06-13] 178: Checking user_dbs ** [01:27:41 2020-06-13] 178: Checking geocodings ** [01:27:41 2020-06-13] 178: Checking synchronizations ** [01:27:41 2020-06-13] 178: Checking tracker ** [01:27:41 2020-06-13] 178: Checking user_migrations ** [01:27:41 2020-06-13] 178: Checking batch_updates ** [01:27:41 2020-06-13] 178: Checking gears ** [01:27:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:27:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:46 2020-06-13] 178: Checking imports ** [01:27:46 2020-06-13] 178: Checking exports ** [01:27:46 2020-06-13] 178: Checking users ** [01:27:46 2020-06-13] 178: Checking user_dbs ** [01:27:46 2020-06-13] 178: Checking geocodings ** [01:27:46 2020-06-13] 178: Checking synchronizations ** [01:27:46 2020-06-13] 178: Checking tracker ** [01:27:46 2020-06-13] 178: Checking user_migrations ** [01:27:46 2020-06-13] 178: Checking batch_updates ** [01:27:46 2020-06-13] 178: Checking gears ** [01:27:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:27:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:51 2020-06-13] 178: Checking imports ** [01:27:51 2020-06-13] 178: Checking exports ** [01:27:51 2020-06-13] 178: Checking users ** [01:27:51 2020-06-13] 178: Checking user_dbs ** [01:27:51 2020-06-13] 178: Checking geocodings ** [01:27:51 2020-06-13] 178: Checking synchronizations ** [01:27:51 2020-06-13] 178: Checking tracker ** [01:27:51 2020-06-13] 178: Checking user_migrations ** [01:27:51 2020-06-13] 178: Checking batch_updates ** [01:27:51 2020-06-13] 178: Checking gears ** [01:27:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:27:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:56 2020-06-13] 178: Checking imports ** [01:27:56 2020-06-13] 178: Checking exports ** [01:27:56 2020-06-13] 178: Checking users ** [01:27:56 2020-06-13] 178: Checking user_dbs ** [01:27:56 2020-06-13] 178: Checking geocodings ** [01:27:56 2020-06-13] 178: Checking synchronizations ** [01:27:56 2020-06-13] 178: Checking tracker ** [01:27:56 2020-06-13] 178: Checking user_migrations ** [01:27:56 2020-06-13] 178: Checking batch_updates ** [01:27:56 2020-06-13] 178: Checking gears ** [01:27:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:27:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:01 2020-06-13] 178: Checking imports ** [01:28:01 2020-06-13] 178: Checking exports ** [01:28:01 2020-06-13] 178: Checking users ** [01:28:01 2020-06-13] 178: Checking user_dbs ** [01:28:01 2020-06-13] 178: Checking geocodings ** [01:28:01 2020-06-13] 178: Checking synchronizations ** [01:28:01 2020-06-13] 178: Checking tracker ** [01:28:01 2020-06-13] 178: Checking user_migrations ** [01:28:01 2020-06-13] 178: Checking batch_updates ** [01:28:01 2020-06-13] 178: Checking gears ** [01:28:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:28:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:06 2020-06-13] 178: Checking imports ** [01:28:06 2020-06-13] 178: Checking exports ** [01:28:06 2020-06-13] 178: Checking users ** [01:28:06 2020-06-13] 178: Checking user_dbs ** [01:28:06 2020-06-13] 178: Checking geocodings ** [01:28:06 2020-06-13] 178: Checking synchronizations ** [01:28:06 2020-06-13] 178: Checking tracker ** [01:28:06 2020-06-13] 178: Checking user_migrations ** [01:28:06 2020-06-13] 178: Checking batch_updates ** [01:28:06 2020-06-13] 178: Checking gears ** [01:28:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:28:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:11 2020-06-13] 178: Checking imports ** [01:28:11 2020-06-13] 178: Checking exports ** [01:28:11 2020-06-13] 178: Checking users ** [01:28:11 2020-06-13] 178: Checking user_dbs ** [01:28:11 2020-06-13] 178: Checking geocodings ** [01:28:11 2020-06-13] 178: Checking synchronizations ** [01:28:11 2020-06-13] 178: Checking tracker ** [01:28:11 2020-06-13] 178: Checking user_migrations ** [01:28:11 2020-06-13] 178: Checking batch_updates ** [01:28:11 2020-06-13] 178: Checking gears ** [01:28:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:28:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:16 2020-06-13] 178: Checking imports ** [01:28:16 2020-06-13] 178: Checking exports ** [01:28:16 2020-06-13] 178: Checking users ** [01:28:16 2020-06-13] 178: Checking user_dbs ** [01:28:16 2020-06-13] 178: Checking geocodings ** [01:28:16 2020-06-13] 178: Checking synchronizations ** [01:28:16 2020-06-13] 178: Checking tracker ** [01:28:16 2020-06-13] 178: Checking user_migrations ** [01:28:16 2020-06-13] 178: Checking batch_updates ** [01:28:16 2020-06-13] 178: Checking gears ** [01:28:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:28:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:21 2020-06-13] 178: Checking imports ** [01:28:21 2020-06-13] 178: Checking exports ** [01:28:21 2020-06-13] 178: Checking users ** [01:28:21 2020-06-13] 178: Checking user_dbs ** [01:28:21 2020-06-13] 178: Checking geocodings ** [01:28:21 2020-06-13] 178: Checking synchronizations ** [01:28:21 2020-06-13] 178: Checking tracker ** [01:28:21 2020-06-13] 178: Checking user_migrations ** [01:28:21 2020-06-13] 178: Checking batch_updates ** [01:28:21 2020-06-13] 178: Checking gears ** [01:28:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:28:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:26 2020-06-13] 178: Checking imports ** [01:28:26 2020-06-13] 178: Checking exports ** [01:28:26 2020-06-13] 178: Checking users ** [01:28:26 2020-06-13] 178: Checking user_dbs ** [01:28:26 2020-06-13] 178: Checking geocodings ** [01:28:26 2020-06-13] 178: Checking synchronizations ** [01:28:26 2020-06-13] 178: Checking tracker ** [01:28:26 2020-06-13] 178: Checking user_migrations ** [01:28:26 2020-06-13] 178: Checking batch_updates ** [01:28:26 2020-06-13] 178: Checking gears ** [01:28:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:28:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:31 2020-06-13] 178: Checking imports ** [01:28:31 2020-06-13] 178: Checking exports ** [01:28:31 2020-06-13] 178: Checking users ** [01:28:31 2020-06-13] 178: Checking user_dbs ** [01:28:31 2020-06-13] 178: Checking geocodings ** [01:28:31 2020-06-13] 178: Checking synchronizations ** [01:28:31 2020-06-13] 178: Checking tracker ** [01:28:31 2020-06-13] 178: Checking user_migrations ** [01:28:31 2020-06-13] 178: Checking batch_updates ** [01:28:31 2020-06-13] 178: Checking gears ** [01:28:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:28:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:36 2020-06-13] 178: Checking imports ** [01:28:36 2020-06-13] 178: Checking exports ** [01:28:36 2020-06-13] 178: Checking users ** [01:28:36 2020-06-13] 178: Checking user_dbs ** [01:28:36 2020-06-13] 178: Checking geocodings ** [01:28:36 2020-06-13] 178: Checking synchronizations ** [01:28:36 2020-06-13] 178: Checking tracker ** [01:28:36 2020-06-13] 178: Checking user_migrations ** [01:28:36 2020-06-13] 178: Checking batch_updates ** [01:28:36 2020-06-13] 178: Checking gears ** [01:28:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:28:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:41 2020-06-13] 178: Checking imports ** [01:28:41 2020-06-13] 178: Checking exports ** [01:28:41 2020-06-13] 178: Checking users ** [01:28:41 2020-06-13] 178: Checking user_dbs ** [01:28:41 2020-06-13] 178: Checking geocodings ** [01:28:41 2020-06-13] 178: Checking synchronizations ** [01:28:41 2020-06-13] 178: Checking tracker ** [01:28:41 2020-06-13] 178: Checking user_migrations ** [01:28:41 2020-06-13] 178: Checking batch_updates ** [01:28:41 2020-06-13] 178: Checking gears ** [01:28:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:28:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:46 2020-06-13] 178: Checking imports ** [01:28:46 2020-06-13] 178: Checking exports ** [01:28:46 2020-06-13] 178: Checking users ** [01:28:46 2020-06-13] 178: Checking user_dbs ** [01:28:46 2020-06-13] 178: Checking geocodings ** [01:28:46 2020-06-13] 178: Checking synchronizations ** [01:28:46 2020-06-13] 178: Checking tracker ** [01:28:46 2020-06-13] 178: Checking user_migrations ** [01:28:46 2020-06-13] 178: Checking batch_updates ** [01:28:46 2020-06-13] 178: Checking gears ** [01:28:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:28:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:51 2020-06-13] 178: Checking imports ** [01:28:51 2020-06-13] 178: Checking exports ** [01:28:51 2020-06-13] 178: Checking users ** [01:28:51 2020-06-13] 178: Checking user_dbs ** [01:28:51 2020-06-13] 178: Checking geocodings ** [01:28:51 2020-06-13] 178: Checking synchronizations ** [01:28:51 2020-06-13] 178: Checking tracker ** [01:28:51 2020-06-13] 178: Checking user_migrations ** [01:28:51 2020-06-13] 178: Checking batch_updates ** [01:28:51 2020-06-13] 178: Checking gears ** [01:28:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:28:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:56 2020-06-13] 178: Checking imports ** [01:28:56 2020-06-13] 178: Checking exports ** [01:28:56 2020-06-13] 178: Checking users ** [01:28:56 2020-06-13] 178: Checking user_dbs ** [01:28:56 2020-06-13] 178: Checking geocodings ** [01:28:56 2020-06-13] 178: Checking synchronizations ** [01:28:56 2020-06-13] 178: Checking tracker ** [01:28:56 2020-06-13] 178: Checking user_migrations ** [01:28:56 2020-06-13] 178: Checking batch_updates ** [01:28:56 2020-06-13] 178: Checking gears ** [01:28:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:28:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:01 2020-06-13] 178: Checking imports ** [01:29:01 2020-06-13] 178: Checking exports ** [01:29:01 2020-06-13] 178: Checking users ** [01:29:01 2020-06-13] 178: Checking user_dbs ** [01:29:01 2020-06-13] 178: Checking geocodings ** [01:29:01 2020-06-13] 178: Checking synchronizations ** [01:29:01 2020-06-13] 178: Checking tracker ** [01:29:01 2020-06-13] 178: Checking user_migrations ** [01:29:01 2020-06-13] 178: Checking batch_updates ** [01:29:01 2020-06-13] 178: Checking gears ** [01:29:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:29:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:06 2020-06-13] 178: Checking imports ** [01:29:06 2020-06-13] 178: Checking exports ** [01:29:06 2020-06-13] 178: Checking users ** [01:29:06 2020-06-13] 178: Checking user_dbs ** [01:29:06 2020-06-13] 178: Checking geocodings ** [01:29:06 2020-06-13] 178: Checking synchronizations ** [01:29:06 2020-06-13] 178: Checking tracker ** [01:29:06 2020-06-13] 178: Checking user_migrations ** [01:29:06 2020-06-13] 178: Checking batch_updates ** [01:29:06 2020-06-13] 178: Checking gears ** [01:29:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:29:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:11 2020-06-13] 178: Checking imports ** [01:29:11 2020-06-13] 178: Checking exports ** [01:29:11 2020-06-13] 178: Checking users ** [01:29:11 2020-06-13] 178: Checking user_dbs ** [01:29:11 2020-06-13] 178: Checking geocodings ** [01:29:11 2020-06-13] 178: Checking synchronizations ** [01:29:11 2020-06-13] 178: Checking tracker ** [01:29:11 2020-06-13] 178: Checking user_migrations ** [01:29:11 2020-06-13] 178: Checking batch_updates ** [01:29:11 2020-06-13] 178: Checking gears ** [01:29:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:29:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:16 2020-06-13] 178: Checking imports ** [01:29:16 2020-06-13] 178: Checking exports ** [01:29:16 2020-06-13] 178: Checking users ** [01:29:16 2020-06-13] 178: Checking user_dbs ** [01:29:16 2020-06-13] 178: Checking geocodings ** [01:29:16 2020-06-13] 178: Checking synchronizations ** [01:29:16 2020-06-13] 178: Checking tracker ** [01:29:16 2020-06-13] 178: Checking user_migrations ** [01:29:16 2020-06-13] 178: Checking batch_updates ** [01:29:16 2020-06-13] 178: Checking gears ** [01:29:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:29:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:21 2020-06-13] 178: Checking imports ** [01:29:21 2020-06-13] 178: Checking exports ** [01:29:21 2020-06-13] 178: Checking users ** [01:29:21 2020-06-13] 178: Checking user_dbs ** [01:29:21 2020-06-13] 178: Checking geocodings ** [01:29:21 2020-06-13] 178: Checking synchronizations ** [01:29:21 2020-06-13] 178: Checking tracker ** [01:29:21 2020-06-13] 178: Checking user_migrations ** [01:29:21 2020-06-13] 178: Checking batch_updates ** [01:29:21 2020-06-13] 178: Checking gears ** [01:29:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:29:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:26 2020-06-13] 178: Checking imports ** [01:29:26 2020-06-13] 178: Checking exports ** [01:29:26 2020-06-13] 178: Checking users ** [01:29:26 2020-06-13] 178: Checking user_dbs ** [01:29:26 2020-06-13] 178: Checking geocodings ** [01:29:26 2020-06-13] 178: Checking synchronizations ** [01:29:26 2020-06-13] 178: Checking tracker ** [01:29:26 2020-06-13] 178: Checking user_migrations ** [01:29:26 2020-06-13] 178: Checking batch_updates ** [01:29:26 2020-06-13] 178: Checking gears ** [01:29:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:29:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:31 2020-06-13] 178: Checking imports ** [01:29:31 2020-06-13] 178: Checking exports ** [01:29:31 2020-06-13] 178: Checking users ** [01:29:31 2020-06-13] 178: Checking user_dbs ** [01:29:31 2020-06-13] 178: Checking geocodings ** [01:29:31 2020-06-13] 178: Checking synchronizations ** [01:29:31 2020-06-13] 178: Checking tracker ** [01:29:31 2020-06-13] 178: Checking user_migrations ** [01:29:31 2020-06-13] 178: Checking batch_updates ** [01:29:31 2020-06-13] 178: Checking gears ** [01:29:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:29:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:36 2020-06-13] 178: Checking imports ** [01:29:36 2020-06-13] 178: Checking exports ** [01:29:36 2020-06-13] 178: Checking users ** [01:29:36 2020-06-13] 178: Checking user_dbs ** [01:29:36 2020-06-13] 178: Checking geocodings ** [01:29:36 2020-06-13] 178: Checking synchronizations ** [01:29:36 2020-06-13] 178: Checking tracker ** [01:29:36 2020-06-13] 178: Checking user_migrations ** [01:29:36 2020-06-13] 178: Checking batch_updates ** [01:29:36 2020-06-13] 178: Checking gears ** [01:29:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:29:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:41 2020-06-13] 178: Checking imports ** [01:29:41 2020-06-13] 178: Checking exports ** [01:29:41 2020-06-13] 178: Checking users ** [01:29:41 2020-06-13] 178: Checking user_dbs ** [01:29:41 2020-06-13] 178: Checking geocodings ** [01:29:41 2020-06-13] 178: Checking synchronizations ** [01:29:41 2020-06-13] 178: Checking tracker ** [01:29:41 2020-06-13] 178: Checking user_migrations ** [01:29:41 2020-06-13] 178: Checking batch_updates ** [01:29:41 2020-06-13] 178: Checking gears ** [01:29:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:29:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:46 2020-06-13] 178: Checking imports ** [01:29:46 2020-06-13] 178: Checking exports ** [01:29:46 2020-06-13] 178: Checking users ** [01:29:46 2020-06-13] 178: Checking user_dbs ** [01:29:46 2020-06-13] 178: Checking geocodings ** [01:29:46 2020-06-13] 178: Checking synchronizations ** [01:29:46 2020-06-13] 178: Checking tracker ** [01:29:46 2020-06-13] 178: Checking user_migrations ** [01:29:46 2020-06-13] 178: Checking batch_updates ** [01:29:46 2020-06-13] 178: Checking gears ** [01:29:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:29:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:51 2020-06-13] 178: Checking imports ** [01:29:51 2020-06-13] 178: Checking exports ** [01:29:51 2020-06-13] 178: Checking users ** [01:29:51 2020-06-13] 178: Checking user_dbs ** [01:29:51 2020-06-13] 178: Checking geocodings ** [01:29:51 2020-06-13] 178: Checking synchronizations ** [01:29:51 2020-06-13] 178: Checking tracker ** [01:29:51 2020-06-13] 178: Checking user_migrations ** [01:29:51 2020-06-13] 178: Checking batch_updates ** [01:29:51 2020-06-13] 178: Checking gears ** [01:29:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:29:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:56 2020-06-13] 178: Checking imports ** [01:29:56 2020-06-13] 178: Checking exports ** [01:29:56 2020-06-13] 178: Checking users ** [01:29:56 2020-06-13] 178: Checking user_dbs ** [01:29:56 2020-06-13] 178: Checking geocodings ** [01:29:56 2020-06-13] 178: Checking synchronizations ** [01:29:56 2020-06-13] 178: Checking tracker ** [01:29:56 2020-06-13] 178: Checking user_migrations ** [01:29:56 2020-06-13] 178: Checking batch_updates ** [01:29:56 2020-06-13] 178: Checking gears ** [01:29:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:29:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:01 2020-06-13] 178: Checking imports ** [01:30:01 2020-06-13] 178: Checking exports ** [01:30:01 2020-06-13] 178: Checking users ** [01:30:01 2020-06-13] 178: Checking user_dbs ** [01:30:01 2020-06-13] 178: Checking geocodings ** [01:30:01 2020-06-13] 178: Checking synchronizations ** [01:30:01 2020-06-13] 178: Checking tracker ** [01:30:01 2020-06-13] 178: Checking user_migrations ** [01:30:01 2020-06-13] 178: Checking batch_updates ** [01:30:01 2020-06-13] 178: Checking gears ** [01:30:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:30:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:06 2020-06-13] 178: Checking imports ** [01:30:06 2020-06-13] 178: Checking exports ** [01:30:06 2020-06-13] 178: Checking users ** [01:30:06 2020-06-13] 178: Checking user_dbs ** [01:30:06 2020-06-13] 178: Checking geocodings ** [01:30:06 2020-06-13] 178: Checking synchronizations ** [01:30:06 2020-06-13] 178: Checking tracker ** [01:30:06 2020-06-13] 178: Checking user_migrations ** [01:30:06 2020-06-13] 178: Checking batch_updates ** [01:30:06 2020-06-13] 178: Checking gears ** [01:30:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:30:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:11 2020-06-13] 178: Checking imports ** [01:30:11 2020-06-13] 178: Checking exports ** [01:30:11 2020-06-13] 178: Checking users ** [01:30:11 2020-06-13] 178: Checking user_dbs ** [01:30:11 2020-06-13] 178: Checking geocodings ** [01:30:11 2020-06-13] 178: Checking synchronizations ** [01:30:11 2020-06-13] 178: Checking tracker ** [01:30:11 2020-06-13] 178: Checking user_migrations ** [01:30:11 2020-06-13] 178: Checking batch_updates ** [01:30:11 2020-06-13] 178: Checking gears ** [01:30:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:30:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:16 2020-06-13] 178: Checking imports ** [01:30:16 2020-06-13] 178: Checking exports ** [01:30:16 2020-06-13] 178: Checking users ** [01:30:16 2020-06-13] 178: Checking user_dbs ** [01:30:16 2020-06-13] 178: Checking geocodings ** [01:30:16 2020-06-13] 178: Checking synchronizations ** [01:30:16 2020-06-13] 178: Checking tracker ** [01:30:16 2020-06-13] 178: Checking user_migrations ** [01:30:16 2020-06-13] 178: Checking batch_updates ** [01:30:16 2020-06-13] 178: Checking gears ** [01:30:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:30:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:21 2020-06-13] 178: Checking imports ** [01:30:21 2020-06-13] 178: Checking exports ** [01:30:21 2020-06-13] 178: Checking users ** [01:30:21 2020-06-13] 178: Checking user_dbs ** [01:30:21 2020-06-13] 178: Checking geocodings ** [01:30:21 2020-06-13] 178: Checking synchronizations ** [01:30:21 2020-06-13] 178: Checking tracker ** [01:30:21 2020-06-13] 178: Checking user_migrations ** [01:30:21 2020-06-13] 178: Checking batch_updates ** [01:30:21 2020-06-13] 178: Checking gears ** [01:30:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:30:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:26 2020-06-13] 178: Checking imports ** [01:30:26 2020-06-13] 178: Checking exports ** [01:30:26 2020-06-13] 178: Checking users ** [01:30:26 2020-06-13] 178: Checking user_dbs ** [01:30:26 2020-06-13] 178: Checking geocodings ** [01:30:26 2020-06-13] 178: Checking synchronizations ** [01:30:26 2020-06-13] 178: Checking tracker ** [01:30:26 2020-06-13] 178: Checking user_migrations ** [01:30:26 2020-06-13] 178: Checking batch_updates ** [01:30:26 2020-06-13] 178: Checking gears ** [01:30:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:30:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:31 2020-06-13] 178: Checking imports ** [01:30:31 2020-06-13] 178: Checking exports ** [01:30:31 2020-06-13] 178: Checking users ** [01:30:31 2020-06-13] 178: Checking user_dbs ** [01:30:31 2020-06-13] 178: Checking geocodings ** [01:30:31 2020-06-13] 178: Checking synchronizations ** [01:30:31 2020-06-13] 178: Checking tracker ** [01:30:31 2020-06-13] 178: Checking user_migrations ** [01:30:31 2020-06-13] 178: Checking batch_updates ** [01:30:31 2020-06-13] 178: Checking gears ** [01:30:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:30:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:36 2020-06-13] 178: Checking imports ** [01:30:36 2020-06-13] 178: Checking exports ** [01:30:36 2020-06-13] 178: Checking users ** [01:30:36 2020-06-13] 178: Checking user_dbs ** [01:30:36 2020-06-13] 178: Checking geocodings ** [01:30:36 2020-06-13] 178: Checking synchronizations ** [01:30:36 2020-06-13] 178: Checking tracker ** [01:30:36 2020-06-13] 178: Checking user_migrations ** [01:30:36 2020-06-13] 178: Checking batch_updates ** [01:30:36 2020-06-13] 178: Checking gears ** [01:30:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:30:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:41 2020-06-13] 178: Checking imports ** [01:30:41 2020-06-13] 178: Checking exports ** [01:30:41 2020-06-13] 178: Checking users ** [01:30:41 2020-06-13] 178: Checking user_dbs ** [01:30:41 2020-06-13] 178: Checking geocodings ** [01:30:41 2020-06-13] 178: Checking synchronizations ** [01:30:41 2020-06-13] 178: Checking tracker ** [01:30:41 2020-06-13] 178: Checking user_migrations ** [01:30:41 2020-06-13] 178: Checking batch_updates ** [01:30:41 2020-06-13] 178: Checking gears ** [01:30:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:30:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:46 2020-06-13] 178: Checking imports ** [01:30:46 2020-06-13] 178: Checking exports ** [01:30:46 2020-06-13] 178: Checking users ** [01:30:46 2020-06-13] 178: Checking user_dbs ** [01:30:46 2020-06-13] 178: Checking geocodings ** [01:30:46 2020-06-13] 178: Checking synchronizations ** [01:30:46 2020-06-13] 178: Checking tracker ** [01:30:46 2020-06-13] 178: Checking user_migrations ** [01:30:46 2020-06-13] 178: Checking batch_updates ** [01:30:46 2020-06-13] 178: Checking gears ** [01:30:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:30:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:51 2020-06-13] 178: Checking imports ** [01:30:51 2020-06-13] 178: Checking exports ** [01:30:51 2020-06-13] 178: Checking users ** [01:30:51 2020-06-13] 178: Checking user_dbs ** [01:30:51 2020-06-13] 178: Checking geocodings ** [01:30:51 2020-06-13] 178: Checking synchronizations ** [01:30:51 2020-06-13] 178: Checking tracker ** [01:30:51 2020-06-13] 178: Checking user_migrations ** [01:30:51 2020-06-13] 178: Checking batch_updates ** [01:30:51 2020-06-13] 178: Checking gears ** [01:30:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:30:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:56 2020-06-13] 178: Checking imports ** [01:30:56 2020-06-13] 178: Checking exports ** [01:30:56 2020-06-13] 178: Checking users ** [01:30:56 2020-06-13] 178: Checking user_dbs ** [01:30:56 2020-06-13] 178: Checking geocodings ** [01:30:56 2020-06-13] 178: Checking synchronizations ** [01:30:56 2020-06-13] 178: Checking tracker ** [01:30:56 2020-06-13] 178: Checking user_migrations ** [01:30:56 2020-06-13] 178: Checking batch_updates ** [01:30:56 2020-06-13] 178: Checking gears ** [01:30:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:30:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:01 2020-06-13] 178: Checking imports ** [01:31:01 2020-06-13] 178: Checking exports ** [01:31:01 2020-06-13] 178: Checking users ** [01:31:01 2020-06-13] 178: Checking user_dbs ** [01:31:01 2020-06-13] 178: Checking geocodings ** [01:31:01 2020-06-13] 178: Checking synchronizations ** [01:31:01 2020-06-13] 178: Checking tracker ** [01:31:01 2020-06-13] 178: Checking user_migrations ** [01:31:01 2020-06-13] 178: Checking batch_updates ** [01:31:01 2020-06-13] 178: Checking gears ** [01:31:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:31:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:06 2020-06-13] 178: Checking imports ** [01:31:06 2020-06-13] 178: Checking exports ** [01:31:06 2020-06-13] 178: Checking users ** [01:31:06 2020-06-13] 178: Checking user_dbs ** [01:31:06 2020-06-13] 178: Checking geocodings ** [01:31:06 2020-06-13] 178: Checking synchronizations ** [01:31:06 2020-06-13] 178: Checking tracker ** [01:31:06 2020-06-13] 178: Checking user_migrations ** [01:31:06 2020-06-13] 178: Checking batch_updates ** [01:31:06 2020-06-13] 178: Checking gears ** [01:31:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:31:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:11 2020-06-13] 178: Checking imports ** [01:31:11 2020-06-13] 178: Checking exports ** [01:31:11 2020-06-13] 178: Checking users ** [01:31:11 2020-06-13] 178: Checking user_dbs ** [01:31:11 2020-06-13] 178: Checking geocodings ** [01:31:11 2020-06-13] 178: Checking synchronizations ** [01:31:11 2020-06-13] 178: Checking tracker ** [01:31:11 2020-06-13] 178: Checking user_migrations ** [01:31:11 2020-06-13] 178: Checking batch_updates ** [01:31:11 2020-06-13] 178: Checking gears ** [01:31:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:31:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:16 2020-06-13] 178: Checking imports ** [01:31:16 2020-06-13] 178: Checking exports ** [01:31:16 2020-06-13] 178: Checking users ** [01:31:16 2020-06-13] 178: Checking user_dbs ** [01:31:16 2020-06-13] 178: Checking geocodings ** [01:31:16 2020-06-13] 178: Checking synchronizations ** [01:31:16 2020-06-13] 178: Checking tracker ** [01:31:16 2020-06-13] 178: Checking user_migrations ** [01:31:16 2020-06-13] 178: Checking batch_updates ** [01:31:16 2020-06-13] 178: Checking gears ** [01:31:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:31:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:21 2020-06-13] 178: Checking imports ** [01:31:21 2020-06-13] 178: Checking exports ** [01:31:21 2020-06-13] 178: Checking users ** [01:31:21 2020-06-13] 178: Checking user_dbs ** [01:31:21 2020-06-13] 178: Checking geocodings ** [01:31:21 2020-06-13] 178: Checking synchronizations ** [01:31:21 2020-06-13] 178: Checking tracker ** [01:31:21 2020-06-13] 178: Checking user_migrations ** [01:31:21 2020-06-13] 178: Checking batch_updates ** [01:31:21 2020-06-13] 178: Checking gears ** [01:31:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:31:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:26 2020-06-13] 178: Checking imports ** [01:31:26 2020-06-13] 178: Checking exports ** [01:31:26 2020-06-13] 178: Checking users ** [01:31:26 2020-06-13] 178: Checking user_dbs ** [01:31:26 2020-06-13] 178: Checking geocodings ** [01:31:26 2020-06-13] 178: Checking synchronizations ** [01:31:26 2020-06-13] 178: Checking tracker ** [01:31:26 2020-06-13] 178: Checking user_migrations ** [01:31:26 2020-06-13] 178: Checking batch_updates ** [01:31:26 2020-06-13] 178: Checking gears ** [01:31:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:31:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:31 2020-06-13] 178: Checking imports ** [01:31:31 2020-06-13] 178: Checking exports ** [01:31:31 2020-06-13] 178: Checking users ** [01:31:31 2020-06-13] 178: Checking user_dbs ** [01:31:31 2020-06-13] 178: Checking geocodings ** [01:31:31 2020-06-13] 178: Checking synchronizations ** [01:31:31 2020-06-13] 178: Checking tracker ** [01:31:31 2020-06-13] 178: Checking user_migrations ** [01:31:31 2020-06-13] 178: Checking batch_updates ** [01:31:31 2020-06-13] 178: Checking gears ** [01:31:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:31:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:36 2020-06-13] 178: Checking imports ** [01:31:36 2020-06-13] 178: Checking exports ** [01:31:36 2020-06-13] 178: Checking users ** [01:31:36 2020-06-13] 178: Checking user_dbs ** [01:31:36 2020-06-13] 178: Checking geocodings ** [01:31:36 2020-06-13] 178: Checking synchronizations ** [01:31:36 2020-06-13] 178: Checking tracker ** [01:31:36 2020-06-13] 178: Checking user_migrations ** [01:31:36 2020-06-13] 178: Checking batch_updates ** [01:31:36 2020-06-13] 178: Checking gears ** [01:31:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:31:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:41 2020-06-13] 178: Checking imports ** [01:31:41 2020-06-13] 178: Checking exports ** [01:31:41 2020-06-13] 178: Checking users ** [01:31:41 2020-06-13] 178: Checking user_dbs ** [01:31:41 2020-06-13] 178: Checking geocodings ** [01:31:41 2020-06-13] 178: Checking synchronizations ** [01:31:41 2020-06-13] 178: Checking tracker ** [01:31:41 2020-06-13] 178: Checking user_migrations ** [01:31:41 2020-06-13] 178: Checking batch_updates ** [01:31:41 2020-06-13] 178: Checking gears ** [01:31:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:31:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:47 2020-06-13] 178: Checking imports ** [01:31:47 2020-06-13] 178: Checking exports ** [01:31:47 2020-06-13] 178: Checking users ** [01:31:47 2020-06-13] 178: Checking user_dbs ** [01:31:47 2020-06-13] 178: Checking geocodings ** [01:31:47 2020-06-13] 178: Checking synchronizations ** [01:31:47 2020-06-13] 178: Checking tracker ** [01:31:47 2020-06-13] 178: Checking user_migrations ** [01:31:47 2020-06-13] 178: Checking batch_updates ** [01:31:47 2020-06-13] 178: Checking gears ** [01:31:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:31:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:52 2020-06-13] 178: Checking imports ** [01:31:52 2020-06-13] 178: Checking exports ** [01:31:52 2020-06-13] 178: Checking users ** [01:31:52 2020-06-13] 178: Checking user_dbs ** [01:31:52 2020-06-13] 178: Checking geocodings ** [01:31:52 2020-06-13] 178: Checking synchronizations ** [01:31:52 2020-06-13] 178: Checking tracker ** [01:31:52 2020-06-13] 178: Checking user_migrations ** [01:31:52 2020-06-13] 178: Checking batch_updates ** [01:31:52 2020-06-13] 178: Checking gears ** [01:31:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:31:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:57 2020-06-13] 178: Checking imports ** [01:31:57 2020-06-13] 178: Checking exports ** [01:31:57 2020-06-13] 178: Checking users ** [01:31:57 2020-06-13] 178: Checking user_dbs ** [01:31:57 2020-06-13] 178: Checking geocodings ** [01:31:57 2020-06-13] 178: Checking synchronizations ** [01:31:57 2020-06-13] 178: Checking tracker ** [01:31:57 2020-06-13] 178: Checking user_migrations ** [01:31:57 2020-06-13] 178: Checking batch_updates ** [01:31:57 2020-06-13] 178: Checking gears ** [01:31:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:31:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:02 2020-06-13] 178: Checking imports ** [01:32:02 2020-06-13] 178: Checking exports ** [01:32:02 2020-06-13] 178: Checking users ** [01:32:02 2020-06-13] 178: Checking user_dbs ** [01:32:02 2020-06-13] 178: Checking geocodings ** [01:32:02 2020-06-13] 178: Checking synchronizations ** [01:32:02 2020-06-13] 178: Checking tracker ** [01:32:02 2020-06-13] 178: Checking user_migrations ** [01:32:02 2020-06-13] 178: Checking batch_updates ** [01:32:02 2020-06-13] 178: Checking gears ** [01:32:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:32:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:07 2020-06-13] 178: Checking imports ** [01:32:07 2020-06-13] 178: Checking exports ** [01:32:07 2020-06-13] 178: Checking users ** [01:32:07 2020-06-13] 178: Checking user_dbs ** [01:32:07 2020-06-13] 178: Checking geocodings ** [01:32:07 2020-06-13] 178: Checking synchronizations ** [01:32:07 2020-06-13] 178: Checking tracker ** [01:32:07 2020-06-13] 178: Checking user_migrations ** [01:32:07 2020-06-13] 178: Checking batch_updates ** [01:32:07 2020-06-13] 178: Checking gears ** [01:32:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:32:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:12 2020-06-13] 178: Checking imports ** [01:32:12 2020-06-13] 178: Checking exports ** [01:32:12 2020-06-13] 178: Checking users ** [01:32:12 2020-06-13] 178: Checking user_dbs ** [01:32:12 2020-06-13] 178: Checking geocodings ** [01:32:12 2020-06-13] 178: Checking synchronizations ** [01:32:12 2020-06-13] 178: Checking tracker ** [01:32:12 2020-06-13] 178: Checking user_migrations ** [01:32:12 2020-06-13] 178: Checking batch_updates ** [01:32:12 2020-06-13] 178: Checking gears ** [01:32:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:32:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:17 2020-06-13] 178: Checking imports ** [01:32:17 2020-06-13] 178: Checking exports ** [01:32:17 2020-06-13] 178: Checking users ** [01:32:17 2020-06-13] 178: Checking user_dbs ** [01:32:17 2020-06-13] 178: Checking geocodings ** [01:32:17 2020-06-13] 178: Checking synchronizations ** [01:32:17 2020-06-13] 178: Checking tracker ** [01:32:17 2020-06-13] 178: Checking user_migrations ** [01:32:17 2020-06-13] 178: Checking batch_updates ** [01:32:17 2020-06-13] 178: Checking gears ** [01:32:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:32:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:22 2020-06-13] 178: Checking imports ** [01:32:22 2020-06-13] 178: Checking exports ** [01:32:22 2020-06-13] 178: Checking users ** [01:32:22 2020-06-13] 178: Checking user_dbs ** [01:32:22 2020-06-13] 178: Checking geocodings ** [01:32:22 2020-06-13] 178: Checking synchronizations ** [01:32:22 2020-06-13] 178: Checking tracker ** [01:32:22 2020-06-13] 178: Checking user_migrations ** [01:32:22 2020-06-13] 178: Checking batch_updates ** [01:32:22 2020-06-13] 178: Checking gears ** [01:32:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:32:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:27 2020-06-13] 178: Checking imports ** [01:32:27 2020-06-13] 178: Checking exports ** [01:32:27 2020-06-13] 178: Checking users ** [01:32:27 2020-06-13] 178: Checking user_dbs ** [01:32:27 2020-06-13] 178: Checking geocodings ** [01:32:27 2020-06-13] 178: Checking synchronizations ** [01:32:27 2020-06-13] 178: Checking tracker ** [01:32:27 2020-06-13] 178: Checking user_migrations ** [01:32:27 2020-06-13] 178: Checking batch_updates ** [01:32:27 2020-06-13] 178: Checking gears ** [01:32:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:32:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:32 2020-06-13] 178: Checking imports ** [01:32:32 2020-06-13] 178: Checking exports ** [01:32:32 2020-06-13] 178: Checking users ** [01:32:32 2020-06-13] 178: Checking user_dbs ** [01:32:32 2020-06-13] 178: Checking geocodings ** [01:32:32 2020-06-13] 178: Checking synchronizations ** [01:32:32 2020-06-13] 178: Checking tracker ** [01:32:32 2020-06-13] 178: Checking user_migrations ** [01:32:32 2020-06-13] 178: Checking batch_updates ** [01:32:32 2020-06-13] 178: Checking gears ** [01:32:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:32:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:37 2020-06-13] 178: Checking imports ** [01:32:37 2020-06-13] 178: Checking exports ** [01:32:37 2020-06-13] 178: Checking users ** [01:32:37 2020-06-13] 178: Checking user_dbs ** [01:32:37 2020-06-13] 178: Checking geocodings ** [01:32:37 2020-06-13] 178: Checking synchronizations ** [01:32:37 2020-06-13] 178: Checking tracker ** [01:32:37 2020-06-13] 178: Checking user_migrations ** [01:32:37 2020-06-13] 178: Checking batch_updates ** [01:32:37 2020-06-13] 178: Checking gears ** [01:32:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:32:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:42 2020-06-13] 178: Checking imports ** [01:32:42 2020-06-13] 178: Checking exports ** [01:32:42 2020-06-13] 178: Checking users ** [01:32:42 2020-06-13] 178: Checking user_dbs ** [01:32:42 2020-06-13] 178: Checking geocodings ** [01:32:42 2020-06-13] 178: Checking synchronizations ** [01:32:42 2020-06-13] 178: Checking tracker ** [01:32:42 2020-06-13] 178: Checking user_migrations ** [01:32:42 2020-06-13] 178: Checking batch_updates ** [01:32:42 2020-06-13] 178: Checking gears ** [01:32:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:32:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:47 2020-06-13] 178: Checking imports ** [01:32:47 2020-06-13] 178: Checking exports ** [01:32:47 2020-06-13] 178: Checking users ** [01:32:47 2020-06-13] 178: Checking user_dbs ** [01:32:47 2020-06-13] 178: Checking geocodings ** [01:32:47 2020-06-13] 178: Checking synchronizations ** [01:32:47 2020-06-13] 178: Checking tracker ** [01:32:47 2020-06-13] 178: Checking user_migrations ** [01:32:47 2020-06-13] 178: Checking batch_updates ** [01:32:47 2020-06-13] 178: Checking gears ** [01:32:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:32:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:52 2020-06-13] 178: Checking imports ** [01:32:52 2020-06-13] 178: Checking exports ** [01:32:52 2020-06-13] 178: Checking users ** [01:32:52 2020-06-13] 178: Checking user_dbs ** [01:32:52 2020-06-13] 178: Checking geocodings ** [01:32:52 2020-06-13] 178: Checking synchronizations ** [01:32:52 2020-06-13] 178: Checking tracker ** [01:32:52 2020-06-13] 178: Checking user_migrations ** [01:32:52 2020-06-13] 178: Checking batch_updates ** [01:32:52 2020-06-13] 178: Checking gears ** [01:32:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:32:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:57 2020-06-13] 178: Checking imports ** [01:32:57 2020-06-13] 178: Checking exports ** [01:32:57 2020-06-13] 178: Checking users ** [01:32:57 2020-06-13] 178: Checking user_dbs ** [01:32:57 2020-06-13] 178: Checking geocodings ** [01:32:57 2020-06-13] 178: Checking synchronizations ** [01:32:57 2020-06-13] 178: Checking tracker ** [01:32:57 2020-06-13] 178: Checking user_migrations ** [01:32:57 2020-06-13] 178: Checking batch_updates ** [01:32:57 2020-06-13] 178: Checking gears ** [01:32:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:32:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:02 2020-06-13] 178: Checking imports ** [01:33:02 2020-06-13] 178: Checking exports ** [01:33:02 2020-06-13] 178: Checking users ** [01:33:02 2020-06-13] 178: Checking user_dbs ** [01:33:02 2020-06-13] 178: Checking geocodings ** [01:33:02 2020-06-13] 178: Checking synchronizations ** [01:33:02 2020-06-13] 178: Checking tracker ** [01:33:02 2020-06-13] 178: Checking user_migrations ** [01:33:02 2020-06-13] 178: Checking batch_updates ** [01:33:02 2020-06-13] 178: Checking gears ** [01:33:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:33:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:07 2020-06-13] 178: Checking imports ** [01:33:07 2020-06-13] 178: Checking exports ** [01:33:07 2020-06-13] 178: Checking users ** [01:33:07 2020-06-13] 178: Checking user_dbs ** [01:33:07 2020-06-13] 178: Checking geocodings ** [01:33:07 2020-06-13] 178: Checking synchronizations ** [01:33:07 2020-06-13] 178: Checking tracker ** [01:33:07 2020-06-13] 178: Checking user_migrations ** [01:33:07 2020-06-13] 178: Checking batch_updates ** [01:33:07 2020-06-13] 178: Checking gears ** [01:33:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:33:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:12 2020-06-13] 178: Checking imports ** [01:33:12 2020-06-13] 178: Checking exports ** [01:33:12 2020-06-13] 178: Checking users ** [01:33:12 2020-06-13] 178: Checking user_dbs ** [01:33:12 2020-06-13] 178: Checking geocodings ** [01:33:12 2020-06-13] 178: Checking synchronizations ** [01:33:12 2020-06-13] 178: Checking tracker ** [01:33:12 2020-06-13] 178: Checking user_migrations ** [01:33:12 2020-06-13] 178: Checking batch_updates ** [01:33:12 2020-06-13] 178: Checking gears ** [01:33:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:33:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:17 2020-06-13] 178: Checking imports ** [01:33:17 2020-06-13] 178: Checking exports ** [01:33:17 2020-06-13] 178: Checking users ** [01:33:17 2020-06-13] 178: Checking user_dbs ** [01:33:17 2020-06-13] 178: Checking geocodings ** [01:33:17 2020-06-13] 178: Checking synchronizations ** [01:33:17 2020-06-13] 178: Checking tracker ** [01:33:17 2020-06-13] 178: Checking user_migrations ** [01:33:17 2020-06-13] 178: Checking batch_updates ** [01:33:17 2020-06-13] 178: Checking gears ** [01:33:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:33:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:22 2020-06-13] 178: Checking imports ** [01:33:22 2020-06-13] 178: Checking exports ** [01:33:22 2020-06-13] 178: Checking users ** [01:33:22 2020-06-13] 178: Checking user_dbs ** [01:33:22 2020-06-13] 178: Checking geocodings ** [01:33:22 2020-06-13] 178: Checking synchronizations ** [01:33:22 2020-06-13] 178: Checking tracker ** [01:33:22 2020-06-13] 178: Checking user_migrations ** [01:33:22 2020-06-13] 178: Checking batch_updates ** [01:33:22 2020-06-13] 178: Checking gears ** [01:33:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:33:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:27 2020-06-13] 178: Checking imports ** [01:33:27 2020-06-13] 178: Checking exports ** [01:33:27 2020-06-13] 178: Checking users ** [01:33:27 2020-06-13] 178: Checking user_dbs ** [01:33:27 2020-06-13] 178: Checking geocodings ** [01:33:27 2020-06-13] 178: Checking synchronizations ** [01:33:27 2020-06-13] 178: Checking tracker ** [01:33:27 2020-06-13] 178: Checking user_migrations ** [01:33:27 2020-06-13] 178: Checking batch_updates ** [01:33:27 2020-06-13] 178: Checking gears ** [01:33:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:33:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:32 2020-06-13] 178: Checking imports ** [01:33:32 2020-06-13] 178: Checking exports ** [01:33:32 2020-06-13] 178: Checking users ** [01:33:32 2020-06-13] 178: Checking user_dbs ** [01:33:32 2020-06-13] 178: Checking geocodings ** [01:33:32 2020-06-13] 178: Checking synchronizations ** [01:33:32 2020-06-13] 178: Checking tracker ** [01:33:32 2020-06-13] 178: Checking user_migrations ** [01:33:32 2020-06-13] 178: Checking batch_updates ** [01:33:32 2020-06-13] 178: Checking gears ** [01:33:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:33:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:37 2020-06-13] 178: Checking imports ** [01:33:37 2020-06-13] 178: Checking exports ** [01:33:37 2020-06-13] 178: Checking users ** [01:33:37 2020-06-13] 178: Checking user_dbs ** [01:33:37 2020-06-13] 178: Checking geocodings ** [01:33:37 2020-06-13] 178: Checking synchronizations ** [01:33:37 2020-06-13] 178: Checking tracker ** [01:33:37 2020-06-13] 178: Checking user_migrations ** [01:33:37 2020-06-13] 178: Checking batch_updates ** [01:33:37 2020-06-13] 178: Checking gears ** [01:33:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:33:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:42 2020-06-13] 178: Checking imports ** [01:33:42 2020-06-13] 178: Checking exports ** [01:33:42 2020-06-13] 178: Checking users ** [01:33:42 2020-06-13] 178: Checking user_dbs ** [01:33:42 2020-06-13] 178: Checking geocodings ** [01:33:42 2020-06-13] 178: Checking synchronizations ** [01:33:42 2020-06-13] 178: Checking tracker ** [01:33:42 2020-06-13] 178: Checking user_migrations ** [01:33:42 2020-06-13] 178: Checking batch_updates ** [01:33:42 2020-06-13] 178: Checking gears ** [01:33:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:33:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:47 2020-06-13] 178: Checking imports ** [01:33:47 2020-06-13] 178: Checking exports ** [01:33:47 2020-06-13] 178: Checking users ** [01:33:47 2020-06-13] 178: Checking user_dbs ** [01:33:47 2020-06-13] 178: Checking geocodings ** [01:33:47 2020-06-13] 178: Checking synchronizations ** [01:33:47 2020-06-13] 178: Checking tracker ** [01:33:47 2020-06-13] 178: Checking user_migrations ** [01:33:47 2020-06-13] 178: Checking batch_updates ** [01:33:47 2020-06-13] 178: Checking gears ** [01:33:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:33:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:52 2020-06-13] 178: Checking imports ** [01:33:52 2020-06-13] 178: Checking exports ** [01:33:52 2020-06-13] 178: Checking users ** [01:33:52 2020-06-13] 178: Checking user_dbs ** [01:33:52 2020-06-13] 178: Checking geocodings ** [01:33:52 2020-06-13] 178: Checking synchronizations ** [01:33:52 2020-06-13] 178: Checking tracker ** [01:33:52 2020-06-13] 178: Checking user_migrations ** [01:33:52 2020-06-13] 178: Checking batch_updates ** [01:33:52 2020-06-13] 178: Checking gears ** [01:33:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:33:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:57 2020-06-13] 178: Checking imports ** [01:33:57 2020-06-13] 178: Checking exports ** [01:33:57 2020-06-13] 178: Checking users ** [01:33:57 2020-06-13] 178: Checking user_dbs ** [01:33:57 2020-06-13] 178: Checking geocodings ** [01:33:57 2020-06-13] 178: Checking synchronizations ** [01:33:57 2020-06-13] 178: Checking tracker ** [01:33:57 2020-06-13] 178: Checking user_migrations ** [01:33:57 2020-06-13] 178: Checking batch_updates ** [01:33:57 2020-06-13] 178: Checking gears ** [01:33:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:33:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:02 2020-06-13] 178: Checking imports ** [01:34:02 2020-06-13] 178: Checking exports ** [01:34:02 2020-06-13] 178: Checking users ** [01:34:02 2020-06-13] 178: Checking user_dbs ** [01:34:02 2020-06-13] 178: Checking geocodings ** [01:34:02 2020-06-13] 178: Checking synchronizations ** [01:34:02 2020-06-13] 178: Checking tracker ** [01:34:02 2020-06-13] 178: Checking user_migrations ** [01:34:02 2020-06-13] 178: Checking batch_updates ** [01:34:02 2020-06-13] 178: Checking gears ** [01:34:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:34:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:07 2020-06-13] 178: Checking imports ** [01:34:07 2020-06-13] 178: Checking exports ** [01:34:07 2020-06-13] 178: Checking users ** [01:34:07 2020-06-13] 178: Checking user_dbs ** [01:34:07 2020-06-13] 178: Checking geocodings ** [01:34:07 2020-06-13] 178: Checking synchronizations ** [01:34:07 2020-06-13] 178: Checking tracker ** [01:34:07 2020-06-13] 178: Checking user_migrations ** [01:34:07 2020-06-13] 178: Checking batch_updates ** [01:34:07 2020-06-13] 178: Checking gears ** [01:34:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:34:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:12 2020-06-13] 178: Checking imports ** [01:34:12 2020-06-13] 178: Checking exports ** [01:34:12 2020-06-13] 178: Checking users ** [01:34:12 2020-06-13] 178: Checking user_dbs ** [01:34:12 2020-06-13] 178: Checking geocodings ** [01:34:12 2020-06-13] 178: Checking synchronizations ** [01:34:12 2020-06-13] 178: Checking tracker ** [01:34:12 2020-06-13] 178: Checking user_migrations ** [01:34:12 2020-06-13] 178: Checking batch_updates ** [01:34:12 2020-06-13] 178: Checking gears ** [01:34:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:34:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:17 2020-06-13] 178: Checking imports ** [01:34:17 2020-06-13] 178: Checking exports ** [01:34:17 2020-06-13] 178: Checking users ** [01:34:17 2020-06-13] 178: Checking user_dbs ** [01:34:17 2020-06-13] 178: Checking geocodings ** [01:34:17 2020-06-13] 178: Checking synchronizations ** [01:34:17 2020-06-13] 178: Checking tracker ** [01:34:17 2020-06-13] 178: Checking user_migrations ** [01:34:17 2020-06-13] 178: Checking batch_updates ** [01:34:17 2020-06-13] 178: Checking gears ** [01:34:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:34:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:22 2020-06-13] 178: Checking imports ** [01:34:22 2020-06-13] 178: Checking exports ** [01:34:22 2020-06-13] 178: Checking users ** [01:34:22 2020-06-13] 178: Checking user_dbs ** [01:34:22 2020-06-13] 178: Checking geocodings ** [01:34:22 2020-06-13] 178: Checking synchronizations ** [01:34:22 2020-06-13] 178: Checking tracker ** [01:34:22 2020-06-13] 178: Checking user_migrations ** [01:34:22 2020-06-13] 178: Checking batch_updates ** [01:34:22 2020-06-13] 178: Checking gears ** [01:34:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:34:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:27 2020-06-13] 178: Checking imports ** [01:34:27 2020-06-13] 178: Checking exports ** [01:34:27 2020-06-13] 178: Checking users ** [01:34:27 2020-06-13] 178: Checking user_dbs ** [01:34:27 2020-06-13] 178: Checking geocodings ** [01:34:27 2020-06-13] 178: Checking synchronizations ** [01:34:27 2020-06-13] 178: Checking tracker ** [01:34:27 2020-06-13] 178: Checking user_migrations ** [01:34:27 2020-06-13] 178: Checking batch_updates ** [01:34:27 2020-06-13] 178: Checking gears ** [01:34:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:34:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:32 2020-06-13] 178: Checking imports ** [01:34:32 2020-06-13] 178: Checking exports ** [01:34:32 2020-06-13] 178: Checking users ** [01:34:32 2020-06-13] 178: Checking user_dbs ** [01:34:32 2020-06-13] 178: Checking geocodings ** [01:34:32 2020-06-13] 178: Checking synchronizations ** [01:34:32 2020-06-13] 178: Checking tracker ** [01:34:32 2020-06-13] 178: Checking user_migrations ** [01:34:32 2020-06-13] 178: Checking batch_updates ** [01:34:32 2020-06-13] 178: Checking gears ** [01:34:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:34:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:37 2020-06-13] 178: Checking imports ** [01:34:37 2020-06-13] 178: Checking exports ** [01:34:37 2020-06-13] 178: Checking users ** [01:34:37 2020-06-13] 178: Checking user_dbs ** [01:34:37 2020-06-13] 178: Checking geocodings ** [01:34:37 2020-06-13] 178: Checking synchronizations ** [01:34:37 2020-06-13] 178: Checking tracker ** [01:34:37 2020-06-13] 178: Checking user_migrations ** [01:34:37 2020-06-13] 178: Checking batch_updates ** [01:34:37 2020-06-13] 178: Checking gears ** [01:34:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:34:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:42 2020-06-13] 178: Checking imports ** [01:34:42 2020-06-13] 178: Checking exports ** [01:34:42 2020-06-13] 178: Checking users ** [01:34:42 2020-06-13] 178: Checking user_dbs ** [01:34:42 2020-06-13] 178: Checking geocodings ** [01:34:42 2020-06-13] 178: Checking synchronizations ** [01:34:42 2020-06-13] 178: Checking tracker ** [01:34:42 2020-06-13] 178: Checking user_migrations ** [01:34:42 2020-06-13] 178: Checking batch_updates ** [01:34:42 2020-06-13] 178: Checking gears ** [01:34:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:34:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:47 2020-06-13] 178: Checking imports ** [01:34:47 2020-06-13] 178: Checking exports ** [01:34:47 2020-06-13] 178: Checking users ** [01:34:47 2020-06-13] 178: Checking user_dbs ** [01:34:47 2020-06-13] 178: Checking geocodings ** [01:34:47 2020-06-13] 178: Checking synchronizations ** [01:34:47 2020-06-13] 178: Checking tracker ** [01:34:47 2020-06-13] 178: Checking user_migrations ** [01:34:47 2020-06-13] 178: Checking batch_updates ** [01:34:47 2020-06-13] 178: Checking gears ** [01:34:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:34:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:52 2020-06-13] 178: Checking imports ** [01:34:52 2020-06-13] 178: Checking exports ** [01:34:52 2020-06-13] 178: Checking users ** [01:34:52 2020-06-13] 178: Checking user_dbs ** [01:34:52 2020-06-13] 178: Checking geocodings ** [01:34:52 2020-06-13] 178: Checking synchronizations ** [01:34:52 2020-06-13] 178: Checking tracker ** [01:34:52 2020-06-13] 178: Checking user_migrations ** [01:34:52 2020-06-13] 178: Checking batch_updates ** [01:34:52 2020-06-13] 178: Checking gears ** [01:34:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:34:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:57 2020-06-13] 178: Checking imports ** [01:34:57 2020-06-13] 178: Checking exports ** [01:34:57 2020-06-13] 178: Checking users ** [01:34:57 2020-06-13] 178: Checking user_dbs ** [01:34:57 2020-06-13] 178: Checking geocodings ** [01:34:57 2020-06-13] 178: Checking synchronizations ** [01:34:57 2020-06-13] 178: Checking tracker ** [01:34:57 2020-06-13] 178: Checking user_migrations ** [01:34:57 2020-06-13] 178: Checking batch_updates ** [01:34:57 2020-06-13] 178: Checking gears ** [01:34:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:34:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:02 2020-06-13] 178: Checking imports ** [01:35:02 2020-06-13] 178: Checking exports ** [01:35:02 2020-06-13] 178: Checking users ** [01:35:02 2020-06-13] 178: Checking user_dbs ** [01:35:02 2020-06-13] 178: Checking geocodings ** [01:35:02 2020-06-13] 178: Checking synchronizations ** [01:35:02 2020-06-13] 178: Checking tracker ** [01:35:02 2020-06-13] 178: Checking user_migrations ** [01:35:02 2020-06-13] 178: Checking batch_updates ** [01:35:02 2020-06-13] 178: Checking gears ** [01:35:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:35:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:07 2020-06-13] 178: Checking imports ** [01:35:07 2020-06-13] 178: Checking exports ** [01:35:07 2020-06-13] 178: Checking users ** [01:35:07 2020-06-13] 178: Checking user_dbs ** [01:35:07 2020-06-13] 178: Checking geocodings ** [01:35:07 2020-06-13] 178: Checking synchronizations ** [01:35:07 2020-06-13] 178: Checking tracker ** [01:35:07 2020-06-13] 178: Checking user_migrations ** [01:35:07 2020-06-13] 178: Checking batch_updates ** [01:35:07 2020-06-13] 178: Checking gears ** [01:35:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:35:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:12 2020-06-13] 178: Checking imports ** [01:35:12 2020-06-13] 178: Checking exports ** [01:35:12 2020-06-13] 178: Checking users ** [01:35:12 2020-06-13] 178: Checking user_dbs ** [01:35:12 2020-06-13] 178: Checking geocodings ** [01:35:12 2020-06-13] 178: Checking synchronizations ** [01:35:12 2020-06-13] 178: Checking tracker ** [01:35:12 2020-06-13] 178: Checking user_migrations ** [01:35:12 2020-06-13] 178: Checking batch_updates ** [01:35:12 2020-06-13] 178: Checking gears ** [01:35:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:35:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:17 2020-06-13] 178: Checking imports ** [01:35:17 2020-06-13] 178: Checking exports ** [01:35:17 2020-06-13] 178: Checking users ** [01:35:17 2020-06-13] 178: Checking user_dbs ** [01:35:17 2020-06-13] 178: Checking geocodings ** [01:35:17 2020-06-13] 178: Checking synchronizations ** [01:35:17 2020-06-13] 178: Checking tracker ** [01:35:17 2020-06-13] 178: Checking user_migrations ** [01:35:17 2020-06-13] 178: Checking batch_updates ** [01:35:17 2020-06-13] 178: Checking gears ** [01:35:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:35:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:22 2020-06-13] 178: Checking imports ** [01:35:22 2020-06-13] 178: Checking exports ** [01:35:22 2020-06-13] 178: Checking users ** [01:35:22 2020-06-13] 178: Checking user_dbs ** [01:35:22 2020-06-13] 178: Checking geocodings ** [01:35:22 2020-06-13] 178: Checking synchronizations ** [01:35:22 2020-06-13] 178: Checking tracker ** [01:35:22 2020-06-13] 178: Checking user_migrations ** [01:35:22 2020-06-13] 178: Checking batch_updates ** [01:35:22 2020-06-13] 178: Checking gears ** [01:35:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:35:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:27 2020-06-13] 178: Checking imports ** [01:35:27 2020-06-13] 178: Checking exports ** [01:35:27 2020-06-13] 178: Checking users ** [01:35:27 2020-06-13] 178: Checking user_dbs ** [01:35:27 2020-06-13] 178: Checking geocodings ** [01:35:27 2020-06-13] 178: Checking synchronizations ** [01:35:27 2020-06-13] 178: Checking tracker ** [01:35:27 2020-06-13] 178: Checking user_migrations ** [01:35:27 2020-06-13] 178: Checking batch_updates ** [01:35:27 2020-06-13] 178: Checking gears ** [01:35:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:35:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:32 2020-06-13] 178: Checking imports ** [01:35:32 2020-06-13] 178: Checking exports ** [01:35:32 2020-06-13] 178: Checking users ** [01:35:32 2020-06-13] 178: Checking user_dbs ** [01:35:32 2020-06-13] 178: Checking geocodings ** [01:35:32 2020-06-13] 178: Checking synchronizations ** [01:35:32 2020-06-13] 178: Checking tracker ** [01:35:32 2020-06-13] 178: Checking user_migrations ** [01:35:32 2020-06-13] 178: Checking batch_updates ** [01:35:32 2020-06-13] 178: Checking gears ** [01:35:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:35:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:37 2020-06-13] 178: Checking imports ** [01:35:37 2020-06-13] 178: Checking exports ** [01:35:37 2020-06-13] 178: Checking users ** [01:35:37 2020-06-13] 178: Checking user_dbs ** [01:35:37 2020-06-13] 178: Checking geocodings ** [01:35:37 2020-06-13] 178: Checking synchronizations ** [01:35:37 2020-06-13] 178: Checking tracker ** [01:35:37 2020-06-13] 178: Checking user_migrations ** [01:35:37 2020-06-13] 178: Checking batch_updates ** [01:35:37 2020-06-13] 178: Checking gears ** [01:35:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:35:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:42 2020-06-13] 178: Checking imports ** [01:35:42 2020-06-13] 178: Checking exports ** [01:35:42 2020-06-13] 178: Checking users ** [01:35:42 2020-06-13] 178: Checking user_dbs ** [01:35:42 2020-06-13] 178: Checking geocodings ** [01:35:42 2020-06-13] 178: Checking synchronizations ** [01:35:42 2020-06-13] 178: Checking tracker ** [01:35:42 2020-06-13] 178: Checking user_migrations ** [01:35:42 2020-06-13] 178: Checking batch_updates ** [01:35:42 2020-06-13] 178: Checking gears ** [01:35:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:35:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:47 2020-06-13] 178: Checking imports ** [01:35:47 2020-06-13] 178: Checking exports ** [01:35:47 2020-06-13] 178: Checking users ** [01:35:47 2020-06-13] 178: Checking user_dbs ** [01:35:47 2020-06-13] 178: Checking geocodings ** [01:35:47 2020-06-13] 178: Checking synchronizations ** [01:35:47 2020-06-13] 178: Checking tracker ** [01:35:47 2020-06-13] 178: Checking user_migrations ** [01:35:47 2020-06-13] 178: Checking batch_updates ** [01:35:47 2020-06-13] 178: Checking gears ** [01:35:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:35:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:52 2020-06-13] 178: Checking imports ** [01:35:52 2020-06-13] 178: Checking exports ** [01:35:52 2020-06-13] 178: Checking users ** [01:35:52 2020-06-13] 178: Checking user_dbs ** [01:35:52 2020-06-13] 178: Checking geocodings ** [01:35:52 2020-06-13] 178: Checking synchronizations ** [01:35:52 2020-06-13] 178: Checking tracker ** [01:35:52 2020-06-13] 178: Checking user_migrations ** [01:35:52 2020-06-13] 178: Checking batch_updates ** [01:35:52 2020-06-13] 178: Checking gears ** [01:35:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:35:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:57 2020-06-13] 178: Checking imports ** [01:35:57 2020-06-13] 178: Checking exports ** [01:35:57 2020-06-13] 178: Checking users ** [01:35:57 2020-06-13] 178: Checking user_dbs ** [01:35:57 2020-06-13] 178: Checking geocodings ** [01:35:57 2020-06-13] 178: Checking synchronizations ** [01:35:57 2020-06-13] 178: Checking tracker ** [01:35:57 2020-06-13] 178: Checking user_migrations ** [01:35:57 2020-06-13] 178: Checking batch_updates ** [01:35:57 2020-06-13] 178: Checking gears ** [01:35:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:35:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:02 2020-06-13] 178: Checking imports ** [01:36:02 2020-06-13] 178: Checking exports ** [01:36:02 2020-06-13] 178: Checking users ** [01:36:02 2020-06-13] 178: Checking user_dbs ** [01:36:02 2020-06-13] 178: Checking geocodings ** [01:36:02 2020-06-13] 178: Checking synchronizations ** [01:36:02 2020-06-13] 178: Checking tracker ** [01:36:02 2020-06-13] 178: Checking user_migrations ** [01:36:02 2020-06-13] 178: Checking batch_updates ** [01:36:02 2020-06-13] 178: Checking gears ** [01:36:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:36:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:07 2020-06-13] 178: Checking imports ** [01:36:07 2020-06-13] 178: Checking exports ** [01:36:07 2020-06-13] 178: Checking users ** [01:36:07 2020-06-13] 178: Checking user_dbs ** [01:36:07 2020-06-13] 178: Checking geocodings ** [01:36:07 2020-06-13] 178: Checking synchronizations ** [01:36:07 2020-06-13] 178: Checking tracker ** [01:36:07 2020-06-13] 178: Checking user_migrations ** [01:36:07 2020-06-13] 178: Checking batch_updates ** [01:36:07 2020-06-13] 178: Checking gears ** [01:36:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:36:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:12 2020-06-13] 178: Checking imports ** [01:36:12 2020-06-13] 178: Checking exports ** [01:36:12 2020-06-13] 178: Checking users ** [01:36:12 2020-06-13] 178: Checking user_dbs ** [01:36:12 2020-06-13] 178: Checking geocodings ** [01:36:12 2020-06-13] 178: Checking synchronizations ** [01:36:12 2020-06-13] 178: Checking tracker ** [01:36:12 2020-06-13] 178: Checking user_migrations ** [01:36:12 2020-06-13] 178: Checking batch_updates ** [01:36:12 2020-06-13] 178: Checking gears ** [01:36:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:36:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:17 2020-06-13] 178: Checking imports ** [01:36:17 2020-06-13] 178: Checking exports ** [01:36:17 2020-06-13] 178: Checking users ** [01:36:17 2020-06-13] 178: Checking user_dbs ** [01:36:17 2020-06-13] 178: Checking geocodings ** [01:36:17 2020-06-13] 178: Checking synchronizations ** [01:36:17 2020-06-13] 178: Checking tracker ** [01:36:17 2020-06-13] 178: Checking user_migrations ** [01:36:17 2020-06-13] 178: Checking batch_updates ** [01:36:17 2020-06-13] 178: Checking gears ** [01:36:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:36:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:22 2020-06-13] 178: Checking imports ** [01:36:22 2020-06-13] 178: Checking exports ** [01:36:22 2020-06-13] 178: Checking users ** [01:36:22 2020-06-13] 178: Checking user_dbs ** [01:36:22 2020-06-13] 178: Checking geocodings ** [01:36:22 2020-06-13] 178: Checking synchronizations ** [01:36:22 2020-06-13] 178: Checking tracker ** [01:36:22 2020-06-13] 178: Checking user_migrations ** [01:36:22 2020-06-13] 178: Checking batch_updates ** [01:36:22 2020-06-13] 178: Checking gears ** [01:36:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:36:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:27 2020-06-13] 178: Checking imports ** [01:36:27 2020-06-13] 178: Checking exports ** [01:36:27 2020-06-13] 178: Checking users ** [01:36:27 2020-06-13] 178: Checking user_dbs ** [01:36:27 2020-06-13] 178: Checking geocodings ** [01:36:27 2020-06-13] 178: Checking synchronizations ** [01:36:27 2020-06-13] 178: Checking tracker ** [01:36:27 2020-06-13] 178: Checking user_migrations ** [01:36:27 2020-06-13] 178: Checking batch_updates ** [01:36:27 2020-06-13] 178: Checking gears ** [01:36:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:36:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:32 2020-06-13] 178: Checking imports ** [01:36:32 2020-06-13] 178: Checking exports ** [01:36:32 2020-06-13] 178: Checking users ** [01:36:32 2020-06-13] 178: Checking user_dbs ** [01:36:32 2020-06-13] 178: Checking geocodings ** [01:36:32 2020-06-13] 178: Checking synchronizations ** [01:36:32 2020-06-13] 178: Checking tracker ** [01:36:32 2020-06-13] 178: Checking user_migrations ** [01:36:32 2020-06-13] 178: Checking batch_updates ** [01:36:32 2020-06-13] 178: Checking gears ** [01:36:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:36:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:37 2020-06-13] 178: Checking imports ** [01:36:37 2020-06-13] 178: Checking exports ** [01:36:37 2020-06-13] 178: Checking users ** [01:36:37 2020-06-13] 178: Checking user_dbs ** [01:36:37 2020-06-13] 178: Checking geocodings ** [01:36:37 2020-06-13] 178: Checking synchronizations ** [01:36:37 2020-06-13] 178: Checking tracker ** [01:36:37 2020-06-13] 178: Checking user_migrations ** [01:36:37 2020-06-13] 178: Checking batch_updates ** [01:36:37 2020-06-13] 178: Checking gears ** [01:36:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:36:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:42 2020-06-13] 178: Checking imports ** [01:36:42 2020-06-13] 178: Checking exports ** [01:36:42 2020-06-13] 178: Checking users ** [01:36:42 2020-06-13] 178: Checking user_dbs ** [01:36:42 2020-06-13] 178: Checking geocodings ** [01:36:42 2020-06-13] 178: Checking synchronizations ** [01:36:42 2020-06-13] 178: Checking tracker ** [01:36:42 2020-06-13] 178: Checking user_migrations ** [01:36:42 2020-06-13] 178: Checking batch_updates ** [01:36:42 2020-06-13] 178: Checking gears ** [01:36:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:36:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:47 2020-06-13] 178: Checking imports ** [01:36:47 2020-06-13] 178: Checking exports ** [01:36:47 2020-06-13] 178: Checking users ** [01:36:47 2020-06-13] 178: Checking user_dbs ** [01:36:47 2020-06-13] 178: Checking geocodings ** [01:36:47 2020-06-13] 178: Checking synchronizations ** [01:36:47 2020-06-13] 178: Checking tracker ** [01:36:47 2020-06-13] 178: Checking user_migrations ** [01:36:47 2020-06-13] 178: Checking batch_updates ** [01:36:47 2020-06-13] 178: Checking gears ** [01:36:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:36:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:52 2020-06-13] 178: Checking imports ** [01:36:52 2020-06-13] 178: Checking exports ** [01:36:52 2020-06-13] 178: Checking users ** [01:36:52 2020-06-13] 178: Checking user_dbs ** [01:36:52 2020-06-13] 178: Checking geocodings ** [01:36:52 2020-06-13] 178: Checking synchronizations ** [01:36:52 2020-06-13] 178: Checking tracker ** [01:36:52 2020-06-13] 178: Checking user_migrations ** [01:36:52 2020-06-13] 178: Checking batch_updates ** [01:36:52 2020-06-13] 178: Checking gears ** [01:36:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:36:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:57 2020-06-13] 178: Checking imports ** [01:36:57 2020-06-13] 178: Checking exports ** [01:36:57 2020-06-13] 178: Checking users ** [01:36:57 2020-06-13] 178: Checking user_dbs ** [01:36:57 2020-06-13] 178: Checking geocodings ** [01:36:57 2020-06-13] 178: Checking synchronizations ** [01:36:57 2020-06-13] 178: Checking tracker ** [01:36:57 2020-06-13] 178: Checking user_migrations ** [01:36:57 2020-06-13] 178: Checking batch_updates ** [01:36:57 2020-06-13] 178: Checking gears ** [01:36:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:36:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:02 2020-06-13] 178: Checking imports ** [01:37:02 2020-06-13] 178: Checking exports ** [01:37:02 2020-06-13] 178: Checking users ** [01:37:02 2020-06-13] 178: Checking user_dbs ** [01:37:02 2020-06-13] 178: Checking geocodings ** [01:37:02 2020-06-13] 178: Checking synchronizations ** [01:37:02 2020-06-13] 178: Checking tracker ** [01:37:02 2020-06-13] 178: Checking user_migrations ** [01:37:02 2020-06-13] 178: Checking batch_updates ** [01:37:02 2020-06-13] 178: Checking gears ** [01:37:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:37:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:07 2020-06-13] 178: Checking imports ** [01:37:07 2020-06-13] 178: Checking exports ** [01:37:07 2020-06-13] 178: Checking users ** [01:37:07 2020-06-13] 178: Checking user_dbs ** [01:37:07 2020-06-13] 178: Checking geocodings ** [01:37:07 2020-06-13] 178: Checking synchronizations ** [01:37:07 2020-06-13] 178: Checking tracker ** [01:37:07 2020-06-13] 178: Checking user_migrations ** [01:37:07 2020-06-13] 178: Checking batch_updates ** [01:37:07 2020-06-13] 178: Checking gears ** [01:37:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:37:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:12 2020-06-13] 178: Checking imports ** [01:37:12 2020-06-13] 178: Checking exports ** [01:37:12 2020-06-13] 178: Checking users ** [01:37:12 2020-06-13] 178: Checking user_dbs ** [01:37:12 2020-06-13] 178: Checking geocodings ** [01:37:12 2020-06-13] 178: Checking synchronizations ** [01:37:12 2020-06-13] 178: Checking tracker ** [01:37:12 2020-06-13] 178: Checking user_migrations ** [01:37:12 2020-06-13] 178: Checking batch_updates ** [01:37:12 2020-06-13] 178: Checking gears ** [01:37:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:37:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:17 2020-06-13] 178: Checking imports ** [01:37:17 2020-06-13] 178: Checking exports ** [01:37:17 2020-06-13] 178: Checking users ** [01:37:17 2020-06-13] 178: Checking user_dbs ** [01:37:17 2020-06-13] 178: Checking geocodings ** [01:37:17 2020-06-13] 178: Checking synchronizations ** [01:37:17 2020-06-13] 178: Checking tracker ** [01:37:17 2020-06-13] 178: Checking user_migrations ** [01:37:17 2020-06-13] 178: Checking batch_updates ** [01:37:17 2020-06-13] 178: Checking gears ** [01:37:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:37:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:22 2020-06-13] 178: Checking imports ** [01:37:22 2020-06-13] 178: Checking exports ** [01:37:22 2020-06-13] 178: Checking users ** [01:37:22 2020-06-13] 178: Checking user_dbs ** [01:37:22 2020-06-13] 178: Checking geocodings ** [01:37:22 2020-06-13] 178: Checking synchronizations ** [01:37:22 2020-06-13] 178: Checking tracker ** [01:37:22 2020-06-13] 178: Checking user_migrations ** [01:37:22 2020-06-13] 178: Checking batch_updates ** [01:37:22 2020-06-13] 178: Checking gears ** [01:37:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:37:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:27 2020-06-13] 178: Checking imports ** [01:37:27 2020-06-13] 178: Checking exports ** [01:37:27 2020-06-13] 178: Checking users ** [01:37:27 2020-06-13] 178: Checking user_dbs ** [01:37:27 2020-06-13] 178: Checking geocodings ** [01:37:27 2020-06-13] 178: Checking synchronizations ** [01:37:27 2020-06-13] 178: Checking tracker ** [01:37:27 2020-06-13] 178: Checking user_migrations ** [01:37:27 2020-06-13] 178: Checking batch_updates ** [01:37:27 2020-06-13] 178: Checking gears ** [01:37:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:37:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:32 2020-06-13] 178: Checking imports ** [01:37:32 2020-06-13] 178: Checking exports ** [01:37:32 2020-06-13] 178: Checking users ** [01:37:32 2020-06-13] 178: Checking user_dbs ** [01:37:32 2020-06-13] 178: Checking geocodings ** [01:37:32 2020-06-13] 178: Checking synchronizations ** [01:37:32 2020-06-13] 178: Checking tracker ** [01:37:32 2020-06-13] 178: Checking user_migrations ** [01:37:32 2020-06-13] 178: Checking batch_updates ** [01:37:32 2020-06-13] 178: Checking gears ** [01:37:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:37:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:37 2020-06-13] 178: Checking imports ** [01:37:37 2020-06-13] 178: Checking exports ** [01:37:37 2020-06-13] 178: Checking users ** [01:37:37 2020-06-13] 178: Checking user_dbs ** [01:37:37 2020-06-13] 178: Checking geocodings ** [01:37:37 2020-06-13] 178: Checking synchronizations ** [01:37:37 2020-06-13] 178: Checking tracker ** [01:37:37 2020-06-13] 178: Checking user_migrations ** [01:37:37 2020-06-13] 178: Checking batch_updates ** [01:37:37 2020-06-13] 178: Checking gears ** [01:37:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:37:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:42 2020-06-13] 178: Checking imports ** [01:37:42 2020-06-13] 178: Checking exports ** [01:37:42 2020-06-13] 178: Checking users ** [01:37:42 2020-06-13] 178: Checking user_dbs ** [01:37:42 2020-06-13] 178: Checking geocodings ** [01:37:42 2020-06-13] 178: Checking synchronizations ** [01:37:42 2020-06-13] 178: Checking tracker ** [01:37:42 2020-06-13] 178: Checking user_migrations ** [01:37:42 2020-06-13] 178: Checking batch_updates ** [01:37:42 2020-06-13] 178: Checking gears ** [01:37:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:37:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:47 2020-06-13] 178: Checking imports ** [01:37:47 2020-06-13] 178: Checking exports ** [01:37:47 2020-06-13] 178: Checking users ** [01:37:47 2020-06-13] 178: Checking user_dbs ** [01:37:47 2020-06-13] 178: Checking geocodings ** [01:37:47 2020-06-13] 178: Checking synchronizations ** [01:37:47 2020-06-13] 178: Checking tracker ** [01:37:47 2020-06-13] 178: Checking user_migrations ** [01:37:47 2020-06-13] 178: Checking batch_updates ** [01:37:47 2020-06-13] 178: Checking gears ** [01:37:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:37:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:52 2020-06-13] 178: Checking imports ** [01:37:52 2020-06-13] 178: Checking exports ** [01:37:52 2020-06-13] 178: Checking users ** [01:37:52 2020-06-13] 178: Checking user_dbs ** [01:37:52 2020-06-13] 178: Checking geocodings ** [01:37:52 2020-06-13] 178: Checking synchronizations ** [01:37:52 2020-06-13] 178: Checking tracker ** [01:37:52 2020-06-13] 178: Checking user_migrations ** [01:37:52 2020-06-13] 178: Checking batch_updates ** [01:37:52 2020-06-13] 178: Checking gears ** [01:37:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:37:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:57 2020-06-13] 178: Checking imports ** [01:37:57 2020-06-13] 178: Checking exports ** [01:37:57 2020-06-13] 178: Checking users ** [01:37:57 2020-06-13] 178: Checking user_dbs ** [01:37:57 2020-06-13] 178: Checking geocodings ** [01:37:57 2020-06-13] 178: Checking synchronizations ** [01:37:57 2020-06-13] 178: Checking tracker ** [01:37:57 2020-06-13] 178: Checking user_migrations ** [01:37:57 2020-06-13] 178: Checking batch_updates ** [01:37:57 2020-06-13] 178: Checking gears ** [01:37:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:37:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:02 2020-06-13] 178: Checking imports ** [01:38:02 2020-06-13] 178: Checking exports ** [01:38:02 2020-06-13] 178: Checking users ** [01:38:02 2020-06-13] 178: Checking user_dbs ** [01:38:02 2020-06-13] 178: Checking geocodings ** [01:38:02 2020-06-13] 178: Checking synchronizations ** [01:38:02 2020-06-13] 178: Checking tracker ** [01:38:02 2020-06-13] 178: Checking user_migrations ** [01:38:02 2020-06-13] 178: Checking batch_updates ** [01:38:02 2020-06-13] 178: Checking gears ** [01:38:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:38:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:07 2020-06-13] 178: Checking imports ** [01:38:07 2020-06-13] 178: Checking exports ** [01:38:07 2020-06-13] 178: Checking users ** [01:38:07 2020-06-13] 178: Checking user_dbs ** [01:38:07 2020-06-13] 178: Checking geocodings ** [01:38:07 2020-06-13] 178: Checking synchronizations ** [01:38:07 2020-06-13] 178: Checking tracker ** [01:38:07 2020-06-13] 178: Checking user_migrations ** [01:38:07 2020-06-13] 178: Checking batch_updates ** [01:38:07 2020-06-13] 178: Checking gears ** [01:38:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:38:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:12 2020-06-13] 178: Checking imports ** [01:38:12 2020-06-13] 178: Checking exports ** [01:38:12 2020-06-13] 178: Checking users ** [01:38:12 2020-06-13] 178: Checking user_dbs ** [01:38:12 2020-06-13] 178: Checking geocodings ** [01:38:12 2020-06-13] 178: Checking synchronizations ** [01:38:12 2020-06-13] 178: Checking tracker ** [01:38:12 2020-06-13] 178: Checking user_migrations ** [01:38:12 2020-06-13] 178: Checking batch_updates ** [01:38:12 2020-06-13] 178: Checking gears ** [01:38:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:38:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:17 2020-06-13] 178: Checking imports ** [01:38:17 2020-06-13] 178: Checking exports ** [01:38:17 2020-06-13] 178: Checking users ** [01:38:17 2020-06-13] 178: Checking user_dbs ** [01:38:17 2020-06-13] 178: Checking geocodings ** [01:38:17 2020-06-13] 178: Checking synchronizations ** [01:38:17 2020-06-13] 178: Checking tracker ** [01:38:17 2020-06-13] 178: Checking user_migrations ** [01:38:17 2020-06-13] 178: Checking batch_updates ** [01:38:17 2020-06-13] 178: Checking gears ** [01:38:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:38:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:22 2020-06-13] 178: Checking imports ** [01:38:22 2020-06-13] 178: Checking exports ** [01:38:22 2020-06-13] 178: Checking users ** [01:38:22 2020-06-13] 178: Checking user_dbs ** [01:38:22 2020-06-13] 178: Checking geocodings ** [01:38:22 2020-06-13] 178: Checking synchronizations ** [01:38:22 2020-06-13] 178: Checking tracker ** [01:38:22 2020-06-13] 178: Checking user_migrations ** [01:38:22 2020-06-13] 178: Checking batch_updates ** [01:38:22 2020-06-13] 178: Checking gears ** [01:38:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:38:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:27 2020-06-13] 178: Checking imports ** [01:38:27 2020-06-13] 178: Checking exports ** [01:38:27 2020-06-13] 178: Checking users ** [01:38:27 2020-06-13] 178: Checking user_dbs ** [01:38:27 2020-06-13] 178: Checking geocodings ** [01:38:27 2020-06-13] 178: Checking synchronizations ** [01:38:27 2020-06-13] 178: Checking tracker ** [01:38:27 2020-06-13] 178: Checking user_migrations ** [01:38:27 2020-06-13] 178: Checking batch_updates ** [01:38:27 2020-06-13] 178: Checking gears ** [01:38:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:38:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:32 2020-06-13] 178: Checking imports ** [01:38:32 2020-06-13] 178: Checking exports ** [01:38:32 2020-06-13] 178: Checking users ** [01:38:32 2020-06-13] 178: Checking user_dbs ** [01:38:32 2020-06-13] 178: Checking geocodings ** [01:38:32 2020-06-13] 178: Checking synchronizations ** [01:38:32 2020-06-13] 178: Checking tracker ** [01:38:32 2020-06-13] 178: Checking user_migrations ** [01:38:32 2020-06-13] 178: Checking batch_updates ** [01:38:32 2020-06-13] 178: Checking gears ** [01:38:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:38:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:37 2020-06-13] 178: Checking imports ** [01:38:37 2020-06-13] 178: Checking exports ** [01:38:37 2020-06-13] 178: Checking users ** [01:38:37 2020-06-13] 178: Checking user_dbs ** [01:38:37 2020-06-13] 178: Checking geocodings ** [01:38:37 2020-06-13] 178: Checking synchronizations ** [01:38:37 2020-06-13] 178: Checking tracker ** [01:38:37 2020-06-13] 178: Checking user_migrations ** [01:38:37 2020-06-13] 178: Checking batch_updates ** [01:38:37 2020-06-13] 178: Checking gears ** [01:38:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:38:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:42 2020-06-13] 178: Checking imports ** [01:38:42 2020-06-13] 178: Checking exports ** [01:38:42 2020-06-13] 178: Checking users ** [01:38:42 2020-06-13] 178: Checking user_dbs ** [01:38:42 2020-06-13] 178: Checking geocodings ** [01:38:42 2020-06-13] 178: Checking synchronizations ** [01:38:42 2020-06-13] 178: Checking tracker ** [01:38:42 2020-06-13] 178: Checking user_migrations ** [01:38:42 2020-06-13] 178: Checking batch_updates ** [01:38:42 2020-06-13] 178: Checking gears ** [01:38:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:38:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:47 2020-06-13] 178: Checking imports ** [01:38:47 2020-06-13] 178: Checking exports ** [01:38:47 2020-06-13] 178: Checking users ** [01:38:47 2020-06-13] 178: Checking user_dbs ** [01:38:47 2020-06-13] 178: Checking geocodings ** [01:38:47 2020-06-13] 178: Checking synchronizations ** [01:38:47 2020-06-13] 178: Checking tracker ** [01:38:47 2020-06-13] 178: Checking user_migrations ** [01:38:47 2020-06-13] 178: Checking batch_updates ** [01:38:47 2020-06-13] 178: Checking gears ** [01:38:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:38:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:52 2020-06-13] 178: Checking imports ** [01:38:52 2020-06-13] 178: Checking exports ** [01:38:52 2020-06-13] 178: Checking users ** [01:38:52 2020-06-13] 178: Checking user_dbs ** [01:38:52 2020-06-13] 178: Checking geocodings ** [01:38:52 2020-06-13] 178: Checking synchronizations ** [01:38:52 2020-06-13] 178: Checking tracker ** [01:38:52 2020-06-13] 178: Checking user_migrations ** [01:38:52 2020-06-13] 178: Checking batch_updates ** [01:38:52 2020-06-13] 178: Checking gears ** [01:38:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:38:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:57 2020-06-13] 178: Checking imports ** [01:38:57 2020-06-13] 178: Checking exports ** [01:38:57 2020-06-13] 178: Checking users ** [01:38:57 2020-06-13] 178: Checking user_dbs ** [01:38:57 2020-06-13] 178: Checking geocodings ** [01:38:57 2020-06-13] 178: Checking synchronizations ** [01:38:57 2020-06-13] 178: Checking tracker ** [01:38:57 2020-06-13] 178: Checking user_migrations ** [01:38:57 2020-06-13] 178: Checking batch_updates ** [01:38:57 2020-06-13] 178: Checking gears ** [01:38:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:38:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:02 2020-06-13] 178: Checking imports ** [01:39:02 2020-06-13] 178: Checking exports ** [01:39:02 2020-06-13] 178: Checking users ** [01:39:02 2020-06-13] 178: Checking user_dbs ** [01:39:02 2020-06-13] 178: Checking geocodings ** [01:39:02 2020-06-13] 178: Checking synchronizations ** [01:39:02 2020-06-13] 178: Checking tracker ** [01:39:02 2020-06-13] 178: Checking user_migrations ** [01:39:02 2020-06-13] 178: Checking batch_updates ** [01:39:02 2020-06-13] 178: Checking gears ** [01:39:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:39:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:07 2020-06-13] 178: Checking imports ** [01:39:07 2020-06-13] 178: Checking exports ** [01:39:07 2020-06-13] 178: Checking users ** [01:39:07 2020-06-13] 178: Checking user_dbs ** [01:39:07 2020-06-13] 178: Checking geocodings ** [01:39:07 2020-06-13] 178: Checking synchronizations ** [01:39:07 2020-06-13] 178: Checking tracker ** [01:39:07 2020-06-13] 178: Checking user_migrations ** [01:39:07 2020-06-13] 178: Checking batch_updates ** [01:39:07 2020-06-13] 178: Checking gears ** [01:39:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:39:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:12 2020-06-13] 178: Checking imports ** [01:39:12 2020-06-13] 178: Checking exports ** [01:39:12 2020-06-13] 178: Checking users ** [01:39:12 2020-06-13] 178: Checking user_dbs ** [01:39:12 2020-06-13] 178: Checking geocodings ** [01:39:12 2020-06-13] 178: Checking synchronizations ** [01:39:12 2020-06-13] 178: Checking tracker ** [01:39:12 2020-06-13] 178: Checking user_migrations ** [01:39:12 2020-06-13] 178: Checking batch_updates ** [01:39:12 2020-06-13] 178: Checking gears ** [01:39:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:39:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:17 2020-06-13] 178: Checking imports ** [01:39:17 2020-06-13] 178: Checking exports ** [01:39:17 2020-06-13] 178: Checking users ** [01:39:17 2020-06-13] 178: Checking user_dbs ** [01:39:17 2020-06-13] 178: Checking geocodings ** [01:39:17 2020-06-13] 178: Checking synchronizations ** [01:39:17 2020-06-13] 178: Checking tracker ** [01:39:17 2020-06-13] 178: Checking user_migrations ** [01:39:17 2020-06-13] 178: Checking batch_updates ** [01:39:17 2020-06-13] 178: Checking gears ** [01:39:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:39:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:22 2020-06-13] 178: Checking imports ** [01:39:22 2020-06-13] 178: Checking exports ** [01:39:22 2020-06-13] 178: Checking users ** [01:39:22 2020-06-13] 178: Checking user_dbs ** [01:39:22 2020-06-13] 178: Checking geocodings ** [01:39:22 2020-06-13] 178: Checking synchronizations ** [01:39:22 2020-06-13] 178: Checking tracker ** [01:39:22 2020-06-13] 178: Checking user_migrations ** [01:39:22 2020-06-13] 178: Checking batch_updates ** [01:39:22 2020-06-13] 178: Checking gears ** [01:39:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:39:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:27 2020-06-13] 178: Checking imports ** [01:39:27 2020-06-13] 178: Checking exports ** [01:39:27 2020-06-13] 178: Checking users ** [01:39:27 2020-06-13] 178: Checking user_dbs ** [01:39:27 2020-06-13] 178: Checking geocodings ** [01:39:27 2020-06-13] 178: Checking synchronizations ** [01:39:27 2020-06-13] 178: Checking tracker ** [01:39:27 2020-06-13] 178: Checking user_migrations ** [01:39:27 2020-06-13] 178: Checking batch_updates ** [01:39:27 2020-06-13] 178: Checking gears ** [01:39:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:39:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:32 2020-06-13] 178: Checking imports ** [01:39:32 2020-06-13] 178: Checking exports ** [01:39:32 2020-06-13] 178: Checking users ** [01:39:32 2020-06-13] 178: Checking user_dbs ** [01:39:32 2020-06-13] 178: Checking geocodings ** [01:39:32 2020-06-13] 178: Checking synchronizations ** [01:39:32 2020-06-13] 178: Checking tracker ** [01:39:32 2020-06-13] 178: Checking user_migrations ** [01:39:32 2020-06-13] 178: Checking batch_updates ** [01:39:32 2020-06-13] 178: Checking gears ** [01:39:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:39:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:37 2020-06-13] 178: Checking imports ** [01:39:37 2020-06-13] 178: Checking exports ** [01:39:37 2020-06-13] 178: Checking users ** [01:39:37 2020-06-13] 178: Checking user_dbs ** [01:39:37 2020-06-13] 178: Checking geocodings ** [01:39:37 2020-06-13] 178: Checking synchronizations ** [01:39:37 2020-06-13] 178: Checking tracker ** [01:39:37 2020-06-13] 178: Checking user_migrations ** [01:39:37 2020-06-13] 178: Checking batch_updates ** [01:39:37 2020-06-13] 178: Checking gears ** [01:39:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:39:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:42 2020-06-13] 178: Checking imports ** [01:39:42 2020-06-13] 178: Checking exports ** [01:39:42 2020-06-13] 178: Checking users ** [01:39:42 2020-06-13] 178: Checking user_dbs ** [01:39:42 2020-06-13] 178: Checking geocodings ** [01:39:42 2020-06-13] 178: Checking synchronizations ** [01:39:42 2020-06-13] 178: Checking tracker ** [01:39:42 2020-06-13] 178: Checking user_migrations ** [01:39:42 2020-06-13] 178: Checking batch_updates ** [01:39:42 2020-06-13] 178: Checking gears ** [01:39:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:39:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:47 2020-06-13] 178: Checking imports ** [01:39:47 2020-06-13] 178: Checking exports ** [01:39:47 2020-06-13] 178: Checking users ** [01:39:47 2020-06-13] 178: Checking user_dbs ** [01:39:47 2020-06-13] 178: Checking geocodings ** [01:39:47 2020-06-13] 178: Checking synchronizations ** [01:39:47 2020-06-13] 178: Checking tracker ** [01:39:47 2020-06-13] 178: Checking user_migrations ** [01:39:47 2020-06-13] 178: Checking batch_updates ** [01:39:47 2020-06-13] 178: Checking gears ** [01:39:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:39:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:52 2020-06-13] 178: Checking imports ** [01:39:52 2020-06-13] 178: Checking exports ** [01:39:52 2020-06-13] 178: Checking users ** [01:39:52 2020-06-13] 178: Checking user_dbs ** [01:39:52 2020-06-13] 178: Checking geocodings ** [01:39:52 2020-06-13] 178: Checking synchronizations ** [01:39:52 2020-06-13] 178: Checking tracker ** [01:39:52 2020-06-13] 178: Checking user_migrations ** [01:39:52 2020-06-13] 178: Checking batch_updates ** [01:39:52 2020-06-13] 178: Checking gears ** [01:39:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:39:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:57 2020-06-13] 178: Checking imports ** [01:39:57 2020-06-13] 178: Checking exports ** [01:39:57 2020-06-13] 178: Checking users ** [01:39:57 2020-06-13] 178: Checking user_dbs ** [01:39:57 2020-06-13] 178: Checking geocodings ** [01:39:57 2020-06-13] 178: Checking synchronizations ** [01:39:57 2020-06-13] 178: Checking tracker ** [01:39:57 2020-06-13] 178: Checking user_migrations ** [01:39:57 2020-06-13] 178: Checking batch_updates ** [01:39:57 2020-06-13] 178: Checking gears ** [01:39:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:39:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:02 2020-06-13] 178: Checking imports ** [01:40:02 2020-06-13] 178: Checking exports ** [01:40:02 2020-06-13] 178: Checking users ** [01:40:02 2020-06-13] 178: Checking user_dbs ** [01:40:02 2020-06-13] 178: Checking geocodings ** [01:40:02 2020-06-13] 178: Checking synchronizations ** [01:40:02 2020-06-13] 178: Checking tracker ** [01:40:02 2020-06-13] 178: Checking user_migrations ** [01:40:02 2020-06-13] 178: Checking batch_updates ** [01:40:02 2020-06-13] 178: Checking gears ** [01:40:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:40:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:07 2020-06-13] 178: Checking imports ** [01:40:08 2020-06-13] 178: Checking exports ** [01:40:08 2020-06-13] 178: Checking users ** [01:40:08 2020-06-13] 178: Checking user_dbs ** [01:40:08 2020-06-13] 178: Checking geocodings ** [01:40:08 2020-06-13] 178: Checking synchronizations ** [01:40:08 2020-06-13] 178: Checking tracker ** [01:40:08 2020-06-13] 178: Checking user_migrations ** [01:40:08 2020-06-13] 178: Checking batch_updates ** [01:40:08 2020-06-13] 178: Checking gears ** [01:40:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:40:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:13 2020-06-13] 178: Checking imports ** [01:40:13 2020-06-13] 178: Checking exports ** [01:40:13 2020-06-13] 178: Checking users ** [01:40:13 2020-06-13] 178: Checking user_dbs ** [01:40:13 2020-06-13] 178: Checking geocodings ** [01:40:13 2020-06-13] 178: Checking synchronizations ** [01:40:13 2020-06-13] 178: Checking tracker ** [01:40:13 2020-06-13] 178: Checking user_migrations ** [01:40:13 2020-06-13] 178: Checking batch_updates ** [01:40:13 2020-06-13] 178: Checking gears ** [01:40:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:40:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:18 2020-06-13] 178: Checking imports ** [01:40:18 2020-06-13] 178: Checking exports ** [01:40:18 2020-06-13] 178: Checking users ** [01:40:18 2020-06-13] 178: Checking user_dbs ** [01:40:18 2020-06-13] 178: Checking geocodings ** [01:40:18 2020-06-13] 178: Checking synchronizations ** [01:40:18 2020-06-13] 178: Checking tracker ** [01:40:18 2020-06-13] 178: Checking user_migrations ** [01:40:18 2020-06-13] 178: Checking batch_updates ** [01:40:18 2020-06-13] 178: Checking gears ** [01:40:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:40:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:23 2020-06-13] 178: Checking imports ** [01:40:23 2020-06-13] 178: Checking exports ** [01:40:23 2020-06-13] 178: Checking users ** [01:40:23 2020-06-13] 178: Checking user_dbs ** [01:40:23 2020-06-13] 178: Checking geocodings ** [01:40:23 2020-06-13] 178: Checking synchronizations ** [01:40:23 2020-06-13] 178: Checking tracker ** [01:40:23 2020-06-13] 178: Checking user_migrations ** [01:40:23 2020-06-13] 178: Checking batch_updates ** [01:40:23 2020-06-13] 178: Checking gears ** [01:40:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:40:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:28 2020-06-13] 178: Checking imports ** [01:40:28 2020-06-13] 178: Checking exports ** [01:40:28 2020-06-13] 178: Checking users ** [01:40:28 2020-06-13] 178: Checking user_dbs ** [01:40:28 2020-06-13] 178: Checking geocodings ** [01:40:28 2020-06-13] 178: Checking synchronizations ** [01:40:28 2020-06-13] 178: Checking tracker ** [01:40:28 2020-06-13] 178: Checking user_migrations ** [01:40:28 2020-06-13] 178: Checking batch_updates ** [01:40:28 2020-06-13] 178: Checking gears ** [01:40:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:40:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:33 2020-06-13] 178: Checking imports ** [01:40:33 2020-06-13] 178: Checking exports ** [01:40:33 2020-06-13] 178: Checking users ** [01:40:33 2020-06-13] 178: Checking user_dbs ** [01:40:33 2020-06-13] 178: Checking geocodings ** [01:40:33 2020-06-13] 178: Checking synchronizations ** [01:40:33 2020-06-13] 178: Checking tracker ** [01:40:33 2020-06-13] 178: Checking user_migrations ** [01:40:33 2020-06-13] 178: Checking batch_updates ** [01:40:33 2020-06-13] 178: Checking gears ** [01:40:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:40:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:38 2020-06-13] 178: Checking imports ** [01:40:38 2020-06-13] 178: Checking exports ** [01:40:38 2020-06-13] 178: Checking users ** [01:40:38 2020-06-13] 178: Checking user_dbs ** [01:40:38 2020-06-13] 178: Checking geocodings ** [01:40:38 2020-06-13] 178: Checking synchronizations ** [01:40:38 2020-06-13] 178: Checking tracker ** [01:40:38 2020-06-13] 178: Checking user_migrations ** [01:40:38 2020-06-13] 178: Checking batch_updates ** [01:40:38 2020-06-13] 178: Checking gears ** [01:40:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:40:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:43 2020-06-13] 178: Checking imports ** [01:40:43 2020-06-13] 178: Checking exports ** [01:40:43 2020-06-13] 178: Checking users ** [01:40:43 2020-06-13] 178: Checking user_dbs ** [01:40:43 2020-06-13] 178: Checking geocodings ** [01:40:43 2020-06-13] 178: Checking synchronizations ** [01:40:43 2020-06-13] 178: Checking tracker ** [01:40:43 2020-06-13] 178: Checking user_migrations ** [01:40:43 2020-06-13] 178: Checking batch_updates ** [01:40:43 2020-06-13] 178: Checking gears ** [01:40:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:40:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:48 2020-06-13] 178: Checking imports ** [01:40:48 2020-06-13] 178: Checking exports ** [01:40:48 2020-06-13] 178: Checking users ** [01:40:48 2020-06-13] 178: Checking user_dbs ** [01:40:48 2020-06-13] 178: Checking geocodings ** [01:40:48 2020-06-13] 178: Checking synchronizations ** [01:40:48 2020-06-13] 178: Checking tracker ** [01:40:48 2020-06-13] 178: Checking user_migrations ** [01:40:48 2020-06-13] 178: Checking batch_updates ** [01:40:48 2020-06-13] 178: Checking gears ** [01:40:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:40:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:53 2020-06-13] 178: Checking imports ** [01:40:53 2020-06-13] 178: Checking exports ** [01:40:53 2020-06-13] 178: Checking users ** [01:40:53 2020-06-13] 178: Checking user_dbs ** [01:40:53 2020-06-13] 178: Checking geocodings ** [01:40:53 2020-06-13] 178: Checking synchronizations ** [01:40:53 2020-06-13] 178: Checking tracker ** [01:40:53 2020-06-13] 178: Checking user_migrations ** [01:40:53 2020-06-13] 178: Checking batch_updates ** [01:40:53 2020-06-13] 178: Checking gears ** [01:40:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:40:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:58 2020-06-13] 178: Checking imports ** [01:40:58 2020-06-13] 178: Checking exports ** [01:40:58 2020-06-13] 178: Checking users ** [01:40:58 2020-06-13] 178: Checking user_dbs ** [01:40:58 2020-06-13] 178: Checking geocodings ** [01:40:58 2020-06-13] 178: Checking synchronizations ** [01:40:58 2020-06-13] 178: Checking tracker ** [01:40:58 2020-06-13] 178: Checking user_migrations ** [01:40:58 2020-06-13] 178: Checking batch_updates ** [01:40:58 2020-06-13] 178: Checking gears ** [01:40:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:40:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:03 2020-06-13] 178: Checking imports ** [01:41:03 2020-06-13] 178: Checking exports ** [01:41:03 2020-06-13] 178: Checking users ** [01:41:03 2020-06-13] 178: Checking user_dbs ** [01:41:03 2020-06-13] 178: Checking geocodings ** [01:41:03 2020-06-13] 178: Checking synchronizations ** [01:41:03 2020-06-13] 178: Checking tracker ** [01:41:03 2020-06-13] 178: Checking user_migrations ** [01:41:03 2020-06-13] 178: Checking batch_updates ** [01:41:03 2020-06-13] 178: Checking gears ** [01:41:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:41:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:08 2020-06-13] 178: Checking imports ** [01:41:08 2020-06-13] 178: Checking exports ** [01:41:08 2020-06-13] 178: Checking users ** [01:41:08 2020-06-13] 178: Checking user_dbs ** [01:41:08 2020-06-13] 178: Checking geocodings ** [01:41:08 2020-06-13] 178: Checking synchronizations ** [01:41:08 2020-06-13] 178: Checking tracker ** [01:41:08 2020-06-13] 178: Checking user_migrations ** [01:41:08 2020-06-13] 178: Checking batch_updates ** [01:41:08 2020-06-13] 178: Checking gears ** [01:41:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:41:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:13 2020-06-13] 178: Checking imports ** [01:41:13 2020-06-13] 178: Checking exports ** [01:41:13 2020-06-13] 178: Checking users ** [01:41:13 2020-06-13] 178: Checking user_dbs ** [01:41:13 2020-06-13] 178: Checking geocodings ** [01:41:13 2020-06-13] 178: Checking synchronizations ** [01:41:13 2020-06-13] 178: Checking tracker ** [01:41:13 2020-06-13] 178: Checking user_migrations ** [01:41:13 2020-06-13] 178: Checking batch_updates ** [01:41:13 2020-06-13] 178: Checking gears ** [01:41:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:41:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:18 2020-06-13] 178: Checking imports ** [01:41:18 2020-06-13] 178: Checking exports ** [01:41:18 2020-06-13] 178: Checking users ** [01:41:18 2020-06-13] 178: Checking user_dbs ** [01:41:18 2020-06-13] 178: Checking geocodings ** [01:41:18 2020-06-13] 178: Checking synchronizations ** [01:41:18 2020-06-13] 178: Checking tracker ** [01:41:18 2020-06-13] 178: Checking user_migrations ** [01:41:18 2020-06-13] 178: Checking batch_updates ** [01:41:18 2020-06-13] 178: Checking gears ** [01:41:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:41:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:23 2020-06-13] 178: Checking imports ** [01:41:23 2020-06-13] 178: Checking exports ** [01:41:23 2020-06-13] 178: Checking users ** [01:41:23 2020-06-13] 178: Checking user_dbs ** [01:41:23 2020-06-13] 178: Checking geocodings ** [01:41:23 2020-06-13] 178: Checking synchronizations ** [01:41:23 2020-06-13] 178: Checking tracker ** [01:41:23 2020-06-13] 178: Checking user_migrations ** [01:41:23 2020-06-13] 178: Checking batch_updates ** [01:41:23 2020-06-13] 178: Checking gears ** [01:41:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:41:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:28 2020-06-13] 178: Checking imports ** [01:41:28 2020-06-13] 178: Checking exports ** [01:41:28 2020-06-13] 178: Checking users ** [01:41:28 2020-06-13] 178: Checking user_dbs ** [01:41:28 2020-06-13] 178: Checking geocodings ** [01:41:28 2020-06-13] 178: Checking synchronizations ** [01:41:28 2020-06-13] 178: Checking tracker ** [01:41:28 2020-06-13] 178: Checking user_migrations ** [01:41:28 2020-06-13] 178: Checking batch_updates ** [01:41:28 2020-06-13] 178: Checking gears ** [01:41:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:41:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:33 2020-06-13] 178: Checking imports ** [01:41:33 2020-06-13] 178: Checking exports ** [01:41:33 2020-06-13] 178: Checking users ** [01:41:33 2020-06-13] 178: Checking user_dbs ** [01:41:33 2020-06-13] 178: Checking geocodings ** [01:41:33 2020-06-13] 178: Checking synchronizations ** [01:41:33 2020-06-13] 178: Checking tracker ** [01:41:33 2020-06-13] 178: Checking user_migrations ** [01:41:33 2020-06-13] 178: Checking batch_updates ** [01:41:33 2020-06-13] 178: Checking gears ** [01:41:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:41:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:38 2020-06-13] 178: Checking imports ** [01:41:38 2020-06-13] 178: Checking exports ** [01:41:38 2020-06-13] 178: Checking users ** [01:41:38 2020-06-13] 178: Checking user_dbs ** [01:41:38 2020-06-13] 178: Checking geocodings ** [01:41:38 2020-06-13] 178: Checking synchronizations ** [01:41:38 2020-06-13] 178: Checking tracker ** [01:41:38 2020-06-13] 178: Checking user_migrations ** [01:41:38 2020-06-13] 178: Checking batch_updates ** [01:41:38 2020-06-13] 178: Checking gears ** [01:41:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:41:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:43 2020-06-13] 178: Checking imports ** [01:41:43 2020-06-13] 178: Checking exports ** [01:41:43 2020-06-13] 178: Checking users ** [01:41:43 2020-06-13] 178: Checking user_dbs ** [01:41:43 2020-06-13] 178: Checking geocodings ** [01:41:43 2020-06-13] 178: Checking synchronizations ** [01:41:43 2020-06-13] 178: Checking tracker ** [01:41:43 2020-06-13] 178: Checking user_migrations ** [01:41:43 2020-06-13] 178: Checking batch_updates ** [01:41:43 2020-06-13] 178: Checking gears ** [01:41:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:41:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:48 2020-06-13] 178: Checking imports ** [01:41:48 2020-06-13] 178: Checking exports ** [01:41:48 2020-06-13] 178: Checking users ** [01:41:48 2020-06-13] 178: Checking user_dbs ** [01:41:48 2020-06-13] 178: Checking geocodings ** [01:41:48 2020-06-13] 178: Checking synchronizations ** [01:41:48 2020-06-13] 178: Checking tracker ** [01:41:48 2020-06-13] 178: Checking user_migrations ** [01:41:48 2020-06-13] 178: Checking batch_updates ** [01:41:48 2020-06-13] 178: Checking gears ** [01:41:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:41:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:53 2020-06-13] 178: Checking imports ** [01:41:53 2020-06-13] 178: Checking exports ** [01:41:53 2020-06-13] 178: Checking users ** [01:41:53 2020-06-13] 178: Checking user_dbs ** [01:41:53 2020-06-13] 178: Checking geocodings ** [01:41:53 2020-06-13] 178: Checking synchronizations ** [01:41:53 2020-06-13] 178: Checking tracker ** [01:41:53 2020-06-13] 178: Checking user_migrations ** [01:41:53 2020-06-13] 178: Checking batch_updates ** [01:41:53 2020-06-13] 178: Checking gears ** [01:41:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:41:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:58 2020-06-13] 178: Checking imports ** [01:41:58 2020-06-13] 178: Checking exports ** [01:41:58 2020-06-13] 178: Checking users ** [01:41:58 2020-06-13] 178: Checking user_dbs ** [01:41:58 2020-06-13] 178: Checking geocodings ** [01:41:58 2020-06-13] 178: Checking synchronizations ** [01:41:58 2020-06-13] 178: Checking tracker ** [01:41:58 2020-06-13] 178: Checking user_migrations ** [01:41:58 2020-06-13] 178: Checking batch_updates ** [01:41:58 2020-06-13] 178: Checking gears ** [01:41:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:41:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:03 2020-06-13] 178: Checking imports ** [01:42:03 2020-06-13] 178: Checking exports ** [01:42:03 2020-06-13] 178: Checking users ** [01:42:03 2020-06-13] 178: Checking user_dbs ** [01:42:03 2020-06-13] 178: Checking geocodings ** [01:42:03 2020-06-13] 178: Checking synchronizations ** [01:42:03 2020-06-13] 178: Checking tracker ** [01:42:03 2020-06-13] 178: Checking user_migrations ** [01:42:03 2020-06-13] 178: Checking batch_updates ** [01:42:03 2020-06-13] 178: Checking gears ** [01:42:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:42:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:08 2020-06-13] 178: Checking imports ** [01:42:08 2020-06-13] 178: Checking exports ** [01:42:08 2020-06-13] 178: Checking users ** [01:42:08 2020-06-13] 178: Checking user_dbs ** [01:42:08 2020-06-13] 178: Checking geocodings ** [01:42:08 2020-06-13] 178: Checking synchronizations ** [01:42:08 2020-06-13] 178: Checking tracker ** [01:42:08 2020-06-13] 178: Checking user_migrations ** [01:42:08 2020-06-13] 178: Checking batch_updates ** [01:42:08 2020-06-13] 178: Checking gears ** [01:42:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:42:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:13 2020-06-13] 178: Checking imports ** [01:42:13 2020-06-13] 178: Checking exports ** [01:42:13 2020-06-13] 178: Checking users ** [01:42:13 2020-06-13] 178: Checking user_dbs ** [01:42:13 2020-06-13] 178: Checking geocodings ** [01:42:13 2020-06-13] 178: Checking synchronizations ** [01:42:13 2020-06-13] 178: Checking tracker ** [01:42:13 2020-06-13] 178: Checking user_migrations ** [01:42:13 2020-06-13] 178: Checking batch_updates ** [01:42:13 2020-06-13] 178: Checking gears ** [01:42:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:42:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:18 2020-06-13] 178: Checking imports ** [01:42:18 2020-06-13] 178: Checking exports ** [01:42:18 2020-06-13] 178: Checking users ** [01:42:18 2020-06-13] 178: Checking user_dbs ** [01:42:18 2020-06-13] 178: Checking geocodings ** [01:42:18 2020-06-13] 178: Checking synchronizations ** [01:42:18 2020-06-13] 178: Checking tracker ** [01:42:18 2020-06-13] 178: Checking user_migrations ** [01:42:18 2020-06-13] 178: Checking batch_updates ** [01:42:18 2020-06-13] 178: Checking gears ** [01:42:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:42:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:23 2020-06-13] 178: Checking imports ** [01:42:23 2020-06-13] 178: Checking exports ** [01:42:23 2020-06-13] 178: Checking users ** [01:42:23 2020-06-13] 178: Checking user_dbs ** [01:42:23 2020-06-13] 178: Checking geocodings ** [01:42:23 2020-06-13] 178: Checking synchronizations ** [01:42:23 2020-06-13] 178: Checking tracker ** [01:42:23 2020-06-13] 178: Checking user_migrations ** [01:42:23 2020-06-13] 178: Checking batch_updates ** [01:42:23 2020-06-13] 178: Checking gears ** [01:42:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:42:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:28 2020-06-13] 178: Checking imports ** [01:42:28 2020-06-13] 178: Checking exports ** [01:42:28 2020-06-13] 178: Checking users ** [01:42:28 2020-06-13] 178: Checking user_dbs ** [01:42:28 2020-06-13] 178: Checking geocodings ** [01:42:28 2020-06-13] 178: Checking synchronizations ** [01:42:28 2020-06-13] 178: Checking tracker ** [01:42:28 2020-06-13] 178: Checking user_migrations ** [01:42:28 2020-06-13] 178: Checking batch_updates ** [01:42:28 2020-06-13] 178: Checking gears ** [01:42:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:42:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:33 2020-06-13] 178: Checking imports ** [01:42:33 2020-06-13] 178: Checking exports ** [01:42:33 2020-06-13] 178: Checking users ** [01:42:33 2020-06-13] 178: Checking user_dbs ** [01:42:33 2020-06-13] 178: Checking geocodings ** [01:42:33 2020-06-13] 178: Checking synchronizations ** [01:42:33 2020-06-13] 178: Checking tracker ** [01:42:33 2020-06-13] 178: Checking user_migrations ** [01:42:33 2020-06-13] 178: Checking batch_updates ** [01:42:33 2020-06-13] 178: Checking gears ** [01:42:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:42:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:38 2020-06-13] 178: Checking imports ** [01:42:38 2020-06-13] 178: Checking exports ** [01:42:38 2020-06-13] 178: Checking users ** [01:42:38 2020-06-13] 178: Checking user_dbs ** [01:42:38 2020-06-13] 178: Checking geocodings ** [01:42:38 2020-06-13] 178: Checking synchronizations ** [01:42:38 2020-06-13] 178: Checking tracker ** [01:42:38 2020-06-13] 178: Checking user_migrations ** [01:42:38 2020-06-13] 178: Checking batch_updates ** [01:42:38 2020-06-13] 178: Checking gears ** [01:42:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:42:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:43 2020-06-13] 178: Checking imports ** [01:42:43 2020-06-13] 178: Checking exports ** [01:42:43 2020-06-13] 178: Checking users ** [01:42:43 2020-06-13] 178: Checking user_dbs ** [01:42:43 2020-06-13] 178: Checking geocodings ** [01:42:43 2020-06-13] 178: Checking synchronizations ** [01:42:43 2020-06-13] 178: Checking tracker ** [01:42:43 2020-06-13] 178: Checking user_migrations ** [01:42:43 2020-06-13] 178: Checking batch_updates ** [01:42:43 2020-06-13] 178: Checking gears ** [01:42:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:42:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:48 2020-06-13] 178: Checking imports ** [01:42:48 2020-06-13] 178: Checking exports ** [01:42:48 2020-06-13] 178: Checking users ** [01:42:48 2020-06-13] 178: Checking user_dbs ** [01:42:48 2020-06-13] 178: Checking geocodings ** [01:42:48 2020-06-13] 178: Checking synchronizations ** [01:42:48 2020-06-13] 178: Checking tracker ** [01:42:48 2020-06-13] 178: Checking user_migrations ** [01:42:48 2020-06-13] 178: Checking batch_updates ** [01:42:48 2020-06-13] 178: Checking gears ** [01:42:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:42:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:53 2020-06-13] 178: Checking imports ** [01:42:53 2020-06-13] 178: Checking exports ** [01:42:53 2020-06-13] 178: Checking users ** [01:42:53 2020-06-13] 178: Checking user_dbs ** [01:42:53 2020-06-13] 178: Checking geocodings ** [01:42:53 2020-06-13] 178: Checking synchronizations ** [01:42:53 2020-06-13] 178: Checking tracker ** [01:42:53 2020-06-13] 178: Checking user_migrations ** [01:42:53 2020-06-13] 178: Checking batch_updates ** [01:42:53 2020-06-13] 178: Checking gears ** [01:42:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:42:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:58 2020-06-13] 178: Checking imports ** [01:42:58 2020-06-13] 178: Checking exports ** [01:42:58 2020-06-13] 178: Checking users ** [01:42:58 2020-06-13] 178: Checking user_dbs ** [01:42:58 2020-06-13] 178: Checking geocodings ** [01:42:58 2020-06-13] 178: Checking synchronizations ** [01:42:58 2020-06-13] 178: Checking tracker ** [01:42:58 2020-06-13] 178: Checking user_migrations ** [01:42:58 2020-06-13] 178: Checking batch_updates ** [01:42:58 2020-06-13] 178: Checking gears ** [01:42:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:42:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:03 2020-06-13] 178: Checking imports ** [01:43:03 2020-06-13] 178: Checking exports ** [01:43:03 2020-06-13] 178: Checking users ** [01:43:03 2020-06-13] 178: Checking user_dbs ** [01:43:03 2020-06-13] 178: Checking geocodings ** [01:43:03 2020-06-13] 178: Checking synchronizations ** [01:43:03 2020-06-13] 178: Checking tracker ** [01:43:03 2020-06-13] 178: Checking user_migrations ** [01:43:03 2020-06-13] 178: Checking batch_updates ** [01:43:03 2020-06-13] 178: Checking gears ** [01:43:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:43:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:08 2020-06-13] 178: Checking imports ** [01:43:08 2020-06-13] 178: Checking exports ** [01:43:08 2020-06-13] 178: Checking users ** [01:43:08 2020-06-13] 178: Checking user_dbs ** [01:43:08 2020-06-13] 178: Checking geocodings ** [01:43:08 2020-06-13] 178: Checking synchronizations ** [01:43:08 2020-06-13] 178: Checking tracker ** [01:43:08 2020-06-13] 178: Checking user_migrations ** [01:43:08 2020-06-13] 178: Checking batch_updates ** [01:43:08 2020-06-13] 178: Checking gears ** [01:43:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:43:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:13 2020-06-13] 178: Checking imports ** [01:43:13 2020-06-13] 178: Checking exports ** [01:43:13 2020-06-13] 178: Checking users ** [01:43:13 2020-06-13] 178: Checking user_dbs ** [01:43:13 2020-06-13] 178: Checking geocodings ** [01:43:13 2020-06-13] 178: Checking synchronizations ** [01:43:13 2020-06-13] 178: Checking tracker ** [01:43:13 2020-06-13] 178: Checking user_migrations ** [01:43:13 2020-06-13] 178: Checking batch_updates ** [01:43:13 2020-06-13] 178: Checking gears ** [01:43:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:43:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:18 2020-06-13] 178: Checking imports ** [01:43:18 2020-06-13] 178: Checking exports ** [01:43:18 2020-06-13] 178: Checking users ** [01:43:18 2020-06-13] 178: Checking user_dbs ** [01:43:18 2020-06-13] 178: Checking geocodings ** [01:43:18 2020-06-13] 178: Checking synchronizations ** [01:43:18 2020-06-13] 178: Checking tracker ** [01:43:18 2020-06-13] 178: Checking user_migrations ** [01:43:18 2020-06-13] 178: Checking batch_updates ** [01:43:18 2020-06-13] 178: Checking gears ** [01:43:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:43:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:23 2020-06-13] 178: Checking imports ** [01:43:23 2020-06-13] 178: Checking exports ** [01:43:23 2020-06-13] 178: Checking users ** [01:43:23 2020-06-13] 178: Checking user_dbs ** [01:43:23 2020-06-13] 178: Checking geocodings ** [01:43:23 2020-06-13] 178: Checking synchronizations ** [01:43:23 2020-06-13] 178: Checking tracker ** [01:43:23 2020-06-13] 178: Checking user_migrations ** [01:43:23 2020-06-13] 178: Checking batch_updates ** [01:43:23 2020-06-13] 178: Checking gears ** [01:43:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:43:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:28 2020-06-13] 178: Checking imports ** [01:43:28 2020-06-13] 178: Checking exports ** [01:43:29 2020-06-13] 178: Checking users ** [01:43:29 2020-06-13] 178: Checking user_dbs ** [01:43:29 2020-06-13] 178: Checking geocodings ** [01:43:29 2020-06-13] 178: Checking synchronizations ** [01:43:29 2020-06-13] 178: Checking tracker ** [01:43:29 2020-06-13] 178: Checking user_migrations ** [01:43:29 2020-06-13] 178: Checking batch_updates ** [01:43:29 2020-06-13] 178: Checking gears ** [01:43:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:43:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:34 2020-06-13] 178: Checking imports ** [01:43:34 2020-06-13] 178: Checking exports ** [01:43:34 2020-06-13] 178: Checking users ** [01:43:34 2020-06-13] 178: Checking user_dbs ** [01:43:34 2020-06-13] 178: Checking geocodings ** [01:43:34 2020-06-13] 178: Checking synchronizations ** [01:43:34 2020-06-13] 178: Checking tracker ** [01:43:34 2020-06-13] 178: Checking user_migrations ** [01:43:34 2020-06-13] 178: Checking batch_updates ** [01:43:34 2020-06-13] 178: Checking gears ** [01:43:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:43:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:39 2020-06-13] 178: Checking imports ** [01:43:39 2020-06-13] 178: Checking exports ** [01:43:39 2020-06-13] 178: Checking users ** [01:43:39 2020-06-13] 178: Checking user_dbs ** [01:43:39 2020-06-13] 178: Checking geocodings ** [01:43:39 2020-06-13] 178: Checking synchronizations ** [01:43:39 2020-06-13] 178: Checking tracker ** [01:43:39 2020-06-13] 178: Checking user_migrations ** [01:43:39 2020-06-13] 178: Checking batch_updates ** [01:43:39 2020-06-13] 178: Checking gears ** [01:43:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:43:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:44 2020-06-13] 178: Checking imports ** [01:43:44 2020-06-13] 178: Checking exports ** [01:43:44 2020-06-13] 178: Checking users ** [01:43:44 2020-06-13] 178: Checking user_dbs ** [01:43:44 2020-06-13] 178: Checking geocodings ** [01:43:44 2020-06-13] 178: Checking synchronizations ** [01:43:44 2020-06-13] 178: Checking tracker ** [01:43:44 2020-06-13] 178: Checking user_migrations ** [01:43:44 2020-06-13] 178: Checking batch_updates ** [01:43:44 2020-06-13] 178: Checking gears ** [01:43:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:43:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:49 2020-06-13] 178: Checking imports ** [01:43:49 2020-06-13] 178: Checking exports ** [01:43:49 2020-06-13] 178: Checking users ** [01:43:49 2020-06-13] 178: Checking user_dbs ** [01:43:49 2020-06-13] 178: Checking geocodings ** [01:43:49 2020-06-13] 178: Checking synchronizations ** [01:43:49 2020-06-13] 178: Checking tracker ** [01:43:49 2020-06-13] 178: Checking user_migrations ** [01:43:49 2020-06-13] 178: Checking batch_updates ** [01:43:49 2020-06-13] 178: Checking gears ** [01:43:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:43:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:54 2020-06-13] 178: Checking imports ** [01:43:54 2020-06-13] 178: Checking exports ** [01:43:54 2020-06-13] 178: Checking users ** [01:43:54 2020-06-13] 178: Checking user_dbs ** [01:43:54 2020-06-13] 178: Checking geocodings ** [01:43:54 2020-06-13] 178: Checking synchronizations ** [01:43:54 2020-06-13] 178: Checking tracker ** [01:43:54 2020-06-13] 178: Checking user_migrations ** [01:43:54 2020-06-13] 178: Checking batch_updates ** [01:43:54 2020-06-13] 178: Checking gears ** [01:43:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:43:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:59 2020-06-13] 178: Checking imports ** [01:43:59 2020-06-13] 178: Checking exports ** [01:43:59 2020-06-13] 178: Checking users ** [01:43:59 2020-06-13] 178: Checking user_dbs ** [01:43:59 2020-06-13] 178: Checking geocodings ** [01:43:59 2020-06-13] 178: Checking synchronizations ** [01:43:59 2020-06-13] 178: Checking tracker ** [01:43:59 2020-06-13] 178: Checking user_migrations ** [01:43:59 2020-06-13] 178: Checking batch_updates ** [01:43:59 2020-06-13] 178: Checking gears ** [01:43:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:43:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:04 2020-06-13] 178: Checking imports ** [01:44:04 2020-06-13] 178: Checking exports ** [01:44:04 2020-06-13] 178: Checking users ** [01:44:04 2020-06-13] 178: Checking user_dbs ** [01:44:04 2020-06-13] 178: Checking geocodings ** [01:44:04 2020-06-13] 178: Checking synchronizations ** [01:44:04 2020-06-13] 178: Checking tracker ** [01:44:04 2020-06-13] 178: Checking user_migrations ** [01:44:04 2020-06-13] 178: Checking batch_updates ** [01:44:04 2020-06-13] 178: Checking gears ** [01:44:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:44:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:09 2020-06-13] 178: Checking imports ** [01:44:09 2020-06-13] 178: Checking exports ** [01:44:09 2020-06-13] 178: Checking users ** [01:44:09 2020-06-13] 178: Checking user_dbs ** [01:44:09 2020-06-13] 178: Checking geocodings ** [01:44:09 2020-06-13] 178: Checking synchronizations ** [01:44:09 2020-06-13] 178: Checking tracker ** [01:44:09 2020-06-13] 178: Checking user_migrations ** [01:44:09 2020-06-13] 178: Checking batch_updates ** [01:44:09 2020-06-13] 178: Checking gears ** [01:44:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:44:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:14 2020-06-13] 178: Checking imports ** [01:44:14 2020-06-13] 178: Checking exports ** [01:44:14 2020-06-13] 178: Checking users ** [01:44:14 2020-06-13] 178: Checking user_dbs ** [01:44:14 2020-06-13] 178: Checking geocodings ** [01:44:14 2020-06-13] 178: Checking synchronizations ** [01:44:14 2020-06-13] 178: Checking tracker ** [01:44:14 2020-06-13] 178: Checking user_migrations ** [01:44:14 2020-06-13] 178: Checking batch_updates ** [01:44:14 2020-06-13] 178: Checking gears ** [01:44:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:44:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:19 2020-06-13] 178: Checking imports ** [01:44:19 2020-06-13] 178: Checking exports ** [01:44:19 2020-06-13] 178: Checking users ** [01:44:19 2020-06-13] 178: Checking user_dbs ** [01:44:19 2020-06-13] 178: Checking geocodings ** [01:44:19 2020-06-13] 178: Checking synchronizations ** [01:44:19 2020-06-13] 178: Checking tracker ** [01:44:19 2020-06-13] 178: Checking user_migrations ** [01:44:19 2020-06-13] 178: Checking batch_updates ** [01:44:19 2020-06-13] 178: Checking gears ** [01:44:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:44:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:24 2020-06-13] 178: Checking imports ** [01:44:24 2020-06-13] 178: Checking exports ** [01:44:24 2020-06-13] 178: Checking users ** [01:44:24 2020-06-13] 178: Checking user_dbs ** [01:44:24 2020-06-13] 178: Checking geocodings ** [01:44:24 2020-06-13] 178: Checking synchronizations ** [01:44:24 2020-06-13] 178: Checking tracker ** [01:44:24 2020-06-13] 178: Checking user_migrations ** [01:44:24 2020-06-13] 178: Checking batch_updates ** [01:44:24 2020-06-13] 178: Checking gears ** [01:44:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:44:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:29 2020-06-13] 178: Checking imports ** [01:44:29 2020-06-13] 178: Checking exports ** [01:44:29 2020-06-13] 178: Checking users ** [01:44:29 2020-06-13] 178: Checking user_dbs ** [01:44:29 2020-06-13] 178: Checking geocodings ** [01:44:29 2020-06-13] 178: Checking synchronizations ** [01:44:29 2020-06-13] 178: Checking tracker ** [01:44:29 2020-06-13] 178: Checking user_migrations ** [01:44:29 2020-06-13] 178: Checking batch_updates ** [01:44:29 2020-06-13] 178: Checking gears ** [01:44:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:44:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:34 2020-06-13] 178: Checking imports ** [01:44:34 2020-06-13] 178: Checking exports ** [01:44:34 2020-06-13] 178: Checking users ** [01:44:34 2020-06-13] 178: Checking user_dbs ** [01:44:34 2020-06-13] 178: Checking geocodings ** [01:44:34 2020-06-13] 178: Checking synchronizations ** [01:44:34 2020-06-13] 178: Checking tracker ** [01:44:34 2020-06-13] 178: Checking user_migrations ** [01:44:34 2020-06-13] 178: Checking batch_updates ** [01:44:34 2020-06-13] 178: Checking gears ** [01:44:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:44:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:39 2020-06-13] 178: Checking imports ** [01:44:39 2020-06-13] 178: Checking exports ** [01:44:39 2020-06-13] 178: Checking users ** [01:44:39 2020-06-13] 178: Checking user_dbs ** [01:44:39 2020-06-13] 178: Checking geocodings ** [01:44:39 2020-06-13] 178: Checking synchronizations ** [01:44:39 2020-06-13] 178: Checking tracker ** [01:44:39 2020-06-13] 178: Checking user_migrations ** [01:44:39 2020-06-13] 178: Checking batch_updates ** [01:44:39 2020-06-13] 178: Checking gears ** [01:44:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:44:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:44 2020-06-13] 178: Checking imports ** [01:44:44 2020-06-13] 178: Checking exports ** [01:44:44 2020-06-13] 178: Checking users ** [01:44:44 2020-06-13] 178: Checking user_dbs ** [01:44:44 2020-06-13] 178: Checking geocodings ** [01:44:44 2020-06-13] 178: Checking synchronizations ** [01:44:44 2020-06-13] 178: Checking tracker ** [01:44:44 2020-06-13] 178: Checking user_migrations ** [01:44:44 2020-06-13] 178: Checking batch_updates ** [01:44:44 2020-06-13] 178: Checking gears ** [01:44:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:44:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:49 2020-06-13] 178: Checking imports ** [01:44:49 2020-06-13] 178: Checking exports ** [01:44:49 2020-06-13] 178: Checking users ** [01:44:49 2020-06-13] 178: Checking user_dbs ** [01:44:49 2020-06-13] 178: Checking geocodings ** [01:44:49 2020-06-13] 178: Checking synchronizations ** [01:44:49 2020-06-13] 178: Checking tracker ** [01:44:49 2020-06-13] 178: Checking user_migrations ** [01:44:49 2020-06-13] 178: Checking batch_updates ** [01:44:49 2020-06-13] 178: Checking gears ** [01:44:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:44:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:54 2020-06-13] 178: Checking imports ** [01:44:54 2020-06-13] 178: Checking exports ** [01:44:54 2020-06-13] 178: Checking users ** [01:44:54 2020-06-13] 178: Checking user_dbs ** [01:44:54 2020-06-13] 178: Checking geocodings ** [01:44:54 2020-06-13] 178: Checking synchronizations ** [01:44:54 2020-06-13] 178: Checking tracker ** [01:44:54 2020-06-13] 178: Checking user_migrations ** [01:44:54 2020-06-13] 178: Checking batch_updates ** [01:44:54 2020-06-13] 178: Checking gears ** [01:44:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:44:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:59 2020-06-13] 178: Checking imports ** [01:44:59 2020-06-13] 178: Checking exports ** [01:44:59 2020-06-13] 178: Checking users ** [01:44:59 2020-06-13] 178: Checking user_dbs ** [01:44:59 2020-06-13] 178: Checking geocodings ** [01:44:59 2020-06-13] 178: Checking synchronizations ** [01:44:59 2020-06-13] 178: Checking tracker ** [01:44:59 2020-06-13] 178: Checking user_migrations ** [01:44:59 2020-06-13] 178: Checking batch_updates ** [01:44:59 2020-06-13] 178: Checking gears ** [01:44:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:44:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:04 2020-06-13] 178: Checking imports ** [01:45:04 2020-06-13] 178: Checking exports ** [01:45:04 2020-06-13] 178: Checking users ** [01:45:04 2020-06-13] 178: Checking user_dbs ** [01:45:04 2020-06-13] 178: Checking geocodings ** [01:45:04 2020-06-13] 178: Checking synchronizations ** [01:45:04 2020-06-13] 178: Checking tracker ** [01:45:04 2020-06-13] 178: Checking user_migrations ** [01:45:04 2020-06-13] 178: Checking batch_updates ** [01:45:04 2020-06-13] 178: Checking gears ** [01:45:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:45:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:09 2020-06-13] 178: Checking imports ** [01:45:09 2020-06-13] 178: Checking exports ** [01:45:09 2020-06-13] 178: Checking users ** [01:45:09 2020-06-13] 178: Checking user_dbs ** [01:45:09 2020-06-13] 178: Checking geocodings ** [01:45:09 2020-06-13] 178: Checking synchronizations ** [01:45:09 2020-06-13] 178: Checking tracker ** [01:45:09 2020-06-13] 178: Checking user_migrations ** [01:45:09 2020-06-13] 178: Checking batch_updates ** [01:45:09 2020-06-13] 178: Checking gears ** [01:45:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:45:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:14 2020-06-13] 178: Checking imports ** [01:45:14 2020-06-13] 178: Checking exports ** [01:45:14 2020-06-13] 178: Checking users ** [01:45:14 2020-06-13] 178: Checking user_dbs ** [01:45:14 2020-06-13] 178: Checking geocodings ** [01:45:14 2020-06-13] 178: Checking synchronizations ** [01:45:14 2020-06-13] 178: Checking tracker ** [01:45:14 2020-06-13] 178: Checking user_migrations ** [01:45:14 2020-06-13] 178: Checking batch_updates ** [01:45:14 2020-06-13] 178: Checking gears ** [01:45:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:45:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:19 2020-06-13] 178: Checking imports ** [01:45:19 2020-06-13] 178: Checking exports ** [01:45:19 2020-06-13] 178: Checking users ** [01:45:19 2020-06-13] 178: Checking user_dbs ** [01:45:19 2020-06-13] 178: Checking geocodings ** [01:45:19 2020-06-13] 178: Checking synchronizations ** [01:45:19 2020-06-13] 178: Checking tracker ** [01:45:19 2020-06-13] 178: Checking user_migrations ** [01:45:19 2020-06-13] 178: Checking batch_updates ** [01:45:19 2020-06-13] 178: Checking gears ** [01:45:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:45:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:24 2020-06-13] 178: Checking imports ** [01:45:24 2020-06-13] 178: Checking exports ** [01:45:24 2020-06-13] 178: Checking users ** [01:45:24 2020-06-13] 178: Checking user_dbs ** [01:45:24 2020-06-13] 178: Checking geocodings ** [01:45:24 2020-06-13] 178: Checking synchronizations ** [01:45:24 2020-06-13] 178: Checking tracker ** [01:45:24 2020-06-13] 178: Checking user_migrations ** [01:45:24 2020-06-13] 178: Checking batch_updates ** [01:45:24 2020-06-13] 178: Checking gears ** [01:45:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:45:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:29 2020-06-13] 178: Checking imports ** [01:45:29 2020-06-13] 178: Checking exports ** [01:45:29 2020-06-13] 178: Checking users ** [01:45:29 2020-06-13] 178: Checking user_dbs ** [01:45:29 2020-06-13] 178: Checking geocodings ** [01:45:29 2020-06-13] 178: Checking synchronizations ** [01:45:29 2020-06-13] 178: Checking tracker ** [01:45:29 2020-06-13] 178: Checking user_migrations ** [01:45:29 2020-06-13] 178: Checking batch_updates ** [01:45:29 2020-06-13] 178: Checking gears ** [01:45:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:45:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:34 2020-06-13] 178: Checking imports ** [01:45:34 2020-06-13] 178: Checking exports ** [01:45:34 2020-06-13] 178: Checking users ** [01:45:34 2020-06-13] 178: Checking user_dbs ** [01:45:34 2020-06-13] 178: Checking geocodings ** [01:45:34 2020-06-13] 178: Checking synchronizations ** [01:45:34 2020-06-13] 178: Checking tracker ** [01:45:34 2020-06-13] 178: Checking user_migrations ** [01:45:34 2020-06-13] 178: Checking batch_updates ** [01:45:34 2020-06-13] 178: Checking gears ** [01:45:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:45:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:39 2020-06-13] 178: Checking imports ** [01:45:39 2020-06-13] 178: Checking exports ** [01:45:39 2020-06-13] 178: Checking users ** [01:45:39 2020-06-13] 178: Checking user_dbs ** [01:45:39 2020-06-13] 178: Checking geocodings ** [01:45:39 2020-06-13] 178: Checking synchronizations ** [01:45:39 2020-06-13] 178: Checking tracker ** [01:45:39 2020-06-13] 178: Checking user_migrations ** [01:45:39 2020-06-13] 178: Checking batch_updates ** [01:45:39 2020-06-13] 178: Checking gears ** [01:45:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:45:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:44 2020-06-13] 178: Checking imports ** [01:45:44 2020-06-13] 178: Checking exports ** [01:45:44 2020-06-13] 178: Checking users ** [01:45:44 2020-06-13] 178: Checking user_dbs ** [01:45:44 2020-06-13] 178: Checking geocodings ** [01:45:44 2020-06-13] 178: Checking synchronizations ** [01:45:44 2020-06-13] 178: Checking tracker ** [01:45:44 2020-06-13] 178: Checking user_migrations ** [01:45:44 2020-06-13] 178: Checking batch_updates ** [01:45:44 2020-06-13] 178: Checking gears ** [01:45:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:45:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:49 2020-06-13] 178: Checking imports ** [01:45:49 2020-06-13] 178: Checking exports ** [01:45:49 2020-06-13] 178: Checking users ** [01:45:49 2020-06-13] 178: Checking user_dbs ** [01:45:49 2020-06-13] 178: Checking geocodings ** [01:45:49 2020-06-13] 178: Checking synchronizations ** [01:45:49 2020-06-13] 178: Checking tracker ** [01:45:49 2020-06-13] 178: Checking user_migrations ** [01:45:49 2020-06-13] 178: Checking batch_updates ** [01:45:49 2020-06-13] 178: Checking gears ** [01:45:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:45:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:54 2020-06-13] 178: Checking imports ** [01:45:54 2020-06-13] 178: Checking exports ** [01:45:54 2020-06-13] 178: Checking users ** [01:45:54 2020-06-13] 178: Checking user_dbs ** [01:45:54 2020-06-13] 178: Checking geocodings ** [01:45:54 2020-06-13] 178: Checking synchronizations ** [01:45:54 2020-06-13] 178: Checking tracker ** [01:45:54 2020-06-13] 178: Checking user_migrations ** [01:45:54 2020-06-13] 178: Checking batch_updates ** [01:45:54 2020-06-13] 178: Checking gears ** [01:45:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:45:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:59 2020-06-13] 178: Checking imports ** [01:45:59 2020-06-13] 178: Checking exports ** [01:45:59 2020-06-13] 178: Checking users ** [01:45:59 2020-06-13] 178: Checking user_dbs ** [01:45:59 2020-06-13] 178: Checking geocodings ** [01:45:59 2020-06-13] 178: Checking synchronizations ** [01:45:59 2020-06-13] 178: Checking tracker ** [01:45:59 2020-06-13] 178: Checking user_migrations ** [01:45:59 2020-06-13] 178: Checking batch_updates ** [01:45:59 2020-06-13] 178: Checking gears ** [01:45:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:45:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:04 2020-06-13] 178: Checking imports ** [01:46:04 2020-06-13] 178: Checking exports ** [01:46:04 2020-06-13] 178: Checking users ** [01:46:04 2020-06-13] 178: Checking user_dbs ** [01:46:04 2020-06-13] 178: Checking geocodings ** [01:46:04 2020-06-13] 178: Checking synchronizations ** [01:46:04 2020-06-13] 178: Checking tracker ** [01:46:04 2020-06-13] 178: Checking user_migrations ** [01:46:04 2020-06-13] 178: Checking batch_updates ** [01:46:04 2020-06-13] 178: Checking gears ** [01:46:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:46:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:09 2020-06-13] 178: Checking imports ** [01:46:09 2020-06-13] 178: Checking exports ** [01:46:09 2020-06-13] 178: Checking users ** [01:46:09 2020-06-13] 178: Checking user_dbs ** [01:46:09 2020-06-13] 178: Checking geocodings ** [01:46:09 2020-06-13] 178: Checking synchronizations ** [01:46:09 2020-06-13] 178: Checking tracker ** [01:46:09 2020-06-13] 178: Checking user_migrations ** [01:46:09 2020-06-13] 178: Checking batch_updates ** [01:46:09 2020-06-13] 178: Checking gears ** [01:46:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:46:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:14 2020-06-13] 178: Checking imports ** [01:46:14 2020-06-13] 178: Checking exports ** [01:46:14 2020-06-13] 178: Checking users ** [01:46:14 2020-06-13] 178: Checking user_dbs ** [01:46:14 2020-06-13] 178: Checking geocodings ** [01:46:14 2020-06-13] 178: Checking synchronizations ** [01:46:14 2020-06-13] 178: Checking tracker ** [01:46:14 2020-06-13] 178: Checking user_migrations ** [01:46:14 2020-06-13] 178: Checking batch_updates ** [01:46:14 2020-06-13] 178: Checking gears ** [01:46:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:46:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:19 2020-06-13] 178: Checking imports ** [01:46:19 2020-06-13] 178: Checking exports ** [01:46:19 2020-06-13] 178: Checking users ** [01:46:19 2020-06-13] 178: Checking user_dbs ** [01:46:19 2020-06-13] 178: Checking geocodings ** [01:46:19 2020-06-13] 178: Checking synchronizations ** [01:46:19 2020-06-13] 178: Checking tracker ** [01:46:19 2020-06-13] 178: Checking user_migrations ** [01:46:19 2020-06-13] 178: Checking batch_updates ** [01:46:19 2020-06-13] 178: Checking gears ** [01:46:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:46:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:24 2020-06-13] 178: Checking imports ** [01:46:24 2020-06-13] 178: Checking exports ** [01:46:24 2020-06-13] 178: Checking users ** [01:46:24 2020-06-13] 178: Checking user_dbs ** [01:46:24 2020-06-13] 178: Checking geocodings ** [01:46:24 2020-06-13] 178: Checking synchronizations ** [01:46:24 2020-06-13] 178: Checking tracker ** [01:46:24 2020-06-13] 178: Checking user_migrations ** [01:46:24 2020-06-13] 178: Checking batch_updates ** [01:46:24 2020-06-13] 178: Checking gears ** [01:46:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:46:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:29 2020-06-13] 178: Checking imports ** [01:46:29 2020-06-13] 178: Checking exports ** [01:46:29 2020-06-13] 178: Checking users ** [01:46:29 2020-06-13] 178: Checking user_dbs ** [01:46:29 2020-06-13] 178: Checking geocodings ** [01:46:29 2020-06-13] 178: Checking synchronizations ** [01:46:29 2020-06-13] 178: Checking tracker ** [01:46:29 2020-06-13] 178: Checking user_migrations ** [01:46:29 2020-06-13] 178: Checking batch_updates ** [01:46:29 2020-06-13] 178: Checking gears ** [01:46:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:46:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:34 2020-06-13] 178: Checking imports ** [01:46:34 2020-06-13] 178: Checking exports ** [01:46:34 2020-06-13] 178: Checking users ** [01:46:34 2020-06-13] 178: Checking user_dbs ** [01:46:34 2020-06-13] 178: Checking geocodings ** [01:46:34 2020-06-13] 178: Checking synchronizations ** [01:46:34 2020-06-13] 178: Checking tracker ** [01:46:34 2020-06-13] 178: Checking user_migrations ** [01:46:34 2020-06-13] 178: Checking batch_updates ** [01:46:34 2020-06-13] 178: Checking gears ** [01:46:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:46:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:39 2020-06-13] 178: Checking imports ** [01:46:39 2020-06-13] 178: Checking exports ** [01:46:39 2020-06-13] 178: Checking users ** [01:46:39 2020-06-13] 178: Checking user_dbs ** [01:46:39 2020-06-13] 178: Checking geocodings ** [01:46:39 2020-06-13] 178: Checking synchronizations ** [01:46:39 2020-06-13] 178: Checking tracker ** [01:46:39 2020-06-13] 178: Checking user_migrations ** [01:46:39 2020-06-13] 178: Checking batch_updates ** [01:46:39 2020-06-13] 178: Checking gears ** [01:46:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:46:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:44 2020-06-13] 178: Checking imports ** [01:46:44 2020-06-13] 178: Checking exports ** [01:46:44 2020-06-13] 178: Checking users ** [01:46:44 2020-06-13] 178: Checking user_dbs ** [01:46:44 2020-06-13] 178: Checking geocodings ** [01:46:44 2020-06-13] 178: Checking synchronizations ** [01:46:44 2020-06-13] 178: Checking tracker ** [01:46:44 2020-06-13] 178: Checking user_migrations ** [01:46:44 2020-06-13] 178: Checking batch_updates ** [01:46:44 2020-06-13] 178: Checking gears ** [01:46:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:46:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:49 2020-06-13] 178: Checking imports ** [01:46:49 2020-06-13] 178: Checking exports ** [01:46:49 2020-06-13] 178: Checking users ** [01:46:49 2020-06-13] 178: Checking user_dbs ** [01:46:49 2020-06-13] 178: Checking geocodings ** [01:46:49 2020-06-13] 178: Checking synchronizations ** [01:46:49 2020-06-13] 178: Checking tracker ** [01:46:49 2020-06-13] 178: Checking user_migrations ** [01:46:49 2020-06-13] 178: Checking batch_updates ** [01:46:49 2020-06-13] 178: Checking gears ** [01:46:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:46:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:54 2020-06-13] 178: Checking imports ** [01:46:54 2020-06-13] 178: Checking exports ** [01:46:54 2020-06-13] 178: Checking users ** [01:46:54 2020-06-13] 178: Checking user_dbs ** [01:46:54 2020-06-13] 178: Checking geocodings ** [01:46:54 2020-06-13] 178: Checking synchronizations ** [01:46:54 2020-06-13] 178: Checking tracker ** [01:46:54 2020-06-13] 178: Checking user_migrations ** [01:46:54 2020-06-13] 178: Checking batch_updates ** [01:46:54 2020-06-13] 178: Checking gears ** [01:46:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:46:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:59 2020-06-13] 178: Checking imports ** [01:46:59 2020-06-13] 178: Checking exports ** [01:46:59 2020-06-13] 178: Checking users ** [01:46:59 2020-06-13] 178: Checking user_dbs ** [01:46:59 2020-06-13] 178: Checking geocodings ** [01:46:59 2020-06-13] 178: Checking synchronizations ** [01:46:59 2020-06-13] 178: Checking tracker ** [01:46:59 2020-06-13] 178: Checking user_migrations ** [01:46:59 2020-06-13] 178: Checking batch_updates ** [01:46:59 2020-06-13] 178: Checking gears ** [01:46:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:46:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:04 2020-06-13] 178: Checking imports ** [01:47:04 2020-06-13] 178: Checking exports ** [01:47:04 2020-06-13] 178: Checking users ** [01:47:04 2020-06-13] 178: Checking user_dbs ** [01:47:04 2020-06-13] 178: Checking geocodings ** [01:47:04 2020-06-13] 178: Checking synchronizations ** [01:47:04 2020-06-13] 178: Checking tracker ** [01:47:04 2020-06-13] 178: Checking user_migrations ** [01:47:04 2020-06-13] 178: Checking batch_updates ** [01:47:04 2020-06-13] 178: Checking gears ** [01:47:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:47:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:09 2020-06-13] 178: Checking imports ** [01:47:09 2020-06-13] 178: Checking exports ** [01:47:09 2020-06-13] 178: Checking users ** [01:47:09 2020-06-13] 178: Checking user_dbs ** [01:47:09 2020-06-13] 178: Checking geocodings ** [01:47:09 2020-06-13] 178: Checking synchronizations ** [01:47:09 2020-06-13] 178: Checking tracker ** [01:47:09 2020-06-13] 178: Checking user_migrations ** [01:47:09 2020-06-13] 178: Checking batch_updates ** [01:47:09 2020-06-13] 178: Checking gears ** [01:47:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:47:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:14 2020-06-13] 178: Checking imports ** [01:47:14 2020-06-13] 178: Checking exports ** [01:47:14 2020-06-13] 178: Checking users ** [01:47:14 2020-06-13] 178: Checking user_dbs ** [01:47:14 2020-06-13] 178: Checking geocodings ** [01:47:14 2020-06-13] 178: Checking synchronizations ** [01:47:14 2020-06-13] 178: Checking tracker ** [01:47:14 2020-06-13] 178: Checking user_migrations ** [01:47:14 2020-06-13] 178: Checking batch_updates ** [01:47:14 2020-06-13] 178: Checking gears ** [01:47:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:47:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:19 2020-06-13] 178: Checking imports ** [01:47:19 2020-06-13] 178: Checking exports ** [01:47:19 2020-06-13] 178: Checking users ** [01:47:19 2020-06-13] 178: Checking user_dbs ** [01:47:19 2020-06-13] 178: Checking geocodings ** [01:47:19 2020-06-13] 178: Checking synchronizations ** [01:47:19 2020-06-13] 178: Checking tracker ** [01:47:19 2020-06-13] 178: Checking user_migrations ** [01:47:19 2020-06-13] 178: Checking batch_updates ** [01:47:19 2020-06-13] 178: Checking gears ** [01:47:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:47:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:24 2020-06-13] 178: Checking imports ** [01:47:24 2020-06-13] 178: Checking exports ** [01:47:24 2020-06-13] 178: Checking users ** [01:47:24 2020-06-13] 178: Checking user_dbs ** [01:47:24 2020-06-13] 178: Checking geocodings ** [01:47:24 2020-06-13] 178: Checking synchronizations ** [01:47:24 2020-06-13] 178: Checking tracker ** [01:47:24 2020-06-13] 178: Checking user_migrations ** [01:47:24 2020-06-13] 178: Checking batch_updates ** [01:47:24 2020-06-13] 178: Checking gears ** [01:47:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:47:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:29 2020-06-13] 178: Checking imports ** [01:47:29 2020-06-13] 178: Checking exports ** [01:47:29 2020-06-13] 178: Checking users ** [01:47:29 2020-06-13] 178: Checking user_dbs ** [01:47:29 2020-06-13] 178: Checking geocodings ** [01:47:29 2020-06-13] 178: Checking synchronizations ** [01:47:29 2020-06-13] 178: Checking tracker ** [01:47:29 2020-06-13] 178: Checking user_migrations ** [01:47:29 2020-06-13] 178: Checking batch_updates ** [01:47:29 2020-06-13] 178: Checking gears ** [01:47:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:47:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:34 2020-06-13] 178: Checking imports ** [01:47:34 2020-06-13] 178: Checking exports ** [01:47:34 2020-06-13] 178: Checking users ** [01:47:34 2020-06-13] 178: Checking user_dbs ** [01:47:34 2020-06-13] 178: Checking geocodings ** [01:47:34 2020-06-13] 178: Checking synchronizations ** [01:47:34 2020-06-13] 178: Checking tracker ** [01:47:34 2020-06-13] 178: Checking user_migrations ** [01:47:34 2020-06-13] 178: Checking batch_updates ** [01:47:34 2020-06-13] 178: Checking gears ** [01:47:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:47:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:39 2020-06-13] 178: Checking imports ** [01:47:39 2020-06-13] 178: Checking exports ** [01:47:39 2020-06-13] 178: Checking users ** [01:47:39 2020-06-13] 178: Checking user_dbs ** [01:47:39 2020-06-13] 178: Checking geocodings ** [01:47:39 2020-06-13] 178: Checking synchronizations ** [01:47:39 2020-06-13] 178: Checking tracker ** [01:47:39 2020-06-13] 178: Checking user_migrations ** [01:47:39 2020-06-13] 178: Checking batch_updates ** [01:47:39 2020-06-13] 178: Checking gears ** [01:47:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:47:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:44 2020-06-13] 178: Checking imports ** [01:47:44 2020-06-13] 178: Checking exports ** [01:47:44 2020-06-13] 178: Checking users ** [01:47:44 2020-06-13] 178: Checking user_dbs ** [01:47:44 2020-06-13] 178: Checking geocodings ** [01:47:44 2020-06-13] 178: Checking synchronizations ** [01:47:44 2020-06-13] 178: Checking tracker ** [01:47:44 2020-06-13] 178: Checking user_migrations ** [01:47:44 2020-06-13] 178: Checking batch_updates ** [01:47:44 2020-06-13] 178: Checking gears ** [01:47:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:47:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:49 2020-06-13] 178: Checking imports ** [01:47:49 2020-06-13] 178: Checking exports ** [01:47:49 2020-06-13] 178: Checking users ** [01:47:49 2020-06-13] 178: Checking user_dbs ** [01:47:49 2020-06-13] 178: Checking geocodings ** [01:47:49 2020-06-13] 178: Checking synchronizations ** [01:47:49 2020-06-13] 178: Checking tracker ** [01:47:49 2020-06-13] 178: Checking user_migrations ** [01:47:49 2020-06-13] 178: Checking batch_updates ** [01:47:49 2020-06-13] 178: Checking gears ** [01:47:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:47:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:54 2020-06-13] 178: Checking imports ** [01:47:54 2020-06-13] 178: Checking exports ** [01:47:54 2020-06-13] 178: Checking users ** [01:47:54 2020-06-13] 178: Checking user_dbs ** [01:47:54 2020-06-13] 178: Checking geocodings ** [01:47:54 2020-06-13] 178: Checking synchronizations ** [01:47:54 2020-06-13] 178: Checking tracker ** [01:47:54 2020-06-13] 178: Checking user_migrations ** [01:47:54 2020-06-13] 178: Checking batch_updates ** [01:47:54 2020-06-13] 178: Checking gears ** [01:47:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:47:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:59 2020-06-13] 178: Checking imports ** [01:47:59 2020-06-13] 178: Checking exports ** [01:47:59 2020-06-13] 178: Checking users ** [01:47:59 2020-06-13] 178: Checking user_dbs ** [01:47:59 2020-06-13] 178: Checking geocodings ** [01:47:59 2020-06-13] 178: Checking synchronizations ** [01:47:59 2020-06-13] 178: Checking tracker ** [01:47:59 2020-06-13] 178: Checking user_migrations ** [01:47:59 2020-06-13] 178: Checking batch_updates ** [01:47:59 2020-06-13] 178: Checking gears ** [01:47:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:47:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:04 2020-06-13] 178: Checking imports ** [01:48:04 2020-06-13] 178: Checking exports ** [01:48:04 2020-06-13] 178: Checking users ** [01:48:04 2020-06-13] 178: Checking user_dbs ** [01:48:04 2020-06-13] 178: Checking geocodings ** [01:48:04 2020-06-13] 178: Checking synchronizations ** [01:48:04 2020-06-13] 178: Checking tracker ** [01:48:04 2020-06-13] 178: Checking user_migrations ** [01:48:04 2020-06-13] 178: Checking batch_updates ** [01:48:04 2020-06-13] 178: Checking gears ** [01:48:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:48:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:09 2020-06-13] 178: Checking imports ** [01:48:09 2020-06-13] 178: Checking exports ** [01:48:09 2020-06-13] 178: Checking users ** [01:48:09 2020-06-13] 178: Checking user_dbs ** [01:48:09 2020-06-13] 178: Checking geocodings ** [01:48:09 2020-06-13] 178: Checking synchronizations ** [01:48:09 2020-06-13] 178: Checking tracker ** [01:48:09 2020-06-13] 178: Checking user_migrations ** [01:48:09 2020-06-13] 178: Checking batch_updates ** [01:48:09 2020-06-13] 178: Checking gears ** [01:48:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:48:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:14 2020-06-13] 178: Checking imports ** [01:48:14 2020-06-13] 178: Checking exports ** [01:48:14 2020-06-13] 178: Checking users ** [01:48:14 2020-06-13] 178: Checking user_dbs ** [01:48:14 2020-06-13] 178: Checking geocodings ** [01:48:14 2020-06-13] 178: Checking synchronizations ** [01:48:14 2020-06-13] 178: Checking tracker ** [01:48:14 2020-06-13] 178: Checking user_migrations ** [01:48:14 2020-06-13] 178: Checking batch_updates ** [01:48:14 2020-06-13] 178: Checking gears ** [01:48:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:48:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:19 2020-06-13] 178: Checking imports ** [01:48:19 2020-06-13] 178: Checking exports ** [01:48:19 2020-06-13] 178: Checking users ** [01:48:19 2020-06-13] 178: Checking user_dbs ** [01:48:19 2020-06-13] 178: Checking geocodings ** [01:48:19 2020-06-13] 178: Checking synchronizations ** [01:48:19 2020-06-13] 178: Checking tracker ** [01:48:19 2020-06-13] 178: Checking user_migrations ** [01:48:19 2020-06-13] 178: Checking batch_updates ** [01:48:19 2020-06-13] 178: Checking gears ** [01:48:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:48:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:24 2020-06-13] 178: Checking imports ** [01:48:24 2020-06-13] 178: Checking exports ** [01:48:24 2020-06-13] 178: Checking users ** [01:48:24 2020-06-13] 178: Checking user_dbs ** [01:48:24 2020-06-13] 178: Checking geocodings ** [01:48:24 2020-06-13] 178: Checking synchronizations ** [01:48:24 2020-06-13] 178: Checking tracker ** [01:48:24 2020-06-13] 178: Checking user_migrations ** [01:48:24 2020-06-13] 178: Checking batch_updates ** [01:48:24 2020-06-13] 178: Checking gears ** [01:48:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:48:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:29 2020-06-13] 178: Checking imports ** [01:48:29 2020-06-13] 178: Checking exports ** [01:48:29 2020-06-13] 178: Checking users ** [01:48:29 2020-06-13] 178: Checking user_dbs ** [01:48:29 2020-06-13] 178: Checking geocodings ** [01:48:29 2020-06-13] 178: Checking synchronizations ** [01:48:29 2020-06-13] 178: Checking tracker ** [01:48:29 2020-06-13] 178: Checking user_migrations ** [01:48:29 2020-06-13] 178: Checking batch_updates ** [01:48:29 2020-06-13] 178: Checking gears ** [01:48:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:48:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:34 2020-06-13] 178: Checking imports ** [01:48:34 2020-06-13] 178: Checking exports ** [01:48:34 2020-06-13] 178: Checking users ** [01:48:34 2020-06-13] 178: Checking user_dbs ** [01:48:34 2020-06-13] 178: Checking geocodings ** [01:48:34 2020-06-13] 178: Checking synchronizations ** [01:48:34 2020-06-13] 178: Checking tracker ** [01:48:34 2020-06-13] 178: Checking user_migrations ** [01:48:34 2020-06-13] 178: Checking batch_updates ** [01:48:34 2020-06-13] 178: Checking gears ** [01:48:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:48:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:39 2020-06-13] 178: Checking imports ** [01:48:39 2020-06-13] 178: Checking exports ** [01:48:39 2020-06-13] 178: Checking users ** [01:48:39 2020-06-13] 178: Checking user_dbs ** [01:48:39 2020-06-13] 178: Checking geocodings ** [01:48:39 2020-06-13] 178: Checking synchronizations ** [01:48:39 2020-06-13] 178: Checking tracker ** [01:48:39 2020-06-13] 178: Checking user_migrations ** [01:48:39 2020-06-13] 178: Checking batch_updates ** [01:48:39 2020-06-13] 178: Checking gears ** [01:48:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:48:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:44 2020-06-13] 178: Checking imports ** [01:48:44 2020-06-13] 178: Checking exports ** [01:48:44 2020-06-13] 178: Checking users ** [01:48:44 2020-06-13] 178: Checking user_dbs ** [01:48:44 2020-06-13] 178: Checking geocodings ** [01:48:44 2020-06-13] 178: Checking synchronizations ** [01:48:44 2020-06-13] 178: Checking tracker ** [01:48:44 2020-06-13] 178: Checking user_migrations ** [01:48:44 2020-06-13] 178: Checking batch_updates ** [01:48:44 2020-06-13] 178: Checking gears ** [01:48:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:48:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:49 2020-06-13] 178: Checking imports ** [01:48:49 2020-06-13] 178: Checking exports ** [01:48:49 2020-06-13] 178: Checking users ** [01:48:49 2020-06-13] 178: Checking user_dbs ** [01:48:49 2020-06-13] 178: Checking geocodings ** [01:48:49 2020-06-13] 178: Checking synchronizations ** [01:48:49 2020-06-13] 178: Checking tracker ** [01:48:49 2020-06-13] 178: Checking user_migrations ** [01:48:49 2020-06-13] 178: Checking batch_updates ** [01:48:49 2020-06-13] 178: Checking gears ** [01:48:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:48:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:54 2020-06-13] 178: Checking imports ** [01:48:54 2020-06-13] 178: Checking exports ** [01:48:54 2020-06-13] 178: Checking users ** [01:48:54 2020-06-13] 178: Checking user_dbs ** [01:48:54 2020-06-13] 178: Checking geocodings ** [01:48:54 2020-06-13] 178: Checking synchronizations ** [01:48:54 2020-06-13] 178: Checking tracker ** [01:48:54 2020-06-13] 178: Checking user_migrations ** [01:48:54 2020-06-13] 178: Checking batch_updates ** [01:48:54 2020-06-13] 178: Checking gears ** [01:48:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:48:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:59 2020-06-13] 178: Checking imports ** [01:48:59 2020-06-13] 178: Checking exports ** [01:48:59 2020-06-13] 178: Checking users ** [01:48:59 2020-06-13] 178: Checking user_dbs ** [01:48:59 2020-06-13] 178: Checking geocodings ** [01:48:59 2020-06-13] 178: Checking synchronizations ** [01:48:59 2020-06-13] 178: Checking tracker ** [01:48:59 2020-06-13] 178: Checking user_migrations ** [01:48:59 2020-06-13] 178: Checking batch_updates ** [01:48:59 2020-06-13] 178: Checking gears ** [01:48:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:48:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:04 2020-06-13] 178: Checking imports ** [01:49:04 2020-06-13] 178: Checking exports ** [01:49:04 2020-06-13] 178: Checking users ** [01:49:04 2020-06-13] 178: Checking user_dbs ** [01:49:04 2020-06-13] 178: Checking geocodings ** [01:49:04 2020-06-13] 178: Checking synchronizations ** [01:49:04 2020-06-13] 178: Checking tracker ** [01:49:04 2020-06-13] 178: Checking user_migrations ** [01:49:04 2020-06-13] 178: Checking batch_updates ** [01:49:04 2020-06-13] 178: Checking gears ** [01:49:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:49:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:09 2020-06-13] 178: Checking imports ** [01:49:09 2020-06-13] 178: Checking exports ** [01:49:09 2020-06-13] 178: Checking users ** [01:49:09 2020-06-13] 178: Checking user_dbs ** [01:49:09 2020-06-13] 178: Checking geocodings ** [01:49:09 2020-06-13] 178: Checking synchronizations ** [01:49:09 2020-06-13] 178: Checking tracker ** [01:49:09 2020-06-13] 178: Checking user_migrations ** [01:49:09 2020-06-13] 178: Checking batch_updates ** [01:49:09 2020-06-13] 178: Checking gears ** [01:49:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:49:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:14 2020-06-13] 178: Checking imports ** [01:49:14 2020-06-13] 178: Checking exports ** [01:49:14 2020-06-13] 178: Checking users ** [01:49:14 2020-06-13] 178: Checking user_dbs ** [01:49:14 2020-06-13] 178: Checking geocodings ** [01:49:14 2020-06-13] 178: Checking synchronizations ** [01:49:14 2020-06-13] 178: Checking tracker ** [01:49:14 2020-06-13] 178: Checking user_migrations ** [01:49:14 2020-06-13] 178: Checking batch_updates ** [01:49:14 2020-06-13] 178: Checking gears ** [01:49:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:49:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:19 2020-06-13] 178: Checking imports ** [01:49:19 2020-06-13] 178: Checking exports ** [01:49:19 2020-06-13] 178: Checking users ** [01:49:19 2020-06-13] 178: Checking user_dbs ** [01:49:19 2020-06-13] 178: Checking geocodings ** [01:49:19 2020-06-13] 178: Checking synchronizations ** [01:49:19 2020-06-13] 178: Checking tracker ** [01:49:19 2020-06-13] 178: Checking user_migrations ** [01:49:19 2020-06-13] 178: Checking batch_updates ** [01:49:19 2020-06-13] 178: Checking gears ** [01:49:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:49:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:24 2020-06-13] 178: Checking imports ** [01:49:24 2020-06-13] 178: Checking exports ** [01:49:24 2020-06-13] 178: Checking users ** [01:49:24 2020-06-13] 178: Checking user_dbs ** [01:49:24 2020-06-13] 178: Checking geocodings ** [01:49:24 2020-06-13] 178: Checking synchronizations ** [01:49:24 2020-06-13] 178: Checking tracker ** [01:49:24 2020-06-13] 178: Checking user_migrations ** [01:49:24 2020-06-13] 178: Checking batch_updates ** [01:49:24 2020-06-13] 178: Checking gears ** [01:49:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:49:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:29 2020-06-13] 178: Checking imports ** [01:49:29 2020-06-13] 178: Checking exports ** [01:49:29 2020-06-13] 178: Checking users ** [01:49:29 2020-06-13] 178: Checking user_dbs ** [01:49:29 2020-06-13] 178: Checking geocodings ** [01:49:29 2020-06-13] 178: Checking synchronizations ** [01:49:29 2020-06-13] 178: Checking tracker ** [01:49:29 2020-06-13] 178: Checking user_migrations ** [01:49:29 2020-06-13] 178: Checking batch_updates ** [01:49:29 2020-06-13] 178: Checking gears ** [01:49:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:49:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:34 2020-06-13] 178: Checking imports ** [01:49:34 2020-06-13] 178: Checking exports ** [01:49:34 2020-06-13] 178: Checking users ** [01:49:34 2020-06-13] 178: Checking user_dbs ** [01:49:34 2020-06-13] 178: Checking geocodings ** [01:49:34 2020-06-13] 178: Checking synchronizations ** [01:49:34 2020-06-13] 178: Checking tracker ** [01:49:34 2020-06-13] 178: Checking user_migrations ** [01:49:34 2020-06-13] 178: Checking batch_updates ** [01:49:34 2020-06-13] 178: Checking gears ** [01:49:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:49:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:39 2020-06-13] 178: Checking imports ** [01:49:39 2020-06-13] 178: Checking exports ** [01:49:39 2020-06-13] 178: Checking users ** [01:49:39 2020-06-13] 178: Checking user_dbs ** [01:49:39 2020-06-13] 178: Checking geocodings ** [01:49:39 2020-06-13] 178: Checking synchronizations ** [01:49:39 2020-06-13] 178: Checking tracker ** [01:49:39 2020-06-13] 178: Checking user_migrations ** [01:49:39 2020-06-13] 178: Checking batch_updates ** [01:49:39 2020-06-13] 178: Checking gears ** [01:49:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:49:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:44 2020-06-13] 178: Checking imports ** [01:49:44 2020-06-13] 178: Checking exports ** [01:49:44 2020-06-13] 178: Checking users ** [01:49:44 2020-06-13] 178: Checking user_dbs ** [01:49:44 2020-06-13] 178: Checking geocodings ** [01:49:44 2020-06-13] 178: Checking synchronizations ** [01:49:44 2020-06-13] 178: Checking tracker ** [01:49:44 2020-06-13] 178: Checking user_migrations ** [01:49:44 2020-06-13] 178: Checking batch_updates ** [01:49:44 2020-06-13] 178: Checking gears ** [01:49:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:49:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:49 2020-06-13] 178: Checking imports ** [01:49:49 2020-06-13] 178: Checking exports ** [01:49:49 2020-06-13] 178: Checking users ** [01:49:49 2020-06-13] 178: Checking user_dbs ** [01:49:49 2020-06-13] 178: Checking geocodings ** [01:49:49 2020-06-13] 178: Checking synchronizations ** [01:49:49 2020-06-13] 178: Checking tracker ** [01:49:49 2020-06-13] 178: Checking user_migrations ** [01:49:49 2020-06-13] 178: Checking batch_updates ** [01:49:49 2020-06-13] 178: Checking gears ** [01:49:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:49:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:54 2020-06-13] 178: Checking imports ** [01:49:54 2020-06-13] 178: Checking exports ** [01:49:54 2020-06-13] 178: Checking users ** [01:49:54 2020-06-13] 178: Checking user_dbs ** [01:49:54 2020-06-13] 178: Checking geocodings ** [01:49:54 2020-06-13] 178: Checking synchronizations ** [01:49:54 2020-06-13] 178: Checking tracker ** [01:49:54 2020-06-13] 178: Checking user_migrations ** [01:49:54 2020-06-13] 178: Checking batch_updates ** [01:49:54 2020-06-13] 178: Checking gears ** [01:49:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:49:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:59 2020-06-13] 178: Checking imports ** [01:49:59 2020-06-13] 178: Checking exports ** [01:49:59 2020-06-13] 178: Checking users ** [01:49:59 2020-06-13] 178: Checking user_dbs ** [01:49:59 2020-06-13] 178: Checking geocodings ** [01:49:59 2020-06-13] 178: Checking synchronizations ** [01:49:59 2020-06-13] 178: Checking tracker ** [01:49:59 2020-06-13] 178: Checking user_migrations ** [01:49:59 2020-06-13] 178: Checking batch_updates ** [01:49:59 2020-06-13] 178: Checking gears ** [01:49:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:49:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:04 2020-06-13] 178: Checking imports ** [01:50:04 2020-06-13] 178: Checking exports ** [01:50:04 2020-06-13] 178: Checking users ** [01:50:04 2020-06-13] 178: Checking user_dbs ** [01:50:04 2020-06-13] 178: Checking geocodings ** [01:50:04 2020-06-13] 178: Checking synchronizations ** [01:50:04 2020-06-13] 178: Checking tracker ** [01:50:04 2020-06-13] 178: Checking user_migrations ** [01:50:04 2020-06-13] 178: Checking batch_updates ** [01:50:04 2020-06-13] 178: Checking gears ** [01:50:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:50:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:09 2020-06-13] 178: Checking imports ** [01:50:09 2020-06-13] 178: Checking exports ** [01:50:09 2020-06-13] 178: Checking users ** [01:50:09 2020-06-13] 178: Checking user_dbs ** [01:50:09 2020-06-13] 178: Checking geocodings ** [01:50:09 2020-06-13] 178: Checking synchronizations ** [01:50:09 2020-06-13] 178: Checking tracker ** [01:50:09 2020-06-13] 178: Checking user_migrations ** [01:50:09 2020-06-13] 178: Checking batch_updates ** [01:50:09 2020-06-13] 178: Checking gears ** [01:50:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:50:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:14 2020-06-13] 178: Checking imports ** [01:50:14 2020-06-13] 178: Checking exports ** [01:50:14 2020-06-13] 178: Checking users ** [01:50:14 2020-06-13] 178: Checking user_dbs ** [01:50:14 2020-06-13] 178: Checking geocodings ** [01:50:14 2020-06-13] 178: Checking synchronizations ** [01:50:14 2020-06-13] 178: Checking tracker ** [01:50:14 2020-06-13] 178: Checking user_migrations ** [01:50:14 2020-06-13] 178: Checking batch_updates ** [01:50:14 2020-06-13] 178: Checking gears ** [01:50:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:50:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:19 2020-06-13] 178: Checking imports ** [01:50:19 2020-06-13] 178: Checking exports ** [01:50:19 2020-06-13] 178: Checking users ** [01:50:19 2020-06-13] 178: Checking user_dbs ** [01:50:19 2020-06-13] 178: Checking geocodings ** [01:50:19 2020-06-13] 178: Checking synchronizations ** [01:50:19 2020-06-13] 178: Checking tracker ** [01:50:19 2020-06-13] 178: Checking user_migrations ** [01:50:19 2020-06-13] 178: Checking batch_updates ** [01:50:19 2020-06-13] 178: Checking gears ** [01:50:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:50:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:24 2020-06-13] 178: Checking imports ** [01:50:24 2020-06-13] 178: Checking exports ** [01:50:24 2020-06-13] 178: Checking users ** [01:50:24 2020-06-13] 178: Checking user_dbs ** [01:50:24 2020-06-13] 178: Checking geocodings ** [01:50:24 2020-06-13] 178: Checking synchronizations ** [01:50:24 2020-06-13] 178: Checking tracker ** [01:50:24 2020-06-13] 178: Checking user_migrations ** [01:50:24 2020-06-13] 178: Checking batch_updates ** [01:50:24 2020-06-13] 178: Checking gears ** [01:50:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:50:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:29 2020-06-13] 178: Checking imports ** [01:50:29 2020-06-13] 178: Checking exports ** [01:50:29 2020-06-13] 178: Checking users ** [01:50:29 2020-06-13] 178: Checking user_dbs ** [01:50:29 2020-06-13] 178: Checking geocodings ** [01:50:29 2020-06-13] 178: Checking synchronizations ** [01:50:29 2020-06-13] 178: Checking tracker ** [01:50:29 2020-06-13] 178: Checking user_migrations ** [01:50:29 2020-06-13] 178: Checking batch_updates ** [01:50:29 2020-06-13] 178: Checking gears ** [01:50:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:50:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:34 2020-06-13] 178: Checking imports ** [01:50:34 2020-06-13] 178: Checking exports ** [01:50:34 2020-06-13] 178: Checking users ** [01:50:34 2020-06-13] 178: Checking user_dbs ** [01:50:34 2020-06-13] 178: Checking geocodings ** [01:50:34 2020-06-13] 178: Checking synchronizations ** [01:50:34 2020-06-13] 178: Checking tracker ** [01:50:34 2020-06-13] 178: Checking user_migrations ** [01:50:34 2020-06-13] 178: Checking batch_updates ** [01:50:34 2020-06-13] 178: Checking gears ** [01:50:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:50:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:39 2020-06-13] 178: Checking imports ** [01:50:39 2020-06-13] 178: Checking exports ** [01:50:39 2020-06-13] 178: Checking users ** [01:50:39 2020-06-13] 178: Checking user_dbs ** [01:50:39 2020-06-13] 178: Checking geocodings ** [01:50:39 2020-06-13] 178: Checking synchronizations ** [01:50:39 2020-06-13] 178: Checking tracker ** [01:50:39 2020-06-13] 178: Checking user_migrations ** [01:50:39 2020-06-13] 178: Checking batch_updates ** [01:50:39 2020-06-13] 178: Checking gears ** [01:50:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:50:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:44 2020-06-13] 178: Checking imports ** [01:50:44 2020-06-13] 178: Checking exports ** [01:50:44 2020-06-13] 178: Checking users ** [01:50:44 2020-06-13] 178: Checking user_dbs ** [01:50:44 2020-06-13] 178: Checking geocodings ** [01:50:44 2020-06-13] 178: Checking synchronizations ** [01:50:44 2020-06-13] 178: Checking tracker ** [01:50:44 2020-06-13] 178: Checking user_migrations ** [01:50:44 2020-06-13] 178: Checking batch_updates ** [01:50:44 2020-06-13] 178: Checking gears ** [01:50:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:50:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:49 2020-06-13] 178: Checking imports ** [01:50:49 2020-06-13] 178: Checking exports ** [01:50:49 2020-06-13] 178: Checking users ** [01:50:49 2020-06-13] 178: Checking user_dbs ** [01:50:49 2020-06-13] 178: Checking geocodings ** [01:50:49 2020-06-13] 178: Checking synchronizations ** [01:50:49 2020-06-13] 178: Checking tracker ** [01:50:49 2020-06-13] 178: Checking user_migrations ** [01:50:49 2020-06-13] 178: Checking batch_updates ** [01:50:49 2020-06-13] 178: Checking gears ** [01:50:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:50:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:54 2020-06-13] 178: Checking imports ** [01:50:54 2020-06-13] 178: Checking exports ** [01:50:54 2020-06-13] 178: Checking users ** [01:50:54 2020-06-13] 178: Checking user_dbs ** [01:50:54 2020-06-13] 178: Checking geocodings ** [01:50:54 2020-06-13] 178: Checking synchronizations ** [01:50:54 2020-06-13] 178: Checking tracker ** [01:50:54 2020-06-13] 178: Checking user_migrations ** [01:50:54 2020-06-13] 178: Checking batch_updates ** [01:50:54 2020-06-13] 178: Checking gears ** [01:50:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:50:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:59 2020-06-13] 178: Checking imports ** [01:50:59 2020-06-13] 178: Checking exports ** [01:50:59 2020-06-13] 178: Checking users ** [01:50:59 2020-06-13] 178: Checking user_dbs ** [01:50:59 2020-06-13] 178: Checking geocodings ** [01:50:59 2020-06-13] 178: Checking synchronizations ** [01:50:59 2020-06-13] 178: Checking tracker ** [01:50:59 2020-06-13] 178: Checking user_migrations ** [01:50:59 2020-06-13] 178: Checking batch_updates ** [01:50:59 2020-06-13] 178: Checking gears ** [01:50:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:50:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:04 2020-06-13] 178: Checking imports ** [01:51:04 2020-06-13] 178: Checking exports ** [01:51:04 2020-06-13] 178: Checking users ** [01:51:04 2020-06-13] 178: Checking user_dbs ** [01:51:04 2020-06-13] 178: Checking geocodings ** [01:51:04 2020-06-13] 178: Checking synchronizations ** [01:51:04 2020-06-13] 178: Checking tracker ** [01:51:04 2020-06-13] 178: Checking user_migrations ** [01:51:04 2020-06-13] 178: Checking batch_updates ** [01:51:04 2020-06-13] 178: Checking gears ** [01:51:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:51:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:09 2020-06-13] 178: Checking imports ** [01:51:09 2020-06-13] 178: Checking exports ** [01:51:09 2020-06-13] 178: Checking users ** [01:51:09 2020-06-13] 178: Checking user_dbs ** [01:51:09 2020-06-13] 178: Checking geocodings ** [01:51:09 2020-06-13] 178: Checking synchronizations ** [01:51:09 2020-06-13] 178: Checking tracker ** [01:51:09 2020-06-13] 178: Checking user_migrations ** [01:51:09 2020-06-13] 178: Checking batch_updates ** [01:51:09 2020-06-13] 178: Checking gears ** [01:51:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:51:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:14 2020-06-13] 178: Checking imports ** [01:51:14 2020-06-13] 178: Checking exports ** [01:51:14 2020-06-13] 178: Checking users ** [01:51:14 2020-06-13] 178: Checking user_dbs ** [01:51:14 2020-06-13] 178: Checking geocodings ** [01:51:14 2020-06-13] 178: Checking synchronizations ** [01:51:14 2020-06-13] 178: Checking tracker ** [01:51:14 2020-06-13] 178: Checking user_migrations ** [01:51:14 2020-06-13] 178: Checking batch_updates ** [01:51:14 2020-06-13] 178: Checking gears ** [01:51:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:51:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:19 2020-06-13] 178: Checking imports ** [01:51:19 2020-06-13] 178: Checking exports ** [01:51:19 2020-06-13] 178: Checking users ** [01:51:19 2020-06-13] 178: Checking user_dbs ** [01:51:19 2020-06-13] 178: Checking geocodings ** [01:51:19 2020-06-13] 178: Checking synchronizations ** [01:51:19 2020-06-13] 178: Checking tracker ** [01:51:19 2020-06-13] 178: Checking user_migrations ** [01:51:19 2020-06-13] 178: Checking batch_updates ** [01:51:19 2020-06-13] 178: Checking gears ** [01:51:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:51:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:24 2020-06-13] 178: Checking imports ** [01:51:24 2020-06-13] 178: Checking exports ** [01:51:24 2020-06-13] 178: Checking users ** [01:51:24 2020-06-13] 178: Checking user_dbs ** [01:51:24 2020-06-13] 178: Checking geocodings ** [01:51:24 2020-06-13] 178: Checking synchronizations ** [01:51:24 2020-06-13] 178: Checking tracker ** [01:51:24 2020-06-13] 178: Checking user_migrations ** [01:51:24 2020-06-13] 178: Checking batch_updates ** [01:51:24 2020-06-13] 178: Checking gears ** [01:51:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:51:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:29 2020-06-13] 178: Checking imports ** [01:51:29 2020-06-13] 178: Checking exports ** [01:51:29 2020-06-13] 178: Checking users ** [01:51:29 2020-06-13] 178: Checking user_dbs ** [01:51:29 2020-06-13] 178: Checking geocodings ** [01:51:29 2020-06-13] 178: Checking synchronizations ** [01:51:29 2020-06-13] 178: Checking tracker ** [01:51:29 2020-06-13] 178: Checking user_migrations ** [01:51:29 2020-06-13] 178: Checking batch_updates ** [01:51:29 2020-06-13] 178: Checking gears ** [01:51:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:51:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:34 2020-06-13] 178: Checking imports ** [01:51:34 2020-06-13] 178: Checking exports ** [01:51:34 2020-06-13] 178: Checking users ** [01:51:34 2020-06-13] 178: Checking user_dbs ** [01:51:34 2020-06-13] 178: Checking geocodings ** [01:51:34 2020-06-13] 178: Checking synchronizations ** [01:51:34 2020-06-13] 178: Checking tracker ** [01:51:34 2020-06-13] 178: Checking user_migrations ** [01:51:34 2020-06-13] 178: Checking batch_updates ** [01:51:34 2020-06-13] 178: Checking gears ** [01:51:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:51:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:39 2020-06-13] 178: Checking imports ** [01:51:39 2020-06-13] 178: Checking exports ** [01:51:39 2020-06-13] 178: Checking users ** [01:51:39 2020-06-13] 178: Checking user_dbs ** [01:51:39 2020-06-13] 178: Checking geocodings ** [01:51:39 2020-06-13] 178: Checking synchronizations ** [01:51:39 2020-06-13] 178: Checking tracker ** [01:51:39 2020-06-13] 178: Checking user_migrations ** [01:51:39 2020-06-13] 178: Checking batch_updates ** [01:51:39 2020-06-13] 178: Checking gears ** [01:51:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:51:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:44 2020-06-13] 178: Checking imports ** [01:51:44 2020-06-13] 178: Checking exports ** [01:51:44 2020-06-13] 178: Checking users ** [01:51:44 2020-06-13] 178: Checking user_dbs ** [01:51:44 2020-06-13] 178: Checking geocodings ** [01:51:44 2020-06-13] 178: Checking synchronizations ** [01:51:44 2020-06-13] 178: Checking tracker ** [01:51:44 2020-06-13] 178: Checking user_migrations ** [01:51:44 2020-06-13] 178: Checking batch_updates ** [01:51:44 2020-06-13] 178: Checking gears ** [01:51:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:51:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:49 2020-06-13] 178: Checking imports ** [01:51:49 2020-06-13] 178: Checking exports ** [01:51:49 2020-06-13] 178: Checking users ** [01:51:49 2020-06-13] 178: Checking user_dbs ** [01:51:49 2020-06-13] 178: Checking geocodings ** [01:51:49 2020-06-13] 178: Checking synchronizations ** [01:51:49 2020-06-13] 178: Checking tracker ** [01:51:49 2020-06-13] 178: Checking user_migrations ** [01:51:49 2020-06-13] 178: Checking batch_updates ** [01:51:49 2020-06-13] 178: Checking gears ** [01:51:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:51:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:54 2020-06-13] 178: Checking imports ** [01:51:54 2020-06-13] 178: Checking exports ** [01:51:54 2020-06-13] 178: Checking users ** [01:51:54 2020-06-13] 178: Checking user_dbs ** [01:51:54 2020-06-13] 178: Checking geocodings ** [01:51:54 2020-06-13] 178: Checking synchronizations ** [01:51:54 2020-06-13] 178: Checking tracker ** [01:51:54 2020-06-13] 178: Checking user_migrations ** [01:51:54 2020-06-13] 178: Checking batch_updates ** [01:51:54 2020-06-13] 178: Checking gears ** [01:51:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:51:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:59 2020-06-13] 178: Checking imports ** [01:51:59 2020-06-13] 178: Checking exports ** [01:51:59 2020-06-13] 178: Checking users ** [01:51:59 2020-06-13] 178: Checking user_dbs ** [01:51:59 2020-06-13] 178: Checking geocodings ** [01:51:59 2020-06-13] 178: Checking synchronizations ** [01:51:59 2020-06-13] 178: Checking tracker ** [01:51:59 2020-06-13] 178: Checking user_migrations ** [01:51:59 2020-06-13] 178: Checking batch_updates ** [01:51:59 2020-06-13] 178: Checking gears ** [01:51:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:51:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:04 2020-06-13] 178: Checking imports ** [01:52:04 2020-06-13] 178: Checking exports ** [01:52:04 2020-06-13] 178: Checking users ** [01:52:04 2020-06-13] 178: Checking user_dbs ** [01:52:04 2020-06-13] 178: Checking geocodings ** [01:52:04 2020-06-13] 178: Checking synchronizations ** [01:52:04 2020-06-13] 178: Checking tracker ** [01:52:04 2020-06-13] 178: Checking user_migrations ** [01:52:04 2020-06-13] 178: Checking batch_updates ** [01:52:04 2020-06-13] 178: Checking gears ** [01:52:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:52:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:09 2020-06-13] 178: Checking imports ** [01:52:09 2020-06-13] 178: Checking exports ** [01:52:09 2020-06-13] 178: Checking users ** [01:52:09 2020-06-13] 178: Checking user_dbs ** [01:52:09 2020-06-13] 178: Checking geocodings ** [01:52:09 2020-06-13] 178: Checking synchronizations ** [01:52:09 2020-06-13] 178: Checking tracker ** [01:52:09 2020-06-13] 178: Checking user_migrations ** [01:52:09 2020-06-13] 178: Checking batch_updates ** [01:52:09 2020-06-13] 178: Checking gears ** [01:52:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:52:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:14 2020-06-13] 178: Checking imports ** [01:52:14 2020-06-13] 178: Checking exports ** [01:52:14 2020-06-13] 178: Checking users ** [01:52:14 2020-06-13] 178: Checking user_dbs ** [01:52:14 2020-06-13] 178: Checking geocodings ** [01:52:14 2020-06-13] 178: Checking synchronizations ** [01:52:14 2020-06-13] 178: Checking tracker ** [01:52:14 2020-06-13] 178: Checking user_migrations ** [01:52:14 2020-06-13] 178: Checking batch_updates ** [01:52:14 2020-06-13] 178: Checking gears ** [01:52:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:52:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:19 2020-06-13] 178: Checking imports ** [01:52:20 2020-06-13] 178: Checking exports ** [01:52:20 2020-06-13] 178: Checking users ** [01:52:20 2020-06-13] 178: Checking user_dbs ** [01:52:20 2020-06-13] 178: Checking geocodings ** [01:52:20 2020-06-13] 178: Checking synchronizations ** [01:52:20 2020-06-13] 178: Checking tracker ** [01:52:20 2020-06-13] 178: Checking user_migrations ** [01:52:20 2020-06-13] 178: Checking batch_updates ** [01:52:20 2020-06-13] 178: Checking gears ** [01:52:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:52:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:25 2020-06-13] 178: Checking imports ** [01:52:25 2020-06-13] 178: Checking exports ** [01:52:25 2020-06-13] 178: Checking users ** [01:52:25 2020-06-13] 178: Checking user_dbs ** [01:52:25 2020-06-13] 178: Checking geocodings ** [01:52:25 2020-06-13] 178: Checking synchronizations ** [01:52:25 2020-06-13] 178: Checking tracker ** [01:52:25 2020-06-13] 178: Checking user_migrations ** [01:52:25 2020-06-13] 178: Checking batch_updates ** [01:52:25 2020-06-13] 178: Checking gears ** [01:52:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:52:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:30 2020-06-13] 178: Checking imports ** [01:52:30 2020-06-13] 178: Checking exports ** [01:52:30 2020-06-13] 178: Checking users ** [01:52:30 2020-06-13] 178: Checking user_dbs ** [01:52:30 2020-06-13] 178: Checking geocodings ** [01:52:30 2020-06-13] 178: Checking synchronizations ** [01:52:30 2020-06-13] 178: Checking tracker ** [01:52:30 2020-06-13] 178: Checking user_migrations ** [01:52:30 2020-06-13] 178: Checking batch_updates ** [01:52:30 2020-06-13] 178: Checking gears ** [01:52:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:52:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:35 2020-06-13] 178: Checking imports ** [01:52:35 2020-06-13] 178: Checking exports ** [01:52:35 2020-06-13] 178: Checking users ** [01:52:35 2020-06-13] 178: Checking user_dbs ** [01:52:35 2020-06-13] 178: Checking geocodings ** [01:52:35 2020-06-13] 178: Checking synchronizations ** [01:52:35 2020-06-13] 178: Checking tracker ** [01:52:35 2020-06-13] 178: Checking user_migrations ** [01:52:35 2020-06-13] 178: Checking batch_updates ** [01:52:35 2020-06-13] 178: Checking gears ** [01:52:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:52:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:40 2020-06-13] 178: Checking imports ** [01:52:40 2020-06-13] 178: Checking exports ** [01:52:40 2020-06-13] 178: Checking users ** [01:52:40 2020-06-13] 178: Checking user_dbs ** [01:52:40 2020-06-13] 178: Checking geocodings ** [01:52:40 2020-06-13] 178: Checking synchronizations ** [01:52:40 2020-06-13] 178: Checking tracker ** [01:52:40 2020-06-13] 178: Checking user_migrations ** [01:52:40 2020-06-13] 178: Checking batch_updates ** [01:52:40 2020-06-13] 178: Checking gears ** [01:52:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:52:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:45 2020-06-13] 178: Checking imports ** [01:52:45 2020-06-13] 178: Checking exports ** [01:52:45 2020-06-13] 178: Checking users ** [01:52:45 2020-06-13] 178: Checking user_dbs ** [01:52:45 2020-06-13] 178: Checking geocodings ** [01:52:45 2020-06-13] 178: Checking synchronizations ** [01:52:45 2020-06-13] 178: Checking tracker ** [01:52:45 2020-06-13] 178: Checking user_migrations ** [01:52:45 2020-06-13] 178: Checking batch_updates ** [01:52:45 2020-06-13] 178: Checking gears ** [01:52:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:52:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:50 2020-06-13] 178: Checking imports ** [01:52:50 2020-06-13] 178: Checking exports ** [01:52:50 2020-06-13] 178: Checking users ** [01:52:50 2020-06-13] 178: Checking user_dbs ** [01:52:50 2020-06-13] 178: Checking geocodings ** [01:52:50 2020-06-13] 178: Checking synchronizations ** [01:52:50 2020-06-13] 178: Checking tracker ** [01:52:50 2020-06-13] 178: Checking user_migrations ** [01:52:50 2020-06-13] 178: Checking batch_updates ** [01:52:50 2020-06-13] 178: Checking gears ** [01:52:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:52:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:55 2020-06-13] 178: Checking imports ** [01:52:55 2020-06-13] 178: Checking exports ** [01:52:55 2020-06-13] 178: Checking users ** [01:52:55 2020-06-13] 178: Checking user_dbs ** [01:52:55 2020-06-13] 178: Checking geocodings ** [01:52:55 2020-06-13] 178: Checking synchronizations ** [01:52:55 2020-06-13] 178: Checking tracker ** [01:52:55 2020-06-13] 178: Checking user_migrations ** [01:52:55 2020-06-13] 178: Checking batch_updates ** [01:52:55 2020-06-13] 178: Checking gears ** [01:52:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:52:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:00 2020-06-13] 178: Checking imports ** [01:53:00 2020-06-13] 178: Checking exports ** [01:53:00 2020-06-13] 178: Checking users ** [01:53:00 2020-06-13] 178: Checking user_dbs ** [01:53:00 2020-06-13] 178: Checking geocodings ** [01:53:00 2020-06-13] 178: Checking synchronizations ** [01:53:00 2020-06-13] 178: Checking tracker ** [01:53:00 2020-06-13] 178: Checking user_migrations ** [01:53:00 2020-06-13] 178: Checking batch_updates ** [01:53:00 2020-06-13] 178: Checking gears ** [01:53:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:53:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:05 2020-06-13] 178: Checking imports ** [01:53:05 2020-06-13] 178: Checking exports ** [01:53:05 2020-06-13] 178: Checking users ** [01:53:05 2020-06-13] 178: Checking user_dbs ** [01:53:05 2020-06-13] 178: Checking geocodings ** [01:53:05 2020-06-13] 178: Checking synchronizations ** [01:53:05 2020-06-13] 178: Checking tracker ** [01:53:05 2020-06-13] 178: Checking user_migrations ** [01:53:05 2020-06-13] 178: Checking batch_updates ** [01:53:05 2020-06-13] 178: Checking gears ** [01:53:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:53:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:10 2020-06-13] 178: Checking imports ** [01:53:10 2020-06-13] 178: Checking exports ** [01:53:10 2020-06-13] 178: Checking users ** [01:53:10 2020-06-13] 178: Checking user_dbs ** [01:53:10 2020-06-13] 178: Checking geocodings ** [01:53:10 2020-06-13] 178: Checking synchronizations ** [01:53:10 2020-06-13] 178: Checking tracker ** [01:53:10 2020-06-13] 178: Checking user_migrations ** [01:53:10 2020-06-13] 178: Checking batch_updates ** [01:53:10 2020-06-13] 178: Checking gears ** [01:53:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:53:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:15 2020-06-13] 178: Checking imports ** [01:53:15 2020-06-13] 178: Checking exports ** [01:53:15 2020-06-13] 178: Checking users ** [01:53:15 2020-06-13] 178: Checking user_dbs ** [01:53:15 2020-06-13] 178: Checking geocodings ** [01:53:15 2020-06-13] 178: Checking synchronizations ** [01:53:15 2020-06-13] 178: Checking tracker ** [01:53:15 2020-06-13] 178: Checking user_migrations ** [01:53:15 2020-06-13] 178: Checking batch_updates ** [01:53:15 2020-06-13] 178: Checking gears ** [01:53:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:53:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:20 2020-06-13] 178: Checking imports ** [01:53:20 2020-06-13] 178: Checking exports ** [01:53:20 2020-06-13] 178: Checking users ** [01:53:20 2020-06-13] 178: Checking user_dbs ** [01:53:20 2020-06-13] 178: Checking geocodings ** [01:53:20 2020-06-13] 178: Checking synchronizations ** [01:53:20 2020-06-13] 178: Checking tracker ** [01:53:20 2020-06-13] 178: Checking user_migrations ** [01:53:20 2020-06-13] 178: Checking batch_updates ** [01:53:20 2020-06-13] 178: Checking gears ** [01:53:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:53:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:25 2020-06-13] 178: Checking imports ** [01:53:25 2020-06-13] 178: Checking exports ** [01:53:25 2020-06-13] 178: Checking users ** [01:53:25 2020-06-13] 178: Checking user_dbs ** [01:53:25 2020-06-13] 178: Checking geocodings ** [01:53:25 2020-06-13] 178: Checking synchronizations ** [01:53:25 2020-06-13] 178: Checking tracker ** [01:53:25 2020-06-13] 178: Checking user_migrations ** [01:53:25 2020-06-13] 178: Checking batch_updates ** [01:53:25 2020-06-13] 178: Checking gears ** [01:53:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:53:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:30 2020-06-13] 178: Checking imports ** [01:53:30 2020-06-13] 178: Checking exports ** [01:53:30 2020-06-13] 178: Checking users ** [01:53:30 2020-06-13] 178: Checking user_dbs ** [01:53:30 2020-06-13] 178: Checking geocodings ** [01:53:30 2020-06-13] 178: Checking synchronizations ** [01:53:30 2020-06-13] 178: Checking tracker ** [01:53:30 2020-06-13] 178: Checking user_migrations ** [01:53:30 2020-06-13] 178: Checking batch_updates ** [01:53:30 2020-06-13] 178: Checking gears ** [01:53:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:53:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:35 2020-06-13] 178: Checking imports ** [01:53:35 2020-06-13] 178: Checking exports ** [01:53:35 2020-06-13] 178: Checking users ** [01:53:35 2020-06-13] 178: Checking user_dbs ** [01:53:35 2020-06-13] 178: Checking geocodings ** [01:53:35 2020-06-13] 178: Checking synchronizations ** [01:53:35 2020-06-13] 178: Checking tracker ** [01:53:35 2020-06-13] 178: Checking user_migrations ** [01:53:35 2020-06-13] 178: Checking batch_updates ** [01:53:35 2020-06-13] 178: Checking gears ** [01:53:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:53:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:40 2020-06-13] 178: Checking imports ** [01:53:40 2020-06-13] 178: Checking exports ** [01:53:40 2020-06-13] 178: Checking users ** [01:53:40 2020-06-13] 178: Checking user_dbs ** [01:53:40 2020-06-13] 178: Checking geocodings ** [01:53:40 2020-06-13] 178: Checking synchronizations ** [01:53:40 2020-06-13] 178: Checking tracker ** [01:53:40 2020-06-13] 178: Checking user_migrations ** [01:53:40 2020-06-13] 178: Checking batch_updates ** [01:53:40 2020-06-13] 178: Checking gears ** [01:53:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:53:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:45 2020-06-13] 178: Checking imports ** [01:53:45 2020-06-13] 178: Checking exports ** [01:53:45 2020-06-13] 178: Checking users ** [01:53:45 2020-06-13] 178: Checking user_dbs ** [01:53:45 2020-06-13] 178: Checking geocodings ** [01:53:45 2020-06-13] 178: Checking synchronizations ** [01:53:45 2020-06-13] 178: Checking tracker ** [01:53:45 2020-06-13] 178: Checking user_migrations ** [01:53:45 2020-06-13] 178: Checking batch_updates ** [01:53:45 2020-06-13] 178: Checking gears ** [01:53:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:53:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:50 2020-06-13] 178: Checking imports ** [01:53:50 2020-06-13] 178: Checking exports ** [01:53:50 2020-06-13] 178: Checking users ** [01:53:50 2020-06-13] 178: Checking user_dbs ** [01:53:50 2020-06-13] 178: Checking geocodings ** [01:53:50 2020-06-13] 178: Checking synchronizations ** [01:53:50 2020-06-13] 178: Checking tracker ** [01:53:50 2020-06-13] 178: Checking user_migrations ** [01:53:50 2020-06-13] 178: Checking batch_updates ** [01:53:50 2020-06-13] 178: Checking gears ** [01:53:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:53:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:55 2020-06-13] 178: Checking imports ** [01:53:55 2020-06-13] 178: Checking exports ** [01:53:55 2020-06-13] 178: Checking users ** [01:53:55 2020-06-13] 178: Checking user_dbs ** [01:53:55 2020-06-13] 178: Checking geocodings ** [01:53:55 2020-06-13] 178: Checking synchronizations ** [01:53:55 2020-06-13] 178: Checking tracker ** [01:53:55 2020-06-13] 178: Checking user_migrations ** [01:53:55 2020-06-13] 178: Checking batch_updates ** [01:53:55 2020-06-13] 178: Checking gears ** [01:53:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:53:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:00 2020-06-13] 178: Checking imports ** [01:54:00 2020-06-13] 178: Checking exports ** [01:54:00 2020-06-13] 178: Checking users ** [01:54:00 2020-06-13] 178: Checking user_dbs ** [01:54:00 2020-06-13] 178: Checking geocodings ** [01:54:00 2020-06-13] 178: Checking synchronizations ** [01:54:00 2020-06-13] 178: Checking tracker ** [01:54:00 2020-06-13] 178: Checking user_migrations ** [01:54:00 2020-06-13] 178: Checking batch_updates ** [01:54:00 2020-06-13] 178: Checking gears ** [01:54:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:54:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:05 2020-06-13] 178: Checking imports ** [01:54:05 2020-06-13] 178: Checking exports ** [01:54:05 2020-06-13] 178: Checking users ** [01:54:05 2020-06-13] 178: Checking user_dbs ** [01:54:05 2020-06-13] 178: Checking geocodings ** [01:54:05 2020-06-13] 178: Checking synchronizations ** [01:54:05 2020-06-13] 178: Checking tracker ** [01:54:05 2020-06-13] 178: Checking user_migrations ** [01:54:05 2020-06-13] 178: Checking batch_updates ** [01:54:05 2020-06-13] 178: Checking gears ** [01:54:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:54:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:10 2020-06-13] 178: Checking imports ** [01:54:10 2020-06-13] 178: Checking exports ** [01:54:10 2020-06-13] 178: Checking users ** [01:54:10 2020-06-13] 178: Checking user_dbs ** [01:54:10 2020-06-13] 178: Checking geocodings ** [01:54:10 2020-06-13] 178: Checking synchronizations ** [01:54:10 2020-06-13] 178: Checking tracker ** [01:54:10 2020-06-13] 178: Checking user_migrations ** [01:54:10 2020-06-13] 178: Checking batch_updates ** [01:54:10 2020-06-13] 178: Checking gears ** [01:54:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:54:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:15 2020-06-13] 178: Checking imports ** [01:54:15 2020-06-13] 178: Checking exports ** [01:54:15 2020-06-13] 178: Checking users ** [01:54:15 2020-06-13] 178: Checking user_dbs ** [01:54:15 2020-06-13] 178: Checking geocodings ** [01:54:15 2020-06-13] 178: Checking synchronizations ** [01:54:15 2020-06-13] 178: Checking tracker ** [01:54:15 2020-06-13] 178: Checking user_migrations ** [01:54:15 2020-06-13] 178: Checking batch_updates ** [01:54:15 2020-06-13] 178: Checking gears ** [01:54:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:54:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:20 2020-06-13] 178: Checking imports ** [01:54:20 2020-06-13] 178: Checking exports ** [01:54:20 2020-06-13] 178: Checking users ** [01:54:20 2020-06-13] 178: Checking user_dbs ** [01:54:20 2020-06-13] 178: Checking geocodings ** [01:54:20 2020-06-13] 178: Checking synchronizations ** [01:54:20 2020-06-13] 178: Checking tracker ** [01:54:20 2020-06-13] 178: Checking user_migrations ** [01:54:20 2020-06-13] 178: Checking batch_updates ** [01:54:20 2020-06-13] 178: Checking gears ** [01:54:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:54:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:25 2020-06-13] 178: Checking imports ** [01:54:25 2020-06-13] 178: Checking exports ** [01:54:25 2020-06-13] 178: Checking users ** [01:54:25 2020-06-13] 178: Checking user_dbs ** [01:54:25 2020-06-13] 178: Checking geocodings ** [01:54:25 2020-06-13] 178: Checking synchronizations ** [01:54:25 2020-06-13] 178: Checking tracker ** [01:54:25 2020-06-13] 178: Checking user_migrations ** [01:54:25 2020-06-13] 178: Checking batch_updates ** [01:54:25 2020-06-13] 178: Checking gears ** [01:54:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:54:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:30 2020-06-13] 178: Checking imports ** [01:54:30 2020-06-13] 178: Checking exports ** [01:54:30 2020-06-13] 178: Checking users ** [01:54:30 2020-06-13] 178: Checking user_dbs ** [01:54:30 2020-06-13] 178: Checking geocodings ** [01:54:30 2020-06-13] 178: Checking synchronizations ** [01:54:30 2020-06-13] 178: Checking tracker ** [01:54:30 2020-06-13] 178: Checking user_migrations ** [01:54:30 2020-06-13] 178: Checking batch_updates ** [01:54:30 2020-06-13] 178: Checking gears ** [01:54:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:54:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:35 2020-06-13] 178: Checking imports ** [01:54:35 2020-06-13] 178: Checking exports ** [01:54:35 2020-06-13] 178: Checking users ** [01:54:35 2020-06-13] 178: Checking user_dbs ** [01:54:35 2020-06-13] 178: Checking geocodings ** [01:54:35 2020-06-13] 178: Checking synchronizations ** [01:54:35 2020-06-13] 178: Checking tracker ** [01:54:35 2020-06-13] 178: Checking user_migrations ** [01:54:35 2020-06-13] 178: Checking batch_updates ** [01:54:35 2020-06-13] 178: Checking gears ** [01:54:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:54:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:40 2020-06-13] 178: Checking imports ** [01:54:40 2020-06-13] 178: Checking exports ** [01:54:40 2020-06-13] 178: Checking users ** [01:54:40 2020-06-13] 178: Checking user_dbs ** [01:54:40 2020-06-13] 178: Checking geocodings ** [01:54:40 2020-06-13] 178: Checking synchronizations ** [01:54:40 2020-06-13] 178: Checking tracker ** [01:54:40 2020-06-13] 178: Checking user_migrations ** [01:54:40 2020-06-13] 178: Checking batch_updates ** [01:54:40 2020-06-13] 178: Checking gears ** [01:54:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:54:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:45 2020-06-13] 178: Checking imports ** [01:54:45 2020-06-13] 178: Checking exports ** [01:54:45 2020-06-13] 178: Checking users ** [01:54:45 2020-06-13] 178: Checking user_dbs ** [01:54:45 2020-06-13] 178: Checking geocodings ** [01:54:45 2020-06-13] 178: Checking synchronizations ** [01:54:45 2020-06-13] 178: Checking tracker ** [01:54:45 2020-06-13] 178: Checking user_migrations ** [01:54:45 2020-06-13] 178: Checking batch_updates ** [01:54:45 2020-06-13] 178: Checking gears ** [01:54:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:54:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:50 2020-06-13] 178: Checking imports ** [01:54:50 2020-06-13] 178: Checking exports ** [01:54:50 2020-06-13] 178: Checking users ** [01:54:50 2020-06-13] 178: Checking user_dbs ** [01:54:50 2020-06-13] 178: Checking geocodings ** [01:54:50 2020-06-13] 178: Checking synchronizations ** [01:54:50 2020-06-13] 178: Checking tracker ** [01:54:50 2020-06-13] 178: Checking user_migrations ** [01:54:50 2020-06-13] 178: Checking batch_updates ** [01:54:50 2020-06-13] 178: Checking gears ** [01:54:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:54:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:55 2020-06-13] 178: Checking imports ** [01:54:55 2020-06-13] 178: Checking exports ** [01:54:55 2020-06-13] 178: Checking users ** [01:54:55 2020-06-13] 178: Checking user_dbs ** [01:54:55 2020-06-13] 178: Checking geocodings ** [01:54:55 2020-06-13] 178: Checking synchronizations ** [01:54:55 2020-06-13] 178: Checking tracker ** [01:54:55 2020-06-13] 178: Checking user_migrations ** [01:54:55 2020-06-13] 178: Checking batch_updates ** [01:54:55 2020-06-13] 178: Checking gears ** [01:54:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:54:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:00 2020-06-13] 178: Checking imports ** [01:55:00 2020-06-13] 178: Checking exports ** [01:55:00 2020-06-13] 178: Checking users ** [01:55:00 2020-06-13] 178: Checking user_dbs ** [01:55:00 2020-06-13] 178: Checking geocodings ** [01:55:00 2020-06-13] 178: Checking synchronizations ** [01:55:00 2020-06-13] 178: Checking tracker ** [01:55:00 2020-06-13] 178: Checking user_migrations ** [01:55:00 2020-06-13] 178: Checking batch_updates ** [01:55:00 2020-06-13] 178: Checking gears ** [01:55:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:55:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:05 2020-06-13] 178: Checking imports ** [01:55:05 2020-06-13] 178: Checking exports ** [01:55:05 2020-06-13] 178: Checking users ** [01:55:05 2020-06-13] 178: Checking user_dbs ** [01:55:05 2020-06-13] 178: Checking geocodings ** [01:55:05 2020-06-13] 178: Checking synchronizations ** [01:55:05 2020-06-13] 178: Checking tracker ** [01:55:05 2020-06-13] 178: Checking user_migrations ** [01:55:05 2020-06-13] 178: Checking batch_updates ** [01:55:05 2020-06-13] 178: Checking gears ** [01:55:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:55:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:10 2020-06-13] 178: Checking imports ** [01:55:10 2020-06-13] 178: Checking exports ** [01:55:10 2020-06-13] 178: Checking users ** [01:55:10 2020-06-13] 178: Checking user_dbs ** [01:55:10 2020-06-13] 178: Checking geocodings ** [01:55:10 2020-06-13] 178: Checking synchronizations ** [01:55:10 2020-06-13] 178: Checking tracker ** [01:55:10 2020-06-13] 178: Checking user_migrations ** [01:55:10 2020-06-13] 178: Checking batch_updates ** [01:55:10 2020-06-13] 178: Checking gears ** [01:55:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:55:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:15 2020-06-13] 178: Checking imports ** [01:55:15 2020-06-13] 178: Checking exports ** [01:55:15 2020-06-13] 178: Checking users ** [01:55:15 2020-06-13] 178: Checking user_dbs ** [01:55:15 2020-06-13] 178: Checking geocodings ** [01:55:15 2020-06-13] 178: Checking synchronizations ** [01:55:15 2020-06-13] 178: Checking tracker ** [01:55:15 2020-06-13] 178: Checking user_migrations ** [01:55:15 2020-06-13] 178: Checking batch_updates ** [01:55:15 2020-06-13] 178: Checking gears ** [01:55:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:55:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:20 2020-06-13] 178: Checking imports ** [01:55:20 2020-06-13] 178: Checking exports ** [01:55:20 2020-06-13] 178: Checking users ** [01:55:20 2020-06-13] 178: Checking user_dbs ** [01:55:20 2020-06-13] 178: Checking geocodings ** [01:55:20 2020-06-13] 178: Checking synchronizations ** [01:55:20 2020-06-13] 178: Checking tracker ** [01:55:20 2020-06-13] 178: Checking user_migrations ** [01:55:20 2020-06-13] 178: Checking batch_updates ** [01:55:20 2020-06-13] 178: Checking gears ** [01:55:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:55:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:25 2020-06-13] 178: Checking imports ** [01:55:25 2020-06-13] 178: Checking exports ** [01:55:25 2020-06-13] 178: Checking users ** [01:55:25 2020-06-13] 178: Checking user_dbs ** [01:55:25 2020-06-13] 178: Checking geocodings ** [01:55:25 2020-06-13] 178: Checking synchronizations ** [01:55:25 2020-06-13] 178: Checking tracker ** [01:55:25 2020-06-13] 178: Checking user_migrations ** [01:55:25 2020-06-13] 178: Checking batch_updates ** [01:55:25 2020-06-13] 178: Checking gears ** [01:55:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:55:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:30 2020-06-13] 178: Checking imports ** [01:55:30 2020-06-13] 178: Checking exports ** [01:55:30 2020-06-13] 178: Checking users ** [01:55:30 2020-06-13] 178: Checking user_dbs ** [01:55:30 2020-06-13] 178: Checking geocodings ** [01:55:30 2020-06-13] 178: Checking synchronizations ** [01:55:30 2020-06-13] 178: Checking tracker ** [01:55:30 2020-06-13] 178: Checking user_migrations ** [01:55:30 2020-06-13] 178: Checking batch_updates ** [01:55:30 2020-06-13] 178: Checking gears ** [01:55:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:55:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:35 2020-06-13] 178: Checking imports ** [01:55:35 2020-06-13] 178: Checking exports ** [01:55:35 2020-06-13] 178: Checking users ** [01:55:35 2020-06-13] 178: Checking user_dbs ** [01:55:35 2020-06-13] 178: Checking geocodings ** [01:55:35 2020-06-13] 178: Checking synchronizations ** [01:55:35 2020-06-13] 178: Checking tracker ** [01:55:35 2020-06-13] 178: Checking user_migrations ** [01:55:35 2020-06-13] 178: Checking batch_updates ** [01:55:35 2020-06-13] 178: Checking gears ** [01:55:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:55:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:40 2020-06-13] 178: Checking imports ** [01:55:40 2020-06-13] 178: Checking exports ** [01:55:40 2020-06-13] 178: Checking users ** [01:55:40 2020-06-13] 178: Checking user_dbs ** [01:55:40 2020-06-13] 178: Checking geocodings ** [01:55:40 2020-06-13] 178: Checking synchronizations ** [01:55:40 2020-06-13] 178: Checking tracker ** [01:55:40 2020-06-13] 178: Checking user_migrations ** [01:55:40 2020-06-13] 178: Checking batch_updates ** [01:55:40 2020-06-13] 178: Checking gears ** [01:55:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:55:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:45 2020-06-13] 178: Checking imports ** [01:55:45 2020-06-13] 178: Checking exports ** [01:55:45 2020-06-13] 178: Checking users ** [01:55:45 2020-06-13] 178: Checking user_dbs ** [01:55:45 2020-06-13] 178: Checking geocodings ** [01:55:45 2020-06-13] 178: Checking synchronizations ** [01:55:45 2020-06-13] 178: Checking tracker ** [01:55:45 2020-06-13] 178: Checking user_migrations ** [01:55:45 2020-06-13] 178: Checking batch_updates ** [01:55:45 2020-06-13] 178: Checking gears ** [01:55:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:55:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:50 2020-06-13] 178: Checking imports ** [01:55:50 2020-06-13] 178: Checking exports ** [01:55:50 2020-06-13] 178: Checking users ** [01:55:50 2020-06-13] 178: Checking user_dbs ** [01:55:50 2020-06-13] 178: Checking geocodings ** [01:55:50 2020-06-13] 178: Checking synchronizations ** [01:55:50 2020-06-13] 178: Checking tracker ** [01:55:50 2020-06-13] 178: Checking user_migrations ** [01:55:50 2020-06-13] 178: Checking batch_updates ** [01:55:50 2020-06-13] 178: Checking gears ** [01:55:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:55:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:55 2020-06-13] 178: Checking imports ** [01:55:55 2020-06-13] 178: Checking exports ** [01:55:55 2020-06-13] 178: Checking users ** [01:55:55 2020-06-13] 178: Checking user_dbs ** [01:55:55 2020-06-13] 178: Checking geocodings ** [01:55:55 2020-06-13] 178: Checking synchronizations ** [01:55:55 2020-06-13] 178: Checking tracker ** [01:55:55 2020-06-13] 178: Checking user_migrations ** [01:55:55 2020-06-13] 178: Checking batch_updates ** [01:55:55 2020-06-13] 178: Checking gears ** [01:55:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:55:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:00 2020-06-13] 178: Checking imports ** [01:56:00 2020-06-13] 178: Checking exports ** [01:56:00 2020-06-13] 178: Checking users ** [01:56:00 2020-06-13] 178: Checking user_dbs ** [01:56:00 2020-06-13] 178: Checking geocodings ** [01:56:00 2020-06-13] 178: Checking synchronizations ** [01:56:00 2020-06-13] 178: Checking tracker ** [01:56:00 2020-06-13] 178: Checking user_migrations ** [01:56:00 2020-06-13] 178: Checking batch_updates ** [01:56:00 2020-06-13] 178: Checking gears ** [01:56:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:56:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:05 2020-06-13] 178: Checking imports ** [01:56:05 2020-06-13] 178: Checking exports ** [01:56:05 2020-06-13] 178: Checking users ** [01:56:05 2020-06-13] 178: Checking user_dbs ** [01:56:05 2020-06-13] 178: Checking geocodings ** [01:56:05 2020-06-13] 178: Checking synchronizations ** [01:56:05 2020-06-13] 178: Checking tracker ** [01:56:05 2020-06-13] 178: Checking user_migrations ** [01:56:05 2020-06-13] 178: Checking batch_updates ** [01:56:05 2020-06-13] 178: Checking gears ** [01:56:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:56:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:10 2020-06-13] 178: Checking imports ** [01:56:10 2020-06-13] 178: Checking exports ** [01:56:10 2020-06-13] 178: Checking users ** [01:56:10 2020-06-13] 178: Checking user_dbs ** [01:56:10 2020-06-13] 178: Checking geocodings ** [01:56:10 2020-06-13] 178: Checking synchronizations ** [01:56:10 2020-06-13] 178: Checking tracker ** [01:56:10 2020-06-13] 178: Checking user_migrations ** [01:56:10 2020-06-13] 178: Checking batch_updates ** [01:56:10 2020-06-13] 178: Checking gears ** [01:56:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:56:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:15 2020-06-13] 178: Checking imports ** [01:56:15 2020-06-13] 178: Checking exports ** [01:56:15 2020-06-13] 178: Checking users ** [01:56:15 2020-06-13] 178: Checking user_dbs ** [01:56:15 2020-06-13] 178: Checking geocodings ** [01:56:15 2020-06-13] 178: Checking synchronizations ** [01:56:15 2020-06-13] 178: Checking tracker ** [01:56:15 2020-06-13] 178: Checking user_migrations ** [01:56:15 2020-06-13] 178: Checking batch_updates ** [01:56:15 2020-06-13] 178: Checking gears ** [01:56:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:56:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:20 2020-06-13] 178: Checking imports ** [01:56:20 2020-06-13] 178: Checking exports ** [01:56:20 2020-06-13] 178: Checking users ** [01:56:20 2020-06-13] 178: Checking user_dbs ** [01:56:20 2020-06-13] 178: Checking geocodings ** [01:56:20 2020-06-13] 178: Checking synchronizations ** [01:56:20 2020-06-13] 178: Checking tracker ** [01:56:20 2020-06-13] 178: Checking user_migrations ** [01:56:20 2020-06-13] 178: Checking batch_updates ** [01:56:20 2020-06-13] 178: Checking gears ** [01:56:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:56:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:25 2020-06-13] 178: Checking imports ** [01:56:25 2020-06-13] 178: Checking exports ** [01:56:25 2020-06-13] 178: Checking users ** [01:56:25 2020-06-13] 178: Checking user_dbs ** [01:56:25 2020-06-13] 178: Checking geocodings ** [01:56:25 2020-06-13] 178: Checking synchronizations ** [01:56:25 2020-06-13] 178: Checking tracker ** [01:56:25 2020-06-13] 178: Checking user_migrations ** [01:56:25 2020-06-13] 178: Checking batch_updates ** [01:56:25 2020-06-13] 178: Checking gears ** [01:56:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:56:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:30 2020-06-13] 178: Checking imports ** [01:56:30 2020-06-13] 178: Checking exports ** [01:56:30 2020-06-13] 178: Checking users ** [01:56:30 2020-06-13] 178: Checking user_dbs ** [01:56:30 2020-06-13] 178: Checking geocodings ** [01:56:30 2020-06-13] 178: Checking synchronizations ** [01:56:30 2020-06-13] 178: Checking tracker ** [01:56:30 2020-06-13] 178: Checking user_migrations ** [01:56:30 2020-06-13] 178: Checking batch_updates ** [01:56:30 2020-06-13] 178: Checking gears ** [01:56:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:56:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:35 2020-06-13] 178: Checking imports ** [01:56:35 2020-06-13] 178: Checking exports ** [01:56:35 2020-06-13] 178: Checking users ** [01:56:35 2020-06-13] 178: Checking user_dbs ** [01:56:35 2020-06-13] 178: Checking geocodings ** [01:56:35 2020-06-13] 178: Checking synchronizations ** [01:56:35 2020-06-13] 178: Checking tracker ** [01:56:35 2020-06-13] 178: Checking user_migrations ** [01:56:35 2020-06-13] 178: Checking batch_updates ** [01:56:35 2020-06-13] 178: Checking gears ** [01:56:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:56:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:40 2020-06-13] 178: Checking imports ** [01:56:40 2020-06-13] 178: Checking exports ** [01:56:40 2020-06-13] 178: Checking users ** [01:56:40 2020-06-13] 178: Checking user_dbs ** [01:56:40 2020-06-13] 178: Checking geocodings ** [01:56:40 2020-06-13] 178: Checking synchronizations ** [01:56:40 2020-06-13] 178: Checking tracker ** [01:56:40 2020-06-13] 178: Checking user_migrations ** [01:56:40 2020-06-13] 178: Checking batch_updates ** [01:56:40 2020-06-13] 178: Checking gears ** [01:56:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:56:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:45 2020-06-13] 178: Checking imports ** [01:56:45 2020-06-13] 178: Checking exports ** [01:56:45 2020-06-13] 178: Checking users ** [01:56:45 2020-06-13] 178: Checking user_dbs ** [01:56:45 2020-06-13] 178: Checking geocodings ** [01:56:45 2020-06-13] 178: Checking synchronizations ** [01:56:45 2020-06-13] 178: Checking tracker ** [01:56:45 2020-06-13] 178: Checking user_migrations ** [01:56:45 2020-06-13] 178: Checking batch_updates ** [01:56:45 2020-06-13] 178: Checking gears ** [01:56:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:56:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:50 2020-06-13] 178: Checking imports ** [01:56:50 2020-06-13] 178: Checking exports ** [01:56:50 2020-06-13] 178: Checking users ** [01:56:50 2020-06-13] 178: Checking user_dbs ** [01:56:50 2020-06-13] 178: Checking geocodings ** [01:56:50 2020-06-13] 178: Checking synchronizations ** [01:56:50 2020-06-13] 178: Checking tracker ** [01:56:50 2020-06-13] 178: Checking user_migrations ** [01:56:50 2020-06-13] 178: Checking batch_updates ** [01:56:50 2020-06-13] 178: Checking gears ** [01:56:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:56:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:55 2020-06-13] 178: Checking imports ** [01:56:55 2020-06-13] 178: Checking exports ** [01:56:55 2020-06-13] 178: Checking users ** [01:56:55 2020-06-13] 178: Checking user_dbs ** [01:56:55 2020-06-13] 178: Checking geocodings ** [01:56:55 2020-06-13] 178: Checking synchronizations ** [01:56:55 2020-06-13] 178: Checking tracker ** [01:56:55 2020-06-13] 178: Checking user_migrations ** [01:56:55 2020-06-13] 178: Checking batch_updates ** [01:56:55 2020-06-13] 178: Checking gears ** [01:56:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:56:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:00 2020-06-13] 178: Checking imports ** [01:57:00 2020-06-13] 178: Checking exports ** [01:57:00 2020-06-13] 178: Checking users ** [01:57:00 2020-06-13] 178: Checking user_dbs ** [01:57:00 2020-06-13] 178: Checking geocodings ** [01:57:00 2020-06-13] 178: Checking synchronizations ** [01:57:00 2020-06-13] 178: Checking tracker ** [01:57:00 2020-06-13] 178: Checking user_migrations ** [01:57:00 2020-06-13] 178: Checking batch_updates ** [01:57:00 2020-06-13] 178: Checking gears ** [01:57:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:57:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:05 2020-06-13] 178: Checking imports ** [01:57:05 2020-06-13] 178: Checking exports ** [01:57:05 2020-06-13] 178: Checking users ** [01:57:05 2020-06-13] 178: Checking user_dbs ** [01:57:05 2020-06-13] 178: Checking geocodings ** [01:57:05 2020-06-13] 178: Checking synchronizations ** [01:57:05 2020-06-13] 178: Checking tracker ** [01:57:05 2020-06-13] 178: Checking user_migrations ** [01:57:05 2020-06-13] 178: Checking batch_updates ** [01:57:05 2020-06-13] 178: Checking gears ** [01:57:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:57:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:10 2020-06-13] 178: Checking imports ** [01:57:10 2020-06-13] 178: Checking exports ** [01:57:10 2020-06-13] 178: Checking users ** [01:57:10 2020-06-13] 178: Checking user_dbs ** [01:57:10 2020-06-13] 178: Checking geocodings ** [01:57:10 2020-06-13] 178: Checking synchronizations ** [01:57:10 2020-06-13] 178: Checking tracker ** [01:57:10 2020-06-13] 178: Checking user_migrations ** [01:57:10 2020-06-13] 178: Checking batch_updates ** [01:57:10 2020-06-13] 178: Checking gears ** [01:57:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:57:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:15 2020-06-13] 178: Checking imports ** [01:57:15 2020-06-13] 178: Checking exports ** [01:57:15 2020-06-13] 178: Checking users ** [01:57:15 2020-06-13] 178: Checking user_dbs ** [01:57:15 2020-06-13] 178: Checking geocodings ** [01:57:15 2020-06-13] 178: Checking synchronizations ** [01:57:15 2020-06-13] 178: Checking tracker ** [01:57:15 2020-06-13] 178: Checking user_migrations ** [01:57:15 2020-06-13] 178: Checking batch_updates ** [01:57:15 2020-06-13] 178: Checking gears ** [01:57:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:57:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:20 2020-06-13] 178: Checking imports ** [01:57:20 2020-06-13] 178: Checking exports ** [01:57:20 2020-06-13] 178: Checking users ** [01:57:20 2020-06-13] 178: Checking user_dbs ** [01:57:20 2020-06-13] 178: Checking geocodings ** [01:57:20 2020-06-13] 178: Checking synchronizations ** [01:57:20 2020-06-13] 178: Checking tracker ** [01:57:20 2020-06-13] 178: Checking user_migrations ** [01:57:20 2020-06-13] 178: Checking batch_updates ** [01:57:20 2020-06-13] 178: Checking gears ** [01:57:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:57:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:25 2020-06-13] 178: Checking imports ** [01:57:25 2020-06-13] 178: Checking exports ** [01:57:25 2020-06-13] 178: Checking users ** [01:57:25 2020-06-13] 178: Checking user_dbs ** [01:57:25 2020-06-13] 178: Checking geocodings ** [01:57:25 2020-06-13] 178: Checking synchronizations ** [01:57:25 2020-06-13] 178: Checking tracker ** [01:57:25 2020-06-13] 178: Checking user_migrations ** [01:57:25 2020-06-13] 178: Checking batch_updates ** [01:57:25 2020-06-13] 178: Checking gears ** [01:57:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:57:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:30 2020-06-13] 178: Checking imports ** [01:57:30 2020-06-13] 178: Checking exports ** [01:57:30 2020-06-13] 178: Checking users ** [01:57:30 2020-06-13] 178: Checking user_dbs ** [01:57:30 2020-06-13] 178: Checking geocodings ** [01:57:30 2020-06-13] 178: Checking synchronizations ** [01:57:30 2020-06-13] 178: Checking tracker ** [01:57:30 2020-06-13] 178: Checking user_migrations ** [01:57:30 2020-06-13] 178: Checking batch_updates ** [01:57:30 2020-06-13] 178: Checking gears ** [01:57:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:57:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:35 2020-06-13] 178: Checking imports ** [01:57:35 2020-06-13] 178: Checking exports ** [01:57:35 2020-06-13] 178: Checking users ** [01:57:35 2020-06-13] 178: Checking user_dbs ** [01:57:35 2020-06-13] 178: Checking geocodings ** [01:57:35 2020-06-13] 178: Checking synchronizations ** [01:57:35 2020-06-13] 178: Checking tracker ** [01:57:35 2020-06-13] 178: Checking user_migrations ** [01:57:35 2020-06-13] 178: Checking batch_updates ** [01:57:35 2020-06-13] 178: Checking gears ** [01:57:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:57:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:40 2020-06-13] 178: Checking imports ** [01:57:40 2020-06-13] 178: Checking exports ** [01:57:40 2020-06-13] 178: Checking users ** [01:57:40 2020-06-13] 178: Checking user_dbs ** [01:57:40 2020-06-13] 178: Checking geocodings ** [01:57:40 2020-06-13] 178: Checking synchronizations ** [01:57:40 2020-06-13] 178: Checking tracker ** [01:57:40 2020-06-13] 178: Checking user_migrations ** [01:57:40 2020-06-13] 178: Checking batch_updates ** [01:57:40 2020-06-13] 178: Checking gears ** [01:57:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:57:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:45 2020-06-13] 178: Checking imports ** [01:57:45 2020-06-13] 178: Checking exports ** [01:57:45 2020-06-13] 178: Checking users ** [01:57:45 2020-06-13] 178: Checking user_dbs ** [01:57:45 2020-06-13] 178: Checking geocodings ** [01:57:45 2020-06-13] 178: Checking synchronizations ** [01:57:45 2020-06-13] 178: Checking tracker ** [01:57:45 2020-06-13] 178: Checking user_migrations ** [01:57:45 2020-06-13] 178: Checking batch_updates ** [01:57:45 2020-06-13] 178: Checking gears ** [01:57:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:57:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:50 2020-06-13] 178: Checking imports ** [01:57:50 2020-06-13] 178: Checking exports ** [01:57:50 2020-06-13] 178: Checking users ** [01:57:50 2020-06-13] 178: Checking user_dbs ** [01:57:50 2020-06-13] 178: Checking geocodings ** [01:57:50 2020-06-13] 178: Checking synchronizations ** [01:57:50 2020-06-13] 178: Checking tracker ** [01:57:50 2020-06-13] 178: Checking user_migrations ** [01:57:50 2020-06-13] 178: Checking batch_updates ** [01:57:50 2020-06-13] 178: Checking gears ** [01:57:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:57:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:55 2020-06-13] 178: Checking imports ** [01:57:55 2020-06-13] 178: Checking exports ** [01:57:55 2020-06-13] 178: Checking users ** [01:57:55 2020-06-13] 178: Checking user_dbs ** [01:57:55 2020-06-13] 178: Checking geocodings ** [01:57:55 2020-06-13] 178: Checking synchronizations ** [01:57:55 2020-06-13] 178: Checking tracker ** [01:57:55 2020-06-13] 178: Checking user_migrations ** [01:57:55 2020-06-13] 178: Checking batch_updates ** [01:57:55 2020-06-13] 178: Checking gears ** [01:57:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:57:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:00 2020-06-13] 178: Checking imports ** [01:58:00 2020-06-13] 178: Checking exports ** [01:58:00 2020-06-13] 178: Checking users ** [01:58:00 2020-06-13] 178: Checking user_dbs ** [01:58:00 2020-06-13] 178: Checking geocodings ** [01:58:00 2020-06-13] 178: Checking synchronizations ** [01:58:00 2020-06-13] 178: Checking tracker ** [01:58:00 2020-06-13] 178: Checking user_migrations ** [01:58:00 2020-06-13] 178: Checking batch_updates ** [01:58:00 2020-06-13] 178: Checking gears ** [01:58:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:58:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:05 2020-06-13] 178: Checking imports ** [01:58:05 2020-06-13] 178: Checking exports ** [01:58:05 2020-06-13] 178: Checking users ** [01:58:05 2020-06-13] 178: Checking user_dbs ** [01:58:05 2020-06-13] 178: Checking geocodings ** [01:58:05 2020-06-13] 178: Checking synchronizations ** [01:58:05 2020-06-13] 178: Checking tracker ** [01:58:05 2020-06-13] 178: Checking user_migrations ** [01:58:05 2020-06-13] 178: Checking batch_updates ** [01:58:05 2020-06-13] 178: Checking gears ** [01:58:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:58:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:10 2020-06-13] 178: Checking imports ** [01:58:10 2020-06-13] 178: Checking exports ** [01:58:10 2020-06-13] 178: Checking users ** [01:58:10 2020-06-13] 178: Checking user_dbs ** [01:58:10 2020-06-13] 178: Checking geocodings ** [01:58:10 2020-06-13] 178: Checking synchronizations ** [01:58:10 2020-06-13] 178: Checking tracker ** [01:58:10 2020-06-13] 178: Checking user_migrations ** [01:58:10 2020-06-13] 178: Checking batch_updates ** [01:58:10 2020-06-13] 178: Checking gears ** [01:58:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:58:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:15 2020-06-13] 178: Checking imports ** [01:58:15 2020-06-13] 178: Checking exports ** [01:58:15 2020-06-13] 178: Checking users ** [01:58:15 2020-06-13] 178: Checking user_dbs ** [01:58:15 2020-06-13] 178: Checking geocodings ** [01:58:15 2020-06-13] 178: Checking synchronizations ** [01:58:15 2020-06-13] 178: Checking tracker ** [01:58:15 2020-06-13] 178: Checking user_migrations ** [01:58:15 2020-06-13] 178: Checking batch_updates ** [01:58:15 2020-06-13] 178: Checking gears ** [01:58:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:58:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:20 2020-06-13] 178: Checking imports ** [01:58:20 2020-06-13] 178: Checking exports ** [01:58:20 2020-06-13] 178: Checking users ** [01:58:20 2020-06-13] 178: Checking user_dbs ** [01:58:20 2020-06-13] 178: Checking geocodings ** [01:58:20 2020-06-13] 178: Checking synchronizations ** [01:58:20 2020-06-13] 178: Checking tracker ** [01:58:20 2020-06-13] 178: Checking user_migrations ** [01:58:20 2020-06-13] 178: Checking batch_updates ** [01:58:20 2020-06-13] 178: Checking gears ** [01:58:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:58:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:25 2020-06-13] 178: Checking imports ** [01:58:25 2020-06-13] 178: Checking exports ** [01:58:25 2020-06-13] 178: Checking users ** [01:58:25 2020-06-13] 178: Checking user_dbs ** [01:58:25 2020-06-13] 178: Checking geocodings ** [01:58:25 2020-06-13] 178: Checking synchronizations ** [01:58:25 2020-06-13] 178: Checking tracker ** [01:58:25 2020-06-13] 178: Checking user_migrations ** [01:58:25 2020-06-13] 178: Checking batch_updates ** [01:58:25 2020-06-13] 178: Checking gears ** [01:58:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:58:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:30 2020-06-13] 178: Checking imports ** [01:58:30 2020-06-13] 178: Checking exports ** [01:58:30 2020-06-13] 178: Checking users ** [01:58:30 2020-06-13] 178: Checking user_dbs ** [01:58:30 2020-06-13] 178: Checking geocodings ** [01:58:30 2020-06-13] 178: Checking synchronizations ** [01:58:30 2020-06-13] 178: Checking tracker ** [01:58:30 2020-06-13] 178: Checking user_migrations ** [01:58:30 2020-06-13] 178: Checking batch_updates ** [01:58:30 2020-06-13] 178: Checking gears ** [01:58:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:58:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:35 2020-06-13] 178: Checking imports ** [01:58:35 2020-06-13] 178: Checking exports ** [01:58:35 2020-06-13] 178: Checking users ** [01:58:35 2020-06-13] 178: Checking user_dbs ** [01:58:35 2020-06-13] 178: Checking geocodings ** [01:58:35 2020-06-13] 178: Checking synchronizations ** [01:58:35 2020-06-13] 178: Checking tracker ** [01:58:35 2020-06-13] 178: Checking user_migrations ** [01:58:35 2020-06-13] 178: Checking batch_updates ** [01:58:35 2020-06-13] 178: Checking gears ** [01:58:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:58:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:40 2020-06-13] 178: Checking imports ** [01:58:40 2020-06-13] 178: Checking exports ** [01:58:40 2020-06-13] 178: Checking users ** [01:58:40 2020-06-13] 178: Checking user_dbs ** [01:58:40 2020-06-13] 178: Checking geocodings ** [01:58:40 2020-06-13] 178: Checking synchronizations ** [01:58:40 2020-06-13] 178: Checking tracker ** [01:58:40 2020-06-13] 178: Checking user_migrations ** [01:58:40 2020-06-13] 178: Checking batch_updates ** [01:58:40 2020-06-13] 178: Checking gears ** [01:58:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:58:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:45 2020-06-13] 178: Checking imports ** [01:58:45 2020-06-13] 178: Checking exports ** [01:58:45 2020-06-13] 178: Checking users ** [01:58:45 2020-06-13] 178: Checking user_dbs ** [01:58:45 2020-06-13] 178: Checking geocodings ** [01:58:45 2020-06-13] 178: Checking synchronizations ** [01:58:45 2020-06-13] 178: Checking tracker ** [01:58:45 2020-06-13] 178: Checking user_migrations ** [01:58:45 2020-06-13] 178: Checking batch_updates ** [01:58:45 2020-06-13] 178: Checking gears ** [01:58:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:58:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:50 2020-06-13] 178: Checking imports ** [01:58:50 2020-06-13] 178: Checking exports ** [01:58:50 2020-06-13] 178: Checking users ** [01:58:50 2020-06-13] 178: Checking user_dbs ** [01:58:50 2020-06-13] 178: Checking geocodings ** [01:58:50 2020-06-13] 178: Checking synchronizations ** [01:58:50 2020-06-13] 178: Checking tracker ** [01:58:50 2020-06-13] 178: Checking user_migrations ** [01:58:50 2020-06-13] 178: Checking batch_updates ** [01:58:50 2020-06-13] 178: Checking gears ** [01:58:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:58:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:55 2020-06-13] 178: Checking imports ** [01:58:55 2020-06-13] 178: Checking exports ** [01:58:55 2020-06-13] 178: Checking users ** [01:58:55 2020-06-13] 178: Checking user_dbs ** [01:58:55 2020-06-13] 178: Checking geocodings ** [01:58:55 2020-06-13] 178: Checking synchronizations ** [01:58:55 2020-06-13] 178: Checking tracker ** [01:58:55 2020-06-13] 178: Checking user_migrations ** [01:58:55 2020-06-13] 178: Checking batch_updates ** [01:58:55 2020-06-13] 178: Checking gears ** [01:58:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:58:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:00 2020-06-13] 178: Checking imports ** [01:59:00 2020-06-13] 178: Checking exports ** [01:59:00 2020-06-13] 178: Checking users ** [01:59:00 2020-06-13] 178: Checking user_dbs ** [01:59:00 2020-06-13] 178: Checking geocodings ** [01:59:00 2020-06-13] 178: Checking synchronizations ** [01:59:00 2020-06-13] 178: Checking tracker ** [01:59:00 2020-06-13] 178: Checking user_migrations ** [01:59:00 2020-06-13] 178: Checking batch_updates ** [01:59:00 2020-06-13] 178: Checking gears ** [01:59:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:59:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:05 2020-06-13] 178: Checking imports ** [01:59:05 2020-06-13] 178: Checking exports ** [01:59:05 2020-06-13] 178: Checking users ** [01:59:05 2020-06-13] 178: Checking user_dbs ** [01:59:05 2020-06-13] 178: Checking geocodings ** [01:59:05 2020-06-13] 178: Checking synchronizations ** [01:59:05 2020-06-13] 178: Checking tracker ** [01:59:05 2020-06-13] 178: Checking user_migrations ** [01:59:05 2020-06-13] 178: Checking batch_updates ** [01:59:05 2020-06-13] 178: Checking gears ** [01:59:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:59:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:10 2020-06-13] 178: Checking imports ** [01:59:10 2020-06-13] 178: Checking exports ** [01:59:10 2020-06-13] 178: Checking users ** [01:59:10 2020-06-13] 178: Checking user_dbs ** [01:59:10 2020-06-13] 178: Checking geocodings ** [01:59:10 2020-06-13] 178: Checking synchronizations ** [01:59:10 2020-06-13] 178: Checking tracker ** [01:59:10 2020-06-13] 178: Checking user_migrations ** [01:59:10 2020-06-13] 178: Checking batch_updates ** [01:59:10 2020-06-13] 178: Checking gears ** [01:59:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:59:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:15 2020-06-13] 178: Checking imports ** [01:59:15 2020-06-13] 178: Checking exports ** [01:59:15 2020-06-13] 178: Checking users ** [01:59:15 2020-06-13] 178: Checking user_dbs ** [01:59:15 2020-06-13] 178: Checking geocodings ** [01:59:15 2020-06-13] 178: Checking synchronizations ** [01:59:15 2020-06-13] 178: Checking tracker ** [01:59:15 2020-06-13] 178: Checking user_migrations ** [01:59:15 2020-06-13] 178: Checking batch_updates ** [01:59:15 2020-06-13] 178: Checking gears ** [01:59:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:59:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:20 2020-06-13] 178: Checking imports ** [01:59:20 2020-06-13] 178: Checking exports ** [01:59:20 2020-06-13] 178: Checking users ** [01:59:20 2020-06-13] 178: Checking user_dbs ** [01:59:20 2020-06-13] 178: Checking geocodings ** [01:59:20 2020-06-13] 178: Checking synchronizations ** [01:59:20 2020-06-13] 178: Checking tracker ** [01:59:20 2020-06-13] 178: Checking user_migrations ** [01:59:20 2020-06-13] 178: Checking batch_updates ** [01:59:20 2020-06-13] 178: Checking gears ** [01:59:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:59:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:25 2020-06-13] 178: Checking imports ** [01:59:25 2020-06-13] 178: Checking exports ** [01:59:25 2020-06-13] 178: Checking users ** [01:59:25 2020-06-13] 178: Checking user_dbs ** [01:59:25 2020-06-13] 178: Checking geocodings ** [01:59:25 2020-06-13] 178: Checking synchronizations ** [01:59:25 2020-06-13] 178: Checking tracker ** [01:59:25 2020-06-13] 178: Checking user_migrations ** [01:59:25 2020-06-13] 178: Checking batch_updates ** [01:59:25 2020-06-13] 178: Checking gears ** [01:59:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:59:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:30 2020-06-13] 178: Checking imports ** [01:59:30 2020-06-13] 178: Checking exports ** [01:59:30 2020-06-13] 178: Checking users ** [01:59:30 2020-06-13] 178: Checking user_dbs ** [01:59:30 2020-06-13] 178: Checking geocodings ** [01:59:30 2020-06-13] 178: Checking synchronizations ** [01:59:30 2020-06-13] 178: Checking tracker ** [01:59:30 2020-06-13] 178: Checking user_migrations ** [01:59:30 2020-06-13] 178: Checking batch_updates ** [01:59:30 2020-06-13] 178: Checking gears ** [01:59:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:59:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:35 2020-06-13] 178: Checking imports ** [01:59:35 2020-06-13] 178: Checking exports ** [01:59:35 2020-06-13] 178: Checking users ** [01:59:35 2020-06-13] 178: Checking user_dbs ** [01:59:35 2020-06-13] 178: Checking geocodings ** [01:59:35 2020-06-13] 178: Checking synchronizations ** [01:59:35 2020-06-13] 178: Checking tracker ** [01:59:35 2020-06-13] 178: Checking user_migrations ** [01:59:35 2020-06-13] 178: Checking batch_updates ** [01:59:35 2020-06-13] 178: Checking gears ** [01:59:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:59:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:40 2020-06-13] 178: Checking imports ** [01:59:40 2020-06-13] 178: Checking exports ** [01:59:40 2020-06-13] 178: Checking users ** [01:59:40 2020-06-13] 178: Checking user_dbs ** [01:59:40 2020-06-13] 178: Checking geocodings ** [01:59:40 2020-06-13] 178: Checking synchronizations ** [01:59:40 2020-06-13] 178: Checking tracker ** [01:59:40 2020-06-13] 178: Checking user_migrations ** [01:59:40 2020-06-13] 178: Checking batch_updates ** [01:59:40 2020-06-13] 178: Checking gears ** [01:59:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:59:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:45 2020-06-13] 178: Checking imports ** [01:59:45 2020-06-13] 178: Checking exports ** [01:59:45 2020-06-13] 178: Checking users ** [01:59:45 2020-06-13] 178: Checking user_dbs ** [01:59:45 2020-06-13] 178: Checking geocodings ** [01:59:45 2020-06-13] 178: Checking synchronizations ** [01:59:45 2020-06-13] 178: Checking tracker ** [01:59:45 2020-06-13] 178: Checking user_migrations ** [01:59:45 2020-06-13] 178: Checking batch_updates ** [01:59:45 2020-06-13] 178: Checking gears ** [01:59:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:59:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:50 2020-06-13] 178: Checking imports ** [01:59:50 2020-06-13] 178: Checking exports ** [01:59:50 2020-06-13] 178: Checking users ** [01:59:50 2020-06-13] 178: Checking user_dbs ** [01:59:50 2020-06-13] 178: Checking geocodings ** [01:59:50 2020-06-13] 178: Checking synchronizations ** [01:59:50 2020-06-13] 178: Checking tracker ** [01:59:50 2020-06-13] 178: Checking user_migrations ** [01:59:50 2020-06-13] 178: Checking batch_updates ** [01:59:50 2020-06-13] 178: Checking gears ** [01:59:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:59:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:55 2020-06-13] 178: Checking imports ** [01:59:55 2020-06-13] 178: Checking exports ** [01:59:55 2020-06-13] 178: Checking users ** [01:59:55 2020-06-13] 178: Checking user_dbs ** [01:59:55 2020-06-13] 178: Checking geocodings ** [01:59:55 2020-06-13] 178: Checking synchronizations ** [01:59:55 2020-06-13] 178: Checking tracker ** [01:59:55 2020-06-13] 178: Checking user_migrations ** [01:59:55 2020-06-13] 178: Checking batch_updates ** [01:59:55 2020-06-13] 178: Checking gears ** [01:59:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [01:59:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:00 2020-06-13] 178: Checking imports ** [02:00:00 2020-06-13] 178: Checking exports ** [02:00:00 2020-06-13] 178: Checking users ** [02:00:00 2020-06-13] 178: Checking user_dbs ** [02:00:00 2020-06-13] 178: Checking geocodings ** [02:00:00 2020-06-13] 178: Checking synchronizations ** [02:00:00 2020-06-13] 178: Checking tracker ** [02:00:00 2020-06-13] 178: Checking user_migrations ** [02:00:00 2020-06-13] 178: Checking batch_updates ** [02:00:00 2020-06-13] 178: Checking gears ** [02:00:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:00:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:05 2020-06-13] 178: Checking imports ** [02:00:05 2020-06-13] 178: Checking exports ** [02:00:05 2020-06-13] 178: Checking users ** [02:00:05 2020-06-13] 178: Checking user_dbs ** [02:00:05 2020-06-13] 178: Checking geocodings ** [02:00:05 2020-06-13] 178: Checking synchronizations ** [02:00:05 2020-06-13] 178: Checking tracker ** [02:00:05 2020-06-13] 178: Checking user_migrations ** [02:00:05 2020-06-13] 178: Checking batch_updates ** [02:00:05 2020-06-13] 178: Checking gears ** [02:00:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:00:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:10 2020-06-13] 178: Checking imports ** [02:00:10 2020-06-13] 178: Checking exports ** [02:00:10 2020-06-13] 178: Checking users ** [02:00:10 2020-06-13] 178: Checking user_dbs ** [02:00:10 2020-06-13] 178: Checking geocodings ** [02:00:10 2020-06-13] 178: Checking synchronizations ** [02:00:10 2020-06-13] 178: Checking tracker ** [02:00:10 2020-06-13] 178: Checking user_migrations ** [02:00:10 2020-06-13] 178: Checking batch_updates ** [02:00:10 2020-06-13] 178: Checking gears ** [02:00:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:00:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:15 2020-06-13] 178: Checking imports ** [02:00:15 2020-06-13] 178: Checking exports ** [02:00:15 2020-06-13] 178: Checking users ** [02:00:15 2020-06-13] 178: Checking user_dbs ** [02:00:15 2020-06-13] 178: Checking geocodings ** [02:00:15 2020-06-13] 178: Checking synchronizations ** [02:00:15 2020-06-13] 178: Checking tracker ** [02:00:15 2020-06-13] 178: Checking user_migrations ** [02:00:15 2020-06-13] 178: Checking batch_updates ** [02:00:15 2020-06-13] 178: Checking gears ** [02:00:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:00:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:20 2020-06-13] 178: Checking imports ** [02:00:20 2020-06-13] 178: Checking exports ** [02:00:20 2020-06-13] 178: Checking users ** [02:00:20 2020-06-13] 178: Checking user_dbs ** [02:00:20 2020-06-13] 178: Checking geocodings ** [02:00:20 2020-06-13] 178: Checking synchronizations ** [02:00:20 2020-06-13] 178: Checking tracker ** [02:00:20 2020-06-13] 178: Checking user_migrations ** [02:00:20 2020-06-13] 178: Checking batch_updates ** [02:00:20 2020-06-13] 178: Checking gears ** [02:00:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:00:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:25 2020-06-13] 178: Checking imports ** [02:00:25 2020-06-13] 178: Checking exports ** [02:00:25 2020-06-13] 178: Checking users ** [02:00:25 2020-06-13] 178: Checking user_dbs ** [02:00:25 2020-06-13] 178: Checking geocodings ** [02:00:25 2020-06-13] 178: Checking synchronizations ** [02:00:25 2020-06-13] 178: Checking tracker ** [02:00:25 2020-06-13] 178: Checking user_migrations ** [02:00:25 2020-06-13] 178: Checking batch_updates ** [02:00:25 2020-06-13] 178: Checking gears ** [02:00:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:00:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:30 2020-06-13] 178: Checking imports ** [02:00:30 2020-06-13] 178: Checking exports ** [02:00:30 2020-06-13] 178: Checking users ** [02:00:30 2020-06-13] 178: Checking user_dbs ** [02:00:30 2020-06-13] 178: Checking geocodings ** [02:00:30 2020-06-13] 178: Checking synchronizations ** [02:00:30 2020-06-13] 178: Checking tracker ** [02:00:30 2020-06-13] 178: Checking user_migrations ** [02:00:30 2020-06-13] 178: Checking batch_updates ** [02:00:30 2020-06-13] 178: Checking gears ** [02:00:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:00:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:35 2020-06-13] 178: Checking imports ** [02:00:35 2020-06-13] 178: Checking exports ** [02:00:35 2020-06-13] 178: Checking users ** [02:00:35 2020-06-13] 178: Checking user_dbs ** [02:00:35 2020-06-13] 178: Checking geocodings ** [02:00:35 2020-06-13] 178: Checking synchronizations ** [02:00:35 2020-06-13] 178: Checking tracker ** [02:00:35 2020-06-13] 178: Checking user_migrations ** [02:00:35 2020-06-13] 178: Checking batch_updates ** [02:00:35 2020-06-13] 178: Checking gears ** [02:00:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:00:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:40 2020-06-13] 178: Checking imports ** [02:00:40 2020-06-13] 178: Checking exports ** [02:00:40 2020-06-13] 178: Checking users ** [02:00:40 2020-06-13] 178: Checking user_dbs ** [02:00:40 2020-06-13] 178: Checking geocodings ** [02:00:40 2020-06-13] 178: Checking synchronizations ** [02:00:40 2020-06-13] 178: Checking tracker ** [02:00:40 2020-06-13] 178: Checking user_migrations ** [02:00:40 2020-06-13] 178: Checking batch_updates ** [02:00:40 2020-06-13] 178: Checking gears ** [02:00:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:00:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:45 2020-06-13] 178: Checking imports ** [02:00:45 2020-06-13] 178: Checking exports ** [02:00:45 2020-06-13] 178: Checking users ** [02:00:45 2020-06-13] 178: Checking user_dbs ** [02:00:45 2020-06-13] 178: Checking geocodings ** [02:00:45 2020-06-13] 178: Checking synchronizations ** [02:00:45 2020-06-13] 178: Checking tracker ** [02:00:45 2020-06-13] 178: Checking user_migrations ** [02:00:45 2020-06-13] 178: Checking batch_updates ** [02:00:45 2020-06-13] 178: Checking gears ** [02:00:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:00:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:50 2020-06-13] 178: Checking imports ** [02:00:50 2020-06-13] 178: Checking exports ** [02:00:50 2020-06-13] 178: Checking users ** [02:00:50 2020-06-13] 178: Checking user_dbs ** [02:00:50 2020-06-13] 178: Checking geocodings ** [02:00:50 2020-06-13] 178: Checking synchronizations ** [02:00:50 2020-06-13] 178: Checking tracker ** [02:00:50 2020-06-13] 178: Checking user_migrations ** [02:00:50 2020-06-13] 178: Checking batch_updates ** [02:00:50 2020-06-13] 178: Checking gears ** [02:00:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:00:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:55 2020-06-13] 178: Checking imports ** [02:00:55 2020-06-13] 178: Checking exports ** [02:00:55 2020-06-13] 178: Checking users ** [02:00:55 2020-06-13] 178: Checking user_dbs ** [02:00:55 2020-06-13] 178: Checking geocodings ** [02:00:55 2020-06-13] 178: Checking synchronizations ** [02:00:55 2020-06-13] 178: Checking tracker ** [02:00:55 2020-06-13] 178: Checking user_migrations ** [02:00:55 2020-06-13] 178: Checking batch_updates ** [02:00:55 2020-06-13] 178: Checking gears ** [02:00:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:00:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:00 2020-06-13] 178: Checking imports ** [02:01:00 2020-06-13] 178: Checking exports ** [02:01:00 2020-06-13] 178: Checking users ** [02:01:00 2020-06-13] 178: Checking user_dbs ** [02:01:00 2020-06-13] 178: Checking geocodings ** [02:01:00 2020-06-13] 178: Checking synchronizations ** [02:01:00 2020-06-13] 178: Checking tracker ** [02:01:00 2020-06-13] 178: Checking user_migrations ** [02:01:00 2020-06-13] 178: Checking batch_updates ** [02:01:00 2020-06-13] 178: Checking gears ** [02:01:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:01:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:05 2020-06-13] 178: Checking imports ** [02:01:05 2020-06-13] 178: Checking exports ** [02:01:05 2020-06-13] 178: Checking users ** [02:01:05 2020-06-13] 178: Checking user_dbs ** [02:01:05 2020-06-13] 178: Checking geocodings ** [02:01:05 2020-06-13] 178: Checking synchronizations ** [02:01:05 2020-06-13] 178: Checking tracker ** [02:01:05 2020-06-13] 178: Checking user_migrations ** [02:01:05 2020-06-13] 178: Checking batch_updates ** [02:01:05 2020-06-13] 178: Checking gears ** [02:01:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:01:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:10 2020-06-13] 178: Checking imports ** [02:01:10 2020-06-13] 178: Checking exports ** [02:01:10 2020-06-13] 178: Checking users ** [02:01:10 2020-06-13] 178: Checking user_dbs ** [02:01:10 2020-06-13] 178: Checking geocodings ** [02:01:10 2020-06-13] 178: Checking synchronizations ** [02:01:10 2020-06-13] 178: Checking tracker ** [02:01:10 2020-06-13] 178: Checking user_migrations ** [02:01:10 2020-06-13] 178: Checking batch_updates ** [02:01:10 2020-06-13] 178: Checking gears ** [02:01:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:01:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:15 2020-06-13] 178: Checking imports ** [02:01:15 2020-06-13] 178: Checking exports ** [02:01:15 2020-06-13] 178: Checking users ** [02:01:15 2020-06-13] 178: Checking user_dbs ** [02:01:15 2020-06-13] 178: Checking geocodings ** [02:01:15 2020-06-13] 178: Checking synchronizations ** [02:01:15 2020-06-13] 178: Checking tracker ** [02:01:15 2020-06-13] 178: Checking user_migrations ** [02:01:15 2020-06-13] 178: Checking batch_updates ** [02:01:15 2020-06-13] 178: Checking gears ** [02:01:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:01:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:20 2020-06-13] 178: Checking imports ** [02:01:20 2020-06-13] 178: Checking exports ** [02:01:20 2020-06-13] 178: Checking users ** [02:01:20 2020-06-13] 178: Checking user_dbs ** [02:01:20 2020-06-13] 178: Checking geocodings ** [02:01:20 2020-06-13] 178: Checking synchronizations ** [02:01:20 2020-06-13] 178: Checking tracker ** [02:01:20 2020-06-13] 178: Checking user_migrations ** [02:01:20 2020-06-13] 178: Checking batch_updates ** [02:01:20 2020-06-13] 178: Checking gears ** [02:01:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:01:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:26 2020-06-13] 178: Checking imports ** [02:01:26 2020-06-13] 178: Checking exports ** [02:01:26 2020-06-13] 178: Checking users ** [02:01:26 2020-06-13] 178: Checking user_dbs ** [02:01:26 2020-06-13] 178: Checking geocodings ** [02:01:26 2020-06-13] 178: Checking synchronizations ** [02:01:26 2020-06-13] 178: Checking tracker ** [02:01:26 2020-06-13] 178: Checking user_migrations ** [02:01:26 2020-06-13] 178: Checking batch_updates ** [02:01:26 2020-06-13] 178: Checking gears ** [02:01:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:01:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:31 2020-06-13] 178: Checking imports ** [02:01:31 2020-06-13] 178: Checking exports ** [02:01:31 2020-06-13] 178: Checking users ** [02:01:31 2020-06-13] 178: Checking user_dbs ** [02:01:31 2020-06-13] 178: Checking geocodings ** [02:01:31 2020-06-13] 178: Checking synchronizations ** [02:01:31 2020-06-13] 178: Checking tracker ** [02:01:31 2020-06-13] 178: Checking user_migrations ** [02:01:31 2020-06-13] 178: Checking batch_updates ** [02:01:31 2020-06-13] 178: Checking gears ** [02:01:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:01:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:36 2020-06-13] 178: Checking imports ** [02:01:36 2020-06-13] 178: Checking exports ** [02:01:36 2020-06-13] 178: Checking users ** [02:01:36 2020-06-13] 178: Checking user_dbs ** [02:01:36 2020-06-13] 178: Checking geocodings ** [02:01:36 2020-06-13] 178: Checking synchronizations ** [02:01:36 2020-06-13] 178: Checking tracker ** [02:01:36 2020-06-13] 178: Checking user_migrations ** [02:01:36 2020-06-13] 178: Checking batch_updates ** [02:01:36 2020-06-13] 178: Checking gears ** [02:01:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:01:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:41 2020-06-13] 178: Checking imports ** [02:01:41 2020-06-13] 178: Checking exports ** [02:01:41 2020-06-13] 178: Checking users ** [02:01:41 2020-06-13] 178: Checking user_dbs ** [02:01:41 2020-06-13] 178: Checking geocodings ** [02:01:41 2020-06-13] 178: Checking synchronizations ** [02:01:41 2020-06-13] 178: Checking tracker ** [02:01:41 2020-06-13] 178: Checking user_migrations ** [02:01:41 2020-06-13] 178: Checking batch_updates ** [02:01:41 2020-06-13] 178: Checking gears ** [02:01:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:01:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:46 2020-06-13] 178: Checking imports ** [02:01:46 2020-06-13] 178: Checking exports ** [02:01:46 2020-06-13] 178: Checking users ** [02:01:46 2020-06-13] 178: Checking user_dbs ** [02:01:46 2020-06-13] 178: Checking geocodings ** [02:01:46 2020-06-13] 178: Checking synchronizations ** [02:01:46 2020-06-13] 178: Checking tracker ** [02:01:46 2020-06-13] 178: Checking user_migrations ** [02:01:46 2020-06-13] 178: Checking batch_updates ** [02:01:46 2020-06-13] 178: Checking gears ** [02:01:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:01:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:51 2020-06-13] 178: Checking imports ** [02:01:51 2020-06-13] 178: Checking exports ** [02:01:51 2020-06-13] 178: Checking users ** [02:01:51 2020-06-13] 178: Checking user_dbs ** [02:01:51 2020-06-13] 178: Checking geocodings ** [02:01:51 2020-06-13] 178: Checking synchronizations ** [02:01:51 2020-06-13] 178: Checking tracker ** [02:01:51 2020-06-13] 178: Checking user_migrations ** [02:01:51 2020-06-13] 178: Checking batch_updates ** [02:01:51 2020-06-13] 178: Checking gears ** [02:01:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:01:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:56 2020-06-13] 178: Checking imports ** [02:01:56 2020-06-13] 178: Checking exports ** [02:01:56 2020-06-13] 178: Checking users ** [02:01:56 2020-06-13] 178: Checking user_dbs ** [02:01:56 2020-06-13] 178: Checking geocodings ** [02:01:56 2020-06-13] 178: Checking synchronizations ** [02:01:56 2020-06-13] 178: Checking tracker ** [02:01:56 2020-06-13] 178: Checking user_migrations ** [02:01:56 2020-06-13] 178: Checking batch_updates ** [02:01:56 2020-06-13] 178: Checking gears ** [02:01:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:01:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:01 2020-06-13] 178: Checking imports ** [02:02:01 2020-06-13] 178: Checking exports ** [02:02:01 2020-06-13] 178: Checking users ** [02:02:01 2020-06-13] 178: Checking user_dbs ** [02:02:01 2020-06-13] 178: Checking geocodings ** [02:02:01 2020-06-13] 178: Checking synchronizations ** [02:02:01 2020-06-13] 178: Checking tracker ** [02:02:01 2020-06-13] 178: Checking user_migrations ** [02:02:01 2020-06-13] 178: Checking batch_updates ** [02:02:01 2020-06-13] 178: Checking gears ** [02:02:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:02:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:06 2020-06-13] 178: Checking imports ** [02:02:06 2020-06-13] 178: Checking exports ** [02:02:06 2020-06-13] 178: Checking users ** [02:02:06 2020-06-13] 178: Checking user_dbs ** [02:02:06 2020-06-13] 178: Checking geocodings ** [02:02:06 2020-06-13] 178: Checking synchronizations ** [02:02:06 2020-06-13] 178: Checking tracker ** [02:02:06 2020-06-13] 178: Checking user_migrations ** [02:02:06 2020-06-13] 178: Checking batch_updates ** [02:02:06 2020-06-13] 178: Checking gears ** [02:02:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:02:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:11 2020-06-13] 178: Checking imports ** [02:02:11 2020-06-13] 178: Checking exports ** [02:02:11 2020-06-13] 178: Checking users ** [02:02:11 2020-06-13] 178: Checking user_dbs ** [02:02:11 2020-06-13] 178: Checking geocodings ** [02:02:11 2020-06-13] 178: Checking synchronizations ** [02:02:11 2020-06-13] 178: Checking tracker ** [02:02:11 2020-06-13] 178: Checking user_migrations ** [02:02:11 2020-06-13] 178: Checking batch_updates ** [02:02:11 2020-06-13] 178: Checking gears ** [02:02:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:02:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:16 2020-06-13] 178: Checking imports ** [02:02:16 2020-06-13] 178: Checking exports ** [02:02:16 2020-06-13] 178: Checking users ** [02:02:16 2020-06-13] 178: Checking user_dbs ** [02:02:16 2020-06-13] 178: Checking geocodings ** [02:02:16 2020-06-13] 178: Checking synchronizations ** [02:02:16 2020-06-13] 178: Checking tracker ** [02:02:16 2020-06-13] 178: Checking user_migrations ** [02:02:16 2020-06-13] 178: Checking batch_updates ** [02:02:16 2020-06-13] 178: Checking gears ** [02:02:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:02:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:21 2020-06-13] 178: Checking imports ** [02:02:21 2020-06-13] 178: Checking exports ** [02:02:21 2020-06-13] 178: Checking users ** [02:02:21 2020-06-13] 178: Checking user_dbs ** [02:02:21 2020-06-13] 178: Checking geocodings ** [02:02:21 2020-06-13] 178: Checking synchronizations ** [02:02:21 2020-06-13] 178: Checking tracker ** [02:02:21 2020-06-13] 178: Checking user_migrations ** [02:02:21 2020-06-13] 178: Checking batch_updates ** [02:02:21 2020-06-13] 178: Checking gears ** [02:02:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:02:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:26 2020-06-13] 178: Checking imports ** [02:02:26 2020-06-13] 178: Checking exports ** [02:02:26 2020-06-13] 178: Checking users ** [02:02:26 2020-06-13] 178: Checking user_dbs ** [02:02:26 2020-06-13] 178: Checking geocodings ** [02:02:26 2020-06-13] 178: Checking synchronizations ** [02:02:26 2020-06-13] 178: Checking tracker ** [02:02:26 2020-06-13] 178: Checking user_migrations ** [02:02:26 2020-06-13] 178: Checking batch_updates ** [02:02:26 2020-06-13] 178: Checking gears ** [02:02:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:02:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:31 2020-06-13] 178: Checking imports ** [02:02:31 2020-06-13] 178: Checking exports ** [02:02:31 2020-06-13] 178: Checking users ** [02:02:31 2020-06-13] 178: Checking user_dbs ** [02:02:31 2020-06-13] 178: Checking geocodings ** [02:02:31 2020-06-13] 178: Checking synchronizations ** [02:02:31 2020-06-13] 178: Checking tracker ** [02:02:31 2020-06-13] 178: Checking user_migrations ** [02:02:31 2020-06-13] 178: Checking batch_updates ** [02:02:31 2020-06-13] 178: Checking gears ** [02:02:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:02:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:36 2020-06-13] 178: Checking imports ** [02:02:36 2020-06-13] 178: Checking exports ** [02:02:36 2020-06-13] 178: Checking users ** [02:02:36 2020-06-13] 178: Checking user_dbs ** [02:02:36 2020-06-13] 178: Checking geocodings ** [02:02:36 2020-06-13] 178: Checking synchronizations ** [02:02:36 2020-06-13] 178: Checking tracker ** [02:02:36 2020-06-13] 178: Checking user_migrations ** [02:02:36 2020-06-13] 178: Checking batch_updates ** [02:02:36 2020-06-13] 178: Checking gears ** [02:02:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:02:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:41 2020-06-13] 178: Checking imports ** [02:02:41 2020-06-13] 178: Checking exports ** [02:02:41 2020-06-13] 178: Checking users ** [02:02:41 2020-06-13] 178: Checking user_dbs ** [02:02:41 2020-06-13] 178: Checking geocodings ** [02:02:41 2020-06-13] 178: Checking synchronizations ** [02:02:41 2020-06-13] 178: Checking tracker ** [02:02:41 2020-06-13] 178: Checking user_migrations ** [02:02:41 2020-06-13] 178: Checking batch_updates ** [02:02:41 2020-06-13] 178: Checking gears ** [02:02:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:02:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:46 2020-06-13] 178: Checking imports ** [02:02:46 2020-06-13] 178: Checking exports ** [02:02:46 2020-06-13] 178: Checking users ** [02:02:46 2020-06-13] 178: Checking user_dbs ** [02:02:46 2020-06-13] 178: Checking geocodings ** [02:02:46 2020-06-13] 178: Checking synchronizations ** [02:02:46 2020-06-13] 178: Checking tracker ** [02:02:46 2020-06-13] 178: Checking user_migrations ** [02:02:46 2020-06-13] 178: Checking batch_updates ** [02:02:46 2020-06-13] 178: Checking gears ** [02:02:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:02:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:51 2020-06-13] 178: Checking imports ** [02:02:51 2020-06-13] 178: Checking exports ** [02:02:51 2020-06-13] 178: Checking users ** [02:02:51 2020-06-13] 178: Checking user_dbs ** [02:02:51 2020-06-13] 178: Checking geocodings ** [02:02:51 2020-06-13] 178: Checking synchronizations ** [02:02:51 2020-06-13] 178: Checking tracker ** [02:02:51 2020-06-13] 178: Checking user_migrations ** [02:02:51 2020-06-13] 178: Checking batch_updates ** [02:02:51 2020-06-13] 178: Checking gears ** [02:02:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:02:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:56 2020-06-13] 178: Checking imports ** [02:02:56 2020-06-13] 178: Checking exports ** [02:02:56 2020-06-13] 178: Checking users ** [02:02:56 2020-06-13] 178: Checking user_dbs ** [02:02:56 2020-06-13] 178: Checking geocodings ** [02:02:56 2020-06-13] 178: Checking synchronizations ** [02:02:56 2020-06-13] 178: Checking tracker ** [02:02:56 2020-06-13] 178: Checking user_migrations ** [02:02:56 2020-06-13] 178: Checking batch_updates ** [02:02:56 2020-06-13] 178: Checking gears ** [02:02:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:02:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:01 2020-06-13] 178: Checking imports ** [02:03:01 2020-06-13] 178: Checking exports ** [02:03:01 2020-06-13] 178: Checking users ** [02:03:01 2020-06-13] 178: Checking user_dbs ** [02:03:01 2020-06-13] 178: Checking geocodings ** [02:03:01 2020-06-13] 178: Checking synchronizations ** [02:03:01 2020-06-13] 178: Checking tracker ** [02:03:01 2020-06-13] 178: Checking user_migrations ** [02:03:01 2020-06-13] 178: Checking batch_updates ** [02:03:01 2020-06-13] 178: Checking gears ** [02:03:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:03:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:06 2020-06-13] 178: Checking imports ** [02:03:06 2020-06-13] 178: Checking exports ** [02:03:06 2020-06-13] 178: Checking users ** [02:03:06 2020-06-13] 178: Checking user_dbs ** [02:03:06 2020-06-13] 178: Checking geocodings ** [02:03:06 2020-06-13] 178: Checking synchronizations ** [02:03:06 2020-06-13] 178: Checking tracker ** [02:03:06 2020-06-13] 178: Checking user_migrations ** [02:03:06 2020-06-13] 178: Checking batch_updates ** [02:03:06 2020-06-13] 178: Checking gears ** [02:03:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:03:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:11 2020-06-13] 178: Checking imports ** [02:03:11 2020-06-13] 178: Checking exports ** [02:03:11 2020-06-13] 178: Checking users ** [02:03:11 2020-06-13] 178: Checking user_dbs ** [02:03:11 2020-06-13] 178: Checking geocodings ** [02:03:11 2020-06-13] 178: Checking synchronizations ** [02:03:11 2020-06-13] 178: Checking tracker ** [02:03:11 2020-06-13] 178: Checking user_migrations ** [02:03:11 2020-06-13] 178: Checking batch_updates ** [02:03:11 2020-06-13] 178: Checking gears ** [02:03:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:03:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:16 2020-06-13] 178: Checking imports ** [02:03:16 2020-06-13] 178: Checking exports ** [02:03:16 2020-06-13] 178: Checking users ** [02:03:16 2020-06-13] 178: Checking user_dbs ** [02:03:16 2020-06-13] 178: Checking geocodings ** [02:03:16 2020-06-13] 178: Checking synchronizations ** [02:03:16 2020-06-13] 178: Checking tracker ** [02:03:16 2020-06-13] 178: Checking user_migrations ** [02:03:16 2020-06-13] 178: Checking batch_updates ** [02:03:16 2020-06-13] 178: Checking gears ** [02:03:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:03:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:21 2020-06-13] 178: Checking imports ** [02:03:21 2020-06-13] 178: Checking exports ** [02:03:21 2020-06-13] 178: Checking users ** [02:03:21 2020-06-13] 178: Checking user_dbs ** [02:03:21 2020-06-13] 178: Checking geocodings ** [02:03:21 2020-06-13] 178: Checking synchronizations ** [02:03:21 2020-06-13] 178: Checking tracker ** [02:03:21 2020-06-13] 178: Checking user_migrations ** [02:03:21 2020-06-13] 178: Checking batch_updates ** [02:03:21 2020-06-13] 178: Checking gears ** [02:03:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:03:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:26 2020-06-13] 178: Checking imports ** [02:03:26 2020-06-13] 178: Checking exports ** [02:03:26 2020-06-13] 178: Checking users ** [02:03:26 2020-06-13] 178: Checking user_dbs ** [02:03:26 2020-06-13] 178: Checking geocodings ** [02:03:26 2020-06-13] 178: Checking synchronizations ** [02:03:26 2020-06-13] 178: Checking tracker ** [02:03:26 2020-06-13] 178: Checking user_migrations ** [02:03:26 2020-06-13] 178: Checking batch_updates ** [02:03:26 2020-06-13] 178: Checking gears ** [02:03:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:03:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:31 2020-06-13] 178: Checking imports ** [02:03:31 2020-06-13] 178: Checking exports ** [02:03:31 2020-06-13] 178: Checking users ** [02:03:31 2020-06-13] 178: Checking user_dbs ** [02:03:31 2020-06-13] 178: Checking geocodings ** [02:03:31 2020-06-13] 178: Checking synchronizations ** [02:03:31 2020-06-13] 178: Checking tracker ** [02:03:31 2020-06-13] 178: Checking user_migrations ** [02:03:31 2020-06-13] 178: Checking batch_updates ** [02:03:31 2020-06-13] 178: Checking gears ** [02:03:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:03:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:36 2020-06-13] 178: Checking imports ** [02:03:36 2020-06-13] 178: Checking exports ** [02:03:36 2020-06-13] 178: Checking users ** [02:03:36 2020-06-13] 178: Checking user_dbs ** [02:03:36 2020-06-13] 178: Checking geocodings ** [02:03:36 2020-06-13] 178: Checking synchronizations ** [02:03:36 2020-06-13] 178: Checking tracker ** [02:03:36 2020-06-13] 178: Checking user_migrations ** [02:03:36 2020-06-13] 178: Checking batch_updates ** [02:03:36 2020-06-13] 178: Checking gears ** [02:03:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:03:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:41 2020-06-13] 178: Checking imports ** [02:03:41 2020-06-13] 178: Checking exports ** [02:03:41 2020-06-13] 178: Checking users ** [02:03:41 2020-06-13] 178: Checking user_dbs ** [02:03:41 2020-06-13] 178: Checking geocodings ** [02:03:41 2020-06-13] 178: Checking synchronizations ** [02:03:41 2020-06-13] 178: Checking tracker ** [02:03:41 2020-06-13] 178: Checking user_migrations ** [02:03:41 2020-06-13] 178: Checking batch_updates ** [02:03:41 2020-06-13] 178: Checking gears ** [02:03:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:03:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:46 2020-06-13] 178: Checking imports ** [02:03:46 2020-06-13] 178: Checking exports ** [02:03:46 2020-06-13] 178: Checking users ** [02:03:46 2020-06-13] 178: Checking user_dbs ** [02:03:46 2020-06-13] 178: Checking geocodings ** [02:03:46 2020-06-13] 178: Checking synchronizations ** [02:03:46 2020-06-13] 178: Checking tracker ** [02:03:46 2020-06-13] 178: Checking user_migrations ** [02:03:46 2020-06-13] 178: Checking batch_updates ** [02:03:46 2020-06-13] 178: Checking gears ** [02:03:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:03:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:51 2020-06-13] 178: Checking imports ** [02:03:51 2020-06-13] 178: Checking exports ** [02:03:51 2020-06-13] 178: Checking users ** [02:03:51 2020-06-13] 178: Checking user_dbs ** [02:03:51 2020-06-13] 178: Checking geocodings ** [02:03:51 2020-06-13] 178: Checking synchronizations ** [02:03:51 2020-06-13] 178: Checking tracker ** [02:03:51 2020-06-13] 178: Checking user_migrations ** [02:03:51 2020-06-13] 178: Checking batch_updates ** [02:03:51 2020-06-13] 178: Checking gears ** [02:03:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:03:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:56 2020-06-13] 178: Checking imports ** [02:03:56 2020-06-13] 178: Checking exports ** [02:03:56 2020-06-13] 178: Checking users ** [02:03:56 2020-06-13] 178: Checking user_dbs ** [02:03:56 2020-06-13] 178: Checking geocodings ** [02:03:56 2020-06-13] 178: Checking synchronizations ** [02:03:56 2020-06-13] 178: Checking tracker ** [02:03:56 2020-06-13] 178: Checking user_migrations ** [02:03:56 2020-06-13] 178: Checking batch_updates ** [02:03:56 2020-06-13] 178: Checking gears ** [02:03:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:03:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:01 2020-06-13] 178: Checking imports ** [02:04:01 2020-06-13] 178: Checking exports ** [02:04:01 2020-06-13] 178: Checking users ** [02:04:01 2020-06-13] 178: Checking user_dbs ** [02:04:01 2020-06-13] 178: Checking geocodings ** [02:04:01 2020-06-13] 178: Checking synchronizations ** [02:04:01 2020-06-13] 178: Checking tracker ** [02:04:01 2020-06-13] 178: Checking user_migrations ** [02:04:01 2020-06-13] 178: Checking batch_updates ** [02:04:01 2020-06-13] 178: Checking gears ** [02:04:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:04:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:06 2020-06-13] 178: Checking imports ** [02:04:06 2020-06-13] 178: Checking exports ** [02:04:06 2020-06-13] 178: Checking users ** [02:04:06 2020-06-13] 178: Checking user_dbs ** [02:04:06 2020-06-13] 178: Checking geocodings ** [02:04:06 2020-06-13] 178: Checking synchronizations ** [02:04:06 2020-06-13] 178: Checking tracker ** [02:04:06 2020-06-13] 178: Checking user_migrations ** [02:04:06 2020-06-13] 178: Checking batch_updates ** [02:04:06 2020-06-13] 178: Checking gears ** [02:04:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:04:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:11 2020-06-13] 178: Checking imports ** [02:04:11 2020-06-13] 178: Checking exports ** [02:04:11 2020-06-13] 178: Checking users ** [02:04:11 2020-06-13] 178: Checking user_dbs ** [02:04:11 2020-06-13] 178: Checking geocodings ** [02:04:11 2020-06-13] 178: Checking synchronizations ** [02:04:11 2020-06-13] 178: Checking tracker ** [02:04:11 2020-06-13] 178: Checking user_migrations ** [02:04:11 2020-06-13] 178: Checking batch_updates ** [02:04:11 2020-06-13] 178: Checking gears ** [02:04:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:04:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:16 2020-06-13] 178: Checking imports ** [02:04:16 2020-06-13] 178: Checking exports ** [02:04:16 2020-06-13] 178: Checking users ** [02:04:16 2020-06-13] 178: Checking user_dbs ** [02:04:16 2020-06-13] 178: Checking geocodings ** [02:04:16 2020-06-13] 178: Checking synchronizations ** [02:04:16 2020-06-13] 178: Checking tracker ** [02:04:16 2020-06-13] 178: Checking user_migrations ** [02:04:16 2020-06-13] 178: Checking batch_updates ** [02:04:16 2020-06-13] 178: Checking gears ** [02:04:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:04:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:21 2020-06-13] 178: Checking imports ** [02:04:21 2020-06-13] 178: Checking exports ** [02:04:21 2020-06-13] 178: Checking users ** [02:04:21 2020-06-13] 178: Checking user_dbs ** [02:04:21 2020-06-13] 178: Checking geocodings ** [02:04:21 2020-06-13] 178: Checking synchronizations ** [02:04:21 2020-06-13] 178: Checking tracker ** [02:04:21 2020-06-13] 178: Checking user_migrations ** [02:04:21 2020-06-13] 178: Checking batch_updates ** [02:04:21 2020-06-13] 178: Checking gears ** [02:04:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:04:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:26 2020-06-13] 178: Checking imports ** [02:04:26 2020-06-13] 178: Checking exports ** [02:04:26 2020-06-13] 178: Checking users ** [02:04:26 2020-06-13] 178: Checking user_dbs ** [02:04:26 2020-06-13] 178: Checking geocodings ** [02:04:26 2020-06-13] 178: Checking synchronizations ** [02:04:26 2020-06-13] 178: Checking tracker ** [02:04:26 2020-06-13] 178: Checking user_migrations ** [02:04:26 2020-06-13] 178: Checking batch_updates ** [02:04:26 2020-06-13] 178: Checking gears ** [02:04:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:04:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:31 2020-06-13] 178: Checking imports ** [02:04:31 2020-06-13] 178: Checking exports ** [02:04:31 2020-06-13] 178: Checking users ** [02:04:31 2020-06-13] 178: Checking user_dbs ** [02:04:31 2020-06-13] 178: Checking geocodings ** [02:04:31 2020-06-13] 178: Checking synchronizations ** [02:04:31 2020-06-13] 178: Checking tracker ** [02:04:31 2020-06-13] 178: Checking user_migrations ** [02:04:31 2020-06-13] 178: Checking batch_updates ** [02:04:31 2020-06-13] 178: Checking gears ** [02:04:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:04:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:36 2020-06-13] 178: Checking imports ** [02:04:36 2020-06-13] 178: Checking exports ** [02:04:36 2020-06-13] 178: Checking users ** [02:04:36 2020-06-13] 178: Checking user_dbs ** [02:04:36 2020-06-13] 178: Checking geocodings ** [02:04:36 2020-06-13] 178: Checking synchronizations ** [02:04:36 2020-06-13] 178: Checking tracker ** [02:04:36 2020-06-13] 178: Checking user_migrations ** [02:04:36 2020-06-13] 178: Checking batch_updates ** [02:04:36 2020-06-13] 178: Checking gears ** [02:04:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:04:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:41 2020-06-13] 178: Checking imports ** [02:04:41 2020-06-13] 178: Checking exports ** [02:04:41 2020-06-13] 178: Checking users ** [02:04:41 2020-06-13] 178: Checking user_dbs ** [02:04:41 2020-06-13] 178: Checking geocodings ** [02:04:41 2020-06-13] 178: Checking synchronizations ** [02:04:41 2020-06-13] 178: Checking tracker ** [02:04:41 2020-06-13] 178: Checking user_migrations ** [02:04:41 2020-06-13] 178: Checking batch_updates ** [02:04:41 2020-06-13] 178: Checking gears ** [02:04:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:04:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:46 2020-06-13] 178: Checking imports ** [02:04:46 2020-06-13] 178: Checking exports ** [02:04:46 2020-06-13] 178: Checking users ** [02:04:46 2020-06-13] 178: Checking user_dbs ** [02:04:46 2020-06-13] 178: Checking geocodings ** [02:04:46 2020-06-13] 178: Checking synchronizations ** [02:04:46 2020-06-13] 178: Checking tracker ** [02:04:46 2020-06-13] 178: Checking user_migrations ** [02:04:46 2020-06-13] 178: Checking batch_updates ** [02:04:46 2020-06-13] 178: Checking gears ** [02:04:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:04:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:51 2020-06-13] 178: Checking imports ** [02:04:51 2020-06-13] 178: Checking exports ** [02:04:51 2020-06-13] 178: Checking users ** [02:04:51 2020-06-13] 178: Checking user_dbs ** [02:04:51 2020-06-13] 178: Checking geocodings ** [02:04:51 2020-06-13] 178: Checking synchronizations ** [02:04:51 2020-06-13] 178: Checking tracker ** [02:04:51 2020-06-13] 178: Checking user_migrations ** [02:04:51 2020-06-13] 178: Checking batch_updates ** [02:04:51 2020-06-13] 178: Checking gears ** [02:04:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:04:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:56 2020-06-13] 178: Checking imports ** [02:04:56 2020-06-13] 178: Checking exports ** [02:04:56 2020-06-13] 178: Checking users ** [02:04:56 2020-06-13] 178: Checking user_dbs ** [02:04:56 2020-06-13] 178: Checking geocodings ** [02:04:56 2020-06-13] 178: Checking synchronizations ** [02:04:56 2020-06-13] 178: Checking tracker ** [02:04:56 2020-06-13] 178: Checking user_migrations ** [02:04:56 2020-06-13] 178: Checking batch_updates ** [02:04:56 2020-06-13] 178: Checking gears ** [02:04:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:04:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:01 2020-06-13] 178: Checking imports ** [02:05:01 2020-06-13] 178: Checking exports ** [02:05:01 2020-06-13] 178: Checking users ** [02:05:01 2020-06-13] 178: Checking user_dbs ** [02:05:01 2020-06-13] 178: Checking geocodings ** [02:05:01 2020-06-13] 178: Checking synchronizations ** [02:05:01 2020-06-13] 178: Checking tracker ** [02:05:01 2020-06-13] 178: Checking user_migrations ** [02:05:01 2020-06-13] 178: Checking batch_updates ** [02:05:01 2020-06-13] 178: Checking gears ** [02:05:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:05:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:06 2020-06-13] 178: Checking imports ** [02:05:06 2020-06-13] 178: Checking exports ** [02:05:06 2020-06-13] 178: Checking users ** [02:05:06 2020-06-13] 178: Checking user_dbs ** [02:05:06 2020-06-13] 178: Checking geocodings ** [02:05:06 2020-06-13] 178: Checking synchronizations ** [02:05:06 2020-06-13] 178: Checking tracker ** [02:05:06 2020-06-13] 178: Checking user_migrations ** [02:05:06 2020-06-13] 178: Checking batch_updates ** [02:05:06 2020-06-13] 178: Checking gears ** [02:05:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:05:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:11 2020-06-13] 178: Checking imports ** [02:05:11 2020-06-13] 178: Checking exports ** [02:05:11 2020-06-13] 178: Checking users ** [02:05:11 2020-06-13] 178: Checking user_dbs ** [02:05:11 2020-06-13] 178: Checking geocodings ** [02:05:11 2020-06-13] 178: Checking synchronizations ** [02:05:11 2020-06-13] 178: Checking tracker ** [02:05:11 2020-06-13] 178: Checking user_migrations ** [02:05:11 2020-06-13] 178: Checking batch_updates ** [02:05:11 2020-06-13] 178: Checking gears ** [02:05:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:05:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:16 2020-06-13] 178: Checking imports ** [02:05:16 2020-06-13] 178: Checking exports ** [02:05:16 2020-06-13] 178: Checking users ** [02:05:16 2020-06-13] 178: Checking user_dbs ** [02:05:16 2020-06-13] 178: Checking geocodings ** [02:05:16 2020-06-13] 178: Checking synchronizations ** [02:05:16 2020-06-13] 178: Checking tracker ** [02:05:16 2020-06-13] 178: Checking user_migrations ** [02:05:16 2020-06-13] 178: Checking batch_updates ** [02:05:16 2020-06-13] 178: Checking gears ** [02:05:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:05:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:21 2020-06-13] 178: Checking imports ** [02:05:21 2020-06-13] 178: Checking exports ** [02:05:21 2020-06-13] 178: Checking users ** [02:05:21 2020-06-13] 178: Checking user_dbs ** [02:05:21 2020-06-13] 178: Checking geocodings ** [02:05:21 2020-06-13] 178: Checking synchronizations ** [02:05:21 2020-06-13] 178: Checking tracker ** [02:05:21 2020-06-13] 178: Checking user_migrations ** [02:05:21 2020-06-13] 178: Checking batch_updates ** [02:05:21 2020-06-13] 178: Checking gears ** [02:05:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:05:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:26 2020-06-13] 178: Checking imports ** [02:05:26 2020-06-13] 178: Checking exports ** [02:05:26 2020-06-13] 178: Checking users ** [02:05:26 2020-06-13] 178: Checking user_dbs ** [02:05:26 2020-06-13] 178: Checking geocodings ** [02:05:26 2020-06-13] 178: Checking synchronizations ** [02:05:26 2020-06-13] 178: Checking tracker ** [02:05:26 2020-06-13] 178: Checking user_migrations ** [02:05:26 2020-06-13] 178: Checking batch_updates ** [02:05:26 2020-06-13] 178: Checking gears ** [02:05:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:05:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:31 2020-06-13] 178: Checking imports ** [02:05:31 2020-06-13] 178: Checking exports ** [02:05:31 2020-06-13] 178: Checking users ** [02:05:31 2020-06-13] 178: Checking user_dbs ** [02:05:31 2020-06-13] 178: Checking geocodings ** [02:05:31 2020-06-13] 178: Checking synchronizations ** [02:05:31 2020-06-13] 178: Checking tracker ** [02:05:31 2020-06-13] 178: Checking user_migrations ** [02:05:31 2020-06-13] 178: Checking batch_updates ** [02:05:31 2020-06-13] 178: Checking gears ** [02:05:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:05:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:36 2020-06-13] 178: Checking imports ** [02:05:36 2020-06-13] 178: Checking exports ** [02:05:36 2020-06-13] 178: Checking users ** [02:05:36 2020-06-13] 178: Checking user_dbs ** [02:05:36 2020-06-13] 178: Checking geocodings ** [02:05:36 2020-06-13] 178: Checking synchronizations ** [02:05:36 2020-06-13] 178: Checking tracker ** [02:05:36 2020-06-13] 178: Checking user_migrations ** [02:05:36 2020-06-13] 178: Checking batch_updates ** [02:05:36 2020-06-13] 178: Checking gears ** [02:05:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:05:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:41 2020-06-13] 178: Checking imports ** [02:05:41 2020-06-13] 178: Checking exports ** [02:05:41 2020-06-13] 178: Checking users ** [02:05:41 2020-06-13] 178: Checking user_dbs ** [02:05:41 2020-06-13] 178: Checking geocodings ** [02:05:41 2020-06-13] 178: Checking synchronizations ** [02:05:41 2020-06-13] 178: Checking tracker ** [02:05:41 2020-06-13] 178: Checking user_migrations ** [02:05:41 2020-06-13] 178: Checking batch_updates ** [02:05:41 2020-06-13] 178: Checking gears ** [02:05:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:05:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:46 2020-06-13] 178: Checking imports ** [02:05:46 2020-06-13] 178: Checking exports ** [02:05:46 2020-06-13] 178: Checking users ** [02:05:46 2020-06-13] 178: Checking user_dbs ** [02:05:46 2020-06-13] 178: Checking geocodings ** [02:05:46 2020-06-13] 178: Checking synchronizations ** [02:05:46 2020-06-13] 178: Checking tracker ** [02:05:46 2020-06-13] 178: Checking user_migrations ** [02:05:46 2020-06-13] 178: Checking batch_updates ** [02:05:46 2020-06-13] 178: Checking gears ** [02:05:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:05:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:51 2020-06-13] 178: Checking imports ** [02:05:51 2020-06-13] 178: Checking exports ** [02:05:51 2020-06-13] 178: Checking users ** [02:05:51 2020-06-13] 178: Checking user_dbs ** [02:05:51 2020-06-13] 178: Checking geocodings ** [02:05:51 2020-06-13] 178: Checking synchronizations ** [02:05:51 2020-06-13] 178: Checking tracker ** [02:05:51 2020-06-13] 178: Checking user_migrations ** [02:05:51 2020-06-13] 178: Checking batch_updates ** [02:05:51 2020-06-13] 178: Checking gears ** [02:05:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:05:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:56 2020-06-13] 178: Checking imports ** [02:05:56 2020-06-13] 178: Checking exports ** [02:05:56 2020-06-13] 178: Checking users ** [02:05:56 2020-06-13] 178: Checking user_dbs ** [02:05:56 2020-06-13] 178: Checking geocodings ** [02:05:56 2020-06-13] 178: Checking synchronizations ** [02:05:56 2020-06-13] 178: Checking tracker ** [02:05:56 2020-06-13] 178: Checking user_migrations ** [02:05:56 2020-06-13] 178: Checking batch_updates ** [02:05:56 2020-06-13] 178: Checking gears ** [02:05:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:05:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:01 2020-06-13] 178: Checking imports ** [02:06:01 2020-06-13] 178: Checking exports ** [02:06:01 2020-06-13] 178: Checking users ** [02:06:01 2020-06-13] 178: Checking user_dbs ** [02:06:01 2020-06-13] 178: Checking geocodings ** [02:06:01 2020-06-13] 178: Checking synchronizations ** [02:06:01 2020-06-13] 178: Checking tracker ** [02:06:01 2020-06-13] 178: Checking user_migrations ** [02:06:01 2020-06-13] 178: Checking batch_updates ** [02:06:01 2020-06-13] 178: Checking gears ** [02:06:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:06:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:06 2020-06-13] 178: Checking imports ** [02:06:06 2020-06-13] 178: Checking exports ** [02:06:06 2020-06-13] 178: Checking users ** [02:06:06 2020-06-13] 178: Checking user_dbs ** [02:06:06 2020-06-13] 178: Checking geocodings ** [02:06:06 2020-06-13] 178: Checking synchronizations ** [02:06:06 2020-06-13] 178: Checking tracker ** [02:06:06 2020-06-13] 178: Checking user_migrations ** [02:06:06 2020-06-13] 178: Checking batch_updates ** [02:06:06 2020-06-13] 178: Checking gears ** [02:06:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:06:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:11 2020-06-13] 178: Checking imports ** [02:06:11 2020-06-13] 178: Checking exports ** [02:06:11 2020-06-13] 178: Checking users ** [02:06:11 2020-06-13] 178: Checking user_dbs ** [02:06:11 2020-06-13] 178: Checking geocodings ** [02:06:11 2020-06-13] 178: Checking synchronizations ** [02:06:11 2020-06-13] 178: Checking tracker ** [02:06:11 2020-06-13] 178: Checking user_migrations ** [02:06:11 2020-06-13] 178: Checking batch_updates ** [02:06:11 2020-06-13] 178: Checking gears ** [02:06:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:06:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:16 2020-06-13] 178: Checking imports ** [02:06:16 2020-06-13] 178: Checking exports ** [02:06:16 2020-06-13] 178: Checking users ** [02:06:16 2020-06-13] 178: Checking user_dbs ** [02:06:16 2020-06-13] 178: Checking geocodings ** [02:06:16 2020-06-13] 178: Checking synchronizations ** [02:06:16 2020-06-13] 178: Checking tracker ** [02:06:16 2020-06-13] 178: Checking user_migrations ** [02:06:16 2020-06-13] 178: Checking batch_updates ** [02:06:16 2020-06-13] 178: Checking gears ** [02:06:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:06:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:21 2020-06-13] 178: Checking imports ** [02:06:21 2020-06-13] 178: Checking exports ** [02:06:21 2020-06-13] 178: Checking users ** [02:06:21 2020-06-13] 178: Checking user_dbs ** [02:06:21 2020-06-13] 178: Checking geocodings ** [02:06:21 2020-06-13] 178: Checking synchronizations ** [02:06:21 2020-06-13] 178: Checking tracker ** [02:06:21 2020-06-13] 178: Checking user_migrations ** [02:06:21 2020-06-13] 178: Checking batch_updates ** [02:06:21 2020-06-13] 178: Checking gears ** [02:06:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:06:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:26 2020-06-13] 178: Checking imports ** [02:06:26 2020-06-13] 178: Checking exports ** [02:06:26 2020-06-13] 178: Checking users ** [02:06:26 2020-06-13] 178: Checking user_dbs ** [02:06:26 2020-06-13] 178: Checking geocodings ** [02:06:26 2020-06-13] 178: Checking synchronizations ** [02:06:26 2020-06-13] 178: Checking tracker ** [02:06:26 2020-06-13] 178: Checking user_migrations ** [02:06:26 2020-06-13] 178: Checking batch_updates ** [02:06:26 2020-06-13] 178: Checking gears ** [02:06:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:06:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:31 2020-06-13] 178: Checking imports ** [02:06:31 2020-06-13] 178: Checking exports ** [02:06:31 2020-06-13] 178: Checking users ** [02:06:31 2020-06-13] 178: Checking user_dbs ** [02:06:31 2020-06-13] 178: Checking geocodings ** [02:06:31 2020-06-13] 178: Checking synchronizations ** [02:06:31 2020-06-13] 178: Checking tracker ** [02:06:31 2020-06-13] 178: Checking user_migrations ** [02:06:31 2020-06-13] 178: Checking batch_updates ** [02:06:31 2020-06-13] 178: Checking gears ** [02:06:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:06:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:36 2020-06-13] 178: Checking imports ** [02:06:36 2020-06-13] 178: Checking exports ** [02:06:36 2020-06-13] 178: Checking users ** [02:06:36 2020-06-13] 178: Checking user_dbs ** [02:06:36 2020-06-13] 178: Checking geocodings ** [02:06:36 2020-06-13] 178: Checking synchronizations ** [02:06:36 2020-06-13] 178: Checking tracker ** [02:06:36 2020-06-13] 178: Checking user_migrations ** [02:06:36 2020-06-13] 178: Checking batch_updates ** [02:06:36 2020-06-13] 178: Checking gears ** [02:06:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:06:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:41 2020-06-13] 178: Checking imports ** [02:06:41 2020-06-13] 178: Checking exports ** [02:06:41 2020-06-13] 178: Checking users ** [02:06:41 2020-06-13] 178: Checking user_dbs ** [02:06:41 2020-06-13] 178: Checking geocodings ** [02:06:41 2020-06-13] 178: Checking synchronizations ** [02:06:41 2020-06-13] 178: Checking tracker ** [02:06:41 2020-06-13] 178: Checking user_migrations ** [02:06:41 2020-06-13] 178: Checking batch_updates ** [02:06:41 2020-06-13] 178: Checking gears ** [02:06:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:06:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:46 2020-06-13] 178: Checking imports ** [02:06:46 2020-06-13] 178: Checking exports ** [02:06:46 2020-06-13] 178: Checking users ** [02:06:46 2020-06-13] 178: Checking user_dbs ** [02:06:46 2020-06-13] 178: Checking geocodings ** [02:06:46 2020-06-13] 178: Checking synchronizations ** [02:06:46 2020-06-13] 178: Checking tracker ** [02:06:46 2020-06-13] 178: Checking user_migrations ** [02:06:46 2020-06-13] 178: Checking batch_updates ** [02:06:46 2020-06-13] 178: Checking gears ** [02:06:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:06:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:51 2020-06-13] 178: Checking imports ** [02:06:51 2020-06-13] 178: Checking exports ** [02:06:51 2020-06-13] 178: Checking users ** [02:06:51 2020-06-13] 178: Checking user_dbs ** [02:06:51 2020-06-13] 178: Checking geocodings ** [02:06:51 2020-06-13] 178: Checking synchronizations ** [02:06:51 2020-06-13] 178: Checking tracker ** [02:06:51 2020-06-13] 178: Checking user_migrations ** [02:06:51 2020-06-13] 178: Checking batch_updates ** [02:06:51 2020-06-13] 178: Checking gears ** [02:06:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:06:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:56 2020-06-13] 178: Checking imports ** [02:06:56 2020-06-13] 178: Checking exports ** [02:06:56 2020-06-13] 178: Checking users ** [02:06:56 2020-06-13] 178: Checking user_dbs ** [02:06:56 2020-06-13] 178: Checking geocodings ** [02:06:56 2020-06-13] 178: Checking synchronizations ** [02:06:56 2020-06-13] 178: Checking tracker ** [02:06:56 2020-06-13] 178: Checking user_migrations ** [02:06:56 2020-06-13] 178: Checking batch_updates ** [02:06:56 2020-06-13] 178: Checking gears ** [02:06:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:06:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:01 2020-06-13] 178: Checking imports ** [02:07:01 2020-06-13] 178: Checking exports ** [02:07:01 2020-06-13] 178: Checking users ** [02:07:01 2020-06-13] 178: Checking user_dbs ** [02:07:01 2020-06-13] 178: Checking geocodings ** [02:07:01 2020-06-13] 178: Checking synchronizations ** [02:07:01 2020-06-13] 178: Checking tracker ** [02:07:01 2020-06-13] 178: Checking user_migrations ** [02:07:01 2020-06-13] 178: Checking batch_updates ** [02:07:01 2020-06-13] 178: Checking gears ** [02:07:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:07:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:06 2020-06-13] 178: Checking imports ** [02:07:06 2020-06-13] 178: Checking exports ** [02:07:06 2020-06-13] 178: Checking users ** [02:07:06 2020-06-13] 178: Checking user_dbs ** [02:07:06 2020-06-13] 178: Checking geocodings ** [02:07:06 2020-06-13] 178: Checking synchronizations ** [02:07:06 2020-06-13] 178: Checking tracker ** [02:07:06 2020-06-13] 178: Checking user_migrations ** [02:07:06 2020-06-13] 178: Checking batch_updates ** [02:07:06 2020-06-13] 178: Checking gears ** [02:07:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:07:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:11 2020-06-13] 178: Checking imports ** [02:07:11 2020-06-13] 178: Checking exports ** [02:07:11 2020-06-13] 178: Checking users ** [02:07:11 2020-06-13] 178: Checking user_dbs ** [02:07:11 2020-06-13] 178: Checking geocodings ** [02:07:11 2020-06-13] 178: Checking synchronizations ** [02:07:11 2020-06-13] 178: Checking tracker ** [02:07:11 2020-06-13] 178: Checking user_migrations ** [02:07:11 2020-06-13] 178: Checking batch_updates ** [02:07:11 2020-06-13] 178: Checking gears ** [02:07:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:07:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:16 2020-06-13] 178: Checking imports ** [02:07:16 2020-06-13] 178: Checking exports ** [02:07:16 2020-06-13] 178: Checking users ** [02:07:16 2020-06-13] 178: Checking user_dbs ** [02:07:16 2020-06-13] 178: Checking geocodings ** [02:07:16 2020-06-13] 178: Checking synchronizations ** [02:07:16 2020-06-13] 178: Checking tracker ** [02:07:16 2020-06-13] 178: Checking user_migrations ** [02:07:16 2020-06-13] 178: Checking batch_updates ** [02:07:16 2020-06-13] 178: Checking gears ** [02:07:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:07:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:21 2020-06-13] 178: Checking imports ** [02:07:21 2020-06-13] 178: Checking exports ** [02:07:21 2020-06-13] 178: Checking users ** [02:07:21 2020-06-13] 178: Checking user_dbs ** [02:07:21 2020-06-13] 178: Checking geocodings ** [02:07:21 2020-06-13] 178: Checking synchronizations ** [02:07:21 2020-06-13] 178: Checking tracker ** [02:07:21 2020-06-13] 178: Checking user_migrations ** [02:07:21 2020-06-13] 178: Checking batch_updates ** [02:07:21 2020-06-13] 178: Checking gears ** [02:07:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:07:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:26 2020-06-13] 178: Checking imports ** [02:07:26 2020-06-13] 178: Checking exports ** [02:07:26 2020-06-13] 178: Checking users ** [02:07:26 2020-06-13] 178: Checking user_dbs ** [02:07:26 2020-06-13] 178: Checking geocodings ** [02:07:26 2020-06-13] 178: Checking synchronizations ** [02:07:26 2020-06-13] 178: Checking tracker ** [02:07:26 2020-06-13] 178: Checking user_migrations ** [02:07:26 2020-06-13] 178: Checking batch_updates ** [02:07:26 2020-06-13] 178: Checking gears ** [02:07:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:07:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:31 2020-06-13] 178: Checking imports ** [02:07:31 2020-06-13] 178: Checking exports ** [02:07:31 2020-06-13] 178: Checking users ** [02:07:31 2020-06-13] 178: Checking user_dbs ** [02:07:31 2020-06-13] 178: Checking geocodings ** [02:07:31 2020-06-13] 178: Checking synchronizations ** [02:07:31 2020-06-13] 178: Checking tracker ** [02:07:31 2020-06-13] 178: Checking user_migrations ** [02:07:31 2020-06-13] 178: Checking batch_updates ** [02:07:31 2020-06-13] 178: Checking gears ** [02:07:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:07:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:36 2020-06-13] 178: Checking imports ** [02:07:36 2020-06-13] 178: Checking exports ** [02:07:36 2020-06-13] 178: Checking users ** [02:07:36 2020-06-13] 178: Checking user_dbs ** [02:07:36 2020-06-13] 178: Checking geocodings ** [02:07:36 2020-06-13] 178: Checking synchronizations ** [02:07:36 2020-06-13] 178: Checking tracker ** [02:07:36 2020-06-13] 178: Checking user_migrations ** [02:07:36 2020-06-13] 178: Checking batch_updates ** [02:07:36 2020-06-13] 178: Checking gears ** [02:07:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:07:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:41 2020-06-13] 178: Checking imports ** [02:07:41 2020-06-13] 178: Checking exports ** [02:07:41 2020-06-13] 178: Checking users ** [02:07:41 2020-06-13] 178: Checking user_dbs ** [02:07:41 2020-06-13] 178: Checking geocodings ** [02:07:41 2020-06-13] 178: Checking synchronizations ** [02:07:41 2020-06-13] 178: Checking tracker ** [02:07:41 2020-06-13] 178: Checking user_migrations ** [02:07:41 2020-06-13] 178: Checking batch_updates ** [02:07:41 2020-06-13] 178: Checking gears ** [02:07:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:07:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:46 2020-06-13] 178: Checking imports ** [02:07:46 2020-06-13] 178: Checking exports ** [02:07:46 2020-06-13] 178: Checking users ** [02:07:46 2020-06-13] 178: Checking user_dbs ** [02:07:46 2020-06-13] 178: Checking geocodings ** [02:07:46 2020-06-13] 178: Checking synchronizations ** [02:07:46 2020-06-13] 178: Checking tracker ** [02:07:46 2020-06-13] 178: Checking user_migrations ** [02:07:46 2020-06-13] 178: Checking batch_updates ** [02:07:46 2020-06-13] 178: Checking gears ** [02:07:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:07:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:51 2020-06-13] 178: Checking imports ** [02:07:51 2020-06-13] 178: Checking exports ** [02:07:51 2020-06-13] 178: Checking users ** [02:07:51 2020-06-13] 178: Checking user_dbs ** [02:07:51 2020-06-13] 178: Checking geocodings ** [02:07:51 2020-06-13] 178: Checking synchronizations ** [02:07:51 2020-06-13] 178: Checking tracker ** [02:07:51 2020-06-13] 178: Checking user_migrations ** [02:07:51 2020-06-13] 178: Checking batch_updates ** [02:07:51 2020-06-13] 178: Checking gears ** [02:07:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:07:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:56 2020-06-13] 178: Checking imports ** [02:07:56 2020-06-13] 178: Checking exports ** [02:07:56 2020-06-13] 178: Checking users ** [02:07:56 2020-06-13] 178: Checking user_dbs ** [02:07:56 2020-06-13] 178: Checking geocodings ** [02:07:56 2020-06-13] 178: Checking synchronizations ** [02:07:56 2020-06-13] 178: Checking tracker ** [02:07:56 2020-06-13] 178: Checking user_migrations ** [02:07:56 2020-06-13] 178: Checking batch_updates ** [02:07:56 2020-06-13] 178: Checking gears ** [02:07:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:07:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:01 2020-06-13] 178: Checking imports ** [02:08:01 2020-06-13] 178: Checking exports ** [02:08:01 2020-06-13] 178: Checking users ** [02:08:01 2020-06-13] 178: Checking user_dbs ** [02:08:01 2020-06-13] 178: Checking geocodings ** [02:08:01 2020-06-13] 178: Checking synchronizations ** [02:08:01 2020-06-13] 178: Checking tracker ** [02:08:01 2020-06-13] 178: Checking user_migrations ** [02:08:01 2020-06-13] 178: Checking batch_updates ** [02:08:01 2020-06-13] 178: Checking gears ** [02:08:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:08:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:06 2020-06-13] 178: Checking imports ** [02:08:06 2020-06-13] 178: Checking exports ** [02:08:06 2020-06-13] 178: Checking users ** [02:08:06 2020-06-13] 178: Checking user_dbs ** [02:08:06 2020-06-13] 178: Checking geocodings ** [02:08:06 2020-06-13] 178: Checking synchronizations ** [02:08:06 2020-06-13] 178: Checking tracker ** [02:08:06 2020-06-13] 178: Checking user_migrations ** [02:08:06 2020-06-13] 178: Checking batch_updates ** [02:08:06 2020-06-13] 178: Checking gears ** [02:08:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:08:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:11 2020-06-13] 178: Checking imports ** [02:08:11 2020-06-13] 178: Checking exports ** [02:08:11 2020-06-13] 178: Checking users ** [02:08:11 2020-06-13] 178: Checking user_dbs ** [02:08:11 2020-06-13] 178: Checking geocodings ** [02:08:11 2020-06-13] 178: Checking synchronizations ** [02:08:11 2020-06-13] 178: Checking tracker ** [02:08:11 2020-06-13] 178: Checking user_migrations ** [02:08:11 2020-06-13] 178: Checking batch_updates ** [02:08:11 2020-06-13] 178: Checking gears ** [02:08:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:08:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:16 2020-06-13] 178: Checking imports ** [02:08:16 2020-06-13] 178: Checking exports ** [02:08:16 2020-06-13] 178: Checking users ** [02:08:16 2020-06-13] 178: Checking user_dbs ** [02:08:16 2020-06-13] 178: Checking geocodings ** [02:08:16 2020-06-13] 178: Checking synchronizations ** [02:08:16 2020-06-13] 178: Checking tracker ** [02:08:16 2020-06-13] 178: Checking user_migrations ** [02:08:16 2020-06-13] 178: Checking batch_updates ** [02:08:16 2020-06-13] 178: Checking gears ** [02:08:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:08:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:21 2020-06-13] 178: Checking imports ** [02:08:21 2020-06-13] 178: Checking exports ** [02:08:21 2020-06-13] 178: Checking users ** [02:08:21 2020-06-13] 178: Checking user_dbs ** [02:08:21 2020-06-13] 178: Checking geocodings ** [02:08:21 2020-06-13] 178: Checking synchronizations ** [02:08:21 2020-06-13] 178: Checking tracker ** [02:08:21 2020-06-13] 178: Checking user_migrations ** [02:08:21 2020-06-13] 178: Checking batch_updates ** [02:08:21 2020-06-13] 178: Checking gears ** [02:08:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:08:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:26 2020-06-13] 178: Checking imports ** [02:08:26 2020-06-13] 178: Checking exports ** [02:08:26 2020-06-13] 178: Checking users ** [02:08:26 2020-06-13] 178: Checking user_dbs ** [02:08:26 2020-06-13] 178: Checking geocodings ** [02:08:26 2020-06-13] 178: Checking synchronizations ** [02:08:26 2020-06-13] 178: Checking tracker ** [02:08:26 2020-06-13] 178: Checking user_migrations ** [02:08:26 2020-06-13] 178: Checking batch_updates ** [02:08:26 2020-06-13] 178: Checking gears ** [02:08:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:08:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:31 2020-06-13] 178: Checking imports ** [02:08:31 2020-06-13] 178: Checking exports ** [02:08:31 2020-06-13] 178: Checking users ** [02:08:31 2020-06-13] 178: Checking user_dbs ** [02:08:31 2020-06-13] 178: Checking geocodings ** [02:08:31 2020-06-13] 178: Checking synchronizations ** [02:08:31 2020-06-13] 178: Checking tracker ** [02:08:31 2020-06-13] 178: Checking user_migrations ** [02:08:31 2020-06-13] 178: Checking batch_updates ** [02:08:31 2020-06-13] 178: Checking gears ** [02:08:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:08:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:36 2020-06-13] 178: Checking imports ** [02:08:36 2020-06-13] 178: Checking exports ** [02:08:36 2020-06-13] 178: Checking users ** [02:08:36 2020-06-13] 178: Checking user_dbs ** [02:08:36 2020-06-13] 178: Checking geocodings ** [02:08:36 2020-06-13] 178: Checking synchronizations ** [02:08:36 2020-06-13] 178: Checking tracker ** [02:08:36 2020-06-13] 178: Checking user_migrations ** [02:08:36 2020-06-13] 178: Checking batch_updates ** [02:08:36 2020-06-13] 178: Checking gears ** [02:08:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:08:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:41 2020-06-13] 178: Checking imports ** [02:08:41 2020-06-13] 178: Checking exports ** [02:08:41 2020-06-13] 178: Checking users ** [02:08:41 2020-06-13] 178: Checking user_dbs ** [02:08:41 2020-06-13] 178: Checking geocodings ** [02:08:41 2020-06-13] 178: Checking synchronizations ** [02:08:41 2020-06-13] 178: Checking tracker ** [02:08:41 2020-06-13] 178: Checking user_migrations ** [02:08:41 2020-06-13] 178: Checking batch_updates ** [02:08:41 2020-06-13] 178: Checking gears ** [02:08:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:08:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:46 2020-06-13] 178: Checking imports ** [02:08:46 2020-06-13] 178: Checking exports ** [02:08:46 2020-06-13] 178: Checking users ** [02:08:46 2020-06-13] 178: Checking user_dbs ** [02:08:46 2020-06-13] 178: Checking geocodings ** [02:08:46 2020-06-13] 178: Checking synchronizations ** [02:08:46 2020-06-13] 178: Checking tracker ** [02:08:46 2020-06-13] 178: Checking user_migrations ** [02:08:46 2020-06-13] 178: Checking batch_updates ** [02:08:46 2020-06-13] 178: Checking gears ** [02:08:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:08:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:51 2020-06-13] 178: Checking imports ** [02:08:51 2020-06-13] 178: Checking exports ** [02:08:51 2020-06-13] 178: Checking users ** [02:08:51 2020-06-13] 178: Checking user_dbs ** [02:08:51 2020-06-13] 178: Checking geocodings ** [02:08:51 2020-06-13] 178: Checking synchronizations ** [02:08:51 2020-06-13] 178: Checking tracker ** [02:08:51 2020-06-13] 178: Checking user_migrations ** [02:08:51 2020-06-13] 178: Checking batch_updates ** [02:08:51 2020-06-13] 178: Checking gears ** [02:08:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:08:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:56 2020-06-13] 178: Checking imports ** [02:08:56 2020-06-13] 178: Checking exports ** [02:08:56 2020-06-13] 178: Checking users ** [02:08:56 2020-06-13] 178: Checking user_dbs ** [02:08:56 2020-06-13] 178: Checking geocodings ** [02:08:56 2020-06-13] 178: Checking synchronizations ** [02:08:56 2020-06-13] 178: Checking tracker ** [02:08:56 2020-06-13] 178: Checking user_migrations ** [02:08:56 2020-06-13] 178: Checking batch_updates ** [02:08:56 2020-06-13] 178: Checking gears ** [02:08:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:08:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:01 2020-06-13] 178: Checking imports ** [02:09:01 2020-06-13] 178: Checking exports ** [02:09:01 2020-06-13] 178: Checking users ** [02:09:01 2020-06-13] 178: Checking user_dbs ** [02:09:01 2020-06-13] 178: Checking geocodings ** [02:09:01 2020-06-13] 178: Checking synchronizations ** [02:09:01 2020-06-13] 178: Checking tracker ** [02:09:01 2020-06-13] 178: Checking user_migrations ** [02:09:01 2020-06-13] 178: Checking batch_updates ** [02:09:01 2020-06-13] 178: Checking gears ** [02:09:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:09:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:06 2020-06-13] 178: Checking imports ** [02:09:06 2020-06-13] 178: Checking exports ** [02:09:06 2020-06-13] 178: Checking users ** [02:09:06 2020-06-13] 178: Checking user_dbs ** [02:09:06 2020-06-13] 178: Checking geocodings ** [02:09:06 2020-06-13] 178: Checking synchronizations ** [02:09:06 2020-06-13] 178: Checking tracker ** [02:09:06 2020-06-13] 178: Checking user_migrations ** [02:09:06 2020-06-13] 178: Checking batch_updates ** [02:09:06 2020-06-13] 178: Checking gears ** [02:09:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:09:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:11 2020-06-13] 178: Checking imports ** [02:09:11 2020-06-13] 178: Checking exports ** [02:09:11 2020-06-13] 178: Checking users ** [02:09:11 2020-06-13] 178: Checking user_dbs ** [02:09:11 2020-06-13] 178: Checking geocodings ** [02:09:11 2020-06-13] 178: Checking synchronizations ** [02:09:11 2020-06-13] 178: Checking tracker ** [02:09:11 2020-06-13] 178: Checking user_migrations ** [02:09:11 2020-06-13] 178: Checking batch_updates ** [02:09:11 2020-06-13] 178: Checking gears ** [02:09:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:09:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:16 2020-06-13] 178: Checking imports ** [02:09:16 2020-06-13] 178: Checking exports ** [02:09:16 2020-06-13] 178: Checking users ** [02:09:16 2020-06-13] 178: Checking user_dbs ** [02:09:16 2020-06-13] 178: Checking geocodings ** [02:09:16 2020-06-13] 178: Checking synchronizations ** [02:09:16 2020-06-13] 178: Checking tracker ** [02:09:16 2020-06-13] 178: Checking user_migrations ** [02:09:16 2020-06-13] 178: Checking batch_updates ** [02:09:16 2020-06-13] 178: Checking gears ** [02:09:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:09:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:21 2020-06-13] 178: Checking imports ** [02:09:21 2020-06-13] 178: Checking exports ** [02:09:21 2020-06-13] 178: Checking users ** [02:09:21 2020-06-13] 178: Checking user_dbs ** [02:09:21 2020-06-13] 178: Checking geocodings ** [02:09:21 2020-06-13] 178: Checking synchronizations ** [02:09:21 2020-06-13] 178: Checking tracker ** [02:09:21 2020-06-13] 178: Checking user_migrations ** [02:09:21 2020-06-13] 178: Checking batch_updates ** [02:09:21 2020-06-13] 178: Checking gears ** [02:09:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:09:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:26 2020-06-13] 178: Checking imports ** [02:09:26 2020-06-13] 178: Checking exports ** [02:09:26 2020-06-13] 178: Checking users ** [02:09:26 2020-06-13] 178: Checking user_dbs ** [02:09:26 2020-06-13] 178: Checking geocodings ** [02:09:26 2020-06-13] 178: Checking synchronizations ** [02:09:26 2020-06-13] 178: Checking tracker ** [02:09:26 2020-06-13] 178: Checking user_migrations ** [02:09:26 2020-06-13] 178: Checking batch_updates ** [02:09:26 2020-06-13] 178: Checking gears ** [02:09:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:09:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:31 2020-06-13] 178: Checking imports ** [02:09:31 2020-06-13] 178: Checking exports ** [02:09:31 2020-06-13] 178: Checking users ** [02:09:31 2020-06-13] 178: Checking user_dbs ** [02:09:31 2020-06-13] 178: Checking geocodings ** [02:09:31 2020-06-13] 178: Checking synchronizations ** [02:09:31 2020-06-13] 178: Checking tracker ** [02:09:31 2020-06-13] 178: Checking user_migrations ** [02:09:31 2020-06-13] 178: Checking batch_updates ** [02:09:31 2020-06-13] 178: Checking gears ** [02:09:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:09:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:36 2020-06-13] 178: Checking imports ** [02:09:36 2020-06-13] 178: Checking exports ** [02:09:36 2020-06-13] 178: Checking users ** [02:09:36 2020-06-13] 178: Checking user_dbs ** [02:09:36 2020-06-13] 178: Checking geocodings ** [02:09:36 2020-06-13] 178: Checking synchronizations ** [02:09:36 2020-06-13] 178: Checking tracker ** [02:09:36 2020-06-13] 178: Checking user_migrations ** [02:09:36 2020-06-13] 178: Checking batch_updates ** [02:09:36 2020-06-13] 178: Checking gears ** [02:09:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:09:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:41 2020-06-13] 178: Checking imports ** [02:09:41 2020-06-13] 178: Checking exports ** [02:09:41 2020-06-13] 178: Checking users ** [02:09:41 2020-06-13] 178: Checking user_dbs ** [02:09:41 2020-06-13] 178: Checking geocodings ** [02:09:41 2020-06-13] 178: Checking synchronizations ** [02:09:41 2020-06-13] 178: Checking tracker ** [02:09:41 2020-06-13] 178: Checking user_migrations ** [02:09:41 2020-06-13] 178: Checking batch_updates ** [02:09:41 2020-06-13] 178: Checking gears ** [02:09:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:09:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:46 2020-06-13] 178: Checking imports ** [02:09:46 2020-06-13] 178: Checking exports ** [02:09:46 2020-06-13] 178: Checking users ** [02:09:46 2020-06-13] 178: Checking user_dbs ** [02:09:46 2020-06-13] 178: Checking geocodings ** [02:09:46 2020-06-13] 178: Checking synchronizations ** [02:09:46 2020-06-13] 178: Checking tracker ** [02:09:46 2020-06-13] 178: Checking user_migrations ** [02:09:46 2020-06-13] 178: Checking batch_updates ** [02:09:46 2020-06-13] 178: Checking gears ** [02:09:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:09:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:51 2020-06-13] 178: Checking imports ** [02:09:51 2020-06-13] 178: Checking exports ** [02:09:51 2020-06-13] 178: Checking users ** [02:09:51 2020-06-13] 178: Checking user_dbs ** [02:09:51 2020-06-13] 178: Checking geocodings ** [02:09:51 2020-06-13] 178: Checking synchronizations ** [02:09:51 2020-06-13] 178: Checking tracker ** [02:09:51 2020-06-13] 178: Checking user_migrations ** [02:09:51 2020-06-13] 178: Checking batch_updates ** [02:09:51 2020-06-13] 178: Checking gears ** [02:09:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:09:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:56 2020-06-13] 178: Checking imports ** [02:09:56 2020-06-13] 178: Checking exports ** [02:09:56 2020-06-13] 178: Checking users ** [02:09:56 2020-06-13] 178: Checking user_dbs ** [02:09:56 2020-06-13] 178: Checking geocodings ** [02:09:56 2020-06-13] 178: Checking synchronizations ** [02:09:56 2020-06-13] 178: Checking tracker ** [02:09:56 2020-06-13] 178: Checking user_migrations ** [02:09:56 2020-06-13] 178: Checking batch_updates ** [02:09:56 2020-06-13] 178: Checking gears ** [02:09:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:09:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:01 2020-06-13] 178: Checking imports ** [02:10:01 2020-06-13] 178: Checking exports ** [02:10:01 2020-06-13] 178: Checking users ** [02:10:01 2020-06-13] 178: Checking user_dbs ** [02:10:01 2020-06-13] 178: Checking geocodings ** [02:10:01 2020-06-13] 178: Checking synchronizations ** [02:10:01 2020-06-13] 178: Checking tracker ** [02:10:01 2020-06-13] 178: Checking user_migrations ** [02:10:01 2020-06-13] 178: Checking batch_updates ** [02:10:01 2020-06-13] 178: Checking gears ** [02:10:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:10:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:06 2020-06-13] 178: Checking imports ** [02:10:06 2020-06-13] 178: Checking exports ** [02:10:06 2020-06-13] 178: Checking users ** [02:10:06 2020-06-13] 178: Checking user_dbs ** [02:10:06 2020-06-13] 178: Checking geocodings ** [02:10:06 2020-06-13] 178: Checking synchronizations ** [02:10:06 2020-06-13] 178: Checking tracker ** [02:10:06 2020-06-13] 178: Checking user_migrations ** [02:10:06 2020-06-13] 178: Checking batch_updates ** [02:10:06 2020-06-13] 178: Checking gears ** [02:10:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:10:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:11 2020-06-13] 178: Checking imports ** [02:10:11 2020-06-13] 178: Checking exports ** [02:10:11 2020-06-13] 178: Checking users ** [02:10:11 2020-06-13] 178: Checking user_dbs ** [02:10:11 2020-06-13] 178: Checking geocodings ** [02:10:11 2020-06-13] 178: Checking synchronizations ** [02:10:11 2020-06-13] 178: Checking tracker ** [02:10:11 2020-06-13] 178: Checking user_migrations ** [02:10:11 2020-06-13] 178: Checking batch_updates ** [02:10:11 2020-06-13] 178: Checking gears ** [02:10:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:10:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:16 2020-06-13] 178: Checking imports ** [02:10:16 2020-06-13] 178: Checking exports ** [02:10:16 2020-06-13] 178: Checking users ** [02:10:16 2020-06-13] 178: Checking user_dbs ** [02:10:16 2020-06-13] 178: Checking geocodings ** [02:10:16 2020-06-13] 178: Checking synchronizations ** [02:10:16 2020-06-13] 178: Checking tracker ** [02:10:16 2020-06-13] 178: Checking user_migrations ** [02:10:16 2020-06-13] 178: Checking batch_updates ** [02:10:16 2020-06-13] 178: Checking gears ** [02:10:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:10:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:21 2020-06-13] 178: Checking imports ** [02:10:21 2020-06-13] 178: Checking exports ** [02:10:21 2020-06-13] 178: Checking users ** [02:10:22 2020-06-13] 178: Checking user_dbs ** [02:10:22 2020-06-13] 178: Checking geocodings ** [02:10:22 2020-06-13] 178: Checking synchronizations ** [02:10:22 2020-06-13] 178: Checking tracker ** [02:10:22 2020-06-13] 178: Checking user_migrations ** [02:10:22 2020-06-13] 178: Checking batch_updates ** [02:10:22 2020-06-13] 178: Checking gears ** [02:10:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:10:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:27 2020-06-13] 178: Checking imports ** [02:10:27 2020-06-13] 178: Checking exports ** [02:10:27 2020-06-13] 178: Checking users ** [02:10:27 2020-06-13] 178: Checking user_dbs ** [02:10:27 2020-06-13] 178: Checking geocodings ** [02:10:27 2020-06-13] 178: Checking synchronizations ** [02:10:27 2020-06-13] 178: Checking tracker ** [02:10:27 2020-06-13] 178: Checking user_migrations ** [02:10:27 2020-06-13] 178: Checking batch_updates ** [02:10:27 2020-06-13] 178: Checking gears ** [02:10:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:10:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:32 2020-06-13] 178: Checking imports ** [02:10:32 2020-06-13] 178: Checking exports ** [02:10:32 2020-06-13] 178: Checking users ** [02:10:32 2020-06-13] 178: Checking user_dbs ** [02:10:32 2020-06-13] 178: Checking geocodings ** [02:10:32 2020-06-13] 178: Checking synchronizations ** [02:10:32 2020-06-13] 178: Checking tracker ** [02:10:32 2020-06-13] 178: Checking user_migrations ** [02:10:32 2020-06-13] 178: Checking batch_updates ** [02:10:32 2020-06-13] 178: Checking gears ** [02:10:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:10:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:37 2020-06-13] 178: Checking imports ** [02:10:37 2020-06-13] 178: Checking exports ** [02:10:37 2020-06-13] 178: Checking users ** [02:10:37 2020-06-13] 178: Checking user_dbs ** [02:10:37 2020-06-13] 178: Checking geocodings ** [02:10:37 2020-06-13] 178: Checking synchronizations ** [02:10:37 2020-06-13] 178: Checking tracker ** [02:10:37 2020-06-13] 178: Checking user_migrations ** [02:10:37 2020-06-13] 178: Checking batch_updates ** [02:10:37 2020-06-13] 178: Checking gears ** [02:10:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:10:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:42 2020-06-13] 178: Checking imports ** [02:10:42 2020-06-13] 178: Checking exports ** [02:10:42 2020-06-13] 178: Checking users ** [02:10:42 2020-06-13] 178: Checking user_dbs ** [02:10:42 2020-06-13] 178: Checking geocodings ** [02:10:42 2020-06-13] 178: Checking synchronizations ** [02:10:42 2020-06-13] 178: Checking tracker ** [02:10:42 2020-06-13] 178: Checking user_migrations ** [02:10:42 2020-06-13] 178: Checking batch_updates ** [02:10:42 2020-06-13] 178: Checking gears ** [02:10:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:10:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:47 2020-06-13] 178: Checking imports ** [02:10:47 2020-06-13] 178: Checking exports ** [02:10:47 2020-06-13] 178: Checking users ** [02:10:47 2020-06-13] 178: Checking user_dbs ** [02:10:47 2020-06-13] 178: Checking geocodings ** [02:10:47 2020-06-13] 178: Checking synchronizations ** [02:10:47 2020-06-13] 178: Checking tracker ** [02:10:47 2020-06-13] 178: Checking user_migrations ** [02:10:47 2020-06-13] 178: Checking batch_updates ** [02:10:47 2020-06-13] 178: Checking gears ** [02:10:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:10:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:52 2020-06-13] 178: Checking imports ** [02:10:52 2020-06-13] 178: Checking exports ** [02:10:52 2020-06-13] 178: Checking users ** [02:10:52 2020-06-13] 178: Checking user_dbs ** [02:10:52 2020-06-13] 178: Checking geocodings ** [02:10:52 2020-06-13] 178: Checking synchronizations ** [02:10:52 2020-06-13] 178: Checking tracker ** [02:10:52 2020-06-13] 178: Checking user_migrations ** [02:10:52 2020-06-13] 178: Checking batch_updates ** [02:10:52 2020-06-13] 178: Checking gears ** [02:10:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:10:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:57 2020-06-13] 178: Checking imports ** [02:10:57 2020-06-13] 178: Checking exports ** [02:10:57 2020-06-13] 178: Checking users ** [02:10:57 2020-06-13] 178: Checking user_dbs ** [02:10:57 2020-06-13] 178: Checking geocodings ** [02:10:57 2020-06-13] 178: Checking synchronizations ** [02:10:57 2020-06-13] 178: Checking tracker ** [02:10:57 2020-06-13] 178: Checking user_migrations ** [02:10:57 2020-06-13] 178: Checking batch_updates ** [02:10:57 2020-06-13] 178: Checking gears ** [02:10:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:10:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:02 2020-06-13] 178: Checking imports ** [02:11:02 2020-06-13] 178: Checking exports ** [02:11:02 2020-06-13] 178: Checking users ** [02:11:02 2020-06-13] 178: Checking user_dbs ** [02:11:02 2020-06-13] 178: Checking geocodings ** [02:11:02 2020-06-13] 178: Checking synchronizations ** [02:11:02 2020-06-13] 178: Checking tracker ** [02:11:02 2020-06-13] 178: Checking user_migrations ** [02:11:02 2020-06-13] 178: Checking batch_updates ** [02:11:02 2020-06-13] 178: Checking gears ** [02:11:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:11:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:07 2020-06-13] 178: Checking imports ** [02:11:07 2020-06-13] 178: Checking exports ** [02:11:07 2020-06-13] 178: Checking users ** [02:11:07 2020-06-13] 178: Checking user_dbs ** [02:11:07 2020-06-13] 178: Checking geocodings ** [02:11:07 2020-06-13] 178: Checking synchronizations ** [02:11:07 2020-06-13] 178: Checking tracker ** [02:11:07 2020-06-13] 178: Checking user_migrations ** [02:11:07 2020-06-13] 178: Checking batch_updates ** [02:11:07 2020-06-13] 178: Checking gears ** [02:11:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:11:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:12 2020-06-13] 178: Checking imports ** [02:11:12 2020-06-13] 178: Checking exports ** [02:11:12 2020-06-13] 178: Checking users ** [02:11:12 2020-06-13] 178: Checking user_dbs ** [02:11:12 2020-06-13] 178: Checking geocodings ** [02:11:12 2020-06-13] 178: Checking synchronizations ** [02:11:12 2020-06-13] 178: Checking tracker ** [02:11:12 2020-06-13] 178: Checking user_migrations ** [02:11:12 2020-06-13] 178: Checking batch_updates ** [02:11:12 2020-06-13] 178: Checking gears ** [02:11:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:11:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:17 2020-06-13] 178: Checking imports ** [02:11:17 2020-06-13] 178: Checking exports ** [02:11:17 2020-06-13] 178: Checking users ** [02:11:17 2020-06-13] 178: Checking user_dbs ** [02:11:17 2020-06-13] 178: Checking geocodings ** [02:11:17 2020-06-13] 178: Checking synchronizations ** [02:11:17 2020-06-13] 178: Checking tracker ** [02:11:17 2020-06-13] 178: Checking user_migrations ** [02:11:17 2020-06-13] 178: Checking batch_updates ** [02:11:17 2020-06-13] 178: Checking gears ** [02:11:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:11:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:22 2020-06-13] 178: Checking imports ** [02:11:22 2020-06-13] 178: Checking exports ** [02:11:22 2020-06-13] 178: Checking users ** [02:11:22 2020-06-13] 178: Checking user_dbs ** [02:11:22 2020-06-13] 178: Checking geocodings ** [02:11:22 2020-06-13] 178: Checking synchronizations ** [02:11:22 2020-06-13] 178: Checking tracker ** [02:11:22 2020-06-13] 178: Checking user_migrations ** [02:11:22 2020-06-13] 178: Checking batch_updates ** [02:11:22 2020-06-13] 178: Checking gears ** [02:11:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:11:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:27 2020-06-13] 178: Checking imports ** [02:11:27 2020-06-13] 178: Checking exports ** [02:11:27 2020-06-13] 178: Checking users ** [02:11:27 2020-06-13] 178: Checking user_dbs ** [02:11:27 2020-06-13] 178: Checking geocodings ** [02:11:27 2020-06-13] 178: Checking synchronizations ** [02:11:27 2020-06-13] 178: Checking tracker ** [02:11:27 2020-06-13] 178: Checking user_migrations ** [02:11:27 2020-06-13] 178: Checking batch_updates ** [02:11:27 2020-06-13] 178: Checking gears ** [02:11:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:11:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:32 2020-06-13] 178: Checking imports ** [02:11:32 2020-06-13] 178: Checking exports ** [02:11:32 2020-06-13] 178: Checking users ** [02:11:32 2020-06-13] 178: Checking user_dbs ** [02:11:32 2020-06-13] 178: Checking geocodings ** [02:11:32 2020-06-13] 178: Checking synchronizations ** [02:11:32 2020-06-13] 178: Checking tracker ** [02:11:32 2020-06-13] 178: Checking user_migrations ** [02:11:32 2020-06-13] 178: Checking batch_updates ** [02:11:32 2020-06-13] 178: Checking gears ** [02:11:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:11:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:37 2020-06-13] 178: Checking imports ** [02:11:37 2020-06-13] 178: Checking exports ** [02:11:37 2020-06-13] 178: Checking users ** [02:11:37 2020-06-13] 178: Checking user_dbs ** [02:11:37 2020-06-13] 178: Checking geocodings ** [02:11:37 2020-06-13] 178: Checking synchronizations ** [02:11:37 2020-06-13] 178: Checking tracker ** [02:11:37 2020-06-13] 178: Checking user_migrations ** [02:11:37 2020-06-13] 178: Checking batch_updates ** [02:11:37 2020-06-13] 178: Checking gears ** [02:11:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:11:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:42 2020-06-13] 178: Checking imports ** [02:11:42 2020-06-13] 178: Checking exports ** [02:11:42 2020-06-13] 178: Checking users ** [02:11:42 2020-06-13] 178: Checking user_dbs ** [02:11:42 2020-06-13] 178: Checking geocodings ** [02:11:42 2020-06-13] 178: Checking synchronizations ** [02:11:42 2020-06-13] 178: Checking tracker ** [02:11:42 2020-06-13] 178: Checking user_migrations ** [02:11:42 2020-06-13] 178: Checking batch_updates ** [02:11:42 2020-06-13] 178: Checking gears ** [02:11:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:11:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:47 2020-06-13] 178: Checking imports ** [02:11:47 2020-06-13] 178: Checking exports ** [02:11:47 2020-06-13] 178: Checking users ** [02:11:47 2020-06-13] 178: Checking user_dbs ** [02:11:47 2020-06-13] 178: Checking geocodings ** [02:11:47 2020-06-13] 178: Checking synchronizations ** [02:11:47 2020-06-13] 178: Checking tracker ** [02:11:47 2020-06-13] 178: Checking user_migrations ** [02:11:47 2020-06-13] 178: Checking batch_updates ** [02:11:47 2020-06-13] 178: Checking gears ** [02:11:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:11:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:52 2020-06-13] 178: Checking imports ** [02:11:52 2020-06-13] 178: Checking exports ** [02:11:52 2020-06-13] 178: Checking users ** [02:11:52 2020-06-13] 178: Checking user_dbs ** [02:11:52 2020-06-13] 178: Checking geocodings ** [02:11:52 2020-06-13] 178: Checking synchronizations ** [02:11:52 2020-06-13] 178: Checking tracker ** [02:11:52 2020-06-13] 178: Checking user_migrations ** [02:11:52 2020-06-13] 178: Checking batch_updates ** [02:11:52 2020-06-13] 178: Checking gears ** [02:11:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:11:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:57 2020-06-13] 178: Checking imports ** [02:11:57 2020-06-13] 178: Checking exports ** [02:11:57 2020-06-13] 178: Checking users ** [02:11:57 2020-06-13] 178: Checking user_dbs ** [02:11:57 2020-06-13] 178: Checking geocodings ** [02:11:57 2020-06-13] 178: Checking synchronizations ** [02:11:57 2020-06-13] 178: Checking tracker ** [02:11:57 2020-06-13] 178: Checking user_migrations ** [02:11:57 2020-06-13] 178: Checking batch_updates ** [02:11:57 2020-06-13] 178: Checking gears ** [02:11:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:11:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:02 2020-06-13] 178: Checking imports ** [02:12:02 2020-06-13] 178: Checking exports ** [02:12:02 2020-06-13] 178: Checking users ** [02:12:02 2020-06-13] 178: Checking user_dbs ** [02:12:02 2020-06-13] 178: Checking geocodings ** [02:12:02 2020-06-13] 178: Checking synchronizations ** [02:12:02 2020-06-13] 178: Checking tracker ** [02:12:02 2020-06-13] 178: Checking user_migrations ** [02:12:02 2020-06-13] 178: Checking batch_updates ** [02:12:02 2020-06-13] 178: Checking gears ** [02:12:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:12:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:07 2020-06-13] 178: Checking imports ** [02:12:07 2020-06-13] 178: Checking exports ** [02:12:07 2020-06-13] 178: Checking users ** [02:12:07 2020-06-13] 178: Checking user_dbs ** [02:12:07 2020-06-13] 178: Checking geocodings ** [02:12:07 2020-06-13] 178: Checking synchronizations ** [02:12:07 2020-06-13] 178: Checking tracker ** [02:12:07 2020-06-13] 178: Checking user_migrations ** [02:12:07 2020-06-13] 178: Checking batch_updates ** [02:12:07 2020-06-13] 178: Checking gears ** [02:12:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:12:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:12 2020-06-13] 178: Checking imports ** [02:12:12 2020-06-13] 178: Checking exports ** [02:12:12 2020-06-13] 178: Checking users ** [02:12:12 2020-06-13] 178: Checking user_dbs ** [02:12:12 2020-06-13] 178: Checking geocodings ** [02:12:12 2020-06-13] 178: Checking synchronizations ** [02:12:12 2020-06-13] 178: Checking tracker ** [02:12:12 2020-06-13] 178: Checking user_migrations ** [02:12:12 2020-06-13] 178: Checking batch_updates ** [02:12:12 2020-06-13] 178: Checking gears ** [02:12:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:12:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:17 2020-06-13] 178: Checking imports ** [02:12:17 2020-06-13] 178: Checking exports ** [02:12:17 2020-06-13] 178: Checking users ** [02:12:17 2020-06-13] 178: Checking user_dbs ** [02:12:17 2020-06-13] 178: Checking geocodings ** [02:12:17 2020-06-13] 178: Checking synchronizations ** [02:12:17 2020-06-13] 178: Checking tracker ** [02:12:17 2020-06-13] 178: Checking user_migrations ** [02:12:17 2020-06-13] 178: Checking batch_updates ** [02:12:17 2020-06-13] 178: Checking gears ** [02:12:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:12:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:22 2020-06-13] 178: Checking imports ** [02:12:22 2020-06-13] 178: Checking exports ** [02:12:22 2020-06-13] 178: Checking users ** [02:12:22 2020-06-13] 178: Checking user_dbs ** [02:12:22 2020-06-13] 178: Checking geocodings ** [02:12:22 2020-06-13] 178: Checking synchronizations ** [02:12:22 2020-06-13] 178: Checking tracker ** [02:12:22 2020-06-13] 178: Checking user_migrations ** [02:12:22 2020-06-13] 178: Checking batch_updates ** [02:12:22 2020-06-13] 178: Checking gears ** [02:12:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:12:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:27 2020-06-13] 178: Checking imports ** [02:12:27 2020-06-13] 178: Checking exports ** [02:12:27 2020-06-13] 178: Checking users ** [02:12:27 2020-06-13] 178: Checking user_dbs ** [02:12:27 2020-06-13] 178: Checking geocodings ** [02:12:27 2020-06-13] 178: Checking synchronizations ** [02:12:27 2020-06-13] 178: Checking tracker ** [02:12:27 2020-06-13] 178: Checking user_migrations ** [02:12:27 2020-06-13] 178: Checking batch_updates ** [02:12:27 2020-06-13] 178: Checking gears ** [02:12:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:12:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:32 2020-06-13] 178: Checking imports ** [02:12:32 2020-06-13] 178: Checking exports ** [02:12:32 2020-06-13] 178: Checking users ** [02:12:32 2020-06-13] 178: Checking user_dbs ** [02:12:32 2020-06-13] 178: Checking geocodings ** [02:12:32 2020-06-13] 178: Checking synchronizations ** [02:12:32 2020-06-13] 178: Checking tracker ** [02:12:32 2020-06-13] 178: Checking user_migrations ** [02:12:32 2020-06-13] 178: Checking batch_updates ** [02:12:32 2020-06-13] 178: Checking gears ** [02:12:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:12:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:37 2020-06-13] 178: Checking imports ** [02:12:37 2020-06-13] 178: Checking exports ** [02:12:37 2020-06-13] 178: Checking users ** [02:12:37 2020-06-13] 178: Checking user_dbs ** [02:12:37 2020-06-13] 178: Checking geocodings ** [02:12:37 2020-06-13] 178: Checking synchronizations ** [02:12:37 2020-06-13] 178: Checking tracker ** [02:12:37 2020-06-13] 178: Checking user_migrations ** [02:12:37 2020-06-13] 178: Checking batch_updates ** [02:12:37 2020-06-13] 178: Checking gears ** [02:12:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:12:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:42 2020-06-13] 178: Checking imports ** [02:12:42 2020-06-13] 178: Checking exports ** [02:12:42 2020-06-13] 178: Checking users ** [02:12:42 2020-06-13] 178: Checking user_dbs ** [02:12:42 2020-06-13] 178: Checking geocodings ** [02:12:42 2020-06-13] 178: Checking synchronizations ** [02:12:42 2020-06-13] 178: Checking tracker ** [02:12:42 2020-06-13] 178: Checking user_migrations ** [02:12:42 2020-06-13] 178: Checking batch_updates ** [02:12:42 2020-06-13] 178: Checking gears ** [02:12:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:12:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:47 2020-06-13] 178: Checking imports ** [02:12:47 2020-06-13] 178: Checking exports ** [02:12:47 2020-06-13] 178: Checking users ** [02:12:47 2020-06-13] 178: Checking user_dbs ** [02:12:47 2020-06-13] 178: Checking geocodings ** [02:12:47 2020-06-13] 178: Checking synchronizations ** [02:12:47 2020-06-13] 178: Checking tracker ** [02:12:47 2020-06-13] 178: Checking user_migrations ** [02:12:47 2020-06-13] 178: Checking batch_updates ** [02:12:47 2020-06-13] 178: Checking gears ** [02:12:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:12:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:52 2020-06-13] 178: Checking imports ** [02:12:52 2020-06-13] 178: Checking exports ** [02:12:52 2020-06-13] 178: Checking users ** [02:12:52 2020-06-13] 178: Checking user_dbs ** [02:12:52 2020-06-13] 178: Checking geocodings ** [02:12:52 2020-06-13] 178: Checking synchronizations ** [02:12:52 2020-06-13] 178: Checking tracker ** [02:12:52 2020-06-13] 178: Checking user_migrations ** [02:12:52 2020-06-13] 178: Checking batch_updates ** [02:12:52 2020-06-13] 178: Checking gears ** [02:12:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:12:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:57 2020-06-13] 178: Checking imports ** [02:12:57 2020-06-13] 178: Checking exports ** [02:12:57 2020-06-13] 178: Checking users ** [02:12:57 2020-06-13] 178: Checking user_dbs ** [02:12:57 2020-06-13] 178: Checking geocodings ** [02:12:57 2020-06-13] 178: Checking synchronizations ** [02:12:57 2020-06-13] 178: Checking tracker ** [02:12:57 2020-06-13] 178: Checking user_migrations ** [02:12:57 2020-06-13] 178: Checking batch_updates ** [02:12:57 2020-06-13] 178: Checking gears ** [02:12:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:12:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:02 2020-06-13] 178: Checking imports ** [02:13:02 2020-06-13] 178: Checking exports ** [02:13:02 2020-06-13] 178: Checking users ** [02:13:02 2020-06-13] 178: Checking user_dbs ** [02:13:02 2020-06-13] 178: Checking geocodings ** [02:13:02 2020-06-13] 178: Checking synchronizations ** [02:13:02 2020-06-13] 178: Checking tracker ** [02:13:02 2020-06-13] 178: Checking user_migrations ** [02:13:02 2020-06-13] 178: Checking batch_updates ** [02:13:02 2020-06-13] 178: Checking gears ** [02:13:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:13:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:07 2020-06-13] 178: Checking imports ** [02:13:07 2020-06-13] 178: Checking exports ** [02:13:07 2020-06-13] 178: Checking users ** [02:13:07 2020-06-13] 178: Checking user_dbs ** [02:13:07 2020-06-13] 178: Checking geocodings ** [02:13:07 2020-06-13] 178: Checking synchronizations ** [02:13:07 2020-06-13] 178: Checking tracker ** [02:13:07 2020-06-13] 178: Checking user_migrations ** [02:13:07 2020-06-13] 178: Checking batch_updates ** [02:13:07 2020-06-13] 178: Checking gears ** [02:13:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:13:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:12 2020-06-13] 178: Checking imports ** [02:13:12 2020-06-13] 178: Checking exports ** [02:13:12 2020-06-13] 178: Checking users ** [02:13:12 2020-06-13] 178: Checking user_dbs ** [02:13:12 2020-06-13] 178: Checking geocodings ** [02:13:12 2020-06-13] 178: Checking synchronizations ** [02:13:12 2020-06-13] 178: Checking tracker ** [02:13:12 2020-06-13] 178: Checking user_migrations ** [02:13:12 2020-06-13] 178: Checking batch_updates ** [02:13:12 2020-06-13] 178: Checking gears ** [02:13:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:13:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:17 2020-06-13] 178: Checking imports ** [02:13:17 2020-06-13] 178: Checking exports ** [02:13:17 2020-06-13] 178: Checking users ** [02:13:17 2020-06-13] 178: Checking user_dbs ** [02:13:17 2020-06-13] 178: Checking geocodings ** [02:13:17 2020-06-13] 178: Checking synchronizations ** [02:13:17 2020-06-13] 178: Checking tracker ** [02:13:17 2020-06-13] 178: Checking user_migrations ** [02:13:17 2020-06-13] 178: Checking batch_updates ** [02:13:17 2020-06-13] 178: Checking gears ** [02:13:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:13:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:22 2020-06-13] 178: Checking imports ** [02:13:22 2020-06-13] 178: Checking exports ** [02:13:22 2020-06-13] 178: Checking users ** [02:13:22 2020-06-13] 178: Checking user_dbs ** [02:13:22 2020-06-13] 178: Checking geocodings ** [02:13:22 2020-06-13] 178: Checking synchronizations ** [02:13:22 2020-06-13] 178: Checking tracker ** [02:13:22 2020-06-13] 178: Checking user_migrations ** [02:13:22 2020-06-13] 178: Checking batch_updates ** [02:13:22 2020-06-13] 178: Checking gears ** [02:13:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:13:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:27 2020-06-13] 178: Checking imports ** [02:13:27 2020-06-13] 178: Checking exports ** [02:13:27 2020-06-13] 178: Checking users ** [02:13:27 2020-06-13] 178: Checking user_dbs ** [02:13:27 2020-06-13] 178: Checking geocodings ** [02:13:27 2020-06-13] 178: Checking synchronizations ** [02:13:27 2020-06-13] 178: Checking tracker ** [02:13:27 2020-06-13] 178: Checking user_migrations ** [02:13:27 2020-06-13] 178: Checking batch_updates ** [02:13:27 2020-06-13] 178: Checking gears ** [02:13:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:13:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:32 2020-06-13] 178: Checking imports ** [02:13:32 2020-06-13] 178: Checking exports ** [02:13:32 2020-06-13] 178: Checking users ** [02:13:32 2020-06-13] 178: Checking user_dbs ** [02:13:32 2020-06-13] 178: Checking geocodings ** [02:13:32 2020-06-13] 178: Checking synchronizations ** [02:13:32 2020-06-13] 178: Checking tracker ** [02:13:32 2020-06-13] 178: Checking user_migrations ** [02:13:32 2020-06-13] 178: Checking batch_updates ** [02:13:32 2020-06-13] 178: Checking gears ** [02:13:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:13:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:37 2020-06-13] 178: Checking imports ** [02:13:37 2020-06-13] 178: Checking exports ** [02:13:37 2020-06-13] 178: Checking users ** [02:13:37 2020-06-13] 178: Checking user_dbs ** [02:13:37 2020-06-13] 178: Checking geocodings ** [02:13:37 2020-06-13] 178: Checking synchronizations ** [02:13:37 2020-06-13] 178: Checking tracker ** [02:13:37 2020-06-13] 178: Checking user_migrations ** [02:13:37 2020-06-13] 178: Checking batch_updates ** [02:13:37 2020-06-13] 178: Checking gears ** [02:13:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:13:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:42 2020-06-13] 178: Checking imports ** [02:13:42 2020-06-13] 178: Checking exports ** [02:13:42 2020-06-13] 178: Checking users ** [02:13:42 2020-06-13] 178: Checking user_dbs ** [02:13:42 2020-06-13] 178: Checking geocodings ** [02:13:42 2020-06-13] 178: Checking synchronizations ** [02:13:42 2020-06-13] 178: Checking tracker ** [02:13:42 2020-06-13] 178: Checking user_migrations ** [02:13:42 2020-06-13] 178: Checking batch_updates ** [02:13:42 2020-06-13] 178: Checking gears ** [02:13:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:13:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:47 2020-06-13] 178: Checking imports ** [02:13:47 2020-06-13] 178: Checking exports ** [02:13:47 2020-06-13] 178: Checking users ** [02:13:47 2020-06-13] 178: Checking user_dbs ** [02:13:47 2020-06-13] 178: Checking geocodings ** [02:13:47 2020-06-13] 178: Checking synchronizations ** [02:13:47 2020-06-13] 178: Checking tracker ** [02:13:47 2020-06-13] 178: Checking user_migrations ** [02:13:47 2020-06-13] 178: Checking batch_updates ** [02:13:47 2020-06-13] 178: Checking gears ** [02:13:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:13:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:52 2020-06-13] 178: Checking imports ** [02:13:52 2020-06-13] 178: Checking exports ** [02:13:52 2020-06-13] 178: Checking users ** [02:13:52 2020-06-13] 178: Checking user_dbs ** [02:13:52 2020-06-13] 178: Checking geocodings ** [02:13:52 2020-06-13] 178: Checking synchronizations ** [02:13:52 2020-06-13] 178: Checking tracker ** [02:13:52 2020-06-13] 178: Checking user_migrations ** [02:13:52 2020-06-13] 178: Checking batch_updates ** [02:13:52 2020-06-13] 178: Checking gears ** [02:13:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:13:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:57 2020-06-13] 178: Checking imports ** [02:13:57 2020-06-13] 178: Checking exports ** [02:13:57 2020-06-13] 178: Checking users ** [02:13:57 2020-06-13] 178: Checking user_dbs ** [02:13:57 2020-06-13] 178: Checking geocodings ** [02:13:57 2020-06-13] 178: Checking synchronizations ** [02:13:57 2020-06-13] 178: Checking tracker ** [02:13:57 2020-06-13] 178: Checking user_migrations ** [02:13:57 2020-06-13] 178: Checking batch_updates ** [02:13:57 2020-06-13] 178: Checking gears ** [02:13:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:13:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:02 2020-06-13] 178: Checking imports ** [02:14:02 2020-06-13] 178: Checking exports ** [02:14:02 2020-06-13] 178: Checking users ** [02:14:02 2020-06-13] 178: Checking user_dbs ** [02:14:02 2020-06-13] 178: Checking geocodings ** [02:14:02 2020-06-13] 178: Checking synchronizations ** [02:14:02 2020-06-13] 178: Checking tracker ** [02:14:02 2020-06-13] 178: Checking user_migrations ** [02:14:02 2020-06-13] 178: Checking batch_updates ** [02:14:02 2020-06-13] 178: Checking gears ** [02:14:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:14:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:07 2020-06-13] 178: Checking imports ** [02:14:07 2020-06-13] 178: Checking exports ** [02:14:07 2020-06-13] 178: Checking users ** [02:14:07 2020-06-13] 178: Checking user_dbs ** [02:14:07 2020-06-13] 178: Checking geocodings ** [02:14:07 2020-06-13] 178: Checking synchronizations ** [02:14:07 2020-06-13] 178: Checking tracker ** [02:14:07 2020-06-13] 178: Checking user_migrations ** [02:14:07 2020-06-13] 178: Checking batch_updates ** [02:14:07 2020-06-13] 178: Checking gears ** [02:14:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:14:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:12 2020-06-13] 178: Checking imports ** [02:14:12 2020-06-13] 178: Checking exports ** [02:14:12 2020-06-13] 178: Checking users ** [02:14:12 2020-06-13] 178: Checking user_dbs ** [02:14:12 2020-06-13] 178: Checking geocodings ** [02:14:12 2020-06-13] 178: Checking synchronizations ** [02:14:12 2020-06-13] 178: Checking tracker ** [02:14:12 2020-06-13] 178: Checking user_migrations ** [02:14:12 2020-06-13] 178: Checking batch_updates ** [02:14:12 2020-06-13] 178: Checking gears ** [02:14:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:14:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:17 2020-06-13] 178: Checking imports ** [02:14:17 2020-06-13] 178: Checking exports ** [02:14:17 2020-06-13] 178: Checking users ** [02:14:17 2020-06-13] 178: Checking user_dbs ** [02:14:17 2020-06-13] 178: Checking geocodings ** [02:14:17 2020-06-13] 178: Checking synchronizations ** [02:14:17 2020-06-13] 178: Checking tracker ** [02:14:17 2020-06-13] 178: Checking user_migrations ** [02:14:17 2020-06-13] 178: Checking batch_updates ** [02:14:17 2020-06-13] 178: Checking gears ** [02:14:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:14:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:22 2020-06-13] 178: Checking imports ** [02:14:22 2020-06-13] 178: Checking exports ** [02:14:22 2020-06-13] 178: Checking users ** [02:14:22 2020-06-13] 178: Checking user_dbs ** [02:14:22 2020-06-13] 178: Checking geocodings ** [02:14:22 2020-06-13] 178: Checking synchronizations ** [02:14:22 2020-06-13] 178: Checking tracker ** [02:14:22 2020-06-13] 178: Checking user_migrations ** [02:14:22 2020-06-13] 178: Checking batch_updates ** [02:14:22 2020-06-13] 178: Checking gears ** [02:14:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:14:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:27 2020-06-13] 178: Checking imports ** [02:14:27 2020-06-13] 178: Checking exports ** [02:14:27 2020-06-13] 178: Checking users ** [02:14:27 2020-06-13] 178: Checking user_dbs ** [02:14:27 2020-06-13] 178: Checking geocodings ** [02:14:27 2020-06-13] 178: Checking synchronizations ** [02:14:27 2020-06-13] 178: Checking tracker ** [02:14:27 2020-06-13] 178: Checking user_migrations ** [02:14:27 2020-06-13] 178: Checking batch_updates ** [02:14:27 2020-06-13] 178: Checking gears ** [02:14:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:14:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:32 2020-06-13] 178: Checking imports ** [02:14:32 2020-06-13] 178: Checking exports ** [02:14:32 2020-06-13] 178: Checking users ** [02:14:32 2020-06-13] 178: Checking user_dbs ** [02:14:32 2020-06-13] 178: Checking geocodings ** [02:14:32 2020-06-13] 178: Checking synchronizations ** [02:14:32 2020-06-13] 178: Checking tracker ** [02:14:32 2020-06-13] 178: Checking user_migrations ** [02:14:32 2020-06-13] 178: Checking batch_updates ** [02:14:32 2020-06-13] 178: Checking gears ** [02:14:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:14:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:37 2020-06-13] 178: Checking imports ** [02:14:37 2020-06-13] 178: Checking exports ** [02:14:37 2020-06-13] 178: Checking users ** [02:14:37 2020-06-13] 178: Checking user_dbs ** [02:14:37 2020-06-13] 178: Checking geocodings ** [02:14:37 2020-06-13] 178: Checking synchronizations ** [02:14:37 2020-06-13] 178: Checking tracker ** [02:14:37 2020-06-13] 178: Checking user_migrations ** [02:14:37 2020-06-13] 178: Checking batch_updates ** [02:14:37 2020-06-13] 178: Checking gears ** [02:14:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:14:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:42 2020-06-13] 178: Checking imports ** [02:14:42 2020-06-13] 178: Checking exports ** [02:14:42 2020-06-13] 178: Checking users ** [02:14:42 2020-06-13] 178: Checking user_dbs ** [02:14:42 2020-06-13] 178: Checking geocodings ** [02:14:42 2020-06-13] 178: Checking synchronizations ** [02:14:42 2020-06-13] 178: Checking tracker ** [02:14:42 2020-06-13] 178: Checking user_migrations ** [02:14:42 2020-06-13] 178: Checking batch_updates ** [02:14:42 2020-06-13] 178: Checking gears ** [02:14:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:14:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:47 2020-06-13] 178: Checking imports ** [02:14:47 2020-06-13] 178: Checking exports ** [02:14:47 2020-06-13] 178: Checking users ** [02:14:47 2020-06-13] 178: Checking user_dbs ** [02:14:47 2020-06-13] 178: Checking geocodings ** [02:14:47 2020-06-13] 178: Checking synchronizations ** [02:14:47 2020-06-13] 178: Checking tracker ** [02:14:47 2020-06-13] 178: Checking user_migrations ** [02:14:47 2020-06-13] 178: Checking batch_updates ** [02:14:47 2020-06-13] 178: Checking gears ** [02:14:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:14:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:52 2020-06-13] 178: Checking imports ** [02:14:52 2020-06-13] 178: Checking exports ** [02:14:52 2020-06-13] 178: Checking users ** [02:14:52 2020-06-13] 178: Checking user_dbs ** [02:14:52 2020-06-13] 178: Checking geocodings ** [02:14:52 2020-06-13] 178: Checking synchronizations ** [02:14:52 2020-06-13] 178: Checking tracker ** [02:14:52 2020-06-13] 178: Checking user_migrations ** [02:14:52 2020-06-13] 178: Checking batch_updates ** [02:14:52 2020-06-13] 178: Checking gears ** [02:14:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:14:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:57 2020-06-13] 178: Checking imports ** [02:14:57 2020-06-13] 178: Checking exports ** [02:14:57 2020-06-13] 178: Checking users ** [02:14:57 2020-06-13] 178: Checking user_dbs ** [02:14:57 2020-06-13] 178: Checking geocodings ** [02:14:57 2020-06-13] 178: Checking synchronizations ** [02:14:57 2020-06-13] 178: Checking tracker ** [02:14:57 2020-06-13] 178: Checking user_migrations ** [02:14:57 2020-06-13] 178: Checking batch_updates ** [02:14:57 2020-06-13] 178: Checking gears ** [02:14:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:14:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:02 2020-06-13] 178: Checking imports ** [02:15:02 2020-06-13] 178: Checking exports ** [02:15:02 2020-06-13] 178: Checking users ** [02:15:02 2020-06-13] 178: Checking user_dbs ** [02:15:02 2020-06-13] 178: Checking geocodings ** [02:15:02 2020-06-13] 178: Checking synchronizations ** [02:15:02 2020-06-13] 178: Checking tracker ** [02:15:02 2020-06-13] 178: Checking user_migrations ** [02:15:02 2020-06-13] 178: Checking batch_updates ** [02:15:02 2020-06-13] 178: Checking gears ** [02:15:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:15:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:07 2020-06-13] 178: Checking imports ** [02:15:07 2020-06-13] 178: Checking exports ** [02:15:07 2020-06-13] 178: Checking users ** [02:15:07 2020-06-13] 178: Checking user_dbs ** [02:15:07 2020-06-13] 178: Checking geocodings ** [02:15:07 2020-06-13] 178: Checking synchronizations ** [02:15:07 2020-06-13] 178: Checking tracker ** [02:15:07 2020-06-13] 178: Checking user_migrations ** [02:15:07 2020-06-13] 178: Checking batch_updates ** [02:15:07 2020-06-13] 178: Checking gears ** [02:15:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:15:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:12 2020-06-13] 178: Checking imports ** [02:15:12 2020-06-13] 178: Checking exports ** [02:15:12 2020-06-13] 178: Checking users ** [02:15:12 2020-06-13] 178: Checking user_dbs ** [02:15:12 2020-06-13] 178: Checking geocodings ** [02:15:12 2020-06-13] 178: Checking synchronizations ** [02:15:12 2020-06-13] 178: Checking tracker ** [02:15:12 2020-06-13] 178: Checking user_migrations ** [02:15:12 2020-06-13] 178: Checking batch_updates ** [02:15:12 2020-06-13] 178: Checking gears ** [02:15:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:15:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:17 2020-06-13] 178: Checking imports ** [02:15:17 2020-06-13] 178: Checking exports ** [02:15:17 2020-06-13] 178: Checking users ** [02:15:17 2020-06-13] 178: Checking user_dbs ** [02:15:17 2020-06-13] 178: Checking geocodings ** [02:15:17 2020-06-13] 178: Checking synchronizations ** [02:15:17 2020-06-13] 178: Checking tracker ** [02:15:17 2020-06-13] 178: Checking user_migrations ** [02:15:17 2020-06-13] 178: Checking batch_updates ** [02:15:17 2020-06-13] 178: Checking gears ** [02:15:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:15:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:22 2020-06-13] 178: Checking imports ** [02:15:22 2020-06-13] 178: Checking exports ** [02:15:22 2020-06-13] 178: Checking users ** [02:15:22 2020-06-13] 178: Checking user_dbs ** [02:15:22 2020-06-13] 178: Checking geocodings ** [02:15:22 2020-06-13] 178: Checking synchronizations ** [02:15:22 2020-06-13] 178: Checking tracker ** [02:15:22 2020-06-13] 178: Checking user_migrations ** [02:15:22 2020-06-13] 178: Checking batch_updates ** [02:15:22 2020-06-13] 178: Checking gears ** [02:15:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:15:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:27 2020-06-13] 178: Checking imports ** [02:15:27 2020-06-13] 178: Checking exports ** [02:15:27 2020-06-13] 178: Checking users ** [02:15:27 2020-06-13] 178: Checking user_dbs ** [02:15:27 2020-06-13] 178: Checking geocodings ** [02:15:27 2020-06-13] 178: Checking synchronizations ** [02:15:27 2020-06-13] 178: Checking tracker ** [02:15:27 2020-06-13] 178: Checking user_migrations ** [02:15:27 2020-06-13] 178: Checking batch_updates ** [02:15:27 2020-06-13] 178: Checking gears ** [02:15:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:15:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:32 2020-06-13] 178: Checking imports ** [02:15:32 2020-06-13] 178: Checking exports ** [02:15:32 2020-06-13] 178: Checking users ** [02:15:32 2020-06-13] 178: Checking user_dbs ** [02:15:32 2020-06-13] 178: Checking geocodings ** [02:15:32 2020-06-13] 178: Checking synchronizations ** [02:15:32 2020-06-13] 178: Checking tracker ** [02:15:32 2020-06-13] 178: Checking user_migrations ** [02:15:32 2020-06-13] 178: Checking batch_updates ** [02:15:32 2020-06-13] 178: Checking gears ** [02:15:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:15:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:37 2020-06-13] 178: Checking imports ** [02:15:37 2020-06-13] 178: Checking exports ** [02:15:37 2020-06-13] 178: Checking users ** [02:15:37 2020-06-13] 178: Checking user_dbs ** [02:15:37 2020-06-13] 178: Checking geocodings ** [02:15:37 2020-06-13] 178: Checking synchronizations ** [02:15:37 2020-06-13] 178: Checking tracker ** [02:15:37 2020-06-13] 178: Checking user_migrations ** [02:15:37 2020-06-13] 178: Checking batch_updates ** [02:15:37 2020-06-13] 178: Checking gears ** [02:15:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:15:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:42 2020-06-13] 178: Checking imports ** [02:15:42 2020-06-13] 178: Checking exports ** [02:15:42 2020-06-13] 178: Checking users ** [02:15:42 2020-06-13] 178: Checking user_dbs ** [02:15:42 2020-06-13] 178: Checking geocodings ** [02:15:42 2020-06-13] 178: Checking synchronizations ** [02:15:42 2020-06-13] 178: Checking tracker ** [02:15:42 2020-06-13] 178: Checking user_migrations ** [02:15:42 2020-06-13] 178: Checking batch_updates ** [02:15:42 2020-06-13] 178: Checking gears ** [02:15:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:15:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:47 2020-06-13] 178: Checking imports ** [02:15:47 2020-06-13] 178: Checking exports ** [02:15:47 2020-06-13] 178: Checking users ** [02:15:47 2020-06-13] 178: Checking user_dbs ** [02:15:47 2020-06-13] 178: Checking geocodings ** [02:15:47 2020-06-13] 178: Checking synchronizations ** [02:15:47 2020-06-13] 178: Checking tracker ** [02:15:47 2020-06-13] 178: Checking user_migrations ** [02:15:47 2020-06-13] 178: Checking batch_updates ** [02:15:47 2020-06-13] 178: Checking gears ** [02:15:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:15:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:52 2020-06-13] 178: Checking imports ** [02:15:52 2020-06-13] 178: Checking exports ** [02:15:52 2020-06-13] 178: Checking users ** [02:15:52 2020-06-13] 178: Checking user_dbs ** [02:15:52 2020-06-13] 178: Checking geocodings ** [02:15:52 2020-06-13] 178: Checking synchronizations ** [02:15:52 2020-06-13] 178: Checking tracker ** [02:15:52 2020-06-13] 178: Checking user_migrations ** [02:15:52 2020-06-13] 178: Checking batch_updates ** [02:15:52 2020-06-13] 178: Checking gears ** [02:15:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:15:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:57 2020-06-13] 178: Checking imports ** [02:15:57 2020-06-13] 178: Checking exports ** [02:15:57 2020-06-13] 178: Checking users ** [02:15:57 2020-06-13] 178: Checking user_dbs ** [02:15:57 2020-06-13] 178: Checking geocodings ** [02:15:57 2020-06-13] 178: Checking synchronizations ** [02:15:57 2020-06-13] 178: Checking tracker ** [02:15:57 2020-06-13] 178: Checking user_migrations ** [02:15:57 2020-06-13] 178: Checking batch_updates ** [02:15:57 2020-06-13] 178: Checking gears ** [02:15:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:15:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:02 2020-06-13] 178: Checking imports ** [02:16:02 2020-06-13] 178: Checking exports ** [02:16:02 2020-06-13] 178: Checking users ** [02:16:02 2020-06-13] 178: Checking user_dbs ** [02:16:02 2020-06-13] 178: Checking geocodings ** [02:16:02 2020-06-13] 178: Checking synchronizations ** [02:16:02 2020-06-13] 178: Checking tracker ** [02:16:02 2020-06-13] 178: Checking user_migrations ** [02:16:02 2020-06-13] 178: Checking batch_updates ** [02:16:02 2020-06-13] 178: Checking gears ** [02:16:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:16:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:07 2020-06-13] 178: Checking imports ** [02:16:07 2020-06-13] 178: Checking exports ** [02:16:07 2020-06-13] 178: Checking users ** [02:16:07 2020-06-13] 178: Checking user_dbs ** [02:16:07 2020-06-13] 178: Checking geocodings ** [02:16:07 2020-06-13] 178: Checking synchronizations ** [02:16:07 2020-06-13] 178: Checking tracker ** [02:16:07 2020-06-13] 178: Checking user_migrations ** [02:16:07 2020-06-13] 178: Checking batch_updates ** [02:16:07 2020-06-13] 178: Checking gears ** [02:16:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:16:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:12 2020-06-13] 178: Checking imports ** [02:16:12 2020-06-13] 178: Checking exports ** [02:16:12 2020-06-13] 178: Checking users ** [02:16:12 2020-06-13] 178: Checking user_dbs ** [02:16:12 2020-06-13] 178: Checking geocodings ** [02:16:12 2020-06-13] 178: Checking synchronizations ** [02:16:12 2020-06-13] 178: Checking tracker ** [02:16:12 2020-06-13] 178: Checking user_migrations ** [02:16:12 2020-06-13] 178: Checking batch_updates ** [02:16:12 2020-06-13] 178: Checking gears ** [02:16:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:16:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:17 2020-06-13] 178: Checking imports ** [02:16:17 2020-06-13] 178: Checking exports ** [02:16:17 2020-06-13] 178: Checking users ** [02:16:17 2020-06-13] 178: Checking user_dbs ** [02:16:17 2020-06-13] 178: Checking geocodings ** [02:16:17 2020-06-13] 178: Checking synchronizations ** [02:16:17 2020-06-13] 178: Checking tracker ** [02:16:17 2020-06-13] 178: Checking user_migrations ** [02:16:17 2020-06-13] 178: Checking batch_updates ** [02:16:17 2020-06-13] 178: Checking gears ** [02:16:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:16:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:22 2020-06-13] 178: Checking imports ** [02:16:22 2020-06-13] 178: Checking exports ** [02:16:22 2020-06-13] 178: Checking users ** [02:16:22 2020-06-13] 178: Checking user_dbs ** [02:16:22 2020-06-13] 178: Checking geocodings ** [02:16:22 2020-06-13] 178: Checking synchronizations ** [02:16:22 2020-06-13] 178: Checking tracker ** [02:16:22 2020-06-13] 178: Checking user_migrations ** [02:16:22 2020-06-13] 178: Checking batch_updates ** [02:16:22 2020-06-13] 178: Checking gears ** [02:16:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:16:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:27 2020-06-13] 178: Checking imports ** [02:16:27 2020-06-13] 178: Checking exports ** [02:16:27 2020-06-13] 178: Checking users ** [02:16:27 2020-06-13] 178: Checking user_dbs ** [02:16:27 2020-06-13] 178: Checking geocodings ** [02:16:27 2020-06-13] 178: Checking synchronizations ** [02:16:27 2020-06-13] 178: Checking tracker ** [02:16:27 2020-06-13] 178: Checking user_migrations ** [02:16:27 2020-06-13] 178: Checking batch_updates ** [02:16:27 2020-06-13] 178: Checking gears ** [02:16:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:16:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:32 2020-06-13] 178: Checking imports ** [02:16:32 2020-06-13] 178: Checking exports ** [02:16:32 2020-06-13] 178: Checking users ** [02:16:32 2020-06-13] 178: Checking user_dbs ** [02:16:32 2020-06-13] 178: Checking geocodings ** [02:16:32 2020-06-13] 178: Checking synchronizations ** [02:16:32 2020-06-13] 178: Checking tracker ** [02:16:32 2020-06-13] 178: Checking user_migrations ** [02:16:32 2020-06-13] 178: Checking batch_updates ** [02:16:32 2020-06-13] 178: Checking gears ** [02:16:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:16:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:37 2020-06-13] 178: Checking imports ** [02:16:37 2020-06-13] 178: Checking exports ** [02:16:37 2020-06-13] 178: Checking users ** [02:16:37 2020-06-13] 178: Checking user_dbs ** [02:16:37 2020-06-13] 178: Checking geocodings ** [02:16:37 2020-06-13] 178: Checking synchronizations ** [02:16:37 2020-06-13] 178: Checking tracker ** [02:16:37 2020-06-13] 178: Checking user_migrations ** [02:16:37 2020-06-13] 178: Checking batch_updates ** [02:16:37 2020-06-13] 178: Checking gears ** [02:16:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:16:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:42 2020-06-13] 178: Checking imports ** [02:16:42 2020-06-13] 178: Checking exports ** [02:16:42 2020-06-13] 178: Checking users ** [02:16:42 2020-06-13] 178: Checking user_dbs ** [02:16:42 2020-06-13] 178: Checking geocodings ** [02:16:42 2020-06-13] 178: Checking synchronizations ** [02:16:42 2020-06-13] 178: Checking tracker ** [02:16:42 2020-06-13] 178: Checking user_migrations ** [02:16:42 2020-06-13] 178: Checking batch_updates ** [02:16:42 2020-06-13] 178: Checking gears ** [02:16:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:16:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:47 2020-06-13] 178: Checking imports ** [02:16:47 2020-06-13] 178: Checking exports ** [02:16:47 2020-06-13] 178: Checking users ** [02:16:47 2020-06-13] 178: Checking user_dbs ** [02:16:47 2020-06-13] 178: Checking geocodings ** [02:16:47 2020-06-13] 178: Checking synchronizations ** [02:16:47 2020-06-13] 178: Checking tracker ** [02:16:47 2020-06-13] 178: Checking user_migrations ** [02:16:47 2020-06-13] 178: Checking batch_updates ** [02:16:47 2020-06-13] 178: Checking gears ** [02:16:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:16:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:52 2020-06-13] 178: Checking imports ** [02:16:52 2020-06-13] 178: Checking exports ** [02:16:52 2020-06-13] 178: Checking users ** [02:16:52 2020-06-13] 178: Checking user_dbs ** [02:16:52 2020-06-13] 178: Checking geocodings ** [02:16:52 2020-06-13] 178: Checking synchronizations ** [02:16:52 2020-06-13] 178: Checking tracker ** [02:16:52 2020-06-13] 178: Checking user_migrations ** [02:16:52 2020-06-13] 178: Checking batch_updates ** [02:16:52 2020-06-13] 178: Checking gears ** [02:16:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:16:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:57 2020-06-13] 178: Checking imports ** [02:16:57 2020-06-13] 178: Checking exports ** [02:16:57 2020-06-13] 178: Checking users ** [02:16:57 2020-06-13] 178: Checking user_dbs ** [02:16:57 2020-06-13] 178: Checking geocodings ** [02:16:57 2020-06-13] 178: Checking synchronizations ** [02:16:57 2020-06-13] 178: Checking tracker ** [02:16:57 2020-06-13] 178: Checking user_migrations ** [02:16:57 2020-06-13] 178: Checking batch_updates ** [02:16:57 2020-06-13] 178: Checking gears ** [02:16:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:16:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:02 2020-06-13] 178: Checking imports ** [02:17:02 2020-06-13] 178: Checking exports ** [02:17:02 2020-06-13] 178: Checking users ** [02:17:02 2020-06-13] 178: Checking user_dbs ** [02:17:02 2020-06-13] 178: Checking geocodings ** [02:17:02 2020-06-13] 178: Checking synchronizations ** [02:17:02 2020-06-13] 178: Checking tracker ** [02:17:02 2020-06-13] 178: Checking user_migrations ** [02:17:02 2020-06-13] 178: Checking batch_updates ** [02:17:02 2020-06-13] 178: Checking gears ** [02:17:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:17:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:07 2020-06-13] 178: Checking imports ** [02:17:07 2020-06-13] 178: Checking exports ** [02:17:07 2020-06-13] 178: Checking users ** [02:17:07 2020-06-13] 178: Checking user_dbs ** [02:17:07 2020-06-13] 178: Checking geocodings ** [02:17:07 2020-06-13] 178: Checking synchronizations ** [02:17:07 2020-06-13] 178: Checking tracker ** [02:17:07 2020-06-13] 178: Checking user_migrations ** [02:17:07 2020-06-13] 178: Checking batch_updates ** [02:17:07 2020-06-13] 178: Checking gears ** [02:17:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:17:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:12 2020-06-13] 178: Checking imports ** [02:17:12 2020-06-13] 178: Checking exports ** [02:17:12 2020-06-13] 178: Checking users ** [02:17:12 2020-06-13] 178: Checking user_dbs ** [02:17:12 2020-06-13] 178: Checking geocodings ** [02:17:12 2020-06-13] 178: Checking synchronizations ** [02:17:12 2020-06-13] 178: Checking tracker ** [02:17:12 2020-06-13] 178: Checking user_migrations ** [02:17:12 2020-06-13] 178: Checking batch_updates ** [02:17:12 2020-06-13] 178: Checking gears ** [02:17:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:17:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:17 2020-06-13] 178: Checking imports ** [02:17:17 2020-06-13] 178: Checking exports ** [02:17:17 2020-06-13] 178: Checking users ** [02:17:17 2020-06-13] 178: Checking user_dbs ** [02:17:17 2020-06-13] 178: Checking geocodings ** [02:17:17 2020-06-13] 178: Checking synchronizations ** [02:17:17 2020-06-13] 178: Checking tracker ** [02:17:17 2020-06-13] 178: Checking user_migrations ** [02:17:17 2020-06-13] 178: Checking batch_updates ** [02:17:17 2020-06-13] 178: Checking gears ** [02:17:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:17:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:22 2020-06-13] 178: Checking imports ** [02:17:22 2020-06-13] 178: Checking exports ** [02:17:22 2020-06-13] 178: Checking users ** [02:17:22 2020-06-13] 178: Checking user_dbs ** [02:17:22 2020-06-13] 178: Checking geocodings ** [02:17:22 2020-06-13] 178: Checking synchronizations ** [02:17:22 2020-06-13] 178: Checking tracker ** [02:17:22 2020-06-13] 178: Checking user_migrations ** [02:17:22 2020-06-13] 178: Checking batch_updates ** [02:17:22 2020-06-13] 178: Checking gears ** [02:17:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:17:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:27 2020-06-13] 178: Checking imports ** [02:17:27 2020-06-13] 178: Checking exports ** [02:17:27 2020-06-13] 178: Checking users ** [02:17:27 2020-06-13] 178: Checking user_dbs ** [02:17:27 2020-06-13] 178: Checking geocodings ** [02:17:27 2020-06-13] 178: Checking synchronizations ** [02:17:27 2020-06-13] 178: Checking tracker ** [02:17:27 2020-06-13] 178: Checking user_migrations ** [02:17:27 2020-06-13] 178: Checking batch_updates ** [02:17:27 2020-06-13] 178: Checking gears ** [02:17:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:17:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:32 2020-06-13] 178: Checking imports ** [02:17:32 2020-06-13] 178: Checking exports ** [02:17:32 2020-06-13] 178: Checking users ** [02:17:32 2020-06-13] 178: Checking user_dbs ** [02:17:32 2020-06-13] 178: Checking geocodings ** [02:17:32 2020-06-13] 178: Checking synchronizations ** [02:17:32 2020-06-13] 178: Checking tracker ** [02:17:32 2020-06-13] 178: Checking user_migrations ** [02:17:32 2020-06-13] 178: Checking batch_updates ** [02:17:32 2020-06-13] 178: Checking gears ** [02:17:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:17:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:37 2020-06-13] 178: Checking imports ** [02:17:37 2020-06-13] 178: Checking exports ** [02:17:37 2020-06-13] 178: Checking users ** [02:17:37 2020-06-13] 178: Checking user_dbs ** [02:17:37 2020-06-13] 178: Checking geocodings ** [02:17:37 2020-06-13] 178: Checking synchronizations ** [02:17:37 2020-06-13] 178: Checking tracker ** [02:17:37 2020-06-13] 178: Checking user_migrations ** [02:17:37 2020-06-13] 178: Checking batch_updates ** [02:17:37 2020-06-13] 178: Checking gears ** [02:17:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:17:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:42 2020-06-13] 178: Checking imports ** [02:17:42 2020-06-13] 178: Checking exports ** [02:17:42 2020-06-13] 178: Checking users ** [02:17:42 2020-06-13] 178: Checking user_dbs ** [02:17:42 2020-06-13] 178: Checking geocodings ** [02:17:42 2020-06-13] 178: Checking synchronizations ** [02:17:42 2020-06-13] 178: Checking tracker ** [02:17:42 2020-06-13] 178: Checking user_migrations ** [02:17:42 2020-06-13] 178: Checking batch_updates ** [02:17:42 2020-06-13] 178: Checking gears ** [02:17:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:17:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:47 2020-06-13] 178: Checking imports ** [02:17:47 2020-06-13] 178: Checking exports ** [02:17:47 2020-06-13] 178: Checking users ** [02:17:47 2020-06-13] 178: Checking user_dbs ** [02:17:47 2020-06-13] 178: Checking geocodings ** [02:17:47 2020-06-13] 178: Checking synchronizations ** [02:17:47 2020-06-13] 178: Checking tracker ** [02:17:47 2020-06-13] 178: Checking user_migrations ** [02:17:47 2020-06-13] 178: Checking batch_updates ** [02:17:47 2020-06-13] 178: Checking gears ** [02:17:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:17:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:52 2020-06-13] 178: Checking imports ** [02:17:52 2020-06-13] 178: Checking exports ** [02:17:52 2020-06-13] 178: Checking users ** [02:17:52 2020-06-13] 178: Checking user_dbs ** [02:17:52 2020-06-13] 178: Checking geocodings ** [02:17:52 2020-06-13] 178: Checking synchronizations ** [02:17:52 2020-06-13] 178: Checking tracker ** [02:17:52 2020-06-13] 178: Checking user_migrations ** [02:17:52 2020-06-13] 178: Checking batch_updates ** [02:17:52 2020-06-13] 178: Checking gears ** [02:17:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:17:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:57 2020-06-13] 178: Checking imports ** [02:17:57 2020-06-13] 178: Checking exports ** [02:17:57 2020-06-13] 178: Checking users ** [02:17:57 2020-06-13] 178: Checking user_dbs ** [02:17:57 2020-06-13] 178: Checking geocodings ** [02:17:57 2020-06-13] 178: Checking synchronizations ** [02:17:57 2020-06-13] 178: Checking tracker ** [02:17:57 2020-06-13] 178: Checking user_migrations ** [02:17:57 2020-06-13] 178: Checking batch_updates ** [02:17:57 2020-06-13] 178: Checking gears ** [02:17:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:17:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:02 2020-06-13] 178: Checking imports ** [02:18:02 2020-06-13] 178: Checking exports ** [02:18:02 2020-06-13] 178: Checking users ** [02:18:02 2020-06-13] 178: Checking user_dbs ** [02:18:02 2020-06-13] 178: Checking geocodings ** [02:18:02 2020-06-13] 178: Checking synchronizations ** [02:18:02 2020-06-13] 178: Checking tracker ** [02:18:02 2020-06-13] 178: Checking user_migrations ** [02:18:02 2020-06-13] 178: Checking batch_updates ** [02:18:02 2020-06-13] 178: Checking gears ** [02:18:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:18:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:07 2020-06-13] 178: Checking imports ** [02:18:07 2020-06-13] 178: Checking exports ** [02:18:07 2020-06-13] 178: Checking users ** [02:18:07 2020-06-13] 178: Checking user_dbs ** [02:18:07 2020-06-13] 178: Checking geocodings ** [02:18:07 2020-06-13] 178: Checking synchronizations ** [02:18:07 2020-06-13] 178: Checking tracker ** [02:18:07 2020-06-13] 178: Checking user_migrations ** [02:18:07 2020-06-13] 178: Checking batch_updates ** [02:18:07 2020-06-13] 178: Checking gears ** [02:18:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:18:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:12 2020-06-13] 178: Checking imports ** [02:18:12 2020-06-13] 178: Checking exports ** [02:18:12 2020-06-13] 178: Checking users ** [02:18:12 2020-06-13] 178: Checking user_dbs ** [02:18:12 2020-06-13] 178: Checking geocodings ** [02:18:12 2020-06-13] 178: Checking synchronizations ** [02:18:12 2020-06-13] 178: Checking tracker ** [02:18:12 2020-06-13] 178: Checking user_migrations ** [02:18:12 2020-06-13] 178: Checking batch_updates ** [02:18:12 2020-06-13] 178: Checking gears ** [02:18:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:18:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:17 2020-06-13] 178: Checking imports ** [02:18:17 2020-06-13] 178: Checking exports ** [02:18:17 2020-06-13] 178: Checking users ** [02:18:17 2020-06-13] 178: Checking user_dbs ** [02:18:17 2020-06-13] 178: Checking geocodings ** [02:18:17 2020-06-13] 178: Checking synchronizations ** [02:18:17 2020-06-13] 178: Checking tracker ** [02:18:17 2020-06-13] 178: Checking user_migrations ** [02:18:17 2020-06-13] 178: Checking batch_updates ** [02:18:17 2020-06-13] 178: Checking gears ** [02:18:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:18:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:22 2020-06-13] 178: Checking imports ** [02:18:22 2020-06-13] 178: Checking exports ** [02:18:22 2020-06-13] 178: Checking users ** [02:18:22 2020-06-13] 178: Checking user_dbs ** [02:18:22 2020-06-13] 178: Checking geocodings ** [02:18:22 2020-06-13] 178: Checking synchronizations ** [02:18:22 2020-06-13] 178: Checking tracker ** [02:18:22 2020-06-13] 178: Checking user_migrations ** [02:18:22 2020-06-13] 178: Checking batch_updates ** [02:18:22 2020-06-13] 178: Checking gears ** [02:18:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:18:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:27 2020-06-13] 178: Checking imports ** [02:18:27 2020-06-13] 178: Checking exports ** [02:18:27 2020-06-13] 178: Checking users ** [02:18:27 2020-06-13] 178: Checking user_dbs ** [02:18:27 2020-06-13] 178: Checking geocodings ** [02:18:27 2020-06-13] 178: Checking synchronizations ** [02:18:27 2020-06-13] 178: Checking tracker ** [02:18:27 2020-06-13] 178: Checking user_migrations ** [02:18:27 2020-06-13] 178: Checking batch_updates ** [02:18:27 2020-06-13] 178: Checking gears ** [02:18:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:18:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:32 2020-06-13] 178: Checking imports ** [02:18:32 2020-06-13] 178: Checking exports ** [02:18:32 2020-06-13] 178: Checking users ** [02:18:32 2020-06-13] 178: Checking user_dbs ** [02:18:32 2020-06-13] 178: Checking geocodings ** [02:18:32 2020-06-13] 178: Checking synchronizations ** [02:18:32 2020-06-13] 178: Checking tracker ** [02:18:32 2020-06-13] 178: Checking user_migrations ** [02:18:32 2020-06-13] 178: Checking batch_updates ** [02:18:32 2020-06-13] 178: Checking gears ** [02:18:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:18:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:37 2020-06-13] 178: Checking imports ** [02:18:37 2020-06-13] 178: Checking exports ** [02:18:37 2020-06-13] 178: Checking users ** [02:18:37 2020-06-13] 178: Checking user_dbs ** [02:18:37 2020-06-13] 178: Checking geocodings ** [02:18:37 2020-06-13] 178: Checking synchronizations ** [02:18:37 2020-06-13] 178: Checking tracker ** [02:18:37 2020-06-13] 178: Checking user_migrations ** [02:18:37 2020-06-13] 178: Checking batch_updates ** [02:18:37 2020-06-13] 178: Checking gears ** [02:18:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:18:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:42 2020-06-13] 178: Checking imports ** [02:18:42 2020-06-13] 178: Checking exports ** [02:18:42 2020-06-13] 178: Checking users ** [02:18:42 2020-06-13] 178: Checking user_dbs ** [02:18:42 2020-06-13] 178: Checking geocodings ** [02:18:42 2020-06-13] 178: Checking synchronizations ** [02:18:42 2020-06-13] 178: Checking tracker ** [02:18:42 2020-06-13] 178: Checking user_migrations ** [02:18:42 2020-06-13] 178: Checking batch_updates ** [02:18:42 2020-06-13] 178: Checking gears ** [02:18:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:18:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:47 2020-06-13] 178: Checking imports ** [02:18:47 2020-06-13] 178: Checking exports ** [02:18:47 2020-06-13] 178: Checking users ** [02:18:47 2020-06-13] 178: Checking user_dbs ** [02:18:47 2020-06-13] 178: Checking geocodings ** [02:18:47 2020-06-13] 178: Checking synchronizations ** [02:18:47 2020-06-13] 178: Checking tracker ** [02:18:47 2020-06-13] 178: Checking user_migrations ** [02:18:47 2020-06-13] 178: Checking batch_updates ** [02:18:47 2020-06-13] 178: Checking gears ** [02:18:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:18:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:52 2020-06-13] 178: Checking imports ** [02:18:52 2020-06-13] 178: Checking exports ** [02:18:52 2020-06-13] 178: Checking users ** [02:18:52 2020-06-13] 178: Checking user_dbs ** [02:18:52 2020-06-13] 178: Checking geocodings ** [02:18:52 2020-06-13] 178: Checking synchronizations ** [02:18:52 2020-06-13] 178: Checking tracker ** [02:18:52 2020-06-13] 178: Checking user_migrations ** [02:18:52 2020-06-13] 178: Checking batch_updates ** [02:18:52 2020-06-13] 178: Checking gears ** [02:18:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:18:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:57 2020-06-13] 178: Checking imports ** [02:18:57 2020-06-13] 178: Checking exports ** [02:18:57 2020-06-13] 178: Checking users ** [02:18:57 2020-06-13] 178: Checking user_dbs ** [02:18:57 2020-06-13] 178: Checking geocodings ** [02:18:57 2020-06-13] 178: Checking synchronizations ** [02:18:57 2020-06-13] 178: Checking tracker ** [02:18:57 2020-06-13] 178: Checking user_migrations ** [02:18:57 2020-06-13] 178: Checking batch_updates ** [02:18:57 2020-06-13] 178: Checking gears ** [02:18:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:18:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:02 2020-06-13] 178: Checking imports ** [02:19:02 2020-06-13] 178: Checking exports ** [02:19:02 2020-06-13] 178: Checking users ** [02:19:02 2020-06-13] 178: Checking user_dbs ** [02:19:02 2020-06-13] 178: Checking geocodings ** [02:19:02 2020-06-13] 178: Checking synchronizations ** [02:19:02 2020-06-13] 178: Checking tracker ** [02:19:02 2020-06-13] 178: Checking user_migrations ** [02:19:02 2020-06-13] 178: Checking batch_updates ** [02:19:02 2020-06-13] 178: Checking gears ** [02:19:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:19:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:07 2020-06-13] 178: Checking imports ** [02:19:07 2020-06-13] 178: Checking exports ** [02:19:07 2020-06-13] 178: Checking users ** [02:19:07 2020-06-13] 178: Checking user_dbs ** [02:19:07 2020-06-13] 178: Checking geocodings ** [02:19:07 2020-06-13] 178: Checking synchronizations ** [02:19:07 2020-06-13] 178: Checking tracker ** [02:19:07 2020-06-13] 178: Checking user_migrations ** [02:19:07 2020-06-13] 178: Checking batch_updates ** [02:19:07 2020-06-13] 178: Checking gears ** [02:19:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:19:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:12 2020-06-13] 178: Checking imports ** [02:19:12 2020-06-13] 178: Checking exports ** [02:19:12 2020-06-13] 178: Checking users ** [02:19:12 2020-06-13] 178: Checking user_dbs ** [02:19:12 2020-06-13] 178: Checking geocodings ** [02:19:12 2020-06-13] 178: Checking synchronizations ** [02:19:12 2020-06-13] 178: Checking tracker ** [02:19:12 2020-06-13] 178: Checking user_migrations ** [02:19:12 2020-06-13] 178: Checking batch_updates ** [02:19:12 2020-06-13] 178: Checking gears ** [02:19:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:19:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:17 2020-06-13] 178: Checking imports ** [02:19:17 2020-06-13] 178: Checking exports ** [02:19:17 2020-06-13] 178: Checking users ** [02:19:17 2020-06-13] 178: Checking user_dbs ** [02:19:17 2020-06-13] 178: Checking geocodings ** [02:19:17 2020-06-13] 178: Checking synchronizations ** [02:19:17 2020-06-13] 178: Checking tracker ** [02:19:17 2020-06-13] 178: Checking user_migrations ** [02:19:17 2020-06-13] 178: Checking batch_updates ** [02:19:17 2020-06-13] 178: Checking gears ** [02:19:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:19:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:22 2020-06-13] 178: Checking imports ** [02:19:22 2020-06-13] 178: Checking exports ** [02:19:22 2020-06-13] 178: Checking users ** [02:19:22 2020-06-13] 178: Checking user_dbs ** [02:19:22 2020-06-13] 178: Checking geocodings ** [02:19:22 2020-06-13] 178: Checking synchronizations ** [02:19:22 2020-06-13] 178: Checking tracker ** [02:19:22 2020-06-13] 178: Checking user_migrations ** [02:19:22 2020-06-13] 178: Checking batch_updates ** [02:19:22 2020-06-13] 178: Checking gears ** [02:19:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:19:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:28 2020-06-13] 178: Checking imports ** [02:19:28 2020-06-13] 178: Checking exports ** [02:19:28 2020-06-13] 178: Checking users ** [02:19:28 2020-06-13] 178: Checking user_dbs ** [02:19:28 2020-06-13] 178: Checking geocodings ** [02:19:28 2020-06-13] 178: Checking synchronizations ** [02:19:28 2020-06-13] 178: Checking tracker ** [02:19:28 2020-06-13] 178: Checking user_migrations ** [02:19:28 2020-06-13] 178: Checking batch_updates ** [02:19:28 2020-06-13] 178: Checking gears ** [02:19:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:19:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:33 2020-06-13] 178: Checking imports ** [02:19:33 2020-06-13] 178: Checking exports ** [02:19:33 2020-06-13] 178: Checking users ** [02:19:33 2020-06-13] 178: Checking user_dbs ** [02:19:33 2020-06-13] 178: Checking geocodings ** [02:19:33 2020-06-13] 178: Checking synchronizations ** [02:19:33 2020-06-13] 178: Checking tracker ** [02:19:33 2020-06-13] 178: Checking user_migrations ** [02:19:33 2020-06-13] 178: Checking batch_updates ** [02:19:33 2020-06-13] 178: Checking gears ** [02:19:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:19:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:38 2020-06-13] 178: Checking imports ** [02:19:38 2020-06-13] 178: Checking exports ** [02:19:38 2020-06-13] 178: Checking users ** [02:19:38 2020-06-13] 178: Checking user_dbs ** [02:19:38 2020-06-13] 178: Checking geocodings ** [02:19:38 2020-06-13] 178: Checking synchronizations ** [02:19:38 2020-06-13] 178: Checking tracker ** [02:19:38 2020-06-13] 178: Checking user_migrations ** [02:19:38 2020-06-13] 178: Checking batch_updates ** [02:19:38 2020-06-13] 178: Checking gears ** [02:19:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:19:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:43 2020-06-13] 178: Checking imports ** [02:19:43 2020-06-13] 178: Checking exports ** [02:19:43 2020-06-13] 178: Checking users ** [02:19:43 2020-06-13] 178: Checking user_dbs ** [02:19:43 2020-06-13] 178: Checking geocodings ** [02:19:43 2020-06-13] 178: Checking synchronizations ** [02:19:43 2020-06-13] 178: Checking tracker ** [02:19:43 2020-06-13] 178: Checking user_migrations ** [02:19:43 2020-06-13] 178: Checking batch_updates ** [02:19:43 2020-06-13] 178: Checking gears ** [02:19:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:19:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:48 2020-06-13] 178: Checking imports ** [02:19:48 2020-06-13] 178: Checking exports ** [02:19:48 2020-06-13] 178: Checking users ** [02:19:48 2020-06-13] 178: Checking user_dbs ** [02:19:48 2020-06-13] 178: Checking geocodings ** [02:19:48 2020-06-13] 178: Checking synchronizations ** [02:19:48 2020-06-13] 178: Checking tracker ** [02:19:48 2020-06-13] 178: Checking user_migrations ** [02:19:48 2020-06-13] 178: Checking batch_updates ** [02:19:48 2020-06-13] 178: Checking gears ** [02:19:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:19:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:53 2020-06-13] 178: Checking imports ** [02:19:53 2020-06-13] 178: Checking exports ** [02:19:53 2020-06-13] 178: Checking users ** [02:19:53 2020-06-13] 178: Checking user_dbs ** [02:19:53 2020-06-13] 178: Checking geocodings ** [02:19:53 2020-06-13] 178: Checking synchronizations ** [02:19:53 2020-06-13] 178: Checking tracker ** [02:19:53 2020-06-13] 178: Checking user_migrations ** [02:19:53 2020-06-13] 178: Checking batch_updates ** [02:19:53 2020-06-13] 178: Checking gears ** [02:19:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:19:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:58 2020-06-13] 178: Checking imports ** [02:19:58 2020-06-13] 178: Checking exports ** [02:19:58 2020-06-13] 178: Checking users ** [02:19:58 2020-06-13] 178: Checking user_dbs ** [02:19:58 2020-06-13] 178: Checking geocodings ** [02:19:58 2020-06-13] 178: Checking synchronizations ** [02:19:58 2020-06-13] 178: Checking tracker ** [02:19:58 2020-06-13] 178: Checking user_migrations ** [02:19:58 2020-06-13] 178: Checking batch_updates ** [02:19:58 2020-06-13] 178: Checking gears ** [02:19:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:19:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:03 2020-06-13] 178: Checking imports ** [02:20:03 2020-06-13] 178: Checking exports ** [02:20:03 2020-06-13] 178: Checking users ** [02:20:03 2020-06-13] 178: Checking user_dbs ** [02:20:03 2020-06-13] 178: Checking geocodings ** [02:20:03 2020-06-13] 178: Checking synchronizations ** [02:20:03 2020-06-13] 178: Checking tracker ** [02:20:03 2020-06-13] 178: Checking user_migrations ** [02:20:03 2020-06-13] 178: Checking batch_updates ** [02:20:03 2020-06-13] 178: Checking gears ** [02:20:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:20:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:08 2020-06-13] 178: Checking imports ** [02:20:08 2020-06-13] 178: Checking exports ** [02:20:08 2020-06-13] 178: Checking users ** [02:20:08 2020-06-13] 178: Checking user_dbs ** [02:20:08 2020-06-13] 178: Checking geocodings ** [02:20:08 2020-06-13] 178: Checking synchronizations ** [02:20:08 2020-06-13] 178: Checking tracker ** [02:20:08 2020-06-13] 178: Checking user_migrations ** [02:20:08 2020-06-13] 178: Checking batch_updates ** [02:20:08 2020-06-13] 178: Checking gears ** [02:20:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:20:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:13 2020-06-13] 178: Checking imports ** [02:20:13 2020-06-13] 178: Checking exports ** [02:20:13 2020-06-13] 178: Checking users ** [02:20:13 2020-06-13] 178: Checking user_dbs ** [02:20:13 2020-06-13] 178: Checking geocodings ** [02:20:13 2020-06-13] 178: Checking synchronizations ** [02:20:13 2020-06-13] 178: Checking tracker ** [02:20:13 2020-06-13] 178: Checking user_migrations ** [02:20:13 2020-06-13] 178: Checking batch_updates ** [02:20:13 2020-06-13] 178: Checking gears ** [02:20:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:20:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:18 2020-06-13] 178: Checking imports ** [02:20:18 2020-06-13] 178: Checking exports ** [02:20:18 2020-06-13] 178: Checking users ** [02:20:18 2020-06-13] 178: Checking user_dbs ** [02:20:18 2020-06-13] 178: Checking geocodings ** [02:20:18 2020-06-13] 178: Checking synchronizations ** [02:20:18 2020-06-13] 178: Checking tracker ** [02:20:18 2020-06-13] 178: Checking user_migrations ** [02:20:18 2020-06-13] 178: Checking batch_updates ** [02:20:18 2020-06-13] 178: Checking gears ** [02:20:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:20:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:23 2020-06-13] 178: Checking imports ** [02:20:23 2020-06-13] 178: Checking exports ** [02:20:23 2020-06-13] 178: Checking users ** [02:20:23 2020-06-13] 178: Checking user_dbs ** [02:20:23 2020-06-13] 178: Checking geocodings ** [02:20:23 2020-06-13] 178: Checking synchronizations ** [02:20:23 2020-06-13] 178: Checking tracker ** [02:20:23 2020-06-13] 178: Checking user_migrations ** [02:20:23 2020-06-13] 178: Checking batch_updates ** [02:20:23 2020-06-13] 178: Checking gears ** [02:20:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:20:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:28 2020-06-13] 178: Checking imports ** [02:20:28 2020-06-13] 178: Checking exports ** [02:20:28 2020-06-13] 178: Checking users ** [02:20:28 2020-06-13] 178: Checking user_dbs ** [02:20:28 2020-06-13] 178: Checking geocodings ** [02:20:28 2020-06-13] 178: Checking synchronizations ** [02:20:28 2020-06-13] 178: Checking tracker ** [02:20:28 2020-06-13] 178: Checking user_migrations ** [02:20:28 2020-06-13] 178: Checking batch_updates ** [02:20:28 2020-06-13] 178: Checking gears ** [02:20:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:20:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:33 2020-06-13] 178: Checking imports ** [02:20:33 2020-06-13] 178: Checking exports ** [02:20:33 2020-06-13] 178: Checking users ** [02:20:33 2020-06-13] 178: Checking user_dbs ** [02:20:33 2020-06-13] 178: Checking geocodings ** [02:20:33 2020-06-13] 178: Checking synchronizations ** [02:20:33 2020-06-13] 178: Checking tracker ** [02:20:33 2020-06-13] 178: Checking user_migrations ** [02:20:33 2020-06-13] 178: Checking batch_updates ** [02:20:33 2020-06-13] 178: Checking gears ** [02:20:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:20:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:38 2020-06-13] 178: Checking imports ** [02:20:38 2020-06-13] 178: Checking exports ** [02:20:38 2020-06-13] 178: Checking users ** [02:20:38 2020-06-13] 178: Checking user_dbs ** [02:20:38 2020-06-13] 178: Checking geocodings ** [02:20:38 2020-06-13] 178: Checking synchronizations ** [02:20:38 2020-06-13] 178: Checking tracker ** [02:20:38 2020-06-13] 178: Checking user_migrations ** [02:20:38 2020-06-13] 178: Checking batch_updates ** [02:20:38 2020-06-13] 178: Checking gears ** [02:20:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:20:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:43 2020-06-13] 178: Checking imports ** [02:20:43 2020-06-13] 178: Checking exports ** [02:20:43 2020-06-13] 178: Checking users ** [02:20:43 2020-06-13] 178: Checking user_dbs ** [02:20:43 2020-06-13] 178: Checking geocodings ** [02:20:43 2020-06-13] 178: Checking synchronizations ** [02:20:43 2020-06-13] 178: Checking tracker ** [02:20:43 2020-06-13] 178: Checking user_migrations ** [02:20:43 2020-06-13] 178: Checking batch_updates ** [02:20:43 2020-06-13] 178: Checking gears ** [02:20:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:20:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:48 2020-06-13] 178: Checking imports ** [02:20:48 2020-06-13] 178: Checking exports ** [02:20:48 2020-06-13] 178: Checking users ** [02:20:48 2020-06-13] 178: Checking user_dbs ** [02:20:48 2020-06-13] 178: Checking geocodings ** [02:20:48 2020-06-13] 178: Checking synchronizations ** [02:20:48 2020-06-13] 178: Checking tracker ** [02:20:48 2020-06-13] 178: Checking user_migrations ** [02:20:48 2020-06-13] 178: Checking batch_updates ** [02:20:48 2020-06-13] 178: Checking gears ** [02:20:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:20:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:53 2020-06-13] 178: Checking imports ** [02:20:53 2020-06-13] 178: Checking exports ** [02:20:53 2020-06-13] 178: Checking users ** [02:20:53 2020-06-13] 178: Checking user_dbs ** [02:20:53 2020-06-13] 178: Checking geocodings ** [02:20:53 2020-06-13] 178: Checking synchronizations ** [02:20:53 2020-06-13] 178: Checking tracker ** [02:20:53 2020-06-13] 178: Checking user_migrations ** [02:20:53 2020-06-13] 178: Checking batch_updates ** [02:20:53 2020-06-13] 178: Checking gears ** [02:20:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:20:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:58 2020-06-13] 178: Checking imports ** [02:20:58 2020-06-13] 178: Checking exports ** [02:20:58 2020-06-13] 178: Checking users ** [02:20:58 2020-06-13] 178: Checking user_dbs ** [02:20:58 2020-06-13] 178: Checking geocodings ** [02:20:58 2020-06-13] 178: Checking synchronizations ** [02:20:58 2020-06-13] 178: Checking tracker ** [02:20:58 2020-06-13] 178: Checking user_migrations ** [02:20:58 2020-06-13] 178: Checking batch_updates ** [02:20:58 2020-06-13] 178: Checking gears ** [02:20:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:20:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:03 2020-06-13] 178: Checking imports ** [02:21:03 2020-06-13] 178: Checking exports ** [02:21:03 2020-06-13] 178: Checking users ** [02:21:03 2020-06-13] 178: Checking user_dbs ** [02:21:03 2020-06-13] 178: Checking geocodings ** [02:21:03 2020-06-13] 178: Checking synchronizations ** [02:21:03 2020-06-13] 178: Checking tracker ** [02:21:03 2020-06-13] 178: Checking user_migrations ** [02:21:03 2020-06-13] 178: Checking batch_updates ** [02:21:03 2020-06-13] 178: Checking gears ** [02:21:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:21:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:08 2020-06-13] 178: Checking imports ** [02:21:08 2020-06-13] 178: Checking exports ** [02:21:08 2020-06-13] 178: Checking users ** [02:21:08 2020-06-13] 178: Checking user_dbs ** [02:21:08 2020-06-13] 178: Checking geocodings ** [02:21:08 2020-06-13] 178: Checking synchronizations ** [02:21:08 2020-06-13] 178: Checking tracker ** [02:21:08 2020-06-13] 178: Checking user_migrations ** [02:21:08 2020-06-13] 178: Checking batch_updates ** [02:21:08 2020-06-13] 178: Checking gears ** [02:21:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:21:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:13 2020-06-13] 178: Checking imports ** [02:21:13 2020-06-13] 178: Checking exports ** [02:21:13 2020-06-13] 178: Checking users ** [02:21:13 2020-06-13] 178: Checking user_dbs ** [02:21:13 2020-06-13] 178: Checking geocodings ** [02:21:13 2020-06-13] 178: Checking synchronizations ** [02:21:13 2020-06-13] 178: Checking tracker ** [02:21:13 2020-06-13] 178: Checking user_migrations ** [02:21:13 2020-06-13] 178: Checking batch_updates ** [02:21:13 2020-06-13] 178: Checking gears ** [02:21:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:21:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:18 2020-06-13] 178: Checking imports ** [02:21:18 2020-06-13] 178: Checking exports ** [02:21:18 2020-06-13] 178: Checking users ** [02:21:18 2020-06-13] 178: Checking user_dbs ** [02:21:18 2020-06-13] 178: Checking geocodings ** [02:21:18 2020-06-13] 178: Checking synchronizations ** [02:21:18 2020-06-13] 178: Checking tracker ** [02:21:18 2020-06-13] 178: Checking user_migrations ** [02:21:18 2020-06-13] 178: Checking batch_updates ** [02:21:18 2020-06-13] 178: Checking gears ** [02:21:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:21:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:23 2020-06-13] 178: Checking imports ** [02:21:23 2020-06-13] 178: Checking exports ** [02:21:23 2020-06-13] 178: Checking users ** [02:21:23 2020-06-13] 178: Checking user_dbs ** [02:21:23 2020-06-13] 178: Checking geocodings ** [02:21:23 2020-06-13] 178: Checking synchronizations ** [02:21:23 2020-06-13] 178: Checking tracker ** [02:21:23 2020-06-13] 178: Checking user_migrations ** [02:21:23 2020-06-13] 178: Checking batch_updates ** [02:21:23 2020-06-13] 178: Checking gears ** [02:21:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:21:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:28 2020-06-13] 178: Checking imports ** [02:21:28 2020-06-13] 178: Checking exports ** [02:21:28 2020-06-13] 178: Checking users ** [02:21:28 2020-06-13] 178: Checking user_dbs ** [02:21:28 2020-06-13] 178: Checking geocodings ** [02:21:28 2020-06-13] 178: Checking synchronizations ** [02:21:28 2020-06-13] 178: Checking tracker ** [02:21:28 2020-06-13] 178: Checking user_migrations ** [02:21:28 2020-06-13] 178: Checking batch_updates ** [02:21:28 2020-06-13] 178: Checking gears ** [02:21:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:21:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:33 2020-06-13] 178: Checking imports ** [02:21:33 2020-06-13] 178: Checking exports ** [02:21:33 2020-06-13] 178: Checking users ** [02:21:33 2020-06-13] 178: Checking user_dbs ** [02:21:33 2020-06-13] 178: Checking geocodings ** [02:21:33 2020-06-13] 178: Checking synchronizations ** [02:21:33 2020-06-13] 178: Checking tracker ** [02:21:33 2020-06-13] 178: Checking user_migrations ** [02:21:33 2020-06-13] 178: Checking batch_updates ** [02:21:33 2020-06-13] 178: Checking gears ** [02:21:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:21:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:38 2020-06-13] 178: Checking imports ** [02:21:38 2020-06-13] 178: Checking exports ** [02:21:38 2020-06-13] 178: Checking users ** [02:21:38 2020-06-13] 178: Checking user_dbs ** [02:21:38 2020-06-13] 178: Checking geocodings ** [02:21:38 2020-06-13] 178: Checking synchronizations ** [02:21:38 2020-06-13] 178: Checking tracker ** [02:21:38 2020-06-13] 178: Checking user_migrations ** [02:21:38 2020-06-13] 178: Checking batch_updates ** [02:21:38 2020-06-13] 178: Checking gears ** [02:21:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:21:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:43 2020-06-13] 178: Checking imports ** [02:21:43 2020-06-13] 178: Checking exports ** [02:21:43 2020-06-13] 178: Checking users ** [02:21:43 2020-06-13] 178: Checking user_dbs ** [02:21:43 2020-06-13] 178: Checking geocodings ** [02:21:43 2020-06-13] 178: Checking synchronizations ** [02:21:43 2020-06-13] 178: Checking tracker ** [02:21:43 2020-06-13] 178: Checking user_migrations ** [02:21:43 2020-06-13] 178: Checking batch_updates ** [02:21:43 2020-06-13] 178: Checking gears ** [02:21:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:21:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:48 2020-06-13] 178: Checking imports ** [02:21:48 2020-06-13] 178: Checking exports ** [02:21:48 2020-06-13] 178: Checking users ** [02:21:48 2020-06-13] 178: Checking user_dbs ** [02:21:48 2020-06-13] 178: Checking geocodings ** [02:21:48 2020-06-13] 178: Checking synchronizations ** [02:21:48 2020-06-13] 178: Checking tracker ** [02:21:48 2020-06-13] 178: Checking user_migrations ** [02:21:48 2020-06-13] 178: Checking batch_updates ** [02:21:48 2020-06-13] 178: Checking gears ** [02:21:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:21:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:53 2020-06-13] 178: Checking imports ** [02:21:53 2020-06-13] 178: Checking exports ** [02:21:53 2020-06-13] 178: Checking users ** [02:21:53 2020-06-13] 178: Checking user_dbs ** [02:21:53 2020-06-13] 178: Checking geocodings ** [02:21:53 2020-06-13] 178: Checking synchronizations ** [02:21:53 2020-06-13] 178: Checking tracker ** [02:21:53 2020-06-13] 178: Checking user_migrations ** [02:21:53 2020-06-13] 178: Checking batch_updates ** [02:21:53 2020-06-13] 178: Checking gears ** [02:21:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:21:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:58 2020-06-13] 178: Checking imports ** [02:21:58 2020-06-13] 178: Checking exports ** [02:21:58 2020-06-13] 178: Checking users ** [02:21:58 2020-06-13] 178: Checking user_dbs ** [02:21:58 2020-06-13] 178: Checking geocodings ** [02:21:58 2020-06-13] 178: Checking synchronizations ** [02:21:58 2020-06-13] 178: Checking tracker ** [02:21:58 2020-06-13] 178: Checking user_migrations ** [02:21:58 2020-06-13] 178: Checking batch_updates ** [02:21:58 2020-06-13] 178: Checking gears ** [02:21:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:21:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:03 2020-06-13] 178: Checking imports ** [02:22:03 2020-06-13] 178: Checking exports ** [02:22:03 2020-06-13] 178: Checking users ** [02:22:03 2020-06-13] 178: Checking user_dbs ** [02:22:03 2020-06-13] 178: Checking geocodings ** [02:22:03 2020-06-13] 178: Checking synchronizations ** [02:22:03 2020-06-13] 178: Checking tracker ** [02:22:03 2020-06-13] 178: Checking user_migrations ** [02:22:03 2020-06-13] 178: Checking batch_updates ** [02:22:03 2020-06-13] 178: Checking gears ** [02:22:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:22:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:08 2020-06-13] 178: Checking imports ** [02:22:08 2020-06-13] 178: Checking exports ** [02:22:08 2020-06-13] 178: Checking users ** [02:22:08 2020-06-13] 178: Checking user_dbs ** [02:22:08 2020-06-13] 178: Checking geocodings ** [02:22:08 2020-06-13] 178: Checking synchronizations ** [02:22:08 2020-06-13] 178: Checking tracker ** [02:22:08 2020-06-13] 178: Checking user_migrations ** [02:22:08 2020-06-13] 178: Checking batch_updates ** [02:22:08 2020-06-13] 178: Checking gears ** [02:22:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:22:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:13 2020-06-13] 178: Checking imports ** [02:22:13 2020-06-13] 178: Checking exports ** [02:22:13 2020-06-13] 178: Checking users ** [02:22:13 2020-06-13] 178: Checking user_dbs ** [02:22:13 2020-06-13] 178: Checking geocodings ** [02:22:13 2020-06-13] 178: Checking synchronizations ** [02:22:13 2020-06-13] 178: Checking tracker ** [02:22:13 2020-06-13] 178: Checking user_migrations ** [02:22:13 2020-06-13] 178: Checking batch_updates ** [02:22:13 2020-06-13] 178: Checking gears ** [02:22:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:22:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:18 2020-06-13] 178: Checking imports ** [02:22:18 2020-06-13] 178: Checking exports ** [02:22:18 2020-06-13] 178: Checking users ** [02:22:18 2020-06-13] 178: Checking user_dbs ** [02:22:18 2020-06-13] 178: Checking geocodings ** [02:22:18 2020-06-13] 178: Checking synchronizations ** [02:22:18 2020-06-13] 178: Checking tracker ** [02:22:18 2020-06-13] 178: Checking user_migrations ** [02:22:18 2020-06-13] 178: Checking batch_updates ** [02:22:18 2020-06-13] 178: Checking gears ** [02:22:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:22:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:23 2020-06-13] 178: Checking imports ** [02:22:23 2020-06-13] 178: Checking exports ** [02:22:23 2020-06-13] 178: Checking users ** [02:22:23 2020-06-13] 178: Checking user_dbs ** [02:22:23 2020-06-13] 178: Checking geocodings ** [02:22:23 2020-06-13] 178: Checking synchronizations ** [02:22:23 2020-06-13] 178: Checking tracker ** [02:22:23 2020-06-13] 178: Checking user_migrations ** [02:22:23 2020-06-13] 178: Checking batch_updates ** [02:22:23 2020-06-13] 178: Checking gears ** [02:22:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:22:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:28 2020-06-13] 178: Checking imports ** [02:22:28 2020-06-13] 178: Checking exports ** [02:22:28 2020-06-13] 178: Checking users ** [02:22:28 2020-06-13] 178: Checking user_dbs ** [02:22:28 2020-06-13] 178: Checking geocodings ** [02:22:28 2020-06-13] 178: Checking synchronizations ** [02:22:28 2020-06-13] 178: Checking tracker ** [02:22:28 2020-06-13] 178: Checking user_migrations ** [02:22:28 2020-06-13] 178: Checking batch_updates ** [02:22:28 2020-06-13] 178: Checking gears ** [02:22:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:22:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:33 2020-06-13] 178: Checking imports ** [02:22:33 2020-06-13] 178: Checking exports ** [02:22:33 2020-06-13] 178: Checking users ** [02:22:33 2020-06-13] 178: Checking user_dbs ** [02:22:33 2020-06-13] 178: Checking geocodings ** [02:22:33 2020-06-13] 178: Checking synchronizations ** [02:22:33 2020-06-13] 178: Checking tracker ** [02:22:33 2020-06-13] 178: Checking user_migrations ** [02:22:33 2020-06-13] 178: Checking batch_updates ** [02:22:33 2020-06-13] 178: Checking gears ** [02:22:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:22:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:38 2020-06-13] 178: Checking imports ** [02:22:38 2020-06-13] 178: Checking exports ** [02:22:38 2020-06-13] 178: Checking users ** [02:22:38 2020-06-13] 178: Checking user_dbs ** [02:22:38 2020-06-13] 178: Checking geocodings ** [02:22:38 2020-06-13] 178: Checking synchronizations ** [02:22:38 2020-06-13] 178: Checking tracker ** [02:22:38 2020-06-13] 178: Checking user_migrations ** [02:22:38 2020-06-13] 178: Checking batch_updates ** [02:22:38 2020-06-13] 178: Checking gears ** [02:22:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:22:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:43 2020-06-13] 178: Checking imports ** [02:22:43 2020-06-13] 178: Checking exports ** [02:22:43 2020-06-13] 178: Checking users ** [02:22:43 2020-06-13] 178: Checking user_dbs ** [02:22:43 2020-06-13] 178: Checking geocodings ** [02:22:43 2020-06-13] 178: Checking synchronizations ** [02:22:43 2020-06-13] 178: Checking tracker ** [02:22:43 2020-06-13] 178: Checking user_migrations ** [02:22:43 2020-06-13] 178: Checking batch_updates ** [02:22:43 2020-06-13] 178: Checking gears ** [02:22:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:22:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:48 2020-06-13] 178: Checking imports ** [02:22:48 2020-06-13] 178: Checking exports ** [02:22:48 2020-06-13] 178: Checking users ** [02:22:48 2020-06-13] 178: Checking user_dbs ** [02:22:48 2020-06-13] 178: Checking geocodings ** [02:22:48 2020-06-13] 178: Checking synchronizations ** [02:22:48 2020-06-13] 178: Checking tracker ** [02:22:48 2020-06-13] 178: Checking user_migrations ** [02:22:48 2020-06-13] 178: Checking batch_updates ** [02:22:48 2020-06-13] 178: Checking gears ** [02:22:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:22:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:53 2020-06-13] 178: Checking imports ** [02:22:53 2020-06-13] 178: Checking exports ** [02:22:53 2020-06-13] 178: Checking users ** [02:22:53 2020-06-13] 178: Checking user_dbs ** [02:22:53 2020-06-13] 178: Checking geocodings ** [02:22:53 2020-06-13] 178: Checking synchronizations ** [02:22:53 2020-06-13] 178: Checking tracker ** [02:22:53 2020-06-13] 178: Checking user_migrations ** [02:22:53 2020-06-13] 178: Checking batch_updates ** [02:22:53 2020-06-13] 178: Checking gears ** [02:22:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:22:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:58 2020-06-13] 178: Checking imports ** [02:22:58 2020-06-13] 178: Checking exports ** [02:22:58 2020-06-13] 178: Checking users ** [02:22:58 2020-06-13] 178: Checking user_dbs ** [02:22:58 2020-06-13] 178: Checking geocodings ** [02:22:58 2020-06-13] 178: Checking synchronizations ** [02:22:58 2020-06-13] 178: Checking tracker ** [02:22:58 2020-06-13] 178: Checking user_migrations ** [02:22:58 2020-06-13] 178: Checking batch_updates ** [02:22:58 2020-06-13] 178: Checking gears ** [02:22:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:22:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:03 2020-06-13] 178: Checking imports ** [02:23:03 2020-06-13] 178: Checking exports ** [02:23:03 2020-06-13] 178: Checking users ** [02:23:03 2020-06-13] 178: Checking user_dbs ** [02:23:03 2020-06-13] 178: Checking geocodings ** [02:23:03 2020-06-13] 178: Checking synchronizations ** [02:23:03 2020-06-13] 178: Checking tracker ** [02:23:03 2020-06-13] 178: Checking user_migrations ** [02:23:03 2020-06-13] 178: Checking batch_updates ** [02:23:03 2020-06-13] 178: Checking gears ** [02:23:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:23:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:08 2020-06-13] 178: Checking imports ** [02:23:08 2020-06-13] 178: Checking exports ** [02:23:08 2020-06-13] 178: Checking users ** [02:23:08 2020-06-13] 178: Checking user_dbs ** [02:23:08 2020-06-13] 178: Checking geocodings ** [02:23:08 2020-06-13] 178: Checking synchronizations ** [02:23:08 2020-06-13] 178: Checking tracker ** [02:23:08 2020-06-13] 178: Checking user_migrations ** [02:23:08 2020-06-13] 178: Checking batch_updates ** [02:23:08 2020-06-13] 178: Checking gears ** [02:23:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:23:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:13 2020-06-13] 178: Checking imports ** [02:23:13 2020-06-13] 178: Checking exports ** [02:23:13 2020-06-13] 178: Checking users ** [02:23:13 2020-06-13] 178: Checking user_dbs ** [02:23:13 2020-06-13] 178: Checking geocodings ** [02:23:13 2020-06-13] 178: Checking synchronizations ** [02:23:13 2020-06-13] 178: Checking tracker ** [02:23:13 2020-06-13] 178: Checking user_migrations ** [02:23:13 2020-06-13] 178: Checking batch_updates ** [02:23:13 2020-06-13] 178: Checking gears ** [02:23:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:23:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:18 2020-06-13] 178: Checking imports ** [02:23:18 2020-06-13] 178: Checking exports ** [02:23:18 2020-06-13] 178: Checking users ** [02:23:18 2020-06-13] 178: Checking user_dbs ** [02:23:18 2020-06-13] 178: Checking geocodings ** [02:23:18 2020-06-13] 178: Checking synchronizations ** [02:23:18 2020-06-13] 178: Checking tracker ** [02:23:18 2020-06-13] 178: Checking user_migrations ** [02:23:18 2020-06-13] 178: Checking batch_updates ** [02:23:18 2020-06-13] 178: Checking gears ** [02:23:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:23:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:23 2020-06-13] 178: Checking imports ** [02:23:23 2020-06-13] 178: Checking exports ** [02:23:23 2020-06-13] 178: Checking users ** [02:23:23 2020-06-13] 178: Checking user_dbs ** [02:23:23 2020-06-13] 178: Checking geocodings ** [02:23:23 2020-06-13] 178: Checking synchronizations ** [02:23:23 2020-06-13] 178: Checking tracker ** [02:23:23 2020-06-13] 178: Checking user_migrations ** [02:23:23 2020-06-13] 178: Checking batch_updates ** [02:23:23 2020-06-13] 178: Checking gears ** [02:23:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:23:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:28 2020-06-13] 178: Checking imports ** [02:23:28 2020-06-13] 178: Checking exports ** [02:23:28 2020-06-13] 178: Checking users ** [02:23:28 2020-06-13] 178: Checking user_dbs ** [02:23:28 2020-06-13] 178: Checking geocodings ** [02:23:28 2020-06-13] 178: Checking synchronizations ** [02:23:28 2020-06-13] 178: Checking tracker ** [02:23:28 2020-06-13] 178: Checking user_migrations ** [02:23:28 2020-06-13] 178: Checking batch_updates ** [02:23:28 2020-06-13] 178: Checking gears ** [02:23:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:23:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:33 2020-06-13] 178: Checking imports ** [02:23:33 2020-06-13] 178: Checking exports ** [02:23:33 2020-06-13] 178: Checking users ** [02:23:33 2020-06-13] 178: Checking user_dbs ** [02:23:33 2020-06-13] 178: Checking geocodings ** [02:23:33 2020-06-13] 178: Checking synchronizations ** [02:23:33 2020-06-13] 178: Checking tracker ** [02:23:33 2020-06-13] 178: Checking user_migrations ** [02:23:33 2020-06-13] 178: Checking batch_updates ** [02:23:33 2020-06-13] 178: Checking gears ** [02:23:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:23:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:38 2020-06-13] 178: Checking imports ** [02:23:38 2020-06-13] 178: Checking exports ** [02:23:38 2020-06-13] 178: Checking users ** [02:23:38 2020-06-13] 178: Checking user_dbs ** [02:23:38 2020-06-13] 178: Checking geocodings ** [02:23:38 2020-06-13] 178: Checking synchronizations ** [02:23:38 2020-06-13] 178: Checking tracker ** [02:23:38 2020-06-13] 178: Checking user_migrations ** [02:23:38 2020-06-13] 178: Checking batch_updates ** [02:23:38 2020-06-13] 178: Checking gears ** [02:23:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:23:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:43 2020-06-13] 178: Checking imports ** [02:23:43 2020-06-13] 178: Checking exports ** [02:23:43 2020-06-13] 178: Checking users ** [02:23:43 2020-06-13] 178: Checking user_dbs ** [02:23:43 2020-06-13] 178: Checking geocodings ** [02:23:43 2020-06-13] 178: Checking synchronizations ** [02:23:43 2020-06-13] 178: Checking tracker ** [02:23:43 2020-06-13] 178: Checking user_migrations ** [02:23:43 2020-06-13] 178: Checking batch_updates ** [02:23:43 2020-06-13] 178: Checking gears ** [02:23:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:23:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:48 2020-06-13] 178: Checking imports ** [02:23:48 2020-06-13] 178: Checking exports ** [02:23:48 2020-06-13] 178: Checking users ** [02:23:48 2020-06-13] 178: Checking user_dbs ** [02:23:48 2020-06-13] 178: Checking geocodings ** [02:23:48 2020-06-13] 178: Checking synchronizations ** [02:23:48 2020-06-13] 178: Checking tracker ** [02:23:48 2020-06-13] 178: Checking user_migrations ** [02:23:48 2020-06-13] 178: Checking batch_updates ** [02:23:48 2020-06-13] 178: Checking gears ** [02:23:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:23:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:53 2020-06-13] 178: Checking imports ** [02:23:53 2020-06-13] 178: Checking exports ** [02:23:53 2020-06-13] 178: Checking users ** [02:23:53 2020-06-13] 178: Checking user_dbs ** [02:23:53 2020-06-13] 178: Checking geocodings ** [02:23:53 2020-06-13] 178: Checking synchronizations ** [02:23:53 2020-06-13] 178: Checking tracker ** [02:23:53 2020-06-13] 178: Checking user_migrations ** [02:23:53 2020-06-13] 178: Checking batch_updates ** [02:23:53 2020-06-13] 178: Checking gears ** [02:23:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:23:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:58 2020-06-13] 178: Checking imports ** [02:23:58 2020-06-13] 178: Checking exports ** [02:23:58 2020-06-13] 178: Checking users ** [02:23:58 2020-06-13] 178: Checking user_dbs ** [02:23:58 2020-06-13] 178: Checking geocodings ** [02:23:58 2020-06-13] 178: Checking synchronizations ** [02:23:58 2020-06-13] 178: Checking tracker ** [02:23:58 2020-06-13] 178: Checking user_migrations ** [02:23:58 2020-06-13] 178: Checking batch_updates ** [02:23:58 2020-06-13] 178: Checking gears ** [02:23:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:23:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:03 2020-06-13] 178: Checking imports ** [02:24:03 2020-06-13] 178: Checking exports ** [02:24:03 2020-06-13] 178: Checking users ** [02:24:03 2020-06-13] 178: Checking user_dbs ** [02:24:03 2020-06-13] 178: Checking geocodings ** [02:24:03 2020-06-13] 178: Checking synchronizations ** [02:24:03 2020-06-13] 178: Checking tracker ** [02:24:03 2020-06-13] 178: Checking user_migrations ** [02:24:03 2020-06-13] 178: Checking batch_updates ** [02:24:03 2020-06-13] 178: Checking gears ** [02:24:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:24:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:08 2020-06-13] 178: Checking imports ** [02:24:08 2020-06-13] 178: Checking exports ** [02:24:08 2020-06-13] 178: Checking users ** [02:24:08 2020-06-13] 178: Checking user_dbs ** [02:24:08 2020-06-13] 178: Checking geocodings ** [02:24:08 2020-06-13] 178: Checking synchronizations ** [02:24:08 2020-06-13] 178: Checking tracker ** [02:24:08 2020-06-13] 178: Checking user_migrations ** [02:24:08 2020-06-13] 178: Checking batch_updates ** [02:24:08 2020-06-13] 178: Checking gears ** [02:24:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:24:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:13 2020-06-13] 178: Checking imports ** [02:24:13 2020-06-13] 178: Checking exports ** [02:24:13 2020-06-13] 178: Checking users ** [02:24:13 2020-06-13] 178: Checking user_dbs ** [02:24:13 2020-06-13] 178: Checking geocodings ** [02:24:13 2020-06-13] 178: Checking synchronizations ** [02:24:13 2020-06-13] 178: Checking tracker ** [02:24:13 2020-06-13] 178: Checking user_migrations ** [02:24:13 2020-06-13] 178: Checking batch_updates ** [02:24:13 2020-06-13] 178: Checking gears ** [02:24:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:24:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:18 2020-06-13] 178: Checking imports ** [02:24:18 2020-06-13] 178: Checking exports ** [02:24:18 2020-06-13] 178: Checking users ** [02:24:18 2020-06-13] 178: Checking user_dbs ** [02:24:18 2020-06-13] 178: Checking geocodings ** [02:24:18 2020-06-13] 178: Checking synchronizations ** [02:24:18 2020-06-13] 178: Checking tracker ** [02:24:18 2020-06-13] 178: Checking user_migrations ** [02:24:18 2020-06-13] 178: Checking batch_updates ** [02:24:18 2020-06-13] 178: Checking gears ** [02:24:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:24:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:23 2020-06-13] 178: Checking imports ** [02:24:23 2020-06-13] 178: Checking exports ** [02:24:23 2020-06-13] 178: Checking users ** [02:24:23 2020-06-13] 178: Checking user_dbs ** [02:24:23 2020-06-13] 178: Checking geocodings ** [02:24:23 2020-06-13] 178: Checking synchronizations ** [02:24:23 2020-06-13] 178: Checking tracker ** [02:24:23 2020-06-13] 178: Checking user_migrations ** [02:24:23 2020-06-13] 178: Checking batch_updates ** [02:24:23 2020-06-13] 178: Checking gears ** [02:24:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:24:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:28 2020-06-13] 178: Checking imports ** [02:24:28 2020-06-13] 178: Checking exports ** [02:24:28 2020-06-13] 178: Checking users ** [02:24:28 2020-06-13] 178: Checking user_dbs ** [02:24:28 2020-06-13] 178: Checking geocodings ** [02:24:28 2020-06-13] 178: Checking synchronizations ** [02:24:28 2020-06-13] 178: Checking tracker ** [02:24:28 2020-06-13] 178: Checking user_migrations ** [02:24:28 2020-06-13] 178: Checking batch_updates ** [02:24:28 2020-06-13] 178: Checking gears ** [02:24:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:24:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:33 2020-06-13] 178: Checking imports ** [02:24:33 2020-06-13] 178: Checking exports ** [02:24:33 2020-06-13] 178: Checking users ** [02:24:33 2020-06-13] 178: Checking user_dbs ** [02:24:33 2020-06-13] 178: Checking geocodings ** [02:24:33 2020-06-13] 178: Checking synchronizations ** [02:24:33 2020-06-13] 178: Checking tracker ** [02:24:33 2020-06-13] 178: Checking user_migrations ** [02:24:33 2020-06-13] 178: Checking batch_updates ** [02:24:33 2020-06-13] 178: Checking gears ** [02:24:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:24:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:38 2020-06-13] 178: Checking imports ** [02:24:38 2020-06-13] 178: Checking exports ** [02:24:38 2020-06-13] 178: Checking users ** [02:24:38 2020-06-13] 178: Checking user_dbs ** [02:24:38 2020-06-13] 178: Checking geocodings ** [02:24:38 2020-06-13] 178: Checking synchronizations ** [02:24:38 2020-06-13] 178: Checking tracker ** [02:24:38 2020-06-13] 178: Checking user_migrations ** [02:24:38 2020-06-13] 178: Checking batch_updates ** [02:24:38 2020-06-13] 178: Checking gears ** [02:24:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:24:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:43 2020-06-13] 178: Checking imports ** [02:24:43 2020-06-13] 178: Checking exports ** [02:24:43 2020-06-13] 178: Checking users ** [02:24:43 2020-06-13] 178: Checking user_dbs ** [02:24:43 2020-06-13] 178: Checking geocodings ** [02:24:43 2020-06-13] 178: Checking synchronizations ** [02:24:43 2020-06-13] 178: Checking tracker ** [02:24:43 2020-06-13] 178: Checking user_migrations ** [02:24:43 2020-06-13] 178: Checking batch_updates ** [02:24:43 2020-06-13] 178: Checking gears ** [02:24:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:24:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:48 2020-06-13] 178: Checking imports ** [02:24:48 2020-06-13] 178: Checking exports ** [02:24:48 2020-06-13] 178: Checking users ** [02:24:48 2020-06-13] 178: Checking user_dbs ** [02:24:48 2020-06-13] 178: Checking geocodings ** [02:24:48 2020-06-13] 178: Checking synchronizations ** [02:24:48 2020-06-13] 178: Checking tracker ** [02:24:48 2020-06-13] 178: Checking user_migrations ** [02:24:48 2020-06-13] 178: Checking batch_updates ** [02:24:48 2020-06-13] 178: Checking gears ** [02:24:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:24:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:53 2020-06-13] 178: Checking imports ** [02:24:53 2020-06-13] 178: Checking exports ** [02:24:53 2020-06-13] 178: Checking users ** [02:24:53 2020-06-13] 178: Checking user_dbs ** [02:24:53 2020-06-13] 178: Checking geocodings ** [02:24:53 2020-06-13] 178: Checking synchronizations ** [02:24:53 2020-06-13] 178: Checking tracker ** [02:24:53 2020-06-13] 178: Checking user_migrations ** [02:24:53 2020-06-13] 178: Checking batch_updates ** [02:24:53 2020-06-13] 178: Checking gears ** [02:24:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:24:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:58 2020-06-13] 178: Checking imports ** [02:24:58 2020-06-13] 178: Checking exports ** [02:24:58 2020-06-13] 178: Checking users ** [02:24:58 2020-06-13] 178: Checking user_dbs ** [02:24:58 2020-06-13] 178: Checking geocodings ** [02:24:58 2020-06-13] 178: Checking synchronizations ** [02:24:58 2020-06-13] 178: Checking tracker ** [02:24:58 2020-06-13] 178: Checking user_migrations ** [02:24:58 2020-06-13] 178: Checking batch_updates ** [02:24:58 2020-06-13] 178: Checking gears ** [02:24:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:24:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:03 2020-06-13] 178: Checking imports ** [02:25:03 2020-06-13] 178: Checking exports ** [02:25:03 2020-06-13] 178: Checking users ** [02:25:03 2020-06-13] 178: Checking user_dbs ** [02:25:03 2020-06-13] 178: Checking geocodings ** [02:25:03 2020-06-13] 178: Checking synchronizations ** [02:25:03 2020-06-13] 178: Checking tracker ** [02:25:03 2020-06-13] 178: Checking user_migrations ** [02:25:03 2020-06-13] 178: Checking batch_updates ** [02:25:03 2020-06-13] 178: Checking gears ** [02:25:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:25:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:08 2020-06-13] 178: Checking imports ** [02:25:08 2020-06-13] 178: Checking exports ** [02:25:08 2020-06-13] 178: Checking users ** [02:25:08 2020-06-13] 178: Checking user_dbs ** [02:25:08 2020-06-13] 178: Checking geocodings ** [02:25:08 2020-06-13] 178: Checking synchronizations ** [02:25:08 2020-06-13] 178: Checking tracker ** [02:25:08 2020-06-13] 178: Checking user_migrations ** [02:25:08 2020-06-13] 178: Checking batch_updates ** [02:25:08 2020-06-13] 178: Checking gears ** [02:25:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:25:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:13 2020-06-13] 178: Checking imports ** [02:25:13 2020-06-13] 178: Checking exports ** [02:25:13 2020-06-13] 178: Checking users ** [02:25:13 2020-06-13] 178: Checking user_dbs ** [02:25:13 2020-06-13] 178: Checking geocodings ** [02:25:13 2020-06-13] 178: Checking synchronizations ** [02:25:13 2020-06-13] 178: Checking tracker ** [02:25:13 2020-06-13] 178: Checking user_migrations ** [02:25:13 2020-06-13] 178: Checking batch_updates ** [02:25:13 2020-06-13] 178: Checking gears ** [02:25:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:25:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:18 2020-06-13] 178: Checking imports ** [02:25:18 2020-06-13] 178: Checking exports ** [02:25:18 2020-06-13] 178: Checking users ** [02:25:18 2020-06-13] 178: Checking user_dbs ** [02:25:18 2020-06-13] 178: Checking geocodings ** [02:25:18 2020-06-13] 178: Checking synchronizations ** [02:25:18 2020-06-13] 178: Checking tracker ** [02:25:18 2020-06-13] 178: Checking user_migrations ** [02:25:18 2020-06-13] 178: Checking batch_updates ** [02:25:18 2020-06-13] 178: Checking gears ** [02:25:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:25:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:23 2020-06-13] 178: Checking imports ** [02:25:23 2020-06-13] 178: Checking exports ** [02:25:23 2020-06-13] 178: Checking users ** [02:25:23 2020-06-13] 178: Checking user_dbs ** [02:25:23 2020-06-13] 178: Checking geocodings ** [02:25:23 2020-06-13] 178: Checking synchronizations ** [02:25:23 2020-06-13] 178: Checking tracker ** [02:25:23 2020-06-13] 178: Checking user_migrations ** [02:25:23 2020-06-13] 178: Checking batch_updates ** [02:25:23 2020-06-13] 178: Checking gears ** [02:25:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:25:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:28 2020-06-13] 178: Checking imports ** [02:25:28 2020-06-13] 178: Checking exports ** [02:25:28 2020-06-13] 178: Checking users ** [02:25:28 2020-06-13] 178: Checking user_dbs ** [02:25:28 2020-06-13] 178: Checking geocodings ** [02:25:28 2020-06-13] 178: Checking synchronizations ** [02:25:28 2020-06-13] 178: Checking tracker ** [02:25:28 2020-06-13] 178: Checking user_migrations ** [02:25:28 2020-06-13] 178: Checking batch_updates ** [02:25:28 2020-06-13] 178: Checking gears ** [02:25:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:25:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:33 2020-06-13] 178: Checking imports ** [02:25:33 2020-06-13] 178: Checking exports ** [02:25:33 2020-06-13] 178: Checking users ** [02:25:33 2020-06-13] 178: Checking user_dbs ** [02:25:33 2020-06-13] 178: Checking geocodings ** [02:25:33 2020-06-13] 178: Checking synchronizations ** [02:25:33 2020-06-13] 178: Checking tracker ** [02:25:33 2020-06-13] 178: Checking user_migrations ** [02:25:33 2020-06-13] 178: Checking batch_updates ** [02:25:33 2020-06-13] 178: Checking gears ** [02:25:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:25:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:38 2020-06-13] 178: Checking imports ** [02:25:38 2020-06-13] 178: Checking exports ** [02:25:38 2020-06-13] 178: Checking users ** [02:25:38 2020-06-13] 178: Checking user_dbs ** [02:25:38 2020-06-13] 178: Checking geocodings ** [02:25:38 2020-06-13] 178: Checking synchronizations ** [02:25:38 2020-06-13] 178: Checking tracker ** [02:25:38 2020-06-13] 178: Checking user_migrations ** [02:25:38 2020-06-13] 178: Checking batch_updates ** [02:25:38 2020-06-13] 178: Checking gears ** [02:25:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:25:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:43 2020-06-13] 178: Checking imports ** [02:25:43 2020-06-13] 178: Checking exports ** [02:25:43 2020-06-13] 178: Checking users ** [02:25:43 2020-06-13] 178: Checking user_dbs ** [02:25:43 2020-06-13] 178: Checking geocodings ** [02:25:43 2020-06-13] 178: Checking synchronizations ** [02:25:43 2020-06-13] 178: Checking tracker ** [02:25:43 2020-06-13] 178: Checking user_migrations ** [02:25:43 2020-06-13] 178: Checking batch_updates ** [02:25:43 2020-06-13] 178: Checking gears ** [02:25:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:25:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:48 2020-06-13] 178: Checking imports ** [02:25:48 2020-06-13] 178: Checking exports ** [02:25:48 2020-06-13] 178: Checking users ** [02:25:48 2020-06-13] 178: Checking user_dbs ** [02:25:48 2020-06-13] 178: Checking geocodings ** [02:25:48 2020-06-13] 178: Checking synchronizations ** [02:25:48 2020-06-13] 178: Checking tracker ** [02:25:48 2020-06-13] 178: Checking user_migrations ** [02:25:48 2020-06-13] 178: Checking batch_updates ** [02:25:48 2020-06-13] 178: Checking gears ** [02:25:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:25:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:53 2020-06-13] 178: Checking imports ** [02:25:53 2020-06-13] 178: Checking exports ** [02:25:53 2020-06-13] 178: Checking users ** [02:25:53 2020-06-13] 178: Checking user_dbs ** [02:25:53 2020-06-13] 178: Checking geocodings ** [02:25:53 2020-06-13] 178: Checking synchronizations ** [02:25:53 2020-06-13] 178: Checking tracker ** [02:25:53 2020-06-13] 178: Checking user_migrations ** [02:25:53 2020-06-13] 178: Checking batch_updates ** [02:25:53 2020-06-13] 178: Checking gears ** [02:25:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:25:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:58 2020-06-13] 178: Checking imports ** [02:25:58 2020-06-13] 178: Checking exports ** [02:25:58 2020-06-13] 178: Checking users ** [02:25:58 2020-06-13] 178: Checking user_dbs ** [02:25:58 2020-06-13] 178: Checking geocodings ** [02:25:58 2020-06-13] 178: Checking synchronizations ** [02:25:58 2020-06-13] 178: Checking tracker ** [02:25:58 2020-06-13] 178: Checking user_migrations ** [02:25:58 2020-06-13] 178: Checking batch_updates ** [02:25:58 2020-06-13] 178: Checking gears ** [02:25:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:25:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:03 2020-06-13] 178: Checking imports ** [02:26:03 2020-06-13] 178: Checking exports ** [02:26:03 2020-06-13] 178: Checking users ** [02:26:03 2020-06-13] 178: Checking user_dbs ** [02:26:03 2020-06-13] 178: Checking geocodings ** [02:26:03 2020-06-13] 178: Checking synchronizations ** [02:26:03 2020-06-13] 178: Checking tracker ** [02:26:03 2020-06-13] 178: Checking user_migrations ** [02:26:03 2020-06-13] 178: Checking batch_updates ** [02:26:03 2020-06-13] 178: Checking gears ** [02:26:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:26:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:08 2020-06-13] 178: Checking imports ** [02:26:08 2020-06-13] 178: Checking exports ** [02:26:08 2020-06-13] 178: Checking users ** [02:26:08 2020-06-13] 178: Checking user_dbs ** [02:26:08 2020-06-13] 178: Checking geocodings ** [02:26:08 2020-06-13] 178: Checking synchronizations ** [02:26:08 2020-06-13] 178: Checking tracker ** [02:26:08 2020-06-13] 178: Checking user_migrations ** [02:26:08 2020-06-13] 178: Checking batch_updates ** [02:26:08 2020-06-13] 178: Checking gears ** [02:26:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:26:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:13 2020-06-13] 178: Checking imports ** [02:26:13 2020-06-13] 178: Checking exports ** [02:26:13 2020-06-13] 178: Checking users ** [02:26:13 2020-06-13] 178: Checking user_dbs ** [02:26:13 2020-06-13] 178: Checking geocodings ** [02:26:13 2020-06-13] 178: Checking synchronizations ** [02:26:13 2020-06-13] 178: Checking tracker ** [02:26:13 2020-06-13] 178: Checking user_migrations ** [02:26:13 2020-06-13] 178: Checking batch_updates ** [02:26:13 2020-06-13] 178: Checking gears ** [02:26:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:26:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:18 2020-06-13] 178: Checking imports ** [02:26:18 2020-06-13] 178: Checking exports ** [02:26:18 2020-06-13] 178: Checking users ** [02:26:18 2020-06-13] 178: Checking user_dbs ** [02:26:18 2020-06-13] 178: Checking geocodings ** [02:26:18 2020-06-13] 178: Checking synchronizations ** [02:26:18 2020-06-13] 178: Checking tracker ** [02:26:18 2020-06-13] 178: Checking user_migrations ** [02:26:18 2020-06-13] 178: Checking batch_updates ** [02:26:18 2020-06-13] 178: Checking gears ** [02:26:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:26:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:23 2020-06-13] 178: Checking imports ** [02:26:23 2020-06-13] 178: Checking exports ** [02:26:23 2020-06-13] 178: Checking users ** [02:26:23 2020-06-13] 178: Checking user_dbs ** [02:26:23 2020-06-13] 178: Checking geocodings ** [02:26:23 2020-06-13] 178: Checking synchronizations ** [02:26:23 2020-06-13] 178: Checking tracker ** [02:26:23 2020-06-13] 178: Checking user_migrations ** [02:26:23 2020-06-13] 178: Checking batch_updates ** [02:26:23 2020-06-13] 178: Checking gears ** [02:26:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:26:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:28 2020-06-13] 178: Checking imports ** [02:26:28 2020-06-13] 178: Checking exports ** [02:26:28 2020-06-13] 178: Checking users ** [02:26:28 2020-06-13] 178: Checking user_dbs ** [02:26:28 2020-06-13] 178: Checking geocodings ** [02:26:28 2020-06-13] 178: Checking synchronizations ** [02:26:28 2020-06-13] 178: Checking tracker ** [02:26:28 2020-06-13] 178: Checking user_migrations ** [02:26:28 2020-06-13] 178: Checking batch_updates ** [02:26:28 2020-06-13] 178: Checking gears ** [02:26:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:26:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:33 2020-06-13] 178: Checking imports ** [02:26:33 2020-06-13] 178: Checking exports ** [02:26:33 2020-06-13] 178: Checking users ** [02:26:33 2020-06-13] 178: Checking user_dbs ** [02:26:33 2020-06-13] 178: Checking geocodings ** [02:26:33 2020-06-13] 178: Checking synchronizations ** [02:26:33 2020-06-13] 178: Checking tracker ** [02:26:33 2020-06-13] 178: Checking user_migrations ** [02:26:33 2020-06-13] 178: Checking batch_updates ** [02:26:33 2020-06-13] 178: Checking gears ** [02:26:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:26:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:38 2020-06-13] 178: Checking imports ** [02:26:38 2020-06-13] 178: Checking exports ** [02:26:38 2020-06-13] 178: Checking users ** [02:26:38 2020-06-13] 178: Checking user_dbs ** [02:26:38 2020-06-13] 178: Checking geocodings ** [02:26:38 2020-06-13] 178: Checking synchronizations ** [02:26:38 2020-06-13] 178: Checking tracker ** [02:26:38 2020-06-13] 178: Checking user_migrations ** [02:26:38 2020-06-13] 178: Checking batch_updates ** [02:26:38 2020-06-13] 178: Checking gears ** [02:26:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:26:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:43 2020-06-13] 178: Checking imports ** [02:26:43 2020-06-13] 178: Checking exports ** [02:26:43 2020-06-13] 178: Checking users ** [02:26:43 2020-06-13] 178: Checking user_dbs ** [02:26:43 2020-06-13] 178: Checking geocodings ** [02:26:43 2020-06-13] 178: Checking synchronizations ** [02:26:43 2020-06-13] 178: Checking tracker ** [02:26:43 2020-06-13] 178: Checking user_migrations ** [02:26:43 2020-06-13] 178: Checking batch_updates ** [02:26:43 2020-06-13] 178: Checking gears ** [02:26:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:26:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:48 2020-06-13] 178: Checking imports ** [02:26:48 2020-06-13] 178: Checking exports ** [02:26:48 2020-06-13] 178: Checking users ** [02:26:48 2020-06-13] 178: Checking user_dbs ** [02:26:48 2020-06-13] 178: Checking geocodings ** [02:26:48 2020-06-13] 178: Checking synchronizations ** [02:26:48 2020-06-13] 178: Checking tracker ** [02:26:48 2020-06-13] 178: Checking user_migrations ** [02:26:48 2020-06-13] 178: Checking batch_updates ** [02:26:48 2020-06-13] 178: Checking gears ** [02:26:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:26:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:53 2020-06-13] 178: Checking imports ** [02:26:53 2020-06-13] 178: Checking exports ** [02:26:53 2020-06-13] 178: Checking users ** [02:26:53 2020-06-13] 178: Checking user_dbs ** [02:26:53 2020-06-13] 178: Checking geocodings ** [02:26:53 2020-06-13] 178: Checking synchronizations ** [02:26:53 2020-06-13] 178: Checking tracker ** [02:26:53 2020-06-13] 178: Checking user_migrations ** [02:26:53 2020-06-13] 178: Checking batch_updates ** [02:26:53 2020-06-13] 178: Checking gears ** [02:26:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:26:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:58 2020-06-13] 178: Checking imports ** [02:26:58 2020-06-13] 178: Checking exports ** [02:26:58 2020-06-13] 178: Checking users ** [02:26:58 2020-06-13] 178: Checking user_dbs ** [02:26:58 2020-06-13] 178: Checking geocodings ** [02:26:58 2020-06-13] 178: Checking synchronizations ** [02:26:58 2020-06-13] 178: Checking tracker ** [02:26:58 2020-06-13] 178: Checking user_migrations ** [02:26:58 2020-06-13] 178: Checking batch_updates ** [02:26:58 2020-06-13] 178: Checking gears ** [02:26:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:26:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:03 2020-06-13] 178: Checking imports ** [02:27:03 2020-06-13] 178: Checking exports ** [02:27:03 2020-06-13] 178: Checking users ** [02:27:03 2020-06-13] 178: Checking user_dbs ** [02:27:03 2020-06-13] 178: Checking geocodings ** [02:27:03 2020-06-13] 178: Checking synchronizations ** [02:27:03 2020-06-13] 178: Checking tracker ** [02:27:03 2020-06-13] 178: Checking user_migrations ** [02:27:03 2020-06-13] 178: Checking batch_updates ** [02:27:03 2020-06-13] 178: Checking gears ** [02:27:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:27:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:08 2020-06-13] 178: Checking imports ** [02:27:08 2020-06-13] 178: Checking exports ** [02:27:08 2020-06-13] 178: Checking users ** [02:27:08 2020-06-13] 178: Checking user_dbs ** [02:27:08 2020-06-13] 178: Checking geocodings ** [02:27:08 2020-06-13] 178: Checking synchronizations ** [02:27:08 2020-06-13] 178: Checking tracker ** [02:27:08 2020-06-13] 178: Checking user_migrations ** [02:27:08 2020-06-13] 178: Checking batch_updates ** [02:27:08 2020-06-13] 178: Checking gears ** [02:27:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:27:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:13 2020-06-13] 178: Checking imports ** [02:27:13 2020-06-13] 178: Checking exports ** [02:27:13 2020-06-13] 178: Checking users ** [02:27:13 2020-06-13] 178: Checking user_dbs ** [02:27:13 2020-06-13] 178: Checking geocodings ** [02:27:13 2020-06-13] 178: Checking synchronizations ** [02:27:13 2020-06-13] 178: Checking tracker ** [02:27:13 2020-06-13] 178: Checking user_migrations ** [02:27:13 2020-06-13] 178: Checking batch_updates ** [02:27:13 2020-06-13] 178: Checking gears ** [02:27:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:27:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:18 2020-06-13] 178: Checking imports ** [02:27:18 2020-06-13] 178: Checking exports ** [02:27:18 2020-06-13] 178: Checking users ** [02:27:18 2020-06-13] 178: Checking user_dbs ** [02:27:18 2020-06-13] 178: Checking geocodings ** [02:27:18 2020-06-13] 178: Checking synchronizations ** [02:27:18 2020-06-13] 178: Checking tracker ** [02:27:18 2020-06-13] 178: Checking user_migrations ** [02:27:18 2020-06-13] 178: Checking batch_updates ** [02:27:18 2020-06-13] 178: Checking gears ** [02:27:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:27:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:23 2020-06-13] 178: Checking imports ** [02:27:23 2020-06-13] 178: Checking exports ** [02:27:23 2020-06-13] 178: Checking users ** [02:27:23 2020-06-13] 178: Checking user_dbs ** [02:27:23 2020-06-13] 178: Checking geocodings ** [02:27:23 2020-06-13] 178: Checking synchronizations ** [02:27:23 2020-06-13] 178: Checking tracker ** [02:27:23 2020-06-13] 178: Checking user_migrations ** [02:27:23 2020-06-13] 178: Checking batch_updates ** [02:27:23 2020-06-13] 178: Checking gears ** [02:27:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:27:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:28 2020-06-13] 178: Checking imports ** [02:27:28 2020-06-13] 178: Checking exports ** [02:27:28 2020-06-13] 178: Checking users ** [02:27:28 2020-06-13] 178: Checking user_dbs ** [02:27:28 2020-06-13] 178: Checking geocodings ** [02:27:28 2020-06-13] 178: Checking synchronizations ** [02:27:28 2020-06-13] 178: Checking tracker ** [02:27:28 2020-06-13] 178: Checking user_migrations ** [02:27:28 2020-06-13] 178: Checking batch_updates ** [02:27:28 2020-06-13] 178: Checking gears ** [02:27:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:27:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:33 2020-06-13] 178: Checking imports ** [02:27:33 2020-06-13] 178: Checking exports ** [02:27:33 2020-06-13] 178: Checking users ** [02:27:33 2020-06-13] 178: Checking user_dbs ** [02:27:33 2020-06-13] 178: Checking geocodings ** [02:27:33 2020-06-13] 178: Checking synchronizations ** [02:27:33 2020-06-13] 178: Checking tracker ** [02:27:33 2020-06-13] 178: Checking user_migrations ** [02:27:33 2020-06-13] 178: Checking batch_updates ** [02:27:33 2020-06-13] 178: Checking gears ** [02:27:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:27:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:38 2020-06-13] 178: Checking imports ** [02:27:38 2020-06-13] 178: Checking exports ** [02:27:38 2020-06-13] 178: Checking users ** [02:27:38 2020-06-13] 178: Checking user_dbs ** [02:27:38 2020-06-13] 178: Checking geocodings ** [02:27:38 2020-06-13] 178: Checking synchronizations ** [02:27:38 2020-06-13] 178: Checking tracker ** [02:27:38 2020-06-13] 178: Checking user_migrations ** [02:27:38 2020-06-13] 178: Checking batch_updates ** [02:27:38 2020-06-13] 178: Checking gears ** [02:27:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:27:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:43 2020-06-13] 178: Checking imports ** [02:27:43 2020-06-13] 178: Checking exports ** [02:27:43 2020-06-13] 178: Checking users ** [02:27:43 2020-06-13] 178: Checking user_dbs ** [02:27:43 2020-06-13] 178: Checking geocodings ** [02:27:43 2020-06-13] 178: Checking synchronizations ** [02:27:43 2020-06-13] 178: Checking tracker ** [02:27:43 2020-06-13] 178: Checking user_migrations ** [02:27:43 2020-06-13] 178: Checking batch_updates ** [02:27:43 2020-06-13] 178: Checking gears ** [02:27:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:27:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:48 2020-06-13] 178: Checking imports ** [02:27:48 2020-06-13] 178: Checking exports ** [02:27:48 2020-06-13] 178: Checking users ** [02:27:48 2020-06-13] 178: Checking user_dbs ** [02:27:48 2020-06-13] 178: Checking geocodings ** [02:27:48 2020-06-13] 178: Checking synchronizations ** [02:27:48 2020-06-13] 178: Checking tracker ** [02:27:48 2020-06-13] 178: Checking user_migrations ** [02:27:48 2020-06-13] 178: Checking batch_updates ** [02:27:48 2020-06-13] 178: Checking gears ** [02:27:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:27:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:53 2020-06-13] 178: Checking imports ** [02:27:53 2020-06-13] 178: Checking exports ** [02:27:53 2020-06-13] 178: Checking users ** [02:27:53 2020-06-13] 178: Checking user_dbs ** [02:27:53 2020-06-13] 178: Checking geocodings ** [02:27:53 2020-06-13] 178: Checking synchronizations ** [02:27:53 2020-06-13] 178: Checking tracker ** [02:27:53 2020-06-13] 178: Checking user_migrations ** [02:27:53 2020-06-13] 178: Checking batch_updates ** [02:27:53 2020-06-13] 178: Checking gears ** [02:27:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:27:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:58 2020-06-13] 178: Checking imports ** [02:27:58 2020-06-13] 178: Checking exports ** [02:27:58 2020-06-13] 178: Checking users ** [02:27:58 2020-06-13] 178: Checking user_dbs ** [02:27:58 2020-06-13] 178: Checking geocodings ** [02:27:58 2020-06-13] 178: Checking synchronizations ** [02:27:58 2020-06-13] 178: Checking tracker ** [02:27:58 2020-06-13] 178: Checking user_migrations ** [02:27:58 2020-06-13] 178: Checking batch_updates ** [02:27:58 2020-06-13] 178: Checking gears ** [02:27:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:27:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:03 2020-06-13] 178: Checking imports ** [02:28:03 2020-06-13] 178: Checking exports ** [02:28:03 2020-06-13] 178: Checking users ** [02:28:03 2020-06-13] 178: Checking user_dbs ** [02:28:03 2020-06-13] 178: Checking geocodings ** [02:28:03 2020-06-13] 178: Checking synchronizations ** [02:28:03 2020-06-13] 178: Checking tracker ** [02:28:03 2020-06-13] 178: Checking user_migrations ** [02:28:03 2020-06-13] 178: Checking batch_updates ** [02:28:03 2020-06-13] 178: Checking gears ** [02:28:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:28:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:08 2020-06-13] 178: Checking imports ** [02:28:08 2020-06-13] 178: Checking exports ** [02:28:08 2020-06-13] 178: Checking users ** [02:28:08 2020-06-13] 178: Checking user_dbs ** [02:28:08 2020-06-13] 178: Checking geocodings ** [02:28:08 2020-06-13] 178: Checking synchronizations ** [02:28:08 2020-06-13] 178: Checking tracker ** [02:28:08 2020-06-13] 178: Checking user_migrations ** [02:28:08 2020-06-13] 178: Checking batch_updates ** [02:28:08 2020-06-13] 178: Checking gears ** [02:28:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:28:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:13 2020-06-13] 178: Checking imports ** [02:28:13 2020-06-13] 178: Checking exports ** [02:28:13 2020-06-13] 178: Checking users ** [02:28:13 2020-06-13] 178: Checking user_dbs ** [02:28:13 2020-06-13] 178: Checking geocodings ** [02:28:13 2020-06-13] 178: Checking synchronizations ** [02:28:13 2020-06-13] 178: Checking tracker ** [02:28:13 2020-06-13] 178: Checking user_migrations ** [02:28:13 2020-06-13] 178: Checking batch_updates ** [02:28:13 2020-06-13] 178: Checking gears ** [02:28:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:28:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:18 2020-06-13] 178: Checking imports ** [02:28:18 2020-06-13] 178: Checking exports ** [02:28:18 2020-06-13] 178: Checking users ** [02:28:18 2020-06-13] 178: Checking user_dbs ** [02:28:18 2020-06-13] 178: Checking geocodings ** [02:28:18 2020-06-13] 178: Checking synchronizations ** [02:28:18 2020-06-13] 178: Checking tracker ** [02:28:18 2020-06-13] 178: Checking user_migrations ** [02:28:18 2020-06-13] 178: Checking batch_updates ** [02:28:18 2020-06-13] 178: Checking gears ** [02:28:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:28:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:23 2020-06-13] 178: Checking imports ** [02:28:23 2020-06-13] 178: Checking exports ** [02:28:23 2020-06-13] 178: Checking users ** [02:28:23 2020-06-13] 178: Checking user_dbs ** [02:28:23 2020-06-13] 178: Checking geocodings ** [02:28:23 2020-06-13] 178: Checking synchronizations ** [02:28:23 2020-06-13] 178: Checking tracker ** [02:28:23 2020-06-13] 178: Checking user_migrations ** [02:28:23 2020-06-13] 178: Checking batch_updates ** [02:28:23 2020-06-13] 178: Checking gears ** [02:28:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:28:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:28 2020-06-13] 178: Checking imports ** [02:28:28 2020-06-13] 178: Checking exports ** [02:28:28 2020-06-13] 178: Checking users ** [02:28:28 2020-06-13] 178: Checking user_dbs ** [02:28:28 2020-06-13] 178: Checking geocodings ** [02:28:28 2020-06-13] 178: Checking synchronizations ** [02:28:28 2020-06-13] 178: Checking tracker ** [02:28:28 2020-06-13] 178: Checking user_migrations ** [02:28:28 2020-06-13] 178: Checking batch_updates ** [02:28:28 2020-06-13] 178: Checking gears ** [02:28:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:28:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:33 2020-06-13] 178: Checking imports ** [02:28:33 2020-06-13] 178: Checking exports ** [02:28:33 2020-06-13] 178: Checking users ** [02:28:33 2020-06-13] 178: Checking user_dbs ** [02:28:33 2020-06-13] 178: Checking geocodings ** [02:28:33 2020-06-13] 178: Checking synchronizations ** [02:28:33 2020-06-13] 178: Checking tracker ** [02:28:33 2020-06-13] 178: Checking user_migrations ** [02:28:33 2020-06-13] 178: Checking batch_updates ** [02:28:33 2020-06-13] 178: Checking gears ** [02:28:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:28:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:38 2020-06-13] 178: Checking imports ** [02:28:38 2020-06-13] 178: Checking exports ** [02:28:38 2020-06-13] 178: Checking users ** [02:28:38 2020-06-13] 178: Checking user_dbs ** [02:28:38 2020-06-13] 178: Checking geocodings ** [02:28:38 2020-06-13] 178: Checking synchronizations ** [02:28:38 2020-06-13] 178: Checking tracker ** [02:28:38 2020-06-13] 178: Checking user_migrations ** [02:28:38 2020-06-13] 178: Checking batch_updates ** [02:28:38 2020-06-13] 178: Checking gears ** [02:28:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:28:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:43 2020-06-13] 178: Checking imports ** [02:28:43 2020-06-13] 178: Checking exports ** [02:28:43 2020-06-13] 178: Checking users ** [02:28:43 2020-06-13] 178: Checking user_dbs ** [02:28:43 2020-06-13] 178: Checking geocodings ** [02:28:43 2020-06-13] 178: Checking synchronizations ** [02:28:43 2020-06-13] 178: Checking tracker ** [02:28:43 2020-06-13] 178: Checking user_migrations ** [02:28:43 2020-06-13] 178: Checking batch_updates ** [02:28:43 2020-06-13] 178: Checking gears ** [02:28:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:28:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:48 2020-06-13] 178: Checking imports ** [02:28:48 2020-06-13] 178: Checking exports ** [02:28:48 2020-06-13] 178: Checking users ** [02:28:48 2020-06-13] 178: Checking user_dbs ** [02:28:48 2020-06-13] 178: Checking geocodings ** [02:28:48 2020-06-13] 178: Checking synchronizations ** [02:28:48 2020-06-13] 178: Checking tracker ** [02:28:48 2020-06-13] 178: Checking user_migrations ** [02:28:48 2020-06-13] 178: Checking batch_updates ** [02:28:48 2020-06-13] 178: Checking gears ** [02:28:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:28:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:53 2020-06-13] 178: Checking imports ** [02:28:53 2020-06-13] 178: Checking exports ** [02:28:53 2020-06-13] 178: Checking users ** [02:28:53 2020-06-13] 178: Checking user_dbs ** [02:28:53 2020-06-13] 178: Checking geocodings ** [02:28:53 2020-06-13] 178: Checking synchronizations ** [02:28:53 2020-06-13] 178: Checking tracker ** [02:28:53 2020-06-13] 178: Checking user_migrations ** [02:28:53 2020-06-13] 178: Checking batch_updates ** [02:28:53 2020-06-13] 178: Checking gears ** [02:28:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:28:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:58 2020-06-13] 178: Checking imports ** [02:28:58 2020-06-13] 178: Checking exports ** [02:28:58 2020-06-13] 178: Checking users ** [02:28:58 2020-06-13] 178: Checking user_dbs ** [02:28:58 2020-06-13] 178: Checking geocodings ** [02:28:58 2020-06-13] 178: Checking synchronizations ** [02:28:58 2020-06-13] 178: Checking tracker ** [02:28:58 2020-06-13] 178: Checking user_migrations ** [02:28:58 2020-06-13] 178: Checking batch_updates ** [02:28:58 2020-06-13] 178: Checking gears ** [02:28:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:28:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:03 2020-06-13] 178: Checking imports ** [02:29:03 2020-06-13] 178: Checking exports ** [02:29:03 2020-06-13] 178: Checking users ** [02:29:03 2020-06-13] 178: Checking user_dbs ** [02:29:03 2020-06-13] 178: Checking geocodings ** [02:29:03 2020-06-13] 178: Checking synchronizations ** [02:29:03 2020-06-13] 178: Checking tracker ** [02:29:03 2020-06-13] 178: Checking user_migrations ** [02:29:03 2020-06-13] 178: Checking batch_updates ** [02:29:03 2020-06-13] 178: Checking gears ** [02:29:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:29:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:08 2020-06-13] 178: Checking imports ** [02:29:08 2020-06-13] 178: Checking exports ** [02:29:08 2020-06-13] 178: Checking users ** [02:29:08 2020-06-13] 178: Checking user_dbs ** [02:29:08 2020-06-13] 178: Checking geocodings ** [02:29:08 2020-06-13] 178: Checking synchronizations ** [02:29:08 2020-06-13] 178: Checking tracker ** [02:29:08 2020-06-13] 178: Checking user_migrations ** [02:29:08 2020-06-13] 178: Checking batch_updates ** [02:29:08 2020-06-13] 178: Checking gears ** [02:29:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:29:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:13 2020-06-13] 178: Checking imports ** [02:29:13 2020-06-13] 178: Checking exports ** [02:29:13 2020-06-13] 178: Checking users ** [02:29:13 2020-06-13] 178: Checking user_dbs ** [02:29:13 2020-06-13] 178: Checking geocodings ** [02:29:13 2020-06-13] 178: Checking synchronizations ** [02:29:13 2020-06-13] 178: Checking tracker ** [02:29:13 2020-06-13] 178: Checking user_migrations ** [02:29:13 2020-06-13] 178: Checking batch_updates ** [02:29:13 2020-06-13] 178: Checking gears ** [02:29:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:29:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:18 2020-06-13] 178: Checking imports ** [02:29:18 2020-06-13] 178: Checking exports ** [02:29:18 2020-06-13] 178: Checking users ** [02:29:18 2020-06-13] 178: Checking user_dbs ** [02:29:18 2020-06-13] 178: Checking geocodings ** [02:29:18 2020-06-13] 178: Checking synchronizations ** [02:29:18 2020-06-13] 178: Checking tracker ** [02:29:18 2020-06-13] 178: Checking user_migrations ** [02:29:18 2020-06-13] 178: Checking batch_updates ** [02:29:18 2020-06-13] 178: Checking gears ** [02:29:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:29:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:23 2020-06-13] 178: Checking imports ** [02:29:23 2020-06-13] 178: Checking exports ** [02:29:23 2020-06-13] 178: Checking users ** [02:29:23 2020-06-13] 178: Checking user_dbs ** [02:29:23 2020-06-13] 178: Checking geocodings ** [02:29:23 2020-06-13] 178: Checking synchronizations ** [02:29:23 2020-06-13] 178: Checking tracker ** [02:29:23 2020-06-13] 178: Checking user_migrations ** [02:29:23 2020-06-13] 178: Checking batch_updates ** [02:29:23 2020-06-13] 178: Checking gears ** [02:29:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:29:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:29 2020-06-13] 178: Checking imports ** [02:29:29 2020-06-13] 178: Checking exports ** [02:29:29 2020-06-13] 178: Checking users ** [02:29:29 2020-06-13] 178: Checking user_dbs ** [02:29:29 2020-06-13] 178: Checking geocodings ** [02:29:29 2020-06-13] 178: Checking synchronizations ** [02:29:29 2020-06-13] 178: Checking tracker ** [02:29:29 2020-06-13] 178: Checking user_migrations ** [02:29:29 2020-06-13] 178: Checking batch_updates ** [02:29:29 2020-06-13] 178: Checking gears ** [02:29:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:29:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:34 2020-06-13] 178: Checking imports ** [02:29:34 2020-06-13] 178: Checking exports ** [02:29:34 2020-06-13] 178: Checking users ** [02:29:34 2020-06-13] 178: Checking user_dbs ** [02:29:34 2020-06-13] 178: Checking geocodings ** [02:29:34 2020-06-13] 178: Checking synchronizations ** [02:29:34 2020-06-13] 178: Checking tracker ** [02:29:34 2020-06-13] 178: Checking user_migrations ** [02:29:34 2020-06-13] 178: Checking batch_updates ** [02:29:34 2020-06-13] 178: Checking gears ** [02:29:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:29:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:39 2020-06-13] 178: Checking imports ** [02:29:39 2020-06-13] 178: Checking exports ** [02:29:39 2020-06-13] 178: Checking users ** [02:29:39 2020-06-13] 178: Checking user_dbs ** [02:29:39 2020-06-13] 178: Checking geocodings ** [02:29:39 2020-06-13] 178: Checking synchronizations ** [02:29:39 2020-06-13] 178: Checking tracker ** [02:29:39 2020-06-13] 178: Checking user_migrations ** [02:29:39 2020-06-13] 178: Checking batch_updates ** [02:29:39 2020-06-13] 178: Checking gears ** [02:29:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:29:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:44 2020-06-13] 178: Checking imports ** [02:29:44 2020-06-13] 178: Checking exports ** [02:29:44 2020-06-13] 178: Checking users ** [02:29:44 2020-06-13] 178: Checking user_dbs ** [02:29:44 2020-06-13] 178: Checking geocodings ** [02:29:44 2020-06-13] 178: Checking synchronizations ** [02:29:44 2020-06-13] 178: Checking tracker ** [02:29:44 2020-06-13] 178: Checking user_migrations ** [02:29:44 2020-06-13] 178: Checking batch_updates ** [02:29:44 2020-06-13] 178: Checking gears ** [02:29:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:29:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:49 2020-06-13] 178: Checking imports ** [02:29:49 2020-06-13] 178: Checking exports ** [02:29:49 2020-06-13] 178: Checking users ** [02:29:49 2020-06-13] 178: Checking user_dbs ** [02:29:49 2020-06-13] 178: Checking geocodings ** [02:29:49 2020-06-13] 178: Checking synchronizations ** [02:29:49 2020-06-13] 178: Checking tracker ** [02:29:49 2020-06-13] 178: Checking user_migrations ** [02:29:49 2020-06-13] 178: Checking batch_updates ** [02:29:49 2020-06-13] 178: Checking gears ** [02:29:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:29:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:54 2020-06-13] 178: Checking imports ** [02:29:54 2020-06-13] 178: Checking exports ** [02:29:54 2020-06-13] 178: Checking users ** [02:29:54 2020-06-13] 178: Checking user_dbs ** [02:29:54 2020-06-13] 178: Checking geocodings ** [02:29:54 2020-06-13] 178: Checking synchronizations ** [02:29:54 2020-06-13] 178: Checking tracker ** [02:29:54 2020-06-13] 178: Checking user_migrations ** [02:29:54 2020-06-13] 178: Checking batch_updates ** [02:29:54 2020-06-13] 178: Checking gears ** [02:29:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:29:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:59 2020-06-13] 178: Checking imports ** [02:29:59 2020-06-13] 178: Checking exports ** [02:29:59 2020-06-13] 178: Checking users ** [02:29:59 2020-06-13] 178: Checking user_dbs ** [02:29:59 2020-06-13] 178: Checking geocodings ** [02:29:59 2020-06-13] 178: Checking synchronizations ** [02:29:59 2020-06-13] 178: Checking tracker ** [02:29:59 2020-06-13] 178: Checking user_migrations ** [02:29:59 2020-06-13] 178: Checking batch_updates ** [02:29:59 2020-06-13] 178: Checking gears ** [02:29:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:29:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:04 2020-06-13] 178: Checking imports ** [02:30:04 2020-06-13] 178: Checking exports ** [02:30:04 2020-06-13] 178: Checking users ** [02:30:04 2020-06-13] 178: Checking user_dbs ** [02:30:04 2020-06-13] 178: Checking geocodings ** [02:30:04 2020-06-13] 178: Checking synchronizations ** [02:30:04 2020-06-13] 178: Checking tracker ** [02:30:04 2020-06-13] 178: Checking user_migrations ** [02:30:04 2020-06-13] 178: Checking batch_updates ** [02:30:04 2020-06-13] 178: Checking gears ** [02:30:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:30:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:09 2020-06-13] 178: Checking imports ** [02:30:09 2020-06-13] 178: Checking exports ** [02:30:09 2020-06-13] 178: Checking users ** [02:30:09 2020-06-13] 178: Checking user_dbs ** [02:30:09 2020-06-13] 178: Checking geocodings ** [02:30:09 2020-06-13] 178: Checking synchronizations ** [02:30:09 2020-06-13] 178: Checking tracker ** [02:30:09 2020-06-13] 178: Checking user_migrations ** [02:30:09 2020-06-13] 178: Checking batch_updates ** [02:30:09 2020-06-13] 178: Checking gears ** [02:30:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:30:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:14 2020-06-13] 178: Checking imports ** [02:30:14 2020-06-13] 178: Checking exports ** [02:30:14 2020-06-13] 178: Checking users ** [02:30:14 2020-06-13] 178: Checking user_dbs ** [02:30:14 2020-06-13] 178: Checking geocodings ** [02:30:14 2020-06-13] 178: Checking synchronizations ** [02:30:14 2020-06-13] 178: Checking tracker ** [02:30:14 2020-06-13] 178: Checking user_migrations ** [02:30:14 2020-06-13] 178: Checking batch_updates ** [02:30:14 2020-06-13] 178: Checking gears ** [02:30:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:30:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:19 2020-06-13] 178: Checking imports ** [02:30:19 2020-06-13] 178: Checking exports ** [02:30:19 2020-06-13] 178: Checking users ** [02:30:19 2020-06-13] 178: Checking user_dbs ** [02:30:19 2020-06-13] 178: Checking geocodings ** [02:30:19 2020-06-13] 178: Checking synchronizations ** [02:30:19 2020-06-13] 178: Checking tracker ** [02:30:19 2020-06-13] 178: Checking user_migrations ** [02:30:19 2020-06-13] 178: Checking batch_updates ** [02:30:19 2020-06-13] 178: Checking gears ** [02:30:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:30:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:24 2020-06-13] 178: Checking imports ** [02:30:24 2020-06-13] 178: Checking exports ** [02:30:24 2020-06-13] 178: Checking users ** [02:30:24 2020-06-13] 178: Checking user_dbs ** [02:30:24 2020-06-13] 178: Checking geocodings ** [02:30:24 2020-06-13] 178: Checking synchronizations ** [02:30:24 2020-06-13] 178: Checking tracker ** [02:30:24 2020-06-13] 178: Checking user_migrations ** [02:30:24 2020-06-13] 178: Checking batch_updates ** [02:30:24 2020-06-13] 178: Checking gears ** [02:30:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:30:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:29 2020-06-13] 178: Checking imports ** [02:30:29 2020-06-13] 178: Checking exports ** [02:30:29 2020-06-13] 178: Checking users ** [02:30:29 2020-06-13] 178: Checking user_dbs ** [02:30:29 2020-06-13] 178: Checking geocodings ** [02:30:29 2020-06-13] 178: Checking synchronizations ** [02:30:29 2020-06-13] 178: Checking tracker ** [02:30:29 2020-06-13] 178: Checking user_migrations ** [02:30:29 2020-06-13] 178: Checking batch_updates ** [02:30:29 2020-06-13] 178: Checking gears ** [02:30:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:30:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:34 2020-06-13] 178: Checking imports ** [02:30:34 2020-06-13] 178: Checking exports ** [02:30:34 2020-06-13] 178: Checking users ** [02:30:34 2020-06-13] 178: Checking user_dbs ** [02:30:34 2020-06-13] 178: Checking geocodings ** [02:30:34 2020-06-13] 178: Checking synchronizations ** [02:30:34 2020-06-13] 178: Checking tracker ** [02:30:34 2020-06-13] 178: Checking user_migrations ** [02:30:34 2020-06-13] 178: Checking batch_updates ** [02:30:34 2020-06-13] 178: Checking gears ** [02:30:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:30:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:39 2020-06-13] 178: Checking imports ** [02:30:39 2020-06-13] 178: Checking exports ** [02:30:39 2020-06-13] 178: Checking users ** [02:30:39 2020-06-13] 178: Checking user_dbs ** [02:30:39 2020-06-13] 178: Checking geocodings ** [02:30:39 2020-06-13] 178: Checking synchronizations ** [02:30:39 2020-06-13] 178: Checking tracker ** [02:30:39 2020-06-13] 178: Checking user_migrations ** [02:30:39 2020-06-13] 178: Checking batch_updates ** [02:30:39 2020-06-13] 178: Checking gears ** [02:30:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:30:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:44 2020-06-13] 178: Checking imports ** [02:30:44 2020-06-13] 178: Checking exports ** [02:30:44 2020-06-13] 178: Checking users ** [02:30:44 2020-06-13] 178: Checking user_dbs ** [02:30:44 2020-06-13] 178: Checking geocodings ** [02:30:44 2020-06-13] 178: Checking synchronizations ** [02:30:44 2020-06-13] 178: Checking tracker ** [02:30:44 2020-06-13] 178: Checking user_migrations ** [02:30:44 2020-06-13] 178: Checking batch_updates ** [02:30:44 2020-06-13] 178: Checking gears ** [02:30:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:30:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:49 2020-06-13] 178: Checking imports ** [02:30:49 2020-06-13] 178: Checking exports ** [02:30:49 2020-06-13] 178: Checking users ** [02:30:49 2020-06-13] 178: Checking user_dbs ** [02:30:49 2020-06-13] 178: Checking geocodings ** [02:30:49 2020-06-13] 178: Checking synchronizations ** [02:30:49 2020-06-13] 178: Checking tracker ** [02:30:49 2020-06-13] 178: Checking user_migrations ** [02:30:49 2020-06-13] 178: Checking batch_updates ** [02:30:49 2020-06-13] 178: Checking gears ** [02:30:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:30:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:54 2020-06-13] 178: Checking imports ** [02:30:54 2020-06-13] 178: Checking exports ** [02:30:54 2020-06-13] 178: Checking users ** [02:30:54 2020-06-13] 178: Checking user_dbs ** [02:30:54 2020-06-13] 178: Checking geocodings ** [02:30:54 2020-06-13] 178: Checking synchronizations ** [02:30:54 2020-06-13] 178: Checking tracker ** [02:30:54 2020-06-13] 178: Checking user_migrations ** [02:30:54 2020-06-13] 178: Checking batch_updates ** [02:30:54 2020-06-13] 178: Checking gears ** [02:30:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:30:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:59 2020-06-13] 178: Checking imports ** [02:31:00 2020-06-13] 178: Checking exports ** [02:31:00 2020-06-13] 178: Checking users ** [02:31:00 2020-06-13] 178: Checking user_dbs ** [02:31:00 2020-06-13] 178: Checking geocodings ** [02:31:00 2020-06-13] 178: Checking synchronizations ** [02:31:00 2020-06-13] 178: Checking tracker ** [02:31:00 2020-06-13] 178: Checking user_migrations ** [02:31:00 2020-06-13] 178: Checking batch_updates ** [02:31:00 2020-06-13] 178: Checking gears ** [02:31:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:31:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:05 2020-06-13] 178: Checking imports ** [02:31:05 2020-06-13] 178: Checking exports ** [02:31:05 2020-06-13] 178: Checking users ** [02:31:05 2020-06-13] 178: Checking user_dbs ** [02:31:05 2020-06-13] 178: Checking geocodings ** [02:31:05 2020-06-13] 178: Checking synchronizations ** [02:31:05 2020-06-13] 178: Checking tracker ** [02:31:05 2020-06-13] 178: Checking user_migrations ** [02:31:05 2020-06-13] 178: Checking batch_updates ** [02:31:05 2020-06-13] 178: Checking gears ** [02:31:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:31:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:10 2020-06-13] 178: Checking imports ** [02:31:10 2020-06-13] 178: Checking exports ** [02:31:10 2020-06-13] 178: Checking users ** [02:31:10 2020-06-13] 178: Checking user_dbs ** [02:31:10 2020-06-13] 178: Checking geocodings ** [02:31:10 2020-06-13] 178: Checking synchronizations ** [02:31:10 2020-06-13] 178: Checking tracker ** [02:31:10 2020-06-13] 178: Checking user_migrations ** [02:31:10 2020-06-13] 178: Checking batch_updates ** [02:31:10 2020-06-13] 178: Checking gears ** [02:31:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:31:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:15 2020-06-13] 178: Checking imports ** [02:31:15 2020-06-13] 178: Checking exports ** [02:31:15 2020-06-13] 178: Checking users ** [02:31:15 2020-06-13] 178: Checking user_dbs ** [02:31:15 2020-06-13] 178: Checking geocodings ** [02:31:15 2020-06-13] 178: Checking synchronizations ** [02:31:15 2020-06-13] 178: Checking tracker ** [02:31:15 2020-06-13] 178: Checking user_migrations ** [02:31:15 2020-06-13] 178: Checking batch_updates ** [02:31:15 2020-06-13] 178: Checking gears ** [02:31:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:31:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:20 2020-06-13] 178: Checking imports ** [02:31:20 2020-06-13] 178: Checking exports ** [02:31:20 2020-06-13] 178: Checking users ** [02:31:20 2020-06-13] 178: Checking user_dbs ** [02:31:20 2020-06-13] 178: Checking geocodings ** [02:31:20 2020-06-13] 178: Checking synchronizations ** [02:31:20 2020-06-13] 178: Checking tracker ** [02:31:20 2020-06-13] 178: Checking user_migrations ** [02:31:20 2020-06-13] 178: Checking batch_updates ** [02:31:20 2020-06-13] 178: Checking gears ** [02:31:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:31:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:25 2020-06-13] 178: Checking imports ** [02:31:25 2020-06-13] 178: Checking exports ** [02:31:25 2020-06-13] 178: Checking users ** [02:31:25 2020-06-13] 178: Checking user_dbs ** [02:31:25 2020-06-13] 178: Checking geocodings ** [02:31:25 2020-06-13] 178: Checking synchronizations ** [02:31:25 2020-06-13] 178: Checking tracker ** [02:31:25 2020-06-13] 178: Checking user_migrations ** [02:31:25 2020-06-13] 178: Checking batch_updates ** [02:31:25 2020-06-13] 178: Checking gears ** [02:31:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:31:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:30 2020-06-13] 178: Checking imports ** [02:31:30 2020-06-13] 178: Checking exports ** [02:31:30 2020-06-13] 178: Checking users ** [02:31:30 2020-06-13] 178: Checking user_dbs ** [02:31:30 2020-06-13] 178: Checking geocodings ** [02:31:30 2020-06-13] 178: Checking synchronizations ** [02:31:30 2020-06-13] 178: Checking tracker ** [02:31:30 2020-06-13] 178: Checking user_migrations ** [02:31:30 2020-06-13] 178: Checking batch_updates ** [02:31:30 2020-06-13] 178: Checking gears ** [02:31:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:31:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:35 2020-06-13] 178: Checking imports ** [02:31:35 2020-06-13] 178: Checking exports ** [02:31:35 2020-06-13] 178: Checking users ** [02:31:35 2020-06-13] 178: Checking user_dbs ** [02:31:35 2020-06-13] 178: Checking geocodings ** [02:31:35 2020-06-13] 178: Checking synchronizations ** [02:31:35 2020-06-13] 178: Checking tracker ** [02:31:35 2020-06-13] 178: Checking user_migrations ** [02:31:35 2020-06-13] 178: Checking batch_updates ** [02:31:35 2020-06-13] 178: Checking gears ** [02:31:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:31:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:40 2020-06-13] 178: Checking imports ** [02:31:40 2020-06-13] 178: Checking exports ** [02:31:40 2020-06-13] 178: Checking users ** [02:31:40 2020-06-13] 178: Checking user_dbs ** [02:31:40 2020-06-13] 178: Checking geocodings ** [02:31:40 2020-06-13] 178: Checking synchronizations ** [02:31:40 2020-06-13] 178: Checking tracker ** [02:31:40 2020-06-13] 178: Checking user_migrations ** [02:31:40 2020-06-13] 178: Checking batch_updates ** [02:31:40 2020-06-13] 178: Checking gears ** [02:31:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:31:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:45 2020-06-13] 178: Checking imports ** [02:31:45 2020-06-13] 178: Checking exports ** [02:31:45 2020-06-13] 178: Checking users ** [02:31:45 2020-06-13] 178: Checking user_dbs ** [02:31:45 2020-06-13] 178: Checking geocodings ** [02:31:45 2020-06-13] 178: Checking synchronizations ** [02:31:45 2020-06-13] 178: Checking tracker ** [02:31:45 2020-06-13] 178: Checking user_migrations ** [02:31:45 2020-06-13] 178: Checking batch_updates ** [02:31:45 2020-06-13] 178: Checking gears ** [02:31:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:31:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:50 2020-06-13] 178: Checking imports ** [02:31:50 2020-06-13] 178: Checking exports ** [02:31:50 2020-06-13] 178: Checking users ** [02:31:50 2020-06-13] 178: Checking user_dbs ** [02:31:50 2020-06-13] 178: Checking geocodings ** [02:31:50 2020-06-13] 178: Checking synchronizations ** [02:31:50 2020-06-13] 178: Checking tracker ** [02:31:50 2020-06-13] 178: Checking user_migrations ** [02:31:50 2020-06-13] 178: Checking batch_updates ** [02:31:50 2020-06-13] 178: Checking gears ** [02:31:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:31:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:55 2020-06-13] 178: Checking imports ** [02:31:55 2020-06-13] 178: Checking exports ** [02:31:55 2020-06-13] 178: Checking users ** [02:31:55 2020-06-13] 178: Checking user_dbs ** [02:31:55 2020-06-13] 178: Checking geocodings ** [02:31:55 2020-06-13] 178: Checking synchronizations ** [02:31:55 2020-06-13] 178: Checking tracker ** [02:31:55 2020-06-13] 178: Checking user_migrations ** [02:31:55 2020-06-13] 178: Checking batch_updates ** [02:31:55 2020-06-13] 178: Checking gears ** [02:31:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:31:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:00 2020-06-13] 178: Checking imports ** [02:32:00 2020-06-13] 178: Checking exports ** [02:32:00 2020-06-13] 178: Checking users ** [02:32:00 2020-06-13] 178: Checking user_dbs ** [02:32:00 2020-06-13] 178: Checking geocodings ** [02:32:00 2020-06-13] 178: Checking synchronizations ** [02:32:00 2020-06-13] 178: Checking tracker ** [02:32:00 2020-06-13] 178: Checking user_migrations ** [02:32:00 2020-06-13] 178: Checking batch_updates ** [02:32:00 2020-06-13] 178: Checking gears ** [02:32:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:32:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:05 2020-06-13] 178: Checking imports ** [02:32:05 2020-06-13] 178: Checking exports ** [02:32:05 2020-06-13] 178: Checking users ** [02:32:05 2020-06-13] 178: Checking user_dbs ** [02:32:05 2020-06-13] 178: Checking geocodings ** [02:32:05 2020-06-13] 178: Checking synchronizations ** [02:32:05 2020-06-13] 178: Checking tracker ** [02:32:05 2020-06-13] 178: Checking user_migrations ** [02:32:05 2020-06-13] 178: Checking batch_updates ** [02:32:05 2020-06-13] 178: Checking gears ** [02:32:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:32:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:10 2020-06-13] 178: Checking imports ** [02:32:10 2020-06-13] 178: Checking exports ** [02:32:10 2020-06-13] 178: Checking users ** [02:32:10 2020-06-13] 178: Checking user_dbs ** [02:32:10 2020-06-13] 178: Checking geocodings ** [02:32:10 2020-06-13] 178: Checking synchronizations ** [02:32:10 2020-06-13] 178: Checking tracker ** [02:32:10 2020-06-13] 178: Checking user_migrations ** [02:32:10 2020-06-13] 178: Checking batch_updates ** [02:32:10 2020-06-13] 178: Checking gears ** [02:32:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:32:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:15 2020-06-13] 178: Checking imports ** [02:32:15 2020-06-13] 178: Checking exports ** [02:32:15 2020-06-13] 178: Checking users ** [02:32:15 2020-06-13] 178: Checking user_dbs ** [02:32:15 2020-06-13] 178: Checking geocodings ** [02:32:15 2020-06-13] 178: Checking synchronizations ** [02:32:15 2020-06-13] 178: Checking tracker ** [02:32:15 2020-06-13] 178: Checking user_migrations ** [02:32:15 2020-06-13] 178: Checking batch_updates ** [02:32:15 2020-06-13] 178: Checking gears ** [02:32:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:32:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:20 2020-06-13] 178: Checking imports ** [02:32:20 2020-06-13] 178: Checking exports ** [02:32:20 2020-06-13] 178: Checking users ** [02:32:20 2020-06-13] 178: Checking user_dbs ** [02:32:20 2020-06-13] 178: Checking geocodings ** [02:32:20 2020-06-13] 178: Checking synchronizations ** [02:32:20 2020-06-13] 178: Checking tracker ** [02:32:20 2020-06-13] 178: Checking user_migrations ** [02:32:20 2020-06-13] 178: Checking batch_updates ** [02:32:20 2020-06-13] 178: Checking gears ** [02:32:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:32:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:25 2020-06-13] 178: Checking imports ** [02:32:25 2020-06-13] 178: Checking exports ** [02:32:25 2020-06-13] 178: Checking users ** [02:32:25 2020-06-13] 178: Checking user_dbs ** [02:32:25 2020-06-13] 178: Checking geocodings ** [02:32:25 2020-06-13] 178: Checking synchronizations ** [02:32:25 2020-06-13] 178: Checking tracker ** [02:32:25 2020-06-13] 178: Checking user_migrations ** [02:32:25 2020-06-13] 178: Checking batch_updates ** [02:32:25 2020-06-13] 178: Checking gears ** [02:32:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:32:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:30 2020-06-13] 178: Checking imports ** [02:32:30 2020-06-13] 178: Checking exports ** [02:32:30 2020-06-13] 178: Checking users ** [02:32:30 2020-06-13] 178: Checking user_dbs ** [02:32:30 2020-06-13] 178: Checking geocodings ** [02:32:30 2020-06-13] 178: Checking synchronizations ** [02:32:30 2020-06-13] 178: Checking tracker ** [02:32:30 2020-06-13] 178: Checking user_migrations ** [02:32:30 2020-06-13] 178: Checking batch_updates ** [02:32:30 2020-06-13] 178: Checking gears ** [02:32:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:32:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:35 2020-06-13] 178: Checking imports ** [02:32:35 2020-06-13] 178: Checking exports ** [02:32:35 2020-06-13] 178: Checking users ** [02:32:35 2020-06-13] 178: Checking user_dbs ** [02:32:35 2020-06-13] 178: Checking geocodings ** [02:32:35 2020-06-13] 178: Checking synchronizations ** [02:32:35 2020-06-13] 178: Checking tracker ** [02:32:35 2020-06-13] 178: Checking user_migrations ** [02:32:35 2020-06-13] 178: Checking batch_updates ** [02:32:35 2020-06-13] 178: Checking gears ** [02:32:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:32:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:40 2020-06-13] 178: Checking imports ** [02:32:40 2020-06-13] 178: Checking exports ** [02:32:40 2020-06-13] 178: Checking users ** [02:32:40 2020-06-13] 178: Checking user_dbs ** [02:32:40 2020-06-13] 178: Checking geocodings ** [02:32:40 2020-06-13] 178: Checking synchronizations ** [02:32:40 2020-06-13] 178: Checking tracker ** [02:32:40 2020-06-13] 178: Checking user_migrations ** [02:32:40 2020-06-13] 178: Checking batch_updates ** [02:32:40 2020-06-13] 178: Checking gears ** [02:32:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:32:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:45 2020-06-13] 178: Checking imports ** [02:32:45 2020-06-13] 178: Checking exports ** [02:32:45 2020-06-13] 178: Checking users ** [02:32:45 2020-06-13] 178: Checking user_dbs ** [02:32:45 2020-06-13] 178: Checking geocodings ** [02:32:45 2020-06-13] 178: Checking synchronizations ** [02:32:45 2020-06-13] 178: Checking tracker ** [02:32:45 2020-06-13] 178: Checking user_migrations ** [02:32:45 2020-06-13] 178: Checking batch_updates ** [02:32:45 2020-06-13] 178: Checking gears ** [02:32:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:32:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:50 2020-06-13] 178: Checking imports ** [02:32:50 2020-06-13] 178: Checking exports ** [02:32:50 2020-06-13] 178: Checking users ** [02:32:50 2020-06-13] 178: Checking user_dbs ** [02:32:50 2020-06-13] 178: Checking geocodings ** [02:32:50 2020-06-13] 178: Checking synchronizations ** [02:32:50 2020-06-13] 178: Checking tracker ** [02:32:50 2020-06-13] 178: Checking user_migrations ** [02:32:50 2020-06-13] 178: Checking batch_updates ** [02:32:50 2020-06-13] 178: Checking gears ** [02:32:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:32:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:55 2020-06-13] 178: Checking imports ** [02:32:55 2020-06-13] 178: Checking exports ** [02:32:55 2020-06-13] 178: Checking users ** [02:32:55 2020-06-13] 178: Checking user_dbs ** [02:32:55 2020-06-13] 178: Checking geocodings ** [02:32:55 2020-06-13] 178: Checking synchronizations ** [02:32:55 2020-06-13] 178: Checking tracker ** [02:32:55 2020-06-13] 178: Checking user_migrations ** [02:32:55 2020-06-13] 178: Checking batch_updates ** [02:32:55 2020-06-13] 178: Checking gears ** [02:32:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:32:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:00 2020-06-13] 178: Checking imports ** [02:33:00 2020-06-13] 178: Checking exports ** [02:33:00 2020-06-13] 178: Checking users ** [02:33:00 2020-06-13] 178: Checking user_dbs ** [02:33:00 2020-06-13] 178: Checking geocodings ** [02:33:00 2020-06-13] 178: Checking synchronizations ** [02:33:00 2020-06-13] 178: Checking tracker ** [02:33:00 2020-06-13] 178: Checking user_migrations ** [02:33:00 2020-06-13] 178: Checking batch_updates ** [02:33:00 2020-06-13] 178: Checking gears ** [02:33:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:33:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:05 2020-06-13] 178: Checking imports ** [02:33:05 2020-06-13] 178: Checking exports ** [02:33:05 2020-06-13] 178: Checking users ** [02:33:05 2020-06-13] 178: Checking user_dbs ** [02:33:05 2020-06-13] 178: Checking geocodings ** [02:33:05 2020-06-13] 178: Checking synchronizations ** [02:33:05 2020-06-13] 178: Checking tracker ** [02:33:05 2020-06-13] 178: Checking user_migrations ** [02:33:05 2020-06-13] 178: Checking batch_updates ** [02:33:05 2020-06-13] 178: Checking gears ** [02:33:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:33:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:10 2020-06-13] 178: Checking imports ** [02:33:10 2020-06-13] 178: Checking exports ** [02:33:10 2020-06-13] 178: Checking users ** [02:33:10 2020-06-13] 178: Checking user_dbs ** [02:33:10 2020-06-13] 178: Checking geocodings ** [02:33:10 2020-06-13] 178: Checking synchronizations ** [02:33:10 2020-06-13] 178: Checking tracker ** [02:33:10 2020-06-13] 178: Checking user_migrations ** [02:33:10 2020-06-13] 178: Checking batch_updates ** [02:33:10 2020-06-13] 178: Checking gears ** [02:33:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:33:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:15 2020-06-13] 178: Checking imports ** [02:33:15 2020-06-13] 178: Checking exports ** [02:33:15 2020-06-13] 178: Checking users ** [02:33:15 2020-06-13] 178: Checking user_dbs ** [02:33:15 2020-06-13] 178: Checking geocodings ** [02:33:15 2020-06-13] 178: Checking synchronizations ** [02:33:15 2020-06-13] 178: Checking tracker ** [02:33:15 2020-06-13] 178: Checking user_migrations ** [02:33:15 2020-06-13] 178: Checking batch_updates ** [02:33:15 2020-06-13] 178: Checking gears ** [02:33:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:33:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:20 2020-06-13] 178: Checking imports ** [02:33:20 2020-06-13] 178: Checking exports ** [02:33:20 2020-06-13] 178: Checking users ** [02:33:20 2020-06-13] 178: Checking user_dbs ** [02:33:20 2020-06-13] 178: Checking geocodings ** [02:33:20 2020-06-13] 178: Checking synchronizations ** [02:33:20 2020-06-13] 178: Checking tracker ** [02:33:20 2020-06-13] 178: Checking user_migrations ** [02:33:20 2020-06-13] 178: Checking batch_updates ** [02:33:20 2020-06-13] 178: Checking gears ** [02:33:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:33:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:25 2020-06-13] 178: Checking imports ** [02:33:25 2020-06-13] 178: Checking exports ** [02:33:25 2020-06-13] 178: Checking users ** [02:33:25 2020-06-13] 178: Checking user_dbs ** [02:33:25 2020-06-13] 178: Checking geocodings ** [02:33:25 2020-06-13] 178: Checking synchronizations ** [02:33:25 2020-06-13] 178: Checking tracker ** [02:33:25 2020-06-13] 178: Checking user_migrations ** [02:33:25 2020-06-13] 178: Checking batch_updates ** [02:33:25 2020-06-13] 178: Checking gears ** [02:33:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:33:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:30 2020-06-13] 178: Checking imports ** [02:33:30 2020-06-13] 178: Checking exports ** [02:33:30 2020-06-13] 178: Checking users ** [02:33:30 2020-06-13] 178: Checking user_dbs ** [02:33:30 2020-06-13] 178: Checking geocodings ** [02:33:30 2020-06-13] 178: Checking synchronizations ** [02:33:30 2020-06-13] 178: Checking tracker ** [02:33:30 2020-06-13] 178: Checking user_migrations ** [02:33:30 2020-06-13] 178: Checking batch_updates ** [02:33:30 2020-06-13] 178: Checking gears ** [02:33:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:33:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:35 2020-06-13] 178: Checking imports ** [02:33:35 2020-06-13] 178: Checking exports ** [02:33:35 2020-06-13] 178: Checking users ** [02:33:35 2020-06-13] 178: Checking user_dbs ** [02:33:35 2020-06-13] 178: Checking geocodings ** [02:33:35 2020-06-13] 178: Checking synchronizations ** [02:33:35 2020-06-13] 178: Checking tracker ** [02:33:35 2020-06-13] 178: Checking user_migrations ** [02:33:35 2020-06-13] 178: Checking batch_updates ** [02:33:35 2020-06-13] 178: Checking gears ** [02:33:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:33:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:40 2020-06-13] 178: Checking imports ** [02:33:40 2020-06-13] 178: Checking exports ** [02:33:40 2020-06-13] 178: Checking users ** [02:33:40 2020-06-13] 178: Checking user_dbs ** [02:33:40 2020-06-13] 178: Checking geocodings ** [02:33:40 2020-06-13] 178: Checking synchronizations ** [02:33:40 2020-06-13] 178: Checking tracker ** [02:33:40 2020-06-13] 178: Checking user_migrations ** [02:33:40 2020-06-13] 178: Checking batch_updates ** [02:33:40 2020-06-13] 178: Checking gears ** [02:33:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:33:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:45 2020-06-13] 178: Checking imports ** [02:33:45 2020-06-13] 178: Checking exports ** [02:33:45 2020-06-13] 178: Checking users ** [02:33:45 2020-06-13] 178: Checking user_dbs ** [02:33:45 2020-06-13] 178: Checking geocodings ** [02:33:45 2020-06-13] 178: Checking synchronizations ** [02:33:45 2020-06-13] 178: Checking tracker ** [02:33:45 2020-06-13] 178: Checking user_migrations ** [02:33:45 2020-06-13] 178: Checking batch_updates ** [02:33:45 2020-06-13] 178: Checking gears ** [02:33:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:33:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:50 2020-06-13] 178: Checking imports ** [02:33:50 2020-06-13] 178: Checking exports ** [02:33:50 2020-06-13] 178: Checking users ** [02:33:50 2020-06-13] 178: Checking user_dbs ** [02:33:50 2020-06-13] 178: Checking geocodings ** [02:33:50 2020-06-13] 178: Checking synchronizations ** [02:33:50 2020-06-13] 178: Checking tracker ** [02:33:50 2020-06-13] 178: Checking user_migrations ** [02:33:50 2020-06-13] 178: Checking batch_updates ** [02:33:50 2020-06-13] 178: Checking gears ** [02:33:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:33:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:55 2020-06-13] 178: Checking imports ** [02:33:55 2020-06-13] 178: Checking exports ** [02:33:55 2020-06-13] 178: Checking users ** [02:33:55 2020-06-13] 178: Checking user_dbs ** [02:33:55 2020-06-13] 178: Checking geocodings ** [02:33:55 2020-06-13] 178: Checking synchronizations ** [02:33:55 2020-06-13] 178: Checking tracker ** [02:33:55 2020-06-13] 178: Checking user_migrations ** [02:33:55 2020-06-13] 178: Checking batch_updates ** [02:33:55 2020-06-13] 178: Checking gears ** [02:33:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:33:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:00 2020-06-13] 178: Checking imports ** [02:34:00 2020-06-13] 178: Checking exports ** [02:34:00 2020-06-13] 178: Checking users ** [02:34:00 2020-06-13] 178: Checking user_dbs ** [02:34:00 2020-06-13] 178: Checking geocodings ** [02:34:00 2020-06-13] 178: Checking synchronizations ** [02:34:00 2020-06-13] 178: Checking tracker ** [02:34:00 2020-06-13] 178: Checking user_migrations ** [02:34:00 2020-06-13] 178: Checking batch_updates ** [02:34:00 2020-06-13] 178: Checking gears ** [02:34:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:34:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:05 2020-06-13] 178: Checking imports ** [02:34:05 2020-06-13] 178: Checking exports ** [02:34:05 2020-06-13] 178: Checking users ** [02:34:05 2020-06-13] 178: Checking user_dbs ** [02:34:05 2020-06-13] 178: Checking geocodings ** [02:34:05 2020-06-13] 178: Checking synchronizations ** [02:34:05 2020-06-13] 178: Checking tracker ** [02:34:05 2020-06-13] 178: Checking user_migrations ** [02:34:05 2020-06-13] 178: Checking batch_updates ** [02:34:05 2020-06-13] 178: Checking gears ** [02:34:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:34:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:10 2020-06-13] 178: Checking imports ** [02:34:10 2020-06-13] 178: Checking exports ** [02:34:10 2020-06-13] 178: Checking users ** [02:34:10 2020-06-13] 178: Checking user_dbs ** [02:34:10 2020-06-13] 178: Checking geocodings ** [02:34:10 2020-06-13] 178: Checking synchronizations ** [02:34:10 2020-06-13] 178: Checking tracker ** [02:34:10 2020-06-13] 178: Checking user_migrations ** [02:34:10 2020-06-13] 178: Checking batch_updates ** [02:34:10 2020-06-13] 178: Checking gears ** [02:34:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:34:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:15 2020-06-13] 178: Checking imports ** [02:34:15 2020-06-13] 178: Checking exports ** [02:34:15 2020-06-13] 178: Checking users ** [02:34:15 2020-06-13] 178: Checking user_dbs ** [02:34:15 2020-06-13] 178: Checking geocodings ** [02:34:15 2020-06-13] 178: Checking synchronizations ** [02:34:15 2020-06-13] 178: Checking tracker ** [02:34:15 2020-06-13] 178: Checking user_migrations ** [02:34:15 2020-06-13] 178: Checking batch_updates ** [02:34:15 2020-06-13] 178: Checking gears ** [02:34:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:34:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:20 2020-06-13] 178: Checking imports ** [02:34:20 2020-06-13] 178: Checking exports ** [02:34:20 2020-06-13] 178: Checking users ** [02:34:20 2020-06-13] 178: Checking user_dbs ** [02:34:20 2020-06-13] 178: Checking geocodings ** [02:34:20 2020-06-13] 178: Checking synchronizations ** [02:34:20 2020-06-13] 178: Checking tracker ** [02:34:20 2020-06-13] 178: Checking user_migrations ** [02:34:20 2020-06-13] 178: Checking batch_updates ** [02:34:20 2020-06-13] 178: Checking gears ** [02:34:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:34:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:25 2020-06-13] 178: Checking imports ** [02:34:25 2020-06-13] 178: Checking exports ** [02:34:25 2020-06-13] 178: Checking users ** [02:34:25 2020-06-13] 178: Checking user_dbs ** [02:34:25 2020-06-13] 178: Checking geocodings ** [02:34:25 2020-06-13] 178: Checking synchronizations ** [02:34:25 2020-06-13] 178: Checking tracker ** [02:34:25 2020-06-13] 178: Checking user_migrations ** [02:34:25 2020-06-13] 178: Checking batch_updates ** [02:34:25 2020-06-13] 178: Checking gears ** [02:34:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:34:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:30 2020-06-13] 178: Checking imports ** [02:34:30 2020-06-13] 178: Checking exports ** [02:34:30 2020-06-13] 178: Checking users ** [02:34:30 2020-06-13] 178: Checking user_dbs ** [02:34:30 2020-06-13] 178: Checking geocodings ** [02:34:30 2020-06-13] 178: Checking synchronizations ** [02:34:30 2020-06-13] 178: Checking tracker ** [02:34:30 2020-06-13] 178: Checking user_migrations ** [02:34:30 2020-06-13] 178: Checking batch_updates ** [02:34:30 2020-06-13] 178: Checking gears ** [02:34:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:34:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:35 2020-06-13] 178: Checking imports ** [02:34:35 2020-06-13] 178: Checking exports ** [02:34:35 2020-06-13] 178: Checking users ** [02:34:35 2020-06-13] 178: Checking user_dbs ** [02:34:35 2020-06-13] 178: Checking geocodings ** [02:34:35 2020-06-13] 178: Checking synchronizations ** [02:34:35 2020-06-13] 178: Checking tracker ** [02:34:35 2020-06-13] 178: Checking user_migrations ** [02:34:35 2020-06-13] 178: Checking batch_updates ** [02:34:35 2020-06-13] 178: Checking gears ** [02:34:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:34:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:40 2020-06-13] 178: Checking imports ** [02:34:40 2020-06-13] 178: Checking exports ** [02:34:40 2020-06-13] 178: Checking users ** [02:34:40 2020-06-13] 178: Checking user_dbs ** [02:34:40 2020-06-13] 178: Checking geocodings ** [02:34:40 2020-06-13] 178: Checking synchronizations ** [02:34:40 2020-06-13] 178: Checking tracker ** [02:34:40 2020-06-13] 178: Checking user_migrations ** [02:34:40 2020-06-13] 178: Checking batch_updates ** [02:34:40 2020-06-13] 178: Checking gears ** [02:34:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:34:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:45 2020-06-13] 178: Checking imports ** [02:34:45 2020-06-13] 178: Checking exports ** [02:34:45 2020-06-13] 178: Checking users ** [02:34:45 2020-06-13] 178: Checking user_dbs ** [02:34:45 2020-06-13] 178: Checking geocodings ** [02:34:45 2020-06-13] 178: Checking synchronizations ** [02:34:45 2020-06-13] 178: Checking tracker ** [02:34:45 2020-06-13] 178: Checking user_migrations ** [02:34:45 2020-06-13] 178: Checking batch_updates ** [02:34:45 2020-06-13] 178: Checking gears ** [02:34:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:34:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:50 2020-06-13] 178: Checking imports ** [02:34:50 2020-06-13] 178: Checking exports ** [02:34:50 2020-06-13] 178: Checking users ** [02:34:50 2020-06-13] 178: Checking user_dbs ** [02:34:50 2020-06-13] 178: Checking geocodings ** [02:34:50 2020-06-13] 178: Checking synchronizations ** [02:34:50 2020-06-13] 178: Checking tracker ** [02:34:50 2020-06-13] 178: Checking user_migrations ** [02:34:50 2020-06-13] 178: Checking batch_updates ** [02:34:50 2020-06-13] 178: Checking gears ** [02:34:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:34:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:55 2020-06-13] 178: Checking imports ** [02:34:55 2020-06-13] 178: Checking exports ** [02:34:55 2020-06-13] 178: Checking users ** [02:34:55 2020-06-13] 178: Checking user_dbs ** [02:34:55 2020-06-13] 178: Checking geocodings ** [02:34:55 2020-06-13] 178: Checking synchronizations ** [02:34:55 2020-06-13] 178: Checking tracker ** [02:34:55 2020-06-13] 178: Checking user_migrations ** [02:34:55 2020-06-13] 178: Checking batch_updates ** [02:34:55 2020-06-13] 178: Checking gears ** [02:34:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:34:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:00 2020-06-13] 178: Checking imports ** [02:35:00 2020-06-13] 178: Checking exports ** [02:35:00 2020-06-13] 178: Checking users ** [02:35:00 2020-06-13] 178: Checking user_dbs ** [02:35:01 2020-06-13] 178: Checking geocodings ** [02:35:01 2020-06-13] 178: Checking synchronizations ** [02:35:01 2020-06-13] 178: Checking tracker ** [02:35:01 2020-06-13] 178: Checking user_migrations ** [02:35:01 2020-06-13] 178: Checking batch_updates ** [02:35:01 2020-06-13] 178: Checking gears ** [02:35:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:35:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:06 2020-06-13] 178: Checking imports ** [02:35:06 2020-06-13] 178: Checking exports ** [02:35:06 2020-06-13] 178: Checking users ** [02:35:06 2020-06-13] 178: Checking user_dbs ** [02:35:06 2020-06-13] 178: Checking geocodings ** [02:35:06 2020-06-13] 178: Checking synchronizations ** [02:35:06 2020-06-13] 178: Checking tracker ** [02:35:06 2020-06-13] 178: Checking user_migrations ** [02:35:06 2020-06-13] 178: Checking batch_updates ** [02:35:06 2020-06-13] 178: Checking gears ** [02:35:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:35:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:11 2020-06-13] 178: Checking imports ** [02:35:11 2020-06-13] 178: Checking exports ** [02:35:11 2020-06-13] 178: Checking users ** [02:35:11 2020-06-13] 178: Checking user_dbs ** [02:35:11 2020-06-13] 178: Checking geocodings ** [02:35:11 2020-06-13] 178: Checking synchronizations ** [02:35:11 2020-06-13] 178: Checking tracker ** [02:35:11 2020-06-13] 178: Checking user_migrations ** [02:35:11 2020-06-13] 178: Checking batch_updates ** [02:35:11 2020-06-13] 178: Checking gears ** [02:35:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:35:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:16 2020-06-13] 178: Checking imports ** [02:35:16 2020-06-13] 178: Checking exports ** [02:35:16 2020-06-13] 178: Checking users ** [02:35:16 2020-06-13] 178: Checking user_dbs ** [02:35:16 2020-06-13] 178: Checking geocodings ** [02:35:16 2020-06-13] 178: Checking synchronizations ** [02:35:16 2020-06-13] 178: Checking tracker ** [02:35:16 2020-06-13] 178: Checking user_migrations ** [02:35:16 2020-06-13] 178: Checking batch_updates ** [02:35:16 2020-06-13] 178: Checking gears ** [02:35:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:35:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:21 2020-06-13] 178: Checking imports ** [02:35:21 2020-06-13] 178: Checking exports ** [02:35:21 2020-06-13] 178: Checking users ** [02:35:21 2020-06-13] 178: Checking user_dbs ** [02:35:21 2020-06-13] 178: Checking geocodings ** [02:35:21 2020-06-13] 178: Checking synchronizations ** [02:35:21 2020-06-13] 178: Checking tracker ** [02:35:21 2020-06-13] 178: Checking user_migrations ** [02:35:21 2020-06-13] 178: Checking batch_updates ** [02:35:21 2020-06-13] 178: Checking gears ** [02:35:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:35:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:26 2020-06-13] 178: Checking imports ** [02:35:26 2020-06-13] 178: Checking exports ** [02:35:26 2020-06-13] 178: Checking users ** [02:35:26 2020-06-13] 178: Checking user_dbs ** [02:35:26 2020-06-13] 178: Checking geocodings ** [02:35:26 2020-06-13] 178: Checking synchronizations ** [02:35:26 2020-06-13] 178: Checking tracker ** [02:35:26 2020-06-13] 178: Checking user_migrations ** [02:35:26 2020-06-13] 178: Checking batch_updates ** [02:35:26 2020-06-13] 178: Checking gears ** [02:35:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:35:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:31 2020-06-13] 178: Checking imports ** [02:35:31 2020-06-13] 178: Checking exports ** [02:35:31 2020-06-13] 178: Checking users ** [02:35:31 2020-06-13] 178: Checking user_dbs ** [02:35:31 2020-06-13] 178: Checking geocodings ** [02:35:31 2020-06-13] 178: Checking synchronizations ** [02:35:31 2020-06-13] 178: Checking tracker ** [02:35:31 2020-06-13] 178: Checking user_migrations ** [02:35:31 2020-06-13] 178: Checking batch_updates ** [02:35:31 2020-06-13] 178: Checking gears ** [02:35:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:35:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:36 2020-06-13] 178: Checking imports ** [02:35:36 2020-06-13] 178: Checking exports ** [02:35:36 2020-06-13] 178: Checking users ** [02:35:36 2020-06-13] 178: Checking user_dbs ** [02:35:36 2020-06-13] 178: Checking geocodings ** [02:35:36 2020-06-13] 178: Checking synchronizations ** [02:35:36 2020-06-13] 178: Checking tracker ** [02:35:36 2020-06-13] 178: Checking user_migrations ** [02:35:36 2020-06-13] 178: Checking batch_updates ** [02:35:36 2020-06-13] 178: Checking gears ** [02:35:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:35:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:41 2020-06-13] 178: Checking imports ** [02:35:41 2020-06-13] 178: Checking exports ** [02:35:41 2020-06-13] 178: Checking users ** [02:35:41 2020-06-13] 178: Checking user_dbs ** [02:35:41 2020-06-13] 178: Checking geocodings ** [02:35:41 2020-06-13] 178: Checking synchronizations ** [02:35:41 2020-06-13] 178: Checking tracker ** [02:35:41 2020-06-13] 178: Checking user_migrations ** [02:35:41 2020-06-13] 178: Checking batch_updates ** [02:35:41 2020-06-13] 178: Checking gears ** [02:35:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:35:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:46 2020-06-13] 178: Checking imports ** [02:35:46 2020-06-13] 178: Checking exports ** [02:35:46 2020-06-13] 178: Checking users ** [02:35:46 2020-06-13] 178: Checking user_dbs ** [02:35:46 2020-06-13] 178: Checking geocodings ** [02:35:46 2020-06-13] 178: Checking synchronizations ** [02:35:46 2020-06-13] 178: Checking tracker ** [02:35:46 2020-06-13] 178: Checking user_migrations ** [02:35:46 2020-06-13] 178: Checking batch_updates ** [02:35:46 2020-06-13] 178: Checking gears ** [02:35:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:35:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:51 2020-06-13] 178: Checking imports ** [02:35:51 2020-06-13] 178: Checking exports ** [02:35:51 2020-06-13] 178: Checking users ** [02:35:51 2020-06-13] 178: Checking user_dbs ** [02:35:51 2020-06-13] 178: Checking geocodings ** [02:35:51 2020-06-13] 178: Checking synchronizations ** [02:35:51 2020-06-13] 178: Checking tracker ** [02:35:51 2020-06-13] 178: Checking user_migrations ** [02:35:51 2020-06-13] 178: Checking batch_updates ** [02:35:51 2020-06-13] 178: Checking gears ** [02:35:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:35:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:56 2020-06-13] 178: Checking imports ** [02:35:56 2020-06-13] 178: Checking exports ** [02:35:56 2020-06-13] 178: Checking users ** [02:35:56 2020-06-13] 178: Checking user_dbs ** [02:35:56 2020-06-13] 178: Checking geocodings ** [02:35:56 2020-06-13] 178: Checking synchronizations ** [02:35:56 2020-06-13] 178: Checking tracker ** [02:35:56 2020-06-13] 178: Checking user_migrations ** [02:35:56 2020-06-13] 178: Checking batch_updates ** [02:35:56 2020-06-13] 178: Checking gears ** [02:35:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:35:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:01 2020-06-13] 178: Checking imports ** [02:36:01 2020-06-13] 178: Checking exports ** [02:36:01 2020-06-13] 178: Checking users ** [02:36:01 2020-06-13] 178: Checking user_dbs ** [02:36:01 2020-06-13] 178: Checking geocodings ** [02:36:01 2020-06-13] 178: Checking synchronizations ** [02:36:01 2020-06-13] 178: Checking tracker ** [02:36:01 2020-06-13] 178: Checking user_migrations ** [02:36:01 2020-06-13] 178: Checking batch_updates ** [02:36:01 2020-06-13] 178: Checking gears ** [02:36:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:36:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:06 2020-06-13] 178: Checking imports ** [02:36:06 2020-06-13] 178: Checking exports ** [02:36:06 2020-06-13] 178: Checking users ** [02:36:06 2020-06-13] 178: Checking user_dbs ** [02:36:06 2020-06-13] 178: Checking geocodings ** [02:36:06 2020-06-13] 178: Checking synchronizations ** [02:36:06 2020-06-13] 178: Checking tracker ** [02:36:06 2020-06-13] 178: Checking user_migrations ** [02:36:06 2020-06-13] 178: Checking batch_updates ** [02:36:06 2020-06-13] 178: Checking gears ** [02:36:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:36:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:11 2020-06-13] 178: Checking imports ** [02:36:11 2020-06-13] 178: Checking exports ** [02:36:11 2020-06-13] 178: Checking users ** [02:36:11 2020-06-13] 178: Checking user_dbs ** [02:36:11 2020-06-13] 178: Checking geocodings ** [02:36:11 2020-06-13] 178: Checking synchronizations ** [02:36:11 2020-06-13] 178: Checking tracker ** [02:36:11 2020-06-13] 178: Checking user_migrations ** [02:36:11 2020-06-13] 178: Checking batch_updates ** [02:36:11 2020-06-13] 178: Checking gears ** [02:36:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:36:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:16 2020-06-13] 178: Checking imports ** [02:36:16 2020-06-13] 178: Checking exports ** [02:36:16 2020-06-13] 178: Checking users ** [02:36:16 2020-06-13] 178: Checking user_dbs ** [02:36:16 2020-06-13] 178: Checking geocodings ** [02:36:16 2020-06-13] 178: Checking synchronizations ** [02:36:16 2020-06-13] 178: Checking tracker ** [02:36:16 2020-06-13] 178: Checking user_migrations ** [02:36:16 2020-06-13] 178: Checking batch_updates ** [02:36:16 2020-06-13] 178: Checking gears ** [02:36:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:36:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:21 2020-06-13] 178: Checking imports ** [02:36:21 2020-06-13] 178: Checking exports ** [02:36:21 2020-06-13] 178: Checking users ** [02:36:21 2020-06-13] 178: Checking user_dbs ** [02:36:21 2020-06-13] 178: Checking geocodings ** [02:36:21 2020-06-13] 178: Checking synchronizations ** [02:36:21 2020-06-13] 178: Checking tracker ** [02:36:21 2020-06-13] 178: Checking user_migrations ** [02:36:21 2020-06-13] 178: Checking batch_updates ** [02:36:21 2020-06-13] 178: Checking gears ** [02:36:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:36:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:26 2020-06-13] 178: Checking imports ** [02:36:26 2020-06-13] 178: Checking exports ** [02:36:26 2020-06-13] 178: Checking users ** [02:36:26 2020-06-13] 178: Checking user_dbs ** [02:36:26 2020-06-13] 178: Checking geocodings ** [02:36:26 2020-06-13] 178: Checking synchronizations ** [02:36:26 2020-06-13] 178: Checking tracker ** [02:36:26 2020-06-13] 178: Checking user_migrations ** [02:36:26 2020-06-13] 178: Checking batch_updates ** [02:36:26 2020-06-13] 178: Checking gears ** [02:36:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:36:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:31 2020-06-13] 178: Checking imports ** [02:36:31 2020-06-13] 178: Checking exports ** [02:36:31 2020-06-13] 178: Checking users ** [02:36:31 2020-06-13] 178: Checking user_dbs ** [02:36:31 2020-06-13] 178: Checking geocodings ** [02:36:31 2020-06-13] 178: Checking synchronizations ** [02:36:31 2020-06-13] 178: Checking tracker ** [02:36:31 2020-06-13] 178: Checking user_migrations ** [02:36:31 2020-06-13] 178: Checking batch_updates ** [02:36:31 2020-06-13] 178: Checking gears ** [02:36:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:36:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:36 2020-06-13] 178: Checking imports ** [02:36:36 2020-06-13] 178: Checking exports ** [02:36:36 2020-06-13] 178: Checking users ** [02:36:36 2020-06-13] 178: Checking user_dbs ** [02:36:36 2020-06-13] 178: Checking geocodings ** [02:36:36 2020-06-13] 178: Checking synchronizations ** [02:36:36 2020-06-13] 178: Checking tracker ** [02:36:36 2020-06-13] 178: Checking user_migrations ** [02:36:36 2020-06-13] 178: Checking batch_updates ** [02:36:36 2020-06-13] 178: Checking gears ** [02:36:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:36:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:41 2020-06-13] 178: Checking imports ** [02:36:41 2020-06-13] 178: Checking exports ** [02:36:41 2020-06-13] 178: Checking users ** [02:36:41 2020-06-13] 178: Checking user_dbs ** [02:36:41 2020-06-13] 178: Checking geocodings ** [02:36:41 2020-06-13] 178: Checking synchronizations ** [02:36:41 2020-06-13] 178: Checking tracker ** [02:36:41 2020-06-13] 178: Checking user_migrations ** [02:36:41 2020-06-13] 178: Checking batch_updates ** [02:36:41 2020-06-13] 178: Checking gears ** [02:36:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:36:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:46 2020-06-13] 178: Checking imports ** [02:36:46 2020-06-13] 178: Checking exports ** [02:36:46 2020-06-13] 178: Checking users ** [02:36:46 2020-06-13] 178: Checking user_dbs ** [02:36:46 2020-06-13] 178: Checking geocodings ** [02:36:46 2020-06-13] 178: Checking synchronizations ** [02:36:46 2020-06-13] 178: Checking tracker ** [02:36:46 2020-06-13] 178: Checking user_migrations ** [02:36:46 2020-06-13] 178: Checking batch_updates ** [02:36:46 2020-06-13] 178: Checking gears ** [02:36:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:36:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:51 2020-06-13] 178: Checking imports ** [02:36:51 2020-06-13] 178: Checking exports ** [02:36:51 2020-06-13] 178: Checking users ** [02:36:51 2020-06-13] 178: Checking user_dbs ** [02:36:51 2020-06-13] 178: Checking geocodings ** [02:36:51 2020-06-13] 178: Checking synchronizations ** [02:36:51 2020-06-13] 178: Checking tracker ** [02:36:51 2020-06-13] 178: Checking user_migrations ** [02:36:51 2020-06-13] 178: Checking batch_updates ** [02:36:51 2020-06-13] 178: Checking gears ** [02:36:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:36:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:56 2020-06-13] 178: Checking imports ** [02:36:56 2020-06-13] 178: Checking exports ** [02:36:56 2020-06-13] 178: Checking users ** [02:36:56 2020-06-13] 178: Checking user_dbs ** [02:36:56 2020-06-13] 178: Checking geocodings ** [02:36:56 2020-06-13] 178: Checking synchronizations ** [02:36:56 2020-06-13] 178: Checking tracker ** [02:36:56 2020-06-13] 178: Checking user_migrations ** [02:36:56 2020-06-13] 178: Checking batch_updates ** [02:36:56 2020-06-13] 178: Checking gears ** [02:36:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:36:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:01 2020-06-13] 178: Checking imports ** [02:37:01 2020-06-13] 178: Checking exports ** [02:37:01 2020-06-13] 178: Checking users ** [02:37:01 2020-06-13] 178: Checking user_dbs ** [02:37:01 2020-06-13] 178: Checking geocodings ** [02:37:01 2020-06-13] 178: Checking synchronizations ** [02:37:01 2020-06-13] 178: Checking tracker ** [02:37:01 2020-06-13] 178: Checking user_migrations ** [02:37:01 2020-06-13] 178: Checking batch_updates ** [02:37:01 2020-06-13] 178: Checking gears ** [02:37:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:37:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:06 2020-06-13] 178: Checking imports ** [02:37:06 2020-06-13] 178: Checking exports ** [02:37:06 2020-06-13] 178: Checking users ** [02:37:06 2020-06-13] 178: Checking user_dbs ** [02:37:06 2020-06-13] 178: Checking geocodings ** [02:37:06 2020-06-13] 178: Checking synchronizations ** [02:37:06 2020-06-13] 178: Checking tracker ** [02:37:06 2020-06-13] 178: Checking user_migrations ** [02:37:06 2020-06-13] 178: Checking batch_updates ** [02:37:06 2020-06-13] 178: Checking gears ** [02:37:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:37:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:11 2020-06-13] 178: Checking imports ** [02:37:11 2020-06-13] 178: Checking exports ** [02:37:11 2020-06-13] 178: Checking users ** [02:37:11 2020-06-13] 178: Checking user_dbs ** [02:37:11 2020-06-13] 178: Checking geocodings ** [02:37:11 2020-06-13] 178: Checking synchronizations ** [02:37:11 2020-06-13] 178: Checking tracker ** [02:37:11 2020-06-13] 178: Checking user_migrations ** [02:37:11 2020-06-13] 178: Checking batch_updates ** [02:37:11 2020-06-13] 178: Checking gears ** [02:37:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:37:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:16 2020-06-13] 178: Checking imports ** [02:37:16 2020-06-13] 178: Checking exports ** [02:37:16 2020-06-13] 178: Checking users ** [02:37:16 2020-06-13] 178: Checking user_dbs ** [02:37:16 2020-06-13] 178: Checking geocodings ** [02:37:16 2020-06-13] 178: Checking synchronizations ** [02:37:16 2020-06-13] 178: Checking tracker ** [02:37:16 2020-06-13] 178: Checking user_migrations ** [02:37:16 2020-06-13] 178: Checking batch_updates ** [02:37:16 2020-06-13] 178: Checking gears ** [02:37:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:37:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:21 2020-06-13] 178: Checking imports ** [02:37:21 2020-06-13] 178: Checking exports ** [02:37:21 2020-06-13] 178: Checking users ** [02:37:21 2020-06-13] 178: Checking user_dbs ** [02:37:21 2020-06-13] 178: Checking geocodings ** [02:37:21 2020-06-13] 178: Checking synchronizations ** [02:37:21 2020-06-13] 178: Checking tracker ** [02:37:21 2020-06-13] 178: Checking user_migrations ** [02:37:21 2020-06-13] 178: Checking batch_updates ** [02:37:21 2020-06-13] 178: Checking gears ** [02:37:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:37:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:26 2020-06-13] 178: Checking imports ** [02:37:26 2020-06-13] 178: Checking exports ** [02:37:26 2020-06-13] 178: Checking users ** [02:37:26 2020-06-13] 178: Checking user_dbs ** [02:37:26 2020-06-13] 178: Checking geocodings ** [02:37:26 2020-06-13] 178: Checking synchronizations ** [02:37:26 2020-06-13] 178: Checking tracker ** [02:37:26 2020-06-13] 178: Checking user_migrations ** [02:37:26 2020-06-13] 178: Checking batch_updates ** [02:37:26 2020-06-13] 178: Checking gears ** [02:37:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:37:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:31 2020-06-13] 178: Checking imports ** [02:37:31 2020-06-13] 178: Checking exports ** [02:37:31 2020-06-13] 178: Checking users ** [02:37:31 2020-06-13] 178: Checking user_dbs ** [02:37:31 2020-06-13] 178: Checking geocodings ** [02:37:31 2020-06-13] 178: Checking synchronizations ** [02:37:31 2020-06-13] 178: Checking tracker ** [02:37:31 2020-06-13] 178: Checking user_migrations ** [02:37:31 2020-06-13] 178: Checking batch_updates ** [02:37:31 2020-06-13] 178: Checking gears ** [02:37:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:37:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:36 2020-06-13] 178: Checking imports ** [02:37:36 2020-06-13] 178: Checking exports ** [02:37:36 2020-06-13] 178: Checking users ** [02:37:36 2020-06-13] 178: Checking user_dbs ** [02:37:36 2020-06-13] 178: Checking geocodings ** [02:37:36 2020-06-13] 178: Checking synchronizations ** [02:37:36 2020-06-13] 178: Checking tracker ** [02:37:36 2020-06-13] 178: Checking user_migrations ** [02:37:36 2020-06-13] 178: Checking batch_updates ** [02:37:36 2020-06-13] 178: Checking gears ** [02:37:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:37:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:41 2020-06-13] 178: Checking imports ** [02:37:41 2020-06-13] 178: Checking exports ** [02:37:41 2020-06-13] 178: Checking users ** [02:37:41 2020-06-13] 178: Checking user_dbs ** [02:37:41 2020-06-13] 178: Checking geocodings ** [02:37:41 2020-06-13] 178: Checking synchronizations ** [02:37:41 2020-06-13] 178: Checking tracker ** [02:37:41 2020-06-13] 178: Checking user_migrations ** [02:37:41 2020-06-13] 178: Checking batch_updates ** [02:37:41 2020-06-13] 178: Checking gears ** [02:37:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:37:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:46 2020-06-13] 178: Checking imports ** [02:37:46 2020-06-13] 178: Checking exports ** [02:37:46 2020-06-13] 178: Checking users ** [02:37:46 2020-06-13] 178: Checking user_dbs ** [02:37:46 2020-06-13] 178: Checking geocodings ** [02:37:46 2020-06-13] 178: Checking synchronizations ** [02:37:46 2020-06-13] 178: Checking tracker ** [02:37:46 2020-06-13] 178: Checking user_migrations ** [02:37:46 2020-06-13] 178: Checking batch_updates ** [02:37:46 2020-06-13] 178: Checking gears ** [02:37:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:37:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:51 2020-06-13] 178: Checking imports ** [02:37:51 2020-06-13] 178: Checking exports ** [02:37:51 2020-06-13] 178: Checking users ** [02:37:51 2020-06-13] 178: Checking user_dbs ** [02:37:51 2020-06-13] 178: Checking geocodings ** [02:37:51 2020-06-13] 178: Checking synchronizations ** [02:37:51 2020-06-13] 178: Checking tracker ** [02:37:51 2020-06-13] 178: Checking user_migrations ** [02:37:51 2020-06-13] 178: Checking batch_updates ** [02:37:51 2020-06-13] 178: Checking gears ** [02:37:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:37:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:56 2020-06-13] 178: Checking imports ** [02:37:56 2020-06-13] 178: Checking exports ** [02:37:56 2020-06-13] 178: Checking users ** [02:37:56 2020-06-13] 178: Checking user_dbs ** [02:37:56 2020-06-13] 178: Checking geocodings ** [02:37:56 2020-06-13] 178: Checking synchronizations ** [02:37:56 2020-06-13] 178: Checking tracker ** [02:37:56 2020-06-13] 178: Checking user_migrations ** [02:37:56 2020-06-13] 178: Checking batch_updates ** [02:37:56 2020-06-13] 178: Checking gears ** [02:37:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:37:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:01 2020-06-13] 178: Checking imports ** [02:38:01 2020-06-13] 178: Checking exports ** [02:38:01 2020-06-13] 178: Checking users ** [02:38:01 2020-06-13] 178: Checking user_dbs ** [02:38:01 2020-06-13] 178: Checking geocodings ** [02:38:01 2020-06-13] 178: Checking synchronizations ** [02:38:01 2020-06-13] 178: Checking tracker ** [02:38:01 2020-06-13] 178: Checking user_migrations ** [02:38:01 2020-06-13] 178: Checking batch_updates ** [02:38:01 2020-06-13] 178: Checking gears ** [02:38:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:38:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:06 2020-06-13] 178: Checking imports ** [02:38:06 2020-06-13] 178: Checking exports ** [02:38:06 2020-06-13] 178: Checking users ** [02:38:06 2020-06-13] 178: Checking user_dbs ** [02:38:06 2020-06-13] 178: Checking geocodings ** [02:38:06 2020-06-13] 178: Checking synchronizations ** [02:38:06 2020-06-13] 178: Checking tracker ** [02:38:06 2020-06-13] 178: Checking user_migrations ** [02:38:06 2020-06-13] 178: Checking batch_updates ** [02:38:06 2020-06-13] 178: Checking gears ** [02:38:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:38:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:11 2020-06-13] 178: Checking imports ** [02:38:11 2020-06-13] 178: Checking exports ** [02:38:11 2020-06-13] 178: Checking users ** [02:38:11 2020-06-13] 178: Checking user_dbs ** [02:38:11 2020-06-13] 178: Checking geocodings ** [02:38:11 2020-06-13] 178: Checking synchronizations ** [02:38:11 2020-06-13] 178: Checking tracker ** [02:38:11 2020-06-13] 178: Checking user_migrations ** [02:38:11 2020-06-13] 178: Checking batch_updates ** [02:38:11 2020-06-13] 178: Checking gears ** [02:38:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:38:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:16 2020-06-13] 178: Checking imports ** [02:38:16 2020-06-13] 178: Checking exports ** [02:38:16 2020-06-13] 178: Checking users ** [02:38:16 2020-06-13] 178: Checking user_dbs ** [02:38:16 2020-06-13] 178: Checking geocodings ** [02:38:16 2020-06-13] 178: Checking synchronizations ** [02:38:16 2020-06-13] 178: Checking tracker ** [02:38:16 2020-06-13] 178: Checking user_migrations ** [02:38:16 2020-06-13] 178: Checking batch_updates ** [02:38:16 2020-06-13] 178: Checking gears ** [02:38:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:38:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:21 2020-06-13] 178: Checking imports ** [02:38:21 2020-06-13] 178: Checking exports ** [02:38:21 2020-06-13] 178: Checking users ** [02:38:21 2020-06-13] 178: Checking user_dbs ** [02:38:21 2020-06-13] 178: Checking geocodings ** [02:38:21 2020-06-13] 178: Checking synchronizations ** [02:38:21 2020-06-13] 178: Checking tracker ** [02:38:21 2020-06-13] 178: Checking user_migrations ** [02:38:21 2020-06-13] 178: Checking batch_updates ** [02:38:21 2020-06-13] 178: Checking gears ** [02:38:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:38:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:26 2020-06-13] 178: Checking imports ** [02:38:26 2020-06-13] 178: Checking exports ** [02:38:26 2020-06-13] 178: Checking users ** [02:38:26 2020-06-13] 178: Checking user_dbs ** [02:38:26 2020-06-13] 178: Checking geocodings ** [02:38:26 2020-06-13] 178: Checking synchronizations ** [02:38:26 2020-06-13] 178: Checking tracker ** [02:38:26 2020-06-13] 178: Checking user_migrations ** [02:38:26 2020-06-13] 178: Checking batch_updates ** [02:38:26 2020-06-13] 178: Checking gears ** [02:38:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:38:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:31 2020-06-13] 178: Checking imports ** [02:38:31 2020-06-13] 178: Checking exports ** [02:38:31 2020-06-13] 178: Checking users ** [02:38:31 2020-06-13] 178: Checking user_dbs ** [02:38:31 2020-06-13] 178: Checking geocodings ** [02:38:31 2020-06-13] 178: Checking synchronizations ** [02:38:31 2020-06-13] 178: Checking tracker ** [02:38:31 2020-06-13] 178: Checking user_migrations ** [02:38:31 2020-06-13] 178: Checking batch_updates ** [02:38:31 2020-06-13] 178: Checking gears ** [02:38:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:38:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:36 2020-06-13] 178: Checking imports ** [02:38:36 2020-06-13] 178: Checking exports ** [02:38:36 2020-06-13] 178: Checking users ** [02:38:36 2020-06-13] 178: Checking user_dbs ** [02:38:36 2020-06-13] 178: Checking geocodings ** [02:38:36 2020-06-13] 178: Checking synchronizations ** [02:38:36 2020-06-13] 178: Checking tracker ** [02:38:36 2020-06-13] 178: Checking user_migrations ** [02:38:36 2020-06-13] 178: Checking batch_updates ** [02:38:36 2020-06-13] 178: Checking gears ** [02:38:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:38:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:41 2020-06-13] 178: Checking imports ** [02:38:41 2020-06-13] 178: Checking exports ** [02:38:41 2020-06-13] 178: Checking users ** [02:38:41 2020-06-13] 178: Checking user_dbs ** [02:38:41 2020-06-13] 178: Checking geocodings ** [02:38:41 2020-06-13] 178: Checking synchronizations ** [02:38:41 2020-06-13] 178: Checking tracker ** [02:38:41 2020-06-13] 178: Checking user_migrations ** [02:38:41 2020-06-13] 178: Checking batch_updates ** [02:38:41 2020-06-13] 178: Checking gears ** [02:38:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:38:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:46 2020-06-13] 178: Checking imports ** [02:38:46 2020-06-13] 178: Checking exports ** [02:38:46 2020-06-13] 178: Checking users ** [02:38:46 2020-06-13] 178: Checking user_dbs ** [02:38:46 2020-06-13] 178: Checking geocodings ** [02:38:46 2020-06-13] 178: Checking synchronizations ** [02:38:46 2020-06-13] 178: Checking tracker ** [02:38:46 2020-06-13] 178: Checking user_migrations ** [02:38:46 2020-06-13] 178: Checking batch_updates ** [02:38:46 2020-06-13] 178: Checking gears ** [02:38:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:38:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:51 2020-06-13] 178: Checking imports ** [02:38:51 2020-06-13] 178: Checking exports ** [02:38:51 2020-06-13] 178: Checking users ** [02:38:51 2020-06-13] 178: Checking user_dbs ** [02:38:51 2020-06-13] 178: Checking geocodings ** [02:38:51 2020-06-13] 178: Checking synchronizations ** [02:38:51 2020-06-13] 178: Checking tracker ** [02:38:51 2020-06-13] 178: Checking user_migrations ** [02:38:51 2020-06-13] 178: Checking batch_updates ** [02:38:51 2020-06-13] 178: Checking gears ** [02:38:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:38:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:56 2020-06-13] 178: Checking imports ** [02:38:56 2020-06-13] 178: Checking exports ** [02:38:56 2020-06-13] 178: Checking users ** [02:38:56 2020-06-13] 178: Checking user_dbs ** [02:38:56 2020-06-13] 178: Checking geocodings ** [02:38:56 2020-06-13] 178: Checking synchronizations ** [02:38:56 2020-06-13] 178: Checking tracker ** [02:38:56 2020-06-13] 178: Checking user_migrations ** [02:38:56 2020-06-13] 178: Checking batch_updates ** [02:38:56 2020-06-13] 178: Checking gears ** [02:38:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:38:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:01 2020-06-13] 178: Checking imports ** [02:39:01 2020-06-13] 178: Checking exports ** [02:39:01 2020-06-13] 178: Checking users ** [02:39:01 2020-06-13] 178: Checking user_dbs ** [02:39:01 2020-06-13] 178: Checking geocodings ** [02:39:01 2020-06-13] 178: Checking synchronizations ** [02:39:01 2020-06-13] 178: Checking tracker ** [02:39:01 2020-06-13] 178: Checking user_migrations ** [02:39:01 2020-06-13] 178: Checking batch_updates ** [02:39:01 2020-06-13] 178: Checking gears ** [02:39:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:39:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:06 2020-06-13] 178: Checking imports ** [02:39:06 2020-06-13] 178: Checking exports ** [02:39:06 2020-06-13] 178: Checking users ** [02:39:06 2020-06-13] 178: Checking user_dbs ** [02:39:06 2020-06-13] 178: Checking geocodings ** [02:39:06 2020-06-13] 178: Checking synchronizations ** [02:39:06 2020-06-13] 178: Checking tracker ** [02:39:06 2020-06-13] 178: Checking user_migrations ** [02:39:06 2020-06-13] 178: Checking batch_updates ** [02:39:06 2020-06-13] 178: Checking gears ** [02:39:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:39:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:11 2020-06-13] 178: Checking imports ** [02:39:11 2020-06-13] 178: Checking exports ** [02:39:11 2020-06-13] 178: Checking users ** [02:39:11 2020-06-13] 178: Checking user_dbs ** [02:39:11 2020-06-13] 178: Checking geocodings ** [02:39:11 2020-06-13] 178: Checking synchronizations ** [02:39:11 2020-06-13] 178: Checking tracker ** [02:39:11 2020-06-13] 178: Checking user_migrations ** [02:39:11 2020-06-13] 178: Checking batch_updates ** [02:39:11 2020-06-13] 178: Checking gears ** [02:39:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:39:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:16 2020-06-13] 178: Checking imports ** [02:39:16 2020-06-13] 178: Checking exports ** [02:39:16 2020-06-13] 178: Checking users ** [02:39:16 2020-06-13] 178: Checking user_dbs ** [02:39:16 2020-06-13] 178: Checking geocodings ** [02:39:16 2020-06-13] 178: Checking synchronizations ** [02:39:16 2020-06-13] 178: Checking tracker ** [02:39:16 2020-06-13] 178: Checking user_migrations ** [02:39:16 2020-06-13] 178: Checking batch_updates ** [02:39:16 2020-06-13] 178: Checking gears ** [02:39:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:39:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:21 2020-06-13] 178: Checking imports ** [02:39:21 2020-06-13] 178: Checking exports ** [02:39:21 2020-06-13] 178: Checking users ** [02:39:21 2020-06-13] 178: Checking user_dbs ** [02:39:21 2020-06-13] 178: Checking geocodings ** [02:39:21 2020-06-13] 178: Checking synchronizations ** [02:39:21 2020-06-13] 178: Checking tracker ** [02:39:21 2020-06-13] 178: Checking user_migrations ** [02:39:21 2020-06-13] 178: Checking batch_updates ** [02:39:21 2020-06-13] 178: Checking gears ** [02:39:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:39:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:26 2020-06-13] 178: Checking imports ** [02:39:26 2020-06-13] 178: Checking exports ** [02:39:26 2020-06-13] 178: Checking users ** [02:39:26 2020-06-13] 178: Checking user_dbs ** [02:39:26 2020-06-13] 178: Checking geocodings ** [02:39:26 2020-06-13] 178: Checking synchronizations ** [02:39:26 2020-06-13] 178: Checking tracker ** [02:39:26 2020-06-13] 178: Checking user_migrations ** [02:39:26 2020-06-13] 178: Checking batch_updates ** [02:39:26 2020-06-13] 178: Checking gears ** [02:39:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:39:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:31 2020-06-13] 178: Checking imports ** [02:39:31 2020-06-13] 178: Checking exports ** [02:39:31 2020-06-13] 178: Checking users ** [02:39:31 2020-06-13] 178: Checking user_dbs ** [02:39:31 2020-06-13] 178: Checking geocodings ** [02:39:31 2020-06-13] 178: Checking synchronizations ** [02:39:31 2020-06-13] 178: Checking tracker ** [02:39:31 2020-06-13] 178: Checking user_migrations ** [02:39:31 2020-06-13] 178: Checking batch_updates ** [02:39:31 2020-06-13] 178: Checking gears ** [02:39:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:39:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:36 2020-06-13] 178: Checking imports ** [02:39:36 2020-06-13] 178: Checking exports ** [02:39:36 2020-06-13] 178: Checking users ** [02:39:36 2020-06-13] 178: Checking user_dbs ** [02:39:36 2020-06-13] 178: Checking geocodings ** [02:39:36 2020-06-13] 178: Checking synchronizations ** [02:39:36 2020-06-13] 178: Checking tracker ** [02:39:36 2020-06-13] 178: Checking user_migrations ** [02:39:36 2020-06-13] 178: Checking batch_updates ** [02:39:36 2020-06-13] 178: Checking gears ** [02:39:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:39:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:41 2020-06-13] 178: Checking imports ** [02:39:41 2020-06-13] 178: Checking exports ** [02:39:41 2020-06-13] 178: Checking users ** [02:39:41 2020-06-13] 178: Checking user_dbs ** [02:39:41 2020-06-13] 178: Checking geocodings ** [02:39:41 2020-06-13] 178: Checking synchronizations ** [02:39:41 2020-06-13] 178: Checking tracker ** [02:39:41 2020-06-13] 178: Checking user_migrations ** [02:39:41 2020-06-13] 178: Checking batch_updates ** [02:39:41 2020-06-13] 178: Checking gears ** [02:39:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:39:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:46 2020-06-13] 178: Checking imports ** [02:39:46 2020-06-13] 178: Checking exports ** [02:39:46 2020-06-13] 178: Checking users ** [02:39:46 2020-06-13] 178: Checking user_dbs ** [02:39:46 2020-06-13] 178: Checking geocodings ** [02:39:46 2020-06-13] 178: Checking synchronizations ** [02:39:46 2020-06-13] 178: Checking tracker ** [02:39:46 2020-06-13] 178: Checking user_migrations ** [02:39:46 2020-06-13] 178: Checking batch_updates ** [02:39:46 2020-06-13] 178: Checking gears ** [02:39:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:39:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:51 2020-06-13] 178: Checking imports ** [02:39:51 2020-06-13] 178: Checking exports ** [02:39:51 2020-06-13] 178: Checking users ** [02:39:51 2020-06-13] 178: Checking user_dbs ** [02:39:51 2020-06-13] 178: Checking geocodings ** [02:39:51 2020-06-13] 178: Checking synchronizations ** [02:39:51 2020-06-13] 178: Checking tracker ** [02:39:51 2020-06-13] 178: Checking user_migrations ** [02:39:51 2020-06-13] 178: Checking batch_updates ** [02:39:51 2020-06-13] 178: Checking gears ** [02:39:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:39:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:56 2020-06-13] 178: Checking imports ** [02:39:56 2020-06-13] 178: Checking exports ** [02:39:56 2020-06-13] 178: Checking users ** [02:39:56 2020-06-13] 178: Checking user_dbs ** [02:39:56 2020-06-13] 178: Checking geocodings ** [02:39:56 2020-06-13] 178: Checking synchronizations ** [02:39:56 2020-06-13] 178: Checking tracker ** [02:39:56 2020-06-13] 178: Checking user_migrations ** [02:39:56 2020-06-13] 178: Checking batch_updates ** [02:39:56 2020-06-13] 178: Checking gears ** [02:39:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:39:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:01 2020-06-13] 178: Checking imports ** [02:40:01 2020-06-13] 178: Checking exports ** [02:40:01 2020-06-13] 178: Checking users ** [02:40:01 2020-06-13] 178: Checking user_dbs ** [02:40:01 2020-06-13] 178: Checking geocodings ** [02:40:01 2020-06-13] 178: Checking synchronizations ** [02:40:01 2020-06-13] 178: Checking tracker ** [02:40:01 2020-06-13] 178: Checking user_migrations ** [02:40:01 2020-06-13] 178: Checking batch_updates ** [02:40:01 2020-06-13] 178: Checking gears ** [02:40:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:40:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:06 2020-06-13] 178: Checking imports ** [02:40:06 2020-06-13] 178: Checking exports ** [02:40:06 2020-06-13] 178: Checking users ** [02:40:06 2020-06-13] 178: Checking user_dbs ** [02:40:06 2020-06-13] 178: Checking geocodings ** [02:40:06 2020-06-13] 178: Checking synchronizations ** [02:40:06 2020-06-13] 178: Checking tracker ** [02:40:06 2020-06-13] 178: Checking user_migrations ** [02:40:06 2020-06-13] 178: Checking batch_updates ** [02:40:06 2020-06-13] 178: Checking gears ** [02:40:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:40:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:11 2020-06-13] 178: Checking imports ** [02:40:11 2020-06-13] 178: Checking exports ** [02:40:11 2020-06-13] 178: Checking users ** [02:40:11 2020-06-13] 178: Checking user_dbs ** [02:40:11 2020-06-13] 178: Checking geocodings ** [02:40:11 2020-06-13] 178: Checking synchronizations ** [02:40:11 2020-06-13] 178: Checking tracker ** [02:40:11 2020-06-13] 178: Checking user_migrations ** [02:40:11 2020-06-13] 178: Checking batch_updates ** [02:40:11 2020-06-13] 178: Checking gears ** [02:40:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:40:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:16 2020-06-13] 178: Checking imports ** [02:40:16 2020-06-13] 178: Checking exports ** [02:40:16 2020-06-13] 178: Checking users ** [02:40:16 2020-06-13] 178: Checking user_dbs ** [02:40:16 2020-06-13] 178: Checking geocodings ** [02:40:16 2020-06-13] 178: Checking synchronizations ** [02:40:16 2020-06-13] 178: Checking tracker ** [02:40:16 2020-06-13] 178: Checking user_migrations ** [02:40:16 2020-06-13] 178: Checking batch_updates ** [02:40:16 2020-06-13] 178: Checking gears ** [02:40:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:40:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:21 2020-06-13] 178: Checking imports ** [02:40:21 2020-06-13] 178: Checking exports ** [02:40:21 2020-06-13] 178: Checking users ** [02:40:21 2020-06-13] 178: Checking user_dbs ** [02:40:21 2020-06-13] 178: Checking geocodings ** [02:40:21 2020-06-13] 178: Checking synchronizations ** [02:40:21 2020-06-13] 178: Checking tracker ** [02:40:21 2020-06-13] 178: Checking user_migrations ** [02:40:21 2020-06-13] 178: Checking batch_updates ** [02:40:21 2020-06-13] 178: Checking gears ** [02:40:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:40:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:26 2020-06-13] 178: Checking imports ** [02:40:26 2020-06-13] 178: Checking exports ** [02:40:26 2020-06-13] 178: Checking users ** [02:40:26 2020-06-13] 178: Checking user_dbs ** [02:40:26 2020-06-13] 178: Checking geocodings ** [02:40:26 2020-06-13] 178: Checking synchronizations ** [02:40:26 2020-06-13] 178: Checking tracker ** [02:40:26 2020-06-13] 178: Checking user_migrations ** [02:40:26 2020-06-13] 178: Checking batch_updates ** [02:40:26 2020-06-13] 178: Checking gears ** [02:40:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:40:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:31 2020-06-13] 178: Checking imports ** [02:40:31 2020-06-13] 178: Checking exports ** [02:40:31 2020-06-13] 178: Checking users ** [02:40:31 2020-06-13] 178: Checking user_dbs ** [02:40:31 2020-06-13] 178: Checking geocodings ** [02:40:31 2020-06-13] 178: Checking synchronizations ** [02:40:31 2020-06-13] 178: Checking tracker ** [02:40:31 2020-06-13] 178: Checking user_migrations ** [02:40:31 2020-06-13] 178: Checking batch_updates ** [02:40:31 2020-06-13] 178: Checking gears ** [02:40:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:40:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:36 2020-06-13] 178: Checking imports ** [02:40:36 2020-06-13] 178: Checking exports ** [02:40:36 2020-06-13] 178: Checking users ** [02:40:36 2020-06-13] 178: Checking user_dbs ** [02:40:36 2020-06-13] 178: Checking geocodings ** [02:40:36 2020-06-13] 178: Checking synchronizations ** [02:40:36 2020-06-13] 178: Checking tracker ** [02:40:36 2020-06-13] 178: Checking user_migrations ** [02:40:36 2020-06-13] 178: Checking batch_updates ** [02:40:36 2020-06-13] 178: Checking gears ** [02:40:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:40:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:41 2020-06-13] 178: Checking imports ** [02:40:41 2020-06-13] 178: Checking exports ** [02:40:41 2020-06-13] 178: Checking users ** [02:40:41 2020-06-13] 178: Checking user_dbs ** [02:40:41 2020-06-13] 178: Checking geocodings ** [02:40:41 2020-06-13] 178: Checking synchronizations ** [02:40:41 2020-06-13] 178: Checking tracker ** [02:40:41 2020-06-13] 178: Checking user_migrations ** [02:40:41 2020-06-13] 178: Checking batch_updates ** [02:40:41 2020-06-13] 178: Checking gears ** [02:40:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:40:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:46 2020-06-13] 178: Checking imports ** [02:40:46 2020-06-13] 178: Checking exports ** [02:40:46 2020-06-13] 178: Checking users ** [02:40:46 2020-06-13] 178: Checking user_dbs ** [02:40:46 2020-06-13] 178: Checking geocodings ** [02:40:46 2020-06-13] 178: Checking synchronizations ** [02:40:46 2020-06-13] 178: Checking tracker ** [02:40:46 2020-06-13] 178: Checking user_migrations ** [02:40:46 2020-06-13] 178: Checking batch_updates ** [02:40:46 2020-06-13] 178: Checking gears ** [02:40:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:40:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:51 2020-06-13] 178: Checking imports ** [02:40:51 2020-06-13] 178: Checking exports ** [02:40:51 2020-06-13] 178: Checking users ** [02:40:51 2020-06-13] 178: Checking user_dbs ** [02:40:51 2020-06-13] 178: Checking geocodings ** [02:40:51 2020-06-13] 178: Checking synchronizations ** [02:40:51 2020-06-13] 178: Checking tracker ** [02:40:51 2020-06-13] 178: Checking user_migrations ** [02:40:51 2020-06-13] 178: Checking batch_updates ** [02:40:51 2020-06-13] 178: Checking gears ** [02:40:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:40:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:56 2020-06-13] 178: Checking imports ** [02:40:56 2020-06-13] 178: Checking exports ** [02:40:56 2020-06-13] 178: Checking users ** [02:40:56 2020-06-13] 178: Checking user_dbs ** [02:40:56 2020-06-13] 178: Checking geocodings ** [02:40:56 2020-06-13] 178: Checking synchronizations ** [02:40:56 2020-06-13] 178: Checking tracker ** [02:40:56 2020-06-13] 178: Checking user_migrations ** [02:40:56 2020-06-13] 178: Checking batch_updates ** [02:40:56 2020-06-13] 178: Checking gears ** [02:40:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:40:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:01 2020-06-13] 178: Checking imports ** [02:41:01 2020-06-13] 178: Checking exports ** [02:41:01 2020-06-13] 178: Checking users ** [02:41:01 2020-06-13] 178: Checking user_dbs ** [02:41:01 2020-06-13] 178: Checking geocodings ** [02:41:01 2020-06-13] 178: Checking synchronizations ** [02:41:01 2020-06-13] 178: Checking tracker ** [02:41:01 2020-06-13] 178: Checking user_migrations ** [02:41:01 2020-06-13] 178: Checking batch_updates ** [02:41:01 2020-06-13] 178: Checking gears ** [02:41:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:41:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:06 2020-06-13] 178: Checking imports ** [02:41:06 2020-06-13] 178: Checking exports ** [02:41:06 2020-06-13] 178: Checking users ** [02:41:06 2020-06-13] 178: Checking user_dbs ** [02:41:06 2020-06-13] 178: Checking geocodings ** [02:41:06 2020-06-13] 178: Checking synchronizations ** [02:41:06 2020-06-13] 178: Checking tracker ** [02:41:06 2020-06-13] 178: Checking user_migrations ** [02:41:06 2020-06-13] 178: Checking batch_updates ** [02:41:06 2020-06-13] 178: Checking gears ** [02:41:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:41:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:11 2020-06-13] 178: Checking imports ** [02:41:11 2020-06-13] 178: Checking exports ** [02:41:11 2020-06-13] 178: Checking users ** [02:41:11 2020-06-13] 178: Checking user_dbs ** [02:41:11 2020-06-13] 178: Checking geocodings ** [02:41:11 2020-06-13] 178: Checking synchronizations ** [02:41:11 2020-06-13] 178: Checking tracker ** [02:41:11 2020-06-13] 178: Checking user_migrations ** [02:41:11 2020-06-13] 178: Checking batch_updates ** [02:41:11 2020-06-13] 178: Checking gears ** [02:41:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:41:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:16 2020-06-13] 178: Checking imports ** [02:41:16 2020-06-13] 178: Checking exports ** [02:41:16 2020-06-13] 178: Checking users ** [02:41:16 2020-06-13] 178: Checking user_dbs ** [02:41:16 2020-06-13] 178: Checking geocodings ** [02:41:16 2020-06-13] 178: Checking synchronizations ** [02:41:16 2020-06-13] 178: Checking tracker ** [02:41:16 2020-06-13] 178: Checking user_migrations ** [02:41:16 2020-06-13] 178: Checking batch_updates ** [02:41:16 2020-06-13] 178: Checking gears ** [02:41:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:41:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:21 2020-06-13] 178: Checking imports ** [02:41:21 2020-06-13] 178: Checking exports ** [02:41:21 2020-06-13] 178: Checking users ** [02:41:21 2020-06-13] 178: Checking user_dbs ** [02:41:21 2020-06-13] 178: Checking geocodings ** [02:41:21 2020-06-13] 178: Checking synchronizations ** [02:41:21 2020-06-13] 178: Checking tracker ** [02:41:21 2020-06-13] 178: Checking user_migrations ** [02:41:21 2020-06-13] 178: Checking batch_updates ** [02:41:21 2020-06-13] 178: Checking gears ** [02:41:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:41:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:26 2020-06-13] 178: Checking imports ** [02:41:26 2020-06-13] 178: Checking exports ** [02:41:26 2020-06-13] 178: Checking users ** [02:41:26 2020-06-13] 178: Checking user_dbs ** [02:41:26 2020-06-13] 178: Checking geocodings ** [02:41:26 2020-06-13] 178: Checking synchronizations ** [02:41:26 2020-06-13] 178: Checking tracker ** [02:41:26 2020-06-13] 178: Checking user_migrations ** [02:41:26 2020-06-13] 178: Checking batch_updates ** [02:41:26 2020-06-13] 178: Checking gears ** [02:41:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:41:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:31 2020-06-13] 178: Checking imports ** [02:41:31 2020-06-13] 178: Checking exports ** [02:41:31 2020-06-13] 178: Checking users ** [02:41:31 2020-06-13] 178: Checking user_dbs ** [02:41:31 2020-06-13] 178: Checking geocodings ** [02:41:31 2020-06-13] 178: Checking synchronizations ** [02:41:31 2020-06-13] 178: Checking tracker ** [02:41:31 2020-06-13] 178: Checking user_migrations ** [02:41:31 2020-06-13] 178: Checking batch_updates ** [02:41:31 2020-06-13] 178: Checking gears ** [02:41:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:41:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:36 2020-06-13] 178: Checking imports ** [02:41:36 2020-06-13] 178: Checking exports ** [02:41:36 2020-06-13] 178: Checking users ** [02:41:36 2020-06-13] 178: Checking user_dbs ** [02:41:36 2020-06-13] 178: Checking geocodings ** [02:41:36 2020-06-13] 178: Checking synchronizations ** [02:41:36 2020-06-13] 178: Checking tracker ** [02:41:36 2020-06-13] 178: Checking user_migrations ** [02:41:36 2020-06-13] 178: Checking batch_updates ** [02:41:36 2020-06-13] 178: Checking gears ** [02:41:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:41:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:41 2020-06-13] 178: Checking imports ** [02:41:41 2020-06-13] 178: Checking exports ** [02:41:41 2020-06-13] 178: Checking users ** [02:41:41 2020-06-13] 178: Checking user_dbs ** [02:41:41 2020-06-13] 178: Checking geocodings ** [02:41:41 2020-06-13] 178: Checking synchronizations ** [02:41:41 2020-06-13] 178: Checking tracker ** [02:41:41 2020-06-13] 178: Checking user_migrations ** [02:41:41 2020-06-13] 178: Checking batch_updates ** [02:41:41 2020-06-13] 178: Checking gears ** [02:41:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:41:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:46 2020-06-13] 178: Checking imports ** [02:41:46 2020-06-13] 178: Checking exports ** [02:41:46 2020-06-13] 178: Checking users ** [02:41:46 2020-06-13] 178: Checking user_dbs ** [02:41:46 2020-06-13] 178: Checking geocodings ** [02:41:46 2020-06-13] 178: Checking synchronizations ** [02:41:46 2020-06-13] 178: Checking tracker ** [02:41:46 2020-06-13] 178: Checking user_migrations ** [02:41:46 2020-06-13] 178: Checking batch_updates ** [02:41:46 2020-06-13] 178: Checking gears ** [02:41:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:41:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:51 2020-06-13] 178: Checking imports ** [02:41:51 2020-06-13] 178: Checking exports ** [02:41:51 2020-06-13] 178: Checking users ** [02:41:51 2020-06-13] 178: Checking user_dbs ** [02:41:51 2020-06-13] 178: Checking geocodings ** [02:41:51 2020-06-13] 178: Checking synchronizations ** [02:41:51 2020-06-13] 178: Checking tracker ** [02:41:51 2020-06-13] 178: Checking user_migrations ** [02:41:51 2020-06-13] 178: Checking batch_updates ** [02:41:51 2020-06-13] 178: Checking gears ** [02:41:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:41:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:56 2020-06-13] 178: Checking imports ** [02:41:56 2020-06-13] 178: Checking exports ** [02:41:56 2020-06-13] 178: Checking users ** [02:41:56 2020-06-13] 178: Checking user_dbs ** [02:41:56 2020-06-13] 178: Checking geocodings ** [02:41:56 2020-06-13] 178: Checking synchronizations ** [02:41:56 2020-06-13] 178: Checking tracker ** [02:41:56 2020-06-13] 178: Checking user_migrations ** [02:41:56 2020-06-13] 178: Checking batch_updates ** [02:41:56 2020-06-13] 178: Checking gears ** [02:41:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:41:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:01 2020-06-13] 178: Checking imports ** [02:42:01 2020-06-13] 178: Checking exports ** [02:42:01 2020-06-13] 178: Checking users ** [02:42:01 2020-06-13] 178: Checking user_dbs ** [02:42:01 2020-06-13] 178: Checking geocodings ** [02:42:01 2020-06-13] 178: Checking synchronizations ** [02:42:01 2020-06-13] 178: Checking tracker ** [02:42:01 2020-06-13] 178: Checking user_migrations ** [02:42:01 2020-06-13] 178: Checking batch_updates ** [02:42:01 2020-06-13] 178: Checking gears ** [02:42:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:42:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:06 2020-06-13] 178: Checking imports ** [02:42:06 2020-06-13] 178: Checking exports ** [02:42:06 2020-06-13] 178: Checking users ** [02:42:06 2020-06-13] 178: Checking user_dbs ** [02:42:06 2020-06-13] 178: Checking geocodings ** [02:42:06 2020-06-13] 178: Checking synchronizations ** [02:42:06 2020-06-13] 178: Checking tracker ** [02:42:06 2020-06-13] 178: Checking user_migrations ** [02:42:06 2020-06-13] 178: Checking batch_updates ** [02:42:06 2020-06-13] 178: Checking gears ** [02:42:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:42:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:11 2020-06-13] 178: Checking imports ** [02:42:11 2020-06-13] 178: Checking exports ** [02:42:11 2020-06-13] 178: Checking users ** [02:42:11 2020-06-13] 178: Checking user_dbs ** [02:42:11 2020-06-13] 178: Checking geocodings ** [02:42:11 2020-06-13] 178: Checking synchronizations ** [02:42:11 2020-06-13] 178: Checking tracker ** [02:42:11 2020-06-13] 178: Checking user_migrations ** [02:42:11 2020-06-13] 178: Checking batch_updates ** [02:42:11 2020-06-13] 178: Checking gears ** [02:42:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:42:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:16 2020-06-13] 178: Checking imports ** [02:42:16 2020-06-13] 178: Checking exports ** [02:42:16 2020-06-13] 178: Checking users ** [02:42:16 2020-06-13] 178: Checking user_dbs ** [02:42:16 2020-06-13] 178: Checking geocodings ** [02:42:16 2020-06-13] 178: Checking synchronizations ** [02:42:16 2020-06-13] 178: Checking tracker ** [02:42:16 2020-06-13] 178: Checking user_migrations ** [02:42:16 2020-06-13] 178: Checking batch_updates ** [02:42:16 2020-06-13] 178: Checking gears ** [02:42:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:42:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:21 2020-06-13] 178: Checking imports ** [02:42:21 2020-06-13] 178: Checking exports ** [02:42:21 2020-06-13] 178: Checking users ** [02:42:21 2020-06-13] 178: Checking user_dbs ** [02:42:21 2020-06-13] 178: Checking geocodings ** [02:42:21 2020-06-13] 178: Checking synchronizations ** [02:42:21 2020-06-13] 178: Checking tracker ** [02:42:21 2020-06-13] 178: Checking user_migrations ** [02:42:21 2020-06-13] 178: Checking batch_updates ** [02:42:21 2020-06-13] 178: Checking gears ** [02:42:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:42:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:26 2020-06-13] 178: Checking imports ** [02:42:26 2020-06-13] 178: Checking exports ** [02:42:26 2020-06-13] 178: Checking users ** [02:42:26 2020-06-13] 178: Checking user_dbs ** [02:42:26 2020-06-13] 178: Checking geocodings ** [02:42:26 2020-06-13] 178: Checking synchronizations ** [02:42:26 2020-06-13] 178: Checking tracker ** [02:42:26 2020-06-13] 178: Checking user_migrations ** [02:42:26 2020-06-13] 178: Checking batch_updates ** [02:42:26 2020-06-13] 178: Checking gears ** [02:42:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:42:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:31 2020-06-13] 178: Checking imports ** [02:42:31 2020-06-13] 178: Checking exports ** [02:42:31 2020-06-13] 178: Checking users ** [02:42:31 2020-06-13] 178: Checking user_dbs ** [02:42:31 2020-06-13] 178: Checking geocodings ** [02:42:31 2020-06-13] 178: Checking synchronizations ** [02:42:31 2020-06-13] 178: Checking tracker ** [02:42:31 2020-06-13] 178: Checking user_migrations ** [02:42:31 2020-06-13] 178: Checking batch_updates ** [02:42:31 2020-06-13] 178: Checking gears ** [02:42:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:42:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:36 2020-06-13] 178: Checking imports ** [02:42:36 2020-06-13] 178: Checking exports ** [02:42:36 2020-06-13] 178: Checking users ** [02:42:36 2020-06-13] 178: Checking user_dbs ** [02:42:36 2020-06-13] 178: Checking geocodings ** [02:42:36 2020-06-13] 178: Checking synchronizations ** [02:42:36 2020-06-13] 178: Checking tracker ** [02:42:36 2020-06-13] 178: Checking user_migrations ** [02:42:36 2020-06-13] 178: Checking batch_updates ** [02:42:36 2020-06-13] 178: Checking gears ** [02:42:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:42:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:41 2020-06-13] 178: Checking imports ** [02:42:41 2020-06-13] 178: Checking exports ** [02:42:41 2020-06-13] 178: Checking users ** [02:42:41 2020-06-13] 178: Checking user_dbs ** [02:42:41 2020-06-13] 178: Checking geocodings ** [02:42:41 2020-06-13] 178: Checking synchronizations ** [02:42:41 2020-06-13] 178: Checking tracker ** [02:42:41 2020-06-13] 178: Checking user_migrations ** [02:42:41 2020-06-13] 178: Checking batch_updates ** [02:42:41 2020-06-13] 178: Checking gears ** [02:42:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:42:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:46 2020-06-13] 178: Checking imports ** [02:42:46 2020-06-13] 178: Checking exports ** [02:42:46 2020-06-13] 178: Checking users ** [02:42:46 2020-06-13] 178: Checking user_dbs ** [02:42:46 2020-06-13] 178: Checking geocodings ** [02:42:46 2020-06-13] 178: Checking synchronizations ** [02:42:46 2020-06-13] 178: Checking tracker ** [02:42:46 2020-06-13] 178: Checking user_migrations ** [02:42:46 2020-06-13] 178: Checking batch_updates ** [02:42:46 2020-06-13] 178: Checking gears ** [02:42:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:42:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:51 2020-06-13] 178: Checking imports ** [02:42:51 2020-06-13] 178: Checking exports ** [02:42:51 2020-06-13] 178: Checking users ** [02:42:51 2020-06-13] 178: Checking user_dbs ** [02:42:51 2020-06-13] 178: Checking geocodings ** [02:42:51 2020-06-13] 178: Checking synchronizations ** [02:42:51 2020-06-13] 178: Checking tracker ** [02:42:51 2020-06-13] 178: Checking user_migrations ** [02:42:51 2020-06-13] 178: Checking batch_updates ** [02:42:51 2020-06-13] 178: Checking gears ** [02:42:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:42:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:56 2020-06-13] 178: Checking imports ** [02:42:56 2020-06-13] 178: Checking exports ** [02:42:56 2020-06-13] 178: Checking users ** [02:42:56 2020-06-13] 178: Checking user_dbs ** [02:42:56 2020-06-13] 178: Checking geocodings ** [02:42:56 2020-06-13] 178: Checking synchronizations ** [02:42:56 2020-06-13] 178: Checking tracker ** [02:42:56 2020-06-13] 178: Checking user_migrations ** [02:42:56 2020-06-13] 178: Checking batch_updates ** [02:42:56 2020-06-13] 178: Checking gears ** [02:42:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:42:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:01 2020-06-13] 178: Checking imports ** [02:43:01 2020-06-13] 178: Checking exports ** [02:43:01 2020-06-13] 178: Checking users ** [02:43:01 2020-06-13] 178: Checking user_dbs ** [02:43:01 2020-06-13] 178: Checking geocodings ** [02:43:01 2020-06-13] 178: Checking synchronizations ** [02:43:01 2020-06-13] 178: Checking tracker ** [02:43:01 2020-06-13] 178: Checking user_migrations ** [02:43:01 2020-06-13] 178: Checking batch_updates ** [02:43:01 2020-06-13] 178: Checking gears ** [02:43:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:43:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:06 2020-06-13] 178: Checking imports ** [02:43:06 2020-06-13] 178: Checking exports ** [02:43:06 2020-06-13] 178: Checking users ** [02:43:06 2020-06-13] 178: Checking user_dbs ** [02:43:06 2020-06-13] 178: Checking geocodings ** [02:43:06 2020-06-13] 178: Checking synchronizations ** [02:43:06 2020-06-13] 178: Checking tracker ** [02:43:06 2020-06-13] 178: Checking user_migrations ** [02:43:06 2020-06-13] 178: Checking batch_updates ** [02:43:06 2020-06-13] 178: Checking gears ** [02:43:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:43:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:11 2020-06-13] 178: Checking imports ** [02:43:11 2020-06-13] 178: Checking exports ** [02:43:11 2020-06-13] 178: Checking users ** [02:43:11 2020-06-13] 178: Checking user_dbs ** [02:43:11 2020-06-13] 178: Checking geocodings ** [02:43:11 2020-06-13] 178: Checking synchronizations ** [02:43:11 2020-06-13] 178: Checking tracker ** [02:43:11 2020-06-13] 178: Checking user_migrations ** [02:43:11 2020-06-13] 178: Checking batch_updates ** [02:43:11 2020-06-13] 178: Checking gears ** [02:43:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:43:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:16 2020-06-13] 178: Checking imports ** [02:43:16 2020-06-13] 178: Checking exports ** [02:43:16 2020-06-13] 178: Checking users ** [02:43:16 2020-06-13] 178: Checking user_dbs ** [02:43:16 2020-06-13] 178: Checking geocodings ** [02:43:16 2020-06-13] 178: Checking synchronizations ** [02:43:16 2020-06-13] 178: Checking tracker ** [02:43:16 2020-06-13] 178: Checking user_migrations ** [02:43:16 2020-06-13] 178: Checking batch_updates ** [02:43:16 2020-06-13] 178: Checking gears ** [02:43:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:43:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:21 2020-06-13] 178: Checking imports ** [02:43:21 2020-06-13] 178: Checking exports ** [02:43:21 2020-06-13] 178: Checking users ** [02:43:21 2020-06-13] 178: Checking user_dbs ** [02:43:21 2020-06-13] 178: Checking geocodings ** [02:43:21 2020-06-13] 178: Checking synchronizations ** [02:43:21 2020-06-13] 178: Checking tracker ** [02:43:21 2020-06-13] 178: Checking user_migrations ** [02:43:21 2020-06-13] 178: Checking batch_updates ** [02:43:21 2020-06-13] 178: Checking gears ** [02:43:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:43:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:26 2020-06-13] 178: Checking imports ** [02:43:26 2020-06-13] 178: Checking exports ** [02:43:26 2020-06-13] 178: Checking users ** [02:43:26 2020-06-13] 178: Checking user_dbs ** [02:43:26 2020-06-13] 178: Checking geocodings ** [02:43:26 2020-06-13] 178: Checking synchronizations ** [02:43:26 2020-06-13] 178: Checking tracker ** [02:43:26 2020-06-13] 178: Checking user_migrations ** [02:43:26 2020-06-13] 178: Checking batch_updates ** [02:43:26 2020-06-13] 178: Checking gears ** [02:43:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:43:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:31 2020-06-13] 178: Checking imports ** [02:43:31 2020-06-13] 178: Checking exports ** [02:43:31 2020-06-13] 178: Checking users ** [02:43:31 2020-06-13] 178: Checking user_dbs ** [02:43:31 2020-06-13] 178: Checking geocodings ** [02:43:31 2020-06-13] 178: Checking synchronizations ** [02:43:31 2020-06-13] 178: Checking tracker ** [02:43:31 2020-06-13] 178: Checking user_migrations ** [02:43:31 2020-06-13] 178: Checking batch_updates ** [02:43:31 2020-06-13] 178: Checking gears ** [02:43:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:43:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:36 2020-06-13] 178: Checking imports ** [02:43:36 2020-06-13] 178: Checking exports ** [02:43:36 2020-06-13] 178: Checking users ** [02:43:36 2020-06-13] 178: Checking user_dbs ** [02:43:36 2020-06-13] 178: Checking geocodings ** [02:43:36 2020-06-13] 178: Checking synchronizations ** [02:43:36 2020-06-13] 178: Checking tracker ** [02:43:36 2020-06-13] 178: Checking user_migrations ** [02:43:36 2020-06-13] 178: Checking batch_updates ** [02:43:36 2020-06-13] 178: Checking gears ** [02:43:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:43:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:41 2020-06-13] 178: Checking imports ** [02:43:41 2020-06-13] 178: Checking exports ** [02:43:41 2020-06-13] 178: Checking users ** [02:43:41 2020-06-13] 178: Checking user_dbs ** [02:43:41 2020-06-13] 178: Checking geocodings ** [02:43:41 2020-06-13] 178: Checking synchronizations ** [02:43:41 2020-06-13] 178: Checking tracker ** [02:43:41 2020-06-13] 178: Checking user_migrations ** [02:43:41 2020-06-13] 178: Checking batch_updates ** [02:43:41 2020-06-13] 178: Checking gears ** [02:43:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:43:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:46 2020-06-13] 178: Checking imports ** [02:43:46 2020-06-13] 178: Checking exports ** [02:43:46 2020-06-13] 178: Checking users ** [02:43:46 2020-06-13] 178: Checking user_dbs ** [02:43:46 2020-06-13] 178: Checking geocodings ** [02:43:46 2020-06-13] 178: Checking synchronizations ** [02:43:46 2020-06-13] 178: Checking tracker ** [02:43:46 2020-06-13] 178: Checking user_migrations ** [02:43:46 2020-06-13] 178: Checking batch_updates ** [02:43:46 2020-06-13] 178: Checking gears ** [02:43:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:43:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:52 2020-06-13] 178: Checking imports ** [02:43:52 2020-06-13] 178: Checking exports ** [02:43:52 2020-06-13] 178: Checking users ** [02:43:52 2020-06-13] 178: Checking user_dbs ** [02:43:52 2020-06-13] 178: Checking geocodings ** [02:43:52 2020-06-13] 178: Checking synchronizations ** [02:43:52 2020-06-13] 178: Checking tracker ** [02:43:52 2020-06-13] 178: Checking user_migrations ** [02:43:52 2020-06-13] 178: Checking batch_updates ** [02:43:52 2020-06-13] 178: Checking gears ** [02:43:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:43:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:57 2020-06-13] 178: Checking imports ** [02:43:57 2020-06-13] 178: Checking exports ** [02:43:57 2020-06-13] 178: Checking users ** [02:43:57 2020-06-13] 178: Checking user_dbs ** [02:43:57 2020-06-13] 178: Checking geocodings ** [02:43:57 2020-06-13] 178: Checking synchronizations ** [02:43:57 2020-06-13] 178: Checking tracker ** [02:43:57 2020-06-13] 178: Checking user_migrations ** [02:43:57 2020-06-13] 178: Checking batch_updates ** [02:43:57 2020-06-13] 178: Checking gears ** [02:43:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:43:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:02 2020-06-13] 178: Checking imports ** [02:44:02 2020-06-13] 178: Checking exports ** [02:44:02 2020-06-13] 178: Checking users ** [02:44:02 2020-06-13] 178: Checking user_dbs ** [02:44:02 2020-06-13] 178: Checking geocodings ** [02:44:02 2020-06-13] 178: Checking synchronizations ** [02:44:02 2020-06-13] 178: Checking tracker ** [02:44:02 2020-06-13] 178: Checking user_migrations ** [02:44:02 2020-06-13] 178: Checking batch_updates ** [02:44:02 2020-06-13] 178: Checking gears ** [02:44:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:44:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:07 2020-06-13] 178: Checking imports ** [02:44:07 2020-06-13] 178: Checking exports ** [02:44:07 2020-06-13] 178: Checking users ** [02:44:07 2020-06-13] 178: Checking user_dbs ** [02:44:07 2020-06-13] 178: Checking geocodings ** [02:44:07 2020-06-13] 178: Checking synchronizations ** [02:44:07 2020-06-13] 178: Checking tracker ** [02:44:07 2020-06-13] 178: Checking user_migrations ** [02:44:07 2020-06-13] 178: Checking batch_updates ** [02:44:07 2020-06-13] 178: Checking gears ** [02:44:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:44:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:12 2020-06-13] 178: Checking imports ** [02:44:12 2020-06-13] 178: Checking exports ** [02:44:12 2020-06-13] 178: Checking users ** [02:44:12 2020-06-13] 178: Checking user_dbs ** [02:44:12 2020-06-13] 178: Checking geocodings ** [02:44:12 2020-06-13] 178: Checking synchronizations ** [02:44:12 2020-06-13] 178: Checking tracker ** [02:44:12 2020-06-13] 178: Checking user_migrations ** [02:44:12 2020-06-13] 178: Checking batch_updates ** [02:44:12 2020-06-13] 178: Checking gears ** [02:44:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:44:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:17 2020-06-13] 178: Checking imports ** [02:44:17 2020-06-13] 178: Checking exports ** [02:44:17 2020-06-13] 178: Checking users ** [02:44:17 2020-06-13] 178: Checking user_dbs ** [02:44:17 2020-06-13] 178: Checking geocodings ** [02:44:17 2020-06-13] 178: Checking synchronizations ** [02:44:17 2020-06-13] 178: Checking tracker ** [02:44:17 2020-06-13] 178: Checking user_migrations ** [02:44:17 2020-06-13] 178: Checking batch_updates ** [02:44:17 2020-06-13] 178: Checking gears ** [02:44:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:44:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:22 2020-06-13] 178: Checking imports ** [02:44:22 2020-06-13] 178: Checking exports ** [02:44:22 2020-06-13] 178: Checking users ** [02:44:22 2020-06-13] 178: Checking user_dbs ** [02:44:22 2020-06-13] 178: Checking geocodings ** [02:44:22 2020-06-13] 178: Checking synchronizations ** [02:44:22 2020-06-13] 178: Checking tracker ** [02:44:22 2020-06-13] 178: Checking user_migrations ** [02:44:22 2020-06-13] 178: Checking batch_updates ** [02:44:22 2020-06-13] 178: Checking gears ** [02:44:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:44:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:27 2020-06-13] 178: Checking imports ** [02:44:27 2020-06-13] 178: Checking exports ** [02:44:27 2020-06-13] 178: Checking users ** [02:44:27 2020-06-13] 178: Checking user_dbs ** [02:44:27 2020-06-13] 178: Checking geocodings ** [02:44:27 2020-06-13] 178: Checking synchronizations ** [02:44:27 2020-06-13] 178: Checking tracker ** [02:44:27 2020-06-13] 178: Checking user_migrations ** [02:44:27 2020-06-13] 178: Checking batch_updates ** [02:44:27 2020-06-13] 178: Checking gears ** [02:44:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:44:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:32 2020-06-13] 178: Checking imports ** [02:44:32 2020-06-13] 178: Checking exports ** [02:44:32 2020-06-13] 178: Checking users ** [02:44:32 2020-06-13] 178: Checking user_dbs ** [02:44:32 2020-06-13] 178: Checking geocodings ** [02:44:32 2020-06-13] 178: Checking synchronizations ** [02:44:32 2020-06-13] 178: Checking tracker ** [02:44:32 2020-06-13] 178: Checking user_migrations ** [02:44:32 2020-06-13] 178: Checking batch_updates ** [02:44:32 2020-06-13] 178: Checking gears ** [02:44:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:44:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:37 2020-06-13] 178: Checking imports ** [02:44:37 2020-06-13] 178: Checking exports ** [02:44:37 2020-06-13] 178: Checking users ** [02:44:37 2020-06-13] 178: Checking user_dbs ** [02:44:37 2020-06-13] 178: Checking geocodings ** [02:44:37 2020-06-13] 178: Checking synchronizations ** [02:44:37 2020-06-13] 178: Checking tracker ** [02:44:37 2020-06-13] 178: Checking user_migrations ** [02:44:37 2020-06-13] 178: Checking batch_updates ** [02:44:37 2020-06-13] 178: Checking gears ** [02:44:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:44:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:42 2020-06-13] 178: Checking imports ** [02:44:42 2020-06-13] 178: Checking exports ** [02:44:42 2020-06-13] 178: Checking users ** [02:44:42 2020-06-13] 178: Checking user_dbs ** [02:44:42 2020-06-13] 178: Checking geocodings ** [02:44:42 2020-06-13] 178: Checking synchronizations ** [02:44:42 2020-06-13] 178: Checking tracker ** [02:44:42 2020-06-13] 178: Checking user_migrations ** [02:44:42 2020-06-13] 178: Checking batch_updates ** [02:44:42 2020-06-13] 178: Checking gears ** [02:44:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:44:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:47 2020-06-13] 178: Checking imports ** [02:44:47 2020-06-13] 178: Checking exports ** [02:44:47 2020-06-13] 178: Checking users ** [02:44:47 2020-06-13] 178: Checking user_dbs ** [02:44:47 2020-06-13] 178: Checking geocodings ** [02:44:47 2020-06-13] 178: Checking synchronizations ** [02:44:47 2020-06-13] 178: Checking tracker ** [02:44:47 2020-06-13] 178: Checking user_migrations ** [02:44:47 2020-06-13] 178: Checking batch_updates ** [02:44:47 2020-06-13] 178: Checking gears ** [02:44:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:44:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:52 2020-06-13] 178: Checking imports ** [02:44:52 2020-06-13] 178: Checking exports ** [02:44:52 2020-06-13] 178: Checking users ** [02:44:52 2020-06-13] 178: Checking user_dbs ** [02:44:52 2020-06-13] 178: Checking geocodings ** [02:44:52 2020-06-13] 178: Checking synchronizations ** [02:44:52 2020-06-13] 178: Checking tracker ** [02:44:52 2020-06-13] 178: Checking user_migrations ** [02:44:52 2020-06-13] 178: Checking batch_updates ** [02:44:52 2020-06-13] 178: Checking gears ** [02:44:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:44:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:57 2020-06-13] 178: Checking imports ** [02:44:57 2020-06-13] 178: Checking exports ** [02:44:57 2020-06-13] 178: Checking users ** [02:44:57 2020-06-13] 178: Checking user_dbs ** [02:44:57 2020-06-13] 178: Checking geocodings ** [02:44:57 2020-06-13] 178: Checking synchronizations ** [02:44:57 2020-06-13] 178: Checking tracker ** [02:44:57 2020-06-13] 178: Checking user_migrations ** [02:44:57 2020-06-13] 178: Checking batch_updates ** [02:44:57 2020-06-13] 178: Checking gears ** [02:44:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:44:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:02 2020-06-13] 178: Checking imports ** [02:45:02 2020-06-13] 178: Checking exports ** [02:45:02 2020-06-13] 178: Checking users ** [02:45:02 2020-06-13] 178: Checking user_dbs ** [02:45:02 2020-06-13] 178: Checking geocodings ** [02:45:02 2020-06-13] 178: Checking synchronizations ** [02:45:02 2020-06-13] 178: Checking tracker ** [02:45:02 2020-06-13] 178: Checking user_migrations ** [02:45:02 2020-06-13] 178: Checking batch_updates ** [02:45:02 2020-06-13] 178: Checking gears ** [02:45:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:45:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:07 2020-06-13] 178: Checking imports ** [02:45:07 2020-06-13] 178: Checking exports ** [02:45:07 2020-06-13] 178: Checking users ** [02:45:07 2020-06-13] 178: Checking user_dbs ** [02:45:07 2020-06-13] 178: Checking geocodings ** [02:45:07 2020-06-13] 178: Checking synchronizations ** [02:45:07 2020-06-13] 178: Checking tracker ** [02:45:07 2020-06-13] 178: Checking user_migrations ** [02:45:07 2020-06-13] 178: Checking batch_updates ** [02:45:07 2020-06-13] 178: Checking gears ** [02:45:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:45:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:12 2020-06-13] 178: Checking imports ** [02:45:12 2020-06-13] 178: Checking exports ** [02:45:12 2020-06-13] 178: Checking users ** [02:45:12 2020-06-13] 178: Checking user_dbs ** [02:45:12 2020-06-13] 178: Checking geocodings ** [02:45:12 2020-06-13] 178: Checking synchronizations ** [02:45:12 2020-06-13] 178: Checking tracker ** [02:45:12 2020-06-13] 178: Checking user_migrations ** [02:45:12 2020-06-13] 178: Checking batch_updates ** [02:45:12 2020-06-13] 178: Checking gears ** [02:45:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:45:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:17 2020-06-13] 178: Checking imports ** [02:45:17 2020-06-13] 178: Checking exports ** [02:45:17 2020-06-13] 178: Checking users ** [02:45:17 2020-06-13] 178: Checking user_dbs ** [02:45:17 2020-06-13] 178: Checking geocodings ** [02:45:17 2020-06-13] 178: Checking synchronizations ** [02:45:17 2020-06-13] 178: Checking tracker ** [02:45:17 2020-06-13] 178: Checking user_migrations ** [02:45:17 2020-06-13] 178: Checking batch_updates ** [02:45:17 2020-06-13] 178: Checking gears ** [02:45:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:45:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:22 2020-06-13] 178: Checking imports ** [02:45:22 2020-06-13] 178: Checking exports ** [02:45:22 2020-06-13] 178: Checking users ** [02:45:22 2020-06-13] 178: Checking user_dbs ** [02:45:22 2020-06-13] 178: Checking geocodings ** [02:45:22 2020-06-13] 178: Checking synchronizations ** [02:45:22 2020-06-13] 178: Checking tracker ** [02:45:22 2020-06-13] 178: Checking user_migrations ** [02:45:22 2020-06-13] 178: Checking batch_updates ** [02:45:22 2020-06-13] 178: Checking gears ** [02:45:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:45:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:27 2020-06-13] 178: Checking imports ** [02:45:27 2020-06-13] 178: Checking exports ** [02:45:27 2020-06-13] 178: Checking users ** [02:45:27 2020-06-13] 178: Checking user_dbs ** [02:45:27 2020-06-13] 178: Checking geocodings ** [02:45:27 2020-06-13] 178: Checking synchronizations ** [02:45:27 2020-06-13] 178: Checking tracker ** [02:45:27 2020-06-13] 178: Checking user_migrations ** [02:45:27 2020-06-13] 178: Checking batch_updates ** [02:45:27 2020-06-13] 178: Checking gears ** [02:45:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:45:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:32 2020-06-13] 178: Checking imports ** [02:45:32 2020-06-13] 178: Checking exports ** [02:45:32 2020-06-13] 178: Checking users ** [02:45:32 2020-06-13] 178: Checking user_dbs ** [02:45:32 2020-06-13] 178: Checking geocodings ** [02:45:32 2020-06-13] 178: Checking synchronizations ** [02:45:32 2020-06-13] 178: Checking tracker ** [02:45:32 2020-06-13] 178: Checking user_migrations ** [02:45:32 2020-06-13] 178: Checking batch_updates ** [02:45:32 2020-06-13] 178: Checking gears ** [02:45:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:45:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:37 2020-06-13] 178: Checking imports ** [02:45:37 2020-06-13] 178: Checking exports ** [02:45:37 2020-06-13] 178: Checking users ** [02:45:37 2020-06-13] 178: Checking user_dbs ** [02:45:37 2020-06-13] 178: Checking geocodings ** [02:45:37 2020-06-13] 178: Checking synchronizations ** [02:45:37 2020-06-13] 178: Checking tracker ** [02:45:37 2020-06-13] 178: Checking user_migrations ** [02:45:37 2020-06-13] 178: Checking batch_updates ** [02:45:37 2020-06-13] 178: Checking gears ** [02:45:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:45:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:42 2020-06-13] 178: Checking imports ** [02:45:42 2020-06-13] 178: Checking exports ** [02:45:42 2020-06-13] 178: Checking users ** [02:45:42 2020-06-13] 178: Checking user_dbs ** [02:45:42 2020-06-13] 178: Checking geocodings ** [02:45:42 2020-06-13] 178: Checking synchronizations ** [02:45:42 2020-06-13] 178: Checking tracker ** [02:45:42 2020-06-13] 178: Checking user_migrations ** [02:45:42 2020-06-13] 178: Checking batch_updates ** [02:45:42 2020-06-13] 178: Checking gears ** [02:45:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:45:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:47 2020-06-13] 178: Checking imports ** [02:45:47 2020-06-13] 178: Checking exports ** [02:45:47 2020-06-13] 178: Checking users ** [02:45:47 2020-06-13] 178: Checking user_dbs ** [02:45:47 2020-06-13] 178: Checking geocodings ** [02:45:47 2020-06-13] 178: Checking synchronizations ** [02:45:47 2020-06-13] 178: Checking tracker ** [02:45:47 2020-06-13] 178: Checking user_migrations ** [02:45:47 2020-06-13] 178: Checking batch_updates ** [02:45:47 2020-06-13] 178: Checking gears ** [02:45:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:45:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:52 2020-06-13] 178: Checking imports ** [02:45:52 2020-06-13] 178: Checking exports ** [02:45:52 2020-06-13] 178: Checking users ** [02:45:52 2020-06-13] 178: Checking user_dbs ** [02:45:52 2020-06-13] 178: Checking geocodings ** [02:45:52 2020-06-13] 178: Checking synchronizations ** [02:45:52 2020-06-13] 178: Checking tracker ** [02:45:52 2020-06-13] 178: Checking user_migrations ** [02:45:52 2020-06-13] 178: Checking batch_updates ** [02:45:52 2020-06-13] 178: Checking gears ** [02:45:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:45:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:57 2020-06-13] 178: Checking imports ** [02:45:57 2020-06-13] 178: Checking exports ** [02:45:57 2020-06-13] 178: Checking users ** [02:45:57 2020-06-13] 178: Checking user_dbs ** [02:45:57 2020-06-13] 178: Checking geocodings ** [02:45:57 2020-06-13] 178: Checking synchronizations ** [02:45:57 2020-06-13] 178: Checking tracker ** [02:45:57 2020-06-13] 178: Checking user_migrations ** [02:45:57 2020-06-13] 178: Checking batch_updates ** [02:45:57 2020-06-13] 178: Checking gears ** [02:45:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:45:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:02 2020-06-13] 178: Checking imports ** [02:46:02 2020-06-13] 178: Checking exports ** [02:46:02 2020-06-13] 178: Checking users ** [02:46:02 2020-06-13] 178: Checking user_dbs ** [02:46:02 2020-06-13] 178: Checking geocodings ** [02:46:02 2020-06-13] 178: Checking synchronizations ** [02:46:02 2020-06-13] 178: Checking tracker ** [02:46:02 2020-06-13] 178: Checking user_migrations ** [02:46:02 2020-06-13] 178: Checking batch_updates ** [02:46:02 2020-06-13] 178: Checking gears ** [02:46:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:46:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:07 2020-06-13] 178: Checking imports ** [02:46:07 2020-06-13] 178: Checking exports ** [02:46:07 2020-06-13] 178: Checking users ** [02:46:07 2020-06-13] 178: Checking user_dbs ** [02:46:07 2020-06-13] 178: Checking geocodings ** [02:46:07 2020-06-13] 178: Checking synchronizations ** [02:46:07 2020-06-13] 178: Checking tracker ** [02:46:07 2020-06-13] 178: Checking user_migrations ** [02:46:07 2020-06-13] 178: Checking batch_updates ** [02:46:07 2020-06-13] 178: Checking gears ** [02:46:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:46:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:12 2020-06-13] 178: Checking imports ** [02:46:12 2020-06-13] 178: Checking exports ** [02:46:12 2020-06-13] 178: Checking users ** [02:46:12 2020-06-13] 178: Checking user_dbs ** [02:46:12 2020-06-13] 178: Checking geocodings ** [02:46:12 2020-06-13] 178: Checking synchronizations ** [02:46:12 2020-06-13] 178: Checking tracker ** [02:46:12 2020-06-13] 178: Checking user_migrations ** [02:46:12 2020-06-13] 178: Checking batch_updates ** [02:46:12 2020-06-13] 178: Checking gears ** [02:46:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:46:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:17 2020-06-13] 178: Checking imports ** [02:46:17 2020-06-13] 178: Checking exports ** [02:46:17 2020-06-13] 178: Checking users ** [02:46:17 2020-06-13] 178: Checking user_dbs ** [02:46:17 2020-06-13] 178: Checking geocodings ** [02:46:17 2020-06-13] 178: Checking synchronizations ** [02:46:17 2020-06-13] 178: Checking tracker ** [02:46:17 2020-06-13] 178: Checking user_migrations ** [02:46:17 2020-06-13] 178: Checking batch_updates ** [02:46:17 2020-06-13] 178: Checking gears ** [02:46:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:46:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:22 2020-06-13] 178: Checking imports ** [02:46:22 2020-06-13] 178: Checking exports ** [02:46:22 2020-06-13] 178: Checking users ** [02:46:22 2020-06-13] 178: Checking user_dbs ** [02:46:22 2020-06-13] 178: Checking geocodings ** [02:46:22 2020-06-13] 178: Checking synchronizations ** [02:46:22 2020-06-13] 178: Checking tracker ** [02:46:22 2020-06-13] 178: Checking user_migrations ** [02:46:22 2020-06-13] 178: Checking batch_updates ** [02:46:22 2020-06-13] 178: Checking gears ** [02:46:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:46:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:27 2020-06-13] 178: Checking imports ** [02:46:27 2020-06-13] 178: Checking exports ** [02:46:27 2020-06-13] 178: Checking users ** [02:46:27 2020-06-13] 178: Checking user_dbs ** [02:46:27 2020-06-13] 178: Checking geocodings ** [02:46:27 2020-06-13] 178: Checking synchronizations ** [02:46:27 2020-06-13] 178: Checking tracker ** [02:46:27 2020-06-13] 178: Checking user_migrations ** [02:46:27 2020-06-13] 178: Checking batch_updates ** [02:46:27 2020-06-13] 178: Checking gears ** [02:46:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:46:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:32 2020-06-13] 178: Checking imports ** [02:46:32 2020-06-13] 178: Checking exports ** [02:46:32 2020-06-13] 178: Checking users ** [02:46:32 2020-06-13] 178: Checking user_dbs ** [02:46:32 2020-06-13] 178: Checking geocodings ** [02:46:32 2020-06-13] 178: Checking synchronizations ** [02:46:32 2020-06-13] 178: Checking tracker ** [02:46:32 2020-06-13] 178: Checking user_migrations ** [02:46:32 2020-06-13] 178: Checking batch_updates ** [02:46:32 2020-06-13] 178: Checking gears ** [02:46:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:46:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:37 2020-06-13] 178: Checking imports ** [02:46:37 2020-06-13] 178: Checking exports ** [02:46:37 2020-06-13] 178: Checking users ** [02:46:37 2020-06-13] 178: Checking user_dbs ** [02:46:37 2020-06-13] 178: Checking geocodings ** [02:46:37 2020-06-13] 178: Checking synchronizations ** [02:46:37 2020-06-13] 178: Checking tracker ** [02:46:37 2020-06-13] 178: Checking user_migrations ** [02:46:37 2020-06-13] 178: Checking batch_updates ** [02:46:37 2020-06-13] 178: Checking gears ** [02:46:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:46:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:42 2020-06-13] 178: Checking imports ** [02:46:42 2020-06-13] 178: Checking exports ** [02:46:42 2020-06-13] 178: Checking users ** [02:46:42 2020-06-13] 178: Checking user_dbs ** [02:46:42 2020-06-13] 178: Checking geocodings ** [02:46:42 2020-06-13] 178: Checking synchronizations ** [02:46:42 2020-06-13] 178: Checking tracker ** [02:46:42 2020-06-13] 178: Checking user_migrations ** [02:46:42 2020-06-13] 178: Checking batch_updates ** [02:46:42 2020-06-13] 178: Checking gears ** [02:46:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:46:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:47 2020-06-13] 178: Checking imports ** [02:46:47 2020-06-13] 178: Checking exports ** [02:46:47 2020-06-13] 178: Checking users ** [02:46:47 2020-06-13] 178: Checking user_dbs ** [02:46:47 2020-06-13] 178: Checking geocodings ** [02:46:47 2020-06-13] 178: Checking synchronizations ** [02:46:47 2020-06-13] 178: Checking tracker ** [02:46:47 2020-06-13] 178: Checking user_migrations ** [02:46:47 2020-06-13] 178: Checking batch_updates ** [02:46:47 2020-06-13] 178: Checking gears ** [02:46:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:46:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:52 2020-06-13] 178: Checking imports ** [02:46:52 2020-06-13] 178: Checking exports ** [02:46:52 2020-06-13] 178: Checking users ** [02:46:52 2020-06-13] 178: Checking user_dbs ** [02:46:52 2020-06-13] 178: Checking geocodings ** [02:46:52 2020-06-13] 178: Checking synchronizations ** [02:46:52 2020-06-13] 178: Checking tracker ** [02:46:52 2020-06-13] 178: Checking user_migrations ** [02:46:52 2020-06-13] 178: Checking batch_updates ** [02:46:52 2020-06-13] 178: Checking gears ** [02:46:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:46:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:57 2020-06-13] 178: Checking imports ** [02:46:57 2020-06-13] 178: Checking exports ** [02:46:57 2020-06-13] 178: Checking users ** [02:46:57 2020-06-13] 178: Checking user_dbs ** [02:46:57 2020-06-13] 178: Checking geocodings ** [02:46:57 2020-06-13] 178: Checking synchronizations ** [02:46:57 2020-06-13] 178: Checking tracker ** [02:46:57 2020-06-13] 178: Checking user_migrations ** [02:46:57 2020-06-13] 178: Checking batch_updates ** [02:46:57 2020-06-13] 178: Checking gears ** [02:46:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:46:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:02 2020-06-13] 178: Checking imports ** [02:47:02 2020-06-13] 178: Checking exports ** [02:47:02 2020-06-13] 178: Checking users ** [02:47:02 2020-06-13] 178: Checking user_dbs ** [02:47:02 2020-06-13] 178: Checking geocodings ** [02:47:02 2020-06-13] 178: Checking synchronizations ** [02:47:02 2020-06-13] 178: Checking tracker ** [02:47:02 2020-06-13] 178: Checking user_migrations ** [02:47:02 2020-06-13] 178: Checking batch_updates ** [02:47:02 2020-06-13] 178: Checking gears ** [02:47:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:47:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:07 2020-06-13] 178: Checking imports ** [02:47:07 2020-06-13] 178: Checking exports ** [02:47:07 2020-06-13] 178: Checking users ** [02:47:07 2020-06-13] 178: Checking user_dbs ** [02:47:07 2020-06-13] 178: Checking geocodings ** [02:47:07 2020-06-13] 178: Checking synchronizations ** [02:47:07 2020-06-13] 178: Checking tracker ** [02:47:07 2020-06-13] 178: Checking user_migrations ** [02:47:07 2020-06-13] 178: Checking batch_updates ** [02:47:07 2020-06-13] 178: Checking gears ** [02:47:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:47:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:12 2020-06-13] 178: Checking imports ** [02:47:12 2020-06-13] 178: Checking exports ** [02:47:12 2020-06-13] 178: Checking users ** [02:47:12 2020-06-13] 178: Checking user_dbs ** [02:47:12 2020-06-13] 178: Checking geocodings ** [02:47:12 2020-06-13] 178: Checking synchronizations ** [02:47:12 2020-06-13] 178: Checking tracker ** [02:47:12 2020-06-13] 178: Checking user_migrations ** [02:47:12 2020-06-13] 178: Checking batch_updates ** [02:47:12 2020-06-13] 178: Checking gears ** [02:47:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:47:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:17 2020-06-13] 178: Checking imports ** [02:47:17 2020-06-13] 178: Checking exports ** [02:47:17 2020-06-13] 178: Checking users ** [02:47:17 2020-06-13] 178: Checking user_dbs ** [02:47:17 2020-06-13] 178: Checking geocodings ** [02:47:17 2020-06-13] 178: Checking synchronizations ** [02:47:17 2020-06-13] 178: Checking tracker ** [02:47:17 2020-06-13] 178: Checking user_migrations ** [02:47:17 2020-06-13] 178: Checking batch_updates ** [02:47:17 2020-06-13] 178: Checking gears ** [02:47:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:47:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:22 2020-06-13] 178: Checking imports ** [02:47:22 2020-06-13] 178: Checking exports ** [02:47:22 2020-06-13] 178: Checking users ** [02:47:22 2020-06-13] 178: Checking user_dbs ** [02:47:22 2020-06-13] 178: Checking geocodings ** [02:47:22 2020-06-13] 178: Checking synchronizations ** [02:47:22 2020-06-13] 178: Checking tracker ** [02:47:22 2020-06-13] 178: Checking user_migrations ** [02:47:22 2020-06-13] 178: Checking batch_updates ** [02:47:22 2020-06-13] 178: Checking gears ** [02:47:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:47:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:27 2020-06-13] 178: Checking imports ** [02:47:27 2020-06-13] 178: Checking exports ** [02:47:27 2020-06-13] 178: Checking users ** [02:47:27 2020-06-13] 178: Checking user_dbs ** [02:47:27 2020-06-13] 178: Checking geocodings ** [02:47:27 2020-06-13] 178: Checking synchronizations ** [02:47:27 2020-06-13] 178: Checking tracker ** [02:47:27 2020-06-13] 178: Checking user_migrations ** [02:47:27 2020-06-13] 178: Checking batch_updates ** [02:47:27 2020-06-13] 178: Checking gears ** [02:47:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:47:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:32 2020-06-13] 178: Checking imports ** [02:47:32 2020-06-13] 178: Checking exports ** [02:47:32 2020-06-13] 178: Checking users ** [02:47:32 2020-06-13] 178: Checking user_dbs ** [02:47:32 2020-06-13] 178: Checking geocodings ** [02:47:32 2020-06-13] 178: Checking synchronizations ** [02:47:32 2020-06-13] 178: Checking tracker ** [02:47:32 2020-06-13] 178: Checking user_migrations ** [02:47:32 2020-06-13] 178: Checking batch_updates ** [02:47:32 2020-06-13] 178: Checking gears ** [02:47:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:47:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:37 2020-06-13] 178: Checking imports ** [02:47:37 2020-06-13] 178: Checking exports ** [02:47:37 2020-06-13] 178: Checking users ** [02:47:37 2020-06-13] 178: Checking user_dbs ** [02:47:37 2020-06-13] 178: Checking geocodings ** [02:47:37 2020-06-13] 178: Checking synchronizations ** [02:47:37 2020-06-13] 178: Checking tracker ** [02:47:37 2020-06-13] 178: Checking user_migrations ** [02:47:37 2020-06-13] 178: Checking batch_updates ** [02:47:37 2020-06-13] 178: Checking gears ** [02:47:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:47:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:42 2020-06-13] 178: Checking imports ** [02:47:42 2020-06-13] 178: Checking exports ** [02:47:42 2020-06-13] 178: Checking users ** [02:47:42 2020-06-13] 178: Checking user_dbs ** [02:47:42 2020-06-13] 178: Checking geocodings ** [02:47:42 2020-06-13] 178: Checking synchronizations ** [02:47:42 2020-06-13] 178: Checking tracker ** [02:47:42 2020-06-13] 178: Checking user_migrations ** [02:47:42 2020-06-13] 178: Checking batch_updates ** [02:47:42 2020-06-13] 178: Checking gears ** [02:47:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:47:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:47 2020-06-13] 178: Checking imports ** [02:47:47 2020-06-13] 178: Checking exports ** [02:47:47 2020-06-13] 178: Checking users ** [02:47:47 2020-06-13] 178: Checking user_dbs ** [02:47:47 2020-06-13] 178: Checking geocodings ** [02:47:47 2020-06-13] 178: Checking synchronizations ** [02:47:47 2020-06-13] 178: Checking tracker ** [02:47:47 2020-06-13] 178: Checking user_migrations ** [02:47:47 2020-06-13] 178: Checking batch_updates ** [02:47:47 2020-06-13] 178: Checking gears ** [02:47:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:47:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:52 2020-06-13] 178: Checking imports ** [02:47:52 2020-06-13] 178: Checking exports ** [02:47:52 2020-06-13] 178: Checking users ** [02:47:52 2020-06-13] 178: Checking user_dbs ** [02:47:52 2020-06-13] 178: Checking geocodings ** [02:47:52 2020-06-13] 178: Checking synchronizations ** [02:47:52 2020-06-13] 178: Checking tracker ** [02:47:52 2020-06-13] 178: Checking user_migrations ** [02:47:52 2020-06-13] 178: Checking batch_updates ** [02:47:52 2020-06-13] 178: Checking gears ** [02:47:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:47:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:57 2020-06-13] 178: Checking imports ** [02:47:57 2020-06-13] 178: Checking exports ** [02:47:57 2020-06-13] 178: Checking users ** [02:47:57 2020-06-13] 178: Checking user_dbs ** [02:47:57 2020-06-13] 178: Checking geocodings ** [02:47:57 2020-06-13] 178: Checking synchronizations ** [02:47:57 2020-06-13] 178: Checking tracker ** [02:47:57 2020-06-13] 178: Checking user_migrations ** [02:47:57 2020-06-13] 178: Checking batch_updates ** [02:47:57 2020-06-13] 178: Checking gears ** [02:47:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:47:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:02 2020-06-13] 178: Checking imports ** [02:48:02 2020-06-13] 178: Checking exports ** [02:48:02 2020-06-13] 178: Checking users ** [02:48:02 2020-06-13] 178: Checking user_dbs ** [02:48:02 2020-06-13] 178: Checking geocodings ** [02:48:02 2020-06-13] 178: Checking synchronizations ** [02:48:02 2020-06-13] 178: Checking tracker ** [02:48:02 2020-06-13] 178: Checking user_migrations ** [02:48:02 2020-06-13] 178: Checking batch_updates ** [02:48:02 2020-06-13] 178: Checking gears ** [02:48:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:48:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:07 2020-06-13] 178: Checking imports ** [02:48:07 2020-06-13] 178: Checking exports ** [02:48:07 2020-06-13] 178: Checking users ** [02:48:07 2020-06-13] 178: Checking user_dbs ** [02:48:07 2020-06-13] 178: Checking geocodings ** [02:48:07 2020-06-13] 178: Checking synchronizations ** [02:48:07 2020-06-13] 178: Checking tracker ** [02:48:07 2020-06-13] 178: Checking user_migrations ** [02:48:07 2020-06-13] 178: Checking batch_updates ** [02:48:07 2020-06-13] 178: Checking gears ** [02:48:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:48:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:12 2020-06-13] 178: Checking imports ** [02:48:12 2020-06-13] 178: Checking exports ** [02:48:12 2020-06-13] 178: Checking users ** [02:48:12 2020-06-13] 178: Checking user_dbs ** [02:48:12 2020-06-13] 178: Checking geocodings ** [02:48:12 2020-06-13] 178: Checking synchronizations ** [02:48:12 2020-06-13] 178: Checking tracker ** [02:48:12 2020-06-13] 178: Checking user_migrations ** [02:48:12 2020-06-13] 178: Checking batch_updates ** [02:48:12 2020-06-13] 178: Checking gears ** [02:48:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:48:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:17 2020-06-13] 178: Checking imports ** [02:48:17 2020-06-13] 178: Checking exports ** [02:48:17 2020-06-13] 178: Checking users ** [02:48:17 2020-06-13] 178: Checking user_dbs ** [02:48:17 2020-06-13] 178: Checking geocodings ** [02:48:17 2020-06-13] 178: Checking synchronizations ** [02:48:17 2020-06-13] 178: Checking tracker ** [02:48:17 2020-06-13] 178: Checking user_migrations ** [02:48:17 2020-06-13] 178: Checking batch_updates ** [02:48:17 2020-06-13] 178: Checking gears ** [02:48:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:48:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:22 2020-06-13] 178: Checking imports ** [02:48:22 2020-06-13] 178: Checking exports ** [02:48:22 2020-06-13] 178: Checking users ** [02:48:22 2020-06-13] 178: Checking user_dbs ** [02:48:22 2020-06-13] 178: Checking geocodings ** [02:48:22 2020-06-13] 178: Checking synchronizations ** [02:48:22 2020-06-13] 178: Checking tracker ** [02:48:22 2020-06-13] 178: Checking user_migrations ** [02:48:22 2020-06-13] 178: Checking batch_updates ** [02:48:22 2020-06-13] 178: Checking gears ** [02:48:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:48:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:27 2020-06-13] 178: Checking imports ** [02:48:27 2020-06-13] 178: Checking exports ** [02:48:27 2020-06-13] 178: Checking users ** [02:48:27 2020-06-13] 178: Checking user_dbs ** [02:48:27 2020-06-13] 178: Checking geocodings ** [02:48:27 2020-06-13] 178: Checking synchronizations ** [02:48:27 2020-06-13] 178: Checking tracker ** [02:48:27 2020-06-13] 178: Checking user_migrations ** [02:48:27 2020-06-13] 178: Checking batch_updates ** [02:48:27 2020-06-13] 178: Checking gears ** [02:48:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:48:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:32 2020-06-13] 178: Checking imports ** [02:48:32 2020-06-13] 178: Checking exports ** [02:48:32 2020-06-13] 178: Checking users ** [02:48:32 2020-06-13] 178: Checking user_dbs ** [02:48:32 2020-06-13] 178: Checking geocodings ** [02:48:32 2020-06-13] 178: Checking synchronizations ** [02:48:32 2020-06-13] 178: Checking tracker ** [02:48:32 2020-06-13] 178: Checking user_migrations ** [02:48:32 2020-06-13] 178: Checking batch_updates ** [02:48:32 2020-06-13] 178: Checking gears ** [02:48:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:48:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:37 2020-06-13] 178: Checking imports ** [02:48:37 2020-06-13] 178: Checking exports ** [02:48:37 2020-06-13] 178: Checking users ** [02:48:37 2020-06-13] 178: Checking user_dbs ** [02:48:37 2020-06-13] 178: Checking geocodings ** [02:48:37 2020-06-13] 178: Checking synchronizations ** [02:48:37 2020-06-13] 178: Checking tracker ** [02:48:37 2020-06-13] 178: Checking user_migrations ** [02:48:37 2020-06-13] 178: Checking batch_updates ** [02:48:37 2020-06-13] 178: Checking gears ** [02:48:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:48:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:42 2020-06-13] 178: Checking imports ** [02:48:42 2020-06-13] 178: Checking exports ** [02:48:42 2020-06-13] 178: Checking users ** [02:48:42 2020-06-13] 178: Checking user_dbs ** [02:48:42 2020-06-13] 178: Checking geocodings ** [02:48:42 2020-06-13] 178: Checking synchronizations ** [02:48:42 2020-06-13] 178: Checking tracker ** [02:48:42 2020-06-13] 178: Checking user_migrations ** [02:48:42 2020-06-13] 178: Checking batch_updates ** [02:48:42 2020-06-13] 178: Checking gears ** [02:48:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:48:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:47 2020-06-13] 178: Checking imports ** [02:48:47 2020-06-13] 178: Checking exports ** [02:48:47 2020-06-13] 178: Checking users ** [02:48:47 2020-06-13] 178: Checking user_dbs ** [02:48:47 2020-06-13] 178: Checking geocodings ** [02:48:47 2020-06-13] 178: Checking synchronizations ** [02:48:47 2020-06-13] 178: Checking tracker ** [02:48:47 2020-06-13] 178: Checking user_migrations ** [02:48:47 2020-06-13] 178: Checking batch_updates ** [02:48:47 2020-06-13] 178: Checking gears ** [02:48:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:48:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:52 2020-06-13] 178: Checking imports ** [02:48:52 2020-06-13] 178: Checking exports ** [02:48:52 2020-06-13] 178: Checking users ** [02:48:52 2020-06-13] 178: Checking user_dbs ** [02:48:52 2020-06-13] 178: Checking geocodings ** [02:48:52 2020-06-13] 178: Checking synchronizations ** [02:48:52 2020-06-13] 178: Checking tracker ** [02:48:52 2020-06-13] 178: Checking user_migrations ** [02:48:52 2020-06-13] 178: Checking batch_updates ** [02:48:52 2020-06-13] 178: Checking gears ** [02:48:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:48:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:57 2020-06-13] 178: Checking imports ** [02:48:57 2020-06-13] 178: Checking exports ** [02:48:57 2020-06-13] 178: Checking users ** [02:48:57 2020-06-13] 178: Checking user_dbs ** [02:48:57 2020-06-13] 178: Checking geocodings ** [02:48:57 2020-06-13] 178: Checking synchronizations ** [02:48:57 2020-06-13] 178: Checking tracker ** [02:48:57 2020-06-13] 178: Checking user_migrations ** [02:48:57 2020-06-13] 178: Checking batch_updates ** [02:48:57 2020-06-13] 178: Checking gears ** [02:48:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:48:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:02 2020-06-13] 178: Checking imports ** [02:49:02 2020-06-13] 178: Checking exports ** [02:49:02 2020-06-13] 178: Checking users ** [02:49:02 2020-06-13] 178: Checking user_dbs ** [02:49:02 2020-06-13] 178: Checking geocodings ** [02:49:02 2020-06-13] 178: Checking synchronizations ** [02:49:02 2020-06-13] 178: Checking tracker ** [02:49:02 2020-06-13] 178: Checking user_migrations ** [02:49:02 2020-06-13] 178: Checking batch_updates ** [02:49:02 2020-06-13] 178: Checking gears ** [02:49:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:49:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:07 2020-06-13] 178: Checking imports ** [02:49:07 2020-06-13] 178: Checking exports ** [02:49:07 2020-06-13] 178: Checking users ** [02:49:07 2020-06-13] 178: Checking user_dbs ** [02:49:07 2020-06-13] 178: Checking geocodings ** [02:49:07 2020-06-13] 178: Checking synchronizations ** [02:49:07 2020-06-13] 178: Checking tracker ** [02:49:07 2020-06-13] 178: Checking user_migrations ** [02:49:07 2020-06-13] 178: Checking batch_updates ** [02:49:07 2020-06-13] 178: Checking gears ** [02:49:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:49:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:12 2020-06-13] 178: Checking imports ** [02:49:12 2020-06-13] 178: Checking exports ** [02:49:12 2020-06-13] 178: Checking users ** [02:49:12 2020-06-13] 178: Checking user_dbs ** [02:49:12 2020-06-13] 178: Checking geocodings ** [02:49:12 2020-06-13] 178: Checking synchronizations ** [02:49:12 2020-06-13] 178: Checking tracker ** [02:49:12 2020-06-13] 178: Checking user_migrations ** [02:49:12 2020-06-13] 178: Checking batch_updates ** [02:49:12 2020-06-13] 178: Checking gears ** [02:49:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:49:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:17 2020-06-13] 178: Checking imports ** [02:49:17 2020-06-13] 178: Checking exports ** [02:49:17 2020-06-13] 178: Checking users ** [02:49:17 2020-06-13] 178: Checking user_dbs ** [02:49:17 2020-06-13] 178: Checking geocodings ** [02:49:17 2020-06-13] 178: Checking synchronizations ** [02:49:17 2020-06-13] 178: Checking tracker ** [02:49:17 2020-06-13] 178: Checking user_migrations ** [02:49:17 2020-06-13] 178: Checking batch_updates ** [02:49:17 2020-06-13] 178: Checking gears ** [02:49:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:49:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:22 2020-06-13] 178: Checking imports ** [02:49:22 2020-06-13] 178: Checking exports ** [02:49:22 2020-06-13] 178: Checking users ** [02:49:22 2020-06-13] 178: Checking user_dbs ** [02:49:22 2020-06-13] 178: Checking geocodings ** [02:49:22 2020-06-13] 178: Checking synchronizations ** [02:49:22 2020-06-13] 178: Checking tracker ** [02:49:22 2020-06-13] 178: Checking user_migrations ** [02:49:22 2020-06-13] 178: Checking batch_updates ** [02:49:22 2020-06-13] 178: Checking gears ** [02:49:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:49:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:27 2020-06-13] 178: Checking imports ** [02:49:27 2020-06-13] 178: Checking exports ** [02:49:27 2020-06-13] 178: Checking users ** [02:49:27 2020-06-13] 178: Checking user_dbs ** [02:49:27 2020-06-13] 178: Checking geocodings ** [02:49:27 2020-06-13] 178: Checking synchronizations ** [02:49:27 2020-06-13] 178: Checking tracker ** [02:49:27 2020-06-13] 178: Checking user_migrations ** [02:49:27 2020-06-13] 178: Checking batch_updates ** [02:49:27 2020-06-13] 178: Checking gears ** [02:49:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:49:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:32 2020-06-13] 178: Checking imports ** [02:49:32 2020-06-13] 178: Checking exports ** [02:49:32 2020-06-13] 178: Checking users ** [02:49:32 2020-06-13] 178: Checking user_dbs ** [02:49:32 2020-06-13] 178: Checking geocodings ** [02:49:32 2020-06-13] 178: Checking synchronizations ** [02:49:32 2020-06-13] 178: Checking tracker ** [02:49:32 2020-06-13] 178: Checking user_migrations ** [02:49:32 2020-06-13] 178: Checking batch_updates ** [02:49:32 2020-06-13] 178: Checking gears ** [02:49:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:49:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:37 2020-06-13] 178: Checking imports ** [02:49:37 2020-06-13] 178: Checking exports ** [02:49:37 2020-06-13] 178: Checking users ** [02:49:37 2020-06-13] 178: Checking user_dbs ** [02:49:37 2020-06-13] 178: Checking geocodings ** [02:49:37 2020-06-13] 178: Checking synchronizations ** [02:49:37 2020-06-13] 178: Checking tracker ** [02:49:37 2020-06-13] 178: Checking user_migrations ** [02:49:37 2020-06-13] 178: Checking batch_updates ** [02:49:37 2020-06-13] 178: Checking gears ** [02:49:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:49:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:42 2020-06-13] 178: Checking imports ** [02:49:42 2020-06-13] 178: Checking exports ** [02:49:42 2020-06-13] 178: Checking users ** [02:49:42 2020-06-13] 178: Checking user_dbs ** [02:49:42 2020-06-13] 178: Checking geocodings ** [02:49:42 2020-06-13] 178: Checking synchronizations ** [02:49:42 2020-06-13] 178: Checking tracker ** [02:49:42 2020-06-13] 178: Checking user_migrations ** [02:49:42 2020-06-13] 178: Checking batch_updates ** [02:49:42 2020-06-13] 178: Checking gears ** [02:49:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:49:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:47 2020-06-13] 178: Checking imports ** [02:49:47 2020-06-13] 178: Checking exports ** [02:49:47 2020-06-13] 178: Checking users ** [02:49:47 2020-06-13] 178: Checking user_dbs ** [02:49:47 2020-06-13] 178: Checking geocodings ** [02:49:47 2020-06-13] 178: Checking synchronizations ** [02:49:47 2020-06-13] 178: Checking tracker ** [02:49:47 2020-06-13] 178: Checking user_migrations ** [02:49:47 2020-06-13] 178: Checking batch_updates ** [02:49:47 2020-06-13] 178: Checking gears ** [02:49:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:49:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:52 2020-06-13] 178: Checking imports ** [02:49:52 2020-06-13] 178: Checking exports ** [02:49:52 2020-06-13] 178: Checking users ** [02:49:52 2020-06-13] 178: Checking user_dbs ** [02:49:52 2020-06-13] 178: Checking geocodings ** [02:49:52 2020-06-13] 178: Checking synchronizations ** [02:49:52 2020-06-13] 178: Checking tracker ** [02:49:52 2020-06-13] 178: Checking user_migrations ** [02:49:52 2020-06-13] 178: Checking batch_updates ** [02:49:52 2020-06-13] 178: Checking gears ** [02:49:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:49:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:57 2020-06-13] 178: Checking imports ** [02:49:57 2020-06-13] 178: Checking exports ** [02:49:57 2020-06-13] 178: Checking users ** [02:49:57 2020-06-13] 178: Checking user_dbs ** [02:49:57 2020-06-13] 178: Checking geocodings ** [02:49:57 2020-06-13] 178: Checking synchronizations ** [02:49:57 2020-06-13] 178: Checking tracker ** [02:49:57 2020-06-13] 178: Checking user_migrations ** [02:49:57 2020-06-13] 178: Checking batch_updates ** [02:49:57 2020-06-13] 178: Checking gears ** [02:49:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:49:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:02 2020-06-13] 178: Checking imports ** [02:50:02 2020-06-13] 178: Checking exports ** [02:50:02 2020-06-13] 178: Checking users ** [02:50:02 2020-06-13] 178: Checking user_dbs ** [02:50:02 2020-06-13] 178: Checking geocodings ** [02:50:02 2020-06-13] 178: Checking synchronizations ** [02:50:02 2020-06-13] 178: Checking tracker ** [02:50:02 2020-06-13] 178: Checking user_migrations ** [02:50:02 2020-06-13] 178: Checking batch_updates ** [02:50:02 2020-06-13] 178: Checking gears ** [02:50:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:50:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:07 2020-06-13] 178: Checking imports ** [02:50:07 2020-06-13] 178: Checking exports ** [02:50:07 2020-06-13] 178: Checking users ** [02:50:07 2020-06-13] 178: Checking user_dbs ** [02:50:07 2020-06-13] 178: Checking geocodings ** [02:50:07 2020-06-13] 178: Checking synchronizations ** [02:50:07 2020-06-13] 178: Checking tracker ** [02:50:07 2020-06-13] 178: Checking user_migrations ** [02:50:07 2020-06-13] 178: Checking batch_updates ** [02:50:07 2020-06-13] 178: Checking gears ** [02:50:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:50:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:12 2020-06-13] 178: Checking imports ** [02:50:12 2020-06-13] 178: Checking exports ** [02:50:12 2020-06-13] 178: Checking users ** [02:50:12 2020-06-13] 178: Checking user_dbs ** [02:50:12 2020-06-13] 178: Checking geocodings ** [02:50:12 2020-06-13] 178: Checking synchronizations ** [02:50:12 2020-06-13] 178: Checking tracker ** [02:50:12 2020-06-13] 178: Checking user_migrations ** [02:50:12 2020-06-13] 178: Checking batch_updates ** [02:50:12 2020-06-13] 178: Checking gears ** [02:50:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:50:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:17 2020-06-13] 178: Checking imports ** [02:50:17 2020-06-13] 178: Checking exports ** [02:50:17 2020-06-13] 178: Checking users ** [02:50:17 2020-06-13] 178: Checking user_dbs ** [02:50:17 2020-06-13] 178: Checking geocodings ** [02:50:17 2020-06-13] 178: Checking synchronizations ** [02:50:17 2020-06-13] 178: Checking tracker ** [02:50:17 2020-06-13] 178: Checking user_migrations ** [02:50:17 2020-06-13] 178: Checking batch_updates ** [02:50:17 2020-06-13] 178: Checking gears ** [02:50:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:50:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:22 2020-06-13] 178: Checking imports ** [02:50:22 2020-06-13] 178: Checking exports ** [02:50:22 2020-06-13] 178: Checking users ** [02:50:22 2020-06-13] 178: Checking user_dbs ** [02:50:22 2020-06-13] 178: Checking geocodings ** [02:50:22 2020-06-13] 178: Checking synchronizations ** [02:50:22 2020-06-13] 178: Checking tracker ** [02:50:22 2020-06-13] 178: Checking user_migrations ** [02:50:22 2020-06-13] 178: Checking batch_updates ** [02:50:22 2020-06-13] 178: Checking gears ** [02:50:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:50:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:27 2020-06-13] 178: Checking imports ** [02:50:27 2020-06-13] 178: Checking exports ** [02:50:27 2020-06-13] 178: Checking users ** [02:50:27 2020-06-13] 178: Checking user_dbs ** [02:50:27 2020-06-13] 178: Checking geocodings ** [02:50:27 2020-06-13] 178: Checking synchronizations ** [02:50:27 2020-06-13] 178: Checking tracker ** [02:50:27 2020-06-13] 178: Checking user_migrations ** [02:50:27 2020-06-13] 178: Checking batch_updates ** [02:50:27 2020-06-13] 178: Checking gears ** [02:50:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:50:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:32 2020-06-13] 178: Checking imports ** [02:50:32 2020-06-13] 178: Checking exports ** [02:50:32 2020-06-13] 178: Checking users ** [02:50:32 2020-06-13] 178: Checking user_dbs ** [02:50:32 2020-06-13] 178: Checking geocodings ** [02:50:32 2020-06-13] 178: Checking synchronizations ** [02:50:32 2020-06-13] 178: Checking tracker ** [02:50:32 2020-06-13] 178: Checking user_migrations ** [02:50:32 2020-06-13] 178: Checking batch_updates ** [02:50:32 2020-06-13] 178: Checking gears ** [02:50:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:50:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:37 2020-06-13] 178: Checking imports ** [02:50:37 2020-06-13] 178: Checking exports ** [02:50:37 2020-06-13] 178: Checking users ** [02:50:37 2020-06-13] 178: Checking user_dbs ** [02:50:37 2020-06-13] 178: Checking geocodings ** [02:50:37 2020-06-13] 178: Checking synchronizations ** [02:50:37 2020-06-13] 178: Checking tracker ** [02:50:37 2020-06-13] 178: Checking user_migrations ** [02:50:37 2020-06-13] 178: Checking batch_updates ** [02:50:37 2020-06-13] 178: Checking gears ** [02:50:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:50:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:42 2020-06-13] 178: Checking imports ** [02:50:42 2020-06-13] 178: Checking exports ** [02:50:42 2020-06-13] 178: Checking users ** [02:50:42 2020-06-13] 178: Checking user_dbs ** [02:50:42 2020-06-13] 178: Checking geocodings ** [02:50:42 2020-06-13] 178: Checking synchronizations ** [02:50:42 2020-06-13] 178: Checking tracker ** [02:50:42 2020-06-13] 178: Checking user_migrations ** [02:50:42 2020-06-13] 178: Checking batch_updates ** [02:50:42 2020-06-13] 178: Checking gears ** [02:50:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:50:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:47 2020-06-13] 178: Checking imports ** [02:50:47 2020-06-13] 178: Checking exports ** [02:50:47 2020-06-13] 178: Checking users ** [02:50:47 2020-06-13] 178: Checking user_dbs ** [02:50:47 2020-06-13] 178: Checking geocodings ** [02:50:47 2020-06-13] 178: Checking synchronizations ** [02:50:47 2020-06-13] 178: Checking tracker ** [02:50:47 2020-06-13] 178: Checking user_migrations ** [02:50:47 2020-06-13] 178: Checking batch_updates ** [02:50:47 2020-06-13] 178: Checking gears ** [02:50:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:50:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:52 2020-06-13] 178: Checking imports ** [02:50:52 2020-06-13] 178: Checking exports ** [02:50:52 2020-06-13] 178: Checking users ** [02:50:52 2020-06-13] 178: Checking user_dbs ** [02:50:52 2020-06-13] 178: Checking geocodings ** [02:50:52 2020-06-13] 178: Checking synchronizations ** [02:50:52 2020-06-13] 178: Checking tracker ** [02:50:52 2020-06-13] 178: Checking user_migrations ** [02:50:52 2020-06-13] 178: Checking batch_updates ** [02:50:52 2020-06-13] 178: Checking gears ** [02:50:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:50:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:57 2020-06-13] 178: Checking imports ** [02:50:57 2020-06-13] 178: Checking exports ** [02:50:57 2020-06-13] 178: Checking users ** [02:50:57 2020-06-13] 178: Checking user_dbs ** [02:50:57 2020-06-13] 178: Checking geocodings ** [02:50:57 2020-06-13] 178: Checking synchronizations ** [02:50:57 2020-06-13] 178: Checking tracker ** [02:50:57 2020-06-13] 178: Checking user_migrations ** [02:50:57 2020-06-13] 178: Checking batch_updates ** [02:50:57 2020-06-13] 178: Checking gears ** [02:50:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:50:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:02 2020-06-13] 178: Checking imports ** [02:51:02 2020-06-13] 178: Checking exports ** [02:51:02 2020-06-13] 178: Checking users ** [02:51:02 2020-06-13] 178: Checking user_dbs ** [02:51:02 2020-06-13] 178: Checking geocodings ** [02:51:02 2020-06-13] 178: Checking synchronizations ** [02:51:02 2020-06-13] 178: Checking tracker ** [02:51:02 2020-06-13] 178: Checking user_migrations ** [02:51:02 2020-06-13] 178: Checking batch_updates ** [02:51:02 2020-06-13] 178: Checking gears ** [02:51:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:51:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:07 2020-06-13] 178: Checking imports ** [02:51:07 2020-06-13] 178: Checking exports ** [02:51:07 2020-06-13] 178: Checking users ** [02:51:07 2020-06-13] 178: Checking user_dbs ** [02:51:07 2020-06-13] 178: Checking geocodings ** [02:51:07 2020-06-13] 178: Checking synchronizations ** [02:51:07 2020-06-13] 178: Checking tracker ** [02:51:07 2020-06-13] 178: Checking user_migrations ** [02:51:07 2020-06-13] 178: Checking batch_updates ** [02:51:07 2020-06-13] 178: Checking gears ** [02:51:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:51:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:12 2020-06-13] 178: Checking imports ** [02:51:12 2020-06-13] 178: Checking exports ** [02:51:12 2020-06-13] 178: Checking users ** [02:51:12 2020-06-13] 178: Checking user_dbs ** [02:51:12 2020-06-13] 178: Checking geocodings ** [02:51:12 2020-06-13] 178: Checking synchronizations ** [02:51:12 2020-06-13] 178: Checking tracker ** [02:51:12 2020-06-13] 178: Checking user_migrations ** [02:51:12 2020-06-13] 178: Checking batch_updates ** [02:51:12 2020-06-13] 178: Checking gears ** [02:51:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:51:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:17 2020-06-13] 178: Checking imports ** [02:51:17 2020-06-13] 178: Checking exports ** [02:51:17 2020-06-13] 178: Checking users ** [02:51:17 2020-06-13] 178: Checking user_dbs ** [02:51:17 2020-06-13] 178: Checking geocodings ** [02:51:17 2020-06-13] 178: Checking synchronizations ** [02:51:17 2020-06-13] 178: Checking tracker ** [02:51:17 2020-06-13] 178: Checking user_migrations ** [02:51:17 2020-06-13] 178: Checking batch_updates ** [02:51:17 2020-06-13] 178: Checking gears ** [02:51:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:51:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:22 2020-06-13] 178: Checking imports ** [02:51:22 2020-06-13] 178: Checking exports ** [02:51:22 2020-06-13] 178: Checking users ** [02:51:22 2020-06-13] 178: Checking user_dbs ** [02:51:22 2020-06-13] 178: Checking geocodings ** [02:51:22 2020-06-13] 178: Checking synchronizations ** [02:51:22 2020-06-13] 178: Checking tracker ** [02:51:22 2020-06-13] 178: Checking user_migrations ** [02:51:22 2020-06-13] 178: Checking batch_updates ** [02:51:22 2020-06-13] 178: Checking gears ** [02:51:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:51:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:27 2020-06-13] 178: Checking imports ** [02:51:27 2020-06-13] 178: Checking exports ** [02:51:27 2020-06-13] 178: Checking users ** [02:51:27 2020-06-13] 178: Checking user_dbs ** [02:51:27 2020-06-13] 178: Checking geocodings ** [02:51:27 2020-06-13] 178: Checking synchronizations ** [02:51:27 2020-06-13] 178: Checking tracker ** [02:51:27 2020-06-13] 178: Checking user_migrations ** [02:51:27 2020-06-13] 178: Checking batch_updates ** [02:51:27 2020-06-13] 178: Checking gears ** [02:51:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:51:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:32 2020-06-13] 178: Checking imports ** [02:51:32 2020-06-13] 178: Checking exports ** [02:51:32 2020-06-13] 178: Checking users ** [02:51:32 2020-06-13] 178: Checking user_dbs ** [02:51:32 2020-06-13] 178: Checking geocodings ** [02:51:32 2020-06-13] 178: Checking synchronizations ** [02:51:32 2020-06-13] 178: Checking tracker ** [02:51:32 2020-06-13] 178: Checking user_migrations ** [02:51:32 2020-06-13] 178: Checking batch_updates ** [02:51:32 2020-06-13] 178: Checking gears ** [02:51:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:51:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:37 2020-06-13] 178: Checking imports ** [02:51:37 2020-06-13] 178: Checking exports ** [02:51:37 2020-06-13] 178: Checking users ** [02:51:37 2020-06-13] 178: Checking user_dbs ** [02:51:37 2020-06-13] 178: Checking geocodings ** [02:51:37 2020-06-13] 178: Checking synchronizations ** [02:51:37 2020-06-13] 178: Checking tracker ** [02:51:37 2020-06-13] 178: Checking user_migrations ** [02:51:37 2020-06-13] 178: Checking batch_updates ** [02:51:37 2020-06-13] 178: Checking gears ** [02:51:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:51:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:42 2020-06-13] 178: Checking imports ** [02:51:42 2020-06-13] 178: Checking exports ** [02:51:42 2020-06-13] 178: Checking users ** [02:51:42 2020-06-13] 178: Checking user_dbs ** [02:51:42 2020-06-13] 178: Checking geocodings ** [02:51:42 2020-06-13] 178: Checking synchronizations ** [02:51:42 2020-06-13] 178: Checking tracker ** [02:51:42 2020-06-13] 178: Checking user_migrations ** [02:51:42 2020-06-13] 178: Checking batch_updates ** [02:51:42 2020-06-13] 178: Checking gears ** [02:51:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:51:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:47 2020-06-13] 178: Checking imports ** [02:51:47 2020-06-13] 178: Checking exports ** [02:51:47 2020-06-13] 178: Checking users ** [02:51:47 2020-06-13] 178: Checking user_dbs ** [02:51:47 2020-06-13] 178: Checking geocodings ** [02:51:47 2020-06-13] 178: Checking synchronizations ** [02:51:47 2020-06-13] 178: Checking tracker ** [02:51:47 2020-06-13] 178: Checking user_migrations ** [02:51:47 2020-06-13] 178: Checking batch_updates ** [02:51:47 2020-06-13] 178: Checking gears ** [02:51:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:51:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:52 2020-06-13] 178: Checking imports ** [02:51:52 2020-06-13] 178: Checking exports ** [02:51:52 2020-06-13] 178: Checking users ** [02:51:52 2020-06-13] 178: Checking user_dbs ** [02:51:52 2020-06-13] 178: Checking geocodings ** [02:51:52 2020-06-13] 178: Checking synchronizations ** [02:51:52 2020-06-13] 178: Checking tracker ** [02:51:52 2020-06-13] 178: Checking user_migrations ** [02:51:52 2020-06-13] 178: Checking batch_updates ** [02:51:52 2020-06-13] 178: Checking gears ** [02:51:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:51:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:57 2020-06-13] 178: Checking imports ** [02:51:57 2020-06-13] 178: Checking exports ** [02:51:57 2020-06-13] 178: Checking users ** [02:51:57 2020-06-13] 178: Checking user_dbs ** [02:51:57 2020-06-13] 178: Checking geocodings ** [02:51:57 2020-06-13] 178: Checking synchronizations ** [02:51:57 2020-06-13] 178: Checking tracker ** [02:51:57 2020-06-13] 178: Checking user_migrations ** [02:51:57 2020-06-13] 178: Checking batch_updates ** [02:51:57 2020-06-13] 178: Checking gears ** [02:51:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:51:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:02 2020-06-13] 178: Checking imports ** [02:52:02 2020-06-13] 178: Checking exports ** [02:52:02 2020-06-13] 178: Checking users ** [02:52:02 2020-06-13] 178: Checking user_dbs ** [02:52:02 2020-06-13] 178: Checking geocodings ** [02:52:02 2020-06-13] 178: Checking synchronizations ** [02:52:02 2020-06-13] 178: Checking tracker ** [02:52:02 2020-06-13] 178: Checking user_migrations ** [02:52:02 2020-06-13] 178: Checking batch_updates ** [02:52:02 2020-06-13] 178: Checking gears ** [02:52:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:52:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:07 2020-06-13] 178: Checking imports ** [02:52:07 2020-06-13] 178: Checking exports ** [02:52:07 2020-06-13] 178: Checking users ** [02:52:07 2020-06-13] 178: Checking user_dbs ** [02:52:07 2020-06-13] 178: Checking geocodings ** [02:52:07 2020-06-13] 178: Checking synchronizations ** [02:52:07 2020-06-13] 178: Checking tracker ** [02:52:07 2020-06-13] 178: Checking user_migrations ** [02:52:07 2020-06-13] 178: Checking batch_updates ** [02:52:07 2020-06-13] 178: Checking gears ** [02:52:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:52:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:12 2020-06-13] 178: Checking imports ** [02:52:12 2020-06-13] 178: Checking exports ** [02:52:12 2020-06-13] 178: Checking users ** [02:52:12 2020-06-13] 178: Checking user_dbs ** [02:52:12 2020-06-13] 178: Checking geocodings ** [02:52:12 2020-06-13] 178: Checking synchronizations ** [02:52:12 2020-06-13] 178: Checking tracker ** [02:52:12 2020-06-13] 178: Checking user_migrations ** [02:52:12 2020-06-13] 178: Checking batch_updates ** [02:52:12 2020-06-13] 178: Checking gears ** [02:52:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:52:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:17 2020-06-13] 178: Checking imports ** [02:52:17 2020-06-13] 178: Checking exports ** [02:52:17 2020-06-13] 178: Checking users ** [02:52:17 2020-06-13] 178: Checking user_dbs ** [02:52:17 2020-06-13] 178: Checking geocodings ** [02:52:17 2020-06-13] 178: Checking synchronizations ** [02:52:17 2020-06-13] 178: Checking tracker ** [02:52:17 2020-06-13] 178: Checking user_migrations ** [02:52:17 2020-06-13] 178: Checking batch_updates ** [02:52:17 2020-06-13] 178: Checking gears ** [02:52:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:52:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:22 2020-06-13] 178: Checking imports ** [02:52:22 2020-06-13] 178: Checking exports ** [02:52:22 2020-06-13] 178: Checking users ** [02:52:22 2020-06-13] 178: Checking user_dbs ** [02:52:22 2020-06-13] 178: Checking geocodings ** [02:52:22 2020-06-13] 178: Checking synchronizations ** [02:52:22 2020-06-13] 178: Checking tracker ** [02:52:22 2020-06-13] 178: Checking user_migrations ** [02:52:22 2020-06-13] 178: Checking batch_updates ** [02:52:22 2020-06-13] 178: Checking gears ** [02:52:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:52:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:27 2020-06-13] 178: Checking imports ** [02:52:27 2020-06-13] 178: Checking exports ** [02:52:27 2020-06-13] 178: Checking users ** [02:52:27 2020-06-13] 178: Checking user_dbs ** [02:52:27 2020-06-13] 178: Checking geocodings ** [02:52:27 2020-06-13] 178: Checking synchronizations ** [02:52:27 2020-06-13] 178: Checking tracker ** [02:52:27 2020-06-13] 178: Checking user_migrations ** [02:52:27 2020-06-13] 178: Checking batch_updates ** [02:52:27 2020-06-13] 178: Checking gears ** [02:52:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:52:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:32 2020-06-13] 178: Checking imports ** [02:52:32 2020-06-13] 178: Checking exports ** [02:52:32 2020-06-13] 178: Checking users ** [02:52:32 2020-06-13] 178: Checking user_dbs ** [02:52:32 2020-06-13] 178: Checking geocodings ** [02:52:32 2020-06-13] 178: Checking synchronizations ** [02:52:32 2020-06-13] 178: Checking tracker ** [02:52:32 2020-06-13] 178: Checking user_migrations ** [02:52:32 2020-06-13] 178: Checking batch_updates ** [02:52:32 2020-06-13] 178: Checking gears ** [02:52:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:52:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:37 2020-06-13] 178: Checking imports ** [02:52:37 2020-06-13] 178: Checking exports ** [02:52:37 2020-06-13] 178: Checking users ** [02:52:37 2020-06-13] 178: Checking user_dbs ** [02:52:37 2020-06-13] 178: Checking geocodings ** [02:52:37 2020-06-13] 178: Checking synchronizations ** [02:52:37 2020-06-13] 178: Checking tracker ** [02:52:37 2020-06-13] 178: Checking user_migrations ** [02:52:37 2020-06-13] 178: Checking batch_updates ** [02:52:37 2020-06-13] 178: Checking gears ** [02:52:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:52:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:42 2020-06-13] 178: Checking imports ** [02:52:43 2020-06-13] 178: Checking exports ** [02:52:43 2020-06-13] 178: Checking users ** [02:52:43 2020-06-13] 178: Checking user_dbs ** [02:52:43 2020-06-13] 178: Checking geocodings ** [02:52:43 2020-06-13] 178: Checking synchronizations ** [02:52:43 2020-06-13] 178: Checking tracker ** [02:52:43 2020-06-13] 178: Checking user_migrations ** [02:52:43 2020-06-13] 178: Checking batch_updates ** [02:52:43 2020-06-13] 178: Checking gears ** [02:52:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:52:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:48 2020-06-13] 178: Checking imports ** [02:52:48 2020-06-13] 178: Checking exports ** [02:52:48 2020-06-13] 178: Checking users ** [02:52:48 2020-06-13] 178: Checking user_dbs ** [02:52:48 2020-06-13] 178: Checking geocodings ** [02:52:48 2020-06-13] 178: Checking synchronizations ** [02:52:48 2020-06-13] 178: Checking tracker ** [02:52:48 2020-06-13] 178: Checking user_migrations ** [02:52:48 2020-06-13] 178: Checking batch_updates ** [02:52:48 2020-06-13] 178: Checking gears ** [02:52:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:52:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:53 2020-06-13] 178: Checking imports ** [02:52:53 2020-06-13] 178: Checking exports ** [02:52:53 2020-06-13] 178: Checking users ** [02:52:53 2020-06-13] 178: Checking user_dbs ** [02:52:53 2020-06-13] 178: Checking geocodings ** [02:52:53 2020-06-13] 178: Checking synchronizations ** [02:52:53 2020-06-13] 178: Checking tracker ** [02:52:53 2020-06-13] 178: Checking user_migrations ** [02:52:53 2020-06-13] 178: Checking batch_updates ** [02:52:53 2020-06-13] 178: Checking gears ** [02:52:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:52:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:58 2020-06-13] 178: Checking imports ** [02:52:58 2020-06-13] 178: Checking exports ** [02:52:58 2020-06-13] 178: Checking users ** [02:52:58 2020-06-13] 178: Checking user_dbs ** [02:52:58 2020-06-13] 178: Checking geocodings ** [02:52:58 2020-06-13] 178: Checking synchronizations ** [02:52:58 2020-06-13] 178: Checking tracker ** [02:52:58 2020-06-13] 178: Checking user_migrations ** [02:52:58 2020-06-13] 178: Checking batch_updates ** [02:52:58 2020-06-13] 178: Checking gears ** [02:52:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:52:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:03 2020-06-13] 178: Checking imports ** [02:53:03 2020-06-13] 178: Checking exports ** [02:53:03 2020-06-13] 178: Checking users ** [02:53:03 2020-06-13] 178: Checking user_dbs ** [02:53:03 2020-06-13] 178: Checking geocodings ** [02:53:03 2020-06-13] 178: Checking synchronizations ** [02:53:03 2020-06-13] 178: Checking tracker ** [02:53:03 2020-06-13] 178: Checking user_migrations ** [02:53:03 2020-06-13] 178: Checking batch_updates ** [02:53:03 2020-06-13] 178: Checking gears ** [02:53:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:53:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:08 2020-06-13] 178: Checking imports ** [02:53:08 2020-06-13] 178: Checking exports ** [02:53:08 2020-06-13] 178: Checking users ** [02:53:08 2020-06-13] 178: Checking user_dbs ** [02:53:08 2020-06-13] 178: Checking geocodings ** [02:53:08 2020-06-13] 178: Checking synchronizations ** [02:53:08 2020-06-13] 178: Checking tracker ** [02:53:08 2020-06-13] 178: Checking user_migrations ** [02:53:08 2020-06-13] 178: Checking batch_updates ** [02:53:08 2020-06-13] 178: Checking gears ** [02:53:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:53:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:13 2020-06-13] 178: Checking imports ** [02:53:13 2020-06-13] 178: Checking exports ** [02:53:13 2020-06-13] 178: Checking users ** [02:53:13 2020-06-13] 178: Checking user_dbs ** [02:53:13 2020-06-13] 178: Checking geocodings ** [02:53:13 2020-06-13] 178: Checking synchronizations ** [02:53:13 2020-06-13] 178: Checking tracker ** [02:53:13 2020-06-13] 178: Checking user_migrations ** [02:53:13 2020-06-13] 178: Checking batch_updates ** [02:53:13 2020-06-13] 178: Checking gears ** [02:53:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:53:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:18 2020-06-13] 178: Checking imports ** [02:53:18 2020-06-13] 178: Checking exports ** [02:53:18 2020-06-13] 178: Checking users ** [02:53:18 2020-06-13] 178: Checking user_dbs ** [02:53:18 2020-06-13] 178: Checking geocodings ** [02:53:18 2020-06-13] 178: Checking synchronizations ** [02:53:18 2020-06-13] 178: Checking tracker ** [02:53:18 2020-06-13] 178: Checking user_migrations ** [02:53:18 2020-06-13] 178: Checking batch_updates ** [02:53:18 2020-06-13] 178: Checking gears ** [02:53:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:53:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:23 2020-06-13] 178: Checking imports ** [02:53:23 2020-06-13] 178: Checking exports ** [02:53:23 2020-06-13] 178: Checking users ** [02:53:23 2020-06-13] 178: Checking user_dbs ** [02:53:23 2020-06-13] 178: Checking geocodings ** [02:53:23 2020-06-13] 178: Checking synchronizations ** [02:53:23 2020-06-13] 178: Checking tracker ** [02:53:23 2020-06-13] 178: Checking user_migrations ** [02:53:23 2020-06-13] 178: Checking batch_updates ** [02:53:23 2020-06-13] 178: Checking gears ** [02:53:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:53:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:28 2020-06-13] 178: Checking imports ** [02:53:28 2020-06-13] 178: Checking exports ** [02:53:28 2020-06-13] 178: Checking users ** [02:53:28 2020-06-13] 178: Checking user_dbs ** [02:53:28 2020-06-13] 178: Checking geocodings ** [02:53:28 2020-06-13] 178: Checking synchronizations ** [02:53:28 2020-06-13] 178: Checking tracker ** [02:53:28 2020-06-13] 178: Checking user_migrations ** [02:53:28 2020-06-13] 178: Checking batch_updates ** [02:53:28 2020-06-13] 178: Checking gears ** [02:53:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:53:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:33 2020-06-13] 178: Checking imports ** [02:53:33 2020-06-13] 178: Checking exports ** [02:53:33 2020-06-13] 178: Checking users ** [02:53:33 2020-06-13] 178: Checking user_dbs ** [02:53:33 2020-06-13] 178: Checking geocodings ** [02:53:33 2020-06-13] 178: Checking synchronizations ** [02:53:33 2020-06-13] 178: Checking tracker ** [02:53:33 2020-06-13] 178: Checking user_migrations ** [02:53:33 2020-06-13] 178: Checking batch_updates ** [02:53:33 2020-06-13] 178: Checking gears ** [02:53:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:53:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:38 2020-06-13] 178: Checking imports ** [02:53:38 2020-06-13] 178: Checking exports ** [02:53:38 2020-06-13] 178: Checking users ** [02:53:38 2020-06-13] 178: Checking user_dbs ** [02:53:38 2020-06-13] 178: Checking geocodings ** [02:53:38 2020-06-13] 178: Checking synchronizations ** [02:53:38 2020-06-13] 178: Checking tracker ** [02:53:38 2020-06-13] 178: Checking user_migrations ** [02:53:38 2020-06-13] 178: Checking batch_updates ** [02:53:38 2020-06-13] 178: Checking gears ** [02:53:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:53:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:43 2020-06-13] 178: Checking imports ** [02:53:43 2020-06-13] 178: Checking exports ** [02:53:43 2020-06-13] 178: Checking users ** [02:53:43 2020-06-13] 178: Checking user_dbs ** [02:53:43 2020-06-13] 178: Checking geocodings ** [02:53:43 2020-06-13] 178: Checking synchronizations ** [02:53:43 2020-06-13] 178: Checking tracker ** [02:53:43 2020-06-13] 178: Checking user_migrations ** [02:53:43 2020-06-13] 178: Checking batch_updates ** [02:53:43 2020-06-13] 178: Checking gears ** [02:53:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:53:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:48 2020-06-13] 178: Checking imports ** [02:53:48 2020-06-13] 178: Checking exports ** [02:53:48 2020-06-13] 178: Checking users ** [02:53:48 2020-06-13] 178: Checking user_dbs ** [02:53:48 2020-06-13] 178: Checking geocodings ** [02:53:48 2020-06-13] 178: Checking synchronizations ** [02:53:48 2020-06-13] 178: Checking tracker ** [02:53:48 2020-06-13] 178: Checking user_migrations ** [02:53:48 2020-06-13] 178: Checking batch_updates ** [02:53:48 2020-06-13] 178: Checking gears ** [02:53:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:53:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:53 2020-06-13] 178: Checking imports ** [02:53:53 2020-06-13] 178: Checking exports ** [02:53:53 2020-06-13] 178: Checking users ** [02:53:53 2020-06-13] 178: Checking user_dbs ** [02:53:53 2020-06-13] 178: Checking geocodings ** [02:53:53 2020-06-13] 178: Checking synchronizations ** [02:53:53 2020-06-13] 178: Checking tracker ** [02:53:53 2020-06-13] 178: Checking user_migrations ** [02:53:53 2020-06-13] 178: Checking batch_updates ** [02:53:53 2020-06-13] 178: Checking gears ** [02:53:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:53:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:58 2020-06-13] 178: Checking imports ** [02:53:58 2020-06-13] 178: Checking exports ** [02:53:58 2020-06-13] 178: Checking users ** [02:53:58 2020-06-13] 178: Checking user_dbs ** [02:53:58 2020-06-13] 178: Checking geocodings ** [02:53:58 2020-06-13] 178: Checking synchronizations ** [02:53:58 2020-06-13] 178: Checking tracker ** [02:53:58 2020-06-13] 178: Checking user_migrations ** [02:53:58 2020-06-13] 178: Checking batch_updates ** [02:53:58 2020-06-13] 178: Checking gears ** [02:53:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:53:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:03 2020-06-13] 178: Checking imports ** [02:54:03 2020-06-13] 178: Checking exports ** [02:54:03 2020-06-13] 178: Checking users ** [02:54:03 2020-06-13] 178: Checking user_dbs ** [02:54:03 2020-06-13] 178: Checking geocodings ** [02:54:03 2020-06-13] 178: Checking synchronizations ** [02:54:03 2020-06-13] 178: Checking tracker ** [02:54:03 2020-06-13] 178: Checking user_migrations ** [02:54:03 2020-06-13] 178: Checking batch_updates ** [02:54:03 2020-06-13] 178: Checking gears ** [02:54:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:54:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:08 2020-06-13] 178: Checking imports ** [02:54:08 2020-06-13] 178: Checking exports ** [02:54:08 2020-06-13] 178: Checking users ** [02:54:08 2020-06-13] 178: Checking user_dbs ** [02:54:08 2020-06-13] 178: Checking geocodings ** [02:54:08 2020-06-13] 178: Checking synchronizations ** [02:54:08 2020-06-13] 178: Checking tracker ** [02:54:08 2020-06-13] 178: Checking user_migrations ** [02:54:08 2020-06-13] 178: Checking batch_updates ** [02:54:08 2020-06-13] 178: Checking gears ** [02:54:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:54:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:13 2020-06-13] 178: Checking imports ** [02:54:13 2020-06-13] 178: Checking exports ** [02:54:13 2020-06-13] 178: Checking users ** [02:54:13 2020-06-13] 178: Checking user_dbs ** [02:54:13 2020-06-13] 178: Checking geocodings ** [02:54:13 2020-06-13] 178: Checking synchronizations ** [02:54:13 2020-06-13] 178: Checking tracker ** [02:54:13 2020-06-13] 178: Checking user_migrations ** [02:54:13 2020-06-13] 178: Checking batch_updates ** [02:54:13 2020-06-13] 178: Checking gears ** [02:54:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:54:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:18 2020-06-13] 178: Checking imports ** [02:54:18 2020-06-13] 178: Checking exports ** [02:54:18 2020-06-13] 178: Checking users ** [02:54:18 2020-06-13] 178: Checking user_dbs ** [02:54:18 2020-06-13] 178: Checking geocodings ** [02:54:18 2020-06-13] 178: Checking synchronizations ** [02:54:18 2020-06-13] 178: Checking tracker ** [02:54:18 2020-06-13] 178: Checking user_migrations ** [02:54:18 2020-06-13] 178: Checking batch_updates ** [02:54:18 2020-06-13] 178: Checking gears ** [02:54:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:54:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:23 2020-06-13] 178: Checking imports ** [02:54:23 2020-06-13] 178: Checking exports ** [02:54:23 2020-06-13] 178: Checking users ** [02:54:23 2020-06-13] 178: Checking user_dbs ** [02:54:23 2020-06-13] 178: Checking geocodings ** [02:54:23 2020-06-13] 178: Checking synchronizations ** [02:54:23 2020-06-13] 178: Checking tracker ** [02:54:23 2020-06-13] 178: Checking user_migrations ** [02:54:23 2020-06-13] 178: Checking batch_updates ** [02:54:23 2020-06-13] 178: Checking gears ** [02:54:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:54:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:28 2020-06-13] 178: Checking imports ** [02:54:28 2020-06-13] 178: Checking exports ** [02:54:28 2020-06-13] 178: Checking users ** [02:54:28 2020-06-13] 178: Checking user_dbs ** [02:54:28 2020-06-13] 178: Checking geocodings ** [02:54:28 2020-06-13] 178: Checking synchronizations ** [02:54:28 2020-06-13] 178: Checking tracker ** [02:54:28 2020-06-13] 178: Checking user_migrations ** [02:54:28 2020-06-13] 178: Checking batch_updates ** [02:54:28 2020-06-13] 178: Checking gears ** [02:54:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:54:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:33 2020-06-13] 178: Checking imports ** [02:54:33 2020-06-13] 178: Checking exports ** [02:54:33 2020-06-13] 178: Checking users ** [02:54:33 2020-06-13] 178: Checking user_dbs ** [02:54:33 2020-06-13] 178: Checking geocodings ** [02:54:33 2020-06-13] 178: Checking synchronizations ** [02:54:33 2020-06-13] 178: Checking tracker ** [02:54:33 2020-06-13] 178: Checking user_migrations ** [02:54:33 2020-06-13] 178: Checking batch_updates ** [02:54:33 2020-06-13] 178: Checking gears ** [02:54:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:54:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:38 2020-06-13] 178: Checking imports ** [02:54:38 2020-06-13] 178: Checking exports ** [02:54:38 2020-06-13] 178: Checking users ** [02:54:38 2020-06-13] 178: Checking user_dbs ** [02:54:38 2020-06-13] 178: Checking geocodings ** [02:54:38 2020-06-13] 178: Checking synchronizations ** [02:54:38 2020-06-13] 178: Checking tracker ** [02:54:38 2020-06-13] 178: Checking user_migrations ** [02:54:38 2020-06-13] 178: Checking batch_updates ** [02:54:38 2020-06-13] 178: Checking gears ** [02:54:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:54:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:43 2020-06-13] 178: Checking imports ** [02:54:43 2020-06-13] 178: Checking exports ** [02:54:43 2020-06-13] 178: Checking users ** [02:54:43 2020-06-13] 178: Checking user_dbs ** [02:54:43 2020-06-13] 178: Checking geocodings ** [02:54:43 2020-06-13] 178: Checking synchronizations ** [02:54:43 2020-06-13] 178: Checking tracker ** [02:54:43 2020-06-13] 178: Checking user_migrations ** [02:54:43 2020-06-13] 178: Checking batch_updates ** [02:54:43 2020-06-13] 178: Checking gears ** [02:54:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:54:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:48 2020-06-13] 178: Checking imports ** [02:54:48 2020-06-13] 178: Checking exports ** [02:54:48 2020-06-13] 178: Checking users ** [02:54:48 2020-06-13] 178: Checking user_dbs ** [02:54:48 2020-06-13] 178: Checking geocodings ** [02:54:48 2020-06-13] 178: Checking synchronizations ** [02:54:48 2020-06-13] 178: Checking tracker ** [02:54:48 2020-06-13] 178: Checking user_migrations ** [02:54:48 2020-06-13] 178: Checking batch_updates ** [02:54:48 2020-06-13] 178: Checking gears ** [02:54:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:54:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:53 2020-06-13] 178: Checking imports ** [02:54:53 2020-06-13] 178: Checking exports ** [02:54:53 2020-06-13] 178: Checking users ** [02:54:53 2020-06-13] 178: Checking user_dbs ** [02:54:53 2020-06-13] 178: Checking geocodings ** [02:54:53 2020-06-13] 178: Checking synchronizations ** [02:54:53 2020-06-13] 178: Checking tracker ** [02:54:53 2020-06-13] 178: Checking user_migrations ** [02:54:53 2020-06-13] 178: Checking batch_updates ** [02:54:53 2020-06-13] 178: Checking gears ** [02:54:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:54:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:58 2020-06-13] 178: Checking imports ** [02:54:58 2020-06-13] 178: Checking exports ** [02:54:58 2020-06-13] 178: Checking users ** [02:54:58 2020-06-13] 178: Checking user_dbs ** [02:54:58 2020-06-13] 178: Checking geocodings ** [02:54:58 2020-06-13] 178: Checking synchronizations ** [02:54:58 2020-06-13] 178: Checking tracker ** [02:54:58 2020-06-13] 178: Checking user_migrations ** [02:54:58 2020-06-13] 178: Checking batch_updates ** [02:54:58 2020-06-13] 178: Checking gears ** [02:54:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:54:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:03 2020-06-13] 178: Checking imports ** [02:55:03 2020-06-13] 178: Checking exports ** [02:55:03 2020-06-13] 178: Checking users ** [02:55:03 2020-06-13] 178: Checking user_dbs ** [02:55:03 2020-06-13] 178: Checking geocodings ** [02:55:03 2020-06-13] 178: Checking synchronizations ** [02:55:03 2020-06-13] 178: Checking tracker ** [02:55:03 2020-06-13] 178: Checking user_migrations ** [02:55:03 2020-06-13] 178: Checking batch_updates ** [02:55:03 2020-06-13] 178: Checking gears ** [02:55:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:55:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:08 2020-06-13] 178: Checking imports ** [02:55:08 2020-06-13] 178: Checking exports ** [02:55:08 2020-06-13] 178: Checking users ** [02:55:08 2020-06-13] 178: Checking user_dbs ** [02:55:08 2020-06-13] 178: Checking geocodings ** [02:55:08 2020-06-13] 178: Checking synchronizations ** [02:55:08 2020-06-13] 178: Checking tracker ** [02:55:08 2020-06-13] 178: Checking user_migrations ** [02:55:08 2020-06-13] 178: Checking batch_updates ** [02:55:08 2020-06-13] 178: Checking gears ** [02:55:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:55:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:13 2020-06-13] 178: Checking imports ** [02:55:13 2020-06-13] 178: Checking exports ** [02:55:13 2020-06-13] 178: Checking users ** [02:55:13 2020-06-13] 178: Checking user_dbs ** [02:55:13 2020-06-13] 178: Checking geocodings ** [02:55:13 2020-06-13] 178: Checking synchronizations ** [02:55:13 2020-06-13] 178: Checking tracker ** [02:55:13 2020-06-13] 178: Checking user_migrations ** [02:55:13 2020-06-13] 178: Checking batch_updates ** [02:55:13 2020-06-13] 178: Checking gears ** [02:55:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:55:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:18 2020-06-13] 178: Checking imports ** [02:55:18 2020-06-13] 178: Checking exports ** [02:55:18 2020-06-13] 178: Checking users ** [02:55:18 2020-06-13] 178: Checking user_dbs ** [02:55:18 2020-06-13] 178: Checking geocodings ** [02:55:18 2020-06-13] 178: Checking synchronizations ** [02:55:18 2020-06-13] 178: Checking tracker ** [02:55:18 2020-06-13] 178: Checking user_migrations ** [02:55:18 2020-06-13] 178: Checking batch_updates ** [02:55:18 2020-06-13] 178: Checking gears ** [02:55:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:55:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:23 2020-06-13] 178: Checking imports ** [02:55:23 2020-06-13] 178: Checking exports ** [02:55:23 2020-06-13] 178: Checking users ** [02:55:23 2020-06-13] 178: Checking user_dbs ** [02:55:23 2020-06-13] 178: Checking geocodings ** [02:55:23 2020-06-13] 178: Checking synchronizations ** [02:55:23 2020-06-13] 178: Checking tracker ** [02:55:23 2020-06-13] 178: Checking user_migrations ** [02:55:23 2020-06-13] 178: Checking batch_updates ** [02:55:23 2020-06-13] 178: Checking gears ** [02:55:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:55:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:28 2020-06-13] 178: Checking imports ** [02:55:28 2020-06-13] 178: Checking exports ** [02:55:28 2020-06-13] 178: Checking users ** [02:55:28 2020-06-13] 178: Checking user_dbs ** [02:55:28 2020-06-13] 178: Checking geocodings ** [02:55:28 2020-06-13] 178: Checking synchronizations ** [02:55:28 2020-06-13] 178: Checking tracker ** [02:55:28 2020-06-13] 178: Checking user_migrations ** [02:55:28 2020-06-13] 178: Checking batch_updates ** [02:55:28 2020-06-13] 178: Checking gears ** [02:55:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:55:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:33 2020-06-13] 178: Checking imports ** [02:55:33 2020-06-13] 178: Checking exports ** [02:55:33 2020-06-13] 178: Checking users ** [02:55:33 2020-06-13] 178: Checking user_dbs ** [02:55:33 2020-06-13] 178: Checking geocodings ** [02:55:33 2020-06-13] 178: Checking synchronizations ** [02:55:33 2020-06-13] 178: Checking tracker ** [02:55:33 2020-06-13] 178: Checking user_migrations ** [02:55:33 2020-06-13] 178: Checking batch_updates ** [02:55:33 2020-06-13] 178: Checking gears ** [02:55:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:55:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:38 2020-06-13] 178: Checking imports ** [02:55:38 2020-06-13] 178: Checking exports ** [02:55:38 2020-06-13] 178: Checking users ** [02:55:38 2020-06-13] 178: Checking user_dbs ** [02:55:38 2020-06-13] 178: Checking geocodings ** [02:55:38 2020-06-13] 178: Checking synchronizations ** [02:55:38 2020-06-13] 178: Checking tracker ** [02:55:38 2020-06-13] 178: Checking user_migrations ** [02:55:38 2020-06-13] 178: Checking batch_updates ** [02:55:38 2020-06-13] 178: Checking gears ** [02:55:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:55:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:43 2020-06-13] 178: Checking imports ** [02:55:43 2020-06-13] 178: Checking exports ** [02:55:43 2020-06-13] 178: Checking users ** [02:55:43 2020-06-13] 178: Checking user_dbs ** [02:55:43 2020-06-13] 178: Checking geocodings ** [02:55:43 2020-06-13] 178: Checking synchronizations ** [02:55:43 2020-06-13] 178: Checking tracker ** [02:55:43 2020-06-13] 178: Checking user_migrations ** [02:55:43 2020-06-13] 178: Checking batch_updates ** [02:55:43 2020-06-13] 178: Checking gears ** [02:55:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:55:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:48 2020-06-13] 178: Checking imports ** [02:55:48 2020-06-13] 178: Checking exports ** [02:55:48 2020-06-13] 178: Checking users ** [02:55:48 2020-06-13] 178: Checking user_dbs ** [02:55:48 2020-06-13] 178: Checking geocodings ** [02:55:48 2020-06-13] 178: Checking synchronizations ** [02:55:48 2020-06-13] 178: Checking tracker ** [02:55:48 2020-06-13] 178: Checking user_migrations ** [02:55:48 2020-06-13] 178: Checking batch_updates ** [02:55:48 2020-06-13] 178: Checking gears ** [02:55:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:55:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:53 2020-06-13] 178: Checking imports ** [02:55:53 2020-06-13] 178: Checking exports ** [02:55:53 2020-06-13] 178: Checking users ** [02:55:53 2020-06-13] 178: Checking user_dbs ** [02:55:53 2020-06-13] 178: Checking geocodings ** [02:55:53 2020-06-13] 178: Checking synchronizations ** [02:55:53 2020-06-13] 178: Checking tracker ** [02:55:53 2020-06-13] 178: Checking user_migrations ** [02:55:53 2020-06-13] 178: Checking batch_updates ** [02:55:53 2020-06-13] 178: Checking gears ** [02:55:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:55:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:58 2020-06-13] 178: Checking imports ** [02:55:58 2020-06-13] 178: Checking exports ** [02:55:58 2020-06-13] 178: Checking users ** [02:55:58 2020-06-13] 178: Checking user_dbs ** [02:55:58 2020-06-13] 178: Checking geocodings ** [02:55:58 2020-06-13] 178: Checking synchronizations ** [02:55:58 2020-06-13] 178: Checking tracker ** [02:55:58 2020-06-13] 178: Checking user_migrations ** [02:55:58 2020-06-13] 178: Checking batch_updates ** [02:55:58 2020-06-13] 178: Checking gears ** [02:55:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:55:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:03 2020-06-13] 178: Checking imports ** [02:56:03 2020-06-13] 178: Checking exports ** [02:56:03 2020-06-13] 178: Checking users ** [02:56:03 2020-06-13] 178: Checking user_dbs ** [02:56:03 2020-06-13] 178: Checking geocodings ** [02:56:03 2020-06-13] 178: Checking synchronizations ** [02:56:03 2020-06-13] 178: Checking tracker ** [02:56:03 2020-06-13] 178: Checking user_migrations ** [02:56:03 2020-06-13] 178: Checking batch_updates ** [02:56:03 2020-06-13] 178: Checking gears ** [02:56:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:56:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:08 2020-06-13] 178: Checking imports ** [02:56:08 2020-06-13] 178: Checking exports ** [02:56:08 2020-06-13] 178: Checking users ** [02:56:08 2020-06-13] 178: Checking user_dbs ** [02:56:08 2020-06-13] 178: Checking geocodings ** [02:56:08 2020-06-13] 178: Checking synchronizations ** [02:56:08 2020-06-13] 178: Checking tracker ** [02:56:08 2020-06-13] 178: Checking user_migrations ** [02:56:08 2020-06-13] 178: Checking batch_updates ** [02:56:08 2020-06-13] 178: Checking gears ** [02:56:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:56:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:13 2020-06-13] 178: Checking imports ** [02:56:13 2020-06-13] 178: Checking exports ** [02:56:13 2020-06-13] 178: Checking users ** [02:56:13 2020-06-13] 178: Checking user_dbs ** [02:56:13 2020-06-13] 178: Checking geocodings ** [02:56:13 2020-06-13] 178: Checking synchronizations ** [02:56:13 2020-06-13] 178: Checking tracker ** [02:56:13 2020-06-13] 178: Checking user_migrations ** [02:56:13 2020-06-13] 178: Checking batch_updates ** [02:56:13 2020-06-13] 178: Checking gears ** [02:56:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:56:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:18 2020-06-13] 178: Checking imports ** [02:56:18 2020-06-13] 178: Checking exports ** [02:56:18 2020-06-13] 178: Checking users ** [02:56:18 2020-06-13] 178: Checking user_dbs ** [02:56:18 2020-06-13] 178: Checking geocodings ** [02:56:18 2020-06-13] 178: Checking synchronizations ** [02:56:18 2020-06-13] 178: Checking tracker ** [02:56:18 2020-06-13] 178: Checking user_migrations ** [02:56:18 2020-06-13] 178: Checking batch_updates ** [02:56:18 2020-06-13] 178: Checking gears ** [02:56:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:56:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:23 2020-06-13] 178: Checking imports ** [02:56:23 2020-06-13] 178: Checking exports ** [02:56:23 2020-06-13] 178: Checking users ** [02:56:23 2020-06-13] 178: Checking user_dbs ** [02:56:23 2020-06-13] 178: Checking geocodings ** [02:56:23 2020-06-13] 178: Checking synchronizations ** [02:56:23 2020-06-13] 178: Checking tracker ** [02:56:23 2020-06-13] 178: Checking user_migrations ** [02:56:23 2020-06-13] 178: Checking batch_updates ** [02:56:23 2020-06-13] 178: Checking gears ** [02:56:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:56:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:28 2020-06-13] 178: Checking imports ** [02:56:28 2020-06-13] 178: Checking exports ** [02:56:28 2020-06-13] 178: Checking users ** [02:56:28 2020-06-13] 178: Checking user_dbs ** [02:56:28 2020-06-13] 178: Checking geocodings ** [02:56:28 2020-06-13] 178: Checking synchronizations ** [02:56:28 2020-06-13] 178: Checking tracker ** [02:56:28 2020-06-13] 178: Checking user_migrations ** [02:56:28 2020-06-13] 178: Checking batch_updates ** [02:56:28 2020-06-13] 178: Checking gears ** [02:56:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:56:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:33 2020-06-13] 178: Checking imports ** [02:56:33 2020-06-13] 178: Checking exports ** [02:56:33 2020-06-13] 178: Checking users ** [02:56:33 2020-06-13] 178: Checking user_dbs ** [02:56:33 2020-06-13] 178: Checking geocodings ** [02:56:33 2020-06-13] 178: Checking synchronizations ** [02:56:33 2020-06-13] 178: Checking tracker ** [02:56:33 2020-06-13] 178: Checking user_migrations ** [02:56:33 2020-06-13] 178: Checking batch_updates ** [02:56:33 2020-06-13] 178: Checking gears ** [02:56:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:56:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:38 2020-06-13] 178: Checking imports ** [02:56:38 2020-06-13] 178: Checking exports ** [02:56:38 2020-06-13] 178: Checking users ** [02:56:38 2020-06-13] 178: Checking user_dbs ** [02:56:38 2020-06-13] 178: Checking geocodings ** [02:56:38 2020-06-13] 178: Checking synchronizations ** [02:56:38 2020-06-13] 178: Checking tracker ** [02:56:38 2020-06-13] 178: Checking user_migrations ** [02:56:38 2020-06-13] 178: Checking batch_updates ** [02:56:38 2020-06-13] 178: Checking gears ** [02:56:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:56:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:43 2020-06-13] 178: Checking imports ** [02:56:43 2020-06-13] 178: Checking exports ** [02:56:43 2020-06-13] 178: Checking users ** [02:56:43 2020-06-13] 178: Checking user_dbs ** [02:56:43 2020-06-13] 178: Checking geocodings ** [02:56:43 2020-06-13] 178: Checking synchronizations ** [02:56:43 2020-06-13] 178: Checking tracker ** [02:56:43 2020-06-13] 178: Checking user_migrations ** [02:56:43 2020-06-13] 178: Checking batch_updates ** [02:56:43 2020-06-13] 178: Checking gears ** [02:56:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:56:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:48 2020-06-13] 178: Checking imports ** [02:56:48 2020-06-13] 178: Checking exports ** [02:56:48 2020-06-13] 178: Checking users ** [02:56:48 2020-06-13] 178: Checking user_dbs ** [02:56:48 2020-06-13] 178: Checking geocodings ** [02:56:48 2020-06-13] 178: Checking synchronizations ** [02:56:48 2020-06-13] 178: Checking tracker ** [02:56:48 2020-06-13] 178: Checking user_migrations ** [02:56:48 2020-06-13] 178: Checking batch_updates ** [02:56:48 2020-06-13] 178: Checking gears ** [02:56:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:56:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:53 2020-06-13] 178: Checking imports ** [02:56:53 2020-06-13] 178: Checking exports ** [02:56:53 2020-06-13] 178: Checking users ** [02:56:53 2020-06-13] 178: Checking user_dbs ** [02:56:53 2020-06-13] 178: Checking geocodings ** [02:56:53 2020-06-13] 178: Checking synchronizations ** [02:56:53 2020-06-13] 178: Checking tracker ** [02:56:53 2020-06-13] 178: Checking user_migrations ** [02:56:53 2020-06-13] 178: Checking batch_updates ** [02:56:53 2020-06-13] 178: Checking gears ** [02:56:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:56:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:58 2020-06-13] 178: Checking imports ** [02:56:58 2020-06-13] 178: Checking exports ** [02:56:58 2020-06-13] 178: Checking users ** [02:56:58 2020-06-13] 178: Checking user_dbs ** [02:56:58 2020-06-13] 178: Checking geocodings ** [02:56:58 2020-06-13] 178: Checking synchronizations ** [02:56:58 2020-06-13] 178: Checking tracker ** [02:56:58 2020-06-13] 178: Checking user_migrations ** [02:56:58 2020-06-13] 178: Checking batch_updates ** [02:56:58 2020-06-13] 178: Checking gears ** [02:56:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:56:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:03 2020-06-13] 178: Checking imports ** [02:57:03 2020-06-13] 178: Checking exports ** [02:57:03 2020-06-13] 178: Checking users ** [02:57:03 2020-06-13] 178: Checking user_dbs ** [02:57:03 2020-06-13] 178: Checking geocodings ** [02:57:03 2020-06-13] 178: Checking synchronizations ** [02:57:03 2020-06-13] 178: Checking tracker ** [02:57:03 2020-06-13] 178: Checking user_migrations ** [02:57:03 2020-06-13] 178: Checking batch_updates ** [02:57:03 2020-06-13] 178: Checking gears ** [02:57:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:57:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:08 2020-06-13] 178: Checking imports ** [02:57:08 2020-06-13] 178: Checking exports ** [02:57:08 2020-06-13] 178: Checking users ** [02:57:08 2020-06-13] 178: Checking user_dbs ** [02:57:08 2020-06-13] 178: Checking geocodings ** [02:57:08 2020-06-13] 178: Checking synchronizations ** [02:57:08 2020-06-13] 178: Checking tracker ** [02:57:08 2020-06-13] 178: Checking user_migrations ** [02:57:08 2020-06-13] 178: Checking batch_updates ** [02:57:08 2020-06-13] 178: Checking gears ** [02:57:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:57:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:13 2020-06-13] 178: Checking imports ** [02:57:13 2020-06-13] 178: Checking exports ** [02:57:13 2020-06-13] 178: Checking users ** [02:57:13 2020-06-13] 178: Checking user_dbs ** [02:57:13 2020-06-13] 178: Checking geocodings ** [02:57:13 2020-06-13] 178: Checking synchronizations ** [02:57:13 2020-06-13] 178: Checking tracker ** [02:57:13 2020-06-13] 178: Checking user_migrations ** [02:57:13 2020-06-13] 178: Checking batch_updates ** [02:57:13 2020-06-13] 178: Checking gears ** [02:57:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:57:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:18 2020-06-13] 178: Checking imports ** [02:57:18 2020-06-13] 178: Checking exports ** [02:57:18 2020-06-13] 178: Checking users ** [02:57:18 2020-06-13] 178: Checking user_dbs ** [02:57:18 2020-06-13] 178: Checking geocodings ** [02:57:18 2020-06-13] 178: Checking synchronizations ** [02:57:18 2020-06-13] 178: Checking tracker ** [02:57:18 2020-06-13] 178: Checking user_migrations ** [02:57:18 2020-06-13] 178: Checking batch_updates ** [02:57:18 2020-06-13] 178: Checking gears ** [02:57:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:57:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:23 2020-06-13] 178: Checking imports ** [02:57:23 2020-06-13] 178: Checking exports ** [02:57:23 2020-06-13] 178: Checking users ** [02:57:23 2020-06-13] 178: Checking user_dbs ** [02:57:23 2020-06-13] 178: Checking geocodings ** [02:57:23 2020-06-13] 178: Checking synchronizations ** [02:57:23 2020-06-13] 178: Checking tracker ** [02:57:23 2020-06-13] 178: Checking user_migrations ** [02:57:23 2020-06-13] 178: Checking batch_updates ** [02:57:23 2020-06-13] 178: Checking gears ** [02:57:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:57:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:28 2020-06-13] 178: Checking imports ** [02:57:28 2020-06-13] 178: Checking exports ** [02:57:28 2020-06-13] 178: Checking users ** [02:57:28 2020-06-13] 178: Checking user_dbs ** [02:57:28 2020-06-13] 178: Checking geocodings ** [02:57:28 2020-06-13] 178: Checking synchronizations ** [02:57:28 2020-06-13] 178: Checking tracker ** [02:57:28 2020-06-13] 178: Checking user_migrations ** [02:57:28 2020-06-13] 178: Checking batch_updates ** [02:57:28 2020-06-13] 178: Checking gears ** [02:57:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:57:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:33 2020-06-13] 178: Checking imports ** [02:57:33 2020-06-13] 178: Checking exports ** [02:57:33 2020-06-13] 178: Checking users ** [02:57:33 2020-06-13] 178: Checking user_dbs ** [02:57:33 2020-06-13] 178: Checking geocodings ** [02:57:33 2020-06-13] 178: Checking synchronizations ** [02:57:33 2020-06-13] 178: Checking tracker ** [02:57:33 2020-06-13] 178: Checking user_migrations ** [02:57:33 2020-06-13] 178: Checking batch_updates ** [02:57:33 2020-06-13] 178: Checking gears ** [02:57:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:57:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:38 2020-06-13] 178: Checking imports ** [02:57:38 2020-06-13] 178: Checking exports ** [02:57:38 2020-06-13] 178: Checking users ** [02:57:38 2020-06-13] 178: Checking user_dbs ** [02:57:38 2020-06-13] 178: Checking geocodings ** [02:57:38 2020-06-13] 178: Checking synchronizations ** [02:57:38 2020-06-13] 178: Checking tracker ** [02:57:38 2020-06-13] 178: Checking user_migrations ** [02:57:38 2020-06-13] 178: Checking batch_updates ** [02:57:38 2020-06-13] 178: Checking gears ** [02:57:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:57:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:43 2020-06-13] 178: Checking imports ** [02:57:43 2020-06-13] 178: Checking exports ** [02:57:43 2020-06-13] 178: Checking users ** [02:57:43 2020-06-13] 178: Checking user_dbs ** [02:57:43 2020-06-13] 178: Checking geocodings ** [02:57:43 2020-06-13] 178: Checking synchronizations ** [02:57:43 2020-06-13] 178: Checking tracker ** [02:57:43 2020-06-13] 178: Checking user_migrations ** [02:57:43 2020-06-13] 178: Checking batch_updates ** [02:57:43 2020-06-13] 178: Checking gears ** [02:57:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:57:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:48 2020-06-13] 178: Checking imports ** [02:57:48 2020-06-13] 178: Checking exports ** [02:57:48 2020-06-13] 178: Checking users ** [02:57:48 2020-06-13] 178: Checking user_dbs ** [02:57:48 2020-06-13] 178: Checking geocodings ** [02:57:48 2020-06-13] 178: Checking synchronizations ** [02:57:48 2020-06-13] 178: Checking tracker ** [02:57:48 2020-06-13] 178: Checking user_migrations ** [02:57:48 2020-06-13] 178: Checking batch_updates ** [02:57:48 2020-06-13] 178: Checking gears ** [02:57:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:57:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:53 2020-06-13] 178: Checking imports ** [02:57:53 2020-06-13] 178: Checking exports ** [02:57:53 2020-06-13] 178: Checking users ** [02:57:53 2020-06-13] 178: Checking user_dbs ** [02:57:53 2020-06-13] 178: Checking geocodings ** [02:57:53 2020-06-13] 178: Checking synchronizations ** [02:57:53 2020-06-13] 178: Checking tracker ** [02:57:53 2020-06-13] 178: Checking user_migrations ** [02:57:53 2020-06-13] 178: Checking batch_updates ** [02:57:53 2020-06-13] 178: Checking gears ** [02:57:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:57:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:58 2020-06-13] 178: Checking imports ** [02:57:58 2020-06-13] 178: Checking exports ** [02:57:58 2020-06-13] 178: Checking users ** [02:57:58 2020-06-13] 178: Checking user_dbs ** [02:57:58 2020-06-13] 178: Checking geocodings ** [02:57:58 2020-06-13] 178: Checking synchronizations ** [02:57:58 2020-06-13] 178: Checking tracker ** [02:57:58 2020-06-13] 178: Checking user_migrations ** [02:57:58 2020-06-13] 178: Checking batch_updates ** [02:57:58 2020-06-13] 178: Checking gears ** [02:57:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:57:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:03 2020-06-13] 178: Checking imports ** [02:58:03 2020-06-13] 178: Checking exports ** [02:58:03 2020-06-13] 178: Checking users ** [02:58:03 2020-06-13] 178: Checking user_dbs ** [02:58:03 2020-06-13] 178: Checking geocodings ** [02:58:03 2020-06-13] 178: Checking synchronizations ** [02:58:03 2020-06-13] 178: Checking tracker ** [02:58:03 2020-06-13] 178: Checking user_migrations ** [02:58:03 2020-06-13] 178: Checking batch_updates ** [02:58:03 2020-06-13] 178: Checking gears ** [02:58:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:58:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:08 2020-06-13] 178: Checking imports ** [02:58:08 2020-06-13] 178: Checking exports ** [02:58:08 2020-06-13] 178: Checking users ** [02:58:08 2020-06-13] 178: Checking user_dbs ** [02:58:08 2020-06-13] 178: Checking geocodings ** [02:58:08 2020-06-13] 178: Checking synchronizations ** [02:58:08 2020-06-13] 178: Checking tracker ** [02:58:08 2020-06-13] 178: Checking user_migrations ** [02:58:08 2020-06-13] 178: Checking batch_updates ** [02:58:08 2020-06-13] 178: Checking gears ** [02:58:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:58:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:13 2020-06-13] 178: Checking imports ** [02:58:13 2020-06-13] 178: Checking exports ** [02:58:13 2020-06-13] 178: Checking users ** [02:58:13 2020-06-13] 178: Checking user_dbs ** [02:58:13 2020-06-13] 178: Checking geocodings ** [02:58:13 2020-06-13] 178: Checking synchronizations ** [02:58:13 2020-06-13] 178: Checking tracker ** [02:58:13 2020-06-13] 178: Checking user_migrations ** [02:58:13 2020-06-13] 178: Checking batch_updates ** [02:58:13 2020-06-13] 178: Checking gears ** [02:58:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:58:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:18 2020-06-13] 178: Checking imports ** [02:58:18 2020-06-13] 178: Checking exports ** [02:58:18 2020-06-13] 178: Checking users ** [02:58:18 2020-06-13] 178: Checking user_dbs ** [02:58:18 2020-06-13] 178: Checking geocodings ** [02:58:18 2020-06-13] 178: Checking synchronizations ** [02:58:18 2020-06-13] 178: Checking tracker ** [02:58:18 2020-06-13] 178: Checking user_migrations ** [02:58:18 2020-06-13] 178: Checking batch_updates ** [02:58:18 2020-06-13] 178: Checking gears ** [02:58:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:58:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:23 2020-06-13] 178: Checking imports ** [02:58:23 2020-06-13] 178: Checking exports ** [02:58:23 2020-06-13] 178: Checking users ** [02:58:23 2020-06-13] 178: Checking user_dbs ** [02:58:23 2020-06-13] 178: Checking geocodings ** [02:58:23 2020-06-13] 178: Checking synchronizations ** [02:58:23 2020-06-13] 178: Checking tracker ** [02:58:23 2020-06-13] 178: Checking user_migrations ** [02:58:23 2020-06-13] 178: Checking batch_updates ** [02:58:23 2020-06-13] 178: Checking gears ** [02:58:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:58:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:28 2020-06-13] 178: Checking imports ** [02:58:28 2020-06-13] 178: Checking exports ** [02:58:28 2020-06-13] 178: Checking users ** [02:58:28 2020-06-13] 178: Checking user_dbs ** [02:58:28 2020-06-13] 178: Checking geocodings ** [02:58:28 2020-06-13] 178: Checking synchronizations ** [02:58:28 2020-06-13] 178: Checking tracker ** [02:58:28 2020-06-13] 178: Checking user_migrations ** [02:58:28 2020-06-13] 178: Checking batch_updates ** [02:58:28 2020-06-13] 178: Checking gears ** [02:58:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:58:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:33 2020-06-13] 178: Checking imports ** [02:58:33 2020-06-13] 178: Checking exports ** [02:58:33 2020-06-13] 178: Checking users ** [02:58:33 2020-06-13] 178: Checking user_dbs ** [02:58:33 2020-06-13] 178: Checking geocodings ** [02:58:33 2020-06-13] 178: Checking synchronizations ** [02:58:33 2020-06-13] 178: Checking tracker ** [02:58:33 2020-06-13] 178: Checking user_migrations ** [02:58:33 2020-06-13] 178: Checking batch_updates ** [02:58:33 2020-06-13] 178: Checking gears ** [02:58:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:58:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:38 2020-06-13] 178: Checking imports ** [02:58:38 2020-06-13] 178: Checking exports ** [02:58:38 2020-06-13] 178: Checking users ** [02:58:38 2020-06-13] 178: Checking user_dbs ** [02:58:38 2020-06-13] 178: Checking geocodings ** [02:58:38 2020-06-13] 178: Checking synchronizations ** [02:58:38 2020-06-13] 178: Checking tracker ** [02:58:38 2020-06-13] 178: Checking user_migrations ** [02:58:38 2020-06-13] 178: Checking batch_updates ** [02:58:38 2020-06-13] 178: Checking gears ** [02:58:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:58:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:43 2020-06-13] 178: Checking imports ** [02:58:43 2020-06-13] 178: Checking exports ** [02:58:43 2020-06-13] 178: Checking users ** [02:58:43 2020-06-13] 178: Checking user_dbs ** [02:58:43 2020-06-13] 178: Checking geocodings ** [02:58:43 2020-06-13] 178: Checking synchronizations ** [02:58:43 2020-06-13] 178: Checking tracker ** [02:58:43 2020-06-13] 178: Checking user_migrations ** [02:58:43 2020-06-13] 178: Checking batch_updates ** [02:58:43 2020-06-13] 178: Checking gears ** [02:58:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:58:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:48 2020-06-13] 178: Checking imports ** [02:58:48 2020-06-13] 178: Checking exports ** [02:58:48 2020-06-13] 178: Checking users ** [02:58:48 2020-06-13] 178: Checking user_dbs ** [02:58:48 2020-06-13] 178: Checking geocodings ** [02:58:48 2020-06-13] 178: Checking synchronizations ** [02:58:48 2020-06-13] 178: Checking tracker ** [02:58:48 2020-06-13] 178: Checking user_migrations ** [02:58:48 2020-06-13] 178: Checking batch_updates ** [02:58:48 2020-06-13] 178: Checking gears ** [02:58:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:58:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:53 2020-06-13] 178: Checking imports ** [02:58:53 2020-06-13] 178: Checking exports ** [02:58:53 2020-06-13] 178: Checking users ** [02:58:53 2020-06-13] 178: Checking user_dbs ** [02:58:53 2020-06-13] 178: Checking geocodings ** [02:58:53 2020-06-13] 178: Checking synchronizations ** [02:58:53 2020-06-13] 178: Checking tracker ** [02:58:53 2020-06-13] 178: Checking user_migrations ** [02:58:53 2020-06-13] 178: Checking batch_updates ** [02:58:53 2020-06-13] 178: Checking gears ** [02:58:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:58:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:58 2020-06-13] 178: Checking imports ** [02:58:58 2020-06-13] 178: Checking exports ** [02:58:58 2020-06-13] 178: Checking users ** [02:58:58 2020-06-13] 178: Checking user_dbs ** [02:58:58 2020-06-13] 178: Checking geocodings ** [02:58:58 2020-06-13] 178: Checking synchronizations ** [02:58:58 2020-06-13] 178: Checking tracker ** [02:58:58 2020-06-13] 178: Checking user_migrations ** [02:58:58 2020-06-13] 178: Checking batch_updates ** [02:58:58 2020-06-13] 178: Checking gears ** [02:58:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:58:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:03 2020-06-13] 178: Checking imports ** [02:59:03 2020-06-13] 178: Checking exports ** [02:59:03 2020-06-13] 178: Checking users ** [02:59:03 2020-06-13] 178: Checking user_dbs ** [02:59:03 2020-06-13] 178: Checking geocodings ** [02:59:03 2020-06-13] 178: Checking synchronizations ** [02:59:03 2020-06-13] 178: Checking tracker ** [02:59:03 2020-06-13] 178: Checking user_migrations ** [02:59:03 2020-06-13] 178: Checking batch_updates ** [02:59:03 2020-06-13] 178: Checking gears ** [02:59:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:59:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:08 2020-06-13] 178: Checking imports ** [02:59:08 2020-06-13] 178: Checking exports ** [02:59:08 2020-06-13] 178: Checking users ** [02:59:08 2020-06-13] 178: Checking user_dbs ** [02:59:08 2020-06-13] 178: Checking geocodings ** [02:59:08 2020-06-13] 178: Checking synchronizations ** [02:59:08 2020-06-13] 178: Checking tracker ** [02:59:08 2020-06-13] 178: Checking user_migrations ** [02:59:08 2020-06-13] 178: Checking batch_updates ** [02:59:08 2020-06-13] 178: Checking gears ** [02:59:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:59:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:13 2020-06-13] 178: Checking imports ** [02:59:13 2020-06-13] 178: Checking exports ** [02:59:13 2020-06-13] 178: Checking users ** [02:59:13 2020-06-13] 178: Checking user_dbs ** [02:59:13 2020-06-13] 178: Checking geocodings ** [02:59:13 2020-06-13] 178: Checking synchronizations ** [02:59:13 2020-06-13] 178: Checking tracker ** [02:59:13 2020-06-13] 178: Checking user_migrations ** [02:59:13 2020-06-13] 178: Checking batch_updates ** [02:59:13 2020-06-13] 178: Checking gears ** [02:59:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:59:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:18 2020-06-13] 178: Checking imports ** [02:59:18 2020-06-13] 178: Checking exports ** [02:59:18 2020-06-13] 178: Checking users ** [02:59:18 2020-06-13] 178: Checking user_dbs ** [02:59:18 2020-06-13] 178: Checking geocodings ** [02:59:18 2020-06-13] 178: Checking synchronizations ** [02:59:18 2020-06-13] 178: Checking tracker ** [02:59:18 2020-06-13] 178: Checking user_migrations ** [02:59:18 2020-06-13] 178: Checking batch_updates ** [02:59:18 2020-06-13] 178: Checking gears ** [02:59:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:59:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:23 2020-06-13] 178: Checking imports ** [02:59:23 2020-06-13] 178: Checking exports ** [02:59:23 2020-06-13] 178: Checking users ** [02:59:23 2020-06-13] 178: Checking user_dbs ** [02:59:23 2020-06-13] 178: Checking geocodings ** [02:59:23 2020-06-13] 178: Checking synchronizations ** [02:59:23 2020-06-13] 178: Checking tracker ** [02:59:23 2020-06-13] 178: Checking user_migrations ** [02:59:23 2020-06-13] 178: Checking batch_updates ** [02:59:23 2020-06-13] 178: Checking gears ** [02:59:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:59:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:28 2020-06-13] 178: Checking imports ** [02:59:28 2020-06-13] 178: Checking exports ** [02:59:28 2020-06-13] 178: Checking users ** [02:59:28 2020-06-13] 178: Checking user_dbs ** [02:59:28 2020-06-13] 178: Checking geocodings ** [02:59:28 2020-06-13] 178: Checking synchronizations ** [02:59:28 2020-06-13] 178: Checking tracker ** [02:59:28 2020-06-13] 178: Checking user_migrations ** [02:59:28 2020-06-13] 178: Checking batch_updates ** [02:59:28 2020-06-13] 178: Checking gears ** [02:59:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:59:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:33 2020-06-13] 178: Checking imports ** [02:59:33 2020-06-13] 178: Checking exports ** [02:59:33 2020-06-13] 178: Checking users ** [02:59:33 2020-06-13] 178: Checking user_dbs ** [02:59:33 2020-06-13] 178: Checking geocodings ** [02:59:33 2020-06-13] 178: Checking synchronizations ** [02:59:33 2020-06-13] 178: Checking tracker ** [02:59:33 2020-06-13] 178: Checking user_migrations ** [02:59:33 2020-06-13] 178: Checking batch_updates ** [02:59:33 2020-06-13] 178: Checking gears ** [02:59:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:59:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:38 2020-06-13] 178: Checking imports ** [02:59:38 2020-06-13] 178: Checking exports ** [02:59:38 2020-06-13] 178: Checking users ** [02:59:38 2020-06-13] 178: Checking user_dbs ** [02:59:38 2020-06-13] 178: Checking geocodings ** [02:59:38 2020-06-13] 178: Checking synchronizations ** [02:59:38 2020-06-13] 178: Checking tracker ** [02:59:38 2020-06-13] 178: Checking user_migrations ** [02:59:38 2020-06-13] 178: Checking batch_updates ** [02:59:38 2020-06-13] 178: Checking gears ** [02:59:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:59:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:43 2020-06-13] 178: Checking imports ** [02:59:43 2020-06-13] 178: Checking exports ** [02:59:43 2020-06-13] 178: Checking users ** [02:59:43 2020-06-13] 178: Checking user_dbs ** [02:59:43 2020-06-13] 178: Checking geocodings ** [02:59:43 2020-06-13] 178: Checking synchronizations ** [02:59:43 2020-06-13] 178: Checking tracker ** [02:59:43 2020-06-13] 178: Checking user_migrations ** [02:59:43 2020-06-13] 178: Checking batch_updates ** [02:59:43 2020-06-13] 178: Checking gears ** [02:59:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:59:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:48 2020-06-13] 178: Checking imports ** [02:59:48 2020-06-13] 178: Checking exports ** [02:59:48 2020-06-13] 178: Checking users ** [02:59:48 2020-06-13] 178: Checking user_dbs ** [02:59:48 2020-06-13] 178: Checking geocodings ** [02:59:48 2020-06-13] 178: Checking synchronizations ** [02:59:48 2020-06-13] 178: Checking tracker ** [02:59:48 2020-06-13] 178: Checking user_migrations ** [02:59:48 2020-06-13] 178: Checking batch_updates ** [02:59:48 2020-06-13] 178: Checking gears ** [02:59:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:59:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:53 2020-06-13] 178: Checking imports ** [02:59:53 2020-06-13] 178: Checking exports ** [02:59:53 2020-06-13] 178: Checking users ** [02:59:53 2020-06-13] 178: Checking user_dbs ** [02:59:53 2020-06-13] 178: Checking geocodings ** [02:59:53 2020-06-13] 178: Checking synchronizations ** [02:59:53 2020-06-13] 178: Checking tracker ** [02:59:53 2020-06-13] 178: Checking user_migrations ** [02:59:53 2020-06-13] 178: Checking batch_updates ** [02:59:53 2020-06-13] 178: Checking gears ** [02:59:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:59:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:58 2020-06-13] 178: Checking imports ** [02:59:58 2020-06-13] 178: Checking exports ** [02:59:58 2020-06-13] 178: Checking users ** [02:59:58 2020-06-13] 178: Checking user_dbs ** [02:59:58 2020-06-13] 178: Checking geocodings ** [02:59:58 2020-06-13] 178: Checking synchronizations ** [02:59:58 2020-06-13] 178: Checking tracker ** [02:59:58 2020-06-13] 178: Checking user_migrations ** [02:59:58 2020-06-13] 178: Checking batch_updates ** [02:59:58 2020-06-13] 178: Checking gears ** [02:59:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [02:59:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:03 2020-06-13] 178: Checking imports ** [03:00:03 2020-06-13] 178: Checking exports ** [03:00:03 2020-06-13] 178: Checking users ** [03:00:03 2020-06-13] 178: Checking user_dbs ** [03:00:03 2020-06-13] 178: Checking geocodings ** [03:00:03 2020-06-13] 178: Checking synchronizations ** [03:00:03 2020-06-13] 178: Checking tracker ** [03:00:03 2020-06-13] 178: Checking user_migrations ** [03:00:03 2020-06-13] 178: Checking batch_updates ** [03:00:03 2020-06-13] 178: Checking gears ** [03:00:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:00:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:08 2020-06-13] 178: Checking imports ** [03:00:08 2020-06-13] 178: Checking exports ** [03:00:08 2020-06-13] 178: Checking users ** [03:00:08 2020-06-13] 178: Checking user_dbs ** [03:00:08 2020-06-13] 178: Checking geocodings ** [03:00:08 2020-06-13] 178: Checking synchronizations ** [03:00:08 2020-06-13] 178: Checking tracker ** [03:00:08 2020-06-13] 178: Checking user_migrations ** [03:00:08 2020-06-13] 178: Checking batch_updates ** [03:00:08 2020-06-13] 178: Checking gears ** [03:00:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:00:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:13 2020-06-13] 178: Checking imports ** [03:00:15 2020-06-13] 178: Checking exports ** [03:00:15 2020-06-13] 178: Checking users ** [03:00:15 2020-06-13] 178: Checking user_dbs ** [03:00:15 2020-06-13] 178: Checking geocodings ** [03:00:15 2020-06-13] 178: Checking synchronizations ** [03:00:15 2020-06-13] 178: Checking tracker ** [03:00:15 2020-06-13] 178: Checking user_migrations ** [03:00:15 2020-06-13] 178: Checking batch_updates ** [03:00:15 2020-06-13] 178: Checking gears ** [03:00:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:00:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:20 2020-06-13] 178: Checking imports ** [03:00:20 2020-06-13] 178: Checking exports ** [03:00:20 2020-06-13] 178: Checking users ** [03:00:20 2020-06-13] 178: Checking user_dbs ** [03:00:20 2020-06-13] 178: Checking geocodings ** [03:00:20 2020-06-13] 178: Checking synchronizations ** [03:00:20 2020-06-13] 178: Checking tracker ** [03:00:20 2020-06-13] 178: Checking user_migrations ** [03:00:20 2020-06-13] 178: Checking batch_updates ** [03:00:20 2020-06-13] 178: Checking gears ** [03:00:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:00:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:25 2020-06-13] 178: Checking imports ** [03:00:25 2020-06-13] 178: Checking exports ** [03:00:25 2020-06-13] 178: Checking users ** [03:00:25 2020-06-13] 178: Checking user_dbs ** [03:00:25 2020-06-13] 178: Checking geocodings ** [03:00:25 2020-06-13] 178: Checking synchronizations ** [03:00:25 2020-06-13] 178: Checking tracker ** [03:00:25 2020-06-13] 178: Checking user_migrations ** [03:00:25 2020-06-13] 178: Checking batch_updates ** [03:00:25 2020-06-13] 178: Checking gears ** [03:00:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:00:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:30 2020-06-13] 178: Checking imports ** [03:00:30 2020-06-13] 178: Checking exports ** [03:00:30 2020-06-13] 178: Checking users ** [03:00:30 2020-06-13] 178: Checking user_dbs ** [03:00:30 2020-06-13] 178: Checking geocodings ** [03:00:30 2020-06-13] 178: Checking synchronizations ** [03:00:30 2020-06-13] 178: Checking tracker ** [03:00:30 2020-06-13] 178: Checking user_migrations ** [03:00:30 2020-06-13] 178: Checking batch_updates ** [03:00:30 2020-06-13] 178: Checking gears ** [03:00:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:00:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:35 2020-06-13] 178: Checking imports ** [03:00:35 2020-06-13] 178: Checking exports ** [03:00:35 2020-06-13] 178: Checking users ** [03:00:35 2020-06-13] 178: Checking user_dbs ** [03:00:35 2020-06-13] 178: Checking geocodings ** [03:00:35 2020-06-13] 178: Checking synchronizations ** [03:00:35 2020-06-13] 178: Checking tracker ** [03:00:35 2020-06-13] 178: Checking user_migrations ** [03:00:35 2020-06-13] 178: Checking batch_updates ** [03:00:35 2020-06-13] 178: Checking gears ** [03:00:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:00:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:40 2020-06-13] 178: Checking imports ** [03:00:40 2020-06-13] 178: Checking exports ** [03:00:40 2020-06-13] 178: Checking users ** [03:00:40 2020-06-13] 178: Checking user_dbs ** [03:00:40 2020-06-13] 178: Checking geocodings ** [03:00:40 2020-06-13] 178: Checking synchronizations ** [03:00:40 2020-06-13] 178: Checking tracker ** [03:00:40 2020-06-13] 178: Checking user_migrations ** [03:00:40 2020-06-13] 178: Checking batch_updates ** [03:00:40 2020-06-13] 178: Checking gears ** [03:00:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:00:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:45 2020-06-13] 178: Checking imports ** [03:00:45 2020-06-13] 178: Checking exports ** [03:00:45 2020-06-13] 178: Checking users ** [03:00:45 2020-06-13] 178: Checking user_dbs ** [03:00:45 2020-06-13] 178: Checking geocodings ** [03:00:45 2020-06-13] 178: Checking synchronizations ** [03:00:45 2020-06-13] 178: Checking tracker ** [03:00:45 2020-06-13] 178: Checking user_migrations ** [03:00:45 2020-06-13] 178: Checking batch_updates ** [03:00:45 2020-06-13] 178: Checking gears ** [03:00:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:00:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:50 2020-06-13] 178: Checking imports ** [03:00:50 2020-06-13] 178: Checking exports ** [03:00:50 2020-06-13] 178: Checking users ** [03:00:50 2020-06-13] 178: Checking user_dbs ** [03:00:50 2020-06-13] 178: Checking geocodings ** [03:00:50 2020-06-13] 178: Checking synchronizations ** [03:00:50 2020-06-13] 178: Checking tracker ** [03:00:50 2020-06-13] 178: Checking user_migrations ** [03:00:50 2020-06-13] 178: Checking batch_updates ** [03:00:50 2020-06-13] 178: Checking gears ** [03:00:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:00:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:55 2020-06-13] 178: Checking imports ** [03:00:55 2020-06-13] 178: Checking exports ** [03:00:55 2020-06-13] 178: Checking users ** [03:00:55 2020-06-13] 178: Checking user_dbs ** [03:00:55 2020-06-13] 178: Checking geocodings ** [03:00:55 2020-06-13] 178: Checking synchronizations ** [03:00:55 2020-06-13] 178: Checking tracker ** [03:00:55 2020-06-13] 178: Checking user_migrations ** [03:00:55 2020-06-13] 178: Checking batch_updates ** [03:00:55 2020-06-13] 178: Checking gears ** [03:00:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:00:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:00 2020-06-13] 178: Checking imports ** [03:01:00 2020-06-13] 178: Checking exports ** [03:01:00 2020-06-13] 178: Checking users ** [03:01:00 2020-06-13] 178: Checking user_dbs ** [03:01:00 2020-06-13] 178: Checking geocodings ** [03:01:00 2020-06-13] 178: Checking synchronizations ** [03:01:00 2020-06-13] 178: Checking tracker ** [03:01:00 2020-06-13] 178: Checking user_migrations ** [03:01:00 2020-06-13] 178: Checking batch_updates ** [03:01:00 2020-06-13] 178: Checking gears ** [03:01:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:01:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:05 2020-06-13] 178: Checking imports ** [03:01:05 2020-06-13] 178: Checking exports ** [03:01:05 2020-06-13] 178: Checking users ** [03:01:05 2020-06-13] 178: Checking user_dbs ** [03:01:05 2020-06-13] 178: Checking geocodings ** [03:01:05 2020-06-13] 178: Checking synchronizations ** [03:01:05 2020-06-13] 178: Checking tracker ** [03:01:05 2020-06-13] 178: Checking user_migrations ** [03:01:05 2020-06-13] 178: Checking batch_updates ** [03:01:05 2020-06-13] 178: Checking gears ** [03:01:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:01:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:10 2020-06-13] 178: Checking imports ** [03:01:10 2020-06-13] 178: Checking exports ** [03:01:10 2020-06-13] 178: Checking users ** [03:01:10 2020-06-13] 178: Checking user_dbs ** [03:01:10 2020-06-13] 178: Checking geocodings ** [03:01:10 2020-06-13] 178: Checking synchronizations ** [03:01:10 2020-06-13] 178: Checking tracker ** [03:01:10 2020-06-13] 178: Checking user_migrations ** [03:01:10 2020-06-13] 178: Checking batch_updates ** [03:01:10 2020-06-13] 178: Checking gears ** [03:01:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:01:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:15 2020-06-13] 178: Checking imports ** [03:01:15 2020-06-13] 178: Checking exports ** [03:01:15 2020-06-13] 178: Checking users ** [03:01:15 2020-06-13] 178: Checking user_dbs ** [03:01:15 2020-06-13] 178: Checking geocodings ** [03:01:15 2020-06-13] 178: Checking synchronizations ** [03:01:15 2020-06-13] 178: Checking tracker ** [03:01:15 2020-06-13] 178: Checking user_migrations ** [03:01:15 2020-06-13] 178: Checking batch_updates ** [03:01:15 2020-06-13] 178: Checking gears ** [03:01:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:01:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:20 2020-06-13] 178: Checking imports ** [03:01:20 2020-06-13] 178: Checking exports ** [03:01:20 2020-06-13] 178: Checking users ** [03:01:20 2020-06-13] 178: Checking user_dbs ** [03:01:20 2020-06-13] 178: Checking geocodings ** [03:01:20 2020-06-13] 178: Checking synchronizations ** [03:01:20 2020-06-13] 178: Checking tracker ** [03:01:20 2020-06-13] 178: Checking user_migrations ** [03:01:20 2020-06-13] 178: Checking batch_updates ** [03:01:20 2020-06-13] 178: Checking gears ** [03:01:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:01:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:25 2020-06-13] 178: Checking imports ** [03:01:25 2020-06-13] 178: Checking exports ** [03:01:25 2020-06-13] 178: Checking users ** [03:01:25 2020-06-13] 178: Checking user_dbs ** [03:01:25 2020-06-13] 178: Checking geocodings ** [03:01:25 2020-06-13] 178: Checking synchronizations ** [03:01:25 2020-06-13] 178: Checking tracker ** [03:01:25 2020-06-13] 178: Checking user_migrations ** [03:01:25 2020-06-13] 178: Checking batch_updates ** [03:01:25 2020-06-13] 178: Checking gears ** [03:01:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:01:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:30 2020-06-13] 178: Checking imports ** [03:01:30 2020-06-13] 178: Checking exports ** [03:01:30 2020-06-13] 178: Checking users ** [03:01:30 2020-06-13] 178: Checking user_dbs ** [03:01:30 2020-06-13] 178: Checking geocodings ** [03:01:30 2020-06-13] 178: Checking synchronizations ** [03:01:30 2020-06-13] 178: Checking tracker ** [03:01:30 2020-06-13] 178: Checking user_migrations ** [03:01:30 2020-06-13] 178: Checking batch_updates ** [03:01:30 2020-06-13] 178: Checking gears ** [03:01:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:01:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:35 2020-06-13] 178: Checking imports ** [03:01:35 2020-06-13] 178: Checking exports ** [03:01:35 2020-06-13] 178: Checking users ** [03:01:35 2020-06-13] 178: Checking user_dbs ** [03:01:35 2020-06-13] 178: Checking geocodings ** [03:01:35 2020-06-13] 178: Checking synchronizations ** [03:01:35 2020-06-13] 178: Checking tracker ** [03:01:35 2020-06-13] 178: Checking user_migrations ** [03:01:35 2020-06-13] 178: Checking batch_updates ** [03:01:35 2020-06-13] 178: Checking gears ** [03:01:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:01:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:40 2020-06-13] 178: Checking imports ** [03:01:40 2020-06-13] 178: Checking exports ** [03:01:40 2020-06-13] 178: Checking users ** [03:01:40 2020-06-13] 178: Checking user_dbs ** [03:01:40 2020-06-13] 178: Checking geocodings ** [03:01:40 2020-06-13] 178: Checking synchronizations ** [03:01:40 2020-06-13] 178: Checking tracker ** [03:01:40 2020-06-13] 178: Checking user_migrations ** [03:01:40 2020-06-13] 178: Checking batch_updates ** [03:01:40 2020-06-13] 178: Checking gears ** [03:01:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:01:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:45 2020-06-13] 178: Checking imports ** [03:01:45 2020-06-13] 178: Checking exports ** [03:01:45 2020-06-13] 178: Checking users ** [03:01:45 2020-06-13] 178: Checking user_dbs ** [03:01:45 2020-06-13] 178: Checking geocodings ** [03:01:45 2020-06-13] 178: Checking synchronizations ** [03:01:45 2020-06-13] 178: Checking tracker ** [03:01:45 2020-06-13] 178: Checking user_migrations ** [03:01:45 2020-06-13] 178: Checking batch_updates ** [03:01:45 2020-06-13] 178: Checking gears ** [03:01:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:01:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:50 2020-06-13] 178: Checking imports ** [03:01:50 2020-06-13] 178: Checking exports ** [03:01:50 2020-06-13] 178: Checking users ** [03:01:50 2020-06-13] 178: Checking user_dbs ** [03:01:50 2020-06-13] 178: Checking geocodings ** [03:01:50 2020-06-13] 178: Checking synchronizations ** [03:01:50 2020-06-13] 178: Checking tracker ** [03:01:50 2020-06-13] 178: Checking user_migrations ** [03:01:50 2020-06-13] 178: Checking batch_updates ** [03:01:50 2020-06-13] 178: Checking gears ** [03:01:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:01:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:55 2020-06-13] 178: Checking imports ** [03:01:55 2020-06-13] 178: Checking exports ** [03:01:55 2020-06-13] 178: Checking users ** [03:01:55 2020-06-13] 178: Checking user_dbs ** [03:01:55 2020-06-13] 178: Checking geocodings ** [03:01:55 2020-06-13] 178: Checking synchronizations ** [03:01:55 2020-06-13] 178: Checking tracker ** [03:01:55 2020-06-13] 178: Checking user_migrations ** [03:01:55 2020-06-13] 178: Checking batch_updates ** [03:01:55 2020-06-13] 178: Checking gears ** [03:01:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:01:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:00 2020-06-13] 178: Checking imports ** [03:02:00 2020-06-13] 178: Checking exports ** [03:02:00 2020-06-13] 178: Checking users ** [03:02:00 2020-06-13] 178: Checking user_dbs ** [03:02:00 2020-06-13] 178: Checking geocodings ** [03:02:00 2020-06-13] 178: Checking synchronizations ** [03:02:00 2020-06-13] 178: Checking tracker ** [03:02:00 2020-06-13] 178: Checking user_migrations ** [03:02:00 2020-06-13] 178: Checking batch_updates ** [03:02:00 2020-06-13] 178: Checking gears ** [03:02:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:02:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:05 2020-06-13] 178: Checking imports ** [03:02:05 2020-06-13] 178: Checking exports ** [03:02:05 2020-06-13] 178: Checking users ** [03:02:05 2020-06-13] 178: Checking user_dbs ** [03:02:05 2020-06-13] 178: Checking geocodings ** [03:02:05 2020-06-13] 178: Checking synchronizations ** [03:02:05 2020-06-13] 178: Checking tracker ** [03:02:05 2020-06-13] 178: Checking user_migrations ** [03:02:05 2020-06-13] 178: Checking batch_updates ** [03:02:05 2020-06-13] 178: Checking gears ** [03:02:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:02:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:10 2020-06-13] 178: Checking imports ** [03:02:10 2020-06-13] 178: Checking exports ** [03:02:10 2020-06-13] 178: Checking users ** [03:02:10 2020-06-13] 178: Checking user_dbs ** [03:02:10 2020-06-13] 178: Checking geocodings ** [03:02:10 2020-06-13] 178: Checking synchronizations ** [03:02:10 2020-06-13] 178: Checking tracker ** [03:02:10 2020-06-13] 178: Checking user_migrations ** [03:02:10 2020-06-13] 178: Checking batch_updates ** [03:02:10 2020-06-13] 178: Checking gears ** [03:02:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:02:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:15 2020-06-13] 178: Checking imports ** [03:02:15 2020-06-13] 178: Checking exports ** [03:02:15 2020-06-13] 178: Checking users ** [03:02:15 2020-06-13] 178: Checking user_dbs ** [03:02:15 2020-06-13] 178: Checking geocodings ** [03:02:15 2020-06-13] 178: Checking synchronizations ** [03:02:15 2020-06-13] 178: Checking tracker ** [03:02:15 2020-06-13] 178: Checking user_migrations ** [03:02:15 2020-06-13] 178: Checking batch_updates ** [03:02:15 2020-06-13] 178: Checking gears ** [03:02:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:02:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:20 2020-06-13] 178: Checking imports ** [03:02:20 2020-06-13] 178: Checking exports ** [03:02:20 2020-06-13] 178: Checking users ** [03:02:20 2020-06-13] 178: Checking user_dbs ** [03:02:20 2020-06-13] 178: Checking geocodings ** [03:02:20 2020-06-13] 178: Checking synchronizations ** [03:02:20 2020-06-13] 178: Checking tracker ** [03:02:20 2020-06-13] 178: Checking user_migrations ** [03:02:20 2020-06-13] 178: Checking batch_updates ** [03:02:20 2020-06-13] 178: Checking gears ** [03:02:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:02:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:25 2020-06-13] 178: Checking imports ** [03:02:25 2020-06-13] 178: Checking exports ** [03:02:25 2020-06-13] 178: Checking users ** [03:02:25 2020-06-13] 178: Checking user_dbs ** [03:02:25 2020-06-13] 178: Checking geocodings ** [03:02:25 2020-06-13] 178: Checking synchronizations ** [03:02:25 2020-06-13] 178: Checking tracker ** [03:02:25 2020-06-13] 178: Checking user_migrations ** [03:02:25 2020-06-13] 178: Checking batch_updates ** [03:02:25 2020-06-13] 178: Checking gears ** [03:02:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:02:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:30 2020-06-13] 178: Checking imports ** [03:02:30 2020-06-13] 178: Checking exports ** [03:02:30 2020-06-13] 178: Checking users ** [03:02:30 2020-06-13] 178: Checking user_dbs ** [03:02:30 2020-06-13] 178: Checking geocodings ** [03:02:30 2020-06-13] 178: Checking synchronizations ** [03:02:30 2020-06-13] 178: Checking tracker ** [03:02:30 2020-06-13] 178: Checking user_migrations ** [03:02:30 2020-06-13] 178: Checking batch_updates ** [03:02:30 2020-06-13] 178: Checking gears ** [03:02:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:02:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:35 2020-06-13] 178: Checking imports ** [03:02:35 2020-06-13] 178: Checking exports ** [03:02:35 2020-06-13] 178: Checking users ** [03:02:35 2020-06-13] 178: Checking user_dbs ** [03:02:35 2020-06-13] 178: Checking geocodings ** [03:02:35 2020-06-13] 178: Checking synchronizations ** [03:02:35 2020-06-13] 178: Checking tracker ** [03:02:35 2020-06-13] 178: Checking user_migrations ** [03:02:35 2020-06-13] 178: Checking batch_updates ** [03:02:35 2020-06-13] 178: Checking gears ** [03:02:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:02:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:40 2020-06-13] 178: Checking imports ** [03:02:40 2020-06-13] 178: Checking exports ** [03:02:40 2020-06-13] 178: Checking users ** [03:02:40 2020-06-13] 178: Checking user_dbs ** [03:02:40 2020-06-13] 178: Checking geocodings ** [03:02:40 2020-06-13] 178: Checking synchronizations ** [03:02:40 2020-06-13] 178: Checking tracker ** [03:02:40 2020-06-13] 178: Checking user_migrations ** [03:02:40 2020-06-13] 178: Checking batch_updates ** [03:02:40 2020-06-13] 178: Checking gears ** [03:02:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:02:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:45 2020-06-13] 178: Checking imports ** [03:02:45 2020-06-13] 178: Checking exports ** [03:02:45 2020-06-13] 178: Checking users ** [03:02:45 2020-06-13] 178: Checking user_dbs ** [03:02:45 2020-06-13] 178: Checking geocodings ** [03:02:45 2020-06-13] 178: Checking synchronizations ** [03:02:45 2020-06-13] 178: Checking tracker ** [03:02:45 2020-06-13] 178: Checking user_migrations ** [03:02:45 2020-06-13] 178: Checking batch_updates ** [03:02:45 2020-06-13] 178: Checking gears ** [03:02:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:02:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:50 2020-06-13] 178: Checking imports ** [03:02:50 2020-06-13] 178: Checking exports ** [03:02:50 2020-06-13] 178: Checking users ** [03:02:50 2020-06-13] 178: Checking user_dbs ** [03:02:50 2020-06-13] 178: Checking geocodings ** [03:02:50 2020-06-13] 178: Checking synchronizations ** [03:02:50 2020-06-13] 178: Checking tracker ** [03:02:50 2020-06-13] 178: Checking user_migrations ** [03:02:50 2020-06-13] 178: Checking batch_updates ** [03:02:50 2020-06-13] 178: Checking gears ** [03:02:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:02:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:55 2020-06-13] 178: Checking imports ** [03:02:55 2020-06-13] 178: Checking exports ** [03:02:55 2020-06-13] 178: Checking users ** [03:02:55 2020-06-13] 178: Checking user_dbs ** [03:02:55 2020-06-13] 178: Checking geocodings ** [03:02:55 2020-06-13] 178: Checking synchronizations ** [03:02:55 2020-06-13] 178: Checking tracker ** [03:02:55 2020-06-13] 178: Checking user_migrations ** [03:02:55 2020-06-13] 178: Checking batch_updates ** [03:02:55 2020-06-13] 178: Checking gears ** [03:02:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:02:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:00 2020-06-13] 178: Checking imports ** [03:03:00 2020-06-13] 178: Checking exports ** [03:03:00 2020-06-13] 178: Checking users ** [03:03:00 2020-06-13] 178: Checking user_dbs ** [03:03:00 2020-06-13] 178: Checking geocodings ** [03:03:00 2020-06-13] 178: Checking synchronizations ** [03:03:00 2020-06-13] 178: Checking tracker ** [03:03:00 2020-06-13] 178: Checking user_migrations ** [03:03:00 2020-06-13] 178: Checking batch_updates ** [03:03:00 2020-06-13] 178: Checking gears ** [03:03:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:03:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:05 2020-06-13] 178: Checking imports ** [03:03:05 2020-06-13] 178: Checking exports ** [03:03:05 2020-06-13] 178: Checking users ** [03:03:05 2020-06-13] 178: Checking user_dbs ** [03:03:05 2020-06-13] 178: Checking geocodings ** [03:03:05 2020-06-13] 178: Checking synchronizations ** [03:03:05 2020-06-13] 178: Checking tracker ** [03:03:05 2020-06-13] 178: Checking user_migrations ** [03:03:05 2020-06-13] 178: Checking batch_updates ** [03:03:05 2020-06-13] 178: Checking gears ** [03:03:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:03:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:10 2020-06-13] 178: Checking imports ** [03:03:10 2020-06-13] 178: Checking exports ** [03:03:10 2020-06-13] 178: Checking users ** [03:03:10 2020-06-13] 178: Checking user_dbs ** [03:03:10 2020-06-13] 178: Checking geocodings ** [03:03:10 2020-06-13] 178: Checking synchronizations ** [03:03:10 2020-06-13] 178: Checking tracker ** [03:03:10 2020-06-13] 178: Checking user_migrations ** [03:03:10 2020-06-13] 178: Checking batch_updates ** [03:03:10 2020-06-13] 178: Checking gears ** [03:03:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:03:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:15 2020-06-13] 178: Checking imports ** [03:03:15 2020-06-13] 178: Checking exports ** [03:03:15 2020-06-13] 178: Checking users ** [03:03:15 2020-06-13] 178: Checking user_dbs ** [03:03:15 2020-06-13] 178: Checking geocodings ** [03:03:15 2020-06-13] 178: Checking synchronizations ** [03:03:15 2020-06-13] 178: Checking tracker ** [03:03:15 2020-06-13] 178: Checking user_migrations ** [03:03:15 2020-06-13] 178: Checking batch_updates ** [03:03:15 2020-06-13] 178: Checking gears ** [03:03:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:03:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:20 2020-06-13] 178: Checking imports ** [03:03:20 2020-06-13] 178: Checking exports ** [03:03:20 2020-06-13] 178: Checking users ** [03:03:20 2020-06-13] 178: Checking user_dbs ** [03:03:20 2020-06-13] 178: Checking geocodings ** [03:03:20 2020-06-13] 178: Checking synchronizations ** [03:03:20 2020-06-13] 178: Checking tracker ** [03:03:20 2020-06-13] 178: Checking user_migrations ** [03:03:20 2020-06-13] 178: Checking batch_updates ** [03:03:20 2020-06-13] 178: Checking gears ** [03:03:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:03:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:25 2020-06-13] 178: Checking imports ** [03:03:25 2020-06-13] 178: Checking exports ** [03:03:25 2020-06-13] 178: Checking users ** [03:03:25 2020-06-13] 178: Checking user_dbs ** [03:03:25 2020-06-13] 178: Checking geocodings ** [03:03:25 2020-06-13] 178: Checking synchronizations ** [03:03:25 2020-06-13] 178: Checking tracker ** [03:03:25 2020-06-13] 178: Checking user_migrations ** [03:03:25 2020-06-13] 178: Checking batch_updates ** [03:03:25 2020-06-13] 178: Checking gears ** [03:03:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:03:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:30 2020-06-13] 178: Checking imports ** [03:03:30 2020-06-13] 178: Checking exports ** [03:03:30 2020-06-13] 178: Checking users ** [03:03:30 2020-06-13] 178: Checking user_dbs ** [03:03:30 2020-06-13] 178: Checking geocodings ** [03:03:30 2020-06-13] 178: Checking synchronizations ** [03:03:30 2020-06-13] 178: Checking tracker ** [03:03:30 2020-06-13] 178: Checking user_migrations ** [03:03:30 2020-06-13] 178: Checking batch_updates ** [03:03:30 2020-06-13] 178: Checking gears ** [03:03:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:03:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:35 2020-06-13] 178: Checking imports ** [03:03:35 2020-06-13] 178: Checking exports ** [03:03:35 2020-06-13] 178: Checking users ** [03:03:35 2020-06-13] 178: Checking user_dbs ** [03:03:35 2020-06-13] 178: Checking geocodings ** [03:03:35 2020-06-13] 178: Checking synchronizations ** [03:03:35 2020-06-13] 178: Checking tracker ** [03:03:35 2020-06-13] 178: Checking user_migrations ** [03:03:35 2020-06-13] 178: Checking batch_updates ** [03:03:35 2020-06-13] 178: Checking gears ** [03:03:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:03:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:40 2020-06-13] 178: Checking imports ** [03:03:40 2020-06-13] 178: Checking exports ** [03:03:40 2020-06-13] 178: Checking users ** [03:03:40 2020-06-13] 178: Checking user_dbs ** [03:03:40 2020-06-13] 178: Checking geocodings ** [03:03:40 2020-06-13] 178: Checking synchronizations ** [03:03:40 2020-06-13] 178: Checking tracker ** [03:03:40 2020-06-13] 178: Checking user_migrations ** [03:03:40 2020-06-13] 178: Checking batch_updates ** [03:03:40 2020-06-13] 178: Checking gears ** [03:03:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:03:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:45 2020-06-13] 178: Checking imports ** [03:03:45 2020-06-13] 178: Checking exports ** [03:03:45 2020-06-13] 178: Checking users ** [03:03:45 2020-06-13] 178: Checking user_dbs ** [03:03:45 2020-06-13] 178: Checking geocodings ** [03:03:45 2020-06-13] 178: Checking synchronizations ** [03:03:45 2020-06-13] 178: Checking tracker ** [03:03:45 2020-06-13] 178: Checking user_migrations ** [03:03:45 2020-06-13] 178: Checking batch_updates ** [03:03:45 2020-06-13] 178: Checking gears ** [03:03:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:03:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:50 2020-06-13] 178: Checking imports ** [03:03:50 2020-06-13] 178: Checking exports ** [03:03:50 2020-06-13] 178: Checking users ** [03:03:50 2020-06-13] 178: Checking user_dbs ** [03:03:50 2020-06-13] 178: Checking geocodings ** [03:03:50 2020-06-13] 178: Checking synchronizations ** [03:03:50 2020-06-13] 178: Checking tracker ** [03:03:50 2020-06-13] 178: Checking user_migrations ** [03:03:50 2020-06-13] 178: Checking batch_updates ** [03:03:50 2020-06-13] 178: Checking gears ** [03:03:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:03:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:55 2020-06-13] 178: Checking imports ** [03:03:55 2020-06-13] 178: Checking exports ** [03:03:55 2020-06-13] 178: Checking users ** [03:03:55 2020-06-13] 178: Checking user_dbs ** [03:03:55 2020-06-13] 178: Checking geocodings ** [03:03:55 2020-06-13] 178: Checking synchronizations ** [03:03:55 2020-06-13] 178: Checking tracker ** [03:03:55 2020-06-13] 178: Checking user_migrations ** [03:03:55 2020-06-13] 178: Checking batch_updates ** [03:03:55 2020-06-13] 178: Checking gears ** [03:03:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:03:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:00 2020-06-13] 178: Checking imports ** [03:04:00 2020-06-13] 178: Checking exports ** [03:04:00 2020-06-13] 178: Checking users ** [03:04:00 2020-06-13] 178: Checking user_dbs ** [03:04:00 2020-06-13] 178: Checking geocodings ** [03:04:00 2020-06-13] 178: Checking synchronizations ** [03:04:00 2020-06-13] 178: Checking tracker ** [03:04:00 2020-06-13] 178: Checking user_migrations ** [03:04:00 2020-06-13] 178: Checking batch_updates ** [03:04:00 2020-06-13] 178: Checking gears ** [03:04:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:04:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:05 2020-06-13] 178: Checking imports ** [03:04:05 2020-06-13] 178: Checking exports ** [03:04:05 2020-06-13] 178: Checking users ** [03:04:05 2020-06-13] 178: Checking user_dbs ** [03:04:05 2020-06-13] 178: Checking geocodings ** [03:04:05 2020-06-13] 178: Checking synchronizations ** [03:04:05 2020-06-13] 178: Checking tracker ** [03:04:05 2020-06-13] 178: Checking user_migrations ** [03:04:05 2020-06-13] 178: Checking batch_updates ** [03:04:05 2020-06-13] 178: Checking gears ** [03:04:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:04:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:10 2020-06-13] 178: Checking imports ** [03:04:10 2020-06-13] 178: Checking exports ** [03:04:10 2020-06-13] 178: Checking users ** [03:04:10 2020-06-13] 178: Checking user_dbs ** [03:04:10 2020-06-13] 178: Checking geocodings ** [03:04:10 2020-06-13] 178: Checking synchronizations ** [03:04:10 2020-06-13] 178: Checking tracker ** [03:04:10 2020-06-13] 178: Checking user_migrations ** [03:04:10 2020-06-13] 178: Checking batch_updates ** [03:04:10 2020-06-13] 178: Checking gears ** [03:04:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:04:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:15 2020-06-13] 178: Checking imports ** [03:04:15 2020-06-13] 178: Checking exports ** [03:04:15 2020-06-13] 178: Checking users ** [03:04:15 2020-06-13] 178: Checking user_dbs ** [03:04:15 2020-06-13] 178: Checking geocodings ** [03:04:15 2020-06-13] 178: Checking synchronizations ** [03:04:15 2020-06-13] 178: Checking tracker ** [03:04:15 2020-06-13] 178: Checking user_migrations ** [03:04:15 2020-06-13] 178: Checking batch_updates ** [03:04:15 2020-06-13] 178: Checking gears ** [03:04:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:04:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:20 2020-06-13] 178: Checking imports ** [03:04:20 2020-06-13] 178: Checking exports ** [03:04:20 2020-06-13] 178: Checking users ** [03:04:20 2020-06-13] 178: Checking user_dbs ** [03:04:20 2020-06-13] 178: Checking geocodings ** [03:04:20 2020-06-13] 178: Checking synchronizations ** [03:04:20 2020-06-13] 178: Checking tracker ** [03:04:20 2020-06-13] 178: Checking user_migrations ** [03:04:20 2020-06-13] 178: Checking batch_updates ** [03:04:20 2020-06-13] 178: Checking gears ** [03:04:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:04:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:25 2020-06-13] 178: Checking imports ** [03:04:25 2020-06-13] 178: Checking exports ** [03:04:25 2020-06-13] 178: Checking users ** [03:04:25 2020-06-13] 178: Checking user_dbs ** [03:04:25 2020-06-13] 178: Checking geocodings ** [03:04:25 2020-06-13] 178: Checking synchronizations ** [03:04:25 2020-06-13] 178: Checking tracker ** [03:04:25 2020-06-13] 178: Checking user_migrations ** [03:04:25 2020-06-13] 178: Checking batch_updates ** [03:04:25 2020-06-13] 178: Checking gears ** [03:04:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:04:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:30 2020-06-13] 178: Checking imports ** [03:04:30 2020-06-13] 178: Checking exports ** [03:04:30 2020-06-13] 178: Checking users ** [03:04:30 2020-06-13] 178: Checking user_dbs ** [03:04:31 2020-06-13] 178: Checking geocodings ** [03:04:31 2020-06-13] 178: Checking synchronizations ** [03:04:31 2020-06-13] 178: Checking tracker ** [03:04:31 2020-06-13] 178: Checking user_migrations ** [03:04:31 2020-06-13] 178: Checking batch_updates ** [03:04:31 2020-06-13] 178: Checking gears ** [03:04:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:04:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:36 2020-06-13] 178: Checking imports ** [03:04:36 2020-06-13] 178: Checking exports ** [03:04:36 2020-06-13] 178: Checking users ** [03:04:36 2020-06-13] 178: Checking user_dbs ** [03:04:36 2020-06-13] 178: Checking geocodings ** [03:04:36 2020-06-13] 178: Checking synchronizations ** [03:04:36 2020-06-13] 178: Checking tracker ** [03:04:36 2020-06-13] 178: Checking user_migrations ** [03:04:36 2020-06-13] 178: Checking batch_updates ** [03:04:36 2020-06-13] 178: Checking gears ** [03:04:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:04:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:41 2020-06-13] 178: Checking imports ** [03:04:41 2020-06-13] 178: Checking exports ** [03:04:41 2020-06-13] 178: Checking users ** [03:04:41 2020-06-13] 178: Checking user_dbs ** [03:04:41 2020-06-13] 178: Checking geocodings ** [03:04:41 2020-06-13] 178: Checking synchronizations ** [03:04:41 2020-06-13] 178: Checking tracker ** [03:04:41 2020-06-13] 178: Checking user_migrations ** [03:04:41 2020-06-13] 178: Checking batch_updates ** [03:04:41 2020-06-13] 178: Checking gears ** [03:04:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:04:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:46 2020-06-13] 178: Checking imports ** [03:04:46 2020-06-13] 178: Checking exports ** [03:04:46 2020-06-13] 178: Checking users ** [03:04:46 2020-06-13] 178: Checking user_dbs ** [03:04:46 2020-06-13] 178: Checking geocodings ** [03:04:46 2020-06-13] 178: Checking synchronizations ** [03:04:46 2020-06-13] 178: Checking tracker ** [03:04:46 2020-06-13] 178: Checking user_migrations ** [03:04:46 2020-06-13] 178: Checking batch_updates ** [03:04:46 2020-06-13] 178: Checking gears ** [03:04:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:04:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:51 2020-06-13] 178: Checking imports ** [03:04:51 2020-06-13] 178: Checking exports ** [03:04:51 2020-06-13] 178: Checking users ** [03:04:51 2020-06-13] 178: Checking user_dbs ** [03:04:51 2020-06-13] 178: Checking geocodings ** [03:04:51 2020-06-13] 178: Checking synchronizations ** [03:04:51 2020-06-13] 178: Checking tracker ** [03:04:51 2020-06-13] 178: Checking user_migrations ** [03:04:51 2020-06-13] 178: Checking batch_updates ** [03:04:51 2020-06-13] 178: Checking gears ** [03:04:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:04:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:56 2020-06-13] 178: Checking imports ** [03:04:56 2020-06-13] 178: Checking exports ** [03:04:56 2020-06-13] 178: Checking users ** [03:04:56 2020-06-13] 178: Checking user_dbs ** [03:04:56 2020-06-13] 178: Checking geocodings ** [03:04:56 2020-06-13] 178: Checking synchronizations ** [03:04:56 2020-06-13] 178: Checking tracker ** [03:04:56 2020-06-13] 178: Checking user_migrations ** [03:04:56 2020-06-13] 178: Checking batch_updates ** [03:04:56 2020-06-13] 178: Checking gears ** [03:04:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:04:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:01 2020-06-13] 178: Checking imports ** [03:05:01 2020-06-13] 178: Checking exports ** [03:05:01 2020-06-13] 178: Checking users ** [03:05:01 2020-06-13] 178: Checking user_dbs ** [03:05:01 2020-06-13] 178: Checking geocodings ** [03:05:01 2020-06-13] 178: Checking synchronizations ** [03:05:01 2020-06-13] 178: Checking tracker ** [03:05:01 2020-06-13] 178: Checking user_migrations ** [03:05:01 2020-06-13] 178: Checking batch_updates ** [03:05:01 2020-06-13] 178: Checking gears ** [03:05:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:05:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:06 2020-06-13] 178: Checking imports ** [03:05:06 2020-06-13] 178: Checking exports ** [03:05:06 2020-06-13] 178: Checking users ** [03:05:06 2020-06-13] 178: Checking user_dbs ** [03:05:06 2020-06-13] 178: Checking geocodings ** [03:05:06 2020-06-13] 178: Checking synchronizations ** [03:05:06 2020-06-13] 178: Checking tracker ** [03:05:06 2020-06-13] 178: Checking user_migrations ** [03:05:06 2020-06-13] 178: Checking batch_updates ** [03:05:06 2020-06-13] 178: Checking gears ** [03:05:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:05:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:11 2020-06-13] 178: Checking imports ** [03:05:11 2020-06-13] 178: Checking exports ** [03:05:11 2020-06-13] 178: Checking users ** [03:05:11 2020-06-13] 178: Checking user_dbs ** [03:05:11 2020-06-13] 178: Checking geocodings ** [03:05:11 2020-06-13] 178: Checking synchronizations ** [03:05:11 2020-06-13] 178: Checking tracker ** [03:05:11 2020-06-13] 178: Checking user_migrations ** [03:05:11 2020-06-13] 178: Checking batch_updates ** [03:05:11 2020-06-13] 178: Checking gears ** [03:05:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:05:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:16 2020-06-13] 178: Checking imports ** [03:05:16 2020-06-13] 178: Checking exports ** [03:05:16 2020-06-13] 178: Checking users ** [03:05:16 2020-06-13] 178: Checking user_dbs ** [03:05:16 2020-06-13] 178: Checking geocodings ** [03:05:16 2020-06-13] 178: Checking synchronizations ** [03:05:16 2020-06-13] 178: Checking tracker ** [03:05:16 2020-06-13] 178: Checking user_migrations ** [03:05:16 2020-06-13] 178: Checking batch_updates ** [03:05:16 2020-06-13] 178: Checking gears ** [03:05:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:05:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:21 2020-06-13] 178: Checking imports ** [03:05:21 2020-06-13] 178: Checking exports ** [03:05:21 2020-06-13] 178: Checking users ** [03:05:21 2020-06-13] 178: Checking user_dbs ** [03:05:21 2020-06-13] 178: Checking geocodings ** [03:05:21 2020-06-13] 178: Checking synchronizations ** [03:05:21 2020-06-13] 178: Checking tracker ** [03:05:21 2020-06-13] 178: Checking user_migrations ** [03:05:21 2020-06-13] 178: Checking batch_updates ** [03:05:21 2020-06-13] 178: Checking gears ** [03:05:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:05:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:26 2020-06-13] 178: Checking imports ** [03:05:26 2020-06-13] 178: Checking exports ** [03:05:26 2020-06-13] 178: Checking users ** [03:05:26 2020-06-13] 178: Checking user_dbs ** [03:05:26 2020-06-13] 178: Checking geocodings ** [03:05:26 2020-06-13] 178: Checking synchronizations ** [03:05:26 2020-06-13] 178: Checking tracker ** [03:05:26 2020-06-13] 178: Checking user_migrations ** [03:05:26 2020-06-13] 178: Checking batch_updates ** [03:05:26 2020-06-13] 178: Checking gears ** [03:05:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:05:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:31 2020-06-13] 178: Checking imports ** [03:05:31 2020-06-13] 178: Checking exports ** [03:05:31 2020-06-13] 178: Checking users ** [03:05:31 2020-06-13] 178: Checking user_dbs ** [03:05:31 2020-06-13] 178: Checking geocodings ** [03:05:31 2020-06-13] 178: Checking synchronizations ** [03:05:31 2020-06-13] 178: Checking tracker ** [03:05:31 2020-06-13] 178: Checking user_migrations ** [03:05:31 2020-06-13] 178: Checking batch_updates ** [03:05:31 2020-06-13] 178: Checking gears ** [03:05:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:05:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:36 2020-06-13] 178: Checking imports ** [03:05:36 2020-06-13] 178: Checking exports ** [03:05:36 2020-06-13] 178: Checking users ** [03:05:36 2020-06-13] 178: Checking user_dbs ** [03:05:36 2020-06-13] 178: Checking geocodings ** [03:05:36 2020-06-13] 178: Checking synchronizations ** [03:05:36 2020-06-13] 178: Checking tracker ** [03:05:36 2020-06-13] 178: Checking user_migrations ** [03:05:36 2020-06-13] 178: Checking batch_updates ** [03:05:36 2020-06-13] 178: Checking gears ** [03:05:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:05:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:41 2020-06-13] 178: Checking imports ** [03:05:41 2020-06-13] 178: Checking exports ** [03:05:41 2020-06-13] 178: Checking users ** [03:05:41 2020-06-13] 178: Checking user_dbs ** [03:05:41 2020-06-13] 178: Checking geocodings ** [03:05:41 2020-06-13] 178: Checking synchronizations ** [03:05:41 2020-06-13] 178: Checking tracker ** [03:05:41 2020-06-13] 178: Checking user_migrations ** [03:05:41 2020-06-13] 178: Checking batch_updates ** [03:05:41 2020-06-13] 178: Checking gears ** [03:05:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:05:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:46 2020-06-13] 178: Checking imports ** [03:05:46 2020-06-13] 178: Checking exports ** [03:05:46 2020-06-13] 178: Checking users ** [03:05:46 2020-06-13] 178: Checking user_dbs ** [03:05:46 2020-06-13] 178: Checking geocodings ** [03:05:46 2020-06-13] 178: Checking synchronizations ** [03:05:46 2020-06-13] 178: Checking tracker ** [03:05:46 2020-06-13] 178: Checking user_migrations ** [03:05:46 2020-06-13] 178: Checking batch_updates ** [03:05:46 2020-06-13] 178: Checking gears ** [03:05:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:05:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:51 2020-06-13] 178: Checking imports ** [03:05:51 2020-06-13] 178: Checking exports ** [03:05:51 2020-06-13] 178: Checking users ** [03:05:51 2020-06-13] 178: Checking user_dbs ** [03:05:51 2020-06-13] 178: Checking geocodings ** [03:05:51 2020-06-13] 178: Checking synchronizations ** [03:05:51 2020-06-13] 178: Checking tracker ** [03:05:51 2020-06-13] 178: Checking user_migrations ** [03:05:51 2020-06-13] 178: Checking batch_updates ** [03:05:51 2020-06-13] 178: Checking gears ** [03:05:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:05:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:56 2020-06-13] 178: Checking imports ** [03:05:56 2020-06-13] 178: Checking exports ** [03:05:56 2020-06-13] 178: Checking users ** [03:05:56 2020-06-13] 178: Checking user_dbs ** [03:05:56 2020-06-13] 178: Checking geocodings ** [03:05:56 2020-06-13] 178: Checking synchronizations ** [03:05:56 2020-06-13] 178: Checking tracker ** [03:05:56 2020-06-13] 178: Checking user_migrations ** [03:05:56 2020-06-13] 178: Checking batch_updates ** [03:05:56 2020-06-13] 178: Checking gears ** [03:05:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:05:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:01 2020-06-13] 178: Checking imports ** [03:06:01 2020-06-13] 178: Checking exports ** [03:06:01 2020-06-13] 178: Checking users ** [03:06:01 2020-06-13] 178: Checking user_dbs ** [03:06:01 2020-06-13] 178: Checking geocodings ** [03:06:01 2020-06-13] 178: Checking synchronizations ** [03:06:01 2020-06-13] 178: Checking tracker ** [03:06:01 2020-06-13] 178: Checking user_migrations ** [03:06:01 2020-06-13] 178: Checking batch_updates ** [03:06:01 2020-06-13] 178: Checking gears ** [03:06:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:06:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:06 2020-06-13] 178: Checking imports ** [03:06:06 2020-06-13] 178: Checking exports ** [03:06:06 2020-06-13] 178: Checking users ** [03:06:06 2020-06-13] 178: Checking user_dbs ** [03:06:06 2020-06-13] 178: Checking geocodings ** [03:06:06 2020-06-13] 178: Checking synchronizations ** [03:06:06 2020-06-13] 178: Checking tracker ** [03:06:06 2020-06-13] 178: Checking user_migrations ** [03:06:06 2020-06-13] 178: Checking batch_updates ** [03:06:06 2020-06-13] 178: Checking gears ** [03:06:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:06:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:11 2020-06-13] 178: Checking imports ** [03:06:11 2020-06-13] 178: Checking exports ** [03:06:11 2020-06-13] 178: Checking users ** [03:06:11 2020-06-13] 178: Checking user_dbs ** [03:06:11 2020-06-13] 178: Checking geocodings ** [03:06:11 2020-06-13] 178: Checking synchronizations ** [03:06:11 2020-06-13] 178: Checking tracker ** [03:06:11 2020-06-13] 178: Checking user_migrations ** [03:06:11 2020-06-13] 178: Checking batch_updates ** [03:06:11 2020-06-13] 178: Checking gears ** [03:06:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:06:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:16 2020-06-13] 178: Checking imports ** [03:06:16 2020-06-13] 178: Checking exports ** [03:06:16 2020-06-13] 178: Checking users ** [03:06:16 2020-06-13] 178: Checking user_dbs ** [03:06:16 2020-06-13] 178: Checking geocodings ** [03:06:16 2020-06-13] 178: Checking synchronizations ** [03:06:16 2020-06-13] 178: Checking tracker ** [03:06:16 2020-06-13] 178: Checking user_migrations ** [03:06:16 2020-06-13] 178: Checking batch_updates ** [03:06:16 2020-06-13] 178: Checking gears ** [03:06:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:06:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:21 2020-06-13] 178: Checking imports ** [03:06:21 2020-06-13] 178: Checking exports ** [03:06:21 2020-06-13] 178: Checking users ** [03:06:21 2020-06-13] 178: Checking user_dbs ** [03:06:21 2020-06-13] 178: Checking geocodings ** [03:06:21 2020-06-13] 178: Checking synchronizations ** [03:06:21 2020-06-13] 178: Checking tracker ** [03:06:21 2020-06-13] 178: Checking user_migrations ** [03:06:21 2020-06-13] 178: Checking batch_updates ** [03:06:21 2020-06-13] 178: Checking gears ** [03:06:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:06:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:26 2020-06-13] 178: Checking imports ** [03:06:26 2020-06-13] 178: Checking exports ** [03:06:26 2020-06-13] 178: Checking users ** [03:06:26 2020-06-13] 178: Checking user_dbs ** [03:06:26 2020-06-13] 178: Checking geocodings ** [03:06:26 2020-06-13] 178: Checking synchronizations ** [03:06:26 2020-06-13] 178: Checking tracker ** [03:06:26 2020-06-13] 178: Checking user_migrations ** [03:06:26 2020-06-13] 178: Checking batch_updates ** [03:06:26 2020-06-13] 178: Checking gears ** [03:06:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:06:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:31 2020-06-13] 178: Checking imports ** [03:06:31 2020-06-13] 178: Checking exports ** [03:06:31 2020-06-13] 178: Checking users ** [03:06:31 2020-06-13] 178: Checking user_dbs ** [03:06:31 2020-06-13] 178: Checking geocodings ** [03:06:31 2020-06-13] 178: Checking synchronizations ** [03:06:31 2020-06-13] 178: Checking tracker ** [03:06:31 2020-06-13] 178: Checking user_migrations ** [03:06:31 2020-06-13] 178: Checking batch_updates ** [03:06:31 2020-06-13] 178: Checking gears ** [03:06:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:06:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:36 2020-06-13] 178: Checking imports ** [03:06:36 2020-06-13] 178: Checking exports ** [03:06:36 2020-06-13] 178: Checking users ** [03:06:36 2020-06-13] 178: Checking user_dbs ** [03:06:36 2020-06-13] 178: Checking geocodings ** [03:06:36 2020-06-13] 178: Checking synchronizations ** [03:06:36 2020-06-13] 178: Checking tracker ** [03:06:36 2020-06-13] 178: Checking user_migrations ** [03:06:36 2020-06-13] 178: Checking batch_updates ** [03:06:36 2020-06-13] 178: Checking gears ** [03:06:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:06:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:41 2020-06-13] 178: Checking imports ** [03:06:41 2020-06-13] 178: Checking exports ** [03:06:41 2020-06-13] 178: Checking users ** [03:06:41 2020-06-13] 178: Checking user_dbs ** [03:06:41 2020-06-13] 178: Checking geocodings ** [03:06:41 2020-06-13] 178: Checking synchronizations ** [03:06:41 2020-06-13] 178: Checking tracker ** [03:06:41 2020-06-13] 178: Checking user_migrations ** [03:06:41 2020-06-13] 178: Checking batch_updates ** [03:06:41 2020-06-13] 178: Checking gears ** [03:06:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:06:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:46 2020-06-13] 178: Checking imports ** [03:06:46 2020-06-13] 178: Checking exports ** [03:06:46 2020-06-13] 178: Checking users ** [03:06:46 2020-06-13] 178: Checking user_dbs ** [03:06:46 2020-06-13] 178: Checking geocodings ** [03:06:46 2020-06-13] 178: Checking synchronizations ** [03:06:46 2020-06-13] 178: Checking tracker ** [03:06:46 2020-06-13] 178: Checking user_migrations ** [03:06:46 2020-06-13] 178: Checking batch_updates ** [03:06:46 2020-06-13] 178: Checking gears ** [03:06:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:06:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:51 2020-06-13] 178: Checking imports ** [03:06:51 2020-06-13] 178: Checking exports ** [03:06:51 2020-06-13] 178: Checking users ** [03:06:51 2020-06-13] 178: Checking user_dbs ** [03:06:51 2020-06-13] 178: Checking geocodings ** [03:06:51 2020-06-13] 178: Checking synchronizations ** [03:06:51 2020-06-13] 178: Checking tracker ** [03:06:51 2020-06-13] 178: Checking user_migrations ** [03:06:51 2020-06-13] 178: Checking batch_updates ** [03:06:51 2020-06-13] 178: Checking gears ** [03:06:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:06:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:56 2020-06-13] 178: Checking imports ** [03:06:56 2020-06-13] 178: Checking exports ** [03:06:56 2020-06-13] 178: Checking users ** [03:06:56 2020-06-13] 178: Checking user_dbs ** [03:06:56 2020-06-13] 178: Checking geocodings ** [03:06:56 2020-06-13] 178: Checking synchronizations ** [03:06:56 2020-06-13] 178: Checking tracker ** [03:06:56 2020-06-13] 178: Checking user_migrations ** [03:06:56 2020-06-13] 178: Checking batch_updates ** [03:06:56 2020-06-13] 178: Checking gears ** [03:06:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:06:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:01 2020-06-13] 178: Checking imports ** [03:07:01 2020-06-13] 178: Checking exports ** [03:07:01 2020-06-13] 178: Checking users ** [03:07:01 2020-06-13] 178: Checking user_dbs ** [03:07:01 2020-06-13] 178: Checking geocodings ** [03:07:01 2020-06-13] 178: Checking synchronizations ** [03:07:01 2020-06-13] 178: Checking tracker ** [03:07:01 2020-06-13] 178: Checking user_migrations ** [03:07:01 2020-06-13] 178: Checking batch_updates ** [03:07:01 2020-06-13] 178: Checking gears ** [03:07:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:07:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:06 2020-06-13] 178: Checking imports ** [03:07:06 2020-06-13] 178: Checking exports ** [03:07:06 2020-06-13] 178: Checking users ** [03:07:06 2020-06-13] 178: Checking user_dbs ** [03:07:06 2020-06-13] 178: Checking geocodings ** [03:07:06 2020-06-13] 178: Checking synchronizations ** [03:07:06 2020-06-13] 178: Checking tracker ** [03:07:06 2020-06-13] 178: Checking user_migrations ** [03:07:06 2020-06-13] 178: Checking batch_updates ** [03:07:06 2020-06-13] 178: Checking gears ** [03:07:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:07:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:11 2020-06-13] 178: Checking imports ** [03:07:11 2020-06-13] 178: Checking exports ** [03:07:11 2020-06-13] 178: Checking users ** [03:07:11 2020-06-13] 178: Checking user_dbs ** [03:07:11 2020-06-13] 178: Checking geocodings ** [03:07:11 2020-06-13] 178: Checking synchronizations ** [03:07:11 2020-06-13] 178: Checking tracker ** [03:07:11 2020-06-13] 178: Checking user_migrations ** [03:07:11 2020-06-13] 178: Checking batch_updates ** [03:07:11 2020-06-13] 178: Checking gears ** [03:07:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:07:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:16 2020-06-13] 178: Checking imports ** [03:07:16 2020-06-13] 178: Checking exports ** [03:07:16 2020-06-13] 178: Checking users ** [03:07:16 2020-06-13] 178: Checking user_dbs ** [03:07:16 2020-06-13] 178: Checking geocodings ** [03:07:16 2020-06-13] 178: Checking synchronizations ** [03:07:16 2020-06-13] 178: Checking tracker ** [03:07:16 2020-06-13] 178: Checking user_migrations ** [03:07:16 2020-06-13] 178: Checking batch_updates ** [03:07:16 2020-06-13] 178: Checking gears ** [03:07:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:07:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:21 2020-06-13] 178: Checking imports ** [03:07:21 2020-06-13] 178: Checking exports ** [03:07:21 2020-06-13] 178: Checking users ** [03:07:21 2020-06-13] 178: Checking user_dbs ** [03:07:21 2020-06-13] 178: Checking geocodings ** [03:07:21 2020-06-13] 178: Checking synchronizations ** [03:07:21 2020-06-13] 178: Checking tracker ** [03:07:21 2020-06-13] 178: Checking user_migrations ** [03:07:21 2020-06-13] 178: Checking batch_updates ** [03:07:21 2020-06-13] 178: Checking gears ** [03:07:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:07:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:26 2020-06-13] 178: Checking imports ** [03:07:26 2020-06-13] 178: Checking exports ** [03:07:26 2020-06-13] 178: Checking users ** [03:07:26 2020-06-13] 178: Checking user_dbs ** [03:07:26 2020-06-13] 178: Checking geocodings ** [03:07:26 2020-06-13] 178: Checking synchronizations ** [03:07:26 2020-06-13] 178: Checking tracker ** [03:07:26 2020-06-13] 178: Checking user_migrations ** [03:07:26 2020-06-13] 178: Checking batch_updates ** [03:07:26 2020-06-13] 178: Checking gears ** [03:07:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:07:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:31 2020-06-13] 178: Checking imports ** [03:07:31 2020-06-13] 178: Checking exports ** [03:07:31 2020-06-13] 178: Checking users ** [03:07:31 2020-06-13] 178: Checking user_dbs ** [03:07:31 2020-06-13] 178: Checking geocodings ** [03:07:31 2020-06-13] 178: Checking synchronizations ** [03:07:31 2020-06-13] 178: Checking tracker ** [03:07:31 2020-06-13] 178: Checking user_migrations ** [03:07:31 2020-06-13] 178: Checking batch_updates ** [03:07:31 2020-06-13] 178: Checking gears ** [03:07:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:07:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:36 2020-06-13] 178: Checking imports ** [03:07:36 2020-06-13] 178: Checking exports ** [03:07:36 2020-06-13] 178: Checking users ** [03:07:36 2020-06-13] 178: Checking user_dbs ** [03:07:36 2020-06-13] 178: Checking geocodings ** [03:07:36 2020-06-13] 178: Checking synchronizations ** [03:07:36 2020-06-13] 178: Checking tracker ** [03:07:36 2020-06-13] 178: Checking user_migrations ** [03:07:36 2020-06-13] 178: Checking batch_updates ** [03:07:36 2020-06-13] 178: Checking gears ** [03:07:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:07:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:41 2020-06-13] 178: Checking imports ** [03:07:41 2020-06-13] 178: Checking exports ** [03:07:41 2020-06-13] 178: Checking users ** [03:07:41 2020-06-13] 178: Checking user_dbs ** [03:07:41 2020-06-13] 178: Checking geocodings ** [03:07:41 2020-06-13] 178: Checking synchronizations ** [03:07:41 2020-06-13] 178: Checking tracker ** [03:07:41 2020-06-13] 178: Checking user_migrations ** [03:07:41 2020-06-13] 178: Checking batch_updates ** [03:07:41 2020-06-13] 178: Checking gears ** [03:07:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:07:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:46 2020-06-13] 178: Checking imports ** [03:07:46 2020-06-13] 178: Checking exports ** [03:07:46 2020-06-13] 178: Checking users ** [03:07:46 2020-06-13] 178: Checking user_dbs ** [03:07:46 2020-06-13] 178: Checking geocodings ** [03:07:46 2020-06-13] 178: Checking synchronizations ** [03:07:46 2020-06-13] 178: Checking tracker ** [03:07:46 2020-06-13] 178: Checking user_migrations ** [03:07:46 2020-06-13] 178: Checking batch_updates ** [03:07:46 2020-06-13] 178: Checking gears ** [03:07:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:07:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:51 2020-06-13] 178: Checking imports ** [03:07:51 2020-06-13] 178: Checking exports ** [03:07:51 2020-06-13] 178: Checking users ** [03:07:51 2020-06-13] 178: Checking user_dbs ** [03:07:51 2020-06-13] 178: Checking geocodings ** [03:07:51 2020-06-13] 178: Checking synchronizations ** [03:07:51 2020-06-13] 178: Checking tracker ** [03:07:51 2020-06-13] 178: Checking user_migrations ** [03:07:51 2020-06-13] 178: Checking batch_updates ** [03:07:51 2020-06-13] 178: Checking gears ** [03:07:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:07:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:56 2020-06-13] 178: Checking imports ** [03:07:56 2020-06-13] 178: Checking exports ** [03:07:56 2020-06-13] 178: Checking users ** [03:07:56 2020-06-13] 178: Checking user_dbs ** [03:07:56 2020-06-13] 178: Checking geocodings ** [03:07:56 2020-06-13] 178: Checking synchronizations ** [03:07:56 2020-06-13] 178: Checking tracker ** [03:07:56 2020-06-13] 178: Checking user_migrations ** [03:07:56 2020-06-13] 178: Checking batch_updates ** [03:07:56 2020-06-13] 178: Checking gears ** [03:07:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:07:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:01 2020-06-13] 178: Checking imports ** [03:08:01 2020-06-13] 178: Checking exports ** [03:08:01 2020-06-13] 178: Checking users ** [03:08:01 2020-06-13] 178: Checking user_dbs ** [03:08:01 2020-06-13] 178: Checking geocodings ** [03:08:01 2020-06-13] 178: Checking synchronizations ** [03:08:01 2020-06-13] 178: Checking tracker ** [03:08:01 2020-06-13] 178: Checking user_migrations ** [03:08:01 2020-06-13] 178: Checking batch_updates ** [03:08:01 2020-06-13] 178: Checking gears ** [03:08:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:08:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:06 2020-06-13] 178: Checking imports ** [03:08:06 2020-06-13] 178: Checking exports ** [03:08:06 2020-06-13] 178: Checking users ** [03:08:06 2020-06-13] 178: Checking user_dbs ** [03:08:06 2020-06-13] 178: Checking geocodings ** [03:08:06 2020-06-13] 178: Checking synchronizations ** [03:08:06 2020-06-13] 178: Checking tracker ** [03:08:06 2020-06-13] 178: Checking user_migrations ** [03:08:06 2020-06-13] 178: Checking batch_updates ** [03:08:06 2020-06-13] 178: Checking gears ** [03:08:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:08:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:11 2020-06-13] 178: Checking imports ** [03:08:11 2020-06-13] 178: Checking exports ** [03:08:11 2020-06-13] 178: Checking users ** [03:08:11 2020-06-13] 178: Checking user_dbs ** [03:08:11 2020-06-13] 178: Checking geocodings ** [03:08:11 2020-06-13] 178: Checking synchronizations ** [03:08:11 2020-06-13] 178: Checking tracker ** [03:08:11 2020-06-13] 178: Checking user_migrations ** [03:08:11 2020-06-13] 178: Checking batch_updates ** [03:08:11 2020-06-13] 178: Checking gears ** [03:08:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:08:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:16 2020-06-13] 178: Checking imports ** [03:08:16 2020-06-13] 178: Checking exports ** [03:08:16 2020-06-13] 178: Checking users ** [03:08:16 2020-06-13] 178: Checking user_dbs ** [03:08:16 2020-06-13] 178: Checking geocodings ** [03:08:16 2020-06-13] 178: Checking synchronizations ** [03:08:16 2020-06-13] 178: Checking tracker ** [03:08:16 2020-06-13] 178: Checking user_migrations ** [03:08:16 2020-06-13] 178: Checking batch_updates ** [03:08:16 2020-06-13] 178: Checking gears ** [03:08:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:08:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:21 2020-06-13] 178: Checking imports ** [03:08:21 2020-06-13] 178: Checking exports ** [03:08:21 2020-06-13] 178: Checking users ** [03:08:21 2020-06-13] 178: Checking user_dbs ** [03:08:21 2020-06-13] 178: Checking geocodings ** [03:08:21 2020-06-13] 178: Checking synchronizations ** [03:08:21 2020-06-13] 178: Checking tracker ** [03:08:21 2020-06-13] 178: Checking user_migrations ** [03:08:21 2020-06-13] 178: Checking batch_updates ** [03:08:21 2020-06-13] 178: Checking gears ** [03:08:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:08:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:26 2020-06-13] 178: Checking imports ** [03:08:26 2020-06-13] 178: Checking exports ** [03:08:26 2020-06-13] 178: Checking users ** [03:08:26 2020-06-13] 178: Checking user_dbs ** [03:08:26 2020-06-13] 178: Checking geocodings ** [03:08:26 2020-06-13] 178: Checking synchronizations ** [03:08:26 2020-06-13] 178: Checking tracker ** [03:08:26 2020-06-13] 178: Checking user_migrations ** [03:08:26 2020-06-13] 178: Checking batch_updates ** [03:08:26 2020-06-13] 178: Checking gears ** [03:08:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:08:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:31 2020-06-13] 178: Checking imports ** [03:08:31 2020-06-13] 178: Checking exports ** [03:08:31 2020-06-13] 178: Checking users ** [03:08:31 2020-06-13] 178: Checking user_dbs ** [03:08:31 2020-06-13] 178: Checking geocodings ** [03:08:31 2020-06-13] 178: Checking synchronizations ** [03:08:31 2020-06-13] 178: Checking tracker ** [03:08:31 2020-06-13] 178: Checking user_migrations ** [03:08:31 2020-06-13] 178: Checking batch_updates ** [03:08:31 2020-06-13] 178: Checking gears ** [03:08:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:08:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:36 2020-06-13] 178: Checking imports ** [03:08:36 2020-06-13] 178: Checking exports ** [03:08:36 2020-06-13] 178: Checking users ** [03:08:36 2020-06-13] 178: Checking user_dbs ** [03:08:36 2020-06-13] 178: Checking geocodings ** [03:08:36 2020-06-13] 178: Checking synchronizations ** [03:08:36 2020-06-13] 178: Checking tracker ** [03:08:36 2020-06-13] 178: Checking user_migrations ** [03:08:36 2020-06-13] 178: Checking batch_updates ** [03:08:36 2020-06-13] 178: Checking gears ** [03:08:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:08:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:41 2020-06-13] 178: Checking imports ** [03:08:41 2020-06-13] 178: Checking exports ** [03:08:41 2020-06-13] 178: Checking users ** [03:08:41 2020-06-13] 178: Checking user_dbs ** [03:08:41 2020-06-13] 178: Checking geocodings ** [03:08:41 2020-06-13] 178: Checking synchronizations ** [03:08:41 2020-06-13] 178: Checking tracker ** [03:08:41 2020-06-13] 178: Checking user_migrations ** [03:08:41 2020-06-13] 178: Checking batch_updates ** [03:08:41 2020-06-13] 178: Checking gears ** [03:08:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:08:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:46 2020-06-13] 178: Checking imports ** [03:08:46 2020-06-13] 178: Checking exports ** [03:08:46 2020-06-13] 178: Checking users ** [03:08:46 2020-06-13] 178: Checking user_dbs ** [03:08:46 2020-06-13] 178: Checking geocodings ** [03:08:46 2020-06-13] 178: Checking synchronizations ** [03:08:46 2020-06-13] 178: Checking tracker ** [03:08:46 2020-06-13] 178: Checking user_migrations ** [03:08:46 2020-06-13] 178: Checking batch_updates ** [03:08:46 2020-06-13] 178: Checking gears ** [03:08:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:08:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:51 2020-06-13] 178: Checking imports ** [03:08:51 2020-06-13] 178: Checking exports ** [03:08:51 2020-06-13] 178: Checking users ** [03:08:51 2020-06-13] 178: Checking user_dbs ** [03:08:51 2020-06-13] 178: Checking geocodings ** [03:08:51 2020-06-13] 178: Checking synchronizations ** [03:08:51 2020-06-13] 178: Checking tracker ** [03:08:51 2020-06-13] 178: Checking user_migrations ** [03:08:51 2020-06-13] 178: Checking batch_updates ** [03:08:51 2020-06-13] 178: Checking gears ** [03:08:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:08:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:56 2020-06-13] 178: Checking imports ** [03:08:56 2020-06-13] 178: Checking exports ** [03:08:56 2020-06-13] 178: Checking users ** [03:08:56 2020-06-13] 178: Checking user_dbs ** [03:08:56 2020-06-13] 178: Checking geocodings ** [03:08:56 2020-06-13] 178: Checking synchronizations ** [03:08:56 2020-06-13] 178: Checking tracker ** [03:08:56 2020-06-13] 178: Checking user_migrations ** [03:08:56 2020-06-13] 178: Checking batch_updates ** [03:08:56 2020-06-13] 178: Checking gears ** [03:08:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:08:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:01 2020-06-13] 178: Checking imports ** [03:09:01 2020-06-13] 178: Checking exports ** [03:09:01 2020-06-13] 178: Checking users ** [03:09:01 2020-06-13] 178: Checking user_dbs ** [03:09:01 2020-06-13] 178: Checking geocodings ** [03:09:01 2020-06-13] 178: Checking synchronizations ** [03:09:01 2020-06-13] 178: Checking tracker ** [03:09:01 2020-06-13] 178: Checking user_migrations ** [03:09:01 2020-06-13] 178: Checking batch_updates ** [03:09:01 2020-06-13] 178: Checking gears ** [03:09:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:09:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:06 2020-06-13] 178: Checking imports ** [03:09:06 2020-06-13] 178: Checking exports ** [03:09:06 2020-06-13] 178: Checking users ** [03:09:06 2020-06-13] 178: Checking user_dbs ** [03:09:06 2020-06-13] 178: Checking geocodings ** [03:09:06 2020-06-13] 178: Checking synchronizations ** [03:09:06 2020-06-13] 178: Checking tracker ** [03:09:06 2020-06-13] 178: Checking user_migrations ** [03:09:06 2020-06-13] 178: Checking batch_updates ** [03:09:06 2020-06-13] 178: Checking gears ** [03:09:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:09:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:11 2020-06-13] 178: Checking imports ** [03:09:11 2020-06-13] 178: Checking exports ** [03:09:11 2020-06-13] 178: Checking users ** [03:09:11 2020-06-13] 178: Checking user_dbs ** [03:09:11 2020-06-13] 178: Checking geocodings ** [03:09:11 2020-06-13] 178: Checking synchronizations ** [03:09:11 2020-06-13] 178: Checking tracker ** [03:09:11 2020-06-13] 178: Checking user_migrations ** [03:09:11 2020-06-13] 178: Checking batch_updates ** [03:09:11 2020-06-13] 178: Checking gears ** [03:09:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:09:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:16 2020-06-13] 178: Checking imports ** [03:09:16 2020-06-13] 178: Checking exports ** [03:09:16 2020-06-13] 178: Checking users ** [03:09:16 2020-06-13] 178: Checking user_dbs ** [03:09:16 2020-06-13] 178: Checking geocodings ** [03:09:16 2020-06-13] 178: Checking synchronizations ** [03:09:16 2020-06-13] 178: Checking tracker ** [03:09:16 2020-06-13] 178: Checking user_migrations ** [03:09:16 2020-06-13] 178: Checking batch_updates ** [03:09:16 2020-06-13] 178: Checking gears ** [03:09:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:09:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:21 2020-06-13] 178: Checking imports ** [03:09:21 2020-06-13] 178: Checking exports ** [03:09:21 2020-06-13] 178: Checking users ** [03:09:21 2020-06-13] 178: Checking user_dbs ** [03:09:21 2020-06-13] 178: Checking geocodings ** [03:09:21 2020-06-13] 178: Checking synchronizations ** [03:09:21 2020-06-13] 178: Checking tracker ** [03:09:21 2020-06-13] 178: Checking user_migrations ** [03:09:21 2020-06-13] 178: Checking batch_updates ** [03:09:21 2020-06-13] 178: Checking gears ** [03:09:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:09:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:26 2020-06-13] 178: Checking imports ** [03:09:26 2020-06-13] 178: Checking exports ** [03:09:26 2020-06-13] 178: Checking users ** [03:09:26 2020-06-13] 178: Checking user_dbs ** [03:09:26 2020-06-13] 178: Checking geocodings ** [03:09:26 2020-06-13] 178: Checking synchronizations ** [03:09:26 2020-06-13] 178: Checking tracker ** [03:09:26 2020-06-13] 178: Checking user_migrations ** [03:09:26 2020-06-13] 178: Checking batch_updates ** [03:09:26 2020-06-13] 178: Checking gears ** [03:09:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:09:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:31 2020-06-13] 178: Checking imports ** [03:09:31 2020-06-13] 178: Checking exports ** [03:09:31 2020-06-13] 178: Checking users ** [03:09:31 2020-06-13] 178: Checking user_dbs ** [03:09:31 2020-06-13] 178: Checking geocodings ** [03:09:31 2020-06-13] 178: Checking synchronizations ** [03:09:31 2020-06-13] 178: Checking tracker ** [03:09:31 2020-06-13] 178: Checking user_migrations ** [03:09:31 2020-06-13] 178: Checking batch_updates ** [03:09:31 2020-06-13] 178: Checking gears ** [03:09:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:09:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:36 2020-06-13] 178: Checking imports ** [03:09:36 2020-06-13] 178: Checking exports ** [03:09:36 2020-06-13] 178: Checking users ** [03:09:36 2020-06-13] 178: Checking user_dbs ** [03:09:36 2020-06-13] 178: Checking geocodings ** [03:09:36 2020-06-13] 178: Checking synchronizations ** [03:09:36 2020-06-13] 178: Checking tracker ** [03:09:36 2020-06-13] 178: Checking user_migrations ** [03:09:36 2020-06-13] 178: Checking batch_updates ** [03:09:36 2020-06-13] 178: Checking gears ** [03:09:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:09:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:41 2020-06-13] 178: Checking imports ** [03:09:41 2020-06-13] 178: Checking exports ** [03:09:41 2020-06-13] 178: Checking users ** [03:09:41 2020-06-13] 178: Checking user_dbs ** [03:09:41 2020-06-13] 178: Checking geocodings ** [03:09:41 2020-06-13] 178: Checking synchronizations ** [03:09:41 2020-06-13] 178: Checking tracker ** [03:09:41 2020-06-13] 178: Checking user_migrations ** [03:09:41 2020-06-13] 178: Checking batch_updates ** [03:09:41 2020-06-13] 178: Checking gears ** [03:09:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:09:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:46 2020-06-13] 178: Checking imports ** [03:09:46 2020-06-13] 178: Checking exports ** [03:09:46 2020-06-13] 178: Checking users ** [03:09:46 2020-06-13] 178: Checking user_dbs ** [03:09:46 2020-06-13] 178: Checking geocodings ** [03:09:46 2020-06-13] 178: Checking synchronizations ** [03:09:46 2020-06-13] 178: Checking tracker ** [03:09:46 2020-06-13] 178: Checking user_migrations ** [03:09:46 2020-06-13] 178: Checking batch_updates ** [03:09:46 2020-06-13] 178: Checking gears ** [03:09:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:09:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:51 2020-06-13] 178: Checking imports ** [03:09:51 2020-06-13] 178: Checking exports ** [03:09:51 2020-06-13] 178: Checking users ** [03:09:51 2020-06-13] 178: Checking user_dbs ** [03:09:51 2020-06-13] 178: Checking geocodings ** [03:09:51 2020-06-13] 178: Checking synchronizations ** [03:09:51 2020-06-13] 178: Checking tracker ** [03:09:51 2020-06-13] 178: Checking user_migrations ** [03:09:51 2020-06-13] 178: Checking batch_updates ** [03:09:51 2020-06-13] 178: Checking gears ** [03:09:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:09:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:56 2020-06-13] 178: Checking imports ** [03:09:56 2020-06-13] 178: Checking exports ** [03:09:56 2020-06-13] 178: Checking users ** [03:09:56 2020-06-13] 178: Checking user_dbs ** [03:09:56 2020-06-13] 178: Checking geocodings ** [03:09:56 2020-06-13] 178: Checking synchronizations ** [03:09:56 2020-06-13] 178: Checking tracker ** [03:09:56 2020-06-13] 178: Checking user_migrations ** [03:09:56 2020-06-13] 178: Checking batch_updates ** [03:09:56 2020-06-13] 178: Checking gears ** [03:09:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:09:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:01 2020-06-13] 178: Checking imports ** [03:10:01 2020-06-13] 178: Checking exports ** [03:10:01 2020-06-13] 178: Checking users ** [03:10:01 2020-06-13] 178: Checking user_dbs ** [03:10:01 2020-06-13] 178: Checking geocodings ** [03:10:01 2020-06-13] 178: Checking synchronizations ** [03:10:01 2020-06-13] 178: Checking tracker ** [03:10:01 2020-06-13] 178: Checking user_migrations ** [03:10:01 2020-06-13] 178: Checking batch_updates ** [03:10:01 2020-06-13] 178: Checking gears ** [03:10:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:10:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:06 2020-06-13] 178: Checking imports ** [03:10:06 2020-06-13] 178: Checking exports ** [03:10:06 2020-06-13] 178: Checking users ** [03:10:06 2020-06-13] 178: Checking user_dbs ** [03:10:06 2020-06-13] 178: Checking geocodings ** [03:10:06 2020-06-13] 178: Checking synchronizations ** [03:10:06 2020-06-13] 178: Checking tracker ** [03:10:06 2020-06-13] 178: Checking user_migrations ** [03:10:06 2020-06-13] 178: Checking batch_updates ** [03:10:06 2020-06-13] 178: Checking gears ** [03:10:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:10:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:11 2020-06-13] 178: Checking imports ** [03:10:11 2020-06-13] 178: Checking exports ** [03:10:11 2020-06-13] 178: Checking users ** [03:10:11 2020-06-13] 178: Checking user_dbs ** [03:10:11 2020-06-13] 178: Checking geocodings ** [03:10:11 2020-06-13] 178: Checking synchronizations ** [03:10:11 2020-06-13] 178: Checking tracker ** [03:10:11 2020-06-13] 178: Checking user_migrations ** [03:10:11 2020-06-13] 178: Checking batch_updates ** [03:10:11 2020-06-13] 178: Checking gears ** [03:10:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:10:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:16 2020-06-13] 178: Checking imports ** [03:10:16 2020-06-13] 178: Checking exports ** [03:10:16 2020-06-13] 178: Checking users ** [03:10:16 2020-06-13] 178: Checking user_dbs ** [03:10:16 2020-06-13] 178: Checking geocodings ** [03:10:16 2020-06-13] 178: Checking synchronizations ** [03:10:16 2020-06-13] 178: Checking tracker ** [03:10:16 2020-06-13] 178: Checking user_migrations ** [03:10:16 2020-06-13] 178: Checking batch_updates ** [03:10:16 2020-06-13] 178: Checking gears ** [03:10:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:10:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:21 2020-06-13] 178: Checking imports ** [03:10:21 2020-06-13] 178: Checking exports ** [03:10:21 2020-06-13] 178: Checking users ** [03:10:21 2020-06-13] 178: Checking user_dbs ** [03:10:21 2020-06-13] 178: Checking geocodings ** [03:10:21 2020-06-13] 178: Checking synchronizations ** [03:10:21 2020-06-13] 178: Checking tracker ** [03:10:21 2020-06-13] 178: Checking user_migrations ** [03:10:21 2020-06-13] 178: Checking batch_updates ** [03:10:21 2020-06-13] 178: Checking gears ** [03:10:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:10:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:26 2020-06-13] 178: Checking imports ** [03:10:26 2020-06-13] 178: Checking exports ** [03:10:26 2020-06-13] 178: Checking users ** [03:10:26 2020-06-13] 178: Checking user_dbs ** [03:10:26 2020-06-13] 178: Checking geocodings ** [03:10:26 2020-06-13] 178: Checking synchronizations ** [03:10:26 2020-06-13] 178: Checking tracker ** [03:10:26 2020-06-13] 178: Checking user_migrations ** [03:10:26 2020-06-13] 178: Checking batch_updates ** [03:10:26 2020-06-13] 178: Checking gears ** [03:10:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:10:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:31 2020-06-13] 178: Checking imports ** [03:10:31 2020-06-13] 178: Checking exports ** [03:10:31 2020-06-13] 178: Checking users ** [03:10:31 2020-06-13] 178: Checking user_dbs ** [03:10:31 2020-06-13] 178: Checking geocodings ** [03:10:31 2020-06-13] 178: Checking synchronizations ** [03:10:31 2020-06-13] 178: Checking tracker ** [03:10:31 2020-06-13] 178: Checking user_migrations ** [03:10:31 2020-06-13] 178: Checking batch_updates ** [03:10:31 2020-06-13] 178: Checking gears ** [03:10:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:10:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:36 2020-06-13] 178: Checking imports ** [03:10:36 2020-06-13] 178: Checking exports ** [03:10:36 2020-06-13] 178: Checking users ** [03:10:36 2020-06-13] 178: Checking user_dbs ** [03:10:36 2020-06-13] 178: Checking geocodings ** [03:10:36 2020-06-13] 178: Checking synchronizations ** [03:10:36 2020-06-13] 178: Checking tracker ** [03:10:36 2020-06-13] 178: Checking user_migrations ** [03:10:36 2020-06-13] 178: Checking batch_updates ** [03:10:36 2020-06-13] 178: Checking gears ** [03:10:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:10:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:41 2020-06-13] 178: Checking imports ** [03:10:41 2020-06-13] 178: Checking exports ** [03:10:41 2020-06-13] 178: Checking users ** [03:10:41 2020-06-13] 178: Checking user_dbs ** [03:10:41 2020-06-13] 178: Checking geocodings ** [03:10:41 2020-06-13] 178: Checking synchronizations ** [03:10:41 2020-06-13] 178: Checking tracker ** [03:10:41 2020-06-13] 178: Checking user_migrations ** [03:10:41 2020-06-13] 178: Checking batch_updates ** [03:10:41 2020-06-13] 178: Checking gears ** [03:10:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:10:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:46 2020-06-13] 178: Checking imports ** [03:10:46 2020-06-13] 178: Checking exports ** [03:10:46 2020-06-13] 178: Checking users ** [03:10:46 2020-06-13] 178: Checking user_dbs ** [03:10:46 2020-06-13] 178: Checking geocodings ** [03:10:46 2020-06-13] 178: Checking synchronizations ** [03:10:46 2020-06-13] 178: Checking tracker ** [03:10:46 2020-06-13] 178: Checking user_migrations ** [03:10:46 2020-06-13] 178: Checking batch_updates ** [03:10:46 2020-06-13] 178: Checking gears ** [03:10:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:10:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:51 2020-06-13] 178: Checking imports ** [03:10:51 2020-06-13] 178: Checking exports ** [03:10:51 2020-06-13] 178: Checking users ** [03:10:51 2020-06-13] 178: Checking user_dbs ** [03:10:51 2020-06-13] 178: Checking geocodings ** [03:10:51 2020-06-13] 178: Checking synchronizations ** [03:10:51 2020-06-13] 178: Checking tracker ** [03:10:51 2020-06-13] 178: Checking user_migrations ** [03:10:51 2020-06-13] 178: Checking batch_updates ** [03:10:51 2020-06-13] 178: Checking gears ** [03:10:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:10:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:56 2020-06-13] 178: Checking imports ** [03:10:56 2020-06-13] 178: Checking exports ** [03:10:56 2020-06-13] 178: Checking users ** [03:10:56 2020-06-13] 178: Checking user_dbs ** [03:10:56 2020-06-13] 178: Checking geocodings ** [03:10:56 2020-06-13] 178: Checking synchronizations ** [03:10:56 2020-06-13] 178: Checking tracker ** [03:10:56 2020-06-13] 178: Checking user_migrations ** [03:10:56 2020-06-13] 178: Checking batch_updates ** [03:10:56 2020-06-13] 178: Checking gears ** [03:10:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:10:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:01 2020-06-13] 178: Checking imports ** [03:11:01 2020-06-13] 178: Checking exports ** [03:11:01 2020-06-13] 178: Checking users ** [03:11:01 2020-06-13] 178: Checking user_dbs ** [03:11:01 2020-06-13] 178: Checking geocodings ** [03:11:01 2020-06-13] 178: Checking synchronizations ** [03:11:01 2020-06-13] 178: Checking tracker ** [03:11:01 2020-06-13] 178: Checking user_migrations ** [03:11:01 2020-06-13] 178: Checking batch_updates ** [03:11:01 2020-06-13] 178: Checking gears ** [03:11:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:11:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:06 2020-06-13] 178: Checking imports ** [03:11:06 2020-06-13] 178: Checking exports ** [03:11:06 2020-06-13] 178: Checking users ** [03:11:06 2020-06-13] 178: Checking user_dbs ** [03:11:06 2020-06-13] 178: Checking geocodings ** [03:11:06 2020-06-13] 178: Checking synchronizations ** [03:11:06 2020-06-13] 178: Checking tracker ** [03:11:06 2020-06-13] 178: Checking user_migrations ** [03:11:06 2020-06-13] 178: Checking batch_updates ** [03:11:06 2020-06-13] 178: Checking gears ** [03:11:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:11:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:11 2020-06-13] 178: Checking imports ** [03:11:11 2020-06-13] 178: Checking exports ** [03:11:11 2020-06-13] 178: Checking users ** [03:11:11 2020-06-13] 178: Checking user_dbs ** [03:11:11 2020-06-13] 178: Checking geocodings ** [03:11:11 2020-06-13] 178: Checking synchronizations ** [03:11:11 2020-06-13] 178: Checking tracker ** [03:11:11 2020-06-13] 178: Checking user_migrations ** [03:11:11 2020-06-13] 178: Checking batch_updates ** [03:11:11 2020-06-13] 178: Checking gears ** [03:11:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:11:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:16 2020-06-13] 178: Checking imports ** [03:11:16 2020-06-13] 178: Checking exports ** [03:11:16 2020-06-13] 178: Checking users ** [03:11:16 2020-06-13] 178: Checking user_dbs ** [03:11:16 2020-06-13] 178: Checking geocodings ** [03:11:16 2020-06-13] 178: Checking synchronizations ** [03:11:16 2020-06-13] 178: Checking tracker ** [03:11:16 2020-06-13] 178: Checking user_migrations ** [03:11:16 2020-06-13] 178: Checking batch_updates ** [03:11:16 2020-06-13] 178: Checking gears ** [03:11:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:11:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:21 2020-06-13] 178: Checking imports ** [03:11:21 2020-06-13] 178: Checking exports ** [03:11:21 2020-06-13] 178: Checking users ** [03:11:21 2020-06-13] 178: Checking user_dbs ** [03:11:21 2020-06-13] 178: Checking geocodings ** [03:11:21 2020-06-13] 178: Checking synchronizations ** [03:11:21 2020-06-13] 178: Checking tracker ** [03:11:21 2020-06-13] 178: Checking user_migrations ** [03:11:21 2020-06-13] 178: Checking batch_updates ** [03:11:21 2020-06-13] 178: Checking gears ** [03:11:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:11:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:26 2020-06-13] 178: Checking imports ** [03:11:26 2020-06-13] 178: Checking exports ** [03:11:26 2020-06-13] 178: Checking users ** [03:11:26 2020-06-13] 178: Checking user_dbs ** [03:11:26 2020-06-13] 178: Checking geocodings ** [03:11:26 2020-06-13] 178: Checking synchronizations ** [03:11:26 2020-06-13] 178: Checking tracker ** [03:11:26 2020-06-13] 178: Checking user_migrations ** [03:11:26 2020-06-13] 178: Checking batch_updates ** [03:11:26 2020-06-13] 178: Checking gears ** [03:11:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:11:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:31 2020-06-13] 178: Checking imports ** [03:11:31 2020-06-13] 178: Checking exports ** [03:11:31 2020-06-13] 178: Checking users ** [03:11:31 2020-06-13] 178: Checking user_dbs ** [03:11:31 2020-06-13] 178: Checking geocodings ** [03:11:31 2020-06-13] 178: Checking synchronizations ** [03:11:31 2020-06-13] 178: Checking tracker ** [03:11:31 2020-06-13] 178: Checking user_migrations ** [03:11:31 2020-06-13] 178: Checking batch_updates ** [03:11:31 2020-06-13] 178: Checking gears ** [03:11:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:11:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:36 2020-06-13] 178: Checking imports ** [03:11:36 2020-06-13] 178: Checking exports ** [03:11:36 2020-06-13] 178: Checking users ** [03:11:36 2020-06-13] 178: Checking user_dbs ** [03:11:36 2020-06-13] 178: Checking geocodings ** [03:11:36 2020-06-13] 178: Checking synchronizations ** [03:11:36 2020-06-13] 178: Checking tracker ** [03:11:36 2020-06-13] 178: Checking user_migrations ** [03:11:36 2020-06-13] 178: Checking batch_updates ** [03:11:36 2020-06-13] 178: Checking gears ** [03:11:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:11:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:41 2020-06-13] 178: Checking imports ** [03:11:41 2020-06-13] 178: Checking exports ** [03:11:41 2020-06-13] 178: Checking users ** [03:11:41 2020-06-13] 178: Checking user_dbs ** [03:11:41 2020-06-13] 178: Checking geocodings ** [03:11:41 2020-06-13] 178: Checking synchronizations ** [03:11:41 2020-06-13] 178: Checking tracker ** [03:11:41 2020-06-13] 178: Checking user_migrations ** [03:11:41 2020-06-13] 178: Checking batch_updates ** [03:11:41 2020-06-13] 178: Checking gears ** [03:11:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:11:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:46 2020-06-13] 178: Checking imports ** [03:11:46 2020-06-13] 178: Checking exports ** [03:11:46 2020-06-13] 178: Checking users ** [03:11:46 2020-06-13] 178: Checking user_dbs ** [03:11:46 2020-06-13] 178: Checking geocodings ** [03:11:46 2020-06-13] 178: Checking synchronizations ** [03:11:46 2020-06-13] 178: Checking tracker ** [03:11:46 2020-06-13] 178: Checking user_migrations ** [03:11:46 2020-06-13] 178: Checking batch_updates ** [03:11:46 2020-06-13] 178: Checking gears ** [03:11:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:11:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:51 2020-06-13] 178: Checking imports ** [03:11:51 2020-06-13] 178: Checking exports ** [03:11:51 2020-06-13] 178: Checking users ** [03:11:51 2020-06-13] 178: Checking user_dbs ** [03:11:51 2020-06-13] 178: Checking geocodings ** [03:11:51 2020-06-13] 178: Checking synchronizations ** [03:11:51 2020-06-13] 178: Checking tracker ** [03:11:51 2020-06-13] 178: Checking user_migrations ** [03:11:51 2020-06-13] 178: Checking batch_updates ** [03:11:51 2020-06-13] 178: Checking gears ** [03:11:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:11:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:56 2020-06-13] 178: Checking imports ** [03:11:56 2020-06-13] 178: Checking exports ** [03:11:56 2020-06-13] 178: Checking users ** [03:11:56 2020-06-13] 178: Checking user_dbs ** [03:11:56 2020-06-13] 178: Checking geocodings ** [03:11:56 2020-06-13] 178: Checking synchronizations ** [03:11:56 2020-06-13] 178: Checking tracker ** [03:11:56 2020-06-13] 178: Checking user_migrations ** [03:11:56 2020-06-13] 178: Checking batch_updates ** [03:11:56 2020-06-13] 178: Checking gears ** [03:11:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:11:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:01 2020-06-13] 178: Checking imports ** [03:12:01 2020-06-13] 178: Checking exports ** [03:12:01 2020-06-13] 178: Checking users ** [03:12:01 2020-06-13] 178: Checking user_dbs ** [03:12:01 2020-06-13] 178: Checking geocodings ** [03:12:01 2020-06-13] 178: Checking synchronizations ** [03:12:01 2020-06-13] 178: Checking tracker ** [03:12:01 2020-06-13] 178: Checking user_migrations ** [03:12:01 2020-06-13] 178: Checking batch_updates ** [03:12:01 2020-06-13] 178: Checking gears ** [03:12:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:12:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:06 2020-06-13] 178: Checking imports ** [03:12:06 2020-06-13] 178: Checking exports ** [03:12:06 2020-06-13] 178: Checking users ** [03:12:06 2020-06-13] 178: Checking user_dbs ** [03:12:06 2020-06-13] 178: Checking geocodings ** [03:12:06 2020-06-13] 178: Checking synchronizations ** [03:12:06 2020-06-13] 178: Checking tracker ** [03:12:06 2020-06-13] 178: Checking user_migrations ** [03:12:06 2020-06-13] 178: Checking batch_updates ** [03:12:06 2020-06-13] 178: Checking gears ** [03:12:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:12:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:11 2020-06-13] 178: Checking imports ** [03:12:11 2020-06-13] 178: Checking exports ** [03:12:11 2020-06-13] 178: Checking users ** [03:12:11 2020-06-13] 178: Checking user_dbs ** [03:12:11 2020-06-13] 178: Checking geocodings ** [03:12:11 2020-06-13] 178: Checking synchronizations ** [03:12:11 2020-06-13] 178: Checking tracker ** [03:12:11 2020-06-13] 178: Checking user_migrations ** [03:12:11 2020-06-13] 178: Checking batch_updates ** [03:12:11 2020-06-13] 178: Checking gears ** [03:12:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:12:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:16 2020-06-13] 178: Checking imports ** [03:12:16 2020-06-13] 178: Checking exports ** [03:12:16 2020-06-13] 178: Checking users ** [03:12:16 2020-06-13] 178: Checking user_dbs ** [03:12:16 2020-06-13] 178: Checking geocodings ** [03:12:16 2020-06-13] 178: Checking synchronizations ** [03:12:16 2020-06-13] 178: Checking tracker ** [03:12:16 2020-06-13] 178: Checking user_migrations ** [03:12:16 2020-06-13] 178: Checking batch_updates ** [03:12:16 2020-06-13] 178: Checking gears ** [03:12:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:12:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:21 2020-06-13] 178: Checking imports ** [03:12:21 2020-06-13] 178: Checking exports ** [03:12:21 2020-06-13] 178: Checking users ** [03:12:21 2020-06-13] 178: Checking user_dbs ** [03:12:21 2020-06-13] 178: Checking geocodings ** [03:12:21 2020-06-13] 178: Checking synchronizations ** [03:12:21 2020-06-13] 178: Checking tracker ** [03:12:21 2020-06-13] 178: Checking user_migrations ** [03:12:21 2020-06-13] 178: Checking batch_updates ** [03:12:21 2020-06-13] 178: Checking gears ** [03:12:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:12:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:26 2020-06-13] 178: Checking imports ** [03:12:26 2020-06-13] 178: Checking exports ** [03:12:26 2020-06-13] 178: Checking users ** [03:12:26 2020-06-13] 178: Checking user_dbs ** [03:12:26 2020-06-13] 178: Checking geocodings ** [03:12:26 2020-06-13] 178: Checking synchronizations ** [03:12:26 2020-06-13] 178: Checking tracker ** [03:12:26 2020-06-13] 178: Checking user_migrations ** [03:12:26 2020-06-13] 178: Checking batch_updates ** [03:12:26 2020-06-13] 178: Checking gears ** [03:12:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:12:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:31 2020-06-13] 178: Checking imports ** [03:12:31 2020-06-13] 178: Checking exports ** [03:12:31 2020-06-13] 178: Checking users ** [03:12:31 2020-06-13] 178: Checking user_dbs ** [03:12:31 2020-06-13] 178: Checking geocodings ** [03:12:31 2020-06-13] 178: Checking synchronizations ** [03:12:31 2020-06-13] 178: Checking tracker ** [03:12:31 2020-06-13] 178: Checking user_migrations ** [03:12:31 2020-06-13] 178: Checking batch_updates ** [03:12:31 2020-06-13] 178: Checking gears ** [03:12:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:12:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:36 2020-06-13] 178: Checking imports ** [03:12:36 2020-06-13] 178: Checking exports ** [03:12:36 2020-06-13] 178: Checking users ** [03:12:36 2020-06-13] 178: Checking user_dbs ** [03:12:36 2020-06-13] 178: Checking geocodings ** [03:12:36 2020-06-13] 178: Checking synchronizations ** [03:12:36 2020-06-13] 178: Checking tracker ** [03:12:36 2020-06-13] 178: Checking user_migrations ** [03:12:36 2020-06-13] 178: Checking batch_updates ** [03:12:36 2020-06-13] 178: Checking gears ** [03:12:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:12:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:41 2020-06-13] 178: Checking imports ** [03:12:41 2020-06-13] 178: Checking exports ** [03:12:41 2020-06-13] 178: Checking users ** [03:12:41 2020-06-13] 178: Checking user_dbs ** [03:12:41 2020-06-13] 178: Checking geocodings ** [03:12:41 2020-06-13] 178: Checking synchronizations ** [03:12:41 2020-06-13] 178: Checking tracker ** [03:12:41 2020-06-13] 178: Checking user_migrations ** [03:12:41 2020-06-13] 178: Checking batch_updates ** [03:12:41 2020-06-13] 178: Checking gears ** [03:12:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:12:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:46 2020-06-13] 178: Checking imports ** [03:12:46 2020-06-13] 178: Checking exports ** [03:12:46 2020-06-13] 178: Checking users ** [03:12:46 2020-06-13] 178: Checking user_dbs ** [03:12:46 2020-06-13] 178: Checking geocodings ** [03:12:46 2020-06-13] 178: Checking synchronizations ** [03:12:46 2020-06-13] 178: Checking tracker ** [03:12:46 2020-06-13] 178: Checking user_migrations ** [03:12:46 2020-06-13] 178: Checking batch_updates ** [03:12:46 2020-06-13] 178: Checking gears ** [03:12:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:12:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:51 2020-06-13] 178: Checking imports ** [03:12:51 2020-06-13] 178: Checking exports ** [03:12:51 2020-06-13] 178: Checking users ** [03:12:51 2020-06-13] 178: Checking user_dbs ** [03:12:51 2020-06-13] 178: Checking geocodings ** [03:12:51 2020-06-13] 178: Checking synchronizations ** [03:12:51 2020-06-13] 178: Checking tracker ** [03:12:51 2020-06-13] 178: Checking user_migrations ** [03:12:51 2020-06-13] 178: Checking batch_updates ** [03:12:51 2020-06-13] 178: Checking gears ** [03:12:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:12:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:56 2020-06-13] 178: Checking imports ** [03:12:56 2020-06-13] 178: Checking exports ** [03:12:56 2020-06-13] 178: Checking users ** [03:12:56 2020-06-13] 178: Checking user_dbs ** [03:12:56 2020-06-13] 178: Checking geocodings ** [03:12:56 2020-06-13] 178: Checking synchronizations ** [03:12:56 2020-06-13] 178: Checking tracker ** [03:12:56 2020-06-13] 178: Checking user_migrations ** [03:12:56 2020-06-13] 178: Checking batch_updates ** [03:12:56 2020-06-13] 178: Checking gears ** [03:12:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:12:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:01 2020-06-13] 178: Checking imports ** [03:13:01 2020-06-13] 178: Checking exports ** [03:13:01 2020-06-13] 178: Checking users ** [03:13:01 2020-06-13] 178: Checking user_dbs ** [03:13:01 2020-06-13] 178: Checking geocodings ** [03:13:01 2020-06-13] 178: Checking synchronizations ** [03:13:01 2020-06-13] 178: Checking tracker ** [03:13:01 2020-06-13] 178: Checking user_migrations ** [03:13:01 2020-06-13] 178: Checking batch_updates ** [03:13:01 2020-06-13] 178: Checking gears ** [03:13:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:13:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:06 2020-06-13] 178: Checking imports ** [03:13:06 2020-06-13] 178: Checking exports ** [03:13:06 2020-06-13] 178: Checking users ** [03:13:06 2020-06-13] 178: Checking user_dbs ** [03:13:06 2020-06-13] 178: Checking geocodings ** [03:13:06 2020-06-13] 178: Checking synchronizations ** [03:13:06 2020-06-13] 178: Checking tracker ** [03:13:06 2020-06-13] 178: Checking user_migrations ** [03:13:06 2020-06-13] 178: Checking batch_updates ** [03:13:06 2020-06-13] 178: Checking gears ** [03:13:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:13:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:11 2020-06-13] 178: Checking imports ** [03:13:11 2020-06-13] 178: Checking exports ** [03:13:11 2020-06-13] 178: Checking users ** [03:13:11 2020-06-13] 178: Checking user_dbs ** [03:13:11 2020-06-13] 178: Checking geocodings ** [03:13:11 2020-06-13] 178: Checking synchronizations ** [03:13:11 2020-06-13] 178: Checking tracker ** [03:13:11 2020-06-13] 178: Checking user_migrations ** [03:13:11 2020-06-13] 178: Checking batch_updates ** [03:13:11 2020-06-13] 178: Checking gears ** [03:13:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:13:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:16 2020-06-13] 178: Checking imports ** [03:13:16 2020-06-13] 178: Checking exports ** [03:13:16 2020-06-13] 178: Checking users ** [03:13:16 2020-06-13] 178: Checking user_dbs ** [03:13:16 2020-06-13] 178: Checking geocodings ** [03:13:16 2020-06-13] 178: Checking synchronizations ** [03:13:16 2020-06-13] 178: Checking tracker ** [03:13:16 2020-06-13] 178: Checking user_migrations ** [03:13:16 2020-06-13] 178: Checking batch_updates ** [03:13:16 2020-06-13] 178: Checking gears ** [03:13:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:13:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:21 2020-06-13] 178: Checking imports ** [03:13:21 2020-06-13] 178: Checking exports ** [03:13:21 2020-06-13] 178: Checking users ** [03:13:21 2020-06-13] 178: Checking user_dbs ** [03:13:21 2020-06-13] 178: Checking geocodings ** [03:13:21 2020-06-13] 178: Checking synchronizations ** [03:13:21 2020-06-13] 178: Checking tracker ** [03:13:21 2020-06-13] 178: Checking user_migrations ** [03:13:21 2020-06-13] 178: Checking batch_updates ** [03:13:21 2020-06-13] 178: Checking gears ** [03:13:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:13:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:26 2020-06-13] 178: Checking imports ** [03:13:26 2020-06-13] 178: Checking exports ** [03:13:26 2020-06-13] 178: Checking users ** [03:13:26 2020-06-13] 178: Checking user_dbs ** [03:13:26 2020-06-13] 178: Checking geocodings ** [03:13:26 2020-06-13] 178: Checking synchronizations ** [03:13:26 2020-06-13] 178: Checking tracker ** [03:13:26 2020-06-13] 178: Checking user_migrations ** [03:13:26 2020-06-13] 178: Checking batch_updates ** [03:13:26 2020-06-13] 178: Checking gears ** [03:13:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:13:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:31 2020-06-13] 178: Checking imports ** [03:13:31 2020-06-13] 178: Checking exports ** [03:13:31 2020-06-13] 178: Checking users ** [03:13:31 2020-06-13] 178: Checking user_dbs ** [03:13:31 2020-06-13] 178: Checking geocodings ** [03:13:31 2020-06-13] 178: Checking synchronizations ** [03:13:31 2020-06-13] 178: Checking tracker ** [03:13:31 2020-06-13] 178: Checking user_migrations ** [03:13:31 2020-06-13] 178: Checking batch_updates ** [03:13:31 2020-06-13] 178: Checking gears ** [03:13:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:13:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:36 2020-06-13] 178: Checking imports ** [03:13:36 2020-06-13] 178: Checking exports ** [03:13:36 2020-06-13] 178: Checking users ** [03:13:36 2020-06-13] 178: Checking user_dbs ** [03:13:36 2020-06-13] 178: Checking geocodings ** [03:13:36 2020-06-13] 178: Checking synchronizations ** [03:13:36 2020-06-13] 178: Checking tracker ** [03:13:36 2020-06-13] 178: Checking user_migrations ** [03:13:36 2020-06-13] 178: Checking batch_updates ** [03:13:36 2020-06-13] 178: Checking gears ** [03:13:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:13:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:41 2020-06-13] 178: Checking imports ** [03:13:41 2020-06-13] 178: Checking exports ** [03:13:41 2020-06-13] 178: Checking users ** [03:13:41 2020-06-13] 178: Checking user_dbs ** [03:13:41 2020-06-13] 178: Checking geocodings ** [03:13:41 2020-06-13] 178: Checking synchronizations ** [03:13:41 2020-06-13] 178: Checking tracker ** [03:13:41 2020-06-13] 178: Checking user_migrations ** [03:13:41 2020-06-13] 178: Checking batch_updates ** [03:13:41 2020-06-13] 178: Checking gears ** [03:13:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:13:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:46 2020-06-13] 178: Checking imports ** [03:13:46 2020-06-13] 178: Checking exports ** [03:13:46 2020-06-13] 178: Checking users ** [03:13:46 2020-06-13] 178: Checking user_dbs ** [03:13:46 2020-06-13] 178: Checking geocodings ** [03:13:46 2020-06-13] 178: Checking synchronizations ** [03:13:46 2020-06-13] 178: Checking tracker ** [03:13:46 2020-06-13] 178: Checking user_migrations ** [03:13:46 2020-06-13] 178: Checking batch_updates ** [03:13:46 2020-06-13] 178: Checking gears ** [03:13:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:13:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:52 2020-06-13] 178: Checking imports ** [03:13:52 2020-06-13] 178: Checking exports ** [03:13:52 2020-06-13] 178: Checking users ** [03:13:52 2020-06-13] 178: Checking user_dbs ** [03:13:52 2020-06-13] 178: Checking geocodings ** [03:13:52 2020-06-13] 178: Checking synchronizations ** [03:13:52 2020-06-13] 178: Checking tracker ** [03:13:52 2020-06-13] 178: Checking user_migrations ** [03:13:52 2020-06-13] 178: Checking batch_updates ** [03:13:52 2020-06-13] 178: Checking gears ** [03:13:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:13:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:57 2020-06-13] 178: Checking imports ** [03:13:57 2020-06-13] 178: Checking exports ** [03:13:57 2020-06-13] 178: Checking users ** [03:13:57 2020-06-13] 178: Checking user_dbs ** [03:13:57 2020-06-13] 178: Checking geocodings ** [03:13:57 2020-06-13] 178: Checking synchronizations ** [03:13:57 2020-06-13] 178: Checking tracker ** [03:13:57 2020-06-13] 178: Checking user_migrations ** [03:13:57 2020-06-13] 178: Checking batch_updates ** [03:13:57 2020-06-13] 178: Checking gears ** [03:13:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:13:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:02 2020-06-13] 178: Checking imports ** [03:14:02 2020-06-13] 178: Checking exports ** [03:14:02 2020-06-13] 178: Checking users ** [03:14:02 2020-06-13] 178: Checking user_dbs ** [03:14:02 2020-06-13] 178: Checking geocodings ** [03:14:02 2020-06-13] 178: Checking synchronizations ** [03:14:02 2020-06-13] 178: Checking tracker ** [03:14:02 2020-06-13] 178: Checking user_migrations ** [03:14:02 2020-06-13] 178: Checking batch_updates ** [03:14:02 2020-06-13] 178: Checking gears ** [03:14:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:14:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:07 2020-06-13] 178: Checking imports ** [03:14:07 2020-06-13] 178: Checking exports ** [03:14:07 2020-06-13] 178: Checking users ** [03:14:07 2020-06-13] 178: Checking user_dbs ** [03:14:07 2020-06-13] 178: Checking geocodings ** [03:14:07 2020-06-13] 178: Checking synchronizations ** [03:14:07 2020-06-13] 178: Checking tracker ** [03:14:07 2020-06-13] 178: Checking user_migrations ** [03:14:07 2020-06-13] 178: Checking batch_updates ** [03:14:07 2020-06-13] 178: Checking gears ** [03:14:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:14:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:12 2020-06-13] 178: Checking imports ** [03:14:12 2020-06-13] 178: Checking exports ** [03:14:12 2020-06-13] 178: Checking users ** [03:14:12 2020-06-13] 178: Checking user_dbs ** [03:14:12 2020-06-13] 178: Checking geocodings ** [03:14:12 2020-06-13] 178: Checking synchronizations ** [03:14:12 2020-06-13] 178: Checking tracker ** [03:14:12 2020-06-13] 178: Checking user_migrations ** [03:14:12 2020-06-13] 178: Checking batch_updates ** [03:14:12 2020-06-13] 178: Checking gears ** [03:14:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:14:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:17 2020-06-13] 178: Checking imports ** [03:14:17 2020-06-13] 178: Checking exports ** [03:14:17 2020-06-13] 178: Checking users ** [03:14:17 2020-06-13] 178: Checking user_dbs ** [03:14:17 2020-06-13] 178: Checking geocodings ** [03:14:17 2020-06-13] 178: Checking synchronizations ** [03:14:17 2020-06-13] 178: Checking tracker ** [03:14:17 2020-06-13] 178: Checking user_migrations ** [03:14:17 2020-06-13] 178: Checking batch_updates ** [03:14:17 2020-06-13] 178: Checking gears ** [03:14:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:14:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:22 2020-06-13] 178: Checking imports ** [03:14:22 2020-06-13] 178: Checking exports ** [03:14:22 2020-06-13] 178: Checking users ** [03:14:22 2020-06-13] 178: Checking user_dbs ** [03:14:22 2020-06-13] 178: Checking geocodings ** [03:14:22 2020-06-13] 178: Checking synchronizations ** [03:14:22 2020-06-13] 178: Checking tracker ** [03:14:22 2020-06-13] 178: Checking user_migrations ** [03:14:22 2020-06-13] 178: Checking batch_updates ** [03:14:22 2020-06-13] 178: Checking gears ** [03:14:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:14:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:27 2020-06-13] 178: Checking imports ** [03:14:27 2020-06-13] 178: Checking exports ** [03:14:27 2020-06-13] 178: Checking users ** [03:14:27 2020-06-13] 178: Checking user_dbs ** [03:14:27 2020-06-13] 178: Checking geocodings ** [03:14:27 2020-06-13] 178: Checking synchronizations ** [03:14:27 2020-06-13] 178: Checking tracker ** [03:14:27 2020-06-13] 178: Checking user_migrations ** [03:14:27 2020-06-13] 178: Checking batch_updates ** [03:14:27 2020-06-13] 178: Checking gears ** [03:14:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:14:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:32 2020-06-13] 178: Checking imports ** [03:14:32 2020-06-13] 178: Checking exports ** [03:14:32 2020-06-13] 178: Checking users ** [03:14:32 2020-06-13] 178: Checking user_dbs ** [03:14:32 2020-06-13] 178: Checking geocodings ** [03:14:32 2020-06-13] 178: Checking synchronizations ** [03:14:32 2020-06-13] 178: Checking tracker ** [03:14:32 2020-06-13] 178: Checking user_migrations ** [03:14:32 2020-06-13] 178: Checking batch_updates ** [03:14:32 2020-06-13] 178: Checking gears ** [03:14:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:14:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:37 2020-06-13] 178: Checking imports ** [03:14:37 2020-06-13] 178: Checking exports ** [03:14:37 2020-06-13] 178: Checking users ** [03:14:37 2020-06-13] 178: Checking user_dbs ** [03:14:37 2020-06-13] 178: Checking geocodings ** [03:14:37 2020-06-13] 178: Checking synchronizations ** [03:14:37 2020-06-13] 178: Checking tracker ** [03:14:37 2020-06-13] 178: Checking user_migrations ** [03:14:37 2020-06-13] 178: Checking batch_updates ** [03:14:37 2020-06-13] 178: Checking gears ** [03:14:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:14:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:42 2020-06-13] 178: Checking imports ** [03:14:42 2020-06-13] 178: Checking exports ** [03:14:42 2020-06-13] 178: Checking users ** [03:14:42 2020-06-13] 178: Checking user_dbs ** [03:14:42 2020-06-13] 178: Checking geocodings ** [03:14:42 2020-06-13] 178: Checking synchronizations ** [03:14:42 2020-06-13] 178: Checking tracker ** [03:14:42 2020-06-13] 178: Checking user_migrations ** [03:14:42 2020-06-13] 178: Checking batch_updates ** [03:14:42 2020-06-13] 178: Checking gears ** [03:14:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:14:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:47 2020-06-13] 178: Checking imports ** [03:14:47 2020-06-13] 178: Checking exports ** [03:14:47 2020-06-13] 178: Checking users ** [03:14:47 2020-06-13] 178: Checking user_dbs ** [03:14:47 2020-06-13] 178: Checking geocodings ** [03:14:47 2020-06-13] 178: Checking synchronizations ** [03:14:47 2020-06-13] 178: Checking tracker ** [03:14:47 2020-06-13] 178: Checking user_migrations ** [03:14:47 2020-06-13] 178: Checking batch_updates ** [03:14:47 2020-06-13] 178: Checking gears ** [03:14:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:14:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:52 2020-06-13] 178: Checking imports ** [03:14:52 2020-06-13] 178: Checking exports ** [03:14:52 2020-06-13] 178: Checking users ** [03:14:52 2020-06-13] 178: Checking user_dbs ** [03:14:52 2020-06-13] 178: Checking geocodings ** [03:14:52 2020-06-13] 178: Checking synchronizations ** [03:14:52 2020-06-13] 178: Checking tracker ** [03:14:52 2020-06-13] 178: Checking user_migrations ** [03:14:52 2020-06-13] 178: Checking batch_updates ** [03:14:52 2020-06-13] 178: Checking gears ** [03:14:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:14:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:57 2020-06-13] 178: Checking imports ** [03:14:57 2020-06-13] 178: Checking exports ** [03:14:57 2020-06-13] 178: Checking users ** [03:14:57 2020-06-13] 178: Checking user_dbs ** [03:14:57 2020-06-13] 178: Checking geocodings ** [03:14:57 2020-06-13] 178: Checking synchronizations ** [03:14:57 2020-06-13] 178: Checking tracker ** [03:14:57 2020-06-13] 178: Checking user_migrations ** [03:14:57 2020-06-13] 178: Checking batch_updates ** [03:14:57 2020-06-13] 178: Checking gears ** [03:14:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:14:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:02 2020-06-13] 178: Checking imports ** [03:15:02 2020-06-13] 178: Checking exports ** [03:15:02 2020-06-13] 178: Checking users ** [03:15:02 2020-06-13] 178: Checking user_dbs ** [03:15:02 2020-06-13] 178: Checking geocodings ** [03:15:02 2020-06-13] 178: Checking synchronizations ** [03:15:02 2020-06-13] 178: Checking tracker ** [03:15:02 2020-06-13] 178: Checking user_migrations ** [03:15:02 2020-06-13] 178: Checking batch_updates ** [03:15:02 2020-06-13] 178: Checking gears ** [03:15:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:15:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:07 2020-06-13] 178: Checking imports ** [03:15:07 2020-06-13] 178: Checking exports ** [03:15:07 2020-06-13] 178: Checking users ** [03:15:07 2020-06-13] 178: Checking user_dbs ** [03:15:07 2020-06-13] 178: Checking geocodings ** [03:15:07 2020-06-13] 178: Checking synchronizations ** [03:15:07 2020-06-13] 178: Checking tracker ** [03:15:07 2020-06-13] 178: Checking user_migrations ** [03:15:07 2020-06-13] 178: Checking batch_updates ** [03:15:07 2020-06-13] 178: Checking gears ** [03:15:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:15:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:12 2020-06-13] 178: Checking imports ** [03:15:12 2020-06-13] 178: Checking exports ** [03:15:12 2020-06-13] 178: Checking users ** [03:15:12 2020-06-13] 178: Checking user_dbs ** [03:15:12 2020-06-13] 178: Checking geocodings ** [03:15:12 2020-06-13] 178: Checking synchronizations ** [03:15:12 2020-06-13] 178: Checking tracker ** [03:15:12 2020-06-13] 178: Checking user_migrations ** [03:15:12 2020-06-13] 178: Checking batch_updates ** [03:15:12 2020-06-13] 178: Checking gears ** [03:15:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:15:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:17 2020-06-13] 178: Checking imports ** [03:15:17 2020-06-13] 178: Checking exports ** [03:15:17 2020-06-13] 178: Checking users ** [03:15:17 2020-06-13] 178: Checking user_dbs ** [03:15:17 2020-06-13] 178: Checking geocodings ** [03:15:17 2020-06-13] 178: Checking synchronizations ** [03:15:17 2020-06-13] 178: Checking tracker ** [03:15:17 2020-06-13] 178: Checking user_migrations ** [03:15:17 2020-06-13] 178: Checking batch_updates ** [03:15:17 2020-06-13] 178: Checking gears ** [03:15:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:15:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:22 2020-06-13] 178: Checking imports ** [03:15:22 2020-06-13] 178: Checking exports ** [03:15:22 2020-06-13] 178: Checking users ** [03:15:22 2020-06-13] 178: Checking user_dbs ** [03:15:22 2020-06-13] 178: Checking geocodings ** [03:15:22 2020-06-13] 178: Checking synchronizations ** [03:15:22 2020-06-13] 178: Checking tracker ** [03:15:22 2020-06-13] 178: Checking user_migrations ** [03:15:22 2020-06-13] 178: Checking batch_updates ** [03:15:22 2020-06-13] 178: Checking gears ** [03:15:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:15:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:27 2020-06-13] 178: Checking imports ** [03:15:27 2020-06-13] 178: Checking exports ** [03:15:27 2020-06-13] 178: Checking users ** [03:15:27 2020-06-13] 178: Checking user_dbs ** [03:15:27 2020-06-13] 178: Checking geocodings ** [03:15:27 2020-06-13] 178: Checking synchronizations ** [03:15:27 2020-06-13] 178: Checking tracker ** [03:15:27 2020-06-13] 178: Checking user_migrations ** [03:15:27 2020-06-13] 178: Checking batch_updates ** [03:15:27 2020-06-13] 178: Checking gears ** [03:15:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:15:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:32 2020-06-13] 178: Checking imports ** [03:15:32 2020-06-13] 178: Checking exports ** [03:15:32 2020-06-13] 178: Checking users ** [03:15:32 2020-06-13] 178: Checking user_dbs ** [03:15:32 2020-06-13] 178: Checking geocodings ** [03:15:32 2020-06-13] 178: Checking synchronizations ** [03:15:32 2020-06-13] 178: Checking tracker ** [03:15:32 2020-06-13] 178: Checking user_migrations ** [03:15:32 2020-06-13] 178: Checking batch_updates ** [03:15:32 2020-06-13] 178: Checking gears ** [03:15:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:15:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:37 2020-06-13] 178: Checking imports ** [03:15:37 2020-06-13] 178: Checking exports ** [03:15:37 2020-06-13] 178: Checking users ** [03:15:37 2020-06-13] 178: Checking user_dbs ** [03:15:37 2020-06-13] 178: Checking geocodings ** [03:15:37 2020-06-13] 178: Checking synchronizations ** [03:15:37 2020-06-13] 178: Checking tracker ** [03:15:37 2020-06-13] 178: Checking user_migrations ** [03:15:37 2020-06-13] 178: Checking batch_updates ** [03:15:37 2020-06-13] 178: Checking gears ** [03:15:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:15:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:42 2020-06-13] 178: Checking imports ** [03:15:42 2020-06-13] 178: Checking exports ** [03:15:42 2020-06-13] 178: Checking users ** [03:15:42 2020-06-13] 178: Checking user_dbs ** [03:15:42 2020-06-13] 178: Checking geocodings ** [03:15:42 2020-06-13] 178: Checking synchronizations ** [03:15:42 2020-06-13] 178: Checking tracker ** [03:15:42 2020-06-13] 178: Checking user_migrations ** [03:15:42 2020-06-13] 178: Checking batch_updates ** [03:15:42 2020-06-13] 178: Checking gears ** [03:15:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:15:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:47 2020-06-13] 178: Checking imports ** [03:15:47 2020-06-13] 178: Checking exports ** [03:15:47 2020-06-13] 178: Checking users ** [03:15:47 2020-06-13] 178: Checking user_dbs ** [03:15:47 2020-06-13] 178: Checking geocodings ** [03:15:47 2020-06-13] 178: Checking synchronizations ** [03:15:47 2020-06-13] 178: Checking tracker ** [03:15:47 2020-06-13] 178: Checking user_migrations ** [03:15:47 2020-06-13] 178: Checking batch_updates ** [03:15:47 2020-06-13] 178: Checking gears ** [03:15:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:15:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:52 2020-06-13] 178: Checking imports ** [03:15:52 2020-06-13] 178: Checking exports ** [03:15:52 2020-06-13] 178: Checking users ** [03:15:52 2020-06-13] 178: Checking user_dbs ** [03:15:52 2020-06-13] 178: Checking geocodings ** [03:15:52 2020-06-13] 178: Checking synchronizations ** [03:15:52 2020-06-13] 178: Checking tracker ** [03:15:52 2020-06-13] 178: Checking user_migrations ** [03:15:52 2020-06-13] 178: Checking batch_updates ** [03:15:52 2020-06-13] 178: Checking gears ** [03:15:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:15:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:57 2020-06-13] 178: Checking imports ** [03:15:57 2020-06-13] 178: Checking exports ** [03:15:57 2020-06-13] 178: Checking users ** [03:15:57 2020-06-13] 178: Checking user_dbs ** [03:15:57 2020-06-13] 178: Checking geocodings ** [03:15:57 2020-06-13] 178: Checking synchronizations ** [03:15:57 2020-06-13] 178: Checking tracker ** [03:15:57 2020-06-13] 178: Checking user_migrations ** [03:15:57 2020-06-13] 178: Checking batch_updates ** [03:15:57 2020-06-13] 178: Checking gears ** [03:15:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:15:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:02 2020-06-13] 178: Checking imports ** [03:16:02 2020-06-13] 178: Checking exports ** [03:16:02 2020-06-13] 178: Checking users ** [03:16:02 2020-06-13] 178: Checking user_dbs ** [03:16:02 2020-06-13] 178: Checking geocodings ** [03:16:02 2020-06-13] 178: Checking synchronizations ** [03:16:02 2020-06-13] 178: Checking tracker ** [03:16:02 2020-06-13] 178: Checking user_migrations ** [03:16:02 2020-06-13] 178: Checking batch_updates ** [03:16:02 2020-06-13] 178: Checking gears ** [03:16:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:16:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:07 2020-06-13] 178: Checking imports ** [03:16:07 2020-06-13] 178: Checking exports ** [03:16:07 2020-06-13] 178: Checking users ** [03:16:07 2020-06-13] 178: Checking user_dbs ** [03:16:07 2020-06-13] 178: Checking geocodings ** [03:16:07 2020-06-13] 178: Checking synchronizations ** [03:16:07 2020-06-13] 178: Checking tracker ** [03:16:07 2020-06-13] 178: Checking user_migrations ** [03:16:07 2020-06-13] 178: Checking batch_updates ** [03:16:07 2020-06-13] 178: Checking gears ** [03:16:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:16:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:12 2020-06-13] 178: Checking imports ** [03:16:12 2020-06-13] 178: Checking exports ** [03:16:12 2020-06-13] 178: Checking users ** [03:16:12 2020-06-13] 178: Checking user_dbs ** [03:16:12 2020-06-13] 178: Checking geocodings ** [03:16:12 2020-06-13] 178: Checking synchronizations ** [03:16:12 2020-06-13] 178: Checking tracker ** [03:16:12 2020-06-13] 178: Checking user_migrations ** [03:16:12 2020-06-13] 178: Checking batch_updates ** [03:16:12 2020-06-13] 178: Checking gears ** [03:16:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:16:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:17 2020-06-13] 178: Checking imports ** [03:16:17 2020-06-13] 178: Checking exports ** [03:16:17 2020-06-13] 178: Checking users ** [03:16:17 2020-06-13] 178: Checking user_dbs ** [03:16:17 2020-06-13] 178: Checking geocodings ** [03:16:17 2020-06-13] 178: Checking synchronizations ** [03:16:17 2020-06-13] 178: Checking tracker ** [03:16:17 2020-06-13] 178: Checking user_migrations ** [03:16:17 2020-06-13] 178: Checking batch_updates ** [03:16:17 2020-06-13] 178: Checking gears ** [03:16:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:16:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:22 2020-06-13] 178: Checking imports ** [03:16:22 2020-06-13] 178: Checking exports ** [03:16:22 2020-06-13] 178: Checking users ** [03:16:22 2020-06-13] 178: Checking user_dbs ** [03:16:22 2020-06-13] 178: Checking geocodings ** [03:16:22 2020-06-13] 178: Checking synchronizations ** [03:16:22 2020-06-13] 178: Checking tracker ** [03:16:22 2020-06-13] 178: Checking user_migrations ** [03:16:22 2020-06-13] 178: Checking batch_updates ** [03:16:22 2020-06-13] 178: Checking gears ** [03:16:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:16:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:27 2020-06-13] 178: Checking imports ** [03:16:27 2020-06-13] 178: Checking exports ** [03:16:27 2020-06-13] 178: Checking users ** [03:16:27 2020-06-13] 178: Checking user_dbs ** [03:16:27 2020-06-13] 178: Checking geocodings ** [03:16:27 2020-06-13] 178: Checking synchronizations ** [03:16:27 2020-06-13] 178: Checking tracker ** [03:16:27 2020-06-13] 178: Checking user_migrations ** [03:16:27 2020-06-13] 178: Checking batch_updates ** [03:16:27 2020-06-13] 178: Checking gears ** [03:16:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:16:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:32 2020-06-13] 178: Checking imports ** [03:16:32 2020-06-13] 178: Checking exports ** [03:16:32 2020-06-13] 178: Checking users ** [03:16:32 2020-06-13] 178: Checking user_dbs ** [03:16:32 2020-06-13] 178: Checking geocodings ** [03:16:32 2020-06-13] 178: Checking synchronizations ** [03:16:32 2020-06-13] 178: Checking tracker ** [03:16:32 2020-06-13] 178: Checking user_migrations ** [03:16:32 2020-06-13] 178: Checking batch_updates ** [03:16:32 2020-06-13] 178: Checking gears ** [03:16:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:16:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:37 2020-06-13] 178: Checking imports ** [03:16:37 2020-06-13] 178: Checking exports ** [03:16:37 2020-06-13] 178: Checking users ** [03:16:37 2020-06-13] 178: Checking user_dbs ** [03:16:37 2020-06-13] 178: Checking geocodings ** [03:16:37 2020-06-13] 178: Checking synchronizations ** [03:16:37 2020-06-13] 178: Checking tracker ** [03:16:37 2020-06-13] 178: Checking user_migrations ** [03:16:37 2020-06-13] 178: Checking batch_updates ** [03:16:37 2020-06-13] 178: Checking gears ** [03:16:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:16:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:42 2020-06-13] 178: Checking imports ** [03:16:42 2020-06-13] 178: Checking exports ** [03:16:42 2020-06-13] 178: Checking users ** [03:16:42 2020-06-13] 178: Checking user_dbs ** [03:16:42 2020-06-13] 178: Checking geocodings ** [03:16:42 2020-06-13] 178: Checking synchronizations ** [03:16:42 2020-06-13] 178: Checking tracker ** [03:16:42 2020-06-13] 178: Checking user_migrations ** [03:16:42 2020-06-13] 178: Checking batch_updates ** [03:16:42 2020-06-13] 178: Checking gears ** [03:16:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:16:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:47 2020-06-13] 178: Checking imports ** [03:16:47 2020-06-13] 178: Checking exports ** [03:16:47 2020-06-13] 178: Checking users ** [03:16:47 2020-06-13] 178: Checking user_dbs ** [03:16:47 2020-06-13] 178: Checking geocodings ** [03:16:47 2020-06-13] 178: Checking synchronizations ** [03:16:47 2020-06-13] 178: Checking tracker ** [03:16:47 2020-06-13] 178: Checking user_migrations ** [03:16:47 2020-06-13] 178: Checking batch_updates ** [03:16:47 2020-06-13] 178: Checking gears ** [03:16:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:16:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:52 2020-06-13] 178: Checking imports ** [03:16:52 2020-06-13] 178: Checking exports ** [03:16:52 2020-06-13] 178: Checking users ** [03:16:52 2020-06-13] 178: Checking user_dbs ** [03:16:52 2020-06-13] 178: Checking geocodings ** [03:16:52 2020-06-13] 178: Checking synchronizations ** [03:16:52 2020-06-13] 178: Checking tracker ** [03:16:52 2020-06-13] 178: Checking user_migrations ** [03:16:52 2020-06-13] 178: Checking batch_updates ** [03:16:52 2020-06-13] 178: Checking gears ** [03:16:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:16:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:57 2020-06-13] 178: Checking imports ** [03:16:57 2020-06-13] 178: Checking exports ** [03:16:57 2020-06-13] 178: Checking users ** [03:16:57 2020-06-13] 178: Checking user_dbs ** [03:16:57 2020-06-13] 178: Checking geocodings ** [03:16:57 2020-06-13] 178: Checking synchronizations ** [03:16:57 2020-06-13] 178: Checking tracker ** [03:16:57 2020-06-13] 178: Checking user_migrations ** [03:16:57 2020-06-13] 178: Checking batch_updates ** [03:16:57 2020-06-13] 178: Checking gears ** [03:16:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:16:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:02 2020-06-13] 178: Checking imports ** [03:17:02 2020-06-13] 178: Checking exports ** [03:17:02 2020-06-13] 178: Checking users ** [03:17:02 2020-06-13] 178: Checking user_dbs ** [03:17:02 2020-06-13] 178: Checking geocodings ** [03:17:02 2020-06-13] 178: Checking synchronizations ** [03:17:02 2020-06-13] 178: Checking tracker ** [03:17:02 2020-06-13] 178: Checking user_migrations ** [03:17:02 2020-06-13] 178: Checking batch_updates ** [03:17:02 2020-06-13] 178: Checking gears ** [03:17:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:17:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:07 2020-06-13] 178: Checking imports ** [03:17:07 2020-06-13] 178: Checking exports ** [03:17:07 2020-06-13] 178: Checking users ** [03:17:07 2020-06-13] 178: Checking user_dbs ** [03:17:07 2020-06-13] 178: Checking geocodings ** [03:17:07 2020-06-13] 178: Checking synchronizations ** [03:17:07 2020-06-13] 178: Checking tracker ** [03:17:07 2020-06-13] 178: Checking user_migrations ** [03:17:07 2020-06-13] 178: Checking batch_updates ** [03:17:07 2020-06-13] 178: Checking gears ** [03:17:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:17:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:12 2020-06-13] 178: Checking imports ** [03:17:12 2020-06-13] 178: Checking exports ** [03:17:12 2020-06-13] 178: Checking users ** [03:17:12 2020-06-13] 178: Checking user_dbs ** [03:17:12 2020-06-13] 178: Checking geocodings ** [03:17:12 2020-06-13] 178: Checking synchronizations ** [03:17:12 2020-06-13] 178: Checking tracker ** [03:17:12 2020-06-13] 178: Checking user_migrations ** [03:17:12 2020-06-13] 178: Checking batch_updates ** [03:17:12 2020-06-13] 178: Checking gears ** [03:17:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:17:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:17 2020-06-13] 178: Checking imports ** [03:17:17 2020-06-13] 178: Checking exports ** [03:17:17 2020-06-13] 178: Checking users ** [03:17:17 2020-06-13] 178: Checking user_dbs ** [03:17:17 2020-06-13] 178: Checking geocodings ** [03:17:17 2020-06-13] 178: Checking synchronizations ** [03:17:17 2020-06-13] 178: Checking tracker ** [03:17:17 2020-06-13] 178: Checking user_migrations ** [03:17:17 2020-06-13] 178: Checking batch_updates ** [03:17:17 2020-06-13] 178: Checking gears ** [03:17:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:17:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:22 2020-06-13] 178: Checking imports ** [03:17:22 2020-06-13] 178: Checking exports ** [03:17:22 2020-06-13] 178: Checking users ** [03:17:22 2020-06-13] 178: Checking user_dbs ** [03:17:22 2020-06-13] 178: Checking geocodings ** [03:17:22 2020-06-13] 178: Checking synchronizations ** [03:17:22 2020-06-13] 178: Checking tracker ** [03:17:22 2020-06-13] 178: Checking user_migrations ** [03:17:22 2020-06-13] 178: Checking batch_updates ** [03:17:22 2020-06-13] 178: Checking gears ** [03:17:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:17:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:27 2020-06-13] 178: Checking imports ** [03:17:27 2020-06-13] 178: Checking exports ** [03:17:27 2020-06-13] 178: Checking users ** [03:17:27 2020-06-13] 178: Checking user_dbs ** [03:17:27 2020-06-13] 178: Checking geocodings ** [03:17:27 2020-06-13] 178: Checking synchronizations ** [03:17:27 2020-06-13] 178: Checking tracker ** [03:17:27 2020-06-13] 178: Checking user_migrations ** [03:17:27 2020-06-13] 178: Checking batch_updates ** [03:17:27 2020-06-13] 178: Checking gears ** [03:17:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:17:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:32 2020-06-13] 178: Checking imports ** [03:17:32 2020-06-13] 178: Checking exports ** [03:17:32 2020-06-13] 178: Checking users ** [03:17:32 2020-06-13] 178: Checking user_dbs ** [03:17:32 2020-06-13] 178: Checking geocodings ** [03:17:32 2020-06-13] 178: Checking synchronizations ** [03:17:32 2020-06-13] 178: Checking tracker ** [03:17:32 2020-06-13] 178: Checking user_migrations ** [03:17:32 2020-06-13] 178: Checking batch_updates ** [03:17:32 2020-06-13] 178: Checking gears ** [03:17:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:17:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:37 2020-06-13] 178: Checking imports ** [03:17:37 2020-06-13] 178: Checking exports ** [03:17:37 2020-06-13] 178: Checking users ** [03:17:37 2020-06-13] 178: Checking user_dbs ** [03:17:37 2020-06-13] 178: Checking geocodings ** [03:17:37 2020-06-13] 178: Checking synchronizations ** [03:17:37 2020-06-13] 178: Checking tracker ** [03:17:37 2020-06-13] 178: Checking user_migrations ** [03:17:37 2020-06-13] 178: Checking batch_updates ** [03:17:37 2020-06-13] 178: Checking gears ** [03:17:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:17:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:42 2020-06-13] 178: Checking imports ** [03:17:42 2020-06-13] 178: Checking exports ** [03:17:42 2020-06-13] 178: Checking users ** [03:17:42 2020-06-13] 178: Checking user_dbs ** [03:17:42 2020-06-13] 178: Checking geocodings ** [03:17:42 2020-06-13] 178: Checking synchronizations ** [03:17:42 2020-06-13] 178: Checking tracker ** [03:17:42 2020-06-13] 178: Checking user_migrations ** [03:17:42 2020-06-13] 178: Checking batch_updates ** [03:17:42 2020-06-13] 178: Checking gears ** [03:17:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:17:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:47 2020-06-13] 178: Checking imports ** [03:17:47 2020-06-13] 178: Checking exports ** [03:17:47 2020-06-13] 178: Checking users ** [03:17:47 2020-06-13] 178: Checking user_dbs ** [03:17:47 2020-06-13] 178: Checking geocodings ** [03:17:47 2020-06-13] 178: Checking synchronizations ** [03:17:47 2020-06-13] 178: Checking tracker ** [03:17:47 2020-06-13] 178: Checking user_migrations ** [03:17:47 2020-06-13] 178: Checking batch_updates ** [03:17:47 2020-06-13] 178: Checking gears ** [03:17:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:17:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:52 2020-06-13] 178: Checking imports ** [03:17:52 2020-06-13] 178: Checking exports ** [03:17:52 2020-06-13] 178: Checking users ** [03:17:52 2020-06-13] 178: Checking user_dbs ** [03:17:52 2020-06-13] 178: Checking geocodings ** [03:17:52 2020-06-13] 178: Checking synchronizations ** [03:17:52 2020-06-13] 178: Checking tracker ** [03:17:52 2020-06-13] 178: Checking user_migrations ** [03:17:52 2020-06-13] 178: Checking batch_updates ** [03:17:52 2020-06-13] 178: Checking gears ** [03:17:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:17:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:57 2020-06-13] 178: Checking imports ** [03:17:57 2020-06-13] 178: Checking exports ** [03:17:57 2020-06-13] 178: Checking users ** [03:17:57 2020-06-13] 178: Checking user_dbs ** [03:17:57 2020-06-13] 178: Checking geocodings ** [03:17:57 2020-06-13] 178: Checking synchronizations ** [03:17:57 2020-06-13] 178: Checking tracker ** [03:17:57 2020-06-13] 178: Checking user_migrations ** [03:17:57 2020-06-13] 178: Checking batch_updates ** [03:17:57 2020-06-13] 178: Checking gears ** [03:17:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:17:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:02 2020-06-13] 178: Checking imports ** [03:18:02 2020-06-13] 178: Checking exports ** [03:18:02 2020-06-13] 178: Checking users ** [03:18:02 2020-06-13] 178: Checking user_dbs ** [03:18:02 2020-06-13] 178: Checking geocodings ** [03:18:02 2020-06-13] 178: Checking synchronizations ** [03:18:02 2020-06-13] 178: Checking tracker ** [03:18:02 2020-06-13] 178: Checking user_migrations ** [03:18:02 2020-06-13] 178: Checking batch_updates ** [03:18:02 2020-06-13] 178: Checking gears ** [03:18:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:18:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:07 2020-06-13] 178: Checking imports ** [03:18:07 2020-06-13] 178: Checking exports ** [03:18:07 2020-06-13] 178: Checking users ** [03:18:07 2020-06-13] 178: Checking user_dbs ** [03:18:07 2020-06-13] 178: Checking geocodings ** [03:18:07 2020-06-13] 178: Checking synchronizations ** [03:18:07 2020-06-13] 178: Checking tracker ** [03:18:07 2020-06-13] 178: Checking user_migrations ** [03:18:07 2020-06-13] 178: Checking batch_updates ** [03:18:07 2020-06-13] 178: Checking gears ** [03:18:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:18:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:12 2020-06-13] 178: Checking imports ** [03:18:12 2020-06-13] 178: Checking exports ** [03:18:12 2020-06-13] 178: Checking users ** [03:18:12 2020-06-13] 178: Checking user_dbs ** [03:18:12 2020-06-13] 178: Checking geocodings ** [03:18:12 2020-06-13] 178: Checking synchronizations ** [03:18:12 2020-06-13] 178: Checking tracker ** [03:18:12 2020-06-13] 178: Checking user_migrations ** [03:18:12 2020-06-13] 178: Checking batch_updates ** [03:18:12 2020-06-13] 178: Checking gears ** [03:18:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:18:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:17 2020-06-13] 178: Checking imports ** [03:18:17 2020-06-13] 178: Checking exports ** [03:18:17 2020-06-13] 178: Checking users ** [03:18:17 2020-06-13] 178: Checking user_dbs ** [03:18:17 2020-06-13] 178: Checking geocodings ** [03:18:17 2020-06-13] 178: Checking synchronizations ** [03:18:17 2020-06-13] 178: Checking tracker ** [03:18:17 2020-06-13] 178: Checking user_migrations ** [03:18:17 2020-06-13] 178: Checking batch_updates ** [03:18:17 2020-06-13] 178: Checking gears ** [03:18:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:18:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:22 2020-06-13] 178: Checking imports ** [03:18:22 2020-06-13] 178: Checking exports ** [03:18:22 2020-06-13] 178: Checking users ** [03:18:22 2020-06-13] 178: Checking user_dbs ** [03:18:22 2020-06-13] 178: Checking geocodings ** [03:18:22 2020-06-13] 178: Checking synchronizations ** [03:18:22 2020-06-13] 178: Checking tracker ** [03:18:22 2020-06-13] 178: Checking user_migrations ** [03:18:22 2020-06-13] 178: Checking batch_updates ** [03:18:22 2020-06-13] 178: Checking gears ** [03:18:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:18:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:27 2020-06-13] 178: Checking imports ** [03:18:27 2020-06-13] 178: Checking exports ** [03:18:27 2020-06-13] 178: Checking users ** [03:18:27 2020-06-13] 178: Checking user_dbs ** [03:18:27 2020-06-13] 178: Checking geocodings ** [03:18:27 2020-06-13] 178: Checking synchronizations ** [03:18:27 2020-06-13] 178: Checking tracker ** [03:18:27 2020-06-13] 178: Checking user_migrations ** [03:18:27 2020-06-13] 178: Checking batch_updates ** [03:18:27 2020-06-13] 178: Checking gears ** [03:18:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:18:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:32 2020-06-13] 178: Checking imports ** [03:18:32 2020-06-13] 178: Checking exports ** [03:18:32 2020-06-13] 178: Checking users ** [03:18:32 2020-06-13] 178: Checking user_dbs ** [03:18:32 2020-06-13] 178: Checking geocodings ** [03:18:32 2020-06-13] 178: Checking synchronizations ** [03:18:32 2020-06-13] 178: Checking tracker ** [03:18:32 2020-06-13] 178: Checking user_migrations ** [03:18:32 2020-06-13] 178: Checking batch_updates ** [03:18:32 2020-06-13] 178: Checking gears ** [03:18:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:18:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:37 2020-06-13] 178: Checking imports ** [03:18:37 2020-06-13] 178: Checking exports ** [03:18:37 2020-06-13] 178: Checking users ** [03:18:37 2020-06-13] 178: Checking user_dbs ** [03:18:37 2020-06-13] 178: Checking geocodings ** [03:18:37 2020-06-13] 178: Checking synchronizations ** [03:18:37 2020-06-13] 178: Checking tracker ** [03:18:37 2020-06-13] 178: Checking user_migrations ** [03:18:37 2020-06-13] 178: Checking batch_updates ** [03:18:37 2020-06-13] 178: Checking gears ** [03:18:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:18:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:42 2020-06-13] 178: Checking imports ** [03:18:42 2020-06-13] 178: Checking exports ** [03:18:42 2020-06-13] 178: Checking users ** [03:18:42 2020-06-13] 178: Checking user_dbs ** [03:18:42 2020-06-13] 178: Checking geocodings ** [03:18:42 2020-06-13] 178: Checking synchronizations ** [03:18:42 2020-06-13] 178: Checking tracker ** [03:18:42 2020-06-13] 178: Checking user_migrations ** [03:18:42 2020-06-13] 178: Checking batch_updates ** [03:18:42 2020-06-13] 178: Checking gears ** [03:18:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:18:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:47 2020-06-13] 178: Checking imports ** [03:18:47 2020-06-13] 178: Checking exports ** [03:18:47 2020-06-13] 178: Checking users ** [03:18:47 2020-06-13] 178: Checking user_dbs ** [03:18:47 2020-06-13] 178: Checking geocodings ** [03:18:47 2020-06-13] 178: Checking synchronizations ** [03:18:47 2020-06-13] 178: Checking tracker ** [03:18:47 2020-06-13] 178: Checking user_migrations ** [03:18:47 2020-06-13] 178: Checking batch_updates ** [03:18:47 2020-06-13] 178: Checking gears ** [03:18:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:18:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:52 2020-06-13] 178: Checking imports ** [03:18:52 2020-06-13] 178: Checking exports ** [03:18:52 2020-06-13] 178: Checking users ** [03:18:52 2020-06-13] 178: Checking user_dbs ** [03:18:52 2020-06-13] 178: Checking geocodings ** [03:18:52 2020-06-13] 178: Checking synchronizations ** [03:18:52 2020-06-13] 178: Checking tracker ** [03:18:52 2020-06-13] 178: Checking user_migrations ** [03:18:52 2020-06-13] 178: Checking batch_updates ** [03:18:52 2020-06-13] 178: Checking gears ** [03:18:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:18:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:57 2020-06-13] 178: Checking imports ** [03:18:57 2020-06-13] 178: Checking exports ** [03:18:57 2020-06-13] 178: Checking users ** [03:18:57 2020-06-13] 178: Checking user_dbs ** [03:18:57 2020-06-13] 178: Checking geocodings ** [03:18:57 2020-06-13] 178: Checking synchronizations ** [03:18:57 2020-06-13] 178: Checking tracker ** [03:18:57 2020-06-13] 178: Checking user_migrations ** [03:18:57 2020-06-13] 178: Checking batch_updates ** [03:18:57 2020-06-13] 178: Checking gears ** [03:18:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:18:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:02 2020-06-13] 178: Checking imports ** [03:19:02 2020-06-13] 178: Checking exports ** [03:19:02 2020-06-13] 178: Checking users ** [03:19:02 2020-06-13] 178: Checking user_dbs ** [03:19:02 2020-06-13] 178: Checking geocodings ** [03:19:02 2020-06-13] 178: Checking synchronizations ** [03:19:02 2020-06-13] 178: Checking tracker ** [03:19:02 2020-06-13] 178: Checking user_migrations ** [03:19:02 2020-06-13] 178: Checking batch_updates ** [03:19:02 2020-06-13] 178: Checking gears ** [03:19:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:19:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:07 2020-06-13] 178: Checking imports ** [03:19:07 2020-06-13] 178: Checking exports ** [03:19:07 2020-06-13] 178: Checking users ** [03:19:07 2020-06-13] 178: Checking user_dbs ** [03:19:07 2020-06-13] 178: Checking geocodings ** [03:19:07 2020-06-13] 178: Checking synchronizations ** [03:19:07 2020-06-13] 178: Checking tracker ** [03:19:07 2020-06-13] 178: Checking user_migrations ** [03:19:07 2020-06-13] 178: Checking batch_updates ** [03:19:07 2020-06-13] 178: Checking gears ** [03:19:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:19:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:12 2020-06-13] 178: Checking imports ** [03:19:12 2020-06-13] 178: Checking exports ** [03:19:12 2020-06-13] 178: Checking users ** [03:19:12 2020-06-13] 178: Checking user_dbs ** [03:19:12 2020-06-13] 178: Checking geocodings ** [03:19:12 2020-06-13] 178: Checking synchronizations ** [03:19:12 2020-06-13] 178: Checking tracker ** [03:19:12 2020-06-13] 178: Checking user_migrations ** [03:19:12 2020-06-13] 178: Checking batch_updates ** [03:19:12 2020-06-13] 178: Checking gears ** [03:19:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:19:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:17 2020-06-13] 178: Checking imports ** [03:19:17 2020-06-13] 178: Checking exports ** [03:19:17 2020-06-13] 178: Checking users ** [03:19:17 2020-06-13] 178: Checking user_dbs ** [03:19:17 2020-06-13] 178: Checking geocodings ** [03:19:17 2020-06-13] 178: Checking synchronizations ** [03:19:17 2020-06-13] 178: Checking tracker ** [03:19:17 2020-06-13] 178: Checking user_migrations ** [03:19:17 2020-06-13] 178: Checking batch_updates ** [03:19:17 2020-06-13] 178: Checking gears ** [03:19:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:19:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:22 2020-06-13] 178: Checking imports ** [03:19:22 2020-06-13] 178: Checking exports ** [03:19:22 2020-06-13] 178: Checking users ** [03:19:22 2020-06-13] 178: Checking user_dbs ** [03:19:22 2020-06-13] 178: Checking geocodings ** [03:19:22 2020-06-13] 178: Checking synchronizations ** [03:19:22 2020-06-13] 178: Checking tracker ** [03:19:22 2020-06-13] 178: Checking user_migrations ** [03:19:22 2020-06-13] 178: Checking batch_updates ** [03:19:22 2020-06-13] 178: Checking gears ** [03:19:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:19:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:27 2020-06-13] 178: Checking imports ** [03:19:27 2020-06-13] 178: Checking exports ** [03:19:27 2020-06-13] 178: Checking users ** [03:19:27 2020-06-13] 178: Checking user_dbs ** [03:19:27 2020-06-13] 178: Checking geocodings ** [03:19:27 2020-06-13] 178: Checking synchronizations ** [03:19:27 2020-06-13] 178: Checking tracker ** [03:19:27 2020-06-13] 178: Checking user_migrations ** [03:19:27 2020-06-13] 178: Checking batch_updates ** [03:19:27 2020-06-13] 178: Checking gears ** [03:19:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:19:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:32 2020-06-13] 178: Checking imports ** [03:19:32 2020-06-13] 178: Checking exports ** [03:19:32 2020-06-13] 178: Checking users ** [03:19:32 2020-06-13] 178: Checking user_dbs ** [03:19:32 2020-06-13] 178: Checking geocodings ** [03:19:32 2020-06-13] 178: Checking synchronizations ** [03:19:32 2020-06-13] 178: Checking tracker ** [03:19:32 2020-06-13] 178: Checking user_migrations ** [03:19:32 2020-06-13] 178: Checking batch_updates ** [03:19:32 2020-06-13] 178: Checking gears ** [03:19:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:19:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:37 2020-06-13] 178: Checking imports ** [03:19:37 2020-06-13] 178: Checking exports ** [03:19:37 2020-06-13] 178: Checking users ** [03:19:37 2020-06-13] 178: Checking user_dbs ** [03:19:37 2020-06-13] 178: Checking geocodings ** [03:19:37 2020-06-13] 178: Checking synchronizations ** [03:19:37 2020-06-13] 178: Checking tracker ** [03:19:37 2020-06-13] 178: Checking user_migrations ** [03:19:37 2020-06-13] 178: Checking batch_updates ** [03:19:37 2020-06-13] 178: Checking gears ** [03:19:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:19:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:42 2020-06-13] 178: Checking imports ** [03:19:42 2020-06-13] 178: Checking exports ** [03:19:42 2020-06-13] 178: Checking users ** [03:19:42 2020-06-13] 178: Checking user_dbs ** [03:19:42 2020-06-13] 178: Checking geocodings ** [03:19:42 2020-06-13] 178: Checking synchronizations ** [03:19:42 2020-06-13] 178: Checking tracker ** [03:19:42 2020-06-13] 178: Checking user_migrations ** [03:19:42 2020-06-13] 178: Checking batch_updates ** [03:19:42 2020-06-13] 178: Checking gears ** [03:19:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:19:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:47 2020-06-13] 178: Checking imports ** [03:19:47 2020-06-13] 178: Checking exports ** [03:19:47 2020-06-13] 178: Checking users ** [03:19:47 2020-06-13] 178: Checking user_dbs ** [03:19:47 2020-06-13] 178: Checking geocodings ** [03:19:47 2020-06-13] 178: Checking synchronizations ** [03:19:47 2020-06-13] 178: Checking tracker ** [03:19:47 2020-06-13] 178: Checking user_migrations ** [03:19:47 2020-06-13] 178: Checking batch_updates ** [03:19:47 2020-06-13] 178: Checking gears ** [03:19:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:19:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:52 2020-06-13] 178: Checking imports ** [03:19:52 2020-06-13] 178: Checking exports ** [03:19:52 2020-06-13] 178: Checking users ** [03:19:52 2020-06-13] 178: Checking user_dbs ** [03:19:52 2020-06-13] 178: Checking geocodings ** [03:19:52 2020-06-13] 178: Checking synchronizations ** [03:19:52 2020-06-13] 178: Checking tracker ** [03:19:52 2020-06-13] 178: Checking user_migrations ** [03:19:52 2020-06-13] 178: Checking batch_updates ** [03:19:52 2020-06-13] 178: Checking gears ** [03:19:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:19:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:57 2020-06-13] 178: Checking imports ** [03:19:57 2020-06-13] 178: Checking exports ** [03:19:57 2020-06-13] 178: Checking users ** [03:19:57 2020-06-13] 178: Checking user_dbs ** [03:19:57 2020-06-13] 178: Checking geocodings ** [03:19:57 2020-06-13] 178: Checking synchronizations ** [03:19:57 2020-06-13] 178: Checking tracker ** [03:19:57 2020-06-13] 178: Checking user_migrations ** [03:19:57 2020-06-13] 178: Checking batch_updates ** [03:19:57 2020-06-13] 178: Checking gears ** [03:19:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:19:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:02 2020-06-13] 178: Checking imports ** [03:20:02 2020-06-13] 178: Checking exports ** [03:20:02 2020-06-13] 178: Checking users ** [03:20:02 2020-06-13] 178: Checking user_dbs ** [03:20:02 2020-06-13] 178: Checking geocodings ** [03:20:02 2020-06-13] 178: Checking synchronizations ** [03:20:02 2020-06-13] 178: Checking tracker ** [03:20:02 2020-06-13] 178: Checking user_migrations ** [03:20:02 2020-06-13] 178: Checking batch_updates ** [03:20:02 2020-06-13] 178: Checking gears ** [03:20:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:20:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:07 2020-06-13] 178: Checking imports ** [03:20:07 2020-06-13] 178: Checking exports ** [03:20:07 2020-06-13] 178: Checking users ** [03:20:07 2020-06-13] 178: Checking user_dbs ** [03:20:07 2020-06-13] 178: Checking geocodings ** [03:20:07 2020-06-13] 178: Checking synchronizations ** [03:20:07 2020-06-13] 178: Checking tracker ** [03:20:07 2020-06-13] 178: Checking user_migrations ** [03:20:07 2020-06-13] 178: Checking batch_updates ** [03:20:07 2020-06-13] 178: Checking gears ** [03:20:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:20:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:12 2020-06-13] 178: Checking imports ** [03:20:12 2020-06-13] 178: Checking exports ** [03:20:12 2020-06-13] 178: Checking users ** [03:20:12 2020-06-13] 178: Checking user_dbs ** [03:20:12 2020-06-13] 178: Checking geocodings ** [03:20:12 2020-06-13] 178: Checking synchronizations ** [03:20:12 2020-06-13] 178: Checking tracker ** [03:20:12 2020-06-13] 178: Checking user_migrations ** [03:20:12 2020-06-13] 178: Checking batch_updates ** [03:20:12 2020-06-13] 178: Checking gears ** [03:20:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:20:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:17 2020-06-13] 178: Checking imports ** [03:20:17 2020-06-13] 178: Checking exports ** [03:20:17 2020-06-13] 178: Checking users ** [03:20:17 2020-06-13] 178: Checking user_dbs ** [03:20:17 2020-06-13] 178: Checking geocodings ** [03:20:17 2020-06-13] 178: Checking synchronizations ** [03:20:17 2020-06-13] 178: Checking tracker ** [03:20:17 2020-06-13] 178: Checking user_migrations ** [03:20:17 2020-06-13] 178: Checking batch_updates ** [03:20:17 2020-06-13] 178: Checking gears ** [03:20:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:20:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:22 2020-06-13] 178: Checking imports ** [03:20:22 2020-06-13] 178: Checking exports ** [03:20:22 2020-06-13] 178: Checking users ** [03:20:22 2020-06-13] 178: Checking user_dbs ** [03:20:22 2020-06-13] 178: Checking geocodings ** [03:20:22 2020-06-13] 178: Checking synchronizations ** [03:20:22 2020-06-13] 178: Checking tracker ** [03:20:22 2020-06-13] 178: Checking user_migrations ** [03:20:22 2020-06-13] 178: Checking batch_updates ** [03:20:22 2020-06-13] 178: Checking gears ** [03:20:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:20:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:27 2020-06-13] 178: Checking imports ** [03:20:27 2020-06-13] 178: Checking exports ** [03:20:27 2020-06-13] 178: Checking users ** [03:20:27 2020-06-13] 178: Checking user_dbs ** [03:20:27 2020-06-13] 178: Checking geocodings ** [03:20:27 2020-06-13] 178: Checking synchronizations ** [03:20:27 2020-06-13] 178: Checking tracker ** [03:20:27 2020-06-13] 178: Checking user_migrations ** [03:20:27 2020-06-13] 178: Checking batch_updates ** [03:20:27 2020-06-13] 178: Checking gears ** [03:20:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:20:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:32 2020-06-13] 178: Checking imports ** [03:20:32 2020-06-13] 178: Checking exports ** [03:20:32 2020-06-13] 178: Checking users ** [03:20:32 2020-06-13] 178: Checking user_dbs ** [03:20:32 2020-06-13] 178: Checking geocodings ** [03:20:32 2020-06-13] 178: Checking synchronizations ** [03:20:32 2020-06-13] 178: Checking tracker ** [03:20:32 2020-06-13] 178: Checking user_migrations ** [03:20:32 2020-06-13] 178: Checking batch_updates ** [03:20:32 2020-06-13] 178: Checking gears ** [03:20:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:20:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:37 2020-06-13] 178: Checking imports ** [03:20:37 2020-06-13] 178: Checking exports ** [03:20:37 2020-06-13] 178: Checking users ** [03:20:37 2020-06-13] 178: Checking user_dbs ** [03:20:37 2020-06-13] 178: Checking geocodings ** [03:20:37 2020-06-13] 178: Checking synchronizations ** [03:20:37 2020-06-13] 178: Checking tracker ** [03:20:37 2020-06-13] 178: Checking user_migrations ** [03:20:37 2020-06-13] 178: Checking batch_updates ** [03:20:37 2020-06-13] 178: Checking gears ** [03:20:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:20:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:42 2020-06-13] 178: Checking imports ** [03:20:42 2020-06-13] 178: Checking exports ** [03:20:42 2020-06-13] 178: Checking users ** [03:20:42 2020-06-13] 178: Checking user_dbs ** [03:20:42 2020-06-13] 178: Checking geocodings ** [03:20:42 2020-06-13] 178: Checking synchronizations ** [03:20:42 2020-06-13] 178: Checking tracker ** [03:20:42 2020-06-13] 178: Checking user_migrations ** [03:20:42 2020-06-13] 178: Checking batch_updates ** [03:20:42 2020-06-13] 178: Checking gears ** [03:20:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:20:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:47 2020-06-13] 178: Checking imports ** [03:20:47 2020-06-13] 178: Checking exports ** [03:20:47 2020-06-13] 178: Checking users ** [03:20:47 2020-06-13] 178: Checking user_dbs ** [03:20:47 2020-06-13] 178: Checking geocodings ** [03:20:47 2020-06-13] 178: Checking synchronizations ** [03:20:47 2020-06-13] 178: Checking tracker ** [03:20:47 2020-06-13] 178: Checking user_migrations ** [03:20:47 2020-06-13] 178: Checking batch_updates ** [03:20:47 2020-06-13] 178: Checking gears ** [03:20:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:20:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:52 2020-06-13] 178: Checking imports ** [03:20:52 2020-06-13] 178: Checking exports ** [03:20:52 2020-06-13] 178: Checking users ** [03:20:52 2020-06-13] 178: Checking user_dbs ** [03:20:52 2020-06-13] 178: Checking geocodings ** [03:20:52 2020-06-13] 178: Checking synchronizations ** [03:20:52 2020-06-13] 178: Checking tracker ** [03:20:52 2020-06-13] 178: Checking user_migrations ** [03:20:52 2020-06-13] 178: Checking batch_updates ** [03:20:52 2020-06-13] 178: Checking gears ** [03:20:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:20:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:57 2020-06-13] 178: Checking imports ** [03:20:57 2020-06-13] 178: Checking exports ** [03:20:57 2020-06-13] 178: Checking users ** [03:20:57 2020-06-13] 178: Checking user_dbs ** [03:20:57 2020-06-13] 178: Checking geocodings ** [03:20:57 2020-06-13] 178: Checking synchronizations ** [03:20:57 2020-06-13] 178: Checking tracker ** [03:20:57 2020-06-13] 178: Checking user_migrations ** [03:20:57 2020-06-13] 178: Checking batch_updates ** [03:20:57 2020-06-13] 178: Checking gears ** [03:20:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:20:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:02 2020-06-13] 178: Checking imports ** [03:21:02 2020-06-13] 178: Checking exports ** [03:21:02 2020-06-13] 178: Checking users ** [03:21:02 2020-06-13] 178: Checking user_dbs ** [03:21:02 2020-06-13] 178: Checking geocodings ** [03:21:02 2020-06-13] 178: Checking synchronizations ** [03:21:02 2020-06-13] 178: Checking tracker ** [03:21:02 2020-06-13] 178: Checking user_migrations ** [03:21:02 2020-06-13] 178: Checking batch_updates ** [03:21:02 2020-06-13] 178: Checking gears ** [03:21:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:21:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:07 2020-06-13] 178: Checking imports ** [03:21:07 2020-06-13] 178: Checking exports ** [03:21:07 2020-06-13] 178: Checking users ** [03:21:07 2020-06-13] 178: Checking user_dbs ** [03:21:07 2020-06-13] 178: Checking geocodings ** [03:21:07 2020-06-13] 178: Checking synchronizations ** [03:21:07 2020-06-13] 178: Checking tracker ** [03:21:07 2020-06-13] 178: Checking user_migrations ** [03:21:07 2020-06-13] 178: Checking batch_updates ** [03:21:07 2020-06-13] 178: Checking gears ** [03:21:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:21:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:12 2020-06-13] 178: Checking imports ** [03:21:12 2020-06-13] 178: Checking exports ** [03:21:12 2020-06-13] 178: Checking users ** [03:21:12 2020-06-13] 178: Checking user_dbs ** [03:21:12 2020-06-13] 178: Checking geocodings ** [03:21:12 2020-06-13] 178: Checking synchronizations ** [03:21:12 2020-06-13] 178: Checking tracker ** [03:21:12 2020-06-13] 178: Checking user_migrations ** [03:21:12 2020-06-13] 178: Checking batch_updates ** [03:21:12 2020-06-13] 178: Checking gears ** [03:21:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:21:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:17 2020-06-13] 178: Checking imports ** [03:21:17 2020-06-13] 178: Checking exports ** [03:21:17 2020-06-13] 178: Checking users ** [03:21:17 2020-06-13] 178: Checking user_dbs ** [03:21:17 2020-06-13] 178: Checking geocodings ** [03:21:17 2020-06-13] 178: Checking synchronizations ** [03:21:17 2020-06-13] 178: Checking tracker ** [03:21:17 2020-06-13] 178: Checking user_migrations ** [03:21:17 2020-06-13] 178: Checking batch_updates ** [03:21:17 2020-06-13] 178: Checking gears ** [03:21:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:21:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:22 2020-06-13] 178: Checking imports ** [03:21:22 2020-06-13] 178: Checking exports ** [03:21:22 2020-06-13] 178: Checking users ** [03:21:22 2020-06-13] 178: Checking user_dbs ** [03:21:22 2020-06-13] 178: Checking geocodings ** [03:21:22 2020-06-13] 178: Checking synchronizations ** [03:21:22 2020-06-13] 178: Checking tracker ** [03:21:22 2020-06-13] 178: Checking user_migrations ** [03:21:22 2020-06-13] 178: Checking batch_updates ** [03:21:22 2020-06-13] 178: Checking gears ** [03:21:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:21:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:27 2020-06-13] 178: Checking imports ** [03:21:27 2020-06-13] 178: Checking exports ** [03:21:27 2020-06-13] 178: Checking users ** [03:21:27 2020-06-13] 178: Checking user_dbs ** [03:21:27 2020-06-13] 178: Checking geocodings ** [03:21:27 2020-06-13] 178: Checking synchronizations ** [03:21:27 2020-06-13] 178: Checking tracker ** [03:21:27 2020-06-13] 178: Checking user_migrations ** [03:21:27 2020-06-13] 178: Checking batch_updates ** [03:21:27 2020-06-13] 178: Checking gears ** [03:21:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:21:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:32 2020-06-13] 178: Checking imports ** [03:21:32 2020-06-13] 178: Checking exports ** [03:21:32 2020-06-13] 178: Checking users ** [03:21:32 2020-06-13] 178: Checking user_dbs ** [03:21:32 2020-06-13] 178: Checking geocodings ** [03:21:32 2020-06-13] 178: Checking synchronizations ** [03:21:32 2020-06-13] 178: Checking tracker ** [03:21:32 2020-06-13] 178: Checking user_migrations ** [03:21:32 2020-06-13] 178: Checking batch_updates ** [03:21:32 2020-06-13] 178: Checking gears ** [03:21:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:21:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:37 2020-06-13] 178: Checking imports ** [03:21:37 2020-06-13] 178: Checking exports ** [03:21:37 2020-06-13] 178: Checking users ** [03:21:37 2020-06-13] 178: Checking user_dbs ** [03:21:37 2020-06-13] 178: Checking geocodings ** [03:21:37 2020-06-13] 178: Checking synchronizations ** [03:21:37 2020-06-13] 178: Checking tracker ** [03:21:37 2020-06-13] 178: Checking user_migrations ** [03:21:37 2020-06-13] 178: Checking batch_updates ** [03:21:37 2020-06-13] 178: Checking gears ** [03:21:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:21:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:42 2020-06-13] 178: Checking imports ** [03:21:42 2020-06-13] 178: Checking exports ** [03:21:42 2020-06-13] 178: Checking users ** [03:21:42 2020-06-13] 178: Checking user_dbs ** [03:21:42 2020-06-13] 178: Checking geocodings ** [03:21:42 2020-06-13] 178: Checking synchronizations ** [03:21:42 2020-06-13] 178: Checking tracker ** [03:21:42 2020-06-13] 178: Checking user_migrations ** [03:21:42 2020-06-13] 178: Checking batch_updates ** [03:21:42 2020-06-13] 178: Checking gears ** [03:21:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:21:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:47 2020-06-13] 178: Checking imports ** [03:21:47 2020-06-13] 178: Checking exports ** [03:21:47 2020-06-13] 178: Checking users ** [03:21:47 2020-06-13] 178: Checking user_dbs ** [03:21:47 2020-06-13] 178: Checking geocodings ** [03:21:47 2020-06-13] 178: Checking synchronizations ** [03:21:47 2020-06-13] 178: Checking tracker ** [03:21:47 2020-06-13] 178: Checking user_migrations ** [03:21:47 2020-06-13] 178: Checking batch_updates ** [03:21:47 2020-06-13] 178: Checking gears ** [03:21:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:21:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:52 2020-06-13] 178: Checking imports ** [03:21:52 2020-06-13] 178: Checking exports ** [03:21:52 2020-06-13] 178: Checking users ** [03:21:52 2020-06-13] 178: Checking user_dbs ** [03:21:52 2020-06-13] 178: Checking geocodings ** [03:21:52 2020-06-13] 178: Checking synchronizations ** [03:21:52 2020-06-13] 178: Checking tracker ** [03:21:52 2020-06-13] 178: Checking user_migrations ** [03:21:52 2020-06-13] 178: Checking batch_updates ** [03:21:52 2020-06-13] 178: Checking gears ** [03:21:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:21:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:57 2020-06-13] 178: Checking imports ** [03:21:57 2020-06-13] 178: Checking exports ** [03:21:57 2020-06-13] 178: Checking users ** [03:21:57 2020-06-13] 178: Checking user_dbs ** [03:21:57 2020-06-13] 178: Checking geocodings ** [03:21:57 2020-06-13] 178: Checking synchronizations ** [03:21:57 2020-06-13] 178: Checking tracker ** [03:21:57 2020-06-13] 178: Checking user_migrations ** [03:21:57 2020-06-13] 178: Checking batch_updates ** [03:21:57 2020-06-13] 178: Checking gears ** [03:21:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:21:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:02 2020-06-13] 178: Checking imports ** [03:22:02 2020-06-13] 178: Checking exports ** [03:22:02 2020-06-13] 178: Checking users ** [03:22:02 2020-06-13] 178: Checking user_dbs ** [03:22:02 2020-06-13] 178: Checking geocodings ** [03:22:02 2020-06-13] 178: Checking synchronizations ** [03:22:02 2020-06-13] 178: Checking tracker ** [03:22:02 2020-06-13] 178: Checking user_migrations ** [03:22:02 2020-06-13] 178: Checking batch_updates ** [03:22:02 2020-06-13] 178: Checking gears ** [03:22:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:22:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:07 2020-06-13] 178: Checking imports ** [03:22:07 2020-06-13] 178: Checking exports ** [03:22:07 2020-06-13] 178: Checking users ** [03:22:07 2020-06-13] 178: Checking user_dbs ** [03:22:07 2020-06-13] 178: Checking geocodings ** [03:22:07 2020-06-13] 178: Checking synchronizations ** [03:22:07 2020-06-13] 178: Checking tracker ** [03:22:07 2020-06-13] 178: Checking user_migrations ** [03:22:07 2020-06-13] 178: Checking batch_updates ** [03:22:07 2020-06-13] 178: Checking gears ** [03:22:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:22:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:12 2020-06-13] 178: Checking imports ** [03:22:12 2020-06-13] 178: Checking exports ** [03:22:12 2020-06-13] 178: Checking users ** [03:22:12 2020-06-13] 178: Checking user_dbs ** [03:22:12 2020-06-13] 178: Checking geocodings ** [03:22:12 2020-06-13] 178: Checking synchronizations ** [03:22:12 2020-06-13] 178: Checking tracker ** [03:22:12 2020-06-13] 178: Checking user_migrations ** [03:22:12 2020-06-13] 178: Checking batch_updates ** [03:22:12 2020-06-13] 178: Checking gears ** [03:22:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:22:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:17 2020-06-13] 178: Checking imports ** [03:22:17 2020-06-13] 178: Checking exports ** [03:22:17 2020-06-13] 178: Checking users ** [03:22:17 2020-06-13] 178: Checking user_dbs ** [03:22:17 2020-06-13] 178: Checking geocodings ** [03:22:17 2020-06-13] 178: Checking synchronizations ** [03:22:17 2020-06-13] 178: Checking tracker ** [03:22:17 2020-06-13] 178: Checking user_migrations ** [03:22:17 2020-06-13] 178: Checking batch_updates ** [03:22:17 2020-06-13] 178: Checking gears ** [03:22:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:22:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:22 2020-06-13] 178: Checking imports ** [03:22:22 2020-06-13] 178: Checking exports ** [03:22:22 2020-06-13] 178: Checking users ** [03:22:22 2020-06-13] 178: Checking user_dbs ** [03:22:22 2020-06-13] 178: Checking geocodings ** [03:22:22 2020-06-13] 178: Checking synchronizations ** [03:22:22 2020-06-13] 178: Checking tracker ** [03:22:22 2020-06-13] 178: Checking user_migrations ** [03:22:22 2020-06-13] 178: Checking batch_updates ** [03:22:22 2020-06-13] 178: Checking gears ** [03:22:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:22:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:27 2020-06-13] 178: Checking imports ** [03:22:27 2020-06-13] 178: Checking exports ** [03:22:27 2020-06-13] 178: Checking users ** [03:22:27 2020-06-13] 178: Checking user_dbs ** [03:22:27 2020-06-13] 178: Checking geocodings ** [03:22:27 2020-06-13] 178: Checking synchronizations ** [03:22:27 2020-06-13] 178: Checking tracker ** [03:22:27 2020-06-13] 178: Checking user_migrations ** [03:22:27 2020-06-13] 178: Checking batch_updates ** [03:22:27 2020-06-13] 178: Checking gears ** [03:22:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:22:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:32 2020-06-13] 178: Checking imports ** [03:22:32 2020-06-13] 178: Checking exports ** [03:22:32 2020-06-13] 178: Checking users ** [03:22:32 2020-06-13] 178: Checking user_dbs ** [03:22:32 2020-06-13] 178: Checking geocodings ** [03:22:32 2020-06-13] 178: Checking synchronizations ** [03:22:32 2020-06-13] 178: Checking tracker ** [03:22:32 2020-06-13] 178: Checking user_migrations ** [03:22:32 2020-06-13] 178: Checking batch_updates ** [03:22:32 2020-06-13] 178: Checking gears ** [03:22:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:22:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:37 2020-06-13] 178: Checking imports ** [03:22:37 2020-06-13] 178: Checking exports ** [03:22:37 2020-06-13] 178: Checking users ** [03:22:37 2020-06-13] 178: Checking user_dbs ** [03:22:37 2020-06-13] 178: Checking geocodings ** [03:22:37 2020-06-13] 178: Checking synchronizations ** [03:22:37 2020-06-13] 178: Checking tracker ** [03:22:37 2020-06-13] 178: Checking user_migrations ** [03:22:37 2020-06-13] 178: Checking batch_updates ** [03:22:37 2020-06-13] 178: Checking gears ** [03:22:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:22:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:42 2020-06-13] 178: Checking imports ** [03:22:42 2020-06-13] 178: Checking exports ** [03:22:42 2020-06-13] 178: Checking users ** [03:22:42 2020-06-13] 178: Checking user_dbs ** [03:22:42 2020-06-13] 178: Checking geocodings ** [03:22:42 2020-06-13] 178: Checking synchronizations ** [03:22:42 2020-06-13] 178: Checking tracker ** [03:22:42 2020-06-13] 178: Checking user_migrations ** [03:22:42 2020-06-13] 178: Checking batch_updates ** [03:22:42 2020-06-13] 178: Checking gears ** [03:22:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:22:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:47 2020-06-13] 178: Checking imports ** [03:22:47 2020-06-13] 178: Checking exports ** [03:22:47 2020-06-13] 178: Checking users ** [03:22:48 2020-06-13] 178: Checking user_dbs ** [03:22:48 2020-06-13] 178: Checking geocodings ** [03:22:48 2020-06-13] 178: Checking synchronizations ** [03:22:48 2020-06-13] 178: Checking tracker ** [03:22:48 2020-06-13] 178: Checking user_migrations ** [03:22:48 2020-06-13] 178: Checking batch_updates ** [03:22:48 2020-06-13] 178: Checking gears ** [03:22:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:22:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:53 2020-06-13] 178: Checking imports ** [03:22:53 2020-06-13] 178: Checking exports ** [03:22:53 2020-06-13] 178: Checking users ** [03:22:53 2020-06-13] 178: Checking user_dbs ** [03:22:53 2020-06-13] 178: Checking geocodings ** [03:22:53 2020-06-13] 178: Checking synchronizations ** [03:22:53 2020-06-13] 178: Checking tracker ** [03:22:53 2020-06-13] 178: Checking user_migrations ** [03:22:53 2020-06-13] 178: Checking batch_updates ** [03:22:53 2020-06-13] 178: Checking gears ** [03:22:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:22:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:58 2020-06-13] 178: Checking imports ** [03:22:58 2020-06-13] 178: Checking exports ** [03:22:58 2020-06-13] 178: Checking users ** [03:22:58 2020-06-13] 178: Checking user_dbs ** [03:22:58 2020-06-13] 178: Checking geocodings ** [03:22:58 2020-06-13] 178: Checking synchronizations ** [03:22:58 2020-06-13] 178: Checking tracker ** [03:22:58 2020-06-13] 178: Checking user_migrations ** [03:22:58 2020-06-13] 178: Checking batch_updates ** [03:22:58 2020-06-13] 178: Checking gears ** [03:22:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:22:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:03 2020-06-13] 178: Checking imports ** [03:23:03 2020-06-13] 178: Checking exports ** [03:23:03 2020-06-13] 178: Checking users ** [03:23:03 2020-06-13] 178: Checking user_dbs ** [03:23:03 2020-06-13] 178: Checking geocodings ** [03:23:03 2020-06-13] 178: Checking synchronizations ** [03:23:03 2020-06-13] 178: Checking tracker ** [03:23:03 2020-06-13] 178: Checking user_migrations ** [03:23:03 2020-06-13] 178: Checking batch_updates ** [03:23:03 2020-06-13] 178: Checking gears ** [03:23:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:23:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:08 2020-06-13] 178: Checking imports ** [03:23:08 2020-06-13] 178: Checking exports ** [03:23:08 2020-06-13] 178: Checking users ** [03:23:08 2020-06-13] 178: Checking user_dbs ** [03:23:08 2020-06-13] 178: Checking geocodings ** [03:23:08 2020-06-13] 178: Checking synchronizations ** [03:23:08 2020-06-13] 178: Checking tracker ** [03:23:08 2020-06-13] 178: Checking user_migrations ** [03:23:08 2020-06-13] 178: Checking batch_updates ** [03:23:08 2020-06-13] 178: Checking gears ** [03:23:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:23:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:13 2020-06-13] 178: Checking imports ** [03:23:13 2020-06-13] 178: Checking exports ** [03:23:13 2020-06-13] 178: Checking users ** [03:23:13 2020-06-13] 178: Checking user_dbs ** [03:23:13 2020-06-13] 178: Checking geocodings ** [03:23:13 2020-06-13] 178: Checking synchronizations ** [03:23:13 2020-06-13] 178: Checking tracker ** [03:23:13 2020-06-13] 178: Checking user_migrations ** [03:23:13 2020-06-13] 178: Checking batch_updates ** [03:23:13 2020-06-13] 178: Checking gears ** [03:23:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:23:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:18 2020-06-13] 178: Checking imports ** [03:23:18 2020-06-13] 178: Checking exports ** [03:23:18 2020-06-13] 178: Checking users ** [03:23:18 2020-06-13] 178: Checking user_dbs ** [03:23:18 2020-06-13] 178: Checking geocodings ** [03:23:18 2020-06-13] 178: Checking synchronizations ** [03:23:18 2020-06-13] 178: Checking tracker ** [03:23:18 2020-06-13] 178: Checking user_migrations ** [03:23:18 2020-06-13] 178: Checking batch_updates ** [03:23:18 2020-06-13] 178: Checking gears ** [03:23:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:23:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:23 2020-06-13] 178: Checking imports ** [03:23:23 2020-06-13] 178: Checking exports ** [03:23:23 2020-06-13] 178: Checking users ** [03:23:23 2020-06-13] 178: Checking user_dbs ** [03:23:23 2020-06-13] 178: Checking geocodings ** [03:23:23 2020-06-13] 178: Checking synchronizations ** [03:23:23 2020-06-13] 178: Checking tracker ** [03:23:23 2020-06-13] 178: Checking user_migrations ** [03:23:23 2020-06-13] 178: Checking batch_updates ** [03:23:23 2020-06-13] 178: Checking gears ** [03:23:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:23:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:28 2020-06-13] 178: Checking imports ** [03:23:28 2020-06-13] 178: Checking exports ** [03:23:28 2020-06-13] 178: Checking users ** [03:23:28 2020-06-13] 178: Checking user_dbs ** [03:23:28 2020-06-13] 178: Checking geocodings ** [03:23:28 2020-06-13] 178: Checking synchronizations ** [03:23:28 2020-06-13] 178: Checking tracker ** [03:23:28 2020-06-13] 178: Checking user_migrations ** [03:23:28 2020-06-13] 178: Checking batch_updates ** [03:23:28 2020-06-13] 178: Checking gears ** [03:23:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:23:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:33 2020-06-13] 178: Checking imports ** [03:23:33 2020-06-13] 178: Checking exports ** [03:23:33 2020-06-13] 178: Checking users ** [03:23:33 2020-06-13] 178: Checking user_dbs ** [03:23:33 2020-06-13] 178: Checking geocodings ** [03:23:33 2020-06-13] 178: Checking synchronizations ** [03:23:33 2020-06-13] 178: Checking tracker ** [03:23:33 2020-06-13] 178: Checking user_migrations ** [03:23:33 2020-06-13] 178: Checking batch_updates ** [03:23:33 2020-06-13] 178: Checking gears ** [03:23:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:23:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:38 2020-06-13] 178: Checking imports ** [03:23:38 2020-06-13] 178: Checking exports ** [03:23:38 2020-06-13] 178: Checking users ** [03:23:38 2020-06-13] 178: Checking user_dbs ** [03:23:38 2020-06-13] 178: Checking geocodings ** [03:23:38 2020-06-13] 178: Checking synchronizations ** [03:23:38 2020-06-13] 178: Checking tracker ** [03:23:38 2020-06-13] 178: Checking user_migrations ** [03:23:38 2020-06-13] 178: Checking batch_updates ** [03:23:38 2020-06-13] 178: Checking gears ** [03:23:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:23:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:43 2020-06-13] 178: Checking imports ** [03:23:43 2020-06-13] 178: Checking exports ** [03:23:43 2020-06-13] 178: Checking users ** [03:23:43 2020-06-13] 178: Checking user_dbs ** [03:23:43 2020-06-13] 178: Checking geocodings ** [03:23:43 2020-06-13] 178: Checking synchronizations ** [03:23:43 2020-06-13] 178: Checking tracker ** [03:23:43 2020-06-13] 178: Checking user_migrations ** [03:23:43 2020-06-13] 178: Checking batch_updates ** [03:23:43 2020-06-13] 178: Checking gears ** [03:23:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:23:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:48 2020-06-13] 178: Checking imports ** [03:23:48 2020-06-13] 178: Checking exports ** [03:23:48 2020-06-13] 178: Checking users ** [03:23:48 2020-06-13] 178: Checking user_dbs ** [03:23:48 2020-06-13] 178: Checking geocodings ** [03:23:48 2020-06-13] 178: Checking synchronizations ** [03:23:48 2020-06-13] 178: Checking tracker ** [03:23:48 2020-06-13] 178: Checking user_migrations ** [03:23:48 2020-06-13] 178: Checking batch_updates ** [03:23:48 2020-06-13] 178: Checking gears ** [03:23:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:23:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:53 2020-06-13] 178: Checking imports ** [03:23:53 2020-06-13] 178: Checking exports ** [03:23:53 2020-06-13] 178: Checking users ** [03:23:53 2020-06-13] 178: Checking user_dbs ** [03:23:53 2020-06-13] 178: Checking geocodings ** [03:23:53 2020-06-13] 178: Checking synchronizations ** [03:23:53 2020-06-13] 178: Checking tracker ** [03:23:53 2020-06-13] 178: Checking user_migrations ** [03:23:53 2020-06-13] 178: Checking batch_updates ** [03:23:53 2020-06-13] 178: Checking gears ** [03:23:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:23:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:58 2020-06-13] 178: Checking imports ** [03:23:58 2020-06-13] 178: Checking exports ** [03:23:58 2020-06-13] 178: Checking users ** [03:23:58 2020-06-13] 178: Checking user_dbs ** [03:23:58 2020-06-13] 178: Checking geocodings ** [03:23:58 2020-06-13] 178: Checking synchronizations ** [03:23:58 2020-06-13] 178: Checking tracker ** [03:23:58 2020-06-13] 178: Checking user_migrations ** [03:23:58 2020-06-13] 178: Checking batch_updates ** [03:23:58 2020-06-13] 178: Checking gears ** [03:23:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:23:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:03 2020-06-13] 178: Checking imports ** [03:24:03 2020-06-13] 178: Checking exports ** [03:24:03 2020-06-13] 178: Checking users ** [03:24:03 2020-06-13] 178: Checking user_dbs ** [03:24:03 2020-06-13] 178: Checking geocodings ** [03:24:03 2020-06-13] 178: Checking synchronizations ** [03:24:03 2020-06-13] 178: Checking tracker ** [03:24:03 2020-06-13] 178: Checking user_migrations ** [03:24:03 2020-06-13] 178: Checking batch_updates ** [03:24:03 2020-06-13] 178: Checking gears ** [03:24:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:24:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:08 2020-06-13] 178: Checking imports ** [03:24:08 2020-06-13] 178: Checking exports ** [03:24:08 2020-06-13] 178: Checking users ** [03:24:08 2020-06-13] 178: Checking user_dbs ** [03:24:08 2020-06-13] 178: Checking geocodings ** [03:24:08 2020-06-13] 178: Checking synchronizations ** [03:24:08 2020-06-13] 178: Checking tracker ** [03:24:08 2020-06-13] 178: Checking user_migrations ** [03:24:08 2020-06-13] 178: Checking batch_updates ** [03:24:08 2020-06-13] 178: Checking gears ** [03:24:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:24:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:13 2020-06-13] 178: Checking imports ** [03:24:13 2020-06-13] 178: Checking exports ** [03:24:13 2020-06-13] 178: Checking users ** [03:24:13 2020-06-13] 178: Checking user_dbs ** [03:24:13 2020-06-13] 178: Checking geocodings ** [03:24:13 2020-06-13] 178: Checking synchronizations ** [03:24:13 2020-06-13] 178: Checking tracker ** [03:24:13 2020-06-13] 178: Checking user_migrations ** [03:24:13 2020-06-13] 178: Checking batch_updates ** [03:24:13 2020-06-13] 178: Checking gears ** [03:24:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:24:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:18 2020-06-13] 178: Checking imports ** [03:24:18 2020-06-13] 178: Checking exports ** [03:24:18 2020-06-13] 178: Checking users ** [03:24:18 2020-06-13] 178: Checking user_dbs ** [03:24:18 2020-06-13] 178: Checking geocodings ** [03:24:18 2020-06-13] 178: Checking synchronizations ** [03:24:18 2020-06-13] 178: Checking tracker ** [03:24:18 2020-06-13] 178: Checking user_migrations ** [03:24:18 2020-06-13] 178: Checking batch_updates ** [03:24:18 2020-06-13] 178: Checking gears ** [03:24:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:24:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:23 2020-06-13] 178: Checking imports ** [03:24:23 2020-06-13] 178: Checking exports ** [03:24:23 2020-06-13] 178: Checking users ** [03:24:23 2020-06-13] 178: Checking user_dbs ** [03:24:23 2020-06-13] 178: Checking geocodings ** [03:24:23 2020-06-13] 178: Checking synchronizations ** [03:24:23 2020-06-13] 178: Checking tracker ** [03:24:23 2020-06-13] 178: Checking user_migrations ** [03:24:23 2020-06-13] 178: Checking batch_updates ** [03:24:23 2020-06-13] 178: Checking gears ** [03:24:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:24:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:28 2020-06-13] 178: Checking imports ** [03:24:28 2020-06-13] 178: Checking exports ** [03:24:28 2020-06-13] 178: Checking users ** [03:24:28 2020-06-13] 178: Checking user_dbs ** [03:24:28 2020-06-13] 178: Checking geocodings ** [03:24:28 2020-06-13] 178: Checking synchronizations ** [03:24:28 2020-06-13] 178: Checking tracker ** [03:24:28 2020-06-13] 178: Checking user_migrations ** [03:24:28 2020-06-13] 178: Checking batch_updates ** [03:24:28 2020-06-13] 178: Checking gears ** [03:24:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:24:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:33 2020-06-13] 178: Checking imports ** [03:24:33 2020-06-13] 178: Checking exports ** [03:24:33 2020-06-13] 178: Checking users ** [03:24:33 2020-06-13] 178: Checking user_dbs ** [03:24:33 2020-06-13] 178: Checking geocodings ** [03:24:33 2020-06-13] 178: Checking synchronizations ** [03:24:33 2020-06-13] 178: Checking tracker ** [03:24:33 2020-06-13] 178: Checking user_migrations ** [03:24:33 2020-06-13] 178: Checking batch_updates ** [03:24:33 2020-06-13] 178: Checking gears ** [03:24:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:24:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:38 2020-06-13] 178: Checking imports ** [03:24:38 2020-06-13] 178: Checking exports ** [03:24:38 2020-06-13] 178: Checking users ** [03:24:38 2020-06-13] 178: Checking user_dbs ** [03:24:38 2020-06-13] 178: Checking geocodings ** [03:24:38 2020-06-13] 178: Checking synchronizations ** [03:24:38 2020-06-13] 178: Checking tracker ** [03:24:38 2020-06-13] 178: Checking user_migrations ** [03:24:38 2020-06-13] 178: Checking batch_updates ** [03:24:38 2020-06-13] 178: Checking gears ** [03:24:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:24:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:43 2020-06-13] 178: Checking imports ** [03:24:43 2020-06-13] 178: Checking exports ** [03:24:43 2020-06-13] 178: Checking users ** [03:24:43 2020-06-13] 178: Checking user_dbs ** [03:24:43 2020-06-13] 178: Checking geocodings ** [03:24:43 2020-06-13] 178: Checking synchronizations ** [03:24:43 2020-06-13] 178: Checking tracker ** [03:24:43 2020-06-13] 178: Checking user_migrations ** [03:24:43 2020-06-13] 178: Checking batch_updates ** [03:24:43 2020-06-13] 178: Checking gears ** [03:24:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:24:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:48 2020-06-13] 178: Checking imports ** [03:24:48 2020-06-13] 178: Checking exports ** [03:24:48 2020-06-13] 178: Checking users ** [03:24:48 2020-06-13] 178: Checking user_dbs ** [03:24:48 2020-06-13] 178: Checking geocodings ** [03:24:48 2020-06-13] 178: Checking synchronizations ** [03:24:48 2020-06-13] 178: Checking tracker ** [03:24:48 2020-06-13] 178: Checking user_migrations ** [03:24:48 2020-06-13] 178: Checking batch_updates ** [03:24:48 2020-06-13] 178: Checking gears ** [03:24:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:24:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:53 2020-06-13] 178: Checking imports ** [03:24:53 2020-06-13] 178: Checking exports ** [03:24:53 2020-06-13] 178: Checking users ** [03:24:53 2020-06-13] 178: Checking user_dbs ** [03:24:53 2020-06-13] 178: Checking geocodings ** [03:24:53 2020-06-13] 178: Checking synchronizations ** [03:24:53 2020-06-13] 178: Checking tracker ** [03:24:53 2020-06-13] 178: Checking user_migrations ** [03:24:53 2020-06-13] 178: Checking batch_updates ** [03:24:53 2020-06-13] 178: Checking gears ** [03:24:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:24:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:58 2020-06-13] 178: Checking imports ** [03:24:58 2020-06-13] 178: Checking exports ** [03:24:58 2020-06-13] 178: Checking users ** [03:24:58 2020-06-13] 178: Checking user_dbs ** [03:24:58 2020-06-13] 178: Checking geocodings ** [03:24:58 2020-06-13] 178: Checking synchronizations ** [03:24:58 2020-06-13] 178: Checking tracker ** [03:24:58 2020-06-13] 178: Checking user_migrations ** [03:24:58 2020-06-13] 178: Checking batch_updates ** [03:24:58 2020-06-13] 178: Checking gears ** [03:24:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:24:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:03 2020-06-13] 178: Checking imports ** [03:25:03 2020-06-13] 178: Checking exports ** [03:25:03 2020-06-13] 178: Checking users ** [03:25:03 2020-06-13] 178: Checking user_dbs ** [03:25:03 2020-06-13] 178: Checking geocodings ** [03:25:03 2020-06-13] 178: Checking synchronizations ** [03:25:03 2020-06-13] 178: Checking tracker ** [03:25:03 2020-06-13] 178: Checking user_migrations ** [03:25:03 2020-06-13] 178: Checking batch_updates ** [03:25:03 2020-06-13] 178: Checking gears ** [03:25:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:25:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:08 2020-06-13] 178: Checking imports ** [03:25:08 2020-06-13] 178: Checking exports ** [03:25:08 2020-06-13] 178: Checking users ** [03:25:08 2020-06-13] 178: Checking user_dbs ** [03:25:08 2020-06-13] 178: Checking geocodings ** [03:25:08 2020-06-13] 178: Checking synchronizations ** [03:25:08 2020-06-13] 178: Checking tracker ** [03:25:08 2020-06-13] 178: Checking user_migrations ** [03:25:08 2020-06-13] 178: Checking batch_updates ** [03:25:08 2020-06-13] 178: Checking gears ** [03:25:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:25:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:13 2020-06-13] 178: Checking imports ** [03:25:13 2020-06-13] 178: Checking exports ** [03:25:13 2020-06-13] 178: Checking users ** [03:25:13 2020-06-13] 178: Checking user_dbs ** [03:25:13 2020-06-13] 178: Checking geocodings ** [03:25:13 2020-06-13] 178: Checking synchronizations ** [03:25:13 2020-06-13] 178: Checking tracker ** [03:25:13 2020-06-13] 178: Checking user_migrations ** [03:25:13 2020-06-13] 178: Checking batch_updates ** [03:25:13 2020-06-13] 178: Checking gears ** [03:25:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:25:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:18 2020-06-13] 178: Checking imports ** [03:25:18 2020-06-13] 178: Checking exports ** [03:25:18 2020-06-13] 178: Checking users ** [03:25:18 2020-06-13] 178: Checking user_dbs ** [03:25:18 2020-06-13] 178: Checking geocodings ** [03:25:18 2020-06-13] 178: Checking synchronizations ** [03:25:18 2020-06-13] 178: Checking tracker ** [03:25:18 2020-06-13] 178: Checking user_migrations ** [03:25:18 2020-06-13] 178: Checking batch_updates ** [03:25:18 2020-06-13] 178: Checking gears ** [03:25:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:25:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:23 2020-06-13] 178: Checking imports ** [03:25:23 2020-06-13] 178: Checking exports ** [03:25:23 2020-06-13] 178: Checking users ** [03:25:23 2020-06-13] 178: Checking user_dbs ** [03:25:23 2020-06-13] 178: Checking geocodings ** [03:25:23 2020-06-13] 178: Checking synchronizations ** [03:25:23 2020-06-13] 178: Checking tracker ** [03:25:23 2020-06-13] 178: Checking user_migrations ** [03:25:23 2020-06-13] 178: Checking batch_updates ** [03:25:23 2020-06-13] 178: Checking gears ** [03:25:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:25:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:28 2020-06-13] 178: Checking imports ** [03:25:28 2020-06-13] 178: Checking exports ** [03:25:28 2020-06-13] 178: Checking users ** [03:25:28 2020-06-13] 178: Checking user_dbs ** [03:25:28 2020-06-13] 178: Checking geocodings ** [03:25:28 2020-06-13] 178: Checking synchronizations ** [03:25:28 2020-06-13] 178: Checking tracker ** [03:25:28 2020-06-13] 178: Checking user_migrations ** [03:25:28 2020-06-13] 178: Checking batch_updates ** [03:25:28 2020-06-13] 178: Checking gears ** [03:25:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:25:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:33 2020-06-13] 178: Checking imports ** [03:25:33 2020-06-13] 178: Checking exports ** [03:25:33 2020-06-13] 178: Checking users ** [03:25:33 2020-06-13] 178: Checking user_dbs ** [03:25:33 2020-06-13] 178: Checking geocodings ** [03:25:33 2020-06-13] 178: Checking synchronizations ** [03:25:33 2020-06-13] 178: Checking tracker ** [03:25:33 2020-06-13] 178: Checking user_migrations ** [03:25:33 2020-06-13] 178: Checking batch_updates ** [03:25:33 2020-06-13] 178: Checking gears ** [03:25:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:25:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:38 2020-06-13] 178: Checking imports ** [03:25:38 2020-06-13] 178: Checking exports ** [03:25:38 2020-06-13] 178: Checking users ** [03:25:38 2020-06-13] 178: Checking user_dbs ** [03:25:38 2020-06-13] 178: Checking geocodings ** [03:25:38 2020-06-13] 178: Checking synchronizations ** [03:25:38 2020-06-13] 178: Checking tracker ** [03:25:38 2020-06-13] 178: Checking user_migrations ** [03:25:38 2020-06-13] 178: Checking batch_updates ** [03:25:38 2020-06-13] 178: Checking gears ** [03:25:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:25:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:43 2020-06-13] 178: Checking imports ** [03:25:43 2020-06-13] 178: Checking exports ** [03:25:43 2020-06-13] 178: Checking users ** [03:25:43 2020-06-13] 178: Checking user_dbs ** [03:25:43 2020-06-13] 178: Checking geocodings ** [03:25:43 2020-06-13] 178: Checking synchronizations ** [03:25:43 2020-06-13] 178: Checking tracker ** [03:25:43 2020-06-13] 178: Checking user_migrations ** [03:25:43 2020-06-13] 178: Checking batch_updates ** [03:25:43 2020-06-13] 178: Checking gears ** [03:25:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:25:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:48 2020-06-13] 178: Checking imports ** [03:25:48 2020-06-13] 178: Checking exports ** [03:25:48 2020-06-13] 178: Checking users ** [03:25:48 2020-06-13] 178: Checking user_dbs ** [03:25:48 2020-06-13] 178: Checking geocodings ** [03:25:48 2020-06-13] 178: Checking synchronizations ** [03:25:48 2020-06-13] 178: Checking tracker ** [03:25:48 2020-06-13] 178: Checking user_migrations ** [03:25:48 2020-06-13] 178: Checking batch_updates ** [03:25:48 2020-06-13] 178: Checking gears ** [03:25:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:25:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:53 2020-06-13] 178: Checking imports ** [03:25:53 2020-06-13] 178: Checking exports ** [03:25:53 2020-06-13] 178: Checking users ** [03:25:53 2020-06-13] 178: Checking user_dbs ** [03:25:53 2020-06-13] 178: Checking geocodings ** [03:25:53 2020-06-13] 178: Checking synchronizations ** [03:25:53 2020-06-13] 178: Checking tracker ** [03:25:53 2020-06-13] 178: Checking user_migrations ** [03:25:53 2020-06-13] 178: Checking batch_updates ** [03:25:53 2020-06-13] 178: Checking gears ** [03:25:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:25:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:58 2020-06-13] 178: Checking imports ** [03:25:58 2020-06-13] 178: Checking exports ** [03:25:58 2020-06-13] 178: Checking users ** [03:25:58 2020-06-13] 178: Checking user_dbs ** [03:25:58 2020-06-13] 178: Checking geocodings ** [03:25:58 2020-06-13] 178: Checking synchronizations ** [03:25:58 2020-06-13] 178: Checking tracker ** [03:25:58 2020-06-13] 178: Checking user_migrations ** [03:25:58 2020-06-13] 178: Checking batch_updates ** [03:25:58 2020-06-13] 178: Checking gears ** [03:25:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:25:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:03 2020-06-13] 178: Checking imports ** [03:26:03 2020-06-13] 178: Checking exports ** [03:26:03 2020-06-13] 178: Checking users ** [03:26:03 2020-06-13] 178: Checking user_dbs ** [03:26:03 2020-06-13] 178: Checking geocodings ** [03:26:03 2020-06-13] 178: Checking synchronizations ** [03:26:03 2020-06-13] 178: Checking tracker ** [03:26:03 2020-06-13] 178: Checking user_migrations ** [03:26:03 2020-06-13] 178: Checking batch_updates ** [03:26:03 2020-06-13] 178: Checking gears ** [03:26:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:26:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:08 2020-06-13] 178: Checking imports ** [03:26:08 2020-06-13] 178: Checking exports ** [03:26:08 2020-06-13] 178: Checking users ** [03:26:08 2020-06-13] 178: Checking user_dbs ** [03:26:08 2020-06-13] 178: Checking geocodings ** [03:26:08 2020-06-13] 178: Checking synchronizations ** [03:26:08 2020-06-13] 178: Checking tracker ** [03:26:08 2020-06-13] 178: Checking user_migrations ** [03:26:08 2020-06-13] 178: Checking batch_updates ** [03:26:08 2020-06-13] 178: Checking gears ** [03:26:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:26:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:13 2020-06-13] 178: Checking imports ** [03:26:13 2020-06-13] 178: Checking exports ** [03:26:13 2020-06-13] 178: Checking users ** [03:26:13 2020-06-13] 178: Checking user_dbs ** [03:26:13 2020-06-13] 178: Checking geocodings ** [03:26:13 2020-06-13] 178: Checking synchronizations ** [03:26:13 2020-06-13] 178: Checking tracker ** [03:26:13 2020-06-13] 178: Checking user_migrations ** [03:26:13 2020-06-13] 178: Checking batch_updates ** [03:26:13 2020-06-13] 178: Checking gears ** [03:26:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:26:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:18 2020-06-13] 178: Checking imports ** [03:26:18 2020-06-13] 178: Checking exports ** [03:26:18 2020-06-13] 178: Checking users ** [03:26:18 2020-06-13] 178: Checking user_dbs ** [03:26:18 2020-06-13] 178: Checking geocodings ** [03:26:18 2020-06-13] 178: Checking synchronizations ** [03:26:18 2020-06-13] 178: Checking tracker ** [03:26:18 2020-06-13] 178: Checking user_migrations ** [03:26:18 2020-06-13] 178: Checking batch_updates ** [03:26:18 2020-06-13] 178: Checking gears ** [03:26:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:26:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:23 2020-06-13] 178: Checking imports ** [03:26:23 2020-06-13] 178: Checking exports ** [03:26:23 2020-06-13] 178: Checking users ** [03:26:23 2020-06-13] 178: Checking user_dbs ** [03:26:23 2020-06-13] 178: Checking geocodings ** [03:26:23 2020-06-13] 178: Checking synchronizations ** [03:26:23 2020-06-13] 178: Checking tracker ** [03:26:23 2020-06-13] 178: Checking user_migrations ** [03:26:23 2020-06-13] 178: Checking batch_updates ** [03:26:23 2020-06-13] 178: Checking gears ** [03:26:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:26:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:28 2020-06-13] 178: Checking imports ** [03:26:28 2020-06-13] 178: Checking exports ** [03:26:28 2020-06-13] 178: Checking users ** [03:26:28 2020-06-13] 178: Checking user_dbs ** [03:26:28 2020-06-13] 178: Checking geocodings ** [03:26:28 2020-06-13] 178: Checking synchronizations ** [03:26:28 2020-06-13] 178: Checking tracker ** [03:26:28 2020-06-13] 178: Checking user_migrations ** [03:26:28 2020-06-13] 178: Checking batch_updates ** [03:26:28 2020-06-13] 178: Checking gears ** [03:26:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:26:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:33 2020-06-13] 178: Checking imports ** [03:26:33 2020-06-13] 178: Checking exports ** [03:26:33 2020-06-13] 178: Checking users ** [03:26:33 2020-06-13] 178: Checking user_dbs ** [03:26:33 2020-06-13] 178: Checking geocodings ** [03:26:33 2020-06-13] 178: Checking synchronizations ** [03:26:33 2020-06-13] 178: Checking tracker ** [03:26:33 2020-06-13] 178: Checking user_migrations ** [03:26:33 2020-06-13] 178: Checking batch_updates ** [03:26:33 2020-06-13] 178: Checking gears ** [03:26:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:26:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:38 2020-06-13] 178: Checking imports ** [03:26:38 2020-06-13] 178: Checking exports ** [03:26:38 2020-06-13] 178: Checking users ** [03:26:38 2020-06-13] 178: Checking user_dbs ** [03:26:38 2020-06-13] 178: Checking geocodings ** [03:26:38 2020-06-13] 178: Checking synchronizations ** [03:26:38 2020-06-13] 178: Checking tracker ** [03:26:38 2020-06-13] 178: Checking user_migrations ** [03:26:38 2020-06-13] 178: Checking batch_updates ** [03:26:38 2020-06-13] 178: Checking gears ** [03:26:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:26:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:43 2020-06-13] 178: Checking imports ** [03:26:43 2020-06-13] 178: Checking exports ** [03:26:43 2020-06-13] 178: Checking users ** [03:26:43 2020-06-13] 178: Checking user_dbs ** [03:26:43 2020-06-13] 178: Checking geocodings ** [03:26:43 2020-06-13] 178: Checking synchronizations ** [03:26:43 2020-06-13] 178: Checking tracker ** [03:26:43 2020-06-13] 178: Checking user_migrations ** [03:26:43 2020-06-13] 178: Checking batch_updates ** [03:26:43 2020-06-13] 178: Checking gears ** [03:26:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:26:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:48 2020-06-13] 178: Checking imports ** [03:26:48 2020-06-13] 178: Checking exports ** [03:26:48 2020-06-13] 178: Checking users ** [03:26:48 2020-06-13] 178: Checking user_dbs ** [03:26:48 2020-06-13] 178: Checking geocodings ** [03:26:48 2020-06-13] 178: Checking synchronizations ** [03:26:48 2020-06-13] 178: Checking tracker ** [03:26:48 2020-06-13] 178: Checking user_migrations ** [03:26:48 2020-06-13] 178: Checking batch_updates ** [03:26:48 2020-06-13] 178: Checking gears ** [03:26:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:26:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:53 2020-06-13] 178: Checking imports ** [03:26:53 2020-06-13] 178: Checking exports ** [03:26:53 2020-06-13] 178: Checking users ** [03:26:53 2020-06-13] 178: Checking user_dbs ** [03:26:53 2020-06-13] 178: Checking geocodings ** [03:26:53 2020-06-13] 178: Checking synchronizations ** [03:26:53 2020-06-13] 178: Checking tracker ** [03:26:53 2020-06-13] 178: Checking user_migrations ** [03:26:53 2020-06-13] 178: Checking batch_updates ** [03:26:53 2020-06-13] 178: Checking gears ** [03:26:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:26:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:58 2020-06-13] 178: Checking imports ** [03:26:58 2020-06-13] 178: Checking exports ** [03:26:58 2020-06-13] 178: Checking users ** [03:26:58 2020-06-13] 178: Checking user_dbs ** [03:26:58 2020-06-13] 178: Checking geocodings ** [03:26:58 2020-06-13] 178: Checking synchronizations ** [03:26:58 2020-06-13] 178: Checking tracker ** [03:26:58 2020-06-13] 178: Checking user_migrations ** [03:26:58 2020-06-13] 178: Checking batch_updates ** [03:26:58 2020-06-13] 178: Checking gears ** [03:26:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:26:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:03 2020-06-13] 178: Checking imports ** [03:27:03 2020-06-13] 178: Checking exports ** [03:27:03 2020-06-13] 178: Checking users ** [03:27:03 2020-06-13] 178: Checking user_dbs ** [03:27:03 2020-06-13] 178: Checking geocodings ** [03:27:03 2020-06-13] 178: Checking synchronizations ** [03:27:03 2020-06-13] 178: Checking tracker ** [03:27:03 2020-06-13] 178: Checking user_migrations ** [03:27:03 2020-06-13] 178: Checking batch_updates ** [03:27:03 2020-06-13] 178: Checking gears ** [03:27:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:27:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:08 2020-06-13] 178: Checking imports ** [03:27:08 2020-06-13] 178: Checking exports ** [03:27:08 2020-06-13] 178: Checking users ** [03:27:08 2020-06-13] 178: Checking user_dbs ** [03:27:08 2020-06-13] 178: Checking geocodings ** [03:27:08 2020-06-13] 178: Checking synchronizations ** [03:27:08 2020-06-13] 178: Checking tracker ** [03:27:08 2020-06-13] 178: Checking user_migrations ** [03:27:08 2020-06-13] 178: Checking batch_updates ** [03:27:08 2020-06-13] 178: Checking gears ** [03:27:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:27:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:13 2020-06-13] 178: Checking imports ** [03:27:13 2020-06-13] 178: Checking exports ** [03:27:13 2020-06-13] 178: Checking users ** [03:27:13 2020-06-13] 178: Checking user_dbs ** [03:27:13 2020-06-13] 178: Checking geocodings ** [03:27:13 2020-06-13] 178: Checking synchronizations ** [03:27:13 2020-06-13] 178: Checking tracker ** [03:27:13 2020-06-13] 178: Checking user_migrations ** [03:27:13 2020-06-13] 178: Checking batch_updates ** [03:27:13 2020-06-13] 178: Checking gears ** [03:27:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:27:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:18 2020-06-13] 178: Checking imports ** [03:27:18 2020-06-13] 178: Checking exports ** [03:27:18 2020-06-13] 178: Checking users ** [03:27:18 2020-06-13] 178: Checking user_dbs ** [03:27:18 2020-06-13] 178: Checking geocodings ** [03:27:18 2020-06-13] 178: Checking synchronizations ** [03:27:18 2020-06-13] 178: Checking tracker ** [03:27:18 2020-06-13] 178: Checking user_migrations ** [03:27:18 2020-06-13] 178: Checking batch_updates ** [03:27:18 2020-06-13] 178: Checking gears ** [03:27:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:27:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:23 2020-06-13] 178: Checking imports ** [03:27:23 2020-06-13] 178: Checking exports ** [03:27:23 2020-06-13] 178: Checking users ** [03:27:23 2020-06-13] 178: Checking user_dbs ** [03:27:23 2020-06-13] 178: Checking geocodings ** [03:27:23 2020-06-13] 178: Checking synchronizations ** [03:27:23 2020-06-13] 178: Checking tracker ** [03:27:23 2020-06-13] 178: Checking user_migrations ** [03:27:23 2020-06-13] 178: Checking batch_updates ** [03:27:23 2020-06-13] 178: Checking gears ** [03:27:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:27:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:28 2020-06-13] 178: Checking imports ** [03:27:28 2020-06-13] 178: Checking exports ** [03:27:28 2020-06-13] 178: Checking users ** [03:27:28 2020-06-13] 178: Checking user_dbs ** [03:27:28 2020-06-13] 178: Checking geocodings ** [03:27:28 2020-06-13] 178: Checking synchronizations ** [03:27:28 2020-06-13] 178: Checking tracker ** [03:27:28 2020-06-13] 178: Checking user_migrations ** [03:27:28 2020-06-13] 178: Checking batch_updates ** [03:27:28 2020-06-13] 178: Checking gears ** [03:27:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:27:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:33 2020-06-13] 178: Checking imports ** [03:27:33 2020-06-13] 178: Checking exports ** [03:27:33 2020-06-13] 178: Checking users ** [03:27:33 2020-06-13] 178: Checking user_dbs ** [03:27:33 2020-06-13] 178: Checking geocodings ** [03:27:33 2020-06-13] 178: Checking synchronizations ** [03:27:33 2020-06-13] 178: Checking tracker ** [03:27:33 2020-06-13] 178: Checking user_migrations ** [03:27:33 2020-06-13] 178: Checking batch_updates ** [03:27:33 2020-06-13] 178: Checking gears ** [03:27:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:27:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:38 2020-06-13] 178: Checking imports ** [03:27:38 2020-06-13] 178: Checking exports ** [03:27:38 2020-06-13] 178: Checking users ** [03:27:38 2020-06-13] 178: Checking user_dbs ** [03:27:38 2020-06-13] 178: Checking geocodings ** [03:27:38 2020-06-13] 178: Checking synchronizations ** [03:27:38 2020-06-13] 178: Checking tracker ** [03:27:38 2020-06-13] 178: Checking user_migrations ** [03:27:38 2020-06-13] 178: Checking batch_updates ** [03:27:38 2020-06-13] 178: Checking gears ** [03:27:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:27:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:43 2020-06-13] 178: Checking imports ** [03:27:43 2020-06-13] 178: Checking exports ** [03:27:43 2020-06-13] 178: Checking users ** [03:27:43 2020-06-13] 178: Checking user_dbs ** [03:27:43 2020-06-13] 178: Checking geocodings ** [03:27:43 2020-06-13] 178: Checking synchronizations ** [03:27:43 2020-06-13] 178: Checking tracker ** [03:27:43 2020-06-13] 178: Checking user_migrations ** [03:27:43 2020-06-13] 178: Checking batch_updates ** [03:27:43 2020-06-13] 178: Checking gears ** [03:27:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:27:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:48 2020-06-13] 178: Checking imports ** [03:27:48 2020-06-13] 178: Checking exports ** [03:27:48 2020-06-13] 178: Checking users ** [03:27:48 2020-06-13] 178: Checking user_dbs ** [03:27:48 2020-06-13] 178: Checking geocodings ** [03:27:48 2020-06-13] 178: Checking synchronizations ** [03:27:48 2020-06-13] 178: Checking tracker ** [03:27:48 2020-06-13] 178: Checking user_migrations ** [03:27:48 2020-06-13] 178: Checking batch_updates ** [03:27:48 2020-06-13] 178: Checking gears ** [03:27:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:27:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:53 2020-06-13] 178: Checking imports ** [03:27:53 2020-06-13] 178: Checking exports ** [03:27:53 2020-06-13] 178: Checking users ** [03:27:53 2020-06-13] 178: Checking user_dbs ** [03:27:53 2020-06-13] 178: Checking geocodings ** [03:27:53 2020-06-13] 178: Checking synchronizations ** [03:27:53 2020-06-13] 178: Checking tracker ** [03:27:53 2020-06-13] 178: Checking user_migrations ** [03:27:53 2020-06-13] 178: Checking batch_updates ** [03:27:53 2020-06-13] 178: Checking gears ** [03:27:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:27:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:58 2020-06-13] 178: Checking imports ** [03:27:58 2020-06-13] 178: Checking exports ** [03:27:58 2020-06-13] 178: Checking users ** [03:27:58 2020-06-13] 178: Checking user_dbs ** [03:27:58 2020-06-13] 178: Checking geocodings ** [03:27:58 2020-06-13] 178: Checking synchronizations ** [03:27:58 2020-06-13] 178: Checking tracker ** [03:27:58 2020-06-13] 178: Checking user_migrations ** [03:27:58 2020-06-13] 178: Checking batch_updates ** [03:27:58 2020-06-13] 178: Checking gears ** [03:27:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:27:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:03 2020-06-13] 178: Checking imports ** [03:28:03 2020-06-13] 178: Checking exports ** [03:28:03 2020-06-13] 178: Checking users ** [03:28:03 2020-06-13] 178: Checking user_dbs ** [03:28:03 2020-06-13] 178: Checking geocodings ** [03:28:03 2020-06-13] 178: Checking synchronizations ** [03:28:03 2020-06-13] 178: Checking tracker ** [03:28:03 2020-06-13] 178: Checking user_migrations ** [03:28:03 2020-06-13] 178: Checking batch_updates ** [03:28:03 2020-06-13] 178: Checking gears ** [03:28:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:28:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:08 2020-06-13] 178: Checking imports ** [03:28:08 2020-06-13] 178: Checking exports ** [03:28:08 2020-06-13] 178: Checking users ** [03:28:08 2020-06-13] 178: Checking user_dbs ** [03:28:08 2020-06-13] 178: Checking geocodings ** [03:28:08 2020-06-13] 178: Checking synchronizations ** [03:28:08 2020-06-13] 178: Checking tracker ** [03:28:08 2020-06-13] 178: Checking user_migrations ** [03:28:08 2020-06-13] 178: Checking batch_updates ** [03:28:08 2020-06-13] 178: Checking gears ** [03:28:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:28:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:13 2020-06-13] 178: Checking imports ** [03:28:13 2020-06-13] 178: Checking exports ** [03:28:13 2020-06-13] 178: Checking users ** [03:28:13 2020-06-13] 178: Checking user_dbs ** [03:28:13 2020-06-13] 178: Checking geocodings ** [03:28:13 2020-06-13] 178: Checking synchronizations ** [03:28:13 2020-06-13] 178: Checking tracker ** [03:28:13 2020-06-13] 178: Checking user_migrations ** [03:28:13 2020-06-13] 178: Checking batch_updates ** [03:28:13 2020-06-13] 178: Checking gears ** [03:28:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:28:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:18 2020-06-13] 178: Checking imports ** [03:28:18 2020-06-13] 178: Checking exports ** [03:28:18 2020-06-13] 178: Checking users ** [03:28:18 2020-06-13] 178: Checking user_dbs ** [03:28:18 2020-06-13] 178: Checking geocodings ** [03:28:18 2020-06-13] 178: Checking synchronizations ** [03:28:18 2020-06-13] 178: Checking tracker ** [03:28:18 2020-06-13] 178: Checking user_migrations ** [03:28:18 2020-06-13] 178: Checking batch_updates ** [03:28:18 2020-06-13] 178: Checking gears ** [03:28:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:28:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:23 2020-06-13] 178: Checking imports ** [03:28:23 2020-06-13] 178: Checking exports ** [03:28:23 2020-06-13] 178: Checking users ** [03:28:23 2020-06-13] 178: Checking user_dbs ** [03:28:23 2020-06-13] 178: Checking geocodings ** [03:28:23 2020-06-13] 178: Checking synchronizations ** [03:28:23 2020-06-13] 178: Checking tracker ** [03:28:23 2020-06-13] 178: Checking user_migrations ** [03:28:23 2020-06-13] 178: Checking batch_updates ** [03:28:23 2020-06-13] 178: Checking gears ** [03:28:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:28:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:28 2020-06-13] 178: Checking imports ** [03:28:28 2020-06-13] 178: Checking exports ** [03:28:28 2020-06-13] 178: Checking users ** [03:28:28 2020-06-13] 178: Checking user_dbs ** [03:28:28 2020-06-13] 178: Checking geocodings ** [03:28:28 2020-06-13] 178: Checking synchronizations ** [03:28:28 2020-06-13] 178: Checking tracker ** [03:28:28 2020-06-13] 178: Checking user_migrations ** [03:28:28 2020-06-13] 178: Checking batch_updates ** [03:28:28 2020-06-13] 178: Checking gears ** [03:28:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:28:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:33 2020-06-13] 178: Checking imports ** [03:28:33 2020-06-13] 178: Checking exports ** [03:28:33 2020-06-13] 178: Checking users ** [03:28:33 2020-06-13] 178: Checking user_dbs ** [03:28:33 2020-06-13] 178: Checking geocodings ** [03:28:33 2020-06-13] 178: Checking synchronizations ** [03:28:33 2020-06-13] 178: Checking tracker ** [03:28:33 2020-06-13] 178: Checking user_migrations ** [03:28:33 2020-06-13] 178: Checking batch_updates ** [03:28:33 2020-06-13] 178: Checking gears ** [03:28:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:28:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:38 2020-06-13] 178: Checking imports ** [03:28:38 2020-06-13] 178: Checking exports ** [03:28:38 2020-06-13] 178: Checking users ** [03:28:38 2020-06-13] 178: Checking user_dbs ** [03:28:38 2020-06-13] 178: Checking geocodings ** [03:28:38 2020-06-13] 178: Checking synchronizations ** [03:28:38 2020-06-13] 178: Checking tracker ** [03:28:38 2020-06-13] 178: Checking user_migrations ** [03:28:38 2020-06-13] 178: Checking batch_updates ** [03:28:38 2020-06-13] 178: Checking gears ** [03:28:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:28:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:43 2020-06-13] 178: Checking imports ** [03:28:43 2020-06-13] 178: Checking exports ** [03:28:43 2020-06-13] 178: Checking users ** [03:28:43 2020-06-13] 178: Checking user_dbs ** [03:28:43 2020-06-13] 178: Checking geocodings ** [03:28:43 2020-06-13] 178: Checking synchronizations ** [03:28:43 2020-06-13] 178: Checking tracker ** [03:28:43 2020-06-13] 178: Checking user_migrations ** [03:28:43 2020-06-13] 178: Checking batch_updates ** [03:28:43 2020-06-13] 178: Checking gears ** [03:28:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:28:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:48 2020-06-13] 178: Checking imports ** [03:28:48 2020-06-13] 178: Checking exports ** [03:28:48 2020-06-13] 178: Checking users ** [03:28:48 2020-06-13] 178: Checking user_dbs ** [03:28:48 2020-06-13] 178: Checking geocodings ** [03:28:48 2020-06-13] 178: Checking synchronizations ** [03:28:48 2020-06-13] 178: Checking tracker ** [03:28:48 2020-06-13] 178: Checking user_migrations ** [03:28:48 2020-06-13] 178: Checking batch_updates ** [03:28:48 2020-06-13] 178: Checking gears ** [03:28:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:28:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:53 2020-06-13] 178: Checking imports ** [03:28:53 2020-06-13] 178: Checking exports ** [03:28:53 2020-06-13] 178: Checking users ** [03:28:53 2020-06-13] 178: Checking user_dbs ** [03:28:53 2020-06-13] 178: Checking geocodings ** [03:28:53 2020-06-13] 178: Checking synchronizations ** [03:28:53 2020-06-13] 178: Checking tracker ** [03:28:53 2020-06-13] 178: Checking user_migrations ** [03:28:53 2020-06-13] 178: Checking batch_updates ** [03:28:53 2020-06-13] 178: Checking gears ** [03:28:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:28:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:58 2020-06-13] 178: Checking imports ** [03:28:58 2020-06-13] 178: Checking exports ** [03:28:58 2020-06-13] 178: Checking users ** [03:28:58 2020-06-13] 178: Checking user_dbs ** [03:28:58 2020-06-13] 178: Checking geocodings ** [03:28:58 2020-06-13] 178: Checking synchronizations ** [03:28:58 2020-06-13] 178: Checking tracker ** [03:28:58 2020-06-13] 178: Checking user_migrations ** [03:28:58 2020-06-13] 178: Checking batch_updates ** [03:28:58 2020-06-13] 178: Checking gears ** [03:28:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:28:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:03 2020-06-13] 178: Checking imports ** [03:29:03 2020-06-13] 178: Checking exports ** [03:29:03 2020-06-13] 178: Checking users ** [03:29:03 2020-06-13] 178: Checking user_dbs ** [03:29:03 2020-06-13] 178: Checking geocodings ** [03:29:03 2020-06-13] 178: Checking synchronizations ** [03:29:03 2020-06-13] 178: Checking tracker ** [03:29:03 2020-06-13] 178: Checking user_migrations ** [03:29:03 2020-06-13] 178: Checking batch_updates ** [03:29:03 2020-06-13] 178: Checking gears ** [03:29:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:29:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:08 2020-06-13] 178: Checking imports ** [03:29:08 2020-06-13] 178: Checking exports ** [03:29:08 2020-06-13] 178: Checking users ** [03:29:08 2020-06-13] 178: Checking user_dbs ** [03:29:08 2020-06-13] 178: Checking geocodings ** [03:29:08 2020-06-13] 178: Checking synchronizations ** [03:29:08 2020-06-13] 178: Checking tracker ** [03:29:08 2020-06-13] 178: Checking user_migrations ** [03:29:08 2020-06-13] 178: Checking batch_updates ** [03:29:08 2020-06-13] 178: Checking gears ** [03:29:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:29:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:13 2020-06-13] 178: Checking imports ** [03:29:13 2020-06-13] 178: Checking exports ** [03:29:13 2020-06-13] 178: Checking users ** [03:29:13 2020-06-13] 178: Checking user_dbs ** [03:29:13 2020-06-13] 178: Checking geocodings ** [03:29:13 2020-06-13] 178: Checking synchronizations ** [03:29:13 2020-06-13] 178: Checking tracker ** [03:29:13 2020-06-13] 178: Checking user_migrations ** [03:29:13 2020-06-13] 178: Checking batch_updates ** [03:29:13 2020-06-13] 178: Checking gears ** [03:29:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:29:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:18 2020-06-13] 178: Checking imports ** [03:29:18 2020-06-13] 178: Checking exports ** [03:29:18 2020-06-13] 178: Checking users ** [03:29:18 2020-06-13] 178: Checking user_dbs ** [03:29:18 2020-06-13] 178: Checking geocodings ** [03:29:18 2020-06-13] 178: Checking synchronizations ** [03:29:18 2020-06-13] 178: Checking tracker ** [03:29:18 2020-06-13] 178: Checking user_migrations ** [03:29:18 2020-06-13] 178: Checking batch_updates ** [03:29:18 2020-06-13] 178: Checking gears ** [03:29:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:29:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:23 2020-06-13] 178: Checking imports ** [03:29:23 2020-06-13] 178: Checking exports ** [03:29:23 2020-06-13] 178: Checking users ** [03:29:23 2020-06-13] 178: Checking user_dbs ** [03:29:23 2020-06-13] 178: Checking geocodings ** [03:29:23 2020-06-13] 178: Checking synchronizations ** [03:29:23 2020-06-13] 178: Checking tracker ** [03:29:23 2020-06-13] 178: Checking user_migrations ** [03:29:23 2020-06-13] 178: Checking batch_updates ** [03:29:23 2020-06-13] 178: Checking gears ** [03:29:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:29:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:28 2020-06-13] 178: Checking imports ** [03:29:28 2020-06-13] 178: Checking exports ** [03:29:28 2020-06-13] 178: Checking users ** [03:29:28 2020-06-13] 178: Checking user_dbs ** [03:29:28 2020-06-13] 178: Checking geocodings ** [03:29:28 2020-06-13] 178: Checking synchronizations ** [03:29:28 2020-06-13] 178: Checking tracker ** [03:29:28 2020-06-13] 178: Checking user_migrations ** [03:29:28 2020-06-13] 178: Checking batch_updates ** [03:29:28 2020-06-13] 178: Checking gears ** [03:29:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:29:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:33 2020-06-13] 178: Checking imports ** [03:29:33 2020-06-13] 178: Checking exports ** [03:29:33 2020-06-13] 178: Checking users ** [03:29:33 2020-06-13] 178: Checking user_dbs ** [03:29:33 2020-06-13] 178: Checking geocodings ** [03:29:33 2020-06-13] 178: Checking synchronizations ** [03:29:33 2020-06-13] 178: Checking tracker ** [03:29:33 2020-06-13] 178: Checking user_migrations ** [03:29:33 2020-06-13] 178: Checking batch_updates ** [03:29:33 2020-06-13] 178: Checking gears ** [03:29:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:29:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:38 2020-06-13] 178: Checking imports ** [03:29:38 2020-06-13] 178: Checking exports ** [03:29:38 2020-06-13] 178: Checking users ** [03:29:38 2020-06-13] 178: Checking user_dbs ** [03:29:38 2020-06-13] 178: Checking geocodings ** [03:29:38 2020-06-13] 178: Checking synchronizations ** [03:29:38 2020-06-13] 178: Checking tracker ** [03:29:38 2020-06-13] 178: Checking user_migrations ** [03:29:38 2020-06-13] 178: Checking batch_updates ** [03:29:38 2020-06-13] 178: Checking gears ** [03:29:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:29:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:43 2020-06-13] 178: Checking imports ** [03:29:43 2020-06-13] 178: Checking exports ** [03:29:43 2020-06-13] 178: Checking users ** [03:29:43 2020-06-13] 178: Checking user_dbs ** [03:29:43 2020-06-13] 178: Checking geocodings ** [03:29:43 2020-06-13] 178: Checking synchronizations ** [03:29:43 2020-06-13] 178: Checking tracker ** [03:29:43 2020-06-13] 178: Checking user_migrations ** [03:29:43 2020-06-13] 178: Checking batch_updates ** [03:29:43 2020-06-13] 178: Checking gears ** [03:29:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:29:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:48 2020-06-13] 178: Checking imports ** [03:29:48 2020-06-13] 178: Checking exports ** [03:29:48 2020-06-13] 178: Checking users ** [03:29:48 2020-06-13] 178: Checking user_dbs ** [03:29:48 2020-06-13] 178: Checking geocodings ** [03:29:48 2020-06-13] 178: Checking synchronizations ** [03:29:48 2020-06-13] 178: Checking tracker ** [03:29:48 2020-06-13] 178: Checking user_migrations ** [03:29:48 2020-06-13] 178: Checking batch_updates ** [03:29:48 2020-06-13] 178: Checking gears ** [03:29:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:29:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:53 2020-06-13] 178: Checking imports ** [03:29:53 2020-06-13] 178: Checking exports ** [03:29:53 2020-06-13] 178: Checking users ** [03:29:53 2020-06-13] 178: Checking user_dbs ** [03:29:53 2020-06-13] 178: Checking geocodings ** [03:29:53 2020-06-13] 178: Checking synchronizations ** [03:29:53 2020-06-13] 178: Checking tracker ** [03:29:53 2020-06-13] 178: Checking user_migrations ** [03:29:53 2020-06-13] 178: Checking batch_updates ** [03:29:53 2020-06-13] 178: Checking gears ** [03:29:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:29:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:58 2020-06-13] 178: Checking imports ** [03:29:58 2020-06-13] 178: Checking exports ** [03:29:58 2020-06-13] 178: Checking users ** [03:29:58 2020-06-13] 178: Checking user_dbs ** [03:29:58 2020-06-13] 178: Checking geocodings ** [03:29:58 2020-06-13] 178: Checking synchronizations ** [03:29:58 2020-06-13] 178: Checking tracker ** [03:29:58 2020-06-13] 178: Checking user_migrations ** [03:29:58 2020-06-13] 178: Checking batch_updates ** [03:29:58 2020-06-13] 178: Checking gears ** [03:29:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:29:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:03 2020-06-13] 178: Checking imports ** [03:30:03 2020-06-13] 178: Checking exports ** [03:30:03 2020-06-13] 178: Checking users ** [03:30:03 2020-06-13] 178: Checking user_dbs ** [03:30:03 2020-06-13] 178: Checking geocodings ** [03:30:03 2020-06-13] 178: Checking synchronizations ** [03:30:03 2020-06-13] 178: Checking tracker ** [03:30:03 2020-06-13] 178: Checking user_migrations ** [03:30:03 2020-06-13] 178: Checking batch_updates ** [03:30:03 2020-06-13] 178: Checking gears ** [03:30:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:30:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:08 2020-06-13] 178: Checking imports ** [03:30:08 2020-06-13] 178: Checking exports ** [03:30:08 2020-06-13] 178: Checking users ** [03:30:08 2020-06-13] 178: Checking user_dbs ** [03:30:08 2020-06-13] 178: Checking geocodings ** [03:30:08 2020-06-13] 178: Checking synchronizations ** [03:30:08 2020-06-13] 178: Checking tracker ** [03:30:08 2020-06-13] 178: Checking user_migrations ** [03:30:08 2020-06-13] 178: Checking batch_updates ** [03:30:08 2020-06-13] 178: Checking gears ** [03:30:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:30:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:13 2020-06-13] 178: Checking imports ** [03:30:13 2020-06-13] 178: Checking exports ** [03:30:13 2020-06-13] 178: Checking users ** [03:30:13 2020-06-13] 178: Checking user_dbs ** [03:30:13 2020-06-13] 178: Checking geocodings ** [03:30:13 2020-06-13] 178: Checking synchronizations ** [03:30:13 2020-06-13] 178: Checking tracker ** [03:30:13 2020-06-13] 178: Checking user_migrations ** [03:30:13 2020-06-13] 178: Checking batch_updates ** [03:30:13 2020-06-13] 178: Checking gears ** [03:30:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:30:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:18 2020-06-13] 178: Checking imports ** [03:30:18 2020-06-13] 178: Checking exports ** [03:30:18 2020-06-13] 178: Checking users ** [03:30:18 2020-06-13] 178: Checking user_dbs ** [03:30:18 2020-06-13] 178: Checking geocodings ** [03:30:18 2020-06-13] 178: Checking synchronizations ** [03:30:18 2020-06-13] 178: Checking tracker ** [03:30:18 2020-06-13] 178: Checking user_migrations ** [03:30:18 2020-06-13] 178: Checking batch_updates ** [03:30:18 2020-06-13] 178: Checking gears ** [03:30:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:30:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:23 2020-06-13] 178: Checking imports ** [03:30:23 2020-06-13] 178: Checking exports ** [03:30:23 2020-06-13] 178: Checking users ** [03:30:23 2020-06-13] 178: Checking user_dbs ** [03:30:23 2020-06-13] 178: Checking geocodings ** [03:30:23 2020-06-13] 178: Checking synchronizations ** [03:30:23 2020-06-13] 178: Checking tracker ** [03:30:23 2020-06-13] 178: Checking user_migrations ** [03:30:23 2020-06-13] 178: Checking batch_updates ** [03:30:23 2020-06-13] 178: Checking gears ** [03:30:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:30:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:28 2020-06-13] 178: Checking imports ** [03:30:28 2020-06-13] 178: Checking exports ** [03:30:28 2020-06-13] 178: Checking users ** [03:30:28 2020-06-13] 178: Checking user_dbs ** [03:30:28 2020-06-13] 178: Checking geocodings ** [03:30:28 2020-06-13] 178: Checking synchronizations ** [03:30:28 2020-06-13] 178: Checking tracker ** [03:30:28 2020-06-13] 178: Checking user_migrations ** [03:30:28 2020-06-13] 178: Checking batch_updates ** [03:30:28 2020-06-13] 178: Checking gears ** [03:30:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:30:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:33 2020-06-13] 178: Checking imports ** [03:30:33 2020-06-13] 178: Checking exports ** [03:30:33 2020-06-13] 178: Checking users ** [03:30:33 2020-06-13] 178: Checking user_dbs ** [03:30:33 2020-06-13] 178: Checking geocodings ** [03:30:33 2020-06-13] 178: Checking synchronizations ** [03:30:33 2020-06-13] 178: Checking tracker ** [03:30:33 2020-06-13] 178: Checking user_migrations ** [03:30:33 2020-06-13] 178: Checking batch_updates ** [03:30:33 2020-06-13] 178: Checking gears ** [03:30:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:30:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:38 2020-06-13] 178: Checking imports ** [03:30:38 2020-06-13] 178: Checking exports ** [03:30:38 2020-06-13] 178: Checking users ** [03:30:38 2020-06-13] 178: Checking user_dbs ** [03:30:38 2020-06-13] 178: Checking geocodings ** [03:30:38 2020-06-13] 178: Checking synchronizations ** [03:30:38 2020-06-13] 178: Checking tracker ** [03:30:38 2020-06-13] 178: Checking user_migrations ** [03:30:38 2020-06-13] 178: Checking batch_updates ** [03:30:38 2020-06-13] 178: Checking gears ** [03:30:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:30:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:43 2020-06-13] 178: Checking imports ** [03:30:43 2020-06-13] 178: Checking exports ** [03:30:43 2020-06-13] 178: Checking users ** [03:30:43 2020-06-13] 178: Checking user_dbs ** [03:30:43 2020-06-13] 178: Checking geocodings ** [03:30:43 2020-06-13] 178: Checking synchronizations ** [03:30:43 2020-06-13] 178: Checking tracker ** [03:30:43 2020-06-13] 178: Checking user_migrations ** [03:30:43 2020-06-13] 178: Checking batch_updates ** [03:30:43 2020-06-13] 178: Checking gears ** [03:30:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:30:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:48 2020-06-13] 178: Checking imports ** [03:30:48 2020-06-13] 178: Checking exports ** [03:30:48 2020-06-13] 178: Checking users ** [03:30:48 2020-06-13] 178: Checking user_dbs ** [03:30:48 2020-06-13] 178: Checking geocodings ** [03:30:48 2020-06-13] 178: Checking synchronizations ** [03:30:48 2020-06-13] 178: Checking tracker ** [03:30:48 2020-06-13] 178: Checking user_migrations ** [03:30:48 2020-06-13] 178: Checking batch_updates ** [03:30:48 2020-06-13] 178: Checking gears ** [03:30:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:30:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:53 2020-06-13] 178: Checking imports ** [03:30:53 2020-06-13] 178: Checking exports ** [03:30:53 2020-06-13] 178: Checking users ** [03:30:53 2020-06-13] 178: Checking user_dbs ** [03:30:53 2020-06-13] 178: Checking geocodings ** [03:30:53 2020-06-13] 178: Checking synchronizations ** [03:30:53 2020-06-13] 178: Checking tracker ** [03:30:53 2020-06-13] 178: Checking user_migrations ** [03:30:53 2020-06-13] 178: Checking batch_updates ** [03:30:53 2020-06-13] 178: Checking gears ** [03:30:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:30:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:58 2020-06-13] 178: Checking imports ** [03:30:58 2020-06-13] 178: Checking exports ** [03:30:58 2020-06-13] 178: Checking users ** [03:30:58 2020-06-13] 178: Checking user_dbs ** [03:30:58 2020-06-13] 178: Checking geocodings ** [03:30:58 2020-06-13] 178: Checking synchronizations ** [03:30:58 2020-06-13] 178: Checking tracker ** [03:30:58 2020-06-13] 178: Checking user_migrations ** [03:30:58 2020-06-13] 178: Checking batch_updates ** [03:30:58 2020-06-13] 178: Checking gears ** [03:30:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:30:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:03 2020-06-13] 178: Checking imports ** [03:31:03 2020-06-13] 178: Checking exports ** [03:31:03 2020-06-13] 178: Checking users ** [03:31:03 2020-06-13] 178: Checking user_dbs ** [03:31:03 2020-06-13] 178: Checking geocodings ** [03:31:03 2020-06-13] 178: Checking synchronizations ** [03:31:03 2020-06-13] 178: Checking tracker ** [03:31:03 2020-06-13] 178: Checking user_migrations ** [03:31:03 2020-06-13] 178: Checking batch_updates ** [03:31:03 2020-06-13] 178: Checking gears ** [03:31:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:31:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:08 2020-06-13] 178: Checking imports ** [03:31:08 2020-06-13] 178: Checking exports ** [03:31:08 2020-06-13] 178: Checking users ** [03:31:08 2020-06-13] 178: Checking user_dbs ** [03:31:08 2020-06-13] 178: Checking geocodings ** [03:31:08 2020-06-13] 178: Checking synchronizations ** [03:31:08 2020-06-13] 178: Checking tracker ** [03:31:08 2020-06-13] 178: Checking user_migrations ** [03:31:08 2020-06-13] 178: Checking batch_updates ** [03:31:08 2020-06-13] 178: Checking gears ** [03:31:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:31:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:13 2020-06-13] 178: Checking imports ** [03:31:13 2020-06-13] 178: Checking exports ** [03:31:13 2020-06-13] 178: Checking users ** [03:31:13 2020-06-13] 178: Checking user_dbs ** [03:31:13 2020-06-13] 178: Checking geocodings ** [03:31:13 2020-06-13] 178: Checking synchronizations ** [03:31:13 2020-06-13] 178: Checking tracker ** [03:31:13 2020-06-13] 178: Checking user_migrations ** [03:31:13 2020-06-13] 178: Checking batch_updates ** [03:31:13 2020-06-13] 178: Checking gears ** [03:31:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:31:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:18 2020-06-13] 178: Checking imports ** [03:31:18 2020-06-13] 178: Checking exports ** [03:31:18 2020-06-13] 178: Checking users ** [03:31:18 2020-06-13] 178: Checking user_dbs ** [03:31:18 2020-06-13] 178: Checking geocodings ** [03:31:18 2020-06-13] 178: Checking synchronizations ** [03:31:18 2020-06-13] 178: Checking tracker ** [03:31:18 2020-06-13] 178: Checking user_migrations ** [03:31:18 2020-06-13] 178: Checking batch_updates ** [03:31:18 2020-06-13] 178: Checking gears ** [03:31:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:31:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:23 2020-06-13] 178: Checking imports ** [03:31:23 2020-06-13] 178: Checking exports ** [03:31:23 2020-06-13] 178: Checking users ** [03:31:23 2020-06-13] 178: Checking user_dbs ** [03:31:23 2020-06-13] 178: Checking geocodings ** [03:31:23 2020-06-13] 178: Checking synchronizations ** [03:31:23 2020-06-13] 178: Checking tracker ** [03:31:23 2020-06-13] 178: Checking user_migrations ** [03:31:23 2020-06-13] 178: Checking batch_updates ** [03:31:23 2020-06-13] 178: Checking gears ** [03:31:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:31:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:28 2020-06-13] 178: Checking imports ** [03:31:28 2020-06-13] 178: Checking exports ** [03:31:28 2020-06-13] 178: Checking users ** [03:31:28 2020-06-13] 178: Checking user_dbs ** [03:31:28 2020-06-13] 178: Checking geocodings ** [03:31:28 2020-06-13] 178: Checking synchronizations ** [03:31:28 2020-06-13] 178: Checking tracker ** [03:31:28 2020-06-13] 178: Checking user_migrations ** [03:31:28 2020-06-13] 178: Checking batch_updates ** [03:31:28 2020-06-13] 178: Checking gears ** [03:31:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:31:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:33 2020-06-13] 178: Checking imports ** [03:31:33 2020-06-13] 178: Checking exports ** [03:31:33 2020-06-13] 178: Checking users ** [03:31:33 2020-06-13] 178: Checking user_dbs ** [03:31:33 2020-06-13] 178: Checking geocodings ** [03:31:33 2020-06-13] 178: Checking synchronizations ** [03:31:33 2020-06-13] 178: Checking tracker ** [03:31:33 2020-06-13] 178: Checking user_migrations ** [03:31:33 2020-06-13] 178: Checking batch_updates ** [03:31:33 2020-06-13] 178: Checking gears ** [03:31:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:31:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:38 2020-06-13] 178: Checking imports ** [03:31:38 2020-06-13] 178: Checking exports ** [03:31:38 2020-06-13] 178: Checking users ** [03:31:38 2020-06-13] 178: Checking user_dbs ** [03:31:38 2020-06-13] 178: Checking geocodings ** [03:31:38 2020-06-13] 178: Checking synchronizations ** [03:31:38 2020-06-13] 178: Checking tracker ** [03:31:39 2020-06-13] 178: Checking user_migrations ** [03:31:39 2020-06-13] 178: Checking batch_updates ** [03:31:39 2020-06-13] 178: Checking gears ** [03:31:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:31:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:44 2020-06-13] 178: Checking imports ** [03:31:44 2020-06-13] 178: Checking exports ** [03:31:44 2020-06-13] 178: Checking users ** [03:31:44 2020-06-13] 178: Checking user_dbs ** [03:31:44 2020-06-13] 178: Checking geocodings ** [03:31:44 2020-06-13] 178: Checking synchronizations ** [03:31:44 2020-06-13] 178: Checking tracker ** [03:31:44 2020-06-13] 178: Checking user_migrations ** [03:31:44 2020-06-13] 178: Checking batch_updates ** [03:31:44 2020-06-13] 178: Checking gears ** [03:31:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:31:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:49 2020-06-13] 178: Checking imports ** [03:31:49 2020-06-13] 178: Checking exports ** [03:31:49 2020-06-13] 178: Checking users ** [03:31:49 2020-06-13] 178: Checking user_dbs ** [03:31:49 2020-06-13] 178: Checking geocodings ** [03:31:49 2020-06-13] 178: Checking synchronizations ** [03:31:49 2020-06-13] 178: Checking tracker ** [03:31:49 2020-06-13] 178: Checking user_migrations ** [03:31:49 2020-06-13] 178: Checking batch_updates ** [03:31:49 2020-06-13] 178: Checking gears ** [03:31:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:31:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:54 2020-06-13] 178: Checking imports ** [03:31:54 2020-06-13] 178: Checking exports ** [03:31:54 2020-06-13] 178: Checking users ** [03:31:54 2020-06-13] 178: Checking user_dbs ** [03:31:54 2020-06-13] 178: Checking geocodings ** [03:31:54 2020-06-13] 178: Checking synchronizations ** [03:31:54 2020-06-13] 178: Checking tracker ** [03:31:54 2020-06-13] 178: Checking user_migrations ** [03:31:54 2020-06-13] 178: Checking batch_updates ** [03:31:54 2020-06-13] 178: Checking gears ** [03:31:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:31:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:59 2020-06-13] 178: Checking imports ** [03:31:59 2020-06-13] 178: Checking exports ** [03:31:59 2020-06-13] 178: Checking users ** [03:31:59 2020-06-13] 178: Checking user_dbs ** [03:31:59 2020-06-13] 178: Checking geocodings ** [03:31:59 2020-06-13] 178: Checking synchronizations ** [03:31:59 2020-06-13] 178: Checking tracker ** [03:31:59 2020-06-13] 178: Checking user_migrations ** [03:31:59 2020-06-13] 178: Checking batch_updates ** [03:31:59 2020-06-13] 178: Checking gears ** [03:31:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:31:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:04 2020-06-13] 178: Checking imports ** [03:32:04 2020-06-13] 178: Checking exports ** [03:32:04 2020-06-13] 178: Checking users ** [03:32:04 2020-06-13] 178: Checking user_dbs ** [03:32:04 2020-06-13] 178: Checking geocodings ** [03:32:04 2020-06-13] 178: Checking synchronizations ** [03:32:04 2020-06-13] 178: Checking tracker ** [03:32:04 2020-06-13] 178: Checking user_migrations ** [03:32:04 2020-06-13] 178: Checking batch_updates ** [03:32:04 2020-06-13] 178: Checking gears ** [03:32:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:32:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:09 2020-06-13] 178: Checking imports ** [03:32:09 2020-06-13] 178: Checking exports ** [03:32:09 2020-06-13] 178: Checking users ** [03:32:09 2020-06-13] 178: Checking user_dbs ** [03:32:09 2020-06-13] 178: Checking geocodings ** [03:32:09 2020-06-13] 178: Checking synchronizations ** [03:32:09 2020-06-13] 178: Checking tracker ** [03:32:09 2020-06-13] 178: Checking user_migrations ** [03:32:09 2020-06-13] 178: Checking batch_updates ** [03:32:09 2020-06-13] 178: Checking gears ** [03:32:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:32:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:14 2020-06-13] 178: Checking imports ** [03:32:14 2020-06-13] 178: Checking exports ** [03:32:14 2020-06-13] 178: Checking users ** [03:32:14 2020-06-13] 178: Checking user_dbs ** [03:32:14 2020-06-13] 178: Checking geocodings ** [03:32:14 2020-06-13] 178: Checking synchronizations ** [03:32:14 2020-06-13] 178: Checking tracker ** [03:32:14 2020-06-13] 178: Checking user_migrations ** [03:32:14 2020-06-13] 178: Checking batch_updates ** [03:32:14 2020-06-13] 178: Checking gears ** [03:32:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:32:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:19 2020-06-13] 178: Checking imports ** [03:32:19 2020-06-13] 178: Checking exports ** [03:32:19 2020-06-13] 178: Checking users ** [03:32:19 2020-06-13] 178: Checking user_dbs ** [03:32:19 2020-06-13] 178: Checking geocodings ** [03:32:19 2020-06-13] 178: Checking synchronizations ** [03:32:19 2020-06-13] 178: Checking tracker ** [03:32:19 2020-06-13] 178: Checking user_migrations ** [03:32:19 2020-06-13] 178: Checking batch_updates ** [03:32:19 2020-06-13] 178: Checking gears ** [03:32:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:32:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:24 2020-06-13] 178: Checking imports ** [03:32:24 2020-06-13] 178: Checking exports ** [03:32:24 2020-06-13] 178: Checking users ** [03:32:24 2020-06-13] 178: Checking user_dbs ** [03:32:24 2020-06-13] 178: Checking geocodings ** [03:32:24 2020-06-13] 178: Checking synchronizations ** [03:32:24 2020-06-13] 178: Checking tracker ** [03:32:24 2020-06-13] 178: Checking user_migrations ** [03:32:24 2020-06-13] 178: Checking batch_updates ** [03:32:24 2020-06-13] 178: Checking gears ** [03:32:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:32:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:29 2020-06-13] 178: Checking imports ** [03:32:29 2020-06-13] 178: Checking exports ** [03:32:29 2020-06-13] 178: Checking users ** [03:32:29 2020-06-13] 178: Checking user_dbs ** [03:32:29 2020-06-13] 178: Checking geocodings ** [03:32:29 2020-06-13] 178: Checking synchronizations ** [03:32:29 2020-06-13] 178: Checking tracker ** [03:32:29 2020-06-13] 178: Checking user_migrations ** [03:32:29 2020-06-13] 178: Checking batch_updates ** [03:32:29 2020-06-13] 178: Checking gears ** [03:32:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:32:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:34 2020-06-13] 178: Checking imports ** [03:32:34 2020-06-13] 178: Checking exports ** [03:32:34 2020-06-13] 178: Checking users ** [03:32:34 2020-06-13] 178: Checking user_dbs ** [03:32:34 2020-06-13] 178: Checking geocodings ** [03:32:34 2020-06-13] 178: Checking synchronizations ** [03:32:34 2020-06-13] 178: Checking tracker ** [03:32:34 2020-06-13] 178: Checking user_migrations ** [03:32:34 2020-06-13] 178: Checking batch_updates ** [03:32:34 2020-06-13] 178: Checking gears ** [03:32:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:32:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:39 2020-06-13] 178: Checking imports ** [03:32:39 2020-06-13] 178: Checking exports ** [03:32:39 2020-06-13] 178: Checking users ** [03:32:39 2020-06-13] 178: Checking user_dbs ** [03:32:39 2020-06-13] 178: Checking geocodings ** [03:32:39 2020-06-13] 178: Checking synchronizations ** [03:32:39 2020-06-13] 178: Checking tracker ** [03:32:39 2020-06-13] 178: Checking user_migrations ** [03:32:39 2020-06-13] 178: Checking batch_updates ** [03:32:39 2020-06-13] 178: Checking gears ** [03:32:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:32:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:44 2020-06-13] 178: Checking imports ** [03:32:44 2020-06-13] 178: Checking exports ** [03:32:44 2020-06-13] 178: Checking users ** [03:32:44 2020-06-13] 178: Checking user_dbs ** [03:32:44 2020-06-13] 178: Checking geocodings ** [03:32:44 2020-06-13] 178: Checking synchronizations ** [03:32:44 2020-06-13] 178: Checking tracker ** [03:32:44 2020-06-13] 178: Checking user_migrations ** [03:32:44 2020-06-13] 178: Checking batch_updates ** [03:32:44 2020-06-13] 178: Checking gears ** [03:32:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:32:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:49 2020-06-13] 178: Checking imports ** [03:32:49 2020-06-13] 178: Checking exports ** [03:32:49 2020-06-13] 178: Checking users ** [03:32:49 2020-06-13] 178: Checking user_dbs ** [03:32:49 2020-06-13] 178: Checking geocodings ** [03:32:49 2020-06-13] 178: Checking synchronizations ** [03:32:49 2020-06-13] 178: Checking tracker ** [03:32:49 2020-06-13] 178: Checking user_migrations ** [03:32:49 2020-06-13] 178: Checking batch_updates ** [03:32:49 2020-06-13] 178: Checking gears ** [03:32:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:32:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:54 2020-06-13] 178: Checking imports ** [03:32:54 2020-06-13] 178: Checking exports ** [03:32:54 2020-06-13] 178: Checking users ** [03:32:54 2020-06-13] 178: Checking user_dbs ** [03:32:54 2020-06-13] 178: Checking geocodings ** [03:32:54 2020-06-13] 178: Checking synchronizations ** [03:32:54 2020-06-13] 178: Checking tracker ** [03:32:54 2020-06-13] 178: Checking user_migrations ** [03:32:54 2020-06-13] 178: Checking batch_updates ** [03:32:54 2020-06-13] 178: Checking gears ** [03:32:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:32:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:59 2020-06-13] 178: Checking imports ** [03:32:59 2020-06-13] 178: Checking exports ** [03:32:59 2020-06-13] 178: Checking users ** [03:32:59 2020-06-13] 178: Checking user_dbs ** [03:32:59 2020-06-13] 178: Checking geocodings ** [03:32:59 2020-06-13] 178: Checking synchronizations ** [03:32:59 2020-06-13] 178: Checking tracker ** [03:32:59 2020-06-13] 178: Checking user_migrations ** [03:32:59 2020-06-13] 178: Checking batch_updates ** [03:32:59 2020-06-13] 178: Checking gears ** [03:32:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:32:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:04 2020-06-13] 178: Checking imports ** [03:33:04 2020-06-13] 178: Checking exports ** [03:33:04 2020-06-13] 178: Checking users ** [03:33:04 2020-06-13] 178: Checking user_dbs ** [03:33:04 2020-06-13] 178: Checking geocodings ** [03:33:04 2020-06-13] 178: Checking synchronizations ** [03:33:04 2020-06-13] 178: Checking tracker ** [03:33:04 2020-06-13] 178: Checking user_migrations ** [03:33:04 2020-06-13] 178: Checking batch_updates ** [03:33:04 2020-06-13] 178: Checking gears ** [03:33:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:33:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:09 2020-06-13] 178: Checking imports ** [03:33:09 2020-06-13] 178: Checking exports ** [03:33:09 2020-06-13] 178: Checking users ** [03:33:09 2020-06-13] 178: Checking user_dbs ** [03:33:09 2020-06-13] 178: Checking geocodings ** [03:33:09 2020-06-13] 178: Checking synchronizations ** [03:33:09 2020-06-13] 178: Checking tracker ** [03:33:09 2020-06-13] 178: Checking user_migrations ** [03:33:09 2020-06-13] 178: Checking batch_updates ** [03:33:09 2020-06-13] 178: Checking gears ** [03:33:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:33:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:14 2020-06-13] 178: Checking imports ** [03:33:14 2020-06-13] 178: Checking exports ** [03:33:14 2020-06-13] 178: Checking users ** [03:33:14 2020-06-13] 178: Checking user_dbs ** [03:33:14 2020-06-13] 178: Checking geocodings ** [03:33:14 2020-06-13] 178: Checking synchronizations ** [03:33:14 2020-06-13] 178: Checking tracker ** [03:33:14 2020-06-13] 178: Checking user_migrations ** [03:33:14 2020-06-13] 178: Checking batch_updates ** [03:33:14 2020-06-13] 178: Checking gears ** [03:33:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:33:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:19 2020-06-13] 178: Checking imports ** [03:33:19 2020-06-13] 178: Checking exports ** [03:33:19 2020-06-13] 178: Checking users ** [03:33:19 2020-06-13] 178: Checking user_dbs ** [03:33:19 2020-06-13] 178: Checking geocodings ** [03:33:19 2020-06-13] 178: Checking synchronizations ** [03:33:19 2020-06-13] 178: Checking tracker ** [03:33:19 2020-06-13] 178: Checking user_migrations ** [03:33:19 2020-06-13] 178: Checking batch_updates ** [03:33:19 2020-06-13] 178: Checking gears ** [03:33:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:33:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:24 2020-06-13] 178: Checking imports ** [03:33:24 2020-06-13] 178: Checking exports ** [03:33:24 2020-06-13] 178: Checking users ** [03:33:24 2020-06-13] 178: Checking user_dbs ** [03:33:24 2020-06-13] 178: Checking geocodings ** [03:33:24 2020-06-13] 178: Checking synchronizations ** [03:33:24 2020-06-13] 178: Checking tracker ** [03:33:24 2020-06-13] 178: Checking user_migrations ** [03:33:24 2020-06-13] 178: Checking batch_updates ** [03:33:24 2020-06-13] 178: Checking gears ** [03:33:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:33:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:29 2020-06-13] 178: Checking imports ** [03:33:29 2020-06-13] 178: Checking exports ** [03:33:29 2020-06-13] 178: Checking users ** [03:33:29 2020-06-13] 178: Checking user_dbs ** [03:33:29 2020-06-13] 178: Checking geocodings ** [03:33:29 2020-06-13] 178: Checking synchronizations ** [03:33:29 2020-06-13] 178: Checking tracker ** [03:33:29 2020-06-13] 178: Checking user_migrations ** [03:33:29 2020-06-13] 178: Checking batch_updates ** [03:33:29 2020-06-13] 178: Checking gears ** [03:33:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:33:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:34 2020-06-13] 178: Checking imports ** [03:33:34 2020-06-13] 178: Checking exports ** [03:33:34 2020-06-13] 178: Checking users ** [03:33:34 2020-06-13] 178: Checking user_dbs ** [03:33:34 2020-06-13] 178: Checking geocodings ** [03:33:34 2020-06-13] 178: Checking synchronizations ** [03:33:34 2020-06-13] 178: Checking tracker ** [03:33:34 2020-06-13] 178: Checking user_migrations ** [03:33:34 2020-06-13] 178: Checking batch_updates ** [03:33:34 2020-06-13] 178: Checking gears ** [03:33:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:33:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:39 2020-06-13] 178: Checking imports ** [03:33:39 2020-06-13] 178: Checking exports ** [03:33:39 2020-06-13] 178: Checking users ** [03:33:39 2020-06-13] 178: Checking user_dbs ** [03:33:39 2020-06-13] 178: Checking geocodings ** [03:33:39 2020-06-13] 178: Checking synchronizations ** [03:33:39 2020-06-13] 178: Checking tracker ** [03:33:39 2020-06-13] 178: Checking user_migrations ** [03:33:39 2020-06-13] 178: Checking batch_updates ** [03:33:39 2020-06-13] 178: Checking gears ** [03:33:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:33:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:44 2020-06-13] 178: Checking imports ** [03:33:44 2020-06-13] 178: Checking exports ** [03:33:44 2020-06-13] 178: Checking users ** [03:33:44 2020-06-13] 178: Checking user_dbs ** [03:33:44 2020-06-13] 178: Checking geocodings ** [03:33:44 2020-06-13] 178: Checking synchronizations ** [03:33:44 2020-06-13] 178: Checking tracker ** [03:33:44 2020-06-13] 178: Checking user_migrations ** [03:33:44 2020-06-13] 178: Checking batch_updates ** [03:33:44 2020-06-13] 178: Checking gears ** [03:33:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:33:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:49 2020-06-13] 178: Checking imports ** [03:33:49 2020-06-13] 178: Checking exports ** [03:33:49 2020-06-13] 178: Checking users ** [03:33:49 2020-06-13] 178: Checking user_dbs ** [03:33:49 2020-06-13] 178: Checking geocodings ** [03:33:49 2020-06-13] 178: Checking synchronizations ** [03:33:49 2020-06-13] 178: Checking tracker ** [03:33:49 2020-06-13] 178: Checking user_migrations ** [03:33:49 2020-06-13] 178: Checking batch_updates ** [03:33:49 2020-06-13] 178: Checking gears ** [03:33:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:33:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:54 2020-06-13] 178: Checking imports ** [03:33:54 2020-06-13] 178: Checking exports ** [03:33:54 2020-06-13] 178: Checking users ** [03:33:54 2020-06-13] 178: Checking user_dbs ** [03:33:54 2020-06-13] 178: Checking geocodings ** [03:33:54 2020-06-13] 178: Checking synchronizations ** [03:33:54 2020-06-13] 178: Checking tracker ** [03:33:54 2020-06-13] 178: Checking user_migrations ** [03:33:54 2020-06-13] 178: Checking batch_updates ** [03:33:54 2020-06-13] 178: Checking gears ** [03:33:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:33:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:59 2020-06-13] 178: Checking imports ** [03:33:59 2020-06-13] 178: Checking exports ** [03:33:59 2020-06-13] 178: Checking users ** [03:33:59 2020-06-13] 178: Checking user_dbs ** [03:33:59 2020-06-13] 178: Checking geocodings ** [03:33:59 2020-06-13] 178: Checking synchronizations ** [03:33:59 2020-06-13] 178: Checking tracker ** [03:33:59 2020-06-13] 178: Checking user_migrations ** [03:33:59 2020-06-13] 178: Checking batch_updates ** [03:33:59 2020-06-13] 178: Checking gears ** [03:33:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:33:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:04 2020-06-13] 178: Checking imports ** [03:34:04 2020-06-13] 178: Checking exports ** [03:34:04 2020-06-13] 178: Checking users ** [03:34:04 2020-06-13] 178: Checking user_dbs ** [03:34:04 2020-06-13] 178: Checking geocodings ** [03:34:04 2020-06-13] 178: Checking synchronizations ** [03:34:04 2020-06-13] 178: Checking tracker ** [03:34:04 2020-06-13] 178: Checking user_migrations ** [03:34:04 2020-06-13] 178: Checking batch_updates ** [03:34:04 2020-06-13] 178: Checking gears ** [03:34:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:34:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:09 2020-06-13] 178: Checking imports ** [03:34:09 2020-06-13] 178: Checking exports ** [03:34:09 2020-06-13] 178: Checking users ** [03:34:09 2020-06-13] 178: Checking user_dbs ** [03:34:09 2020-06-13] 178: Checking geocodings ** [03:34:09 2020-06-13] 178: Checking synchronizations ** [03:34:09 2020-06-13] 178: Checking tracker ** [03:34:09 2020-06-13] 178: Checking user_migrations ** [03:34:09 2020-06-13] 178: Checking batch_updates ** [03:34:09 2020-06-13] 178: Checking gears ** [03:34:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:34:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:14 2020-06-13] 178: Checking imports ** [03:34:14 2020-06-13] 178: Checking exports ** [03:34:14 2020-06-13] 178: Checking users ** [03:34:14 2020-06-13] 178: Checking user_dbs ** [03:34:14 2020-06-13] 178: Checking geocodings ** [03:34:14 2020-06-13] 178: Checking synchronizations ** [03:34:14 2020-06-13] 178: Checking tracker ** [03:34:14 2020-06-13] 178: Checking user_migrations ** [03:34:14 2020-06-13] 178: Checking batch_updates ** [03:34:14 2020-06-13] 178: Checking gears ** [03:34:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:34:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:19 2020-06-13] 178: Checking imports ** [03:34:19 2020-06-13] 178: Checking exports ** [03:34:19 2020-06-13] 178: Checking users ** [03:34:19 2020-06-13] 178: Checking user_dbs ** [03:34:19 2020-06-13] 178: Checking geocodings ** [03:34:19 2020-06-13] 178: Checking synchronizations ** [03:34:19 2020-06-13] 178: Checking tracker ** [03:34:19 2020-06-13] 178: Checking user_migrations ** [03:34:19 2020-06-13] 178: Checking batch_updates ** [03:34:19 2020-06-13] 178: Checking gears ** [03:34:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:34:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:24 2020-06-13] 178: Checking imports ** [03:34:24 2020-06-13] 178: Checking exports ** [03:34:24 2020-06-13] 178: Checking users ** [03:34:24 2020-06-13] 178: Checking user_dbs ** [03:34:24 2020-06-13] 178: Checking geocodings ** [03:34:24 2020-06-13] 178: Checking synchronizations ** [03:34:24 2020-06-13] 178: Checking tracker ** [03:34:24 2020-06-13] 178: Checking user_migrations ** [03:34:24 2020-06-13] 178: Checking batch_updates ** [03:34:24 2020-06-13] 178: Checking gears ** [03:34:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:34:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:29 2020-06-13] 178: Checking imports ** [03:34:29 2020-06-13] 178: Checking exports ** [03:34:29 2020-06-13] 178: Checking users ** [03:34:29 2020-06-13] 178: Checking user_dbs ** [03:34:29 2020-06-13] 178: Checking geocodings ** [03:34:29 2020-06-13] 178: Checking synchronizations ** [03:34:29 2020-06-13] 178: Checking tracker ** [03:34:29 2020-06-13] 178: Checking user_migrations ** [03:34:29 2020-06-13] 178: Checking batch_updates ** [03:34:29 2020-06-13] 178: Checking gears ** [03:34:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:34:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:34 2020-06-13] 178: Checking imports ** [03:34:34 2020-06-13] 178: Checking exports ** [03:34:34 2020-06-13] 178: Checking users ** [03:34:34 2020-06-13] 178: Checking user_dbs ** [03:34:34 2020-06-13] 178: Checking geocodings ** [03:34:34 2020-06-13] 178: Checking synchronizations ** [03:34:34 2020-06-13] 178: Checking tracker ** [03:34:34 2020-06-13] 178: Checking user_migrations ** [03:34:34 2020-06-13] 178: Checking batch_updates ** [03:34:34 2020-06-13] 178: Checking gears ** [03:34:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:34:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:39 2020-06-13] 178: Checking imports ** [03:34:39 2020-06-13] 178: Checking exports ** [03:34:39 2020-06-13] 178: Checking users ** [03:34:39 2020-06-13] 178: Checking user_dbs ** [03:34:39 2020-06-13] 178: Checking geocodings ** [03:34:39 2020-06-13] 178: Checking synchronizations ** [03:34:39 2020-06-13] 178: Checking tracker ** [03:34:39 2020-06-13] 178: Checking user_migrations ** [03:34:39 2020-06-13] 178: Checking batch_updates ** [03:34:39 2020-06-13] 178: Checking gears ** [03:34:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:34:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:44 2020-06-13] 178: Checking imports ** [03:34:44 2020-06-13] 178: Checking exports ** [03:34:44 2020-06-13] 178: Checking users ** [03:34:44 2020-06-13] 178: Checking user_dbs ** [03:34:44 2020-06-13] 178: Checking geocodings ** [03:34:44 2020-06-13] 178: Checking synchronizations ** [03:34:44 2020-06-13] 178: Checking tracker ** [03:34:44 2020-06-13] 178: Checking user_migrations ** [03:34:44 2020-06-13] 178: Checking batch_updates ** [03:34:44 2020-06-13] 178: Checking gears ** [03:34:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:34:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:49 2020-06-13] 178: Checking imports ** [03:34:49 2020-06-13] 178: Checking exports ** [03:34:49 2020-06-13] 178: Checking users ** [03:34:49 2020-06-13] 178: Checking user_dbs ** [03:34:49 2020-06-13] 178: Checking geocodings ** [03:34:49 2020-06-13] 178: Checking synchronizations ** [03:34:49 2020-06-13] 178: Checking tracker ** [03:34:49 2020-06-13] 178: Checking user_migrations ** [03:34:49 2020-06-13] 178: Checking batch_updates ** [03:34:49 2020-06-13] 178: Checking gears ** [03:34:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:34:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:54 2020-06-13] 178: Checking imports ** [03:34:54 2020-06-13] 178: Checking exports ** [03:34:54 2020-06-13] 178: Checking users ** [03:34:54 2020-06-13] 178: Checking user_dbs ** [03:34:54 2020-06-13] 178: Checking geocodings ** [03:34:54 2020-06-13] 178: Checking synchronizations ** [03:34:54 2020-06-13] 178: Checking tracker ** [03:34:54 2020-06-13] 178: Checking user_migrations ** [03:34:54 2020-06-13] 178: Checking batch_updates ** [03:34:54 2020-06-13] 178: Checking gears ** [03:34:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:34:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:59 2020-06-13] 178: Checking imports ** [03:34:59 2020-06-13] 178: Checking exports ** [03:34:59 2020-06-13] 178: Checking users ** [03:34:59 2020-06-13] 178: Checking user_dbs ** [03:34:59 2020-06-13] 178: Checking geocodings ** [03:34:59 2020-06-13] 178: Checking synchronizations ** [03:34:59 2020-06-13] 178: Checking tracker ** [03:34:59 2020-06-13] 178: Checking user_migrations ** [03:34:59 2020-06-13] 178: Checking batch_updates ** [03:34:59 2020-06-13] 178: Checking gears ** [03:34:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:34:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:04 2020-06-13] 178: Checking imports ** [03:35:04 2020-06-13] 178: Checking exports ** [03:35:04 2020-06-13] 178: Checking users ** [03:35:04 2020-06-13] 178: Checking user_dbs ** [03:35:04 2020-06-13] 178: Checking geocodings ** [03:35:04 2020-06-13] 178: Checking synchronizations ** [03:35:04 2020-06-13] 178: Checking tracker ** [03:35:04 2020-06-13] 178: Checking user_migrations ** [03:35:04 2020-06-13] 178: Checking batch_updates ** [03:35:04 2020-06-13] 178: Checking gears ** [03:35:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:35:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:09 2020-06-13] 178: Checking imports ** [03:35:09 2020-06-13] 178: Checking exports ** [03:35:09 2020-06-13] 178: Checking users ** [03:35:09 2020-06-13] 178: Checking user_dbs ** [03:35:09 2020-06-13] 178: Checking geocodings ** [03:35:09 2020-06-13] 178: Checking synchronizations ** [03:35:09 2020-06-13] 178: Checking tracker ** [03:35:09 2020-06-13] 178: Checking user_migrations ** [03:35:09 2020-06-13] 178: Checking batch_updates ** [03:35:09 2020-06-13] 178: Checking gears ** [03:35:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:35:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:14 2020-06-13] 178: Checking imports ** [03:35:14 2020-06-13] 178: Checking exports ** [03:35:14 2020-06-13] 178: Checking users ** [03:35:14 2020-06-13] 178: Checking user_dbs ** [03:35:14 2020-06-13] 178: Checking geocodings ** [03:35:14 2020-06-13] 178: Checking synchronizations ** [03:35:14 2020-06-13] 178: Checking tracker ** [03:35:14 2020-06-13] 178: Checking user_migrations ** [03:35:14 2020-06-13] 178: Checking batch_updates ** [03:35:14 2020-06-13] 178: Checking gears ** [03:35:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:35:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:19 2020-06-13] 178: Checking imports ** [03:35:19 2020-06-13] 178: Checking exports ** [03:35:19 2020-06-13] 178: Checking users ** [03:35:19 2020-06-13] 178: Checking user_dbs ** [03:35:19 2020-06-13] 178: Checking geocodings ** [03:35:19 2020-06-13] 178: Checking synchronizations ** [03:35:19 2020-06-13] 178: Checking tracker ** [03:35:19 2020-06-13] 178: Checking user_migrations ** [03:35:19 2020-06-13] 178: Checking batch_updates ** [03:35:19 2020-06-13] 178: Checking gears ** [03:35:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:35:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:24 2020-06-13] 178: Checking imports ** [03:35:24 2020-06-13] 178: Checking exports ** [03:35:24 2020-06-13] 178: Checking users ** [03:35:24 2020-06-13] 178: Checking user_dbs ** [03:35:24 2020-06-13] 178: Checking geocodings ** [03:35:24 2020-06-13] 178: Checking synchronizations ** [03:35:24 2020-06-13] 178: Checking tracker ** [03:35:24 2020-06-13] 178: Checking user_migrations ** [03:35:24 2020-06-13] 178: Checking batch_updates ** [03:35:24 2020-06-13] 178: Checking gears ** [03:35:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:35:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:29 2020-06-13] 178: Checking imports ** [03:35:29 2020-06-13] 178: Checking exports ** [03:35:29 2020-06-13] 178: Checking users ** [03:35:29 2020-06-13] 178: Checking user_dbs ** [03:35:29 2020-06-13] 178: Checking geocodings ** [03:35:29 2020-06-13] 178: Checking synchronizations ** [03:35:29 2020-06-13] 178: Checking tracker ** [03:35:29 2020-06-13] 178: Checking user_migrations ** [03:35:29 2020-06-13] 178: Checking batch_updates ** [03:35:29 2020-06-13] 178: Checking gears ** [03:35:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:35:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:34 2020-06-13] 178: Checking imports ** [03:35:34 2020-06-13] 178: Checking exports ** [03:35:34 2020-06-13] 178: Checking users ** [03:35:34 2020-06-13] 178: Checking user_dbs ** [03:35:34 2020-06-13] 178: Checking geocodings ** [03:35:34 2020-06-13] 178: Checking synchronizations ** [03:35:34 2020-06-13] 178: Checking tracker ** [03:35:34 2020-06-13] 178: Checking user_migrations ** [03:35:34 2020-06-13] 178: Checking batch_updates ** [03:35:34 2020-06-13] 178: Checking gears ** [03:35:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:35:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:39 2020-06-13] 178: Checking imports ** [03:35:39 2020-06-13] 178: Checking exports ** [03:35:39 2020-06-13] 178: Checking users ** [03:35:39 2020-06-13] 178: Checking user_dbs ** [03:35:39 2020-06-13] 178: Checking geocodings ** [03:35:39 2020-06-13] 178: Checking synchronizations ** [03:35:39 2020-06-13] 178: Checking tracker ** [03:35:39 2020-06-13] 178: Checking user_migrations ** [03:35:39 2020-06-13] 178: Checking batch_updates ** [03:35:39 2020-06-13] 178: Checking gears ** [03:35:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:35:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:44 2020-06-13] 178: Checking imports ** [03:35:44 2020-06-13] 178: Checking exports ** [03:35:44 2020-06-13] 178: Checking users ** [03:35:44 2020-06-13] 178: Checking user_dbs ** [03:35:44 2020-06-13] 178: Checking geocodings ** [03:35:44 2020-06-13] 178: Checking synchronizations ** [03:35:44 2020-06-13] 178: Checking tracker ** [03:35:44 2020-06-13] 178: Checking user_migrations ** [03:35:44 2020-06-13] 178: Checking batch_updates ** [03:35:44 2020-06-13] 178: Checking gears ** [03:35:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:35:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:49 2020-06-13] 178: Checking imports ** [03:35:49 2020-06-13] 178: Checking exports ** [03:35:49 2020-06-13] 178: Checking users ** [03:35:49 2020-06-13] 178: Checking user_dbs ** [03:35:49 2020-06-13] 178: Checking geocodings ** [03:35:49 2020-06-13] 178: Checking synchronizations ** [03:35:49 2020-06-13] 178: Checking tracker ** [03:35:49 2020-06-13] 178: Checking user_migrations ** [03:35:49 2020-06-13] 178: Checking batch_updates ** [03:35:49 2020-06-13] 178: Checking gears ** [03:35:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:35:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:54 2020-06-13] 178: Checking imports ** [03:35:54 2020-06-13] 178: Checking exports ** [03:35:54 2020-06-13] 178: Checking users ** [03:35:54 2020-06-13] 178: Checking user_dbs ** [03:35:54 2020-06-13] 178: Checking geocodings ** [03:35:54 2020-06-13] 178: Checking synchronizations ** [03:35:54 2020-06-13] 178: Checking tracker ** [03:35:54 2020-06-13] 178: Checking user_migrations ** [03:35:54 2020-06-13] 178: Checking batch_updates ** [03:35:54 2020-06-13] 178: Checking gears ** [03:35:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:35:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:59 2020-06-13] 178: Checking imports ** [03:35:59 2020-06-13] 178: Checking exports ** [03:35:59 2020-06-13] 178: Checking users ** [03:35:59 2020-06-13] 178: Checking user_dbs ** [03:35:59 2020-06-13] 178: Checking geocodings ** [03:35:59 2020-06-13] 178: Checking synchronizations ** [03:35:59 2020-06-13] 178: Checking tracker ** [03:35:59 2020-06-13] 178: Checking user_migrations ** [03:35:59 2020-06-13] 178: Checking batch_updates ** [03:35:59 2020-06-13] 178: Checking gears ** [03:35:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:35:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:04 2020-06-13] 178: Checking imports ** [03:36:04 2020-06-13] 178: Checking exports ** [03:36:04 2020-06-13] 178: Checking users ** [03:36:04 2020-06-13] 178: Checking user_dbs ** [03:36:04 2020-06-13] 178: Checking geocodings ** [03:36:04 2020-06-13] 178: Checking synchronizations ** [03:36:04 2020-06-13] 178: Checking tracker ** [03:36:04 2020-06-13] 178: Checking user_migrations ** [03:36:04 2020-06-13] 178: Checking batch_updates ** [03:36:04 2020-06-13] 178: Checking gears ** [03:36:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:36:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:09 2020-06-13] 178: Checking imports ** [03:36:09 2020-06-13] 178: Checking exports ** [03:36:09 2020-06-13] 178: Checking users ** [03:36:09 2020-06-13] 178: Checking user_dbs ** [03:36:09 2020-06-13] 178: Checking geocodings ** [03:36:09 2020-06-13] 178: Checking synchronizations ** [03:36:09 2020-06-13] 178: Checking tracker ** [03:36:09 2020-06-13] 178: Checking user_migrations ** [03:36:09 2020-06-13] 178: Checking batch_updates ** [03:36:09 2020-06-13] 178: Checking gears ** [03:36:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:36:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:14 2020-06-13] 178: Checking imports ** [03:36:14 2020-06-13] 178: Checking exports ** [03:36:14 2020-06-13] 178: Checking users ** [03:36:14 2020-06-13] 178: Checking user_dbs ** [03:36:14 2020-06-13] 178: Checking geocodings ** [03:36:14 2020-06-13] 178: Checking synchronizations ** [03:36:14 2020-06-13] 178: Checking tracker ** [03:36:14 2020-06-13] 178: Checking user_migrations ** [03:36:14 2020-06-13] 178: Checking batch_updates ** [03:36:14 2020-06-13] 178: Checking gears ** [03:36:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:36:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:19 2020-06-13] 178: Checking imports ** [03:36:19 2020-06-13] 178: Checking exports ** [03:36:19 2020-06-13] 178: Checking users ** [03:36:19 2020-06-13] 178: Checking user_dbs ** [03:36:19 2020-06-13] 178: Checking geocodings ** [03:36:19 2020-06-13] 178: Checking synchronizations ** [03:36:19 2020-06-13] 178: Checking tracker ** [03:36:19 2020-06-13] 178: Checking user_migrations ** [03:36:19 2020-06-13] 178: Checking batch_updates ** [03:36:19 2020-06-13] 178: Checking gears ** [03:36:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:36:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:24 2020-06-13] 178: Checking imports ** [03:36:24 2020-06-13] 178: Checking exports ** [03:36:24 2020-06-13] 178: Checking users ** [03:36:24 2020-06-13] 178: Checking user_dbs ** [03:36:24 2020-06-13] 178: Checking geocodings ** [03:36:24 2020-06-13] 178: Checking synchronizations ** [03:36:24 2020-06-13] 178: Checking tracker ** [03:36:24 2020-06-13] 178: Checking user_migrations ** [03:36:24 2020-06-13] 178: Checking batch_updates ** [03:36:24 2020-06-13] 178: Checking gears ** [03:36:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:36:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:29 2020-06-13] 178: Checking imports ** [03:36:29 2020-06-13] 178: Checking exports ** [03:36:29 2020-06-13] 178: Checking users ** [03:36:29 2020-06-13] 178: Checking user_dbs ** [03:36:29 2020-06-13] 178: Checking geocodings ** [03:36:29 2020-06-13] 178: Checking synchronizations ** [03:36:29 2020-06-13] 178: Checking tracker ** [03:36:29 2020-06-13] 178: Checking user_migrations ** [03:36:29 2020-06-13] 178: Checking batch_updates ** [03:36:29 2020-06-13] 178: Checking gears ** [03:36:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:36:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:34 2020-06-13] 178: Checking imports ** [03:36:34 2020-06-13] 178: Checking exports ** [03:36:34 2020-06-13] 178: Checking users ** [03:36:34 2020-06-13] 178: Checking user_dbs ** [03:36:34 2020-06-13] 178: Checking geocodings ** [03:36:34 2020-06-13] 178: Checking synchronizations ** [03:36:34 2020-06-13] 178: Checking tracker ** [03:36:34 2020-06-13] 178: Checking user_migrations ** [03:36:34 2020-06-13] 178: Checking batch_updates ** [03:36:34 2020-06-13] 178: Checking gears ** [03:36:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:36:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:39 2020-06-13] 178: Checking imports ** [03:36:39 2020-06-13] 178: Checking exports ** [03:36:39 2020-06-13] 178: Checking users ** [03:36:39 2020-06-13] 178: Checking user_dbs ** [03:36:39 2020-06-13] 178: Checking geocodings ** [03:36:39 2020-06-13] 178: Checking synchronizations ** [03:36:39 2020-06-13] 178: Checking tracker ** [03:36:39 2020-06-13] 178: Checking user_migrations ** [03:36:39 2020-06-13] 178: Checking batch_updates ** [03:36:39 2020-06-13] 178: Checking gears ** [03:36:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:36:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:44 2020-06-13] 178: Checking imports ** [03:36:44 2020-06-13] 178: Checking exports ** [03:36:44 2020-06-13] 178: Checking users ** [03:36:44 2020-06-13] 178: Checking user_dbs ** [03:36:44 2020-06-13] 178: Checking geocodings ** [03:36:44 2020-06-13] 178: Checking synchronizations ** [03:36:44 2020-06-13] 178: Checking tracker ** [03:36:44 2020-06-13] 178: Checking user_migrations ** [03:36:44 2020-06-13] 178: Checking batch_updates ** [03:36:44 2020-06-13] 178: Checking gears ** [03:36:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:36:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:49 2020-06-13] 178: Checking imports ** [03:36:49 2020-06-13] 178: Checking exports ** [03:36:49 2020-06-13] 178: Checking users ** [03:36:49 2020-06-13] 178: Checking user_dbs ** [03:36:49 2020-06-13] 178: Checking geocodings ** [03:36:49 2020-06-13] 178: Checking synchronizations ** [03:36:49 2020-06-13] 178: Checking tracker ** [03:36:49 2020-06-13] 178: Checking user_migrations ** [03:36:49 2020-06-13] 178: Checking batch_updates ** [03:36:49 2020-06-13] 178: Checking gears ** [03:36:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:36:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:54 2020-06-13] 178: Checking imports ** [03:36:54 2020-06-13] 178: Checking exports ** [03:36:54 2020-06-13] 178: Checking users ** [03:36:54 2020-06-13] 178: Checking user_dbs ** [03:36:54 2020-06-13] 178: Checking geocodings ** [03:36:54 2020-06-13] 178: Checking synchronizations ** [03:36:54 2020-06-13] 178: Checking tracker ** [03:36:54 2020-06-13] 178: Checking user_migrations ** [03:36:54 2020-06-13] 178: Checking batch_updates ** [03:36:54 2020-06-13] 178: Checking gears ** [03:36:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:36:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:59 2020-06-13] 178: Checking imports ** [03:36:59 2020-06-13] 178: Checking exports ** [03:36:59 2020-06-13] 178: Checking users ** [03:36:59 2020-06-13] 178: Checking user_dbs ** [03:36:59 2020-06-13] 178: Checking geocodings ** [03:36:59 2020-06-13] 178: Checking synchronizations ** [03:36:59 2020-06-13] 178: Checking tracker ** [03:36:59 2020-06-13] 178: Checking user_migrations ** [03:36:59 2020-06-13] 178: Checking batch_updates ** [03:36:59 2020-06-13] 178: Checking gears ** [03:36:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:36:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:04 2020-06-13] 178: Checking imports ** [03:37:04 2020-06-13] 178: Checking exports ** [03:37:04 2020-06-13] 178: Checking users ** [03:37:04 2020-06-13] 178: Checking user_dbs ** [03:37:04 2020-06-13] 178: Checking geocodings ** [03:37:04 2020-06-13] 178: Checking synchronizations ** [03:37:04 2020-06-13] 178: Checking tracker ** [03:37:04 2020-06-13] 178: Checking user_migrations ** [03:37:04 2020-06-13] 178: Checking batch_updates ** [03:37:04 2020-06-13] 178: Checking gears ** [03:37:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:37:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:09 2020-06-13] 178: Checking imports ** [03:37:09 2020-06-13] 178: Checking exports ** [03:37:09 2020-06-13] 178: Checking users ** [03:37:09 2020-06-13] 178: Checking user_dbs ** [03:37:09 2020-06-13] 178: Checking geocodings ** [03:37:09 2020-06-13] 178: Checking synchronizations ** [03:37:09 2020-06-13] 178: Checking tracker ** [03:37:09 2020-06-13] 178: Checking user_migrations ** [03:37:09 2020-06-13] 178: Checking batch_updates ** [03:37:09 2020-06-13] 178: Checking gears ** [03:37:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:37:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:14 2020-06-13] 178: Checking imports ** [03:37:14 2020-06-13] 178: Checking exports ** [03:37:14 2020-06-13] 178: Checking users ** [03:37:14 2020-06-13] 178: Checking user_dbs ** [03:37:14 2020-06-13] 178: Checking geocodings ** [03:37:14 2020-06-13] 178: Checking synchronizations ** [03:37:14 2020-06-13] 178: Checking tracker ** [03:37:14 2020-06-13] 178: Checking user_migrations ** [03:37:14 2020-06-13] 178: Checking batch_updates ** [03:37:14 2020-06-13] 178: Checking gears ** [03:37:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:37:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:19 2020-06-13] 178: Checking imports ** [03:37:19 2020-06-13] 178: Checking exports ** [03:37:19 2020-06-13] 178: Checking users ** [03:37:19 2020-06-13] 178: Checking user_dbs ** [03:37:19 2020-06-13] 178: Checking geocodings ** [03:37:19 2020-06-13] 178: Checking synchronizations ** [03:37:19 2020-06-13] 178: Checking tracker ** [03:37:19 2020-06-13] 178: Checking user_migrations ** [03:37:19 2020-06-13] 178: Checking batch_updates ** [03:37:19 2020-06-13] 178: Checking gears ** [03:37:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:37:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:24 2020-06-13] 178: Checking imports ** [03:37:24 2020-06-13] 178: Checking exports ** [03:37:24 2020-06-13] 178: Checking users ** [03:37:24 2020-06-13] 178: Checking user_dbs ** [03:37:24 2020-06-13] 178: Checking geocodings ** [03:37:24 2020-06-13] 178: Checking synchronizations ** [03:37:24 2020-06-13] 178: Checking tracker ** [03:37:24 2020-06-13] 178: Checking user_migrations ** [03:37:24 2020-06-13] 178: Checking batch_updates ** [03:37:24 2020-06-13] 178: Checking gears ** [03:37:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:37:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:29 2020-06-13] 178: Checking imports ** [03:37:29 2020-06-13] 178: Checking exports ** [03:37:29 2020-06-13] 178: Checking users ** [03:37:29 2020-06-13] 178: Checking user_dbs ** [03:37:29 2020-06-13] 178: Checking geocodings ** [03:37:29 2020-06-13] 178: Checking synchronizations ** [03:37:29 2020-06-13] 178: Checking tracker ** [03:37:29 2020-06-13] 178: Checking user_migrations ** [03:37:29 2020-06-13] 178: Checking batch_updates ** [03:37:29 2020-06-13] 178: Checking gears ** [03:37:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:37:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:34 2020-06-13] 178: Checking imports ** [03:37:34 2020-06-13] 178: Checking exports ** [03:37:34 2020-06-13] 178: Checking users ** [03:37:34 2020-06-13] 178: Checking user_dbs ** [03:37:34 2020-06-13] 178: Checking geocodings ** [03:37:34 2020-06-13] 178: Checking synchronizations ** [03:37:34 2020-06-13] 178: Checking tracker ** [03:37:34 2020-06-13] 178: Checking user_migrations ** [03:37:34 2020-06-13] 178: Checking batch_updates ** [03:37:34 2020-06-13] 178: Checking gears ** [03:37:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:37:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:39 2020-06-13] 178: Checking imports ** [03:37:39 2020-06-13] 178: Checking exports ** [03:37:39 2020-06-13] 178: Checking users ** [03:37:39 2020-06-13] 178: Checking user_dbs ** [03:37:39 2020-06-13] 178: Checking geocodings ** [03:37:39 2020-06-13] 178: Checking synchronizations ** [03:37:39 2020-06-13] 178: Checking tracker ** [03:37:39 2020-06-13] 178: Checking user_migrations ** [03:37:39 2020-06-13] 178: Checking batch_updates ** [03:37:39 2020-06-13] 178: Checking gears ** [03:37:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:37:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:44 2020-06-13] 178: Checking imports ** [03:37:44 2020-06-13] 178: Checking exports ** [03:37:44 2020-06-13] 178: Checking users ** [03:37:44 2020-06-13] 178: Checking user_dbs ** [03:37:44 2020-06-13] 178: Checking geocodings ** [03:37:44 2020-06-13] 178: Checking synchronizations ** [03:37:44 2020-06-13] 178: Checking tracker ** [03:37:44 2020-06-13] 178: Checking user_migrations ** [03:37:44 2020-06-13] 178: Checking batch_updates ** [03:37:44 2020-06-13] 178: Checking gears ** [03:37:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:37:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:49 2020-06-13] 178: Checking imports ** [03:37:49 2020-06-13] 178: Checking exports ** [03:37:49 2020-06-13] 178: Checking users ** [03:37:49 2020-06-13] 178: Checking user_dbs ** [03:37:49 2020-06-13] 178: Checking geocodings ** [03:37:49 2020-06-13] 178: Checking synchronizations ** [03:37:49 2020-06-13] 178: Checking tracker ** [03:37:49 2020-06-13] 178: Checking user_migrations ** [03:37:49 2020-06-13] 178: Checking batch_updates ** [03:37:49 2020-06-13] 178: Checking gears ** [03:37:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:37:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:54 2020-06-13] 178: Checking imports ** [03:37:54 2020-06-13] 178: Checking exports ** [03:37:54 2020-06-13] 178: Checking users ** [03:37:54 2020-06-13] 178: Checking user_dbs ** [03:37:54 2020-06-13] 178: Checking geocodings ** [03:37:54 2020-06-13] 178: Checking synchronizations ** [03:37:54 2020-06-13] 178: Checking tracker ** [03:37:54 2020-06-13] 178: Checking user_migrations ** [03:37:54 2020-06-13] 178: Checking batch_updates ** [03:37:54 2020-06-13] 178: Checking gears ** [03:37:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:37:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:59 2020-06-13] 178: Checking imports ** [03:37:59 2020-06-13] 178: Checking exports ** [03:37:59 2020-06-13] 178: Checking users ** [03:37:59 2020-06-13] 178: Checking user_dbs ** [03:37:59 2020-06-13] 178: Checking geocodings ** [03:37:59 2020-06-13] 178: Checking synchronizations ** [03:37:59 2020-06-13] 178: Checking tracker ** [03:37:59 2020-06-13] 178: Checking user_migrations ** [03:37:59 2020-06-13] 178: Checking batch_updates ** [03:37:59 2020-06-13] 178: Checking gears ** [03:37:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:37:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:04 2020-06-13] 178: Checking imports ** [03:38:04 2020-06-13] 178: Checking exports ** [03:38:04 2020-06-13] 178: Checking users ** [03:38:04 2020-06-13] 178: Checking user_dbs ** [03:38:04 2020-06-13] 178: Checking geocodings ** [03:38:04 2020-06-13] 178: Checking synchronizations ** [03:38:04 2020-06-13] 178: Checking tracker ** [03:38:04 2020-06-13] 178: Checking user_migrations ** [03:38:04 2020-06-13] 178: Checking batch_updates ** [03:38:04 2020-06-13] 178: Checking gears ** [03:38:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:38:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:09 2020-06-13] 178: Checking imports ** [03:38:09 2020-06-13] 178: Checking exports ** [03:38:09 2020-06-13] 178: Checking users ** [03:38:09 2020-06-13] 178: Checking user_dbs ** [03:38:09 2020-06-13] 178: Checking geocodings ** [03:38:09 2020-06-13] 178: Checking synchronizations ** [03:38:09 2020-06-13] 178: Checking tracker ** [03:38:09 2020-06-13] 178: Checking user_migrations ** [03:38:09 2020-06-13] 178: Checking batch_updates ** [03:38:09 2020-06-13] 178: Checking gears ** [03:38:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:38:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:14 2020-06-13] 178: Checking imports ** [03:38:14 2020-06-13] 178: Checking exports ** [03:38:14 2020-06-13] 178: Checking users ** [03:38:14 2020-06-13] 178: Checking user_dbs ** [03:38:14 2020-06-13] 178: Checking geocodings ** [03:38:14 2020-06-13] 178: Checking synchronizations ** [03:38:14 2020-06-13] 178: Checking tracker ** [03:38:14 2020-06-13] 178: Checking user_migrations ** [03:38:14 2020-06-13] 178: Checking batch_updates ** [03:38:14 2020-06-13] 178: Checking gears ** [03:38:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:38:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:19 2020-06-13] 178: Checking imports ** [03:38:19 2020-06-13] 178: Checking exports ** [03:38:19 2020-06-13] 178: Checking users ** [03:38:19 2020-06-13] 178: Checking user_dbs ** [03:38:19 2020-06-13] 178: Checking geocodings ** [03:38:19 2020-06-13] 178: Checking synchronizations ** [03:38:19 2020-06-13] 178: Checking tracker ** [03:38:19 2020-06-13] 178: Checking user_migrations ** [03:38:19 2020-06-13] 178: Checking batch_updates ** [03:38:19 2020-06-13] 178: Checking gears ** [03:38:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:38:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:24 2020-06-13] 178: Checking imports ** [03:38:24 2020-06-13] 178: Checking exports ** [03:38:24 2020-06-13] 178: Checking users ** [03:38:24 2020-06-13] 178: Checking user_dbs ** [03:38:24 2020-06-13] 178: Checking geocodings ** [03:38:24 2020-06-13] 178: Checking synchronizations ** [03:38:24 2020-06-13] 178: Checking tracker ** [03:38:24 2020-06-13] 178: Checking user_migrations ** [03:38:24 2020-06-13] 178: Checking batch_updates ** [03:38:24 2020-06-13] 178: Checking gears ** [03:38:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:38:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:29 2020-06-13] 178: Checking imports ** [03:38:29 2020-06-13] 178: Checking exports ** [03:38:29 2020-06-13] 178: Checking users ** [03:38:29 2020-06-13] 178: Checking user_dbs ** [03:38:29 2020-06-13] 178: Checking geocodings ** [03:38:29 2020-06-13] 178: Checking synchronizations ** [03:38:29 2020-06-13] 178: Checking tracker ** [03:38:29 2020-06-13] 178: Checking user_migrations ** [03:38:29 2020-06-13] 178: Checking batch_updates ** [03:38:29 2020-06-13] 178: Checking gears ** [03:38:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:38:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:34 2020-06-13] 178: Checking imports ** [03:38:34 2020-06-13] 178: Checking exports ** [03:38:34 2020-06-13] 178: Checking users ** [03:38:34 2020-06-13] 178: Checking user_dbs ** [03:38:34 2020-06-13] 178: Checking geocodings ** [03:38:34 2020-06-13] 178: Checking synchronizations ** [03:38:34 2020-06-13] 178: Checking tracker ** [03:38:34 2020-06-13] 178: Checking user_migrations ** [03:38:34 2020-06-13] 178: Checking batch_updates ** [03:38:34 2020-06-13] 178: Checking gears ** [03:38:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:38:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:39 2020-06-13] 178: Checking imports ** [03:38:39 2020-06-13] 178: Checking exports ** [03:38:39 2020-06-13] 178: Checking users ** [03:38:39 2020-06-13] 178: Checking user_dbs ** [03:38:39 2020-06-13] 178: Checking geocodings ** [03:38:39 2020-06-13] 178: Checking synchronizations ** [03:38:39 2020-06-13] 178: Checking tracker ** [03:38:39 2020-06-13] 178: Checking user_migrations ** [03:38:39 2020-06-13] 178: Checking batch_updates ** [03:38:39 2020-06-13] 178: Checking gears ** [03:38:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:38:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:44 2020-06-13] 178: Checking imports ** [03:38:44 2020-06-13] 178: Checking exports ** [03:38:44 2020-06-13] 178: Checking users ** [03:38:44 2020-06-13] 178: Checking user_dbs ** [03:38:44 2020-06-13] 178: Checking geocodings ** [03:38:44 2020-06-13] 178: Checking synchronizations ** [03:38:44 2020-06-13] 178: Checking tracker ** [03:38:44 2020-06-13] 178: Checking user_migrations ** [03:38:44 2020-06-13] 178: Checking batch_updates ** [03:38:44 2020-06-13] 178: Checking gears ** [03:38:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:38:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:49 2020-06-13] 178: Checking imports ** [03:38:49 2020-06-13] 178: Checking exports ** [03:38:49 2020-06-13] 178: Checking users ** [03:38:49 2020-06-13] 178: Checking user_dbs ** [03:38:49 2020-06-13] 178: Checking geocodings ** [03:38:49 2020-06-13] 178: Checking synchronizations ** [03:38:49 2020-06-13] 178: Checking tracker ** [03:38:49 2020-06-13] 178: Checking user_migrations ** [03:38:49 2020-06-13] 178: Checking batch_updates ** [03:38:49 2020-06-13] 178: Checking gears ** [03:38:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:38:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:54 2020-06-13] 178: Checking imports ** [03:38:54 2020-06-13] 178: Checking exports ** [03:38:54 2020-06-13] 178: Checking users ** [03:38:54 2020-06-13] 178: Checking user_dbs ** [03:38:54 2020-06-13] 178: Checking geocodings ** [03:38:54 2020-06-13] 178: Checking synchronizations ** [03:38:54 2020-06-13] 178: Checking tracker ** [03:38:54 2020-06-13] 178: Checking user_migrations ** [03:38:54 2020-06-13] 178: Checking batch_updates ** [03:38:54 2020-06-13] 178: Checking gears ** [03:38:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:38:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:59 2020-06-13] 178: Checking imports ** [03:38:59 2020-06-13] 178: Checking exports ** [03:38:59 2020-06-13] 178: Checking users ** [03:38:59 2020-06-13] 178: Checking user_dbs ** [03:38:59 2020-06-13] 178: Checking geocodings ** [03:38:59 2020-06-13] 178: Checking synchronizations ** [03:38:59 2020-06-13] 178: Checking tracker ** [03:38:59 2020-06-13] 178: Checking user_migrations ** [03:38:59 2020-06-13] 178: Checking batch_updates ** [03:38:59 2020-06-13] 178: Checking gears ** [03:38:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:38:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:04 2020-06-13] 178: Checking imports ** [03:39:04 2020-06-13] 178: Checking exports ** [03:39:04 2020-06-13] 178: Checking users ** [03:39:04 2020-06-13] 178: Checking user_dbs ** [03:39:04 2020-06-13] 178: Checking geocodings ** [03:39:04 2020-06-13] 178: Checking synchronizations ** [03:39:04 2020-06-13] 178: Checking tracker ** [03:39:04 2020-06-13] 178: Checking user_migrations ** [03:39:04 2020-06-13] 178: Checking batch_updates ** [03:39:04 2020-06-13] 178: Checking gears ** [03:39:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:39:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:09 2020-06-13] 178: Checking imports ** [03:39:09 2020-06-13] 178: Checking exports ** [03:39:09 2020-06-13] 178: Checking users ** [03:39:09 2020-06-13] 178: Checking user_dbs ** [03:39:09 2020-06-13] 178: Checking geocodings ** [03:39:09 2020-06-13] 178: Checking synchronizations ** [03:39:09 2020-06-13] 178: Checking tracker ** [03:39:09 2020-06-13] 178: Checking user_migrations ** [03:39:09 2020-06-13] 178: Checking batch_updates ** [03:39:09 2020-06-13] 178: Checking gears ** [03:39:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:39:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:14 2020-06-13] 178: Checking imports ** [03:39:14 2020-06-13] 178: Checking exports ** [03:39:14 2020-06-13] 178: Checking users ** [03:39:14 2020-06-13] 178: Checking user_dbs ** [03:39:14 2020-06-13] 178: Checking geocodings ** [03:39:14 2020-06-13] 178: Checking synchronizations ** [03:39:14 2020-06-13] 178: Checking tracker ** [03:39:14 2020-06-13] 178: Checking user_migrations ** [03:39:14 2020-06-13] 178: Checking batch_updates ** [03:39:14 2020-06-13] 178: Checking gears ** [03:39:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:39:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:19 2020-06-13] 178: Checking imports ** [03:39:19 2020-06-13] 178: Checking exports ** [03:39:19 2020-06-13] 178: Checking users ** [03:39:19 2020-06-13] 178: Checking user_dbs ** [03:39:19 2020-06-13] 178: Checking geocodings ** [03:39:19 2020-06-13] 178: Checking synchronizations ** [03:39:19 2020-06-13] 178: Checking tracker ** [03:39:19 2020-06-13] 178: Checking user_migrations ** [03:39:19 2020-06-13] 178: Checking batch_updates ** [03:39:19 2020-06-13] 178: Checking gears ** [03:39:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:39:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:24 2020-06-13] 178: Checking imports ** [03:39:24 2020-06-13] 178: Checking exports ** [03:39:24 2020-06-13] 178: Checking users ** [03:39:24 2020-06-13] 178: Checking user_dbs ** [03:39:24 2020-06-13] 178: Checking geocodings ** [03:39:24 2020-06-13] 178: Checking synchronizations ** [03:39:24 2020-06-13] 178: Checking tracker ** [03:39:24 2020-06-13] 178: Checking user_migrations ** [03:39:24 2020-06-13] 178: Checking batch_updates ** [03:39:24 2020-06-13] 178: Checking gears ** [03:39:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:39:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:29 2020-06-13] 178: Checking imports ** [03:39:29 2020-06-13] 178: Checking exports ** [03:39:29 2020-06-13] 178: Checking users ** [03:39:29 2020-06-13] 178: Checking user_dbs ** [03:39:29 2020-06-13] 178: Checking geocodings ** [03:39:29 2020-06-13] 178: Checking synchronizations ** [03:39:29 2020-06-13] 178: Checking tracker ** [03:39:29 2020-06-13] 178: Checking user_migrations ** [03:39:29 2020-06-13] 178: Checking batch_updates ** [03:39:29 2020-06-13] 178: Checking gears ** [03:39:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:39:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:34 2020-06-13] 178: Checking imports ** [03:39:34 2020-06-13] 178: Checking exports ** [03:39:34 2020-06-13] 178: Checking users ** [03:39:34 2020-06-13] 178: Checking user_dbs ** [03:39:34 2020-06-13] 178: Checking geocodings ** [03:39:34 2020-06-13] 178: Checking synchronizations ** [03:39:34 2020-06-13] 178: Checking tracker ** [03:39:34 2020-06-13] 178: Checking user_migrations ** [03:39:34 2020-06-13] 178: Checking batch_updates ** [03:39:34 2020-06-13] 178: Checking gears ** [03:39:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:39:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:39 2020-06-13] 178: Checking imports ** [03:39:39 2020-06-13] 178: Checking exports ** [03:39:39 2020-06-13] 178: Checking users ** [03:39:39 2020-06-13] 178: Checking user_dbs ** [03:39:39 2020-06-13] 178: Checking geocodings ** [03:39:39 2020-06-13] 178: Checking synchronizations ** [03:39:39 2020-06-13] 178: Checking tracker ** [03:39:39 2020-06-13] 178: Checking user_migrations ** [03:39:39 2020-06-13] 178: Checking batch_updates ** [03:39:39 2020-06-13] 178: Checking gears ** [03:39:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:39:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:44 2020-06-13] 178: Checking imports ** [03:39:44 2020-06-13] 178: Checking exports ** [03:39:44 2020-06-13] 178: Checking users ** [03:39:44 2020-06-13] 178: Checking user_dbs ** [03:39:44 2020-06-13] 178: Checking geocodings ** [03:39:44 2020-06-13] 178: Checking synchronizations ** [03:39:44 2020-06-13] 178: Checking tracker ** [03:39:44 2020-06-13] 178: Checking user_migrations ** [03:39:44 2020-06-13] 178: Checking batch_updates ** [03:39:44 2020-06-13] 178: Checking gears ** [03:39:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:39:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:49 2020-06-13] 178: Checking imports ** [03:39:49 2020-06-13] 178: Checking exports ** [03:39:49 2020-06-13] 178: Checking users ** [03:39:49 2020-06-13] 178: Checking user_dbs ** [03:39:49 2020-06-13] 178: Checking geocodings ** [03:39:49 2020-06-13] 178: Checking synchronizations ** [03:39:49 2020-06-13] 178: Checking tracker ** [03:39:49 2020-06-13] 178: Checking user_migrations ** [03:39:49 2020-06-13] 178: Checking batch_updates ** [03:39:49 2020-06-13] 178: Checking gears ** [03:39:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:39:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:54 2020-06-13] 178: Checking imports ** [03:39:54 2020-06-13] 178: Checking exports ** [03:39:54 2020-06-13] 178: Checking users ** [03:39:54 2020-06-13] 178: Checking user_dbs ** [03:39:54 2020-06-13] 178: Checking geocodings ** [03:39:54 2020-06-13] 178: Checking synchronizations ** [03:39:54 2020-06-13] 178: Checking tracker ** [03:39:54 2020-06-13] 178: Checking user_migrations ** [03:39:54 2020-06-13] 178: Checking batch_updates ** [03:39:54 2020-06-13] 178: Checking gears ** [03:39:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:39:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:59 2020-06-13] 178: Checking imports ** [03:39:59 2020-06-13] 178: Checking exports ** [03:39:59 2020-06-13] 178: Checking users ** [03:39:59 2020-06-13] 178: Checking user_dbs ** [03:39:59 2020-06-13] 178: Checking geocodings ** [03:39:59 2020-06-13] 178: Checking synchronizations ** [03:39:59 2020-06-13] 178: Checking tracker ** [03:39:59 2020-06-13] 178: Checking user_migrations ** [03:39:59 2020-06-13] 178: Checking batch_updates ** [03:39:59 2020-06-13] 178: Checking gears ** [03:39:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:39:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:04 2020-06-13] 178: Checking imports ** [03:40:04 2020-06-13] 178: Checking exports ** [03:40:04 2020-06-13] 178: Checking users ** [03:40:04 2020-06-13] 178: Checking user_dbs ** [03:40:04 2020-06-13] 178: Checking geocodings ** [03:40:04 2020-06-13] 178: Checking synchronizations ** [03:40:04 2020-06-13] 178: Checking tracker ** [03:40:04 2020-06-13] 178: Checking user_migrations ** [03:40:04 2020-06-13] 178: Checking batch_updates ** [03:40:04 2020-06-13] 178: Checking gears ** [03:40:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:40:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:09 2020-06-13] 178: Checking imports ** [03:40:09 2020-06-13] 178: Checking exports ** [03:40:09 2020-06-13] 178: Checking users ** [03:40:09 2020-06-13] 178: Checking user_dbs ** [03:40:09 2020-06-13] 178: Checking geocodings ** [03:40:09 2020-06-13] 178: Checking synchronizations ** [03:40:09 2020-06-13] 178: Checking tracker ** [03:40:09 2020-06-13] 178: Checking user_migrations ** [03:40:09 2020-06-13] 178: Checking batch_updates ** [03:40:09 2020-06-13] 178: Checking gears ** [03:40:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:40:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:14 2020-06-13] 178: Checking imports ** [03:40:14 2020-06-13] 178: Checking exports ** [03:40:14 2020-06-13] 178: Checking users ** [03:40:14 2020-06-13] 178: Checking user_dbs ** [03:40:14 2020-06-13] 178: Checking geocodings ** [03:40:14 2020-06-13] 178: Checking synchronizations ** [03:40:14 2020-06-13] 178: Checking tracker ** [03:40:14 2020-06-13] 178: Checking user_migrations ** [03:40:14 2020-06-13] 178: Checking batch_updates ** [03:40:14 2020-06-13] 178: Checking gears ** [03:40:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:40:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:19 2020-06-13] 178: Checking imports ** [03:40:19 2020-06-13] 178: Checking exports ** [03:40:19 2020-06-13] 178: Checking users ** [03:40:19 2020-06-13] 178: Checking user_dbs ** [03:40:19 2020-06-13] 178: Checking geocodings ** [03:40:19 2020-06-13] 178: Checking synchronizations ** [03:40:19 2020-06-13] 178: Checking tracker ** [03:40:19 2020-06-13] 178: Checking user_migrations ** [03:40:19 2020-06-13] 178: Checking batch_updates ** [03:40:19 2020-06-13] 178: Checking gears ** [03:40:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:40:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:24 2020-06-13] 178: Checking imports ** [03:40:24 2020-06-13] 178: Checking exports ** [03:40:24 2020-06-13] 178: Checking users ** [03:40:24 2020-06-13] 178: Checking user_dbs ** [03:40:24 2020-06-13] 178: Checking geocodings ** [03:40:24 2020-06-13] 178: Checking synchronizations ** [03:40:24 2020-06-13] 178: Checking tracker ** [03:40:24 2020-06-13] 178: Checking user_migrations ** [03:40:24 2020-06-13] 178: Checking batch_updates ** [03:40:24 2020-06-13] 178: Checking gears ** [03:40:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:40:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:29 2020-06-13] 178: Checking imports ** [03:40:29 2020-06-13] 178: Checking exports ** [03:40:29 2020-06-13] 178: Checking users ** [03:40:29 2020-06-13] 178: Checking user_dbs ** [03:40:29 2020-06-13] 178: Checking geocodings ** [03:40:29 2020-06-13] 178: Checking synchronizations ** [03:40:29 2020-06-13] 178: Checking tracker ** [03:40:29 2020-06-13] 178: Checking user_migrations ** [03:40:29 2020-06-13] 178: Checking batch_updates ** [03:40:29 2020-06-13] 178: Checking gears ** [03:40:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:40:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:34 2020-06-13] 178: Checking imports ** [03:40:34 2020-06-13] 178: Checking exports ** [03:40:35 2020-06-13] 178: Checking users ** [03:40:35 2020-06-13] 178: Checking user_dbs ** [03:40:35 2020-06-13] 178: Checking geocodings ** [03:40:35 2020-06-13] 178: Checking synchronizations ** [03:40:35 2020-06-13] 178: Checking tracker ** [03:40:35 2020-06-13] 178: Checking user_migrations ** [03:40:35 2020-06-13] 178: Checking batch_updates ** [03:40:35 2020-06-13] 178: Checking gears ** [03:40:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:40:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:40 2020-06-13] 178: Checking imports ** [03:40:40 2020-06-13] 178: Checking exports ** [03:40:40 2020-06-13] 178: Checking users ** [03:40:40 2020-06-13] 178: Checking user_dbs ** [03:40:40 2020-06-13] 178: Checking geocodings ** [03:40:40 2020-06-13] 178: Checking synchronizations ** [03:40:40 2020-06-13] 178: Checking tracker ** [03:40:40 2020-06-13] 178: Checking user_migrations ** [03:40:40 2020-06-13] 178: Checking batch_updates ** [03:40:40 2020-06-13] 178: Checking gears ** [03:40:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:40:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:45 2020-06-13] 178: Checking imports ** [03:40:45 2020-06-13] 178: Checking exports ** [03:40:45 2020-06-13] 178: Checking users ** [03:40:45 2020-06-13] 178: Checking user_dbs ** [03:40:45 2020-06-13] 178: Checking geocodings ** [03:40:45 2020-06-13] 178: Checking synchronizations ** [03:40:45 2020-06-13] 178: Checking tracker ** [03:40:45 2020-06-13] 178: Checking user_migrations ** [03:40:45 2020-06-13] 178: Checking batch_updates ** [03:40:45 2020-06-13] 178: Checking gears ** [03:40:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:40:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:50 2020-06-13] 178: Checking imports ** [03:40:50 2020-06-13] 178: Checking exports ** [03:40:50 2020-06-13] 178: Checking users ** [03:40:50 2020-06-13] 178: Checking user_dbs ** [03:40:50 2020-06-13] 178: Checking geocodings ** [03:40:50 2020-06-13] 178: Checking synchronizations ** [03:40:50 2020-06-13] 178: Checking tracker ** [03:40:50 2020-06-13] 178: Checking user_migrations ** [03:40:50 2020-06-13] 178: Checking batch_updates ** [03:40:50 2020-06-13] 178: Checking gears ** [03:40:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:40:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:55 2020-06-13] 178: Checking imports ** [03:40:55 2020-06-13] 178: Checking exports ** [03:40:55 2020-06-13] 178: Checking users ** [03:40:55 2020-06-13] 178: Checking user_dbs ** [03:40:55 2020-06-13] 178: Checking geocodings ** [03:40:55 2020-06-13] 178: Checking synchronizations ** [03:40:55 2020-06-13] 178: Checking tracker ** [03:40:55 2020-06-13] 178: Checking user_migrations ** [03:40:55 2020-06-13] 178: Checking batch_updates ** [03:40:55 2020-06-13] 178: Checking gears ** [03:40:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:40:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:00 2020-06-13] 178: Checking imports ** [03:41:00 2020-06-13] 178: Checking exports ** [03:41:00 2020-06-13] 178: Checking users ** [03:41:00 2020-06-13] 178: Checking user_dbs ** [03:41:00 2020-06-13] 178: Checking geocodings ** [03:41:00 2020-06-13] 178: Checking synchronizations ** [03:41:00 2020-06-13] 178: Checking tracker ** [03:41:00 2020-06-13] 178: Checking user_migrations ** [03:41:00 2020-06-13] 178: Checking batch_updates ** [03:41:00 2020-06-13] 178: Checking gears ** [03:41:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:41:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:05 2020-06-13] 178: Checking imports ** [03:41:05 2020-06-13] 178: Checking exports ** [03:41:05 2020-06-13] 178: Checking users ** [03:41:05 2020-06-13] 178: Checking user_dbs ** [03:41:05 2020-06-13] 178: Checking geocodings ** [03:41:05 2020-06-13] 178: Checking synchronizations ** [03:41:05 2020-06-13] 178: Checking tracker ** [03:41:05 2020-06-13] 178: Checking user_migrations ** [03:41:05 2020-06-13] 178: Checking batch_updates ** [03:41:05 2020-06-13] 178: Checking gears ** [03:41:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:41:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:10 2020-06-13] 178: Checking imports ** [03:41:10 2020-06-13] 178: Checking exports ** [03:41:10 2020-06-13] 178: Checking users ** [03:41:10 2020-06-13] 178: Checking user_dbs ** [03:41:10 2020-06-13] 178: Checking geocodings ** [03:41:10 2020-06-13] 178: Checking synchronizations ** [03:41:10 2020-06-13] 178: Checking tracker ** [03:41:10 2020-06-13] 178: Checking user_migrations ** [03:41:10 2020-06-13] 178: Checking batch_updates ** [03:41:10 2020-06-13] 178: Checking gears ** [03:41:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:41:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:15 2020-06-13] 178: Checking imports ** [03:41:15 2020-06-13] 178: Checking exports ** [03:41:15 2020-06-13] 178: Checking users ** [03:41:15 2020-06-13] 178: Checking user_dbs ** [03:41:15 2020-06-13] 178: Checking geocodings ** [03:41:15 2020-06-13] 178: Checking synchronizations ** [03:41:15 2020-06-13] 178: Checking tracker ** [03:41:15 2020-06-13] 178: Checking user_migrations ** [03:41:15 2020-06-13] 178: Checking batch_updates ** [03:41:15 2020-06-13] 178: Checking gears ** [03:41:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:41:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:20 2020-06-13] 178: Checking imports ** [03:41:20 2020-06-13] 178: Checking exports ** [03:41:20 2020-06-13] 178: Checking users ** [03:41:20 2020-06-13] 178: Checking user_dbs ** [03:41:20 2020-06-13] 178: Checking geocodings ** [03:41:20 2020-06-13] 178: Checking synchronizations ** [03:41:20 2020-06-13] 178: Checking tracker ** [03:41:20 2020-06-13] 178: Checking user_migrations ** [03:41:20 2020-06-13] 178: Checking batch_updates ** [03:41:20 2020-06-13] 178: Checking gears ** [03:41:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:41:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:25 2020-06-13] 178: Checking imports ** [03:41:25 2020-06-13] 178: Checking exports ** [03:41:25 2020-06-13] 178: Checking users ** [03:41:25 2020-06-13] 178: Checking user_dbs ** [03:41:25 2020-06-13] 178: Checking geocodings ** [03:41:25 2020-06-13] 178: Checking synchronizations ** [03:41:25 2020-06-13] 178: Checking tracker ** [03:41:25 2020-06-13] 178: Checking user_migrations ** [03:41:25 2020-06-13] 178: Checking batch_updates ** [03:41:25 2020-06-13] 178: Checking gears ** [03:41:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:41:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:30 2020-06-13] 178: Checking imports ** [03:41:30 2020-06-13] 178: Checking exports ** [03:41:30 2020-06-13] 178: Checking users ** [03:41:30 2020-06-13] 178: Checking user_dbs ** [03:41:30 2020-06-13] 178: Checking geocodings ** [03:41:30 2020-06-13] 178: Checking synchronizations ** [03:41:30 2020-06-13] 178: Checking tracker ** [03:41:30 2020-06-13] 178: Checking user_migrations ** [03:41:30 2020-06-13] 178: Checking batch_updates ** [03:41:30 2020-06-13] 178: Checking gears ** [03:41:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:41:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:35 2020-06-13] 178: Checking imports ** [03:41:35 2020-06-13] 178: Checking exports ** [03:41:35 2020-06-13] 178: Checking users ** [03:41:35 2020-06-13] 178: Checking user_dbs ** [03:41:35 2020-06-13] 178: Checking geocodings ** [03:41:35 2020-06-13] 178: Checking synchronizations ** [03:41:35 2020-06-13] 178: Checking tracker ** [03:41:35 2020-06-13] 178: Checking user_migrations ** [03:41:35 2020-06-13] 178: Checking batch_updates ** [03:41:35 2020-06-13] 178: Checking gears ** [03:41:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:41:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:40 2020-06-13] 178: Checking imports ** [03:41:40 2020-06-13] 178: Checking exports ** [03:41:40 2020-06-13] 178: Checking users ** [03:41:40 2020-06-13] 178: Checking user_dbs ** [03:41:40 2020-06-13] 178: Checking geocodings ** [03:41:40 2020-06-13] 178: Checking synchronizations ** [03:41:40 2020-06-13] 178: Checking tracker ** [03:41:40 2020-06-13] 178: Checking user_migrations ** [03:41:40 2020-06-13] 178: Checking batch_updates ** [03:41:40 2020-06-13] 178: Checking gears ** [03:41:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:41:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:45 2020-06-13] 178: Checking imports ** [03:41:45 2020-06-13] 178: Checking exports ** [03:41:45 2020-06-13] 178: Checking users ** [03:41:45 2020-06-13] 178: Checking user_dbs ** [03:41:45 2020-06-13] 178: Checking geocodings ** [03:41:45 2020-06-13] 178: Checking synchronizations ** [03:41:45 2020-06-13] 178: Checking tracker ** [03:41:45 2020-06-13] 178: Checking user_migrations ** [03:41:45 2020-06-13] 178: Checking batch_updates ** [03:41:45 2020-06-13] 178: Checking gears ** [03:41:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:41:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:50 2020-06-13] 178: Checking imports ** [03:41:50 2020-06-13] 178: Checking exports ** [03:41:50 2020-06-13] 178: Checking users ** [03:41:50 2020-06-13] 178: Checking user_dbs ** [03:41:50 2020-06-13] 178: Checking geocodings ** [03:41:50 2020-06-13] 178: Checking synchronizations ** [03:41:50 2020-06-13] 178: Checking tracker ** [03:41:50 2020-06-13] 178: Checking user_migrations ** [03:41:50 2020-06-13] 178: Checking batch_updates ** [03:41:50 2020-06-13] 178: Checking gears ** [03:41:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:41:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:55 2020-06-13] 178: Checking imports ** [03:41:55 2020-06-13] 178: Checking exports ** [03:41:55 2020-06-13] 178: Checking users ** [03:41:55 2020-06-13] 178: Checking user_dbs ** [03:41:55 2020-06-13] 178: Checking geocodings ** [03:41:55 2020-06-13] 178: Checking synchronizations ** [03:41:55 2020-06-13] 178: Checking tracker ** [03:41:55 2020-06-13] 178: Checking user_migrations ** [03:41:55 2020-06-13] 178: Checking batch_updates ** [03:41:55 2020-06-13] 178: Checking gears ** [03:41:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:41:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:00 2020-06-13] 178: Checking imports ** [03:42:00 2020-06-13] 178: Checking exports ** [03:42:00 2020-06-13] 178: Checking users ** [03:42:00 2020-06-13] 178: Checking user_dbs ** [03:42:00 2020-06-13] 178: Checking geocodings ** [03:42:00 2020-06-13] 178: Checking synchronizations ** [03:42:00 2020-06-13] 178: Checking tracker ** [03:42:00 2020-06-13] 178: Checking user_migrations ** [03:42:00 2020-06-13] 178: Checking batch_updates ** [03:42:00 2020-06-13] 178: Checking gears ** [03:42:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:42:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:05 2020-06-13] 178: Checking imports ** [03:42:05 2020-06-13] 178: Checking exports ** [03:42:05 2020-06-13] 178: Checking users ** [03:42:05 2020-06-13] 178: Checking user_dbs ** [03:42:05 2020-06-13] 178: Checking geocodings ** [03:42:05 2020-06-13] 178: Checking synchronizations ** [03:42:05 2020-06-13] 178: Checking tracker ** [03:42:05 2020-06-13] 178: Checking user_migrations ** [03:42:05 2020-06-13] 178: Checking batch_updates ** [03:42:05 2020-06-13] 178: Checking gears ** [03:42:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:42:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:10 2020-06-13] 178: Checking imports ** [03:42:10 2020-06-13] 178: Checking exports ** [03:42:10 2020-06-13] 178: Checking users ** [03:42:10 2020-06-13] 178: Checking user_dbs ** [03:42:10 2020-06-13] 178: Checking geocodings ** [03:42:10 2020-06-13] 178: Checking synchronizations ** [03:42:10 2020-06-13] 178: Checking tracker ** [03:42:10 2020-06-13] 178: Checking user_migrations ** [03:42:10 2020-06-13] 178: Checking batch_updates ** [03:42:10 2020-06-13] 178: Checking gears ** [03:42:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:42:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:15 2020-06-13] 178: Checking imports ** [03:42:15 2020-06-13] 178: Checking exports ** [03:42:15 2020-06-13] 178: Checking users ** [03:42:15 2020-06-13] 178: Checking user_dbs ** [03:42:15 2020-06-13] 178: Checking geocodings ** [03:42:15 2020-06-13] 178: Checking synchronizations ** [03:42:15 2020-06-13] 178: Checking tracker ** [03:42:15 2020-06-13] 178: Checking user_migrations ** [03:42:15 2020-06-13] 178: Checking batch_updates ** [03:42:15 2020-06-13] 178: Checking gears ** [03:42:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:42:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:20 2020-06-13] 178: Checking imports ** [03:42:20 2020-06-13] 178: Checking exports ** [03:42:20 2020-06-13] 178: Checking users ** [03:42:20 2020-06-13] 178: Checking user_dbs ** [03:42:20 2020-06-13] 178: Checking geocodings ** [03:42:20 2020-06-13] 178: Checking synchronizations ** [03:42:20 2020-06-13] 178: Checking tracker ** [03:42:20 2020-06-13] 178: Checking user_migrations ** [03:42:20 2020-06-13] 178: Checking batch_updates ** [03:42:20 2020-06-13] 178: Checking gears ** [03:42:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:42:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:25 2020-06-13] 178: Checking imports ** [03:42:25 2020-06-13] 178: Checking exports ** [03:42:25 2020-06-13] 178: Checking users ** [03:42:25 2020-06-13] 178: Checking user_dbs ** [03:42:25 2020-06-13] 178: Checking geocodings ** [03:42:25 2020-06-13] 178: Checking synchronizations ** [03:42:25 2020-06-13] 178: Checking tracker ** [03:42:25 2020-06-13] 178: Checking user_migrations ** [03:42:25 2020-06-13] 178: Checking batch_updates ** [03:42:25 2020-06-13] 178: Checking gears ** [03:42:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:42:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:30 2020-06-13] 178: Checking imports ** [03:42:30 2020-06-13] 178: Checking exports ** [03:42:30 2020-06-13] 178: Checking users ** [03:42:30 2020-06-13] 178: Checking user_dbs ** [03:42:30 2020-06-13] 178: Checking geocodings ** [03:42:30 2020-06-13] 178: Checking synchronizations ** [03:42:30 2020-06-13] 178: Checking tracker ** [03:42:30 2020-06-13] 178: Checking user_migrations ** [03:42:30 2020-06-13] 178: Checking batch_updates ** [03:42:30 2020-06-13] 178: Checking gears ** [03:42:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:42:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:35 2020-06-13] 178: Checking imports ** [03:42:35 2020-06-13] 178: Checking exports ** [03:42:35 2020-06-13] 178: Checking users ** [03:42:35 2020-06-13] 178: Checking user_dbs ** [03:42:35 2020-06-13] 178: Checking geocodings ** [03:42:35 2020-06-13] 178: Checking synchronizations ** [03:42:35 2020-06-13] 178: Checking tracker ** [03:42:35 2020-06-13] 178: Checking user_migrations ** [03:42:35 2020-06-13] 178: Checking batch_updates ** [03:42:35 2020-06-13] 178: Checking gears ** [03:42:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:42:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:40 2020-06-13] 178: Checking imports ** [03:42:40 2020-06-13] 178: Checking exports ** [03:42:40 2020-06-13] 178: Checking users ** [03:42:40 2020-06-13] 178: Checking user_dbs ** [03:42:40 2020-06-13] 178: Checking geocodings ** [03:42:40 2020-06-13] 178: Checking synchronizations ** [03:42:40 2020-06-13] 178: Checking tracker ** [03:42:40 2020-06-13] 178: Checking user_migrations ** [03:42:40 2020-06-13] 178: Checking batch_updates ** [03:42:40 2020-06-13] 178: Checking gears ** [03:42:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:42:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:45 2020-06-13] 178: Checking imports ** [03:42:45 2020-06-13] 178: Checking exports ** [03:42:45 2020-06-13] 178: Checking users ** [03:42:45 2020-06-13] 178: Checking user_dbs ** [03:42:45 2020-06-13] 178: Checking geocodings ** [03:42:45 2020-06-13] 178: Checking synchronizations ** [03:42:45 2020-06-13] 178: Checking tracker ** [03:42:45 2020-06-13] 178: Checking user_migrations ** [03:42:45 2020-06-13] 178: Checking batch_updates ** [03:42:45 2020-06-13] 178: Checking gears ** [03:42:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:42:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:50 2020-06-13] 178: Checking imports ** [03:42:50 2020-06-13] 178: Checking exports ** [03:42:50 2020-06-13] 178: Checking users ** [03:42:50 2020-06-13] 178: Checking user_dbs ** [03:42:50 2020-06-13] 178: Checking geocodings ** [03:42:50 2020-06-13] 178: Checking synchronizations ** [03:42:50 2020-06-13] 178: Checking tracker ** [03:42:50 2020-06-13] 178: Checking user_migrations ** [03:42:50 2020-06-13] 178: Checking batch_updates ** [03:42:50 2020-06-13] 178: Checking gears ** [03:42:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:42:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:55 2020-06-13] 178: Checking imports ** [03:42:55 2020-06-13] 178: Checking exports ** [03:42:55 2020-06-13] 178: Checking users ** [03:42:55 2020-06-13] 178: Checking user_dbs ** [03:42:55 2020-06-13] 178: Checking geocodings ** [03:42:55 2020-06-13] 178: Checking synchronizations ** [03:42:55 2020-06-13] 178: Checking tracker ** [03:42:55 2020-06-13] 178: Checking user_migrations ** [03:42:55 2020-06-13] 178: Checking batch_updates ** [03:42:55 2020-06-13] 178: Checking gears ** [03:42:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:42:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:00 2020-06-13] 178: Checking imports ** [03:43:00 2020-06-13] 178: Checking exports ** [03:43:00 2020-06-13] 178: Checking users ** [03:43:00 2020-06-13] 178: Checking user_dbs ** [03:43:00 2020-06-13] 178: Checking geocodings ** [03:43:00 2020-06-13] 178: Checking synchronizations ** [03:43:00 2020-06-13] 178: Checking tracker ** [03:43:00 2020-06-13] 178: Checking user_migrations ** [03:43:00 2020-06-13] 178: Checking batch_updates ** [03:43:00 2020-06-13] 178: Checking gears ** [03:43:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:43:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:05 2020-06-13] 178: Checking imports ** [03:43:05 2020-06-13] 178: Checking exports ** [03:43:05 2020-06-13] 178: Checking users ** [03:43:05 2020-06-13] 178: Checking user_dbs ** [03:43:05 2020-06-13] 178: Checking geocodings ** [03:43:05 2020-06-13] 178: Checking synchronizations ** [03:43:05 2020-06-13] 178: Checking tracker ** [03:43:05 2020-06-13] 178: Checking user_migrations ** [03:43:05 2020-06-13] 178: Checking batch_updates ** [03:43:05 2020-06-13] 178: Checking gears ** [03:43:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:43:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:10 2020-06-13] 178: Checking imports ** [03:43:10 2020-06-13] 178: Checking exports ** [03:43:10 2020-06-13] 178: Checking users ** [03:43:10 2020-06-13] 178: Checking user_dbs ** [03:43:10 2020-06-13] 178: Checking geocodings ** [03:43:10 2020-06-13] 178: Checking synchronizations ** [03:43:10 2020-06-13] 178: Checking tracker ** [03:43:10 2020-06-13] 178: Checking user_migrations ** [03:43:10 2020-06-13] 178: Checking batch_updates ** [03:43:10 2020-06-13] 178: Checking gears ** [03:43:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:43:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:15 2020-06-13] 178: Checking imports ** [03:43:15 2020-06-13] 178: Checking exports ** [03:43:15 2020-06-13] 178: Checking users ** [03:43:15 2020-06-13] 178: Checking user_dbs ** [03:43:15 2020-06-13] 178: Checking geocodings ** [03:43:15 2020-06-13] 178: Checking synchronizations ** [03:43:15 2020-06-13] 178: Checking tracker ** [03:43:15 2020-06-13] 178: Checking user_migrations ** [03:43:15 2020-06-13] 178: Checking batch_updates ** [03:43:15 2020-06-13] 178: Checking gears ** [03:43:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:43:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:20 2020-06-13] 178: Checking imports ** [03:43:20 2020-06-13] 178: Checking exports ** [03:43:20 2020-06-13] 178: Checking users ** [03:43:20 2020-06-13] 178: Checking user_dbs ** [03:43:20 2020-06-13] 178: Checking geocodings ** [03:43:20 2020-06-13] 178: Checking synchronizations ** [03:43:20 2020-06-13] 178: Checking tracker ** [03:43:20 2020-06-13] 178: Checking user_migrations ** [03:43:20 2020-06-13] 178: Checking batch_updates ** [03:43:20 2020-06-13] 178: Checking gears ** [03:43:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:43:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:25 2020-06-13] 178: Checking imports ** [03:43:25 2020-06-13] 178: Checking exports ** [03:43:25 2020-06-13] 178: Checking users ** [03:43:25 2020-06-13] 178: Checking user_dbs ** [03:43:25 2020-06-13] 178: Checking geocodings ** [03:43:25 2020-06-13] 178: Checking synchronizations ** [03:43:25 2020-06-13] 178: Checking tracker ** [03:43:25 2020-06-13] 178: Checking user_migrations ** [03:43:25 2020-06-13] 178: Checking batch_updates ** [03:43:25 2020-06-13] 178: Checking gears ** [03:43:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:43:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:30 2020-06-13] 178: Checking imports ** [03:43:30 2020-06-13] 178: Checking exports ** [03:43:30 2020-06-13] 178: Checking users ** [03:43:30 2020-06-13] 178: Checking user_dbs ** [03:43:30 2020-06-13] 178: Checking geocodings ** [03:43:30 2020-06-13] 178: Checking synchronizations ** [03:43:30 2020-06-13] 178: Checking tracker ** [03:43:30 2020-06-13] 178: Checking user_migrations ** [03:43:30 2020-06-13] 178: Checking batch_updates ** [03:43:30 2020-06-13] 178: Checking gears ** [03:43:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:43:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:35 2020-06-13] 178: Checking imports ** [03:43:35 2020-06-13] 178: Checking exports ** [03:43:35 2020-06-13] 178: Checking users ** [03:43:35 2020-06-13] 178: Checking user_dbs ** [03:43:35 2020-06-13] 178: Checking geocodings ** [03:43:35 2020-06-13] 178: Checking synchronizations ** [03:43:35 2020-06-13] 178: Checking tracker ** [03:43:35 2020-06-13] 178: Checking user_migrations ** [03:43:35 2020-06-13] 178: Checking batch_updates ** [03:43:35 2020-06-13] 178: Checking gears ** [03:43:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:43:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:40 2020-06-13] 178: Checking imports ** [03:43:40 2020-06-13] 178: Checking exports ** [03:43:40 2020-06-13] 178: Checking users ** [03:43:40 2020-06-13] 178: Checking user_dbs ** [03:43:40 2020-06-13] 178: Checking geocodings ** [03:43:40 2020-06-13] 178: Checking synchronizations ** [03:43:40 2020-06-13] 178: Checking tracker ** [03:43:40 2020-06-13] 178: Checking user_migrations ** [03:43:40 2020-06-13] 178: Checking batch_updates ** [03:43:40 2020-06-13] 178: Checking gears ** [03:43:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:43:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:45 2020-06-13] 178: Checking imports ** [03:43:45 2020-06-13] 178: Checking exports ** [03:43:45 2020-06-13] 178: Checking users ** [03:43:45 2020-06-13] 178: Checking user_dbs ** [03:43:45 2020-06-13] 178: Checking geocodings ** [03:43:45 2020-06-13] 178: Checking synchronizations ** [03:43:45 2020-06-13] 178: Checking tracker ** [03:43:45 2020-06-13] 178: Checking user_migrations ** [03:43:45 2020-06-13] 178: Checking batch_updates ** [03:43:45 2020-06-13] 178: Checking gears ** [03:43:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:43:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:50 2020-06-13] 178: Checking imports ** [03:43:50 2020-06-13] 178: Checking exports ** [03:43:50 2020-06-13] 178: Checking users ** [03:43:50 2020-06-13] 178: Checking user_dbs ** [03:43:50 2020-06-13] 178: Checking geocodings ** [03:43:50 2020-06-13] 178: Checking synchronizations ** [03:43:50 2020-06-13] 178: Checking tracker ** [03:43:50 2020-06-13] 178: Checking user_migrations ** [03:43:50 2020-06-13] 178: Checking batch_updates ** [03:43:50 2020-06-13] 178: Checking gears ** [03:43:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:43:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:55 2020-06-13] 178: Checking imports ** [03:43:55 2020-06-13] 178: Checking exports ** [03:43:55 2020-06-13] 178: Checking users ** [03:43:55 2020-06-13] 178: Checking user_dbs ** [03:43:55 2020-06-13] 178: Checking geocodings ** [03:43:55 2020-06-13] 178: Checking synchronizations ** [03:43:55 2020-06-13] 178: Checking tracker ** [03:43:55 2020-06-13] 178: Checking user_migrations ** [03:43:55 2020-06-13] 178: Checking batch_updates ** [03:43:55 2020-06-13] 178: Checking gears ** [03:43:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:43:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:00 2020-06-13] 178: Checking imports ** [03:44:00 2020-06-13] 178: Checking exports ** [03:44:00 2020-06-13] 178: Checking users ** [03:44:00 2020-06-13] 178: Checking user_dbs ** [03:44:00 2020-06-13] 178: Checking geocodings ** [03:44:00 2020-06-13] 178: Checking synchronizations ** [03:44:00 2020-06-13] 178: Checking tracker ** [03:44:00 2020-06-13] 178: Checking user_migrations ** [03:44:00 2020-06-13] 178: Checking batch_updates ** [03:44:00 2020-06-13] 178: Checking gears ** [03:44:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:44:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:05 2020-06-13] 178: Checking imports ** [03:44:05 2020-06-13] 178: Checking exports ** [03:44:05 2020-06-13] 178: Checking users ** [03:44:05 2020-06-13] 178: Checking user_dbs ** [03:44:05 2020-06-13] 178: Checking geocodings ** [03:44:05 2020-06-13] 178: Checking synchronizations ** [03:44:05 2020-06-13] 178: Checking tracker ** [03:44:05 2020-06-13] 178: Checking user_migrations ** [03:44:05 2020-06-13] 178: Checking batch_updates ** [03:44:05 2020-06-13] 178: Checking gears ** [03:44:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:44:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:10 2020-06-13] 178: Checking imports ** [03:44:10 2020-06-13] 178: Checking exports ** [03:44:10 2020-06-13] 178: Checking users ** [03:44:10 2020-06-13] 178: Checking user_dbs ** [03:44:10 2020-06-13] 178: Checking geocodings ** [03:44:10 2020-06-13] 178: Checking synchronizations ** [03:44:10 2020-06-13] 178: Checking tracker ** [03:44:10 2020-06-13] 178: Checking user_migrations ** [03:44:10 2020-06-13] 178: Checking batch_updates ** [03:44:10 2020-06-13] 178: Checking gears ** [03:44:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:44:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:15 2020-06-13] 178: Checking imports ** [03:44:15 2020-06-13] 178: Checking exports ** [03:44:15 2020-06-13] 178: Checking users ** [03:44:15 2020-06-13] 178: Checking user_dbs ** [03:44:15 2020-06-13] 178: Checking geocodings ** [03:44:15 2020-06-13] 178: Checking synchronizations ** [03:44:15 2020-06-13] 178: Checking tracker ** [03:44:15 2020-06-13] 178: Checking user_migrations ** [03:44:15 2020-06-13] 178: Checking batch_updates ** [03:44:15 2020-06-13] 178: Checking gears ** [03:44:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:44:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:20 2020-06-13] 178: Checking imports ** [03:44:20 2020-06-13] 178: Checking exports ** [03:44:20 2020-06-13] 178: Checking users ** [03:44:20 2020-06-13] 178: Checking user_dbs ** [03:44:20 2020-06-13] 178: Checking geocodings ** [03:44:20 2020-06-13] 178: Checking synchronizations ** [03:44:20 2020-06-13] 178: Checking tracker ** [03:44:20 2020-06-13] 178: Checking user_migrations ** [03:44:20 2020-06-13] 178: Checking batch_updates ** [03:44:20 2020-06-13] 178: Checking gears ** [03:44:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:44:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:25 2020-06-13] 178: Checking imports ** [03:44:25 2020-06-13] 178: Checking exports ** [03:44:25 2020-06-13] 178: Checking users ** [03:44:25 2020-06-13] 178: Checking user_dbs ** [03:44:25 2020-06-13] 178: Checking geocodings ** [03:44:25 2020-06-13] 178: Checking synchronizations ** [03:44:25 2020-06-13] 178: Checking tracker ** [03:44:25 2020-06-13] 178: Checking user_migrations ** [03:44:25 2020-06-13] 178: Checking batch_updates ** [03:44:25 2020-06-13] 178: Checking gears ** [03:44:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:44:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:30 2020-06-13] 178: Checking imports ** [03:44:30 2020-06-13] 178: Checking exports ** [03:44:30 2020-06-13] 178: Checking users ** [03:44:30 2020-06-13] 178: Checking user_dbs ** [03:44:30 2020-06-13] 178: Checking geocodings ** [03:44:30 2020-06-13] 178: Checking synchronizations ** [03:44:30 2020-06-13] 178: Checking tracker ** [03:44:30 2020-06-13] 178: Checking user_migrations ** [03:44:30 2020-06-13] 178: Checking batch_updates ** [03:44:30 2020-06-13] 178: Checking gears ** [03:44:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:44:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:35 2020-06-13] 178: Checking imports ** [03:44:35 2020-06-13] 178: Checking exports ** [03:44:35 2020-06-13] 178: Checking users ** [03:44:35 2020-06-13] 178: Checking user_dbs ** [03:44:35 2020-06-13] 178: Checking geocodings ** [03:44:35 2020-06-13] 178: Checking synchronizations ** [03:44:35 2020-06-13] 178: Checking tracker ** [03:44:35 2020-06-13] 178: Checking user_migrations ** [03:44:35 2020-06-13] 178: Checking batch_updates ** [03:44:35 2020-06-13] 178: Checking gears ** [03:44:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:44:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:40 2020-06-13] 178: Checking imports ** [03:44:40 2020-06-13] 178: Checking exports ** [03:44:40 2020-06-13] 178: Checking users ** [03:44:40 2020-06-13] 178: Checking user_dbs ** [03:44:40 2020-06-13] 178: Checking geocodings ** [03:44:40 2020-06-13] 178: Checking synchronizations ** [03:44:40 2020-06-13] 178: Checking tracker ** [03:44:40 2020-06-13] 178: Checking user_migrations ** [03:44:40 2020-06-13] 178: Checking batch_updates ** [03:44:40 2020-06-13] 178: Checking gears ** [03:44:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:44:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:45 2020-06-13] 178: Checking imports ** [03:44:45 2020-06-13] 178: Checking exports ** [03:44:45 2020-06-13] 178: Checking users ** [03:44:45 2020-06-13] 178: Checking user_dbs ** [03:44:45 2020-06-13] 178: Checking geocodings ** [03:44:45 2020-06-13] 178: Checking synchronizations ** [03:44:45 2020-06-13] 178: Checking tracker ** [03:44:45 2020-06-13] 178: Checking user_migrations ** [03:44:45 2020-06-13] 178: Checking batch_updates ** [03:44:45 2020-06-13] 178: Checking gears ** [03:44:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:44:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:50 2020-06-13] 178: Checking imports ** [03:44:50 2020-06-13] 178: Checking exports ** [03:44:50 2020-06-13] 178: Checking users ** [03:44:50 2020-06-13] 178: Checking user_dbs ** [03:44:50 2020-06-13] 178: Checking geocodings ** [03:44:50 2020-06-13] 178: Checking synchronizations ** [03:44:50 2020-06-13] 178: Checking tracker ** [03:44:50 2020-06-13] 178: Checking user_migrations ** [03:44:50 2020-06-13] 178: Checking batch_updates ** [03:44:50 2020-06-13] 178: Checking gears ** [03:44:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:44:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:55 2020-06-13] 178: Checking imports ** [03:44:55 2020-06-13] 178: Checking exports ** [03:44:55 2020-06-13] 178: Checking users ** [03:44:55 2020-06-13] 178: Checking user_dbs ** [03:44:55 2020-06-13] 178: Checking geocodings ** [03:44:55 2020-06-13] 178: Checking synchronizations ** [03:44:55 2020-06-13] 178: Checking tracker ** [03:44:55 2020-06-13] 178: Checking user_migrations ** [03:44:55 2020-06-13] 178: Checking batch_updates ** [03:44:55 2020-06-13] 178: Checking gears ** [03:44:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:44:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:00 2020-06-13] 178: Checking imports ** [03:45:00 2020-06-13] 178: Checking exports ** [03:45:00 2020-06-13] 178: Checking users ** [03:45:00 2020-06-13] 178: Checking user_dbs ** [03:45:00 2020-06-13] 178: Checking geocodings ** [03:45:00 2020-06-13] 178: Checking synchronizations ** [03:45:00 2020-06-13] 178: Checking tracker ** [03:45:00 2020-06-13] 178: Checking user_migrations ** [03:45:00 2020-06-13] 178: Checking batch_updates ** [03:45:00 2020-06-13] 178: Checking gears ** [03:45:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:45:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:05 2020-06-13] 178: Checking imports ** [03:45:05 2020-06-13] 178: Checking exports ** [03:45:05 2020-06-13] 178: Checking users ** [03:45:05 2020-06-13] 178: Checking user_dbs ** [03:45:05 2020-06-13] 178: Checking geocodings ** [03:45:05 2020-06-13] 178: Checking synchronizations ** [03:45:05 2020-06-13] 178: Checking tracker ** [03:45:05 2020-06-13] 178: Checking user_migrations ** [03:45:05 2020-06-13] 178: Checking batch_updates ** [03:45:05 2020-06-13] 178: Checking gears ** [03:45:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:45:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:10 2020-06-13] 178: Checking imports ** [03:45:10 2020-06-13] 178: Checking exports ** [03:45:10 2020-06-13] 178: Checking users ** [03:45:10 2020-06-13] 178: Checking user_dbs ** [03:45:10 2020-06-13] 178: Checking geocodings ** [03:45:10 2020-06-13] 178: Checking synchronizations ** [03:45:10 2020-06-13] 178: Checking tracker ** [03:45:10 2020-06-13] 178: Checking user_migrations ** [03:45:10 2020-06-13] 178: Checking batch_updates ** [03:45:10 2020-06-13] 178: Checking gears ** [03:45:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:45:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:15 2020-06-13] 178: Checking imports ** [03:45:15 2020-06-13] 178: Checking exports ** [03:45:15 2020-06-13] 178: Checking users ** [03:45:15 2020-06-13] 178: Checking user_dbs ** [03:45:15 2020-06-13] 178: Checking geocodings ** [03:45:15 2020-06-13] 178: Checking synchronizations ** [03:45:15 2020-06-13] 178: Checking tracker ** [03:45:15 2020-06-13] 178: Checking user_migrations ** [03:45:15 2020-06-13] 178: Checking batch_updates ** [03:45:15 2020-06-13] 178: Checking gears ** [03:45:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:45:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:20 2020-06-13] 178: Checking imports ** [03:45:20 2020-06-13] 178: Checking exports ** [03:45:20 2020-06-13] 178: Checking users ** [03:45:20 2020-06-13] 178: Checking user_dbs ** [03:45:20 2020-06-13] 178: Checking geocodings ** [03:45:20 2020-06-13] 178: Checking synchronizations ** [03:45:20 2020-06-13] 178: Checking tracker ** [03:45:20 2020-06-13] 178: Checking user_migrations ** [03:45:20 2020-06-13] 178: Checking batch_updates ** [03:45:20 2020-06-13] 178: Checking gears ** [03:45:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:45:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:25 2020-06-13] 178: Checking imports ** [03:45:25 2020-06-13] 178: Checking exports ** [03:45:25 2020-06-13] 178: Checking users ** [03:45:25 2020-06-13] 178: Checking user_dbs ** [03:45:25 2020-06-13] 178: Checking geocodings ** [03:45:25 2020-06-13] 178: Checking synchronizations ** [03:45:25 2020-06-13] 178: Checking tracker ** [03:45:25 2020-06-13] 178: Checking user_migrations ** [03:45:25 2020-06-13] 178: Checking batch_updates ** [03:45:25 2020-06-13] 178: Checking gears ** [03:45:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:45:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:30 2020-06-13] 178: Checking imports ** [03:45:30 2020-06-13] 178: Checking exports ** [03:45:30 2020-06-13] 178: Checking users ** [03:45:30 2020-06-13] 178: Checking user_dbs ** [03:45:30 2020-06-13] 178: Checking geocodings ** [03:45:30 2020-06-13] 178: Checking synchronizations ** [03:45:30 2020-06-13] 178: Checking tracker ** [03:45:30 2020-06-13] 178: Checking user_migrations ** [03:45:30 2020-06-13] 178: Checking batch_updates ** [03:45:30 2020-06-13] 178: Checking gears ** [03:45:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:45:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:35 2020-06-13] 178: Checking imports ** [03:45:35 2020-06-13] 178: Checking exports ** [03:45:35 2020-06-13] 178: Checking users ** [03:45:35 2020-06-13] 178: Checking user_dbs ** [03:45:35 2020-06-13] 178: Checking geocodings ** [03:45:35 2020-06-13] 178: Checking synchronizations ** [03:45:35 2020-06-13] 178: Checking tracker ** [03:45:35 2020-06-13] 178: Checking user_migrations ** [03:45:35 2020-06-13] 178: Checking batch_updates ** [03:45:35 2020-06-13] 178: Checking gears ** [03:45:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:45:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:40 2020-06-13] 178: Checking imports ** [03:45:40 2020-06-13] 178: Checking exports ** [03:45:40 2020-06-13] 178: Checking users ** [03:45:40 2020-06-13] 178: Checking user_dbs ** [03:45:40 2020-06-13] 178: Checking geocodings ** [03:45:40 2020-06-13] 178: Checking synchronizations ** [03:45:40 2020-06-13] 178: Checking tracker ** [03:45:40 2020-06-13] 178: Checking user_migrations ** [03:45:40 2020-06-13] 178: Checking batch_updates ** [03:45:40 2020-06-13] 178: Checking gears ** [03:45:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:45:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:45 2020-06-13] 178: Checking imports ** [03:45:45 2020-06-13] 178: Checking exports ** [03:45:45 2020-06-13] 178: Checking users ** [03:45:45 2020-06-13] 178: Checking user_dbs ** [03:45:45 2020-06-13] 178: Checking geocodings ** [03:45:45 2020-06-13] 178: Checking synchronizations ** [03:45:45 2020-06-13] 178: Checking tracker ** [03:45:45 2020-06-13] 178: Checking user_migrations ** [03:45:45 2020-06-13] 178: Checking batch_updates ** [03:45:45 2020-06-13] 178: Checking gears ** [03:45:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:45:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:50 2020-06-13] 178: Checking imports ** [03:45:50 2020-06-13] 178: Checking exports ** [03:45:50 2020-06-13] 178: Checking users ** [03:45:50 2020-06-13] 178: Checking user_dbs ** [03:45:50 2020-06-13] 178: Checking geocodings ** [03:45:50 2020-06-13] 178: Checking synchronizations ** [03:45:50 2020-06-13] 178: Checking tracker ** [03:45:50 2020-06-13] 178: Checking user_migrations ** [03:45:50 2020-06-13] 178: Checking batch_updates ** [03:45:50 2020-06-13] 178: Checking gears ** [03:45:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:45:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:55 2020-06-13] 178: Checking imports ** [03:45:55 2020-06-13] 178: Checking exports ** [03:45:55 2020-06-13] 178: Checking users ** [03:45:55 2020-06-13] 178: Checking user_dbs ** [03:45:55 2020-06-13] 178: Checking geocodings ** [03:45:55 2020-06-13] 178: Checking synchronizations ** [03:45:55 2020-06-13] 178: Checking tracker ** [03:45:55 2020-06-13] 178: Checking user_migrations ** [03:45:55 2020-06-13] 178: Checking batch_updates ** [03:45:55 2020-06-13] 178: Checking gears ** [03:45:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:45:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:00 2020-06-13] 178: Checking imports ** [03:46:00 2020-06-13] 178: Checking exports ** [03:46:00 2020-06-13] 178: Checking users ** [03:46:00 2020-06-13] 178: Checking user_dbs ** [03:46:00 2020-06-13] 178: Checking geocodings ** [03:46:00 2020-06-13] 178: Checking synchronizations ** [03:46:00 2020-06-13] 178: Checking tracker ** [03:46:00 2020-06-13] 178: Checking user_migrations ** [03:46:00 2020-06-13] 178: Checking batch_updates ** [03:46:00 2020-06-13] 178: Checking gears ** [03:46:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:46:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:05 2020-06-13] 178: Checking imports ** [03:46:05 2020-06-13] 178: Checking exports ** [03:46:05 2020-06-13] 178: Checking users ** [03:46:05 2020-06-13] 178: Checking user_dbs ** [03:46:05 2020-06-13] 178: Checking geocodings ** [03:46:05 2020-06-13] 178: Checking synchronizations ** [03:46:05 2020-06-13] 178: Checking tracker ** [03:46:05 2020-06-13] 178: Checking user_migrations ** [03:46:05 2020-06-13] 178: Checking batch_updates ** [03:46:05 2020-06-13] 178: Checking gears ** [03:46:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:46:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:10 2020-06-13] 178: Checking imports ** [03:46:10 2020-06-13] 178: Checking exports ** [03:46:10 2020-06-13] 178: Checking users ** [03:46:10 2020-06-13] 178: Checking user_dbs ** [03:46:10 2020-06-13] 178: Checking geocodings ** [03:46:10 2020-06-13] 178: Checking synchronizations ** [03:46:10 2020-06-13] 178: Checking tracker ** [03:46:10 2020-06-13] 178: Checking user_migrations ** [03:46:10 2020-06-13] 178: Checking batch_updates ** [03:46:10 2020-06-13] 178: Checking gears ** [03:46:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:46:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:15 2020-06-13] 178: Checking imports ** [03:46:15 2020-06-13] 178: Checking exports ** [03:46:15 2020-06-13] 178: Checking users ** [03:46:15 2020-06-13] 178: Checking user_dbs ** [03:46:15 2020-06-13] 178: Checking geocodings ** [03:46:15 2020-06-13] 178: Checking synchronizations ** [03:46:15 2020-06-13] 178: Checking tracker ** [03:46:15 2020-06-13] 178: Checking user_migrations ** [03:46:15 2020-06-13] 178: Checking batch_updates ** [03:46:15 2020-06-13] 178: Checking gears ** [03:46:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:46:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:20 2020-06-13] 178: Checking imports ** [03:46:20 2020-06-13] 178: Checking exports ** [03:46:20 2020-06-13] 178: Checking users ** [03:46:20 2020-06-13] 178: Checking user_dbs ** [03:46:20 2020-06-13] 178: Checking geocodings ** [03:46:20 2020-06-13] 178: Checking synchronizations ** [03:46:20 2020-06-13] 178: Checking tracker ** [03:46:20 2020-06-13] 178: Checking user_migrations ** [03:46:20 2020-06-13] 178: Checking batch_updates ** [03:46:20 2020-06-13] 178: Checking gears ** [03:46:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:46:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:25 2020-06-13] 178: Checking imports ** [03:46:25 2020-06-13] 178: Checking exports ** [03:46:25 2020-06-13] 178: Checking users ** [03:46:25 2020-06-13] 178: Checking user_dbs ** [03:46:25 2020-06-13] 178: Checking geocodings ** [03:46:25 2020-06-13] 178: Checking synchronizations ** [03:46:25 2020-06-13] 178: Checking tracker ** [03:46:25 2020-06-13] 178: Checking user_migrations ** [03:46:25 2020-06-13] 178: Checking batch_updates ** [03:46:25 2020-06-13] 178: Checking gears ** [03:46:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:46:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:30 2020-06-13] 178: Checking imports ** [03:46:30 2020-06-13] 178: Checking exports ** [03:46:30 2020-06-13] 178: Checking users ** [03:46:30 2020-06-13] 178: Checking user_dbs ** [03:46:30 2020-06-13] 178: Checking geocodings ** [03:46:30 2020-06-13] 178: Checking synchronizations ** [03:46:30 2020-06-13] 178: Checking tracker ** [03:46:30 2020-06-13] 178: Checking user_migrations ** [03:46:30 2020-06-13] 178: Checking batch_updates ** [03:46:30 2020-06-13] 178: Checking gears ** [03:46:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:46:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:35 2020-06-13] 178: Checking imports ** [03:46:35 2020-06-13] 178: Checking exports ** [03:46:35 2020-06-13] 178: Checking users ** [03:46:35 2020-06-13] 178: Checking user_dbs ** [03:46:35 2020-06-13] 178: Checking geocodings ** [03:46:35 2020-06-13] 178: Checking synchronizations ** [03:46:35 2020-06-13] 178: Checking tracker ** [03:46:35 2020-06-13] 178: Checking user_migrations ** [03:46:35 2020-06-13] 178: Checking batch_updates ** [03:46:35 2020-06-13] 178: Checking gears ** [03:46:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:46:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:40 2020-06-13] 178: Checking imports ** [03:46:40 2020-06-13] 178: Checking exports ** [03:46:40 2020-06-13] 178: Checking users ** [03:46:40 2020-06-13] 178: Checking user_dbs ** [03:46:40 2020-06-13] 178: Checking geocodings ** [03:46:40 2020-06-13] 178: Checking synchronizations ** [03:46:40 2020-06-13] 178: Checking tracker ** [03:46:40 2020-06-13] 178: Checking user_migrations ** [03:46:40 2020-06-13] 178: Checking batch_updates ** [03:46:40 2020-06-13] 178: Checking gears ** [03:46:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:46:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:45 2020-06-13] 178: Checking imports ** [03:46:45 2020-06-13] 178: Checking exports ** [03:46:45 2020-06-13] 178: Checking users ** [03:46:45 2020-06-13] 178: Checking user_dbs ** [03:46:45 2020-06-13] 178: Checking geocodings ** [03:46:45 2020-06-13] 178: Checking synchronizations ** [03:46:45 2020-06-13] 178: Checking tracker ** [03:46:45 2020-06-13] 178: Checking user_migrations ** [03:46:45 2020-06-13] 178: Checking batch_updates ** [03:46:45 2020-06-13] 178: Checking gears ** [03:46:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:46:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:50 2020-06-13] 178: Checking imports ** [03:46:50 2020-06-13] 178: Checking exports ** [03:46:50 2020-06-13] 178: Checking users ** [03:46:50 2020-06-13] 178: Checking user_dbs ** [03:46:50 2020-06-13] 178: Checking geocodings ** [03:46:50 2020-06-13] 178: Checking synchronizations ** [03:46:50 2020-06-13] 178: Checking tracker ** [03:46:50 2020-06-13] 178: Checking user_migrations ** [03:46:50 2020-06-13] 178: Checking batch_updates ** [03:46:50 2020-06-13] 178: Checking gears ** [03:46:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:46:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:55 2020-06-13] 178: Checking imports ** [03:46:55 2020-06-13] 178: Checking exports ** [03:46:55 2020-06-13] 178: Checking users ** [03:46:55 2020-06-13] 178: Checking user_dbs ** [03:46:55 2020-06-13] 178: Checking geocodings ** [03:46:55 2020-06-13] 178: Checking synchronizations ** [03:46:55 2020-06-13] 178: Checking tracker ** [03:46:55 2020-06-13] 178: Checking user_migrations ** [03:46:55 2020-06-13] 178: Checking batch_updates ** [03:46:55 2020-06-13] 178: Checking gears ** [03:46:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:46:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:00 2020-06-13] 178: Checking imports ** [03:47:00 2020-06-13] 178: Checking exports ** [03:47:00 2020-06-13] 178: Checking users ** [03:47:00 2020-06-13] 178: Checking user_dbs ** [03:47:00 2020-06-13] 178: Checking geocodings ** [03:47:00 2020-06-13] 178: Checking synchronizations ** [03:47:00 2020-06-13] 178: Checking tracker ** [03:47:00 2020-06-13] 178: Checking user_migrations ** [03:47:00 2020-06-13] 178: Checking batch_updates ** [03:47:00 2020-06-13] 178: Checking gears ** [03:47:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:47:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:05 2020-06-13] 178: Checking imports ** [03:47:05 2020-06-13] 178: Checking exports ** [03:47:05 2020-06-13] 178: Checking users ** [03:47:05 2020-06-13] 178: Checking user_dbs ** [03:47:05 2020-06-13] 178: Checking geocodings ** [03:47:05 2020-06-13] 178: Checking synchronizations ** [03:47:05 2020-06-13] 178: Checking tracker ** [03:47:05 2020-06-13] 178: Checking user_migrations ** [03:47:05 2020-06-13] 178: Checking batch_updates ** [03:47:05 2020-06-13] 178: Checking gears ** [03:47:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:47:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:10 2020-06-13] 178: Checking imports ** [03:47:10 2020-06-13] 178: Checking exports ** [03:47:10 2020-06-13] 178: Checking users ** [03:47:10 2020-06-13] 178: Checking user_dbs ** [03:47:10 2020-06-13] 178: Checking geocodings ** [03:47:10 2020-06-13] 178: Checking synchronizations ** [03:47:10 2020-06-13] 178: Checking tracker ** [03:47:10 2020-06-13] 178: Checking user_migrations ** [03:47:10 2020-06-13] 178: Checking batch_updates ** [03:47:10 2020-06-13] 178: Checking gears ** [03:47:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:47:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:15 2020-06-13] 178: Checking imports ** [03:47:15 2020-06-13] 178: Checking exports ** [03:47:15 2020-06-13] 178: Checking users ** [03:47:15 2020-06-13] 178: Checking user_dbs ** [03:47:15 2020-06-13] 178: Checking geocodings ** [03:47:15 2020-06-13] 178: Checking synchronizations ** [03:47:15 2020-06-13] 178: Checking tracker ** [03:47:15 2020-06-13] 178: Checking user_migrations ** [03:47:15 2020-06-13] 178: Checking batch_updates ** [03:47:15 2020-06-13] 178: Checking gears ** [03:47:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:47:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:20 2020-06-13] 178: Checking imports ** [03:47:20 2020-06-13] 178: Checking exports ** [03:47:20 2020-06-13] 178: Checking users ** [03:47:20 2020-06-13] 178: Checking user_dbs ** [03:47:20 2020-06-13] 178: Checking geocodings ** [03:47:20 2020-06-13] 178: Checking synchronizations ** [03:47:20 2020-06-13] 178: Checking tracker ** [03:47:20 2020-06-13] 178: Checking user_migrations ** [03:47:20 2020-06-13] 178: Checking batch_updates ** [03:47:20 2020-06-13] 178: Checking gears ** [03:47:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:47:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:25 2020-06-13] 178: Checking imports ** [03:47:25 2020-06-13] 178: Checking exports ** [03:47:25 2020-06-13] 178: Checking users ** [03:47:25 2020-06-13] 178: Checking user_dbs ** [03:47:25 2020-06-13] 178: Checking geocodings ** [03:47:25 2020-06-13] 178: Checking synchronizations ** [03:47:25 2020-06-13] 178: Checking tracker ** [03:47:25 2020-06-13] 178: Checking user_migrations ** [03:47:25 2020-06-13] 178: Checking batch_updates ** [03:47:25 2020-06-13] 178: Checking gears ** [03:47:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:47:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:30 2020-06-13] 178: Checking imports ** [03:47:30 2020-06-13] 178: Checking exports ** [03:47:30 2020-06-13] 178: Checking users ** [03:47:30 2020-06-13] 178: Checking user_dbs ** [03:47:30 2020-06-13] 178: Checking geocodings ** [03:47:30 2020-06-13] 178: Checking synchronizations ** [03:47:30 2020-06-13] 178: Checking tracker ** [03:47:30 2020-06-13] 178: Checking user_migrations ** [03:47:30 2020-06-13] 178: Checking batch_updates ** [03:47:30 2020-06-13] 178: Checking gears ** [03:47:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:47:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:35 2020-06-13] 178: Checking imports ** [03:47:35 2020-06-13] 178: Checking exports ** [03:47:35 2020-06-13] 178: Checking users ** [03:47:35 2020-06-13] 178: Checking user_dbs ** [03:47:35 2020-06-13] 178: Checking geocodings ** [03:47:35 2020-06-13] 178: Checking synchronizations ** [03:47:35 2020-06-13] 178: Checking tracker ** [03:47:35 2020-06-13] 178: Checking user_migrations ** [03:47:35 2020-06-13] 178: Checking batch_updates ** [03:47:35 2020-06-13] 178: Checking gears ** [03:47:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:47:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:40 2020-06-13] 178: Checking imports ** [03:47:40 2020-06-13] 178: Checking exports ** [03:47:40 2020-06-13] 178: Checking users ** [03:47:40 2020-06-13] 178: Checking user_dbs ** [03:47:40 2020-06-13] 178: Checking geocodings ** [03:47:40 2020-06-13] 178: Checking synchronizations ** [03:47:40 2020-06-13] 178: Checking tracker ** [03:47:40 2020-06-13] 178: Checking user_migrations ** [03:47:40 2020-06-13] 178: Checking batch_updates ** [03:47:40 2020-06-13] 178: Checking gears ** [03:47:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:47:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:45 2020-06-13] 178: Checking imports ** [03:47:45 2020-06-13] 178: Checking exports ** [03:47:45 2020-06-13] 178: Checking users ** [03:47:45 2020-06-13] 178: Checking user_dbs ** [03:47:45 2020-06-13] 178: Checking geocodings ** [03:47:45 2020-06-13] 178: Checking synchronizations ** [03:47:45 2020-06-13] 178: Checking tracker ** [03:47:45 2020-06-13] 178: Checking user_migrations ** [03:47:45 2020-06-13] 178: Checking batch_updates ** [03:47:45 2020-06-13] 178: Checking gears ** [03:47:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:47:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:50 2020-06-13] 178: Checking imports ** [03:47:50 2020-06-13] 178: Checking exports ** [03:47:50 2020-06-13] 178: Checking users ** [03:47:50 2020-06-13] 178: Checking user_dbs ** [03:47:50 2020-06-13] 178: Checking geocodings ** [03:47:50 2020-06-13] 178: Checking synchronizations ** [03:47:50 2020-06-13] 178: Checking tracker ** [03:47:50 2020-06-13] 178: Checking user_migrations ** [03:47:50 2020-06-13] 178: Checking batch_updates ** [03:47:50 2020-06-13] 178: Checking gears ** [03:47:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:47:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:55 2020-06-13] 178: Checking imports ** [03:47:55 2020-06-13] 178: Checking exports ** [03:47:55 2020-06-13] 178: Checking users ** [03:47:55 2020-06-13] 178: Checking user_dbs ** [03:47:55 2020-06-13] 178: Checking geocodings ** [03:47:55 2020-06-13] 178: Checking synchronizations ** [03:47:55 2020-06-13] 178: Checking tracker ** [03:47:55 2020-06-13] 178: Checking user_migrations ** [03:47:55 2020-06-13] 178: Checking batch_updates ** [03:47:55 2020-06-13] 178: Checking gears ** [03:47:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:47:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:00 2020-06-13] 178: Checking imports ** [03:48:00 2020-06-13] 178: Checking exports ** [03:48:00 2020-06-13] 178: Checking users ** [03:48:00 2020-06-13] 178: Checking user_dbs ** [03:48:00 2020-06-13] 178: Checking geocodings ** [03:48:00 2020-06-13] 178: Checking synchronizations ** [03:48:00 2020-06-13] 178: Checking tracker ** [03:48:00 2020-06-13] 178: Checking user_migrations ** [03:48:00 2020-06-13] 178: Checking batch_updates ** [03:48:00 2020-06-13] 178: Checking gears ** [03:48:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:48:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:05 2020-06-13] 178: Checking imports ** [03:48:05 2020-06-13] 178: Checking exports ** [03:48:05 2020-06-13] 178: Checking users ** [03:48:05 2020-06-13] 178: Checking user_dbs ** [03:48:05 2020-06-13] 178: Checking geocodings ** [03:48:05 2020-06-13] 178: Checking synchronizations ** [03:48:05 2020-06-13] 178: Checking tracker ** [03:48:05 2020-06-13] 178: Checking user_migrations ** [03:48:05 2020-06-13] 178: Checking batch_updates ** [03:48:05 2020-06-13] 178: Checking gears ** [03:48:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:48:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:10 2020-06-13] 178: Checking imports ** [03:48:10 2020-06-13] 178: Checking exports ** [03:48:10 2020-06-13] 178: Checking users ** [03:48:10 2020-06-13] 178: Checking user_dbs ** [03:48:10 2020-06-13] 178: Checking geocodings ** [03:48:10 2020-06-13] 178: Checking synchronizations ** [03:48:10 2020-06-13] 178: Checking tracker ** [03:48:10 2020-06-13] 178: Checking user_migrations ** [03:48:10 2020-06-13] 178: Checking batch_updates ** [03:48:10 2020-06-13] 178: Checking gears ** [03:48:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:48:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:15 2020-06-13] 178: Checking imports ** [03:48:15 2020-06-13] 178: Checking exports ** [03:48:15 2020-06-13] 178: Checking users ** [03:48:15 2020-06-13] 178: Checking user_dbs ** [03:48:15 2020-06-13] 178: Checking geocodings ** [03:48:15 2020-06-13] 178: Checking synchronizations ** [03:48:15 2020-06-13] 178: Checking tracker ** [03:48:15 2020-06-13] 178: Checking user_migrations ** [03:48:15 2020-06-13] 178: Checking batch_updates ** [03:48:15 2020-06-13] 178: Checking gears ** [03:48:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:48:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:20 2020-06-13] 178: Checking imports ** [03:48:20 2020-06-13] 178: Checking exports ** [03:48:20 2020-06-13] 178: Checking users ** [03:48:20 2020-06-13] 178: Checking user_dbs ** [03:48:20 2020-06-13] 178: Checking geocodings ** [03:48:20 2020-06-13] 178: Checking synchronizations ** [03:48:20 2020-06-13] 178: Checking tracker ** [03:48:20 2020-06-13] 178: Checking user_migrations ** [03:48:20 2020-06-13] 178: Checking batch_updates ** [03:48:20 2020-06-13] 178: Checking gears ** [03:48:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:48:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:25 2020-06-13] 178: Checking imports ** [03:48:25 2020-06-13] 178: Checking exports ** [03:48:25 2020-06-13] 178: Checking users ** [03:48:25 2020-06-13] 178: Checking user_dbs ** [03:48:25 2020-06-13] 178: Checking geocodings ** [03:48:25 2020-06-13] 178: Checking synchronizations ** [03:48:25 2020-06-13] 178: Checking tracker ** [03:48:25 2020-06-13] 178: Checking user_migrations ** [03:48:25 2020-06-13] 178: Checking batch_updates ** [03:48:25 2020-06-13] 178: Checking gears ** [03:48:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:48:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:30 2020-06-13] 178: Checking imports ** [03:48:30 2020-06-13] 178: Checking exports ** [03:48:30 2020-06-13] 178: Checking users ** [03:48:30 2020-06-13] 178: Checking user_dbs ** [03:48:30 2020-06-13] 178: Checking geocodings ** [03:48:30 2020-06-13] 178: Checking synchronizations ** [03:48:30 2020-06-13] 178: Checking tracker ** [03:48:30 2020-06-13] 178: Checking user_migrations ** [03:48:30 2020-06-13] 178: Checking batch_updates ** [03:48:30 2020-06-13] 178: Checking gears ** [03:48:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:48:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:35 2020-06-13] 178: Checking imports ** [03:48:35 2020-06-13] 178: Checking exports ** [03:48:35 2020-06-13] 178: Checking users ** [03:48:35 2020-06-13] 178: Checking user_dbs ** [03:48:35 2020-06-13] 178: Checking geocodings ** [03:48:35 2020-06-13] 178: Checking synchronizations ** [03:48:35 2020-06-13] 178: Checking tracker ** [03:48:35 2020-06-13] 178: Checking user_migrations ** [03:48:35 2020-06-13] 178: Checking batch_updates ** [03:48:35 2020-06-13] 178: Checking gears ** [03:48:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:48:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:40 2020-06-13] 178: Checking imports ** [03:48:40 2020-06-13] 178: Checking exports ** [03:48:40 2020-06-13] 178: Checking users ** [03:48:40 2020-06-13] 178: Checking user_dbs ** [03:48:40 2020-06-13] 178: Checking geocodings ** [03:48:40 2020-06-13] 178: Checking synchronizations ** [03:48:40 2020-06-13] 178: Checking tracker ** [03:48:40 2020-06-13] 178: Checking user_migrations ** [03:48:40 2020-06-13] 178: Checking batch_updates ** [03:48:40 2020-06-13] 178: Checking gears ** [03:48:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:48:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:45 2020-06-13] 178: Checking imports ** [03:48:45 2020-06-13] 178: Checking exports ** [03:48:45 2020-06-13] 178: Checking users ** [03:48:45 2020-06-13] 178: Checking user_dbs ** [03:48:45 2020-06-13] 178: Checking geocodings ** [03:48:45 2020-06-13] 178: Checking synchronizations ** [03:48:45 2020-06-13] 178: Checking tracker ** [03:48:45 2020-06-13] 178: Checking user_migrations ** [03:48:45 2020-06-13] 178: Checking batch_updates ** [03:48:45 2020-06-13] 178: Checking gears ** [03:48:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:48:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:50 2020-06-13] 178: Checking imports ** [03:48:50 2020-06-13] 178: Checking exports ** [03:48:50 2020-06-13] 178: Checking users ** [03:48:50 2020-06-13] 178: Checking user_dbs ** [03:48:50 2020-06-13] 178: Checking geocodings ** [03:48:50 2020-06-13] 178: Checking synchronizations ** [03:48:50 2020-06-13] 178: Checking tracker ** [03:48:50 2020-06-13] 178: Checking user_migrations ** [03:48:50 2020-06-13] 178: Checking batch_updates ** [03:48:50 2020-06-13] 178: Checking gears ** [03:48:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:48:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:55 2020-06-13] 178: Checking imports ** [03:48:55 2020-06-13] 178: Checking exports ** [03:48:55 2020-06-13] 178: Checking users ** [03:48:55 2020-06-13] 178: Checking user_dbs ** [03:48:55 2020-06-13] 178: Checking geocodings ** [03:48:55 2020-06-13] 178: Checking synchronizations ** [03:48:55 2020-06-13] 178: Checking tracker ** [03:48:55 2020-06-13] 178: Checking user_migrations ** [03:48:55 2020-06-13] 178: Checking batch_updates ** [03:48:55 2020-06-13] 178: Checking gears ** [03:48:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:48:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:00 2020-06-13] 178: Checking imports ** [03:49:00 2020-06-13] 178: Checking exports ** [03:49:00 2020-06-13] 178: Checking users ** [03:49:00 2020-06-13] 178: Checking user_dbs ** [03:49:00 2020-06-13] 178: Checking geocodings ** [03:49:00 2020-06-13] 178: Checking synchronizations ** [03:49:00 2020-06-13] 178: Checking tracker ** [03:49:00 2020-06-13] 178: Checking user_migrations ** [03:49:00 2020-06-13] 178: Checking batch_updates ** [03:49:00 2020-06-13] 178: Checking gears ** [03:49:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:49:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:05 2020-06-13] 178: Checking imports ** [03:49:05 2020-06-13] 178: Checking exports ** [03:49:05 2020-06-13] 178: Checking users ** [03:49:05 2020-06-13] 178: Checking user_dbs ** [03:49:05 2020-06-13] 178: Checking geocodings ** [03:49:05 2020-06-13] 178: Checking synchronizations ** [03:49:05 2020-06-13] 178: Checking tracker ** [03:49:05 2020-06-13] 178: Checking user_migrations ** [03:49:05 2020-06-13] 178: Checking batch_updates ** [03:49:05 2020-06-13] 178: Checking gears ** [03:49:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:49:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:10 2020-06-13] 178: Checking imports ** [03:49:10 2020-06-13] 178: Checking exports ** [03:49:10 2020-06-13] 178: Checking users ** [03:49:10 2020-06-13] 178: Checking user_dbs ** [03:49:10 2020-06-13] 178: Checking geocodings ** [03:49:10 2020-06-13] 178: Checking synchronizations ** [03:49:10 2020-06-13] 178: Checking tracker ** [03:49:10 2020-06-13] 178: Checking user_migrations ** [03:49:10 2020-06-13] 178: Checking batch_updates ** [03:49:11 2020-06-13] 178: Checking gears ** [03:49:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:49:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:16 2020-06-13] 178: Checking imports ** [03:49:16 2020-06-13] 178: Checking exports ** [03:49:16 2020-06-13] 178: Checking users ** [03:49:16 2020-06-13] 178: Checking user_dbs ** [03:49:16 2020-06-13] 178: Checking geocodings ** [03:49:16 2020-06-13] 178: Checking synchronizations ** [03:49:16 2020-06-13] 178: Checking tracker ** [03:49:16 2020-06-13] 178: Checking user_migrations ** [03:49:16 2020-06-13] 178: Checking batch_updates ** [03:49:16 2020-06-13] 178: Checking gears ** [03:49:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:49:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:21 2020-06-13] 178: Checking imports ** [03:49:21 2020-06-13] 178: Checking exports ** [03:49:21 2020-06-13] 178: Checking users ** [03:49:21 2020-06-13] 178: Checking user_dbs ** [03:49:21 2020-06-13] 178: Checking geocodings ** [03:49:21 2020-06-13] 178: Checking synchronizations ** [03:49:21 2020-06-13] 178: Checking tracker ** [03:49:21 2020-06-13] 178: Checking user_migrations ** [03:49:21 2020-06-13] 178: Checking batch_updates ** [03:49:21 2020-06-13] 178: Checking gears ** [03:49:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:49:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:26 2020-06-13] 178: Checking imports ** [03:49:26 2020-06-13] 178: Checking exports ** [03:49:26 2020-06-13] 178: Checking users ** [03:49:26 2020-06-13] 178: Checking user_dbs ** [03:49:26 2020-06-13] 178: Checking geocodings ** [03:49:26 2020-06-13] 178: Checking synchronizations ** [03:49:26 2020-06-13] 178: Checking tracker ** [03:49:26 2020-06-13] 178: Checking user_migrations ** [03:49:26 2020-06-13] 178: Checking batch_updates ** [03:49:26 2020-06-13] 178: Checking gears ** [03:49:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:49:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:31 2020-06-13] 178: Checking imports ** [03:49:31 2020-06-13] 178: Checking exports ** [03:49:31 2020-06-13] 178: Checking users ** [03:49:31 2020-06-13] 178: Checking user_dbs ** [03:49:31 2020-06-13] 178: Checking geocodings ** [03:49:31 2020-06-13] 178: Checking synchronizations ** [03:49:31 2020-06-13] 178: Checking tracker ** [03:49:31 2020-06-13] 178: Checking user_migrations ** [03:49:31 2020-06-13] 178: Checking batch_updates ** [03:49:31 2020-06-13] 178: Checking gears ** [03:49:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:49:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:36 2020-06-13] 178: Checking imports ** [03:49:36 2020-06-13] 178: Checking exports ** [03:49:36 2020-06-13] 178: Checking users ** [03:49:36 2020-06-13] 178: Checking user_dbs ** [03:49:36 2020-06-13] 178: Checking geocodings ** [03:49:36 2020-06-13] 178: Checking synchronizations ** [03:49:36 2020-06-13] 178: Checking tracker ** [03:49:36 2020-06-13] 178: Checking user_migrations ** [03:49:36 2020-06-13] 178: Checking batch_updates ** [03:49:36 2020-06-13] 178: Checking gears ** [03:49:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:49:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:41 2020-06-13] 178: Checking imports ** [03:49:41 2020-06-13] 178: Checking exports ** [03:49:41 2020-06-13] 178: Checking users ** [03:49:41 2020-06-13] 178: Checking user_dbs ** [03:49:41 2020-06-13] 178: Checking geocodings ** [03:49:41 2020-06-13] 178: Checking synchronizations ** [03:49:41 2020-06-13] 178: Checking tracker ** [03:49:41 2020-06-13] 178: Checking user_migrations ** [03:49:41 2020-06-13] 178: Checking batch_updates ** [03:49:41 2020-06-13] 178: Checking gears ** [03:49:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:49:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:46 2020-06-13] 178: Checking imports ** [03:49:46 2020-06-13] 178: Checking exports ** [03:49:46 2020-06-13] 178: Checking users ** [03:49:46 2020-06-13] 178: Checking user_dbs ** [03:49:46 2020-06-13] 178: Checking geocodings ** [03:49:46 2020-06-13] 178: Checking synchronizations ** [03:49:46 2020-06-13] 178: Checking tracker ** [03:49:46 2020-06-13] 178: Checking user_migrations ** [03:49:46 2020-06-13] 178: Checking batch_updates ** [03:49:46 2020-06-13] 178: Checking gears ** [03:49:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:49:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:51 2020-06-13] 178: Checking imports ** [03:49:51 2020-06-13] 178: Checking exports ** [03:49:51 2020-06-13] 178: Checking users ** [03:49:51 2020-06-13] 178: Checking user_dbs ** [03:49:51 2020-06-13] 178: Checking geocodings ** [03:49:51 2020-06-13] 178: Checking synchronizations ** [03:49:51 2020-06-13] 178: Checking tracker ** [03:49:51 2020-06-13] 178: Checking user_migrations ** [03:49:51 2020-06-13] 178: Checking batch_updates ** [03:49:51 2020-06-13] 178: Checking gears ** [03:49:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:49:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:56 2020-06-13] 178: Checking imports ** [03:49:56 2020-06-13] 178: Checking exports ** [03:49:56 2020-06-13] 178: Checking users ** [03:49:56 2020-06-13] 178: Checking user_dbs ** [03:49:56 2020-06-13] 178: Checking geocodings ** [03:49:56 2020-06-13] 178: Checking synchronizations ** [03:49:56 2020-06-13] 178: Checking tracker ** [03:49:56 2020-06-13] 178: Checking user_migrations ** [03:49:56 2020-06-13] 178: Checking batch_updates ** [03:49:56 2020-06-13] 178: Checking gears ** [03:49:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:49:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:01 2020-06-13] 178: Checking imports ** [03:50:01 2020-06-13] 178: Checking exports ** [03:50:01 2020-06-13] 178: Checking users ** [03:50:01 2020-06-13] 178: Checking user_dbs ** [03:50:01 2020-06-13] 178: Checking geocodings ** [03:50:01 2020-06-13] 178: Checking synchronizations ** [03:50:01 2020-06-13] 178: Checking tracker ** [03:50:01 2020-06-13] 178: Checking user_migrations ** [03:50:01 2020-06-13] 178: Checking batch_updates ** [03:50:01 2020-06-13] 178: Checking gears ** [03:50:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:50:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:06 2020-06-13] 178: Checking imports ** [03:50:06 2020-06-13] 178: Checking exports ** [03:50:06 2020-06-13] 178: Checking users ** [03:50:06 2020-06-13] 178: Checking user_dbs ** [03:50:06 2020-06-13] 178: Checking geocodings ** [03:50:06 2020-06-13] 178: Checking synchronizations ** [03:50:06 2020-06-13] 178: Checking tracker ** [03:50:06 2020-06-13] 178: Checking user_migrations ** [03:50:06 2020-06-13] 178: Checking batch_updates ** [03:50:06 2020-06-13] 178: Checking gears ** [03:50:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:50:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:11 2020-06-13] 178: Checking imports ** [03:50:11 2020-06-13] 178: Checking exports ** [03:50:11 2020-06-13] 178: Checking users ** [03:50:11 2020-06-13] 178: Checking user_dbs ** [03:50:11 2020-06-13] 178: Checking geocodings ** [03:50:11 2020-06-13] 178: Checking synchronizations ** [03:50:11 2020-06-13] 178: Checking tracker ** [03:50:11 2020-06-13] 178: Checking user_migrations ** [03:50:11 2020-06-13] 178: Checking batch_updates ** [03:50:11 2020-06-13] 178: Checking gears ** [03:50:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:50:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:16 2020-06-13] 178: Checking imports ** [03:50:16 2020-06-13] 178: Checking exports ** [03:50:16 2020-06-13] 178: Checking users ** [03:50:16 2020-06-13] 178: Checking user_dbs ** [03:50:16 2020-06-13] 178: Checking geocodings ** [03:50:16 2020-06-13] 178: Checking synchronizations ** [03:50:16 2020-06-13] 178: Checking tracker ** [03:50:16 2020-06-13] 178: Checking user_migrations ** [03:50:16 2020-06-13] 178: Checking batch_updates ** [03:50:16 2020-06-13] 178: Checking gears ** [03:50:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:50:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:21 2020-06-13] 178: Checking imports ** [03:50:21 2020-06-13] 178: Checking exports ** [03:50:21 2020-06-13] 178: Checking users ** [03:50:21 2020-06-13] 178: Checking user_dbs ** [03:50:21 2020-06-13] 178: Checking geocodings ** [03:50:21 2020-06-13] 178: Checking synchronizations ** [03:50:21 2020-06-13] 178: Checking tracker ** [03:50:21 2020-06-13] 178: Checking user_migrations ** [03:50:21 2020-06-13] 178: Checking batch_updates ** [03:50:21 2020-06-13] 178: Checking gears ** [03:50:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:50:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:26 2020-06-13] 178: Checking imports ** [03:50:26 2020-06-13] 178: Checking exports ** [03:50:26 2020-06-13] 178: Checking users ** [03:50:26 2020-06-13] 178: Checking user_dbs ** [03:50:26 2020-06-13] 178: Checking geocodings ** [03:50:26 2020-06-13] 178: Checking synchronizations ** [03:50:26 2020-06-13] 178: Checking tracker ** [03:50:26 2020-06-13] 178: Checking user_migrations ** [03:50:26 2020-06-13] 178: Checking batch_updates ** [03:50:26 2020-06-13] 178: Checking gears ** [03:50:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:50:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:31 2020-06-13] 178: Checking imports ** [03:50:31 2020-06-13] 178: Checking exports ** [03:50:31 2020-06-13] 178: Checking users ** [03:50:31 2020-06-13] 178: Checking user_dbs ** [03:50:31 2020-06-13] 178: Checking geocodings ** [03:50:31 2020-06-13] 178: Checking synchronizations ** [03:50:31 2020-06-13] 178: Checking tracker ** [03:50:31 2020-06-13] 178: Checking user_migrations ** [03:50:31 2020-06-13] 178: Checking batch_updates ** [03:50:31 2020-06-13] 178: Checking gears ** [03:50:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:50:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:36 2020-06-13] 178: Checking imports ** [03:50:36 2020-06-13] 178: Checking exports ** [03:50:36 2020-06-13] 178: Checking users ** [03:50:36 2020-06-13] 178: Checking user_dbs ** [03:50:36 2020-06-13] 178: Checking geocodings ** [03:50:36 2020-06-13] 178: Checking synchronizations ** [03:50:36 2020-06-13] 178: Checking tracker ** [03:50:36 2020-06-13] 178: Checking user_migrations ** [03:50:36 2020-06-13] 178: Checking batch_updates ** [03:50:36 2020-06-13] 178: Checking gears ** [03:50:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:50:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:41 2020-06-13] 178: Checking imports ** [03:50:41 2020-06-13] 178: Checking exports ** [03:50:41 2020-06-13] 178: Checking users ** [03:50:41 2020-06-13] 178: Checking user_dbs ** [03:50:41 2020-06-13] 178: Checking geocodings ** [03:50:41 2020-06-13] 178: Checking synchronizations ** [03:50:41 2020-06-13] 178: Checking tracker ** [03:50:41 2020-06-13] 178: Checking user_migrations ** [03:50:41 2020-06-13] 178: Checking batch_updates ** [03:50:41 2020-06-13] 178: Checking gears ** [03:50:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:50:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:46 2020-06-13] 178: Checking imports ** [03:50:46 2020-06-13] 178: Checking exports ** [03:50:46 2020-06-13] 178: Checking users ** [03:50:46 2020-06-13] 178: Checking user_dbs ** [03:50:46 2020-06-13] 178: Checking geocodings ** [03:50:46 2020-06-13] 178: Checking synchronizations ** [03:50:46 2020-06-13] 178: Checking tracker ** [03:50:46 2020-06-13] 178: Checking user_migrations ** [03:50:46 2020-06-13] 178: Checking batch_updates ** [03:50:46 2020-06-13] 178: Checking gears ** [03:50:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:50:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:51 2020-06-13] 178: Checking imports ** [03:50:51 2020-06-13] 178: Checking exports ** [03:50:51 2020-06-13] 178: Checking users ** [03:50:51 2020-06-13] 178: Checking user_dbs ** [03:50:51 2020-06-13] 178: Checking geocodings ** [03:50:51 2020-06-13] 178: Checking synchronizations ** [03:50:51 2020-06-13] 178: Checking tracker ** [03:50:51 2020-06-13] 178: Checking user_migrations ** [03:50:51 2020-06-13] 178: Checking batch_updates ** [03:50:51 2020-06-13] 178: Checking gears ** [03:50:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:50:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:56 2020-06-13] 178: Checking imports ** [03:50:56 2020-06-13] 178: Checking exports ** [03:50:56 2020-06-13] 178: Checking users ** [03:50:56 2020-06-13] 178: Checking user_dbs ** [03:50:56 2020-06-13] 178: Checking geocodings ** [03:50:56 2020-06-13] 178: Checking synchronizations ** [03:50:56 2020-06-13] 178: Checking tracker ** [03:50:56 2020-06-13] 178: Checking user_migrations ** [03:50:56 2020-06-13] 178: Checking batch_updates ** [03:50:56 2020-06-13] 178: Checking gears ** [03:50:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:50:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:01 2020-06-13] 178: Checking imports ** [03:51:01 2020-06-13] 178: Checking exports ** [03:51:01 2020-06-13] 178: Checking users ** [03:51:01 2020-06-13] 178: Checking user_dbs ** [03:51:01 2020-06-13] 178: Checking geocodings ** [03:51:01 2020-06-13] 178: Checking synchronizations ** [03:51:01 2020-06-13] 178: Checking tracker ** [03:51:01 2020-06-13] 178: Checking user_migrations ** [03:51:01 2020-06-13] 178: Checking batch_updates ** [03:51:01 2020-06-13] 178: Checking gears ** [03:51:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:51:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:06 2020-06-13] 178: Checking imports ** [03:51:06 2020-06-13] 178: Checking exports ** [03:51:06 2020-06-13] 178: Checking users ** [03:51:06 2020-06-13] 178: Checking user_dbs ** [03:51:06 2020-06-13] 178: Checking geocodings ** [03:51:06 2020-06-13] 178: Checking synchronizations ** [03:51:06 2020-06-13] 178: Checking tracker ** [03:51:06 2020-06-13] 178: Checking user_migrations ** [03:51:06 2020-06-13] 178: Checking batch_updates ** [03:51:06 2020-06-13] 178: Checking gears ** [03:51:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:51:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:11 2020-06-13] 178: Checking imports ** [03:51:11 2020-06-13] 178: Checking exports ** [03:51:11 2020-06-13] 178: Checking users ** [03:51:11 2020-06-13] 178: Checking user_dbs ** [03:51:11 2020-06-13] 178: Checking geocodings ** [03:51:11 2020-06-13] 178: Checking synchronizations ** [03:51:11 2020-06-13] 178: Checking tracker ** [03:51:11 2020-06-13] 178: Checking user_migrations ** [03:51:11 2020-06-13] 178: Checking batch_updates ** [03:51:11 2020-06-13] 178: Checking gears ** [03:51:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:51:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:16 2020-06-13] 178: Checking imports ** [03:51:16 2020-06-13] 178: Checking exports ** [03:51:16 2020-06-13] 178: Checking users ** [03:51:16 2020-06-13] 178: Checking user_dbs ** [03:51:16 2020-06-13] 178: Checking geocodings ** [03:51:16 2020-06-13] 178: Checking synchronizations ** [03:51:16 2020-06-13] 178: Checking tracker ** [03:51:16 2020-06-13] 178: Checking user_migrations ** [03:51:16 2020-06-13] 178: Checking batch_updates ** [03:51:16 2020-06-13] 178: Checking gears ** [03:51:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:51:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:21 2020-06-13] 178: Checking imports ** [03:51:21 2020-06-13] 178: Checking exports ** [03:51:21 2020-06-13] 178: Checking users ** [03:51:21 2020-06-13] 178: Checking user_dbs ** [03:51:21 2020-06-13] 178: Checking geocodings ** [03:51:21 2020-06-13] 178: Checking synchronizations ** [03:51:21 2020-06-13] 178: Checking tracker ** [03:51:21 2020-06-13] 178: Checking user_migrations ** [03:51:21 2020-06-13] 178: Checking batch_updates ** [03:51:21 2020-06-13] 178: Checking gears ** [03:51:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:51:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:26 2020-06-13] 178: Checking imports ** [03:51:26 2020-06-13] 178: Checking exports ** [03:51:26 2020-06-13] 178: Checking users ** [03:51:26 2020-06-13] 178: Checking user_dbs ** [03:51:26 2020-06-13] 178: Checking geocodings ** [03:51:26 2020-06-13] 178: Checking synchronizations ** [03:51:26 2020-06-13] 178: Checking tracker ** [03:51:26 2020-06-13] 178: Checking user_migrations ** [03:51:26 2020-06-13] 178: Checking batch_updates ** [03:51:26 2020-06-13] 178: Checking gears ** [03:51:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:51:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:31 2020-06-13] 178: Checking imports ** [03:51:31 2020-06-13] 178: Checking exports ** [03:51:31 2020-06-13] 178: Checking users ** [03:51:31 2020-06-13] 178: Checking user_dbs ** [03:51:31 2020-06-13] 178: Checking geocodings ** [03:51:31 2020-06-13] 178: Checking synchronizations ** [03:51:31 2020-06-13] 178: Checking tracker ** [03:51:31 2020-06-13] 178: Checking user_migrations ** [03:51:31 2020-06-13] 178: Checking batch_updates ** [03:51:31 2020-06-13] 178: Checking gears ** [03:51:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:51:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:36 2020-06-13] 178: Checking imports ** [03:51:36 2020-06-13] 178: Checking exports ** [03:51:36 2020-06-13] 178: Checking users ** [03:51:36 2020-06-13] 178: Checking user_dbs ** [03:51:36 2020-06-13] 178: Checking geocodings ** [03:51:36 2020-06-13] 178: Checking synchronizations ** [03:51:36 2020-06-13] 178: Checking tracker ** [03:51:36 2020-06-13] 178: Checking user_migrations ** [03:51:36 2020-06-13] 178: Checking batch_updates ** [03:51:36 2020-06-13] 178: Checking gears ** [03:51:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:51:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:41 2020-06-13] 178: Checking imports ** [03:51:41 2020-06-13] 178: Checking exports ** [03:51:41 2020-06-13] 178: Checking users ** [03:51:41 2020-06-13] 178: Checking user_dbs ** [03:51:41 2020-06-13] 178: Checking geocodings ** [03:51:41 2020-06-13] 178: Checking synchronizations ** [03:51:41 2020-06-13] 178: Checking tracker ** [03:51:41 2020-06-13] 178: Checking user_migrations ** [03:51:41 2020-06-13] 178: Checking batch_updates ** [03:51:41 2020-06-13] 178: Checking gears ** [03:51:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:51:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:46 2020-06-13] 178: Checking imports ** [03:51:46 2020-06-13] 178: Checking exports ** [03:51:46 2020-06-13] 178: Checking users ** [03:51:46 2020-06-13] 178: Checking user_dbs ** [03:51:46 2020-06-13] 178: Checking geocodings ** [03:51:46 2020-06-13] 178: Checking synchronizations ** [03:51:46 2020-06-13] 178: Checking tracker ** [03:51:46 2020-06-13] 178: Checking user_migrations ** [03:51:46 2020-06-13] 178: Checking batch_updates ** [03:51:46 2020-06-13] 178: Checking gears ** [03:51:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:51:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:51 2020-06-13] 178: Checking imports ** [03:51:51 2020-06-13] 178: Checking exports ** [03:51:51 2020-06-13] 178: Checking users ** [03:51:51 2020-06-13] 178: Checking user_dbs ** [03:51:51 2020-06-13] 178: Checking geocodings ** [03:51:51 2020-06-13] 178: Checking synchronizations ** [03:51:51 2020-06-13] 178: Checking tracker ** [03:51:51 2020-06-13] 178: Checking user_migrations ** [03:51:51 2020-06-13] 178: Checking batch_updates ** [03:51:51 2020-06-13] 178: Checking gears ** [03:51:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:51:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:56 2020-06-13] 178: Checking imports ** [03:51:56 2020-06-13] 178: Checking exports ** [03:51:56 2020-06-13] 178: Checking users ** [03:51:56 2020-06-13] 178: Checking user_dbs ** [03:51:56 2020-06-13] 178: Checking geocodings ** [03:51:56 2020-06-13] 178: Checking synchronizations ** [03:51:56 2020-06-13] 178: Checking tracker ** [03:51:56 2020-06-13] 178: Checking user_migrations ** [03:51:56 2020-06-13] 178: Checking batch_updates ** [03:51:56 2020-06-13] 178: Checking gears ** [03:51:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:51:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:01 2020-06-13] 178: Checking imports ** [03:52:01 2020-06-13] 178: Checking exports ** [03:52:01 2020-06-13] 178: Checking users ** [03:52:01 2020-06-13] 178: Checking user_dbs ** [03:52:01 2020-06-13] 178: Checking geocodings ** [03:52:01 2020-06-13] 178: Checking synchronizations ** [03:52:01 2020-06-13] 178: Checking tracker ** [03:52:01 2020-06-13] 178: Checking user_migrations ** [03:52:01 2020-06-13] 178: Checking batch_updates ** [03:52:01 2020-06-13] 178: Checking gears ** [03:52:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:52:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:06 2020-06-13] 178: Checking imports ** [03:52:06 2020-06-13] 178: Checking exports ** [03:52:06 2020-06-13] 178: Checking users ** [03:52:06 2020-06-13] 178: Checking user_dbs ** [03:52:06 2020-06-13] 178: Checking geocodings ** [03:52:06 2020-06-13] 178: Checking synchronizations ** [03:52:06 2020-06-13] 178: Checking tracker ** [03:52:06 2020-06-13] 178: Checking user_migrations ** [03:52:06 2020-06-13] 178: Checking batch_updates ** [03:52:06 2020-06-13] 178: Checking gears ** [03:52:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:52:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:11 2020-06-13] 178: Checking imports ** [03:52:11 2020-06-13] 178: Checking exports ** [03:52:11 2020-06-13] 178: Checking users ** [03:52:11 2020-06-13] 178: Checking user_dbs ** [03:52:11 2020-06-13] 178: Checking geocodings ** [03:52:11 2020-06-13] 178: Checking synchronizations ** [03:52:11 2020-06-13] 178: Checking tracker ** [03:52:11 2020-06-13] 178: Checking user_migrations ** [03:52:11 2020-06-13] 178: Checking batch_updates ** [03:52:11 2020-06-13] 178: Checking gears ** [03:52:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:52:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:16 2020-06-13] 178: Checking imports ** [03:52:16 2020-06-13] 178: Checking exports ** [03:52:16 2020-06-13] 178: Checking users ** [03:52:16 2020-06-13] 178: Checking user_dbs ** [03:52:16 2020-06-13] 178: Checking geocodings ** [03:52:16 2020-06-13] 178: Checking synchronizations ** [03:52:16 2020-06-13] 178: Checking tracker ** [03:52:16 2020-06-13] 178: Checking user_migrations ** [03:52:16 2020-06-13] 178: Checking batch_updates ** [03:52:16 2020-06-13] 178: Checking gears ** [03:52:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:52:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:21 2020-06-13] 178: Checking imports ** [03:52:21 2020-06-13] 178: Checking exports ** [03:52:21 2020-06-13] 178: Checking users ** [03:52:21 2020-06-13] 178: Checking user_dbs ** [03:52:21 2020-06-13] 178: Checking geocodings ** [03:52:21 2020-06-13] 178: Checking synchronizations ** [03:52:21 2020-06-13] 178: Checking tracker ** [03:52:21 2020-06-13] 178: Checking user_migrations ** [03:52:21 2020-06-13] 178: Checking batch_updates ** [03:52:21 2020-06-13] 178: Checking gears ** [03:52:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:52:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:26 2020-06-13] 178: Checking imports ** [03:52:26 2020-06-13] 178: Checking exports ** [03:52:26 2020-06-13] 178: Checking users ** [03:52:26 2020-06-13] 178: Checking user_dbs ** [03:52:26 2020-06-13] 178: Checking geocodings ** [03:52:26 2020-06-13] 178: Checking synchronizations ** [03:52:26 2020-06-13] 178: Checking tracker ** [03:52:26 2020-06-13] 178: Checking user_migrations ** [03:52:26 2020-06-13] 178: Checking batch_updates ** [03:52:26 2020-06-13] 178: Checking gears ** [03:52:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:52:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:31 2020-06-13] 178: Checking imports ** [03:52:31 2020-06-13] 178: Checking exports ** [03:52:31 2020-06-13] 178: Checking users ** [03:52:31 2020-06-13] 178: Checking user_dbs ** [03:52:31 2020-06-13] 178: Checking geocodings ** [03:52:31 2020-06-13] 178: Checking synchronizations ** [03:52:31 2020-06-13] 178: Checking tracker ** [03:52:31 2020-06-13] 178: Checking user_migrations ** [03:52:31 2020-06-13] 178: Checking batch_updates ** [03:52:31 2020-06-13] 178: Checking gears ** [03:52:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:52:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:36 2020-06-13] 178: Checking imports ** [03:52:36 2020-06-13] 178: Checking exports ** [03:52:36 2020-06-13] 178: Checking users ** [03:52:36 2020-06-13] 178: Checking user_dbs ** [03:52:36 2020-06-13] 178: Checking geocodings ** [03:52:36 2020-06-13] 178: Checking synchronizations ** [03:52:36 2020-06-13] 178: Checking tracker ** [03:52:36 2020-06-13] 178: Checking user_migrations ** [03:52:36 2020-06-13] 178: Checking batch_updates ** [03:52:36 2020-06-13] 178: Checking gears ** [03:52:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:52:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:41 2020-06-13] 178: Checking imports ** [03:52:41 2020-06-13] 178: Checking exports ** [03:52:41 2020-06-13] 178: Checking users ** [03:52:41 2020-06-13] 178: Checking user_dbs ** [03:52:41 2020-06-13] 178: Checking geocodings ** [03:52:41 2020-06-13] 178: Checking synchronizations ** [03:52:41 2020-06-13] 178: Checking tracker ** [03:52:41 2020-06-13] 178: Checking user_migrations ** [03:52:41 2020-06-13] 178: Checking batch_updates ** [03:52:41 2020-06-13] 178: Checking gears ** [03:52:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:52:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:46 2020-06-13] 178: Checking imports ** [03:52:46 2020-06-13] 178: Checking exports ** [03:52:46 2020-06-13] 178: Checking users ** [03:52:46 2020-06-13] 178: Checking user_dbs ** [03:52:46 2020-06-13] 178: Checking geocodings ** [03:52:46 2020-06-13] 178: Checking synchronizations ** [03:52:46 2020-06-13] 178: Checking tracker ** [03:52:46 2020-06-13] 178: Checking user_migrations ** [03:52:46 2020-06-13] 178: Checking batch_updates ** [03:52:46 2020-06-13] 178: Checking gears ** [03:52:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:52:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:51 2020-06-13] 178: Checking imports ** [03:52:51 2020-06-13] 178: Checking exports ** [03:52:51 2020-06-13] 178: Checking users ** [03:52:51 2020-06-13] 178: Checking user_dbs ** [03:52:51 2020-06-13] 178: Checking geocodings ** [03:52:51 2020-06-13] 178: Checking synchronizations ** [03:52:51 2020-06-13] 178: Checking tracker ** [03:52:51 2020-06-13] 178: Checking user_migrations ** [03:52:51 2020-06-13] 178: Checking batch_updates ** [03:52:51 2020-06-13] 178: Checking gears ** [03:52:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:52:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:56 2020-06-13] 178: Checking imports ** [03:52:56 2020-06-13] 178: Checking exports ** [03:52:56 2020-06-13] 178: Checking users ** [03:52:56 2020-06-13] 178: Checking user_dbs ** [03:52:56 2020-06-13] 178: Checking geocodings ** [03:52:56 2020-06-13] 178: Checking synchronizations ** [03:52:56 2020-06-13] 178: Checking tracker ** [03:52:56 2020-06-13] 178: Checking user_migrations ** [03:52:56 2020-06-13] 178: Checking batch_updates ** [03:52:56 2020-06-13] 178: Checking gears ** [03:52:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:52:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:01 2020-06-13] 178: Checking imports ** [03:53:01 2020-06-13] 178: Checking exports ** [03:53:01 2020-06-13] 178: Checking users ** [03:53:01 2020-06-13] 178: Checking user_dbs ** [03:53:01 2020-06-13] 178: Checking geocodings ** [03:53:01 2020-06-13] 178: Checking synchronizations ** [03:53:01 2020-06-13] 178: Checking tracker ** [03:53:01 2020-06-13] 178: Checking user_migrations ** [03:53:01 2020-06-13] 178: Checking batch_updates ** [03:53:01 2020-06-13] 178: Checking gears ** [03:53:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:53:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:06 2020-06-13] 178: Checking imports ** [03:53:06 2020-06-13] 178: Checking exports ** [03:53:06 2020-06-13] 178: Checking users ** [03:53:06 2020-06-13] 178: Checking user_dbs ** [03:53:06 2020-06-13] 178: Checking geocodings ** [03:53:06 2020-06-13] 178: Checking synchronizations ** [03:53:06 2020-06-13] 178: Checking tracker ** [03:53:06 2020-06-13] 178: Checking user_migrations ** [03:53:06 2020-06-13] 178: Checking batch_updates ** [03:53:06 2020-06-13] 178: Checking gears ** [03:53:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:53:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:11 2020-06-13] 178: Checking imports ** [03:53:11 2020-06-13] 178: Checking exports ** [03:53:11 2020-06-13] 178: Checking users ** [03:53:11 2020-06-13] 178: Checking user_dbs ** [03:53:11 2020-06-13] 178: Checking geocodings ** [03:53:11 2020-06-13] 178: Checking synchronizations ** [03:53:11 2020-06-13] 178: Checking tracker ** [03:53:11 2020-06-13] 178: Checking user_migrations ** [03:53:11 2020-06-13] 178: Checking batch_updates ** [03:53:11 2020-06-13] 178: Checking gears ** [03:53:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:53:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:16 2020-06-13] 178: Checking imports ** [03:53:16 2020-06-13] 178: Checking exports ** [03:53:16 2020-06-13] 178: Checking users ** [03:53:16 2020-06-13] 178: Checking user_dbs ** [03:53:16 2020-06-13] 178: Checking geocodings ** [03:53:16 2020-06-13] 178: Checking synchronizations ** [03:53:16 2020-06-13] 178: Checking tracker ** [03:53:16 2020-06-13] 178: Checking user_migrations ** [03:53:16 2020-06-13] 178: Checking batch_updates ** [03:53:16 2020-06-13] 178: Checking gears ** [03:53:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:53:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:21 2020-06-13] 178: Checking imports ** [03:53:21 2020-06-13] 178: Checking exports ** [03:53:21 2020-06-13] 178: Checking users ** [03:53:21 2020-06-13] 178: Checking user_dbs ** [03:53:21 2020-06-13] 178: Checking geocodings ** [03:53:21 2020-06-13] 178: Checking synchronizations ** [03:53:21 2020-06-13] 178: Checking tracker ** [03:53:21 2020-06-13] 178: Checking user_migrations ** [03:53:21 2020-06-13] 178: Checking batch_updates ** [03:53:21 2020-06-13] 178: Checking gears ** [03:53:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:53:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:26 2020-06-13] 178: Checking imports ** [03:53:26 2020-06-13] 178: Checking exports ** [03:53:26 2020-06-13] 178: Checking users ** [03:53:26 2020-06-13] 178: Checking user_dbs ** [03:53:26 2020-06-13] 178: Checking geocodings ** [03:53:26 2020-06-13] 178: Checking synchronizations ** [03:53:26 2020-06-13] 178: Checking tracker ** [03:53:26 2020-06-13] 178: Checking user_migrations ** [03:53:26 2020-06-13] 178: Checking batch_updates ** [03:53:26 2020-06-13] 178: Checking gears ** [03:53:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:53:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:31 2020-06-13] 178: Checking imports ** [03:53:31 2020-06-13] 178: Checking exports ** [03:53:31 2020-06-13] 178: Checking users ** [03:53:31 2020-06-13] 178: Checking user_dbs ** [03:53:31 2020-06-13] 178: Checking geocodings ** [03:53:31 2020-06-13] 178: Checking synchronizations ** [03:53:31 2020-06-13] 178: Checking tracker ** [03:53:31 2020-06-13] 178: Checking user_migrations ** [03:53:31 2020-06-13] 178: Checking batch_updates ** [03:53:31 2020-06-13] 178: Checking gears ** [03:53:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:53:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:36 2020-06-13] 178: Checking imports ** [03:53:36 2020-06-13] 178: Checking exports ** [03:53:36 2020-06-13] 178: Checking users ** [03:53:36 2020-06-13] 178: Checking user_dbs ** [03:53:36 2020-06-13] 178: Checking geocodings ** [03:53:36 2020-06-13] 178: Checking synchronizations ** [03:53:36 2020-06-13] 178: Checking tracker ** [03:53:36 2020-06-13] 178: Checking user_migrations ** [03:53:36 2020-06-13] 178: Checking batch_updates ** [03:53:36 2020-06-13] 178: Checking gears ** [03:53:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:53:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:41 2020-06-13] 178: Checking imports ** [03:53:41 2020-06-13] 178: Checking exports ** [03:53:41 2020-06-13] 178: Checking users ** [03:53:41 2020-06-13] 178: Checking user_dbs ** [03:53:41 2020-06-13] 178: Checking geocodings ** [03:53:41 2020-06-13] 178: Checking synchronizations ** [03:53:41 2020-06-13] 178: Checking tracker ** [03:53:41 2020-06-13] 178: Checking user_migrations ** [03:53:41 2020-06-13] 178: Checking batch_updates ** [03:53:41 2020-06-13] 178: Checking gears ** [03:53:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:53:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:46 2020-06-13] 178: Checking imports ** [03:53:46 2020-06-13] 178: Checking exports ** [03:53:46 2020-06-13] 178: Checking users ** [03:53:46 2020-06-13] 178: Checking user_dbs ** [03:53:46 2020-06-13] 178: Checking geocodings ** [03:53:46 2020-06-13] 178: Checking synchronizations ** [03:53:46 2020-06-13] 178: Checking tracker ** [03:53:46 2020-06-13] 178: Checking user_migrations ** [03:53:46 2020-06-13] 178: Checking batch_updates ** [03:53:46 2020-06-13] 178: Checking gears ** [03:53:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:53:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:51 2020-06-13] 178: Checking imports ** [03:53:51 2020-06-13] 178: Checking exports ** [03:53:51 2020-06-13] 178: Checking users ** [03:53:51 2020-06-13] 178: Checking user_dbs ** [03:53:51 2020-06-13] 178: Checking geocodings ** [03:53:51 2020-06-13] 178: Checking synchronizations ** [03:53:51 2020-06-13] 178: Checking tracker ** [03:53:51 2020-06-13] 178: Checking user_migrations ** [03:53:51 2020-06-13] 178: Checking batch_updates ** [03:53:51 2020-06-13] 178: Checking gears ** [03:53:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:53:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:56 2020-06-13] 178: Checking imports ** [03:53:56 2020-06-13] 178: Checking exports ** [03:53:56 2020-06-13] 178: Checking users ** [03:53:56 2020-06-13] 178: Checking user_dbs ** [03:53:56 2020-06-13] 178: Checking geocodings ** [03:53:56 2020-06-13] 178: Checking synchronizations ** [03:53:56 2020-06-13] 178: Checking tracker ** [03:53:56 2020-06-13] 178: Checking user_migrations ** [03:53:56 2020-06-13] 178: Checking batch_updates ** [03:53:56 2020-06-13] 178: Checking gears ** [03:53:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:53:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:01 2020-06-13] 178: Checking imports ** [03:54:01 2020-06-13] 178: Checking exports ** [03:54:01 2020-06-13] 178: Checking users ** [03:54:01 2020-06-13] 178: Checking user_dbs ** [03:54:01 2020-06-13] 178: Checking geocodings ** [03:54:01 2020-06-13] 178: Checking synchronizations ** [03:54:01 2020-06-13] 178: Checking tracker ** [03:54:01 2020-06-13] 178: Checking user_migrations ** [03:54:01 2020-06-13] 178: Checking batch_updates ** [03:54:01 2020-06-13] 178: Checking gears ** [03:54:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:54:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:06 2020-06-13] 178: Checking imports ** [03:54:06 2020-06-13] 178: Checking exports ** [03:54:06 2020-06-13] 178: Checking users ** [03:54:06 2020-06-13] 178: Checking user_dbs ** [03:54:06 2020-06-13] 178: Checking geocodings ** [03:54:06 2020-06-13] 178: Checking synchronizations ** [03:54:06 2020-06-13] 178: Checking tracker ** [03:54:06 2020-06-13] 178: Checking user_migrations ** [03:54:06 2020-06-13] 178: Checking batch_updates ** [03:54:06 2020-06-13] 178: Checking gears ** [03:54:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:54:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:11 2020-06-13] 178: Checking imports ** [03:54:11 2020-06-13] 178: Checking exports ** [03:54:11 2020-06-13] 178: Checking users ** [03:54:11 2020-06-13] 178: Checking user_dbs ** [03:54:11 2020-06-13] 178: Checking geocodings ** [03:54:11 2020-06-13] 178: Checking synchronizations ** [03:54:11 2020-06-13] 178: Checking tracker ** [03:54:11 2020-06-13] 178: Checking user_migrations ** [03:54:11 2020-06-13] 178: Checking batch_updates ** [03:54:11 2020-06-13] 178: Checking gears ** [03:54:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:54:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:16 2020-06-13] 178: Checking imports ** [03:54:16 2020-06-13] 178: Checking exports ** [03:54:16 2020-06-13] 178: Checking users ** [03:54:16 2020-06-13] 178: Checking user_dbs ** [03:54:16 2020-06-13] 178: Checking geocodings ** [03:54:16 2020-06-13] 178: Checking synchronizations ** [03:54:16 2020-06-13] 178: Checking tracker ** [03:54:16 2020-06-13] 178: Checking user_migrations ** [03:54:16 2020-06-13] 178: Checking batch_updates ** [03:54:16 2020-06-13] 178: Checking gears ** [03:54:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:54:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:21 2020-06-13] 178: Checking imports ** [03:54:21 2020-06-13] 178: Checking exports ** [03:54:21 2020-06-13] 178: Checking users ** [03:54:21 2020-06-13] 178: Checking user_dbs ** [03:54:21 2020-06-13] 178: Checking geocodings ** [03:54:21 2020-06-13] 178: Checking synchronizations ** [03:54:21 2020-06-13] 178: Checking tracker ** [03:54:21 2020-06-13] 178: Checking user_migrations ** [03:54:21 2020-06-13] 178: Checking batch_updates ** [03:54:21 2020-06-13] 178: Checking gears ** [03:54:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:54:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:26 2020-06-13] 178: Checking imports ** [03:54:26 2020-06-13] 178: Checking exports ** [03:54:26 2020-06-13] 178: Checking users ** [03:54:26 2020-06-13] 178: Checking user_dbs ** [03:54:26 2020-06-13] 178: Checking geocodings ** [03:54:26 2020-06-13] 178: Checking synchronizations ** [03:54:26 2020-06-13] 178: Checking tracker ** [03:54:26 2020-06-13] 178: Checking user_migrations ** [03:54:26 2020-06-13] 178: Checking batch_updates ** [03:54:26 2020-06-13] 178: Checking gears ** [03:54:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:54:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:31 2020-06-13] 178: Checking imports ** [03:54:31 2020-06-13] 178: Checking exports ** [03:54:31 2020-06-13] 178: Checking users ** [03:54:31 2020-06-13] 178: Checking user_dbs ** [03:54:31 2020-06-13] 178: Checking geocodings ** [03:54:31 2020-06-13] 178: Checking synchronizations ** [03:54:31 2020-06-13] 178: Checking tracker ** [03:54:31 2020-06-13] 178: Checking user_migrations ** [03:54:31 2020-06-13] 178: Checking batch_updates ** [03:54:31 2020-06-13] 178: Checking gears ** [03:54:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:54:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:36 2020-06-13] 178: Checking imports ** [03:54:36 2020-06-13] 178: Checking exports ** [03:54:36 2020-06-13] 178: Checking users ** [03:54:36 2020-06-13] 178: Checking user_dbs ** [03:54:36 2020-06-13] 178: Checking geocodings ** [03:54:36 2020-06-13] 178: Checking synchronizations ** [03:54:36 2020-06-13] 178: Checking tracker ** [03:54:36 2020-06-13] 178: Checking user_migrations ** [03:54:36 2020-06-13] 178: Checking batch_updates ** [03:54:36 2020-06-13] 178: Checking gears ** [03:54:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:54:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:41 2020-06-13] 178: Checking imports ** [03:54:41 2020-06-13] 178: Checking exports ** [03:54:41 2020-06-13] 178: Checking users ** [03:54:41 2020-06-13] 178: Checking user_dbs ** [03:54:41 2020-06-13] 178: Checking geocodings ** [03:54:41 2020-06-13] 178: Checking synchronizations ** [03:54:41 2020-06-13] 178: Checking tracker ** [03:54:41 2020-06-13] 178: Checking user_migrations ** [03:54:41 2020-06-13] 178: Checking batch_updates ** [03:54:41 2020-06-13] 178: Checking gears ** [03:54:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:54:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:46 2020-06-13] 178: Checking imports ** [03:54:46 2020-06-13] 178: Checking exports ** [03:54:46 2020-06-13] 178: Checking users ** [03:54:46 2020-06-13] 178: Checking user_dbs ** [03:54:46 2020-06-13] 178: Checking geocodings ** [03:54:46 2020-06-13] 178: Checking synchronizations ** [03:54:46 2020-06-13] 178: Checking tracker ** [03:54:46 2020-06-13] 178: Checking user_migrations ** [03:54:46 2020-06-13] 178: Checking batch_updates ** [03:54:46 2020-06-13] 178: Checking gears ** [03:54:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:54:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:51 2020-06-13] 178: Checking imports ** [03:54:51 2020-06-13] 178: Checking exports ** [03:54:51 2020-06-13] 178: Checking users ** [03:54:51 2020-06-13] 178: Checking user_dbs ** [03:54:51 2020-06-13] 178: Checking geocodings ** [03:54:51 2020-06-13] 178: Checking synchronizations ** [03:54:51 2020-06-13] 178: Checking tracker ** [03:54:51 2020-06-13] 178: Checking user_migrations ** [03:54:51 2020-06-13] 178: Checking batch_updates ** [03:54:51 2020-06-13] 178: Checking gears ** [03:54:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:54:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:56 2020-06-13] 178: Checking imports ** [03:54:56 2020-06-13] 178: Checking exports ** [03:54:56 2020-06-13] 178: Checking users ** [03:54:56 2020-06-13] 178: Checking user_dbs ** [03:54:56 2020-06-13] 178: Checking geocodings ** [03:54:56 2020-06-13] 178: Checking synchronizations ** [03:54:56 2020-06-13] 178: Checking tracker ** [03:54:56 2020-06-13] 178: Checking user_migrations ** [03:54:56 2020-06-13] 178: Checking batch_updates ** [03:54:56 2020-06-13] 178: Checking gears ** [03:54:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:54:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:01 2020-06-13] 178: Checking imports ** [03:55:01 2020-06-13] 178: Checking exports ** [03:55:01 2020-06-13] 178: Checking users ** [03:55:01 2020-06-13] 178: Checking user_dbs ** [03:55:01 2020-06-13] 178: Checking geocodings ** [03:55:01 2020-06-13] 178: Checking synchronizations ** [03:55:01 2020-06-13] 178: Checking tracker ** [03:55:01 2020-06-13] 178: Checking user_migrations ** [03:55:01 2020-06-13] 178: Checking batch_updates ** [03:55:01 2020-06-13] 178: Checking gears ** [03:55:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:55:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:06 2020-06-13] 178: Checking imports ** [03:55:06 2020-06-13] 178: Checking exports ** [03:55:06 2020-06-13] 178: Checking users ** [03:55:06 2020-06-13] 178: Checking user_dbs ** [03:55:06 2020-06-13] 178: Checking geocodings ** [03:55:06 2020-06-13] 178: Checking synchronizations ** [03:55:06 2020-06-13] 178: Checking tracker ** [03:55:06 2020-06-13] 178: Checking user_migrations ** [03:55:06 2020-06-13] 178: Checking batch_updates ** [03:55:06 2020-06-13] 178: Checking gears ** [03:55:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:55:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:11 2020-06-13] 178: Checking imports ** [03:55:11 2020-06-13] 178: Checking exports ** [03:55:11 2020-06-13] 178: Checking users ** [03:55:11 2020-06-13] 178: Checking user_dbs ** [03:55:11 2020-06-13] 178: Checking geocodings ** [03:55:11 2020-06-13] 178: Checking synchronizations ** [03:55:11 2020-06-13] 178: Checking tracker ** [03:55:11 2020-06-13] 178: Checking user_migrations ** [03:55:11 2020-06-13] 178: Checking batch_updates ** [03:55:11 2020-06-13] 178: Checking gears ** [03:55:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:55:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:16 2020-06-13] 178: Checking imports ** [03:55:16 2020-06-13] 178: Checking exports ** [03:55:16 2020-06-13] 178: Checking users ** [03:55:16 2020-06-13] 178: Checking user_dbs ** [03:55:16 2020-06-13] 178: Checking geocodings ** [03:55:16 2020-06-13] 178: Checking synchronizations ** [03:55:16 2020-06-13] 178: Checking tracker ** [03:55:16 2020-06-13] 178: Checking user_migrations ** [03:55:16 2020-06-13] 178: Checking batch_updates ** [03:55:16 2020-06-13] 178: Checking gears ** [03:55:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:55:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:21 2020-06-13] 178: Checking imports ** [03:55:21 2020-06-13] 178: Checking exports ** [03:55:21 2020-06-13] 178: Checking users ** [03:55:21 2020-06-13] 178: Checking user_dbs ** [03:55:21 2020-06-13] 178: Checking geocodings ** [03:55:21 2020-06-13] 178: Checking synchronizations ** [03:55:21 2020-06-13] 178: Checking tracker ** [03:55:21 2020-06-13] 178: Checking user_migrations ** [03:55:21 2020-06-13] 178: Checking batch_updates ** [03:55:21 2020-06-13] 178: Checking gears ** [03:55:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:55:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:26 2020-06-13] 178: Checking imports ** [03:55:26 2020-06-13] 178: Checking exports ** [03:55:26 2020-06-13] 178: Checking users ** [03:55:26 2020-06-13] 178: Checking user_dbs ** [03:55:26 2020-06-13] 178: Checking geocodings ** [03:55:26 2020-06-13] 178: Checking synchronizations ** [03:55:26 2020-06-13] 178: Checking tracker ** [03:55:26 2020-06-13] 178: Checking user_migrations ** [03:55:26 2020-06-13] 178: Checking batch_updates ** [03:55:26 2020-06-13] 178: Checking gears ** [03:55:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:55:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:31 2020-06-13] 178: Checking imports ** [03:55:31 2020-06-13] 178: Checking exports ** [03:55:31 2020-06-13] 178: Checking users ** [03:55:31 2020-06-13] 178: Checking user_dbs ** [03:55:31 2020-06-13] 178: Checking geocodings ** [03:55:31 2020-06-13] 178: Checking synchronizations ** [03:55:31 2020-06-13] 178: Checking tracker ** [03:55:31 2020-06-13] 178: Checking user_migrations ** [03:55:31 2020-06-13] 178: Checking batch_updates ** [03:55:31 2020-06-13] 178: Checking gears ** [03:55:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:55:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:36 2020-06-13] 178: Checking imports ** [03:55:36 2020-06-13] 178: Checking exports ** [03:55:36 2020-06-13] 178: Checking users ** [03:55:36 2020-06-13] 178: Checking user_dbs ** [03:55:36 2020-06-13] 178: Checking geocodings ** [03:55:36 2020-06-13] 178: Checking synchronizations ** [03:55:36 2020-06-13] 178: Checking tracker ** [03:55:36 2020-06-13] 178: Checking user_migrations ** [03:55:36 2020-06-13] 178: Checking batch_updates ** [03:55:36 2020-06-13] 178: Checking gears ** [03:55:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:55:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:41 2020-06-13] 178: Checking imports ** [03:55:41 2020-06-13] 178: Checking exports ** [03:55:41 2020-06-13] 178: Checking users ** [03:55:41 2020-06-13] 178: Checking user_dbs ** [03:55:41 2020-06-13] 178: Checking geocodings ** [03:55:41 2020-06-13] 178: Checking synchronizations ** [03:55:41 2020-06-13] 178: Checking tracker ** [03:55:41 2020-06-13] 178: Checking user_migrations ** [03:55:41 2020-06-13] 178: Checking batch_updates ** [03:55:41 2020-06-13] 178: Checking gears ** [03:55:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:55:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:46 2020-06-13] 178: Checking imports ** [03:55:46 2020-06-13] 178: Checking exports ** [03:55:46 2020-06-13] 178: Checking users ** [03:55:46 2020-06-13] 178: Checking user_dbs ** [03:55:46 2020-06-13] 178: Checking geocodings ** [03:55:46 2020-06-13] 178: Checking synchronizations ** [03:55:46 2020-06-13] 178: Checking tracker ** [03:55:46 2020-06-13] 178: Checking user_migrations ** [03:55:46 2020-06-13] 178: Checking batch_updates ** [03:55:46 2020-06-13] 178: Checking gears ** [03:55:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:55:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:51 2020-06-13] 178: Checking imports ** [03:55:51 2020-06-13] 178: Checking exports ** [03:55:51 2020-06-13] 178: Checking users ** [03:55:51 2020-06-13] 178: Checking user_dbs ** [03:55:51 2020-06-13] 178: Checking geocodings ** [03:55:51 2020-06-13] 178: Checking synchronizations ** [03:55:51 2020-06-13] 178: Checking tracker ** [03:55:51 2020-06-13] 178: Checking user_migrations ** [03:55:51 2020-06-13] 178: Checking batch_updates ** [03:55:51 2020-06-13] 178: Checking gears ** [03:55:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:55:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:56 2020-06-13] 178: Checking imports ** [03:55:56 2020-06-13] 178: Checking exports ** [03:55:56 2020-06-13] 178: Checking users ** [03:55:56 2020-06-13] 178: Checking user_dbs ** [03:55:56 2020-06-13] 178: Checking geocodings ** [03:55:56 2020-06-13] 178: Checking synchronizations ** [03:55:56 2020-06-13] 178: Checking tracker ** [03:55:56 2020-06-13] 178: Checking user_migrations ** [03:55:56 2020-06-13] 178: Checking batch_updates ** [03:55:56 2020-06-13] 178: Checking gears ** [03:55:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:55:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:01 2020-06-13] 178: Checking imports ** [03:56:01 2020-06-13] 178: Checking exports ** [03:56:01 2020-06-13] 178: Checking users ** [03:56:01 2020-06-13] 178: Checking user_dbs ** [03:56:01 2020-06-13] 178: Checking geocodings ** [03:56:01 2020-06-13] 178: Checking synchronizations ** [03:56:01 2020-06-13] 178: Checking tracker ** [03:56:01 2020-06-13] 178: Checking user_migrations ** [03:56:01 2020-06-13] 178: Checking batch_updates ** [03:56:01 2020-06-13] 178: Checking gears ** [03:56:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:56:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:06 2020-06-13] 178: Checking imports ** [03:56:06 2020-06-13] 178: Checking exports ** [03:56:06 2020-06-13] 178: Checking users ** [03:56:06 2020-06-13] 178: Checking user_dbs ** [03:56:06 2020-06-13] 178: Checking geocodings ** [03:56:06 2020-06-13] 178: Checking synchronizations ** [03:56:06 2020-06-13] 178: Checking tracker ** [03:56:06 2020-06-13] 178: Checking user_migrations ** [03:56:06 2020-06-13] 178: Checking batch_updates ** [03:56:06 2020-06-13] 178: Checking gears ** [03:56:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:56:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:11 2020-06-13] 178: Checking imports ** [03:56:11 2020-06-13] 178: Checking exports ** [03:56:11 2020-06-13] 178: Checking users ** [03:56:11 2020-06-13] 178: Checking user_dbs ** [03:56:11 2020-06-13] 178: Checking geocodings ** [03:56:11 2020-06-13] 178: Checking synchronizations ** [03:56:11 2020-06-13] 178: Checking tracker ** [03:56:11 2020-06-13] 178: Checking user_migrations ** [03:56:11 2020-06-13] 178: Checking batch_updates ** [03:56:11 2020-06-13] 178: Checking gears ** [03:56:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:56:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:16 2020-06-13] 178: Checking imports ** [03:56:16 2020-06-13] 178: Checking exports ** [03:56:16 2020-06-13] 178: Checking users ** [03:56:16 2020-06-13] 178: Checking user_dbs ** [03:56:16 2020-06-13] 178: Checking geocodings ** [03:56:16 2020-06-13] 178: Checking synchronizations ** [03:56:16 2020-06-13] 178: Checking tracker ** [03:56:16 2020-06-13] 178: Checking user_migrations ** [03:56:16 2020-06-13] 178: Checking batch_updates ** [03:56:16 2020-06-13] 178: Checking gears ** [03:56:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:56:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:21 2020-06-13] 178: Checking imports ** [03:56:21 2020-06-13] 178: Checking exports ** [03:56:21 2020-06-13] 178: Checking users ** [03:56:21 2020-06-13] 178: Checking user_dbs ** [03:56:21 2020-06-13] 178: Checking geocodings ** [03:56:21 2020-06-13] 178: Checking synchronizations ** [03:56:21 2020-06-13] 178: Checking tracker ** [03:56:21 2020-06-13] 178: Checking user_migrations ** [03:56:21 2020-06-13] 178: Checking batch_updates ** [03:56:21 2020-06-13] 178: Checking gears ** [03:56:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:56:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:26 2020-06-13] 178: Checking imports ** [03:56:26 2020-06-13] 178: Checking exports ** [03:56:26 2020-06-13] 178: Checking users ** [03:56:26 2020-06-13] 178: Checking user_dbs ** [03:56:26 2020-06-13] 178: Checking geocodings ** [03:56:26 2020-06-13] 178: Checking synchronizations ** [03:56:26 2020-06-13] 178: Checking tracker ** [03:56:26 2020-06-13] 178: Checking user_migrations ** [03:56:26 2020-06-13] 178: Checking batch_updates ** [03:56:26 2020-06-13] 178: Checking gears ** [03:56:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:56:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:31 2020-06-13] 178: Checking imports ** [03:56:31 2020-06-13] 178: Checking exports ** [03:56:31 2020-06-13] 178: Checking users ** [03:56:31 2020-06-13] 178: Checking user_dbs ** [03:56:31 2020-06-13] 178: Checking geocodings ** [03:56:31 2020-06-13] 178: Checking synchronizations ** [03:56:31 2020-06-13] 178: Checking tracker ** [03:56:31 2020-06-13] 178: Checking user_migrations ** [03:56:31 2020-06-13] 178: Checking batch_updates ** [03:56:31 2020-06-13] 178: Checking gears ** [03:56:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:56:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:36 2020-06-13] 178: Checking imports ** [03:56:36 2020-06-13] 178: Checking exports ** [03:56:36 2020-06-13] 178: Checking users ** [03:56:36 2020-06-13] 178: Checking user_dbs ** [03:56:36 2020-06-13] 178: Checking geocodings ** [03:56:36 2020-06-13] 178: Checking synchronizations ** [03:56:36 2020-06-13] 178: Checking tracker ** [03:56:36 2020-06-13] 178: Checking user_migrations ** [03:56:36 2020-06-13] 178: Checking batch_updates ** [03:56:36 2020-06-13] 178: Checking gears ** [03:56:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:56:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:41 2020-06-13] 178: Checking imports ** [03:56:41 2020-06-13] 178: Checking exports ** [03:56:41 2020-06-13] 178: Checking users ** [03:56:41 2020-06-13] 178: Checking user_dbs ** [03:56:41 2020-06-13] 178: Checking geocodings ** [03:56:41 2020-06-13] 178: Checking synchronizations ** [03:56:41 2020-06-13] 178: Checking tracker ** [03:56:41 2020-06-13] 178: Checking user_migrations ** [03:56:41 2020-06-13] 178: Checking batch_updates ** [03:56:41 2020-06-13] 178: Checking gears ** [03:56:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:56:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:46 2020-06-13] 178: Checking imports ** [03:56:46 2020-06-13] 178: Checking exports ** [03:56:46 2020-06-13] 178: Checking users ** [03:56:46 2020-06-13] 178: Checking user_dbs ** [03:56:46 2020-06-13] 178: Checking geocodings ** [03:56:46 2020-06-13] 178: Checking synchronizations ** [03:56:46 2020-06-13] 178: Checking tracker ** [03:56:46 2020-06-13] 178: Checking user_migrations ** [03:56:46 2020-06-13] 178: Checking batch_updates ** [03:56:46 2020-06-13] 178: Checking gears ** [03:56:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:56:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:51 2020-06-13] 178: Checking imports ** [03:56:51 2020-06-13] 178: Checking exports ** [03:56:51 2020-06-13] 178: Checking users ** [03:56:51 2020-06-13] 178: Checking user_dbs ** [03:56:51 2020-06-13] 178: Checking geocodings ** [03:56:51 2020-06-13] 178: Checking synchronizations ** [03:56:51 2020-06-13] 178: Checking tracker ** [03:56:51 2020-06-13] 178: Checking user_migrations ** [03:56:51 2020-06-13] 178: Checking batch_updates ** [03:56:51 2020-06-13] 178: Checking gears ** [03:56:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:56:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:56 2020-06-13] 178: Checking imports ** [03:56:56 2020-06-13] 178: Checking exports ** [03:56:56 2020-06-13] 178: Checking users ** [03:56:56 2020-06-13] 178: Checking user_dbs ** [03:56:56 2020-06-13] 178: Checking geocodings ** [03:56:56 2020-06-13] 178: Checking synchronizations ** [03:56:56 2020-06-13] 178: Checking tracker ** [03:56:56 2020-06-13] 178: Checking user_migrations ** [03:56:56 2020-06-13] 178: Checking batch_updates ** [03:56:56 2020-06-13] 178: Checking gears ** [03:56:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:56:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:01 2020-06-13] 178: Checking imports ** [03:57:01 2020-06-13] 178: Checking exports ** [03:57:01 2020-06-13] 178: Checking users ** [03:57:01 2020-06-13] 178: Checking user_dbs ** [03:57:01 2020-06-13] 178: Checking geocodings ** [03:57:01 2020-06-13] 178: Checking synchronizations ** [03:57:01 2020-06-13] 178: Checking tracker ** [03:57:01 2020-06-13] 178: Checking user_migrations ** [03:57:01 2020-06-13] 178: Checking batch_updates ** [03:57:01 2020-06-13] 178: Checking gears ** [03:57:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:57:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:06 2020-06-13] 178: Checking imports ** [03:57:06 2020-06-13] 178: Checking exports ** [03:57:06 2020-06-13] 178: Checking users ** [03:57:06 2020-06-13] 178: Checking user_dbs ** [03:57:06 2020-06-13] 178: Checking geocodings ** [03:57:06 2020-06-13] 178: Checking synchronizations ** [03:57:06 2020-06-13] 178: Checking tracker ** [03:57:06 2020-06-13] 178: Checking user_migrations ** [03:57:06 2020-06-13] 178: Checking batch_updates ** [03:57:06 2020-06-13] 178: Checking gears ** [03:57:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:57:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:11 2020-06-13] 178: Checking imports ** [03:57:11 2020-06-13] 178: Checking exports ** [03:57:11 2020-06-13] 178: Checking users ** [03:57:11 2020-06-13] 178: Checking user_dbs ** [03:57:11 2020-06-13] 178: Checking geocodings ** [03:57:11 2020-06-13] 178: Checking synchronizations ** [03:57:11 2020-06-13] 178: Checking tracker ** [03:57:11 2020-06-13] 178: Checking user_migrations ** [03:57:11 2020-06-13] 178: Checking batch_updates ** [03:57:11 2020-06-13] 178: Checking gears ** [03:57:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:57:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:16 2020-06-13] 178: Checking imports ** [03:57:16 2020-06-13] 178: Checking exports ** [03:57:16 2020-06-13] 178: Checking users ** [03:57:16 2020-06-13] 178: Checking user_dbs ** [03:57:16 2020-06-13] 178: Checking geocodings ** [03:57:16 2020-06-13] 178: Checking synchronizations ** [03:57:16 2020-06-13] 178: Checking tracker ** [03:57:16 2020-06-13] 178: Checking user_migrations ** [03:57:16 2020-06-13] 178: Checking batch_updates ** [03:57:16 2020-06-13] 178: Checking gears ** [03:57:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:57:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:21 2020-06-13] 178: Checking imports ** [03:57:21 2020-06-13] 178: Checking exports ** [03:57:21 2020-06-13] 178: Checking users ** [03:57:21 2020-06-13] 178: Checking user_dbs ** [03:57:21 2020-06-13] 178: Checking geocodings ** [03:57:21 2020-06-13] 178: Checking synchronizations ** [03:57:21 2020-06-13] 178: Checking tracker ** [03:57:21 2020-06-13] 178: Checking user_migrations ** [03:57:21 2020-06-13] 178: Checking batch_updates ** [03:57:21 2020-06-13] 178: Checking gears ** [03:57:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:57:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:26 2020-06-13] 178: Checking imports ** [03:57:26 2020-06-13] 178: Checking exports ** [03:57:26 2020-06-13] 178: Checking users ** [03:57:26 2020-06-13] 178: Checking user_dbs ** [03:57:26 2020-06-13] 178: Checking geocodings ** [03:57:26 2020-06-13] 178: Checking synchronizations ** [03:57:26 2020-06-13] 178: Checking tracker ** [03:57:26 2020-06-13] 178: Checking user_migrations ** [03:57:26 2020-06-13] 178: Checking batch_updates ** [03:57:26 2020-06-13] 178: Checking gears ** [03:57:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:57:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:31 2020-06-13] 178: Checking imports ** [03:57:31 2020-06-13] 178: Checking exports ** [03:57:31 2020-06-13] 178: Checking users ** [03:57:31 2020-06-13] 178: Checking user_dbs ** [03:57:31 2020-06-13] 178: Checking geocodings ** [03:57:31 2020-06-13] 178: Checking synchronizations ** [03:57:31 2020-06-13] 178: Checking tracker ** [03:57:31 2020-06-13] 178: Checking user_migrations ** [03:57:31 2020-06-13] 178: Checking batch_updates ** [03:57:31 2020-06-13] 178: Checking gears ** [03:57:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:57:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:36 2020-06-13] 178: Checking imports ** [03:57:36 2020-06-13] 178: Checking exports ** [03:57:36 2020-06-13] 178: Checking users ** [03:57:36 2020-06-13] 178: Checking user_dbs ** [03:57:36 2020-06-13] 178: Checking geocodings ** [03:57:36 2020-06-13] 178: Checking synchronizations ** [03:57:36 2020-06-13] 178: Checking tracker ** [03:57:36 2020-06-13] 178: Checking user_migrations ** [03:57:36 2020-06-13] 178: Checking batch_updates ** [03:57:36 2020-06-13] 178: Checking gears ** [03:57:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:57:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:41 2020-06-13] 178: Checking imports ** [03:57:41 2020-06-13] 178: Checking exports ** [03:57:41 2020-06-13] 178: Checking users ** [03:57:41 2020-06-13] 178: Checking user_dbs ** [03:57:41 2020-06-13] 178: Checking geocodings ** [03:57:41 2020-06-13] 178: Checking synchronizations ** [03:57:41 2020-06-13] 178: Checking tracker ** [03:57:41 2020-06-13] 178: Checking user_migrations ** [03:57:41 2020-06-13] 178: Checking batch_updates ** [03:57:41 2020-06-13] 178: Checking gears ** [03:57:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:57:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:46 2020-06-13] 178: Checking imports ** [03:57:46 2020-06-13] 178: Checking exports ** [03:57:46 2020-06-13] 178: Checking users ** [03:57:46 2020-06-13] 178: Checking user_dbs ** [03:57:46 2020-06-13] 178: Checking geocodings ** [03:57:46 2020-06-13] 178: Checking synchronizations ** [03:57:46 2020-06-13] 178: Checking tracker ** [03:57:46 2020-06-13] 178: Checking user_migrations ** [03:57:46 2020-06-13] 178: Checking batch_updates ** [03:57:46 2020-06-13] 178: Checking gears ** [03:57:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:57:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:51 2020-06-13] 178: Checking imports ** [03:57:51 2020-06-13] 178: Checking exports ** [03:57:51 2020-06-13] 178: Checking users ** [03:57:51 2020-06-13] 178: Checking user_dbs ** [03:57:51 2020-06-13] 178: Checking geocodings ** [03:57:51 2020-06-13] 178: Checking synchronizations ** [03:57:51 2020-06-13] 178: Checking tracker ** [03:57:51 2020-06-13] 178: Checking user_migrations ** [03:57:51 2020-06-13] 178: Checking batch_updates ** [03:57:51 2020-06-13] 178: Checking gears ** [03:57:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:57:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:56 2020-06-13] 178: Checking imports ** [03:57:56 2020-06-13] 178: Checking exports ** [03:57:57 2020-06-13] 178: Checking users ** [03:57:57 2020-06-13] 178: Checking user_dbs ** [03:57:57 2020-06-13] 178: Checking geocodings ** [03:57:57 2020-06-13] 178: Checking synchronizations ** [03:57:57 2020-06-13] 178: Checking tracker ** [03:57:57 2020-06-13] 178: Checking user_migrations ** [03:57:57 2020-06-13] 178: Checking batch_updates ** [03:57:57 2020-06-13] 178: Checking gears ** [03:57:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:57:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:02 2020-06-13] 178: Checking imports ** [03:58:02 2020-06-13] 178: Checking exports ** [03:58:02 2020-06-13] 178: Checking users ** [03:58:02 2020-06-13] 178: Checking user_dbs ** [03:58:02 2020-06-13] 178: Checking geocodings ** [03:58:02 2020-06-13] 178: Checking synchronizations ** [03:58:02 2020-06-13] 178: Checking tracker ** [03:58:02 2020-06-13] 178: Checking user_migrations ** [03:58:02 2020-06-13] 178: Checking batch_updates ** [03:58:02 2020-06-13] 178: Checking gears ** [03:58:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:58:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:07 2020-06-13] 178: Checking imports ** [03:58:07 2020-06-13] 178: Checking exports ** [03:58:07 2020-06-13] 178: Checking users ** [03:58:07 2020-06-13] 178: Checking user_dbs ** [03:58:07 2020-06-13] 178: Checking geocodings ** [03:58:07 2020-06-13] 178: Checking synchronizations ** [03:58:07 2020-06-13] 178: Checking tracker ** [03:58:07 2020-06-13] 178: Checking user_migrations ** [03:58:07 2020-06-13] 178: Checking batch_updates ** [03:58:07 2020-06-13] 178: Checking gears ** [03:58:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:58:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:12 2020-06-13] 178: Checking imports ** [03:58:12 2020-06-13] 178: Checking exports ** [03:58:12 2020-06-13] 178: Checking users ** [03:58:12 2020-06-13] 178: Checking user_dbs ** [03:58:12 2020-06-13] 178: Checking geocodings ** [03:58:12 2020-06-13] 178: Checking synchronizations ** [03:58:12 2020-06-13] 178: Checking tracker ** [03:58:12 2020-06-13] 178: Checking user_migrations ** [03:58:12 2020-06-13] 178: Checking batch_updates ** [03:58:12 2020-06-13] 178: Checking gears ** [03:58:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:58:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:17 2020-06-13] 178: Checking imports ** [03:58:17 2020-06-13] 178: Checking exports ** [03:58:17 2020-06-13] 178: Checking users ** [03:58:17 2020-06-13] 178: Checking user_dbs ** [03:58:17 2020-06-13] 178: Checking geocodings ** [03:58:17 2020-06-13] 178: Checking synchronizations ** [03:58:17 2020-06-13] 178: Checking tracker ** [03:58:17 2020-06-13] 178: Checking user_migrations ** [03:58:17 2020-06-13] 178: Checking batch_updates ** [03:58:17 2020-06-13] 178: Checking gears ** [03:58:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:58:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:22 2020-06-13] 178: Checking imports ** [03:58:22 2020-06-13] 178: Checking exports ** [03:58:22 2020-06-13] 178: Checking users ** [03:58:22 2020-06-13] 178: Checking user_dbs ** [03:58:22 2020-06-13] 178: Checking geocodings ** [03:58:22 2020-06-13] 178: Checking synchronizations ** [03:58:22 2020-06-13] 178: Checking tracker ** [03:58:22 2020-06-13] 178: Checking user_migrations ** [03:58:22 2020-06-13] 178: Checking batch_updates ** [03:58:22 2020-06-13] 178: Checking gears ** [03:58:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:58:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:27 2020-06-13] 178: Checking imports ** [03:58:27 2020-06-13] 178: Checking exports ** [03:58:27 2020-06-13] 178: Checking users ** [03:58:27 2020-06-13] 178: Checking user_dbs ** [03:58:27 2020-06-13] 178: Checking geocodings ** [03:58:27 2020-06-13] 178: Checking synchronizations ** [03:58:27 2020-06-13] 178: Checking tracker ** [03:58:27 2020-06-13] 178: Checking user_migrations ** [03:58:27 2020-06-13] 178: Checking batch_updates ** [03:58:27 2020-06-13] 178: Checking gears ** [03:58:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:58:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:32 2020-06-13] 178: Checking imports ** [03:58:32 2020-06-13] 178: Checking exports ** [03:58:32 2020-06-13] 178: Checking users ** [03:58:32 2020-06-13] 178: Checking user_dbs ** [03:58:32 2020-06-13] 178: Checking geocodings ** [03:58:32 2020-06-13] 178: Checking synchronizations ** [03:58:32 2020-06-13] 178: Checking tracker ** [03:58:32 2020-06-13] 178: Checking user_migrations ** [03:58:32 2020-06-13] 178: Checking batch_updates ** [03:58:32 2020-06-13] 178: Checking gears ** [03:58:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:58:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:37 2020-06-13] 178: Checking imports ** [03:58:37 2020-06-13] 178: Checking exports ** [03:58:37 2020-06-13] 178: Checking users ** [03:58:37 2020-06-13] 178: Checking user_dbs ** [03:58:37 2020-06-13] 178: Checking geocodings ** [03:58:37 2020-06-13] 178: Checking synchronizations ** [03:58:37 2020-06-13] 178: Checking tracker ** [03:58:37 2020-06-13] 178: Checking user_migrations ** [03:58:37 2020-06-13] 178: Checking batch_updates ** [03:58:37 2020-06-13] 178: Checking gears ** [03:58:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:58:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:42 2020-06-13] 178: Checking imports ** [03:58:42 2020-06-13] 178: Checking exports ** [03:58:42 2020-06-13] 178: Checking users ** [03:58:42 2020-06-13] 178: Checking user_dbs ** [03:58:42 2020-06-13] 178: Checking geocodings ** [03:58:42 2020-06-13] 178: Checking synchronizations ** [03:58:42 2020-06-13] 178: Checking tracker ** [03:58:42 2020-06-13] 178: Checking user_migrations ** [03:58:42 2020-06-13] 178: Checking batch_updates ** [03:58:42 2020-06-13] 178: Checking gears ** [03:58:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:58:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:47 2020-06-13] 178: Checking imports ** [03:58:47 2020-06-13] 178: Checking exports ** [03:58:47 2020-06-13] 178: Checking users ** [03:58:47 2020-06-13] 178: Checking user_dbs ** [03:58:47 2020-06-13] 178: Checking geocodings ** [03:58:47 2020-06-13] 178: Checking synchronizations ** [03:58:47 2020-06-13] 178: Checking tracker ** [03:58:47 2020-06-13] 178: Checking user_migrations ** [03:58:47 2020-06-13] 178: Checking batch_updates ** [03:58:47 2020-06-13] 178: Checking gears ** [03:58:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:58:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:52 2020-06-13] 178: Checking imports ** [03:58:52 2020-06-13] 178: Checking exports ** [03:58:52 2020-06-13] 178: Checking users ** [03:58:52 2020-06-13] 178: Checking user_dbs ** [03:58:52 2020-06-13] 178: Checking geocodings ** [03:58:52 2020-06-13] 178: Checking synchronizations ** [03:58:52 2020-06-13] 178: Checking tracker ** [03:58:52 2020-06-13] 178: Checking user_migrations ** [03:58:52 2020-06-13] 178: Checking batch_updates ** [03:58:52 2020-06-13] 178: Checking gears ** [03:58:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:58:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:57 2020-06-13] 178: Checking imports ** [03:58:57 2020-06-13] 178: Checking exports ** [03:58:57 2020-06-13] 178: Checking users ** [03:58:57 2020-06-13] 178: Checking user_dbs ** [03:58:57 2020-06-13] 178: Checking geocodings ** [03:58:57 2020-06-13] 178: Checking synchronizations ** [03:58:57 2020-06-13] 178: Checking tracker ** [03:58:57 2020-06-13] 178: Checking user_migrations ** [03:58:57 2020-06-13] 178: Checking batch_updates ** [03:58:57 2020-06-13] 178: Checking gears ** [03:58:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:58:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:02 2020-06-13] 178: Checking imports ** [03:59:02 2020-06-13] 178: Checking exports ** [03:59:02 2020-06-13] 178: Checking users ** [03:59:02 2020-06-13] 178: Checking user_dbs ** [03:59:02 2020-06-13] 178: Checking geocodings ** [03:59:02 2020-06-13] 178: Checking synchronizations ** [03:59:02 2020-06-13] 178: Checking tracker ** [03:59:02 2020-06-13] 178: Checking user_migrations ** [03:59:02 2020-06-13] 178: Checking batch_updates ** [03:59:02 2020-06-13] 178: Checking gears ** [03:59:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:59:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:07 2020-06-13] 178: Checking imports ** [03:59:07 2020-06-13] 178: Checking exports ** [03:59:07 2020-06-13] 178: Checking users ** [03:59:07 2020-06-13] 178: Checking user_dbs ** [03:59:07 2020-06-13] 178: Checking geocodings ** [03:59:07 2020-06-13] 178: Checking synchronizations ** [03:59:07 2020-06-13] 178: Checking tracker ** [03:59:07 2020-06-13] 178: Checking user_migrations ** [03:59:07 2020-06-13] 178: Checking batch_updates ** [03:59:07 2020-06-13] 178: Checking gears ** [03:59:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:59:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:12 2020-06-13] 178: Checking imports ** [03:59:12 2020-06-13] 178: Checking exports ** [03:59:12 2020-06-13] 178: Checking users ** [03:59:12 2020-06-13] 178: Checking user_dbs ** [03:59:12 2020-06-13] 178: Checking geocodings ** [03:59:12 2020-06-13] 178: Checking synchronizations ** [03:59:12 2020-06-13] 178: Checking tracker ** [03:59:12 2020-06-13] 178: Checking user_migrations ** [03:59:12 2020-06-13] 178: Checking batch_updates ** [03:59:12 2020-06-13] 178: Checking gears ** [03:59:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:59:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:17 2020-06-13] 178: Checking imports ** [03:59:17 2020-06-13] 178: Checking exports ** [03:59:17 2020-06-13] 178: Checking users ** [03:59:17 2020-06-13] 178: Checking user_dbs ** [03:59:17 2020-06-13] 178: Checking geocodings ** [03:59:17 2020-06-13] 178: Checking synchronizations ** [03:59:17 2020-06-13] 178: Checking tracker ** [03:59:17 2020-06-13] 178: Checking user_migrations ** [03:59:17 2020-06-13] 178: Checking batch_updates ** [03:59:17 2020-06-13] 178: Checking gears ** [03:59:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:59:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:22 2020-06-13] 178: Checking imports ** [03:59:22 2020-06-13] 178: Checking exports ** [03:59:22 2020-06-13] 178: Checking users ** [03:59:22 2020-06-13] 178: Checking user_dbs ** [03:59:22 2020-06-13] 178: Checking geocodings ** [03:59:22 2020-06-13] 178: Checking synchronizations ** [03:59:22 2020-06-13] 178: Checking tracker ** [03:59:22 2020-06-13] 178: Checking user_migrations ** [03:59:22 2020-06-13] 178: Checking batch_updates ** [03:59:22 2020-06-13] 178: Checking gears ** [03:59:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:59:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:27 2020-06-13] 178: Checking imports ** [03:59:27 2020-06-13] 178: Checking exports ** [03:59:27 2020-06-13] 178: Checking users ** [03:59:27 2020-06-13] 178: Checking user_dbs ** [03:59:27 2020-06-13] 178: Checking geocodings ** [03:59:27 2020-06-13] 178: Checking synchronizations ** [03:59:27 2020-06-13] 178: Checking tracker ** [03:59:27 2020-06-13] 178: Checking user_migrations ** [03:59:27 2020-06-13] 178: Checking batch_updates ** [03:59:27 2020-06-13] 178: Checking gears ** [03:59:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:59:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:32 2020-06-13] 178: Checking imports ** [03:59:32 2020-06-13] 178: Checking exports ** [03:59:32 2020-06-13] 178: Checking users ** [03:59:32 2020-06-13] 178: Checking user_dbs ** [03:59:32 2020-06-13] 178: Checking geocodings ** [03:59:32 2020-06-13] 178: Checking synchronizations ** [03:59:32 2020-06-13] 178: Checking tracker ** [03:59:32 2020-06-13] 178: Checking user_migrations ** [03:59:32 2020-06-13] 178: Checking batch_updates ** [03:59:32 2020-06-13] 178: Checking gears ** [03:59:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:59:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:37 2020-06-13] 178: Checking imports ** [03:59:37 2020-06-13] 178: Checking exports ** [03:59:37 2020-06-13] 178: Checking users ** [03:59:37 2020-06-13] 178: Checking user_dbs ** [03:59:37 2020-06-13] 178: Checking geocodings ** [03:59:37 2020-06-13] 178: Checking synchronizations ** [03:59:37 2020-06-13] 178: Checking tracker ** [03:59:37 2020-06-13] 178: Checking user_migrations ** [03:59:37 2020-06-13] 178: Checking batch_updates ** [03:59:37 2020-06-13] 178: Checking gears ** [03:59:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:59:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:42 2020-06-13] 178: Checking imports ** [03:59:42 2020-06-13] 178: Checking exports ** [03:59:42 2020-06-13] 178: Checking users ** [03:59:42 2020-06-13] 178: Checking user_dbs ** [03:59:42 2020-06-13] 178: Checking geocodings ** [03:59:42 2020-06-13] 178: Checking synchronizations ** [03:59:42 2020-06-13] 178: Checking tracker ** [03:59:42 2020-06-13] 178: Checking user_migrations ** [03:59:42 2020-06-13] 178: Checking batch_updates ** [03:59:42 2020-06-13] 178: Checking gears ** [03:59:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:59:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:47 2020-06-13] 178: Checking imports ** [03:59:47 2020-06-13] 178: Checking exports ** [03:59:47 2020-06-13] 178: Checking users ** [03:59:47 2020-06-13] 178: Checking user_dbs ** [03:59:47 2020-06-13] 178: Checking geocodings ** [03:59:47 2020-06-13] 178: Checking synchronizations ** [03:59:47 2020-06-13] 178: Checking tracker ** [03:59:47 2020-06-13] 178: Checking user_migrations ** [03:59:47 2020-06-13] 178: Checking batch_updates ** [03:59:47 2020-06-13] 178: Checking gears ** [03:59:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:59:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:52 2020-06-13] 178: Checking imports ** [03:59:52 2020-06-13] 178: Checking exports ** [03:59:52 2020-06-13] 178: Checking users ** [03:59:52 2020-06-13] 178: Checking user_dbs ** [03:59:52 2020-06-13] 178: Checking geocodings ** [03:59:52 2020-06-13] 178: Checking synchronizations ** [03:59:52 2020-06-13] 178: Checking tracker ** [03:59:52 2020-06-13] 178: Checking user_migrations ** [03:59:52 2020-06-13] 178: Checking batch_updates ** [03:59:52 2020-06-13] 178: Checking gears ** [03:59:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:59:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:57 2020-06-13] 178: Checking imports ** [03:59:57 2020-06-13] 178: Checking exports ** [03:59:57 2020-06-13] 178: Checking users ** [03:59:57 2020-06-13] 178: Checking user_dbs ** [03:59:57 2020-06-13] 178: Checking geocodings ** [03:59:57 2020-06-13] 178: Checking synchronizations ** [03:59:57 2020-06-13] 178: Checking tracker ** [03:59:57 2020-06-13] 178: Checking user_migrations ** [03:59:57 2020-06-13] 178: Checking batch_updates ** [03:59:57 2020-06-13] 178: Checking gears ** [03:59:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [03:59:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:02 2020-06-13] 178: Checking imports ** [04:00:02 2020-06-13] 178: Checking exports ** [04:00:02 2020-06-13] 178: Checking users ** [04:00:02 2020-06-13] 178: Checking user_dbs ** [04:00:02 2020-06-13] 178: Checking geocodings ** [04:00:02 2020-06-13] 178: Checking synchronizations ** [04:00:02 2020-06-13] 178: Checking tracker ** [04:00:02 2020-06-13] 178: Checking user_migrations ** [04:00:02 2020-06-13] 178: Checking batch_updates ** [04:00:02 2020-06-13] 178: Checking gears ** [04:00:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:00:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:07 2020-06-13] 178: Checking imports ** [04:00:07 2020-06-13] 178: Checking exports ** [04:00:07 2020-06-13] 178: Checking users ** [04:00:07 2020-06-13] 178: Checking user_dbs ** [04:00:07 2020-06-13] 178: Checking geocodings ** [04:00:07 2020-06-13] 178: Checking synchronizations ** [04:00:07 2020-06-13] 178: Checking tracker ** [04:00:07 2020-06-13] 178: Checking user_migrations ** [04:00:07 2020-06-13] 178: Checking batch_updates ** [04:00:07 2020-06-13] 178: Checking gears ** [04:00:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:00:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:12 2020-06-13] 178: Checking imports ** [04:00:12 2020-06-13] 178: Checking exports ** [04:00:12 2020-06-13] 178: Checking users ** [04:00:12 2020-06-13] 178: Checking user_dbs ** [04:00:12 2020-06-13] 178: Checking geocodings ** [04:00:12 2020-06-13] 178: Checking synchronizations ** [04:00:12 2020-06-13] 178: Checking tracker ** [04:00:12 2020-06-13] 178: Checking user_migrations ** [04:00:12 2020-06-13] 178: Checking batch_updates ** [04:00:12 2020-06-13] 178: Checking gears ** [04:00:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:00:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:17 2020-06-13] 178: Checking imports ** [04:00:17 2020-06-13] 178: Checking exports ** [04:00:17 2020-06-13] 178: Checking users ** [04:00:17 2020-06-13] 178: Checking user_dbs ** [04:00:17 2020-06-13] 178: Checking geocodings ** [04:00:17 2020-06-13] 178: Checking synchronizations ** [04:00:17 2020-06-13] 178: Checking tracker ** [04:00:17 2020-06-13] 178: Checking user_migrations ** [04:00:17 2020-06-13] 178: Checking batch_updates ** [04:00:17 2020-06-13] 178: Checking gears ** [04:00:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:00:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:22 2020-06-13] 178: Checking imports ** [04:00:22 2020-06-13] 178: Checking exports ** [04:00:22 2020-06-13] 178: Checking users ** [04:00:22 2020-06-13] 178: Checking user_dbs ** [04:00:22 2020-06-13] 178: Checking geocodings ** [04:00:22 2020-06-13] 178: Checking synchronizations ** [04:00:22 2020-06-13] 178: Checking tracker ** [04:00:22 2020-06-13] 178: Checking user_migrations ** [04:00:22 2020-06-13] 178: Checking batch_updates ** [04:00:22 2020-06-13] 178: Checking gears ** [04:00:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:00:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:27 2020-06-13] 178: Checking imports ** [04:00:27 2020-06-13] 178: Checking exports ** [04:00:27 2020-06-13] 178: Checking users ** [04:00:27 2020-06-13] 178: Checking user_dbs ** [04:00:27 2020-06-13] 178: Checking geocodings ** [04:00:27 2020-06-13] 178: Checking synchronizations ** [04:00:27 2020-06-13] 178: Checking tracker ** [04:00:27 2020-06-13] 178: Checking user_migrations ** [04:00:27 2020-06-13] 178: Checking batch_updates ** [04:00:27 2020-06-13] 178: Checking gears ** [04:00:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:00:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:32 2020-06-13] 178: Checking imports ** [04:00:32 2020-06-13] 178: Checking exports ** [04:00:32 2020-06-13] 178: Checking users ** [04:00:32 2020-06-13] 178: Checking user_dbs ** [04:00:32 2020-06-13] 178: Checking geocodings ** [04:00:32 2020-06-13] 178: Checking synchronizations ** [04:00:32 2020-06-13] 178: Checking tracker ** [04:00:32 2020-06-13] 178: Checking user_migrations ** [04:00:32 2020-06-13] 178: Checking batch_updates ** [04:00:32 2020-06-13] 178: Checking gears ** [04:00:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:00:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:37 2020-06-13] 178: Checking imports ** [04:00:37 2020-06-13] 178: Checking exports ** [04:00:37 2020-06-13] 178: Checking users ** [04:00:37 2020-06-13] 178: Checking user_dbs ** [04:00:37 2020-06-13] 178: Checking geocodings ** [04:00:37 2020-06-13] 178: Checking synchronizations ** [04:00:37 2020-06-13] 178: Checking tracker ** [04:00:37 2020-06-13] 178: Checking user_migrations ** [04:00:37 2020-06-13] 178: Checking batch_updates ** [04:00:37 2020-06-13] 178: Checking gears ** [04:00:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:00:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:42 2020-06-13] 178: Checking imports ** [04:00:42 2020-06-13] 178: Checking exports ** [04:00:42 2020-06-13] 178: Checking users ** [04:00:42 2020-06-13] 178: Checking user_dbs ** [04:00:42 2020-06-13] 178: Checking geocodings ** [04:00:42 2020-06-13] 178: Checking synchronizations ** [04:00:42 2020-06-13] 178: Checking tracker ** [04:00:42 2020-06-13] 178: Checking user_migrations ** [04:00:42 2020-06-13] 178: Checking batch_updates ** [04:00:42 2020-06-13] 178: Checking gears ** [04:00:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:00:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:47 2020-06-13] 178: Checking imports ** [04:00:47 2020-06-13] 178: Checking exports ** [04:00:47 2020-06-13] 178: Checking users ** [04:00:47 2020-06-13] 178: Checking user_dbs ** [04:00:47 2020-06-13] 178: Checking geocodings ** [04:00:47 2020-06-13] 178: Checking synchronizations ** [04:00:47 2020-06-13] 178: Checking tracker ** [04:00:47 2020-06-13] 178: Checking user_migrations ** [04:00:47 2020-06-13] 178: Checking batch_updates ** [04:00:47 2020-06-13] 178: Checking gears ** [04:00:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:00:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:52 2020-06-13] 178: Checking imports ** [04:00:52 2020-06-13] 178: Checking exports ** [04:00:52 2020-06-13] 178: Checking users ** [04:00:52 2020-06-13] 178: Checking user_dbs ** [04:00:52 2020-06-13] 178: Checking geocodings ** [04:00:52 2020-06-13] 178: Checking synchronizations ** [04:00:52 2020-06-13] 178: Checking tracker ** [04:00:52 2020-06-13] 178: Checking user_migrations ** [04:00:52 2020-06-13] 178: Checking batch_updates ** [04:00:52 2020-06-13] 178: Checking gears ** [04:00:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:00:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:57 2020-06-13] 178: Checking imports ** [04:00:57 2020-06-13] 178: Checking exports ** [04:00:57 2020-06-13] 178: Checking users ** [04:00:57 2020-06-13] 178: Checking user_dbs ** [04:00:57 2020-06-13] 178: Checking geocodings ** [04:00:57 2020-06-13] 178: Checking synchronizations ** [04:00:57 2020-06-13] 178: Checking tracker ** [04:00:57 2020-06-13] 178: Checking user_migrations ** [04:00:57 2020-06-13] 178: Checking batch_updates ** [04:00:57 2020-06-13] 178: Checking gears ** [04:00:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:00:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:02 2020-06-13] 178: Checking imports ** [04:01:02 2020-06-13] 178: Checking exports ** [04:01:02 2020-06-13] 178: Checking users ** [04:01:02 2020-06-13] 178: Checking user_dbs ** [04:01:02 2020-06-13] 178: Checking geocodings ** [04:01:02 2020-06-13] 178: Checking synchronizations ** [04:01:02 2020-06-13] 178: Checking tracker ** [04:01:02 2020-06-13] 178: Checking user_migrations ** [04:01:02 2020-06-13] 178: Checking batch_updates ** [04:01:02 2020-06-13] 178: Checking gears ** [04:01:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:01:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:07 2020-06-13] 178: Checking imports ** [04:01:07 2020-06-13] 178: Checking exports ** [04:01:07 2020-06-13] 178: Checking users ** [04:01:07 2020-06-13] 178: Checking user_dbs ** [04:01:07 2020-06-13] 178: Checking geocodings ** [04:01:07 2020-06-13] 178: Checking synchronizations ** [04:01:07 2020-06-13] 178: Checking tracker ** [04:01:07 2020-06-13] 178: Checking user_migrations ** [04:01:07 2020-06-13] 178: Checking batch_updates ** [04:01:07 2020-06-13] 178: Checking gears ** [04:01:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:01:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:12 2020-06-13] 178: Checking imports ** [04:01:12 2020-06-13] 178: Checking exports ** [04:01:12 2020-06-13] 178: Checking users ** [04:01:12 2020-06-13] 178: Checking user_dbs ** [04:01:12 2020-06-13] 178: Checking geocodings ** [04:01:12 2020-06-13] 178: Checking synchronizations ** [04:01:12 2020-06-13] 178: Checking tracker ** [04:01:12 2020-06-13] 178: Checking user_migrations ** [04:01:12 2020-06-13] 178: Checking batch_updates ** [04:01:12 2020-06-13] 178: Checking gears ** [04:01:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:01:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:17 2020-06-13] 178: Checking imports ** [04:01:17 2020-06-13] 178: Checking exports ** [04:01:17 2020-06-13] 178: Checking users ** [04:01:17 2020-06-13] 178: Checking user_dbs ** [04:01:17 2020-06-13] 178: Checking geocodings ** [04:01:17 2020-06-13] 178: Checking synchronizations ** [04:01:17 2020-06-13] 178: Checking tracker ** [04:01:17 2020-06-13] 178: Checking user_migrations ** [04:01:17 2020-06-13] 178: Checking batch_updates ** [04:01:17 2020-06-13] 178: Checking gears ** [04:01:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:01:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:22 2020-06-13] 178: Checking imports ** [04:01:22 2020-06-13] 178: Checking exports ** [04:01:22 2020-06-13] 178: Checking users ** [04:01:22 2020-06-13] 178: Checking user_dbs ** [04:01:22 2020-06-13] 178: Checking geocodings ** [04:01:22 2020-06-13] 178: Checking synchronizations ** [04:01:22 2020-06-13] 178: Checking tracker ** [04:01:22 2020-06-13] 178: Checking user_migrations ** [04:01:22 2020-06-13] 178: Checking batch_updates ** [04:01:22 2020-06-13] 178: Checking gears ** [04:01:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:01:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:27 2020-06-13] 178: Checking imports ** [04:01:27 2020-06-13] 178: Checking exports ** [04:01:27 2020-06-13] 178: Checking users ** [04:01:27 2020-06-13] 178: Checking user_dbs ** [04:01:27 2020-06-13] 178: Checking geocodings ** [04:01:27 2020-06-13] 178: Checking synchronizations ** [04:01:27 2020-06-13] 178: Checking tracker ** [04:01:27 2020-06-13] 178: Checking user_migrations ** [04:01:27 2020-06-13] 178: Checking batch_updates ** [04:01:27 2020-06-13] 178: Checking gears ** [04:01:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:01:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:32 2020-06-13] 178: Checking imports ** [04:01:32 2020-06-13] 178: Checking exports ** [04:01:32 2020-06-13] 178: Checking users ** [04:01:32 2020-06-13] 178: Checking user_dbs ** [04:01:32 2020-06-13] 178: Checking geocodings ** [04:01:32 2020-06-13] 178: Checking synchronizations ** [04:01:32 2020-06-13] 178: Checking tracker ** [04:01:32 2020-06-13] 178: Checking user_migrations ** [04:01:32 2020-06-13] 178: Checking batch_updates ** [04:01:32 2020-06-13] 178: Checking gears ** [04:01:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:01:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:37 2020-06-13] 178: Checking imports ** [04:01:37 2020-06-13] 178: Checking exports ** [04:01:37 2020-06-13] 178: Checking users ** [04:01:37 2020-06-13] 178: Checking user_dbs ** [04:01:37 2020-06-13] 178: Checking geocodings ** [04:01:37 2020-06-13] 178: Checking synchronizations ** [04:01:37 2020-06-13] 178: Checking tracker ** [04:01:37 2020-06-13] 178: Checking user_migrations ** [04:01:37 2020-06-13] 178: Checking batch_updates ** [04:01:37 2020-06-13] 178: Checking gears ** [04:01:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:01:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:42 2020-06-13] 178: Checking imports ** [04:01:42 2020-06-13] 178: Checking exports ** [04:01:42 2020-06-13] 178: Checking users ** [04:01:42 2020-06-13] 178: Checking user_dbs ** [04:01:42 2020-06-13] 178: Checking geocodings ** [04:01:42 2020-06-13] 178: Checking synchronizations ** [04:01:42 2020-06-13] 178: Checking tracker ** [04:01:42 2020-06-13] 178: Checking user_migrations ** [04:01:42 2020-06-13] 178: Checking batch_updates ** [04:01:42 2020-06-13] 178: Checking gears ** [04:01:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:01:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:47 2020-06-13] 178: Checking imports ** [04:01:47 2020-06-13] 178: Checking exports ** [04:01:47 2020-06-13] 178: Checking users ** [04:01:47 2020-06-13] 178: Checking user_dbs ** [04:01:47 2020-06-13] 178: Checking geocodings ** [04:01:47 2020-06-13] 178: Checking synchronizations ** [04:01:47 2020-06-13] 178: Checking tracker ** [04:01:47 2020-06-13] 178: Checking user_migrations ** [04:01:47 2020-06-13] 178: Checking batch_updates ** [04:01:47 2020-06-13] 178: Checking gears ** [04:01:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:01:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:52 2020-06-13] 178: Checking imports ** [04:01:52 2020-06-13] 178: Checking exports ** [04:01:52 2020-06-13] 178: Checking users ** [04:01:52 2020-06-13] 178: Checking user_dbs ** [04:01:52 2020-06-13] 178: Checking geocodings ** [04:01:52 2020-06-13] 178: Checking synchronizations ** [04:01:52 2020-06-13] 178: Checking tracker ** [04:01:52 2020-06-13] 178: Checking user_migrations ** [04:01:52 2020-06-13] 178: Checking batch_updates ** [04:01:52 2020-06-13] 178: Checking gears ** [04:01:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:01:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:57 2020-06-13] 178: Checking imports ** [04:01:57 2020-06-13] 178: Checking exports ** [04:01:57 2020-06-13] 178: Checking users ** [04:01:57 2020-06-13] 178: Checking user_dbs ** [04:01:57 2020-06-13] 178: Checking geocodings ** [04:01:57 2020-06-13] 178: Checking synchronizations ** [04:01:57 2020-06-13] 178: Checking tracker ** [04:01:57 2020-06-13] 178: Checking user_migrations ** [04:01:57 2020-06-13] 178: Checking batch_updates ** [04:01:57 2020-06-13] 178: Checking gears ** [04:01:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:01:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:02 2020-06-13] 178: Checking imports ** [04:02:02 2020-06-13] 178: Checking exports ** [04:02:02 2020-06-13] 178: Checking users ** [04:02:02 2020-06-13] 178: Checking user_dbs ** [04:02:02 2020-06-13] 178: Checking geocodings ** [04:02:02 2020-06-13] 178: Checking synchronizations ** [04:02:02 2020-06-13] 178: Checking tracker ** [04:02:02 2020-06-13] 178: Checking user_migrations ** [04:02:02 2020-06-13] 178: Checking batch_updates ** [04:02:02 2020-06-13] 178: Checking gears ** [04:02:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:02:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:07 2020-06-13] 178: Checking imports ** [04:02:07 2020-06-13] 178: Checking exports ** [04:02:07 2020-06-13] 178: Checking users ** [04:02:07 2020-06-13] 178: Checking user_dbs ** [04:02:07 2020-06-13] 178: Checking geocodings ** [04:02:07 2020-06-13] 178: Checking synchronizations ** [04:02:07 2020-06-13] 178: Checking tracker ** [04:02:07 2020-06-13] 178: Checking user_migrations ** [04:02:07 2020-06-13] 178: Checking batch_updates ** [04:02:07 2020-06-13] 178: Checking gears ** [04:02:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:02:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:12 2020-06-13] 178: Checking imports ** [04:02:12 2020-06-13] 178: Checking exports ** [04:02:12 2020-06-13] 178: Checking users ** [04:02:12 2020-06-13] 178: Checking user_dbs ** [04:02:12 2020-06-13] 178: Checking geocodings ** [04:02:12 2020-06-13] 178: Checking synchronizations ** [04:02:12 2020-06-13] 178: Checking tracker ** [04:02:12 2020-06-13] 178: Checking user_migrations ** [04:02:12 2020-06-13] 178: Checking batch_updates ** [04:02:12 2020-06-13] 178: Checking gears ** [04:02:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:02:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:17 2020-06-13] 178: Checking imports ** [04:02:17 2020-06-13] 178: Checking exports ** [04:02:17 2020-06-13] 178: Checking users ** [04:02:17 2020-06-13] 178: Checking user_dbs ** [04:02:17 2020-06-13] 178: Checking geocodings ** [04:02:17 2020-06-13] 178: Checking synchronizations ** [04:02:17 2020-06-13] 178: Checking tracker ** [04:02:17 2020-06-13] 178: Checking user_migrations ** [04:02:17 2020-06-13] 178: Checking batch_updates ** [04:02:17 2020-06-13] 178: Checking gears ** [04:02:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:02:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:22 2020-06-13] 178: Checking imports ** [04:02:22 2020-06-13] 178: Checking exports ** [04:02:22 2020-06-13] 178: Checking users ** [04:02:22 2020-06-13] 178: Checking user_dbs ** [04:02:22 2020-06-13] 178: Checking geocodings ** [04:02:22 2020-06-13] 178: Checking synchronizations ** [04:02:22 2020-06-13] 178: Checking tracker ** [04:02:22 2020-06-13] 178: Checking user_migrations ** [04:02:22 2020-06-13] 178: Checking batch_updates ** [04:02:22 2020-06-13] 178: Checking gears ** [04:02:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:02:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:27 2020-06-13] 178: Checking imports ** [04:02:27 2020-06-13] 178: Checking exports ** [04:02:27 2020-06-13] 178: Checking users ** [04:02:27 2020-06-13] 178: Checking user_dbs ** [04:02:27 2020-06-13] 178: Checking geocodings ** [04:02:27 2020-06-13] 178: Checking synchronizations ** [04:02:27 2020-06-13] 178: Checking tracker ** [04:02:27 2020-06-13] 178: Checking user_migrations ** [04:02:27 2020-06-13] 178: Checking batch_updates ** [04:02:27 2020-06-13] 178: Checking gears ** [04:02:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:02:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:32 2020-06-13] 178: Checking imports ** [04:02:32 2020-06-13] 178: Checking exports ** [04:02:32 2020-06-13] 178: Checking users ** [04:02:32 2020-06-13] 178: Checking user_dbs ** [04:02:32 2020-06-13] 178: Checking geocodings ** [04:02:32 2020-06-13] 178: Checking synchronizations ** [04:02:32 2020-06-13] 178: Checking tracker ** [04:02:32 2020-06-13] 178: Checking user_migrations ** [04:02:32 2020-06-13] 178: Checking batch_updates ** [04:02:32 2020-06-13] 178: Checking gears ** [04:02:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:02:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:37 2020-06-13] 178: Checking imports ** [04:02:37 2020-06-13] 178: Checking exports ** [04:02:37 2020-06-13] 178: Checking users ** [04:02:37 2020-06-13] 178: Checking user_dbs ** [04:02:37 2020-06-13] 178: Checking geocodings ** [04:02:37 2020-06-13] 178: Checking synchronizations ** [04:02:37 2020-06-13] 178: Checking tracker ** [04:02:37 2020-06-13] 178: Checking user_migrations ** [04:02:37 2020-06-13] 178: Checking batch_updates ** [04:02:37 2020-06-13] 178: Checking gears ** [04:02:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:02:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:42 2020-06-13] 178: Checking imports ** [04:02:42 2020-06-13] 178: Checking exports ** [04:02:42 2020-06-13] 178: Checking users ** [04:02:42 2020-06-13] 178: Checking user_dbs ** [04:02:42 2020-06-13] 178: Checking geocodings ** [04:02:42 2020-06-13] 178: Checking synchronizations ** [04:02:42 2020-06-13] 178: Checking tracker ** [04:02:42 2020-06-13] 178: Checking user_migrations ** [04:02:42 2020-06-13] 178: Checking batch_updates ** [04:02:42 2020-06-13] 178: Checking gears ** [04:02:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:02:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:47 2020-06-13] 178: Checking imports ** [04:02:47 2020-06-13] 178: Checking exports ** [04:02:47 2020-06-13] 178: Checking users ** [04:02:47 2020-06-13] 178: Checking user_dbs ** [04:02:47 2020-06-13] 178: Checking geocodings ** [04:02:47 2020-06-13] 178: Checking synchronizations ** [04:02:47 2020-06-13] 178: Checking tracker ** [04:02:47 2020-06-13] 178: Checking user_migrations ** [04:02:47 2020-06-13] 178: Checking batch_updates ** [04:02:47 2020-06-13] 178: Checking gears ** [04:02:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:02:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:52 2020-06-13] 178: Checking imports ** [04:02:52 2020-06-13] 178: Checking exports ** [04:02:52 2020-06-13] 178: Checking users ** [04:02:52 2020-06-13] 178: Checking user_dbs ** [04:02:52 2020-06-13] 178: Checking geocodings ** [04:02:52 2020-06-13] 178: Checking synchronizations ** [04:02:52 2020-06-13] 178: Checking tracker ** [04:02:52 2020-06-13] 178: Checking user_migrations ** [04:02:52 2020-06-13] 178: Checking batch_updates ** [04:02:52 2020-06-13] 178: Checking gears ** [04:02:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:02:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:57 2020-06-13] 178: Checking imports ** [04:02:57 2020-06-13] 178: Checking exports ** [04:02:57 2020-06-13] 178: Checking users ** [04:02:57 2020-06-13] 178: Checking user_dbs ** [04:02:57 2020-06-13] 178: Checking geocodings ** [04:02:57 2020-06-13] 178: Checking synchronizations ** [04:02:57 2020-06-13] 178: Checking tracker ** [04:02:57 2020-06-13] 178: Checking user_migrations ** [04:02:57 2020-06-13] 178: Checking batch_updates ** [04:02:57 2020-06-13] 178: Checking gears ** [04:02:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:02:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:02 2020-06-13] 178: Checking imports ** [04:03:02 2020-06-13] 178: Checking exports ** [04:03:02 2020-06-13] 178: Checking users ** [04:03:02 2020-06-13] 178: Checking user_dbs ** [04:03:02 2020-06-13] 178: Checking geocodings ** [04:03:02 2020-06-13] 178: Checking synchronizations ** [04:03:02 2020-06-13] 178: Checking tracker ** [04:03:02 2020-06-13] 178: Checking user_migrations ** [04:03:02 2020-06-13] 178: Checking batch_updates ** [04:03:02 2020-06-13] 178: Checking gears ** [04:03:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:03:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:07 2020-06-13] 178: Checking imports ** [04:03:07 2020-06-13] 178: Checking exports ** [04:03:07 2020-06-13] 178: Checking users ** [04:03:07 2020-06-13] 178: Checking user_dbs ** [04:03:07 2020-06-13] 178: Checking geocodings ** [04:03:07 2020-06-13] 178: Checking synchronizations ** [04:03:07 2020-06-13] 178: Checking tracker ** [04:03:07 2020-06-13] 178: Checking user_migrations ** [04:03:07 2020-06-13] 178: Checking batch_updates ** [04:03:07 2020-06-13] 178: Checking gears ** [04:03:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:03:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:12 2020-06-13] 178: Checking imports ** [04:03:12 2020-06-13] 178: Checking exports ** [04:03:12 2020-06-13] 178: Checking users ** [04:03:12 2020-06-13] 178: Checking user_dbs ** [04:03:12 2020-06-13] 178: Checking geocodings ** [04:03:12 2020-06-13] 178: Checking synchronizations ** [04:03:12 2020-06-13] 178: Checking tracker ** [04:03:12 2020-06-13] 178: Checking user_migrations ** [04:03:12 2020-06-13] 178: Checking batch_updates ** [04:03:12 2020-06-13] 178: Checking gears ** [04:03:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:03:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:17 2020-06-13] 178: Checking imports ** [04:03:17 2020-06-13] 178: Checking exports ** [04:03:17 2020-06-13] 178: Checking users ** [04:03:17 2020-06-13] 178: Checking user_dbs ** [04:03:17 2020-06-13] 178: Checking geocodings ** [04:03:17 2020-06-13] 178: Checking synchronizations ** [04:03:17 2020-06-13] 178: Checking tracker ** [04:03:17 2020-06-13] 178: Checking user_migrations ** [04:03:17 2020-06-13] 178: Checking batch_updates ** [04:03:17 2020-06-13] 178: Checking gears ** [04:03:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:03:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:22 2020-06-13] 178: Checking imports ** [04:03:22 2020-06-13] 178: Checking exports ** [04:03:22 2020-06-13] 178: Checking users ** [04:03:22 2020-06-13] 178: Checking user_dbs ** [04:03:22 2020-06-13] 178: Checking geocodings ** [04:03:22 2020-06-13] 178: Checking synchronizations ** [04:03:22 2020-06-13] 178: Checking tracker ** [04:03:22 2020-06-13] 178: Checking user_migrations ** [04:03:22 2020-06-13] 178: Checking batch_updates ** [04:03:22 2020-06-13] 178: Checking gears ** [04:03:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:03:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:27 2020-06-13] 178: Checking imports ** [04:03:27 2020-06-13] 178: Checking exports ** [04:03:27 2020-06-13] 178: Checking users ** [04:03:27 2020-06-13] 178: Checking user_dbs ** [04:03:27 2020-06-13] 178: Checking geocodings ** [04:03:27 2020-06-13] 178: Checking synchronizations ** [04:03:27 2020-06-13] 178: Checking tracker ** [04:03:27 2020-06-13] 178: Checking user_migrations ** [04:03:27 2020-06-13] 178: Checking batch_updates ** [04:03:27 2020-06-13] 178: Checking gears ** [04:03:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:03:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:32 2020-06-13] 178: Checking imports ** [04:03:32 2020-06-13] 178: Checking exports ** [04:03:32 2020-06-13] 178: Checking users ** [04:03:32 2020-06-13] 178: Checking user_dbs ** [04:03:32 2020-06-13] 178: Checking geocodings ** [04:03:32 2020-06-13] 178: Checking synchronizations ** [04:03:32 2020-06-13] 178: Checking tracker ** [04:03:32 2020-06-13] 178: Checking user_migrations ** [04:03:32 2020-06-13] 178: Checking batch_updates ** [04:03:32 2020-06-13] 178: Checking gears ** [04:03:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:03:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:37 2020-06-13] 178: Checking imports ** [04:03:37 2020-06-13] 178: Checking exports ** [04:03:37 2020-06-13] 178: Checking users ** [04:03:37 2020-06-13] 178: Checking user_dbs ** [04:03:37 2020-06-13] 178: Checking geocodings ** [04:03:37 2020-06-13] 178: Checking synchronizations ** [04:03:37 2020-06-13] 178: Checking tracker ** [04:03:37 2020-06-13] 178: Checking user_migrations ** [04:03:37 2020-06-13] 178: Checking batch_updates ** [04:03:37 2020-06-13] 178: Checking gears ** [04:03:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:03:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:42 2020-06-13] 178: Checking imports ** [04:03:42 2020-06-13] 178: Checking exports ** [04:03:42 2020-06-13] 178: Checking users ** [04:03:42 2020-06-13] 178: Checking user_dbs ** [04:03:42 2020-06-13] 178: Checking geocodings ** [04:03:42 2020-06-13] 178: Checking synchronizations ** [04:03:42 2020-06-13] 178: Checking tracker ** [04:03:42 2020-06-13] 178: Checking user_migrations ** [04:03:42 2020-06-13] 178: Checking batch_updates ** [04:03:42 2020-06-13] 178: Checking gears ** [04:03:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:03:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:47 2020-06-13] 178: Checking imports ** [04:03:47 2020-06-13] 178: Checking exports ** [04:03:47 2020-06-13] 178: Checking users ** [04:03:47 2020-06-13] 178: Checking user_dbs ** [04:03:47 2020-06-13] 178: Checking geocodings ** [04:03:47 2020-06-13] 178: Checking synchronizations ** [04:03:47 2020-06-13] 178: Checking tracker ** [04:03:47 2020-06-13] 178: Checking user_migrations ** [04:03:47 2020-06-13] 178: Checking batch_updates ** [04:03:47 2020-06-13] 178: Checking gears ** [04:03:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:03:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:52 2020-06-13] 178: Checking imports ** [04:03:52 2020-06-13] 178: Checking exports ** [04:03:52 2020-06-13] 178: Checking users ** [04:03:52 2020-06-13] 178: Checking user_dbs ** [04:03:52 2020-06-13] 178: Checking geocodings ** [04:03:52 2020-06-13] 178: Checking synchronizations ** [04:03:52 2020-06-13] 178: Checking tracker ** [04:03:52 2020-06-13] 178: Checking user_migrations ** [04:03:52 2020-06-13] 178: Checking batch_updates ** [04:03:52 2020-06-13] 178: Checking gears ** [04:03:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:03:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:57 2020-06-13] 178: Checking imports ** [04:03:57 2020-06-13] 178: Checking exports ** [04:03:57 2020-06-13] 178: Checking users ** [04:03:57 2020-06-13] 178: Checking user_dbs ** [04:03:57 2020-06-13] 178: Checking geocodings ** [04:03:57 2020-06-13] 178: Checking synchronizations ** [04:03:57 2020-06-13] 178: Checking tracker ** [04:03:57 2020-06-13] 178: Checking user_migrations ** [04:03:57 2020-06-13] 178: Checking batch_updates ** [04:03:57 2020-06-13] 178: Checking gears ** [04:03:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:03:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:02 2020-06-13] 178: Checking imports ** [04:04:02 2020-06-13] 178: Checking exports ** [04:04:02 2020-06-13] 178: Checking users ** [04:04:02 2020-06-13] 178: Checking user_dbs ** [04:04:02 2020-06-13] 178: Checking geocodings ** [04:04:02 2020-06-13] 178: Checking synchronizations ** [04:04:02 2020-06-13] 178: Checking tracker ** [04:04:02 2020-06-13] 178: Checking user_migrations ** [04:04:02 2020-06-13] 178: Checking batch_updates ** [04:04:02 2020-06-13] 178: Checking gears ** [04:04:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:04:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:07 2020-06-13] 178: Checking imports ** [04:04:07 2020-06-13] 178: Checking exports ** [04:04:07 2020-06-13] 178: Checking users ** [04:04:07 2020-06-13] 178: Checking user_dbs ** [04:04:07 2020-06-13] 178: Checking geocodings ** [04:04:07 2020-06-13] 178: Checking synchronizations ** [04:04:07 2020-06-13] 178: Checking tracker ** [04:04:07 2020-06-13] 178: Checking user_migrations ** [04:04:07 2020-06-13] 178: Checking batch_updates ** [04:04:07 2020-06-13] 178: Checking gears ** [04:04:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:04:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:12 2020-06-13] 178: Checking imports ** [04:04:12 2020-06-13] 178: Checking exports ** [04:04:12 2020-06-13] 178: Checking users ** [04:04:12 2020-06-13] 178: Checking user_dbs ** [04:04:12 2020-06-13] 178: Checking geocodings ** [04:04:12 2020-06-13] 178: Checking synchronizations ** [04:04:12 2020-06-13] 178: Checking tracker ** [04:04:12 2020-06-13] 178: Checking user_migrations ** [04:04:12 2020-06-13] 178: Checking batch_updates ** [04:04:12 2020-06-13] 178: Checking gears ** [04:04:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:04:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:17 2020-06-13] 178: Checking imports ** [04:04:17 2020-06-13] 178: Checking exports ** [04:04:17 2020-06-13] 178: Checking users ** [04:04:17 2020-06-13] 178: Checking user_dbs ** [04:04:17 2020-06-13] 178: Checking geocodings ** [04:04:17 2020-06-13] 178: Checking synchronizations ** [04:04:17 2020-06-13] 178: Checking tracker ** [04:04:17 2020-06-13] 178: Checking user_migrations ** [04:04:17 2020-06-13] 178: Checking batch_updates ** [04:04:17 2020-06-13] 178: Checking gears ** [04:04:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:04:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:22 2020-06-13] 178: Checking imports ** [04:04:22 2020-06-13] 178: Checking exports ** [04:04:22 2020-06-13] 178: Checking users ** [04:04:22 2020-06-13] 178: Checking user_dbs ** [04:04:22 2020-06-13] 178: Checking geocodings ** [04:04:22 2020-06-13] 178: Checking synchronizations ** [04:04:22 2020-06-13] 178: Checking tracker ** [04:04:22 2020-06-13] 178: Checking user_migrations ** [04:04:22 2020-06-13] 178: Checking batch_updates ** [04:04:22 2020-06-13] 178: Checking gears ** [04:04:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:04:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:27 2020-06-13] 178: Checking imports ** [04:04:27 2020-06-13] 178: Checking exports ** [04:04:27 2020-06-13] 178: Checking users ** [04:04:27 2020-06-13] 178: Checking user_dbs ** [04:04:27 2020-06-13] 178: Checking geocodings ** [04:04:27 2020-06-13] 178: Checking synchronizations ** [04:04:27 2020-06-13] 178: Checking tracker ** [04:04:27 2020-06-13] 178: Checking user_migrations ** [04:04:27 2020-06-13] 178: Checking batch_updates ** [04:04:27 2020-06-13] 178: Checking gears ** [04:04:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:04:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:32 2020-06-13] 178: Checking imports ** [04:04:32 2020-06-13] 178: Checking exports ** [04:04:32 2020-06-13] 178: Checking users ** [04:04:32 2020-06-13] 178: Checking user_dbs ** [04:04:32 2020-06-13] 178: Checking geocodings ** [04:04:32 2020-06-13] 178: Checking synchronizations ** [04:04:32 2020-06-13] 178: Checking tracker ** [04:04:32 2020-06-13] 178: Checking user_migrations ** [04:04:32 2020-06-13] 178: Checking batch_updates ** [04:04:32 2020-06-13] 178: Checking gears ** [04:04:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:04:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:37 2020-06-13] 178: Checking imports ** [04:04:37 2020-06-13] 178: Checking exports ** [04:04:37 2020-06-13] 178: Checking users ** [04:04:37 2020-06-13] 178: Checking user_dbs ** [04:04:37 2020-06-13] 178: Checking geocodings ** [04:04:37 2020-06-13] 178: Checking synchronizations ** [04:04:37 2020-06-13] 178: Checking tracker ** [04:04:37 2020-06-13] 178: Checking user_migrations ** [04:04:37 2020-06-13] 178: Checking batch_updates ** [04:04:37 2020-06-13] 178: Checking gears ** [04:04:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:04:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:42 2020-06-13] 178: Checking imports ** [04:04:42 2020-06-13] 178: Checking exports ** [04:04:42 2020-06-13] 178: Checking users ** [04:04:42 2020-06-13] 178: Checking user_dbs ** [04:04:42 2020-06-13] 178: Checking geocodings ** [04:04:42 2020-06-13] 178: Checking synchronizations ** [04:04:42 2020-06-13] 178: Checking tracker ** [04:04:42 2020-06-13] 178: Checking user_migrations ** [04:04:42 2020-06-13] 178: Checking batch_updates ** [04:04:42 2020-06-13] 178: Checking gears ** [04:04:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:04:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:47 2020-06-13] 178: Checking imports ** [04:04:47 2020-06-13] 178: Checking exports ** [04:04:47 2020-06-13] 178: Checking users ** [04:04:47 2020-06-13] 178: Checking user_dbs ** [04:04:47 2020-06-13] 178: Checking geocodings ** [04:04:47 2020-06-13] 178: Checking synchronizations ** [04:04:47 2020-06-13] 178: Checking tracker ** [04:04:47 2020-06-13] 178: Checking user_migrations ** [04:04:47 2020-06-13] 178: Checking batch_updates ** [04:04:47 2020-06-13] 178: Checking gears ** [04:04:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:04:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:52 2020-06-13] 178: Checking imports ** [04:04:52 2020-06-13] 178: Checking exports ** [04:04:52 2020-06-13] 178: Checking users ** [04:04:52 2020-06-13] 178: Checking user_dbs ** [04:04:52 2020-06-13] 178: Checking geocodings ** [04:04:52 2020-06-13] 178: Checking synchronizations ** [04:04:52 2020-06-13] 178: Checking tracker ** [04:04:52 2020-06-13] 178: Checking user_migrations ** [04:04:52 2020-06-13] 178: Checking batch_updates ** [04:04:52 2020-06-13] 178: Checking gears ** [04:04:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:04:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:57 2020-06-13] 178: Checking imports ** [04:04:57 2020-06-13] 178: Checking exports ** [04:04:57 2020-06-13] 178: Checking users ** [04:04:57 2020-06-13] 178: Checking user_dbs ** [04:04:57 2020-06-13] 178: Checking geocodings ** [04:04:57 2020-06-13] 178: Checking synchronizations ** [04:04:57 2020-06-13] 178: Checking tracker ** [04:04:57 2020-06-13] 178: Checking user_migrations ** [04:04:57 2020-06-13] 178: Checking batch_updates ** [04:04:57 2020-06-13] 178: Checking gears ** [04:04:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:04:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:02 2020-06-13] 178: Checking imports ** [04:05:02 2020-06-13] 178: Checking exports ** [04:05:02 2020-06-13] 178: Checking users ** [04:05:02 2020-06-13] 178: Checking user_dbs ** [04:05:02 2020-06-13] 178: Checking geocodings ** [04:05:02 2020-06-13] 178: Checking synchronizations ** [04:05:02 2020-06-13] 178: Checking tracker ** [04:05:02 2020-06-13] 178: Checking user_migrations ** [04:05:02 2020-06-13] 178: Checking batch_updates ** [04:05:02 2020-06-13] 178: Checking gears ** [04:05:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:05:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:07 2020-06-13] 178: Checking imports ** [04:05:07 2020-06-13] 178: Checking exports ** [04:05:07 2020-06-13] 178: Checking users ** [04:05:07 2020-06-13] 178: Checking user_dbs ** [04:05:07 2020-06-13] 178: Checking geocodings ** [04:05:07 2020-06-13] 178: Checking synchronizations ** [04:05:07 2020-06-13] 178: Checking tracker ** [04:05:07 2020-06-13] 178: Checking user_migrations ** [04:05:07 2020-06-13] 178: Checking batch_updates ** [04:05:07 2020-06-13] 178: Checking gears ** [04:05:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:05:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:12 2020-06-13] 178: Checking imports ** [04:05:12 2020-06-13] 178: Checking exports ** [04:05:12 2020-06-13] 178: Checking users ** [04:05:12 2020-06-13] 178: Checking user_dbs ** [04:05:12 2020-06-13] 178: Checking geocodings ** [04:05:12 2020-06-13] 178: Checking synchronizations ** [04:05:12 2020-06-13] 178: Checking tracker ** [04:05:12 2020-06-13] 178: Checking user_migrations ** [04:05:12 2020-06-13] 178: Checking batch_updates ** [04:05:12 2020-06-13] 178: Checking gears ** [04:05:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:05:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:17 2020-06-13] 178: Checking imports ** [04:05:17 2020-06-13] 178: Checking exports ** [04:05:17 2020-06-13] 178: Checking users ** [04:05:17 2020-06-13] 178: Checking user_dbs ** [04:05:17 2020-06-13] 178: Checking geocodings ** [04:05:17 2020-06-13] 178: Checking synchronizations ** [04:05:17 2020-06-13] 178: Checking tracker ** [04:05:17 2020-06-13] 178: Checking user_migrations ** [04:05:17 2020-06-13] 178: Checking batch_updates ** [04:05:17 2020-06-13] 178: Checking gears ** [04:05:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:05:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:22 2020-06-13] 178: Checking imports ** [04:05:22 2020-06-13] 178: Checking exports ** [04:05:22 2020-06-13] 178: Checking users ** [04:05:22 2020-06-13] 178: Checking user_dbs ** [04:05:22 2020-06-13] 178: Checking geocodings ** [04:05:22 2020-06-13] 178: Checking synchronizations ** [04:05:22 2020-06-13] 178: Checking tracker ** [04:05:22 2020-06-13] 178: Checking user_migrations ** [04:05:22 2020-06-13] 178: Checking batch_updates ** [04:05:22 2020-06-13] 178: Checking gears ** [04:05:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:05:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:27 2020-06-13] 178: Checking imports ** [04:05:27 2020-06-13] 178: Checking exports ** [04:05:27 2020-06-13] 178: Checking users ** [04:05:27 2020-06-13] 178: Checking user_dbs ** [04:05:27 2020-06-13] 178: Checking geocodings ** [04:05:27 2020-06-13] 178: Checking synchronizations ** [04:05:27 2020-06-13] 178: Checking tracker ** [04:05:27 2020-06-13] 178: Checking user_migrations ** [04:05:27 2020-06-13] 178: Checking batch_updates ** [04:05:27 2020-06-13] 178: Checking gears ** [04:05:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:05:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:32 2020-06-13] 178: Checking imports ** [04:05:32 2020-06-13] 178: Checking exports ** [04:05:32 2020-06-13] 178: Checking users ** [04:05:32 2020-06-13] 178: Checking user_dbs ** [04:05:32 2020-06-13] 178: Checking geocodings ** [04:05:32 2020-06-13] 178: Checking synchronizations ** [04:05:32 2020-06-13] 178: Checking tracker ** [04:05:32 2020-06-13] 178: Checking user_migrations ** [04:05:32 2020-06-13] 178: Checking batch_updates ** [04:05:32 2020-06-13] 178: Checking gears ** [04:05:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:05:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:37 2020-06-13] 178: Checking imports ** [04:05:37 2020-06-13] 178: Checking exports ** [04:05:37 2020-06-13] 178: Checking users ** [04:05:37 2020-06-13] 178: Checking user_dbs ** [04:05:37 2020-06-13] 178: Checking geocodings ** [04:05:37 2020-06-13] 178: Checking synchronizations ** [04:05:37 2020-06-13] 178: Checking tracker ** [04:05:37 2020-06-13] 178: Checking user_migrations ** [04:05:37 2020-06-13] 178: Checking batch_updates ** [04:05:37 2020-06-13] 178: Checking gears ** [04:05:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:05:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:42 2020-06-13] 178: Checking imports ** [04:05:42 2020-06-13] 178: Checking exports ** [04:05:42 2020-06-13] 178: Checking users ** [04:05:42 2020-06-13] 178: Checking user_dbs ** [04:05:42 2020-06-13] 178: Checking geocodings ** [04:05:42 2020-06-13] 178: Checking synchronizations ** [04:05:42 2020-06-13] 178: Checking tracker ** [04:05:42 2020-06-13] 178: Checking user_migrations ** [04:05:42 2020-06-13] 178: Checking batch_updates ** [04:05:42 2020-06-13] 178: Checking gears ** [04:05:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:05:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:47 2020-06-13] 178: Checking imports ** [04:05:47 2020-06-13] 178: Checking exports ** [04:05:47 2020-06-13] 178: Checking users ** [04:05:47 2020-06-13] 178: Checking user_dbs ** [04:05:47 2020-06-13] 178: Checking geocodings ** [04:05:47 2020-06-13] 178: Checking synchronizations ** [04:05:47 2020-06-13] 178: Checking tracker ** [04:05:47 2020-06-13] 178: Checking user_migrations ** [04:05:47 2020-06-13] 178: Checking batch_updates ** [04:05:47 2020-06-13] 178: Checking gears ** [04:05:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:05:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:52 2020-06-13] 178: Checking imports ** [04:05:52 2020-06-13] 178: Checking exports ** [04:05:52 2020-06-13] 178: Checking users ** [04:05:52 2020-06-13] 178: Checking user_dbs ** [04:05:52 2020-06-13] 178: Checking geocodings ** [04:05:52 2020-06-13] 178: Checking synchronizations ** [04:05:52 2020-06-13] 178: Checking tracker ** [04:05:52 2020-06-13] 178: Checking user_migrations ** [04:05:52 2020-06-13] 178: Checking batch_updates ** [04:05:52 2020-06-13] 178: Checking gears ** [04:05:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:05:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:57 2020-06-13] 178: Checking imports ** [04:05:57 2020-06-13] 178: Checking exports ** [04:05:57 2020-06-13] 178: Checking users ** [04:05:57 2020-06-13] 178: Checking user_dbs ** [04:05:57 2020-06-13] 178: Checking geocodings ** [04:05:57 2020-06-13] 178: Checking synchronizations ** [04:05:57 2020-06-13] 178: Checking tracker ** [04:05:57 2020-06-13] 178: Checking user_migrations ** [04:05:57 2020-06-13] 178: Checking batch_updates ** [04:05:57 2020-06-13] 178: Checking gears ** [04:05:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:05:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:02 2020-06-13] 178: Checking imports ** [04:06:02 2020-06-13] 178: Checking exports ** [04:06:02 2020-06-13] 178: Checking users ** [04:06:02 2020-06-13] 178: Checking user_dbs ** [04:06:02 2020-06-13] 178: Checking geocodings ** [04:06:02 2020-06-13] 178: Checking synchronizations ** [04:06:02 2020-06-13] 178: Checking tracker ** [04:06:02 2020-06-13] 178: Checking user_migrations ** [04:06:02 2020-06-13] 178: Checking batch_updates ** [04:06:02 2020-06-13] 178: Checking gears ** [04:06:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:06:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:07 2020-06-13] 178: Checking imports ** [04:06:07 2020-06-13] 178: Checking exports ** [04:06:07 2020-06-13] 178: Checking users ** [04:06:07 2020-06-13] 178: Checking user_dbs ** [04:06:07 2020-06-13] 178: Checking geocodings ** [04:06:07 2020-06-13] 178: Checking synchronizations ** [04:06:07 2020-06-13] 178: Checking tracker ** [04:06:07 2020-06-13] 178: Checking user_migrations ** [04:06:07 2020-06-13] 178: Checking batch_updates ** [04:06:07 2020-06-13] 178: Checking gears ** [04:06:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:06:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:12 2020-06-13] 178: Checking imports ** [04:06:12 2020-06-13] 178: Checking exports ** [04:06:12 2020-06-13] 178: Checking users ** [04:06:12 2020-06-13] 178: Checking user_dbs ** [04:06:12 2020-06-13] 178: Checking geocodings ** [04:06:12 2020-06-13] 178: Checking synchronizations ** [04:06:12 2020-06-13] 178: Checking tracker ** [04:06:12 2020-06-13] 178: Checking user_migrations ** [04:06:12 2020-06-13] 178: Checking batch_updates ** [04:06:12 2020-06-13] 178: Checking gears ** [04:06:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:06:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:17 2020-06-13] 178: Checking imports ** [04:06:17 2020-06-13] 178: Checking exports ** [04:06:17 2020-06-13] 178: Checking users ** [04:06:17 2020-06-13] 178: Checking user_dbs ** [04:06:17 2020-06-13] 178: Checking geocodings ** [04:06:17 2020-06-13] 178: Checking synchronizations ** [04:06:17 2020-06-13] 178: Checking tracker ** [04:06:17 2020-06-13] 178: Checking user_migrations ** [04:06:17 2020-06-13] 178: Checking batch_updates ** [04:06:17 2020-06-13] 178: Checking gears ** [04:06:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:06:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:22 2020-06-13] 178: Checking imports ** [04:06:22 2020-06-13] 178: Checking exports ** [04:06:22 2020-06-13] 178: Checking users ** [04:06:22 2020-06-13] 178: Checking user_dbs ** [04:06:22 2020-06-13] 178: Checking geocodings ** [04:06:22 2020-06-13] 178: Checking synchronizations ** [04:06:22 2020-06-13] 178: Checking tracker ** [04:06:22 2020-06-13] 178: Checking user_migrations ** [04:06:22 2020-06-13] 178: Checking batch_updates ** [04:06:22 2020-06-13] 178: Checking gears ** [04:06:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:06:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:27 2020-06-13] 178: Checking imports ** [04:06:27 2020-06-13] 178: Checking exports ** [04:06:27 2020-06-13] 178: Checking users ** [04:06:27 2020-06-13] 178: Checking user_dbs ** [04:06:27 2020-06-13] 178: Checking geocodings ** [04:06:27 2020-06-13] 178: Checking synchronizations ** [04:06:27 2020-06-13] 178: Checking tracker ** [04:06:27 2020-06-13] 178: Checking user_migrations ** [04:06:27 2020-06-13] 178: Checking batch_updates ** [04:06:27 2020-06-13] 178: Checking gears ** [04:06:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:06:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:32 2020-06-13] 178: Checking imports ** [04:06:32 2020-06-13] 178: Checking exports ** [04:06:32 2020-06-13] 178: Checking users ** [04:06:32 2020-06-13] 178: Checking user_dbs ** [04:06:32 2020-06-13] 178: Checking geocodings ** [04:06:32 2020-06-13] 178: Checking synchronizations ** [04:06:32 2020-06-13] 178: Checking tracker ** [04:06:32 2020-06-13] 178: Checking user_migrations ** [04:06:32 2020-06-13] 178: Checking batch_updates ** [04:06:32 2020-06-13] 178: Checking gears ** [04:06:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:06:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:37 2020-06-13] 178: Checking imports ** [04:06:37 2020-06-13] 178: Checking exports ** [04:06:37 2020-06-13] 178: Checking users ** [04:06:37 2020-06-13] 178: Checking user_dbs ** [04:06:37 2020-06-13] 178: Checking geocodings ** [04:06:37 2020-06-13] 178: Checking synchronizations ** [04:06:37 2020-06-13] 178: Checking tracker ** [04:06:37 2020-06-13] 178: Checking user_migrations ** [04:06:37 2020-06-13] 178: Checking batch_updates ** [04:06:37 2020-06-13] 178: Checking gears ** [04:06:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:06:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:42 2020-06-13] 178: Checking imports ** [04:06:42 2020-06-13] 178: Checking exports ** [04:06:42 2020-06-13] 178: Checking users ** [04:06:42 2020-06-13] 178: Checking user_dbs ** [04:06:42 2020-06-13] 178: Checking geocodings ** [04:06:42 2020-06-13] 178: Checking synchronizations ** [04:06:42 2020-06-13] 178: Checking tracker ** [04:06:42 2020-06-13] 178: Checking user_migrations ** [04:06:42 2020-06-13] 178: Checking batch_updates ** [04:06:42 2020-06-13] 178: Checking gears ** [04:06:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:06:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:47 2020-06-13] 178: Checking imports ** [04:06:47 2020-06-13] 178: Checking exports ** [04:06:47 2020-06-13] 178: Checking users ** [04:06:47 2020-06-13] 178: Checking user_dbs ** [04:06:47 2020-06-13] 178: Checking geocodings ** [04:06:47 2020-06-13] 178: Checking synchronizations ** [04:06:47 2020-06-13] 178: Checking tracker ** [04:06:47 2020-06-13] 178: Checking user_migrations ** [04:06:47 2020-06-13] 178: Checking batch_updates ** [04:06:47 2020-06-13] 178: Checking gears ** [04:06:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:06:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:52 2020-06-13] 178: Checking imports ** [04:06:52 2020-06-13] 178: Checking exports ** [04:06:52 2020-06-13] 178: Checking users ** [04:06:52 2020-06-13] 178: Checking user_dbs ** [04:06:52 2020-06-13] 178: Checking geocodings ** [04:06:52 2020-06-13] 178: Checking synchronizations ** [04:06:52 2020-06-13] 178: Checking tracker ** [04:06:52 2020-06-13] 178: Checking user_migrations ** [04:06:52 2020-06-13] 178: Checking batch_updates ** [04:06:52 2020-06-13] 178: Checking gears ** [04:06:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:06:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:57 2020-06-13] 178: Checking imports ** [04:06:57 2020-06-13] 178: Checking exports ** [04:06:57 2020-06-13] 178: Checking users ** [04:06:57 2020-06-13] 178: Checking user_dbs ** [04:06:57 2020-06-13] 178: Checking geocodings ** [04:06:57 2020-06-13] 178: Checking synchronizations ** [04:06:57 2020-06-13] 178: Checking tracker ** [04:06:57 2020-06-13] 178: Checking user_migrations ** [04:06:57 2020-06-13] 178: Checking batch_updates ** [04:06:57 2020-06-13] 178: Checking gears ** [04:06:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:06:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:03 2020-06-13] 178: Checking imports ** [04:07:03 2020-06-13] 178: Checking exports ** [04:07:03 2020-06-13] 178: Checking users ** [04:07:03 2020-06-13] 178: Checking user_dbs ** [04:07:03 2020-06-13] 178: Checking geocodings ** [04:07:03 2020-06-13] 178: Checking synchronizations ** [04:07:03 2020-06-13] 178: Checking tracker ** [04:07:03 2020-06-13] 178: Checking user_migrations ** [04:07:03 2020-06-13] 178: Checking batch_updates ** [04:07:03 2020-06-13] 178: Checking gears ** [04:07:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:07:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:08 2020-06-13] 178: Checking imports ** [04:07:08 2020-06-13] 178: Checking exports ** [04:07:08 2020-06-13] 178: Checking users ** [04:07:08 2020-06-13] 178: Checking user_dbs ** [04:07:08 2020-06-13] 178: Checking geocodings ** [04:07:08 2020-06-13] 178: Checking synchronizations ** [04:07:08 2020-06-13] 178: Checking tracker ** [04:07:08 2020-06-13] 178: Checking user_migrations ** [04:07:08 2020-06-13] 178: Checking batch_updates ** [04:07:08 2020-06-13] 178: Checking gears ** [04:07:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:07:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:13 2020-06-13] 178: Checking imports ** [04:07:13 2020-06-13] 178: Checking exports ** [04:07:13 2020-06-13] 178: Checking users ** [04:07:13 2020-06-13] 178: Checking user_dbs ** [04:07:13 2020-06-13] 178: Checking geocodings ** [04:07:13 2020-06-13] 178: Checking synchronizations ** [04:07:13 2020-06-13] 178: Checking tracker ** [04:07:13 2020-06-13] 178: Checking user_migrations ** [04:07:13 2020-06-13] 178: Checking batch_updates ** [04:07:13 2020-06-13] 178: Checking gears ** [04:07:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:07:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:18 2020-06-13] 178: Checking imports ** [04:07:18 2020-06-13] 178: Checking exports ** [04:07:18 2020-06-13] 178: Checking users ** [04:07:18 2020-06-13] 178: Checking user_dbs ** [04:07:18 2020-06-13] 178: Checking geocodings ** [04:07:18 2020-06-13] 178: Checking synchronizations ** [04:07:18 2020-06-13] 178: Checking tracker ** [04:07:18 2020-06-13] 178: Checking user_migrations ** [04:07:18 2020-06-13] 178: Checking batch_updates ** [04:07:18 2020-06-13] 178: Checking gears ** [04:07:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:07:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:23 2020-06-13] 178: Checking imports ** [04:07:23 2020-06-13] 178: Checking exports ** [04:07:23 2020-06-13] 178: Checking users ** [04:07:23 2020-06-13] 178: Checking user_dbs ** [04:07:23 2020-06-13] 178: Checking geocodings ** [04:07:23 2020-06-13] 178: Checking synchronizations ** [04:07:23 2020-06-13] 178: Checking tracker ** [04:07:23 2020-06-13] 178: Checking user_migrations ** [04:07:23 2020-06-13] 178: Checking batch_updates ** [04:07:23 2020-06-13] 178: Checking gears ** [04:07:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:07:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:28 2020-06-13] 178: Checking imports ** [04:07:28 2020-06-13] 178: Checking exports ** [04:07:28 2020-06-13] 178: Checking users ** [04:07:28 2020-06-13] 178: Checking user_dbs ** [04:07:28 2020-06-13] 178: Checking geocodings ** [04:07:28 2020-06-13] 178: Checking synchronizations ** [04:07:28 2020-06-13] 178: Checking tracker ** [04:07:28 2020-06-13] 178: Checking user_migrations ** [04:07:28 2020-06-13] 178: Checking batch_updates ** [04:07:28 2020-06-13] 178: Checking gears ** [04:07:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:07:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:33 2020-06-13] 178: Checking imports ** [04:07:33 2020-06-13] 178: Checking exports ** [04:07:33 2020-06-13] 178: Checking users ** [04:07:33 2020-06-13] 178: Checking user_dbs ** [04:07:33 2020-06-13] 178: Checking geocodings ** [04:07:33 2020-06-13] 178: Checking synchronizations ** [04:07:33 2020-06-13] 178: Checking tracker ** [04:07:33 2020-06-13] 178: Checking user_migrations ** [04:07:33 2020-06-13] 178: Checking batch_updates ** [04:07:33 2020-06-13] 178: Checking gears ** [04:07:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:07:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:38 2020-06-13] 178: Checking imports ** [04:07:38 2020-06-13] 178: Checking exports ** [04:07:38 2020-06-13] 178: Checking users ** [04:07:38 2020-06-13] 178: Checking user_dbs ** [04:07:38 2020-06-13] 178: Checking geocodings ** [04:07:38 2020-06-13] 178: Checking synchronizations ** [04:07:38 2020-06-13] 178: Checking tracker ** [04:07:38 2020-06-13] 178: Checking user_migrations ** [04:07:38 2020-06-13] 178: Checking batch_updates ** [04:07:38 2020-06-13] 178: Checking gears ** [04:07:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:07:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:43 2020-06-13] 178: Checking imports ** [04:07:43 2020-06-13] 178: Checking exports ** [04:07:43 2020-06-13] 178: Checking users ** [04:07:43 2020-06-13] 178: Checking user_dbs ** [04:07:43 2020-06-13] 178: Checking geocodings ** [04:07:43 2020-06-13] 178: Checking synchronizations ** [04:07:43 2020-06-13] 178: Checking tracker ** [04:07:43 2020-06-13] 178: Checking user_migrations ** [04:07:43 2020-06-13] 178: Checking batch_updates ** [04:07:43 2020-06-13] 178: Checking gears ** [04:07:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:07:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:48 2020-06-13] 178: Checking imports ** [04:07:48 2020-06-13] 178: Checking exports ** [04:07:48 2020-06-13] 178: Checking users ** [04:07:48 2020-06-13] 178: Checking user_dbs ** [04:07:48 2020-06-13] 178: Checking geocodings ** [04:07:48 2020-06-13] 178: Checking synchronizations ** [04:07:48 2020-06-13] 178: Checking tracker ** [04:07:48 2020-06-13] 178: Checking user_migrations ** [04:07:48 2020-06-13] 178: Checking batch_updates ** [04:07:48 2020-06-13] 178: Checking gears ** [04:07:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:07:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:53 2020-06-13] 178: Checking imports ** [04:07:53 2020-06-13] 178: Checking exports ** [04:07:53 2020-06-13] 178: Checking users ** [04:07:53 2020-06-13] 178: Checking user_dbs ** [04:07:53 2020-06-13] 178: Checking geocodings ** [04:07:53 2020-06-13] 178: Checking synchronizations ** [04:07:53 2020-06-13] 178: Checking tracker ** [04:07:53 2020-06-13] 178: Checking user_migrations ** [04:07:53 2020-06-13] 178: Checking batch_updates ** [04:07:53 2020-06-13] 178: Checking gears ** [04:07:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:07:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:58 2020-06-13] 178: Checking imports ** [04:07:58 2020-06-13] 178: Checking exports ** [04:07:58 2020-06-13] 178: Checking users ** [04:07:58 2020-06-13] 178: Checking user_dbs ** [04:07:58 2020-06-13] 178: Checking geocodings ** [04:07:58 2020-06-13] 178: Checking synchronizations ** [04:07:58 2020-06-13] 178: Checking tracker ** [04:07:58 2020-06-13] 178: Checking user_migrations ** [04:07:58 2020-06-13] 178: Checking batch_updates ** [04:07:58 2020-06-13] 178: Checking gears ** [04:07:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:07:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:03 2020-06-13] 178: Checking imports ** [04:08:03 2020-06-13] 178: Checking exports ** [04:08:03 2020-06-13] 178: Checking users ** [04:08:03 2020-06-13] 178: Checking user_dbs ** [04:08:03 2020-06-13] 178: Checking geocodings ** [04:08:03 2020-06-13] 178: Checking synchronizations ** [04:08:03 2020-06-13] 178: Checking tracker ** [04:08:03 2020-06-13] 178: Checking user_migrations ** [04:08:03 2020-06-13] 178: Checking batch_updates ** [04:08:03 2020-06-13] 178: Checking gears ** [04:08:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:08:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:08 2020-06-13] 178: Checking imports ** [04:08:08 2020-06-13] 178: Checking exports ** [04:08:08 2020-06-13] 178: Checking users ** [04:08:08 2020-06-13] 178: Checking user_dbs ** [04:08:08 2020-06-13] 178: Checking geocodings ** [04:08:08 2020-06-13] 178: Checking synchronizations ** [04:08:08 2020-06-13] 178: Checking tracker ** [04:08:08 2020-06-13] 178: Checking user_migrations ** [04:08:08 2020-06-13] 178: Checking batch_updates ** [04:08:08 2020-06-13] 178: Checking gears ** [04:08:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:08:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:13 2020-06-13] 178: Checking imports ** [04:08:13 2020-06-13] 178: Checking exports ** [04:08:13 2020-06-13] 178: Checking users ** [04:08:13 2020-06-13] 178: Checking user_dbs ** [04:08:13 2020-06-13] 178: Checking geocodings ** [04:08:13 2020-06-13] 178: Checking synchronizations ** [04:08:13 2020-06-13] 178: Checking tracker ** [04:08:13 2020-06-13] 178: Checking user_migrations ** [04:08:13 2020-06-13] 178: Checking batch_updates ** [04:08:13 2020-06-13] 178: Checking gears ** [04:08:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:08:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:18 2020-06-13] 178: Checking imports ** [04:08:18 2020-06-13] 178: Checking exports ** [04:08:18 2020-06-13] 178: Checking users ** [04:08:18 2020-06-13] 178: Checking user_dbs ** [04:08:18 2020-06-13] 178: Checking geocodings ** [04:08:18 2020-06-13] 178: Checking synchronizations ** [04:08:18 2020-06-13] 178: Checking tracker ** [04:08:18 2020-06-13] 178: Checking user_migrations ** [04:08:18 2020-06-13] 178: Checking batch_updates ** [04:08:18 2020-06-13] 178: Checking gears ** [04:08:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:08:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:23 2020-06-13] 178: Checking imports ** [04:08:23 2020-06-13] 178: Checking exports ** [04:08:23 2020-06-13] 178: Checking users ** [04:08:23 2020-06-13] 178: Checking user_dbs ** [04:08:23 2020-06-13] 178: Checking geocodings ** [04:08:23 2020-06-13] 178: Checking synchronizations ** [04:08:23 2020-06-13] 178: Checking tracker ** [04:08:23 2020-06-13] 178: Checking user_migrations ** [04:08:23 2020-06-13] 178: Checking batch_updates ** [04:08:23 2020-06-13] 178: Checking gears ** [04:08:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:08:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:28 2020-06-13] 178: Checking imports ** [04:08:28 2020-06-13] 178: Checking exports ** [04:08:28 2020-06-13] 178: Checking users ** [04:08:28 2020-06-13] 178: Checking user_dbs ** [04:08:28 2020-06-13] 178: Checking geocodings ** [04:08:28 2020-06-13] 178: Checking synchronizations ** [04:08:28 2020-06-13] 178: Checking tracker ** [04:08:28 2020-06-13] 178: Checking user_migrations ** [04:08:28 2020-06-13] 178: Checking batch_updates ** [04:08:28 2020-06-13] 178: Checking gears ** [04:08:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:08:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:33 2020-06-13] 178: Checking imports ** [04:08:33 2020-06-13] 178: Checking exports ** [04:08:33 2020-06-13] 178: Checking users ** [04:08:33 2020-06-13] 178: Checking user_dbs ** [04:08:33 2020-06-13] 178: Checking geocodings ** [04:08:33 2020-06-13] 178: Checking synchronizations ** [04:08:33 2020-06-13] 178: Checking tracker ** [04:08:33 2020-06-13] 178: Checking user_migrations ** [04:08:33 2020-06-13] 178: Checking batch_updates ** [04:08:33 2020-06-13] 178: Checking gears ** [04:08:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:08:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:38 2020-06-13] 178: Checking imports ** [04:08:38 2020-06-13] 178: Checking exports ** [04:08:38 2020-06-13] 178: Checking users ** [04:08:38 2020-06-13] 178: Checking user_dbs ** [04:08:38 2020-06-13] 178: Checking geocodings ** [04:08:38 2020-06-13] 178: Checking synchronizations ** [04:08:38 2020-06-13] 178: Checking tracker ** [04:08:38 2020-06-13] 178: Checking user_migrations ** [04:08:38 2020-06-13] 178: Checking batch_updates ** [04:08:38 2020-06-13] 178: Checking gears ** [04:08:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:08:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:43 2020-06-13] 178: Checking imports ** [04:08:43 2020-06-13] 178: Checking exports ** [04:08:43 2020-06-13] 178: Checking users ** [04:08:43 2020-06-13] 178: Checking user_dbs ** [04:08:43 2020-06-13] 178: Checking geocodings ** [04:08:43 2020-06-13] 178: Checking synchronizations ** [04:08:43 2020-06-13] 178: Checking tracker ** [04:08:43 2020-06-13] 178: Checking user_migrations ** [04:08:43 2020-06-13] 178: Checking batch_updates ** [04:08:43 2020-06-13] 178: Checking gears ** [04:08:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:08:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:48 2020-06-13] 178: Checking imports ** [04:08:48 2020-06-13] 178: Checking exports ** [04:08:48 2020-06-13] 178: Checking users ** [04:08:48 2020-06-13] 178: Checking user_dbs ** [04:08:48 2020-06-13] 178: Checking geocodings ** [04:08:48 2020-06-13] 178: Checking synchronizations ** [04:08:48 2020-06-13] 178: Checking tracker ** [04:08:48 2020-06-13] 178: Checking user_migrations ** [04:08:48 2020-06-13] 178: Checking batch_updates ** [04:08:48 2020-06-13] 178: Checking gears ** [04:08:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:08:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:53 2020-06-13] 178: Checking imports ** [04:08:53 2020-06-13] 178: Checking exports ** [04:08:53 2020-06-13] 178: Checking users ** [04:08:53 2020-06-13] 178: Checking user_dbs ** [04:08:53 2020-06-13] 178: Checking geocodings ** [04:08:53 2020-06-13] 178: Checking synchronizations ** [04:08:53 2020-06-13] 178: Checking tracker ** [04:08:53 2020-06-13] 178: Checking user_migrations ** [04:08:53 2020-06-13] 178: Checking batch_updates ** [04:08:53 2020-06-13] 178: Checking gears ** [04:08:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:08:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:58 2020-06-13] 178: Checking imports ** [04:08:58 2020-06-13] 178: Checking exports ** [04:08:58 2020-06-13] 178: Checking users ** [04:08:58 2020-06-13] 178: Checking user_dbs ** [04:08:58 2020-06-13] 178: Checking geocodings ** [04:08:58 2020-06-13] 178: Checking synchronizations ** [04:08:58 2020-06-13] 178: Checking tracker ** [04:08:58 2020-06-13] 178: Checking user_migrations ** [04:08:58 2020-06-13] 178: Checking batch_updates ** [04:08:58 2020-06-13] 178: Checking gears ** [04:08:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:08:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:03 2020-06-13] 178: Checking imports ** [04:09:03 2020-06-13] 178: Checking exports ** [04:09:03 2020-06-13] 178: Checking users ** [04:09:03 2020-06-13] 178: Checking user_dbs ** [04:09:03 2020-06-13] 178: Checking geocodings ** [04:09:03 2020-06-13] 178: Checking synchronizations ** [04:09:03 2020-06-13] 178: Checking tracker ** [04:09:03 2020-06-13] 178: Checking user_migrations ** [04:09:03 2020-06-13] 178: Checking batch_updates ** [04:09:03 2020-06-13] 178: Checking gears ** [04:09:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:09:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:08 2020-06-13] 178: Checking imports ** [04:09:08 2020-06-13] 178: Checking exports ** [04:09:08 2020-06-13] 178: Checking users ** [04:09:08 2020-06-13] 178: Checking user_dbs ** [04:09:08 2020-06-13] 178: Checking geocodings ** [04:09:08 2020-06-13] 178: Checking synchronizations ** [04:09:08 2020-06-13] 178: Checking tracker ** [04:09:08 2020-06-13] 178: Checking user_migrations ** [04:09:08 2020-06-13] 178: Checking batch_updates ** [04:09:08 2020-06-13] 178: Checking gears ** [04:09:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:09:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:13 2020-06-13] 178: Checking imports ** [04:09:13 2020-06-13] 178: Checking exports ** [04:09:13 2020-06-13] 178: Checking users ** [04:09:13 2020-06-13] 178: Checking user_dbs ** [04:09:13 2020-06-13] 178: Checking geocodings ** [04:09:13 2020-06-13] 178: Checking synchronizations ** [04:09:13 2020-06-13] 178: Checking tracker ** [04:09:13 2020-06-13] 178: Checking user_migrations ** [04:09:13 2020-06-13] 178: Checking batch_updates ** [04:09:13 2020-06-13] 178: Checking gears ** [04:09:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:09:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:18 2020-06-13] 178: Checking imports ** [04:09:18 2020-06-13] 178: Checking exports ** [04:09:18 2020-06-13] 178: Checking users ** [04:09:18 2020-06-13] 178: Checking user_dbs ** [04:09:18 2020-06-13] 178: Checking geocodings ** [04:09:18 2020-06-13] 178: Checking synchronizations ** [04:09:18 2020-06-13] 178: Checking tracker ** [04:09:18 2020-06-13] 178: Checking user_migrations ** [04:09:18 2020-06-13] 178: Checking batch_updates ** [04:09:18 2020-06-13] 178: Checking gears ** [04:09:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:09:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:23 2020-06-13] 178: Checking imports ** [04:09:23 2020-06-13] 178: Checking exports ** [04:09:23 2020-06-13] 178: Checking users ** [04:09:23 2020-06-13] 178: Checking user_dbs ** [04:09:23 2020-06-13] 178: Checking geocodings ** [04:09:23 2020-06-13] 178: Checking synchronizations ** [04:09:23 2020-06-13] 178: Checking tracker ** [04:09:23 2020-06-13] 178: Checking user_migrations ** [04:09:23 2020-06-13] 178: Checking batch_updates ** [04:09:23 2020-06-13] 178: Checking gears ** [04:09:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:09:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:28 2020-06-13] 178: Checking imports ** [04:09:28 2020-06-13] 178: Checking exports ** [04:09:28 2020-06-13] 178: Checking users ** [04:09:28 2020-06-13] 178: Checking user_dbs ** [04:09:28 2020-06-13] 178: Checking geocodings ** [04:09:28 2020-06-13] 178: Checking synchronizations ** [04:09:28 2020-06-13] 178: Checking tracker ** [04:09:28 2020-06-13] 178: Checking user_migrations ** [04:09:28 2020-06-13] 178: Checking batch_updates ** [04:09:28 2020-06-13] 178: Checking gears ** [04:09:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:09:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:33 2020-06-13] 178: Checking imports ** [04:09:33 2020-06-13] 178: Checking exports ** [04:09:33 2020-06-13] 178: Checking users ** [04:09:33 2020-06-13] 178: Checking user_dbs ** [04:09:33 2020-06-13] 178: Checking geocodings ** [04:09:33 2020-06-13] 178: Checking synchronizations ** [04:09:33 2020-06-13] 178: Checking tracker ** [04:09:33 2020-06-13] 178: Checking user_migrations ** [04:09:33 2020-06-13] 178: Checking batch_updates ** [04:09:33 2020-06-13] 178: Checking gears ** [04:09:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:09:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:38 2020-06-13] 178: Checking imports ** [04:09:38 2020-06-13] 178: Checking exports ** [04:09:38 2020-06-13] 178: Checking users ** [04:09:38 2020-06-13] 178: Checking user_dbs ** [04:09:38 2020-06-13] 178: Checking geocodings ** [04:09:38 2020-06-13] 178: Checking synchronizations ** [04:09:38 2020-06-13] 178: Checking tracker ** [04:09:38 2020-06-13] 178: Checking user_migrations ** [04:09:38 2020-06-13] 178: Checking batch_updates ** [04:09:38 2020-06-13] 178: Checking gears ** [04:09:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:09:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:43 2020-06-13] 178: Checking imports ** [04:09:43 2020-06-13] 178: Checking exports ** [04:09:43 2020-06-13] 178: Checking users ** [04:09:43 2020-06-13] 178: Checking user_dbs ** [04:09:43 2020-06-13] 178: Checking geocodings ** [04:09:43 2020-06-13] 178: Checking synchronizations ** [04:09:43 2020-06-13] 178: Checking tracker ** [04:09:43 2020-06-13] 178: Checking user_migrations ** [04:09:43 2020-06-13] 178: Checking batch_updates ** [04:09:43 2020-06-13] 178: Checking gears ** [04:09:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:09:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:48 2020-06-13] 178: Checking imports ** [04:09:48 2020-06-13] 178: Checking exports ** [04:09:48 2020-06-13] 178: Checking users ** [04:09:48 2020-06-13] 178: Checking user_dbs ** [04:09:48 2020-06-13] 178: Checking geocodings ** [04:09:48 2020-06-13] 178: Checking synchronizations ** [04:09:48 2020-06-13] 178: Checking tracker ** [04:09:48 2020-06-13] 178: Checking user_migrations ** [04:09:48 2020-06-13] 178: Checking batch_updates ** [04:09:48 2020-06-13] 178: Checking gears ** [04:09:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:09:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:53 2020-06-13] 178: Checking imports ** [04:09:53 2020-06-13] 178: Checking exports ** [04:09:53 2020-06-13] 178: Checking users ** [04:09:53 2020-06-13] 178: Checking user_dbs ** [04:09:53 2020-06-13] 178: Checking geocodings ** [04:09:53 2020-06-13] 178: Checking synchronizations ** [04:09:53 2020-06-13] 178: Checking tracker ** [04:09:53 2020-06-13] 178: Checking user_migrations ** [04:09:53 2020-06-13] 178: Checking batch_updates ** [04:09:53 2020-06-13] 178: Checking gears ** [04:09:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:09:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:58 2020-06-13] 178: Checking imports ** [04:09:58 2020-06-13] 178: Checking exports ** [04:09:58 2020-06-13] 178: Checking users ** [04:09:58 2020-06-13] 178: Checking user_dbs ** [04:09:58 2020-06-13] 178: Checking geocodings ** [04:09:58 2020-06-13] 178: Checking synchronizations ** [04:09:58 2020-06-13] 178: Checking tracker ** [04:09:58 2020-06-13] 178: Checking user_migrations ** [04:09:58 2020-06-13] 178: Checking batch_updates ** [04:09:58 2020-06-13] 178: Checking gears ** [04:09:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:09:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:03 2020-06-13] 178: Checking imports ** [04:10:03 2020-06-13] 178: Checking exports ** [04:10:03 2020-06-13] 178: Checking users ** [04:10:03 2020-06-13] 178: Checking user_dbs ** [04:10:03 2020-06-13] 178: Checking geocodings ** [04:10:03 2020-06-13] 178: Checking synchronizations ** [04:10:03 2020-06-13] 178: Checking tracker ** [04:10:03 2020-06-13] 178: Checking user_migrations ** [04:10:03 2020-06-13] 178: Checking batch_updates ** [04:10:03 2020-06-13] 178: Checking gears ** [04:10:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:10:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:08 2020-06-13] 178: Checking imports ** [04:10:08 2020-06-13] 178: Checking exports ** [04:10:08 2020-06-13] 178: Checking users ** [04:10:08 2020-06-13] 178: Checking user_dbs ** [04:10:08 2020-06-13] 178: Checking geocodings ** [04:10:08 2020-06-13] 178: Checking synchronizations ** [04:10:08 2020-06-13] 178: Checking tracker ** [04:10:08 2020-06-13] 178: Checking user_migrations ** [04:10:08 2020-06-13] 178: Checking batch_updates ** [04:10:08 2020-06-13] 178: Checking gears ** [04:10:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:10:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:13 2020-06-13] 178: Checking imports ** [04:10:13 2020-06-13] 178: Checking exports ** [04:10:13 2020-06-13] 178: Checking users ** [04:10:13 2020-06-13] 178: Checking user_dbs ** [04:10:13 2020-06-13] 178: Checking geocodings ** [04:10:13 2020-06-13] 178: Checking synchronizations ** [04:10:13 2020-06-13] 178: Checking tracker ** [04:10:13 2020-06-13] 178: Checking user_migrations ** [04:10:13 2020-06-13] 178: Checking batch_updates ** [04:10:13 2020-06-13] 178: Checking gears ** [04:10:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:10:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:18 2020-06-13] 178: Checking imports ** [04:10:18 2020-06-13] 178: Checking exports ** [04:10:18 2020-06-13] 178: Checking users ** [04:10:18 2020-06-13] 178: Checking user_dbs ** [04:10:18 2020-06-13] 178: Checking geocodings ** [04:10:18 2020-06-13] 178: Checking synchronizations ** [04:10:18 2020-06-13] 178: Checking tracker ** [04:10:18 2020-06-13] 178: Checking user_migrations ** [04:10:18 2020-06-13] 178: Checking batch_updates ** [04:10:18 2020-06-13] 178: Checking gears ** [04:10:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:10:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:23 2020-06-13] 178: Checking imports ** [04:10:23 2020-06-13] 178: Checking exports ** [04:10:23 2020-06-13] 178: Checking users ** [04:10:23 2020-06-13] 178: Checking user_dbs ** [04:10:23 2020-06-13] 178: Checking geocodings ** [04:10:23 2020-06-13] 178: Checking synchronizations ** [04:10:23 2020-06-13] 178: Checking tracker ** [04:10:23 2020-06-13] 178: Checking user_migrations ** [04:10:23 2020-06-13] 178: Checking batch_updates ** [04:10:23 2020-06-13] 178: Checking gears ** [04:10:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:10:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:28 2020-06-13] 178: Checking imports ** [04:10:28 2020-06-13] 178: Checking exports ** [04:10:28 2020-06-13] 178: Checking users ** [04:10:28 2020-06-13] 178: Checking user_dbs ** [04:10:28 2020-06-13] 178: Checking geocodings ** [04:10:28 2020-06-13] 178: Checking synchronizations ** [04:10:28 2020-06-13] 178: Checking tracker ** [04:10:28 2020-06-13] 178: Checking user_migrations ** [04:10:28 2020-06-13] 178: Checking batch_updates ** [04:10:28 2020-06-13] 178: Checking gears ** [04:10:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:10:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:33 2020-06-13] 178: Checking imports ** [04:10:33 2020-06-13] 178: Checking exports ** [04:10:33 2020-06-13] 178: Checking users ** [04:10:33 2020-06-13] 178: Checking user_dbs ** [04:10:33 2020-06-13] 178: Checking geocodings ** [04:10:33 2020-06-13] 178: Checking synchronizations ** [04:10:33 2020-06-13] 178: Checking tracker ** [04:10:33 2020-06-13] 178: Checking user_migrations ** [04:10:33 2020-06-13] 178: Checking batch_updates ** [04:10:33 2020-06-13] 178: Checking gears ** [04:10:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:10:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:38 2020-06-13] 178: Checking imports ** [04:10:38 2020-06-13] 178: Checking exports ** [04:10:38 2020-06-13] 178: Checking users ** [04:10:38 2020-06-13] 178: Checking user_dbs ** [04:10:38 2020-06-13] 178: Checking geocodings ** [04:10:38 2020-06-13] 178: Checking synchronizations ** [04:10:38 2020-06-13] 178: Checking tracker ** [04:10:38 2020-06-13] 178: Checking user_migrations ** [04:10:38 2020-06-13] 178: Checking batch_updates ** [04:10:38 2020-06-13] 178: Checking gears ** [04:10:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:10:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:43 2020-06-13] 178: Checking imports ** [04:10:43 2020-06-13] 178: Checking exports ** [04:10:43 2020-06-13] 178: Checking users ** [04:10:43 2020-06-13] 178: Checking user_dbs ** [04:10:43 2020-06-13] 178: Checking geocodings ** [04:10:43 2020-06-13] 178: Checking synchronizations ** [04:10:43 2020-06-13] 178: Checking tracker ** [04:10:43 2020-06-13] 178: Checking user_migrations ** [04:10:43 2020-06-13] 178: Checking batch_updates ** [04:10:43 2020-06-13] 178: Checking gears ** [04:10:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:10:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:48 2020-06-13] 178: Checking imports ** [04:10:48 2020-06-13] 178: Checking exports ** [04:10:48 2020-06-13] 178: Checking users ** [04:10:48 2020-06-13] 178: Checking user_dbs ** [04:10:48 2020-06-13] 178: Checking geocodings ** [04:10:48 2020-06-13] 178: Checking synchronizations ** [04:10:48 2020-06-13] 178: Checking tracker ** [04:10:48 2020-06-13] 178: Checking user_migrations ** [04:10:48 2020-06-13] 178: Checking batch_updates ** [04:10:48 2020-06-13] 178: Checking gears ** [04:10:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:10:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:53 2020-06-13] 178: Checking imports ** [04:10:53 2020-06-13] 178: Checking exports ** [04:10:53 2020-06-13] 178: Checking users ** [04:10:53 2020-06-13] 178: Checking user_dbs ** [04:10:53 2020-06-13] 178: Checking geocodings ** [04:10:53 2020-06-13] 178: Checking synchronizations ** [04:10:53 2020-06-13] 178: Checking tracker ** [04:10:53 2020-06-13] 178: Checking user_migrations ** [04:10:53 2020-06-13] 178: Checking batch_updates ** [04:10:53 2020-06-13] 178: Checking gears ** [04:10:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:10:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:58 2020-06-13] 178: Checking imports ** [04:10:58 2020-06-13] 178: Checking exports ** [04:10:58 2020-06-13] 178: Checking users ** [04:10:58 2020-06-13] 178: Checking user_dbs ** [04:10:58 2020-06-13] 178: Checking geocodings ** [04:10:58 2020-06-13] 178: Checking synchronizations ** [04:10:58 2020-06-13] 178: Checking tracker ** [04:10:58 2020-06-13] 178: Checking user_migrations ** [04:10:58 2020-06-13] 178: Checking batch_updates ** [04:10:58 2020-06-13] 178: Checking gears ** [04:10:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:10:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:03 2020-06-13] 178: Checking imports ** [04:11:03 2020-06-13] 178: Checking exports ** [04:11:03 2020-06-13] 178: Checking users ** [04:11:03 2020-06-13] 178: Checking user_dbs ** [04:11:03 2020-06-13] 178: Checking geocodings ** [04:11:03 2020-06-13] 178: Checking synchronizations ** [04:11:03 2020-06-13] 178: Checking tracker ** [04:11:03 2020-06-13] 178: Checking user_migrations ** [04:11:03 2020-06-13] 178: Checking batch_updates ** [04:11:03 2020-06-13] 178: Checking gears ** [04:11:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:11:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:08 2020-06-13] 178: Checking imports ** [04:11:08 2020-06-13] 178: Checking exports ** [04:11:08 2020-06-13] 178: Checking users ** [04:11:08 2020-06-13] 178: Checking user_dbs ** [04:11:08 2020-06-13] 178: Checking geocodings ** [04:11:08 2020-06-13] 178: Checking synchronizations ** [04:11:08 2020-06-13] 178: Checking tracker ** [04:11:08 2020-06-13] 178: Checking user_migrations ** [04:11:08 2020-06-13] 178: Checking batch_updates ** [04:11:08 2020-06-13] 178: Checking gears ** [04:11:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:11:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:13 2020-06-13] 178: Checking imports ** [04:11:13 2020-06-13] 178: Checking exports ** [04:11:13 2020-06-13] 178: Checking users ** [04:11:13 2020-06-13] 178: Checking user_dbs ** [04:11:13 2020-06-13] 178: Checking geocodings ** [04:11:13 2020-06-13] 178: Checking synchronizations ** [04:11:13 2020-06-13] 178: Checking tracker ** [04:11:13 2020-06-13] 178: Checking user_migrations ** [04:11:13 2020-06-13] 178: Checking batch_updates ** [04:11:13 2020-06-13] 178: Checking gears ** [04:11:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:11:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:18 2020-06-13] 178: Checking imports ** [04:11:18 2020-06-13] 178: Checking exports ** [04:11:18 2020-06-13] 178: Checking users ** [04:11:18 2020-06-13] 178: Checking user_dbs ** [04:11:18 2020-06-13] 178: Checking geocodings ** [04:11:18 2020-06-13] 178: Checking synchronizations ** [04:11:18 2020-06-13] 178: Checking tracker ** [04:11:18 2020-06-13] 178: Checking user_migrations ** [04:11:18 2020-06-13] 178: Checking batch_updates ** [04:11:18 2020-06-13] 178: Checking gears ** [04:11:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:11:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:23 2020-06-13] 178: Checking imports ** [04:11:23 2020-06-13] 178: Checking exports ** [04:11:23 2020-06-13] 178: Checking users ** [04:11:23 2020-06-13] 178: Checking user_dbs ** [04:11:23 2020-06-13] 178: Checking geocodings ** [04:11:23 2020-06-13] 178: Checking synchronizations ** [04:11:23 2020-06-13] 178: Checking tracker ** [04:11:23 2020-06-13] 178: Checking user_migrations ** [04:11:23 2020-06-13] 178: Checking batch_updates ** [04:11:23 2020-06-13] 178: Checking gears ** [04:11:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:11:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:28 2020-06-13] 178: Checking imports ** [04:11:28 2020-06-13] 178: Checking exports ** [04:11:28 2020-06-13] 178: Checking users ** [04:11:28 2020-06-13] 178: Checking user_dbs ** [04:11:28 2020-06-13] 178: Checking geocodings ** [04:11:28 2020-06-13] 178: Checking synchronizations ** [04:11:28 2020-06-13] 178: Checking tracker ** [04:11:28 2020-06-13] 178: Checking user_migrations ** [04:11:28 2020-06-13] 178: Checking batch_updates ** [04:11:28 2020-06-13] 178: Checking gears ** [04:11:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:11:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:33 2020-06-13] 178: Checking imports ** [04:11:33 2020-06-13] 178: Checking exports ** [04:11:33 2020-06-13] 178: Checking users ** [04:11:33 2020-06-13] 178: Checking user_dbs ** [04:11:33 2020-06-13] 178: Checking geocodings ** [04:11:33 2020-06-13] 178: Checking synchronizations ** [04:11:33 2020-06-13] 178: Checking tracker ** [04:11:33 2020-06-13] 178: Checking user_migrations ** [04:11:33 2020-06-13] 178: Checking batch_updates ** [04:11:33 2020-06-13] 178: Checking gears ** [04:11:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:11:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:38 2020-06-13] 178: Checking imports ** [04:11:38 2020-06-13] 178: Checking exports ** [04:11:38 2020-06-13] 178: Checking users ** [04:11:38 2020-06-13] 178: Checking user_dbs ** [04:11:38 2020-06-13] 178: Checking geocodings ** [04:11:38 2020-06-13] 178: Checking synchronizations ** [04:11:38 2020-06-13] 178: Checking tracker ** [04:11:38 2020-06-13] 178: Checking user_migrations ** [04:11:38 2020-06-13] 178: Checking batch_updates ** [04:11:38 2020-06-13] 178: Checking gears ** [04:11:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:11:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:43 2020-06-13] 178: Checking imports ** [04:11:43 2020-06-13] 178: Checking exports ** [04:11:43 2020-06-13] 178: Checking users ** [04:11:43 2020-06-13] 178: Checking user_dbs ** [04:11:43 2020-06-13] 178: Checking geocodings ** [04:11:43 2020-06-13] 178: Checking synchronizations ** [04:11:43 2020-06-13] 178: Checking tracker ** [04:11:43 2020-06-13] 178: Checking user_migrations ** [04:11:43 2020-06-13] 178: Checking batch_updates ** [04:11:43 2020-06-13] 178: Checking gears ** [04:11:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:11:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:48 2020-06-13] 178: Checking imports ** [04:11:48 2020-06-13] 178: Checking exports ** [04:11:48 2020-06-13] 178: Checking users ** [04:11:48 2020-06-13] 178: Checking user_dbs ** [04:11:48 2020-06-13] 178: Checking geocodings ** [04:11:48 2020-06-13] 178: Checking synchronizations ** [04:11:48 2020-06-13] 178: Checking tracker ** [04:11:48 2020-06-13] 178: Checking user_migrations ** [04:11:48 2020-06-13] 178: Checking batch_updates ** [04:11:48 2020-06-13] 178: Checking gears ** [04:11:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:11:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:53 2020-06-13] 178: Checking imports ** [04:11:53 2020-06-13] 178: Checking exports ** [04:11:53 2020-06-13] 178: Checking users ** [04:11:53 2020-06-13] 178: Checking user_dbs ** [04:11:53 2020-06-13] 178: Checking geocodings ** [04:11:53 2020-06-13] 178: Checking synchronizations ** [04:11:53 2020-06-13] 178: Checking tracker ** [04:11:53 2020-06-13] 178: Checking user_migrations ** [04:11:53 2020-06-13] 178: Checking batch_updates ** [04:11:53 2020-06-13] 178: Checking gears ** [04:11:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:11:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:58 2020-06-13] 178: Checking imports ** [04:11:58 2020-06-13] 178: Checking exports ** [04:11:58 2020-06-13] 178: Checking users ** [04:11:58 2020-06-13] 178: Checking user_dbs ** [04:11:58 2020-06-13] 178: Checking geocodings ** [04:11:58 2020-06-13] 178: Checking synchronizations ** [04:11:58 2020-06-13] 178: Checking tracker ** [04:11:58 2020-06-13] 178: Checking user_migrations ** [04:11:58 2020-06-13] 178: Checking batch_updates ** [04:11:58 2020-06-13] 178: Checking gears ** [04:11:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:11:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:03 2020-06-13] 178: Checking imports ** [04:12:03 2020-06-13] 178: Checking exports ** [04:12:03 2020-06-13] 178: Checking users ** [04:12:03 2020-06-13] 178: Checking user_dbs ** [04:12:03 2020-06-13] 178: Checking geocodings ** [04:12:03 2020-06-13] 178: Checking synchronizations ** [04:12:03 2020-06-13] 178: Checking tracker ** [04:12:03 2020-06-13] 178: Checking user_migrations ** [04:12:03 2020-06-13] 178: Checking batch_updates ** [04:12:03 2020-06-13] 178: Checking gears ** [04:12:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:12:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:08 2020-06-13] 178: Checking imports ** [04:12:08 2020-06-13] 178: Checking exports ** [04:12:08 2020-06-13] 178: Checking users ** [04:12:08 2020-06-13] 178: Checking user_dbs ** [04:12:08 2020-06-13] 178: Checking geocodings ** [04:12:08 2020-06-13] 178: Checking synchronizations ** [04:12:08 2020-06-13] 178: Checking tracker ** [04:12:08 2020-06-13] 178: Checking user_migrations ** [04:12:08 2020-06-13] 178: Checking batch_updates ** [04:12:08 2020-06-13] 178: Checking gears ** [04:12:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:12:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:13 2020-06-13] 178: Checking imports ** [04:12:13 2020-06-13] 178: Checking exports ** [04:12:13 2020-06-13] 178: Checking users ** [04:12:13 2020-06-13] 178: Checking user_dbs ** [04:12:13 2020-06-13] 178: Checking geocodings ** [04:12:13 2020-06-13] 178: Checking synchronizations ** [04:12:13 2020-06-13] 178: Checking tracker ** [04:12:13 2020-06-13] 178: Checking user_migrations ** [04:12:13 2020-06-13] 178: Checking batch_updates ** [04:12:13 2020-06-13] 178: Checking gears ** [04:12:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:12:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:18 2020-06-13] 178: Checking imports ** [04:12:18 2020-06-13] 178: Checking exports ** [04:12:18 2020-06-13] 178: Checking users ** [04:12:18 2020-06-13] 178: Checking user_dbs ** [04:12:18 2020-06-13] 178: Checking geocodings ** [04:12:18 2020-06-13] 178: Checking synchronizations ** [04:12:18 2020-06-13] 178: Checking tracker ** [04:12:18 2020-06-13] 178: Checking user_migrations ** [04:12:18 2020-06-13] 178: Checking batch_updates ** [04:12:18 2020-06-13] 178: Checking gears ** [04:12:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:12:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:23 2020-06-13] 178: Checking imports ** [04:12:23 2020-06-13] 178: Checking exports ** [04:12:23 2020-06-13] 178: Checking users ** [04:12:23 2020-06-13] 178: Checking user_dbs ** [04:12:23 2020-06-13] 178: Checking geocodings ** [04:12:23 2020-06-13] 178: Checking synchronizations ** [04:12:23 2020-06-13] 178: Checking tracker ** [04:12:23 2020-06-13] 178: Checking user_migrations ** [04:12:23 2020-06-13] 178: Checking batch_updates ** [04:12:23 2020-06-13] 178: Checking gears ** [04:12:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:12:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:28 2020-06-13] 178: Checking imports ** [04:12:28 2020-06-13] 178: Checking exports ** [04:12:28 2020-06-13] 178: Checking users ** [04:12:28 2020-06-13] 178: Checking user_dbs ** [04:12:28 2020-06-13] 178: Checking geocodings ** [04:12:28 2020-06-13] 178: Checking synchronizations ** [04:12:28 2020-06-13] 178: Checking tracker ** [04:12:28 2020-06-13] 178: Checking user_migrations ** [04:12:28 2020-06-13] 178: Checking batch_updates ** [04:12:28 2020-06-13] 178: Checking gears ** [04:12:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:12:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:33 2020-06-13] 178: Checking imports ** [04:12:33 2020-06-13] 178: Checking exports ** [04:12:33 2020-06-13] 178: Checking users ** [04:12:33 2020-06-13] 178: Checking user_dbs ** [04:12:33 2020-06-13] 178: Checking geocodings ** [04:12:33 2020-06-13] 178: Checking synchronizations ** [04:12:33 2020-06-13] 178: Checking tracker ** [04:12:33 2020-06-13] 178: Checking user_migrations ** [04:12:33 2020-06-13] 178: Checking batch_updates ** [04:12:33 2020-06-13] 178: Checking gears ** [04:12:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:12:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:38 2020-06-13] 178: Checking imports ** [04:12:38 2020-06-13] 178: Checking exports ** [04:12:38 2020-06-13] 178: Checking users ** [04:12:38 2020-06-13] 178: Checking user_dbs ** [04:12:38 2020-06-13] 178: Checking geocodings ** [04:12:38 2020-06-13] 178: Checking synchronizations ** [04:12:38 2020-06-13] 178: Checking tracker ** [04:12:38 2020-06-13] 178: Checking user_migrations ** [04:12:38 2020-06-13] 178: Checking batch_updates ** [04:12:38 2020-06-13] 178: Checking gears ** [04:12:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:12:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:43 2020-06-13] 178: Checking imports ** [04:12:43 2020-06-13] 178: Checking exports ** [04:12:43 2020-06-13] 178: Checking users ** [04:12:43 2020-06-13] 178: Checking user_dbs ** [04:12:43 2020-06-13] 178: Checking geocodings ** [04:12:43 2020-06-13] 178: Checking synchronizations ** [04:12:43 2020-06-13] 178: Checking tracker ** [04:12:43 2020-06-13] 178: Checking user_migrations ** [04:12:43 2020-06-13] 178: Checking batch_updates ** [04:12:43 2020-06-13] 178: Checking gears ** [04:12:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:12:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:48 2020-06-13] 178: Checking imports ** [04:12:48 2020-06-13] 178: Checking exports ** [04:12:48 2020-06-13] 178: Checking users ** [04:12:48 2020-06-13] 178: Checking user_dbs ** [04:12:48 2020-06-13] 178: Checking geocodings ** [04:12:48 2020-06-13] 178: Checking synchronizations ** [04:12:48 2020-06-13] 178: Checking tracker ** [04:12:48 2020-06-13] 178: Checking user_migrations ** [04:12:48 2020-06-13] 178: Checking batch_updates ** [04:12:48 2020-06-13] 178: Checking gears ** [04:12:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:12:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:53 2020-06-13] 178: Checking imports ** [04:12:53 2020-06-13] 178: Checking exports ** [04:12:53 2020-06-13] 178: Checking users ** [04:12:53 2020-06-13] 178: Checking user_dbs ** [04:12:53 2020-06-13] 178: Checking geocodings ** [04:12:53 2020-06-13] 178: Checking synchronizations ** [04:12:53 2020-06-13] 178: Checking tracker ** [04:12:53 2020-06-13] 178: Checking user_migrations ** [04:12:53 2020-06-13] 178: Checking batch_updates ** [04:12:53 2020-06-13] 178: Checking gears ** [04:12:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:12:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:58 2020-06-13] 178: Checking imports ** [04:12:58 2020-06-13] 178: Checking exports ** [04:12:58 2020-06-13] 178: Checking users ** [04:12:58 2020-06-13] 178: Checking user_dbs ** [04:12:58 2020-06-13] 178: Checking geocodings ** [04:12:58 2020-06-13] 178: Checking synchronizations ** [04:12:58 2020-06-13] 178: Checking tracker ** [04:12:58 2020-06-13] 178: Checking user_migrations ** [04:12:58 2020-06-13] 178: Checking batch_updates ** [04:12:58 2020-06-13] 178: Checking gears ** [04:12:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:12:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:03 2020-06-13] 178: Checking imports ** [04:13:03 2020-06-13] 178: Checking exports ** [04:13:03 2020-06-13] 178: Checking users ** [04:13:03 2020-06-13] 178: Checking user_dbs ** [04:13:03 2020-06-13] 178: Checking geocodings ** [04:13:03 2020-06-13] 178: Checking synchronizations ** [04:13:03 2020-06-13] 178: Checking tracker ** [04:13:03 2020-06-13] 178: Checking user_migrations ** [04:13:03 2020-06-13] 178: Checking batch_updates ** [04:13:03 2020-06-13] 178: Checking gears ** [04:13:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:13:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:08 2020-06-13] 178: Checking imports ** [04:13:08 2020-06-13] 178: Checking exports ** [04:13:08 2020-06-13] 178: Checking users ** [04:13:08 2020-06-13] 178: Checking user_dbs ** [04:13:08 2020-06-13] 178: Checking geocodings ** [04:13:08 2020-06-13] 178: Checking synchronizations ** [04:13:08 2020-06-13] 178: Checking tracker ** [04:13:08 2020-06-13] 178: Checking user_migrations ** [04:13:08 2020-06-13] 178: Checking batch_updates ** [04:13:08 2020-06-13] 178: Checking gears ** [04:13:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:13:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:13 2020-06-13] 178: Checking imports ** [04:13:13 2020-06-13] 178: Checking exports ** [04:13:13 2020-06-13] 178: Checking users ** [04:13:13 2020-06-13] 178: Checking user_dbs ** [04:13:13 2020-06-13] 178: Checking geocodings ** [04:13:13 2020-06-13] 178: Checking synchronizations ** [04:13:13 2020-06-13] 178: Checking tracker ** [04:13:13 2020-06-13] 178: Checking user_migrations ** [04:13:13 2020-06-13] 178: Checking batch_updates ** [04:13:13 2020-06-13] 178: Checking gears ** [04:13:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:13:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:18 2020-06-13] 178: Checking imports ** [04:13:18 2020-06-13] 178: Checking exports ** [04:13:18 2020-06-13] 178: Checking users ** [04:13:18 2020-06-13] 178: Checking user_dbs ** [04:13:18 2020-06-13] 178: Checking geocodings ** [04:13:18 2020-06-13] 178: Checking synchronizations ** [04:13:18 2020-06-13] 178: Checking tracker ** [04:13:18 2020-06-13] 178: Checking user_migrations ** [04:13:18 2020-06-13] 178: Checking batch_updates ** [04:13:18 2020-06-13] 178: Checking gears ** [04:13:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:13:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:23 2020-06-13] 178: Checking imports ** [04:13:23 2020-06-13] 178: Checking exports ** [04:13:23 2020-06-13] 178: Checking users ** [04:13:23 2020-06-13] 178: Checking user_dbs ** [04:13:23 2020-06-13] 178: Checking geocodings ** [04:13:23 2020-06-13] 178: Checking synchronizations ** [04:13:23 2020-06-13] 178: Checking tracker ** [04:13:23 2020-06-13] 178: Checking user_migrations ** [04:13:23 2020-06-13] 178: Checking batch_updates ** [04:13:23 2020-06-13] 178: Checking gears ** [04:13:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:13:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:28 2020-06-13] 178: Checking imports ** [04:13:28 2020-06-13] 178: Checking exports ** [04:13:28 2020-06-13] 178: Checking users ** [04:13:28 2020-06-13] 178: Checking user_dbs ** [04:13:28 2020-06-13] 178: Checking geocodings ** [04:13:28 2020-06-13] 178: Checking synchronizations ** [04:13:28 2020-06-13] 178: Checking tracker ** [04:13:28 2020-06-13] 178: Checking user_migrations ** [04:13:28 2020-06-13] 178: Checking batch_updates ** [04:13:28 2020-06-13] 178: Checking gears ** [04:13:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:13:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:33 2020-06-13] 178: Checking imports ** [04:13:33 2020-06-13] 178: Checking exports ** [04:13:33 2020-06-13] 178: Checking users ** [04:13:33 2020-06-13] 178: Checking user_dbs ** [04:13:33 2020-06-13] 178: Checking geocodings ** [04:13:33 2020-06-13] 178: Checking synchronizations ** [04:13:33 2020-06-13] 178: Checking tracker ** [04:13:33 2020-06-13] 178: Checking user_migrations ** [04:13:33 2020-06-13] 178: Checking batch_updates ** [04:13:33 2020-06-13] 178: Checking gears ** [04:13:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:13:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:38 2020-06-13] 178: Checking imports ** [04:13:38 2020-06-13] 178: Checking exports ** [04:13:38 2020-06-13] 178: Checking users ** [04:13:38 2020-06-13] 178: Checking user_dbs ** [04:13:38 2020-06-13] 178: Checking geocodings ** [04:13:38 2020-06-13] 178: Checking synchronizations ** [04:13:38 2020-06-13] 178: Checking tracker ** [04:13:38 2020-06-13] 178: Checking user_migrations ** [04:13:38 2020-06-13] 178: Checking batch_updates ** [04:13:38 2020-06-13] 178: Checking gears ** [04:13:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:13:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:43 2020-06-13] 178: Checking imports ** [04:13:43 2020-06-13] 178: Checking exports ** [04:13:43 2020-06-13] 178: Checking users ** [04:13:43 2020-06-13] 178: Checking user_dbs ** [04:13:43 2020-06-13] 178: Checking geocodings ** [04:13:43 2020-06-13] 178: Checking synchronizations ** [04:13:43 2020-06-13] 178: Checking tracker ** [04:13:43 2020-06-13] 178: Checking user_migrations ** [04:13:43 2020-06-13] 178: Checking batch_updates ** [04:13:43 2020-06-13] 178: Checking gears ** [04:13:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:13:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:48 2020-06-13] 178: Checking imports ** [04:13:48 2020-06-13] 178: Checking exports ** [04:13:48 2020-06-13] 178: Checking users ** [04:13:48 2020-06-13] 178: Checking user_dbs ** [04:13:48 2020-06-13] 178: Checking geocodings ** [04:13:48 2020-06-13] 178: Checking synchronizations ** [04:13:48 2020-06-13] 178: Checking tracker ** [04:13:48 2020-06-13] 178: Checking user_migrations ** [04:13:48 2020-06-13] 178: Checking batch_updates ** [04:13:48 2020-06-13] 178: Checking gears ** [04:13:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:13:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:53 2020-06-13] 178: Checking imports ** [04:13:53 2020-06-13] 178: Checking exports ** [04:13:53 2020-06-13] 178: Checking users ** [04:13:53 2020-06-13] 178: Checking user_dbs ** [04:13:53 2020-06-13] 178: Checking geocodings ** [04:13:53 2020-06-13] 178: Checking synchronizations ** [04:13:53 2020-06-13] 178: Checking tracker ** [04:13:53 2020-06-13] 178: Checking user_migrations ** [04:13:53 2020-06-13] 178: Checking batch_updates ** [04:13:53 2020-06-13] 178: Checking gears ** [04:13:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:13:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:58 2020-06-13] 178: Checking imports ** [04:13:58 2020-06-13] 178: Checking exports ** [04:13:58 2020-06-13] 178: Checking users ** [04:13:58 2020-06-13] 178: Checking user_dbs ** [04:13:58 2020-06-13] 178: Checking geocodings ** [04:13:58 2020-06-13] 178: Checking synchronizations ** [04:13:58 2020-06-13] 178: Checking tracker ** [04:13:58 2020-06-13] 178: Checking user_migrations ** [04:13:58 2020-06-13] 178: Checking batch_updates ** [04:13:58 2020-06-13] 178: Checking gears ** [04:13:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:13:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:03 2020-06-13] 178: Checking imports ** [04:14:03 2020-06-13] 178: Checking exports ** [04:14:03 2020-06-13] 178: Checking users ** [04:14:03 2020-06-13] 178: Checking user_dbs ** [04:14:03 2020-06-13] 178: Checking geocodings ** [04:14:03 2020-06-13] 178: Checking synchronizations ** [04:14:03 2020-06-13] 178: Checking tracker ** [04:14:03 2020-06-13] 178: Checking user_migrations ** [04:14:03 2020-06-13] 178: Checking batch_updates ** [04:14:03 2020-06-13] 178: Checking gears ** [04:14:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:14:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:08 2020-06-13] 178: Checking imports ** [04:14:08 2020-06-13] 178: Checking exports ** [04:14:08 2020-06-13] 178: Checking users ** [04:14:08 2020-06-13] 178: Checking user_dbs ** [04:14:08 2020-06-13] 178: Checking geocodings ** [04:14:08 2020-06-13] 178: Checking synchronizations ** [04:14:08 2020-06-13] 178: Checking tracker ** [04:14:08 2020-06-13] 178: Checking user_migrations ** [04:14:08 2020-06-13] 178: Checking batch_updates ** [04:14:08 2020-06-13] 178: Checking gears ** [04:14:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:14:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:13 2020-06-13] 178: Checking imports ** [04:14:13 2020-06-13] 178: Checking exports ** [04:14:13 2020-06-13] 178: Checking users ** [04:14:13 2020-06-13] 178: Checking user_dbs ** [04:14:13 2020-06-13] 178: Checking geocodings ** [04:14:13 2020-06-13] 178: Checking synchronizations ** [04:14:13 2020-06-13] 178: Checking tracker ** [04:14:13 2020-06-13] 178: Checking user_migrations ** [04:14:13 2020-06-13] 178: Checking batch_updates ** [04:14:13 2020-06-13] 178: Checking gears ** [04:14:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:14:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:18 2020-06-13] 178: Checking imports ** [04:14:18 2020-06-13] 178: Checking exports ** [04:14:18 2020-06-13] 178: Checking users ** [04:14:18 2020-06-13] 178: Checking user_dbs ** [04:14:18 2020-06-13] 178: Checking geocodings ** [04:14:18 2020-06-13] 178: Checking synchronizations ** [04:14:18 2020-06-13] 178: Checking tracker ** [04:14:18 2020-06-13] 178: Checking user_migrations ** [04:14:18 2020-06-13] 178: Checking batch_updates ** [04:14:18 2020-06-13] 178: Checking gears ** [04:14:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:14:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:23 2020-06-13] 178: Checking imports ** [04:14:23 2020-06-13] 178: Checking exports ** [04:14:23 2020-06-13] 178: Checking users ** [04:14:23 2020-06-13] 178: Checking user_dbs ** [04:14:23 2020-06-13] 178: Checking geocodings ** [04:14:23 2020-06-13] 178: Checking synchronizations ** [04:14:23 2020-06-13] 178: Checking tracker ** [04:14:23 2020-06-13] 178: Checking user_migrations ** [04:14:23 2020-06-13] 178: Checking batch_updates ** [04:14:23 2020-06-13] 178: Checking gears ** [04:14:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:14:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:28 2020-06-13] 178: Checking imports ** [04:14:28 2020-06-13] 178: Checking exports ** [04:14:28 2020-06-13] 178: Checking users ** [04:14:28 2020-06-13] 178: Checking user_dbs ** [04:14:28 2020-06-13] 178: Checking geocodings ** [04:14:28 2020-06-13] 178: Checking synchronizations ** [04:14:28 2020-06-13] 178: Checking tracker ** [04:14:28 2020-06-13] 178: Checking user_migrations ** [04:14:28 2020-06-13] 178: Checking batch_updates ** [04:14:28 2020-06-13] 178: Checking gears ** [04:14:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:14:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:33 2020-06-13] 178: Checking imports ** [04:14:33 2020-06-13] 178: Checking exports ** [04:14:33 2020-06-13] 178: Checking users ** [04:14:33 2020-06-13] 178: Checking user_dbs ** [04:14:33 2020-06-13] 178: Checking geocodings ** [04:14:33 2020-06-13] 178: Checking synchronizations ** [04:14:33 2020-06-13] 178: Checking tracker ** [04:14:33 2020-06-13] 178: Checking user_migrations ** [04:14:33 2020-06-13] 178: Checking batch_updates ** [04:14:33 2020-06-13] 178: Checking gears ** [04:14:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:14:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:38 2020-06-13] 178: Checking imports ** [04:14:38 2020-06-13] 178: Checking exports ** [04:14:38 2020-06-13] 178: Checking users ** [04:14:38 2020-06-13] 178: Checking user_dbs ** [04:14:38 2020-06-13] 178: Checking geocodings ** [04:14:38 2020-06-13] 178: Checking synchronizations ** [04:14:38 2020-06-13] 178: Checking tracker ** [04:14:38 2020-06-13] 178: Checking user_migrations ** [04:14:38 2020-06-13] 178: Checking batch_updates ** [04:14:38 2020-06-13] 178: Checking gears ** [04:14:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:14:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:43 2020-06-13] 178: Checking imports ** [04:14:43 2020-06-13] 178: Checking exports ** [04:14:43 2020-06-13] 178: Checking users ** [04:14:43 2020-06-13] 178: Checking user_dbs ** [04:14:43 2020-06-13] 178: Checking geocodings ** [04:14:43 2020-06-13] 178: Checking synchronizations ** [04:14:43 2020-06-13] 178: Checking tracker ** [04:14:43 2020-06-13] 178: Checking user_migrations ** [04:14:43 2020-06-13] 178: Checking batch_updates ** [04:14:43 2020-06-13] 178: Checking gears ** [04:14:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:14:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:48 2020-06-13] 178: Checking imports ** [04:14:48 2020-06-13] 178: Checking exports ** [04:14:48 2020-06-13] 178: Checking users ** [04:14:48 2020-06-13] 178: Checking user_dbs ** [04:14:48 2020-06-13] 178: Checking geocodings ** [04:14:48 2020-06-13] 178: Checking synchronizations ** [04:14:48 2020-06-13] 178: Checking tracker ** [04:14:48 2020-06-13] 178: Checking user_migrations ** [04:14:48 2020-06-13] 178: Checking batch_updates ** [04:14:48 2020-06-13] 178: Checking gears ** [04:14:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:14:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:53 2020-06-13] 178: Checking imports ** [04:14:53 2020-06-13] 178: Checking exports ** [04:14:53 2020-06-13] 178: Checking users ** [04:14:53 2020-06-13] 178: Checking user_dbs ** [04:14:53 2020-06-13] 178: Checking geocodings ** [04:14:53 2020-06-13] 178: Checking synchronizations ** [04:14:53 2020-06-13] 178: Checking tracker ** [04:14:53 2020-06-13] 178: Checking user_migrations ** [04:14:53 2020-06-13] 178: Checking batch_updates ** [04:14:53 2020-06-13] 178: Checking gears ** [04:14:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:14:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:58 2020-06-13] 178: Checking imports ** [04:14:58 2020-06-13] 178: Checking exports ** [04:14:58 2020-06-13] 178: Checking users ** [04:14:58 2020-06-13] 178: Checking user_dbs ** [04:14:58 2020-06-13] 178: Checking geocodings ** [04:14:58 2020-06-13] 178: Checking synchronizations ** [04:14:58 2020-06-13] 178: Checking tracker ** [04:14:58 2020-06-13] 178: Checking user_migrations ** [04:14:58 2020-06-13] 178: Checking batch_updates ** [04:14:58 2020-06-13] 178: Checking gears ** [04:14:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:14:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:03 2020-06-13] 178: Checking imports ** [04:15:03 2020-06-13] 178: Checking exports ** [04:15:03 2020-06-13] 178: Checking users ** [04:15:03 2020-06-13] 178: Checking user_dbs ** [04:15:03 2020-06-13] 178: Checking geocodings ** [04:15:03 2020-06-13] 178: Checking synchronizations ** [04:15:03 2020-06-13] 178: Checking tracker ** [04:15:03 2020-06-13] 178: Checking user_migrations ** [04:15:03 2020-06-13] 178: Checking batch_updates ** [04:15:03 2020-06-13] 178: Checking gears ** [04:15:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:15:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:08 2020-06-13] 178: Checking imports ** [04:15:08 2020-06-13] 178: Checking exports ** [04:15:08 2020-06-13] 178: Checking users ** [04:15:08 2020-06-13] 178: Checking user_dbs ** [04:15:08 2020-06-13] 178: Checking geocodings ** [04:15:08 2020-06-13] 178: Checking synchronizations ** [04:15:08 2020-06-13] 178: Checking tracker ** [04:15:08 2020-06-13] 178: Checking user_migrations ** [04:15:08 2020-06-13] 178: Checking batch_updates ** [04:15:08 2020-06-13] 178: Checking gears ** [04:15:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:15:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:13 2020-06-13] 178: Checking imports ** [04:15:13 2020-06-13] 178: Checking exports ** [04:15:13 2020-06-13] 178: Checking users ** [04:15:13 2020-06-13] 178: Checking user_dbs ** [04:15:13 2020-06-13] 178: Checking geocodings ** [04:15:13 2020-06-13] 178: Checking synchronizations ** [04:15:13 2020-06-13] 178: Checking tracker ** [04:15:13 2020-06-13] 178: Checking user_migrations ** [04:15:13 2020-06-13] 178: Checking batch_updates ** [04:15:13 2020-06-13] 178: Checking gears ** [04:15:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:15:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:18 2020-06-13] 178: Checking imports ** [04:15:18 2020-06-13] 178: Checking exports ** [04:15:18 2020-06-13] 178: Checking users ** [04:15:18 2020-06-13] 178: Checking user_dbs ** [04:15:18 2020-06-13] 178: Checking geocodings ** [04:15:18 2020-06-13] 178: Checking synchronizations ** [04:15:18 2020-06-13] 178: Checking tracker ** [04:15:18 2020-06-13] 178: Checking user_migrations ** [04:15:18 2020-06-13] 178: Checking batch_updates ** [04:15:18 2020-06-13] 178: Checking gears ** [04:15:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:15:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:23 2020-06-13] 178: Checking imports ** [04:15:23 2020-06-13] 178: Checking exports ** [04:15:23 2020-06-13] 178: Checking users ** [04:15:23 2020-06-13] 178: Checking user_dbs ** [04:15:23 2020-06-13] 178: Checking geocodings ** [04:15:23 2020-06-13] 178: Checking synchronizations ** [04:15:23 2020-06-13] 178: Checking tracker ** [04:15:23 2020-06-13] 178: Checking user_migrations ** [04:15:23 2020-06-13] 178: Checking batch_updates ** [04:15:23 2020-06-13] 178: Checking gears ** [04:15:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:15:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:28 2020-06-13] 178: Checking imports ** [04:15:28 2020-06-13] 178: Checking exports ** [04:15:28 2020-06-13] 178: Checking users ** [04:15:28 2020-06-13] 178: Checking user_dbs ** [04:15:28 2020-06-13] 178: Checking geocodings ** [04:15:28 2020-06-13] 178: Checking synchronizations ** [04:15:28 2020-06-13] 178: Checking tracker ** [04:15:28 2020-06-13] 178: Checking user_migrations ** [04:15:28 2020-06-13] 178: Checking batch_updates ** [04:15:28 2020-06-13] 178: Checking gears ** [04:15:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:15:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:33 2020-06-13] 178: Checking imports ** [04:15:33 2020-06-13] 178: Checking exports ** [04:15:33 2020-06-13] 178: Checking users ** [04:15:33 2020-06-13] 178: Checking user_dbs ** [04:15:33 2020-06-13] 178: Checking geocodings ** [04:15:33 2020-06-13] 178: Checking synchronizations ** [04:15:33 2020-06-13] 178: Checking tracker ** [04:15:33 2020-06-13] 178: Checking user_migrations ** [04:15:33 2020-06-13] 178: Checking batch_updates ** [04:15:33 2020-06-13] 178: Checking gears ** [04:15:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:15:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:38 2020-06-13] 178: Checking imports ** [04:15:38 2020-06-13] 178: Checking exports ** [04:15:38 2020-06-13] 178: Checking users ** [04:15:38 2020-06-13] 178: Checking user_dbs ** [04:15:38 2020-06-13] 178: Checking geocodings ** [04:15:38 2020-06-13] 178: Checking synchronizations ** [04:15:38 2020-06-13] 178: Checking tracker ** [04:15:38 2020-06-13] 178: Checking user_migrations ** [04:15:38 2020-06-13] 178: Checking batch_updates ** [04:15:38 2020-06-13] 178: Checking gears ** [04:15:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:15:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:43 2020-06-13] 178: Checking imports ** [04:15:43 2020-06-13] 178: Checking exports ** [04:15:43 2020-06-13] 178: Checking users ** [04:15:43 2020-06-13] 178: Checking user_dbs ** [04:15:43 2020-06-13] 178: Checking geocodings ** [04:15:43 2020-06-13] 178: Checking synchronizations ** [04:15:43 2020-06-13] 178: Checking tracker ** [04:15:43 2020-06-13] 178: Checking user_migrations ** [04:15:43 2020-06-13] 178: Checking batch_updates ** [04:15:43 2020-06-13] 178: Checking gears ** [04:15:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:15:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:49 2020-06-13] 178: Checking imports ** [04:15:49 2020-06-13] 178: Checking exports ** [04:15:49 2020-06-13] 178: Checking users ** [04:15:49 2020-06-13] 178: Checking user_dbs ** [04:15:49 2020-06-13] 178: Checking geocodings ** [04:15:49 2020-06-13] 178: Checking synchronizations ** [04:15:49 2020-06-13] 178: Checking tracker ** [04:15:49 2020-06-13] 178: Checking user_migrations ** [04:15:49 2020-06-13] 178: Checking batch_updates ** [04:15:49 2020-06-13] 178: Checking gears ** [04:15:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:15:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:54 2020-06-13] 178: Checking imports ** [04:15:54 2020-06-13] 178: Checking exports ** [04:15:54 2020-06-13] 178: Checking users ** [04:15:54 2020-06-13] 178: Checking user_dbs ** [04:15:54 2020-06-13] 178: Checking geocodings ** [04:15:54 2020-06-13] 178: Checking synchronizations ** [04:15:54 2020-06-13] 178: Checking tracker ** [04:15:54 2020-06-13] 178: Checking user_migrations ** [04:15:54 2020-06-13] 178: Checking batch_updates ** [04:15:54 2020-06-13] 178: Checking gears ** [04:15:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:15:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:59 2020-06-13] 178: Checking imports ** [04:15:59 2020-06-13] 178: Checking exports ** [04:15:59 2020-06-13] 178: Checking users ** [04:15:59 2020-06-13] 178: Checking user_dbs ** [04:15:59 2020-06-13] 178: Checking geocodings ** [04:15:59 2020-06-13] 178: Checking synchronizations ** [04:15:59 2020-06-13] 178: Checking tracker ** [04:15:59 2020-06-13] 178: Checking user_migrations ** [04:15:59 2020-06-13] 178: Checking batch_updates ** [04:15:59 2020-06-13] 178: Checking gears ** [04:15:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:15:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:04 2020-06-13] 178: Checking imports ** [04:16:04 2020-06-13] 178: Checking exports ** [04:16:04 2020-06-13] 178: Checking users ** [04:16:04 2020-06-13] 178: Checking user_dbs ** [04:16:04 2020-06-13] 178: Checking geocodings ** [04:16:04 2020-06-13] 178: Checking synchronizations ** [04:16:04 2020-06-13] 178: Checking tracker ** [04:16:04 2020-06-13] 178: Checking user_migrations ** [04:16:04 2020-06-13] 178: Checking batch_updates ** [04:16:04 2020-06-13] 178: Checking gears ** [04:16:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:16:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:09 2020-06-13] 178: Checking imports ** [04:16:09 2020-06-13] 178: Checking exports ** [04:16:09 2020-06-13] 178: Checking users ** [04:16:09 2020-06-13] 178: Checking user_dbs ** [04:16:09 2020-06-13] 178: Checking geocodings ** [04:16:09 2020-06-13] 178: Checking synchronizations ** [04:16:09 2020-06-13] 178: Checking tracker ** [04:16:09 2020-06-13] 178: Checking user_migrations ** [04:16:09 2020-06-13] 178: Checking batch_updates ** [04:16:09 2020-06-13] 178: Checking gears ** [04:16:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:16:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:14 2020-06-13] 178: Checking imports ** [04:16:14 2020-06-13] 178: Checking exports ** [04:16:14 2020-06-13] 178: Checking users ** [04:16:14 2020-06-13] 178: Checking user_dbs ** [04:16:14 2020-06-13] 178: Checking geocodings ** [04:16:14 2020-06-13] 178: Checking synchronizations ** [04:16:14 2020-06-13] 178: Checking tracker ** [04:16:14 2020-06-13] 178: Checking user_migrations ** [04:16:14 2020-06-13] 178: Checking batch_updates ** [04:16:14 2020-06-13] 178: Checking gears ** [04:16:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:16:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:19 2020-06-13] 178: Checking imports ** [04:16:19 2020-06-13] 178: Checking exports ** [04:16:19 2020-06-13] 178: Checking users ** [04:16:19 2020-06-13] 178: Checking user_dbs ** [04:16:19 2020-06-13] 178: Checking geocodings ** [04:16:19 2020-06-13] 178: Checking synchronizations ** [04:16:19 2020-06-13] 178: Checking tracker ** [04:16:19 2020-06-13] 178: Checking user_migrations ** [04:16:19 2020-06-13] 178: Checking batch_updates ** [04:16:19 2020-06-13] 178: Checking gears ** [04:16:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:16:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:24 2020-06-13] 178: Checking imports ** [04:16:24 2020-06-13] 178: Checking exports ** [04:16:24 2020-06-13] 178: Checking users ** [04:16:24 2020-06-13] 178: Checking user_dbs ** [04:16:24 2020-06-13] 178: Checking geocodings ** [04:16:24 2020-06-13] 178: Checking synchronizations ** [04:16:24 2020-06-13] 178: Checking tracker ** [04:16:24 2020-06-13] 178: Checking user_migrations ** [04:16:24 2020-06-13] 178: Checking batch_updates ** [04:16:24 2020-06-13] 178: Checking gears ** [04:16:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:16:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:29 2020-06-13] 178: Checking imports ** [04:16:29 2020-06-13] 178: Checking exports ** [04:16:29 2020-06-13] 178: Checking users ** [04:16:29 2020-06-13] 178: Checking user_dbs ** [04:16:29 2020-06-13] 178: Checking geocodings ** [04:16:29 2020-06-13] 178: Checking synchronizations ** [04:16:29 2020-06-13] 178: Checking tracker ** [04:16:29 2020-06-13] 178: Checking user_migrations ** [04:16:29 2020-06-13] 178: Checking batch_updates ** [04:16:29 2020-06-13] 178: Checking gears ** [04:16:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:16:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:34 2020-06-13] 178: Checking imports ** [04:16:34 2020-06-13] 178: Checking exports ** [04:16:34 2020-06-13] 178: Checking users ** [04:16:34 2020-06-13] 178: Checking user_dbs ** [04:16:34 2020-06-13] 178: Checking geocodings ** [04:16:34 2020-06-13] 178: Checking synchronizations ** [04:16:34 2020-06-13] 178: Checking tracker ** [04:16:34 2020-06-13] 178: Checking user_migrations ** [04:16:34 2020-06-13] 178: Checking batch_updates ** [04:16:34 2020-06-13] 178: Checking gears ** [04:16:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:16:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:39 2020-06-13] 178: Checking imports ** [04:16:39 2020-06-13] 178: Checking exports ** [04:16:39 2020-06-13] 178: Checking users ** [04:16:39 2020-06-13] 178: Checking user_dbs ** [04:16:39 2020-06-13] 178: Checking geocodings ** [04:16:39 2020-06-13] 178: Checking synchronizations ** [04:16:39 2020-06-13] 178: Checking tracker ** [04:16:39 2020-06-13] 178: Checking user_migrations ** [04:16:39 2020-06-13] 178: Checking batch_updates ** [04:16:39 2020-06-13] 178: Checking gears ** [04:16:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:16:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:44 2020-06-13] 178: Checking imports ** [04:16:44 2020-06-13] 178: Checking exports ** [04:16:44 2020-06-13] 178: Checking users ** [04:16:44 2020-06-13] 178: Checking user_dbs ** [04:16:44 2020-06-13] 178: Checking geocodings ** [04:16:44 2020-06-13] 178: Checking synchronizations ** [04:16:44 2020-06-13] 178: Checking tracker ** [04:16:44 2020-06-13] 178: Checking user_migrations ** [04:16:44 2020-06-13] 178: Checking batch_updates ** [04:16:44 2020-06-13] 178: Checking gears ** [04:16:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:16:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:49 2020-06-13] 178: Checking imports ** [04:16:49 2020-06-13] 178: Checking exports ** [04:16:49 2020-06-13] 178: Checking users ** [04:16:49 2020-06-13] 178: Checking user_dbs ** [04:16:49 2020-06-13] 178: Checking geocodings ** [04:16:49 2020-06-13] 178: Checking synchronizations ** [04:16:49 2020-06-13] 178: Checking tracker ** [04:16:49 2020-06-13] 178: Checking user_migrations ** [04:16:49 2020-06-13] 178: Checking batch_updates ** [04:16:49 2020-06-13] 178: Checking gears ** [04:16:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:16:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:54 2020-06-13] 178: Checking imports ** [04:16:54 2020-06-13] 178: Checking exports ** [04:16:54 2020-06-13] 178: Checking users ** [04:16:54 2020-06-13] 178: Checking user_dbs ** [04:16:54 2020-06-13] 178: Checking geocodings ** [04:16:54 2020-06-13] 178: Checking synchronizations ** [04:16:54 2020-06-13] 178: Checking tracker ** [04:16:54 2020-06-13] 178: Checking user_migrations ** [04:16:54 2020-06-13] 178: Checking batch_updates ** [04:16:54 2020-06-13] 178: Checking gears ** [04:16:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:16:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:59 2020-06-13] 178: Checking imports ** [04:16:59 2020-06-13] 178: Checking exports ** [04:16:59 2020-06-13] 178: Checking users ** [04:16:59 2020-06-13] 178: Checking user_dbs ** [04:16:59 2020-06-13] 178: Checking geocodings ** [04:16:59 2020-06-13] 178: Checking synchronizations ** [04:16:59 2020-06-13] 178: Checking tracker ** [04:16:59 2020-06-13] 178: Checking user_migrations ** [04:16:59 2020-06-13] 178: Checking batch_updates ** [04:16:59 2020-06-13] 178: Checking gears ** [04:16:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:16:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:04 2020-06-13] 178: Checking imports ** [04:17:04 2020-06-13] 178: Checking exports ** [04:17:04 2020-06-13] 178: Checking users ** [04:17:04 2020-06-13] 178: Checking user_dbs ** [04:17:04 2020-06-13] 178: Checking geocodings ** [04:17:04 2020-06-13] 178: Checking synchronizations ** [04:17:04 2020-06-13] 178: Checking tracker ** [04:17:04 2020-06-13] 178: Checking user_migrations ** [04:17:04 2020-06-13] 178: Checking batch_updates ** [04:17:04 2020-06-13] 178: Checking gears ** [04:17:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:17:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:09 2020-06-13] 178: Checking imports ** [04:17:09 2020-06-13] 178: Checking exports ** [04:17:09 2020-06-13] 178: Checking users ** [04:17:09 2020-06-13] 178: Checking user_dbs ** [04:17:09 2020-06-13] 178: Checking geocodings ** [04:17:09 2020-06-13] 178: Checking synchronizations ** [04:17:09 2020-06-13] 178: Checking tracker ** [04:17:09 2020-06-13] 178: Checking user_migrations ** [04:17:09 2020-06-13] 178: Checking batch_updates ** [04:17:09 2020-06-13] 178: Checking gears ** [04:17:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:17:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:14 2020-06-13] 178: Checking imports ** [04:17:14 2020-06-13] 178: Checking exports ** [04:17:14 2020-06-13] 178: Checking users ** [04:17:14 2020-06-13] 178: Checking user_dbs ** [04:17:14 2020-06-13] 178: Checking geocodings ** [04:17:14 2020-06-13] 178: Checking synchronizations ** [04:17:14 2020-06-13] 178: Checking tracker ** [04:17:14 2020-06-13] 178: Checking user_migrations ** [04:17:14 2020-06-13] 178: Checking batch_updates ** [04:17:14 2020-06-13] 178: Checking gears ** [04:17:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:17:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:19 2020-06-13] 178: Checking imports ** [04:17:19 2020-06-13] 178: Checking exports ** [04:17:19 2020-06-13] 178: Checking users ** [04:17:19 2020-06-13] 178: Checking user_dbs ** [04:17:19 2020-06-13] 178: Checking geocodings ** [04:17:19 2020-06-13] 178: Checking synchronizations ** [04:17:19 2020-06-13] 178: Checking tracker ** [04:17:19 2020-06-13] 178: Checking user_migrations ** [04:17:19 2020-06-13] 178: Checking batch_updates ** [04:17:19 2020-06-13] 178: Checking gears ** [04:17:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:17:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:24 2020-06-13] 178: Checking imports ** [04:17:24 2020-06-13] 178: Checking exports ** [04:17:24 2020-06-13] 178: Checking users ** [04:17:24 2020-06-13] 178: Checking user_dbs ** [04:17:24 2020-06-13] 178: Checking geocodings ** [04:17:24 2020-06-13] 178: Checking synchronizations ** [04:17:24 2020-06-13] 178: Checking tracker ** [04:17:24 2020-06-13] 178: Checking user_migrations ** [04:17:24 2020-06-13] 178: Checking batch_updates ** [04:17:24 2020-06-13] 178: Checking gears ** [04:17:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:17:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:29 2020-06-13] 178: Checking imports ** [04:17:29 2020-06-13] 178: Checking exports ** [04:17:29 2020-06-13] 178: Checking users ** [04:17:29 2020-06-13] 178: Checking user_dbs ** [04:17:29 2020-06-13] 178: Checking geocodings ** [04:17:29 2020-06-13] 178: Checking synchronizations ** [04:17:29 2020-06-13] 178: Checking tracker ** [04:17:29 2020-06-13] 178: Checking user_migrations ** [04:17:29 2020-06-13] 178: Checking batch_updates ** [04:17:29 2020-06-13] 178: Checking gears ** [04:17:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:17:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:34 2020-06-13] 178: Checking imports ** [04:17:34 2020-06-13] 178: Checking exports ** [04:17:34 2020-06-13] 178: Checking users ** [04:17:34 2020-06-13] 178: Checking user_dbs ** [04:17:34 2020-06-13] 178: Checking geocodings ** [04:17:34 2020-06-13] 178: Checking synchronizations ** [04:17:34 2020-06-13] 178: Checking tracker ** [04:17:34 2020-06-13] 178: Checking user_migrations ** [04:17:34 2020-06-13] 178: Checking batch_updates ** [04:17:34 2020-06-13] 178: Checking gears ** [04:17:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:17:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:39 2020-06-13] 178: Checking imports ** [04:17:39 2020-06-13] 178: Checking exports ** [04:17:39 2020-06-13] 178: Checking users ** [04:17:39 2020-06-13] 178: Checking user_dbs ** [04:17:39 2020-06-13] 178: Checking geocodings ** [04:17:39 2020-06-13] 178: Checking synchronizations ** [04:17:39 2020-06-13] 178: Checking tracker ** [04:17:39 2020-06-13] 178: Checking user_migrations ** [04:17:39 2020-06-13] 178: Checking batch_updates ** [04:17:39 2020-06-13] 178: Checking gears ** [04:17:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:17:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:44 2020-06-13] 178: Checking imports ** [04:17:44 2020-06-13] 178: Checking exports ** [04:17:44 2020-06-13] 178: Checking users ** [04:17:44 2020-06-13] 178: Checking user_dbs ** [04:17:44 2020-06-13] 178: Checking geocodings ** [04:17:44 2020-06-13] 178: Checking synchronizations ** [04:17:44 2020-06-13] 178: Checking tracker ** [04:17:44 2020-06-13] 178: Checking user_migrations ** [04:17:44 2020-06-13] 178: Checking batch_updates ** [04:17:44 2020-06-13] 178: Checking gears ** [04:17:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:17:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:49 2020-06-13] 178: Checking imports ** [04:17:49 2020-06-13] 178: Checking exports ** [04:17:49 2020-06-13] 178: Checking users ** [04:17:49 2020-06-13] 178: Checking user_dbs ** [04:17:49 2020-06-13] 178: Checking geocodings ** [04:17:49 2020-06-13] 178: Checking synchronizations ** [04:17:49 2020-06-13] 178: Checking tracker ** [04:17:49 2020-06-13] 178: Checking user_migrations ** [04:17:49 2020-06-13] 178: Checking batch_updates ** [04:17:49 2020-06-13] 178: Checking gears ** [04:17:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:17:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:54 2020-06-13] 178: Checking imports ** [04:17:54 2020-06-13] 178: Checking exports ** [04:17:54 2020-06-13] 178: Checking users ** [04:17:54 2020-06-13] 178: Checking user_dbs ** [04:17:54 2020-06-13] 178: Checking geocodings ** [04:17:54 2020-06-13] 178: Checking synchronizations ** [04:17:54 2020-06-13] 178: Checking tracker ** [04:17:54 2020-06-13] 178: Checking user_migrations ** [04:17:54 2020-06-13] 178: Checking batch_updates ** [04:17:54 2020-06-13] 178: Checking gears ** [04:17:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:17:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:59 2020-06-13] 178: Checking imports ** [04:17:59 2020-06-13] 178: Checking exports ** [04:17:59 2020-06-13] 178: Checking users ** [04:17:59 2020-06-13] 178: Checking user_dbs ** [04:17:59 2020-06-13] 178: Checking geocodings ** [04:17:59 2020-06-13] 178: Checking synchronizations ** [04:17:59 2020-06-13] 178: Checking tracker ** [04:17:59 2020-06-13] 178: Checking user_migrations ** [04:17:59 2020-06-13] 178: Checking batch_updates ** [04:17:59 2020-06-13] 178: Checking gears ** [04:17:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:17:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:04 2020-06-13] 178: Checking imports ** [04:18:04 2020-06-13] 178: Checking exports ** [04:18:04 2020-06-13] 178: Checking users ** [04:18:04 2020-06-13] 178: Checking user_dbs ** [04:18:04 2020-06-13] 178: Checking geocodings ** [04:18:04 2020-06-13] 178: Checking synchronizations ** [04:18:04 2020-06-13] 178: Checking tracker ** [04:18:04 2020-06-13] 178: Checking user_migrations ** [04:18:04 2020-06-13] 178: Checking batch_updates ** [04:18:04 2020-06-13] 178: Checking gears ** [04:18:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:18:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:09 2020-06-13] 178: Checking imports ** [04:18:09 2020-06-13] 178: Checking exports ** [04:18:09 2020-06-13] 178: Checking users ** [04:18:09 2020-06-13] 178: Checking user_dbs ** [04:18:09 2020-06-13] 178: Checking geocodings ** [04:18:09 2020-06-13] 178: Checking synchronizations ** [04:18:09 2020-06-13] 178: Checking tracker ** [04:18:09 2020-06-13] 178: Checking user_migrations ** [04:18:09 2020-06-13] 178: Checking batch_updates ** [04:18:09 2020-06-13] 178: Checking gears ** [04:18:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:18:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:14 2020-06-13] 178: Checking imports ** [04:18:14 2020-06-13] 178: Checking exports ** [04:18:14 2020-06-13] 178: Checking users ** [04:18:14 2020-06-13] 178: Checking user_dbs ** [04:18:14 2020-06-13] 178: Checking geocodings ** [04:18:14 2020-06-13] 178: Checking synchronizations ** [04:18:14 2020-06-13] 178: Checking tracker ** [04:18:14 2020-06-13] 178: Checking user_migrations ** [04:18:14 2020-06-13] 178: Checking batch_updates ** [04:18:14 2020-06-13] 178: Checking gears ** [04:18:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:18:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:19 2020-06-13] 178: Checking imports ** [04:18:19 2020-06-13] 178: Checking exports ** [04:18:19 2020-06-13] 178: Checking users ** [04:18:19 2020-06-13] 178: Checking user_dbs ** [04:18:19 2020-06-13] 178: Checking geocodings ** [04:18:19 2020-06-13] 178: Checking synchronizations ** [04:18:19 2020-06-13] 178: Checking tracker ** [04:18:19 2020-06-13] 178: Checking user_migrations ** [04:18:19 2020-06-13] 178: Checking batch_updates ** [04:18:19 2020-06-13] 178: Checking gears ** [04:18:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:18:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:24 2020-06-13] 178: Checking imports ** [04:18:24 2020-06-13] 178: Checking exports ** [04:18:24 2020-06-13] 178: Checking users ** [04:18:24 2020-06-13] 178: Checking user_dbs ** [04:18:24 2020-06-13] 178: Checking geocodings ** [04:18:24 2020-06-13] 178: Checking synchronizations ** [04:18:24 2020-06-13] 178: Checking tracker ** [04:18:24 2020-06-13] 178: Checking user_migrations ** [04:18:24 2020-06-13] 178: Checking batch_updates ** [04:18:24 2020-06-13] 178: Checking gears ** [04:18:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:18:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:29 2020-06-13] 178: Checking imports ** [04:18:29 2020-06-13] 178: Checking exports ** [04:18:29 2020-06-13] 178: Checking users ** [04:18:29 2020-06-13] 178: Checking user_dbs ** [04:18:29 2020-06-13] 178: Checking geocodings ** [04:18:29 2020-06-13] 178: Checking synchronizations ** [04:18:29 2020-06-13] 178: Checking tracker ** [04:18:29 2020-06-13] 178: Checking user_migrations ** [04:18:29 2020-06-13] 178: Checking batch_updates ** [04:18:29 2020-06-13] 178: Checking gears ** [04:18:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:18:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:34 2020-06-13] 178: Checking imports ** [04:18:34 2020-06-13] 178: Checking exports ** [04:18:34 2020-06-13] 178: Checking users ** [04:18:34 2020-06-13] 178: Checking user_dbs ** [04:18:34 2020-06-13] 178: Checking geocodings ** [04:18:34 2020-06-13] 178: Checking synchronizations ** [04:18:34 2020-06-13] 178: Checking tracker ** [04:18:34 2020-06-13] 178: Checking user_migrations ** [04:18:34 2020-06-13] 178: Checking batch_updates ** [04:18:34 2020-06-13] 178: Checking gears ** [04:18:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:18:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:39 2020-06-13] 178: Checking imports ** [04:18:39 2020-06-13] 178: Checking exports ** [04:18:39 2020-06-13] 178: Checking users ** [04:18:39 2020-06-13] 178: Checking user_dbs ** [04:18:39 2020-06-13] 178: Checking geocodings ** [04:18:39 2020-06-13] 178: Checking synchronizations ** [04:18:39 2020-06-13] 178: Checking tracker ** [04:18:39 2020-06-13] 178: Checking user_migrations ** [04:18:39 2020-06-13] 178: Checking batch_updates ** [04:18:39 2020-06-13] 178: Checking gears ** [04:18:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:18:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:44 2020-06-13] 178: Checking imports ** [04:18:44 2020-06-13] 178: Checking exports ** [04:18:44 2020-06-13] 178: Checking users ** [04:18:44 2020-06-13] 178: Checking user_dbs ** [04:18:44 2020-06-13] 178: Checking geocodings ** [04:18:44 2020-06-13] 178: Checking synchronizations ** [04:18:44 2020-06-13] 178: Checking tracker ** [04:18:44 2020-06-13] 178: Checking user_migrations ** [04:18:44 2020-06-13] 178: Checking batch_updates ** [04:18:44 2020-06-13] 178: Checking gears ** [04:18:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:18:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:49 2020-06-13] 178: Checking imports ** [04:18:49 2020-06-13] 178: Checking exports ** [04:18:49 2020-06-13] 178: Checking users ** [04:18:49 2020-06-13] 178: Checking user_dbs ** [04:18:49 2020-06-13] 178: Checking geocodings ** [04:18:49 2020-06-13] 178: Checking synchronizations ** [04:18:49 2020-06-13] 178: Checking tracker ** [04:18:49 2020-06-13] 178: Checking user_migrations ** [04:18:49 2020-06-13] 178: Checking batch_updates ** [04:18:49 2020-06-13] 178: Checking gears ** [04:18:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:18:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:54 2020-06-13] 178: Checking imports ** [04:18:54 2020-06-13] 178: Checking exports ** [04:18:54 2020-06-13] 178: Checking users ** [04:18:54 2020-06-13] 178: Checking user_dbs ** [04:18:54 2020-06-13] 178: Checking geocodings ** [04:18:54 2020-06-13] 178: Checking synchronizations ** [04:18:54 2020-06-13] 178: Checking tracker ** [04:18:54 2020-06-13] 178: Checking user_migrations ** [04:18:54 2020-06-13] 178: Checking batch_updates ** [04:18:54 2020-06-13] 178: Checking gears ** [04:18:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:18:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:59 2020-06-13] 178: Checking imports ** [04:18:59 2020-06-13] 178: Checking exports ** [04:18:59 2020-06-13] 178: Checking users ** [04:18:59 2020-06-13] 178: Checking user_dbs ** [04:18:59 2020-06-13] 178: Checking geocodings ** [04:18:59 2020-06-13] 178: Checking synchronizations ** [04:18:59 2020-06-13] 178: Checking tracker ** [04:18:59 2020-06-13] 178: Checking user_migrations ** [04:18:59 2020-06-13] 178: Checking batch_updates ** [04:18:59 2020-06-13] 178: Checking gears ** [04:18:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:18:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:04 2020-06-13] 178: Checking imports ** [04:19:04 2020-06-13] 178: Checking exports ** [04:19:04 2020-06-13] 178: Checking users ** [04:19:04 2020-06-13] 178: Checking user_dbs ** [04:19:04 2020-06-13] 178: Checking geocodings ** [04:19:04 2020-06-13] 178: Checking synchronizations ** [04:19:04 2020-06-13] 178: Checking tracker ** [04:19:04 2020-06-13] 178: Checking user_migrations ** [04:19:04 2020-06-13] 178: Checking batch_updates ** [04:19:04 2020-06-13] 178: Checking gears ** [04:19:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:19:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:09 2020-06-13] 178: Checking imports ** [04:19:09 2020-06-13] 178: Checking exports ** [04:19:09 2020-06-13] 178: Checking users ** [04:19:09 2020-06-13] 178: Checking user_dbs ** [04:19:09 2020-06-13] 178: Checking geocodings ** [04:19:09 2020-06-13] 178: Checking synchronizations ** [04:19:09 2020-06-13] 178: Checking tracker ** [04:19:09 2020-06-13] 178: Checking user_migrations ** [04:19:09 2020-06-13] 178: Checking batch_updates ** [04:19:09 2020-06-13] 178: Checking gears ** [04:19:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:19:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:14 2020-06-13] 178: Checking imports ** [04:19:14 2020-06-13] 178: Checking exports ** [04:19:14 2020-06-13] 178: Checking users ** [04:19:14 2020-06-13] 178: Checking user_dbs ** [04:19:14 2020-06-13] 178: Checking geocodings ** [04:19:14 2020-06-13] 178: Checking synchronizations ** [04:19:14 2020-06-13] 178: Checking tracker ** [04:19:14 2020-06-13] 178: Checking user_migrations ** [04:19:14 2020-06-13] 178: Checking batch_updates ** [04:19:14 2020-06-13] 178: Checking gears ** [04:19:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:19:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:19 2020-06-13] 178: Checking imports ** [04:19:19 2020-06-13] 178: Checking exports ** [04:19:19 2020-06-13] 178: Checking users ** [04:19:19 2020-06-13] 178: Checking user_dbs ** [04:19:19 2020-06-13] 178: Checking geocodings ** [04:19:19 2020-06-13] 178: Checking synchronizations ** [04:19:19 2020-06-13] 178: Checking tracker ** [04:19:19 2020-06-13] 178: Checking user_migrations ** [04:19:19 2020-06-13] 178: Checking batch_updates ** [04:19:19 2020-06-13] 178: Checking gears ** [04:19:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:19:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:24 2020-06-13] 178: Checking imports ** [04:19:24 2020-06-13] 178: Checking exports ** [04:19:24 2020-06-13] 178: Checking users ** [04:19:24 2020-06-13] 178: Checking user_dbs ** [04:19:24 2020-06-13] 178: Checking geocodings ** [04:19:24 2020-06-13] 178: Checking synchronizations ** [04:19:24 2020-06-13] 178: Checking tracker ** [04:19:24 2020-06-13] 178: Checking user_migrations ** [04:19:24 2020-06-13] 178: Checking batch_updates ** [04:19:24 2020-06-13] 178: Checking gears ** [04:19:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:19:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:29 2020-06-13] 178: Checking imports ** [04:19:29 2020-06-13] 178: Checking exports ** [04:19:29 2020-06-13] 178: Checking users ** [04:19:29 2020-06-13] 178: Checking user_dbs ** [04:19:29 2020-06-13] 178: Checking geocodings ** [04:19:29 2020-06-13] 178: Checking synchronizations ** [04:19:29 2020-06-13] 178: Checking tracker ** [04:19:29 2020-06-13] 178: Checking user_migrations ** [04:19:29 2020-06-13] 178: Checking batch_updates ** [04:19:29 2020-06-13] 178: Checking gears ** [04:19:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:19:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:34 2020-06-13] 178: Checking imports ** [04:19:34 2020-06-13] 178: Checking exports ** [04:19:34 2020-06-13] 178: Checking users ** [04:19:34 2020-06-13] 178: Checking user_dbs ** [04:19:34 2020-06-13] 178: Checking geocodings ** [04:19:34 2020-06-13] 178: Checking synchronizations ** [04:19:34 2020-06-13] 178: Checking tracker ** [04:19:34 2020-06-13] 178: Checking user_migrations ** [04:19:34 2020-06-13] 178: Checking batch_updates ** [04:19:34 2020-06-13] 178: Checking gears ** [04:19:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:19:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:39 2020-06-13] 178: Checking imports ** [04:19:39 2020-06-13] 178: Checking exports ** [04:19:39 2020-06-13] 178: Checking users ** [04:19:39 2020-06-13] 178: Checking user_dbs ** [04:19:39 2020-06-13] 178: Checking geocodings ** [04:19:39 2020-06-13] 178: Checking synchronizations ** [04:19:39 2020-06-13] 178: Checking tracker ** [04:19:39 2020-06-13] 178: Checking user_migrations ** [04:19:39 2020-06-13] 178: Checking batch_updates ** [04:19:39 2020-06-13] 178: Checking gears ** [04:19:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:19:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:44 2020-06-13] 178: Checking imports ** [04:19:44 2020-06-13] 178: Checking exports ** [04:19:44 2020-06-13] 178: Checking users ** [04:19:44 2020-06-13] 178: Checking user_dbs ** [04:19:44 2020-06-13] 178: Checking geocodings ** [04:19:44 2020-06-13] 178: Checking synchronizations ** [04:19:44 2020-06-13] 178: Checking tracker ** [04:19:44 2020-06-13] 178: Checking user_migrations ** [04:19:44 2020-06-13] 178: Checking batch_updates ** [04:19:44 2020-06-13] 178: Checking gears ** [04:19:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:19:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:49 2020-06-13] 178: Checking imports ** [04:19:49 2020-06-13] 178: Checking exports ** [04:19:49 2020-06-13] 178: Checking users ** [04:19:49 2020-06-13] 178: Checking user_dbs ** [04:19:49 2020-06-13] 178: Checking geocodings ** [04:19:49 2020-06-13] 178: Checking synchronizations ** [04:19:49 2020-06-13] 178: Checking tracker ** [04:19:49 2020-06-13] 178: Checking user_migrations ** [04:19:49 2020-06-13] 178: Checking batch_updates ** [04:19:49 2020-06-13] 178: Checking gears ** [04:19:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:19:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:54 2020-06-13] 178: Checking imports ** [04:19:54 2020-06-13] 178: Checking exports ** [04:19:54 2020-06-13] 178: Checking users ** [04:19:54 2020-06-13] 178: Checking user_dbs ** [04:19:54 2020-06-13] 178: Checking geocodings ** [04:19:54 2020-06-13] 178: Checking synchronizations ** [04:19:54 2020-06-13] 178: Checking tracker ** [04:19:54 2020-06-13] 178: Checking user_migrations ** [04:19:54 2020-06-13] 178: Checking batch_updates ** [04:19:54 2020-06-13] 178: Checking gears ** [04:19:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:19:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:59 2020-06-13] 178: Checking imports ** [04:19:59 2020-06-13] 178: Checking exports ** [04:19:59 2020-06-13] 178: Checking users ** [04:19:59 2020-06-13] 178: Checking user_dbs ** [04:19:59 2020-06-13] 178: Checking geocodings ** [04:19:59 2020-06-13] 178: Checking synchronizations ** [04:19:59 2020-06-13] 178: Checking tracker ** [04:19:59 2020-06-13] 178: Checking user_migrations ** [04:19:59 2020-06-13] 178: Checking batch_updates ** [04:19:59 2020-06-13] 178: Checking gears ** [04:19:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:19:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:04 2020-06-13] 178: Checking imports ** [04:20:04 2020-06-13] 178: Checking exports ** [04:20:04 2020-06-13] 178: Checking users ** [04:20:04 2020-06-13] 178: Checking user_dbs ** [04:20:04 2020-06-13] 178: Checking geocodings ** [04:20:04 2020-06-13] 178: Checking synchronizations ** [04:20:04 2020-06-13] 178: Checking tracker ** [04:20:04 2020-06-13] 178: Checking user_migrations ** [04:20:04 2020-06-13] 178: Checking batch_updates ** [04:20:04 2020-06-13] 178: Checking gears ** [04:20:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:20:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:09 2020-06-13] 178: Checking imports ** [04:20:09 2020-06-13] 178: Checking exports ** [04:20:09 2020-06-13] 178: Checking users ** [04:20:09 2020-06-13] 178: Checking user_dbs ** [04:20:09 2020-06-13] 178: Checking geocodings ** [04:20:09 2020-06-13] 178: Checking synchronizations ** [04:20:09 2020-06-13] 178: Checking tracker ** [04:20:09 2020-06-13] 178: Checking user_migrations ** [04:20:09 2020-06-13] 178: Checking batch_updates ** [04:20:09 2020-06-13] 178: Checking gears ** [04:20:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:20:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:14 2020-06-13] 178: Checking imports ** [04:20:14 2020-06-13] 178: Checking exports ** [04:20:14 2020-06-13] 178: Checking users ** [04:20:14 2020-06-13] 178: Checking user_dbs ** [04:20:14 2020-06-13] 178: Checking geocodings ** [04:20:14 2020-06-13] 178: Checking synchronizations ** [04:20:14 2020-06-13] 178: Checking tracker ** [04:20:14 2020-06-13] 178: Checking user_migrations ** [04:20:14 2020-06-13] 178: Checking batch_updates ** [04:20:14 2020-06-13] 178: Checking gears ** [04:20:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:20:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:19 2020-06-13] 178: Checking imports ** [04:20:19 2020-06-13] 178: Checking exports ** [04:20:19 2020-06-13] 178: Checking users ** [04:20:19 2020-06-13] 178: Checking user_dbs ** [04:20:19 2020-06-13] 178: Checking geocodings ** [04:20:19 2020-06-13] 178: Checking synchronizations ** [04:20:19 2020-06-13] 178: Checking tracker ** [04:20:19 2020-06-13] 178: Checking user_migrations ** [04:20:19 2020-06-13] 178: Checking batch_updates ** [04:20:19 2020-06-13] 178: Checking gears ** [04:20:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:20:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:24 2020-06-13] 178: Checking imports ** [04:20:24 2020-06-13] 178: Checking exports ** [04:20:24 2020-06-13] 178: Checking users ** [04:20:24 2020-06-13] 178: Checking user_dbs ** [04:20:24 2020-06-13] 178: Checking geocodings ** [04:20:24 2020-06-13] 178: Checking synchronizations ** [04:20:24 2020-06-13] 178: Checking tracker ** [04:20:24 2020-06-13] 178: Checking user_migrations ** [04:20:24 2020-06-13] 178: Checking batch_updates ** [04:20:24 2020-06-13] 178: Checking gears ** [04:20:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:20:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:29 2020-06-13] 178: Checking imports ** [04:20:29 2020-06-13] 178: Checking exports ** [04:20:29 2020-06-13] 178: Checking users ** [04:20:29 2020-06-13] 178: Checking user_dbs ** [04:20:29 2020-06-13] 178: Checking geocodings ** [04:20:29 2020-06-13] 178: Checking synchronizations ** [04:20:29 2020-06-13] 178: Checking tracker ** [04:20:29 2020-06-13] 178: Checking user_migrations ** [04:20:29 2020-06-13] 178: Checking batch_updates ** [04:20:29 2020-06-13] 178: Checking gears ** [04:20:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:20:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:34 2020-06-13] 178: Checking imports ** [04:20:34 2020-06-13] 178: Checking exports ** [04:20:34 2020-06-13] 178: Checking users ** [04:20:34 2020-06-13] 178: Checking user_dbs ** [04:20:34 2020-06-13] 178: Checking geocodings ** [04:20:34 2020-06-13] 178: Checking synchronizations ** [04:20:34 2020-06-13] 178: Checking tracker ** [04:20:34 2020-06-13] 178: Checking user_migrations ** [04:20:34 2020-06-13] 178: Checking batch_updates ** [04:20:34 2020-06-13] 178: Checking gears ** [04:20:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:20:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:39 2020-06-13] 178: Checking imports ** [04:20:39 2020-06-13] 178: Checking exports ** [04:20:39 2020-06-13] 178: Checking users ** [04:20:39 2020-06-13] 178: Checking user_dbs ** [04:20:39 2020-06-13] 178: Checking geocodings ** [04:20:39 2020-06-13] 178: Checking synchronizations ** [04:20:39 2020-06-13] 178: Checking tracker ** [04:20:39 2020-06-13] 178: Checking user_migrations ** [04:20:39 2020-06-13] 178: Checking batch_updates ** [04:20:39 2020-06-13] 178: Checking gears ** [04:20:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:20:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:44 2020-06-13] 178: Checking imports ** [04:20:44 2020-06-13] 178: Checking exports ** [04:20:44 2020-06-13] 178: Checking users ** [04:20:44 2020-06-13] 178: Checking user_dbs ** [04:20:44 2020-06-13] 178: Checking geocodings ** [04:20:44 2020-06-13] 178: Checking synchronizations ** [04:20:44 2020-06-13] 178: Checking tracker ** [04:20:44 2020-06-13] 178: Checking user_migrations ** [04:20:44 2020-06-13] 178: Checking batch_updates ** [04:20:44 2020-06-13] 178: Checking gears ** [04:20:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:20:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:49 2020-06-13] 178: Checking imports ** [04:20:49 2020-06-13] 178: Checking exports ** [04:20:49 2020-06-13] 178: Checking users ** [04:20:49 2020-06-13] 178: Checking user_dbs ** [04:20:49 2020-06-13] 178: Checking geocodings ** [04:20:49 2020-06-13] 178: Checking synchronizations ** [04:20:49 2020-06-13] 178: Checking tracker ** [04:20:49 2020-06-13] 178: Checking user_migrations ** [04:20:49 2020-06-13] 178: Checking batch_updates ** [04:20:49 2020-06-13] 178: Checking gears ** [04:20:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:20:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:54 2020-06-13] 178: Checking imports ** [04:20:54 2020-06-13] 178: Checking exports ** [04:20:54 2020-06-13] 178: Checking users ** [04:20:54 2020-06-13] 178: Checking user_dbs ** [04:20:54 2020-06-13] 178: Checking geocodings ** [04:20:54 2020-06-13] 178: Checking synchronizations ** [04:20:54 2020-06-13] 178: Checking tracker ** [04:20:54 2020-06-13] 178: Checking user_migrations ** [04:20:54 2020-06-13] 178: Checking batch_updates ** [04:20:54 2020-06-13] 178: Checking gears ** [04:20:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:20:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:59 2020-06-13] 178: Checking imports ** [04:20:59 2020-06-13] 178: Checking exports ** [04:20:59 2020-06-13] 178: Checking users ** [04:20:59 2020-06-13] 178: Checking user_dbs ** [04:20:59 2020-06-13] 178: Checking geocodings ** [04:20:59 2020-06-13] 178: Checking synchronizations ** [04:20:59 2020-06-13] 178: Checking tracker ** [04:20:59 2020-06-13] 178: Checking user_migrations ** [04:20:59 2020-06-13] 178: Checking batch_updates ** [04:20:59 2020-06-13] 178: Checking gears ** [04:20:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:20:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:04 2020-06-13] 178: Checking imports ** [04:21:04 2020-06-13] 178: Checking exports ** [04:21:04 2020-06-13] 178: Checking users ** [04:21:04 2020-06-13] 178: Checking user_dbs ** [04:21:04 2020-06-13] 178: Checking geocodings ** [04:21:04 2020-06-13] 178: Checking synchronizations ** [04:21:04 2020-06-13] 178: Checking tracker ** [04:21:04 2020-06-13] 178: Checking user_migrations ** [04:21:04 2020-06-13] 178: Checking batch_updates ** [04:21:04 2020-06-13] 178: Checking gears ** [04:21:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:21:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:09 2020-06-13] 178: Checking imports ** [04:21:09 2020-06-13] 178: Checking exports ** [04:21:09 2020-06-13] 178: Checking users ** [04:21:09 2020-06-13] 178: Checking user_dbs ** [04:21:09 2020-06-13] 178: Checking geocodings ** [04:21:09 2020-06-13] 178: Checking synchronizations ** [04:21:09 2020-06-13] 178: Checking tracker ** [04:21:09 2020-06-13] 178: Checking user_migrations ** [04:21:09 2020-06-13] 178: Checking batch_updates ** [04:21:09 2020-06-13] 178: Checking gears ** [04:21:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:21:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:14 2020-06-13] 178: Checking imports ** [04:21:14 2020-06-13] 178: Checking exports ** [04:21:14 2020-06-13] 178: Checking users ** [04:21:14 2020-06-13] 178: Checking user_dbs ** [04:21:14 2020-06-13] 178: Checking geocodings ** [04:21:14 2020-06-13] 178: Checking synchronizations ** [04:21:14 2020-06-13] 178: Checking tracker ** [04:21:14 2020-06-13] 178: Checking user_migrations ** [04:21:14 2020-06-13] 178: Checking batch_updates ** [04:21:14 2020-06-13] 178: Checking gears ** [04:21:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:21:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:19 2020-06-13] 178: Checking imports ** [04:21:19 2020-06-13] 178: Checking exports ** [04:21:19 2020-06-13] 178: Checking users ** [04:21:19 2020-06-13] 178: Checking user_dbs ** [04:21:19 2020-06-13] 178: Checking geocodings ** [04:21:19 2020-06-13] 178: Checking synchronizations ** [04:21:19 2020-06-13] 178: Checking tracker ** [04:21:19 2020-06-13] 178: Checking user_migrations ** [04:21:19 2020-06-13] 178: Checking batch_updates ** [04:21:19 2020-06-13] 178: Checking gears ** [04:21:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:21:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:24 2020-06-13] 178: Checking imports ** [04:21:24 2020-06-13] 178: Checking exports ** [04:21:24 2020-06-13] 178: Checking users ** [04:21:24 2020-06-13] 178: Checking user_dbs ** [04:21:24 2020-06-13] 178: Checking geocodings ** [04:21:24 2020-06-13] 178: Checking synchronizations ** [04:21:24 2020-06-13] 178: Checking tracker ** [04:21:24 2020-06-13] 178: Checking user_migrations ** [04:21:24 2020-06-13] 178: Checking batch_updates ** [04:21:24 2020-06-13] 178: Checking gears ** [04:21:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:21:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:29 2020-06-13] 178: Checking imports ** [04:21:29 2020-06-13] 178: Checking exports ** [04:21:29 2020-06-13] 178: Checking users ** [04:21:29 2020-06-13] 178: Checking user_dbs ** [04:21:29 2020-06-13] 178: Checking geocodings ** [04:21:29 2020-06-13] 178: Checking synchronizations ** [04:21:29 2020-06-13] 178: Checking tracker ** [04:21:29 2020-06-13] 178: Checking user_migrations ** [04:21:29 2020-06-13] 178: Checking batch_updates ** [04:21:29 2020-06-13] 178: Checking gears ** [04:21:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:21:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:34 2020-06-13] 178: Checking imports ** [04:21:34 2020-06-13] 178: Checking exports ** [04:21:34 2020-06-13] 178: Checking users ** [04:21:34 2020-06-13] 178: Checking user_dbs ** [04:21:34 2020-06-13] 178: Checking geocodings ** [04:21:34 2020-06-13] 178: Checking synchronizations ** [04:21:34 2020-06-13] 178: Checking tracker ** [04:21:34 2020-06-13] 178: Checking user_migrations ** [04:21:34 2020-06-13] 178: Checking batch_updates ** [04:21:34 2020-06-13] 178: Checking gears ** [04:21:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:21:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:39 2020-06-13] 178: Checking imports ** [04:21:39 2020-06-13] 178: Checking exports ** [04:21:39 2020-06-13] 178: Checking users ** [04:21:39 2020-06-13] 178: Checking user_dbs ** [04:21:39 2020-06-13] 178: Checking geocodings ** [04:21:39 2020-06-13] 178: Checking synchronizations ** [04:21:39 2020-06-13] 178: Checking tracker ** [04:21:39 2020-06-13] 178: Checking user_migrations ** [04:21:39 2020-06-13] 178: Checking batch_updates ** [04:21:39 2020-06-13] 178: Checking gears ** [04:21:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:21:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:44 2020-06-13] 178: Checking imports ** [04:21:44 2020-06-13] 178: Checking exports ** [04:21:44 2020-06-13] 178: Checking users ** [04:21:44 2020-06-13] 178: Checking user_dbs ** [04:21:44 2020-06-13] 178: Checking geocodings ** [04:21:44 2020-06-13] 178: Checking synchronizations ** [04:21:44 2020-06-13] 178: Checking tracker ** [04:21:44 2020-06-13] 178: Checking user_migrations ** [04:21:44 2020-06-13] 178: Checking batch_updates ** [04:21:44 2020-06-13] 178: Checking gears ** [04:21:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:21:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:49 2020-06-13] 178: Checking imports ** [04:21:49 2020-06-13] 178: Checking exports ** [04:21:49 2020-06-13] 178: Checking users ** [04:21:49 2020-06-13] 178: Checking user_dbs ** [04:21:49 2020-06-13] 178: Checking geocodings ** [04:21:49 2020-06-13] 178: Checking synchronizations ** [04:21:49 2020-06-13] 178: Checking tracker ** [04:21:49 2020-06-13] 178: Checking user_migrations ** [04:21:49 2020-06-13] 178: Checking batch_updates ** [04:21:49 2020-06-13] 178: Checking gears ** [04:21:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:21:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:54 2020-06-13] 178: Checking imports ** [04:21:54 2020-06-13] 178: Checking exports ** [04:21:54 2020-06-13] 178: Checking users ** [04:21:54 2020-06-13] 178: Checking user_dbs ** [04:21:54 2020-06-13] 178: Checking geocodings ** [04:21:54 2020-06-13] 178: Checking synchronizations ** [04:21:54 2020-06-13] 178: Checking tracker ** [04:21:54 2020-06-13] 178: Checking user_migrations ** [04:21:54 2020-06-13] 178: Checking batch_updates ** [04:21:54 2020-06-13] 178: Checking gears ** [04:21:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:21:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:59 2020-06-13] 178: Checking imports ** [04:21:59 2020-06-13] 178: Checking exports ** [04:21:59 2020-06-13] 178: Checking users ** [04:21:59 2020-06-13] 178: Checking user_dbs ** [04:21:59 2020-06-13] 178: Checking geocodings ** [04:21:59 2020-06-13] 178: Checking synchronizations ** [04:21:59 2020-06-13] 178: Checking tracker ** [04:21:59 2020-06-13] 178: Checking user_migrations ** [04:21:59 2020-06-13] 178: Checking batch_updates ** [04:21:59 2020-06-13] 178: Checking gears ** [04:21:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:21:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:04 2020-06-13] 178: Checking imports ** [04:22:04 2020-06-13] 178: Checking exports ** [04:22:04 2020-06-13] 178: Checking users ** [04:22:04 2020-06-13] 178: Checking user_dbs ** [04:22:04 2020-06-13] 178: Checking geocodings ** [04:22:04 2020-06-13] 178: Checking synchronizations ** [04:22:04 2020-06-13] 178: Checking tracker ** [04:22:04 2020-06-13] 178: Checking user_migrations ** [04:22:04 2020-06-13] 178: Checking batch_updates ** [04:22:04 2020-06-13] 178: Checking gears ** [04:22:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:22:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:09 2020-06-13] 178: Checking imports ** [04:22:09 2020-06-13] 178: Checking exports ** [04:22:09 2020-06-13] 178: Checking users ** [04:22:09 2020-06-13] 178: Checking user_dbs ** [04:22:09 2020-06-13] 178: Checking geocodings ** [04:22:09 2020-06-13] 178: Checking synchronizations ** [04:22:09 2020-06-13] 178: Checking tracker ** [04:22:09 2020-06-13] 178: Checking user_migrations ** [04:22:09 2020-06-13] 178: Checking batch_updates ** [04:22:09 2020-06-13] 178: Checking gears ** [04:22:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:22:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:14 2020-06-13] 178: Checking imports ** [04:22:14 2020-06-13] 178: Checking exports ** [04:22:14 2020-06-13] 178: Checking users ** [04:22:14 2020-06-13] 178: Checking user_dbs ** [04:22:14 2020-06-13] 178: Checking geocodings ** [04:22:14 2020-06-13] 178: Checking synchronizations ** [04:22:14 2020-06-13] 178: Checking tracker ** [04:22:14 2020-06-13] 178: Checking user_migrations ** [04:22:14 2020-06-13] 178: Checking batch_updates ** [04:22:14 2020-06-13] 178: Checking gears ** [04:22:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:22:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:19 2020-06-13] 178: Checking imports ** [04:22:19 2020-06-13] 178: Checking exports ** [04:22:19 2020-06-13] 178: Checking users ** [04:22:19 2020-06-13] 178: Checking user_dbs ** [04:22:19 2020-06-13] 178: Checking geocodings ** [04:22:19 2020-06-13] 178: Checking synchronizations ** [04:22:19 2020-06-13] 178: Checking tracker ** [04:22:19 2020-06-13] 178: Checking user_migrations ** [04:22:19 2020-06-13] 178: Checking batch_updates ** [04:22:19 2020-06-13] 178: Checking gears ** [04:22:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:22:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:24 2020-06-13] 178: Checking imports ** [04:22:24 2020-06-13] 178: Checking exports ** [04:22:24 2020-06-13] 178: Checking users ** [04:22:24 2020-06-13] 178: Checking user_dbs ** [04:22:24 2020-06-13] 178: Checking geocodings ** [04:22:24 2020-06-13] 178: Checking synchronizations ** [04:22:24 2020-06-13] 178: Checking tracker ** [04:22:24 2020-06-13] 178: Checking user_migrations ** [04:22:24 2020-06-13] 178: Checking batch_updates ** [04:22:24 2020-06-13] 178: Checking gears ** [04:22:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:22:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:29 2020-06-13] 178: Checking imports ** [04:22:29 2020-06-13] 178: Checking exports ** [04:22:29 2020-06-13] 178: Checking users ** [04:22:29 2020-06-13] 178: Checking user_dbs ** [04:22:29 2020-06-13] 178: Checking geocodings ** [04:22:29 2020-06-13] 178: Checking synchronizations ** [04:22:29 2020-06-13] 178: Checking tracker ** [04:22:29 2020-06-13] 178: Checking user_migrations ** [04:22:29 2020-06-13] 178: Checking batch_updates ** [04:22:29 2020-06-13] 178: Checking gears ** [04:22:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:22:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:34 2020-06-13] 178: Checking imports ** [04:22:34 2020-06-13] 178: Checking exports ** [04:22:34 2020-06-13] 178: Checking users ** [04:22:34 2020-06-13] 178: Checking user_dbs ** [04:22:34 2020-06-13] 178: Checking geocodings ** [04:22:34 2020-06-13] 178: Checking synchronizations ** [04:22:34 2020-06-13] 178: Checking tracker ** [04:22:34 2020-06-13] 178: Checking user_migrations ** [04:22:34 2020-06-13] 178: Checking batch_updates ** [04:22:34 2020-06-13] 178: Checking gears ** [04:22:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:22:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:39 2020-06-13] 178: Checking imports ** [04:22:39 2020-06-13] 178: Checking exports ** [04:22:39 2020-06-13] 178: Checking users ** [04:22:39 2020-06-13] 178: Checking user_dbs ** [04:22:39 2020-06-13] 178: Checking geocodings ** [04:22:39 2020-06-13] 178: Checking synchronizations ** [04:22:39 2020-06-13] 178: Checking tracker ** [04:22:39 2020-06-13] 178: Checking user_migrations ** [04:22:39 2020-06-13] 178: Checking batch_updates ** [04:22:39 2020-06-13] 178: Checking gears ** [04:22:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:22:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:44 2020-06-13] 178: Checking imports ** [04:22:44 2020-06-13] 178: Checking exports ** [04:22:44 2020-06-13] 178: Checking users ** [04:22:44 2020-06-13] 178: Checking user_dbs ** [04:22:44 2020-06-13] 178: Checking geocodings ** [04:22:44 2020-06-13] 178: Checking synchronizations ** [04:22:44 2020-06-13] 178: Checking tracker ** [04:22:44 2020-06-13] 178: Checking user_migrations ** [04:22:44 2020-06-13] 178: Checking batch_updates ** [04:22:44 2020-06-13] 178: Checking gears ** [04:22:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:22:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:49 2020-06-13] 178: Checking imports ** [04:22:49 2020-06-13] 178: Checking exports ** [04:22:49 2020-06-13] 178: Checking users ** [04:22:49 2020-06-13] 178: Checking user_dbs ** [04:22:49 2020-06-13] 178: Checking geocodings ** [04:22:49 2020-06-13] 178: Checking synchronizations ** [04:22:49 2020-06-13] 178: Checking tracker ** [04:22:49 2020-06-13] 178: Checking user_migrations ** [04:22:49 2020-06-13] 178: Checking batch_updates ** [04:22:49 2020-06-13] 178: Checking gears ** [04:22:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:22:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:54 2020-06-13] 178: Checking imports ** [04:22:54 2020-06-13] 178: Checking exports ** [04:22:54 2020-06-13] 178: Checking users ** [04:22:54 2020-06-13] 178: Checking user_dbs ** [04:22:54 2020-06-13] 178: Checking geocodings ** [04:22:54 2020-06-13] 178: Checking synchronizations ** [04:22:54 2020-06-13] 178: Checking tracker ** [04:22:54 2020-06-13] 178: Checking user_migrations ** [04:22:54 2020-06-13] 178: Checking batch_updates ** [04:22:54 2020-06-13] 178: Checking gears ** [04:22:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:22:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:59 2020-06-13] 178: Checking imports ** [04:22:59 2020-06-13] 178: Checking exports ** [04:22:59 2020-06-13] 178: Checking users ** [04:22:59 2020-06-13] 178: Checking user_dbs ** [04:22:59 2020-06-13] 178: Checking geocodings ** [04:22:59 2020-06-13] 178: Checking synchronizations ** [04:22:59 2020-06-13] 178: Checking tracker ** [04:22:59 2020-06-13] 178: Checking user_migrations ** [04:22:59 2020-06-13] 178: Checking batch_updates ** [04:22:59 2020-06-13] 178: Checking gears ** [04:22:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:22:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:04 2020-06-13] 178: Checking imports ** [04:23:04 2020-06-13] 178: Checking exports ** [04:23:04 2020-06-13] 178: Checking users ** [04:23:04 2020-06-13] 178: Checking user_dbs ** [04:23:04 2020-06-13] 178: Checking geocodings ** [04:23:04 2020-06-13] 178: Checking synchronizations ** [04:23:04 2020-06-13] 178: Checking tracker ** [04:23:04 2020-06-13] 178: Checking user_migrations ** [04:23:04 2020-06-13] 178: Checking batch_updates ** [04:23:04 2020-06-13] 178: Checking gears ** [04:23:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:23:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:09 2020-06-13] 178: Checking imports ** [04:23:09 2020-06-13] 178: Checking exports ** [04:23:09 2020-06-13] 178: Checking users ** [04:23:09 2020-06-13] 178: Checking user_dbs ** [04:23:09 2020-06-13] 178: Checking geocodings ** [04:23:09 2020-06-13] 178: Checking synchronizations ** [04:23:09 2020-06-13] 178: Checking tracker ** [04:23:09 2020-06-13] 178: Checking user_migrations ** [04:23:09 2020-06-13] 178: Checking batch_updates ** [04:23:09 2020-06-13] 178: Checking gears ** [04:23:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:23:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:14 2020-06-13] 178: Checking imports ** [04:23:14 2020-06-13] 178: Checking exports ** [04:23:14 2020-06-13] 178: Checking users ** [04:23:14 2020-06-13] 178: Checking user_dbs ** [04:23:14 2020-06-13] 178: Checking geocodings ** [04:23:14 2020-06-13] 178: Checking synchronizations ** [04:23:14 2020-06-13] 178: Checking tracker ** [04:23:14 2020-06-13] 178: Checking user_migrations ** [04:23:14 2020-06-13] 178: Checking batch_updates ** [04:23:14 2020-06-13] 178: Checking gears ** [04:23:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:23:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:19 2020-06-13] 178: Checking imports ** [04:23:19 2020-06-13] 178: Checking exports ** [04:23:19 2020-06-13] 178: Checking users ** [04:23:19 2020-06-13] 178: Checking user_dbs ** [04:23:19 2020-06-13] 178: Checking geocodings ** [04:23:19 2020-06-13] 178: Checking synchronizations ** [04:23:19 2020-06-13] 178: Checking tracker ** [04:23:19 2020-06-13] 178: Checking user_migrations ** [04:23:19 2020-06-13] 178: Checking batch_updates ** [04:23:19 2020-06-13] 178: Checking gears ** [04:23:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:23:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:24 2020-06-13] 178: Checking imports ** [04:23:24 2020-06-13] 178: Checking exports ** [04:23:24 2020-06-13] 178: Checking users ** [04:23:24 2020-06-13] 178: Checking user_dbs ** [04:23:24 2020-06-13] 178: Checking geocodings ** [04:23:24 2020-06-13] 178: Checking synchronizations ** [04:23:24 2020-06-13] 178: Checking tracker ** [04:23:24 2020-06-13] 178: Checking user_migrations ** [04:23:24 2020-06-13] 178: Checking batch_updates ** [04:23:24 2020-06-13] 178: Checking gears ** [04:23:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:23:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:29 2020-06-13] 178: Checking imports ** [04:23:29 2020-06-13] 178: Checking exports ** [04:23:29 2020-06-13] 178: Checking users ** [04:23:29 2020-06-13] 178: Checking user_dbs ** [04:23:29 2020-06-13] 178: Checking geocodings ** [04:23:29 2020-06-13] 178: Checking synchronizations ** [04:23:29 2020-06-13] 178: Checking tracker ** [04:23:29 2020-06-13] 178: Checking user_migrations ** [04:23:29 2020-06-13] 178: Checking batch_updates ** [04:23:29 2020-06-13] 178: Checking gears ** [04:23:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:23:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:34 2020-06-13] 178: Checking imports ** [04:23:34 2020-06-13] 178: Checking exports ** [04:23:34 2020-06-13] 178: Checking users ** [04:23:34 2020-06-13] 178: Checking user_dbs ** [04:23:34 2020-06-13] 178: Checking geocodings ** [04:23:34 2020-06-13] 178: Checking synchronizations ** [04:23:34 2020-06-13] 178: Checking tracker ** [04:23:34 2020-06-13] 178: Checking user_migrations ** [04:23:34 2020-06-13] 178: Checking batch_updates ** [04:23:34 2020-06-13] 178: Checking gears ** [04:23:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:23:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:39 2020-06-13] 178: Checking imports ** [04:23:39 2020-06-13] 178: Checking exports ** [04:23:39 2020-06-13] 178: Checking users ** [04:23:39 2020-06-13] 178: Checking user_dbs ** [04:23:39 2020-06-13] 178: Checking geocodings ** [04:23:39 2020-06-13] 178: Checking synchronizations ** [04:23:39 2020-06-13] 178: Checking tracker ** [04:23:39 2020-06-13] 178: Checking user_migrations ** [04:23:39 2020-06-13] 178: Checking batch_updates ** [04:23:39 2020-06-13] 178: Checking gears ** [04:23:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:23:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:44 2020-06-13] 178: Checking imports ** [04:23:44 2020-06-13] 178: Checking exports ** [04:23:44 2020-06-13] 178: Checking users ** [04:23:44 2020-06-13] 178: Checking user_dbs ** [04:23:44 2020-06-13] 178: Checking geocodings ** [04:23:44 2020-06-13] 178: Checking synchronizations ** [04:23:44 2020-06-13] 178: Checking tracker ** [04:23:44 2020-06-13] 178: Checking user_migrations ** [04:23:44 2020-06-13] 178: Checking batch_updates ** [04:23:44 2020-06-13] 178: Checking gears ** [04:23:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:23:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:49 2020-06-13] 178: Checking imports ** [04:23:49 2020-06-13] 178: Checking exports ** [04:23:49 2020-06-13] 178: Checking users ** [04:23:49 2020-06-13] 178: Checking user_dbs ** [04:23:49 2020-06-13] 178: Checking geocodings ** [04:23:49 2020-06-13] 178: Checking synchronizations ** [04:23:49 2020-06-13] 178: Checking tracker ** [04:23:49 2020-06-13] 178: Checking user_migrations ** [04:23:49 2020-06-13] 178: Checking batch_updates ** [04:23:49 2020-06-13] 178: Checking gears ** [04:23:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:23:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:54 2020-06-13] 178: Checking imports ** [04:23:54 2020-06-13] 178: Checking exports ** [04:23:54 2020-06-13] 178: Checking users ** [04:23:54 2020-06-13] 178: Checking user_dbs ** [04:23:54 2020-06-13] 178: Checking geocodings ** [04:23:54 2020-06-13] 178: Checking synchronizations ** [04:23:54 2020-06-13] 178: Checking tracker ** [04:23:54 2020-06-13] 178: Checking user_migrations ** [04:23:54 2020-06-13] 178: Checking batch_updates ** [04:23:54 2020-06-13] 178: Checking gears ** [04:23:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:23:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:59 2020-06-13] 178: Checking imports ** [04:23:59 2020-06-13] 178: Checking exports ** [04:23:59 2020-06-13] 178: Checking users ** [04:23:59 2020-06-13] 178: Checking user_dbs ** [04:23:59 2020-06-13] 178: Checking geocodings ** [04:23:59 2020-06-13] 178: Checking synchronizations ** [04:23:59 2020-06-13] 178: Checking tracker ** [04:23:59 2020-06-13] 178: Checking user_migrations ** [04:23:59 2020-06-13] 178: Checking batch_updates ** [04:23:59 2020-06-13] 178: Checking gears ** [04:23:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:23:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:04 2020-06-13] 178: Checking imports ** [04:24:04 2020-06-13] 178: Checking exports ** [04:24:04 2020-06-13] 178: Checking users ** [04:24:04 2020-06-13] 178: Checking user_dbs ** [04:24:04 2020-06-13] 178: Checking geocodings ** [04:24:04 2020-06-13] 178: Checking synchronizations ** [04:24:04 2020-06-13] 178: Checking tracker ** [04:24:04 2020-06-13] 178: Checking user_migrations ** [04:24:04 2020-06-13] 178: Checking batch_updates ** [04:24:04 2020-06-13] 178: Checking gears ** [04:24:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:24:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:09 2020-06-13] 178: Checking imports ** [04:24:09 2020-06-13] 178: Checking exports ** [04:24:09 2020-06-13] 178: Checking users ** [04:24:09 2020-06-13] 178: Checking user_dbs ** [04:24:09 2020-06-13] 178: Checking geocodings ** [04:24:09 2020-06-13] 178: Checking synchronizations ** [04:24:09 2020-06-13] 178: Checking tracker ** [04:24:09 2020-06-13] 178: Checking user_migrations ** [04:24:09 2020-06-13] 178: Checking batch_updates ** [04:24:09 2020-06-13] 178: Checking gears ** [04:24:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:24:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:14 2020-06-13] 178: Checking imports ** [04:24:14 2020-06-13] 178: Checking exports ** [04:24:14 2020-06-13] 178: Checking users ** [04:24:14 2020-06-13] 178: Checking user_dbs ** [04:24:14 2020-06-13] 178: Checking geocodings ** [04:24:14 2020-06-13] 178: Checking synchronizations ** [04:24:14 2020-06-13] 178: Checking tracker ** [04:24:14 2020-06-13] 178: Checking user_migrations ** [04:24:14 2020-06-13] 178: Checking batch_updates ** [04:24:14 2020-06-13] 178: Checking gears ** [04:24:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:24:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:19 2020-06-13] 178: Checking imports ** [04:24:19 2020-06-13] 178: Checking exports ** [04:24:19 2020-06-13] 178: Checking users ** [04:24:19 2020-06-13] 178: Checking user_dbs ** [04:24:19 2020-06-13] 178: Checking geocodings ** [04:24:19 2020-06-13] 178: Checking synchronizations ** [04:24:19 2020-06-13] 178: Checking tracker ** [04:24:19 2020-06-13] 178: Checking user_migrations ** [04:24:19 2020-06-13] 178: Checking batch_updates ** [04:24:19 2020-06-13] 178: Checking gears ** [04:24:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:24:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:24 2020-06-13] 178: Checking imports ** [04:24:24 2020-06-13] 178: Checking exports ** [04:24:24 2020-06-13] 178: Checking users ** [04:24:24 2020-06-13] 178: Checking user_dbs ** [04:24:24 2020-06-13] 178: Checking geocodings ** [04:24:24 2020-06-13] 178: Checking synchronizations ** [04:24:24 2020-06-13] 178: Checking tracker ** [04:24:24 2020-06-13] 178: Checking user_migrations ** [04:24:24 2020-06-13] 178: Checking batch_updates ** [04:24:24 2020-06-13] 178: Checking gears ** [04:24:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:24:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:29 2020-06-13] 178: Checking imports ** [04:24:29 2020-06-13] 178: Checking exports ** [04:24:29 2020-06-13] 178: Checking users ** [04:24:29 2020-06-13] 178: Checking user_dbs ** [04:24:29 2020-06-13] 178: Checking geocodings ** [04:24:29 2020-06-13] 178: Checking synchronizations ** [04:24:29 2020-06-13] 178: Checking tracker ** [04:24:30 2020-06-13] 178: Checking user_migrations ** [04:24:30 2020-06-13] 178: Checking batch_updates ** [04:24:30 2020-06-13] 178: Checking gears ** [04:24:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:24:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:35 2020-06-13] 178: Checking imports ** [04:24:35 2020-06-13] 178: Checking exports ** [04:24:35 2020-06-13] 178: Checking users ** [04:24:35 2020-06-13] 178: Checking user_dbs ** [04:24:35 2020-06-13] 178: Checking geocodings ** [04:24:35 2020-06-13] 178: Checking synchronizations ** [04:24:35 2020-06-13] 178: Checking tracker ** [04:24:35 2020-06-13] 178: Checking user_migrations ** [04:24:35 2020-06-13] 178: Checking batch_updates ** [04:24:35 2020-06-13] 178: Checking gears ** [04:24:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:24:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:40 2020-06-13] 178: Checking imports ** [04:24:40 2020-06-13] 178: Checking exports ** [04:24:40 2020-06-13] 178: Checking users ** [04:24:40 2020-06-13] 178: Checking user_dbs ** [04:24:40 2020-06-13] 178: Checking geocodings ** [04:24:40 2020-06-13] 178: Checking synchronizations ** [04:24:40 2020-06-13] 178: Checking tracker ** [04:24:40 2020-06-13] 178: Checking user_migrations ** [04:24:40 2020-06-13] 178: Checking batch_updates ** [04:24:40 2020-06-13] 178: Checking gears ** [04:24:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:24:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:45 2020-06-13] 178: Checking imports ** [04:24:45 2020-06-13] 178: Checking exports ** [04:24:45 2020-06-13] 178: Checking users ** [04:24:45 2020-06-13] 178: Checking user_dbs ** [04:24:45 2020-06-13] 178: Checking geocodings ** [04:24:45 2020-06-13] 178: Checking synchronizations ** [04:24:45 2020-06-13] 178: Checking tracker ** [04:24:45 2020-06-13] 178: Checking user_migrations ** [04:24:45 2020-06-13] 178: Checking batch_updates ** [04:24:45 2020-06-13] 178: Checking gears ** [04:24:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:24:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:50 2020-06-13] 178: Checking imports ** [04:24:50 2020-06-13] 178: Checking exports ** [04:24:50 2020-06-13] 178: Checking users ** [04:24:50 2020-06-13] 178: Checking user_dbs ** [04:24:50 2020-06-13] 178: Checking geocodings ** [04:24:50 2020-06-13] 178: Checking synchronizations ** [04:24:50 2020-06-13] 178: Checking tracker ** [04:24:50 2020-06-13] 178: Checking user_migrations ** [04:24:50 2020-06-13] 178: Checking batch_updates ** [04:24:50 2020-06-13] 178: Checking gears ** [04:24:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:24:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:55 2020-06-13] 178: Checking imports ** [04:24:55 2020-06-13] 178: Checking exports ** [04:24:55 2020-06-13] 178: Checking users ** [04:24:55 2020-06-13] 178: Checking user_dbs ** [04:24:55 2020-06-13] 178: Checking geocodings ** [04:24:55 2020-06-13] 178: Checking synchronizations ** [04:24:55 2020-06-13] 178: Checking tracker ** [04:24:55 2020-06-13] 178: Checking user_migrations ** [04:24:55 2020-06-13] 178: Checking batch_updates ** [04:24:55 2020-06-13] 178: Checking gears ** [04:24:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:24:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:00 2020-06-13] 178: Checking imports ** [04:25:00 2020-06-13] 178: Checking exports ** [04:25:00 2020-06-13] 178: Checking users ** [04:25:00 2020-06-13] 178: Checking user_dbs ** [04:25:00 2020-06-13] 178: Checking geocodings ** [04:25:00 2020-06-13] 178: Checking synchronizations ** [04:25:00 2020-06-13] 178: Checking tracker ** [04:25:00 2020-06-13] 178: Checking user_migrations ** [04:25:00 2020-06-13] 178: Checking batch_updates ** [04:25:00 2020-06-13] 178: Checking gears ** [04:25:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:25:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:05 2020-06-13] 178: Checking imports ** [04:25:05 2020-06-13] 178: Checking exports ** [04:25:05 2020-06-13] 178: Checking users ** [04:25:05 2020-06-13] 178: Checking user_dbs ** [04:25:05 2020-06-13] 178: Checking geocodings ** [04:25:05 2020-06-13] 178: Checking synchronizations ** [04:25:05 2020-06-13] 178: Checking tracker ** [04:25:05 2020-06-13] 178: Checking user_migrations ** [04:25:05 2020-06-13] 178: Checking batch_updates ** [04:25:05 2020-06-13] 178: Checking gears ** [04:25:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:25:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:10 2020-06-13] 178: Checking imports ** [04:25:10 2020-06-13] 178: Checking exports ** [04:25:10 2020-06-13] 178: Checking users ** [04:25:10 2020-06-13] 178: Checking user_dbs ** [04:25:10 2020-06-13] 178: Checking geocodings ** [04:25:10 2020-06-13] 178: Checking synchronizations ** [04:25:10 2020-06-13] 178: Checking tracker ** [04:25:10 2020-06-13] 178: Checking user_migrations ** [04:25:10 2020-06-13] 178: Checking batch_updates ** [04:25:10 2020-06-13] 178: Checking gears ** [04:25:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:25:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:15 2020-06-13] 178: Checking imports ** [04:25:15 2020-06-13] 178: Checking exports ** [04:25:15 2020-06-13] 178: Checking users ** [04:25:15 2020-06-13] 178: Checking user_dbs ** [04:25:15 2020-06-13] 178: Checking geocodings ** [04:25:15 2020-06-13] 178: Checking synchronizations ** [04:25:15 2020-06-13] 178: Checking tracker ** [04:25:15 2020-06-13] 178: Checking user_migrations ** [04:25:15 2020-06-13] 178: Checking batch_updates ** [04:25:15 2020-06-13] 178: Checking gears ** [04:25:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:25:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:20 2020-06-13] 178: Checking imports ** [04:25:20 2020-06-13] 178: Checking exports ** [04:25:20 2020-06-13] 178: Checking users ** [04:25:20 2020-06-13] 178: Checking user_dbs ** [04:25:20 2020-06-13] 178: Checking geocodings ** [04:25:20 2020-06-13] 178: Checking synchronizations ** [04:25:20 2020-06-13] 178: Checking tracker ** [04:25:20 2020-06-13] 178: Checking user_migrations ** [04:25:20 2020-06-13] 178: Checking batch_updates ** [04:25:20 2020-06-13] 178: Checking gears ** [04:25:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:25:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:25 2020-06-13] 178: Checking imports ** [04:25:25 2020-06-13] 178: Checking exports ** [04:25:25 2020-06-13] 178: Checking users ** [04:25:25 2020-06-13] 178: Checking user_dbs ** [04:25:25 2020-06-13] 178: Checking geocodings ** [04:25:25 2020-06-13] 178: Checking synchronizations ** [04:25:25 2020-06-13] 178: Checking tracker ** [04:25:25 2020-06-13] 178: Checking user_migrations ** [04:25:25 2020-06-13] 178: Checking batch_updates ** [04:25:25 2020-06-13] 178: Checking gears ** [04:25:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:25:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:30 2020-06-13] 178: Checking imports ** [04:25:30 2020-06-13] 178: Checking exports ** [04:25:30 2020-06-13] 178: Checking users ** [04:25:30 2020-06-13] 178: Checking user_dbs ** [04:25:30 2020-06-13] 178: Checking geocodings ** [04:25:30 2020-06-13] 178: Checking synchronizations ** [04:25:30 2020-06-13] 178: Checking tracker ** [04:25:30 2020-06-13] 178: Checking user_migrations ** [04:25:30 2020-06-13] 178: Checking batch_updates ** [04:25:30 2020-06-13] 178: Checking gears ** [04:25:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:25:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:35 2020-06-13] 178: Checking imports ** [04:25:35 2020-06-13] 178: Checking exports ** [04:25:35 2020-06-13] 178: Checking users ** [04:25:35 2020-06-13] 178: Checking user_dbs ** [04:25:35 2020-06-13] 178: Checking geocodings ** [04:25:35 2020-06-13] 178: Checking synchronizations ** [04:25:35 2020-06-13] 178: Checking tracker ** [04:25:35 2020-06-13] 178: Checking user_migrations ** [04:25:35 2020-06-13] 178: Checking batch_updates ** [04:25:35 2020-06-13] 178: Checking gears ** [04:25:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:25:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:40 2020-06-13] 178: Checking imports ** [04:25:40 2020-06-13] 178: Checking exports ** [04:25:40 2020-06-13] 178: Checking users ** [04:25:40 2020-06-13] 178: Checking user_dbs ** [04:25:40 2020-06-13] 178: Checking geocodings ** [04:25:40 2020-06-13] 178: Checking synchronizations ** [04:25:40 2020-06-13] 178: Checking tracker ** [04:25:40 2020-06-13] 178: Checking user_migrations ** [04:25:40 2020-06-13] 178: Checking batch_updates ** [04:25:40 2020-06-13] 178: Checking gears ** [04:25:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:25:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:45 2020-06-13] 178: Checking imports ** [04:25:45 2020-06-13] 178: Checking exports ** [04:25:45 2020-06-13] 178: Checking users ** [04:25:45 2020-06-13] 178: Checking user_dbs ** [04:25:45 2020-06-13] 178: Checking geocodings ** [04:25:45 2020-06-13] 178: Checking synchronizations ** [04:25:45 2020-06-13] 178: Checking tracker ** [04:25:45 2020-06-13] 178: Checking user_migrations ** [04:25:45 2020-06-13] 178: Checking batch_updates ** [04:25:45 2020-06-13] 178: Checking gears ** [04:25:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:25:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:50 2020-06-13] 178: Checking imports ** [04:25:50 2020-06-13] 178: Checking exports ** [04:25:50 2020-06-13] 178: Checking users ** [04:25:50 2020-06-13] 178: Checking user_dbs ** [04:25:50 2020-06-13] 178: Checking geocodings ** [04:25:50 2020-06-13] 178: Checking synchronizations ** [04:25:50 2020-06-13] 178: Checking tracker ** [04:25:50 2020-06-13] 178: Checking user_migrations ** [04:25:50 2020-06-13] 178: Checking batch_updates ** [04:25:50 2020-06-13] 178: Checking gears ** [04:25:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:25:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:55 2020-06-13] 178: Checking imports ** [04:25:55 2020-06-13] 178: Checking exports ** [04:25:55 2020-06-13] 178: Checking users ** [04:25:55 2020-06-13] 178: Checking user_dbs ** [04:25:55 2020-06-13] 178: Checking geocodings ** [04:25:55 2020-06-13] 178: Checking synchronizations ** [04:25:55 2020-06-13] 178: Checking tracker ** [04:25:55 2020-06-13] 178: Checking user_migrations ** [04:25:55 2020-06-13] 178: Checking batch_updates ** [04:25:55 2020-06-13] 178: Checking gears ** [04:25:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:25:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:00 2020-06-13] 178: Checking imports ** [04:26:00 2020-06-13] 178: Checking exports ** [04:26:00 2020-06-13] 178: Checking users ** [04:26:00 2020-06-13] 178: Checking user_dbs ** [04:26:00 2020-06-13] 178: Checking geocodings ** [04:26:00 2020-06-13] 178: Checking synchronizations ** [04:26:00 2020-06-13] 178: Checking tracker ** [04:26:00 2020-06-13] 178: Checking user_migrations ** [04:26:00 2020-06-13] 178: Checking batch_updates ** [04:26:00 2020-06-13] 178: Checking gears ** [04:26:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:26:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:05 2020-06-13] 178: Checking imports ** [04:26:05 2020-06-13] 178: Checking exports ** [04:26:05 2020-06-13] 178: Checking users ** [04:26:05 2020-06-13] 178: Checking user_dbs ** [04:26:05 2020-06-13] 178: Checking geocodings ** [04:26:05 2020-06-13] 178: Checking synchronizations ** [04:26:05 2020-06-13] 178: Checking tracker ** [04:26:05 2020-06-13] 178: Checking user_migrations ** [04:26:05 2020-06-13] 178: Checking batch_updates ** [04:26:05 2020-06-13] 178: Checking gears ** [04:26:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:26:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:10 2020-06-13] 178: Checking imports ** [04:26:10 2020-06-13] 178: Checking exports ** [04:26:10 2020-06-13] 178: Checking users ** [04:26:10 2020-06-13] 178: Checking user_dbs ** [04:26:10 2020-06-13] 178: Checking geocodings ** [04:26:10 2020-06-13] 178: Checking synchronizations ** [04:26:10 2020-06-13] 178: Checking tracker ** [04:26:10 2020-06-13] 178: Checking user_migrations ** [04:26:10 2020-06-13] 178: Checking batch_updates ** [04:26:10 2020-06-13] 178: Checking gears ** [04:26:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:26:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:15 2020-06-13] 178: Checking imports ** [04:26:15 2020-06-13] 178: Checking exports ** [04:26:15 2020-06-13] 178: Checking users ** [04:26:15 2020-06-13] 178: Checking user_dbs ** [04:26:15 2020-06-13] 178: Checking geocodings ** [04:26:15 2020-06-13] 178: Checking synchronizations ** [04:26:15 2020-06-13] 178: Checking tracker ** [04:26:15 2020-06-13] 178: Checking user_migrations ** [04:26:15 2020-06-13] 178: Checking batch_updates ** [04:26:15 2020-06-13] 178: Checking gears ** [04:26:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:26:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:20 2020-06-13] 178: Checking imports ** [04:26:20 2020-06-13] 178: Checking exports ** [04:26:20 2020-06-13] 178: Checking users ** [04:26:20 2020-06-13] 178: Checking user_dbs ** [04:26:20 2020-06-13] 178: Checking geocodings ** [04:26:20 2020-06-13] 178: Checking synchronizations ** [04:26:20 2020-06-13] 178: Checking tracker ** [04:26:20 2020-06-13] 178: Checking user_migrations ** [04:26:20 2020-06-13] 178: Checking batch_updates ** [04:26:20 2020-06-13] 178: Checking gears ** [04:26:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:26:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:25 2020-06-13] 178: Checking imports ** [04:26:25 2020-06-13] 178: Checking exports ** [04:26:25 2020-06-13] 178: Checking users ** [04:26:25 2020-06-13] 178: Checking user_dbs ** [04:26:25 2020-06-13] 178: Checking geocodings ** [04:26:25 2020-06-13] 178: Checking synchronizations ** [04:26:25 2020-06-13] 178: Checking tracker ** [04:26:25 2020-06-13] 178: Checking user_migrations ** [04:26:25 2020-06-13] 178: Checking batch_updates ** [04:26:25 2020-06-13] 178: Checking gears ** [04:26:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:26:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:30 2020-06-13] 178: Checking imports ** [04:26:30 2020-06-13] 178: Checking exports ** [04:26:30 2020-06-13] 178: Checking users ** [04:26:30 2020-06-13] 178: Checking user_dbs ** [04:26:30 2020-06-13] 178: Checking geocodings ** [04:26:30 2020-06-13] 178: Checking synchronizations ** [04:26:30 2020-06-13] 178: Checking tracker ** [04:26:30 2020-06-13] 178: Checking user_migrations ** [04:26:30 2020-06-13] 178: Checking batch_updates ** [04:26:30 2020-06-13] 178: Checking gears ** [04:26:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:26:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:35 2020-06-13] 178: Checking imports ** [04:26:35 2020-06-13] 178: Checking exports ** [04:26:35 2020-06-13] 178: Checking users ** [04:26:35 2020-06-13] 178: Checking user_dbs ** [04:26:35 2020-06-13] 178: Checking geocodings ** [04:26:35 2020-06-13] 178: Checking synchronizations ** [04:26:35 2020-06-13] 178: Checking tracker ** [04:26:35 2020-06-13] 178: Checking user_migrations ** [04:26:35 2020-06-13] 178: Checking batch_updates ** [04:26:35 2020-06-13] 178: Checking gears ** [04:26:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:26:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:40 2020-06-13] 178: Checking imports ** [04:26:40 2020-06-13] 178: Checking exports ** [04:26:40 2020-06-13] 178: Checking users ** [04:26:40 2020-06-13] 178: Checking user_dbs ** [04:26:40 2020-06-13] 178: Checking geocodings ** [04:26:40 2020-06-13] 178: Checking synchronizations ** [04:26:40 2020-06-13] 178: Checking tracker ** [04:26:40 2020-06-13] 178: Checking user_migrations ** [04:26:40 2020-06-13] 178: Checking batch_updates ** [04:26:40 2020-06-13] 178: Checking gears ** [04:26:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:26:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:45 2020-06-13] 178: Checking imports ** [04:26:45 2020-06-13] 178: Checking exports ** [04:26:45 2020-06-13] 178: Checking users ** [04:26:45 2020-06-13] 178: Checking user_dbs ** [04:26:45 2020-06-13] 178: Checking geocodings ** [04:26:45 2020-06-13] 178: Checking synchronizations ** [04:26:45 2020-06-13] 178: Checking tracker ** [04:26:45 2020-06-13] 178: Checking user_migrations ** [04:26:45 2020-06-13] 178: Checking batch_updates ** [04:26:45 2020-06-13] 178: Checking gears ** [04:26:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:26:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:50 2020-06-13] 178: Checking imports ** [04:26:50 2020-06-13] 178: Checking exports ** [04:26:50 2020-06-13] 178: Checking users ** [04:26:50 2020-06-13] 178: Checking user_dbs ** [04:26:50 2020-06-13] 178: Checking geocodings ** [04:26:50 2020-06-13] 178: Checking synchronizations ** [04:26:50 2020-06-13] 178: Checking tracker ** [04:26:50 2020-06-13] 178: Checking user_migrations ** [04:26:50 2020-06-13] 178: Checking batch_updates ** [04:26:50 2020-06-13] 178: Checking gears ** [04:26:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:26:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:55 2020-06-13] 178: Checking imports ** [04:26:55 2020-06-13] 178: Checking exports ** [04:26:55 2020-06-13] 178: Checking users ** [04:26:55 2020-06-13] 178: Checking user_dbs ** [04:26:55 2020-06-13] 178: Checking geocodings ** [04:26:55 2020-06-13] 178: Checking synchronizations ** [04:26:55 2020-06-13] 178: Checking tracker ** [04:26:55 2020-06-13] 178: Checking user_migrations ** [04:26:55 2020-06-13] 178: Checking batch_updates ** [04:26:55 2020-06-13] 178: Checking gears ** [04:26:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:26:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:00 2020-06-13] 178: Checking imports ** [04:27:00 2020-06-13] 178: Checking exports ** [04:27:00 2020-06-13] 178: Checking users ** [04:27:00 2020-06-13] 178: Checking user_dbs ** [04:27:00 2020-06-13] 178: Checking geocodings ** [04:27:00 2020-06-13] 178: Checking synchronizations ** [04:27:00 2020-06-13] 178: Checking tracker ** [04:27:00 2020-06-13] 178: Checking user_migrations ** [04:27:00 2020-06-13] 178: Checking batch_updates ** [04:27:00 2020-06-13] 178: Checking gears ** [04:27:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:27:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:05 2020-06-13] 178: Checking imports ** [04:27:05 2020-06-13] 178: Checking exports ** [04:27:05 2020-06-13] 178: Checking users ** [04:27:05 2020-06-13] 178: Checking user_dbs ** [04:27:05 2020-06-13] 178: Checking geocodings ** [04:27:05 2020-06-13] 178: Checking synchronizations ** [04:27:05 2020-06-13] 178: Checking tracker ** [04:27:05 2020-06-13] 178: Checking user_migrations ** [04:27:05 2020-06-13] 178: Checking batch_updates ** [04:27:05 2020-06-13] 178: Checking gears ** [04:27:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:27:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:10 2020-06-13] 178: Checking imports ** [04:27:10 2020-06-13] 178: Checking exports ** [04:27:10 2020-06-13] 178: Checking users ** [04:27:10 2020-06-13] 178: Checking user_dbs ** [04:27:10 2020-06-13] 178: Checking geocodings ** [04:27:10 2020-06-13] 178: Checking synchronizations ** [04:27:10 2020-06-13] 178: Checking tracker ** [04:27:10 2020-06-13] 178: Checking user_migrations ** [04:27:10 2020-06-13] 178: Checking batch_updates ** [04:27:10 2020-06-13] 178: Checking gears ** [04:27:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:27:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:15 2020-06-13] 178: Checking imports ** [04:27:15 2020-06-13] 178: Checking exports ** [04:27:15 2020-06-13] 178: Checking users ** [04:27:15 2020-06-13] 178: Checking user_dbs ** [04:27:15 2020-06-13] 178: Checking geocodings ** [04:27:15 2020-06-13] 178: Checking synchronizations ** [04:27:15 2020-06-13] 178: Checking tracker ** [04:27:15 2020-06-13] 178: Checking user_migrations ** [04:27:15 2020-06-13] 178: Checking batch_updates ** [04:27:15 2020-06-13] 178: Checking gears ** [04:27:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:27:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:20 2020-06-13] 178: Checking imports ** [04:27:20 2020-06-13] 178: Checking exports ** [04:27:20 2020-06-13] 178: Checking users ** [04:27:20 2020-06-13] 178: Checking user_dbs ** [04:27:20 2020-06-13] 178: Checking geocodings ** [04:27:20 2020-06-13] 178: Checking synchronizations ** [04:27:20 2020-06-13] 178: Checking tracker ** [04:27:20 2020-06-13] 178: Checking user_migrations ** [04:27:20 2020-06-13] 178: Checking batch_updates ** [04:27:20 2020-06-13] 178: Checking gears ** [04:27:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:27:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:25 2020-06-13] 178: Checking imports ** [04:27:25 2020-06-13] 178: Checking exports ** [04:27:25 2020-06-13] 178: Checking users ** [04:27:25 2020-06-13] 178: Checking user_dbs ** [04:27:25 2020-06-13] 178: Checking geocodings ** [04:27:25 2020-06-13] 178: Checking synchronizations ** [04:27:25 2020-06-13] 178: Checking tracker ** [04:27:25 2020-06-13] 178: Checking user_migrations ** [04:27:25 2020-06-13] 178: Checking batch_updates ** [04:27:25 2020-06-13] 178: Checking gears ** [04:27:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:27:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:30 2020-06-13] 178: Checking imports ** [04:27:30 2020-06-13] 178: Checking exports ** [04:27:30 2020-06-13] 178: Checking users ** [04:27:30 2020-06-13] 178: Checking user_dbs ** [04:27:30 2020-06-13] 178: Checking geocodings ** [04:27:30 2020-06-13] 178: Checking synchronizations ** [04:27:30 2020-06-13] 178: Checking tracker ** [04:27:30 2020-06-13] 178: Checking user_migrations ** [04:27:30 2020-06-13] 178: Checking batch_updates ** [04:27:30 2020-06-13] 178: Checking gears ** [04:27:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:27:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:35 2020-06-13] 178: Checking imports ** [04:27:35 2020-06-13] 178: Checking exports ** [04:27:35 2020-06-13] 178: Checking users ** [04:27:35 2020-06-13] 178: Checking user_dbs ** [04:27:35 2020-06-13] 178: Checking geocodings ** [04:27:35 2020-06-13] 178: Checking synchronizations ** [04:27:35 2020-06-13] 178: Checking tracker ** [04:27:35 2020-06-13] 178: Checking user_migrations ** [04:27:35 2020-06-13] 178: Checking batch_updates ** [04:27:35 2020-06-13] 178: Checking gears ** [04:27:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:27:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:40 2020-06-13] 178: Checking imports ** [04:27:40 2020-06-13] 178: Checking exports ** [04:27:40 2020-06-13] 178: Checking users ** [04:27:40 2020-06-13] 178: Checking user_dbs ** [04:27:40 2020-06-13] 178: Checking geocodings ** [04:27:40 2020-06-13] 178: Checking synchronizations ** [04:27:40 2020-06-13] 178: Checking tracker ** [04:27:40 2020-06-13] 178: Checking user_migrations ** [04:27:40 2020-06-13] 178: Checking batch_updates ** [04:27:40 2020-06-13] 178: Checking gears ** [04:27:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:27:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:45 2020-06-13] 178: Checking imports ** [04:27:45 2020-06-13] 178: Checking exports ** [04:27:45 2020-06-13] 178: Checking users ** [04:27:45 2020-06-13] 178: Checking user_dbs ** [04:27:45 2020-06-13] 178: Checking geocodings ** [04:27:45 2020-06-13] 178: Checking synchronizations ** [04:27:45 2020-06-13] 178: Checking tracker ** [04:27:45 2020-06-13] 178: Checking user_migrations ** [04:27:45 2020-06-13] 178: Checking batch_updates ** [04:27:45 2020-06-13] 178: Checking gears ** [04:27:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:27:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:50 2020-06-13] 178: Checking imports ** [04:27:50 2020-06-13] 178: Checking exports ** [04:27:50 2020-06-13] 178: Checking users ** [04:27:50 2020-06-13] 178: Checking user_dbs ** [04:27:50 2020-06-13] 178: Checking geocodings ** [04:27:50 2020-06-13] 178: Checking synchronizations ** [04:27:50 2020-06-13] 178: Checking tracker ** [04:27:50 2020-06-13] 178: Checking user_migrations ** [04:27:50 2020-06-13] 178: Checking batch_updates ** [04:27:50 2020-06-13] 178: Checking gears ** [04:27:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:27:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:55 2020-06-13] 178: Checking imports ** [04:27:55 2020-06-13] 178: Checking exports ** [04:27:55 2020-06-13] 178: Checking users ** [04:27:55 2020-06-13] 178: Checking user_dbs ** [04:27:55 2020-06-13] 178: Checking geocodings ** [04:27:55 2020-06-13] 178: Checking synchronizations ** [04:27:55 2020-06-13] 178: Checking tracker ** [04:27:55 2020-06-13] 178: Checking user_migrations ** [04:27:55 2020-06-13] 178: Checking batch_updates ** [04:27:55 2020-06-13] 178: Checking gears ** [04:27:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:27:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:00 2020-06-13] 178: Checking imports ** [04:28:00 2020-06-13] 178: Checking exports ** [04:28:00 2020-06-13] 178: Checking users ** [04:28:00 2020-06-13] 178: Checking user_dbs ** [04:28:00 2020-06-13] 178: Checking geocodings ** [04:28:00 2020-06-13] 178: Checking synchronizations ** [04:28:00 2020-06-13] 178: Checking tracker ** [04:28:00 2020-06-13] 178: Checking user_migrations ** [04:28:00 2020-06-13] 178: Checking batch_updates ** [04:28:00 2020-06-13] 178: Checking gears ** [04:28:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:28:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:05 2020-06-13] 178: Checking imports ** [04:28:05 2020-06-13] 178: Checking exports ** [04:28:05 2020-06-13] 178: Checking users ** [04:28:05 2020-06-13] 178: Checking user_dbs ** [04:28:05 2020-06-13] 178: Checking geocodings ** [04:28:05 2020-06-13] 178: Checking synchronizations ** [04:28:05 2020-06-13] 178: Checking tracker ** [04:28:05 2020-06-13] 178: Checking user_migrations ** [04:28:05 2020-06-13] 178: Checking batch_updates ** [04:28:05 2020-06-13] 178: Checking gears ** [04:28:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:28:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:10 2020-06-13] 178: Checking imports ** [04:28:10 2020-06-13] 178: Checking exports ** [04:28:10 2020-06-13] 178: Checking users ** [04:28:10 2020-06-13] 178: Checking user_dbs ** [04:28:10 2020-06-13] 178: Checking geocodings ** [04:28:10 2020-06-13] 178: Checking synchronizations ** [04:28:10 2020-06-13] 178: Checking tracker ** [04:28:10 2020-06-13] 178: Checking user_migrations ** [04:28:10 2020-06-13] 178: Checking batch_updates ** [04:28:10 2020-06-13] 178: Checking gears ** [04:28:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:28:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:15 2020-06-13] 178: Checking imports ** [04:28:15 2020-06-13] 178: Checking exports ** [04:28:15 2020-06-13] 178: Checking users ** [04:28:15 2020-06-13] 178: Checking user_dbs ** [04:28:15 2020-06-13] 178: Checking geocodings ** [04:28:15 2020-06-13] 178: Checking synchronizations ** [04:28:15 2020-06-13] 178: Checking tracker ** [04:28:15 2020-06-13] 178: Checking user_migrations ** [04:28:15 2020-06-13] 178: Checking batch_updates ** [04:28:15 2020-06-13] 178: Checking gears ** [04:28:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:28:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:20 2020-06-13] 178: Checking imports ** [04:28:20 2020-06-13] 178: Checking exports ** [04:28:20 2020-06-13] 178: Checking users ** [04:28:20 2020-06-13] 178: Checking user_dbs ** [04:28:20 2020-06-13] 178: Checking geocodings ** [04:28:20 2020-06-13] 178: Checking synchronizations ** [04:28:20 2020-06-13] 178: Checking tracker ** [04:28:20 2020-06-13] 178: Checking user_migrations ** [04:28:20 2020-06-13] 178: Checking batch_updates ** [04:28:20 2020-06-13] 178: Checking gears ** [04:28:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:28:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:25 2020-06-13] 178: Checking imports ** [04:28:25 2020-06-13] 178: Checking exports ** [04:28:25 2020-06-13] 178: Checking users ** [04:28:25 2020-06-13] 178: Checking user_dbs ** [04:28:25 2020-06-13] 178: Checking geocodings ** [04:28:25 2020-06-13] 178: Checking synchronizations ** [04:28:25 2020-06-13] 178: Checking tracker ** [04:28:25 2020-06-13] 178: Checking user_migrations ** [04:28:25 2020-06-13] 178: Checking batch_updates ** [04:28:25 2020-06-13] 178: Checking gears ** [04:28:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:28:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:30 2020-06-13] 178: Checking imports ** [04:28:30 2020-06-13] 178: Checking exports ** [04:28:30 2020-06-13] 178: Checking users ** [04:28:30 2020-06-13] 178: Checking user_dbs ** [04:28:30 2020-06-13] 178: Checking geocodings ** [04:28:30 2020-06-13] 178: Checking synchronizations ** [04:28:30 2020-06-13] 178: Checking tracker ** [04:28:30 2020-06-13] 178: Checking user_migrations ** [04:28:30 2020-06-13] 178: Checking batch_updates ** [04:28:30 2020-06-13] 178: Checking gears ** [04:28:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:28:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:35 2020-06-13] 178: Checking imports ** [04:28:35 2020-06-13] 178: Checking exports ** [04:28:35 2020-06-13] 178: Checking users ** [04:28:35 2020-06-13] 178: Checking user_dbs ** [04:28:35 2020-06-13] 178: Checking geocodings ** [04:28:35 2020-06-13] 178: Checking synchronizations ** [04:28:35 2020-06-13] 178: Checking tracker ** [04:28:35 2020-06-13] 178: Checking user_migrations ** [04:28:35 2020-06-13] 178: Checking batch_updates ** [04:28:35 2020-06-13] 178: Checking gears ** [04:28:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:28:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:40 2020-06-13] 178: Checking imports ** [04:28:40 2020-06-13] 178: Checking exports ** [04:28:40 2020-06-13] 178: Checking users ** [04:28:40 2020-06-13] 178: Checking user_dbs ** [04:28:40 2020-06-13] 178: Checking geocodings ** [04:28:40 2020-06-13] 178: Checking synchronizations ** [04:28:40 2020-06-13] 178: Checking tracker ** [04:28:40 2020-06-13] 178: Checking user_migrations ** [04:28:40 2020-06-13] 178: Checking batch_updates ** [04:28:40 2020-06-13] 178: Checking gears ** [04:28:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:28:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:45 2020-06-13] 178: Checking imports ** [04:28:45 2020-06-13] 178: Checking exports ** [04:28:45 2020-06-13] 178: Checking users ** [04:28:45 2020-06-13] 178: Checking user_dbs ** [04:28:45 2020-06-13] 178: Checking geocodings ** [04:28:45 2020-06-13] 178: Checking synchronizations ** [04:28:45 2020-06-13] 178: Checking tracker ** [04:28:45 2020-06-13] 178: Checking user_migrations ** [04:28:45 2020-06-13] 178: Checking batch_updates ** [04:28:45 2020-06-13] 178: Checking gears ** [04:28:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:28:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:50 2020-06-13] 178: Checking imports ** [04:28:50 2020-06-13] 178: Checking exports ** [04:28:50 2020-06-13] 178: Checking users ** [04:28:50 2020-06-13] 178: Checking user_dbs ** [04:28:50 2020-06-13] 178: Checking geocodings ** [04:28:50 2020-06-13] 178: Checking synchronizations ** [04:28:50 2020-06-13] 178: Checking tracker ** [04:28:50 2020-06-13] 178: Checking user_migrations ** [04:28:50 2020-06-13] 178: Checking batch_updates ** [04:28:50 2020-06-13] 178: Checking gears ** [04:28:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:28:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:55 2020-06-13] 178: Checking imports ** [04:28:55 2020-06-13] 178: Checking exports ** [04:28:55 2020-06-13] 178: Checking users ** [04:28:55 2020-06-13] 178: Checking user_dbs ** [04:28:55 2020-06-13] 178: Checking geocodings ** [04:28:55 2020-06-13] 178: Checking synchronizations ** [04:28:55 2020-06-13] 178: Checking tracker ** [04:28:55 2020-06-13] 178: Checking user_migrations ** [04:28:55 2020-06-13] 178: Checking batch_updates ** [04:28:55 2020-06-13] 178: Checking gears ** [04:28:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:28:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:00 2020-06-13] 178: Checking imports ** [04:29:00 2020-06-13] 178: Checking exports ** [04:29:00 2020-06-13] 178: Checking users ** [04:29:00 2020-06-13] 178: Checking user_dbs ** [04:29:00 2020-06-13] 178: Checking geocodings ** [04:29:00 2020-06-13] 178: Checking synchronizations ** [04:29:00 2020-06-13] 178: Checking tracker ** [04:29:00 2020-06-13] 178: Checking user_migrations ** [04:29:00 2020-06-13] 178: Checking batch_updates ** [04:29:00 2020-06-13] 178: Checking gears ** [04:29:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:29:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:05 2020-06-13] 178: Checking imports ** [04:29:05 2020-06-13] 178: Checking exports ** [04:29:05 2020-06-13] 178: Checking users ** [04:29:05 2020-06-13] 178: Checking user_dbs ** [04:29:05 2020-06-13] 178: Checking geocodings ** [04:29:05 2020-06-13] 178: Checking synchronizations ** [04:29:05 2020-06-13] 178: Checking tracker ** [04:29:05 2020-06-13] 178: Checking user_migrations ** [04:29:05 2020-06-13] 178: Checking batch_updates ** [04:29:05 2020-06-13] 178: Checking gears ** [04:29:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:29:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:10 2020-06-13] 178: Checking imports ** [04:29:10 2020-06-13] 178: Checking exports ** [04:29:10 2020-06-13] 178: Checking users ** [04:29:10 2020-06-13] 178: Checking user_dbs ** [04:29:10 2020-06-13] 178: Checking geocodings ** [04:29:10 2020-06-13] 178: Checking synchronizations ** [04:29:10 2020-06-13] 178: Checking tracker ** [04:29:10 2020-06-13] 178: Checking user_migrations ** [04:29:10 2020-06-13] 178: Checking batch_updates ** [04:29:10 2020-06-13] 178: Checking gears ** [04:29:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:29:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:15 2020-06-13] 178: Checking imports ** [04:29:15 2020-06-13] 178: Checking exports ** [04:29:15 2020-06-13] 178: Checking users ** [04:29:15 2020-06-13] 178: Checking user_dbs ** [04:29:15 2020-06-13] 178: Checking geocodings ** [04:29:15 2020-06-13] 178: Checking synchronizations ** [04:29:15 2020-06-13] 178: Checking tracker ** [04:29:15 2020-06-13] 178: Checking user_migrations ** [04:29:15 2020-06-13] 178: Checking batch_updates ** [04:29:15 2020-06-13] 178: Checking gears ** [04:29:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:29:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:20 2020-06-13] 178: Checking imports ** [04:29:20 2020-06-13] 178: Checking exports ** [04:29:20 2020-06-13] 178: Checking users ** [04:29:20 2020-06-13] 178: Checking user_dbs ** [04:29:20 2020-06-13] 178: Checking geocodings ** [04:29:20 2020-06-13] 178: Checking synchronizations ** [04:29:20 2020-06-13] 178: Checking tracker ** [04:29:20 2020-06-13] 178: Checking user_migrations ** [04:29:20 2020-06-13] 178: Checking batch_updates ** [04:29:20 2020-06-13] 178: Checking gears ** [04:29:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:29:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:25 2020-06-13] 178: Checking imports ** [04:29:25 2020-06-13] 178: Checking exports ** [04:29:25 2020-06-13] 178: Checking users ** [04:29:25 2020-06-13] 178: Checking user_dbs ** [04:29:25 2020-06-13] 178: Checking geocodings ** [04:29:25 2020-06-13] 178: Checking synchronizations ** [04:29:25 2020-06-13] 178: Checking tracker ** [04:29:25 2020-06-13] 178: Checking user_migrations ** [04:29:25 2020-06-13] 178: Checking batch_updates ** [04:29:25 2020-06-13] 178: Checking gears ** [04:29:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:29:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:30 2020-06-13] 178: Checking imports ** [04:29:30 2020-06-13] 178: Checking exports ** [04:29:30 2020-06-13] 178: Checking users ** [04:29:30 2020-06-13] 178: Checking user_dbs ** [04:29:30 2020-06-13] 178: Checking geocodings ** [04:29:30 2020-06-13] 178: Checking synchronizations ** [04:29:30 2020-06-13] 178: Checking tracker ** [04:29:30 2020-06-13] 178: Checking user_migrations ** [04:29:30 2020-06-13] 178: Checking batch_updates ** [04:29:30 2020-06-13] 178: Checking gears ** [04:29:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:29:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:35 2020-06-13] 178: Checking imports ** [04:29:35 2020-06-13] 178: Checking exports ** [04:29:35 2020-06-13] 178: Checking users ** [04:29:35 2020-06-13] 178: Checking user_dbs ** [04:29:35 2020-06-13] 178: Checking geocodings ** [04:29:35 2020-06-13] 178: Checking synchronizations ** [04:29:35 2020-06-13] 178: Checking tracker ** [04:29:35 2020-06-13] 178: Checking user_migrations ** [04:29:35 2020-06-13] 178: Checking batch_updates ** [04:29:35 2020-06-13] 178: Checking gears ** [04:29:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:29:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:40 2020-06-13] 178: Checking imports ** [04:29:40 2020-06-13] 178: Checking exports ** [04:29:40 2020-06-13] 178: Checking users ** [04:29:40 2020-06-13] 178: Checking user_dbs ** [04:29:40 2020-06-13] 178: Checking geocodings ** [04:29:40 2020-06-13] 178: Checking synchronizations ** [04:29:40 2020-06-13] 178: Checking tracker ** [04:29:40 2020-06-13] 178: Checking user_migrations ** [04:29:40 2020-06-13] 178: Checking batch_updates ** [04:29:40 2020-06-13] 178: Checking gears ** [04:29:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:29:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:45 2020-06-13] 178: Checking imports ** [04:29:45 2020-06-13] 178: Checking exports ** [04:29:45 2020-06-13] 178: Checking users ** [04:29:45 2020-06-13] 178: Checking user_dbs ** [04:29:45 2020-06-13] 178: Checking geocodings ** [04:29:45 2020-06-13] 178: Checking synchronizations ** [04:29:45 2020-06-13] 178: Checking tracker ** [04:29:45 2020-06-13] 178: Checking user_migrations ** [04:29:45 2020-06-13] 178: Checking batch_updates ** [04:29:45 2020-06-13] 178: Checking gears ** [04:29:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:29:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:50 2020-06-13] 178: Checking imports ** [04:29:50 2020-06-13] 178: Checking exports ** [04:29:50 2020-06-13] 178: Checking users ** [04:29:50 2020-06-13] 178: Checking user_dbs ** [04:29:50 2020-06-13] 178: Checking geocodings ** [04:29:50 2020-06-13] 178: Checking synchronizations ** [04:29:50 2020-06-13] 178: Checking tracker ** [04:29:50 2020-06-13] 178: Checking user_migrations ** [04:29:50 2020-06-13] 178: Checking batch_updates ** [04:29:50 2020-06-13] 178: Checking gears ** [04:29:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:29:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:55 2020-06-13] 178: Checking imports ** [04:29:55 2020-06-13] 178: Checking exports ** [04:29:55 2020-06-13] 178: Checking users ** [04:29:55 2020-06-13] 178: Checking user_dbs ** [04:29:55 2020-06-13] 178: Checking geocodings ** [04:29:55 2020-06-13] 178: Checking synchronizations ** [04:29:55 2020-06-13] 178: Checking tracker ** [04:29:55 2020-06-13] 178: Checking user_migrations ** [04:29:55 2020-06-13] 178: Checking batch_updates ** [04:29:55 2020-06-13] 178: Checking gears ** [04:29:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:29:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:00 2020-06-13] 178: Checking imports ** [04:30:00 2020-06-13] 178: Checking exports ** [04:30:00 2020-06-13] 178: Checking users ** [04:30:00 2020-06-13] 178: Checking user_dbs ** [04:30:00 2020-06-13] 178: Checking geocodings ** [04:30:00 2020-06-13] 178: Checking synchronizations ** [04:30:00 2020-06-13] 178: Checking tracker ** [04:30:00 2020-06-13] 178: Checking user_migrations ** [04:30:00 2020-06-13] 178: Checking batch_updates ** [04:30:00 2020-06-13] 178: Checking gears ** [04:30:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:30:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:05 2020-06-13] 178: Checking imports ** [04:30:05 2020-06-13] 178: Checking exports ** [04:30:05 2020-06-13] 178: Checking users ** [04:30:05 2020-06-13] 178: Checking user_dbs ** [04:30:05 2020-06-13] 178: Checking geocodings ** [04:30:05 2020-06-13] 178: Checking synchronizations ** [04:30:05 2020-06-13] 178: Checking tracker ** [04:30:05 2020-06-13] 178: Checking user_migrations ** [04:30:05 2020-06-13] 178: Checking batch_updates ** [04:30:05 2020-06-13] 178: Checking gears ** [04:30:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:30:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:10 2020-06-13] 178: Checking imports ** [04:30:10 2020-06-13] 178: Checking exports ** [04:30:10 2020-06-13] 178: Checking users ** [04:30:10 2020-06-13] 178: Checking user_dbs ** [04:30:10 2020-06-13] 178: Checking geocodings ** [04:30:10 2020-06-13] 178: Checking synchronizations ** [04:30:10 2020-06-13] 178: Checking tracker ** [04:30:10 2020-06-13] 178: Checking user_migrations ** [04:30:10 2020-06-13] 178: Checking batch_updates ** [04:30:10 2020-06-13] 178: Checking gears ** [04:30:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:30:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:15 2020-06-13] 178: Checking imports ** [04:30:15 2020-06-13] 178: Checking exports ** [04:30:15 2020-06-13] 178: Checking users ** [04:30:15 2020-06-13] 178: Checking user_dbs ** [04:30:15 2020-06-13] 178: Checking geocodings ** [04:30:15 2020-06-13] 178: Checking synchronizations ** [04:30:15 2020-06-13] 178: Checking tracker ** [04:30:15 2020-06-13] 178: Checking user_migrations ** [04:30:15 2020-06-13] 178: Checking batch_updates ** [04:30:15 2020-06-13] 178: Checking gears ** [04:30:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:30:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:20 2020-06-13] 178: Checking imports ** [04:30:20 2020-06-13] 178: Checking exports ** [04:30:20 2020-06-13] 178: Checking users ** [04:30:20 2020-06-13] 178: Checking user_dbs ** [04:30:20 2020-06-13] 178: Checking geocodings ** [04:30:20 2020-06-13] 178: Checking synchronizations ** [04:30:20 2020-06-13] 178: Checking tracker ** [04:30:20 2020-06-13] 178: Checking user_migrations ** [04:30:20 2020-06-13] 178: Checking batch_updates ** [04:30:20 2020-06-13] 178: Checking gears ** [04:30:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:30:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:25 2020-06-13] 178: Checking imports ** [04:30:25 2020-06-13] 178: Checking exports ** [04:30:25 2020-06-13] 178: Checking users ** [04:30:25 2020-06-13] 178: Checking user_dbs ** [04:30:25 2020-06-13] 178: Checking geocodings ** [04:30:25 2020-06-13] 178: Checking synchronizations ** [04:30:25 2020-06-13] 178: Checking tracker ** [04:30:25 2020-06-13] 178: Checking user_migrations ** [04:30:25 2020-06-13] 178: Checking batch_updates ** [04:30:25 2020-06-13] 178: Checking gears ** [04:30:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:30:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:30 2020-06-13] 178: Checking imports ** [04:30:30 2020-06-13] 178: Checking exports ** [04:30:30 2020-06-13] 178: Checking users ** [04:30:30 2020-06-13] 178: Checking user_dbs ** [04:30:30 2020-06-13] 178: Checking geocodings ** [04:30:30 2020-06-13] 178: Checking synchronizations ** [04:30:30 2020-06-13] 178: Checking tracker ** [04:30:30 2020-06-13] 178: Checking user_migrations ** [04:30:30 2020-06-13] 178: Checking batch_updates ** [04:30:30 2020-06-13] 178: Checking gears ** [04:30:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:30:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:35 2020-06-13] 178: Checking imports ** [04:30:35 2020-06-13] 178: Checking exports ** [04:30:35 2020-06-13] 178: Checking users ** [04:30:35 2020-06-13] 178: Checking user_dbs ** [04:30:35 2020-06-13] 178: Checking geocodings ** [04:30:35 2020-06-13] 178: Checking synchronizations ** [04:30:35 2020-06-13] 178: Checking tracker ** [04:30:35 2020-06-13] 178: Checking user_migrations ** [04:30:35 2020-06-13] 178: Checking batch_updates ** [04:30:35 2020-06-13] 178: Checking gears ** [04:30:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:30:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:40 2020-06-13] 178: Checking imports ** [04:30:40 2020-06-13] 178: Checking exports ** [04:30:40 2020-06-13] 178: Checking users ** [04:30:40 2020-06-13] 178: Checking user_dbs ** [04:30:40 2020-06-13] 178: Checking geocodings ** [04:30:40 2020-06-13] 178: Checking synchronizations ** [04:30:40 2020-06-13] 178: Checking tracker ** [04:30:40 2020-06-13] 178: Checking user_migrations ** [04:30:40 2020-06-13] 178: Checking batch_updates ** [04:30:40 2020-06-13] 178: Checking gears ** [04:30:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:30:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:45 2020-06-13] 178: Checking imports ** [04:30:45 2020-06-13] 178: Checking exports ** [04:30:45 2020-06-13] 178: Checking users ** [04:30:45 2020-06-13] 178: Checking user_dbs ** [04:30:45 2020-06-13] 178: Checking geocodings ** [04:30:45 2020-06-13] 178: Checking synchronizations ** [04:30:45 2020-06-13] 178: Checking tracker ** [04:30:45 2020-06-13] 178: Checking user_migrations ** [04:30:45 2020-06-13] 178: Checking batch_updates ** [04:30:45 2020-06-13] 178: Checking gears ** [04:30:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:30:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:50 2020-06-13] 178: Checking imports ** [04:30:50 2020-06-13] 178: Checking exports ** [04:30:50 2020-06-13] 178: Checking users ** [04:30:50 2020-06-13] 178: Checking user_dbs ** [04:30:50 2020-06-13] 178: Checking geocodings ** [04:30:50 2020-06-13] 178: Checking synchronizations ** [04:30:50 2020-06-13] 178: Checking tracker ** [04:30:50 2020-06-13] 178: Checking user_migrations ** [04:30:50 2020-06-13] 178: Checking batch_updates ** [04:30:50 2020-06-13] 178: Checking gears ** [04:30:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:30:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:55 2020-06-13] 178: Checking imports ** [04:30:55 2020-06-13] 178: Checking exports ** [04:30:55 2020-06-13] 178: Checking users ** [04:30:55 2020-06-13] 178: Checking user_dbs ** [04:30:55 2020-06-13] 178: Checking geocodings ** [04:30:55 2020-06-13] 178: Checking synchronizations ** [04:30:55 2020-06-13] 178: Checking tracker ** [04:30:55 2020-06-13] 178: Checking user_migrations ** [04:30:55 2020-06-13] 178: Checking batch_updates ** [04:30:55 2020-06-13] 178: Checking gears ** [04:30:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:30:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:00 2020-06-13] 178: Checking imports ** [04:31:00 2020-06-13] 178: Checking exports ** [04:31:00 2020-06-13] 178: Checking users ** [04:31:00 2020-06-13] 178: Checking user_dbs ** [04:31:00 2020-06-13] 178: Checking geocodings ** [04:31:00 2020-06-13] 178: Checking synchronizations ** [04:31:00 2020-06-13] 178: Checking tracker ** [04:31:00 2020-06-13] 178: Checking user_migrations ** [04:31:00 2020-06-13] 178: Checking batch_updates ** [04:31:00 2020-06-13] 178: Checking gears ** [04:31:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:31:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:05 2020-06-13] 178: Checking imports ** [04:31:05 2020-06-13] 178: Checking exports ** [04:31:05 2020-06-13] 178: Checking users ** [04:31:05 2020-06-13] 178: Checking user_dbs ** [04:31:05 2020-06-13] 178: Checking geocodings ** [04:31:05 2020-06-13] 178: Checking synchronizations ** [04:31:05 2020-06-13] 178: Checking tracker ** [04:31:05 2020-06-13] 178: Checking user_migrations ** [04:31:05 2020-06-13] 178: Checking batch_updates ** [04:31:05 2020-06-13] 178: Checking gears ** [04:31:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:31:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:10 2020-06-13] 178: Checking imports ** [04:31:10 2020-06-13] 178: Checking exports ** [04:31:10 2020-06-13] 178: Checking users ** [04:31:10 2020-06-13] 178: Checking user_dbs ** [04:31:10 2020-06-13] 178: Checking geocodings ** [04:31:10 2020-06-13] 178: Checking synchronizations ** [04:31:10 2020-06-13] 178: Checking tracker ** [04:31:10 2020-06-13] 178: Checking user_migrations ** [04:31:10 2020-06-13] 178: Checking batch_updates ** [04:31:10 2020-06-13] 178: Checking gears ** [04:31:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:31:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:15 2020-06-13] 178: Checking imports ** [04:31:15 2020-06-13] 178: Checking exports ** [04:31:15 2020-06-13] 178: Checking users ** [04:31:15 2020-06-13] 178: Checking user_dbs ** [04:31:15 2020-06-13] 178: Checking geocodings ** [04:31:15 2020-06-13] 178: Checking synchronizations ** [04:31:15 2020-06-13] 178: Checking tracker ** [04:31:15 2020-06-13] 178: Checking user_migrations ** [04:31:15 2020-06-13] 178: Checking batch_updates ** [04:31:15 2020-06-13] 178: Checking gears ** [04:31:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:31:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:20 2020-06-13] 178: Checking imports ** [04:31:20 2020-06-13] 178: Checking exports ** [04:31:20 2020-06-13] 178: Checking users ** [04:31:20 2020-06-13] 178: Checking user_dbs ** [04:31:20 2020-06-13] 178: Checking geocodings ** [04:31:20 2020-06-13] 178: Checking synchronizations ** [04:31:20 2020-06-13] 178: Checking tracker ** [04:31:20 2020-06-13] 178: Checking user_migrations ** [04:31:20 2020-06-13] 178: Checking batch_updates ** [04:31:20 2020-06-13] 178: Checking gears ** [04:31:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:31:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:25 2020-06-13] 178: Checking imports ** [04:31:25 2020-06-13] 178: Checking exports ** [04:31:25 2020-06-13] 178: Checking users ** [04:31:25 2020-06-13] 178: Checking user_dbs ** [04:31:25 2020-06-13] 178: Checking geocodings ** [04:31:25 2020-06-13] 178: Checking synchronizations ** [04:31:25 2020-06-13] 178: Checking tracker ** [04:31:25 2020-06-13] 178: Checking user_migrations ** [04:31:25 2020-06-13] 178: Checking batch_updates ** [04:31:25 2020-06-13] 178: Checking gears ** [04:31:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:31:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:30 2020-06-13] 178: Checking imports ** [04:31:30 2020-06-13] 178: Checking exports ** [04:31:30 2020-06-13] 178: Checking users ** [04:31:30 2020-06-13] 178: Checking user_dbs ** [04:31:30 2020-06-13] 178: Checking geocodings ** [04:31:30 2020-06-13] 178: Checking synchronizations ** [04:31:30 2020-06-13] 178: Checking tracker ** [04:31:30 2020-06-13] 178: Checking user_migrations ** [04:31:30 2020-06-13] 178: Checking batch_updates ** [04:31:30 2020-06-13] 178: Checking gears ** [04:31:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:31:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:35 2020-06-13] 178: Checking imports ** [04:31:35 2020-06-13] 178: Checking exports ** [04:31:35 2020-06-13] 178: Checking users ** [04:31:35 2020-06-13] 178: Checking user_dbs ** [04:31:35 2020-06-13] 178: Checking geocodings ** [04:31:35 2020-06-13] 178: Checking synchronizations ** [04:31:35 2020-06-13] 178: Checking tracker ** [04:31:35 2020-06-13] 178: Checking user_migrations ** [04:31:35 2020-06-13] 178: Checking batch_updates ** [04:31:35 2020-06-13] 178: Checking gears ** [04:31:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:31:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:40 2020-06-13] 178: Checking imports ** [04:31:40 2020-06-13] 178: Checking exports ** [04:31:40 2020-06-13] 178: Checking users ** [04:31:40 2020-06-13] 178: Checking user_dbs ** [04:31:40 2020-06-13] 178: Checking geocodings ** [04:31:40 2020-06-13] 178: Checking synchronizations ** [04:31:40 2020-06-13] 178: Checking tracker ** [04:31:40 2020-06-13] 178: Checking user_migrations ** [04:31:40 2020-06-13] 178: Checking batch_updates ** [04:31:40 2020-06-13] 178: Checking gears ** [04:31:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:31:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:45 2020-06-13] 178: Checking imports ** [04:31:45 2020-06-13] 178: Checking exports ** [04:31:45 2020-06-13] 178: Checking users ** [04:31:45 2020-06-13] 178: Checking user_dbs ** [04:31:45 2020-06-13] 178: Checking geocodings ** [04:31:45 2020-06-13] 178: Checking synchronizations ** [04:31:45 2020-06-13] 178: Checking tracker ** [04:31:45 2020-06-13] 178: Checking user_migrations ** [04:31:45 2020-06-13] 178: Checking batch_updates ** [04:31:45 2020-06-13] 178: Checking gears ** [04:31:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:31:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:50 2020-06-13] 178: Checking imports ** [04:31:50 2020-06-13] 178: Checking exports ** [04:31:50 2020-06-13] 178: Checking users ** [04:31:50 2020-06-13] 178: Checking user_dbs ** [04:31:50 2020-06-13] 178: Checking geocodings ** [04:31:50 2020-06-13] 178: Checking synchronizations ** [04:31:50 2020-06-13] 178: Checking tracker ** [04:31:50 2020-06-13] 178: Checking user_migrations ** [04:31:50 2020-06-13] 178: Checking batch_updates ** [04:31:50 2020-06-13] 178: Checking gears ** [04:31:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:31:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:55 2020-06-13] 178: Checking imports ** [04:31:55 2020-06-13] 178: Checking exports ** [04:31:55 2020-06-13] 178: Checking users ** [04:31:55 2020-06-13] 178: Checking user_dbs ** [04:31:55 2020-06-13] 178: Checking geocodings ** [04:31:55 2020-06-13] 178: Checking synchronizations ** [04:31:55 2020-06-13] 178: Checking tracker ** [04:31:55 2020-06-13] 178: Checking user_migrations ** [04:31:55 2020-06-13] 178: Checking batch_updates ** [04:31:55 2020-06-13] 178: Checking gears ** [04:31:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:31:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:00 2020-06-13] 178: Checking imports ** [04:32:00 2020-06-13] 178: Checking exports ** [04:32:00 2020-06-13] 178: Checking users ** [04:32:00 2020-06-13] 178: Checking user_dbs ** [04:32:00 2020-06-13] 178: Checking geocodings ** [04:32:00 2020-06-13] 178: Checking synchronizations ** [04:32:00 2020-06-13] 178: Checking tracker ** [04:32:00 2020-06-13] 178: Checking user_migrations ** [04:32:00 2020-06-13] 178: Checking batch_updates ** [04:32:00 2020-06-13] 178: Checking gears ** [04:32:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:32:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:05 2020-06-13] 178: Checking imports ** [04:32:05 2020-06-13] 178: Checking exports ** [04:32:05 2020-06-13] 178: Checking users ** [04:32:05 2020-06-13] 178: Checking user_dbs ** [04:32:05 2020-06-13] 178: Checking geocodings ** [04:32:05 2020-06-13] 178: Checking synchronizations ** [04:32:05 2020-06-13] 178: Checking tracker ** [04:32:05 2020-06-13] 178: Checking user_migrations ** [04:32:05 2020-06-13] 178: Checking batch_updates ** [04:32:05 2020-06-13] 178: Checking gears ** [04:32:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:32:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:10 2020-06-13] 178: Checking imports ** [04:32:10 2020-06-13] 178: Checking exports ** [04:32:10 2020-06-13] 178: Checking users ** [04:32:10 2020-06-13] 178: Checking user_dbs ** [04:32:10 2020-06-13] 178: Checking geocodings ** [04:32:10 2020-06-13] 178: Checking synchronizations ** [04:32:10 2020-06-13] 178: Checking tracker ** [04:32:10 2020-06-13] 178: Checking user_migrations ** [04:32:10 2020-06-13] 178: Checking batch_updates ** [04:32:10 2020-06-13] 178: Checking gears ** [04:32:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:32:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:15 2020-06-13] 178: Checking imports ** [04:32:15 2020-06-13] 178: Checking exports ** [04:32:15 2020-06-13] 178: Checking users ** [04:32:15 2020-06-13] 178: Checking user_dbs ** [04:32:15 2020-06-13] 178: Checking geocodings ** [04:32:15 2020-06-13] 178: Checking synchronizations ** [04:32:15 2020-06-13] 178: Checking tracker ** [04:32:15 2020-06-13] 178: Checking user_migrations ** [04:32:15 2020-06-13] 178: Checking batch_updates ** [04:32:15 2020-06-13] 178: Checking gears ** [04:32:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:32:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:20 2020-06-13] 178: Checking imports ** [04:32:20 2020-06-13] 178: Checking exports ** [04:32:20 2020-06-13] 178: Checking users ** [04:32:20 2020-06-13] 178: Checking user_dbs ** [04:32:20 2020-06-13] 178: Checking geocodings ** [04:32:20 2020-06-13] 178: Checking synchronizations ** [04:32:20 2020-06-13] 178: Checking tracker ** [04:32:20 2020-06-13] 178: Checking user_migrations ** [04:32:20 2020-06-13] 178: Checking batch_updates ** [04:32:20 2020-06-13] 178: Checking gears ** [04:32:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:32:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:25 2020-06-13] 178: Checking imports ** [04:32:25 2020-06-13] 178: Checking exports ** [04:32:25 2020-06-13] 178: Checking users ** [04:32:25 2020-06-13] 178: Checking user_dbs ** [04:32:25 2020-06-13] 178: Checking geocodings ** [04:32:25 2020-06-13] 178: Checking synchronizations ** [04:32:25 2020-06-13] 178: Checking tracker ** [04:32:25 2020-06-13] 178: Checking user_migrations ** [04:32:25 2020-06-13] 178: Checking batch_updates ** [04:32:25 2020-06-13] 178: Checking gears ** [04:32:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:32:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:30 2020-06-13] 178: Checking imports ** [04:32:30 2020-06-13] 178: Checking exports ** [04:32:30 2020-06-13] 178: Checking users ** [04:32:30 2020-06-13] 178: Checking user_dbs ** [04:32:30 2020-06-13] 178: Checking geocodings ** [04:32:30 2020-06-13] 178: Checking synchronizations ** [04:32:30 2020-06-13] 178: Checking tracker ** [04:32:30 2020-06-13] 178: Checking user_migrations ** [04:32:30 2020-06-13] 178: Checking batch_updates ** [04:32:30 2020-06-13] 178: Checking gears ** [04:32:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:32:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:35 2020-06-13] 178: Checking imports ** [04:32:35 2020-06-13] 178: Checking exports ** [04:32:35 2020-06-13] 178: Checking users ** [04:32:35 2020-06-13] 178: Checking user_dbs ** [04:32:35 2020-06-13] 178: Checking geocodings ** [04:32:35 2020-06-13] 178: Checking synchronizations ** [04:32:35 2020-06-13] 178: Checking tracker ** [04:32:35 2020-06-13] 178: Checking user_migrations ** [04:32:35 2020-06-13] 178: Checking batch_updates ** [04:32:35 2020-06-13] 178: Checking gears ** [04:32:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:32:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:40 2020-06-13] 178: Checking imports ** [04:32:40 2020-06-13] 178: Checking exports ** [04:32:40 2020-06-13] 178: Checking users ** [04:32:40 2020-06-13] 178: Checking user_dbs ** [04:32:40 2020-06-13] 178: Checking geocodings ** [04:32:40 2020-06-13] 178: Checking synchronizations ** [04:32:40 2020-06-13] 178: Checking tracker ** [04:32:40 2020-06-13] 178: Checking user_migrations ** [04:32:40 2020-06-13] 178: Checking batch_updates ** [04:32:40 2020-06-13] 178: Checking gears ** [04:32:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:32:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:45 2020-06-13] 178: Checking imports ** [04:32:45 2020-06-13] 178: Checking exports ** [04:32:45 2020-06-13] 178: Checking users ** [04:32:45 2020-06-13] 178: Checking user_dbs ** [04:32:45 2020-06-13] 178: Checking geocodings ** [04:32:45 2020-06-13] 178: Checking synchronizations ** [04:32:45 2020-06-13] 178: Checking tracker ** [04:32:45 2020-06-13] 178: Checking user_migrations ** [04:32:45 2020-06-13] 178: Checking batch_updates ** [04:32:45 2020-06-13] 178: Checking gears ** [04:32:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:32:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:50 2020-06-13] 178: Checking imports ** [04:32:50 2020-06-13] 178: Checking exports ** [04:32:50 2020-06-13] 178: Checking users ** [04:32:50 2020-06-13] 178: Checking user_dbs ** [04:32:50 2020-06-13] 178: Checking geocodings ** [04:32:50 2020-06-13] 178: Checking synchronizations ** [04:32:50 2020-06-13] 178: Checking tracker ** [04:32:50 2020-06-13] 178: Checking user_migrations ** [04:32:50 2020-06-13] 178: Checking batch_updates ** [04:32:50 2020-06-13] 178: Checking gears ** [04:32:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:32:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:55 2020-06-13] 178: Checking imports ** [04:32:55 2020-06-13] 178: Checking exports ** [04:32:55 2020-06-13] 178: Checking users ** [04:32:55 2020-06-13] 178: Checking user_dbs ** [04:32:55 2020-06-13] 178: Checking geocodings ** [04:32:55 2020-06-13] 178: Checking synchronizations ** [04:32:55 2020-06-13] 178: Checking tracker ** [04:32:55 2020-06-13] 178: Checking user_migrations ** [04:32:55 2020-06-13] 178: Checking batch_updates ** [04:32:55 2020-06-13] 178: Checking gears ** [04:32:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:32:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:00 2020-06-13] 178: Checking imports ** [04:33:00 2020-06-13] 178: Checking exports ** [04:33:00 2020-06-13] 178: Checking users ** [04:33:00 2020-06-13] 178: Checking user_dbs ** [04:33:00 2020-06-13] 178: Checking geocodings ** [04:33:00 2020-06-13] 178: Checking synchronizations ** [04:33:00 2020-06-13] 178: Checking tracker ** [04:33:00 2020-06-13] 178: Checking user_migrations ** [04:33:00 2020-06-13] 178: Checking batch_updates ** [04:33:00 2020-06-13] 178: Checking gears ** [04:33:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:33:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:05 2020-06-13] 178: Checking imports ** [04:33:05 2020-06-13] 178: Checking exports ** [04:33:05 2020-06-13] 178: Checking users ** [04:33:05 2020-06-13] 178: Checking user_dbs ** [04:33:05 2020-06-13] 178: Checking geocodings ** [04:33:05 2020-06-13] 178: Checking synchronizations ** [04:33:05 2020-06-13] 178: Checking tracker ** [04:33:05 2020-06-13] 178: Checking user_migrations ** [04:33:05 2020-06-13] 178: Checking batch_updates ** [04:33:05 2020-06-13] 178: Checking gears ** [04:33:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:33:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:10 2020-06-13] 178: Checking imports ** [04:33:10 2020-06-13] 178: Checking exports ** [04:33:10 2020-06-13] 178: Checking users ** [04:33:10 2020-06-13] 178: Checking user_dbs ** [04:33:10 2020-06-13] 178: Checking geocodings ** [04:33:10 2020-06-13] 178: Checking synchronizations ** [04:33:10 2020-06-13] 178: Checking tracker ** [04:33:10 2020-06-13] 178: Checking user_migrations ** [04:33:10 2020-06-13] 178: Checking batch_updates ** [04:33:10 2020-06-13] 178: Checking gears ** [04:33:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:33:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:15 2020-06-13] 178: Checking imports ** [04:33:15 2020-06-13] 178: Checking exports ** [04:33:15 2020-06-13] 178: Checking users ** [04:33:15 2020-06-13] 178: Checking user_dbs ** [04:33:15 2020-06-13] 178: Checking geocodings ** [04:33:15 2020-06-13] 178: Checking synchronizations ** [04:33:15 2020-06-13] 178: Checking tracker ** [04:33:15 2020-06-13] 178: Checking user_migrations ** [04:33:15 2020-06-13] 178: Checking batch_updates ** [04:33:15 2020-06-13] 178: Checking gears ** [04:33:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:33:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:20 2020-06-13] 178: Checking imports ** [04:33:20 2020-06-13] 178: Checking exports ** [04:33:20 2020-06-13] 178: Checking users ** [04:33:20 2020-06-13] 178: Checking user_dbs ** [04:33:20 2020-06-13] 178: Checking geocodings ** [04:33:20 2020-06-13] 178: Checking synchronizations ** [04:33:20 2020-06-13] 178: Checking tracker ** [04:33:20 2020-06-13] 178: Checking user_migrations ** [04:33:20 2020-06-13] 178: Checking batch_updates ** [04:33:20 2020-06-13] 178: Checking gears ** [04:33:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:33:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:25 2020-06-13] 178: Checking imports ** [04:33:25 2020-06-13] 178: Checking exports ** [04:33:25 2020-06-13] 178: Checking users ** [04:33:25 2020-06-13] 178: Checking user_dbs ** [04:33:25 2020-06-13] 178: Checking geocodings ** [04:33:25 2020-06-13] 178: Checking synchronizations ** [04:33:25 2020-06-13] 178: Checking tracker ** [04:33:25 2020-06-13] 178: Checking user_migrations ** [04:33:25 2020-06-13] 178: Checking batch_updates ** [04:33:25 2020-06-13] 178: Checking gears ** [04:33:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:33:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:30 2020-06-13] 178: Checking imports ** [04:33:30 2020-06-13] 178: Checking exports ** [04:33:30 2020-06-13] 178: Checking users ** [04:33:30 2020-06-13] 178: Checking user_dbs ** [04:33:30 2020-06-13] 178: Checking geocodings ** [04:33:30 2020-06-13] 178: Checking synchronizations ** [04:33:30 2020-06-13] 178: Checking tracker ** [04:33:30 2020-06-13] 178: Checking user_migrations ** [04:33:30 2020-06-13] 178: Checking batch_updates ** [04:33:30 2020-06-13] 178: Checking gears ** [04:33:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:33:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:35 2020-06-13] 178: Checking imports ** [04:33:35 2020-06-13] 178: Checking exports ** [04:33:35 2020-06-13] 178: Checking users ** [04:33:35 2020-06-13] 178: Checking user_dbs ** [04:33:35 2020-06-13] 178: Checking geocodings ** [04:33:35 2020-06-13] 178: Checking synchronizations ** [04:33:35 2020-06-13] 178: Checking tracker ** [04:33:35 2020-06-13] 178: Checking user_migrations ** [04:33:35 2020-06-13] 178: Checking batch_updates ** [04:33:35 2020-06-13] 178: Checking gears ** [04:33:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:33:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:40 2020-06-13] 178: Checking imports ** [04:33:40 2020-06-13] 178: Checking exports ** [04:33:40 2020-06-13] 178: Checking users ** [04:33:40 2020-06-13] 178: Checking user_dbs ** [04:33:40 2020-06-13] 178: Checking geocodings ** [04:33:40 2020-06-13] 178: Checking synchronizations ** [04:33:40 2020-06-13] 178: Checking tracker ** [04:33:40 2020-06-13] 178: Checking user_migrations ** [04:33:40 2020-06-13] 178: Checking batch_updates ** [04:33:40 2020-06-13] 178: Checking gears ** [04:33:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:33:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:45 2020-06-13] 178: Checking imports ** [04:33:45 2020-06-13] 178: Checking exports ** [04:33:45 2020-06-13] 178: Checking users ** [04:33:45 2020-06-13] 178: Checking user_dbs ** [04:33:45 2020-06-13] 178: Checking geocodings ** [04:33:45 2020-06-13] 178: Checking synchronizations ** [04:33:45 2020-06-13] 178: Checking tracker ** [04:33:45 2020-06-13] 178: Checking user_migrations ** [04:33:45 2020-06-13] 178: Checking batch_updates ** [04:33:45 2020-06-13] 178: Checking gears ** [04:33:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:33:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:50 2020-06-13] 178: Checking imports ** [04:33:50 2020-06-13] 178: Checking exports ** [04:33:50 2020-06-13] 178: Checking users ** [04:33:50 2020-06-13] 178: Checking user_dbs ** [04:33:50 2020-06-13] 178: Checking geocodings ** [04:33:50 2020-06-13] 178: Checking synchronizations ** [04:33:50 2020-06-13] 178: Checking tracker ** [04:33:50 2020-06-13] 178: Checking user_migrations ** [04:33:50 2020-06-13] 178: Checking batch_updates ** [04:33:50 2020-06-13] 178: Checking gears ** [04:33:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:33:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:56 2020-06-13] 178: Checking imports ** [04:33:56 2020-06-13] 178: Checking exports ** [04:33:56 2020-06-13] 178: Checking users ** [04:33:56 2020-06-13] 178: Checking user_dbs ** [04:33:56 2020-06-13] 178: Checking geocodings ** [04:33:56 2020-06-13] 178: Checking synchronizations ** [04:33:56 2020-06-13] 178: Checking tracker ** [04:33:56 2020-06-13] 178: Checking user_migrations ** [04:33:56 2020-06-13] 178: Checking batch_updates ** [04:33:56 2020-06-13] 178: Checking gears ** [04:33:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:33:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:01 2020-06-13] 178: Checking imports ** [04:34:01 2020-06-13] 178: Checking exports ** [04:34:01 2020-06-13] 178: Checking users ** [04:34:01 2020-06-13] 178: Checking user_dbs ** [04:34:01 2020-06-13] 178: Checking geocodings ** [04:34:01 2020-06-13] 178: Checking synchronizations ** [04:34:01 2020-06-13] 178: Checking tracker ** [04:34:01 2020-06-13] 178: Checking user_migrations ** [04:34:01 2020-06-13] 178: Checking batch_updates ** [04:34:01 2020-06-13] 178: Checking gears ** [04:34:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:34:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:06 2020-06-13] 178: Checking imports ** [04:34:06 2020-06-13] 178: Checking exports ** [04:34:06 2020-06-13] 178: Checking users ** [04:34:06 2020-06-13] 178: Checking user_dbs ** [04:34:06 2020-06-13] 178: Checking geocodings ** [04:34:06 2020-06-13] 178: Checking synchronizations ** [04:34:06 2020-06-13] 178: Checking tracker ** [04:34:06 2020-06-13] 178: Checking user_migrations ** [04:34:06 2020-06-13] 178: Checking batch_updates ** [04:34:06 2020-06-13] 178: Checking gears ** [04:34:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:34:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:11 2020-06-13] 178: Checking imports ** [04:34:11 2020-06-13] 178: Checking exports ** [04:34:11 2020-06-13] 178: Checking users ** [04:34:11 2020-06-13] 178: Checking user_dbs ** [04:34:11 2020-06-13] 178: Checking geocodings ** [04:34:11 2020-06-13] 178: Checking synchronizations ** [04:34:11 2020-06-13] 178: Checking tracker ** [04:34:11 2020-06-13] 178: Checking user_migrations ** [04:34:11 2020-06-13] 178: Checking batch_updates ** [04:34:11 2020-06-13] 178: Checking gears ** [04:34:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:34:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:16 2020-06-13] 178: Checking imports ** [04:34:16 2020-06-13] 178: Checking exports ** [04:34:16 2020-06-13] 178: Checking users ** [04:34:16 2020-06-13] 178: Checking user_dbs ** [04:34:16 2020-06-13] 178: Checking geocodings ** [04:34:16 2020-06-13] 178: Checking synchronizations ** [04:34:16 2020-06-13] 178: Checking tracker ** [04:34:16 2020-06-13] 178: Checking user_migrations ** [04:34:16 2020-06-13] 178: Checking batch_updates ** [04:34:16 2020-06-13] 178: Checking gears ** [04:34:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:34:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:21 2020-06-13] 178: Checking imports ** [04:34:21 2020-06-13] 178: Checking exports ** [04:34:21 2020-06-13] 178: Checking users ** [04:34:21 2020-06-13] 178: Checking user_dbs ** [04:34:21 2020-06-13] 178: Checking geocodings ** [04:34:21 2020-06-13] 178: Checking synchronizations ** [04:34:21 2020-06-13] 178: Checking tracker ** [04:34:21 2020-06-13] 178: Checking user_migrations ** [04:34:21 2020-06-13] 178: Checking batch_updates ** [04:34:21 2020-06-13] 178: Checking gears ** [04:34:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:34:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:26 2020-06-13] 178: Checking imports ** [04:34:26 2020-06-13] 178: Checking exports ** [04:34:26 2020-06-13] 178: Checking users ** [04:34:26 2020-06-13] 178: Checking user_dbs ** [04:34:26 2020-06-13] 178: Checking geocodings ** [04:34:26 2020-06-13] 178: Checking synchronizations ** [04:34:26 2020-06-13] 178: Checking tracker ** [04:34:26 2020-06-13] 178: Checking user_migrations ** [04:34:26 2020-06-13] 178: Checking batch_updates ** [04:34:26 2020-06-13] 178: Checking gears ** [04:34:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:34:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:31 2020-06-13] 178: Checking imports ** [04:34:31 2020-06-13] 178: Checking exports ** [04:34:31 2020-06-13] 178: Checking users ** [04:34:31 2020-06-13] 178: Checking user_dbs ** [04:34:31 2020-06-13] 178: Checking geocodings ** [04:34:31 2020-06-13] 178: Checking synchronizations ** [04:34:31 2020-06-13] 178: Checking tracker ** [04:34:31 2020-06-13] 178: Checking user_migrations ** [04:34:31 2020-06-13] 178: Checking batch_updates ** [04:34:31 2020-06-13] 178: Checking gears ** [04:34:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:34:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:36 2020-06-13] 178: Checking imports ** [04:34:36 2020-06-13] 178: Checking exports ** [04:34:36 2020-06-13] 178: Checking users ** [04:34:36 2020-06-13] 178: Checking user_dbs ** [04:34:36 2020-06-13] 178: Checking geocodings ** [04:34:36 2020-06-13] 178: Checking synchronizations ** [04:34:36 2020-06-13] 178: Checking tracker ** [04:34:36 2020-06-13] 178: Checking user_migrations ** [04:34:36 2020-06-13] 178: Checking batch_updates ** [04:34:36 2020-06-13] 178: Checking gears ** [04:34:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:34:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:41 2020-06-13] 178: Checking imports ** [04:34:41 2020-06-13] 178: Checking exports ** [04:34:41 2020-06-13] 178: Checking users ** [04:34:41 2020-06-13] 178: Checking user_dbs ** [04:34:41 2020-06-13] 178: Checking geocodings ** [04:34:41 2020-06-13] 178: Checking synchronizations ** [04:34:41 2020-06-13] 178: Checking tracker ** [04:34:41 2020-06-13] 178: Checking user_migrations ** [04:34:41 2020-06-13] 178: Checking batch_updates ** [04:34:41 2020-06-13] 178: Checking gears ** [04:34:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:34:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:46 2020-06-13] 178: Checking imports ** [04:34:46 2020-06-13] 178: Checking exports ** [04:34:46 2020-06-13] 178: Checking users ** [04:34:46 2020-06-13] 178: Checking user_dbs ** [04:34:46 2020-06-13] 178: Checking geocodings ** [04:34:46 2020-06-13] 178: Checking synchronizations ** [04:34:46 2020-06-13] 178: Checking tracker ** [04:34:46 2020-06-13] 178: Checking user_migrations ** [04:34:46 2020-06-13] 178: Checking batch_updates ** [04:34:46 2020-06-13] 178: Checking gears ** [04:34:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:34:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:51 2020-06-13] 178: Checking imports ** [04:34:51 2020-06-13] 178: Checking exports ** [04:34:51 2020-06-13] 178: Checking users ** [04:34:51 2020-06-13] 178: Checking user_dbs ** [04:34:51 2020-06-13] 178: Checking geocodings ** [04:34:51 2020-06-13] 178: Checking synchronizations ** [04:34:51 2020-06-13] 178: Checking tracker ** [04:34:51 2020-06-13] 178: Checking user_migrations ** [04:34:51 2020-06-13] 178: Checking batch_updates ** [04:34:51 2020-06-13] 178: Checking gears ** [04:34:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:34:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:56 2020-06-13] 178: Checking imports ** [04:34:56 2020-06-13] 178: Checking exports ** [04:34:56 2020-06-13] 178: Checking users ** [04:34:56 2020-06-13] 178: Checking user_dbs ** [04:34:56 2020-06-13] 178: Checking geocodings ** [04:34:56 2020-06-13] 178: Checking synchronizations ** [04:34:56 2020-06-13] 178: Checking tracker ** [04:34:56 2020-06-13] 178: Checking user_migrations ** [04:34:56 2020-06-13] 178: Checking batch_updates ** [04:34:56 2020-06-13] 178: Checking gears ** [04:34:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:34:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:01 2020-06-13] 178: Checking imports ** [04:35:01 2020-06-13] 178: Checking exports ** [04:35:01 2020-06-13] 178: Checking users ** [04:35:01 2020-06-13] 178: Checking user_dbs ** [04:35:01 2020-06-13] 178: Checking geocodings ** [04:35:01 2020-06-13] 178: Checking synchronizations ** [04:35:01 2020-06-13] 178: Checking tracker ** [04:35:01 2020-06-13] 178: Checking user_migrations ** [04:35:01 2020-06-13] 178: Checking batch_updates ** [04:35:01 2020-06-13] 178: Checking gears ** [04:35:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:35:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:06 2020-06-13] 178: Checking imports ** [04:35:06 2020-06-13] 178: Checking exports ** [04:35:06 2020-06-13] 178: Checking users ** [04:35:06 2020-06-13] 178: Checking user_dbs ** [04:35:06 2020-06-13] 178: Checking geocodings ** [04:35:06 2020-06-13] 178: Checking synchronizations ** [04:35:06 2020-06-13] 178: Checking tracker ** [04:35:06 2020-06-13] 178: Checking user_migrations ** [04:35:06 2020-06-13] 178: Checking batch_updates ** [04:35:06 2020-06-13] 178: Checking gears ** [04:35:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:35:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:11 2020-06-13] 178: Checking imports ** [04:35:11 2020-06-13] 178: Checking exports ** [04:35:11 2020-06-13] 178: Checking users ** [04:35:11 2020-06-13] 178: Checking user_dbs ** [04:35:11 2020-06-13] 178: Checking geocodings ** [04:35:11 2020-06-13] 178: Checking synchronizations ** [04:35:11 2020-06-13] 178: Checking tracker ** [04:35:11 2020-06-13] 178: Checking user_migrations ** [04:35:11 2020-06-13] 178: Checking batch_updates ** [04:35:11 2020-06-13] 178: Checking gears ** [04:35:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:35:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:16 2020-06-13] 178: Checking imports ** [04:35:16 2020-06-13] 178: Checking exports ** [04:35:16 2020-06-13] 178: Checking users ** [04:35:16 2020-06-13] 178: Checking user_dbs ** [04:35:16 2020-06-13] 178: Checking geocodings ** [04:35:16 2020-06-13] 178: Checking synchronizations ** [04:35:16 2020-06-13] 178: Checking tracker ** [04:35:16 2020-06-13] 178: Checking user_migrations ** [04:35:16 2020-06-13] 178: Checking batch_updates ** [04:35:16 2020-06-13] 178: Checking gears ** [04:35:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:35:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:21 2020-06-13] 178: Checking imports ** [04:35:21 2020-06-13] 178: Checking exports ** [04:35:21 2020-06-13] 178: Checking users ** [04:35:21 2020-06-13] 178: Checking user_dbs ** [04:35:21 2020-06-13] 178: Checking geocodings ** [04:35:21 2020-06-13] 178: Checking synchronizations ** [04:35:21 2020-06-13] 178: Checking tracker ** [04:35:21 2020-06-13] 178: Checking user_migrations ** [04:35:21 2020-06-13] 178: Checking batch_updates ** [04:35:21 2020-06-13] 178: Checking gears ** [04:35:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:35:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:26 2020-06-13] 178: Checking imports ** [04:35:26 2020-06-13] 178: Checking exports ** [04:35:26 2020-06-13] 178: Checking users ** [04:35:26 2020-06-13] 178: Checking user_dbs ** [04:35:26 2020-06-13] 178: Checking geocodings ** [04:35:26 2020-06-13] 178: Checking synchronizations ** [04:35:26 2020-06-13] 178: Checking tracker ** [04:35:26 2020-06-13] 178: Checking user_migrations ** [04:35:26 2020-06-13] 178: Checking batch_updates ** [04:35:26 2020-06-13] 178: Checking gears ** [04:35:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:35:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:31 2020-06-13] 178: Checking imports ** [04:35:31 2020-06-13] 178: Checking exports ** [04:35:31 2020-06-13] 178: Checking users ** [04:35:31 2020-06-13] 178: Checking user_dbs ** [04:35:31 2020-06-13] 178: Checking geocodings ** [04:35:31 2020-06-13] 178: Checking synchronizations ** [04:35:31 2020-06-13] 178: Checking tracker ** [04:35:31 2020-06-13] 178: Checking user_migrations ** [04:35:31 2020-06-13] 178: Checking batch_updates ** [04:35:31 2020-06-13] 178: Checking gears ** [04:35:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:35:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:36 2020-06-13] 178: Checking imports ** [04:35:36 2020-06-13] 178: Checking exports ** [04:35:36 2020-06-13] 178: Checking users ** [04:35:36 2020-06-13] 178: Checking user_dbs ** [04:35:36 2020-06-13] 178: Checking geocodings ** [04:35:36 2020-06-13] 178: Checking synchronizations ** [04:35:36 2020-06-13] 178: Checking tracker ** [04:35:36 2020-06-13] 178: Checking user_migrations ** [04:35:36 2020-06-13] 178: Checking batch_updates ** [04:35:36 2020-06-13] 178: Checking gears ** [04:35:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:35:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:41 2020-06-13] 178: Checking imports ** [04:35:41 2020-06-13] 178: Checking exports ** [04:35:41 2020-06-13] 178: Checking users ** [04:35:41 2020-06-13] 178: Checking user_dbs ** [04:35:41 2020-06-13] 178: Checking geocodings ** [04:35:41 2020-06-13] 178: Checking synchronizations ** [04:35:41 2020-06-13] 178: Checking tracker ** [04:35:41 2020-06-13] 178: Checking user_migrations ** [04:35:41 2020-06-13] 178: Checking batch_updates ** [04:35:41 2020-06-13] 178: Checking gears ** [04:35:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:35:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:46 2020-06-13] 178: Checking imports ** [04:35:46 2020-06-13] 178: Checking exports ** [04:35:46 2020-06-13] 178: Checking users ** [04:35:46 2020-06-13] 178: Checking user_dbs ** [04:35:46 2020-06-13] 178: Checking geocodings ** [04:35:46 2020-06-13] 178: Checking synchronizations ** [04:35:46 2020-06-13] 178: Checking tracker ** [04:35:46 2020-06-13] 178: Checking user_migrations ** [04:35:46 2020-06-13] 178: Checking batch_updates ** [04:35:46 2020-06-13] 178: Checking gears ** [04:35:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:35:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:51 2020-06-13] 178: Checking imports ** [04:35:51 2020-06-13] 178: Checking exports ** [04:35:51 2020-06-13] 178: Checking users ** [04:35:51 2020-06-13] 178: Checking user_dbs ** [04:35:51 2020-06-13] 178: Checking geocodings ** [04:35:51 2020-06-13] 178: Checking synchronizations ** [04:35:51 2020-06-13] 178: Checking tracker ** [04:35:51 2020-06-13] 178: Checking user_migrations ** [04:35:51 2020-06-13] 178: Checking batch_updates ** [04:35:51 2020-06-13] 178: Checking gears ** [04:35:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:35:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:56 2020-06-13] 178: Checking imports ** [04:35:56 2020-06-13] 178: Checking exports ** [04:35:56 2020-06-13] 178: Checking users ** [04:35:56 2020-06-13] 178: Checking user_dbs ** [04:35:56 2020-06-13] 178: Checking geocodings ** [04:35:56 2020-06-13] 178: Checking synchronizations ** [04:35:56 2020-06-13] 178: Checking tracker ** [04:35:56 2020-06-13] 178: Checking user_migrations ** [04:35:56 2020-06-13] 178: Checking batch_updates ** [04:35:56 2020-06-13] 178: Checking gears ** [04:35:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:35:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:01 2020-06-13] 178: Checking imports ** [04:36:01 2020-06-13] 178: Checking exports ** [04:36:01 2020-06-13] 178: Checking users ** [04:36:01 2020-06-13] 178: Checking user_dbs ** [04:36:01 2020-06-13] 178: Checking geocodings ** [04:36:01 2020-06-13] 178: Checking synchronizations ** [04:36:01 2020-06-13] 178: Checking tracker ** [04:36:01 2020-06-13] 178: Checking user_migrations ** [04:36:01 2020-06-13] 178: Checking batch_updates ** [04:36:01 2020-06-13] 178: Checking gears ** [04:36:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:36:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:06 2020-06-13] 178: Checking imports ** [04:36:06 2020-06-13] 178: Checking exports ** [04:36:06 2020-06-13] 178: Checking users ** [04:36:06 2020-06-13] 178: Checking user_dbs ** [04:36:06 2020-06-13] 178: Checking geocodings ** [04:36:06 2020-06-13] 178: Checking synchronizations ** [04:36:06 2020-06-13] 178: Checking tracker ** [04:36:06 2020-06-13] 178: Checking user_migrations ** [04:36:06 2020-06-13] 178: Checking batch_updates ** [04:36:06 2020-06-13] 178: Checking gears ** [04:36:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:36:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:11 2020-06-13] 178: Checking imports ** [04:36:11 2020-06-13] 178: Checking exports ** [04:36:11 2020-06-13] 178: Checking users ** [04:36:11 2020-06-13] 178: Checking user_dbs ** [04:36:11 2020-06-13] 178: Checking geocodings ** [04:36:11 2020-06-13] 178: Checking synchronizations ** [04:36:11 2020-06-13] 178: Checking tracker ** [04:36:11 2020-06-13] 178: Checking user_migrations ** [04:36:11 2020-06-13] 178: Checking batch_updates ** [04:36:11 2020-06-13] 178: Checking gears ** [04:36:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:36:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:16 2020-06-13] 178: Checking imports ** [04:36:16 2020-06-13] 178: Checking exports ** [04:36:16 2020-06-13] 178: Checking users ** [04:36:16 2020-06-13] 178: Checking user_dbs ** [04:36:16 2020-06-13] 178: Checking geocodings ** [04:36:16 2020-06-13] 178: Checking synchronizations ** [04:36:16 2020-06-13] 178: Checking tracker ** [04:36:16 2020-06-13] 178: Checking user_migrations ** [04:36:16 2020-06-13] 178: Checking batch_updates ** [04:36:16 2020-06-13] 178: Checking gears ** [04:36:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:36:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:21 2020-06-13] 178: Checking imports ** [04:36:21 2020-06-13] 178: Checking exports ** [04:36:21 2020-06-13] 178: Checking users ** [04:36:21 2020-06-13] 178: Checking user_dbs ** [04:36:21 2020-06-13] 178: Checking geocodings ** [04:36:21 2020-06-13] 178: Checking synchronizations ** [04:36:21 2020-06-13] 178: Checking tracker ** [04:36:21 2020-06-13] 178: Checking user_migrations ** [04:36:21 2020-06-13] 178: Checking batch_updates ** [04:36:21 2020-06-13] 178: Checking gears ** [04:36:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:36:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:26 2020-06-13] 178: Checking imports ** [04:36:26 2020-06-13] 178: Checking exports ** [04:36:26 2020-06-13] 178: Checking users ** [04:36:26 2020-06-13] 178: Checking user_dbs ** [04:36:26 2020-06-13] 178: Checking geocodings ** [04:36:26 2020-06-13] 178: Checking synchronizations ** [04:36:26 2020-06-13] 178: Checking tracker ** [04:36:26 2020-06-13] 178: Checking user_migrations ** [04:36:26 2020-06-13] 178: Checking batch_updates ** [04:36:26 2020-06-13] 178: Checking gears ** [04:36:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:36:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:31 2020-06-13] 178: Checking imports ** [04:36:31 2020-06-13] 178: Checking exports ** [04:36:31 2020-06-13] 178: Checking users ** [04:36:31 2020-06-13] 178: Checking user_dbs ** [04:36:31 2020-06-13] 178: Checking geocodings ** [04:36:31 2020-06-13] 178: Checking synchronizations ** [04:36:31 2020-06-13] 178: Checking tracker ** [04:36:31 2020-06-13] 178: Checking user_migrations ** [04:36:31 2020-06-13] 178: Checking batch_updates ** [04:36:31 2020-06-13] 178: Checking gears ** [04:36:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:36:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:36 2020-06-13] 178: Checking imports ** [04:36:36 2020-06-13] 178: Checking exports ** [04:36:36 2020-06-13] 178: Checking users ** [04:36:36 2020-06-13] 178: Checking user_dbs ** [04:36:36 2020-06-13] 178: Checking geocodings ** [04:36:36 2020-06-13] 178: Checking synchronizations ** [04:36:36 2020-06-13] 178: Checking tracker ** [04:36:36 2020-06-13] 178: Checking user_migrations ** [04:36:36 2020-06-13] 178: Checking batch_updates ** [04:36:36 2020-06-13] 178: Checking gears ** [04:36:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:36:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:41 2020-06-13] 178: Checking imports ** [04:36:41 2020-06-13] 178: Checking exports ** [04:36:41 2020-06-13] 178: Checking users ** [04:36:41 2020-06-13] 178: Checking user_dbs ** [04:36:41 2020-06-13] 178: Checking geocodings ** [04:36:41 2020-06-13] 178: Checking synchronizations ** [04:36:41 2020-06-13] 178: Checking tracker ** [04:36:41 2020-06-13] 178: Checking user_migrations ** [04:36:41 2020-06-13] 178: Checking batch_updates ** [04:36:41 2020-06-13] 178: Checking gears ** [04:36:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:36:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:46 2020-06-13] 178: Checking imports ** [04:36:46 2020-06-13] 178: Checking exports ** [04:36:46 2020-06-13] 178: Checking users ** [04:36:46 2020-06-13] 178: Checking user_dbs ** [04:36:46 2020-06-13] 178: Checking geocodings ** [04:36:46 2020-06-13] 178: Checking synchronizations ** [04:36:46 2020-06-13] 178: Checking tracker ** [04:36:46 2020-06-13] 178: Checking user_migrations ** [04:36:46 2020-06-13] 178: Checking batch_updates ** [04:36:46 2020-06-13] 178: Checking gears ** [04:36:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:36:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:51 2020-06-13] 178: Checking imports ** [04:36:51 2020-06-13] 178: Checking exports ** [04:36:51 2020-06-13] 178: Checking users ** [04:36:51 2020-06-13] 178: Checking user_dbs ** [04:36:51 2020-06-13] 178: Checking geocodings ** [04:36:51 2020-06-13] 178: Checking synchronizations ** [04:36:51 2020-06-13] 178: Checking tracker ** [04:36:51 2020-06-13] 178: Checking user_migrations ** [04:36:51 2020-06-13] 178: Checking batch_updates ** [04:36:51 2020-06-13] 178: Checking gears ** [04:36:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:36:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:56 2020-06-13] 178: Checking imports ** [04:36:56 2020-06-13] 178: Checking exports ** [04:36:56 2020-06-13] 178: Checking users ** [04:36:56 2020-06-13] 178: Checking user_dbs ** [04:36:56 2020-06-13] 178: Checking geocodings ** [04:36:56 2020-06-13] 178: Checking synchronizations ** [04:36:56 2020-06-13] 178: Checking tracker ** [04:36:56 2020-06-13] 178: Checking user_migrations ** [04:36:56 2020-06-13] 178: Checking batch_updates ** [04:36:56 2020-06-13] 178: Checking gears ** [04:36:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:36:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:01 2020-06-13] 178: Checking imports ** [04:37:01 2020-06-13] 178: Checking exports ** [04:37:01 2020-06-13] 178: Checking users ** [04:37:01 2020-06-13] 178: Checking user_dbs ** [04:37:01 2020-06-13] 178: Checking geocodings ** [04:37:01 2020-06-13] 178: Checking synchronizations ** [04:37:01 2020-06-13] 178: Checking tracker ** [04:37:01 2020-06-13] 178: Checking user_migrations ** [04:37:01 2020-06-13] 178: Checking batch_updates ** [04:37:01 2020-06-13] 178: Checking gears ** [04:37:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:37:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:06 2020-06-13] 178: Checking imports ** [04:37:06 2020-06-13] 178: Checking exports ** [04:37:06 2020-06-13] 178: Checking users ** [04:37:06 2020-06-13] 178: Checking user_dbs ** [04:37:06 2020-06-13] 178: Checking geocodings ** [04:37:06 2020-06-13] 178: Checking synchronizations ** [04:37:06 2020-06-13] 178: Checking tracker ** [04:37:06 2020-06-13] 178: Checking user_migrations ** [04:37:06 2020-06-13] 178: Checking batch_updates ** [04:37:06 2020-06-13] 178: Checking gears ** [04:37:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:37:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:11 2020-06-13] 178: Checking imports ** [04:37:11 2020-06-13] 178: Checking exports ** [04:37:11 2020-06-13] 178: Checking users ** [04:37:11 2020-06-13] 178: Checking user_dbs ** [04:37:11 2020-06-13] 178: Checking geocodings ** [04:37:11 2020-06-13] 178: Checking synchronizations ** [04:37:11 2020-06-13] 178: Checking tracker ** [04:37:11 2020-06-13] 178: Checking user_migrations ** [04:37:11 2020-06-13] 178: Checking batch_updates ** [04:37:11 2020-06-13] 178: Checking gears ** [04:37:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:37:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:16 2020-06-13] 178: Checking imports ** [04:37:16 2020-06-13] 178: Checking exports ** [04:37:16 2020-06-13] 178: Checking users ** [04:37:16 2020-06-13] 178: Checking user_dbs ** [04:37:16 2020-06-13] 178: Checking geocodings ** [04:37:16 2020-06-13] 178: Checking synchronizations ** [04:37:16 2020-06-13] 178: Checking tracker ** [04:37:16 2020-06-13] 178: Checking user_migrations ** [04:37:16 2020-06-13] 178: Checking batch_updates ** [04:37:16 2020-06-13] 178: Checking gears ** [04:37:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:37:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:21 2020-06-13] 178: Checking imports ** [04:37:21 2020-06-13] 178: Checking exports ** [04:37:21 2020-06-13] 178: Checking users ** [04:37:21 2020-06-13] 178: Checking user_dbs ** [04:37:21 2020-06-13] 178: Checking geocodings ** [04:37:21 2020-06-13] 178: Checking synchronizations ** [04:37:21 2020-06-13] 178: Checking tracker ** [04:37:21 2020-06-13] 178: Checking user_migrations ** [04:37:21 2020-06-13] 178: Checking batch_updates ** [04:37:21 2020-06-13] 178: Checking gears ** [04:37:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:37:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:26 2020-06-13] 178: Checking imports ** [04:37:26 2020-06-13] 178: Checking exports ** [04:37:26 2020-06-13] 178: Checking users ** [04:37:26 2020-06-13] 178: Checking user_dbs ** [04:37:26 2020-06-13] 178: Checking geocodings ** [04:37:26 2020-06-13] 178: Checking synchronizations ** [04:37:26 2020-06-13] 178: Checking tracker ** [04:37:26 2020-06-13] 178: Checking user_migrations ** [04:37:26 2020-06-13] 178: Checking batch_updates ** [04:37:26 2020-06-13] 178: Checking gears ** [04:37:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:37:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:31 2020-06-13] 178: Checking imports ** [04:37:31 2020-06-13] 178: Checking exports ** [04:37:31 2020-06-13] 178: Checking users ** [04:37:31 2020-06-13] 178: Checking user_dbs ** [04:37:31 2020-06-13] 178: Checking geocodings ** [04:37:31 2020-06-13] 178: Checking synchronizations ** [04:37:31 2020-06-13] 178: Checking tracker ** [04:37:31 2020-06-13] 178: Checking user_migrations ** [04:37:31 2020-06-13] 178: Checking batch_updates ** [04:37:31 2020-06-13] 178: Checking gears ** [04:37:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:37:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:36 2020-06-13] 178: Checking imports ** [04:37:36 2020-06-13] 178: Checking exports ** [04:37:36 2020-06-13] 178: Checking users ** [04:37:36 2020-06-13] 178: Checking user_dbs ** [04:37:36 2020-06-13] 178: Checking geocodings ** [04:37:36 2020-06-13] 178: Checking synchronizations ** [04:37:36 2020-06-13] 178: Checking tracker ** [04:37:36 2020-06-13] 178: Checking user_migrations ** [04:37:36 2020-06-13] 178: Checking batch_updates ** [04:37:36 2020-06-13] 178: Checking gears ** [04:37:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:37:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:41 2020-06-13] 178: Checking imports ** [04:37:41 2020-06-13] 178: Checking exports ** [04:37:41 2020-06-13] 178: Checking users ** [04:37:41 2020-06-13] 178: Checking user_dbs ** [04:37:41 2020-06-13] 178: Checking geocodings ** [04:37:41 2020-06-13] 178: Checking synchronizations ** [04:37:41 2020-06-13] 178: Checking tracker ** [04:37:41 2020-06-13] 178: Checking user_migrations ** [04:37:41 2020-06-13] 178: Checking batch_updates ** [04:37:41 2020-06-13] 178: Checking gears ** [04:37:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:37:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:46 2020-06-13] 178: Checking imports ** [04:37:46 2020-06-13] 178: Checking exports ** [04:37:46 2020-06-13] 178: Checking users ** [04:37:46 2020-06-13] 178: Checking user_dbs ** [04:37:46 2020-06-13] 178: Checking geocodings ** [04:37:46 2020-06-13] 178: Checking synchronizations ** [04:37:46 2020-06-13] 178: Checking tracker ** [04:37:46 2020-06-13] 178: Checking user_migrations ** [04:37:46 2020-06-13] 178: Checking batch_updates ** [04:37:46 2020-06-13] 178: Checking gears ** [04:37:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:37:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:51 2020-06-13] 178: Checking imports ** [04:37:51 2020-06-13] 178: Checking exports ** [04:37:51 2020-06-13] 178: Checking users ** [04:37:51 2020-06-13] 178: Checking user_dbs ** [04:37:51 2020-06-13] 178: Checking geocodings ** [04:37:51 2020-06-13] 178: Checking synchronizations ** [04:37:51 2020-06-13] 178: Checking tracker ** [04:37:51 2020-06-13] 178: Checking user_migrations ** [04:37:51 2020-06-13] 178: Checking batch_updates ** [04:37:51 2020-06-13] 178: Checking gears ** [04:37:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:37:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:56 2020-06-13] 178: Checking imports ** [04:37:56 2020-06-13] 178: Checking exports ** [04:37:56 2020-06-13] 178: Checking users ** [04:37:56 2020-06-13] 178: Checking user_dbs ** [04:37:56 2020-06-13] 178: Checking geocodings ** [04:37:56 2020-06-13] 178: Checking synchronizations ** [04:37:56 2020-06-13] 178: Checking tracker ** [04:37:56 2020-06-13] 178: Checking user_migrations ** [04:37:56 2020-06-13] 178: Checking batch_updates ** [04:37:56 2020-06-13] 178: Checking gears ** [04:37:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:37:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:01 2020-06-13] 178: Checking imports ** [04:38:01 2020-06-13] 178: Checking exports ** [04:38:01 2020-06-13] 178: Checking users ** [04:38:01 2020-06-13] 178: Checking user_dbs ** [04:38:01 2020-06-13] 178: Checking geocodings ** [04:38:01 2020-06-13] 178: Checking synchronizations ** [04:38:01 2020-06-13] 178: Checking tracker ** [04:38:01 2020-06-13] 178: Checking user_migrations ** [04:38:01 2020-06-13] 178: Checking batch_updates ** [04:38:01 2020-06-13] 178: Checking gears ** [04:38:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:38:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:06 2020-06-13] 178: Checking imports ** [04:38:06 2020-06-13] 178: Checking exports ** [04:38:06 2020-06-13] 178: Checking users ** [04:38:06 2020-06-13] 178: Checking user_dbs ** [04:38:06 2020-06-13] 178: Checking geocodings ** [04:38:06 2020-06-13] 178: Checking synchronizations ** [04:38:06 2020-06-13] 178: Checking tracker ** [04:38:06 2020-06-13] 178: Checking user_migrations ** [04:38:06 2020-06-13] 178: Checking batch_updates ** [04:38:06 2020-06-13] 178: Checking gears ** [04:38:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:38:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:11 2020-06-13] 178: Checking imports ** [04:38:11 2020-06-13] 178: Checking exports ** [04:38:11 2020-06-13] 178: Checking users ** [04:38:11 2020-06-13] 178: Checking user_dbs ** [04:38:11 2020-06-13] 178: Checking geocodings ** [04:38:11 2020-06-13] 178: Checking synchronizations ** [04:38:11 2020-06-13] 178: Checking tracker ** [04:38:11 2020-06-13] 178: Checking user_migrations ** [04:38:11 2020-06-13] 178: Checking batch_updates ** [04:38:11 2020-06-13] 178: Checking gears ** [04:38:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:38:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:16 2020-06-13] 178: Checking imports ** [04:38:16 2020-06-13] 178: Checking exports ** [04:38:16 2020-06-13] 178: Checking users ** [04:38:16 2020-06-13] 178: Checking user_dbs ** [04:38:16 2020-06-13] 178: Checking geocodings ** [04:38:16 2020-06-13] 178: Checking synchronizations ** [04:38:16 2020-06-13] 178: Checking tracker ** [04:38:16 2020-06-13] 178: Checking user_migrations ** [04:38:16 2020-06-13] 178: Checking batch_updates ** [04:38:16 2020-06-13] 178: Checking gears ** [04:38:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:38:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:21 2020-06-13] 178: Checking imports ** [04:38:21 2020-06-13] 178: Checking exports ** [04:38:21 2020-06-13] 178: Checking users ** [04:38:21 2020-06-13] 178: Checking user_dbs ** [04:38:21 2020-06-13] 178: Checking geocodings ** [04:38:21 2020-06-13] 178: Checking synchronizations ** [04:38:21 2020-06-13] 178: Checking tracker ** [04:38:21 2020-06-13] 178: Checking user_migrations ** [04:38:21 2020-06-13] 178: Checking batch_updates ** [04:38:21 2020-06-13] 178: Checking gears ** [04:38:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:38:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:26 2020-06-13] 178: Checking imports ** [04:38:26 2020-06-13] 178: Checking exports ** [04:38:26 2020-06-13] 178: Checking users ** [04:38:26 2020-06-13] 178: Checking user_dbs ** [04:38:26 2020-06-13] 178: Checking geocodings ** [04:38:26 2020-06-13] 178: Checking synchronizations ** [04:38:26 2020-06-13] 178: Checking tracker ** [04:38:26 2020-06-13] 178: Checking user_migrations ** [04:38:26 2020-06-13] 178: Checking batch_updates ** [04:38:26 2020-06-13] 178: Checking gears ** [04:38:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:38:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:31 2020-06-13] 178: Checking imports ** [04:38:31 2020-06-13] 178: Checking exports ** [04:38:31 2020-06-13] 178: Checking users ** [04:38:31 2020-06-13] 178: Checking user_dbs ** [04:38:31 2020-06-13] 178: Checking geocodings ** [04:38:31 2020-06-13] 178: Checking synchronizations ** [04:38:31 2020-06-13] 178: Checking tracker ** [04:38:31 2020-06-13] 178: Checking user_migrations ** [04:38:31 2020-06-13] 178: Checking batch_updates ** [04:38:31 2020-06-13] 178: Checking gears ** [04:38:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:38:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:36 2020-06-13] 178: Checking imports ** [04:38:36 2020-06-13] 178: Checking exports ** [04:38:36 2020-06-13] 178: Checking users ** [04:38:36 2020-06-13] 178: Checking user_dbs ** [04:38:36 2020-06-13] 178: Checking geocodings ** [04:38:36 2020-06-13] 178: Checking synchronizations ** [04:38:36 2020-06-13] 178: Checking tracker ** [04:38:36 2020-06-13] 178: Checking user_migrations ** [04:38:36 2020-06-13] 178: Checking batch_updates ** [04:38:36 2020-06-13] 178: Checking gears ** [04:38:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:38:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:41 2020-06-13] 178: Checking imports ** [04:38:41 2020-06-13] 178: Checking exports ** [04:38:41 2020-06-13] 178: Checking users ** [04:38:41 2020-06-13] 178: Checking user_dbs ** [04:38:41 2020-06-13] 178: Checking geocodings ** [04:38:41 2020-06-13] 178: Checking synchronizations ** [04:38:41 2020-06-13] 178: Checking tracker ** [04:38:41 2020-06-13] 178: Checking user_migrations ** [04:38:41 2020-06-13] 178: Checking batch_updates ** [04:38:41 2020-06-13] 178: Checking gears ** [04:38:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:38:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:46 2020-06-13] 178: Checking imports ** [04:38:46 2020-06-13] 178: Checking exports ** [04:38:46 2020-06-13] 178: Checking users ** [04:38:46 2020-06-13] 178: Checking user_dbs ** [04:38:46 2020-06-13] 178: Checking geocodings ** [04:38:46 2020-06-13] 178: Checking synchronizations ** [04:38:46 2020-06-13] 178: Checking tracker ** [04:38:46 2020-06-13] 178: Checking user_migrations ** [04:38:46 2020-06-13] 178: Checking batch_updates ** [04:38:46 2020-06-13] 178: Checking gears ** [04:38:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:38:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:51 2020-06-13] 178: Checking imports ** [04:38:51 2020-06-13] 178: Checking exports ** [04:38:51 2020-06-13] 178: Checking users ** [04:38:51 2020-06-13] 178: Checking user_dbs ** [04:38:51 2020-06-13] 178: Checking geocodings ** [04:38:51 2020-06-13] 178: Checking synchronizations ** [04:38:51 2020-06-13] 178: Checking tracker ** [04:38:51 2020-06-13] 178: Checking user_migrations ** [04:38:51 2020-06-13] 178: Checking batch_updates ** [04:38:51 2020-06-13] 178: Checking gears ** [04:38:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:38:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:56 2020-06-13] 178: Checking imports ** [04:38:56 2020-06-13] 178: Checking exports ** [04:38:56 2020-06-13] 178: Checking users ** [04:38:56 2020-06-13] 178: Checking user_dbs ** [04:38:56 2020-06-13] 178: Checking geocodings ** [04:38:56 2020-06-13] 178: Checking synchronizations ** [04:38:56 2020-06-13] 178: Checking tracker ** [04:38:56 2020-06-13] 178: Checking user_migrations ** [04:38:56 2020-06-13] 178: Checking batch_updates ** [04:38:56 2020-06-13] 178: Checking gears ** [04:38:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:38:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:01 2020-06-13] 178: Checking imports ** [04:39:01 2020-06-13] 178: Checking exports ** [04:39:01 2020-06-13] 178: Checking users ** [04:39:01 2020-06-13] 178: Checking user_dbs ** [04:39:01 2020-06-13] 178: Checking geocodings ** [04:39:01 2020-06-13] 178: Checking synchronizations ** [04:39:01 2020-06-13] 178: Checking tracker ** [04:39:01 2020-06-13] 178: Checking user_migrations ** [04:39:01 2020-06-13] 178: Checking batch_updates ** [04:39:01 2020-06-13] 178: Checking gears ** [04:39:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:39:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:06 2020-06-13] 178: Checking imports ** [04:39:06 2020-06-13] 178: Checking exports ** [04:39:06 2020-06-13] 178: Checking users ** [04:39:06 2020-06-13] 178: Checking user_dbs ** [04:39:06 2020-06-13] 178: Checking geocodings ** [04:39:06 2020-06-13] 178: Checking synchronizations ** [04:39:06 2020-06-13] 178: Checking tracker ** [04:39:06 2020-06-13] 178: Checking user_migrations ** [04:39:06 2020-06-13] 178: Checking batch_updates ** [04:39:06 2020-06-13] 178: Checking gears ** [04:39:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:39:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:11 2020-06-13] 178: Checking imports ** [04:39:11 2020-06-13] 178: Checking exports ** [04:39:11 2020-06-13] 178: Checking users ** [04:39:11 2020-06-13] 178: Checking user_dbs ** [04:39:11 2020-06-13] 178: Checking geocodings ** [04:39:11 2020-06-13] 178: Checking synchronizations ** [04:39:11 2020-06-13] 178: Checking tracker ** [04:39:11 2020-06-13] 178: Checking user_migrations ** [04:39:11 2020-06-13] 178: Checking batch_updates ** [04:39:11 2020-06-13] 178: Checking gears ** [04:39:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:39:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:16 2020-06-13] 178: Checking imports ** [04:39:16 2020-06-13] 178: Checking exports ** [04:39:16 2020-06-13] 178: Checking users ** [04:39:16 2020-06-13] 178: Checking user_dbs ** [04:39:16 2020-06-13] 178: Checking geocodings ** [04:39:16 2020-06-13] 178: Checking synchronizations ** [04:39:16 2020-06-13] 178: Checking tracker ** [04:39:16 2020-06-13] 178: Checking user_migrations ** [04:39:16 2020-06-13] 178: Checking batch_updates ** [04:39:16 2020-06-13] 178: Checking gears ** [04:39:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:39:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:21 2020-06-13] 178: Checking imports ** [04:39:21 2020-06-13] 178: Checking exports ** [04:39:21 2020-06-13] 178: Checking users ** [04:39:21 2020-06-13] 178: Checking user_dbs ** [04:39:21 2020-06-13] 178: Checking geocodings ** [04:39:21 2020-06-13] 178: Checking synchronizations ** [04:39:21 2020-06-13] 178: Checking tracker ** [04:39:21 2020-06-13] 178: Checking user_migrations ** [04:39:21 2020-06-13] 178: Checking batch_updates ** [04:39:21 2020-06-13] 178: Checking gears ** [04:39:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:39:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:26 2020-06-13] 178: Checking imports ** [04:39:26 2020-06-13] 178: Checking exports ** [04:39:26 2020-06-13] 178: Checking users ** [04:39:26 2020-06-13] 178: Checking user_dbs ** [04:39:26 2020-06-13] 178: Checking geocodings ** [04:39:26 2020-06-13] 178: Checking synchronizations ** [04:39:26 2020-06-13] 178: Checking tracker ** [04:39:26 2020-06-13] 178: Checking user_migrations ** [04:39:26 2020-06-13] 178: Checking batch_updates ** [04:39:26 2020-06-13] 178: Checking gears ** [04:39:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:39:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:31 2020-06-13] 178: Checking imports ** [04:39:31 2020-06-13] 178: Checking exports ** [04:39:31 2020-06-13] 178: Checking users ** [04:39:31 2020-06-13] 178: Checking user_dbs ** [04:39:31 2020-06-13] 178: Checking geocodings ** [04:39:31 2020-06-13] 178: Checking synchronizations ** [04:39:31 2020-06-13] 178: Checking tracker ** [04:39:31 2020-06-13] 178: Checking user_migrations ** [04:39:31 2020-06-13] 178: Checking batch_updates ** [04:39:31 2020-06-13] 178: Checking gears ** [04:39:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:39:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:36 2020-06-13] 178: Checking imports ** [04:39:36 2020-06-13] 178: Checking exports ** [04:39:36 2020-06-13] 178: Checking users ** [04:39:36 2020-06-13] 178: Checking user_dbs ** [04:39:36 2020-06-13] 178: Checking geocodings ** [04:39:36 2020-06-13] 178: Checking synchronizations ** [04:39:36 2020-06-13] 178: Checking tracker ** [04:39:36 2020-06-13] 178: Checking user_migrations ** [04:39:36 2020-06-13] 178: Checking batch_updates ** [04:39:36 2020-06-13] 178: Checking gears ** [04:39:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:39:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:41 2020-06-13] 178: Checking imports ** [04:39:41 2020-06-13] 178: Checking exports ** [04:39:41 2020-06-13] 178: Checking users ** [04:39:41 2020-06-13] 178: Checking user_dbs ** [04:39:41 2020-06-13] 178: Checking geocodings ** [04:39:41 2020-06-13] 178: Checking synchronizations ** [04:39:41 2020-06-13] 178: Checking tracker ** [04:39:41 2020-06-13] 178: Checking user_migrations ** [04:39:41 2020-06-13] 178: Checking batch_updates ** [04:39:41 2020-06-13] 178: Checking gears ** [04:39:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:39:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:46 2020-06-13] 178: Checking imports ** [04:39:46 2020-06-13] 178: Checking exports ** [04:39:46 2020-06-13] 178: Checking users ** [04:39:46 2020-06-13] 178: Checking user_dbs ** [04:39:46 2020-06-13] 178: Checking geocodings ** [04:39:46 2020-06-13] 178: Checking synchronizations ** [04:39:46 2020-06-13] 178: Checking tracker ** [04:39:46 2020-06-13] 178: Checking user_migrations ** [04:39:46 2020-06-13] 178: Checking batch_updates ** [04:39:46 2020-06-13] 178: Checking gears ** [04:39:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:39:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:51 2020-06-13] 178: Checking imports ** [04:39:51 2020-06-13] 178: Checking exports ** [04:39:51 2020-06-13] 178: Checking users ** [04:39:51 2020-06-13] 178: Checking user_dbs ** [04:39:51 2020-06-13] 178: Checking geocodings ** [04:39:51 2020-06-13] 178: Checking synchronizations ** [04:39:51 2020-06-13] 178: Checking tracker ** [04:39:51 2020-06-13] 178: Checking user_migrations ** [04:39:51 2020-06-13] 178: Checking batch_updates ** [04:39:51 2020-06-13] 178: Checking gears ** [04:39:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:39:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:56 2020-06-13] 178: Checking imports ** [04:39:56 2020-06-13] 178: Checking exports ** [04:39:56 2020-06-13] 178: Checking users ** [04:39:56 2020-06-13] 178: Checking user_dbs ** [04:39:56 2020-06-13] 178: Checking geocodings ** [04:39:56 2020-06-13] 178: Checking synchronizations ** [04:39:56 2020-06-13] 178: Checking tracker ** [04:39:56 2020-06-13] 178: Checking user_migrations ** [04:39:56 2020-06-13] 178: Checking batch_updates ** [04:39:56 2020-06-13] 178: Checking gears ** [04:39:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:39:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:01 2020-06-13] 178: Checking imports ** [04:40:01 2020-06-13] 178: Checking exports ** [04:40:01 2020-06-13] 178: Checking users ** [04:40:01 2020-06-13] 178: Checking user_dbs ** [04:40:01 2020-06-13] 178: Checking geocodings ** [04:40:01 2020-06-13] 178: Checking synchronizations ** [04:40:01 2020-06-13] 178: Checking tracker ** [04:40:01 2020-06-13] 178: Checking user_migrations ** [04:40:01 2020-06-13] 178: Checking batch_updates ** [04:40:01 2020-06-13] 178: Checking gears ** [04:40:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:40:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:06 2020-06-13] 178: Checking imports ** [04:40:06 2020-06-13] 178: Checking exports ** [04:40:06 2020-06-13] 178: Checking users ** [04:40:06 2020-06-13] 178: Checking user_dbs ** [04:40:06 2020-06-13] 178: Checking geocodings ** [04:40:06 2020-06-13] 178: Checking synchronizations ** [04:40:06 2020-06-13] 178: Checking tracker ** [04:40:06 2020-06-13] 178: Checking user_migrations ** [04:40:06 2020-06-13] 178: Checking batch_updates ** [04:40:06 2020-06-13] 178: Checking gears ** [04:40:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:40:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:11 2020-06-13] 178: Checking imports ** [04:40:11 2020-06-13] 178: Checking exports ** [04:40:11 2020-06-13] 178: Checking users ** [04:40:11 2020-06-13] 178: Checking user_dbs ** [04:40:11 2020-06-13] 178: Checking geocodings ** [04:40:11 2020-06-13] 178: Checking synchronizations ** [04:40:11 2020-06-13] 178: Checking tracker ** [04:40:11 2020-06-13] 178: Checking user_migrations ** [04:40:11 2020-06-13] 178: Checking batch_updates ** [04:40:11 2020-06-13] 178: Checking gears ** [04:40:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:40:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:16 2020-06-13] 178: Checking imports ** [04:40:16 2020-06-13] 178: Checking exports ** [04:40:16 2020-06-13] 178: Checking users ** [04:40:16 2020-06-13] 178: Checking user_dbs ** [04:40:16 2020-06-13] 178: Checking geocodings ** [04:40:16 2020-06-13] 178: Checking synchronizations ** [04:40:16 2020-06-13] 178: Checking tracker ** [04:40:16 2020-06-13] 178: Checking user_migrations ** [04:40:16 2020-06-13] 178: Checking batch_updates ** [04:40:16 2020-06-13] 178: Checking gears ** [04:40:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:40:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:21 2020-06-13] 178: Checking imports ** [04:40:21 2020-06-13] 178: Checking exports ** [04:40:21 2020-06-13] 178: Checking users ** [04:40:21 2020-06-13] 178: Checking user_dbs ** [04:40:21 2020-06-13] 178: Checking geocodings ** [04:40:21 2020-06-13] 178: Checking synchronizations ** [04:40:21 2020-06-13] 178: Checking tracker ** [04:40:21 2020-06-13] 178: Checking user_migrations ** [04:40:21 2020-06-13] 178: Checking batch_updates ** [04:40:21 2020-06-13] 178: Checking gears ** [04:40:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:40:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:26 2020-06-13] 178: Checking imports ** [04:40:26 2020-06-13] 178: Checking exports ** [04:40:26 2020-06-13] 178: Checking users ** [04:40:26 2020-06-13] 178: Checking user_dbs ** [04:40:26 2020-06-13] 178: Checking geocodings ** [04:40:26 2020-06-13] 178: Checking synchronizations ** [04:40:26 2020-06-13] 178: Checking tracker ** [04:40:26 2020-06-13] 178: Checking user_migrations ** [04:40:26 2020-06-13] 178: Checking batch_updates ** [04:40:26 2020-06-13] 178: Checking gears ** [04:40:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:40:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:31 2020-06-13] 178: Checking imports ** [04:40:31 2020-06-13] 178: Checking exports ** [04:40:31 2020-06-13] 178: Checking users ** [04:40:31 2020-06-13] 178: Checking user_dbs ** [04:40:31 2020-06-13] 178: Checking geocodings ** [04:40:31 2020-06-13] 178: Checking synchronizations ** [04:40:31 2020-06-13] 178: Checking tracker ** [04:40:31 2020-06-13] 178: Checking user_migrations ** [04:40:31 2020-06-13] 178: Checking batch_updates ** [04:40:31 2020-06-13] 178: Checking gears ** [04:40:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:40:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:36 2020-06-13] 178: Checking imports ** [04:40:36 2020-06-13] 178: Checking exports ** [04:40:36 2020-06-13] 178: Checking users ** [04:40:36 2020-06-13] 178: Checking user_dbs ** [04:40:36 2020-06-13] 178: Checking geocodings ** [04:40:36 2020-06-13] 178: Checking synchronizations ** [04:40:36 2020-06-13] 178: Checking tracker ** [04:40:36 2020-06-13] 178: Checking user_migrations ** [04:40:36 2020-06-13] 178: Checking batch_updates ** [04:40:36 2020-06-13] 178: Checking gears ** [04:40:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:40:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:41 2020-06-13] 178: Checking imports ** [04:40:41 2020-06-13] 178: Checking exports ** [04:40:41 2020-06-13] 178: Checking users ** [04:40:41 2020-06-13] 178: Checking user_dbs ** [04:40:41 2020-06-13] 178: Checking geocodings ** [04:40:41 2020-06-13] 178: Checking synchronizations ** [04:40:41 2020-06-13] 178: Checking tracker ** [04:40:41 2020-06-13] 178: Checking user_migrations ** [04:40:41 2020-06-13] 178: Checking batch_updates ** [04:40:41 2020-06-13] 178: Checking gears ** [04:40:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:40:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:46 2020-06-13] 178: Checking imports ** [04:40:46 2020-06-13] 178: Checking exports ** [04:40:46 2020-06-13] 178: Checking users ** [04:40:46 2020-06-13] 178: Checking user_dbs ** [04:40:46 2020-06-13] 178: Checking geocodings ** [04:40:46 2020-06-13] 178: Checking synchronizations ** [04:40:46 2020-06-13] 178: Checking tracker ** [04:40:46 2020-06-13] 178: Checking user_migrations ** [04:40:46 2020-06-13] 178: Checking batch_updates ** [04:40:46 2020-06-13] 178: Checking gears ** [04:40:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:40:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:51 2020-06-13] 178: Checking imports ** [04:40:51 2020-06-13] 178: Checking exports ** [04:40:51 2020-06-13] 178: Checking users ** [04:40:51 2020-06-13] 178: Checking user_dbs ** [04:40:51 2020-06-13] 178: Checking geocodings ** [04:40:51 2020-06-13] 178: Checking synchronizations ** [04:40:51 2020-06-13] 178: Checking tracker ** [04:40:51 2020-06-13] 178: Checking user_migrations ** [04:40:51 2020-06-13] 178: Checking batch_updates ** [04:40:51 2020-06-13] 178: Checking gears ** [04:40:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:40:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:56 2020-06-13] 178: Checking imports ** [04:40:56 2020-06-13] 178: Checking exports ** [04:40:56 2020-06-13] 178: Checking users ** [04:40:56 2020-06-13] 178: Checking user_dbs ** [04:40:56 2020-06-13] 178: Checking geocodings ** [04:40:56 2020-06-13] 178: Checking synchronizations ** [04:40:56 2020-06-13] 178: Checking tracker ** [04:40:56 2020-06-13] 178: Checking user_migrations ** [04:40:56 2020-06-13] 178: Checking batch_updates ** [04:40:56 2020-06-13] 178: Checking gears ** [04:40:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:40:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:01 2020-06-13] 178: Checking imports ** [04:41:01 2020-06-13] 178: Checking exports ** [04:41:01 2020-06-13] 178: Checking users ** [04:41:01 2020-06-13] 178: Checking user_dbs ** [04:41:01 2020-06-13] 178: Checking geocodings ** [04:41:01 2020-06-13] 178: Checking synchronizations ** [04:41:01 2020-06-13] 178: Checking tracker ** [04:41:01 2020-06-13] 178: Checking user_migrations ** [04:41:01 2020-06-13] 178: Checking batch_updates ** [04:41:01 2020-06-13] 178: Checking gears ** [04:41:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:41:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:06 2020-06-13] 178: Checking imports ** [04:41:06 2020-06-13] 178: Checking exports ** [04:41:06 2020-06-13] 178: Checking users ** [04:41:06 2020-06-13] 178: Checking user_dbs ** [04:41:06 2020-06-13] 178: Checking geocodings ** [04:41:06 2020-06-13] 178: Checking synchronizations ** [04:41:06 2020-06-13] 178: Checking tracker ** [04:41:06 2020-06-13] 178: Checking user_migrations ** [04:41:06 2020-06-13] 178: Checking batch_updates ** [04:41:06 2020-06-13] 178: Checking gears ** [04:41:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:41:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:11 2020-06-13] 178: Checking imports ** [04:41:11 2020-06-13] 178: Checking exports ** [04:41:11 2020-06-13] 178: Checking users ** [04:41:11 2020-06-13] 178: Checking user_dbs ** [04:41:11 2020-06-13] 178: Checking geocodings ** [04:41:11 2020-06-13] 178: Checking synchronizations ** [04:41:11 2020-06-13] 178: Checking tracker ** [04:41:11 2020-06-13] 178: Checking user_migrations ** [04:41:11 2020-06-13] 178: Checking batch_updates ** [04:41:11 2020-06-13] 178: Checking gears ** [04:41:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:41:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:16 2020-06-13] 178: Checking imports ** [04:41:16 2020-06-13] 178: Checking exports ** [04:41:16 2020-06-13] 178: Checking users ** [04:41:16 2020-06-13] 178: Checking user_dbs ** [04:41:16 2020-06-13] 178: Checking geocodings ** [04:41:16 2020-06-13] 178: Checking synchronizations ** [04:41:16 2020-06-13] 178: Checking tracker ** [04:41:16 2020-06-13] 178: Checking user_migrations ** [04:41:16 2020-06-13] 178: Checking batch_updates ** [04:41:16 2020-06-13] 178: Checking gears ** [04:41:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:41:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:21 2020-06-13] 178: Checking imports ** [04:41:21 2020-06-13] 178: Checking exports ** [04:41:21 2020-06-13] 178: Checking users ** [04:41:21 2020-06-13] 178: Checking user_dbs ** [04:41:21 2020-06-13] 178: Checking geocodings ** [04:41:21 2020-06-13] 178: Checking synchronizations ** [04:41:21 2020-06-13] 178: Checking tracker ** [04:41:21 2020-06-13] 178: Checking user_migrations ** [04:41:21 2020-06-13] 178: Checking batch_updates ** [04:41:21 2020-06-13] 178: Checking gears ** [04:41:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:41:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:26 2020-06-13] 178: Checking imports ** [04:41:26 2020-06-13] 178: Checking exports ** [04:41:26 2020-06-13] 178: Checking users ** [04:41:26 2020-06-13] 178: Checking user_dbs ** [04:41:26 2020-06-13] 178: Checking geocodings ** [04:41:26 2020-06-13] 178: Checking synchronizations ** [04:41:26 2020-06-13] 178: Checking tracker ** [04:41:26 2020-06-13] 178: Checking user_migrations ** [04:41:26 2020-06-13] 178: Checking batch_updates ** [04:41:26 2020-06-13] 178: Checking gears ** [04:41:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:41:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:31 2020-06-13] 178: Checking imports ** [04:41:31 2020-06-13] 178: Checking exports ** [04:41:31 2020-06-13] 178: Checking users ** [04:41:31 2020-06-13] 178: Checking user_dbs ** [04:41:31 2020-06-13] 178: Checking geocodings ** [04:41:31 2020-06-13] 178: Checking synchronizations ** [04:41:31 2020-06-13] 178: Checking tracker ** [04:41:31 2020-06-13] 178: Checking user_migrations ** [04:41:31 2020-06-13] 178: Checking batch_updates ** [04:41:31 2020-06-13] 178: Checking gears ** [04:41:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:41:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:36 2020-06-13] 178: Checking imports ** [04:41:36 2020-06-13] 178: Checking exports ** [04:41:36 2020-06-13] 178: Checking users ** [04:41:36 2020-06-13] 178: Checking user_dbs ** [04:41:36 2020-06-13] 178: Checking geocodings ** [04:41:36 2020-06-13] 178: Checking synchronizations ** [04:41:36 2020-06-13] 178: Checking tracker ** [04:41:36 2020-06-13] 178: Checking user_migrations ** [04:41:36 2020-06-13] 178: Checking batch_updates ** [04:41:36 2020-06-13] 178: Checking gears ** [04:41:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:41:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:41 2020-06-13] 178: Checking imports ** [04:41:41 2020-06-13] 178: Checking exports ** [04:41:41 2020-06-13] 178: Checking users ** [04:41:41 2020-06-13] 178: Checking user_dbs ** [04:41:41 2020-06-13] 178: Checking geocodings ** [04:41:41 2020-06-13] 178: Checking synchronizations ** [04:41:41 2020-06-13] 178: Checking tracker ** [04:41:41 2020-06-13] 178: Checking user_migrations ** [04:41:41 2020-06-13] 178: Checking batch_updates ** [04:41:41 2020-06-13] 178: Checking gears ** [04:41:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:41:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:46 2020-06-13] 178: Checking imports ** [04:41:46 2020-06-13] 178: Checking exports ** [04:41:46 2020-06-13] 178: Checking users ** [04:41:46 2020-06-13] 178: Checking user_dbs ** [04:41:46 2020-06-13] 178: Checking geocodings ** [04:41:46 2020-06-13] 178: Checking synchronizations ** [04:41:46 2020-06-13] 178: Checking tracker ** [04:41:46 2020-06-13] 178: Checking user_migrations ** [04:41:46 2020-06-13] 178: Checking batch_updates ** [04:41:46 2020-06-13] 178: Checking gears ** [04:41:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:41:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:51 2020-06-13] 178: Checking imports ** [04:41:51 2020-06-13] 178: Checking exports ** [04:41:51 2020-06-13] 178: Checking users ** [04:41:51 2020-06-13] 178: Checking user_dbs ** [04:41:51 2020-06-13] 178: Checking geocodings ** [04:41:51 2020-06-13] 178: Checking synchronizations ** [04:41:51 2020-06-13] 178: Checking tracker ** [04:41:51 2020-06-13] 178: Checking user_migrations ** [04:41:51 2020-06-13] 178: Checking batch_updates ** [04:41:51 2020-06-13] 178: Checking gears ** [04:41:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:41:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:56 2020-06-13] 178: Checking imports ** [04:41:56 2020-06-13] 178: Checking exports ** [04:41:56 2020-06-13] 178: Checking users ** [04:41:56 2020-06-13] 178: Checking user_dbs ** [04:41:56 2020-06-13] 178: Checking geocodings ** [04:41:56 2020-06-13] 178: Checking synchronizations ** [04:41:56 2020-06-13] 178: Checking tracker ** [04:41:56 2020-06-13] 178: Checking user_migrations ** [04:41:56 2020-06-13] 178: Checking batch_updates ** [04:41:56 2020-06-13] 178: Checking gears ** [04:41:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:41:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:01 2020-06-13] 178: Checking imports ** [04:42:01 2020-06-13] 178: Checking exports ** [04:42:01 2020-06-13] 178: Checking users ** [04:42:01 2020-06-13] 178: Checking user_dbs ** [04:42:01 2020-06-13] 178: Checking geocodings ** [04:42:01 2020-06-13] 178: Checking synchronizations ** [04:42:01 2020-06-13] 178: Checking tracker ** [04:42:01 2020-06-13] 178: Checking user_migrations ** [04:42:01 2020-06-13] 178: Checking batch_updates ** [04:42:01 2020-06-13] 178: Checking gears ** [04:42:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:42:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:06 2020-06-13] 178: Checking imports ** [04:42:06 2020-06-13] 178: Checking exports ** [04:42:06 2020-06-13] 178: Checking users ** [04:42:06 2020-06-13] 178: Checking user_dbs ** [04:42:06 2020-06-13] 178: Checking geocodings ** [04:42:06 2020-06-13] 178: Checking synchronizations ** [04:42:06 2020-06-13] 178: Checking tracker ** [04:42:06 2020-06-13] 178: Checking user_migrations ** [04:42:06 2020-06-13] 178: Checking batch_updates ** [04:42:06 2020-06-13] 178: Checking gears ** [04:42:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:42:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:11 2020-06-13] 178: Checking imports ** [04:42:11 2020-06-13] 178: Checking exports ** [04:42:11 2020-06-13] 178: Checking users ** [04:42:11 2020-06-13] 178: Checking user_dbs ** [04:42:11 2020-06-13] 178: Checking geocodings ** [04:42:11 2020-06-13] 178: Checking synchronizations ** [04:42:11 2020-06-13] 178: Checking tracker ** [04:42:11 2020-06-13] 178: Checking user_migrations ** [04:42:11 2020-06-13] 178: Checking batch_updates ** [04:42:11 2020-06-13] 178: Checking gears ** [04:42:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:42:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:16 2020-06-13] 178: Checking imports ** [04:42:16 2020-06-13] 178: Checking exports ** [04:42:16 2020-06-13] 178: Checking users ** [04:42:16 2020-06-13] 178: Checking user_dbs ** [04:42:16 2020-06-13] 178: Checking geocodings ** [04:42:16 2020-06-13] 178: Checking synchronizations ** [04:42:16 2020-06-13] 178: Checking tracker ** [04:42:16 2020-06-13] 178: Checking user_migrations ** [04:42:16 2020-06-13] 178: Checking batch_updates ** [04:42:16 2020-06-13] 178: Checking gears ** [04:42:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:42:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:21 2020-06-13] 178: Checking imports ** [04:42:21 2020-06-13] 178: Checking exports ** [04:42:21 2020-06-13] 178: Checking users ** [04:42:21 2020-06-13] 178: Checking user_dbs ** [04:42:21 2020-06-13] 178: Checking geocodings ** [04:42:21 2020-06-13] 178: Checking synchronizations ** [04:42:21 2020-06-13] 178: Checking tracker ** [04:42:21 2020-06-13] 178: Checking user_migrations ** [04:42:21 2020-06-13] 178: Checking batch_updates ** [04:42:21 2020-06-13] 178: Checking gears ** [04:42:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:42:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:26 2020-06-13] 178: Checking imports ** [04:42:26 2020-06-13] 178: Checking exports ** [04:42:26 2020-06-13] 178: Checking users ** [04:42:26 2020-06-13] 178: Checking user_dbs ** [04:42:26 2020-06-13] 178: Checking geocodings ** [04:42:26 2020-06-13] 178: Checking synchronizations ** [04:42:26 2020-06-13] 178: Checking tracker ** [04:42:26 2020-06-13] 178: Checking user_migrations ** [04:42:26 2020-06-13] 178: Checking batch_updates ** [04:42:26 2020-06-13] 178: Checking gears ** [04:42:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:42:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:31 2020-06-13] 178: Checking imports ** [04:42:31 2020-06-13] 178: Checking exports ** [04:42:31 2020-06-13] 178: Checking users ** [04:42:31 2020-06-13] 178: Checking user_dbs ** [04:42:31 2020-06-13] 178: Checking geocodings ** [04:42:31 2020-06-13] 178: Checking synchronizations ** [04:42:31 2020-06-13] 178: Checking tracker ** [04:42:31 2020-06-13] 178: Checking user_migrations ** [04:42:31 2020-06-13] 178: Checking batch_updates ** [04:42:31 2020-06-13] 178: Checking gears ** [04:42:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:42:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:36 2020-06-13] 178: Checking imports ** [04:42:36 2020-06-13] 178: Checking exports ** [04:42:36 2020-06-13] 178: Checking users ** [04:42:36 2020-06-13] 178: Checking user_dbs ** [04:42:37 2020-06-13] 178: Checking geocodings ** [04:42:37 2020-06-13] 178: Checking synchronizations ** [04:42:37 2020-06-13] 178: Checking tracker ** [04:42:37 2020-06-13] 178: Checking user_migrations ** [04:42:37 2020-06-13] 178: Checking batch_updates ** [04:42:37 2020-06-13] 178: Checking gears ** [04:42:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:42:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:42 2020-06-13] 178: Checking imports ** [04:42:42 2020-06-13] 178: Checking exports ** [04:42:42 2020-06-13] 178: Checking users ** [04:42:42 2020-06-13] 178: Checking user_dbs ** [04:42:42 2020-06-13] 178: Checking geocodings ** [04:42:42 2020-06-13] 178: Checking synchronizations ** [04:42:42 2020-06-13] 178: Checking tracker ** [04:42:42 2020-06-13] 178: Checking user_migrations ** [04:42:42 2020-06-13] 178: Checking batch_updates ** [04:42:42 2020-06-13] 178: Checking gears ** [04:42:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:42:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:47 2020-06-13] 178: Checking imports ** [04:42:47 2020-06-13] 178: Checking exports ** [04:42:47 2020-06-13] 178: Checking users ** [04:42:47 2020-06-13] 178: Checking user_dbs ** [04:42:47 2020-06-13] 178: Checking geocodings ** [04:42:47 2020-06-13] 178: Checking synchronizations ** [04:42:47 2020-06-13] 178: Checking tracker ** [04:42:47 2020-06-13] 178: Checking user_migrations ** [04:42:47 2020-06-13] 178: Checking batch_updates ** [04:42:47 2020-06-13] 178: Checking gears ** [04:42:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:42:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:52 2020-06-13] 178: Checking imports ** [04:42:52 2020-06-13] 178: Checking exports ** [04:42:52 2020-06-13] 178: Checking users ** [04:42:52 2020-06-13] 178: Checking user_dbs ** [04:42:52 2020-06-13] 178: Checking geocodings ** [04:42:52 2020-06-13] 178: Checking synchronizations ** [04:42:52 2020-06-13] 178: Checking tracker ** [04:42:52 2020-06-13] 178: Checking user_migrations ** [04:42:52 2020-06-13] 178: Checking batch_updates ** [04:42:52 2020-06-13] 178: Checking gears ** [04:42:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:42:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:57 2020-06-13] 178: Checking imports ** [04:42:57 2020-06-13] 178: Checking exports ** [04:42:57 2020-06-13] 178: Checking users ** [04:42:57 2020-06-13] 178: Checking user_dbs ** [04:42:57 2020-06-13] 178: Checking geocodings ** [04:42:57 2020-06-13] 178: Checking synchronizations ** [04:42:57 2020-06-13] 178: Checking tracker ** [04:42:57 2020-06-13] 178: Checking user_migrations ** [04:42:57 2020-06-13] 178: Checking batch_updates ** [04:42:57 2020-06-13] 178: Checking gears ** [04:42:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:42:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:02 2020-06-13] 178: Checking imports ** [04:43:02 2020-06-13] 178: Checking exports ** [04:43:02 2020-06-13] 178: Checking users ** [04:43:02 2020-06-13] 178: Checking user_dbs ** [04:43:02 2020-06-13] 178: Checking geocodings ** [04:43:02 2020-06-13] 178: Checking synchronizations ** [04:43:02 2020-06-13] 178: Checking tracker ** [04:43:02 2020-06-13] 178: Checking user_migrations ** [04:43:02 2020-06-13] 178: Checking batch_updates ** [04:43:02 2020-06-13] 178: Checking gears ** [04:43:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:43:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:07 2020-06-13] 178: Checking imports ** [04:43:07 2020-06-13] 178: Checking exports ** [04:43:07 2020-06-13] 178: Checking users ** [04:43:07 2020-06-13] 178: Checking user_dbs ** [04:43:07 2020-06-13] 178: Checking geocodings ** [04:43:07 2020-06-13] 178: Checking synchronizations ** [04:43:07 2020-06-13] 178: Checking tracker ** [04:43:07 2020-06-13] 178: Checking user_migrations ** [04:43:07 2020-06-13] 178: Checking batch_updates ** [04:43:07 2020-06-13] 178: Checking gears ** [04:43:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:43:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:12 2020-06-13] 178: Checking imports ** [04:43:12 2020-06-13] 178: Checking exports ** [04:43:12 2020-06-13] 178: Checking users ** [04:43:12 2020-06-13] 178: Checking user_dbs ** [04:43:12 2020-06-13] 178: Checking geocodings ** [04:43:12 2020-06-13] 178: Checking synchronizations ** [04:43:12 2020-06-13] 178: Checking tracker ** [04:43:12 2020-06-13] 178: Checking user_migrations ** [04:43:12 2020-06-13] 178: Checking batch_updates ** [04:43:12 2020-06-13] 178: Checking gears ** [04:43:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:43:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:17 2020-06-13] 178: Checking imports ** [04:43:17 2020-06-13] 178: Checking exports ** [04:43:17 2020-06-13] 178: Checking users ** [04:43:17 2020-06-13] 178: Checking user_dbs ** [04:43:17 2020-06-13] 178: Checking geocodings ** [04:43:17 2020-06-13] 178: Checking synchronizations ** [04:43:17 2020-06-13] 178: Checking tracker ** [04:43:17 2020-06-13] 178: Checking user_migrations ** [04:43:17 2020-06-13] 178: Checking batch_updates ** [04:43:17 2020-06-13] 178: Checking gears ** [04:43:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:43:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:22 2020-06-13] 178: Checking imports ** [04:43:22 2020-06-13] 178: Checking exports ** [04:43:22 2020-06-13] 178: Checking users ** [04:43:22 2020-06-13] 178: Checking user_dbs ** [04:43:22 2020-06-13] 178: Checking geocodings ** [04:43:22 2020-06-13] 178: Checking synchronizations ** [04:43:22 2020-06-13] 178: Checking tracker ** [04:43:22 2020-06-13] 178: Checking user_migrations ** [04:43:22 2020-06-13] 178: Checking batch_updates ** [04:43:22 2020-06-13] 178: Checking gears ** [04:43:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:43:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:27 2020-06-13] 178: Checking imports ** [04:43:27 2020-06-13] 178: Checking exports ** [04:43:27 2020-06-13] 178: Checking users ** [04:43:27 2020-06-13] 178: Checking user_dbs ** [04:43:27 2020-06-13] 178: Checking geocodings ** [04:43:27 2020-06-13] 178: Checking synchronizations ** [04:43:27 2020-06-13] 178: Checking tracker ** [04:43:27 2020-06-13] 178: Checking user_migrations ** [04:43:27 2020-06-13] 178: Checking batch_updates ** [04:43:27 2020-06-13] 178: Checking gears ** [04:43:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:43:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:32 2020-06-13] 178: Checking imports ** [04:43:32 2020-06-13] 178: Checking exports ** [04:43:32 2020-06-13] 178: Checking users ** [04:43:32 2020-06-13] 178: Checking user_dbs ** [04:43:32 2020-06-13] 178: Checking geocodings ** [04:43:32 2020-06-13] 178: Checking synchronizations ** [04:43:32 2020-06-13] 178: Checking tracker ** [04:43:32 2020-06-13] 178: Checking user_migrations ** [04:43:32 2020-06-13] 178: Checking batch_updates ** [04:43:32 2020-06-13] 178: Checking gears ** [04:43:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:43:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:37 2020-06-13] 178: Checking imports ** [04:43:37 2020-06-13] 178: Checking exports ** [04:43:37 2020-06-13] 178: Checking users ** [04:43:37 2020-06-13] 178: Checking user_dbs ** [04:43:37 2020-06-13] 178: Checking geocodings ** [04:43:37 2020-06-13] 178: Checking synchronizations ** [04:43:37 2020-06-13] 178: Checking tracker ** [04:43:37 2020-06-13] 178: Checking user_migrations ** [04:43:37 2020-06-13] 178: Checking batch_updates ** [04:43:37 2020-06-13] 178: Checking gears ** [04:43:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:43:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:42 2020-06-13] 178: Checking imports ** [04:43:42 2020-06-13] 178: Checking exports ** [04:43:42 2020-06-13] 178: Checking users ** [04:43:42 2020-06-13] 178: Checking user_dbs ** [04:43:42 2020-06-13] 178: Checking geocodings ** [04:43:42 2020-06-13] 178: Checking synchronizations ** [04:43:42 2020-06-13] 178: Checking tracker ** [04:43:42 2020-06-13] 178: Checking user_migrations ** [04:43:42 2020-06-13] 178: Checking batch_updates ** [04:43:42 2020-06-13] 178: Checking gears ** [04:43:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:43:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:47 2020-06-13] 178: Checking imports ** [04:43:47 2020-06-13] 178: Checking exports ** [04:43:47 2020-06-13] 178: Checking users ** [04:43:47 2020-06-13] 178: Checking user_dbs ** [04:43:47 2020-06-13] 178: Checking geocodings ** [04:43:47 2020-06-13] 178: Checking synchronizations ** [04:43:47 2020-06-13] 178: Checking tracker ** [04:43:47 2020-06-13] 178: Checking user_migrations ** [04:43:47 2020-06-13] 178: Checking batch_updates ** [04:43:47 2020-06-13] 178: Checking gears ** [04:43:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:43:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:52 2020-06-13] 178: Checking imports ** [04:43:52 2020-06-13] 178: Checking exports ** [04:43:52 2020-06-13] 178: Checking users ** [04:43:52 2020-06-13] 178: Checking user_dbs ** [04:43:52 2020-06-13] 178: Checking geocodings ** [04:43:52 2020-06-13] 178: Checking synchronizations ** [04:43:52 2020-06-13] 178: Checking tracker ** [04:43:52 2020-06-13] 178: Checking user_migrations ** [04:43:52 2020-06-13] 178: Checking batch_updates ** [04:43:52 2020-06-13] 178: Checking gears ** [04:43:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:43:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:57 2020-06-13] 178: Checking imports ** [04:43:57 2020-06-13] 178: Checking exports ** [04:43:57 2020-06-13] 178: Checking users ** [04:43:57 2020-06-13] 178: Checking user_dbs ** [04:43:57 2020-06-13] 178: Checking geocodings ** [04:43:57 2020-06-13] 178: Checking synchronizations ** [04:43:57 2020-06-13] 178: Checking tracker ** [04:43:57 2020-06-13] 178: Checking user_migrations ** [04:43:57 2020-06-13] 178: Checking batch_updates ** [04:43:57 2020-06-13] 178: Checking gears ** [04:43:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:43:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:02 2020-06-13] 178: Checking imports ** [04:44:02 2020-06-13] 178: Checking exports ** [04:44:02 2020-06-13] 178: Checking users ** [04:44:02 2020-06-13] 178: Checking user_dbs ** [04:44:02 2020-06-13] 178: Checking geocodings ** [04:44:02 2020-06-13] 178: Checking synchronizations ** [04:44:02 2020-06-13] 178: Checking tracker ** [04:44:02 2020-06-13] 178: Checking user_migrations ** [04:44:02 2020-06-13] 178: Checking batch_updates ** [04:44:02 2020-06-13] 178: Checking gears ** [04:44:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:44:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:07 2020-06-13] 178: Checking imports ** [04:44:07 2020-06-13] 178: Checking exports ** [04:44:07 2020-06-13] 178: Checking users ** [04:44:07 2020-06-13] 178: Checking user_dbs ** [04:44:07 2020-06-13] 178: Checking geocodings ** [04:44:07 2020-06-13] 178: Checking synchronizations ** [04:44:07 2020-06-13] 178: Checking tracker ** [04:44:07 2020-06-13] 178: Checking user_migrations ** [04:44:07 2020-06-13] 178: Checking batch_updates ** [04:44:07 2020-06-13] 178: Checking gears ** [04:44:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:44:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:12 2020-06-13] 178: Checking imports ** [04:44:12 2020-06-13] 178: Checking exports ** [04:44:12 2020-06-13] 178: Checking users ** [04:44:12 2020-06-13] 178: Checking user_dbs ** [04:44:12 2020-06-13] 178: Checking geocodings ** [04:44:12 2020-06-13] 178: Checking synchronizations ** [04:44:12 2020-06-13] 178: Checking tracker ** [04:44:12 2020-06-13] 178: Checking user_migrations ** [04:44:12 2020-06-13] 178: Checking batch_updates ** [04:44:12 2020-06-13] 178: Checking gears ** [04:44:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:44:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:17 2020-06-13] 178: Checking imports ** [04:44:17 2020-06-13] 178: Checking exports ** [04:44:17 2020-06-13] 178: Checking users ** [04:44:17 2020-06-13] 178: Checking user_dbs ** [04:44:17 2020-06-13] 178: Checking geocodings ** [04:44:17 2020-06-13] 178: Checking synchronizations ** [04:44:17 2020-06-13] 178: Checking tracker ** [04:44:17 2020-06-13] 178: Checking user_migrations ** [04:44:17 2020-06-13] 178: Checking batch_updates ** [04:44:17 2020-06-13] 178: Checking gears ** [04:44:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:44:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:22 2020-06-13] 178: Checking imports ** [04:44:22 2020-06-13] 178: Checking exports ** [04:44:22 2020-06-13] 178: Checking users ** [04:44:22 2020-06-13] 178: Checking user_dbs ** [04:44:22 2020-06-13] 178: Checking geocodings ** [04:44:22 2020-06-13] 178: Checking synchronizations ** [04:44:22 2020-06-13] 178: Checking tracker ** [04:44:22 2020-06-13] 178: Checking user_migrations ** [04:44:22 2020-06-13] 178: Checking batch_updates ** [04:44:22 2020-06-13] 178: Checking gears ** [04:44:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:44:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:27 2020-06-13] 178: Checking imports ** [04:44:27 2020-06-13] 178: Checking exports ** [04:44:27 2020-06-13] 178: Checking users ** [04:44:27 2020-06-13] 178: Checking user_dbs ** [04:44:27 2020-06-13] 178: Checking geocodings ** [04:44:27 2020-06-13] 178: Checking synchronizations ** [04:44:27 2020-06-13] 178: Checking tracker ** [04:44:27 2020-06-13] 178: Checking user_migrations ** [04:44:27 2020-06-13] 178: Checking batch_updates ** [04:44:27 2020-06-13] 178: Checking gears ** [04:44:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:44:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:32 2020-06-13] 178: Checking imports ** [04:44:32 2020-06-13] 178: Checking exports ** [04:44:32 2020-06-13] 178: Checking users ** [04:44:32 2020-06-13] 178: Checking user_dbs ** [04:44:32 2020-06-13] 178: Checking geocodings ** [04:44:32 2020-06-13] 178: Checking synchronizations ** [04:44:32 2020-06-13] 178: Checking tracker ** [04:44:32 2020-06-13] 178: Checking user_migrations ** [04:44:32 2020-06-13] 178: Checking batch_updates ** [04:44:32 2020-06-13] 178: Checking gears ** [04:44:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:44:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:37 2020-06-13] 178: Checking imports ** [04:44:37 2020-06-13] 178: Checking exports ** [04:44:37 2020-06-13] 178: Checking users ** [04:44:37 2020-06-13] 178: Checking user_dbs ** [04:44:37 2020-06-13] 178: Checking geocodings ** [04:44:37 2020-06-13] 178: Checking synchronizations ** [04:44:37 2020-06-13] 178: Checking tracker ** [04:44:37 2020-06-13] 178: Checking user_migrations ** [04:44:37 2020-06-13] 178: Checking batch_updates ** [04:44:37 2020-06-13] 178: Checking gears ** [04:44:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:44:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:42 2020-06-13] 178: Checking imports ** [04:44:42 2020-06-13] 178: Checking exports ** [04:44:42 2020-06-13] 178: Checking users ** [04:44:42 2020-06-13] 178: Checking user_dbs ** [04:44:42 2020-06-13] 178: Checking geocodings ** [04:44:42 2020-06-13] 178: Checking synchronizations ** [04:44:42 2020-06-13] 178: Checking tracker ** [04:44:42 2020-06-13] 178: Checking user_migrations ** [04:44:42 2020-06-13] 178: Checking batch_updates ** [04:44:42 2020-06-13] 178: Checking gears ** [04:44:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:44:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:47 2020-06-13] 178: Checking imports ** [04:44:47 2020-06-13] 178: Checking exports ** [04:44:47 2020-06-13] 178: Checking users ** [04:44:47 2020-06-13] 178: Checking user_dbs ** [04:44:47 2020-06-13] 178: Checking geocodings ** [04:44:47 2020-06-13] 178: Checking synchronizations ** [04:44:47 2020-06-13] 178: Checking tracker ** [04:44:47 2020-06-13] 178: Checking user_migrations ** [04:44:47 2020-06-13] 178: Checking batch_updates ** [04:44:47 2020-06-13] 178: Checking gears ** [04:44:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:44:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:52 2020-06-13] 178: Checking imports ** [04:44:52 2020-06-13] 178: Checking exports ** [04:44:52 2020-06-13] 178: Checking users ** [04:44:52 2020-06-13] 178: Checking user_dbs ** [04:44:52 2020-06-13] 178: Checking geocodings ** [04:44:52 2020-06-13] 178: Checking synchronizations ** [04:44:52 2020-06-13] 178: Checking tracker ** [04:44:52 2020-06-13] 178: Checking user_migrations ** [04:44:52 2020-06-13] 178: Checking batch_updates ** [04:44:52 2020-06-13] 178: Checking gears ** [04:44:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:44:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:57 2020-06-13] 178: Checking imports ** [04:44:57 2020-06-13] 178: Checking exports ** [04:44:57 2020-06-13] 178: Checking users ** [04:44:57 2020-06-13] 178: Checking user_dbs ** [04:44:57 2020-06-13] 178: Checking geocodings ** [04:44:57 2020-06-13] 178: Checking synchronizations ** [04:44:57 2020-06-13] 178: Checking tracker ** [04:44:57 2020-06-13] 178: Checking user_migrations ** [04:44:57 2020-06-13] 178: Checking batch_updates ** [04:44:57 2020-06-13] 178: Checking gears ** [04:44:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:44:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:02 2020-06-13] 178: Checking imports ** [04:45:02 2020-06-13] 178: Checking exports ** [04:45:02 2020-06-13] 178: Checking users ** [04:45:02 2020-06-13] 178: Checking user_dbs ** [04:45:02 2020-06-13] 178: Checking geocodings ** [04:45:02 2020-06-13] 178: Checking synchronizations ** [04:45:02 2020-06-13] 178: Checking tracker ** [04:45:02 2020-06-13] 178: Checking user_migrations ** [04:45:02 2020-06-13] 178: Checking batch_updates ** [04:45:02 2020-06-13] 178: Checking gears ** [04:45:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:45:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:07 2020-06-13] 178: Checking imports ** [04:45:07 2020-06-13] 178: Checking exports ** [04:45:07 2020-06-13] 178: Checking users ** [04:45:07 2020-06-13] 178: Checking user_dbs ** [04:45:07 2020-06-13] 178: Checking geocodings ** [04:45:07 2020-06-13] 178: Checking synchronizations ** [04:45:07 2020-06-13] 178: Checking tracker ** [04:45:07 2020-06-13] 178: Checking user_migrations ** [04:45:07 2020-06-13] 178: Checking batch_updates ** [04:45:07 2020-06-13] 178: Checking gears ** [04:45:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:45:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:12 2020-06-13] 178: Checking imports ** [04:45:12 2020-06-13] 178: Checking exports ** [04:45:12 2020-06-13] 178: Checking users ** [04:45:12 2020-06-13] 178: Checking user_dbs ** [04:45:12 2020-06-13] 178: Checking geocodings ** [04:45:12 2020-06-13] 178: Checking synchronizations ** [04:45:12 2020-06-13] 178: Checking tracker ** [04:45:12 2020-06-13] 178: Checking user_migrations ** [04:45:12 2020-06-13] 178: Checking batch_updates ** [04:45:12 2020-06-13] 178: Checking gears ** [04:45:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:45:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:17 2020-06-13] 178: Checking imports ** [04:45:17 2020-06-13] 178: Checking exports ** [04:45:17 2020-06-13] 178: Checking users ** [04:45:17 2020-06-13] 178: Checking user_dbs ** [04:45:17 2020-06-13] 178: Checking geocodings ** [04:45:17 2020-06-13] 178: Checking synchronizations ** [04:45:17 2020-06-13] 178: Checking tracker ** [04:45:17 2020-06-13] 178: Checking user_migrations ** [04:45:17 2020-06-13] 178: Checking batch_updates ** [04:45:17 2020-06-13] 178: Checking gears ** [04:45:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:45:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:22 2020-06-13] 178: Checking imports ** [04:45:22 2020-06-13] 178: Checking exports ** [04:45:22 2020-06-13] 178: Checking users ** [04:45:22 2020-06-13] 178: Checking user_dbs ** [04:45:22 2020-06-13] 178: Checking geocodings ** [04:45:22 2020-06-13] 178: Checking synchronizations ** [04:45:22 2020-06-13] 178: Checking tracker ** [04:45:22 2020-06-13] 178: Checking user_migrations ** [04:45:22 2020-06-13] 178: Checking batch_updates ** [04:45:22 2020-06-13] 178: Checking gears ** [04:45:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:45:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:27 2020-06-13] 178: Checking imports ** [04:45:27 2020-06-13] 178: Checking exports ** [04:45:27 2020-06-13] 178: Checking users ** [04:45:27 2020-06-13] 178: Checking user_dbs ** [04:45:27 2020-06-13] 178: Checking geocodings ** [04:45:27 2020-06-13] 178: Checking synchronizations ** [04:45:27 2020-06-13] 178: Checking tracker ** [04:45:27 2020-06-13] 178: Checking user_migrations ** [04:45:27 2020-06-13] 178: Checking batch_updates ** [04:45:27 2020-06-13] 178: Checking gears ** [04:45:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:45:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:32 2020-06-13] 178: Checking imports ** [04:45:32 2020-06-13] 178: Checking exports ** [04:45:32 2020-06-13] 178: Checking users ** [04:45:32 2020-06-13] 178: Checking user_dbs ** [04:45:32 2020-06-13] 178: Checking geocodings ** [04:45:32 2020-06-13] 178: Checking synchronizations ** [04:45:32 2020-06-13] 178: Checking tracker ** [04:45:32 2020-06-13] 178: Checking user_migrations ** [04:45:32 2020-06-13] 178: Checking batch_updates ** [04:45:32 2020-06-13] 178: Checking gears ** [04:45:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:45:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:37 2020-06-13] 178: Checking imports ** [04:45:37 2020-06-13] 178: Checking exports ** [04:45:37 2020-06-13] 178: Checking users ** [04:45:37 2020-06-13] 178: Checking user_dbs ** [04:45:37 2020-06-13] 178: Checking geocodings ** [04:45:37 2020-06-13] 178: Checking synchronizations ** [04:45:37 2020-06-13] 178: Checking tracker ** [04:45:37 2020-06-13] 178: Checking user_migrations ** [04:45:37 2020-06-13] 178: Checking batch_updates ** [04:45:37 2020-06-13] 178: Checking gears ** [04:45:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:45:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:42 2020-06-13] 178: Checking imports ** [04:45:42 2020-06-13] 178: Checking exports ** [04:45:42 2020-06-13] 178: Checking users ** [04:45:42 2020-06-13] 178: Checking user_dbs ** [04:45:42 2020-06-13] 178: Checking geocodings ** [04:45:42 2020-06-13] 178: Checking synchronizations ** [04:45:42 2020-06-13] 178: Checking tracker ** [04:45:42 2020-06-13] 178: Checking user_migrations ** [04:45:42 2020-06-13] 178: Checking batch_updates ** [04:45:42 2020-06-13] 178: Checking gears ** [04:45:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:45:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:47 2020-06-13] 178: Checking imports ** [04:45:47 2020-06-13] 178: Checking exports ** [04:45:47 2020-06-13] 178: Checking users ** [04:45:47 2020-06-13] 178: Checking user_dbs ** [04:45:47 2020-06-13] 178: Checking geocodings ** [04:45:47 2020-06-13] 178: Checking synchronizations ** [04:45:47 2020-06-13] 178: Checking tracker ** [04:45:47 2020-06-13] 178: Checking user_migrations ** [04:45:47 2020-06-13] 178: Checking batch_updates ** [04:45:47 2020-06-13] 178: Checking gears ** [04:45:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:45:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:52 2020-06-13] 178: Checking imports ** [04:45:52 2020-06-13] 178: Checking exports ** [04:45:52 2020-06-13] 178: Checking users ** [04:45:52 2020-06-13] 178: Checking user_dbs ** [04:45:52 2020-06-13] 178: Checking geocodings ** [04:45:52 2020-06-13] 178: Checking synchronizations ** [04:45:52 2020-06-13] 178: Checking tracker ** [04:45:52 2020-06-13] 178: Checking user_migrations ** [04:45:52 2020-06-13] 178: Checking batch_updates ** [04:45:52 2020-06-13] 178: Checking gears ** [04:45:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:45:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:57 2020-06-13] 178: Checking imports ** [04:45:57 2020-06-13] 178: Checking exports ** [04:45:57 2020-06-13] 178: Checking users ** [04:45:57 2020-06-13] 178: Checking user_dbs ** [04:45:57 2020-06-13] 178: Checking geocodings ** [04:45:57 2020-06-13] 178: Checking synchronizations ** [04:45:57 2020-06-13] 178: Checking tracker ** [04:45:57 2020-06-13] 178: Checking user_migrations ** [04:45:57 2020-06-13] 178: Checking batch_updates ** [04:45:57 2020-06-13] 178: Checking gears ** [04:45:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:45:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:02 2020-06-13] 178: Checking imports ** [04:46:02 2020-06-13] 178: Checking exports ** [04:46:02 2020-06-13] 178: Checking users ** [04:46:02 2020-06-13] 178: Checking user_dbs ** [04:46:02 2020-06-13] 178: Checking geocodings ** [04:46:02 2020-06-13] 178: Checking synchronizations ** [04:46:02 2020-06-13] 178: Checking tracker ** [04:46:02 2020-06-13] 178: Checking user_migrations ** [04:46:02 2020-06-13] 178: Checking batch_updates ** [04:46:02 2020-06-13] 178: Checking gears ** [04:46:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:46:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:07 2020-06-13] 178: Checking imports ** [04:46:07 2020-06-13] 178: Checking exports ** [04:46:07 2020-06-13] 178: Checking users ** [04:46:07 2020-06-13] 178: Checking user_dbs ** [04:46:07 2020-06-13] 178: Checking geocodings ** [04:46:07 2020-06-13] 178: Checking synchronizations ** [04:46:07 2020-06-13] 178: Checking tracker ** [04:46:07 2020-06-13] 178: Checking user_migrations ** [04:46:07 2020-06-13] 178: Checking batch_updates ** [04:46:07 2020-06-13] 178: Checking gears ** [04:46:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:46:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:12 2020-06-13] 178: Checking imports ** [04:46:12 2020-06-13] 178: Checking exports ** [04:46:12 2020-06-13] 178: Checking users ** [04:46:12 2020-06-13] 178: Checking user_dbs ** [04:46:12 2020-06-13] 178: Checking geocodings ** [04:46:12 2020-06-13] 178: Checking synchronizations ** [04:46:12 2020-06-13] 178: Checking tracker ** [04:46:12 2020-06-13] 178: Checking user_migrations ** [04:46:12 2020-06-13] 178: Checking batch_updates ** [04:46:12 2020-06-13] 178: Checking gears ** [04:46:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:46:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:17 2020-06-13] 178: Checking imports ** [04:46:17 2020-06-13] 178: Checking exports ** [04:46:17 2020-06-13] 178: Checking users ** [04:46:17 2020-06-13] 178: Checking user_dbs ** [04:46:17 2020-06-13] 178: Checking geocodings ** [04:46:17 2020-06-13] 178: Checking synchronizations ** [04:46:17 2020-06-13] 178: Checking tracker ** [04:46:17 2020-06-13] 178: Checking user_migrations ** [04:46:17 2020-06-13] 178: Checking batch_updates ** [04:46:17 2020-06-13] 178: Checking gears ** [04:46:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:46:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:22 2020-06-13] 178: Checking imports ** [04:46:22 2020-06-13] 178: Checking exports ** [04:46:22 2020-06-13] 178: Checking users ** [04:46:22 2020-06-13] 178: Checking user_dbs ** [04:46:22 2020-06-13] 178: Checking geocodings ** [04:46:22 2020-06-13] 178: Checking synchronizations ** [04:46:22 2020-06-13] 178: Checking tracker ** [04:46:22 2020-06-13] 178: Checking user_migrations ** [04:46:22 2020-06-13] 178: Checking batch_updates ** [04:46:22 2020-06-13] 178: Checking gears ** [04:46:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:46:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:27 2020-06-13] 178: Checking imports ** [04:46:27 2020-06-13] 178: Checking exports ** [04:46:27 2020-06-13] 178: Checking users ** [04:46:27 2020-06-13] 178: Checking user_dbs ** [04:46:27 2020-06-13] 178: Checking geocodings ** [04:46:27 2020-06-13] 178: Checking synchronizations ** [04:46:27 2020-06-13] 178: Checking tracker ** [04:46:27 2020-06-13] 178: Checking user_migrations ** [04:46:27 2020-06-13] 178: Checking batch_updates ** [04:46:27 2020-06-13] 178: Checking gears ** [04:46:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:46:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:32 2020-06-13] 178: Checking imports ** [04:46:32 2020-06-13] 178: Checking exports ** [04:46:32 2020-06-13] 178: Checking users ** [04:46:32 2020-06-13] 178: Checking user_dbs ** [04:46:32 2020-06-13] 178: Checking geocodings ** [04:46:32 2020-06-13] 178: Checking synchronizations ** [04:46:32 2020-06-13] 178: Checking tracker ** [04:46:32 2020-06-13] 178: Checking user_migrations ** [04:46:32 2020-06-13] 178: Checking batch_updates ** [04:46:32 2020-06-13] 178: Checking gears ** [04:46:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:46:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:37 2020-06-13] 178: Checking imports ** [04:46:37 2020-06-13] 178: Checking exports ** [04:46:37 2020-06-13] 178: Checking users ** [04:46:37 2020-06-13] 178: Checking user_dbs ** [04:46:37 2020-06-13] 178: Checking geocodings ** [04:46:37 2020-06-13] 178: Checking synchronizations ** [04:46:37 2020-06-13] 178: Checking tracker ** [04:46:37 2020-06-13] 178: Checking user_migrations ** [04:46:37 2020-06-13] 178: Checking batch_updates ** [04:46:37 2020-06-13] 178: Checking gears ** [04:46:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:46:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:42 2020-06-13] 178: Checking imports ** [04:46:42 2020-06-13] 178: Checking exports ** [04:46:42 2020-06-13] 178: Checking users ** [04:46:42 2020-06-13] 178: Checking user_dbs ** [04:46:42 2020-06-13] 178: Checking geocodings ** [04:46:42 2020-06-13] 178: Checking synchronizations ** [04:46:42 2020-06-13] 178: Checking tracker ** [04:46:42 2020-06-13] 178: Checking user_migrations ** [04:46:42 2020-06-13] 178: Checking batch_updates ** [04:46:42 2020-06-13] 178: Checking gears ** [04:46:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:46:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:47 2020-06-13] 178: Checking imports ** [04:46:47 2020-06-13] 178: Checking exports ** [04:46:47 2020-06-13] 178: Checking users ** [04:46:47 2020-06-13] 178: Checking user_dbs ** [04:46:47 2020-06-13] 178: Checking geocodings ** [04:46:47 2020-06-13] 178: Checking synchronizations ** [04:46:47 2020-06-13] 178: Checking tracker ** [04:46:47 2020-06-13] 178: Checking user_migrations ** [04:46:47 2020-06-13] 178: Checking batch_updates ** [04:46:47 2020-06-13] 178: Checking gears ** [04:46:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:46:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:52 2020-06-13] 178: Checking imports ** [04:46:52 2020-06-13] 178: Checking exports ** [04:46:52 2020-06-13] 178: Checking users ** [04:46:52 2020-06-13] 178: Checking user_dbs ** [04:46:52 2020-06-13] 178: Checking geocodings ** [04:46:52 2020-06-13] 178: Checking synchronizations ** [04:46:52 2020-06-13] 178: Checking tracker ** [04:46:52 2020-06-13] 178: Checking user_migrations ** [04:46:52 2020-06-13] 178: Checking batch_updates ** [04:46:52 2020-06-13] 178: Checking gears ** [04:46:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:46:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:57 2020-06-13] 178: Checking imports ** [04:46:57 2020-06-13] 178: Checking exports ** [04:46:57 2020-06-13] 178: Checking users ** [04:46:57 2020-06-13] 178: Checking user_dbs ** [04:46:57 2020-06-13] 178: Checking geocodings ** [04:46:57 2020-06-13] 178: Checking synchronizations ** [04:46:57 2020-06-13] 178: Checking tracker ** [04:46:57 2020-06-13] 178: Checking user_migrations ** [04:46:57 2020-06-13] 178: Checking batch_updates ** [04:46:57 2020-06-13] 178: Checking gears ** [04:46:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:46:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:02 2020-06-13] 178: Checking imports ** [04:47:02 2020-06-13] 178: Checking exports ** [04:47:02 2020-06-13] 178: Checking users ** [04:47:02 2020-06-13] 178: Checking user_dbs ** [04:47:02 2020-06-13] 178: Checking geocodings ** [04:47:02 2020-06-13] 178: Checking synchronizations ** [04:47:02 2020-06-13] 178: Checking tracker ** [04:47:02 2020-06-13] 178: Checking user_migrations ** [04:47:02 2020-06-13] 178: Checking batch_updates ** [04:47:02 2020-06-13] 178: Checking gears ** [04:47:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:47:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:07 2020-06-13] 178: Checking imports ** [04:47:07 2020-06-13] 178: Checking exports ** [04:47:07 2020-06-13] 178: Checking users ** [04:47:07 2020-06-13] 178: Checking user_dbs ** [04:47:07 2020-06-13] 178: Checking geocodings ** [04:47:07 2020-06-13] 178: Checking synchronizations ** [04:47:07 2020-06-13] 178: Checking tracker ** [04:47:07 2020-06-13] 178: Checking user_migrations ** [04:47:07 2020-06-13] 178: Checking batch_updates ** [04:47:07 2020-06-13] 178: Checking gears ** [04:47:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:47:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:12 2020-06-13] 178: Checking imports ** [04:47:12 2020-06-13] 178: Checking exports ** [04:47:12 2020-06-13] 178: Checking users ** [04:47:12 2020-06-13] 178: Checking user_dbs ** [04:47:12 2020-06-13] 178: Checking geocodings ** [04:47:12 2020-06-13] 178: Checking synchronizations ** [04:47:12 2020-06-13] 178: Checking tracker ** [04:47:12 2020-06-13] 178: Checking user_migrations ** [04:47:12 2020-06-13] 178: Checking batch_updates ** [04:47:12 2020-06-13] 178: Checking gears ** [04:47:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:47:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:17 2020-06-13] 178: Checking imports ** [04:47:17 2020-06-13] 178: Checking exports ** [04:47:17 2020-06-13] 178: Checking users ** [04:47:17 2020-06-13] 178: Checking user_dbs ** [04:47:17 2020-06-13] 178: Checking geocodings ** [04:47:17 2020-06-13] 178: Checking synchronizations ** [04:47:17 2020-06-13] 178: Checking tracker ** [04:47:17 2020-06-13] 178: Checking user_migrations ** [04:47:17 2020-06-13] 178: Checking batch_updates ** [04:47:17 2020-06-13] 178: Checking gears ** [04:47:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:47:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:22 2020-06-13] 178: Checking imports ** [04:47:22 2020-06-13] 178: Checking exports ** [04:47:22 2020-06-13] 178: Checking users ** [04:47:22 2020-06-13] 178: Checking user_dbs ** [04:47:22 2020-06-13] 178: Checking geocodings ** [04:47:22 2020-06-13] 178: Checking synchronizations ** [04:47:22 2020-06-13] 178: Checking tracker ** [04:47:22 2020-06-13] 178: Checking user_migrations ** [04:47:22 2020-06-13] 178: Checking batch_updates ** [04:47:22 2020-06-13] 178: Checking gears ** [04:47:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:47:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:27 2020-06-13] 178: Checking imports ** [04:47:27 2020-06-13] 178: Checking exports ** [04:47:27 2020-06-13] 178: Checking users ** [04:47:27 2020-06-13] 178: Checking user_dbs ** [04:47:27 2020-06-13] 178: Checking geocodings ** [04:47:27 2020-06-13] 178: Checking synchronizations ** [04:47:27 2020-06-13] 178: Checking tracker ** [04:47:27 2020-06-13] 178: Checking user_migrations ** [04:47:27 2020-06-13] 178: Checking batch_updates ** [04:47:27 2020-06-13] 178: Checking gears ** [04:47:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:47:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:32 2020-06-13] 178: Checking imports ** [04:47:32 2020-06-13] 178: Checking exports ** [04:47:32 2020-06-13] 178: Checking users ** [04:47:32 2020-06-13] 178: Checking user_dbs ** [04:47:32 2020-06-13] 178: Checking geocodings ** [04:47:32 2020-06-13] 178: Checking synchronizations ** [04:47:32 2020-06-13] 178: Checking tracker ** [04:47:32 2020-06-13] 178: Checking user_migrations ** [04:47:32 2020-06-13] 178: Checking batch_updates ** [04:47:32 2020-06-13] 178: Checking gears ** [04:47:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:47:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:37 2020-06-13] 178: Checking imports ** [04:47:37 2020-06-13] 178: Checking exports ** [04:47:37 2020-06-13] 178: Checking users ** [04:47:37 2020-06-13] 178: Checking user_dbs ** [04:47:37 2020-06-13] 178: Checking geocodings ** [04:47:37 2020-06-13] 178: Checking synchronizations ** [04:47:37 2020-06-13] 178: Checking tracker ** [04:47:37 2020-06-13] 178: Checking user_migrations ** [04:47:37 2020-06-13] 178: Checking batch_updates ** [04:47:37 2020-06-13] 178: Checking gears ** [04:47:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:47:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:42 2020-06-13] 178: Checking imports ** [04:47:42 2020-06-13] 178: Checking exports ** [04:47:42 2020-06-13] 178: Checking users ** [04:47:42 2020-06-13] 178: Checking user_dbs ** [04:47:42 2020-06-13] 178: Checking geocodings ** [04:47:42 2020-06-13] 178: Checking synchronizations ** [04:47:42 2020-06-13] 178: Checking tracker ** [04:47:42 2020-06-13] 178: Checking user_migrations ** [04:47:42 2020-06-13] 178: Checking batch_updates ** [04:47:42 2020-06-13] 178: Checking gears ** [04:47:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:47:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:47 2020-06-13] 178: Checking imports ** [04:47:47 2020-06-13] 178: Checking exports ** [04:47:47 2020-06-13] 178: Checking users ** [04:47:47 2020-06-13] 178: Checking user_dbs ** [04:47:47 2020-06-13] 178: Checking geocodings ** [04:47:47 2020-06-13] 178: Checking synchronizations ** [04:47:47 2020-06-13] 178: Checking tracker ** [04:47:47 2020-06-13] 178: Checking user_migrations ** [04:47:47 2020-06-13] 178: Checking batch_updates ** [04:47:47 2020-06-13] 178: Checking gears ** [04:47:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:47:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:52 2020-06-13] 178: Checking imports ** [04:47:52 2020-06-13] 178: Checking exports ** [04:47:52 2020-06-13] 178: Checking users ** [04:47:52 2020-06-13] 178: Checking user_dbs ** [04:47:52 2020-06-13] 178: Checking geocodings ** [04:47:52 2020-06-13] 178: Checking synchronizations ** [04:47:52 2020-06-13] 178: Checking tracker ** [04:47:52 2020-06-13] 178: Checking user_migrations ** [04:47:52 2020-06-13] 178: Checking batch_updates ** [04:47:52 2020-06-13] 178: Checking gears ** [04:47:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:47:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:57 2020-06-13] 178: Checking imports ** [04:47:57 2020-06-13] 178: Checking exports ** [04:47:57 2020-06-13] 178: Checking users ** [04:47:57 2020-06-13] 178: Checking user_dbs ** [04:47:57 2020-06-13] 178: Checking geocodings ** [04:47:57 2020-06-13] 178: Checking synchronizations ** [04:47:57 2020-06-13] 178: Checking tracker ** [04:47:57 2020-06-13] 178: Checking user_migrations ** [04:47:57 2020-06-13] 178: Checking batch_updates ** [04:47:57 2020-06-13] 178: Checking gears ** [04:47:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:47:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:02 2020-06-13] 178: Checking imports ** [04:48:02 2020-06-13] 178: Checking exports ** [04:48:02 2020-06-13] 178: Checking users ** [04:48:02 2020-06-13] 178: Checking user_dbs ** [04:48:02 2020-06-13] 178: Checking geocodings ** [04:48:02 2020-06-13] 178: Checking synchronizations ** [04:48:02 2020-06-13] 178: Checking tracker ** [04:48:02 2020-06-13] 178: Checking user_migrations ** [04:48:02 2020-06-13] 178: Checking batch_updates ** [04:48:02 2020-06-13] 178: Checking gears ** [04:48:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:48:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:07 2020-06-13] 178: Checking imports ** [04:48:07 2020-06-13] 178: Checking exports ** [04:48:07 2020-06-13] 178: Checking users ** [04:48:07 2020-06-13] 178: Checking user_dbs ** [04:48:07 2020-06-13] 178: Checking geocodings ** [04:48:07 2020-06-13] 178: Checking synchronizations ** [04:48:07 2020-06-13] 178: Checking tracker ** [04:48:07 2020-06-13] 178: Checking user_migrations ** [04:48:07 2020-06-13] 178: Checking batch_updates ** [04:48:07 2020-06-13] 178: Checking gears ** [04:48:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:48:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:12 2020-06-13] 178: Checking imports ** [04:48:12 2020-06-13] 178: Checking exports ** [04:48:12 2020-06-13] 178: Checking users ** [04:48:12 2020-06-13] 178: Checking user_dbs ** [04:48:12 2020-06-13] 178: Checking geocodings ** [04:48:12 2020-06-13] 178: Checking synchronizations ** [04:48:12 2020-06-13] 178: Checking tracker ** [04:48:12 2020-06-13] 178: Checking user_migrations ** [04:48:12 2020-06-13] 178: Checking batch_updates ** [04:48:12 2020-06-13] 178: Checking gears ** [04:48:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:48:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:17 2020-06-13] 178: Checking imports ** [04:48:17 2020-06-13] 178: Checking exports ** [04:48:17 2020-06-13] 178: Checking users ** [04:48:17 2020-06-13] 178: Checking user_dbs ** [04:48:17 2020-06-13] 178: Checking geocodings ** [04:48:17 2020-06-13] 178: Checking synchronizations ** [04:48:17 2020-06-13] 178: Checking tracker ** [04:48:17 2020-06-13] 178: Checking user_migrations ** [04:48:17 2020-06-13] 178: Checking batch_updates ** [04:48:17 2020-06-13] 178: Checking gears ** [04:48:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:48:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:22 2020-06-13] 178: Checking imports ** [04:48:22 2020-06-13] 178: Checking exports ** [04:48:22 2020-06-13] 178: Checking users ** [04:48:22 2020-06-13] 178: Checking user_dbs ** [04:48:22 2020-06-13] 178: Checking geocodings ** [04:48:22 2020-06-13] 178: Checking synchronizations ** [04:48:22 2020-06-13] 178: Checking tracker ** [04:48:22 2020-06-13] 178: Checking user_migrations ** [04:48:22 2020-06-13] 178: Checking batch_updates ** [04:48:22 2020-06-13] 178: Checking gears ** [04:48:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:48:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:27 2020-06-13] 178: Checking imports ** [04:48:27 2020-06-13] 178: Checking exports ** [04:48:27 2020-06-13] 178: Checking users ** [04:48:27 2020-06-13] 178: Checking user_dbs ** [04:48:27 2020-06-13] 178: Checking geocodings ** [04:48:27 2020-06-13] 178: Checking synchronizations ** [04:48:27 2020-06-13] 178: Checking tracker ** [04:48:27 2020-06-13] 178: Checking user_migrations ** [04:48:27 2020-06-13] 178: Checking batch_updates ** [04:48:27 2020-06-13] 178: Checking gears ** [04:48:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:48:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:32 2020-06-13] 178: Checking imports ** [04:48:32 2020-06-13] 178: Checking exports ** [04:48:32 2020-06-13] 178: Checking users ** [04:48:32 2020-06-13] 178: Checking user_dbs ** [04:48:32 2020-06-13] 178: Checking geocodings ** [04:48:32 2020-06-13] 178: Checking synchronizations ** [04:48:32 2020-06-13] 178: Checking tracker ** [04:48:32 2020-06-13] 178: Checking user_migrations ** [04:48:32 2020-06-13] 178: Checking batch_updates ** [04:48:32 2020-06-13] 178: Checking gears ** [04:48:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:48:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:37 2020-06-13] 178: Checking imports ** [04:48:37 2020-06-13] 178: Checking exports ** [04:48:37 2020-06-13] 178: Checking users ** [04:48:37 2020-06-13] 178: Checking user_dbs ** [04:48:37 2020-06-13] 178: Checking geocodings ** [04:48:37 2020-06-13] 178: Checking synchronizations ** [04:48:37 2020-06-13] 178: Checking tracker ** [04:48:37 2020-06-13] 178: Checking user_migrations ** [04:48:37 2020-06-13] 178: Checking batch_updates ** [04:48:37 2020-06-13] 178: Checking gears ** [04:48:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:48:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:42 2020-06-13] 178: Checking imports ** [04:48:42 2020-06-13] 178: Checking exports ** [04:48:42 2020-06-13] 178: Checking users ** [04:48:42 2020-06-13] 178: Checking user_dbs ** [04:48:42 2020-06-13] 178: Checking geocodings ** [04:48:42 2020-06-13] 178: Checking synchronizations ** [04:48:42 2020-06-13] 178: Checking tracker ** [04:48:42 2020-06-13] 178: Checking user_migrations ** [04:48:42 2020-06-13] 178: Checking batch_updates ** [04:48:42 2020-06-13] 178: Checking gears ** [04:48:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:48:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:47 2020-06-13] 178: Checking imports ** [04:48:47 2020-06-13] 178: Checking exports ** [04:48:47 2020-06-13] 178: Checking users ** [04:48:47 2020-06-13] 178: Checking user_dbs ** [04:48:47 2020-06-13] 178: Checking geocodings ** [04:48:47 2020-06-13] 178: Checking synchronizations ** [04:48:47 2020-06-13] 178: Checking tracker ** [04:48:47 2020-06-13] 178: Checking user_migrations ** [04:48:47 2020-06-13] 178: Checking batch_updates ** [04:48:47 2020-06-13] 178: Checking gears ** [04:48:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:48:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:52 2020-06-13] 178: Checking imports ** [04:48:52 2020-06-13] 178: Checking exports ** [04:48:52 2020-06-13] 178: Checking users ** [04:48:52 2020-06-13] 178: Checking user_dbs ** [04:48:52 2020-06-13] 178: Checking geocodings ** [04:48:52 2020-06-13] 178: Checking synchronizations ** [04:48:52 2020-06-13] 178: Checking tracker ** [04:48:52 2020-06-13] 178: Checking user_migrations ** [04:48:52 2020-06-13] 178: Checking batch_updates ** [04:48:52 2020-06-13] 178: Checking gears ** [04:48:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:48:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:57 2020-06-13] 178: Checking imports ** [04:48:57 2020-06-13] 178: Checking exports ** [04:48:57 2020-06-13] 178: Checking users ** [04:48:57 2020-06-13] 178: Checking user_dbs ** [04:48:57 2020-06-13] 178: Checking geocodings ** [04:48:57 2020-06-13] 178: Checking synchronizations ** [04:48:57 2020-06-13] 178: Checking tracker ** [04:48:57 2020-06-13] 178: Checking user_migrations ** [04:48:57 2020-06-13] 178: Checking batch_updates ** [04:48:57 2020-06-13] 178: Checking gears ** [04:48:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:48:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:02 2020-06-13] 178: Checking imports ** [04:49:02 2020-06-13] 178: Checking exports ** [04:49:02 2020-06-13] 178: Checking users ** [04:49:02 2020-06-13] 178: Checking user_dbs ** [04:49:02 2020-06-13] 178: Checking geocodings ** [04:49:02 2020-06-13] 178: Checking synchronizations ** [04:49:02 2020-06-13] 178: Checking tracker ** [04:49:02 2020-06-13] 178: Checking user_migrations ** [04:49:02 2020-06-13] 178: Checking batch_updates ** [04:49:02 2020-06-13] 178: Checking gears ** [04:49:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:49:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:07 2020-06-13] 178: Checking imports ** [04:49:07 2020-06-13] 178: Checking exports ** [04:49:07 2020-06-13] 178: Checking users ** [04:49:07 2020-06-13] 178: Checking user_dbs ** [04:49:07 2020-06-13] 178: Checking geocodings ** [04:49:07 2020-06-13] 178: Checking synchronizations ** [04:49:07 2020-06-13] 178: Checking tracker ** [04:49:07 2020-06-13] 178: Checking user_migrations ** [04:49:07 2020-06-13] 178: Checking batch_updates ** [04:49:07 2020-06-13] 178: Checking gears ** [04:49:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:49:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:12 2020-06-13] 178: Checking imports ** [04:49:12 2020-06-13] 178: Checking exports ** [04:49:12 2020-06-13] 178: Checking users ** [04:49:12 2020-06-13] 178: Checking user_dbs ** [04:49:12 2020-06-13] 178: Checking geocodings ** [04:49:12 2020-06-13] 178: Checking synchronizations ** [04:49:12 2020-06-13] 178: Checking tracker ** [04:49:12 2020-06-13] 178: Checking user_migrations ** [04:49:12 2020-06-13] 178: Checking batch_updates ** [04:49:12 2020-06-13] 178: Checking gears ** [04:49:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:49:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:17 2020-06-13] 178: Checking imports ** [04:49:17 2020-06-13] 178: Checking exports ** [04:49:17 2020-06-13] 178: Checking users ** [04:49:17 2020-06-13] 178: Checking user_dbs ** [04:49:17 2020-06-13] 178: Checking geocodings ** [04:49:17 2020-06-13] 178: Checking synchronizations ** [04:49:17 2020-06-13] 178: Checking tracker ** [04:49:17 2020-06-13] 178: Checking user_migrations ** [04:49:17 2020-06-13] 178: Checking batch_updates ** [04:49:17 2020-06-13] 178: Checking gears ** [04:49:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:49:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:22 2020-06-13] 178: Checking imports ** [04:49:22 2020-06-13] 178: Checking exports ** [04:49:22 2020-06-13] 178: Checking users ** [04:49:22 2020-06-13] 178: Checking user_dbs ** [04:49:22 2020-06-13] 178: Checking geocodings ** [04:49:22 2020-06-13] 178: Checking synchronizations ** [04:49:22 2020-06-13] 178: Checking tracker ** [04:49:22 2020-06-13] 178: Checking user_migrations ** [04:49:22 2020-06-13] 178: Checking batch_updates ** [04:49:22 2020-06-13] 178: Checking gears ** [04:49:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:49:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:27 2020-06-13] 178: Checking imports ** [04:49:27 2020-06-13] 178: Checking exports ** [04:49:27 2020-06-13] 178: Checking users ** [04:49:27 2020-06-13] 178: Checking user_dbs ** [04:49:27 2020-06-13] 178: Checking geocodings ** [04:49:27 2020-06-13] 178: Checking synchronizations ** [04:49:27 2020-06-13] 178: Checking tracker ** [04:49:27 2020-06-13] 178: Checking user_migrations ** [04:49:27 2020-06-13] 178: Checking batch_updates ** [04:49:27 2020-06-13] 178: Checking gears ** [04:49:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:49:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:32 2020-06-13] 178: Checking imports ** [04:49:32 2020-06-13] 178: Checking exports ** [04:49:32 2020-06-13] 178: Checking users ** [04:49:32 2020-06-13] 178: Checking user_dbs ** [04:49:32 2020-06-13] 178: Checking geocodings ** [04:49:32 2020-06-13] 178: Checking synchronizations ** [04:49:32 2020-06-13] 178: Checking tracker ** [04:49:32 2020-06-13] 178: Checking user_migrations ** [04:49:32 2020-06-13] 178: Checking batch_updates ** [04:49:32 2020-06-13] 178: Checking gears ** [04:49:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:49:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:37 2020-06-13] 178: Checking imports ** [04:49:37 2020-06-13] 178: Checking exports ** [04:49:37 2020-06-13] 178: Checking users ** [04:49:37 2020-06-13] 178: Checking user_dbs ** [04:49:37 2020-06-13] 178: Checking geocodings ** [04:49:37 2020-06-13] 178: Checking synchronizations ** [04:49:37 2020-06-13] 178: Checking tracker ** [04:49:37 2020-06-13] 178: Checking user_migrations ** [04:49:37 2020-06-13] 178: Checking batch_updates ** [04:49:37 2020-06-13] 178: Checking gears ** [04:49:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:49:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:42 2020-06-13] 178: Checking imports ** [04:49:42 2020-06-13] 178: Checking exports ** [04:49:42 2020-06-13] 178: Checking users ** [04:49:42 2020-06-13] 178: Checking user_dbs ** [04:49:42 2020-06-13] 178: Checking geocodings ** [04:49:42 2020-06-13] 178: Checking synchronizations ** [04:49:42 2020-06-13] 178: Checking tracker ** [04:49:42 2020-06-13] 178: Checking user_migrations ** [04:49:42 2020-06-13] 178: Checking batch_updates ** [04:49:42 2020-06-13] 178: Checking gears ** [04:49:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:49:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:47 2020-06-13] 178: Checking imports ** [04:49:47 2020-06-13] 178: Checking exports ** [04:49:47 2020-06-13] 178: Checking users ** [04:49:47 2020-06-13] 178: Checking user_dbs ** [04:49:47 2020-06-13] 178: Checking geocodings ** [04:49:47 2020-06-13] 178: Checking synchronizations ** [04:49:47 2020-06-13] 178: Checking tracker ** [04:49:47 2020-06-13] 178: Checking user_migrations ** [04:49:47 2020-06-13] 178: Checking batch_updates ** [04:49:47 2020-06-13] 178: Checking gears ** [04:49:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:49:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:52 2020-06-13] 178: Checking imports ** [04:49:52 2020-06-13] 178: Checking exports ** [04:49:52 2020-06-13] 178: Checking users ** [04:49:52 2020-06-13] 178: Checking user_dbs ** [04:49:52 2020-06-13] 178: Checking geocodings ** [04:49:52 2020-06-13] 178: Checking synchronizations ** [04:49:52 2020-06-13] 178: Checking tracker ** [04:49:52 2020-06-13] 178: Checking user_migrations ** [04:49:52 2020-06-13] 178: Checking batch_updates ** [04:49:52 2020-06-13] 178: Checking gears ** [04:49:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:49:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:57 2020-06-13] 178: Checking imports ** [04:49:57 2020-06-13] 178: Checking exports ** [04:49:57 2020-06-13] 178: Checking users ** [04:49:57 2020-06-13] 178: Checking user_dbs ** [04:49:57 2020-06-13] 178: Checking geocodings ** [04:49:57 2020-06-13] 178: Checking synchronizations ** [04:49:57 2020-06-13] 178: Checking tracker ** [04:49:57 2020-06-13] 178: Checking user_migrations ** [04:49:57 2020-06-13] 178: Checking batch_updates ** [04:49:57 2020-06-13] 178: Checking gears ** [04:49:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:49:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:02 2020-06-13] 178: Checking imports ** [04:50:02 2020-06-13] 178: Checking exports ** [04:50:02 2020-06-13] 178: Checking users ** [04:50:02 2020-06-13] 178: Checking user_dbs ** [04:50:02 2020-06-13] 178: Checking geocodings ** [04:50:02 2020-06-13] 178: Checking synchronizations ** [04:50:02 2020-06-13] 178: Checking tracker ** [04:50:02 2020-06-13] 178: Checking user_migrations ** [04:50:02 2020-06-13] 178: Checking batch_updates ** [04:50:02 2020-06-13] 178: Checking gears ** [04:50:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:50:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:07 2020-06-13] 178: Checking imports ** [04:50:07 2020-06-13] 178: Checking exports ** [04:50:07 2020-06-13] 178: Checking users ** [04:50:07 2020-06-13] 178: Checking user_dbs ** [04:50:07 2020-06-13] 178: Checking geocodings ** [04:50:07 2020-06-13] 178: Checking synchronizations ** [04:50:07 2020-06-13] 178: Checking tracker ** [04:50:07 2020-06-13] 178: Checking user_migrations ** [04:50:07 2020-06-13] 178: Checking batch_updates ** [04:50:07 2020-06-13] 178: Checking gears ** [04:50:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:50:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:12 2020-06-13] 178: Checking imports ** [04:50:12 2020-06-13] 178: Checking exports ** [04:50:12 2020-06-13] 178: Checking users ** [04:50:12 2020-06-13] 178: Checking user_dbs ** [04:50:12 2020-06-13] 178: Checking geocodings ** [04:50:12 2020-06-13] 178: Checking synchronizations ** [04:50:12 2020-06-13] 178: Checking tracker ** [04:50:12 2020-06-13] 178: Checking user_migrations ** [04:50:12 2020-06-13] 178: Checking batch_updates ** [04:50:12 2020-06-13] 178: Checking gears ** [04:50:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:50:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:17 2020-06-13] 178: Checking imports ** [04:50:17 2020-06-13] 178: Checking exports ** [04:50:17 2020-06-13] 178: Checking users ** [04:50:17 2020-06-13] 178: Checking user_dbs ** [04:50:17 2020-06-13] 178: Checking geocodings ** [04:50:17 2020-06-13] 178: Checking synchronizations ** [04:50:17 2020-06-13] 178: Checking tracker ** [04:50:17 2020-06-13] 178: Checking user_migrations ** [04:50:17 2020-06-13] 178: Checking batch_updates ** [04:50:17 2020-06-13] 178: Checking gears ** [04:50:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:50:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:22 2020-06-13] 178: Checking imports ** [04:50:22 2020-06-13] 178: Checking exports ** [04:50:22 2020-06-13] 178: Checking users ** [04:50:22 2020-06-13] 178: Checking user_dbs ** [04:50:22 2020-06-13] 178: Checking geocodings ** [04:50:22 2020-06-13] 178: Checking synchronizations ** [04:50:22 2020-06-13] 178: Checking tracker ** [04:50:22 2020-06-13] 178: Checking user_migrations ** [04:50:22 2020-06-13] 178: Checking batch_updates ** [04:50:22 2020-06-13] 178: Checking gears ** [04:50:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:50:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:27 2020-06-13] 178: Checking imports ** [04:50:27 2020-06-13] 178: Checking exports ** [04:50:27 2020-06-13] 178: Checking users ** [04:50:27 2020-06-13] 178: Checking user_dbs ** [04:50:27 2020-06-13] 178: Checking geocodings ** [04:50:27 2020-06-13] 178: Checking synchronizations ** [04:50:27 2020-06-13] 178: Checking tracker ** [04:50:27 2020-06-13] 178: Checking user_migrations ** [04:50:27 2020-06-13] 178: Checking batch_updates ** [04:50:27 2020-06-13] 178: Checking gears ** [04:50:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:50:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:32 2020-06-13] 178: Checking imports ** [04:50:32 2020-06-13] 178: Checking exports ** [04:50:32 2020-06-13] 178: Checking users ** [04:50:32 2020-06-13] 178: Checking user_dbs ** [04:50:32 2020-06-13] 178: Checking geocodings ** [04:50:32 2020-06-13] 178: Checking synchronizations ** [04:50:32 2020-06-13] 178: Checking tracker ** [04:50:32 2020-06-13] 178: Checking user_migrations ** [04:50:32 2020-06-13] 178: Checking batch_updates ** [04:50:32 2020-06-13] 178: Checking gears ** [04:50:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:50:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:37 2020-06-13] 178: Checking imports ** [04:50:37 2020-06-13] 178: Checking exports ** [04:50:37 2020-06-13] 178: Checking users ** [04:50:37 2020-06-13] 178: Checking user_dbs ** [04:50:37 2020-06-13] 178: Checking geocodings ** [04:50:37 2020-06-13] 178: Checking synchronizations ** [04:50:37 2020-06-13] 178: Checking tracker ** [04:50:37 2020-06-13] 178: Checking user_migrations ** [04:50:37 2020-06-13] 178: Checking batch_updates ** [04:50:37 2020-06-13] 178: Checking gears ** [04:50:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:50:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:42 2020-06-13] 178: Checking imports ** [04:50:42 2020-06-13] 178: Checking exports ** [04:50:42 2020-06-13] 178: Checking users ** [04:50:42 2020-06-13] 178: Checking user_dbs ** [04:50:42 2020-06-13] 178: Checking geocodings ** [04:50:42 2020-06-13] 178: Checking synchronizations ** [04:50:42 2020-06-13] 178: Checking tracker ** [04:50:42 2020-06-13] 178: Checking user_migrations ** [04:50:42 2020-06-13] 178: Checking batch_updates ** [04:50:42 2020-06-13] 178: Checking gears ** [04:50:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:50:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:47 2020-06-13] 178: Checking imports ** [04:50:47 2020-06-13] 178: Checking exports ** [04:50:47 2020-06-13] 178: Checking users ** [04:50:47 2020-06-13] 178: Checking user_dbs ** [04:50:47 2020-06-13] 178: Checking geocodings ** [04:50:47 2020-06-13] 178: Checking synchronizations ** [04:50:47 2020-06-13] 178: Checking tracker ** [04:50:47 2020-06-13] 178: Checking user_migrations ** [04:50:47 2020-06-13] 178: Checking batch_updates ** [04:50:47 2020-06-13] 178: Checking gears ** [04:50:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:50:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:52 2020-06-13] 178: Checking imports ** [04:50:52 2020-06-13] 178: Checking exports ** [04:50:52 2020-06-13] 178: Checking users ** [04:50:52 2020-06-13] 178: Checking user_dbs ** [04:50:52 2020-06-13] 178: Checking geocodings ** [04:50:52 2020-06-13] 178: Checking synchronizations ** [04:50:52 2020-06-13] 178: Checking tracker ** [04:50:52 2020-06-13] 178: Checking user_migrations ** [04:50:52 2020-06-13] 178: Checking batch_updates ** [04:50:52 2020-06-13] 178: Checking gears ** [04:50:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:50:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:57 2020-06-13] 178: Checking imports ** [04:50:57 2020-06-13] 178: Checking exports ** [04:50:57 2020-06-13] 178: Checking users ** [04:50:57 2020-06-13] 178: Checking user_dbs ** [04:50:57 2020-06-13] 178: Checking geocodings ** [04:50:57 2020-06-13] 178: Checking synchronizations ** [04:50:57 2020-06-13] 178: Checking tracker ** [04:50:57 2020-06-13] 178: Checking user_migrations ** [04:50:57 2020-06-13] 178: Checking batch_updates ** [04:50:57 2020-06-13] 178: Checking gears ** [04:50:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:50:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:02 2020-06-13] 178: Checking imports ** [04:51:02 2020-06-13] 178: Checking exports ** [04:51:02 2020-06-13] 178: Checking users ** [04:51:02 2020-06-13] 178: Checking user_dbs ** [04:51:02 2020-06-13] 178: Checking geocodings ** [04:51:02 2020-06-13] 178: Checking synchronizations ** [04:51:02 2020-06-13] 178: Checking tracker ** [04:51:02 2020-06-13] 178: Checking user_migrations ** [04:51:02 2020-06-13] 178: Checking batch_updates ** [04:51:02 2020-06-13] 178: Checking gears ** [04:51:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:51:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:07 2020-06-13] 178: Checking imports ** [04:51:07 2020-06-13] 178: Checking exports ** [04:51:07 2020-06-13] 178: Checking users ** [04:51:07 2020-06-13] 178: Checking user_dbs ** [04:51:07 2020-06-13] 178: Checking geocodings ** [04:51:07 2020-06-13] 178: Checking synchronizations ** [04:51:07 2020-06-13] 178: Checking tracker ** [04:51:07 2020-06-13] 178: Checking user_migrations ** [04:51:07 2020-06-13] 178: Checking batch_updates ** [04:51:07 2020-06-13] 178: Checking gears ** [04:51:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:51:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:12 2020-06-13] 178: Checking imports ** [04:51:12 2020-06-13] 178: Checking exports ** [04:51:12 2020-06-13] 178: Checking users ** [04:51:12 2020-06-13] 178: Checking user_dbs ** [04:51:12 2020-06-13] 178: Checking geocodings ** [04:51:12 2020-06-13] 178: Checking synchronizations ** [04:51:12 2020-06-13] 178: Checking tracker ** [04:51:12 2020-06-13] 178: Checking user_migrations ** [04:51:12 2020-06-13] 178: Checking batch_updates ** [04:51:12 2020-06-13] 178: Checking gears ** [04:51:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:51:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:17 2020-06-13] 178: Checking imports ** [04:51:17 2020-06-13] 178: Checking exports ** [04:51:17 2020-06-13] 178: Checking users ** [04:51:17 2020-06-13] 178: Checking user_dbs ** [04:51:17 2020-06-13] 178: Checking geocodings ** [04:51:17 2020-06-13] 178: Checking synchronizations ** [04:51:17 2020-06-13] 178: Checking tracker ** [04:51:17 2020-06-13] 178: Checking user_migrations ** [04:51:17 2020-06-13] 178: Checking batch_updates ** [04:51:17 2020-06-13] 178: Checking gears ** [04:51:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:51:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:22 2020-06-13] 178: Checking imports ** [04:51:22 2020-06-13] 178: Checking exports ** [04:51:22 2020-06-13] 178: Checking users ** [04:51:22 2020-06-13] 178: Checking user_dbs ** [04:51:22 2020-06-13] 178: Checking geocodings ** [04:51:22 2020-06-13] 178: Checking synchronizations ** [04:51:22 2020-06-13] 178: Checking tracker ** [04:51:22 2020-06-13] 178: Checking user_migrations ** [04:51:22 2020-06-13] 178: Checking batch_updates ** [04:51:22 2020-06-13] 178: Checking gears ** [04:51:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:51:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:27 2020-06-13] 178: Checking imports ** [04:51:27 2020-06-13] 178: Checking exports ** [04:51:27 2020-06-13] 178: Checking users ** [04:51:27 2020-06-13] 178: Checking user_dbs ** [04:51:27 2020-06-13] 178: Checking geocodings ** [04:51:27 2020-06-13] 178: Checking synchronizations ** [04:51:27 2020-06-13] 178: Checking tracker ** [04:51:27 2020-06-13] 178: Checking user_migrations ** [04:51:27 2020-06-13] 178: Checking batch_updates ** [04:51:27 2020-06-13] 178: Checking gears ** [04:51:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:51:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:32 2020-06-13] 178: Checking imports ** [04:51:32 2020-06-13] 178: Checking exports ** [04:51:32 2020-06-13] 178: Checking users ** [04:51:32 2020-06-13] 178: Checking user_dbs ** [04:51:32 2020-06-13] 178: Checking geocodings ** [04:51:32 2020-06-13] 178: Checking synchronizations ** [04:51:32 2020-06-13] 178: Checking tracker ** [04:51:32 2020-06-13] 178: Checking user_migrations ** [04:51:32 2020-06-13] 178: Checking batch_updates ** [04:51:32 2020-06-13] 178: Checking gears ** [04:51:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:51:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:37 2020-06-13] 178: Checking imports ** [04:51:37 2020-06-13] 178: Checking exports ** [04:51:37 2020-06-13] 178: Checking users ** [04:51:37 2020-06-13] 178: Checking user_dbs ** [04:51:37 2020-06-13] 178: Checking geocodings ** [04:51:37 2020-06-13] 178: Checking synchronizations ** [04:51:37 2020-06-13] 178: Checking tracker ** [04:51:37 2020-06-13] 178: Checking user_migrations ** [04:51:37 2020-06-13] 178: Checking batch_updates ** [04:51:37 2020-06-13] 178: Checking gears ** [04:51:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:51:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:42 2020-06-13] 178: Checking imports ** [04:51:42 2020-06-13] 178: Checking exports ** [04:51:42 2020-06-13] 178: Checking users ** [04:51:42 2020-06-13] 178: Checking user_dbs ** [04:51:42 2020-06-13] 178: Checking geocodings ** [04:51:42 2020-06-13] 178: Checking synchronizations ** [04:51:42 2020-06-13] 178: Checking tracker ** [04:51:42 2020-06-13] 178: Checking user_migrations ** [04:51:42 2020-06-13] 178: Checking batch_updates ** [04:51:42 2020-06-13] 178: Checking gears ** [04:51:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:51:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:47 2020-06-13] 178: Checking imports ** [04:51:47 2020-06-13] 178: Checking exports ** [04:51:47 2020-06-13] 178: Checking users ** [04:51:47 2020-06-13] 178: Checking user_dbs ** [04:51:47 2020-06-13] 178: Checking geocodings ** [04:51:47 2020-06-13] 178: Checking synchronizations ** [04:51:47 2020-06-13] 178: Checking tracker ** [04:51:47 2020-06-13] 178: Checking user_migrations ** [04:51:47 2020-06-13] 178: Checking batch_updates ** [04:51:47 2020-06-13] 178: Checking gears ** [04:51:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:51:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:52 2020-06-13] 178: Checking imports ** [04:51:52 2020-06-13] 178: Checking exports ** [04:51:53 2020-06-13] 178: Checking users ** [04:51:53 2020-06-13] 178: Checking user_dbs ** [04:51:53 2020-06-13] 178: Checking geocodings ** [04:51:53 2020-06-13] 178: Checking synchronizations ** [04:51:53 2020-06-13] 178: Checking tracker ** [04:51:53 2020-06-13] 178: Checking user_migrations ** [04:51:53 2020-06-13] 178: Checking batch_updates ** [04:51:53 2020-06-13] 178: Checking gears ** [04:51:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:51:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:58 2020-06-13] 178: Checking imports ** [04:51:58 2020-06-13] 178: Checking exports ** [04:51:58 2020-06-13] 178: Checking users ** [04:51:58 2020-06-13] 178: Checking user_dbs ** [04:51:58 2020-06-13] 178: Checking geocodings ** [04:51:58 2020-06-13] 178: Checking synchronizations ** [04:51:58 2020-06-13] 178: Checking tracker ** [04:51:58 2020-06-13] 178: Checking user_migrations ** [04:51:58 2020-06-13] 178: Checking batch_updates ** [04:51:58 2020-06-13] 178: Checking gears ** [04:51:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:51:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:03 2020-06-13] 178: Checking imports ** [04:52:03 2020-06-13] 178: Checking exports ** [04:52:03 2020-06-13] 178: Checking users ** [04:52:03 2020-06-13] 178: Checking user_dbs ** [04:52:03 2020-06-13] 178: Checking geocodings ** [04:52:03 2020-06-13] 178: Checking synchronizations ** [04:52:03 2020-06-13] 178: Checking tracker ** [04:52:03 2020-06-13] 178: Checking user_migrations ** [04:52:03 2020-06-13] 178: Checking batch_updates ** [04:52:03 2020-06-13] 178: Checking gears ** [04:52:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:52:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:08 2020-06-13] 178: Checking imports ** [04:52:08 2020-06-13] 178: Checking exports ** [04:52:08 2020-06-13] 178: Checking users ** [04:52:08 2020-06-13] 178: Checking user_dbs ** [04:52:08 2020-06-13] 178: Checking geocodings ** [04:52:08 2020-06-13] 178: Checking synchronizations ** [04:52:08 2020-06-13] 178: Checking tracker ** [04:52:08 2020-06-13] 178: Checking user_migrations ** [04:52:08 2020-06-13] 178: Checking batch_updates ** [04:52:08 2020-06-13] 178: Checking gears ** [04:52:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:52:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:13 2020-06-13] 178: Checking imports ** [04:52:13 2020-06-13] 178: Checking exports ** [04:52:13 2020-06-13] 178: Checking users ** [04:52:13 2020-06-13] 178: Checking user_dbs ** [04:52:13 2020-06-13] 178: Checking geocodings ** [04:52:13 2020-06-13] 178: Checking synchronizations ** [04:52:13 2020-06-13] 178: Checking tracker ** [04:52:13 2020-06-13] 178: Checking user_migrations ** [04:52:13 2020-06-13] 178: Checking batch_updates ** [04:52:13 2020-06-13] 178: Checking gears ** [04:52:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:52:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:18 2020-06-13] 178: Checking imports ** [04:52:18 2020-06-13] 178: Checking exports ** [04:52:18 2020-06-13] 178: Checking users ** [04:52:18 2020-06-13] 178: Checking user_dbs ** [04:52:18 2020-06-13] 178: Checking geocodings ** [04:52:18 2020-06-13] 178: Checking synchronizations ** [04:52:18 2020-06-13] 178: Checking tracker ** [04:52:18 2020-06-13] 178: Checking user_migrations ** [04:52:18 2020-06-13] 178: Checking batch_updates ** [04:52:18 2020-06-13] 178: Checking gears ** [04:52:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:52:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:23 2020-06-13] 178: Checking imports ** [04:52:23 2020-06-13] 178: Checking exports ** [04:52:23 2020-06-13] 178: Checking users ** [04:52:23 2020-06-13] 178: Checking user_dbs ** [04:52:23 2020-06-13] 178: Checking geocodings ** [04:52:23 2020-06-13] 178: Checking synchronizations ** [04:52:23 2020-06-13] 178: Checking tracker ** [04:52:23 2020-06-13] 178: Checking user_migrations ** [04:52:23 2020-06-13] 178: Checking batch_updates ** [04:52:23 2020-06-13] 178: Checking gears ** [04:52:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:52:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:28 2020-06-13] 178: Checking imports ** [04:52:28 2020-06-13] 178: Checking exports ** [04:52:28 2020-06-13] 178: Checking users ** [04:52:28 2020-06-13] 178: Checking user_dbs ** [04:52:28 2020-06-13] 178: Checking geocodings ** [04:52:28 2020-06-13] 178: Checking synchronizations ** [04:52:28 2020-06-13] 178: Checking tracker ** [04:52:28 2020-06-13] 178: Checking user_migrations ** [04:52:28 2020-06-13] 178: Checking batch_updates ** [04:52:28 2020-06-13] 178: Checking gears ** [04:52:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:52:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:33 2020-06-13] 178: Checking imports ** [04:52:33 2020-06-13] 178: Checking exports ** [04:52:33 2020-06-13] 178: Checking users ** [04:52:33 2020-06-13] 178: Checking user_dbs ** [04:52:33 2020-06-13] 178: Checking geocodings ** [04:52:33 2020-06-13] 178: Checking synchronizations ** [04:52:33 2020-06-13] 178: Checking tracker ** [04:52:33 2020-06-13] 178: Checking user_migrations ** [04:52:33 2020-06-13] 178: Checking batch_updates ** [04:52:33 2020-06-13] 178: Checking gears ** [04:52:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:52:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:38 2020-06-13] 178: Checking imports ** [04:52:38 2020-06-13] 178: Checking exports ** [04:52:38 2020-06-13] 178: Checking users ** [04:52:38 2020-06-13] 178: Checking user_dbs ** [04:52:38 2020-06-13] 178: Checking geocodings ** [04:52:38 2020-06-13] 178: Checking synchronizations ** [04:52:38 2020-06-13] 178: Checking tracker ** [04:52:38 2020-06-13] 178: Checking user_migrations ** [04:52:38 2020-06-13] 178: Checking batch_updates ** [04:52:38 2020-06-13] 178: Checking gears ** [04:52:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:52:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:43 2020-06-13] 178: Checking imports ** [04:52:43 2020-06-13] 178: Checking exports ** [04:52:43 2020-06-13] 178: Checking users ** [04:52:43 2020-06-13] 178: Checking user_dbs ** [04:52:43 2020-06-13] 178: Checking geocodings ** [04:52:43 2020-06-13] 178: Checking synchronizations ** [04:52:43 2020-06-13] 178: Checking tracker ** [04:52:43 2020-06-13] 178: Checking user_migrations ** [04:52:43 2020-06-13] 178: Checking batch_updates ** [04:52:43 2020-06-13] 178: Checking gears ** [04:52:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:52:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:48 2020-06-13] 178: Checking imports ** [04:52:48 2020-06-13] 178: Checking exports ** [04:52:48 2020-06-13] 178: Checking users ** [04:52:48 2020-06-13] 178: Checking user_dbs ** [04:52:48 2020-06-13] 178: Checking geocodings ** [04:52:48 2020-06-13] 178: Checking synchronizations ** [04:52:48 2020-06-13] 178: Checking tracker ** [04:52:48 2020-06-13] 178: Checking user_migrations ** [04:52:48 2020-06-13] 178: Checking batch_updates ** [04:52:48 2020-06-13] 178: Checking gears ** [04:52:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:52:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:53 2020-06-13] 178: Checking imports ** [04:52:53 2020-06-13] 178: Checking exports ** [04:52:53 2020-06-13] 178: Checking users ** [04:52:53 2020-06-13] 178: Checking user_dbs ** [04:52:53 2020-06-13] 178: Checking geocodings ** [04:52:53 2020-06-13] 178: Checking synchronizations ** [04:52:53 2020-06-13] 178: Checking tracker ** [04:52:53 2020-06-13] 178: Checking user_migrations ** [04:52:53 2020-06-13] 178: Checking batch_updates ** [04:52:53 2020-06-13] 178: Checking gears ** [04:52:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:52:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:58 2020-06-13] 178: Checking imports ** [04:52:58 2020-06-13] 178: Checking exports ** [04:52:58 2020-06-13] 178: Checking users ** [04:52:58 2020-06-13] 178: Checking user_dbs ** [04:52:58 2020-06-13] 178: Checking geocodings ** [04:52:58 2020-06-13] 178: Checking synchronizations ** [04:52:58 2020-06-13] 178: Checking tracker ** [04:52:58 2020-06-13] 178: Checking user_migrations ** [04:52:58 2020-06-13] 178: Checking batch_updates ** [04:52:58 2020-06-13] 178: Checking gears ** [04:52:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:52:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:03 2020-06-13] 178: Checking imports ** [04:53:03 2020-06-13] 178: Checking exports ** [04:53:03 2020-06-13] 178: Checking users ** [04:53:03 2020-06-13] 178: Checking user_dbs ** [04:53:03 2020-06-13] 178: Checking geocodings ** [04:53:03 2020-06-13] 178: Checking synchronizations ** [04:53:03 2020-06-13] 178: Checking tracker ** [04:53:03 2020-06-13] 178: Checking user_migrations ** [04:53:03 2020-06-13] 178: Checking batch_updates ** [04:53:03 2020-06-13] 178: Checking gears ** [04:53:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:53:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:08 2020-06-13] 178: Checking imports ** [04:53:08 2020-06-13] 178: Checking exports ** [04:53:08 2020-06-13] 178: Checking users ** [04:53:08 2020-06-13] 178: Checking user_dbs ** [04:53:08 2020-06-13] 178: Checking geocodings ** [04:53:08 2020-06-13] 178: Checking synchronizations ** [04:53:08 2020-06-13] 178: Checking tracker ** [04:53:08 2020-06-13] 178: Checking user_migrations ** [04:53:08 2020-06-13] 178: Checking batch_updates ** [04:53:08 2020-06-13] 178: Checking gears ** [04:53:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:53:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:13 2020-06-13] 178: Checking imports ** [04:53:13 2020-06-13] 178: Checking exports ** [04:53:13 2020-06-13] 178: Checking users ** [04:53:13 2020-06-13] 178: Checking user_dbs ** [04:53:13 2020-06-13] 178: Checking geocodings ** [04:53:13 2020-06-13] 178: Checking synchronizations ** [04:53:13 2020-06-13] 178: Checking tracker ** [04:53:13 2020-06-13] 178: Checking user_migrations ** [04:53:13 2020-06-13] 178: Checking batch_updates ** [04:53:13 2020-06-13] 178: Checking gears ** [04:53:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:53:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:18 2020-06-13] 178: Checking imports ** [04:53:18 2020-06-13] 178: Checking exports ** [04:53:18 2020-06-13] 178: Checking users ** [04:53:18 2020-06-13] 178: Checking user_dbs ** [04:53:18 2020-06-13] 178: Checking geocodings ** [04:53:18 2020-06-13] 178: Checking synchronizations ** [04:53:18 2020-06-13] 178: Checking tracker ** [04:53:18 2020-06-13] 178: Checking user_migrations ** [04:53:18 2020-06-13] 178: Checking batch_updates ** [04:53:18 2020-06-13] 178: Checking gears ** [04:53:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:53:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:23 2020-06-13] 178: Checking imports ** [04:53:23 2020-06-13] 178: Checking exports ** [04:53:23 2020-06-13] 178: Checking users ** [04:53:23 2020-06-13] 178: Checking user_dbs ** [04:53:23 2020-06-13] 178: Checking geocodings ** [04:53:23 2020-06-13] 178: Checking synchronizations ** [04:53:23 2020-06-13] 178: Checking tracker ** [04:53:23 2020-06-13] 178: Checking user_migrations ** [04:53:23 2020-06-13] 178: Checking batch_updates ** [04:53:23 2020-06-13] 178: Checking gears ** [04:53:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:53:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:28 2020-06-13] 178: Checking imports ** [04:53:28 2020-06-13] 178: Checking exports ** [04:53:28 2020-06-13] 178: Checking users ** [04:53:28 2020-06-13] 178: Checking user_dbs ** [04:53:28 2020-06-13] 178: Checking geocodings ** [04:53:28 2020-06-13] 178: Checking synchronizations ** [04:53:28 2020-06-13] 178: Checking tracker ** [04:53:28 2020-06-13] 178: Checking user_migrations ** [04:53:28 2020-06-13] 178: Checking batch_updates ** [04:53:28 2020-06-13] 178: Checking gears ** [04:53:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:53:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:33 2020-06-13] 178: Checking imports ** [04:53:33 2020-06-13] 178: Checking exports ** [04:53:33 2020-06-13] 178: Checking users ** [04:53:33 2020-06-13] 178: Checking user_dbs ** [04:53:33 2020-06-13] 178: Checking geocodings ** [04:53:33 2020-06-13] 178: Checking synchronizations ** [04:53:33 2020-06-13] 178: Checking tracker ** [04:53:33 2020-06-13] 178: Checking user_migrations ** [04:53:33 2020-06-13] 178: Checking batch_updates ** [04:53:33 2020-06-13] 178: Checking gears ** [04:53:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:53:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:38 2020-06-13] 178: Checking imports ** [04:53:38 2020-06-13] 178: Checking exports ** [04:53:38 2020-06-13] 178: Checking users ** [04:53:38 2020-06-13] 178: Checking user_dbs ** [04:53:38 2020-06-13] 178: Checking geocodings ** [04:53:38 2020-06-13] 178: Checking synchronizations ** [04:53:38 2020-06-13] 178: Checking tracker ** [04:53:38 2020-06-13] 178: Checking user_migrations ** [04:53:38 2020-06-13] 178: Checking batch_updates ** [04:53:38 2020-06-13] 178: Checking gears ** [04:53:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:53:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:43 2020-06-13] 178: Checking imports ** [04:53:43 2020-06-13] 178: Checking exports ** [04:53:43 2020-06-13] 178: Checking users ** [04:53:43 2020-06-13] 178: Checking user_dbs ** [04:53:43 2020-06-13] 178: Checking geocodings ** [04:53:43 2020-06-13] 178: Checking synchronizations ** [04:53:43 2020-06-13] 178: Checking tracker ** [04:53:43 2020-06-13] 178: Checking user_migrations ** [04:53:43 2020-06-13] 178: Checking batch_updates ** [04:53:43 2020-06-13] 178: Checking gears ** [04:53:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:53:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:48 2020-06-13] 178: Checking imports ** [04:53:48 2020-06-13] 178: Checking exports ** [04:53:48 2020-06-13] 178: Checking users ** [04:53:48 2020-06-13] 178: Checking user_dbs ** [04:53:48 2020-06-13] 178: Checking geocodings ** [04:53:48 2020-06-13] 178: Checking synchronizations ** [04:53:48 2020-06-13] 178: Checking tracker ** [04:53:48 2020-06-13] 178: Checking user_migrations ** [04:53:48 2020-06-13] 178: Checking batch_updates ** [04:53:48 2020-06-13] 178: Checking gears ** [04:53:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:53:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:53 2020-06-13] 178: Checking imports ** [04:53:53 2020-06-13] 178: Checking exports ** [04:53:53 2020-06-13] 178: Checking users ** [04:53:53 2020-06-13] 178: Checking user_dbs ** [04:53:53 2020-06-13] 178: Checking geocodings ** [04:53:53 2020-06-13] 178: Checking synchronizations ** [04:53:53 2020-06-13] 178: Checking tracker ** [04:53:53 2020-06-13] 178: Checking user_migrations ** [04:53:53 2020-06-13] 178: Checking batch_updates ** [04:53:53 2020-06-13] 178: Checking gears ** [04:53:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:53:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:58 2020-06-13] 178: Checking imports ** [04:53:58 2020-06-13] 178: Checking exports ** [04:53:58 2020-06-13] 178: Checking users ** [04:53:58 2020-06-13] 178: Checking user_dbs ** [04:53:58 2020-06-13] 178: Checking geocodings ** [04:53:58 2020-06-13] 178: Checking synchronizations ** [04:53:58 2020-06-13] 178: Checking tracker ** [04:53:58 2020-06-13] 178: Checking user_migrations ** [04:53:58 2020-06-13] 178: Checking batch_updates ** [04:53:58 2020-06-13] 178: Checking gears ** [04:53:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:53:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:03 2020-06-13] 178: Checking imports ** [04:54:03 2020-06-13] 178: Checking exports ** [04:54:03 2020-06-13] 178: Checking users ** [04:54:03 2020-06-13] 178: Checking user_dbs ** [04:54:03 2020-06-13] 178: Checking geocodings ** [04:54:03 2020-06-13] 178: Checking synchronizations ** [04:54:03 2020-06-13] 178: Checking tracker ** [04:54:03 2020-06-13] 178: Checking user_migrations ** [04:54:03 2020-06-13] 178: Checking batch_updates ** [04:54:03 2020-06-13] 178: Checking gears ** [04:54:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:54:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:08 2020-06-13] 178: Checking imports ** [04:54:08 2020-06-13] 178: Checking exports ** [04:54:08 2020-06-13] 178: Checking users ** [04:54:08 2020-06-13] 178: Checking user_dbs ** [04:54:08 2020-06-13] 178: Checking geocodings ** [04:54:08 2020-06-13] 178: Checking synchronizations ** [04:54:08 2020-06-13] 178: Checking tracker ** [04:54:08 2020-06-13] 178: Checking user_migrations ** [04:54:08 2020-06-13] 178: Checking batch_updates ** [04:54:08 2020-06-13] 178: Checking gears ** [04:54:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:54:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:13 2020-06-13] 178: Checking imports ** [04:54:13 2020-06-13] 178: Checking exports ** [04:54:13 2020-06-13] 178: Checking users ** [04:54:13 2020-06-13] 178: Checking user_dbs ** [04:54:13 2020-06-13] 178: Checking geocodings ** [04:54:13 2020-06-13] 178: Checking synchronizations ** [04:54:13 2020-06-13] 178: Checking tracker ** [04:54:13 2020-06-13] 178: Checking user_migrations ** [04:54:13 2020-06-13] 178: Checking batch_updates ** [04:54:13 2020-06-13] 178: Checking gears ** [04:54:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:54:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:18 2020-06-13] 178: Checking imports ** [04:54:18 2020-06-13] 178: Checking exports ** [04:54:18 2020-06-13] 178: Checking users ** [04:54:18 2020-06-13] 178: Checking user_dbs ** [04:54:18 2020-06-13] 178: Checking geocodings ** [04:54:18 2020-06-13] 178: Checking synchronizations ** [04:54:18 2020-06-13] 178: Checking tracker ** [04:54:18 2020-06-13] 178: Checking user_migrations ** [04:54:18 2020-06-13] 178: Checking batch_updates ** [04:54:18 2020-06-13] 178: Checking gears ** [04:54:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:54:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:23 2020-06-13] 178: Checking imports ** [04:54:23 2020-06-13] 178: Checking exports ** [04:54:23 2020-06-13] 178: Checking users ** [04:54:23 2020-06-13] 178: Checking user_dbs ** [04:54:23 2020-06-13] 178: Checking geocodings ** [04:54:23 2020-06-13] 178: Checking synchronizations ** [04:54:23 2020-06-13] 178: Checking tracker ** [04:54:23 2020-06-13] 178: Checking user_migrations ** [04:54:23 2020-06-13] 178: Checking batch_updates ** [04:54:23 2020-06-13] 178: Checking gears ** [04:54:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:54:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:28 2020-06-13] 178: Checking imports ** [04:54:28 2020-06-13] 178: Checking exports ** [04:54:28 2020-06-13] 178: Checking users ** [04:54:28 2020-06-13] 178: Checking user_dbs ** [04:54:28 2020-06-13] 178: Checking geocodings ** [04:54:28 2020-06-13] 178: Checking synchronizations ** [04:54:28 2020-06-13] 178: Checking tracker ** [04:54:28 2020-06-13] 178: Checking user_migrations ** [04:54:28 2020-06-13] 178: Checking batch_updates ** [04:54:28 2020-06-13] 178: Checking gears ** [04:54:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:54:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:33 2020-06-13] 178: Checking imports ** [04:54:33 2020-06-13] 178: Checking exports ** [04:54:33 2020-06-13] 178: Checking users ** [04:54:33 2020-06-13] 178: Checking user_dbs ** [04:54:33 2020-06-13] 178: Checking geocodings ** [04:54:33 2020-06-13] 178: Checking synchronizations ** [04:54:33 2020-06-13] 178: Checking tracker ** [04:54:33 2020-06-13] 178: Checking user_migrations ** [04:54:33 2020-06-13] 178: Checking batch_updates ** [04:54:33 2020-06-13] 178: Checking gears ** [04:54:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:54:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:38 2020-06-13] 178: Checking imports ** [04:54:38 2020-06-13] 178: Checking exports ** [04:54:38 2020-06-13] 178: Checking users ** [04:54:38 2020-06-13] 178: Checking user_dbs ** [04:54:38 2020-06-13] 178: Checking geocodings ** [04:54:38 2020-06-13] 178: Checking synchronizations ** [04:54:38 2020-06-13] 178: Checking tracker ** [04:54:38 2020-06-13] 178: Checking user_migrations ** [04:54:38 2020-06-13] 178: Checking batch_updates ** [04:54:38 2020-06-13] 178: Checking gears ** [04:54:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:54:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:43 2020-06-13] 178: Checking imports ** [04:54:43 2020-06-13] 178: Checking exports ** [04:54:43 2020-06-13] 178: Checking users ** [04:54:43 2020-06-13] 178: Checking user_dbs ** [04:54:43 2020-06-13] 178: Checking geocodings ** [04:54:43 2020-06-13] 178: Checking synchronizations ** [04:54:43 2020-06-13] 178: Checking tracker ** [04:54:43 2020-06-13] 178: Checking user_migrations ** [04:54:43 2020-06-13] 178: Checking batch_updates ** [04:54:43 2020-06-13] 178: Checking gears ** [04:54:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:54:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:48 2020-06-13] 178: Checking imports ** [04:54:48 2020-06-13] 178: Checking exports ** [04:54:48 2020-06-13] 178: Checking users ** [04:54:48 2020-06-13] 178: Checking user_dbs ** [04:54:48 2020-06-13] 178: Checking geocodings ** [04:54:48 2020-06-13] 178: Checking synchronizations ** [04:54:48 2020-06-13] 178: Checking tracker ** [04:54:48 2020-06-13] 178: Checking user_migrations ** [04:54:48 2020-06-13] 178: Checking batch_updates ** [04:54:48 2020-06-13] 178: Checking gears ** [04:54:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:54:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:53 2020-06-13] 178: Checking imports ** [04:54:53 2020-06-13] 178: Checking exports ** [04:54:53 2020-06-13] 178: Checking users ** [04:54:53 2020-06-13] 178: Checking user_dbs ** [04:54:53 2020-06-13] 178: Checking geocodings ** [04:54:53 2020-06-13] 178: Checking synchronizations ** [04:54:53 2020-06-13] 178: Checking tracker ** [04:54:53 2020-06-13] 178: Checking user_migrations ** [04:54:53 2020-06-13] 178: Checking batch_updates ** [04:54:53 2020-06-13] 178: Checking gears ** [04:54:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:54:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:58 2020-06-13] 178: Checking imports ** [04:54:58 2020-06-13] 178: Checking exports ** [04:54:58 2020-06-13] 178: Checking users ** [04:54:58 2020-06-13] 178: Checking user_dbs ** [04:54:58 2020-06-13] 178: Checking geocodings ** [04:54:58 2020-06-13] 178: Checking synchronizations ** [04:54:58 2020-06-13] 178: Checking tracker ** [04:54:58 2020-06-13] 178: Checking user_migrations ** [04:54:58 2020-06-13] 178: Checking batch_updates ** [04:54:58 2020-06-13] 178: Checking gears ** [04:54:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:54:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:03 2020-06-13] 178: Checking imports ** [04:55:03 2020-06-13] 178: Checking exports ** [04:55:03 2020-06-13] 178: Checking users ** [04:55:03 2020-06-13] 178: Checking user_dbs ** [04:55:03 2020-06-13] 178: Checking geocodings ** [04:55:03 2020-06-13] 178: Checking synchronizations ** [04:55:03 2020-06-13] 178: Checking tracker ** [04:55:03 2020-06-13] 178: Checking user_migrations ** [04:55:03 2020-06-13] 178: Checking batch_updates ** [04:55:03 2020-06-13] 178: Checking gears ** [04:55:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:55:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:08 2020-06-13] 178: Checking imports ** [04:55:08 2020-06-13] 178: Checking exports ** [04:55:08 2020-06-13] 178: Checking users ** [04:55:08 2020-06-13] 178: Checking user_dbs ** [04:55:08 2020-06-13] 178: Checking geocodings ** [04:55:08 2020-06-13] 178: Checking synchronizations ** [04:55:08 2020-06-13] 178: Checking tracker ** [04:55:08 2020-06-13] 178: Checking user_migrations ** [04:55:08 2020-06-13] 178: Checking batch_updates ** [04:55:08 2020-06-13] 178: Checking gears ** [04:55:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:55:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:13 2020-06-13] 178: Checking imports ** [04:55:13 2020-06-13] 178: Checking exports ** [04:55:13 2020-06-13] 178: Checking users ** [04:55:13 2020-06-13] 178: Checking user_dbs ** [04:55:13 2020-06-13] 178: Checking geocodings ** [04:55:13 2020-06-13] 178: Checking synchronizations ** [04:55:13 2020-06-13] 178: Checking tracker ** [04:55:13 2020-06-13] 178: Checking user_migrations ** [04:55:13 2020-06-13] 178: Checking batch_updates ** [04:55:13 2020-06-13] 178: Checking gears ** [04:55:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:55:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:18 2020-06-13] 178: Checking imports ** [04:55:18 2020-06-13] 178: Checking exports ** [04:55:18 2020-06-13] 178: Checking users ** [04:55:18 2020-06-13] 178: Checking user_dbs ** [04:55:18 2020-06-13] 178: Checking geocodings ** [04:55:18 2020-06-13] 178: Checking synchronizations ** [04:55:18 2020-06-13] 178: Checking tracker ** [04:55:18 2020-06-13] 178: Checking user_migrations ** [04:55:18 2020-06-13] 178: Checking batch_updates ** [04:55:18 2020-06-13] 178: Checking gears ** [04:55:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:55:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:23 2020-06-13] 178: Checking imports ** [04:55:23 2020-06-13] 178: Checking exports ** [04:55:23 2020-06-13] 178: Checking users ** [04:55:23 2020-06-13] 178: Checking user_dbs ** [04:55:23 2020-06-13] 178: Checking geocodings ** [04:55:23 2020-06-13] 178: Checking synchronizations ** [04:55:23 2020-06-13] 178: Checking tracker ** [04:55:23 2020-06-13] 178: Checking user_migrations ** [04:55:23 2020-06-13] 178: Checking batch_updates ** [04:55:23 2020-06-13] 178: Checking gears ** [04:55:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:55:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:28 2020-06-13] 178: Checking imports ** [04:55:28 2020-06-13] 178: Checking exports ** [04:55:28 2020-06-13] 178: Checking users ** [04:55:28 2020-06-13] 178: Checking user_dbs ** [04:55:28 2020-06-13] 178: Checking geocodings ** [04:55:28 2020-06-13] 178: Checking synchronizations ** [04:55:28 2020-06-13] 178: Checking tracker ** [04:55:28 2020-06-13] 178: Checking user_migrations ** [04:55:28 2020-06-13] 178: Checking batch_updates ** [04:55:28 2020-06-13] 178: Checking gears ** [04:55:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:55:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:33 2020-06-13] 178: Checking imports ** [04:55:33 2020-06-13] 178: Checking exports ** [04:55:33 2020-06-13] 178: Checking users ** [04:55:33 2020-06-13] 178: Checking user_dbs ** [04:55:33 2020-06-13] 178: Checking geocodings ** [04:55:33 2020-06-13] 178: Checking synchronizations ** [04:55:33 2020-06-13] 178: Checking tracker ** [04:55:33 2020-06-13] 178: Checking user_migrations ** [04:55:33 2020-06-13] 178: Checking batch_updates ** [04:55:33 2020-06-13] 178: Checking gears ** [04:55:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:55:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:38 2020-06-13] 178: Checking imports ** [04:55:38 2020-06-13] 178: Checking exports ** [04:55:38 2020-06-13] 178: Checking users ** [04:55:38 2020-06-13] 178: Checking user_dbs ** [04:55:38 2020-06-13] 178: Checking geocodings ** [04:55:38 2020-06-13] 178: Checking synchronizations ** [04:55:38 2020-06-13] 178: Checking tracker ** [04:55:38 2020-06-13] 178: Checking user_migrations ** [04:55:38 2020-06-13] 178: Checking batch_updates ** [04:55:38 2020-06-13] 178: Checking gears ** [04:55:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:55:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:43 2020-06-13] 178: Checking imports ** [04:55:43 2020-06-13] 178: Checking exports ** [04:55:43 2020-06-13] 178: Checking users ** [04:55:43 2020-06-13] 178: Checking user_dbs ** [04:55:43 2020-06-13] 178: Checking geocodings ** [04:55:43 2020-06-13] 178: Checking synchronizations ** [04:55:43 2020-06-13] 178: Checking tracker ** [04:55:43 2020-06-13] 178: Checking user_migrations ** [04:55:43 2020-06-13] 178: Checking batch_updates ** [04:55:43 2020-06-13] 178: Checking gears ** [04:55:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:55:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:48 2020-06-13] 178: Checking imports ** [04:55:48 2020-06-13] 178: Checking exports ** [04:55:48 2020-06-13] 178: Checking users ** [04:55:48 2020-06-13] 178: Checking user_dbs ** [04:55:48 2020-06-13] 178: Checking geocodings ** [04:55:48 2020-06-13] 178: Checking synchronizations ** [04:55:48 2020-06-13] 178: Checking tracker ** [04:55:48 2020-06-13] 178: Checking user_migrations ** [04:55:48 2020-06-13] 178: Checking batch_updates ** [04:55:48 2020-06-13] 178: Checking gears ** [04:55:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:55:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:53 2020-06-13] 178: Checking imports ** [04:55:53 2020-06-13] 178: Checking exports ** [04:55:53 2020-06-13] 178: Checking users ** [04:55:53 2020-06-13] 178: Checking user_dbs ** [04:55:53 2020-06-13] 178: Checking geocodings ** [04:55:53 2020-06-13] 178: Checking synchronizations ** [04:55:53 2020-06-13] 178: Checking tracker ** [04:55:53 2020-06-13] 178: Checking user_migrations ** [04:55:53 2020-06-13] 178: Checking batch_updates ** [04:55:53 2020-06-13] 178: Checking gears ** [04:55:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:55:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:58 2020-06-13] 178: Checking imports ** [04:55:58 2020-06-13] 178: Checking exports ** [04:55:58 2020-06-13] 178: Checking users ** [04:55:58 2020-06-13] 178: Checking user_dbs ** [04:55:58 2020-06-13] 178: Checking geocodings ** [04:55:58 2020-06-13] 178: Checking synchronizations ** [04:55:58 2020-06-13] 178: Checking tracker ** [04:55:58 2020-06-13] 178: Checking user_migrations ** [04:55:58 2020-06-13] 178: Checking batch_updates ** [04:55:58 2020-06-13] 178: Checking gears ** [04:55:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:55:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:03 2020-06-13] 178: Checking imports ** [04:56:03 2020-06-13] 178: Checking exports ** [04:56:03 2020-06-13] 178: Checking users ** [04:56:03 2020-06-13] 178: Checking user_dbs ** [04:56:03 2020-06-13] 178: Checking geocodings ** [04:56:03 2020-06-13] 178: Checking synchronizations ** [04:56:03 2020-06-13] 178: Checking tracker ** [04:56:03 2020-06-13] 178: Checking user_migrations ** [04:56:03 2020-06-13] 178: Checking batch_updates ** [04:56:03 2020-06-13] 178: Checking gears ** [04:56:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:56:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:08 2020-06-13] 178: Checking imports ** [04:56:08 2020-06-13] 178: Checking exports ** [04:56:08 2020-06-13] 178: Checking users ** [04:56:08 2020-06-13] 178: Checking user_dbs ** [04:56:08 2020-06-13] 178: Checking geocodings ** [04:56:08 2020-06-13] 178: Checking synchronizations ** [04:56:08 2020-06-13] 178: Checking tracker ** [04:56:08 2020-06-13] 178: Checking user_migrations ** [04:56:08 2020-06-13] 178: Checking batch_updates ** [04:56:08 2020-06-13] 178: Checking gears ** [04:56:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:56:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:13 2020-06-13] 178: Checking imports ** [04:56:13 2020-06-13] 178: Checking exports ** [04:56:13 2020-06-13] 178: Checking users ** [04:56:13 2020-06-13] 178: Checking user_dbs ** [04:56:13 2020-06-13] 178: Checking geocodings ** [04:56:13 2020-06-13] 178: Checking synchronizations ** [04:56:13 2020-06-13] 178: Checking tracker ** [04:56:13 2020-06-13] 178: Checking user_migrations ** [04:56:13 2020-06-13] 178: Checking batch_updates ** [04:56:13 2020-06-13] 178: Checking gears ** [04:56:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:56:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:18 2020-06-13] 178: Checking imports ** [04:56:18 2020-06-13] 178: Checking exports ** [04:56:18 2020-06-13] 178: Checking users ** [04:56:18 2020-06-13] 178: Checking user_dbs ** [04:56:18 2020-06-13] 178: Checking geocodings ** [04:56:18 2020-06-13] 178: Checking synchronizations ** [04:56:18 2020-06-13] 178: Checking tracker ** [04:56:18 2020-06-13] 178: Checking user_migrations ** [04:56:18 2020-06-13] 178: Checking batch_updates ** [04:56:18 2020-06-13] 178: Checking gears ** [04:56:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:56:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:23 2020-06-13] 178: Checking imports ** [04:56:23 2020-06-13] 178: Checking exports ** [04:56:23 2020-06-13] 178: Checking users ** [04:56:23 2020-06-13] 178: Checking user_dbs ** [04:56:23 2020-06-13] 178: Checking geocodings ** [04:56:23 2020-06-13] 178: Checking synchronizations ** [04:56:23 2020-06-13] 178: Checking tracker ** [04:56:23 2020-06-13] 178: Checking user_migrations ** [04:56:23 2020-06-13] 178: Checking batch_updates ** [04:56:23 2020-06-13] 178: Checking gears ** [04:56:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:56:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:28 2020-06-13] 178: Checking imports ** [04:56:28 2020-06-13] 178: Checking exports ** [04:56:28 2020-06-13] 178: Checking users ** [04:56:28 2020-06-13] 178: Checking user_dbs ** [04:56:28 2020-06-13] 178: Checking geocodings ** [04:56:28 2020-06-13] 178: Checking synchronizations ** [04:56:28 2020-06-13] 178: Checking tracker ** [04:56:28 2020-06-13] 178: Checking user_migrations ** [04:56:28 2020-06-13] 178: Checking batch_updates ** [04:56:28 2020-06-13] 178: Checking gears ** [04:56:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:56:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:33 2020-06-13] 178: Checking imports ** [04:56:33 2020-06-13] 178: Checking exports ** [04:56:33 2020-06-13] 178: Checking users ** [04:56:33 2020-06-13] 178: Checking user_dbs ** [04:56:33 2020-06-13] 178: Checking geocodings ** [04:56:33 2020-06-13] 178: Checking synchronizations ** [04:56:33 2020-06-13] 178: Checking tracker ** [04:56:33 2020-06-13] 178: Checking user_migrations ** [04:56:33 2020-06-13] 178: Checking batch_updates ** [04:56:33 2020-06-13] 178: Checking gears ** [04:56:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:56:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:38 2020-06-13] 178: Checking imports ** [04:56:38 2020-06-13] 178: Checking exports ** [04:56:38 2020-06-13] 178: Checking users ** [04:56:38 2020-06-13] 178: Checking user_dbs ** [04:56:38 2020-06-13] 178: Checking geocodings ** [04:56:38 2020-06-13] 178: Checking synchronizations ** [04:56:38 2020-06-13] 178: Checking tracker ** [04:56:38 2020-06-13] 178: Checking user_migrations ** [04:56:38 2020-06-13] 178: Checking batch_updates ** [04:56:38 2020-06-13] 178: Checking gears ** [04:56:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:56:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:43 2020-06-13] 178: Checking imports ** [04:56:43 2020-06-13] 178: Checking exports ** [04:56:43 2020-06-13] 178: Checking users ** [04:56:43 2020-06-13] 178: Checking user_dbs ** [04:56:43 2020-06-13] 178: Checking geocodings ** [04:56:43 2020-06-13] 178: Checking synchronizations ** [04:56:43 2020-06-13] 178: Checking tracker ** [04:56:43 2020-06-13] 178: Checking user_migrations ** [04:56:43 2020-06-13] 178: Checking batch_updates ** [04:56:43 2020-06-13] 178: Checking gears ** [04:56:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:56:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:48 2020-06-13] 178: Checking imports ** [04:56:48 2020-06-13] 178: Checking exports ** [04:56:48 2020-06-13] 178: Checking users ** [04:56:48 2020-06-13] 178: Checking user_dbs ** [04:56:48 2020-06-13] 178: Checking geocodings ** [04:56:48 2020-06-13] 178: Checking synchronizations ** [04:56:48 2020-06-13] 178: Checking tracker ** [04:56:48 2020-06-13] 178: Checking user_migrations ** [04:56:48 2020-06-13] 178: Checking batch_updates ** [04:56:48 2020-06-13] 178: Checking gears ** [04:56:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:56:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:53 2020-06-13] 178: Checking imports ** [04:56:53 2020-06-13] 178: Checking exports ** [04:56:53 2020-06-13] 178: Checking users ** [04:56:53 2020-06-13] 178: Checking user_dbs ** [04:56:53 2020-06-13] 178: Checking geocodings ** [04:56:53 2020-06-13] 178: Checking synchronizations ** [04:56:53 2020-06-13] 178: Checking tracker ** [04:56:53 2020-06-13] 178: Checking user_migrations ** [04:56:53 2020-06-13] 178: Checking batch_updates ** [04:56:53 2020-06-13] 178: Checking gears ** [04:56:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:56:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:58 2020-06-13] 178: Checking imports ** [04:56:58 2020-06-13] 178: Checking exports ** [04:56:58 2020-06-13] 178: Checking users ** [04:56:58 2020-06-13] 178: Checking user_dbs ** [04:56:58 2020-06-13] 178: Checking geocodings ** [04:56:58 2020-06-13] 178: Checking synchronizations ** [04:56:58 2020-06-13] 178: Checking tracker ** [04:56:58 2020-06-13] 178: Checking user_migrations ** [04:56:58 2020-06-13] 178: Checking batch_updates ** [04:56:58 2020-06-13] 178: Checking gears ** [04:56:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:56:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:03 2020-06-13] 178: Checking imports ** [04:57:03 2020-06-13] 178: Checking exports ** [04:57:03 2020-06-13] 178: Checking users ** [04:57:03 2020-06-13] 178: Checking user_dbs ** [04:57:03 2020-06-13] 178: Checking geocodings ** [04:57:03 2020-06-13] 178: Checking synchronizations ** [04:57:03 2020-06-13] 178: Checking tracker ** [04:57:03 2020-06-13] 178: Checking user_migrations ** [04:57:03 2020-06-13] 178: Checking batch_updates ** [04:57:03 2020-06-13] 178: Checking gears ** [04:57:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:57:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:08 2020-06-13] 178: Checking imports ** [04:57:08 2020-06-13] 178: Checking exports ** [04:57:08 2020-06-13] 178: Checking users ** [04:57:08 2020-06-13] 178: Checking user_dbs ** [04:57:08 2020-06-13] 178: Checking geocodings ** [04:57:08 2020-06-13] 178: Checking synchronizations ** [04:57:08 2020-06-13] 178: Checking tracker ** [04:57:08 2020-06-13] 178: Checking user_migrations ** [04:57:08 2020-06-13] 178: Checking batch_updates ** [04:57:08 2020-06-13] 178: Checking gears ** [04:57:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:57:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:13 2020-06-13] 178: Checking imports ** [04:57:13 2020-06-13] 178: Checking exports ** [04:57:13 2020-06-13] 178: Checking users ** [04:57:13 2020-06-13] 178: Checking user_dbs ** [04:57:13 2020-06-13] 178: Checking geocodings ** [04:57:13 2020-06-13] 178: Checking synchronizations ** [04:57:13 2020-06-13] 178: Checking tracker ** [04:57:13 2020-06-13] 178: Checking user_migrations ** [04:57:13 2020-06-13] 178: Checking batch_updates ** [04:57:13 2020-06-13] 178: Checking gears ** [04:57:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:57:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:18 2020-06-13] 178: Checking imports ** [04:57:18 2020-06-13] 178: Checking exports ** [04:57:18 2020-06-13] 178: Checking users ** [04:57:18 2020-06-13] 178: Checking user_dbs ** [04:57:18 2020-06-13] 178: Checking geocodings ** [04:57:18 2020-06-13] 178: Checking synchronizations ** [04:57:18 2020-06-13] 178: Checking tracker ** [04:57:18 2020-06-13] 178: Checking user_migrations ** [04:57:18 2020-06-13] 178: Checking batch_updates ** [04:57:18 2020-06-13] 178: Checking gears ** [04:57:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:57:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:23 2020-06-13] 178: Checking imports ** [04:57:23 2020-06-13] 178: Checking exports ** [04:57:23 2020-06-13] 178: Checking users ** [04:57:23 2020-06-13] 178: Checking user_dbs ** [04:57:23 2020-06-13] 178: Checking geocodings ** [04:57:23 2020-06-13] 178: Checking synchronizations ** [04:57:23 2020-06-13] 178: Checking tracker ** [04:57:23 2020-06-13] 178: Checking user_migrations ** [04:57:23 2020-06-13] 178: Checking batch_updates ** [04:57:23 2020-06-13] 178: Checking gears ** [04:57:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:57:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:28 2020-06-13] 178: Checking imports ** [04:57:28 2020-06-13] 178: Checking exports ** [04:57:28 2020-06-13] 178: Checking users ** [04:57:28 2020-06-13] 178: Checking user_dbs ** [04:57:28 2020-06-13] 178: Checking geocodings ** [04:57:28 2020-06-13] 178: Checking synchronizations ** [04:57:28 2020-06-13] 178: Checking tracker ** [04:57:28 2020-06-13] 178: Checking user_migrations ** [04:57:28 2020-06-13] 178: Checking batch_updates ** [04:57:28 2020-06-13] 178: Checking gears ** [04:57:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:57:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:33 2020-06-13] 178: Checking imports ** [04:57:33 2020-06-13] 178: Checking exports ** [04:57:33 2020-06-13] 178: Checking users ** [04:57:33 2020-06-13] 178: Checking user_dbs ** [04:57:33 2020-06-13] 178: Checking geocodings ** [04:57:33 2020-06-13] 178: Checking synchronizations ** [04:57:33 2020-06-13] 178: Checking tracker ** [04:57:33 2020-06-13] 178: Checking user_migrations ** [04:57:33 2020-06-13] 178: Checking batch_updates ** [04:57:33 2020-06-13] 178: Checking gears ** [04:57:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:57:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:38 2020-06-13] 178: Checking imports ** [04:57:38 2020-06-13] 178: Checking exports ** [04:57:38 2020-06-13] 178: Checking users ** [04:57:38 2020-06-13] 178: Checking user_dbs ** [04:57:38 2020-06-13] 178: Checking geocodings ** [04:57:38 2020-06-13] 178: Checking synchronizations ** [04:57:38 2020-06-13] 178: Checking tracker ** [04:57:38 2020-06-13] 178: Checking user_migrations ** [04:57:38 2020-06-13] 178: Checking batch_updates ** [04:57:38 2020-06-13] 178: Checking gears ** [04:57:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:57:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:43 2020-06-13] 178: Checking imports ** [04:57:43 2020-06-13] 178: Checking exports ** [04:57:43 2020-06-13] 178: Checking users ** [04:57:43 2020-06-13] 178: Checking user_dbs ** [04:57:43 2020-06-13] 178: Checking geocodings ** [04:57:43 2020-06-13] 178: Checking synchronizations ** [04:57:43 2020-06-13] 178: Checking tracker ** [04:57:43 2020-06-13] 178: Checking user_migrations ** [04:57:43 2020-06-13] 178: Checking batch_updates ** [04:57:43 2020-06-13] 178: Checking gears ** [04:57:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:57:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:48 2020-06-13] 178: Checking imports ** [04:57:48 2020-06-13] 178: Checking exports ** [04:57:48 2020-06-13] 178: Checking users ** [04:57:48 2020-06-13] 178: Checking user_dbs ** [04:57:48 2020-06-13] 178: Checking geocodings ** [04:57:48 2020-06-13] 178: Checking synchronizations ** [04:57:48 2020-06-13] 178: Checking tracker ** [04:57:48 2020-06-13] 178: Checking user_migrations ** [04:57:48 2020-06-13] 178: Checking batch_updates ** [04:57:48 2020-06-13] 178: Checking gears ** [04:57:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:57:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:53 2020-06-13] 178: Checking imports ** [04:57:53 2020-06-13] 178: Checking exports ** [04:57:53 2020-06-13] 178: Checking users ** [04:57:53 2020-06-13] 178: Checking user_dbs ** [04:57:53 2020-06-13] 178: Checking geocodings ** [04:57:53 2020-06-13] 178: Checking synchronizations ** [04:57:53 2020-06-13] 178: Checking tracker ** [04:57:53 2020-06-13] 178: Checking user_migrations ** [04:57:53 2020-06-13] 178: Checking batch_updates ** [04:57:53 2020-06-13] 178: Checking gears ** [04:57:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:57:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:58 2020-06-13] 178: Checking imports ** [04:57:58 2020-06-13] 178: Checking exports ** [04:57:58 2020-06-13] 178: Checking users ** [04:57:58 2020-06-13] 178: Checking user_dbs ** [04:57:58 2020-06-13] 178: Checking geocodings ** [04:57:58 2020-06-13] 178: Checking synchronizations ** [04:57:58 2020-06-13] 178: Checking tracker ** [04:57:58 2020-06-13] 178: Checking user_migrations ** [04:57:58 2020-06-13] 178: Checking batch_updates ** [04:57:58 2020-06-13] 178: Checking gears ** [04:57:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:57:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:03 2020-06-13] 178: Checking imports ** [04:58:03 2020-06-13] 178: Checking exports ** [04:58:03 2020-06-13] 178: Checking users ** [04:58:03 2020-06-13] 178: Checking user_dbs ** [04:58:03 2020-06-13] 178: Checking geocodings ** [04:58:03 2020-06-13] 178: Checking synchronizations ** [04:58:03 2020-06-13] 178: Checking tracker ** [04:58:03 2020-06-13] 178: Checking user_migrations ** [04:58:03 2020-06-13] 178: Checking batch_updates ** [04:58:03 2020-06-13] 178: Checking gears ** [04:58:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:58:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:08 2020-06-13] 178: Checking imports ** [04:58:08 2020-06-13] 178: Checking exports ** [04:58:08 2020-06-13] 178: Checking users ** [04:58:08 2020-06-13] 178: Checking user_dbs ** [04:58:08 2020-06-13] 178: Checking geocodings ** [04:58:08 2020-06-13] 178: Checking synchronizations ** [04:58:08 2020-06-13] 178: Checking tracker ** [04:58:08 2020-06-13] 178: Checking user_migrations ** [04:58:08 2020-06-13] 178: Checking batch_updates ** [04:58:08 2020-06-13] 178: Checking gears ** [04:58:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:58:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:13 2020-06-13] 178: Checking imports ** [04:58:13 2020-06-13] 178: Checking exports ** [04:58:13 2020-06-13] 178: Checking users ** [04:58:13 2020-06-13] 178: Checking user_dbs ** [04:58:13 2020-06-13] 178: Checking geocodings ** [04:58:13 2020-06-13] 178: Checking synchronizations ** [04:58:13 2020-06-13] 178: Checking tracker ** [04:58:13 2020-06-13] 178: Checking user_migrations ** [04:58:13 2020-06-13] 178: Checking batch_updates ** [04:58:13 2020-06-13] 178: Checking gears ** [04:58:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:58:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:18 2020-06-13] 178: Checking imports ** [04:58:18 2020-06-13] 178: Checking exports ** [04:58:18 2020-06-13] 178: Checking users ** [04:58:18 2020-06-13] 178: Checking user_dbs ** [04:58:18 2020-06-13] 178: Checking geocodings ** [04:58:18 2020-06-13] 178: Checking synchronizations ** [04:58:18 2020-06-13] 178: Checking tracker ** [04:58:18 2020-06-13] 178: Checking user_migrations ** [04:58:18 2020-06-13] 178: Checking batch_updates ** [04:58:18 2020-06-13] 178: Checking gears ** [04:58:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:58:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:23 2020-06-13] 178: Checking imports ** [04:58:23 2020-06-13] 178: Checking exports ** [04:58:23 2020-06-13] 178: Checking users ** [04:58:23 2020-06-13] 178: Checking user_dbs ** [04:58:23 2020-06-13] 178: Checking geocodings ** [04:58:23 2020-06-13] 178: Checking synchronizations ** [04:58:23 2020-06-13] 178: Checking tracker ** [04:58:23 2020-06-13] 178: Checking user_migrations ** [04:58:23 2020-06-13] 178: Checking batch_updates ** [04:58:23 2020-06-13] 178: Checking gears ** [04:58:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:58:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:28 2020-06-13] 178: Checking imports ** [04:58:28 2020-06-13] 178: Checking exports ** [04:58:28 2020-06-13] 178: Checking users ** [04:58:28 2020-06-13] 178: Checking user_dbs ** [04:58:28 2020-06-13] 178: Checking geocodings ** [04:58:28 2020-06-13] 178: Checking synchronizations ** [04:58:28 2020-06-13] 178: Checking tracker ** [04:58:28 2020-06-13] 178: Checking user_migrations ** [04:58:28 2020-06-13] 178: Checking batch_updates ** [04:58:28 2020-06-13] 178: Checking gears ** [04:58:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:58:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:33 2020-06-13] 178: Checking imports ** [04:58:33 2020-06-13] 178: Checking exports ** [04:58:33 2020-06-13] 178: Checking users ** [04:58:33 2020-06-13] 178: Checking user_dbs ** [04:58:33 2020-06-13] 178: Checking geocodings ** [04:58:33 2020-06-13] 178: Checking synchronizations ** [04:58:33 2020-06-13] 178: Checking tracker ** [04:58:33 2020-06-13] 178: Checking user_migrations ** [04:58:33 2020-06-13] 178: Checking batch_updates ** [04:58:33 2020-06-13] 178: Checking gears ** [04:58:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:58:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:38 2020-06-13] 178: Checking imports ** [04:58:38 2020-06-13] 178: Checking exports ** [04:58:38 2020-06-13] 178: Checking users ** [04:58:38 2020-06-13] 178: Checking user_dbs ** [04:58:38 2020-06-13] 178: Checking geocodings ** [04:58:38 2020-06-13] 178: Checking synchronizations ** [04:58:38 2020-06-13] 178: Checking tracker ** [04:58:38 2020-06-13] 178: Checking user_migrations ** [04:58:38 2020-06-13] 178: Checking batch_updates ** [04:58:38 2020-06-13] 178: Checking gears ** [04:58:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:58:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:43 2020-06-13] 178: Checking imports ** [04:58:43 2020-06-13] 178: Checking exports ** [04:58:43 2020-06-13] 178: Checking users ** [04:58:43 2020-06-13] 178: Checking user_dbs ** [04:58:43 2020-06-13] 178: Checking geocodings ** [04:58:43 2020-06-13] 178: Checking synchronizations ** [04:58:43 2020-06-13] 178: Checking tracker ** [04:58:43 2020-06-13] 178: Checking user_migrations ** [04:58:43 2020-06-13] 178: Checking batch_updates ** [04:58:43 2020-06-13] 178: Checking gears ** [04:58:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:58:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:48 2020-06-13] 178: Checking imports ** [04:58:48 2020-06-13] 178: Checking exports ** [04:58:48 2020-06-13] 178: Checking users ** [04:58:48 2020-06-13] 178: Checking user_dbs ** [04:58:48 2020-06-13] 178: Checking geocodings ** [04:58:48 2020-06-13] 178: Checking synchronizations ** [04:58:48 2020-06-13] 178: Checking tracker ** [04:58:48 2020-06-13] 178: Checking user_migrations ** [04:58:48 2020-06-13] 178: Checking batch_updates ** [04:58:48 2020-06-13] 178: Checking gears ** [04:58:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:58:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:53 2020-06-13] 178: Checking imports ** [04:58:53 2020-06-13] 178: Checking exports ** [04:58:53 2020-06-13] 178: Checking users ** [04:58:53 2020-06-13] 178: Checking user_dbs ** [04:58:53 2020-06-13] 178: Checking geocodings ** [04:58:53 2020-06-13] 178: Checking synchronizations ** [04:58:53 2020-06-13] 178: Checking tracker ** [04:58:53 2020-06-13] 178: Checking user_migrations ** [04:58:53 2020-06-13] 178: Checking batch_updates ** [04:58:53 2020-06-13] 178: Checking gears ** [04:58:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:58:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:58 2020-06-13] 178: Checking imports ** [04:58:58 2020-06-13] 178: Checking exports ** [04:58:58 2020-06-13] 178: Checking users ** [04:58:58 2020-06-13] 178: Checking user_dbs ** [04:58:58 2020-06-13] 178: Checking geocodings ** [04:58:58 2020-06-13] 178: Checking synchronizations ** [04:58:58 2020-06-13] 178: Checking tracker ** [04:58:58 2020-06-13] 178: Checking user_migrations ** [04:58:58 2020-06-13] 178: Checking batch_updates ** [04:58:58 2020-06-13] 178: Checking gears ** [04:58:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:58:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:03 2020-06-13] 178: Checking imports ** [04:59:03 2020-06-13] 178: Checking exports ** [04:59:03 2020-06-13] 178: Checking users ** [04:59:03 2020-06-13] 178: Checking user_dbs ** [04:59:03 2020-06-13] 178: Checking geocodings ** [04:59:03 2020-06-13] 178: Checking synchronizations ** [04:59:03 2020-06-13] 178: Checking tracker ** [04:59:03 2020-06-13] 178: Checking user_migrations ** [04:59:03 2020-06-13] 178: Checking batch_updates ** [04:59:03 2020-06-13] 178: Checking gears ** [04:59:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:59:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:08 2020-06-13] 178: Checking imports ** [04:59:08 2020-06-13] 178: Checking exports ** [04:59:08 2020-06-13] 178: Checking users ** [04:59:08 2020-06-13] 178: Checking user_dbs ** [04:59:08 2020-06-13] 178: Checking geocodings ** [04:59:08 2020-06-13] 178: Checking synchronizations ** [04:59:08 2020-06-13] 178: Checking tracker ** [04:59:08 2020-06-13] 178: Checking user_migrations ** [04:59:08 2020-06-13] 178: Checking batch_updates ** [04:59:08 2020-06-13] 178: Checking gears ** [04:59:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:59:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:13 2020-06-13] 178: Checking imports ** [04:59:13 2020-06-13] 178: Checking exports ** [04:59:13 2020-06-13] 178: Checking users ** [04:59:13 2020-06-13] 178: Checking user_dbs ** [04:59:13 2020-06-13] 178: Checking geocodings ** [04:59:13 2020-06-13] 178: Checking synchronizations ** [04:59:13 2020-06-13] 178: Checking tracker ** [04:59:13 2020-06-13] 178: Checking user_migrations ** [04:59:13 2020-06-13] 178: Checking batch_updates ** [04:59:13 2020-06-13] 178: Checking gears ** [04:59:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:59:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:18 2020-06-13] 178: Checking imports ** [04:59:18 2020-06-13] 178: Checking exports ** [04:59:18 2020-06-13] 178: Checking users ** [04:59:18 2020-06-13] 178: Checking user_dbs ** [04:59:18 2020-06-13] 178: Checking geocodings ** [04:59:18 2020-06-13] 178: Checking synchronizations ** [04:59:18 2020-06-13] 178: Checking tracker ** [04:59:18 2020-06-13] 178: Checking user_migrations ** [04:59:18 2020-06-13] 178: Checking batch_updates ** [04:59:18 2020-06-13] 178: Checking gears ** [04:59:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:59:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:23 2020-06-13] 178: Checking imports ** [04:59:23 2020-06-13] 178: Checking exports ** [04:59:23 2020-06-13] 178: Checking users ** [04:59:23 2020-06-13] 178: Checking user_dbs ** [04:59:23 2020-06-13] 178: Checking geocodings ** [04:59:23 2020-06-13] 178: Checking synchronizations ** [04:59:23 2020-06-13] 178: Checking tracker ** [04:59:23 2020-06-13] 178: Checking user_migrations ** [04:59:23 2020-06-13] 178: Checking batch_updates ** [04:59:23 2020-06-13] 178: Checking gears ** [04:59:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:59:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:28 2020-06-13] 178: Checking imports ** [04:59:28 2020-06-13] 178: Checking exports ** [04:59:28 2020-06-13] 178: Checking users ** [04:59:28 2020-06-13] 178: Checking user_dbs ** [04:59:28 2020-06-13] 178: Checking geocodings ** [04:59:28 2020-06-13] 178: Checking synchronizations ** [04:59:28 2020-06-13] 178: Checking tracker ** [04:59:28 2020-06-13] 178: Checking user_migrations ** [04:59:28 2020-06-13] 178: Checking batch_updates ** [04:59:28 2020-06-13] 178: Checking gears ** [04:59:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:59:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:33 2020-06-13] 178: Checking imports ** [04:59:33 2020-06-13] 178: Checking exports ** [04:59:33 2020-06-13] 178: Checking users ** [04:59:33 2020-06-13] 178: Checking user_dbs ** [04:59:33 2020-06-13] 178: Checking geocodings ** [04:59:33 2020-06-13] 178: Checking synchronizations ** [04:59:33 2020-06-13] 178: Checking tracker ** [04:59:33 2020-06-13] 178: Checking user_migrations ** [04:59:33 2020-06-13] 178: Checking batch_updates ** [04:59:33 2020-06-13] 178: Checking gears ** [04:59:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:59:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:38 2020-06-13] 178: Checking imports ** [04:59:38 2020-06-13] 178: Checking exports ** [04:59:38 2020-06-13] 178: Checking users ** [04:59:38 2020-06-13] 178: Checking user_dbs ** [04:59:38 2020-06-13] 178: Checking geocodings ** [04:59:38 2020-06-13] 178: Checking synchronizations ** [04:59:38 2020-06-13] 178: Checking tracker ** [04:59:38 2020-06-13] 178: Checking user_migrations ** [04:59:38 2020-06-13] 178: Checking batch_updates ** [04:59:38 2020-06-13] 178: Checking gears ** [04:59:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:59:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:43 2020-06-13] 178: Checking imports ** [04:59:43 2020-06-13] 178: Checking exports ** [04:59:43 2020-06-13] 178: Checking users ** [04:59:43 2020-06-13] 178: Checking user_dbs ** [04:59:43 2020-06-13] 178: Checking geocodings ** [04:59:43 2020-06-13] 178: Checking synchronizations ** [04:59:43 2020-06-13] 178: Checking tracker ** [04:59:43 2020-06-13] 178: Checking user_migrations ** [04:59:43 2020-06-13] 178: Checking batch_updates ** [04:59:43 2020-06-13] 178: Checking gears ** [04:59:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:59:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:48 2020-06-13] 178: Checking imports ** [04:59:48 2020-06-13] 178: Checking exports ** [04:59:48 2020-06-13] 178: Checking users ** [04:59:48 2020-06-13] 178: Checking user_dbs ** [04:59:48 2020-06-13] 178: Checking geocodings ** [04:59:48 2020-06-13] 178: Checking synchronizations ** [04:59:48 2020-06-13] 178: Checking tracker ** [04:59:48 2020-06-13] 178: Checking user_migrations ** [04:59:48 2020-06-13] 178: Checking batch_updates ** [04:59:48 2020-06-13] 178: Checking gears ** [04:59:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:59:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:53 2020-06-13] 178: Checking imports ** [04:59:53 2020-06-13] 178: Checking exports ** [04:59:53 2020-06-13] 178: Checking users ** [04:59:53 2020-06-13] 178: Checking user_dbs ** [04:59:53 2020-06-13] 178: Checking geocodings ** [04:59:53 2020-06-13] 178: Checking synchronizations ** [04:59:53 2020-06-13] 178: Checking tracker ** [04:59:53 2020-06-13] 178: Checking user_migrations ** [04:59:53 2020-06-13] 178: Checking batch_updates ** [04:59:53 2020-06-13] 178: Checking gears ** [04:59:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:59:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:58 2020-06-13] 178: Checking imports ** [04:59:58 2020-06-13] 178: Checking exports ** [04:59:58 2020-06-13] 178: Checking users ** [04:59:58 2020-06-13] 178: Checking user_dbs ** [04:59:58 2020-06-13] 178: Checking geocodings ** [04:59:58 2020-06-13] 178: Checking synchronizations ** [04:59:58 2020-06-13] 178: Checking tracker ** [04:59:58 2020-06-13] 178: Checking user_migrations ** [04:59:58 2020-06-13] 178: Checking batch_updates ** [04:59:58 2020-06-13] 178: Checking gears ** [04:59:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [04:59:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:03 2020-06-13] 178: Checking imports ** [05:00:03 2020-06-13] 178: Checking exports ** [05:00:03 2020-06-13] 178: Checking users ** [05:00:03 2020-06-13] 178: Checking user_dbs ** [05:00:03 2020-06-13] 178: Checking geocodings ** [05:00:03 2020-06-13] 178: Checking synchronizations ** [05:00:03 2020-06-13] 178: Checking tracker ** [05:00:03 2020-06-13] 178: Checking user_migrations ** [05:00:03 2020-06-13] 178: Checking batch_updates ** [05:00:03 2020-06-13] 178: Checking gears ** [05:00:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:00:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:08 2020-06-13] 178: Checking imports ** [05:00:08 2020-06-13] 178: Checking exports ** [05:00:08 2020-06-13] 178: Checking users ** [05:00:08 2020-06-13] 178: Checking user_dbs ** [05:00:08 2020-06-13] 178: Checking geocodings ** [05:00:08 2020-06-13] 178: Checking synchronizations ** [05:00:08 2020-06-13] 178: Checking tracker ** [05:00:08 2020-06-13] 178: Checking user_migrations ** [05:00:08 2020-06-13] 178: Checking batch_updates ** [05:00:08 2020-06-13] 178: Checking gears ** [05:00:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:00:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:13 2020-06-13] 178: Checking imports ** [05:00:13 2020-06-13] 178: Checking exports ** [05:00:13 2020-06-13] 178: Checking users ** [05:00:13 2020-06-13] 178: Checking user_dbs ** [05:00:13 2020-06-13] 178: Checking geocodings ** [05:00:13 2020-06-13] 178: Checking synchronizations ** [05:00:13 2020-06-13] 178: Checking tracker ** [05:00:13 2020-06-13] 178: Checking user_migrations ** [05:00:13 2020-06-13] 178: Checking batch_updates ** [05:00:13 2020-06-13] 178: Checking gears ** [05:00:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:00:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:18 2020-06-13] 178: Checking imports ** [05:00:18 2020-06-13] 178: Checking exports ** [05:00:18 2020-06-13] 178: Checking users ** [05:00:18 2020-06-13] 178: Checking user_dbs ** [05:00:18 2020-06-13] 178: Checking geocodings ** [05:00:18 2020-06-13] 178: Checking synchronizations ** [05:00:18 2020-06-13] 178: Checking tracker ** [05:00:18 2020-06-13] 178: Checking user_migrations ** [05:00:18 2020-06-13] 178: Checking batch_updates ** [05:00:18 2020-06-13] 178: Checking gears ** [05:00:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:00:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:23 2020-06-13] 178: Checking imports ** [05:00:23 2020-06-13] 178: Checking exports ** [05:00:23 2020-06-13] 178: Checking users ** [05:00:23 2020-06-13] 178: Checking user_dbs ** [05:00:23 2020-06-13] 178: Checking geocodings ** [05:00:24 2020-06-13] 178: Checking synchronizations ** [05:00:24 2020-06-13] 178: Checking tracker ** [05:00:24 2020-06-13] 178: Checking user_migrations ** [05:00:24 2020-06-13] 178: Checking batch_updates ** [05:00:24 2020-06-13] 178: Checking gears ** [05:00:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:00:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:29 2020-06-13] 178: Checking imports ** [05:00:29 2020-06-13] 178: Checking exports ** [05:00:29 2020-06-13] 178: Checking users ** [05:00:29 2020-06-13] 178: Checking user_dbs ** [05:00:29 2020-06-13] 178: Checking geocodings ** [05:00:29 2020-06-13] 178: Checking synchronizations ** [05:00:29 2020-06-13] 178: Checking tracker ** [05:00:29 2020-06-13] 178: Checking user_migrations ** [05:00:29 2020-06-13] 178: Checking batch_updates ** [05:00:29 2020-06-13] 178: Checking gears ** [05:00:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:00:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:34 2020-06-13] 178: Checking imports ** [05:00:34 2020-06-13] 178: Checking exports ** [05:00:34 2020-06-13] 178: Checking users ** [05:00:34 2020-06-13] 178: Checking user_dbs ** [05:00:34 2020-06-13] 178: Checking geocodings ** [05:00:34 2020-06-13] 178: Checking synchronizations ** [05:00:34 2020-06-13] 178: Checking tracker ** [05:00:34 2020-06-13] 178: Checking user_migrations ** [05:00:34 2020-06-13] 178: Checking batch_updates ** [05:00:34 2020-06-13] 178: Checking gears ** [05:00:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:00:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:39 2020-06-13] 178: Checking imports ** [05:00:39 2020-06-13] 178: Checking exports ** [05:00:39 2020-06-13] 178: Checking users ** [05:00:39 2020-06-13] 178: Checking user_dbs ** [05:00:39 2020-06-13] 178: Checking geocodings ** [05:00:39 2020-06-13] 178: Checking synchronizations ** [05:00:39 2020-06-13] 178: Checking tracker ** [05:00:39 2020-06-13] 178: Checking user_migrations ** [05:00:39 2020-06-13] 178: Checking batch_updates ** [05:00:39 2020-06-13] 178: Checking gears ** [05:00:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:00:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:44 2020-06-13] 178: Checking imports ** [05:00:44 2020-06-13] 178: Checking exports ** [05:00:44 2020-06-13] 178: Checking users ** [05:00:44 2020-06-13] 178: Checking user_dbs ** [05:00:44 2020-06-13] 178: Checking geocodings ** [05:00:44 2020-06-13] 178: Checking synchronizations ** [05:00:44 2020-06-13] 178: Checking tracker ** [05:00:44 2020-06-13] 178: Checking user_migrations ** [05:00:44 2020-06-13] 178: Checking batch_updates ** [05:00:44 2020-06-13] 178: Checking gears ** [05:00:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:00:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:49 2020-06-13] 178: Checking imports ** [05:00:49 2020-06-13] 178: Checking exports ** [05:00:49 2020-06-13] 178: Checking users ** [05:00:49 2020-06-13] 178: Checking user_dbs ** [05:00:49 2020-06-13] 178: Checking geocodings ** [05:00:49 2020-06-13] 178: Checking synchronizations ** [05:00:49 2020-06-13] 178: Checking tracker ** [05:00:49 2020-06-13] 178: Checking user_migrations ** [05:00:49 2020-06-13] 178: Checking batch_updates ** [05:00:49 2020-06-13] 178: Checking gears ** [05:00:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:00:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:54 2020-06-13] 178: Checking imports ** [05:00:54 2020-06-13] 178: Checking exports ** [05:00:54 2020-06-13] 178: Checking users ** [05:00:54 2020-06-13] 178: Checking user_dbs ** [05:00:54 2020-06-13] 178: Checking geocodings ** [05:00:54 2020-06-13] 178: Checking synchronizations ** [05:00:54 2020-06-13] 178: Checking tracker ** [05:00:54 2020-06-13] 178: Checking user_migrations ** [05:00:54 2020-06-13] 178: Checking batch_updates ** [05:00:54 2020-06-13] 178: Checking gears ** [05:00:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:00:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:59 2020-06-13] 178: Checking imports ** [05:00:59 2020-06-13] 178: Checking exports ** [05:00:59 2020-06-13] 178: Checking users ** [05:00:59 2020-06-13] 178: Checking user_dbs ** [05:00:59 2020-06-13] 178: Checking geocodings ** [05:00:59 2020-06-13] 178: Checking synchronizations ** [05:00:59 2020-06-13] 178: Checking tracker ** [05:00:59 2020-06-13] 178: Checking user_migrations ** [05:00:59 2020-06-13] 178: Checking batch_updates ** [05:00:59 2020-06-13] 178: Checking gears ** [05:00:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:00:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:04 2020-06-13] 178: Checking imports ** [05:01:04 2020-06-13] 178: Checking exports ** [05:01:04 2020-06-13] 178: Checking users ** [05:01:04 2020-06-13] 178: Checking user_dbs ** [05:01:04 2020-06-13] 178: Checking geocodings ** [05:01:04 2020-06-13] 178: Checking synchronizations ** [05:01:04 2020-06-13] 178: Checking tracker ** [05:01:04 2020-06-13] 178: Checking user_migrations ** [05:01:04 2020-06-13] 178: Checking batch_updates ** [05:01:04 2020-06-13] 178: Checking gears ** [05:01:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:01:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:09 2020-06-13] 178: Checking imports ** [05:01:09 2020-06-13] 178: Checking exports ** [05:01:09 2020-06-13] 178: Checking users ** [05:01:09 2020-06-13] 178: Checking user_dbs ** [05:01:09 2020-06-13] 178: Checking geocodings ** [05:01:09 2020-06-13] 178: Checking synchronizations ** [05:01:09 2020-06-13] 178: Checking tracker ** [05:01:09 2020-06-13] 178: Checking user_migrations ** [05:01:09 2020-06-13] 178: Checking batch_updates ** [05:01:09 2020-06-13] 178: Checking gears ** [05:01:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:01:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:14 2020-06-13] 178: Checking imports ** [05:01:14 2020-06-13] 178: Checking exports ** [05:01:14 2020-06-13] 178: Checking users ** [05:01:14 2020-06-13] 178: Checking user_dbs ** [05:01:14 2020-06-13] 178: Checking geocodings ** [05:01:14 2020-06-13] 178: Checking synchronizations ** [05:01:14 2020-06-13] 178: Checking tracker ** [05:01:14 2020-06-13] 178: Checking user_migrations ** [05:01:14 2020-06-13] 178: Checking batch_updates ** [05:01:14 2020-06-13] 178: Checking gears ** [05:01:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:01:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:19 2020-06-13] 178: Checking imports ** [05:01:19 2020-06-13] 178: Checking exports ** [05:01:19 2020-06-13] 178: Checking users ** [05:01:19 2020-06-13] 178: Checking user_dbs ** [05:01:19 2020-06-13] 178: Checking geocodings ** [05:01:19 2020-06-13] 178: Checking synchronizations ** [05:01:19 2020-06-13] 178: Checking tracker ** [05:01:19 2020-06-13] 178: Checking user_migrations ** [05:01:19 2020-06-13] 178: Checking batch_updates ** [05:01:19 2020-06-13] 178: Checking gears ** [05:01:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:01:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:24 2020-06-13] 178: Checking imports ** [05:01:24 2020-06-13] 178: Checking exports ** [05:01:24 2020-06-13] 178: Checking users ** [05:01:24 2020-06-13] 178: Checking user_dbs ** [05:01:24 2020-06-13] 178: Checking geocodings ** [05:01:24 2020-06-13] 178: Checking synchronizations ** [05:01:24 2020-06-13] 178: Checking tracker ** [05:01:24 2020-06-13] 178: Checking user_migrations ** [05:01:24 2020-06-13] 178: Checking batch_updates ** [05:01:24 2020-06-13] 178: Checking gears ** [05:01:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:01:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:29 2020-06-13] 178: Checking imports ** [05:01:29 2020-06-13] 178: Checking exports ** [05:01:29 2020-06-13] 178: Checking users ** [05:01:29 2020-06-13] 178: Checking user_dbs ** [05:01:29 2020-06-13] 178: Checking geocodings ** [05:01:29 2020-06-13] 178: Checking synchronizations ** [05:01:29 2020-06-13] 178: Checking tracker ** [05:01:29 2020-06-13] 178: Checking user_migrations ** [05:01:29 2020-06-13] 178: Checking batch_updates ** [05:01:29 2020-06-13] 178: Checking gears ** [05:01:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:01:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:34 2020-06-13] 178: Checking imports ** [05:01:34 2020-06-13] 178: Checking exports ** [05:01:34 2020-06-13] 178: Checking users ** [05:01:34 2020-06-13] 178: Checking user_dbs ** [05:01:34 2020-06-13] 178: Checking geocodings ** [05:01:34 2020-06-13] 178: Checking synchronizations ** [05:01:34 2020-06-13] 178: Checking tracker ** [05:01:34 2020-06-13] 178: Checking user_migrations ** [05:01:34 2020-06-13] 178: Checking batch_updates ** [05:01:34 2020-06-13] 178: Checking gears ** [05:01:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:01:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:39 2020-06-13] 178: Checking imports ** [05:01:39 2020-06-13] 178: Checking exports ** [05:01:39 2020-06-13] 178: Checking users ** [05:01:39 2020-06-13] 178: Checking user_dbs ** [05:01:39 2020-06-13] 178: Checking geocodings ** [05:01:39 2020-06-13] 178: Checking synchronizations ** [05:01:39 2020-06-13] 178: Checking tracker ** [05:01:39 2020-06-13] 178: Checking user_migrations ** [05:01:39 2020-06-13] 178: Checking batch_updates ** [05:01:39 2020-06-13] 178: Checking gears ** [05:01:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:01:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:44 2020-06-13] 178: Checking imports ** [05:01:44 2020-06-13] 178: Checking exports ** [05:01:44 2020-06-13] 178: Checking users ** [05:01:44 2020-06-13] 178: Checking user_dbs ** [05:01:44 2020-06-13] 178: Checking geocodings ** [05:01:44 2020-06-13] 178: Checking synchronizations ** [05:01:44 2020-06-13] 178: Checking tracker ** [05:01:44 2020-06-13] 178: Checking user_migrations ** [05:01:44 2020-06-13] 178: Checking batch_updates ** [05:01:44 2020-06-13] 178: Checking gears ** [05:01:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:01:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:49 2020-06-13] 178: Checking imports ** [05:01:49 2020-06-13] 178: Checking exports ** [05:01:49 2020-06-13] 178: Checking users ** [05:01:49 2020-06-13] 178: Checking user_dbs ** [05:01:49 2020-06-13] 178: Checking geocodings ** [05:01:49 2020-06-13] 178: Checking synchronizations ** [05:01:49 2020-06-13] 178: Checking tracker ** [05:01:49 2020-06-13] 178: Checking user_migrations ** [05:01:49 2020-06-13] 178: Checking batch_updates ** [05:01:49 2020-06-13] 178: Checking gears ** [05:01:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:01:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:54 2020-06-13] 178: Checking imports ** [05:01:54 2020-06-13] 178: Checking exports ** [05:01:54 2020-06-13] 178: Checking users ** [05:01:54 2020-06-13] 178: Checking user_dbs ** [05:01:54 2020-06-13] 178: Checking geocodings ** [05:01:54 2020-06-13] 178: Checking synchronizations ** [05:01:54 2020-06-13] 178: Checking tracker ** [05:01:54 2020-06-13] 178: Checking user_migrations ** [05:01:54 2020-06-13] 178: Checking batch_updates ** [05:01:54 2020-06-13] 178: Checking gears ** [05:01:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:01:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:59 2020-06-13] 178: Checking imports ** [05:01:59 2020-06-13] 178: Checking exports ** [05:01:59 2020-06-13] 178: Checking users ** [05:01:59 2020-06-13] 178: Checking user_dbs ** [05:01:59 2020-06-13] 178: Checking geocodings ** [05:01:59 2020-06-13] 178: Checking synchronizations ** [05:01:59 2020-06-13] 178: Checking tracker ** [05:01:59 2020-06-13] 178: Checking user_migrations ** [05:01:59 2020-06-13] 178: Checking batch_updates ** [05:01:59 2020-06-13] 178: Checking gears ** [05:01:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:01:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:04 2020-06-13] 178: Checking imports ** [05:02:04 2020-06-13] 178: Checking exports ** [05:02:04 2020-06-13] 178: Checking users ** [05:02:04 2020-06-13] 178: Checking user_dbs ** [05:02:04 2020-06-13] 178: Checking geocodings ** [05:02:04 2020-06-13] 178: Checking synchronizations ** [05:02:04 2020-06-13] 178: Checking tracker ** [05:02:04 2020-06-13] 178: Checking user_migrations ** [05:02:04 2020-06-13] 178: Checking batch_updates ** [05:02:04 2020-06-13] 178: Checking gears ** [05:02:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:02:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:09 2020-06-13] 178: Checking imports ** [05:02:09 2020-06-13] 178: Checking exports ** [05:02:09 2020-06-13] 178: Checking users ** [05:02:09 2020-06-13] 178: Checking user_dbs ** [05:02:09 2020-06-13] 178: Checking geocodings ** [05:02:09 2020-06-13] 178: Checking synchronizations ** [05:02:09 2020-06-13] 178: Checking tracker ** [05:02:09 2020-06-13] 178: Checking user_migrations ** [05:02:09 2020-06-13] 178: Checking batch_updates ** [05:02:09 2020-06-13] 178: Checking gears ** [05:02:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:02:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:14 2020-06-13] 178: Checking imports ** [05:02:14 2020-06-13] 178: Checking exports ** [05:02:14 2020-06-13] 178: Checking users ** [05:02:14 2020-06-13] 178: Checking user_dbs ** [05:02:14 2020-06-13] 178: Checking geocodings ** [05:02:14 2020-06-13] 178: Checking synchronizations ** [05:02:14 2020-06-13] 178: Checking tracker ** [05:02:14 2020-06-13] 178: Checking user_migrations ** [05:02:14 2020-06-13] 178: Checking batch_updates ** [05:02:14 2020-06-13] 178: Checking gears ** [05:02:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:02:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:19 2020-06-13] 178: Checking imports ** [05:02:19 2020-06-13] 178: Checking exports ** [05:02:19 2020-06-13] 178: Checking users ** [05:02:19 2020-06-13] 178: Checking user_dbs ** [05:02:19 2020-06-13] 178: Checking geocodings ** [05:02:19 2020-06-13] 178: Checking synchronizations ** [05:02:19 2020-06-13] 178: Checking tracker ** [05:02:19 2020-06-13] 178: Checking user_migrations ** [05:02:19 2020-06-13] 178: Checking batch_updates ** [05:02:19 2020-06-13] 178: Checking gears ** [05:02:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:02:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:24 2020-06-13] 178: Checking imports ** [05:02:24 2020-06-13] 178: Checking exports ** [05:02:24 2020-06-13] 178: Checking users ** [05:02:24 2020-06-13] 178: Checking user_dbs ** [05:02:24 2020-06-13] 178: Checking geocodings ** [05:02:24 2020-06-13] 178: Checking synchronizations ** [05:02:24 2020-06-13] 178: Checking tracker ** [05:02:24 2020-06-13] 178: Checking user_migrations ** [05:02:24 2020-06-13] 178: Checking batch_updates ** [05:02:24 2020-06-13] 178: Checking gears ** [05:02:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:02:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:29 2020-06-13] 178: Checking imports ** [05:02:29 2020-06-13] 178: Checking exports ** [05:02:29 2020-06-13] 178: Checking users ** [05:02:29 2020-06-13] 178: Checking user_dbs ** [05:02:29 2020-06-13] 178: Checking geocodings ** [05:02:29 2020-06-13] 178: Checking synchronizations ** [05:02:29 2020-06-13] 178: Checking tracker ** [05:02:29 2020-06-13] 178: Checking user_migrations ** [05:02:29 2020-06-13] 178: Checking batch_updates ** [05:02:29 2020-06-13] 178: Checking gears ** [05:02:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:02:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:34 2020-06-13] 178: Checking imports ** [05:02:34 2020-06-13] 178: Checking exports ** [05:02:34 2020-06-13] 178: Checking users ** [05:02:34 2020-06-13] 178: Checking user_dbs ** [05:02:34 2020-06-13] 178: Checking geocodings ** [05:02:34 2020-06-13] 178: Checking synchronizations ** [05:02:34 2020-06-13] 178: Checking tracker ** [05:02:34 2020-06-13] 178: Checking user_migrations ** [05:02:34 2020-06-13] 178: Checking batch_updates ** [05:02:34 2020-06-13] 178: Checking gears ** [05:02:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:02:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:39 2020-06-13] 178: Checking imports ** [05:02:39 2020-06-13] 178: Checking exports ** [05:02:39 2020-06-13] 178: Checking users ** [05:02:39 2020-06-13] 178: Checking user_dbs ** [05:02:39 2020-06-13] 178: Checking geocodings ** [05:02:39 2020-06-13] 178: Checking synchronizations ** [05:02:39 2020-06-13] 178: Checking tracker ** [05:02:39 2020-06-13] 178: Checking user_migrations ** [05:02:39 2020-06-13] 178: Checking batch_updates ** [05:02:39 2020-06-13] 178: Checking gears ** [05:02:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:02:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:44 2020-06-13] 178: Checking imports ** [05:02:44 2020-06-13] 178: Checking exports ** [05:02:44 2020-06-13] 178: Checking users ** [05:02:44 2020-06-13] 178: Checking user_dbs ** [05:02:44 2020-06-13] 178: Checking geocodings ** [05:02:44 2020-06-13] 178: Checking synchronizations ** [05:02:44 2020-06-13] 178: Checking tracker ** [05:02:44 2020-06-13] 178: Checking user_migrations ** [05:02:44 2020-06-13] 178: Checking batch_updates ** [05:02:44 2020-06-13] 178: Checking gears ** [05:02:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:02:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:49 2020-06-13] 178: Checking imports ** [05:02:49 2020-06-13] 178: Checking exports ** [05:02:49 2020-06-13] 178: Checking users ** [05:02:49 2020-06-13] 178: Checking user_dbs ** [05:02:49 2020-06-13] 178: Checking geocodings ** [05:02:49 2020-06-13] 178: Checking synchronizations ** [05:02:49 2020-06-13] 178: Checking tracker ** [05:02:49 2020-06-13] 178: Checking user_migrations ** [05:02:49 2020-06-13] 178: Checking batch_updates ** [05:02:49 2020-06-13] 178: Checking gears ** [05:02:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:02:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:54 2020-06-13] 178: Checking imports ** [05:02:54 2020-06-13] 178: Checking exports ** [05:02:54 2020-06-13] 178: Checking users ** [05:02:54 2020-06-13] 178: Checking user_dbs ** [05:02:54 2020-06-13] 178: Checking geocodings ** [05:02:54 2020-06-13] 178: Checking synchronizations ** [05:02:54 2020-06-13] 178: Checking tracker ** [05:02:54 2020-06-13] 178: Checking user_migrations ** [05:02:54 2020-06-13] 178: Checking batch_updates ** [05:02:54 2020-06-13] 178: Checking gears ** [05:02:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:02:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:59 2020-06-13] 178: Checking imports ** [05:02:59 2020-06-13] 178: Checking exports ** [05:02:59 2020-06-13] 178: Checking users ** [05:02:59 2020-06-13] 178: Checking user_dbs ** [05:02:59 2020-06-13] 178: Checking geocodings ** [05:02:59 2020-06-13] 178: Checking synchronizations ** [05:02:59 2020-06-13] 178: Checking tracker ** [05:02:59 2020-06-13] 178: Checking user_migrations ** [05:02:59 2020-06-13] 178: Checking batch_updates ** [05:02:59 2020-06-13] 178: Checking gears ** [05:02:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:02:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:04 2020-06-13] 178: Checking imports ** [05:03:04 2020-06-13] 178: Checking exports ** [05:03:04 2020-06-13] 178: Checking users ** [05:03:04 2020-06-13] 178: Checking user_dbs ** [05:03:04 2020-06-13] 178: Checking geocodings ** [05:03:04 2020-06-13] 178: Checking synchronizations ** [05:03:04 2020-06-13] 178: Checking tracker ** [05:03:04 2020-06-13] 178: Checking user_migrations ** [05:03:04 2020-06-13] 178: Checking batch_updates ** [05:03:04 2020-06-13] 178: Checking gears ** [05:03:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:03:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:09 2020-06-13] 178: Checking imports ** [05:03:09 2020-06-13] 178: Checking exports ** [05:03:09 2020-06-13] 178: Checking users ** [05:03:09 2020-06-13] 178: Checking user_dbs ** [05:03:09 2020-06-13] 178: Checking geocodings ** [05:03:09 2020-06-13] 178: Checking synchronizations ** [05:03:09 2020-06-13] 178: Checking tracker ** [05:03:09 2020-06-13] 178: Checking user_migrations ** [05:03:09 2020-06-13] 178: Checking batch_updates ** [05:03:09 2020-06-13] 178: Checking gears ** [05:03:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:03:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:14 2020-06-13] 178: Checking imports ** [05:03:14 2020-06-13] 178: Checking exports ** [05:03:14 2020-06-13] 178: Checking users ** [05:03:14 2020-06-13] 178: Checking user_dbs ** [05:03:14 2020-06-13] 178: Checking geocodings ** [05:03:14 2020-06-13] 178: Checking synchronizations ** [05:03:14 2020-06-13] 178: Checking tracker ** [05:03:14 2020-06-13] 178: Checking user_migrations ** [05:03:14 2020-06-13] 178: Checking batch_updates ** [05:03:14 2020-06-13] 178: Checking gears ** [05:03:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:03:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:19 2020-06-13] 178: Checking imports ** [05:03:19 2020-06-13] 178: Checking exports ** [05:03:19 2020-06-13] 178: Checking users ** [05:03:19 2020-06-13] 178: Checking user_dbs ** [05:03:19 2020-06-13] 178: Checking geocodings ** [05:03:19 2020-06-13] 178: Checking synchronizations ** [05:03:19 2020-06-13] 178: Checking tracker ** [05:03:19 2020-06-13] 178: Checking user_migrations ** [05:03:19 2020-06-13] 178: Checking batch_updates ** [05:03:19 2020-06-13] 178: Checking gears ** [05:03:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:03:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:24 2020-06-13] 178: Checking imports ** [05:03:24 2020-06-13] 178: Checking exports ** [05:03:24 2020-06-13] 178: Checking users ** [05:03:24 2020-06-13] 178: Checking user_dbs ** [05:03:24 2020-06-13] 178: Checking geocodings ** [05:03:24 2020-06-13] 178: Checking synchronizations ** [05:03:24 2020-06-13] 178: Checking tracker ** [05:03:24 2020-06-13] 178: Checking user_migrations ** [05:03:24 2020-06-13] 178: Checking batch_updates ** [05:03:24 2020-06-13] 178: Checking gears ** [05:03:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:03:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:29 2020-06-13] 178: Checking imports ** [05:03:29 2020-06-13] 178: Checking exports ** [05:03:29 2020-06-13] 178: Checking users ** [05:03:29 2020-06-13] 178: Checking user_dbs ** [05:03:29 2020-06-13] 178: Checking geocodings ** [05:03:29 2020-06-13] 178: Checking synchronizations ** [05:03:29 2020-06-13] 178: Checking tracker ** [05:03:29 2020-06-13] 178: Checking user_migrations ** [05:03:29 2020-06-13] 178: Checking batch_updates ** [05:03:29 2020-06-13] 178: Checking gears ** [05:03:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:03:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:34 2020-06-13] 178: Checking imports ** [05:03:34 2020-06-13] 178: Checking exports ** [05:03:34 2020-06-13] 178: Checking users ** [05:03:34 2020-06-13] 178: Checking user_dbs ** [05:03:34 2020-06-13] 178: Checking geocodings ** [05:03:34 2020-06-13] 178: Checking synchronizations ** [05:03:34 2020-06-13] 178: Checking tracker ** [05:03:34 2020-06-13] 178: Checking user_migrations ** [05:03:34 2020-06-13] 178: Checking batch_updates ** [05:03:34 2020-06-13] 178: Checking gears ** [05:03:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:03:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:39 2020-06-13] 178: Checking imports ** [05:03:39 2020-06-13] 178: Checking exports ** [05:03:39 2020-06-13] 178: Checking users ** [05:03:39 2020-06-13] 178: Checking user_dbs ** [05:03:39 2020-06-13] 178: Checking geocodings ** [05:03:39 2020-06-13] 178: Checking synchronizations ** [05:03:39 2020-06-13] 178: Checking tracker ** [05:03:39 2020-06-13] 178: Checking user_migrations ** [05:03:39 2020-06-13] 178: Checking batch_updates ** [05:03:39 2020-06-13] 178: Checking gears ** [05:03:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:03:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:44 2020-06-13] 178: Checking imports ** [05:03:44 2020-06-13] 178: Checking exports ** [05:03:44 2020-06-13] 178: Checking users ** [05:03:44 2020-06-13] 178: Checking user_dbs ** [05:03:44 2020-06-13] 178: Checking geocodings ** [05:03:44 2020-06-13] 178: Checking synchronizations ** [05:03:44 2020-06-13] 178: Checking tracker ** [05:03:44 2020-06-13] 178: Checking user_migrations ** [05:03:44 2020-06-13] 178: Checking batch_updates ** [05:03:44 2020-06-13] 178: Checking gears ** [05:03:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:03:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:49 2020-06-13] 178: Checking imports ** [05:03:49 2020-06-13] 178: Checking exports ** [05:03:49 2020-06-13] 178: Checking users ** [05:03:49 2020-06-13] 178: Checking user_dbs ** [05:03:49 2020-06-13] 178: Checking geocodings ** [05:03:49 2020-06-13] 178: Checking synchronizations ** [05:03:49 2020-06-13] 178: Checking tracker ** [05:03:49 2020-06-13] 178: Checking user_migrations ** [05:03:49 2020-06-13] 178: Checking batch_updates ** [05:03:49 2020-06-13] 178: Checking gears ** [05:03:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:03:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:54 2020-06-13] 178: Checking imports ** [05:03:54 2020-06-13] 178: Checking exports ** [05:03:54 2020-06-13] 178: Checking users ** [05:03:54 2020-06-13] 178: Checking user_dbs ** [05:03:54 2020-06-13] 178: Checking geocodings ** [05:03:54 2020-06-13] 178: Checking synchronizations ** [05:03:54 2020-06-13] 178: Checking tracker ** [05:03:54 2020-06-13] 178: Checking user_migrations ** [05:03:54 2020-06-13] 178: Checking batch_updates ** [05:03:54 2020-06-13] 178: Checking gears ** [05:03:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:03:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:59 2020-06-13] 178: Checking imports ** [05:03:59 2020-06-13] 178: Checking exports ** [05:03:59 2020-06-13] 178: Checking users ** [05:03:59 2020-06-13] 178: Checking user_dbs ** [05:03:59 2020-06-13] 178: Checking geocodings ** [05:03:59 2020-06-13] 178: Checking synchronizations ** [05:03:59 2020-06-13] 178: Checking tracker ** [05:03:59 2020-06-13] 178: Checking user_migrations ** [05:03:59 2020-06-13] 178: Checking batch_updates ** [05:03:59 2020-06-13] 178: Checking gears ** [05:03:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:03:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:04 2020-06-13] 178: Checking imports ** [05:04:04 2020-06-13] 178: Checking exports ** [05:04:04 2020-06-13] 178: Checking users ** [05:04:04 2020-06-13] 178: Checking user_dbs ** [05:04:04 2020-06-13] 178: Checking geocodings ** [05:04:04 2020-06-13] 178: Checking synchronizations ** [05:04:04 2020-06-13] 178: Checking tracker ** [05:04:04 2020-06-13] 178: Checking user_migrations ** [05:04:04 2020-06-13] 178: Checking batch_updates ** [05:04:04 2020-06-13] 178: Checking gears ** [05:04:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:04:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:09 2020-06-13] 178: Checking imports ** [05:04:09 2020-06-13] 178: Checking exports ** [05:04:09 2020-06-13] 178: Checking users ** [05:04:09 2020-06-13] 178: Checking user_dbs ** [05:04:09 2020-06-13] 178: Checking geocodings ** [05:04:09 2020-06-13] 178: Checking synchronizations ** [05:04:09 2020-06-13] 178: Checking tracker ** [05:04:09 2020-06-13] 178: Checking user_migrations ** [05:04:09 2020-06-13] 178: Checking batch_updates ** [05:04:09 2020-06-13] 178: Checking gears ** [05:04:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:04:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:14 2020-06-13] 178: Checking imports ** [05:04:14 2020-06-13] 178: Checking exports ** [05:04:14 2020-06-13] 178: Checking users ** [05:04:14 2020-06-13] 178: Checking user_dbs ** [05:04:14 2020-06-13] 178: Checking geocodings ** [05:04:14 2020-06-13] 178: Checking synchronizations ** [05:04:14 2020-06-13] 178: Checking tracker ** [05:04:14 2020-06-13] 178: Checking user_migrations ** [05:04:14 2020-06-13] 178: Checking batch_updates ** [05:04:14 2020-06-13] 178: Checking gears ** [05:04:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:04:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:19 2020-06-13] 178: Checking imports ** [05:04:19 2020-06-13] 178: Checking exports ** [05:04:19 2020-06-13] 178: Checking users ** [05:04:19 2020-06-13] 178: Checking user_dbs ** [05:04:19 2020-06-13] 178: Checking geocodings ** [05:04:19 2020-06-13] 178: Checking synchronizations ** [05:04:19 2020-06-13] 178: Checking tracker ** [05:04:19 2020-06-13] 178: Checking user_migrations ** [05:04:19 2020-06-13] 178: Checking batch_updates ** [05:04:19 2020-06-13] 178: Checking gears ** [05:04:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:04:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:24 2020-06-13] 178: Checking imports ** [05:04:24 2020-06-13] 178: Checking exports ** [05:04:24 2020-06-13] 178: Checking users ** [05:04:24 2020-06-13] 178: Checking user_dbs ** [05:04:24 2020-06-13] 178: Checking geocodings ** [05:04:24 2020-06-13] 178: Checking synchronizations ** [05:04:24 2020-06-13] 178: Checking tracker ** [05:04:24 2020-06-13] 178: Checking user_migrations ** [05:04:24 2020-06-13] 178: Checking batch_updates ** [05:04:24 2020-06-13] 178: Checking gears ** [05:04:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:04:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:29 2020-06-13] 178: Checking imports ** [05:04:29 2020-06-13] 178: Checking exports ** [05:04:29 2020-06-13] 178: Checking users ** [05:04:29 2020-06-13] 178: Checking user_dbs ** [05:04:29 2020-06-13] 178: Checking geocodings ** [05:04:29 2020-06-13] 178: Checking synchronizations ** [05:04:29 2020-06-13] 178: Checking tracker ** [05:04:29 2020-06-13] 178: Checking user_migrations ** [05:04:29 2020-06-13] 178: Checking batch_updates ** [05:04:29 2020-06-13] 178: Checking gears ** [05:04:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:04:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:34 2020-06-13] 178: Checking imports ** [05:04:34 2020-06-13] 178: Checking exports ** [05:04:34 2020-06-13] 178: Checking users ** [05:04:34 2020-06-13] 178: Checking user_dbs ** [05:04:34 2020-06-13] 178: Checking geocodings ** [05:04:34 2020-06-13] 178: Checking synchronizations ** [05:04:34 2020-06-13] 178: Checking tracker ** [05:04:34 2020-06-13] 178: Checking user_migrations ** [05:04:34 2020-06-13] 178: Checking batch_updates ** [05:04:34 2020-06-13] 178: Checking gears ** [05:04:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:04:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:39 2020-06-13] 178: Checking imports ** [05:04:39 2020-06-13] 178: Checking exports ** [05:04:39 2020-06-13] 178: Checking users ** [05:04:39 2020-06-13] 178: Checking user_dbs ** [05:04:39 2020-06-13] 178: Checking geocodings ** [05:04:39 2020-06-13] 178: Checking synchronizations ** [05:04:39 2020-06-13] 178: Checking tracker ** [05:04:39 2020-06-13] 178: Checking user_migrations ** [05:04:39 2020-06-13] 178: Checking batch_updates ** [05:04:39 2020-06-13] 178: Checking gears ** [05:04:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:04:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:44 2020-06-13] 178: Checking imports ** [05:04:44 2020-06-13] 178: Checking exports ** [05:04:44 2020-06-13] 178: Checking users ** [05:04:44 2020-06-13] 178: Checking user_dbs ** [05:04:44 2020-06-13] 178: Checking geocodings ** [05:04:44 2020-06-13] 178: Checking synchronizations ** [05:04:44 2020-06-13] 178: Checking tracker ** [05:04:44 2020-06-13] 178: Checking user_migrations ** [05:04:44 2020-06-13] 178: Checking batch_updates ** [05:04:44 2020-06-13] 178: Checking gears ** [05:04:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:04:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:49 2020-06-13] 178: Checking imports ** [05:04:49 2020-06-13] 178: Checking exports ** [05:04:49 2020-06-13] 178: Checking users ** [05:04:49 2020-06-13] 178: Checking user_dbs ** [05:04:49 2020-06-13] 178: Checking geocodings ** [05:04:49 2020-06-13] 178: Checking synchronizations ** [05:04:49 2020-06-13] 178: Checking tracker ** [05:04:49 2020-06-13] 178: Checking user_migrations ** [05:04:49 2020-06-13] 178: Checking batch_updates ** [05:04:49 2020-06-13] 178: Checking gears ** [05:04:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:04:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:54 2020-06-13] 178: Checking imports ** [05:04:54 2020-06-13] 178: Checking exports ** [05:04:54 2020-06-13] 178: Checking users ** [05:04:54 2020-06-13] 178: Checking user_dbs ** [05:04:54 2020-06-13] 178: Checking geocodings ** [05:04:54 2020-06-13] 178: Checking synchronizations ** [05:04:54 2020-06-13] 178: Checking tracker ** [05:04:54 2020-06-13] 178: Checking user_migrations ** [05:04:54 2020-06-13] 178: Checking batch_updates ** [05:04:54 2020-06-13] 178: Checking gears ** [05:04:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:04:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:59 2020-06-13] 178: Checking imports ** [05:04:59 2020-06-13] 178: Checking exports ** [05:04:59 2020-06-13] 178: Checking users ** [05:04:59 2020-06-13] 178: Checking user_dbs ** [05:04:59 2020-06-13] 178: Checking geocodings ** [05:04:59 2020-06-13] 178: Checking synchronizations ** [05:04:59 2020-06-13] 178: Checking tracker ** [05:04:59 2020-06-13] 178: Checking user_migrations ** [05:04:59 2020-06-13] 178: Checking batch_updates ** [05:04:59 2020-06-13] 178: Checking gears ** [05:04:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:04:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:04 2020-06-13] 178: Checking imports ** [05:05:04 2020-06-13] 178: Checking exports ** [05:05:04 2020-06-13] 178: Checking users ** [05:05:04 2020-06-13] 178: Checking user_dbs ** [05:05:04 2020-06-13] 178: Checking geocodings ** [05:05:04 2020-06-13] 178: Checking synchronizations ** [05:05:04 2020-06-13] 178: Checking tracker ** [05:05:04 2020-06-13] 178: Checking user_migrations ** [05:05:04 2020-06-13] 178: Checking batch_updates ** [05:05:04 2020-06-13] 178: Checking gears ** [05:05:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:05:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:09 2020-06-13] 178: Checking imports ** [05:05:09 2020-06-13] 178: Checking exports ** [05:05:09 2020-06-13] 178: Checking users ** [05:05:09 2020-06-13] 178: Checking user_dbs ** [05:05:09 2020-06-13] 178: Checking geocodings ** [05:05:09 2020-06-13] 178: Checking synchronizations ** [05:05:09 2020-06-13] 178: Checking tracker ** [05:05:09 2020-06-13] 178: Checking user_migrations ** [05:05:09 2020-06-13] 178: Checking batch_updates ** [05:05:09 2020-06-13] 178: Checking gears ** [05:05:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:05:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:14 2020-06-13] 178: Checking imports ** [05:05:14 2020-06-13] 178: Checking exports ** [05:05:14 2020-06-13] 178: Checking users ** [05:05:14 2020-06-13] 178: Checking user_dbs ** [05:05:14 2020-06-13] 178: Checking geocodings ** [05:05:14 2020-06-13] 178: Checking synchronizations ** [05:05:14 2020-06-13] 178: Checking tracker ** [05:05:14 2020-06-13] 178: Checking user_migrations ** [05:05:14 2020-06-13] 178: Checking batch_updates ** [05:05:14 2020-06-13] 178: Checking gears ** [05:05:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:05:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:19 2020-06-13] 178: Checking imports ** [05:05:19 2020-06-13] 178: Checking exports ** [05:05:19 2020-06-13] 178: Checking users ** [05:05:19 2020-06-13] 178: Checking user_dbs ** [05:05:19 2020-06-13] 178: Checking geocodings ** [05:05:19 2020-06-13] 178: Checking synchronizations ** [05:05:19 2020-06-13] 178: Checking tracker ** [05:05:19 2020-06-13] 178: Checking user_migrations ** [05:05:19 2020-06-13] 178: Checking batch_updates ** [05:05:19 2020-06-13] 178: Checking gears ** [05:05:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:05:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:24 2020-06-13] 178: Checking imports ** [05:05:24 2020-06-13] 178: Checking exports ** [05:05:24 2020-06-13] 178: Checking users ** [05:05:24 2020-06-13] 178: Checking user_dbs ** [05:05:24 2020-06-13] 178: Checking geocodings ** [05:05:24 2020-06-13] 178: Checking synchronizations ** [05:05:24 2020-06-13] 178: Checking tracker ** [05:05:24 2020-06-13] 178: Checking user_migrations ** [05:05:24 2020-06-13] 178: Checking batch_updates ** [05:05:24 2020-06-13] 178: Checking gears ** [05:05:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:05:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:29 2020-06-13] 178: Checking imports ** [05:05:29 2020-06-13] 178: Checking exports ** [05:05:29 2020-06-13] 178: Checking users ** [05:05:29 2020-06-13] 178: Checking user_dbs ** [05:05:29 2020-06-13] 178: Checking geocodings ** [05:05:29 2020-06-13] 178: Checking synchronizations ** [05:05:29 2020-06-13] 178: Checking tracker ** [05:05:29 2020-06-13] 178: Checking user_migrations ** [05:05:29 2020-06-13] 178: Checking batch_updates ** [05:05:29 2020-06-13] 178: Checking gears ** [05:05:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:05:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:34 2020-06-13] 178: Checking imports ** [05:05:34 2020-06-13] 178: Checking exports ** [05:05:34 2020-06-13] 178: Checking users ** [05:05:34 2020-06-13] 178: Checking user_dbs ** [05:05:34 2020-06-13] 178: Checking geocodings ** [05:05:34 2020-06-13] 178: Checking synchronizations ** [05:05:34 2020-06-13] 178: Checking tracker ** [05:05:34 2020-06-13] 178: Checking user_migrations ** [05:05:34 2020-06-13] 178: Checking batch_updates ** [05:05:34 2020-06-13] 178: Checking gears ** [05:05:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:05:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:39 2020-06-13] 178: Checking imports ** [05:05:39 2020-06-13] 178: Checking exports ** [05:05:39 2020-06-13] 178: Checking users ** [05:05:39 2020-06-13] 178: Checking user_dbs ** [05:05:39 2020-06-13] 178: Checking geocodings ** [05:05:39 2020-06-13] 178: Checking synchronizations ** [05:05:39 2020-06-13] 178: Checking tracker ** [05:05:39 2020-06-13] 178: Checking user_migrations ** [05:05:39 2020-06-13] 178: Checking batch_updates ** [05:05:39 2020-06-13] 178: Checking gears ** [05:05:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:05:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:44 2020-06-13] 178: Checking imports ** [05:05:44 2020-06-13] 178: Checking exports ** [05:05:44 2020-06-13] 178: Checking users ** [05:05:44 2020-06-13] 178: Checking user_dbs ** [05:05:44 2020-06-13] 178: Checking geocodings ** [05:05:44 2020-06-13] 178: Checking synchronizations ** [05:05:44 2020-06-13] 178: Checking tracker ** [05:05:44 2020-06-13] 178: Checking user_migrations ** [05:05:44 2020-06-13] 178: Checking batch_updates ** [05:05:44 2020-06-13] 178: Checking gears ** [05:05:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:05:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:49 2020-06-13] 178: Checking imports ** [05:05:49 2020-06-13] 178: Checking exports ** [05:05:49 2020-06-13] 178: Checking users ** [05:05:49 2020-06-13] 178: Checking user_dbs ** [05:05:49 2020-06-13] 178: Checking geocodings ** [05:05:49 2020-06-13] 178: Checking synchronizations ** [05:05:49 2020-06-13] 178: Checking tracker ** [05:05:49 2020-06-13] 178: Checking user_migrations ** [05:05:49 2020-06-13] 178: Checking batch_updates ** [05:05:49 2020-06-13] 178: Checking gears ** [05:05:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:05:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:54 2020-06-13] 178: Checking imports ** [05:05:54 2020-06-13] 178: Checking exports ** [05:05:54 2020-06-13] 178: Checking users ** [05:05:54 2020-06-13] 178: Checking user_dbs ** [05:05:54 2020-06-13] 178: Checking geocodings ** [05:05:54 2020-06-13] 178: Checking synchronizations ** [05:05:54 2020-06-13] 178: Checking tracker ** [05:05:54 2020-06-13] 178: Checking user_migrations ** [05:05:54 2020-06-13] 178: Checking batch_updates ** [05:05:54 2020-06-13] 178: Checking gears ** [05:05:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:05:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:59 2020-06-13] 178: Checking imports ** [05:05:59 2020-06-13] 178: Checking exports ** [05:05:59 2020-06-13] 178: Checking users ** [05:05:59 2020-06-13] 178: Checking user_dbs ** [05:05:59 2020-06-13] 178: Checking geocodings ** [05:05:59 2020-06-13] 178: Checking synchronizations ** [05:05:59 2020-06-13] 178: Checking tracker ** [05:05:59 2020-06-13] 178: Checking user_migrations ** [05:05:59 2020-06-13] 178: Checking batch_updates ** [05:05:59 2020-06-13] 178: Checking gears ** [05:05:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:05:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:04 2020-06-13] 178: Checking imports ** [05:06:04 2020-06-13] 178: Checking exports ** [05:06:04 2020-06-13] 178: Checking users ** [05:06:04 2020-06-13] 178: Checking user_dbs ** [05:06:04 2020-06-13] 178: Checking geocodings ** [05:06:04 2020-06-13] 178: Checking synchronizations ** [05:06:04 2020-06-13] 178: Checking tracker ** [05:06:04 2020-06-13] 178: Checking user_migrations ** [05:06:04 2020-06-13] 178: Checking batch_updates ** [05:06:04 2020-06-13] 178: Checking gears ** [05:06:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:06:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:09 2020-06-13] 178: Checking imports ** [05:06:09 2020-06-13] 178: Checking exports ** [05:06:09 2020-06-13] 178: Checking users ** [05:06:09 2020-06-13] 178: Checking user_dbs ** [05:06:09 2020-06-13] 178: Checking geocodings ** [05:06:09 2020-06-13] 178: Checking synchronizations ** [05:06:09 2020-06-13] 178: Checking tracker ** [05:06:09 2020-06-13] 178: Checking user_migrations ** [05:06:09 2020-06-13] 178: Checking batch_updates ** [05:06:09 2020-06-13] 178: Checking gears ** [05:06:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:06:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:14 2020-06-13] 178: Checking imports ** [05:06:14 2020-06-13] 178: Checking exports ** [05:06:14 2020-06-13] 178: Checking users ** [05:06:14 2020-06-13] 178: Checking user_dbs ** [05:06:14 2020-06-13] 178: Checking geocodings ** [05:06:14 2020-06-13] 178: Checking synchronizations ** [05:06:14 2020-06-13] 178: Checking tracker ** [05:06:14 2020-06-13] 178: Checking user_migrations ** [05:06:14 2020-06-13] 178: Checking batch_updates ** [05:06:14 2020-06-13] 178: Checking gears ** [05:06:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:06:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:19 2020-06-13] 178: Checking imports ** [05:06:19 2020-06-13] 178: Checking exports ** [05:06:19 2020-06-13] 178: Checking users ** [05:06:19 2020-06-13] 178: Checking user_dbs ** [05:06:19 2020-06-13] 178: Checking geocodings ** [05:06:19 2020-06-13] 178: Checking synchronizations ** [05:06:19 2020-06-13] 178: Checking tracker ** [05:06:19 2020-06-13] 178: Checking user_migrations ** [05:06:19 2020-06-13] 178: Checking batch_updates ** [05:06:19 2020-06-13] 178: Checking gears ** [05:06:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:06:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:24 2020-06-13] 178: Checking imports ** [05:06:24 2020-06-13] 178: Checking exports ** [05:06:24 2020-06-13] 178: Checking users ** [05:06:24 2020-06-13] 178: Checking user_dbs ** [05:06:24 2020-06-13] 178: Checking geocodings ** [05:06:24 2020-06-13] 178: Checking synchronizations ** [05:06:24 2020-06-13] 178: Checking tracker ** [05:06:24 2020-06-13] 178: Checking user_migrations ** [05:06:24 2020-06-13] 178: Checking batch_updates ** [05:06:24 2020-06-13] 178: Checking gears ** [05:06:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:06:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:29 2020-06-13] 178: Checking imports ** [05:06:29 2020-06-13] 178: Checking exports ** [05:06:29 2020-06-13] 178: Checking users ** [05:06:29 2020-06-13] 178: Checking user_dbs ** [05:06:29 2020-06-13] 178: Checking geocodings ** [05:06:29 2020-06-13] 178: Checking synchronizations ** [05:06:29 2020-06-13] 178: Checking tracker ** [05:06:29 2020-06-13] 178: Checking user_migrations ** [05:06:29 2020-06-13] 178: Checking batch_updates ** [05:06:29 2020-06-13] 178: Checking gears ** [05:06:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:06:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:34 2020-06-13] 178: Checking imports ** [05:06:34 2020-06-13] 178: Checking exports ** [05:06:34 2020-06-13] 178: Checking users ** [05:06:34 2020-06-13] 178: Checking user_dbs ** [05:06:34 2020-06-13] 178: Checking geocodings ** [05:06:34 2020-06-13] 178: Checking synchronizations ** [05:06:34 2020-06-13] 178: Checking tracker ** [05:06:34 2020-06-13] 178: Checking user_migrations ** [05:06:34 2020-06-13] 178: Checking batch_updates ** [05:06:34 2020-06-13] 178: Checking gears ** [05:06:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:06:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:39 2020-06-13] 178: Checking imports ** [05:06:39 2020-06-13] 178: Checking exports ** [05:06:39 2020-06-13] 178: Checking users ** [05:06:39 2020-06-13] 178: Checking user_dbs ** [05:06:39 2020-06-13] 178: Checking geocodings ** [05:06:39 2020-06-13] 178: Checking synchronizations ** [05:06:39 2020-06-13] 178: Checking tracker ** [05:06:39 2020-06-13] 178: Checking user_migrations ** [05:06:39 2020-06-13] 178: Checking batch_updates ** [05:06:39 2020-06-13] 178: Checking gears ** [05:06:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:06:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:44 2020-06-13] 178: Checking imports ** [05:06:44 2020-06-13] 178: Checking exports ** [05:06:44 2020-06-13] 178: Checking users ** [05:06:44 2020-06-13] 178: Checking user_dbs ** [05:06:44 2020-06-13] 178: Checking geocodings ** [05:06:44 2020-06-13] 178: Checking synchronizations ** [05:06:44 2020-06-13] 178: Checking tracker ** [05:06:44 2020-06-13] 178: Checking user_migrations ** [05:06:44 2020-06-13] 178: Checking batch_updates ** [05:06:44 2020-06-13] 178: Checking gears ** [05:06:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:06:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:49 2020-06-13] 178: Checking imports ** [05:06:49 2020-06-13] 178: Checking exports ** [05:06:49 2020-06-13] 178: Checking users ** [05:06:49 2020-06-13] 178: Checking user_dbs ** [05:06:49 2020-06-13] 178: Checking geocodings ** [05:06:49 2020-06-13] 178: Checking synchronizations ** [05:06:49 2020-06-13] 178: Checking tracker ** [05:06:49 2020-06-13] 178: Checking user_migrations ** [05:06:49 2020-06-13] 178: Checking batch_updates ** [05:06:49 2020-06-13] 178: Checking gears ** [05:06:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:06:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:54 2020-06-13] 178: Checking imports ** [05:06:54 2020-06-13] 178: Checking exports ** [05:06:54 2020-06-13] 178: Checking users ** [05:06:54 2020-06-13] 178: Checking user_dbs ** [05:06:54 2020-06-13] 178: Checking geocodings ** [05:06:54 2020-06-13] 178: Checking synchronizations ** [05:06:54 2020-06-13] 178: Checking tracker ** [05:06:54 2020-06-13] 178: Checking user_migrations ** [05:06:54 2020-06-13] 178: Checking batch_updates ** [05:06:54 2020-06-13] 178: Checking gears ** [05:06:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:06:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:59 2020-06-13] 178: Checking imports ** [05:06:59 2020-06-13] 178: Checking exports ** [05:06:59 2020-06-13] 178: Checking users ** [05:06:59 2020-06-13] 178: Checking user_dbs ** [05:06:59 2020-06-13] 178: Checking geocodings ** [05:06:59 2020-06-13] 178: Checking synchronizations ** [05:06:59 2020-06-13] 178: Checking tracker ** [05:06:59 2020-06-13] 178: Checking user_migrations ** [05:06:59 2020-06-13] 178: Checking batch_updates ** [05:06:59 2020-06-13] 178: Checking gears ** [05:06:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:06:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:04 2020-06-13] 178: Checking imports ** [05:07:04 2020-06-13] 178: Checking exports ** [05:07:04 2020-06-13] 178: Checking users ** [05:07:04 2020-06-13] 178: Checking user_dbs ** [05:07:04 2020-06-13] 178: Checking geocodings ** [05:07:04 2020-06-13] 178: Checking synchronizations ** [05:07:04 2020-06-13] 178: Checking tracker ** [05:07:04 2020-06-13] 178: Checking user_migrations ** [05:07:04 2020-06-13] 178: Checking batch_updates ** [05:07:04 2020-06-13] 178: Checking gears ** [05:07:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:07:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:09 2020-06-13] 178: Checking imports ** [05:07:09 2020-06-13] 178: Checking exports ** [05:07:09 2020-06-13] 178: Checking users ** [05:07:09 2020-06-13] 178: Checking user_dbs ** [05:07:09 2020-06-13] 178: Checking geocodings ** [05:07:09 2020-06-13] 178: Checking synchronizations ** [05:07:09 2020-06-13] 178: Checking tracker ** [05:07:09 2020-06-13] 178: Checking user_migrations ** [05:07:09 2020-06-13] 178: Checking batch_updates ** [05:07:09 2020-06-13] 178: Checking gears ** [05:07:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:07:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:14 2020-06-13] 178: Checking imports ** [05:07:14 2020-06-13] 178: Checking exports ** [05:07:14 2020-06-13] 178: Checking users ** [05:07:14 2020-06-13] 178: Checking user_dbs ** [05:07:14 2020-06-13] 178: Checking geocodings ** [05:07:14 2020-06-13] 178: Checking synchronizations ** [05:07:14 2020-06-13] 178: Checking tracker ** [05:07:14 2020-06-13] 178: Checking user_migrations ** [05:07:14 2020-06-13] 178: Checking batch_updates ** [05:07:14 2020-06-13] 178: Checking gears ** [05:07:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:07:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:19 2020-06-13] 178: Checking imports ** [05:07:19 2020-06-13] 178: Checking exports ** [05:07:19 2020-06-13] 178: Checking users ** [05:07:19 2020-06-13] 178: Checking user_dbs ** [05:07:19 2020-06-13] 178: Checking geocodings ** [05:07:19 2020-06-13] 178: Checking synchronizations ** [05:07:19 2020-06-13] 178: Checking tracker ** [05:07:19 2020-06-13] 178: Checking user_migrations ** [05:07:19 2020-06-13] 178: Checking batch_updates ** [05:07:19 2020-06-13] 178: Checking gears ** [05:07:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:07:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:24 2020-06-13] 178: Checking imports ** [05:07:24 2020-06-13] 178: Checking exports ** [05:07:24 2020-06-13] 178: Checking users ** [05:07:24 2020-06-13] 178: Checking user_dbs ** [05:07:24 2020-06-13] 178: Checking geocodings ** [05:07:24 2020-06-13] 178: Checking synchronizations ** [05:07:24 2020-06-13] 178: Checking tracker ** [05:07:24 2020-06-13] 178: Checking user_migrations ** [05:07:24 2020-06-13] 178: Checking batch_updates ** [05:07:24 2020-06-13] 178: Checking gears ** [05:07:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:07:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:29 2020-06-13] 178: Checking imports ** [05:07:29 2020-06-13] 178: Checking exports ** [05:07:29 2020-06-13] 178: Checking users ** [05:07:29 2020-06-13] 178: Checking user_dbs ** [05:07:29 2020-06-13] 178: Checking geocodings ** [05:07:29 2020-06-13] 178: Checking synchronizations ** [05:07:29 2020-06-13] 178: Checking tracker ** [05:07:29 2020-06-13] 178: Checking user_migrations ** [05:07:29 2020-06-13] 178: Checking batch_updates ** [05:07:29 2020-06-13] 178: Checking gears ** [05:07:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:07:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:34 2020-06-13] 178: Checking imports ** [05:07:34 2020-06-13] 178: Checking exports ** [05:07:34 2020-06-13] 178: Checking users ** [05:07:34 2020-06-13] 178: Checking user_dbs ** [05:07:34 2020-06-13] 178: Checking geocodings ** [05:07:34 2020-06-13] 178: Checking synchronizations ** [05:07:34 2020-06-13] 178: Checking tracker ** [05:07:34 2020-06-13] 178: Checking user_migrations ** [05:07:34 2020-06-13] 178: Checking batch_updates ** [05:07:34 2020-06-13] 178: Checking gears ** [05:07:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:07:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:39 2020-06-13] 178: Checking imports ** [05:07:39 2020-06-13] 178: Checking exports ** [05:07:39 2020-06-13] 178: Checking users ** [05:07:39 2020-06-13] 178: Checking user_dbs ** [05:07:39 2020-06-13] 178: Checking geocodings ** [05:07:39 2020-06-13] 178: Checking synchronizations ** [05:07:39 2020-06-13] 178: Checking tracker ** [05:07:39 2020-06-13] 178: Checking user_migrations ** [05:07:39 2020-06-13] 178: Checking batch_updates ** [05:07:39 2020-06-13] 178: Checking gears ** [05:07:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:07:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:44 2020-06-13] 178: Checking imports ** [05:07:44 2020-06-13] 178: Checking exports ** [05:07:44 2020-06-13] 178: Checking users ** [05:07:44 2020-06-13] 178: Checking user_dbs ** [05:07:44 2020-06-13] 178: Checking geocodings ** [05:07:44 2020-06-13] 178: Checking synchronizations ** [05:07:44 2020-06-13] 178: Checking tracker ** [05:07:44 2020-06-13] 178: Checking user_migrations ** [05:07:44 2020-06-13] 178: Checking batch_updates ** [05:07:44 2020-06-13] 178: Checking gears ** [05:07:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:07:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:49 2020-06-13] 178: Checking imports ** [05:07:49 2020-06-13] 178: Checking exports ** [05:07:49 2020-06-13] 178: Checking users ** [05:07:49 2020-06-13] 178: Checking user_dbs ** [05:07:49 2020-06-13] 178: Checking geocodings ** [05:07:49 2020-06-13] 178: Checking synchronizations ** [05:07:49 2020-06-13] 178: Checking tracker ** [05:07:49 2020-06-13] 178: Checking user_migrations ** [05:07:49 2020-06-13] 178: Checking batch_updates ** [05:07:49 2020-06-13] 178: Checking gears ** [05:07:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:07:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:54 2020-06-13] 178: Checking imports ** [05:07:54 2020-06-13] 178: Checking exports ** [05:07:54 2020-06-13] 178: Checking users ** [05:07:54 2020-06-13] 178: Checking user_dbs ** [05:07:54 2020-06-13] 178: Checking geocodings ** [05:07:54 2020-06-13] 178: Checking synchronizations ** [05:07:54 2020-06-13] 178: Checking tracker ** [05:07:54 2020-06-13] 178: Checking user_migrations ** [05:07:54 2020-06-13] 178: Checking batch_updates ** [05:07:54 2020-06-13] 178: Checking gears ** [05:07:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:07:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:59 2020-06-13] 178: Checking imports ** [05:07:59 2020-06-13] 178: Checking exports ** [05:07:59 2020-06-13] 178: Checking users ** [05:07:59 2020-06-13] 178: Checking user_dbs ** [05:07:59 2020-06-13] 178: Checking geocodings ** [05:07:59 2020-06-13] 178: Checking synchronizations ** [05:07:59 2020-06-13] 178: Checking tracker ** [05:07:59 2020-06-13] 178: Checking user_migrations ** [05:07:59 2020-06-13] 178: Checking batch_updates ** [05:07:59 2020-06-13] 178: Checking gears ** [05:07:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:07:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:04 2020-06-13] 178: Checking imports ** [05:08:04 2020-06-13] 178: Checking exports ** [05:08:04 2020-06-13] 178: Checking users ** [05:08:04 2020-06-13] 178: Checking user_dbs ** [05:08:04 2020-06-13] 178: Checking geocodings ** [05:08:04 2020-06-13] 178: Checking synchronizations ** [05:08:04 2020-06-13] 178: Checking tracker ** [05:08:04 2020-06-13] 178: Checking user_migrations ** [05:08:04 2020-06-13] 178: Checking batch_updates ** [05:08:04 2020-06-13] 178: Checking gears ** [05:08:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:08:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:09 2020-06-13] 178: Checking imports ** [05:08:09 2020-06-13] 178: Checking exports ** [05:08:09 2020-06-13] 178: Checking users ** [05:08:09 2020-06-13] 178: Checking user_dbs ** [05:08:09 2020-06-13] 178: Checking geocodings ** [05:08:09 2020-06-13] 178: Checking synchronizations ** [05:08:09 2020-06-13] 178: Checking tracker ** [05:08:09 2020-06-13] 178: Checking user_migrations ** [05:08:09 2020-06-13] 178: Checking batch_updates ** [05:08:09 2020-06-13] 178: Checking gears ** [05:08:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:08:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:14 2020-06-13] 178: Checking imports ** [05:08:14 2020-06-13] 178: Checking exports ** [05:08:14 2020-06-13] 178: Checking users ** [05:08:14 2020-06-13] 178: Checking user_dbs ** [05:08:14 2020-06-13] 178: Checking geocodings ** [05:08:14 2020-06-13] 178: Checking synchronizations ** [05:08:14 2020-06-13] 178: Checking tracker ** [05:08:14 2020-06-13] 178: Checking user_migrations ** [05:08:14 2020-06-13] 178: Checking batch_updates ** [05:08:14 2020-06-13] 178: Checking gears ** [05:08:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:08:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:19 2020-06-13] 178: Checking imports ** [05:08:19 2020-06-13] 178: Checking exports ** [05:08:19 2020-06-13] 178: Checking users ** [05:08:19 2020-06-13] 178: Checking user_dbs ** [05:08:19 2020-06-13] 178: Checking geocodings ** [05:08:19 2020-06-13] 178: Checking synchronizations ** [05:08:19 2020-06-13] 178: Checking tracker ** [05:08:19 2020-06-13] 178: Checking user_migrations ** [05:08:19 2020-06-13] 178: Checking batch_updates ** [05:08:19 2020-06-13] 178: Checking gears ** [05:08:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:08:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:24 2020-06-13] 178: Checking imports ** [05:08:24 2020-06-13] 178: Checking exports ** [05:08:24 2020-06-13] 178: Checking users ** [05:08:24 2020-06-13] 178: Checking user_dbs ** [05:08:24 2020-06-13] 178: Checking geocodings ** [05:08:24 2020-06-13] 178: Checking synchronizations ** [05:08:24 2020-06-13] 178: Checking tracker ** [05:08:24 2020-06-13] 178: Checking user_migrations ** [05:08:24 2020-06-13] 178: Checking batch_updates ** [05:08:24 2020-06-13] 178: Checking gears ** [05:08:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:08:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:29 2020-06-13] 178: Checking imports ** [05:08:29 2020-06-13] 178: Checking exports ** [05:08:29 2020-06-13] 178: Checking users ** [05:08:29 2020-06-13] 178: Checking user_dbs ** [05:08:29 2020-06-13] 178: Checking geocodings ** [05:08:29 2020-06-13] 178: Checking synchronizations ** [05:08:29 2020-06-13] 178: Checking tracker ** [05:08:29 2020-06-13] 178: Checking user_migrations ** [05:08:29 2020-06-13] 178: Checking batch_updates ** [05:08:29 2020-06-13] 178: Checking gears ** [05:08:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:08:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:34 2020-06-13] 178: Checking imports ** [05:08:34 2020-06-13] 178: Checking exports ** [05:08:34 2020-06-13] 178: Checking users ** [05:08:34 2020-06-13] 178: Checking user_dbs ** [05:08:34 2020-06-13] 178: Checking geocodings ** [05:08:34 2020-06-13] 178: Checking synchronizations ** [05:08:34 2020-06-13] 178: Checking tracker ** [05:08:34 2020-06-13] 178: Checking user_migrations ** [05:08:34 2020-06-13] 178: Checking batch_updates ** [05:08:34 2020-06-13] 178: Checking gears ** [05:08:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:08:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:39 2020-06-13] 178: Checking imports ** [05:08:39 2020-06-13] 178: Checking exports ** [05:08:39 2020-06-13] 178: Checking users ** [05:08:39 2020-06-13] 178: Checking user_dbs ** [05:08:39 2020-06-13] 178: Checking geocodings ** [05:08:39 2020-06-13] 178: Checking synchronizations ** [05:08:39 2020-06-13] 178: Checking tracker ** [05:08:39 2020-06-13] 178: Checking user_migrations ** [05:08:39 2020-06-13] 178: Checking batch_updates ** [05:08:39 2020-06-13] 178: Checking gears ** [05:08:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:08:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:44 2020-06-13] 178: Checking imports ** [05:08:44 2020-06-13] 178: Checking exports ** [05:08:44 2020-06-13] 178: Checking users ** [05:08:44 2020-06-13] 178: Checking user_dbs ** [05:08:44 2020-06-13] 178: Checking geocodings ** [05:08:44 2020-06-13] 178: Checking synchronizations ** [05:08:44 2020-06-13] 178: Checking tracker ** [05:08:44 2020-06-13] 178: Checking user_migrations ** [05:08:44 2020-06-13] 178: Checking batch_updates ** [05:08:44 2020-06-13] 178: Checking gears ** [05:08:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:08:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:49 2020-06-13] 178: Checking imports ** [05:08:49 2020-06-13] 178: Checking exports ** [05:08:49 2020-06-13] 178: Checking users ** [05:08:49 2020-06-13] 178: Checking user_dbs ** [05:08:49 2020-06-13] 178: Checking geocodings ** [05:08:49 2020-06-13] 178: Checking synchronizations ** [05:08:49 2020-06-13] 178: Checking tracker ** [05:08:49 2020-06-13] 178: Checking user_migrations ** [05:08:49 2020-06-13] 178: Checking batch_updates ** [05:08:49 2020-06-13] 178: Checking gears ** [05:08:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:08:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:54 2020-06-13] 178: Checking imports ** [05:08:54 2020-06-13] 178: Checking exports ** [05:08:54 2020-06-13] 178: Checking users ** [05:08:54 2020-06-13] 178: Checking user_dbs ** [05:08:54 2020-06-13] 178: Checking geocodings ** [05:08:54 2020-06-13] 178: Checking synchronizations ** [05:08:54 2020-06-13] 178: Checking tracker ** [05:08:54 2020-06-13] 178: Checking user_migrations ** [05:08:54 2020-06-13] 178: Checking batch_updates ** [05:08:54 2020-06-13] 178: Checking gears ** [05:08:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:08:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:59 2020-06-13] 178: Checking imports ** [05:08:59 2020-06-13] 178: Checking exports ** [05:08:59 2020-06-13] 178: Checking users ** [05:08:59 2020-06-13] 178: Checking user_dbs ** [05:08:59 2020-06-13] 178: Checking geocodings ** [05:08:59 2020-06-13] 178: Checking synchronizations ** [05:08:59 2020-06-13] 178: Checking tracker ** [05:08:59 2020-06-13] 178: Checking user_migrations ** [05:08:59 2020-06-13] 178: Checking batch_updates ** [05:08:59 2020-06-13] 178: Checking gears ** [05:08:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:08:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:04 2020-06-13] 178: Checking imports ** [05:09:04 2020-06-13] 178: Checking exports ** [05:09:04 2020-06-13] 178: Checking users ** [05:09:04 2020-06-13] 178: Checking user_dbs ** [05:09:04 2020-06-13] 178: Checking geocodings ** [05:09:04 2020-06-13] 178: Checking synchronizations ** [05:09:04 2020-06-13] 178: Checking tracker ** [05:09:04 2020-06-13] 178: Checking user_migrations ** [05:09:04 2020-06-13] 178: Checking batch_updates ** [05:09:04 2020-06-13] 178: Checking gears ** [05:09:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:09:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:09 2020-06-13] 178: Checking imports ** [05:09:09 2020-06-13] 178: Checking exports ** [05:09:09 2020-06-13] 178: Checking users ** [05:09:09 2020-06-13] 178: Checking user_dbs ** [05:09:09 2020-06-13] 178: Checking geocodings ** [05:09:09 2020-06-13] 178: Checking synchronizations ** [05:09:09 2020-06-13] 178: Checking tracker ** [05:09:09 2020-06-13] 178: Checking user_migrations ** [05:09:09 2020-06-13] 178: Checking batch_updates ** [05:09:09 2020-06-13] 178: Checking gears ** [05:09:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:09:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:14 2020-06-13] 178: Checking imports ** [05:09:14 2020-06-13] 178: Checking exports ** [05:09:14 2020-06-13] 178: Checking users ** [05:09:14 2020-06-13] 178: Checking user_dbs ** [05:09:14 2020-06-13] 178: Checking geocodings ** [05:09:14 2020-06-13] 178: Checking synchronizations ** [05:09:14 2020-06-13] 178: Checking tracker ** [05:09:14 2020-06-13] 178: Checking user_migrations ** [05:09:14 2020-06-13] 178: Checking batch_updates ** [05:09:14 2020-06-13] 178: Checking gears ** [05:09:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:09:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:20 2020-06-13] 178: Checking imports ** [05:09:20 2020-06-13] 178: Checking exports ** [05:09:20 2020-06-13] 178: Checking users ** [05:09:20 2020-06-13] 178: Checking user_dbs ** [05:09:20 2020-06-13] 178: Checking geocodings ** [05:09:20 2020-06-13] 178: Checking synchronizations ** [05:09:20 2020-06-13] 178: Checking tracker ** [05:09:20 2020-06-13] 178: Checking user_migrations ** [05:09:20 2020-06-13] 178: Checking batch_updates ** [05:09:20 2020-06-13] 178: Checking gears ** [05:09:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:09:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:25 2020-06-13] 178: Checking imports ** [05:09:25 2020-06-13] 178: Checking exports ** [05:09:25 2020-06-13] 178: Checking users ** [05:09:25 2020-06-13] 178: Checking user_dbs ** [05:09:25 2020-06-13] 178: Checking geocodings ** [05:09:25 2020-06-13] 178: Checking synchronizations ** [05:09:25 2020-06-13] 178: Checking tracker ** [05:09:25 2020-06-13] 178: Checking user_migrations ** [05:09:25 2020-06-13] 178: Checking batch_updates ** [05:09:25 2020-06-13] 178: Checking gears ** [05:09:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:09:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:30 2020-06-13] 178: Checking imports ** [05:09:30 2020-06-13] 178: Checking exports ** [05:09:30 2020-06-13] 178: Checking users ** [05:09:30 2020-06-13] 178: Checking user_dbs ** [05:09:30 2020-06-13] 178: Checking geocodings ** [05:09:30 2020-06-13] 178: Checking synchronizations ** [05:09:30 2020-06-13] 178: Checking tracker ** [05:09:30 2020-06-13] 178: Checking user_migrations ** [05:09:30 2020-06-13] 178: Checking batch_updates ** [05:09:30 2020-06-13] 178: Checking gears ** [05:09:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:09:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:35 2020-06-13] 178: Checking imports ** [05:09:35 2020-06-13] 178: Checking exports ** [05:09:35 2020-06-13] 178: Checking users ** [05:09:35 2020-06-13] 178: Checking user_dbs ** [05:09:35 2020-06-13] 178: Checking geocodings ** [05:09:35 2020-06-13] 178: Checking synchronizations ** [05:09:35 2020-06-13] 178: Checking tracker ** [05:09:35 2020-06-13] 178: Checking user_migrations ** [05:09:35 2020-06-13] 178: Checking batch_updates ** [05:09:35 2020-06-13] 178: Checking gears ** [05:09:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:09:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:40 2020-06-13] 178: Checking imports ** [05:09:40 2020-06-13] 178: Checking exports ** [05:09:40 2020-06-13] 178: Checking users ** [05:09:40 2020-06-13] 178: Checking user_dbs ** [05:09:40 2020-06-13] 178: Checking geocodings ** [05:09:40 2020-06-13] 178: Checking synchronizations ** [05:09:40 2020-06-13] 178: Checking tracker ** [05:09:40 2020-06-13] 178: Checking user_migrations ** [05:09:40 2020-06-13] 178: Checking batch_updates ** [05:09:40 2020-06-13] 178: Checking gears ** [05:09:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:09:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:45 2020-06-13] 178: Checking imports ** [05:09:45 2020-06-13] 178: Checking exports ** [05:09:45 2020-06-13] 178: Checking users ** [05:09:45 2020-06-13] 178: Checking user_dbs ** [05:09:45 2020-06-13] 178: Checking geocodings ** [05:09:45 2020-06-13] 178: Checking synchronizations ** [05:09:45 2020-06-13] 178: Checking tracker ** [05:09:45 2020-06-13] 178: Checking user_migrations ** [05:09:45 2020-06-13] 178: Checking batch_updates ** [05:09:45 2020-06-13] 178: Checking gears ** [05:09:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:09:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:50 2020-06-13] 178: Checking imports ** [05:09:50 2020-06-13] 178: Checking exports ** [05:09:50 2020-06-13] 178: Checking users ** [05:09:50 2020-06-13] 178: Checking user_dbs ** [05:09:50 2020-06-13] 178: Checking geocodings ** [05:09:50 2020-06-13] 178: Checking synchronizations ** [05:09:50 2020-06-13] 178: Checking tracker ** [05:09:50 2020-06-13] 178: Checking user_migrations ** [05:09:50 2020-06-13] 178: Checking batch_updates ** [05:09:50 2020-06-13] 178: Checking gears ** [05:09:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:09:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:55 2020-06-13] 178: Checking imports ** [05:09:55 2020-06-13] 178: Checking exports ** [05:09:55 2020-06-13] 178: Checking users ** [05:09:55 2020-06-13] 178: Checking user_dbs ** [05:09:55 2020-06-13] 178: Checking geocodings ** [05:09:55 2020-06-13] 178: Checking synchronizations ** [05:09:55 2020-06-13] 178: Checking tracker ** [05:09:55 2020-06-13] 178: Checking user_migrations ** [05:09:55 2020-06-13] 178: Checking batch_updates ** [05:09:55 2020-06-13] 178: Checking gears ** [05:09:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:09:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:00 2020-06-13] 178: Checking imports ** [05:10:00 2020-06-13] 178: Checking exports ** [05:10:00 2020-06-13] 178: Checking users ** [05:10:00 2020-06-13] 178: Checking user_dbs ** [05:10:00 2020-06-13] 178: Checking geocodings ** [05:10:00 2020-06-13] 178: Checking synchronizations ** [05:10:00 2020-06-13] 178: Checking tracker ** [05:10:00 2020-06-13] 178: Checking user_migrations ** [05:10:00 2020-06-13] 178: Checking batch_updates ** [05:10:00 2020-06-13] 178: Checking gears ** [05:10:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:10:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:05 2020-06-13] 178: Checking imports ** [05:10:05 2020-06-13] 178: Checking exports ** [05:10:05 2020-06-13] 178: Checking users ** [05:10:05 2020-06-13] 178: Checking user_dbs ** [05:10:05 2020-06-13] 178: Checking geocodings ** [05:10:05 2020-06-13] 178: Checking synchronizations ** [05:10:05 2020-06-13] 178: Checking tracker ** [05:10:05 2020-06-13] 178: Checking user_migrations ** [05:10:05 2020-06-13] 178: Checking batch_updates ** [05:10:05 2020-06-13] 178: Checking gears ** [05:10:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:10:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:10 2020-06-13] 178: Checking imports ** [05:10:10 2020-06-13] 178: Checking exports ** [05:10:10 2020-06-13] 178: Checking users ** [05:10:10 2020-06-13] 178: Checking user_dbs ** [05:10:10 2020-06-13] 178: Checking geocodings ** [05:10:10 2020-06-13] 178: Checking synchronizations ** [05:10:10 2020-06-13] 178: Checking tracker ** [05:10:10 2020-06-13] 178: Checking user_migrations ** [05:10:10 2020-06-13] 178: Checking batch_updates ** [05:10:10 2020-06-13] 178: Checking gears ** [05:10:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:10:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:15 2020-06-13] 178: Checking imports ** [05:10:15 2020-06-13] 178: Checking exports ** [05:10:15 2020-06-13] 178: Checking users ** [05:10:15 2020-06-13] 178: Checking user_dbs ** [05:10:15 2020-06-13] 178: Checking geocodings ** [05:10:15 2020-06-13] 178: Checking synchronizations ** [05:10:15 2020-06-13] 178: Checking tracker ** [05:10:15 2020-06-13] 178: Checking user_migrations ** [05:10:15 2020-06-13] 178: Checking batch_updates ** [05:10:15 2020-06-13] 178: Checking gears ** [05:10:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:10:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:20 2020-06-13] 178: Checking imports ** [05:10:20 2020-06-13] 178: Checking exports ** [05:10:20 2020-06-13] 178: Checking users ** [05:10:20 2020-06-13] 178: Checking user_dbs ** [05:10:20 2020-06-13] 178: Checking geocodings ** [05:10:20 2020-06-13] 178: Checking synchronizations ** [05:10:20 2020-06-13] 178: Checking tracker ** [05:10:20 2020-06-13] 178: Checking user_migrations ** [05:10:20 2020-06-13] 178: Checking batch_updates ** [05:10:20 2020-06-13] 178: Checking gears ** [05:10:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:10:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:25 2020-06-13] 178: Checking imports ** [05:10:25 2020-06-13] 178: Checking exports ** [05:10:25 2020-06-13] 178: Checking users ** [05:10:25 2020-06-13] 178: Checking user_dbs ** [05:10:25 2020-06-13] 178: Checking geocodings ** [05:10:25 2020-06-13] 178: Checking synchronizations ** [05:10:25 2020-06-13] 178: Checking tracker ** [05:10:25 2020-06-13] 178: Checking user_migrations ** [05:10:25 2020-06-13] 178: Checking batch_updates ** [05:10:25 2020-06-13] 178: Checking gears ** [05:10:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:10:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:30 2020-06-13] 178: Checking imports ** [05:10:30 2020-06-13] 178: Checking exports ** [05:10:30 2020-06-13] 178: Checking users ** [05:10:30 2020-06-13] 178: Checking user_dbs ** [05:10:30 2020-06-13] 178: Checking geocodings ** [05:10:30 2020-06-13] 178: Checking synchronizations ** [05:10:30 2020-06-13] 178: Checking tracker ** [05:10:30 2020-06-13] 178: Checking user_migrations ** [05:10:30 2020-06-13] 178: Checking batch_updates ** [05:10:30 2020-06-13] 178: Checking gears ** [05:10:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:10:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:35 2020-06-13] 178: Checking imports ** [05:10:35 2020-06-13] 178: Checking exports ** [05:10:35 2020-06-13] 178: Checking users ** [05:10:35 2020-06-13] 178: Checking user_dbs ** [05:10:35 2020-06-13] 178: Checking geocodings ** [05:10:35 2020-06-13] 178: Checking synchronizations ** [05:10:35 2020-06-13] 178: Checking tracker ** [05:10:35 2020-06-13] 178: Checking user_migrations ** [05:10:35 2020-06-13] 178: Checking batch_updates ** [05:10:35 2020-06-13] 178: Checking gears ** [05:10:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:10:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:40 2020-06-13] 178: Checking imports ** [05:10:40 2020-06-13] 178: Checking exports ** [05:10:40 2020-06-13] 178: Checking users ** [05:10:40 2020-06-13] 178: Checking user_dbs ** [05:10:40 2020-06-13] 178: Checking geocodings ** [05:10:40 2020-06-13] 178: Checking synchronizations ** [05:10:40 2020-06-13] 178: Checking tracker ** [05:10:40 2020-06-13] 178: Checking user_migrations ** [05:10:40 2020-06-13] 178: Checking batch_updates ** [05:10:40 2020-06-13] 178: Checking gears ** [05:10:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:10:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:45 2020-06-13] 178: Checking imports ** [05:10:45 2020-06-13] 178: Checking exports ** [05:10:45 2020-06-13] 178: Checking users ** [05:10:45 2020-06-13] 178: Checking user_dbs ** [05:10:45 2020-06-13] 178: Checking geocodings ** [05:10:45 2020-06-13] 178: Checking synchronizations ** [05:10:45 2020-06-13] 178: Checking tracker ** [05:10:45 2020-06-13] 178: Checking user_migrations ** [05:10:45 2020-06-13] 178: Checking batch_updates ** [05:10:45 2020-06-13] 178: Checking gears ** [05:10:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:10:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:50 2020-06-13] 178: Checking imports ** [05:10:50 2020-06-13] 178: Checking exports ** [05:10:50 2020-06-13] 178: Checking users ** [05:10:50 2020-06-13] 178: Checking user_dbs ** [05:10:50 2020-06-13] 178: Checking geocodings ** [05:10:50 2020-06-13] 178: Checking synchronizations ** [05:10:50 2020-06-13] 178: Checking tracker ** [05:10:50 2020-06-13] 178: Checking user_migrations ** [05:10:50 2020-06-13] 178: Checking batch_updates ** [05:10:50 2020-06-13] 178: Checking gears ** [05:10:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:10:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:55 2020-06-13] 178: Checking imports ** [05:10:55 2020-06-13] 178: Checking exports ** [05:10:55 2020-06-13] 178: Checking users ** [05:10:55 2020-06-13] 178: Checking user_dbs ** [05:10:55 2020-06-13] 178: Checking geocodings ** [05:10:55 2020-06-13] 178: Checking synchronizations ** [05:10:55 2020-06-13] 178: Checking tracker ** [05:10:55 2020-06-13] 178: Checking user_migrations ** [05:10:55 2020-06-13] 178: Checking batch_updates ** [05:10:55 2020-06-13] 178: Checking gears ** [05:10:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:10:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:00 2020-06-13] 178: Checking imports ** [05:11:00 2020-06-13] 178: Checking exports ** [05:11:00 2020-06-13] 178: Checking users ** [05:11:00 2020-06-13] 178: Checking user_dbs ** [05:11:00 2020-06-13] 178: Checking geocodings ** [05:11:00 2020-06-13] 178: Checking synchronizations ** [05:11:00 2020-06-13] 178: Checking tracker ** [05:11:00 2020-06-13] 178: Checking user_migrations ** [05:11:00 2020-06-13] 178: Checking batch_updates ** [05:11:00 2020-06-13] 178: Checking gears ** [05:11:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:11:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:05 2020-06-13] 178: Checking imports ** [05:11:05 2020-06-13] 178: Checking exports ** [05:11:05 2020-06-13] 178: Checking users ** [05:11:05 2020-06-13] 178: Checking user_dbs ** [05:11:05 2020-06-13] 178: Checking geocodings ** [05:11:05 2020-06-13] 178: Checking synchronizations ** [05:11:05 2020-06-13] 178: Checking tracker ** [05:11:05 2020-06-13] 178: Checking user_migrations ** [05:11:05 2020-06-13] 178: Checking batch_updates ** [05:11:05 2020-06-13] 178: Checking gears ** [05:11:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:11:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:10 2020-06-13] 178: Checking imports ** [05:11:10 2020-06-13] 178: Checking exports ** [05:11:10 2020-06-13] 178: Checking users ** [05:11:10 2020-06-13] 178: Checking user_dbs ** [05:11:10 2020-06-13] 178: Checking geocodings ** [05:11:10 2020-06-13] 178: Checking synchronizations ** [05:11:10 2020-06-13] 178: Checking tracker ** [05:11:10 2020-06-13] 178: Checking user_migrations ** [05:11:10 2020-06-13] 178: Checking batch_updates ** [05:11:10 2020-06-13] 178: Checking gears ** [05:11:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:11:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:15 2020-06-13] 178: Checking imports ** [05:11:15 2020-06-13] 178: Checking exports ** [05:11:15 2020-06-13] 178: Checking users ** [05:11:15 2020-06-13] 178: Checking user_dbs ** [05:11:15 2020-06-13] 178: Checking geocodings ** [05:11:15 2020-06-13] 178: Checking synchronizations ** [05:11:15 2020-06-13] 178: Checking tracker ** [05:11:15 2020-06-13] 178: Checking user_migrations ** [05:11:15 2020-06-13] 178: Checking batch_updates ** [05:11:15 2020-06-13] 178: Checking gears ** [05:11:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:11:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:20 2020-06-13] 178: Checking imports ** [05:11:20 2020-06-13] 178: Checking exports ** [05:11:20 2020-06-13] 178: Checking users ** [05:11:20 2020-06-13] 178: Checking user_dbs ** [05:11:20 2020-06-13] 178: Checking geocodings ** [05:11:20 2020-06-13] 178: Checking synchronizations ** [05:11:20 2020-06-13] 178: Checking tracker ** [05:11:20 2020-06-13] 178: Checking user_migrations ** [05:11:20 2020-06-13] 178: Checking batch_updates ** [05:11:20 2020-06-13] 178: Checking gears ** [05:11:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:11:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:25 2020-06-13] 178: Checking imports ** [05:11:25 2020-06-13] 178: Checking exports ** [05:11:25 2020-06-13] 178: Checking users ** [05:11:25 2020-06-13] 178: Checking user_dbs ** [05:11:25 2020-06-13] 178: Checking geocodings ** [05:11:25 2020-06-13] 178: Checking synchronizations ** [05:11:25 2020-06-13] 178: Checking tracker ** [05:11:25 2020-06-13] 178: Checking user_migrations ** [05:11:25 2020-06-13] 178: Checking batch_updates ** [05:11:25 2020-06-13] 178: Checking gears ** [05:11:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:11:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:30 2020-06-13] 178: Checking imports ** [05:11:30 2020-06-13] 178: Checking exports ** [05:11:30 2020-06-13] 178: Checking users ** [05:11:30 2020-06-13] 178: Checking user_dbs ** [05:11:30 2020-06-13] 178: Checking geocodings ** [05:11:30 2020-06-13] 178: Checking synchronizations ** [05:11:30 2020-06-13] 178: Checking tracker ** [05:11:30 2020-06-13] 178: Checking user_migrations ** [05:11:30 2020-06-13] 178: Checking batch_updates ** [05:11:30 2020-06-13] 178: Checking gears ** [05:11:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:11:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:35 2020-06-13] 178: Checking imports ** [05:11:35 2020-06-13] 178: Checking exports ** [05:11:35 2020-06-13] 178: Checking users ** [05:11:35 2020-06-13] 178: Checking user_dbs ** [05:11:35 2020-06-13] 178: Checking geocodings ** [05:11:35 2020-06-13] 178: Checking synchronizations ** [05:11:35 2020-06-13] 178: Checking tracker ** [05:11:35 2020-06-13] 178: Checking user_migrations ** [05:11:35 2020-06-13] 178: Checking batch_updates ** [05:11:35 2020-06-13] 178: Checking gears ** [05:11:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:11:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:40 2020-06-13] 178: Checking imports ** [05:11:40 2020-06-13] 178: Checking exports ** [05:11:40 2020-06-13] 178: Checking users ** [05:11:40 2020-06-13] 178: Checking user_dbs ** [05:11:40 2020-06-13] 178: Checking geocodings ** [05:11:40 2020-06-13] 178: Checking synchronizations ** [05:11:40 2020-06-13] 178: Checking tracker ** [05:11:40 2020-06-13] 178: Checking user_migrations ** [05:11:40 2020-06-13] 178: Checking batch_updates ** [05:11:40 2020-06-13] 178: Checking gears ** [05:11:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:11:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:45 2020-06-13] 178: Checking imports ** [05:11:45 2020-06-13] 178: Checking exports ** [05:11:45 2020-06-13] 178: Checking users ** [05:11:45 2020-06-13] 178: Checking user_dbs ** [05:11:45 2020-06-13] 178: Checking geocodings ** [05:11:45 2020-06-13] 178: Checking synchronizations ** [05:11:45 2020-06-13] 178: Checking tracker ** [05:11:45 2020-06-13] 178: Checking user_migrations ** [05:11:45 2020-06-13] 178: Checking batch_updates ** [05:11:45 2020-06-13] 178: Checking gears ** [05:11:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:11:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:50 2020-06-13] 178: Checking imports ** [05:11:50 2020-06-13] 178: Checking exports ** [05:11:50 2020-06-13] 178: Checking users ** [05:11:50 2020-06-13] 178: Checking user_dbs ** [05:11:50 2020-06-13] 178: Checking geocodings ** [05:11:50 2020-06-13] 178: Checking synchronizations ** [05:11:50 2020-06-13] 178: Checking tracker ** [05:11:50 2020-06-13] 178: Checking user_migrations ** [05:11:50 2020-06-13] 178: Checking batch_updates ** [05:11:50 2020-06-13] 178: Checking gears ** [05:11:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:11:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:55 2020-06-13] 178: Checking imports ** [05:11:55 2020-06-13] 178: Checking exports ** [05:11:55 2020-06-13] 178: Checking users ** [05:11:55 2020-06-13] 178: Checking user_dbs ** [05:11:55 2020-06-13] 178: Checking geocodings ** [05:11:55 2020-06-13] 178: Checking synchronizations ** [05:11:55 2020-06-13] 178: Checking tracker ** [05:11:55 2020-06-13] 178: Checking user_migrations ** [05:11:55 2020-06-13] 178: Checking batch_updates ** [05:11:55 2020-06-13] 178: Checking gears ** [05:11:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:11:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:00 2020-06-13] 178: Checking imports ** [05:12:00 2020-06-13] 178: Checking exports ** [05:12:00 2020-06-13] 178: Checking users ** [05:12:00 2020-06-13] 178: Checking user_dbs ** [05:12:00 2020-06-13] 178: Checking geocodings ** [05:12:00 2020-06-13] 178: Checking synchronizations ** [05:12:00 2020-06-13] 178: Checking tracker ** [05:12:00 2020-06-13] 178: Checking user_migrations ** [05:12:00 2020-06-13] 178: Checking batch_updates ** [05:12:00 2020-06-13] 178: Checking gears ** [05:12:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:12:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:05 2020-06-13] 178: Checking imports ** [05:12:05 2020-06-13] 178: Checking exports ** [05:12:05 2020-06-13] 178: Checking users ** [05:12:05 2020-06-13] 178: Checking user_dbs ** [05:12:05 2020-06-13] 178: Checking geocodings ** [05:12:05 2020-06-13] 178: Checking synchronizations ** [05:12:05 2020-06-13] 178: Checking tracker ** [05:12:05 2020-06-13] 178: Checking user_migrations ** [05:12:05 2020-06-13] 178: Checking batch_updates ** [05:12:05 2020-06-13] 178: Checking gears ** [05:12:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:12:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:10 2020-06-13] 178: Checking imports ** [05:12:10 2020-06-13] 178: Checking exports ** [05:12:10 2020-06-13] 178: Checking users ** [05:12:10 2020-06-13] 178: Checking user_dbs ** [05:12:10 2020-06-13] 178: Checking geocodings ** [05:12:10 2020-06-13] 178: Checking synchronizations ** [05:12:10 2020-06-13] 178: Checking tracker ** [05:12:10 2020-06-13] 178: Checking user_migrations ** [05:12:10 2020-06-13] 178: Checking batch_updates ** [05:12:10 2020-06-13] 178: Checking gears ** [05:12:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:12:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:15 2020-06-13] 178: Checking imports ** [05:12:15 2020-06-13] 178: Checking exports ** [05:12:15 2020-06-13] 178: Checking users ** [05:12:15 2020-06-13] 178: Checking user_dbs ** [05:12:15 2020-06-13] 178: Checking geocodings ** [05:12:15 2020-06-13] 178: Checking synchronizations ** [05:12:15 2020-06-13] 178: Checking tracker ** [05:12:15 2020-06-13] 178: Checking user_migrations ** [05:12:15 2020-06-13] 178: Checking batch_updates ** [05:12:15 2020-06-13] 178: Checking gears ** [05:12:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:12:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:20 2020-06-13] 178: Checking imports ** [05:12:20 2020-06-13] 178: Checking exports ** [05:12:20 2020-06-13] 178: Checking users ** [05:12:20 2020-06-13] 178: Checking user_dbs ** [05:12:20 2020-06-13] 178: Checking geocodings ** [05:12:20 2020-06-13] 178: Checking synchronizations ** [05:12:20 2020-06-13] 178: Checking tracker ** [05:12:20 2020-06-13] 178: Checking user_migrations ** [05:12:20 2020-06-13] 178: Checking batch_updates ** [05:12:20 2020-06-13] 178: Checking gears ** [05:12:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:12:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:25 2020-06-13] 178: Checking imports ** [05:12:25 2020-06-13] 178: Checking exports ** [05:12:25 2020-06-13] 178: Checking users ** [05:12:25 2020-06-13] 178: Checking user_dbs ** [05:12:25 2020-06-13] 178: Checking geocodings ** [05:12:25 2020-06-13] 178: Checking synchronizations ** [05:12:25 2020-06-13] 178: Checking tracker ** [05:12:25 2020-06-13] 178: Checking user_migrations ** [05:12:25 2020-06-13] 178: Checking batch_updates ** [05:12:25 2020-06-13] 178: Checking gears ** [05:12:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:12:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:30 2020-06-13] 178: Checking imports ** [05:12:30 2020-06-13] 178: Checking exports ** [05:12:30 2020-06-13] 178: Checking users ** [05:12:30 2020-06-13] 178: Checking user_dbs ** [05:12:30 2020-06-13] 178: Checking geocodings ** [05:12:30 2020-06-13] 178: Checking synchronizations ** [05:12:30 2020-06-13] 178: Checking tracker ** [05:12:30 2020-06-13] 178: Checking user_migrations ** [05:12:30 2020-06-13] 178: Checking batch_updates ** [05:12:30 2020-06-13] 178: Checking gears ** [05:12:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:12:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:35 2020-06-13] 178: Checking imports ** [05:12:35 2020-06-13] 178: Checking exports ** [05:12:35 2020-06-13] 178: Checking users ** [05:12:35 2020-06-13] 178: Checking user_dbs ** [05:12:35 2020-06-13] 178: Checking geocodings ** [05:12:35 2020-06-13] 178: Checking synchronizations ** [05:12:35 2020-06-13] 178: Checking tracker ** [05:12:35 2020-06-13] 178: Checking user_migrations ** [05:12:35 2020-06-13] 178: Checking batch_updates ** [05:12:35 2020-06-13] 178: Checking gears ** [05:12:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:12:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:40 2020-06-13] 178: Checking imports ** [05:12:40 2020-06-13] 178: Checking exports ** [05:12:40 2020-06-13] 178: Checking users ** [05:12:40 2020-06-13] 178: Checking user_dbs ** [05:12:40 2020-06-13] 178: Checking geocodings ** [05:12:40 2020-06-13] 178: Checking synchronizations ** [05:12:40 2020-06-13] 178: Checking tracker ** [05:12:40 2020-06-13] 178: Checking user_migrations ** [05:12:40 2020-06-13] 178: Checking batch_updates ** [05:12:40 2020-06-13] 178: Checking gears ** [05:12:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:12:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:45 2020-06-13] 178: Checking imports ** [05:12:45 2020-06-13] 178: Checking exports ** [05:12:45 2020-06-13] 178: Checking users ** [05:12:45 2020-06-13] 178: Checking user_dbs ** [05:12:45 2020-06-13] 178: Checking geocodings ** [05:12:45 2020-06-13] 178: Checking synchronizations ** [05:12:45 2020-06-13] 178: Checking tracker ** [05:12:45 2020-06-13] 178: Checking user_migrations ** [05:12:45 2020-06-13] 178: Checking batch_updates ** [05:12:45 2020-06-13] 178: Checking gears ** [05:12:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:12:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:50 2020-06-13] 178: Checking imports ** [05:12:50 2020-06-13] 178: Checking exports ** [05:12:50 2020-06-13] 178: Checking users ** [05:12:50 2020-06-13] 178: Checking user_dbs ** [05:12:50 2020-06-13] 178: Checking geocodings ** [05:12:50 2020-06-13] 178: Checking synchronizations ** [05:12:50 2020-06-13] 178: Checking tracker ** [05:12:50 2020-06-13] 178: Checking user_migrations ** [05:12:50 2020-06-13] 178: Checking batch_updates ** [05:12:50 2020-06-13] 178: Checking gears ** [05:12:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:12:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:55 2020-06-13] 178: Checking imports ** [05:12:55 2020-06-13] 178: Checking exports ** [05:12:55 2020-06-13] 178: Checking users ** [05:12:55 2020-06-13] 178: Checking user_dbs ** [05:12:55 2020-06-13] 178: Checking geocodings ** [05:12:55 2020-06-13] 178: Checking synchronizations ** [05:12:55 2020-06-13] 178: Checking tracker ** [05:12:55 2020-06-13] 178: Checking user_migrations ** [05:12:55 2020-06-13] 178: Checking batch_updates ** [05:12:55 2020-06-13] 178: Checking gears ** [05:12:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:12:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:00 2020-06-13] 178: Checking imports ** [05:13:00 2020-06-13] 178: Checking exports ** [05:13:00 2020-06-13] 178: Checking users ** [05:13:00 2020-06-13] 178: Checking user_dbs ** [05:13:00 2020-06-13] 178: Checking geocodings ** [05:13:00 2020-06-13] 178: Checking synchronizations ** [05:13:00 2020-06-13] 178: Checking tracker ** [05:13:00 2020-06-13] 178: Checking user_migrations ** [05:13:00 2020-06-13] 178: Checking batch_updates ** [05:13:00 2020-06-13] 178: Checking gears ** [05:13:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:13:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:05 2020-06-13] 178: Checking imports ** [05:13:05 2020-06-13] 178: Checking exports ** [05:13:05 2020-06-13] 178: Checking users ** [05:13:05 2020-06-13] 178: Checking user_dbs ** [05:13:05 2020-06-13] 178: Checking geocodings ** [05:13:05 2020-06-13] 178: Checking synchronizations ** [05:13:05 2020-06-13] 178: Checking tracker ** [05:13:05 2020-06-13] 178: Checking user_migrations ** [05:13:05 2020-06-13] 178: Checking batch_updates ** [05:13:05 2020-06-13] 178: Checking gears ** [05:13:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:13:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:10 2020-06-13] 178: Checking imports ** [05:13:10 2020-06-13] 178: Checking exports ** [05:13:10 2020-06-13] 178: Checking users ** [05:13:10 2020-06-13] 178: Checking user_dbs ** [05:13:10 2020-06-13] 178: Checking geocodings ** [05:13:10 2020-06-13] 178: Checking synchronizations ** [05:13:10 2020-06-13] 178: Checking tracker ** [05:13:10 2020-06-13] 178: Checking user_migrations ** [05:13:10 2020-06-13] 178: Checking batch_updates ** [05:13:10 2020-06-13] 178: Checking gears ** [05:13:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:13:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:15 2020-06-13] 178: Checking imports ** [05:13:15 2020-06-13] 178: Checking exports ** [05:13:15 2020-06-13] 178: Checking users ** [05:13:15 2020-06-13] 178: Checking user_dbs ** [05:13:15 2020-06-13] 178: Checking geocodings ** [05:13:15 2020-06-13] 178: Checking synchronizations ** [05:13:15 2020-06-13] 178: Checking tracker ** [05:13:15 2020-06-13] 178: Checking user_migrations ** [05:13:15 2020-06-13] 178: Checking batch_updates ** [05:13:15 2020-06-13] 178: Checking gears ** [05:13:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:13:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:20 2020-06-13] 178: Checking imports ** [05:13:20 2020-06-13] 178: Checking exports ** [05:13:20 2020-06-13] 178: Checking users ** [05:13:20 2020-06-13] 178: Checking user_dbs ** [05:13:20 2020-06-13] 178: Checking geocodings ** [05:13:20 2020-06-13] 178: Checking synchronizations ** [05:13:20 2020-06-13] 178: Checking tracker ** [05:13:20 2020-06-13] 178: Checking user_migrations ** [05:13:20 2020-06-13] 178: Checking batch_updates ** [05:13:20 2020-06-13] 178: Checking gears ** [05:13:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:13:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:25 2020-06-13] 178: Checking imports ** [05:13:25 2020-06-13] 178: Checking exports ** [05:13:25 2020-06-13] 178: Checking users ** [05:13:25 2020-06-13] 178: Checking user_dbs ** [05:13:25 2020-06-13] 178: Checking geocodings ** [05:13:25 2020-06-13] 178: Checking synchronizations ** [05:13:25 2020-06-13] 178: Checking tracker ** [05:13:25 2020-06-13] 178: Checking user_migrations ** [05:13:25 2020-06-13] 178: Checking batch_updates ** [05:13:25 2020-06-13] 178: Checking gears ** [05:13:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:13:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:30 2020-06-13] 178: Checking imports ** [05:13:30 2020-06-13] 178: Checking exports ** [05:13:30 2020-06-13] 178: Checking users ** [05:13:30 2020-06-13] 178: Checking user_dbs ** [05:13:30 2020-06-13] 178: Checking geocodings ** [05:13:30 2020-06-13] 178: Checking synchronizations ** [05:13:30 2020-06-13] 178: Checking tracker ** [05:13:30 2020-06-13] 178: Checking user_migrations ** [05:13:30 2020-06-13] 178: Checking batch_updates ** [05:13:30 2020-06-13] 178: Checking gears ** [05:13:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:13:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:35 2020-06-13] 178: Checking imports ** [05:13:35 2020-06-13] 178: Checking exports ** [05:13:35 2020-06-13] 178: Checking users ** [05:13:35 2020-06-13] 178: Checking user_dbs ** [05:13:35 2020-06-13] 178: Checking geocodings ** [05:13:35 2020-06-13] 178: Checking synchronizations ** [05:13:35 2020-06-13] 178: Checking tracker ** [05:13:35 2020-06-13] 178: Checking user_migrations ** [05:13:35 2020-06-13] 178: Checking batch_updates ** [05:13:35 2020-06-13] 178: Checking gears ** [05:13:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:13:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:40 2020-06-13] 178: Checking imports ** [05:13:40 2020-06-13] 178: Checking exports ** [05:13:40 2020-06-13] 178: Checking users ** [05:13:40 2020-06-13] 178: Checking user_dbs ** [05:13:40 2020-06-13] 178: Checking geocodings ** [05:13:40 2020-06-13] 178: Checking synchronizations ** [05:13:40 2020-06-13] 178: Checking tracker ** [05:13:40 2020-06-13] 178: Checking user_migrations ** [05:13:40 2020-06-13] 178: Checking batch_updates ** [05:13:40 2020-06-13] 178: Checking gears ** [05:13:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:13:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:45 2020-06-13] 178: Checking imports ** [05:13:45 2020-06-13] 178: Checking exports ** [05:13:45 2020-06-13] 178: Checking users ** [05:13:45 2020-06-13] 178: Checking user_dbs ** [05:13:45 2020-06-13] 178: Checking geocodings ** [05:13:45 2020-06-13] 178: Checking synchronizations ** [05:13:45 2020-06-13] 178: Checking tracker ** [05:13:45 2020-06-13] 178: Checking user_migrations ** [05:13:45 2020-06-13] 178: Checking batch_updates ** [05:13:45 2020-06-13] 178: Checking gears ** [05:13:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:13:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:50 2020-06-13] 178: Checking imports ** [05:13:50 2020-06-13] 178: Checking exports ** [05:13:50 2020-06-13] 178: Checking users ** [05:13:50 2020-06-13] 178: Checking user_dbs ** [05:13:50 2020-06-13] 178: Checking geocodings ** [05:13:50 2020-06-13] 178: Checking synchronizations ** [05:13:50 2020-06-13] 178: Checking tracker ** [05:13:50 2020-06-13] 178: Checking user_migrations ** [05:13:50 2020-06-13] 178: Checking batch_updates ** [05:13:50 2020-06-13] 178: Checking gears ** [05:13:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:13:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:55 2020-06-13] 178: Checking imports ** [05:13:55 2020-06-13] 178: Checking exports ** [05:13:55 2020-06-13] 178: Checking users ** [05:13:55 2020-06-13] 178: Checking user_dbs ** [05:13:55 2020-06-13] 178: Checking geocodings ** [05:13:55 2020-06-13] 178: Checking synchronizations ** [05:13:55 2020-06-13] 178: Checking tracker ** [05:13:55 2020-06-13] 178: Checking user_migrations ** [05:13:55 2020-06-13] 178: Checking batch_updates ** [05:13:55 2020-06-13] 178: Checking gears ** [05:13:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:13:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:00 2020-06-13] 178: Checking imports ** [05:14:00 2020-06-13] 178: Checking exports ** [05:14:00 2020-06-13] 178: Checking users ** [05:14:00 2020-06-13] 178: Checking user_dbs ** [05:14:00 2020-06-13] 178: Checking geocodings ** [05:14:00 2020-06-13] 178: Checking synchronizations ** [05:14:00 2020-06-13] 178: Checking tracker ** [05:14:00 2020-06-13] 178: Checking user_migrations ** [05:14:00 2020-06-13] 178: Checking batch_updates ** [05:14:00 2020-06-13] 178: Checking gears ** [05:14:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:14:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:05 2020-06-13] 178: Checking imports ** [05:14:05 2020-06-13] 178: Checking exports ** [05:14:05 2020-06-13] 178: Checking users ** [05:14:05 2020-06-13] 178: Checking user_dbs ** [05:14:05 2020-06-13] 178: Checking geocodings ** [05:14:05 2020-06-13] 178: Checking synchronizations ** [05:14:05 2020-06-13] 178: Checking tracker ** [05:14:05 2020-06-13] 178: Checking user_migrations ** [05:14:05 2020-06-13] 178: Checking batch_updates ** [05:14:05 2020-06-13] 178: Checking gears ** [05:14:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:14:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:10 2020-06-13] 178: Checking imports ** [05:14:10 2020-06-13] 178: Checking exports ** [05:14:10 2020-06-13] 178: Checking users ** [05:14:10 2020-06-13] 178: Checking user_dbs ** [05:14:10 2020-06-13] 178: Checking geocodings ** [05:14:10 2020-06-13] 178: Checking synchronizations ** [05:14:10 2020-06-13] 178: Checking tracker ** [05:14:10 2020-06-13] 178: Checking user_migrations ** [05:14:10 2020-06-13] 178: Checking batch_updates ** [05:14:10 2020-06-13] 178: Checking gears ** [05:14:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:14:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:15 2020-06-13] 178: Checking imports ** [05:14:15 2020-06-13] 178: Checking exports ** [05:14:15 2020-06-13] 178: Checking users ** [05:14:15 2020-06-13] 178: Checking user_dbs ** [05:14:15 2020-06-13] 178: Checking geocodings ** [05:14:15 2020-06-13] 178: Checking synchronizations ** [05:14:15 2020-06-13] 178: Checking tracker ** [05:14:15 2020-06-13] 178: Checking user_migrations ** [05:14:15 2020-06-13] 178: Checking batch_updates ** [05:14:15 2020-06-13] 178: Checking gears ** [05:14:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:14:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:20 2020-06-13] 178: Checking imports ** [05:14:20 2020-06-13] 178: Checking exports ** [05:14:20 2020-06-13] 178: Checking users ** [05:14:20 2020-06-13] 178: Checking user_dbs ** [05:14:20 2020-06-13] 178: Checking geocodings ** [05:14:20 2020-06-13] 178: Checking synchronizations ** [05:14:20 2020-06-13] 178: Checking tracker ** [05:14:20 2020-06-13] 178: Checking user_migrations ** [05:14:20 2020-06-13] 178: Checking batch_updates ** [05:14:20 2020-06-13] 178: Checking gears ** [05:14:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:14:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:25 2020-06-13] 178: Checking imports ** [05:14:25 2020-06-13] 178: Checking exports ** [05:14:25 2020-06-13] 178: Checking users ** [05:14:25 2020-06-13] 178: Checking user_dbs ** [05:14:25 2020-06-13] 178: Checking geocodings ** [05:14:25 2020-06-13] 178: Checking synchronizations ** [05:14:25 2020-06-13] 178: Checking tracker ** [05:14:25 2020-06-13] 178: Checking user_migrations ** [05:14:25 2020-06-13] 178: Checking batch_updates ** [05:14:25 2020-06-13] 178: Checking gears ** [05:14:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:14:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:30 2020-06-13] 178: Checking imports ** [05:14:30 2020-06-13] 178: Checking exports ** [05:14:30 2020-06-13] 178: Checking users ** [05:14:30 2020-06-13] 178: Checking user_dbs ** [05:14:30 2020-06-13] 178: Checking geocodings ** [05:14:30 2020-06-13] 178: Checking synchronizations ** [05:14:30 2020-06-13] 178: Checking tracker ** [05:14:30 2020-06-13] 178: Checking user_migrations ** [05:14:30 2020-06-13] 178: Checking batch_updates ** [05:14:30 2020-06-13] 178: Checking gears ** [05:14:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:14:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:35 2020-06-13] 178: Checking imports ** [05:14:35 2020-06-13] 178: Checking exports ** [05:14:35 2020-06-13] 178: Checking users ** [05:14:35 2020-06-13] 178: Checking user_dbs ** [05:14:35 2020-06-13] 178: Checking geocodings ** [05:14:35 2020-06-13] 178: Checking synchronizations ** [05:14:35 2020-06-13] 178: Checking tracker ** [05:14:35 2020-06-13] 178: Checking user_migrations ** [05:14:35 2020-06-13] 178: Checking batch_updates ** [05:14:35 2020-06-13] 178: Checking gears ** [05:14:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:14:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:40 2020-06-13] 178: Checking imports ** [05:14:40 2020-06-13] 178: Checking exports ** [05:14:40 2020-06-13] 178: Checking users ** [05:14:40 2020-06-13] 178: Checking user_dbs ** [05:14:40 2020-06-13] 178: Checking geocodings ** [05:14:40 2020-06-13] 178: Checking synchronizations ** [05:14:40 2020-06-13] 178: Checking tracker ** [05:14:40 2020-06-13] 178: Checking user_migrations ** [05:14:40 2020-06-13] 178: Checking batch_updates ** [05:14:40 2020-06-13] 178: Checking gears ** [05:14:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:14:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:45 2020-06-13] 178: Checking imports ** [05:14:45 2020-06-13] 178: Checking exports ** [05:14:45 2020-06-13] 178: Checking users ** [05:14:45 2020-06-13] 178: Checking user_dbs ** [05:14:45 2020-06-13] 178: Checking geocodings ** [05:14:45 2020-06-13] 178: Checking synchronizations ** [05:14:45 2020-06-13] 178: Checking tracker ** [05:14:45 2020-06-13] 178: Checking user_migrations ** [05:14:45 2020-06-13] 178: Checking batch_updates ** [05:14:45 2020-06-13] 178: Checking gears ** [05:14:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:14:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:50 2020-06-13] 178: Checking imports ** [05:14:50 2020-06-13] 178: Checking exports ** [05:14:50 2020-06-13] 178: Checking users ** [05:14:50 2020-06-13] 178: Checking user_dbs ** [05:14:50 2020-06-13] 178: Checking geocodings ** [05:14:50 2020-06-13] 178: Checking synchronizations ** [05:14:50 2020-06-13] 178: Checking tracker ** [05:14:50 2020-06-13] 178: Checking user_migrations ** [05:14:50 2020-06-13] 178: Checking batch_updates ** [05:14:50 2020-06-13] 178: Checking gears ** [05:14:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:14:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:55 2020-06-13] 178: Checking imports ** [05:14:55 2020-06-13] 178: Checking exports ** [05:14:55 2020-06-13] 178: Checking users ** [05:14:55 2020-06-13] 178: Checking user_dbs ** [05:14:55 2020-06-13] 178: Checking geocodings ** [05:14:55 2020-06-13] 178: Checking synchronizations ** [05:14:55 2020-06-13] 178: Checking tracker ** [05:14:55 2020-06-13] 178: Checking user_migrations ** [05:14:55 2020-06-13] 178: Checking batch_updates ** [05:14:55 2020-06-13] 178: Checking gears ** [05:14:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:14:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:00 2020-06-13] 178: Checking imports ** [05:15:00 2020-06-13] 178: Checking exports ** [05:15:00 2020-06-13] 178: Checking users ** [05:15:00 2020-06-13] 178: Checking user_dbs ** [05:15:00 2020-06-13] 178: Checking geocodings ** [05:15:00 2020-06-13] 178: Checking synchronizations ** [05:15:00 2020-06-13] 178: Checking tracker ** [05:15:00 2020-06-13] 178: Checking user_migrations ** [05:15:00 2020-06-13] 178: Checking batch_updates ** [05:15:00 2020-06-13] 178: Checking gears ** [05:15:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:15:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:05 2020-06-13] 178: Checking imports ** [05:15:05 2020-06-13] 178: Checking exports ** [05:15:05 2020-06-13] 178: Checking users ** [05:15:05 2020-06-13] 178: Checking user_dbs ** [05:15:05 2020-06-13] 178: Checking geocodings ** [05:15:05 2020-06-13] 178: Checking synchronizations ** [05:15:05 2020-06-13] 178: Checking tracker ** [05:15:05 2020-06-13] 178: Checking user_migrations ** [05:15:05 2020-06-13] 178: Checking batch_updates ** [05:15:05 2020-06-13] 178: Checking gears ** [05:15:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:15:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:10 2020-06-13] 178: Checking imports ** [05:15:10 2020-06-13] 178: Checking exports ** [05:15:10 2020-06-13] 178: Checking users ** [05:15:10 2020-06-13] 178: Checking user_dbs ** [05:15:10 2020-06-13] 178: Checking geocodings ** [05:15:10 2020-06-13] 178: Checking synchronizations ** [05:15:10 2020-06-13] 178: Checking tracker ** [05:15:10 2020-06-13] 178: Checking user_migrations ** [05:15:10 2020-06-13] 178: Checking batch_updates ** [05:15:10 2020-06-13] 178: Checking gears ** [05:15:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:15:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:16 2020-06-13] 178: Checking imports ** [05:15:16 2020-06-13] 178: Checking exports ** [05:15:16 2020-06-13] 178: Checking users ** [05:15:16 2020-06-13] 178: Checking user_dbs ** [05:15:16 2020-06-13] 178: Checking geocodings ** [05:15:16 2020-06-13] 178: Checking synchronizations ** [05:15:16 2020-06-13] 178: Checking tracker ** [05:15:16 2020-06-13] 178: Checking user_migrations ** [05:15:16 2020-06-13] 178: Checking batch_updates ** [05:15:16 2020-06-13] 178: Checking gears ** [05:15:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:15:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:21 2020-06-13] 178: Checking imports ** [05:15:21 2020-06-13] 178: Checking exports ** [05:15:21 2020-06-13] 178: Checking users ** [05:15:21 2020-06-13] 178: Checking user_dbs ** [05:15:21 2020-06-13] 178: Checking geocodings ** [05:15:21 2020-06-13] 178: Checking synchronizations ** [05:15:21 2020-06-13] 178: Checking tracker ** [05:15:21 2020-06-13] 178: Checking user_migrations ** [05:15:21 2020-06-13] 178: Checking batch_updates ** [05:15:21 2020-06-13] 178: Checking gears ** [05:15:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:15:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:26 2020-06-13] 178: Checking imports ** [05:15:26 2020-06-13] 178: Checking exports ** [05:15:26 2020-06-13] 178: Checking users ** [05:15:26 2020-06-13] 178: Checking user_dbs ** [05:15:26 2020-06-13] 178: Checking geocodings ** [05:15:26 2020-06-13] 178: Checking synchronizations ** [05:15:26 2020-06-13] 178: Checking tracker ** [05:15:26 2020-06-13] 178: Checking user_migrations ** [05:15:26 2020-06-13] 178: Checking batch_updates ** [05:15:26 2020-06-13] 178: Checking gears ** [05:15:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:15:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:31 2020-06-13] 178: Checking imports ** [05:15:31 2020-06-13] 178: Checking exports ** [05:15:31 2020-06-13] 178: Checking users ** [05:15:31 2020-06-13] 178: Checking user_dbs ** [05:15:31 2020-06-13] 178: Checking geocodings ** [05:15:31 2020-06-13] 178: Checking synchronizations ** [05:15:31 2020-06-13] 178: Checking tracker ** [05:15:31 2020-06-13] 178: Checking user_migrations ** [05:15:31 2020-06-13] 178: Checking batch_updates ** [05:15:31 2020-06-13] 178: Checking gears ** [05:15:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:15:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:36 2020-06-13] 178: Checking imports ** [05:15:36 2020-06-13] 178: Checking exports ** [05:15:36 2020-06-13] 178: Checking users ** [05:15:36 2020-06-13] 178: Checking user_dbs ** [05:15:36 2020-06-13] 178: Checking geocodings ** [05:15:36 2020-06-13] 178: Checking synchronizations ** [05:15:36 2020-06-13] 178: Checking tracker ** [05:15:36 2020-06-13] 178: Checking user_migrations ** [05:15:36 2020-06-13] 178: Checking batch_updates ** [05:15:36 2020-06-13] 178: Checking gears ** [05:15:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:15:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:41 2020-06-13] 178: Checking imports ** [05:15:41 2020-06-13] 178: Checking exports ** [05:15:41 2020-06-13] 178: Checking users ** [05:15:41 2020-06-13] 178: Checking user_dbs ** [05:15:41 2020-06-13] 178: Checking geocodings ** [05:15:41 2020-06-13] 178: Checking synchronizations ** [05:15:41 2020-06-13] 178: Checking tracker ** [05:15:41 2020-06-13] 178: Checking user_migrations ** [05:15:41 2020-06-13] 178: Checking batch_updates ** [05:15:41 2020-06-13] 178: Checking gears ** [05:15:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:15:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:46 2020-06-13] 178: Checking imports ** [05:15:46 2020-06-13] 178: Checking exports ** [05:15:46 2020-06-13] 178: Checking users ** [05:15:46 2020-06-13] 178: Checking user_dbs ** [05:15:46 2020-06-13] 178: Checking geocodings ** [05:15:46 2020-06-13] 178: Checking synchronizations ** [05:15:46 2020-06-13] 178: Checking tracker ** [05:15:46 2020-06-13] 178: Checking user_migrations ** [05:15:46 2020-06-13] 178: Checking batch_updates ** [05:15:46 2020-06-13] 178: Checking gears ** [05:15:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:15:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:51 2020-06-13] 178: Checking imports ** [05:15:51 2020-06-13] 178: Checking exports ** [05:15:51 2020-06-13] 178: Checking users ** [05:15:51 2020-06-13] 178: Checking user_dbs ** [05:15:51 2020-06-13] 178: Checking geocodings ** [05:15:51 2020-06-13] 178: Checking synchronizations ** [05:15:51 2020-06-13] 178: Checking tracker ** [05:15:51 2020-06-13] 178: Checking user_migrations ** [05:15:51 2020-06-13] 178: Checking batch_updates ** [05:15:51 2020-06-13] 178: Checking gears ** [05:15:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:15:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:56 2020-06-13] 178: Checking imports ** [05:15:56 2020-06-13] 178: Checking exports ** [05:15:56 2020-06-13] 178: Checking users ** [05:15:56 2020-06-13] 178: Checking user_dbs ** [05:15:56 2020-06-13] 178: Checking geocodings ** [05:15:56 2020-06-13] 178: Checking synchronizations ** [05:15:56 2020-06-13] 178: Checking tracker ** [05:15:56 2020-06-13] 178: Checking user_migrations ** [05:15:56 2020-06-13] 178: Checking batch_updates ** [05:15:56 2020-06-13] 178: Checking gears ** [05:15:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:15:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:01 2020-06-13] 178: Checking imports ** [05:16:01 2020-06-13] 178: Checking exports ** [05:16:01 2020-06-13] 178: Checking users ** [05:16:01 2020-06-13] 178: Checking user_dbs ** [05:16:01 2020-06-13] 178: Checking geocodings ** [05:16:01 2020-06-13] 178: Checking synchronizations ** [05:16:01 2020-06-13] 178: Checking tracker ** [05:16:01 2020-06-13] 178: Checking user_migrations ** [05:16:01 2020-06-13] 178: Checking batch_updates ** [05:16:01 2020-06-13] 178: Checking gears ** [05:16:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:16:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:06 2020-06-13] 178: Checking imports ** [05:16:06 2020-06-13] 178: Checking exports ** [05:16:06 2020-06-13] 178: Checking users ** [05:16:06 2020-06-13] 178: Checking user_dbs ** [05:16:06 2020-06-13] 178: Checking geocodings ** [05:16:06 2020-06-13] 178: Checking synchronizations ** [05:16:06 2020-06-13] 178: Checking tracker ** [05:16:06 2020-06-13] 178: Checking user_migrations ** [05:16:06 2020-06-13] 178: Checking batch_updates ** [05:16:06 2020-06-13] 178: Checking gears ** [05:16:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:16:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:11 2020-06-13] 178: Checking imports ** [05:16:11 2020-06-13] 178: Checking exports ** [05:16:11 2020-06-13] 178: Checking users ** [05:16:11 2020-06-13] 178: Checking user_dbs ** [05:16:11 2020-06-13] 178: Checking geocodings ** [05:16:11 2020-06-13] 178: Checking synchronizations ** [05:16:11 2020-06-13] 178: Checking tracker ** [05:16:11 2020-06-13] 178: Checking user_migrations ** [05:16:11 2020-06-13] 178: Checking batch_updates ** [05:16:11 2020-06-13] 178: Checking gears ** [05:16:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:16:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:16 2020-06-13] 178: Checking imports ** [05:16:16 2020-06-13] 178: Checking exports ** [05:16:16 2020-06-13] 178: Checking users ** [05:16:16 2020-06-13] 178: Checking user_dbs ** [05:16:16 2020-06-13] 178: Checking geocodings ** [05:16:16 2020-06-13] 178: Checking synchronizations ** [05:16:16 2020-06-13] 178: Checking tracker ** [05:16:16 2020-06-13] 178: Checking user_migrations ** [05:16:16 2020-06-13] 178: Checking batch_updates ** [05:16:16 2020-06-13] 178: Checking gears ** [05:16:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:16:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:21 2020-06-13] 178: Checking imports ** [05:16:21 2020-06-13] 178: Checking exports ** [05:16:21 2020-06-13] 178: Checking users ** [05:16:21 2020-06-13] 178: Checking user_dbs ** [05:16:21 2020-06-13] 178: Checking geocodings ** [05:16:21 2020-06-13] 178: Checking synchronizations ** [05:16:21 2020-06-13] 178: Checking tracker ** [05:16:21 2020-06-13] 178: Checking user_migrations ** [05:16:21 2020-06-13] 178: Checking batch_updates ** [05:16:21 2020-06-13] 178: Checking gears ** [05:16:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:16:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:26 2020-06-13] 178: Checking imports ** [05:16:26 2020-06-13] 178: Checking exports ** [05:16:26 2020-06-13] 178: Checking users ** [05:16:26 2020-06-13] 178: Checking user_dbs ** [05:16:26 2020-06-13] 178: Checking geocodings ** [05:16:26 2020-06-13] 178: Checking synchronizations ** [05:16:26 2020-06-13] 178: Checking tracker ** [05:16:26 2020-06-13] 178: Checking user_migrations ** [05:16:26 2020-06-13] 178: Checking batch_updates ** [05:16:26 2020-06-13] 178: Checking gears ** [05:16:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:16:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:31 2020-06-13] 178: Checking imports ** [05:16:31 2020-06-13] 178: Checking exports ** [05:16:31 2020-06-13] 178: Checking users ** [05:16:31 2020-06-13] 178: Checking user_dbs ** [05:16:31 2020-06-13] 178: Checking geocodings ** [05:16:31 2020-06-13] 178: Checking synchronizations ** [05:16:31 2020-06-13] 178: Checking tracker ** [05:16:31 2020-06-13] 178: Checking user_migrations ** [05:16:31 2020-06-13] 178: Checking batch_updates ** [05:16:31 2020-06-13] 178: Checking gears ** [05:16:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:16:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:36 2020-06-13] 178: Checking imports ** [05:16:36 2020-06-13] 178: Checking exports ** [05:16:36 2020-06-13] 178: Checking users ** [05:16:36 2020-06-13] 178: Checking user_dbs ** [05:16:36 2020-06-13] 178: Checking geocodings ** [05:16:36 2020-06-13] 178: Checking synchronizations ** [05:16:36 2020-06-13] 178: Checking tracker ** [05:16:36 2020-06-13] 178: Checking user_migrations ** [05:16:36 2020-06-13] 178: Checking batch_updates ** [05:16:36 2020-06-13] 178: Checking gears ** [05:16:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:16:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:41 2020-06-13] 178: Checking imports ** [05:16:41 2020-06-13] 178: Checking exports ** [05:16:41 2020-06-13] 178: Checking users ** [05:16:41 2020-06-13] 178: Checking user_dbs ** [05:16:41 2020-06-13] 178: Checking geocodings ** [05:16:41 2020-06-13] 178: Checking synchronizations ** [05:16:41 2020-06-13] 178: Checking tracker ** [05:16:41 2020-06-13] 178: Checking user_migrations ** [05:16:41 2020-06-13] 178: Checking batch_updates ** [05:16:41 2020-06-13] 178: Checking gears ** [05:16:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:16:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:46 2020-06-13] 178: Checking imports ** [05:16:46 2020-06-13] 178: Checking exports ** [05:16:46 2020-06-13] 178: Checking users ** [05:16:46 2020-06-13] 178: Checking user_dbs ** [05:16:46 2020-06-13] 178: Checking geocodings ** [05:16:46 2020-06-13] 178: Checking synchronizations ** [05:16:46 2020-06-13] 178: Checking tracker ** [05:16:46 2020-06-13] 178: Checking user_migrations ** [05:16:46 2020-06-13] 178: Checking batch_updates ** [05:16:46 2020-06-13] 178: Checking gears ** [05:16:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:16:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:51 2020-06-13] 178: Checking imports ** [05:16:51 2020-06-13] 178: Checking exports ** [05:16:51 2020-06-13] 178: Checking users ** [05:16:51 2020-06-13] 178: Checking user_dbs ** [05:16:51 2020-06-13] 178: Checking geocodings ** [05:16:51 2020-06-13] 178: Checking synchronizations ** [05:16:51 2020-06-13] 178: Checking tracker ** [05:16:51 2020-06-13] 178: Checking user_migrations ** [05:16:51 2020-06-13] 178: Checking batch_updates ** [05:16:51 2020-06-13] 178: Checking gears ** [05:16:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:16:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:56 2020-06-13] 178: Checking imports ** [05:16:56 2020-06-13] 178: Checking exports ** [05:16:56 2020-06-13] 178: Checking users ** [05:16:56 2020-06-13] 178: Checking user_dbs ** [05:16:56 2020-06-13] 178: Checking geocodings ** [05:16:56 2020-06-13] 178: Checking synchronizations ** [05:16:56 2020-06-13] 178: Checking tracker ** [05:16:56 2020-06-13] 178: Checking user_migrations ** [05:16:56 2020-06-13] 178: Checking batch_updates ** [05:16:56 2020-06-13] 178: Checking gears ** [05:16:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:16:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:01 2020-06-13] 178: Checking imports ** [05:17:01 2020-06-13] 178: Checking exports ** [05:17:01 2020-06-13] 178: Checking users ** [05:17:01 2020-06-13] 178: Checking user_dbs ** [05:17:01 2020-06-13] 178: Checking geocodings ** [05:17:01 2020-06-13] 178: Checking synchronizations ** [05:17:01 2020-06-13] 178: Checking tracker ** [05:17:01 2020-06-13] 178: Checking user_migrations ** [05:17:01 2020-06-13] 178: Checking batch_updates ** [05:17:01 2020-06-13] 178: Checking gears ** [05:17:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:17:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:06 2020-06-13] 178: Checking imports ** [05:17:06 2020-06-13] 178: Checking exports ** [05:17:06 2020-06-13] 178: Checking users ** [05:17:06 2020-06-13] 178: Checking user_dbs ** [05:17:06 2020-06-13] 178: Checking geocodings ** [05:17:06 2020-06-13] 178: Checking synchronizations ** [05:17:06 2020-06-13] 178: Checking tracker ** [05:17:06 2020-06-13] 178: Checking user_migrations ** [05:17:06 2020-06-13] 178: Checking batch_updates ** [05:17:06 2020-06-13] 178: Checking gears ** [05:17:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:17:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:11 2020-06-13] 178: Checking imports ** [05:17:11 2020-06-13] 178: Checking exports ** [05:17:11 2020-06-13] 178: Checking users ** [05:17:11 2020-06-13] 178: Checking user_dbs ** [05:17:11 2020-06-13] 178: Checking geocodings ** [05:17:11 2020-06-13] 178: Checking synchronizations ** [05:17:11 2020-06-13] 178: Checking tracker ** [05:17:11 2020-06-13] 178: Checking user_migrations ** [05:17:11 2020-06-13] 178: Checking batch_updates ** [05:17:11 2020-06-13] 178: Checking gears ** [05:17:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:17:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:16 2020-06-13] 178: Checking imports ** [05:17:16 2020-06-13] 178: Checking exports ** [05:17:16 2020-06-13] 178: Checking users ** [05:17:16 2020-06-13] 178: Checking user_dbs ** [05:17:16 2020-06-13] 178: Checking geocodings ** [05:17:16 2020-06-13] 178: Checking synchronizations ** [05:17:16 2020-06-13] 178: Checking tracker ** [05:17:16 2020-06-13] 178: Checking user_migrations ** [05:17:16 2020-06-13] 178: Checking batch_updates ** [05:17:16 2020-06-13] 178: Checking gears ** [05:17:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:17:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:21 2020-06-13] 178: Checking imports ** [05:17:21 2020-06-13] 178: Checking exports ** [05:17:21 2020-06-13] 178: Checking users ** [05:17:21 2020-06-13] 178: Checking user_dbs ** [05:17:21 2020-06-13] 178: Checking geocodings ** [05:17:21 2020-06-13] 178: Checking synchronizations ** [05:17:21 2020-06-13] 178: Checking tracker ** [05:17:21 2020-06-13] 178: Checking user_migrations ** [05:17:21 2020-06-13] 178: Checking batch_updates ** [05:17:21 2020-06-13] 178: Checking gears ** [05:17:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:17:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:26 2020-06-13] 178: Checking imports ** [05:17:26 2020-06-13] 178: Checking exports ** [05:17:26 2020-06-13] 178: Checking users ** [05:17:26 2020-06-13] 178: Checking user_dbs ** [05:17:26 2020-06-13] 178: Checking geocodings ** [05:17:26 2020-06-13] 178: Checking synchronizations ** [05:17:26 2020-06-13] 178: Checking tracker ** [05:17:26 2020-06-13] 178: Checking user_migrations ** [05:17:26 2020-06-13] 178: Checking batch_updates ** [05:17:26 2020-06-13] 178: Checking gears ** [05:17:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:17:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:31 2020-06-13] 178: Checking imports ** [05:17:31 2020-06-13] 178: Checking exports ** [05:17:31 2020-06-13] 178: Checking users ** [05:17:31 2020-06-13] 178: Checking user_dbs ** [05:17:31 2020-06-13] 178: Checking geocodings ** [05:17:31 2020-06-13] 178: Checking synchronizations ** [05:17:31 2020-06-13] 178: Checking tracker ** [05:17:31 2020-06-13] 178: Checking user_migrations ** [05:17:31 2020-06-13] 178: Checking batch_updates ** [05:17:31 2020-06-13] 178: Checking gears ** [05:17:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:17:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:36 2020-06-13] 178: Checking imports ** [05:17:36 2020-06-13] 178: Checking exports ** [05:17:36 2020-06-13] 178: Checking users ** [05:17:36 2020-06-13] 178: Checking user_dbs ** [05:17:36 2020-06-13] 178: Checking geocodings ** [05:17:36 2020-06-13] 178: Checking synchronizations ** [05:17:36 2020-06-13] 178: Checking tracker ** [05:17:36 2020-06-13] 178: Checking user_migrations ** [05:17:36 2020-06-13] 178: Checking batch_updates ** [05:17:36 2020-06-13] 178: Checking gears ** [05:17:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:17:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:41 2020-06-13] 178: Checking imports ** [05:17:41 2020-06-13] 178: Checking exports ** [05:17:41 2020-06-13] 178: Checking users ** [05:17:41 2020-06-13] 178: Checking user_dbs ** [05:17:41 2020-06-13] 178: Checking geocodings ** [05:17:41 2020-06-13] 178: Checking synchronizations ** [05:17:41 2020-06-13] 178: Checking tracker ** [05:17:41 2020-06-13] 178: Checking user_migrations ** [05:17:41 2020-06-13] 178: Checking batch_updates ** [05:17:41 2020-06-13] 178: Checking gears ** [05:17:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:17:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:46 2020-06-13] 178: Checking imports ** [05:17:46 2020-06-13] 178: Checking exports ** [05:17:46 2020-06-13] 178: Checking users ** [05:17:46 2020-06-13] 178: Checking user_dbs ** [05:17:46 2020-06-13] 178: Checking geocodings ** [05:17:46 2020-06-13] 178: Checking synchronizations ** [05:17:46 2020-06-13] 178: Checking tracker ** [05:17:46 2020-06-13] 178: Checking user_migrations ** [05:17:46 2020-06-13] 178: Checking batch_updates ** [05:17:46 2020-06-13] 178: Checking gears ** [05:17:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:17:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:51 2020-06-13] 178: Checking imports ** [05:17:51 2020-06-13] 178: Checking exports ** [05:17:51 2020-06-13] 178: Checking users ** [05:17:51 2020-06-13] 178: Checking user_dbs ** [05:17:51 2020-06-13] 178: Checking geocodings ** [05:17:51 2020-06-13] 178: Checking synchronizations ** [05:17:51 2020-06-13] 178: Checking tracker ** [05:17:51 2020-06-13] 178: Checking user_migrations ** [05:17:51 2020-06-13] 178: Checking batch_updates ** [05:17:51 2020-06-13] 178: Checking gears ** [05:17:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:17:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:56 2020-06-13] 178: Checking imports ** [05:17:56 2020-06-13] 178: Checking exports ** [05:17:56 2020-06-13] 178: Checking users ** [05:17:56 2020-06-13] 178: Checking user_dbs ** [05:17:56 2020-06-13] 178: Checking geocodings ** [05:17:56 2020-06-13] 178: Checking synchronizations ** [05:17:56 2020-06-13] 178: Checking tracker ** [05:17:56 2020-06-13] 178: Checking user_migrations ** [05:17:56 2020-06-13] 178: Checking batch_updates ** [05:17:56 2020-06-13] 178: Checking gears ** [05:17:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:17:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:01 2020-06-13] 178: Checking imports ** [05:18:01 2020-06-13] 178: Checking exports ** [05:18:01 2020-06-13] 178: Checking users ** [05:18:01 2020-06-13] 178: Checking user_dbs ** [05:18:01 2020-06-13] 178: Checking geocodings ** [05:18:01 2020-06-13] 178: Checking synchronizations ** [05:18:01 2020-06-13] 178: Checking tracker ** [05:18:01 2020-06-13] 178: Checking user_migrations ** [05:18:01 2020-06-13] 178: Checking batch_updates ** [05:18:01 2020-06-13] 178: Checking gears ** [05:18:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:18:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:06 2020-06-13] 178: Checking imports ** [05:18:06 2020-06-13] 178: Checking exports ** [05:18:06 2020-06-13] 178: Checking users ** [05:18:06 2020-06-13] 178: Checking user_dbs ** [05:18:06 2020-06-13] 178: Checking geocodings ** [05:18:06 2020-06-13] 178: Checking synchronizations ** [05:18:06 2020-06-13] 178: Checking tracker ** [05:18:06 2020-06-13] 178: Checking user_migrations ** [05:18:06 2020-06-13] 178: Checking batch_updates ** [05:18:06 2020-06-13] 178: Checking gears ** [05:18:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:18:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:11 2020-06-13] 178: Checking imports ** [05:18:11 2020-06-13] 178: Checking exports ** [05:18:11 2020-06-13] 178: Checking users ** [05:18:11 2020-06-13] 178: Checking user_dbs ** [05:18:11 2020-06-13] 178: Checking geocodings ** [05:18:11 2020-06-13] 178: Checking synchronizations ** [05:18:11 2020-06-13] 178: Checking tracker ** [05:18:11 2020-06-13] 178: Checking user_migrations ** [05:18:11 2020-06-13] 178: Checking batch_updates ** [05:18:11 2020-06-13] 178: Checking gears ** [05:18:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:18:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:16 2020-06-13] 178: Checking imports ** [05:18:16 2020-06-13] 178: Checking exports ** [05:18:16 2020-06-13] 178: Checking users ** [05:18:16 2020-06-13] 178: Checking user_dbs ** [05:18:16 2020-06-13] 178: Checking geocodings ** [05:18:16 2020-06-13] 178: Checking synchronizations ** [05:18:16 2020-06-13] 178: Checking tracker ** [05:18:16 2020-06-13] 178: Checking user_migrations ** [05:18:16 2020-06-13] 178: Checking batch_updates ** [05:18:16 2020-06-13] 178: Checking gears ** [05:18:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:18:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:21 2020-06-13] 178: Checking imports ** [05:18:21 2020-06-13] 178: Checking exports ** [05:18:21 2020-06-13] 178: Checking users ** [05:18:21 2020-06-13] 178: Checking user_dbs ** [05:18:21 2020-06-13] 178: Checking geocodings ** [05:18:21 2020-06-13] 178: Checking synchronizations ** [05:18:21 2020-06-13] 178: Checking tracker ** [05:18:21 2020-06-13] 178: Checking user_migrations ** [05:18:21 2020-06-13] 178: Checking batch_updates ** [05:18:21 2020-06-13] 178: Checking gears ** [05:18:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:18:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:26 2020-06-13] 178: Checking imports ** [05:18:26 2020-06-13] 178: Checking exports ** [05:18:26 2020-06-13] 178: Checking users ** [05:18:26 2020-06-13] 178: Checking user_dbs ** [05:18:26 2020-06-13] 178: Checking geocodings ** [05:18:26 2020-06-13] 178: Checking synchronizations ** [05:18:26 2020-06-13] 178: Checking tracker ** [05:18:26 2020-06-13] 178: Checking user_migrations ** [05:18:26 2020-06-13] 178: Checking batch_updates ** [05:18:26 2020-06-13] 178: Checking gears ** [05:18:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:18:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:31 2020-06-13] 178: Checking imports ** [05:18:31 2020-06-13] 178: Checking exports ** [05:18:31 2020-06-13] 178: Checking users ** [05:18:31 2020-06-13] 178: Checking user_dbs ** [05:18:31 2020-06-13] 178: Checking geocodings ** [05:18:31 2020-06-13] 178: Checking synchronizations ** [05:18:31 2020-06-13] 178: Checking tracker ** [05:18:31 2020-06-13] 178: Checking user_migrations ** [05:18:31 2020-06-13] 178: Checking batch_updates ** [05:18:31 2020-06-13] 178: Checking gears ** [05:18:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:18:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:36 2020-06-13] 178: Checking imports ** [05:18:36 2020-06-13] 178: Checking exports ** [05:18:36 2020-06-13] 178: Checking users ** [05:18:36 2020-06-13] 178: Checking user_dbs ** [05:18:36 2020-06-13] 178: Checking geocodings ** [05:18:36 2020-06-13] 178: Checking synchronizations ** [05:18:36 2020-06-13] 178: Checking tracker ** [05:18:36 2020-06-13] 178: Checking user_migrations ** [05:18:36 2020-06-13] 178: Checking batch_updates ** [05:18:36 2020-06-13] 178: Checking gears ** [05:18:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:18:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:41 2020-06-13] 178: Checking imports ** [05:18:41 2020-06-13] 178: Checking exports ** [05:18:41 2020-06-13] 178: Checking users ** [05:18:41 2020-06-13] 178: Checking user_dbs ** [05:18:41 2020-06-13] 178: Checking geocodings ** [05:18:41 2020-06-13] 178: Checking synchronizations ** [05:18:41 2020-06-13] 178: Checking tracker ** [05:18:41 2020-06-13] 178: Checking user_migrations ** [05:18:41 2020-06-13] 178: Checking batch_updates ** [05:18:41 2020-06-13] 178: Checking gears ** [05:18:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:18:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:46 2020-06-13] 178: Checking imports ** [05:18:46 2020-06-13] 178: Checking exports ** [05:18:46 2020-06-13] 178: Checking users ** [05:18:46 2020-06-13] 178: Checking user_dbs ** [05:18:46 2020-06-13] 178: Checking geocodings ** [05:18:46 2020-06-13] 178: Checking synchronizations ** [05:18:46 2020-06-13] 178: Checking tracker ** [05:18:46 2020-06-13] 178: Checking user_migrations ** [05:18:46 2020-06-13] 178: Checking batch_updates ** [05:18:46 2020-06-13] 178: Checking gears ** [05:18:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:18:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:51 2020-06-13] 178: Checking imports ** [05:18:51 2020-06-13] 178: Checking exports ** [05:18:51 2020-06-13] 178: Checking users ** [05:18:51 2020-06-13] 178: Checking user_dbs ** [05:18:51 2020-06-13] 178: Checking geocodings ** [05:18:51 2020-06-13] 178: Checking synchronizations ** [05:18:51 2020-06-13] 178: Checking tracker ** [05:18:51 2020-06-13] 178: Checking user_migrations ** [05:18:51 2020-06-13] 178: Checking batch_updates ** [05:18:51 2020-06-13] 178: Checking gears ** [05:18:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:18:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:56 2020-06-13] 178: Checking imports ** [05:18:56 2020-06-13] 178: Checking exports ** [05:18:56 2020-06-13] 178: Checking users ** [05:18:56 2020-06-13] 178: Checking user_dbs ** [05:18:56 2020-06-13] 178: Checking geocodings ** [05:18:56 2020-06-13] 178: Checking synchronizations ** [05:18:56 2020-06-13] 178: Checking tracker ** [05:18:56 2020-06-13] 178: Checking user_migrations ** [05:18:56 2020-06-13] 178: Checking batch_updates ** [05:18:56 2020-06-13] 178: Checking gears ** [05:18:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:18:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:01 2020-06-13] 178: Checking imports ** [05:19:01 2020-06-13] 178: Checking exports ** [05:19:01 2020-06-13] 178: Checking users ** [05:19:01 2020-06-13] 178: Checking user_dbs ** [05:19:01 2020-06-13] 178: Checking geocodings ** [05:19:01 2020-06-13] 178: Checking synchronizations ** [05:19:01 2020-06-13] 178: Checking tracker ** [05:19:01 2020-06-13] 178: Checking user_migrations ** [05:19:01 2020-06-13] 178: Checking batch_updates ** [05:19:01 2020-06-13] 178: Checking gears ** [05:19:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:19:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:06 2020-06-13] 178: Checking imports ** [05:19:06 2020-06-13] 178: Checking exports ** [05:19:06 2020-06-13] 178: Checking users ** [05:19:06 2020-06-13] 178: Checking user_dbs ** [05:19:06 2020-06-13] 178: Checking geocodings ** [05:19:06 2020-06-13] 178: Checking synchronizations ** [05:19:06 2020-06-13] 178: Checking tracker ** [05:19:06 2020-06-13] 178: Checking user_migrations ** [05:19:06 2020-06-13] 178: Checking batch_updates ** [05:19:06 2020-06-13] 178: Checking gears ** [05:19:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:19:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:11 2020-06-13] 178: Checking imports ** [05:19:11 2020-06-13] 178: Checking exports ** [05:19:11 2020-06-13] 178: Checking users ** [05:19:11 2020-06-13] 178: Checking user_dbs ** [05:19:11 2020-06-13] 178: Checking geocodings ** [05:19:11 2020-06-13] 178: Checking synchronizations ** [05:19:11 2020-06-13] 178: Checking tracker ** [05:19:11 2020-06-13] 178: Checking user_migrations ** [05:19:11 2020-06-13] 178: Checking batch_updates ** [05:19:11 2020-06-13] 178: Checking gears ** [05:19:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:19:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:16 2020-06-13] 178: Checking imports ** [05:19:16 2020-06-13] 178: Checking exports ** [05:19:16 2020-06-13] 178: Checking users ** [05:19:16 2020-06-13] 178: Checking user_dbs ** [05:19:16 2020-06-13] 178: Checking geocodings ** [05:19:16 2020-06-13] 178: Checking synchronizations ** [05:19:16 2020-06-13] 178: Checking tracker ** [05:19:16 2020-06-13] 178: Checking user_migrations ** [05:19:16 2020-06-13] 178: Checking batch_updates ** [05:19:16 2020-06-13] 178: Checking gears ** [05:19:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:19:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:21 2020-06-13] 178: Checking imports ** [05:19:21 2020-06-13] 178: Checking exports ** [05:19:21 2020-06-13] 178: Checking users ** [05:19:21 2020-06-13] 178: Checking user_dbs ** [05:19:21 2020-06-13] 178: Checking geocodings ** [05:19:21 2020-06-13] 178: Checking synchronizations ** [05:19:21 2020-06-13] 178: Checking tracker ** [05:19:21 2020-06-13] 178: Checking user_migrations ** [05:19:21 2020-06-13] 178: Checking batch_updates ** [05:19:21 2020-06-13] 178: Checking gears ** [05:19:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:19:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:26 2020-06-13] 178: Checking imports ** [05:19:26 2020-06-13] 178: Checking exports ** [05:19:26 2020-06-13] 178: Checking users ** [05:19:26 2020-06-13] 178: Checking user_dbs ** [05:19:26 2020-06-13] 178: Checking geocodings ** [05:19:26 2020-06-13] 178: Checking synchronizations ** [05:19:26 2020-06-13] 178: Checking tracker ** [05:19:26 2020-06-13] 178: Checking user_migrations ** [05:19:26 2020-06-13] 178: Checking batch_updates ** [05:19:26 2020-06-13] 178: Checking gears ** [05:19:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:19:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:31 2020-06-13] 178: Checking imports ** [05:19:31 2020-06-13] 178: Checking exports ** [05:19:31 2020-06-13] 178: Checking users ** [05:19:31 2020-06-13] 178: Checking user_dbs ** [05:19:31 2020-06-13] 178: Checking geocodings ** [05:19:31 2020-06-13] 178: Checking synchronizations ** [05:19:31 2020-06-13] 178: Checking tracker ** [05:19:31 2020-06-13] 178: Checking user_migrations ** [05:19:31 2020-06-13] 178: Checking batch_updates ** [05:19:31 2020-06-13] 178: Checking gears ** [05:19:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:19:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:36 2020-06-13] 178: Checking imports ** [05:19:36 2020-06-13] 178: Checking exports ** [05:19:36 2020-06-13] 178: Checking users ** [05:19:36 2020-06-13] 178: Checking user_dbs ** [05:19:36 2020-06-13] 178: Checking geocodings ** [05:19:36 2020-06-13] 178: Checking synchronizations ** [05:19:36 2020-06-13] 178: Checking tracker ** [05:19:36 2020-06-13] 178: Checking user_migrations ** [05:19:36 2020-06-13] 178: Checking batch_updates ** [05:19:36 2020-06-13] 178: Checking gears ** [05:19:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:19:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:41 2020-06-13] 178: Checking imports ** [05:19:41 2020-06-13] 178: Checking exports ** [05:19:41 2020-06-13] 178: Checking users ** [05:19:41 2020-06-13] 178: Checking user_dbs ** [05:19:41 2020-06-13] 178: Checking geocodings ** [05:19:41 2020-06-13] 178: Checking synchronizations ** [05:19:41 2020-06-13] 178: Checking tracker ** [05:19:41 2020-06-13] 178: Checking user_migrations ** [05:19:41 2020-06-13] 178: Checking batch_updates ** [05:19:41 2020-06-13] 178: Checking gears ** [05:19:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:19:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:46 2020-06-13] 178: Checking imports ** [05:19:46 2020-06-13] 178: Checking exports ** [05:19:46 2020-06-13] 178: Checking users ** [05:19:46 2020-06-13] 178: Checking user_dbs ** [05:19:46 2020-06-13] 178: Checking geocodings ** [05:19:46 2020-06-13] 178: Checking synchronizations ** [05:19:46 2020-06-13] 178: Checking tracker ** [05:19:46 2020-06-13] 178: Checking user_migrations ** [05:19:46 2020-06-13] 178: Checking batch_updates ** [05:19:46 2020-06-13] 178: Checking gears ** [05:19:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:19:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:51 2020-06-13] 178: Checking imports ** [05:19:51 2020-06-13] 178: Checking exports ** [05:19:51 2020-06-13] 178: Checking users ** [05:19:51 2020-06-13] 178: Checking user_dbs ** [05:19:51 2020-06-13] 178: Checking geocodings ** [05:19:51 2020-06-13] 178: Checking synchronizations ** [05:19:51 2020-06-13] 178: Checking tracker ** [05:19:51 2020-06-13] 178: Checking user_migrations ** [05:19:51 2020-06-13] 178: Checking batch_updates ** [05:19:51 2020-06-13] 178: Checking gears ** [05:19:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:19:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:56 2020-06-13] 178: Checking imports ** [05:19:56 2020-06-13] 178: Checking exports ** [05:19:56 2020-06-13] 178: Checking users ** [05:19:56 2020-06-13] 178: Checking user_dbs ** [05:19:56 2020-06-13] 178: Checking geocodings ** [05:19:56 2020-06-13] 178: Checking synchronizations ** [05:19:56 2020-06-13] 178: Checking tracker ** [05:19:56 2020-06-13] 178: Checking user_migrations ** [05:19:56 2020-06-13] 178: Checking batch_updates ** [05:19:56 2020-06-13] 178: Checking gears ** [05:19:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:19:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:01 2020-06-13] 178: Checking imports ** [05:20:01 2020-06-13] 178: Checking exports ** [05:20:01 2020-06-13] 178: Checking users ** [05:20:01 2020-06-13] 178: Checking user_dbs ** [05:20:01 2020-06-13] 178: Checking geocodings ** [05:20:01 2020-06-13] 178: Checking synchronizations ** [05:20:01 2020-06-13] 178: Checking tracker ** [05:20:01 2020-06-13] 178: Checking user_migrations ** [05:20:01 2020-06-13] 178: Checking batch_updates ** [05:20:01 2020-06-13] 178: Checking gears ** [05:20:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:20:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:06 2020-06-13] 178: Checking imports ** [05:20:06 2020-06-13] 178: Checking exports ** [05:20:06 2020-06-13] 178: Checking users ** [05:20:06 2020-06-13] 178: Checking user_dbs ** [05:20:06 2020-06-13] 178: Checking geocodings ** [05:20:06 2020-06-13] 178: Checking synchronizations ** [05:20:06 2020-06-13] 178: Checking tracker ** [05:20:06 2020-06-13] 178: Checking user_migrations ** [05:20:06 2020-06-13] 178: Checking batch_updates ** [05:20:06 2020-06-13] 178: Checking gears ** [05:20:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:20:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:11 2020-06-13] 178: Checking imports ** [05:20:11 2020-06-13] 178: Checking exports ** [05:20:11 2020-06-13] 178: Checking users ** [05:20:11 2020-06-13] 178: Checking user_dbs ** [05:20:11 2020-06-13] 178: Checking geocodings ** [05:20:11 2020-06-13] 178: Checking synchronizations ** [05:20:11 2020-06-13] 178: Checking tracker ** [05:20:11 2020-06-13] 178: Checking user_migrations ** [05:20:11 2020-06-13] 178: Checking batch_updates ** [05:20:11 2020-06-13] 178: Checking gears ** [05:20:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:20:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:16 2020-06-13] 178: Checking imports ** [05:20:16 2020-06-13] 178: Checking exports ** [05:20:16 2020-06-13] 178: Checking users ** [05:20:16 2020-06-13] 178: Checking user_dbs ** [05:20:16 2020-06-13] 178: Checking geocodings ** [05:20:16 2020-06-13] 178: Checking synchronizations ** [05:20:16 2020-06-13] 178: Checking tracker ** [05:20:16 2020-06-13] 178: Checking user_migrations ** [05:20:16 2020-06-13] 178: Checking batch_updates ** [05:20:16 2020-06-13] 178: Checking gears ** [05:20:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:20:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:21 2020-06-13] 178: Checking imports ** [05:20:21 2020-06-13] 178: Checking exports ** [05:20:21 2020-06-13] 178: Checking users ** [05:20:21 2020-06-13] 178: Checking user_dbs ** [05:20:21 2020-06-13] 178: Checking geocodings ** [05:20:21 2020-06-13] 178: Checking synchronizations ** [05:20:21 2020-06-13] 178: Checking tracker ** [05:20:21 2020-06-13] 178: Checking user_migrations ** [05:20:21 2020-06-13] 178: Checking batch_updates ** [05:20:21 2020-06-13] 178: Checking gears ** [05:20:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:20:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:26 2020-06-13] 178: Checking imports ** [05:20:26 2020-06-13] 178: Checking exports ** [05:20:26 2020-06-13] 178: Checking users ** [05:20:26 2020-06-13] 178: Checking user_dbs ** [05:20:26 2020-06-13] 178: Checking geocodings ** [05:20:26 2020-06-13] 178: Checking synchronizations ** [05:20:26 2020-06-13] 178: Checking tracker ** [05:20:26 2020-06-13] 178: Checking user_migrations ** [05:20:26 2020-06-13] 178: Checking batch_updates ** [05:20:26 2020-06-13] 178: Checking gears ** [05:20:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:20:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:31 2020-06-13] 178: Checking imports ** [05:20:31 2020-06-13] 178: Checking exports ** [05:20:31 2020-06-13] 178: Checking users ** [05:20:31 2020-06-13] 178: Checking user_dbs ** [05:20:31 2020-06-13] 178: Checking geocodings ** [05:20:31 2020-06-13] 178: Checking synchronizations ** [05:20:31 2020-06-13] 178: Checking tracker ** [05:20:31 2020-06-13] 178: Checking user_migrations ** [05:20:31 2020-06-13] 178: Checking batch_updates ** [05:20:31 2020-06-13] 178: Checking gears ** [05:20:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:20:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:36 2020-06-13] 178: Checking imports ** [05:20:36 2020-06-13] 178: Checking exports ** [05:20:36 2020-06-13] 178: Checking users ** [05:20:36 2020-06-13] 178: Checking user_dbs ** [05:20:36 2020-06-13] 178: Checking geocodings ** [05:20:36 2020-06-13] 178: Checking synchronizations ** [05:20:36 2020-06-13] 178: Checking tracker ** [05:20:36 2020-06-13] 178: Checking user_migrations ** [05:20:36 2020-06-13] 178: Checking batch_updates ** [05:20:36 2020-06-13] 178: Checking gears ** [05:20:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:20:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:41 2020-06-13] 178: Checking imports ** [05:20:41 2020-06-13] 178: Checking exports ** [05:20:41 2020-06-13] 178: Checking users ** [05:20:41 2020-06-13] 178: Checking user_dbs ** [05:20:41 2020-06-13] 178: Checking geocodings ** [05:20:41 2020-06-13] 178: Checking synchronizations ** [05:20:41 2020-06-13] 178: Checking tracker ** [05:20:41 2020-06-13] 178: Checking user_migrations ** [05:20:41 2020-06-13] 178: Checking batch_updates ** [05:20:41 2020-06-13] 178: Checking gears ** [05:20:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:20:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:46 2020-06-13] 178: Checking imports ** [05:20:46 2020-06-13] 178: Checking exports ** [05:20:46 2020-06-13] 178: Checking users ** [05:20:46 2020-06-13] 178: Checking user_dbs ** [05:20:46 2020-06-13] 178: Checking geocodings ** [05:20:46 2020-06-13] 178: Checking synchronizations ** [05:20:46 2020-06-13] 178: Checking tracker ** [05:20:46 2020-06-13] 178: Checking user_migrations ** [05:20:46 2020-06-13] 178: Checking batch_updates ** [05:20:46 2020-06-13] 178: Checking gears ** [05:20:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:20:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:51 2020-06-13] 178: Checking imports ** [05:20:51 2020-06-13] 178: Checking exports ** [05:20:51 2020-06-13] 178: Checking users ** [05:20:51 2020-06-13] 178: Checking user_dbs ** [05:20:51 2020-06-13] 178: Checking geocodings ** [05:20:51 2020-06-13] 178: Checking synchronizations ** [05:20:51 2020-06-13] 178: Checking tracker ** [05:20:51 2020-06-13] 178: Checking user_migrations ** [05:20:51 2020-06-13] 178: Checking batch_updates ** [05:20:51 2020-06-13] 178: Checking gears ** [05:20:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:20:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:56 2020-06-13] 178: Checking imports ** [05:20:56 2020-06-13] 178: Checking exports ** [05:20:56 2020-06-13] 178: Checking users ** [05:20:56 2020-06-13] 178: Checking user_dbs ** [05:20:56 2020-06-13] 178: Checking geocodings ** [05:20:56 2020-06-13] 178: Checking synchronizations ** [05:20:56 2020-06-13] 178: Checking tracker ** [05:20:56 2020-06-13] 178: Checking user_migrations ** [05:20:56 2020-06-13] 178: Checking batch_updates ** [05:20:56 2020-06-13] 178: Checking gears ** [05:20:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:20:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:01 2020-06-13] 178: Checking imports ** [05:21:01 2020-06-13] 178: Checking exports ** [05:21:01 2020-06-13] 178: Checking users ** [05:21:01 2020-06-13] 178: Checking user_dbs ** [05:21:01 2020-06-13] 178: Checking geocodings ** [05:21:01 2020-06-13] 178: Checking synchronizations ** [05:21:01 2020-06-13] 178: Checking tracker ** [05:21:01 2020-06-13] 178: Checking user_migrations ** [05:21:01 2020-06-13] 178: Checking batch_updates ** [05:21:01 2020-06-13] 178: Checking gears ** [05:21:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:21:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:06 2020-06-13] 178: Checking imports ** [05:21:06 2020-06-13] 178: Checking exports ** [05:21:06 2020-06-13] 178: Checking users ** [05:21:06 2020-06-13] 178: Checking user_dbs ** [05:21:06 2020-06-13] 178: Checking geocodings ** [05:21:06 2020-06-13] 178: Checking synchronizations ** [05:21:06 2020-06-13] 178: Checking tracker ** [05:21:06 2020-06-13] 178: Checking user_migrations ** [05:21:06 2020-06-13] 178: Checking batch_updates ** [05:21:06 2020-06-13] 178: Checking gears ** [05:21:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:21:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:11 2020-06-13] 178: Checking imports ** [05:21:11 2020-06-13] 178: Checking exports ** [05:21:11 2020-06-13] 178: Checking users ** [05:21:11 2020-06-13] 178: Checking user_dbs ** [05:21:11 2020-06-13] 178: Checking geocodings ** [05:21:11 2020-06-13] 178: Checking synchronizations ** [05:21:11 2020-06-13] 178: Checking tracker ** [05:21:11 2020-06-13] 178: Checking user_migrations ** [05:21:11 2020-06-13] 178: Checking batch_updates ** [05:21:11 2020-06-13] 178: Checking gears ** [05:21:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:21:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:16 2020-06-13] 178: Checking imports ** [05:21:16 2020-06-13] 178: Checking exports ** [05:21:16 2020-06-13] 178: Checking users ** [05:21:16 2020-06-13] 178: Checking user_dbs ** [05:21:16 2020-06-13] 178: Checking geocodings ** [05:21:16 2020-06-13] 178: Checking synchronizations ** [05:21:16 2020-06-13] 178: Checking tracker ** [05:21:16 2020-06-13] 178: Checking user_migrations ** [05:21:16 2020-06-13] 178: Checking batch_updates ** [05:21:16 2020-06-13] 178: Checking gears ** [05:21:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:21:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:21 2020-06-13] 178: Checking imports ** [05:21:21 2020-06-13] 178: Checking exports ** [05:21:21 2020-06-13] 178: Checking users ** [05:21:21 2020-06-13] 178: Checking user_dbs ** [05:21:21 2020-06-13] 178: Checking geocodings ** [05:21:21 2020-06-13] 178: Checking synchronizations ** [05:21:21 2020-06-13] 178: Checking tracker ** [05:21:21 2020-06-13] 178: Checking user_migrations ** [05:21:21 2020-06-13] 178: Checking batch_updates ** [05:21:21 2020-06-13] 178: Checking gears ** [05:21:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:21:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:26 2020-06-13] 178: Checking imports ** [05:21:26 2020-06-13] 178: Checking exports ** [05:21:26 2020-06-13] 178: Checking users ** [05:21:26 2020-06-13] 178: Checking user_dbs ** [05:21:26 2020-06-13] 178: Checking geocodings ** [05:21:26 2020-06-13] 178: Checking synchronizations ** [05:21:26 2020-06-13] 178: Checking tracker ** [05:21:26 2020-06-13] 178: Checking user_migrations ** [05:21:26 2020-06-13] 178: Checking batch_updates ** [05:21:26 2020-06-13] 178: Checking gears ** [05:21:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:21:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:31 2020-06-13] 178: Checking imports ** [05:21:31 2020-06-13] 178: Checking exports ** [05:21:31 2020-06-13] 178: Checking users ** [05:21:31 2020-06-13] 178: Checking user_dbs ** [05:21:31 2020-06-13] 178: Checking geocodings ** [05:21:31 2020-06-13] 178: Checking synchronizations ** [05:21:31 2020-06-13] 178: Checking tracker ** [05:21:31 2020-06-13] 178: Checking user_migrations ** [05:21:31 2020-06-13] 178: Checking batch_updates ** [05:21:31 2020-06-13] 178: Checking gears ** [05:21:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:21:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:36 2020-06-13] 178: Checking imports ** [05:21:36 2020-06-13] 178: Checking exports ** [05:21:36 2020-06-13] 178: Checking users ** [05:21:36 2020-06-13] 178: Checking user_dbs ** [05:21:36 2020-06-13] 178: Checking geocodings ** [05:21:36 2020-06-13] 178: Checking synchronizations ** [05:21:36 2020-06-13] 178: Checking tracker ** [05:21:36 2020-06-13] 178: Checking user_migrations ** [05:21:36 2020-06-13] 178: Checking batch_updates ** [05:21:36 2020-06-13] 178: Checking gears ** [05:21:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:21:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:41 2020-06-13] 178: Checking imports ** [05:21:41 2020-06-13] 178: Checking exports ** [05:21:41 2020-06-13] 178: Checking users ** [05:21:41 2020-06-13] 178: Checking user_dbs ** [05:21:41 2020-06-13] 178: Checking geocodings ** [05:21:41 2020-06-13] 178: Checking synchronizations ** [05:21:41 2020-06-13] 178: Checking tracker ** [05:21:41 2020-06-13] 178: Checking user_migrations ** [05:21:41 2020-06-13] 178: Checking batch_updates ** [05:21:41 2020-06-13] 178: Checking gears ** [05:21:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:21:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:46 2020-06-13] 178: Checking imports ** [05:21:46 2020-06-13] 178: Checking exports ** [05:21:46 2020-06-13] 178: Checking users ** [05:21:46 2020-06-13] 178: Checking user_dbs ** [05:21:46 2020-06-13] 178: Checking geocodings ** [05:21:46 2020-06-13] 178: Checking synchronizations ** [05:21:46 2020-06-13] 178: Checking tracker ** [05:21:46 2020-06-13] 178: Checking user_migrations ** [05:21:46 2020-06-13] 178: Checking batch_updates ** [05:21:46 2020-06-13] 178: Checking gears ** [05:21:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:21:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:51 2020-06-13] 178: Checking imports ** [05:21:51 2020-06-13] 178: Checking exports ** [05:21:51 2020-06-13] 178: Checking users ** [05:21:51 2020-06-13] 178: Checking user_dbs ** [05:21:51 2020-06-13] 178: Checking geocodings ** [05:21:51 2020-06-13] 178: Checking synchronizations ** [05:21:51 2020-06-13] 178: Checking tracker ** [05:21:51 2020-06-13] 178: Checking user_migrations ** [05:21:51 2020-06-13] 178: Checking batch_updates ** [05:21:51 2020-06-13] 178: Checking gears ** [05:21:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:21:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:56 2020-06-13] 178: Checking imports ** [05:21:56 2020-06-13] 178: Checking exports ** [05:21:56 2020-06-13] 178: Checking users ** [05:21:56 2020-06-13] 178: Checking user_dbs ** [05:21:56 2020-06-13] 178: Checking geocodings ** [05:21:56 2020-06-13] 178: Checking synchronizations ** [05:21:56 2020-06-13] 178: Checking tracker ** [05:21:56 2020-06-13] 178: Checking user_migrations ** [05:21:56 2020-06-13] 178: Checking batch_updates ** [05:21:56 2020-06-13] 178: Checking gears ** [05:21:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:21:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:01 2020-06-13] 178: Checking imports ** [05:22:01 2020-06-13] 178: Checking exports ** [05:22:01 2020-06-13] 178: Checking users ** [05:22:01 2020-06-13] 178: Checking user_dbs ** [05:22:01 2020-06-13] 178: Checking geocodings ** [05:22:01 2020-06-13] 178: Checking synchronizations ** [05:22:01 2020-06-13] 178: Checking tracker ** [05:22:01 2020-06-13] 178: Checking user_migrations ** [05:22:01 2020-06-13] 178: Checking batch_updates ** [05:22:01 2020-06-13] 178: Checking gears ** [05:22:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:22:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:06 2020-06-13] 178: Checking imports ** [05:22:06 2020-06-13] 178: Checking exports ** [05:22:06 2020-06-13] 178: Checking users ** [05:22:06 2020-06-13] 178: Checking user_dbs ** [05:22:06 2020-06-13] 178: Checking geocodings ** [05:22:06 2020-06-13] 178: Checking synchronizations ** [05:22:06 2020-06-13] 178: Checking tracker ** [05:22:06 2020-06-13] 178: Checking user_migrations ** [05:22:06 2020-06-13] 178: Checking batch_updates ** [05:22:06 2020-06-13] 178: Checking gears ** [05:22:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:22:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:11 2020-06-13] 178: Checking imports ** [05:22:11 2020-06-13] 178: Checking exports ** [05:22:11 2020-06-13] 178: Checking users ** [05:22:11 2020-06-13] 178: Checking user_dbs ** [05:22:11 2020-06-13] 178: Checking geocodings ** [05:22:11 2020-06-13] 178: Checking synchronizations ** [05:22:11 2020-06-13] 178: Checking tracker ** [05:22:11 2020-06-13] 178: Checking user_migrations ** [05:22:11 2020-06-13] 178: Checking batch_updates ** [05:22:11 2020-06-13] 178: Checking gears ** [05:22:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:22:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:16 2020-06-13] 178: Checking imports ** [05:22:16 2020-06-13] 178: Checking exports ** [05:22:16 2020-06-13] 178: Checking users ** [05:22:16 2020-06-13] 178: Checking user_dbs ** [05:22:16 2020-06-13] 178: Checking geocodings ** [05:22:16 2020-06-13] 178: Checking synchronizations ** [05:22:16 2020-06-13] 178: Checking tracker ** [05:22:16 2020-06-13] 178: Checking user_migrations ** [05:22:16 2020-06-13] 178: Checking batch_updates ** [05:22:16 2020-06-13] 178: Checking gears ** [05:22:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:22:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:21 2020-06-13] 178: Checking imports ** [05:22:21 2020-06-13] 178: Checking exports ** [05:22:21 2020-06-13] 178: Checking users ** [05:22:21 2020-06-13] 178: Checking user_dbs ** [05:22:21 2020-06-13] 178: Checking geocodings ** [05:22:21 2020-06-13] 178: Checking synchronizations ** [05:22:21 2020-06-13] 178: Checking tracker ** [05:22:21 2020-06-13] 178: Checking user_migrations ** [05:22:21 2020-06-13] 178: Checking batch_updates ** [05:22:21 2020-06-13] 178: Checking gears ** [05:22:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:22:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:26 2020-06-13] 178: Checking imports ** [05:22:26 2020-06-13] 178: Checking exports ** [05:22:26 2020-06-13] 178: Checking users ** [05:22:26 2020-06-13] 178: Checking user_dbs ** [05:22:26 2020-06-13] 178: Checking geocodings ** [05:22:26 2020-06-13] 178: Checking synchronizations ** [05:22:26 2020-06-13] 178: Checking tracker ** [05:22:26 2020-06-13] 178: Checking user_migrations ** [05:22:26 2020-06-13] 178: Checking batch_updates ** [05:22:26 2020-06-13] 178: Checking gears ** [05:22:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:22:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:31 2020-06-13] 178: Checking imports ** [05:22:31 2020-06-13] 178: Checking exports ** [05:22:31 2020-06-13] 178: Checking users ** [05:22:31 2020-06-13] 178: Checking user_dbs ** [05:22:31 2020-06-13] 178: Checking geocodings ** [05:22:31 2020-06-13] 178: Checking synchronizations ** [05:22:31 2020-06-13] 178: Checking tracker ** [05:22:31 2020-06-13] 178: Checking user_migrations ** [05:22:31 2020-06-13] 178: Checking batch_updates ** [05:22:31 2020-06-13] 178: Checking gears ** [05:22:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:22:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:36 2020-06-13] 178: Checking imports ** [05:22:36 2020-06-13] 178: Checking exports ** [05:22:36 2020-06-13] 178: Checking users ** [05:22:36 2020-06-13] 178: Checking user_dbs ** [05:22:36 2020-06-13] 178: Checking geocodings ** [05:22:36 2020-06-13] 178: Checking synchronizations ** [05:22:36 2020-06-13] 178: Checking tracker ** [05:22:36 2020-06-13] 178: Checking user_migrations ** [05:22:36 2020-06-13] 178: Checking batch_updates ** [05:22:36 2020-06-13] 178: Checking gears ** [05:22:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:22:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:41 2020-06-13] 178: Checking imports ** [05:22:41 2020-06-13] 178: Checking exports ** [05:22:41 2020-06-13] 178: Checking users ** [05:22:41 2020-06-13] 178: Checking user_dbs ** [05:22:41 2020-06-13] 178: Checking geocodings ** [05:22:41 2020-06-13] 178: Checking synchronizations ** [05:22:41 2020-06-13] 178: Checking tracker ** [05:22:41 2020-06-13] 178: Checking user_migrations ** [05:22:41 2020-06-13] 178: Checking batch_updates ** [05:22:41 2020-06-13] 178: Checking gears ** [05:22:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:22:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:46 2020-06-13] 178: Checking imports ** [05:22:46 2020-06-13] 178: Checking exports ** [05:22:46 2020-06-13] 178: Checking users ** [05:22:46 2020-06-13] 178: Checking user_dbs ** [05:22:46 2020-06-13] 178: Checking geocodings ** [05:22:46 2020-06-13] 178: Checking synchronizations ** [05:22:46 2020-06-13] 178: Checking tracker ** [05:22:46 2020-06-13] 178: Checking user_migrations ** [05:22:46 2020-06-13] 178: Checking batch_updates ** [05:22:46 2020-06-13] 178: Checking gears ** [05:22:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:22:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:51 2020-06-13] 178: Checking imports ** [05:22:51 2020-06-13] 178: Checking exports ** [05:22:51 2020-06-13] 178: Checking users ** [05:22:51 2020-06-13] 178: Checking user_dbs ** [05:22:51 2020-06-13] 178: Checking geocodings ** [05:22:51 2020-06-13] 178: Checking synchronizations ** [05:22:51 2020-06-13] 178: Checking tracker ** [05:22:51 2020-06-13] 178: Checking user_migrations ** [05:22:51 2020-06-13] 178: Checking batch_updates ** [05:22:51 2020-06-13] 178: Checking gears ** [05:22:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:22:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:56 2020-06-13] 178: Checking imports ** [05:22:56 2020-06-13] 178: Checking exports ** [05:22:56 2020-06-13] 178: Checking users ** [05:22:56 2020-06-13] 178: Checking user_dbs ** [05:22:56 2020-06-13] 178: Checking geocodings ** [05:22:56 2020-06-13] 178: Checking synchronizations ** [05:22:56 2020-06-13] 178: Checking tracker ** [05:22:56 2020-06-13] 178: Checking user_migrations ** [05:22:56 2020-06-13] 178: Checking batch_updates ** [05:22:56 2020-06-13] 178: Checking gears ** [05:22:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:22:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:01 2020-06-13] 178: Checking imports ** [05:23:01 2020-06-13] 178: Checking exports ** [05:23:01 2020-06-13] 178: Checking users ** [05:23:01 2020-06-13] 178: Checking user_dbs ** [05:23:01 2020-06-13] 178: Checking geocodings ** [05:23:01 2020-06-13] 178: Checking synchronizations ** [05:23:01 2020-06-13] 178: Checking tracker ** [05:23:01 2020-06-13] 178: Checking user_migrations ** [05:23:01 2020-06-13] 178: Checking batch_updates ** [05:23:01 2020-06-13] 178: Checking gears ** [05:23:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:23:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:06 2020-06-13] 178: Checking imports ** [05:23:06 2020-06-13] 178: Checking exports ** [05:23:06 2020-06-13] 178: Checking users ** [05:23:06 2020-06-13] 178: Checking user_dbs ** [05:23:06 2020-06-13] 178: Checking geocodings ** [05:23:06 2020-06-13] 178: Checking synchronizations ** [05:23:06 2020-06-13] 178: Checking tracker ** [05:23:06 2020-06-13] 178: Checking user_migrations ** [05:23:06 2020-06-13] 178: Checking batch_updates ** [05:23:06 2020-06-13] 178: Checking gears ** [05:23:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:23:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:11 2020-06-13] 178: Checking imports ** [05:23:11 2020-06-13] 178: Checking exports ** [05:23:11 2020-06-13] 178: Checking users ** [05:23:11 2020-06-13] 178: Checking user_dbs ** [05:23:11 2020-06-13] 178: Checking geocodings ** [05:23:11 2020-06-13] 178: Checking synchronizations ** [05:23:11 2020-06-13] 178: Checking tracker ** [05:23:11 2020-06-13] 178: Checking user_migrations ** [05:23:11 2020-06-13] 178: Checking batch_updates ** [05:23:11 2020-06-13] 178: Checking gears ** [05:23:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:23:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:16 2020-06-13] 178: Checking imports ** [05:23:16 2020-06-13] 178: Checking exports ** [05:23:16 2020-06-13] 178: Checking users ** [05:23:16 2020-06-13] 178: Checking user_dbs ** [05:23:16 2020-06-13] 178: Checking geocodings ** [05:23:16 2020-06-13] 178: Checking synchronizations ** [05:23:16 2020-06-13] 178: Checking tracker ** [05:23:16 2020-06-13] 178: Checking user_migrations ** [05:23:16 2020-06-13] 178: Checking batch_updates ** [05:23:16 2020-06-13] 178: Checking gears ** [05:23:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:23:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:21 2020-06-13] 178: Checking imports ** [05:23:21 2020-06-13] 178: Checking exports ** [05:23:21 2020-06-13] 178: Checking users ** [05:23:21 2020-06-13] 178: Checking user_dbs ** [05:23:21 2020-06-13] 178: Checking geocodings ** [05:23:21 2020-06-13] 178: Checking synchronizations ** [05:23:21 2020-06-13] 178: Checking tracker ** [05:23:21 2020-06-13] 178: Checking user_migrations ** [05:23:21 2020-06-13] 178: Checking batch_updates ** [05:23:21 2020-06-13] 178: Checking gears ** [05:23:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:23:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:26 2020-06-13] 178: Checking imports ** [05:23:26 2020-06-13] 178: Checking exports ** [05:23:26 2020-06-13] 178: Checking users ** [05:23:26 2020-06-13] 178: Checking user_dbs ** [05:23:26 2020-06-13] 178: Checking geocodings ** [05:23:26 2020-06-13] 178: Checking synchronizations ** [05:23:26 2020-06-13] 178: Checking tracker ** [05:23:26 2020-06-13] 178: Checking user_migrations ** [05:23:26 2020-06-13] 178: Checking batch_updates ** [05:23:26 2020-06-13] 178: Checking gears ** [05:23:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:23:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:31 2020-06-13] 178: Checking imports ** [05:23:31 2020-06-13] 178: Checking exports ** [05:23:31 2020-06-13] 178: Checking users ** [05:23:31 2020-06-13] 178: Checking user_dbs ** [05:23:31 2020-06-13] 178: Checking geocodings ** [05:23:31 2020-06-13] 178: Checking synchronizations ** [05:23:31 2020-06-13] 178: Checking tracker ** [05:23:31 2020-06-13] 178: Checking user_migrations ** [05:23:31 2020-06-13] 178: Checking batch_updates ** [05:23:31 2020-06-13] 178: Checking gears ** [05:23:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:23:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:36 2020-06-13] 178: Checking imports ** [05:23:36 2020-06-13] 178: Checking exports ** [05:23:36 2020-06-13] 178: Checking users ** [05:23:36 2020-06-13] 178: Checking user_dbs ** [05:23:36 2020-06-13] 178: Checking geocodings ** [05:23:36 2020-06-13] 178: Checking synchronizations ** [05:23:36 2020-06-13] 178: Checking tracker ** [05:23:36 2020-06-13] 178: Checking user_migrations ** [05:23:36 2020-06-13] 178: Checking batch_updates ** [05:23:36 2020-06-13] 178: Checking gears ** [05:23:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:23:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:41 2020-06-13] 178: Checking imports ** [05:23:41 2020-06-13] 178: Checking exports ** [05:23:41 2020-06-13] 178: Checking users ** [05:23:41 2020-06-13] 178: Checking user_dbs ** [05:23:41 2020-06-13] 178: Checking geocodings ** [05:23:41 2020-06-13] 178: Checking synchronizations ** [05:23:41 2020-06-13] 178: Checking tracker ** [05:23:41 2020-06-13] 178: Checking user_migrations ** [05:23:41 2020-06-13] 178: Checking batch_updates ** [05:23:41 2020-06-13] 178: Checking gears ** [05:23:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:23:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:46 2020-06-13] 178: Checking imports ** [05:23:46 2020-06-13] 178: Checking exports ** [05:23:46 2020-06-13] 178: Checking users ** [05:23:46 2020-06-13] 178: Checking user_dbs ** [05:23:46 2020-06-13] 178: Checking geocodings ** [05:23:46 2020-06-13] 178: Checking synchronizations ** [05:23:46 2020-06-13] 178: Checking tracker ** [05:23:46 2020-06-13] 178: Checking user_migrations ** [05:23:46 2020-06-13] 178: Checking batch_updates ** [05:23:46 2020-06-13] 178: Checking gears ** [05:23:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:23:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:51 2020-06-13] 178: Checking imports ** [05:23:51 2020-06-13] 178: Checking exports ** [05:23:51 2020-06-13] 178: Checking users ** [05:23:51 2020-06-13] 178: Checking user_dbs ** [05:23:51 2020-06-13] 178: Checking geocodings ** [05:23:51 2020-06-13] 178: Checking synchronizations ** [05:23:51 2020-06-13] 178: Checking tracker ** [05:23:51 2020-06-13] 178: Checking user_migrations ** [05:23:51 2020-06-13] 178: Checking batch_updates ** [05:23:51 2020-06-13] 178: Checking gears ** [05:23:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:23:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:56 2020-06-13] 178: Checking imports ** [05:23:56 2020-06-13] 178: Checking exports ** [05:23:56 2020-06-13] 178: Checking users ** [05:23:56 2020-06-13] 178: Checking user_dbs ** [05:23:56 2020-06-13] 178: Checking geocodings ** [05:23:56 2020-06-13] 178: Checking synchronizations ** [05:23:56 2020-06-13] 178: Checking tracker ** [05:23:56 2020-06-13] 178: Checking user_migrations ** [05:23:56 2020-06-13] 178: Checking batch_updates ** [05:23:56 2020-06-13] 178: Checking gears ** [05:23:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:23:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:02 2020-06-13] 178: Checking imports ** [05:24:02 2020-06-13] 178: Checking exports ** [05:24:02 2020-06-13] 178: Checking users ** [05:24:02 2020-06-13] 178: Checking user_dbs ** [05:24:02 2020-06-13] 178: Checking geocodings ** [05:24:02 2020-06-13] 178: Checking synchronizations ** [05:24:02 2020-06-13] 178: Checking tracker ** [05:24:02 2020-06-13] 178: Checking user_migrations ** [05:24:02 2020-06-13] 178: Checking batch_updates ** [05:24:02 2020-06-13] 178: Checking gears ** [05:24:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:24:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:07 2020-06-13] 178: Checking imports ** [05:24:07 2020-06-13] 178: Checking exports ** [05:24:07 2020-06-13] 178: Checking users ** [05:24:07 2020-06-13] 178: Checking user_dbs ** [05:24:07 2020-06-13] 178: Checking geocodings ** [05:24:07 2020-06-13] 178: Checking synchronizations ** [05:24:07 2020-06-13] 178: Checking tracker ** [05:24:07 2020-06-13] 178: Checking user_migrations ** [05:24:07 2020-06-13] 178: Checking batch_updates ** [05:24:07 2020-06-13] 178: Checking gears ** [05:24:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:24:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:12 2020-06-13] 178: Checking imports ** [05:24:12 2020-06-13] 178: Checking exports ** [05:24:12 2020-06-13] 178: Checking users ** [05:24:12 2020-06-13] 178: Checking user_dbs ** [05:24:12 2020-06-13] 178: Checking geocodings ** [05:24:12 2020-06-13] 178: Checking synchronizations ** [05:24:12 2020-06-13] 178: Checking tracker ** [05:24:12 2020-06-13] 178: Checking user_migrations ** [05:24:12 2020-06-13] 178: Checking batch_updates ** [05:24:12 2020-06-13] 178: Checking gears ** [05:24:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:24:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:17 2020-06-13] 178: Checking imports ** [05:24:17 2020-06-13] 178: Checking exports ** [05:24:17 2020-06-13] 178: Checking users ** [05:24:17 2020-06-13] 178: Checking user_dbs ** [05:24:17 2020-06-13] 178: Checking geocodings ** [05:24:17 2020-06-13] 178: Checking synchronizations ** [05:24:17 2020-06-13] 178: Checking tracker ** [05:24:17 2020-06-13] 178: Checking user_migrations ** [05:24:17 2020-06-13] 178: Checking batch_updates ** [05:24:17 2020-06-13] 178: Checking gears ** [05:24:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:24:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:22 2020-06-13] 178: Checking imports ** [05:24:22 2020-06-13] 178: Checking exports ** [05:24:22 2020-06-13] 178: Checking users ** [05:24:22 2020-06-13] 178: Checking user_dbs ** [05:24:22 2020-06-13] 178: Checking geocodings ** [05:24:22 2020-06-13] 178: Checking synchronizations ** [05:24:22 2020-06-13] 178: Checking tracker ** [05:24:22 2020-06-13] 178: Checking user_migrations ** [05:24:22 2020-06-13] 178: Checking batch_updates ** [05:24:22 2020-06-13] 178: Checking gears ** [05:24:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:24:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:27 2020-06-13] 178: Checking imports ** [05:24:27 2020-06-13] 178: Checking exports ** [05:24:27 2020-06-13] 178: Checking users ** [05:24:27 2020-06-13] 178: Checking user_dbs ** [05:24:27 2020-06-13] 178: Checking geocodings ** [05:24:27 2020-06-13] 178: Checking synchronizations ** [05:24:27 2020-06-13] 178: Checking tracker ** [05:24:27 2020-06-13] 178: Checking user_migrations ** [05:24:27 2020-06-13] 178: Checking batch_updates ** [05:24:27 2020-06-13] 178: Checking gears ** [05:24:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:24:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:32 2020-06-13] 178: Checking imports ** [05:24:32 2020-06-13] 178: Checking exports ** [05:24:32 2020-06-13] 178: Checking users ** [05:24:32 2020-06-13] 178: Checking user_dbs ** [05:24:32 2020-06-13] 178: Checking geocodings ** [05:24:32 2020-06-13] 178: Checking synchronizations ** [05:24:32 2020-06-13] 178: Checking tracker ** [05:24:32 2020-06-13] 178: Checking user_migrations ** [05:24:32 2020-06-13] 178: Checking batch_updates ** [05:24:32 2020-06-13] 178: Checking gears ** [05:24:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:24:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:37 2020-06-13] 178: Checking imports ** [05:24:37 2020-06-13] 178: Checking exports ** [05:24:37 2020-06-13] 178: Checking users ** [05:24:37 2020-06-13] 178: Checking user_dbs ** [05:24:37 2020-06-13] 178: Checking geocodings ** [05:24:37 2020-06-13] 178: Checking synchronizations ** [05:24:37 2020-06-13] 178: Checking tracker ** [05:24:37 2020-06-13] 178: Checking user_migrations ** [05:24:37 2020-06-13] 178: Checking batch_updates ** [05:24:37 2020-06-13] 178: Checking gears ** [05:24:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:24:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:42 2020-06-13] 178: Checking imports ** [05:24:42 2020-06-13] 178: Checking exports ** [05:24:42 2020-06-13] 178: Checking users ** [05:24:42 2020-06-13] 178: Checking user_dbs ** [05:24:42 2020-06-13] 178: Checking geocodings ** [05:24:42 2020-06-13] 178: Checking synchronizations ** [05:24:42 2020-06-13] 178: Checking tracker ** [05:24:42 2020-06-13] 178: Checking user_migrations ** [05:24:42 2020-06-13] 178: Checking batch_updates ** [05:24:42 2020-06-13] 178: Checking gears ** [05:24:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:24:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:47 2020-06-13] 178: Checking imports ** [05:24:47 2020-06-13] 178: Checking exports ** [05:24:47 2020-06-13] 178: Checking users ** [05:24:47 2020-06-13] 178: Checking user_dbs ** [05:24:47 2020-06-13] 178: Checking geocodings ** [05:24:47 2020-06-13] 178: Checking synchronizations ** [05:24:47 2020-06-13] 178: Checking tracker ** [05:24:47 2020-06-13] 178: Checking user_migrations ** [05:24:47 2020-06-13] 178: Checking batch_updates ** [05:24:47 2020-06-13] 178: Checking gears ** [05:24:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:24:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:52 2020-06-13] 178: Checking imports ** [05:24:52 2020-06-13] 178: Checking exports ** [05:24:52 2020-06-13] 178: Checking users ** [05:24:52 2020-06-13] 178: Checking user_dbs ** [05:24:52 2020-06-13] 178: Checking geocodings ** [05:24:52 2020-06-13] 178: Checking synchronizations ** [05:24:52 2020-06-13] 178: Checking tracker ** [05:24:52 2020-06-13] 178: Checking user_migrations ** [05:24:52 2020-06-13] 178: Checking batch_updates ** [05:24:52 2020-06-13] 178: Checking gears ** [05:24:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:24:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:57 2020-06-13] 178: Checking imports ** [05:24:57 2020-06-13] 178: Checking exports ** [05:24:57 2020-06-13] 178: Checking users ** [05:24:57 2020-06-13] 178: Checking user_dbs ** [05:24:57 2020-06-13] 178: Checking geocodings ** [05:24:57 2020-06-13] 178: Checking synchronizations ** [05:24:57 2020-06-13] 178: Checking tracker ** [05:24:57 2020-06-13] 178: Checking user_migrations ** [05:24:57 2020-06-13] 178: Checking batch_updates ** [05:24:57 2020-06-13] 178: Checking gears ** [05:24:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:24:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:02 2020-06-13] 178: Checking imports ** [05:25:02 2020-06-13] 178: Checking exports ** [05:25:02 2020-06-13] 178: Checking users ** [05:25:02 2020-06-13] 178: Checking user_dbs ** [05:25:02 2020-06-13] 178: Checking geocodings ** [05:25:02 2020-06-13] 178: Checking synchronizations ** [05:25:02 2020-06-13] 178: Checking tracker ** [05:25:02 2020-06-13] 178: Checking user_migrations ** [05:25:02 2020-06-13] 178: Checking batch_updates ** [05:25:02 2020-06-13] 178: Checking gears ** [05:25:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:25:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:07 2020-06-13] 178: Checking imports ** [05:25:07 2020-06-13] 178: Checking exports ** [05:25:07 2020-06-13] 178: Checking users ** [05:25:07 2020-06-13] 178: Checking user_dbs ** [05:25:07 2020-06-13] 178: Checking geocodings ** [05:25:07 2020-06-13] 178: Checking synchronizations ** [05:25:07 2020-06-13] 178: Checking tracker ** [05:25:07 2020-06-13] 178: Checking user_migrations ** [05:25:07 2020-06-13] 178: Checking batch_updates ** [05:25:07 2020-06-13] 178: Checking gears ** [05:25:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:25:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:12 2020-06-13] 178: Checking imports ** [05:25:12 2020-06-13] 178: Checking exports ** [05:25:12 2020-06-13] 178: Checking users ** [05:25:12 2020-06-13] 178: Checking user_dbs ** [05:25:12 2020-06-13] 178: Checking geocodings ** [05:25:12 2020-06-13] 178: Checking synchronizations ** [05:25:12 2020-06-13] 178: Checking tracker ** [05:25:12 2020-06-13] 178: Checking user_migrations ** [05:25:12 2020-06-13] 178: Checking batch_updates ** [05:25:12 2020-06-13] 178: Checking gears ** [05:25:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:25:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:17 2020-06-13] 178: Checking imports ** [05:25:17 2020-06-13] 178: Checking exports ** [05:25:17 2020-06-13] 178: Checking users ** [05:25:17 2020-06-13] 178: Checking user_dbs ** [05:25:17 2020-06-13] 178: Checking geocodings ** [05:25:17 2020-06-13] 178: Checking synchronizations ** [05:25:17 2020-06-13] 178: Checking tracker ** [05:25:17 2020-06-13] 178: Checking user_migrations ** [05:25:17 2020-06-13] 178: Checking batch_updates ** [05:25:17 2020-06-13] 178: Checking gears ** [05:25:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:25:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:22 2020-06-13] 178: Checking imports ** [05:25:22 2020-06-13] 178: Checking exports ** [05:25:22 2020-06-13] 178: Checking users ** [05:25:22 2020-06-13] 178: Checking user_dbs ** [05:25:22 2020-06-13] 178: Checking geocodings ** [05:25:22 2020-06-13] 178: Checking synchronizations ** [05:25:22 2020-06-13] 178: Checking tracker ** [05:25:22 2020-06-13] 178: Checking user_migrations ** [05:25:22 2020-06-13] 178: Checking batch_updates ** [05:25:22 2020-06-13] 178: Checking gears ** [05:25:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:25:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:27 2020-06-13] 178: Checking imports ** [05:25:27 2020-06-13] 178: Checking exports ** [05:25:27 2020-06-13] 178: Checking users ** [05:25:27 2020-06-13] 178: Checking user_dbs ** [05:25:27 2020-06-13] 178: Checking geocodings ** [05:25:27 2020-06-13] 178: Checking synchronizations ** [05:25:27 2020-06-13] 178: Checking tracker ** [05:25:27 2020-06-13] 178: Checking user_migrations ** [05:25:27 2020-06-13] 178: Checking batch_updates ** [05:25:27 2020-06-13] 178: Checking gears ** [05:25:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:25:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:32 2020-06-13] 178: Checking imports ** [05:25:32 2020-06-13] 178: Checking exports ** [05:25:32 2020-06-13] 178: Checking users ** [05:25:32 2020-06-13] 178: Checking user_dbs ** [05:25:32 2020-06-13] 178: Checking geocodings ** [05:25:32 2020-06-13] 178: Checking synchronizations ** [05:25:32 2020-06-13] 178: Checking tracker ** [05:25:32 2020-06-13] 178: Checking user_migrations ** [05:25:32 2020-06-13] 178: Checking batch_updates ** [05:25:32 2020-06-13] 178: Checking gears ** [05:25:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:25:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:37 2020-06-13] 178: Checking imports ** [05:25:37 2020-06-13] 178: Checking exports ** [05:25:37 2020-06-13] 178: Checking users ** [05:25:37 2020-06-13] 178: Checking user_dbs ** [05:25:37 2020-06-13] 178: Checking geocodings ** [05:25:37 2020-06-13] 178: Checking synchronizations ** [05:25:37 2020-06-13] 178: Checking tracker ** [05:25:37 2020-06-13] 178: Checking user_migrations ** [05:25:37 2020-06-13] 178: Checking batch_updates ** [05:25:37 2020-06-13] 178: Checking gears ** [05:25:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:25:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:42 2020-06-13] 178: Checking imports ** [05:25:42 2020-06-13] 178: Checking exports ** [05:25:42 2020-06-13] 178: Checking users ** [05:25:42 2020-06-13] 178: Checking user_dbs ** [05:25:42 2020-06-13] 178: Checking geocodings ** [05:25:42 2020-06-13] 178: Checking synchronizations ** [05:25:42 2020-06-13] 178: Checking tracker ** [05:25:42 2020-06-13] 178: Checking user_migrations ** [05:25:42 2020-06-13] 178: Checking batch_updates ** [05:25:42 2020-06-13] 178: Checking gears ** [05:25:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:25:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:47 2020-06-13] 178: Checking imports ** [05:25:47 2020-06-13] 178: Checking exports ** [05:25:47 2020-06-13] 178: Checking users ** [05:25:47 2020-06-13] 178: Checking user_dbs ** [05:25:47 2020-06-13] 178: Checking geocodings ** [05:25:47 2020-06-13] 178: Checking synchronizations ** [05:25:47 2020-06-13] 178: Checking tracker ** [05:25:47 2020-06-13] 178: Checking user_migrations ** [05:25:47 2020-06-13] 178: Checking batch_updates ** [05:25:47 2020-06-13] 178: Checking gears ** [05:25:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:25:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:52 2020-06-13] 178: Checking imports ** [05:25:52 2020-06-13] 178: Checking exports ** [05:25:52 2020-06-13] 178: Checking users ** [05:25:52 2020-06-13] 178: Checking user_dbs ** [05:25:52 2020-06-13] 178: Checking geocodings ** [05:25:52 2020-06-13] 178: Checking synchronizations ** [05:25:52 2020-06-13] 178: Checking tracker ** [05:25:52 2020-06-13] 178: Checking user_migrations ** [05:25:52 2020-06-13] 178: Checking batch_updates ** [05:25:52 2020-06-13] 178: Checking gears ** [05:25:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:25:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:57 2020-06-13] 178: Checking imports ** [05:25:57 2020-06-13] 178: Checking exports ** [05:25:57 2020-06-13] 178: Checking users ** [05:25:57 2020-06-13] 178: Checking user_dbs ** [05:25:57 2020-06-13] 178: Checking geocodings ** [05:25:57 2020-06-13] 178: Checking synchronizations ** [05:25:57 2020-06-13] 178: Checking tracker ** [05:25:57 2020-06-13] 178: Checking user_migrations ** [05:25:57 2020-06-13] 178: Checking batch_updates ** [05:25:57 2020-06-13] 178: Checking gears ** [05:25:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:25:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:02 2020-06-13] 178: Checking imports ** [05:26:02 2020-06-13] 178: Checking exports ** [05:26:02 2020-06-13] 178: Checking users ** [05:26:02 2020-06-13] 178: Checking user_dbs ** [05:26:02 2020-06-13] 178: Checking geocodings ** [05:26:02 2020-06-13] 178: Checking synchronizations ** [05:26:02 2020-06-13] 178: Checking tracker ** [05:26:02 2020-06-13] 178: Checking user_migrations ** [05:26:02 2020-06-13] 178: Checking batch_updates ** [05:26:02 2020-06-13] 178: Checking gears ** [05:26:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:26:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:07 2020-06-13] 178: Checking imports ** [05:26:07 2020-06-13] 178: Checking exports ** [05:26:07 2020-06-13] 178: Checking users ** [05:26:07 2020-06-13] 178: Checking user_dbs ** [05:26:07 2020-06-13] 178: Checking geocodings ** [05:26:07 2020-06-13] 178: Checking synchronizations ** [05:26:07 2020-06-13] 178: Checking tracker ** [05:26:07 2020-06-13] 178: Checking user_migrations ** [05:26:07 2020-06-13] 178: Checking batch_updates ** [05:26:07 2020-06-13] 178: Checking gears ** [05:26:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:26:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:12 2020-06-13] 178: Checking imports ** [05:26:12 2020-06-13] 178: Checking exports ** [05:26:12 2020-06-13] 178: Checking users ** [05:26:12 2020-06-13] 178: Checking user_dbs ** [05:26:12 2020-06-13] 178: Checking geocodings ** [05:26:12 2020-06-13] 178: Checking synchronizations ** [05:26:12 2020-06-13] 178: Checking tracker ** [05:26:12 2020-06-13] 178: Checking user_migrations ** [05:26:12 2020-06-13] 178: Checking batch_updates ** [05:26:12 2020-06-13] 178: Checking gears ** [05:26:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:26:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:17 2020-06-13] 178: Checking imports ** [05:26:17 2020-06-13] 178: Checking exports ** [05:26:17 2020-06-13] 178: Checking users ** [05:26:17 2020-06-13] 178: Checking user_dbs ** [05:26:17 2020-06-13] 178: Checking geocodings ** [05:26:17 2020-06-13] 178: Checking synchronizations ** [05:26:17 2020-06-13] 178: Checking tracker ** [05:26:17 2020-06-13] 178: Checking user_migrations ** [05:26:17 2020-06-13] 178: Checking batch_updates ** [05:26:17 2020-06-13] 178: Checking gears ** [05:26:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:26:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:22 2020-06-13] 178: Checking imports ** [05:26:22 2020-06-13] 178: Checking exports ** [05:26:22 2020-06-13] 178: Checking users ** [05:26:22 2020-06-13] 178: Checking user_dbs ** [05:26:22 2020-06-13] 178: Checking geocodings ** [05:26:22 2020-06-13] 178: Checking synchronizations ** [05:26:22 2020-06-13] 178: Checking tracker ** [05:26:22 2020-06-13] 178: Checking user_migrations ** [05:26:22 2020-06-13] 178: Checking batch_updates ** [05:26:22 2020-06-13] 178: Checking gears ** [05:26:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:26:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:27 2020-06-13] 178: Checking imports ** [05:26:27 2020-06-13] 178: Checking exports ** [05:26:27 2020-06-13] 178: Checking users ** [05:26:27 2020-06-13] 178: Checking user_dbs ** [05:26:27 2020-06-13] 178: Checking geocodings ** [05:26:27 2020-06-13] 178: Checking synchronizations ** [05:26:27 2020-06-13] 178: Checking tracker ** [05:26:27 2020-06-13] 178: Checking user_migrations ** [05:26:27 2020-06-13] 178: Checking batch_updates ** [05:26:27 2020-06-13] 178: Checking gears ** [05:26:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:26:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:32 2020-06-13] 178: Checking imports ** [05:26:32 2020-06-13] 178: Checking exports ** [05:26:32 2020-06-13] 178: Checking users ** [05:26:32 2020-06-13] 178: Checking user_dbs ** [05:26:32 2020-06-13] 178: Checking geocodings ** [05:26:32 2020-06-13] 178: Checking synchronizations ** [05:26:32 2020-06-13] 178: Checking tracker ** [05:26:32 2020-06-13] 178: Checking user_migrations ** [05:26:32 2020-06-13] 178: Checking batch_updates ** [05:26:32 2020-06-13] 178: Checking gears ** [05:26:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:26:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:37 2020-06-13] 178: Checking imports ** [05:26:37 2020-06-13] 178: Checking exports ** [05:26:37 2020-06-13] 178: Checking users ** [05:26:37 2020-06-13] 178: Checking user_dbs ** [05:26:37 2020-06-13] 178: Checking geocodings ** [05:26:37 2020-06-13] 178: Checking synchronizations ** [05:26:37 2020-06-13] 178: Checking tracker ** [05:26:37 2020-06-13] 178: Checking user_migrations ** [05:26:37 2020-06-13] 178: Checking batch_updates ** [05:26:37 2020-06-13] 178: Checking gears ** [05:26:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:26:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:42 2020-06-13] 178: Checking imports ** [05:26:42 2020-06-13] 178: Checking exports ** [05:26:42 2020-06-13] 178: Checking users ** [05:26:42 2020-06-13] 178: Checking user_dbs ** [05:26:42 2020-06-13] 178: Checking geocodings ** [05:26:42 2020-06-13] 178: Checking synchronizations ** [05:26:42 2020-06-13] 178: Checking tracker ** [05:26:42 2020-06-13] 178: Checking user_migrations ** [05:26:42 2020-06-13] 178: Checking batch_updates ** [05:26:42 2020-06-13] 178: Checking gears ** [05:26:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:26:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:47 2020-06-13] 178: Checking imports ** [05:26:47 2020-06-13] 178: Checking exports ** [05:26:47 2020-06-13] 178: Checking users ** [05:26:47 2020-06-13] 178: Checking user_dbs ** [05:26:47 2020-06-13] 178: Checking geocodings ** [05:26:47 2020-06-13] 178: Checking synchronizations ** [05:26:47 2020-06-13] 178: Checking tracker ** [05:26:47 2020-06-13] 178: Checking user_migrations ** [05:26:47 2020-06-13] 178: Checking batch_updates ** [05:26:47 2020-06-13] 178: Checking gears ** [05:26:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:26:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:52 2020-06-13] 178: Checking imports ** [05:26:52 2020-06-13] 178: Checking exports ** [05:26:52 2020-06-13] 178: Checking users ** [05:26:52 2020-06-13] 178: Checking user_dbs ** [05:26:52 2020-06-13] 178: Checking geocodings ** [05:26:52 2020-06-13] 178: Checking synchronizations ** [05:26:52 2020-06-13] 178: Checking tracker ** [05:26:52 2020-06-13] 178: Checking user_migrations ** [05:26:52 2020-06-13] 178: Checking batch_updates ** [05:26:52 2020-06-13] 178: Checking gears ** [05:26:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:26:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:57 2020-06-13] 178: Checking imports ** [05:26:57 2020-06-13] 178: Checking exports ** [05:26:57 2020-06-13] 178: Checking users ** [05:26:57 2020-06-13] 178: Checking user_dbs ** [05:26:57 2020-06-13] 178: Checking geocodings ** [05:26:57 2020-06-13] 178: Checking synchronizations ** [05:26:57 2020-06-13] 178: Checking tracker ** [05:26:57 2020-06-13] 178: Checking user_migrations ** [05:26:57 2020-06-13] 178: Checking batch_updates ** [05:26:57 2020-06-13] 178: Checking gears ** [05:26:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:26:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:02 2020-06-13] 178: Checking imports ** [05:27:02 2020-06-13] 178: Checking exports ** [05:27:02 2020-06-13] 178: Checking users ** [05:27:02 2020-06-13] 178: Checking user_dbs ** [05:27:02 2020-06-13] 178: Checking geocodings ** [05:27:02 2020-06-13] 178: Checking synchronizations ** [05:27:02 2020-06-13] 178: Checking tracker ** [05:27:02 2020-06-13] 178: Checking user_migrations ** [05:27:02 2020-06-13] 178: Checking batch_updates ** [05:27:02 2020-06-13] 178: Checking gears ** [05:27:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:27:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:07 2020-06-13] 178: Checking imports ** [05:27:07 2020-06-13] 178: Checking exports ** [05:27:07 2020-06-13] 178: Checking users ** [05:27:07 2020-06-13] 178: Checking user_dbs ** [05:27:07 2020-06-13] 178: Checking geocodings ** [05:27:07 2020-06-13] 178: Checking synchronizations ** [05:27:07 2020-06-13] 178: Checking tracker ** [05:27:07 2020-06-13] 178: Checking user_migrations ** [05:27:07 2020-06-13] 178: Checking batch_updates ** [05:27:07 2020-06-13] 178: Checking gears ** [05:27:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:27:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:12 2020-06-13] 178: Checking imports ** [05:27:12 2020-06-13] 178: Checking exports ** [05:27:12 2020-06-13] 178: Checking users ** [05:27:12 2020-06-13] 178: Checking user_dbs ** [05:27:12 2020-06-13] 178: Checking geocodings ** [05:27:12 2020-06-13] 178: Checking synchronizations ** [05:27:12 2020-06-13] 178: Checking tracker ** [05:27:12 2020-06-13] 178: Checking user_migrations ** [05:27:12 2020-06-13] 178: Checking batch_updates ** [05:27:12 2020-06-13] 178: Checking gears ** [05:27:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:27:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:17 2020-06-13] 178: Checking imports ** [05:27:17 2020-06-13] 178: Checking exports ** [05:27:17 2020-06-13] 178: Checking users ** [05:27:17 2020-06-13] 178: Checking user_dbs ** [05:27:17 2020-06-13] 178: Checking geocodings ** [05:27:17 2020-06-13] 178: Checking synchronizations ** [05:27:17 2020-06-13] 178: Checking tracker ** [05:27:17 2020-06-13] 178: Checking user_migrations ** [05:27:17 2020-06-13] 178: Checking batch_updates ** [05:27:17 2020-06-13] 178: Checking gears ** [05:27:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:27:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:22 2020-06-13] 178: Checking imports ** [05:27:22 2020-06-13] 178: Checking exports ** [05:27:22 2020-06-13] 178: Checking users ** [05:27:22 2020-06-13] 178: Checking user_dbs ** [05:27:22 2020-06-13] 178: Checking geocodings ** [05:27:22 2020-06-13] 178: Checking synchronizations ** [05:27:22 2020-06-13] 178: Checking tracker ** [05:27:22 2020-06-13] 178: Checking user_migrations ** [05:27:22 2020-06-13] 178: Checking batch_updates ** [05:27:22 2020-06-13] 178: Checking gears ** [05:27:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:27:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:27 2020-06-13] 178: Checking imports ** [05:27:27 2020-06-13] 178: Checking exports ** [05:27:27 2020-06-13] 178: Checking users ** [05:27:27 2020-06-13] 178: Checking user_dbs ** [05:27:27 2020-06-13] 178: Checking geocodings ** [05:27:27 2020-06-13] 178: Checking synchronizations ** [05:27:27 2020-06-13] 178: Checking tracker ** [05:27:27 2020-06-13] 178: Checking user_migrations ** [05:27:27 2020-06-13] 178: Checking batch_updates ** [05:27:27 2020-06-13] 178: Checking gears ** [05:27:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:27:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:32 2020-06-13] 178: Checking imports ** [05:27:32 2020-06-13] 178: Checking exports ** [05:27:32 2020-06-13] 178: Checking users ** [05:27:32 2020-06-13] 178: Checking user_dbs ** [05:27:32 2020-06-13] 178: Checking geocodings ** [05:27:32 2020-06-13] 178: Checking synchronizations ** [05:27:32 2020-06-13] 178: Checking tracker ** [05:27:32 2020-06-13] 178: Checking user_migrations ** [05:27:32 2020-06-13] 178: Checking batch_updates ** [05:27:32 2020-06-13] 178: Checking gears ** [05:27:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:27:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:37 2020-06-13] 178: Checking imports ** [05:27:37 2020-06-13] 178: Checking exports ** [05:27:37 2020-06-13] 178: Checking users ** [05:27:37 2020-06-13] 178: Checking user_dbs ** [05:27:37 2020-06-13] 178: Checking geocodings ** [05:27:37 2020-06-13] 178: Checking synchronizations ** [05:27:37 2020-06-13] 178: Checking tracker ** [05:27:37 2020-06-13] 178: Checking user_migrations ** [05:27:37 2020-06-13] 178: Checking batch_updates ** [05:27:37 2020-06-13] 178: Checking gears ** [05:27:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:27:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:42 2020-06-13] 178: Checking imports ** [05:27:42 2020-06-13] 178: Checking exports ** [05:27:42 2020-06-13] 178: Checking users ** [05:27:42 2020-06-13] 178: Checking user_dbs ** [05:27:42 2020-06-13] 178: Checking geocodings ** [05:27:42 2020-06-13] 178: Checking synchronizations ** [05:27:42 2020-06-13] 178: Checking tracker ** [05:27:42 2020-06-13] 178: Checking user_migrations ** [05:27:42 2020-06-13] 178: Checking batch_updates ** [05:27:42 2020-06-13] 178: Checking gears ** [05:27:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:27:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:47 2020-06-13] 178: Checking imports ** [05:27:47 2020-06-13] 178: Checking exports ** [05:27:47 2020-06-13] 178: Checking users ** [05:27:47 2020-06-13] 178: Checking user_dbs ** [05:27:47 2020-06-13] 178: Checking geocodings ** [05:27:47 2020-06-13] 178: Checking synchronizations ** [05:27:47 2020-06-13] 178: Checking tracker ** [05:27:47 2020-06-13] 178: Checking user_migrations ** [05:27:47 2020-06-13] 178: Checking batch_updates ** [05:27:47 2020-06-13] 178: Checking gears ** [05:27:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:27:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:52 2020-06-13] 178: Checking imports ** [05:27:52 2020-06-13] 178: Checking exports ** [05:27:52 2020-06-13] 178: Checking users ** [05:27:52 2020-06-13] 178: Checking user_dbs ** [05:27:52 2020-06-13] 178: Checking geocodings ** [05:27:52 2020-06-13] 178: Checking synchronizations ** [05:27:52 2020-06-13] 178: Checking tracker ** [05:27:52 2020-06-13] 178: Checking user_migrations ** [05:27:52 2020-06-13] 178: Checking batch_updates ** [05:27:52 2020-06-13] 178: Checking gears ** [05:27:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:27:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:57 2020-06-13] 178: Checking imports ** [05:27:57 2020-06-13] 178: Checking exports ** [05:27:57 2020-06-13] 178: Checking users ** [05:27:57 2020-06-13] 178: Checking user_dbs ** [05:27:57 2020-06-13] 178: Checking geocodings ** [05:27:57 2020-06-13] 178: Checking synchronizations ** [05:27:57 2020-06-13] 178: Checking tracker ** [05:27:57 2020-06-13] 178: Checking user_migrations ** [05:27:57 2020-06-13] 178: Checking batch_updates ** [05:27:57 2020-06-13] 178: Checking gears ** [05:27:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:27:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:02 2020-06-13] 178: Checking imports ** [05:28:02 2020-06-13] 178: Checking exports ** [05:28:02 2020-06-13] 178: Checking users ** [05:28:02 2020-06-13] 178: Checking user_dbs ** [05:28:02 2020-06-13] 178: Checking geocodings ** [05:28:02 2020-06-13] 178: Checking synchronizations ** [05:28:02 2020-06-13] 178: Checking tracker ** [05:28:02 2020-06-13] 178: Checking user_migrations ** [05:28:02 2020-06-13] 178: Checking batch_updates ** [05:28:02 2020-06-13] 178: Checking gears ** [05:28:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:28:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:07 2020-06-13] 178: Checking imports ** [05:28:07 2020-06-13] 178: Checking exports ** [05:28:07 2020-06-13] 178: Checking users ** [05:28:07 2020-06-13] 178: Checking user_dbs ** [05:28:07 2020-06-13] 178: Checking geocodings ** [05:28:07 2020-06-13] 178: Checking synchronizations ** [05:28:07 2020-06-13] 178: Checking tracker ** [05:28:07 2020-06-13] 178: Checking user_migrations ** [05:28:07 2020-06-13] 178: Checking batch_updates ** [05:28:07 2020-06-13] 178: Checking gears ** [05:28:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:28:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:12 2020-06-13] 178: Checking imports ** [05:28:12 2020-06-13] 178: Checking exports ** [05:28:12 2020-06-13] 178: Checking users ** [05:28:12 2020-06-13] 178: Checking user_dbs ** [05:28:12 2020-06-13] 178: Checking geocodings ** [05:28:12 2020-06-13] 178: Checking synchronizations ** [05:28:12 2020-06-13] 178: Checking tracker ** [05:28:12 2020-06-13] 178: Checking user_migrations ** [05:28:12 2020-06-13] 178: Checking batch_updates ** [05:28:12 2020-06-13] 178: Checking gears ** [05:28:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:28:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:17 2020-06-13] 178: Checking imports ** [05:28:17 2020-06-13] 178: Checking exports ** [05:28:17 2020-06-13] 178: Checking users ** [05:28:17 2020-06-13] 178: Checking user_dbs ** [05:28:17 2020-06-13] 178: Checking geocodings ** [05:28:17 2020-06-13] 178: Checking synchronizations ** [05:28:17 2020-06-13] 178: Checking tracker ** [05:28:17 2020-06-13] 178: Checking user_migrations ** [05:28:17 2020-06-13] 178: Checking batch_updates ** [05:28:17 2020-06-13] 178: Checking gears ** [05:28:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:28:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:22 2020-06-13] 178: Checking imports ** [05:28:22 2020-06-13] 178: Checking exports ** [05:28:22 2020-06-13] 178: Checking users ** [05:28:22 2020-06-13] 178: Checking user_dbs ** [05:28:22 2020-06-13] 178: Checking geocodings ** [05:28:22 2020-06-13] 178: Checking synchronizations ** [05:28:22 2020-06-13] 178: Checking tracker ** [05:28:22 2020-06-13] 178: Checking user_migrations ** [05:28:22 2020-06-13] 178: Checking batch_updates ** [05:28:22 2020-06-13] 178: Checking gears ** [05:28:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:28:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:27 2020-06-13] 178: Checking imports ** [05:28:27 2020-06-13] 178: Checking exports ** [05:28:27 2020-06-13] 178: Checking users ** [05:28:27 2020-06-13] 178: Checking user_dbs ** [05:28:27 2020-06-13] 178: Checking geocodings ** [05:28:27 2020-06-13] 178: Checking synchronizations ** [05:28:27 2020-06-13] 178: Checking tracker ** [05:28:27 2020-06-13] 178: Checking user_migrations ** [05:28:27 2020-06-13] 178: Checking batch_updates ** [05:28:27 2020-06-13] 178: Checking gears ** [05:28:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:28:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:32 2020-06-13] 178: Checking imports ** [05:28:32 2020-06-13] 178: Checking exports ** [05:28:32 2020-06-13] 178: Checking users ** [05:28:32 2020-06-13] 178: Checking user_dbs ** [05:28:32 2020-06-13] 178: Checking geocodings ** [05:28:32 2020-06-13] 178: Checking synchronizations ** [05:28:32 2020-06-13] 178: Checking tracker ** [05:28:32 2020-06-13] 178: Checking user_migrations ** [05:28:32 2020-06-13] 178: Checking batch_updates ** [05:28:32 2020-06-13] 178: Checking gears ** [05:28:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:28:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:37 2020-06-13] 178: Checking imports ** [05:28:37 2020-06-13] 178: Checking exports ** [05:28:37 2020-06-13] 178: Checking users ** [05:28:37 2020-06-13] 178: Checking user_dbs ** [05:28:37 2020-06-13] 178: Checking geocodings ** [05:28:37 2020-06-13] 178: Checking synchronizations ** [05:28:37 2020-06-13] 178: Checking tracker ** [05:28:37 2020-06-13] 178: Checking user_migrations ** [05:28:37 2020-06-13] 178: Checking batch_updates ** [05:28:37 2020-06-13] 178: Checking gears ** [05:28:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:28:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:42 2020-06-13] 178: Checking imports ** [05:28:42 2020-06-13] 178: Checking exports ** [05:28:42 2020-06-13] 178: Checking users ** [05:28:42 2020-06-13] 178: Checking user_dbs ** [05:28:42 2020-06-13] 178: Checking geocodings ** [05:28:42 2020-06-13] 178: Checking synchronizations ** [05:28:42 2020-06-13] 178: Checking tracker ** [05:28:42 2020-06-13] 178: Checking user_migrations ** [05:28:42 2020-06-13] 178: Checking batch_updates ** [05:28:42 2020-06-13] 178: Checking gears ** [05:28:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:28:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:47 2020-06-13] 178: Checking imports ** [05:28:47 2020-06-13] 178: Checking exports ** [05:28:47 2020-06-13] 178: Checking users ** [05:28:47 2020-06-13] 178: Checking user_dbs ** [05:28:47 2020-06-13] 178: Checking geocodings ** [05:28:47 2020-06-13] 178: Checking synchronizations ** [05:28:47 2020-06-13] 178: Checking tracker ** [05:28:47 2020-06-13] 178: Checking user_migrations ** [05:28:47 2020-06-13] 178: Checking batch_updates ** [05:28:47 2020-06-13] 178: Checking gears ** [05:28:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:28:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:52 2020-06-13] 178: Checking imports ** [05:28:52 2020-06-13] 178: Checking exports ** [05:28:52 2020-06-13] 178: Checking users ** [05:28:52 2020-06-13] 178: Checking user_dbs ** [05:28:52 2020-06-13] 178: Checking geocodings ** [05:28:52 2020-06-13] 178: Checking synchronizations ** [05:28:52 2020-06-13] 178: Checking tracker ** [05:28:52 2020-06-13] 178: Checking user_migrations ** [05:28:52 2020-06-13] 178: Checking batch_updates ** [05:28:52 2020-06-13] 178: Checking gears ** [05:28:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:28:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:57 2020-06-13] 178: Checking imports ** [05:28:57 2020-06-13] 178: Checking exports ** [05:28:57 2020-06-13] 178: Checking users ** [05:28:57 2020-06-13] 178: Checking user_dbs ** [05:28:57 2020-06-13] 178: Checking geocodings ** [05:28:57 2020-06-13] 178: Checking synchronizations ** [05:28:57 2020-06-13] 178: Checking tracker ** [05:28:57 2020-06-13] 178: Checking user_migrations ** [05:28:57 2020-06-13] 178: Checking batch_updates ** [05:28:57 2020-06-13] 178: Checking gears ** [05:28:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:28:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:02 2020-06-13] 178: Checking imports ** [05:29:02 2020-06-13] 178: Checking exports ** [05:29:02 2020-06-13] 178: Checking users ** [05:29:02 2020-06-13] 178: Checking user_dbs ** [05:29:02 2020-06-13] 178: Checking geocodings ** [05:29:02 2020-06-13] 178: Checking synchronizations ** [05:29:02 2020-06-13] 178: Checking tracker ** [05:29:02 2020-06-13] 178: Checking user_migrations ** [05:29:02 2020-06-13] 178: Checking batch_updates ** [05:29:02 2020-06-13] 178: Checking gears ** [05:29:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:29:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:07 2020-06-13] 178: Checking imports ** [05:29:07 2020-06-13] 178: Checking exports ** [05:29:07 2020-06-13] 178: Checking users ** [05:29:07 2020-06-13] 178: Checking user_dbs ** [05:29:07 2020-06-13] 178: Checking geocodings ** [05:29:07 2020-06-13] 178: Checking synchronizations ** [05:29:07 2020-06-13] 178: Checking tracker ** [05:29:07 2020-06-13] 178: Checking user_migrations ** [05:29:07 2020-06-13] 178: Checking batch_updates ** [05:29:07 2020-06-13] 178: Checking gears ** [05:29:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:29:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:12 2020-06-13] 178: Checking imports ** [05:29:12 2020-06-13] 178: Checking exports ** [05:29:12 2020-06-13] 178: Checking users ** [05:29:12 2020-06-13] 178: Checking user_dbs ** [05:29:12 2020-06-13] 178: Checking geocodings ** [05:29:12 2020-06-13] 178: Checking synchronizations ** [05:29:12 2020-06-13] 178: Checking tracker ** [05:29:12 2020-06-13] 178: Checking user_migrations ** [05:29:12 2020-06-13] 178: Checking batch_updates ** [05:29:12 2020-06-13] 178: Checking gears ** [05:29:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:29:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:17 2020-06-13] 178: Checking imports ** [05:29:17 2020-06-13] 178: Checking exports ** [05:29:17 2020-06-13] 178: Checking users ** [05:29:17 2020-06-13] 178: Checking user_dbs ** [05:29:17 2020-06-13] 178: Checking geocodings ** [05:29:17 2020-06-13] 178: Checking synchronizations ** [05:29:17 2020-06-13] 178: Checking tracker ** [05:29:17 2020-06-13] 178: Checking user_migrations ** [05:29:17 2020-06-13] 178: Checking batch_updates ** [05:29:17 2020-06-13] 178: Checking gears ** [05:29:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:29:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:22 2020-06-13] 178: Checking imports ** [05:29:22 2020-06-13] 178: Checking exports ** [05:29:22 2020-06-13] 178: Checking users ** [05:29:22 2020-06-13] 178: Checking user_dbs ** [05:29:22 2020-06-13] 178: Checking geocodings ** [05:29:22 2020-06-13] 178: Checking synchronizations ** [05:29:22 2020-06-13] 178: Checking tracker ** [05:29:22 2020-06-13] 178: Checking user_migrations ** [05:29:22 2020-06-13] 178: Checking batch_updates ** [05:29:22 2020-06-13] 178: Checking gears ** [05:29:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:29:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:27 2020-06-13] 178: Checking imports ** [05:29:27 2020-06-13] 178: Checking exports ** [05:29:27 2020-06-13] 178: Checking users ** [05:29:27 2020-06-13] 178: Checking user_dbs ** [05:29:27 2020-06-13] 178: Checking geocodings ** [05:29:27 2020-06-13] 178: Checking synchronizations ** [05:29:27 2020-06-13] 178: Checking tracker ** [05:29:27 2020-06-13] 178: Checking user_migrations ** [05:29:27 2020-06-13] 178: Checking batch_updates ** [05:29:27 2020-06-13] 178: Checking gears ** [05:29:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:29:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:32 2020-06-13] 178: Checking imports ** [05:29:32 2020-06-13] 178: Checking exports ** [05:29:32 2020-06-13] 178: Checking users ** [05:29:32 2020-06-13] 178: Checking user_dbs ** [05:29:32 2020-06-13] 178: Checking geocodings ** [05:29:32 2020-06-13] 178: Checking synchronizations ** [05:29:32 2020-06-13] 178: Checking tracker ** [05:29:32 2020-06-13] 178: Checking user_migrations ** [05:29:32 2020-06-13] 178: Checking batch_updates ** [05:29:32 2020-06-13] 178: Checking gears ** [05:29:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:29:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:37 2020-06-13] 178: Checking imports ** [05:29:37 2020-06-13] 178: Checking exports ** [05:29:37 2020-06-13] 178: Checking users ** [05:29:37 2020-06-13] 178: Checking user_dbs ** [05:29:37 2020-06-13] 178: Checking geocodings ** [05:29:37 2020-06-13] 178: Checking synchronizations ** [05:29:37 2020-06-13] 178: Checking tracker ** [05:29:37 2020-06-13] 178: Checking user_migrations ** [05:29:37 2020-06-13] 178: Checking batch_updates ** [05:29:37 2020-06-13] 178: Checking gears ** [05:29:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:29:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:42 2020-06-13] 178: Checking imports ** [05:29:42 2020-06-13] 178: Checking exports ** [05:29:42 2020-06-13] 178: Checking users ** [05:29:42 2020-06-13] 178: Checking user_dbs ** [05:29:42 2020-06-13] 178: Checking geocodings ** [05:29:42 2020-06-13] 178: Checking synchronizations ** [05:29:42 2020-06-13] 178: Checking tracker ** [05:29:42 2020-06-13] 178: Checking user_migrations ** [05:29:42 2020-06-13] 178: Checking batch_updates ** [05:29:42 2020-06-13] 178: Checking gears ** [05:29:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:29:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:47 2020-06-13] 178: Checking imports ** [05:29:47 2020-06-13] 178: Checking exports ** [05:29:47 2020-06-13] 178: Checking users ** [05:29:47 2020-06-13] 178: Checking user_dbs ** [05:29:47 2020-06-13] 178: Checking geocodings ** [05:29:47 2020-06-13] 178: Checking synchronizations ** [05:29:47 2020-06-13] 178: Checking tracker ** [05:29:47 2020-06-13] 178: Checking user_migrations ** [05:29:47 2020-06-13] 178: Checking batch_updates ** [05:29:47 2020-06-13] 178: Checking gears ** [05:29:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:29:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:52 2020-06-13] 178: Checking imports ** [05:29:52 2020-06-13] 178: Checking exports ** [05:29:52 2020-06-13] 178: Checking users ** [05:29:52 2020-06-13] 178: Checking user_dbs ** [05:29:52 2020-06-13] 178: Checking geocodings ** [05:29:52 2020-06-13] 178: Checking synchronizations ** [05:29:52 2020-06-13] 178: Checking tracker ** [05:29:52 2020-06-13] 178: Checking user_migrations ** [05:29:52 2020-06-13] 178: Checking batch_updates ** [05:29:52 2020-06-13] 178: Checking gears ** [05:29:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:29:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:57 2020-06-13] 178: Checking imports ** [05:29:57 2020-06-13] 178: Checking exports ** [05:29:57 2020-06-13] 178: Checking users ** [05:29:57 2020-06-13] 178: Checking user_dbs ** [05:29:57 2020-06-13] 178: Checking geocodings ** [05:29:57 2020-06-13] 178: Checking synchronizations ** [05:29:57 2020-06-13] 178: Checking tracker ** [05:29:57 2020-06-13] 178: Checking user_migrations ** [05:29:57 2020-06-13] 178: Checking batch_updates ** [05:29:57 2020-06-13] 178: Checking gears ** [05:29:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:29:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:02 2020-06-13] 178: Checking imports ** [05:30:02 2020-06-13] 178: Checking exports ** [05:30:02 2020-06-13] 178: Checking users ** [05:30:02 2020-06-13] 178: Checking user_dbs ** [05:30:02 2020-06-13] 178: Checking geocodings ** [05:30:02 2020-06-13] 178: Checking synchronizations ** [05:30:02 2020-06-13] 178: Checking tracker ** [05:30:02 2020-06-13] 178: Checking user_migrations ** [05:30:02 2020-06-13] 178: Checking batch_updates ** [05:30:02 2020-06-13] 178: Checking gears ** [05:30:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:30:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:07 2020-06-13] 178: Checking imports ** [05:30:07 2020-06-13] 178: Checking exports ** [05:30:07 2020-06-13] 178: Checking users ** [05:30:07 2020-06-13] 178: Checking user_dbs ** [05:30:07 2020-06-13] 178: Checking geocodings ** [05:30:07 2020-06-13] 178: Checking synchronizations ** [05:30:07 2020-06-13] 178: Checking tracker ** [05:30:07 2020-06-13] 178: Checking user_migrations ** [05:30:07 2020-06-13] 178: Checking batch_updates ** [05:30:07 2020-06-13] 178: Checking gears ** [05:30:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:30:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:12 2020-06-13] 178: Checking imports ** [05:30:12 2020-06-13] 178: Checking exports ** [05:30:12 2020-06-13] 178: Checking users ** [05:30:12 2020-06-13] 178: Checking user_dbs ** [05:30:12 2020-06-13] 178: Checking geocodings ** [05:30:12 2020-06-13] 178: Checking synchronizations ** [05:30:12 2020-06-13] 178: Checking tracker ** [05:30:12 2020-06-13] 178: Checking user_migrations ** [05:30:12 2020-06-13] 178: Checking batch_updates ** [05:30:12 2020-06-13] 178: Checking gears ** [05:30:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:30:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:17 2020-06-13] 178: Checking imports ** [05:30:17 2020-06-13] 178: Checking exports ** [05:30:17 2020-06-13] 178: Checking users ** [05:30:17 2020-06-13] 178: Checking user_dbs ** [05:30:17 2020-06-13] 178: Checking geocodings ** [05:30:17 2020-06-13] 178: Checking synchronizations ** [05:30:17 2020-06-13] 178: Checking tracker ** [05:30:17 2020-06-13] 178: Checking user_migrations ** [05:30:17 2020-06-13] 178: Checking batch_updates ** [05:30:17 2020-06-13] 178: Checking gears ** [05:30:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:30:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:22 2020-06-13] 178: Checking imports ** [05:30:22 2020-06-13] 178: Checking exports ** [05:30:22 2020-06-13] 178: Checking users ** [05:30:22 2020-06-13] 178: Checking user_dbs ** [05:30:22 2020-06-13] 178: Checking geocodings ** [05:30:22 2020-06-13] 178: Checking synchronizations ** [05:30:22 2020-06-13] 178: Checking tracker ** [05:30:22 2020-06-13] 178: Checking user_migrations ** [05:30:22 2020-06-13] 178: Checking batch_updates ** [05:30:22 2020-06-13] 178: Checking gears ** [05:30:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:30:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:27 2020-06-13] 178: Checking imports ** [05:30:27 2020-06-13] 178: Checking exports ** [05:30:27 2020-06-13] 178: Checking users ** [05:30:27 2020-06-13] 178: Checking user_dbs ** [05:30:27 2020-06-13] 178: Checking geocodings ** [05:30:27 2020-06-13] 178: Checking synchronizations ** [05:30:27 2020-06-13] 178: Checking tracker ** [05:30:27 2020-06-13] 178: Checking user_migrations ** [05:30:27 2020-06-13] 178: Checking batch_updates ** [05:30:27 2020-06-13] 178: Checking gears ** [05:30:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:30:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:32 2020-06-13] 178: Checking imports ** [05:30:32 2020-06-13] 178: Checking exports ** [05:30:32 2020-06-13] 178: Checking users ** [05:30:32 2020-06-13] 178: Checking user_dbs ** [05:30:32 2020-06-13] 178: Checking geocodings ** [05:30:32 2020-06-13] 178: Checking synchronizations ** [05:30:32 2020-06-13] 178: Checking tracker ** [05:30:32 2020-06-13] 178: Checking user_migrations ** [05:30:32 2020-06-13] 178: Checking batch_updates ** [05:30:32 2020-06-13] 178: Checking gears ** [05:30:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:30:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:37 2020-06-13] 178: Checking imports ** [05:30:37 2020-06-13] 178: Checking exports ** [05:30:37 2020-06-13] 178: Checking users ** [05:30:37 2020-06-13] 178: Checking user_dbs ** [05:30:37 2020-06-13] 178: Checking geocodings ** [05:30:37 2020-06-13] 178: Checking synchronizations ** [05:30:37 2020-06-13] 178: Checking tracker ** [05:30:37 2020-06-13] 178: Checking user_migrations ** [05:30:37 2020-06-13] 178: Checking batch_updates ** [05:30:37 2020-06-13] 178: Checking gears ** [05:30:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:30:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:42 2020-06-13] 178: Checking imports ** [05:30:42 2020-06-13] 178: Checking exports ** [05:30:42 2020-06-13] 178: Checking users ** [05:30:42 2020-06-13] 178: Checking user_dbs ** [05:30:42 2020-06-13] 178: Checking geocodings ** [05:30:42 2020-06-13] 178: Checking synchronizations ** [05:30:42 2020-06-13] 178: Checking tracker ** [05:30:42 2020-06-13] 178: Checking user_migrations ** [05:30:42 2020-06-13] 178: Checking batch_updates ** [05:30:42 2020-06-13] 178: Checking gears ** [05:30:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:30:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:47 2020-06-13] 178: Checking imports ** [05:30:47 2020-06-13] 178: Checking exports ** [05:30:47 2020-06-13] 178: Checking users ** [05:30:47 2020-06-13] 178: Checking user_dbs ** [05:30:47 2020-06-13] 178: Checking geocodings ** [05:30:47 2020-06-13] 178: Checking synchronizations ** [05:30:47 2020-06-13] 178: Checking tracker ** [05:30:47 2020-06-13] 178: Checking user_migrations ** [05:30:47 2020-06-13] 178: Checking batch_updates ** [05:30:47 2020-06-13] 178: Checking gears ** [05:30:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:30:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:52 2020-06-13] 178: Checking imports ** [05:30:52 2020-06-13] 178: Checking exports ** [05:30:52 2020-06-13] 178: Checking users ** [05:30:52 2020-06-13] 178: Checking user_dbs ** [05:30:52 2020-06-13] 178: Checking geocodings ** [05:30:52 2020-06-13] 178: Checking synchronizations ** [05:30:52 2020-06-13] 178: Checking tracker ** [05:30:52 2020-06-13] 178: Checking user_migrations ** [05:30:52 2020-06-13] 178: Checking batch_updates ** [05:30:52 2020-06-13] 178: Checking gears ** [05:30:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:30:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:57 2020-06-13] 178: Checking imports ** [05:30:57 2020-06-13] 178: Checking exports ** [05:30:57 2020-06-13] 178: Checking users ** [05:30:57 2020-06-13] 178: Checking user_dbs ** [05:30:57 2020-06-13] 178: Checking geocodings ** [05:30:57 2020-06-13] 178: Checking synchronizations ** [05:30:57 2020-06-13] 178: Checking tracker ** [05:30:57 2020-06-13] 178: Checking user_migrations ** [05:30:57 2020-06-13] 178: Checking batch_updates ** [05:30:57 2020-06-13] 178: Checking gears ** [05:30:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:30:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:02 2020-06-13] 178: Checking imports ** [05:31:02 2020-06-13] 178: Checking exports ** [05:31:02 2020-06-13] 178: Checking users ** [05:31:02 2020-06-13] 178: Checking user_dbs ** [05:31:02 2020-06-13] 178: Checking geocodings ** [05:31:02 2020-06-13] 178: Checking synchronizations ** [05:31:02 2020-06-13] 178: Checking tracker ** [05:31:02 2020-06-13] 178: Checking user_migrations ** [05:31:02 2020-06-13] 178: Checking batch_updates ** [05:31:02 2020-06-13] 178: Checking gears ** [05:31:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:31:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:07 2020-06-13] 178: Checking imports ** [05:31:07 2020-06-13] 178: Checking exports ** [05:31:07 2020-06-13] 178: Checking users ** [05:31:07 2020-06-13] 178: Checking user_dbs ** [05:31:07 2020-06-13] 178: Checking geocodings ** [05:31:07 2020-06-13] 178: Checking synchronizations ** [05:31:07 2020-06-13] 178: Checking tracker ** [05:31:07 2020-06-13] 178: Checking user_migrations ** [05:31:07 2020-06-13] 178: Checking batch_updates ** [05:31:07 2020-06-13] 178: Checking gears ** [05:31:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:31:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:12 2020-06-13] 178: Checking imports ** [05:31:12 2020-06-13] 178: Checking exports ** [05:31:12 2020-06-13] 178: Checking users ** [05:31:12 2020-06-13] 178: Checking user_dbs ** [05:31:12 2020-06-13] 178: Checking geocodings ** [05:31:12 2020-06-13] 178: Checking synchronizations ** [05:31:12 2020-06-13] 178: Checking tracker ** [05:31:12 2020-06-13] 178: Checking user_migrations ** [05:31:12 2020-06-13] 178: Checking batch_updates ** [05:31:12 2020-06-13] 178: Checking gears ** [05:31:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:31:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:17 2020-06-13] 178: Checking imports ** [05:31:17 2020-06-13] 178: Checking exports ** [05:31:17 2020-06-13] 178: Checking users ** [05:31:17 2020-06-13] 178: Checking user_dbs ** [05:31:17 2020-06-13] 178: Checking geocodings ** [05:31:17 2020-06-13] 178: Checking synchronizations ** [05:31:17 2020-06-13] 178: Checking tracker ** [05:31:17 2020-06-13] 178: Checking user_migrations ** [05:31:17 2020-06-13] 178: Checking batch_updates ** [05:31:17 2020-06-13] 178: Checking gears ** [05:31:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:31:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:22 2020-06-13] 178: Checking imports ** [05:31:22 2020-06-13] 178: Checking exports ** [05:31:22 2020-06-13] 178: Checking users ** [05:31:22 2020-06-13] 178: Checking user_dbs ** [05:31:22 2020-06-13] 178: Checking geocodings ** [05:31:22 2020-06-13] 178: Checking synchronizations ** [05:31:22 2020-06-13] 178: Checking tracker ** [05:31:22 2020-06-13] 178: Checking user_migrations ** [05:31:22 2020-06-13] 178: Checking batch_updates ** [05:31:22 2020-06-13] 178: Checking gears ** [05:31:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:31:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:27 2020-06-13] 178: Checking imports ** [05:31:27 2020-06-13] 178: Checking exports ** [05:31:27 2020-06-13] 178: Checking users ** [05:31:27 2020-06-13] 178: Checking user_dbs ** [05:31:27 2020-06-13] 178: Checking geocodings ** [05:31:27 2020-06-13] 178: Checking synchronizations ** [05:31:27 2020-06-13] 178: Checking tracker ** [05:31:27 2020-06-13] 178: Checking user_migrations ** [05:31:27 2020-06-13] 178: Checking batch_updates ** [05:31:27 2020-06-13] 178: Checking gears ** [05:31:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:31:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:32 2020-06-13] 178: Checking imports ** [05:31:32 2020-06-13] 178: Checking exports ** [05:31:32 2020-06-13] 178: Checking users ** [05:31:32 2020-06-13] 178: Checking user_dbs ** [05:31:32 2020-06-13] 178: Checking geocodings ** [05:31:32 2020-06-13] 178: Checking synchronizations ** [05:31:32 2020-06-13] 178: Checking tracker ** [05:31:32 2020-06-13] 178: Checking user_migrations ** [05:31:32 2020-06-13] 178: Checking batch_updates ** [05:31:32 2020-06-13] 178: Checking gears ** [05:31:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:31:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:37 2020-06-13] 178: Checking imports ** [05:31:37 2020-06-13] 178: Checking exports ** [05:31:37 2020-06-13] 178: Checking users ** [05:31:37 2020-06-13] 178: Checking user_dbs ** [05:31:37 2020-06-13] 178: Checking geocodings ** [05:31:37 2020-06-13] 178: Checking synchronizations ** [05:31:37 2020-06-13] 178: Checking tracker ** [05:31:37 2020-06-13] 178: Checking user_migrations ** [05:31:37 2020-06-13] 178: Checking batch_updates ** [05:31:37 2020-06-13] 178: Checking gears ** [05:31:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:31:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:42 2020-06-13] 178: Checking imports ** [05:31:42 2020-06-13] 178: Checking exports ** [05:31:42 2020-06-13] 178: Checking users ** [05:31:42 2020-06-13] 178: Checking user_dbs ** [05:31:42 2020-06-13] 178: Checking geocodings ** [05:31:42 2020-06-13] 178: Checking synchronizations ** [05:31:42 2020-06-13] 178: Checking tracker ** [05:31:42 2020-06-13] 178: Checking user_migrations ** [05:31:42 2020-06-13] 178: Checking batch_updates ** [05:31:42 2020-06-13] 178: Checking gears ** [05:31:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:31:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:47 2020-06-13] 178: Checking imports ** [05:31:47 2020-06-13] 178: Checking exports ** [05:31:47 2020-06-13] 178: Checking users ** [05:31:47 2020-06-13] 178: Checking user_dbs ** [05:31:47 2020-06-13] 178: Checking geocodings ** [05:31:47 2020-06-13] 178: Checking synchronizations ** [05:31:47 2020-06-13] 178: Checking tracker ** [05:31:47 2020-06-13] 178: Checking user_migrations ** [05:31:47 2020-06-13] 178: Checking batch_updates ** [05:31:47 2020-06-13] 178: Checking gears ** [05:31:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:31:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:52 2020-06-13] 178: Checking imports ** [05:31:52 2020-06-13] 178: Checking exports ** [05:31:52 2020-06-13] 178: Checking users ** [05:31:52 2020-06-13] 178: Checking user_dbs ** [05:31:52 2020-06-13] 178: Checking geocodings ** [05:31:52 2020-06-13] 178: Checking synchronizations ** [05:31:52 2020-06-13] 178: Checking tracker ** [05:31:52 2020-06-13] 178: Checking user_migrations ** [05:31:52 2020-06-13] 178: Checking batch_updates ** [05:31:52 2020-06-13] 178: Checking gears ** [05:31:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:31:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:57 2020-06-13] 178: Checking imports ** [05:31:57 2020-06-13] 178: Checking exports ** [05:31:57 2020-06-13] 178: Checking users ** [05:31:57 2020-06-13] 178: Checking user_dbs ** [05:31:57 2020-06-13] 178: Checking geocodings ** [05:31:57 2020-06-13] 178: Checking synchronizations ** [05:31:57 2020-06-13] 178: Checking tracker ** [05:31:57 2020-06-13] 178: Checking user_migrations ** [05:31:57 2020-06-13] 178: Checking batch_updates ** [05:31:57 2020-06-13] 178: Checking gears ** [05:31:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:31:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:02 2020-06-13] 178: Checking imports ** [05:32:02 2020-06-13] 178: Checking exports ** [05:32:02 2020-06-13] 178: Checking users ** [05:32:02 2020-06-13] 178: Checking user_dbs ** [05:32:02 2020-06-13] 178: Checking geocodings ** [05:32:02 2020-06-13] 178: Checking synchronizations ** [05:32:02 2020-06-13] 178: Checking tracker ** [05:32:02 2020-06-13] 178: Checking user_migrations ** [05:32:02 2020-06-13] 178: Checking batch_updates ** [05:32:02 2020-06-13] 178: Checking gears ** [05:32:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:32:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:07 2020-06-13] 178: Checking imports ** [05:32:07 2020-06-13] 178: Checking exports ** [05:32:07 2020-06-13] 178: Checking users ** [05:32:07 2020-06-13] 178: Checking user_dbs ** [05:32:07 2020-06-13] 178: Checking geocodings ** [05:32:07 2020-06-13] 178: Checking synchronizations ** [05:32:07 2020-06-13] 178: Checking tracker ** [05:32:07 2020-06-13] 178: Checking user_migrations ** [05:32:07 2020-06-13] 178: Checking batch_updates ** [05:32:07 2020-06-13] 178: Checking gears ** [05:32:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:32:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:12 2020-06-13] 178: Checking imports ** [05:32:12 2020-06-13] 178: Checking exports ** [05:32:12 2020-06-13] 178: Checking users ** [05:32:12 2020-06-13] 178: Checking user_dbs ** [05:32:12 2020-06-13] 178: Checking geocodings ** [05:32:12 2020-06-13] 178: Checking synchronizations ** [05:32:12 2020-06-13] 178: Checking tracker ** [05:32:12 2020-06-13] 178: Checking user_migrations ** [05:32:12 2020-06-13] 178: Checking batch_updates ** [05:32:12 2020-06-13] 178: Checking gears ** [05:32:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:32:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:17 2020-06-13] 178: Checking imports ** [05:32:17 2020-06-13] 178: Checking exports ** [05:32:17 2020-06-13] 178: Checking users ** [05:32:17 2020-06-13] 178: Checking user_dbs ** [05:32:17 2020-06-13] 178: Checking geocodings ** [05:32:17 2020-06-13] 178: Checking synchronizations ** [05:32:17 2020-06-13] 178: Checking tracker ** [05:32:17 2020-06-13] 178: Checking user_migrations ** [05:32:17 2020-06-13] 178: Checking batch_updates ** [05:32:17 2020-06-13] 178: Checking gears ** [05:32:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:32:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:22 2020-06-13] 178: Checking imports ** [05:32:22 2020-06-13] 178: Checking exports ** [05:32:22 2020-06-13] 178: Checking users ** [05:32:22 2020-06-13] 178: Checking user_dbs ** [05:32:22 2020-06-13] 178: Checking geocodings ** [05:32:22 2020-06-13] 178: Checking synchronizations ** [05:32:22 2020-06-13] 178: Checking tracker ** [05:32:22 2020-06-13] 178: Checking user_migrations ** [05:32:22 2020-06-13] 178: Checking batch_updates ** [05:32:22 2020-06-13] 178: Checking gears ** [05:32:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:32:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:27 2020-06-13] 178: Checking imports ** [05:32:27 2020-06-13] 178: Checking exports ** [05:32:27 2020-06-13] 178: Checking users ** [05:32:27 2020-06-13] 178: Checking user_dbs ** [05:32:27 2020-06-13] 178: Checking geocodings ** [05:32:27 2020-06-13] 178: Checking synchronizations ** [05:32:27 2020-06-13] 178: Checking tracker ** [05:32:27 2020-06-13] 178: Checking user_migrations ** [05:32:27 2020-06-13] 178: Checking batch_updates ** [05:32:27 2020-06-13] 178: Checking gears ** [05:32:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:32:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:32 2020-06-13] 178: Checking imports ** [05:32:32 2020-06-13] 178: Checking exports ** [05:32:32 2020-06-13] 178: Checking users ** [05:32:32 2020-06-13] 178: Checking user_dbs ** [05:32:32 2020-06-13] 178: Checking geocodings ** [05:32:32 2020-06-13] 178: Checking synchronizations ** [05:32:32 2020-06-13] 178: Checking tracker ** [05:32:32 2020-06-13] 178: Checking user_migrations ** [05:32:32 2020-06-13] 178: Checking batch_updates ** [05:32:32 2020-06-13] 178: Checking gears ** [05:32:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:32:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:37 2020-06-13] 178: Checking imports ** [05:32:37 2020-06-13] 178: Checking exports ** [05:32:37 2020-06-13] 178: Checking users ** [05:32:37 2020-06-13] 178: Checking user_dbs ** [05:32:37 2020-06-13] 178: Checking geocodings ** [05:32:37 2020-06-13] 178: Checking synchronizations ** [05:32:37 2020-06-13] 178: Checking tracker ** [05:32:37 2020-06-13] 178: Checking user_migrations ** [05:32:37 2020-06-13] 178: Checking batch_updates ** [05:32:37 2020-06-13] 178: Checking gears ** [05:32:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:32:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:42 2020-06-13] 178: Checking imports ** [05:32:42 2020-06-13] 178: Checking exports ** [05:32:42 2020-06-13] 178: Checking users ** [05:32:42 2020-06-13] 178: Checking user_dbs ** [05:32:42 2020-06-13] 178: Checking geocodings ** [05:32:42 2020-06-13] 178: Checking synchronizations ** [05:32:42 2020-06-13] 178: Checking tracker ** [05:32:42 2020-06-13] 178: Checking user_migrations ** [05:32:42 2020-06-13] 178: Checking batch_updates ** [05:32:42 2020-06-13] 178: Checking gears ** [05:32:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:32:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:47 2020-06-13] 178: Checking imports ** [05:32:47 2020-06-13] 178: Checking exports ** [05:32:47 2020-06-13] 178: Checking users ** [05:32:47 2020-06-13] 178: Checking user_dbs ** [05:32:47 2020-06-13] 178: Checking geocodings ** [05:32:47 2020-06-13] 178: Checking synchronizations ** [05:32:47 2020-06-13] 178: Checking tracker ** [05:32:47 2020-06-13] 178: Checking user_migrations ** [05:32:47 2020-06-13] 178: Checking batch_updates ** [05:32:47 2020-06-13] 178: Checking gears ** [05:32:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:32:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:52 2020-06-13] 178: Checking imports ** [05:32:52 2020-06-13] 178: Checking exports ** [05:32:52 2020-06-13] 178: Checking users ** [05:32:52 2020-06-13] 178: Checking user_dbs ** [05:32:52 2020-06-13] 178: Checking geocodings ** [05:32:52 2020-06-13] 178: Checking synchronizations ** [05:32:52 2020-06-13] 178: Checking tracker ** [05:32:52 2020-06-13] 178: Checking user_migrations ** [05:32:52 2020-06-13] 178: Checking batch_updates ** [05:32:52 2020-06-13] 178: Checking gears ** [05:32:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:32:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:57 2020-06-13] 178: Checking imports ** [05:32:57 2020-06-13] 178: Checking exports ** [05:32:57 2020-06-13] 178: Checking users ** [05:32:57 2020-06-13] 178: Checking user_dbs ** [05:32:57 2020-06-13] 178: Checking geocodings ** [05:32:57 2020-06-13] 178: Checking synchronizations ** [05:32:57 2020-06-13] 178: Checking tracker ** [05:32:57 2020-06-13] 178: Checking user_migrations ** [05:32:57 2020-06-13] 178: Checking batch_updates ** [05:32:57 2020-06-13] 178: Checking gears ** [05:32:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:32:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:02 2020-06-13] 178: Checking imports ** [05:33:02 2020-06-13] 178: Checking exports ** [05:33:02 2020-06-13] 178: Checking users ** [05:33:02 2020-06-13] 178: Checking user_dbs ** [05:33:02 2020-06-13] 178: Checking geocodings ** [05:33:02 2020-06-13] 178: Checking synchronizations ** [05:33:02 2020-06-13] 178: Checking tracker ** [05:33:02 2020-06-13] 178: Checking user_migrations ** [05:33:02 2020-06-13] 178: Checking batch_updates ** [05:33:02 2020-06-13] 178: Checking gears ** [05:33:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:33:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:07 2020-06-13] 178: Checking imports ** [05:33:07 2020-06-13] 178: Checking exports ** [05:33:07 2020-06-13] 178: Checking users ** [05:33:07 2020-06-13] 178: Checking user_dbs ** [05:33:07 2020-06-13] 178: Checking geocodings ** [05:33:07 2020-06-13] 178: Checking synchronizations ** [05:33:07 2020-06-13] 178: Checking tracker ** [05:33:07 2020-06-13] 178: Checking user_migrations ** [05:33:07 2020-06-13] 178: Checking batch_updates ** [05:33:07 2020-06-13] 178: Checking gears ** [05:33:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:33:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:12 2020-06-13] 178: Checking imports ** [05:33:12 2020-06-13] 178: Checking exports ** [05:33:12 2020-06-13] 178: Checking users ** [05:33:12 2020-06-13] 178: Checking user_dbs ** [05:33:12 2020-06-13] 178: Checking geocodings ** [05:33:12 2020-06-13] 178: Checking synchronizations ** [05:33:12 2020-06-13] 178: Checking tracker ** [05:33:12 2020-06-13] 178: Checking user_migrations ** [05:33:12 2020-06-13] 178: Checking batch_updates ** [05:33:12 2020-06-13] 178: Checking gears ** [05:33:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:33:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:17 2020-06-13] 178: Checking imports ** [05:33:17 2020-06-13] 178: Checking exports ** [05:33:17 2020-06-13] 178: Checking users ** [05:33:17 2020-06-13] 178: Checking user_dbs ** [05:33:17 2020-06-13] 178: Checking geocodings ** [05:33:17 2020-06-13] 178: Checking synchronizations ** [05:33:17 2020-06-13] 178: Checking tracker ** [05:33:17 2020-06-13] 178: Checking user_migrations ** [05:33:17 2020-06-13] 178: Checking batch_updates ** [05:33:17 2020-06-13] 178: Checking gears ** [05:33:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:33:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:22 2020-06-13] 178: Checking imports ** [05:33:22 2020-06-13] 178: Checking exports ** [05:33:23 2020-06-13] 178: Checking users ** [05:33:23 2020-06-13] 178: Checking user_dbs ** [05:33:23 2020-06-13] 178: Checking geocodings ** [05:33:23 2020-06-13] 178: Checking synchronizations ** [05:33:23 2020-06-13] 178: Checking tracker ** [05:33:23 2020-06-13] 178: Checking user_migrations ** [05:33:23 2020-06-13] 178: Checking batch_updates ** [05:33:23 2020-06-13] 178: Checking gears ** [05:33:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:33:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:28 2020-06-13] 178: Checking imports ** [05:33:28 2020-06-13] 178: Checking exports ** [05:33:28 2020-06-13] 178: Checking users ** [05:33:28 2020-06-13] 178: Checking user_dbs ** [05:33:28 2020-06-13] 178: Checking geocodings ** [05:33:28 2020-06-13] 178: Checking synchronizations ** [05:33:28 2020-06-13] 178: Checking tracker ** [05:33:28 2020-06-13] 178: Checking user_migrations ** [05:33:28 2020-06-13] 178: Checking batch_updates ** [05:33:28 2020-06-13] 178: Checking gears ** [05:33:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:33:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:33 2020-06-13] 178: Checking imports ** [05:33:33 2020-06-13] 178: Checking exports ** [05:33:33 2020-06-13] 178: Checking users ** [05:33:33 2020-06-13] 178: Checking user_dbs ** [05:33:33 2020-06-13] 178: Checking geocodings ** [05:33:33 2020-06-13] 178: Checking synchronizations ** [05:33:33 2020-06-13] 178: Checking tracker ** [05:33:33 2020-06-13] 178: Checking user_migrations ** [05:33:33 2020-06-13] 178: Checking batch_updates ** [05:33:33 2020-06-13] 178: Checking gears ** [05:33:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:33:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:38 2020-06-13] 178: Checking imports ** [05:33:38 2020-06-13] 178: Checking exports ** [05:33:38 2020-06-13] 178: Checking users ** [05:33:38 2020-06-13] 178: Checking user_dbs ** [05:33:38 2020-06-13] 178: Checking geocodings ** [05:33:38 2020-06-13] 178: Checking synchronizations ** [05:33:38 2020-06-13] 178: Checking tracker ** [05:33:38 2020-06-13] 178: Checking user_migrations ** [05:33:38 2020-06-13] 178: Checking batch_updates ** [05:33:38 2020-06-13] 178: Checking gears ** [05:33:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:33:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:43 2020-06-13] 178: Checking imports ** [05:33:43 2020-06-13] 178: Checking exports ** [05:33:43 2020-06-13] 178: Checking users ** [05:33:43 2020-06-13] 178: Checking user_dbs ** [05:33:43 2020-06-13] 178: Checking geocodings ** [05:33:43 2020-06-13] 178: Checking synchronizations ** [05:33:43 2020-06-13] 178: Checking tracker ** [05:33:43 2020-06-13] 178: Checking user_migrations ** [05:33:43 2020-06-13] 178: Checking batch_updates ** [05:33:43 2020-06-13] 178: Checking gears ** [05:33:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:33:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:48 2020-06-13] 178: Checking imports ** [05:33:48 2020-06-13] 178: Checking exports ** [05:33:48 2020-06-13] 178: Checking users ** [05:33:48 2020-06-13] 178: Checking user_dbs ** [05:33:48 2020-06-13] 178: Checking geocodings ** [05:33:48 2020-06-13] 178: Checking synchronizations ** [05:33:48 2020-06-13] 178: Checking tracker ** [05:33:48 2020-06-13] 178: Checking user_migrations ** [05:33:48 2020-06-13] 178: Checking batch_updates ** [05:33:48 2020-06-13] 178: Checking gears ** [05:33:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:33:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:53 2020-06-13] 178: Checking imports ** [05:33:53 2020-06-13] 178: Checking exports ** [05:33:53 2020-06-13] 178: Checking users ** [05:33:53 2020-06-13] 178: Checking user_dbs ** [05:33:53 2020-06-13] 178: Checking geocodings ** [05:33:53 2020-06-13] 178: Checking synchronizations ** [05:33:53 2020-06-13] 178: Checking tracker ** [05:33:53 2020-06-13] 178: Checking user_migrations ** [05:33:53 2020-06-13] 178: Checking batch_updates ** [05:33:53 2020-06-13] 178: Checking gears ** [05:33:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:33:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:58 2020-06-13] 178: Checking imports ** [05:33:58 2020-06-13] 178: Checking exports ** [05:33:58 2020-06-13] 178: Checking users ** [05:33:58 2020-06-13] 178: Checking user_dbs ** [05:33:58 2020-06-13] 178: Checking geocodings ** [05:33:58 2020-06-13] 178: Checking synchronizations ** [05:33:58 2020-06-13] 178: Checking tracker ** [05:33:58 2020-06-13] 178: Checking user_migrations ** [05:33:58 2020-06-13] 178: Checking batch_updates ** [05:33:58 2020-06-13] 178: Checking gears ** [05:33:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:33:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:03 2020-06-13] 178: Checking imports ** [05:34:03 2020-06-13] 178: Checking exports ** [05:34:03 2020-06-13] 178: Checking users ** [05:34:03 2020-06-13] 178: Checking user_dbs ** [05:34:03 2020-06-13] 178: Checking geocodings ** [05:34:03 2020-06-13] 178: Checking synchronizations ** [05:34:03 2020-06-13] 178: Checking tracker ** [05:34:03 2020-06-13] 178: Checking user_migrations ** [05:34:03 2020-06-13] 178: Checking batch_updates ** [05:34:03 2020-06-13] 178: Checking gears ** [05:34:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:34:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:08 2020-06-13] 178: Checking imports ** [05:34:08 2020-06-13] 178: Checking exports ** [05:34:08 2020-06-13] 178: Checking users ** [05:34:08 2020-06-13] 178: Checking user_dbs ** [05:34:08 2020-06-13] 178: Checking geocodings ** [05:34:08 2020-06-13] 178: Checking synchronizations ** [05:34:08 2020-06-13] 178: Checking tracker ** [05:34:08 2020-06-13] 178: Checking user_migrations ** [05:34:08 2020-06-13] 178: Checking batch_updates ** [05:34:08 2020-06-13] 178: Checking gears ** [05:34:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:34:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:13 2020-06-13] 178: Checking imports ** [05:34:13 2020-06-13] 178: Checking exports ** [05:34:13 2020-06-13] 178: Checking users ** [05:34:13 2020-06-13] 178: Checking user_dbs ** [05:34:13 2020-06-13] 178: Checking geocodings ** [05:34:13 2020-06-13] 178: Checking synchronizations ** [05:34:13 2020-06-13] 178: Checking tracker ** [05:34:13 2020-06-13] 178: Checking user_migrations ** [05:34:13 2020-06-13] 178: Checking batch_updates ** [05:34:13 2020-06-13] 178: Checking gears ** [05:34:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:34:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:18 2020-06-13] 178: Checking imports ** [05:34:18 2020-06-13] 178: Checking exports ** [05:34:18 2020-06-13] 178: Checking users ** [05:34:18 2020-06-13] 178: Checking user_dbs ** [05:34:18 2020-06-13] 178: Checking geocodings ** [05:34:18 2020-06-13] 178: Checking synchronizations ** [05:34:18 2020-06-13] 178: Checking tracker ** [05:34:18 2020-06-13] 178: Checking user_migrations ** [05:34:18 2020-06-13] 178: Checking batch_updates ** [05:34:18 2020-06-13] 178: Checking gears ** [05:34:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:34:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:23 2020-06-13] 178: Checking imports ** [05:34:23 2020-06-13] 178: Checking exports ** [05:34:23 2020-06-13] 178: Checking users ** [05:34:23 2020-06-13] 178: Checking user_dbs ** [05:34:23 2020-06-13] 178: Checking geocodings ** [05:34:23 2020-06-13] 178: Checking synchronizations ** [05:34:23 2020-06-13] 178: Checking tracker ** [05:34:23 2020-06-13] 178: Checking user_migrations ** [05:34:23 2020-06-13] 178: Checking batch_updates ** [05:34:23 2020-06-13] 178: Checking gears ** [05:34:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:34:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:28 2020-06-13] 178: Checking imports ** [05:34:28 2020-06-13] 178: Checking exports ** [05:34:28 2020-06-13] 178: Checking users ** [05:34:28 2020-06-13] 178: Checking user_dbs ** [05:34:28 2020-06-13] 178: Checking geocodings ** [05:34:28 2020-06-13] 178: Checking synchronizations ** [05:34:28 2020-06-13] 178: Checking tracker ** [05:34:28 2020-06-13] 178: Checking user_migrations ** [05:34:28 2020-06-13] 178: Checking batch_updates ** [05:34:28 2020-06-13] 178: Checking gears ** [05:34:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:34:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:33 2020-06-13] 178: Checking imports ** [05:34:33 2020-06-13] 178: Checking exports ** [05:34:33 2020-06-13] 178: Checking users ** [05:34:33 2020-06-13] 178: Checking user_dbs ** [05:34:33 2020-06-13] 178: Checking geocodings ** [05:34:33 2020-06-13] 178: Checking synchronizations ** [05:34:33 2020-06-13] 178: Checking tracker ** [05:34:33 2020-06-13] 178: Checking user_migrations ** [05:34:33 2020-06-13] 178: Checking batch_updates ** [05:34:33 2020-06-13] 178: Checking gears ** [05:34:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:34:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:38 2020-06-13] 178: Checking imports ** [05:34:38 2020-06-13] 178: Checking exports ** [05:34:38 2020-06-13] 178: Checking users ** [05:34:38 2020-06-13] 178: Checking user_dbs ** [05:34:38 2020-06-13] 178: Checking geocodings ** [05:34:38 2020-06-13] 178: Checking synchronizations ** [05:34:38 2020-06-13] 178: Checking tracker ** [05:34:38 2020-06-13] 178: Checking user_migrations ** [05:34:38 2020-06-13] 178: Checking batch_updates ** [05:34:38 2020-06-13] 178: Checking gears ** [05:34:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:34:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:43 2020-06-13] 178: Checking imports ** [05:34:43 2020-06-13] 178: Checking exports ** [05:34:43 2020-06-13] 178: Checking users ** [05:34:43 2020-06-13] 178: Checking user_dbs ** [05:34:43 2020-06-13] 178: Checking geocodings ** [05:34:43 2020-06-13] 178: Checking synchronizations ** [05:34:43 2020-06-13] 178: Checking tracker ** [05:34:43 2020-06-13] 178: Checking user_migrations ** [05:34:43 2020-06-13] 178: Checking batch_updates ** [05:34:43 2020-06-13] 178: Checking gears ** [05:34:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:34:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:48 2020-06-13] 178: Checking imports ** [05:34:48 2020-06-13] 178: Checking exports ** [05:34:48 2020-06-13] 178: Checking users ** [05:34:48 2020-06-13] 178: Checking user_dbs ** [05:34:48 2020-06-13] 178: Checking geocodings ** [05:34:48 2020-06-13] 178: Checking synchronizations ** [05:34:48 2020-06-13] 178: Checking tracker ** [05:34:48 2020-06-13] 178: Checking user_migrations ** [05:34:48 2020-06-13] 178: Checking batch_updates ** [05:34:48 2020-06-13] 178: Checking gears ** [05:34:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:34:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:53 2020-06-13] 178: Checking imports ** [05:34:53 2020-06-13] 178: Checking exports ** [05:34:53 2020-06-13] 178: Checking users ** [05:34:53 2020-06-13] 178: Checking user_dbs ** [05:34:53 2020-06-13] 178: Checking geocodings ** [05:34:53 2020-06-13] 178: Checking synchronizations ** [05:34:53 2020-06-13] 178: Checking tracker ** [05:34:53 2020-06-13] 178: Checking user_migrations ** [05:34:53 2020-06-13] 178: Checking batch_updates ** [05:34:53 2020-06-13] 178: Checking gears ** [05:34:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:34:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:58 2020-06-13] 178: Checking imports ** [05:34:58 2020-06-13] 178: Checking exports ** [05:34:58 2020-06-13] 178: Checking users ** [05:34:58 2020-06-13] 178: Checking user_dbs ** [05:34:58 2020-06-13] 178: Checking geocodings ** [05:34:58 2020-06-13] 178: Checking synchronizations ** [05:34:58 2020-06-13] 178: Checking tracker ** [05:34:58 2020-06-13] 178: Checking user_migrations ** [05:34:58 2020-06-13] 178: Checking batch_updates ** [05:34:58 2020-06-13] 178: Checking gears ** [05:34:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:34:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:03 2020-06-13] 178: Checking imports ** [05:35:03 2020-06-13] 178: Checking exports ** [05:35:03 2020-06-13] 178: Checking users ** [05:35:03 2020-06-13] 178: Checking user_dbs ** [05:35:03 2020-06-13] 178: Checking geocodings ** [05:35:03 2020-06-13] 178: Checking synchronizations ** [05:35:03 2020-06-13] 178: Checking tracker ** [05:35:03 2020-06-13] 178: Checking user_migrations ** [05:35:03 2020-06-13] 178: Checking batch_updates ** [05:35:03 2020-06-13] 178: Checking gears ** [05:35:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:35:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:08 2020-06-13] 178: Checking imports ** [05:35:08 2020-06-13] 178: Checking exports ** [05:35:08 2020-06-13] 178: Checking users ** [05:35:08 2020-06-13] 178: Checking user_dbs ** [05:35:08 2020-06-13] 178: Checking geocodings ** [05:35:08 2020-06-13] 178: Checking synchronizations ** [05:35:08 2020-06-13] 178: Checking tracker ** [05:35:08 2020-06-13] 178: Checking user_migrations ** [05:35:08 2020-06-13] 178: Checking batch_updates ** [05:35:08 2020-06-13] 178: Checking gears ** [05:35:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:35:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:13 2020-06-13] 178: Checking imports ** [05:35:13 2020-06-13] 178: Checking exports ** [05:35:13 2020-06-13] 178: Checking users ** [05:35:13 2020-06-13] 178: Checking user_dbs ** [05:35:13 2020-06-13] 178: Checking geocodings ** [05:35:13 2020-06-13] 178: Checking synchronizations ** [05:35:13 2020-06-13] 178: Checking tracker ** [05:35:13 2020-06-13] 178: Checking user_migrations ** [05:35:13 2020-06-13] 178: Checking batch_updates ** [05:35:13 2020-06-13] 178: Checking gears ** [05:35:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:35:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:18 2020-06-13] 178: Checking imports ** [05:35:18 2020-06-13] 178: Checking exports ** [05:35:18 2020-06-13] 178: Checking users ** [05:35:18 2020-06-13] 178: Checking user_dbs ** [05:35:18 2020-06-13] 178: Checking geocodings ** [05:35:18 2020-06-13] 178: Checking synchronizations ** [05:35:18 2020-06-13] 178: Checking tracker ** [05:35:18 2020-06-13] 178: Checking user_migrations ** [05:35:18 2020-06-13] 178: Checking batch_updates ** [05:35:18 2020-06-13] 178: Checking gears ** [05:35:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:35:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:23 2020-06-13] 178: Checking imports ** [05:35:23 2020-06-13] 178: Checking exports ** [05:35:23 2020-06-13] 178: Checking users ** [05:35:23 2020-06-13] 178: Checking user_dbs ** [05:35:23 2020-06-13] 178: Checking geocodings ** [05:35:23 2020-06-13] 178: Checking synchronizations ** [05:35:23 2020-06-13] 178: Checking tracker ** [05:35:23 2020-06-13] 178: Checking user_migrations ** [05:35:23 2020-06-13] 178: Checking batch_updates ** [05:35:23 2020-06-13] 178: Checking gears ** [05:35:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:35:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:28 2020-06-13] 178: Checking imports ** [05:35:28 2020-06-13] 178: Checking exports ** [05:35:28 2020-06-13] 178: Checking users ** [05:35:28 2020-06-13] 178: Checking user_dbs ** [05:35:28 2020-06-13] 178: Checking geocodings ** [05:35:28 2020-06-13] 178: Checking synchronizations ** [05:35:28 2020-06-13] 178: Checking tracker ** [05:35:28 2020-06-13] 178: Checking user_migrations ** [05:35:28 2020-06-13] 178: Checking batch_updates ** [05:35:28 2020-06-13] 178: Checking gears ** [05:35:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:35:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:33 2020-06-13] 178: Checking imports ** [05:35:33 2020-06-13] 178: Checking exports ** [05:35:33 2020-06-13] 178: Checking users ** [05:35:33 2020-06-13] 178: Checking user_dbs ** [05:35:33 2020-06-13] 178: Checking geocodings ** [05:35:33 2020-06-13] 178: Checking synchronizations ** [05:35:33 2020-06-13] 178: Checking tracker ** [05:35:33 2020-06-13] 178: Checking user_migrations ** [05:35:33 2020-06-13] 178: Checking batch_updates ** [05:35:33 2020-06-13] 178: Checking gears ** [05:35:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:35:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:38 2020-06-13] 178: Checking imports ** [05:35:38 2020-06-13] 178: Checking exports ** [05:35:38 2020-06-13] 178: Checking users ** [05:35:38 2020-06-13] 178: Checking user_dbs ** [05:35:38 2020-06-13] 178: Checking geocodings ** [05:35:38 2020-06-13] 178: Checking synchronizations ** [05:35:38 2020-06-13] 178: Checking tracker ** [05:35:38 2020-06-13] 178: Checking user_migrations ** [05:35:38 2020-06-13] 178: Checking batch_updates ** [05:35:38 2020-06-13] 178: Checking gears ** [05:35:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:35:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:43 2020-06-13] 178: Checking imports ** [05:35:43 2020-06-13] 178: Checking exports ** [05:35:43 2020-06-13] 178: Checking users ** [05:35:43 2020-06-13] 178: Checking user_dbs ** [05:35:43 2020-06-13] 178: Checking geocodings ** [05:35:43 2020-06-13] 178: Checking synchronizations ** [05:35:43 2020-06-13] 178: Checking tracker ** [05:35:43 2020-06-13] 178: Checking user_migrations ** [05:35:43 2020-06-13] 178: Checking batch_updates ** [05:35:43 2020-06-13] 178: Checking gears ** [05:35:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:35:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:48 2020-06-13] 178: Checking imports ** [05:35:48 2020-06-13] 178: Checking exports ** [05:35:48 2020-06-13] 178: Checking users ** [05:35:48 2020-06-13] 178: Checking user_dbs ** [05:35:48 2020-06-13] 178: Checking geocodings ** [05:35:48 2020-06-13] 178: Checking synchronizations ** [05:35:48 2020-06-13] 178: Checking tracker ** [05:35:48 2020-06-13] 178: Checking user_migrations ** [05:35:48 2020-06-13] 178: Checking batch_updates ** [05:35:48 2020-06-13] 178: Checking gears ** [05:35:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:35:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:53 2020-06-13] 178: Checking imports ** [05:35:53 2020-06-13] 178: Checking exports ** [05:35:53 2020-06-13] 178: Checking users ** [05:35:53 2020-06-13] 178: Checking user_dbs ** [05:35:53 2020-06-13] 178: Checking geocodings ** [05:35:53 2020-06-13] 178: Checking synchronizations ** [05:35:53 2020-06-13] 178: Checking tracker ** [05:35:53 2020-06-13] 178: Checking user_migrations ** [05:35:53 2020-06-13] 178: Checking batch_updates ** [05:35:53 2020-06-13] 178: Checking gears ** [05:35:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:35:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:58 2020-06-13] 178: Checking imports ** [05:35:58 2020-06-13] 178: Checking exports ** [05:35:58 2020-06-13] 178: Checking users ** [05:35:58 2020-06-13] 178: Checking user_dbs ** [05:35:58 2020-06-13] 178: Checking geocodings ** [05:35:58 2020-06-13] 178: Checking synchronizations ** [05:35:58 2020-06-13] 178: Checking tracker ** [05:35:58 2020-06-13] 178: Checking user_migrations ** [05:35:58 2020-06-13] 178: Checking batch_updates ** [05:35:58 2020-06-13] 178: Checking gears ** [05:35:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:35:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:03 2020-06-13] 178: Checking imports ** [05:36:03 2020-06-13] 178: Checking exports ** [05:36:03 2020-06-13] 178: Checking users ** [05:36:03 2020-06-13] 178: Checking user_dbs ** [05:36:03 2020-06-13] 178: Checking geocodings ** [05:36:03 2020-06-13] 178: Checking synchronizations ** [05:36:03 2020-06-13] 178: Checking tracker ** [05:36:03 2020-06-13] 178: Checking user_migrations ** [05:36:03 2020-06-13] 178: Checking batch_updates ** [05:36:03 2020-06-13] 178: Checking gears ** [05:36:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:36:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:08 2020-06-13] 178: Checking imports ** [05:36:08 2020-06-13] 178: Checking exports ** [05:36:08 2020-06-13] 178: Checking users ** [05:36:08 2020-06-13] 178: Checking user_dbs ** [05:36:08 2020-06-13] 178: Checking geocodings ** [05:36:08 2020-06-13] 178: Checking synchronizations ** [05:36:08 2020-06-13] 178: Checking tracker ** [05:36:08 2020-06-13] 178: Checking user_migrations ** [05:36:08 2020-06-13] 178: Checking batch_updates ** [05:36:08 2020-06-13] 178: Checking gears ** [05:36:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:36:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:13 2020-06-13] 178: Checking imports ** [05:36:13 2020-06-13] 178: Checking exports ** [05:36:13 2020-06-13] 178: Checking users ** [05:36:13 2020-06-13] 178: Checking user_dbs ** [05:36:13 2020-06-13] 178: Checking geocodings ** [05:36:13 2020-06-13] 178: Checking synchronizations ** [05:36:13 2020-06-13] 178: Checking tracker ** [05:36:13 2020-06-13] 178: Checking user_migrations ** [05:36:13 2020-06-13] 178: Checking batch_updates ** [05:36:13 2020-06-13] 178: Checking gears ** [05:36:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:36:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:18 2020-06-13] 178: Checking imports ** [05:36:18 2020-06-13] 178: Checking exports ** [05:36:18 2020-06-13] 178: Checking users ** [05:36:18 2020-06-13] 178: Checking user_dbs ** [05:36:18 2020-06-13] 178: Checking geocodings ** [05:36:18 2020-06-13] 178: Checking synchronizations ** [05:36:18 2020-06-13] 178: Checking tracker ** [05:36:18 2020-06-13] 178: Checking user_migrations ** [05:36:18 2020-06-13] 178: Checking batch_updates ** [05:36:18 2020-06-13] 178: Checking gears ** [05:36:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:36:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:23 2020-06-13] 178: Checking imports ** [05:36:23 2020-06-13] 178: Checking exports ** [05:36:23 2020-06-13] 178: Checking users ** [05:36:23 2020-06-13] 178: Checking user_dbs ** [05:36:23 2020-06-13] 178: Checking geocodings ** [05:36:23 2020-06-13] 178: Checking synchronizations ** [05:36:23 2020-06-13] 178: Checking tracker ** [05:36:23 2020-06-13] 178: Checking user_migrations ** [05:36:23 2020-06-13] 178: Checking batch_updates ** [05:36:23 2020-06-13] 178: Checking gears ** [05:36:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:36:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:28 2020-06-13] 178: Checking imports ** [05:36:28 2020-06-13] 178: Checking exports ** [05:36:28 2020-06-13] 178: Checking users ** [05:36:28 2020-06-13] 178: Checking user_dbs ** [05:36:28 2020-06-13] 178: Checking geocodings ** [05:36:28 2020-06-13] 178: Checking synchronizations ** [05:36:28 2020-06-13] 178: Checking tracker ** [05:36:28 2020-06-13] 178: Checking user_migrations ** [05:36:28 2020-06-13] 178: Checking batch_updates ** [05:36:28 2020-06-13] 178: Checking gears ** [05:36:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:36:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:33 2020-06-13] 178: Checking imports ** [05:36:33 2020-06-13] 178: Checking exports ** [05:36:33 2020-06-13] 178: Checking users ** [05:36:33 2020-06-13] 178: Checking user_dbs ** [05:36:33 2020-06-13] 178: Checking geocodings ** [05:36:33 2020-06-13] 178: Checking synchronizations ** [05:36:33 2020-06-13] 178: Checking tracker ** [05:36:33 2020-06-13] 178: Checking user_migrations ** [05:36:33 2020-06-13] 178: Checking batch_updates ** [05:36:33 2020-06-13] 178: Checking gears ** [05:36:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:36:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:38 2020-06-13] 178: Checking imports ** [05:36:38 2020-06-13] 178: Checking exports ** [05:36:38 2020-06-13] 178: Checking users ** [05:36:38 2020-06-13] 178: Checking user_dbs ** [05:36:38 2020-06-13] 178: Checking geocodings ** [05:36:38 2020-06-13] 178: Checking synchronizations ** [05:36:38 2020-06-13] 178: Checking tracker ** [05:36:38 2020-06-13] 178: Checking user_migrations ** [05:36:38 2020-06-13] 178: Checking batch_updates ** [05:36:38 2020-06-13] 178: Checking gears ** [05:36:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:36:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:43 2020-06-13] 178: Checking imports ** [05:36:43 2020-06-13] 178: Checking exports ** [05:36:43 2020-06-13] 178: Checking users ** [05:36:43 2020-06-13] 178: Checking user_dbs ** [05:36:43 2020-06-13] 178: Checking geocodings ** [05:36:43 2020-06-13] 178: Checking synchronizations ** [05:36:43 2020-06-13] 178: Checking tracker ** [05:36:43 2020-06-13] 178: Checking user_migrations ** [05:36:43 2020-06-13] 178: Checking batch_updates ** [05:36:43 2020-06-13] 178: Checking gears ** [05:36:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:36:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:48 2020-06-13] 178: Checking imports ** [05:36:48 2020-06-13] 178: Checking exports ** [05:36:48 2020-06-13] 178: Checking users ** [05:36:48 2020-06-13] 178: Checking user_dbs ** [05:36:48 2020-06-13] 178: Checking geocodings ** [05:36:48 2020-06-13] 178: Checking synchronizations ** [05:36:48 2020-06-13] 178: Checking tracker ** [05:36:48 2020-06-13] 178: Checking user_migrations ** [05:36:48 2020-06-13] 178: Checking batch_updates ** [05:36:48 2020-06-13] 178: Checking gears ** [05:36:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:36:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:53 2020-06-13] 178: Checking imports ** [05:36:53 2020-06-13] 178: Checking exports ** [05:36:53 2020-06-13] 178: Checking users ** [05:36:53 2020-06-13] 178: Checking user_dbs ** [05:36:53 2020-06-13] 178: Checking geocodings ** [05:36:53 2020-06-13] 178: Checking synchronizations ** [05:36:53 2020-06-13] 178: Checking tracker ** [05:36:53 2020-06-13] 178: Checking user_migrations ** [05:36:53 2020-06-13] 178: Checking batch_updates ** [05:36:53 2020-06-13] 178: Checking gears ** [05:36:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:36:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:58 2020-06-13] 178: Checking imports ** [05:36:58 2020-06-13] 178: Checking exports ** [05:36:58 2020-06-13] 178: Checking users ** [05:36:58 2020-06-13] 178: Checking user_dbs ** [05:36:58 2020-06-13] 178: Checking geocodings ** [05:36:58 2020-06-13] 178: Checking synchronizations ** [05:36:58 2020-06-13] 178: Checking tracker ** [05:36:58 2020-06-13] 178: Checking user_migrations ** [05:36:58 2020-06-13] 178: Checking batch_updates ** [05:36:58 2020-06-13] 178: Checking gears ** [05:36:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:36:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:03 2020-06-13] 178: Checking imports ** [05:37:03 2020-06-13] 178: Checking exports ** [05:37:03 2020-06-13] 178: Checking users ** [05:37:03 2020-06-13] 178: Checking user_dbs ** [05:37:03 2020-06-13] 178: Checking geocodings ** [05:37:03 2020-06-13] 178: Checking synchronizations ** [05:37:03 2020-06-13] 178: Checking tracker ** [05:37:03 2020-06-13] 178: Checking user_migrations ** [05:37:03 2020-06-13] 178: Checking batch_updates ** [05:37:03 2020-06-13] 178: Checking gears ** [05:37:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:37:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:08 2020-06-13] 178: Checking imports ** [05:37:08 2020-06-13] 178: Checking exports ** [05:37:08 2020-06-13] 178: Checking users ** [05:37:08 2020-06-13] 178: Checking user_dbs ** [05:37:08 2020-06-13] 178: Checking geocodings ** [05:37:08 2020-06-13] 178: Checking synchronizations ** [05:37:08 2020-06-13] 178: Checking tracker ** [05:37:08 2020-06-13] 178: Checking user_migrations ** [05:37:08 2020-06-13] 178: Checking batch_updates ** [05:37:08 2020-06-13] 178: Checking gears ** [05:37:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:37:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:13 2020-06-13] 178: Checking imports ** [05:37:13 2020-06-13] 178: Checking exports ** [05:37:13 2020-06-13] 178: Checking users ** [05:37:13 2020-06-13] 178: Checking user_dbs ** [05:37:13 2020-06-13] 178: Checking geocodings ** [05:37:13 2020-06-13] 178: Checking synchronizations ** [05:37:13 2020-06-13] 178: Checking tracker ** [05:37:13 2020-06-13] 178: Checking user_migrations ** [05:37:13 2020-06-13] 178: Checking batch_updates ** [05:37:13 2020-06-13] 178: Checking gears ** [05:37:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:37:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:18 2020-06-13] 178: Checking imports ** [05:37:18 2020-06-13] 178: Checking exports ** [05:37:18 2020-06-13] 178: Checking users ** [05:37:18 2020-06-13] 178: Checking user_dbs ** [05:37:18 2020-06-13] 178: Checking geocodings ** [05:37:18 2020-06-13] 178: Checking synchronizations ** [05:37:18 2020-06-13] 178: Checking tracker ** [05:37:18 2020-06-13] 178: Checking user_migrations ** [05:37:18 2020-06-13] 178: Checking batch_updates ** [05:37:18 2020-06-13] 178: Checking gears ** [05:37:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:37:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:23 2020-06-13] 178: Checking imports ** [05:37:23 2020-06-13] 178: Checking exports ** [05:37:23 2020-06-13] 178: Checking users ** [05:37:23 2020-06-13] 178: Checking user_dbs ** [05:37:23 2020-06-13] 178: Checking geocodings ** [05:37:23 2020-06-13] 178: Checking synchronizations ** [05:37:23 2020-06-13] 178: Checking tracker ** [05:37:23 2020-06-13] 178: Checking user_migrations ** [05:37:23 2020-06-13] 178: Checking batch_updates ** [05:37:23 2020-06-13] 178: Checking gears ** [05:37:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:37:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:28 2020-06-13] 178: Checking imports ** [05:37:28 2020-06-13] 178: Checking exports ** [05:37:28 2020-06-13] 178: Checking users ** [05:37:28 2020-06-13] 178: Checking user_dbs ** [05:37:28 2020-06-13] 178: Checking geocodings ** [05:37:28 2020-06-13] 178: Checking synchronizations ** [05:37:28 2020-06-13] 178: Checking tracker ** [05:37:28 2020-06-13] 178: Checking user_migrations ** [05:37:28 2020-06-13] 178: Checking batch_updates ** [05:37:28 2020-06-13] 178: Checking gears ** [05:37:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:37:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:33 2020-06-13] 178: Checking imports ** [05:37:33 2020-06-13] 178: Checking exports ** [05:37:33 2020-06-13] 178: Checking users ** [05:37:33 2020-06-13] 178: Checking user_dbs ** [05:37:33 2020-06-13] 178: Checking geocodings ** [05:37:33 2020-06-13] 178: Checking synchronizations ** [05:37:33 2020-06-13] 178: Checking tracker ** [05:37:33 2020-06-13] 178: Checking user_migrations ** [05:37:33 2020-06-13] 178: Checking batch_updates ** [05:37:33 2020-06-13] 178: Checking gears ** [05:37:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:37:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:38 2020-06-13] 178: Checking imports ** [05:37:38 2020-06-13] 178: Checking exports ** [05:37:38 2020-06-13] 178: Checking users ** [05:37:38 2020-06-13] 178: Checking user_dbs ** [05:37:38 2020-06-13] 178: Checking geocodings ** [05:37:38 2020-06-13] 178: Checking synchronizations ** [05:37:38 2020-06-13] 178: Checking tracker ** [05:37:38 2020-06-13] 178: Checking user_migrations ** [05:37:38 2020-06-13] 178: Checking batch_updates ** [05:37:38 2020-06-13] 178: Checking gears ** [05:37:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:37:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:43 2020-06-13] 178: Checking imports ** [05:37:43 2020-06-13] 178: Checking exports ** [05:37:43 2020-06-13] 178: Checking users ** [05:37:43 2020-06-13] 178: Checking user_dbs ** [05:37:43 2020-06-13] 178: Checking geocodings ** [05:37:43 2020-06-13] 178: Checking synchronizations ** [05:37:43 2020-06-13] 178: Checking tracker ** [05:37:43 2020-06-13] 178: Checking user_migrations ** [05:37:43 2020-06-13] 178: Checking batch_updates ** [05:37:43 2020-06-13] 178: Checking gears ** [05:37:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:37:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:48 2020-06-13] 178: Checking imports ** [05:37:48 2020-06-13] 178: Checking exports ** [05:37:48 2020-06-13] 178: Checking users ** [05:37:48 2020-06-13] 178: Checking user_dbs ** [05:37:48 2020-06-13] 178: Checking geocodings ** [05:37:48 2020-06-13] 178: Checking synchronizations ** [05:37:48 2020-06-13] 178: Checking tracker ** [05:37:48 2020-06-13] 178: Checking user_migrations ** [05:37:48 2020-06-13] 178: Checking batch_updates ** [05:37:48 2020-06-13] 178: Checking gears ** [05:37:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:37:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:53 2020-06-13] 178: Checking imports ** [05:37:53 2020-06-13] 178: Checking exports ** [05:37:53 2020-06-13] 178: Checking users ** [05:37:53 2020-06-13] 178: Checking user_dbs ** [05:37:53 2020-06-13] 178: Checking geocodings ** [05:37:53 2020-06-13] 178: Checking synchronizations ** [05:37:53 2020-06-13] 178: Checking tracker ** [05:37:53 2020-06-13] 178: Checking user_migrations ** [05:37:53 2020-06-13] 178: Checking batch_updates ** [05:37:53 2020-06-13] 178: Checking gears ** [05:37:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:37:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:58 2020-06-13] 178: Checking imports ** [05:37:58 2020-06-13] 178: Checking exports ** [05:37:58 2020-06-13] 178: Checking users ** [05:37:58 2020-06-13] 178: Checking user_dbs ** [05:37:58 2020-06-13] 178: Checking geocodings ** [05:37:58 2020-06-13] 178: Checking synchronizations ** [05:37:58 2020-06-13] 178: Checking tracker ** [05:37:58 2020-06-13] 178: Checking user_migrations ** [05:37:58 2020-06-13] 178: Checking batch_updates ** [05:37:58 2020-06-13] 178: Checking gears ** [05:37:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:37:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:03 2020-06-13] 178: Checking imports ** [05:38:03 2020-06-13] 178: Checking exports ** [05:38:03 2020-06-13] 178: Checking users ** [05:38:03 2020-06-13] 178: Checking user_dbs ** [05:38:03 2020-06-13] 178: Checking geocodings ** [05:38:03 2020-06-13] 178: Checking synchronizations ** [05:38:03 2020-06-13] 178: Checking tracker ** [05:38:03 2020-06-13] 178: Checking user_migrations ** [05:38:03 2020-06-13] 178: Checking batch_updates ** [05:38:03 2020-06-13] 178: Checking gears ** [05:38:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:38:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:08 2020-06-13] 178: Checking imports ** [05:38:08 2020-06-13] 178: Checking exports ** [05:38:08 2020-06-13] 178: Checking users ** [05:38:08 2020-06-13] 178: Checking user_dbs ** [05:38:08 2020-06-13] 178: Checking geocodings ** [05:38:08 2020-06-13] 178: Checking synchronizations ** [05:38:08 2020-06-13] 178: Checking tracker ** [05:38:08 2020-06-13] 178: Checking user_migrations ** [05:38:08 2020-06-13] 178: Checking batch_updates ** [05:38:08 2020-06-13] 178: Checking gears ** [05:38:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:38:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:13 2020-06-13] 178: Checking imports ** [05:38:13 2020-06-13] 178: Checking exports ** [05:38:13 2020-06-13] 178: Checking users ** [05:38:13 2020-06-13] 178: Checking user_dbs ** [05:38:13 2020-06-13] 178: Checking geocodings ** [05:38:13 2020-06-13] 178: Checking synchronizations ** [05:38:13 2020-06-13] 178: Checking tracker ** [05:38:13 2020-06-13] 178: Checking user_migrations ** [05:38:13 2020-06-13] 178: Checking batch_updates ** [05:38:13 2020-06-13] 178: Checking gears ** [05:38:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:38:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:18 2020-06-13] 178: Checking imports ** [05:38:18 2020-06-13] 178: Checking exports ** [05:38:18 2020-06-13] 178: Checking users ** [05:38:18 2020-06-13] 178: Checking user_dbs ** [05:38:18 2020-06-13] 178: Checking geocodings ** [05:38:18 2020-06-13] 178: Checking synchronizations ** [05:38:18 2020-06-13] 178: Checking tracker ** [05:38:18 2020-06-13] 178: Checking user_migrations ** [05:38:18 2020-06-13] 178: Checking batch_updates ** [05:38:18 2020-06-13] 178: Checking gears ** [05:38:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:38:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:23 2020-06-13] 178: Checking imports ** [05:38:23 2020-06-13] 178: Checking exports ** [05:38:23 2020-06-13] 178: Checking users ** [05:38:23 2020-06-13] 178: Checking user_dbs ** [05:38:23 2020-06-13] 178: Checking geocodings ** [05:38:23 2020-06-13] 178: Checking synchronizations ** [05:38:23 2020-06-13] 178: Checking tracker ** [05:38:23 2020-06-13] 178: Checking user_migrations ** [05:38:23 2020-06-13] 178: Checking batch_updates ** [05:38:23 2020-06-13] 178: Checking gears ** [05:38:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:38:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:28 2020-06-13] 178: Checking imports ** [05:38:28 2020-06-13] 178: Checking exports ** [05:38:28 2020-06-13] 178: Checking users ** [05:38:28 2020-06-13] 178: Checking user_dbs ** [05:38:28 2020-06-13] 178: Checking geocodings ** [05:38:28 2020-06-13] 178: Checking synchronizations ** [05:38:28 2020-06-13] 178: Checking tracker ** [05:38:28 2020-06-13] 178: Checking user_migrations ** [05:38:28 2020-06-13] 178: Checking batch_updates ** [05:38:28 2020-06-13] 178: Checking gears ** [05:38:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:38:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:33 2020-06-13] 178: Checking imports ** [05:38:33 2020-06-13] 178: Checking exports ** [05:38:33 2020-06-13] 178: Checking users ** [05:38:33 2020-06-13] 178: Checking user_dbs ** [05:38:33 2020-06-13] 178: Checking geocodings ** [05:38:33 2020-06-13] 178: Checking synchronizations ** [05:38:33 2020-06-13] 178: Checking tracker ** [05:38:33 2020-06-13] 178: Checking user_migrations ** [05:38:33 2020-06-13] 178: Checking batch_updates ** [05:38:33 2020-06-13] 178: Checking gears ** [05:38:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:38:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:38 2020-06-13] 178: Checking imports ** [05:38:38 2020-06-13] 178: Checking exports ** [05:38:38 2020-06-13] 178: Checking users ** [05:38:38 2020-06-13] 178: Checking user_dbs ** [05:38:38 2020-06-13] 178: Checking geocodings ** [05:38:38 2020-06-13] 178: Checking synchronizations ** [05:38:38 2020-06-13] 178: Checking tracker ** [05:38:38 2020-06-13] 178: Checking user_migrations ** [05:38:38 2020-06-13] 178: Checking batch_updates ** [05:38:38 2020-06-13] 178: Checking gears ** [05:38:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:38:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:43 2020-06-13] 178: Checking imports ** [05:38:43 2020-06-13] 178: Checking exports ** [05:38:43 2020-06-13] 178: Checking users ** [05:38:43 2020-06-13] 178: Checking user_dbs ** [05:38:43 2020-06-13] 178: Checking geocodings ** [05:38:43 2020-06-13] 178: Checking synchronizations ** [05:38:43 2020-06-13] 178: Checking tracker ** [05:38:43 2020-06-13] 178: Checking user_migrations ** [05:38:43 2020-06-13] 178: Checking batch_updates ** [05:38:43 2020-06-13] 178: Checking gears ** [05:38:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:38:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:48 2020-06-13] 178: Checking imports ** [05:38:48 2020-06-13] 178: Checking exports ** [05:38:48 2020-06-13] 178: Checking users ** [05:38:48 2020-06-13] 178: Checking user_dbs ** [05:38:48 2020-06-13] 178: Checking geocodings ** [05:38:48 2020-06-13] 178: Checking synchronizations ** [05:38:48 2020-06-13] 178: Checking tracker ** [05:38:48 2020-06-13] 178: Checking user_migrations ** [05:38:48 2020-06-13] 178: Checking batch_updates ** [05:38:48 2020-06-13] 178: Checking gears ** [05:38:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:38:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:53 2020-06-13] 178: Checking imports ** [05:38:53 2020-06-13] 178: Checking exports ** [05:38:53 2020-06-13] 178: Checking users ** [05:38:53 2020-06-13] 178: Checking user_dbs ** [05:38:53 2020-06-13] 178: Checking geocodings ** [05:38:53 2020-06-13] 178: Checking synchronizations ** [05:38:53 2020-06-13] 178: Checking tracker ** [05:38:53 2020-06-13] 178: Checking user_migrations ** [05:38:53 2020-06-13] 178: Checking batch_updates ** [05:38:53 2020-06-13] 178: Checking gears ** [05:38:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:38:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:58 2020-06-13] 178: Checking imports ** [05:38:58 2020-06-13] 178: Checking exports ** [05:38:58 2020-06-13] 178: Checking users ** [05:38:58 2020-06-13] 178: Checking user_dbs ** [05:38:58 2020-06-13] 178: Checking geocodings ** [05:38:58 2020-06-13] 178: Checking synchronizations ** [05:38:58 2020-06-13] 178: Checking tracker ** [05:38:58 2020-06-13] 178: Checking user_migrations ** [05:38:58 2020-06-13] 178: Checking batch_updates ** [05:38:58 2020-06-13] 178: Checking gears ** [05:38:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:38:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:03 2020-06-13] 178: Checking imports ** [05:39:03 2020-06-13] 178: Checking exports ** [05:39:03 2020-06-13] 178: Checking users ** [05:39:03 2020-06-13] 178: Checking user_dbs ** [05:39:03 2020-06-13] 178: Checking geocodings ** [05:39:03 2020-06-13] 178: Checking synchronizations ** [05:39:03 2020-06-13] 178: Checking tracker ** [05:39:03 2020-06-13] 178: Checking user_migrations ** [05:39:03 2020-06-13] 178: Checking batch_updates ** [05:39:03 2020-06-13] 178: Checking gears ** [05:39:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:39:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:08 2020-06-13] 178: Checking imports ** [05:39:08 2020-06-13] 178: Checking exports ** [05:39:08 2020-06-13] 178: Checking users ** [05:39:08 2020-06-13] 178: Checking user_dbs ** [05:39:08 2020-06-13] 178: Checking geocodings ** [05:39:08 2020-06-13] 178: Checking synchronizations ** [05:39:08 2020-06-13] 178: Checking tracker ** [05:39:08 2020-06-13] 178: Checking user_migrations ** [05:39:08 2020-06-13] 178: Checking batch_updates ** [05:39:08 2020-06-13] 178: Checking gears ** [05:39:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:39:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:13 2020-06-13] 178: Checking imports ** [05:39:13 2020-06-13] 178: Checking exports ** [05:39:13 2020-06-13] 178: Checking users ** [05:39:13 2020-06-13] 178: Checking user_dbs ** [05:39:13 2020-06-13] 178: Checking geocodings ** [05:39:13 2020-06-13] 178: Checking synchronizations ** [05:39:13 2020-06-13] 178: Checking tracker ** [05:39:13 2020-06-13] 178: Checking user_migrations ** [05:39:13 2020-06-13] 178: Checking batch_updates ** [05:39:13 2020-06-13] 178: Checking gears ** [05:39:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:39:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:18 2020-06-13] 178: Checking imports ** [05:39:18 2020-06-13] 178: Checking exports ** [05:39:18 2020-06-13] 178: Checking users ** [05:39:18 2020-06-13] 178: Checking user_dbs ** [05:39:18 2020-06-13] 178: Checking geocodings ** [05:39:18 2020-06-13] 178: Checking synchronizations ** [05:39:18 2020-06-13] 178: Checking tracker ** [05:39:18 2020-06-13] 178: Checking user_migrations ** [05:39:18 2020-06-13] 178: Checking batch_updates ** [05:39:18 2020-06-13] 178: Checking gears ** [05:39:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:39:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:23 2020-06-13] 178: Checking imports ** [05:39:23 2020-06-13] 178: Checking exports ** [05:39:23 2020-06-13] 178: Checking users ** [05:39:23 2020-06-13] 178: Checking user_dbs ** [05:39:23 2020-06-13] 178: Checking geocodings ** [05:39:23 2020-06-13] 178: Checking synchronizations ** [05:39:23 2020-06-13] 178: Checking tracker ** [05:39:23 2020-06-13] 178: Checking user_migrations ** [05:39:23 2020-06-13] 178: Checking batch_updates ** [05:39:23 2020-06-13] 178: Checking gears ** [05:39:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:39:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:28 2020-06-13] 178: Checking imports ** [05:39:28 2020-06-13] 178: Checking exports ** [05:39:28 2020-06-13] 178: Checking users ** [05:39:28 2020-06-13] 178: Checking user_dbs ** [05:39:28 2020-06-13] 178: Checking geocodings ** [05:39:28 2020-06-13] 178: Checking synchronizations ** [05:39:28 2020-06-13] 178: Checking tracker ** [05:39:28 2020-06-13] 178: Checking user_migrations ** [05:39:28 2020-06-13] 178: Checking batch_updates ** [05:39:28 2020-06-13] 178: Checking gears ** [05:39:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:39:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:33 2020-06-13] 178: Checking imports ** [05:39:33 2020-06-13] 178: Checking exports ** [05:39:33 2020-06-13] 178: Checking users ** [05:39:33 2020-06-13] 178: Checking user_dbs ** [05:39:33 2020-06-13] 178: Checking geocodings ** [05:39:33 2020-06-13] 178: Checking synchronizations ** [05:39:33 2020-06-13] 178: Checking tracker ** [05:39:33 2020-06-13] 178: Checking user_migrations ** [05:39:33 2020-06-13] 178: Checking batch_updates ** [05:39:33 2020-06-13] 178: Checking gears ** [05:39:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:39:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:38 2020-06-13] 178: Checking imports ** [05:39:38 2020-06-13] 178: Checking exports ** [05:39:38 2020-06-13] 178: Checking users ** [05:39:38 2020-06-13] 178: Checking user_dbs ** [05:39:38 2020-06-13] 178: Checking geocodings ** [05:39:38 2020-06-13] 178: Checking synchronizations ** [05:39:38 2020-06-13] 178: Checking tracker ** [05:39:38 2020-06-13] 178: Checking user_migrations ** [05:39:38 2020-06-13] 178: Checking batch_updates ** [05:39:38 2020-06-13] 178: Checking gears ** [05:39:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:39:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:43 2020-06-13] 178: Checking imports ** [05:39:43 2020-06-13] 178: Checking exports ** [05:39:43 2020-06-13] 178: Checking users ** [05:39:43 2020-06-13] 178: Checking user_dbs ** [05:39:43 2020-06-13] 178: Checking geocodings ** [05:39:43 2020-06-13] 178: Checking synchronizations ** [05:39:43 2020-06-13] 178: Checking tracker ** [05:39:43 2020-06-13] 178: Checking user_migrations ** [05:39:43 2020-06-13] 178: Checking batch_updates ** [05:39:43 2020-06-13] 178: Checking gears ** [05:39:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:39:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:48 2020-06-13] 178: Checking imports ** [05:39:48 2020-06-13] 178: Checking exports ** [05:39:48 2020-06-13] 178: Checking users ** [05:39:48 2020-06-13] 178: Checking user_dbs ** [05:39:48 2020-06-13] 178: Checking geocodings ** [05:39:48 2020-06-13] 178: Checking synchronizations ** [05:39:48 2020-06-13] 178: Checking tracker ** [05:39:48 2020-06-13] 178: Checking user_migrations ** [05:39:48 2020-06-13] 178: Checking batch_updates ** [05:39:48 2020-06-13] 178: Checking gears ** [05:39:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:39:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:53 2020-06-13] 178: Checking imports ** [05:39:53 2020-06-13] 178: Checking exports ** [05:39:53 2020-06-13] 178: Checking users ** [05:39:53 2020-06-13] 178: Checking user_dbs ** [05:39:53 2020-06-13] 178: Checking geocodings ** [05:39:53 2020-06-13] 178: Checking synchronizations ** [05:39:53 2020-06-13] 178: Checking tracker ** [05:39:53 2020-06-13] 178: Checking user_migrations ** [05:39:53 2020-06-13] 178: Checking batch_updates ** [05:39:53 2020-06-13] 178: Checking gears ** [05:39:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:39:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:58 2020-06-13] 178: Checking imports ** [05:39:58 2020-06-13] 178: Checking exports ** [05:39:58 2020-06-13] 178: Checking users ** [05:39:58 2020-06-13] 178: Checking user_dbs ** [05:39:58 2020-06-13] 178: Checking geocodings ** [05:39:58 2020-06-13] 178: Checking synchronizations ** [05:39:58 2020-06-13] 178: Checking tracker ** [05:39:58 2020-06-13] 178: Checking user_migrations ** [05:39:58 2020-06-13] 178: Checking batch_updates ** [05:39:58 2020-06-13] 178: Checking gears ** [05:39:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:39:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:03 2020-06-13] 178: Checking imports ** [05:40:03 2020-06-13] 178: Checking exports ** [05:40:03 2020-06-13] 178: Checking users ** [05:40:03 2020-06-13] 178: Checking user_dbs ** [05:40:03 2020-06-13] 178: Checking geocodings ** [05:40:03 2020-06-13] 178: Checking synchronizations ** [05:40:03 2020-06-13] 178: Checking tracker ** [05:40:03 2020-06-13] 178: Checking user_migrations ** [05:40:03 2020-06-13] 178: Checking batch_updates ** [05:40:03 2020-06-13] 178: Checking gears ** [05:40:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:40:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:08 2020-06-13] 178: Checking imports ** [05:40:08 2020-06-13] 178: Checking exports ** [05:40:08 2020-06-13] 178: Checking users ** [05:40:08 2020-06-13] 178: Checking user_dbs ** [05:40:08 2020-06-13] 178: Checking geocodings ** [05:40:08 2020-06-13] 178: Checking synchronizations ** [05:40:08 2020-06-13] 178: Checking tracker ** [05:40:08 2020-06-13] 178: Checking user_migrations ** [05:40:08 2020-06-13] 178: Checking batch_updates ** [05:40:08 2020-06-13] 178: Checking gears ** [05:40:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:40:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:13 2020-06-13] 178: Checking imports ** [05:40:13 2020-06-13] 178: Checking exports ** [05:40:13 2020-06-13] 178: Checking users ** [05:40:13 2020-06-13] 178: Checking user_dbs ** [05:40:13 2020-06-13] 178: Checking geocodings ** [05:40:13 2020-06-13] 178: Checking synchronizations ** [05:40:13 2020-06-13] 178: Checking tracker ** [05:40:13 2020-06-13] 178: Checking user_migrations ** [05:40:13 2020-06-13] 178: Checking batch_updates ** [05:40:13 2020-06-13] 178: Checking gears ** [05:40:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:40:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:18 2020-06-13] 178: Checking imports ** [05:40:18 2020-06-13] 178: Checking exports ** [05:40:18 2020-06-13] 178: Checking users ** [05:40:18 2020-06-13] 178: Checking user_dbs ** [05:40:18 2020-06-13] 178: Checking geocodings ** [05:40:18 2020-06-13] 178: Checking synchronizations ** [05:40:18 2020-06-13] 178: Checking tracker ** [05:40:18 2020-06-13] 178: Checking user_migrations ** [05:40:18 2020-06-13] 178: Checking batch_updates ** [05:40:18 2020-06-13] 178: Checking gears ** [05:40:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:40:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:23 2020-06-13] 178: Checking imports ** [05:40:23 2020-06-13] 178: Checking exports ** [05:40:23 2020-06-13] 178: Checking users ** [05:40:23 2020-06-13] 178: Checking user_dbs ** [05:40:23 2020-06-13] 178: Checking geocodings ** [05:40:23 2020-06-13] 178: Checking synchronizations ** [05:40:23 2020-06-13] 178: Checking tracker ** [05:40:23 2020-06-13] 178: Checking user_migrations ** [05:40:23 2020-06-13] 178: Checking batch_updates ** [05:40:23 2020-06-13] 178: Checking gears ** [05:40:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:40:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:28 2020-06-13] 178: Checking imports ** [05:40:28 2020-06-13] 178: Checking exports ** [05:40:28 2020-06-13] 178: Checking users ** [05:40:28 2020-06-13] 178: Checking user_dbs ** [05:40:28 2020-06-13] 178: Checking geocodings ** [05:40:28 2020-06-13] 178: Checking synchronizations ** [05:40:28 2020-06-13] 178: Checking tracker ** [05:40:28 2020-06-13] 178: Checking user_migrations ** [05:40:28 2020-06-13] 178: Checking batch_updates ** [05:40:28 2020-06-13] 178: Checking gears ** [05:40:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:40:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:33 2020-06-13] 178: Checking imports ** [05:40:33 2020-06-13] 178: Checking exports ** [05:40:33 2020-06-13] 178: Checking users ** [05:40:33 2020-06-13] 178: Checking user_dbs ** [05:40:33 2020-06-13] 178: Checking geocodings ** [05:40:33 2020-06-13] 178: Checking synchronizations ** [05:40:33 2020-06-13] 178: Checking tracker ** [05:40:33 2020-06-13] 178: Checking user_migrations ** [05:40:33 2020-06-13] 178: Checking batch_updates ** [05:40:33 2020-06-13] 178: Checking gears ** [05:40:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:40:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:38 2020-06-13] 178: Checking imports ** [05:40:38 2020-06-13] 178: Checking exports ** [05:40:38 2020-06-13] 178: Checking users ** [05:40:38 2020-06-13] 178: Checking user_dbs ** [05:40:38 2020-06-13] 178: Checking geocodings ** [05:40:38 2020-06-13] 178: Checking synchronizations ** [05:40:38 2020-06-13] 178: Checking tracker ** [05:40:38 2020-06-13] 178: Checking user_migrations ** [05:40:38 2020-06-13] 178: Checking batch_updates ** [05:40:38 2020-06-13] 178: Checking gears ** [05:40:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:40:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:43 2020-06-13] 178: Checking imports ** [05:40:43 2020-06-13] 178: Checking exports ** [05:40:43 2020-06-13] 178: Checking users ** [05:40:43 2020-06-13] 178: Checking user_dbs ** [05:40:43 2020-06-13] 178: Checking geocodings ** [05:40:43 2020-06-13] 178: Checking synchronizations ** [05:40:43 2020-06-13] 178: Checking tracker ** [05:40:43 2020-06-13] 178: Checking user_migrations ** [05:40:43 2020-06-13] 178: Checking batch_updates ** [05:40:43 2020-06-13] 178: Checking gears ** [05:40:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:40:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:48 2020-06-13] 178: Checking imports ** [05:40:48 2020-06-13] 178: Checking exports ** [05:40:48 2020-06-13] 178: Checking users ** [05:40:48 2020-06-13] 178: Checking user_dbs ** [05:40:48 2020-06-13] 178: Checking geocodings ** [05:40:48 2020-06-13] 178: Checking synchronizations ** [05:40:48 2020-06-13] 178: Checking tracker ** [05:40:48 2020-06-13] 178: Checking user_migrations ** [05:40:48 2020-06-13] 178: Checking batch_updates ** [05:40:48 2020-06-13] 178: Checking gears ** [05:40:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:40:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:53 2020-06-13] 178: Checking imports ** [05:40:53 2020-06-13] 178: Checking exports ** [05:40:53 2020-06-13] 178: Checking users ** [05:40:53 2020-06-13] 178: Checking user_dbs ** [05:40:53 2020-06-13] 178: Checking geocodings ** [05:40:53 2020-06-13] 178: Checking synchronizations ** [05:40:53 2020-06-13] 178: Checking tracker ** [05:40:53 2020-06-13] 178: Checking user_migrations ** [05:40:53 2020-06-13] 178: Checking batch_updates ** [05:40:53 2020-06-13] 178: Checking gears ** [05:40:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:40:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:58 2020-06-13] 178: Checking imports ** [05:40:58 2020-06-13] 178: Checking exports ** [05:40:58 2020-06-13] 178: Checking users ** [05:40:58 2020-06-13] 178: Checking user_dbs ** [05:40:58 2020-06-13] 178: Checking geocodings ** [05:40:58 2020-06-13] 178: Checking synchronizations ** [05:40:58 2020-06-13] 178: Checking tracker ** [05:40:58 2020-06-13] 178: Checking user_migrations ** [05:40:58 2020-06-13] 178: Checking batch_updates ** [05:40:58 2020-06-13] 178: Checking gears ** [05:40:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:40:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:03 2020-06-13] 178: Checking imports ** [05:41:03 2020-06-13] 178: Checking exports ** [05:41:03 2020-06-13] 178: Checking users ** [05:41:03 2020-06-13] 178: Checking user_dbs ** [05:41:03 2020-06-13] 178: Checking geocodings ** [05:41:03 2020-06-13] 178: Checking synchronizations ** [05:41:03 2020-06-13] 178: Checking tracker ** [05:41:03 2020-06-13] 178: Checking user_migrations ** [05:41:03 2020-06-13] 178: Checking batch_updates ** [05:41:03 2020-06-13] 178: Checking gears ** [05:41:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:41:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:08 2020-06-13] 178: Checking imports ** [05:41:08 2020-06-13] 178: Checking exports ** [05:41:08 2020-06-13] 178: Checking users ** [05:41:08 2020-06-13] 178: Checking user_dbs ** [05:41:08 2020-06-13] 178: Checking geocodings ** [05:41:08 2020-06-13] 178: Checking synchronizations ** [05:41:08 2020-06-13] 178: Checking tracker ** [05:41:08 2020-06-13] 178: Checking user_migrations ** [05:41:08 2020-06-13] 178: Checking batch_updates ** [05:41:08 2020-06-13] 178: Checking gears ** [05:41:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:41:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:13 2020-06-13] 178: Checking imports ** [05:41:13 2020-06-13] 178: Checking exports ** [05:41:13 2020-06-13] 178: Checking users ** [05:41:13 2020-06-13] 178: Checking user_dbs ** [05:41:13 2020-06-13] 178: Checking geocodings ** [05:41:13 2020-06-13] 178: Checking synchronizations ** [05:41:13 2020-06-13] 178: Checking tracker ** [05:41:13 2020-06-13] 178: Checking user_migrations ** [05:41:13 2020-06-13] 178: Checking batch_updates ** [05:41:13 2020-06-13] 178: Checking gears ** [05:41:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:41:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:18 2020-06-13] 178: Checking imports ** [05:41:18 2020-06-13] 178: Checking exports ** [05:41:18 2020-06-13] 178: Checking users ** [05:41:18 2020-06-13] 178: Checking user_dbs ** [05:41:18 2020-06-13] 178: Checking geocodings ** [05:41:18 2020-06-13] 178: Checking synchronizations ** [05:41:18 2020-06-13] 178: Checking tracker ** [05:41:18 2020-06-13] 178: Checking user_migrations ** [05:41:18 2020-06-13] 178: Checking batch_updates ** [05:41:18 2020-06-13] 178: Checking gears ** [05:41:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:41:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:23 2020-06-13] 178: Checking imports ** [05:41:23 2020-06-13] 178: Checking exports ** [05:41:23 2020-06-13] 178: Checking users ** [05:41:23 2020-06-13] 178: Checking user_dbs ** [05:41:23 2020-06-13] 178: Checking geocodings ** [05:41:23 2020-06-13] 178: Checking synchronizations ** [05:41:23 2020-06-13] 178: Checking tracker ** [05:41:23 2020-06-13] 178: Checking user_migrations ** [05:41:23 2020-06-13] 178: Checking batch_updates ** [05:41:23 2020-06-13] 178: Checking gears ** [05:41:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:41:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:28 2020-06-13] 178: Checking imports ** [05:41:28 2020-06-13] 178: Checking exports ** [05:41:28 2020-06-13] 178: Checking users ** [05:41:28 2020-06-13] 178: Checking user_dbs ** [05:41:28 2020-06-13] 178: Checking geocodings ** [05:41:28 2020-06-13] 178: Checking synchronizations ** [05:41:28 2020-06-13] 178: Checking tracker ** [05:41:28 2020-06-13] 178: Checking user_migrations ** [05:41:28 2020-06-13] 178: Checking batch_updates ** [05:41:28 2020-06-13] 178: Checking gears ** [05:41:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:41:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:33 2020-06-13] 178: Checking imports ** [05:41:33 2020-06-13] 178: Checking exports ** [05:41:33 2020-06-13] 178: Checking users ** [05:41:33 2020-06-13] 178: Checking user_dbs ** [05:41:33 2020-06-13] 178: Checking geocodings ** [05:41:33 2020-06-13] 178: Checking synchronizations ** [05:41:33 2020-06-13] 178: Checking tracker ** [05:41:33 2020-06-13] 178: Checking user_migrations ** [05:41:33 2020-06-13] 178: Checking batch_updates ** [05:41:33 2020-06-13] 178: Checking gears ** [05:41:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:41:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:38 2020-06-13] 178: Checking imports ** [05:41:38 2020-06-13] 178: Checking exports ** [05:41:38 2020-06-13] 178: Checking users ** [05:41:38 2020-06-13] 178: Checking user_dbs ** [05:41:38 2020-06-13] 178: Checking geocodings ** [05:41:38 2020-06-13] 178: Checking synchronizations ** [05:41:38 2020-06-13] 178: Checking tracker ** [05:41:38 2020-06-13] 178: Checking user_migrations ** [05:41:38 2020-06-13] 178: Checking batch_updates ** [05:41:38 2020-06-13] 178: Checking gears ** [05:41:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:41:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:43 2020-06-13] 178: Checking imports ** [05:41:43 2020-06-13] 178: Checking exports ** [05:41:43 2020-06-13] 178: Checking users ** [05:41:43 2020-06-13] 178: Checking user_dbs ** [05:41:43 2020-06-13] 178: Checking geocodings ** [05:41:43 2020-06-13] 178: Checking synchronizations ** [05:41:43 2020-06-13] 178: Checking tracker ** [05:41:43 2020-06-13] 178: Checking user_migrations ** [05:41:43 2020-06-13] 178: Checking batch_updates ** [05:41:43 2020-06-13] 178: Checking gears ** [05:41:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:41:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:48 2020-06-13] 178: Checking imports ** [05:41:48 2020-06-13] 178: Checking exports ** [05:41:48 2020-06-13] 178: Checking users ** [05:41:48 2020-06-13] 178: Checking user_dbs ** [05:41:48 2020-06-13] 178: Checking geocodings ** [05:41:48 2020-06-13] 178: Checking synchronizations ** [05:41:48 2020-06-13] 178: Checking tracker ** [05:41:48 2020-06-13] 178: Checking user_migrations ** [05:41:48 2020-06-13] 178: Checking batch_updates ** [05:41:48 2020-06-13] 178: Checking gears ** [05:41:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:41:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:53 2020-06-13] 178: Checking imports ** [05:41:53 2020-06-13] 178: Checking exports ** [05:41:53 2020-06-13] 178: Checking users ** [05:41:53 2020-06-13] 178: Checking user_dbs ** [05:41:53 2020-06-13] 178: Checking geocodings ** [05:41:53 2020-06-13] 178: Checking synchronizations ** [05:41:53 2020-06-13] 178: Checking tracker ** [05:41:53 2020-06-13] 178: Checking user_migrations ** [05:41:53 2020-06-13] 178: Checking batch_updates ** [05:41:53 2020-06-13] 178: Checking gears ** [05:41:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:41:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:58 2020-06-13] 178: Checking imports ** [05:41:58 2020-06-13] 178: Checking exports ** [05:41:58 2020-06-13] 178: Checking users ** [05:41:58 2020-06-13] 178: Checking user_dbs ** [05:41:58 2020-06-13] 178: Checking geocodings ** [05:41:58 2020-06-13] 178: Checking synchronizations ** [05:41:58 2020-06-13] 178: Checking tracker ** [05:41:58 2020-06-13] 178: Checking user_migrations ** [05:41:58 2020-06-13] 178: Checking batch_updates ** [05:41:58 2020-06-13] 178: Checking gears ** [05:41:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:41:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:03 2020-06-13] 178: Checking imports ** [05:42:03 2020-06-13] 178: Checking exports ** [05:42:03 2020-06-13] 178: Checking users ** [05:42:03 2020-06-13] 178: Checking user_dbs ** [05:42:03 2020-06-13] 178: Checking geocodings ** [05:42:03 2020-06-13] 178: Checking synchronizations ** [05:42:03 2020-06-13] 178: Checking tracker ** [05:42:03 2020-06-13] 178: Checking user_migrations ** [05:42:03 2020-06-13] 178: Checking batch_updates ** [05:42:03 2020-06-13] 178: Checking gears ** [05:42:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:42:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:08 2020-06-13] 178: Checking imports ** [05:42:08 2020-06-13] 178: Checking exports ** [05:42:08 2020-06-13] 178: Checking users ** [05:42:08 2020-06-13] 178: Checking user_dbs ** [05:42:08 2020-06-13] 178: Checking geocodings ** [05:42:08 2020-06-13] 178: Checking synchronizations ** [05:42:08 2020-06-13] 178: Checking tracker ** [05:42:08 2020-06-13] 178: Checking user_migrations ** [05:42:08 2020-06-13] 178: Checking batch_updates ** [05:42:08 2020-06-13] 178: Checking gears ** [05:42:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:42:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:13 2020-06-13] 178: Checking imports ** [05:42:13 2020-06-13] 178: Checking exports ** [05:42:13 2020-06-13] 178: Checking users ** [05:42:13 2020-06-13] 178: Checking user_dbs ** [05:42:13 2020-06-13] 178: Checking geocodings ** [05:42:13 2020-06-13] 178: Checking synchronizations ** [05:42:13 2020-06-13] 178: Checking tracker ** [05:42:13 2020-06-13] 178: Checking user_migrations ** [05:42:13 2020-06-13] 178: Checking batch_updates ** [05:42:13 2020-06-13] 178: Checking gears ** [05:42:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:42:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:18 2020-06-13] 178: Checking imports ** [05:42:18 2020-06-13] 178: Checking exports ** [05:42:18 2020-06-13] 178: Checking users ** [05:42:18 2020-06-13] 178: Checking user_dbs ** [05:42:18 2020-06-13] 178: Checking geocodings ** [05:42:18 2020-06-13] 178: Checking synchronizations ** [05:42:18 2020-06-13] 178: Checking tracker ** [05:42:18 2020-06-13] 178: Checking user_migrations ** [05:42:18 2020-06-13] 178: Checking batch_updates ** [05:42:18 2020-06-13] 178: Checking gears ** [05:42:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:42:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:24 2020-06-13] 178: Checking imports ** [05:42:24 2020-06-13] 178: Checking exports ** [05:42:24 2020-06-13] 178: Checking users ** [05:42:24 2020-06-13] 178: Checking user_dbs ** [05:42:24 2020-06-13] 178: Checking geocodings ** [05:42:24 2020-06-13] 178: Checking synchronizations ** [05:42:24 2020-06-13] 178: Checking tracker ** [05:42:24 2020-06-13] 178: Checking user_migrations ** [05:42:24 2020-06-13] 178: Checking batch_updates ** [05:42:24 2020-06-13] 178: Checking gears ** [05:42:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:42:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:29 2020-06-13] 178: Checking imports ** [05:42:29 2020-06-13] 178: Checking exports ** [05:42:29 2020-06-13] 178: Checking users ** [05:42:29 2020-06-13] 178: Checking user_dbs ** [05:42:29 2020-06-13] 178: Checking geocodings ** [05:42:29 2020-06-13] 178: Checking synchronizations ** [05:42:29 2020-06-13] 178: Checking tracker ** [05:42:29 2020-06-13] 178: Checking user_migrations ** [05:42:29 2020-06-13] 178: Checking batch_updates ** [05:42:29 2020-06-13] 178: Checking gears ** [05:42:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:42:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:34 2020-06-13] 178: Checking imports ** [05:42:34 2020-06-13] 178: Checking exports ** [05:42:34 2020-06-13] 178: Checking users ** [05:42:34 2020-06-13] 178: Checking user_dbs ** [05:42:34 2020-06-13] 178: Checking geocodings ** [05:42:34 2020-06-13] 178: Checking synchronizations ** [05:42:34 2020-06-13] 178: Checking tracker ** [05:42:34 2020-06-13] 178: Checking user_migrations ** [05:42:34 2020-06-13] 178: Checking batch_updates ** [05:42:34 2020-06-13] 178: Checking gears ** [05:42:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:42:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:39 2020-06-13] 178: Checking imports ** [05:42:39 2020-06-13] 178: Checking exports ** [05:42:39 2020-06-13] 178: Checking users ** [05:42:39 2020-06-13] 178: Checking user_dbs ** [05:42:39 2020-06-13] 178: Checking geocodings ** [05:42:39 2020-06-13] 178: Checking synchronizations ** [05:42:39 2020-06-13] 178: Checking tracker ** [05:42:39 2020-06-13] 178: Checking user_migrations ** [05:42:39 2020-06-13] 178: Checking batch_updates ** [05:42:39 2020-06-13] 178: Checking gears ** [05:42:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:42:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:44 2020-06-13] 178: Checking imports ** [05:42:44 2020-06-13] 178: Checking exports ** [05:42:44 2020-06-13] 178: Checking users ** [05:42:44 2020-06-13] 178: Checking user_dbs ** [05:42:44 2020-06-13] 178: Checking geocodings ** [05:42:44 2020-06-13] 178: Checking synchronizations ** [05:42:44 2020-06-13] 178: Checking tracker ** [05:42:44 2020-06-13] 178: Checking user_migrations ** [05:42:44 2020-06-13] 178: Checking batch_updates ** [05:42:44 2020-06-13] 178: Checking gears ** [05:42:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:42:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:49 2020-06-13] 178: Checking imports ** [05:42:49 2020-06-13] 178: Checking exports ** [05:42:49 2020-06-13] 178: Checking users ** [05:42:49 2020-06-13] 178: Checking user_dbs ** [05:42:49 2020-06-13] 178: Checking geocodings ** [05:42:49 2020-06-13] 178: Checking synchronizations ** [05:42:49 2020-06-13] 178: Checking tracker ** [05:42:49 2020-06-13] 178: Checking user_migrations ** [05:42:49 2020-06-13] 178: Checking batch_updates ** [05:42:49 2020-06-13] 178: Checking gears ** [05:42:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:42:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:54 2020-06-13] 178: Checking imports ** [05:42:54 2020-06-13] 178: Checking exports ** [05:42:54 2020-06-13] 178: Checking users ** [05:42:54 2020-06-13] 178: Checking user_dbs ** [05:42:54 2020-06-13] 178: Checking geocodings ** [05:42:54 2020-06-13] 178: Checking synchronizations ** [05:42:54 2020-06-13] 178: Checking tracker ** [05:42:54 2020-06-13] 178: Checking user_migrations ** [05:42:54 2020-06-13] 178: Checking batch_updates ** [05:42:54 2020-06-13] 178: Checking gears ** [05:42:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:42:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:59 2020-06-13] 178: Checking imports ** [05:42:59 2020-06-13] 178: Checking exports ** [05:42:59 2020-06-13] 178: Checking users ** [05:42:59 2020-06-13] 178: Checking user_dbs ** [05:42:59 2020-06-13] 178: Checking geocodings ** [05:42:59 2020-06-13] 178: Checking synchronizations ** [05:42:59 2020-06-13] 178: Checking tracker ** [05:42:59 2020-06-13] 178: Checking user_migrations ** [05:42:59 2020-06-13] 178: Checking batch_updates ** [05:42:59 2020-06-13] 178: Checking gears ** [05:42:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:42:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:04 2020-06-13] 178: Checking imports ** [05:43:04 2020-06-13] 178: Checking exports ** [05:43:04 2020-06-13] 178: Checking users ** [05:43:04 2020-06-13] 178: Checking user_dbs ** [05:43:04 2020-06-13] 178: Checking geocodings ** [05:43:04 2020-06-13] 178: Checking synchronizations ** [05:43:04 2020-06-13] 178: Checking tracker ** [05:43:04 2020-06-13] 178: Checking user_migrations ** [05:43:04 2020-06-13] 178: Checking batch_updates ** [05:43:04 2020-06-13] 178: Checking gears ** [05:43:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:43:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:09 2020-06-13] 178: Checking imports ** [05:43:09 2020-06-13] 178: Checking exports ** [05:43:09 2020-06-13] 178: Checking users ** [05:43:09 2020-06-13] 178: Checking user_dbs ** [05:43:09 2020-06-13] 178: Checking geocodings ** [05:43:09 2020-06-13] 178: Checking synchronizations ** [05:43:09 2020-06-13] 178: Checking tracker ** [05:43:09 2020-06-13] 178: Checking user_migrations ** [05:43:09 2020-06-13] 178: Checking batch_updates ** [05:43:09 2020-06-13] 178: Checking gears ** [05:43:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:43:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:14 2020-06-13] 178: Checking imports ** [05:43:14 2020-06-13] 178: Checking exports ** [05:43:14 2020-06-13] 178: Checking users ** [05:43:14 2020-06-13] 178: Checking user_dbs ** [05:43:14 2020-06-13] 178: Checking geocodings ** [05:43:14 2020-06-13] 178: Checking synchronizations ** [05:43:14 2020-06-13] 178: Checking tracker ** [05:43:14 2020-06-13] 178: Checking user_migrations ** [05:43:14 2020-06-13] 178: Checking batch_updates ** [05:43:14 2020-06-13] 178: Checking gears ** [05:43:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:43:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:19 2020-06-13] 178: Checking imports ** [05:43:19 2020-06-13] 178: Checking exports ** [05:43:19 2020-06-13] 178: Checking users ** [05:43:19 2020-06-13] 178: Checking user_dbs ** [05:43:19 2020-06-13] 178: Checking geocodings ** [05:43:19 2020-06-13] 178: Checking synchronizations ** [05:43:19 2020-06-13] 178: Checking tracker ** [05:43:19 2020-06-13] 178: Checking user_migrations ** [05:43:19 2020-06-13] 178: Checking batch_updates ** [05:43:19 2020-06-13] 178: Checking gears ** [05:43:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:43:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:24 2020-06-13] 178: Checking imports ** [05:43:24 2020-06-13] 178: Checking exports ** [05:43:24 2020-06-13] 178: Checking users ** [05:43:24 2020-06-13] 178: Checking user_dbs ** [05:43:24 2020-06-13] 178: Checking geocodings ** [05:43:24 2020-06-13] 178: Checking synchronizations ** [05:43:24 2020-06-13] 178: Checking tracker ** [05:43:24 2020-06-13] 178: Checking user_migrations ** [05:43:24 2020-06-13] 178: Checking batch_updates ** [05:43:24 2020-06-13] 178: Checking gears ** [05:43:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:43:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:29 2020-06-13] 178: Checking imports ** [05:43:29 2020-06-13] 178: Checking exports ** [05:43:29 2020-06-13] 178: Checking users ** [05:43:29 2020-06-13] 178: Checking user_dbs ** [05:43:29 2020-06-13] 178: Checking geocodings ** [05:43:29 2020-06-13] 178: Checking synchronizations ** [05:43:29 2020-06-13] 178: Checking tracker ** [05:43:29 2020-06-13] 178: Checking user_migrations ** [05:43:29 2020-06-13] 178: Checking batch_updates ** [05:43:29 2020-06-13] 178: Checking gears ** [05:43:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:43:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:34 2020-06-13] 178: Checking imports ** [05:43:34 2020-06-13] 178: Checking exports ** [05:43:34 2020-06-13] 178: Checking users ** [05:43:34 2020-06-13] 178: Checking user_dbs ** [05:43:34 2020-06-13] 178: Checking geocodings ** [05:43:34 2020-06-13] 178: Checking synchronizations ** [05:43:34 2020-06-13] 178: Checking tracker ** [05:43:34 2020-06-13] 178: Checking user_migrations ** [05:43:34 2020-06-13] 178: Checking batch_updates ** [05:43:34 2020-06-13] 178: Checking gears ** [05:43:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:43:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:39 2020-06-13] 178: Checking imports ** [05:43:39 2020-06-13] 178: Checking exports ** [05:43:39 2020-06-13] 178: Checking users ** [05:43:39 2020-06-13] 178: Checking user_dbs ** [05:43:39 2020-06-13] 178: Checking geocodings ** [05:43:39 2020-06-13] 178: Checking synchronizations ** [05:43:39 2020-06-13] 178: Checking tracker ** [05:43:39 2020-06-13] 178: Checking user_migrations ** [05:43:39 2020-06-13] 178: Checking batch_updates ** [05:43:39 2020-06-13] 178: Checking gears ** [05:43:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:43:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:44 2020-06-13] 178: Checking imports ** [05:43:44 2020-06-13] 178: Checking exports ** [05:43:44 2020-06-13] 178: Checking users ** [05:43:44 2020-06-13] 178: Checking user_dbs ** [05:43:44 2020-06-13] 178: Checking geocodings ** [05:43:44 2020-06-13] 178: Checking synchronizations ** [05:43:44 2020-06-13] 178: Checking tracker ** [05:43:44 2020-06-13] 178: Checking user_migrations ** [05:43:44 2020-06-13] 178: Checking batch_updates ** [05:43:44 2020-06-13] 178: Checking gears ** [05:43:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:43:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:49 2020-06-13] 178: Checking imports ** [05:43:49 2020-06-13] 178: Checking exports ** [05:43:49 2020-06-13] 178: Checking users ** [05:43:49 2020-06-13] 178: Checking user_dbs ** [05:43:49 2020-06-13] 178: Checking geocodings ** [05:43:49 2020-06-13] 178: Checking synchronizations ** [05:43:49 2020-06-13] 178: Checking tracker ** [05:43:49 2020-06-13] 178: Checking user_migrations ** [05:43:49 2020-06-13] 178: Checking batch_updates ** [05:43:49 2020-06-13] 178: Checking gears ** [05:43:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:43:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:54 2020-06-13] 178: Checking imports ** [05:43:54 2020-06-13] 178: Checking exports ** [05:43:54 2020-06-13] 178: Checking users ** [05:43:54 2020-06-13] 178: Checking user_dbs ** [05:43:54 2020-06-13] 178: Checking geocodings ** [05:43:54 2020-06-13] 178: Checking synchronizations ** [05:43:54 2020-06-13] 178: Checking tracker ** [05:43:54 2020-06-13] 178: Checking user_migrations ** [05:43:54 2020-06-13] 178: Checking batch_updates ** [05:43:54 2020-06-13] 178: Checking gears ** [05:43:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:43:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:59 2020-06-13] 178: Checking imports ** [05:43:59 2020-06-13] 178: Checking exports ** [05:43:59 2020-06-13] 178: Checking users ** [05:43:59 2020-06-13] 178: Checking user_dbs ** [05:43:59 2020-06-13] 178: Checking geocodings ** [05:43:59 2020-06-13] 178: Checking synchronizations ** [05:43:59 2020-06-13] 178: Checking tracker ** [05:43:59 2020-06-13] 178: Checking user_migrations ** [05:43:59 2020-06-13] 178: Checking batch_updates ** [05:43:59 2020-06-13] 178: Checking gears ** [05:43:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:43:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:04 2020-06-13] 178: Checking imports ** [05:44:04 2020-06-13] 178: Checking exports ** [05:44:04 2020-06-13] 178: Checking users ** [05:44:04 2020-06-13] 178: Checking user_dbs ** [05:44:04 2020-06-13] 178: Checking geocodings ** [05:44:04 2020-06-13] 178: Checking synchronizations ** [05:44:04 2020-06-13] 178: Checking tracker ** [05:44:04 2020-06-13] 178: Checking user_migrations ** [05:44:04 2020-06-13] 178: Checking batch_updates ** [05:44:04 2020-06-13] 178: Checking gears ** [05:44:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:44:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:09 2020-06-13] 178: Checking imports ** [05:44:09 2020-06-13] 178: Checking exports ** [05:44:09 2020-06-13] 178: Checking users ** [05:44:09 2020-06-13] 178: Checking user_dbs ** [05:44:09 2020-06-13] 178: Checking geocodings ** [05:44:09 2020-06-13] 178: Checking synchronizations ** [05:44:09 2020-06-13] 178: Checking tracker ** [05:44:09 2020-06-13] 178: Checking user_migrations ** [05:44:09 2020-06-13] 178: Checking batch_updates ** [05:44:09 2020-06-13] 178: Checking gears ** [05:44:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:44:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:14 2020-06-13] 178: Checking imports ** [05:44:14 2020-06-13] 178: Checking exports ** [05:44:14 2020-06-13] 178: Checking users ** [05:44:14 2020-06-13] 178: Checking user_dbs ** [05:44:14 2020-06-13] 178: Checking geocodings ** [05:44:14 2020-06-13] 178: Checking synchronizations ** [05:44:14 2020-06-13] 178: Checking tracker ** [05:44:14 2020-06-13] 178: Checking user_migrations ** [05:44:14 2020-06-13] 178: Checking batch_updates ** [05:44:14 2020-06-13] 178: Checking gears ** [05:44:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:44:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:19 2020-06-13] 178: Checking imports ** [05:44:19 2020-06-13] 178: Checking exports ** [05:44:19 2020-06-13] 178: Checking users ** [05:44:19 2020-06-13] 178: Checking user_dbs ** [05:44:19 2020-06-13] 178: Checking geocodings ** [05:44:19 2020-06-13] 178: Checking synchronizations ** [05:44:19 2020-06-13] 178: Checking tracker ** [05:44:19 2020-06-13] 178: Checking user_migrations ** [05:44:19 2020-06-13] 178: Checking batch_updates ** [05:44:19 2020-06-13] 178: Checking gears ** [05:44:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:44:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:24 2020-06-13] 178: Checking imports ** [05:44:24 2020-06-13] 178: Checking exports ** [05:44:24 2020-06-13] 178: Checking users ** [05:44:24 2020-06-13] 178: Checking user_dbs ** [05:44:24 2020-06-13] 178: Checking geocodings ** [05:44:24 2020-06-13] 178: Checking synchronizations ** [05:44:24 2020-06-13] 178: Checking tracker ** [05:44:24 2020-06-13] 178: Checking user_migrations ** [05:44:24 2020-06-13] 178: Checking batch_updates ** [05:44:24 2020-06-13] 178: Checking gears ** [05:44:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:44:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:29 2020-06-13] 178: Checking imports ** [05:44:29 2020-06-13] 178: Checking exports ** [05:44:29 2020-06-13] 178: Checking users ** [05:44:29 2020-06-13] 178: Checking user_dbs ** [05:44:29 2020-06-13] 178: Checking geocodings ** [05:44:29 2020-06-13] 178: Checking synchronizations ** [05:44:29 2020-06-13] 178: Checking tracker ** [05:44:29 2020-06-13] 178: Checking user_migrations ** [05:44:29 2020-06-13] 178: Checking batch_updates ** [05:44:29 2020-06-13] 178: Checking gears ** [05:44:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:44:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:34 2020-06-13] 178: Checking imports ** [05:44:34 2020-06-13] 178: Checking exports ** [05:44:34 2020-06-13] 178: Checking users ** [05:44:34 2020-06-13] 178: Checking user_dbs ** [05:44:34 2020-06-13] 178: Checking geocodings ** [05:44:34 2020-06-13] 178: Checking synchronizations ** [05:44:34 2020-06-13] 178: Checking tracker ** [05:44:34 2020-06-13] 178: Checking user_migrations ** [05:44:34 2020-06-13] 178: Checking batch_updates ** [05:44:34 2020-06-13] 178: Checking gears ** [05:44:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:44:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:39 2020-06-13] 178: Checking imports ** [05:44:39 2020-06-13] 178: Checking exports ** [05:44:39 2020-06-13] 178: Checking users ** [05:44:39 2020-06-13] 178: Checking user_dbs ** [05:44:39 2020-06-13] 178: Checking geocodings ** [05:44:39 2020-06-13] 178: Checking synchronizations ** [05:44:39 2020-06-13] 178: Checking tracker ** [05:44:39 2020-06-13] 178: Checking user_migrations ** [05:44:39 2020-06-13] 178: Checking batch_updates ** [05:44:39 2020-06-13] 178: Checking gears ** [05:44:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:44:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:44 2020-06-13] 178: Checking imports ** [05:44:44 2020-06-13] 178: Checking exports ** [05:44:44 2020-06-13] 178: Checking users ** [05:44:44 2020-06-13] 178: Checking user_dbs ** [05:44:44 2020-06-13] 178: Checking geocodings ** [05:44:44 2020-06-13] 178: Checking synchronizations ** [05:44:44 2020-06-13] 178: Checking tracker ** [05:44:44 2020-06-13] 178: Checking user_migrations ** [05:44:44 2020-06-13] 178: Checking batch_updates ** [05:44:44 2020-06-13] 178: Checking gears ** [05:44:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:44:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:49 2020-06-13] 178: Checking imports ** [05:44:49 2020-06-13] 178: Checking exports ** [05:44:49 2020-06-13] 178: Checking users ** [05:44:49 2020-06-13] 178: Checking user_dbs ** [05:44:49 2020-06-13] 178: Checking geocodings ** [05:44:49 2020-06-13] 178: Checking synchronizations ** [05:44:49 2020-06-13] 178: Checking tracker ** [05:44:49 2020-06-13] 178: Checking user_migrations ** [05:44:49 2020-06-13] 178: Checking batch_updates ** [05:44:49 2020-06-13] 178: Checking gears ** [05:44:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:44:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:54 2020-06-13] 178: Checking imports ** [05:44:54 2020-06-13] 178: Checking exports ** [05:44:54 2020-06-13] 178: Checking users ** [05:44:54 2020-06-13] 178: Checking user_dbs ** [05:44:54 2020-06-13] 178: Checking geocodings ** [05:44:54 2020-06-13] 178: Checking synchronizations ** [05:44:54 2020-06-13] 178: Checking tracker ** [05:44:54 2020-06-13] 178: Checking user_migrations ** [05:44:54 2020-06-13] 178: Checking batch_updates ** [05:44:54 2020-06-13] 178: Checking gears ** [05:44:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:44:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:59 2020-06-13] 178: Checking imports ** [05:44:59 2020-06-13] 178: Checking exports ** [05:44:59 2020-06-13] 178: Checking users ** [05:44:59 2020-06-13] 178: Checking user_dbs ** [05:44:59 2020-06-13] 178: Checking geocodings ** [05:44:59 2020-06-13] 178: Checking synchronizations ** [05:44:59 2020-06-13] 178: Checking tracker ** [05:44:59 2020-06-13] 178: Checking user_migrations ** [05:44:59 2020-06-13] 178: Checking batch_updates ** [05:44:59 2020-06-13] 178: Checking gears ** [05:44:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:44:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:04 2020-06-13] 178: Checking imports ** [05:45:04 2020-06-13] 178: Checking exports ** [05:45:04 2020-06-13] 178: Checking users ** [05:45:04 2020-06-13] 178: Checking user_dbs ** [05:45:04 2020-06-13] 178: Checking geocodings ** [05:45:04 2020-06-13] 178: Checking synchronizations ** [05:45:04 2020-06-13] 178: Checking tracker ** [05:45:04 2020-06-13] 178: Checking user_migrations ** [05:45:04 2020-06-13] 178: Checking batch_updates ** [05:45:04 2020-06-13] 178: Checking gears ** [05:45:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:45:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:09 2020-06-13] 178: Checking imports ** [05:45:09 2020-06-13] 178: Checking exports ** [05:45:09 2020-06-13] 178: Checking users ** [05:45:09 2020-06-13] 178: Checking user_dbs ** [05:45:09 2020-06-13] 178: Checking geocodings ** [05:45:09 2020-06-13] 178: Checking synchronizations ** [05:45:09 2020-06-13] 178: Checking tracker ** [05:45:09 2020-06-13] 178: Checking user_migrations ** [05:45:09 2020-06-13] 178: Checking batch_updates ** [05:45:09 2020-06-13] 178: Checking gears ** [05:45:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:45:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:14 2020-06-13] 178: Checking imports ** [05:45:14 2020-06-13] 178: Checking exports ** [05:45:14 2020-06-13] 178: Checking users ** [05:45:14 2020-06-13] 178: Checking user_dbs ** [05:45:14 2020-06-13] 178: Checking geocodings ** [05:45:14 2020-06-13] 178: Checking synchronizations ** [05:45:14 2020-06-13] 178: Checking tracker ** [05:45:14 2020-06-13] 178: Checking user_migrations ** [05:45:14 2020-06-13] 178: Checking batch_updates ** [05:45:14 2020-06-13] 178: Checking gears ** [05:45:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:45:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:19 2020-06-13] 178: Checking imports ** [05:45:19 2020-06-13] 178: Checking exports ** [05:45:19 2020-06-13] 178: Checking users ** [05:45:19 2020-06-13] 178: Checking user_dbs ** [05:45:19 2020-06-13] 178: Checking geocodings ** [05:45:19 2020-06-13] 178: Checking synchronizations ** [05:45:19 2020-06-13] 178: Checking tracker ** [05:45:19 2020-06-13] 178: Checking user_migrations ** [05:45:19 2020-06-13] 178: Checking batch_updates ** [05:45:19 2020-06-13] 178: Checking gears ** [05:45:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:45:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:24 2020-06-13] 178: Checking imports ** [05:45:24 2020-06-13] 178: Checking exports ** [05:45:24 2020-06-13] 178: Checking users ** [05:45:24 2020-06-13] 178: Checking user_dbs ** [05:45:24 2020-06-13] 178: Checking geocodings ** [05:45:24 2020-06-13] 178: Checking synchronizations ** [05:45:24 2020-06-13] 178: Checking tracker ** [05:45:24 2020-06-13] 178: Checking user_migrations ** [05:45:24 2020-06-13] 178: Checking batch_updates ** [05:45:24 2020-06-13] 178: Checking gears ** [05:45:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:45:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:29 2020-06-13] 178: Checking imports ** [05:45:29 2020-06-13] 178: Checking exports ** [05:45:29 2020-06-13] 178: Checking users ** [05:45:29 2020-06-13] 178: Checking user_dbs ** [05:45:29 2020-06-13] 178: Checking geocodings ** [05:45:29 2020-06-13] 178: Checking synchronizations ** [05:45:29 2020-06-13] 178: Checking tracker ** [05:45:29 2020-06-13] 178: Checking user_migrations ** [05:45:29 2020-06-13] 178: Checking batch_updates ** [05:45:29 2020-06-13] 178: Checking gears ** [05:45:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:45:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:34 2020-06-13] 178: Checking imports ** [05:45:34 2020-06-13] 178: Checking exports ** [05:45:34 2020-06-13] 178: Checking users ** [05:45:34 2020-06-13] 178: Checking user_dbs ** [05:45:34 2020-06-13] 178: Checking geocodings ** [05:45:34 2020-06-13] 178: Checking synchronizations ** [05:45:34 2020-06-13] 178: Checking tracker ** [05:45:34 2020-06-13] 178: Checking user_migrations ** [05:45:34 2020-06-13] 178: Checking batch_updates ** [05:45:34 2020-06-13] 178: Checking gears ** [05:45:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:45:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:39 2020-06-13] 178: Checking imports ** [05:45:39 2020-06-13] 178: Checking exports ** [05:45:39 2020-06-13] 178: Checking users ** [05:45:39 2020-06-13] 178: Checking user_dbs ** [05:45:39 2020-06-13] 178: Checking geocodings ** [05:45:39 2020-06-13] 178: Checking synchronizations ** [05:45:39 2020-06-13] 178: Checking tracker ** [05:45:39 2020-06-13] 178: Checking user_migrations ** [05:45:39 2020-06-13] 178: Checking batch_updates ** [05:45:39 2020-06-13] 178: Checking gears ** [05:45:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:45:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:44 2020-06-13] 178: Checking imports ** [05:45:44 2020-06-13] 178: Checking exports ** [05:45:44 2020-06-13] 178: Checking users ** [05:45:44 2020-06-13] 178: Checking user_dbs ** [05:45:44 2020-06-13] 178: Checking geocodings ** [05:45:44 2020-06-13] 178: Checking synchronizations ** [05:45:44 2020-06-13] 178: Checking tracker ** [05:45:44 2020-06-13] 178: Checking user_migrations ** [05:45:44 2020-06-13] 178: Checking batch_updates ** [05:45:44 2020-06-13] 178: Checking gears ** [05:45:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:45:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:49 2020-06-13] 178: Checking imports ** [05:45:49 2020-06-13] 178: Checking exports ** [05:45:49 2020-06-13] 178: Checking users ** [05:45:49 2020-06-13] 178: Checking user_dbs ** [05:45:49 2020-06-13] 178: Checking geocodings ** [05:45:49 2020-06-13] 178: Checking synchronizations ** [05:45:49 2020-06-13] 178: Checking tracker ** [05:45:49 2020-06-13] 178: Checking user_migrations ** [05:45:49 2020-06-13] 178: Checking batch_updates ** [05:45:49 2020-06-13] 178: Checking gears ** [05:45:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:45:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:54 2020-06-13] 178: Checking imports ** [05:45:54 2020-06-13] 178: Checking exports ** [05:45:54 2020-06-13] 178: Checking users ** [05:45:54 2020-06-13] 178: Checking user_dbs ** [05:45:54 2020-06-13] 178: Checking geocodings ** [05:45:54 2020-06-13] 178: Checking synchronizations ** [05:45:54 2020-06-13] 178: Checking tracker ** [05:45:54 2020-06-13] 178: Checking user_migrations ** [05:45:54 2020-06-13] 178: Checking batch_updates ** [05:45:54 2020-06-13] 178: Checking gears ** [05:45:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:45:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:59 2020-06-13] 178: Checking imports ** [05:45:59 2020-06-13] 178: Checking exports ** [05:45:59 2020-06-13] 178: Checking users ** [05:45:59 2020-06-13] 178: Checking user_dbs ** [05:45:59 2020-06-13] 178: Checking geocodings ** [05:45:59 2020-06-13] 178: Checking synchronizations ** [05:45:59 2020-06-13] 178: Checking tracker ** [05:45:59 2020-06-13] 178: Checking user_migrations ** [05:45:59 2020-06-13] 178: Checking batch_updates ** [05:45:59 2020-06-13] 178: Checking gears ** [05:45:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:45:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:04 2020-06-13] 178: Checking imports ** [05:46:04 2020-06-13] 178: Checking exports ** [05:46:04 2020-06-13] 178: Checking users ** [05:46:04 2020-06-13] 178: Checking user_dbs ** [05:46:04 2020-06-13] 178: Checking geocodings ** [05:46:04 2020-06-13] 178: Checking synchronizations ** [05:46:04 2020-06-13] 178: Checking tracker ** [05:46:04 2020-06-13] 178: Checking user_migrations ** [05:46:04 2020-06-13] 178: Checking batch_updates ** [05:46:04 2020-06-13] 178: Checking gears ** [05:46:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:46:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:09 2020-06-13] 178: Checking imports ** [05:46:09 2020-06-13] 178: Checking exports ** [05:46:09 2020-06-13] 178: Checking users ** [05:46:09 2020-06-13] 178: Checking user_dbs ** [05:46:09 2020-06-13] 178: Checking geocodings ** [05:46:09 2020-06-13] 178: Checking synchronizations ** [05:46:09 2020-06-13] 178: Checking tracker ** [05:46:09 2020-06-13] 178: Checking user_migrations ** [05:46:09 2020-06-13] 178: Checking batch_updates ** [05:46:09 2020-06-13] 178: Checking gears ** [05:46:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:46:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:14 2020-06-13] 178: Checking imports ** [05:46:14 2020-06-13] 178: Checking exports ** [05:46:14 2020-06-13] 178: Checking users ** [05:46:14 2020-06-13] 178: Checking user_dbs ** [05:46:14 2020-06-13] 178: Checking geocodings ** [05:46:14 2020-06-13] 178: Checking synchronizations ** [05:46:14 2020-06-13] 178: Checking tracker ** [05:46:14 2020-06-13] 178: Checking user_migrations ** [05:46:14 2020-06-13] 178: Checking batch_updates ** [05:46:14 2020-06-13] 178: Checking gears ** [05:46:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:46:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:19 2020-06-13] 178: Checking imports ** [05:46:19 2020-06-13] 178: Checking exports ** [05:46:19 2020-06-13] 178: Checking users ** [05:46:19 2020-06-13] 178: Checking user_dbs ** [05:46:19 2020-06-13] 178: Checking geocodings ** [05:46:19 2020-06-13] 178: Checking synchronizations ** [05:46:19 2020-06-13] 178: Checking tracker ** [05:46:19 2020-06-13] 178: Checking user_migrations ** [05:46:19 2020-06-13] 178: Checking batch_updates ** [05:46:19 2020-06-13] 178: Checking gears ** [05:46:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:46:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:24 2020-06-13] 178: Checking imports ** [05:46:24 2020-06-13] 178: Checking exports ** [05:46:24 2020-06-13] 178: Checking users ** [05:46:24 2020-06-13] 178: Checking user_dbs ** [05:46:24 2020-06-13] 178: Checking geocodings ** [05:46:24 2020-06-13] 178: Checking synchronizations ** [05:46:24 2020-06-13] 178: Checking tracker ** [05:46:24 2020-06-13] 178: Checking user_migrations ** [05:46:24 2020-06-13] 178: Checking batch_updates ** [05:46:24 2020-06-13] 178: Checking gears ** [05:46:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:46:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:29 2020-06-13] 178: Checking imports ** [05:46:29 2020-06-13] 178: Checking exports ** [05:46:29 2020-06-13] 178: Checking users ** [05:46:29 2020-06-13] 178: Checking user_dbs ** [05:46:29 2020-06-13] 178: Checking geocodings ** [05:46:29 2020-06-13] 178: Checking synchronizations ** [05:46:29 2020-06-13] 178: Checking tracker ** [05:46:29 2020-06-13] 178: Checking user_migrations ** [05:46:29 2020-06-13] 178: Checking batch_updates ** [05:46:29 2020-06-13] 178: Checking gears ** [05:46:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:46:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:34 2020-06-13] 178: Checking imports ** [05:46:34 2020-06-13] 178: Checking exports ** [05:46:34 2020-06-13] 178: Checking users ** [05:46:34 2020-06-13] 178: Checking user_dbs ** [05:46:34 2020-06-13] 178: Checking geocodings ** [05:46:34 2020-06-13] 178: Checking synchronizations ** [05:46:34 2020-06-13] 178: Checking tracker ** [05:46:34 2020-06-13] 178: Checking user_migrations ** [05:46:34 2020-06-13] 178: Checking batch_updates ** [05:46:34 2020-06-13] 178: Checking gears ** [05:46:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:46:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:39 2020-06-13] 178: Checking imports ** [05:46:39 2020-06-13] 178: Checking exports ** [05:46:39 2020-06-13] 178: Checking users ** [05:46:39 2020-06-13] 178: Checking user_dbs ** [05:46:39 2020-06-13] 178: Checking geocodings ** [05:46:39 2020-06-13] 178: Checking synchronizations ** [05:46:39 2020-06-13] 178: Checking tracker ** [05:46:39 2020-06-13] 178: Checking user_migrations ** [05:46:39 2020-06-13] 178: Checking batch_updates ** [05:46:39 2020-06-13] 178: Checking gears ** [05:46:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:46:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:44 2020-06-13] 178: Checking imports ** [05:46:44 2020-06-13] 178: Checking exports ** [05:46:44 2020-06-13] 178: Checking users ** [05:46:44 2020-06-13] 178: Checking user_dbs ** [05:46:44 2020-06-13] 178: Checking geocodings ** [05:46:44 2020-06-13] 178: Checking synchronizations ** [05:46:44 2020-06-13] 178: Checking tracker ** [05:46:44 2020-06-13] 178: Checking user_migrations ** [05:46:44 2020-06-13] 178: Checking batch_updates ** [05:46:44 2020-06-13] 178: Checking gears ** [05:46:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:46:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:49 2020-06-13] 178: Checking imports ** [05:46:49 2020-06-13] 178: Checking exports ** [05:46:49 2020-06-13] 178: Checking users ** [05:46:49 2020-06-13] 178: Checking user_dbs ** [05:46:49 2020-06-13] 178: Checking geocodings ** [05:46:49 2020-06-13] 178: Checking synchronizations ** [05:46:49 2020-06-13] 178: Checking tracker ** [05:46:49 2020-06-13] 178: Checking user_migrations ** [05:46:49 2020-06-13] 178: Checking batch_updates ** [05:46:49 2020-06-13] 178: Checking gears ** [05:46:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:46:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:54 2020-06-13] 178: Checking imports ** [05:46:54 2020-06-13] 178: Checking exports ** [05:46:54 2020-06-13] 178: Checking users ** [05:46:54 2020-06-13] 178: Checking user_dbs ** [05:46:54 2020-06-13] 178: Checking geocodings ** [05:46:54 2020-06-13] 178: Checking synchronizations ** [05:46:54 2020-06-13] 178: Checking tracker ** [05:46:54 2020-06-13] 178: Checking user_migrations ** [05:46:54 2020-06-13] 178: Checking batch_updates ** [05:46:54 2020-06-13] 178: Checking gears ** [05:46:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:46:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:59 2020-06-13] 178: Checking imports ** [05:46:59 2020-06-13] 178: Checking exports ** [05:46:59 2020-06-13] 178: Checking users ** [05:46:59 2020-06-13] 178: Checking user_dbs ** [05:46:59 2020-06-13] 178: Checking geocodings ** [05:46:59 2020-06-13] 178: Checking synchronizations ** [05:46:59 2020-06-13] 178: Checking tracker ** [05:46:59 2020-06-13] 178: Checking user_migrations ** [05:46:59 2020-06-13] 178: Checking batch_updates ** [05:46:59 2020-06-13] 178: Checking gears ** [05:46:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:46:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:04 2020-06-13] 178: Checking imports ** [05:47:04 2020-06-13] 178: Checking exports ** [05:47:04 2020-06-13] 178: Checking users ** [05:47:04 2020-06-13] 178: Checking user_dbs ** [05:47:04 2020-06-13] 178: Checking geocodings ** [05:47:04 2020-06-13] 178: Checking synchronizations ** [05:47:04 2020-06-13] 178: Checking tracker ** [05:47:04 2020-06-13] 178: Checking user_migrations ** [05:47:04 2020-06-13] 178: Checking batch_updates ** [05:47:04 2020-06-13] 178: Checking gears ** [05:47:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:47:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:09 2020-06-13] 178: Checking imports ** [05:47:09 2020-06-13] 178: Checking exports ** [05:47:09 2020-06-13] 178: Checking users ** [05:47:09 2020-06-13] 178: Checking user_dbs ** [05:47:09 2020-06-13] 178: Checking geocodings ** [05:47:09 2020-06-13] 178: Checking synchronizations ** [05:47:09 2020-06-13] 178: Checking tracker ** [05:47:09 2020-06-13] 178: Checking user_migrations ** [05:47:09 2020-06-13] 178: Checking batch_updates ** [05:47:09 2020-06-13] 178: Checking gears ** [05:47:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:47:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:14 2020-06-13] 178: Checking imports ** [05:47:14 2020-06-13] 178: Checking exports ** [05:47:14 2020-06-13] 178: Checking users ** [05:47:14 2020-06-13] 178: Checking user_dbs ** [05:47:14 2020-06-13] 178: Checking geocodings ** [05:47:14 2020-06-13] 178: Checking synchronizations ** [05:47:14 2020-06-13] 178: Checking tracker ** [05:47:14 2020-06-13] 178: Checking user_migrations ** [05:47:14 2020-06-13] 178: Checking batch_updates ** [05:47:14 2020-06-13] 178: Checking gears ** [05:47:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:47:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:19 2020-06-13] 178: Checking imports ** [05:47:19 2020-06-13] 178: Checking exports ** [05:47:19 2020-06-13] 178: Checking users ** [05:47:19 2020-06-13] 178: Checking user_dbs ** [05:47:19 2020-06-13] 178: Checking geocodings ** [05:47:19 2020-06-13] 178: Checking synchronizations ** [05:47:19 2020-06-13] 178: Checking tracker ** [05:47:19 2020-06-13] 178: Checking user_migrations ** [05:47:19 2020-06-13] 178: Checking batch_updates ** [05:47:19 2020-06-13] 178: Checking gears ** [05:47:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:47:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:24 2020-06-13] 178: Checking imports ** [05:47:24 2020-06-13] 178: Checking exports ** [05:47:24 2020-06-13] 178: Checking users ** [05:47:24 2020-06-13] 178: Checking user_dbs ** [05:47:24 2020-06-13] 178: Checking geocodings ** [05:47:24 2020-06-13] 178: Checking synchronizations ** [05:47:24 2020-06-13] 178: Checking tracker ** [05:47:24 2020-06-13] 178: Checking user_migrations ** [05:47:24 2020-06-13] 178: Checking batch_updates ** [05:47:24 2020-06-13] 178: Checking gears ** [05:47:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:47:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:29 2020-06-13] 178: Checking imports ** [05:47:29 2020-06-13] 178: Checking exports ** [05:47:29 2020-06-13] 178: Checking users ** [05:47:29 2020-06-13] 178: Checking user_dbs ** [05:47:29 2020-06-13] 178: Checking geocodings ** [05:47:29 2020-06-13] 178: Checking synchronizations ** [05:47:29 2020-06-13] 178: Checking tracker ** [05:47:29 2020-06-13] 178: Checking user_migrations ** [05:47:29 2020-06-13] 178: Checking batch_updates ** [05:47:29 2020-06-13] 178: Checking gears ** [05:47:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:47:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:34 2020-06-13] 178: Checking imports ** [05:47:34 2020-06-13] 178: Checking exports ** [05:47:34 2020-06-13] 178: Checking users ** [05:47:34 2020-06-13] 178: Checking user_dbs ** [05:47:34 2020-06-13] 178: Checking geocodings ** [05:47:34 2020-06-13] 178: Checking synchronizations ** [05:47:34 2020-06-13] 178: Checking tracker ** [05:47:34 2020-06-13] 178: Checking user_migrations ** [05:47:34 2020-06-13] 178: Checking batch_updates ** [05:47:34 2020-06-13] 178: Checking gears ** [05:47:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:47:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:39 2020-06-13] 178: Checking imports ** [05:47:39 2020-06-13] 178: Checking exports ** [05:47:39 2020-06-13] 178: Checking users ** [05:47:39 2020-06-13] 178: Checking user_dbs ** [05:47:39 2020-06-13] 178: Checking geocodings ** [05:47:39 2020-06-13] 178: Checking synchronizations ** [05:47:39 2020-06-13] 178: Checking tracker ** [05:47:39 2020-06-13] 178: Checking user_migrations ** [05:47:39 2020-06-13] 178: Checking batch_updates ** [05:47:39 2020-06-13] 178: Checking gears ** [05:47:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:47:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:44 2020-06-13] 178: Checking imports ** [05:47:44 2020-06-13] 178: Checking exports ** [05:47:44 2020-06-13] 178: Checking users ** [05:47:44 2020-06-13] 178: Checking user_dbs ** [05:47:44 2020-06-13] 178: Checking geocodings ** [05:47:44 2020-06-13] 178: Checking synchronizations ** [05:47:44 2020-06-13] 178: Checking tracker ** [05:47:44 2020-06-13] 178: Checking user_migrations ** [05:47:44 2020-06-13] 178: Checking batch_updates ** [05:47:44 2020-06-13] 178: Checking gears ** [05:47:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:47:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:49 2020-06-13] 178: Checking imports ** [05:47:49 2020-06-13] 178: Checking exports ** [05:47:49 2020-06-13] 178: Checking users ** [05:47:49 2020-06-13] 178: Checking user_dbs ** [05:47:49 2020-06-13] 178: Checking geocodings ** [05:47:49 2020-06-13] 178: Checking synchronizations ** [05:47:49 2020-06-13] 178: Checking tracker ** [05:47:49 2020-06-13] 178: Checking user_migrations ** [05:47:49 2020-06-13] 178: Checking batch_updates ** [05:47:49 2020-06-13] 178: Checking gears ** [05:47:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:47:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:54 2020-06-13] 178: Checking imports ** [05:47:54 2020-06-13] 178: Checking exports ** [05:47:54 2020-06-13] 178: Checking users ** [05:47:54 2020-06-13] 178: Checking user_dbs ** [05:47:54 2020-06-13] 178: Checking geocodings ** [05:47:54 2020-06-13] 178: Checking synchronizations ** [05:47:54 2020-06-13] 178: Checking tracker ** [05:47:54 2020-06-13] 178: Checking user_migrations ** [05:47:54 2020-06-13] 178: Checking batch_updates ** [05:47:54 2020-06-13] 178: Checking gears ** [05:47:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:47:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:59 2020-06-13] 178: Checking imports ** [05:47:59 2020-06-13] 178: Checking exports ** [05:47:59 2020-06-13] 178: Checking users ** [05:47:59 2020-06-13] 178: Checking user_dbs ** [05:47:59 2020-06-13] 178: Checking geocodings ** [05:47:59 2020-06-13] 178: Checking synchronizations ** [05:47:59 2020-06-13] 178: Checking tracker ** [05:47:59 2020-06-13] 178: Checking user_migrations ** [05:47:59 2020-06-13] 178: Checking batch_updates ** [05:47:59 2020-06-13] 178: Checking gears ** [05:47:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:47:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:04 2020-06-13] 178: Checking imports ** [05:48:04 2020-06-13] 178: Checking exports ** [05:48:04 2020-06-13] 178: Checking users ** [05:48:04 2020-06-13] 178: Checking user_dbs ** [05:48:04 2020-06-13] 178: Checking geocodings ** [05:48:04 2020-06-13] 178: Checking synchronizations ** [05:48:04 2020-06-13] 178: Checking tracker ** [05:48:04 2020-06-13] 178: Checking user_migrations ** [05:48:04 2020-06-13] 178: Checking batch_updates ** [05:48:04 2020-06-13] 178: Checking gears ** [05:48:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:48:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:09 2020-06-13] 178: Checking imports ** [05:48:09 2020-06-13] 178: Checking exports ** [05:48:09 2020-06-13] 178: Checking users ** [05:48:09 2020-06-13] 178: Checking user_dbs ** [05:48:09 2020-06-13] 178: Checking geocodings ** [05:48:09 2020-06-13] 178: Checking synchronizations ** [05:48:09 2020-06-13] 178: Checking tracker ** [05:48:09 2020-06-13] 178: Checking user_migrations ** [05:48:09 2020-06-13] 178: Checking batch_updates ** [05:48:09 2020-06-13] 178: Checking gears ** [05:48:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:48:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:14 2020-06-13] 178: Checking imports ** [05:48:14 2020-06-13] 178: Checking exports ** [05:48:14 2020-06-13] 178: Checking users ** [05:48:14 2020-06-13] 178: Checking user_dbs ** [05:48:14 2020-06-13] 178: Checking geocodings ** [05:48:14 2020-06-13] 178: Checking synchronizations ** [05:48:14 2020-06-13] 178: Checking tracker ** [05:48:14 2020-06-13] 178: Checking user_migrations ** [05:48:14 2020-06-13] 178: Checking batch_updates ** [05:48:14 2020-06-13] 178: Checking gears ** [05:48:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:48:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:19 2020-06-13] 178: Checking imports ** [05:48:19 2020-06-13] 178: Checking exports ** [05:48:19 2020-06-13] 178: Checking users ** [05:48:19 2020-06-13] 178: Checking user_dbs ** [05:48:19 2020-06-13] 178: Checking geocodings ** [05:48:19 2020-06-13] 178: Checking synchronizations ** [05:48:19 2020-06-13] 178: Checking tracker ** [05:48:19 2020-06-13] 178: Checking user_migrations ** [05:48:19 2020-06-13] 178: Checking batch_updates ** [05:48:19 2020-06-13] 178: Checking gears ** [05:48:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:48:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:24 2020-06-13] 178: Checking imports ** [05:48:24 2020-06-13] 178: Checking exports ** [05:48:24 2020-06-13] 178: Checking users ** [05:48:24 2020-06-13] 178: Checking user_dbs ** [05:48:24 2020-06-13] 178: Checking geocodings ** [05:48:24 2020-06-13] 178: Checking synchronizations ** [05:48:24 2020-06-13] 178: Checking tracker ** [05:48:24 2020-06-13] 178: Checking user_migrations ** [05:48:24 2020-06-13] 178: Checking batch_updates ** [05:48:24 2020-06-13] 178: Checking gears ** [05:48:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:48:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:29 2020-06-13] 178: Checking imports ** [05:48:29 2020-06-13] 178: Checking exports ** [05:48:29 2020-06-13] 178: Checking users ** [05:48:29 2020-06-13] 178: Checking user_dbs ** [05:48:29 2020-06-13] 178: Checking geocodings ** [05:48:29 2020-06-13] 178: Checking synchronizations ** [05:48:29 2020-06-13] 178: Checking tracker ** [05:48:29 2020-06-13] 178: Checking user_migrations ** [05:48:29 2020-06-13] 178: Checking batch_updates ** [05:48:29 2020-06-13] 178: Checking gears ** [05:48:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:48:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:34 2020-06-13] 178: Checking imports ** [05:48:34 2020-06-13] 178: Checking exports ** [05:48:34 2020-06-13] 178: Checking users ** [05:48:34 2020-06-13] 178: Checking user_dbs ** [05:48:34 2020-06-13] 178: Checking geocodings ** [05:48:34 2020-06-13] 178: Checking synchronizations ** [05:48:34 2020-06-13] 178: Checking tracker ** [05:48:34 2020-06-13] 178: Checking user_migrations ** [05:48:34 2020-06-13] 178: Checking batch_updates ** [05:48:34 2020-06-13] 178: Checking gears ** [05:48:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:48:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:39 2020-06-13] 178: Checking imports ** [05:48:39 2020-06-13] 178: Checking exports ** [05:48:39 2020-06-13] 178: Checking users ** [05:48:39 2020-06-13] 178: Checking user_dbs ** [05:48:39 2020-06-13] 178: Checking geocodings ** [05:48:39 2020-06-13] 178: Checking synchronizations ** [05:48:39 2020-06-13] 178: Checking tracker ** [05:48:39 2020-06-13] 178: Checking user_migrations ** [05:48:39 2020-06-13] 178: Checking batch_updates ** [05:48:39 2020-06-13] 178: Checking gears ** [05:48:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:48:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:44 2020-06-13] 178: Checking imports ** [05:48:44 2020-06-13] 178: Checking exports ** [05:48:44 2020-06-13] 178: Checking users ** [05:48:44 2020-06-13] 178: Checking user_dbs ** [05:48:44 2020-06-13] 178: Checking geocodings ** [05:48:44 2020-06-13] 178: Checking synchronizations ** [05:48:44 2020-06-13] 178: Checking tracker ** [05:48:44 2020-06-13] 178: Checking user_migrations ** [05:48:44 2020-06-13] 178: Checking batch_updates ** [05:48:44 2020-06-13] 178: Checking gears ** [05:48:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:48:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:49 2020-06-13] 178: Checking imports ** [05:48:49 2020-06-13] 178: Checking exports ** [05:48:49 2020-06-13] 178: Checking users ** [05:48:49 2020-06-13] 178: Checking user_dbs ** [05:48:49 2020-06-13] 178: Checking geocodings ** [05:48:49 2020-06-13] 178: Checking synchronizations ** [05:48:49 2020-06-13] 178: Checking tracker ** [05:48:49 2020-06-13] 178: Checking user_migrations ** [05:48:49 2020-06-13] 178: Checking batch_updates ** [05:48:49 2020-06-13] 178: Checking gears ** [05:48:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:48:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:54 2020-06-13] 178: Checking imports ** [05:48:54 2020-06-13] 178: Checking exports ** [05:48:54 2020-06-13] 178: Checking users ** [05:48:54 2020-06-13] 178: Checking user_dbs ** [05:48:54 2020-06-13] 178: Checking geocodings ** [05:48:54 2020-06-13] 178: Checking synchronizations ** [05:48:54 2020-06-13] 178: Checking tracker ** [05:48:54 2020-06-13] 178: Checking user_migrations ** [05:48:54 2020-06-13] 178: Checking batch_updates ** [05:48:54 2020-06-13] 178: Checking gears ** [05:48:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:48:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:59 2020-06-13] 178: Checking imports ** [05:48:59 2020-06-13] 178: Checking exports ** [05:48:59 2020-06-13] 178: Checking users ** [05:48:59 2020-06-13] 178: Checking user_dbs ** [05:48:59 2020-06-13] 178: Checking geocodings ** [05:48:59 2020-06-13] 178: Checking synchronizations ** [05:48:59 2020-06-13] 178: Checking tracker ** [05:48:59 2020-06-13] 178: Checking user_migrations ** [05:48:59 2020-06-13] 178: Checking batch_updates ** [05:48:59 2020-06-13] 178: Checking gears ** [05:48:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:48:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:04 2020-06-13] 178: Checking imports ** [05:49:04 2020-06-13] 178: Checking exports ** [05:49:04 2020-06-13] 178: Checking users ** [05:49:04 2020-06-13] 178: Checking user_dbs ** [05:49:04 2020-06-13] 178: Checking geocodings ** [05:49:04 2020-06-13] 178: Checking synchronizations ** [05:49:04 2020-06-13] 178: Checking tracker ** [05:49:04 2020-06-13] 178: Checking user_migrations ** [05:49:04 2020-06-13] 178: Checking batch_updates ** [05:49:04 2020-06-13] 178: Checking gears ** [05:49:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:49:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:09 2020-06-13] 178: Checking imports ** [05:49:09 2020-06-13] 178: Checking exports ** [05:49:09 2020-06-13] 178: Checking users ** [05:49:09 2020-06-13] 178: Checking user_dbs ** [05:49:09 2020-06-13] 178: Checking geocodings ** [05:49:09 2020-06-13] 178: Checking synchronizations ** [05:49:09 2020-06-13] 178: Checking tracker ** [05:49:09 2020-06-13] 178: Checking user_migrations ** [05:49:09 2020-06-13] 178: Checking batch_updates ** [05:49:09 2020-06-13] 178: Checking gears ** [05:49:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:49:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:14 2020-06-13] 178: Checking imports ** [05:49:14 2020-06-13] 178: Checking exports ** [05:49:14 2020-06-13] 178: Checking users ** [05:49:14 2020-06-13] 178: Checking user_dbs ** [05:49:14 2020-06-13] 178: Checking geocodings ** [05:49:14 2020-06-13] 178: Checking synchronizations ** [05:49:14 2020-06-13] 178: Checking tracker ** [05:49:14 2020-06-13] 178: Checking user_migrations ** [05:49:14 2020-06-13] 178: Checking batch_updates ** [05:49:14 2020-06-13] 178: Checking gears ** [05:49:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:49:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:19 2020-06-13] 178: Checking imports ** [05:49:19 2020-06-13] 178: Checking exports ** [05:49:19 2020-06-13] 178: Checking users ** [05:49:19 2020-06-13] 178: Checking user_dbs ** [05:49:19 2020-06-13] 178: Checking geocodings ** [05:49:19 2020-06-13] 178: Checking synchronizations ** [05:49:19 2020-06-13] 178: Checking tracker ** [05:49:19 2020-06-13] 178: Checking user_migrations ** [05:49:19 2020-06-13] 178: Checking batch_updates ** [05:49:19 2020-06-13] 178: Checking gears ** [05:49:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:49:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:24 2020-06-13] 178: Checking imports ** [05:49:24 2020-06-13] 178: Checking exports ** [05:49:24 2020-06-13] 178: Checking users ** [05:49:24 2020-06-13] 178: Checking user_dbs ** [05:49:24 2020-06-13] 178: Checking geocodings ** [05:49:24 2020-06-13] 178: Checking synchronizations ** [05:49:24 2020-06-13] 178: Checking tracker ** [05:49:24 2020-06-13] 178: Checking user_migrations ** [05:49:24 2020-06-13] 178: Checking batch_updates ** [05:49:24 2020-06-13] 178: Checking gears ** [05:49:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:49:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:29 2020-06-13] 178: Checking imports ** [05:49:29 2020-06-13] 178: Checking exports ** [05:49:29 2020-06-13] 178: Checking users ** [05:49:29 2020-06-13] 178: Checking user_dbs ** [05:49:29 2020-06-13] 178: Checking geocodings ** [05:49:29 2020-06-13] 178: Checking synchronizations ** [05:49:29 2020-06-13] 178: Checking tracker ** [05:49:29 2020-06-13] 178: Checking user_migrations ** [05:49:29 2020-06-13] 178: Checking batch_updates ** [05:49:29 2020-06-13] 178: Checking gears ** [05:49:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:49:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:34 2020-06-13] 178: Checking imports ** [05:49:34 2020-06-13] 178: Checking exports ** [05:49:34 2020-06-13] 178: Checking users ** [05:49:34 2020-06-13] 178: Checking user_dbs ** [05:49:34 2020-06-13] 178: Checking geocodings ** [05:49:34 2020-06-13] 178: Checking synchronizations ** [05:49:34 2020-06-13] 178: Checking tracker ** [05:49:34 2020-06-13] 178: Checking user_migrations ** [05:49:34 2020-06-13] 178: Checking batch_updates ** [05:49:34 2020-06-13] 178: Checking gears ** [05:49:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:49:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:39 2020-06-13] 178: Checking imports ** [05:49:39 2020-06-13] 178: Checking exports ** [05:49:39 2020-06-13] 178: Checking users ** [05:49:39 2020-06-13] 178: Checking user_dbs ** [05:49:39 2020-06-13] 178: Checking geocodings ** [05:49:39 2020-06-13] 178: Checking synchronizations ** [05:49:39 2020-06-13] 178: Checking tracker ** [05:49:39 2020-06-13] 178: Checking user_migrations ** [05:49:39 2020-06-13] 178: Checking batch_updates ** [05:49:39 2020-06-13] 178: Checking gears ** [05:49:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:49:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:44 2020-06-13] 178: Checking imports ** [05:49:44 2020-06-13] 178: Checking exports ** [05:49:44 2020-06-13] 178: Checking users ** [05:49:44 2020-06-13] 178: Checking user_dbs ** [05:49:44 2020-06-13] 178: Checking geocodings ** [05:49:44 2020-06-13] 178: Checking synchronizations ** [05:49:44 2020-06-13] 178: Checking tracker ** [05:49:44 2020-06-13] 178: Checking user_migrations ** [05:49:44 2020-06-13] 178: Checking batch_updates ** [05:49:44 2020-06-13] 178: Checking gears ** [05:49:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:49:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:49 2020-06-13] 178: Checking imports ** [05:49:49 2020-06-13] 178: Checking exports ** [05:49:49 2020-06-13] 178: Checking users ** [05:49:49 2020-06-13] 178: Checking user_dbs ** [05:49:49 2020-06-13] 178: Checking geocodings ** [05:49:49 2020-06-13] 178: Checking synchronizations ** [05:49:49 2020-06-13] 178: Checking tracker ** [05:49:49 2020-06-13] 178: Checking user_migrations ** [05:49:49 2020-06-13] 178: Checking batch_updates ** [05:49:49 2020-06-13] 178: Checking gears ** [05:49:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:49:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:54 2020-06-13] 178: Checking imports ** [05:49:54 2020-06-13] 178: Checking exports ** [05:49:54 2020-06-13] 178: Checking users ** [05:49:54 2020-06-13] 178: Checking user_dbs ** [05:49:54 2020-06-13] 178: Checking geocodings ** [05:49:54 2020-06-13] 178: Checking synchronizations ** [05:49:54 2020-06-13] 178: Checking tracker ** [05:49:54 2020-06-13] 178: Checking user_migrations ** [05:49:54 2020-06-13] 178: Checking batch_updates ** [05:49:54 2020-06-13] 178: Checking gears ** [05:49:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:49:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:59 2020-06-13] 178: Checking imports ** [05:49:59 2020-06-13] 178: Checking exports ** [05:49:59 2020-06-13] 178: Checking users ** [05:49:59 2020-06-13] 178: Checking user_dbs ** [05:49:59 2020-06-13] 178: Checking geocodings ** [05:49:59 2020-06-13] 178: Checking synchronizations ** [05:49:59 2020-06-13] 178: Checking tracker ** [05:49:59 2020-06-13] 178: Checking user_migrations ** [05:49:59 2020-06-13] 178: Checking batch_updates ** [05:49:59 2020-06-13] 178: Checking gears ** [05:49:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:49:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:04 2020-06-13] 178: Checking imports ** [05:50:04 2020-06-13] 178: Checking exports ** [05:50:04 2020-06-13] 178: Checking users ** [05:50:04 2020-06-13] 178: Checking user_dbs ** [05:50:04 2020-06-13] 178: Checking geocodings ** [05:50:04 2020-06-13] 178: Checking synchronizations ** [05:50:04 2020-06-13] 178: Checking tracker ** [05:50:04 2020-06-13] 178: Checking user_migrations ** [05:50:04 2020-06-13] 178: Checking batch_updates ** [05:50:04 2020-06-13] 178: Checking gears ** [05:50:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:50:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:09 2020-06-13] 178: Checking imports ** [05:50:09 2020-06-13] 178: Checking exports ** [05:50:09 2020-06-13] 178: Checking users ** [05:50:09 2020-06-13] 178: Checking user_dbs ** [05:50:09 2020-06-13] 178: Checking geocodings ** [05:50:09 2020-06-13] 178: Checking synchronizations ** [05:50:09 2020-06-13] 178: Checking tracker ** [05:50:09 2020-06-13] 178: Checking user_migrations ** [05:50:09 2020-06-13] 178: Checking batch_updates ** [05:50:09 2020-06-13] 178: Checking gears ** [05:50:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:50:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:14 2020-06-13] 178: Checking imports ** [05:50:14 2020-06-13] 178: Checking exports ** [05:50:14 2020-06-13] 178: Checking users ** [05:50:14 2020-06-13] 178: Checking user_dbs ** [05:50:14 2020-06-13] 178: Checking geocodings ** [05:50:14 2020-06-13] 178: Checking synchronizations ** [05:50:14 2020-06-13] 178: Checking tracker ** [05:50:14 2020-06-13] 178: Checking user_migrations ** [05:50:14 2020-06-13] 178: Checking batch_updates ** [05:50:14 2020-06-13] 178: Checking gears ** [05:50:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:50:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:19 2020-06-13] 178: Checking imports ** [05:50:19 2020-06-13] 178: Checking exports ** [05:50:19 2020-06-13] 178: Checking users ** [05:50:19 2020-06-13] 178: Checking user_dbs ** [05:50:19 2020-06-13] 178: Checking geocodings ** [05:50:19 2020-06-13] 178: Checking synchronizations ** [05:50:19 2020-06-13] 178: Checking tracker ** [05:50:19 2020-06-13] 178: Checking user_migrations ** [05:50:19 2020-06-13] 178: Checking batch_updates ** [05:50:19 2020-06-13] 178: Checking gears ** [05:50:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:50:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:24 2020-06-13] 178: Checking imports ** [05:50:24 2020-06-13] 178: Checking exports ** [05:50:24 2020-06-13] 178: Checking users ** [05:50:24 2020-06-13] 178: Checking user_dbs ** [05:50:24 2020-06-13] 178: Checking geocodings ** [05:50:24 2020-06-13] 178: Checking synchronizations ** [05:50:24 2020-06-13] 178: Checking tracker ** [05:50:24 2020-06-13] 178: Checking user_migrations ** [05:50:24 2020-06-13] 178: Checking batch_updates ** [05:50:24 2020-06-13] 178: Checking gears ** [05:50:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:50:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:29 2020-06-13] 178: Checking imports ** [05:50:29 2020-06-13] 178: Checking exports ** [05:50:29 2020-06-13] 178: Checking users ** [05:50:29 2020-06-13] 178: Checking user_dbs ** [05:50:29 2020-06-13] 178: Checking geocodings ** [05:50:29 2020-06-13] 178: Checking synchronizations ** [05:50:29 2020-06-13] 178: Checking tracker ** [05:50:29 2020-06-13] 178: Checking user_migrations ** [05:50:29 2020-06-13] 178: Checking batch_updates ** [05:50:29 2020-06-13] 178: Checking gears ** [05:50:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:50:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:34 2020-06-13] 178: Checking imports ** [05:50:34 2020-06-13] 178: Checking exports ** [05:50:34 2020-06-13] 178: Checking users ** [05:50:34 2020-06-13] 178: Checking user_dbs ** [05:50:34 2020-06-13] 178: Checking geocodings ** [05:50:34 2020-06-13] 178: Checking synchronizations ** [05:50:34 2020-06-13] 178: Checking tracker ** [05:50:34 2020-06-13] 178: Checking user_migrations ** [05:50:34 2020-06-13] 178: Checking batch_updates ** [05:50:34 2020-06-13] 178: Checking gears ** [05:50:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:50:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:39 2020-06-13] 178: Checking imports ** [05:50:39 2020-06-13] 178: Checking exports ** [05:50:39 2020-06-13] 178: Checking users ** [05:50:39 2020-06-13] 178: Checking user_dbs ** [05:50:39 2020-06-13] 178: Checking geocodings ** [05:50:39 2020-06-13] 178: Checking synchronizations ** [05:50:39 2020-06-13] 178: Checking tracker ** [05:50:39 2020-06-13] 178: Checking user_migrations ** [05:50:39 2020-06-13] 178: Checking batch_updates ** [05:50:39 2020-06-13] 178: Checking gears ** [05:50:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:50:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:44 2020-06-13] 178: Checking imports ** [05:50:44 2020-06-13] 178: Checking exports ** [05:50:44 2020-06-13] 178: Checking users ** [05:50:44 2020-06-13] 178: Checking user_dbs ** [05:50:44 2020-06-13] 178: Checking geocodings ** [05:50:44 2020-06-13] 178: Checking synchronizations ** [05:50:44 2020-06-13] 178: Checking tracker ** [05:50:44 2020-06-13] 178: Checking user_migrations ** [05:50:44 2020-06-13] 178: Checking batch_updates ** [05:50:44 2020-06-13] 178: Checking gears ** [05:50:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:50:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:49 2020-06-13] 178: Checking imports ** [05:50:49 2020-06-13] 178: Checking exports ** [05:50:49 2020-06-13] 178: Checking users ** [05:50:49 2020-06-13] 178: Checking user_dbs ** [05:50:49 2020-06-13] 178: Checking geocodings ** [05:50:49 2020-06-13] 178: Checking synchronizations ** [05:50:49 2020-06-13] 178: Checking tracker ** [05:50:49 2020-06-13] 178: Checking user_migrations ** [05:50:49 2020-06-13] 178: Checking batch_updates ** [05:50:49 2020-06-13] 178: Checking gears ** [05:50:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:50:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:54 2020-06-13] 178: Checking imports ** [05:50:54 2020-06-13] 178: Checking exports ** [05:50:54 2020-06-13] 178: Checking users ** [05:50:54 2020-06-13] 178: Checking user_dbs ** [05:50:54 2020-06-13] 178: Checking geocodings ** [05:50:54 2020-06-13] 178: Checking synchronizations ** [05:50:54 2020-06-13] 178: Checking tracker ** [05:50:54 2020-06-13] 178: Checking user_migrations ** [05:50:54 2020-06-13] 178: Checking batch_updates ** [05:50:54 2020-06-13] 178: Checking gears ** [05:50:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:50:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:59 2020-06-13] 178: Checking imports ** [05:50:59 2020-06-13] 178: Checking exports ** [05:50:59 2020-06-13] 178: Checking users ** [05:50:59 2020-06-13] 178: Checking user_dbs ** [05:50:59 2020-06-13] 178: Checking geocodings ** [05:50:59 2020-06-13] 178: Checking synchronizations ** [05:50:59 2020-06-13] 178: Checking tracker ** [05:50:59 2020-06-13] 178: Checking user_migrations ** [05:50:59 2020-06-13] 178: Checking batch_updates ** [05:50:59 2020-06-13] 178: Checking gears ** [05:50:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:50:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:04 2020-06-13] 178: Checking imports ** [05:51:04 2020-06-13] 178: Checking exports ** [05:51:04 2020-06-13] 178: Checking users ** [05:51:04 2020-06-13] 178: Checking user_dbs ** [05:51:04 2020-06-13] 178: Checking geocodings ** [05:51:04 2020-06-13] 178: Checking synchronizations ** [05:51:04 2020-06-13] 178: Checking tracker ** [05:51:04 2020-06-13] 178: Checking user_migrations ** [05:51:04 2020-06-13] 178: Checking batch_updates ** [05:51:04 2020-06-13] 178: Checking gears ** [05:51:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:51:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:09 2020-06-13] 178: Checking imports ** [05:51:09 2020-06-13] 178: Checking exports ** [05:51:09 2020-06-13] 178: Checking users ** [05:51:09 2020-06-13] 178: Checking user_dbs ** [05:51:09 2020-06-13] 178: Checking geocodings ** [05:51:09 2020-06-13] 178: Checking synchronizations ** [05:51:09 2020-06-13] 178: Checking tracker ** [05:51:09 2020-06-13] 178: Checking user_migrations ** [05:51:09 2020-06-13] 178: Checking batch_updates ** [05:51:09 2020-06-13] 178: Checking gears ** [05:51:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:51:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:14 2020-06-13] 178: Checking imports ** [05:51:14 2020-06-13] 178: Checking exports ** [05:51:14 2020-06-13] 178: Checking users ** [05:51:14 2020-06-13] 178: Checking user_dbs ** [05:51:14 2020-06-13] 178: Checking geocodings ** [05:51:14 2020-06-13] 178: Checking synchronizations ** [05:51:14 2020-06-13] 178: Checking tracker ** [05:51:14 2020-06-13] 178: Checking user_migrations ** [05:51:14 2020-06-13] 178: Checking batch_updates ** [05:51:14 2020-06-13] 178: Checking gears ** [05:51:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:51:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:19 2020-06-13] 178: Checking imports ** [05:51:19 2020-06-13] 178: Checking exports ** [05:51:19 2020-06-13] 178: Checking users ** [05:51:19 2020-06-13] 178: Checking user_dbs ** [05:51:19 2020-06-13] 178: Checking geocodings ** [05:51:19 2020-06-13] 178: Checking synchronizations ** [05:51:19 2020-06-13] 178: Checking tracker ** [05:51:19 2020-06-13] 178: Checking user_migrations ** [05:51:19 2020-06-13] 178: Checking batch_updates ** [05:51:19 2020-06-13] 178: Checking gears ** [05:51:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:51:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:24 2020-06-13] 178: Checking imports ** [05:51:24 2020-06-13] 178: Checking exports ** [05:51:24 2020-06-13] 178: Checking users ** [05:51:24 2020-06-13] 178: Checking user_dbs ** [05:51:24 2020-06-13] 178: Checking geocodings ** [05:51:24 2020-06-13] 178: Checking synchronizations ** [05:51:24 2020-06-13] 178: Checking tracker ** [05:51:24 2020-06-13] 178: Checking user_migrations ** [05:51:24 2020-06-13] 178: Checking batch_updates ** [05:51:24 2020-06-13] 178: Checking gears ** [05:51:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:51:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:30 2020-06-13] 178: Checking imports ** [05:51:30 2020-06-13] 178: Checking exports ** [05:51:30 2020-06-13] 178: Checking users ** [05:51:30 2020-06-13] 178: Checking user_dbs ** [05:51:30 2020-06-13] 178: Checking geocodings ** [05:51:30 2020-06-13] 178: Checking synchronizations ** [05:51:30 2020-06-13] 178: Checking tracker ** [05:51:30 2020-06-13] 178: Checking user_migrations ** [05:51:30 2020-06-13] 178: Checking batch_updates ** [05:51:30 2020-06-13] 178: Checking gears ** [05:51:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:51:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:35 2020-06-13] 178: Checking imports ** [05:51:35 2020-06-13] 178: Checking exports ** [05:51:35 2020-06-13] 178: Checking users ** [05:51:35 2020-06-13] 178: Checking user_dbs ** [05:51:35 2020-06-13] 178: Checking geocodings ** [05:51:35 2020-06-13] 178: Checking synchronizations ** [05:51:35 2020-06-13] 178: Checking tracker ** [05:51:35 2020-06-13] 178: Checking user_migrations ** [05:51:35 2020-06-13] 178: Checking batch_updates ** [05:51:35 2020-06-13] 178: Checking gears ** [05:51:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:51:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:40 2020-06-13] 178: Checking imports ** [05:51:40 2020-06-13] 178: Checking exports ** [05:51:40 2020-06-13] 178: Checking users ** [05:51:40 2020-06-13] 178: Checking user_dbs ** [05:51:40 2020-06-13] 178: Checking geocodings ** [05:51:40 2020-06-13] 178: Checking synchronizations ** [05:51:40 2020-06-13] 178: Checking tracker ** [05:51:40 2020-06-13] 178: Checking user_migrations ** [05:51:40 2020-06-13] 178: Checking batch_updates ** [05:51:40 2020-06-13] 178: Checking gears ** [05:51:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:51:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:45 2020-06-13] 178: Checking imports ** [05:51:45 2020-06-13] 178: Checking exports ** [05:51:45 2020-06-13] 178: Checking users ** [05:51:45 2020-06-13] 178: Checking user_dbs ** [05:51:45 2020-06-13] 178: Checking geocodings ** [05:51:45 2020-06-13] 178: Checking synchronizations ** [05:51:45 2020-06-13] 178: Checking tracker ** [05:51:45 2020-06-13] 178: Checking user_migrations ** [05:51:45 2020-06-13] 178: Checking batch_updates ** [05:51:45 2020-06-13] 178: Checking gears ** [05:51:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:51:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:50 2020-06-13] 178: Checking imports ** [05:51:50 2020-06-13] 178: Checking exports ** [05:51:50 2020-06-13] 178: Checking users ** [05:51:50 2020-06-13] 178: Checking user_dbs ** [05:51:50 2020-06-13] 178: Checking geocodings ** [05:51:50 2020-06-13] 178: Checking synchronizations ** [05:51:50 2020-06-13] 178: Checking tracker ** [05:51:50 2020-06-13] 178: Checking user_migrations ** [05:51:50 2020-06-13] 178: Checking batch_updates ** [05:51:50 2020-06-13] 178: Checking gears ** [05:51:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:51:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:55 2020-06-13] 178: Checking imports ** [05:51:55 2020-06-13] 178: Checking exports ** [05:51:55 2020-06-13] 178: Checking users ** [05:51:55 2020-06-13] 178: Checking user_dbs ** [05:51:55 2020-06-13] 178: Checking geocodings ** [05:51:55 2020-06-13] 178: Checking synchronizations ** [05:51:55 2020-06-13] 178: Checking tracker ** [05:51:55 2020-06-13] 178: Checking user_migrations ** [05:51:55 2020-06-13] 178: Checking batch_updates ** [05:51:55 2020-06-13] 178: Checking gears ** [05:51:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:51:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:00 2020-06-13] 178: Checking imports ** [05:52:00 2020-06-13] 178: Checking exports ** [05:52:00 2020-06-13] 178: Checking users ** [05:52:00 2020-06-13] 178: Checking user_dbs ** [05:52:00 2020-06-13] 178: Checking geocodings ** [05:52:00 2020-06-13] 178: Checking synchronizations ** [05:52:00 2020-06-13] 178: Checking tracker ** [05:52:00 2020-06-13] 178: Checking user_migrations ** [05:52:00 2020-06-13] 178: Checking batch_updates ** [05:52:00 2020-06-13] 178: Checking gears ** [05:52:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:52:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:05 2020-06-13] 178: Checking imports ** [05:52:05 2020-06-13] 178: Checking exports ** [05:52:05 2020-06-13] 178: Checking users ** [05:52:05 2020-06-13] 178: Checking user_dbs ** [05:52:05 2020-06-13] 178: Checking geocodings ** [05:52:05 2020-06-13] 178: Checking synchronizations ** [05:52:05 2020-06-13] 178: Checking tracker ** [05:52:05 2020-06-13] 178: Checking user_migrations ** [05:52:05 2020-06-13] 178: Checking batch_updates ** [05:52:05 2020-06-13] 178: Checking gears ** [05:52:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:52:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:10 2020-06-13] 178: Checking imports ** [05:52:10 2020-06-13] 178: Checking exports ** [05:52:10 2020-06-13] 178: Checking users ** [05:52:10 2020-06-13] 178: Checking user_dbs ** [05:52:10 2020-06-13] 178: Checking geocodings ** [05:52:10 2020-06-13] 178: Checking synchronizations ** [05:52:10 2020-06-13] 178: Checking tracker ** [05:52:10 2020-06-13] 178: Checking user_migrations ** [05:52:10 2020-06-13] 178: Checking batch_updates ** [05:52:10 2020-06-13] 178: Checking gears ** [05:52:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:52:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:15 2020-06-13] 178: Checking imports ** [05:52:15 2020-06-13] 178: Checking exports ** [05:52:15 2020-06-13] 178: Checking users ** [05:52:15 2020-06-13] 178: Checking user_dbs ** [05:52:15 2020-06-13] 178: Checking geocodings ** [05:52:15 2020-06-13] 178: Checking synchronizations ** [05:52:15 2020-06-13] 178: Checking tracker ** [05:52:15 2020-06-13] 178: Checking user_migrations ** [05:52:15 2020-06-13] 178: Checking batch_updates ** [05:52:15 2020-06-13] 178: Checking gears ** [05:52:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:52:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:20 2020-06-13] 178: Checking imports ** [05:52:20 2020-06-13] 178: Checking exports ** [05:52:20 2020-06-13] 178: Checking users ** [05:52:20 2020-06-13] 178: Checking user_dbs ** [05:52:20 2020-06-13] 178: Checking geocodings ** [05:52:20 2020-06-13] 178: Checking synchronizations ** [05:52:20 2020-06-13] 178: Checking tracker ** [05:52:20 2020-06-13] 178: Checking user_migrations ** [05:52:20 2020-06-13] 178: Checking batch_updates ** [05:52:20 2020-06-13] 178: Checking gears ** [05:52:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:52:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:25 2020-06-13] 178: Checking imports ** [05:52:25 2020-06-13] 178: Checking exports ** [05:52:25 2020-06-13] 178: Checking users ** [05:52:25 2020-06-13] 178: Checking user_dbs ** [05:52:25 2020-06-13] 178: Checking geocodings ** [05:52:25 2020-06-13] 178: Checking synchronizations ** [05:52:25 2020-06-13] 178: Checking tracker ** [05:52:25 2020-06-13] 178: Checking user_migrations ** [05:52:25 2020-06-13] 178: Checking batch_updates ** [05:52:25 2020-06-13] 178: Checking gears ** [05:52:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:52:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:30 2020-06-13] 178: Checking imports ** [05:52:30 2020-06-13] 178: Checking exports ** [05:52:30 2020-06-13] 178: Checking users ** [05:52:30 2020-06-13] 178: Checking user_dbs ** [05:52:30 2020-06-13] 178: Checking geocodings ** [05:52:30 2020-06-13] 178: Checking synchronizations ** [05:52:30 2020-06-13] 178: Checking tracker ** [05:52:30 2020-06-13] 178: Checking user_migrations ** [05:52:30 2020-06-13] 178: Checking batch_updates ** [05:52:30 2020-06-13] 178: Checking gears ** [05:52:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:52:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:35 2020-06-13] 178: Checking imports ** [05:52:35 2020-06-13] 178: Checking exports ** [05:52:35 2020-06-13] 178: Checking users ** [05:52:35 2020-06-13] 178: Checking user_dbs ** [05:52:35 2020-06-13] 178: Checking geocodings ** [05:52:35 2020-06-13] 178: Checking synchronizations ** [05:52:35 2020-06-13] 178: Checking tracker ** [05:52:35 2020-06-13] 178: Checking user_migrations ** [05:52:35 2020-06-13] 178: Checking batch_updates ** [05:52:35 2020-06-13] 178: Checking gears ** [05:52:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:52:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:40 2020-06-13] 178: Checking imports ** [05:52:40 2020-06-13] 178: Checking exports ** [05:52:40 2020-06-13] 178: Checking users ** [05:52:40 2020-06-13] 178: Checking user_dbs ** [05:52:40 2020-06-13] 178: Checking geocodings ** [05:52:40 2020-06-13] 178: Checking synchronizations ** [05:52:40 2020-06-13] 178: Checking tracker ** [05:52:40 2020-06-13] 178: Checking user_migrations ** [05:52:40 2020-06-13] 178: Checking batch_updates ** [05:52:40 2020-06-13] 178: Checking gears ** [05:52:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:52:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:45 2020-06-13] 178: Checking imports ** [05:52:45 2020-06-13] 178: Checking exports ** [05:52:45 2020-06-13] 178: Checking users ** [05:52:45 2020-06-13] 178: Checking user_dbs ** [05:52:45 2020-06-13] 178: Checking geocodings ** [05:52:45 2020-06-13] 178: Checking synchronizations ** [05:52:45 2020-06-13] 178: Checking tracker ** [05:52:45 2020-06-13] 178: Checking user_migrations ** [05:52:45 2020-06-13] 178: Checking batch_updates ** [05:52:45 2020-06-13] 178: Checking gears ** [05:52:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:52:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:50 2020-06-13] 178: Checking imports ** [05:52:50 2020-06-13] 178: Checking exports ** [05:52:50 2020-06-13] 178: Checking users ** [05:52:50 2020-06-13] 178: Checking user_dbs ** [05:52:50 2020-06-13] 178: Checking geocodings ** [05:52:50 2020-06-13] 178: Checking synchronizations ** [05:52:50 2020-06-13] 178: Checking tracker ** [05:52:50 2020-06-13] 178: Checking user_migrations ** [05:52:50 2020-06-13] 178: Checking batch_updates ** [05:52:50 2020-06-13] 178: Checking gears ** [05:52:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:52:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:55 2020-06-13] 178: Checking imports ** [05:52:55 2020-06-13] 178: Checking exports ** [05:52:55 2020-06-13] 178: Checking users ** [05:52:55 2020-06-13] 178: Checking user_dbs ** [05:52:55 2020-06-13] 178: Checking geocodings ** [05:52:55 2020-06-13] 178: Checking synchronizations ** [05:52:55 2020-06-13] 178: Checking tracker ** [05:52:55 2020-06-13] 178: Checking user_migrations ** [05:52:55 2020-06-13] 178: Checking batch_updates ** [05:52:55 2020-06-13] 178: Checking gears ** [05:52:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:52:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:00 2020-06-13] 178: Checking imports ** [05:53:00 2020-06-13] 178: Checking exports ** [05:53:00 2020-06-13] 178: Checking users ** [05:53:00 2020-06-13] 178: Checking user_dbs ** [05:53:00 2020-06-13] 178: Checking geocodings ** [05:53:00 2020-06-13] 178: Checking synchronizations ** [05:53:00 2020-06-13] 178: Checking tracker ** [05:53:00 2020-06-13] 178: Checking user_migrations ** [05:53:00 2020-06-13] 178: Checking batch_updates ** [05:53:00 2020-06-13] 178: Checking gears ** [05:53:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:53:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:05 2020-06-13] 178: Checking imports ** [05:53:05 2020-06-13] 178: Checking exports ** [05:53:05 2020-06-13] 178: Checking users ** [05:53:05 2020-06-13] 178: Checking user_dbs ** [05:53:05 2020-06-13] 178: Checking geocodings ** [05:53:05 2020-06-13] 178: Checking synchronizations ** [05:53:05 2020-06-13] 178: Checking tracker ** [05:53:05 2020-06-13] 178: Checking user_migrations ** [05:53:05 2020-06-13] 178: Checking batch_updates ** [05:53:05 2020-06-13] 178: Checking gears ** [05:53:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:53:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:10 2020-06-13] 178: Checking imports ** [05:53:10 2020-06-13] 178: Checking exports ** [05:53:10 2020-06-13] 178: Checking users ** [05:53:10 2020-06-13] 178: Checking user_dbs ** [05:53:10 2020-06-13] 178: Checking geocodings ** [05:53:10 2020-06-13] 178: Checking synchronizations ** [05:53:10 2020-06-13] 178: Checking tracker ** [05:53:10 2020-06-13] 178: Checking user_migrations ** [05:53:10 2020-06-13] 178: Checking batch_updates ** [05:53:10 2020-06-13] 178: Checking gears ** [05:53:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:53:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:15 2020-06-13] 178: Checking imports ** [05:53:15 2020-06-13] 178: Checking exports ** [05:53:15 2020-06-13] 178: Checking users ** [05:53:15 2020-06-13] 178: Checking user_dbs ** [05:53:15 2020-06-13] 178: Checking geocodings ** [05:53:15 2020-06-13] 178: Checking synchronizations ** [05:53:15 2020-06-13] 178: Checking tracker ** [05:53:15 2020-06-13] 178: Checking user_migrations ** [05:53:15 2020-06-13] 178: Checking batch_updates ** [05:53:15 2020-06-13] 178: Checking gears ** [05:53:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:53:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:20 2020-06-13] 178: Checking imports ** [05:53:20 2020-06-13] 178: Checking exports ** [05:53:20 2020-06-13] 178: Checking users ** [05:53:20 2020-06-13] 178: Checking user_dbs ** [05:53:20 2020-06-13] 178: Checking geocodings ** [05:53:20 2020-06-13] 178: Checking synchronizations ** [05:53:20 2020-06-13] 178: Checking tracker ** [05:53:20 2020-06-13] 178: Checking user_migrations ** [05:53:20 2020-06-13] 178: Checking batch_updates ** [05:53:20 2020-06-13] 178: Checking gears ** [05:53:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:53:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:25 2020-06-13] 178: Checking imports ** [05:53:25 2020-06-13] 178: Checking exports ** [05:53:25 2020-06-13] 178: Checking users ** [05:53:25 2020-06-13] 178: Checking user_dbs ** [05:53:25 2020-06-13] 178: Checking geocodings ** [05:53:25 2020-06-13] 178: Checking synchronizations ** [05:53:25 2020-06-13] 178: Checking tracker ** [05:53:25 2020-06-13] 178: Checking user_migrations ** [05:53:25 2020-06-13] 178: Checking batch_updates ** [05:53:25 2020-06-13] 178: Checking gears ** [05:53:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:53:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:30 2020-06-13] 178: Checking imports ** [05:53:30 2020-06-13] 178: Checking exports ** [05:53:30 2020-06-13] 178: Checking users ** [05:53:30 2020-06-13] 178: Checking user_dbs ** [05:53:30 2020-06-13] 178: Checking geocodings ** [05:53:30 2020-06-13] 178: Checking synchronizations ** [05:53:30 2020-06-13] 178: Checking tracker ** [05:53:30 2020-06-13] 178: Checking user_migrations ** [05:53:30 2020-06-13] 178: Checking batch_updates ** [05:53:30 2020-06-13] 178: Checking gears ** [05:53:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:53:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:35 2020-06-13] 178: Checking imports ** [05:53:35 2020-06-13] 178: Checking exports ** [05:53:35 2020-06-13] 178: Checking users ** [05:53:35 2020-06-13] 178: Checking user_dbs ** [05:53:35 2020-06-13] 178: Checking geocodings ** [05:53:35 2020-06-13] 178: Checking synchronizations ** [05:53:35 2020-06-13] 178: Checking tracker ** [05:53:35 2020-06-13] 178: Checking user_migrations ** [05:53:35 2020-06-13] 178: Checking batch_updates ** [05:53:35 2020-06-13] 178: Checking gears ** [05:53:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:53:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:40 2020-06-13] 178: Checking imports ** [05:53:40 2020-06-13] 178: Checking exports ** [05:53:40 2020-06-13] 178: Checking users ** [05:53:40 2020-06-13] 178: Checking user_dbs ** [05:53:40 2020-06-13] 178: Checking geocodings ** [05:53:40 2020-06-13] 178: Checking synchronizations ** [05:53:40 2020-06-13] 178: Checking tracker ** [05:53:40 2020-06-13] 178: Checking user_migrations ** [05:53:40 2020-06-13] 178: Checking batch_updates ** [05:53:40 2020-06-13] 178: Checking gears ** [05:53:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:53:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:45 2020-06-13] 178: Checking imports ** [05:53:45 2020-06-13] 178: Checking exports ** [05:53:45 2020-06-13] 178: Checking users ** [05:53:45 2020-06-13] 178: Checking user_dbs ** [05:53:45 2020-06-13] 178: Checking geocodings ** [05:53:45 2020-06-13] 178: Checking synchronizations ** [05:53:45 2020-06-13] 178: Checking tracker ** [05:53:45 2020-06-13] 178: Checking user_migrations ** [05:53:45 2020-06-13] 178: Checking batch_updates ** [05:53:45 2020-06-13] 178: Checking gears ** [05:53:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:53:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:50 2020-06-13] 178: Checking imports ** [05:53:50 2020-06-13] 178: Checking exports ** [05:53:50 2020-06-13] 178: Checking users ** [05:53:50 2020-06-13] 178: Checking user_dbs ** [05:53:50 2020-06-13] 178: Checking geocodings ** [05:53:50 2020-06-13] 178: Checking synchronizations ** [05:53:50 2020-06-13] 178: Checking tracker ** [05:53:50 2020-06-13] 178: Checking user_migrations ** [05:53:50 2020-06-13] 178: Checking batch_updates ** [05:53:50 2020-06-13] 178: Checking gears ** [05:53:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:53:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:55 2020-06-13] 178: Checking imports ** [05:53:55 2020-06-13] 178: Checking exports ** [05:53:55 2020-06-13] 178: Checking users ** [05:53:55 2020-06-13] 178: Checking user_dbs ** [05:53:55 2020-06-13] 178: Checking geocodings ** [05:53:55 2020-06-13] 178: Checking synchronizations ** [05:53:55 2020-06-13] 178: Checking tracker ** [05:53:55 2020-06-13] 178: Checking user_migrations ** [05:53:55 2020-06-13] 178: Checking batch_updates ** [05:53:55 2020-06-13] 178: Checking gears ** [05:53:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:53:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:00 2020-06-13] 178: Checking imports ** [05:54:00 2020-06-13] 178: Checking exports ** [05:54:00 2020-06-13] 178: Checking users ** [05:54:00 2020-06-13] 178: Checking user_dbs ** [05:54:00 2020-06-13] 178: Checking geocodings ** [05:54:00 2020-06-13] 178: Checking synchronizations ** [05:54:00 2020-06-13] 178: Checking tracker ** [05:54:00 2020-06-13] 178: Checking user_migrations ** [05:54:00 2020-06-13] 178: Checking batch_updates ** [05:54:00 2020-06-13] 178: Checking gears ** [05:54:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:54:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:05 2020-06-13] 178: Checking imports ** [05:54:05 2020-06-13] 178: Checking exports ** [05:54:05 2020-06-13] 178: Checking users ** [05:54:05 2020-06-13] 178: Checking user_dbs ** [05:54:05 2020-06-13] 178: Checking geocodings ** [05:54:05 2020-06-13] 178: Checking synchronizations ** [05:54:05 2020-06-13] 178: Checking tracker ** [05:54:05 2020-06-13] 178: Checking user_migrations ** [05:54:05 2020-06-13] 178: Checking batch_updates ** [05:54:05 2020-06-13] 178: Checking gears ** [05:54:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:54:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:10 2020-06-13] 178: Checking imports ** [05:54:10 2020-06-13] 178: Checking exports ** [05:54:10 2020-06-13] 178: Checking users ** [05:54:10 2020-06-13] 178: Checking user_dbs ** [05:54:10 2020-06-13] 178: Checking geocodings ** [05:54:10 2020-06-13] 178: Checking synchronizations ** [05:54:10 2020-06-13] 178: Checking tracker ** [05:54:10 2020-06-13] 178: Checking user_migrations ** [05:54:10 2020-06-13] 178: Checking batch_updates ** [05:54:10 2020-06-13] 178: Checking gears ** [05:54:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:54:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:15 2020-06-13] 178: Checking imports ** [05:54:15 2020-06-13] 178: Checking exports ** [05:54:15 2020-06-13] 178: Checking users ** [05:54:15 2020-06-13] 178: Checking user_dbs ** [05:54:15 2020-06-13] 178: Checking geocodings ** [05:54:15 2020-06-13] 178: Checking synchronizations ** [05:54:15 2020-06-13] 178: Checking tracker ** [05:54:15 2020-06-13] 178: Checking user_migrations ** [05:54:15 2020-06-13] 178: Checking batch_updates ** [05:54:15 2020-06-13] 178: Checking gears ** [05:54:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:54:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:20 2020-06-13] 178: Checking imports ** [05:54:20 2020-06-13] 178: Checking exports ** [05:54:20 2020-06-13] 178: Checking users ** [05:54:20 2020-06-13] 178: Checking user_dbs ** [05:54:20 2020-06-13] 178: Checking geocodings ** [05:54:20 2020-06-13] 178: Checking synchronizations ** [05:54:20 2020-06-13] 178: Checking tracker ** [05:54:20 2020-06-13] 178: Checking user_migrations ** [05:54:20 2020-06-13] 178: Checking batch_updates ** [05:54:20 2020-06-13] 178: Checking gears ** [05:54:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:54:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:25 2020-06-13] 178: Checking imports ** [05:54:25 2020-06-13] 178: Checking exports ** [05:54:25 2020-06-13] 178: Checking users ** [05:54:25 2020-06-13] 178: Checking user_dbs ** [05:54:25 2020-06-13] 178: Checking geocodings ** [05:54:25 2020-06-13] 178: Checking synchronizations ** [05:54:25 2020-06-13] 178: Checking tracker ** [05:54:25 2020-06-13] 178: Checking user_migrations ** [05:54:25 2020-06-13] 178: Checking batch_updates ** [05:54:25 2020-06-13] 178: Checking gears ** [05:54:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:54:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:30 2020-06-13] 178: Checking imports ** [05:54:30 2020-06-13] 178: Checking exports ** [05:54:30 2020-06-13] 178: Checking users ** [05:54:30 2020-06-13] 178: Checking user_dbs ** [05:54:30 2020-06-13] 178: Checking geocodings ** [05:54:30 2020-06-13] 178: Checking synchronizations ** [05:54:30 2020-06-13] 178: Checking tracker ** [05:54:30 2020-06-13] 178: Checking user_migrations ** [05:54:30 2020-06-13] 178: Checking batch_updates ** [05:54:30 2020-06-13] 178: Checking gears ** [05:54:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:54:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:35 2020-06-13] 178: Checking imports ** [05:54:35 2020-06-13] 178: Checking exports ** [05:54:35 2020-06-13] 178: Checking users ** [05:54:35 2020-06-13] 178: Checking user_dbs ** [05:54:35 2020-06-13] 178: Checking geocodings ** [05:54:35 2020-06-13] 178: Checking synchronizations ** [05:54:35 2020-06-13] 178: Checking tracker ** [05:54:35 2020-06-13] 178: Checking user_migrations ** [05:54:35 2020-06-13] 178: Checking batch_updates ** [05:54:35 2020-06-13] 178: Checking gears ** [05:54:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:54:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:40 2020-06-13] 178: Checking imports ** [05:54:40 2020-06-13] 178: Checking exports ** [05:54:40 2020-06-13] 178: Checking users ** [05:54:40 2020-06-13] 178: Checking user_dbs ** [05:54:40 2020-06-13] 178: Checking geocodings ** [05:54:40 2020-06-13] 178: Checking synchronizations ** [05:54:40 2020-06-13] 178: Checking tracker ** [05:54:40 2020-06-13] 178: Checking user_migrations ** [05:54:40 2020-06-13] 178: Checking batch_updates ** [05:54:40 2020-06-13] 178: Checking gears ** [05:54:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:54:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:45 2020-06-13] 178: Checking imports ** [05:54:45 2020-06-13] 178: Checking exports ** [05:54:45 2020-06-13] 178: Checking users ** [05:54:45 2020-06-13] 178: Checking user_dbs ** [05:54:45 2020-06-13] 178: Checking geocodings ** [05:54:45 2020-06-13] 178: Checking synchronizations ** [05:54:45 2020-06-13] 178: Checking tracker ** [05:54:45 2020-06-13] 178: Checking user_migrations ** [05:54:45 2020-06-13] 178: Checking batch_updates ** [05:54:45 2020-06-13] 178: Checking gears ** [05:54:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:54:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:50 2020-06-13] 178: Checking imports ** [05:54:50 2020-06-13] 178: Checking exports ** [05:54:50 2020-06-13] 178: Checking users ** [05:54:50 2020-06-13] 178: Checking user_dbs ** [05:54:50 2020-06-13] 178: Checking geocodings ** [05:54:50 2020-06-13] 178: Checking synchronizations ** [05:54:50 2020-06-13] 178: Checking tracker ** [05:54:50 2020-06-13] 178: Checking user_migrations ** [05:54:50 2020-06-13] 178: Checking batch_updates ** [05:54:50 2020-06-13] 178: Checking gears ** [05:54:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:54:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:55 2020-06-13] 178: Checking imports ** [05:54:55 2020-06-13] 178: Checking exports ** [05:54:55 2020-06-13] 178: Checking users ** [05:54:55 2020-06-13] 178: Checking user_dbs ** [05:54:55 2020-06-13] 178: Checking geocodings ** [05:54:55 2020-06-13] 178: Checking synchronizations ** [05:54:55 2020-06-13] 178: Checking tracker ** [05:54:55 2020-06-13] 178: Checking user_migrations ** [05:54:55 2020-06-13] 178: Checking batch_updates ** [05:54:55 2020-06-13] 178: Checking gears ** [05:54:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:54:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:00 2020-06-13] 178: Checking imports ** [05:55:00 2020-06-13] 178: Checking exports ** [05:55:00 2020-06-13] 178: Checking users ** [05:55:00 2020-06-13] 178: Checking user_dbs ** [05:55:00 2020-06-13] 178: Checking geocodings ** [05:55:00 2020-06-13] 178: Checking synchronizations ** [05:55:00 2020-06-13] 178: Checking tracker ** [05:55:00 2020-06-13] 178: Checking user_migrations ** [05:55:00 2020-06-13] 178: Checking batch_updates ** [05:55:00 2020-06-13] 178: Checking gears ** [05:55:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:55:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:05 2020-06-13] 178: Checking imports ** [05:55:05 2020-06-13] 178: Checking exports ** [05:55:05 2020-06-13] 178: Checking users ** [05:55:05 2020-06-13] 178: Checking user_dbs ** [05:55:05 2020-06-13] 178: Checking geocodings ** [05:55:05 2020-06-13] 178: Checking synchronizations ** [05:55:05 2020-06-13] 178: Checking tracker ** [05:55:05 2020-06-13] 178: Checking user_migrations ** [05:55:05 2020-06-13] 178: Checking batch_updates ** [05:55:05 2020-06-13] 178: Checking gears ** [05:55:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:55:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:10 2020-06-13] 178: Checking imports ** [05:55:10 2020-06-13] 178: Checking exports ** [05:55:10 2020-06-13] 178: Checking users ** [05:55:10 2020-06-13] 178: Checking user_dbs ** [05:55:10 2020-06-13] 178: Checking geocodings ** [05:55:10 2020-06-13] 178: Checking synchronizations ** [05:55:10 2020-06-13] 178: Checking tracker ** [05:55:10 2020-06-13] 178: Checking user_migrations ** [05:55:10 2020-06-13] 178: Checking batch_updates ** [05:55:10 2020-06-13] 178: Checking gears ** [05:55:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:55:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:15 2020-06-13] 178: Checking imports ** [05:55:15 2020-06-13] 178: Checking exports ** [05:55:15 2020-06-13] 178: Checking users ** [05:55:15 2020-06-13] 178: Checking user_dbs ** [05:55:15 2020-06-13] 178: Checking geocodings ** [05:55:15 2020-06-13] 178: Checking synchronizations ** [05:55:15 2020-06-13] 178: Checking tracker ** [05:55:15 2020-06-13] 178: Checking user_migrations ** [05:55:15 2020-06-13] 178: Checking batch_updates ** [05:55:15 2020-06-13] 178: Checking gears ** [05:55:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:55:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:20 2020-06-13] 178: Checking imports ** [05:55:20 2020-06-13] 178: Checking exports ** [05:55:20 2020-06-13] 178: Checking users ** [05:55:20 2020-06-13] 178: Checking user_dbs ** [05:55:20 2020-06-13] 178: Checking geocodings ** [05:55:20 2020-06-13] 178: Checking synchronizations ** [05:55:20 2020-06-13] 178: Checking tracker ** [05:55:20 2020-06-13] 178: Checking user_migrations ** [05:55:20 2020-06-13] 178: Checking batch_updates ** [05:55:20 2020-06-13] 178: Checking gears ** [05:55:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:55:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:25 2020-06-13] 178: Checking imports ** [05:55:25 2020-06-13] 178: Checking exports ** [05:55:25 2020-06-13] 178: Checking users ** [05:55:25 2020-06-13] 178: Checking user_dbs ** [05:55:25 2020-06-13] 178: Checking geocodings ** [05:55:25 2020-06-13] 178: Checking synchronizations ** [05:55:25 2020-06-13] 178: Checking tracker ** [05:55:25 2020-06-13] 178: Checking user_migrations ** [05:55:25 2020-06-13] 178: Checking batch_updates ** [05:55:25 2020-06-13] 178: Checking gears ** [05:55:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:55:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:30 2020-06-13] 178: Checking imports ** [05:55:30 2020-06-13] 178: Checking exports ** [05:55:30 2020-06-13] 178: Checking users ** [05:55:30 2020-06-13] 178: Checking user_dbs ** [05:55:30 2020-06-13] 178: Checking geocodings ** [05:55:30 2020-06-13] 178: Checking synchronizations ** [05:55:30 2020-06-13] 178: Checking tracker ** [05:55:30 2020-06-13] 178: Checking user_migrations ** [05:55:30 2020-06-13] 178: Checking batch_updates ** [05:55:30 2020-06-13] 178: Checking gears ** [05:55:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:55:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:35 2020-06-13] 178: Checking imports ** [05:55:35 2020-06-13] 178: Checking exports ** [05:55:35 2020-06-13] 178: Checking users ** [05:55:35 2020-06-13] 178: Checking user_dbs ** [05:55:35 2020-06-13] 178: Checking geocodings ** [05:55:35 2020-06-13] 178: Checking synchronizations ** [05:55:35 2020-06-13] 178: Checking tracker ** [05:55:35 2020-06-13] 178: Checking user_migrations ** [05:55:35 2020-06-13] 178: Checking batch_updates ** [05:55:35 2020-06-13] 178: Checking gears ** [05:55:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:55:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:40 2020-06-13] 178: Checking imports ** [05:55:40 2020-06-13] 178: Checking exports ** [05:55:40 2020-06-13] 178: Checking users ** [05:55:40 2020-06-13] 178: Checking user_dbs ** [05:55:40 2020-06-13] 178: Checking geocodings ** [05:55:40 2020-06-13] 178: Checking synchronizations ** [05:55:40 2020-06-13] 178: Checking tracker ** [05:55:40 2020-06-13] 178: Checking user_migrations ** [05:55:40 2020-06-13] 178: Checking batch_updates ** [05:55:40 2020-06-13] 178: Checking gears ** [05:55:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:55:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:45 2020-06-13] 178: Checking imports ** [05:55:45 2020-06-13] 178: Checking exports ** [05:55:45 2020-06-13] 178: Checking users ** [05:55:45 2020-06-13] 178: Checking user_dbs ** [05:55:45 2020-06-13] 178: Checking geocodings ** [05:55:45 2020-06-13] 178: Checking synchronizations ** [05:55:45 2020-06-13] 178: Checking tracker ** [05:55:45 2020-06-13] 178: Checking user_migrations ** [05:55:45 2020-06-13] 178: Checking batch_updates ** [05:55:45 2020-06-13] 178: Checking gears ** [05:55:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:55:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:50 2020-06-13] 178: Checking imports ** [05:55:50 2020-06-13] 178: Checking exports ** [05:55:50 2020-06-13] 178: Checking users ** [05:55:50 2020-06-13] 178: Checking user_dbs ** [05:55:50 2020-06-13] 178: Checking geocodings ** [05:55:50 2020-06-13] 178: Checking synchronizations ** [05:55:50 2020-06-13] 178: Checking tracker ** [05:55:50 2020-06-13] 178: Checking user_migrations ** [05:55:50 2020-06-13] 178: Checking batch_updates ** [05:55:50 2020-06-13] 178: Checking gears ** [05:55:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:55:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:55 2020-06-13] 178: Checking imports ** [05:55:55 2020-06-13] 178: Checking exports ** [05:55:55 2020-06-13] 178: Checking users ** [05:55:55 2020-06-13] 178: Checking user_dbs ** [05:55:55 2020-06-13] 178: Checking geocodings ** [05:55:55 2020-06-13] 178: Checking synchronizations ** [05:55:55 2020-06-13] 178: Checking tracker ** [05:55:55 2020-06-13] 178: Checking user_migrations ** [05:55:55 2020-06-13] 178: Checking batch_updates ** [05:55:55 2020-06-13] 178: Checking gears ** [05:55:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:55:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:00 2020-06-13] 178: Checking imports ** [05:56:00 2020-06-13] 178: Checking exports ** [05:56:00 2020-06-13] 178: Checking users ** [05:56:00 2020-06-13] 178: Checking user_dbs ** [05:56:00 2020-06-13] 178: Checking geocodings ** [05:56:00 2020-06-13] 178: Checking synchronizations ** [05:56:00 2020-06-13] 178: Checking tracker ** [05:56:00 2020-06-13] 178: Checking user_migrations ** [05:56:00 2020-06-13] 178: Checking batch_updates ** [05:56:00 2020-06-13] 178: Checking gears ** [05:56:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:56:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:05 2020-06-13] 178: Checking imports ** [05:56:05 2020-06-13] 178: Checking exports ** [05:56:05 2020-06-13] 178: Checking users ** [05:56:05 2020-06-13] 178: Checking user_dbs ** [05:56:05 2020-06-13] 178: Checking geocodings ** [05:56:05 2020-06-13] 178: Checking synchronizations ** [05:56:05 2020-06-13] 178: Checking tracker ** [05:56:05 2020-06-13] 178: Checking user_migrations ** [05:56:05 2020-06-13] 178: Checking batch_updates ** [05:56:05 2020-06-13] 178: Checking gears ** [05:56:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:56:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:10 2020-06-13] 178: Checking imports ** [05:56:10 2020-06-13] 178: Checking exports ** [05:56:10 2020-06-13] 178: Checking users ** [05:56:10 2020-06-13] 178: Checking user_dbs ** [05:56:10 2020-06-13] 178: Checking geocodings ** [05:56:10 2020-06-13] 178: Checking synchronizations ** [05:56:10 2020-06-13] 178: Checking tracker ** [05:56:10 2020-06-13] 178: Checking user_migrations ** [05:56:10 2020-06-13] 178: Checking batch_updates ** [05:56:10 2020-06-13] 178: Checking gears ** [05:56:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:56:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:15 2020-06-13] 178: Checking imports ** [05:56:15 2020-06-13] 178: Checking exports ** [05:56:15 2020-06-13] 178: Checking users ** [05:56:15 2020-06-13] 178: Checking user_dbs ** [05:56:15 2020-06-13] 178: Checking geocodings ** [05:56:15 2020-06-13] 178: Checking synchronizations ** [05:56:15 2020-06-13] 178: Checking tracker ** [05:56:15 2020-06-13] 178: Checking user_migrations ** [05:56:15 2020-06-13] 178: Checking batch_updates ** [05:56:15 2020-06-13] 178: Checking gears ** [05:56:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:56:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:20 2020-06-13] 178: Checking imports ** [05:56:20 2020-06-13] 178: Checking exports ** [05:56:20 2020-06-13] 178: Checking users ** [05:56:20 2020-06-13] 178: Checking user_dbs ** [05:56:20 2020-06-13] 178: Checking geocodings ** [05:56:20 2020-06-13] 178: Checking synchronizations ** [05:56:20 2020-06-13] 178: Checking tracker ** [05:56:20 2020-06-13] 178: Checking user_migrations ** [05:56:20 2020-06-13] 178: Checking batch_updates ** [05:56:20 2020-06-13] 178: Checking gears ** [05:56:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:56:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:25 2020-06-13] 178: Checking imports ** [05:56:25 2020-06-13] 178: Checking exports ** [05:56:25 2020-06-13] 178: Checking users ** [05:56:25 2020-06-13] 178: Checking user_dbs ** [05:56:25 2020-06-13] 178: Checking geocodings ** [05:56:25 2020-06-13] 178: Checking synchronizations ** [05:56:25 2020-06-13] 178: Checking tracker ** [05:56:25 2020-06-13] 178: Checking user_migrations ** [05:56:25 2020-06-13] 178: Checking batch_updates ** [05:56:25 2020-06-13] 178: Checking gears ** [05:56:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:56:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:30 2020-06-13] 178: Checking imports ** [05:56:30 2020-06-13] 178: Checking exports ** [05:56:30 2020-06-13] 178: Checking users ** [05:56:30 2020-06-13] 178: Checking user_dbs ** [05:56:30 2020-06-13] 178: Checking geocodings ** [05:56:30 2020-06-13] 178: Checking synchronizations ** [05:56:30 2020-06-13] 178: Checking tracker ** [05:56:30 2020-06-13] 178: Checking user_migrations ** [05:56:30 2020-06-13] 178: Checking batch_updates ** [05:56:30 2020-06-13] 178: Checking gears ** [05:56:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:56:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:35 2020-06-13] 178: Checking imports ** [05:56:35 2020-06-13] 178: Checking exports ** [05:56:35 2020-06-13] 178: Checking users ** [05:56:35 2020-06-13] 178: Checking user_dbs ** [05:56:35 2020-06-13] 178: Checking geocodings ** [05:56:35 2020-06-13] 178: Checking synchronizations ** [05:56:35 2020-06-13] 178: Checking tracker ** [05:56:35 2020-06-13] 178: Checking user_migrations ** [05:56:35 2020-06-13] 178: Checking batch_updates ** [05:56:35 2020-06-13] 178: Checking gears ** [05:56:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:56:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:40 2020-06-13] 178: Checking imports ** [05:56:40 2020-06-13] 178: Checking exports ** [05:56:40 2020-06-13] 178: Checking users ** [05:56:40 2020-06-13] 178: Checking user_dbs ** [05:56:40 2020-06-13] 178: Checking geocodings ** [05:56:40 2020-06-13] 178: Checking synchronizations ** [05:56:40 2020-06-13] 178: Checking tracker ** [05:56:40 2020-06-13] 178: Checking user_migrations ** [05:56:40 2020-06-13] 178: Checking batch_updates ** [05:56:40 2020-06-13] 178: Checking gears ** [05:56:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:56:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:45 2020-06-13] 178: Checking imports ** [05:56:45 2020-06-13] 178: Checking exports ** [05:56:45 2020-06-13] 178: Checking users ** [05:56:45 2020-06-13] 178: Checking user_dbs ** [05:56:45 2020-06-13] 178: Checking geocodings ** [05:56:45 2020-06-13] 178: Checking synchronizations ** [05:56:45 2020-06-13] 178: Checking tracker ** [05:56:45 2020-06-13] 178: Checking user_migrations ** [05:56:45 2020-06-13] 178: Checking batch_updates ** [05:56:45 2020-06-13] 178: Checking gears ** [05:56:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:56:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:50 2020-06-13] 178: Checking imports ** [05:56:50 2020-06-13] 178: Checking exports ** [05:56:50 2020-06-13] 178: Checking users ** [05:56:50 2020-06-13] 178: Checking user_dbs ** [05:56:50 2020-06-13] 178: Checking geocodings ** [05:56:50 2020-06-13] 178: Checking synchronizations ** [05:56:50 2020-06-13] 178: Checking tracker ** [05:56:50 2020-06-13] 178: Checking user_migrations ** [05:56:50 2020-06-13] 178: Checking batch_updates ** [05:56:50 2020-06-13] 178: Checking gears ** [05:56:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:56:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:55 2020-06-13] 178: Checking imports ** [05:56:55 2020-06-13] 178: Checking exports ** [05:56:55 2020-06-13] 178: Checking users ** [05:56:55 2020-06-13] 178: Checking user_dbs ** [05:56:55 2020-06-13] 178: Checking geocodings ** [05:56:55 2020-06-13] 178: Checking synchronizations ** [05:56:55 2020-06-13] 178: Checking tracker ** [05:56:55 2020-06-13] 178: Checking user_migrations ** [05:56:55 2020-06-13] 178: Checking batch_updates ** [05:56:55 2020-06-13] 178: Checking gears ** [05:56:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:56:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:00 2020-06-13] 178: Checking imports ** [05:57:00 2020-06-13] 178: Checking exports ** [05:57:00 2020-06-13] 178: Checking users ** [05:57:00 2020-06-13] 178: Checking user_dbs ** [05:57:00 2020-06-13] 178: Checking geocodings ** [05:57:00 2020-06-13] 178: Checking synchronizations ** [05:57:00 2020-06-13] 178: Checking tracker ** [05:57:00 2020-06-13] 178: Checking user_migrations ** [05:57:00 2020-06-13] 178: Checking batch_updates ** [05:57:00 2020-06-13] 178: Checking gears ** [05:57:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:57:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:05 2020-06-13] 178: Checking imports ** [05:57:05 2020-06-13] 178: Checking exports ** [05:57:05 2020-06-13] 178: Checking users ** [05:57:05 2020-06-13] 178: Checking user_dbs ** [05:57:05 2020-06-13] 178: Checking geocodings ** [05:57:05 2020-06-13] 178: Checking synchronizations ** [05:57:05 2020-06-13] 178: Checking tracker ** [05:57:05 2020-06-13] 178: Checking user_migrations ** [05:57:05 2020-06-13] 178: Checking batch_updates ** [05:57:05 2020-06-13] 178: Checking gears ** [05:57:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:57:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:10 2020-06-13] 178: Checking imports ** [05:57:10 2020-06-13] 178: Checking exports ** [05:57:10 2020-06-13] 178: Checking users ** [05:57:10 2020-06-13] 178: Checking user_dbs ** [05:57:10 2020-06-13] 178: Checking geocodings ** [05:57:10 2020-06-13] 178: Checking synchronizations ** [05:57:10 2020-06-13] 178: Checking tracker ** [05:57:10 2020-06-13] 178: Checking user_migrations ** [05:57:10 2020-06-13] 178: Checking batch_updates ** [05:57:10 2020-06-13] 178: Checking gears ** [05:57:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:57:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:15 2020-06-13] 178: Checking imports ** [05:57:15 2020-06-13] 178: Checking exports ** [05:57:15 2020-06-13] 178: Checking users ** [05:57:15 2020-06-13] 178: Checking user_dbs ** [05:57:15 2020-06-13] 178: Checking geocodings ** [05:57:15 2020-06-13] 178: Checking synchronizations ** [05:57:15 2020-06-13] 178: Checking tracker ** [05:57:15 2020-06-13] 178: Checking user_migrations ** [05:57:15 2020-06-13] 178: Checking batch_updates ** [05:57:15 2020-06-13] 178: Checking gears ** [05:57:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:57:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:20 2020-06-13] 178: Checking imports ** [05:57:20 2020-06-13] 178: Checking exports ** [05:57:20 2020-06-13] 178: Checking users ** [05:57:20 2020-06-13] 178: Checking user_dbs ** [05:57:20 2020-06-13] 178: Checking geocodings ** [05:57:20 2020-06-13] 178: Checking synchronizations ** [05:57:20 2020-06-13] 178: Checking tracker ** [05:57:20 2020-06-13] 178: Checking user_migrations ** [05:57:20 2020-06-13] 178: Checking batch_updates ** [05:57:20 2020-06-13] 178: Checking gears ** [05:57:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:57:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:25 2020-06-13] 178: Checking imports ** [05:57:25 2020-06-13] 178: Checking exports ** [05:57:25 2020-06-13] 178: Checking users ** [05:57:25 2020-06-13] 178: Checking user_dbs ** [05:57:25 2020-06-13] 178: Checking geocodings ** [05:57:25 2020-06-13] 178: Checking synchronizations ** [05:57:25 2020-06-13] 178: Checking tracker ** [05:57:25 2020-06-13] 178: Checking user_migrations ** [05:57:25 2020-06-13] 178: Checking batch_updates ** [05:57:25 2020-06-13] 178: Checking gears ** [05:57:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:57:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:30 2020-06-13] 178: Checking imports ** [05:57:30 2020-06-13] 178: Checking exports ** [05:57:30 2020-06-13] 178: Checking users ** [05:57:30 2020-06-13] 178: Checking user_dbs ** [05:57:30 2020-06-13] 178: Checking geocodings ** [05:57:30 2020-06-13] 178: Checking synchronizations ** [05:57:30 2020-06-13] 178: Checking tracker ** [05:57:30 2020-06-13] 178: Checking user_migrations ** [05:57:30 2020-06-13] 178: Checking batch_updates ** [05:57:30 2020-06-13] 178: Checking gears ** [05:57:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:57:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:35 2020-06-13] 178: Checking imports ** [05:57:35 2020-06-13] 178: Checking exports ** [05:57:35 2020-06-13] 178: Checking users ** [05:57:35 2020-06-13] 178: Checking user_dbs ** [05:57:35 2020-06-13] 178: Checking geocodings ** [05:57:35 2020-06-13] 178: Checking synchronizations ** [05:57:35 2020-06-13] 178: Checking tracker ** [05:57:35 2020-06-13] 178: Checking user_migrations ** [05:57:35 2020-06-13] 178: Checking batch_updates ** [05:57:35 2020-06-13] 178: Checking gears ** [05:57:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:57:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:40 2020-06-13] 178: Checking imports ** [05:57:40 2020-06-13] 178: Checking exports ** [05:57:40 2020-06-13] 178: Checking users ** [05:57:40 2020-06-13] 178: Checking user_dbs ** [05:57:40 2020-06-13] 178: Checking geocodings ** [05:57:40 2020-06-13] 178: Checking synchronizations ** [05:57:40 2020-06-13] 178: Checking tracker ** [05:57:40 2020-06-13] 178: Checking user_migrations ** [05:57:40 2020-06-13] 178: Checking batch_updates ** [05:57:40 2020-06-13] 178: Checking gears ** [05:57:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:57:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:45 2020-06-13] 178: Checking imports ** [05:57:45 2020-06-13] 178: Checking exports ** [05:57:45 2020-06-13] 178: Checking users ** [05:57:45 2020-06-13] 178: Checking user_dbs ** [05:57:45 2020-06-13] 178: Checking geocodings ** [05:57:45 2020-06-13] 178: Checking synchronizations ** [05:57:45 2020-06-13] 178: Checking tracker ** [05:57:45 2020-06-13] 178: Checking user_migrations ** [05:57:45 2020-06-13] 178: Checking batch_updates ** [05:57:45 2020-06-13] 178: Checking gears ** [05:57:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:57:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:50 2020-06-13] 178: Checking imports ** [05:57:50 2020-06-13] 178: Checking exports ** [05:57:50 2020-06-13] 178: Checking users ** [05:57:50 2020-06-13] 178: Checking user_dbs ** [05:57:50 2020-06-13] 178: Checking geocodings ** [05:57:50 2020-06-13] 178: Checking synchronizations ** [05:57:50 2020-06-13] 178: Checking tracker ** [05:57:50 2020-06-13] 178: Checking user_migrations ** [05:57:50 2020-06-13] 178: Checking batch_updates ** [05:57:50 2020-06-13] 178: Checking gears ** [05:57:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:57:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:55 2020-06-13] 178: Checking imports ** [05:57:55 2020-06-13] 178: Checking exports ** [05:57:55 2020-06-13] 178: Checking users ** [05:57:55 2020-06-13] 178: Checking user_dbs ** [05:57:55 2020-06-13] 178: Checking geocodings ** [05:57:55 2020-06-13] 178: Checking synchronizations ** [05:57:55 2020-06-13] 178: Checking tracker ** [05:57:55 2020-06-13] 178: Checking user_migrations ** [05:57:55 2020-06-13] 178: Checking batch_updates ** [05:57:55 2020-06-13] 178: Checking gears ** [05:57:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:57:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:00 2020-06-13] 178: Checking imports ** [05:58:00 2020-06-13] 178: Checking exports ** [05:58:00 2020-06-13] 178: Checking users ** [05:58:00 2020-06-13] 178: Checking user_dbs ** [05:58:00 2020-06-13] 178: Checking geocodings ** [05:58:00 2020-06-13] 178: Checking synchronizations ** [05:58:00 2020-06-13] 178: Checking tracker ** [05:58:00 2020-06-13] 178: Checking user_migrations ** [05:58:00 2020-06-13] 178: Checking batch_updates ** [05:58:00 2020-06-13] 178: Checking gears ** [05:58:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:58:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:05 2020-06-13] 178: Checking imports ** [05:58:05 2020-06-13] 178: Checking exports ** [05:58:05 2020-06-13] 178: Checking users ** [05:58:05 2020-06-13] 178: Checking user_dbs ** [05:58:05 2020-06-13] 178: Checking geocodings ** [05:58:05 2020-06-13] 178: Checking synchronizations ** [05:58:05 2020-06-13] 178: Checking tracker ** [05:58:05 2020-06-13] 178: Checking user_migrations ** [05:58:05 2020-06-13] 178: Checking batch_updates ** [05:58:05 2020-06-13] 178: Checking gears ** [05:58:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:58:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:10 2020-06-13] 178: Checking imports ** [05:58:10 2020-06-13] 178: Checking exports ** [05:58:10 2020-06-13] 178: Checking users ** [05:58:10 2020-06-13] 178: Checking user_dbs ** [05:58:10 2020-06-13] 178: Checking geocodings ** [05:58:10 2020-06-13] 178: Checking synchronizations ** [05:58:10 2020-06-13] 178: Checking tracker ** [05:58:10 2020-06-13] 178: Checking user_migrations ** [05:58:10 2020-06-13] 178: Checking batch_updates ** [05:58:10 2020-06-13] 178: Checking gears ** [05:58:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:58:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:15 2020-06-13] 178: Checking imports ** [05:58:15 2020-06-13] 178: Checking exports ** [05:58:15 2020-06-13] 178: Checking users ** [05:58:15 2020-06-13] 178: Checking user_dbs ** [05:58:15 2020-06-13] 178: Checking geocodings ** [05:58:15 2020-06-13] 178: Checking synchronizations ** [05:58:15 2020-06-13] 178: Checking tracker ** [05:58:15 2020-06-13] 178: Checking user_migrations ** [05:58:15 2020-06-13] 178: Checking batch_updates ** [05:58:15 2020-06-13] 178: Checking gears ** [05:58:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:58:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:20 2020-06-13] 178: Checking imports ** [05:58:20 2020-06-13] 178: Checking exports ** [05:58:20 2020-06-13] 178: Checking users ** [05:58:20 2020-06-13] 178: Checking user_dbs ** [05:58:20 2020-06-13] 178: Checking geocodings ** [05:58:20 2020-06-13] 178: Checking synchronizations ** [05:58:20 2020-06-13] 178: Checking tracker ** [05:58:20 2020-06-13] 178: Checking user_migrations ** [05:58:20 2020-06-13] 178: Checking batch_updates ** [05:58:20 2020-06-13] 178: Checking gears ** [05:58:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:58:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:25 2020-06-13] 178: Checking imports ** [05:58:25 2020-06-13] 178: Checking exports ** [05:58:25 2020-06-13] 178: Checking users ** [05:58:25 2020-06-13] 178: Checking user_dbs ** [05:58:25 2020-06-13] 178: Checking geocodings ** [05:58:25 2020-06-13] 178: Checking synchronizations ** [05:58:25 2020-06-13] 178: Checking tracker ** [05:58:25 2020-06-13] 178: Checking user_migrations ** [05:58:25 2020-06-13] 178: Checking batch_updates ** [05:58:25 2020-06-13] 178: Checking gears ** [05:58:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:58:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:30 2020-06-13] 178: Checking imports ** [05:58:30 2020-06-13] 178: Checking exports ** [05:58:30 2020-06-13] 178: Checking users ** [05:58:30 2020-06-13] 178: Checking user_dbs ** [05:58:30 2020-06-13] 178: Checking geocodings ** [05:58:30 2020-06-13] 178: Checking synchronizations ** [05:58:30 2020-06-13] 178: Checking tracker ** [05:58:30 2020-06-13] 178: Checking user_migrations ** [05:58:30 2020-06-13] 178: Checking batch_updates ** [05:58:30 2020-06-13] 178: Checking gears ** [05:58:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:58:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:35 2020-06-13] 178: Checking imports ** [05:58:35 2020-06-13] 178: Checking exports ** [05:58:35 2020-06-13] 178: Checking users ** [05:58:35 2020-06-13] 178: Checking user_dbs ** [05:58:35 2020-06-13] 178: Checking geocodings ** [05:58:35 2020-06-13] 178: Checking synchronizations ** [05:58:35 2020-06-13] 178: Checking tracker ** [05:58:35 2020-06-13] 178: Checking user_migrations ** [05:58:35 2020-06-13] 178: Checking batch_updates ** [05:58:35 2020-06-13] 178: Checking gears ** [05:58:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:58:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:40 2020-06-13] 178: Checking imports ** [05:58:40 2020-06-13] 178: Checking exports ** [05:58:40 2020-06-13] 178: Checking users ** [05:58:40 2020-06-13] 178: Checking user_dbs ** [05:58:40 2020-06-13] 178: Checking geocodings ** [05:58:40 2020-06-13] 178: Checking synchronizations ** [05:58:40 2020-06-13] 178: Checking tracker ** [05:58:40 2020-06-13] 178: Checking user_migrations ** [05:58:40 2020-06-13] 178: Checking batch_updates ** [05:58:40 2020-06-13] 178: Checking gears ** [05:58:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:58:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:45 2020-06-13] 178: Checking imports ** [05:58:45 2020-06-13] 178: Checking exports ** [05:58:45 2020-06-13] 178: Checking users ** [05:58:45 2020-06-13] 178: Checking user_dbs ** [05:58:45 2020-06-13] 178: Checking geocodings ** [05:58:45 2020-06-13] 178: Checking synchronizations ** [05:58:45 2020-06-13] 178: Checking tracker ** [05:58:45 2020-06-13] 178: Checking user_migrations ** [05:58:45 2020-06-13] 178: Checking batch_updates ** [05:58:45 2020-06-13] 178: Checking gears ** [05:58:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:58:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:50 2020-06-13] 178: Checking imports ** [05:58:50 2020-06-13] 178: Checking exports ** [05:58:50 2020-06-13] 178: Checking users ** [05:58:50 2020-06-13] 178: Checking user_dbs ** [05:58:50 2020-06-13] 178: Checking geocodings ** [05:58:50 2020-06-13] 178: Checking synchronizations ** [05:58:50 2020-06-13] 178: Checking tracker ** [05:58:50 2020-06-13] 178: Checking user_migrations ** [05:58:50 2020-06-13] 178: Checking batch_updates ** [05:58:50 2020-06-13] 178: Checking gears ** [05:58:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:58:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:55 2020-06-13] 178: Checking imports ** [05:58:55 2020-06-13] 178: Checking exports ** [05:58:55 2020-06-13] 178: Checking users ** [05:58:55 2020-06-13] 178: Checking user_dbs ** [05:58:55 2020-06-13] 178: Checking geocodings ** [05:58:55 2020-06-13] 178: Checking synchronizations ** [05:58:55 2020-06-13] 178: Checking tracker ** [05:58:55 2020-06-13] 178: Checking user_migrations ** [05:58:55 2020-06-13] 178: Checking batch_updates ** [05:58:55 2020-06-13] 178: Checking gears ** [05:58:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:58:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:00 2020-06-13] 178: Checking imports ** [05:59:00 2020-06-13] 178: Checking exports ** [05:59:00 2020-06-13] 178: Checking users ** [05:59:00 2020-06-13] 178: Checking user_dbs ** [05:59:00 2020-06-13] 178: Checking geocodings ** [05:59:00 2020-06-13] 178: Checking synchronizations ** [05:59:00 2020-06-13] 178: Checking tracker ** [05:59:00 2020-06-13] 178: Checking user_migrations ** [05:59:00 2020-06-13] 178: Checking batch_updates ** [05:59:00 2020-06-13] 178: Checking gears ** [05:59:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:59:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:05 2020-06-13] 178: Checking imports ** [05:59:05 2020-06-13] 178: Checking exports ** [05:59:05 2020-06-13] 178: Checking users ** [05:59:05 2020-06-13] 178: Checking user_dbs ** [05:59:05 2020-06-13] 178: Checking geocodings ** [05:59:05 2020-06-13] 178: Checking synchronizations ** [05:59:05 2020-06-13] 178: Checking tracker ** [05:59:05 2020-06-13] 178: Checking user_migrations ** [05:59:05 2020-06-13] 178: Checking batch_updates ** [05:59:05 2020-06-13] 178: Checking gears ** [05:59:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:59:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:10 2020-06-13] 178: Checking imports ** [05:59:10 2020-06-13] 178: Checking exports ** [05:59:10 2020-06-13] 178: Checking users ** [05:59:10 2020-06-13] 178: Checking user_dbs ** [05:59:10 2020-06-13] 178: Checking geocodings ** [05:59:10 2020-06-13] 178: Checking synchronizations ** [05:59:10 2020-06-13] 178: Checking tracker ** [05:59:10 2020-06-13] 178: Checking user_migrations ** [05:59:10 2020-06-13] 178: Checking batch_updates ** [05:59:10 2020-06-13] 178: Checking gears ** [05:59:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:59:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:15 2020-06-13] 178: Checking imports ** [05:59:15 2020-06-13] 178: Checking exports ** [05:59:15 2020-06-13] 178: Checking users ** [05:59:15 2020-06-13] 178: Checking user_dbs ** [05:59:15 2020-06-13] 178: Checking geocodings ** [05:59:15 2020-06-13] 178: Checking synchronizations ** [05:59:15 2020-06-13] 178: Checking tracker ** [05:59:15 2020-06-13] 178: Checking user_migrations ** [05:59:15 2020-06-13] 178: Checking batch_updates ** [05:59:15 2020-06-13] 178: Checking gears ** [05:59:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:59:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:20 2020-06-13] 178: Checking imports ** [05:59:20 2020-06-13] 178: Checking exports ** [05:59:20 2020-06-13] 178: Checking users ** [05:59:20 2020-06-13] 178: Checking user_dbs ** [05:59:20 2020-06-13] 178: Checking geocodings ** [05:59:20 2020-06-13] 178: Checking synchronizations ** [05:59:20 2020-06-13] 178: Checking tracker ** [05:59:20 2020-06-13] 178: Checking user_migrations ** [05:59:20 2020-06-13] 178: Checking batch_updates ** [05:59:20 2020-06-13] 178: Checking gears ** [05:59:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:59:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:25 2020-06-13] 178: Checking imports ** [05:59:25 2020-06-13] 178: Checking exports ** [05:59:25 2020-06-13] 178: Checking users ** [05:59:25 2020-06-13] 178: Checking user_dbs ** [05:59:25 2020-06-13] 178: Checking geocodings ** [05:59:25 2020-06-13] 178: Checking synchronizations ** [05:59:25 2020-06-13] 178: Checking tracker ** [05:59:25 2020-06-13] 178: Checking user_migrations ** [05:59:25 2020-06-13] 178: Checking batch_updates ** [05:59:25 2020-06-13] 178: Checking gears ** [05:59:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:59:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:30 2020-06-13] 178: Checking imports ** [05:59:30 2020-06-13] 178: Checking exports ** [05:59:30 2020-06-13] 178: Checking users ** [05:59:30 2020-06-13] 178: Checking user_dbs ** [05:59:30 2020-06-13] 178: Checking geocodings ** [05:59:30 2020-06-13] 178: Checking synchronizations ** [05:59:30 2020-06-13] 178: Checking tracker ** [05:59:30 2020-06-13] 178: Checking user_migrations ** [05:59:30 2020-06-13] 178: Checking batch_updates ** [05:59:30 2020-06-13] 178: Checking gears ** [05:59:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:59:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:35 2020-06-13] 178: Checking imports ** [05:59:35 2020-06-13] 178: Checking exports ** [05:59:35 2020-06-13] 178: Checking users ** [05:59:35 2020-06-13] 178: Checking user_dbs ** [05:59:35 2020-06-13] 178: Checking geocodings ** [05:59:35 2020-06-13] 178: Checking synchronizations ** [05:59:35 2020-06-13] 178: Checking tracker ** [05:59:35 2020-06-13] 178: Checking user_migrations ** [05:59:35 2020-06-13] 178: Checking batch_updates ** [05:59:35 2020-06-13] 178: Checking gears ** [05:59:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:59:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:40 2020-06-13] 178: Checking imports ** [05:59:40 2020-06-13] 178: Checking exports ** [05:59:40 2020-06-13] 178: Checking users ** [05:59:40 2020-06-13] 178: Checking user_dbs ** [05:59:40 2020-06-13] 178: Checking geocodings ** [05:59:40 2020-06-13] 178: Checking synchronizations ** [05:59:40 2020-06-13] 178: Checking tracker ** [05:59:40 2020-06-13] 178: Checking user_migrations ** [05:59:40 2020-06-13] 178: Checking batch_updates ** [05:59:40 2020-06-13] 178: Checking gears ** [05:59:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:59:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:45 2020-06-13] 178: Checking imports ** [05:59:45 2020-06-13] 178: Checking exports ** [05:59:45 2020-06-13] 178: Checking users ** [05:59:45 2020-06-13] 178: Checking user_dbs ** [05:59:45 2020-06-13] 178: Checking geocodings ** [05:59:45 2020-06-13] 178: Checking synchronizations ** [05:59:45 2020-06-13] 178: Checking tracker ** [05:59:45 2020-06-13] 178: Checking user_migrations ** [05:59:45 2020-06-13] 178: Checking batch_updates ** [05:59:45 2020-06-13] 178: Checking gears ** [05:59:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:59:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:50 2020-06-13] 178: Checking imports ** [05:59:50 2020-06-13] 178: Checking exports ** [05:59:50 2020-06-13] 178: Checking users ** [05:59:50 2020-06-13] 178: Checking user_dbs ** [05:59:50 2020-06-13] 178: Checking geocodings ** [05:59:50 2020-06-13] 178: Checking synchronizations ** [05:59:50 2020-06-13] 178: Checking tracker ** [05:59:50 2020-06-13] 178: Checking user_migrations ** [05:59:50 2020-06-13] 178: Checking batch_updates ** [05:59:50 2020-06-13] 178: Checking gears ** [05:59:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:59:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:55 2020-06-13] 178: Checking imports ** [05:59:55 2020-06-13] 178: Checking exports ** [05:59:55 2020-06-13] 178: Checking users ** [05:59:55 2020-06-13] 178: Checking user_dbs ** [05:59:55 2020-06-13] 178: Checking geocodings ** [05:59:55 2020-06-13] 178: Checking synchronizations ** [05:59:55 2020-06-13] 178: Checking tracker ** [05:59:55 2020-06-13] 178: Checking user_migrations ** [05:59:55 2020-06-13] 178: Checking batch_updates ** [05:59:55 2020-06-13] 178: Checking gears ** [05:59:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [05:59:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:00 2020-06-13] 178: Checking imports ** [06:00:00 2020-06-13] 178: Checking exports ** [06:00:00 2020-06-13] 178: Checking users ** [06:00:00 2020-06-13] 178: Checking user_dbs ** [06:00:00 2020-06-13] 178: Checking geocodings ** [06:00:00 2020-06-13] 178: Checking synchronizations ** [06:00:00 2020-06-13] 178: Checking tracker ** [06:00:00 2020-06-13] 178: Checking user_migrations ** [06:00:00 2020-06-13] 178: Checking batch_updates ** [06:00:00 2020-06-13] 178: Checking gears ** [06:00:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:00:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:05 2020-06-13] 178: Checking imports ** [06:00:05 2020-06-13] 178: Checking exports ** [06:00:05 2020-06-13] 178: Checking users ** [06:00:05 2020-06-13] 178: Checking user_dbs ** [06:00:05 2020-06-13] 178: Checking geocodings ** [06:00:05 2020-06-13] 178: Checking synchronizations ** [06:00:05 2020-06-13] 178: Checking tracker ** [06:00:05 2020-06-13] 178: Checking user_migrations ** [06:00:05 2020-06-13] 178: Checking batch_updates ** [06:00:05 2020-06-13] 178: Checking gears ** [06:00:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:00:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:10 2020-06-13] 178: Checking imports ** [06:00:10 2020-06-13] 178: Checking exports ** [06:00:10 2020-06-13] 178: Checking users ** [06:00:10 2020-06-13] 178: Checking user_dbs ** [06:00:10 2020-06-13] 178: Checking geocodings ** [06:00:10 2020-06-13] 178: Checking synchronizations ** [06:00:10 2020-06-13] 178: Checking tracker ** [06:00:10 2020-06-13] 178: Checking user_migrations ** [06:00:10 2020-06-13] 178: Checking batch_updates ** [06:00:10 2020-06-13] 178: Checking gears ** [06:00:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:00:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:15 2020-06-13] 178: Checking imports ** [06:00:15 2020-06-13] 178: Checking exports ** [06:00:15 2020-06-13] 178: Checking users ** [06:00:15 2020-06-13] 178: Checking user_dbs ** [06:00:15 2020-06-13] 178: Checking geocodings ** [06:00:15 2020-06-13] 178: Checking synchronizations ** [06:00:15 2020-06-13] 178: Checking tracker ** [06:00:15 2020-06-13] 178: Checking user_migrations ** [06:00:15 2020-06-13] 178: Checking batch_updates ** [06:00:15 2020-06-13] 178: Checking gears ** [06:00:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:00:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:20 2020-06-13] 178: Checking imports ** [06:00:20 2020-06-13] 178: Checking exports ** [06:00:20 2020-06-13] 178: Checking users ** [06:00:20 2020-06-13] 178: Checking user_dbs ** [06:00:20 2020-06-13] 178: Checking geocodings ** [06:00:20 2020-06-13] 178: Checking synchronizations ** [06:00:20 2020-06-13] 178: Checking tracker ** [06:00:20 2020-06-13] 178: Checking user_migrations ** [06:00:20 2020-06-13] 178: Checking batch_updates ** [06:00:20 2020-06-13] 178: Checking gears ** [06:00:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:00:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:25 2020-06-13] 178: Checking imports ** [06:00:25 2020-06-13] 178: Checking exports ** [06:00:25 2020-06-13] 178: Checking users ** [06:00:25 2020-06-13] 178: Checking user_dbs ** [06:00:25 2020-06-13] 178: Checking geocodings ** [06:00:25 2020-06-13] 178: Checking synchronizations ** [06:00:25 2020-06-13] 178: Checking tracker ** [06:00:25 2020-06-13] 178: Checking user_migrations ** [06:00:25 2020-06-13] 178: Checking batch_updates ** [06:00:25 2020-06-13] 178: Checking gears ** [06:00:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:00:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:30 2020-06-13] 178: Checking imports ** [06:00:30 2020-06-13] 178: Checking exports ** [06:00:30 2020-06-13] 178: Checking users ** [06:00:30 2020-06-13] 178: Checking user_dbs ** [06:00:30 2020-06-13] 178: Checking geocodings ** [06:00:30 2020-06-13] 178: Checking synchronizations ** [06:00:30 2020-06-13] 178: Checking tracker ** [06:00:30 2020-06-13] 178: Checking user_migrations ** [06:00:30 2020-06-13] 178: Checking batch_updates ** [06:00:30 2020-06-13] 178: Checking gears ** [06:00:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:00:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:36 2020-06-13] 178: Checking imports ** [06:00:36 2020-06-13] 178: Checking exports ** [06:00:36 2020-06-13] 178: Checking users ** [06:00:36 2020-06-13] 178: Checking user_dbs ** [06:00:36 2020-06-13] 178: Checking geocodings ** [06:00:36 2020-06-13] 178: Checking synchronizations ** [06:00:36 2020-06-13] 178: Checking tracker ** [06:00:36 2020-06-13] 178: Checking user_migrations ** [06:00:36 2020-06-13] 178: Checking batch_updates ** [06:00:36 2020-06-13] 178: Checking gears ** [06:00:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:00:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:41 2020-06-13] 178: Checking imports ** [06:00:41 2020-06-13] 178: Checking exports ** [06:00:41 2020-06-13] 178: Checking users ** [06:00:41 2020-06-13] 178: Checking user_dbs ** [06:00:41 2020-06-13] 178: Checking geocodings ** [06:00:41 2020-06-13] 178: Checking synchronizations ** [06:00:41 2020-06-13] 178: Checking tracker ** [06:00:41 2020-06-13] 178: Checking user_migrations ** [06:00:41 2020-06-13] 178: Checking batch_updates ** [06:00:41 2020-06-13] 178: Checking gears ** [06:00:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:00:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:46 2020-06-13] 178: Checking imports ** [06:00:46 2020-06-13] 178: Checking exports ** [06:00:46 2020-06-13] 178: Checking users ** [06:00:46 2020-06-13] 178: Checking user_dbs ** [06:00:46 2020-06-13] 178: Checking geocodings ** [06:00:46 2020-06-13] 178: Checking synchronizations ** [06:00:46 2020-06-13] 178: Checking tracker ** [06:00:46 2020-06-13] 178: Checking user_migrations ** [06:00:46 2020-06-13] 178: Checking batch_updates ** [06:00:46 2020-06-13] 178: Checking gears ** [06:00:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:00:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:51 2020-06-13] 178: Checking imports ** [06:00:51 2020-06-13] 178: Checking exports ** [06:00:51 2020-06-13] 178: Checking users ** [06:00:51 2020-06-13] 178: Checking user_dbs ** [06:00:51 2020-06-13] 178: Checking geocodings ** [06:00:51 2020-06-13] 178: Checking synchronizations ** [06:00:51 2020-06-13] 178: Checking tracker ** [06:00:51 2020-06-13] 178: Checking user_migrations ** [06:00:51 2020-06-13] 178: Checking batch_updates ** [06:00:51 2020-06-13] 178: Checking gears ** [06:00:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:00:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:56 2020-06-13] 178: Checking imports ** [06:00:56 2020-06-13] 178: Checking exports ** [06:00:56 2020-06-13] 178: Checking users ** [06:00:56 2020-06-13] 178: Checking user_dbs ** [06:00:56 2020-06-13] 178: Checking geocodings ** [06:00:56 2020-06-13] 178: Checking synchronizations ** [06:00:56 2020-06-13] 178: Checking tracker ** [06:00:56 2020-06-13] 178: Checking user_migrations ** [06:00:56 2020-06-13] 178: Checking batch_updates ** [06:00:56 2020-06-13] 178: Checking gears ** [06:00:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:00:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:01 2020-06-13] 178: Checking imports ** [06:01:01 2020-06-13] 178: Checking exports ** [06:01:01 2020-06-13] 178: Checking users ** [06:01:01 2020-06-13] 178: Checking user_dbs ** [06:01:01 2020-06-13] 178: Checking geocodings ** [06:01:01 2020-06-13] 178: Checking synchronizations ** [06:01:01 2020-06-13] 178: Checking tracker ** [06:01:01 2020-06-13] 178: Checking user_migrations ** [06:01:01 2020-06-13] 178: Checking batch_updates ** [06:01:01 2020-06-13] 178: Checking gears ** [06:01:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:01:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:06 2020-06-13] 178: Checking imports ** [06:01:06 2020-06-13] 178: Checking exports ** [06:01:06 2020-06-13] 178: Checking users ** [06:01:06 2020-06-13] 178: Checking user_dbs ** [06:01:06 2020-06-13] 178: Checking geocodings ** [06:01:06 2020-06-13] 178: Checking synchronizations ** [06:01:06 2020-06-13] 178: Checking tracker ** [06:01:06 2020-06-13] 178: Checking user_migrations ** [06:01:06 2020-06-13] 178: Checking batch_updates ** [06:01:06 2020-06-13] 178: Checking gears ** [06:01:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:01:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:11 2020-06-13] 178: Checking imports ** [06:01:11 2020-06-13] 178: Checking exports ** [06:01:11 2020-06-13] 178: Checking users ** [06:01:11 2020-06-13] 178: Checking user_dbs ** [06:01:11 2020-06-13] 178: Checking geocodings ** [06:01:11 2020-06-13] 178: Checking synchronizations ** [06:01:11 2020-06-13] 178: Checking tracker ** [06:01:11 2020-06-13] 178: Checking user_migrations ** [06:01:11 2020-06-13] 178: Checking batch_updates ** [06:01:11 2020-06-13] 178: Checking gears ** [06:01:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:01:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:16 2020-06-13] 178: Checking imports ** [06:01:16 2020-06-13] 178: Checking exports ** [06:01:16 2020-06-13] 178: Checking users ** [06:01:16 2020-06-13] 178: Checking user_dbs ** [06:01:16 2020-06-13] 178: Checking geocodings ** [06:01:16 2020-06-13] 178: Checking synchronizations ** [06:01:16 2020-06-13] 178: Checking tracker ** [06:01:16 2020-06-13] 178: Checking user_migrations ** [06:01:16 2020-06-13] 178: Checking batch_updates ** [06:01:16 2020-06-13] 178: Checking gears ** [06:01:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:01:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:21 2020-06-13] 178: Checking imports ** [06:01:21 2020-06-13] 178: Checking exports ** [06:01:21 2020-06-13] 178: Checking users ** [06:01:21 2020-06-13] 178: Checking user_dbs ** [06:01:21 2020-06-13] 178: Checking geocodings ** [06:01:21 2020-06-13] 178: Checking synchronizations ** [06:01:21 2020-06-13] 178: Checking tracker ** [06:01:21 2020-06-13] 178: Checking user_migrations ** [06:01:21 2020-06-13] 178: Checking batch_updates ** [06:01:21 2020-06-13] 178: Checking gears ** [06:01:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:01:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:26 2020-06-13] 178: Checking imports ** [06:01:26 2020-06-13] 178: Checking exports ** [06:01:26 2020-06-13] 178: Checking users ** [06:01:26 2020-06-13] 178: Checking user_dbs ** [06:01:26 2020-06-13] 178: Checking geocodings ** [06:01:26 2020-06-13] 178: Checking synchronizations ** [06:01:26 2020-06-13] 178: Checking tracker ** [06:01:26 2020-06-13] 178: Checking user_migrations ** [06:01:26 2020-06-13] 178: Checking batch_updates ** [06:01:26 2020-06-13] 178: Checking gears ** [06:01:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:01:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:31 2020-06-13] 178: Checking imports ** [06:01:31 2020-06-13] 178: Checking exports ** [06:01:31 2020-06-13] 178: Checking users ** [06:01:31 2020-06-13] 178: Checking user_dbs ** [06:01:31 2020-06-13] 178: Checking geocodings ** [06:01:31 2020-06-13] 178: Checking synchronizations ** [06:01:31 2020-06-13] 178: Checking tracker ** [06:01:31 2020-06-13] 178: Checking user_migrations ** [06:01:31 2020-06-13] 178: Checking batch_updates ** [06:01:31 2020-06-13] 178: Checking gears ** [06:01:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:01:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:36 2020-06-13] 178: Checking imports ** [06:01:36 2020-06-13] 178: Checking exports ** [06:01:36 2020-06-13] 178: Checking users ** [06:01:36 2020-06-13] 178: Checking user_dbs ** [06:01:36 2020-06-13] 178: Checking geocodings ** [06:01:36 2020-06-13] 178: Checking synchronizations ** [06:01:36 2020-06-13] 178: Checking tracker ** [06:01:36 2020-06-13] 178: Checking user_migrations ** [06:01:36 2020-06-13] 178: Checking batch_updates ** [06:01:36 2020-06-13] 178: Checking gears ** [06:01:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:01:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:41 2020-06-13] 178: Checking imports ** [06:01:41 2020-06-13] 178: Checking exports ** [06:01:41 2020-06-13] 178: Checking users ** [06:01:41 2020-06-13] 178: Checking user_dbs ** [06:01:41 2020-06-13] 178: Checking geocodings ** [06:01:41 2020-06-13] 178: Checking synchronizations ** [06:01:41 2020-06-13] 178: Checking tracker ** [06:01:41 2020-06-13] 178: Checking user_migrations ** [06:01:41 2020-06-13] 178: Checking batch_updates ** [06:01:41 2020-06-13] 178: Checking gears ** [06:01:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:01:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:46 2020-06-13] 178: Checking imports ** [06:01:46 2020-06-13] 178: Checking exports ** [06:01:46 2020-06-13] 178: Checking users ** [06:01:46 2020-06-13] 178: Checking user_dbs ** [06:01:46 2020-06-13] 178: Checking geocodings ** [06:01:46 2020-06-13] 178: Checking synchronizations ** [06:01:46 2020-06-13] 178: Checking tracker ** [06:01:46 2020-06-13] 178: Checking user_migrations ** [06:01:46 2020-06-13] 178: Checking batch_updates ** [06:01:46 2020-06-13] 178: Checking gears ** [06:01:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:01:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:51 2020-06-13] 178: Checking imports ** [06:01:51 2020-06-13] 178: Checking exports ** [06:01:51 2020-06-13] 178: Checking users ** [06:01:51 2020-06-13] 178: Checking user_dbs ** [06:01:51 2020-06-13] 178: Checking geocodings ** [06:01:51 2020-06-13] 178: Checking synchronizations ** [06:01:51 2020-06-13] 178: Checking tracker ** [06:01:51 2020-06-13] 178: Checking user_migrations ** [06:01:51 2020-06-13] 178: Checking batch_updates ** [06:01:51 2020-06-13] 178: Checking gears ** [06:01:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:01:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:56 2020-06-13] 178: Checking imports ** [06:01:56 2020-06-13] 178: Checking exports ** [06:01:56 2020-06-13] 178: Checking users ** [06:01:56 2020-06-13] 178: Checking user_dbs ** [06:01:56 2020-06-13] 178: Checking geocodings ** [06:01:56 2020-06-13] 178: Checking synchronizations ** [06:01:56 2020-06-13] 178: Checking tracker ** [06:01:56 2020-06-13] 178: Checking user_migrations ** [06:01:56 2020-06-13] 178: Checking batch_updates ** [06:01:56 2020-06-13] 178: Checking gears ** [06:01:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:01:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:01 2020-06-13] 178: Checking imports ** [06:02:01 2020-06-13] 178: Checking exports ** [06:02:01 2020-06-13] 178: Checking users ** [06:02:01 2020-06-13] 178: Checking user_dbs ** [06:02:01 2020-06-13] 178: Checking geocodings ** [06:02:01 2020-06-13] 178: Checking synchronizations ** [06:02:01 2020-06-13] 178: Checking tracker ** [06:02:01 2020-06-13] 178: Checking user_migrations ** [06:02:01 2020-06-13] 178: Checking batch_updates ** [06:02:01 2020-06-13] 178: Checking gears ** [06:02:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:02:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:06 2020-06-13] 178: Checking imports ** [06:02:06 2020-06-13] 178: Checking exports ** [06:02:06 2020-06-13] 178: Checking users ** [06:02:06 2020-06-13] 178: Checking user_dbs ** [06:02:06 2020-06-13] 178: Checking geocodings ** [06:02:06 2020-06-13] 178: Checking synchronizations ** [06:02:06 2020-06-13] 178: Checking tracker ** [06:02:06 2020-06-13] 178: Checking user_migrations ** [06:02:06 2020-06-13] 178: Checking batch_updates ** [06:02:06 2020-06-13] 178: Checking gears ** [06:02:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:02:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:11 2020-06-13] 178: Checking imports ** [06:02:11 2020-06-13] 178: Checking exports ** [06:02:11 2020-06-13] 178: Checking users ** [06:02:11 2020-06-13] 178: Checking user_dbs ** [06:02:11 2020-06-13] 178: Checking geocodings ** [06:02:11 2020-06-13] 178: Checking synchronizations ** [06:02:11 2020-06-13] 178: Checking tracker ** [06:02:11 2020-06-13] 178: Checking user_migrations ** [06:02:11 2020-06-13] 178: Checking batch_updates ** [06:02:11 2020-06-13] 178: Checking gears ** [06:02:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:02:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:16 2020-06-13] 178: Checking imports ** [06:02:16 2020-06-13] 178: Checking exports ** [06:02:16 2020-06-13] 178: Checking users ** [06:02:16 2020-06-13] 178: Checking user_dbs ** [06:02:16 2020-06-13] 178: Checking geocodings ** [06:02:16 2020-06-13] 178: Checking synchronizations ** [06:02:16 2020-06-13] 178: Checking tracker ** [06:02:16 2020-06-13] 178: Checking user_migrations ** [06:02:16 2020-06-13] 178: Checking batch_updates ** [06:02:16 2020-06-13] 178: Checking gears ** [06:02:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:02:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:21 2020-06-13] 178: Checking imports ** [06:02:21 2020-06-13] 178: Checking exports ** [06:02:21 2020-06-13] 178: Checking users ** [06:02:21 2020-06-13] 178: Checking user_dbs ** [06:02:21 2020-06-13] 178: Checking geocodings ** [06:02:21 2020-06-13] 178: Checking synchronizations ** [06:02:21 2020-06-13] 178: Checking tracker ** [06:02:21 2020-06-13] 178: Checking user_migrations ** [06:02:21 2020-06-13] 178: Checking batch_updates ** [06:02:21 2020-06-13] 178: Checking gears ** [06:02:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:02:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:26 2020-06-13] 178: Checking imports ** [06:02:26 2020-06-13] 178: Checking exports ** [06:02:26 2020-06-13] 178: Checking users ** [06:02:26 2020-06-13] 178: Checking user_dbs ** [06:02:26 2020-06-13] 178: Checking geocodings ** [06:02:26 2020-06-13] 178: Checking synchronizations ** [06:02:26 2020-06-13] 178: Checking tracker ** [06:02:26 2020-06-13] 178: Checking user_migrations ** [06:02:26 2020-06-13] 178: Checking batch_updates ** [06:02:26 2020-06-13] 178: Checking gears ** [06:02:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:02:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:31 2020-06-13] 178: Checking imports ** [06:02:31 2020-06-13] 178: Checking exports ** [06:02:31 2020-06-13] 178: Checking users ** [06:02:31 2020-06-13] 178: Checking user_dbs ** [06:02:31 2020-06-13] 178: Checking geocodings ** [06:02:31 2020-06-13] 178: Checking synchronizations ** [06:02:31 2020-06-13] 178: Checking tracker ** [06:02:31 2020-06-13] 178: Checking user_migrations ** [06:02:31 2020-06-13] 178: Checking batch_updates ** [06:02:31 2020-06-13] 178: Checking gears ** [06:02:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:02:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:36 2020-06-13] 178: Checking imports ** [06:02:36 2020-06-13] 178: Checking exports ** [06:02:36 2020-06-13] 178: Checking users ** [06:02:36 2020-06-13] 178: Checking user_dbs ** [06:02:36 2020-06-13] 178: Checking geocodings ** [06:02:36 2020-06-13] 178: Checking synchronizations ** [06:02:36 2020-06-13] 178: Checking tracker ** [06:02:36 2020-06-13] 178: Checking user_migrations ** [06:02:36 2020-06-13] 178: Checking batch_updates ** [06:02:36 2020-06-13] 178: Checking gears ** [06:02:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:02:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:41 2020-06-13] 178: Checking imports ** [06:02:41 2020-06-13] 178: Checking exports ** [06:02:41 2020-06-13] 178: Checking users ** [06:02:41 2020-06-13] 178: Checking user_dbs ** [06:02:41 2020-06-13] 178: Checking geocodings ** [06:02:41 2020-06-13] 178: Checking synchronizations ** [06:02:41 2020-06-13] 178: Checking tracker ** [06:02:41 2020-06-13] 178: Checking user_migrations ** [06:02:41 2020-06-13] 178: Checking batch_updates ** [06:02:41 2020-06-13] 178: Checking gears ** [06:02:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:02:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:46 2020-06-13] 178: Checking imports ** [06:02:46 2020-06-13] 178: Checking exports ** [06:02:46 2020-06-13] 178: Checking users ** [06:02:46 2020-06-13] 178: Checking user_dbs ** [06:02:46 2020-06-13] 178: Checking geocodings ** [06:02:46 2020-06-13] 178: Checking synchronizations ** [06:02:46 2020-06-13] 178: Checking tracker ** [06:02:46 2020-06-13] 178: Checking user_migrations ** [06:02:46 2020-06-13] 178: Checking batch_updates ** [06:02:46 2020-06-13] 178: Checking gears ** [06:02:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:02:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:51 2020-06-13] 178: Checking imports ** [06:02:51 2020-06-13] 178: Checking exports ** [06:02:51 2020-06-13] 178: Checking users ** [06:02:51 2020-06-13] 178: Checking user_dbs ** [06:02:51 2020-06-13] 178: Checking geocodings ** [06:02:51 2020-06-13] 178: Checking synchronizations ** [06:02:51 2020-06-13] 178: Checking tracker ** [06:02:51 2020-06-13] 178: Checking user_migrations ** [06:02:51 2020-06-13] 178: Checking batch_updates ** [06:02:51 2020-06-13] 178: Checking gears ** [06:02:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:02:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:56 2020-06-13] 178: Checking imports ** [06:02:56 2020-06-13] 178: Checking exports ** [06:02:56 2020-06-13] 178: Checking users ** [06:02:56 2020-06-13] 178: Checking user_dbs ** [06:02:56 2020-06-13] 178: Checking geocodings ** [06:02:56 2020-06-13] 178: Checking synchronizations ** [06:02:56 2020-06-13] 178: Checking tracker ** [06:02:56 2020-06-13] 178: Checking user_migrations ** [06:02:56 2020-06-13] 178: Checking batch_updates ** [06:02:56 2020-06-13] 178: Checking gears ** [06:02:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:02:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:01 2020-06-13] 178: Checking imports ** [06:03:01 2020-06-13] 178: Checking exports ** [06:03:01 2020-06-13] 178: Checking users ** [06:03:01 2020-06-13] 178: Checking user_dbs ** [06:03:01 2020-06-13] 178: Checking geocodings ** [06:03:01 2020-06-13] 178: Checking synchronizations ** [06:03:01 2020-06-13] 178: Checking tracker ** [06:03:01 2020-06-13] 178: Checking user_migrations ** [06:03:01 2020-06-13] 178: Checking batch_updates ** [06:03:01 2020-06-13] 178: Checking gears ** [06:03:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:03:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:06 2020-06-13] 178: Checking imports ** [06:03:06 2020-06-13] 178: Checking exports ** [06:03:06 2020-06-13] 178: Checking users ** [06:03:06 2020-06-13] 178: Checking user_dbs ** [06:03:06 2020-06-13] 178: Checking geocodings ** [06:03:06 2020-06-13] 178: Checking synchronizations ** [06:03:06 2020-06-13] 178: Checking tracker ** [06:03:06 2020-06-13] 178: Checking user_migrations ** [06:03:06 2020-06-13] 178: Checking batch_updates ** [06:03:06 2020-06-13] 178: Checking gears ** [06:03:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:03:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:11 2020-06-13] 178: Checking imports ** [06:03:11 2020-06-13] 178: Checking exports ** [06:03:11 2020-06-13] 178: Checking users ** [06:03:11 2020-06-13] 178: Checking user_dbs ** [06:03:11 2020-06-13] 178: Checking geocodings ** [06:03:11 2020-06-13] 178: Checking synchronizations ** [06:03:11 2020-06-13] 178: Checking tracker ** [06:03:11 2020-06-13] 178: Checking user_migrations ** [06:03:11 2020-06-13] 178: Checking batch_updates ** [06:03:11 2020-06-13] 178: Checking gears ** [06:03:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:03:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:16 2020-06-13] 178: Checking imports ** [06:03:16 2020-06-13] 178: Checking exports ** [06:03:16 2020-06-13] 178: Checking users ** [06:03:16 2020-06-13] 178: Checking user_dbs ** [06:03:16 2020-06-13] 178: Checking geocodings ** [06:03:16 2020-06-13] 178: Checking synchronizations ** [06:03:16 2020-06-13] 178: Checking tracker ** [06:03:16 2020-06-13] 178: Checking user_migrations ** [06:03:16 2020-06-13] 178: Checking batch_updates ** [06:03:16 2020-06-13] 178: Checking gears ** [06:03:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:03:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:21 2020-06-13] 178: Checking imports ** [06:03:21 2020-06-13] 178: Checking exports ** [06:03:21 2020-06-13] 178: Checking users ** [06:03:21 2020-06-13] 178: Checking user_dbs ** [06:03:21 2020-06-13] 178: Checking geocodings ** [06:03:21 2020-06-13] 178: Checking synchronizations ** [06:03:21 2020-06-13] 178: Checking tracker ** [06:03:21 2020-06-13] 178: Checking user_migrations ** [06:03:21 2020-06-13] 178: Checking batch_updates ** [06:03:21 2020-06-13] 178: Checking gears ** [06:03:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:03:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:26 2020-06-13] 178: Checking imports ** [06:03:26 2020-06-13] 178: Checking exports ** [06:03:26 2020-06-13] 178: Checking users ** [06:03:26 2020-06-13] 178: Checking user_dbs ** [06:03:26 2020-06-13] 178: Checking geocodings ** [06:03:26 2020-06-13] 178: Checking synchronizations ** [06:03:26 2020-06-13] 178: Checking tracker ** [06:03:26 2020-06-13] 178: Checking user_migrations ** [06:03:26 2020-06-13] 178: Checking batch_updates ** [06:03:26 2020-06-13] 178: Checking gears ** [06:03:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:03:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:31 2020-06-13] 178: Checking imports ** [06:03:31 2020-06-13] 178: Checking exports ** [06:03:31 2020-06-13] 178: Checking users ** [06:03:31 2020-06-13] 178: Checking user_dbs ** [06:03:31 2020-06-13] 178: Checking geocodings ** [06:03:31 2020-06-13] 178: Checking synchronizations ** [06:03:31 2020-06-13] 178: Checking tracker ** [06:03:31 2020-06-13] 178: Checking user_migrations ** [06:03:31 2020-06-13] 178: Checking batch_updates ** [06:03:31 2020-06-13] 178: Checking gears ** [06:03:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:03:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:36 2020-06-13] 178: Checking imports ** [06:03:36 2020-06-13] 178: Checking exports ** [06:03:36 2020-06-13] 178: Checking users ** [06:03:36 2020-06-13] 178: Checking user_dbs ** [06:03:36 2020-06-13] 178: Checking geocodings ** [06:03:36 2020-06-13] 178: Checking synchronizations ** [06:03:36 2020-06-13] 178: Checking tracker ** [06:03:36 2020-06-13] 178: Checking user_migrations ** [06:03:36 2020-06-13] 178: Checking batch_updates ** [06:03:36 2020-06-13] 178: Checking gears ** [06:03:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:03:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:41 2020-06-13] 178: Checking imports ** [06:03:41 2020-06-13] 178: Checking exports ** [06:03:41 2020-06-13] 178: Checking users ** [06:03:41 2020-06-13] 178: Checking user_dbs ** [06:03:41 2020-06-13] 178: Checking geocodings ** [06:03:41 2020-06-13] 178: Checking synchronizations ** [06:03:41 2020-06-13] 178: Checking tracker ** [06:03:41 2020-06-13] 178: Checking user_migrations ** [06:03:41 2020-06-13] 178: Checking batch_updates ** [06:03:41 2020-06-13] 178: Checking gears ** [06:03:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:03:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:46 2020-06-13] 178: Checking imports ** [06:03:46 2020-06-13] 178: Checking exports ** [06:03:46 2020-06-13] 178: Checking users ** [06:03:46 2020-06-13] 178: Checking user_dbs ** [06:03:46 2020-06-13] 178: Checking geocodings ** [06:03:46 2020-06-13] 178: Checking synchronizations ** [06:03:46 2020-06-13] 178: Checking tracker ** [06:03:46 2020-06-13] 178: Checking user_migrations ** [06:03:46 2020-06-13] 178: Checking batch_updates ** [06:03:46 2020-06-13] 178: Checking gears ** [06:03:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:03:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:51 2020-06-13] 178: Checking imports ** [06:03:51 2020-06-13] 178: Checking exports ** [06:03:51 2020-06-13] 178: Checking users ** [06:03:51 2020-06-13] 178: Checking user_dbs ** [06:03:51 2020-06-13] 178: Checking geocodings ** [06:03:51 2020-06-13] 178: Checking synchronizations ** [06:03:51 2020-06-13] 178: Checking tracker ** [06:03:51 2020-06-13] 178: Checking user_migrations ** [06:03:51 2020-06-13] 178: Checking batch_updates ** [06:03:51 2020-06-13] 178: Checking gears ** [06:03:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:03:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:56 2020-06-13] 178: Checking imports ** [06:03:56 2020-06-13] 178: Checking exports ** [06:03:56 2020-06-13] 178: Checking users ** [06:03:56 2020-06-13] 178: Checking user_dbs ** [06:03:56 2020-06-13] 178: Checking geocodings ** [06:03:56 2020-06-13] 178: Checking synchronizations ** [06:03:56 2020-06-13] 178: Checking tracker ** [06:03:56 2020-06-13] 178: Checking user_migrations ** [06:03:56 2020-06-13] 178: Checking batch_updates ** [06:03:56 2020-06-13] 178: Checking gears ** [06:03:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:03:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:01 2020-06-13] 178: Checking imports ** [06:04:01 2020-06-13] 178: Checking exports ** [06:04:01 2020-06-13] 178: Checking users ** [06:04:01 2020-06-13] 178: Checking user_dbs ** [06:04:01 2020-06-13] 178: Checking geocodings ** [06:04:01 2020-06-13] 178: Checking synchronizations ** [06:04:01 2020-06-13] 178: Checking tracker ** [06:04:01 2020-06-13] 178: Checking user_migrations ** [06:04:01 2020-06-13] 178: Checking batch_updates ** [06:04:01 2020-06-13] 178: Checking gears ** [06:04:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:04:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:06 2020-06-13] 178: Checking imports ** [06:04:06 2020-06-13] 178: Checking exports ** [06:04:06 2020-06-13] 178: Checking users ** [06:04:06 2020-06-13] 178: Checking user_dbs ** [06:04:06 2020-06-13] 178: Checking geocodings ** [06:04:06 2020-06-13] 178: Checking synchronizations ** [06:04:06 2020-06-13] 178: Checking tracker ** [06:04:06 2020-06-13] 178: Checking user_migrations ** [06:04:06 2020-06-13] 178: Checking batch_updates ** [06:04:06 2020-06-13] 178: Checking gears ** [06:04:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:04:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:11 2020-06-13] 178: Checking imports ** [06:04:11 2020-06-13] 178: Checking exports ** [06:04:11 2020-06-13] 178: Checking users ** [06:04:11 2020-06-13] 178: Checking user_dbs ** [06:04:11 2020-06-13] 178: Checking geocodings ** [06:04:11 2020-06-13] 178: Checking synchronizations ** [06:04:11 2020-06-13] 178: Checking tracker ** [06:04:11 2020-06-13] 178: Checking user_migrations ** [06:04:11 2020-06-13] 178: Checking batch_updates ** [06:04:11 2020-06-13] 178: Checking gears ** [06:04:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:04:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:16 2020-06-13] 178: Checking imports ** [06:04:16 2020-06-13] 178: Checking exports ** [06:04:16 2020-06-13] 178: Checking users ** [06:04:16 2020-06-13] 178: Checking user_dbs ** [06:04:16 2020-06-13] 178: Checking geocodings ** [06:04:16 2020-06-13] 178: Checking synchronizations ** [06:04:16 2020-06-13] 178: Checking tracker ** [06:04:16 2020-06-13] 178: Checking user_migrations ** [06:04:16 2020-06-13] 178: Checking batch_updates ** [06:04:16 2020-06-13] 178: Checking gears ** [06:04:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:04:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:21 2020-06-13] 178: Checking imports ** [06:04:21 2020-06-13] 178: Checking exports ** [06:04:21 2020-06-13] 178: Checking users ** [06:04:21 2020-06-13] 178: Checking user_dbs ** [06:04:21 2020-06-13] 178: Checking geocodings ** [06:04:21 2020-06-13] 178: Checking synchronizations ** [06:04:21 2020-06-13] 178: Checking tracker ** [06:04:21 2020-06-13] 178: Checking user_migrations ** [06:04:21 2020-06-13] 178: Checking batch_updates ** [06:04:21 2020-06-13] 178: Checking gears ** [06:04:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:04:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:26 2020-06-13] 178: Checking imports ** [06:04:26 2020-06-13] 178: Checking exports ** [06:04:26 2020-06-13] 178: Checking users ** [06:04:26 2020-06-13] 178: Checking user_dbs ** [06:04:26 2020-06-13] 178: Checking geocodings ** [06:04:26 2020-06-13] 178: Checking synchronizations ** [06:04:26 2020-06-13] 178: Checking tracker ** [06:04:26 2020-06-13] 178: Checking user_migrations ** [06:04:26 2020-06-13] 178: Checking batch_updates ** [06:04:26 2020-06-13] 178: Checking gears ** [06:04:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:04:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:31 2020-06-13] 178: Checking imports ** [06:04:31 2020-06-13] 178: Checking exports ** [06:04:31 2020-06-13] 178: Checking users ** [06:04:31 2020-06-13] 178: Checking user_dbs ** [06:04:31 2020-06-13] 178: Checking geocodings ** [06:04:31 2020-06-13] 178: Checking synchronizations ** [06:04:31 2020-06-13] 178: Checking tracker ** [06:04:31 2020-06-13] 178: Checking user_migrations ** [06:04:31 2020-06-13] 178: Checking batch_updates ** [06:04:31 2020-06-13] 178: Checking gears ** [06:04:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:04:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:36 2020-06-13] 178: Checking imports ** [06:04:36 2020-06-13] 178: Checking exports ** [06:04:36 2020-06-13] 178: Checking users ** [06:04:36 2020-06-13] 178: Checking user_dbs ** [06:04:36 2020-06-13] 178: Checking geocodings ** [06:04:36 2020-06-13] 178: Checking synchronizations ** [06:04:36 2020-06-13] 178: Checking tracker ** [06:04:36 2020-06-13] 178: Checking user_migrations ** [06:04:36 2020-06-13] 178: Checking batch_updates ** [06:04:36 2020-06-13] 178: Checking gears ** [06:04:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:04:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:41 2020-06-13] 178: Checking imports ** [06:04:41 2020-06-13] 178: Checking exports ** [06:04:41 2020-06-13] 178: Checking users ** [06:04:41 2020-06-13] 178: Checking user_dbs ** [06:04:41 2020-06-13] 178: Checking geocodings ** [06:04:41 2020-06-13] 178: Checking synchronizations ** [06:04:41 2020-06-13] 178: Checking tracker ** [06:04:41 2020-06-13] 178: Checking user_migrations ** [06:04:41 2020-06-13] 178: Checking batch_updates ** [06:04:41 2020-06-13] 178: Checking gears ** [06:04:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:04:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:46 2020-06-13] 178: Checking imports ** [06:04:46 2020-06-13] 178: Checking exports ** [06:04:46 2020-06-13] 178: Checking users ** [06:04:46 2020-06-13] 178: Checking user_dbs ** [06:04:46 2020-06-13] 178: Checking geocodings ** [06:04:46 2020-06-13] 178: Checking synchronizations ** [06:04:46 2020-06-13] 178: Checking tracker ** [06:04:46 2020-06-13] 178: Checking user_migrations ** [06:04:46 2020-06-13] 178: Checking batch_updates ** [06:04:46 2020-06-13] 178: Checking gears ** [06:04:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:04:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:51 2020-06-13] 178: Checking imports ** [06:04:51 2020-06-13] 178: Checking exports ** [06:04:51 2020-06-13] 178: Checking users ** [06:04:51 2020-06-13] 178: Checking user_dbs ** [06:04:51 2020-06-13] 178: Checking geocodings ** [06:04:51 2020-06-13] 178: Checking synchronizations ** [06:04:51 2020-06-13] 178: Checking tracker ** [06:04:51 2020-06-13] 178: Checking user_migrations ** [06:04:51 2020-06-13] 178: Checking batch_updates ** [06:04:51 2020-06-13] 178: Checking gears ** [06:04:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:04:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:56 2020-06-13] 178: Checking imports ** [06:04:56 2020-06-13] 178: Checking exports ** [06:04:56 2020-06-13] 178: Checking users ** [06:04:56 2020-06-13] 178: Checking user_dbs ** [06:04:56 2020-06-13] 178: Checking geocodings ** [06:04:56 2020-06-13] 178: Checking synchronizations ** [06:04:56 2020-06-13] 178: Checking tracker ** [06:04:56 2020-06-13] 178: Checking user_migrations ** [06:04:56 2020-06-13] 178: Checking batch_updates ** [06:04:56 2020-06-13] 178: Checking gears ** [06:04:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:04:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:01 2020-06-13] 178: Checking imports ** [06:05:01 2020-06-13] 178: Checking exports ** [06:05:01 2020-06-13] 178: Checking users ** [06:05:01 2020-06-13] 178: Checking user_dbs ** [06:05:01 2020-06-13] 178: Checking geocodings ** [06:05:01 2020-06-13] 178: Checking synchronizations ** [06:05:01 2020-06-13] 178: Checking tracker ** [06:05:01 2020-06-13] 178: Checking user_migrations ** [06:05:01 2020-06-13] 178: Checking batch_updates ** [06:05:01 2020-06-13] 178: Checking gears ** [06:05:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:05:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:06 2020-06-13] 178: Checking imports ** [06:05:06 2020-06-13] 178: Checking exports ** [06:05:06 2020-06-13] 178: Checking users ** [06:05:06 2020-06-13] 178: Checking user_dbs ** [06:05:06 2020-06-13] 178: Checking geocodings ** [06:05:06 2020-06-13] 178: Checking synchronizations ** [06:05:06 2020-06-13] 178: Checking tracker ** [06:05:06 2020-06-13] 178: Checking user_migrations ** [06:05:06 2020-06-13] 178: Checking batch_updates ** [06:05:06 2020-06-13] 178: Checking gears ** [06:05:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:05:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:11 2020-06-13] 178: Checking imports ** [06:05:11 2020-06-13] 178: Checking exports ** [06:05:11 2020-06-13] 178: Checking users ** [06:05:11 2020-06-13] 178: Checking user_dbs ** [06:05:11 2020-06-13] 178: Checking geocodings ** [06:05:11 2020-06-13] 178: Checking synchronizations ** [06:05:11 2020-06-13] 178: Checking tracker ** [06:05:11 2020-06-13] 178: Checking user_migrations ** [06:05:11 2020-06-13] 178: Checking batch_updates ** [06:05:11 2020-06-13] 178: Checking gears ** [06:05:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:05:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:16 2020-06-13] 178: Checking imports ** [06:05:16 2020-06-13] 178: Checking exports ** [06:05:16 2020-06-13] 178: Checking users ** [06:05:16 2020-06-13] 178: Checking user_dbs ** [06:05:16 2020-06-13] 178: Checking geocodings ** [06:05:16 2020-06-13] 178: Checking synchronizations ** [06:05:16 2020-06-13] 178: Checking tracker ** [06:05:16 2020-06-13] 178: Checking user_migrations ** [06:05:16 2020-06-13] 178: Checking batch_updates ** [06:05:16 2020-06-13] 178: Checking gears ** [06:05:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:05:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:21 2020-06-13] 178: Checking imports ** [06:05:21 2020-06-13] 178: Checking exports ** [06:05:21 2020-06-13] 178: Checking users ** [06:05:21 2020-06-13] 178: Checking user_dbs ** [06:05:21 2020-06-13] 178: Checking geocodings ** [06:05:21 2020-06-13] 178: Checking synchronizations ** [06:05:21 2020-06-13] 178: Checking tracker ** [06:05:21 2020-06-13] 178: Checking user_migrations ** [06:05:21 2020-06-13] 178: Checking batch_updates ** [06:05:21 2020-06-13] 178: Checking gears ** [06:05:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:05:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:26 2020-06-13] 178: Checking imports ** [06:05:26 2020-06-13] 178: Checking exports ** [06:05:26 2020-06-13] 178: Checking users ** [06:05:26 2020-06-13] 178: Checking user_dbs ** [06:05:26 2020-06-13] 178: Checking geocodings ** [06:05:26 2020-06-13] 178: Checking synchronizations ** [06:05:26 2020-06-13] 178: Checking tracker ** [06:05:26 2020-06-13] 178: Checking user_migrations ** [06:05:26 2020-06-13] 178: Checking batch_updates ** [06:05:26 2020-06-13] 178: Checking gears ** [06:05:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:05:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:31 2020-06-13] 178: Checking imports ** [06:05:31 2020-06-13] 178: Checking exports ** [06:05:31 2020-06-13] 178: Checking users ** [06:05:31 2020-06-13] 178: Checking user_dbs ** [06:05:31 2020-06-13] 178: Checking geocodings ** [06:05:31 2020-06-13] 178: Checking synchronizations ** [06:05:31 2020-06-13] 178: Checking tracker ** [06:05:31 2020-06-13] 178: Checking user_migrations ** [06:05:31 2020-06-13] 178: Checking batch_updates ** [06:05:31 2020-06-13] 178: Checking gears ** [06:05:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:05:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:36 2020-06-13] 178: Checking imports ** [06:05:36 2020-06-13] 178: Checking exports ** [06:05:36 2020-06-13] 178: Checking users ** [06:05:36 2020-06-13] 178: Checking user_dbs ** [06:05:36 2020-06-13] 178: Checking geocodings ** [06:05:36 2020-06-13] 178: Checking synchronizations ** [06:05:36 2020-06-13] 178: Checking tracker ** [06:05:36 2020-06-13] 178: Checking user_migrations ** [06:05:36 2020-06-13] 178: Checking batch_updates ** [06:05:36 2020-06-13] 178: Checking gears ** [06:05:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:05:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:41 2020-06-13] 178: Checking imports ** [06:05:41 2020-06-13] 178: Checking exports ** [06:05:41 2020-06-13] 178: Checking users ** [06:05:41 2020-06-13] 178: Checking user_dbs ** [06:05:41 2020-06-13] 178: Checking geocodings ** [06:05:41 2020-06-13] 178: Checking synchronizations ** [06:05:41 2020-06-13] 178: Checking tracker ** [06:05:41 2020-06-13] 178: Checking user_migrations ** [06:05:41 2020-06-13] 178: Checking batch_updates ** [06:05:41 2020-06-13] 178: Checking gears ** [06:05:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:05:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:46 2020-06-13] 178: Checking imports ** [06:05:46 2020-06-13] 178: Checking exports ** [06:05:46 2020-06-13] 178: Checking users ** [06:05:46 2020-06-13] 178: Checking user_dbs ** [06:05:46 2020-06-13] 178: Checking geocodings ** [06:05:46 2020-06-13] 178: Checking synchronizations ** [06:05:46 2020-06-13] 178: Checking tracker ** [06:05:46 2020-06-13] 178: Checking user_migrations ** [06:05:46 2020-06-13] 178: Checking batch_updates ** [06:05:46 2020-06-13] 178: Checking gears ** [06:05:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:05:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:51 2020-06-13] 178: Checking imports ** [06:05:51 2020-06-13] 178: Checking exports ** [06:05:51 2020-06-13] 178: Checking users ** [06:05:51 2020-06-13] 178: Checking user_dbs ** [06:05:51 2020-06-13] 178: Checking geocodings ** [06:05:51 2020-06-13] 178: Checking synchronizations ** [06:05:51 2020-06-13] 178: Checking tracker ** [06:05:51 2020-06-13] 178: Checking user_migrations ** [06:05:51 2020-06-13] 178: Checking batch_updates ** [06:05:51 2020-06-13] 178: Checking gears ** [06:05:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:05:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:56 2020-06-13] 178: Checking imports ** [06:05:56 2020-06-13] 178: Checking exports ** [06:05:56 2020-06-13] 178: Checking users ** [06:05:56 2020-06-13] 178: Checking user_dbs ** [06:05:56 2020-06-13] 178: Checking geocodings ** [06:05:56 2020-06-13] 178: Checking synchronizations ** [06:05:56 2020-06-13] 178: Checking tracker ** [06:05:56 2020-06-13] 178: Checking user_migrations ** [06:05:56 2020-06-13] 178: Checking batch_updates ** [06:05:56 2020-06-13] 178: Checking gears ** [06:05:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:05:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:01 2020-06-13] 178: Checking imports ** [06:06:01 2020-06-13] 178: Checking exports ** [06:06:01 2020-06-13] 178: Checking users ** [06:06:01 2020-06-13] 178: Checking user_dbs ** [06:06:01 2020-06-13] 178: Checking geocodings ** [06:06:01 2020-06-13] 178: Checking synchronizations ** [06:06:01 2020-06-13] 178: Checking tracker ** [06:06:01 2020-06-13] 178: Checking user_migrations ** [06:06:01 2020-06-13] 178: Checking batch_updates ** [06:06:01 2020-06-13] 178: Checking gears ** [06:06:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:06:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:06 2020-06-13] 178: Checking imports ** [06:06:06 2020-06-13] 178: Checking exports ** [06:06:06 2020-06-13] 178: Checking users ** [06:06:06 2020-06-13] 178: Checking user_dbs ** [06:06:06 2020-06-13] 178: Checking geocodings ** [06:06:06 2020-06-13] 178: Checking synchronizations ** [06:06:06 2020-06-13] 178: Checking tracker ** [06:06:06 2020-06-13] 178: Checking user_migrations ** [06:06:06 2020-06-13] 178: Checking batch_updates ** [06:06:06 2020-06-13] 178: Checking gears ** [06:06:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:06:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:11 2020-06-13] 178: Checking imports ** [06:06:11 2020-06-13] 178: Checking exports ** [06:06:11 2020-06-13] 178: Checking users ** [06:06:11 2020-06-13] 178: Checking user_dbs ** [06:06:11 2020-06-13] 178: Checking geocodings ** [06:06:11 2020-06-13] 178: Checking synchronizations ** [06:06:11 2020-06-13] 178: Checking tracker ** [06:06:11 2020-06-13] 178: Checking user_migrations ** [06:06:11 2020-06-13] 178: Checking batch_updates ** [06:06:11 2020-06-13] 178: Checking gears ** [06:06:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:06:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:16 2020-06-13] 178: Checking imports ** [06:06:16 2020-06-13] 178: Checking exports ** [06:06:16 2020-06-13] 178: Checking users ** [06:06:16 2020-06-13] 178: Checking user_dbs ** [06:06:16 2020-06-13] 178: Checking geocodings ** [06:06:16 2020-06-13] 178: Checking synchronizations ** [06:06:16 2020-06-13] 178: Checking tracker ** [06:06:16 2020-06-13] 178: Checking user_migrations ** [06:06:16 2020-06-13] 178: Checking batch_updates ** [06:06:16 2020-06-13] 178: Checking gears ** [06:06:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:06:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:21 2020-06-13] 178: Checking imports ** [06:06:21 2020-06-13] 178: Checking exports ** [06:06:21 2020-06-13] 178: Checking users ** [06:06:21 2020-06-13] 178: Checking user_dbs ** [06:06:21 2020-06-13] 178: Checking geocodings ** [06:06:21 2020-06-13] 178: Checking synchronizations ** [06:06:21 2020-06-13] 178: Checking tracker ** [06:06:21 2020-06-13] 178: Checking user_migrations ** [06:06:21 2020-06-13] 178: Checking batch_updates ** [06:06:21 2020-06-13] 178: Checking gears ** [06:06:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:06:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:26 2020-06-13] 178: Checking imports ** [06:06:26 2020-06-13] 178: Checking exports ** [06:06:26 2020-06-13] 178: Checking users ** [06:06:26 2020-06-13] 178: Checking user_dbs ** [06:06:26 2020-06-13] 178: Checking geocodings ** [06:06:26 2020-06-13] 178: Checking synchronizations ** [06:06:26 2020-06-13] 178: Checking tracker ** [06:06:26 2020-06-13] 178: Checking user_migrations ** [06:06:26 2020-06-13] 178: Checking batch_updates ** [06:06:26 2020-06-13] 178: Checking gears ** [06:06:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:06:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:31 2020-06-13] 178: Checking imports ** [06:06:31 2020-06-13] 178: Checking exports ** [06:06:31 2020-06-13] 178: Checking users ** [06:06:31 2020-06-13] 178: Checking user_dbs ** [06:06:31 2020-06-13] 178: Checking geocodings ** [06:06:31 2020-06-13] 178: Checking synchronizations ** [06:06:31 2020-06-13] 178: Checking tracker ** [06:06:31 2020-06-13] 178: Checking user_migrations ** [06:06:31 2020-06-13] 178: Checking batch_updates ** [06:06:31 2020-06-13] 178: Checking gears ** [06:06:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:06:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:36 2020-06-13] 178: Checking imports ** [06:06:36 2020-06-13] 178: Checking exports ** [06:06:36 2020-06-13] 178: Checking users ** [06:06:36 2020-06-13] 178: Checking user_dbs ** [06:06:36 2020-06-13] 178: Checking geocodings ** [06:06:36 2020-06-13] 178: Checking synchronizations ** [06:06:36 2020-06-13] 178: Checking tracker ** [06:06:36 2020-06-13] 178: Checking user_migrations ** [06:06:36 2020-06-13] 178: Checking batch_updates ** [06:06:36 2020-06-13] 178: Checking gears ** [06:06:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:06:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:41 2020-06-13] 178: Checking imports ** [06:06:41 2020-06-13] 178: Checking exports ** [06:06:41 2020-06-13] 178: Checking users ** [06:06:41 2020-06-13] 178: Checking user_dbs ** [06:06:41 2020-06-13] 178: Checking geocodings ** [06:06:41 2020-06-13] 178: Checking synchronizations ** [06:06:41 2020-06-13] 178: Checking tracker ** [06:06:41 2020-06-13] 178: Checking user_migrations ** [06:06:41 2020-06-13] 178: Checking batch_updates ** [06:06:41 2020-06-13] 178: Checking gears ** [06:06:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:06:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:46 2020-06-13] 178: Checking imports ** [06:06:46 2020-06-13] 178: Checking exports ** [06:06:46 2020-06-13] 178: Checking users ** [06:06:46 2020-06-13] 178: Checking user_dbs ** [06:06:46 2020-06-13] 178: Checking geocodings ** [06:06:46 2020-06-13] 178: Checking synchronizations ** [06:06:46 2020-06-13] 178: Checking tracker ** [06:06:46 2020-06-13] 178: Checking user_migrations ** [06:06:46 2020-06-13] 178: Checking batch_updates ** [06:06:46 2020-06-13] 178: Checking gears ** [06:06:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:06:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:51 2020-06-13] 178: Checking imports ** [06:06:51 2020-06-13] 178: Checking exports ** [06:06:51 2020-06-13] 178: Checking users ** [06:06:51 2020-06-13] 178: Checking user_dbs ** [06:06:51 2020-06-13] 178: Checking geocodings ** [06:06:51 2020-06-13] 178: Checking synchronizations ** [06:06:51 2020-06-13] 178: Checking tracker ** [06:06:51 2020-06-13] 178: Checking user_migrations ** [06:06:51 2020-06-13] 178: Checking batch_updates ** [06:06:51 2020-06-13] 178: Checking gears ** [06:06:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:06:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:56 2020-06-13] 178: Checking imports ** [06:06:56 2020-06-13] 178: Checking exports ** [06:06:56 2020-06-13] 178: Checking users ** [06:06:56 2020-06-13] 178: Checking user_dbs ** [06:06:56 2020-06-13] 178: Checking geocodings ** [06:06:56 2020-06-13] 178: Checking synchronizations ** [06:06:56 2020-06-13] 178: Checking tracker ** [06:06:56 2020-06-13] 178: Checking user_migrations ** [06:06:56 2020-06-13] 178: Checking batch_updates ** [06:06:56 2020-06-13] 178: Checking gears ** [06:06:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:06:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:01 2020-06-13] 178: Checking imports ** [06:07:01 2020-06-13] 178: Checking exports ** [06:07:01 2020-06-13] 178: Checking users ** [06:07:01 2020-06-13] 178: Checking user_dbs ** [06:07:01 2020-06-13] 178: Checking geocodings ** [06:07:01 2020-06-13] 178: Checking synchronizations ** [06:07:01 2020-06-13] 178: Checking tracker ** [06:07:01 2020-06-13] 178: Checking user_migrations ** [06:07:01 2020-06-13] 178: Checking batch_updates ** [06:07:01 2020-06-13] 178: Checking gears ** [06:07:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:07:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:06 2020-06-13] 178: Checking imports ** [06:07:06 2020-06-13] 178: Checking exports ** [06:07:06 2020-06-13] 178: Checking users ** [06:07:06 2020-06-13] 178: Checking user_dbs ** [06:07:06 2020-06-13] 178: Checking geocodings ** [06:07:06 2020-06-13] 178: Checking synchronizations ** [06:07:06 2020-06-13] 178: Checking tracker ** [06:07:06 2020-06-13] 178: Checking user_migrations ** [06:07:06 2020-06-13] 178: Checking batch_updates ** [06:07:06 2020-06-13] 178: Checking gears ** [06:07:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:07:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:11 2020-06-13] 178: Checking imports ** [06:07:11 2020-06-13] 178: Checking exports ** [06:07:11 2020-06-13] 178: Checking users ** [06:07:11 2020-06-13] 178: Checking user_dbs ** [06:07:11 2020-06-13] 178: Checking geocodings ** [06:07:11 2020-06-13] 178: Checking synchronizations ** [06:07:11 2020-06-13] 178: Checking tracker ** [06:07:11 2020-06-13] 178: Checking user_migrations ** [06:07:11 2020-06-13] 178: Checking batch_updates ** [06:07:11 2020-06-13] 178: Checking gears ** [06:07:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:07:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:16 2020-06-13] 178: Checking imports ** [06:07:16 2020-06-13] 178: Checking exports ** [06:07:16 2020-06-13] 178: Checking users ** [06:07:16 2020-06-13] 178: Checking user_dbs ** [06:07:16 2020-06-13] 178: Checking geocodings ** [06:07:16 2020-06-13] 178: Checking synchronizations ** [06:07:16 2020-06-13] 178: Checking tracker ** [06:07:16 2020-06-13] 178: Checking user_migrations ** [06:07:16 2020-06-13] 178: Checking batch_updates ** [06:07:16 2020-06-13] 178: Checking gears ** [06:07:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:07:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:21 2020-06-13] 178: Checking imports ** [06:07:21 2020-06-13] 178: Checking exports ** [06:07:21 2020-06-13] 178: Checking users ** [06:07:21 2020-06-13] 178: Checking user_dbs ** [06:07:21 2020-06-13] 178: Checking geocodings ** [06:07:21 2020-06-13] 178: Checking synchronizations ** [06:07:21 2020-06-13] 178: Checking tracker ** [06:07:21 2020-06-13] 178: Checking user_migrations ** [06:07:21 2020-06-13] 178: Checking batch_updates ** [06:07:21 2020-06-13] 178: Checking gears ** [06:07:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:07:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:26 2020-06-13] 178: Checking imports ** [06:07:26 2020-06-13] 178: Checking exports ** [06:07:26 2020-06-13] 178: Checking users ** [06:07:26 2020-06-13] 178: Checking user_dbs ** [06:07:26 2020-06-13] 178: Checking geocodings ** [06:07:26 2020-06-13] 178: Checking synchronizations ** [06:07:26 2020-06-13] 178: Checking tracker ** [06:07:26 2020-06-13] 178: Checking user_migrations ** [06:07:26 2020-06-13] 178: Checking batch_updates ** [06:07:26 2020-06-13] 178: Checking gears ** [06:07:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:07:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:31 2020-06-13] 178: Checking imports ** [06:07:31 2020-06-13] 178: Checking exports ** [06:07:31 2020-06-13] 178: Checking users ** [06:07:31 2020-06-13] 178: Checking user_dbs ** [06:07:31 2020-06-13] 178: Checking geocodings ** [06:07:31 2020-06-13] 178: Checking synchronizations ** [06:07:31 2020-06-13] 178: Checking tracker ** [06:07:31 2020-06-13] 178: Checking user_migrations ** [06:07:31 2020-06-13] 178: Checking batch_updates ** [06:07:31 2020-06-13] 178: Checking gears ** [06:07:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:07:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:36 2020-06-13] 178: Checking imports ** [06:07:36 2020-06-13] 178: Checking exports ** [06:07:36 2020-06-13] 178: Checking users ** [06:07:36 2020-06-13] 178: Checking user_dbs ** [06:07:36 2020-06-13] 178: Checking geocodings ** [06:07:36 2020-06-13] 178: Checking synchronizations ** [06:07:36 2020-06-13] 178: Checking tracker ** [06:07:36 2020-06-13] 178: Checking user_migrations ** [06:07:36 2020-06-13] 178: Checking batch_updates ** [06:07:36 2020-06-13] 178: Checking gears ** [06:07:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:07:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:41 2020-06-13] 178: Checking imports ** [06:07:41 2020-06-13] 178: Checking exports ** [06:07:41 2020-06-13] 178: Checking users ** [06:07:41 2020-06-13] 178: Checking user_dbs ** [06:07:41 2020-06-13] 178: Checking geocodings ** [06:07:41 2020-06-13] 178: Checking synchronizations ** [06:07:41 2020-06-13] 178: Checking tracker ** [06:07:41 2020-06-13] 178: Checking user_migrations ** [06:07:41 2020-06-13] 178: Checking batch_updates ** [06:07:41 2020-06-13] 178: Checking gears ** [06:07:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:07:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:46 2020-06-13] 178: Checking imports ** [06:07:46 2020-06-13] 178: Checking exports ** [06:07:46 2020-06-13] 178: Checking users ** [06:07:46 2020-06-13] 178: Checking user_dbs ** [06:07:46 2020-06-13] 178: Checking geocodings ** [06:07:46 2020-06-13] 178: Checking synchronizations ** [06:07:46 2020-06-13] 178: Checking tracker ** [06:07:46 2020-06-13] 178: Checking user_migrations ** [06:07:46 2020-06-13] 178: Checking batch_updates ** [06:07:46 2020-06-13] 178: Checking gears ** [06:07:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:07:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:51 2020-06-13] 178: Checking imports ** [06:07:51 2020-06-13] 178: Checking exports ** [06:07:51 2020-06-13] 178: Checking users ** [06:07:51 2020-06-13] 178: Checking user_dbs ** [06:07:51 2020-06-13] 178: Checking geocodings ** [06:07:51 2020-06-13] 178: Checking synchronizations ** [06:07:51 2020-06-13] 178: Checking tracker ** [06:07:51 2020-06-13] 178: Checking user_migrations ** [06:07:51 2020-06-13] 178: Checking batch_updates ** [06:07:51 2020-06-13] 178: Checking gears ** [06:07:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:07:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:56 2020-06-13] 178: Checking imports ** [06:07:56 2020-06-13] 178: Checking exports ** [06:07:56 2020-06-13] 178: Checking users ** [06:07:56 2020-06-13] 178: Checking user_dbs ** [06:07:56 2020-06-13] 178: Checking geocodings ** [06:07:56 2020-06-13] 178: Checking synchronizations ** [06:07:56 2020-06-13] 178: Checking tracker ** [06:07:56 2020-06-13] 178: Checking user_migrations ** [06:07:56 2020-06-13] 178: Checking batch_updates ** [06:07:56 2020-06-13] 178: Checking gears ** [06:07:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:07:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:01 2020-06-13] 178: Checking imports ** [06:08:01 2020-06-13] 178: Checking exports ** [06:08:01 2020-06-13] 178: Checking users ** [06:08:01 2020-06-13] 178: Checking user_dbs ** [06:08:01 2020-06-13] 178: Checking geocodings ** [06:08:01 2020-06-13] 178: Checking synchronizations ** [06:08:01 2020-06-13] 178: Checking tracker ** [06:08:01 2020-06-13] 178: Checking user_migrations ** [06:08:01 2020-06-13] 178: Checking batch_updates ** [06:08:01 2020-06-13] 178: Checking gears ** [06:08:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:08:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:06 2020-06-13] 178: Checking imports ** [06:08:06 2020-06-13] 178: Checking exports ** [06:08:06 2020-06-13] 178: Checking users ** [06:08:06 2020-06-13] 178: Checking user_dbs ** [06:08:06 2020-06-13] 178: Checking geocodings ** [06:08:06 2020-06-13] 178: Checking synchronizations ** [06:08:06 2020-06-13] 178: Checking tracker ** [06:08:06 2020-06-13] 178: Checking user_migrations ** [06:08:06 2020-06-13] 178: Checking batch_updates ** [06:08:06 2020-06-13] 178: Checking gears ** [06:08:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:08:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:11 2020-06-13] 178: Checking imports ** [06:08:11 2020-06-13] 178: Checking exports ** [06:08:11 2020-06-13] 178: Checking users ** [06:08:11 2020-06-13] 178: Checking user_dbs ** [06:08:11 2020-06-13] 178: Checking geocodings ** [06:08:11 2020-06-13] 178: Checking synchronizations ** [06:08:11 2020-06-13] 178: Checking tracker ** [06:08:11 2020-06-13] 178: Checking user_migrations ** [06:08:11 2020-06-13] 178: Checking batch_updates ** [06:08:11 2020-06-13] 178: Checking gears ** [06:08:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:08:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:16 2020-06-13] 178: Checking imports ** [06:08:16 2020-06-13] 178: Checking exports ** [06:08:16 2020-06-13] 178: Checking users ** [06:08:16 2020-06-13] 178: Checking user_dbs ** [06:08:16 2020-06-13] 178: Checking geocodings ** [06:08:16 2020-06-13] 178: Checking synchronizations ** [06:08:16 2020-06-13] 178: Checking tracker ** [06:08:16 2020-06-13] 178: Checking user_migrations ** [06:08:16 2020-06-13] 178: Checking batch_updates ** [06:08:16 2020-06-13] 178: Checking gears ** [06:08:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:08:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:21 2020-06-13] 178: Checking imports ** [06:08:21 2020-06-13] 178: Checking exports ** [06:08:21 2020-06-13] 178: Checking users ** [06:08:21 2020-06-13] 178: Checking user_dbs ** [06:08:21 2020-06-13] 178: Checking geocodings ** [06:08:21 2020-06-13] 178: Checking synchronizations ** [06:08:21 2020-06-13] 178: Checking tracker ** [06:08:21 2020-06-13] 178: Checking user_migrations ** [06:08:21 2020-06-13] 178: Checking batch_updates ** [06:08:21 2020-06-13] 178: Checking gears ** [06:08:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:08:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:26 2020-06-13] 178: Checking imports ** [06:08:26 2020-06-13] 178: Checking exports ** [06:08:26 2020-06-13] 178: Checking users ** [06:08:26 2020-06-13] 178: Checking user_dbs ** [06:08:26 2020-06-13] 178: Checking geocodings ** [06:08:26 2020-06-13] 178: Checking synchronizations ** [06:08:26 2020-06-13] 178: Checking tracker ** [06:08:26 2020-06-13] 178: Checking user_migrations ** [06:08:26 2020-06-13] 178: Checking batch_updates ** [06:08:26 2020-06-13] 178: Checking gears ** [06:08:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:08:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:31 2020-06-13] 178: Checking imports ** [06:08:31 2020-06-13] 178: Checking exports ** [06:08:31 2020-06-13] 178: Checking users ** [06:08:31 2020-06-13] 178: Checking user_dbs ** [06:08:31 2020-06-13] 178: Checking geocodings ** [06:08:31 2020-06-13] 178: Checking synchronizations ** [06:08:31 2020-06-13] 178: Checking tracker ** [06:08:31 2020-06-13] 178: Checking user_migrations ** [06:08:31 2020-06-13] 178: Checking batch_updates ** [06:08:31 2020-06-13] 178: Checking gears ** [06:08:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:08:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:36 2020-06-13] 178: Checking imports ** [06:08:36 2020-06-13] 178: Checking exports ** [06:08:36 2020-06-13] 178: Checking users ** [06:08:36 2020-06-13] 178: Checking user_dbs ** [06:08:36 2020-06-13] 178: Checking geocodings ** [06:08:36 2020-06-13] 178: Checking synchronizations ** [06:08:36 2020-06-13] 178: Checking tracker ** [06:08:36 2020-06-13] 178: Checking user_migrations ** [06:08:36 2020-06-13] 178: Checking batch_updates ** [06:08:36 2020-06-13] 178: Checking gears ** [06:08:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:08:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:41 2020-06-13] 178: Checking imports ** [06:08:41 2020-06-13] 178: Checking exports ** [06:08:41 2020-06-13] 178: Checking users ** [06:08:41 2020-06-13] 178: Checking user_dbs ** [06:08:41 2020-06-13] 178: Checking geocodings ** [06:08:41 2020-06-13] 178: Checking synchronizations ** [06:08:41 2020-06-13] 178: Checking tracker ** [06:08:41 2020-06-13] 178: Checking user_migrations ** [06:08:41 2020-06-13] 178: Checking batch_updates ** [06:08:41 2020-06-13] 178: Checking gears ** [06:08:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:08:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:46 2020-06-13] 178: Checking imports ** [06:08:46 2020-06-13] 178: Checking exports ** [06:08:46 2020-06-13] 178: Checking users ** [06:08:46 2020-06-13] 178: Checking user_dbs ** [06:08:46 2020-06-13] 178: Checking geocodings ** [06:08:46 2020-06-13] 178: Checking synchronizations ** [06:08:46 2020-06-13] 178: Checking tracker ** [06:08:46 2020-06-13] 178: Checking user_migrations ** [06:08:46 2020-06-13] 178: Checking batch_updates ** [06:08:46 2020-06-13] 178: Checking gears ** [06:08:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:08:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:51 2020-06-13] 178: Checking imports ** [06:08:51 2020-06-13] 178: Checking exports ** [06:08:51 2020-06-13] 178: Checking users ** [06:08:51 2020-06-13] 178: Checking user_dbs ** [06:08:51 2020-06-13] 178: Checking geocodings ** [06:08:51 2020-06-13] 178: Checking synchronizations ** [06:08:51 2020-06-13] 178: Checking tracker ** [06:08:51 2020-06-13] 178: Checking user_migrations ** [06:08:51 2020-06-13] 178: Checking batch_updates ** [06:08:51 2020-06-13] 178: Checking gears ** [06:08:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:08:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:56 2020-06-13] 178: Checking imports ** [06:08:56 2020-06-13] 178: Checking exports ** [06:08:56 2020-06-13] 178: Checking users ** [06:08:56 2020-06-13] 178: Checking user_dbs ** [06:08:56 2020-06-13] 178: Checking geocodings ** [06:08:56 2020-06-13] 178: Checking synchronizations ** [06:08:56 2020-06-13] 178: Checking tracker ** [06:08:56 2020-06-13] 178: Checking user_migrations ** [06:08:56 2020-06-13] 178: Checking batch_updates ** [06:08:56 2020-06-13] 178: Checking gears ** [06:08:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:08:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:01 2020-06-13] 178: Checking imports ** [06:09:01 2020-06-13] 178: Checking exports ** [06:09:01 2020-06-13] 178: Checking users ** [06:09:01 2020-06-13] 178: Checking user_dbs ** [06:09:01 2020-06-13] 178: Checking geocodings ** [06:09:01 2020-06-13] 178: Checking synchronizations ** [06:09:01 2020-06-13] 178: Checking tracker ** [06:09:01 2020-06-13] 178: Checking user_migrations ** [06:09:01 2020-06-13] 178: Checking batch_updates ** [06:09:01 2020-06-13] 178: Checking gears ** [06:09:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:09:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:06 2020-06-13] 178: Checking imports ** [06:09:06 2020-06-13] 178: Checking exports ** [06:09:06 2020-06-13] 178: Checking users ** [06:09:06 2020-06-13] 178: Checking user_dbs ** [06:09:06 2020-06-13] 178: Checking geocodings ** [06:09:06 2020-06-13] 178: Checking synchronizations ** [06:09:06 2020-06-13] 178: Checking tracker ** [06:09:06 2020-06-13] 178: Checking user_migrations ** [06:09:06 2020-06-13] 178: Checking batch_updates ** [06:09:06 2020-06-13] 178: Checking gears ** [06:09:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:09:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:11 2020-06-13] 178: Checking imports ** [06:09:11 2020-06-13] 178: Checking exports ** [06:09:11 2020-06-13] 178: Checking users ** [06:09:11 2020-06-13] 178: Checking user_dbs ** [06:09:11 2020-06-13] 178: Checking geocodings ** [06:09:11 2020-06-13] 178: Checking synchronizations ** [06:09:11 2020-06-13] 178: Checking tracker ** [06:09:11 2020-06-13] 178: Checking user_migrations ** [06:09:11 2020-06-13] 178: Checking batch_updates ** [06:09:11 2020-06-13] 178: Checking gears ** [06:09:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:09:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:16 2020-06-13] 178: Checking imports ** [06:09:16 2020-06-13] 178: Checking exports ** [06:09:16 2020-06-13] 178: Checking users ** [06:09:16 2020-06-13] 178: Checking user_dbs ** [06:09:16 2020-06-13] 178: Checking geocodings ** [06:09:16 2020-06-13] 178: Checking synchronizations ** [06:09:16 2020-06-13] 178: Checking tracker ** [06:09:16 2020-06-13] 178: Checking user_migrations ** [06:09:16 2020-06-13] 178: Checking batch_updates ** [06:09:16 2020-06-13] 178: Checking gears ** [06:09:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:09:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:21 2020-06-13] 178: Checking imports ** [06:09:21 2020-06-13] 178: Checking exports ** [06:09:21 2020-06-13] 178: Checking users ** [06:09:21 2020-06-13] 178: Checking user_dbs ** [06:09:21 2020-06-13] 178: Checking geocodings ** [06:09:21 2020-06-13] 178: Checking synchronizations ** [06:09:21 2020-06-13] 178: Checking tracker ** [06:09:21 2020-06-13] 178: Checking user_migrations ** [06:09:21 2020-06-13] 178: Checking batch_updates ** [06:09:21 2020-06-13] 178: Checking gears ** [06:09:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:09:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:26 2020-06-13] 178: Checking imports ** [06:09:26 2020-06-13] 178: Checking exports ** [06:09:26 2020-06-13] 178: Checking users ** [06:09:26 2020-06-13] 178: Checking user_dbs ** [06:09:26 2020-06-13] 178: Checking geocodings ** [06:09:26 2020-06-13] 178: Checking synchronizations ** [06:09:26 2020-06-13] 178: Checking tracker ** [06:09:26 2020-06-13] 178: Checking user_migrations ** [06:09:26 2020-06-13] 178: Checking batch_updates ** [06:09:26 2020-06-13] 178: Checking gears ** [06:09:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:09:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:31 2020-06-13] 178: Checking imports ** [06:09:31 2020-06-13] 178: Checking exports ** [06:09:31 2020-06-13] 178: Checking users ** [06:09:31 2020-06-13] 178: Checking user_dbs ** [06:09:31 2020-06-13] 178: Checking geocodings ** [06:09:31 2020-06-13] 178: Checking synchronizations ** [06:09:31 2020-06-13] 178: Checking tracker ** [06:09:31 2020-06-13] 178: Checking user_migrations ** [06:09:31 2020-06-13] 178: Checking batch_updates ** [06:09:31 2020-06-13] 178: Checking gears ** [06:09:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:09:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:36 2020-06-13] 178: Checking imports ** [06:09:37 2020-06-13] 178: Checking exports ** [06:09:37 2020-06-13] 178: Checking users ** [06:09:37 2020-06-13] 178: Checking user_dbs ** [06:09:37 2020-06-13] 178: Checking geocodings ** [06:09:37 2020-06-13] 178: Checking synchronizations ** [06:09:37 2020-06-13] 178: Checking tracker ** [06:09:37 2020-06-13] 178: Checking user_migrations ** [06:09:37 2020-06-13] 178: Checking batch_updates ** [06:09:37 2020-06-13] 178: Checking gears ** [06:09:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:09:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:42 2020-06-13] 178: Checking imports ** [06:09:42 2020-06-13] 178: Checking exports ** [06:09:42 2020-06-13] 178: Checking users ** [06:09:42 2020-06-13] 178: Checking user_dbs ** [06:09:42 2020-06-13] 178: Checking geocodings ** [06:09:42 2020-06-13] 178: Checking synchronizations ** [06:09:42 2020-06-13] 178: Checking tracker ** [06:09:42 2020-06-13] 178: Checking user_migrations ** [06:09:42 2020-06-13] 178: Checking batch_updates ** [06:09:42 2020-06-13] 178: Checking gears ** [06:09:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:09:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:47 2020-06-13] 178: Checking imports ** [06:09:47 2020-06-13] 178: Checking exports ** [06:09:47 2020-06-13] 178: Checking users ** [06:09:47 2020-06-13] 178: Checking user_dbs ** [06:09:47 2020-06-13] 178: Checking geocodings ** [06:09:47 2020-06-13] 178: Checking synchronizations ** [06:09:47 2020-06-13] 178: Checking tracker ** [06:09:47 2020-06-13] 178: Checking user_migrations ** [06:09:47 2020-06-13] 178: Checking batch_updates ** [06:09:47 2020-06-13] 178: Checking gears ** [06:09:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:09:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:52 2020-06-13] 178: Checking imports ** [06:09:52 2020-06-13] 178: Checking exports ** [06:09:52 2020-06-13] 178: Checking users ** [06:09:52 2020-06-13] 178: Checking user_dbs ** [06:09:52 2020-06-13] 178: Checking geocodings ** [06:09:52 2020-06-13] 178: Checking synchronizations ** [06:09:52 2020-06-13] 178: Checking tracker ** [06:09:52 2020-06-13] 178: Checking user_migrations ** [06:09:52 2020-06-13] 178: Checking batch_updates ** [06:09:52 2020-06-13] 178: Checking gears ** [06:09:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:09:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:57 2020-06-13] 178: Checking imports ** [06:09:57 2020-06-13] 178: Checking exports ** [06:09:57 2020-06-13] 178: Checking users ** [06:09:57 2020-06-13] 178: Checking user_dbs ** [06:09:57 2020-06-13] 178: Checking geocodings ** [06:09:57 2020-06-13] 178: Checking synchronizations ** [06:09:57 2020-06-13] 178: Checking tracker ** [06:09:57 2020-06-13] 178: Checking user_migrations ** [06:09:57 2020-06-13] 178: Checking batch_updates ** [06:09:57 2020-06-13] 178: Checking gears ** [06:09:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:09:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:02 2020-06-13] 178: Checking imports ** [06:10:02 2020-06-13] 178: Checking exports ** [06:10:02 2020-06-13] 178: Checking users ** [06:10:02 2020-06-13] 178: Checking user_dbs ** [06:10:02 2020-06-13] 178: Checking geocodings ** [06:10:02 2020-06-13] 178: Checking synchronizations ** [06:10:02 2020-06-13] 178: Checking tracker ** [06:10:02 2020-06-13] 178: Checking user_migrations ** [06:10:02 2020-06-13] 178: Checking batch_updates ** [06:10:02 2020-06-13] 178: Checking gears ** [06:10:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:10:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:07 2020-06-13] 178: Checking imports ** [06:10:07 2020-06-13] 178: Checking exports ** [06:10:07 2020-06-13] 178: Checking users ** [06:10:07 2020-06-13] 178: Checking user_dbs ** [06:10:07 2020-06-13] 178: Checking geocodings ** [06:10:07 2020-06-13] 178: Checking synchronizations ** [06:10:07 2020-06-13] 178: Checking tracker ** [06:10:07 2020-06-13] 178: Checking user_migrations ** [06:10:07 2020-06-13] 178: Checking batch_updates ** [06:10:07 2020-06-13] 178: Checking gears ** [06:10:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:10:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:12 2020-06-13] 178: Checking imports ** [06:10:12 2020-06-13] 178: Checking exports ** [06:10:12 2020-06-13] 178: Checking users ** [06:10:12 2020-06-13] 178: Checking user_dbs ** [06:10:12 2020-06-13] 178: Checking geocodings ** [06:10:12 2020-06-13] 178: Checking synchronizations ** [06:10:12 2020-06-13] 178: Checking tracker ** [06:10:12 2020-06-13] 178: Checking user_migrations ** [06:10:12 2020-06-13] 178: Checking batch_updates ** [06:10:12 2020-06-13] 178: Checking gears ** [06:10:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:10:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:17 2020-06-13] 178: Checking imports ** [06:10:17 2020-06-13] 178: Checking exports ** [06:10:17 2020-06-13] 178: Checking users ** [06:10:17 2020-06-13] 178: Checking user_dbs ** [06:10:17 2020-06-13] 178: Checking geocodings ** [06:10:17 2020-06-13] 178: Checking synchronizations ** [06:10:17 2020-06-13] 178: Checking tracker ** [06:10:17 2020-06-13] 178: Checking user_migrations ** [06:10:17 2020-06-13] 178: Checking batch_updates ** [06:10:17 2020-06-13] 178: Checking gears ** [06:10:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:10:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:22 2020-06-13] 178: Checking imports ** [06:10:22 2020-06-13] 178: Checking exports ** [06:10:22 2020-06-13] 178: Checking users ** [06:10:22 2020-06-13] 178: Checking user_dbs ** [06:10:22 2020-06-13] 178: Checking geocodings ** [06:10:22 2020-06-13] 178: Checking synchronizations ** [06:10:22 2020-06-13] 178: Checking tracker ** [06:10:22 2020-06-13] 178: Checking user_migrations ** [06:10:22 2020-06-13] 178: Checking batch_updates ** [06:10:22 2020-06-13] 178: Checking gears ** [06:10:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:10:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:27 2020-06-13] 178: Checking imports ** [06:10:27 2020-06-13] 178: Checking exports ** [06:10:27 2020-06-13] 178: Checking users ** [06:10:27 2020-06-13] 178: Checking user_dbs ** [06:10:27 2020-06-13] 178: Checking geocodings ** [06:10:27 2020-06-13] 178: Checking synchronizations ** [06:10:27 2020-06-13] 178: Checking tracker ** [06:10:27 2020-06-13] 178: Checking user_migrations ** [06:10:27 2020-06-13] 178: Checking batch_updates ** [06:10:27 2020-06-13] 178: Checking gears ** [06:10:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:10:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:32 2020-06-13] 178: Checking imports ** [06:10:32 2020-06-13] 178: Checking exports ** [06:10:32 2020-06-13] 178: Checking users ** [06:10:32 2020-06-13] 178: Checking user_dbs ** [06:10:32 2020-06-13] 178: Checking geocodings ** [06:10:32 2020-06-13] 178: Checking synchronizations ** [06:10:32 2020-06-13] 178: Checking tracker ** [06:10:32 2020-06-13] 178: Checking user_migrations ** [06:10:32 2020-06-13] 178: Checking batch_updates ** [06:10:32 2020-06-13] 178: Checking gears ** [06:10:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:10:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:37 2020-06-13] 178: Checking imports ** [06:10:37 2020-06-13] 178: Checking exports ** [06:10:37 2020-06-13] 178: Checking users ** [06:10:37 2020-06-13] 178: Checking user_dbs ** [06:10:37 2020-06-13] 178: Checking geocodings ** [06:10:37 2020-06-13] 178: Checking synchronizations ** [06:10:37 2020-06-13] 178: Checking tracker ** [06:10:37 2020-06-13] 178: Checking user_migrations ** [06:10:37 2020-06-13] 178: Checking batch_updates ** [06:10:37 2020-06-13] 178: Checking gears ** [06:10:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:10:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:42 2020-06-13] 178: Checking imports ** [06:10:42 2020-06-13] 178: Checking exports ** [06:10:42 2020-06-13] 178: Checking users ** [06:10:42 2020-06-13] 178: Checking user_dbs ** [06:10:42 2020-06-13] 178: Checking geocodings ** [06:10:42 2020-06-13] 178: Checking synchronizations ** [06:10:42 2020-06-13] 178: Checking tracker ** [06:10:42 2020-06-13] 178: Checking user_migrations ** [06:10:42 2020-06-13] 178: Checking batch_updates ** [06:10:42 2020-06-13] 178: Checking gears ** [06:10:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:10:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:47 2020-06-13] 178: Checking imports ** [06:10:47 2020-06-13] 178: Checking exports ** [06:10:47 2020-06-13] 178: Checking users ** [06:10:47 2020-06-13] 178: Checking user_dbs ** [06:10:47 2020-06-13] 178: Checking geocodings ** [06:10:47 2020-06-13] 178: Checking synchronizations ** [06:10:47 2020-06-13] 178: Checking tracker ** [06:10:47 2020-06-13] 178: Checking user_migrations ** [06:10:47 2020-06-13] 178: Checking batch_updates ** [06:10:47 2020-06-13] 178: Checking gears ** [06:10:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:10:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:52 2020-06-13] 178: Checking imports ** [06:10:52 2020-06-13] 178: Checking exports ** [06:10:52 2020-06-13] 178: Checking users ** [06:10:52 2020-06-13] 178: Checking user_dbs ** [06:10:52 2020-06-13] 178: Checking geocodings ** [06:10:52 2020-06-13] 178: Checking synchronizations ** [06:10:52 2020-06-13] 178: Checking tracker ** [06:10:52 2020-06-13] 178: Checking user_migrations ** [06:10:52 2020-06-13] 178: Checking batch_updates ** [06:10:52 2020-06-13] 178: Checking gears ** [06:10:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:10:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:57 2020-06-13] 178: Checking imports ** [06:10:57 2020-06-13] 178: Checking exports ** [06:10:57 2020-06-13] 178: Checking users ** [06:10:57 2020-06-13] 178: Checking user_dbs ** [06:10:57 2020-06-13] 178: Checking geocodings ** [06:10:57 2020-06-13] 178: Checking synchronizations ** [06:10:57 2020-06-13] 178: Checking tracker ** [06:10:57 2020-06-13] 178: Checking user_migrations ** [06:10:57 2020-06-13] 178: Checking batch_updates ** [06:10:57 2020-06-13] 178: Checking gears ** [06:10:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:10:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:02 2020-06-13] 178: Checking imports ** [06:11:02 2020-06-13] 178: Checking exports ** [06:11:02 2020-06-13] 178: Checking users ** [06:11:02 2020-06-13] 178: Checking user_dbs ** [06:11:02 2020-06-13] 178: Checking geocodings ** [06:11:02 2020-06-13] 178: Checking synchronizations ** [06:11:02 2020-06-13] 178: Checking tracker ** [06:11:02 2020-06-13] 178: Checking user_migrations ** [06:11:02 2020-06-13] 178: Checking batch_updates ** [06:11:02 2020-06-13] 178: Checking gears ** [06:11:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:11:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:07 2020-06-13] 178: Checking imports ** [06:11:07 2020-06-13] 178: Checking exports ** [06:11:07 2020-06-13] 178: Checking users ** [06:11:07 2020-06-13] 178: Checking user_dbs ** [06:11:07 2020-06-13] 178: Checking geocodings ** [06:11:07 2020-06-13] 178: Checking synchronizations ** [06:11:07 2020-06-13] 178: Checking tracker ** [06:11:07 2020-06-13] 178: Checking user_migrations ** [06:11:07 2020-06-13] 178: Checking batch_updates ** [06:11:07 2020-06-13] 178: Checking gears ** [06:11:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:11:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:12 2020-06-13] 178: Checking imports ** [06:11:12 2020-06-13] 178: Checking exports ** [06:11:12 2020-06-13] 178: Checking users ** [06:11:12 2020-06-13] 178: Checking user_dbs ** [06:11:12 2020-06-13] 178: Checking geocodings ** [06:11:12 2020-06-13] 178: Checking synchronizations ** [06:11:12 2020-06-13] 178: Checking tracker ** [06:11:12 2020-06-13] 178: Checking user_migrations ** [06:11:12 2020-06-13] 178: Checking batch_updates ** [06:11:12 2020-06-13] 178: Checking gears ** [06:11:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:11:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:17 2020-06-13] 178: Checking imports ** [06:11:17 2020-06-13] 178: Checking exports ** [06:11:17 2020-06-13] 178: Checking users ** [06:11:17 2020-06-13] 178: Checking user_dbs ** [06:11:17 2020-06-13] 178: Checking geocodings ** [06:11:17 2020-06-13] 178: Checking synchronizations ** [06:11:17 2020-06-13] 178: Checking tracker ** [06:11:17 2020-06-13] 178: Checking user_migrations ** [06:11:17 2020-06-13] 178: Checking batch_updates ** [06:11:17 2020-06-13] 178: Checking gears ** [06:11:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:11:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:22 2020-06-13] 178: Checking imports ** [06:11:22 2020-06-13] 178: Checking exports ** [06:11:22 2020-06-13] 178: Checking users ** [06:11:22 2020-06-13] 178: Checking user_dbs ** [06:11:22 2020-06-13] 178: Checking geocodings ** [06:11:22 2020-06-13] 178: Checking synchronizations ** [06:11:22 2020-06-13] 178: Checking tracker ** [06:11:22 2020-06-13] 178: Checking user_migrations ** [06:11:22 2020-06-13] 178: Checking batch_updates ** [06:11:22 2020-06-13] 178: Checking gears ** [06:11:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:11:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:27 2020-06-13] 178: Checking imports ** [06:11:27 2020-06-13] 178: Checking exports ** [06:11:27 2020-06-13] 178: Checking users ** [06:11:27 2020-06-13] 178: Checking user_dbs ** [06:11:27 2020-06-13] 178: Checking geocodings ** [06:11:27 2020-06-13] 178: Checking synchronizations ** [06:11:27 2020-06-13] 178: Checking tracker ** [06:11:27 2020-06-13] 178: Checking user_migrations ** [06:11:27 2020-06-13] 178: Checking batch_updates ** [06:11:27 2020-06-13] 178: Checking gears ** [06:11:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:11:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:32 2020-06-13] 178: Checking imports ** [06:11:32 2020-06-13] 178: Checking exports ** [06:11:32 2020-06-13] 178: Checking users ** [06:11:32 2020-06-13] 178: Checking user_dbs ** [06:11:32 2020-06-13] 178: Checking geocodings ** [06:11:32 2020-06-13] 178: Checking synchronizations ** [06:11:32 2020-06-13] 178: Checking tracker ** [06:11:32 2020-06-13] 178: Checking user_migrations ** [06:11:32 2020-06-13] 178: Checking batch_updates ** [06:11:32 2020-06-13] 178: Checking gears ** [06:11:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:11:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:37 2020-06-13] 178: Checking imports ** [06:11:37 2020-06-13] 178: Checking exports ** [06:11:37 2020-06-13] 178: Checking users ** [06:11:37 2020-06-13] 178: Checking user_dbs ** [06:11:37 2020-06-13] 178: Checking geocodings ** [06:11:37 2020-06-13] 178: Checking synchronizations ** [06:11:37 2020-06-13] 178: Checking tracker ** [06:11:37 2020-06-13] 178: Checking user_migrations ** [06:11:37 2020-06-13] 178: Checking batch_updates ** [06:11:37 2020-06-13] 178: Checking gears ** [06:11:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:11:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:42 2020-06-13] 178: Checking imports ** [06:11:42 2020-06-13] 178: Checking exports ** [06:11:42 2020-06-13] 178: Checking users ** [06:11:42 2020-06-13] 178: Checking user_dbs ** [06:11:42 2020-06-13] 178: Checking geocodings ** [06:11:42 2020-06-13] 178: Checking synchronizations ** [06:11:42 2020-06-13] 178: Checking tracker ** [06:11:42 2020-06-13] 178: Checking user_migrations ** [06:11:42 2020-06-13] 178: Checking batch_updates ** [06:11:42 2020-06-13] 178: Checking gears ** [06:11:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:11:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:47 2020-06-13] 178: Checking imports ** [06:11:47 2020-06-13] 178: Checking exports ** [06:11:47 2020-06-13] 178: Checking users ** [06:11:47 2020-06-13] 178: Checking user_dbs ** [06:11:47 2020-06-13] 178: Checking geocodings ** [06:11:47 2020-06-13] 178: Checking synchronizations ** [06:11:47 2020-06-13] 178: Checking tracker ** [06:11:47 2020-06-13] 178: Checking user_migrations ** [06:11:47 2020-06-13] 178: Checking batch_updates ** [06:11:47 2020-06-13] 178: Checking gears ** [06:11:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:11:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:52 2020-06-13] 178: Checking imports ** [06:11:52 2020-06-13] 178: Checking exports ** [06:11:52 2020-06-13] 178: Checking users ** [06:11:52 2020-06-13] 178: Checking user_dbs ** [06:11:52 2020-06-13] 178: Checking geocodings ** [06:11:52 2020-06-13] 178: Checking synchronizations ** [06:11:52 2020-06-13] 178: Checking tracker ** [06:11:52 2020-06-13] 178: Checking user_migrations ** [06:11:52 2020-06-13] 178: Checking batch_updates ** [06:11:52 2020-06-13] 178: Checking gears ** [06:11:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:11:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:57 2020-06-13] 178: Checking imports ** [06:11:57 2020-06-13] 178: Checking exports ** [06:11:57 2020-06-13] 178: Checking users ** [06:11:57 2020-06-13] 178: Checking user_dbs ** [06:11:57 2020-06-13] 178: Checking geocodings ** [06:11:57 2020-06-13] 178: Checking synchronizations ** [06:11:57 2020-06-13] 178: Checking tracker ** [06:11:57 2020-06-13] 178: Checking user_migrations ** [06:11:57 2020-06-13] 178: Checking batch_updates ** [06:11:57 2020-06-13] 178: Checking gears ** [06:11:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:11:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:02 2020-06-13] 178: Checking imports ** [06:12:02 2020-06-13] 178: Checking exports ** [06:12:02 2020-06-13] 178: Checking users ** [06:12:02 2020-06-13] 178: Checking user_dbs ** [06:12:02 2020-06-13] 178: Checking geocodings ** [06:12:02 2020-06-13] 178: Checking synchronizations ** [06:12:02 2020-06-13] 178: Checking tracker ** [06:12:02 2020-06-13] 178: Checking user_migrations ** [06:12:02 2020-06-13] 178: Checking batch_updates ** [06:12:02 2020-06-13] 178: Checking gears ** [06:12:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:12:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:07 2020-06-13] 178: Checking imports ** [06:12:07 2020-06-13] 178: Checking exports ** [06:12:07 2020-06-13] 178: Checking users ** [06:12:07 2020-06-13] 178: Checking user_dbs ** [06:12:07 2020-06-13] 178: Checking geocodings ** [06:12:07 2020-06-13] 178: Checking synchronizations ** [06:12:07 2020-06-13] 178: Checking tracker ** [06:12:07 2020-06-13] 178: Checking user_migrations ** [06:12:07 2020-06-13] 178: Checking batch_updates ** [06:12:07 2020-06-13] 178: Checking gears ** [06:12:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:12:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:12 2020-06-13] 178: Checking imports ** [06:12:12 2020-06-13] 178: Checking exports ** [06:12:12 2020-06-13] 178: Checking users ** [06:12:12 2020-06-13] 178: Checking user_dbs ** [06:12:12 2020-06-13] 178: Checking geocodings ** [06:12:12 2020-06-13] 178: Checking synchronizations ** [06:12:12 2020-06-13] 178: Checking tracker ** [06:12:12 2020-06-13] 178: Checking user_migrations ** [06:12:12 2020-06-13] 178: Checking batch_updates ** [06:12:12 2020-06-13] 178: Checking gears ** [06:12:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:12:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:17 2020-06-13] 178: Checking imports ** [06:12:17 2020-06-13] 178: Checking exports ** [06:12:17 2020-06-13] 178: Checking users ** [06:12:17 2020-06-13] 178: Checking user_dbs ** [06:12:17 2020-06-13] 178: Checking geocodings ** [06:12:17 2020-06-13] 178: Checking synchronizations ** [06:12:17 2020-06-13] 178: Checking tracker ** [06:12:17 2020-06-13] 178: Checking user_migrations ** [06:12:17 2020-06-13] 178: Checking batch_updates ** [06:12:17 2020-06-13] 178: Checking gears ** [06:12:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:12:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:22 2020-06-13] 178: Checking imports ** [06:12:22 2020-06-13] 178: Checking exports ** [06:12:22 2020-06-13] 178: Checking users ** [06:12:22 2020-06-13] 178: Checking user_dbs ** [06:12:22 2020-06-13] 178: Checking geocodings ** [06:12:22 2020-06-13] 178: Checking synchronizations ** [06:12:22 2020-06-13] 178: Checking tracker ** [06:12:22 2020-06-13] 178: Checking user_migrations ** [06:12:22 2020-06-13] 178: Checking batch_updates ** [06:12:22 2020-06-13] 178: Checking gears ** [06:12:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:12:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:27 2020-06-13] 178: Checking imports ** [06:12:27 2020-06-13] 178: Checking exports ** [06:12:27 2020-06-13] 178: Checking users ** [06:12:27 2020-06-13] 178: Checking user_dbs ** [06:12:27 2020-06-13] 178: Checking geocodings ** [06:12:27 2020-06-13] 178: Checking synchronizations ** [06:12:27 2020-06-13] 178: Checking tracker ** [06:12:27 2020-06-13] 178: Checking user_migrations ** [06:12:27 2020-06-13] 178: Checking batch_updates ** [06:12:27 2020-06-13] 178: Checking gears ** [06:12:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:12:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:32 2020-06-13] 178: Checking imports ** [06:12:32 2020-06-13] 178: Checking exports ** [06:12:32 2020-06-13] 178: Checking users ** [06:12:32 2020-06-13] 178: Checking user_dbs ** [06:12:32 2020-06-13] 178: Checking geocodings ** [06:12:32 2020-06-13] 178: Checking synchronizations ** [06:12:32 2020-06-13] 178: Checking tracker ** [06:12:32 2020-06-13] 178: Checking user_migrations ** [06:12:32 2020-06-13] 178: Checking batch_updates ** [06:12:32 2020-06-13] 178: Checking gears ** [06:12:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:12:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:37 2020-06-13] 178: Checking imports ** [06:12:37 2020-06-13] 178: Checking exports ** [06:12:37 2020-06-13] 178: Checking users ** [06:12:37 2020-06-13] 178: Checking user_dbs ** [06:12:37 2020-06-13] 178: Checking geocodings ** [06:12:37 2020-06-13] 178: Checking synchronizations ** [06:12:37 2020-06-13] 178: Checking tracker ** [06:12:37 2020-06-13] 178: Checking user_migrations ** [06:12:37 2020-06-13] 178: Checking batch_updates ** [06:12:37 2020-06-13] 178: Checking gears ** [06:12:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:12:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:42 2020-06-13] 178: Checking imports ** [06:12:42 2020-06-13] 178: Checking exports ** [06:12:42 2020-06-13] 178: Checking users ** [06:12:42 2020-06-13] 178: Checking user_dbs ** [06:12:42 2020-06-13] 178: Checking geocodings ** [06:12:42 2020-06-13] 178: Checking synchronizations ** [06:12:42 2020-06-13] 178: Checking tracker ** [06:12:42 2020-06-13] 178: Checking user_migrations ** [06:12:42 2020-06-13] 178: Checking batch_updates ** [06:12:42 2020-06-13] 178: Checking gears ** [06:12:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:12:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:47 2020-06-13] 178: Checking imports ** [06:12:47 2020-06-13] 178: Checking exports ** [06:12:47 2020-06-13] 178: Checking users ** [06:12:47 2020-06-13] 178: Checking user_dbs ** [06:12:47 2020-06-13] 178: Checking geocodings ** [06:12:47 2020-06-13] 178: Checking synchronizations ** [06:12:47 2020-06-13] 178: Checking tracker ** [06:12:47 2020-06-13] 178: Checking user_migrations ** [06:12:47 2020-06-13] 178: Checking batch_updates ** [06:12:47 2020-06-13] 178: Checking gears ** [06:12:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:12:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:52 2020-06-13] 178: Checking imports ** [06:12:52 2020-06-13] 178: Checking exports ** [06:12:52 2020-06-13] 178: Checking users ** [06:12:52 2020-06-13] 178: Checking user_dbs ** [06:12:52 2020-06-13] 178: Checking geocodings ** [06:12:52 2020-06-13] 178: Checking synchronizations ** [06:12:52 2020-06-13] 178: Checking tracker ** [06:12:52 2020-06-13] 178: Checking user_migrations ** [06:12:52 2020-06-13] 178: Checking batch_updates ** [06:12:52 2020-06-13] 178: Checking gears ** [06:12:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:12:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:57 2020-06-13] 178: Checking imports ** [06:12:57 2020-06-13] 178: Checking exports ** [06:12:57 2020-06-13] 178: Checking users ** [06:12:57 2020-06-13] 178: Checking user_dbs ** [06:12:57 2020-06-13] 178: Checking geocodings ** [06:12:57 2020-06-13] 178: Checking synchronizations ** [06:12:57 2020-06-13] 178: Checking tracker ** [06:12:57 2020-06-13] 178: Checking user_migrations ** [06:12:57 2020-06-13] 178: Checking batch_updates ** [06:12:57 2020-06-13] 178: Checking gears ** [06:12:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:12:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:02 2020-06-13] 178: Checking imports ** [06:13:02 2020-06-13] 178: Checking exports ** [06:13:02 2020-06-13] 178: Checking users ** [06:13:02 2020-06-13] 178: Checking user_dbs ** [06:13:02 2020-06-13] 178: Checking geocodings ** [06:13:02 2020-06-13] 178: Checking synchronizations ** [06:13:02 2020-06-13] 178: Checking tracker ** [06:13:02 2020-06-13] 178: Checking user_migrations ** [06:13:02 2020-06-13] 178: Checking batch_updates ** [06:13:02 2020-06-13] 178: Checking gears ** [06:13:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:13:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:07 2020-06-13] 178: Checking imports ** [06:13:07 2020-06-13] 178: Checking exports ** [06:13:07 2020-06-13] 178: Checking users ** [06:13:07 2020-06-13] 178: Checking user_dbs ** [06:13:07 2020-06-13] 178: Checking geocodings ** [06:13:07 2020-06-13] 178: Checking synchronizations ** [06:13:07 2020-06-13] 178: Checking tracker ** [06:13:07 2020-06-13] 178: Checking user_migrations ** [06:13:07 2020-06-13] 178: Checking batch_updates ** [06:13:07 2020-06-13] 178: Checking gears ** [06:13:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:13:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:12 2020-06-13] 178: Checking imports ** [06:13:12 2020-06-13] 178: Checking exports ** [06:13:12 2020-06-13] 178: Checking users ** [06:13:12 2020-06-13] 178: Checking user_dbs ** [06:13:12 2020-06-13] 178: Checking geocodings ** [06:13:12 2020-06-13] 178: Checking synchronizations ** [06:13:12 2020-06-13] 178: Checking tracker ** [06:13:12 2020-06-13] 178: Checking user_migrations ** [06:13:12 2020-06-13] 178: Checking batch_updates ** [06:13:12 2020-06-13] 178: Checking gears ** [06:13:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:13:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:17 2020-06-13] 178: Checking imports ** [06:13:17 2020-06-13] 178: Checking exports ** [06:13:17 2020-06-13] 178: Checking users ** [06:13:17 2020-06-13] 178: Checking user_dbs ** [06:13:17 2020-06-13] 178: Checking geocodings ** [06:13:17 2020-06-13] 178: Checking synchronizations ** [06:13:17 2020-06-13] 178: Checking tracker ** [06:13:17 2020-06-13] 178: Checking user_migrations ** [06:13:17 2020-06-13] 178: Checking batch_updates ** [06:13:17 2020-06-13] 178: Checking gears ** [06:13:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:13:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:22 2020-06-13] 178: Checking imports ** [06:13:22 2020-06-13] 178: Checking exports ** [06:13:22 2020-06-13] 178: Checking users ** [06:13:22 2020-06-13] 178: Checking user_dbs ** [06:13:22 2020-06-13] 178: Checking geocodings ** [06:13:22 2020-06-13] 178: Checking synchronizations ** [06:13:22 2020-06-13] 178: Checking tracker ** [06:13:22 2020-06-13] 178: Checking user_migrations ** [06:13:22 2020-06-13] 178: Checking batch_updates ** [06:13:22 2020-06-13] 178: Checking gears ** [06:13:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:13:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:27 2020-06-13] 178: Checking imports ** [06:13:27 2020-06-13] 178: Checking exports ** [06:13:27 2020-06-13] 178: Checking users ** [06:13:27 2020-06-13] 178: Checking user_dbs ** [06:13:27 2020-06-13] 178: Checking geocodings ** [06:13:27 2020-06-13] 178: Checking synchronizations ** [06:13:27 2020-06-13] 178: Checking tracker ** [06:13:27 2020-06-13] 178: Checking user_migrations ** [06:13:27 2020-06-13] 178: Checking batch_updates ** [06:13:27 2020-06-13] 178: Checking gears ** [06:13:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:13:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:32 2020-06-13] 178: Checking imports ** [06:13:32 2020-06-13] 178: Checking exports ** [06:13:32 2020-06-13] 178: Checking users ** [06:13:32 2020-06-13] 178: Checking user_dbs ** [06:13:32 2020-06-13] 178: Checking geocodings ** [06:13:32 2020-06-13] 178: Checking synchronizations ** [06:13:32 2020-06-13] 178: Checking tracker ** [06:13:32 2020-06-13] 178: Checking user_migrations ** [06:13:32 2020-06-13] 178: Checking batch_updates ** [06:13:32 2020-06-13] 178: Checking gears ** [06:13:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:13:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:37 2020-06-13] 178: Checking imports ** [06:13:37 2020-06-13] 178: Checking exports ** [06:13:37 2020-06-13] 178: Checking users ** [06:13:37 2020-06-13] 178: Checking user_dbs ** [06:13:37 2020-06-13] 178: Checking geocodings ** [06:13:37 2020-06-13] 178: Checking synchronizations ** [06:13:37 2020-06-13] 178: Checking tracker ** [06:13:37 2020-06-13] 178: Checking user_migrations ** [06:13:37 2020-06-13] 178: Checking batch_updates ** [06:13:37 2020-06-13] 178: Checking gears ** [06:13:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:13:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:42 2020-06-13] 178: Checking imports ** [06:13:42 2020-06-13] 178: Checking exports ** [06:13:42 2020-06-13] 178: Checking users ** [06:13:42 2020-06-13] 178: Checking user_dbs ** [06:13:42 2020-06-13] 178: Checking geocodings ** [06:13:42 2020-06-13] 178: Checking synchronizations ** [06:13:42 2020-06-13] 178: Checking tracker ** [06:13:42 2020-06-13] 178: Checking user_migrations ** [06:13:42 2020-06-13] 178: Checking batch_updates ** [06:13:42 2020-06-13] 178: Checking gears ** [06:13:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:13:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:47 2020-06-13] 178: Checking imports ** [06:13:47 2020-06-13] 178: Checking exports ** [06:13:47 2020-06-13] 178: Checking users ** [06:13:47 2020-06-13] 178: Checking user_dbs ** [06:13:47 2020-06-13] 178: Checking geocodings ** [06:13:47 2020-06-13] 178: Checking synchronizations ** [06:13:47 2020-06-13] 178: Checking tracker ** [06:13:47 2020-06-13] 178: Checking user_migrations ** [06:13:47 2020-06-13] 178: Checking batch_updates ** [06:13:47 2020-06-13] 178: Checking gears ** [06:13:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:13:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:52 2020-06-13] 178: Checking imports ** [06:13:52 2020-06-13] 178: Checking exports ** [06:13:52 2020-06-13] 178: Checking users ** [06:13:52 2020-06-13] 178: Checking user_dbs ** [06:13:52 2020-06-13] 178: Checking geocodings ** [06:13:52 2020-06-13] 178: Checking synchronizations ** [06:13:52 2020-06-13] 178: Checking tracker ** [06:13:52 2020-06-13] 178: Checking user_migrations ** [06:13:52 2020-06-13] 178: Checking batch_updates ** [06:13:52 2020-06-13] 178: Checking gears ** [06:13:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:13:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:57 2020-06-13] 178: Checking imports ** [06:13:57 2020-06-13] 178: Checking exports ** [06:13:57 2020-06-13] 178: Checking users ** [06:13:57 2020-06-13] 178: Checking user_dbs ** [06:13:57 2020-06-13] 178: Checking geocodings ** [06:13:57 2020-06-13] 178: Checking synchronizations ** [06:13:57 2020-06-13] 178: Checking tracker ** [06:13:57 2020-06-13] 178: Checking user_migrations ** [06:13:57 2020-06-13] 178: Checking batch_updates ** [06:13:57 2020-06-13] 178: Checking gears ** [06:13:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:13:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:02 2020-06-13] 178: Checking imports ** [06:14:02 2020-06-13] 178: Checking exports ** [06:14:02 2020-06-13] 178: Checking users ** [06:14:02 2020-06-13] 178: Checking user_dbs ** [06:14:02 2020-06-13] 178: Checking geocodings ** [06:14:02 2020-06-13] 178: Checking synchronizations ** [06:14:02 2020-06-13] 178: Checking tracker ** [06:14:02 2020-06-13] 178: Checking user_migrations ** [06:14:02 2020-06-13] 178: Checking batch_updates ** [06:14:02 2020-06-13] 178: Checking gears ** [06:14:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:14:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:07 2020-06-13] 178: Checking imports ** [06:14:07 2020-06-13] 178: Checking exports ** [06:14:07 2020-06-13] 178: Checking users ** [06:14:07 2020-06-13] 178: Checking user_dbs ** [06:14:07 2020-06-13] 178: Checking geocodings ** [06:14:07 2020-06-13] 178: Checking synchronizations ** [06:14:07 2020-06-13] 178: Checking tracker ** [06:14:07 2020-06-13] 178: Checking user_migrations ** [06:14:07 2020-06-13] 178: Checking batch_updates ** [06:14:07 2020-06-13] 178: Checking gears ** [06:14:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:14:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:12 2020-06-13] 178: Checking imports ** [06:14:12 2020-06-13] 178: Checking exports ** [06:14:12 2020-06-13] 178: Checking users ** [06:14:12 2020-06-13] 178: Checking user_dbs ** [06:14:12 2020-06-13] 178: Checking geocodings ** [06:14:12 2020-06-13] 178: Checking synchronizations ** [06:14:12 2020-06-13] 178: Checking tracker ** [06:14:12 2020-06-13] 178: Checking user_migrations ** [06:14:12 2020-06-13] 178: Checking batch_updates ** [06:14:12 2020-06-13] 178: Checking gears ** [06:14:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:14:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:17 2020-06-13] 178: Checking imports ** [06:14:17 2020-06-13] 178: Checking exports ** [06:14:17 2020-06-13] 178: Checking users ** [06:14:17 2020-06-13] 178: Checking user_dbs ** [06:14:17 2020-06-13] 178: Checking geocodings ** [06:14:17 2020-06-13] 178: Checking synchronizations ** [06:14:17 2020-06-13] 178: Checking tracker ** [06:14:17 2020-06-13] 178: Checking user_migrations ** [06:14:17 2020-06-13] 178: Checking batch_updates ** [06:14:17 2020-06-13] 178: Checking gears ** [06:14:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:14:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:22 2020-06-13] 178: Checking imports ** [06:14:22 2020-06-13] 178: Checking exports ** [06:14:22 2020-06-13] 178: Checking users ** [06:14:22 2020-06-13] 178: Checking user_dbs ** [06:14:22 2020-06-13] 178: Checking geocodings ** [06:14:22 2020-06-13] 178: Checking synchronizations ** [06:14:22 2020-06-13] 178: Checking tracker ** [06:14:22 2020-06-13] 178: Checking user_migrations ** [06:14:22 2020-06-13] 178: Checking batch_updates ** [06:14:22 2020-06-13] 178: Checking gears ** [06:14:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:14:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:27 2020-06-13] 178: Checking imports ** [06:14:27 2020-06-13] 178: Checking exports ** [06:14:27 2020-06-13] 178: Checking users ** [06:14:27 2020-06-13] 178: Checking user_dbs ** [06:14:27 2020-06-13] 178: Checking geocodings ** [06:14:27 2020-06-13] 178: Checking synchronizations ** [06:14:27 2020-06-13] 178: Checking tracker ** [06:14:27 2020-06-13] 178: Checking user_migrations ** [06:14:27 2020-06-13] 178: Checking batch_updates ** [06:14:27 2020-06-13] 178: Checking gears ** [06:14:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:14:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:32 2020-06-13] 178: Checking imports ** [06:14:32 2020-06-13] 178: Checking exports ** [06:14:32 2020-06-13] 178: Checking users ** [06:14:32 2020-06-13] 178: Checking user_dbs ** [06:14:32 2020-06-13] 178: Checking geocodings ** [06:14:32 2020-06-13] 178: Checking synchronizations ** [06:14:32 2020-06-13] 178: Checking tracker ** [06:14:32 2020-06-13] 178: Checking user_migrations ** [06:14:32 2020-06-13] 178: Checking batch_updates ** [06:14:32 2020-06-13] 178: Checking gears ** [06:14:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:14:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:37 2020-06-13] 178: Checking imports ** [06:14:37 2020-06-13] 178: Checking exports ** [06:14:37 2020-06-13] 178: Checking users ** [06:14:37 2020-06-13] 178: Checking user_dbs ** [06:14:37 2020-06-13] 178: Checking geocodings ** [06:14:37 2020-06-13] 178: Checking synchronizations ** [06:14:37 2020-06-13] 178: Checking tracker ** [06:14:37 2020-06-13] 178: Checking user_migrations ** [06:14:37 2020-06-13] 178: Checking batch_updates ** [06:14:37 2020-06-13] 178: Checking gears ** [06:14:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:14:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:42 2020-06-13] 178: Checking imports ** [06:14:42 2020-06-13] 178: Checking exports ** [06:14:42 2020-06-13] 178: Checking users ** [06:14:42 2020-06-13] 178: Checking user_dbs ** [06:14:42 2020-06-13] 178: Checking geocodings ** [06:14:42 2020-06-13] 178: Checking synchronizations ** [06:14:42 2020-06-13] 178: Checking tracker ** [06:14:42 2020-06-13] 178: Checking user_migrations ** [06:14:42 2020-06-13] 178: Checking batch_updates ** [06:14:42 2020-06-13] 178: Checking gears ** [06:14:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:14:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:47 2020-06-13] 178: Checking imports ** [06:14:47 2020-06-13] 178: Checking exports ** [06:14:47 2020-06-13] 178: Checking users ** [06:14:47 2020-06-13] 178: Checking user_dbs ** [06:14:47 2020-06-13] 178: Checking geocodings ** [06:14:47 2020-06-13] 178: Checking synchronizations ** [06:14:47 2020-06-13] 178: Checking tracker ** [06:14:47 2020-06-13] 178: Checking user_migrations ** [06:14:47 2020-06-13] 178: Checking batch_updates ** [06:14:47 2020-06-13] 178: Checking gears ** [06:14:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:14:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:52 2020-06-13] 178: Checking imports ** [06:14:52 2020-06-13] 178: Checking exports ** [06:14:52 2020-06-13] 178: Checking users ** [06:14:52 2020-06-13] 178: Checking user_dbs ** [06:14:52 2020-06-13] 178: Checking geocodings ** [06:14:52 2020-06-13] 178: Checking synchronizations ** [06:14:52 2020-06-13] 178: Checking tracker ** [06:14:52 2020-06-13] 178: Checking user_migrations ** [06:14:52 2020-06-13] 178: Checking batch_updates ** [06:14:52 2020-06-13] 178: Checking gears ** [06:14:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:14:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:57 2020-06-13] 178: Checking imports ** [06:14:57 2020-06-13] 178: Checking exports ** [06:14:57 2020-06-13] 178: Checking users ** [06:14:57 2020-06-13] 178: Checking user_dbs ** [06:14:57 2020-06-13] 178: Checking geocodings ** [06:14:57 2020-06-13] 178: Checking synchronizations ** [06:14:57 2020-06-13] 178: Checking tracker ** [06:14:57 2020-06-13] 178: Checking user_migrations ** [06:14:57 2020-06-13] 178: Checking batch_updates ** [06:14:57 2020-06-13] 178: Checking gears ** [06:14:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:14:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:02 2020-06-13] 178: Checking imports ** [06:15:02 2020-06-13] 178: Checking exports ** [06:15:02 2020-06-13] 178: Checking users ** [06:15:02 2020-06-13] 178: Checking user_dbs ** [06:15:02 2020-06-13] 178: Checking geocodings ** [06:15:02 2020-06-13] 178: Checking synchronizations ** [06:15:02 2020-06-13] 178: Checking tracker ** [06:15:02 2020-06-13] 178: Checking user_migrations ** [06:15:02 2020-06-13] 178: Checking batch_updates ** [06:15:02 2020-06-13] 178: Checking gears ** [06:15:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:15:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:07 2020-06-13] 178: Checking imports ** [06:15:07 2020-06-13] 178: Checking exports ** [06:15:07 2020-06-13] 178: Checking users ** [06:15:07 2020-06-13] 178: Checking user_dbs ** [06:15:07 2020-06-13] 178: Checking geocodings ** [06:15:07 2020-06-13] 178: Checking synchronizations ** [06:15:07 2020-06-13] 178: Checking tracker ** [06:15:07 2020-06-13] 178: Checking user_migrations ** [06:15:07 2020-06-13] 178: Checking batch_updates ** [06:15:07 2020-06-13] 178: Checking gears ** [06:15:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:15:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:12 2020-06-13] 178: Checking imports ** [06:15:12 2020-06-13] 178: Checking exports ** [06:15:12 2020-06-13] 178: Checking users ** [06:15:12 2020-06-13] 178: Checking user_dbs ** [06:15:12 2020-06-13] 178: Checking geocodings ** [06:15:12 2020-06-13] 178: Checking synchronizations ** [06:15:12 2020-06-13] 178: Checking tracker ** [06:15:12 2020-06-13] 178: Checking user_migrations ** [06:15:12 2020-06-13] 178: Checking batch_updates ** [06:15:12 2020-06-13] 178: Checking gears ** [06:15:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:15:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:17 2020-06-13] 178: Checking imports ** [06:15:17 2020-06-13] 178: Checking exports ** [06:15:17 2020-06-13] 178: Checking users ** [06:15:17 2020-06-13] 178: Checking user_dbs ** [06:15:17 2020-06-13] 178: Checking geocodings ** [06:15:17 2020-06-13] 178: Checking synchronizations ** [06:15:17 2020-06-13] 178: Checking tracker ** [06:15:17 2020-06-13] 178: Checking user_migrations ** [06:15:17 2020-06-13] 178: Checking batch_updates ** [06:15:17 2020-06-13] 178: Checking gears ** [06:15:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:15:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:22 2020-06-13] 178: Checking imports ** [06:15:22 2020-06-13] 178: Checking exports ** [06:15:22 2020-06-13] 178: Checking users ** [06:15:22 2020-06-13] 178: Checking user_dbs ** [06:15:22 2020-06-13] 178: Checking geocodings ** [06:15:22 2020-06-13] 178: Checking synchronizations ** [06:15:22 2020-06-13] 178: Checking tracker ** [06:15:22 2020-06-13] 178: Checking user_migrations ** [06:15:22 2020-06-13] 178: Checking batch_updates ** [06:15:22 2020-06-13] 178: Checking gears ** [06:15:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:15:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:27 2020-06-13] 178: Checking imports ** [06:15:27 2020-06-13] 178: Checking exports ** [06:15:27 2020-06-13] 178: Checking users ** [06:15:27 2020-06-13] 178: Checking user_dbs ** [06:15:27 2020-06-13] 178: Checking geocodings ** [06:15:27 2020-06-13] 178: Checking synchronizations ** [06:15:27 2020-06-13] 178: Checking tracker ** [06:15:27 2020-06-13] 178: Checking user_migrations ** [06:15:27 2020-06-13] 178: Checking batch_updates ** [06:15:27 2020-06-13] 178: Checking gears ** [06:15:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:15:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:32 2020-06-13] 178: Checking imports ** [06:15:32 2020-06-13] 178: Checking exports ** [06:15:32 2020-06-13] 178: Checking users ** [06:15:32 2020-06-13] 178: Checking user_dbs ** [06:15:32 2020-06-13] 178: Checking geocodings ** [06:15:32 2020-06-13] 178: Checking synchronizations ** [06:15:32 2020-06-13] 178: Checking tracker ** [06:15:32 2020-06-13] 178: Checking user_migrations ** [06:15:32 2020-06-13] 178: Checking batch_updates ** [06:15:32 2020-06-13] 178: Checking gears ** [06:15:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:15:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:37 2020-06-13] 178: Checking imports ** [06:15:37 2020-06-13] 178: Checking exports ** [06:15:37 2020-06-13] 178: Checking users ** [06:15:37 2020-06-13] 178: Checking user_dbs ** [06:15:37 2020-06-13] 178: Checking geocodings ** [06:15:37 2020-06-13] 178: Checking synchronizations ** [06:15:37 2020-06-13] 178: Checking tracker ** [06:15:37 2020-06-13] 178: Checking user_migrations ** [06:15:37 2020-06-13] 178: Checking batch_updates ** [06:15:37 2020-06-13] 178: Checking gears ** [06:15:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:15:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:42 2020-06-13] 178: Checking imports ** [06:15:42 2020-06-13] 178: Checking exports ** [06:15:42 2020-06-13] 178: Checking users ** [06:15:42 2020-06-13] 178: Checking user_dbs ** [06:15:42 2020-06-13] 178: Checking geocodings ** [06:15:42 2020-06-13] 178: Checking synchronizations ** [06:15:42 2020-06-13] 178: Checking tracker ** [06:15:42 2020-06-13] 178: Checking user_migrations ** [06:15:42 2020-06-13] 178: Checking batch_updates ** [06:15:42 2020-06-13] 178: Checking gears ** [06:15:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:15:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:47 2020-06-13] 178: Checking imports ** [06:15:47 2020-06-13] 178: Checking exports ** [06:15:47 2020-06-13] 178: Checking users ** [06:15:47 2020-06-13] 178: Checking user_dbs ** [06:15:47 2020-06-13] 178: Checking geocodings ** [06:15:47 2020-06-13] 178: Checking synchronizations ** [06:15:47 2020-06-13] 178: Checking tracker ** [06:15:47 2020-06-13] 178: Checking user_migrations ** [06:15:47 2020-06-13] 178: Checking batch_updates ** [06:15:47 2020-06-13] 178: Checking gears ** [06:15:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:15:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:52 2020-06-13] 178: Checking imports ** [06:15:52 2020-06-13] 178: Checking exports ** [06:15:52 2020-06-13] 178: Checking users ** [06:15:52 2020-06-13] 178: Checking user_dbs ** [06:15:52 2020-06-13] 178: Checking geocodings ** [06:15:52 2020-06-13] 178: Checking synchronizations ** [06:15:52 2020-06-13] 178: Checking tracker ** [06:15:52 2020-06-13] 178: Checking user_migrations ** [06:15:52 2020-06-13] 178: Checking batch_updates ** [06:15:52 2020-06-13] 178: Checking gears ** [06:15:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:15:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:57 2020-06-13] 178: Checking imports ** [06:15:57 2020-06-13] 178: Checking exports ** [06:15:57 2020-06-13] 178: Checking users ** [06:15:57 2020-06-13] 178: Checking user_dbs ** [06:15:57 2020-06-13] 178: Checking geocodings ** [06:15:57 2020-06-13] 178: Checking synchronizations ** [06:15:57 2020-06-13] 178: Checking tracker ** [06:15:57 2020-06-13] 178: Checking user_migrations ** [06:15:57 2020-06-13] 178: Checking batch_updates ** [06:15:57 2020-06-13] 178: Checking gears ** [06:15:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:15:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:02 2020-06-13] 178: Checking imports ** [06:16:02 2020-06-13] 178: Checking exports ** [06:16:02 2020-06-13] 178: Checking users ** [06:16:02 2020-06-13] 178: Checking user_dbs ** [06:16:02 2020-06-13] 178: Checking geocodings ** [06:16:02 2020-06-13] 178: Checking synchronizations ** [06:16:02 2020-06-13] 178: Checking tracker ** [06:16:02 2020-06-13] 178: Checking user_migrations ** [06:16:02 2020-06-13] 178: Checking batch_updates ** [06:16:02 2020-06-13] 178: Checking gears ** [06:16:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:16:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:07 2020-06-13] 178: Checking imports ** [06:16:07 2020-06-13] 178: Checking exports ** [06:16:07 2020-06-13] 178: Checking users ** [06:16:07 2020-06-13] 178: Checking user_dbs ** [06:16:07 2020-06-13] 178: Checking geocodings ** [06:16:07 2020-06-13] 178: Checking synchronizations ** [06:16:07 2020-06-13] 178: Checking tracker ** [06:16:07 2020-06-13] 178: Checking user_migrations ** [06:16:07 2020-06-13] 178: Checking batch_updates ** [06:16:07 2020-06-13] 178: Checking gears ** [06:16:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:16:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:12 2020-06-13] 178: Checking imports ** [06:16:12 2020-06-13] 178: Checking exports ** [06:16:12 2020-06-13] 178: Checking users ** [06:16:12 2020-06-13] 178: Checking user_dbs ** [06:16:12 2020-06-13] 178: Checking geocodings ** [06:16:12 2020-06-13] 178: Checking synchronizations ** [06:16:12 2020-06-13] 178: Checking tracker ** [06:16:12 2020-06-13] 178: Checking user_migrations ** [06:16:12 2020-06-13] 178: Checking batch_updates ** [06:16:12 2020-06-13] 178: Checking gears ** [06:16:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:16:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:17 2020-06-13] 178: Checking imports ** [06:16:17 2020-06-13] 178: Checking exports ** [06:16:17 2020-06-13] 178: Checking users ** [06:16:17 2020-06-13] 178: Checking user_dbs ** [06:16:17 2020-06-13] 178: Checking geocodings ** [06:16:17 2020-06-13] 178: Checking synchronizations ** [06:16:17 2020-06-13] 178: Checking tracker ** [06:16:17 2020-06-13] 178: Checking user_migrations ** [06:16:17 2020-06-13] 178: Checking batch_updates ** [06:16:17 2020-06-13] 178: Checking gears ** [06:16:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:16:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:22 2020-06-13] 178: Checking imports ** [06:16:22 2020-06-13] 178: Checking exports ** [06:16:22 2020-06-13] 178: Checking users ** [06:16:22 2020-06-13] 178: Checking user_dbs ** [06:16:22 2020-06-13] 178: Checking geocodings ** [06:16:22 2020-06-13] 178: Checking synchronizations ** [06:16:22 2020-06-13] 178: Checking tracker ** [06:16:22 2020-06-13] 178: Checking user_migrations ** [06:16:22 2020-06-13] 178: Checking batch_updates ** [06:16:22 2020-06-13] 178: Checking gears ** [06:16:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:16:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:27 2020-06-13] 178: Checking imports ** [06:16:27 2020-06-13] 178: Checking exports ** [06:16:27 2020-06-13] 178: Checking users ** [06:16:27 2020-06-13] 178: Checking user_dbs ** [06:16:27 2020-06-13] 178: Checking geocodings ** [06:16:27 2020-06-13] 178: Checking synchronizations ** [06:16:27 2020-06-13] 178: Checking tracker ** [06:16:27 2020-06-13] 178: Checking user_migrations ** [06:16:27 2020-06-13] 178: Checking batch_updates ** [06:16:27 2020-06-13] 178: Checking gears ** [06:16:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:16:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:32 2020-06-13] 178: Checking imports ** [06:16:32 2020-06-13] 178: Checking exports ** [06:16:32 2020-06-13] 178: Checking users ** [06:16:32 2020-06-13] 178: Checking user_dbs ** [06:16:32 2020-06-13] 178: Checking geocodings ** [06:16:32 2020-06-13] 178: Checking synchronizations ** [06:16:32 2020-06-13] 178: Checking tracker ** [06:16:32 2020-06-13] 178: Checking user_migrations ** [06:16:32 2020-06-13] 178: Checking batch_updates ** [06:16:32 2020-06-13] 178: Checking gears ** [06:16:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:16:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:37 2020-06-13] 178: Checking imports ** [06:16:37 2020-06-13] 178: Checking exports ** [06:16:37 2020-06-13] 178: Checking users ** [06:16:37 2020-06-13] 178: Checking user_dbs ** [06:16:37 2020-06-13] 178: Checking geocodings ** [06:16:37 2020-06-13] 178: Checking synchronizations ** [06:16:37 2020-06-13] 178: Checking tracker ** [06:16:37 2020-06-13] 178: Checking user_migrations ** [06:16:37 2020-06-13] 178: Checking batch_updates ** [06:16:37 2020-06-13] 178: Checking gears ** [06:16:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:16:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:42 2020-06-13] 178: Checking imports ** [06:16:42 2020-06-13] 178: Checking exports ** [06:16:42 2020-06-13] 178: Checking users ** [06:16:42 2020-06-13] 178: Checking user_dbs ** [06:16:42 2020-06-13] 178: Checking geocodings ** [06:16:42 2020-06-13] 178: Checking synchronizations ** [06:16:42 2020-06-13] 178: Checking tracker ** [06:16:42 2020-06-13] 178: Checking user_migrations ** [06:16:42 2020-06-13] 178: Checking batch_updates ** [06:16:42 2020-06-13] 178: Checking gears ** [06:16:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:16:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:47 2020-06-13] 178: Checking imports ** [06:16:47 2020-06-13] 178: Checking exports ** [06:16:47 2020-06-13] 178: Checking users ** [06:16:47 2020-06-13] 178: Checking user_dbs ** [06:16:47 2020-06-13] 178: Checking geocodings ** [06:16:47 2020-06-13] 178: Checking synchronizations ** [06:16:47 2020-06-13] 178: Checking tracker ** [06:16:47 2020-06-13] 178: Checking user_migrations ** [06:16:47 2020-06-13] 178: Checking batch_updates ** [06:16:47 2020-06-13] 178: Checking gears ** [06:16:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:16:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:52 2020-06-13] 178: Checking imports ** [06:16:52 2020-06-13] 178: Checking exports ** [06:16:52 2020-06-13] 178: Checking users ** [06:16:52 2020-06-13] 178: Checking user_dbs ** [06:16:52 2020-06-13] 178: Checking geocodings ** [06:16:52 2020-06-13] 178: Checking synchronizations ** [06:16:52 2020-06-13] 178: Checking tracker ** [06:16:52 2020-06-13] 178: Checking user_migrations ** [06:16:52 2020-06-13] 178: Checking batch_updates ** [06:16:52 2020-06-13] 178: Checking gears ** [06:16:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:16:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:57 2020-06-13] 178: Checking imports ** [06:16:57 2020-06-13] 178: Checking exports ** [06:16:57 2020-06-13] 178: Checking users ** [06:16:57 2020-06-13] 178: Checking user_dbs ** [06:16:57 2020-06-13] 178: Checking geocodings ** [06:16:57 2020-06-13] 178: Checking synchronizations ** [06:16:57 2020-06-13] 178: Checking tracker ** [06:16:57 2020-06-13] 178: Checking user_migrations ** [06:16:57 2020-06-13] 178: Checking batch_updates ** [06:16:57 2020-06-13] 178: Checking gears ** [06:16:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:16:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:02 2020-06-13] 178: Checking imports ** [06:17:02 2020-06-13] 178: Checking exports ** [06:17:02 2020-06-13] 178: Checking users ** [06:17:02 2020-06-13] 178: Checking user_dbs ** [06:17:02 2020-06-13] 178: Checking geocodings ** [06:17:02 2020-06-13] 178: Checking synchronizations ** [06:17:02 2020-06-13] 178: Checking tracker ** [06:17:02 2020-06-13] 178: Checking user_migrations ** [06:17:02 2020-06-13] 178: Checking batch_updates ** [06:17:02 2020-06-13] 178: Checking gears ** [06:17:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:17:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:07 2020-06-13] 178: Checking imports ** [06:17:07 2020-06-13] 178: Checking exports ** [06:17:07 2020-06-13] 178: Checking users ** [06:17:07 2020-06-13] 178: Checking user_dbs ** [06:17:07 2020-06-13] 178: Checking geocodings ** [06:17:07 2020-06-13] 178: Checking synchronizations ** [06:17:07 2020-06-13] 178: Checking tracker ** [06:17:07 2020-06-13] 178: Checking user_migrations ** [06:17:07 2020-06-13] 178: Checking batch_updates ** [06:17:07 2020-06-13] 178: Checking gears ** [06:17:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:17:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:12 2020-06-13] 178: Checking imports ** [06:17:12 2020-06-13] 178: Checking exports ** [06:17:12 2020-06-13] 178: Checking users ** [06:17:12 2020-06-13] 178: Checking user_dbs ** [06:17:12 2020-06-13] 178: Checking geocodings ** [06:17:12 2020-06-13] 178: Checking synchronizations ** [06:17:12 2020-06-13] 178: Checking tracker ** [06:17:12 2020-06-13] 178: Checking user_migrations ** [06:17:12 2020-06-13] 178: Checking batch_updates ** [06:17:12 2020-06-13] 178: Checking gears ** [06:17:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:17:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:17 2020-06-13] 178: Checking imports ** [06:17:17 2020-06-13] 178: Checking exports ** [06:17:17 2020-06-13] 178: Checking users ** [06:17:17 2020-06-13] 178: Checking user_dbs ** [06:17:17 2020-06-13] 178: Checking geocodings ** [06:17:17 2020-06-13] 178: Checking synchronizations ** [06:17:17 2020-06-13] 178: Checking tracker ** [06:17:17 2020-06-13] 178: Checking user_migrations ** [06:17:17 2020-06-13] 178: Checking batch_updates ** [06:17:17 2020-06-13] 178: Checking gears ** [06:17:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:17:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:22 2020-06-13] 178: Checking imports ** [06:17:22 2020-06-13] 178: Checking exports ** [06:17:22 2020-06-13] 178: Checking users ** [06:17:22 2020-06-13] 178: Checking user_dbs ** [06:17:22 2020-06-13] 178: Checking geocodings ** [06:17:22 2020-06-13] 178: Checking synchronizations ** [06:17:22 2020-06-13] 178: Checking tracker ** [06:17:22 2020-06-13] 178: Checking user_migrations ** [06:17:22 2020-06-13] 178: Checking batch_updates ** [06:17:22 2020-06-13] 178: Checking gears ** [06:17:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:17:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:27 2020-06-13] 178: Checking imports ** [06:17:27 2020-06-13] 178: Checking exports ** [06:17:27 2020-06-13] 178: Checking users ** [06:17:27 2020-06-13] 178: Checking user_dbs ** [06:17:27 2020-06-13] 178: Checking geocodings ** [06:17:27 2020-06-13] 178: Checking synchronizations ** [06:17:27 2020-06-13] 178: Checking tracker ** [06:17:27 2020-06-13] 178: Checking user_migrations ** [06:17:27 2020-06-13] 178: Checking batch_updates ** [06:17:27 2020-06-13] 178: Checking gears ** [06:17:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:17:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:32 2020-06-13] 178: Checking imports ** [06:17:32 2020-06-13] 178: Checking exports ** [06:17:32 2020-06-13] 178: Checking users ** [06:17:32 2020-06-13] 178: Checking user_dbs ** [06:17:32 2020-06-13] 178: Checking geocodings ** [06:17:32 2020-06-13] 178: Checking synchronizations ** [06:17:32 2020-06-13] 178: Checking tracker ** [06:17:32 2020-06-13] 178: Checking user_migrations ** [06:17:32 2020-06-13] 178: Checking batch_updates ** [06:17:32 2020-06-13] 178: Checking gears ** [06:17:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:17:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:37 2020-06-13] 178: Checking imports ** [06:17:37 2020-06-13] 178: Checking exports ** [06:17:37 2020-06-13] 178: Checking users ** [06:17:37 2020-06-13] 178: Checking user_dbs ** [06:17:37 2020-06-13] 178: Checking geocodings ** [06:17:37 2020-06-13] 178: Checking synchronizations ** [06:17:37 2020-06-13] 178: Checking tracker ** [06:17:37 2020-06-13] 178: Checking user_migrations ** [06:17:37 2020-06-13] 178: Checking batch_updates ** [06:17:37 2020-06-13] 178: Checking gears ** [06:17:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:17:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:42 2020-06-13] 178: Checking imports ** [06:17:42 2020-06-13] 178: Checking exports ** [06:17:42 2020-06-13] 178: Checking users ** [06:17:42 2020-06-13] 178: Checking user_dbs ** [06:17:42 2020-06-13] 178: Checking geocodings ** [06:17:42 2020-06-13] 178: Checking synchronizations ** [06:17:42 2020-06-13] 178: Checking tracker ** [06:17:42 2020-06-13] 178: Checking user_migrations ** [06:17:42 2020-06-13] 178: Checking batch_updates ** [06:17:42 2020-06-13] 178: Checking gears ** [06:17:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:17:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:47 2020-06-13] 178: Checking imports ** [06:17:47 2020-06-13] 178: Checking exports ** [06:17:47 2020-06-13] 178: Checking users ** [06:17:47 2020-06-13] 178: Checking user_dbs ** [06:17:47 2020-06-13] 178: Checking geocodings ** [06:17:47 2020-06-13] 178: Checking synchronizations ** [06:17:47 2020-06-13] 178: Checking tracker ** [06:17:47 2020-06-13] 178: Checking user_migrations ** [06:17:47 2020-06-13] 178: Checking batch_updates ** [06:17:47 2020-06-13] 178: Checking gears ** [06:17:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:17:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:52 2020-06-13] 178: Checking imports ** [06:17:52 2020-06-13] 178: Checking exports ** [06:17:52 2020-06-13] 178: Checking users ** [06:17:52 2020-06-13] 178: Checking user_dbs ** [06:17:52 2020-06-13] 178: Checking geocodings ** [06:17:52 2020-06-13] 178: Checking synchronizations ** [06:17:52 2020-06-13] 178: Checking tracker ** [06:17:52 2020-06-13] 178: Checking user_migrations ** [06:17:52 2020-06-13] 178: Checking batch_updates ** [06:17:52 2020-06-13] 178: Checking gears ** [06:17:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:17:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:57 2020-06-13] 178: Checking imports ** [06:17:57 2020-06-13] 178: Checking exports ** [06:17:57 2020-06-13] 178: Checking users ** [06:17:57 2020-06-13] 178: Checking user_dbs ** [06:17:57 2020-06-13] 178: Checking geocodings ** [06:17:57 2020-06-13] 178: Checking synchronizations ** [06:17:57 2020-06-13] 178: Checking tracker ** [06:17:57 2020-06-13] 178: Checking user_migrations ** [06:17:57 2020-06-13] 178: Checking batch_updates ** [06:17:57 2020-06-13] 178: Checking gears ** [06:17:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:17:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:02 2020-06-13] 178: Checking imports ** [06:18:02 2020-06-13] 178: Checking exports ** [06:18:02 2020-06-13] 178: Checking users ** [06:18:02 2020-06-13] 178: Checking user_dbs ** [06:18:02 2020-06-13] 178: Checking geocodings ** [06:18:02 2020-06-13] 178: Checking synchronizations ** [06:18:02 2020-06-13] 178: Checking tracker ** [06:18:02 2020-06-13] 178: Checking user_migrations ** [06:18:02 2020-06-13] 178: Checking batch_updates ** [06:18:02 2020-06-13] 178: Checking gears ** [06:18:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:18:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:07 2020-06-13] 178: Checking imports ** [06:18:07 2020-06-13] 178: Checking exports ** [06:18:07 2020-06-13] 178: Checking users ** [06:18:07 2020-06-13] 178: Checking user_dbs ** [06:18:07 2020-06-13] 178: Checking geocodings ** [06:18:07 2020-06-13] 178: Checking synchronizations ** [06:18:07 2020-06-13] 178: Checking tracker ** [06:18:07 2020-06-13] 178: Checking user_migrations ** [06:18:07 2020-06-13] 178: Checking batch_updates ** [06:18:07 2020-06-13] 178: Checking gears ** [06:18:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:18:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:12 2020-06-13] 178: Checking imports ** [06:18:12 2020-06-13] 178: Checking exports ** [06:18:12 2020-06-13] 178: Checking users ** [06:18:12 2020-06-13] 178: Checking user_dbs ** [06:18:12 2020-06-13] 178: Checking geocodings ** [06:18:12 2020-06-13] 178: Checking synchronizations ** [06:18:12 2020-06-13] 178: Checking tracker ** [06:18:12 2020-06-13] 178: Checking user_migrations ** [06:18:12 2020-06-13] 178: Checking batch_updates ** [06:18:12 2020-06-13] 178: Checking gears ** [06:18:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:18:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:17 2020-06-13] 178: Checking imports ** [06:18:17 2020-06-13] 178: Checking exports ** [06:18:17 2020-06-13] 178: Checking users ** [06:18:17 2020-06-13] 178: Checking user_dbs ** [06:18:17 2020-06-13] 178: Checking geocodings ** [06:18:17 2020-06-13] 178: Checking synchronizations ** [06:18:17 2020-06-13] 178: Checking tracker ** [06:18:17 2020-06-13] 178: Checking user_migrations ** [06:18:17 2020-06-13] 178: Checking batch_updates ** [06:18:17 2020-06-13] 178: Checking gears ** [06:18:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:18:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:22 2020-06-13] 178: Checking imports ** [06:18:22 2020-06-13] 178: Checking exports ** [06:18:22 2020-06-13] 178: Checking users ** [06:18:22 2020-06-13] 178: Checking user_dbs ** [06:18:22 2020-06-13] 178: Checking geocodings ** [06:18:22 2020-06-13] 178: Checking synchronizations ** [06:18:22 2020-06-13] 178: Checking tracker ** [06:18:22 2020-06-13] 178: Checking user_migrations ** [06:18:22 2020-06-13] 178: Checking batch_updates ** [06:18:22 2020-06-13] 178: Checking gears ** [06:18:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:18:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:27 2020-06-13] 178: Checking imports ** [06:18:27 2020-06-13] 178: Checking exports ** [06:18:27 2020-06-13] 178: Checking users ** [06:18:27 2020-06-13] 178: Checking user_dbs ** [06:18:27 2020-06-13] 178: Checking geocodings ** [06:18:27 2020-06-13] 178: Checking synchronizations ** [06:18:27 2020-06-13] 178: Checking tracker ** [06:18:27 2020-06-13] 178: Checking user_migrations ** [06:18:27 2020-06-13] 178: Checking batch_updates ** [06:18:27 2020-06-13] 178: Checking gears ** [06:18:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:18:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:33 2020-06-13] 178: Checking imports ** [06:18:33 2020-06-13] 178: Checking exports ** [06:18:33 2020-06-13] 178: Checking users ** [06:18:33 2020-06-13] 178: Checking user_dbs ** [06:18:33 2020-06-13] 178: Checking geocodings ** [06:18:33 2020-06-13] 178: Checking synchronizations ** [06:18:33 2020-06-13] 178: Checking tracker ** [06:18:33 2020-06-13] 178: Checking user_migrations ** [06:18:33 2020-06-13] 178: Checking batch_updates ** [06:18:33 2020-06-13] 178: Checking gears ** [06:18:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:18:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:38 2020-06-13] 178: Checking imports ** [06:18:38 2020-06-13] 178: Checking exports ** [06:18:38 2020-06-13] 178: Checking users ** [06:18:38 2020-06-13] 178: Checking user_dbs ** [06:18:38 2020-06-13] 178: Checking geocodings ** [06:18:38 2020-06-13] 178: Checking synchronizations ** [06:18:38 2020-06-13] 178: Checking tracker ** [06:18:38 2020-06-13] 178: Checking user_migrations ** [06:18:38 2020-06-13] 178: Checking batch_updates ** [06:18:38 2020-06-13] 178: Checking gears ** [06:18:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:18:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:43 2020-06-13] 178: Checking imports ** [06:18:43 2020-06-13] 178: Checking exports ** [06:18:43 2020-06-13] 178: Checking users ** [06:18:43 2020-06-13] 178: Checking user_dbs ** [06:18:43 2020-06-13] 178: Checking geocodings ** [06:18:43 2020-06-13] 178: Checking synchronizations ** [06:18:43 2020-06-13] 178: Checking tracker ** [06:18:43 2020-06-13] 178: Checking user_migrations ** [06:18:43 2020-06-13] 178: Checking batch_updates ** [06:18:43 2020-06-13] 178: Checking gears ** [06:18:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:18:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:48 2020-06-13] 178: Checking imports ** [06:18:48 2020-06-13] 178: Checking exports ** [06:18:48 2020-06-13] 178: Checking users ** [06:18:48 2020-06-13] 178: Checking user_dbs ** [06:18:48 2020-06-13] 178: Checking geocodings ** [06:18:48 2020-06-13] 178: Checking synchronizations ** [06:18:48 2020-06-13] 178: Checking tracker ** [06:18:48 2020-06-13] 178: Checking user_migrations ** [06:18:48 2020-06-13] 178: Checking batch_updates ** [06:18:48 2020-06-13] 178: Checking gears ** [06:18:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:18:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:53 2020-06-13] 178: Checking imports ** [06:18:53 2020-06-13] 178: Checking exports ** [06:18:53 2020-06-13] 178: Checking users ** [06:18:53 2020-06-13] 178: Checking user_dbs ** [06:18:53 2020-06-13] 178: Checking geocodings ** [06:18:53 2020-06-13] 178: Checking synchronizations ** [06:18:53 2020-06-13] 178: Checking tracker ** [06:18:53 2020-06-13] 178: Checking user_migrations ** [06:18:53 2020-06-13] 178: Checking batch_updates ** [06:18:53 2020-06-13] 178: Checking gears ** [06:18:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:18:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:58 2020-06-13] 178: Checking imports ** [06:18:58 2020-06-13] 178: Checking exports ** [06:18:58 2020-06-13] 178: Checking users ** [06:18:58 2020-06-13] 178: Checking user_dbs ** [06:18:58 2020-06-13] 178: Checking geocodings ** [06:18:58 2020-06-13] 178: Checking synchronizations ** [06:18:58 2020-06-13] 178: Checking tracker ** [06:18:58 2020-06-13] 178: Checking user_migrations ** [06:18:58 2020-06-13] 178: Checking batch_updates ** [06:18:58 2020-06-13] 178: Checking gears ** [06:18:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:18:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:03 2020-06-13] 178: Checking imports ** [06:19:03 2020-06-13] 178: Checking exports ** [06:19:03 2020-06-13] 178: Checking users ** [06:19:03 2020-06-13] 178: Checking user_dbs ** [06:19:03 2020-06-13] 178: Checking geocodings ** [06:19:03 2020-06-13] 178: Checking synchronizations ** [06:19:03 2020-06-13] 178: Checking tracker ** [06:19:03 2020-06-13] 178: Checking user_migrations ** [06:19:03 2020-06-13] 178: Checking batch_updates ** [06:19:03 2020-06-13] 178: Checking gears ** [06:19:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:19:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:08 2020-06-13] 178: Checking imports ** [06:19:08 2020-06-13] 178: Checking exports ** [06:19:08 2020-06-13] 178: Checking users ** [06:19:08 2020-06-13] 178: Checking user_dbs ** [06:19:08 2020-06-13] 178: Checking geocodings ** [06:19:08 2020-06-13] 178: Checking synchronizations ** [06:19:08 2020-06-13] 178: Checking tracker ** [06:19:08 2020-06-13] 178: Checking user_migrations ** [06:19:08 2020-06-13] 178: Checking batch_updates ** [06:19:08 2020-06-13] 178: Checking gears ** [06:19:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:19:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:13 2020-06-13] 178: Checking imports ** [06:19:13 2020-06-13] 178: Checking exports ** [06:19:13 2020-06-13] 178: Checking users ** [06:19:13 2020-06-13] 178: Checking user_dbs ** [06:19:13 2020-06-13] 178: Checking geocodings ** [06:19:13 2020-06-13] 178: Checking synchronizations ** [06:19:13 2020-06-13] 178: Checking tracker ** [06:19:13 2020-06-13] 178: Checking user_migrations ** [06:19:13 2020-06-13] 178: Checking batch_updates ** [06:19:13 2020-06-13] 178: Checking gears ** [06:19:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:19:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:18 2020-06-13] 178: Checking imports ** [06:19:18 2020-06-13] 178: Checking exports ** [06:19:18 2020-06-13] 178: Checking users ** [06:19:18 2020-06-13] 178: Checking user_dbs ** [06:19:18 2020-06-13] 178: Checking geocodings ** [06:19:18 2020-06-13] 178: Checking synchronizations ** [06:19:18 2020-06-13] 178: Checking tracker ** [06:19:18 2020-06-13] 178: Checking user_migrations ** [06:19:18 2020-06-13] 178: Checking batch_updates ** [06:19:18 2020-06-13] 178: Checking gears ** [06:19:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:19:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:23 2020-06-13] 178: Checking imports ** [06:19:23 2020-06-13] 178: Checking exports ** [06:19:23 2020-06-13] 178: Checking users ** [06:19:23 2020-06-13] 178: Checking user_dbs ** [06:19:23 2020-06-13] 178: Checking geocodings ** [06:19:23 2020-06-13] 178: Checking synchronizations ** [06:19:23 2020-06-13] 178: Checking tracker ** [06:19:23 2020-06-13] 178: Checking user_migrations ** [06:19:23 2020-06-13] 178: Checking batch_updates ** [06:19:23 2020-06-13] 178: Checking gears ** [06:19:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:19:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:28 2020-06-13] 178: Checking imports ** [06:19:28 2020-06-13] 178: Checking exports ** [06:19:28 2020-06-13] 178: Checking users ** [06:19:28 2020-06-13] 178: Checking user_dbs ** [06:19:28 2020-06-13] 178: Checking geocodings ** [06:19:28 2020-06-13] 178: Checking synchronizations ** [06:19:28 2020-06-13] 178: Checking tracker ** [06:19:28 2020-06-13] 178: Checking user_migrations ** [06:19:28 2020-06-13] 178: Checking batch_updates ** [06:19:28 2020-06-13] 178: Checking gears ** [06:19:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:19:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:33 2020-06-13] 178: Checking imports ** [06:19:33 2020-06-13] 178: Checking exports ** [06:19:33 2020-06-13] 178: Checking users ** [06:19:33 2020-06-13] 178: Checking user_dbs ** [06:19:33 2020-06-13] 178: Checking geocodings ** [06:19:33 2020-06-13] 178: Checking synchronizations ** [06:19:33 2020-06-13] 178: Checking tracker ** [06:19:33 2020-06-13] 178: Checking user_migrations ** [06:19:33 2020-06-13] 178: Checking batch_updates ** [06:19:33 2020-06-13] 178: Checking gears ** [06:19:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:19:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:38 2020-06-13] 178: Checking imports ** [06:19:38 2020-06-13] 178: Checking exports ** [06:19:38 2020-06-13] 178: Checking users ** [06:19:38 2020-06-13] 178: Checking user_dbs ** [06:19:38 2020-06-13] 178: Checking geocodings ** [06:19:38 2020-06-13] 178: Checking synchronizations ** [06:19:38 2020-06-13] 178: Checking tracker ** [06:19:38 2020-06-13] 178: Checking user_migrations ** [06:19:38 2020-06-13] 178: Checking batch_updates ** [06:19:38 2020-06-13] 178: Checking gears ** [06:19:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:19:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:43 2020-06-13] 178: Checking imports ** [06:19:43 2020-06-13] 178: Checking exports ** [06:19:43 2020-06-13] 178: Checking users ** [06:19:43 2020-06-13] 178: Checking user_dbs ** [06:19:43 2020-06-13] 178: Checking geocodings ** [06:19:43 2020-06-13] 178: Checking synchronizations ** [06:19:43 2020-06-13] 178: Checking tracker ** [06:19:43 2020-06-13] 178: Checking user_migrations ** [06:19:43 2020-06-13] 178: Checking batch_updates ** [06:19:43 2020-06-13] 178: Checking gears ** [06:19:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:19:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:48 2020-06-13] 178: Checking imports ** [06:19:48 2020-06-13] 178: Checking exports ** [06:19:48 2020-06-13] 178: Checking users ** [06:19:48 2020-06-13] 178: Checking user_dbs ** [06:19:48 2020-06-13] 178: Checking geocodings ** [06:19:48 2020-06-13] 178: Checking synchronizations ** [06:19:48 2020-06-13] 178: Checking tracker ** [06:19:48 2020-06-13] 178: Checking user_migrations ** [06:19:48 2020-06-13] 178: Checking batch_updates ** [06:19:48 2020-06-13] 178: Checking gears ** [06:19:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:19:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:53 2020-06-13] 178: Checking imports ** [06:19:53 2020-06-13] 178: Checking exports ** [06:19:53 2020-06-13] 178: Checking users ** [06:19:53 2020-06-13] 178: Checking user_dbs ** [06:19:53 2020-06-13] 178: Checking geocodings ** [06:19:53 2020-06-13] 178: Checking synchronizations ** [06:19:53 2020-06-13] 178: Checking tracker ** [06:19:53 2020-06-13] 178: Checking user_migrations ** [06:19:53 2020-06-13] 178: Checking batch_updates ** [06:19:53 2020-06-13] 178: Checking gears ** [06:19:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:19:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:58 2020-06-13] 178: Checking imports ** [06:19:58 2020-06-13] 178: Checking exports ** [06:19:58 2020-06-13] 178: Checking users ** [06:19:58 2020-06-13] 178: Checking user_dbs ** [06:19:58 2020-06-13] 178: Checking geocodings ** [06:19:58 2020-06-13] 178: Checking synchronizations ** [06:19:58 2020-06-13] 178: Checking tracker ** [06:19:58 2020-06-13] 178: Checking user_migrations ** [06:19:58 2020-06-13] 178: Checking batch_updates ** [06:19:58 2020-06-13] 178: Checking gears ** [06:19:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:19:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:03 2020-06-13] 178: Checking imports ** [06:20:03 2020-06-13] 178: Checking exports ** [06:20:03 2020-06-13] 178: Checking users ** [06:20:03 2020-06-13] 178: Checking user_dbs ** [06:20:03 2020-06-13] 178: Checking geocodings ** [06:20:03 2020-06-13] 178: Checking synchronizations ** [06:20:03 2020-06-13] 178: Checking tracker ** [06:20:03 2020-06-13] 178: Checking user_migrations ** [06:20:03 2020-06-13] 178: Checking batch_updates ** [06:20:03 2020-06-13] 178: Checking gears ** [06:20:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:20:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:08 2020-06-13] 178: Checking imports ** [06:20:08 2020-06-13] 178: Checking exports ** [06:20:08 2020-06-13] 178: Checking users ** [06:20:08 2020-06-13] 178: Checking user_dbs ** [06:20:08 2020-06-13] 178: Checking geocodings ** [06:20:08 2020-06-13] 178: Checking synchronizations ** [06:20:08 2020-06-13] 178: Checking tracker ** [06:20:08 2020-06-13] 178: Checking user_migrations ** [06:20:08 2020-06-13] 178: Checking batch_updates ** [06:20:08 2020-06-13] 178: Checking gears ** [06:20:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:20:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:13 2020-06-13] 178: Checking imports ** [06:20:13 2020-06-13] 178: Checking exports ** [06:20:13 2020-06-13] 178: Checking users ** [06:20:13 2020-06-13] 178: Checking user_dbs ** [06:20:13 2020-06-13] 178: Checking geocodings ** [06:20:13 2020-06-13] 178: Checking synchronizations ** [06:20:13 2020-06-13] 178: Checking tracker ** [06:20:13 2020-06-13] 178: Checking user_migrations ** [06:20:13 2020-06-13] 178: Checking batch_updates ** [06:20:13 2020-06-13] 178: Checking gears ** [06:20:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:20:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:18 2020-06-13] 178: Checking imports ** [06:20:18 2020-06-13] 178: Checking exports ** [06:20:18 2020-06-13] 178: Checking users ** [06:20:18 2020-06-13] 178: Checking user_dbs ** [06:20:18 2020-06-13] 178: Checking geocodings ** [06:20:18 2020-06-13] 178: Checking synchronizations ** [06:20:18 2020-06-13] 178: Checking tracker ** [06:20:18 2020-06-13] 178: Checking user_migrations ** [06:20:18 2020-06-13] 178: Checking batch_updates ** [06:20:18 2020-06-13] 178: Checking gears ** [06:20:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:20:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:23 2020-06-13] 178: Checking imports ** [06:20:23 2020-06-13] 178: Checking exports ** [06:20:23 2020-06-13] 178: Checking users ** [06:20:23 2020-06-13] 178: Checking user_dbs ** [06:20:23 2020-06-13] 178: Checking geocodings ** [06:20:23 2020-06-13] 178: Checking synchronizations ** [06:20:23 2020-06-13] 178: Checking tracker ** [06:20:23 2020-06-13] 178: Checking user_migrations ** [06:20:23 2020-06-13] 178: Checking batch_updates ** [06:20:23 2020-06-13] 178: Checking gears ** [06:20:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:20:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:28 2020-06-13] 178: Checking imports ** [06:20:28 2020-06-13] 178: Checking exports ** [06:20:28 2020-06-13] 178: Checking users ** [06:20:28 2020-06-13] 178: Checking user_dbs ** [06:20:28 2020-06-13] 178: Checking geocodings ** [06:20:28 2020-06-13] 178: Checking synchronizations ** [06:20:28 2020-06-13] 178: Checking tracker ** [06:20:28 2020-06-13] 178: Checking user_migrations ** [06:20:28 2020-06-13] 178: Checking batch_updates ** [06:20:28 2020-06-13] 178: Checking gears ** [06:20:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:20:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:33 2020-06-13] 178: Checking imports ** [06:20:33 2020-06-13] 178: Checking exports ** [06:20:33 2020-06-13] 178: Checking users ** [06:20:33 2020-06-13] 178: Checking user_dbs ** [06:20:33 2020-06-13] 178: Checking geocodings ** [06:20:33 2020-06-13] 178: Checking synchronizations ** [06:20:33 2020-06-13] 178: Checking tracker ** [06:20:33 2020-06-13] 178: Checking user_migrations ** [06:20:33 2020-06-13] 178: Checking batch_updates ** [06:20:33 2020-06-13] 178: Checking gears ** [06:20:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:20:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:38 2020-06-13] 178: Checking imports ** [06:20:38 2020-06-13] 178: Checking exports ** [06:20:38 2020-06-13] 178: Checking users ** [06:20:38 2020-06-13] 178: Checking user_dbs ** [06:20:38 2020-06-13] 178: Checking geocodings ** [06:20:38 2020-06-13] 178: Checking synchronizations ** [06:20:38 2020-06-13] 178: Checking tracker ** [06:20:38 2020-06-13] 178: Checking user_migrations ** [06:20:38 2020-06-13] 178: Checking batch_updates ** [06:20:38 2020-06-13] 178: Checking gears ** [06:20:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:20:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:43 2020-06-13] 178: Checking imports ** [06:20:43 2020-06-13] 178: Checking exports ** [06:20:43 2020-06-13] 178: Checking users ** [06:20:43 2020-06-13] 178: Checking user_dbs ** [06:20:43 2020-06-13] 178: Checking geocodings ** [06:20:43 2020-06-13] 178: Checking synchronizations ** [06:20:43 2020-06-13] 178: Checking tracker ** [06:20:43 2020-06-13] 178: Checking user_migrations ** [06:20:43 2020-06-13] 178: Checking batch_updates ** [06:20:43 2020-06-13] 178: Checking gears ** [06:20:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:20:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:48 2020-06-13] 178: Checking imports ** [06:20:48 2020-06-13] 178: Checking exports ** [06:20:48 2020-06-13] 178: Checking users ** [06:20:48 2020-06-13] 178: Checking user_dbs ** [06:20:48 2020-06-13] 178: Checking geocodings ** [06:20:48 2020-06-13] 178: Checking synchronizations ** [06:20:48 2020-06-13] 178: Checking tracker ** [06:20:48 2020-06-13] 178: Checking user_migrations ** [06:20:48 2020-06-13] 178: Checking batch_updates ** [06:20:48 2020-06-13] 178: Checking gears ** [06:20:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:20:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:53 2020-06-13] 178: Checking imports ** [06:20:53 2020-06-13] 178: Checking exports ** [06:20:53 2020-06-13] 178: Checking users ** [06:20:53 2020-06-13] 178: Checking user_dbs ** [06:20:53 2020-06-13] 178: Checking geocodings ** [06:20:53 2020-06-13] 178: Checking synchronizations ** [06:20:53 2020-06-13] 178: Checking tracker ** [06:20:53 2020-06-13] 178: Checking user_migrations ** [06:20:53 2020-06-13] 178: Checking batch_updates ** [06:20:53 2020-06-13] 178: Checking gears ** [06:20:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:20:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:58 2020-06-13] 178: Checking imports ** [06:20:58 2020-06-13] 178: Checking exports ** [06:20:58 2020-06-13] 178: Checking users ** [06:20:58 2020-06-13] 178: Checking user_dbs ** [06:20:58 2020-06-13] 178: Checking geocodings ** [06:20:58 2020-06-13] 178: Checking synchronizations ** [06:20:58 2020-06-13] 178: Checking tracker ** [06:20:58 2020-06-13] 178: Checking user_migrations ** [06:20:58 2020-06-13] 178: Checking batch_updates ** [06:20:58 2020-06-13] 178: Checking gears ** [06:20:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:20:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:03 2020-06-13] 178: Checking imports ** [06:21:03 2020-06-13] 178: Checking exports ** [06:21:03 2020-06-13] 178: Checking users ** [06:21:03 2020-06-13] 178: Checking user_dbs ** [06:21:03 2020-06-13] 178: Checking geocodings ** [06:21:03 2020-06-13] 178: Checking synchronizations ** [06:21:03 2020-06-13] 178: Checking tracker ** [06:21:03 2020-06-13] 178: Checking user_migrations ** [06:21:03 2020-06-13] 178: Checking batch_updates ** [06:21:03 2020-06-13] 178: Checking gears ** [06:21:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:21:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:08 2020-06-13] 178: Checking imports ** [06:21:08 2020-06-13] 178: Checking exports ** [06:21:08 2020-06-13] 178: Checking users ** [06:21:08 2020-06-13] 178: Checking user_dbs ** [06:21:08 2020-06-13] 178: Checking geocodings ** [06:21:08 2020-06-13] 178: Checking synchronizations ** [06:21:08 2020-06-13] 178: Checking tracker ** [06:21:08 2020-06-13] 178: Checking user_migrations ** [06:21:08 2020-06-13] 178: Checking batch_updates ** [06:21:08 2020-06-13] 178: Checking gears ** [06:21:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:21:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:13 2020-06-13] 178: Checking imports ** [06:21:13 2020-06-13] 178: Checking exports ** [06:21:13 2020-06-13] 178: Checking users ** [06:21:13 2020-06-13] 178: Checking user_dbs ** [06:21:13 2020-06-13] 178: Checking geocodings ** [06:21:13 2020-06-13] 178: Checking synchronizations ** [06:21:13 2020-06-13] 178: Checking tracker ** [06:21:13 2020-06-13] 178: Checking user_migrations ** [06:21:13 2020-06-13] 178: Checking batch_updates ** [06:21:13 2020-06-13] 178: Checking gears ** [06:21:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:21:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:18 2020-06-13] 178: Checking imports ** [06:21:18 2020-06-13] 178: Checking exports ** [06:21:18 2020-06-13] 178: Checking users ** [06:21:18 2020-06-13] 178: Checking user_dbs ** [06:21:18 2020-06-13] 178: Checking geocodings ** [06:21:18 2020-06-13] 178: Checking synchronizations ** [06:21:18 2020-06-13] 178: Checking tracker ** [06:21:18 2020-06-13] 178: Checking user_migrations ** [06:21:18 2020-06-13] 178: Checking batch_updates ** [06:21:18 2020-06-13] 178: Checking gears ** [06:21:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:21:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:23 2020-06-13] 178: Checking imports ** [06:21:23 2020-06-13] 178: Checking exports ** [06:21:23 2020-06-13] 178: Checking users ** [06:21:23 2020-06-13] 178: Checking user_dbs ** [06:21:23 2020-06-13] 178: Checking geocodings ** [06:21:23 2020-06-13] 178: Checking synchronizations ** [06:21:23 2020-06-13] 178: Checking tracker ** [06:21:23 2020-06-13] 178: Checking user_migrations ** [06:21:23 2020-06-13] 178: Checking batch_updates ** [06:21:23 2020-06-13] 178: Checking gears ** [06:21:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:21:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:28 2020-06-13] 178: Checking imports ** [06:21:28 2020-06-13] 178: Checking exports ** [06:21:28 2020-06-13] 178: Checking users ** [06:21:28 2020-06-13] 178: Checking user_dbs ** [06:21:28 2020-06-13] 178: Checking geocodings ** [06:21:28 2020-06-13] 178: Checking synchronizations ** [06:21:28 2020-06-13] 178: Checking tracker ** [06:21:28 2020-06-13] 178: Checking user_migrations ** [06:21:28 2020-06-13] 178: Checking batch_updates ** [06:21:28 2020-06-13] 178: Checking gears ** [06:21:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:21:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:33 2020-06-13] 178: Checking imports ** [06:21:33 2020-06-13] 178: Checking exports ** [06:21:33 2020-06-13] 178: Checking users ** [06:21:33 2020-06-13] 178: Checking user_dbs ** [06:21:33 2020-06-13] 178: Checking geocodings ** [06:21:33 2020-06-13] 178: Checking synchronizations ** [06:21:33 2020-06-13] 178: Checking tracker ** [06:21:33 2020-06-13] 178: Checking user_migrations ** [06:21:33 2020-06-13] 178: Checking batch_updates ** [06:21:33 2020-06-13] 178: Checking gears ** [06:21:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:21:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:38 2020-06-13] 178: Checking imports ** [06:21:38 2020-06-13] 178: Checking exports ** [06:21:38 2020-06-13] 178: Checking users ** [06:21:38 2020-06-13] 178: Checking user_dbs ** [06:21:38 2020-06-13] 178: Checking geocodings ** [06:21:38 2020-06-13] 178: Checking synchronizations ** [06:21:38 2020-06-13] 178: Checking tracker ** [06:21:38 2020-06-13] 178: Checking user_migrations ** [06:21:38 2020-06-13] 178: Checking batch_updates ** [06:21:38 2020-06-13] 178: Checking gears ** [06:21:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:21:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:43 2020-06-13] 178: Checking imports ** [06:21:43 2020-06-13] 178: Checking exports ** [06:21:43 2020-06-13] 178: Checking users ** [06:21:43 2020-06-13] 178: Checking user_dbs ** [06:21:43 2020-06-13] 178: Checking geocodings ** [06:21:43 2020-06-13] 178: Checking synchronizations ** [06:21:43 2020-06-13] 178: Checking tracker ** [06:21:43 2020-06-13] 178: Checking user_migrations ** [06:21:43 2020-06-13] 178: Checking batch_updates ** [06:21:43 2020-06-13] 178: Checking gears ** [06:21:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:21:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:48 2020-06-13] 178: Checking imports ** [06:21:48 2020-06-13] 178: Checking exports ** [06:21:48 2020-06-13] 178: Checking users ** [06:21:48 2020-06-13] 178: Checking user_dbs ** [06:21:48 2020-06-13] 178: Checking geocodings ** [06:21:48 2020-06-13] 178: Checking synchronizations ** [06:21:48 2020-06-13] 178: Checking tracker ** [06:21:48 2020-06-13] 178: Checking user_migrations ** [06:21:48 2020-06-13] 178: Checking batch_updates ** [06:21:48 2020-06-13] 178: Checking gears ** [06:21:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:21:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:53 2020-06-13] 178: Checking imports ** [06:21:53 2020-06-13] 178: Checking exports ** [06:21:53 2020-06-13] 178: Checking users ** [06:21:53 2020-06-13] 178: Checking user_dbs ** [06:21:53 2020-06-13] 178: Checking geocodings ** [06:21:53 2020-06-13] 178: Checking synchronizations ** [06:21:53 2020-06-13] 178: Checking tracker ** [06:21:53 2020-06-13] 178: Checking user_migrations ** [06:21:53 2020-06-13] 178: Checking batch_updates ** [06:21:53 2020-06-13] 178: Checking gears ** [06:21:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:21:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:58 2020-06-13] 178: Checking imports ** [06:21:58 2020-06-13] 178: Checking exports ** [06:21:58 2020-06-13] 178: Checking users ** [06:21:58 2020-06-13] 178: Checking user_dbs ** [06:21:58 2020-06-13] 178: Checking geocodings ** [06:21:58 2020-06-13] 178: Checking synchronizations ** [06:21:58 2020-06-13] 178: Checking tracker ** [06:21:58 2020-06-13] 178: Checking user_migrations ** [06:21:58 2020-06-13] 178: Checking batch_updates ** [06:21:58 2020-06-13] 178: Checking gears ** [06:21:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:21:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:03 2020-06-13] 178: Checking imports ** [06:22:03 2020-06-13] 178: Checking exports ** [06:22:03 2020-06-13] 178: Checking users ** [06:22:03 2020-06-13] 178: Checking user_dbs ** [06:22:03 2020-06-13] 178: Checking geocodings ** [06:22:03 2020-06-13] 178: Checking synchronizations ** [06:22:03 2020-06-13] 178: Checking tracker ** [06:22:03 2020-06-13] 178: Checking user_migrations ** [06:22:03 2020-06-13] 178: Checking batch_updates ** [06:22:03 2020-06-13] 178: Checking gears ** [06:22:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:22:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:08 2020-06-13] 178: Checking imports ** [06:22:08 2020-06-13] 178: Checking exports ** [06:22:08 2020-06-13] 178: Checking users ** [06:22:08 2020-06-13] 178: Checking user_dbs ** [06:22:08 2020-06-13] 178: Checking geocodings ** [06:22:08 2020-06-13] 178: Checking synchronizations ** [06:22:08 2020-06-13] 178: Checking tracker ** [06:22:08 2020-06-13] 178: Checking user_migrations ** [06:22:08 2020-06-13] 178: Checking batch_updates ** [06:22:08 2020-06-13] 178: Checking gears ** [06:22:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:22:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:13 2020-06-13] 178: Checking imports ** [06:22:13 2020-06-13] 178: Checking exports ** [06:22:13 2020-06-13] 178: Checking users ** [06:22:13 2020-06-13] 178: Checking user_dbs ** [06:22:13 2020-06-13] 178: Checking geocodings ** [06:22:13 2020-06-13] 178: Checking synchronizations ** [06:22:13 2020-06-13] 178: Checking tracker ** [06:22:13 2020-06-13] 178: Checking user_migrations ** [06:22:13 2020-06-13] 178: Checking batch_updates ** [06:22:13 2020-06-13] 178: Checking gears ** [06:22:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:22:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:18 2020-06-13] 178: Checking imports ** [06:22:18 2020-06-13] 178: Checking exports ** [06:22:18 2020-06-13] 178: Checking users ** [06:22:18 2020-06-13] 178: Checking user_dbs ** [06:22:18 2020-06-13] 178: Checking geocodings ** [06:22:18 2020-06-13] 178: Checking synchronizations ** [06:22:18 2020-06-13] 178: Checking tracker ** [06:22:18 2020-06-13] 178: Checking user_migrations ** [06:22:18 2020-06-13] 178: Checking batch_updates ** [06:22:18 2020-06-13] 178: Checking gears ** [06:22:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:22:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:23 2020-06-13] 178: Checking imports ** [06:22:23 2020-06-13] 178: Checking exports ** [06:22:23 2020-06-13] 178: Checking users ** [06:22:23 2020-06-13] 178: Checking user_dbs ** [06:22:23 2020-06-13] 178: Checking geocodings ** [06:22:23 2020-06-13] 178: Checking synchronizations ** [06:22:23 2020-06-13] 178: Checking tracker ** [06:22:23 2020-06-13] 178: Checking user_migrations ** [06:22:23 2020-06-13] 178: Checking batch_updates ** [06:22:23 2020-06-13] 178: Checking gears ** [06:22:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:22:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:28 2020-06-13] 178: Checking imports ** [06:22:28 2020-06-13] 178: Checking exports ** [06:22:28 2020-06-13] 178: Checking users ** [06:22:28 2020-06-13] 178: Checking user_dbs ** [06:22:28 2020-06-13] 178: Checking geocodings ** [06:22:28 2020-06-13] 178: Checking synchronizations ** [06:22:28 2020-06-13] 178: Checking tracker ** [06:22:28 2020-06-13] 178: Checking user_migrations ** [06:22:28 2020-06-13] 178: Checking batch_updates ** [06:22:28 2020-06-13] 178: Checking gears ** [06:22:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:22:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:33 2020-06-13] 178: Checking imports ** [06:22:33 2020-06-13] 178: Checking exports ** [06:22:33 2020-06-13] 178: Checking users ** [06:22:33 2020-06-13] 178: Checking user_dbs ** [06:22:33 2020-06-13] 178: Checking geocodings ** [06:22:33 2020-06-13] 178: Checking synchronizations ** [06:22:33 2020-06-13] 178: Checking tracker ** [06:22:33 2020-06-13] 178: Checking user_migrations ** [06:22:33 2020-06-13] 178: Checking batch_updates ** [06:22:33 2020-06-13] 178: Checking gears ** [06:22:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:22:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:38 2020-06-13] 178: Checking imports ** [06:22:38 2020-06-13] 178: Checking exports ** [06:22:38 2020-06-13] 178: Checking users ** [06:22:38 2020-06-13] 178: Checking user_dbs ** [06:22:38 2020-06-13] 178: Checking geocodings ** [06:22:38 2020-06-13] 178: Checking synchronizations ** [06:22:38 2020-06-13] 178: Checking tracker ** [06:22:38 2020-06-13] 178: Checking user_migrations ** [06:22:38 2020-06-13] 178: Checking batch_updates ** [06:22:38 2020-06-13] 178: Checking gears ** [06:22:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:22:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:43 2020-06-13] 178: Checking imports ** [06:22:43 2020-06-13] 178: Checking exports ** [06:22:43 2020-06-13] 178: Checking users ** [06:22:43 2020-06-13] 178: Checking user_dbs ** [06:22:43 2020-06-13] 178: Checking geocodings ** [06:22:43 2020-06-13] 178: Checking synchronizations ** [06:22:43 2020-06-13] 178: Checking tracker ** [06:22:43 2020-06-13] 178: Checking user_migrations ** [06:22:43 2020-06-13] 178: Checking batch_updates ** [06:22:43 2020-06-13] 178: Checking gears ** [06:22:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:22:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:48 2020-06-13] 178: Checking imports ** [06:22:48 2020-06-13] 178: Checking exports ** [06:22:48 2020-06-13] 178: Checking users ** [06:22:48 2020-06-13] 178: Checking user_dbs ** [06:22:48 2020-06-13] 178: Checking geocodings ** [06:22:48 2020-06-13] 178: Checking synchronizations ** [06:22:48 2020-06-13] 178: Checking tracker ** [06:22:48 2020-06-13] 178: Checking user_migrations ** [06:22:48 2020-06-13] 178: Checking batch_updates ** [06:22:48 2020-06-13] 178: Checking gears ** [06:22:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:22:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:53 2020-06-13] 178: Checking imports ** [06:22:53 2020-06-13] 178: Checking exports ** [06:22:53 2020-06-13] 178: Checking users ** [06:22:53 2020-06-13] 178: Checking user_dbs ** [06:22:53 2020-06-13] 178: Checking geocodings ** [06:22:53 2020-06-13] 178: Checking synchronizations ** [06:22:53 2020-06-13] 178: Checking tracker ** [06:22:53 2020-06-13] 178: Checking user_migrations ** [06:22:53 2020-06-13] 178: Checking batch_updates ** [06:22:53 2020-06-13] 178: Checking gears ** [06:22:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:22:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:58 2020-06-13] 178: Checking imports ** [06:22:58 2020-06-13] 178: Checking exports ** [06:22:58 2020-06-13] 178: Checking users ** [06:22:58 2020-06-13] 178: Checking user_dbs ** [06:22:58 2020-06-13] 178: Checking geocodings ** [06:22:58 2020-06-13] 178: Checking synchronizations ** [06:22:58 2020-06-13] 178: Checking tracker ** [06:22:58 2020-06-13] 178: Checking user_migrations ** [06:22:58 2020-06-13] 178: Checking batch_updates ** [06:22:58 2020-06-13] 178: Checking gears ** [06:22:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:22:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:03 2020-06-13] 178: Checking imports ** [06:23:03 2020-06-13] 178: Checking exports ** [06:23:03 2020-06-13] 178: Checking users ** [06:23:03 2020-06-13] 178: Checking user_dbs ** [06:23:03 2020-06-13] 178: Checking geocodings ** [06:23:03 2020-06-13] 178: Checking synchronizations ** [06:23:03 2020-06-13] 178: Checking tracker ** [06:23:03 2020-06-13] 178: Checking user_migrations ** [06:23:03 2020-06-13] 178: Checking batch_updates ** [06:23:03 2020-06-13] 178: Checking gears ** [06:23:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:23:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:08 2020-06-13] 178: Checking imports ** [06:23:08 2020-06-13] 178: Checking exports ** [06:23:08 2020-06-13] 178: Checking users ** [06:23:08 2020-06-13] 178: Checking user_dbs ** [06:23:08 2020-06-13] 178: Checking geocodings ** [06:23:08 2020-06-13] 178: Checking synchronizations ** [06:23:08 2020-06-13] 178: Checking tracker ** [06:23:08 2020-06-13] 178: Checking user_migrations ** [06:23:08 2020-06-13] 178: Checking batch_updates ** [06:23:08 2020-06-13] 178: Checking gears ** [06:23:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:23:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:13 2020-06-13] 178: Checking imports ** [06:23:13 2020-06-13] 178: Checking exports ** [06:23:13 2020-06-13] 178: Checking users ** [06:23:13 2020-06-13] 178: Checking user_dbs ** [06:23:13 2020-06-13] 178: Checking geocodings ** [06:23:13 2020-06-13] 178: Checking synchronizations ** [06:23:13 2020-06-13] 178: Checking tracker ** [06:23:13 2020-06-13] 178: Checking user_migrations ** [06:23:13 2020-06-13] 178: Checking batch_updates ** [06:23:13 2020-06-13] 178: Checking gears ** [06:23:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:23:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:18 2020-06-13] 178: Checking imports ** [06:23:18 2020-06-13] 178: Checking exports ** [06:23:18 2020-06-13] 178: Checking users ** [06:23:18 2020-06-13] 178: Checking user_dbs ** [06:23:18 2020-06-13] 178: Checking geocodings ** [06:23:18 2020-06-13] 178: Checking synchronizations ** [06:23:18 2020-06-13] 178: Checking tracker ** [06:23:18 2020-06-13] 178: Checking user_migrations ** [06:23:18 2020-06-13] 178: Checking batch_updates ** [06:23:18 2020-06-13] 178: Checking gears ** [06:23:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:23:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:23 2020-06-13] 178: Checking imports ** [06:23:23 2020-06-13] 178: Checking exports ** [06:23:23 2020-06-13] 178: Checking users ** [06:23:23 2020-06-13] 178: Checking user_dbs ** [06:23:23 2020-06-13] 178: Checking geocodings ** [06:23:23 2020-06-13] 178: Checking synchronizations ** [06:23:23 2020-06-13] 178: Checking tracker ** [06:23:23 2020-06-13] 178: Checking user_migrations ** [06:23:23 2020-06-13] 178: Checking batch_updates ** [06:23:23 2020-06-13] 178: Checking gears ** [06:23:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:23:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:28 2020-06-13] 178: Checking imports ** [06:23:28 2020-06-13] 178: Checking exports ** [06:23:28 2020-06-13] 178: Checking users ** [06:23:28 2020-06-13] 178: Checking user_dbs ** [06:23:28 2020-06-13] 178: Checking geocodings ** [06:23:28 2020-06-13] 178: Checking synchronizations ** [06:23:28 2020-06-13] 178: Checking tracker ** [06:23:28 2020-06-13] 178: Checking user_migrations ** [06:23:28 2020-06-13] 178: Checking batch_updates ** [06:23:28 2020-06-13] 178: Checking gears ** [06:23:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:23:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:33 2020-06-13] 178: Checking imports ** [06:23:33 2020-06-13] 178: Checking exports ** [06:23:33 2020-06-13] 178: Checking users ** [06:23:33 2020-06-13] 178: Checking user_dbs ** [06:23:33 2020-06-13] 178: Checking geocodings ** [06:23:33 2020-06-13] 178: Checking synchronizations ** [06:23:33 2020-06-13] 178: Checking tracker ** [06:23:33 2020-06-13] 178: Checking user_migrations ** [06:23:33 2020-06-13] 178: Checking batch_updates ** [06:23:33 2020-06-13] 178: Checking gears ** [06:23:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:23:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:38 2020-06-13] 178: Checking imports ** [06:23:38 2020-06-13] 178: Checking exports ** [06:23:38 2020-06-13] 178: Checking users ** [06:23:38 2020-06-13] 178: Checking user_dbs ** [06:23:38 2020-06-13] 178: Checking geocodings ** [06:23:38 2020-06-13] 178: Checking synchronizations ** [06:23:38 2020-06-13] 178: Checking tracker ** [06:23:38 2020-06-13] 178: Checking user_migrations ** [06:23:38 2020-06-13] 178: Checking batch_updates ** [06:23:38 2020-06-13] 178: Checking gears ** [06:23:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:23:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:43 2020-06-13] 178: Checking imports ** [06:23:43 2020-06-13] 178: Checking exports ** [06:23:43 2020-06-13] 178: Checking users ** [06:23:43 2020-06-13] 178: Checking user_dbs ** [06:23:43 2020-06-13] 178: Checking geocodings ** [06:23:43 2020-06-13] 178: Checking synchronizations ** [06:23:43 2020-06-13] 178: Checking tracker ** [06:23:43 2020-06-13] 178: Checking user_migrations ** [06:23:43 2020-06-13] 178: Checking batch_updates ** [06:23:43 2020-06-13] 178: Checking gears ** [06:23:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:23:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:48 2020-06-13] 178: Checking imports ** [06:23:48 2020-06-13] 178: Checking exports ** [06:23:48 2020-06-13] 178: Checking users ** [06:23:48 2020-06-13] 178: Checking user_dbs ** [06:23:48 2020-06-13] 178: Checking geocodings ** [06:23:48 2020-06-13] 178: Checking synchronizations ** [06:23:48 2020-06-13] 178: Checking tracker ** [06:23:48 2020-06-13] 178: Checking user_migrations ** [06:23:48 2020-06-13] 178: Checking batch_updates ** [06:23:48 2020-06-13] 178: Checking gears ** [06:23:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:23:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:53 2020-06-13] 178: Checking imports ** [06:23:53 2020-06-13] 178: Checking exports ** [06:23:53 2020-06-13] 178: Checking users ** [06:23:53 2020-06-13] 178: Checking user_dbs ** [06:23:53 2020-06-13] 178: Checking geocodings ** [06:23:53 2020-06-13] 178: Checking synchronizations ** [06:23:53 2020-06-13] 178: Checking tracker ** [06:23:53 2020-06-13] 178: Checking user_migrations ** [06:23:53 2020-06-13] 178: Checking batch_updates ** [06:23:53 2020-06-13] 178: Checking gears ** [06:23:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:23:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:58 2020-06-13] 178: Checking imports ** [06:23:58 2020-06-13] 178: Checking exports ** [06:23:58 2020-06-13] 178: Checking users ** [06:23:58 2020-06-13] 178: Checking user_dbs ** [06:23:58 2020-06-13] 178: Checking geocodings ** [06:23:58 2020-06-13] 178: Checking synchronizations ** [06:23:58 2020-06-13] 178: Checking tracker ** [06:23:58 2020-06-13] 178: Checking user_migrations ** [06:23:58 2020-06-13] 178: Checking batch_updates ** [06:23:58 2020-06-13] 178: Checking gears ** [06:23:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:23:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:03 2020-06-13] 178: Checking imports ** [06:24:03 2020-06-13] 178: Checking exports ** [06:24:03 2020-06-13] 178: Checking users ** [06:24:03 2020-06-13] 178: Checking user_dbs ** [06:24:03 2020-06-13] 178: Checking geocodings ** [06:24:03 2020-06-13] 178: Checking synchronizations ** [06:24:03 2020-06-13] 178: Checking tracker ** [06:24:03 2020-06-13] 178: Checking user_migrations ** [06:24:03 2020-06-13] 178: Checking batch_updates ** [06:24:03 2020-06-13] 178: Checking gears ** [06:24:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:24:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:08 2020-06-13] 178: Checking imports ** [06:24:08 2020-06-13] 178: Checking exports ** [06:24:08 2020-06-13] 178: Checking users ** [06:24:08 2020-06-13] 178: Checking user_dbs ** [06:24:08 2020-06-13] 178: Checking geocodings ** [06:24:08 2020-06-13] 178: Checking synchronizations ** [06:24:08 2020-06-13] 178: Checking tracker ** [06:24:08 2020-06-13] 178: Checking user_migrations ** [06:24:08 2020-06-13] 178: Checking batch_updates ** [06:24:08 2020-06-13] 178: Checking gears ** [06:24:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:24:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:13 2020-06-13] 178: Checking imports ** [06:24:13 2020-06-13] 178: Checking exports ** [06:24:13 2020-06-13] 178: Checking users ** [06:24:13 2020-06-13] 178: Checking user_dbs ** [06:24:13 2020-06-13] 178: Checking geocodings ** [06:24:13 2020-06-13] 178: Checking synchronizations ** [06:24:13 2020-06-13] 178: Checking tracker ** [06:24:13 2020-06-13] 178: Checking user_migrations ** [06:24:13 2020-06-13] 178: Checking batch_updates ** [06:24:13 2020-06-13] 178: Checking gears ** [06:24:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:24:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:18 2020-06-13] 178: Checking imports ** [06:24:18 2020-06-13] 178: Checking exports ** [06:24:18 2020-06-13] 178: Checking users ** [06:24:18 2020-06-13] 178: Checking user_dbs ** [06:24:18 2020-06-13] 178: Checking geocodings ** [06:24:18 2020-06-13] 178: Checking synchronizations ** [06:24:18 2020-06-13] 178: Checking tracker ** [06:24:18 2020-06-13] 178: Checking user_migrations ** [06:24:18 2020-06-13] 178: Checking batch_updates ** [06:24:18 2020-06-13] 178: Checking gears ** [06:24:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:24:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:23 2020-06-13] 178: Checking imports ** [06:24:23 2020-06-13] 178: Checking exports ** [06:24:23 2020-06-13] 178: Checking users ** [06:24:23 2020-06-13] 178: Checking user_dbs ** [06:24:23 2020-06-13] 178: Checking geocodings ** [06:24:23 2020-06-13] 178: Checking synchronizations ** [06:24:23 2020-06-13] 178: Checking tracker ** [06:24:23 2020-06-13] 178: Checking user_migrations ** [06:24:23 2020-06-13] 178: Checking batch_updates ** [06:24:23 2020-06-13] 178: Checking gears ** [06:24:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:24:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:28 2020-06-13] 178: Checking imports ** [06:24:28 2020-06-13] 178: Checking exports ** [06:24:28 2020-06-13] 178: Checking users ** [06:24:28 2020-06-13] 178: Checking user_dbs ** [06:24:28 2020-06-13] 178: Checking geocodings ** [06:24:28 2020-06-13] 178: Checking synchronizations ** [06:24:28 2020-06-13] 178: Checking tracker ** [06:24:28 2020-06-13] 178: Checking user_migrations ** [06:24:28 2020-06-13] 178: Checking batch_updates ** [06:24:28 2020-06-13] 178: Checking gears ** [06:24:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:24:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:33 2020-06-13] 178: Checking imports ** [06:24:33 2020-06-13] 178: Checking exports ** [06:24:33 2020-06-13] 178: Checking users ** [06:24:33 2020-06-13] 178: Checking user_dbs ** [06:24:33 2020-06-13] 178: Checking geocodings ** [06:24:33 2020-06-13] 178: Checking synchronizations ** [06:24:33 2020-06-13] 178: Checking tracker ** [06:24:33 2020-06-13] 178: Checking user_migrations ** [06:24:33 2020-06-13] 178: Checking batch_updates ** [06:24:33 2020-06-13] 178: Checking gears ** [06:24:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:24:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:38 2020-06-13] 178: Checking imports ** [06:24:38 2020-06-13] 178: Checking exports ** [06:24:38 2020-06-13] 178: Checking users ** [06:24:38 2020-06-13] 178: Checking user_dbs ** [06:24:38 2020-06-13] 178: Checking geocodings ** [06:24:38 2020-06-13] 178: Checking synchronizations ** [06:24:38 2020-06-13] 178: Checking tracker ** [06:24:38 2020-06-13] 178: Checking user_migrations ** [06:24:38 2020-06-13] 178: Checking batch_updates ** [06:24:38 2020-06-13] 178: Checking gears ** [06:24:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:24:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:43 2020-06-13] 178: Checking imports ** [06:24:43 2020-06-13] 178: Checking exports ** [06:24:43 2020-06-13] 178: Checking users ** [06:24:43 2020-06-13] 178: Checking user_dbs ** [06:24:43 2020-06-13] 178: Checking geocodings ** [06:24:43 2020-06-13] 178: Checking synchronizations ** [06:24:43 2020-06-13] 178: Checking tracker ** [06:24:43 2020-06-13] 178: Checking user_migrations ** [06:24:43 2020-06-13] 178: Checking batch_updates ** [06:24:43 2020-06-13] 178: Checking gears ** [06:24:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:24:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:48 2020-06-13] 178: Checking imports ** [06:24:48 2020-06-13] 178: Checking exports ** [06:24:48 2020-06-13] 178: Checking users ** [06:24:48 2020-06-13] 178: Checking user_dbs ** [06:24:48 2020-06-13] 178: Checking geocodings ** [06:24:48 2020-06-13] 178: Checking synchronizations ** [06:24:48 2020-06-13] 178: Checking tracker ** [06:24:48 2020-06-13] 178: Checking user_migrations ** [06:24:48 2020-06-13] 178: Checking batch_updates ** [06:24:48 2020-06-13] 178: Checking gears ** [06:24:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:24:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:53 2020-06-13] 178: Checking imports ** [06:24:53 2020-06-13] 178: Checking exports ** [06:24:53 2020-06-13] 178: Checking users ** [06:24:53 2020-06-13] 178: Checking user_dbs ** [06:24:53 2020-06-13] 178: Checking geocodings ** [06:24:53 2020-06-13] 178: Checking synchronizations ** [06:24:53 2020-06-13] 178: Checking tracker ** [06:24:53 2020-06-13] 178: Checking user_migrations ** [06:24:53 2020-06-13] 178: Checking batch_updates ** [06:24:53 2020-06-13] 178: Checking gears ** [06:24:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:24:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:58 2020-06-13] 178: Checking imports ** [06:24:58 2020-06-13] 178: Checking exports ** [06:24:58 2020-06-13] 178: Checking users ** [06:24:58 2020-06-13] 178: Checking user_dbs ** [06:24:58 2020-06-13] 178: Checking geocodings ** [06:24:58 2020-06-13] 178: Checking synchronizations ** [06:24:58 2020-06-13] 178: Checking tracker ** [06:24:58 2020-06-13] 178: Checking user_migrations ** [06:24:58 2020-06-13] 178: Checking batch_updates ** [06:24:58 2020-06-13] 178: Checking gears ** [06:24:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:24:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:03 2020-06-13] 178: Checking imports ** [06:25:03 2020-06-13] 178: Checking exports ** [06:25:03 2020-06-13] 178: Checking users ** [06:25:03 2020-06-13] 178: Checking user_dbs ** [06:25:03 2020-06-13] 178: Checking geocodings ** [06:25:03 2020-06-13] 178: Checking synchronizations ** [06:25:03 2020-06-13] 178: Checking tracker ** [06:25:03 2020-06-13] 178: Checking user_migrations ** [06:25:03 2020-06-13] 178: Checking batch_updates ** [06:25:03 2020-06-13] 178: Checking gears ** [06:25:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:25:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:08 2020-06-13] 178: Checking imports ** [06:25:08 2020-06-13] 178: Checking exports ** [06:25:08 2020-06-13] 178: Checking users ** [06:25:08 2020-06-13] 178: Checking user_dbs ** [06:25:08 2020-06-13] 178: Checking geocodings ** [06:25:08 2020-06-13] 178: Checking synchronizations ** [06:25:08 2020-06-13] 178: Checking tracker ** [06:25:08 2020-06-13] 178: Checking user_migrations ** [06:25:08 2020-06-13] 178: Checking batch_updates ** [06:25:08 2020-06-13] 178: Checking gears ** [06:25:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:25:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:13 2020-06-13] 178: Checking imports ** [06:25:13 2020-06-13] 178: Checking exports ** [06:25:13 2020-06-13] 178: Checking users ** [06:25:13 2020-06-13] 178: Checking user_dbs ** [06:25:13 2020-06-13] 178: Checking geocodings ** [06:25:13 2020-06-13] 178: Checking synchronizations ** [06:25:13 2020-06-13] 178: Checking tracker ** [06:25:13 2020-06-13] 178: Checking user_migrations ** [06:25:13 2020-06-13] 178: Checking batch_updates ** [06:25:13 2020-06-13] 178: Checking gears ** [06:25:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:25:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:18 2020-06-13] 178: Checking imports ** [06:25:18 2020-06-13] 178: Checking exports ** [06:25:18 2020-06-13] 178: Checking users ** [06:25:18 2020-06-13] 178: Checking user_dbs ** [06:25:18 2020-06-13] 178: Checking geocodings ** [06:25:18 2020-06-13] 178: Checking synchronizations ** [06:25:18 2020-06-13] 178: Checking tracker ** [06:25:18 2020-06-13] 178: Checking user_migrations ** [06:25:18 2020-06-13] 178: Checking batch_updates ** [06:25:18 2020-06-13] 178: Checking gears ** [06:25:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:25:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:23 2020-06-13] 178: Checking imports ** [06:25:23 2020-06-13] 178: Checking exports ** [06:25:23 2020-06-13] 178: Checking users ** [06:25:23 2020-06-13] 178: Checking user_dbs ** [06:25:23 2020-06-13] 178: Checking geocodings ** [06:25:23 2020-06-13] 178: Checking synchronizations ** [06:25:23 2020-06-13] 178: Checking tracker ** [06:25:23 2020-06-13] 178: Checking user_migrations ** [06:25:23 2020-06-13] 178: Checking batch_updates ** [06:25:23 2020-06-13] 178: Checking gears ** [06:25:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:25:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:28 2020-06-13] 178: Checking imports ** [06:25:28 2020-06-13] 178: Checking exports ** [06:25:28 2020-06-13] 178: Checking users ** [06:25:28 2020-06-13] 178: Checking user_dbs ** [06:25:28 2020-06-13] 178: Checking geocodings ** [06:25:28 2020-06-13] 178: Checking synchronizations ** [06:25:28 2020-06-13] 178: Checking tracker ** [06:25:28 2020-06-13] 178: Checking user_migrations ** [06:25:28 2020-06-13] 178: Checking batch_updates ** [06:25:28 2020-06-13] 178: Checking gears ** [06:25:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:25:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:33 2020-06-13] 178: Checking imports ** [06:25:33 2020-06-13] 178: Checking exports ** [06:25:33 2020-06-13] 178: Checking users ** [06:25:33 2020-06-13] 178: Checking user_dbs ** [06:25:33 2020-06-13] 178: Checking geocodings ** [06:25:33 2020-06-13] 178: Checking synchronizations ** [06:25:33 2020-06-13] 178: Checking tracker ** [06:25:33 2020-06-13] 178: Checking user_migrations ** [06:25:33 2020-06-13] 178: Checking batch_updates ** [06:25:33 2020-06-13] 178: Checking gears ** [06:25:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:25:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:38 2020-06-13] 178: Checking imports ** [06:25:38 2020-06-13] 178: Checking exports ** [06:25:38 2020-06-13] 178: Checking users ** [06:25:38 2020-06-13] 178: Checking user_dbs ** [06:25:38 2020-06-13] 178: Checking geocodings ** [06:25:38 2020-06-13] 178: Checking synchronizations ** [06:25:38 2020-06-13] 178: Checking tracker ** [06:25:38 2020-06-13] 178: Checking user_migrations ** [06:25:38 2020-06-13] 178: Checking batch_updates ** [06:25:38 2020-06-13] 178: Checking gears ** [06:25:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:25:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:43 2020-06-13] 178: Checking imports ** [06:25:43 2020-06-13] 178: Checking exports ** [06:25:43 2020-06-13] 178: Checking users ** [06:25:43 2020-06-13] 178: Checking user_dbs ** [06:25:43 2020-06-13] 178: Checking geocodings ** [06:25:43 2020-06-13] 178: Checking synchronizations ** [06:25:43 2020-06-13] 178: Checking tracker ** [06:25:43 2020-06-13] 178: Checking user_migrations ** [06:25:43 2020-06-13] 178: Checking batch_updates ** [06:25:43 2020-06-13] 178: Checking gears ** [06:25:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:25:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:48 2020-06-13] 178: Checking imports ** [06:25:48 2020-06-13] 178: Checking exports ** [06:25:48 2020-06-13] 178: Checking users ** [06:25:48 2020-06-13] 178: Checking user_dbs ** [06:25:48 2020-06-13] 178: Checking geocodings ** [06:25:48 2020-06-13] 178: Checking synchronizations ** [06:25:48 2020-06-13] 178: Checking tracker ** [06:25:48 2020-06-13] 178: Checking user_migrations ** [06:25:48 2020-06-13] 178: Checking batch_updates ** [06:25:48 2020-06-13] 178: Checking gears ** [06:25:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:25:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:53 2020-06-13] 178: Checking imports ** [06:25:53 2020-06-13] 178: Checking exports ** [06:25:53 2020-06-13] 178: Checking users ** [06:25:53 2020-06-13] 178: Checking user_dbs ** [06:25:53 2020-06-13] 178: Checking geocodings ** [06:25:53 2020-06-13] 178: Checking synchronizations ** [06:25:53 2020-06-13] 178: Checking tracker ** [06:25:53 2020-06-13] 178: Checking user_migrations ** [06:25:53 2020-06-13] 178: Checking batch_updates ** [06:25:53 2020-06-13] 178: Checking gears ** [06:25:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:25:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:58 2020-06-13] 178: Checking imports ** [06:25:58 2020-06-13] 178: Checking exports ** [06:25:58 2020-06-13] 178: Checking users ** [06:25:58 2020-06-13] 178: Checking user_dbs ** [06:25:58 2020-06-13] 178: Checking geocodings ** [06:25:58 2020-06-13] 178: Checking synchronizations ** [06:25:58 2020-06-13] 178: Checking tracker ** [06:25:58 2020-06-13] 178: Checking user_migrations ** [06:25:58 2020-06-13] 178: Checking batch_updates ** [06:25:58 2020-06-13] 178: Checking gears ** [06:25:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:25:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:03 2020-06-13] 178: Checking imports ** [06:26:03 2020-06-13] 178: Checking exports ** [06:26:03 2020-06-13] 178: Checking users ** [06:26:03 2020-06-13] 178: Checking user_dbs ** [06:26:03 2020-06-13] 178: Checking geocodings ** [06:26:03 2020-06-13] 178: Checking synchronizations ** [06:26:03 2020-06-13] 178: Checking tracker ** [06:26:03 2020-06-13] 178: Checking user_migrations ** [06:26:03 2020-06-13] 178: Checking batch_updates ** [06:26:03 2020-06-13] 178: Checking gears ** [06:26:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:26:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:08 2020-06-13] 178: Checking imports ** [06:26:08 2020-06-13] 178: Checking exports ** [06:26:08 2020-06-13] 178: Checking users ** [06:26:08 2020-06-13] 178: Checking user_dbs ** [06:26:08 2020-06-13] 178: Checking geocodings ** [06:26:08 2020-06-13] 178: Checking synchronizations ** [06:26:08 2020-06-13] 178: Checking tracker ** [06:26:08 2020-06-13] 178: Checking user_migrations ** [06:26:08 2020-06-13] 178: Checking batch_updates ** [06:26:08 2020-06-13] 178: Checking gears ** [06:26:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:26:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:13 2020-06-13] 178: Checking imports ** [06:26:13 2020-06-13] 178: Checking exports ** [06:26:13 2020-06-13] 178: Checking users ** [06:26:13 2020-06-13] 178: Checking user_dbs ** [06:26:13 2020-06-13] 178: Checking geocodings ** [06:26:13 2020-06-13] 178: Checking synchronizations ** [06:26:13 2020-06-13] 178: Checking tracker ** [06:26:13 2020-06-13] 178: Checking user_migrations ** [06:26:13 2020-06-13] 178: Checking batch_updates ** [06:26:13 2020-06-13] 178: Checking gears ** [06:26:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:26:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:18 2020-06-13] 178: Checking imports ** [06:26:18 2020-06-13] 178: Checking exports ** [06:26:18 2020-06-13] 178: Checking users ** [06:26:18 2020-06-13] 178: Checking user_dbs ** [06:26:18 2020-06-13] 178: Checking geocodings ** [06:26:18 2020-06-13] 178: Checking synchronizations ** [06:26:18 2020-06-13] 178: Checking tracker ** [06:26:18 2020-06-13] 178: Checking user_migrations ** [06:26:18 2020-06-13] 178: Checking batch_updates ** [06:26:18 2020-06-13] 178: Checking gears ** [06:26:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:26:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:23 2020-06-13] 178: Checking imports ** [06:26:23 2020-06-13] 178: Checking exports ** [06:26:23 2020-06-13] 178: Checking users ** [06:26:23 2020-06-13] 178: Checking user_dbs ** [06:26:23 2020-06-13] 178: Checking geocodings ** [06:26:23 2020-06-13] 178: Checking synchronizations ** [06:26:23 2020-06-13] 178: Checking tracker ** [06:26:23 2020-06-13] 178: Checking user_migrations ** [06:26:23 2020-06-13] 178: Checking batch_updates ** [06:26:23 2020-06-13] 178: Checking gears ** [06:26:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:26:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:28 2020-06-13] 178: Checking imports ** [06:26:28 2020-06-13] 178: Checking exports ** [06:26:28 2020-06-13] 178: Checking users ** [06:26:28 2020-06-13] 178: Checking user_dbs ** [06:26:28 2020-06-13] 178: Checking geocodings ** [06:26:28 2020-06-13] 178: Checking synchronizations ** [06:26:28 2020-06-13] 178: Checking tracker ** [06:26:28 2020-06-13] 178: Checking user_migrations ** [06:26:28 2020-06-13] 178: Checking batch_updates ** [06:26:28 2020-06-13] 178: Checking gears ** [06:26:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:26:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:33 2020-06-13] 178: Checking imports ** [06:26:33 2020-06-13] 178: Checking exports ** [06:26:33 2020-06-13] 178: Checking users ** [06:26:33 2020-06-13] 178: Checking user_dbs ** [06:26:33 2020-06-13] 178: Checking geocodings ** [06:26:33 2020-06-13] 178: Checking synchronizations ** [06:26:33 2020-06-13] 178: Checking tracker ** [06:26:33 2020-06-13] 178: Checking user_migrations ** [06:26:33 2020-06-13] 178: Checking batch_updates ** [06:26:33 2020-06-13] 178: Checking gears ** [06:26:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:26:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:38 2020-06-13] 178: Checking imports ** [06:26:38 2020-06-13] 178: Checking exports ** [06:26:38 2020-06-13] 178: Checking users ** [06:26:38 2020-06-13] 178: Checking user_dbs ** [06:26:38 2020-06-13] 178: Checking geocodings ** [06:26:38 2020-06-13] 178: Checking synchronizations ** [06:26:38 2020-06-13] 178: Checking tracker ** [06:26:38 2020-06-13] 178: Checking user_migrations ** [06:26:38 2020-06-13] 178: Checking batch_updates ** [06:26:38 2020-06-13] 178: Checking gears ** [06:26:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:26:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:43 2020-06-13] 178: Checking imports ** [06:26:43 2020-06-13] 178: Checking exports ** [06:26:43 2020-06-13] 178: Checking users ** [06:26:43 2020-06-13] 178: Checking user_dbs ** [06:26:43 2020-06-13] 178: Checking geocodings ** [06:26:43 2020-06-13] 178: Checking synchronizations ** [06:26:43 2020-06-13] 178: Checking tracker ** [06:26:43 2020-06-13] 178: Checking user_migrations ** [06:26:43 2020-06-13] 178: Checking batch_updates ** [06:26:43 2020-06-13] 178: Checking gears ** [06:26:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:26:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:48 2020-06-13] 178: Checking imports ** [06:26:48 2020-06-13] 178: Checking exports ** [06:26:48 2020-06-13] 178: Checking users ** [06:26:49 2020-06-13] 178: Checking user_dbs ** [06:26:49 2020-06-13] 178: Checking geocodings ** [06:26:49 2020-06-13] 178: Checking synchronizations ** [06:26:49 2020-06-13] 178: Checking tracker ** [06:26:49 2020-06-13] 178: Checking user_migrations ** [06:26:49 2020-06-13] 178: Checking batch_updates ** [06:26:49 2020-06-13] 178: Checking gears ** [06:26:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:26:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:54 2020-06-13] 178: Checking imports ** [06:26:54 2020-06-13] 178: Checking exports ** [06:26:54 2020-06-13] 178: Checking users ** [06:26:54 2020-06-13] 178: Checking user_dbs ** [06:26:54 2020-06-13] 178: Checking geocodings ** [06:26:54 2020-06-13] 178: Checking synchronizations ** [06:26:54 2020-06-13] 178: Checking tracker ** [06:26:54 2020-06-13] 178: Checking user_migrations ** [06:26:54 2020-06-13] 178: Checking batch_updates ** [06:26:54 2020-06-13] 178: Checking gears ** [06:26:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:26:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:59 2020-06-13] 178: Checking imports ** [06:26:59 2020-06-13] 178: Checking exports ** [06:26:59 2020-06-13] 178: Checking users ** [06:26:59 2020-06-13] 178: Checking user_dbs ** [06:26:59 2020-06-13] 178: Checking geocodings ** [06:26:59 2020-06-13] 178: Checking synchronizations ** [06:26:59 2020-06-13] 178: Checking tracker ** [06:26:59 2020-06-13] 178: Checking user_migrations ** [06:26:59 2020-06-13] 178: Checking batch_updates ** [06:26:59 2020-06-13] 178: Checking gears ** [06:26:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:26:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:04 2020-06-13] 178: Checking imports ** [06:27:04 2020-06-13] 178: Checking exports ** [06:27:04 2020-06-13] 178: Checking users ** [06:27:04 2020-06-13] 178: Checking user_dbs ** [06:27:04 2020-06-13] 178: Checking geocodings ** [06:27:04 2020-06-13] 178: Checking synchronizations ** [06:27:04 2020-06-13] 178: Checking tracker ** [06:27:04 2020-06-13] 178: Checking user_migrations ** [06:27:04 2020-06-13] 178: Checking batch_updates ** [06:27:04 2020-06-13] 178: Checking gears ** [06:27:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:27:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:09 2020-06-13] 178: Checking imports ** [06:27:09 2020-06-13] 178: Checking exports ** [06:27:09 2020-06-13] 178: Checking users ** [06:27:09 2020-06-13] 178: Checking user_dbs ** [06:27:09 2020-06-13] 178: Checking geocodings ** [06:27:09 2020-06-13] 178: Checking synchronizations ** [06:27:09 2020-06-13] 178: Checking tracker ** [06:27:09 2020-06-13] 178: Checking user_migrations ** [06:27:09 2020-06-13] 178: Checking batch_updates ** [06:27:09 2020-06-13] 178: Checking gears ** [06:27:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:27:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:14 2020-06-13] 178: Checking imports ** [06:27:14 2020-06-13] 178: Checking exports ** [06:27:14 2020-06-13] 178: Checking users ** [06:27:14 2020-06-13] 178: Checking user_dbs ** [06:27:14 2020-06-13] 178: Checking geocodings ** [06:27:14 2020-06-13] 178: Checking synchronizations ** [06:27:14 2020-06-13] 178: Checking tracker ** [06:27:14 2020-06-13] 178: Checking user_migrations ** [06:27:14 2020-06-13] 178: Checking batch_updates ** [06:27:14 2020-06-13] 178: Checking gears ** [06:27:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:27:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:19 2020-06-13] 178: Checking imports ** [06:27:19 2020-06-13] 178: Checking exports ** [06:27:19 2020-06-13] 178: Checking users ** [06:27:19 2020-06-13] 178: Checking user_dbs ** [06:27:19 2020-06-13] 178: Checking geocodings ** [06:27:19 2020-06-13] 178: Checking synchronizations ** [06:27:19 2020-06-13] 178: Checking tracker ** [06:27:19 2020-06-13] 178: Checking user_migrations ** [06:27:19 2020-06-13] 178: Checking batch_updates ** [06:27:19 2020-06-13] 178: Checking gears ** [06:27:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:27:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:24 2020-06-13] 178: Checking imports ** [06:27:24 2020-06-13] 178: Checking exports ** [06:27:24 2020-06-13] 178: Checking users ** [06:27:24 2020-06-13] 178: Checking user_dbs ** [06:27:24 2020-06-13] 178: Checking geocodings ** [06:27:24 2020-06-13] 178: Checking synchronizations ** [06:27:24 2020-06-13] 178: Checking tracker ** [06:27:24 2020-06-13] 178: Checking user_migrations ** [06:27:24 2020-06-13] 178: Checking batch_updates ** [06:27:24 2020-06-13] 178: Checking gears ** [06:27:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:27:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:29 2020-06-13] 178: Checking imports ** [06:27:29 2020-06-13] 178: Checking exports ** [06:27:29 2020-06-13] 178: Checking users ** [06:27:29 2020-06-13] 178: Checking user_dbs ** [06:27:29 2020-06-13] 178: Checking geocodings ** [06:27:29 2020-06-13] 178: Checking synchronizations ** [06:27:29 2020-06-13] 178: Checking tracker ** [06:27:29 2020-06-13] 178: Checking user_migrations ** [06:27:29 2020-06-13] 178: Checking batch_updates ** [06:27:29 2020-06-13] 178: Checking gears ** [06:27:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:27:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:34 2020-06-13] 178: Checking imports ** [06:27:34 2020-06-13] 178: Checking exports ** [06:27:34 2020-06-13] 178: Checking users ** [06:27:34 2020-06-13] 178: Checking user_dbs ** [06:27:34 2020-06-13] 178: Checking geocodings ** [06:27:34 2020-06-13] 178: Checking synchronizations ** [06:27:34 2020-06-13] 178: Checking tracker ** [06:27:34 2020-06-13] 178: Checking user_migrations ** [06:27:34 2020-06-13] 178: Checking batch_updates ** [06:27:34 2020-06-13] 178: Checking gears ** [06:27:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:27:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:39 2020-06-13] 178: Checking imports ** [06:27:39 2020-06-13] 178: Checking exports ** [06:27:39 2020-06-13] 178: Checking users ** [06:27:39 2020-06-13] 178: Checking user_dbs ** [06:27:39 2020-06-13] 178: Checking geocodings ** [06:27:39 2020-06-13] 178: Checking synchronizations ** [06:27:39 2020-06-13] 178: Checking tracker ** [06:27:39 2020-06-13] 178: Checking user_migrations ** [06:27:39 2020-06-13] 178: Checking batch_updates ** [06:27:39 2020-06-13] 178: Checking gears ** [06:27:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:27:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:44 2020-06-13] 178: Checking imports ** [06:27:44 2020-06-13] 178: Checking exports ** [06:27:44 2020-06-13] 178: Checking users ** [06:27:44 2020-06-13] 178: Checking user_dbs ** [06:27:44 2020-06-13] 178: Checking geocodings ** [06:27:44 2020-06-13] 178: Checking synchronizations ** [06:27:44 2020-06-13] 178: Checking tracker ** [06:27:44 2020-06-13] 178: Checking user_migrations ** [06:27:44 2020-06-13] 178: Checking batch_updates ** [06:27:44 2020-06-13] 178: Checking gears ** [06:27:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:27:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:49 2020-06-13] 178: Checking imports ** [06:27:49 2020-06-13] 178: Checking exports ** [06:27:49 2020-06-13] 178: Checking users ** [06:27:49 2020-06-13] 178: Checking user_dbs ** [06:27:49 2020-06-13] 178: Checking geocodings ** [06:27:49 2020-06-13] 178: Checking synchronizations ** [06:27:49 2020-06-13] 178: Checking tracker ** [06:27:49 2020-06-13] 178: Checking user_migrations ** [06:27:49 2020-06-13] 178: Checking batch_updates ** [06:27:49 2020-06-13] 178: Checking gears ** [06:27:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:27:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:54 2020-06-13] 178: Checking imports ** [06:27:54 2020-06-13] 178: Checking exports ** [06:27:54 2020-06-13] 178: Checking users ** [06:27:54 2020-06-13] 178: Checking user_dbs ** [06:27:54 2020-06-13] 178: Checking geocodings ** [06:27:54 2020-06-13] 178: Checking synchronizations ** [06:27:54 2020-06-13] 178: Checking tracker ** [06:27:54 2020-06-13] 178: Checking user_migrations ** [06:27:54 2020-06-13] 178: Checking batch_updates ** [06:27:54 2020-06-13] 178: Checking gears ** [06:27:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:27:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:59 2020-06-13] 178: Checking imports ** [06:27:59 2020-06-13] 178: Checking exports ** [06:27:59 2020-06-13] 178: Checking users ** [06:27:59 2020-06-13] 178: Checking user_dbs ** [06:27:59 2020-06-13] 178: Checking geocodings ** [06:27:59 2020-06-13] 178: Checking synchronizations ** [06:27:59 2020-06-13] 178: Checking tracker ** [06:27:59 2020-06-13] 178: Checking user_migrations ** [06:27:59 2020-06-13] 178: Checking batch_updates ** [06:27:59 2020-06-13] 178: Checking gears ** [06:27:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:27:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:04 2020-06-13] 178: Checking imports ** [06:28:04 2020-06-13] 178: Checking exports ** [06:28:04 2020-06-13] 178: Checking users ** [06:28:04 2020-06-13] 178: Checking user_dbs ** [06:28:04 2020-06-13] 178: Checking geocodings ** [06:28:04 2020-06-13] 178: Checking synchronizations ** [06:28:04 2020-06-13] 178: Checking tracker ** [06:28:04 2020-06-13] 178: Checking user_migrations ** [06:28:04 2020-06-13] 178: Checking batch_updates ** [06:28:04 2020-06-13] 178: Checking gears ** [06:28:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:28:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:09 2020-06-13] 178: Checking imports ** [06:28:09 2020-06-13] 178: Checking exports ** [06:28:09 2020-06-13] 178: Checking users ** [06:28:09 2020-06-13] 178: Checking user_dbs ** [06:28:09 2020-06-13] 178: Checking geocodings ** [06:28:09 2020-06-13] 178: Checking synchronizations ** [06:28:09 2020-06-13] 178: Checking tracker ** [06:28:09 2020-06-13] 178: Checking user_migrations ** [06:28:09 2020-06-13] 178: Checking batch_updates ** [06:28:09 2020-06-13] 178: Checking gears ** [06:28:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:28:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:14 2020-06-13] 178: Checking imports ** [06:28:14 2020-06-13] 178: Checking exports ** [06:28:14 2020-06-13] 178: Checking users ** [06:28:14 2020-06-13] 178: Checking user_dbs ** [06:28:14 2020-06-13] 178: Checking geocodings ** [06:28:14 2020-06-13] 178: Checking synchronizations ** [06:28:14 2020-06-13] 178: Checking tracker ** [06:28:14 2020-06-13] 178: Checking user_migrations ** [06:28:14 2020-06-13] 178: Checking batch_updates ** [06:28:14 2020-06-13] 178: Checking gears ** [06:28:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:28:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:19 2020-06-13] 178: Checking imports ** [06:28:19 2020-06-13] 178: Checking exports ** [06:28:19 2020-06-13] 178: Checking users ** [06:28:19 2020-06-13] 178: Checking user_dbs ** [06:28:19 2020-06-13] 178: Checking geocodings ** [06:28:19 2020-06-13] 178: Checking synchronizations ** [06:28:19 2020-06-13] 178: Checking tracker ** [06:28:19 2020-06-13] 178: Checking user_migrations ** [06:28:19 2020-06-13] 178: Checking batch_updates ** [06:28:19 2020-06-13] 178: Checking gears ** [06:28:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:28:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:24 2020-06-13] 178: Checking imports ** [06:28:24 2020-06-13] 178: Checking exports ** [06:28:24 2020-06-13] 178: Checking users ** [06:28:24 2020-06-13] 178: Checking user_dbs ** [06:28:24 2020-06-13] 178: Checking geocodings ** [06:28:24 2020-06-13] 178: Checking synchronizations ** [06:28:24 2020-06-13] 178: Checking tracker ** [06:28:24 2020-06-13] 178: Checking user_migrations ** [06:28:24 2020-06-13] 178: Checking batch_updates ** [06:28:24 2020-06-13] 178: Checking gears ** [06:28:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:28:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:29 2020-06-13] 178: Checking imports ** [06:28:29 2020-06-13] 178: Checking exports ** [06:28:29 2020-06-13] 178: Checking users ** [06:28:29 2020-06-13] 178: Checking user_dbs ** [06:28:29 2020-06-13] 178: Checking geocodings ** [06:28:29 2020-06-13] 178: Checking synchronizations ** [06:28:29 2020-06-13] 178: Checking tracker ** [06:28:29 2020-06-13] 178: Checking user_migrations ** [06:28:29 2020-06-13] 178: Checking batch_updates ** [06:28:29 2020-06-13] 178: Checking gears ** [06:28:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:28:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:34 2020-06-13] 178: Checking imports ** [06:28:34 2020-06-13] 178: Checking exports ** [06:28:34 2020-06-13] 178: Checking users ** [06:28:34 2020-06-13] 178: Checking user_dbs ** [06:28:34 2020-06-13] 178: Checking geocodings ** [06:28:34 2020-06-13] 178: Checking synchronizations ** [06:28:34 2020-06-13] 178: Checking tracker ** [06:28:34 2020-06-13] 178: Checking user_migrations ** [06:28:34 2020-06-13] 178: Checking batch_updates ** [06:28:34 2020-06-13] 178: Checking gears ** [06:28:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:28:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:39 2020-06-13] 178: Checking imports ** [06:28:39 2020-06-13] 178: Checking exports ** [06:28:39 2020-06-13] 178: Checking users ** [06:28:39 2020-06-13] 178: Checking user_dbs ** [06:28:39 2020-06-13] 178: Checking geocodings ** [06:28:39 2020-06-13] 178: Checking synchronizations ** [06:28:39 2020-06-13] 178: Checking tracker ** [06:28:39 2020-06-13] 178: Checking user_migrations ** [06:28:39 2020-06-13] 178: Checking batch_updates ** [06:28:39 2020-06-13] 178: Checking gears ** [06:28:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:28:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:44 2020-06-13] 178: Checking imports ** [06:28:44 2020-06-13] 178: Checking exports ** [06:28:44 2020-06-13] 178: Checking users ** [06:28:44 2020-06-13] 178: Checking user_dbs ** [06:28:44 2020-06-13] 178: Checking geocodings ** [06:28:44 2020-06-13] 178: Checking synchronizations ** [06:28:44 2020-06-13] 178: Checking tracker ** [06:28:44 2020-06-13] 178: Checking user_migrations ** [06:28:44 2020-06-13] 178: Checking batch_updates ** [06:28:44 2020-06-13] 178: Checking gears ** [06:28:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:28:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:49 2020-06-13] 178: Checking imports ** [06:28:49 2020-06-13] 178: Checking exports ** [06:28:49 2020-06-13] 178: Checking users ** [06:28:49 2020-06-13] 178: Checking user_dbs ** [06:28:49 2020-06-13] 178: Checking geocodings ** [06:28:49 2020-06-13] 178: Checking synchronizations ** [06:28:49 2020-06-13] 178: Checking tracker ** [06:28:49 2020-06-13] 178: Checking user_migrations ** [06:28:49 2020-06-13] 178: Checking batch_updates ** [06:28:49 2020-06-13] 178: Checking gears ** [06:28:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:28:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:54 2020-06-13] 178: Checking imports ** [06:28:54 2020-06-13] 178: Checking exports ** [06:28:54 2020-06-13] 178: Checking users ** [06:28:54 2020-06-13] 178: Checking user_dbs ** [06:28:54 2020-06-13] 178: Checking geocodings ** [06:28:54 2020-06-13] 178: Checking synchronizations ** [06:28:54 2020-06-13] 178: Checking tracker ** [06:28:54 2020-06-13] 178: Checking user_migrations ** [06:28:54 2020-06-13] 178: Checking batch_updates ** [06:28:54 2020-06-13] 178: Checking gears ** [06:28:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:28:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:59 2020-06-13] 178: Checking imports ** [06:28:59 2020-06-13] 178: Checking exports ** [06:28:59 2020-06-13] 178: Checking users ** [06:28:59 2020-06-13] 178: Checking user_dbs ** [06:28:59 2020-06-13] 178: Checking geocodings ** [06:28:59 2020-06-13] 178: Checking synchronizations ** [06:28:59 2020-06-13] 178: Checking tracker ** [06:28:59 2020-06-13] 178: Checking user_migrations ** [06:28:59 2020-06-13] 178: Checking batch_updates ** [06:28:59 2020-06-13] 178: Checking gears ** [06:28:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:28:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:04 2020-06-13] 178: Checking imports ** [06:29:04 2020-06-13] 178: Checking exports ** [06:29:04 2020-06-13] 178: Checking users ** [06:29:04 2020-06-13] 178: Checking user_dbs ** [06:29:04 2020-06-13] 178: Checking geocodings ** [06:29:04 2020-06-13] 178: Checking synchronizations ** [06:29:04 2020-06-13] 178: Checking tracker ** [06:29:04 2020-06-13] 178: Checking user_migrations ** [06:29:04 2020-06-13] 178: Checking batch_updates ** [06:29:04 2020-06-13] 178: Checking gears ** [06:29:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:29:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:09 2020-06-13] 178: Checking imports ** [06:29:09 2020-06-13] 178: Checking exports ** [06:29:09 2020-06-13] 178: Checking users ** [06:29:09 2020-06-13] 178: Checking user_dbs ** [06:29:09 2020-06-13] 178: Checking geocodings ** [06:29:09 2020-06-13] 178: Checking synchronizations ** [06:29:09 2020-06-13] 178: Checking tracker ** [06:29:09 2020-06-13] 178: Checking user_migrations ** [06:29:09 2020-06-13] 178: Checking batch_updates ** [06:29:09 2020-06-13] 178: Checking gears ** [06:29:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:29:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:14 2020-06-13] 178: Checking imports ** [06:29:14 2020-06-13] 178: Checking exports ** [06:29:14 2020-06-13] 178: Checking users ** [06:29:14 2020-06-13] 178: Checking user_dbs ** [06:29:14 2020-06-13] 178: Checking geocodings ** [06:29:14 2020-06-13] 178: Checking synchronizations ** [06:29:14 2020-06-13] 178: Checking tracker ** [06:29:14 2020-06-13] 178: Checking user_migrations ** [06:29:14 2020-06-13] 178: Checking batch_updates ** [06:29:14 2020-06-13] 178: Checking gears ** [06:29:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:29:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:19 2020-06-13] 178: Checking imports ** [06:29:19 2020-06-13] 178: Checking exports ** [06:29:19 2020-06-13] 178: Checking users ** [06:29:19 2020-06-13] 178: Checking user_dbs ** [06:29:19 2020-06-13] 178: Checking geocodings ** [06:29:19 2020-06-13] 178: Checking synchronizations ** [06:29:19 2020-06-13] 178: Checking tracker ** [06:29:19 2020-06-13] 178: Checking user_migrations ** [06:29:19 2020-06-13] 178: Checking batch_updates ** [06:29:19 2020-06-13] 178: Checking gears ** [06:29:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:29:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:24 2020-06-13] 178: Checking imports ** [06:29:24 2020-06-13] 178: Checking exports ** [06:29:24 2020-06-13] 178: Checking users ** [06:29:24 2020-06-13] 178: Checking user_dbs ** [06:29:24 2020-06-13] 178: Checking geocodings ** [06:29:24 2020-06-13] 178: Checking synchronizations ** [06:29:24 2020-06-13] 178: Checking tracker ** [06:29:24 2020-06-13] 178: Checking user_migrations ** [06:29:24 2020-06-13] 178: Checking batch_updates ** [06:29:24 2020-06-13] 178: Checking gears ** [06:29:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:29:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:29 2020-06-13] 178: Checking imports ** [06:29:29 2020-06-13] 178: Checking exports ** [06:29:29 2020-06-13] 178: Checking users ** [06:29:29 2020-06-13] 178: Checking user_dbs ** [06:29:29 2020-06-13] 178: Checking geocodings ** [06:29:29 2020-06-13] 178: Checking synchronizations ** [06:29:29 2020-06-13] 178: Checking tracker ** [06:29:29 2020-06-13] 178: Checking user_migrations ** [06:29:29 2020-06-13] 178: Checking batch_updates ** [06:29:29 2020-06-13] 178: Checking gears ** [06:29:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:29:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:34 2020-06-13] 178: Checking imports ** [06:29:34 2020-06-13] 178: Checking exports ** [06:29:34 2020-06-13] 178: Checking users ** [06:29:34 2020-06-13] 178: Checking user_dbs ** [06:29:34 2020-06-13] 178: Checking geocodings ** [06:29:34 2020-06-13] 178: Checking synchronizations ** [06:29:34 2020-06-13] 178: Checking tracker ** [06:29:34 2020-06-13] 178: Checking user_migrations ** [06:29:34 2020-06-13] 178: Checking batch_updates ** [06:29:34 2020-06-13] 178: Checking gears ** [06:29:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:29:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:39 2020-06-13] 178: Checking imports ** [06:29:39 2020-06-13] 178: Checking exports ** [06:29:39 2020-06-13] 178: Checking users ** [06:29:39 2020-06-13] 178: Checking user_dbs ** [06:29:39 2020-06-13] 178: Checking geocodings ** [06:29:39 2020-06-13] 178: Checking synchronizations ** [06:29:39 2020-06-13] 178: Checking tracker ** [06:29:39 2020-06-13] 178: Checking user_migrations ** [06:29:39 2020-06-13] 178: Checking batch_updates ** [06:29:39 2020-06-13] 178: Checking gears ** [06:29:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:29:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:44 2020-06-13] 178: Checking imports ** [06:29:44 2020-06-13] 178: Checking exports ** [06:29:44 2020-06-13] 178: Checking users ** [06:29:44 2020-06-13] 178: Checking user_dbs ** [06:29:44 2020-06-13] 178: Checking geocodings ** [06:29:44 2020-06-13] 178: Checking synchronizations ** [06:29:44 2020-06-13] 178: Checking tracker ** [06:29:44 2020-06-13] 178: Checking user_migrations ** [06:29:44 2020-06-13] 178: Checking batch_updates ** [06:29:44 2020-06-13] 178: Checking gears ** [06:29:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:29:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:49 2020-06-13] 178: Checking imports ** [06:29:49 2020-06-13] 178: Checking exports ** [06:29:49 2020-06-13] 178: Checking users ** [06:29:49 2020-06-13] 178: Checking user_dbs ** [06:29:49 2020-06-13] 178: Checking geocodings ** [06:29:49 2020-06-13] 178: Checking synchronizations ** [06:29:49 2020-06-13] 178: Checking tracker ** [06:29:49 2020-06-13] 178: Checking user_migrations ** [06:29:49 2020-06-13] 178: Checking batch_updates ** [06:29:49 2020-06-13] 178: Checking gears ** [06:29:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:29:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:54 2020-06-13] 178: Checking imports ** [06:29:54 2020-06-13] 178: Checking exports ** [06:29:54 2020-06-13] 178: Checking users ** [06:29:54 2020-06-13] 178: Checking user_dbs ** [06:29:54 2020-06-13] 178: Checking geocodings ** [06:29:54 2020-06-13] 178: Checking synchronizations ** [06:29:54 2020-06-13] 178: Checking tracker ** [06:29:54 2020-06-13] 178: Checking user_migrations ** [06:29:54 2020-06-13] 178: Checking batch_updates ** [06:29:54 2020-06-13] 178: Checking gears ** [06:29:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:29:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:59 2020-06-13] 178: Checking imports ** [06:29:59 2020-06-13] 178: Checking exports ** [06:29:59 2020-06-13] 178: Checking users ** [06:29:59 2020-06-13] 178: Checking user_dbs ** [06:29:59 2020-06-13] 178: Checking geocodings ** [06:29:59 2020-06-13] 178: Checking synchronizations ** [06:29:59 2020-06-13] 178: Checking tracker ** [06:29:59 2020-06-13] 178: Checking user_migrations ** [06:29:59 2020-06-13] 178: Checking batch_updates ** [06:29:59 2020-06-13] 178: Checking gears ** [06:29:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:29:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:04 2020-06-13] 178: Checking imports ** [06:30:04 2020-06-13] 178: Checking exports ** [06:30:04 2020-06-13] 178: Checking users ** [06:30:04 2020-06-13] 178: Checking user_dbs ** [06:30:04 2020-06-13] 178: Checking geocodings ** [06:30:04 2020-06-13] 178: Checking synchronizations ** [06:30:04 2020-06-13] 178: Checking tracker ** [06:30:04 2020-06-13] 178: Checking user_migrations ** [06:30:04 2020-06-13] 178: Checking batch_updates ** [06:30:04 2020-06-13] 178: Checking gears ** [06:30:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:30:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:09 2020-06-13] 178: Checking imports ** [06:30:09 2020-06-13] 178: Checking exports ** [06:30:09 2020-06-13] 178: Checking users ** [06:30:09 2020-06-13] 178: Checking user_dbs ** [06:30:09 2020-06-13] 178: Checking geocodings ** [06:30:09 2020-06-13] 178: Checking synchronizations ** [06:30:09 2020-06-13] 178: Checking tracker ** [06:30:09 2020-06-13] 178: Checking user_migrations ** [06:30:09 2020-06-13] 178: Checking batch_updates ** [06:30:09 2020-06-13] 178: Checking gears ** [06:30:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:30:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:14 2020-06-13] 178: Checking imports ** [06:30:14 2020-06-13] 178: Checking exports ** [06:30:14 2020-06-13] 178: Checking users ** [06:30:14 2020-06-13] 178: Checking user_dbs ** [06:30:14 2020-06-13] 178: Checking geocodings ** [06:30:14 2020-06-13] 178: Checking synchronizations ** [06:30:14 2020-06-13] 178: Checking tracker ** [06:30:14 2020-06-13] 178: Checking user_migrations ** [06:30:14 2020-06-13] 178: Checking batch_updates ** [06:30:14 2020-06-13] 178: Checking gears ** [06:30:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:30:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:19 2020-06-13] 178: Checking imports ** [06:30:19 2020-06-13] 178: Checking exports ** [06:30:19 2020-06-13] 178: Checking users ** [06:30:19 2020-06-13] 178: Checking user_dbs ** [06:30:19 2020-06-13] 178: Checking geocodings ** [06:30:19 2020-06-13] 178: Checking synchronizations ** [06:30:19 2020-06-13] 178: Checking tracker ** [06:30:19 2020-06-13] 178: Checking user_migrations ** [06:30:19 2020-06-13] 178: Checking batch_updates ** [06:30:19 2020-06-13] 178: Checking gears ** [06:30:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:30:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:24 2020-06-13] 178: Checking imports ** [06:30:24 2020-06-13] 178: Checking exports ** [06:30:24 2020-06-13] 178: Checking users ** [06:30:24 2020-06-13] 178: Checking user_dbs ** [06:30:24 2020-06-13] 178: Checking geocodings ** [06:30:24 2020-06-13] 178: Checking synchronizations ** [06:30:24 2020-06-13] 178: Checking tracker ** [06:30:24 2020-06-13] 178: Checking user_migrations ** [06:30:24 2020-06-13] 178: Checking batch_updates ** [06:30:24 2020-06-13] 178: Checking gears ** [06:30:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:30:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:29 2020-06-13] 178: Checking imports ** [06:30:29 2020-06-13] 178: Checking exports ** [06:30:29 2020-06-13] 178: Checking users ** [06:30:29 2020-06-13] 178: Checking user_dbs ** [06:30:29 2020-06-13] 178: Checking geocodings ** [06:30:29 2020-06-13] 178: Checking synchronizations ** [06:30:29 2020-06-13] 178: Checking tracker ** [06:30:29 2020-06-13] 178: Checking user_migrations ** [06:30:29 2020-06-13] 178: Checking batch_updates ** [06:30:29 2020-06-13] 178: Checking gears ** [06:30:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:30:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:34 2020-06-13] 178: Checking imports ** [06:30:34 2020-06-13] 178: Checking exports ** [06:30:34 2020-06-13] 178: Checking users ** [06:30:34 2020-06-13] 178: Checking user_dbs ** [06:30:34 2020-06-13] 178: Checking geocodings ** [06:30:34 2020-06-13] 178: Checking synchronizations ** [06:30:34 2020-06-13] 178: Checking tracker ** [06:30:34 2020-06-13] 178: Checking user_migrations ** [06:30:34 2020-06-13] 178: Checking batch_updates ** [06:30:34 2020-06-13] 178: Checking gears ** [06:30:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:30:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:39 2020-06-13] 178: Checking imports ** [06:30:39 2020-06-13] 178: Checking exports ** [06:30:39 2020-06-13] 178: Checking users ** [06:30:39 2020-06-13] 178: Checking user_dbs ** [06:30:39 2020-06-13] 178: Checking geocodings ** [06:30:39 2020-06-13] 178: Checking synchronizations ** [06:30:39 2020-06-13] 178: Checking tracker ** [06:30:39 2020-06-13] 178: Checking user_migrations ** [06:30:39 2020-06-13] 178: Checking batch_updates ** [06:30:39 2020-06-13] 178: Checking gears ** [06:30:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:30:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:44 2020-06-13] 178: Checking imports ** [06:30:44 2020-06-13] 178: Checking exports ** [06:30:44 2020-06-13] 178: Checking users ** [06:30:44 2020-06-13] 178: Checking user_dbs ** [06:30:44 2020-06-13] 178: Checking geocodings ** [06:30:44 2020-06-13] 178: Checking synchronizations ** [06:30:44 2020-06-13] 178: Checking tracker ** [06:30:44 2020-06-13] 178: Checking user_migrations ** [06:30:44 2020-06-13] 178: Checking batch_updates ** [06:30:44 2020-06-13] 178: Checking gears ** [06:30:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:30:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:49 2020-06-13] 178: Checking imports ** [06:30:49 2020-06-13] 178: Checking exports ** [06:30:49 2020-06-13] 178: Checking users ** [06:30:49 2020-06-13] 178: Checking user_dbs ** [06:30:49 2020-06-13] 178: Checking geocodings ** [06:30:49 2020-06-13] 178: Checking synchronizations ** [06:30:49 2020-06-13] 178: Checking tracker ** [06:30:49 2020-06-13] 178: Checking user_migrations ** [06:30:49 2020-06-13] 178: Checking batch_updates ** [06:30:49 2020-06-13] 178: Checking gears ** [06:30:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:30:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:54 2020-06-13] 178: Checking imports ** [06:30:54 2020-06-13] 178: Checking exports ** [06:30:54 2020-06-13] 178: Checking users ** [06:30:54 2020-06-13] 178: Checking user_dbs ** [06:30:54 2020-06-13] 178: Checking geocodings ** [06:30:54 2020-06-13] 178: Checking synchronizations ** [06:30:54 2020-06-13] 178: Checking tracker ** [06:30:54 2020-06-13] 178: Checking user_migrations ** [06:30:54 2020-06-13] 178: Checking batch_updates ** [06:30:54 2020-06-13] 178: Checking gears ** [06:30:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:30:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:59 2020-06-13] 178: Checking imports ** [06:30:59 2020-06-13] 178: Checking exports ** [06:30:59 2020-06-13] 178: Checking users ** [06:30:59 2020-06-13] 178: Checking user_dbs ** [06:30:59 2020-06-13] 178: Checking geocodings ** [06:30:59 2020-06-13] 178: Checking synchronizations ** [06:30:59 2020-06-13] 178: Checking tracker ** [06:30:59 2020-06-13] 178: Checking user_migrations ** [06:30:59 2020-06-13] 178: Checking batch_updates ** [06:30:59 2020-06-13] 178: Checking gears ** [06:30:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:30:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:04 2020-06-13] 178: Checking imports ** [06:31:04 2020-06-13] 178: Checking exports ** [06:31:04 2020-06-13] 178: Checking users ** [06:31:04 2020-06-13] 178: Checking user_dbs ** [06:31:04 2020-06-13] 178: Checking geocodings ** [06:31:04 2020-06-13] 178: Checking synchronizations ** [06:31:04 2020-06-13] 178: Checking tracker ** [06:31:04 2020-06-13] 178: Checking user_migrations ** [06:31:04 2020-06-13] 178: Checking batch_updates ** [06:31:04 2020-06-13] 178: Checking gears ** [06:31:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:31:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:09 2020-06-13] 178: Checking imports ** [06:31:09 2020-06-13] 178: Checking exports ** [06:31:09 2020-06-13] 178: Checking users ** [06:31:09 2020-06-13] 178: Checking user_dbs ** [06:31:09 2020-06-13] 178: Checking geocodings ** [06:31:09 2020-06-13] 178: Checking synchronizations ** [06:31:09 2020-06-13] 178: Checking tracker ** [06:31:09 2020-06-13] 178: Checking user_migrations ** [06:31:09 2020-06-13] 178: Checking batch_updates ** [06:31:09 2020-06-13] 178: Checking gears ** [06:31:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:31:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:14 2020-06-13] 178: Checking imports ** [06:31:14 2020-06-13] 178: Checking exports ** [06:31:14 2020-06-13] 178: Checking users ** [06:31:14 2020-06-13] 178: Checking user_dbs ** [06:31:14 2020-06-13] 178: Checking geocodings ** [06:31:14 2020-06-13] 178: Checking synchronizations ** [06:31:14 2020-06-13] 178: Checking tracker ** [06:31:14 2020-06-13] 178: Checking user_migrations ** [06:31:14 2020-06-13] 178: Checking batch_updates ** [06:31:14 2020-06-13] 178: Checking gears ** [06:31:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:31:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:19 2020-06-13] 178: Checking imports ** [06:31:19 2020-06-13] 178: Checking exports ** [06:31:19 2020-06-13] 178: Checking users ** [06:31:19 2020-06-13] 178: Checking user_dbs ** [06:31:19 2020-06-13] 178: Checking geocodings ** [06:31:19 2020-06-13] 178: Checking synchronizations ** [06:31:19 2020-06-13] 178: Checking tracker ** [06:31:19 2020-06-13] 178: Checking user_migrations ** [06:31:19 2020-06-13] 178: Checking batch_updates ** [06:31:19 2020-06-13] 178: Checking gears ** [06:31:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:31:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:24 2020-06-13] 178: Checking imports ** [06:31:24 2020-06-13] 178: Checking exports ** [06:31:24 2020-06-13] 178: Checking users ** [06:31:24 2020-06-13] 178: Checking user_dbs ** [06:31:24 2020-06-13] 178: Checking geocodings ** [06:31:24 2020-06-13] 178: Checking synchronizations ** [06:31:24 2020-06-13] 178: Checking tracker ** [06:31:24 2020-06-13] 178: Checking user_migrations ** [06:31:24 2020-06-13] 178: Checking batch_updates ** [06:31:24 2020-06-13] 178: Checking gears ** [06:31:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:31:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:29 2020-06-13] 178: Checking imports ** [06:31:29 2020-06-13] 178: Checking exports ** [06:31:29 2020-06-13] 178: Checking users ** [06:31:29 2020-06-13] 178: Checking user_dbs ** [06:31:29 2020-06-13] 178: Checking geocodings ** [06:31:29 2020-06-13] 178: Checking synchronizations ** [06:31:29 2020-06-13] 178: Checking tracker ** [06:31:29 2020-06-13] 178: Checking user_migrations ** [06:31:29 2020-06-13] 178: Checking batch_updates ** [06:31:29 2020-06-13] 178: Checking gears ** [06:31:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:31:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:34 2020-06-13] 178: Checking imports ** [06:31:34 2020-06-13] 178: Checking exports ** [06:31:34 2020-06-13] 178: Checking users ** [06:31:34 2020-06-13] 178: Checking user_dbs ** [06:31:34 2020-06-13] 178: Checking geocodings ** [06:31:34 2020-06-13] 178: Checking synchronizations ** [06:31:34 2020-06-13] 178: Checking tracker ** [06:31:34 2020-06-13] 178: Checking user_migrations ** [06:31:34 2020-06-13] 178: Checking batch_updates ** [06:31:34 2020-06-13] 178: Checking gears ** [06:31:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:31:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:39 2020-06-13] 178: Checking imports ** [06:31:39 2020-06-13] 178: Checking exports ** [06:31:39 2020-06-13] 178: Checking users ** [06:31:39 2020-06-13] 178: Checking user_dbs ** [06:31:39 2020-06-13] 178: Checking geocodings ** [06:31:39 2020-06-13] 178: Checking synchronizations ** [06:31:39 2020-06-13] 178: Checking tracker ** [06:31:39 2020-06-13] 178: Checking user_migrations ** [06:31:39 2020-06-13] 178: Checking batch_updates ** [06:31:39 2020-06-13] 178: Checking gears ** [06:31:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:31:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:44 2020-06-13] 178: Checking imports ** [06:31:44 2020-06-13] 178: Checking exports ** [06:31:44 2020-06-13] 178: Checking users ** [06:31:44 2020-06-13] 178: Checking user_dbs ** [06:31:44 2020-06-13] 178: Checking geocodings ** [06:31:44 2020-06-13] 178: Checking synchronizations ** [06:31:44 2020-06-13] 178: Checking tracker ** [06:31:44 2020-06-13] 178: Checking user_migrations ** [06:31:44 2020-06-13] 178: Checking batch_updates ** [06:31:44 2020-06-13] 178: Checking gears ** [06:31:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:31:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:49 2020-06-13] 178: Checking imports ** [06:31:49 2020-06-13] 178: Checking exports ** [06:31:49 2020-06-13] 178: Checking users ** [06:31:49 2020-06-13] 178: Checking user_dbs ** [06:31:49 2020-06-13] 178: Checking geocodings ** [06:31:49 2020-06-13] 178: Checking synchronizations ** [06:31:49 2020-06-13] 178: Checking tracker ** [06:31:49 2020-06-13] 178: Checking user_migrations ** [06:31:49 2020-06-13] 178: Checking batch_updates ** [06:31:49 2020-06-13] 178: Checking gears ** [06:31:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:31:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:54 2020-06-13] 178: Checking imports ** [06:31:54 2020-06-13] 178: Checking exports ** [06:31:54 2020-06-13] 178: Checking users ** [06:31:54 2020-06-13] 178: Checking user_dbs ** [06:31:54 2020-06-13] 178: Checking geocodings ** [06:31:54 2020-06-13] 178: Checking synchronizations ** [06:31:54 2020-06-13] 178: Checking tracker ** [06:31:54 2020-06-13] 178: Checking user_migrations ** [06:31:54 2020-06-13] 178: Checking batch_updates ** [06:31:54 2020-06-13] 178: Checking gears ** [06:31:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:31:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:59 2020-06-13] 178: Checking imports ** [06:31:59 2020-06-13] 178: Checking exports ** [06:31:59 2020-06-13] 178: Checking users ** [06:31:59 2020-06-13] 178: Checking user_dbs ** [06:31:59 2020-06-13] 178: Checking geocodings ** [06:31:59 2020-06-13] 178: Checking synchronizations ** [06:31:59 2020-06-13] 178: Checking tracker ** [06:31:59 2020-06-13] 178: Checking user_migrations ** [06:31:59 2020-06-13] 178: Checking batch_updates ** [06:31:59 2020-06-13] 178: Checking gears ** [06:31:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:31:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:04 2020-06-13] 178: Checking imports ** [06:32:04 2020-06-13] 178: Checking exports ** [06:32:04 2020-06-13] 178: Checking users ** [06:32:04 2020-06-13] 178: Checking user_dbs ** [06:32:04 2020-06-13] 178: Checking geocodings ** [06:32:04 2020-06-13] 178: Checking synchronizations ** [06:32:04 2020-06-13] 178: Checking tracker ** [06:32:04 2020-06-13] 178: Checking user_migrations ** [06:32:04 2020-06-13] 178: Checking batch_updates ** [06:32:04 2020-06-13] 178: Checking gears ** [06:32:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:32:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:09 2020-06-13] 178: Checking imports ** [06:32:09 2020-06-13] 178: Checking exports ** [06:32:09 2020-06-13] 178: Checking users ** [06:32:09 2020-06-13] 178: Checking user_dbs ** [06:32:09 2020-06-13] 178: Checking geocodings ** [06:32:09 2020-06-13] 178: Checking synchronizations ** [06:32:09 2020-06-13] 178: Checking tracker ** [06:32:09 2020-06-13] 178: Checking user_migrations ** [06:32:09 2020-06-13] 178: Checking batch_updates ** [06:32:09 2020-06-13] 178: Checking gears ** [06:32:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:32:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:14 2020-06-13] 178: Checking imports ** [06:32:14 2020-06-13] 178: Checking exports ** [06:32:14 2020-06-13] 178: Checking users ** [06:32:14 2020-06-13] 178: Checking user_dbs ** [06:32:14 2020-06-13] 178: Checking geocodings ** [06:32:14 2020-06-13] 178: Checking synchronizations ** [06:32:14 2020-06-13] 178: Checking tracker ** [06:32:14 2020-06-13] 178: Checking user_migrations ** [06:32:14 2020-06-13] 178: Checking batch_updates ** [06:32:14 2020-06-13] 178: Checking gears ** [06:32:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:32:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:19 2020-06-13] 178: Checking imports ** [06:32:19 2020-06-13] 178: Checking exports ** [06:32:19 2020-06-13] 178: Checking users ** [06:32:19 2020-06-13] 178: Checking user_dbs ** [06:32:19 2020-06-13] 178: Checking geocodings ** [06:32:19 2020-06-13] 178: Checking synchronizations ** [06:32:19 2020-06-13] 178: Checking tracker ** [06:32:19 2020-06-13] 178: Checking user_migrations ** [06:32:19 2020-06-13] 178: Checking batch_updates ** [06:32:19 2020-06-13] 178: Checking gears ** [06:32:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:32:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:24 2020-06-13] 178: Checking imports ** [06:32:24 2020-06-13] 178: Checking exports ** [06:32:24 2020-06-13] 178: Checking users ** [06:32:24 2020-06-13] 178: Checking user_dbs ** [06:32:24 2020-06-13] 178: Checking geocodings ** [06:32:24 2020-06-13] 178: Checking synchronizations ** [06:32:24 2020-06-13] 178: Checking tracker ** [06:32:24 2020-06-13] 178: Checking user_migrations ** [06:32:24 2020-06-13] 178: Checking batch_updates ** [06:32:24 2020-06-13] 178: Checking gears ** [06:32:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:32:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:29 2020-06-13] 178: Checking imports ** [06:32:29 2020-06-13] 178: Checking exports ** [06:32:29 2020-06-13] 178: Checking users ** [06:32:29 2020-06-13] 178: Checking user_dbs ** [06:32:29 2020-06-13] 178: Checking geocodings ** [06:32:29 2020-06-13] 178: Checking synchronizations ** [06:32:29 2020-06-13] 178: Checking tracker ** [06:32:29 2020-06-13] 178: Checking user_migrations ** [06:32:29 2020-06-13] 178: Checking batch_updates ** [06:32:29 2020-06-13] 178: Checking gears ** [06:32:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:32:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:34 2020-06-13] 178: Checking imports ** [06:32:34 2020-06-13] 178: Checking exports ** [06:32:34 2020-06-13] 178: Checking users ** [06:32:34 2020-06-13] 178: Checking user_dbs ** [06:32:34 2020-06-13] 178: Checking geocodings ** [06:32:34 2020-06-13] 178: Checking synchronizations ** [06:32:34 2020-06-13] 178: Checking tracker ** [06:32:34 2020-06-13] 178: Checking user_migrations ** [06:32:34 2020-06-13] 178: Checking batch_updates ** [06:32:34 2020-06-13] 178: Checking gears ** [06:32:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:32:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:39 2020-06-13] 178: Checking imports ** [06:32:39 2020-06-13] 178: Checking exports ** [06:32:39 2020-06-13] 178: Checking users ** [06:32:39 2020-06-13] 178: Checking user_dbs ** [06:32:39 2020-06-13] 178: Checking geocodings ** [06:32:39 2020-06-13] 178: Checking synchronizations ** [06:32:39 2020-06-13] 178: Checking tracker ** [06:32:39 2020-06-13] 178: Checking user_migrations ** [06:32:39 2020-06-13] 178: Checking batch_updates ** [06:32:39 2020-06-13] 178: Checking gears ** [06:32:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:32:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:44 2020-06-13] 178: Checking imports ** [06:32:44 2020-06-13] 178: Checking exports ** [06:32:44 2020-06-13] 178: Checking users ** [06:32:44 2020-06-13] 178: Checking user_dbs ** [06:32:44 2020-06-13] 178: Checking geocodings ** [06:32:44 2020-06-13] 178: Checking synchronizations ** [06:32:44 2020-06-13] 178: Checking tracker ** [06:32:44 2020-06-13] 178: Checking user_migrations ** [06:32:44 2020-06-13] 178: Checking batch_updates ** [06:32:44 2020-06-13] 178: Checking gears ** [06:32:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:32:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:49 2020-06-13] 178: Checking imports ** [06:32:49 2020-06-13] 178: Checking exports ** [06:32:49 2020-06-13] 178: Checking users ** [06:32:49 2020-06-13] 178: Checking user_dbs ** [06:32:49 2020-06-13] 178: Checking geocodings ** [06:32:49 2020-06-13] 178: Checking synchronizations ** [06:32:49 2020-06-13] 178: Checking tracker ** [06:32:49 2020-06-13] 178: Checking user_migrations ** [06:32:49 2020-06-13] 178: Checking batch_updates ** [06:32:49 2020-06-13] 178: Checking gears ** [06:32:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:32:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:54 2020-06-13] 178: Checking imports ** [06:32:54 2020-06-13] 178: Checking exports ** [06:32:54 2020-06-13] 178: Checking users ** [06:32:54 2020-06-13] 178: Checking user_dbs ** [06:32:54 2020-06-13] 178: Checking geocodings ** [06:32:54 2020-06-13] 178: Checking synchronizations ** [06:32:54 2020-06-13] 178: Checking tracker ** [06:32:54 2020-06-13] 178: Checking user_migrations ** [06:32:54 2020-06-13] 178: Checking batch_updates ** [06:32:54 2020-06-13] 178: Checking gears ** [06:32:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:32:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:59 2020-06-13] 178: Checking imports ** [06:32:59 2020-06-13] 178: Checking exports ** [06:32:59 2020-06-13] 178: Checking users ** [06:32:59 2020-06-13] 178: Checking user_dbs ** [06:32:59 2020-06-13] 178: Checking geocodings ** [06:32:59 2020-06-13] 178: Checking synchronizations ** [06:32:59 2020-06-13] 178: Checking tracker ** [06:32:59 2020-06-13] 178: Checking user_migrations ** [06:32:59 2020-06-13] 178: Checking batch_updates ** [06:32:59 2020-06-13] 178: Checking gears ** [06:32:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:32:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:04 2020-06-13] 178: Checking imports ** [06:33:04 2020-06-13] 178: Checking exports ** [06:33:04 2020-06-13] 178: Checking users ** [06:33:04 2020-06-13] 178: Checking user_dbs ** [06:33:04 2020-06-13] 178: Checking geocodings ** [06:33:04 2020-06-13] 178: Checking synchronizations ** [06:33:04 2020-06-13] 178: Checking tracker ** [06:33:04 2020-06-13] 178: Checking user_migrations ** [06:33:04 2020-06-13] 178: Checking batch_updates ** [06:33:04 2020-06-13] 178: Checking gears ** [06:33:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:33:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:09 2020-06-13] 178: Checking imports ** [06:33:09 2020-06-13] 178: Checking exports ** [06:33:09 2020-06-13] 178: Checking users ** [06:33:09 2020-06-13] 178: Checking user_dbs ** [06:33:09 2020-06-13] 178: Checking geocodings ** [06:33:09 2020-06-13] 178: Checking synchronizations ** [06:33:09 2020-06-13] 178: Checking tracker ** [06:33:09 2020-06-13] 178: Checking user_migrations ** [06:33:09 2020-06-13] 178: Checking batch_updates ** [06:33:09 2020-06-13] 178: Checking gears ** [06:33:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:33:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:14 2020-06-13] 178: Checking imports ** [06:33:14 2020-06-13] 178: Checking exports ** [06:33:14 2020-06-13] 178: Checking users ** [06:33:14 2020-06-13] 178: Checking user_dbs ** [06:33:14 2020-06-13] 178: Checking geocodings ** [06:33:14 2020-06-13] 178: Checking synchronizations ** [06:33:14 2020-06-13] 178: Checking tracker ** [06:33:14 2020-06-13] 178: Checking user_migrations ** [06:33:14 2020-06-13] 178: Checking batch_updates ** [06:33:14 2020-06-13] 178: Checking gears ** [06:33:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:33:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:19 2020-06-13] 178: Checking imports ** [06:33:19 2020-06-13] 178: Checking exports ** [06:33:19 2020-06-13] 178: Checking users ** [06:33:19 2020-06-13] 178: Checking user_dbs ** [06:33:19 2020-06-13] 178: Checking geocodings ** [06:33:19 2020-06-13] 178: Checking synchronizations ** [06:33:19 2020-06-13] 178: Checking tracker ** [06:33:19 2020-06-13] 178: Checking user_migrations ** [06:33:19 2020-06-13] 178: Checking batch_updates ** [06:33:19 2020-06-13] 178: Checking gears ** [06:33:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:33:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:24 2020-06-13] 178: Checking imports ** [06:33:24 2020-06-13] 178: Checking exports ** [06:33:24 2020-06-13] 178: Checking users ** [06:33:24 2020-06-13] 178: Checking user_dbs ** [06:33:24 2020-06-13] 178: Checking geocodings ** [06:33:24 2020-06-13] 178: Checking synchronizations ** [06:33:24 2020-06-13] 178: Checking tracker ** [06:33:24 2020-06-13] 178: Checking user_migrations ** [06:33:24 2020-06-13] 178: Checking batch_updates ** [06:33:24 2020-06-13] 178: Checking gears ** [06:33:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:33:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:29 2020-06-13] 178: Checking imports ** [06:33:29 2020-06-13] 178: Checking exports ** [06:33:29 2020-06-13] 178: Checking users ** [06:33:29 2020-06-13] 178: Checking user_dbs ** [06:33:29 2020-06-13] 178: Checking geocodings ** [06:33:29 2020-06-13] 178: Checking synchronizations ** [06:33:29 2020-06-13] 178: Checking tracker ** [06:33:29 2020-06-13] 178: Checking user_migrations ** [06:33:29 2020-06-13] 178: Checking batch_updates ** [06:33:29 2020-06-13] 178: Checking gears ** [06:33:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:33:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:34 2020-06-13] 178: Checking imports ** [06:33:34 2020-06-13] 178: Checking exports ** [06:33:34 2020-06-13] 178: Checking users ** [06:33:34 2020-06-13] 178: Checking user_dbs ** [06:33:34 2020-06-13] 178: Checking geocodings ** [06:33:34 2020-06-13] 178: Checking synchronizations ** [06:33:34 2020-06-13] 178: Checking tracker ** [06:33:34 2020-06-13] 178: Checking user_migrations ** [06:33:34 2020-06-13] 178: Checking batch_updates ** [06:33:34 2020-06-13] 178: Checking gears ** [06:33:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:33:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:39 2020-06-13] 178: Checking imports ** [06:33:39 2020-06-13] 178: Checking exports ** [06:33:39 2020-06-13] 178: Checking users ** [06:33:39 2020-06-13] 178: Checking user_dbs ** [06:33:39 2020-06-13] 178: Checking geocodings ** [06:33:39 2020-06-13] 178: Checking synchronizations ** [06:33:39 2020-06-13] 178: Checking tracker ** [06:33:39 2020-06-13] 178: Checking user_migrations ** [06:33:39 2020-06-13] 178: Checking batch_updates ** [06:33:39 2020-06-13] 178: Checking gears ** [06:33:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:33:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:44 2020-06-13] 178: Checking imports ** [06:33:44 2020-06-13] 178: Checking exports ** [06:33:44 2020-06-13] 178: Checking users ** [06:33:44 2020-06-13] 178: Checking user_dbs ** [06:33:44 2020-06-13] 178: Checking geocodings ** [06:33:44 2020-06-13] 178: Checking synchronizations ** [06:33:44 2020-06-13] 178: Checking tracker ** [06:33:44 2020-06-13] 178: Checking user_migrations ** [06:33:44 2020-06-13] 178: Checking batch_updates ** [06:33:44 2020-06-13] 178: Checking gears ** [06:33:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:33:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:49 2020-06-13] 178: Checking imports ** [06:33:49 2020-06-13] 178: Checking exports ** [06:33:49 2020-06-13] 178: Checking users ** [06:33:49 2020-06-13] 178: Checking user_dbs ** [06:33:49 2020-06-13] 178: Checking geocodings ** [06:33:49 2020-06-13] 178: Checking synchronizations ** [06:33:49 2020-06-13] 178: Checking tracker ** [06:33:49 2020-06-13] 178: Checking user_migrations ** [06:33:49 2020-06-13] 178: Checking batch_updates ** [06:33:49 2020-06-13] 178: Checking gears ** [06:33:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:33:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:54 2020-06-13] 178: Checking imports ** [06:33:54 2020-06-13] 178: Checking exports ** [06:33:54 2020-06-13] 178: Checking users ** [06:33:54 2020-06-13] 178: Checking user_dbs ** [06:33:54 2020-06-13] 178: Checking geocodings ** [06:33:54 2020-06-13] 178: Checking synchronizations ** [06:33:54 2020-06-13] 178: Checking tracker ** [06:33:54 2020-06-13] 178: Checking user_migrations ** [06:33:54 2020-06-13] 178: Checking batch_updates ** [06:33:54 2020-06-13] 178: Checking gears ** [06:33:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:33:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:59 2020-06-13] 178: Checking imports ** [06:33:59 2020-06-13] 178: Checking exports ** [06:33:59 2020-06-13] 178: Checking users ** [06:33:59 2020-06-13] 178: Checking user_dbs ** [06:33:59 2020-06-13] 178: Checking geocodings ** [06:33:59 2020-06-13] 178: Checking synchronizations ** [06:33:59 2020-06-13] 178: Checking tracker ** [06:33:59 2020-06-13] 178: Checking user_migrations ** [06:33:59 2020-06-13] 178: Checking batch_updates ** [06:33:59 2020-06-13] 178: Checking gears ** [06:33:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:33:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:04 2020-06-13] 178: Checking imports ** [06:34:04 2020-06-13] 178: Checking exports ** [06:34:04 2020-06-13] 178: Checking users ** [06:34:04 2020-06-13] 178: Checking user_dbs ** [06:34:04 2020-06-13] 178: Checking geocodings ** [06:34:04 2020-06-13] 178: Checking synchronizations ** [06:34:04 2020-06-13] 178: Checking tracker ** [06:34:04 2020-06-13] 178: Checking user_migrations ** [06:34:04 2020-06-13] 178: Checking batch_updates ** [06:34:04 2020-06-13] 178: Checking gears ** [06:34:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:34:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:09 2020-06-13] 178: Checking imports ** [06:34:09 2020-06-13] 178: Checking exports ** [06:34:09 2020-06-13] 178: Checking users ** [06:34:09 2020-06-13] 178: Checking user_dbs ** [06:34:09 2020-06-13] 178: Checking geocodings ** [06:34:09 2020-06-13] 178: Checking synchronizations ** [06:34:09 2020-06-13] 178: Checking tracker ** [06:34:09 2020-06-13] 178: Checking user_migrations ** [06:34:09 2020-06-13] 178: Checking batch_updates ** [06:34:09 2020-06-13] 178: Checking gears ** [06:34:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:34:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:14 2020-06-13] 178: Checking imports ** [06:34:14 2020-06-13] 178: Checking exports ** [06:34:14 2020-06-13] 178: Checking users ** [06:34:14 2020-06-13] 178: Checking user_dbs ** [06:34:14 2020-06-13] 178: Checking geocodings ** [06:34:14 2020-06-13] 178: Checking synchronizations ** [06:34:14 2020-06-13] 178: Checking tracker ** [06:34:14 2020-06-13] 178: Checking user_migrations ** [06:34:14 2020-06-13] 178: Checking batch_updates ** [06:34:14 2020-06-13] 178: Checking gears ** [06:34:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:34:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:19 2020-06-13] 178: Checking imports ** [06:34:19 2020-06-13] 178: Checking exports ** [06:34:19 2020-06-13] 178: Checking users ** [06:34:19 2020-06-13] 178: Checking user_dbs ** [06:34:19 2020-06-13] 178: Checking geocodings ** [06:34:19 2020-06-13] 178: Checking synchronizations ** [06:34:19 2020-06-13] 178: Checking tracker ** [06:34:19 2020-06-13] 178: Checking user_migrations ** [06:34:19 2020-06-13] 178: Checking batch_updates ** [06:34:19 2020-06-13] 178: Checking gears ** [06:34:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:34:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:24 2020-06-13] 178: Checking imports ** [06:34:24 2020-06-13] 178: Checking exports ** [06:34:24 2020-06-13] 178: Checking users ** [06:34:24 2020-06-13] 178: Checking user_dbs ** [06:34:24 2020-06-13] 178: Checking geocodings ** [06:34:24 2020-06-13] 178: Checking synchronizations ** [06:34:24 2020-06-13] 178: Checking tracker ** [06:34:24 2020-06-13] 178: Checking user_migrations ** [06:34:24 2020-06-13] 178: Checking batch_updates ** [06:34:24 2020-06-13] 178: Checking gears ** [06:34:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:34:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:29 2020-06-13] 178: Checking imports ** [06:34:29 2020-06-13] 178: Checking exports ** [06:34:29 2020-06-13] 178: Checking users ** [06:34:29 2020-06-13] 178: Checking user_dbs ** [06:34:29 2020-06-13] 178: Checking geocodings ** [06:34:29 2020-06-13] 178: Checking synchronizations ** [06:34:29 2020-06-13] 178: Checking tracker ** [06:34:29 2020-06-13] 178: Checking user_migrations ** [06:34:29 2020-06-13] 178: Checking batch_updates ** [06:34:29 2020-06-13] 178: Checking gears ** [06:34:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:34:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:34 2020-06-13] 178: Checking imports ** [06:34:34 2020-06-13] 178: Checking exports ** [06:34:34 2020-06-13] 178: Checking users ** [06:34:34 2020-06-13] 178: Checking user_dbs ** [06:34:34 2020-06-13] 178: Checking geocodings ** [06:34:34 2020-06-13] 178: Checking synchronizations ** [06:34:34 2020-06-13] 178: Checking tracker ** [06:34:34 2020-06-13] 178: Checking user_migrations ** [06:34:34 2020-06-13] 178: Checking batch_updates ** [06:34:34 2020-06-13] 178: Checking gears ** [06:34:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:34:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:39 2020-06-13] 178: Checking imports ** [06:34:39 2020-06-13] 178: Checking exports ** [06:34:39 2020-06-13] 178: Checking users ** [06:34:39 2020-06-13] 178: Checking user_dbs ** [06:34:39 2020-06-13] 178: Checking geocodings ** [06:34:39 2020-06-13] 178: Checking synchronizations ** [06:34:39 2020-06-13] 178: Checking tracker ** [06:34:39 2020-06-13] 178: Checking user_migrations ** [06:34:39 2020-06-13] 178: Checking batch_updates ** [06:34:39 2020-06-13] 178: Checking gears ** [06:34:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:34:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:44 2020-06-13] 178: Checking imports ** [06:34:44 2020-06-13] 178: Checking exports ** [06:34:44 2020-06-13] 178: Checking users ** [06:34:44 2020-06-13] 178: Checking user_dbs ** [06:34:44 2020-06-13] 178: Checking geocodings ** [06:34:44 2020-06-13] 178: Checking synchronizations ** [06:34:44 2020-06-13] 178: Checking tracker ** [06:34:44 2020-06-13] 178: Checking user_migrations ** [06:34:44 2020-06-13] 178: Checking batch_updates ** [06:34:44 2020-06-13] 178: Checking gears ** [06:34:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:34:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:49 2020-06-13] 178: Checking imports ** [06:34:49 2020-06-13] 178: Checking exports ** [06:34:49 2020-06-13] 178: Checking users ** [06:34:49 2020-06-13] 178: Checking user_dbs ** [06:34:49 2020-06-13] 178: Checking geocodings ** [06:34:49 2020-06-13] 178: Checking synchronizations ** [06:34:49 2020-06-13] 178: Checking tracker ** [06:34:49 2020-06-13] 178: Checking user_migrations ** [06:34:49 2020-06-13] 178: Checking batch_updates ** [06:34:49 2020-06-13] 178: Checking gears ** [06:34:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:34:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:54 2020-06-13] 178: Checking imports ** [06:34:54 2020-06-13] 178: Checking exports ** [06:34:54 2020-06-13] 178: Checking users ** [06:34:54 2020-06-13] 178: Checking user_dbs ** [06:34:54 2020-06-13] 178: Checking geocodings ** [06:34:54 2020-06-13] 178: Checking synchronizations ** [06:34:54 2020-06-13] 178: Checking tracker ** [06:34:54 2020-06-13] 178: Checking user_migrations ** [06:34:54 2020-06-13] 178: Checking batch_updates ** [06:34:54 2020-06-13] 178: Checking gears ** [06:34:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:34:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:59 2020-06-13] 178: Checking imports ** [06:34:59 2020-06-13] 178: Checking exports ** [06:34:59 2020-06-13] 178: Checking users ** [06:34:59 2020-06-13] 178: Checking user_dbs ** [06:34:59 2020-06-13] 178: Checking geocodings ** [06:34:59 2020-06-13] 178: Checking synchronizations ** [06:34:59 2020-06-13] 178: Checking tracker ** [06:34:59 2020-06-13] 178: Checking user_migrations ** [06:34:59 2020-06-13] 178: Checking batch_updates ** [06:34:59 2020-06-13] 178: Checking gears ** [06:34:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:34:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:04 2020-06-13] 178: Checking imports ** [06:35:04 2020-06-13] 178: Checking exports ** [06:35:04 2020-06-13] 178: Checking users ** [06:35:04 2020-06-13] 178: Checking user_dbs ** [06:35:04 2020-06-13] 178: Checking geocodings ** [06:35:04 2020-06-13] 178: Checking synchronizations ** [06:35:04 2020-06-13] 178: Checking tracker ** [06:35:04 2020-06-13] 178: Checking user_migrations ** [06:35:04 2020-06-13] 178: Checking batch_updates ** [06:35:04 2020-06-13] 178: Checking gears ** [06:35:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:35:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:09 2020-06-13] 178: Checking imports ** [06:35:09 2020-06-13] 178: Checking exports ** [06:35:09 2020-06-13] 178: Checking users ** [06:35:09 2020-06-13] 178: Checking user_dbs ** [06:35:09 2020-06-13] 178: Checking geocodings ** [06:35:09 2020-06-13] 178: Checking synchronizations ** [06:35:09 2020-06-13] 178: Checking tracker ** [06:35:09 2020-06-13] 178: Checking user_migrations ** [06:35:09 2020-06-13] 178: Checking batch_updates ** [06:35:09 2020-06-13] 178: Checking gears ** [06:35:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:35:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:14 2020-06-13] 178: Checking imports ** [06:35:14 2020-06-13] 178: Checking exports ** [06:35:14 2020-06-13] 178: Checking users ** [06:35:14 2020-06-13] 178: Checking user_dbs ** [06:35:14 2020-06-13] 178: Checking geocodings ** [06:35:14 2020-06-13] 178: Checking synchronizations ** [06:35:14 2020-06-13] 178: Checking tracker ** [06:35:14 2020-06-13] 178: Checking user_migrations ** [06:35:14 2020-06-13] 178: Checking batch_updates ** [06:35:14 2020-06-13] 178: Checking gears ** [06:35:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:35:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:19 2020-06-13] 178: Checking imports ** [06:35:19 2020-06-13] 178: Checking exports ** [06:35:19 2020-06-13] 178: Checking users ** [06:35:19 2020-06-13] 178: Checking user_dbs ** [06:35:19 2020-06-13] 178: Checking geocodings ** [06:35:19 2020-06-13] 178: Checking synchronizations ** [06:35:19 2020-06-13] 178: Checking tracker ** [06:35:19 2020-06-13] 178: Checking user_migrations ** [06:35:19 2020-06-13] 178: Checking batch_updates ** [06:35:19 2020-06-13] 178: Checking gears ** [06:35:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:35:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:24 2020-06-13] 178: Checking imports ** [06:35:24 2020-06-13] 178: Checking exports ** [06:35:24 2020-06-13] 178: Checking users ** [06:35:24 2020-06-13] 178: Checking user_dbs ** [06:35:24 2020-06-13] 178: Checking geocodings ** [06:35:24 2020-06-13] 178: Checking synchronizations ** [06:35:24 2020-06-13] 178: Checking tracker ** [06:35:24 2020-06-13] 178: Checking user_migrations ** [06:35:24 2020-06-13] 178: Checking batch_updates ** [06:35:24 2020-06-13] 178: Checking gears ** [06:35:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:35:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:29 2020-06-13] 178: Checking imports ** [06:35:29 2020-06-13] 178: Checking exports ** [06:35:29 2020-06-13] 178: Checking users ** [06:35:29 2020-06-13] 178: Checking user_dbs ** [06:35:29 2020-06-13] 178: Checking geocodings ** [06:35:29 2020-06-13] 178: Checking synchronizations ** [06:35:29 2020-06-13] 178: Checking tracker ** [06:35:29 2020-06-13] 178: Checking user_migrations ** [06:35:29 2020-06-13] 178: Checking batch_updates ** [06:35:29 2020-06-13] 178: Checking gears ** [06:35:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:35:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:34 2020-06-13] 178: Checking imports ** [06:35:34 2020-06-13] 178: Checking exports ** [06:35:34 2020-06-13] 178: Checking users ** [06:35:34 2020-06-13] 178: Checking user_dbs ** [06:35:34 2020-06-13] 178: Checking geocodings ** [06:35:34 2020-06-13] 178: Checking synchronizations ** [06:35:34 2020-06-13] 178: Checking tracker ** [06:35:34 2020-06-13] 178: Checking user_migrations ** [06:35:34 2020-06-13] 178: Checking batch_updates ** [06:35:34 2020-06-13] 178: Checking gears ** [06:35:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:35:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:39 2020-06-13] 178: Checking imports ** [06:35:39 2020-06-13] 178: Checking exports ** [06:35:39 2020-06-13] 178: Checking users ** [06:35:39 2020-06-13] 178: Checking user_dbs ** [06:35:39 2020-06-13] 178: Checking geocodings ** [06:35:39 2020-06-13] 178: Checking synchronizations ** [06:35:39 2020-06-13] 178: Checking tracker ** [06:35:39 2020-06-13] 178: Checking user_migrations ** [06:35:39 2020-06-13] 178: Checking batch_updates ** [06:35:39 2020-06-13] 178: Checking gears ** [06:35:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:35:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:44 2020-06-13] 178: Checking imports ** [06:35:44 2020-06-13] 178: Checking exports ** [06:35:44 2020-06-13] 178: Checking users ** [06:35:44 2020-06-13] 178: Checking user_dbs ** [06:35:44 2020-06-13] 178: Checking geocodings ** [06:35:44 2020-06-13] 178: Checking synchronizations ** [06:35:44 2020-06-13] 178: Checking tracker ** [06:35:44 2020-06-13] 178: Checking user_migrations ** [06:35:44 2020-06-13] 178: Checking batch_updates ** [06:35:44 2020-06-13] 178: Checking gears ** [06:35:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:35:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:49 2020-06-13] 178: Checking imports ** [06:35:49 2020-06-13] 178: Checking exports ** [06:35:49 2020-06-13] 178: Checking users ** [06:35:49 2020-06-13] 178: Checking user_dbs ** [06:35:50 2020-06-13] 178: Checking geocodings ** [06:35:50 2020-06-13] 178: Checking synchronizations ** [06:35:50 2020-06-13] 178: Checking tracker ** [06:35:50 2020-06-13] 178: Checking user_migrations ** [06:35:50 2020-06-13] 178: Checking batch_updates ** [06:35:50 2020-06-13] 178: Checking gears ** [06:35:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:35:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:55 2020-06-13] 178: Checking imports ** [06:35:55 2020-06-13] 178: Checking exports ** [06:35:55 2020-06-13] 178: Checking users ** [06:35:55 2020-06-13] 178: Checking user_dbs ** [06:35:55 2020-06-13] 178: Checking geocodings ** [06:35:55 2020-06-13] 178: Checking synchronizations ** [06:35:55 2020-06-13] 178: Checking tracker ** [06:35:55 2020-06-13] 178: Checking user_migrations ** [06:35:55 2020-06-13] 178: Checking batch_updates ** [06:35:55 2020-06-13] 178: Checking gears ** [06:35:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:35:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:00 2020-06-13] 178: Checking imports ** [06:36:00 2020-06-13] 178: Checking exports ** [06:36:00 2020-06-13] 178: Checking users ** [06:36:00 2020-06-13] 178: Checking user_dbs ** [06:36:00 2020-06-13] 178: Checking geocodings ** [06:36:00 2020-06-13] 178: Checking synchronizations ** [06:36:00 2020-06-13] 178: Checking tracker ** [06:36:00 2020-06-13] 178: Checking user_migrations ** [06:36:00 2020-06-13] 178: Checking batch_updates ** [06:36:00 2020-06-13] 178: Checking gears ** [06:36:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:36:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:05 2020-06-13] 178: Checking imports ** [06:36:05 2020-06-13] 178: Checking exports ** [06:36:05 2020-06-13] 178: Checking users ** [06:36:05 2020-06-13] 178: Checking user_dbs ** [06:36:05 2020-06-13] 178: Checking geocodings ** [06:36:05 2020-06-13] 178: Checking synchronizations ** [06:36:05 2020-06-13] 178: Checking tracker ** [06:36:05 2020-06-13] 178: Checking user_migrations ** [06:36:05 2020-06-13] 178: Checking batch_updates ** [06:36:05 2020-06-13] 178: Checking gears ** [06:36:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:36:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:10 2020-06-13] 178: Checking imports ** [06:36:10 2020-06-13] 178: Checking exports ** [06:36:10 2020-06-13] 178: Checking users ** [06:36:10 2020-06-13] 178: Checking user_dbs ** [06:36:10 2020-06-13] 178: Checking geocodings ** [06:36:10 2020-06-13] 178: Checking synchronizations ** [06:36:10 2020-06-13] 178: Checking tracker ** [06:36:10 2020-06-13] 178: Checking user_migrations ** [06:36:10 2020-06-13] 178: Checking batch_updates ** [06:36:10 2020-06-13] 178: Checking gears ** [06:36:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:36:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:15 2020-06-13] 178: Checking imports ** [06:36:15 2020-06-13] 178: Checking exports ** [06:36:15 2020-06-13] 178: Checking users ** [06:36:15 2020-06-13] 178: Checking user_dbs ** [06:36:15 2020-06-13] 178: Checking geocodings ** [06:36:15 2020-06-13] 178: Checking synchronizations ** [06:36:15 2020-06-13] 178: Checking tracker ** [06:36:15 2020-06-13] 178: Checking user_migrations ** [06:36:15 2020-06-13] 178: Checking batch_updates ** [06:36:15 2020-06-13] 178: Checking gears ** [06:36:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:36:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:20 2020-06-13] 178: Checking imports ** [06:36:20 2020-06-13] 178: Checking exports ** [06:36:20 2020-06-13] 178: Checking users ** [06:36:20 2020-06-13] 178: Checking user_dbs ** [06:36:20 2020-06-13] 178: Checking geocodings ** [06:36:20 2020-06-13] 178: Checking synchronizations ** [06:36:20 2020-06-13] 178: Checking tracker ** [06:36:20 2020-06-13] 178: Checking user_migrations ** [06:36:20 2020-06-13] 178: Checking batch_updates ** [06:36:20 2020-06-13] 178: Checking gears ** [06:36:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:36:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:25 2020-06-13] 178: Checking imports ** [06:36:25 2020-06-13] 178: Checking exports ** [06:36:25 2020-06-13] 178: Checking users ** [06:36:25 2020-06-13] 178: Checking user_dbs ** [06:36:25 2020-06-13] 178: Checking geocodings ** [06:36:25 2020-06-13] 178: Checking synchronizations ** [06:36:25 2020-06-13] 178: Checking tracker ** [06:36:25 2020-06-13] 178: Checking user_migrations ** [06:36:25 2020-06-13] 178: Checking batch_updates ** [06:36:25 2020-06-13] 178: Checking gears ** [06:36:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:36:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:30 2020-06-13] 178: Checking imports ** [06:36:30 2020-06-13] 178: Checking exports ** [06:36:30 2020-06-13] 178: Checking users ** [06:36:30 2020-06-13] 178: Checking user_dbs ** [06:36:30 2020-06-13] 178: Checking geocodings ** [06:36:30 2020-06-13] 178: Checking synchronizations ** [06:36:30 2020-06-13] 178: Checking tracker ** [06:36:30 2020-06-13] 178: Checking user_migrations ** [06:36:30 2020-06-13] 178: Checking batch_updates ** [06:36:30 2020-06-13] 178: Checking gears ** [06:36:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:36:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:35 2020-06-13] 178: Checking imports ** [06:36:35 2020-06-13] 178: Checking exports ** [06:36:35 2020-06-13] 178: Checking users ** [06:36:35 2020-06-13] 178: Checking user_dbs ** [06:36:35 2020-06-13] 178: Checking geocodings ** [06:36:35 2020-06-13] 178: Checking synchronizations ** [06:36:35 2020-06-13] 178: Checking tracker ** [06:36:35 2020-06-13] 178: Checking user_migrations ** [06:36:35 2020-06-13] 178: Checking batch_updates ** [06:36:35 2020-06-13] 178: Checking gears ** [06:36:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:36:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:40 2020-06-13] 178: Checking imports ** [06:36:40 2020-06-13] 178: Checking exports ** [06:36:40 2020-06-13] 178: Checking users ** [06:36:40 2020-06-13] 178: Checking user_dbs ** [06:36:40 2020-06-13] 178: Checking geocodings ** [06:36:40 2020-06-13] 178: Checking synchronizations ** [06:36:40 2020-06-13] 178: Checking tracker ** [06:36:40 2020-06-13] 178: Checking user_migrations ** [06:36:40 2020-06-13] 178: Checking batch_updates ** [06:36:40 2020-06-13] 178: Checking gears ** [06:36:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:36:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:45 2020-06-13] 178: Checking imports ** [06:36:45 2020-06-13] 178: Checking exports ** [06:36:45 2020-06-13] 178: Checking users ** [06:36:45 2020-06-13] 178: Checking user_dbs ** [06:36:45 2020-06-13] 178: Checking geocodings ** [06:36:45 2020-06-13] 178: Checking synchronizations ** [06:36:45 2020-06-13] 178: Checking tracker ** [06:36:45 2020-06-13] 178: Checking user_migrations ** [06:36:45 2020-06-13] 178: Checking batch_updates ** [06:36:45 2020-06-13] 178: Checking gears ** [06:36:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:36:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:50 2020-06-13] 178: Checking imports ** [06:36:50 2020-06-13] 178: Checking exports ** [06:36:50 2020-06-13] 178: Checking users ** [06:36:50 2020-06-13] 178: Checking user_dbs ** [06:36:50 2020-06-13] 178: Checking geocodings ** [06:36:50 2020-06-13] 178: Checking synchronizations ** [06:36:50 2020-06-13] 178: Checking tracker ** [06:36:50 2020-06-13] 178: Checking user_migrations ** [06:36:50 2020-06-13] 178: Checking batch_updates ** [06:36:50 2020-06-13] 178: Checking gears ** [06:36:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:36:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:55 2020-06-13] 178: Checking imports ** [06:36:55 2020-06-13] 178: Checking exports ** [06:36:55 2020-06-13] 178: Checking users ** [06:36:55 2020-06-13] 178: Checking user_dbs ** [06:36:55 2020-06-13] 178: Checking geocodings ** [06:36:55 2020-06-13] 178: Checking synchronizations ** [06:36:55 2020-06-13] 178: Checking tracker ** [06:36:55 2020-06-13] 178: Checking user_migrations ** [06:36:55 2020-06-13] 178: Checking batch_updates ** [06:36:55 2020-06-13] 178: Checking gears ** [06:36:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:36:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:00 2020-06-13] 178: Checking imports ** [06:37:00 2020-06-13] 178: Checking exports ** [06:37:00 2020-06-13] 178: Checking users ** [06:37:00 2020-06-13] 178: Checking user_dbs ** [06:37:00 2020-06-13] 178: Checking geocodings ** [06:37:00 2020-06-13] 178: Checking synchronizations ** [06:37:00 2020-06-13] 178: Checking tracker ** [06:37:00 2020-06-13] 178: Checking user_migrations ** [06:37:00 2020-06-13] 178: Checking batch_updates ** [06:37:00 2020-06-13] 178: Checking gears ** [06:37:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:37:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:05 2020-06-13] 178: Checking imports ** [06:37:05 2020-06-13] 178: Checking exports ** [06:37:05 2020-06-13] 178: Checking users ** [06:37:05 2020-06-13] 178: Checking user_dbs ** [06:37:05 2020-06-13] 178: Checking geocodings ** [06:37:05 2020-06-13] 178: Checking synchronizations ** [06:37:05 2020-06-13] 178: Checking tracker ** [06:37:05 2020-06-13] 178: Checking user_migrations ** [06:37:05 2020-06-13] 178: Checking batch_updates ** [06:37:05 2020-06-13] 178: Checking gears ** [06:37:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:37:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:10 2020-06-13] 178: Checking imports ** [06:37:10 2020-06-13] 178: Checking exports ** [06:37:10 2020-06-13] 178: Checking users ** [06:37:10 2020-06-13] 178: Checking user_dbs ** [06:37:10 2020-06-13] 178: Checking geocodings ** [06:37:10 2020-06-13] 178: Checking synchronizations ** [06:37:10 2020-06-13] 178: Checking tracker ** [06:37:10 2020-06-13] 178: Checking user_migrations ** [06:37:10 2020-06-13] 178: Checking batch_updates ** [06:37:10 2020-06-13] 178: Checking gears ** [06:37:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:37:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:15 2020-06-13] 178: Checking imports ** [06:37:15 2020-06-13] 178: Checking exports ** [06:37:15 2020-06-13] 178: Checking users ** [06:37:15 2020-06-13] 178: Checking user_dbs ** [06:37:15 2020-06-13] 178: Checking geocodings ** [06:37:15 2020-06-13] 178: Checking synchronizations ** [06:37:15 2020-06-13] 178: Checking tracker ** [06:37:15 2020-06-13] 178: Checking user_migrations ** [06:37:15 2020-06-13] 178: Checking batch_updates ** [06:37:15 2020-06-13] 178: Checking gears ** [06:37:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:37:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:20 2020-06-13] 178: Checking imports ** [06:37:20 2020-06-13] 178: Checking exports ** [06:37:20 2020-06-13] 178: Checking users ** [06:37:20 2020-06-13] 178: Checking user_dbs ** [06:37:20 2020-06-13] 178: Checking geocodings ** [06:37:20 2020-06-13] 178: Checking synchronizations ** [06:37:20 2020-06-13] 178: Checking tracker ** [06:37:20 2020-06-13] 178: Checking user_migrations ** [06:37:20 2020-06-13] 178: Checking batch_updates ** [06:37:20 2020-06-13] 178: Checking gears ** [06:37:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:37:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:25 2020-06-13] 178: Checking imports ** [06:37:25 2020-06-13] 178: Checking exports ** [06:37:25 2020-06-13] 178: Checking users ** [06:37:25 2020-06-13] 178: Checking user_dbs ** [06:37:25 2020-06-13] 178: Checking geocodings ** [06:37:25 2020-06-13] 178: Checking synchronizations ** [06:37:25 2020-06-13] 178: Checking tracker ** [06:37:25 2020-06-13] 178: Checking user_migrations ** [06:37:25 2020-06-13] 178: Checking batch_updates ** [06:37:25 2020-06-13] 178: Checking gears ** [06:37:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:37:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:30 2020-06-13] 178: Checking imports ** [06:37:30 2020-06-13] 178: Checking exports ** [06:37:30 2020-06-13] 178: Checking users ** [06:37:30 2020-06-13] 178: Checking user_dbs ** [06:37:30 2020-06-13] 178: Checking geocodings ** [06:37:30 2020-06-13] 178: Checking synchronizations ** [06:37:30 2020-06-13] 178: Checking tracker ** [06:37:30 2020-06-13] 178: Checking user_migrations ** [06:37:30 2020-06-13] 178: Checking batch_updates ** [06:37:30 2020-06-13] 178: Checking gears ** [06:37:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:37:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:35 2020-06-13] 178: Checking imports ** [06:37:35 2020-06-13] 178: Checking exports ** [06:37:35 2020-06-13] 178: Checking users ** [06:37:35 2020-06-13] 178: Checking user_dbs ** [06:37:35 2020-06-13] 178: Checking geocodings ** [06:37:35 2020-06-13] 178: Checking synchronizations ** [06:37:35 2020-06-13] 178: Checking tracker ** [06:37:35 2020-06-13] 178: Checking user_migrations ** [06:37:35 2020-06-13] 178: Checking batch_updates ** [06:37:35 2020-06-13] 178: Checking gears ** [06:37:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:37:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:40 2020-06-13] 178: Checking imports ** [06:37:40 2020-06-13] 178: Checking exports ** [06:37:40 2020-06-13] 178: Checking users ** [06:37:40 2020-06-13] 178: Checking user_dbs ** [06:37:40 2020-06-13] 178: Checking geocodings ** [06:37:40 2020-06-13] 178: Checking synchronizations ** [06:37:40 2020-06-13] 178: Checking tracker ** [06:37:40 2020-06-13] 178: Checking user_migrations ** [06:37:40 2020-06-13] 178: Checking batch_updates ** [06:37:40 2020-06-13] 178: Checking gears ** [06:37:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:37:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:45 2020-06-13] 178: Checking imports ** [06:37:45 2020-06-13] 178: Checking exports ** [06:37:45 2020-06-13] 178: Checking users ** [06:37:45 2020-06-13] 178: Checking user_dbs ** [06:37:45 2020-06-13] 178: Checking geocodings ** [06:37:45 2020-06-13] 178: Checking synchronizations ** [06:37:45 2020-06-13] 178: Checking tracker ** [06:37:45 2020-06-13] 178: Checking user_migrations ** [06:37:45 2020-06-13] 178: Checking batch_updates ** [06:37:45 2020-06-13] 178: Checking gears ** [06:37:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:37:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:50 2020-06-13] 178: Checking imports ** [06:37:50 2020-06-13] 178: Checking exports ** [06:37:50 2020-06-13] 178: Checking users ** [06:37:50 2020-06-13] 178: Checking user_dbs ** [06:37:50 2020-06-13] 178: Checking geocodings ** [06:37:50 2020-06-13] 178: Checking synchronizations ** [06:37:50 2020-06-13] 178: Checking tracker ** [06:37:50 2020-06-13] 178: Checking user_migrations ** [06:37:50 2020-06-13] 178: Checking batch_updates ** [06:37:50 2020-06-13] 178: Checking gears ** [06:37:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:37:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:55 2020-06-13] 178: Checking imports ** [06:37:55 2020-06-13] 178: Checking exports ** [06:37:55 2020-06-13] 178: Checking users ** [06:37:55 2020-06-13] 178: Checking user_dbs ** [06:37:55 2020-06-13] 178: Checking geocodings ** [06:37:55 2020-06-13] 178: Checking synchronizations ** [06:37:55 2020-06-13] 178: Checking tracker ** [06:37:55 2020-06-13] 178: Checking user_migrations ** [06:37:55 2020-06-13] 178: Checking batch_updates ** [06:37:55 2020-06-13] 178: Checking gears ** [06:37:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:37:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:00 2020-06-13] 178: Checking imports ** [06:38:00 2020-06-13] 178: Checking exports ** [06:38:00 2020-06-13] 178: Checking users ** [06:38:00 2020-06-13] 178: Checking user_dbs ** [06:38:00 2020-06-13] 178: Checking geocodings ** [06:38:00 2020-06-13] 178: Checking synchronizations ** [06:38:00 2020-06-13] 178: Checking tracker ** [06:38:00 2020-06-13] 178: Checking user_migrations ** [06:38:00 2020-06-13] 178: Checking batch_updates ** [06:38:00 2020-06-13] 178: Checking gears ** [06:38:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:38:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:05 2020-06-13] 178: Checking imports ** [06:38:05 2020-06-13] 178: Checking exports ** [06:38:05 2020-06-13] 178: Checking users ** [06:38:05 2020-06-13] 178: Checking user_dbs ** [06:38:05 2020-06-13] 178: Checking geocodings ** [06:38:05 2020-06-13] 178: Checking synchronizations ** [06:38:05 2020-06-13] 178: Checking tracker ** [06:38:05 2020-06-13] 178: Checking user_migrations ** [06:38:05 2020-06-13] 178: Checking batch_updates ** [06:38:05 2020-06-13] 178: Checking gears ** [06:38:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:38:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:10 2020-06-13] 178: Checking imports ** [06:38:10 2020-06-13] 178: Checking exports ** [06:38:10 2020-06-13] 178: Checking users ** [06:38:10 2020-06-13] 178: Checking user_dbs ** [06:38:10 2020-06-13] 178: Checking geocodings ** [06:38:10 2020-06-13] 178: Checking synchronizations ** [06:38:10 2020-06-13] 178: Checking tracker ** [06:38:10 2020-06-13] 178: Checking user_migrations ** [06:38:10 2020-06-13] 178: Checking batch_updates ** [06:38:10 2020-06-13] 178: Checking gears ** [06:38:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:38:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:15 2020-06-13] 178: Checking imports ** [06:38:15 2020-06-13] 178: Checking exports ** [06:38:15 2020-06-13] 178: Checking users ** [06:38:15 2020-06-13] 178: Checking user_dbs ** [06:38:15 2020-06-13] 178: Checking geocodings ** [06:38:15 2020-06-13] 178: Checking synchronizations ** [06:38:15 2020-06-13] 178: Checking tracker ** [06:38:15 2020-06-13] 178: Checking user_migrations ** [06:38:15 2020-06-13] 178: Checking batch_updates ** [06:38:15 2020-06-13] 178: Checking gears ** [06:38:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:38:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:20 2020-06-13] 178: Checking imports ** [06:38:20 2020-06-13] 178: Checking exports ** [06:38:20 2020-06-13] 178: Checking users ** [06:38:20 2020-06-13] 178: Checking user_dbs ** [06:38:20 2020-06-13] 178: Checking geocodings ** [06:38:20 2020-06-13] 178: Checking synchronizations ** [06:38:20 2020-06-13] 178: Checking tracker ** [06:38:20 2020-06-13] 178: Checking user_migrations ** [06:38:20 2020-06-13] 178: Checking batch_updates ** [06:38:20 2020-06-13] 178: Checking gears ** [06:38:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:38:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:25 2020-06-13] 178: Checking imports ** [06:38:25 2020-06-13] 178: Checking exports ** [06:38:25 2020-06-13] 178: Checking users ** [06:38:25 2020-06-13] 178: Checking user_dbs ** [06:38:25 2020-06-13] 178: Checking geocodings ** [06:38:25 2020-06-13] 178: Checking synchronizations ** [06:38:25 2020-06-13] 178: Checking tracker ** [06:38:25 2020-06-13] 178: Checking user_migrations ** [06:38:25 2020-06-13] 178: Checking batch_updates ** [06:38:25 2020-06-13] 178: Checking gears ** [06:38:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:38:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:30 2020-06-13] 178: Checking imports ** [06:38:30 2020-06-13] 178: Checking exports ** [06:38:30 2020-06-13] 178: Checking users ** [06:38:30 2020-06-13] 178: Checking user_dbs ** [06:38:30 2020-06-13] 178: Checking geocodings ** [06:38:30 2020-06-13] 178: Checking synchronizations ** [06:38:30 2020-06-13] 178: Checking tracker ** [06:38:30 2020-06-13] 178: Checking user_migrations ** [06:38:30 2020-06-13] 178: Checking batch_updates ** [06:38:30 2020-06-13] 178: Checking gears ** [06:38:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:38:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:35 2020-06-13] 178: Checking imports ** [06:38:35 2020-06-13] 178: Checking exports ** [06:38:35 2020-06-13] 178: Checking users ** [06:38:35 2020-06-13] 178: Checking user_dbs ** [06:38:35 2020-06-13] 178: Checking geocodings ** [06:38:35 2020-06-13] 178: Checking synchronizations ** [06:38:35 2020-06-13] 178: Checking tracker ** [06:38:35 2020-06-13] 178: Checking user_migrations ** [06:38:35 2020-06-13] 178: Checking batch_updates ** [06:38:35 2020-06-13] 178: Checking gears ** [06:38:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:38:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:40 2020-06-13] 178: Checking imports ** [06:38:40 2020-06-13] 178: Checking exports ** [06:38:40 2020-06-13] 178: Checking users ** [06:38:40 2020-06-13] 178: Checking user_dbs ** [06:38:40 2020-06-13] 178: Checking geocodings ** [06:38:40 2020-06-13] 178: Checking synchronizations ** [06:38:40 2020-06-13] 178: Checking tracker ** [06:38:40 2020-06-13] 178: Checking user_migrations ** [06:38:40 2020-06-13] 178: Checking batch_updates ** [06:38:40 2020-06-13] 178: Checking gears ** [06:38:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:38:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:45 2020-06-13] 178: Checking imports ** [06:38:45 2020-06-13] 178: Checking exports ** [06:38:45 2020-06-13] 178: Checking users ** [06:38:45 2020-06-13] 178: Checking user_dbs ** [06:38:45 2020-06-13] 178: Checking geocodings ** [06:38:45 2020-06-13] 178: Checking synchronizations ** [06:38:45 2020-06-13] 178: Checking tracker ** [06:38:45 2020-06-13] 178: Checking user_migrations ** [06:38:45 2020-06-13] 178: Checking batch_updates ** [06:38:45 2020-06-13] 178: Checking gears ** [06:38:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:38:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:50 2020-06-13] 178: Checking imports ** [06:38:50 2020-06-13] 178: Checking exports ** [06:38:50 2020-06-13] 178: Checking users ** [06:38:50 2020-06-13] 178: Checking user_dbs ** [06:38:50 2020-06-13] 178: Checking geocodings ** [06:38:50 2020-06-13] 178: Checking synchronizations ** [06:38:50 2020-06-13] 178: Checking tracker ** [06:38:50 2020-06-13] 178: Checking user_migrations ** [06:38:50 2020-06-13] 178: Checking batch_updates ** [06:38:50 2020-06-13] 178: Checking gears ** [06:38:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:38:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:55 2020-06-13] 178: Checking imports ** [06:38:55 2020-06-13] 178: Checking exports ** [06:38:55 2020-06-13] 178: Checking users ** [06:38:55 2020-06-13] 178: Checking user_dbs ** [06:38:55 2020-06-13] 178: Checking geocodings ** [06:38:55 2020-06-13] 178: Checking synchronizations ** [06:38:55 2020-06-13] 178: Checking tracker ** [06:38:55 2020-06-13] 178: Checking user_migrations ** [06:38:55 2020-06-13] 178: Checking batch_updates ** [06:38:55 2020-06-13] 178: Checking gears ** [06:38:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:38:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:00 2020-06-13] 178: Checking imports ** [06:39:00 2020-06-13] 178: Checking exports ** [06:39:00 2020-06-13] 178: Checking users ** [06:39:00 2020-06-13] 178: Checking user_dbs ** [06:39:00 2020-06-13] 178: Checking geocodings ** [06:39:00 2020-06-13] 178: Checking synchronizations ** [06:39:00 2020-06-13] 178: Checking tracker ** [06:39:00 2020-06-13] 178: Checking user_migrations ** [06:39:00 2020-06-13] 178: Checking batch_updates ** [06:39:00 2020-06-13] 178: Checking gears ** [06:39:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:39:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:05 2020-06-13] 178: Checking imports ** [06:39:05 2020-06-13] 178: Checking exports ** [06:39:05 2020-06-13] 178: Checking users ** [06:39:05 2020-06-13] 178: Checking user_dbs ** [06:39:05 2020-06-13] 178: Checking geocodings ** [06:39:05 2020-06-13] 178: Checking synchronizations ** [06:39:05 2020-06-13] 178: Checking tracker ** [06:39:05 2020-06-13] 178: Checking user_migrations ** [06:39:05 2020-06-13] 178: Checking batch_updates ** [06:39:05 2020-06-13] 178: Checking gears ** [06:39:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:39:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:10 2020-06-13] 178: Checking imports ** [06:39:10 2020-06-13] 178: Checking exports ** [06:39:10 2020-06-13] 178: Checking users ** [06:39:10 2020-06-13] 178: Checking user_dbs ** [06:39:10 2020-06-13] 178: Checking geocodings ** [06:39:10 2020-06-13] 178: Checking synchronizations ** [06:39:10 2020-06-13] 178: Checking tracker ** [06:39:10 2020-06-13] 178: Checking user_migrations ** [06:39:10 2020-06-13] 178: Checking batch_updates ** [06:39:10 2020-06-13] 178: Checking gears ** [06:39:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:39:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:15 2020-06-13] 178: Checking imports ** [06:39:15 2020-06-13] 178: Checking exports ** [06:39:15 2020-06-13] 178: Checking users ** [06:39:15 2020-06-13] 178: Checking user_dbs ** [06:39:15 2020-06-13] 178: Checking geocodings ** [06:39:15 2020-06-13] 178: Checking synchronizations ** [06:39:15 2020-06-13] 178: Checking tracker ** [06:39:15 2020-06-13] 178: Checking user_migrations ** [06:39:15 2020-06-13] 178: Checking batch_updates ** [06:39:15 2020-06-13] 178: Checking gears ** [06:39:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:39:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:20 2020-06-13] 178: Checking imports ** [06:39:20 2020-06-13] 178: Checking exports ** [06:39:20 2020-06-13] 178: Checking users ** [06:39:20 2020-06-13] 178: Checking user_dbs ** [06:39:20 2020-06-13] 178: Checking geocodings ** [06:39:20 2020-06-13] 178: Checking synchronizations ** [06:39:20 2020-06-13] 178: Checking tracker ** [06:39:20 2020-06-13] 178: Checking user_migrations ** [06:39:20 2020-06-13] 178: Checking batch_updates ** [06:39:20 2020-06-13] 178: Checking gears ** [06:39:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:39:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:25 2020-06-13] 178: Checking imports ** [06:39:25 2020-06-13] 178: Checking exports ** [06:39:25 2020-06-13] 178: Checking users ** [06:39:25 2020-06-13] 178: Checking user_dbs ** [06:39:25 2020-06-13] 178: Checking geocodings ** [06:39:25 2020-06-13] 178: Checking synchronizations ** [06:39:25 2020-06-13] 178: Checking tracker ** [06:39:25 2020-06-13] 178: Checking user_migrations ** [06:39:25 2020-06-13] 178: Checking batch_updates ** [06:39:25 2020-06-13] 178: Checking gears ** [06:39:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:39:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:30 2020-06-13] 178: Checking imports ** [06:39:30 2020-06-13] 178: Checking exports ** [06:39:30 2020-06-13] 178: Checking users ** [06:39:30 2020-06-13] 178: Checking user_dbs ** [06:39:30 2020-06-13] 178: Checking geocodings ** [06:39:30 2020-06-13] 178: Checking synchronizations ** [06:39:30 2020-06-13] 178: Checking tracker ** [06:39:30 2020-06-13] 178: Checking user_migrations ** [06:39:30 2020-06-13] 178: Checking batch_updates ** [06:39:30 2020-06-13] 178: Checking gears ** [06:39:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:39:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:35 2020-06-13] 178: Checking imports ** [06:39:35 2020-06-13] 178: Checking exports ** [06:39:35 2020-06-13] 178: Checking users ** [06:39:35 2020-06-13] 178: Checking user_dbs ** [06:39:35 2020-06-13] 178: Checking geocodings ** [06:39:35 2020-06-13] 178: Checking synchronizations ** [06:39:35 2020-06-13] 178: Checking tracker ** [06:39:35 2020-06-13] 178: Checking user_migrations ** [06:39:35 2020-06-13] 178: Checking batch_updates ** [06:39:35 2020-06-13] 178: Checking gears ** [06:39:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:39:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:40 2020-06-13] 178: Checking imports ** [06:39:40 2020-06-13] 178: Checking exports ** [06:39:40 2020-06-13] 178: Checking users ** [06:39:40 2020-06-13] 178: Checking user_dbs ** [06:39:40 2020-06-13] 178: Checking geocodings ** [06:39:40 2020-06-13] 178: Checking synchronizations ** [06:39:40 2020-06-13] 178: Checking tracker ** [06:39:40 2020-06-13] 178: Checking user_migrations ** [06:39:40 2020-06-13] 178: Checking batch_updates ** [06:39:40 2020-06-13] 178: Checking gears ** [06:39:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:39:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:45 2020-06-13] 178: Checking imports ** [06:39:45 2020-06-13] 178: Checking exports ** [06:39:45 2020-06-13] 178: Checking users ** [06:39:45 2020-06-13] 178: Checking user_dbs ** [06:39:45 2020-06-13] 178: Checking geocodings ** [06:39:45 2020-06-13] 178: Checking synchronizations ** [06:39:45 2020-06-13] 178: Checking tracker ** [06:39:45 2020-06-13] 178: Checking user_migrations ** [06:39:45 2020-06-13] 178: Checking batch_updates ** [06:39:45 2020-06-13] 178: Checking gears ** [06:39:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:39:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:50 2020-06-13] 178: Checking imports ** [06:39:50 2020-06-13] 178: Checking exports ** [06:39:50 2020-06-13] 178: Checking users ** [06:39:50 2020-06-13] 178: Checking user_dbs ** [06:39:50 2020-06-13] 178: Checking geocodings ** [06:39:50 2020-06-13] 178: Checking synchronizations ** [06:39:50 2020-06-13] 178: Checking tracker ** [06:39:50 2020-06-13] 178: Checking user_migrations ** [06:39:50 2020-06-13] 178: Checking batch_updates ** [06:39:50 2020-06-13] 178: Checking gears ** [06:39:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:39:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:55 2020-06-13] 178: Checking imports ** [06:39:55 2020-06-13] 178: Checking exports ** [06:39:55 2020-06-13] 178: Checking users ** [06:39:55 2020-06-13] 178: Checking user_dbs ** [06:39:55 2020-06-13] 178: Checking geocodings ** [06:39:55 2020-06-13] 178: Checking synchronizations ** [06:39:55 2020-06-13] 178: Checking tracker ** [06:39:55 2020-06-13] 178: Checking user_migrations ** [06:39:55 2020-06-13] 178: Checking batch_updates ** [06:39:55 2020-06-13] 178: Checking gears ** [06:39:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:39:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:00 2020-06-13] 178: Checking imports ** [06:40:00 2020-06-13] 178: Checking exports ** [06:40:00 2020-06-13] 178: Checking users ** [06:40:00 2020-06-13] 178: Checking user_dbs ** [06:40:00 2020-06-13] 178: Checking geocodings ** [06:40:00 2020-06-13] 178: Checking synchronizations ** [06:40:00 2020-06-13] 178: Checking tracker ** [06:40:00 2020-06-13] 178: Checking user_migrations ** [06:40:00 2020-06-13] 178: Checking batch_updates ** [06:40:00 2020-06-13] 178: Checking gears ** [06:40:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:40:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:05 2020-06-13] 178: Checking imports ** [06:40:05 2020-06-13] 178: Checking exports ** [06:40:05 2020-06-13] 178: Checking users ** [06:40:05 2020-06-13] 178: Checking user_dbs ** [06:40:05 2020-06-13] 178: Checking geocodings ** [06:40:05 2020-06-13] 178: Checking synchronizations ** [06:40:05 2020-06-13] 178: Checking tracker ** [06:40:05 2020-06-13] 178: Checking user_migrations ** [06:40:05 2020-06-13] 178: Checking batch_updates ** [06:40:05 2020-06-13] 178: Checking gears ** [06:40:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:40:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:10 2020-06-13] 178: Checking imports ** [06:40:10 2020-06-13] 178: Checking exports ** [06:40:10 2020-06-13] 178: Checking users ** [06:40:10 2020-06-13] 178: Checking user_dbs ** [06:40:10 2020-06-13] 178: Checking geocodings ** [06:40:10 2020-06-13] 178: Checking synchronizations ** [06:40:10 2020-06-13] 178: Checking tracker ** [06:40:10 2020-06-13] 178: Checking user_migrations ** [06:40:10 2020-06-13] 178: Checking batch_updates ** [06:40:10 2020-06-13] 178: Checking gears ** [06:40:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:40:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:15 2020-06-13] 178: Checking imports ** [06:40:15 2020-06-13] 178: Checking exports ** [06:40:15 2020-06-13] 178: Checking users ** [06:40:15 2020-06-13] 178: Checking user_dbs ** [06:40:15 2020-06-13] 178: Checking geocodings ** [06:40:15 2020-06-13] 178: Checking synchronizations ** [06:40:15 2020-06-13] 178: Checking tracker ** [06:40:15 2020-06-13] 178: Checking user_migrations ** [06:40:15 2020-06-13] 178: Checking batch_updates ** [06:40:15 2020-06-13] 178: Checking gears ** [06:40:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:40:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:20 2020-06-13] 178: Checking imports ** [06:40:20 2020-06-13] 178: Checking exports ** [06:40:20 2020-06-13] 178: Checking users ** [06:40:20 2020-06-13] 178: Checking user_dbs ** [06:40:20 2020-06-13] 178: Checking geocodings ** [06:40:20 2020-06-13] 178: Checking synchronizations ** [06:40:20 2020-06-13] 178: Checking tracker ** [06:40:20 2020-06-13] 178: Checking user_migrations ** [06:40:20 2020-06-13] 178: Checking batch_updates ** [06:40:20 2020-06-13] 178: Checking gears ** [06:40:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:40:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:25 2020-06-13] 178: Checking imports ** [06:40:25 2020-06-13] 178: Checking exports ** [06:40:25 2020-06-13] 178: Checking users ** [06:40:25 2020-06-13] 178: Checking user_dbs ** [06:40:25 2020-06-13] 178: Checking geocodings ** [06:40:25 2020-06-13] 178: Checking synchronizations ** [06:40:25 2020-06-13] 178: Checking tracker ** [06:40:25 2020-06-13] 178: Checking user_migrations ** [06:40:25 2020-06-13] 178: Checking batch_updates ** [06:40:25 2020-06-13] 178: Checking gears ** [06:40:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:40:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:30 2020-06-13] 178: Checking imports ** [06:40:30 2020-06-13] 178: Checking exports ** [06:40:30 2020-06-13] 178: Checking users ** [06:40:30 2020-06-13] 178: Checking user_dbs ** [06:40:30 2020-06-13] 178: Checking geocodings ** [06:40:30 2020-06-13] 178: Checking synchronizations ** [06:40:30 2020-06-13] 178: Checking tracker ** [06:40:30 2020-06-13] 178: Checking user_migrations ** [06:40:30 2020-06-13] 178: Checking batch_updates ** [06:40:30 2020-06-13] 178: Checking gears ** [06:40:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:40:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:35 2020-06-13] 178: Checking imports ** [06:40:35 2020-06-13] 178: Checking exports ** [06:40:35 2020-06-13] 178: Checking users ** [06:40:35 2020-06-13] 178: Checking user_dbs ** [06:40:35 2020-06-13] 178: Checking geocodings ** [06:40:35 2020-06-13] 178: Checking synchronizations ** [06:40:35 2020-06-13] 178: Checking tracker ** [06:40:35 2020-06-13] 178: Checking user_migrations ** [06:40:35 2020-06-13] 178: Checking batch_updates ** [06:40:35 2020-06-13] 178: Checking gears ** [06:40:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:40:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:40 2020-06-13] 178: Checking imports ** [06:40:40 2020-06-13] 178: Checking exports ** [06:40:40 2020-06-13] 178: Checking users ** [06:40:40 2020-06-13] 178: Checking user_dbs ** [06:40:40 2020-06-13] 178: Checking geocodings ** [06:40:40 2020-06-13] 178: Checking synchronizations ** [06:40:40 2020-06-13] 178: Checking tracker ** [06:40:40 2020-06-13] 178: Checking user_migrations ** [06:40:40 2020-06-13] 178: Checking batch_updates ** [06:40:40 2020-06-13] 178: Checking gears ** [06:40:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:40:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:45 2020-06-13] 178: Checking imports ** [06:40:45 2020-06-13] 178: Checking exports ** [06:40:45 2020-06-13] 178: Checking users ** [06:40:45 2020-06-13] 178: Checking user_dbs ** [06:40:45 2020-06-13] 178: Checking geocodings ** [06:40:45 2020-06-13] 178: Checking synchronizations ** [06:40:45 2020-06-13] 178: Checking tracker ** [06:40:45 2020-06-13] 178: Checking user_migrations ** [06:40:45 2020-06-13] 178: Checking batch_updates ** [06:40:45 2020-06-13] 178: Checking gears ** [06:40:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:40:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:50 2020-06-13] 178: Checking imports ** [06:40:50 2020-06-13] 178: Checking exports ** [06:40:50 2020-06-13] 178: Checking users ** [06:40:50 2020-06-13] 178: Checking user_dbs ** [06:40:50 2020-06-13] 178: Checking geocodings ** [06:40:50 2020-06-13] 178: Checking synchronizations ** [06:40:50 2020-06-13] 178: Checking tracker ** [06:40:50 2020-06-13] 178: Checking user_migrations ** [06:40:50 2020-06-13] 178: Checking batch_updates ** [06:40:50 2020-06-13] 178: Checking gears ** [06:40:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:40:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:55 2020-06-13] 178: Checking imports ** [06:40:55 2020-06-13] 178: Checking exports ** [06:40:55 2020-06-13] 178: Checking users ** [06:40:55 2020-06-13] 178: Checking user_dbs ** [06:40:55 2020-06-13] 178: Checking geocodings ** [06:40:55 2020-06-13] 178: Checking synchronizations ** [06:40:55 2020-06-13] 178: Checking tracker ** [06:40:55 2020-06-13] 178: Checking user_migrations ** [06:40:55 2020-06-13] 178: Checking batch_updates ** [06:40:55 2020-06-13] 178: Checking gears ** [06:40:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:40:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:00 2020-06-13] 178: Checking imports ** [06:41:00 2020-06-13] 178: Checking exports ** [06:41:00 2020-06-13] 178: Checking users ** [06:41:00 2020-06-13] 178: Checking user_dbs ** [06:41:00 2020-06-13] 178: Checking geocodings ** [06:41:00 2020-06-13] 178: Checking synchronizations ** [06:41:00 2020-06-13] 178: Checking tracker ** [06:41:00 2020-06-13] 178: Checking user_migrations ** [06:41:00 2020-06-13] 178: Checking batch_updates ** [06:41:00 2020-06-13] 178: Checking gears ** [06:41:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:41:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:05 2020-06-13] 178: Checking imports ** [06:41:05 2020-06-13] 178: Checking exports ** [06:41:05 2020-06-13] 178: Checking users ** [06:41:05 2020-06-13] 178: Checking user_dbs ** [06:41:05 2020-06-13] 178: Checking geocodings ** [06:41:05 2020-06-13] 178: Checking synchronizations ** [06:41:05 2020-06-13] 178: Checking tracker ** [06:41:05 2020-06-13] 178: Checking user_migrations ** [06:41:05 2020-06-13] 178: Checking batch_updates ** [06:41:05 2020-06-13] 178: Checking gears ** [06:41:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:41:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:10 2020-06-13] 178: Checking imports ** [06:41:10 2020-06-13] 178: Checking exports ** [06:41:10 2020-06-13] 178: Checking users ** [06:41:10 2020-06-13] 178: Checking user_dbs ** [06:41:10 2020-06-13] 178: Checking geocodings ** [06:41:10 2020-06-13] 178: Checking synchronizations ** [06:41:10 2020-06-13] 178: Checking tracker ** [06:41:10 2020-06-13] 178: Checking user_migrations ** [06:41:10 2020-06-13] 178: Checking batch_updates ** [06:41:10 2020-06-13] 178: Checking gears ** [06:41:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:41:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:15 2020-06-13] 178: Checking imports ** [06:41:15 2020-06-13] 178: Checking exports ** [06:41:15 2020-06-13] 178: Checking users ** [06:41:15 2020-06-13] 178: Checking user_dbs ** [06:41:15 2020-06-13] 178: Checking geocodings ** [06:41:15 2020-06-13] 178: Checking synchronizations ** [06:41:15 2020-06-13] 178: Checking tracker ** [06:41:15 2020-06-13] 178: Checking user_migrations ** [06:41:15 2020-06-13] 178: Checking batch_updates ** [06:41:15 2020-06-13] 178: Checking gears ** [06:41:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:41:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:20 2020-06-13] 178: Checking imports ** [06:41:20 2020-06-13] 178: Checking exports ** [06:41:20 2020-06-13] 178: Checking users ** [06:41:20 2020-06-13] 178: Checking user_dbs ** [06:41:20 2020-06-13] 178: Checking geocodings ** [06:41:20 2020-06-13] 178: Checking synchronizations ** [06:41:20 2020-06-13] 178: Checking tracker ** [06:41:20 2020-06-13] 178: Checking user_migrations ** [06:41:20 2020-06-13] 178: Checking batch_updates ** [06:41:20 2020-06-13] 178: Checking gears ** [06:41:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:41:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:25 2020-06-13] 178: Checking imports ** [06:41:25 2020-06-13] 178: Checking exports ** [06:41:25 2020-06-13] 178: Checking users ** [06:41:25 2020-06-13] 178: Checking user_dbs ** [06:41:25 2020-06-13] 178: Checking geocodings ** [06:41:25 2020-06-13] 178: Checking synchronizations ** [06:41:25 2020-06-13] 178: Checking tracker ** [06:41:25 2020-06-13] 178: Checking user_migrations ** [06:41:25 2020-06-13] 178: Checking batch_updates ** [06:41:25 2020-06-13] 178: Checking gears ** [06:41:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:41:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:30 2020-06-13] 178: Checking imports ** [06:41:30 2020-06-13] 178: Checking exports ** [06:41:30 2020-06-13] 178: Checking users ** [06:41:30 2020-06-13] 178: Checking user_dbs ** [06:41:30 2020-06-13] 178: Checking geocodings ** [06:41:30 2020-06-13] 178: Checking synchronizations ** [06:41:30 2020-06-13] 178: Checking tracker ** [06:41:30 2020-06-13] 178: Checking user_migrations ** [06:41:30 2020-06-13] 178: Checking batch_updates ** [06:41:30 2020-06-13] 178: Checking gears ** [06:41:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:41:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:35 2020-06-13] 178: Checking imports ** [06:41:35 2020-06-13] 178: Checking exports ** [06:41:35 2020-06-13] 178: Checking users ** [06:41:35 2020-06-13] 178: Checking user_dbs ** [06:41:35 2020-06-13] 178: Checking geocodings ** [06:41:35 2020-06-13] 178: Checking synchronizations ** [06:41:35 2020-06-13] 178: Checking tracker ** [06:41:35 2020-06-13] 178: Checking user_migrations ** [06:41:35 2020-06-13] 178: Checking batch_updates ** [06:41:35 2020-06-13] 178: Checking gears ** [06:41:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:41:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:40 2020-06-13] 178: Checking imports ** [06:41:40 2020-06-13] 178: Checking exports ** [06:41:40 2020-06-13] 178: Checking users ** [06:41:40 2020-06-13] 178: Checking user_dbs ** [06:41:40 2020-06-13] 178: Checking geocodings ** [06:41:40 2020-06-13] 178: Checking synchronizations ** [06:41:40 2020-06-13] 178: Checking tracker ** [06:41:40 2020-06-13] 178: Checking user_migrations ** [06:41:40 2020-06-13] 178: Checking batch_updates ** [06:41:40 2020-06-13] 178: Checking gears ** [06:41:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:41:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:45 2020-06-13] 178: Checking imports ** [06:41:45 2020-06-13] 178: Checking exports ** [06:41:45 2020-06-13] 178: Checking users ** [06:41:45 2020-06-13] 178: Checking user_dbs ** [06:41:45 2020-06-13] 178: Checking geocodings ** [06:41:45 2020-06-13] 178: Checking synchronizations ** [06:41:45 2020-06-13] 178: Checking tracker ** [06:41:45 2020-06-13] 178: Checking user_migrations ** [06:41:45 2020-06-13] 178: Checking batch_updates ** [06:41:45 2020-06-13] 178: Checking gears ** [06:41:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:41:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:50 2020-06-13] 178: Checking imports ** [06:41:50 2020-06-13] 178: Checking exports ** [06:41:50 2020-06-13] 178: Checking users ** [06:41:50 2020-06-13] 178: Checking user_dbs ** [06:41:50 2020-06-13] 178: Checking geocodings ** [06:41:50 2020-06-13] 178: Checking synchronizations ** [06:41:50 2020-06-13] 178: Checking tracker ** [06:41:50 2020-06-13] 178: Checking user_migrations ** [06:41:50 2020-06-13] 178: Checking batch_updates ** [06:41:50 2020-06-13] 178: Checking gears ** [06:41:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:41:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:55 2020-06-13] 178: Checking imports ** [06:41:55 2020-06-13] 178: Checking exports ** [06:41:55 2020-06-13] 178: Checking users ** [06:41:55 2020-06-13] 178: Checking user_dbs ** [06:41:55 2020-06-13] 178: Checking geocodings ** [06:41:55 2020-06-13] 178: Checking synchronizations ** [06:41:55 2020-06-13] 178: Checking tracker ** [06:41:55 2020-06-13] 178: Checking user_migrations ** [06:41:55 2020-06-13] 178: Checking batch_updates ** [06:41:55 2020-06-13] 178: Checking gears ** [06:41:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:41:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:00 2020-06-13] 178: Checking imports ** [06:42:00 2020-06-13] 178: Checking exports ** [06:42:00 2020-06-13] 178: Checking users ** [06:42:00 2020-06-13] 178: Checking user_dbs ** [06:42:00 2020-06-13] 178: Checking geocodings ** [06:42:00 2020-06-13] 178: Checking synchronizations ** [06:42:00 2020-06-13] 178: Checking tracker ** [06:42:00 2020-06-13] 178: Checking user_migrations ** [06:42:00 2020-06-13] 178: Checking batch_updates ** [06:42:00 2020-06-13] 178: Checking gears ** [06:42:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:42:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:05 2020-06-13] 178: Checking imports ** [06:42:05 2020-06-13] 178: Checking exports ** [06:42:05 2020-06-13] 178: Checking users ** [06:42:05 2020-06-13] 178: Checking user_dbs ** [06:42:05 2020-06-13] 178: Checking geocodings ** [06:42:05 2020-06-13] 178: Checking synchronizations ** [06:42:05 2020-06-13] 178: Checking tracker ** [06:42:05 2020-06-13] 178: Checking user_migrations ** [06:42:05 2020-06-13] 178: Checking batch_updates ** [06:42:05 2020-06-13] 178: Checking gears ** [06:42:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:42:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:10 2020-06-13] 178: Checking imports ** [06:42:10 2020-06-13] 178: Checking exports ** [06:42:10 2020-06-13] 178: Checking users ** [06:42:10 2020-06-13] 178: Checking user_dbs ** [06:42:10 2020-06-13] 178: Checking geocodings ** [06:42:10 2020-06-13] 178: Checking synchronizations ** [06:42:10 2020-06-13] 178: Checking tracker ** [06:42:10 2020-06-13] 178: Checking user_migrations ** [06:42:10 2020-06-13] 178: Checking batch_updates ** [06:42:10 2020-06-13] 178: Checking gears ** [06:42:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:42:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:15 2020-06-13] 178: Checking imports ** [06:42:15 2020-06-13] 178: Checking exports ** [06:42:15 2020-06-13] 178: Checking users ** [06:42:15 2020-06-13] 178: Checking user_dbs ** [06:42:15 2020-06-13] 178: Checking geocodings ** [06:42:15 2020-06-13] 178: Checking synchronizations ** [06:42:15 2020-06-13] 178: Checking tracker ** [06:42:15 2020-06-13] 178: Checking user_migrations ** [06:42:15 2020-06-13] 178: Checking batch_updates ** [06:42:15 2020-06-13] 178: Checking gears ** [06:42:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:42:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:20 2020-06-13] 178: Checking imports ** [06:42:20 2020-06-13] 178: Checking exports ** [06:42:20 2020-06-13] 178: Checking users ** [06:42:20 2020-06-13] 178: Checking user_dbs ** [06:42:20 2020-06-13] 178: Checking geocodings ** [06:42:20 2020-06-13] 178: Checking synchronizations ** [06:42:20 2020-06-13] 178: Checking tracker ** [06:42:20 2020-06-13] 178: Checking user_migrations ** [06:42:20 2020-06-13] 178: Checking batch_updates ** [06:42:20 2020-06-13] 178: Checking gears ** [06:42:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:42:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:25 2020-06-13] 178: Checking imports ** [06:42:25 2020-06-13] 178: Checking exports ** [06:42:25 2020-06-13] 178: Checking users ** [06:42:25 2020-06-13] 178: Checking user_dbs ** [06:42:25 2020-06-13] 178: Checking geocodings ** [06:42:25 2020-06-13] 178: Checking synchronizations ** [06:42:25 2020-06-13] 178: Checking tracker ** [06:42:25 2020-06-13] 178: Checking user_migrations ** [06:42:25 2020-06-13] 178: Checking batch_updates ** [06:42:25 2020-06-13] 178: Checking gears ** [06:42:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:42:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:30 2020-06-13] 178: Checking imports ** [06:42:30 2020-06-13] 178: Checking exports ** [06:42:30 2020-06-13] 178: Checking users ** [06:42:30 2020-06-13] 178: Checking user_dbs ** [06:42:30 2020-06-13] 178: Checking geocodings ** [06:42:30 2020-06-13] 178: Checking synchronizations ** [06:42:30 2020-06-13] 178: Checking tracker ** [06:42:30 2020-06-13] 178: Checking user_migrations ** [06:42:30 2020-06-13] 178: Checking batch_updates ** [06:42:30 2020-06-13] 178: Checking gears ** [06:42:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:42:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:35 2020-06-13] 178: Checking imports ** [06:42:35 2020-06-13] 178: Checking exports ** [06:42:35 2020-06-13] 178: Checking users ** [06:42:35 2020-06-13] 178: Checking user_dbs ** [06:42:35 2020-06-13] 178: Checking geocodings ** [06:42:35 2020-06-13] 178: Checking synchronizations ** [06:42:35 2020-06-13] 178: Checking tracker ** [06:42:35 2020-06-13] 178: Checking user_migrations ** [06:42:35 2020-06-13] 178: Checking batch_updates ** [06:42:35 2020-06-13] 178: Checking gears ** [06:42:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:42:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:40 2020-06-13] 178: Checking imports ** [06:42:40 2020-06-13] 178: Checking exports ** [06:42:40 2020-06-13] 178: Checking users ** [06:42:40 2020-06-13] 178: Checking user_dbs ** [06:42:40 2020-06-13] 178: Checking geocodings ** [06:42:40 2020-06-13] 178: Checking synchronizations ** [06:42:40 2020-06-13] 178: Checking tracker ** [06:42:40 2020-06-13] 178: Checking user_migrations ** [06:42:40 2020-06-13] 178: Checking batch_updates ** [06:42:40 2020-06-13] 178: Checking gears ** [06:42:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:42:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:45 2020-06-13] 178: Checking imports ** [06:42:45 2020-06-13] 178: Checking exports ** [06:42:45 2020-06-13] 178: Checking users ** [06:42:45 2020-06-13] 178: Checking user_dbs ** [06:42:45 2020-06-13] 178: Checking geocodings ** [06:42:45 2020-06-13] 178: Checking synchronizations ** [06:42:45 2020-06-13] 178: Checking tracker ** [06:42:45 2020-06-13] 178: Checking user_migrations ** [06:42:45 2020-06-13] 178: Checking batch_updates ** [06:42:45 2020-06-13] 178: Checking gears ** [06:42:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:42:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:50 2020-06-13] 178: Checking imports ** [06:42:50 2020-06-13] 178: Checking exports ** [06:42:50 2020-06-13] 178: Checking users ** [06:42:50 2020-06-13] 178: Checking user_dbs ** [06:42:50 2020-06-13] 178: Checking geocodings ** [06:42:50 2020-06-13] 178: Checking synchronizations ** [06:42:50 2020-06-13] 178: Checking tracker ** [06:42:50 2020-06-13] 178: Checking user_migrations ** [06:42:50 2020-06-13] 178: Checking batch_updates ** [06:42:50 2020-06-13] 178: Checking gears ** [06:42:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:42:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:55 2020-06-13] 178: Checking imports ** [06:42:55 2020-06-13] 178: Checking exports ** [06:42:55 2020-06-13] 178: Checking users ** [06:42:55 2020-06-13] 178: Checking user_dbs ** [06:42:55 2020-06-13] 178: Checking geocodings ** [06:42:55 2020-06-13] 178: Checking synchronizations ** [06:42:55 2020-06-13] 178: Checking tracker ** [06:42:55 2020-06-13] 178: Checking user_migrations ** [06:42:55 2020-06-13] 178: Checking batch_updates ** [06:42:55 2020-06-13] 178: Checking gears ** [06:42:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:42:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:00 2020-06-13] 178: Checking imports ** [06:43:00 2020-06-13] 178: Checking exports ** [06:43:00 2020-06-13] 178: Checking users ** [06:43:00 2020-06-13] 178: Checking user_dbs ** [06:43:00 2020-06-13] 178: Checking geocodings ** [06:43:00 2020-06-13] 178: Checking synchronizations ** [06:43:00 2020-06-13] 178: Checking tracker ** [06:43:00 2020-06-13] 178: Checking user_migrations ** [06:43:00 2020-06-13] 178: Checking batch_updates ** [06:43:00 2020-06-13] 178: Checking gears ** [06:43:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:43:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:05 2020-06-13] 178: Checking imports ** [06:43:05 2020-06-13] 178: Checking exports ** [06:43:05 2020-06-13] 178: Checking users ** [06:43:05 2020-06-13] 178: Checking user_dbs ** [06:43:05 2020-06-13] 178: Checking geocodings ** [06:43:05 2020-06-13] 178: Checking synchronizations ** [06:43:05 2020-06-13] 178: Checking tracker ** [06:43:05 2020-06-13] 178: Checking user_migrations ** [06:43:05 2020-06-13] 178: Checking batch_updates ** [06:43:05 2020-06-13] 178: Checking gears ** [06:43:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:43:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:10 2020-06-13] 178: Checking imports ** [06:43:10 2020-06-13] 178: Checking exports ** [06:43:10 2020-06-13] 178: Checking users ** [06:43:10 2020-06-13] 178: Checking user_dbs ** [06:43:10 2020-06-13] 178: Checking geocodings ** [06:43:10 2020-06-13] 178: Checking synchronizations ** [06:43:10 2020-06-13] 178: Checking tracker ** [06:43:10 2020-06-13] 178: Checking user_migrations ** [06:43:10 2020-06-13] 178: Checking batch_updates ** [06:43:10 2020-06-13] 178: Checking gears ** [06:43:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:43:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:15 2020-06-13] 178: Checking imports ** [06:43:15 2020-06-13] 178: Checking exports ** [06:43:15 2020-06-13] 178: Checking users ** [06:43:15 2020-06-13] 178: Checking user_dbs ** [06:43:15 2020-06-13] 178: Checking geocodings ** [06:43:15 2020-06-13] 178: Checking synchronizations ** [06:43:15 2020-06-13] 178: Checking tracker ** [06:43:15 2020-06-13] 178: Checking user_migrations ** [06:43:15 2020-06-13] 178: Checking batch_updates ** [06:43:15 2020-06-13] 178: Checking gears ** [06:43:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:43:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:20 2020-06-13] 178: Checking imports ** [06:43:20 2020-06-13] 178: Checking exports ** [06:43:20 2020-06-13] 178: Checking users ** [06:43:20 2020-06-13] 178: Checking user_dbs ** [06:43:20 2020-06-13] 178: Checking geocodings ** [06:43:20 2020-06-13] 178: Checking synchronizations ** [06:43:20 2020-06-13] 178: Checking tracker ** [06:43:20 2020-06-13] 178: Checking user_migrations ** [06:43:20 2020-06-13] 178: Checking batch_updates ** [06:43:20 2020-06-13] 178: Checking gears ** [06:43:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:43:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:25 2020-06-13] 178: Checking imports ** [06:43:25 2020-06-13] 178: Checking exports ** [06:43:25 2020-06-13] 178: Checking users ** [06:43:25 2020-06-13] 178: Checking user_dbs ** [06:43:25 2020-06-13] 178: Checking geocodings ** [06:43:25 2020-06-13] 178: Checking synchronizations ** [06:43:25 2020-06-13] 178: Checking tracker ** [06:43:25 2020-06-13] 178: Checking user_migrations ** [06:43:25 2020-06-13] 178: Checking batch_updates ** [06:43:25 2020-06-13] 178: Checking gears ** [06:43:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:43:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:30 2020-06-13] 178: Checking imports ** [06:43:30 2020-06-13] 178: Checking exports ** [06:43:30 2020-06-13] 178: Checking users ** [06:43:30 2020-06-13] 178: Checking user_dbs ** [06:43:30 2020-06-13] 178: Checking geocodings ** [06:43:30 2020-06-13] 178: Checking synchronizations ** [06:43:30 2020-06-13] 178: Checking tracker ** [06:43:30 2020-06-13] 178: Checking user_migrations ** [06:43:30 2020-06-13] 178: Checking batch_updates ** [06:43:30 2020-06-13] 178: Checking gears ** [06:43:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:43:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:35 2020-06-13] 178: Checking imports ** [06:43:35 2020-06-13] 178: Checking exports ** [06:43:35 2020-06-13] 178: Checking users ** [06:43:35 2020-06-13] 178: Checking user_dbs ** [06:43:35 2020-06-13] 178: Checking geocodings ** [06:43:35 2020-06-13] 178: Checking synchronizations ** [06:43:35 2020-06-13] 178: Checking tracker ** [06:43:35 2020-06-13] 178: Checking user_migrations ** [06:43:35 2020-06-13] 178: Checking batch_updates ** [06:43:35 2020-06-13] 178: Checking gears ** [06:43:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:43:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:40 2020-06-13] 178: Checking imports ** [06:43:40 2020-06-13] 178: Checking exports ** [06:43:40 2020-06-13] 178: Checking users ** [06:43:40 2020-06-13] 178: Checking user_dbs ** [06:43:40 2020-06-13] 178: Checking geocodings ** [06:43:40 2020-06-13] 178: Checking synchronizations ** [06:43:40 2020-06-13] 178: Checking tracker ** [06:43:40 2020-06-13] 178: Checking user_migrations ** [06:43:40 2020-06-13] 178: Checking batch_updates ** [06:43:40 2020-06-13] 178: Checking gears ** [06:43:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:43:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:45 2020-06-13] 178: Checking imports ** [06:43:45 2020-06-13] 178: Checking exports ** [06:43:45 2020-06-13] 178: Checking users ** [06:43:45 2020-06-13] 178: Checking user_dbs ** [06:43:45 2020-06-13] 178: Checking geocodings ** [06:43:45 2020-06-13] 178: Checking synchronizations ** [06:43:45 2020-06-13] 178: Checking tracker ** [06:43:45 2020-06-13] 178: Checking user_migrations ** [06:43:45 2020-06-13] 178: Checking batch_updates ** [06:43:45 2020-06-13] 178: Checking gears ** [06:43:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:43:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:50 2020-06-13] 178: Checking imports ** [06:43:50 2020-06-13] 178: Checking exports ** [06:43:50 2020-06-13] 178: Checking users ** [06:43:50 2020-06-13] 178: Checking user_dbs ** [06:43:50 2020-06-13] 178: Checking geocodings ** [06:43:50 2020-06-13] 178: Checking synchronizations ** [06:43:50 2020-06-13] 178: Checking tracker ** [06:43:50 2020-06-13] 178: Checking user_migrations ** [06:43:50 2020-06-13] 178: Checking batch_updates ** [06:43:50 2020-06-13] 178: Checking gears ** [06:43:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:43:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:55 2020-06-13] 178: Checking imports ** [06:43:55 2020-06-13] 178: Checking exports ** [06:43:55 2020-06-13] 178: Checking users ** [06:43:55 2020-06-13] 178: Checking user_dbs ** [06:43:55 2020-06-13] 178: Checking geocodings ** [06:43:55 2020-06-13] 178: Checking synchronizations ** [06:43:55 2020-06-13] 178: Checking tracker ** [06:43:55 2020-06-13] 178: Checking user_migrations ** [06:43:55 2020-06-13] 178: Checking batch_updates ** [06:43:55 2020-06-13] 178: Checking gears ** [06:43:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:43:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:00 2020-06-13] 178: Checking imports ** [06:44:00 2020-06-13] 178: Checking exports ** [06:44:00 2020-06-13] 178: Checking users ** [06:44:00 2020-06-13] 178: Checking user_dbs ** [06:44:00 2020-06-13] 178: Checking geocodings ** [06:44:00 2020-06-13] 178: Checking synchronizations ** [06:44:00 2020-06-13] 178: Checking tracker ** [06:44:00 2020-06-13] 178: Checking user_migrations ** [06:44:00 2020-06-13] 178: Checking batch_updates ** [06:44:00 2020-06-13] 178: Checking gears ** [06:44:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:44:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:05 2020-06-13] 178: Checking imports ** [06:44:05 2020-06-13] 178: Checking exports ** [06:44:05 2020-06-13] 178: Checking users ** [06:44:05 2020-06-13] 178: Checking user_dbs ** [06:44:05 2020-06-13] 178: Checking geocodings ** [06:44:05 2020-06-13] 178: Checking synchronizations ** [06:44:05 2020-06-13] 178: Checking tracker ** [06:44:05 2020-06-13] 178: Checking user_migrations ** [06:44:05 2020-06-13] 178: Checking batch_updates ** [06:44:05 2020-06-13] 178: Checking gears ** [06:44:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:44:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:10 2020-06-13] 178: Checking imports ** [06:44:10 2020-06-13] 178: Checking exports ** [06:44:10 2020-06-13] 178: Checking users ** [06:44:10 2020-06-13] 178: Checking user_dbs ** [06:44:10 2020-06-13] 178: Checking geocodings ** [06:44:10 2020-06-13] 178: Checking synchronizations ** [06:44:10 2020-06-13] 178: Checking tracker ** [06:44:10 2020-06-13] 178: Checking user_migrations ** [06:44:10 2020-06-13] 178: Checking batch_updates ** [06:44:10 2020-06-13] 178: Checking gears ** [06:44:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:44:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:15 2020-06-13] 178: Checking imports ** [06:44:15 2020-06-13] 178: Checking exports ** [06:44:15 2020-06-13] 178: Checking users ** [06:44:15 2020-06-13] 178: Checking user_dbs ** [06:44:15 2020-06-13] 178: Checking geocodings ** [06:44:15 2020-06-13] 178: Checking synchronizations ** [06:44:15 2020-06-13] 178: Checking tracker ** [06:44:15 2020-06-13] 178: Checking user_migrations ** [06:44:15 2020-06-13] 178: Checking batch_updates ** [06:44:15 2020-06-13] 178: Checking gears ** [06:44:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:44:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:20 2020-06-13] 178: Checking imports ** [06:44:20 2020-06-13] 178: Checking exports ** [06:44:20 2020-06-13] 178: Checking users ** [06:44:20 2020-06-13] 178: Checking user_dbs ** [06:44:20 2020-06-13] 178: Checking geocodings ** [06:44:20 2020-06-13] 178: Checking synchronizations ** [06:44:20 2020-06-13] 178: Checking tracker ** [06:44:20 2020-06-13] 178: Checking user_migrations ** [06:44:20 2020-06-13] 178: Checking batch_updates ** [06:44:20 2020-06-13] 178: Checking gears ** [06:44:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:44:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:25 2020-06-13] 178: Checking imports ** [06:44:25 2020-06-13] 178: Checking exports ** [06:44:25 2020-06-13] 178: Checking users ** [06:44:25 2020-06-13] 178: Checking user_dbs ** [06:44:25 2020-06-13] 178: Checking geocodings ** [06:44:25 2020-06-13] 178: Checking synchronizations ** [06:44:25 2020-06-13] 178: Checking tracker ** [06:44:25 2020-06-13] 178: Checking user_migrations ** [06:44:25 2020-06-13] 178: Checking batch_updates ** [06:44:25 2020-06-13] 178: Checking gears ** [06:44:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:44:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:30 2020-06-13] 178: Checking imports ** [06:44:30 2020-06-13] 178: Checking exports ** [06:44:30 2020-06-13] 178: Checking users ** [06:44:30 2020-06-13] 178: Checking user_dbs ** [06:44:30 2020-06-13] 178: Checking geocodings ** [06:44:30 2020-06-13] 178: Checking synchronizations ** [06:44:30 2020-06-13] 178: Checking tracker ** [06:44:30 2020-06-13] 178: Checking user_migrations ** [06:44:30 2020-06-13] 178: Checking batch_updates ** [06:44:30 2020-06-13] 178: Checking gears ** [06:44:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:44:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:35 2020-06-13] 178: Checking imports ** [06:44:35 2020-06-13] 178: Checking exports ** [06:44:35 2020-06-13] 178: Checking users ** [06:44:35 2020-06-13] 178: Checking user_dbs ** [06:44:35 2020-06-13] 178: Checking geocodings ** [06:44:35 2020-06-13] 178: Checking synchronizations ** [06:44:35 2020-06-13] 178: Checking tracker ** [06:44:35 2020-06-13] 178: Checking user_migrations ** [06:44:35 2020-06-13] 178: Checking batch_updates ** [06:44:35 2020-06-13] 178: Checking gears ** [06:44:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:44:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:40 2020-06-13] 178: Checking imports ** [06:44:40 2020-06-13] 178: Checking exports ** [06:44:40 2020-06-13] 178: Checking users ** [06:44:40 2020-06-13] 178: Checking user_dbs ** [06:44:40 2020-06-13] 178: Checking geocodings ** [06:44:40 2020-06-13] 178: Checking synchronizations ** [06:44:40 2020-06-13] 178: Checking tracker ** [06:44:40 2020-06-13] 178: Checking user_migrations ** [06:44:40 2020-06-13] 178: Checking batch_updates ** [06:44:40 2020-06-13] 178: Checking gears ** [06:44:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:44:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:45 2020-06-13] 178: Checking imports ** [06:44:45 2020-06-13] 178: Checking exports ** [06:44:45 2020-06-13] 178: Checking users ** [06:44:45 2020-06-13] 178: Checking user_dbs ** [06:44:45 2020-06-13] 178: Checking geocodings ** [06:44:45 2020-06-13] 178: Checking synchronizations ** [06:44:45 2020-06-13] 178: Checking tracker ** [06:44:45 2020-06-13] 178: Checking user_migrations ** [06:44:45 2020-06-13] 178: Checking batch_updates ** [06:44:45 2020-06-13] 178: Checking gears ** [06:44:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:44:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:50 2020-06-13] 178: Checking imports ** [06:44:50 2020-06-13] 178: Checking exports ** [06:44:50 2020-06-13] 178: Checking users ** [06:44:50 2020-06-13] 178: Checking user_dbs ** [06:44:50 2020-06-13] 178: Checking geocodings ** [06:44:50 2020-06-13] 178: Checking synchronizations ** [06:44:50 2020-06-13] 178: Checking tracker ** [06:44:50 2020-06-13] 178: Checking user_migrations ** [06:44:50 2020-06-13] 178: Checking batch_updates ** [06:44:50 2020-06-13] 178: Checking gears ** [06:44:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:44:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:55 2020-06-13] 178: Checking imports ** [06:44:55 2020-06-13] 178: Checking exports ** [06:44:55 2020-06-13] 178: Checking users ** [06:44:55 2020-06-13] 178: Checking user_dbs ** [06:44:55 2020-06-13] 178: Checking geocodings ** [06:44:55 2020-06-13] 178: Checking synchronizations ** [06:44:55 2020-06-13] 178: Checking tracker ** [06:44:55 2020-06-13] 178: Checking user_migrations ** [06:44:55 2020-06-13] 178: Checking batch_updates ** [06:44:55 2020-06-13] 178: Checking gears ** [06:44:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:44:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:00 2020-06-13] 178: Checking imports ** [06:45:00 2020-06-13] 178: Checking exports ** [06:45:00 2020-06-13] 178: Checking users ** [06:45:00 2020-06-13] 178: Checking user_dbs ** [06:45:00 2020-06-13] 178: Checking geocodings ** [06:45:00 2020-06-13] 178: Checking synchronizations ** [06:45:00 2020-06-13] 178: Checking tracker ** [06:45:00 2020-06-13] 178: Checking user_migrations ** [06:45:00 2020-06-13] 178: Checking batch_updates ** [06:45:00 2020-06-13] 178: Checking gears ** [06:45:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:45:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:05 2020-06-13] 178: Checking imports ** [06:45:05 2020-06-13] 178: Checking exports ** [06:45:05 2020-06-13] 178: Checking users ** [06:45:05 2020-06-13] 178: Checking user_dbs ** [06:45:05 2020-06-13] 178: Checking geocodings ** [06:45:05 2020-06-13] 178: Checking synchronizations ** [06:45:05 2020-06-13] 178: Checking tracker ** [06:45:05 2020-06-13] 178: Checking user_migrations ** [06:45:05 2020-06-13] 178: Checking batch_updates ** [06:45:05 2020-06-13] 178: Checking gears ** [06:45:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:45:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:10 2020-06-13] 178: Checking imports ** [06:45:10 2020-06-13] 178: Checking exports ** [06:45:10 2020-06-13] 178: Checking users ** [06:45:11 2020-06-13] 178: Checking user_dbs ** [06:45:11 2020-06-13] 178: Checking geocodings ** [06:45:11 2020-06-13] 178: Checking synchronizations ** [06:45:11 2020-06-13] 178: Checking tracker ** [06:45:11 2020-06-13] 178: Checking user_migrations ** [06:45:11 2020-06-13] 178: Checking batch_updates ** [06:45:11 2020-06-13] 178: Checking gears ** [06:45:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:45:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:16 2020-06-13] 178: Checking imports ** [06:45:16 2020-06-13] 178: Checking exports ** [06:45:16 2020-06-13] 178: Checking users ** [06:45:16 2020-06-13] 178: Checking user_dbs ** [06:45:16 2020-06-13] 178: Checking geocodings ** [06:45:16 2020-06-13] 178: Checking synchronizations ** [06:45:16 2020-06-13] 178: Checking tracker ** [06:45:16 2020-06-13] 178: Checking user_migrations ** [06:45:16 2020-06-13] 178: Checking batch_updates ** [06:45:16 2020-06-13] 178: Checking gears ** [06:45:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:45:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:21 2020-06-13] 178: Checking imports ** [06:45:21 2020-06-13] 178: Checking exports ** [06:45:21 2020-06-13] 178: Checking users ** [06:45:21 2020-06-13] 178: Checking user_dbs ** [06:45:21 2020-06-13] 178: Checking geocodings ** [06:45:21 2020-06-13] 178: Checking synchronizations ** [06:45:21 2020-06-13] 178: Checking tracker ** [06:45:21 2020-06-13] 178: Checking user_migrations ** [06:45:21 2020-06-13] 178: Checking batch_updates ** [06:45:21 2020-06-13] 178: Checking gears ** [06:45:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:45:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:26 2020-06-13] 178: Checking imports ** [06:45:26 2020-06-13] 178: Checking exports ** [06:45:26 2020-06-13] 178: Checking users ** [06:45:26 2020-06-13] 178: Checking user_dbs ** [06:45:26 2020-06-13] 178: Checking geocodings ** [06:45:26 2020-06-13] 178: Checking synchronizations ** [06:45:26 2020-06-13] 178: Checking tracker ** [06:45:26 2020-06-13] 178: Checking user_migrations ** [06:45:26 2020-06-13] 178: Checking batch_updates ** [06:45:26 2020-06-13] 178: Checking gears ** [06:45:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:45:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:31 2020-06-13] 178: Checking imports ** [06:45:31 2020-06-13] 178: Checking exports ** [06:45:31 2020-06-13] 178: Checking users ** [06:45:31 2020-06-13] 178: Checking user_dbs ** [06:45:31 2020-06-13] 178: Checking geocodings ** [06:45:31 2020-06-13] 178: Checking synchronizations ** [06:45:31 2020-06-13] 178: Checking tracker ** [06:45:31 2020-06-13] 178: Checking user_migrations ** [06:45:31 2020-06-13] 178: Checking batch_updates ** [06:45:31 2020-06-13] 178: Checking gears ** [06:45:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:45:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:36 2020-06-13] 178: Checking imports ** [06:45:36 2020-06-13] 178: Checking exports ** [06:45:36 2020-06-13] 178: Checking users ** [06:45:36 2020-06-13] 178: Checking user_dbs ** [06:45:36 2020-06-13] 178: Checking geocodings ** [06:45:36 2020-06-13] 178: Checking synchronizations ** [06:45:36 2020-06-13] 178: Checking tracker ** [06:45:36 2020-06-13] 178: Checking user_migrations ** [06:45:36 2020-06-13] 178: Checking batch_updates ** [06:45:36 2020-06-13] 178: Checking gears ** [06:45:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:45:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:41 2020-06-13] 178: Checking imports ** [06:45:41 2020-06-13] 178: Checking exports ** [06:45:41 2020-06-13] 178: Checking users ** [06:45:41 2020-06-13] 178: Checking user_dbs ** [06:45:41 2020-06-13] 178: Checking geocodings ** [06:45:41 2020-06-13] 178: Checking synchronizations ** [06:45:41 2020-06-13] 178: Checking tracker ** [06:45:41 2020-06-13] 178: Checking user_migrations ** [06:45:41 2020-06-13] 178: Checking batch_updates ** [06:45:41 2020-06-13] 178: Checking gears ** [06:45:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:45:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:46 2020-06-13] 178: Checking imports ** [06:45:46 2020-06-13] 178: Checking exports ** [06:45:46 2020-06-13] 178: Checking users ** [06:45:46 2020-06-13] 178: Checking user_dbs ** [06:45:46 2020-06-13] 178: Checking geocodings ** [06:45:46 2020-06-13] 178: Checking synchronizations ** [06:45:46 2020-06-13] 178: Checking tracker ** [06:45:46 2020-06-13] 178: Checking user_migrations ** [06:45:46 2020-06-13] 178: Checking batch_updates ** [06:45:46 2020-06-13] 178: Checking gears ** [06:45:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:45:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:51 2020-06-13] 178: Checking imports ** [06:45:51 2020-06-13] 178: Checking exports ** [06:45:51 2020-06-13] 178: Checking users ** [06:45:51 2020-06-13] 178: Checking user_dbs ** [06:45:51 2020-06-13] 178: Checking geocodings ** [06:45:51 2020-06-13] 178: Checking synchronizations ** [06:45:51 2020-06-13] 178: Checking tracker ** [06:45:51 2020-06-13] 178: Checking user_migrations ** [06:45:51 2020-06-13] 178: Checking batch_updates ** [06:45:51 2020-06-13] 178: Checking gears ** [06:45:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:45:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:56 2020-06-13] 178: Checking imports ** [06:45:56 2020-06-13] 178: Checking exports ** [06:45:56 2020-06-13] 178: Checking users ** [06:45:56 2020-06-13] 178: Checking user_dbs ** [06:45:56 2020-06-13] 178: Checking geocodings ** [06:45:56 2020-06-13] 178: Checking synchronizations ** [06:45:56 2020-06-13] 178: Checking tracker ** [06:45:56 2020-06-13] 178: Checking user_migrations ** [06:45:56 2020-06-13] 178: Checking batch_updates ** [06:45:56 2020-06-13] 178: Checking gears ** [06:45:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:45:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:01 2020-06-13] 178: Checking imports ** [06:46:01 2020-06-13] 178: Checking exports ** [06:46:01 2020-06-13] 178: Checking users ** [06:46:01 2020-06-13] 178: Checking user_dbs ** [06:46:01 2020-06-13] 178: Checking geocodings ** [06:46:01 2020-06-13] 178: Checking synchronizations ** [06:46:01 2020-06-13] 178: Checking tracker ** [06:46:01 2020-06-13] 178: Checking user_migrations ** [06:46:01 2020-06-13] 178: Checking batch_updates ** [06:46:01 2020-06-13] 178: Checking gears ** [06:46:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:46:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:06 2020-06-13] 178: Checking imports ** [06:46:06 2020-06-13] 178: Checking exports ** [06:46:06 2020-06-13] 178: Checking users ** [06:46:06 2020-06-13] 178: Checking user_dbs ** [06:46:06 2020-06-13] 178: Checking geocodings ** [06:46:06 2020-06-13] 178: Checking synchronizations ** [06:46:06 2020-06-13] 178: Checking tracker ** [06:46:06 2020-06-13] 178: Checking user_migrations ** [06:46:06 2020-06-13] 178: Checking batch_updates ** [06:46:06 2020-06-13] 178: Checking gears ** [06:46:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:46:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:11 2020-06-13] 178: Checking imports ** [06:46:11 2020-06-13] 178: Checking exports ** [06:46:11 2020-06-13] 178: Checking users ** [06:46:11 2020-06-13] 178: Checking user_dbs ** [06:46:11 2020-06-13] 178: Checking geocodings ** [06:46:11 2020-06-13] 178: Checking synchronizations ** [06:46:11 2020-06-13] 178: Checking tracker ** [06:46:11 2020-06-13] 178: Checking user_migrations ** [06:46:11 2020-06-13] 178: Checking batch_updates ** [06:46:11 2020-06-13] 178: Checking gears ** [06:46:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:46:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:16 2020-06-13] 178: Checking imports ** [06:46:16 2020-06-13] 178: Checking exports ** [06:46:16 2020-06-13] 178: Checking users ** [06:46:16 2020-06-13] 178: Checking user_dbs ** [06:46:16 2020-06-13] 178: Checking geocodings ** [06:46:16 2020-06-13] 178: Checking synchronizations ** [06:46:16 2020-06-13] 178: Checking tracker ** [06:46:16 2020-06-13] 178: Checking user_migrations ** [06:46:16 2020-06-13] 178: Checking batch_updates ** [06:46:16 2020-06-13] 178: Checking gears ** [06:46:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:46:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:21 2020-06-13] 178: Checking imports ** [06:46:21 2020-06-13] 178: Checking exports ** [06:46:21 2020-06-13] 178: Checking users ** [06:46:21 2020-06-13] 178: Checking user_dbs ** [06:46:21 2020-06-13] 178: Checking geocodings ** [06:46:21 2020-06-13] 178: Checking synchronizations ** [06:46:21 2020-06-13] 178: Checking tracker ** [06:46:21 2020-06-13] 178: Checking user_migrations ** [06:46:21 2020-06-13] 178: Checking batch_updates ** [06:46:21 2020-06-13] 178: Checking gears ** [06:46:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:46:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:26 2020-06-13] 178: Checking imports ** [06:46:26 2020-06-13] 178: Checking exports ** [06:46:26 2020-06-13] 178: Checking users ** [06:46:26 2020-06-13] 178: Checking user_dbs ** [06:46:26 2020-06-13] 178: Checking geocodings ** [06:46:26 2020-06-13] 178: Checking synchronizations ** [06:46:26 2020-06-13] 178: Checking tracker ** [06:46:26 2020-06-13] 178: Checking user_migrations ** [06:46:26 2020-06-13] 178: Checking batch_updates ** [06:46:26 2020-06-13] 178: Checking gears ** [06:46:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:46:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:31 2020-06-13] 178: Checking imports ** [06:46:31 2020-06-13] 178: Checking exports ** [06:46:31 2020-06-13] 178: Checking users ** [06:46:31 2020-06-13] 178: Checking user_dbs ** [06:46:31 2020-06-13] 178: Checking geocodings ** [06:46:31 2020-06-13] 178: Checking synchronizations ** [06:46:31 2020-06-13] 178: Checking tracker ** [06:46:31 2020-06-13] 178: Checking user_migrations ** [06:46:31 2020-06-13] 178: Checking batch_updates ** [06:46:31 2020-06-13] 178: Checking gears ** [06:46:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:46:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:36 2020-06-13] 178: Checking imports ** [06:46:36 2020-06-13] 178: Checking exports ** [06:46:36 2020-06-13] 178: Checking users ** [06:46:36 2020-06-13] 178: Checking user_dbs ** [06:46:36 2020-06-13] 178: Checking geocodings ** [06:46:36 2020-06-13] 178: Checking synchronizations ** [06:46:36 2020-06-13] 178: Checking tracker ** [06:46:36 2020-06-13] 178: Checking user_migrations ** [06:46:36 2020-06-13] 178: Checking batch_updates ** [06:46:36 2020-06-13] 178: Checking gears ** [06:46:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:46:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:41 2020-06-13] 178: Checking imports ** [06:46:41 2020-06-13] 178: Checking exports ** [06:46:41 2020-06-13] 178: Checking users ** [06:46:41 2020-06-13] 178: Checking user_dbs ** [06:46:41 2020-06-13] 178: Checking geocodings ** [06:46:41 2020-06-13] 178: Checking synchronizations ** [06:46:41 2020-06-13] 178: Checking tracker ** [06:46:41 2020-06-13] 178: Checking user_migrations ** [06:46:41 2020-06-13] 178: Checking batch_updates ** [06:46:41 2020-06-13] 178: Checking gears ** [06:46:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:46:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:46 2020-06-13] 178: Checking imports ** [06:46:46 2020-06-13] 178: Checking exports ** [06:46:46 2020-06-13] 178: Checking users ** [06:46:46 2020-06-13] 178: Checking user_dbs ** [06:46:46 2020-06-13] 178: Checking geocodings ** [06:46:46 2020-06-13] 178: Checking synchronizations ** [06:46:46 2020-06-13] 178: Checking tracker ** [06:46:46 2020-06-13] 178: Checking user_migrations ** [06:46:46 2020-06-13] 178: Checking batch_updates ** [06:46:46 2020-06-13] 178: Checking gears ** [06:46:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:46:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:51 2020-06-13] 178: Checking imports ** [06:46:51 2020-06-13] 178: Checking exports ** [06:46:51 2020-06-13] 178: Checking users ** [06:46:51 2020-06-13] 178: Checking user_dbs ** [06:46:51 2020-06-13] 178: Checking geocodings ** [06:46:51 2020-06-13] 178: Checking synchronizations ** [06:46:51 2020-06-13] 178: Checking tracker ** [06:46:51 2020-06-13] 178: Checking user_migrations ** [06:46:51 2020-06-13] 178: Checking batch_updates ** [06:46:51 2020-06-13] 178: Checking gears ** [06:46:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:46:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:56 2020-06-13] 178: Checking imports ** [06:46:56 2020-06-13] 178: Checking exports ** [06:46:56 2020-06-13] 178: Checking users ** [06:46:56 2020-06-13] 178: Checking user_dbs ** [06:46:56 2020-06-13] 178: Checking geocodings ** [06:46:56 2020-06-13] 178: Checking synchronizations ** [06:46:56 2020-06-13] 178: Checking tracker ** [06:46:56 2020-06-13] 178: Checking user_migrations ** [06:46:56 2020-06-13] 178: Checking batch_updates ** [06:46:56 2020-06-13] 178: Checking gears ** [06:46:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:46:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:01 2020-06-13] 178: Checking imports ** [06:47:01 2020-06-13] 178: Checking exports ** [06:47:01 2020-06-13] 178: Checking users ** [06:47:01 2020-06-13] 178: Checking user_dbs ** [06:47:01 2020-06-13] 178: Checking geocodings ** [06:47:01 2020-06-13] 178: Checking synchronizations ** [06:47:01 2020-06-13] 178: Checking tracker ** [06:47:01 2020-06-13] 178: Checking user_migrations ** [06:47:01 2020-06-13] 178: Checking batch_updates ** [06:47:01 2020-06-13] 178: Checking gears ** [06:47:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:47:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:06 2020-06-13] 178: Checking imports ** [06:47:06 2020-06-13] 178: Checking exports ** [06:47:06 2020-06-13] 178: Checking users ** [06:47:06 2020-06-13] 178: Checking user_dbs ** [06:47:06 2020-06-13] 178: Checking geocodings ** [06:47:06 2020-06-13] 178: Checking synchronizations ** [06:47:06 2020-06-13] 178: Checking tracker ** [06:47:06 2020-06-13] 178: Checking user_migrations ** [06:47:06 2020-06-13] 178: Checking batch_updates ** [06:47:06 2020-06-13] 178: Checking gears ** [06:47:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:47:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:11 2020-06-13] 178: Checking imports ** [06:47:11 2020-06-13] 178: Checking exports ** [06:47:11 2020-06-13] 178: Checking users ** [06:47:11 2020-06-13] 178: Checking user_dbs ** [06:47:11 2020-06-13] 178: Checking geocodings ** [06:47:11 2020-06-13] 178: Checking synchronizations ** [06:47:11 2020-06-13] 178: Checking tracker ** [06:47:11 2020-06-13] 178: Checking user_migrations ** [06:47:11 2020-06-13] 178: Checking batch_updates ** [06:47:11 2020-06-13] 178: Checking gears ** [06:47:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:47:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:16 2020-06-13] 178: Checking imports ** [06:47:16 2020-06-13] 178: Checking exports ** [06:47:16 2020-06-13] 178: Checking users ** [06:47:16 2020-06-13] 178: Checking user_dbs ** [06:47:16 2020-06-13] 178: Checking geocodings ** [06:47:16 2020-06-13] 178: Checking synchronizations ** [06:47:16 2020-06-13] 178: Checking tracker ** [06:47:16 2020-06-13] 178: Checking user_migrations ** [06:47:16 2020-06-13] 178: Checking batch_updates ** [06:47:16 2020-06-13] 178: Checking gears ** [06:47:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:47:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:21 2020-06-13] 178: Checking imports ** [06:47:21 2020-06-13] 178: Checking exports ** [06:47:21 2020-06-13] 178: Checking users ** [06:47:21 2020-06-13] 178: Checking user_dbs ** [06:47:21 2020-06-13] 178: Checking geocodings ** [06:47:21 2020-06-13] 178: Checking synchronizations ** [06:47:21 2020-06-13] 178: Checking tracker ** [06:47:21 2020-06-13] 178: Checking user_migrations ** [06:47:21 2020-06-13] 178: Checking batch_updates ** [06:47:21 2020-06-13] 178: Checking gears ** [06:47:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:47:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:26 2020-06-13] 178: Checking imports ** [06:47:26 2020-06-13] 178: Checking exports ** [06:47:26 2020-06-13] 178: Checking users ** [06:47:26 2020-06-13] 178: Checking user_dbs ** [06:47:26 2020-06-13] 178: Checking geocodings ** [06:47:26 2020-06-13] 178: Checking synchronizations ** [06:47:26 2020-06-13] 178: Checking tracker ** [06:47:26 2020-06-13] 178: Checking user_migrations ** [06:47:26 2020-06-13] 178: Checking batch_updates ** [06:47:26 2020-06-13] 178: Checking gears ** [06:47:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:47:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:31 2020-06-13] 178: Checking imports ** [06:47:31 2020-06-13] 178: Checking exports ** [06:47:31 2020-06-13] 178: Checking users ** [06:47:31 2020-06-13] 178: Checking user_dbs ** [06:47:31 2020-06-13] 178: Checking geocodings ** [06:47:31 2020-06-13] 178: Checking synchronizations ** [06:47:31 2020-06-13] 178: Checking tracker ** [06:47:31 2020-06-13] 178: Checking user_migrations ** [06:47:31 2020-06-13] 178: Checking batch_updates ** [06:47:31 2020-06-13] 178: Checking gears ** [06:47:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:47:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:36 2020-06-13] 178: Checking imports ** [06:47:36 2020-06-13] 178: Checking exports ** [06:47:36 2020-06-13] 178: Checking users ** [06:47:36 2020-06-13] 178: Checking user_dbs ** [06:47:36 2020-06-13] 178: Checking geocodings ** [06:47:36 2020-06-13] 178: Checking synchronizations ** [06:47:36 2020-06-13] 178: Checking tracker ** [06:47:36 2020-06-13] 178: Checking user_migrations ** [06:47:36 2020-06-13] 178: Checking batch_updates ** [06:47:36 2020-06-13] 178: Checking gears ** [06:47:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:47:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:41 2020-06-13] 178: Checking imports ** [06:47:41 2020-06-13] 178: Checking exports ** [06:47:41 2020-06-13] 178: Checking users ** [06:47:41 2020-06-13] 178: Checking user_dbs ** [06:47:41 2020-06-13] 178: Checking geocodings ** [06:47:41 2020-06-13] 178: Checking synchronizations ** [06:47:41 2020-06-13] 178: Checking tracker ** [06:47:41 2020-06-13] 178: Checking user_migrations ** [06:47:41 2020-06-13] 178: Checking batch_updates ** [06:47:41 2020-06-13] 178: Checking gears ** [06:47:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:47:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:46 2020-06-13] 178: Checking imports ** [06:47:46 2020-06-13] 178: Checking exports ** [06:47:46 2020-06-13] 178: Checking users ** [06:47:46 2020-06-13] 178: Checking user_dbs ** [06:47:46 2020-06-13] 178: Checking geocodings ** [06:47:46 2020-06-13] 178: Checking synchronizations ** [06:47:46 2020-06-13] 178: Checking tracker ** [06:47:46 2020-06-13] 178: Checking user_migrations ** [06:47:46 2020-06-13] 178: Checking batch_updates ** [06:47:46 2020-06-13] 178: Checking gears ** [06:47:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:47:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:51 2020-06-13] 178: Checking imports ** [06:47:51 2020-06-13] 178: Checking exports ** [06:47:51 2020-06-13] 178: Checking users ** [06:47:51 2020-06-13] 178: Checking user_dbs ** [06:47:51 2020-06-13] 178: Checking geocodings ** [06:47:51 2020-06-13] 178: Checking synchronizations ** [06:47:51 2020-06-13] 178: Checking tracker ** [06:47:51 2020-06-13] 178: Checking user_migrations ** [06:47:51 2020-06-13] 178: Checking batch_updates ** [06:47:51 2020-06-13] 178: Checking gears ** [06:47:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:47:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:56 2020-06-13] 178: Checking imports ** [06:47:56 2020-06-13] 178: Checking exports ** [06:47:56 2020-06-13] 178: Checking users ** [06:47:56 2020-06-13] 178: Checking user_dbs ** [06:47:56 2020-06-13] 178: Checking geocodings ** [06:47:56 2020-06-13] 178: Checking synchronizations ** [06:47:56 2020-06-13] 178: Checking tracker ** [06:47:56 2020-06-13] 178: Checking user_migrations ** [06:47:56 2020-06-13] 178: Checking batch_updates ** [06:47:56 2020-06-13] 178: Checking gears ** [06:47:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:47:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:01 2020-06-13] 178: Checking imports ** [06:48:01 2020-06-13] 178: Checking exports ** [06:48:01 2020-06-13] 178: Checking users ** [06:48:01 2020-06-13] 178: Checking user_dbs ** [06:48:01 2020-06-13] 178: Checking geocodings ** [06:48:01 2020-06-13] 178: Checking synchronizations ** [06:48:01 2020-06-13] 178: Checking tracker ** [06:48:01 2020-06-13] 178: Checking user_migrations ** [06:48:01 2020-06-13] 178: Checking batch_updates ** [06:48:01 2020-06-13] 178: Checking gears ** [06:48:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:48:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:06 2020-06-13] 178: Checking imports ** [06:48:06 2020-06-13] 178: Checking exports ** [06:48:06 2020-06-13] 178: Checking users ** [06:48:06 2020-06-13] 178: Checking user_dbs ** [06:48:06 2020-06-13] 178: Checking geocodings ** [06:48:06 2020-06-13] 178: Checking synchronizations ** [06:48:06 2020-06-13] 178: Checking tracker ** [06:48:06 2020-06-13] 178: Checking user_migrations ** [06:48:06 2020-06-13] 178: Checking batch_updates ** [06:48:06 2020-06-13] 178: Checking gears ** [06:48:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:48:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:11 2020-06-13] 178: Checking imports ** [06:48:11 2020-06-13] 178: Checking exports ** [06:48:11 2020-06-13] 178: Checking users ** [06:48:11 2020-06-13] 178: Checking user_dbs ** [06:48:11 2020-06-13] 178: Checking geocodings ** [06:48:11 2020-06-13] 178: Checking synchronizations ** [06:48:11 2020-06-13] 178: Checking tracker ** [06:48:11 2020-06-13] 178: Checking user_migrations ** [06:48:11 2020-06-13] 178: Checking batch_updates ** [06:48:11 2020-06-13] 178: Checking gears ** [06:48:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:48:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:16 2020-06-13] 178: Checking imports ** [06:48:16 2020-06-13] 178: Checking exports ** [06:48:16 2020-06-13] 178: Checking users ** [06:48:16 2020-06-13] 178: Checking user_dbs ** [06:48:16 2020-06-13] 178: Checking geocodings ** [06:48:16 2020-06-13] 178: Checking synchronizations ** [06:48:16 2020-06-13] 178: Checking tracker ** [06:48:16 2020-06-13] 178: Checking user_migrations ** [06:48:16 2020-06-13] 178: Checking batch_updates ** [06:48:16 2020-06-13] 178: Checking gears ** [06:48:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:48:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:21 2020-06-13] 178: Checking imports ** [06:48:21 2020-06-13] 178: Checking exports ** [06:48:21 2020-06-13] 178: Checking users ** [06:48:21 2020-06-13] 178: Checking user_dbs ** [06:48:21 2020-06-13] 178: Checking geocodings ** [06:48:21 2020-06-13] 178: Checking synchronizations ** [06:48:21 2020-06-13] 178: Checking tracker ** [06:48:21 2020-06-13] 178: Checking user_migrations ** [06:48:21 2020-06-13] 178: Checking batch_updates ** [06:48:21 2020-06-13] 178: Checking gears ** [06:48:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:48:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:26 2020-06-13] 178: Checking imports ** [06:48:26 2020-06-13] 178: Checking exports ** [06:48:26 2020-06-13] 178: Checking users ** [06:48:26 2020-06-13] 178: Checking user_dbs ** [06:48:26 2020-06-13] 178: Checking geocodings ** [06:48:26 2020-06-13] 178: Checking synchronizations ** [06:48:26 2020-06-13] 178: Checking tracker ** [06:48:26 2020-06-13] 178: Checking user_migrations ** [06:48:26 2020-06-13] 178: Checking batch_updates ** [06:48:26 2020-06-13] 178: Checking gears ** [06:48:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:48:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:31 2020-06-13] 178: Checking imports ** [06:48:31 2020-06-13] 178: Checking exports ** [06:48:31 2020-06-13] 178: Checking users ** [06:48:31 2020-06-13] 178: Checking user_dbs ** [06:48:31 2020-06-13] 178: Checking geocodings ** [06:48:31 2020-06-13] 178: Checking synchronizations ** [06:48:31 2020-06-13] 178: Checking tracker ** [06:48:31 2020-06-13] 178: Checking user_migrations ** [06:48:31 2020-06-13] 178: Checking batch_updates ** [06:48:31 2020-06-13] 178: Checking gears ** [06:48:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:48:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:36 2020-06-13] 178: Checking imports ** [06:48:36 2020-06-13] 178: Checking exports ** [06:48:36 2020-06-13] 178: Checking users ** [06:48:36 2020-06-13] 178: Checking user_dbs ** [06:48:36 2020-06-13] 178: Checking geocodings ** [06:48:36 2020-06-13] 178: Checking synchronizations ** [06:48:36 2020-06-13] 178: Checking tracker ** [06:48:36 2020-06-13] 178: Checking user_migrations ** [06:48:36 2020-06-13] 178: Checking batch_updates ** [06:48:36 2020-06-13] 178: Checking gears ** [06:48:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:48:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:41 2020-06-13] 178: Checking imports ** [06:48:41 2020-06-13] 178: Checking exports ** [06:48:41 2020-06-13] 178: Checking users ** [06:48:41 2020-06-13] 178: Checking user_dbs ** [06:48:41 2020-06-13] 178: Checking geocodings ** [06:48:41 2020-06-13] 178: Checking synchronizations ** [06:48:41 2020-06-13] 178: Checking tracker ** [06:48:41 2020-06-13] 178: Checking user_migrations ** [06:48:41 2020-06-13] 178: Checking batch_updates ** [06:48:41 2020-06-13] 178: Checking gears ** [06:48:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:48:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:46 2020-06-13] 178: Checking imports ** [06:48:46 2020-06-13] 178: Checking exports ** [06:48:46 2020-06-13] 178: Checking users ** [06:48:46 2020-06-13] 178: Checking user_dbs ** [06:48:46 2020-06-13] 178: Checking geocodings ** [06:48:46 2020-06-13] 178: Checking synchronizations ** [06:48:46 2020-06-13] 178: Checking tracker ** [06:48:46 2020-06-13] 178: Checking user_migrations ** [06:48:46 2020-06-13] 178: Checking batch_updates ** [06:48:46 2020-06-13] 178: Checking gears ** [06:48:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:48:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:51 2020-06-13] 178: Checking imports ** [06:48:51 2020-06-13] 178: Checking exports ** [06:48:51 2020-06-13] 178: Checking users ** [06:48:51 2020-06-13] 178: Checking user_dbs ** [06:48:51 2020-06-13] 178: Checking geocodings ** [06:48:51 2020-06-13] 178: Checking synchronizations ** [06:48:51 2020-06-13] 178: Checking tracker ** [06:48:51 2020-06-13] 178: Checking user_migrations ** [06:48:51 2020-06-13] 178: Checking batch_updates ** [06:48:51 2020-06-13] 178: Checking gears ** [06:48:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:48:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:56 2020-06-13] 178: Checking imports ** [06:48:56 2020-06-13] 178: Checking exports ** [06:48:56 2020-06-13] 178: Checking users ** [06:48:56 2020-06-13] 178: Checking user_dbs ** [06:48:56 2020-06-13] 178: Checking geocodings ** [06:48:56 2020-06-13] 178: Checking synchronizations ** [06:48:56 2020-06-13] 178: Checking tracker ** [06:48:56 2020-06-13] 178: Checking user_migrations ** [06:48:56 2020-06-13] 178: Checking batch_updates ** [06:48:56 2020-06-13] 178: Checking gears ** [06:48:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:48:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:01 2020-06-13] 178: Checking imports ** [06:49:01 2020-06-13] 178: Checking exports ** [06:49:01 2020-06-13] 178: Checking users ** [06:49:01 2020-06-13] 178: Checking user_dbs ** [06:49:01 2020-06-13] 178: Checking geocodings ** [06:49:01 2020-06-13] 178: Checking synchronizations ** [06:49:01 2020-06-13] 178: Checking tracker ** [06:49:01 2020-06-13] 178: Checking user_migrations ** [06:49:01 2020-06-13] 178: Checking batch_updates ** [06:49:01 2020-06-13] 178: Checking gears ** [06:49:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:49:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:06 2020-06-13] 178: Checking imports ** [06:49:06 2020-06-13] 178: Checking exports ** [06:49:06 2020-06-13] 178: Checking users ** [06:49:06 2020-06-13] 178: Checking user_dbs ** [06:49:06 2020-06-13] 178: Checking geocodings ** [06:49:06 2020-06-13] 178: Checking synchronizations ** [06:49:06 2020-06-13] 178: Checking tracker ** [06:49:06 2020-06-13] 178: Checking user_migrations ** [06:49:06 2020-06-13] 178: Checking batch_updates ** [06:49:06 2020-06-13] 178: Checking gears ** [06:49:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:49:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:11 2020-06-13] 178: Checking imports ** [06:49:11 2020-06-13] 178: Checking exports ** [06:49:11 2020-06-13] 178: Checking users ** [06:49:11 2020-06-13] 178: Checking user_dbs ** [06:49:11 2020-06-13] 178: Checking geocodings ** [06:49:11 2020-06-13] 178: Checking synchronizations ** [06:49:11 2020-06-13] 178: Checking tracker ** [06:49:11 2020-06-13] 178: Checking user_migrations ** [06:49:11 2020-06-13] 178: Checking batch_updates ** [06:49:11 2020-06-13] 178: Checking gears ** [06:49:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:49:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:16 2020-06-13] 178: Checking imports ** [06:49:16 2020-06-13] 178: Checking exports ** [06:49:16 2020-06-13] 178: Checking users ** [06:49:16 2020-06-13] 178: Checking user_dbs ** [06:49:16 2020-06-13] 178: Checking geocodings ** [06:49:16 2020-06-13] 178: Checking synchronizations ** [06:49:16 2020-06-13] 178: Checking tracker ** [06:49:16 2020-06-13] 178: Checking user_migrations ** [06:49:16 2020-06-13] 178: Checking batch_updates ** [06:49:16 2020-06-13] 178: Checking gears ** [06:49:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:49:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:21 2020-06-13] 178: Checking imports ** [06:49:21 2020-06-13] 178: Checking exports ** [06:49:21 2020-06-13] 178: Checking users ** [06:49:21 2020-06-13] 178: Checking user_dbs ** [06:49:21 2020-06-13] 178: Checking geocodings ** [06:49:21 2020-06-13] 178: Checking synchronizations ** [06:49:21 2020-06-13] 178: Checking tracker ** [06:49:21 2020-06-13] 178: Checking user_migrations ** [06:49:21 2020-06-13] 178: Checking batch_updates ** [06:49:21 2020-06-13] 178: Checking gears ** [06:49:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:49:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:26 2020-06-13] 178: Checking imports ** [06:49:26 2020-06-13] 178: Checking exports ** [06:49:26 2020-06-13] 178: Checking users ** [06:49:26 2020-06-13] 178: Checking user_dbs ** [06:49:26 2020-06-13] 178: Checking geocodings ** [06:49:26 2020-06-13] 178: Checking synchronizations ** [06:49:26 2020-06-13] 178: Checking tracker ** [06:49:26 2020-06-13] 178: Checking user_migrations ** [06:49:26 2020-06-13] 178: Checking batch_updates ** [06:49:26 2020-06-13] 178: Checking gears ** [06:49:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:49:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:31 2020-06-13] 178: Checking imports ** [06:49:31 2020-06-13] 178: Checking exports ** [06:49:31 2020-06-13] 178: Checking users ** [06:49:31 2020-06-13] 178: Checking user_dbs ** [06:49:31 2020-06-13] 178: Checking geocodings ** [06:49:31 2020-06-13] 178: Checking synchronizations ** [06:49:31 2020-06-13] 178: Checking tracker ** [06:49:31 2020-06-13] 178: Checking user_migrations ** [06:49:31 2020-06-13] 178: Checking batch_updates ** [06:49:31 2020-06-13] 178: Checking gears ** [06:49:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:49:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:36 2020-06-13] 178: Checking imports ** [06:49:36 2020-06-13] 178: Checking exports ** [06:49:36 2020-06-13] 178: Checking users ** [06:49:36 2020-06-13] 178: Checking user_dbs ** [06:49:36 2020-06-13] 178: Checking geocodings ** [06:49:36 2020-06-13] 178: Checking synchronizations ** [06:49:36 2020-06-13] 178: Checking tracker ** [06:49:36 2020-06-13] 178: Checking user_migrations ** [06:49:36 2020-06-13] 178: Checking batch_updates ** [06:49:36 2020-06-13] 178: Checking gears ** [06:49:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:49:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:41 2020-06-13] 178: Checking imports ** [06:49:41 2020-06-13] 178: Checking exports ** [06:49:41 2020-06-13] 178: Checking users ** [06:49:41 2020-06-13] 178: Checking user_dbs ** [06:49:41 2020-06-13] 178: Checking geocodings ** [06:49:41 2020-06-13] 178: Checking synchronizations ** [06:49:41 2020-06-13] 178: Checking tracker ** [06:49:41 2020-06-13] 178: Checking user_migrations ** [06:49:41 2020-06-13] 178: Checking batch_updates ** [06:49:41 2020-06-13] 178: Checking gears ** [06:49:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:49:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:46 2020-06-13] 178: Checking imports ** [06:49:46 2020-06-13] 178: Checking exports ** [06:49:46 2020-06-13] 178: Checking users ** [06:49:46 2020-06-13] 178: Checking user_dbs ** [06:49:46 2020-06-13] 178: Checking geocodings ** [06:49:46 2020-06-13] 178: Checking synchronizations ** [06:49:46 2020-06-13] 178: Checking tracker ** [06:49:46 2020-06-13] 178: Checking user_migrations ** [06:49:46 2020-06-13] 178: Checking batch_updates ** [06:49:46 2020-06-13] 178: Checking gears ** [06:49:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:49:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:51 2020-06-13] 178: Checking imports ** [06:49:51 2020-06-13] 178: Checking exports ** [06:49:51 2020-06-13] 178: Checking users ** [06:49:51 2020-06-13] 178: Checking user_dbs ** [06:49:51 2020-06-13] 178: Checking geocodings ** [06:49:51 2020-06-13] 178: Checking synchronizations ** [06:49:51 2020-06-13] 178: Checking tracker ** [06:49:51 2020-06-13] 178: Checking user_migrations ** [06:49:51 2020-06-13] 178: Checking batch_updates ** [06:49:51 2020-06-13] 178: Checking gears ** [06:49:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:49:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:56 2020-06-13] 178: Checking imports ** [06:49:56 2020-06-13] 178: Checking exports ** [06:49:56 2020-06-13] 178: Checking users ** [06:49:56 2020-06-13] 178: Checking user_dbs ** [06:49:56 2020-06-13] 178: Checking geocodings ** [06:49:56 2020-06-13] 178: Checking synchronizations ** [06:49:56 2020-06-13] 178: Checking tracker ** [06:49:56 2020-06-13] 178: Checking user_migrations ** [06:49:56 2020-06-13] 178: Checking batch_updates ** [06:49:56 2020-06-13] 178: Checking gears ** [06:49:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:49:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:01 2020-06-13] 178: Checking imports ** [06:50:01 2020-06-13] 178: Checking exports ** [06:50:01 2020-06-13] 178: Checking users ** [06:50:01 2020-06-13] 178: Checking user_dbs ** [06:50:01 2020-06-13] 178: Checking geocodings ** [06:50:01 2020-06-13] 178: Checking synchronizations ** [06:50:01 2020-06-13] 178: Checking tracker ** [06:50:01 2020-06-13] 178: Checking user_migrations ** [06:50:01 2020-06-13] 178: Checking batch_updates ** [06:50:01 2020-06-13] 178: Checking gears ** [06:50:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:50:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:06 2020-06-13] 178: Checking imports ** [06:50:06 2020-06-13] 178: Checking exports ** [06:50:06 2020-06-13] 178: Checking users ** [06:50:06 2020-06-13] 178: Checking user_dbs ** [06:50:06 2020-06-13] 178: Checking geocodings ** [06:50:06 2020-06-13] 178: Checking synchronizations ** [06:50:06 2020-06-13] 178: Checking tracker ** [06:50:06 2020-06-13] 178: Checking user_migrations ** [06:50:06 2020-06-13] 178: Checking batch_updates ** [06:50:06 2020-06-13] 178: Checking gears ** [06:50:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:50:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:11 2020-06-13] 178: Checking imports ** [06:50:11 2020-06-13] 178: Checking exports ** [06:50:11 2020-06-13] 178: Checking users ** [06:50:11 2020-06-13] 178: Checking user_dbs ** [06:50:11 2020-06-13] 178: Checking geocodings ** [06:50:11 2020-06-13] 178: Checking synchronizations ** [06:50:11 2020-06-13] 178: Checking tracker ** [06:50:11 2020-06-13] 178: Checking user_migrations ** [06:50:11 2020-06-13] 178: Checking batch_updates ** [06:50:11 2020-06-13] 178: Checking gears ** [06:50:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:50:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:16 2020-06-13] 178: Checking imports ** [06:50:16 2020-06-13] 178: Checking exports ** [06:50:16 2020-06-13] 178: Checking users ** [06:50:16 2020-06-13] 178: Checking user_dbs ** [06:50:16 2020-06-13] 178: Checking geocodings ** [06:50:16 2020-06-13] 178: Checking synchronizations ** [06:50:16 2020-06-13] 178: Checking tracker ** [06:50:16 2020-06-13] 178: Checking user_migrations ** [06:50:16 2020-06-13] 178: Checking batch_updates ** [06:50:16 2020-06-13] 178: Checking gears ** [06:50:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:50:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:21 2020-06-13] 178: Checking imports ** [06:50:21 2020-06-13] 178: Checking exports ** [06:50:21 2020-06-13] 178: Checking users ** [06:50:21 2020-06-13] 178: Checking user_dbs ** [06:50:21 2020-06-13] 178: Checking geocodings ** [06:50:21 2020-06-13] 178: Checking synchronizations ** [06:50:21 2020-06-13] 178: Checking tracker ** [06:50:21 2020-06-13] 178: Checking user_migrations ** [06:50:21 2020-06-13] 178: Checking batch_updates ** [06:50:21 2020-06-13] 178: Checking gears ** [06:50:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:50:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:26 2020-06-13] 178: Checking imports ** [06:50:26 2020-06-13] 178: Checking exports ** [06:50:26 2020-06-13] 178: Checking users ** [06:50:26 2020-06-13] 178: Checking user_dbs ** [06:50:26 2020-06-13] 178: Checking geocodings ** [06:50:26 2020-06-13] 178: Checking synchronizations ** [06:50:26 2020-06-13] 178: Checking tracker ** [06:50:26 2020-06-13] 178: Checking user_migrations ** [06:50:26 2020-06-13] 178: Checking batch_updates ** [06:50:26 2020-06-13] 178: Checking gears ** [06:50:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:50:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:31 2020-06-13] 178: Checking imports ** [06:50:31 2020-06-13] 178: Checking exports ** [06:50:31 2020-06-13] 178: Checking users ** [06:50:31 2020-06-13] 178: Checking user_dbs ** [06:50:31 2020-06-13] 178: Checking geocodings ** [06:50:31 2020-06-13] 178: Checking synchronizations ** [06:50:31 2020-06-13] 178: Checking tracker ** [06:50:31 2020-06-13] 178: Checking user_migrations ** [06:50:31 2020-06-13] 178: Checking batch_updates ** [06:50:31 2020-06-13] 178: Checking gears ** [06:50:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:50:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:36 2020-06-13] 178: Checking imports ** [06:50:36 2020-06-13] 178: Checking exports ** [06:50:36 2020-06-13] 178: Checking users ** [06:50:36 2020-06-13] 178: Checking user_dbs ** [06:50:36 2020-06-13] 178: Checking geocodings ** [06:50:36 2020-06-13] 178: Checking synchronizations ** [06:50:36 2020-06-13] 178: Checking tracker ** [06:50:36 2020-06-13] 178: Checking user_migrations ** [06:50:36 2020-06-13] 178: Checking batch_updates ** [06:50:36 2020-06-13] 178: Checking gears ** [06:50:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:50:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:41 2020-06-13] 178: Checking imports ** [06:50:41 2020-06-13] 178: Checking exports ** [06:50:41 2020-06-13] 178: Checking users ** [06:50:41 2020-06-13] 178: Checking user_dbs ** [06:50:41 2020-06-13] 178: Checking geocodings ** [06:50:41 2020-06-13] 178: Checking synchronizations ** [06:50:41 2020-06-13] 178: Checking tracker ** [06:50:41 2020-06-13] 178: Checking user_migrations ** [06:50:41 2020-06-13] 178: Checking batch_updates ** [06:50:41 2020-06-13] 178: Checking gears ** [06:50:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:50:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:46 2020-06-13] 178: Checking imports ** [06:50:46 2020-06-13] 178: Checking exports ** [06:50:46 2020-06-13] 178: Checking users ** [06:50:46 2020-06-13] 178: Checking user_dbs ** [06:50:46 2020-06-13] 178: Checking geocodings ** [06:50:46 2020-06-13] 178: Checking synchronizations ** [06:50:46 2020-06-13] 178: Checking tracker ** [06:50:46 2020-06-13] 178: Checking user_migrations ** [06:50:46 2020-06-13] 178: Checking batch_updates ** [06:50:46 2020-06-13] 178: Checking gears ** [06:50:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:50:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:51 2020-06-13] 178: Checking imports ** [06:50:51 2020-06-13] 178: Checking exports ** [06:50:51 2020-06-13] 178: Checking users ** [06:50:51 2020-06-13] 178: Checking user_dbs ** [06:50:51 2020-06-13] 178: Checking geocodings ** [06:50:51 2020-06-13] 178: Checking synchronizations ** [06:50:51 2020-06-13] 178: Checking tracker ** [06:50:51 2020-06-13] 178: Checking user_migrations ** [06:50:51 2020-06-13] 178: Checking batch_updates ** [06:50:51 2020-06-13] 178: Checking gears ** [06:50:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:50:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:56 2020-06-13] 178: Checking imports ** [06:50:56 2020-06-13] 178: Checking exports ** [06:50:56 2020-06-13] 178: Checking users ** [06:50:56 2020-06-13] 178: Checking user_dbs ** [06:50:56 2020-06-13] 178: Checking geocodings ** [06:50:56 2020-06-13] 178: Checking synchronizations ** [06:50:56 2020-06-13] 178: Checking tracker ** [06:50:56 2020-06-13] 178: Checking user_migrations ** [06:50:56 2020-06-13] 178: Checking batch_updates ** [06:50:56 2020-06-13] 178: Checking gears ** [06:50:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:50:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:01 2020-06-13] 178: Checking imports ** [06:51:01 2020-06-13] 178: Checking exports ** [06:51:01 2020-06-13] 178: Checking users ** [06:51:01 2020-06-13] 178: Checking user_dbs ** [06:51:01 2020-06-13] 178: Checking geocodings ** [06:51:01 2020-06-13] 178: Checking synchronizations ** [06:51:01 2020-06-13] 178: Checking tracker ** [06:51:01 2020-06-13] 178: Checking user_migrations ** [06:51:01 2020-06-13] 178: Checking batch_updates ** [06:51:01 2020-06-13] 178: Checking gears ** [06:51:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:51:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:06 2020-06-13] 178: Checking imports ** [06:51:06 2020-06-13] 178: Checking exports ** [06:51:06 2020-06-13] 178: Checking users ** [06:51:06 2020-06-13] 178: Checking user_dbs ** [06:51:06 2020-06-13] 178: Checking geocodings ** [06:51:06 2020-06-13] 178: Checking synchronizations ** [06:51:06 2020-06-13] 178: Checking tracker ** [06:51:06 2020-06-13] 178: Checking user_migrations ** [06:51:06 2020-06-13] 178: Checking batch_updates ** [06:51:06 2020-06-13] 178: Checking gears ** [06:51:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:51:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:11 2020-06-13] 178: Checking imports ** [06:51:11 2020-06-13] 178: Checking exports ** [06:51:11 2020-06-13] 178: Checking users ** [06:51:11 2020-06-13] 178: Checking user_dbs ** [06:51:11 2020-06-13] 178: Checking geocodings ** [06:51:11 2020-06-13] 178: Checking synchronizations ** [06:51:11 2020-06-13] 178: Checking tracker ** [06:51:11 2020-06-13] 178: Checking user_migrations ** [06:51:11 2020-06-13] 178: Checking batch_updates ** [06:51:11 2020-06-13] 178: Checking gears ** [06:51:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:51:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:16 2020-06-13] 178: Checking imports ** [06:51:16 2020-06-13] 178: Checking exports ** [06:51:16 2020-06-13] 178: Checking users ** [06:51:16 2020-06-13] 178: Checking user_dbs ** [06:51:16 2020-06-13] 178: Checking geocodings ** [06:51:16 2020-06-13] 178: Checking synchronizations ** [06:51:16 2020-06-13] 178: Checking tracker ** [06:51:16 2020-06-13] 178: Checking user_migrations ** [06:51:16 2020-06-13] 178: Checking batch_updates ** [06:51:16 2020-06-13] 178: Checking gears ** [06:51:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:51:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:21 2020-06-13] 178: Checking imports ** [06:51:21 2020-06-13] 178: Checking exports ** [06:51:21 2020-06-13] 178: Checking users ** [06:51:21 2020-06-13] 178: Checking user_dbs ** [06:51:21 2020-06-13] 178: Checking geocodings ** [06:51:21 2020-06-13] 178: Checking synchronizations ** [06:51:21 2020-06-13] 178: Checking tracker ** [06:51:21 2020-06-13] 178: Checking user_migrations ** [06:51:21 2020-06-13] 178: Checking batch_updates ** [06:51:21 2020-06-13] 178: Checking gears ** [06:51:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:51:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:26 2020-06-13] 178: Checking imports ** [06:51:26 2020-06-13] 178: Checking exports ** [06:51:26 2020-06-13] 178: Checking users ** [06:51:26 2020-06-13] 178: Checking user_dbs ** [06:51:26 2020-06-13] 178: Checking geocodings ** [06:51:26 2020-06-13] 178: Checking synchronizations ** [06:51:26 2020-06-13] 178: Checking tracker ** [06:51:26 2020-06-13] 178: Checking user_migrations ** [06:51:26 2020-06-13] 178: Checking batch_updates ** [06:51:26 2020-06-13] 178: Checking gears ** [06:51:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:51:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:31 2020-06-13] 178: Checking imports ** [06:51:31 2020-06-13] 178: Checking exports ** [06:51:31 2020-06-13] 178: Checking users ** [06:51:31 2020-06-13] 178: Checking user_dbs ** [06:51:31 2020-06-13] 178: Checking geocodings ** [06:51:31 2020-06-13] 178: Checking synchronizations ** [06:51:31 2020-06-13] 178: Checking tracker ** [06:51:31 2020-06-13] 178: Checking user_migrations ** [06:51:31 2020-06-13] 178: Checking batch_updates ** [06:51:31 2020-06-13] 178: Checking gears ** [06:51:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:51:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:36 2020-06-13] 178: Checking imports ** [06:51:36 2020-06-13] 178: Checking exports ** [06:51:36 2020-06-13] 178: Checking users ** [06:51:36 2020-06-13] 178: Checking user_dbs ** [06:51:36 2020-06-13] 178: Checking geocodings ** [06:51:36 2020-06-13] 178: Checking synchronizations ** [06:51:36 2020-06-13] 178: Checking tracker ** [06:51:36 2020-06-13] 178: Checking user_migrations ** [06:51:36 2020-06-13] 178: Checking batch_updates ** [06:51:36 2020-06-13] 178: Checking gears ** [06:51:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:51:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:41 2020-06-13] 178: Checking imports ** [06:51:41 2020-06-13] 178: Checking exports ** [06:51:41 2020-06-13] 178: Checking users ** [06:51:41 2020-06-13] 178: Checking user_dbs ** [06:51:41 2020-06-13] 178: Checking geocodings ** [06:51:41 2020-06-13] 178: Checking synchronizations ** [06:51:41 2020-06-13] 178: Checking tracker ** [06:51:41 2020-06-13] 178: Checking user_migrations ** [06:51:41 2020-06-13] 178: Checking batch_updates ** [06:51:41 2020-06-13] 178: Checking gears ** [06:51:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:51:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:46 2020-06-13] 178: Checking imports ** [06:51:46 2020-06-13] 178: Checking exports ** [06:51:46 2020-06-13] 178: Checking users ** [06:51:46 2020-06-13] 178: Checking user_dbs ** [06:51:46 2020-06-13] 178: Checking geocodings ** [06:51:46 2020-06-13] 178: Checking synchronizations ** [06:51:46 2020-06-13] 178: Checking tracker ** [06:51:46 2020-06-13] 178: Checking user_migrations ** [06:51:46 2020-06-13] 178: Checking batch_updates ** [06:51:46 2020-06-13] 178: Checking gears ** [06:51:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:51:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:51 2020-06-13] 178: Checking imports ** [06:51:51 2020-06-13] 178: Checking exports ** [06:51:51 2020-06-13] 178: Checking users ** [06:51:51 2020-06-13] 178: Checking user_dbs ** [06:51:51 2020-06-13] 178: Checking geocodings ** [06:51:51 2020-06-13] 178: Checking synchronizations ** [06:51:51 2020-06-13] 178: Checking tracker ** [06:51:51 2020-06-13] 178: Checking user_migrations ** [06:51:51 2020-06-13] 178: Checking batch_updates ** [06:51:51 2020-06-13] 178: Checking gears ** [06:51:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:51:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:56 2020-06-13] 178: Checking imports ** [06:51:56 2020-06-13] 178: Checking exports ** [06:51:56 2020-06-13] 178: Checking users ** [06:51:56 2020-06-13] 178: Checking user_dbs ** [06:51:56 2020-06-13] 178: Checking geocodings ** [06:51:56 2020-06-13] 178: Checking synchronizations ** [06:51:56 2020-06-13] 178: Checking tracker ** [06:51:56 2020-06-13] 178: Checking user_migrations ** [06:51:56 2020-06-13] 178: Checking batch_updates ** [06:51:56 2020-06-13] 178: Checking gears ** [06:51:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:51:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:01 2020-06-13] 178: Checking imports ** [06:52:01 2020-06-13] 178: Checking exports ** [06:52:01 2020-06-13] 178: Checking users ** [06:52:01 2020-06-13] 178: Checking user_dbs ** [06:52:01 2020-06-13] 178: Checking geocodings ** [06:52:01 2020-06-13] 178: Checking synchronizations ** [06:52:01 2020-06-13] 178: Checking tracker ** [06:52:01 2020-06-13] 178: Checking user_migrations ** [06:52:01 2020-06-13] 178: Checking batch_updates ** [06:52:01 2020-06-13] 178: Checking gears ** [06:52:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:52:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:06 2020-06-13] 178: Checking imports ** [06:52:06 2020-06-13] 178: Checking exports ** [06:52:06 2020-06-13] 178: Checking users ** [06:52:06 2020-06-13] 178: Checking user_dbs ** [06:52:06 2020-06-13] 178: Checking geocodings ** [06:52:06 2020-06-13] 178: Checking synchronizations ** [06:52:06 2020-06-13] 178: Checking tracker ** [06:52:06 2020-06-13] 178: Checking user_migrations ** [06:52:06 2020-06-13] 178: Checking batch_updates ** [06:52:06 2020-06-13] 178: Checking gears ** [06:52:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:52:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:11 2020-06-13] 178: Checking imports ** [06:52:11 2020-06-13] 178: Checking exports ** [06:52:11 2020-06-13] 178: Checking users ** [06:52:11 2020-06-13] 178: Checking user_dbs ** [06:52:11 2020-06-13] 178: Checking geocodings ** [06:52:11 2020-06-13] 178: Checking synchronizations ** [06:52:11 2020-06-13] 178: Checking tracker ** [06:52:11 2020-06-13] 178: Checking user_migrations ** [06:52:11 2020-06-13] 178: Checking batch_updates ** [06:52:11 2020-06-13] 178: Checking gears ** [06:52:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:52:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:16 2020-06-13] 178: Checking imports ** [06:52:16 2020-06-13] 178: Checking exports ** [06:52:16 2020-06-13] 178: Checking users ** [06:52:16 2020-06-13] 178: Checking user_dbs ** [06:52:16 2020-06-13] 178: Checking geocodings ** [06:52:16 2020-06-13] 178: Checking synchronizations ** [06:52:16 2020-06-13] 178: Checking tracker ** [06:52:16 2020-06-13] 178: Checking user_migrations ** [06:52:16 2020-06-13] 178: Checking batch_updates ** [06:52:16 2020-06-13] 178: Checking gears ** [06:52:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:52:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:21 2020-06-13] 178: Checking imports ** [06:52:21 2020-06-13] 178: Checking exports ** [06:52:21 2020-06-13] 178: Checking users ** [06:52:21 2020-06-13] 178: Checking user_dbs ** [06:52:21 2020-06-13] 178: Checking geocodings ** [06:52:21 2020-06-13] 178: Checking synchronizations ** [06:52:21 2020-06-13] 178: Checking tracker ** [06:52:21 2020-06-13] 178: Checking user_migrations ** [06:52:21 2020-06-13] 178: Checking batch_updates ** [06:52:21 2020-06-13] 178: Checking gears ** [06:52:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:52:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:26 2020-06-13] 178: Checking imports ** [06:52:26 2020-06-13] 178: Checking exports ** [06:52:26 2020-06-13] 178: Checking users ** [06:52:26 2020-06-13] 178: Checking user_dbs ** [06:52:26 2020-06-13] 178: Checking geocodings ** [06:52:26 2020-06-13] 178: Checking synchronizations ** [06:52:26 2020-06-13] 178: Checking tracker ** [06:52:26 2020-06-13] 178: Checking user_migrations ** [06:52:26 2020-06-13] 178: Checking batch_updates ** [06:52:26 2020-06-13] 178: Checking gears ** [06:52:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:52:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:31 2020-06-13] 178: Checking imports ** [06:52:31 2020-06-13] 178: Checking exports ** [06:52:31 2020-06-13] 178: Checking users ** [06:52:31 2020-06-13] 178: Checking user_dbs ** [06:52:31 2020-06-13] 178: Checking geocodings ** [06:52:31 2020-06-13] 178: Checking synchronizations ** [06:52:31 2020-06-13] 178: Checking tracker ** [06:52:31 2020-06-13] 178: Checking user_migrations ** [06:52:31 2020-06-13] 178: Checking batch_updates ** [06:52:31 2020-06-13] 178: Checking gears ** [06:52:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:52:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:36 2020-06-13] 178: Checking imports ** [06:52:36 2020-06-13] 178: Checking exports ** [06:52:36 2020-06-13] 178: Checking users ** [06:52:36 2020-06-13] 178: Checking user_dbs ** [06:52:36 2020-06-13] 178: Checking geocodings ** [06:52:36 2020-06-13] 178: Checking synchronizations ** [06:52:36 2020-06-13] 178: Checking tracker ** [06:52:36 2020-06-13] 178: Checking user_migrations ** [06:52:36 2020-06-13] 178: Checking batch_updates ** [06:52:36 2020-06-13] 178: Checking gears ** [06:52:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:52:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:41 2020-06-13] 178: Checking imports ** [06:52:41 2020-06-13] 178: Checking exports ** [06:52:41 2020-06-13] 178: Checking users ** [06:52:41 2020-06-13] 178: Checking user_dbs ** [06:52:41 2020-06-13] 178: Checking geocodings ** [06:52:41 2020-06-13] 178: Checking synchronizations ** [06:52:41 2020-06-13] 178: Checking tracker ** [06:52:41 2020-06-13] 178: Checking user_migrations ** [06:52:41 2020-06-13] 178: Checking batch_updates ** [06:52:41 2020-06-13] 178: Checking gears ** [06:52:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:52:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:46 2020-06-13] 178: Checking imports ** [06:52:46 2020-06-13] 178: Checking exports ** [06:52:46 2020-06-13] 178: Checking users ** [06:52:46 2020-06-13] 178: Checking user_dbs ** [06:52:46 2020-06-13] 178: Checking geocodings ** [06:52:46 2020-06-13] 178: Checking synchronizations ** [06:52:46 2020-06-13] 178: Checking tracker ** [06:52:46 2020-06-13] 178: Checking user_migrations ** [06:52:46 2020-06-13] 178: Checking batch_updates ** [06:52:46 2020-06-13] 178: Checking gears ** [06:52:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:52:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:51 2020-06-13] 178: Checking imports ** [06:52:51 2020-06-13] 178: Checking exports ** [06:52:51 2020-06-13] 178: Checking users ** [06:52:51 2020-06-13] 178: Checking user_dbs ** [06:52:51 2020-06-13] 178: Checking geocodings ** [06:52:51 2020-06-13] 178: Checking synchronizations ** [06:52:51 2020-06-13] 178: Checking tracker ** [06:52:51 2020-06-13] 178: Checking user_migrations ** [06:52:51 2020-06-13] 178: Checking batch_updates ** [06:52:51 2020-06-13] 178: Checking gears ** [06:52:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:52:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:56 2020-06-13] 178: Checking imports ** [06:52:56 2020-06-13] 178: Checking exports ** [06:52:56 2020-06-13] 178: Checking users ** [06:52:56 2020-06-13] 178: Checking user_dbs ** [06:52:56 2020-06-13] 178: Checking geocodings ** [06:52:56 2020-06-13] 178: Checking synchronizations ** [06:52:56 2020-06-13] 178: Checking tracker ** [06:52:56 2020-06-13] 178: Checking user_migrations ** [06:52:56 2020-06-13] 178: Checking batch_updates ** [06:52:56 2020-06-13] 178: Checking gears ** [06:52:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:52:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:01 2020-06-13] 178: Checking imports ** [06:53:01 2020-06-13] 178: Checking exports ** [06:53:01 2020-06-13] 178: Checking users ** [06:53:01 2020-06-13] 178: Checking user_dbs ** [06:53:01 2020-06-13] 178: Checking geocodings ** [06:53:01 2020-06-13] 178: Checking synchronizations ** [06:53:01 2020-06-13] 178: Checking tracker ** [06:53:01 2020-06-13] 178: Checking user_migrations ** [06:53:01 2020-06-13] 178: Checking batch_updates ** [06:53:01 2020-06-13] 178: Checking gears ** [06:53:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:53:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:06 2020-06-13] 178: Checking imports ** [06:53:06 2020-06-13] 178: Checking exports ** [06:53:06 2020-06-13] 178: Checking users ** [06:53:06 2020-06-13] 178: Checking user_dbs ** [06:53:06 2020-06-13] 178: Checking geocodings ** [06:53:06 2020-06-13] 178: Checking synchronizations ** [06:53:06 2020-06-13] 178: Checking tracker ** [06:53:06 2020-06-13] 178: Checking user_migrations ** [06:53:06 2020-06-13] 178: Checking batch_updates ** [06:53:06 2020-06-13] 178: Checking gears ** [06:53:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:53:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:11 2020-06-13] 178: Checking imports ** [06:53:11 2020-06-13] 178: Checking exports ** [06:53:11 2020-06-13] 178: Checking users ** [06:53:11 2020-06-13] 178: Checking user_dbs ** [06:53:11 2020-06-13] 178: Checking geocodings ** [06:53:11 2020-06-13] 178: Checking synchronizations ** [06:53:11 2020-06-13] 178: Checking tracker ** [06:53:11 2020-06-13] 178: Checking user_migrations ** [06:53:11 2020-06-13] 178: Checking batch_updates ** [06:53:11 2020-06-13] 178: Checking gears ** [06:53:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:53:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:16 2020-06-13] 178: Checking imports ** [06:53:16 2020-06-13] 178: Checking exports ** [06:53:16 2020-06-13] 178: Checking users ** [06:53:16 2020-06-13] 178: Checking user_dbs ** [06:53:16 2020-06-13] 178: Checking geocodings ** [06:53:16 2020-06-13] 178: Checking synchronizations ** [06:53:16 2020-06-13] 178: Checking tracker ** [06:53:16 2020-06-13] 178: Checking user_migrations ** [06:53:16 2020-06-13] 178: Checking batch_updates ** [06:53:16 2020-06-13] 178: Checking gears ** [06:53:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:53:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:21 2020-06-13] 178: Checking imports ** [06:53:21 2020-06-13] 178: Checking exports ** [06:53:21 2020-06-13] 178: Checking users ** [06:53:21 2020-06-13] 178: Checking user_dbs ** [06:53:21 2020-06-13] 178: Checking geocodings ** [06:53:21 2020-06-13] 178: Checking synchronizations ** [06:53:21 2020-06-13] 178: Checking tracker ** [06:53:21 2020-06-13] 178: Checking user_migrations ** [06:53:21 2020-06-13] 178: Checking batch_updates ** [06:53:21 2020-06-13] 178: Checking gears ** [06:53:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:53:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:26 2020-06-13] 178: Checking imports ** [06:53:26 2020-06-13] 178: Checking exports ** [06:53:26 2020-06-13] 178: Checking users ** [06:53:26 2020-06-13] 178: Checking user_dbs ** [06:53:26 2020-06-13] 178: Checking geocodings ** [06:53:26 2020-06-13] 178: Checking synchronizations ** [06:53:26 2020-06-13] 178: Checking tracker ** [06:53:26 2020-06-13] 178: Checking user_migrations ** [06:53:26 2020-06-13] 178: Checking batch_updates ** [06:53:26 2020-06-13] 178: Checking gears ** [06:53:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:53:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:31 2020-06-13] 178: Checking imports ** [06:53:31 2020-06-13] 178: Checking exports ** [06:53:31 2020-06-13] 178: Checking users ** [06:53:31 2020-06-13] 178: Checking user_dbs ** [06:53:31 2020-06-13] 178: Checking geocodings ** [06:53:31 2020-06-13] 178: Checking synchronizations ** [06:53:31 2020-06-13] 178: Checking tracker ** [06:53:31 2020-06-13] 178: Checking user_migrations ** [06:53:31 2020-06-13] 178: Checking batch_updates ** [06:53:31 2020-06-13] 178: Checking gears ** [06:53:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:53:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:36 2020-06-13] 178: Checking imports ** [06:53:36 2020-06-13] 178: Checking exports ** [06:53:36 2020-06-13] 178: Checking users ** [06:53:36 2020-06-13] 178: Checking user_dbs ** [06:53:36 2020-06-13] 178: Checking geocodings ** [06:53:36 2020-06-13] 178: Checking synchronizations ** [06:53:36 2020-06-13] 178: Checking tracker ** [06:53:36 2020-06-13] 178: Checking user_migrations ** [06:53:36 2020-06-13] 178: Checking batch_updates ** [06:53:36 2020-06-13] 178: Checking gears ** [06:53:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:53:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:41 2020-06-13] 178: Checking imports ** [06:53:41 2020-06-13] 178: Checking exports ** [06:53:41 2020-06-13] 178: Checking users ** [06:53:41 2020-06-13] 178: Checking user_dbs ** [06:53:41 2020-06-13] 178: Checking geocodings ** [06:53:41 2020-06-13] 178: Checking synchronizations ** [06:53:41 2020-06-13] 178: Checking tracker ** [06:53:41 2020-06-13] 178: Checking user_migrations ** [06:53:41 2020-06-13] 178: Checking batch_updates ** [06:53:41 2020-06-13] 178: Checking gears ** [06:53:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:53:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:46 2020-06-13] 178: Checking imports ** [06:53:46 2020-06-13] 178: Checking exports ** [06:53:46 2020-06-13] 178: Checking users ** [06:53:46 2020-06-13] 178: Checking user_dbs ** [06:53:46 2020-06-13] 178: Checking geocodings ** [06:53:46 2020-06-13] 178: Checking synchronizations ** [06:53:46 2020-06-13] 178: Checking tracker ** [06:53:46 2020-06-13] 178: Checking user_migrations ** [06:53:46 2020-06-13] 178: Checking batch_updates ** [06:53:46 2020-06-13] 178: Checking gears ** [06:53:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:53:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:51 2020-06-13] 178: Checking imports ** [06:53:51 2020-06-13] 178: Checking exports ** [06:53:51 2020-06-13] 178: Checking users ** [06:53:51 2020-06-13] 178: Checking user_dbs ** [06:53:51 2020-06-13] 178: Checking geocodings ** [06:53:51 2020-06-13] 178: Checking synchronizations ** [06:53:51 2020-06-13] 178: Checking tracker ** [06:53:51 2020-06-13] 178: Checking user_migrations ** [06:53:51 2020-06-13] 178: Checking batch_updates ** [06:53:51 2020-06-13] 178: Checking gears ** [06:53:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:53:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:56 2020-06-13] 178: Checking imports ** [06:53:56 2020-06-13] 178: Checking exports ** [06:53:56 2020-06-13] 178: Checking users ** [06:53:56 2020-06-13] 178: Checking user_dbs ** [06:53:56 2020-06-13] 178: Checking geocodings ** [06:53:56 2020-06-13] 178: Checking synchronizations ** [06:53:56 2020-06-13] 178: Checking tracker ** [06:53:56 2020-06-13] 178: Checking user_migrations ** [06:53:56 2020-06-13] 178: Checking batch_updates ** [06:53:56 2020-06-13] 178: Checking gears ** [06:53:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:53:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:01 2020-06-13] 178: Checking imports ** [06:54:01 2020-06-13] 178: Checking exports ** [06:54:01 2020-06-13] 178: Checking users ** [06:54:01 2020-06-13] 178: Checking user_dbs ** [06:54:01 2020-06-13] 178: Checking geocodings ** [06:54:01 2020-06-13] 178: Checking synchronizations ** [06:54:01 2020-06-13] 178: Checking tracker ** [06:54:01 2020-06-13] 178: Checking user_migrations ** [06:54:01 2020-06-13] 178: Checking batch_updates ** [06:54:01 2020-06-13] 178: Checking gears ** [06:54:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:54:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:06 2020-06-13] 178: Checking imports ** [06:54:06 2020-06-13] 178: Checking exports ** [06:54:06 2020-06-13] 178: Checking users ** [06:54:06 2020-06-13] 178: Checking user_dbs ** [06:54:06 2020-06-13] 178: Checking geocodings ** [06:54:06 2020-06-13] 178: Checking synchronizations ** [06:54:06 2020-06-13] 178: Checking tracker ** [06:54:06 2020-06-13] 178: Checking user_migrations ** [06:54:06 2020-06-13] 178: Checking batch_updates ** [06:54:06 2020-06-13] 178: Checking gears ** [06:54:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:54:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:11 2020-06-13] 178: Checking imports ** [06:54:11 2020-06-13] 178: Checking exports ** [06:54:11 2020-06-13] 178: Checking users ** [06:54:11 2020-06-13] 178: Checking user_dbs ** [06:54:11 2020-06-13] 178: Checking geocodings ** [06:54:11 2020-06-13] 178: Checking synchronizations ** [06:54:11 2020-06-13] 178: Checking tracker ** [06:54:11 2020-06-13] 178: Checking user_migrations ** [06:54:11 2020-06-13] 178: Checking batch_updates ** [06:54:11 2020-06-13] 178: Checking gears ** [06:54:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:54:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:16 2020-06-13] 178: Checking imports ** [06:54:16 2020-06-13] 178: Checking exports ** [06:54:16 2020-06-13] 178: Checking users ** [06:54:16 2020-06-13] 178: Checking user_dbs ** [06:54:16 2020-06-13] 178: Checking geocodings ** [06:54:16 2020-06-13] 178: Checking synchronizations ** [06:54:16 2020-06-13] 178: Checking tracker ** [06:54:16 2020-06-13] 178: Checking user_migrations ** [06:54:16 2020-06-13] 178: Checking batch_updates ** [06:54:16 2020-06-13] 178: Checking gears ** [06:54:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:54:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:21 2020-06-13] 178: Checking imports ** [06:54:21 2020-06-13] 178: Checking exports ** [06:54:21 2020-06-13] 178: Checking users ** [06:54:21 2020-06-13] 178: Checking user_dbs ** [06:54:21 2020-06-13] 178: Checking geocodings ** [06:54:21 2020-06-13] 178: Checking synchronizations ** [06:54:21 2020-06-13] 178: Checking tracker ** [06:54:21 2020-06-13] 178: Checking user_migrations ** [06:54:21 2020-06-13] 178: Checking batch_updates ** [06:54:21 2020-06-13] 178: Checking gears ** [06:54:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:54:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:26 2020-06-13] 178: Checking imports ** [06:54:26 2020-06-13] 178: Checking exports ** [06:54:26 2020-06-13] 178: Checking users ** [06:54:26 2020-06-13] 178: Checking user_dbs ** [06:54:26 2020-06-13] 178: Checking geocodings ** [06:54:26 2020-06-13] 178: Checking synchronizations ** [06:54:26 2020-06-13] 178: Checking tracker ** [06:54:26 2020-06-13] 178: Checking user_migrations ** [06:54:26 2020-06-13] 178: Checking batch_updates ** [06:54:26 2020-06-13] 178: Checking gears ** [06:54:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:54:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:31 2020-06-13] 178: Checking imports ** [06:54:31 2020-06-13] 178: Checking exports ** [06:54:31 2020-06-13] 178: Checking users ** [06:54:31 2020-06-13] 178: Checking user_dbs ** [06:54:31 2020-06-13] 178: Checking geocodings ** [06:54:31 2020-06-13] 178: Checking synchronizations ** [06:54:31 2020-06-13] 178: Checking tracker ** [06:54:31 2020-06-13] 178: Checking user_migrations ** [06:54:31 2020-06-13] 178: Checking batch_updates ** [06:54:31 2020-06-13] 178: Checking gears ** [06:54:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:54:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:36 2020-06-13] 178: Checking imports ** [06:54:36 2020-06-13] 178: Checking exports ** [06:54:36 2020-06-13] 178: Checking users ** [06:54:36 2020-06-13] 178: Checking user_dbs ** [06:54:36 2020-06-13] 178: Checking geocodings ** [06:54:36 2020-06-13] 178: Checking synchronizations ** [06:54:36 2020-06-13] 178: Checking tracker ** [06:54:36 2020-06-13] 178: Checking user_migrations ** [06:54:36 2020-06-13] 178: Checking batch_updates ** [06:54:36 2020-06-13] 178: Checking gears ** [06:54:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:54:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:42 2020-06-13] 178: Checking imports ** [06:54:42 2020-06-13] 178: Checking exports ** [06:54:42 2020-06-13] 178: Checking users ** [06:54:42 2020-06-13] 178: Checking user_dbs ** [06:54:42 2020-06-13] 178: Checking geocodings ** [06:54:42 2020-06-13] 178: Checking synchronizations ** [06:54:42 2020-06-13] 178: Checking tracker ** [06:54:42 2020-06-13] 178: Checking user_migrations ** [06:54:42 2020-06-13] 178: Checking batch_updates ** [06:54:42 2020-06-13] 178: Checking gears ** [06:54:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:54:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:47 2020-06-13] 178: Checking imports ** [06:54:47 2020-06-13] 178: Checking exports ** [06:54:47 2020-06-13] 178: Checking users ** [06:54:47 2020-06-13] 178: Checking user_dbs ** [06:54:47 2020-06-13] 178: Checking geocodings ** [06:54:47 2020-06-13] 178: Checking synchronizations ** [06:54:47 2020-06-13] 178: Checking tracker ** [06:54:47 2020-06-13] 178: Checking user_migrations ** [06:54:47 2020-06-13] 178: Checking batch_updates ** [06:54:47 2020-06-13] 178: Checking gears ** [06:54:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:54:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:52 2020-06-13] 178: Checking imports ** [06:54:52 2020-06-13] 178: Checking exports ** [06:54:52 2020-06-13] 178: Checking users ** [06:54:52 2020-06-13] 178: Checking user_dbs ** [06:54:52 2020-06-13] 178: Checking geocodings ** [06:54:52 2020-06-13] 178: Checking synchronizations ** [06:54:52 2020-06-13] 178: Checking tracker ** [06:54:52 2020-06-13] 178: Checking user_migrations ** [06:54:52 2020-06-13] 178: Checking batch_updates ** [06:54:52 2020-06-13] 178: Checking gears ** [06:54:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:54:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:57 2020-06-13] 178: Checking imports ** [06:54:57 2020-06-13] 178: Checking exports ** [06:54:57 2020-06-13] 178: Checking users ** [06:54:57 2020-06-13] 178: Checking user_dbs ** [06:54:57 2020-06-13] 178: Checking geocodings ** [06:54:57 2020-06-13] 178: Checking synchronizations ** [06:54:57 2020-06-13] 178: Checking tracker ** [06:54:57 2020-06-13] 178: Checking user_migrations ** [06:54:57 2020-06-13] 178: Checking batch_updates ** [06:54:57 2020-06-13] 178: Checking gears ** [06:54:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:54:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:02 2020-06-13] 178: Checking imports ** [06:55:02 2020-06-13] 178: Checking exports ** [06:55:02 2020-06-13] 178: Checking users ** [06:55:02 2020-06-13] 178: Checking user_dbs ** [06:55:02 2020-06-13] 178: Checking geocodings ** [06:55:02 2020-06-13] 178: Checking synchronizations ** [06:55:02 2020-06-13] 178: Checking tracker ** [06:55:02 2020-06-13] 178: Checking user_migrations ** [06:55:02 2020-06-13] 178: Checking batch_updates ** [06:55:02 2020-06-13] 178: Checking gears ** [06:55:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:55:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:07 2020-06-13] 178: Checking imports ** [06:55:07 2020-06-13] 178: Checking exports ** [06:55:07 2020-06-13] 178: Checking users ** [06:55:07 2020-06-13] 178: Checking user_dbs ** [06:55:07 2020-06-13] 178: Checking geocodings ** [06:55:07 2020-06-13] 178: Checking synchronizations ** [06:55:07 2020-06-13] 178: Checking tracker ** [06:55:07 2020-06-13] 178: Checking user_migrations ** [06:55:07 2020-06-13] 178: Checking batch_updates ** [06:55:07 2020-06-13] 178: Checking gears ** [06:55:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:55:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:12 2020-06-13] 178: Checking imports ** [06:55:12 2020-06-13] 178: Checking exports ** [06:55:12 2020-06-13] 178: Checking users ** [06:55:12 2020-06-13] 178: Checking user_dbs ** [06:55:12 2020-06-13] 178: Checking geocodings ** [06:55:12 2020-06-13] 178: Checking synchronizations ** [06:55:12 2020-06-13] 178: Checking tracker ** [06:55:12 2020-06-13] 178: Checking user_migrations ** [06:55:12 2020-06-13] 178: Checking batch_updates ** [06:55:12 2020-06-13] 178: Checking gears ** [06:55:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:55:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:17 2020-06-13] 178: Checking imports ** [06:55:17 2020-06-13] 178: Checking exports ** [06:55:17 2020-06-13] 178: Checking users ** [06:55:17 2020-06-13] 178: Checking user_dbs ** [06:55:17 2020-06-13] 178: Checking geocodings ** [06:55:17 2020-06-13] 178: Checking synchronizations ** [06:55:17 2020-06-13] 178: Checking tracker ** [06:55:17 2020-06-13] 178: Checking user_migrations ** [06:55:17 2020-06-13] 178: Checking batch_updates ** [06:55:17 2020-06-13] 178: Checking gears ** [06:55:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:55:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:22 2020-06-13] 178: Checking imports ** [06:55:22 2020-06-13] 178: Checking exports ** [06:55:22 2020-06-13] 178: Checking users ** [06:55:22 2020-06-13] 178: Checking user_dbs ** [06:55:22 2020-06-13] 178: Checking geocodings ** [06:55:22 2020-06-13] 178: Checking synchronizations ** [06:55:22 2020-06-13] 178: Checking tracker ** [06:55:22 2020-06-13] 178: Checking user_migrations ** [06:55:22 2020-06-13] 178: Checking batch_updates ** [06:55:22 2020-06-13] 178: Checking gears ** [06:55:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:55:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:27 2020-06-13] 178: Checking imports ** [06:55:27 2020-06-13] 178: Checking exports ** [06:55:27 2020-06-13] 178: Checking users ** [06:55:27 2020-06-13] 178: Checking user_dbs ** [06:55:27 2020-06-13] 178: Checking geocodings ** [06:55:27 2020-06-13] 178: Checking synchronizations ** [06:55:27 2020-06-13] 178: Checking tracker ** [06:55:27 2020-06-13] 178: Checking user_migrations ** [06:55:27 2020-06-13] 178: Checking batch_updates ** [06:55:27 2020-06-13] 178: Checking gears ** [06:55:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:55:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:32 2020-06-13] 178: Checking imports ** [06:55:32 2020-06-13] 178: Checking exports ** [06:55:32 2020-06-13] 178: Checking users ** [06:55:32 2020-06-13] 178: Checking user_dbs ** [06:55:32 2020-06-13] 178: Checking geocodings ** [06:55:32 2020-06-13] 178: Checking synchronizations ** [06:55:32 2020-06-13] 178: Checking tracker ** [06:55:32 2020-06-13] 178: Checking user_migrations ** [06:55:32 2020-06-13] 178: Checking batch_updates ** [06:55:32 2020-06-13] 178: Checking gears ** [06:55:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:55:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:37 2020-06-13] 178: Checking imports ** [06:55:37 2020-06-13] 178: Checking exports ** [06:55:37 2020-06-13] 178: Checking users ** [06:55:37 2020-06-13] 178: Checking user_dbs ** [06:55:37 2020-06-13] 178: Checking geocodings ** [06:55:37 2020-06-13] 178: Checking synchronizations ** [06:55:37 2020-06-13] 178: Checking tracker ** [06:55:37 2020-06-13] 178: Checking user_migrations ** [06:55:37 2020-06-13] 178: Checking batch_updates ** [06:55:37 2020-06-13] 178: Checking gears ** [06:55:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:55:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:42 2020-06-13] 178: Checking imports ** [06:55:42 2020-06-13] 178: Checking exports ** [06:55:42 2020-06-13] 178: Checking users ** [06:55:42 2020-06-13] 178: Checking user_dbs ** [06:55:42 2020-06-13] 178: Checking geocodings ** [06:55:42 2020-06-13] 178: Checking synchronizations ** [06:55:42 2020-06-13] 178: Checking tracker ** [06:55:42 2020-06-13] 178: Checking user_migrations ** [06:55:42 2020-06-13] 178: Checking batch_updates ** [06:55:42 2020-06-13] 178: Checking gears ** [06:55:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:55:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:47 2020-06-13] 178: Checking imports ** [06:55:47 2020-06-13] 178: Checking exports ** [06:55:47 2020-06-13] 178: Checking users ** [06:55:47 2020-06-13] 178: Checking user_dbs ** [06:55:47 2020-06-13] 178: Checking geocodings ** [06:55:47 2020-06-13] 178: Checking synchronizations ** [06:55:47 2020-06-13] 178: Checking tracker ** [06:55:47 2020-06-13] 178: Checking user_migrations ** [06:55:47 2020-06-13] 178: Checking batch_updates ** [06:55:47 2020-06-13] 178: Checking gears ** [06:55:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:55:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:52 2020-06-13] 178: Checking imports ** [06:55:52 2020-06-13] 178: Checking exports ** [06:55:52 2020-06-13] 178: Checking users ** [06:55:52 2020-06-13] 178: Checking user_dbs ** [06:55:52 2020-06-13] 178: Checking geocodings ** [06:55:52 2020-06-13] 178: Checking synchronizations ** [06:55:52 2020-06-13] 178: Checking tracker ** [06:55:52 2020-06-13] 178: Checking user_migrations ** [06:55:52 2020-06-13] 178: Checking batch_updates ** [06:55:52 2020-06-13] 178: Checking gears ** [06:55:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:55:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:57 2020-06-13] 178: Checking imports ** [06:55:57 2020-06-13] 178: Checking exports ** [06:55:57 2020-06-13] 178: Checking users ** [06:55:57 2020-06-13] 178: Checking user_dbs ** [06:55:57 2020-06-13] 178: Checking geocodings ** [06:55:57 2020-06-13] 178: Checking synchronizations ** [06:55:57 2020-06-13] 178: Checking tracker ** [06:55:57 2020-06-13] 178: Checking user_migrations ** [06:55:57 2020-06-13] 178: Checking batch_updates ** [06:55:57 2020-06-13] 178: Checking gears ** [06:55:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:55:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:02 2020-06-13] 178: Checking imports ** [06:56:02 2020-06-13] 178: Checking exports ** [06:56:02 2020-06-13] 178: Checking users ** [06:56:02 2020-06-13] 178: Checking user_dbs ** [06:56:02 2020-06-13] 178: Checking geocodings ** [06:56:02 2020-06-13] 178: Checking synchronizations ** [06:56:02 2020-06-13] 178: Checking tracker ** [06:56:02 2020-06-13] 178: Checking user_migrations ** [06:56:02 2020-06-13] 178: Checking batch_updates ** [06:56:02 2020-06-13] 178: Checking gears ** [06:56:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:56:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:07 2020-06-13] 178: Checking imports ** [06:56:07 2020-06-13] 178: Checking exports ** [06:56:07 2020-06-13] 178: Checking users ** [06:56:07 2020-06-13] 178: Checking user_dbs ** [06:56:07 2020-06-13] 178: Checking geocodings ** [06:56:07 2020-06-13] 178: Checking synchronizations ** [06:56:07 2020-06-13] 178: Checking tracker ** [06:56:07 2020-06-13] 178: Checking user_migrations ** [06:56:07 2020-06-13] 178: Checking batch_updates ** [06:56:07 2020-06-13] 178: Checking gears ** [06:56:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:56:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:12 2020-06-13] 178: Checking imports ** [06:56:12 2020-06-13] 178: Checking exports ** [06:56:12 2020-06-13] 178: Checking users ** [06:56:12 2020-06-13] 178: Checking user_dbs ** [06:56:12 2020-06-13] 178: Checking geocodings ** [06:56:12 2020-06-13] 178: Checking synchronizations ** [06:56:12 2020-06-13] 178: Checking tracker ** [06:56:12 2020-06-13] 178: Checking user_migrations ** [06:56:12 2020-06-13] 178: Checking batch_updates ** [06:56:12 2020-06-13] 178: Checking gears ** [06:56:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:56:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:17 2020-06-13] 178: Checking imports ** [06:56:17 2020-06-13] 178: Checking exports ** [06:56:17 2020-06-13] 178: Checking users ** [06:56:17 2020-06-13] 178: Checking user_dbs ** [06:56:17 2020-06-13] 178: Checking geocodings ** [06:56:17 2020-06-13] 178: Checking synchronizations ** [06:56:17 2020-06-13] 178: Checking tracker ** [06:56:17 2020-06-13] 178: Checking user_migrations ** [06:56:17 2020-06-13] 178: Checking batch_updates ** [06:56:17 2020-06-13] 178: Checking gears ** [06:56:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:56:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:22 2020-06-13] 178: Checking imports ** [06:56:22 2020-06-13] 178: Checking exports ** [06:56:22 2020-06-13] 178: Checking users ** [06:56:22 2020-06-13] 178: Checking user_dbs ** [06:56:22 2020-06-13] 178: Checking geocodings ** [06:56:22 2020-06-13] 178: Checking synchronizations ** [06:56:22 2020-06-13] 178: Checking tracker ** [06:56:22 2020-06-13] 178: Checking user_migrations ** [06:56:22 2020-06-13] 178: Checking batch_updates ** [06:56:22 2020-06-13] 178: Checking gears ** [06:56:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:56:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:27 2020-06-13] 178: Checking imports ** [06:56:27 2020-06-13] 178: Checking exports ** [06:56:27 2020-06-13] 178: Checking users ** [06:56:27 2020-06-13] 178: Checking user_dbs ** [06:56:27 2020-06-13] 178: Checking geocodings ** [06:56:27 2020-06-13] 178: Checking synchronizations ** [06:56:27 2020-06-13] 178: Checking tracker ** [06:56:27 2020-06-13] 178: Checking user_migrations ** [06:56:27 2020-06-13] 178: Checking batch_updates ** [06:56:27 2020-06-13] 178: Checking gears ** [06:56:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:56:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:32 2020-06-13] 178: Checking imports ** [06:56:32 2020-06-13] 178: Checking exports ** [06:56:32 2020-06-13] 178: Checking users ** [06:56:32 2020-06-13] 178: Checking user_dbs ** [06:56:32 2020-06-13] 178: Checking geocodings ** [06:56:32 2020-06-13] 178: Checking synchronizations ** [06:56:32 2020-06-13] 178: Checking tracker ** [06:56:32 2020-06-13] 178: Checking user_migrations ** [06:56:32 2020-06-13] 178: Checking batch_updates ** [06:56:32 2020-06-13] 178: Checking gears ** [06:56:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:56:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:37 2020-06-13] 178: Checking imports ** [06:56:37 2020-06-13] 178: Checking exports ** [06:56:37 2020-06-13] 178: Checking users ** [06:56:37 2020-06-13] 178: Checking user_dbs ** [06:56:37 2020-06-13] 178: Checking geocodings ** [06:56:37 2020-06-13] 178: Checking synchronizations ** [06:56:37 2020-06-13] 178: Checking tracker ** [06:56:37 2020-06-13] 178: Checking user_migrations ** [06:56:37 2020-06-13] 178: Checking batch_updates ** [06:56:37 2020-06-13] 178: Checking gears ** [06:56:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:56:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:42 2020-06-13] 178: Checking imports ** [06:56:42 2020-06-13] 178: Checking exports ** [06:56:42 2020-06-13] 178: Checking users ** [06:56:42 2020-06-13] 178: Checking user_dbs ** [06:56:42 2020-06-13] 178: Checking geocodings ** [06:56:42 2020-06-13] 178: Checking synchronizations ** [06:56:42 2020-06-13] 178: Checking tracker ** [06:56:42 2020-06-13] 178: Checking user_migrations ** [06:56:42 2020-06-13] 178: Checking batch_updates ** [06:56:42 2020-06-13] 178: Checking gears ** [06:56:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:56:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:47 2020-06-13] 178: Checking imports ** [06:56:47 2020-06-13] 178: Checking exports ** [06:56:47 2020-06-13] 178: Checking users ** [06:56:47 2020-06-13] 178: Checking user_dbs ** [06:56:47 2020-06-13] 178: Checking geocodings ** [06:56:47 2020-06-13] 178: Checking synchronizations ** [06:56:47 2020-06-13] 178: Checking tracker ** [06:56:47 2020-06-13] 178: Checking user_migrations ** [06:56:47 2020-06-13] 178: Checking batch_updates ** [06:56:47 2020-06-13] 178: Checking gears ** [06:56:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:56:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:52 2020-06-13] 178: Checking imports ** [06:56:52 2020-06-13] 178: Checking exports ** [06:56:52 2020-06-13] 178: Checking users ** [06:56:52 2020-06-13] 178: Checking user_dbs ** [06:56:52 2020-06-13] 178: Checking geocodings ** [06:56:52 2020-06-13] 178: Checking synchronizations ** [06:56:52 2020-06-13] 178: Checking tracker ** [06:56:52 2020-06-13] 178: Checking user_migrations ** [06:56:52 2020-06-13] 178: Checking batch_updates ** [06:56:52 2020-06-13] 178: Checking gears ** [06:56:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:56:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:57 2020-06-13] 178: Checking imports ** [06:56:57 2020-06-13] 178: Checking exports ** [06:56:57 2020-06-13] 178: Checking users ** [06:56:57 2020-06-13] 178: Checking user_dbs ** [06:56:57 2020-06-13] 178: Checking geocodings ** [06:56:57 2020-06-13] 178: Checking synchronizations ** [06:56:57 2020-06-13] 178: Checking tracker ** [06:56:57 2020-06-13] 178: Checking user_migrations ** [06:56:57 2020-06-13] 178: Checking batch_updates ** [06:56:57 2020-06-13] 178: Checking gears ** [06:56:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:56:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:02 2020-06-13] 178: Checking imports ** [06:57:02 2020-06-13] 178: Checking exports ** [06:57:02 2020-06-13] 178: Checking users ** [06:57:02 2020-06-13] 178: Checking user_dbs ** [06:57:02 2020-06-13] 178: Checking geocodings ** [06:57:02 2020-06-13] 178: Checking synchronizations ** [06:57:02 2020-06-13] 178: Checking tracker ** [06:57:02 2020-06-13] 178: Checking user_migrations ** [06:57:02 2020-06-13] 178: Checking batch_updates ** [06:57:02 2020-06-13] 178: Checking gears ** [06:57:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:57:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:07 2020-06-13] 178: Checking imports ** [06:57:07 2020-06-13] 178: Checking exports ** [06:57:07 2020-06-13] 178: Checking users ** [06:57:07 2020-06-13] 178: Checking user_dbs ** [06:57:07 2020-06-13] 178: Checking geocodings ** [06:57:07 2020-06-13] 178: Checking synchronizations ** [06:57:07 2020-06-13] 178: Checking tracker ** [06:57:07 2020-06-13] 178: Checking user_migrations ** [06:57:07 2020-06-13] 178: Checking batch_updates ** [06:57:07 2020-06-13] 178: Checking gears ** [06:57:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:57:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:12 2020-06-13] 178: Checking imports ** [06:57:12 2020-06-13] 178: Checking exports ** [06:57:12 2020-06-13] 178: Checking users ** [06:57:12 2020-06-13] 178: Checking user_dbs ** [06:57:12 2020-06-13] 178: Checking geocodings ** [06:57:12 2020-06-13] 178: Checking synchronizations ** [06:57:12 2020-06-13] 178: Checking tracker ** [06:57:12 2020-06-13] 178: Checking user_migrations ** [06:57:12 2020-06-13] 178: Checking batch_updates ** [06:57:12 2020-06-13] 178: Checking gears ** [06:57:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:57:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:17 2020-06-13] 178: Checking imports ** [06:57:17 2020-06-13] 178: Checking exports ** [06:57:17 2020-06-13] 178: Checking users ** [06:57:17 2020-06-13] 178: Checking user_dbs ** [06:57:17 2020-06-13] 178: Checking geocodings ** [06:57:17 2020-06-13] 178: Checking synchronizations ** [06:57:17 2020-06-13] 178: Checking tracker ** [06:57:17 2020-06-13] 178: Checking user_migrations ** [06:57:17 2020-06-13] 178: Checking batch_updates ** [06:57:17 2020-06-13] 178: Checking gears ** [06:57:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:57:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:22 2020-06-13] 178: Checking imports ** [06:57:22 2020-06-13] 178: Checking exports ** [06:57:22 2020-06-13] 178: Checking users ** [06:57:22 2020-06-13] 178: Checking user_dbs ** [06:57:22 2020-06-13] 178: Checking geocodings ** [06:57:22 2020-06-13] 178: Checking synchronizations ** [06:57:22 2020-06-13] 178: Checking tracker ** [06:57:22 2020-06-13] 178: Checking user_migrations ** [06:57:22 2020-06-13] 178: Checking batch_updates ** [06:57:22 2020-06-13] 178: Checking gears ** [06:57:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:57:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:27 2020-06-13] 178: Checking imports ** [06:57:27 2020-06-13] 178: Checking exports ** [06:57:27 2020-06-13] 178: Checking users ** [06:57:27 2020-06-13] 178: Checking user_dbs ** [06:57:27 2020-06-13] 178: Checking geocodings ** [06:57:27 2020-06-13] 178: Checking synchronizations ** [06:57:27 2020-06-13] 178: Checking tracker ** [06:57:27 2020-06-13] 178: Checking user_migrations ** [06:57:27 2020-06-13] 178: Checking batch_updates ** [06:57:27 2020-06-13] 178: Checking gears ** [06:57:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:57:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:32 2020-06-13] 178: Checking imports ** [06:57:32 2020-06-13] 178: Checking exports ** [06:57:32 2020-06-13] 178: Checking users ** [06:57:32 2020-06-13] 178: Checking user_dbs ** [06:57:32 2020-06-13] 178: Checking geocodings ** [06:57:32 2020-06-13] 178: Checking synchronizations ** [06:57:32 2020-06-13] 178: Checking tracker ** [06:57:32 2020-06-13] 178: Checking user_migrations ** [06:57:32 2020-06-13] 178: Checking batch_updates ** [06:57:32 2020-06-13] 178: Checking gears ** [06:57:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:57:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:37 2020-06-13] 178: Checking imports ** [06:57:37 2020-06-13] 178: Checking exports ** [06:57:37 2020-06-13] 178: Checking users ** [06:57:37 2020-06-13] 178: Checking user_dbs ** [06:57:37 2020-06-13] 178: Checking geocodings ** [06:57:37 2020-06-13] 178: Checking synchronizations ** [06:57:37 2020-06-13] 178: Checking tracker ** [06:57:37 2020-06-13] 178: Checking user_migrations ** [06:57:37 2020-06-13] 178: Checking batch_updates ** [06:57:37 2020-06-13] 178: Checking gears ** [06:57:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:57:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:42 2020-06-13] 178: Checking imports ** [06:57:42 2020-06-13] 178: Checking exports ** [06:57:42 2020-06-13] 178: Checking users ** [06:57:42 2020-06-13] 178: Checking user_dbs ** [06:57:42 2020-06-13] 178: Checking geocodings ** [06:57:42 2020-06-13] 178: Checking synchronizations ** [06:57:42 2020-06-13] 178: Checking tracker ** [06:57:42 2020-06-13] 178: Checking user_migrations ** [06:57:42 2020-06-13] 178: Checking batch_updates ** [06:57:42 2020-06-13] 178: Checking gears ** [06:57:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:57:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:47 2020-06-13] 178: Checking imports ** [06:57:47 2020-06-13] 178: Checking exports ** [06:57:47 2020-06-13] 178: Checking users ** [06:57:47 2020-06-13] 178: Checking user_dbs ** [06:57:47 2020-06-13] 178: Checking geocodings ** [06:57:47 2020-06-13] 178: Checking synchronizations ** [06:57:47 2020-06-13] 178: Checking tracker ** [06:57:47 2020-06-13] 178: Checking user_migrations ** [06:57:47 2020-06-13] 178: Checking batch_updates ** [06:57:47 2020-06-13] 178: Checking gears ** [06:57:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:57:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:52 2020-06-13] 178: Checking imports ** [06:57:52 2020-06-13] 178: Checking exports ** [06:57:52 2020-06-13] 178: Checking users ** [06:57:52 2020-06-13] 178: Checking user_dbs ** [06:57:52 2020-06-13] 178: Checking geocodings ** [06:57:52 2020-06-13] 178: Checking synchronizations ** [06:57:52 2020-06-13] 178: Checking tracker ** [06:57:52 2020-06-13] 178: Checking user_migrations ** [06:57:52 2020-06-13] 178: Checking batch_updates ** [06:57:52 2020-06-13] 178: Checking gears ** [06:57:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:57:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:57 2020-06-13] 178: Checking imports ** [06:57:57 2020-06-13] 178: Checking exports ** [06:57:57 2020-06-13] 178: Checking users ** [06:57:57 2020-06-13] 178: Checking user_dbs ** [06:57:57 2020-06-13] 178: Checking geocodings ** [06:57:57 2020-06-13] 178: Checking synchronizations ** [06:57:57 2020-06-13] 178: Checking tracker ** [06:57:57 2020-06-13] 178: Checking user_migrations ** [06:57:57 2020-06-13] 178: Checking batch_updates ** [06:57:57 2020-06-13] 178: Checking gears ** [06:57:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:57:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:02 2020-06-13] 178: Checking imports ** [06:58:02 2020-06-13] 178: Checking exports ** [06:58:02 2020-06-13] 178: Checking users ** [06:58:02 2020-06-13] 178: Checking user_dbs ** [06:58:02 2020-06-13] 178: Checking geocodings ** [06:58:02 2020-06-13] 178: Checking synchronizations ** [06:58:02 2020-06-13] 178: Checking tracker ** [06:58:02 2020-06-13] 178: Checking user_migrations ** [06:58:02 2020-06-13] 178: Checking batch_updates ** [06:58:02 2020-06-13] 178: Checking gears ** [06:58:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:58:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:07 2020-06-13] 178: Checking imports ** [06:58:07 2020-06-13] 178: Checking exports ** [06:58:07 2020-06-13] 178: Checking users ** [06:58:07 2020-06-13] 178: Checking user_dbs ** [06:58:07 2020-06-13] 178: Checking geocodings ** [06:58:07 2020-06-13] 178: Checking synchronizations ** [06:58:07 2020-06-13] 178: Checking tracker ** [06:58:07 2020-06-13] 178: Checking user_migrations ** [06:58:07 2020-06-13] 178: Checking batch_updates ** [06:58:07 2020-06-13] 178: Checking gears ** [06:58:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:58:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:12 2020-06-13] 178: Checking imports ** [06:58:12 2020-06-13] 178: Checking exports ** [06:58:12 2020-06-13] 178: Checking users ** [06:58:12 2020-06-13] 178: Checking user_dbs ** [06:58:12 2020-06-13] 178: Checking geocodings ** [06:58:12 2020-06-13] 178: Checking synchronizations ** [06:58:12 2020-06-13] 178: Checking tracker ** [06:58:12 2020-06-13] 178: Checking user_migrations ** [06:58:12 2020-06-13] 178: Checking batch_updates ** [06:58:12 2020-06-13] 178: Checking gears ** [06:58:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:58:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:17 2020-06-13] 178: Checking imports ** [06:58:17 2020-06-13] 178: Checking exports ** [06:58:17 2020-06-13] 178: Checking users ** [06:58:17 2020-06-13] 178: Checking user_dbs ** [06:58:17 2020-06-13] 178: Checking geocodings ** [06:58:17 2020-06-13] 178: Checking synchronizations ** [06:58:17 2020-06-13] 178: Checking tracker ** [06:58:17 2020-06-13] 178: Checking user_migrations ** [06:58:17 2020-06-13] 178: Checking batch_updates ** [06:58:17 2020-06-13] 178: Checking gears ** [06:58:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:58:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:22 2020-06-13] 178: Checking imports ** [06:58:22 2020-06-13] 178: Checking exports ** [06:58:22 2020-06-13] 178: Checking users ** [06:58:22 2020-06-13] 178: Checking user_dbs ** [06:58:22 2020-06-13] 178: Checking geocodings ** [06:58:22 2020-06-13] 178: Checking synchronizations ** [06:58:22 2020-06-13] 178: Checking tracker ** [06:58:22 2020-06-13] 178: Checking user_migrations ** [06:58:22 2020-06-13] 178: Checking batch_updates ** [06:58:22 2020-06-13] 178: Checking gears ** [06:58:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:58:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:27 2020-06-13] 178: Checking imports ** [06:58:27 2020-06-13] 178: Checking exports ** [06:58:27 2020-06-13] 178: Checking users ** [06:58:27 2020-06-13] 178: Checking user_dbs ** [06:58:27 2020-06-13] 178: Checking geocodings ** [06:58:27 2020-06-13] 178: Checking synchronizations ** [06:58:27 2020-06-13] 178: Checking tracker ** [06:58:27 2020-06-13] 178: Checking user_migrations ** [06:58:27 2020-06-13] 178: Checking batch_updates ** [06:58:27 2020-06-13] 178: Checking gears ** [06:58:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:58:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:32 2020-06-13] 178: Checking imports ** [06:58:32 2020-06-13] 178: Checking exports ** [06:58:32 2020-06-13] 178: Checking users ** [06:58:32 2020-06-13] 178: Checking user_dbs ** [06:58:32 2020-06-13] 178: Checking geocodings ** [06:58:32 2020-06-13] 178: Checking synchronizations ** [06:58:32 2020-06-13] 178: Checking tracker ** [06:58:32 2020-06-13] 178: Checking user_migrations ** [06:58:32 2020-06-13] 178: Checking batch_updates ** [06:58:32 2020-06-13] 178: Checking gears ** [06:58:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:58:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:37 2020-06-13] 178: Checking imports ** [06:58:37 2020-06-13] 178: Checking exports ** [06:58:37 2020-06-13] 178: Checking users ** [06:58:37 2020-06-13] 178: Checking user_dbs ** [06:58:37 2020-06-13] 178: Checking geocodings ** [06:58:37 2020-06-13] 178: Checking synchronizations ** [06:58:37 2020-06-13] 178: Checking tracker ** [06:58:37 2020-06-13] 178: Checking user_migrations ** [06:58:37 2020-06-13] 178: Checking batch_updates ** [06:58:37 2020-06-13] 178: Checking gears ** [06:58:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:58:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:42 2020-06-13] 178: Checking imports ** [06:58:42 2020-06-13] 178: Checking exports ** [06:58:42 2020-06-13] 178: Checking users ** [06:58:42 2020-06-13] 178: Checking user_dbs ** [06:58:42 2020-06-13] 178: Checking geocodings ** [06:58:42 2020-06-13] 178: Checking synchronizations ** [06:58:42 2020-06-13] 178: Checking tracker ** [06:58:42 2020-06-13] 178: Checking user_migrations ** [06:58:42 2020-06-13] 178: Checking batch_updates ** [06:58:42 2020-06-13] 178: Checking gears ** [06:58:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:58:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:47 2020-06-13] 178: Checking imports ** [06:58:47 2020-06-13] 178: Checking exports ** [06:58:47 2020-06-13] 178: Checking users ** [06:58:47 2020-06-13] 178: Checking user_dbs ** [06:58:47 2020-06-13] 178: Checking geocodings ** [06:58:47 2020-06-13] 178: Checking synchronizations ** [06:58:47 2020-06-13] 178: Checking tracker ** [06:58:47 2020-06-13] 178: Checking user_migrations ** [06:58:47 2020-06-13] 178: Checking batch_updates ** [06:58:47 2020-06-13] 178: Checking gears ** [06:58:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:58:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:52 2020-06-13] 178: Checking imports ** [06:58:52 2020-06-13] 178: Checking exports ** [06:58:52 2020-06-13] 178: Checking users ** [06:58:52 2020-06-13] 178: Checking user_dbs ** [06:58:52 2020-06-13] 178: Checking geocodings ** [06:58:52 2020-06-13] 178: Checking synchronizations ** [06:58:52 2020-06-13] 178: Checking tracker ** [06:58:52 2020-06-13] 178: Checking user_migrations ** [06:58:52 2020-06-13] 178: Checking batch_updates ** [06:58:52 2020-06-13] 178: Checking gears ** [06:58:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:58:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:57 2020-06-13] 178: Checking imports ** [06:58:57 2020-06-13] 178: Checking exports ** [06:58:57 2020-06-13] 178: Checking users ** [06:58:57 2020-06-13] 178: Checking user_dbs ** [06:58:57 2020-06-13] 178: Checking geocodings ** [06:58:57 2020-06-13] 178: Checking synchronizations ** [06:58:57 2020-06-13] 178: Checking tracker ** [06:58:57 2020-06-13] 178: Checking user_migrations ** [06:58:57 2020-06-13] 178: Checking batch_updates ** [06:58:57 2020-06-13] 178: Checking gears ** [06:58:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:58:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:02 2020-06-13] 178: Checking imports ** [06:59:02 2020-06-13] 178: Checking exports ** [06:59:02 2020-06-13] 178: Checking users ** [06:59:02 2020-06-13] 178: Checking user_dbs ** [06:59:02 2020-06-13] 178: Checking geocodings ** [06:59:02 2020-06-13] 178: Checking synchronizations ** [06:59:02 2020-06-13] 178: Checking tracker ** [06:59:02 2020-06-13] 178: Checking user_migrations ** [06:59:02 2020-06-13] 178: Checking batch_updates ** [06:59:02 2020-06-13] 178: Checking gears ** [06:59:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:59:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:07 2020-06-13] 178: Checking imports ** [06:59:07 2020-06-13] 178: Checking exports ** [06:59:07 2020-06-13] 178: Checking users ** [06:59:07 2020-06-13] 178: Checking user_dbs ** [06:59:07 2020-06-13] 178: Checking geocodings ** [06:59:07 2020-06-13] 178: Checking synchronizations ** [06:59:07 2020-06-13] 178: Checking tracker ** [06:59:07 2020-06-13] 178: Checking user_migrations ** [06:59:07 2020-06-13] 178: Checking batch_updates ** [06:59:07 2020-06-13] 178: Checking gears ** [06:59:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:59:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:12 2020-06-13] 178: Checking imports ** [06:59:12 2020-06-13] 178: Checking exports ** [06:59:12 2020-06-13] 178: Checking users ** [06:59:12 2020-06-13] 178: Checking user_dbs ** [06:59:12 2020-06-13] 178: Checking geocodings ** [06:59:12 2020-06-13] 178: Checking synchronizations ** [06:59:12 2020-06-13] 178: Checking tracker ** [06:59:12 2020-06-13] 178: Checking user_migrations ** [06:59:12 2020-06-13] 178: Checking batch_updates ** [06:59:12 2020-06-13] 178: Checking gears ** [06:59:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:59:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:17 2020-06-13] 178: Checking imports ** [06:59:17 2020-06-13] 178: Checking exports ** [06:59:17 2020-06-13] 178: Checking users ** [06:59:17 2020-06-13] 178: Checking user_dbs ** [06:59:17 2020-06-13] 178: Checking geocodings ** [06:59:17 2020-06-13] 178: Checking synchronizations ** [06:59:17 2020-06-13] 178: Checking tracker ** [06:59:17 2020-06-13] 178: Checking user_migrations ** [06:59:17 2020-06-13] 178: Checking batch_updates ** [06:59:17 2020-06-13] 178: Checking gears ** [06:59:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:59:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:22 2020-06-13] 178: Checking imports ** [06:59:22 2020-06-13] 178: Checking exports ** [06:59:22 2020-06-13] 178: Checking users ** [06:59:22 2020-06-13] 178: Checking user_dbs ** [06:59:22 2020-06-13] 178: Checking geocodings ** [06:59:22 2020-06-13] 178: Checking synchronizations ** [06:59:22 2020-06-13] 178: Checking tracker ** [06:59:22 2020-06-13] 178: Checking user_migrations ** [06:59:22 2020-06-13] 178: Checking batch_updates ** [06:59:22 2020-06-13] 178: Checking gears ** [06:59:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:59:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:27 2020-06-13] 178: Checking imports ** [06:59:27 2020-06-13] 178: Checking exports ** [06:59:27 2020-06-13] 178: Checking users ** [06:59:27 2020-06-13] 178: Checking user_dbs ** [06:59:27 2020-06-13] 178: Checking geocodings ** [06:59:27 2020-06-13] 178: Checking synchronizations ** [06:59:27 2020-06-13] 178: Checking tracker ** [06:59:27 2020-06-13] 178: Checking user_migrations ** [06:59:27 2020-06-13] 178: Checking batch_updates ** [06:59:27 2020-06-13] 178: Checking gears ** [06:59:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:59:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:32 2020-06-13] 178: Checking imports ** [06:59:32 2020-06-13] 178: Checking exports ** [06:59:32 2020-06-13] 178: Checking users ** [06:59:32 2020-06-13] 178: Checking user_dbs ** [06:59:32 2020-06-13] 178: Checking geocodings ** [06:59:32 2020-06-13] 178: Checking synchronizations ** [06:59:32 2020-06-13] 178: Checking tracker ** [06:59:32 2020-06-13] 178: Checking user_migrations ** [06:59:32 2020-06-13] 178: Checking batch_updates ** [06:59:32 2020-06-13] 178: Checking gears ** [06:59:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:59:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:37 2020-06-13] 178: Checking imports ** [06:59:37 2020-06-13] 178: Checking exports ** [06:59:37 2020-06-13] 178: Checking users ** [06:59:37 2020-06-13] 178: Checking user_dbs ** [06:59:37 2020-06-13] 178: Checking geocodings ** [06:59:37 2020-06-13] 178: Checking synchronizations ** [06:59:37 2020-06-13] 178: Checking tracker ** [06:59:37 2020-06-13] 178: Checking user_migrations ** [06:59:37 2020-06-13] 178: Checking batch_updates ** [06:59:37 2020-06-13] 178: Checking gears ** [06:59:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:59:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:42 2020-06-13] 178: Checking imports ** [06:59:42 2020-06-13] 178: Checking exports ** [06:59:42 2020-06-13] 178: Checking users ** [06:59:42 2020-06-13] 178: Checking user_dbs ** [06:59:42 2020-06-13] 178: Checking geocodings ** [06:59:42 2020-06-13] 178: Checking synchronizations ** [06:59:42 2020-06-13] 178: Checking tracker ** [06:59:42 2020-06-13] 178: Checking user_migrations ** [06:59:42 2020-06-13] 178: Checking batch_updates ** [06:59:42 2020-06-13] 178: Checking gears ** [06:59:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:59:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:47 2020-06-13] 178: Checking imports ** [06:59:47 2020-06-13] 178: Checking exports ** [06:59:47 2020-06-13] 178: Checking users ** [06:59:47 2020-06-13] 178: Checking user_dbs ** [06:59:47 2020-06-13] 178: Checking geocodings ** [06:59:47 2020-06-13] 178: Checking synchronizations ** [06:59:47 2020-06-13] 178: Checking tracker ** [06:59:47 2020-06-13] 178: Checking user_migrations ** [06:59:47 2020-06-13] 178: Checking batch_updates ** [06:59:47 2020-06-13] 178: Checking gears ** [06:59:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:59:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:52 2020-06-13] 178: Checking imports ** [06:59:52 2020-06-13] 178: Checking exports ** [06:59:52 2020-06-13] 178: Checking users ** [06:59:52 2020-06-13] 178: Checking user_dbs ** [06:59:52 2020-06-13] 178: Checking geocodings ** [06:59:52 2020-06-13] 178: Checking synchronizations ** [06:59:52 2020-06-13] 178: Checking tracker ** [06:59:52 2020-06-13] 178: Checking user_migrations ** [06:59:52 2020-06-13] 178: Checking batch_updates ** [06:59:52 2020-06-13] 178: Checking gears ** [06:59:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:59:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:57 2020-06-13] 178: Checking imports ** [06:59:57 2020-06-13] 178: Checking exports ** [06:59:57 2020-06-13] 178: Checking users ** [06:59:57 2020-06-13] 178: Checking user_dbs ** [06:59:57 2020-06-13] 178: Checking geocodings ** [06:59:57 2020-06-13] 178: Checking synchronizations ** [06:59:57 2020-06-13] 178: Checking tracker ** [06:59:57 2020-06-13] 178: Checking user_migrations ** [06:59:57 2020-06-13] 178: Checking batch_updates ** [06:59:57 2020-06-13] 178: Checking gears ** [06:59:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [06:59:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:02 2020-06-13] 178: Checking imports ** [07:00:02 2020-06-13] 178: Checking exports ** [07:00:02 2020-06-13] 178: Checking users ** [07:00:02 2020-06-13] 178: Checking user_dbs ** [07:00:02 2020-06-13] 178: Checking geocodings ** [07:00:02 2020-06-13] 178: Checking synchronizations ** [07:00:02 2020-06-13] 178: Checking tracker ** [07:00:02 2020-06-13] 178: Checking user_migrations ** [07:00:02 2020-06-13] 178: Checking batch_updates ** [07:00:02 2020-06-13] 178: Checking gears ** [07:00:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:00:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:07 2020-06-13] 178: Checking imports ** [07:00:07 2020-06-13] 178: Checking exports ** [07:00:07 2020-06-13] 178: Checking users ** [07:00:07 2020-06-13] 178: Checking user_dbs ** [07:00:07 2020-06-13] 178: Checking geocodings ** [07:00:07 2020-06-13] 178: Checking synchronizations ** [07:00:07 2020-06-13] 178: Checking tracker ** [07:00:07 2020-06-13] 178: Checking user_migrations ** [07:00:07 2020-06-13] 178: Checking batch_updates ** [07:00:07 2020-06-13] 178: Checking gears ** [07:00:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:00:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:12 2020-06-13] 178: Checking imports ** [07:00:12 2020-06-13] 178: Checking exports ** [07:00:12 2020-06-13] 178: Checking users ** [07:00:12 2020-06-13] 178: Checking user_dbs ** [07:00:12 2020-06-13] 178: Checking geocodings ** [07:00:12 2020-06-13] 178: Checking synchronizations ** [07:00:12 2020-06-13] 178: Checking tracker ** [07:00:12 2020-06-13] 178: Checking user_migrations ** [07:00:12 2020-06-13] 178: Checking batch_updates ** [07:00:12 2020-06-13] 178: Checking gears ** [07:00:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:00:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:17 2020-06-13] 178: Checking imports ** [07:00:17 2020-06-13] 178: Checking exports ** [07:00:17 2020-06-13] 178: Checking users ** [07:00:17 2020-06-13] 178: Checking user_dbs ** [07:00:17 2020-06-13] 178: Checking geocodings ** [07:00:17 2020-06-13] 178: Checking synchronizations ** [07:00:17 2020-06-13] 178: Checking tracker ** [07:00:17 2020-06-13] 178: Checking user_migrations ** [07:00:17 2020-06-13] 178: Checking batch_updates ** [07:00:17 2020-06-13] 178: Checking gears ** [07:00:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:00:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:22 2020-06-13] 178: Checking imports ** [07:00:22 2020-06-13] 178: Checking exports ** [07:00:22 2020-06-13] 178: Checking users ** [07:00:22 2020-06-13] 178: Checking user_dbs ** [07:00:22 2020-06-13] 178: Checking geocodings ** [07:00:22 2020-06-13] 178: Checking synchronizations ** [07:00:22 2020-06-13] 178: Checking tracker ** [07:00:22 2020-06-13] 178: Checking user_migrations ** [07:00:22 2020-06-13] 178: Checking batch_updates ** [07:00:22 2020-06-13] 178: Checking gears ** [07:00:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:00:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:27 2020-06-13] 178: Checking imports ** [07:00:27 2020-06-13] 178: Checking exports ** [07:00:27 2020-06-13] 178: Checking users ** [07:00:27 2020-06-13] 178: Checking user_dbs ** [07:00:27 2020-06-13] 178: Checking geocodings ** [07:00:27 2020-06-13] 178: Checking synchronizations ** [07:00:27 2020-06-13] 178: Checking tracker ** [07:00:27 2020-06-13] 178: Checking user_migrations ** [07:00:27 2020-06-13] 178: Checking batch_updates ** [07:00:27 2020-06-13] 178: Checking gears ** [07:00:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:00:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:32 2020-06-13] 178: Checking imports ** [07:00:32 2020-06-13] 178: Checking exports ** [07:00:32 2020-06-13] 178: Checking users ** [07:00:32 2020-06-13] 178: Checking user_dbs ** [07:00:32 2020-06-13] 178: Checking geocodings ** [07:00:32 2020-06-13] 178: Checking synchronizations ** [07:00:32 2020-06-13] 178: Checking tracker ** [07:00:32 2020-06-13] 178: Checking user_migrations ** [07:00:32 2020-06-13] 178: Checking batch_updates ** [07:00:32 2020-06-13] 178: Checking gears ** [07:00:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:00:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:37 2020-06-13] 178: Checking imports ** [07:00:37 2020-06-13] 178: Checking exports ** [07:00:37 2020-06-13] 178: Checking users ** [07:00:37 2020-06-13] 178: Checking user_dbs ** [07:00:37 2020-06-13] 178: Checking geocodings ** [07:00:37 2020-06-13] 178: Checking synchronizations ** [07:00:37 2020-06-13] 178: Checking tracker ** [07:00:37 2020-06-13] 178: Checking user_migrations ** [07:00:37 2020-06-13] 178: Checking batch_updates ** [07:00:37 2020-06-13] 178: Checking gears ** [07:00:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:00:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:42 2020-06-13] 178: Checking imports ** [07:00:42 2020-06-13] 178: Checking exports ** [07:00:42 2020-06-13] 178: Checking users ** [07:00:42 2020-06-13] 178: Checking user_dbs ** [07:00:42 2020-06-13] 178: Checking geocodings ** [07:00:42 2020-06-13] 178: Checking synchronizations ** [07:00:42 2020-06-13] 178: Checking tracker ** [07:00:42 2020-06-13] 178: Checking user_migrations ** [07:00:42 2020-06-13] 178: Checking batch_updates ** [07:00:42 2020-06-13] 178: Checking gears ** [07:00:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:00:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:47 2020-06-13] 178: Checking imports ** [07:00:47 2020-06-13] 178: Checking exports ** [07:00:47 2020-06-13] 178: Checking users ** [07:00:47 2020-06-13] 178: Checking user_dbs ** [07:00:47 2020-06-13] 178: Checking geocodings ** [07:00:47 2020-06-13] 178: Checking synchronizations ** [07:00:47 2020-06-13] 178: Checking tracker ** [07:00:47 2020-06-13] 178: Checking user_migrations ** [07:00:47 2020-06-13] 178: Checking batch_updates ** [07:00:47 2020-06-13] 178: Checking gears ** [07:00:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:00:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:52 2020-06-13] 178: Checking imports ** [07:00:52 2020-06-13] 178: Checking exports ** [07:00:52 2020-06-13] 178: Checking users ** [07:00:52 2020-06-13] 178: Checking user_dbs ** [07:00:52 2020-06-13] 178: Checking geocodings ** [07:00:52 2020-06-13] 178: Checking synchronizations ** [07:00:52 2020-06-13] 178: Checking tracker ** [07:00:52 2020-06-13] 178: Checking user_migrations ** [07:00:52 2020-06-13] 178: Checking batch_updates ** [07:00:52 2020-06-13] 178: Checking gears ** [07:00:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:00:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:57 2020-06-13] 178: Checking imports ** [07:00:57 2020-06-13] 178: Checking exports ** [07:00:57 2020-06-13] 178: Checking users ** [07:00:57 2020-06-13] 178: Checking user_dbs ** [07:00:57 2020-06-13] 178: Checking geocodings ** [07:00:57 2020-06-13] 178: Checking synchronizations ** [07:00:57 2020-06-13] 178: Checking tracker ** [07:00:57 2020-06-13] 178: Checking user_migrations ** [07:00:57 2020-06-13] 178: Checking batch_updates ** [07:00:57 2020-06-13] 178: Checking gears ** [07:00:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:00:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:02 2020-06-13] 178: Checking imports ** [07:01:02 2020-06-13] 178: Checking exports ** [07:01:02 2020-06-13] 178: Checking users ** [07:01:02 2020-06-13] 178: Checking user_dbs ** [07:01:02 2020-06-13] 178: Checking geocodings ** [07:01:02 2020-06-13] 178: Checking synchronizations ** [07:01:02 2020-06-13] 178: Checking tracker ** [07:01:02 2020-06-13] 178: Checking user_migrations ** [07:01:02 2020-06-13] 178: Checking batch_updates ** [07:01:02 2020-06-13] 178: Checking gears ** [07:01:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:01:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:07 2020-06-13] 178: Checking imports ** [07:01:07 2020-06-13] 178: Checking exports ** [07:01:07 2020-06-13] 178: Checking users ** [07:01:07 2020-06-13] 178: Checking user_dbs ** [07:01:07 2020-06-13] 178: Checking geocodings ** [07:01:07 2020-06-13] 178: Checking synchronizations ** [07:01:07 2020-06-13] 178: Checking tracker ** [07:01:07 2020-06-13] 178: Checking user_migrations ** [07:01:07 2020-06-13] 178: Checking batch_updates ** [07:01:07 2020-06-13] 178: Checking gears ** [07:01:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:01:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:12 2020-06-13] 178: Checking imports ** [07:01:12 2020-06-13] 178: Checking exports ** [07:01:12 2020-06-13] 178: Checking users ** [07:01:12 2020-06-13] 178: Checking user_dbs ** [07:01:12 2020-06-13] 178: Checking geocodings ** [07:01:12 2020-06-13] 178: Checking synchronizations ** [07:01:12 2020-06-13] 178: Checking tracker ** [07:01:12 2020-06-13] 178: Checking user_migrations ** [07:01:12 2020-06-13] 178: Checking batch_updates ** [07:01:12 2020-06-13] 178: Checking gears ** [07:01:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:01:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:17 2020-06-13] 178: Checking imports ** [07:01:17 2020-06-13] 178: Checking exports ** [07:01:17 2020-06-13] 178: Checking users ** [07:01:17 2020-06-13] 178: Checking user_dbs ** [07:01:17 2020-06-13] 178: Checking geocodings ** [07:01:17 2020-06-13] 178: Checking synchronizations ** [07:01:17 2020-06-13] 178: Checking tracker ** [07:01:17 2020-06-13] 178: Checking user_migrations ** [07:01:17 2020-06-13] 178: Checking batch_updates ** [07:01:17 2020-06-13] 178: Checking gears ** [07:01:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:01:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:22 2020-06-13] 178: Checking imports ** [07:01:22 2020-06-13] 178: Checking exports ** [07:01:22 2020-06-13] 178: Checking users ** [07:01:22 2020-06-13] 178: Checking user_dbs ** [07:01:22 2020-06-13] 178: Checking geocodings ** [07:01:22 2020-06-13] 178: Checking synchronizations ** [07:01:22 2020-06-13] 178: Checking tracker ** [07:01:22 2020-06-13] 178: Checking user_migrations ** [07:01:22 2020-06-13] 178: Checking batch_updates ** [07:01:22 2020-06-13] 178: Checking gears ** [07:01:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:01:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:27 2020-06-13] 178: Checking imports ** [07:01:27 2020-06-13] 178: Checking exports ** [07:01:27 2020-06-13] 178: Checking users ** [07:01:27 2020-06-13] 178: Checking user_dbs ** [07:01:27 2020-06-13] 178: Checking geocodings ** [07:01:27 2020-06-13] 178: Checking synchronizations ** [07:01:27 2020-06-13] 178: Checking tracker ** [07:01:27 2020-06-13] 178: Checking user_migrations ** [07:01:27 2020-06-13] 178: Checking batch_updates ** [07:01:27 2020-06-13] 178: Checking gears ** [07:01:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:01:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:32 2020-06-13] 178: Checking imports ** [07:01:32 2020-06-13] 178: Checking exports ** [07:01:32 2020-06-13] 178: Checking users ** [07:01:32 2020-06-13] 178: Checking user_dbs ** [07:01:32 2020-06-13] 178: Checking geocodings ** [07:01:32 2020-06-13] 178: Checking synchronizations ** [07:01:32 2020-06-13] 178: Checking tracker ** [07:01:32 2020-06-13] 178: Checking user_migrations ** [07:01:32 2020-06-13] 178: Checking batch_updates ** [07:01:32 2020-06-13] 178: Checking gears ** [07:01:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:01:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:37 2020-06-13] 178: Checking imports ** [07:01:37 2020-06-13] 178: Checking exports ** [07:01:37 2020-06-13] 178: Checking users ** [07:01:37 2020-06-13] 178: Checking user_dbs ** [07:01:37 2020-06-13] 178: Checking geocodings ** [07:01:37 2020-06-13] 178: Checking synchronizations ** [07:01:37 2020-06-13] 178: Checking tracker ** [07:01:37 2020-06-13] 178: Checking user_migrations ** [07:01:37 2020-06-13] 178: Checking batch_updates ** [07:01:37 2020-06-13] 178: Checking gears ** [07:01:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:01:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:42 2020-06-13] 178: Checking imports ** [07:01:42 2020-06-13] 178: Checking exports ** [07:01:42 2020-06-13] 178: Checking users ** [07:01:42 2020-06-13] 178: Checking user_dbs ** [07:01:42 2020-06-13] 178: Checking geocodings ** [07:01:42 2020-06-13] 178: Checking synchronizations ** [07:01:42 2020-06-13] 178: Checking tracker ** [07:01:42 2020-06-13] 178: Checking user_migrations ** [07:01:42 2020-06-13] 178: Checking batch_updates ** [07:01:42 2020-06-13] 178: Checking gears ** [07:01:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:01:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:47 2020-06-13] 178: Checking imports ** [07:01:47 2020-06-13] 178: Checking exports ** [07:01:47 2020-06-13] 178: Checking users ** [07:01:47 2020-06-13] 178: Checking user_dbs ** [07:01:47 2020-06-13] 178: Checking geocodings ** [07:01:47 2020-06-13] 178: Checking synchronizations ** [07:01:47 2020-06-13] 178: Checking tracker ** [07:01:47 2020-06-13] 178: Checking user_migrations ** [07:01:47 2020-06-13] 178: Checking batch_updates ** [07:01:47 2020-06-13] 178: Checking gears ** [07:01:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:01:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:52 2020-06-13] 178: Checking imports ** [07:01:52 2020-06-13] 178: Checking exports ** [07:01:52 2020-06-13] 178: Checking users ** [07:01:52 2020-06-13] 178: Checking user_dbs ** [07:01:52 2020-06-13] 178: Checking geocodings ** [07:01:52 2020-06-13] 178: Checking synchronizations ** [07:01:52 2020-06-13] 178: Checking tracker ** [07:01:52 2020-06-13] 178: Checking user_migrations ** [07:01:52 2020-06-13] 178: Checking batch_updates ** [07:01:52 2020-06-13] 178: Checking gears ** [07:01:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:01:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:57 2020-06-13] 178: Checking imports ** [07:01:57 2020-06-13] 178: Checking exports ** [07:01:57 2020-06-13] 178: Checking users ** [07:01:57 2020-06-13] 178: Checking user_dbs ** [07:01:57 2020-06-13] 178: Checking geocodings ** [07:01:57 2020-06-13] 178: Checking synchronizations ** [07:01:57 2020-06-13] 178: Checking tracker ** [07:01:57 2020-06-13] 178: Checking user_migrations ** [07:01:57 2020-06-13] 178: Checking batch_updates ** [07:01:57 2020-06-13] 178: Checking gears ** [07:01:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:01:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:02 2020-06-13] 178: Checking imports ** [07:02:02 2020-06-13] 178: Checking exports ** [07:02:02 2020-06-13] 178: Checking users ** [07:02:02 2020-06-13] 178: Checking user_dbs ** [07:02:02 2020-06-13] 178: Checking geocodings ** [07:02:02 2020-06-13] 178: Checking synchronizations ** [07:02:02 2020-06-13] 178: Checking tracker ** [07:02:02 2020-06-13] 178: Checking user_migrations ** [07:02:02 2020-06-13] 178: Checking batch_updates ** [07:02:02 2020-06-13] 178: Checking gears ** [07:02:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:02:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:07 2020-06-13] 178: Checking imports ** [07:02:07 2020-06-13] 178: Checking exports ** [07:02:07 2020-06-13] 178: Checking users ** [07:02:07 2020-06-13] 178: Checking user_dbs ** [07:02:07 2020-06-13] 178: Checking geocodings ** [07:02:07 2020-06-13] 178: Checking synchronizations ** [07:02:07 2020-06-13] 178: Checking tracker ** [07:02:07 2020-06-13] 178: Checking user_migrations ** [07:02:07 2020-06-13] 178: Checking batch_updates ** [07:02:07 2020-06-13] 178: Checking gears ** [07:02:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:02:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:12 2020-06-13] 178: Checking imports ** [07:02:12 2020-06-13] 178: Checking exports ** [07:02:12 2020-06-13] 178: Checking users ** [07:02:12 2020-06-13] 178: Checking user_dbs ** [07:02:12 2020-06-13] 178: Checking geocodings ** [07:02:12 2020-06-13] 178: Checking synchronizations ** [07:02:12 2020-06-13] 178: Checking tracker ** [07:02:12 2020-06-13] 178: Checking user_migrations ** [07:02:12 2020-06-13] 178: Checking batch_updates ** [07:02:12 2020-06-13] 178: Checking gears ** [07:02:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:02:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:17 2020-06-13] 178: Checking imports ** [07:02:17 2020-06-13] 178: Checking exports ** [07:02:17 2020-06-13] 178: Checking users ** [07:02:17 2020-06-13] 178: Checking user_dbs ** [07:02:17 2020-06-13] 178: Checking geocodings ** [07:02:17 2020-06-13] 178: Checking synchronizations ** [07:02:17 2020-06-13] 178: Checking tracker ** [07:02:17 2020-06-13] 178: Checking user_migrations ** [07:02:17 2020-06-13] 178: Checking batch_updates ** [07:02:17 2020-06-13] 178: Checking gears ** [07:02:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:02:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:22 2020-06-13] 178: Checking imports ** [07:02:22 2020-06-13] 178: Checking exports ** [07:02:22 2020-06-13] 178: Checking users ** [07:02:22 2020-06-13] 178: Checking user_dbs ** [07:02:22 2020-06-13] 178: Checking geocodings ** [07:02:22 2020-06-13] 178: Checking synchronizations ** [07:02:22 2020-06-13] 178: Checking tracker ** [07:02:22 2020-06-13] 178: Checking user_migrations ** [07:02:22 2020-06-13] 178: Checking batch_updates ** [07:02:22 2020-06-13] 178: Checking gears ** [07:02:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:02:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:27 2020-06-13] 178: Checking imports ** [07:02:27 2020-06-13] 178: Checking exports ** [07:02:27 2020-06-13] 178: Checking users ** [07:02:27 2020-06-13] 178: Checking user_dbs ** [07:02:27 2020-06-13] 178: Checking geocodings ** [07:02:27 2020-06-13] 178: Checking synchronizations ** [07:02:27 2020-06-13] 178: Checking tracker ** [07:02:27 2020-06-13] 178: Checking user_migrations ** [07:02:27 2020-06-13] 178: Checking batch_updates ** [07:02:27 2020-06-13] 178: Checking gears ** [07:02:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:02:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:32 2020-06-13] 178: Checking imports ** [07:02:32 2020-06-13] 178: Checking exports ** [07:02:32 2020-06-13] 178: Checking users ** [07:02:32 2020-06-13] 178: Checking user_dbs ** [07:02:32 2020-06-13] 178: Checking geocodings ** [07:02:32 2020-06-13] 178: Checking synchronizations ** [07:02:32 2020-06-13] 178: Checking tracker ** [07:02:32 2020-06-13] 178: Checking user_migrations ** [07:02:32 2020-06-13] 178: Checking batch_updates ** [07:02:32 2020-06-13] 178: Checking gears ** [07:02:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:02:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:37 2020-06-13] 178: Checking imports ** [07:02:37 2020-06-13] 178: Checking exports ** [07:02:37 2020-06-13] 178: Checking users ** [07:02:37 2020-06-13] 178: Checking user_dbs ** [07:02:37 2020-06-13] 178: Checking geocodings ** [07:02:37 2020-06-13] 178: Checking synchronizations ** [07:02:37 2020-06-13] 178: Checking tracker ** [07:02:37 2020-06-13] 178: Checking user_migrations ** [07:02:37 2020-06-13] 178: Checking batch_updates ** [07:02:37 2020-06-13] 178: Checking gears ** [07:02:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:02:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:42 2020-06-13] 178: Checking imports ** [07:02:42 2020-06-13] 178: Checking exports ** [07:02:42 2020-06-13] 178: Checking users ** [07:02:42 2020-06-13] 178: Checking user_dbs ** [07:02:42 2020-06-13] 178: Checking geocodings ** [07:02:42 2020-06-13] 178: Checking synchronizations ** [07:02:42 2020-06-13] 178: Checking tracker ** [07:02:42 2020-06-13] 178: Checking user_migrations ** [07:02:42 2020-06-13] 178: Checking batch_updates ** [07:02:42 2020-06-13] 178: Checking gears ** [07:02:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:02:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:47 2020-06-13] 178: Checking imports ** [07:02:47 2020-06-13] 178: Checking exports ** [07:02:47 2020-06-13] 178: Checking users ** [07:02:47 2020-06-13] 178: Checking user_dbs ** [07:02:47 2020-06-13] 178: Checking geocodings ** [07:02:47 2020-06-13] 178: Checking synchronizations ** [07:02:47 2020-06-13] 178: Checking tracker ** [07:02:47 2020-06-13] 178: Checking user_migrations ** [07:02:47 2020-06-13] 178: Checking batch_updates ** [07:02:47 2020-06-13] 178: Checking gears ** [07:02:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:02:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:52 2020-06-13] 178: Checking imports ** [07:02:52 2020-06-13] 178: Checking exports ** [07:02:52 2020-06-13] 178: Checking users ** [07:02:52 2020-06-13] 178: Checking user_dbs ** [07:02:52 2020-06-13] 178: Checking geocodings ** [07:02:52 2020-06-13] 178: Checking synchronizations ** [07:02:52 2020-06-13] 178: Checking tracker ** [07:02:52 2020-06-13] 178: Checking user_migrations ** [07:02:52 2020-06-13] 178: Checking batch_updates ** [07:02:52 2020-06-13] 178: Checking gears ** [07:02:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:02:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:57 2020-06-13] 178: Checking imports ** [07:02:57 2020-06-13] 178: Checking exports ** [07:02:57 2020-06-13] 178: Checking users ** [07:02:57 2020-06-13] 178: Checking user_dbs ** [07:02:57 2020-06-13] 178: Checking geocodings ** [07:02:57 2020-06-13] 178: Checking synchronizations ** [07:02:57 2020-06-13] 178: Checking tracker ** [07:02:57 2020-06-13] 178: Checking user_migrations ** [07:02:57 2020-06-13] 178: Checking batch_updates ** [07:02:57 2020-06-13] 178: Checking gears ** [07:02:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:02:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:02 2020-06-13] 178: Checking imports ** [07:03:02 2020-06-13] 178: Checking exports ** [07:03:02 2020-06-13] 178: Checking users ** [07:03:02 2020-06-13] 178: Checking user_dbs ** [07:03:02 2020-06-13] 178: Checking geocodings ** [07:03:02 2020-06-13] 178: Checking synchronizations ** [07:03:02 2020-06-13] 178: Checking tracker ** [07:03:02 2020-06-13] 178: Checking user_migrations ** [07:03:02 2020-06-13] 178: Checking batch_updates ** [07:03:02 2020-06-13] 178: Checking gears ** [07:03:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:03:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:07 2020-06-13] 178: Checking imports ** [07:03:07 2020-06-13] 178: Checking exports ** [07:03:07 2020-06-13] 178: Checking users ** [07:03:07 2020-06-13] 178: Checking user_dbs ** [07:03:07 2020-06-13] 178: Checking geocodings ** [07:03:07 2020-06-13] 178: Checking synchronizations ** [07:03:07 2020-06-13] 178: Checking tracker ** [07:03:07 2020-06-13] 178: Checking user_migrations ** [07:03:07 2020-06-13] 178: Checking batch_updates ** [07:03:07 2020-06-13] 178: Checking gears ** [07:03:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:03:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:12 2020-06-13] 178: Checking imports ** [07:03:12 2020-06-13] 178: Checking exports ** [07:03:12 2020-06-13] 178: Checking users ** [07:03:12 2020-06-13] 178: Checking user_dbs ** [07:03:12 2020-06-13] 178: Checking geocodings ** [07:03:12 2020-06-13] 178: Checking synchronizations ** [07:03:12 2020-06-13] 178: Checking tracker ** [07:03:12 2020-06-13] 178: Checking user_migrations ** [07:03:12 2020-06-13] 178: Checking batch_updates ** [07:03:12 2020-06-13] 178: Checking gears ** [07:03:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:03:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:17 2020-06-13] 178: Checking imports ** [07:03:17 2020-06-13] 178: Checking exports ** [07:03:17 2020-06-13] 178: Checking users ** [07:03:17 2020-06-13] 178: Checking user_dbs ** [07:03:17 2020-06-13] 178: Checking geocodings ** [07:03:17 2020-06-13] 178: Checking synchronizations ** [07:03:17 2020-06-13] 178: Checking tracker ** [07:03:17 2020-06-13] 178: Checking user_migrations ** [07:03:17 2020-06-13] 178: Checking batch_updates ** [07:03:17 2020-06-13] 178: Checking gears ** [07:03:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:03:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:22 2020-06-13] 178: Checking imports ** [07:03:22 2020-06-13] 178: Checking exports ** [07:03:22 2020-06-13] 178: Checking users ** [07:03:22 2020-06-13] 178: Checking user_dbs ** [07:03:22 2020-06-13] 178: Checking geocodings ** [07:03:22 2020-06-13] 178: Checking synchronizations ** [07:03:22 2020-06-13] 178: Checking tracker ** [07:03:22 2020-06-13] 178: Checking user_migrations ** [07:03:22 2020-06-13] 178: Checking batch_updates ** [07:03:22 2020-06-13] 178: Checking gears ** [07:03:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:03:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:27 2020-06-13] 178: Checking imports ** [07:03:27 2020-06-13] 178: Checking exports ** [07:03:27 2020-06-13] 178: Checking users ** [07:03:27 2020-06-13] 178: Checking user_dbs ** [07:03:27 2020-06-13] 178: Checking geocodings ** [07:03:27 2020-06-13] 178: Checking synchronizations ** [07:03:27 2020-06-13] 178: Checking tracker ** [07:03:27 2020-06-13] 178: Checking user_migrations ** [07:03:27 2020-06-13] 178: Checking batch_updates ** [07:03:27 2020-06-13] 178: Checking gears ** [07:03:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:03:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:32 2020-06-13] 178: Checking imports ** [07:03:32 2020-06-13] 178: Checking exports ** [07:03:32 2020-06-13] 178: Checking users ** [07:03:32 2020-06-13] 178: Checking user_dbs ** [07:03:32 2020-06-13] 178: Checking geocodings ** [07:03:32 2020-06-13] 178: Checking synchronizations ** [07:03:32 2020-06-13] 178: Checking tracker ** [07:03:32 2020-06-13] 178: Checking user_migrations ** [07:03:32 2020-06-13] 178: Checking batch_updates ** [07:03:32 2020-06-13] 178: Checking gears ** [07:03:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:03:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:37 2020-06-13] 178: Checking imports ** [07:03:37 2020-06-13] 178: Checking exports ** [07:03:37 2020-06-13] 178: Checking users ** [07:03:37 2020-06-13] 178: Checking user_dbs ** [07:03:37 2020-06-13] 178: Checking geocodings ** [07:03:37 2020-06-13] 178: Checking synchronizations ** [07:03:37 2020-06-13] 178: Checking tracker ** [07:03:37 2020-06-13] 178: Checking user_migrations ** [07:03:37 2020-06-13] 178: Checking batch_updates ** [07:03:37 2020-06-13] 178: Checking gears ** [07:03:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:03:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:42 2020-06-13] 178: Checking imports ** [07:03:42 2020-06-13] 178: Checking exports ** [07:03:42 2020-06-13] 178: Checking users ** [07:03:42 2020-06-13] 178: Checking user_dbs ** [07:03:42 2020-06-13] 178: Checking geocodings ** [07:03:42 2020-06-13] 178: Checking synchronizations ** [07:03:42 2020-06-13] 178: Checking tracker ** [07:03:42 2020-06-13] 178: Checking user_migrations ** [07:03:42 2020-06-13] 178: Checking batch_updates ** [07:03:42 2020-06-13] 178: Checking gears ** [07:03:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:03:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:47 2020-06-13] 178: Checking imports ** [07:03:47 2020-06-13] 178: Checking exports ** [07:03:47 2020-06-13] 178: Checking users ** [07:03:47 2020-06-13] 178: Checking user_dbs ** [07:03:47 2020-06-13] 178: Checking geocodings ** [07:03:47 2020-06-13] 178: Checking synchronizations ** [07:03:47 2020-06-13] 178: Checking tracker ** [07:03:47 2020-06-13] 178: Checking user_migrations ** [07:03:47 2020-06-13] 178: Checking batch_updates ** [07:03:47 2020-06-13] 178: Checking gears ** [07:03:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:03:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:52 2020-06-13] 178: Checking imports ** [07:03:52 2020-06-13] 178: Checking exports ** [07:03:52 2020-06-13] 178: Checking users ** [07:03:52 2020-06-13] 178: Checking user_dbs ** [07:03:52 2020-06-13] 178: Checking geocodings ** [07:03:52 2020-06-13] 178: Checking synchronizations ** [07:03:52 2020-06-13] 178: Checking tracker ** [07:03:52 2020-06-13] 178: Checking user_migrations ** [07:03:52 2020-06-13] 178: Checking batch_updates ** [07:03:52 2020-06-13] 178: Checking gears ** [07:03:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:03:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:57 2020-06-13] 178: Checking imports ** [07:03:57 2020-06-13] 178: Checking exports ** [07:03:57 2020-06-13] 178: Checking users ** [07:03:57 2020-06-13] 178: Checking user_dbs ** [07:03:57 2020-06-13] 178: Checking geocodings ** [07:03:57 2020-06-13] 178: Checking synchronizations ** [07:03:57 2020-06-13] 178: Checking tracker ** [07:03:57 2020-06-13] 178: Checking user_migrations ** [07:03:57 2020-06-13] 178: Checking batch_updates ** [07:03:57 2020-06-13] 178: Checking gears ** [07:03:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:03:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:02 2020-06-13] 178: Checking imports ** [07:04:02 2020-06-13] 178: Checking exports ** [07:04:02 2020-06-13] 178: Checking users ** [07:04:02 2020-06-13] 178: Checking user_dbs ** [07:04:02 2020-06-13] 178: Checking geocodings ** [07:04:02 2020-06-13] 178: Checking synchronizations ** [07:04:02 2020-06-13] 178: Checking tracker ** [07:04:02 2020-06-13] 178: Checking user_migrations ** [07:04:02 2020-06-13] 178: Checking batch_updates ** [07:04:02 2020-06-13] 178: Checking gears ** [07:04:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:04:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:07 2020-06-13] 178: Checking imports ** [07:04:07 2020-06-13] 178: Checking exports ** [07:04:07 2020-06-13] 178: Checking users ** [07:04:07 2020-06-13] 178: Checking user_dbs ** [07:04:07 2020-06-13] 178: Checking geocodings ** [07:04:07 2020-06-13] 178: Checking synchronizations ** [07:04:07 2020-06-13] 178: Checking tracker ** [07:04:07 2020-06-13] 178: Checking user_migrations ** [07:04:07 2020-06-13] 178: Checking batch_updates ** [07:04:07 2020-06-13] 178: Checking gears ** [07:04:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:04:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:12 2020-06-13] 178: Checking imports ** [07:04:12 2020-06-13] 178: Checking exports ** [07:04:12 2020-06-13] 178: Checking users ** [07:04:12 2020-06-13] 178: Checking user_dbs ** [07:04:12 2020-06-13] 178: Checking geocodings ** [07:04:12 2020-06-13] 178: Checking synchronizations ** [07:04:12 2020-06-13] 178: Checking tracker ** [07:04:12 2020-06-13] 178: Checking user_migrations ** [07:04:12 2020-06-13] 178: Checking batch_updates ** [07:04:12 2020-06-13] 178: Checking gears ** [07:04:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:04:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:17 2020-06-13] 178: Checking imports ** [07:04:17 2020-06-13] 178: Checking exports ** [07:04:17 2020-06-13] 178: Checking users ** [07:04:17 2020-06-13] 178: Checking user_dbs ** [07:04:17 2020-06-13] 178: Checking geocodings ** [07:04:17 2020-06-13] 178: Checking synchronizations ** [07:04:17 2020-06-13] 178: Checking tracker ** [07:04:17 2020-06-13] 178: Checking user_migrations ** [07:04:17 2020-06-13] 178: Checking batch_updates ** [07:04:17 2020-06-13] 178: Checking gears ** [07:04:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:04:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:22 2020-06-13] 178: Checking imports ** [07:04:22 2020-06-13] 178: Checking exports ** [07:04:22 2020-06-13] 178: Checking users ** [07:04:22 2020-06-13] 178: Checking user_dbs ** [07:04:22 2020-06-13] 178: Checking geocodings ** [07:04:22 2020-06-13] 178: Checking synchronizations ** [07:04:22 2020-06-13] 178: Checking tracker ** [07:04:22 2020-06-13] 178: Checking user_migrations ** [07:04:22 2020-06-13] 178: Checking batch_updates ** [07:04:22 2020-06-13] 178: Checking gears ** [07:04:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:04:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:27 2020-06-13] 178: Checking imports ** [07:04:27 2020-06-13] 178: Checking exports ** [07:04:27 2020-06-13] 178: Checking users ** [07:04:28 2020-06-13] 178: Checking user_dbs ** [07:04:28 2020-06-13] 178: Checking geocodings ** [07:04:28 2020-06-13] 178: Checking synchronizations ** [07:04:28 2020-06-13] 178: Checking tracker ** [07:04:28 2020-06-13] 178: Checking user_migrations ** [07:04:28 2020-06-13] 178: Checking batch_updates ** [07:04:28 2020-06-13] 178: Checking gears ** [07:04:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:04:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:33 2020-06-13] 178: Checking imports ** [07:04:33 2020-06-13] 178: Checking exports ** [07:04:33 2020-06-13] 178: Checking users ** [07:04:33 2020-06-13] 178: Checking user_dbs ** [07:04:33 2020-06-13] 178: Checking geocodings ** [07:04:33 2020-06-13] 178: Checking synchronizations ** [07:04:33 2020-06-13] 178: Checking tracker ** [07:04:33 2020-06-13] 178: Checking user_migrations ** [07:04:33 2020-06-13] 178: Checking batch_updates ** [07:04:33 2020-06-13] 178: Checking gears ** [07:04:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:04:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:38 2020-06-13] 178: Checking imports ** [07:04:38 2020-06-13] 178: Checking exports ** [07:04:38 2020-06-13] 178: Checking users ** [07:04:38 2020-06-13] 178: Checking user_dbs ** [07:04:38 2020-06-13] 178: Checking geocodings ** [07:04:38 2020-06-13] 178: Checking synchronizations ** [07:04:38 2020-06-13] 178: Checking tracker ** [07:04:38 2020-06-13] 178: Checking user_migrations ** [07:04:38 2020-06-13] 178: Checking batch_updates ** [07:04:38 2020-06-13] 178: Checking gears ** [07:04:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:04:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:43 2020-06-13] 178: Checking imports ** [07:04:43 2020-06-13] 178: Checking exports ** [07:04:43 2020-06-13] 178: Checking users ** [07:04:43 2020-06-13] 178: Checking user_dbs ** [07:04:43 2020-06-13] 178: Checking geocodings ** [07:04:43 2020-06-13] 178: Checking synchronizations ** [07:04:43 2020-06-13] 178: Checking tracker ** [07:04:43 2020-06-13] 178: Checking user_migrations ** [07:04:43 2020-06-13] 178: Checking batch_updates ** [07:04:43 2020-06-13] 178: Checking gears ** [07:04:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:04:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:48 2020-06-13] 178: Checking imports ** [07:04:48 2020-06-13] 178: Checking exports ** [07:04:48 2020-06-13] 178: Checking users ** [07:04:48 2020-06-13] 178: Checking user_dbs ** [07:04:48 2020-06-13] 178: Checking geocodings ** [07:04:48 2020-06-13] 178: Checking synchronizations ** [07:04:48 2020-06-13] 178: Checking tracker ** [07:04:48 2020-06-13] 178: Checking user_migrations ** [07:04:48 2020-06-13] 178: Checking batch_updates ** [07:04:48 2020-06-13] 178: Checking gears ** [07:04:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:04:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:53 2020-06-13] 178: Checking imports ** [07:04:53 2020-06-13] 178: Checking exports ** [07:04:53 2020-06-13] 178: Checking users ** [07:04:53 2020-06-13] 178: Checking user_dbs ** [07:04:53 2020-06-13] 178: Checking geocodings ** [07:04:53 2020-06-13] 178: Checking synchronizations ** [07:04:53 2020-06-13] 178: Checking tracker ** [07:04:53 2020-06-13] 178: Checking user_migrations ** [07:04:53 2020-06-13] 178: Checking batch_updates ** [07:04:53 2020-06-13] 178: Checking gears ** [07:04:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:04:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:58 2020-06-13] 178: Checking imports ** [07:04:58 2020-06-13] 178: Checking exports ** [07:04:58 2020-06-13] 178: Checking users ** [07:04:58 2020-06-13] 178: Checking user_dbs ** [07:04:58 2020-06-13] 178: Checking geocodings ** [07:04:58 2020-06-13] 178: Checking synchronizations ** [07:04:58 2020-06-13] 178: Checking tracker ** [07:04:58 2020-06-13] 178: Checking user_migrations ** [07:04:58 2020-06-13] 178: Checking batch_updates ** [07:04:58 2020-06-13] 178: Checking gears ** [07:04:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:04:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:03 2020-06-13] 178: Checking imports ** [07:05:03 2020-06-13] 178: Checking exports ** [07:05:03 2020-06-13] 178: Checking users ** [07:05:03 2020-06-13] 178: Checking user_dbs ** [07:05:03 2020-06-13] 178: Checking geocodings ** [07:05:03 2020-06-13] 178: Checking synchronizations ** [07:05:03 2020-06-13] 178: Checking tracker ** [07:05:03 2020-06-13] 178: Checking user_migrations ** [07:05:03 2020-06-13] 178: Checking batch_updates ** [07:05:03 2020-06-13] 178: Checking gears ** [07:05:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:05:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:08 2020-06-13] 178: Checking imports ** [07:05:08 2020-06-13] 178: Checking exports ** [07:05:08 2020-06-13] 178: Checking users ** [07:05:08 2020-06-13] 178: Checking user_dbs ** [07:05:08 2020-06-13] 178: Checking geocodings ** [07:05:08 2020-06-13] 178: Checking synchronizations ** [07:05:08 2020-06-13] 178: Checking tracker ** [07:05:08 2020-06-13] 178: Checking user_migrations ** [07:05:08 2020-06-13] 178: Checking batch_updates ** [07:05:08 2020-06-13] 178: Checking gears ** [07:05:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:05:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:13 2020-06-13] 178: Checking imports ** [07:05:13 2020-06-13] 178: Checking exports ** [07:05:13 2020-06-13] 178: Checking users ** [07:05:13 2020-06-13] 178: Checking user_dbs ** [07:05:13 2020-06-13] 178: Checking geocodings ** [07:05:13 2020-06-13] 178: Checking synchronizations ** [07:05:13 2020-06-13] 178: Checking tracker ** [07:05:13 2020-06-13] 178: Checking user_migrations ** [07:05:13 2020-06-13] 178: Checking batch_updates ** [07:05:13 2020-06-13] 178: Checking gears ** [07:05:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:05:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:18 2020-06-13] 178: Checking imports ** [07:05:18 2020-06-13] 178: Checking exports ** [07:05:18 2020-06-13] 178: Checking users ** [07:05:18 2020-06-13] 178: Checking user_dbs ** [07:05:18 2020-06-13] 178: Checking geocodings ** [07:05:18 2020-06-13] 178: Checking synchronizations ** [07:05:18 2020-06-13] 178: Checking tracker ** [07:05:18 2020-06-13] 178: Checking user_migrations ** [07:05:18 2020-06-13] 178: Checking batch_updates ** [07:05:18 2020-06-13] 178: Checking gears ** [07:05:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:05:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:23 2020-06-13] 178: Checking imports ** [07:05:23 2020-06-13] 178: Checking exports ** [07:05:23 2020-06-13] 178: Checking users ** [07:05:23 2020-06-13] 178: Checking user_dbs ** [07:05:23 2020-06-13] 178: Checking geocodings ** [07:05:23 2020-06-13] 178: Checking synchronizations ** [07:05:23 2020-06-13] 178: Checking tracker ** [07:05:23 2020-06-13] 178: Checking user_migrations ** [07:05:23 2020-06-13] 178: Checking batch_updates ** [07:05:23 2020-06-13] 178: Checking gears ** [07:05:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:05:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:28 2020-06-13] 178: Checking imports ** [07:05:28 2020-06-13] 178: Checking exports ** [07:05:28 2020-06-13] 178: Checking users ** [07:05:28 2020-06-13] 178: Checking user_dbs ** [07:05:28 2020-06-13] 178: Checking geocodings ** [07:05:28 2020-06-13] 178: Checking synchronizations ** [07:05:28 2020-06-13] 178: Checking tracker ** [07:05:28 2020-06-13] 178: Checking user_migrations ** [07:05:28 2020-06-13] 178: Checking batch_updates ** [07:05:28 2020-06-13] 178: Checking gears ** [07:05:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:05:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:33 2020-06-13] 178: Checking imports ** [07:05:33 2020-06-13] 178: Checking exports ** [07:05:33 2020-06-13] 178: Checking users ** [07:05:33 2020-06-13] 178: Checking user_dbs ** [07:05:33 2020-06-13] 178: Checking geocodings ** [07:05:33 2020-06-13] 178: Checking synchronizations ** [07:05:33 2020-06-13] 178: Checking tracker ** [07:05:33 2020-06-13] 178: Checking user_migrations ** [07:05:33 2020-06-13] 178: Checking batch_updates ** [07:05:33 2020-06-13] 178: Checking gears ** [07:05:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:05:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:38 2020-06-13] 178: Checking imports ** [07:05:38 2020-06-13] 178: Checking exports ** [07:05:38 2020-06-13] 178: Checking users ** [07:05:38 2020-06-13] 178: Checking user_dbs ** [07:05:38 2020-06-13] 178: Checking geocodings ** [07:05:38 2020-06-13] 178: Checking synchronizations ** [07:05:38 2020-06-13] 178: Checking tracker ** [07:05:38 2020-06-13] 178: Checking user_migrations ** [07:05:38 2020-06-13] 178: Checking batch_updates ** [07:05:38 2020-06-13] 178: Checking gears ** [07:05:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:05:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:43 2020-06-13] 178: Checking imports ** [07:05:43 2020-06-13] 178: Checking exports ** [07:05:43 2020-06-13] 178: Checking users ** [07:05:43 2020-06-13] 178: Checking user_dbs ** [07:05:43 2020-06-13] 178: Checking geocodings ** [07:05:43 2020-06-13] 178: Checking synchronizations ** [07:05:43 2020-06-13] 178: Checking tracker ** [07:05:43 2020-06-13] 178: Checking user_migrations ** [07:05:43 2020-06-13] 178: Checking batch_updates ** [07:05:43 2020-06-13] 178: Checking gears ** [07:05:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:05:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:48 2020-06-13] 178: Checking imports ** [07:05:48 2020-06-13] 178: Checking exports ** [07:05:48 2020-06-13] 178: Checking users ** [07:05:48 2020-06-13] 178: Checking user_dbs ** [07:05:48 2020-06-13] 178: Checking geocodings ** [07:05:48 2020-06-13] 178: Checking synchronizations ** [07:05:48 2020-06-13] 178: Checking tracker ** [07:05:48 2020-06-13] 178: Checking user_migrations ** [07:05:48 2020-06-13] 178: Checking batch_updates ** [07:05:48 2020-06-13] 178: Checking gears ** [07:05:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:05:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:53 2020-06-13] 178: Checking imports ** [07:05:53 2020-06-13] 178: Checking exports ** [07:05:53 2020-06-13] 178: Checking users ** [07:05:53 2020-06-13] 178: Checking user_dbs ** [07:05:53 2020-06-13] 178: Checking geocodings ** [07:05:53 2020-06-13] 178: Checking synchronizations ** [07:05:53 2020-06-13] 178: Checking tracker ** [07:05:53 2020-06-13] 178: Checking user_migrations ** [07:05:53 2020-06-13] 178: Checking batch_updates ** [07:05:53 2020-06-13] 178: Checking gears ** [07:05:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:05:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:58 2020-06-13] 178: Checking imports ** [07:05:58 2020-06-13] 178: Checking exports ** [07:05:58 2020-06-13] 178: Checking users ** [07:05:58 2020-06-13] 178: Checking user_dbs ** [07:05:58 2020-06-13] 178: Checking geocodings ** [07:05:58 2020-06-13] 178: Checking synchronizations ** [07:05:58 2020-06-13] 178: Checking tracker ** [07:05:58 2020-06-13] 178: Checking user_migrations ** [07:05:58 2020-06-13] 178: Checking batch_updates ** [07:05:58 2020-06-13] 178: Checking gears ** [07:05:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:05:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:03 2020-06-13] 178: Checking imports ** [07:06:03 2020-06-13] 178: Checking exports ** [07:06:03 2020-06-13] 178: Checking users ** [07:06:03 2020-06-13] 178: Checking user_dbs ** [07:06:03 2020-06-13] 178: Checking geocodings ** [07:06:03 2020-06-13] 178: Checking synchronizations ** [07:06:03 2020-06-13] 178: Checking tracker ** [07:06:03 2020-06-13] 178: Checking user_migrations ** [07:06:03 2020-06-13] 178: Checking batch_updates ** [07:06:03 2020-06-13] 178: Checking gears ** [07:06:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:06:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:08 2020-06-13] 178: Checking imports ** [07:06:08 2020-06-13] 178: Checking exports ** [07:06:08 2020-06-13] 178: Checking users ** [07:06:08 2020-06-13] 178: Checking user_dbs ** [07:06:08 2020-06-13] 178: Checking geocodings ** [07:06:08 2020-06-13] 178: Checking synchronizations ** [07:06:08 2020-06-13] 178: Checking tracker ** [07:06:08 2020-06-13] 178: Checking user_migrations ** [07:06:08 2020-06-13] 178: Checking batch_updates ** [07:06:08 2020-06-13] 178: Checking gears ** [07:06:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:06:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:13 2020-06-13] 178: Checking imports ** [07:06:13 2020-06-13] 178: Checking exports ** [07:06:13 2020-06-13] 178: Checking users ** [07:06:13 2020-06-13] 178: Checking user_dbs ** [07:06:13 2020-06-13] 178: Checking geocodings ** [07:06:13 2020-06-13] 178: Checking synchronizations ** [07:06:13 2020-06-13] 178: Checking tracker ** [07:06:13 2020-06-13] 178: Checking user_migrations ** [07:06:13 2020-06-13] 178: Checking batch_updates ** [07:06:13 2020-06-13] 178: Checking gears ** [07:06:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:06:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:18 2020-06-13] 178: Checking imports ** [07:06:18 2020-06-13] 178: Checking exports ** [07:06:18 2020-06-13] 178: Checking users ** [07:06:18 2020-06-13] 178: Checking user_dbs ** [07:06:18 2020-06-13] 178: Checking geocodings ** [07:06:18 2020-06-13] 178: Checking synchronizations ** [07:06:18 2020-06-13] 178: Checking tracker ** [07:06:18 2020-06-13] 178: Checking user_migrations ** [07:06:18 2020-06-13] 178: Checking batch_updates ** [07:06:18 2020-06-13] 178: Checking gears ** [07:06:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:06:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:23 2020-06-13] 178: Checking imports ** [07:06:23 2020-06-13] 178: Checking exports ** [07:06:23 2020-06-13] 178: Checking users ** [07:06:23 2020-06-13] 178: Checking user_dbs ** [07:06:23 2020-06-13] 178: Checking geocodings ** [07:06:23 2020-06-13] 178: Checking synchronizations ** [07:06:23 2020-06-13] 178: Checking tracker ** [07:06:23 2020-06-13] 178: Checking user_migrations ** [07:06:23 2020-06-13] 178: Checking batch_updates ** [07:06:23 2020-06-13] 178: Checking gears ** [07:06:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:06:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:28 2020-06-13] 178: Checking imports ** [07:06:28 2020-06-13] 178: Checking exports ** [07:06:28 2020-06-13] 178: Checking users ** [07:06:28 2020-06-13] 178: Checking user_dbs ** [07:06:28 2020-06-13] 178: Checking geocodings ** [07:06:28 2020-06-13] 178: Checking synchronizations ** [07:06:28 2020-06-13] 178: Checking tracker ** [07:06:28 2020-06-13] 178: Checking user_migrations ** [07:06:28 2020-06-13] 178: Checking batch_updates ** [07:06:28 2020-06-13] 178: Checking gears ** [07:06:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:06:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:33 2020-06-13] 178: Checking imports ** [07:06:33 2020-06-13] 178: Checking exports ** [07:06:33 2020-06-13] 178: Checking users ** [07:06:33 2020-06-13] 178: Checking user_dbs ** [07:06:33 2020-06-13] 178: Checking geocodings ** [07:06:33 2020-06-13] 178: Checking synchronizations ** [07:06:33 2020-06-13] 178: Checking tracker ** [07:06:33 2020-06-13] 178: Checking user_migrations ** [07:06:33 2020-06-13] 178: Checking batch_updates ** [07:06:33 2020-06-13] 178: Checking gears ** [07:06:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:06:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:38 2020-06-13] 178: Checking imports ** [07:06:38 2020-06-13] 178: Checking exports ** [07:06:38 2020-06-13] 178: Checking users ** [07:06:38 2020-06-13] 178: Checking user_dbs ** [07:06:38 2020-06-13] 178: Checking geocodings ** [07:06:38 2020-06-13] 178: Checking synchronizations ** [07:06:38 2020-06-13] 178: Checking tracker ** [07:06:38 2020-06-13] 178: Checking user_migrations ** [07:06:38 2020-06-13] 178: Checking batch_updates ** [07:06:38 2020-06-13] 178: Checking gears ** [07:06:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:06:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:43 2020-06-13] 178: Checking imports ** [07:06:43 2020-06-13] 178: Checking exports ** [07:06:43 2020-06-13] 178: Checking users ** [07:06:43 2020-06-13] 178: Checking user_dbs ** [07:06:43 2020-06-13] 178: Checking geocodings ** [07:06:43 2020-06-13] 178: Checking synchronizations ** [07:06:43 2020-06-13] 178: Checking tracker ** [07:06:43 2020-06-13] 178: Checking user_migrations ** [07:06:43 2020-06-13] 178: Checking batch_updates ** [07:06:43 2020-06-13] 178: Checking gears ** [07:06:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:06:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:48 2020-06-13] 178: Checking imports ** [07:06:48 2020-06-13] 178: Checking exports ** [07:06:48 2020-06-13] 178: Checking users ** [07:06:48 2020-06-13] 178: Checking user_dbs ** [07:06:48 2020-06-13] 178: Checking geocodings ** [07:06:48 2020-06-13] 178: Checking synchronizations ** [07:06:48 2020-06-13] 178: Checking tracker ** [07:06:48 2020-06-13] 178: Checking user_migrations ** [07:06:48 2020-06-13] 178: Checking batch_updates ** [07:06:48 2020-06-13] 178: Checking gears ** [07:06:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:06:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:53 2020-06-13] 178: Checking imports ** [07:06:53 2020-06-13] 178: Checking exports ** [07:06:53 2020-06-13] 178: Checking users ** [07:06:53 2020-06-13] 178: Checking user_dbs ** [07:06:53 2020-06-13] 178: Checking geocodings ** [07:06:53 2020-06-13] 178: Checking synchronizations ** [07:06:53 2020-06-13] 178: Checking tracker ** [07:06:53 2020-06-13] 178: Checking user_migrations ** [07:06:53 2020-06-13] 178: Checking batch_updates ** [07:06:53 2020-06-13] 178: Checking gears ** [07:06:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:06:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:58 2020-06-13] 178: Checking imports ** [07:06:58 2020-06-13] 178: Checking exports ** [07:06:58 2020-06-13] 178: Checking users ** [07:06:58 2020-06-13] 178: Checking user_dbs ** [07:06:58 2020-06-13] 178: Checking geocodings ** [07:06:58 2020-06-13] 178: Checking synchronizations ** [07:06:58 2020-06-13] 178: Checking tracker ** [07:06:58 2020-06-13] 178: Checking user_migrations ** [07:06:58 2020-06-13] 178: Checking batch_updates ** [07:06:58 2020-06-13] 178: Checking gears ** [07:06:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:06:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:03 2020-06-13] 178: Checking imports ** [07:07:03 2020-06-13] 178: Checking exports ** [07:07:03 2020-06-13] 178: Checking users ** [07:07:03 2020-06-13] 178: Checking user_dbs ** [07:07:03 2020-06-13] 178: Checking geocodings ** [07:07:03 2020-06-13] 178: Checking synchronizations ** [07:07:03 2020-06-13] 178: Checking tracker ** [07:07:03 2020-06-13] 178: Checking user_migrations ** [07:07:03 2020-06-13] 178: Checking batch_updates ** [07:07:03 2020-06-13] 178: Checking gears ** [07:07:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:07:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:08 2020-06-13] 178: Checking imports ** [07:07:08 2020-06-13] 178: Checking exports ** [07:07:08 2020-06-13] 178: Checking users ** [07:07:08 2020-06-13] 178: Checking user_dbs ** [07:07:08 2020-06-13] 178: Checking geocodings ** [07:07:08 2020-06-13] 178: Checking synchronizations ** [07:07:08 2020-06-13] 178: Checking tracker ** [07:07:08 2020-06-13] 178: Checking user_migrations ** [07:07:08 2020-06-13] 178: Checking batch_updates ** [07:07:08 2020-06-13] 178: Checking gears ** [07:07:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:07:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:13 2020-06-13] 178: Checking imports ** [07:07:13 2020-06-13] 178: Checking exports ** [07:07:13 2020-06-13] 178: Checking users ** [07:07:13 2020-06-13] 178: Checking user_dbs ** [07:07:13 2020-06-13] 178: Checking geocodings ** [07:07:13 2020-06-13] 178: Checking synchronizations ** [07:07:13 2020-06-13] 178: Checking tracker ** [07:07:13 2020-06-13] 178: Checking user_migrations ** [07:07:13 2020-06-13] 178: Checking batch_updates ** [07:07:13 2020-06-13] 178: Checking gears ** [07:07:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:07:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:18 2020-06-13] 178: Checking imports ** [07:07:18 2020-06-13] 178: Checking exports ** [07:07:18 2020-06-13] 178: Checking users ** [07:07:18 2020-06-13] 178: Checking user_dbs ** [07:07:18 2020-06-13] 178: Checking geocodings ** [07:07:18 2020-06-13] 178: Checking synchronizations ** [07:07:18 2020-06-13] 178: Checking tracker ** [07:07:18 2020-06-13] 178: Checking user_migrations ** [07:07:18 2020-06-13] 178: Checking batch_updates ** [07:07:18 2020-06-13] 178: Checking gears ** [07:07:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:07:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:23 2020-06-13] 178: Checking imports ** [07:07:23 2020-06-13] 178: Checking exports ** [07:07:23 2020-06-13] 178: Checking users ** [07:07:23 2020-06-13] 178: Checking user_dbs ** [07:07:23 2020-06-13] 178: Checking geocodings ** [07:07:23 2020-06-13] 178: Checking synchronizations ** [07:07:23 2020-06-13] 178: Checking tracker ** [07:07:23 2020-06-13] 178: Checking user_migrations ** [07:07:23 2020-06-13] 178: Checking batch_updates ** [07:07:23 2020-06-13] 178: Checking gears ** [07:07:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:07:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:28 2020-06-13] 178: Checking imports ** [07:07:28 2020-06-13] 178: Checking exports ** [07:07:28 2020-06-13] 178: Checking users ** [07:07:28 2020-06-13] 178: Checking user_dbs ** [07:07:28 2020-06-13] 178: Checking geocodings ** [07:07:28 2020-06-13] 178: Checking synchronizations ** [07:07:28 2020-06-13] 178: Checking tracker ** [07:07:28 2020-06-13] 178: Checking user_migrations ** [07:07:28 2020-06-13] 178: Checking batch_updates ** [07:07:28 2020-06-13] 178: Checking gears ** [07:07:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:07:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:33 2020-06-13] 178: Checking imports ** [07:07:33 2020-06-13] 178: Checking exports ** [07:07:33 2020-06-13] 178: Checking users ** [07:07:33 2020-06-13] 178: Checking user_dbs ** [07:07:33 2020-06-13] 178: Checking geocodings ** [07:07:33 2020-06-13] 178: Checking synchronizations ** [07:07:33 2020-06-13] 178: Checking tracker ** [07:07:33 2020-06-13] 178: Checking user_migrations ** [07:07:33 2020-06-13] 178: Checking batch_updates ** [07:07:33 2020-06-13] 178: Checking gears ** [07:07:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:07:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:38 2020-06-13] 178: Checking imports ** [07:07:38 2020-06-13] 178: Checking exports ** [07:07:38 2020-06-13] 178: Checking users ** [07:07:38 2020-06-13] 178: Checking user_dbs ** [07:07:38 2020-06-13] 178: Checking geocodings ** [07:07:38 2020-06-13] 178: Checking synchronizations ** [07:07:38 2020-06-13] 178: Checking tracker ** [07:07:38 2020-06-13] 178: Checking user_migrations ** [07:07:38 2020-06-13] 178: Checking batch_updates ** [07:07:38 2020-06-13] 178: Checking gears ** [07:07:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:07:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:43 2020-06-13] 178: Checking imports ** [07:07:43 2020-06-13] 178: Checking exports ** [07:07:43 2020-06-13] 178: Checking users ** [07:07:43 2020-06-13] 178: Checking user_dbs ** [07:07:43 2020-06-13] 178: Checking geocodings ** [07:07:43 2020-06-13] 178: Checking synchronizations ** [07:07:43 2020-06-13] 178: Checking tracker ** [07:07:43 2020-06-13] 178: Checking user_migrations ** [07:07:43 2020-06-13] 178: Checking batch_updates ** [07:07:43 2020-06-13] 178: Checking gears ** [07:07:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:07:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:48 2020-06-13] 178: Checking imports ** [07:07:48 2020-06-13] 178: Checking exports ** [07:07:48 2020-06-13] 178: Checking users ** [07:07:48 2020-06-13] 178: Checking user_dbs ** [07:07:48 2020-06-13] 178: Checking geocodings ** [07:07:48 2020-06-13] 178: Checking synchronizations ** [07:07:48 2020-06-13] 178: Checking tracker ** [07:07:48 2020-06-13] 178: Checking user_migrations ** [07:07:48 2020-06-13] 178: Checking batch_updates ** [07:07:48 2020-06-13] 178: Checking gears ** [07:07:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:07:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:53 2020-06-13] 178: Checking imports ** [07:07:53 2020-06-13] 178: Checking exports ** [07:07:53 2020-06-13] 178: Checking users ** [07:07:53 2020-06-13] 178: Checking user_dbs ** [07:07:53 2020-06-13] 178: Checking geocodings ** [07:07:53 2020-06-13] 178: Checking synchronizations ** [07:07:53 2020-06-13] 178: Checking tracker ** [07:07:53 2020-06-13] 178: Checking user_migrations ** [07:07:53 2020-06-13] 178: Checking batch_updates ** [07:07:53 2020-06-13] 178: Checking gears ** [07:07:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:07:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:58 2020-06-13] 178: Checking imports ** [07:07:58 2020-06-13] 178: Checking exports ** [07:07:58 2020-06-13] 178: Checking users ** [07:07:58 2020-06-13] 178: Checking user_dbs ** [07:07:58 2020-06-13] 178: Checking geocodings ** [07:07:58 2020-06-13] 178: Checking synchronizations ** [07:07:58 2020-06-13] 178: Checking tracker ** [07:07:58 2020-06-13] 178: Checking user_migrations ** [07:07:58 2020-06-13] 178: Checking batch_updates ** [07:07:58 2020-06-13] 178: Checking gears ** [07:07:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:07:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:03 2020-06-13] 178: Checking imports ** [07:08:03 2020-06-13] 178: Checking exports ** [07:08:03 2020-06-13] 178: Checking users ** [07:08:03 2020-06-13] 178: Checking user_dbs ** [07:08:03 2020-06-13] 178: Checking geocodings ** [07:08:03 2020-06-13] 178: Checking synchronizations ** [07:08:03 2020-06-13] 178: Checking tracker ** [07:08:03 2020-06-13] 178: Checking user_migrations ** [07:08:03 2020-06-13] 178: Checking batch_updates ** [07:08:03 2020-06-13] 178: Checking gears ** [07:08:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:08:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:08 2020-06-13] 178: Checking imports ** [07:08:08 2020-06-13] 178: Checking exports ** [07:08:08 2020-06-13] 178: Checking users ** [07:08:08 2020-06-13] 178: Checking user_dbs ** [07:08:08 2020-06-13] 178: Checking geocodings ** [07:08:08 2020-06-13] 178: Checking synchronizations ** [07:08:08 2020-06-13] 178: Checking tracker ** [07:08:08 2020-06-13] 178: Checking user_migrations ** [07:08:08 2020-06-13] 178: Checking batch_updates ** [07:08:08 2020-06-13] 178: Checking gears ** [07:08:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:08:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:13 2020-06-13] 178: Checking imports ** [07:08:13 2020-06-13] 178: Checking exports ** [07:08:13 2020-06-13] 178: Checking users ** [07:08:13 2020-06-13] 178: Checking user_dbs ** [07:08:13 2020-06-13] 178: Checking geocodings ** [07:08:13 2020-06-13] 178: Checking synchronizations ** [07:08:13 2020-06-13] 178: Checking tracker ** [07:08:13 2020-06-13] 178: Checking user_migrations ** [07:08:13 2020-06-13] 178: Checking batch_updates ** [07:08:13 2020-06-13] 178: Checking gears ** [07:08:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:08:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:18 2020-06-13] 178: Checking imports ** [07:08:18 2020-06-13] 178: Checking exports ** [07:08:18 2020-06-13] 178: Checking users ** [07:08:18 2020-06-13] 178: Checking user_dbs ** [07:08:18 2020-06-13] 178: Checking geocodings ** [07:08:18 2020-06-13] 178: Checking synchronizations ** [07:08:18 2020-06-13] 178: Checking tracker ** [07:08:18 2020-06-13] 178: Checking user_migrations ** [07:08:18 2020-06-13] 178: Checking batch_updates ** [07:08:18 2020-06-13] 178: Checking gears ** [07:08:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:08:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:23 2020-06-13] 178: Checking imports ** [07:08:23 2020-06-13] 178: Checking exports ** [07:08:23 2020-06-13] 178: Checking users ** [07:08:23 2020-06-13] 178: Checking user_dbs ** [07:08:23 2020-06-13] 178: Checking geocodings ** [07:08:23 2020-06-13] 178: Checking synchronizations ** [07:08:23 2020-06-13] 178: Checking tracker ** [07:08:23 2020-06-13] 178: Checking user_migrations ** [07:08:23 2020-06-13] 178: Checking batch_updates ** [07:08:23 2020-06-13] 178: Checking gears ** [07:08:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:08:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:28 2020-06-13] 178: Checking imports ** [07:08:28 2020-06-13] 178: Checking exports ** [07:08:28 2020-06-13] 178: Checking users ** [07:08:28 2020-06-13] 178: Checking user_dbs ** [07:08:28 2020-06-13] 178: Checking geocodings ** [07:08:28 2020-06-13] 178: Checking synchronizations ** [07:08:28 2020-06-13] 178: Checking tracker ** [07:08:28 2020-06-13] 178: Checking user_migrations ** [07:08:28 2020-06-13] 178: Checking batch_updates ** [07:08:28 2020-06-13] 178: Checking gears ** [07:08:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:08:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:33 2020-06-13] 178: Checking imports ** [07:08:33 2020-06-13] 178: Checking exports ** [07:08:33 2020-06-13] 178: Checking users ** [07:08:33 2020-06-13] 178: Checking user_dbs ** [07:08:33 2020-06-13] 178: Checking geocodings ** [07:08:33 2020-06-13] 178: Checking synchronizations ** [07:08:33 2020-06-13] 178: Checking tracker ** [07:08:33 2020-06-13] 178: Checking user_migrations ** [07:08:33 2020-06-13] 178: Checking batch_updates ** [07:08:33 2020-06-13] 178: Checking gears ** [07:08:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:08:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:38 2020-06-13] 178: Checking imports ** [07:08:38 2020-06-13] 178: Checking exports ** [07:08:38 2020-06-13] 178: Checking users ** [07:08:38 2020-06-13] 178: Checking user_dbs ** [07:08:38 2020-06-13] 178: Checking geocodings ** [07:08:38 2020-06-13] 178: Checking synchronizations ** [07:08:38 2020-06-13] 178: Checking tracker ** [07:08:38 2020-06-13] 178: Checking user_migrations ** [07:08:38 2020-06-13] 178: Checking batch_updates ** [07:08:38 2020-06-13] 178: Checking gears ** [07:08:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:08:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:43 2020-06-13] 178: Checking imports ** [07:08:43 2020-06-13] 178: Checking exports ** [07:08:43 2020-06-13] 178: Checking users ** [07:08:43 2020-06-13] 178: Checking user_dbs ** [07:08:43 2020-06-13] 178: Checking geocodings ** [07:08:43 2020-06-13] 178: Checking synchronizations ** [07:08:43 2020-06-13] 178: Checking tracker ** [07:08:43 2020-06-13] 178: Checking user_migrations ** [07:08:43 2020-06-13] 178: Checking batch_updates ** [07:08:43 2020-06-13] 178: Checking gears ** [07:08:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:08:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:48 2020-06-13] 178: Checking imports ** [07:08:48 2020-06-13] 178: Checking exports ** [07:08:48 2020-06-13] 178: Checking users ** [07:08:48 2020-06-13] 178: Checking user_dbs ** [07:08:48 2020-06-13] 178: Checking geocodings ** [07:08:48 2020-06-13] 178: Checking synchronizations ** [07:08:48 2020-06-13] 178: Checking tracker ** [07:08:48 2020-06-13] 178: Checking user_migrations ** [07:08:48 2020-06-13] 178: Checking batch_updates ** [07:08:48 2020-06-13] 178: Checking gears ** [07:08:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:08:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:53 2020-06-13] 178: Checking imports ** [07:08:53 2020-06-13] 178: Checking exports ** [07:08:53 2020-06-13] 178: Checking users ** [07:08:53 2020-06-13] 178: Checking user_dbs ** [07:08:53 2020-06-13] 178: Checking geocodings ** [07:08:53 2020-06-13] 178: Checking synchronizations ** [07:08:53 2020-06-13] 178: Checking tracker ** [07:08:53 2020-06-13] 178: Checking user_migrations ** [07:08:53 2020-06-13] 178: Checking batch_updates ** [07:08:53 2020-06-13] 178: Checking gears ** [07:08:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:08:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:58 2020-06-13] 178: Checking imports ** [07:08:58 2020-06-13] 178: Checking exports ** [07:08:58 2020-06-13] 178: Checking users ** [07:08:58 2020-06-13] 178: Checking user_dbs ** [07:08:58 2020-06-13] 178: Checking geocodings ** [07:08:58 2020-06-13] 178: Checking synchronizations ** [07:08:58 2020-06-13] 178: Checking tracker ** [07:08:58 2020-06-13] 178: Checking user_migrations ** [07:08:58 2020-06-13] 178: Checking batch_updates ** [07:08:58 2020-06-13] 178: Checking gears ** [07:08:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:08:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:03 2020-06-13] 178: Checking imports ** [07:09:03 2020-06-13] 178: Checking exports ** [07:09:03 2020-06-13] 178: Checking users ** [07:09:03 2020-06-13] 178: Checking user_dbs ** [07:09:03 2020-06-13] 178: Checking geocodings ** [07:09:03 2020-06-13] 178: Checking synchronizations ** [07:09:03 2020-06-13] 178: Checking tracker ** [07:09:03 2020-06-13] 178: Checking user_migrations ** [07:09:03 2020-06-13] 178: Checking batch_updates ** [07:09:03 2020-06-13] 178: Checking gears ** [07:09:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:09:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:08 2020-06-13] 178: Checking imports ** [07:09:08 2020-06-13] 178: Checking exports ** [07:09:08 2020-06-13] 178: Checking users ** [07:09:08 2020-06-13] 178: Checking user_dbs ** [07:09:08 2020-06-13] 178: Checking geocodings ** [07:09:08 2020-06-13] 178: Checking synchronizations ** [07:09:08 2020-06-13] 178: Checking tracker ** [07:09:08 2020-06-13] 178: Checking user_migrations ** [07:09:08 2020-06-13] 178: Checking batch_updates ** [07:09:08 2020-06-13] 178: Checking gears ** [07:09:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:09:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:13 2020-06-13] 178: Checking imports ** [07:09:13 2020-06-13] 178: Checking exports ** [07:09:13 2020-06-13] 178: Checking users ** [07:09:13 2020-06-13] 178: Checking user_dbs ** [07:09:13 2020-06-13] 178: Checking geocodings ** [07:09:13 2020-06-13] 178: Checking synchronizations ** [07:09:13 2020-06-13] 178: Checking tracker ** [07:09:13 2020-06-13] 178: Checking user_migrations ** [07:09:13 2020-06-13] 178: Checking batch_updates ** [07:09:13 2020-06-13] 178: Checking gears ** [07:09:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:09:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:18 2020-06-13] 178: Checking imports ** [07:09:18 2020-06-13] 178: Checking exports ** [07:09:18 2020-06-13] 178: Checking users ** [07:09:18 2020-06-13] 178: Checking user_dbs ** [07:09:18 2020-06-13] 178: Checking geocodings ** [07:09:18 2020-06-13] 178: Checking synchronizations ** [07:09:18 2020-06-13] 178: Checking tracker ** [07:09:18 2020-06-13] 178: Checking user_migrations ** [07:09:18 2020-06-13] 178: Checking batch_updates ** [07:09:18 2020-06-13] 178: Checking gears ** [07:09:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:09:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:23 2020-06-13] 178: Checking imports ** [07:09:23 2020-06-13] 178: Checking exports ** [07:09:23 2020-06-13] 178: Checking users ** [07:09:23 2020-06-13] 178: Checking user_dbs ** [07:09:23 2020-06-13] 178: Checking geocodings ** [07:09:23 2020-06-13] 178: Checking synchronizations ** [07:09:23 2020-06-13] 178: Checking tracker ** [07:09:23 2020-06-13] 178: Checking user_migrations ** [07:09:23 2020-06-13] 178: Checking batch_updates ** [07:09:23 2020-06-13] 178: Checking gears ** [07:09:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:09:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:28 2020-06-13] 178: Checking imports ** [07:09:28 2020-06-13] 178: Checking exports ** [07:09:28 2020-06-13] 178: Checking users ** [07:09:28 2020-06-13] 178: Checking user_dbs ** [07:09:28 2020-06-13] 178: Checking geocodings ** [07:09:28 2020-06-13] 178: Checking synchronizations ** [07:09:28 2020-06-13] 178: Checking tracker ** [07:09:28 2020-06-13] 178: Checking user_migrations ** [07:09:28 2020-06-13] 178: Checking batch_updates ** [07:09:28 2020-06-13] 178: Checking gears ** [07:09:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:09:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:33 2020-06-13] 178: Checking imports ** [07:09:33 2020-06-13] 178: Checking exports ** [07:09:33 2020-06-13] 178: Checking users ** [07:09:33 2020-06-13] 178: Checking user_dbs ** [07:09:33 2020-06-13] 178: Checking geocodings ** [07:09:33 2020-06-13] 178: Checking synchronizations ** [07:09:33 2020-06-13] 178: Checking tracker ** [07:09:33 2020-06-13] 178: Checking user_migrations ** [07:09:33 2020-06-13] 178: Checking batch_updates ** [07:09:33 2020-06-13] 178: Checking gears ** [07:09:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:09:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:38 2020-06-13] 178: Checking imports ** [07:09:38 2020-06-13] 178: Checking exports ** [07:09:38 2020-06-13] 178: Checking users ** [07:09:38 2020-06-13] 178: Checking user_dbs ** [07:09:38 2020-06-13] 178: Checking geocodings ** [07:09:38 2020-06-13] 178: Checking synchronizations ** [07:09:38 2020-06-13] 178: Checking tracker ** [07:09:38 2020-06-13] 178: Checking user_migrations ** [07:09:38 2020-06-13] 178: Checking batch_updates ** [07:09:38 2020-06-13] 178: Checking gears ** [07:09:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:09:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:43 2020-06-13] 178: Checking imports ** [07:09:43 2020-06-13] 178: Checking exports ** [07:09:43 2020-06-13] 178: Checking users ** [07:09:43 2020-06-13] 178: Checking user_dbs ** [07:09:43 2020-06-13] 178: Checking geocodings ** [07:09:43 2020-06-13] 178: Checking synchronizations ** [07:09:43 2020-06-13] 178: Checking tracker ** [07:09:43 2020-06-13] 178: Checking user_migrations ** [07:09:43 2020-06-13] 178: Checking batch_updates ** [07:09:43 2020-06-13] 178: Checking gears ** [07:09:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:09:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:48 2020-06-13] 178: Checking imports ** [07:09:48 2020-06-13] 178: Checking exports ** [07:09:48 2020-06-13] 178: Checking users ** [07:09:48 2020-06-13] 178: Checking user_dbs ** [07:09:48 2020-06-13] 178: Checking geocodings ** [07:09:48 2020-06-13] 178: Checking synchronizations ** [07:09:48 2020-06-13] 178: Checking tracker ** [07:09:48 2020-06-13] 178: Checking user_migrations ** [07:09:48 2020-06-13] 178: Checking batch_updates ** [07:09:48 2020-06-13] 178: Checking gears ** [07:09:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:09:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:53 2020-06-13] 178: Checking imports ** [07:09:53 2020-06-13] 178: Checking exports ** [07:09:53 2020-06-13] 178: Checking users ** [07:09:53 2020-06-13] 178: Checking user_dbs ** [07:09:53 2020-06-13] 178: Checking geocodings ** [07:09:53 2020-06-13] 178: Checking synchronizations ** [07:09:53 2020-06-13] 178: Checking tracker ** [07:09:53 2020-06-13] 178: Checking user_migrations ** [07:09:53 2020-06-13] 178: Checking batch_updates ** [07:09:53 2020-06-13] 178: Checking gears ** [07:09:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:09:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:58 2020-06-13] 178: Checking imports ** [07:09:58 2020-06-13] 178: Checking exports ** [07:09:58 2020-06-13] 178: Checking users ** [07:09:58 2020-06-13] 178: Checking user_dbs ** [07:09:58 2020-06-13] 178: Checking geocodings ** [07:09:58 2020-06-13] 178: Checking synchronizations ** [07:09:58 2020-06-13] 178: Checking tracker ** [07:09:58 2020-06-13] 178: Checking user_migrations ** [07:09:58 2020-06-13] 178: Checking batch_updates ** [07:09:58 2020-06-13] 178: Checking gears ** [07:09:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:09:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:03 2020-06-13] 178: Checking imports ** [07:10:03 2020-06-13] 178: Checking exports ** [07:10:03 2020-06-13] 178: Checking users ** [07:10:03 2020-06-13] 178: Checking user_dbs ** [07:10:03 2020-06-13] 178: Checking geocodings ** [07:10:03 2020-06-13] 178: Checking synchronizations ** [07:10:03 2020-06-13] 178: Checking tracker ** [07:10:03 2020-06-13] 178: Checking user_migrations ** [07:10:03 2020-06-13] 178: Checking batch_updates ** [07:10:03 2020-06-13] 178: Checking gears ** [07:10:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:10:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:08 2020-06-13] 178: Checking imports ** [07:10:08 2020-06-13] 178: Checking exports ** [07:10:08 2020-06-13] 178: Checking users ** [07:10:08 2020-06-13] 178: Checking user_dbs ** [07:10:08 2020-06-13] 178: Checking geocodings ** [07:10:08 2020-06-13] 178: Checking synchronizations ** [07:10:08 2020-06-13] 178: Checking tracker ** [07:10:08 2020-06-13] 178: Checking user_migrations ** [07:10:08 2020-06-13] 178: Checking batch_updates ** [07:10:08 2020-06-13] 178: Checking gears ** [07:10:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:10:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:13 2020-06-13] 178: Checking imports ** [07:10:13 2020-06-13] 178: Checking exports ** [07:10:13 2020-06-13] 178: Checking users ** [07:10:13 2020-06-13] 178: Checking user_dbs ** [07:10:13 2020-06-13] 178: Checking geocodings ** [07:10:13 2020-06-13] 178: Checking synchronizations ** [07:10:13 2020-06-13] 178: Checking tracker ** [07:10:13 2020-06-13] 178: Checking user_migrations ** [07:10:13 2020-06-13] 178: Checking batch_updates ** [07:10:13 2020-06-13] 178: Checking gears ** [07:10:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:10:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:18 2020-06-13] 178: Checking imports ** [07:10:18 2020-06-13] 178: Checking exports ** [07:10:18 2020-06-13] 178: Checking users ** [07:10:18 2020-06-13] 178: Checking user_dbs ** [07:10:18 2020-06-13] 178: Checking geocodings ** [07:10:18 2020-06-13] 178: Checking synchronizations ** [07:10:18 2020-06-13] 178: Checking tracker ** [07:10:18 2020-06-13] 178: Checking user_migrations ** [07:10:18 2020-06-13] 178: Checking batch_updates ** [07:10:18 2020-06-13] 178: Checking gears ** [07:10:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:10:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:23 2020-06-13] 178: Checking imports ** [07:10:23 2020-06-13] 178: Checking exports ** [07:10:23 2020-06-13] 178: Checking users ** [07:10:23 2020-06-13] 178: Checking user_dbs ** [07:10:23 2020-06-13] 178: Checking geocodings ** [07:10:23 2020-06-13] 178: Checking synchronizations ** [07:10:23 2020-06-13] 178: Checking tracker ** [07:10:23 2020-06-13] 178: Checking user_migrations ** [07:10:23 2020-06-13] 178: Checking batch_updates ** [07:10:23 2020-06-13] 178: Checking gears ** [07:10:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:10:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:28 2020-06-13] 178: Checking imports ** [07:10:28 2020-06-13] 178: Checking exports ** [07:10:28 2020-06-13] 178: Checking users ** [07:10:28 2020-06-13] 178: Checking user_dbs ** [07:10:28 2020-06-13] 178: Checking geocodings ** [07:10:28 2020-06-13] 178: Checking synchronizations ** [07:10:28 2020-06-13] 178: Checking tracker ** [07:10:28 2020-06-13] 178: Checking user_migrations ** [07:10:28 2020-06-13] 178: Checking batch_updates ** [07:10:28 2020-06-13] 178: Checking gears ** [07:10:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:10:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:33 2020-06-13] 178: Checking imports ** [07:10:33 2020-06-13] 178: Checking exports ** [07:10:33 2020-06-13] 178: Checking users ** [07:10:33 2020-06-13] 178: Checking user_dbs ** [07:10:33 2020-06-13] 178: Checking geocodings ** [07:10:33 2020-06-13] 178: Checking synchronizations ** [07:10:33 2020-06-13] 178: Checking tracker ** [07:10:33 2020-06-13] 178: Checking user_migrations ** [07:10:33 2020-06-13] 178: Checking batch_updates ** [07:10:33 2020-06-13] 178: Checking gears ** [07:10:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:10:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:38 2020-06-13] 178: Checking imports ** [07:10:38 2020-06-13] 178: Checking exports ** [07:10:38 2020-06-13] 178: Checking users ** [07:10:38 2020-06-13] 178: Checking user_dbs ** [07:10:38 2020-06-13] 178: Checking geocodings ** [07:10:38 2020-06-13] 178: Checking synchronizations ** [07:10:38 2020-06-13] 178: Checking tracker ** [07:10:38 2020-06-13] 178: Checking user_migrations ** [07:10:38 2020-06-13] 178: Checking batch_updates ** [07:10:38 2020-06-13] 178: Checking gears ** [07:10:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:10:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:43 2020-06-13] 178: Checking imports ** [07:10:43 2020-06-13] 178: Checking exports ** [07:10:43 2020-06-13] 178: Checking users ** [07:10:43 2020-06-13] 178: Checking user_dbs ** [07:10:43 2020-06-13] 178: Checking geocodings ** [07:10:43 2020-06-13] 178: Checking synchronizations ** [07:10:43 2020-06-13] 178: Checking tracker ** [07:10:43 2020-06-13] 178: Checking user_migrations ** [07:10:43 2020-06-13] 178: Checking batch_updates ** [07:10:43 2020-06-13] 178: Checking gears ** [07:10:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:10:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:48 2020-06-13] 178: Checking imports ** [07:10:48 2020-06-13] 178: Checking exports ** [07:10:48 2020-06-13] 178: Checking users ** [07:10:48 2020-06-13] 178: Checking user_dbs ** [07:10:48 2020-06-13] 178: Checking geocodings ** [07:10:48 2020-06-13] 178: Checking synchronizations ** [07:10:48 2020-06-13] 178: Checking tracker ** [07:10:48 2020-06-13] 178: Checking user_migrations ** [07:10:48 2020-06-13] 178: Checking batch_updates ** [07:10:48 2020-06-13] 178: Checking gears ** [07:10:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:10:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:53 2020-06-13] 178: Checking imports ** [07:10:53 2020-06-13] 178: Checking exports ** [07:10:53 2020-06-13] 178: Checking users ** [07:10:53 2020-06-13] 178: Checking user_dbs ** [07:10:53 2020-06-13] 178: Checking geocodings ** [07:10:53 2020-06-13] 178: Checking synchronizations ** [07:10:53 2020-06-13] 178: Checking tracker ** [07:10:53 2020-06-13] 178: Checking user_migrations ** [07:10:53 2020-06-13] 178: Checking batch_updates ** [07:10:53 2020-06-13] 178: Checking gears ** [07:10:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:10:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:58 2020-06-13] 178: Checking imports ** [07:10:58 2020-06-13] 178: Checking exports ** [07:10:58 2020-06-13] 178: Checking users ** [07:10:58 2020-06-13] 178: Checking user_dbs ** [07:10:58 2020-06-13] 178: Checking geocodings ** [07:10:58 2020-06-13] 178: Checking synchronizations ** [07:10:58 2020-06-13] 178: Checking tracker ** [07:10:58 2020-06-13] 178: Checking user_migrations ** [07:10:58 2020-06-13] 178: Checking batch_updates ** [07:10:58 2020-06-13] 178: Checking gears ** [07:10:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:10:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:03 2020-06-13] 178: Checking imports ** [07:11:03 2020-06-13] 178: Checking exports ** [07:11:03 2020-06-13] 178: Checking users ** [07:11:03 2020-06-13] 178: Checking user_dbs ** [07:11:03 2020-06-13] 178: Checking geocodings ** [07:11:03 2020-06-13] 178: Checking synchronizations ** [07:11:03 2020-06-13] 178: Checking tracker ** [07:11:03 2020-06-13] 178: Checking user_migrations ** [07:11:03 2020-06-13] 178: Checking batch_updates ** [07:11:03 2020-06-13] 178: Checking gears ** [07:11:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:11:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:08 2020-06-13] 178: Checking imports ** [07:11:08 2020-06-13] 178: Checking exports ** [07:11:08 2020-06-13] 178: Checking users ** [07:11:08 2020-06-13] 178: Checking user_dbs ** [07:11:08 2020-06-13] 178: Checking geocodings ** [07:11:08 2020-06-13] 178: Checking synchronizations ** [07:11:08 2020-06-13] 178: Checking tracker ** [07:11:08 2020-06-13] 178: Checking user_migrations ** [07:11:08 2020-06-13] 178: Checking batch_updates ** [07:11:08 2020-06-13] 178: Checking gears ** [07:11:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:11:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:13 2020-06-13] 178: Checking imports ** [07:11:13 2020-06-13] 178: Checking exports ** [07:11:13 2020-06-13] 178: Checking users ** [07:11:13 2020-06-13] 178: Checking user_dbs ** [07:11:13 2020-06-13] 178: Checking geocodings ** [07:11:13 2020-06-13] 178: Checking synchronizations ** [07:11:13 2020-06-13] 178: Checking tracker ** [07:11:13 2020-06-13] 178: Checking user_migrations ** [07:11:13 2020-06-13] 178: Checking batch_updates ** [07:11:13 2020-06-13] 178: Checking gears ** [07:11:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:11:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:18 2020-06-13] 178: Checking imports ** [07:11:18 2020-06-13] 178: Checking exports ** [07:11:18 2020-06-13] 178: Checking users ** [07:11:18 2020-06-13] 178: Checking user_dbs ** [07:11:18 2020-06-13] 178: Checking geocodings ** [07:11:18 2020-06-13] 178: Checking synchronizations ** [07:11:18 2020-06-13] 178: Checking tracker ** [07:11:18 2020-06-13] 178: Checking user_migrations ** [07:11:18 2020-06-13] 178: Checking batch_updates ** [07:11:18 2020-06-13] 178: Checking gears ** [07:11:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:11:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:23 2020-06-13] 178: Checking imports ** [07:11:23 2020-06-13] 178: Checking exports ** [07:11:23 2020-06-13] 178: Checking users ** [07:11:23 2020-06-13] 178: Checking user_dbs ** [07:11:23 2020-06-13] 178: Checking geocodings ** [07:11:23 2020-06-13] 178: Checking synchronizations ** [07:11:23 2020-06-13] 178: Checking tracker ** [07:11:23 2020-06-13] 178: Checking user_migrations ** [07:11:23 2020-06-13] 178: Checking batch_updates ** [07:11:23 2020-06-13] 178: Checking gears ** [07:11:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:11:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:28 2020-06-13] 178: Checking imports ** [07:11:28 2020-06-13] 178: Checking exports ** [07:11:28 2020-06-13] 178: Checking users ** [07:11:28 2020-06-13] 178: Checking user_dbs ** [07:11:28 2020-06-13] 178: Checking geocodings ** [07:11:28 2020-06-13] 178: Checking synchronizations ** [07:11:28 2020-06-13] 178: Checking tracker ** [07:11:28 2020-06-13] 178: Checking user_migrations ** [07:11:28 2020-06-13] 178: Checking batch_updates ** [07:11:28 2020-06-13] 178: Checking gears ** [07:11:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:11:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:33 2020-06-13] 178: Checking imports ** [07:11:33 2020-06-13] 178: Checking exports ** [07:11:33 2020-06-13] 178: Checking users ** [07:11:33 2020-06-13] 178: Checking user_dbs ** [07:11:33 2020-06-13] 178: Checking geocodings ** [07:11:33 2020-06-13] 178: Checking synchronizations ** [07:11:33 2020-06-13] 178: Checking tracker ** [07:11:33 2020-06-13] 178: Checking user_migrations ** [07:11:33 2020-06-13] 178: Checking batch_updates ** [07:11:33 2020-06-13] 178: Checking gears ** [07:11:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:11:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:38 2020-06-13] 178: Checking imports ** [07:11:38 2020-06-13] 178: Checking exports ** [07:11:38 2020-06-13] 178: Checking users ** [07:11:38 2020-06-13] 178: Checking user_dbs ** [07:11:38 2020-06-13] 178: Checking geocodings ** [07:11:38 2020-06-13] 178: Checking synchronizations ** [07:11:38 2020-06-13] 178: Checking tracker ** [07:11:38 2020-06-13] 178: Checking user_migrations ** [07:11:38 2020-06-13] 178: Checking batch_updates ** [07:11:38 2020-06-13] 178: Checking gears ** [07:11:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:11:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:43 2020-06-13] 178: Checking imports ** [07:11:43 2020-06-13] 178: Checking exports ** [07:11:43 2020-06-13] 178: Checking users ** [07:11:43 2020-06-13] 178: Checking user_dbs ** [07:11:43 2020-06-13] 178: Checking geocodings ** [07:11:43 2020-06-13] 178: Checking synchronizations ** [07:11:43 2020-06-13] 178: Checking tracker ** [07:11:43 2020-06-13] 178: Checking user_migrations ** [07:11:43 2020-06-13] 178: Checking batch_updates ** [07:11:43 2020-06-13] 178: Checking gears ** [07:11:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:11:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:48 2020-06-13] 178: Checking imports ** [07:11:48 2020-06-13] 178: Checking exports ** [07:11:48 2020-06-13] 178: Checking users ** [07:11:48 2020-06-13] 178: Checking user_dbs ** [07:11:48 2020-06-13] 178: Checking geocodings ** [07:11:48 2020-06-13] 178: Checking synchronizations ** [07:11:48 2020-06-13] 178: Checking tracker ** [07:11:48 2020-06-13] 178: Checking user_migrations ** [07:11:48 2020-06-13] 178: Checking batch_updates ** [07:11:48 2020-06-13] 178: Checking gears ** [07:11:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:11:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:53 2020-06-13] 178: Checking imports ** [07:11:53 2020-06-13] 178: Checking exports ** [07:11:53 2020-06-13] 178: Checking users ** [07:11:53 2020-06-13] 178: Checking user_dbs ** [07:11:53 2020-06-13] 178: Checking geocodings ** [07:11:53 2020-06-13] 178: Checking synchronizations ** [07:11:53 2020-06-13] 178: Checking tracker ** [07:11:53 2020-06-13] 178: Checking user_migrations ** [07:11:53 2020-06-13] 178: Checking batch_updates ** [07:11:53 2020-06-13] 178: Checking gears ** [07:11:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:11:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:58 2020-06-13] 178: Checking imports ** [07:11:58 2020-06-13] 178: Checking exports ** [07:11:58 2020-06-13] 178: Checking users ** [07:11:58 2020-06-13] 178: Checking user_dbs ** [07:11:58 2020-06-13] 178: Checking geocodings ** [07:11:58 2020-06-13] 178: Checking synchronizations ** [07:11:58 2020-06-13] 178: Checking tracker ** [07:11:58 2020-06-13] 178: Checking user_migrations ** [07:11:58 2020-06-13] 178: Checking batch_updates ** [07:11:58 2020-06-13] 178: Checking gears ** [07:11:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:11:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:03 2020-06-13] 178: Checking imports ** [07:12:03 2020-06-13] 178: Checking exports ** [07:12:03 2020-06-13] 178: Checking users ** [07:12:03 2020-06-13] 178: Checking user_dbs ** [07:12:03 2020-06-13] 178: Checking geocodings ** [07:12:03 2020-06-13] 178: Checking synchronizations ** [07:12:03 2020-06-13] 178: Checking tracker ** [07:12:03 2020-06-13] 178: Checking user_migrations ** [07:12:03 2020-06-13] 178: Checking batch_updates ** [07:12:03 2020-06-13] 178: Checking gears ** [07:12:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:12:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:08 2020-06-13] 178: Checking imports ** [07:12:08 2020-06-13] 178: Checking exports ** [07:12:08 2020-06-13] 178: Checking users ** [07:12:08 2020-06-13] 178: Checking user_dbs ** [07:12:08 2020-06-13] 178: Checking geocodings ** [07:12:08 2020-06-13] 178: Checking synchronizations ** [07:12:08 2020-06-13] 178: Checking tracker ** [07:12:08 2020-06-13] 178: Checking user_migrations ** [07:12:08 2020-06-13] 178: Checking batch_updates ** [07:12:08 2020-06-13] 178: Checking gears ** [07:12:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:12:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:13 2020-06-13] 178: Checking imports ** [07:12:13 2020-06-13] 178: Checking exports ** [07:12:13 2020-06-13] 178: Checking users ** [07:12:13 2020-06-13] 178: Checking user_dbs ** [07:12:13 2020-06-13] 178: Checking geocodings ** [07:12:13 2020-06-13] 178: Checking synchronizations ** [07:12:13 2020-06-13] 178: Checking tracker ** [07:12:13 2020-06-13] 178: Checking user_migrations ** [07:12:13 2020-06-13] 178: Checking batch_updates ** [07:12:13 2020-06-13] 178: Checking gears ** [07:12:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:12:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:18 2020-06-13] 178: Checking imports ** [07:12:18 2020-06-13] 178: Checking exports ** [07:12:18 2020-06-13] 178: Checking users ** [07:12:18 2020-06-13] 178: Checking user_dbs ** [07:12:18 2020-06-13] 178: Checking geocodings ** [07:12:18 2020-06-13] 178: Checking synchronizations ** [07:12:18 2020-06-13] 178: Checking tracker ** [07:12:18 2020-06-13] 178: Checking user_migrations ** [07:12:18 2020-06-13] 178: Checking batch_updates ** [07:12:18 2020-06-13] 178: Checking gears ** [07:12:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:12:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:23 2020-06-13] 178: Checking imports ** [07:12:23 2020-06-13] 178: Checking exports ** [07:12:23 2020-06-13] 178: Checking users ** [07:12:23 2020-06-13] 178: Checking user_dbs ** [07:12:23 2020-06-13] 178: Checking geocodings ** [07:12:23 2020-06-13] 178: Checking synchronizations ** [07:12:23 2020-06-13] 178: Checking tracker ** [07:12:23 2020-06-13] 178: Checking user_migrations ** [07:12:23 2020-06-13] 178: Checking batch_updates ** [07:12:23 2020-06-13] 178: Checking gears ** [07:12:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:12:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:28 2020-06-13] 178: Checking imports ** [07:12:28 2020-06-13] 178: Checking exports ** [07:12:28 2020-06-13] 178: Checking users ** [07:12:28 2020-06-13] 178: Checking user_dbs ** [07:12:28 2020-06-13] 178: Checking geocodings ** [07:12:28 2020-06-13] 178: Checking synchronizations ** [07:12:28 2020-06-13] 178: Checking tracker ** [07:12:28 2020-06-13] 178: Checking user_migrations ** [07:12:28 2020-06-13] 178: Checking batch_updates ** [07:12:28 2020-06-13] 178: Checking gears ** [07:12:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:12:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:33 2020-06-13] 178: Checking imports ** [07:12:33 2020-06-13] 178: Checking exports ** [07:12:33 2020-06-13] 178: Checking users ** [07:12:33 2020-06-13] 178: Checking user_dbs ** [07:12:33 2020-06-13] 178: Checking geocodings ** [07:12:33 2020-06-13] 178: Checking synchronizations ** [07:12:33 2020-06-13] 178: Checking tracker ** [07:12:33 2020-06-13] 178: Checking user_migrations ** [07:12:33 2020-06-13] 178: Checking batch_updates ** [07:12:33 2020-06-13] 178: Checking gears ** [07:12:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:12:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:38 2020-06-13] 178: Checking imports ** [07:12:38 2020-06-13] 178: Checking exports ** [07:12:38 2020-06-13] 178: Checking users ** [07:12:38 2020-06-13] 178: Checking user_dbs ** [07:12:38 2020-06-13] 178: Checking geocodings ** [07:12:38 2020-06-13] 178: Checking synchronizations ** [07:12:38 2020-06-13] 178: Checking tracker ** [07:12:38 2020-06-13] 178: Checking user_migrations ** [07:12:38 2020-06-13] 178: Checking batch_updates ** [07:12:38 2020-06-13] 178: Checking gears ** [07:12:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:12:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:43 2020-06-13] 178: Checking imports ** [07:12:43 2020-06-13] 178: Checking exports ** [07:12:43 2020-06-13] 178: Checking users ** [07:12:43 2020-06-13] 178: Checking user_dbs ** [07:12:43 2020-06-13] 178: Checking geocodings ** [07:12:43 2020-06-13] 178: Checking synchronizations ** [07:12:43 2020-06-13] 178: Checking tracker ** [07:12:43 2020-06-13] 178: Checking user_migrations ** [07:12:43 2020-06-13] 178: Checking batch_updates ** [07:12:43 2020-06-13] 178: Checking gears ** [07:12:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:12:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:48 2020-06-13] 178: Checking imports ** [07:12:48 2020-06-13] 178: Checking exports ** [07:12:48 2020-06-13] 178: Checking users ** [07:12:48 2020-06-13] 178: Checking user_dbs ** [07:12:48 2020-06-13] 178: Checking geocodings ** [07:12:48 2020-06-13] 178: Checking synchronizations ** [07:12:48 2020-06-13] 178: Checking tracker ** [07:12:48 2020-06-13] 178: Checking user_migrations ** [07:12:48 2020-06-13] 178: Checking batch_updates ** [07:12:48 2020-06-13] 178: Checking gears ** [07:12:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:12:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:53 2020-06-13] 178: Checking imports ** [07:12:53 2020-06-13] 178: Checking exports ** [07:12:53 2020-06-13] 178: Checking users ** [07:12:53 2020-06-13] 178: Checking user_dbs ** [07:12:53 2020-06-13] 178: Checking geocodings ** [07:12:53 2020-06-13] 178: Checking synchronizations ** [07:12:53 2020-06-13] 178: Checking tracker ** [07:12:53 2020-06-13] 178: Checking user_migrations ** [07:12:53 2020-06-13] 178: Checking batch_updates ** [07:12:53 2020-06-13] 178: Checking gears ** [07:12:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:12:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:58 2020-06-13] 178: Checking imports ** [07:12:58 2020-06-13] 178: Checking exports ** [07:12:58 2020-06-13] 178: Checking users ** [07:12:58 2020-06-13] 178: Checking user_dbs ** [07:12:58 2020-06-13] 178: Checking geocodings ** [07:12:58 2020-06-13] 178: Checking synchronizations ** [07:12:58 2020-06-13] 178: Checking tracker ** [07:12:58 2020-06-13] 178: Checking user_migrations ** [07:12:58 2020-06-13] 178: Checking batch_updates ** [07:12:58 2020-06-13] 178: Checking gears ** [07:12:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:12:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:03 2020-06-13] 178: Checking imports ** [07:13:03 2020-06-13] 178: Checking exports ** [07:13:03 2020-06-13] 178: Checking users ** [07:13:03 2020-06-13] 178: Checking user_dbs ** [07:13:03 2020-06-13] 178: Checking geocodings ** [07:13:03 2020-06-13] 178: Checking synchronizations ** [07:13:03 2020-06-13] 178: Checking tracker ** [07:13:03 2020-06-13] 178: Checking user_migrations ** [07:13:03 2020-06-13] 178: Checking batch_updates ** [07:13:03 2020-06-13] 178: Checking gears ** [07:13:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:13:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:08 2020-06-13] 178: Checking imports ** [07:13:08 2020-06-13] 178: Checking exports ** [07:13:08 2020-06-13] 178: Checking users ** [07:13:08 2020-06-13] 178: Checking user_dbs ** [07:13:08 2020-06-13] 178: Checking geocodings ** [07:13:08 2020-06-13] 178: Checking synchronizations ** [07:13:08 2020-06-13] 178: Checking tracker ** [07:13:08 2020-06-13] 178: Checking user_migrations ** [07:13:08 2020-06-13] 178: Checking batch_updates ** [07:13:08 2020-06-13] 178: Checking gears ** [07:13:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:13:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:13 2020-06-13] 178: Checking imports ** [07:13:13 2020-06-13] 178: Checking exports ** [07:13:13 2020-06-13] 178: Checking users ** [07:13:13 2020-06-13] 178: Checking user_dbs ** [07:13:13 2020-06-13] 178: Checking geocodings ** [07:13:13 2020-06-13] 178: Checking synchronizations ** [07:13:13 2020-06-13] 178: Checking tracker ** [07:13:13 2020-06-13] 178: Checking user_migrations ** [07:13:13 2020-06-13] 178: Checking batch_updates ** [07:13:13 2020-06-13] 178: Checking gears ** [07:13:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:13:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:18 2020-06-13] 178: Checking imports ** [07:13:18 2020-06-13] 178: Checking exports ** [07:13:18 2020-06-13] 178: Checking users ** [07:13:18 2020-06-13] 178: Checking user_dbs ** [07:13:18 2020-06-13] 178: Checking geocodings ** [07:13:18 2020-06-13] 178: Checking synchronizations ** [07:13:18 2020-06-13] 178: Checking tracker ** [07:13:18 2020-06-13] 178: Checking user_migrations ** [07:13:18 2020-06-13] 178: Checking batch_updates ** [07:13:18 2020-06-13] 178: Checking gears ** [07:13:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:13:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:23 2020-06-13] 178: Checking imports ** [07:13:23 2020-06-13] 178: Checking exports ** [07:13:23 2020-06-13] 178: Checking users ** [07:13:23 2020-06-13] 178: Checking user_dbs ** [07:13:23 2020-06-13] 178: Checking geocodings ** [07:13:23 2020-06-13] 178: Checking synchronizations ** [07:13:23 2020-06-13] 178: Checking tracker ** [07:13:23 2020-06-13] 178: Checking user_migrations ** [07:13:23 2020-06-13] 178: Checking batch_updates ** [07:13:23 2020-06-13] 178: Checking gears ** [07:13:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:13:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:28 2020-06-13] 178: Checking imports ** [07:13:28 2020-06-13] 178: Checking exports ** [07:13:28 2020-06-13] 178: Checking users ** [07:13:28 2020-06-13] 178: Checking user_dbs ** [07:13:28 2020-06-13] 178: Checking geocodings ** [07:13:28 2020-06-13] 178: Checking synchronizations ** [07:13:28 2020-06-13] 178: Checking tracker ** [07:13:28 2020-06-13] 178: Checking user_migrations ** [07:13:28 2020-06-13] 178: Checking batch_updates ** [07:13:28 2020-06-13] 178: Checking gears ** [07:13:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:13:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:33 2020-06-13] 178: Checking imports ** [07:13:33 2020-06-13] 178: Checking exports ** [07:13:33 2020-06-13] 178: Checking users ** [07:13:33 2020-06-13] 178: Checking user_dbs ** [07:13:33 2020-06-13] 178: Checking geocodings ** [07:13:33 2020-06-13] 178: Checking synchronizations ** [07:13:33 2020-06-13] 178: Checking tracker ** [07:13:33 2020-06-13] 178: Checking user_migrations ** [07:13:33 2020-06-13] 178: Checking batch_updates ** [07:13:33 2020-06-13] 178: Checking gears ** [07:13:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:13:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:38 2020-06-13] 178: Checking imports ** [07:13:38 2020-06-13] 178: Checking exports ** [07:13:38 2020-06-13] 178: Checking users ** [07:13:38 2020-06-13] 178: Checking user_dbs ** [07:13:38 2020-06-13] 178: Checking geocodings ** [07:13:38 2020-06-13] 178: Checking synchronizations ** [07:13:38 2020-06-13] 178: Checking tracker ** [07:13:38 2020-06-13] 178: Checking user_migrations ** [07:13:38 2020-06-13] 178: Checking batch_updates ** [07:13:38 2020-06-13] 178: Checking gears ** [07:13:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:13:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:43 2020-06-13] 178: Checking imports ** [07:13:43 2020-06-13] 178: Checking exports ** [07:13:43 2020-06-13] 178: Checking users ** [07:13:43 2020-06-13] 178: Checking user_dbs ** [07:13:43 2020-06-13] 178: Checking geocodings ** [07:13:43 2020-06-13] 178: Checking synchronizations ** [07:13:43 2020-06-13] 178: Checking tracker ** [07:13:43 2020-06-13] 178: Checking user_migrations ** [07:13:44 2020-06-13] 178: Checking batch_updates ** [07:13:44 2020-06-13] 178: Checking gears ** [07:13:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:13:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:49 2020-06-13] 178: Checking imports ** [07:13:49 2020-06-13] 178: Checking exports ** [07:13:49 2020-06-13] 178: Checking users ** [07:13:49 2020-06-13] 178: Checking user_dbs ** [07:13:49 2020-06-13] 178: Checking geocodings ** [07:13:49 2020-06-13] 178: Checking synchronizations ** [07:13:49 2020-06-13] 178: Checking tracker ** [07:13:49 2020-06-13] 178: Checking user_migrations ** [07:13:49 2020-06-13] 178: Checking batch_updates ** [07:13:49 2020-06-13] 178: Checking gears ** [07:13:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:13:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:54 2020-06-13] 178: Checking imports ** [07:13:54 2020-06-13] 178: Checking exports ** [07:13:54 2020-06-13] 178: Checking users ** [07:13:54 2020-06-13] 178: Checking user_dbs ** [07:13:54 2020-06-13] 178: Checking geocodings ** [07:13:54 2020-06-13] 178: Checking synchronizations ** [07:13:54 2020-06-13] 178: Checking tracker ** [07:13:54 2020-06-13] 178: Checking user_migrations ** [07:13:54 2020-06-13] 178: Checking batch_updates ** [07:13:54 2020-06-13] 178: Checking gears ** [07:13:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:13:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:59 2020-06-13] 178: Checking imports ** [07:13:59 2020-06-13] 178: Checking exports ** [07:13:59 2020-06-13] 178: Checking users ** [07:13:59 2020-06-13] 178: Checking user_dbs ** [07:13:59 2020-06-13] 178: Checking geocodings ** [07:13:59 2020-06-13] 178: Checking synchronizations ** [07:13:59 2020-06-13] 178: Checking tracker ** [07:13:59 2020-06-13] 178: Checking user_migrations ** [07:13:59 2020-06-13] 178: Checking batch_updates ** [07:13:59 2020-06-13] 178: Checking gears ** [07:13:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:13:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:04 2020-06-13] 178: Checking imports ** [07:14:04 2020-06-13] 178: Checking exports ** [07:14:04 2020-06-13] 178: Checking users ** [07:14:04 2020-06-13] 178: Checking user_dbs ** [07:14:04 2020-06-13] 178: Checking geocodings ** [07:14:04 2020-06-13] 178: Checking synchronizations ** [07:14:04 2020-06-13] 178: Checking tracker ** [07:14:04 2020-06-13] 178: Checking user_migrations ** [07:14:04 2020-06-13] 178: Checking batch_updates ** [07:14:04 2020-06-13] 178: Checking gears ** [07:14:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:14:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:09 2020-06-13] 178: Checking imports ** [07:14:09 2020-06-13] 178: Checking exports ** [07:14:09 2020-06-13] 178: Checking users ** [07:14:09 2020-06-13] 178: Checking user_dbs ** [07:14:09 2020-06-13] 178: Checking geocodings ** [07:14:09 2020-06-13] 178: Checking synchronizations ** [07:14:09 2020-06-13] 178: Checking tracker ** [07:14:09 2020-06-13] 178: Checking user_migrations ** [07:14:09 2020-06-13] 178: Checking batch_updates ** [07:14:09 2020-06-13] 178: Checking gears ** [07:14:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:14:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:14 2020-06-13] 178: Checking imports ** [07:14:14 2020-06-13] 178: Checking exports ** [07:14:14 2020-06-13] 178: Checking users ** [07:14:14 2020-06-13] 178: Checking user_dbs ** [07:14:14 2020-06-13] 178: Checking geocodings ** [07:14:14 2020-06-13] 178: Checking synchronizations ** [07:14:14 2020-06-13] 178: Checking tracker ** [07:14:14 2020-06-13] 178: Checking user_migrations ** [07:14:14 2020-06-13] 178: Checking batch_updates ** [07:14:14 2020-06-13] 178: Checking gears ** [07:14:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:14:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:19 2020-06-13] 178: Checking imports ** [07:14:19 2020-06-13] 178: Checking exports ** [07:14:19 2020-06-13] 178: Checking users ** [07:14:19 2020-06-13] 178: Checking user_dbs ** [07:14:19 2020-06-13] 178: Checking geocodings ** [07:14:19 2020-06-13] 178: Checking synchronizations ** [07:14:19 2020-06-13] 178: Checking tracker ** [07:14:19 2020-06-13] 178: Checking user_migrations ** [07:14:19 2020-06-13] 178: Checking batch_updates ** [07:14:19 2020-06-13] 178: Checking gears ** [07:14:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:14:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:24 2020-06-13] 178: Checking imports ** [07:14:24 2020-06-13] 178: Checking exports ** [07:14:24 2020-06-13] 178: Checking users ** [07:14:24 2020-06-13] 178: Checking user_dbs ** [07:14:24 2020-06-13] 178: Checking geocodings ** [07:14:24 2020-06-13] 178: Checking synchronizations ** [07:14:24 2020-06-13] 178: Checking tracker ** [07:14:24 2020-06-13] 178: Checking user_migrations ** [07:14:24 2020-06-13] 178: Checking batch_updates ** [07:14:24 2020-06-13] 178: Checking gears ** [07:14:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:14:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:29 2020-06-13] 178: Checking imports ** [07:14:29 2020-06-13] 178: Checking exports ** [07:14:29 2020-06-13] 178: Checking users ** [07:14:29 2020-06-13] 178: Checking user_dbs ** [07:14:29 2020-06-13] 178: Checking geocodings ** [07:14:29 2020-06-13] 178: Checking synchronizations ** [07:14:29 2020-06-13] 178: Checking tracker ** [07:14:29 2020-06-13] 178: Checking user_migrations ** [07:14:29 2020-06-13] 178: Checking batch_updates ** [07:14:29 2020-06-13] 178: Checking gears ** [07:14:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:14:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:34 2020-06-13] 178: Checking imports ** [07:14:34 2020-06-13] 178: Checking exports ** [07:14:34 2020-06-13] 178: Checking users ** [07:14:34 2020-06-13] 178: Checking user_dbs ** [07:14:34 2020-06-13] 178: Checking geocodings ** [07:14:34 2020-06-13] 178: Checking synchronizations ** [07:14:34 2020-06-13] 178: Checking tracker ** [07:14:34 2020-06-13] 178: Checking user_migrations ** [07:14:34 2020-06-13] 178: Checking batch_updates ** [07:14:34 2020-06-13] 178: Checking gears ** [07:14:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:14:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:39 2020-06-13] 178: Checking imports ** [07:14:39 2020-06-13] 178: Checking exports ** [07:14:39 2020-06-13] 178: Checking users ** [07:14:39 2020-06-13] 178: Checking user_dbs ** [07:14:39 2020-06-13] 178: Checking geocodings ** [07:14:39 2020-06-13] 178: Checking synchronizations ** [07:14:39 2020-06-13] 178: Checking tracker ** [07:14:39 2020-06-13] 178: Checking user_migrations ** [07:14:39 2020-06-13] 178: Checking batch_updates ** [07:14:39 2020-06-13] 178: Checking gears ** [07:14:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:14:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:44 2020-06-13] 178: Checking imports ** [07:14:44 2020-06-13] 178: Checking exports ** [07:14:44 2020-06-13] 178: Checking users ** [07:14:44 2020-06-13] 178: Checking user_dbs ** [07:14:44 2020-06-13] 178: Checking geocodings ** [07:14:44 2020-06-13] 178: Checking synchronizations ** [07:14:44 2020-06-13] 178: Checking tracker ** [07:14:44 2020-06-13] 178: Checking user_migrations ** [07:14:44 2020-06-13] 178: Checking batch_updates ** [07:14:44 2020-06-13] 178: Checking gears ** [07:14:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:14:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:49 2020-06-13] 178: Checking imports ** [07:14:49 2020-06-13] 178: Checking exports ** [07:14:49 2020-06-13] 178: Checking users ** [07:14:49 2020-06-13] 178: Checking user_dbs ** [07:14:49 2020-06-13] 178: Checking geocodings ** [07:14:49 2020-06-13] 178: Checking synchronizations ** [07:14:49 2020-06-13] 178: Checking tracker ** [07:14:49 2020-06-13] 178: Checking user_migrations ** [07:14:49 2020-06-13] 178: Checking batch_updates ** [07:14:49 2020-06-13] 178: Checking gears ** [07:14:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:14:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:54 2020-06-13] 178: Checking imports ** [07:14:54 2020-06-13] 178: Checking exports ** [07:14:54 2020-06-13] 178: Checking users ** [07:14:54 2020-06-13] 178: Checking user_dbs ** [07:14:54 2020-06-13] 178: Checking geocodings ** [07:14:54 2020-06-13] 178: Checking synchronizations ** [07:14:54 2020-06-13] 178: Checking tracker ** [07:14:54 2020-06-13] 178: Checking user_migrations ** [07:14:54 2020-06-13] 178: Checking batch_updates ** [07:14:54 2020-06-13] 178: Checking gears ** [07:14:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:14:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:59 2020-06-13] 178: Checking imports ** [07:14:59 2020-06-13] 178: Checking exports ** [07:14:59 2020-06-13] 178: Checking users ** [07:14:59 2020-06-13] 178: Checking user_dbs ** [07:14:59 2020-06-13] 178: Checking geocodings ** [07:14:59 2020-06-13] 178: Checking synchronizations ** [07:14:59 2020-06-13] 178: Checking tracker ** [07:14:59 2020-06-13] 178: Checking user_migrations ** [07:14:59 2020-06-13] 178: Checking batch_updates ** [07:14:59 2020-06-13] 178: Checking gears ** [07:14:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:14:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:04 2020-06-13] 178: Checking imports ** [07:15:04 2020-06-13] 178: Checking exports ** [07:15:04 2020-06-13] 178: Checking users ** [07:15:04 2020-06-13] 178: Checking user_dbs ** [07:15:04 2020-06-13] 178: Checking geocodings ** [07:15:04 2020-06-13] 178: Checking synchronizations ** [07:15:04 2020-06-13] 178: Checking tracker ** [07:15:04 2020-06-13] 178: Checking user_migrations ** [07:15:04 2020-06-13] 178: Checking batch_updates ** [07:15:04 2020-06-13] 178: Checking gears ** [07:15:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:15:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:09 2020-06-13] 178: Checking imports ** [07:15:09 2020-06-13] 178: Checking exports ** [07:15:09 2020-06-13] 178: Checking users ** [07:15:09 2020-06-13] 178: Checking user_dbs ** [07:15:09 2020-06-13] 178: Checking geocodings ** [07:15:09 2020-06-13] 178: Checking synchronizations ** [07:15:09 2020-06-13] 178: Checking tracker ** [07:15:09 2020-06-13] 178: Checking user_migrations ** [07:15:09 2020-06-13] 178: Checking batch_updates ** [07:15:09 2020-06-13] 178: Checking gears ** [07:15:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:15:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:14 2020-06-13] 178: Checking imports ** [07:15:14 2020-06-13] 178: Checking exports ** [07:15:14 2020-06-13] 178: Checking users ** [07:15:14 2020-06-13] 178: Checking user_dbs ** [07:15:14 2020-06-13] 178: Checking geocodings ** [07:15:14 2020-06-13] 178: Checking synchronizations ** [07:15:14 2020-06-13] 178: Checking tracker ** [07:15:14 2020-06-13] 178: Checking user_migrations ** [07:15:14 2020-06-13] 178: Checking batch_updates ** [07:15:14 2020-06-13] 178: Checking gears ** [07:15:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:15:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:19 2020-06-13] 178: Checking imports ** [07:15:19 2020-06-13] 178: Checking exports ** [07:15:19 2020-06-13] 178: Checking users ** [07:15:19 2020-06-13] 178: Checking user_dbs ** [07:15:19 2020-06-13] 178: Checking geocodings ** [07:15:19 2020-06-13] 178: Checking synchronizations ** [07:15:19 2020-06-13] 178: Checking tracker ** [07:15:19 2020-06-13] 178: Checking user_migrations ** [07:15:19 2020-06-13] 178: Checking batch_updates ** [07:15:19 2020-06-13] 178: Checking gears ** [07:15:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:15:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:24 2020-06-13] 178: Checking imports ** [07:15:24 2020-06-13] 178: Checking exports ** [07:15:24 2020-06-13] 178: Checking users ** [07:15:24 2020-06-13] 178: Checking user_dbs ** [07:15:24 2020-06-13] 178: Checking geocodings ** [07:15:24 2020-06-13] 178: Checking synchronizations ** [07:15:24 2020-06-13] 178: Checking tracker ** [07:15:24 2020-06-13] 178: Checking user_migrations ** [07:15:24 2020-06-13] 178: Checking batch_updates ** [07:15:24 2020-06-13] 178: Checking gears ** [07:15:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:15:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:29 2020-06-13] 178: Checking imports ** [07:15:29 2020-06-13] 178: Checking exports ** [07:15:29 2020-06-13] 178: Checking users ** [07:15:29 2020-06-13] 178: Checking user_dbs ** [07:15:29 2020-06-13] 178: Checking geocodings ** [07:15:29 2020-06-13] 178: Checking synchronizations ** [07:15:29 2020-06-13] 178: Checking tracker ** [07:15:29 2020-06-13] 178: Checking user_migrations ** [07:15:29 2020-06-13] 178: Checking batch_updates ** [07:15:29 2020-06-13] 178: Checking gears ** [07:15:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:15:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:34 2020-06-13] 178: Checking imports ** [07:15:34 2020-06-13] 178: Checking exports ** [07:15:34 2020-06-13] 178: Checking users ** [07:15:34 2020-06-13] 178: Checking user_dbs ** [07:15:34 2020-06-13] 178: Checking geocodings ** [07:15:34 2020-06-13] 178: Checking synchronizations ** [07:15:34 2020-06-13] 178: Checking tracker ** [07:15:34 2020-06-13] 178: Checking user_migrations ** [07:15:34 2020-06-13] 178: Checking batch_updates ** [07:15:34 2020-06-13] 178: Checking gears ** [07:15:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:15:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:39 2020-06-13] 178: Checking imports ** [07:15:39 2020-06-13] 178: Checking exports ** [07:15:39 2020-06-13] 178: Checking users ** [07:15:39 2020-06-13] 178: Checking user_dbs ** [07:15:39 2020-06-13] 178: Checking geocodings ** [07:15:39 2020-06-13] 178: Checking synchronizations ** [07:15:39 2020-06-13] 178: Checking tracker ** [07:15:39 2020-06-13] 178: Checking user_migrations ** [07:15:39 2020-06-13] 178: Checking batch_updates ** [07:15:39 2020-06-13] 178: Checking gears ** [07:15:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:15:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:44 2020-06-13] 178: Checking imports ** [07:15:44 2020-06-13] 178: Checking exports ** [07:15:44 2020-06-13] 178: Checking users ** [07:15:44 2020-06-13] 178: Checking user_dbs ** [07:15:44 2020-06-13] 178: Checking geocodings ** [07:15:44 2020-06-13] 178: Checking synchronizations ** [07:15:44 2020-06-13] 178: Checking tracker ** [07:15:44 2020-06-13] 178: Checking user_migrations ** [07:15:44 2020-06-13] 178: Checking batch_updates ** [07:15:44 2020-06-13] 178: Checking gears ** [07:15:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:15:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:49 2020-06-13] 178: Checking imports ** [07:15:49 2020-06-13] 178: Checking exports ** [07:15:49 2020-06-13] 178: Checking users ** [07:15:49 2020-06-13] 178: Checking user_dbs ** [07:15:49 2020-06-13] 178: Checking geocodings ** [07:15:49 2020-06-13] 178: Checking synchronizations ** [07:15:49 2020-06-13] 178: Checking tracker ** [07:15:49 2020-06-13] 178: Checking user_migrations ** [07:15:49 2020-06-13] 178: Checking batch_updates ** [07:15:49 2020-06-13] 178: Checking gears ** [07:15:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:15:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:54 2020-06-13] 178: Checking imports ** [07:15:54 2020-06-13] 178: Checking exports ** [07:15:54 2020-06-13] 178: Checking users ** [07:15:54 2020-06-13] 178: Checking user_dbs ** [07:15:54 2020-06-13] 178: Checking geocodings ** [07:15:54 2020-06-13] 178: Checking synchronizations ** [07:15:54 2020-06-13] 178: Checking tracker ** [07:15:54 2020-06-13] 178: Checking user_migrations ** [07:15:54 2020-06-13] 178: Checking batch_updates ** [07:15:54 2020-06-13] 178: Checking gears ** [07:15:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:15:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:59 2020-06-13] 178: Checking imports ** [07:15:59 2020-06-13] 178: Checking exports ** [07:15:59 2020-06-13] 178: Checking users ** [07:15:59 2020-06-13] 178: Checking user_dbs ** [07:15:59 2020-06-13] 178: Checking geocodings ** [07:15:59 2020-06-13] 178: Checking synchronizations ** [07:15:59 2020-06-13] 178: Checking tracker ** [07:15:59 2020-06-13] 178: Checking user_migrations ** [07:15:59 2020-06-13] 178: Checking batch_updates ** [07:15:59 2020-06-13] 178: Checking gears ** [07:15:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:15:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:04 2020-06-13] 178: Checking imports ** [07:16:04 2020-06-13] 178: Checking exports ** [07:16:04 2020-06-13] 178: Checking users ** [07:16:04 2020-06-13] 178: Checking user_dbs ** [07:16:04 2020-06-13] 178: Checking geocodings ** [07:16:04 2020-06-13] 178: Checking synchronizations ** [07:16:04 2020-06-13] 178: Checking tracker ** [07:16:04 2020-06-13] 178: Checking user_migrations ** [07:16:04 2020-06-13] 178: Checking batch_updates ** [07:16:04 2020-06-13] 178: Checking gears ** [07:16:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:16:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:09 2020-06-13] 178: Checking imports ** [07:16:09 2020-06-13] 178: Checking exports ** [07:16:09 2020-06-13] 178: Checking users ** [07:16:09 2020-06-13] 178: Checking user_dbs ** [07:16:09 2020-06-13] 178: Checking geocodings ** [07:16:09 2020-06-13] 178: Checking synchronizations ** [07:16:09 2020-06-13] 178: Checking tracker ** [07:16:09 2020-06-13] 178: Checking user_migrations ** [07:16:09 2020-06-13] 178: Checking batch_updates ** [07:16:09 2020-06-13] 178: Checking gears ** [07:16:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:16:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:14 2020-06-13] 178: Checking imports ** [07:16:14 2020-06-13] 178: Checking exports ** [07:16:14 2020-06-13] 178: Checking users ** [07:16:14 2020-06-13] 178: Checking user_dbs ** [07:16:14 2020-06-13] 178: Checking geocodings ** [07:16:14 2020-06-13] 178: Checking synchronizations ** [07:16:14 2020-06-13] 178: Checking tracker ** [07:16:14 2020-06-13] 178: Checking user_migrations ** [07:16:14 2020-06-13] 178: Checking batch_updates ** [07:16:14 2020-06-13] 178: Checking gears ** [07:16:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:16:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:19 2020-06-13] 178: Checking imports ** [07:16:19 2020-06-13] 178: Checking exports ** [07:16:19 2020-06-13] 178: Checking users ** [07:16:19 2020-06-13] 178: Checking user_dbs ** [07:16:19 2020-06-13] 178: Checking geocodings ** [07:16:19 2020-06-13] 178: Checking synchronizations ** [07:16:19 2020-06-13] 178: Checking tracker ** [07:16:19 2020-06-13] 178: Checking user_migrations ** [07:16:19 2020-06-13] 178: Checking batch_updates ** [07:16:19 2020-06-13] 178: Checking gears ** [07:16:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:16:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:24 2020-06-13] 178: Checking imports ** [07:16:24 2020-06-13] 178: Checking exports ** [07:16:24 2020-06-13] 178: Checking users ** [07:16:24 2020-06-13] 178: Checking user_dbs ** [07:16:24 2020-06-13] 178: Checking geocodings ** [07:16:24 2020-06-13] 178: Checking synchronizations ** [07:16:24 2020-06-13] 178: Checking tracker ** [07:16:24 2020-06-13] 178: Checking user_migrations ** [07:16:24 2020-06-13] 178: Checking batch_updates ** [07:16:24 2020-06-13] 178: Checking gears ** [07:16:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:16:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:29 2020-06-13] 178: Checking imports ** [07:16:29 2020-06-13] 178: Checking exports ** [07:16:29 2020-06-13] 178: Checking users ** [07:16:29 2020-06-13] 178: Checking user_dbs ** [07:16:29 2020-06-13] 178: Checking geocodings ** [07:16:29 2020-06-13] 178: Checking synchronizations ** [07:16:29 2020-06-13] 178: Checking tracker ** [07:16:29 2020-06-13] 178: Checking user_migrations ** [07:16:29 2020-06-13] 178: Checking batch_updates ** [07:16:29 2020-06-13] 178: Checking gears ** [07:16:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:16:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:34 2020-06-13] 178: Checking imports ** [07:16:34 2020-06-13] 178: Checking exports ** [07:16:34 2020-06-13] 178: Checking users ** [07:16:34 2020-06-13] 178: Checking user_dbs ** [07:16:34 2020-06-13] 178: Checking geocodings ** [07:16:34 2020-06-13] 178: Checking synchronizations ** [07:16:34 2020-06-13] 178: Checking tracker ** [07:16:34 2020-06-13] 178: Checking user_migrations ** [07:16:34 2020-06-13] 178: Checking batch_updates ** [07:16:34 2020-06-13] 178: Checking gears ** [07:16:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:16:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:39 2020-06-13] 178: Checking imports ** [07:16:39 2020-06-13] 178: Checking exports ** [07:16:39 2020-06-13] 178: Checking users ** [07:16:39 2020-06-13] 178: Checking user_dbs ** [07:16:39 2020-06-13] 178: Checking geocodings ** [07:16:39 2020-06-13] 178: Checking synchronizations ** [07:16:39 2020-06-13] 178: Checking tracker ** [07:16:39 2020-06-13] 178: Checking user_migrations ** [07:16:39 2020-06-13] 178: Checking batch_updates ** [07:16:39 2020-06-13] 178: Checking gears ** [07:16:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:16:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:44 2020-06-13] 178: Checking imports ** [07:16:44 2020-06-13] 178: Checking exports ** [07:16:44 2020-06-13] 178: Checking users ** [07:16:44 2020-06-13] 178: Checking user_dbs ** [07:16:44 2020-06-13] 178: Checking geocodings ** [07:16:44 2020-06-13] 178: Checking synchronizations ** [07:16:44 2020-06-13] 178: Checking tracker ** [07:16:44 2020-06-13] 178: Checking user_migrations ** [07:16:44 2020-06-13] 178: Checking batch_updates ** [07:16:44 2020-06-13] 178: Checking gears ** [07:16:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:16:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:49 2020-06-13] 178: Checking imports ** [07:16:49 2020-06-13] 178: Checking exports ** [07:16:49 2020-06-13] 178: Checking users ** [07:16:49 2020-06-13] 178: Checking user_dbs ** [07:16:49 2020-06-13] 178: Checking geocodings ** [07:16:49 2020-06-13] 178: Checking synchronizations ** [07:16:49 2020-06-13] 178: Checking tracker ** [07:16:49 2020-06-13] 178: Checking user_migrations ** [07:16:49 2020-06-13] 178: Checking batch_updates ** [07:16:49 2020-06-13] 178: Checking gears ** [07:16:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:16:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:54 2020-06-13] 178: Checking imports ** [07:16:54 2020-06-13] 178: Checking exports ** [07:16:54 2020-06-13] 178: Checking users ** [07:16:54 2020-06-13] 178: Checking user_dbs ** [07:16:54 2020-06-13] 178: Checking geocodings ** [07:16:54 2020-06-13] 178: Checking synchronizations ** [07:16:54 2020-06-13] 178: Checking tracker ** [07:16:54 2020-06-13] 178: Checking user_migrations ** [07:16:54 2020-06-13] 178: Checking batch_updates ** [07:16:54 2020-06-13] 178: Checking gears ** [07:16:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:16:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:59 2020-06-13] 178: Checking imports ** [07:16:59 2020-06-13] 178: Checking exports ** [07:16:59 2020-06-13] 178: Checking users ** [07:16:59 2020-06-13] 178: Checking user_dbs ** [07:16:59 2020-06-13] 178: Checking geocodings ** [07:16:59 2020-06-13] 178: Checking synchronizations ** [07:16:59 2020-06-13] 178: Checking tracker ** [07:16:59 2020-06-13] 178: Checking user_migrations ** [07:16:59 2020-06-13] 178: Checking batch_updates ** [07:16:59 2020-06-13] 178: Checking gears ** [07:16:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:16:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:04 2020-06-13] 178: Checking imports ** [07:17:04 2020-06-13] 178: Checking exports ** [07:17:04 2020-06-13] 178: Checking users ** [07:17:04 2020-06-13] 178: Checking user_dbs ** [07:17:04 2020-06-13] 178: Checking geocodings ** [07:17:04 2020-06-13] 178: Checking synchronizations ** [07:17:04 2020-06-13] 178: Checking tracker ** [07:17:04 2020-06-13] 178: Checking user_migrations ** [07:17:04 2020-06-13] 178: Checking batch_updates ** [07:17:04 2020-06-13] 178: Checking gears ** [07:17:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:17:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:09 2020-06-13] 178: Checking imports ** [07:17:09 2020-06-13] 178: Checking exports ** [07:17:09 2020-06-13] 178: Checking users ** [07:17:09 2020-06-13] 178: Checking user_dbs ** [07:17:09 2020-06-13] 178: Checking geocodings ** [07:17:09 2020-06-13] 178: Checking synchronizations ** [07:17:09 2020-06-13] 178: Checking tracker ** [07:17:09 2020-06-13] 178: Checking user_migrations ** [07:17:09 2020-06-13] 178: Checking batch_updates ** [07:17:09 2020-06-13] 178: Checking gears ** [07:17:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:17:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:14 2020-06-13] 178: Checking imports ** [07:17:14 2020-06-13] 178: Checking exports ** [07:17:14 2020-06-13] 178: Checking users ** [07:17:14 2020-06-13] 178: Checking user_dbs ** [07:17:14 2020-06-13] 178: Checking geocodings ** [07:17:14 2020-06-13] 178: Checking synchronizations ** [07:17:14 2020-06-13] 178: Checking tracker ** [07:17:14 2020-06-13] 178: Checking user_migrations ** [07:17:14 2020-06-13] 178: Checking batch_updates ** [07:17:14 2020-06-13] 178: Checking gears ** [07:17:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:17:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:19 2020-06-13] 178: Checking imports ** [07:17:19 2020-06-13] 178: Checking exports ** [07:17:19 2020-06-13] 178: Checking users ** [07:17:19 2020-06-13] 178: Checking user_dbs ** [07:17:19 2020-06-13] 178: Checking geocodings ** [07:17:19 2020-06-13] 178: Checking synchronizations ** [07:17:19 2020-06-13] 178: Checking tracker ** [07:17:19 2020-06-13] 178: Checking user_migrations ** [07:17:19 2020-06-13] 178: Checking batch_updates ** [07:17:19 2020-06-13] 178: Checking gears ** [07:17:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:17:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:24 2020-06-13] 178: Checking imports ** [07:17:24 2020-06-13] 178: Checking exports ** [07:17:24 2020-06-13] 178: Checking users ** [07:17:24 2020-06-13] 178: Checking user_dbs ** [07:17:24 2020-06-13] 178: Checking geocodings ** [07:17:24 2020-06-13] 178: Checking synchronizations ** [07:17:24 2020-06-13] 178: Checking tracker ** [07:17:24 2020-06-13] 178: Checking user_migrations ** [07:17:24 2020-06-13] 178: Checking batch_updates ** [07:17:24 2020-06-13] 178: Checking gears ** [07:17:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:17:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:29 2020-06-13] 178: Checking imports ** [07:17:29 2020-06-13] 178: Checking exports ** [07:17:29 2020-06-13] 178: Checking users ** [07:17:29 2020-06-13] 178: Checking user_dbs ** [07:17:29 2020-06-13] 178: Checking geocodings ** [07:17:29 2020-06-13] 178: Checking synchronizations ** [07:17:29 2020-06-13] 178: Checking tracker ** [07:17:29 2020-06-13] 178: Checking user_migrations ** [07:17:29 2020-06-13] 178: Checking batch_updates ** [07:17:29 2020-06-13] 178: Checking gears ** [07:17:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:17:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:34 2020-06-13] 178: Checking imports ** [07:17:34 2020-06-13] 178: Checking exports ** [07:17:34 2020-06-13] 178: Checking users ** [07:17:34 2020-06-13] 178: Checking user_dbs ** [07:17:34 2020-06-13] 178: Checking geocodings ** [07:17:34 2020-06-13] 178: Checking synchronizations ** [07:17:34 2020-06-13] 178: Checking tracker ** [07:17:34 2020-06-13] 178: Checking user_migrations ** [07:17:34 2020-06-13] 178: Checking batch_updates ** [07:17:34 2020-06-13] 178: Checking gears ** [07:17:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:17:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:39 2020-06-13] 178: Checking imports ** [07:17:39 2020-06-13] 178: Checking exports ** [07:17:39 2020-06-13] 178: Checking users ** [07:17:39 2020-06-13] 178: Checking user_dbs ** [07:17:39 2020-06-13] 178: Checking geocodings ** [07:17:39 2020-06-13] 178: Checking synchronizations ** [07:17:39 2020-06-13] 178: Checking tracker ** [07:17:39 2020-06-13] 178: Checking user_migrations ** [07:17:39 2020-06-13] 178: Checking batch_updates ** [07:17:39 2020-06-13] 178: Checking gears ** [07:17:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:17:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:44 2020-06-13] 178: Checking imports ** [07:17:44 2020-06-13] 178: Checking exports ** [07:17:44 2020-06-13] 178: Checking users ** [07:17:44 2020-06-13] 178: Checking user_dbs ** [07:17:44 2020-06-13] 178: Checking geocodings ** [07:17:44 2020-06-13] 178: Checking synchronizations ** [07:17:44 2020-06-13] 178: Checking tracker ** [07:17:44 2020-06-13] 178: Checking user_migrations ** [07:17:44 2020-06-13] 178: Checking batch_updates ** [07:17:44 2020-06-13] 178: Checking gears ** [07:17:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:17:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:49 2020-06-13] 178: Checking imports ** [07:17:49 2020-06-13] 178: Checking exports ** [07:17:49 2020-06-13] 178: Checking users ** [07:17:49 2020-06-13] 178: Checking user_dbs ** [07:17:49 2020-06-13] 178: Checking geocodings ** [07:17:49 2020-06-13] 178: Checking synchronizations ** [07:17:49 2020-06-13] 178: Checking tracker ** [07:17:49 2020-06-13] 178: Checking user_migrations ** [07:17:49 2020-06-13] 178: Checking batch_updates ** [07:17:49 2020-06-13] 178: Checking gears ** [07:17:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:17:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:54 2020-06-13] 178: Checking imports ** [07:17:54 2020-06-13] 178: Checking exports ** [07:17:54 2020-06-13] 178: Checking users ** [07:17:54 2020-06-13] 178: Checking user_dbs ** [07:17:54 2020-06-13] 178: Checking geocodings ** [07:17:54 2020-06-13] 178: Checking synchronizations ** [07:17:54 2020-06-13] 178: Checking tracker ** [07:17:54 2020-06-13] 178: Checking user_migrations ** [07:17:54 2020-06-13] 178: Checking batch_updates ** [07:17:54 2020-06-13] 178: Checking gears ** [07:17:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:17:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:59 2020-06-13] 178: Checking imports ** [07:17:59 2020-06-13] 178: Checking exports ** [07:17:59 2020-06-13] 178: Checking users ** [07:17:59 2020-06-13] 178: Checking user_dbs ** [07:17:59 2020-06-13] 178: Checking geocodings ** [07:17:59 2020-06-13] 178: Checking synchronizations ** [07:17:59 2020-06-13] 178: Checking tracker ** [07:17:59 2020-06-13] 178: Checking user_migrations ** [07:17:59 2020-06-13] 178: Checking batch_updates ** [07:17:59 2020-06-13] 178: Checking gears ** [07:17:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:17:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:04 2020-06-13] 178: Checking imports ** [07:18:04 2020-06-13] 178: Checking exports ** [07:18:04 2020-06-13] 178: Checking users ** [07:18:04 2020-06-13] 178: Checking user_dbs ** [07:18:04 2020-06-13] 178: Checking geocodings ** [07:18:04 2020-06-13] 178: Checking synchronizations ** [07:18:04 2020-06-13] 178: Checking tracker ** [07:18:04 2020-06-13] 178: Checking user_migrations ** [07:18:04 2020-06-13] 178: Checking batch_updates ** [07:18:04 2020-06-13] 178: Checking gears ** [07:18:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:18:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:09 2020-06-13] 178: Checking imports ** [07:18:09 2020-06-13] 178: Checking exports ** [07:18:09 2020-06-13] 178: Checking users ** [07:18:09 2020-06-13] 178: Checking user_dbs ** [07:18:09 2020-06-13] 178: Checking geocodings ** [07:18:09 2020-06-13] 178: Checking synchronizations ** [07:18:09 2020-06-13] 178: Checking tracker ** [07:18:09 2020-06-13] 178: Checking user_migrations ** [07:18:09 2020-06-13] 178: Checking batch_updates ** [07:18:09 2020-06-13] 178: Checking gears ** [07:18:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:18:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:14 2020-06-13] 178: Checking imports ** [07:18:14 2020-06-13] 178: Checking exports ** [07:18:14 2020-06-13] 178: Checking users ** [07:18:14 2020-06-13] 178: Checking user_dbs ** [07:18:14 2020-06-13] 178: Checking geocodings ** [07:18:14 2020-06-13] 178: Checking synchronizations ** [07:18:14 2020-06-13] 178: Checking tracker ** [07:18:14 2020-06-13] 178: Checking user_migrations ** [07:18:14 2020-06-13] 178: Checking batch_updates ** [07:18:14 2020-06-13] 178: Checking gears ** [07:18:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:18:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:19 2020-06-13] 178: Checking imports ** [07:18:19 2020-06-13] 178: Checking exports ** [07:18:19 2020-06-13] 178: Checking users ** [07:18:19 2020-06-13] 178: Checking user_dbs ** [07:18:19 2020-06-13] 178: Checking geocodings ** [07:18:19 2020-06-13] 178: Checking synchronizations ** [07:18:19 2020-06-13] 178: Checking tracker ** [07:18:19 2020-06-13] 178: Checking user_migrations ** [07:18:19 2020-06-13] 178: Checking batch_updates ** [07:18:19 2020-06-13] 178: Checking gears ** [07:18:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:18:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:24 2020-06-13] 178: Checking imports ** [07:18:24 2020-06-13] 178: Checking exports ** [07:18:24 2020-06-13] 178: Checking users ** [07:18:24 2020-06-13] 178: Checking user_dbs ** [07:18:24 2020-06-13] 178: Checking geocodings ** [07:18:24 2020-06-13] 178: Checking synchronizations ** [07:18:24 2020-06-13] 178: Checking tracker ** [07:18:24 2020-06-13] 178: Checking user_migrations ** [07:18:24 2020-06-13] 178: Checking batch_updates ** [07:18:24 2020-06-13] 178: Checking gears ** [07:18:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:18:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:29 2020-06-13] 178: Checking imports ** [07:18:29 2020-06-13] 178: Checking exports ** [07:18:29 2020-06-13] 178: Checking users ** [07:18:29 2020-06-13] 178: Checking user_dbs ** [07:18:29 2020-06-13] 178: Checking geocodings ** [07:18:29 2020-06-13] 178: Checking synchronizations ** [07:18:29 2020-06-13] 178: Checking tracker ** [07:18:29 2020-06-13] 178: Checking user_migrations ** [07:18:29 2020-06-13] 178: Checking batch_updates ** [07:18:29 2020-06-13] 178: Checking gears ** [07:18:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:18:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:34 2020-06-13] 178: Checking imports ** [07:18:34 2020-06-13] 178: Checking exports ** [07:18:34 2020-06-13] 178: Checking users ** [07:18:34 2020-06-13] 178: Checking user_dbs ** [07:18:34 2020-06-13] 178: Checking geocodings ** [07:18:34 2020-06-13] 178: Checking synchronizations ** [07:18:34 2020-06-13] 178: Checking tracker ** [07:18:34 2020-06-13] 178: Checking user_migrations ** [07:18:34 2020-06-13] 178: Checking batch_updates ** [07:18:34 2020-06-13] 178: Checking gears ** [07:18:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:18:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:39 2020-06-13] 178: Checking imports ** [07:18:39 2020-06-13] 178: Checking exports ** [07:18:39 2020-06-13] 178: Checking users ** [07:18:39 2020-06-13] 178: Checking user_dbs ** [07:18:39 2020-06-13] 178: Checking geocodings ** [07:18:39 2020-06-13] 178: Checking synchronizations ** [07:18:39 2020-06-13] 178: Checking tracker ** [07:18:39 2020-06-13] 178: Checking user_migrations ** [07:18:39 2020-06-13] 178: Checking batch_updates ** [07:18:39 2020-06-13] 178: Checking gears ** [07:18:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:18:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:44 2020-06-13] 178: Checking imports ** [07:18:44 2020-06-13] 178: Checking exports ** [07:18:44 2020-06-13] 178: Checking users ** [07:18:44 2020-06-13] 178: Checking user_dbs ** [07:18:44 2020-06-13] 178: Checking geocodings ** [07:18:44 2020-06-13] 178: Checking synchronizations ** [07:18:44 2020-06-13] 178: Checking tracker ** [07:18:44 2020-06-13] 178: Checking user_migrations ** [07:18:44 2020-06-13] 178: Checking batch_updates ** [07:18:44 2020-06-13] 178: Checking gears ** [07:18:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:18:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:49 2020-06-13] 178: Checking imports ** [07:18:49 2020-06-13] 178: Checking exports ** [07:18:49 2020-06-13] 178: Checking users ** [07:18:49 2020-06-13] 178: Checking user_dbs ** [07:18:49 2020-06-13] 178: Checking geocodings ** [07:18:49 2020-06-13] 178: Checking synchronizations ** [07:18:49 2020-06-13] 178: Checking tracker ** [07:18:49 2020-06-13] 178: Checking user_migrations ** [07:18:49 2020-06-13] 178: Checking batch_updates ** [07:18:49 2020-06-13] 178: Checking gears ** [07:18:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:18:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:54 2020-06-13] 178: Checking imports ** [07:18:54 2020-06-13] 178: Checking exports ** [07:18:54 2020-06-13] 178: Checking users ** [07:18:54 2020-06-13] 178: Checking user_dbs ** [07:18:54 2020-06-13] 178: Checking geocodings ** [07:18:54 2020-06-13] 178: Checking synchronizations ** [07:18:54 2020-06-13] 178: Checking tracker ** [07:18:54 2020-06-13] 178: Checking user_migrations ** [07:18:54 2020-06-13] 178: Checking batch_updates ** [07:18:54 2020-06-13] 178: Checking gears ** [07:18:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:18:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:59 2020-06-13] 178: Checking imports ** [07:18:59 2020-06-13] 178: Checking exports ** [07:18:59 2020-06-13] 178: Checking users ** [07:18:59 2020-06-13] 178: Checking user_dbs ** [07:18:59 2020-06-13] 178: Checking geocodings ** [07:18:59 2020-06-13] 178: Checking synchronizations ** [07:18:59 2020-06-13] 178: Checking tracker ** [07:18:59 2020-06-13] 178: Checking user_migrations ** [07:18:59 2020-06-13] 178: Checking batch_updates ** [07:18:59 2020-06-13] 178: Checking gears ** [07:18:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:18:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:04 2020-06-13] 178: Checking imports ** [07:19:04 2020-06-13] 178: Checking exports ** [07:19:04 2020-06-13] 178: Checking users ** [07:19:04 2020-06-13] 178: Checking user_dbs ** [07:19:04 2020-06-13] 178: Checking geocodings ** [07:19:04 2020-06-13] 178: Checking synchronizations ** [07:19:04 2020-06-13] 178: Checking tracker ** [07:19:04 2020-06-13] 178: Checking user_migrations ** [07:19:04 2020-06-13] 178: Checking batch_updates ** [07:19:04 2020-06-13] 178: Checking gears ** [07:19:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:19:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:09 2020-06-13] 178: Checking imports ** [07:19:09 2020-06-13] 178: Checking exports ** [07:19:09 2020-06-13] 178: Checking users ** [07:19:09 2020-06-13] 178: Checking user_dbs ** [07:19:09 2020-06-13] 178: Checking geocodings ** [07:19:09 2020-06-13] 178: Checking synchronizations ** [07:19:09 2020-06-13] 178: Checking tracker ** [07:19:09 2020-06-13] 178: Checking user_migrations ** [07:19:09 2020-06-13] 178: Checking batch_updates ** [07:19:09 2020-06-13] 178: Checking gears ** [07:19:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:19:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:14 2020-06-13] 178: Checking imports ** [07:19:14 2020-06-13] 178: Checking exports ** [07:19:14 2020-06-13] 178: Checking users ** [07:19:14 2020-06-13] 178: Checking user_dbs ** [07:19:14 2020-06-13] 178: Checking geocodings ** [07:19:14 2020-06-13] 178: Checking synchronizations ** [07:19:14 2020-06-13] 178: Checking tracker ** [07:19:14 2020-06-13] 178: Checking user_migrations ** [07:19:14 2020-06-13] 178: Checking batch_updates ** [07:19:14 2020-06-13] 178: Checking gears ** [07:19:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:19:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:19 2020-06-13] 178: Checking imports ** [07:19:19 2020-06-13] 178: Checking exports ** [07:19:19 2020-06-13] 178: Checking users ** [07:19:19 2020-06-13] 178: Checking user_dbs ** [07:19:19 2020-06-13] 178: Checking geocodings ** [07:19:19 2020-06-13] 178: Checking synchronizations ** [07:19:19 2020-06-13] 178: Checking tracker ** [07:19:19 2020-06-13] 178: Checking user_migrations ** [07:19:19 2020-06-13] 178: Checking batch_updates ** [07:19:19 2020-06-13] 178: Checking gears ** [07:19:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:19:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:24 2020-06-13] 178: Checking imports ** [07:19:24 2020-06-13] 178: Checking exports ** [07:19:24 2020-06-13] 178: Checking users ** [07:19:24 2020-06-13] 178: Checking user_dbs ** [07:19:24 2020-06-13] 178: Checking geocodings ** [07:19:24 2020-06-13] 178: Checking synchronizations ** [07:19:24 2020-06-13] 178: Checking tracker ** [07:19:24 2020-06-13] 178: Checking user_migrations ** [07:19:24 2020-06-13] 178: Checking batch_updates ** [07:19:24 2020-06-13] 178: Checking gears ** [07:19:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:19:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:29 2020-06-13] 178: Checking imports ** [07:19:29 2020-06-13] 178: Checking exports ** [07:19:29 2020-06-13] 178: Checking users ** [07:19:29 2020-06-13] 178: Checking user_dbs ** [07:19:29 2020-06-13] 178: Checking geocodings ** [07:19:29 2020-06-13] 178: Checking synchronizations ** [07:19:29 2020-06-13] 178: Checking tracker ** [07:19:29 2020-06-13] 178: Checking user_migrations ** [07:19:29 2020-06-13] 178: Checking batch_updates ** [07:19:29 2020-06-13] 178: Checking gears ** [07:19:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:19:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:34 2020-06-13] 178: Checking imports ** [07:19:34 2020-06-13] 178: Checking exports ** [07:19:34 2020-06-13] 178: Checking users ** [07:19:34 2020-06-13] 178: Checking user_dbs ** [07:19:34 2020-06-13] 178: Checking geocodings ** [07:19:34 2020-06-13] 178: Checking synchronizations ** [07:19:34 2020-06-13] 178: Checking tracker ** [07:19:34 2020-06-13] 178: Checking user_migrations ** [07:19:34 2020-06-13] 178: Checking batch_updates ** [07:19:34 2020-06-13] 178: Checking gears ** [07:19:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:19:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:39 2020-06-13] 178: Checking imports ** [07:19:39 2020-06-13] 178: Checking exports ** [07:19:39 2020-06-13] 178: Checking users ** [07:19:39 2020-06-13] 178: Checking user_dbs ** [07:19:39 2020-06-13] 178: Checking geocodings ** [07:19:39 2020-06-13] 178: Checking synchronizations ** [07:19:39 2020-06-13] 178: Checking tracker ** [07:19:39 2020-06-13] 178: Checking user_migrations ** [07:19:39 2020-06-13] 178: Checking batch_updates ** [07:19:39 2020-06-13] 178: Checking gears ** [07:19:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:19:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:44 2020-06-13] 178: Checking imports ** [07:19:44 2020-06-13] 178: Checking exports ** [07:19:44 2020-06-13] 178: Checking users ** [07:19:44 2020-06-13] 178: Checking user_dbs ** [07:19:44 2020-06-13] 178: Checking geocodings ** [07:19:44 2020-06-13] 178: Checking synchronizations ** [07:19:44 2020-06-13] 178: Checking tracker ** [07:19:44 2020-06-13] 178: Checking user_migrations ** [07:19:44 2020-06-13] 178: Checking batch_updates ** [07:19:44 2020-06-13] 178: Checking gears ** [07:19:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:19:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:49 2020-06-13] 178: Checking imports ** [07:19:49 2020-06-13] 178: Checking exports ** [07:19:49 2020-06-13] 178: Checking users ** [07:19:49 2020-06-13] 178: Checking user_dbs ** [07:19:49 2020-06-13] 178: Checking geocodings ** [07:19:49 2020-06-13] 178: Checking synchronizations ** [07:19:49 2020-06-13] 178: Checking tracker ** [07:19:49 2020-06-13] 178: Checking user_migrations ** [07:19:49 2020-06-13] 178: Checking batch_updates ** [07:19:49 2020-06-13] 178: Checking gears ** [07:19:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:19:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:54 2020-06-13] 178: Checking imports ** [07:19:54 2020-06-13] 178: Checking exports ** [07:19:54 2020-06-13] 178: Checking users ** [07:19:54 2020-06-13] 178: Checking user_dbs ** [07:19:54 2020-06-13] 178: Checking geocodings ** [07:19:54 2020-06-13] 178: Checking synchronizations ** [07:19:54 2020-06-13] 178: Checking tracker ** [07:19:54 2020-06-13] 178: Checking user_migrations ** [07:19:54 2020-06-13] 178: Checking batch_updates ** [07:19:54 2020-06-13] 178: Checking gears ** [07:19:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:19:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:59 2020-06-13] 178: Checking imports ** [07:19:59 2020-06-13] 178: Checking exports ** [07:19:59 2020-06-13] 178: Checking users ** [07:19:59 2020-06-13] 178: Checking user_dbs ** [07:19:59 2020-06-13] 178: Checking geocodings ** [07:19:59 2020-06-13] 178: Checking synchronizations ** [07:19:59 2020-06-13] 178: Checking tracker ** [07:19:59 2020-06-13] 178: Checking user_migrations ** [07:19:59 2020-06-13] 178: Checking batch_updates ** [07:19:59 2020-06-13] 178: Checking gears ** [07:19:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:19:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:04 2020-06-13] 178: Checking imports ** [07:20:04 2020-06-13] 178: Checking exports ** [07:20:04 2020-06-13] 178: Checking users ** [07:20:04 2020-06-13] 178: Checking user_dbs ** [07:20:04 2020-06-13] 178: Checking geocodings ** [07:20:04 2020-06-13] 178: Checking synchronizations ** [07:20:04 2020-06-13] 178: Checking tracker ** [07:20:04 2020-06-13] 178: Checking user_migrations ** [07:20:04 2020-06-13] 178: Checking batch_updates ** [07:20:04 2020-06-13] 178: Checking gears ** [07:20:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:20:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:09 2020-06-13] 178: Checking imports ** [07:20:09 2020-06-13] 178: Checking exports ** [07:20:09 2020-06-13] 178: Checking users ** [07:20:09 2020-06-13] 178: Checking user_dbs ** [07:20:09 2020-06-13] 178: Checking geocodings ** [07:20:09 2020-06-13] 178: Checking synchronizations ** [07:20:09 2020-06-13] 178: Checking tracker ** [07:20:09 2020-06-13] 178: Checking user_migrations ** [07:20:09 2020-06-13] 178: Checking batch_updates ** [07:20:09 2020-06-13] 178: Checking gears ** [07:20:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:20:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:14 2020-06-13] 178: Checking imports ** [07:20:14 2020-06-13] 178: Checking exports ** [07:20:14 2020-06-13] 178: Checking users ** [07:20:14 2020-06-13] 178: Checking user_dbs ** [07:20:14 2020-06-13] 178: Checking geocodings ** [07:20:14 2020-06-13] 178: Checking synchronizations ** [07:20:14 2020-06-13] 178: Checking tracker ** [07:20:14 2020-06-13] 178: Checking user_migrations ** [07:20:14 2020-06-13] 178: Checking batch_updates ** [07:20:14 2020-06-13] 178: Checking gears ** [07:20:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:20:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:19 2020-06-13] 178: Checking imports ** [07:20:19 2020-06-13] 178: Checking exports ** [07:20:19 2020-06-13] 178: Checking users ** [07:20:19 2020-06-13] 178: Checking user_dbs ** [07:20:19 2020-06-13] 178: Checking geocodings ** [07:20:19 2020-06-13] 178: Checking synchronizations ** [07:20:19 2020-06-13] 178: Checking tracker ** [07:20:19 2020-06-13] 178: Checking user_migrations ** [07:20:19 2020-06-13] 178: Checking batch_updates ** [07:20:19 2020-06-13] 178: Checking gears ** [07:20:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:20:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:24 2020-06-13] 178: Checking imports ** [07:20:24 2020-06-13] 178: Checking exports ** [07:20:24 2020-06-13] 178: Checking users ** [07:20:24 2020-06-13] 178: Checking user_dbs ** [07:20:24 2020-06-13] 178: Checking geocodings ** [07:20:24 2020-06-13] 178: Checking synchronizations ** [07:20:24 2020-06-13] 178: Checking tracker ** [07:20:24 2020-06-13] 178: Checking user_migrations ** [07:20:24 2020-06-13] 178: Checking batch_updates ** [07:20:24 2020-06-13] 178: Checking gears ** [07:20:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:20:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:29 2020-06-13] 178: Checking imports ** [07:20:29 2020-06-13] 178: Checking exports ** [07:20:29 2020-06-13] 178: Checking users ** [07:20:29 2020-06-13] 178: Checking user_dbs ** [07:20:29 2020-06-13] 178: Checking geocodings ** [07:20:29 2020-06-13] 178: Checking synchronizations ** [07:20:29 2020-06-13] 178: Checking tracker ** [07:20:29 2020-06-13] 178: Checking user_migrations ** [07:20:29 2020-06-13] 178: Checking batch_updates ** [07:20:29 2020-06-13] 178: Checking gears ** [07:20:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:20:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:34 2020-06-13] 178: Checking imports ** [07:20:34 2020-06-13] 178: Checking exports ** [07:20:34 2020-06-13] 178: Checking users ** [07:20:34 2020-06-13] 178: Checking user_dbs ** [07:20:34 2020-06-13] 178: Checking geocodings ** [07:20:34 2020-06-13] 178: Checking synchronizations ** [07:20:34 2020-06-13] 178: Checking tracker ** [07:20:34 2020-06-13] 178: Checking user_migrations ** [07:20:34 2020-06-13] 178: Checking batch_updates ** [07:20:34 2020-06-13] 178: Checking gears ** [07:20:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:20:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:39 2020-06-13] 178: Checking imports ** [07:20:39 2020-06-13] 178: Checking exports ** [07:20:39 2020-06-13] 178: Checking users ** [07:20:39 2020-06-13] 178: Checking user_dbs ** [07:20:39 2020-06-13] 178: Checking geocodings ** [07:20:39 2020-06-13] 178: Checking synchronizations ** [07:20:39 2020-06-13] 178: Checking tracker ** [07:20:39 2020-06-13] 178: Checking user_migrations ** [07:20:39 2020-06-13] 178: Checking batch_updates ** [07:20:39 2020-06-13] 178: Checking gears ** [07:20:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:20:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:44 2020-06-13] 178: Checking imports ** [07:20:44 2020-06-13] 178: Checking exports ** [07:20:44 2020-06-13] 178: Checking users ** [07:20:44 2020-06-13] 178: Checking user_dbs ** [07:20:44 2020-06-13] 178: Checking geocodings ** [07:20:44 2020-06-13] 178: Checking synchronizations ** [07:20:44 2020-06-13] 178: Checking tracker ** [07:20:44 2020-06-13] 178: Checking user_migrations ** [07:20:44 2020-06-13] 178: Checking batch_updates ** [07:20:44 2020-06-13] 178: Checking gears ** [07:20:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:20:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:49 2020-06-13] 178: Checking imports ** [07:20:49 2020-06-13] 178: Checking exports ** [07:20:49 2020-06-13] 178: Checking users ** [07:20:49 2020-06-13] 178: Checking user_dbs ** [07:20:49 2020-06-13] 178: Checking geocodings ** [07:20:49 2020-06-13] 178: Checking synchronizations ** [07:20:49 2020-06-13] 178: Checking tracker ** [07:20:49 2020-06-13] 178: Checking user_migrations ** [07:20:49 2020-06-13] 178: Checking batch_updates ** [07:20:49 2020-06-13] 178: Checking gears ** [07:20:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:20:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:54 2020-06-13] 178: Checking imports ** [07:20:54 2020-06-13] 178: Checking exports ** [07:20:54 2020-06-13] 178: Checking users ** [07:20:54 2020-06-13] 178: Checking user_dbs ** [07:20:54 2020-06-13] 178: Checking geocodings ** [07:20:54 2020-06-13] 178: Checking synchronizations ** [07:20:54 2020-06-13] 178: Checking tracker ** [07:20:54 2020-06-13] 178: Checking user_migrations ** [07:20:54 2020-06-13] 178: Checking batch_updates ** [07:20:54 2020-06-13] 178: Checking gears ** [07:20:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:20:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:59 2020-06-13] 178: Checking imports ** [07:20:59 2020-06-13] 178: Checking exports ** [07:20:59 2020-06-13] 178: Checking users ** [07:20:59 2020-06-13] 178: Checking user_dbs ** [07:20:59 2020-06-13] 178: Checking geocodings ** [07:20:59 2020-06-13] 178: Checking synchronizations ** [07:20:59 2020-06-13] 178: Checking tracker ** [07:20:59 2020-06-13] 178: Checking user_migrations ** [07:20:59 2020-06-13] 178: Checking batch_updates ** [07:20:59 2020-06-13] 178: Checking gears ** [07:20:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:20:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:04 2020-06-13] 178: Checking imports ** [07:21:04 2020-06-13] 178: Checking exports ** [07:21:04 2020-06-13] 178: Checking users ** [07:21:04 2020-06-13] 178: Checking user_dbs ** [07:21:04 2020-06-13] 178: Checking geocodings ** [07:21:04 2020-06-13] 178: Checking synchronizations ** [07:21:04 2020-06-13] 178: Checking tracker ** [07:21:04 2020-06-13] 178: Checking user_migrations ** [07:21:04 2020-06-13] 178: Checking batch_updates ** [07:21:04 2020-06-13] 178: Checking gears ** [07:21:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:21:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:09 2020-06-13] 178: Checking imports ** [07:21:09 2020-06-13] 178: Checking exports ** [07:21:09 2020-06-13] 178: Checking users ** [07:21:09 2020-06-13] 178: Checking user_dbs ** [07:21:09 2020-06-13] 178: Checking geocodings ** [07:21:09 2020-06-13] 178: Checking synchronizations ** [07:21:09 2020-06-13] 178: Checking tracker ** [07:21:09 2020-06-13] 178: Checking user_migrations ** [07:21:09 2020-06-13] 178: Checking batch_updates ** [07:21:09 2020-06-13] 178: Checking gears ** [07:21:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:21:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:14 2020-06-13] 178: Checking imports ** [07:21:14 2020-06-13] 178: Checking exports ** [07:21:14 2020-06-13] 178: Checking users ** [07:21:14 2020-06-13] 178: Checking user_dbs ** [07:21:14 2020-06-13] 178: Checking geocodings ** [07:21:14 2020-06-13] 178: Checking synchronizations ** [07:21:14 2020-06-13] 178: Checking tracker ** [07:21:14 2020-06-13] 178: Checking user_migrations ** [07:21:14 2020-06-13] 178: Checking batch_updates ** [07:21:14 2020-06-13] 178: Checking gears ** [07:21:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:21:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:19 2020-06-13] 178: Checking imports ** [07:21:19 2020-06-13] 178: Checking exports ** [07:21:19 2020-06-13] 178: Checking users ** [07:21:19 2020-06-13] 178: Checking user_dbs ** [07:21:19 2020-06-13] 178: Checking geocodings ** [07:21:19 2020-06-13] 178: Checking synchronizations ** [07:21:19 2020-06-13] 178: Checking tracker ** [07:21:19 2020-06-13] 178: Checking user_migrations ** [07:21:19 2020-06-13] 178: Checking batch_updates ** [07:21:19 2020-06-13] 178: Checking gears ** [07:21:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:21:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:24 2020-06-13] 178: Checking imports ** [07:21:24 2020-06-13] 178: Checking exports ** [07:21:24 2020-06-13] 178: Checking users ** [07:21:24 2020-06-13] 178: Checking user_dbs ** [07:21:24 2020-06-13] 178: Checking geocodings ** [07:21:24 2020-06-13] 178: Checking synchronizations ** [07:21:24 2020-06-13] 178: Checking tracker ** [07:21:24 2020-06-13] 178: Checking user_migrations ** [07:21:24 2020-06-13] 178: Checking batch_updates ** [07:21:24 2020-06-13] 178: Checking gears ** [07:21:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:21:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:29 2020-06-13] 178: Checking imports ** [07:21:29 2020-06-13] 178: Checking exports ** [07:21:29 2020-06-13] 178: Checking users ** [07:21:29 2020-06-13] 178: Checking user_dbs ** [07:21:29 2020-06-13] 178: Checking geocodings ** [07:21:29 2020-06-13] 178: Checking synchronizations ** [07:21:29 2020-06-13] 178: Checking tracker ** [07:21:29 2020-06-13] 178: Checking user_migrations ** [07:21:29 2020-06-13] 178: Checking batch_updates ** [07:21:29 2020-06-13] 178: Checking gears ** [07:21:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:21:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:34 2020-06-13] 178: Checking imports ** [07:21:34 2020-06-13] 178: Checking exports ** [07:21:34 2020-06-13] 178: Checking users ** [07:21:34 2020-06-13] 178: Checking user_dbs ** [07:21:34 2020-06-13] 178: Checking geocodings ** [07:21:34 2020-06-13] 178: Checking synchronizations ** [07:21:34 2020-06-13] 178: Checking tracker ** [07:21:34 2020-06-13] 178: Checking user_migrations ** [07:21:34 2020-06-13] 178: Checking batch_updates ** [07:21:34 2020-06-13] 178: Checking gears ** [07:21:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:21:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:39 2020-06-13] 178: Checking imports ** [07:21:39 2020-06-13] 178: Checking exports ** [07:21:39 2020-06-13] 178: Checking users ** [07:21:39 2020-06-13] 178: Checking user_dbs ** [07:21:39 2020-06-13] 178: Checking geocodings ** [07:21:39 2020-06-13] 178: Checking synchronizations ** [07:21:39 2020-06-13] 178: Checking tracker ** [07:21:39 2020-06-13] 178: Checking user_migrations ** [07:21:39 2020-06-13] 178: Checking batch_updates ** [07:21:39 2020-06-13] 178: Checking gears ** [07:21:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:21:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:44 2020-06-13] 178: Checking imports ** [07:21:44 2020-06-13] 178: Checking exports ** [07:21:44 2020-06-13] 178: Checking users ** [07:21:44 2020-06-13] 178: Checking user_dbs ** [07:21:44 2020-06-13] 178: Checking geocodings ** [07:21:44 2020-06-13] 178: Checking synchronizations ** [07:21:44 2020-06-13] 178: Checking tracker ** [07:21:44 2020-06-13] 178: Checking user_migrations ** [07:21:44 2020-06-13] 178: Checking batch_updates ** [07:21:44 2020-06-13] 178: Checking gears ** [07:21:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:21:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:49 2020-06-13] 178: Checking imports ** [07:21:49 2020-06-13] 178: Checking exports ** [07:21:49 2020-06-13] 178: Checking users ** [07:21:49 2020-06-13] 178: Checking user_dbs ** [07:21:49 2020-06-13] 178: Checking geocodings ** [07:21:49 2020-06-13] 178: Checking synchronizations ** [07:21:49 2020-06-13] 178: Checking tracker ** [07:21:49 2020-06-13] 178: Checking user_migrations ** [07:21:49 2020-06-13] 178: Checking batch_updates ** [07:21:49 2020-06-13] 178: Checking gears ** [07:21:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:21:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:54 2020-06-13] 178: Checking imports ** [07:21:54 2020-06-13] 178: Checking exports ** [07:21:54 2020-06-13] 178: Checking users ** [07:21:54 2020-06-13] 178: Checking user_dbs ** [07:21:54 2020-06-13] 178: Checking geocodings ** [07:21:54 2020-06-13] 178: Checking synchronizations ** [07:21:54 2020-06-13] 178: Checking tracker ** [07:21:54 2020-06-13] 178: Checking user_migrations ** [07:21:54 2020-06-13] 178: Checking batch_updates ** [07:21:54 2020-06-13] 178: Checking gears ** [07:21:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:21:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:59 2020-06-13] 178: Checking imports ** [07:21:59 2020-06-13] 178: Checking exports ** [07:21:59 2020-06-13] 178: Checking users ** [07:21:59 2020-06-13] 178: Checking user_dbs ** [07:21:59 2020-06-13] 178: Checking geocodings ** [07:21:59 2020-06-13] 178: Checking synchronizations ** [07:21:59 2020-06-13] 178: Checking tracker ** [07:21:59 2020-06-13] 178: Checking user_migrations ** [07:21:59 2020-06-13] 178: Checking batch_updates ** [07:21:59 2020-06-13] 178: Checking gears ** [07:21:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:21:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:04 2020-06-13] 178: Checking imports ** [07:22:04 2020-06-13] 178: Checking exports ** [07:22:04 2020-06-13] 178: Checking users ** [07:22:04 2020-06-13] 178: Checking user_dbs ** [07:22:04 2020-06-13] 178: Checking geocodings ** [07:22:04 2020-06-13] 178: Checking synchronizations ** [07:22:04 2020-06-13] 178: Checking tracker ** [07:22:04 2020-06-13] 178: Checking user_migrations ** [07:22:04 2020-06-13] 178: Checking batch_updates ** [07:22:04 2020-06-13] 178: Checking gears ** [07:22:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:22:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:09 2020-06-13] 178: Checking imports ** [07:22:09 2020-06-13] 178: Checking exports ** [07:22:09 2020-06-13] 178: Checking users ** [07:22:09 2020-06-13] 178: Checking user_dbs ** [07:22:09 2020-06-13] 178: Checking geocodings ** [07:22:09 2020-06-13] 178: Checking synchronizations ** [07:22:09 2020-06-13] 178: Checking tracker ** [07:22:09 2020-06-13] 178: Checking user_migrations ** [07:22:09 2020-06-13] 178: Checking batch_updates ** [07:22:09 2020-06-13] 178: Checking gears ** [07:22:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:22:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:14 2020-06-13] 178: Checking imports ** [07:22:14 2020-06-13] 178: Checking exports ** [07:22:14 2020-06-13] 178: Checking users ** [07:22:14 2020-06-13] 178: Checking user_dbs ** [07:22:14 2020-06-13] 178: Checking geocodings ** [07:22:14 2020-06-13] 178: Checking synchronizations ** [07:22:14 2020-06-13] 178: Checking tracker ** [07:22:14 2020-06-13] 178: Checking user_migrations ** [07:22:14 2020-06-13] 178: Checking batch_updates ** [07:22:14 2020-06-13] 178: Checking gears ** [07:22:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:22:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:19 2020-06-13] 178: Checking imports ** [07:22:19 2020-06-13] 178: Checking exports ** [07:22:19 2020-06-13] 178: Checking users ** [07:22:19 2020-06-13] 178: Checking user_dbs ** [07:22:19 2020-06-13] 178: Checking geocodings ** [07:22:19 2020-06-13] 178: Checking synchronizations ** [07:22:19 2020-06-13] 178: Checking tracker ** [07:22:19 2020-06-13] 178: Checking user_migrations ** [07:22:19 2020-06-13] 178: Checking batch_updates ** [07:22:19 2020-06-13] 178: Checking gears ** [07:22:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:22:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:24 2020-06-13] 178: Checking imports ** [07:22:24 2020-06-13] 178: Checking exports ** [07:22:24 2020-06-13] 178: Checking users ** [07:22:24 2020-06-13] 178: Checking user_dbs ** [07:22:24 2020-06-13] 178: Checking geocodings ** [07:22:24 2020-06-13] 178: Checking synchronizations ** [07:22:24 2020-06-13] 178: Checking tracker ** [07:22:24 2020-06-13] 178: Checking user_migrations ** [07:22:24 2020-06-13] 178: Checking batch_updates ** [07:22:24 2020-06-13] 178: Checking gears ** [07:22:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:22:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:29 2020-06-13] 178: Checking imports ** [07:22:29 2020-06-13] 178: Checking exports ** [07:22:29 2020-06-13] 178: Checking users ** [07:22:29 2020-06-13] 178: Checking user_dbs ** [07:22:29 2020-06-13] 178: Checking geocodings ** [07:22:29 2020-06-13] 178: Checking synchronizations ** [07:22:29 2020-06-13] 178: Checking tracker ** [07:22:29 2020-06-13] 178: Checking user_migrations ** [07:22:29 2020-06-13] 178: Checking batch_updates ** [07:22:29 2020-06-13] 178: Checking gears ** [07:22:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:22:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:34 2020-06-13] 178: Checking imports ** [07:22:34 2020-06-13] 178: Checking exports ** [07:22:34 2020-06-13] 178: Checking users ** [07:22:34 2020-06-13] 178: Checking user_dbs ** [07:22:34 2020-06-13] 178: Checking geocodings ** [07:22:34 2020-06-13] 178: Checking synchronizations ** [07:22:34 2020-06-13] 178: Checking tracker ** [07:22:34 2020-06-13] 178: Checking user_migrations ** [07:22:34 2020-06-13] 178: Checking batch_updates ** [07:22:34 2020-06-13] 178: Checking gears ** [07:22:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:22:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:39 2020-06-13] 178: Checking imports ** [07:22:39 2020-06-13] 178: Checking exports ** [07:22:39 2020-06-13] 178: Checking users ** [07:22:39 2020-06-13] 178: Checking user_dbs ** [07:22:39 2020-06-13] 178: Checking geocodings ** [07:22:39 2020-06-13] 178: Checking synchronizations ** [07:22:39 2020-06-13] 178: Checking tracker ** [07:22:39 2020-06-13] 178: Checking user_migrations ** [07:22:39 2020-06-13] 178: Checking batch_updates ** [07:22:39 2020-06-13] 178: Checking gears ** [07:22:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:22:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:44 2020-06-13] 178: Checking imports ** [07:22:44 2020-06-13] 178: Checking exports ** [07:22:44 2020-06-13] 178: Checking users ** [07:22:44 2020-06-13] 178: Checking user_dbs ** [07:22:45 2020-06-13] 178: Checking geocodings ** [07:22:45 2020-06-13] 178: Checking synchronizations ** [07:22:45 2020-06-13] 178: Checking tracker ** [07:22:45 2020-06-13] 178: Checking user_migrations ** [07:22:45 2020-06-13] 178: Checking batch_updates ** [07:22:45 2020-06-13] 178: Checking gears ** [07:22:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:22:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:50 2020-06-13] 178: Checking imports ** [07:22:50 2020-06-13] 178: Checking exports ** [07:22:50 2020-06-13] 178: Checking users ** [07:22:50 2020-06-13] 178: Checking user_dbs ** [07:22:50 2020-06-13] 178: Checking geocodings ** [07:22:50 2020-06-13] 178: Checking synchronizations ** [07:22:50 2020-06-13] 178: Checking tracker ** [07:22:50 2020-06-13] 178: Checking user_migrations ** [07:22:50 2020-06-13] 178: Checking batch_updates ** [07:22:50 2020-06-13] 178: Checking gears ** [07:22:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:22:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:55 2020-06-13] 178: Checking imports ** [07:22:55 2020-06-13] 178: Checking exports ** [07:22:55 2020-06-13] 178: Checking users ** [07:22:55 2020-06-13] 178: Checking user_dbs ** [07:22:55 2020-06-13] 178: Checking geocodings ** [07:22:55 2020-06-13] 178: Checking synchronizations ** [07:22:55 2020-06-13] 178: Checking tracker ** [07:22:55 2020-06-13] 178: Checking user_migrations ** [07:22:55 2020-06-13] 178: Checking batch_updates ** [07:22:55 2020-06-13] 178: Checking gears ** [07:22:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:22:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:00 2020-06-13] 178: Checking imports ** [07:23:00 2020-06-13] 178: Checking exports ** [07:23:00 2020-06-13] 178: Checking users ** [07:23:00 2020-06-13] 178: Checking user_dbs ** [07:23:00 2020-06-13] 178: Checking geocodings ** [07:23:00 2020-06-13] 178: Checking synchronizations ** [07:23:00 2020-06-13] 178: Checking tracker ** [07:23:00 2020-06-13] 178: Checking user_migrations ** [07:23:00 2020-06-13] 178: Checking batch_updates ** [07:23:00 2020-06-13] 178: Checking gears ** [07:23:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:23:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:05 2020-06-13] 178: Checking imports ** [07:23:05 2020-06-13] 178: Checking exports ** [07:23:05 2020-06-13] 178: Checking users ** [07:23:05 2020-06-13] 178: Checking user_dbs ** [07:23:05 2020-06-13] 178: Checking geocodings ** [07:23:05 2020-06-13] 178: Checking synchronizations ** [07:23:05 2020-06-13] 178: Checking tracker ** [07:23:05 2020-06-13] 178: Checking user_migrations ** [07:23:05 2020-06-13] 178: Checking batch_updates ** [07:23:05 2020-06-13] 178: Checking gears ** [07:23:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:23:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:10 2020-06-13] 178: Checking imports ** [07:23:10 2020-06-13] 178: Checking exports ** [07:23:10 2020-06-13] 178: Checking users ** [07:23:10 2020-06-13] 178: Checking user_dbs ** [07:23:10 2020-06-13] 178: Checking geocodings ** [07:23:10 2020-06-13] 178: Checking synchronizations ** [07:23:10 2020-06-13] 178: Checking tracker ** [07:23:10 2020-06-13] 178: Checking user_migrations ** [07:23:10 2020-06-13] 178: Checking batch_updates ** [07:23:10 2020-06-13] 178: Checking gears ** [07:23:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:23:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:15 2020-06-13] 178: Checking imports ** [07:23:15 2020-06-13] 178: Checking exports ** [07:23:15 2020-06-13] 178: Checking users ** [07:23:15 2020-06-13] 178: Checking user_dbs ** [07:23:15 2020-06-13] 178: Checking geocodings ** [07:23:15 2020-06-13] 178: Checking synchronizations ** [07:23:15 2020-06-13] 178: Checking tracker ** [07:23:15 2020-06-13] 178: Checking user_migrations ** [07:23:15 2020-06-13] 178: Checking batch_updates ** [07:23:15 2020-06-13] 178: Checking gears ** [07:23:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:23:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:20 2020-06-13] 178: Checking imports ** [07:23:20 2020-06-13] 178: Checking exports ** [07:23:20 2020-06-13] 178: Checking users ** [07:23:20 2020-06-13] 178: Checking user_dbs ** [07:23:20 2020-06-13] 178: Checking geocodings ** [07:23:20 2020-06-13] 178: Checking synchronizations ** [07:23:20 2020-06-13] 178: Checking tracker ** [07:23:20 2020-06-13] 178: Checking user_migrations ** [07:23:20 2020-06-13] 178: Checking batch_updates ** [07:23:20 2020-06-13] 178: Checking gears ** [07:23:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:23:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:25 2020-06-13] 178: Checking imports ** [07:23:25 2020-06-13] 178: Checking exports ** [07:23:25 2020-06-13] 178: Checking users ** [07:23:25 2020-06-13] 178: Checking user_dbs ** [07:23:25 2020-06-13] 178: Checking geocodings ** [07:23:25 2020-06-13] 178: Checking synchronizations ** [07:23:25 2020-06-13] 178: Checking tracker ** [07:23:25 2020-06-13] 178: Checking user_migrations ** [07:23:25 2020-06-13] 178: Checking batch_updates ** [07:23:25 2020-06-13] 178: Checking gears ** [07:23:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:23:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:30 2020-06-13] 178: Checking imports ** [07:23:30 2020-06-13] 178: Checking exports ** [07:23:30 2020-06-13] 178: Checking users ** [07:23:30 2020-06-13] 178: Checking user_dbs ** [07:23:30 2020-06-13] 178: Checking geocodings ** [07:23:30 2020-06-13] 178: Checking synchronizations ** [07:23:30 2020-06-13] 178: Checking tracker ** [07:23:30 2020-06-13] 178: Checking user_migrations ** [07:23:30 2020-06-13] 178: Checking batch_updates ** [07:23:30 2020-06-13] 178: Checking gears ** [07:23:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:23:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:35 2020-06-13] 178: Checking imports ** [07:23:35 2020-06-13] 178: Checking exports ** [07:23:35 2020-06-13] 178: Checking users ** [07:23:35 2020-06-13] 178: Checking user_dbs ** [07:23:35 2020-06-13] 178: Checking geocodings ** [07:23:35 2020-06-13] 178: Checking synchronizations ** [07:23:35 2020-06-13] 178: Checking tracker ** [07:23:35 2020-06-13] 178: Checking user_migrations ** [07:23:35 2020-06-13] 178: Checking batch_updates ** [07:23:35 2020-06-13] 178: Checking gears ** [07:23:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:23:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:40 2020-06-13] 178: Checking imports ** [07:23:40 2020-06-13] 178: Checking exports ** [07:23:40 2020-06-13] 178: Checking users ** [07:23:40 2020-06-13] 178: Checking user_dbs ** [07:23:40 2020-06-13] 178: Checking geocodings ** [07:23:40 2020-06-13] 178: Checking synchronizations ** [07:23:40 2020-06-13] 178: Checking tracker ** [07:23:40 2020-06-13] 178: Checking user_migrations ** [07:23:40 2020-06-13] 178: Checking batch_updates ** [07:23:40 2020-06-13] 178: Checking gears ** [07:23:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:23:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:45 2020-06-13] 178: Checking imports ** [07:23:45 2020-06-13] 178: Checking exports ** [07:23:45 2020-06-13] 178: Checking users ** [07:23:45 2020-06-13] 178: Checking user_dbs ** [07:23:45 2020-06-13] 178: Checking geocodings ** [07:23:45 2020-06-13] 178: Checking synchronizations ** [07:23:45 2020-06-13] 178: Checking tracker ** [07:23:45 2020-06-13] 178: Checking user_migrations ** [07:23:45 2020-06-13] 178: Checking batch_updates ** [07:23:45 2020-06-13] 178: Checking gears ** [07:23:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:23:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:50 2020-06-13] 178: Checking imports ** [07:23:50 2020-06-13] 178: Checking exports ** [07:23:50 2020-06-13] 178: Checking users ** [07:23:50 2020-06-13] 178: Checking user_dbs ** [07:23:50 2020-06-13] 178: Checking geocodings ** [07:23:50 2020-06-13] 178: Checking synchronizations ** [07:23:50 2020-06-13] 178: Checking tracker ** [07:23:50 2020-06-13] 178: Checking user_migrations ** [07:23:50 2020-06-13] 178: Checking batch_updates ** [07:23:50 2020-06-13] 178: Checking gears ** [07:23:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:23:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:55 2020-06-13] 178: Checking imports ** [07:23:55 2020-06-13] 178: Checking exports ** [07:23:55 2020-06-13] 178: Checking users ** [07:23:55 2020-06-13] 178: Checking user_dbs ** [07:23:55 2020-06-13] 178: Checking geocodings ** [07:23:55 2020-06-13] 178: Checking synchronizations ** [07:23:55 2020-06-13] 178: Checking tracker ** [07:23:55 2020-06-13] 178: Checking user_migrations ** [07:23:55 2020-06-13] 178: Checking batch_updates ** [07:23:55 2020-06-13] 178: Checking gears ** [07:23:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:23:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:00 2020-06-13] 178: Checking imports ** [07:24:00 2020-06-13] 178: Checking exports ** [07:24:00 2020-06-13] 178: Checking users ** [07:24:00 2020-06-13] 178: Checking user_dbs ** [07:24:00 2020-06-13] 178: Checking geocodings ** [07:24:00 2020-06-13] 178: Checking synchronizations ** [07:24:00 2020-06-13] 178: Checking tracker ** [07:24:00 2020-06-13] 178: Checking user_migrations ** [07:24:00 2020-06-13] 178: Checking batch_updates ** [07:24:00 2020-06-13] 178: Checking gears ** [07:24:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:24:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:05 2020-06-13] 178: Checking imports ** [07:24:05 2020-06-13] 178: Checking exports ** [07:24:05 2020-06-13] 178: Checking users ** [07:24:05 2020-06-13] 178: Checking user_dbs ** [07:24:05 2020-06-13] 178: Checking geocodings ** [07:24:05 2020-06-13] 178: Checking synchronizations ** [07:24:05 2020-06-13] 178: Checking tracker ** [07:24:05 2020-06-13] 178: Checking user_migrations ** [07:24:05 2020-06-13] 178: Checking batch_updates ** [07:24:05 2020-06-13] 178: Checking gears ** [07:24:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:24:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:10 2020-06-13] 178: Checking imports ** [07:24:10 2020-06-13] 178: Checking exports ** [07:24:10 2020-06-13] 178: Checking users ** [07:24:10 2020-06-13] 178: Checking user_dbs ** [07:24:10 2020-06-13] 178: Checking geocodings ** [07:24:10 2020-06-13] 178: Checking synchronizations ** [07:24:10 2020-06-13] 178: Checking tracker ** [07:24:10 2020-06-13] 178: Checking user_migrations ** [07:24:10 2020-06-13] 178: Checking batch_updates ** [07:24:10 2020-06-13] 178: Checking gears ** [07:24:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:24:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:15 2020-06-13] 178: Checking imports ** [07:24:15 2020-06-13] 178: Checking exports ** [07:24:15 2020-06-13] 178: Checking users ** [07:24:15 2020-06-13] 178: Checking user_dbs ** [07:24:15 2020-06-13] 178: Checking geocodings ** [07:24:15 2020-06-13] 178: Checking synchronizations ** [07:24:15 2020-06-13] 178: Checking tracker ** [07:24:15 2020-06-13] 178: Checking user_migrations ** [07:24:15 2020-06-13] 178: Checking batch_updates ** [07:24:15 2020-06-13] 178: Checking gears ** [07:24:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:24:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:20 2020-06-13] 178: Checking imports ** [07:24:20 2020-06-13] 178: Checking exports ** [07:24:20 2020-06-13] 178: Checking users ** [07:24:20 2020-06-13] 178: Checking user_dbs ** [07:24:20 2020-06-13] 178: Checking geocodings ** [07:24:20 2020-06-13] 178: Checking synchronizations ** [07:24:20 2020-06-13] 178: Checking tracker ** [07:24:20 2020-06-13] 178: Checking user_migrations ** [07:24:20 2020-06-13] 178: Checking batch_updates ** [07:24:20 2020-06-13] 178: Checking gears ** [07:24:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:24:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:25 2020-06-13] 178: Checking imports ** [07:24:25 2020-06-13] 178: Checking exports ** [07:24:25 2020-06-13] 178: Checking users ** [07:24:25 2020-06-13] 178: Checking user_dbs ** [07:24:25 2020-06-13] 178: Checking geocodings ** [07:24:25 2020-06-13] 178: Checking synchronizations ** [07:24:25 2020-06-13] 178: Checking tracker ** [07:24:25 2020-06-13] 178: Checking user_migrations ** [07:24:25 2020-06-13] 178: Checking batch_updates ** [07:24:25 2020-06-13] 178: Checking gears ** [07:24:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:24:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:30 2020-06-13] 178: Checking imports ** [07:24:30 2020-06-13] 178: Checking exports ** [07:24:30 2020-06-13] 178: Checking users ** [07:24:30 2020-06-13] 178: Checking user_dbs ** [07:24:30 2020-06-13] 178: Checking geocodings ** [07:24:30 2020-06-13] 178: Checking synchronizations ** [07:24:30 2020-06-13] 178: Checking tracker ** [07:24:30 2020-06-13] 178: Checking user_migrations ** [07:24:30 2020-06-13] 178: Checking batch_updates ** [07:24:30 2020-06-13] 178: Checking gears ** [07:24:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:24:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:35 2020-06-13] 178: Checking imports ** [07:24:35 2020-06-13] 178: Checking exports ** [07:24:35 2020-06-13] 178: Checking users ** [07:24:35 2020-06-13] 178: Checking user_dbs ** [07:24:35 2020-06-13] 178: Checking geocodings ** [07:24:35 2020-06-13] 178: Checking synchronizations ** [07:24:35 2020-06-13] 178: Checking tracker ** [07:24:35 2020-06-13] 178: Checking user_migrations ** [07:24:35 2020-06-13] 178: Checking batch_updates ** [07:24:35 2020-06-13] 178: Checking gears ** [07:24:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:24:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:40 2020-06-13] 178: Checking imports ** [07:24:40 2020-06-13] 178: Checking exports ** [07:24:40 2020-06-13] 178: Checking users ** [07:24:40 2020-06-13] 178: Checking user_dbs ** [07:24:40 2020-06-13] 178: Checking geocodings ** [07:24:40 2020-06-13] 178: Checking synchronizations ** [07:24:40 2020-06-13] 178: Checking tracker ** [07:24:40 2020-06-13] 178: Checking user_migrations ** [07:24:40 2020-06-13] 178: Checking batch_updates ** [07:24:40 2020-06-13] 178: Checking gears ** [07:24:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:24:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:45 2020-06-13] 178: Checking imports ** [07:24:45 2020-06-13] 178: Checking exports ** [07:24:45 2020-06-13] 178: Checking users ** [07:24:45 2020-06-13] 178: Checking user_dbs ** [07:24:45 2020-06-13] 178: Checking geocodings ** [07:24:45 2020-06-13] 178: Checking synchronizations ** [07:24:45 2020-06-13] 178: Checking tracker ** [07:24:45 2020-06-13] 178: Checking user_migrations ** [07:24:45 2020-06-13] 178: Checking batch_updates ** [07:24:45 2020-06-13] 178: Checking gears ** [07:24:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:24:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:50 2020-06-13] 178: Checking imports ** [07:24:50 2020-06-13] 178: Checking exports ** [07:24:50 2020-06-13] 178: Checking users ** [07:24:50 2020-06-13] 178: Checking user_dbs ** [07:24:50 2020-06-13] 178: Checking geocodings ** [07:24:50 2020-06-13] 178: Checking synchronizations ** [07:24:50 2020-06-13] 178: Checking tracker ** [07:24:50 2020-06-13] 178: Checking user_migrations ** [07:24:50 2020-06-13] 178: Checking batch_updates ** [07:24:50 2020-06-13] 178: Checking gears ** [07:24:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:24:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:55 2020-06-13] 178: Checking imports ** [07:24:55 2020-06-13] 178: Checking exports ** [07:24:55 2020-06-13] 178: Checking users ** [07:24:55 2020-06-13] 178: Checking user_dbs ** [07:24:55 2020-06-13] 178: Checking geocodings ** [07:24:55 2020-06-13] 178: Checking synchronizations ** [07:24:55 2020-06-13] 178: Checking tracker ** [07:24:55 2020-06-13] 178: Checking user_migrations ** [07:24:55 2020-06-13] 178: Checking batch_updates ** [07:24:55 2020-06-13] 178: Checking gears ** [07:24:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:24:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:00 2020-06-13] 178: Checking imports ** [07:25:00 2020-06-13] 178: Checking exports ** [07:25:00 2020-06-13] 178: Checking users ** [07:25:00 2020-06-13] 178: Checking user_dbs ** [07:25:00 2020-06-13] 178: Checking geocodings ** [07:25:00 2020-06-13] 178: Checking synchronizations ** [07:25:00 2020-06-13] 178: Checking tracker ** [07:25:00 2020-06-13] 178: Checking user_migrations ** [07:25:00 2020-06-13] 178: Checking batch_updates ** [07:25:00 2020-06-13] 178: Checking gears ** [07:25:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:25:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:05 2020-06-13] 178: Checking imports ** [07:25:05 2020-06-13] 178: Checking exports ** [07:25:05 2020-06-13] 178: Checking users ** [07:25:05 2020-06-13] 178: Checking user_dbs ** [07:25:05 2020-06-13] 178: Checking geocodings ** [07:25:05 2020-06-13] 178: Checking synchronizations ** [07:25:05 2020-06-13] 178: Checking tracker ** [07:25:05 2020-06-13] 178: Checking user_migrations ** [07:25:05 2020-06-13] 178: Checking batch_updates ** [07:25:05 2020-06-13] 178: Checking gears ** [07:25:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:25:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:10 2020-06-13] 178: Checking imports ** [07:25:10 2020-06-13] 178: Checking exports ** [07:25:10 2020-06-13] 178: Checking users ** [07:25:10 2020-06-13] 178: Checking user_dbs ** [07:25:10 2020-06-13] 178: Checking geocodings ** [07:25:10 2020-06-13] 178: Checking synchronizations ** [07:25:10 2020-06-13] 178: Checking tracker ** [07:25:10 2020-06-13] 178: Checking user_migrations ** [07:25:10 2020-06-13] 178: Checking batch_updates ** [07:25:10 2020-06-13] 178: Checking gears ** [07:25:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:25:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:15 2020-06-13] 178: Checking imports ** [07:25:15 2020-06-13] 178: Checking exports ** [07:25:15 2020-06-13] 178: Checking users ** [07:25:15 2020-06-13] 178: Checking user_dbs ** [07:25:15 2020-06-13] 178: Checking geocodings ** [07:25:15 2020-06-13] 178: Checking synchronizations ** [07:25:15 2020-06-13] 178: Checking tracker ** [07:25:15 2020-06-13] 178: Checking user_migrations ** [07:25:15 2020-06-13] 178: Checking batch_updates ** [07:25:15 2020-06-13] 178: Checking gears ** [07:25:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:25:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:20 2020-06-13] 178: Checking imports ** [07:25:20 2020-06-13] 178: Checking exports ** [07:25:20 2020-06-13] 178: Checking users ** [07:25:20 2020-06-13] 178: Checking user_dbs ** [07:25:20 2020-06-13] 178: Checking geocodings ** [07:25:20 2020-06-13] 178: Checking synchronizations ** [07:25:20 2020-06-13] 178: Checking tracker ** [07:25:20 2020-06-13] 178: Checking user_migrations ** [07:25:20 2020-06-13] 178: Checking batch_updates ** [07:25:20 2020-06-13] 178: Checking gears ** [07:25:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:25:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:25 2020-06-13] 178: Checking imports ** [07:25:25 2020-06-13] 178: Checking exports ** [07:25:25 2020-06-13] 178: Checking users ** [07:25:25 2020-06-13] 178: Checking user_dbs ** [07:25:25 2020-06-13] 178: Checking geocodings ** [07:25:25 2020-06-13] 178: Checking synchronizations ** [07:25:25 2020-06-13] 178: Checking tracker ** [07:25:25 2020-06-13] 178: Checking user_migrations ** [07:25:25 2020-06-13] 178: Checking batch_updates ** [07:25:25 2020-06-13] 178: Checking gears ** [07:25:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:25:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:30 2020-06-13] 178: Checking imports ** [07:25:30 2020-06-13] 178: Checking exports ** [07:25:30 2020-06-13] 178: Checking users ** [07:25:30 2020-06-13] 178: Checking user_dbs ** [07:25:30 2020-06-13] 178: Checking geocodings ** [07:25:30 2020-06-13] 178: Checking synchronizations ** [07:25:30 2020-06-13] 178: Checking tracker ** [07:25:30 2020-06-13] 178: Checking user_migrations ** [07:25:30 2020-06-13] 178: Checking batch_updates ** [07:25:30 2020-06-13] 178: Checking gears ** [07:25:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:25:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:35 2020-06-13] 178: Checking imports ** [07:25:35 2020-06-13] 178: Checking exports ** [07:25:35 2020-06-13] 178: Checking users ** [07:25:35 2020-06-13] 178: Checking user_dbs ** [07:25:35 2020-06-13] 178: Checking geocodings ** [07:25:35 2020-06-13] 178: Checking synchronizations ** [07:25:35 2020-06-13] 178: Checking tracker ** [07:25:35 2020-06-13] 178: Checking user_migrations ** [07:25:35 2020-06-13] 178: Checking batch_updates ** [07:25:35 2020-06-13] 178: Checking gears ** [07:25:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:25:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:40 2020-06-13] 178: Checking imports ** [07:25:40 2020-06-13] 178: Checking exports ** [07:25:40 2020-06-13] 178: Checking users ** [07:25:40 2020-06-13] 178: Checking user_dbs ** [07:25:40 2020-06-13] 178: Checking geocodings ** [07:25:40 2020-06-13] 178: Checking synchronizations ** [07:25:40 2020-06-13] 178: Checking tracker ** [07:25:40 2020-06-13] 178: Checking user_migrations ** [07:25:40 2020-06-13] 178: Checking batch_updates ** [07:25:40 2020-06-13] 178: Checking gears ** [07:25:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:25:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:45 2020-06-13] 178: Checking imports ** [07:25:45 2020-06-13] 178: Checking exports ** [07:25:45 2020-06-13] 178: Checking users ** [07:25:45 2020-06-13] 178: Checking user_dbs ** [07:25:45 2020-06-13] 178: Checking geocodings ** [07:25:45 2020-06-13] 178: Checking synchronizations ** [07:25:45 2020-06-13] 178: Checking tracker ** [07:25:45 2020-06-13] 178: Checking user_migrations ** [07:25:45 2020-06-13] 178: Checking batch_updates ** [07:25:45 2020-06-13] 178: Checking gears ** [07:25:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:25:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:50 2020-06-13] 178: Checking imports ** [07:25:50 2020-06-13] 178: Checking exports ** [07:25:50 2020-06-13] 178: Checking users ** [07:25:50 2020-06-13] 178: Checking user_dbs ** [07:25:50 2020-06-13] 178: Checking geocodings ** [07:25:50 2020-06-13] 178: Checking synchronizations ** [07:25:50 2020-06-13] 178: Checking tracker ** [07:25:50 2020-06-13] 178: Checking user_migrations ** [07:25:50 2020-06-13] 178: Checking batch_updates ** [07:25:50 2020-06-13] 178: Checking gears ** [07:25:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:25:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:55 2020-06-13] 178: Checking imports ** [07:25:55 2020-06-13] 178: Checking exports ** [07:25:55 2020-06-13] 178: Checking users ** [07:25:55 2020-06-13] 178: Checking user_dbs ** [07:25:55 2020-06-13] 178: Checking geocodings ** [07:25:55 2020-06-13] 178: Checking synchronizations ** [07:25:55 2020-06-13] 178: Checking tracker ** [07:25:55 2020-06-13] 178: Checking user_migrations ** [07:25:55 2020-06-13] 178: Checking batch_updates ** [07:25:55 2020-06-13] 178: Checking gears ** [07:25:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:25:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:00 2020-06-13] 178: Checking imports ** [07:26:00 2020-06-13] 178: Checking exports ** [07:26:00 2020-06-13] 178: Checking users ** [07:26:00 2020-06-13] 178: Checking user_dbs ** [07:26:00 2020-06-13] 178: Checking geocodings ** [07:26:00 2020-06-13] 178: Checking synchronizations ** [07:26:00 2020-06-13] 178: Checking tracker ** [07:26:00 2020-06-13] 178: Checking user_migrations ** [07:26:00 2020-06-13] 178: Checking batch_updates ** [07:26:00 2020-06-13] 178: Checking gears ** [07:26:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:26:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:05 2020-06-13] 178: Checking imports ** [07:26:05 2020-06-13] 178: Checking exports ** [07:26:05 2020-06-13] 178: Checking users ** [07:26:05 2020-06-13] 178: Checking user_dbs ** [07:26:05 2020-06-13] 178: Checking geocodings ** [07:26:05 2020-06-13] 178: Checking synchronizations ** [07:26:05 2020-06-13] 178: Checking tracker ** [07:26:05 2020-06-13] 178: Checking user_migrations ** [07:26:05 2020-06-13] 178: Checking batch_updates ** [07:26:05 2020-06-13] 178: Checking gears ** [07:26:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:26:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:10 2020-06-13] 178: Checking imports ** [07:26:10 2020-06-13] 178: Checking exports ** [07:26:10 2020-06-13] 178: Checking users ** [07:26:10 2020-06-13] 178: Checking user_dbs ** [07:26:10 2020-06-13] 178: Checking geocodings ** [07:26:10 2020-06-13] 178: Checking synchronizations ** [07:26:10 2020-06-13] 178: Checking tracker ** [07:26:10 2020-06-13] 178: Checking user_migrations ** [07:26:10 2020-06-13] 178: Checking batch_updates ** [07:26:10 2020-06-13] 178: Checking gears ** [07:26:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:26:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:15 2020-06-13] 178: Checking imports ** [07:26:15 2020-06-13] 178: Checking exports ** [07:26:15 2020-06-13] 178: Checking users ** [07:26:15 2020-06-13] 178: Checking user_dbs ** [07:26:15 2020-06-13] 178: Checking geocodings ** [07:26:15 2020-06-13] 178: Checking synchronizations ** [07:26:15 2020-06-13] 178: Checking tracker ** [07:26:15 2020-06-13] 178: Checking user_migrations ** [07:26:15 2020-06-13] 178: Checking batch_updates ** [07:26:15 2020-06-13] 178: Checking gears ** [07:26:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:26:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:20 2020-06-13] 178: Checking imports ** [07:26:20 2020-06-13] 178: Checking exports ** [07:26:20 2020-06-13] 178: Checking users ** [07:26:20 2020-06-13] 178: Checking user_dbs ** [07:26:20 2020-06-13] 178: Checking geocodings ** [07:26:20 2020-06-13] 178: Checking synchronizations ** [07:26:20 2020-06-13] 178: Checking tracker ** [07:26:20 2020-06-13] 178: Checking user_migrations ** [07:26:20 2020-06-13] 178: Checking batch_updates ** [07:26:20 2020-06-13] 178: Checking gears ** [07:26:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:26:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:25 2020-06-13] 178: Checking imports ** [07:26:25 2020-06-13] 178: Checking exports ** [07:26:25 2020-06-13] 178: Checking users ** [07:26:25 2020-06-13] 178: Checking user_dbs ** [07:26:25 2020-06-13] 178: Checking geocodings ** [07:26:25 2020-06-13] 178: Checking synchronizations ** [07:26:25 2020-06-13] 178: Checking tracker ** [07:26:25 2020-06-13] 178: Checking user_migrations ** [07:26:25 2020-06-13] 178: Checking batch_updates ** [07:26:25 2020-06-13] 178: Checking gears ** [07:26:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:26:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:30 2020-06-13] 178: Checking imports ** [07:26:30 2020-06-13] 178: Checking exports ** [07:26:30 2020-06-13] 178: Checking users ** [07:26:30 2020-06-13] 178: Checking user_dbs ** [07:26:30 2020-06-13] 178: Checking geocodings ** [07:26:30 2020-06-13] 178: Checking synchronizations ** [07:26:30 2020-06-13] 178: Checking tracker ** [07:26:30 2020-06-13] 178: Checking user_migrations ** [07:26:30 2020-06-13] 178: Checking batch_updates ** [07:26:30 2020-06-13] 178: Checking gears ** [07:26:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:26:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:35 2020-06-13] 178: Checking imports ** [07:26:35 2020-06-13] 178: Checking exports ** [07:26:35 2020-06-13] 178: Checking users ** [07:26:35 2020-06-13] 178: Checking user_dbs ** [07:26:35 2020-06-13] 178: Checking geocodings ** [07:26:35 2020-06-13] 178: Checking synchronizations ** [07:26:35 2020-06-13] 178: Checking tracker ** [07:26:35 2020-06-13] 178: Checking user_migrations ** [07:26:35 2020-06-13] 178: Checking batch_updates ** [07:26:35 2020-06-13] 178: Checking gears ** [07:26:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:26:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:40 2020-06-13] 178: Checking imports ** [07:26:40 2020-06-13] 178: Checking exports ** [07:26:40 2020-06-13] 178: Checking users ** [07:26:40 2020-06-13] 178: Checking user_dbs ** [07:26:40 2020-06-13] 178: Checking geocodings ** [07:26:40 2020-06-13] 178: Checking synchronizations ** [07:26:40 2020-06-13] 178: Checking tracker ** [07:26:40 2020-06-13] 178: Checking user_migrations ** [07:26:40 2020-06-13] 178: Checking batch_updates ** [07:26:40 2020-06-13] 178: Checking gears ** [07:26:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:26:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:45 2020-06-13] 178: Checking imports ** [07:26:45 2020-06-13] 178: Checking exports ** [07:26:45 2020-06-13] 178: Checking users ** [07:26:45 2020-06-13] 178: Checking user_dbs ** [07:26:45 2020-06-13] 178: Checking geocodings ** [07:26:45 2020-06-13] 178: Checking synchronizations ** [07:26:45 2020-06-13] 178: Checking tracker ** [07:26:45 2020-06-13] 178: Checking user_migrations ** [07:26:45 2020-06-13] 178: Checking batch_updates ** [07:26:45 2020-06-13] 178: Checking gears ** [07:26:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:26:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:50 2020-06-13] 178: Checking imports ** [07:26:50 2020-06-13] 178: Checking exports ** [07:26:50 2020-06-13] 178: Checking users ** [07:26:50 2020-06-13] 178: Checking user_dbs ** [07:26:50 2020-06-13] 178: Checking geocodings ** [07:26:50 2020-06-13] 178: Checking synchronizations ** [07:26:50 2020-06-13] 178: Checking tracker ** [07:26:50 2020-06-13] 178: Checking user_migrations ** [07:26:50 2020-06-13] 178: Checking batch_updates ** [07:26:50 2020-06-13] 178: Checking gears ** [07:26:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:26:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:55 2020-06-13] 178: Checking imports ** [07:26:55 2020-06-13] 178: Checking exports ** [07:26:55 2020-06-13] 178: Checking users ** [07:26:55 2020-06-13] 178: Checking user_dbs ** [07:26:55 2020-06-13] 178: Checking geocodings ** [07:26:55 2020-06-13] 178: Checking synchronizations ** [07:26:55 2020-06-13] 178: Checking tracker ** [07:26:55 2020-06-13] 178: Checking user_migrations ** [07:26:55 2020-06-13] 178: Checking batch_updates ** [07:26:55 2020-06-13] 178: Checking gears ** [07:26:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:26:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:00 2020-06-13] 178: Checking imports ** [07:27:00 2020-06-13] 178: Checking exports ** [07:27:00 2020-06-13] 178: Checking users ** [07:27:00 2020-06-13] 178: Checking user_dbs ** [07:27:00 2020-06-13] 178: Checking geocodings ** [07:27:00 2020-06-13] 178: Checking synchronizations ** [07:27:00 2020-06-13] 178: Checking tracker ** [07:27:00 2020-06-13] 178: Checking user_migrations ** [07:27:00 2020-06-13] 178: Checking batch_updates ** [07:27:00 2020-06-13] 178: Checking gears ** [07:27:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:27:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:05 2020-06-13] 178: Checking imports ** [07:27:05 2020-06-13] 178: Checking exports ** [07:27:05 2020-06-13] 178: Checking users ** [07:27:05 2020-06-13] 178: Checking user_dbs ** [07:27:05 2020-06-13] 178: Checking geocodings ** [07:27:05 2020-06-13] 178: Checking synchronizations ** [07:27:05 2020-06-13] 178: Checking tracker ** [07:27:05 2020-06-13] 178: Checking user_migrations ** [07:27:05 2020-06-13] 178: Checking batch_updates ** [07:27:05 2020-06-13] 178: Checking gears ** [07:27:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:27:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:10 2020-06-13] 178: Checking imports ** [07:27:10 2020-06-13] 178: Checking exports ** [07:27:10 2020-06-13] 178: Checking users ** [07:27:10 2020-06-13] 178: Checking user_dbs ** [07:27:10 2020-06-13] 178: Checking geocodings ** [07:27:10 2020-06-13] 178: Checking synchronizations ** [07:27:10 2020-06-13] 178: Checking tracker ** [07:27:10 2020-06-13] 178: Checking user_migrations ** [07:27:10 2020-06-13] 178: Checking batch_updates ** [07:27:10 2020-06-13] 178: Checking gears ** [07:27:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:27:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:15 2020-06-13] 178: Checking imports ** [07:27:15 2020-06-13] 178: Checking exports ** [07:27:15 2020-06-13] 178: Checking users ** [07:27:15 2020-06-13] 178: Checking user_dbs ** [07:27:15 2020-06-13] 178: Checking geocodings ** [07:27:15 2020-06-13] 178: Checking synchronizations ** [07:27:15 2020-06-13] 178: Checking tracker ** [07:27:15 2020-06-13] 178: Checking user_migrations ** [07:27:15 2020-06-13] 178: Checking batch_updates ** [07:27:15 2020-06-13] 178: Checking gears ** [07:27:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:27:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:20 2020-06-13] 178: Checking imports ** [07:27:20 2020-06-13] 178: Checking exports ** [07:27:20 2020-06-13] 178: Checking users ** [07:27:20 2020-06-13] 178: Checking user_dbs ** [07:27:20 2020-06-13] 178: Checking geocodings ** [07:27:20 2020-06-13] 178: Checking synchronizations ** [07:27:20 2020-06-13] 178: Checking tracker ** [07:27:20 2020-06-13] 178: Checking user_migrations ** [07:27:20 2020-06-13] 178: Checking batch_updates ** [07:27:20 2020-06-13] 178: Checking gears ** [07:27:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:27:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:25 2020-06-13] 178: Checking imports ** [07:27:25 2020-06-13] 178: Checking exports ** [07:27:25 2020-06-13] 178: Checking users ** [07:27:25 2020-06-13] 178: Checking user_dbs ** [07:27:25 2020-06-13] 178: Checking geocodings ** [07:27:25 2020-06-13] 178: Checking synchronizations ** [07:27:25 2020-06-13] 178: Checking tracker ** [07:27:25 2020-06-13] 178: Checking user_migrations ** [07:27:25 2020-06-13] 178: Checking batch_updates ** [07:27:25 2020-06-13] 178: Checking gears ** [07:27:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:27:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:30 2020-06-13] 178: Checking imports ** [07:27:30 2020-06-13] 178: Checking exports ** [07:27:30 2020-06-13] 178: Checking users ** [07:27:30 2020-06-13] 178: Checking user_dbs ** [07:27:30 2020-06-13] 178: Checking geocodings ** [07:27:30 2020-06-13] 178: Checking synchronizations ** [07:27:30 2020-06-13] 178: Checking tracker ** [07:27:30 2020-06-13] 178: Checking user_migrations ** [07:27:30 2020-06-13] 178: Checking batch_updates ** [07:27:30 2020-06-13] 178: Checking gears ** [07:27:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:27:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:35 2020-06-13] 178: Checking imports ** [07:27:35 2020-06-13] 178: Checking exports ** [07:27:35 2020-06-13] 178: Checking users ** [07:27:35 2020-06-13] 178: Checking user_dbs ** [07:27:35 2020-06-13] 178: Checking geocodings ** [07:27:35 2020-06-13] 178: Checking synchronizations ** [07:27:35 2020-06-13] 178: Checking tracker ** [07:27:35 2020-06-13] 178: Checking user_migrations ** [07:27:35 2020-06-13] 178: Checking batch_updates ** [07:27:35 2020-06-13] 178: Checking gears ** [07:27:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:27:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:40 2020-06-13] 178: Checking imports ** [07:27:40 2020-06-13] 178: Checking exports ** [07:27:40 2020-06-13] 178: Checking users ** [07:27:40 2020-06-13] 178: Checking user_dbs ** [07:27:40 2020-06-13] 178: Checking geocodings ** [07:27:40 2020-06-13] 178: Checking synchronizations ** [07:27:40 2020-06-13] 178: Checking tracker ** [07:27:40 2020-06-13] 178: Checking user_migrations ** [07:27:40 2020-06-13] 178: Checking batch_updates ** [07:27:40 2020-06-13] 178: Checking gears ** [07:27:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:27:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:45 2020-06-13] 178: Checking imports ** [07:27:45 2020-06-13] 178: Checking exports ** [07:27:45 2020-06-13] 178: Checking users ** [07:27:45 2020-06-13] 178: Checking user_dbs ** [07:27:45 2020-06-13] 178: Checking geocodings ** [07:27:45 2020-06-13] 178: Checking synchronizations ** [07:27:45 2020-06-13] 178: Checking tracker ** [07:27:45 2020-06-13] 178: Checking user_migrations ** [07:27:45 2020-06-13] 178: Checking batch_updates ** [07:27:45 2020-06-13] 178: Checking gears ** [07:27:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:27:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:50 2020-06-13] 178: Checking imports ** [07:27:50 2020-06-13] 178: Checking exports ** [07:27:50 2020-06-13] 178: Checking users ** [07:27:50 2020-06-13] 178: Checking user_dbs ** [07:27:50 2020-06-13] 178: Checking geocodings ** [07:27:50 2020-06-13] 178: Checking synchronizations ** [07:27:50 2020-06-13] 178: Checking tracker ** [07:27:50 2020-06-13] 178: Checking user_migrations ** [07:27:50 2020-06-13] 178: Checking batch_updates ** [07:27:50 2020-06-13] 178: Checking gears ** [07:27:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:27:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:55 2020-06-13] 178: Checking imports ** [07:27:55 2020-06-13] 178: Checking exports ** [07:27:55 2020-06-13] 178: Checking users ** [07:27:55 2020-06-13] 178: Checking user_dbs ** [07:27:55 2020-06-13] 178: Checking geocodings ** [07:27:55 2020-06-13] 178: Checking synchronizations ** [07:27:55 2020-06-13] 178: Checking tracker ** [07:27:55 2020-06-13] 178: Checking user_migrations ** [07:27:55 2020-06-13] 178: Checking batch_updates ** [07:27:55 2020-06-13] 178: Checking gears ** [07:27:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:27:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:00 2020-06-13] 178: Checking imports ** [07:28:00 2020-06-13] 178: Checking exports ** [07:28:00 2020-06-13] 178: Checking users ** [07:28:00 2020-06-13] 178: Checking user_dbs ** [07:28:00 2020-06-13] 178: Checking geocodings ** [07:28:00 2020-06-13] 178: Checking synchronizations ** [07:28:00 2020-06-13] 178: Checking tracker ** [07:28:00 2020-06-13] 178: Checking user_migrations ** [07:28:00 2020-06-13] 178: Checking batch_updates ** [07:28:00 2020-06-13] 178: Checking gears ** [07:28:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:28:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:05 2020-06-13] 178: Checking imports ** [07:28:05 2020-06-13] 178: Checking exports ** [07:28:05 2020-06-13] 178: Checking users ** [07:28:05 2020-06-13] 178: Checking user_dbs ** [07:28:05 2020-06-13] 178: Checking geocodings ** [07:28:05 2020-06-13] 178: Checking synchronizations ** [07:28:05 2020-06-13] 178: Checking tracker ** [07:28:05 2020-06-13] 178: Checking user_migrations ** [07:28:05 2020-06-13] 178: Checking batch_updates ** [07:28:05 2020-06-13] 178: Checking gears ** [07:28:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:28:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:10 2020-06-13] 178: Checking imports ** [07:28:10 2020-06-13] 178: Checking exports ** [07:28:10 2020-06-13] 178: Checking users ** [07:28:10 2020-06-13] 178: Checking user_dbs ** [07:28:10 2020-06-13] 178: Checking geocodings ** [07:28:10 2020-06-13] 178: Checking synchronizations ** [07:28:10 2020-06-13] 178: Checking tracker ** [07:28:10 2020-06-13] 178: Checking user_migrations ** [07:28:10 2020-06-13] 178: Checking batch_updates ** [07:28:10 2020-06-13] 178: Checking gears ** [07:28:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:28:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:15 2020-06-13] 178: Checking imports ** [07:28:15 2020-06-13] 178: Checking exports ** [07:28:15 2020-06-13] 178: Checking users ** [07:28:15 2020-06-13] 178: Checking user_dbs ** [07:28:15 2020-06-13] 178: Checking geocodings ** [07:28:15 2020-06-13] 178: Checking synchronizations ** [07:28:15 2020-06-13] 178: Checking tracker ** [07:28:15 2020-06-13] 178: Checking user_migrations ** [07:28:15 2020-06-13] 178: Checking batch_updates ** [07:28:15 2020-06-13] 178: Checking gears ** [07:28:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:28:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:20 2020-06-13] 178: Checking imports ** [07:28:20 2020-06-13] 178: Checking exports ** [07:28:20 2020-06-13] 178: Checking users ** [07:28:20 2020-06-13] 178: Checking user_dbs ** [07:28:20 2020-06-13] 178: Checking geocodings ** [07:28:20 2020-06-13] 178: Checking synchronizations ** [07:28:20 2020-06-13] 178: Checking tracker ** [07:28:20 2020-06-13] 178: Checking user_migrations ** [07:28:20 2020-06-13] 178: Checking batch_updates ** [07:28:20 2020-06-13] 178: Checking gears ** [07:28:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:28:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:25 2020-06-13] 178: Checking imports ** [07:28:25 2020-06-13] 178: Checking exports ** [07:28:25 2020-06-13] 178: Checking users ** [07:28:25 2020-06-13] 178: Checking user_dbs ** [07:28:25 2020-06-13] 178: Checking geocodings ** [07:28:25 2020-06-13] 178: Checking synchronizations ** [07:28:25 2020-06-13] 178: Checking tracker ** [07:28:25 2020-06-13] 178: Checking user_migrations ** [07:28:25 2020-06-13] 178: Checking batch_updates ** [07:28:25 2020-06-13] 178: Checking gears ** [07:28:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:28:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:30 2020-06-13] 178: Checking imports ** [07:28:30 2020-06-13] 178: Checking exports ** [07:28:30 2020-06-13] 178: Checking users ** [07:28:30 2020-06-13] 178: Checking user_dbs ** [07:28:30 2020-06-13] 178: Checking geocodings ** [07:28:30 2020-06-13] 178: Checking synchronizations ** [07:28:30 2020-06-13] 178: Checking tracker ** [07:28:30 2020-06-13] 178: Checking user_migrations ** [07:28:30 2020-06-13] 178: Checking batch_updates ** [07:28:30 2020-06-13] 178: Checking gears ** [07:28:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:28:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:35 2020-06-13] 178: Checking imports ** [07:28:35 2020-06-13] 178: Checking exports ** [07:28:35 2020-06-13] 178: Checking users ** [07:28:35 2020-06-13] 178: Checking user_dbs ** [07:28:35 2020-06-13] 178: Checking geocodings ** [07:28:35 2020-06-13] 178: Checking synchronizations ** [07:28:35 2020-06-13] 178: Checking tracker ** [07:28:35 2020-06-13] 178: Checking user_migrations ** [07:28:35 2020-06-13] 178: Checking batch_updates ** [07:28:35 2020-06-13] 178: Checking gears ** [07:28:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:28:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:40 2020-06-13] 178: Checking imports ** [07:28:40 2020-06-13] 178: Checking exports ** [07:28:40 2020-06-13] 178: Checking users ** [07:28:40 2020-06-13] 178: Checking user_dbs ** [07:28:40 2020-06-13] 178: Checking geocodings ** [07:28:40 2020-06-13] 178: Checking synchronizations ** [07:28:40 2020-06-13] 178: Checking tracker ** [07:28:40 2020-06-13] 178: Checking user_migrations ** [07:28:40 2020-06-13] 178: Checking batch_updates ** [07:28:40 2020-06-13] 178: Checking gears ** [07:28:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:28:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:45 2020-06-13] 178: Checking imports ** [07:28:45 2020-06-13] 178: Checking exports ** [07:28:45 2020-06-13] 178: Checking users ** [07:28:45 2020-06-13] 178: Checking user_dbs ** [07:28:45 2020-06-13] 178: Checking geocodings ** [07:28:45 2020-06-13] 178: Checking synchronizations ** [07:28:45 2020-06-13] 178: Checking tracker ** [07:28:45 2020-06-13] 178: Checking user_migrations ** [07:28:45 2020-06-13] 178: Checking batch_updates ** [07:28:45 2020-06-13] 178: Checking gears ** [07:28:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:28:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:50 2020-06-13] 178: Checking imports ** [07:28:50 2020-06-13] 178: Checking exports ** [07:28:50 2020-06-13] 178: Checking users ** [07:28:50 2020-06-13] 178: Checking user_dbs ** [07:28:50 2020-06-13] 178: Checking geocodings ** [07:28:50 2020-06-13] 178: Checking synchronizations ** [07:28:50 2020-06-13] 178: Checking tracker ** [07:28:50 2020-06-13] 178: Checking user_migrations ** [07:28:50 2020-06-13] 178: Checking batch_updates ** [07:28:50 2020-06-13] 178: Checking gears ** [07:28:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:28:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:55 2020-06-13] 178: Checking imports ** [07:28:55 2020-06-13] 178: Checking exports ** [07:28:55 2020-06-13] 178: Checking users ** [07:28:55 2020-06-13] 178: Checking user_dbs ** [07:28:55 2020-06-13] 178: Checking geocodings ** [07:28:55 2020-06-13] 178: Checking synchronizations ** [07:28:55 2020-06-13] 178: Checking tracker ** [07:28:55 2020-06-13] 178: Checking user_migrations ** [07:28:55 2020-06-13] 178: Checking batch_updates ** [07:28:55 2020-06-13] 178: Checking gears ** [07:28:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:28:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:00 2020-06-13] 178: Checking imports ** [07:29:00 2020-06-13] 178: Checking exports ** [07:29:00 2020-06-13] 178: Checking users ** [07:29:00 2020-06-13] 178: Checking user_dbs ** [07:29:00 2020-06-13] 178: Checking geocodings ** [07:29:00 2020-06-13] 178: Checking synchronizations ** [07:29:00 2020-06-13] 178: Checking tracker ** [07:29:00 2020-06-13] 178: Checking user_migrations ** [07:29:00 2020-06-13] 178: Checking batch_updates ** [07:29:00 2020-06-13] 178: Checking gears ** [07:29:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:29:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:05 2020-06-13] 178: Checking imports ** [07:29:05 2020-06-13] 178: Checking exports ** [07:29:05 2020-06-13] 178: Checking users ** [07:29:05 2020-06-13] 178: Checking user_dbs ** [07:29:05 2020-06-13] 178: Checking geocodings ** [07:29:05 2020-06-13] 178: Checking synchronizations ** [07:29:05 2020-06-13] 178: Checking tracker ** [07:29:05 2020-06-13] 178: Checking user_migrations ** [07:29:05 2020-06-13] 178: Checking batch_updates ** [07:29:05 2020-06-13] 178: Checking gears ** [07:29:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:29:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:10 2020-06-13] 178: Checking imports ** [07:29:10 2020-06-13] 178: Checking exports ** [07:29:10 2020-06-13] 178: Checking users ** [07:29:10 2020-06-13] 178: Checking user_dbs ** [07:29:10 2020-06-13] 178: Checking geocodings ** [07:29:10 2020-06-13] 178: Checking synchronizations ** [07:29:10 2020-06-13] 178: Checking tracker ** [07:29:10 2020-06-13] 178: Checking user_migrations ** [07:29:10 2020-06-13] 178: Checking batch_updates ** [07:29:10 2020-06-13] 178: Checking gears ** [07:29:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:29:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:15 2020-06-13] 178: Checking imports ** [07:29:15 2020-06-13] 178: Checking exports ** [07:29:15 2020-06-13] 178: Checking users ** [07:29:15 2020-06-13] 178: Checking user_dbs ** [07:29:15 2020-06-13] 178: Checking geocodings ** [07:29:15 2020-06-13] 178: Checking synchronizations ** [07:29:15 2020-06-13] 178: Checking tracker ** [07:29:15 2020-06-13] 178: Checking user_migrations ** [07:29:15 2020-06-13] 178: Checking batch_updates ** [07:29:15 2020-06-13] 178: Checking gears ** [07:29:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:29:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:20 2020-06-13] 178: Checking imports ** [07:29:20 2020-06-13] 178: Checking exports ** [07:29:20 2020-06-13] 178: Checking users ** [07:29:20 2020-06-13] 178: Checking user_dbs ** [07:29:20 2020-06-13] 178: Checking geocodings ** [07:29:20 2020-06-13] 178: Checking synchronizations ** [07:29:20 2020-06-13] 178: Checking tracker ** [07:29:20 2020-06-13] 178: Checking user_migrations ** [07:29:20 2020-06-13] 178: Checking batch_updates ** [07:29:20 2020-06-13] 178: Checking gears ** [07:29:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:29:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:25 2020-06-13] 178: Checking imports ** [07:29:25 2020-06-13] 178: Checking exports ** [07:29:25 2020-06-13] 178: Checking users ** [07:29:25 2020-06-13] 178: Checking user_dbs ** [07:29:25 2020-06-13] 178: Checking geocodings ** [07:29:25 2020-06-13] 178: Checking synchronizations ** [07:29:25 2020-06-13] 178: Checking tracker ** [07:29:25 2020-06-13] 178: Checking user_migrations ** [07:29:25 2020-06-13] 178: Checking batch_updates ** [07:29:25 2020-06-13] 178: Checking gears ** [07:29:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:29:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:30 2020-06-13] 178: Checking imports ** [07:29:30 2020-06-13] 178: Checking exports ** [07:29:30 2020-06-13] 178: Checking users ** [07:29:30 2020-06-13] 178: Checking user_dbs ** [07:29:30 2020-06-13] 178: Checking geocodings ** [07:29:30 2020-06-13] 178: Checking synchronizations ** [07:29:30 2020-06-13] 178: Checking tracker ** [07:29:30 2020-06-13] 178: Checking user_migrations ** [07:29:30 2020-06-13] 178: Checking batch_updates ** [07:29:30 2020-06-13] 178: Checking gears ** [07:29:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:29:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:35 2020-06-13] 178: Checking imports ** [07:29:35 2020-06-13] 178: Checking exports ** [07:29:35 2020-06-13] 178: Checking users ** [07:29:35 2020-06-13] 178: Checking user_dbs ** [07:29:35 2020-06-13] 178: Checking geocodings ** [07:29:35 2020-06-13] 178: Checking synchronizations ** [07:29:35 2020-06-13] 178: Checking tracker ** [07:29:35 2020-06-13] 178: Checking user_migrations ** [07:29:35 2020-06-13] 178: Checking batch_updates ** [07:29:35 2020-06-13] 178: Checking gears ** [07:29:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:29:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:40 2020-06-13] 178: Checking imports ** [07:29:40 2020-06-13] 178: Checking exports ** [07:29:40 2020-06-13] 178: Checking users ** [07:29:40 2020-06-13] 178: Checking user_dbs ** [07:29:40 2020-06-13] 178: Checking geocodings ** [07:29:40 2020-06-13] 178: Checking synchronizations ** [07:29:40 2020-06-13] 178: Checking tracker ** [07:29:40 2020-06-13] 178: Checking user_migrations ** [07:29:40 2020-06-13] 178: Checking batch_updates ** [07:29:40 2020-06-13] 178: Checking gears ** [07:29:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:29:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:45 2020-06-13] 178: Checking imports ** [07:29:45 2020-06-13] 178: Checking exports ** [07:29:45 2020-06-13] 178: Checking users ** [07:29:45 2020-06-13] 178: Checking user_dbs ** [07:29:45 2020-06-13] 178: Checking geocodings ** [07:29:45 2020-06-13] 178: Checking synchronizations ** [07:29:45 2020-06-13] 178: Checking tracker ** [07:29:45 2020-06-13] 178: Checking user_migrations ** [07:29:45 2020-06-13] 178: Checking batch_updates ** [07:29:45 2020-06-13] 178: Checking gears ** [07:29:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:29:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:50 2020-06-13] 178: Checking imports ** [07:29:50 2020-06-13] 178: Checking exports ** [07:29:50 2020-06-13] 178: Checking users ** [07:29:50 2020-06-13] 178: Checking user_dbs ** [07:29:50 2020-06-13] 178: Checking geocodings ** [07:29:50 2020-06-13] 178: Checking synchronizations ** [07:29:50 2020-06-13] 178: Checking tracker ** [07:29:50 2020-06-13] 178: Checking user_migrations ** [07:29:50 2020-06-13] 178: Checking batch_updates ** [07:29:50 2020-06-13] 178: Checking gears ** [07:29:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:29:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:55 2020-06-13] 178: Checking imports ** [07:29:55 2020-06-13] 178: Checking exports ** [07:29:55 2020-06-13] 178: Checking users ** [07:29:55 2020-06-13] 178: Checking user_dbs ** [07:29:55 2020-06-13] 178: Checking geocodings ** [07:29:55 2020-06-13] 178: Checking synchronizations ** [07:29:55 2020-06-13] 178: Checking tracker ** [07:29:55 2020-06-13] 178: Checking user_migrations ** [07:29:55 2020-06-13] 178: Checking batch_updates ** [07:29:55 2020-06-13] 178: Checking gears ** [07:29:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:29:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:00 2020-06-13] 178: Checking imports ** [07:30:00 2020-06-13] 178: Checking exports ** [07:30:00 2020-06-13] 178: Checking users ** [07:30:00 2020-06-13] 178: Checking user_dbs ** [07:30:00 2020-06-13] 178: Checking geocodings ** [07:30:00 2020-06-13] 178: Checking synchronizations ** [07:30:00 2020-06-13] 178: Checking tracker ** [07:30:00 2020-06-13] 178: Checking user_migrations ** [07:30:00 2020-06-13] 178: Checking batch_updates ** [07:30:00 2020-06-13] 178: Checking gears ** [07:30:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:30:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:05 2020-06-13] 178: Checking imports ** [07:30:05 2020-06-13] 178: Checking exports ** [07:30:05 2020-06-13] 178: Checking users ** [07:30:05 2020-06-13] 178: Checking user_dbs ** [07:30:05 2020-06-13] 178: Checking geocodings ** [07:30:05 2020-06-13] 178: Checking synchronizations ** [07:30:05 2020-06-13] 178: Checking tracker ** [07:30:05 2020-06-13] 178: Checking user_migrations ** [07:30:05 2020-06-13] 178: Checking batch_updates ** [07:30:05 2020-06-13] 178: Checking gears ** [07:30:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:30:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:10 2020-06-13] 178: Checking imports ** [07:30:10 2020-06-13] 178: Checking exports ** [07:30:10 2020-06-13] 178: Checking users ** [07:30:10 2020-06-13] 178: Checking user_dbs ** [07:30:10 2020-06-13] 178: Checking geocodings ** [07:30:10 2020-06-13] 178: Checking synchronizations ** [07:30:10 2020-06-13] 178: Checking tracker ** [07:30:10 2020-06-13] 178: Checking user_migrations ** [07:30:10 2020-06-13] 178: Checking batch_updates ** [07:30:10 2020-06-13] 178: Checking gears ** [07:30:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:30:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:15 2020-06-13] 178: Checking imports ** [07:30:15 2020-06-13] 178: Checking exports ** [07:30:15 2020-06-13] 178: Checking users ** [07:30:15 2020-06-13] 178: Checking user_dbs ** [07:30:15 2020-06-13] 178: Checking geocodings ** [07:30:15 2020-06-13] 178: Checking synchronizations ** [07:30:15 2020-06-13] 178: Checking tracker ** [07:30:15 2020-06-13] 178: Checking user_migrations ** [07:30:15 2020-06-13] 178: Checking batch_updates ** [07:30:15 2020-06-13] 178: Checking gears ** [07:30:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:30:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:20 2020-06-13] 178: Checking imports ** [07:30:20 2020-06-13] 178: Checking exports ** [07:30:20 2020-06-13] 178: Checking users ** [07:30:20 2020-06-13] 178: Checking user_dbs ** [07:30:20 2020-06-13] 178: Checking geocodings ** [07:30:20 2020-06-13] 178: Checking synchronizations ** [07:30:20 2020-06-13] 178: Checking tracker ** [07:30:20 2020-06-13] 178: Checking user_migrations ** [07:30:20 2020-06-13] 178: Checking batch_updates ** [07:30:20 2020-06-13] 178: Checking gears ** [07:30:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:30:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:25 2020-06-13] 178: Checking imports ** [07:30:25 2020-06-13] 178: Checking exports ** [07:30:25 2020-06-13] 178: Checking users ** [07:30:25 2020-06-13] 178: Checking user_dbs ** [07:30:25 2020-06-13] 178: Checking geocodings ** [07:30:25 2020-06-13] 178: Checking synchronizations ** [07:30:25 2020-06-13] 178: Checking tracker ** [07:30:25 2020-06-13] 178: Checking user_migrations ** [07:30:25 2020-06-13] 178: Checking batch_updates ** [07:30:25 2020-06-13] 178: Checking gears ** [07:30:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:30:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:30 2020-06-13] 178: Checking imports ** [07:30:30 2020-06-13] 178: Checking exports ** [07:30:30 2020-06-13] 178: Checking users ** [07:30:30 2020-06-13] 178: Checking user_dbs ** [07:30:30 2020-06-13] 178: Checking geocodings ** [07:30:30 2020-06-13] 178: Checking synchronizations ** [07:30:30 2020-06-13] 178: Checking tracker ** [07:30:30 2020-06-13] 178: Checking user_migrations ** [07:30:30 2020-06-13] 178: Checking batch_updates ** [07:30:30 2020-06-13] 178: Checking gears ** [07:30:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:30:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:35 2020-06-13] 178: Checking imports ** [07:30:35 2020-06-13] 178: Checking exports ** [07:30:35 2020-06-13] 178: Checking users ** [07:30:35 2020-06-13] 178: Checking user_dbs ** [07:30:35 2020-06-13] 178: Checking geocodings ** [07:30:35 2020-06-13] 178: Checking synchronizations ** [07:30:35 2020-06-13] 178: Checking tracker ** [07:30:35 2020-06-13] 178: Checking user_migrations ** [07:30:35 2020-06-13] 178: Checking batch_updates ** [07:30:35 2020-06-13] 178: Checking gears ** [07:30:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:30:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:40 2020-06-13] 178: Checking imports ** [07:30:40 2020-06-13] 178: Checking exports ** [07:30:40 2020-06-13] 178: Checking users ** [07:30:40 2020-06-13] 178: Checking user_dbs ** [07:30:40 2020-06-13] 178: Checking geocodings ** [07:30:40 2020-06-13] 178: Checking synchronizations ** [07:30:40 2020-06-13] 178: Checking tracker ** [07:30:40 2020-06-13] 178: Checking user_migrations ** [07:30:40 2020-06-13] 178: Checking batch_updates ** [07:30:40 2020-06-13] 178: Checking gears ** [07:30:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:30:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:45 2020-06-13] 178: Checking imports ** [07:30:45 2020-06-13] 178: Checking exports ** [07:30:45 2020-06-13] 178: Checking users ** [07:30:45 2020-06-13] 178: Checking user_dbs ** [07:30:45 2020-06-13] 178: Checking geocodings ** [07:30:45 2020-06-13] 178: Checking synchronizations ** [07:30:45 2020-06-13] 178: Checking tracker ** [07:30:45 2020-06-13] 178: Checking user_migrations ** [07:30:45 2020-06-13] 178: Checking batch_updates ** [07:30:45 2020-06-13] 178: Checking gears ** [07:30:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:30:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:50 2020-06-13] 178: Checking imports ** [07:30:50 2020-06-13] 178: Checking exports ** [07:30:50 2020-06-13] 178: Checking users ** [07:30:50 2020-06-13] 178: Checking user_dbs ** [07:30:50 2020-06-13] 178: Checking geocodings ** [07:30:50 2020-06-13] 178: Checking synchronizations ** [07:30:50 2020-06-13] 178: Checking tracker ** [07:30:50 2020-06-13] 178: Checking user_migrations ** [07:30:50 2020-06-13] 178: Checking batch_updates ** [07:30:50 2020-06-13] 178: Checking gears ** [07:30:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:30:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:55 2020-06-13] 178: Checking imports ** [07:30:55 2020-06-13] 178: Checking exports ** [07:30:55 2020-06-13] 178: Checking users ** [07:30:55 2020-06-13] 178: Checking user_dbs ** [07:30:55 2020-06-13] 178: Checking geocodings ** [07:30:55 2020-06-13] 178: Checking synchronizations ** [07:30:55 2020-06-13] 178: Checking tracker ** [07:30:55 2020-06-13] 178: Checking user_migrations ** [07:30:55 2020-06-13] 178: Checking batch_updates ** [07:30:55 2020-06-13] 178: Checking gears ** [07:30:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:30:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:00 2020-06-13] 178: Checking imports ** [07:31:00 2020-06-13] 178: Checking exports ** [07:31:00 2020-06-13] 178: Checking users ** [07:31:00 2020-06-13] 178: Checking user_dbs ** [07:31:00 2020-06-13] 178: Checking geocodings ** [07:31:00 2020-06-13] 178: Checking synchronizations ** [07:31:00 2020-06-13] 178: Checking tracker ** [07:31:00 2020-06-13] 178: Checking user_migrations ** [07:31:00 2020-06-13] 178: Checking batch_updates ** [07:31:00 2020-06-13] 178: Checking gears ** [07:31:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:31:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:05 2020-06-13] 178: Checking imports ** [07:31:05 2020-06-13] 178: Checking exports ** [07:31:05 2020-06-13] 178: Checking users ** [07:31:05 2020-06-13] 178: Checking user_dbs ** [07:31:05 2020-06-13] 178: Checking geocodings ** [07:31:05 2020-06-13] 178: Checking synchronizations ** [07:31:05 2020-06-13] 178: Checking tracker ** [07:31:05 2020-06-13] 178: Checking user_migrations ** [07:31:05 2020-06-13] 178: Checking batch_updates ** [07:31:05 2020-06-13] 178: Checking gears ** [07:31:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:31:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:10 2020-06-13] 178: Checking imports ** [07:31:10 2020-06-13] 178: Checking exports ** [07:31:10 2020-06-13] 178: Checking users ** [07:31:10 2020-06-13] 178: Checking user_dbs ** [07:31:10 2020-06-13] 178: Checking geocodings ** [07:31:10 2020-06-13] 178: Checking synchronizations ** [07:31:10 2020-06-13] 178: Checking tracker ** [07:31:10 2020-06-13] 178: Checking user_migrations ** [07:31:10 2020-06-13] 178: Checking batch_updates ** [07:31:10 2020-06-13] 178: Checking gears ** [07:31:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:31:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:15 2020-06-13] 178: Checking imports ** [07:31:15 2020-06-13] 178: Checking exports ** [07:31:15 2020-06-13] 178: Checking users ** [07:31:15 2020-06-13] 178: Checking user_dbs ** [07:31:15 2020-06-13] 178: Checking geocodings ** [07:31:15 2020-06-13] 178: Checking synchronizations ** [07:31:15 2020-06-13] 178: Checking tracker ** [07:31:15 2020-06-13] 178: Checking user_migrations ** [07:31:15 2020-06-13] 178: Checking batch_updates ** [07:31:15 2020-06-13] 178: Checking gears ** [07:31:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:31:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:20 2020-06-13] 178: Checking imports ** [07:31:20 2020-06-13] 178: Checking exports ** [07:31:20 2020-06-13] 178: Checking users ** [07:31:20 2020-06-13] 178: Checking user_dbs ** [07:31:20 2020-06-13] 178: Checking geocodings ** [07:31:20 2020-06-13] 178: Checking synchronizations ** [07:31:20 2020-06-13] 178: Checking tracker ** [07:31:20 2020-06-13] 178: Checking user_migrations ** [07:31:20 2020-06-13] 178: Checking batch_updates ** [07:31:20 2020-06-13] 178: Checking gears ** [07:31:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:31:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:25 2020-06-13] 178: Checking imports ** [07:31:25 2020-06-13] 178: Checking exports ** [07:31:25 2020-06-13] 178: Checking users ** [07:31:25 2020-06-13] 178: Checking user_dbs ** [07:31:25 2020-06-13] 178: Checking geocodings ** [07:31:25 2020-06-13] 178: Checking synchronizations ** [07:31:25 2020-06-13] 178: Checking tracker ** [07:31:25 2020-06-13] 178: Checking user_migrations ** [07:31:25 2020-06-13] 178: Checking batch_updates ** [07:31:25 2020-06-13] 178: Checking gears ** [07:31:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:31:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:30 2020-06-13] 178: Checking imports ** [07:31:30 2020-06-13] 178: Checking exports ** [07:31:30 2020-06-13] 178: Checking users ** [07:31:30 2020-06-13] 178: Checking user_dbs ** [07:31:30 2020-06-13] 178: Checking geocodings ** [07:31:30 2020-06-13] 178: Checking synchronizations ** [07:31:30 2020-06-13] 178: Checking tracker ** [07:31:30 2020-06-13] 178: Checking user_migrations ** [07:31:30 2020-06-13] 178: Checking batch_updates ** [07:31:30 2020-06-13] 178: Checking gears ** [07:31:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:31:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:35 2020-06-13] 178: Checking imports ** [07:31:35 2020-06-13] 178: Checking exports ** [07:31:35 2020-06-13] 178: Checking users ** [07:31:35 2020-06-13] 178: Checking user_dbs ** [07:31:35 2020-06-13] 178: Checking geocodings ** [07:31:35 2020-06-13] 178: Checking synchronizations ** [07:31:35 2020-06-13] 178: Checking tracker ** [07:31:35 2020-06-13] 178: Checking user_migrations ** [07:31:35 2020-06-13] 178: Checking batch_updates ** [07:31:35 2020-06-13] 178: Checking gears ** [07:31:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:31:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:41 2020-06-13] 178: Checking imports ** [07:31:41 2020-06-13] 178: Checking exports ** [07:31:41 2020-06-13] 178: Checking users ** [07:31:41 2020-06-13] 178: Checking user_dbs ** [07:31:41 2020-06-13] 178: Checking geocodings ** [07:31:41 2020-06-13] 178: Checking synchronizations ** [07:31:41 2020-06-13] 178: Checking tracker ** [07:31:41 2020-06-13] 178: Checking user_migrations ** [07:31:41 2020-06-13] 178: Checking batch_updates ** [07:31:41 2020-06-13] 178: Checking gears ** [07:31:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:31:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:46 2020-06-13] 178: Checking imports ** [07:31:46 2020-06-13] 178: Checking exports ** [07:31:46 2020-06-13] 178: Checking users ** [07:31:46 2020-06-13] 178: Checking user_dbs ** [07:31:46 2020-06-13] 178: Checking geocodings ** [07:31:46 2020-06-13] 178: Checking synchronizations ** [07:31:46 2020-06-13] 178: Checking tracker ** [07:31:46 2020-06-13] 178: Checking user_migrations ** [07:31:46 2020-06-13] 178: Checking batch_updates ** [07:31:46 2020-06-13] 178: Checking gears ** [07:31:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:31:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:51 2020-06-13] 178: Checking imports ** [07:31:51 2020-06-13] 178: Checking exports ** [07:31:51 2020-06-13] 178: Checking users ** [07:31:51 2020-06-13] 178: Checking user_dbs ** [07:31:51 2020-06-13] 178: Checking geocodings ** [07:31:51 2020-06-13] 178: Checking synchronizations ** [07:31:51 2020-06-13] 178: Checking tracker ** [07:31:51 2020-06-13] 178: Checking user_migrations ** [07:31:51 2020-06-13] 178: Checking batch_updates ** [07:31:51 2020-06-13] 178: Checking gears ** [07:31:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:31:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:56 2020-06-13] 178: Checking imports ** [07:31:56 2020-06-13] 178: Checking exports ** [07:31:56 2020-06-13] 178: Checking users ** [07:31:56 2020-06-13] 178: Checking user_dbs ** [07:31:56 2020-06-13] 178: Checking geocodings ** [07:31:56 2020-06-13] 178: Checking synchronizations ** [07:31:56 2020-06-13] 178: Checking tracker ** [07:31:56 2020-06-13] 178: Checking user_migrations ** [07:31:56 2020-06-13] 178: Checking batch_updates ** [07:31:56 2020-06-13] 178: Checking gears ** [07:31:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:31:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:01 2020-06-13] 178: Checking imports ** [07:32:01 2020-06-13] 178: Checking exports ** [07:32:01 2020-06-13] 178: Checking users ** [07:32:01 2020-06-13] 178: Checking user_dbs ** [07:32:01 2020-06-13] 178: Checking geocodings ** [07:32:01 2020-06-13] 178: Checking synchronizations ** [07:32:01 2020-06-13] 178: Checking tracker ** [07:32:01 2020-06-13] 178: Checking user_migrations ** [07:32:01 2020-06-13] 178: Checking batch_updates ** [07:32:01 2020-06-13] 178: Checking gears ** [07:32:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:32:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:06 2020-06-13] 178: Checking imports ** [07:32:06 2020-06-13] 178: Checking exports ** [07:32:06 2020-06-13] 178: Checking users ** [07:32:06 2020-06-13] 178: Checking user_dbs ** [07:32:06 2020-06-13] 178: Checking geocodings ** [07:32:06 2020-06-13] 178: Checking synchronizations ** [07:32:06 2020-06-13] 178: Checking tracker ** [07:32:06 2020-06-13] 178: Checking user_migrations ** [07:32:06 2020-06-13] 178: Checking batch_updates ** [07:32:06 2020-06-13] 178: Checking gears ** [07:32:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:32:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:11 2020-06-13] 178: Checking imports ** [07:32:11 2020-06-13] 178: Checking exports ** [07:32:11 2020-06-13] 178: Checking users ** [07:32:11 2020-06-13] 178: Checking user_dbs ** [07:32:11 2020-06-13] 178: Checking geocodings ** [07:32:11 2020-06-13] 178: Checking synchronizations ** [07:32:11 2020-06-13] 178: Checking tracker ** [07:32:11 2020-06-13] 178: Checking user_migrations ** [07:32:11 2020-06-13] 178: Checking batch_updates ** [07:32:11 2020-06-13] 178: Checking gears ** [07:32:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:32:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:16 2020-06-13] 178: Checking imports ** [07:32:16 2020-06-13] 178: Checking exports ** [07:32:16 2020-06-13] 178: Checking users ** [07:32:16 2020-06-13] 178: Checking user_dbs ** [07:32:16 2020-06-13] 178: Checking geocodings ** [07:32:16 2020-06-13] 178: Checking synchronizations ** [07:32:16 2020-06-13] 178: Checking tracker ** [07:32:16 2020-06-13] 178: Checking user_migrations ** [07:32:16 2020-06-13] 178: Checking batch_updates ** [07:32:16 2020-06-13] 178: Checking gears ** [07:32:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:32:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:21 2020-06-13] 178: Checking imports ** [07:32:21 2020-06-13] 178: Checking exports ** [07:32:21 2020-06-13] 178: Checking users ** [07:32:21 2020-06-13] 178: Checking user_dbs ** [07:32:21 2020-06-13] 178: Checking geocodings ** [07:32:21 2020-06-13] 178: Checking synchronizations ** [07:32:21 2020-06-13] 178: Checking tracker ** [07:32:21 2020-06-13] 178: Checking user_migrations ** [07:32:21 2020-06-13] 178: Checking batch_updates ** [07:32:21 2020-06-13] 178: Checking gears ** [07:32:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:32:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:26 2020-06-13] 178: Checking imports ** [07:32:26 2020-06-13] 178: Checking exports ** [07:32:26 2020-06-13] 178: Checking users ** [07:32:26 2020-06-13] 178: Checking user_dbs ** [07:32:26 2020-06-13] 178: Checking geocodings ** [07:32:26 2020-06-13] 178: Checking synchronizations ** [07:32:26 2020-06-13] 178: Checking tracker ** [07:32:26 2020-06-13] 178: Checking user_migrations ** [07:32:26 2020-06-13] 178: Checking batch_updates ** [07:32:26 2020-06-13] 178: Checking gears ** [07:32:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:32:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:31 2020-06-13] 178: Checking imports ** [07:32:31 2020-06-13] 178: Checking exports ** [07:32:31 2020-06-13] 178: Checking users ** [07:32:31 2020-06-13] 178: Checking user_dbs ** [07:32:31 2020-06-13] 178: Checking geocodings ** [07:32:31 2020-06-13] 178: Checking synchronizations ** [07:32:31 2020-06-13] 178: Checking tracker ** [07:32:31 2020-06-13] 178: Checking user_migrations ** [07:32:31 2020-06-13] 178: Checking batch_updates ** [07:32:31 2020-06-13] 178: Checking gears ** [07:32:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:32:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:36 2020-06-13] 178: Checking imports ** [07:32:36 2020-06-13] 178: Checking exports ** [07:32:36 2020-06-13] 178: Checking users ** [07:32:36 2020-06-13] 178: Checking user_dbs ** [07:32:36 2020-06-13] 178: Checking geocodings ** [07:32:36 2020-06-13] 178: Checking synchronizations ** [07:32:36 2020-06-13] 178: Checking tracker ** [07:32:36 2020-06-13] 178: Checking user_migrations ** [07:32:36 2020-06-13] 178: Checking batch_updates ** [07:32:36 2020-06-13] 178: Checking gears ** [07:32:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:32:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:41 2020-06-13] 178: Checking imports ** [07:32:41 2020-06-13] 178: Checking exports ** [07:32:41 2020-06-13] 178: Checking users ** [07:32:41 2020-06-13] 178: Checking user_dbs ** [07:32:41 2020-06-13] 178: Checking geocodings ** [07:32:41 2020-06-13] 178: Checking synchronizations ** [07:32:41 2020-06-13] 178: Checking tracker ** [07:32:41 2020-06-13] 178: Checking user_migrations ** [07:32:41 2020-06-13] 178: Checking batch_updates ** [07:32:41 2020-06-13] 178: Checking gears ** [07:32:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:32:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:46 2020-06-13] 178: Checking imports ** [07:32:46 2020-06-13] 178: Checking exports ** [07:32:46 2020-06-13] 178: Checking users ** [07:32:46 2020-06-13] 178: Checking user_dbs ** [07:32:46 2020-06-13] 178: Checking geocodings ** [07:32:46 2020-06-13] 178: Checking synchronizations ** [07:32:46 2020-06-13] 178: Checking tracker ** [07:32:46 2020-06-13] 178: Checking user_migrations ** [07:32:46 2020-06-13] 178: Checking batch_updates ** [07:32:46 2020-06-13] 178: Checking gears ** [07:32:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:32:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:51 2020-06-13] 178: Checking imports ** [07:32:51 2020-06-13] 178: Checking exports ** [07:32:51 2020-06-13] 178: Checking users ** [07:32:51 2020-06-13] 178: Checking user_dbs ** [07:32:51 2020-06-13] 178: Checking geocodings ** [07:32:51 2020-06-13] 178: Checking synchronizations ** [07:32:51 2020-06-13] 178: Checking tracker ** [07:32:51 2020-06-13] 178: Checking user_migrations ** [07:32:51 2020-06-13] 178: Checking batch_updates ** [07:32:51 2020-06-13] 178: Checking gears ** [07:32:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:32:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:56 2020-06-13] 178: Checking imports ** [07:32:56 2020-06-13] 178: Checking exports ** [07:32:56 2020-06-13] 178: Checking users ** [07:32:56 2020-06-13] 178: Checking user_dbs ** [07:32:56 2020-06-13] 178: Checking geocodings ** [07:32:56 2020-06-13] 178: Checking synchronizations ** [07:32:56 2020-06-13] 178: Checking tracker ** [07:32:56 2020-06-13] 178: Checking user_migrations ** [07:32:56 2020-06-13] 178: Checking batch_updates ** [07:32:56 2020-06-13] 178: Checking gears ** [07:32:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:32:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:01 2020-06-13] 178: Checking imports ** [07:33:01 2020-06-13] 178: Checking exports ** [07:33:01 2020-06-13] 178: Checking users ** [07:33:01 2020-06-13] 178: Checking user_dbs ** [07:33:01 2020-06-13] 178: Checking geocodings ** [07:33:01 2020-06-13] 178: Checking synchronizations ** [07:33:01 2020-06-13] 178: Checking tracker ** [07:33:01 2020-06-13] 178: Checking user_migrations ** [07:33:01 2020-06-13] 178: Checking batch_updates ** [07:33:01 2020-06-13] 178: Checking gears ** [07:33:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:33:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:06 2020-06-13] 178: Checking imports ** [07:33:06 2020-06-13] 178: Checking exports ** [07:33:06 2020-06-13] 178: Checking users ** [07:33:06 2020-06-13] 178: Checking user_dbs ** [07:33:06 2020-06-13] 178: Checking geocodings ** [07:33:06 2020-06-13] 178: Checking synchronizations ** [07:33:06 2020-06-13] 178: Checking tracker ** [07:33:06 2020-06-13] 178: Checking user_migrations ** [07:33:06 2020-06-13] 178: Checking batch_updates ** [07:33:06 2020-06-13] 178: Checking gears ** [07:33:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:33:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:11 2020-06-13] 178: Checking imports ** [07:33:11 2020-06-13] 178: Checking exports ** [07:33:11 2020-06-13] 178: Checking users ** [07:33:11 2020-06-13] 178: Checking user_dbs ** [07:33:11 2020-06-13] 178: Checking geocodings ** [07:33:11 2020-06-13] 178: Checking synchronizations ** [07:33:11 2020-06-13] 178: Checking tracker ** [07:33:11 2020-06-13] 178: Checking user_migrations ** [07:33:11 2020-06-13] 178: Checking batch_updates ** [07:33:11 2020-06-13] 178: Checking gears ** [07:33:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:33:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:16 2020-06-13] 178: Checking imports ** [07:33:16 2020-06-13] 178: Checking exports ** [07:33:16 2020-06-13] 178: Checking users ** [07:33:16 2020-06-13] 178: Checking user_dbs ** [07:33:16 2020-06-13] 178: Checking geocodings ** [07:33:16 2020-06-13] 178: Checking synchronizations ** [07:33:16 2020-06-13] 178: Checking tracker ** [07:33:16 2020-06-13] 178: Checking user_migrations ** [07:33:16 2020-06-13] 178: Checking batch_updates ** [07:33:16 2020-06-13] 178: Checking gears ** [07:33:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:33:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:21 2020-06-13] 178: Checking imports ** [07:33:21 2020-06-13] 178: Checking exports ** [07:33:21 2020-06-13] 178: Checking users ** [07:33:21 2020-06-13] 178: Checking user_dbs ** [07:33:21 2020-06-13] 178: Checking geocodings ** [07:33:21 2020-06-13] 178: Checking synchronizations ** [07:33:21 2020-06-13] 178: Checking tracker ** [07:33:21 2020-06-13] 178: Checking user_migrations ** [07:33:21 2020-06-13] 178: Checking batch_updates ** [07:33:21 2020-06-13] 178: Checking gears ** [07:33:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:33:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:26 2020-06-13] 178: Checking imports ** [07:33:26 2020-06-13] 178: Checking exports ** [07:33:26 2020-06-13] 178: Checking users ** [07:33:26 2020-06-13] 178: Checking user_dbs ** [07:33:26 2020-06-13] 178: Checking geocodings ** [07:33:26 2020-06-13] 178: Checking synchronizations ** [07:33:26 2020-06-13] 178: Checking tracker ** [07:33:26 2020-06-13] 178: Checking user_migrations ** [07:33:26 2020-06-13] 178: Checking batch_updates ** [07:33:26 2020-06-13] 178: Checking gears ** [07:33:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:33:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:31 2020-06-13] 178: Checking imports ** [07:33:31 2020-06-13] 178: Checking exports ** [07:33:31 2020-06-13] 178: Checking users ** [07:33:31 2020-06-13] 178: Checking user_dbs ** [07:33:31 2020-06-13] 178: Checking geocodings ** [07:33:31 2020-06-13] 178: Checking synchronizations ** [07:33:31 2020-06-13] 178: Checking tracker ** [07:33:31 2020-06-13] 178: Checking user_migrations ** [07:33:31 2020-06-13] 178: Checking batch_updates ** [07:33:31 2020-06-13] 178: Checking gears ** [07:33:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:33:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:36 2020-06-13] 178: Checking imports ** [07:33:36 2020-06-13] 178: Checking exports ** [07:33:36 2020-06-13] 178: Checking users ** [07:33:36 2020-06-13] 178: Checking user_dbs ** [07:33:36 2020-06-13] 178: Checking geocodings ** [07:33:36 2020-06-13] 178: Checking synchronizations ** [07:33:36 2020-06-13] 178: Checking tracker ** [07:33:36 2020-06-13] 178: Checking user_migrations ** [07:33:36 2020-06-13] 178: Checking batch_updates ** [07:33:36 2020-06-13] 178: Checking gears ** [07:33:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:33:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:41 2020-06-13] 178: Checking imports ** [07:33:41 2020-06-13] 178: Checking exports ** [07:33:41 2020-06-13] 178: Checking users ** [07:33:41 2020-06-13] 178: Checking user_dbs ** [07:33:41 2020-06-13] 178: Checking geocodings ** [07:33:41 2020-06-13] 178: Checking synchronizations ** [07:33:41 2020-06-13] 178: Checking tracker ** [07:33:41 2020-06-13] 178: Checking user_migrations ** [07:33:41 2020-06-13] 178: Checking batch_updates ** [07:33:41 2020-06-13] 178: Checking gears ** [07:33:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:33:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:46 2020-06-13] 178: Checking imports ** [07:33:46 2020-06-13] 178: Checking exports ** [07:33:46 2020-06-13] 178: Checking users ** [07:33:46 2020-06-13] 178: Checking user_dbs ** [07:33:46 2020-06-13] 178: Checking geocodings ** [07:33:46 2020-06-13] 178: Checking synchronizations ** [07:33:46 2020-06-13] 178: Checking tracker ** [07:33:46 2020-06-13] 178: Checking user_migrations ** [07:33:46 2020-06-13] 178: Checking batch_updates ** [07:33:46 2020-06-13] 178: Checking gears ** [07:33:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:33:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:51 2020-06-13] 178: Checking imports ** [07:33:51 2020-06-13] 178: Checking exports ** [07:33:51 2020-06-13] 178: Checking users ** [07:33:51 2020-06-13] 178: Checking user_dbs ** [07:33:51 2020-06-13] 178: Checking geocodings ** [07:33:51 2020-06-13] 178: Checking synchronizations ** [07:33:51 2020-06-13] 178: Checking tracker ** [07:33:51 2020-06-13] 178: Checking user_migrations ** [07:33:51 2020-06-13] 178: Checking batch_updates ** [07:33:51 2020-06-13] 178: Checking gears ** [07:33:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:33:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:56 2020-06-13] 178: Checking imports ** [07:33:56 2020-06-13] 178: Checking exports ** [07:33:56 2020-06-13] 178: Checking users ** [07:33:56 2020-06-13] 178: Checking user_dbs ** [07:33:56 2020-06-13] 178: Checking geocodings ** [07:33:56 2020-06-13] 178: Checking synchronizations ** [07:33:56 2020-06-13] 178: Checking tracker ** [07:33:56 2020-06-13] 178: Checking user_migrations ** [07:33:56 2020-06-13] 178: Checking batch_updates ** [07:33:56 2020-06-13] 178: Checking gears ** [07:33:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:33:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:01 2020-06-13] 178: Checking imports ** [07:34:01 2020-06-13] 178: Checking exports ** [07:34:01 2020-06-13] 178: Checking users ** [07:34:01 2020-06-13] 178: Checking user_dbs ** [07:34:01 2020-06-13] 178: Checking geocodings ** [07:34:01 2020-06-13] 178: Checking synchronizations ** [07:34:01 2020-06-13] 178: Checking tracker ** [07:34:01 2020-06-13] 178: Checking user_migrations ** [07:34:01 2020-06-13] 178: Checking batch_updates ** [07:34:01 2020-06-13] 178: Checking gears ** [07:34:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:34:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:06 2020-06-13] 178: Checking imports ** [07:34:06 2020-06-13] 178: Checking exports ** [07:34:06 2020-06-13] 178: Checking users ** [07:34:06 2020-06-13] 178: Checking user_dbs ** [07:34:06 2020-06-13] 178: Checking geocodings ** [07:34:06 2020-06-13] 178: Checking synchronizations ** [07:34:06 2020-06-13] 178: Checking tracker ** [07:34:06 2020-06-13] 178: Checking user_migrations ** [07:34:06 2020-06-13] 178: Checking batch_updates ** [07:34:06 2020-06-13] 178: Checking gears ** [07:34:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:34:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:11 2020-06-13] 178: Checking imports ** [07:34:11 2020-06-13] 178: Checking exports ** [07:34:11 2020-06-13] 178: Checking users ** [07:34:11 2020-06-13] 178: Checking user_dbs ** [07:34:11 2020-06-13] 178: Checking geocodings ** [07:34:11 2020-06-13] 178: Checking synchronizations ** [07:34:11 2020-06-13] 178: Checking tracker ** [07:34:11 2020-06-13] 178: Checking user_migrations ** [07:34:11 2020-06-13] 178: Checking batch_updates ** [07:34:11 2020-06-13] 178: Checking gears ** [07:34:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:34:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:16 2020-06-13] 178: Checking imports ** [07:34:16 2020-06-13] 178: Checking exports ** [07:34:16 2020-06-13] 178: Checking users ** [07:34:16 2020-06-13] 178: Checking user_dbs ** [07:34:16 2020-06-13] 178: Checking geocodings ** [07:34:16 2020-06-13] 178: Checking synchronizations ** [07:34:16 2020-06-13] 178: Checking tracker ** [07:34:16 2020-06-13] 178: Checking user_migrations ** [07:34:16 2020-06-13] 178: Checking batch_updates ** [07:34:16 2020-06-13] 178: Checking gears ** [07:34:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:34:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:21 2020-06-13] 178: Checking imports ** [07:34:21 2020-06-13] 178: Checking exports ** [07:34:21 2020-06-13] 178: Checking users ** [07:34:21 2020-06-13] 178: Checking user_dbs ** [07:34:21 2020-06-13] 178: Checking geocodings ** [07:34:21 2020-06-13] 178: Checking synchronizations ** [07:34:21 2020-06-13] 178: Checking tracker ** [07:34:21 2020-06-13] 178: Checking user_migrations ** [07:34:21 2020-06-13] 178: Checking batch_updates ** [07:34:21 2020-06-13] 178: Checking gears ** [07:34:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:34:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:26 2020-06-13] 178: Checking imports ** [07:34:26 2020-06-13] 178: Checking exports ** [07:34:26 2020-06-13] 178: Checking users ** [07:34:26 2020-06-13] 178: Checking user_dbs ** [07:34:26 2020-06-13] 178: Checking geocodings ** [07:34:26 2020-06-13] 178: Checking synchronizations ** [07:34:26 2020-06-13] 178: Checking tracker ** [07:34:26 2020-06-13] 178: Checking user_migrations ** [07:34:26 2020-06-13] 178: Checking batch_updates ** [07:34:26 2020-06-13] 178: Checking gears ** [07:34:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:34:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:31 2020-06-13] 178: Checking imports ** [07:34:31 2020-06-13] 178: Checking exports ** [07:34:31 2020-06-13] 178: Checking users ** [07:34:31 2020-06-13] 178: Checking user_dbs ** [07:34:31 2020-06-13] 178: Checking geocodings ** [07:34:31 2020-06-13] 178: Checking synchronizations ** [07:34:31 2020-06-13] 178: Checking tracker ** [07:34:31 2020-06-13] 178: Checking user_migrations ** [07:34:31 2020-06-13] 178: Checking batch_updates ** [07:34:31 2020-06-13] 178: Checking gears ** [07:34:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:34:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:36 2020-06-13] 178: Checking imports ** [07:34:36 2020-06-13] 178: Checking exports ** [07:34:36 2020-06-13] 178: Checking users ** [07:34:36 2020-06-13] 178: Checking user_dbs ** [07:34:36 2020-06-13] 178: Checking geocodings ** [07:34:36 2020-06-13] 178: Checking synchronizations ** [07:34:36 2020-06-13] 178: Checking tracker ** [07:34:36 2020-06-13] 178: Checking user_migrations ** [07:34:36 2020-06-13] 178: Checking batch_updates ** [07:34:36 2020-06-13] 178: Checking gears ** [07:34:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:34:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:41 2020-06-13] 178: Checking imports ** [07:34:41 2020-06-13] 178: Checking exports ** [07:34:41 2020-06-13] 178: Checking users ** [07:34:41 2020-06-13] 178: Checking user_dbs ** [07:34:41 2020-06-13] 178: Checking geocodings ** [07:34:41 2020-06-13] 178: Checking synchronizations ** [07:34:41 2020-06-13] 178: Checking tracker ** [07:34:41 2020-06-13] 178: Checking user_migrations ** [07:34:41 2020-06-13] 178: Checking batch_updates ** [07:34:41 2020-06-13] 178: Checking gears ** [07:34:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:34:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:46 2020-06-13] 178: Checking imports ** [07:34:46 2020-06-13] 178: Checking exports ** [07:34:46 2020-06-13] 178: Checking users ** [07:34:46 2020-06-13] 178: Checking user_dbs ** [07:34:46 2020-06-13] 178: Checking geocodings ** [07:34:46 2020-06-13] 178: Checking synchronizations ** [07:34:46 2020-06-13] 178: Checking tracker ** [07:34:46 2020-06-13] 178: Checking user_migrations ** [07:34:46 2020-06-13] 178: Checking batch_updates ** [07:34:46 2020-06-13] 178: Checking gears ** [07:34:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:34:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:51 2020-06-13] 178: Checking imports ** [07:34:51 2020-06-13] 178: Checking exports ** [07:34:51 2020-06-13] 178: Checking users ** [07:34:51 2020-06-13] 178: Checking user_dbs ** [07:34:51 2020-06-13] 178: Checking geocodings ** [07:34:51 2020-06-13] 178: Checking synchronizations ** [07:34:51 2020-06-13] 178: Checking tracker ** [07:34:51 2020-06-13] 178: Checking user_migrations ** [07:34:51 2020-06-13] 178: Checking batch_updates ** [07:34:51 2020-06-13] 178: Checking gears ** [07:34:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:34:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:56 2020-06-13] 178: Checking imports ** [07:34:56 2020-06-13] 178: Checking exports ** [07:34:56 2020-06-13] 178: Checking users ** [07:34:56 2020-06-13] 178: Checking user_dbs ** [07:34:56 2020-06-13] 178: Checking geocodings ** [07:34:56 2020-06-13] 178: Checking synchronizations ** [07:34:56 2020-06-13] 178: Checking tracker ** [07:34:56 2020-06-13] 178: Checking user_migrations ** [07:34:56 2020-06-13] 178: Checking batch_updates ** [07:34:56 2020-06-13] 178: Checking gears ** [07:34:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:34:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:01 2020-06-13] 178: Checking imports ** [07:35:01 2020-06-13] 178: Checking exports ** [07:35:01 2020-06-13] 178: Checking users ** [07:35:01 2020-06-13] 178: Checking user_dbs ** [07:35:01 2020-06-13] 178: Checking geocodings ** [07:35:01 2020-06-13] 178: Checking synchronizations ** [07:35:01 2020-06-13] 178: Checking tracker ** [07:35:01 2020-06-13] 178: Checking user_migrations ** [07:35:01 2020-06-13] 178: Checking batch_updates ** [07:35:01 2020-06-13] 178: Checking gears ** [07:35:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:35:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:06 2020-06-13] 178: Checking imports ** [07:35:06 2020-06-13] 178: Checking exports ** [07:35:06 2020-06-13] 178: Checking users ** [07:35:06 2020-06-13] 178: Checking user_dbs ** [07:35:06 2020-06-13] 178: Checking geocodings ** [07:35:06 2020-06-13] 178: Checking synchronizations ** [07:35:06 2020-06-13] 178: Checking tracker ** [07:35:06 2020-06-13] 178: Checking user_migrations ** [07:35:06 2020-06-13] 178: Checking batch_updates ** [07:35:06 2020-06-13] 178: Checking gears ** [07:35:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:35:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:11 2020-06-13] 178: Checking imports ** [07:35:11 2020-06-13] 178: Checking exports ** [07:35:11 2020-06-13] 178: Checking users ** [07:35:11 2020-06-13] 178: Checking user_dbs ** [07:35:11 2020-06-13] 178: Checking geocodings ** [07:35:11 2020-06-13] 178: Checking synchronizations ** [07:35:11 2020-06-13] 178: Checking tracker ** [07:35:11 2020-06-13] 178: Checking user_migrations ** [07:35:11 2020-06-13] 178: Checking batch_updates ** [07:35:11 2020-06-13] 178: Checking gears ** [07:35:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:35:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:16 2020-06-13] 178: Checking imports ** [07:35:16 2020-06-13] 178: Checking exports ** [07:35:16 2020-06-13] 178: Checking users ** [07:35:16 2020-06-13] 178: Checking user_dbs ** [07:35:16 2020-06-13] 178: Checking geocodings ** [07:35:16 2020-06-13] 178: Checking synchronizations ** [07:35:16 2020-06-13] 178: Checking tracker ** [07:35:16 2020-06-13] 178: Checking user_migrations ** [07:35:16 2020-06-13] 178: Checking batch_updates ** [07:35:16 2020-06-13] 178: Checking gears ** [07:35:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:35:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:21 2020-06-13] 178: Checking imports ** [07:35:21 2020-06-13] 178: Checking exports ** [07:35:21 2020-06-13] 178: Checking users ** [07:35:21 2020-06-13] 178: Checking user_dbs ** [07:35:21 2020-06-13] 178: Checking geocodings ** [07:35:21 2020-06-13] 178: Checking synchronizations ** [07:35:21 2020-06-13] 178: Checking tracker ** [07:35:21 2020-06-13] 178: Checking user_migrations ** [07:35:21 2020-06-13] 178: Checking batch_updates ** [07:35:21 2020-06-13] 178: Checking gears ** [07:35:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:35:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:26 2020-06-13] 178: Checking imports ** [07:35:26 2020-06-13] 178: Checking exports ** [07:35:26 2020-06-13] 178: Checking users ** [07:35:26 2020-06-13] 178: Checking user_dbs ** [07:35:26 2020-06-13] 178: Checking geocodings ** [07:35:26 2020-06-13] 178: Checking synchronizations ** [07:35:26 2020-06-13] 178: Checking tracker ** [07:35:26 2020-06-13] 178: Checking user_migrations ** [07:35:26 2020-06-13] 178: Checking batch_updates ** [07:35:26 2020-06-13] 178: Checking gears ** [07:35:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:35:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:31 2020-06-13] 178: Checking imports ** [07:35:31 2020-06-13] 178: Checking exports ** [07:35:31 2020-06-13] 178: Checking users ** [07:35:31 2020-06-13] 178: Checking user_dbs ** [07:35:31 2020-06-13] 178: Checking geocodings ** [07:35:31 2020-06-13] 178: Checking synchronizations ** [07:35:31 2020-06-13] 178: Checking tracker ** [07:35:31 2020-06-13] 178: Checking user_migrations ** [07:35:31 2020-06-13] 178: Checking batch_updates ** [07:35:31 2020-06-13] 178: Checking gears ** [07:35:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:35:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:36 2020-06-13] 178: Checking imports ** [07:35:36 2020-06-13] 178: Checking exports ** [07:35:36 2020-06-13] 178: Checking users ** [07:35:36 2020-06-13] 178: Checking user_dbs ** [07:35:36 2020-06-13] 178: Checking geocodings ** [07:35:36 2020-06-13] 178: Checking synchronizations ** [07:35:36 2020-06-13] 178: Checking tracker ** [07:35:36 2020-06-13] 178: Checking user_migrations ** [07:35:36 2020-06-13] 178: Checking batch_updates ** [07:35:36 2020-06-13] 178: Checking gears ** [07:35:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:35:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:41 2020-06-13] 178: Checking imports ** [07:35:41 2020-06-13] 178: Checking exports ** [07:35:41 2020-06-13] 178: Checking users ** [07:35:41 2020-06-13] 178: Checking user_dbs ** [07:35:41 2020-06-13] 178: Checking geocodings ** [07:35:41 2020-06-13] 178: Checking synchronizations ** [07:35:41 2020-06-13] 178: Checking tracker ** [07:35:41 2020-06-13] 178: Checking user_migrations ** [07:35:41 2020-06-13] 178: Checking batch_updates ** [07:35:41 2020-06-13] 178: Checking gears ** [07:35:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:35:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:46 2020-06-13] 178: Checking imports ** [07:35:46 2020-06-13] 178: Checking exports ** [07:35:46 2020-06-13] 178: Checking users ** [07:35:46 2020-06-13] 178: Checking user_dbs ** [07:35:46 2020-06-13] 178: Checking geocodings ** [07:35:46 2020-06-13] 178: Checking synchronizations ** [07:35:46 2020-06-13] 178: Checking tracker ** [07:35:46 2020-06-13] 178: Checking user_migrations ** [07:35:46 2020-06-13] 178: Checking batch_updates ** [07:35:46 2020-06-13] 178: Checking gears ** [07:35:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:35:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:51 2020-06-13] 178: Checking imports ** [07:35:51 2020-06-13] 178: Checking exports ** [07:35:51 2020-06-13] 178: Checking users ** [07:35:51 2020-06-13] 178: Checking user_dbs ** [07:35:51 2020-06-13] 178: Checking geocodings ** [07:35:51 2020-06-13] 178: Checking synchronizations ** [07:35:51 2020-06-13] 178: Checking tracker ** [07:35:51 2020-06-13] 178: Checking user_migrations ** [07:35:51 2020-06-13] 178: Checking batch_updates ** [07:35:51 2020-06-13] 178: Checking gears ** [07:35:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:35:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:56 2020-06-13] 178: Checking imports ** [07:35:56 2020-06-13] 178: Checking exports ** [07:35:56 2020-06-13] 178: Checking users ** [07:35:56 2020-06-13] 178: Checking user_dbs ** [07:35:56 2020-06-13] 178: Checking geocodings ** [07:35:56 2020-06-13] 178: Checking synchronizations ** [07:35:56 2020-06-13] 178: Checking tracker ** [07:35:56 2020-06-13] 178: Checking user_migrations ** [07:35:56 2020-06-13] 178: Checking batch_updates ** [07:35:56 2020-06-13] 178: Checking gears ** [07:35:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:35:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:01 2020-06-13] 178: Checking imports ** [07:36:01 2020-06-13] 178: Checking exports ** [07:36:01 2020-06-13] 178: Checking users ** [07:36:01 2020-06-13] 178: Checking user_dbs ** [07:36:01 2020-06-13] 178: Checking geocodings ** [07:36:01 2020-06-13] 178: Checking synchronizations ** [07:36:01 2020-06-13] 178: Checking tracker ** [07:36:01 2020-06-13] 178: Checking user_migrations ** [07:36:01 2020-06-13] 178: Checking batch_updates ** [07:36:01 2020-06-13] 178: Checking gears ** [07:36:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:36:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:06 2020-06-13] 178: Checking imports ** [07:36:06 2020-06-13] 178: Checking exports ** [07:36:06 2020-06-13] 178: Checking users ** [07:36:06 2020-06-13] 178: Checking user_dbs ** [07:36:06 2020-06-13] 178: Checking geocodings ** [07:36:06 2020-06-13] 178: Checking synchronizations ** [07:36:06 2020-06-13] 178: Checking tracker ** [07:36:06 2020-06-13] 178: Checking user_migrations ** [07:36:06 2020-06-13] 178: Checking batch_updates ** [07:36:06 2020-06-13] 178: Checking gears ** [07:36:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:36:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:11 2020-06-13] 178: Checking imports ** [07:36:11 2020-06-13] 178: Checking exports ** [07:36:11 2020-06-13] 178: Checking users ** [07:36:11 2020-06-13] 178: Checking user_dbs ** [07:36:11 2020-06-13] 178: Checking geocodings ** [07:36:11 2020-06-13] 178: Checking synchronizations ** [07:36:11 2020-06-13] 178: Checking tracker ** [07:36:11 2020-06-13] 178: Checking user_migrations ** [07:36:11 2020-06-13] 178: Checking batch_updates ** [07:36:11 2020-06-13] 178: Checking gears ** [07:36:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:36:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:16 2020-06-13] 178: Checking imports ** [07:36:16 2020-06-13] 178: Checking exports ** [07:36:16 2020-06-13] 178: Checking users ** [07:36:16 2020-06-13] 178: Checking user_dbs ** [07:36:16 2020-06-13] 178: Checking geocodings ** [07:36:16 2020-06-13] 178: Checking synchronizations ** [07:36:16 2020-06-13] 178: Checking tracker ** [07:36:16 2020-06-13] 178: Checking user_migrations ** [07:36:16 2020-06-13] 178: Checking batch_updates ** [07:36:16 2020-06-13] 178: Checking gears ** [07:36:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:36:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:21 2020-06-13] 178: Checking imports ** [07:36:21 2020-06-13] 178: Checking exports ** [07:36:21 2020-06-13] 178: Checking users ** [07:36:21 2020-06-13] 178: Checking user_dbs ** [07:36:21 2020-06-13] 178: Checking geocodings ** [07:36:21 2020-06-13] 178: Checking synchronizations ** [07:36:21 2020-06-13] 178: Checking tracker ** [07:36:21 2020-06-13] 178: Checking user_migrations ** [07:36:21 2020-06-13] 178: Checking batch_updates ** [07:36:21 2020-06-13] 178: Checking gears ** [07:36:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:36:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:26 2020-06-13] 178: Checking imports ** [07:36:26 2020-06-13] 178: Checking exports ** [07:36:26 2020-06-13] 178: Checking users ** [07:36:26 2020-06-13] 178: Checking user_dbs ** [07:36:26 2020-06-13] 178: Checking geocodings ** [07:36:26 2020-06-13] 178: Checking synchronizations ** [07:36:26 2020-06-13] 178: Checking tracker ** [07:36:26 2020-06-13] 178: Checking user_migrations ** [07:36:26 2020-06-13] 178: Checking batch_updates ** [07:36:26 2020-06-13] 178: Checking gears ** [07:36:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:36:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:31 2020-06-13] 178: Checking imports ** [07:36:31 2020-06-13] 178: Checking exports ** [07:36:31 2020-06-13] 178: Checking users ** [07:36:31 2020-06-13] 178: Checking user_dbs ** [07:36:31 2020-06-13] 178: Checking geocodings ** [07:36:31 2020-06-13] 178: Checking synchronizations ** [07:36:31 2020-06-13] 178: Checking tracker ** [07:36:31 2020-06-13] 178: Checking user_migrations ** [07:36:31 2020-06-13] 178: Checking batch_updates ** [07:36:31 2020-06-13] 178: Checking gears ** [07:36:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:36:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:36 2020-06-13] 178: Checking imports ** [07:36:36 2020-06-13] 178: Checking exports ** [07:36:36 2020-06-13] 178: Checking users ** [07:36:36 2020-06-13] 178: Checking user_dbs ** [07:36:36 2020-06-13] 178: Checking geocodings ** [07:36:36 2020-06-13] 178: Checking synchronizations ** [07:36:36 2020-06-13] 178: Checking tracker ** [07:36:36 2020-06-13] 178: Checking user_migrations ** [07:36:36 2020-06-13] 178: Checking batch_updates ** [07:36:36 2020-06-13] 178: Checking gears ** [07:36:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:36:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:41 2020-06-13] 178: Checking imports ** [07:36:41 2020-06-13] 178: Checking exports ** [07:36:41 2020-06-13] 178: Checking users ** [07:36:41 2020-06-13] 178: Checking user_dbs ** [07:36:41 2020-06-13] 178: Checking geocodings ** [07:36:41 2020-06-13] 178: Checking synchronizations ** [07:36:41 2020-06-13] 178: Checking tracker ** [07:36:41 2020-06-13] 178: Checking user_migrations ** [07:36:41 2020-06-13] 178: Checking batch_updates ** [07:36:41 2020-06-13] 178: Checking gears ** [07:36:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:36:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:46 2020-06-13] 178: Checking imports ** [07:36:46 2020-06-13] 178: Checking exports ** [07:36:46 2020-06-13] 178: Checking users ** [07:36:46 2020-06-13] 178: Checking user_dbs ** [07:36:46 2020-06-13] 178: Checking geocodings ** [07:36:46 2020-06-13] 178: Checking synchronizations ** [07:36:46 2020-06-13] 178: Checking tracker ** [07:36:46 2020-06-13] 178: Checking user_migrations ** [07:36:46 2020-06-13] 178: Checking batch_updates ** [07:36:46 2020-06-13] 178: Checking gears ** [07:36:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:36:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:51 2020-06-13] 178: Checking imports ** [07:36:51 2020-06-13] 178: Checking exports ** [07:36:51 2020-06-13] 178: Checking users ** [07:36:51 2020-06-13] 178: Checking user_dbs ** [07:36:51 2020-06-13] 178: Checking geocodings ** [07:36:51 2020-06-13] 178: Checking synchronizations ** [07:36:51 2020-06-13] 178: Checking tracker ** [07:36:51 2020-06-13] 178: Checking user_migrations ** [07:36:51 2020-06-13] 178: Checking batch_updates ** [07:36:51 2020-06-13] 178: Checking gears ** [07:36:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:36:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:56 2020-06-13] 178: Checking imports ** [07:36:56 2020-06-13] 178: Checking exports ** [07:36:56 2020-06-13] 178: Checking users ** [07:36:56 2020-06-13] 178: Checking user_dbs ** [07:36:56 2020-06-13] 178: Checking geocodings ** [07:36:56 2020-06-13] 178: Checking synchronizations ** [07:36:56 2020-06-13] 178: Checking tracker ** [07:36:56 2020-06-13] 178: Checking user_migrations ** [07:36:56 2020-06-13] 178: Checking batch_updates ** [07:36:56 2020-06-13] 178: Checking gears ** [07:36:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:36:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:01 2020-06-13] 178: Checking imports ** [07:37:01 2020-06-13] 178: Checking exports ** [07:37:01 2020-06-13] 178: Checking users ** [07:37:01 2020-06-13] 178: Checking user_dbs ** [07:37:01 2020-06-13] 178: Checking geocodings ** [07:37:01 2020-06-13] 178: Checking synchronizations ** [07:37:01 2020-06-13] 178: Checking tracker ** [07:37:01 2020-06-13] 178: Checking user_migrations ** [07:37:01 2020-06-13] 178: Checking batch_updates ** [07:37:01 2020-06-13] 178: Checking gears ** [07:37:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:37:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:06 2020-06-13] 178: Checking imports ** [07:37:06 2020-06-13] 178: Checking exports ** [07:37:06 2020-06-13] 178: Checking users ** [07:37:06 2020-06-13] 178: Checking user_dbs ** [07:37:06 2020-06-13] 178: Checking geocodings ** [07:37:06 2020-06-13] 178: Checking synchronizations ** [07:37:06 2020-06-13] 178: Checking tracker ** [07:37:06 2020-06-13] 178: Checking user_migrations ** [07:37:06 2020-06-13] 178: Checking batch_updates ** [07:37:06 2020-06-13] 178: Checking gears ** [07:37:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:37:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:11 2020-06-13] 178: Checking imports ** [07:37:11 2020-06-13] 178: Checking exports ** [07:37:11 2020-06-13] 178: Checking users ** [07:37:11 2020-06-13] 178: Checking user_dbs ** [07:37:11 2020-06-13] 178: Checking geocodings ** [07:37:11 2020-06-13] 178: Checking synchronizations ** [07:37:11 2020-06-13] 178: Checking tracker ** [07:37:11 2020-06-13] 178: Checking user_migrations ** [07:37:11 2020-06-13] 178: Checking batch_updates ** [07:37:11 2020-06-13] 178: Checking gears ** [07:37:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:37:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:16 2020-06-13] 178: Checking imports ** [07:37:16 2020-06-13] 178: Checking exports ** [07:37:16 2020-06-13] 178: Checking users ** [07:37:16 2020-06-13] 178: Checking user_dbs ** [07:37:16 2020-06-13] 178: Checking geocodings ** [07:37:16 2020-06-13] 178: Checking synchronizations ** [07:37:16 2020-06-13] 178: Checking tracker ** [07:37:16 2020-06-13] 178: Checking user_migrations ** [07:37:16 2020-06-13] 178: Checking batch_updates ** [07:37:16 2020-06-13] 178: Checking gears ** [07:37:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:37:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:21 2020-06-13] 178: Checking imports ** [07:37:21 2020-06-13] 178: Checking exports ** [07:37:21 2020-06-13] 178: Checking users ** [07:37:21 2020-06-13] 178: Checking user_dbs ** [07:37:21 2020-06-13] 178: Checking geocodings ** [07:37:21 2020-06-13] 178: Checking synchronizations ** [07:37:21 2020-06-13] 178: Checking tracker ** [07:37:21 2020-06-13] 178: Checking user_migrations ** [07:37:21 2020-06-13] 178: Checking batch_updates ** [07:37:21 2020-06-13] 178: Checking gears ** [07:37:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:37:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:26 2020-06-13] 178: Checking imports ** [07:37:26 2020-06-13] 178: Checking exports ** [07:37:26 2020-06-13] 178: Checking users ** [07:37:26 2020-06-13] 178: Checking user_dbs ** [07:37:26 2020-06-13] 178: Checking geocodings ** [07:37:26 2020-06-13] 178: Checking synchronizations ** [07:37:26 2020-06-13] 178: Checking tracker ** [07:37:26 2020-06-13] 178: Checking user_migrations ** [07:37:26 2020-06-13] 178: Checking batch_updates ** [07:37:26 2020-06-13] 178: Checking gears ** [07:37:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:37:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:31 2020-06-13] 178: Checking imports ** [07:37:31 2020-06-13] 178: Checking exports ** [07:37:31 2020-06-13] 178: Checking users ** [07:37:31 2020-06-13] 178: Checking user_dbs ** [07:37:31 2020-06-13] 178: Checking geocodings ** [07:37:31 2020-06-13] 178: Checking synchronizations ** [07:37:31 2020-06-13] 178: Checking tracker ** [07:37:31 2020-06-13] 178: Checking user_migrations ** [07:37:31 2020-06-13] 178: Checking batch_updates ** [07:37:31 2020-06-13] 178: Checking gears ** [07:37:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:37:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:36 2020-06-13] 178: Checking imports ** [07:37:36 2020-06-13] 178: Checking exports ** [07:37:36 2020-06-13] 178: Checking users ** [07:37:36 2020-06-13] 178: Checking user_dbs ** [07:37:36 2020-06-13] 178: Checking geocodings ** [07:37:36 2020-06-13] 178: Checking synchronizations ** [07:37:36 2020-06-13] 178: Checking tracker ** [07:37:36 2020-06-13] 178: Checking user_migrations ** [07:37:36 2020-06-13] 178: Checking batch_updates ** [07:37:36 2020-06-13] 178: Checking gears ** [07:37:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:37:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:41 2020-06-13] 178: Checking imports ** [07:37:41 2020-06-13] 178: Checking exports ** [07:37:41 2020-06-13] 178: Checking users ** [07:37:41 2020-06-13] 178: Checking user_dbs ** [07:37:41 2020-06-13] 178: Checking geocodings ** [07:37:41 2020-06-13] 178: Checking synchronizations ** [07:37:41 2020-06-13] 178: Checking tracker ** [07:37:41 2020-06-13] 178: Checking user_migrations ** [07:37:41 2020-06-13] 178: Checking batch_updates ** [07:37:41 2020-06-13] 178: Checking gears ** [07:37:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:37:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:46 2020-06-13] 178: Checking imports ** [07:37:46 2020-06-13] 178: Checking exports ** [07:37:46 2020-06-13] 178: Checking users ** [07:37:46 2020-06-13] 178: Checking user_dbs ** [07:37:46 2020-06-13] 178: Checking geocodings ** [07:37:46 2020-06-13] 178: Checking synchronizations ** [07:37:46 2020-06-13] 178: Checking tracker ** [07:37:46 2020-06-13] 178: Checking user_migrations ** [07:37:46 2020-06-13] 178: Checking batch_updates ** [07:37:46 2020-06-13] 178: Checking gears ** [07:37:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:37:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:51 2020-06-13] 178: Checking imports ** [07:37:51 2020-06-13] 178: Checking exports ** [07:37:51 2020-06-13] 178: Checking users ** [07:37:51 2020-06-13] 178: Checking user_dbs ** [07:37:51 2020-06-13] 178: Checking geocodings ** [07:37:51 2020-06-13] 178: Checking synchronizations ** [07:37:51 2020-06-13] 178: Checking tracker ** [07:37:51 2020-06-13] 178: Checking user_migrations ** [07:37:51 2020-06-13] 178: Checking batch_updates ** [07:37:51 2020-06-13] 178: Checking gears ** [07:37:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:37:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:56 2020-06-13] 178: Checking imports ** [07:37:56 2020-06-13] 178: Checking exports ** [07:37:56 2020-06-13] 178: Checking users ** [07:37:56 2020-06-13] 178: Checking user_dbs ** [07:37:56 2020-06-13] 178: Checking geocodings ** [07:37:56 2020-06-13] 178: Checking synchronizations ** [07:37:56 2020-06-13] 178: Checking tracker ** [07:37:56 2020-06-13] 178: Checking user_migrations ** [07:37:56 2020-06-13] 178: Checking batch_updates ** [07:37:56 2020-06-13] 178: Checking gears ** [07:37:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:37:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:01 2020-06-13] 178: Checking imports ** [07:38:01 2020-06-13] 178: Checking exports ** [07:38:01 2020-06-13] 178: Checking users ** [07:38:01 2020-06-13] 178: Checking user_dbs ** [07:38:01 2020-06-13] 178: Checking geocodings ** [07:38:01 2020-06-13] 178: Checking synchronizations ** [07:38:01 2020-06-13] 178: Checking tracker ** [07:38:01 2020-06-13] 178: Checking user_migrations ** [07:38:01 2020-06-13] 178: Checking batch_updates ** [07:38:01 2020-06-13] 178: Checking gears ** [07:38:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:38:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:06 2020-06-13] 178: Checking imports ** [07:38:06 2020-06-13] 178: Checking exports ** [07:38:06 2020-06-13] 178: Checking users ** [07:38:06 2020-06-13] 178: Checking user_dbs ** [07:38:06 2020-06-13] 178: Checking geocodings ** [07:38:06 2020-06-13] 178: Checking synchronizations ** [07:38:06 2020-06-13] 178: Checking tracker ** [07:38:06 2020-06-13] 178: Checking user_migrations ** [07:38:06 2020-06-13] 178: Checking batch_updates ** [07:38:06 2020-06-13] 178: Checking gears ** [07:38:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:38:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:11 2020-06-13] 178: Checking imports ** [07:38:11 2020-06-13] 178: Checking exports ** [07:38:11 2020-06-13] 178: Checking users ** [07:38:11 2020-06-13] 178: Checking user_dbs ** [07:38:11 2020-06-13] 178: Checking geocodings ** [07:38:11 2020-06-13] 178: Checking synchronizations ** [07:38:11 2020-06-13] 178: Checking tracker ** [07:38:11 2020-06-13] 178: Checking user_migrations ** [07:38:11 2020-06-13] 178: Checking batch_updates ** [07:38:11 2020-06-13] 178: Checking gears ** [07:38:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:38:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:16 2020-06-13] 178: Checking imports ** [07:38:16 2020-06-13] 178: Checking exports ** [07:38:16 2020-06-13] 178: Checking users ** [07:38:16 2020-06-13] 178: Checking user_dbs ** [07:38:16 2020-06-13] 178: Checking geocodings ** [07:38:16 2020-06-13] 178: Checking synchronizations ** [07:38:16 2020-06-13] 178: Checking tracker ** [07:38:16 2020-06-13] 178: Checking user_migrations ** [07:38:16 2020-06-13] 178: Checking batch_updates ** [07:38:16 2020-06-13] 178: Checking gears ** [07:38:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:38:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:21 2020-06-13] 178: Checking imports ** [07:38:21 2020-06-13] 178: Checking exports ** [07:38:21 2020-06-13] 178: Checking users ** [07:38:21 2020-06-13] 178: Checking user_dbs ** [07:38:21 2020-06-13] 178: Checking geocodings ** [07:38:21 2020-06-13] 178: Checking synchronizations ** [07:38:21 2020-06-13] 178: Checking tracker ** [07:38:21 2020-06-13] 178: Checking user_migrations ** [07:38:21 2020-06-13] 178: Checking batch_updates ** [07:38:21 2020-06-13] 178: Checking gears ** [07:38:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:38:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:26 2020-06-13] 178: Checking imports ** [07:38:26 2020-06-13] 178: Checking exports ** [07:38:26 2020-06-13] 178: Checking users ** [07:38:26 2020-06-13] 178: Checking user_dbs ** [07:38:26 2020-06-13] 178: Checking geocodings ** [07:38:26 2020-06-13] 178: Checking synchronizations ** [07:38:26 2020-06-13] 178: Checking tracker ** [07:38:26 2020-06-13] 178: Checking user_migrations ** [07:38:26 2020-06-13] 178: Checking batch_updates ** [07:38:26 2020-06-13] 178: Checking gears ** [07:38:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:38:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:31 2020-06-13] 178: Checking imports ** [07:38:31 2020-06-13] 178: Checking exports ** [07:38:31 2020-06-13] 178: Checking users ** [07:38:31 2020-06-13] 178: Checking user_dbs ** [07:38:31 2020-06-13] 178: Checking geocodings ** [07:38:31 2020-06-13] 178: Checking synchronizations ** [07:38:31 2020-06-13] 178: Checking tracker ** [07:38:31 2020-06-13] 178: Checking user_migrations ** [07:38:31 2020-06-13] 178: Checking batch_updates ** [07:38:31 2020-06-13] 178: Checking gears ** [07:38:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:38:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:36 2020-06-13] 178: Checking imports ** [07:38:36 2020-06-13] 178: Checking exports ** [07:38:36 2020-06-13] 178: Checking users ** [07:38:36 2020-06-13] 178: Checking user_dbs ** [07:38:36 2020-06-13] 178: Checking geocodings ** [07:38:36 2020-06-13] 178: Checking synchronizations ** [07:38:36 2020-06-13] 178: Checking tracker ** [07:38:36 2020-06-13] 178: Checking user_migrations ** [07:38:36 2020-06-13] 178: Checking batch_updates ** [07:38:36 2020-06-13] 178: Checking gears ** [07:38:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:38:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:41 2020-06-13] 178: Checking imports ** [07:38:41 2020-06-13] 178: Checking exports ** [07:38:41 2020-06-13] 178: Checking users ** [07:38:41 2020-06-13] 178: Checking user_dbs ** [07:38:41 2020-06-13] 178: Checking geocodings ** [07:38:41 2020-06-13] 178: Checking synchronizations ** [07:38:41 2020-06-13] 178: Checking tracker ** [07:38:41 2020-06-13] 178: Checking user_migrations ** [07:38:41 2020-06-13] 178: Checking batch_updates ** [07:38:41 2020-06-13] 178: Checking gears ** [07:38:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:38:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:46 2020-06-13] 178: Checking imports ** [07:38:46 2020-06-13] 178: Checking exports ** [07:38:46 2020-06-13] 178: Checking users ** [07:38:46 2020-06-13] 178: Checking user_dbs ** [07:38:46 2020-06-13] 178: Checking geocodings ** [07:38:46 2020-06-13] 178: Checking synchronizations ** [07:38:46 2020-06-13] 178: Checking tracker ** [07:38:46 2020-06-13] 178: Checking user_migrations ** [07:38:46 2020-06-13] 178: Checking batch_updates ** [07:38:46 2020-06-13] 178: Checking gears ** [07:38:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:38:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:51 2020-06-13] 178: Checking imports ** [07:38:51 2020-06-13] 178: Checking exports ** [07:38:51 2020-06-13] 178: Checking users ** [07:38:51 2020-06-13] 178: Checking user_dbs ** [07:38:51 2020-06-13] 178: Checking geocodings ** [07:38:51 2020-06-13] 178: Checking synchronizations ** [07:38:51 2020-06-13] 178: Checking tracker ** [07:38:51 2020-06-13] 178: Checking user_migrations ** [07:38:51 2020-06-13] 178: Checking batch_updates ** [07:38:51 2020-06-13] 178: Checking gears ** [07:38:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:38:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:56 2020-06-13] 178: Checking imports ** [07:38:56 2020-06-13] 178: Checking exports ** [07:38:56 2020-06-13] 178: Checking users ** [07:38:56 2020-06-13] 178: Checking user_dbs ** [07:38:56 2020-06-13] 178: Checking geocodings ** [07:38:56 2020-06-13] 178: Checking synchronizations ** [07:38:56 2020-06-13] 178: Checking tracker ** [07:38:56 2020-06-13] 178: Checking user_migrations ** [07:38:56 2020-06-13] 178: Checking batch_updates ** [07:38:56 2020-06-13] 178: Checking gears ** [07:38:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:38:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:01 2020-06-13] 178: Checking imports ** [07:39:01 2020-06-13] 178: Checking exports ** [07:39:01 2020-06-13] 178: Checking users ** [07:39:01 2020-06-13] 178: Checking user_dbs ** [07:39:01 2020-06-13] 178: Checking geocodings ** [07:39:01 2020-06-13] 178: Checking synchronizations ** [07:39:01 2020-06-13] 178: Checking tracker ** [07:39:01 2020-06-13] 178: Checking user_migrations ** [07:39:01 2020-06-13] 178: Checking batch_updates ** [07:39:01 2020-06-13] 178: Checking gears ** [07:39:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:39:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:06 2020-06-13] 178: Checking imports ** [07:39:06 2020-06-13] 178: Checking exports ** [07:39:06 2020-06-13] 178: Checking users ** [07:39:06 2020-06-13] 178: Checking user_dbs ** [07:39:06 2020-06-13] 178: Checking geocodings ** [07:39:06 2020-06-13] 178: Checking synchronizations ** [07:39:06 2020-06-13] 178: Checking tracker ** [07:39:06 2020-06-13] 178: Checking user_migrations ** [07:39:06 2020-06-13] 178: Checking batch_updates ** [07:39:06 2020-06-13] 178: Checking gears ** [07:39:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:39:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:11 2020-06-13] 178: Checking imports ** [07:39:11 2020-06-13] 178: Checking exports ** [07:39:11 2020-06-13] 178: Checking users ** [07:39:11 2020-06-13] 178: Checking user_dbs ** [07:39:11 2020-06-13] 178: Checking geocodings ** [07:39:11 2020-06-13] 178: Checking synchronizations ** [07:39:11 2020-06-13] 178: Checking tracker ** [07:39:11 2020-06-13] 178: Checking user_migrations ** [07:39:11 2020-06-13] 178: Checking batch_updates ** [07:39:11 2020-06-13] 178: Checking gears ** [07:39:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:39:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:16 2020-06-13] 178: Checking imports ** [07:39:16 2020-06-13] 178: Checking exports ** [07:39:16 2020-06-13] 178: Checking users ** [07:39:16 2020-06-13] 178: Checking user_dbs ** [07:39:16 2020-06-13] 178: Checking geocodings ** [07:39:16 2020-06-13] 178: Checking synchronizations ** [07:39:16 2020-06-13] 178: Checking tracker ** [07:39:16 2020-06-13] 178: Checking user_migrations ** [07:39:16 2020-06-13] 178: Checking batch_updates ** [07:39:16 2020-06-13] 178: Checking gears ** [07:39:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:39:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:21 2020-06-13] 178: Checking imports ** [07:39:21 2020-06-13] 178: Checking exports ** [07:39:21 2020-06-13] 178: Checking users ** [07:39:21 2020-06-13] 178: Checking user_dbs ** [07:39:21 2020-06-13] 178: Checking geocodings ** [07:39:21 2020-06-13] 178: Checking synchronizations ** [07:39:21 2020-06-13] 178: Checking tracker ** [07:39:21 2020-06-13] 178: Checking user_migrations ** [07:39:21 2020-06-13] 178: Checking batch_updates ** [07:39:21 2020-06-13] 178: Checking gears ** [07:39:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:39:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:26 2020-06-13] 178: Checking imports ** [07:39:26 2020-06-13] 178: Checking exports ** [07:39:26 2020-06-13] 178: Checking users ** [07:39:26 2020-06-13] 178: Checking user_dbs ** [07:39:26 2020-06-13] 178: Checking geocodings ** [07:39:26 2020-06-13] 178: Checking synchronizations ** [07:39:26 2020-06-13] 178: Checking tracker ** [07:39:26 2020-06-13] 178: Checking user_migrations ** [07:39:26 2020-06-13] 178: Checking batch_updates ** [07:39:26 2020-06-13] 178: Checking gears ** [07:39:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:39:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:31 2020-06-13] 178: Checking imports ** [07:39:31 2020-06-13] 178: Checking exports ** [07:39:31 2020-06-13] 178: Checking users ** [07:39:31 2020-06-13] 178: Checking user_dbs ** [07:39:31 2020-06-13] 178: Checking geocodings ** [07:39:31 2020-06-13] 178: Checking synchronizations ** [07:39:31 2020-06-13] 178: Checking tracker ** [07:39:31 2020-06-13] 178: Checking user_migrations ** [07:39:31 2020-06-13] 178: Checking batch_updates ** [07:39:31 2020-06-13] 178: Checking gears ** [07:39:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:39:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:36 2020-06-13] 178: Checking imports ** [07:39:36 2020-06-13] 178: Checking exports ** [07:39:36 2020-06-13] 178: Checking users ** [07:39:36 2020-06-13] 178: Checking user_dbs ** [07:39:36 2020-06-13] 178: Checking geocodings ** [07:39:36 2020-06-13] 178: Checking synchronizations ** [07:39:36 2020-06-13] 178: Checking tracker ** [07:39:36 2020-06-13] 178: Checking user_migrations ** [07:39:36 2020-06-13] 178: Checking batch_updates ** [07:39:36 2020-06-13] 178: Checking gears ** [07:39:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:39:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:41 2020-06-13] 178: Checking imports ** [07:39:41 2020-06-13] 178: Checking exports ** [07:39:41 2020-06-13] 178: Checking users ** [07:39:41 2020-06-13] 178: Checking user_dbs ** [07:39:41 2020-06-13] 178: Checking geocodings ** [07:39:41 2020-06-13] 178: Checking synchronizations ** [07:39:41 2020-06-13] 178: Checking tracker ** [07:39:41 2020-06-13] 178: Checking user_migrations ** [07:39:41 2020-06-13] 178: Checking batch_updates ** [07:39:41 2020-06-13] 178: Checking gears ** [07:39:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:39:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:46 2020-06-13] 178: Checking imports ** [07:39:46 2020-06-13] 178: Checking exports ** [07:39:46 2020-06-13] 178: Checking users ** [07:39:46 2020-06-13] 178: Checking user_dbs ** [07:39:46 2020-06-13] 178: Checking geocodings ** [07:39:46 2020-06-13] 178: Checking synchronizations ** [07:39:46 2020-06-13] 178: Checking tracker ** [07:39:46 2020-06-13] 178: Checking user_migrations ** [07:39:46 2020-06-13] 178: Checking batch_updates ** [07:39:46 2020-06-13] 178: Checking gears ** [07:39:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:39:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:51 2020-06-13] 178: Checking imports ** [07:39:51 2020-06-13] 178: Checking exports ** [07:39:51 2020-06-13] 178: Checking users ** [07:39:51 2020-06-13] 178: Checking user_dbs ** [07:39:51 2020-06-13] 178: Checking geocodings ** [07:39:51 2020-06-13] 178: Checking synchronizations ** [07:39:51 2020-06-13] 178: Checking tracker ** [07:39:51 2020-06-13] 178: Checking user_migrations ** [07:39:51 2020-06-13] 178: Checking batch_updates ** [07:39:51 2020-06-13] 178: Checking gears ** [07:39:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:39:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:56 2020-06-13] 178: Checking imports ** [07:39:56 2020-06-13] 178: Checking exports ** [07:39:56 2020-06-13] 178: Checking users ** [07:39:56 2020-06-13] 178: Checking user_dbs ** [07:39:56 2020-06-13] 178: Checking geocodings ** [07:39:56 2020-06-13] 178: Checking synchronizations ** [07:39:56 2020-06-13] 178: Checking tracker ** [07:39:56 2020-06-13] 178: Checking user_migrations ** [07:39:56 2020-06-13] 178: Checking batch_updates ** [07:39:56 2020-06-13] 178: Checking gears ** [07:39:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:39:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:01 2020-06-13] 178: Checking imports ** [07:40:01 2020-06-13] 178: Checking exports ** [07:40:01 2020-06-13] 178: Checking users ** [07:40:01 2020-06-13] 178: Checking user_dbs ** [07:40:01 2020-06-13] 178: Checking geocodings ** [07:40:01 2020-06-13] 178: Checking synchronizations ** [07:40:01 2020-06-13] 178: Checking tracker ** [07:40:01 2020-06-13] 178: Checking user_migrations ** [07:40:01 2020-06-13] 178: Checking batch_updates ** [07:40:01 2020-06-13] 178: Checking gears ** [07:40:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:40:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:06 2020-06-13] 178: Checking imports ** [07:40:06 2020-06-13] 178: Checking exports ** [07:40:06 2020-06-13] 178: Checking users ** [07:40:06 2020-06-13] 178: Checking user_dbs ** [07:40:06 2020-06-13] 178: Checking geocodings ** [07:40:06 2020-06-13] 178: Checking synchronizations ** [07:40:06 2020-06-13] 178: Checking tracker ** [07:40:06 2020-06-13] 178: Checking user_migrations ** [07:40:06 2020-06-13] 178: Checking batch_updates ** [07:40:06 2020-06-13] 178: Checking gears ** [07:40:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:40:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:11 2020-06-13] 178: Checking imports ** [07:40:11 2020-06-13] 178: Checking exports ** [07:40:11 2020-06-13] 178: Checking users ** [07:40:11 2020-06-13] 178: Checking user_dbs ** [07:40:11 2020-06-13] 178: Checking geocodings ** [07:40:11 2020-06-13] 178: Checking synchronizations ** [07:40:11 2020-06-13] 178: Checking tracker ** [07:40:11 2020-06-13] 178: Checking user_migrations ** [07:40:11 2020-06-13] 178: Checking batch_updates ** [07:40:11 2020-06-13] 178: Checking gears ** [07:40:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:40:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:16 2020-06-13] 178: Checking imports ** [07:40:16 2020-06-13] 178: Checking exports ** [07:40:16 2020-06-13] 178: Checking users ** [07:40:16 2020-06-13] 178: Checking user_dbs ** [07:40:16 2020-06-13] 178: Checking geocodings ** [07:40:16 2020-06-13] 178: Checking synchronizations ** [07:40:16 2020-06-13] 178: Checking tracker ** [07:40:16 2020-06-13] 178: Checking user_migrations ** [07:40:16 2020-06-13] 178: Checking batch_updates ** [07:40:16 2020-06-13] 178: Checking gears ** [07:40:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:40:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:21 2020-06-13] 178: Checking imports ** [07:40:21 2020-06-13] 178: Checking exports ** [07:40:21 2020-06-13] 178: Checking users ** [07:40:21 2020-06-13] 178: Checking user_dbs ** [07:40:21 2020-06-13] 178: Checking geocodings ** [07:40:21 2020-06-13] 178: Checking synchronizations ** [07:40:21 2020-06-13] 178: Checking tracker ** [07:40:21 2020-06-13] 178: Checking user_migrations ** [07:40:21 2020-06-13] 178: Checking batch_updates ** [07:40:21 2020-06-13] 178: Checking gears ** [07:40:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:40:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:26 2020-06-13] 178: Checking imports ** [07:40:26 2020-06-13] 178: Checking exports ** [07:40:26 2020-06-13] 178: Checking users ** [07:40:26 2020-06-13] 178: Checking user_dbs ** [07:40:26 2020-06-13] 178: Checking geocodings ** [07:40:26 2020-06-13] 178: Checking synchronizations ** [07:40:26 2020-06-13] 178: Checking tracker ** [07:40:26 2020-06-13] 178: Checking user_migrations ** [07:40:26 2020-06-13] 178: Checking batch_updates ** [07:40:26 2020-06-13] 178: Checking gears ** [07:40:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:40:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:31 2020-06-13] 178: Checking imports ** [07:40:31 2020-06-13] 178: Checking exports ** [07:40:31 2020-06-13] 178: Checking users ** [07:40:31 2020-06-13] 178: Checking user_dbs ** [07:40:31 2020-06-13] 178: Checking geocodings ** [07:40:31 2020-06-13] 178: Checking synchronizations ** [07:40:31 2020-06-13] 178: Checking tracker ** [07:40:31 2020-06-13] 178: Checking user_migrations ** [07:40:31 2020-06-13] 178: Checking batch_updates ** [07:40:31 2020-06-13] 178: Checking gears ** [07:40:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:40:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:36 2020-06-13] 178: Checking imports ** [07:40:36 2020-06-13] 178: Checking exports ** [07:40:37 2020-06-13] 178: Checking users ** [07:40:37 2020-06-13] 178: Checking user_dbs ** [07:40:37 2020-06-13] 178: Checking geocodings ** [07:40:37 2020-06-13] 178: Checking synchronizations ** [07:40:37 2020-06-13] 178: Checking tracker ** [07:40:37 2020-06-13] 178: Checking user_migrations ** [07:40:37 2020-06-13] 178: Checking batch_updates ** [07:40:37 2020-06-13] 178: Checking gears ** [07:40:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:40:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:42 2020-06-13] 178: Checking imports ** [07:40:42 2020-06-13] 178: Checking exports ** [07:40:42 2020-06-13] 178: Checking users ** [07:40:42 2020-06-13] 178: Checking user_dbs ** [07:40:42 2020-06-13] 178: Checking geocodings ** [07:40:42 2020-06-13] 178: Checking synchronizations ** [07:40:42 2020-06-13] 178: Checking tracker ** [07:40:42 2020-06-13] 178: Checking user_migrations ** [07:40:42 2020-06-13] 178: Checking batch_updates ** [07:40:42 2020-06-13] 178: Checking gears ** [07:40:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:40:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:47 2020-06-13] 178: Checking imports ** [07:40:47 2020-06-13] 178: Checking exports ** [07:40:47 2020-06-13] 178: Checking users ** [07:40:47 2020-06-13] 178: Checking user_dbs ** [07:40:47 2020-06-13] 178: Checking geocodings ** [07:40:47 2020-06-13] 178: Checking synchronizations ** [07:40:47 2020-06-13] 178: Checking tracker ** [07:40:47 2020-06-13] 178: Checking user_migrations ** [07:40:47 2020-06-13] 178: Checking batch_updates ** [07:40:47 2020-06-13] 178: Checking gears ** [07:40:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:40:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:52 2020-06-13] 178: Checking imports ** [07:40:52 2020-06-13] 178: Checking exports ** [07:40:52 2020-06-13] 178: Checking users ** [07:40:52 2020-06-13] 178: Checking user_dbs ** [07:40:52 2020-06-13] 178: Checking geocodings ** [07:40:52 2020-06-13] 178: Checking synchronizations ** [07:40:52 2020-06-13] 178: Checking tracker ** [07:40:52 2020-06-13] 178: Checking user_migrations ** [07:40:52 2020-06-13] 178: Checking batch_updates ** [07:40:52 2020-06-13] 178: Checking gears ** [07:40:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:40:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:57 2020-06-13] 178: Checking imports ** [07:40:57 2020-06-13] 178: Checking exports ** [07:40:57 2020-06-13] 178: Checking users ** [07:40:57 2020-06-13] 178: Checking user_dbs ** [07:40:57 2020-06-13] 178: Checking geocodings ** [07:40:57 2020-06-13] 178: Checking synchronizations ** [07:40:57 2020-06-13] 178: Checking tracker ** [07:40:57 2020-06-13] 178: Checking user_migrations ** [07:40:57 2020-06-13] 178: Checking batch_updates ** [07:40:57 2020-06-13] 178: Checking gears ** [07:40:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:40:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:02 2020-06-13] 178: Checking imports ** [07:41:02 2020-06-13] 178: Checking exports ** [07:41:02 2020-06-13] 178: Checking users ** [07:41:02 2020-06-13] 178: Checking user_dbs ** [07:41:02 2020-06-13] 178: Checking geocodings ** [07:41:02 2020-06-13] 178: Checking synchronizations ** [07:41:02 2020-06-13] 178: Checking tracker ** [07:41:02 2020-06-13] 178: Checking user_migrations ** [07:41:02 2020-06-13] 178: Checking batch_updates ** [07:41:02 2020-06-13] 178: Checking gears ** [07:41:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:41:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:07 2020-06-13] 178: Checking imports ** [07:41:07 2020-06-13] 178: Checking exports ** [07:41:07 2020-06-13] 178: Checking users ** [07:41:07 2020-06-13] 178: Checking user_dbs ** [07:41:07 2020-06-13] 178: Checking geocodings ** [07:41:07 2020-06-13] 178: Checking synchronizations ** [07:41:07 2020-06-13] 178: Checking tracker ** [07:41:07 2020-06-13] 178: Checking user_migrations ** [07:41:07 2020-06-13] 178: Checking batch_updates ** [07:41:07 2020-06-13] 178: Checking gears ** [07:41:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:41:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:12 2020-06-13] 178: Checking imports ** [07:41:12 2020-06-13] 178: Checking exports ** [07:41:12 2020-06-13] 178: Checking users ** [07:41:12 2020-06-13] 178: Checking user_dbs ** [07:41:12 2020-06-13] 178: Checking geocodings ** [07:41:12 2020-06-13] 178: Checking synchronizations ** [07:41:12 2020-06-13] 178: Checking tracker ** [07:41:12 2020-06-13] 178: Checking user_migrations ** [07:41:12 2020-06-13] 178: Checking batch_updates ** [07:41:12 2020-06-13] 178: Checking gears ** [07:41:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:41:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:17 2020-06-13] 178: Checking imports ** [07:41:17 2020-06-13] 178: Checking exports ** [07:41:17 2020-06-13] 178: Checking users ** [07:41:17 2020-06-13] 178: Checking user_dbs ** [07:41:17 2020-06-13] 178: Checking geocodings ** [07:41:17 2020-06-13] 178: Checking synchronizations ** [07:41:17 2020-06-13] 178: Checking tracker ** [07:41:17 2020-06-13] 178: Checking user_migrations ** [07:41:17 2020-06-13] 178: Checking batch_updates ** [07:41:17 2020-06-13] 178: Checking gears ** [07:41:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:41:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:22 2020-06-13] 178: Checking imports ** [07:41:22 2020-06-13] 178: Checking exports ** [07:41:22 2020-06-13] 178: Checking users ** [07:41:22 2020-06-13] 178: Checking user_dbs ** [07:41:22 2020-06-13] 178: Checking geocodings ** [07:41:22 2020-06-13] 178: Checking synchronizations ** [07:41:22 2020-06-13] 178: Checking tracker ** [07:41:22 2020-06-13] 178: Checking user_migrations ** [07:41:22 2020-06-13] 178: Checking batch_updates ** [07:41:22 2020-06-13] 178: Checking gears ** [07:41:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:41:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:27 2020-06-13] 178: Checking imports ** [07:41:27 2020-06-13] 178: Checking exports ** [07:41:27 2020-06-13] 178: Checking users ** [07:41:27 2020-06-13] 178: Checking user_dbs ** [07:41:27 2020-06-13] 178: Checking geocodings ** [07:41:27 2020-06-13] 178: Checking synchronizations ** [07:41:27 2020-06-13] 178: Checking tracker ** [07:41:27 2020-06-13] 178: Checking user_migrations ** [07:41:27 2020-06-13] 178: Checking batch_updates ** [07:41:27 2020-06-13] 178: Checking gears ** [07:41:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:41:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:32 2020-06-13] 178: Checking imports ** [07:41:32 2020-06-13] 178: Checking exports ** [07:41:32 2020-06-13] 178: Checking users ** [07:41:32 2020-06-13] 178: Checking user_dbs ** [07:41:32 2020-06-13] 178: Checking geocodings ** [07:41:32 2020-06-13] 178: Checking synchronizations ** [07:41:32 2020-06-13] 178: Checking tracker ** [07:41:32 2020-06-13] 178: Checking user_migrations ** [07:41:32 2020-06-13] 178: Checking batch_updates ** [07:41:32 2020-06-13] 178: Checking gears ** [07:41:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:41:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:37 2020-06-13] 178: Checking imports ** [07:41:37 2020-06-13] 178: Checking exports ** [07:41:37 2020-06-13] 178: Checking users ** [07:41:37 2020-06-13] 178: Checking user_dbs ** [07:41:37 2020-06-13] 178: Checking geocodings ** [07:41:37 2020-06-13] 178: Checking synchronizations ** [07:41:37 2020-06-13] 178: Checking tracker ** [07:41:37 2020-06-13] 178: Checking user_migrations ** [07:41:37 2020-06-13] 178: Checking batch_updates ** [07:41:37 2020-06-13] 178: Checking gears ** [07:41:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:41:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:42 2020-06-13] 178: Checking imports ** [07:41:42 2020-06-13] 178: Checking exports ** [07:41:42 2020-06-13] 178: Checking users ** [07:41:42 2020-06-13] 178: Checking user_dbs ** [07:41:42 2020-06-13] 178: Checking geocodings ** [07:41:42 2020-06-13] 178: Checking synchronizations ** [07:41:42 2020-06-13] 178: Checking tracker ** [07:41:42 2020-06-13] 178: Checking user_migrations ** [07:41:42 2020-06-13] 178: Checking batch_updates ** [07:41:42 2020-06-13] 178: Checking gears ** [07:41:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:41:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:47 2020-06-13] 178: Checking imports ** [07:41:47 2020-06-13] 178: Checking exports ** [07:41:47 2020-06-13] 178: Checking users ** [07:41:47 2020-06-13] 178: Checking user_dbs ** [07:41:47 2020-06-13] 178: Checking geocodings ** [07:41:47 2020-06-13] 178: Checking synchronizations ** [07:41:47 2020-06-13] 178: Checking tracker ** [07:41:47 2020-06-13] 178: Checking user_migrations ** [07:41:47 2020-06-13] 178: Checking batch_updates ** [07:41:47 2020-06-13] 178: Checking gears ** [07:41:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:41:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:52 2020-06-13] 178: Checking imports ** [07:41:52 2020-06-13] 178: Checking exports ** [07:41:52 2020-06-13] 178: Checking users ** [07:41:52 2020-06-13] 178: Checking user_dbs ** [07:41:52 2020-06-13] 178: Checking geocodings ** [07:41:52 2020-06-13] 178: Checking synchronizations ** [07:41:52 2020-06-13] 178: Checking tracker ** [07:41:52 2020-06-13] 178: Checking user_migrations ** [07:41:52 2020-06-13] 178: Checking batch_updates ** [07:41:52 2020-06-13] 178: Checking gears ** [07:41:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:41:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:57 2020-06-13] 178: Checking imports ** [07:41:57 2020-06-13] 178: Checking exports ** [07:41:57 2020-06-13] 178: Checking users ** [07:41:57 2020-06-13] 178: Checking user_dbs ** [07:41:57 2020-06-13] 178: Checking geocodings ** [07:41:57 2020-06-13] 178: Checking synchronizations ** [07:41:57 2020-06-13] 178: Checking tracker ** [07:41:57 2020-06-13] 178: Checking user_migrations ** [07:41:57 2020-06-13] 178: Checking batch_updates ** [07:41:57 2020-06-13] 178: Checking gears ** [07:41:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:41:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:02 2020-06-13] 178: Checking imports ** [07:42:02 2020-06-13] 178: Checking exports ** [07:42:02 2020-06-13] 178: Checking users ** [07:42:02 2020-06-13] 178: Checking user_dbs ** [07:42:02 2020-06-13] 178: Checking geocodings ** [07:42:02 2020-06-13] 178: Checking synchronizations ** [07:42:02 2020-06-13] 178: Checking tracker ** [07:42:02 2020-06-13] 178: Checking user_migrations ** [07:42:02 2020-06-13] 178: Checking batch_updates ** [07:42:02 2020-06-13] 178: Checking gears ** [07:42:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:42:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:07 2020-06-13] 178: Checking imports ** [07:42:07 2020-06-13] 178: Checking exports ** [07:42:07 2020-06-13] 178: Checking users ** [07:42:07 2020-06-13] 178: Checking user_dbs ** [07:42:07 2020-06-13] 178: Checking geocodings ** [07:42:07 2020-06-13] 178: Checking synchronizations ** [07:42:07 2020-06-13] 178: Checking tracker ** [07:42:07 2020-06-13] 178: Checking user_migrations ** [07:42:07 2020-06-13] 178: Checking batch_updates ** [07:42:07 2020-06-13] 178: Checking gears ** [07:42:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:42:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:12 2020-06-13] 178: Checking imports ** [07:42:12 2020-06-13] 178: Checking exports ** [07:42:12 2020-06-13] 178: Checking users ** [07:42:12 2020-06-13] 178: Checking user_dbs ** [07:42:12 2020-06-13] 178: Checking geocodings ** [07:42:12 2020-06-13] 178: Checking synchronizations ** [07:42:12 2020-06-13] 178: Checking tracker ** [07:42:12 2020-06-13] 178: Checking user_migrations ** [07:42:12 2020-06-13] 178: Checking batch_updates ** [07:42:12 2020-06-13] 178: Checking gears ** [07:42:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:42:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:17 2020-06-13] 178: Checking imports ** [07:42:17 2020-06-13] 178: Checking exports ** [07:42:17 2020-06-13] 178: Checking users ** [07:42:17 2020-06-13] 178: Checking user_dbs ** [07:42:17 2020-06-13] 178: Checking geocodings ** [07:42:17 2020-06-13] 178: Checking synchronizations ** [07:42:17 2020-06-13] 178: Checking tracker ** [07:42:17 2020-06-13] 178: Checking user_migrations ** [07:42:17 2020-06-13] 178: Checking batch_updates ** [07:42:17 2020-06-13] 178: Checking gears ** [07:42:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:42:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:22 2020-06-13] 178: Checking imports ** [07:42:22 2020-06-13] 178: Checking exports ** [07:42:22 2020-06-13] 178: Checking users ** [07:42:22 2020-06-13] 178: Checking user_dbs ** [07:42:22 2020-06-13] 178: Checking geocodings ** [07:42:22 2020-06-13] 178: Checking synchronizations ** [07:42:22 2020-06-13] 178: Checking tracker ** [07:42:22 2020-06-13] 178: Checking user_migrations ** [07:42:22 2020-06-13] 178: Checking batch_updates ** [07:42:22 2020-06-13] 178: Checking gears ** [07:42:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:42:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:27 2020-06-13] 178: Checking imports ** [07:42:27 2020-06-13] 178: Checking exports ** [07:42:27 2020-06-13] 178: Checking users ** [07:42:27 2020-06-13] 178: Checking user_dbs ** [07:42:27 2020-06-13] 178: Checking geocodings ** [07:42:27 2020-06-13] 178: Checking synchronizations ** [07:42:27 2020-06-13] 178: Checking tracker ** [07:42:27 2020-06-13] 178: Checking user_migrations ** [07:42:27 2020-06-13] 178: Checking batch_updates ** [07:42:27 2020-06-13] 178: Checking gears ** [07:42:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:42:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:32 2020-06-13] 178: Checking imports ** [07:42:32 2020-06-13] 178: Checking exports ** [07:42:32 2020-06-13] 178: Checking users ** [07:42:32 2020-06-13] 178: Checking user_dbs ** [07:42:32 2020-06-13] 178: Checking geocodings ** [07:42:32 2020-06-13] 178: Checking synchronizations ** [07:42:32 2020-06-13] 178: Checking tracker ** [07:42:32 2020-06-13] 178: Checking user_migrations ** [07:42:32 2020-06-13] 178: Checking batch_updates ** [07:42:32 2020-06-13] 178: Checking gears ** [07:42:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:42:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:37 2020-06-13] 178: Checking imports ** [07:42:37 2020-06-13] 178: Checking exports ** [07:42:37 2020-06-13] 178: Checking users ** [07:42:37 2020-06-13] 178: Checking user_dbs ** [07:42:37 2020-06-13] 178: Checking geocodings ** [07:42:37 2020-06-13] 178: Checking synchronizations ** [07:42:37 2020-06-13] 178: Checking tracker ** [07:42:37 2020-06-13] 178: Checking user_migrations ** [07:42:37 2020-06-13] 178: Checking batch_updates ** [07:42:37 2020-06-13] 178: Checking gears ** [07:42:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:42:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:42 2020-06-13] 178: Checking imports ** [07:42:42 2020-06-13] 178: Checking exports ** [07:42:42 2020-06-13] 178: Checking users ** [07:42:42 2020-06-13] 178: Checking user_dbs ** [07:42:42 2020-06-13] 178: Checking geocodings ** [07:42:42 2020-06-13] 178: Checking synchronizations ** [07:42:42 2020-06-13] 178: Checking tracker ** [07:42:42 2020-06-13] 178: Checking user_migrations ** [07:42:42 2020-06-13] 178: Checking batch_updates ** [07:42:42 2020-06-13] 178: Checking gears ** [07:42:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:42:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:47 2020-06-13] 178: Checking imports ** [07:42:47 2020-06-13] 178: Checking exports ** [07:42:47 2020-06-13] 178: Checking users ** [07:42:47 2020-06-13] 178: Checking user_dbs ** [07:42:47 2020-06-13] 178: Checking geocodings ** [07:42:47 2020-06-13] 178: Checking synchronizations ** [07:42:47 2020-06-13] 178: Checking tracker ** [07:42:47 2020-06-13] 178: Checking user_migrations ** [07:42:47 2020-06-13] 178: Checking batch_updates ** [07:42:47 2020-06-13] 178: Checking gears ** [07:42:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:42:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:52 2020-06-13] 178: Checking imports ** [07:42:52 2020-06-13] 178: Checking exports ** [07:42:52 2020-06-13] 178: Checking users ** [07:42:52 2020-06-13] 178: Checking user_dbs ** [07:42:52 2020-06-13] 178: Checking geocodings ** [07:42:52 2020-06-13] 178: Checking synchronizations ** [07:42:52 2020-06-13] 178: Checking tracker ** [07:42:52 2020-06-13] 178: Checking user_migrations ** [07:42:52 2020-06-13] 178: Checking batch_updates ** [07:42:52 2020-06-13] 178: Checking gears ** [07:42:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:42:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:57 2020-06-13] 178: Checking imports ** [07:42:57 2020-06-13] 178: Checking exports ** [07:42:57 2020-06-13] 178: Checking users ** [07:42:57 2020-06-13] 178: Checking user_dbs ** [07:42:57 2020-06-13] 178: Checking geocodings ** [07:42:57 2020-06-13] 178: Checking synchronizations ** [07:42:57 2020-06-13] 178: Checking tracker ** [07:42:57 2020-06-13] 178: Checking user_migrations ** [07:42:57 2020-06-13] 178: Checking batch_updates ** [07:42:57 2020-06-13] 178: Checking gears ** [07:42:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:42:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:02 2020-06-13] 178: Checking imports ** [07:43:02 2020-06-13] 178: Checking exports ** [07:43:02 2020-06-13] 178: Checking users ** [07:43:02 2020-06-13] 178: Checking user_dbs ** [07:43:02 2020-06-13] 178: Checking geocodings ** [07:43:02 2020-06-13] 178: Checking synchronizations ** [07:43:02 2020-06-13] 178: Checking tracker ** [07:43:02 2020-06-13] 178: Checking user_migrations ** [07:43:02 2020-06-13] 178: Checking batch_updates ** [07:43:02 2020-06-13] 178: Checking gears ** [07:43:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:43:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:07 2020-06-13] 178: Checking imports ** [07:43:07 2020-06-13] 178: Checking exports ** [07:43:07 2020-06-13] 178: Checking users ** [07:43:07 2020-06-13] 178: Checking user_dbs ** [07:43:07 2020-06-13] 178: Checking geocodings ** [07:43:07 2020-06-13] 178: Checking synchronizations ** [07:43:07 2020-06-13] 178: Checking tracker ** [07:43:07 2020-06-13] 178: Checking user_migrations ** [07:43:07 2020-06-13] 178: Checking batch_updates ** [07:43:07 2020-06-13] 178: Checking gears ** [07:43:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:43:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:12 2020-06-13] 178: Checking imports ** [07:43:12 2020-06-13] 178: Checking exports ** [07:43:12 2020-06-13] 178: Checking users ** [07:43:12 2020-06-13] 178: Checking user_dbs ** [07:43:12 2020-06-13] 178: Checking geocodings ** [07:43:12 2020-06-13] 178: Checking synchronizations ** [07:43:12 2020-06-13] 178: Checking tracker ** [07:43:12 2020-06-13] 178: Checking user_migrations ** [07:43:12 2020-06-13] 178: Checking batch_updates ** [07:43:12 2020-06-13] 178: Checking gears ** [07:43:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:43:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:17 2020-06-13] 178: Checking imports ** [07:43:17 2020-06-13] 178: Checking exports ** [07:43:17 2020-06-13] 178: Checking users ** [07:43:17 2020-06-13] 178: Checking user_dbs ** [07:43:17 2020-06-13] 178: Checking geocodings ** [07:43:17 2020-06-13] 178: Checking synchronizations ** [07:43:17 2020-06-13] 178: Checking tracker ** [07:43:17 2020-06-13] 178: Checking user_migrations ** [07:43:17 2020-06-13] 178: Checking batch_updates ** [07:43:17 2020-06-13] 178: Checking gears ** [07:43:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:43:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:22 2020-06-13] 178: Checking imports ** [07:43:22 2020-06-13] 178: Checking exports ** [07:43:22 2020-06-13] 178: Checking users ** [07:43:22 2020-06-13] 178: Checking user_dbs ** [07:43:22 2020-06-13] 178: Checking geocodings ** [07:43:22 2020-06-13] 178: Checking synchronizations ** [07:43:22 2020-06-13] 178: Checking tracker ** [07:43:22 2020-06-13] 178: Checking user_migrations ** [07:43:22 2020-06-13] 178: Checking batch_updates ** [07:43:22 2020-06-13] 178: Checking gears ** [07:43:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:43:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:27 2020-06-13] 178: Checking imports ** [07:43:27 2020-06-13] 178: Checking exports ** [07:43:27 2020-06-13] 178: Checking users ** [07:43:27 2020-06-13] 178: Checking user_dbs ** [07:43:27 2020-06-13] 178: Checking geocodings ** [07:43:27 2020-06-13] 178: Checking synchronizations ** [07:43:27 2020-06-13] 178: Checking tracker ** [07:43:27 2020-06-13] 178: Checking user_migrations ** [07:43:27 2020-06-13] 178: Checking batch_updates ** [07:43:27 2020-06-13] 178: Checking gears ** [07:43:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:43:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:32 2020-06-13] 178: Checking imports ** [07:43:32 2020-06-13] 178: Checking exports ** [07:43:32 2020-06-13] 178: Checking users ** [07:43:32 2020-06-13] 178: Checking user_dbs ** [07:43:32 2020-06-13] 178: Checking geocodings ** [07:43:32 2020-06-13] 178: Checking synchronizations ** [07:43:32 2020-06-13] 178: Checking tracker ** [07:43:32 2020-06-13] 178: Checking user_migrations ** [07:43:32 2020-06-13] 178: Checking batch_updates ** [07:43:32 2020-06-13] 178: Checking gears ** [07:43:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:43:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:37 2020-06-13] 178: Checking imports ** [07:43:37 2020-06-13] 178: Checking exports ** [07:43:37 2020-06-13] 178: Checking users ** [07:43:37 2020-06-13] 178: Checking user_dbs ** [07:43:37 2020-06-13] 178: Checking geocodings ** [07:43:37 2020-06-13] 178: Checking synchronizations ** [07:43:37 2020-06-13] 178: Checking tracker ** [07:43:37 2020-06-13] 178: Checking user_migrations ** [07:43:37 2020-06-13] 178: Checking batch_updates ** [07:43:37 2020-06-13] 178: Checking gears ** [07:43:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:43:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:42 2020-06-13] 178: Checking imports ** [07:43:42 2020-06-13] 178: Checking exports ** [07:43:42 2020-06-13] 178: Checking users ** [07:43:42 2020-06-13] 178: Checking user_dbs ** [07:43:42 2020-06-13] 178: Checking geocodings ** [07:43:42 2020-06-13] 178: Checking synchronizations ** [07:43:42 2020-06-13] 178: Checking tracker ** [07:43:42 2020-06-13] 178: Checking user_migrations ** [07:43:42 2020-06-13] 178: Checking batch_updates ** [07:43:42 2020-06-13] 178: Checking gears ** [07:43:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:43:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:47 2020-06-13] 178: Checking imports ** [07:43:47 2020-06-13] 178: Checking exports ** [07:43:47 2020-06-13] 178: Checking users ** [07:43:47 2020-06-13] 178: Checking user_dbs ** [07:43:47 2020-06-13] 178: Checking geocodings ** [07:43:47 2020-06-13] 178: Checking synchronizations ** [07:43:47 2020-06-13] 178: Checking tracker ** [07:43:47 2020-06-13] 178: Checking user_migrations ** [07:43:47 2020-06-13] 178: Checking batch_updates ** [07:43:47 2020-06-13] 178: Checking gears ** [07:43:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:43:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:52 2020-06-13] 178: Checking imports ** [07:43:52 2020-06-13] 178: Checking exports ** [07:43:52 2020-06-13] 178: Checking users ** [07:43:52 2020-06-13] 178: Checking user_dbs ** [07:43:52 2020-06-13] 178: Checking geocodings ** [07:43:52 2020-06-13] 178: Checking synchronizations ** [07:43:52 2020-06-13] 178: Checking tracker ** [07:43:52 2020-06-13] 178: Checking user_migrations ** [07:43:52 2020-06-13] 178: Checking batch_updates ** [07:43:52 2020-06-13] 178: Checking gears ** [07:43:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:43:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:57 2020-06-13] 178: Checking imports ** [07:43:57 2020-06-13] 178: Checking exports ** [07:43:57 2020-06-13] 178: Checking users ** [07:43:57 2020-06-13] 178: Checking user_dbs ** [07:43:57 2020-06-13] 178: Checking geocodings ** [07:43:57 2020-06-13] 178: Checking synchronizations ** [07:43:57 2020-06-13] 178: Checking tracker ** [07:43:57 2020-06-13] 178: Checking user_migrations ** [07:43:57 2020-06-13] 178: Checking batch_updates ** [07:43:57 2020-06-13] 178: Checking gears ** [07:43:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:43:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:02 2020-06-13] 178: Checking imports ** [07:44:02 2020-06-13] 178: Checking exports ** [07:44:02 2020-06-13] 178: Checking users ** [07:44:02 2020-06-13] 178: Checking user_dbs ** [07:44:02 2020-06-13] 178: Checking geocodings ** [07:44:02 2020-06-13] 178: Checking synchronizations ** [07:44:02 2020-06-13] 178: Checking tracker ** [07:44:02 2020-06-13] 178: Checking user_migrations ** [07:44:02 2020-06-13] 178: Checking batch_updates ** [07:44:02 2020-06-13] 178: Checking gears ** [07:44:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:44:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:07 2020-06-13] 178: Checking imports ** [07:44:07 2020-06-13] 178: Checking exports ** [07:44:07 2020-06-13] 178: Checking users ** [07:44:07 2020-06-13] 178: Checking user_dbs ** [07:44:07 2020-06-13] 178: Checking geocodings ** [07:44:07 2020-06-13] 178: Checking synchronizations ** [07:44:07 2020-06-13] 178: Checking tracker ** [07:44:07 2020-06-13] 178: Checking user_migrations ** [07:44:07 2020-06-13] 178: Checking batch_updates ** [07:44:07 2020-06-13] 178: Checking gears ** [07:44:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:44:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:12 2020-06-13] 178: Checking imports ** [07:44:12 2020-06-13] 178: Checking exports ** [07:44:12 2020-06-13] 178: Checking users ** [07:44:12 2020-06-13] 178: Checking user_dbs ** [07:44:12 2020-06-13] 178: Checking geocodings ** [07:44:12 2020-06-13] 178: Checking synchronizations ** [07:44:12 2020-06-13] 178: Checking tracker ** [07:44:12 2020-06-13] 178: Checking user_migrations ** [07:44:12 2020-06-13] 178: Checking batch_updates ** [07:44:12 2020-06-13] 178: Checking gears ** [07:44:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:44:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:17 2020-06-13] 178: Checking imports ** [07:44:17 2020-06-13] 178: Checking exports ** [07:44:17 2020-06-13] 178: Checking users ** [07:44:17 2020-06-13] 178: Checking user_dbs ** [07:44:17 2020-06-13] 178: Checking geocodings ** [07:44:17 2020-06-13] 178: Checking synchronizations ** [07:44:17 2020-06-13] 178: Checking tracker ** [07:44:17 2020-06-13] 178: Checking user_migrations ** [07:44:17 2020-06-13] 178: Checking batch_updates ** [07:44:17 2020-06-13] 178: Checking gears ** [07:44:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:44:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:22 2020-06-13] 178: Checking imports ** [07:44:22 2020-06-13] 178: Checking exports ** [07:44:22 2020-06-13] 178: Checking users ** [07:44:22 2020-06-13] 178: Checking user_dbs ** [07:44:22 2020-06-13] 178: Checking geocodings ** [07:44:22 2020-06-13] 178: Checking synchronizations ** [07:44:22 2020-06-13] 178: Checking tracker ** [07:44:22 2020-06-13] 178: Checking user_migrations ** [07:44:22 2020-06-13] 178: Checking batch_updates ** [07:44:22 2020-06-13] 178: Checking gears ** [07:44:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:44:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:27 2020-06-13] 178: Checking imports ** [07:44:27 2020-06-13] 178: Checking exports ** [07:44:27 2020-06-13] 178: Checking users ** [07:44:27 2020-06-13] 178: Checking user_dbs ** [07:44:27 2020-06-13] 178: Checking geocodings ** [07:44:27 2020-06-13] 178: Checking synchronizations ** [07:44:27 2020-06-13] 178: Checking tracker ** [07:44:27 2020-06-13] 178: Checking user_migrations ** [07:44:27 2020-06-13] 178: Checking batch_updates ** [07:44:27 2020-06-13] 178: Checking gears ** [07:44:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:44:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:32 2020-06-13] 178: Checking imports ** [07:44:32 2020-06-13] 178: Checking exports ** [07:44:32 2020-06-13] 178: Checking users ** [07:44:32 2020-06-13] 178: Checking user_dbs ** [07:44:32 2020-06-13] 178: Checking geocodings ** [07:44:32 2020-06-13] 178: Checking synchronizations ** [07:44:32 2020-06-13] 178: Checking tracker ** [07:44:32 2020-06-13] 178: Checking user_migrations ** [07:44:32 2020-06-13] 178: Checking batch_updates ** [07:44:32 2020-06-13] 178: Checking gears ** [07:44:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:44:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:37 2020-06-13] 178: Checking imports ** [07:44:37 2020-06-13] 178: Checking exports ** [07:44:37 2020-06-13] 178: Checking users ** [07:44:37 2020-06-13] 178: Checking user_dbs ** [07:44:37 2020-06-13] 178: Checking geocodings ** [07:44:37 2020-06-13] 178: Checking synchronizations ** [07:44:37 2020-06-13] 178: Checking tracker ** [07:44:37 2020-06-13] 178: Checking user_migrations ** [07:44:37 2020-06-13] 178: Checking batch_updates ** [07:44:37 2020-06-13] 178: Checking gears ** [07:44:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:44:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:42 2020-06-13] 178: Checking imports ** [07:44:42 2020-06-13] 178: Checking exports ** [07:44:42 2020-06-13] 178: Checking users ** [07:44:42 2020-06-13] 178: Checking user_dbs ** [07:44:42 2020-06-13] 178: Checking geocodings ** [07:44:42 2020-06-13] 178: Checking synchronizations ** [07:44:42 2020-06-13] 178: Checking tracker ** [07:44:42 2020-06-13] 178: Checking user_migrations ** [07:44:42 2020-06-13] 178: Checking batch_updates ** [07:44:42 2020-06-13] 178: Checking gears ** [07:44:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:44:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:47 2020-06-13] 178: Checking imports ** [07:44:47 2020-06-13] 178: Checking exports ** [07:44:47 2020-06-13] 178: Checking users ** [07:44:47 2020-06-13] 178: Checking user_dbs ** [07:44:47 2020-06-13] 178: Checking geocodings ** [07:44:47 2020-06-13] 178: Checking synchronizations ** [07:44:47 2020-06-13] 178: Checking tracker ** [07:44:47 2020-06-13] 178: Checking user_migrations ** [07:44:47 2020-06-13] 178: Checking batch_updates ** [07:44:47 2020-06-13] 178: Checking gears ** [07:44:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:44:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:52 2020-06-13] 178: Checking imports ** [07:44:52 2020-06-13] 178: Checking exports ** [07:44:52 2020-06-13] 178: Checking users ** [07:44:52 2020-06-13] 178: Checking user_dbs ** [07:44:52 2020-06-13] 178: Checking geocodings ** [07:44:52 2020-06-13] 178: Checking synchronizations ** [07:44:52 2020-06-13] 178: Checking tracker ** [07:44:52 2020-06-13] 178: Checking user_migrations ** [07:44:52 2020-06-13] 178: Checking batch_updates ** [07:44:52 2020-06-13] 178: Checking gears ** [07:44:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:44:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:57 2020-06-13] 178: Checking imports ** [07:44:57 2020-06-13] 178: Checking exports ** [07:44:57 2020-06-13] 178: Checking users ** [07:44:57 2020-06-13] 178: Checking user_dbs ** [07:44:57 2020-06-13] 178: Checking geocodings ** [07:44:57 2020-06-13] 178: Checking synchronizations ** [07:44:57 2020-06-13] 178: Checking tracker ** [07:44:57 2020-06-13] 178: Checking user_migrations ** [07:44:57 2020-06-13] 178: Checking batch_updates ** [07:44:57 2020-06-13] 178: Checking gears ** [07:44:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:44:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:02 2020-06-13] 178: Checking imports ** [07:45:02 2020-06-13] 178: Checking exports ** [07:45:02 2020-06-13] 178: Checking users ** [07:45:02 2020-06-13] 178: Checking user_dbs ** [07:45:02 2020-06-13] 178: Checking geocodings ** [07:45:02 2020-06-13] 178: Checking synchronizations ** [07:45:02 2020-06-13] 178: Checking tracker ** [07:45:02 2020-06-13] 178: Checking user_migrations ** [07:45:02 2020-06-13] 178: Checking batch_updates ** [07:45:02 2020-06-13] 178: Checking gears ** [07:45:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:45:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:07 2020-06-13] 178: Checking imports ** [07:45:07 2020-06-13] 178: Checking exports ** [07:45:07 2020-06-13] 178: Checking users ** [07:45:07 2020-06-13] 178: Checking user_dbs ** [07:45:07 2020-06-13] 178: Checking geocodings ** [07:45:07 2020-06-13] 178: Checking synchronizations ** [07:45:07 2020-06-13] 178: Checking tracker ** [07:45:07 2020-06-13] 178: Checking user_migrations ** [07:45:07 2020-06-13] 178: Checking batch_updates ** [07:45:07 2020-06-13] 178: Checking gears ** [07:45:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:45:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:12 2020-06-13] 178: Checking imports ** [07:45:12 2020-06-13] 178: Checking exports ** [07:45:12 2020-06-13] 178: Checking users ** [07:45:12 2020-06-13] 178: Checking user_dbs ** [07:45:12 2020-06-13] 178: Checking geocodings ** [07:45:12 2020-06-13] 178: Checking synchronizations ** [07:45:12 2020-06-13] 178: Checking tracker ** [07:45:12 2020-06-13] 178: Checking user_migrations ** [07:45:12 2020-06-13] 178: Checking batch_updates ** [07:45:12 2020-06-13] 178: Checking gears ** [07:45:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:45:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:17 2020-06-13] 178: Checking imports ** [07:45:17 2020-06-13] 178: Checking exports ** [07:45:17 2020-06-13] 178: Checking users ** [07:45:17 2020-06-13] 178: Checking user_dbs ** [07:45:17 2020-06-13] 178: Checking geocodings ** [07:45:17 2020-06-13] 178: Checking synchronizations ** [07:45:17 2020-06-13] 178: Checking tracker ** [07:45:17 2020-06-13] 178: Checking user_migrations ** [07:45:17 2020-06-13] 178: Checking batch_updates ** [07:45:17 2020-06-13] 178: Checking gears ** [07:45:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:45:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:22 2020-06-13] 178: Checking imports ** [07:45:22 2020-06-13] 178: Checking exports ** [07:45:22 2020-06-13] 178: Checking users ** [07:45:22 2020-06-13] 178: Checking user_dbs ** [07:45:22 2020-06-13] 178: Checking geocodings ** [07:45:22 2020-06-13] 178: Checking synchronizations ** [07:45:22 2020-06-13] 178: Checking tracker ** [07:45:22 2020-06-13] 178: Checking user_migrations ** [07:45:22 2020-06-13] 178: Checking batch_updates ** [07:45:22 2020-06-13] 178: Checking gears ** [07:45:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:45:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:27 2020-06-13] 178: Checking imports ** [07:45:27 2020-06-13] 178: Checking exports ** [07:45:27 2020-06-13] 178: Checking users ** [07:45:27 2020-06-13] 178: Checking user_dbs ** [07:45:27 2020-06-13] 178: Checking geocodings ** [07:45:27 2020-06-13] 178: Checking synchronizations ** [07:45:27 2020-06-13] 178: Checking tracker ** [07:45:27 2020-06-13] 178: Checking user_migrations ** [07:45:27 2020-06-13] 178: Checking batch_updates ** [07:45:27 2020-06-13] 178: Checking gears ** [07:45:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:45:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:32 2020-06-13] 178: Checking imports ** [07:45:32 2020-06-13] 178: Checking exports ** [07:45:32 2020-06-13] 178: Checking users ** [07:45:32 2020-06-13] 178: Checking user_dbs ** [07:45:32 2020-06-13] 178: Checking geocodings ** [07:45:32 2020-06-13] 178: Checking synchronizations ** [07:45:32 2020-06-13] 178: Checking tracker ** [07:45:32 2020-06-13] 178: Checking user_migrations ** [07:45:32 2020-06-13] 178: Checking batch_updates ** [07:45:32 2020-06-13] 178: Checking gears ** [07:45:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:45:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:37 2020-06-13] 178: Checking imports ** [07:45:37 2020-06-13] 178: Checking exports ** [07:45:37 2020-06-13] 178: Checking users ** [07:45:37 2020-06-13] 178: Checking user_dbs ** [07:45:37 2020-06-13] 178: Checking geocodings ** [07:45:37 2020-06-13] 178: Checking synchronizations ** [07:45:37 2020-06-13] 178: Checking tracker ** [07:45:37 2020-06-13] 178: Checking user_migrations ** [07:45:37 2020-06-13] 178: Checking batch_updates ** [07:45:37 2020-06-13] 178: Checking gears ** [07:45:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:45:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:42 2020-06-13] 178: Checking imports ** [07:45:42 2020-06-13] 178: Checking exports ** [07:45:42 2020-06-13] 178: Checking users ** [07:45:42 2020-06-13] 178: Checking user_dbs ** [07:45:42 2020-06-13] 178: Checking geocodings ** [07:45:42 2020-06-13] 178: Checking synchronizations ** [07:45:42 2020-06-13] 178: Checking tracker ** [07:45:42 2020-06-13] 178: Checking user_migrations ** [07:45:42 2020-06-13] 178: Checking batch_updates ** [07:45:42 2020-06-13] 178: Checking gears ** [07:45:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:45:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:47 2020-06-13] 178: Checking imports ** [07:45:47 2020-06-13] 178: Checking exports ** [07:45:47 2020-06-13] 178: Checking users ** [07:45:47 2020-06-13] 178: Checking user_dbs ** [07:45:47 2020-06-13] 178: Checking geocodings ** [07:45:47 2020-06-13] 178: Checking synchronizations ** [07:45:47 2020-06-13] 178: Checking tracker ** [07:45:47 2020-06-13] 178: Checking user_migrations ** [07:45:47 2020-06-13] 178: Checking batch_updates ** [07:45:47 2020-06-13] 178: Checking gears ** [07:45:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:45:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:52 2020-06-13] 178: Checking imports ** [07:45:52 2020-06-13] 178: Checking exports ** [07:45:52 2020-06-13] 178: Checking users ** [07:45:52 2020-06-13] 178: Checking user_dbs ** [07:45:52 2020-06-13] 178: Checking geocodings ** [07:45:52 2020-06-13] 178: Checking synchronizations ** [07:45:52 2020-06-13] 178: Checking tracker ** [07:45:52 2020-06-13] 178: Checking user_migrations ** [07:45:52 2020-06-13] 178: Checking batch_updates ** [07:45:52 2020-06-13] 178: Checking gears ** [07:45:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:45:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:57 2020-06-13] 178: Checking imports ** [07:45:57 2020-06-13] 178: Checking exports ** [07:45:57 2020-06-13] 178: Checking users ** [07:45:57 2020-06-13] 178: Checking user_dbs ** [07:45:57 2020-06-13] 178: Checking geocodings ** [07:45:57 2020-06-13] 178: Checking synchronizations ** [07:45:57 2020-06-13] 178: Checking tracker ** [07:45:57 2020-06-13] 178: Checking user_migrations ** [07:45:57 2020-06-13] 178: Checking batch_updates ** [07:45:57 2020-06-13] 178: Checking gears ** [07:45:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:45:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:02 2020-06-13] 178: Checking imports ** [07:46:02 2020-06-13] 178: Checking exports ** [07:46:02 2020-06-13] 178: Checking users ** [07:46:02 2020-06-13] 178: Checking user_dbs ** [07:46:02 2020-06-13] 178: Checking geocodings ** [07:46:02 2020-06-13] 178: Checking synchronizations ** [07:46:02 2020-06-13] 178: Checking tracker ** [07:46:02 2020-06-13] 178: Checking user_migrations ** [07:46:02 2020-06-13] 178: Checking batch_updates ** [07:46:02 2020-06-13] 178: Checking gears ** [07:46:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:46:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:07 2020-06-13] 178: Checking imports ** [07:46:07 2020-06-13] 178: Checking exports ** [07:46:07 2020-06-13] 178: Checking users ** [07:46:07 2020-06-13] 178: Checking user_dbs ** [07:46:07 2020-06-13] 178: Checking geocodings ** [07:46:07 2020-06-13] 178: Checking synchronizations ** [07:46:07 2020-06-13] 178: Checking tracker ** [07:46:07 2020-06-13] 178: Checking user_migrations ** [07:46:07 2020-06-13] 178: Checking batch_updates ** [07:46:07 2020-06-13] 178: Checking gears ** [07:46:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:46:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:12 2020-06-13] 178: Checking imports ** [07:46:12 2020-06-13] 178: Checking exports ** [07:46:12 2020-06-13] 178: Checking users ** [07:46:12 2020-06-13] 178: Checking user_dbs ** [07:46:12 2020-06-13] 178: Checking geocodings ** [07:46:12 2020-06-13] 178: Checking synchronizations ** [07:46:12 2020-06-13] 178: Checking tracker ** [07:46:12 2020-06-13] 178: Checking user_migrations ** [07:46:12 2020-06-13] 178: Checking batch_updates ** [07:46:12 2020-06-13] 178: Checking gears ** [07:46:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:46:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:17 2020-06-13] 178: Checking imports ** [07:46:17 2020-06-13] 178: Checking exports ** [07:46:17 2020-06-13] 178: Checking users ** [07:46:17 2020-06-13] 178: Checking user_dbs ** [07:46:17 2020-06-13] 178: Checking geocodings ** [07:46:17 2020-06-13] 178: Checking synchronizations ** [07:46:17 2020-06-13] 178: Checking tracker ** [07:46:17 2020-06-13] 178: Checking user_migrations ** [07:46:17 2020-06-13] 178: Checking batch_updates ** [07:46:17 2020-06-13] 178: Checking gears ** [07:46:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:46:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:22 2020-06-13] 178: Checking imports ** [07:46:22 2020-06-13] 178: Checking exports ** [07:46:22 2020-06-13] 178: Checking users ** [07:46:22 2020-06-13] 178: Checking user_dbs ** [07:46:22 2020-06-13] 178: Checking geocodings ** [07:46:22 2020-06-13] 178: Checking synchronizations ** [07:46:22 2020-06-13] 178: Checking tracker ** [07:46:22 2020-06-13] 178: Checking user_migrations ** [07:46:22 2020-06-13] 178: Checking batch_updates ** [07:46:22 2020-06-13] 178: Checking gears ** [07:46:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:46:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:27 2020-06-13] 178: Checking imports ** [07:46:27 2020-06-13] 178: Checking exports ** [07:46:27 2020-06-13] 178: Checking users ** [07:46:27 2020-06-13] 178: Checking user_dbs ** [07:46:27 2020-06-13] 178: Checking geocodings ** [07:46:27 2020-06-13] 178: Checking synchronizations ** [07:46:27 2020-06-13] 178: Checking tracker ** [07:46:27 2020-06-13] 178: Checking user_migrations ** [07:46:27 2020-06-13] 178: Checking batch_updates ** [07:46:27 2020-06-13] 178: Checking gears ** [07:46:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:46:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:32 2020-06-13] 178: Checking imports ** [07:46:32 2020-06-13] 178: Checking exports ** [07:46:32 2020-06-13] 178: Checking users ** [07:46:32 2020-06-13] 178: Checking user_dbs ** [07:46:32 2020-06-13] 178: Checking geocodings ** [07:46:32 2020-06-13] 178: Checking synchronizations ** [07:46:32 2020-06-13] 178: Checking tracker ** [07:46:32 2020-06-13] 178: Checking user_migrations ** [07:46:32 2020-06-13] 178: Checking batch_updates ** [07:46:32 2020-06-13] 178: Checking gears ** [07:46:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:46:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:37 2020-06-13] 178: Checking imports ** [07:46:37 2020-06-13] 178: Checking exports ** [07:46:37 2020-06-13] 178: Checking users ** [07:46:37 2020-06-13] 178: Checking user_dbs ** [07:46:37 2020-06-13] 178: Checking geocodings ** [07:46:37 2020-06-13] 178: Checking synchronizations ** [07:46:37 2020-06-13] 178: Checking tracker ** [07:46:37 2020-06-13] 178: Checking user_migrations ** [07:46:37 2020-06-13] 178: Checking batch_updates ** [07:46:37 2020-06-13] 178: Checking gears ** [07:46:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:46:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:42 2020-06-13] 178: Checking imports ** [07:46:42 2020-06-13] 178: Checking exports ** [07:46:42 2020-06-13] 178: Checking users ** [07:46:42 2020-06-13] 178: Checking user_dbs ** [07:46:42 2020-06-13] 178: Checking geocodings ** [07:46:42 2020-06-13] 178: Checking synchronizations ** [07:46:42 2020-06-13] 178: Checking tracker ** [07:46:42 2020-06-13] 178: Checking user_migrations ** [07:46:42 2020-06-13] 178: Checking batch_updates ** [07:46:42 2020-06-13] 178: Checking gears ** [07:46:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:46:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:47 2020-06-13] 178: Checking imports ** [07:46:47 2020-06-13] 178: Checking exports ** [07:46:47 2020-06-13] 178: Checking users ** [07:46:47 2020-06-13] 178: Checking user_dbs ** [07:46:47 2020-06-13] 178: Checking geocodings ** [07:46:47 2020-06-13] 178: Checking synchronizations ** [07:46:47 2020-06-13] 178: Checking tracker ** [07:46:47 2020-06-13] 178: Checking user_migrations ** [07:46:47 2020-06-13] 178: Checking batch_updates ** [07:46:47 2020-06-13] 178: Checking gears ** [07:46:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:46:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:52 2020-06-13] 178: Checking imports ** [07:46:52 2020-06-13] 178: Checking exports ** [07:46:52 2020-06-13] 178: Checking users ** [07:46:52 2020-06-13] 178: Checking user_dbs ** [07:46:52 2020-06-13] 178: Checking geocodings ** [07:46:52 2020-06-13] 178: Checking synchronizations ** [07:46:52 2020-06-13] 178: Checking tracker ** [07:46:52 2020-06-13] 178: Checking user_migrations ** [07:46:52 2020-06-13] 178: Checking batch_updates ** [07:46:52 2020-06-13] 178: Checking gears ** [07:46:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:46:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:57 2020-06-13] 178: Checking imports ** [07:46:57 2020-06-13] 178: Checking exports ** [07:46:57 2020-06-13] 178: Checking users ** [07:46:57 2020-06-13] 178: Checking user_dbs ** [07:46:57 2020-06-13] 178: Checking geocodings ** [07:46:57 2020-06-13] 178: Checking synchronizations ** [07:46:57 2020-06-13] 178: Checking tracker ** [07:46:57 2020-06-13] 178: Checking user_migrations ** [07:46:57 2020-06-13] 178: Checking batch_updates ** [07:46:57 2020-06-13] 178: Checking gears ** [07:46:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:46:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:02 2020-06-13] 178: Checking imports ** [07:47:02 2020-06-13] 178: Checking exports ** [07:47:02 2020-06-13] 178: Checking users ** [07:47:02 2020-06-13] 178: Checking user_dbs ** [07:47:02 2020-06-13] 178: Checking geocodings ** [07:47:02 2020-06-13] 178: Checking synchronizations ** [07:47:02 2020-06-13] 178: Checking tracker ** [07:47:02 2020-06-13] 178: Checking user_migrations ** [07:47:02 2020-06-13] 178: Checking batch_updates ** [07:47:02 2020-06-13] 178: Checking gears ** [07:47:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:47:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:07 2020-06-13] 178: Checking imports ** [07:47:07 2020-06-13] 178: Checking exports ** [07:47:07 2020-06-13] 178: Checking users ** [07:47:07 2020-06-13] 178: Checking user_dbs ** [07:47:07 2020-06-13] 178: Checking geocodings ** [07:47:07 2020-06-13] 178: Checking synchronizations ** [07:47:07 2020-06-13] 178: Checking tracker ** [07:47:07 2020-06-13] 178: Checking user_migrations ** [07:47:07 2020-06-13] 178: Checking batch_updates ** [07:47:07 2020-06-13] 178: Checking gears ** [07:47:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:47:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:12 2020-06-13] 178: Checking imports ** [07:47:12 2020-06-13] 178: Checking exports ** [07:47:12 2020-06-13] 178: Checking users ** [07:47:12 2020-06-13] 178: Checking user_dbs ** [07:47:12 2020-06-13] 178: Checking geocodings ** [07:47:12 2020-06-13] 178: Checking synchronizations ** [07:47:12 2020-06-13] 178: Checking tracker ** [07:47:12 2020-06-13] 178: Checking user_migrations ** [07:47:12 2020-06-13] 178: Checking batch_updates ** [07:47:12 2020-06-13] 178: Checking gears ** [07:47:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:47:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:17 2020-06-13] 178: Checking imports ** [07:47:17 2020-06-13] 178: Checking exports ** [07:47:17 2020-06-13] 178: Checking users ** [07:47:17 2020-06-13] 178: Checking user_dbs ** [07:47:17 2020-06-13] 178: Checking geocodings ** [07:47:17 2020-06-13] 178: Checking synchronizations ** [07:47:17 2020-06-13] 178: Checking tracker ** [07:47:17 2020-06-13] 178: Checking user_migrations ** [07:47:17 2020-06-13] 178: Checking batch_updates ** [07:47:17 2020-06-13] 178: Checking gears ** [07:47:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:47:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:22 2020-06-13] 178: Checking imports ** [07:47:22 2020-06-13] 178: Checking exports ** [07:47:22 2020-06-13] 178: Checking users ** [07:47:22 2020-06-13] 178: Checking user_dbs ** [07:47:22 2020-06-13] 178: Checking geocodings ** [07:47:22 2020-06-13] 178: Checking synchronizations ** [07:47:22 2020-06-13] 178: Checking tracker ** [07:47:22 2020-06-13] 178: Checking user_migrations ** [07:47:22 2020-06-13] 178: Checking batch_updates ** [07:47:22 2020-06-13] 178: Checking gears ** [07:47:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:47:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:27 2020-06-13] 178: Checking imports ** [07:47:27 2020-06-13] 178: Checking exports ** [07:47:27 2020-06-13] 178: Checking users ** [07:47:27 2020-06-13] 178: Checking user_dbs ** [07:47:27 2020-06-13] 178: Checking geocodings ** [07:47:27 2020-06-13] 178: Checking synchronizations ** [07:47:27 2020-06-13] 178: Checking tracker ** [07:47:27 2020-06-13] 178: Checking user_migrations ** [07:47:27 2020-06-13] 178: Checking batch_updates ** [07:47:27 2020-06-13] 178: Checking gears ** [07:47:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:47:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:32 2020-06-13] 178: Checking imports ** [07:47:32 2020-06-13] 178: Checking exports ** [07:47:32 2020-06-13] 178: Checking users ** [07:47:32 2020-06-13] 178: Checking user_dbs ** [07:47:32 2020-06-13] 178: Checking geocodings ** [07:47:32 2020-06-13] 178: Checking synchronizations ** [07:47:32 2020-06-13] 178: Checking tracker ** [07:47:32 2020-06-13] 178: Checking user_migrations ** [07:47:32 2020-06-13] 178: Checking batch_updates ** [07:47:32 2020-06-13] 178: Checking gears ** [07:47:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:47:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:37 2020-06-13] 178: Checking imports ** [07:47:37 2020-06-13] 178: Checking exports ** [07:47:37 2020-06-13] 178: Checking users ** [07:47:37 2020-06-13] 178: Checking user_dbs ** [07:47:37 2020-06-13] 178: Checking geocodings ** [07:47:37 2020-06-13] 178: Checking synchronizations ** [07:47:37 2020-06-13] 178: Checking tracker ** [07:47:37 2020-06-13] 178: Checking user_migrations ** [07:47:37 2020-06-13] 178: Checking batch_updates ** [07:47:37 2020-06-13] 178: Checking gears ** [07:47:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:47:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:42 2020-06-13] 178: Checking imports ** [07:47:42 2020-06-13] 178: Checking exports ** [07:47:42 2020-06-13] 178: Checking users ** [07:47:42 2020-06-13] 178: Checking user_dbs ** [07:47:42 2020-06-13] 178: Checking geocodings ** [07:47:42 2020-06-13] 178: Checking synchronizations ** [07:47:42 2020-06-13] 178: Checking tracker ** [07:47:42 2020-06-13] 178: Checking user_migrations ** [07:47:42 2020-06-13] 178: Checking batch_updates ** [07:47:42 2020-06-13] 178: Checking gears ** [07:47:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:47:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:47 2020-06-13] 178: Checking imports ** [07:47:47 2020-06-13] 178: Checking exports ** [07:47:47 2020-06-13] 178: Checking users ** [07:47:47 2020-06-13] 178: Checking user_dbs ** [07:47:47 2020-06-13] 178: Checking geocodings ** [07:47:47 2020-06-13] 178: Checking synchronizations ** [07:47:47 2020-06-13] 178: Checking tracker ** [07:47:47 2020-06-13] 178: Checking user_migrations ** [07:47:47 2020-06-13] 178: Checking batch_updates ** [07:47:47 2020-06-13] 178: Checking gears ** [07:47:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:47:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:52 2020-06-13] 178: Checking imports ** [07:47:52 2020-06-13] 178: Checking exports ** [07:47:52 2020-06-13] 178: Checking users ** [07:47:52 2020-06-13] 178: Checking user_dbs ** [07:47:52 2020-06-13] 178: Checking geocodings ** [07:47:52 2020-06-13] 178: Checking synchronizations ** [07:47:52 2020-06-13] 178: Checking tracker ** [07:47:52 2020-06-13] 178: Checking user_migrations ** [07:47:52 2020-06-13] 178: Checking batch_updates ** [07:47:52 2020-06-13] 178: Checking gears ** [07:47:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:47:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:57 2020-06-13] 178: Checking imports ** [07:47:57 2020-06-13] 178: Checking exports ** [07:47:57 2020-06-13] 178: Checking users ** [07:47:57 2020-06-13] 178: Checking user_dbs ** [07:47:57 2020-06-13] 178: Checking geocodings ** [07:47:57 2020-06-13] 178: Checking synchronizations ** [07:47:57 2020-06-13] 178: Checking tracker ** [07:47:57 2020-06-13] 178: Checking user_migrations ** [07:47:57 2020-06-13] 178: Checking batch_updates ** [07:47:57 2020-06-13] 178: Checking gears ** [07:47:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:47:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:02 2020-06-13] 178: Checking imports ** [07:48:02 2020-06-13] 178: Checking exports ** [07:48:02 2020-06-13] 178: Checking users ** [07:48:02 2020-06-13] 178: Checking user_dbs ** [07:48:02 2020-06-13] 178: Checking geocodings ** [07:48:02 2020-06-13] 178: Checking synchronizations ** [07:48:02 2020-06-13] 178: Checking tracker ** [07:48:02 2020-06-13] 178: Checking user_migrations ** [07:48:02 2020-06-13] 178: Checking batch_updates ** [07:48:02 2020-06-13] 178: Checking gears ** [07:48:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:48:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:07 2020-06-13] 178: Checking imports ** [07:48:07 2020-06-13] 178: Checking exports ** [07:48:07 2020-06-13] 178: Checking users ** [07:48:07 2020-06-13] 178: Checking user_dbs ** [07:48:07 2020-06-13] 178: Checking geocodings ** [07:48:07 2020-06-13] 178: Checking synchronizations ** [07:48:07 2020-06-13] 178: Checking tracker ** [07:48:07 2020-06-13] 178: Checking user_migrations ** [07:48:07 2020-06-13] 178: Checking batch_updates ** [07:48:07 2020-06-13] 178: Checking gears ** [07:48:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:48:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:12 2020-06-13] 178: Checking imports ** [07:48:12 2020-06-13] 178: Checking exports ** [07:48:12 2020-06-13] 178: Checking users ** [07:48:12 2020-06-13] 178: Checking user_dbs ** [07:48:12 2020-06-13] 178: Checking geocodings ** [07:48:12 2020-06-13] 178: Checking synchronizations ** [07:48:12 2020-06-13] 178: Checking tracker ** [07:48:12 2020-06-13] 178: Checking user_migrations ** [07:48:12 2020-06-13] 178: Checking batch_updates ** [07:48:12 2020-06-13] 178: Checking gears ** [07:48:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:48:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:17 2020-06-13] 178: Checking imports ** [07:48:17 2020-06-13] 178: Checking exports ** [07:48:17 2020-06-13] 178: Checking users ** [07:48:17 2020-06-13] 178: Checking user_dbs ** [07:48:17 2020-06-13] 178: Checking geocodings ** [07:48:17 2020-06-13] 178: Checking synchronizations ** [07:48:17 2020-06-13] 178: Checking tracker ** [07:48:17 2020-06-13] 178: Checking user_migrations ** [07:48:17 2020-06-13] 178: Checking batch_updates ** [07:48:17 2020-06-13] 178: Checking gears ** [07:48:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:48:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:22 2020-06-13] 178: Checking imports ** [07:48:22 2020-06-13] 178: Checking exports ** [07:48:22 2020-06-13] 178: Checking users ** [07:48:22 2020-06-13] 178: Checking user_dbs ** [07:48:22 2020-06-13] 178: Checking geocodings ** [07:48:22 2020-06-13] 178: Checking synchronizations ** [07:48:22 2020-06-13] 178: Checking tracker ** [07:48:22 2020-06-13] 178: Checking user_migrations ** [07:48:22 2020-06-13] 178: Checking batch_updates ** [07:48:22 2020-06-13] 178: Checking gears ** [07:48:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:48:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:27 2020-06-13] 178: Checking imports ** [07:48:27 2020-06-13] 178: Checking exports ** [07:48:27 2020-06-13] 178: Checking users ** [07:48:27 2020-06-13] 178: Checking user_dbs ** [07:48:27 2020-06-13] 178: Checking geocodings ** [07:48:27 2020-06-13] 178: Checking synchronizations ** [07:48:27 2020-06-13] 178: Checking tracker ** [07:48:27 2020-06-13] 178: Checking user_migrations ** [07:48:27 2020-06-13] 178: Checking batch_updates ** [07:48:27 2020-06-13] 178: Checking gears ** [07:48:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:48:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:32 2020-06-13] 178: Checking imports ** [07:48:32 2020-06-13] 178: Checking exports ** [07:48:32 2020-06-13] 178: Checking users ** [07:48:32 2020-06-13] 178: Checking user_dbs ** [07:48:32 2020-06-13] 178: Checking geocodings ** [07:48:32 2020-06-13] 178: Checking synchronizations ** [07:48:32 2020-06-13] 178: Checking tracker ** [07:48:32 2020-06-13] 178: Checking user_migrations ** [07:48:32 2020-06-13] 178: Checking batch_updates ** [07:48:32 2020-06-13] 178: Checking gears ** [07:48:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:48:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:37 2020-06-13] 178: Checking imports ** [07:48:37 2020-06-13] 178: Checking exports ** [07:48:37 2020-06-13] 178: Checking users ** [07:48:37 2020-06-13] 178: Checking user_dbs ** [07:48:37 2020-06-13] 178: Checking geocodings ** [07:48:37 2020-06-13] 178: Checking synchronizations ** [07:48:37 2020-06-13] 178: Checking tracker ** [07:48:37 2020-06-13] 178: Checking user_migrations ** [07:48:37 2020-06-13] 178: Checking batch_updates ** [07:48:37 2020-06-13] 178: Checking gears ** [07:48:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:48:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:42 2020-06-13] 178: Checking imports ** [07:48:42 2020-06-13] 178: Checking exports ** [07:48:42 2020-06-13] 178: Checking users ** [07:48:42 2020-06-13] 178: Checking user_dbs ** [07:48:42 2020-06-13] 178: Checking geocodings ** [07:48:42 2020-06-13] 178: Checking synchronizations ** [07:48:42 2020-06-13] 178: Checking tracker ** [07:48:42 2020-06-13] 178: Checking user_migrations ** [07:48:42 2020-06-13] 178: Checking batch_updates ** [07:48:42 2020-06-13] 178: Checking gears ** [07:48:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:48:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:47 2020-06-13] 178: Checking imports ** [07:48:47 2020-06-13] 178: Checking exports ** [07:48:47 2020-06-13] 178: Checking users ** [07:48:47 2020-06-13] 178: Checking user_dbs ** [07:48:47 2020-06-13] 178: Checking geocodings ** [07:48:47 2020-06-13] 178: Checking synchronizations ** [07:48:47 2020-06-13] 178: Checking tracker ** [07:48:47 2020-06-13] 178: Checking user_migrations ** [07:48:47 2020-06-13] 178: Checking batch_updates ** [07:48:47 2020-06-13] 178: Checking gears ** [07:48:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:48:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:52 2020-06-13] 178: Checking imports ** [07:48:52 2020-06-13] 178: Checking exports ** [07:48:52 2020-06-13] 178: Checking users ** [07:48:52 2020-06-13] 178: Checking user_dbs ** [07:48:52 2020-06-13] 178: Checking geocodings ** [07:48:52 2020-06-13] 178: Checking synchronizations ** [07:48:52 2020-06-13] 178: Checking tracker ** [07:48:52 2020-06-13] 178: Checking user_migrations ** [07:48:52 2020-06-13] 178: Checking batch_updates ** [07:48:52 2020-06-13] 178: Checking gears ** [07:48:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:48:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:57 2020-06-13] 178: Checking imports ** [07:48:57 2020-06-13] 178: Checking exports ** [07:48:57 2020-06-13] 178: Checking users ** [07:48:57 2020-06-13] 178: Checking user_dbs ** [07:48:57 2020-06-13] 178: Checking geocodings ** [07:48:57 2020-06-13] 178: Checking synchronizations ** [07:48:57 2020-06-13] 178: Checking tracker ** [07:48:57 2020-06-13] 178: Checking user_migrations ** [07:48:57 2020-06-13] 178: Checking batch_updates ** [07:48:57 2020-06-13] 178: Checking gears ** [07:48:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:48:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:02 2020-06-13] 178: Checking imports ** [07:49:02 2020-06-13] 178: Checking exports ** [07:49:02 2020-06-13] 178: Checking users ** [07:49:02 2020-06-13] 178: Checking user_dbs ** [07:49:02 2020-06-13] 178: Checking geocodings ** [07:49:02 2020-06-13] 178: Checking synchronizations ** [07:49:02 2020-06-13] 178: Checking tracker ** [07:49:02 2020-06-13] 178: Checking user_migrations ** [07:49:02 2020-06-13] 178: Checking batch_updates ** [07:49:02 2020-06-13] 178: Checking gears ** [07:49:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:49:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:07 2020-06-13] 178: Checking imports ** [07:49:07 2020-06-13] 178: Checking exports ** [07:49:07 2020-06-13] 178: Checking users ** [07:49:07 2020-06-13] 178: Checking user_dbs ** [07:49:07 2020-06-13] 178: Checking geocodings ** [07:49:07 2020-06-13] 178: Checking synchronizations ** [07:49:07 2020-06-13] 178: Checking tracker ** [07:49:07 2020-06-13] 178: Checking user_migrations ** [07:49:07 2020-06-13] 178: Checking batch_updates ** [07:49:07 2020-06-13] 178: Checking gears ** [07:49:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:49:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:12 2020-06-13] 178: Checking imports ** [07:49:12 2020-06-13] 178: Checking exports ** [07:49:12 2020-06-13] 178: Checking users ** [07:49:12 2020-06-13] 178: Checking user_dbs ** [07:49:12 2020-06-13] 178: Checking geocodings ** [07:49:12 2020-06-13] 178: Checking synchronizations ** [07:49:12 2020-06-13] 178: Checking tracker ** [07:49:12 2020-06-13] 178: Checking user_migrations ** [07:49:12 2020-06-13] 178: Checking batch_updates ** [07:49:12 2020-06-13] 178: Checking gears ** [07:49:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:49:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:17 2020-06-13] 178: Checking imports ** [07:49:17 2020-06-13] 178: Checking exports ** [07:49:17 2020-06-13] 178: Checking users ** [07:49:17 2020-06-13] 178: Checking user_dbs ** [07:49:17 2020-06-13] 178: Checking geocodings ** [07:49:17 2020-06-13] 178: Checking synchronizations ** [07:49:17 2020-06-13] 178: Checking tracker ** [07:49:17 2020-06-13] 178: Checking user_migrations ** [07:49:17 2020-06-13] 178: Checking batch_updates ** [07:49:17 2020-06-13] 178: Checking gears ** [07:49:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:49:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:22 2020-06-13] 178: Checking imports ** [07:49:22 2020-06-13] 178: Checking exports ** [07:49:22 2020-06-13] 178: Checking users ** [07:49:22 2020-06-13] 178: Checking user_dbs ** [07:49:22 2020-06-13] 178: Checking geocodings ** [07:49:22 2020-06-13] 178: Checking synchronizations ** [07:49:22 2020-06-13] 178: Checking tracker ** [07:49:22 2020-06-13] 178: Checking user_migrations ** [07:49:22 2020-06-13] 178: Checking batch_updates ** [07:49:22 2020-06-13] 178: Checking gears ** [07:49:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:49:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:27 2020-06-13] 178: Checking imports ** [07:49:27 2020-06-13] 178: Checking exports ** [07:49:27 2020-06-13] 178: Checking users ** [07:49:27 2020-06-13] 178: Checking user_dbs ** [07:49:27 2020-06-13] 178: Checking geocodings ** [07:49:27 2020-06-13] 178: Checking synchronizations ** [07:49:27 2020-06-13] 178: Checking tracker ** [07:49:27 2020-06-13] 178: Checking user_migrations ** [07:49:27 2020-06-13] 178: Checking batch_updates ** [07:49:27 2020-06-13] 178: Checking gears ** [07:49:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:49:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:33 2020-06-13] 178: Checking imports ** [07:49:33 2020-06-13] 178: Checking exports ** [07:49:33 2020-06-13] 178: Checking users ** [07:49:33 2020-06-13] 178: Checking user_dbs ** [07:49:33 2020-06-13] 178: Checking geocodings ** [07:49:33 2020-06-13] 178: Checking synchronizations ** [07:49:33 2020-06-13] 178: Checking tracker ** [07:49:33 2020-06-13] 178: Checking user_migrations ** [07:49:33 2020-06-13] 178: Checking batch_updates ** [07:49:33 2020-06-13] 178: Checking gears ** [07:49:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:49:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:38 2020-06-13] 178: Checking imports ** [07:49:38 2020-06-13] 178: Checking exports ** [07:49:38 2020-06-13] 178: Checking users ** [07:49:38 2020-06-13] 178: Checking user_dbs ** [07:49:38 2020-06-13] 178: Checking geocodings ** [07:49:38 2020-06-13] 178: Checking synchronizations ** [07:49:38 2020-06-13] 178: Checking tracker ** [07:49:38 2020-06-13] 178: Checking user_migrations ** [07:49:38 2020-06-13] 178: Checking batch_updates ** [07:49:38 2020-06-13] 178: Checking gears ** [07:49:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:49:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:43 2020-06-13] 178: Checking imports ** [07:49:43 2020-06-13] 178: Checking exports ** [07:49:43 2020-06-13] 178: Checking users ** [07:49:43 2020-06-13] 178: Checking user_dbs ** [07:49:43 2020-06-13] 178: Checking geocodings ** [07:49:43 2020-06-13] 178: Checking synchronizations ** [07:49:43 2020-06-13] 178: Checking tracker ** [07:49:43 2020-06-13] 178: Checking user_migrations ** [07:49:43 2020-06-13] 178: Checking batch_updates ** [07:49:43 2020-06-13] 178: Checking gears ** [07:49:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:49:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:48 2020-06-13] 178: Checking imports ** [07:49:48 2020-06-13] 178: Checking exports ** [07:49:48 2020-06-13] 178: Checking users ** [07:49:48 2020-06-13] 178: Checking user_dbs ** [07:49:48 2020-06-13] 178: Checking geocodings ** [07:49:48 2020-06-13] 178: Checking synchronizations ** [07:49:48 2020-06-13] 178: Checking tracker ** [07:49:48 2020-06-13] 178: Checking user_migrations ** [07:49:48 2020-06-13] 178: Checking batch_updates ** [07:49:48 2020-06-13] 178: Checking gears ** [07:49:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:49:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:53 2020-06-13] 178: Checking imports ** [07:49:53 2020-06-13] 178: Checking exports ** [07:49:53 2020-06-13] 178: Checking users ** [07:49:53 2020-06-13] 178: Checking user_dbs ** [07:49:53 2020-06-13] 178: Checking geocodings ** [07:49:53 2020-06-13] 178: Checking synchronizations ** [07:49:53 2020-06-13] 178: Checking tracker ** [07:49:53 2020-06-13] 178: Checking user_migrations ** [07:49:53 2020-06-13] 178: Checking batch_updates ** [07:49:53 2020-06-13] 178: Checking gears ** [07:49:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:49:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:58 2020-06-13] 178: Checking imports ** [07:49:58 2020-06-13] 178: Checking exports ** [07:49:58 2020-06-13] 178: Checking users ** [07:49:58 2020-06-13] 178: Checking user_dbs ** [07:49:58 2020-06-13] 178: Checking geocodings ** [07:49:58 2020-06-13] 178: Checking synchronizations ** [07:49:58 2020-06-13] 178: Checking tracker ** [07:49:58 2020-06-13] 178: Checking user_migrations ** [07:49:58 2020-06-13] 178: Checking batch_updates ** [07:49:58 2020-06-13] 178: Checking gears ** [07:49:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:49:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:03 2020-06-13] 178: Checking imports ** [07:50:03 2020-06-13] 178: Checking exports ** [07:50:03 2020-06-13] 178: Checking users ** [07:50:03 2020-06-13] 178: Checking user_dbs ** [07:50:03 2020-06-13] 178: Checking geocodings ** [07:50:03 2020-06-13] 178: Checking synchronizations ** [07:50:03 2020-06-13] 178: Checking tracker ** [07:50:03 2020-06-13] 178: Checking user_migrations ** [07:50:03 2020-06-13] 178: Checking batch_updates ** [07:50:03 2020-06-13] 178: Checking gears ** [07:50:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:50:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:08 2020-06-13] 178: Checking imports ** [07:50:08 2020-06-13] 178: Checking exports ** [07:50:08 2020-06-13] 178: Checking users ** [07:50:08 2020-06-13] 178: Checking user_dbs ** [07:50:08 2020-06-13] 178: Checking geocodings ** [07:50:08 2020-06-13] 178: Checking synchronizations ** [07:50:08 2020-06-13] 178: Checking tracker ** [07:50:08 2020-06-13] 178: Checking user_migrations ** [07:50:08 2020-06-13] 178: Checking batch_updates ** [07:50:08 2020-06-13] 178: Checking gears ** [07:50:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:50:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:13 2020-06-13] 178: Checking imports ** [07:50:13 2020-06-13] 178: Checking exports ** [07:50:13 2020-06-13] 178: Checking users ** [07:50:13 2020-06-13] 178: Checking user_dbs ** [07:50:13 2020-06-13] 178: Checking geocodings ** [07:50:13 2020-06-13] 178: Checking synchronizations ** [07:50:13 2020-06-13] 178: Checking tracker ** [07:50:13 2020-06-13] 178: Checking user_migrations ** [07:50:13 2020-06-13] 178: Checking batch_updates ** [07:50:13 2020-06-13] 178: Checking gears ** [07:50:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:50:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:18 2020-06-13] 178: Checking imports ** [07:50:18 2020-06-13] 178: Checking exports ** [07:50:18 2020-06-13] 178: Checking users ** [07:50:18 2020-06-13] 178: Checking user_dbs ** [07:50:18 2020-06-13] 178: Checking geocodings ** [07:50:18 2020-06-13] 178: Checking synchronizations ** [07:50:18 2020-06-13] 178: Checking tracker ** [07:50:18 2020-06-13] 178: Checking user_migrations ** [07:50:18 2020-06-13] 178: Checking batch_updates ** [07:50:18 2020-06-13] 178: Checking gears ** [07:50:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:50:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:23 2020-06-13] 178: Checking imports ** [07:50:23 2020-06-13] 178: Checking exports ** [07:50:23 2020-06-13] 178: Checking users ** [07:50:23 2020-06-13] 178: Checking user_dbs ** [07:50:23 2020-06-13] 178: Checking geocodings ** [07:50:23 2020-06-13] 178: Checking synchronizations ** [07:50:23 2020-06-13] 178: Checking tracker ** [07:50:23 2020-06-13] 178: Checking user_migrations ** [07:50:23 2020-06-13] 178: Checking batch_updates ** [07:50:23 2020-06-13] 178: Checking gears ** [07:50:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:50:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:28 2020-06-13] 178: Checking imports ** [07:50:28 2020-06-13] 178: Checking exports ** [07:50:28 2020-06-13] 178: Checking users ** [07:50:28 2020-06-13] 178: Checking user_dbs ** [07:50:28 2020-06-13] 178: Checking geocodings ** [07:50:28 2020-06-13] 178: Checking synchronizations ** [07:50:28 2020-06-13] 178: Checking tracker ** [07:50:28 2020-06-13] 178: Checking user_migrations ** [07:50:28 2020-06-13] 178: Checking batch_updates ** [07:50:28 2020-06-13] 178: Checking gears ** [07:50:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:50:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:33 2020-06-13] 178: Checking imports ** [07:50:33 2020-06-13] 178: Checking exports ** [07:50:33 2020-06-13] 178: Checking users ** [07:50:33 2020-06-13] 178: Checking user_dbs ** [07:50:33 2020-06-13] 178: Checking geocodings ** [07:50:33 2020-06-13] 178: Checking synchronizations ** [07:50:33 2020-06-13] 178: Checking tracker ** [07:50:33 2020-06-13] 178: Checking user_migrations ** [07:50:33 2020-06-13] 178: Checking batch_updates ** [07:50:33 2020-06-13] 178: Checking gears ** [07:50:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:50:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:38 2020-06-13] 178: Checking imports ** [07:50:38 2020-06-13] 178: Checking exports ** [07:50:38 2020-06-13] 178: Checking users ** [07:50:38 2020-06-13] 178: Checking user_dbs ** [07:50:38 2020-06-13] 178: Checking geocodings ** [07:50:38 2020-06-13] 178: Checking synchronizations ** [07:50:38 2020-06-13] 178: Checking tracker ** [07:50:38 2020-06-13] 178: Checking user_migrations ** [07:50:38 2020-06-13] 178: Checking batch_updates ** [07:50:38 2020-06-13] 178: Checking gears ** [07:50:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:50:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:43 2020-06-13] 178: Checking imports ** [07:50:43 2020-06-13] 178: Checking exports ** [07:50:43 2020-06-13] 178: Checking users ** [07:50:43 2020-06-13] 178: Checking user_dbs ** [07:50:43 2020-06-13] 178: Checking geocodings ** [07:50:43 2020-06-13] 178: Checking synchronizations ** [07:50:43 2020-06-13] 178: Checking tracker ** [07:50:43 2020-06-13] 178: Checking user_migrations ** [07:50:43 2020-06-13] 178: Checking batch_updates ** [07:50:43 2020-06-13] 178: Checking gears ** [07:50:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:50:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:48 2020-06-13] 178: Checking imports ** [07:50:48 2020-06-13] 178: Checking exports ** [07:50:48 2020-06-13] 178: Checking users ** [07:50:48 2020-06-13] 178: Checking user_dbs ** [07:50:48 2020-06-13] 178: Checking geocodings ** [07:50:48 2020-06-13] 178: Checking synchronizations ** [07:50:48 2020-06-13] 178: Checking tracker ** [07:50:48 2020-06-13] 178: Checking user_migrations ** [07:50:48 2020-06-13] 178: Checking batch_updates ** [07:50:48 2020-06-13] 178: Checking gears ** [07:50:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:50:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:53 2020-06-13] 178: Checking imports ** [07:50:53 2020-06-13] 178: Checking exports ** [07:50:53 2020-06-13] 178: Checking users ** [07:50:53 2020-06-13] 178: Checking user_dbs ** [07:50:53 2020-06-13] 178: Checking geocodings ** [07:50:53 2020-06-13] 178: Checking synchronizations ** [07:50:53 2020-06-13] 178: Checking tracker ** [07:50:53 2020-06-13] 178: Checking user_migrations ** [07:50:53 2020-06-13] 178: Checking batch_updates ** [07:50:53 2020-06-13] 178: Checking gears ** [07:50:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:50:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:58 2020-06-13] 178: Checking imports ** [07:50:58 2020-06-13] 178: Checking exports ** [07:50:58 2020-06-13] 178: Checking users ** [07:50:58 2020-06-13] 178: Checking user_dbs ** [07:50:58 2020-06-13] 178: Checking geocodings ** [07:50:58 2020-06-13] 178: Checking synchronizations ** [07:50:58 2020-06-13] 178: Checking tracker ** [07:50:58 2020-06-13] 178: Checking user_migrations ** [07:50:58 2020-06-13] 178: Checking batch_updates ** [07:50:58 2020-06-13] 178: Checking gears ** [07:50:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:50:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:03 2020-06-13] 178: Checking imports ** [07:51:03 2020-06-13] 178: Checking exports ** [07:51:03 2020-06-13] 178: Checking users ** [07:51:03 2020-06-13] 178: Checking user_dbs ** [07:51:03 2020-06-13] 178: Checking geocodings ** [07:51:03 2020-06-13] 178: Checking synchronizations ** [07:51:03 2020-06-13] 178: Checking tracker ** [07:51:03 2020-06-13] 178: Checking user_migrations ** [07:51:03 2020-06-13] 178: Checking batch_updates ** [07:51:03 2020-06-13] 178: Checking gears ** [07:51:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:51:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:08 2020-06-13] 178: Checking imports ** [07:51:08 2020-06-13] 178: Checking exports ** [07:51:08 2020-06-13] 178: Checking users ** [07:51:08 2020-06-13] 178: Checking user_dbs ** [07:51:08 2020-06-13] 178: Checking geocodings ** [07:51:08 2020-06-13] 178: Checking synchronizations ** [07:51:08 2020-06-13] 178: Checking tracker ** [07:51:08 2020-06-13] 178: Checking user_migrations ** [07:51:08 2020-06-13] 178: Checking batch_updates ** [07:51:08 2020-06-13] 178: Checking gears ** [07:51:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:51:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:13 2020-06-13] 178: Checking imports ** [07:51:13 2020-06-13] 178: Checking exports ** [07:51:13 2020-06-13] 178: Checking users ** [07:51:13 2020-06-13] 178: Checking user_dbs ** [07:51:13 2020-06-13] 178: Checking geocodings ** [07:51:13 2020-06-13] 178: Checking synchronizations ** [07:51:13 2020-06-13] 178: Checking tracker ** [07:51:13 2020-06-13] 178: Checking user_migrations ** [07:51:13 2020-06-13] 178: Checking batch_updates ** [07:51:13 2020-06-13] 178: Checking gears ** [07:51:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:51:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:18 2020-06-13] 178: Checking imports ** [07:51:18 2020-06-13] 178: Checking exports ** [07:51:18 2020-06-13] 178: Checking users ** [07:51:18 2020-06-13] 178: Checking user_dbs ** [07:51:18 2020-06-13] 178: Checking geocodings ** [07:51:18 2020-06-13] 178: Checking synchronizations ** [07:51:18 2020-06-13] 178: Checking tracker ** [07:51:18 2020-06-13] 178: Checking user_migrations ** [07:51:18 2020-06-13] 178: Checking batch_updates ** [07:51:18 2020-06-13] 178: Checking gears ** [07:51:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:51:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:23 2020-06-13] 178: Checking imports ** [07:51:23 2020-06-13] 178: Checking exports ** [07:51:23 2020-06-13] 178: Checking users ** [07:51:23 2020-06-13] 178: Checking user_dbs ** [07:51:23 2020-06-13] 178: Checking geocodings ** [07:51:23 2020-06-13] 178: Checking synchronizations ** [07:51:23 2020-06-13] 178: Checking tracker ** [07:51:23 2020-06-13] 178: Checking user_migrations ** [07:51:23 2020-06-13] 178: Checking batch_updates ** [07:51:23 2020-06-13] 178: Checking gears ** [07:51:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:51:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:28 2020-06-13] 178: Checking imports ** [07:51:28 2020-06-13] 178: Checking exports ** [07:51:28 2020-06-13] 178: Checking users ** [07:51:28 2020-06-13] 178: Checking user_dbs ** [07:51:28 2020-06-13] 178: Checking geocodings ** [07:51:28 2020-06-13] 178: Checking synchronizations ** [07:51:28 2020-06-13] 178: Checking tracker ** [07:51:28 2020-06-13] 178: Checking user_migrations ** [07:51:28 2020-06-13] 178: Checking batch_updates ** [07:51:28 2020-06-13] 178: Checking gears ** [07:51:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:51:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:33 2020-06-13] 178: Checking imports ** [07:51:33 2020-06-13] 178: Checking exports ** [07:51:33 2020-06-13] 178: Checking users ** [07:51:33 2020-06-13] 178: Checking user_dbs ** [07:51:33 2020-06-13] 178: Checking geocodings ** [07:51:33 2020-06-13] 178: Checking synchronizations ** [07:51:33 2020-06-13] 178: Checking tracker ** [07:51:33 2020-06-13] 178: Checking user_migrations ** [07:51:33 2020-06-13] 178: Checking batch_updates ** [07:51:33 2020-06-13] 178: Checking gears ** [07:51:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:51:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:38 2020-06-13] 178: Checking imports ** [07:51:38 2020-06-13] 178: Checking exports ** [07:51:38 2020-06-13] 178: Checking users ** [07:51:38 2020-06-13] 178: Checking user_dbs ** [07:51:38 2020-06-13] 178: Checking geocodings ** [07:51:38 2020-06-13] 178: Checking synchronizations ** [07:51:38 2020-06-13] 178: Checking tracker ** [07:51:38 2020-06-13] 178: Checking user_migrations ** [07:51:38 2020-06-13] 178: Checking batch_updates ** [07:51:38 2020-06-13] 178: Checking gears ** [07:51:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:51:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:43 2020-06-13] 178: Checking imports ** [07:51:43 2020-06-13] 178: Checking exports ** [07:51:43 2020-06-13] 178: Checking users ** [07:51:43 2020-06-13] 178: Checking user_dbs ** [07:51:43 2020-06-13] 178: Checking geocodings ** [07:51:43 2020-06-13] 178: Checking synchronizations ** [07:51:43 2020-06-13] 178: Checking tracker ** [07:51:43 2020-06-13] 178: Checking user_migrations ** [07:51:43 2020-06-13] 178: Checking batch_updates ** [07:51:43 2020-06-13] 178: Checking gears ** [07:51:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:51:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:48 2020-06-13] 178: Checking imports ** [07:51:48 2020-06-13] 178: Checking exports ** [07:51:48 2020-06-13] 178: Checking users ** [07:51:48 2020-06-13] 178: Checking user_dbs ** [07:51:48 2020-06-13] 178: Checking geocodings ** [07:51:48 2020-06-13] 178: Checking synchronizations ** [07:51:48 2020-06-13] 178: Checking tracker ** [07:51:48 2020-06-13] 178: Checking user_migrations ** [07:51:48 2020-06-13] 178: Checking batch_updates ** [07:51:48 2020-06-13] 178: Checking gears ** [07:51:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:51:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:53 2020-06-13] 178: Checking imports ** [07:51:53 2020-06-13] 178: Checking exports ** [07:51:53 2020-06-13] 178: Checking users ** [07:51:53 2020-06-13] 178: Checking user_dbs ** [07:51:53 2020-06-13] 178: Checking geocodings ** [07:51:53 2020-06-13] 178: Checking synchronizations ** [07:51:53 2020-06-13] 178: Checking tracker ** [07:51:53 2020-06-13] 178: Checking user_migrations ** [07:51:53 2020-06-13] 178: Checking batch_updates ** [07:51:53 2020-06-13] 178: Checking gears ** [07:51:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:51:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:58 2020-06-13] 178: Checking imports ** [07:51:58 2020-06-13] 178: Checking exports ** [07:51:58 2020-06-13] 178: Checking users ** [07:51:58 2020-06-13] 178: Checking user_dbs ** [07:51:58 2020-06-13] 178: Checking geocodings ** [07:51:58 2020-06-13] 178: Checking synchronizations ** [07:51:58 2020-06-13] 178: Checking tracker ** [07:51:58 2020-06-13] 178: Checking user_migrations ** [07:51:58 2020-06-13] 178: Checking batch_updates ** [07:51:58 2020-06-13] 178: Checking gears ** [07:51:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:51:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:03 2020-06-13] 178: Checking imports ** [07:52:03 2020-06-13] 178: Checking exports ** [07:52:03 2020-06-13] 178: Checking users ** [07:52:03 2020-06-13] 178: Checking user_dbs ** [07:52:03 2020-06-13] 178: Checking geocodings ** [07:52:03 2020-06-13] 178: Checking synchronizations ** [07:52:03 2020-06-13] 178: Checking tracker ** [07:52:03 2020-06-13] 178: Checking user_migrations ** [07:52:03 2020-06-13] 178: Checking batch_updates ** [07:52:03 2020-06-13] 178: Checking gears ** [07:52:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:52:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:08 2020-06-13] 178: Checking imports ** [07:52:08 2020-06-13] 178: Checking exports ** [07:52:08 2020-06-13] 178: Checking users ** [07:52:08 2020-06-13] 178: Checking user_dbs ** [07:52:08 2020-06-13] 178: Checking geocodings ** [07:52:08 2020-06-13] 178: Checking synchronizations ** [07:52:08 2020-06-13] 178: Checking tracker ** [07:52:08 2020-06-13] 178: Checking user_migrations ** [07:52:08 2020-06-13] 178: Checking batch_updates ** [07:52:08 2020-06-13] 178: Checking gears ** [07:52:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:52:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:13 2020-06-13] 178: Checking imports ** [07:52:13 2020-06-13] 178: Checking exports ** [07:52:13 2020-06-13] 178: Checking users ** [07:52:13 2020-06-13] 178: Checking user_dbs ** [07:52:13 2020-06-13] 178: Checking geocodings ** [07:52:13 2020-06-13] 178: Checking synchronizations ** [07:52:13 2020-06-13] 178: Checking tracker ** [07:52:13 2020-06-13] 178: Checking user_migrations ** [07:52:13 2020-06-13] 178: Checking batch_updates ** [07:52:13 2020-06-13] 178: Checking gears ** [07:52:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:52:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:18 2020-06-13] 178: Checking imports ** [07:52:18 2020-06-13] 178: Checking exports ** [07:52:18 2020-06-13] 178: Checking users ** [07:52:18 2020-06-13] 178: Checking user_dbs ** [07:52:18 2020-06-13] 178: Checking geocodings ** [07:52:18 2020-06-13] 178: Checking synchronizations ** [07:52:18 2020-06-13] 178: Checking tracker ** [07:52:18 2020-06-13] 178: Checking user_migrations ** [07:52:18 2020-06-13] 178: Checking batch_updates ** [07:52:18 2020-06-13] 178: Checking gears ** [07:52:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:52:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:23 2020-06-13] 178: Checking imports ** [07:52:23 2020-06-13] 178: Checking exports ** [07:52:23 2020-06-13] 178: Checking users ** [07:52:23 2020-06-13] 178: Checking user_dbs ** [07:52:23 2020-06-13] 178: Checking geocodings ** [07:52:23 2020-06-13] 178: Checking synchronizations ** [07:52:23 2020-06-13] 178: Checking tracker ** [07:52:23 2020-06-13] 178: Checking user_migrations ** [07:52:23 2020-06-13] 178: Checking batch_updates ** [07:52:23 2020-06-13] 178: Checking gears ** [07:52:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:52:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:28 2020-06-13] 178: Checking imports ** [07:52:28 2020-06-13] 178: Checking exports ** [07:52:28 2020-06-13] 178: Checking users ** [07:52:28 2020-06-13] 178: Checking user_dbs ** [07:52:28 2020-06-13] 178: Checking geocodings ** [07:52:28 2020-06-13] 178: Checking synchronizations ** [07:52:28 2020-06-13] 178: Checking tracker ** [07:52:28 2020-06-13] 178: Checking user_migrations ** [07:52:28 2020-06-13] 178: Checking batch_updates ** [07:52:28 2020-06-13] 178: Checking gears ** [07:52:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:52:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:33 2020-06-13] 178: Checking imports ** [07:52:33 2020-06-13] 178: Checking exports ** [07:52:33 2020-06-13] 178: Checking users ** [07:52:33 2020-06-13] 178: Checking user_dbs ** [07:52:33 2020-06-13] 178: Checking geocodings ** [07:52:33 2020-06-13] 178: Checking synchronizations ** [07:52:33 2020-06-13] 178: Checking tracker ** [07:52:33 2020-06-13] 178: Checking user_migrations ** [07:52:33 2020-06-13] 178: Checking batch_updates ** [07:52:33 2020-06-13] 178: Checking gears ** [07:52:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:52:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:38 2020-06-13] 178: Checking imports ** [07:52:38 2020-06-13] 178: Checking exports ** [07:52:38 2020-06-13] 178: Checking users ** [07:52:38 2020-06-13] 178: Checking user_dbs ** [07:52:38 2020-06-13] 178: Checking geocodings ** [07:52:38 2020-06-13] 178: Checking synchronizations ** [07:52:38 2020-06-13] 178: Checking tracker ** [07:52:38 2020-06-13] 178: Checking user_migrations ** [07:52:38 2020-06-13] 178: Checking batch_updates ** [07:52:38 2020-06-13] 178: Checking gears ** [07:52:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:52:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:43 2020-06-13] 178: Checking imports ** [07:52:43 2020-06-13] 178: Checking exports ** [07:52:43 2020-06-13] 178: Checking users ** [07:52:43 2020-06-13] 178: Checking user_dbs ** [07:52:43 2020-06-13] 178: Checking geocodings ** [07:52:43 2020-06-13] 178: Checking synchronizations ** [07:52:43 2020-06-13] 178: Checking tracker ** [07:52:43 2020-06-13] 178: Checking user_migrations ** [07:52:43 2020-06-13] 178: Checking batch_updates ** [07:52:43 2020-06-13] 178: Checking gears ** [07:52:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:52:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:48 2020-06-13] 178: Checking imports ** [07:52:48 2020-06-13] 178: Checking exports ** [07:52:48 2020-06-13] 178: Checking users ** [07:52:48 2020-06-13] 178: Checking user_dbs ** [07:52:48 2020-06-13] 178: Checking geocodings ** [07:52:48 2020-06-13] 178: Checking synchronizations ** [07:52:48 2020-06-13] 178: Checking tracker ** [07:52:48 2020-06-13] 178: Checking user_migrations ** [07:52:48 2020-06-13] 178: Checking batch_updates ** [07:52:48 2020-06-13] 178: Checking gears ** [07:52:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:52:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:53 2020-06-13] 178: Checking imports ** [07:52:53 2020-06-13] 178: Checking exports ** [07:52:53 2020-06-13] 178: Checking users ** [07:52:53 2020-06-13] 178: Checking user_dbs ** [07:52:53 2020-06-13] 178: Checking geocodings ** [07:52:53 2020-06-13] 178: Checking synchronizations ** [07:52:53 2020-06-13] 178: Checking tracker ** [07:52:53 2020-06-13] 178: Checking user_migrations ** [07:52:53 2020-06-13] 178: Checking batch_updates ** [07:52:53 2020-06-13] 178: Checking gears ** [07:52:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:52:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:58 2020-06-13] 178: Checking imports ** [07:52:58 2020-06-13] 178: Checking exports ** [07:52:58 2020-06-13] 178: Checking users ** [07:52:58 2020-06-13] 178: Checking user_dbs ** [07:52:58 2020-06-13] 178: Checking geocodings ** [07:52:58 2020-06-13] 178: Checking synchronizations ** [07:52:58 2020-06-13] 178: Checking tracker ** [07:52:58 2020-06-13] 178: Checking user_migrations ** [07:52:58 2020-06-13] 178: Checking batch_updates ** [07:52:58 2020-06-13] 178: Checking gears ** [07:52:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:52:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:03 2020-06-13] 178: Checking imports ** [07:53:03 2020-06-13] 178: Checking exports ** [07:53:03 2020-06-13] 178: Checking users ** [07:53:03 2020-06-13] 178: Checking user_dbs ** [07:53:03 2020-06-13] 178: Checking geocodings ** [07:53:03 2020-06-13] 178: Checking synchronizations ** [07:53:03 2020-06-13] 178: Checking tracker ** [07:53:03 2020-06-13] 178: Checking user_migrations ** [07:53:03 2020-06-13] 178: Checking batch_updates ** [07:53:03 2020-06-13] 178: Checking gears ** [07:53:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:53:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:08 2020-06-13] 178: Checking imports ** [07:53:08 2020-06-13] 178: Checking exports ** [07:53:08 2020-06-13] 178: Checking users ** [07:53:08 2020-06-13] 178: Checking user_dbs ** [07:53:08 2020-06-13] 178: Checking geocodings ** [07:53:08 2020-06-13] 178: Checking synchronizations ** [07:53:08 2020-06-13] 178: Checking tracker ** [07:53:08 2020-06-13] 178: Checking user_migrations ** [07:53:08 2020-06-13] 178: Checking batch_updates ** [07:53:08 2020-06-13] 178: Checking gears ** [07:53:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:53:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:13 2020-06-13] 178: Checking imports ** [07:53:13 2020-06-13] 178: Checking exports ** [07:53:13 2020-06-13] 178: Checking users ** [07:53:13 2020-06-13] 178: Checking user_dbs ** [07:53:13 2020-06-13] 178: Checking geocodings ** [07:53:13 2020-06-13] 178: Checking synchronizations ** [07:53:13 2020-06-13] 178: Checking tracker ** [07:53:13 2020-06-13] 178: Checking user_migrations ** [07:53:13 2020-06-13] 178: Checking batch_updates ** [07:53:13 2020-06-13] 178: Checking gears ** [07:53:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:53:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:18 2020-06-13] 178: Checking imports ** [07:53:18 2020-06-13] 178: Checking exports ** [07:53:18 2020-06-13] 178: Checking users ** [07:53:18 2020-06-13] 178: Checking user_dbs ** [07:53:18 2020-06-13] 178: Checking geocodings ** [07:53:18 2020-06-13] 178: Checking synchronizations ** [07:53:18 2020-06-13] 178: Checking tracker ** [07:53:18 2020-06-13] 178: Checking user_migrations ** [07:53:18 2020-06-13] 178: Checking batch_updates ** [07:53:18 2020-06-13] 178: Checking gears ** [07:53:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:53:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:23 2020-06-13] 178: Checking imports ** [07:53:23 2020-06-13] 178: Checking exports ** [07:53:23 2020-06-13] 178: Checking users ** [07:53:23 2020-06-13] 178: Checking user_dbs ** [07:53:23 2020-06-13] 178: Checking geocodings ** [07:53:23 2020-06-13] 178: Checking synchronizations ** [07:53:23 2020-06-13] 178: Checking tracker ** [07:53:23 2020-06-13] 178: Checking user_migrations ** [07:53:23 2020-06-13] 178: Checking batch_updates ** [07:53:23 2020-06-13] 178: Checking gears ** [07:53:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:53:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:28 2020-06-13] 178: Checking imports ** [07:53:28 2020-06-13] 178: Checking exports ** [07:53:28 2020-06-13] 178: Checking users ** [07:53:28 2020-06-13] 178: Checking user_dbs ** [07:53:28 2020-06-13] 178: Checking geocodings ** [07:53:28 2020-06-13] 178: Checking synchronizations ** [07:53:28 2020-06-13] 178: Checking tracker ** [07:53:28 2020-06-13] 178: Checking user_migrations ** [07:53:28 2020-06-13] 178: Checking batch_updates ** [07:53:28 2020-06-13] 178: Checking gears ** [07:53:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:53:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:33 2020-06-13] 178: Checking imports ** [07:53:33 2020-06-13] 178: Checking exports ** [07:53:33 2020-06-13] 178: Checking users ** [07:53:33 2020-06-13] 178: Checking user_dbs ** [07:53:33 2020-06-13] 178: Checking geocodings ** [07:53:33 2020-06-13] 178: Checking synchronizations ** [07:53:33 2020-06-13] 178: Checking tracker ** [07:53:33 2020-06-13] 178: Checking user_migrations ** [07:53:33 2020-06-13] 178: Checking batch_updates ** [07:53:33 2020-06-13] 178: Checking gears ** [07:53:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:53:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:38 2020-06-13] 178: Checking imports ** [07:53:38 2020-06-13] 178: Checking exports ** [07:53:38 2020-06-13] 178: Checking users ** [07:53:38 2020-06-13] 178: Checking user_dbs ** [07:53:38 2020-06-13] 178: Checking geocodings ** [07:53:38 2020-06-13] 178: Checking synchronizations ** [07:53:38 2020-06-13] 178: Checking tracker ** [07:53:38 2020-06-13] 178: Checking user_migrations ** [07:53:38 2020-06-13] 178: Checking batch_updates ** [07:53:38 2020-06-13] 178: Checking gears ** [07:53:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:53:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:43 2020-06-13] 178: Checking imports ** [07:53:43 2020-06-13] 178: Checking exports ** [07:53:43 2020-06-13] 178: Checking users ** [07:53:43 2020-06-13] 178: Checking user_dbs ** [07:53:43 2020-06-13] 178: Checking geocodings ** [07:53:43 2020-06-13] 178: Checking synchronizations ** [07:53:43 2020-06-13] 178: Checking tracker ** [07:53:43 2020-06-13] 178: Checking user_migrations ** [07:53:43 2020-06-13] 178: Checking batch_updates ** [07:53:43 2020-06-13] 178: Checking gears ** [07:53:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:53:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:48 2020-06-13] 178: Checking imports ** [07:53:48 2020-06-13] 178: Checking exports ** [07:53:48 2020-06-13] 178: Checking users ** [07:53:48 2020-06-13] 178: Checking user_dbs ** [07:53:48 2020-06-13] 178: Checking geocodings ** [07:53:48 2020-06-13] 178: Checking synchronizations ** [07:53:48 2020-06-13] 178: Checking tracker ** [07:53:48 2020-06-13] 178: Checking user_migrations ** [07:53:48 2020-06-13] 178: Checking batch_updates ** [07:53:48 2020-06-13] 178: Checking gears ** [07:53:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:53:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:53 2020-06-13] 178: Checking imports ** [07:53:53 2020-06-13] 178: Checking exports ** [07:53:53 2020-06-13] 178: Checking users ** [07:53:53 2020-06-13] 178: Checking user_dbs ** [07:53:53 2020-06-13] 178: Checking geocodings ** [07:53:53 2020-06-13] 178: Checking synchronizations ** [07:53:53 2020-06-13] 178: Checking tracker ** [07:53:53 2020-06-13] 178: Checking user_migrations ** [07:53:53 2020-06-13] 178: Checking batch_updates ** [07:53:53 2020-06-13] 178: Checking gears ** [07:53:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:53:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:58 2020-06-13] 178: Checking imports ** [07:53:58 2020-06-13] 178: Checking exports ** [07:53:58 2020-06-13] 178: Checking users ** [07:53:58 2020-06-13] 178: Checking user_dbs ** [07:53:58 2020-06-13] 178: Checking geocodings ** [07:53:58 2020-06-13] 178: Checking synchronizations ** [07:53:58 2020-06-13] 178: Checking tracker ** [07:53:58 2020-06-13] 178: Checking user_migrations ** [07:53:58 2020-06-13] 178: Checking batch_updates ** [07:53:58 2020-06-13] 178: Checking gears ** [07:53:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:53:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:03 2020-06-13] 178: Checking imports ** [07:54:03 2020-06-13] 178: Checking exports ** [07:54:03 2020-06-13] 178: Checking users ** [07:54:03 2020-06-13] 178: Checking user_dbs ** [07:54:03 2020-06-13] 178: Checking geocodings ** [07:54:03 2020-06-13] 178: Checking synchronizations ** [07:54:03 2020-06-13] 178: Checking tracker ** [07:54:03 2020-06-13] 178: Checking user_migrations ** [07:54:03 2020-06-13] 178: Checking batch_updates ** [07:54:03 2020-06-13] 178: Checking gears ** [07:54:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:54:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:08 2020-06-13] 178: Checking imports ** [07:54:08 2020-06-13] 178: Checking exports ** [07:54:08 2020-06-13] 178: Checking users ** [07:54:08 2020-06-13] 178: Checking user_dbs ** [07:54:08 2020-06-13] 178: Checking geocodings ** [07:54:08 2020-06-13] 178: Checking synchronizations ** [07:54:08 2020-06-13] 178: Checking tracker ** [07:54:08 2020-06-13] 178: Checking user_migrations ** [07:54:08 2020-06-13] 178: Checking batch_updates ** [07:54:08 2020-06-13] 178: Checking gears ** [07:54:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:54:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:13 2020-06-13] 178: Checking imports ** [07:54:13 2020-06-13] 178: Checking exports ** [07:54:13 2020-06-13] 178: Checking users ** [07:54:13 2020-06-13] 178: Checking user_dbs ** [07:54:13 2020-06-13] 178: Checking geocodings ** [07:54:13 2020-06-13] 178: Checking synchronizations ** [07:54:13 2020-06-13] 178: Checking tracker ** [07:54:13 2020-06-13] 178: Checking user_migrations ** [07:54:13 2020-06-13] 178: Checking batch_updates ** [07:54:13 2020-06-13] 178: Checking gears ** [07:54:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:54:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:18 2020-06-13] 178: Checking imports ** [07:54:18 2020-06-13] 178: Checking exports ** [07:54:18 2020-06-13] 178: Checking users ** [07:54:18 2020-06-13] 178: Checking user_dbs ** [07:54:18 2020-06-13] 178: Checking geocodings ** [07:54:18 2020-06-13] 178: Checking synchronizations ** [07:54:18 2020-06-13] 178: Checking tracker ** [07:54:18 2020-06-13] 178: Checking user_migrations ** [07:54:18 2020-06-13] 178: Checking batch_updates ** [07:54:18 2020-06-13] 178: Checking gears ** [07:54:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:54:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:23 2020-06-13] 178: Checking imports ** [07:54:23 2020-06-13] 178: Checking exports ** [07:54:23 2020-06-13] 178: Checking users ** [07:54:23 2020-06-13] 178: Checking user_dbs ** [07:54:23 2020-06-13] 178: Checking geocodings ** [07:54:23 2020-06-13] 178: Checking synchronizations ** [07:54:23 2020-06-13] 178: Checking tracker ** [07:54:23 2020-06-13] 178: Checking user_migrations ** [07:54:23 2020-06-13] 178: Checking batch_updates ** [07:54:23 2020-06-13] 178: Checking gears ** [07:54:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:54:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:28 2020-06-13] 178: Checking imports ** [07:54:28 2020-06-13] 178: Checking exports ** [07:54:28 2020-06-13] 178: Checking users ** [07:54:28 2020-06-13] 178: Checking user_dbs ** [07:54:28 2020-06-13] 178: Checking geocodings ** [07:54:28 2020-06-13] 178: Checking synchronizations ** [07:54:28 2020-06-13] 178: Checking tracker ** [07:54:28 2020-06-13] 178: Checking user_migrations ** [07:54:28 2020-06-13] 178: Checking batch_updates ** [07:54:28 2020-06-13] 178: Checking gears ** [07:54:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:54:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:33 2020-06-13] 178: Checking imports ** [07:54:33 2020-06-13] 178: Checking exports ** [07:54:33 2020-06-13] 178: Checking users ** [07:54:33 2020-06-13] 178: Checking user_dbs ** [07:54:33 2020-06-13] 178: Checking geocodings ** [07:54:33 2020-06-13] 178: Checking synchronizations ** [07:54:33 2020-06-13] 178: Checking tracker ** [07:54:33 2020-06-13] 178: Checking user_migrations ** [07:54:33 2020-06-13] 178: Checking batch_updates ** [07:54:33 2020-06-13] 178: Checking gears ** [07:54:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:54:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:38 2020-06-13] 178: Checking imports ** [07:54:38 2020-06-13] 178: Checking exports ** [07:54:38 2020-06-13] 178: Checking users ** [07:54:38 2020-06-13] 178: Checking user_dbs ** [07:54:38 2020-06-13] 178: Checking geocodings ** [07:54:38 2020-06-13] 178: Checking synchronizations ** [07:54:38 2020-06-13] 178: Checking tracker ** [07:54:38 2020-06-13] 178: Checking user_migrations ** [07:54:38 2020-06-13] 178: Checking batch_updates ** [07:54:38 2020-06-13] 178: Checking gears ** [07:54:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:54:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:43 2020-06-13] 178: Checking imports ** [07:54:43 2020-06-13] 178: Checking exports ** [07:54:43 2020-06-13] 178: Checking users ** [07:54:43 2020-06-13] 178: Checking user_dbs ** [07:54:43 2020-06-13] 178: Checking geocodings ** [07:54:43 2020-06-13] 178: Checking synchronizations ** [07:54:43 2020-06-13] 178: Checking tracker ** [07:54:43 2020-06-13] 178: Checking user_migrations ** [07:54:43 2020-06-13] 178: Checking batch_updates ** [07:54:43 2020-06-13] 178: Checking gears ** [07:54:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:54:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:48 2020-06-13] 178: Checking imports ** [07:54:48 2020-06-13] 178: Checking exports ** [07:54:48 2020-06-13] 178: Checking users ** [07:54:48 2020-06-13] 178: Checking user_dbs ** [07:54:48 2020-06-13] 178: Checking geocodings ** [07:54:48 2020-06-13] 178: Checking synchronizations ** [07:54:48 2020-06-13] 178: Checking tracker ** [07:54:48 2020-06-13] 178: Checking user_migrations ** [07:54:48 2020-06-13] 178: Checking batch_updates ** [07:54:48 2020-06-13] 178: Checking gears ** [07:54:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:54:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:53 2020-06-13] 178: Checking imports ** [07:54:53 2020-06-13] 178: Checking exports ** [07:54:53 2020-06-13] 178: Checking users ** [07:54:53 2020-06-13] 178: Checking user_dbs ** [07:54:53 2020-06-13] 178: Checking geocodings ** [07:54:53 2020-06-13] 178: Checking synchronizations ** [07:54:53 2020-06-13] 178: Checking tracker ** [07:54:53 2020-06-13] 178: Checking user_migrations ** [07:54:53 2020-06-13] 178: Checking batch_updates ** [07:54:53 2020-06-13] 178: Checking gears ** [07:54:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:54:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:58 2020-06-13] 178: Checking imports ** [07:54:58 2020-06-13] 178: Checking exports ** [07:54:58 2020-06-13] 178: Checking users ** [07:54:58 2020-06-13] 178: Checking user_dbs ** [07:54:58 2020-06-13] 178: Checking geocodings ** [07:54:58 2020-06-13] 178: Checking synchronizations ** [07:54:58 2020-06-13] 178: Checking tracker ** [07:54:58 2020-06-13] 178: Checking user_migrations ** [07:54:58 2020-06-13] 178: Checking batch_updates ** [07:54:58 2020-06-13] 178: Checking gears ** [07:54:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:54:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:03 2020-06-13] 178: Checking imports ** [07:55:03 2020-06-13] 178: Checking exports ** [07:55:03 2020-06-13] 178: Checking users ** [07:55:03 2020-06-13] 178: Checking user_dbs ** [07:55:03 2020-06-13] 178: Checking geocodings ** [07:55:03 2020-06-13] 178: Checking synchronizations ** [07:55:03 2020-06-13] 178: Checking tracker ** [07:55:03 2020-06-13] 178: Checking user_migrations ** [07:55:03 2020-06-13] 178: Checking batch_updates ** [07:55:03 2020-06-13] 178: Checking gears ** [07:55:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:55:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:08 2020-06-13] 178: Checking imports ** [07:55:08 2020-06-13] 178: Checking exports ** [07:55:08 2020-06-13] 178: Checking users ** [07:55:08 2020-06-13] 178: Checking user_dbs ** [07:55:08 2020-06-13] 178: Checking geocodings ** [07:55:08 2020-06-13] 178: Checking synchronizations ** [07:55:08 2020-06-13] 178: Checking tracker ** [07:55:08 2020-06-13] 178: Checking user_migrations ** [07:55:08 2020-06-13] 178: Checking batch_updates ** [07:55:08 2020-06-13] 178: Checking gears ** [07:55:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:55:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:13 2020-06-13] 178: Checking imports ** [07:55:13 2020-06-13] 178: Checking exports ** [07:55:13 2020-06-13] 178: Checking users ** [07:55:13 2020-06-13] 178: Checking user_dbs ** [07:55:13 2020-06-13] 178: Checking geocodings ** [07:55:13 2020-06-13] 178: Checking synchronizations ** [07:55:13 2020-06-13] 178: Checking tracker ** [07:55:13 2020-06-13] 178: Checking user_migrations ** [07:55:13 2020-06-13] 178: Checking batch_updates ** [07:55:13 2020-06-13] 178: Checking gears ** [07:55:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:55:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:18 2020-06-13] 178: Checking imports ** [07:55:18 2020-06-13] 178: Checking exports ** [07:55:18 2020-06-13] 178: Checking users ** [07:55:18 2020-06-13] 178: Checking user_dbs ** [07:55:18 2020-06-13] 178: Checking geocodings ** [07:55:18 2020-06-13] 178: Checking synchronizations ** [07:55:18 2020-06-13] 178: Checking tracker ** [07:55:18 2020-06-13] 178: Checking user_migrations ** [07:55:18 2020-06-13] 178: Checking batch_updates ** [07:55:18 2020-06-13] 178: Checking gears ** [07:55:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:55:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:23 2020-06-13] 178: Checking imports ** [07:55:23 2020-06-13] 178: Checking exports ** [07:55:23 2020-06-13] 178: Checking users ** [07:55:23 2020-06-13] 178: Checking user_dbs ** [07:55:23 2020-06-13] 178: Checking geocodings ** [07:55:23 2020-06-13] 178: Checking synchronizations ** [07:55:23 2020-06-13] 178: Checking tracker ** [07:55:23 2020-06-13] 178: Checking user_migrations ** [07:55:23 2020-06-13] 178: Checking batch_updates ** [07:55:23 2020-06-13] 178: Checking gears ** [07:55:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:55:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:28 2020-06-13] 178: Checking imports ** [07:55:28 2020-06-13] 178: Checking exports ** [07:55:28 2020-06-13] 178: Checking users ** [07:55:28 2020-06-13] 178: Checking user_dbs ** [07:55:28 2020-06-13] 178: Checking geocodings ** [07:55:28 2020-06-13] 178: Checking synchronizations ** [07:55:28 2020-06-13] 178: Checking tracker ** [07:55:28 2020-06-13] 178: Checking user_migrations ** [07:55:28 2020-06-13] 178: Checking batch_updates ** [07:55:28 2020-06-13] 178: Checking gears ** [07:55:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:55:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:33 2020-06-13] 178: Checking imports ** [07:55:33 2020-06-13] 178: Checking exports ** [07:55:33 2020-06-13] 178: Checking users ** [07:55:33 2020-06-13] 178: Checking user_dbs ** [07:55:33 2020-06-13] 178: Checking geocodings ** [07:55:33 2020-06-13] 178: Checking synchronizations ** [07:55:33 2020-06-13] 178: Checking tracker ** [07:55:33 2020-06-13] 178: Checking user_migrations ** [07:55:33 2020-06-13] 178: Checking batch_updates ** [07:55:33 2020-06-13] 178: Checking gears ** [07:55:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:55:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:38 2020-06-13] 178: Checking imports ** [07:55:38 2020-06-13] 178: Checking exports ** [07:55:38 2020-06-13] 178: Checking users ** [07:55:38 2020-06-13] 178: Checking user_dbs ** [07:55:38 2020-06-13] 178: Checking geocodings ** [07:55:38 2020-06-13] 178: Checking synchronizations ** [07:55:38 2020-06-13] 178: Checking tracker ** [07:55:38 2020-06-13] 178: Checking user_migrations ** [07:55:38 2020-06-13] 178: Checking batch_updates ** [07:55:38 2020-06-13] 178: Checking gears ** [07:55:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:55:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:43 2020-06-13] 178: Checking imports ** [07:55:43 2020-06-13] 178: Checking exports ** [07:55:43 2020-06-13] 178: Checking users ** [07:55:43 2020-06-13] 178: Checking user_dbs ** [07:55:43 2020-06-13] 178: Checking geocodings ** [07:55:43 2020-06-13] 178: Checking synchronizations ** [07:55:43 2020-06-13] 178: Checking tracker ** [07:55:43 2020-06-13] 178: Checking user_migrations ** [07:55:43 2020-06-13] 178: Checking batch_updates ** [07:55:43 2020-06-13] 178: Checking gears ** [07:55:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:55:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:48 2020-06-13] 178: Checking imports ** [07:55:48 2020-06-13] 178: Checking exports ** [07:55:48 2020-06-13] 178: Checking users ** [07:55:48 2020-06-13] 178: Checking user_dbs ** [07:55:48 2020-06-13] 178: Checking geocodings ** [07:55:48 2020-06-13] 178: Checking synchronizations ** [07:55:48 2020-06-13] 178: Checking tracker ** [07:55:48 2020-06-13] 178: Checking user_migrations ** [07:55:48 2020-06-13] 178: Checking batch_updates ** [07:55:48 2020-06-13] 178: Checking gears ** [07:55:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:55:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:53 2020-06-13] 178: Checking imports ** [07:55:53 2020-06-13] 178: Checking exports ** [07:55:53 2020-06-13] 178: Checking users ** [07:55:53 2020-06-13] 178: Checking user_dbs ** [07:55:53 2020-06-13] 178: Checking geocodings ** [07:55:53 2020-06-13] 178: Checking synchronizations ** [07:55:53 2020-06-13] 178: Checking tracker ** [07:55:53 2020-06-13] 178: Checking user_migrations ** [07:55:53 2020-06-13] 178: Checking batch_updates ** [07:55:53 2020-06-13] 178: Checking gears ** [07:55:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:55:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:58 2020-06-13] 178: Checking imports ** [07:55:58 2020-06-13] 178: Checking exports ** [07:55:58 2020-06-13] 178: Checking users ** [07:55:58 2020-06-13] 178: Checking user_dbs ** [07:55:58 2020-06-13] 178: Checking geocodings ** [07:55:58 2020-06-13] 178: Checking synchronizations ** [07:55:58 2020-06-13] 178: Checking tracker ** [07:55:58 2020-06-13] 178: Checking user_migrations ** [07:55:58 2020-06-13] 178: Checking batch_updates ** [07:55:58 2020-06-13] 178: Checking gears ** [07:55:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:55:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:03 2020-06-13] 178: Checking imports ** [07:56:03 2020-06-13] 178: Checking exports ** [07:56:03 2020-06-13] 178: Checking users ** [07:56:03 2020-06-13] 178: Checking user_dbs ** [07:56:03 2020-06-13] 178: Checking geocodings ** [07:56:03 2020-06-13] 178: Checking synchronizations ** [07:56:03 2020-06-13] 178: Checking tracker ** [07:56:03 2020-06-13] 178: Checking user_migrations ** [07:56:03 2020-06-13] 178: Checking batch_updates ** [07:56:03 2020-06-13] 178: Checking gears ** [07:56:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:56:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:08 2020-06-13] 178: Checking imports ** [07:56:08 2020-06-13] 178: Checking exports ** [07:56:08 2020-06-13] 178: Checking users ** [07:56:08 2020-06-13] 178: Checking user_dbs ** [07:56:08 2020-06-13] 178: Checking geocodings ** [07:56:08 2020-06-13] 178: Checking synchronizations ** [07:56:08 2020-06-13] 178: Checking tracker ** [07:56:08 2020-06-13] 178: Checking user_migrations ** [07:56:08 2020-06-13] 178: Checking batch_updates ** [07:56:08 2020-06-13] 178: Checking gears ** [07:56:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:56:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:13 2020-06-13] 178: Checking imports ** [07:56:13 2020-06-13] 178: Checking exports ** [07:56:13 2020-06-13] 178: Checking users ** [07:56:13 2020-06-13] 178: Checking user_dbs ** [07:56:13 2020-06-13] 178: Checking geocodings ** [07:56:13 2020-06-13] 178: Checking synchronizations ** [07:56:13 2020-06-13] 178: Checking tracker ** [07:56:13 2020-06-13] 178: Checking user_migrations ** [07:56:13 2020-06-13] 178: Checking batch_updates ** [07:56:13 2020-06-13] 178: Checking gears ** [07:56:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:56:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:18 2020-06-13] 178: Checking imports ** [07:56:18 2020-06-13] 178: Checking exports ** [07:56:18 2020-06-13] 178: Checking users ** [07:56:18 2020-06-13] 178: Checking user_dbs ** [07:56:18 2020-06-13] 178: Checking geocodings ** [07:56:18 2020-06-13] 178: Checking synchronizations ** [07:56:18 2020-06-13] 178: Checking tracker ** [07:56:18 2020-06-13] 178: Checking user_migrations ** [07:56:18 2020-06-13] 178: Checking batch_updates ** [07:56:18 2020-06-13] 178: Checking gears ** [07:56:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:56:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:23 2020-06-13] 178: Checking imports ** [07:56:23 2020-06-13] 178: Checking exports ** [07:56:23 2020-06-13] 178: Checking users ** [07:56:23 2020-06-13] 178: Checking user_dbs ** [07:56:23 2020-06-13] 178: Checking geocodings ** [07:56:23 2020-06-13] 178: Checking synchronizations ** [07:56:23 2020-06-13] 178: Checking tracker ** [07:56:23 2020-06-13] 178: Checking user_migrations ** [07:56:23 2020-06-13] 178: Checking batch_updates ** [07:56:23 2020-06-13] 178: Checking gears ** [07:56:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:56:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:28 2020-06-13] 178: Checking imports ** [07:56:28 2020-06-13] 178: Checking exports ** [07:56:28 2020-06-13] 178: Checking users ** [07:56:28 2020-06-13] 178: Checking user_dbs ** [07:56:28 2020-06-13] 178: Checking geocodings ** [07:56:28 2020-06-13] 178: Checking synchronizations ** [07:56:28 2020-06-13] 178: Checking tracker ** [07:56:28 2020-06-13] 178: Checking user_migrations ** [07:56:28 2020-06-13] 178: Checking batch_updates ** [07:56:28 2020-06-13] 178: Checking gears ** [07:56:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:56:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:33 2020-06-13] 178: Checking imports ** [07:56:33 2020-06-13] 178: Checking exports ** [07:56:33 2020-06-13] 178: Checking users ** [07:56:33 2020-06-13] 178: Checking user_dbs ** [07:56:33 2020-06-13] 178: Checking geocodings ** [07:56:33 2020-06-13] 178: Checking synchronizations ** [07:56:33 2020-06-13] 178: Checking tracker ** [07:56:33 2020-06-13] 178: Checking user_migrations ** [07:56:33 2020-06-13] 178: Checking batch_updates ** [07:56:33 2020-06-13] 178: Checking gears ** [07:56:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:56:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:38 2020-06-13] 178: Checking imports ** [07:56:38 2020-06-13] 178: Checking exports ** [07:56:38 2020-06-13] 178: Checking users ** [07:56:38 2020-06-13] 178: Checking user_dbs ** [07:56:38 2020-06-13] 178: Checking geocodings ** [07:56:38 2020-06-13] 178: Checking synchronizations ** [07:56:38 2020-06-13] 178: Checking tracker ** [07:56:38 2020-06-13] 178: Checking user_migrations ** [07:56:38 2020-06-13] 178: Checking batch_updates ** [07:56:38 2020-06-13] 178: Checking gears ** [07:56:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:56:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:43 2020-06-13] 178: Checking imports ** [07:56:43 2020-06-13] 178: Checking exports ** [07:56:43 2020-06-13] 178: Checking users ** [07:56:43 2020-06-13] 178: Checking user_dbs ** [07:56:43 2020-06-13] 178: Checking geocodings ** [07:56:43 2020-06-13] 178: Checking synchronizations ** [07:56:43 2020-06-13] 178: Checking tracker ** [07:56:43 2020-06-13] 178: Checking user_migrations ** [07:56:43 2020-06-13] 178: Checking batch_updates ** [07:56:43 2020-06-13] 178: Checking gears ** [07:56:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:56:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:48 2020-06-13] 178: Checking imports ** [07:56:48 2020-06-13] 178: Checking exports ** [07:56:48 2020-06-13] 178: Checking users ** [07:56:48 2020-06-13] 178: Checking user_dbs ** [07:56:48 2020-06-13] 178: Checking geocodings ** [07:56:48 2020-06-13] 178: Checking synchronizations ** [07:56:48 2020-06-13] 178: Checking tracker ** [07:56:48 2020-06-13] 178: Checking user_migrations ** [07:56:48 2020-06-13] 178: Checking batch_updates ** [07:56:48 2020-06-13] 178: Checking gears ** [07:56:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:56:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:53 2020-06-13] 178: Checking imports ** [07:56:53 2020-06-13] 178: Checking exports ** [07:56:53 2020-06-13] 178: Checking users ** [07:56:53 2020-06-13] 178: Checking user_dbs ** [07:56:53 2020-06-13] 178: Checking geocodings ** [07:56:53 2020-06-13] 178: Checking synchronizations ** [07:56:53 2020-06-13] 178: Checking tracker ** [07:56:53 2020-06-13] 178: Checking user_migrations ** [07:56:53 2020-06-13] 178: Checking batch_updates ** [07:56:53 2020-06-13] 178: Checking gears ** [07:56:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:56:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:58 2020-06-13] 178: Checking imports ** [07:56:58 2020-06-13] 178: Checking exports ** [07:56:58 2020-06-13] 178: Checking users ** [07:56:58 2020-06-13] 178: Checking user_dbs ** [07:56:58 2020-06-13] 178: Checking geocodings ** [07:56:58 2020-06-13] 178: Checking synchronizations ** [07:56:58 2020-06-13] 178: Checking tracker ** [07:56:58 2020-06-13] 178: Checking user_migrations ** [07:56:58 2020-06-13] 178: Checking batch_updates ** [07:56:58 2020-06-13] 178: Checking gears ** [07:56:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:56:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:03 2020-06-13] 178: Checking imports ** [07:57:03 2020-06-13] 178: Checking exports ** [07:57:03 2020-06-13] 178: Checking users ** [07:57:03 2020-06-13] 178: Checking user_dbs ** [07:57:03 2020-06-13] 178: Checking geocodings ** [07:57:03 2020-06-13] 178: Checking synchronizations ** [07:57:03 2020-06-13] 178: Checking tracker ** [07:57:03 2020-06-13] 178: Checking user_migrations ** [07:57:03 2020-06-13] 178: Checking batch_updates ** [07:57:03 2020-06-13] 178: Checking gears ** [07:57:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:57:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:08 2020-06-13] 178: Checking imports ** [07:57:08 2020-06-13] 178: Checking exports ** [07:57:08 2020-06-13] 178: Checking users ** [07:57:08 2020-06-13] 178: Checking user_dbs ** [07:57:08 2020-06-13] 178: Checking geocodings ** [07:57:08 2020-06-13] 178: Checking synchronizations ** [07:57:08 2020-06-13] 178: Checking tracker ** [07:57:08 2020-06-13] 178: Checking user_migrations ** [07:57:08 2020-06-13] 178: Checking batch_updates ** [07:57:08 2020-06-13] 178: Checking gears ** [07:57:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:57:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:13 2020-06-13] 178: Checking imports ** [07:57:13 2020-06-13] 178: Checking exports ** [07:57:13 2020-06-13] 178: Checking users ** [07:57:13 2020-06-13] 178: Checking user_dbs ** [07:57:13 2020-06-13] 178: Checking geocodings ** [07:57:13 2020-06-13] 178: Checking synchronizations ** [07:57:13 2020-06-13] 178: Checking tracker ** [07:57:13 2020-06-13] 178: Checking user_migrations ** [07:57:13 2020-06-13] 178: Checking batch_updates ** [07:57:13 2020-06-13] 178: Checking gears ** [07:57:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:57:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:18 2020-06-13] 178: Checking imports ** [07:57:18 2020-06-13] 178: Checking exports ** [07:57:18 2020-06-13] 178: Checking users ** [07:57:18 2020-06-13] 178: Checking user_dbs ** [07:57:18 2020-06-13] 178: Checking geocodings ** [07:57:18 2020-06-13] 178: Checking synchronizations ** [07:57:18 2020-06-13] 178: Checking tracker ** [07:57:18 2020-06-13] 178: Checking user_migrations ** [07:57:18 2020-06-13] 178: Checking batch_updates ** [07:57:18 2020-06-13] 178: Checking gears ** [07:57:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:57:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:23 2020-06-13] 178: Checking imports ** [07:57:23 2020-06-13] 178: Checking exports ** [07:57:23 2020-06-13] 178: Checking users ** [07:57:23 2020-06-13] 178: Checking user_dbs ** [07:57:23 2020-06-13] 178: Checking geocodings ** [07:57:23 2020-06-13] 178: Checking synchronizations ** [07:57:23 2020-06-13] 178: Checking tracker ** [07:57:23 2020-06-13] 178: Checking user_migrations ** [07:57:23 2020-06-13] 178: Checking batch_updates ** [07:57:23 2020-06-13] 178: Checking gears ** [07:57:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:57:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:28 2020-06-13] 178: Checking imports ** [07:57:28 2020-06-13] 178: Checking exports ** [07:57:28 2020-06-13] 178: Checking users ** [07:57:28 2020-06-13] 178: Checking user_dbs ** [07:57:28 2020-06-13] 178: Checking geocodings ** [07:57:28 2020-06-13] 178: Checking synchronizations ** [07:57:28 2020-06-13] 178: Checking tracker ** [07:57:28 2020-06-13] 178: Checking user_migrations ** [07:57:28 2020-06-13] 178: Checking batch_updates ** [07:57:28 2020-06-13] 178: Checking gears ** [07:57:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:57:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:33 2020-06-13] 178: Checking imports ** [07:57:33 2020-06-13] 178: Checking exports ** [07:57:33 2020-06-13] 178: Checking users ** [07:57:33 2020-06-13] 178: Checking user_dbs ** [07:57:33 2020-06-13] 178: Checking geocodings ** [07:57:33 2020-06-13] 178: Checking synchronizations ** [07:57:33 2020-06-13] 178: Checking tracker ** [07:57:33 2020-06-13] 178: Checking user_migrations ** [07:57:33 2020-06-13] 178: Checking batch_updates ** [07:57:33 2020-06-13] 178: Checking gears ** [07:57:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:57:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:38 2020-06-13] 178: Checking imports ** [07:57:38 2020-06-13] 178: Checking exports ** [07:57:38 2020-06-13] 178: Checking users ** [07:57:38 2020-06-13] 178: Checking user_dbs ** [07:57:38 2020-06-13] 178: Checking geocodings ** [07:57:38 2020-06-13] 178: Checking synchronizations ** [07:57:38 2020-06-13] 178: Checking tracker ** [07:57:38 2020-06-13] 178: Checking user_migrations ** [07:57:38 2020-06-13] 178: Checking batch_updates ** [07:57:38 2020-06-13] 178: Checking gears ** [07:57:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:57:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:43 2020-06-13] 178: Checking imports ** [07:57:43 2020-06-13] 178: Checking exports ** [07:57:43 2020-06-13] 178: Checking users ** [07:57:43 2020-06-13] 178: Checking user_dbs ** [07:57:43 2020-06-13] 178: Checking geocodings ** [07:57:43 2020-06-13] 178: Checking synchronizations ** [07:57:43 2020-06-13] 178: Checking tracker ** [07:57:43 2020-06-13] 178: Checking user_migrations ** [07:57:43 2020-06-13] 178: Checking batch_updates ** [07:57:43 2020-06-13] 178: Checking gears ** [07:57:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:57:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:48 2020-06-13] 178: Checking imports ** [07:57:48 2020-06-13] 178: Checking exports ** [07:57:48 2020-06-13] 178: Checking users ** [07:57:48 2020-06-13] 178: Checking user_dbs ** [07:57:48 2020-06-13] 178: Checking geocodings ** [07:57:48 2020-06-13] 178: Checking synchronizations ** [07:57:48 2020-06-13] 178: Checking tracker ** [07:57:48 2020-06-13] 178: Checking user_migrations ** [07:57:48 2020-06-13] 178: Checking batch_updates ** [07:57:48 2020-06-13] 178: Checking gears ** [07:57:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:57:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:53 2020-06-13] 178: Checking imports ** [07:57:53 2020-06-13] 178: Checking exports ** [07:57:53 2020-06-13] 178: Checking users ** [07:57:53 2020-06-13] 178: Checking user_dbs ** [07:57:53 2020-06-13] 178: Checking geocodings ** [07:57:53 2020-06-13] 178: Checking synchronizations ** [07:57:53 2020-06-13] 178: Checking tracker ** [07:57:53 2020-06-13] 178: Checking user_migrations ** [07:57:53 2020-06-13] 178: Checking batch_updates ** [07:57:53 2020-06-13] 178: Checking gears ** [07:57:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:57:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:58 2020-06-13] 178: Checking imports ** [07:57:58 2020-06-13] 178: Checking exports ** [07:57:58 2020-06-13] 178: Checking users ** [07:57:58 2020-06-13] 178: Checking user_dbs ** [07:57:58 2020-06-13] 178: Checking geocodings ** [07:57:58 2020-06-13] 178: Checking synchronizations ** [07:57:58 2020-06-13] 178: Checking tracker ** [07:57:58 2020-06-13] 178: Checking user_migrations ** [07:57:58 2020-06-13] 178: Checking batch_updates ** [07:57:58 2020-06-13] 178: Checking gears ** [07:57:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:57:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:03 2020-06-13] 178: Checking imports ** [07:58:03 2020-06-13] 178: Checking exports ** [07:58:03 2020-06-13] 178: Checking users ** [07:58:03 2020-06-13] 178: Checking user_dbs ** [07:58:03 2020-06-13] 178: Checking geocodings ** [07:58:03 2020-06-13] 178: Checking synchronizations ** [07:58:03 2020-06-13] 178: Checking tracker ** [07:58:03 2020-06-13] 178: Checking user_migrations ** [07:58:03 2020-06-13] 178: Checking batch_updates ** [07:58:03 2020-06-13] 178: Checking gears ** [07:58:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:58:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:08 2020-06-13] 178: Checking imports ** [07:58:08 2020-06-13] 178: Checking exports ** [07:58:08 2020-06-13] 178: Checking users ** [07:58:08 2020-06-13] 178: Checking user_dbs ** [07:58:08 2020-06-13] 178: Checking geocodings ** [07:58:08 2020-06-13] 178: Checking synchronizations ** [07:58:08 2020-06-13] 178: Checking tracker ** [07:58:08 2020-06-13] 178: Checking user_migrations ** [07:58:08 2020-06-13] 178: Checking batch_updates ** [07:58:08 2020-06-13] 178: Checking gears ** [07:58:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:58:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:13 2020-06-13] 178: Checking imports ** [07:58:13 2020-06-13] 178: Checking exports ** [07:58:13 2020-06-13] 178: Checking users ** [07:58:13 2020-06-13] 178: Checking user_dbs ** [07:58:13 2020-06-13] 178: Checking geocodings ** [07:58:13 2020-06-13] 178: Checking synchronizations ** [07:58:13 2020-06-13] 178: Checking tracker ** [07:58:13 2020-06-13] 178: Checking user_migrations ** [07:58:13 2020-06-13] 178: Checking batch_updates ** [07:58:13 2020-06-13] 178: Checking gears ** [07:58:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:58:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:18 2020-06-13] 178: Checking imports ** [07:58:18 2020-06-13] 178: Checking exports ** [07:58:18 2020-06-13] 178: Checking users ** [07:58:18 2020-06-13] 178: Checking user_dbs ** [07:58:18 2020-06-13] 178: Checking geocodings ** [07:58:18 2020-06-13] 178: Checking synchronizations ** [07:58:18 2020-06-13] 178: Checking tracker ** [07:58:18 2020-06-13] 178: Checking user_migrations ** [07:58:18 2020-06-13] 178: Checking batch_updates ** [07:58:18 2020-06-13] 178: Checking gears ** [07:58:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:58:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:23 2020-06-13] 178: Checking imports ** [07:58:23 2020-06-13] 178: Checking exports ** [07:58:23 2020-06-13] 178: Checking users ** [07:58:23 2020-06-13] 178: Checking user_dbs ** [07:58:23 2020-06-13] 178: Checking geocodings ** [07:58:23 2020-06-13] 178: Checking synchronizations ** [07:58:23 2020-06-13] 178: Checking tracker ** [07:58:23 2020-06-13] 178: Checking user_migrations ** [07:58:23 2020-06-13] 178: Checking batch_updates ** [07:58:23 2020-06-13] 178: Checking gears ** [07:58:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:58:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:28 2020-06-13] 178: Checking imports ** [07:58:28 2020-06-13] 178: Checking exports ** [07:58:28 2020-06-13] 178: Checking users ** [07:58:28 2020-06-13] 178: Checking user_dbs ** [07:58:28 2020-06-13] 178: Checking geocodings ** [07:58:28 2020-06-13] 178: Checking synchronizations ** [07:58:29 2020-06-13] 178: Checking tracker ** [07:58:29 2020-06-13] 178: Checking user_migrations ** [07:58:29 2020-06-13] 178: Checking batch_updates ** [07:58:29 2020-06-13] 178: Checking gears ** [07:58:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:58:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:34 2020-06-13] 178: Checking imports ** [07:58:34 2020-06-13] 178: Checking exports ** [07:58:34 2020-06-13] 178: Checking users ** [07:58:34 2020-06-13] 178: Checking user_dbs ** [07:58:34 2020-06-13] 178: Checking geocodings ** [07:58:34 2020-06-13] 178: Checking synchronizations ** [07:58:34 2020-06-13] 178: Checking tracker ** [07:58:34 2020-06-13] 178: Checking user_migrations ** [07:58:34 2020-06-13] 178: Checking batch_updates ** [07:58:34 2020-06-13] 178: Checking gears ** [07:58:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:58:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:39 2020-06-13] 178: Checking imports ** [07:58:39 2020-06-13] 178: Checking exports ** [07:58:39 2020-06-13] 178: Checking users ** [07:58:39 2020-06-13] 178: Checking user_dbs ** [07:58:39 2020-06-13] 178: Checking geocodings ** [07:58:39 2020-06-13] 178: Checking synchronizations ** [07:58:39 2020-06-13] 178: Checking tracker ** [07:58:39 2020-06-13] 178: Checking user_migrations ** [07:58:39 2020-06-13] 178: Checking batch_updates ** [07:58:39 2020-06-13] 178: Checking gears ** [07:58:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:58:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:44 2020-06-13] 178: Checking imports ** [07:58:44 2020-06-13] 178: Checking exports ** [07:58:44 2020-06-13] 178: Checking users ** [07:58:44 2020-06-13] 178: Checking user_dbs ** [07:58:44 2020-06-13] 178: Checking geocodings ** [07:58:44 2020-06-13] 178: Checking synchronizations ** [07:58:44 2020-06-13] 178: Checking tracker ** [07:58:44 2020-06-13] 178: Checking user_migrations ** [07:58:44 2020-06-13] 178: Checking batch_updates ** [07:58:44 2020-06-13] 178: Checking gears ** [07:58:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:58:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:49 2020-06-13] 178: Checking imports ** [07:58:49 2020-06-13] 178: Checking exports ** [07:58:49 2020-06-13] 178: Checking users ** [07:58:49 2020-06-13] 178: Checking user_dbs ** [07:58:49 2020-06-13] 178: Checking geocodings ** [07:58:49 2020-06-13] 178: Checking synchronizations ** [07:58:49 2020-06-13] 178: Checking tracker ** [07:58:49 2020-06-13] 178: Checking user_migrations ** [07:58:49 2020-06-13] 178: Checking batch_updates ** [07:58:49 2020-06-13] 178: Checking gears ** [07:58:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:58:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:54 2020-06-13] 178: Checking imports ** [07:58:54 2020-06-13] 178: Checking exports ** [07:58:54 2020-06-13] 178: Checking users ** [07:58:54 2020-06-13] 178: Checking user_dbs ** [07:58:54 2020-06-13] 178: Checking geocodings ** [07:58:54 2020-06-13] 178: Checking synchronizations ** [07:58:54 2020-06-13] 178: Checking tracker ** [07:58:54 2020-06-13] 178: Checking user_migrations ** [07:58:54 2020-06-13] 178: Checking batch_updates ** [07:58:54 2020-06-13] 178: Checking gears ** [07:58:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:58:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:59 2020-06-13] 178: Checking imports ** [07:58:59 2020-06-13] 178: Checking exports ** [07:58:59 2020-06-13] 178: Checking users ** [07:58:59 2020-06-13] 178: Checking user_dbs ** [07:58:59 2020-06-13] 178: Checking geocodings ** [07:58:59 2020-06-13] 178: Checking synchronizations ** [07:58:59 2020-06-13] 178: Checking tracker ** [07:58:59 2020-06-13] 178: Checking user_migrations ** [07:58:59 2020-06-13] 178: Checking batch_updates ** [07:58:59 2020-06-13] 178: Checking gears ** [07:58:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:58:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:04 2020-06-13] 178: Checking imports ** [07:59:04 2020-06-13] 178: Checking exports ** [07:59:04 2020-06-13] 178: Checking users ** [07:59:04 2020-06-13] 178: Checking user_dbs ** [07:59:04 2020-06-13] 178: Checking geocodings ** [07:59:04 2020-06-13] 178: Checking synchronizations ** [07:59:04 2020-06-13] 178: Checking tracker ** [07:59:04 2020-06-13] 178: Checking user_migrations ** [07:59:04 2020-06-13] 178: Checking batch_updates ** [07:59:04 2020-06-13] 178: Checking gears ** [07:59:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:59:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:09 2020-06-13] 178: Checking imports ** [07:59:09 2020-06-13] 178: Checking exports ** [07:59:09 2020-06-13] 178: Checking users ** [07:59:09 2020-06-13] 178: Checking user_dbs ** [07:59:09 2020-06-13] 178: Checking geocodings ** [07:59:09 2020-06-13] 178: Checking synchronizations ** [07:59:09 2020-06-13] 178: Checking tracker ** [07:59:09 2020-06-13] 178: Checking user_migrations ** [07:59:09 2020-06-13] 178: Checking batch_updates ** [07:59:09 2020-06-13] 178: Checking gears ** [07:59:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:59:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:14 2020-06-13] 178: Checking imports ** [07:59:14 2020-06-13] 178: Checking exports ** [07:59:14 2020-06-13] 178: Checking users ** [07:59:14 2020-06-13] 178: Checking user_dbs ** [07:59:14 2020-06-13] 178: Checking geocodings ** [07:59:14 2020-06-13] 178: Checking synchronizations ** [07:59:14 2020-06-13] 178: Checking tracker ** [07:59:14 2020-06-13] 178: Checking user_migrations ** [07:59:14 2020-06-13] 178: Checking batch_updates ** [07:59:14 2020-06-13] 178: Checking gears ** [07:59:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:59:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:19 2020-06-13] 178: Checking imports ** [07:59:19 2020-06-13] 178: Checking exports ** [07:59:19 2020-06-13] 178: Checking users ** [07:59:19 2020-06-13] 178: Checking user_dbs ** [07:59:19 2020-06-13] 178: Checking geocodings ** [07:59:19 2020-06-13] 178: Checking synchronizations ** [07:59:19 2020-06-13] 178: Checking tracker ** [07:59:19 2020-06-13] 178: Checking user_migrations ** [07:59:19 2020-06-13] 178: Checking batch_updates ** [07:59:19 2020-06-13] 178: Checking gears ** [07:59:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:59:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:24 2020-06-13] 178: Checking imports ** [07:59:24 2020-06-13] 178: Checking exports ** [07:59:24 2020-06-13] 178: Checking users ** [07:59:24 2020-06-13] 178: Checking user_dbs ** [07:59:24 2020-06-13] 178: Checking geocodings ** [07:59:24 2020-06-13] 178: Checking synchronizations ** [07:59:24 2020-06-13] 178: Checking tracker ** [07:59:24 2020-06-13] 178: Checking user_migrations ** [07:59:24 2020-06-13] 178: Checking batch_updates ** [07:59:24 2020-06-13] 178: Checking gears ** [07:59:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:59:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:29 2020-06-13] 178: Checking imports ** [07:59:29 2020-06-13] 178: Checking exports ** [07:59:29 2020-06-13] 178: Checking users ** [07:59:29 2020-06-13] 178: Checking user_dbs ** [07:59:29 2020-06-13] 178: Checking geocodings ** [07:59:29 2020-06-13] 178: Checking synchronizations ** [07:59:29 2020-06-13] 178: Checking tracker ** [07:59:29 2020-06-13] 178: Checking user_migrations ** [07:59:29 2020-06-13] 178: Checking batch_updates ** [07:59:29 2020-06-13] 178: Checking gears ** [07:59:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:59:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:34 2020-06-13] 178: Checking imports ** [07:59:34 2020-06-13] 178: Checking exports ** [07:59:34 2020-06-13] 178: Checking users ** [07:59:34 2020-06-13] 178: Checking user_dbs ** [07:59:34 2020-06-13] 178: Checking geocodings ** [07:59:34 2020-06-13] 178: Checking synchronizations ** [07:59:34 2020-06-13] 178: Checking tracker ** [07:59:34 2020-06-13] 178: Checking user_migrations ** [07:59:34 2020-06-13] 178: Checking batch_updates ** [07:59:34 2020-06-13] 178: Checking gears ** [07:59:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:59:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:39 2020-06-13] 178: Checking imports ** [07:59:39 2020-06-13] 178: Checking exports ** [07:59:39 2020-06-13] 178: Checking users ** [07:59:39 2020-06-13] 178: Checking user_dbs ** [07:59:39 2020-06-13] 178: Checking geocodings ** [07:59:39 2020-06-13] 178: Checking synchronizations ** [07:59:39 2020-06-13] 178: Checking tracker ** [07:59:39 2020-06-13] 178: Checking user_migrations ** [07:59:39 2020-06-13] 178: Checking batch_updates ** [07:59:39 2020-06-13] 178: Checking gears ** [07:59:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:59:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:44 2020-06-13] 178: Checking imports ** [07:59:44 2020-06-13] 178: Checking exports ** [07:59:44 2020-06-13] 178: Checking users ** [07:59:44 2020-06-13] 178: Checking user_dbs ** [07:59:44 2020-06-13] 178: Checking geocodings ** [07:59:44 2020-06-13] 178: Checking synchronizations ** [07:59:44 2020-06-13] 178: Checking tracker ** [07:59:44 2020-06-13] 178: Checking user_migrations ** [07:59:44 2020-06-13] 178: Checking batch_updates ** [07:59:44 2020-06-13] 178: Checking gears ** [07:59:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:59:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:49 2020-06-13] 178: Checking imports ** [07:59:49 2020-06-13] 178: Checking exports ** [07:59:49 2020-06-13] 178: Checking users ** [07:59:49 2020-06-13] 178: Checking user_dbs ** [07:59:49 2020-06-13] 178: Checking geocodings ** [07:59:49 2020-06-13] 178: Checking synchronizations ** [07:59:49 2020-06-13] 178: Checking tracker ** [07:59:49 2020-06-13] 178: Checking user_migrations ** [07:59:49 2020-06-13] 178: Checking batch_updates ** [07:59:49 2020-06-13] 178: Checking gears ** [07:59:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:59:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:54 2020-06-13] 178: Checking imports ** [07:59:54 2020-06-13] 178: Checking exports ** [07:59:54 2020-06-13] 178: Checking users ** [07:59:54 2020-06-13] 178: Checking user_dbs ** [07:59:54 2020-06-13] 178: Checking geocodings ** [07:59:54 2020-06-13] 178: Checking synchronizations ** [07:59:54 2020-06-13] 178: Checking tracker ** [07:59:54 2020-06-13] 178: Checking user_migrations ** [07:59:54 2020-06-13] 178: Checking batch_updates ** [07:59:54 2020-06-13] 178: Checking gears ** [07:59:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:59:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:59 2020-06-13] 178: Checking imports ** [07:59:59 2020-06-13] 178: Checking exports ** [07:59:59 2020-06-13] 178: Checking users ** [07:59:59 2020-06-13] 178: Checking user_dbs ** [07:59:59 2020-06-13] 178: Checking geocodings ** [07:59:59 2020-06-13] 178: Checking synchronizations ** [07:59:59 2020-06-13] 178: Checking tracker ** [07:59:59 2020-06-13] 178: Checking user_migrations ** [07:59:59 2020-06-13] 178: Checking batch_updates ** [07:59:59 2020-06-13] 178: Checking gears ** [07:59:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [07:59:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:04 2020-06-13] 178: Checking imports ** [08:00:04 2020-06-13] 178: Checking exports ** [08:00:04 2020-06-13] 178: Checking users ** [08:00:04 2020-06-13] 178: Checking user_dbs ** [08:00:04 2020-06-13] 178: Checking geocodings ** [08:00:04 2020-06-13] 178: Checking synchronizations ** [08:00:04 2020-06-13] 178: Checking tracker ** [08:00:04 2020-06-13] 178: Checking user_migrations ** [08:00:04 2020-06-13] 178: Checking batch_updates ** [08:00:04 2020-06-13] 178: Checking gears ** [08:00:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:00:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:09 2020-06-13] 178: Checking imports ** [08:00:09 2020-06-13] 178: Checking exports ** [08:00:09 2020-06-13] 178: Checking users ** [08:00:09 2020-06-13] 178: Checking user_dbs ** [08:00:09 2020-06-13] 178: Checking geocodings ** [08:00:09 2020-06-13] 178: Checking synchronizations ** [08:00:09 2020-06-13] 178: Checking tracker ** [08:00:09 2020-06-13] 178: Checking user_migrations ** [08:00:09 2020-06-13] 178: Checking batch_updates ** [08:00:09 2020-06-13] 178: Checking gears ** [08:00:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:00:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:14 2020-06-13] 178: Checking imports ** [08:00:14 2020-06-13] 178: Checking exports ** [08:00:14 2020-06-13] 178: Checking users ** [08:00:14 2020-06-13] 178: Checking user_dbs ** [08:00:14 2020-06-13] 178: Checking geocodings ** [08:00:14 2020-06-13] 178: Checking synchronizations ** [08:00:14 2020-06-13] 178: Checking tracker ** [08:00:14 2020-06-13] 178: Checking user_migrations ** [08:00:14 2020-06-13] 178: Checking batch_updates ** [08:00:14 2020-06-13] 178: Checking gears ** [08:00:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:00:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:19 2020-06-13] 178: Checking imports ** [08:00:19 2020-06-13] 178: Checking exports ** [08:00:19 2020-06-13] 178: Checking users ** [08:00:19 2020-06-13] 178: Checking user_dbs ** [08:00:19 2020-06-13] 178: Checking geocodings ** [08:00:19 2020-06-13] 178: Checking synchronizations ** [08:00:19 2020-06-13] 178: Checking tracker ** [08:00:19 2020-06-13] 178: Checking user_migrations ** [08:00:19 2020-06-13] 178: Checking batch_updates ** [08:00:19 2020-06-13] 178: Checking gears ** [08:00:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:00:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:24 2020-06-13] 178: Checking imports ** [08:00:24 2020-06-13] 178: Checking exports ** [08:00:24 2020-06-13] 178: Checking users ** [08:00:24 2020-06-13] 178: Checking user_dbs ** [08:00:24 2020-06-13] 178: Checking geocodings ** [08:00:24 2020-06-13] 178: Checking synchronizations ** [08:00:24 2020-06-13] 178: Checking tracker ** [08:00:24 2020-06-13] 178: Checking user_migrations ** [08:00:24 2020-06-13] 178: Checking batch_updates ** [08:00:24 2020-06-13] 178: Checking gears ** [08:00:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:00:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:29 2020-06-13] 178: Checking imports ** [08:00:29 2020-06-13] 178: Checking exports ** [08:00:29 2020-06-13] 178: Checking users ** [08:00:29 2020-06-13] 178: Checking user_dbs ** [08:00:29 2020-06-13] 178: Checking geocodings ** [08:00:29 2020-06-13] 178: Checking synchronizations ** [08:00:29 2020-06-13] 178: Checking tracker ** [08:00:29 2020-06-13] 178: Checking user_migrations ** [08:00:29 2020-06-13] 178: Checking batch_updates ** [08:00:29 2020-06-13] 178: Checking gears ** [08:00:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:00:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:34 2020-06-13] 178: Checking imports ** [08:00:34 2020-06-13] 178: Checking exports ** [08:00:34 2020-06-13] 178: Checking users ** [08:00:34 2020-06-13] 178: Checking user_dbs ** [08:00:34 2020-06-13] 178: Checking geocodings ** [08:00:34 2020-06-13] 178: Checking synchronizations ** [08:00:34 2020-06-13] 178: Checking tracker ** [08:00:34 2020-06-13] 178: Checking user_migrations ** [08:00:34 2020-06-13] 178: Checking batch_updates ** [08:00:34 2020-06-13] 178: Checking gears ** [08:00:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:00:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:39 2020-06-13] 178: Checking imports ** [08:00:39 2020-06-13] 178: Checking exports ** [08:00:39 2020-06-13] 178: Checking users ** [08:00:39 2020-06-13] 178: Checking user_dbs ** [08:00:39 2020-06-13] 178: Checking geocodings ** [08:00:39 2020-06-13] 178: Checking synchronizations ** [08:00:39 2020-06-13] 178: Checking tracker ** [08:00:39 2020-06-13] 178: Checking user_migrations ** [08:00:39 2020-06-13] 178: Checking batch_updates ** [08:00:39 2020-06-13] 178: Checking gears ** [08:00:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:00:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:44 2020-06-13] 178: Checking imports ** [08:00:44 2020-06-13] 178: Checking exports ** [08:00:44 2020-06-13] 178: Checking users ** [08:00:44 2020-06-13] 178: Checking user_dbs ** [08:00:44 2020-06-13] 178: Checking geocodings ** [08:00:44 2020-06-13] 178: Checking synchronizations ** [08:00:44 2020-06-13] 178: Checking tracker ** [08:00:44 2020-06-13] 178: Checking user_migrations ** [08:00:44 2020-06-13] 178: Checking batch_updates ** [08:00:44 2020-06-13] 178: Checking gears ** [08:00:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:00:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:49 2020-06-13] 178: Checking imports ** [08:00:49 2020-06-13] 178: Checking exports ** [08:00:49 2020-06-13] 178: Checking users ** [08:00:49 2020-06-13] 178: Checking user_dbs ** [08:00:49 2020-06-13] 178: Checking geocodings ** [08:00:49 2020-06-13] 178: Checking synchronizations ** [08:00:49 2020-06-13] 178: Checking tracker ** [08:00:49 2020-06-13] 178: Checking user_migrations ** [08:00:49 2020-06-13] 178: Checking batch_updates ** [08:00:49 2020-06-13] 178: Checking gears ** [08:00:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:00:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:54 2020-06-13] 178: Checking imports ** [08:00:54 2020-06-13] 178: Checking exports ** [08:00:54 2020-06-13] 178: Checking users ** [08:00:54 2020-06-13] 178: Checking user_dbs ** [08:00:54 2020-06-13] 178: Checking geocodings ** [08:00:54 2020-06-13] 178: Checking synchronizations ** [08:00:54 2020-06-13] 178: Checking tracker ** [08:00:54 2020-06-13] 178: Checking user_migrations ** [08:00:54 2020-06-13] 178: Checking batch_updates ** [08:00:54 2020-06-13] 178: Checking gears ** [08:00:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:00:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:59 2020-06-13] 178: Checking imports ** [08:00:59 2020-06-13] 178: Checking exports ** [08:00:59 2020-06-13] 178: Checking users ** [08:00:59 2020-06-13] 178: Checking user_dbs ** [08:00:59 2020-06-13] 178: Checking geocodings ** [08:00:59 2020-06-13] 178: Checking synchronizations ** [08:00:59 2020-06-13] 178: Checking tracker ** [08:00:59 2020-06-13] 178: Checking user_migrations ** [08:00:59 2020-06-13] 178: Checking batch_updates ** [08:00:59 2020-06-13] 178: Checking gears ** [08:00:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:00:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:04 2020-06-13] 178: Checking imports ** [08:01:04 2020-06-13] 178: Checking exports ** [08:01:04 2020-06-13] 178: Checking users ** [08:01:04 2020-06-13] 178: Checking user_dbs ** [08:01:04 2020-06-13] 178: Checking geocodings ** [08:01:04 2020-06-13] 178: Checking synchronizations ** [08:01:04 2020-06-13] 178: Checking tracker ** [08:01:04 2020-06-13] 178: Checking user_migrations ** [08:01:04 2020-06-13] 178: Checking batch_updates ** [08:01:04 2020-06-13] 178: Checking gears ** [08:01:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:01:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:09 2020-06-13] 178: Checking imports ** [08:01:09 2020-06-13] 178: Checking exports ** [08:01:09 2020-06-13] 178: Checking users ** [08:01:09 2020-06-13] 178: Checking user_dbs ** [08:01:09 2020-06-13] 178: Checking geocodings ** [08:01:09 2020-06-13] 178: Checking synchronizations ** [08:01:09 2020-06-13] 178: Checking tracker ** [08:01:09 2020-06-13] 178: Checking user_migrations ** [08:01:09 2020-06-13] 178: Checking batch_updates ** [08:01:09 2020-06-13] 178: Checking gears ** [08:01:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:01:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:14 2020-06-13] 178: Checking imports ** [08:01:14 2020-06-13] 178: Checking exports ** [08:01:14 2020-06-13] 178: Checking users ** [08:01:14 2020-06-13] 178: Checking user_dbs ** [08:01:14 2020-06-13] 178: Checking geocodings ** [08:01:14 2020-06-13] 178: Checking synchronizations ** [08:01:14 2020-06-13] 178: Checking tracker ** [08:01:14 2020-06-13] 178: Checking user_migrations ** [08:01:14 2020-06-13] 178: Checking batch_updates ** [08:01:14 2020-06-13] 178: Checking gears ** [08:01:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:01:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:19 2020-06-13] 178: Checking imports ** [08:01:19 2020-06-13] 178: Checking exports ** [08:01:19 2020-06-13] 178: Checking users ** [08:01:19 2020-06-13] 178: Checking user_dbs ** [08:01:19 2020-06-13] 178: Checking geocodings ** [08:01:19 2020-06-13] 178: Checking synchronizations ** [08:01:19 2020-06-13] 178: Checking tracker ** [08:01:19 2020-06-13] 178: Checking user_migrations ** [08:01:19 2020-06-13] 178: Checking batch_updates ** [08:01:19 2020-06-13] 178: Checking gears ** [08:01:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:01:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:24 2020-06-13] 178: Checking imports ** [08:01:24 2020-06-13] 178: Checking exports ** [08:01:24 2020-06-13] 178: Checking users ** [08:01:24 2020-06-13] 178: Checking user_dbs ** [08:01:24 2020-06-13] 178: Checking geocodings ** [08:01:24 2020-06-13] 178: Checking synchronizations ** [08:01:24 2020-06-13] 178: Checking tracker ** [08:01:24 2020-06-13] 178: Checking user_migrations ** [08:01:24 2020-06-13] 178: Checking batch_updates ** [08:01:24 2020-06-13] 178: Checking gears ** [08:01:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:01:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:29 2020-06-13] 178: Checking imports ** [08:01:29 2020-06-13] 178: Checking exports ** [08:01:29 2020-06-13] 178: Checking users ** [08:01:29 2020-06-13] 178: Checking user_dbs ** [08:01:29 2020-06-13] 178: Checking geocodings ** [08:01:29 2020-06-13] 178: Checking synchronizations ** [08:01:29 2020-06-13] 178: Checking tracker ** [08:01:29 2020-06-13] 178: Checking user_migrations ** [08:01:29 2020-06-13] 178: Checking batch_updates ** [08:01:29 2020-06-13] 178: Checking gears ** [08:01:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:01:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:34 2020-06-13] 178: Checking imports ** [08:01:34 2020-06-13] 178: Checking exports ** [08:01:34 2020-06-13] 178: Checking users ** [08:01:34 2020-06-13] 178: Checking user_dbs ** [08:01:34 2020-06-13] 178: Checking geocodings ** [08:01:34 2020-06-13] 178: Checking synchronizations ** [08:01:34 2020-06-13] 178: Checking tracker ** [08:01:34 2020-06-13] 178: Checking user_migrations ** [08:01:34 2020-06-13] 178: Checking batch_updates ** [08:01:34 2020-06-13] 178: Checking gears ** [08:01:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:01:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:39 2020-06-13] 178: Checking imports ** [08:01:39 2020-06-13] 178: Checking exports ** [08:01:39 2020-06-13] 178: Checking users ** [08:01:39 2020-06-13] 178: Checking user_dbs ** [08:01:39 2020-06-13] 178: Checking geocodings ** [08:01:39 2020-06-13] 178: Checking synchronizations ** [08:01:39 2020-06-13] 178: Checking tracker ** [08:01:39 2020-06-13] 178: Checking user_migrations ** [08:01:39 2020-06-13] 178: Checking batch_updates ** [08:01:39 2020-06-13] 178: Checking gears ** [08:01:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:01:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:44 2020-06-13] 178: Checking imports ** [08:01:44 2020-06-13] 178: Checking exports ** [08:01:44 2020-06-13] 178: Checking users ** [08:01:44 2020-06-13] 178: Checking user_dbs ** [08:01:44 2020-06-13] 178: Checking geocodings ** [08:01:44 2020-06-13] 178: Checking synchronizations ** [08:01:44 2020-06-13] 178: Checking tracker ** [08:01:44 2020-06-13] 178: Checking user_migrations ** [08:01:44 2020-06-13] 178: Checking batch_updates ** [08:01:44 2020-06-13] 178: Checking gears ** [08:01:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:01:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:49 2020-06-13] 178: Checking imports ** [08:01:49 2020-06-13] 178: Checking exports ** [08:01:49 2020-06-13] 178: Checking users ** [08:01:49 2020-06-13] 178: Checking user_dbs ** [08:01:49 2020-06-13] 178: Checking geocodings ** [08:01:49 2020-06-13] 178: Checking synchronizations ** [08:01:49 2020-06-13] 178: Checking tracker ** [08:01:49 2020-06-13] 178: Checking user_migrations ** [08:01:49 2020-06-13] 178: Checking batch_updates ** [08:01:49 2020-06-13] 178: Checking gears ** [08:01:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:01:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:54 2020-06-13] 178: Checking imports ** [08:01:54 2020-06-13] 178: Checking exports ** [08:01:54 2020-06-13] 178: Checking users ** [08:01:54 2020-06-13] 178: Checking user_dbs ** [08:01:54 2020-06-13] 178: Checking geocodings ** [08:01:54 2020-06-13] 178: Checking synchronizations ** [08:01:54 2020-06-13] 178: Checking tracker ** [08:01:54 2020-06-13] 178: Checking user_migrations ** [08:01:54 2020-06-13] 178: Checking batch_updates ** [08:01:54 2020-06-13] 178: Checking gears ** [08:01:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:01:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:59 2020-06-13] 178: Checking imports ** [08:01:59 2020-06-13] 178: Checking exports ** [08:01:59 2020-06-13] 178: Checking users ** [08:01:59 2020-06-13] 178: Checking user_dbs ** [08:01:59 2020-06-13] 178: Checking geocodings ** [08:01:59 2020-06-13] 178: Checking synchronizations ** [08:01:59 2020-06-13] 178: Checking tracker ** [08:01:59 2020-06-13] 178: Checking user_migrations ** [08:01:59 2020-06-13] 178: Checking batch_updates ** [08:01:59 2020-06-13] 178: Checking gears ** [08:01:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:01:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:04 2020-06-13] 178: Checking imports ** [08:02:04 2020-06-13] 178: Checking exports ** [08:02:04 2020-06-13] 178: Checking users ** [08:02:04 2020-06-13] 178: Checking user_dbs ** [08:02:04 2020-06-13] 178: Checking geocodings ** [08:02:04 2020-06-13] 178: Checking synchronizations ** [08:02:04 2020-06-13] 178: Checking tracker ** [08:02:04 2020-06-13] 178: Checking user_migrations ** [08:02:04 2020-06-13] 178: Checking batch_updates ** [08:02:04 2020-06-13] 178: Checking gears ** [08:02:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:02:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:09 2020-06-13] 178: Checking imports ** [08:02:09 2020-06-13] 178: Checking exports ** [08:02:09 2020-06-13] 178: Checking users ** [08:02:09 2020-06-13] 178: Checking user_dbs ** [08:02:09 2020-06-13] 178: Checking geocodings ** [08:02:09 2020-06-13] 178: Checking synchronizations ** [08:02:09 2020-06-13] 178: Checking tracker ** [08:02:09 2020-06-13] 178: Checking user_migrations ** [08:02:09 2020-06-13] 178: Checking batch_updates ** [08:02:09 2020-06-13] 178: Checking gears ** [08:02:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:02:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:14 2020-06-13] 178: Checking imports ** [08:02:14 2020-06-13] 178: Checking exports ** [08:02:14 2020-06-13] 178: Checking users ** [08:02:14 2020-06-13] 178: Checking user_dbs ** [08:02:14 2020-06-13] 178: Checking geocodings ** [08:02:14 2020-06-13] 178: Checking synchronizations ** [08:02:14 2020-06-13] 178: Checking tracker ** [08:02:14 2020-06-13] 178: Checking user_migrations ** [08:02:14 2020-06-13] 178: Checking batch_updates ** [08:02:14 2020-06-13] 178: Checking gears ** [08:02:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:02:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:19 2020-06-13] 178: Checking imports ** [08:02:19 2020-06-13] 178: Checking exports ** [08:02:19 2020-06-13] 178: Checking users ** [08:02:19 2020-06-13] 178: Checking user_dbs ** [08:02:19 2020-06-13] 178: Checking geocodings ** [08:02:19 2020-06-13] 178: Checking synchronizations ** [08:02:19 2020-06-13] 178: Checking tracker ** [08:02:19 2020-06-13] 178: Checking user_migrations ** [08:02:19 2020-06-13] 178: Checking batch_updates ** [08:02:19 2020-06-13] 178: Checking gears ** [08:02:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:02:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:24 2020-06-13] 178: Checking imports ** [08:02:24 2020-06-13] 178: Checking exports ** [08:02:24 2020-06-13] 178: Checking users ** [08:02:24 2020-06-13] 178: Checking user_dbs ** [08:02:24 2020-06-13] 178: Checking geocodings ** [08:02:24 2020-06-13] 178: Checking synchronizations ** [08:02:24 2020-06-13] 178: Checking tracker ** [08:02:24 2020-06-13] 178: Checking user_migrations ** [08:02:24 2020-06-13] 178: Checking batch_updates ** [08:02:24 2020-06-13] 178: Checking gears ** [08:02:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:02:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:29 2020-06-13] 178: Checking imports ** [08:02:29 2020-06-13] 178: Checking exports ** [08:02:29 2020-06-13] 178: Checking users ** [08:02:29 2020-06-13] 178: Checking user_dbs ** [08:02:29 2020-06-13] 178: Checking geocodings ** [08:02:29 2020-06-13] 178: Checking synchronizations ** [08:02:29 2020-06-13] 178: Checking tracker ** [08:02:29 2020-06-13] 178: Checking user_migrations ** [08:02:29 2020-06-13] 178: Checking batch_updates ** [08:02:29 2020-06-13] 178: Checking gears ** [08:02:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:02:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:34 2020-06-13] 178: Checking imports ** [08:02:34 2020-06-13] 178: Checking exports ** [08:02:34 2020-06-13] 178: Checking users ** [08:02:34 2020-06-13] 178: Checking user_dbs ** [08:02:34 2020-06-13] 178: Checking geocodings ** [08:02:34 2020-06-13] 178: Checking synchronizations ** [08:02:34 2020-06-13] 178: Checking tracker ** [08:02:34 2020-06-13] 178: Checking user_migrations ** [08:02:34 2020-06-13] 178: Checking batch_updates ** [08:02:34 2020-06-13] 178: Checking gears ** [08:02:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:02:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:39 2020-06-13] 178: Checking imports ** [08:02:39 2020-06-13] 178: Checking exports ** [08:02:39 2020-06-13] 178: Checking users ** [08:02:39 2020-06-13] 178: Checking user_dbs ** [08:02:39 2020-06-13] 178: Checking geocodings ** [08:02:39 2020-06-13] 178: Checking synchronizations ** [08:02:39 2020-06-13] 178: Checking tracker ** [08:02:39 2020-06-13] 178: Checking user_migrations ** [08:02:39 2020-06-13] 178: Checking batch_updates ** [08:02:39 2020-06-13] 178: Checking gears ** [08:02:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:02:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:44 2020-06-13] 178: Checking imports ** [08:02:44 2020-06-13] 178: Checking exports ** [08:02:44 2020-06-13] 178: Checking users ** [08:02:44 2020-06-13] 178: Checking user_dbs ** [08:02:44 2020-06-13] 178: Checking geocodings ** [08:02:44 2020-06-13] 178: Checking synchronizations ** [08:02:44 2020-06-13] 178: Checking tracker ** [08:02:44 2020-06-13] 178: Checking user_migrations ** [08:02:44 2020-06-13] 178: Checking batch_updates ** [08:02:44 2020-06-13] 178: Checking gears ** [08:02:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:02:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:49 2020-06-13] 178: Checking imports ** [08:02:49 2020-06-13] 178: Checking exports ** [08:02:49 2020-06-13] 178: Checking users ** [08:02:49 2020-06-13] 178: Checking user_dbs ** [08:02:49 2020-06-13] 178: Checking geocodings ** [08:02:49 2020-06-13] 178: Checking synchronizations ** [08:02:49 2020-06-13] 178: Checking tracker ** [08:02:49 2020-06-13] 178: Checking user_migrations ** [08:02:49 2020-06-13] 178: Checking batch_updates ** [08:02:49 2020-06-13] 178: Checking gears ** [08:02:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:02:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:54 2020-06-13] 178: Checking imports ** [08:02:54 2020-06-13] 178: Checking exports ** [08:02:54 2020-06-13] 178: Checking users ** [08:02:54 2020-06-13] 178: Checking user_dbs ** [08:02:54 2020-06-13] 178: Checking geocodings ** [08:02:54 2020-06-13] 178: Checking synchronizations ** [08:02:54 2020-06-13] 178: Checking tracker ** [08:02:54 2020-06-13] 178: Checking user_migrations ** [08:02:54 2020-06-13] 178: Checking batch_updates ** [08:02:54 2020-06-13] 178: Checking gears ** [08:02:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:02:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:59 2020-06-13] 178: Checking imports ** [08:02:59 2020-06-13] 178: Checking exports ** [08:02:59 2020-06-13] 178: Checking users ** [08:02:59 2020-06-13] 178: Checking user_dbs ** [08:02:59 2020-06-13] 178: Checking geocodings ** [08:02:59 2020-06-13] 178: Checking synchronizations ** [08:02:59 2020-06-13] 178: Checking tracker ** [08:02:59 2020-06-13] 178: Checking user_migrations ** [08:02:59 2020-06-13] 178: Checking batch_updates ** [08:02:59 2020-06-13] 178: Checking gears ** [08:02:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:02:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:04 2020-06-13] 178: Checking imports ** [08:03:04 2020-06-13] 178: Checking exports ** [08:03:04 2020-06-13] 178: Checking users ** [08:03:04 2020-06-13] 178: Checking user_dbs ** [08:03:04 2020-06-13] 178: Checking geocodings ** [08:03:04 2020-06-13] 178: Checking synchronizations ** [08:03:04 2020-06-13] 178: Checking tracker ** [08:03:04 2020-06-13] 178: Checking user_migrations ** [08:03:04 2020-06-13] 178: Checking batch_updates ** [08:03:04 2020-06-13] 178: Checking gears ** [08:03:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:03:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:09 2020-06-13] 178: Checking imports ** [08:03:09 2020-06-13] 178: Checking exports ** [08:03:09 2020-06-13] 178: Checking users ** [08:03:09 2020-06-13] 178: Checking user_dbs ** [08:03:09 2020-06-13] 178: Checking geocodings ** [08:03:09 2020-06-13] 178: Checking synchronizations ** [08:03:09 2020-06-13] 178: Checking tracker ** [08:03:09 2020-06-13] 178: Checking user_migrations ** [08:03:09 2020-06-13] 178: Checking batch_updates ** [08:03:09 2020-06-13] 178: Checking gears ** [08:03:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:03:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:14 2020-06-13] 178: Checking imports ** [08:03:14 2020-06-13] 178: Checking exports ** [08:03:14 2020-06-13] 178: Checking users ** [08:03:14 2020-06-13] 178: Checking user_dbs ** [08:03:14 2020-06-13] 178: Checking geocodings ** [08:03:14 2020-06-13] 178: Checking synchronizations ** [08:03:14 2020-06-13] 178: Checking tracker ** [08:03:14 2020-06-13] 178: Checking user_migrations ** [08:03:14 2020-06-13] 178: Checking batch_updates ** [08:03:14 2020-06-13] 178: Checking gears ** [08:03:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:03:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:19 2020-06-13] 178: Checking imports ** [08:03:19 2020-06-13] 178: Checking exports ** [08:03:19 2020-06-13] 178: Checking users ** [08:03:19 2020-06-13] 178: Checking user_dbs ** [08:03:19 2020-06-13] 178: Checking geocodings ** [08:03:19 2020-06-13] 178: Checking synchronizations ** [08:03:19 2020-06-13] 178: Checking tracker ** [08:03:19 2020-06-13] 178: Checking user_migrations ** [08:03:19 2020-06-13] 178: Checking batch_updates ** [08:03:19 2020-06-13] 178: Checking gears ** [08:03:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:03:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:24 2020-06-13] 178: Checking imports ** [08:03:24 2020-06-13] 178: Checking exports ** [08:03:24 2020-06-13] 178: Checking users ** [08:03:24 2020-06-13] 178: Checking user_dbs ** [08:03:24 2020-06-13] 178: Checking geocodings ** [08:03:24 2020-06-13] 178: Checking synchronizations ** [08:03:24 2020-06-13] 178: Checking tracker ** [08:03:24 2020-06-13] 178: Checking user_migrations ** [08:03:24 2020-06-13] 178: Checking batch_updates ** [08:03:24 2020-06-13] 178: Checking gears ** [08:03:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:03:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:29 2020-06-13] 178: Checking imports ** [08:03:29 2020-06-13] 178: Checking exports ** [08:03:29 2020-06-13] 178: Checking users ** [08:03:29 2020-06-13] 178: Checking user_dbs ** [08:03:29 2020-06-13] 178: Checking geocodings ** [08:03:29 2020-06-13] 178: Checking synchronizations ** [08:03:29 2020-06-13] 178: Checking tracker ** [08:03:29 2020-06-13] 178: Checking user_migrations ** [08:03:29 2020-06-13] 178: Checking batch_updates ** [08:03:29 2020-06-13] 178: Checking gears ** [08:03:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:03:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:34 2020-06-13] 178: Checking imports ** [08:03:34 2020-06-13] 178: Checking exports ** [08:03:34 2020-06-13] 178: Checking users ** [08:03:34 2020-06-13] 178: Checking user_dbs ** [08:03:34 2020-06-13] 178: Checking geocodings ** [08:03:34 2020-06-13] 178: Checking synchronizations ** [08:03:34 2020-06-13] 178: Checking tracker ** [08:03:34 2020-06-13] 178: Checking user_migrations ** [08:03:34 2020-06-13] 178: Checking batch_updates ** [08:03:34 2020-06-13] 178: Checking gears ** [08:03:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:03:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:39 2020-06-13] 178: Checking imports ** [08:03:39 2020-06-13] 178: Checking exports ** [08:03:39 2020-06-13] 178: Checking users ** [08:03:39 2020-06-13] 178: Checking user_dbs ** [08:03:39 2020-06-13] 178: Checking geocodings ** [08:03:39 2020-06-13] 178: Checking synchronizations ** [08:03:39 2020-06-13] 178: Checking tracker ** [08:03:39 2020-06-13] 178: Checking user_migrations ** [08:03:39 2020-06-13] 178: Checking batch_updates ** [08:03:39 2020-06-13] 178: Checking gears ** [08:03:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:03:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:44 2020-06-13] 178: Checking imports ** [08:03:44 2020-06-13] 178: Checking exports ** [08:03:44 2020-06-13] 178: Checking users ** [08:03:44 2020-06-13] 178: Checking user_dbs ** [08:03:44 2020-06-13] 178: Checking geocodings ** [08:03:44 2020-06-13] 178: Checking synchronizations ** [08:03:44 2020-06-13] 178: Checking tracker ** [08:03:44 2020-06-13] 178: Checking user_migrations ** [08:03:44 2020-06-13] 178: Checking batch_updates ** [08:03:44 2020-06-13] 178: Checking gears ** [08:03:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:03:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:49 2020-06-13] 178: Checking imports ** [08:03:49 2020-06-13] 178: Checking exports ** [08:03:49 2020-06-13] 178: Checking users ** [08:03:49 2020-06-13] 178: Checking user_dbs ** [08:03:49 2020-06-13] 178: Checking geocodings ** [08:03:49 2020-06-13] 178: Checking synchronizations ** [08:03:49 2020-06-13] 178: Checking tracker ** [08:03:49 2020-06-13] 178: Checking user_migrations ** [08:03:49 2020-06-13] 178: Checking batch_updates ** [08:03:49 2020-06-13] 178: Checking gears ** [08:03:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:03:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:54 2020-06-13] 178: Checking imports ** [08:03:54 2020-06-13] 178: Checking exports ** [08:03:54 2020-06-13] 178: Checking users ** [08:03:54 2020-06-13] 178: Checking user_dbs ** [08:03:54 2020-06-13] 178: Checking geocodings ** [08:03:54 2020-06-13] 178: Checking synchronizations ** [08:03:54 2020-06-13] 178: Checking tracker ** [08:03:54 2020-06-13] 178: Checking user_migrations ** [08:03:54 2020-06-13] 178: Checking batch_updates ** [08:03:54 2020-06-13] 178: Checking gears ** [08:03:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:03:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:59 2020-06-13] 178: Checking imports ** [08:03:59 2020-06-13] 178: Checking exports ** [08:03:59 2020-06-13] 178: Checking users ** [08:03:59 2020-06-13] 178: Checking user_dbs ** [08:03:59 2020-06-13] 178: Checking geocodings ** [08:03:59 2020-06-13] 178: Checking synchronizations ** [08:03:59 2020-06-13] 178: Checking tracker ** [08:03:59 2020-06-13] 178: Checking user_migrations ** [08:03:59 2020-06-13] 178: Checking batch_updates ** [08:03:59 2020-06-13] 178: Checking gears ** [08:03:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:03:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:04 2020-06-13] 178: Checking imports ** [08:04:04 2020-06-13] 178: Checking exports ** [08:04:04 2020-06-13] 178: Checking users ** [08:04:04 2020-06-13] 178: Checking user_dbs ** [08:04:04 2020-06-13] 178: Checking geocodings ** [08:04:04 2020-06-13] 178: Checking synchronizations ** [08:04:04 2020-06-13] 178: Checking tracker ** [08:04:04 2020-06-13] 178: Checking user_migrations ** [08:04:04 2020-06-13] 178: Checking batch_updates ** [08:04:04 2020-06-13] 178: Checking gears ** [08:04:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:04:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:09 2020-06-13] 178: Checking imports ** [08:04:09 2020-06-13] 178: Checking exports ** [08:04:09 2020-06-13] 178: Checking users ** [08:04:09 2020-06-13] 178: Checking user_dbs ** [08:04:09 2020-06-13] 178: Checking geocodings ** [08:04:09 2020-06-13] 178: Checking synchronizations ** [08:04:09 2020-06-13] 178: Checking tracker ** [08:04:09 2020-06-13] 178: Checking user_migrations ** [08:04:09 2020-06-13] 178: Checking batch_updates ** [08:04:09 2020-06-13] 178: Checking gears ** [08:04:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:04:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:14 2020-06-13] 178: Checking imports ** [08:04:14 2020-06-13] 178: Checking exports ** [08:04:14 2020-06-13] 178: Checking users ** [08:04:14 2020-06-13] 178: Checking user_dbs ** [08:04:14 2020-06-13] 178: Checking geocodings ** [08:04:14 2020-06-13] 178: Checking synchronizations ** [08:04:14 2020-06-13] 178: Checking tracker ** [08:04:14 2020-06-13] 178: Checking user_migrations ** [08:04:14 2020-06-13] 178: Checking batch_updates ** [08:04:14 2020-06-13] 178: Checking gears ** [08:04:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:04:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:19 2020-06-13] 178: Checking imports ** [08:04:19 2020-06-13] 178: Checking exports ** [08:04:19 2020-06-13] 178: Checking users ** [08:04:19 2020-06-13] 178: Checking user_dbs ** [08:04:19 2020-06-13] 178: Checking geocodings ** [08:04:19 2020-06-13] 178: Checking synchronizations ** [08:04:19 2020-06-13] 178: Checking tracker ** [08:04:19 2020-06-13] 178: Checking user_migrations ** [08:04:19 2020-06-13] 178: Checking batch_updates ** [08:04:19 2020-06-13] 178: Checking gears ** [08:04:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:04:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:24 2020-06-13] 178: Checking imports ** [08:04:24 2020-06-13] 178: Checking exports ** [08:04:24 2020-06-13] 178: Checking users ** [08:04:24 2020-06-13] 178: Checking user_dbs ** [08:04:24 2020-06-13] 178: Checking geocodings ** [08:04:24 2020-06-13] 178: Checking synchronizations ** [08:04:24 2020-06-13] 178: Checking tracker ** [08:04:24 2020-06-13] 178: Checking user_migrations ** [08:04:24 2020-06-13] 178: Checking batch_updates ** [08:04:24 2020-06-13] 178: Checking gears ** [08:04:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:04:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:29 2020-06-13] 178: Checking imports ** [08:04:29 2020-06-13] 178: Checking exports ** [08:04:29 2020-06-13] 178: Checking users ** [08:04:29 2020-06-13] 178: Checking user_dbs ** [08:04:29 2020-06-13] 178: Checking geocodings ** [08:04:29 2020-06-13] 178: Checking synchronizations ** [08:04:29 2020-06-13] 178: Checking tracker ** [08:04:29 2020-06-13] 178: Checking user_migrations ** [08:04:29 2020-06-13] 178: Checking batch_updates ** [08:04:29 2020-06-13] 178: Checking gears ** [08:04:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:04:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:34 2020-06-13] 178: Checking imports ** [08:04:34 2020-06-13] 178: Checking exports ** [08:04:34 2020-06-13] 178: Checking users ** [08:04:34 2020-06-13] 178: Checking user_dbs ** [08:04:34 2020-06-13] 178: Checking geocodings ** [08:04:34 2020-06-13] 178: Checking synchronizations ** [08:04:34 2020-06-13] 178: Checking tracker ** [08:04:34 2020-06-13] 178: Checking user_migrations ** [08:04:34 2020-06-13] 178: Checking batch_updates ** [08:04:34 2020-06-13] 178: Checking gears ** [08:04:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:04:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:39 2020-06-13] 178: Checking imports ** [08:04:39 2020-06-13] 178: Checking exports ** [08:04:39 2020-06-13] 178: Checking users ** [08:04:39 2020-06-13] 178: Checking user_dbs ** [08:04:39 2020-06-13] 178: Checking geocodings ** [08:04:39 2020-06-13] 178: Checking synchronizations ** [08:04:39 2020-06-13] 178: Checking tracker ** [08:04:39 2020-06-13] 178: Checking user_migrations ** [08:04:39 2020-06-13] 178: Checking batch_updates ** [08:04:39 2020-06-13] 178: Checking gears ** [08:04:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:04:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:44 2020-06-13] 178: Checking imports ** [08:04:44 2020-06-13] 178: Checking exports ** [08:04:44 2020-06-13] 178: Checking users ** [08:04:44 2020-06-13] 178: Checking user_dbs ** [08:04:44 2020-06-13] 178: Checking geocodings ** [08:04:44 2020-06-13] 178: Checking synchronizations ** [08:04:44 2020-06-13] 178: Checking tracker ** [08:04:44 2020-06-13] 178: Checking user_migrations ** [08:04:44 2020-06-13] 178: Checking batch_updates ** [08:04:44 2020-06-13] 178: Checking gears ** [08:04:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:04:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:49 2020-06-13] 178: Checking imports ** [08:04:49 2020-06-13] 178: Checking exports ** [08:04:49 2020-06-13] 178: Checking users ** [08:04:49 2020-06-13] 178: Checking user_dbs ** [08:04:49 2020-06-13] 178: Checking geocodings ** [08:04:49 2020-06-13] 178: Checking synchronizations ** [08:04:49 2020-06-13] 178: Checking tracker ** [08:04:49 2020-06-13] 178: Checking user_migrations ** [08:04:49 2020-06-13] 178: Checking batch_updates ** [08:04:49 2020-06-13] 178: Checking gears ** [08:04:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:04:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:54 2020-06-13] 178: Checking imports ** [08:04:54 2020-06-13] 178: Checking exports ** [08:04:54 2020-06-13] 178: Checking users ** [08:04:54 2020-06-13] 178: Checking user_dbs ** [08:04:54 2020-06-13] 178: Checking geocodings ** [08:04:54 2020-06-13] 178: Checking synchronizations ** [08:04:54 2020-06-13] 178: Checking tracker ** [08:04:54 2020-06-13] 178: Checking user_migrations ** [08:04:54 2020-06-13] 178: Checking batch_updates ** [08:04:54 2020-06-13] 178: Checking gears ** [08:04:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:04:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:59 2020-06-13] 178: Checking imports ** [08:04:59 2020-06-13] 178: Checking exports ** [08:04:59 2020-06-13] 178: Checking users ** [08:04:59 2020-06-13] 178: Checking user_dbs ** [08:04:59 2020-06-13] 178: Checking geocodings ** [08:04:59 2020-06-13] 178: Checking synchronizations ** [08:04:59 2020-06-13] 178: Checking tracker ** [08:04:59 2020-06-13] 178: Checking user_migrations ** [08:04:59 2020-06-13] 178: Checking batch_updates ** [08:04:59 2020-06-13] 178: Checking gears ** [08:04:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:04:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:04 2020-06-13] 178: Checking imports ** [08:05:04 2020-06-13] 178: Checking exports ** [08:05:04 2020-06-13] 178: Checking users ** [08:05:04 2020-06-13] 178: Checking user_dbs ** [08:05:04 2020-06-13] 178: Checking geocodings ** [08:05:04 2020-06-13] 178: Checking synchronizations ** [08:05:04 2020-06-13] 178: Checking tracker ** [08:05:04 2020-06-13] 178: Checking user_migrations ** [08:05:04 2020-06-13] 178: Checking batch_updates ** [08:05:04 2020-06-13] 178: Checking gears ** [08:05:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:05:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:09 2020-06-13] 178: Checking imports ** [08:05:09 2020-06-13] 178: Checking exports ** [08:05:09 2020-06-13] 178: Checking users ** [08:05:09 2020-06-13] 178: Checking user_dbs ** [08:05:09 2020-06-13] 178: Checking geocodings ** [08:05:09 2020-06-13] 178: Checking synchronizations ** [08:05:09 2020-06-13] 178: Checking tracker ** [08:05:09 2020-06-13] 178: Checking user_migrations ** [08:05:09 2020-06-13] 178: Checking batch_updates ** [08:05:09 2020-06-13] 178: Checking gears ** [08:05:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:05:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:14 2020-06-13] 178: Checking imports ** [08:05:14 2020-06-13] 178: Checking exports ** [08:05:14 2020-06-13] 178: Checking users ** [08:05:14 2020-06-13] 178: Checking user_dbs ** [08:05:14 2020-06-13] 178: Checking geocodings ** [08:05:14 2020-06-13] 178: Checking synchronizations ** [08:05:14 2020-06-13] 178: Checking tracker ** [08:05:14 2020-06-13] 178: Checking user_migrations ** [08:05:14 2020-06-13] 178: Checking batch_updates ** [08:05:14 2020-06-13] 178: Checking gears ** [08:05:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:05:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:19 2020-06-13] 178: Checking imports ** [08:05:19 2020-06-13] 178: Checking exports ** [08:05:19 2020-06-13] 178: Checking users ** [08:05:19 2020-06-13] 178: Checking user_dbs ** [08:05:19 2020-06-13] 178: Checking geocodings ** [08:05:19 2020-06-13] 178: Checking synchronizations ** [08:05:19 2020-06-13] 178: Checking tracker ** [08:05:19 2020-06-13] 178: Checking user_migrations ** [08:05:19 2020-06-13] 178: Checking batch_updates ** [08:05:19 2020-06-13] 178: Checking gears ** [08:05:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:05:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:24 2020-06-13] 178: Checking imports ** [08:05:24 2020-06-13] 178: Checking exports ** [08:05:24 2020-06-13] 178: Checking users ** [08:05:24 2020-06-13] 178: Checking user_dbs ** [08:05:24 2020-06-13] 178: Checking geocodings ** [08:05:24 2020-06-13] 178: Checking synchronizations ** [08:05:24 2020-06-13] 178: Checking tracker ** [08:05:24 2020-06-13] 178: Checking user_migrations ** [08:05:24 2020-06-13] 178: Checking batch_updates ** [08:05:24 2020-06-13] 178: Checking gears ** [08:05:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:05:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:29 2020-06-13] 178: Checking imports ** [08:05:29 2020-06-13] 178: Checking exports ** [08:05:29 2020-06-13] 178: Checking users ** [08:05:29 2020-06-13] 178: Checking user_dbs ** [08:05:29 2020-06-13] 178: Checking geocodings ** [08:05:29 2020-06-13] 178: Checking synchronizations ** [08:05:29 2020-06-13] 178: Checking tracker ** [08:05:29 2020-06-13] 178: Checking user_migrations ** [08:05:29 2020-06-13] 178: Checking batch_updates ** [08:05:29 2020-06-13] 178: Checking gears ** [08:05:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:05:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:34 2020-06-13] 178: Checking imports ** [08:05:34 2020-06-13] 178: Checking exports ** [08:05:34 2020-06-13] 178: Checking users ** [08:05:34 2020-06-13] 178: Checking user_dbs ** [08:05:34 2020-06-13] 178: Checking geocodings ** [08:05:34 2020-06-13] 178: Checking synchronizations ** [08:05:34 2020-06-13] 178: Checking tracker ** [08:05:34 2020-06-13] 178: Checking user_migrations ** [08:05:34 2020-06-13] 178: Checking batch_updates ** [08:05:34 2020-06-13] 178: Checking gears ** [08:05:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:05:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:39 2020-06-13] 178: Checking imports ** [08:05:39 2020-06-13] 178: Checking exports ** [08:05:39 2020-06-13] 178: Checking users ** [08:05:39 2020-06-13] 178: Checking user_dbs ** [08:05:39 2020-06-13] 178: Checking geocodings ** [08:05:39 2020-06-13] 178: Checking synchronizations ** [08:05:39 2020-06-13] 178: Checking tracker ** [08:05:39 2020-06-13] 178: Checking user_migrations ** [08:05:39 2020-06-13] 178: Checking batch_updates ** [08:05:39 2020-06-13] 178: Checking gears ** [08:05:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:05:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:44 2020-06-13] 178: Checking imports ** [08:05:44 2020-06-13] 178: Checking exports ** [08:05:44 2020-06-13] 178: Checking users ** [08:05:44 2020-06-13] 178: Checking user_dbs ** [08:05:44 2020-06-13] 178: Checking geocodings ** [08:05:44 2020-06-13] 178: Checking synchronizations ** [08:05:44 2020-06-13] 178: Checking tracker ** [08:05:44 2020-06-13] 178: Checking user_migrations ** [08:05:44 2020-06-13] 178: Checking batch_updates ** [08:05:44 2020-06-13] 178: Checking gears ** [08:05:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:05:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:49 2020-06-13] 178: Checking imports ** [08:05:49 2020-06-13] 178: Checking exports ** [08:05:49 2020-06-13] 178: Checking users ** [08:05:49 2020-06-13] 178: Checking user_dbs ** [08:05:49 2020-06-13] 178: Checking geocodings ** [08:05:49 2020-06-13] 178: Checking synchronizations ** [08:05:49 2020-06-13] 178: Checking tracker ** [08:05:49 2020-06-13] 178: Checking user_migrations ** [08:05:49 2020-06-13] 178: Checking batch_updates ** [08:05:49 2020-06-13] 178: Checking gears ** [08:05:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:05:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:54 2020-06-13] 178: Checking imports ** [08:05:54 2020-06-13] 178: Checking exports ** [08:05:54 2020-06-13] 178: Checking users ** [08:05:54 2020-06-13] 178: Checking user_dbs ** [08:05:54 2020-06-13] 178: Checking geocodings ** [08:05:54 2020-06-13] 178: Checking synchronizations ** [08:05:54 2020-06-13] 178: Checking tracker ** [08:05:54 2020-06-13] 178: Checking user_migrations ** [08:05:54 2020-06-13] 178: Checking batch_updates ** [08:05:54 2020-06-13] 178: Checking gears ** [08:05:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:05:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:59 2020-06-13] 178: Checking imports ** [08:05:59 2020-06-13] 178: Checking exports ** [08:05:59 2020-06-13] 178: Checking users ** [08:05:59 2020-06-13] 178: Checking user_dbs ** [08:05:59 2020-06-13] 178: Checking geocodings ** [08:05:59 2020-06-13] 178: Checking synchronizations ** [08:05:59 2020-06-13] 178: Checking tracker ** [08:05:59 2020-06-13] 178: Checking user_migrations ** [08:05:59 2020-06-13] 178: Checking batch_updates ** [08:05:59 2020-06-13] 178: Checking gears ** [08:05:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:05:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:04 2020-06-13] 178: Checking imports ** [08:06:04 2020-06-13] 178: Checking exports ** [08:06:04 2020-06-13] 178: Checking users ** [08:06:04 2020-06-13] 178: Checking user_dbs ** [08:06:04 2020-06-13] 178: Checking geocodings ** [08:06:04 2020-06-13] 178: Checking synchronizations ** [08:06:04 2020-06-13] 178: Checking tracker ** [08:06:04 2020-06-13] 178: Checking user_migrations ** [08:06:04 2020-06-13] 178: Checking batch_updates ** [08:06:04 2020-06-13] 178: Checking gears ** [08:06:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:06:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:09 2020-06-13] 178: Checking imports ** [08:06:09 2020-06-13] 178: Checking exports ** [08:06:09 2020-06-13] 178: Checking users ** [08:06:09 2020-06-13] 178: Checking user_dbs ** [08:06:09 2020-06-13] 178: Checking geocodings ** [08:06:09 2020-06-13] 178: Checking synchronizations ** [08:06:09 2020-06-13] 178: Checking tracker ** [08:06:09 2020-06-13] 178: Checking user_migrations ** [08:06:09 2020-06-13] 178: Checking batch_updates ** [08:06:09 2020-06-13] 178: Checking gears ** [08:06:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:06:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:14 2020-06-13] 178: Checking imports ** [08:06:14 2020-06-13] 178: Checking exports ** [08:06:14 2020-06-13] 178: Checking users ** [08:06:14 2020-06-13] 178: Checking user_dbs ** [08:06:14 2020-06-13] 178: Checking geocodings ** [08:06:14 2020-06-13] 178: Checking synchronizations ** [08:06:14 2020-06-13] 178: Checking tracker ** [08:06:14 2020-06-13] 178: Checking user_migrations ** [08:06:14 2020-06-13] 178: Checking batch_updates ** [08:06:14 2020-06-13] 178: Checking gears ** [08:06:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:06:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:19 2020-06-13] 178: Checking imports ** [08:06:19 2020-06-13] 178: Checking exports ** [08:06:19 2020-06-13] 178: Checking users ** [08:06:19 2020-06-13] 178: Checking user_dbs ** [08:06:19 2020-06-13] 178: Checking geocodings ** [08:06:19 2020-06-13] 178: Checking synchronizations ** [08:06:19 2020-06-13] 178: Checking tracker ** [08:06:19 2020-06-13] 178: Checking user_migrations ** [08:06:19 2020-06-13] 178: Checking batch_updates ** [08:06:19 2020-06-13] 178: Checking gears ** [08:06:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:06:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:24 2020-06-13] 178: Checking imports ** [08:06:24 2020-06-13] 178: Checking exports ** [08:06:24 2020-06-13] 178: Checking users ** [08:06:24 2020-06-13] 178: Checking user_dbs ** [08:06:24 2020-06-13] 178: Checking geocodings ** [08:06:24 2020-06-13] 178: Checking synchronizations ** [08:06:24 2020-06-13] 178: Checking tracker ** [08:06:24 2020-06-13] 178: Checking user_migrations ** [08:06:24 2020-06-13] 178: Checking batch_updates ** [08:06:24 2020-06-13] 178: Checking gears ** [08:06:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:06:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:29 2020-06-13] 178: Checking imports ** [08:06:29 2020-06-13] 178: Checking exports ** [08:06:29 2020-06-13] 178: Checking users ** [08:06:29 2020-06-13] 178: Checking user_dbs ** [08:06:29 2020-06-13] 178: Checking geocodings ** [08:06:29 2020-06-13] 178: Checking synchronizations ** [08:06:29 2020-06-13] 178: Checking tracker ** [08:06:29 2020-06-13] 178: Checking user_migrations ** [08:06:29 2020-06-13] 178: Checking batch_updates ** [08:06:29 2020-06-13] 178: Checking gears ** [08:06:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:06:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:34 2020-06-13] 178: Checking imports ** [08:06:34 2020-06-13] 178: Checking exports ** [08:06:34 2020-06-13] 178: Checking users ** [08:06:34 2020-06-13] 178: Checking user_dbs ** [08:06:34 2020-06-13] 178: Checking geocodings ** [08:06:34 2020-06-13] 178: Checking synchronizations ** [08:06:34 2020-06-13] 178: Checking tracker ** [08:06:34 2020-06-13] 178: Checking user_migrations ** [08:06:34 2020-06-13] 178: Checking batch_updates ** [08:06:34 2020-06-13] 178: Checking gears ** [08:06:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:06:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:39 2020-06-13] 178: Checking imports ** [08:06:39 2020-06-13] 178: Checking exports ** [08:06:39 2020-06-13] 178: Checking users ** [08:06:39 2020-06-13] 178: Checking user_dbs ** [08:06:39 2020-06-13] 178: Checking geocodings ** [08:06:39 2020-06-13] 178: Checking synchronizations ** [08:06:39 2020-06-13] 178: Checking tracker ** [08:06:39 2020-06-13] 178: Checking user_migrations ** [08:06:39 2020-06-13] 178: Checking batch_updates ** [08:06:39 2020-06-13] 178: Checking gears ** [08:06:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:06:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:44 2020-06-13] 178: Checking imports ** [08:06:44 2020-06-13] 178: Checking exports ** [08:06:44 2020-06-13] 178: Checking users ** [08:06:44 2020-06-13] 178: Checking user_dbs ** [08:06:44 2020-06-13] 178: Checking geocodings ** [08:06:44 2020-06-13] 178: Checking synchronizations ** [08:06:44 2020-06-13] 178: Checking tracker ** [08:06:44 2020-06-13] 178: Checking user_migrations ** [08:06:44 2020-06-13] 178: Checking batch_updates ** [08:06:44 2020-06-13] 178: Checking gears ** [08:06:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:06:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:49 2020-06-13] 178: Checking imports ** [08:06:49 2020-06-13] 178: Checking exports ** [08:06:49 2020-06-13] 178: Checking users ** [08:06:49 2020-06-13] 178: Checking user_dbs ** [08:06:49 2020-06-13] 178: Checking geocodings ** [08:06:49 2020-06-13] 178: Checking synchronizations ** [08:06:49 2020-06-13] 178: Checking tracker ** [08:06:49 2020-06-13] 178: Checking user_migrations ** [08:06:49 2020-06-13] 178: Checking batch_updates ** [08:06:49 2020-06-13] 178: Checking gears ** [08:06:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:06:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:54 2020-06-13] 178: Checking imports ** [08:06:54 2020-06-13] 178: Checking exports ** [08:06:54 2020-06-13] 178: Checking users ** [08:06:54 2020-06-13] 178: Checking user_dbs ** [08:06:54 2020-06-13] 178: Checking geocodings ** [08:06:54 2020-06-13] 178: Checking synchronizations ** [08:06:54 2020-06-13] 178: Checking tracker ** [08:06:54 2020-06-13] 178: Checking user_migrations ** [08:06:54 2020-06-13] 178: Checking batch_updates ** [08:06:54 2020-06-13] 178: Checking gears ** [08:06:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:06:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:59 2020-06-13] 178: Checking imports ** [08:06:59 2020-06-13] 178: Checking exports ** [08:06:59 2020-06-13] 178: Checking users ** [08:06:59 2020-06-13] 178: Checking user_dbs ** [08:06:59 2020-06-13] 178: Checking geocodings ** [08:06:59 2020-06-13] 178: Checking synchronizations ** [08:06:59 2020-06-13] 178: Checking tracker ** [08:06:59 2020-06-13] 178: Checking user_migrations ** [08:06:59 2020-06-13] 178: Checking batch_updates ** [08:06:59 2020-06-13] 178: Checking gears ** [08:06:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:06:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:04 2020-06-13] 178: Checking imports ** [08:07:04 2020-06-13] 178: Checking exports ** [08:07:04 2020-06-13] 178: Checking users ** [08:07:04 2020-06-13] 178: Checking user_dbs ** [08:07:04 2020-06-13] 178: Checking geocodings ** [08:07:04 2020-06-13] 178: Checking synchronizations ** [08:07:04 2020-06-13] 178: Checking tracker ** [08:07:04 2020-06-13] 178: Checking user_migrations ** [08:07:04 2020-06-13] 178: Checking batch_updates ** [08:07:04 2020-06-13] 178: Checking gears ** [08:07:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:07:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:09 2020-06-13] 178: Checking imports ** [08:07:09 2020-06-13] 178: Checking exports ** [08:07:09 2020-06-13] 178: Checking users ** [08:07:09 2020-06-13] 178: Checking user_dbs ** [08:07:09 2020-06-13] 178: Checking geocodings ** [08:07:09 2020-06-13] 178: Checking synchronizations ** [08:07:09 2020-06-13] 178: Checking tracker ** [08:07:09 2020-06-13] 178: Checking user_migrations ** [08:07:09 2020-06-13] 178: Checking batch_updates ** [08:07:09 2020-06-13] 178: Checking gears ** [08:07:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:07:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:14 2020-06-13] 178: Checking imports ** [08:07:16 2020-06-13] 178: Checking exports ** [08:07:16 2020-06-13] 178: Checking users ** [08:07:16 2020-06-13] 178: Checking user_dbs ** [08:07:16 2020-06-13] 178: Checking geocodings ** [08:07:16 2020-06-13] 178: Checking synchronizations ** [08:07:16 2020-06-13] 178: Checking tracker ** [08:07:16 2020-06-13] 178: Checking user_migrations ** [08:07:16 2020-06-13] 178: Checking batch_updates ** [08:07:16 2020-06-13] 178: Checking gears ** [08:07:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:07:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:21 2020-06-13] 178: Checking imports ** [08:07:21 2020-06-13] 178: Checking exports ** [08:07:21 2020-06-13] 178: Checking users ** [08:07:21 2020-06-13] 178: Checking user_dbs ** [08:07:21 2020-06-13] 178: Checking geocodings ** [08:07:21 2020-06-13] 178: Checking synchronizations ** [08:07:21 2020-06-13] 178: Checking tracker ** [08:07:21 2020-06-13] 178: Checking user_migrations ** [08:07:21 2020-06-13] 178: Checking batch_updates ** [08:07:21 2020-06-13] 178: Checking gears ** [08:07:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:07:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:26 2020-06-13] 178: Checking imports ** [08:07:26 2020-06-13] 178: Checking exports ** [08:07:26 2020-06-13] 178: Checking users ** [08:07:26 2020-06-13] 178: Checking user_dbs ** [08:07:26 2020-06-13] 178: Checking geocodings ** [08:07:26 2020-06-13] 178: Checking synchronizations ** [08:07:26 2020-06-13] 178: Checking tracker ** [08:07:26 2020-06-13] 178: Checking user_migrations ** [08:07:26 2020-06-13] 178: Checking batch_updates ** [08:07:26 2020-06-13] 178: Checking gears ** [08:07:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:07:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:31 2020-06-13] 178: Checking imports ** [08:07:31 2020-06-13] 178: Checking exports ** [08:07:31 2020-06-13] 178: Checking users ** [08:07:31 2020-06-13] 178: Checking user_dbs ** [08:07:31 2020-06-13] 178: Checking geocodings ** [08:07:31 2020-06-13] 178: Checking synchronizations ** [08:07:31 2020-06-13] 178: Checking tracker ** [08:07:31 2020-06-13] 178: Checking user_migrations ** [08:07:31 2020-06-13] 178: Checking batch_updates ** [08:07:31 2020-06-13] 178: Checking gears ** [08:07:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:07:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:36 2020-06-13] 178: Checking imports ** [08:07:36 2020-06-13] 178: Checking exports ** [08:07:36 2020-06-13] 178: Checking users ** [08:07:36 2020-06-13] 178: Checking user_dbs ** [08:07:36 2020-06-13] 178: Checking geocodings ** [08:07:36 2020-06-13] 178: Checking synchronizations ** [08:07:36 2020-06-13] 178: Checking tracker ** [08:07:36 2020-06-13] 178: Checking user_migrations ** [08:07:36 2020-06-13] 178: Checking batch_updates ** [08:07:36 2020-06-13] 178: Checking gears ** [08:07:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:07:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:41 2020-06-13] 178: Checking imports ** [08:07:41 2020-06-13] 178: Checking exports ** [08:07:41 2020-06-13] 178: Checking users ** [08:07:41 2020-06-13] 178: Checking user_dbs ** [08:07:41 2020-06-13] 178: Checking geocodings ** [08:07:41 2020-06-13] 178: Checking synchronizations ** [08:07:41 2020-06-13] 178: Checking tracker ** [08:07:41 2020-06-13] 178: Checking user_migrations ** [08:07:41 2020-06-13] 178: Checking batch_updates ** [08:07:41 2020-06-13] 178: Checking gears ** [08:07:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:07:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:46 2020-06-13] 178: Checking imports ** [08:07:46 2020-06-13] 178: Checking exports ** [08:07:46 2020-06-13] 178: Checking users ** [08:07:46 2020-06-13] 178: Checking user_dbs ** [08:07:46 2020-06-13] 178: Checking geocodings ** [08:07:46 2020-06-13] 178: Checking synchronizations ** [08:07:46 2020-06-13] 178: Checking tracker ** [08:07:46 2020-06-13] 178: Checking user_migrations ** [08:07:46 2020-06-13] 178: Checking batch_updates ** [08:07:46 2020-06-13] 178: Checking gears ** [08:07:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:07:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:51 2020-06-13] 178: Checking imports ** [08:07:51 2020-06-13] 178: Checking exports ** [08:07:51 2020-06-13] 178: Checking users ** [08:07:51 2020-06-13] 178: Checking user_dbs ** [08:07:51 2020-06-13] 178: Checking geocodings ** [08:07:51 2020-06-13] 178: Checking synchronizations ** [08:07:51 2020-06-13] 178: Checking tracker ** [08:07:51 2020-06-13] 178: Checking user_migrations ** [08:07:51 2020-06-13] 178: Checking batch_updates ** [08:07:51 2020-06-13] 178: Checking gears ** [08:07:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:07:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:56 2020-06-13] 178: Checking imports ** [08:07:56 2020-06-13] 178: Checking exports ** [08:07:56 2020-06-13] 178: Checking users ** [08:07:56 2020-06-13] 178: Checking user_dbs ** [08:07:56 2020-06-13] 178: Checking geocodings ** [08:07:56 2020-06-13] 178: Checking synchronizations ** [08:07:56 2020-06-13] 178: Checking tracker ** [08:07:56 2020-06-13] 178: Checking user_migrations ** [08:07:56 2020-06-13] 178: Checking batch_updates ** [08:07:56 2020-06-13] 178: Checking gears ** [08:07:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:07:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:01 2020-06-13] 178: Checking imports ** [08:08:01 2020-06-13] 178: Checking exports ** [08:08:01 2020-06-13] 178: Checking users ** [08:08:01 2020-06-13] 178: Checking user_dbs ** [08:08:01 2020-06-13] 178: Checking geocodings ** [08:08:01 2020-06-13] 178: Checking synchronizations ** [08:08:01 2020-06-13] 178: Checking tracker ** [08:08:01 2020-06-13] 178: Checking user_migrations ** [08:08:01 2020-06-13] 178: Checking batch_updates ** [08:08:01 2020-06-13] 178: Checking gears ** [08:08:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:08:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:06 2020-06-13] 178: Checking imports ** [08:08:06 2020-06-13] 178: Checking exports ** [08:08:06 2020-06-13] 178: Checking users ** [08:08:06 2020-06-13] 178: Checking user_dbs ** [08:08:06 2020-06-13] 178: Checking geocodings ** [08:08:06 2020-06-13] 178: Checking synchronizations ** [08:08:06 2020-06-13] 178: Checking tracker ** [08:08:06 2020-06-13] 178: Checking user_migrations ** [08:08:06 2020-06-13] 178: Checking batch_updates ** [08:08:06 2020-06-13] 178: Checking gears ** [08:08:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:08:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:11 2020-06-13] 178: Checking imports ** [08:08:11 2020-06-13] 178: Checking exports ** [08:08:11 2020-06-13] 178: Checking users ** [08:08:11 2020-06-13] 178: Checking user_dbs ** [08:08:11 2020-06-13] 178: Checking geocodings ** [08:08:11 2020-06-13] 178: Checking synchronizations ** [08:08:11 2020-06-13] 178: Checking tracker ** [08:08:11 2020-06-13] 178: Checking user_migrations ** [08:08:11 2020-06-13] 178: Checking batch_updates ** [08:08:11 2020-06-13] 178: Checking gears ** [08:08:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:08:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:16 2020-06-13] 178: Checking imports ** [08:08:16 2020-06-13] 178: Checking exports ** [08:08:16 2020-06-13] 178: Checking users ** [08:08:16 2020-06-13] 178: Checking user_dbs ** [08:08:16 2020-06-13] 178: Checking geocodings ** [08:08:16 2020-06-13] 178: Checking synchronizations ** [08:08:16 2020-06-13] 178: Checking tracker ** [08:08:16 2020-06-13] 178: Checking user_migrations ** [08:08:16 2020-06-13] 178: Checking batch_updates ** [08:08:16 2020-06-13] 178: Checking gears ** [08:08:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:08:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:21 2020-06-13] 178: Checking imports ** [08:08:21 2020-06-13] 178: Checking exports ** [08:08:21 2020-06-13] 178: Checking users ** [08:08:21 2020-06-13] 178: Checking user_dbs ** [08:08:21 2020-06-13] 178: Checking geocodings ** [08:08:21 2020-06-13] 178: Checking synchronizations ** [08:08:21 2020-06-13] 178: Checking tracker ** [08:08:21 2020-06-13] 178: Checking user_migrations ** [08:08:21 2020-06-13] 178: Checking batch_updates ** [08:08:21 2020-06-13] 178: Checking gears ** [08:08:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:08:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:26 2020-06-13] 178: Checking imports ** [08:08:26 2020-06-13] 178: Checking exports ** [08:08:26 2020-06-13] 178: Checking users ** [08:08:26 2020-06-13] 178: Checking user_dbs ** [08:08:26 2020-06-13] 178: Checking geocodings ** [08:08:26 2020-06-13] 178: Checking synchronizations ** [08:08:26 2020-06-13] 178: Checking tracker ** [08:08:26 2020-06-13] 178: Checking user_migrations ** [08:08:26 2020-06-13] 178: Checking batch_updates ** [08:08:26 2020-06-13] 178: Checking gears ** [08:08:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:08:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:31 2020-06-13] 178: Checking imports ** [08:08:31 2020-06-13] 178: Checking exports ** [08:08:31 2020-06-13] 178: Checking users ** [08:08:31 2020-06-13] 178: Checking user_dbs ** [08:08:31 2020-06-13] 178: Checking geocodings ** [08:08:31 2020-06-13] 178: Checking synchronizations ** [08:08:31 2020-06-13] 178: Checking tracker ** [08:08:31 2020-06-13] 178: Checking user_migrations ** [08:08:31 2020-06-13] 178: Checking batch_updates ** [08:08:31 2020-06-13] 178: Checking gears ** [08:08:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:08:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:36 2020-06-13] 178: Checking imports ** [08:08:36 2020-06-13] 178: Checking exports ** [08:08:36 2020-06-13] 178: Checking users ** [08:08:36 2020-06-13] 178: Checking user_dbs ** [08:08:36 2020-06-13] 178: Checking geocodings ** [08:08:36 2020-06-13] 178: Checking synchronizations ** [08:08:36 2020-06-13] 178: Checking tracker ** [08:08:36 2020-06-13] 178: Checking user_migrations ** [08:08:36 2020-06-13] 178: Checking batch_updates ** [08:08:36 2020-06-13] 178: Checking gears ** [08:08:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:08:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:41 2020-06-13] 178: Checking imports ** [08:08:41 2020-06-13] 178: Checking exports ** [08:08:41 2020-06-13] 178: Checking users ** [08:08:41 2020-06-13] 178: Checking user_dbs ** [08:08:41 2020-06-13] 178: Checking geocodings ** [08:08:41 2020-06-13] 178: Checking synchronizations ** [08:08:41 2020-06-13] 178: Checking tracker ** [08:08:41 2020-06-13] 178: Checking user_migrations ** [08:08:41 2020-06-13] 178: Checking batch_updates ** [08:08:41 2020-06-13] 178: Checking gears ** [08:08:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:08:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:46 2020-06-13] 178: Checking imports ** [08:08:46 2020-06-13] 178: Checking exports ** [08:08:46 2020-06-13] 178: Checking users ** [08:08:46 2020-06-13] 178: Checking user_dbs ** [08:08:46 2020-06-13] 178: Checking geocodings ** [08:08:46 2020-06-13] 178: Checking synchronizations ** [08:08:46 2020-06-13] 178: Checking tracker ** [08:08:46 2020-06-13] 178: Checking user_migrations ** [08:08:46 2020-06-13] 178: Checking batch_updates ** [08:08:46 2020-06-13] 178: Checking gears ** [08:08:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:08:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:51 2020-06-13] 178: Checking imports ** [08:08:51 2020-06-13] 178: Checking exports ** [08:08:51 2020-06-13] 178: Checking users ** [08:08:51 2020-06-13] 178: Checking user_dbs ** [08:08:51 2020-06-13] 178: Checking geocodings ** [08:08:51 2020-06-13] 178: Checking synchronizations ** [08:08:51 2020-06-13] 178: Checking tracker ** [08:08:51 2020-06-13] 178: Checking user_migrations ** [08:08:51 2020-06-13] 178: Checking batch_updates ** [08:08:51 2020-06-13] 178: Checking gears ** [08:08:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:08:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:56 2020-06-13] 178: Checking imports ** [08:08:56 2020-06-13] 178: Checking exports ** [08:08:56 2020-06-13] 178: Checking users ** [08:08:56 2020-06-13] 178: Checking user_dbs ** [08:08:56 2020-06-13] 178: Checking geocodings ** [08:08:56 2020-06-13] 178: Checking synchronizations ** [08:08:56 2020-06-13] 178: Checking tracker ** [08:08:56 2020-06-13] 178: Checking user_migrations ** [08:08:56 2020-06-13] 178: Checking batch_updates ** [08:08:56 2020-06-13] 178: Checking gears ** [08:08:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:08:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:01 2020-06-13] 178: Checking imports ** [08:09:01 2020-06-13] 178: Checking exports ** [08:09:01 2020-06-13] 178: Checking users ** [08:09:01 2020-06-13] 178: Checking user_dbs ** [08:09:01 2020-06-13] 178: Checking geocodings ** [08:09:01 2020-06-13] 178: Checking synchronizations ** [08:09:01 2020-06-13] 178: Checking tracker ** [08:09:01 2020-06-13] 178: Checking user_migrations ** [08:09:01 2020-06-13] 178: Checking batch_updates ** [08:09:01 2020-06-13] 178: Checking gears ** [08:09:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:09:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:06 2020-06-13] 178: Checking imports ** [08:09:06 2020-06-13] 178: Checking exports ** [08:09:06 2020-06-13] 178: Checking users ** [08:09:06 2020-06-13] 178: Checking user_dbs ** [08:09:06 2020-06-13] 178: Checking geocodings ** [08:09:06 2020-06-13] 178: Checking synchronizations ** [08:09:06 2020-06-13] 178: Checking tracker ** [08:09:06 2020-06-13] 178: Checking user_migrations ** [08:09:06 2020-06-13] 178: Checking batch_updates ** [08:09:06 2020-06-13] 178: Checking gears ** [08:09:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:09:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:11 2020-06-13] 178: Checking imports ** [08:09:11 2020-06-13] 178: Checking exports ** [08:09:11 2020-06-13] 178: Checking users ** [08:09:11 2020-06-13] 178: Checking user_dbs ** [08:09:11 2020-06-13] 178: Checking geocodings ** [08:09:11 2020-06-13] 178: Checking synchronizations ** [08:09:11 2020-06-13] 178: Checking tracker ** [08:09:11 2020-06-13] 178: Checking user_migrations ** [08:09:11 2020-06-13] 178: Checking batch_updates ** [08:09:11 2020-06-13] 178: Checking gears ** [08:09:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:09:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:16 2020-06-13] 178: Checking imports ** [08:09:16 2020-06-13] 178: Checking exports ** [08:09:16 2020-06-13] 178: Checking users ** [08:09:16 2020-06-13] 178: Checking user_dbs ** [08:09:16 2020-06-13] 178: Checking geocodings ** [08:09:16 2020-06-13] 178: Checking synchronizations ** [08:09:16 2020-06-13] 178: Checking tracker ** [08:09:16 2020-06-13] 178: Checking user_migrations ** [08:09:16 2020-06-13] 178: Checking batch_updates ** [08:09:16 2020-06-13] 178: Checking gears ** [08:09:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:09:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:21 2020-06-13] 178: Checking imports ** [08:09:21 2020-06-13] 178: Checking exports ** [08:09:21 2020-06-13] 178: Checking users ** [08:09:21 2020-06-13] 178: Checking user_dbs ** [08:09:21 2020-06-13] 178: Checking geocodings ** [08:09:21 2020-06-13] 178: Checking synchronizations ** [08:09:21 2020-06-13] 178: Checking tracker ** [08:09:21 2020-06-13] 178: Checking user_migrations ** [08:09:21 2020-06-13] 178: Checking batch_updates ** [08:09:21 2020-06-13] 178: Checking gears ** [08:09:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:09:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:26 2020-06-13] 178: Checking imports ** [08:09:26 2020-06-13] 178: Checking exports ** [08:09:26 2020-06-13] 178: Checking users ** [08:09:26 2020-06-13] 178: Checking user_dbs ** [08:09:26 2020-06-13] 178: Checking geocodings ** [08:09:26 2020-06-13] 178: Checking synchronizations ** [08:09:26 2020-06-13] 178: Checking tracker ** [08:09:26 2020-06-13] 178: Checking user_migrations ** [08:09:26 2020-06-13] 178: Checking batch_updates ** [08:09:26 2020-06-13] 178: Checking gears ** [08:09:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:09:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:31 2020-06-13] 178: Checking imports ** [08:09:31 2020-06-13] 178: Checking exports ** [08:09:31 2020-06-13] 178: Checking users ** [08:09:31 2020-06-13] 178: Checking user_dbs ** [08:09:31 2020-06-13] 178: Checking geocodings ** [08:09:31 2020-06-13] 178: Checking synchronizations ** [08:09:31 2020-06-13] 178: Checking tracker ** [08:09:31 2020-06-13] 178: Checking user_migrations ** [08:09:31 2020-06-13] 178: Checking batch_updates ** [08:09:31 2020-06-13] 178: Checking gears ** [08:09:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:09:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:36 2020-06-13] 178: Checking imports ** [08:09:36 2020-06-13] 178: Checking exports ** [08:09:36 2020-06-13] 178: Checking users ** [08:09:36 2020-06-13] 178: Checking user_dbs ** [08:09:36 2020-06-13] 178: Checking geocodings ** [08:09:36 2020-06-13] 178: Checking synchronizations ** [08:09:36 2020-06-13] 178: Checking tracker ** [08:09:36 2020-06-13] 178: Checking user_migrations ** [08:09:36 2020-06-13] 178: Checking batch_updates ** [08:09:36 2020-06-13] 178: Checking gears ** [08:09:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:09:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:41 2020-06-13] 178: Checking imports ** [08:09:41 2020-06-13] 178: Checking exports ** [08:09:41 2020-06-13] 178: Checking users ** [08:09:41 2020-06-13] 178: Checking user_dbs ** [08:09:41 2020-06-13] 178: Checking geocodings ** [08:09:41 2020-06-13] 178: Checking synchronizations ** [08:09:41 2020-06-13] 178: Checking tracker ** [08:09:41 2020-06-13] 178: Checking user_migrations ** [08:09:41 2020-06-13] 178: Checking batch_updates ** [08:09:41 2020-06-13] 178: Checking gears ** [08:09:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:09:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:46 2020-06-13] 178: Checking imports ** [08:09:46 2020-06-13] 178: Checking exports ** [08:09:46 2020-06-13] 178: Checking users ** [08:09:46 2020-06-13] 178: Checking user_dbs ** [08:09:46 2020-06-13] 178: Checking geocodings ** [08:09:46 2020-06-13] 178: Checking synchronizations ** [08:09:46 2020-06-13] 178: Checking tracker ** [08:09:46 2020-06-13] 178: Checking user_migrations ** [08:09:46 2020-06-13] 178: Checking batch_updates ** [08:09:46 2020-06-13] 178: Checking gears ** [08:09:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:09:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:51 2020-06-13] 178: Checking imports ** [08:09:51 2020-06-13] 178: Checking exports ** [08:09:51 2020-06-13] 178: Checking users ** [08:09:51 2020-06-13] 178: Checking user_dbs ** [08:09:51 2020-06-13] 178: Checking geocodings ** [08:09:51 2020-06-13] 178: Checking synchronizations ** [08:09:51 2020-06-13] 178: Checking tracker ** [08:09:51 2020-06-13] 178: Checking user_migrations ** [08:09:51 2020-06-13] 178: Checking batch_updates ** [08:09:51 2020-06-13] 178: Checking gears ** [08:09:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:09:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:56 2020-06-13] 178: Checking imports ** [08:09:56 2020-06-13] 178: Checking exports ** [08:09:56 2020-06-13] 178: Checking users ** [08:09:56 2020-06-13] 178: Checking user_dbs ** [08:09:56 2020-06-13] 178: Checking geocodings ** [08:09:56 2020-06-13] 178: Checking synchronizations ** [08:09:56 2020-06-13] 178: Checking tracker ** [08:09:56 2020-06-13] 178: Checking user_migrations ** [08:09:56 2020-06-13] 178: Checking batch_updates ** [08:09:56 2020-06-13] 178: Checking gears ** [08:09:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:09:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:01 2020-06-13] 178: Checking imports ** [08:10:01 2020-06-13] 178: Checking exports ** [08:10:01 2020-06-13] 178: Checking users ** [08:10:01 2020-06-13] 178: Checking user_dbs ** [08:10:01 2020-06-13] 178: Checking geocodings ** [08:10:01 2020-06-13] 178: Checking synchronizations ** [08:10:01 2020-06-13] 178: Checking tracker ** [08:10:01 2020-06-13] 178: Checking user_migrations ** [08:10:01 2020-06-13] 178: Checking batch_updates ** [08:10:01 2020-06-13] 178: Checking gears ** [08:10:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:10:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:06 2020-06-13] 178: Checking imports ** [08:10:06 2020-06-13] 178: Checking exports ** [08:10:06 2020-06-13] 178: Checking users ** [08:10:06 2020-06-13] 178: Checking user_dbs ** [08:10:06 2020-06-13] 178: Checking geocodings ** [08:10:06 2020-06-13] 178: Checking synchronizations ** [08:10:06 2020-06-13] 178: Checking tracker ** [08:10:06 2020-06-13] 178: Checking user_migrations ** [08:10:06 2020-06-13] 178: Checking batch_updates ** [08:10:06 2020-06-13] 178: Checking gears ** [08:10:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:10:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:11 2020-06-13] 178: Checking imports ** [08:10:11 2020-06-13] 178: Checking exports ** [08:10:11 2020-06-13] 178: Checking users ** [08:10:11 2020-06-13] 178: Checking user_dbs ** [08:10:11 2020-06-13] 178: Checking geocodings ** [08:10:11 2020-06-13] 178: Checking synchronizations ** [08:10:11 2020-06-13] 178: Checking tracker ** [08:10:11 2020-06-13] 178: Checking user_migrations ** [08:10:11 2020-06-13] 178: Checking batch_updates ** [08:10:11 2020-06-13] 178: Checking gears ** [08:10:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:10:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:16 2020-06-13] 178: Checking imports ** [08:10:16 2020-06-13] 178: Checking exports ** [08:10:16 2020-06-13] 178: Checking users ** [08:10:16 2020-06-13] 178: Checking user_dbs ** [08:10:16 2020-06-13] 178: Checking geocodings ** [08:10:16 2020-06-13] 178: Checking synchronizations ** [08:10:16 2020-06-13] 178: Checking tracker ** [08:10:16 2020-06-13] 178: Checking user_migrations ** [08:10:16 2020-06-13] 178: Checking batch_updates ** [08:10:16 2020-06-13] 178: Checking gears ** [08:10:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:10:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:21 2020-06-13] 178: Checking imports ** [08:10:21 2020-06-13] 178: Checking exports ** [08:10:21 2020-06-13] 178: Checking users ** [08:10:21 2020-06-13] 178: Checking user_dbs ** [08:10:21 2020-06-13] 178: Checking geocodings ** [08:10:21 2020-06-13] 178: Checking synchronizations ** [08:10:21 2020-06-13] 178: Checking tracker ** [08:10:21 2020-06-13] 178: Checking user_migrations ** [08:10:21 2020-06-13] 178: Checking batch_updates ** [08:10:21 2020-06-13] 178: Checking gears ** [08:10:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:10:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:26 2020-06-13] 178: Checking imports ** [08:10:26 2020-06-13] 178: Checking exports ** [08:10:26 2020-06-13] 178: Checking users ** [08:10:26 2020-06-13] 178: Checking user_dbs ** [08:10:26 2020-06-13] 178: Checking geocodings ** [08:10:26 2020-06-13] 178: Checking synchronizations ** [08:10:26 2020-06-13] 178: Checking tracker ** [08:10:26 2020-06-13] 178: Checking user_migrations ** [08:10:26 2020-06-13] 178: Checking batch_updates ** [08:10:26 2020-06-13] 178: Checking gears ** [08:10:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:10:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:31 2020-06-13] 178: Checking imports ** [08:10:31 2020-06-13] 178: Checking exports ** [08:10:31 2020-06-13] 178: Checking users ** [08:10:31 2020-06-13] 178: Checking user_dbs ** [08:10:31 2020-06-13] 178: Checking geocodings ** [08:10:31 2020-06-13] 178: Checking synchronizations ** [08:10:31 2020-06-13] 178: Checking tracker ** [08:10:31 2020-06-13] 178: Checking user_migrations ** [08:10:31 2020-06-13] 178: Checking batch_updates ** [08:10:31 2020-06-13] 178: Checking gears ** [08:10:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:10:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:36 2020-06-13] 178: Checking imports ** [08:10:36 2020-06-13] 178: Checking exports ** [08:10:36 2020-06-13] 178: Checking users ** [08:10:36 2020-06-13] 178: Checking user_dbs ** [08:10:36 2020-06-13] 178: Checking geocodings ** [08:10:36 2020-06-13] 178: Checking synchronizations ** [08:10:36 2020-06-13] 178: Checking tracker ** [08:10:36 2020-06-13] 178: Checking user_migrations ** [08:10:36 2020-06-13] 178: Checking batch_updates ** [08:10:36 2020-06-13] 178: Checking gears ** [08:10:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:10:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:41 2020-06-13] 178: Checking imports ** [08:10:41 2020-06-13] 178: Checking exports ** [08:10:41 2020-06-13] 178: Checking users ** [08:10:41 2020-06-13] 178: Checking user_dbs ** [08:10:41 2020-06-13] 178: Checking geocodings ** [08:10:41 2020-06-13] 178: Checking synchronizations ** [08:10:41 2020-06-13] 178: Checking tracker ** [08:10:41 2020-06-13] 178: Checking user_migrations ** [08:10:41 2020-06-13] 178: Checking batch_updates ** [08:10:41 2020-06-13] 178: Checking gears ** [08:10:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:10:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:46 2020-06-13] 178: Checking imports ** [08:10:46 2020-06-13] 178: Checking exports ** [08:10:46 2020-06-13] 178: Checking users ** [08:10:46 2020-06-13] 178: Checking user_dbs ** [08:10:46 2020-06-13] 178: Checking geocodings ** [08:10:46 2020-06-13] 178: Checking synchronizations ** [08:10:46 2020-06-13] 178: Checking tracker ** [08:10:46 2020-06-13] 178: Checking user_migrations ** [08:10:46 2020-06-13] 178: Checking batch_updates ** [08:10:46 2020-06-13] 178: Checking gears ** [08:10:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:10:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:51 2020-06-13] 178: Checking imports ** [08:10:51 2020-06-13] 178: Checking exports ** [08:10:51 2020-06-13] 178: Checking users ** [08:10:51 2020-06-13] 178: Checking user_dbs ** [08:10:51 2020-06-13] 178: Checking geocodings ** [08:10:51 2020-06-13] 178: Checking synchronizations ** [08:10:51 2020-06-13] 178: Checking tracker ** [08:10:51 2020-06-13] 178: Checking user_migrations ** [08:10:51 2020-06-13] 178: Checking batch_updates ** [08:10:51 2020-06-13] 178: Checking gears ** [08:10:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:10:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:56 2020-06-13] 178: Checking imports ** [08:10:56 2020-06-13] 178: Checking exports ** [08:10:56 2020-06-13] 178: Checking users ** [08:10:56 2020-06-13] 178: Checking user_dbs ** [08:10:56 2020-06-13] 178: Checking geocodings ** [08:10:56 2020-06-13] 178: Checking synchronizations ** [08:10:56 2020-06-13] 178: Checking tracker ** [08:10:56 2020-06-13] 178: Checking user_migrations ** [08:10:56 2020-06-13] 178: Checking batch_updates ** [08:10:56 2020-06-13] 178: Checking gears ** [08:10:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:10:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:01 2020-06-13] 178: Checking imports ** [08:11:01 2020-06-13] 178: Checking exports ** [08:11:01 2020-06-13] 178: Checking users ** [08:11:01 2020-06-13] 178: Checking user_dbs ** [08:11:01 2020-06-13] 178: Checking geocodings ** [08:11:01 2020-06-13] 178: Checking synchronizations ** [08:11:01 2020-06-13] 178: Checking tracker ** [08:11:01 2020-06-13] 178: Checking user_migrations ** [08:11:01 2020-06-13] 178: Checking batch_updates ** [08:11:01 2020-06-13] 178: Checking gears ** [08:11:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:11:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:06 2020-06-13] 178: Checking imports ** [08:11:06 2020-06-13] 178: Checking exports ** [08:11:06 2020-06-13] 178: Checking users ** [08:11:06 2020-06-13] 178: Checking user_dbs ** [08:11:06 2020-06-13] 178: Checking geocodings ** [08:11:06 2020-06-13] 178: Checking synchronizations ** [08:11:06 2020-06-13] 178: Checking tracker ** [08:11:06 2020-06-13] 178: Checking user_migrations ** [08:11:06 2020-06-13] 178: Checking batch_updates ** [08:11:06 2020-06-13] 178: Checking gears ** [08:11:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:11:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:11 2020-06-13] 178: Checking imports ** [08:11:11 2020-06-13] 178: Checking exports ** [08:11:11 2020-06-13] 178: Checking users ** [08:11:11 2020-06-13] 178: Checking user_dbs ** [08:11:11 2020-06-13] 178: Checking geocodings ** [08:11:11 2020-06-13] 178: Checking synchronizations ** [08:11:11 2020-06-13] 178: Checking tracker ** [08:11:11 2020-06-13] 178: Checking user_migrations ** [08:11:11 2020-06-13] 178: Checking batch_updates ** [08:11:11 2020-06-13] 178: Checking gears ** [08:11:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:11:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:16 2020-06-13] 178: Checking imports ** [08:11:16 2020-06-13] 178: Checking exports ** [08:11:16 2020-06-13] 178: Checking users ** [08:11:16 2020-06-13] 178: Checking user_dbs ** [08:11:16 2020-06-13] 178: Checking geocodings ** [08:11:16 2020-06-13] 178: Checking synchronizations ** [08:11:16 2020-06-13] 178: Checking tracker ** [08:11:16 2020-06-13] 178: Checking user_migrations ** [08:11:16 2020-06-13] 178: Checking batch_updates ** [08:11:16 2020-06-13] 178: Checking gears ** [08:11:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:11:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:21 2020-06-13] 178: Checking imports ** [08:11:21 2020-06-13] 178: Checking exports ** [08:11:21 2020-06-13] 178: Checking users ** [08:11:21 2020-06-13] 178: Checking user_dbs ** [08:11:21 2020-06-13] 178: Checking geocodings ** [08:11:21 2020-06-13] 178: Checking synchronizations ** [08:11:21 2020-06-13] 178: Checking tracker ** [08:11:21 2020-06-13] 178: Checking user_migrations ** [08:11:21 2020-06-13] 178: Checking batch_updates ** [08:11:21 2020-06-13] 178: Checking gears ** [08:11:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:11:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:26 2020-06-13] 178: Checking imports ** [08:11:26 2020-06-13] 178: Checking exports ** [08:11:26 2020-06-13] 178: Checking users ** [08:11:26 2020-06-13] 178: Checking user_dbs ** [08:11:26 2020-06-13] 178: Checking geocodings ** [08:11:26 2020-06-13] 178: Checking synchronizations ** [08:11:26 2020-06-13] 178: Checking tracker ** [08:11:26 2020-06-13] 178: Checking user_migrations ** [08:11:26 2020-06-13] 178: Checking batch_updates ** [08:11:26 2020-06-13] 178: Checking gears ** [08:11:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:11:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:31 2020-06-13] 178: Checking imports ** [08:11:31 2020-06-13] 178: Checking exports ** [08:11:31 2020-06-13] 178: Checking users ** [08:11:31 2020-06-13] 178: Checking user_dbs ** [08:11:31 2020-06-13] 178: Checking geocodings ** [08:11:31 2020-06-13] 178: Checking synchronizations ** [08:11:31 2020-06-13] 178: Checking tracker ** [08:11:31 2020-06-13] 178: Checking user_migrations ** [08:11:31 2020-06-13] 178: Checking batch_updates ** [08:11:31 2020-06-13] 178: Checking gears ** [08:11:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:11:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:36 2020-06-13] 178: Checking imports ** [08:11:36 2020-06-13] 178: Checking exports ** [08:11:36 2020-06-13] 178: Checking users ** [08:11:36 2020-06-13] 178: Checking user_dbs ** [08:11:36 2020-06-13] 178: Checking geocodings ** [08:11:36 2020-06-13] 178: Checking synchronizations ** [08:11:36 2020-06-13] 178: Checking tracker ** [08:11:36 2020-06-13] 178: Checking user_migrations ** [08:11:36 2020-06-13] 178: Checking batch_updates ** [08:11:36 2020-06-13] 178: Checking gears ** [08:11:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:11:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:41 2020-06-13] 178: Checking imports ** [08:11:41 2020-06-13] 178: Checking exports ** [08:11:41 2020-06-13] 178: Checking users ** [08:11:41 2020-06-13] 178: Checking user_dbs ** [08:11:41 2020-06-13] 178: Checking geocodings ** [08:11:41 2020-06-13] 178: Checking synchronizations ** [08:11:41 2020-06-13] 178: Checking tracker ** [08:11:41 2020-06-13] 178: Checking user_migrations ** [08:11:41 2020-06-13] 178: Checking batch_updates ** [08:11:41 2020-06-13] 178: Checking gears ** [08:11:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:11:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:46 2020-06-13] 178: Checking imports ** [08:11:46 2020-06-13] 178: Checking exports ** [08:11:46 2020-06-13] 178: Checking users ** [08:11:46 2020-06-13] 178: Checking user_dbs ** [08:11:46 2020-06-13] 178: Checking geocodings ** [08:11:46 2020-06-13] 178: Checking synchronizations ** [08:11:46 2020-06-13] 178: Checking tracker ** [08:11:46 2020-06-13] 178: Checking user_migrations ** [08:11:46 2020-06-13] 178: Checking batch_updates ** [08:11:46 2020-06-13] 178: Checking gears ** [08:11:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:11:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:51 2020-06-13] 178: Checking imports ** [08:11:51 2020-06-13] 178: Checking exports ** [08:11:51 2020-06-13] 178: Checking users ** [08:11:51 2020-06-13] 178: Checking user_dbs ** [08:11:51 2020-06-13] 178: Checking geocodings ** [08:11:51 2020-06-13] 178: Checking synchronizations ** [08:11:51 2020-06-13] 178: Checking tracker ** [08:11:51 2020-06-13] 178: Checking user_migrations ** [08:11:51 2020-06-13] 178: Checking batch_updates ** [08:11:51 2020-06-13] 178: Checking gears ** [08:11:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:11:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:56 2020-06-13] 178: Checking imports ** [08:11:56 2020-06-13] 178: Checking exports ** [08:11:56 2020-06-13] 178: Checking users ** [08:11:56 2020-06-13] 178: Checking user_dbs ** [08:11:56 2020-06-13] 178: Checking geocodings ** [08:11:56 2020-06-13] 178: Checking synchronizations ** [08:11:56 2020-06-13] 178: Checking tracker ** [08:11:56 2020-06-13] 178: Checking user_migrations ** [08:11:56 2020-06-13] 178: Checking batch_updates ** [08:11:56 2020-06-13] 178: Checking gears ** [08:11:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:11:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:01 2020-06-13] 178: Checking imports ** [08:12:01 2020-06-13] 178: Checking exports ** [08:12:01 2020-06-13] 178: Checking users ** [08:12:01 2020-06-13] 178: Checking user_dbs ** [08:12:01 2020-06-13] 178: Checking geocodings ** [08:12:01 2020-06-13] 178: Checking synchronizations ** [08:12:01 2020-06-13] 178: Checking tracker ** [08:12:01 2020-06-13] 178: Checking user_migrations ** [08:12:01 2020-06-13] 178: Checking batch_updates ** [08:12:01 2020-06-13] 178: Checking gears ** [08:12:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:12:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:06 2020-06-13] 178: Checking imports ** [08:12:06 2020-06-13] 178: Checking exports ** [08:12:06 2020-06-13] 178: Checking users ** [08:12:06 2020-06-13] 178: Checking user_dbs ** [08:12:06 2020-06-13] 178: Checking geocodings ** [08:12:06 2020-06-13] 178: Checking synchronizations ** [08:12:06 2020-06-13] 178: Checking tracker ** [08:12:06 2020-06-13] 178: Checking user_migrations ** [08:12:06 2020-06-13] 178: Checking batch_updates ** [08:12:06 2020-06-13] 178: Checking gears ** [08:12:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:12:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:11 2020-06-13] 178: Checking imports ** [08:12:11 2020-06-13] 178: Checking exports ** [08:12:11 2020-06-13] 178: Checking users ** [08:12:11 2020-06-13] 178: Checking user_dbs ** [08:12:11 2020-06-13] 178: Checking geocodings ** [08:12:11 2020-06-13] 178: Checking synchronizations ** [08:12:11 2020-06-13] 178: Checking tracker ** [08:12:11 2020-06-13] 178: Checking user_migrations ** [08:12:11 2020-06-13] 178: Checking batch_updates ** [08:12:11 2020-06-13] 178: Checking gears ** [08:12:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:12:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:16 2020-06-13] 178: Checking imports ** [08:12:16 2020-06-13] 178: Checking exports ** [08:12:16 2020-06-13] 178: Checking users ** [08:12:16 2020-06-13] 178: Checking user_dbs ** [08:12:16 2020-06-13] 178: Checking geocodings ** [08:12:16 2020-06-13] 178: Checking synchronizations ** [08:12:16 2020-06-13] 178: Checking tracker ** [08:12:16 2020-06-13] 178: Checking user_migrations ** [08:12:16 2020-06-13] 178: Checking batch_updates ** [08:12:16 2020-06-13] 178: Checking gears ** [08:12:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:12:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:21 2020-06-13] 178: Checking imports ** [08:12:21 2020-06-13] 178: Checking exports ** [08:12:21 2020-06-13] 178: Checking users ** [08:12:21 2020-06-13] 178: Checking user_dbs ** [08:12:21 2020-06-13] 178: Checking geocodings ** [08:12:21 2020-06-13] 178: Checking synchronizations ** [08:12:21 2020-06-13] 178: Checking tracker ** [08:12:21 2020-06-13] 178: Checking user_migrations ** [08:12:21 2020-06-13] 178: Checking batch_updates ** [08:12:21 2020-06-13] 178: Checking gears ** [08:12:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:12:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:26 2020-06-13] 178: Checking imports ** [08:12:26 2020-06-13] 178: Checking exports ** [08:12:26 2020-06-13] 178: Checking users ** [08:12:26 2020-06-13] 178: Checking user_dbs ** [08:12:26 2020-06-13] 178: Checking geocodings ** [08:12:26 2020-06-13] 178: Checking synchronizations ** [08:12:26 2020-06-13] 178: Checking tracker ** [08:12:26 2020-06-13] 178: Checking user_migrations ** [08:12:26 2020-06-13] 178: Checking batch_updates ** [08:12:26 2020-06-13] 178: Checking gears ** [08:12:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:12:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:31 2020-06-13] 178: Checking imports ** [08:12:31 2020-06-13] 178: Checking exports ** [08:12:31 2020-06-13] 178: Checking users ** [08:12:31 2020-06-13] 178: Checking user_dbs ** [08:12:31 2020-06-13] 178: Checking geocodings ** [08:12:31 2020-06-13] 178: Checking synchronizations ** [08:12:31 2020-06-13] 178: Checking tracker ** [08:12:31 2020-06-13] 178: Checking user_migrations ** [08:12:31 2020-06-13] 178: Checking batch_updates ** [08:12:31 2020-06-13] 178: Checking gears ** [08:12:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:12:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:36 2020-06-13] 178: Checking imports ** [08:12:36 2020-06-13] 178: Checking exports ** [08:12:36 2020-06-13] 178: Checking users ** [08:12:36 2020-06-13] 178: Checking user_dbs ** [08:12:36 2020-06-13] 178: Checking geocodings ** [08:12:36 2020-06-13] 178: Checking synchronizations ** [08:12:36 2020-06-13] 178: Checking tracker ** [08:12:36 2020-06-13] 178: Checking user_migrations ** [08:12:36 2020-06-13] 178: Checking batch_updates ** [08:12:36 2020-06-13] 178: Checking gears ** [08:12:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:12:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:41 2020-06-13] 178: Checking imports ** [08:12:41 2020-06-13] 178: Checking exports ** [08:12:41 2020-06-13] 178: Checking users ** [08:12:41 2020-06-13] 178: Checking user_dbs ** [08:12:41 2020-06-13] 178: Checking geocodings ** [08:12:41 2020-06-13] 178: Checking synchronizations ** [08:12:41 2020-06-13] 178: Checking tracker ** [08:12:41 2020-06-13] 178: Checking user_migrations ** [08:12:41 2020-06-13] 178: Checking batch_updates ** [08:12:41 2020-06-13] 178: Checking gears ** [08:12:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:12:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:46 2020-06-13] 178: Checking imports ** [08:12:46 2020-06-13] 178: Checking exports ** [08:12:46 2020-06-13] 178: Checking users ** [08:12:46 2020-06-13] 178: Checking user_dbs ** [08:12:46 2020-06-13] 178: Checking geocodings ** [08:12:46 2020-06-13] 178: Checking synchronizations ** [08:12:46 2020-06-13] 178: Checking tracker ** [08:12:46 2020-06-13] 178: Checking user_migrations ** [08:12:46 2020-06-13] 178: Checking batch_updates ** [08:12:46 2020-06-13] 178: Checking gears ** [08:12:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:12:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:51 2020-06-13] 178: Checking imports ** [08:12:51 2020-06-13] 178: Checking exports ** [08:12:51 2020-06-13] 178: Checking users ** [08:12:51 2020-06-13] 178: Checking user_dbs ** [08:12:51 2020-06-13] 178: Checking geocodings ** [08:12:51 2020-06-13] 178: Checking synchronizations ** [08:12:51 2020-06-13] 178: Checking tracker ** [08:12:51 2020-06-13] 178: Checking user_migrations ** [08:12:51 2020-06-13] 178: Checking batch_updates ** [08:12:51 2020-06-13] 178: Checking gears ** [08:12:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:12:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:56 2020-06-13] 178: Checking imports ** [08:12:56 2020-06-13] 178: Checking exports ** [08:12:56 2020-06-13] 178: Checking users ** [08:12:56 2020-06-13] 178: Checking user_dbs ** [08:12:56 2020-06-13] 178: Checking geocodings ** [08:12:56 2020-06-13] 178: Checking synchronizations ** [08:12:56 2020-06-13] 178: Checking tracker ** [08:12:56 2020-06-13] 178: Checking user_migrations ** [08:12:56 2020-06-13] 178: Checking batch_updates ** [08:12:56 2020-06-13] 178: Checking gears ** [08:12:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:12:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:01 2020-06-13] 178: Checking imports ** [08:13:01 2020-06-13] 178: Checking exports ** [08:13:01 2020-06-13] 178: Checking users ** [08:13:01 2020-06-13] 178: Checking user_dbs ** [08:13:01 2020-06-13] 178: Checking geocodings ** [08:13:01 2020-06-13] 178: Checking synchronizations ** [08:13:01 2020-06-13] 178: Checking tracker ** [08:13:01 2020-06-13] 178: Checking user_migrations ** [08:13:01 2020-06-13] 178: Checking batch_updates ** [08:13:01 2020-06-13] 178: Checking gears ** [08:13:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:13:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:06 2020-06-13] 178: Checking imports ** [08:13:06 2020-06-13] 178: Checking exports ** [08:13:06 2020-06-13] 178: Checking users ** [08:13:06 2020-06-13] 178: Checking user_dbs ** [08:13:06 2020-06-13] 178: Checking geocodings ** [08:13:06 2020-06-13] 178: Checking synchronizations ** [08:13:06 2020-06-13] 178: Checking tracker ** [08:13:06 2020-06-13] 178: Checking user_migrations ** [08:13:06 2020-06-13] 178: Checking batch_updates ** [08:13:06 2020-06-13] 178: Checking gears ** [08:13:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:13:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:11 2020-06-13] 178: Checking imports ** [08:13:11 2020-06-13] 178: Checking exports ** [08:13:11 2020-06-13] 178: Checking users ** [08:13:11 2020-06-13] 178: Checking user_dbs ** [08:13:11 2020-06-13] 178: Checking geocodings ** [08:13:11 2020-06-13] 178: Checking synchronizations ** [08:13:11 2020-06-13] 178: Checking tracker ** [08:13:11 2020-06-13] 178: Checking user_migrations ** [08:13:11 2020-06-13] 178: Checking batch_updates ** [08:13:11 2020-06-13] 178: Checking gears ** [08:13:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:13:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:16 2020-06-13] 178: Checking imports ** [08:13:16 2020-06-13] 178: Checking exports ** [08:13:16 2020-06-13] 178: Checking users ** [08:13:16 2020-06-13] 178: Checking user_dbs ** [08:13:16 2020-06-13] 178: Checking geocodings ** [08:13:16 2020-06-13] 178: Checking synchronizations ** [08:13:16 2020-06-13] 178: Checking tracker ** [08:13:16 2020-06-13] 178: Checking user_migrations ** [08:13:16 2020-06-13] 178: Checking batch_updates ** [08:13:16 2020-06-13] 178: Checking gears ** [08:13:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:13:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:21 2020-06-13] 178: Checking imports ** [08:13:21 2020-06-13] 178: Checking exports ** [08:13:21 2020-06-13] 178: Checking users ** [08:13:21 2020-06-13] 178: Checking user_dbs ** [08:13:21 2020-06-13] 178: Checking geocodings ** [08:13:21 2020-06-13] 178: Checking synchronizations ** [08:13:21 2020-06-13] 178: Checking tracker ** [08:13:21 2020-06-13] 178: Checking user_migrations ** [08:13:21 2020-06-13] 178: Checking batch_updates ** [08:13:21 2020-06-13] 178: Checking gears ** [08:13:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:13:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:26 2020-06-13] 178: Checking imports ** [08:13:26 2020-06-13] 178: Checking exports ** [08:13:26 2020-06-13] 178: Checking users ** [08:13:26 2020-06-13] 178: Checking user_dbs ** [08:13:26 2020-06-13] 178: Checking geocodings ** [08:13:26 2020-06-13] 178: Checking synchronizations ** [08:13:26 2020-06-13] 178: Checking tracker ** [08:13:26 2020-06-13] 178: Checking user_migrations ** [08:13:26 2020-06-13] 178: Checking batch_updates ** [08:13:26 2020-06-13] 178: Checking gears ** [08:13:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:13:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:31 2020-06-13] 178: Checking imports ** [08:13:31 2020-06-13] 178: Checking exports ** [08:13:31 2020-06-13] 178: Checking users ** [08:13:31 2020-06-13] 178: Checking user_dbs ** [08:13:31 2020-06-13] 178: Checking geocodings ** [08:13:31 2020-06-13] 178: Checking synchronizations ** [08:13:31 2020-06-13] 178: Checking tracker ** [08:13:31 2020-06-13] 178: Checking user_migrations ** [08:13:31 2020-06-13] 178: Checking batch_updates ** [08:13:31 2020-06-13] 178: Checking gears ** [08:13:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:13:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:36 2020-06-13] 178: Checking imports ** [08:13:36 2020-06-13] 178: Checking exports ** [08:13:36 2020-06-13] 178: Checking users ** [08:13:36 2020-06-13] 178: Checking user_dbs ** [08:13:36 2020-06-13] 178: Checking geocodings ** [08:13:36 2020-06-13] 178: Checking synchronizations ** [08:13:36 2020-06-13] 178: Checking tracker ** [08:13:36 2020-06-13] 178: Checking user_migrations ** [08:13:36 2020-06-13] 178: Checking batch_updates ** [08:13:36 2020-06-13] 178: Checking gears ** [08:13:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:13:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:41 2020-06-13] 178: Checking imports ** [08:13:41 2020-06-13] 178: Checking exports ** [08:13:41 2020-06-13] 178: Checking users ** [08:13:41 2020-06-13] 178: Checking user_dbs ** [08:13:41 2020-06-13] 178: Checking geocodings ** [08:13:41 2020-06-13] 178: Checking synchronizations ** [08:13:41 2020-06-13] 178: Checking tracker ** [08:13:41 2020-06-13] 178: Checking user_migrations ** [08:13:41 2020-06-13] 178: Checking batch_updates ** [08:13:41 2020-06-13] 178: Checking gears ** [08:13:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:13:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:46 2020-06-13] 178: Checking imports ** [08:13:46 2020-06-13] 178: Checking exports ** [08:13:46 2020-06-13] 178: Checking users ** [08:13:46 2020-06-13] 178: Checking user_dbs ** [08:13:46 2020-06-13] 178: Checking geocodings ** [08:13:46 2020-06-13] 178: Checking synchronizations ** [08:13:46 2020-06-13] 178: Checking tracker ** [08:13:46 2020-06-13] 178: Checking user_migrations ** [08:13:46 2020-06-13] 178: Checking batch_updates ** [08:13:46 2020-06-13] 178: Checking gears ** [08:13:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:13:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:52 2020-06-13] 178: Checking imports ** [08:13:52 2020-06-13] 178: Checking exports ** [08:13:52 2020-06-13] 178: Checking users ** [08:13:52 2020-06-13] 178: Checking user_dbs ** [08:13:52 2020-06-13] 178: Checking geocodings ** [08:13:52 2020-06-13] 178: Checking synchronizations ** [08:13:52 2020-06-13] 178: Checking tracker ** [08:13:52 2020-06-13] 178: Checking user_migrations ** [08:13:52 2020-06-13] 178: Checking batch_updates ** [08:13:52 2020-06-13] 178: Checking gears ** [08:13:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:13:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:57 2020-06-13] 178: Checking imports ** [08:13:57 2020-06-13] 178: Checking exports ** [08:13:57 2020-06-13] 178: Checking users ** [08:13:57 2020-06-13] 178: Checking user_dbs ** [08:13:57 2020-06-13] 178: Checking geocodings ** [08:13:57 2020-06-13] 178: Checking synchronizations ** [08:13:57 2020-06-13] 178: Checking tracker ** [08:13:57 2020-06-13] 178: Checking user_migrations ** [08:13:57 2020-06-13] 178: Checking batch_updates ** [08:13:57 2020-06-13] 178: Checking gears ** [08:13:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:13:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:02 2020-06-13] 178: Checking imports ** [08:14:02 2020-06-13] 178: Checking exports ** [08:14:02 2020-06-13] 178: Checking users ** [08:14:02 2020-06-13] 178: Checking user_dbs ** [08:14:02 2020-06-13] 178: Checking geocodings ** [08:14:02 2020-06-13] 178: Checking synchronizations ** [08:14:02 2020-06-13] 178: Checking tracker ** [08:14:02 2020-06-13] 178: Checking user_migrations ** [08:14:02 2020-06-13] 178: Checking batch_updates ** [08:14:02 2020-06-13] 178: Checking gears ** [08:14:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:14:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:07 2020-06-13] 178: Checking imports ** [08:14:07 2020-06-13] 178: Checking exports ** [08:14:07 2020-06-13] 178: Checking users ** [08:14:07 2020-06-13] 178: Checking user_dbs ** [08:14:07 2020-06-13] 178: Checking geocodings ** [08:14:07 2020-06-13] 178: Checking synchronizations ** [08:14:07 2020-06-13] 178: Checking tracker ** [08:14:07 2020-06-13] 178: Checking user_migrations ** [08:14:07 2020-06-13] 178: Checking batch_updates ** [08:14:07 2020-06-13] 178: Checking gears ** [08:14:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:14:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:12 2020-06-13] 178: Checking imports ** [08:14:12 2020-06-13] 178: Checking exports ** [08:14:12 2020-06-13] 178: Checking users ** [08:14:12 2020-06-13] 178: Checking user_dbs ** [08:14:12 2020-06-13] 178: Checking geocodings ** [08:14:12 2020-06-13] 178: Checking synchronizations ** [08:14:12 2020-06-13] 178: Checking tracker ** [08:14:12 2020-06-13] 178: Checking user_migrations ** [08:14:12 2020-06-13] 178: Checking batch_updates ** [08:14:12 2020-06-13] 178: Checking gears ** [08:14:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:14:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:17 2020-06-13] 178: Checking imports ** [08:14:17 2020-06-13] 178: Checking exports ** [08:14:17 2020-06-13] 178: Checking users ** [08:14:17 2020-06-13] 178: Checking user_dbs ** [08:14:17 2020-06-13] 178: Checking geocodings ** [08:14:17 2020-06-13] 178: Checking synchronizations ** [08:14:17 2020-06-13] 178: Checking tracker ** [08:14:17 2020-06-13] 178: Checking user_migrations ** [08:14:17 2020-06-13] 178: Checking batch_updates ** [08:14:17 2020-06-13] 178: Checking gears ** [08:14:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:14:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:22 2020-06-13] 178: Checking imports ** [08:14:22 2020-06-13] 178: Checking exports ** [08:14:22 2020-06-13] 178: Checking users ** [08:14:22 2020-06-13] 178: Checking user_dbs ** [08:14:22 2020-06-13] 178: Checking geocodings ** [08:14:22 2020-06-13] 178: Checking synchronizations ** [08:14:22 2020-06-13] 178: Checking tracker ** [08:14:22 2020-06-13] 178: Checking user_migrations ** [08:14:22 2020-06-13] 178: Checking batch_updates ** [08:14:22 2020-06-13] 178: Checking gears ** [08:14:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:14:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:27 2020-06-13] 178: Checking imports ** [08:14:27 2020-06-13] 178: Checking exports ** [08:14:27 2020-06-13] 178: Checking users ** [08:14:27 2020-06-13] 178: Checking user_dbs ** [08:14:27 2020-06-13] 178: Checking geocodings ** [08:14:27 2020-06-13] 178: Checking synchronizations ** [08:14:27 2020-06-13] 178: Checking tracker ** [08:14:27 2020-06-13] 178: Checking user_migrations ** [08:14:27 2020-06-13] 178: Checking batch_updates ** [08:14:27 2020-06-13] 178: Checking gears ** [08:14:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:14:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:32 2020-06-13] 178: Checking imports ** [08:14:32 2020-06-13] 178: Checking exports ** [08:14:32 2020-06-13] 178: Checking users ** [08:14:32 2020-06-13] 178: Checking user_dbs ** [08:14:32 2020-06-13] 178: Checking geocodings ** [08:14:32 2020-06-13] 178: Checking synchronizations ** [08:14:32 2020-06-13] 178: Checking tracker ** [08:14:32 2020-06-13] 178: Checking user_migrations ** [08:14:32 2020-06-13] 178: Checking batch_updates ** [08:14:32 2020-06-13] 178: Checking gears ** [08:14:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:14:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:37 2020-06-13] 178: Checking imports ** [08:14:37 2020-06-13] 178: Checking exports ** [08:14:37 2020-06-13] 178: Checking users ** [08:14:37 2020-06-13] 178: Checking user_dbs ** [08:14:37 2020-06-13] 178: Checking geocodings ** [08:14:37 2020-06-13] 178: Checking synchronizations ** [08:14:37 2020-06-13] 178: Checking tracker ** [08:14:37 2020-06-13] 178: Checking user_migrations ** [08:14:37 2020-06-13] 178: Checking batch_updates ** [08:14:37 2020-06-13] 178: Checking gears ** [08:14:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:14:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:42 2020-06-13] 178: Checking imports ** [08:14:42 2020-06-13] 178: Checking exports ** [08:14:42 2020-06-13] 178: Checking users ** [08:14:42 2020-06-13] 178: Checking user_dbs ** [08:14:42 2020-06-13] 178: Checking geocodings ** [08:14:42 2020-06-13] 178: Checking synchronizations ** [08:14:42 2020-06-13] 178: Checking tracker ** [08:14:42 2020-06-13] 178: Checking user_migrations ** [08:14:42 2020-06-13] 178: Checking batch_updates ** [08:14:42 2020-06-13] 178: Checking gears ** [08:14:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:14:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:47 2020-06-13] 178: Checking imports ** [08:14:47 2020-06-13] 178: Checking exports ** [08:14:47 2020-06-13] 178: Checking users ** [08:14:47 2020-06-13] 178: Checking user_dbs ** [08:14:47 2020-06-13] 178: Checking geocodings ** [08:14:47 2020-06-13] 178: Checking synchronizations ** [08:14:47 2020-06-13] 178: Checking tracker ** [08:14:47 2020-06-13] 178: Checking user_migrations ** [08:14:47 2020-06-13] 178: Checking batch_updates ** [08:14:47 2020-06-13] 178: Checking gears ** [08:14:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:14:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:52 2020-06-13] 178: Checking imports ** [08:14:52 2020-06-13] 178: Checking exports ** [08:14:52 2020-06-13] 178: Checking users ** [08:14:52 2020-06-13] 178: Checking user_dbs ** [08:14:52 2020-06-13] 178: Checking geocodings ** [08:14:52 2020-06-13] 178: Checking synchronizations ** [08:14:52 2020-06-13] 178: Checking tracker ** [08:14:52 2020-06-13] 178: Checking user_migrations ** [08:14:52 2020-06-13] 178: Checking batch_updates ** [08:14:52 2020-06-13] 178: Checking gears ** [08:14:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:14:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:57 2020-06-13] 178: Checking imports ** [08:14:57 2020-06-13] 178: Checking exports ** [08:14:57 2020-06-13] 178: Checking users ** [08:14:57 2020-06-13] 178: Checking user_dbs ** [08:14:57 2020-06-13] 178: Checking geocodings ** [08:14:57 2020-06-13] 178: Checking synchronizations ** [08:14:57 2020-06-13] 178: Checking tracker ** [08:14:57 2020-06-13] 178: Checking user_migrations ** [08:14:57 2020-06-13] 178: Checking batch_updates ** [08:14:57 2020-06-13] 178: Checking gears ** [08:14:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:14:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:02 2020-06-13] 178: Checking imports ** [08:15:02 2020-06-13] 178: Checking exports ** [08:15:02 2020-06-13] 178: Checking users ** [08:15:02 2020-06-13] 178: Checking user_dbs ** [08:15:02 2020-06-13] 178: Checking geocodings ** [08:15:02 2020-06-13] 178: Checking synchronizations ** [08:15:02 2020-06-13] 178: Checking tracker ** [08:15:02 2020-06-13] 178: Checking user_migrations ** [08:15:02 2020-06-13] 178: Checking batch_updates ** [08:15:02 2020-06-13] 178: Checking gears ** [08:15:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:15:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:07 2020-06-13] 178: Checking imports ** [08:15:07 2020-06-13] 178: Checking exports ** [08:15:07 2020-06-13] 178: Checking users ** [08:15:07 2020-06-13] 178: Checking user_dbs ** [08:15:07 2020-06-13] 178: Checking geocodings ** [08:15:07 2020-06-13] 178: Checking synchronizations ** [08:15:07 2020-06-13] 178: Checking tracker ** [08:15:07 2020-06-13] 178: Checking user_migrations ** [08:15:07 2020-06-13] 178: Checking batch_updates ** [08:15:07 2020-06-13] 178: Checking gears ** [08:15:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:15:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:12 2020-06-13] 178: Checking imports ** [08:15:12 2020-06-13] 178: Checking exports ** [08:15:12 2020-06-13] 178: Checking users ** [08:15:12 2020-06-13] 178: Checking user_dbs ** [08:15:12 2020-06-13] 178: Checking geocodings ** [08:15:12 2020-06-13] 178: Checking synchronizations ** [08:15:12 2020-06-13] 178: Checking tracker ** [08:15:12 2020-06-13] 178: Checking user_migrations ** [08:15:12 2020-06-13] 178: Checking batch_updates ** [08:15:12 2020-06-13] 178: Checking gears ** [08:15:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:15:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:17 2020-06-13] 178: Checking imports ** [08:15:17 2020-06-13] 178: Checking exports ** [08:15:17 2020-06-13] 178: Checking users ** [08:15:17 2020-06-13] 178: Checking user_dbs ** [08:15:17 2020-06-13] 178: Checking geocodings ** [08:15:17 2020-06-13] 178: Checking synchronizations ** [08:15:17 2020-06-13] 178: Checking tracker ** [08:15:17 2020-06-13] 178: Checking user_migrations ** [08:15:17 2020-06-13] 178: Checking batch_updates ** [08:15:17 2020-06-13] 178: Checking gears ** [08:15:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:15:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:22 2020-06-13] 178: Checking imports ** [08:15:22 2020-06-13] 178: Checking exports ** [08:15:22 2020-06-13] 178: Checking users ** [08:15:22 2020-06-13] 178: Checking user_dbs ** [08:15:22 2020-06-13] 178: Checking geocodings ** [08:15:22 2020-06-13] 178: Checking synchronizations ** [08:15:22 2020-06-13] 178: Checking tracker ** [08:15:22 2020-06-13] 178: Checking user_migrations ** [08:15:22 2020-06-13] 178: Checking batch_updates ** [08:15:22 2020-06-13] 178: Checking gears ** [08:15:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:15:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:27 2020-06-13] 178: Checking imports ** [08:15:27 2020-06-13] 178: Checking exports ** [08:15:27 2020-06-13] 178: Checking users ** [08:15:27 2020-06-13] 178: Checking user_dbs ** [08:15:27 2020-06-13] 178: Checking geocodings ** [08:15:27 2020-06-13] 178: Checking synchronizations ** [08:15:27 2020-06-13] 178: Checking tracker ** [08:15:27 2020-06-13] 178: Checking user_migrations ** [08:15:27 2020-06-13] 178: Checking batch_updates ** [08:15:27 2020-06-13] 178: Checking gears ** [08:15:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:15:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:32 2020-06-13] 178: Checking imports ** [08:15:32 2020-06-13] 178: Checking exports ** [08:15:32 2020-06-13] 178: Checking users ** [08:15:32 2020-06-13] 178: Checking user_dbs ** [08:15:32 2020-06-13] 178: Checking geocodings ** [08:15:32 2020-06-13] 178: Checking synchronizations ** [08:15:32 2020-06-13] 178: Checking tracker ** [08:15:32 2020-06-13] 178: Checking user_migrations ** [08:15:32 2020-06-13] 178: Checking batch_updates ** [08:15:32 2020-06-13] 178: Checking gears ** [08:15:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:15:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:37 2020-06-13] 178: Checking imports ** [08:15:37 2020-06-13] 178: Checking exports ** [08:15:37 2020-06-13] 178: Checking users ** [08:15:37 2020-06-13] 178: Checking user_dbs ** [08:15:37 2020-06-13] 178: Checking geocodings ** [08:15:37 2020-06-13] 178: Checking synchronizations ** [08:15:37 2020-06-13] 178: Checking tracker ** [08:15:37 2020-06-13] 178: Checking user_migrations ** [08:15:37 2020-06-13] 178: Checking batch_updates ** [08:15:37 2020-06-13] 178: Checking gears ** [08:15:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:15:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:42 2020-06-13] 178: Checking imports ** [08:15:42 2020-06-13] 178: Checking exports ** [08:15:42 2020-06-13] 178: Checking users ** [08:15:42 2020-06-13] 178: Checking user_dbs ** [08:15:42 2020-06-13] 178: Checking geocodings ** [08:15:42 2020-06-13] 178: Checking synchronizations ** [08:15:42 2020-06-13] 178: Checking tracker ** [08:15:42 2020-06-13] 178: Checking user_migrations ** [08:15:42 2020-06-13] 178: Checking batch_updates ** [08:15:42 2020-06-13] 178: Checking gears ** [08:15:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:15:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:47 2020-06-13] 178: Checking imports ** [08:15:47 2020-06-13] 178: Checking exports ** [08:15:47 2020-06-13] 178: Checking users ** [08:15:47 2020-06-13] 178: Checking user_dbs ** [08:15:47 2020-06-13] 178: Checking geocodings ** [08:15:47 2020-06-13] 178: Checking synchronizations ** [08:15:47 2020-06-13] 178: Checking tracker ** [08:15:47 2020-06-13] 178: Checking user_migrations ** [08:15:47 2020-06-13] 178: Checking batch_updates ** [08:15:47 2020-06-13] 178: Checking gears ** [08:15:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:15:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:52 2020-06-13] 178: Checking imports ** [08:15:52 2020-06-13] 178: Checking exports ** [08:15:52 2020-06-13] 178: Checking users ** [08:15:52 2020-06-13] 178: Checking user_dbs ** [08:15:52 2020-06-13] 178: Checking geocodings ** [08:15:52 2020-06-13] 178: Checking synchronizations ** [08:15:52 2020-06-13] 178: Checking tracker ** [08:15:52 2020-06-13] 178: Checking user_migrations ** [08:15:52 2020-06-13] 178: Checking batch_updates ** [08:15:52 2020-06-13] 178: Checking gears ** [08:15:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:15:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:57 2020-06-13] 178: Checking imports ** [08:15:57 2020-06-13] 178: Checking exports ** [08:15:57 2020-06-13] 178: Checking users ** [08:15:57 2020-06-13] 178: Checking user_dbs ** [08:15:57 2020-06-13] 178: Checking geocodings ** [08:15:57 2020-06-13] 178: Checking synchronizations ** [08:15:57 2020-06-13] 178: Checking tracker ** [08:15:57 2020-06-13] 178: Checking user_migrations ** [08:15:57 2020-06-13] 178: Checking batch_updates ** [08:15:57 2020-06-13] 178: Checking gears ** [08:15:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:15:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:02 2020-06-13] 178: Checking imports ** [08:16:02 2020-06-13] 178: Checking exports ** [08:16:02 2020-06-13] 178: Checking users ** [08:16:02 2020-06-13] 178: Checking user_dbs ** [08:16:02 2020-06-13] 178: Checking geocodings ** [08:16:02 2020-06-13] 178: Checking synchronizations ** [08:16:02 2020-06-13] 178: Checking tracker ** [08:16:02 2020-06-13] 178: Checking user_migrations ** [08:16:02 2020-06-13] 178: Checking batch_updates ** [08:16:02 2020-06-13] 178: Checking gears ** [08:16:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:16:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:07 2020-06-13] 178: Checking imports ** [08:16:07 2020-06-13] 178: Checking exports ** [08:16:07 2020-06-13] 178: Checking users ** [08:16:07 2020-06-13] 178: Checking user_dbs ** [08:16:07 2020-06-13] 178: Checking geocodings ** [08:16:07 2020-06-13] 178: Checking synchronizations ** [08:16:07 2020-06-13] 178: Checking tracker ** [08:16:07 2020-06-13] 178: Checking user_migrations ** [08:16:07 2020-06-13] 178: Checking batch_updates ** [08:16:07 2020-06-13] 178: Checking gears ** [08:16:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:16:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:12 2020-06-13] 178: Checking imports ** [08:16:12 2020-06-13] 178: Checking exports ** [08:16:12 2020-06-13] 178: Checking users ** [08:16:12 2020-06-13] 178: Checking user_dbs ** [08:16:12 2020-06-13] 178: Checking geocodings ** [08:16:12 2020-06-13] 178: Checking synchronizations ** [08:16:12 2020-06-13] 178: Checking tracker ** [08:16:12 2020-06-13] 178: Checking user_migrations ** [08:16:12 2020-06-13] 178: Checking batch_updates ** [08:16:12 2020-06-13] 178: Checking gears ** [08:16:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:16:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:17 2020-06-13] 178: Checking imports ** [08:16:17 2020-06-13] 178: Checking exports ** [08:16:17 2020-06-13] 178: Checking users ** [08:16:17 2020-06-13] 178: Checking user_dbs ** [08:16:17 2020-06-13] 178: Checking geocodings ** [08:16:17 2020-06-13] 178: Checking synchronizations ** [08:16:17 2020-06-13] 178: Checking tracker ** [08:16:17 2020-06-13] 178: Checking user_migrations ** [08:16:17 2020-06-13] 178: Checking batch_updates ** [08:16:17 2020-06-13] 178: Checking gears ** [08:16:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:16:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:22 2020-06-13] 178: Checking imports ** [08:16:22 2020-06-13] 178: Checking exports ** [08:16:22 2020-06-13] 178: Checking users ** [08:16:22 2020-06-13] 178: Checking user_dbs ** [08:16:22 2020-06-13] 178: Checking geocodings ** [08:16:22 2020-06-13] 178: Checking synchronizations ** [08:16:22 2020-06-13] 178: Checking tracker ** [08:16:22 2020-06-13] 178: Checking user_migrations ** [08:16:22 2020-06-13] 178: Checking batch_updates ** [08:16:22 2020-06-13] 178: Checking gears ** [08:16:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:16:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:27 2020-06-13] 178: Checking imports ** [08:16:27 2020-06-13] 178: Checking exports ** [08:16:27 2020-06-13] 178: Checking users ** [08:16:27 2020-06-13] 178: Checking user_dbs ** [08:16:27 2020-06-13] 178: Checking geocodings ** [08:16:27 2020-06-13] 178: Checking synchronizations ** [08:16:27 2020-06-13] 178: Checking tracker ** [08:16:27 2020-06-13] 178: Checking user_migrations ** [08:16:27 2020-06-13] 178: Checking batch_updates ** [08:16:27 2020-06-13] 178: Checking gears ** [08:16:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:16:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:32 2020-06-13] 178: Checking imports ** [08:16:32 2020-06-13] 178: Checking exports ** [08:16:32 2020-06-13] 178: Checking users ** [08:16:32 2020-06-13] 178: Checking user_dbs ** [08:16:32 2020-06-13] 178: Checking geocodings ** [08:16:32 2020-06-13] 178: Checking synchronizations ** [08:16:32 2020-06-13] 178: Checking tracker ** [08:16:32 2020-06-13] 178: Checking user_migrations ** [08:16:32 2020-06-13] 178: Checking batch_updates ** [08:16:32 2020-06-13] 178: Checking gears ** [08:16:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:16:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:37 2020-06-13] 178: Checking imports ** [08:16:37 2020-06-13] 178: Checking exports ** [08:16:37 2020-06-13] 178: Checking users ** [08:16:37 2020-06-13] 178: Checking user_dbs ** [08:16:37 2020-06-13] 178: Checking geocodings ** [08:16:37 2020-06-13] 178: Checking synchronizations ** [08:16:37 2020-06-13] 178: Checking tracker ** [08:16:37 2020-06-13] 178: Checking user_migrations ** [08:16:37 2020-06-13] 178: Checking batch_updates ** [08:16:37 2020-06-13] 178: Checking gears ** [08:16:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:16:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:42 2020-06-13] 178: Checking imports ** [08:16:42 2020-06-13] 178: Checking exports ** [08:16:42 2020-06-13] 178: Checking users ** [08:16:42 2020-06-13] 178: Checking user_dbs ** [08:16:42 2020-06-13] 178: Checking geocodings ** [08:16:42 2020-06-13] 178: Checking synchronizations ** [08:16:42 2020-06-13] 178: Checking tracker ** [08:16:42 2020-06-13] 178: Checking user_migrations ** [08:16:42 2020-06-13] 178: Checking batch_updates ** [08:16:42 2020-06-13] 178: Checking gears ** [08:16:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:16:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:47 2020-06-13] 178: Checking imports ** [08:16:47 2020-06-13] 178: Checking exports ** [08:16:47 2020-06-13] 178: Checking users ** [08:16:47 2020-06-13] 178: Checking user_dbs ** [08:16:47 2020-06-13] 178: Checking geocodings ** [08:16:47 2020-06-13] 178: Checking synchronizations ** [08:16:47 2020-06-13] 178: Checking tracker ** [08:16:47 2020-06-13] 178: Checking user_migrations ** [08:16:47 2020-06-13] 178: Checking batch_updates ** [08:16:47 2020-06-13] 178: Checking gears ** [08:16:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:16:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:52 2020-06-13] 178: Checking imports ** [08:16:52 2020-06-13] 178: Checking exports ** [08:16:52 2020-06-13] 178: Checking users ** [08:16:52 2020-06-13] 178: Checking user_dbs ** [08:16:52 2020-06-13] 178: Checking geocodings ** [08:16:52 2020-06-13] 178: Checking synchronizations ** [08:16:52 2020-06-13] 178: Checking tracker ** [08:16:52 2020-06-13] 178: Checking user_migrations ** [08:16:52 2020-06-13] 178: Checking batch_updates ** [08:16:52 2020-06-13] 178: Checking gears ** [08:16:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:16:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:57 2020-06-13] 178: Checking imports ** [08:16:57 2020-06-13] 178: Checking exports ** [08:16:57 2020-06-13] 178: Checking users ** [08:16:57 2020-06-13] 178: Checking user_dbs ** [08:16:57 2020-06-13] 178: Checking geocodings ** [08:16:57 2020-06-13] 178: Checking synchronizations ** [08:16:57 2020-06-13] 178: Checking tracker ** [08:16:57 2020-06-13] 178: Checking user_migrations ** [08:16:57 2020-06-13] 178: Checking batch_updates ** [08:16:57 2020-06-13] 178: Checking gears ** [08:16:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:16:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:02 2020-06-13] 178: Checking imports ** [08:17:02 2020-06-13] 178: Checking exports ** [08:17:02 2020-06-13] 178: Checking users ** [08:17:02 2020-06-13] 178: Checking user_dbs ** [08:17:02 2020-06-13] 178: Checking geocodings ** [08:17:02 2020-06-13] 178: Checking synchronizations ** [08:17:02 2020-06-13] 178: Checking tracker ** [08:17:02 2020-06-13] 178: Checking user_migrations ** [08:17:02 2020-06-13] 178: Checking batch_updates ** [08:17:02 2020-06-13] 178: Checking gears ** [08:17:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:17:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:07 2020-06-13] 178: Checking imports ** [08:17:07 2020-06-13] 178: Checking exports ** [08:17:07 2020-06-13] 178: Checking users ** [08:17:07 2020-06-13] 178: Checking user_dbs ** [08:17:07 2020-06-13] 178: Checking geocodings ** [08:17:07 2020-06-13] 178: Checking synchronizations ** [08:17:07 2020-06-13] 178: Checking tracker ** [08:17:07 2020-06-13] 178: Checking user_migrations ** [08:17:07 2020-06-13] 178: Checking batch_updates ** [08:17:07 2020-06-13] 178: Checking gears ** [08:17:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:17:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:12 2020-06-13] 178: Checking imports ** [08:17:12 2020-06-13] 178: Checking exports ** [08:17:12 2020-06-13] 178: Checking users ** [08:17:12 2020-06-13] 178: Checking user_dbs ** [08:17:12 2020-06-13] 178: Checking geocodings ** [08:17:12 2020-06-13] 178: Checking synchronizations ** [08:17:12 2020-06-13] 178: Checking tracker ** [08:17:12 2020-06-13] 178: Checking user_migrations ** [08:17:12 2020-06-13] 178: Checking batch_updates ** [08:17:12 2020-06-13] 178: Checking gears ** [08:17:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:17:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:17 2020-06-13] 178: Checking imports ** [08:17:17 2020-06-13] 178: Checking exports ** [08:17:17 2020-06-13] 178: Checking users ** [08:17:17 2020-06-13] 178: Checking user_dbs ** [08:17:17 2020-06-13] 178: Checking geocodings ** [08:17:17 2020-06-13] 178: Checking synchronizations ** [08:17:17 2020-06-13] 178: Checking tracker ** [08:17:17 2020-06-13] 178: Checking user_migrations ** [08:17:17 2020-06-13] 178: Checking batch_updates ** [08:17:17 2020-06-13] 178: Checking gears ** [08:17:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:17:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:22 2020-06-13] 178: Checking imports ** [08:17:22 2020-06-13] 178: Checking exports ** [08:17:22 2020-06-13] 178: Checking users ** [08:17:22 2020-06-13] 178: Checking user_dbs ** [08:17:22 2020-06-13] 178: Checking geocodings ** [08:17:22 2020-06-13] 178: Checking synchronizations ** [08:17:22 2020-06-13] 178: Checking tracker ** [08:17:22 2020-06-13] 178: Checking user_migrations ** [08:17:22 2020-06-13] 178: Checking batch_updates ** [08:17:22 2020-06-13] 178: Checking gears ** [08:17:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:17:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:27 2020-06-13] 178: Checking imports ** [08:17:27 2020-06-13] 178: Checking exports ** [08:17:27 2020-06-13] 178: Checking users ** [08:17:27 2020-06-13] 178: Checking user_dbs ** [08:17:27 2020-06-13] 178: Checking geocodings ** [08:17:27 2020-06-13] 178: Checking synchronizations ** [08:17:27 2020-06-13] 178: Checking tracker ** [08:17:27 2020-06-13] 178: Checking user_migrations ** [08:17:27 2020-06-13] 178: Checking batch_updates ** [08:17:27 2020-06-13] 178: Checking gears ** [08:17:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:17:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:32 2020-06-13] 178: Checking imports ** [08:17:32 2020-06-13] 178: Checking exports ** [08:17:32 2020-06-13] 178: Checking users ** [08:17:32 2020-06-13] 178: Checking user_dbs ** [08:17:32 2020-06-13] 178: Checking geocodings ** [08:17:32 2020-06-13] 178: Checking synchronizations ** [08:17:32 2020-06-13] 178: Checking tracker ** [08:17:32 2020-06-13] 178: Checking user_migrations ** [08:17:32 2020-06-13] 178: Checking batch_updates ** [08:17:32 2020-06-13] 178: Checking gears ** [08:17:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:17:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:37 2020-06-13] 178: Checking imports ** [08:17:37 2020-06-13] 178: Checking exports ** [08:17:37 2020-06-13] 178: Checking users ** [08:17:37 2020-06-13] 178: Checking user_dbs ** [08:17:37 2020-06-13] 178: Checking geocodings ** [08:17:37 2020-06-13] 178: Checking synchronizations ** [08:17:37 2020-06-13] 178: Checking tracker ** [08:17:37 2020-06-13] 178: Checking user_migrations ** [08:17:37 2020-06-13] 178: Checking batch_updates ** [08:17:37 2020-06-13] 178: Checking gears ** [08:17:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:17:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:42 2020-06-13] 178: Checking imports ** [08:17:42 2020-06-13] 178: Checking exports ** [08:17:42 2020-06-13] 178: Checking users ** [08:17:42 2020-06-13] 178: Checking user_dbs ** [08:17:42 2020-06-13] 178: Checking geocodings ** [08:17:42 2020-06-13] 178: Checking synchronizations ** [08:17:42 2020-06-13] 178: Checking tracker ** [08:17:42 2020-06-13] 178: Checking user_migrations ** [08:17:42 2020-06-13] 178: Checking batch_updates ** [08:17:42 2020-06-13] 178: Checking gears ** [08:17:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:17:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:47 2020-06-13] 178: Checking imports ** [08:17:47 2020-06-13] 178: Checking exports ** [08:17:47 2020-06-13] 178: Checking users ** [08:17:47 2020-06-13] 178: Checking user_dbs ** [08:17:47 2020-06-13] 178: Checking geocodings ** [08:17:47 2020-06-13] 178: Checking synchronizations ** [08:17:47 2020-06-13] 178: Checking tracker ** [08:17:47 2020-06-13] 178: Checking user_migrations ** [08:17:47 2020-06-13] 178: Checking batch_updates ** [08:17:47 2020-06-13] 178: Checking gears ** [08:17:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:17:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:52 2020-06-13] 178: Checking imports ** [08:17:52 2020-06-13] 178: Checking exports ** [08:17:52 2020-06-13] 178: Checking users ** [08:17:52 2020-06-13] 178: Checking user_dbs ** [08:17:52 2020-06-13] 178: Checking geocodings ** [08:17:52 2020-06-13] 178: Checking synchronizations ** [08:17:52 2020-06-13] 178: Checking tracker ** [08:17:52 2020-06-13] 178: Checking user_migrations ** [08:17:52 2020-06-13] 178: Checking batch_updates ** [08:17:52 2020-06-13] 178: Checking gears ** [08:17:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:17:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:57 2020-06-13] 178: Checking imports ** [08:17:57 2020-06-13] 178: Checking exports ** [08:17:57 2020-06-13] 178: Checking users ** [08:17:57 2020-06-13] 178: Checking user_dbs ** [08:17:57 2020-06-13] 178: Checking geocodings ** [08:17:57 2020-06-13] 178: Checking synchronizations ** [08:17:57 2020-06-13] 178: Checking tracker ** [08:17:57 2020-06-13] 178: Checking user_migrations ** [08:17:57 2020-06-13] 178: Checking batch_updates ** [08:17:57 2020-06-13] 178: Checking gears ** [08:17:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:17:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:02 2020-06-13] 178: Checking imports ** [08:18:02 2020-06-13] 178: Checking exports ** [08:18:02 2020-06-13] 178: Checking users ** [08:18:02 2020-06-13] 178: Checking user_dbs ** [08:18:02 2020-06-13] 178: Checking geocodings ** [08:18:02 2020-06-13] 178: Checking synchronizations ** [08:18:02 2020-06-13] 178: Checking tracker ** [08:18:02 2020-06-13] 178: Checking user_migrations ** [08:18:02 2020-06-13] 178: Checking batch_updates ** [08:18:02 2020-06-13] 178: Checking gears ** [08:18:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:18:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:07 2020-06-13] 178: Checking imports ** [08:18:07 2020-06-13] 178: Checking exports ** [08:18:07 2020-06-13] 178: Checking users ** [08:18:07 2020-06-13] 178: Checking user_dbs ** [08:18:07 2020-06-13] 178: Checking geocodings ** [08:18:07 2020-06-13] 178: Checking synchronizations ** [08:18:07 2020-06-13] 178: Checking tracker ** [08:18:07 2020-06-13] 178: Checking user_migrations ** [08:18:07 2020-06-13] 178: Checking batch_updates ** [08:18:07 2020-06-13] 178: Checking gears ** [08:18:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:18:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:12 2020-06-13] 178: Checking imports ** [08:18:12 2020-06-13] 178: Checking exports ** [08:18:12 2020-06-13] 178: Checking users ** [08:18:12 2020-06-13] 178: Checking user_dbs ** [08:18:12 2020-06-13] 178: Checking geocodings ** [08:18:12 2020-06-13] 178: Checking synchronizations ** [08:18:12 2020-06-13] 178: Checking tracker ** [08:18:12 2020-06-13] 178: Checking user_migrations ** [08:18:12 2020-06-13] 178: Checking batch_updates ** [08:18:12 2020-06-13] 178: Checking gears ** [08:18:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:18:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:17 2020-06-13] 178: Checking imports ** [08:18:17 2020-06-13] 178: Checking exports ** [08:18:17 2020-06-13] 178: Checking users ** [08:18:17 2020-06-13] 178: Checking user_dbs ** [08:18:17 2020-06-13] 178: Checking geocodings ** [08:18:17 2020-06-13] 178: Checking synchronizations ** [08:18:17 2020-06-13] 178: Checking tracker ** [08:18:17 2020-06-13] 178: Checking user_migrations ** [08:18:17 2020-06-13] 178: Checking batch_updates ** [08:18:17 2020-06-13] 178: Checking gears ** [08:18:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:18:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:22 2020-06-13] 178: Checking imports ** [08:18:22 2020-06-13] 178: Checking exports ** [08:18:22 2020-06-13] 178: Checking users ** [08:18:22 2020-06-13] 178: Checking user_dbs ** [08:18:22 2020-06-13] 178: Checking geocodings ** [08:18:22 2020-06-13] 178: Checking synchronizations ** [08:18:22 2020-06-13] 178: Checking tracker ** [08:18:22 2020-06-13] 178: Checking user_migrations ** [08:18:22 2020-06-13] 178: Checking batch_updates ** [08:18:22 2020-06-13] 178: Checking gears ** [08:18:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:18:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:27 2020-06-13] 178: Checking imports ** [08:18:27 2020-06-13] 178: Checking exports ** [08:18:27 2020-06-13] 178: Checking users ** [08:18:27 2020-06-13] 178: Checking user_dbs ** [08:18:27 2020-06-13] 178: Checking geocodings ** [08:18:27 2020-06-13] 178: Checking synchronizations ** [08:18:27 2020-06-13] 178: Checking tracker ** [08:18:27 2020-06-13] 178: Checking user_migrations ** [08:18:27 2020-06-13] 178: Checking batch_updates ** [08:18:27 2020-06-13] 178: Checking gears ** [08:18:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:18:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:32 2020-06-13] 178: Checking imports ** [08:18:32 2020-06-13] 178: Checking exports ** [08:18:32 2020-06-13] 178: Checking users ** [08:18:32 2020-06-13] 178: Checking user_dbs ** [08:18:32 2020-06-13] 178: Checking geocodings ** [08:18:32 2020-06-13] 178: Checking synchronizations ** [08:18:32 2020-06-13] 178: Checking tracker ** [08:18:32 2020-06-13] 178: Checking user_migrations ** [08:18:32 2020-06-13] 178: Checking batch_updates ** [08:18:32 2020-06-13] 178: Checking gears ** [08:18:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:18:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:37 2020-06-13] 178: Checking imports ** [08:18:37 2020-06-13] 178: Checking exports ** [08:18:37 2020-06-13] 178: Checking users ** [08:18:37 2020-06-13] 178: Checking user_dbs ** [08:18:37 2020-06-13] 178: Checking geocodings ** [08:18:37 2020-06-13] 178: Checking synchronizations ** [08:18:37 2020-06-13] 178: Checking tracker ** [08:18:37 2020-06-13] 178: Checking user_migrations ** [08:18:37 2020-06-13] 178: Checking batch_updates ** [08:18:37 2020-06-13] 178: Checking gears ** [08:18:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:18:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:42 2020-06-13] 178: Checking imports ** [08:18:42 2020-06-13] 178: Checking exports ** [08:18:42 2020-06-13] 178: Checking users ** [08:18:42 2020-06-13] 178: Checking user_dbs ** [08:18:42 2020-06-13] 178: Checking geocodings ** [08:18:42 2020-06-13] 178: Checking synchronizations ** [08:18:42 2020-06-13] 178: Checking tracker ** [08:18:42 2020-06-13] 178: Checking user_migrations ** [08:18:42 2020-06-13] 178: Checking batch_updates ** [08:18:42 2020-06-13] 178: Checking gears ** [08:18:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:18:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:47 2020-06-13] 178: Checking imports ** [08:18:47 2020-06-13] 178: Checking exports ** [08:18:47 2020-06-13] 178: Checking users ** [08:18:47 2020-06-13] 178: Checking user_dbs ** [08:18:47 2020-06-13] 178: Checking geocodings ** [08:18:47 2020-06-13] 178: Checking synchronizations ** [08:18:47 2020-06-13] 178: Checking tracker ** [08:18:47 2020-06-13] 178: Checking user_migrations ** [08:18:47 2020-06-13] 178: Checking batch_updates ** [08:18:47 2020-06-13] 178: Checking gears ** [08:18:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:18:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:52 2020-06-13] 178: Checking imports ** [08:18:52 2020-06-13] 178: Checking exports ** [08:18:52 2020-06-13] 178: Checking users ** [08:18:52 2020-06-13] 178: Checking user_dbs ** [08:18:52 2020-06-13] 178: Checking geocodings ** [08:18:52 2020-06-13] 178: Checking synchronizations ** [08:18:52 2020-06-13] 178: Checking tracker ** [08:18:52 2020-06-13] 178: Checking user_migrations ** [08:18:52 2020-06-13] 178: Checking batch_updates ** [08:18:52 2020-06-13] 178: Checking gears ** [08:18:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:18:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:57 2020-06-13] 178: Checking imports ** [08:18:57 2020-06-13] 178: Checking exports ** [08:18:57 2020-06-13] 178: Checking users ** [08:18:57 2020-06-13] 178: Checking user_dbs ** [08:18:57 2020-06-13] 178: Checking geocodings ** [08:18:57 2020-06-13] 178: Checking synchronizations ** [08:18:57 2020-06-13] 178: Checking tracker ** [08:18:57 2020-06-13] 178: Checking user_migrations ** [08:18:57 2020-06-13] 178: Checking batch_updates ** [08:18:57 2020-06-13] 178: Checking gears ** [08:18:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:18:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:02 2020-06-13] 178: Checking imports ** [08:19:02 2020-06-13] 178: Checking exports ** [08:19:02 2020-06-13] 178: Checking users ** [08:19:02 2020-06-13] 178: Checking user_dbs ** [08:19:02 2020-06-13] 178: Checking geocodings ** [08:19:02 2020-06-13] 178: Checking synchronizations ** [08:19:02 2020-06-13] 178: Checking tracker ** [08:19:02 2020-06-13] 178: Checking user_migrations ** [08:19:02 2020-06-13] 178: Checking batch_updates ** [08:19:02 2020-06-13] 178: Checking gears ** [08:19:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:19:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:07 2020-06-13] 178: Checking imports ** [08:19:07 2020-06-13] 178: Checking exports ** [08:19:07 2020-06-13] 178: Checking users ** [08:19:07 2020-06-13] 178: Checking user_dbs ** [08:19:07 2020-06-13] 178: Checking geocodings ** [08:19:07 2020-06-13] 178: Checking synchronizations ** [08:19:07 2020-06-13] 178: Checking tracker ** [08:19:07 2020-06-13] 178: Checking user_migrations ** [08:19:07 2020-06-13] 178: Checking batch_updates ** [08:19:07 2020-06-13] 178: Checking gears ** [08:19:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:19:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:12 2020-06-13] 178: Checking imports ** [08:19:12 2020-06-13] 178: Checking exports ** [08:19:12 2020-06-13] 178: Checking users ** [08:19:12 2020-06-13] 178: Checking user_dbs ** [08:19:12 2020-06-13] 178: Checking geocodings ** [08:19:12 2020-06-13] 178: Checking synchronizations ** [08:19:12 2020-06-13] 178: Checking tracker ** [08:19:12 2020-06-13] 178: Checking user_migrations ** [08:19:12 2020-06-13] 178: Checking batch_updates ** [08:19:12 2020-06-13] 178: Checking gears ** [08:19:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:19:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:17 2020-06-13] 178: Checking imports ** [08:19:17 2020-06-13] 178: Checking exports ** [08:19:17 2020-06-13] 178: Checking users ** [08:19:17 2020-06-13] 178: Checking user_dbs ** [08:19:17 2020-06-13] 178: Checking geocodings ** [08:19:17 2020-06-13] 178: Checking synchronizations ** [08:19:17 2020-06-13] 178: Checking tracker ** [08:19:17 2020-06-13] 178: Checking user_migrations ** [08:19:17 2020-06-13] 178: Checking batch_updates ** [08:19:17 2020-06-13] 178: Checking gears ** [08:19:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:19:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:22 2020-06-13] 178: Checking imports ** [08:19:22 2020-06-13] 178: Checking exports ** [08:19:22 2020-06-13] 178: Checking users ** [08:19:22 2020-06-13] 178: Checking user_dbs ** [08:19:22 2020-06-13] 178: Checking geocodings ** [08:19:22 2020-06-13] 178: Checking synchronizations ** [08:19:22 2020-06-13] 178: Checking tracker ** [08:19:22 2020-06-13] 178: Checking user_migrations ** [08:19:22 2020-06-13] 178: Checking batch_updates ** [08:19:22 2020-06-13] 178: Checking gears ** [08:19:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:19:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:27 2020-06-13] 178: Checking imports ** [08:19:27 2020-06-13] 178: Checking exports ** [08:19:27 2020-06-13] 178: Checking users ** [08:19:27 2020-06-13] 178: Checking user_dbs ** [08:19:27 2020-06-13] 178: Checking geocodings ** [08:19:27 2020-06-13] 178: Checking synchronizations ** [08:19:27 2020-06-13] 178: Checking tracker ** [08:19:27 2020-06-13] 178: Checking user_migrations ** [08:19:27 2020-06-13] 178: Checking batch_updates ** [08:19:27 2020-06-13] 178: Checking gears ** [08:19:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:19:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:32 2020-06-13] 178: Checking imports ** [08:19:32 2020-06-13] 178: Checking exports ** [08:19:32 2020-06-13] 178: Checking users ** [08:19:32 2020-06-13] 178: Checking user_dbs ** [08:19:32 2020-06-13] 178: Checking geocodings ** [08:19:32 2020-06-13] 178: Checking synchronizations ** [08:19:32 2020-06-13] 178: Checking tracker ** [08:19:32 2020-06-13] 178: Checking user_migrations ** [08:19:32 2020-06-13] 178: Checking batch_updates ** [08:19:32 2020-06-13] 178: Checking gears ** [08:19:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:19:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:37 2020-06-13] 178: Checking imports ** [08:19:37 2020-06-13] 178: Checking exports ** [08:19:37 2020-06-13] 178: Checking users ** [08:19:37 2020-06-13] 178: Checking user_dbs ** [08:19:37 2020-06-13] 178: Checking geocodings ** [08:19:37 2020-06-13] 178: Checking synchronizations ** [08:19:37 2020-06-13] 178: Checking tracker ** [08:19:37 2020-06-13] 178: Checking user_migrations ** [08:19:37 2020-06-13] 178: Checking batch_updates ** [08:19:37 2020-06-13] 178: Checking gears ** [08:19:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:19:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:42 2020-06-13] 178: Checking imports ** [08:19:42 2020-06-13] 178: Checking exports ** [08:19:42 2020-06-13] 178: Checking users ** [08:19:42 2020-06-13] 178: Checking user_dbs ** [08:19:42 2020-06-13] 178: Checking geocodings ** [08:19:42 2020-06-13] 178: Checking synchronizations ** [08:19:42 2020-06-13] 178: Checking tracker ** [08:19:42 2020-06-13] 178: Checking user_migrations ** [08:19:42 2020-06-13] 178: Checking batch_updates ** [08:19:42 2020-06-13] 178: Checking gears ** [08:19:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:19:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:47 2020-06-13] 178: Checking imports ** [08:19:47 2020-06-13] 178: Checking exports ** [08:19:47 2020-06-13] 178: Checking users ** [08:19:47 2020-06-13] 178: Checking user_dbs ** [08:19:47 2020-06-13] 178: Checking geocodings ** [08:19:47 2020-06-13] 178: Checking synchronizations ** [08:19:47 2020-06-13] 178: Checking tracker ** [08:19:47 2020-06-13] 178: Checking user_migrations ** [08:19:47 2020-06-13] 178: Checking batch_updates ** [08:19:47 2020-06-13] 178: Checking gears ** [08:19:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:19:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:52 2020-06-13] 178: Checking imports ** [08:19:52 2020-06-13] 178: Checking exports ** [08:19:52 2020-06-13] 178: Checking users ** [08:19:52 2020-06-13] 178: Checking user_dbs ** [08:19:52 2020-06-13] 178: Checking geocodings ** [08:19:52 2020-06-13] 178: Checking synchronizations ** [08:19:52 2020-06-13] 178: Checking tracker ** [08:19:52 2020-06-13] 178: Checking user_migrations ** [08:19:52 2020-06-13] 178: Checking batch_updates ** [08:19:52 2020-06-13] 178: Checking gears ** [08:19:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:19:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:57 2020-06-13] 178: Checking imports ** [08:19:57 2020-06-13] 178: Checking exports ** [08:19:57 2020-06-13] 178: Checking users ** [08:19:57 2020-06-13] 178: Checking user_dbs ** [08:19:57 2020-06-13] 178: Checking geocodings ** [08:19:57 2020-06-13] 178: Checking synchronizations ** [08:19:57 2020-06-13] 178: Checking tracker ** [08:19:57 2020-06-13] 178: Checking user_migrations ** [08:19:57 2020-06-13] 178: Checking batch_updates ** [08:19:57 2020-06-13] 178: Checking gears ** [08:19:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:19:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:02 2020-06-13] 178: Checking imports ** [08:20:02 2020-06-13] 178: Checking exports ** [08:20:02 2020-06-13] 178: Checking users ** [08:20:02 2020-06-13] 178: Checking user_dbs ** [08:20:02 2020-06-13] 178: Checking geocodings ** [08:20:02 2020-06-13] 178: Checking synchronizations ** [08:20:02 2020-06-13] 178: Checking tracker ** [08:20:02 2020-06-13] 178: Checking user_migrations ** [08:20:02 2020-06-13] 178: Checking batch_updates ** [08:20:02 2020-06-13] 178: Checking gears ** [08:20:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:20:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:07 2020-06-13] 178: Checking imports ** [08:20:07 2020-06-13] 178: Checking exports ** [08:20:07 2020-06-13] 178: Checking users ** [08:20:07 2020-06-13] 178: Checking user_dbs ** [08:20:07 2020-06-13] 178: Checking geocodings ** [08:20:07 2020-06-13] 178: Checking synchronizations ** [08:20:07 2020-06-13] 178: Checking tracker ** [08:20:07 2020-06-13] 178: Checking user_migrations ** [08:20:07 2020-06-13] 178: Checking batch_updates ** [08:20:07 2020-06-13] 178: Checking gears ** [08:20:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:20:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:12 2020-06-13] 178: Checking imports ** [08:20:12 2020-06-13] 178: Checking exports ** [08:20:12 2020-06-13] 178: Checking users ** [08:20:12 2020-06-13] 178: Checking user_dbs ** [08:20:12 2020-06-13] 178: Checking geocodings ** [08:20:12 2020-06-13] 178: Checking synchronizations ** [08:20:12 2020-06-13] 178: Checking tracker ** [08:20:12 2020-06-13] 178: Checking user_migrations ** [08:20:12 2020-06-13] 178: Checking batch_updates ** [08:20:12 2020-06-13] 178: Checking gears ** [08:20:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:20:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:17 2020-06-13] 178: Checking imports ** [08:20:17 2020-06-13] 178: Checking exports ** [08:20:17 2020-06-13] 178: Checking users ** [08:20:17 2020-06-13] 178: Checking user_dbs ** [08:20:17 2020-06-13] 178: Checking geocodings ** [08:20:17 2020-06-13] 178: Checking synchronizations ** [08:20:17 2020-06-13] 178: Checking tracker ** [08:20:17 2020-06-13] 178: Checking user_migrations ** [08:20:17 2020-06-13] 178: Checking batch_updates ** [08:20:17 2020-06-13] 178: Checking gears ** [08:20:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:20:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:22 2020-06-13] 178: Checking imports ** [08:20:22 2020-06-13] 178: Checking exports ** [08:20:22 2020-06-13] 178: Checking users ** [08:20:22 2020-06-13] 178: Checking user_dbs ** [08:20:22 2020-06-13] 178: Checking geocodings ** [08:20:22 2020-06-13] 178: Checking synchronizations ** [08:20:22 2020-06-13] 178: Checking tracker ** [08:20:22 2020-06-13] 178: Checking user_migrations ** [08:20:22 2020-06-13] 178: Checking batch_updates ** [08:20:22 2020-06-13] 178: Checking gears ** [08:20:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:20:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:27 2020-06-13] 178: Checking imports ** [08:20:27 2020-06-13] 178: Checking exports ** [08:20:27 2020-06-13] 178: Checking users ** [08:20:27 2020-06-13] 178: Checking user_dbs ** [08:20:27 2020-06-13] 178: Checking geocodings ** [08:20:27 2020-06-13] 178: Checking synchronizations ** [08:20:27 2020-06-13] 178: Checking tracker ** [08:20:27 2020-06-13] 178: Checking user_migrations ** [08:20:27 2020-06-13] 178: Checking batch_updates ** [08:20:27 2020-06-13] 178: Checking gears ** [08:20:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:20:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:32 2020-06-13] 178: Checking imports ** [08:20:32 2020-06-13] 178: Checking exports ** [08:20:32 2020-06-13] 178: Checking users ** [08:20:32 2020-06-13] 178: Checking user_dbs ** [08:20:32 2020-06-13] 178: Checking geocodings ** [08:20:32 2020-06-13] 178: Checking synchronizations ** [08:20:32 2020-06-13] 178: Checking tracker ** [08:20:32 2020-06-13] 178: Checking user_migrations ** [08:20:32 2020-06-13] 178: Checking batch_updates ** [08:20:32 2020-06-13] 178: Checking gears ** [08:20:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:20:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:37 2020-06-13] 178: Checking imports ** [08:20:37 2020-06-13] 178: Checking exports ** [08:20:37 2020-06-13] 178: Checking users ** [08:20:37 2020-06-13] 178: Checking user_dbs ** [08:20:37 2020-06-13] 178: Checking geocodings ** [08:20:37 2020-06-13] 178: Checking synchronizations ** [08:20:37 2020-06-13] 178: Checking tracker ** [08:20:37 2020-06-13] 178: Checking user_migrations ** [08:20:37 2020-06-13] 178: Checking batch_updates ** [08:20:37 2020-06-13] 178: Checking gears ** [08:20:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:20:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:42 2020-06-13] 178: Checking imports ** [08:20:42 2020-06-13] 178: Checking exports ** [08:20:42 2020-06-13] 178: Checking users ** [08:20:42 2020-06-13] 178: Checking user_dbs ** [08:20:42 2020-06-13] 178: Checking geocodings ** [08:20:42 2020-06-13] 178: Checking synchronizations ** [08:20:42 2020-06-13] 178: Checking tracker ** [08:20:42 2020-06-13] 178: Checking user_migrations ** [08:20:42 2020-06-13] 178: Checking batch_updates ** [08:20:42 2020-06-13] 178: Checking gears ** [08:20:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:20:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:47 2020-06-13] 178: Checking imports ** [08:20:47 2020-06-13] 178: Checking exports ** [08:20:47 2020-06-13] 178: Checking users ** [08:20:47 2020-06-13] 178: Checking user_dbs ** [08:20:47 2020-06-13] 178: Checking geocodings ** [08:20:47 2020-06-13] 178: Checking synchronizations ** [08:20:47 2020-06-13] 178: Checking tracker ** [08:20:47 2020-06-13] 178: Checking user_migrations ** [08:20:47 2020-06-13] 178: Checking batch_updates ** [08:20:47 2020-06-13] 178: Checking gears ** [08:20:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:20:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:52 2020-06-13] 178: Checking imports ** [08:20:52 2020-06-13] 178: Checking exports ** [08:20:52 2020-06-13] 178: Checking users ** [08:20:52 2020-06-13] 178: Checking user_dbs ** [08:20:52 2020-06-13] 178: Checking geocodings ** [08:20:52 2020-06-13] 178: Checking synchronizations ** [08:20:52 2020-06-13] 178: Checking tracker ** [08:20:52 2020-06-13] 178: Checking user_migrations ** [08:20:52 2020-06-13] 178: Checking batch_updates ** [08:20:52 2020-06-13] 178: Checking gears ** [08:20:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:20:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:57 2020-06-13] 178: Checking imports ** [08:20:57 2020-06-13] 178: Checking exports ** [08:20:57 2020-06-13] 178: Checking users ** [08:20:57 2020-06-13] 178: Checking user_dbs ** [08:20:57 2020-06-13] 178: Checking geocodings ** [08:20:57 2020-06-13] 178: Checking synchronizations ** [08:20:57 2020-06-13] 178: Checking tracker ** [08:20:57 2020-06-13] 178: Checking user_migrations ** [08:20:57 2020-06-13] 178: Checking batch_updates ** [08:20:57 2020-06-13] 178: Checking gears ** [08:20:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:20:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:02 2020-06-13] 178: Checking imports ** [08:21:02 2020-06-13] 178: Checking exports ** [08:21:02 2020-06-13] 178: Checking users ** [08:21:02 2020-06-13] 178: Checking user_dbs ** [08:21:02 2020-06-13] 178: Checking geocodings ** [08:21:02 2020-06-13] 178: Checking synchronizations ** [08:21:02 2020-06-13] 178: Checking tracker ** [08:21:02 2020-06-13] 178: Checking user_migrations ** [08:21:02 2020-06-13] 178: Checking batch_updates ** [08:21:02 2020-06-13] 178: Checking gears ** [08:21:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:21:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:07 2020-06-13] 178: Checking imports ** [08:21:07 2020-06-13] 178: Checking exports ** [08:21:07 2020-06-13] 178: Checking users ** [08:21:07 2020-06-13] 178: Checking user_dbs ** [08:21:07 2020-06-13] 178: Checking geocodings ** [08:21:07 2020-06-13] 178: Checking synchronizations ** [08:21:07 2020-06-13] 178: Checking tracker ** [08:21:07 2020-06-13] 178: Checking user_migrations ** [08:21:07 2020-06-13] 178: Checking batch_updates ** [08:21:07 2020-06-13] 178: Checking gears ** [08:21:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:21:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:12 2020-06-13] 178: Checking imports ** [08:21:12 2020-06-13] 178: Checking exports ** [08:21:12 2020-06-13] 178: Checking users ** [08:21:12 2020-06-13] 178: Checking user_dbs ** [08:21:12 2020-06-13] 178: Checking geocodings ** [08:21:12 2020-06-13] 178: Checking synchronizations ** [08:21:12 2020-06-13] 178: Checking tracker ** [08:21:12 2020-06-13] 178: Checking user_migrations ** [08:21:12 2020-06-13] 178: Checking batch_updates ** [08:21:12 2020-06-13] 178: Checking gears ** [08:21:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:21:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:17 2020-06-13] 178: Checking imports ** [08:21:17 2020-06-13] 178: Checking exports ** [08:21:17 2020-06-13] 178: Checking users ** [08:21:17 2020-06-13] 178: Checking user_dbs ** [08:21:17 2020-06-13] 178: Checking geocodings ** [08:21:17 2020-06-13] 178: Checking synchronizations ** [08:21:17 2020-06-13] 178: Checking tracker ** [08:21:17 2020-06-13] 178: Checking user_migrations ** [08:21:17 2020-06-13] 178: Checking batch_updates ** [08:21:17 2020-06-13] 178: Checking gears ** [08:21:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:21:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:22 2020-06-13] 178: Checking imports ** [08:21:22 2020-06-13] 178: Checking exports ** [08:21:22 2020-06-13] 178: Checking users ** [08:21:22 2020-06-13] 178: Checking user_dbs ** [08:21:22 2020-06-13] 178: Checking geocodings ** [08:21:22 2020-06-13] 178: Checking synchronizations ** [08:21:22 2020-06-13] 178: Checking tracker ** [08:21:22 2020-06-13] 178: Checking user_migrations ** [08:21:22 2020-06-13] 178: Checking batch_updates ** [08:21:22 2020-06-13] 178: Checking gears ** [08:21:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:21:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:27 2020-06-13] 178: Checking imports ** [08:21:27 2020-06-13] 178: Checking exports ** [08:21:27 2020-06-13] 178: Checking users ** [08:21:27 2020-06-13] 178: Checking user_dbs ** [08:21:27 2020-06-13] 178: Checking geocodings ** [08:21:27 2020-06-13] 178: Checking synchronizations ** [08:21:27 2020-06-13] 178: Checking tracker ** [08:21:27 2020-06-13] 178: Checking user_migrations ** [08:21:27 2020-06-13] 178: Checking batch_updates ** [08:21:27 2020-06-13] 178: Checking gears ** [08:21:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:21:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:32 2020-06-13] 178: Checking imports ** [08:21:32 2020-06-13] 178: Checking exports ** [08:21:32 2020-06-13] 178: Checking users ** [08:21:32 2020-06-13] 178: Checking user_dbs ** [08:21:32 2020-06-13] 178: Checking geocodings ** [08:21:32 2020-06-13] 178: Checking synchronizations ** [08:21:32 2020-06-13] 178: Checking tracker ** [08:21:32 2020-06-13] 178: Checking user_migrations ** [08:21:32 2020-06-13] 178: Checking batch_updates ** [08:21:32 2020-06-13] 178: Checking gears ** [08:21:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:21:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:37 2020-06-13] 178: Checking imports ** [08:21:37 2020-06-13] 178: Checking exports ** [08:21:37 2020-06-13] 178: Checking users ** [08:21:37 2020-06-13] 178: Checking user_dbs ** [08:21:37 2020-06-13] 178: Checking geocodings ** [08:21:37 2020-06-13] 178: Checking synchronizations ** [08:21:37 2020-06-13] 178: Checking tracker ** [08:21:37 2020-06-13] 178: Checking user_migrations ** [08:21:37 2020-06-13] 178: Checking batch_updates ** [08:21:37 2020-06-13] 178: Checking gears ** [08:21:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:21:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:42 2020-06-13] 178: Checking imports ** [08:21:42 2020-06-13] 178: Checking exports ** [08:21:42 2020-06-13] 178: Checking users ** [08:21:42 2020-06-13] 178: Checking user_dbs ** [08:21:42 2020-06-13] 178: Checking geocodings ** [08:21:42 2020-06-13] 178: Checking synchronizations ** [08:21:42 2020-06-13] 178: Checking tracker ** [08:21:42 2020-06-13] 178: Checking user_migrations ** [08:21:42 2020-06-13] 178: Checking batch_updates ** [08:21:42 2020-06-13] 178: Checking gears ** [08:21:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:21:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:47 2020-06-13] 178: Checking imports ** [08:21:47 2020-06-13] 178: Checking exports ** [08:21:47 2020-06-13] 178: Checking users ** [08:21:47 2020-06-13] 178: Checking user_dbs ** [08:21:47 2020-06-13] 178: Checking geocodings ** [08:21:47 2020-06-13] 178: Checking synchronizations ** [08:21:47 2020-06-13] 178: Checking tracker ** [08:21:47 2020-06-13] 178: Checking user_migrations ** [08:21:47 2020-06-13] 178: Checking batch_updates ** [08:21:47 2020-06-13] 178: Checking gears ** [08:21:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:21:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:52 2020-06-13] 178: Checking imports ** [08:21:52 2020-06-13] 178: Checking exports ** [08:21:52 2020-06-13] 178: Checking users ** [08:21:52 2020-06-13] 178: Checking user_dbs ** [08:21:52 2020-06-13] 178: Checking geocodings ** [08:21:52 2020-06-13] 178: Checking synchronizations ** [08:21:52 2020-06-13] 178: Checking tracker ** [08:21:52 2020-06-13] 178: Checking user_migrations ** [08:21:52 2020-06-13] 178: Checking batch_updates ** [08:21:52 2020-06-13] 178: Checking gears ** [08:21:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:21:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:57 2020-06-13] 178: Checking imports ** [08:21:57 2020-06-13] 178: Checking exports ** [08:21:57 2020-06-13] 178: Checking users ** [08:21:57 2020-06-13] 178: Checking user_dbs ** [08:21:57 2020-06-13] 178: Checking geocodings ** [08:21:57 2020-06-13] 178: Checking synchronizations ** [08:21:57 2020-06-13] 178: Checking tracker ** [08:21:57 2020-06-13] 178: Checking user_migrations ** [08:21:57 2020-06-13] 178: Checking batch_updates ** [08:21:57 2020-06-13] 178: Checking gears ** [08:21:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:21:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:02 2020-06-13] 178: Checking imports ** [08:22:02 2020-06-13] 178: Checking exports ** [08:22:02 2020-06-13] 178: Checking users ** [08:22:02 2020-06-13] 178: Checking user_dbs ** [08:22:02 2020-06-13] 178: Checking geocodings ** [08:22:02 2020-06-13] 178: Checking synchronizations ** [08:22:02 2020-06-13] 178: Checking tracker ** [08:22:02 2020-06-13] 178: Checking user_migrations ** [08:22:02 2020-06-13] 178: Checking batch_updates ** [08:22:02 2020-06-13] 178: Checking gears ** [08:22:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:22:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:07 2020-06-13] 178: Checking imports ** [08:22:07 2020-06-13] 178: Checking exports ** [08:22:07 2020-06-13] 178: Checking users ** [08:22:07 2020-06-13] 178: Checking user_dbs ** [08:22:07 2020-06-13] 178: Checking geocodings ** [08:22:07 2020-06-13] 178: Checking synchronizations ** [08:22:07 2020-06-13] 178: Checking tracker ** [08:22:07 2020-06-13] 178: Checking user_migrations ** [08:22:07 2020-06-13] 178: Checking batch_updates ** [08:22:07 2020-06-13] 178: Checking gears ** [08:22:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:22:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:12 2020-06-13] 178: Checking imports ** [08:22:12 2020-06-13] 178: Checking exports ** [08:22:12 2020-06-13] 178: Checking users ** [08:22:12 2020-06-13] 178: Checking user_dbs ** [08:22:12 2020-06-13] 178: Checking geocodings ** [08:22:12 2020-06-13] 178: Checking synchronizations ** [08:22:12 2020-06-13] 178: Checking tracker ** [08:22:12 2020-06-13] 178: Checking user_migrations ** [08:22:12 2020-06-13] 178: Checking batch_updates ** [08:22:12 2020-06-13] 178: Checking gears ** [08:22:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:22:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:17 2020-06-13] 178: Checking imports ** [08:22:17 2020-06-13] 178: Checking exports ** [08:22:17 2020-06-13] 178: Checking users ** [08:22:17 2020-06-13] 178: Checking user_dbs ** [08:22:17 2020-06-13] 178: Checking geocodings ** [08:22:17 2020-06-13] 178: Checking synchronizations ** [08:22:17 2020-06-13] 178: Checking tracker ** [08:22:17 2020-06-13] 178: Checking user_migrations ** [08:22:17 2020-06-13] 178: Checking batch_updates ** [08:22:17 2020-06-13] 178: Checking gears ** [08:22:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:22:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:22 2020-06-13] 178: Checking imports ** [08:22:22 2020-06-13] 178: Checking exports ** [08:22:22 2020-06-13] 178: Checking users ** [08:22:22 2020-06-13] 178: Checking user_dbs ** [08:22:22 2020-06-13] 178: Checking geocodings ** [08:22:22 2020-06-13] 178: Checking synchronizations ** [08:22:22 2020-06-13] 178: Checking tracker ** [08:22:22 2020-06-13] 178: Checking user_migrations ** [08:22:22 2020-06-13] 178: Checking batch_updates ** [08:22:22 2020-06-13] 178: Checking gears ** [08:22:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:22:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:27 2020-06-13] 178: Checking imports ** [08:22:27 2020-06-13] 178: Checking exports ** [08:22:27 2020-06-13] 178: Checking users ** [08:22:27 2020-06-13] 178: Checking user_dbs ** [08:22:27 2020-06-13] 178: Checking geocodings ** [08:22:27 2020-06-13] 178: Checking synchronizations ** [08:22:27 2020-06-13] 178: Checking tracker ** [08:22:27 2020-06-13] 178: Checking user_migrations ** [08:22:27 2020-06-13] 178: Checking batch_updates ** [08:22:27 2020-06-13] 178: Checking gears ** [08:22:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:22:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:32 2020-06-13] 178: Checking imports ** [08:22:32 2020-06-13] 178: Checking exports ** [08:22:32 2020-06-13] 178: Checking users ** [08:22:32 2020-06-13] 178: Checking user_dbs ** [08:22:32 2020-06-13] 178: Checking geocodings ** [08:22:32 2020-06-13] 178: Checking synchronizations ** [08:22:32 2020-06-13] 178: Checking tracker ** [08:22:32 2020-06-13] 178: Checking user_migrations ** [08:22:32 2020-06-13] 178: Checking batch_updates ** [08:22:32 2020-06-13] 178: Checking gears ** [08:22:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:22:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:37 2020-06-13] 178: Checking imports ** [08:22:37 2020-06-13] 178: Checking exports ** [08:22:37 2020-06-13] 178: Checking users ** [08:22:37 2020-06-13] 178: Checking user_dbs ** [08:22:37 2020-06-13] 178: Checking geocodings ** [08:22:37 2020-06-13] 178: Checking synchronizations ** [08:22:37 2020-06-13] 178: Checking tracker ** [08:22:37 2020-06-13] 178: Checking user_migrations ** [08:22:37 2020-06-13] 178: Checking batch_updates ** [08:22:37 2020-06-13] 178: Checking gears ** [08:22:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:22:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:42 2020-06-13] 178: Checking imports ** [08:22:42 2020-06-13] 178: Checking exports ** [08:22:42 2020-06-13] 178: Checking users ** [08:22:42 2020-06-13] 178: Checking user_dbs ** [08:22:42 2020-06-13] 178: Checking geocodings ** [08:22:42 2020-06-13] 178: Checking synchronizations ** [08:22:42 2020-06-13] 178: Checking tracker ** [08:22:42 2020-06-13] 178: Checking user_migrations ** [08:22:42 2020-06-13] 178: Checking batch_updates ** [08:22:42 2020-06-13] 178: Checking gears ** [08:22:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:22:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:47 2020-06-13] 178: Checking imports ** [08:22:47 2020-06-13] 178: Checking exports ** [08:22:47 2020-06-13] 178: Checking users ** [08:22:47 2020-06-13] 178: Checking user_dbs ** [08:22:47 2020-06-13] 178: Checking geocodings ** [08:22:47 2020-06-13] 178: Checking synchronizations ** [08:22:47 2020-06-13] 178: Checking tracker ** [08:22:47 2020-06-13] 178: Checking user_migrations ** [08:22:47 2020-06-13] 178: Checking batch_updates ** [08:22:47 2020-06-13] 178: Checking gears ** [08:22:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:22:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:52 2020-06-13] 178: Checking imports ** [08:22:52 2020-06-13] 178: Checking exports ** [08:22:52 2020-06-13] 178: Checking users ** [08:22:52 2020-06-13] 178: Checking user_dbs ** [08:22:52 2020-06-13] 178: Checking geocodings ** [08:22:52 2020-06-13] 178: Checking synchronizations ** [08:22:52 2020-06-13] 178: Checking tracker ** [08:22:52 2020-06-13] 178: Checking user_migrations ** [08:22:52 2020-06-13] 178: Checking batch_updates ** [08:22:52 2020-06-13] 178: Checking gears ** [08:22:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:22:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:57 2020-06-13] 178: Checking imports ** [08:22:57 2020-06-13] 178: Checking exports ** [08:22:57 2020-06-13] 178: Checking users ** [08:22:57 2020-06-13] 178: Checking user_dbs ** [08:22:57 2020-06-13] 178: Checking geocodings ** [08:22:57 2020-06-13] 178: Checking synchronizations ** [08:22:57 2020-06-13] 178: Checking tracker ** [08:22:57 2020-06-13] 178: Checking user_migrations ** [08:22:57 2020-06-13] 178: Checking batch_updates ** [08:22:57 2020-06-13] 178: Checking gears ** [08:22:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:22:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:03 2020-06-13] 178: Checking imports ** [08:23:03 2020-06-13] 178: Checking exports ** [08:23:03 2020-06-13] 178: Checking users ** [08:23:03 2020-06-13] 178: Checking user_dbs ** [08:23:03 2020-06-13] 178: Checking geocodings ** [08:23:03 2020-06-13] 178: Checking synchronizations ** [08:23:03 2020-06-13] 178: Checking tracker ** [08:23:03 2020-06-13] 178: Checking user_migrations ** [08:23:03 2020-06-13] 178: Checking batch_updates ** [08:23:03 2020-06-13] 178: Checking gears ** [08:23:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:23:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:08 2020-06-13] 178: Checking imports ** [08:23:08 2020-06-13] 178: Checking exports ** [08:23:08 2020-06-13] 178: Checking users ** [08:23:08 2020-06-13] 178: Checking user_dbs ** [08:23:08 2020-06-13] 178: Checking geocodings ** [08:23:08 2020-06-13] 178: Checking synchronizations ** [08:23:08 2020-06-13] 178: Checking tracker ** [08:23:08 2020-06-13] 178: Checking user_migrations ** [08:23:08 2020-06-13] 178: Checking batch_updates ** [08:23:08 2020-06-13] 178: Checking gears ** [08:23:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:23:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:13 2020-06-13] 178: Checking imports ** [08:23:13 2020-06-13] 178: Checking exports ** [08:23:13 2020-06-13] 178: Checking users ** [08:23:13 2020-06-13] 178: Checking user_dbs ** [08:23:13 2020-06-13] 178: Checking geocodings ** [08:23:13 2020-06-13] 178: Checking synchronizations ** [08:23:13 2020-06-13] 178: Checking tracker ** [08:23:13 2020-06-13] 178: Checking user_migrations ** [08:23:13 2020-06-13] 178: Checking batch_updates ** [08:23:13 2020-06-13] 178: Checking gears ** [08:23:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:23:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:18 2020-06-13] 178: Checking imports ** [08:23:18 2020-06-13] 178: Checking exports ** [08:23:18 2020-06-13] 178: Checking users ** [08:23:18 2020-06-13] 178: Checking user_dbs ** [08:23:18 2020-06-13] 178: Checking geocodings ** [08:23:18 2020-06-13] 178: Checking synchronizations ** [08:23:18 2020-06-13] 178: Checking tracker ** [08:23:18 2020-06-13] 178: Checking user_migrations ** [08:23:18 2020-06-13] 178: Checking batch_updates ** [08:23:18 2020-06-13] 178: Checking gears ** [08:23:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:23:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:23 2020-06-13] 178: Checking imports ** [08:23:23 2020-06-13] 178: Checking exports ** [08:23:23 2020-06-13] 178: Checking users ** [08:23:23 2020-06-13] 178: Checking user_dbs ** [08:23:23 2020-06-13] 178: Checking geocodings ** [08:23:23 2020-06-13] 178: Checking synchronizations ** [08:23:23 2020-06-13] 178: Checking tracker ** [08:23:23 2020-06-13] 178: Checking user_migrations ** [08:23:23 2020-06-13] 178: Checking batch_updates ** [08:23:23 2020-06-13] 178: Checking gears ** [08:23:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:23:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:28 2020-06-13] 178: Checking imports ** [08:23:28 2020-06-13] 178: Checking exports ** [08:23:28 2020-06-13] 178: Checking users ** [08:23:28 2020-06-13] 178: Checking user_dbs ** [08:23:28 2020-06-13] 178: Checking geocodings ** [08:23:28 2020-06-13] 178: Checking synchronizations ** [08:23:28 2020-06-13] 178: Checking tracker ** [08:23:28 2020-06-13] 178: Checking user_migrations ** [08:23:28 2020-06-13] 178: Checking batch_updates ** [08:23:28 2020-06-13] 178: Checking gears ** [08:23:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:23:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:33 2020-06-13] 178: Checking imports ** [08:23:33 2020-06-13] 178: Checking exports ** [08:23:33 2020-06-13] 178: Checking users ** [08:23:33 2020-06-13] 178: Checking user_dbs ** [08:23:33 2020-06-13] 178: Checking geocodings ** [08:23:33 2020-06-13] 178: Checking synchronizations ** [08:23:33 2020-06-13] 178: Checking tracker ** [08:23:33 2020-06-13] 178: Checking user_migrations ** [08:23:33 2020-06-13] 178: Checking batch_updates ** [08:23:33 2020-06-13] 178: Checking gears ** [08:23:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:23:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:38 2020-06-13] 178: Checking imports ** [08:23:38 2020-06-13] 178: Checking exports ** [08:23:38 2020-06-13] 178: Checking users ** [08:23:38 2020-06-13] 178: Checking user_dbs ** [08:23:38 2020-06-13] 178: Checking geocodings ** [08:23:38 2020-06-13] 178: Checking synchronizations ** [08:23:38 2020-06-13] 178: Checking tracker ** [08:23:38 2020-06-13] 178: Checking user_migrations ** [08:23:38 2020-06-13] 178: Checking batch_updates ** [08:23:38 2020-06-13] 178: Checking gears ** [08:23:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:23:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:43 2020-06-13] 178: Checking imports ** [08:23:43 2020-06-13] 178: Checking exports ** [08:23:43 2020-06-13] 178: Checking users ** [08:23:43 2020-06-13] 178: Checking user_dbs ** [08:23:43 2020-06-13] 178: Checking geocodings ** [08:23:43 2020-06-13] 178: Checking synchronizations ** [08:23:43 2020-06-13] 178: Checking tracker ** [08:23:43 2020-06-13] 178: Checking user_migrations ** [08:23:43 2020-06-13] 178: Checking batch_updates ** [08:23:43 2020-06-13] 178: Checking gears ** [08:23:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:23:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:48 2020-06-13] 178: Checking imports ** [08:23:48 2020-06-13] 178: Checking exports ** [08:23:48 2020-06-13] 178: Checking users ** [08:23:48 2020-06-13] 178: Checking user_dbs ** [08:23:48 2020-06-13] 178: Checking geocodings ** [08:23:48 2020-06-13] 178: Checking synchronizations ** [08:23:48 2020-06-13] 178: Checking tracker ** [08:23:48 2020-06-13] 178: Checking user_migrations ** [08:23:48 2020-06-13] 178: Checking batch_updates ** [08:23:48 2020-06-13] 178: Checking gears ** [08:23:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:23:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:53 2020-06-13] 178: Checking imports ** [08:23:53 2020-06-13] 178: Checking exports ** [08:23:53 2020-06-13] 178: Checking users ** [08:23:53 2020-06-13] 178: Checking user_dbs ** [08:23:53 2020-06-13] 178: Checking geocodings ** [08:23:53 2020-06-13] 178: Checking synchronizations ** [08:23:53 2020-06-13] 178: Checking tracker ** [08:23:53 2020-06-13] 178: Checking user_migrations ** [08:23:53 2020-06-13] 178: Checking batch_updates ** [08:23:53 2020-06-13] 178: Checking gears ** [08:23:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:23:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:58 2020-06-13] 178: Checking imports ** [08:23:58 2020-06-13] 178: Checking exports ** [08:23:58 2020-06-13] 178: Checking users ** [08:23:58 2020-06-13] 178: Checking user_dbs ** [08:23:58 2020-06-13] 178: Checking geocodings ** [08:23:58 2020-06-13] 178: Checking synchronizations ** [08:23:58 2020-06-13] 178: Checking tracker ** [08:23:58 2020-06-13] 178: Checking user_migrations ** [08:23:58 2020-06-13] 178: Checking batch_updates ** [08:23:58 2020-06-13] 178: Checking gears ** [08:23:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:23:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:03 2020-06-13] 178: Checking imports ** [08:24:03 2020-06-13] 178: Checking exports ** [08:24:03 2020-06-13] 178: Checking users ** [08:24:03 2020-06-13] 178: Checking user_dbs ** [08:24:03 2020-06-13] 178: Checking geocodings ** [08:24:03 2020-06-13] 178: Checking synchronizations ** [08:24:03 2020-06-13] 178: Checking tracker ** [08:24:03 2020-06-13] 178: Checking user_migrations ** [08:24:03 2020-06-13] 178: Checking batch_updates ** [08:24:03 2020-06-13] 178: Checking gears ** [08:24:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:24:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:08 2020-06-13] 178: Checking imports ** [08:24:08 2020-06-13] 178: Checking exports ** [08:24:08 2020-06-13] 178: Checking users ** [08:24:08 2020-06-13] 178: Checking user_dbs ** [08:24:08 2020-06-13] 178: Checking geocodings ** [08:24:08 2020-06-13] 178: Checking synchronizations ** [08:24:08 2020-06-13] 178: Checking tracker ** [08:24:08 2020-06-13] 178: Checking user_migrations ** [08:24:08 2020-06-13] 178: Checking batch_updates ** [08:24:08 2020-06-13] 178: Checking gears ** [08:24:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:24:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:13 2020-06-13] 178: Checking imports ** [08:24:13 2020-06-13] 178: Checking exports ** [08:24:13 2020-06-13] 178: Checking users ** [08:24:13 2020-06-13] 178: Checking user_dbs ** [08:24:13 2020-06-13] 178: Checking geocodings ** [08:24:13 2020-06-13] 178: Checking synchronizations ** [08:24:13 2020-06-13] 178: Checking tracker ** [08:24:13 2020-06-13] 178: Checking user_migrations ** [08:24:13 2020-06-13] 178: Checking batch_updates ** [08:24:13 2020-06-13] 178: Checking gears ** [08:24:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:24:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:18 2020-06-13] 178: Checking imports ** [08:24:18 2020-06-13] 178: Checking exports ** [08:24:18 2020-06-13] 178: Checking users ** [08:24:18 2020-06-13] 178: Checking user_dbs ** [08:24:18 2020-06-13] 178: Checking geocodings ** [08:24:18 2020-06-13] 178: Checking synchronizations ** [08:24:18 2020-06-13] 178: Checking tracker ** [08:24:18 2020-06-13] 178: Checking user_migrations ** [08:24:18 2020-06-13] 178: Checking batch_updates ** [08:24:18 2020-06-13] 178: Checking gears ** [08:24:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:24:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:23 2020-06-13] 178: Checking imports ** [08:24:23 2020-06-13] 178: Checking exports ** [08:24:23 2020-06-13] 178: Checking users ** [08:24:23 2020-06-13] 178: Checking user_dbs ** [08:24:23 2020-06-13] 178: Checking geocodings ** [08:24:23 2020-06-13] 178: Checking synchronizations ** [08:24:23 2020-06-13] 178: Checking tracker ** [08:24:23 2020-06-13] 178: Checking user_migrations ** [08:24:23 2020-06-13] 178: Checking batch_updates ** [08:24:23 2020-06-13] 178: Checking gears ** [08:24:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:24:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:28 2020-06-13] 178: Checking imports ** [08:24:28 2020-06-13] 178: Checking exports ** [08:24:28 2020-06-13] 178: Checking users ** [08:24:28 2020-06-13] 178: Checking user_dbs ** [08:24:28 2020-06-13] 178: Checking geocodings ** [08:24:28 2020-06-13] 178: Checking synchronizations ** [08:24:28 2020-06-13] 178: Checking tracker ** [08:24:28 2020-06-13] 178: Checking user_migrations ** [08:24:28 2020-06-13] 178: Checking batch_updates ** [08:24:28 2020-06-13] 178: Checking gears ** [08:24:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:24:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:33 2020-06-13] 178: Checking imports ** [08:24:33 2020-06-13] 178: Checking exports ** [08:24:33 2020-06-13] 178: Checking users ** [08:24:33 2020-06-13] 178: Checking user_dbs ** [08:24:33 2020-06-13] 178: Checking geocodings ** [08:24:33 2020-06-13] 178: Checking synchronizations ** [08:24:33 2020-06-13] 178: Checking tracker ** [08:24:33 2020-06-13] 178: Checking user_migrations ** [08:24:33 2020-06-13] 178: Checking batch_updates ** [08:24:33 2020-06-13] 178: Checking gears ** [08:24:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:24:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:38 2020-06-13] 178: Checking imports ** [08:24:38 2020-06-13] 178: Checking exports ** [08:24:38 2020-06-13] 178: Checking users ** [08:24:38 2020-06-13] 178: Checking user_dbs ** [08:24:38 2020-06-13] 178: Checking geocodings ** [08:24:38 2020-06-13] 178: Checking synchronizations ** [08:24:38 2020-06-13] 178: Checking tracker ** [08:24:38 2020-06-13] 178: Checking user_migrations ** [08:24:38 2020-06-13] 178: Checking batch_updates ** [08:24:38 2020-06-13] 178: Checking gears ** [08:24:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:24:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:43 2020-06-13] 178: Checking imports ** [08:24:43 2020-06-13] 178: Checking exports ** [08:24:43 2020-06-13] 178: Checking users ** [08:24:43 2020-06-13] 178: Checking user_dbs ** [08:24:43 2020-06-13] 178: Checking geocodings ** [08:24:43 2020-06-13] 178: Checking synchronizations ** [08:24:43 2020-06-13] 178: Checking tracker ** [08:24:43 2020-06-13] 178: Checking user_migrations ** [08:24:43 2020-06-13] 178: Checking batch_updates ** [08:24:43 2020-06-13] 178: Checking gears ** [08:24:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:24:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:48 2020-06-13] 178: Checking imports ** [08:24:48 2020-06-13] 178: Checking exports ** [08:24:48 2020-06-13] 178: Checking users ** [08:24:48 2020-06-13] 178: Checking user_dbs ** [08:24:48 2020-06-13] 178: Checking geocodings ** [08:24:48 2020-06-13] 178: Checking synchronizations ** [08:24:48 2020-06-13] 178: Checking tracker ** [08:24:48 2020-06-13] 178: Checking user_migrations ** [08:24:48 2020-06-13] 178: Checking batch_updates ** [08:24:48 2020-06-13] 178: Checking gears ** [08:24:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:24:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:53 2020-06-13] 178: Checking imports ** [08:24:53 2020-06-13] 178: Checking exports ** [08:24:53 2020-06-13] 178: Checking users ** [08:24:53 2020-06-13] 178: Checking user_dbs ** [08:24:53 2020-06-13] 178: Checking geocodings ** [08:24:53 2020-06-13] 178: Checking synchronizations ** [08:24:53 2020-06-13] 178: Checking tracker ** [08:24:53 2020-06-13] 178: Checking user_migrations ** [08:24:53 2020-06-13] 178: Checking batch_updates ** [08:24:53 2020-06-13] 178: Checking gears ** [08:24:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:24:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:58 2020-06-13] 178: Checking imports ** [08:24:58 2020-06-13] 178: Checking exports ** [08:24:58 2020-06-13] 178: Checking users ** [08:24:58 2020-06-13] 178: Checking user_dbs ** [08:24:58 2020-06-13] 178: Checking geocodings ** [08:24:58 2020-06-13] 178: Checking synchronizations ** [08:24:58 2020-06-13] 178: Checking tracker ** [08:24:58 2020-06-13] 178: Checking user_migrations ** [08:24:58 2020-06-13] 178: Checking batch_updates ** [08:24:58 2020-06-13] 178: Checking gears ** [08:24:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:24:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:03 2020-06-13] 178: Checking imports ** [08:25:03 2020-06-13] 178: Checking exports ** [08:25:03 2020-06-13] 178: Checking users ** [08:25:03 2020-06-13] 178: Checking user_dbs ** [08:25:03 2020-06-13] 178: Checking geocodings ** [08:25:03 2020-06-13] 178: Checking synchronizations ** [08:25:03 2020-06-13] 178: Checking tracker ** [08:25:03 2020-06-13] 178: Checking user_migrations ** [08:25:03 2020-06-13] 178: Checking batch_updates ** [08:25:03 2020-06-13] 178: Checking gears ** [08:25:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:25:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:08 2020-06-13] 178: Checking imports ** [08:25:08 2020-06-13] 178: Checking exports ** [08:25:08 2020-06-13] 178: Checking users ** [08:25:08 2020-06-13] 178: Checking user_dbs ** [08:25:08 2020-06-13] 178: Checking geocodings ** [08:25:08 2020-06-13] 178: Checking synchronizations ** [08:25:08 2020-06-13] 178: Checking tracker ** [08:25:08 2020-06-13] 178: Checking user_migrations ** [08:25:08 2020-06-13] 178: Checking batch_updates ** [08:25:08 2020-06-13] 178: Checking gears ** [08:25:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:25:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:13 2020-06-13] 178: Checking imports ** [08:25:13 2020-06-13] 178: Checking exports ** [08:25:13 2020-06-13] 178: Checking users ** [08:25:13 2020-06-13] 178: Checking user_dbs ** [08:25:13 2020-06-13] 178: Checking geocodings ** [08:25:13 2020-06-13] 178: Checking synchronizations ** [08:25:13 2020-06-13] 178: Checking tracker ** [08:25:13 2020-06-13] 178: Checking user_migrations ** [08:25:13 2020-06-13] 178: Checking batch_updates ** [08:25:13 2020-06-13] 178: Checking gears ** [08:25:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:25:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:18 2020-06-13] 178: Checking imports ** [08:25:18 2020-06-13] 178: Checking exports ** [08:25:18 2020-06-13] 178: Checking users ** [08:25:18 2020-06-13] 178: Checking user_dbs ** [08:25:18 2020-06-13] 178: Checking geocodings ** [08:25:18 2020-06-13] 178: Checking synchronizations ** [08:25:18 2020-06-13] 178: Checking tracker ** [08:25:18 2020-06-13] 178: Checking user_migrations ** [08:25:18 2020-06-13] 178: Checking batch_updates ** [08:25:18 2020-06-13] 178: Checking gears ** [08:25:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:25:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:23 2020-06-13] 178: Checking imports ** [08:25:23 2020-06-13] 178: Checking exports ** [08:25:23 2020-06-13] 178: Checking users ** [08:25:23 2020-06-13] 178: Checking user_dbs ** [08:25:23 2020-06-13] 178: Checking geocodings ** [08:25:23 2020-06-13] 178: Checking synchronizations ** [08:25:23 2020-06-13] 178: Checking tracker ** [08:25:23 2020-06-13] 178: Checking user_migrations ** [08:25:23 2020-06-13] 178: Checking batch_updates ** [08:25:23 2020-06-13] 178: Checking gears ** [08:25:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:25:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:28 2020-06-13] 178: Checking imports ** [08:25:28 2020-06-13] 178: Checking exports ** [08:25:28 2020-06-13] 178: Checking users ** [08:25:28 2020-06-13] 178: Checking user_dbs ** [08:25:28 2020-06-13] 178: Checking geocodings ** [08:25:28 2020-06-13] 178: Checking synchronizations ** [08:25:28 2020-06-13] 178: Checking tracker ** [08:25:28 2020-06-13] 178: Checking user_migrations ** [08:25:28 2020-06-13] 178: Checking batch_updates ** [08:25:28 2020-06-13] 178: Checking gears ** [08:25:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:25:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:33 2020-06-13] 178: Checking imports ** [08:25:33 2020-06-13] 178: Checking exports ** [08:25:33 2020-06-13] 178: Checking users ** [08:25:33 2020-06-13] 178: Checking user_dbs ** [08:25:33 2020-06-13] 178: Checking geocodings ** [08:25:33 2020-06-13] 178: Checking synchronizations ** [08:25:33 2020-06-13] 178: Checking tracker ** [08:25:33 2020-06-13] 178: Checking user_migrations ** [08:25:33 2020-06-13] 178: Checking batch_updates ** [08:25:33 2020-06-13] 178: Checking gears ** [08:25:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:25:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:38 2020-06-13] 178: Checking imports ** [08:25:38 2020-06-13] 178: Checking exports ** [08:25:38 2020-06-13] 178: Checking users ** [08:25:38 2020-06-13] 178: Checking user_dbs ** [08:25:38 2020-06-13] 178: Checking geocodings ** [08:25:38 2020-06-13] 178: Checking synchronizations ** [08:25:38 2020-06-13] 178: Checking tracker ** [08:25:38 2020-06-13] 178: Checking user_migrations ** [08:25:38 2020-06-13] 178: Checking batch_updates ** [08:25:38 2020-06-13] 178: Checking gears ** [08:25:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:25:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:43 2020-06-13] 178: Checking imports ** [08:25:43 2020-06-13] 178: Checking exports ** [08:25:43 2020-06-13] 178: Checking users ** [08:25:43 2020-06-13] 178: Checking user_dbs ** [08:25:43 2020-06-13] 178: Checking geocodings ** [08:25:43 2020-06-13] 178: Checking synchronizations ** [08:25:43 2020-06-13] 178: Checking tracker ** [08:25:43 2020-06-13] 178: Checking user_migrations ** [08:25:43 2020-06-13] 178: Checking batch_updates ** [08:25:43 2020-06-13] 178: Checking gears ** [08:25:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:25:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:48 2020-06-13] 178: Checking imports ** [08:25:48 2020-06-13] 178: Checking exports ** [08:25:48 2020-06-13] 178: Checking users ** [08:25:48 2020-06-13] 178: Checking user_dbs ** [08:25:48 2020-06-13] 178: Checking geocodings ** [08:25:48 2020-06-13] 178: Checking synchronizations ** [08:25:48 2020-06-13] 178: Checking tracker ** [08:25:48 2020-06-13] 178: Checking user_migrations ** [08:25:48 2020-06-13] 178: Checking batch_updates ** [08:25:48 2020-06-13] 178: Checking gears ** [08:25:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:25:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:53 2020-06-13] 178: Checking imports ** [08:25:53 2020-06-13] 178: Checking exports ** [08:25:53 2020-06-13] 178: Checking users ** [08:25:53 2020-06-13] 178: Checking user_dbs ** [08:25:53 2020-06-13] 178: Checking geocodings ** [08:25:53 2020-06-13] 178: Checking synchronizations ** [08:25:53 2020-06-13] 178: Checking tracker ** [08:25:53 2020-06-13] 178: Checking user_migrations ** [08:25:53 2020-06-13] 178: Checking batch_updates ** [08:25:53 2020-06-13] 178: Checking gears ** [08:25:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:25:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:58 2020-06-13] 178: Checking imports ** [08:25:58 2020-06-13] 178: Checking exports ** [08:25:58 2020-06-13] 178: Checking users ** [08:25:58 2020-06-13] 178: Checking user_dbs ** [08:25:58 2020-06-13] 178: Checking geocodings ** [08:25:58 2020-06-13] 178: Checking synchronizations ** [08:25:58 2020-06-13] 178: Checking tracker ** [08:25:58 2020-06-13] 178: Checking user_migrations ** [08:25:58 2020-06-13] 178: Checking batch_updates ** [08:25:58 2020-06-13] 178: Checking gears ** [08:25:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:25:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:03 2020-06-13] 178: Checking imports ** [08:26:03 2020-06-13] 178: Checking exports ** [08:26:03 2020-06-13] 178: Checking users ** [08:26:03 2020-06-13] 178: Checking user_dbs ** [08:26:03 2020-06-13] 178: Checking geocodings ** [08:26:03 2020-06-13] 178: Checking synchronizations ** [08:26:03 2020-06-13] 178: Checking tracker ** [08:26:03 2020-06-13] 178: Checking user_migrations ** [08:26:03 2020-06-13] 178: Checking batch_updates ** [08:26:03 2020-06-13] 178: Checking gears ** [08:26:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:26:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:08 2020-06-13] 178: Checking imports ** [08:26:08 2020-06-13] 178: Checking exports ** [08:26:08 2020-06-13] 178: Checking users ** [08:26:08 2020-06-13] 178: Checking user_dbs ** [08:26:08 2020-06-13] 178: Checking geocodings ** [08:26:08 2020-06-13] 178: Checking synchronizations ** [08:26:08 2020-06-13] 178: Checking tracker ** [08:26:08 2020-06-13] 178: Checking user_migrations ** [08:26:08 2020-06-13] 178: Checking batch_updates ** [08:26:08 2020-06-13] 178: Checking gears ** [08:26:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:26:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:13 2020-06-13] 178: Checking imports ** [08:26:13 2020-06-13] 178: Checking exports ** [08:26:13 2020-06-13] 178: Checking users ** [08:26:13 2020-06-13] 178: Checking user_dbs ** [08:26:13 2020-06-13] 178: Checking geocodings ** [08:26:13 2020-06-13] 178: Checking synchronizations ** [08:26:13 2020-06-13] 178: Checking tracker ** [08:26:13 2020-06-13] 178: Checking user_migrations ** [08:26:13 2020-06-13] 178: Checking batch_updates ** [08:26:13 2020-06-13] 178: Checking gears ** [08:26:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:26:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:18 2020-06-13] 178: Checking imports ** [08:26:18 2020-06-13] 178: Checking exports ** [08:26:18 2020-06-13] 178: Checking users ** [08:26:18 2020-06-13] 178: Checking user_dbs ** [08:26:18 2020-06-13] 178: Checking geocodings ** [08:26:18 2020-06-13] 178: Checking synchronizations ** [08:26:18 2020-06-13] 178: Checking tracker ** [08:26:18 2020-06-13] 178: Checking user_migrations ** [08:26:18 2020-06-13] 178: Checking batch_updates ** [08:26:18 2020-06-13] 178: Checking gears ** [08:26:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:26:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:23 2020-06-13] 178: Checking imports ** [08:26:23 2020-06-13] 178: Checking exports ** [08:26:23 2020-06-13] 178: Checking users ** [08:26:23 2020-06-13] 178: Checking user_dbs ** [08:26:23 2020-06-13] 178: Checking geocodings ** [08:26:23 2020-06-13] 178: Checking synchronizations ** [08:26:23 2020-06-13] 178: Checking tracker ** [08:26:23 2020-06-13] 178: Checking user_migrations ** [08:26:23 2020-06-13] 178: Checking batch_updates ** [08:26:23 2020-06-13] 178: Checking gears ** [08:26:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:26:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:28 2020-06-13] 178: Checking imports ** [08:26:28 2020-06-13] 178: Checking exports ** [08:26:28 2020-06-13] 178: Checking users ** [08:26:28 2020-06-13] 178: Checking user_dbs ** [08:26:28 2020-06-13] 178: Checking geocodings ** [08:26:28 2020-06-13] 178: Checking synchronizations ** [08:26:28 2020-06-13] 178: Checking tracker ** [08:26:28 2020-06-13] 178: Checking user_migrations ** [08:26:28 2020-06-13] 178: Checking batch_updates ** [08:26:28 2020-06-13] 178: Checking gears ** [08:26:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:26:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:33 2020-06-13] 178: Checking imports ** [08:26:33 2020-06-13] 178: Checking exports ** [08:26:33 2020-06-13] 178: Checking users ** [08:26:33 2020-06-13] 178: Checking user_dbs ** [08:26:33 2020-06-13] 178: Checking geocodings ** [08:26:33 2020-06-13] 178: Checking synchronizations ** [08:26:33 2020-06-13] 178: Checking tracker ** [08:26:33 2020-06-13] 178: Checking user_migrations ** [08:26:33 2020-06-13] 178: Checking batch_updates ** [08:26:33 2020-06-13] 178: Checking gears ** [08:26:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:26:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:38 2020-06-13] 178: Checking imports ** [08:26:38 2020-06-13] 178: Checking exports ** [08:26:38 2020-06-13] 178: Checking users ** [08:26:38 2020-06-13] 178: Checking user_dbs ** [08:26:38 2020-06-13] 178: Checking geocodings ** [08:26:38 2020-06-13] 178: Checking synchronizations ** [08:26:38 2020-06-13] 178: Checking tracker ** [08:26:38 2020-06-13] 178: Checking user_migrations ** [08:26:38 2020-06-13] 178: Checking batch_updates ** [08:26:38 2020-06-13] 178: Checking gears ** [08:26:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:26:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:43 2020-06-13] 178: Checking imports ** [08:26:43 2020-06-13] 178: Checking exports ** [08:26:43 2020-06-13] 178: Checking users ** [08:26:43 2020-06-13] 178: Checking user_dbs ** [08:26:43 2020-06-13] 178: Checking geocodings ** [08:26:43 2020-06-13] 178: Checking synchronizations ** [08:26:43 2020-06-13] 178: Checking tracker ** [08:26:43 2020-06-13] 178: Checking user_migrations ** [08:26:43 2020-06-13] 178: Checking batch_updates ** [08:26:43 2020-06-13] 178: Checking gears ** [08:26:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:26:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:48 2020-06-13] 178: Checking imports ** [08:26:48 2020-06-13] 178: Checking exports ** [08:26:48 2020-06-13] 178: Checking users ** [08:26:48 2020-06-13] 178: Checking user_dbs ** [08:26:48 2020-06-13] 178: Checking geocodings ** [08:26:48 2020-06-13] 178: Checking synchronizations ** [08:26:48 2020-06-13] 178: Checking tracker ** [08:26:48 2020-06-13] 178: Checking user_migrations ** [08:26:48 2020-06-13] 178: Checking batch_updates ** [08:26:48 2020-06-13] 178: Checking gears ** [08:26:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:26:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:53 2020-06-13] 178: Checking imports ** [08:26:53 2020-06-13] 178: Checking exports ** [08:26:53 2020-06-13] 178: Checking users ** [08:26:53 2020-06-13] 178: Checking user_dbs ** [08:26:53 2020-06-13] 178: Checking geocodings ** [08:26:53 2020-06-13] 178: Checking synchronizations ** [08:26:53 2020-06-13] 178: Checking tracker ** [08:26:53 2020-06-13] 178: Checking user_migrations ** [08:26:53 2020-06-13] 178: Checking batch_updates ** [08:26:53 2020-06-13] 178: Checking gears ** [08:26:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:26:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:58 2020-06-13] 178: Checking imports ** [08:26:58 2020-06-13] 178: Checking exports ** [08:26:58 2020-06-13] 178: Checking users ** [08:26:58 2020-06-13] 178: Checking user_dbs ** [08:26:58 2020-06-13] 178: Checking geocodings ** [08:26:58 2020-06-13] 178: Checking synchronizations ** [08:26:58 2020-06-13] 178: Checking tracker ** [08:26:58 2020-06-13] 178: Checking user_migrations ** [08:26:58 2020-06-13] 178: Checking batch_updates ** [08:26:58 2020-06-13] 178: Checking gears ** [08:26:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:26:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:03 2020-06-13] 178: Checking imports ** [08:27:03 2020-06-13] 178: Checking exports ** [08:27:03 2020-06-13] 178: Checking users ** [08:27:03 2020-06-13] 178: Checking user_dbs ** [08:27:03 2020-06-13] 178: Checking geocodings ** [08:27:03 2020-06-13] 178: Checking synchronizations ** [08:27:03 2020-06-13] 178: Checking tracker ** [08:27:03 2020-06-13] 178: Checking user_migrations ** [08:27:03 2020-06-13] 178: Checking batch_updates ** [08:27:03 2020-06-13] 178: Checking gears ** [08:27:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:27:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:08 2020-06-13] 178: Checking imports ** [08:27:08 2020-06-13] 178: Checking exports ** [08:27:08 2020-06-13] 178: Checking users ** [08:27:08 2020-06-13] 178: Checking user_dbs ** [08:27:08 2020-06-13] 178: Checking geocodings ** [08:27:08 2020-06-13] 178: Checking synchronizations ** [08:27:08 2020-06-13] 178: Checking tracker ** [08:27:08 2020-06-13] 178: Checking user_migrations ** [08:27:08 2020-06-13] 178: Checking batch_updates ** [08:27:08 2020-06-13] 178: Checking gears ** [08:27:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:27:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:13 2020-06-13] 178: Checking imports ** [08:27:13 2020-06-13] 178: Checking exports ** [08:27:13 2020-06-13] 178: Checking users ** [08:27:13 2020-06-13] 178: Checking user_dbs ** [08:27:13 2020-06-13] 178: Checking geocodings ** [08:27:13 2020-06-13] 178: Checking synchronizations ** [08:27:13 2020-06-13] 178: Checking tracker ** [08:27:13 2020-06-13] 178: Checking user_migrations ** [08:27:13 2020-06-13] 178: Checking batch_updates ** [08:27:13 2020-06-13] 178: Checking gears ** [08:27:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:27:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:18 2020-06-13] 178: Checking imports ** [08:27:18 2020-06-13] 178: Checking exports ** [08:27:18 2020-06-13] 178: Checking users ** [08:27:18 2020-06-13] 178: Checking user_dbs ** [08:27:18 2020-06-13] 178: Checking geocodings ** [08:27:18 2020-06-13] 178: Checking synchronizations ** [08:27:18 2020-06-13] 178: Checking tracker ** [08:27:18 2020-06-13] 178: Checking user_migrations ** [08:27:18 2020-06-13] 178: Checking batch_updates ** [08:27:18 2020-06-13] 178: Checking gears ** [08:27:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:27:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:23 2020-06-13] 178: Checking imports ** [08:27:23 2020-06-13] 178: Checking exports ** [08:27:23 2020-06-13] 178: Checking users ** [08:27:23 2020-06-13] 178: Checking user_dbs ** [08:27:23 2020-06-13] 178: Checking geocodings ** [08:27:23 2020-06-13] 178: Checking synchronizations ** [08:27:23 2020-06-13] 178: Checking tracker ** [08:27:23 2020-06-13] 178: Checking user_migrations ** [08:27:23 2020-06-13] 178: Checking batch_updates ** [08:27:23 2020-06-13] 178: Checking gears ** [08:27:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:27:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:28 2020-06-13] 178: Checking imports ** [08:27:28 2020-06-13] 178: Checking exports ** [08:27:28 2020-06-13] 178: Checking users ** [08:27:28 2020-06-13] 178: Checking user_dbs ** [08:27:28 2020-06-13] 178: Checking geocodings ** [08:27:28 2020-06-13] 178: Checking synchronizations ** [08:27:28 2020-06-13] 178: Checking tracker ** [08:27:28 2020-06-13] 178: Checking user_migrations ** [08:27:28 2020-06-13] 178: Checking batch_updates ** [08:27:28 2020-06-13] 178: Checking gears ** [08:27:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:27:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:33 2020-06-13] 178: Checking imports ** [08:27:33 2020-06-13] 178: Checking exports ** [08:27:33 2020-06-13] 178: Checking users ** [08:27:33 2020-06-13] 178: Checking user_dbs ** [08:27:33 2020-06-13] 178: Checking geocodings ** [08:27:33 2020-06-13] 178: Checking synchronizations ** [08:27:33 2020-06-13] 178: Checking tracker ** [08:27:33 2020-06-13] 178: Checking user_migrations ** [08:27:33 2020-06-13] 178: Checking batch_updates ** [08:27:33 2020-06-13] 178: Checking gears ** [08:27:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:27:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:38 2020-06-13] 178: Checking imports ** [08:27:38 2020-06-13] 178: Checking exports ** [08:27:38 2020-06-13] 178: Checking users ** [08:27:38 2020-06-13] 178: Checking user_dbs ** [08:27:38 2020-06-13] 178: Checking geocodings ** [08:27:38 2020-06-13] 178: Checking synchronizations ** [08:27:38 2020-06-13] 178: Checking tracker ** [08:27:38 2020-06-13] 178: Checking user_migrations ** [08:27:38 2020-06-13] 178: Checking batch_updates ** [08:27:38 2020-06-13] 178: Checking gears ** [08:27:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:27:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:43 2020-06-13] 178: Checking imports ** [08:27:43 2020-06-13] 178: Checking exports ** [08:27:43 2020-06-13] 178: Checking users ** [08:27:43 2020-06-13] 178: Checking user_dbs ** [08:27:43 2020-06-13] 178: Checking geocodings ** [08:27:43 2020-06-13] 178: Checking synchronizations ** [08:27:43 2020-06-13] 178: Checking tracker ** [08:27:43 2020-06-13] 178: Checking user_migrations ** [08:27:43 2020-06-13] 178: Checking batch_updates ** [08:27:43 2020-06-13] 178: Checking gears ** [08:27:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:27:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:48 2020-06-13] 178: Checking imports ** [08:27:48 2020-06-13] 178: Checking exports ** [08:27:48 2020-06-13] 178: Checking users ** [08:27:48 2020-06-13] 178: Checking user_dbs ** [08:27:48 2020-06-13] 178: Checking geocodings ** [08:27:48 2020-06-13] 178: Checking synchronizations ** [08:27:48 2020-06-13] 178: Checking tracker ** [08:27:48 2020-06-13] 178: Checking user_migrations ** [08:27:48 2020-06-13] 178: Checking batch_updates ** [08:27:48 2020-06-13] 178: Checking gears ** [08:27:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:27:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:53 2020-06-13] 178: Checking imports ** [08:27:53 2020-06-13] 178: Checking exports ** [08:27:53 2020-06-13] 178: Checking users ** [08:27:53 2020-06-13] 178: Checking user_dbs ** [08:27:53 2020-06-13] 178: Checking geocodings ** [08:27:53 2020-06-13] 178: Checking synchronizations ** [08:27:53 2020-06-13] 178: Checking tracker ** [08:27:53 2020-06-13] 178: Checking user_migrations ** [08:27:53 2020-06-13] 178: Checking batch_updates ** [08:27:53 2020-06-13] 178: Checking gears ** [08:27:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:27:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:58 2020-06-13] 178: Checking imports ** [08:27:58 2020-06-13] 178: Checking exports ** [08:27:58 2020-06-13] 178: Checking users ** [08:27:58 2020-06-13] 178: Checking user_dbs ** [08:27:58 2020-06-13] 178: Checking geocodings ** [08:27:58 2020-06-13] 178: Checking synchronizations ** [08:27:58 2020-06-13] 178: Checking tracker ** [08:27:58 2020-06-13] 178: Checking user_migrations ** [08:27:58 2020-06-13] 178: Checking batch_updates ** [08:27:58 2020-06-13] 178: Checking gears ** [08:27:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:27:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:03 2020-06-13] 178: Checking imports ** [08:28:03 2020-06-13] 178: Checking exports ** [08:28:03 2020-06-13] 178: Checking users ** [08:28:03 2020-06-13] 178: Checking user_dbs ** [08:28:03 2020-06-13] 178: Checking geocodings ** [08:28:03 2020-06-13] 178: Checking synchronizations ** [08:28:03 2020-06-13] 178: Checking tracker ** [08:28:03 2020-06-13] 178: Checking user_migrations ** [08:28:03 2020-06-13] 178: Checking batch_updates ** [08:28:03 2020-06-13] 178: Checking gears ** [08:28:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:28:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:08 2020-06-13] 178: Checking imports ** [08:28:08 2020-06-13] 178: Checking exports ** [08:28:08 2020-06-13] 178: Checking users ** [08:28:08 2020-06-13] 178: Checking user_dbs ** [08:28:08 2020-06-13] 178: Checking geocodings ** [08:28:08 2020-06-13] 178: Checking synchronizations ** [08:28:08 2020-06-13] 178: Checking tracker ** [08:28:08 2020-06-13] 178: Checking user_migrations ** [08:28:08 2020-06-13] 178: Checking batch_updates ** [08:28:08 2020-06-13] 178: Checking gears ** [08:28:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:28:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:13 2020-06-13] 178: Checking imports ** [08:28:13 2020-06-13] 178: Checking exports ** [08:28:13 2020-06-13] 178: Checking users ** [08:28:13 2020-06-13] 178: Checking user_dbs ** [08:28:13 2020-06-13] 178: Checking geocodings ** [08:28:13 2020-06-13] 178: Checking synchronizations ** [08:28:13 2020-06-13] 178: Checking tracker ** [08:28:13 2020-06-13] 178: Checking user_migrations ** [08:28:13 2020-06-13] 178: Checking batch_updates ** [08:28:13 2020-06-13] 178: Checking gears ** [08:28:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:28:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:18 2020-06-13] 178: Checking imports ** [08:28:18 2020-06-13] 178: Checking exports ** [08:28:18 2020-06-13] 178: Checking users ** [08:28:18 2020-06-13] 178: Checking user_dbs ** [08:28:18 2020-06-13] 178: Checking geocodings ** [08:28:18 2020-06-13] 178: Checking synchronizations ** [08:28:18 2020-06-13] 178: Checking tracker ** [08:28:18 2020-06-13] 178: Checking user_migrations ** [08:28:18 2020-06-13] 178: Checking batch_updates ** [08:28:18 2020-06-13] 178: Checking gears ** [08:28:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:28:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:23 2020-06-13] 178: Checking imports ** [08:28:23 2020-06-13] 178: Checking exports ** [08:28:23 2020-06-13] 178: Checking users ** [08:28:23 2020-06-13] 178: Checking user_dbs ** [08:28:23 2020-06-13] 178: Checking geocodings ** [08:28:23 2020-06-13] 178: Checking synchronizations ** [08:28:23 2020-06-13] 178: Checking tracker ** [08:28:23 2020-06-13] 178: Checking user_migrations ** [08:28:23 2020-06-13] 178: Checking batch_updates ** [08:28:23 2020-06-13] 178: Checking gears ** [08:28:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:28:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:28 2020-06-13] 178: Checking imports ** [08:28:28 2020-06-13] 178: Checking exports ** [08:28:28 2020-06-13] 178: Checking users ** [08:28:28 2020-06-13] 178: Checking user_dbs ** [08:28:28 2020-06-13] 178: Checking geocodings ** [08:28:28 2020-06-13] 178: Checking synchronizations ** [08:28:28 2020-06-13] 178: Checking tracker ** [08:28:28 2020-06-13] 178: Checking user_migrations ** [08:28:28 2020-06-13] 178: Checking batch_updates ** [08:28:28 2020-06-13] 178: Checking gears ** [08:28:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:28:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:33 2020-06-13] 178: Checking imports ** [08:28:33 2020-06-13] 178: Checking exports ** [08:28:33 2020-06-13] 178: Checking users ** [08:28:33 2020-06-13] 178: Checking user_dbs ** [08:28:33 2020-06-13] 178: Checking geocodings ** [08:28:33 2020-06-13] 178: Checking synchronizations ** [08:28:33 2020-06-13] 178: Checking tracker ** [08:28:33 2020-06-13] 178: Checking user_migrations ** [08:28:33 2020-06-13] 178: Checking batch_updates ** [08:28:33 2020-06-13] 178: Checking gears ** [08:28:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:28:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:38 2020-06-13] 178: Checking imports ** [08:28:38 2020-06-13] 178: Checking exports ** [08:28:38 2020-06-13] 178: Checking users ** [08:28:38 2020-06-13] 178: Checking user_dbs ** [08:28:38 2020-06-13] 178: Checking geocodings ** [08:28:38 2020-06-13] 178: Checking synchronizations ** [08:28:38 2020-06-13] 178: Checking tracker ** [08:28:38 2020-06-13] 178: Checking user_migrations ** [08:28:38 2020-06-13] 178: Checking batch_updates ** [08:28:38 2020-06-13] 178: Checking gears ** [08:28:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:28:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:43 2020-06-13] 178: Checking imports ** [08:28:43 2020-06-13] 178: Checking exports ** [08:28:43 2020-06-13] 178: Checking users ** [08:28:43 2020-06-13] 178: Checking user_dbs ** [08:28:43 2020-06-13] 178: Checking geocodings ** [08:28:43 2020-06-13] 178: Checking synchronizations ** [08:28:43 2020-06-13] 178: Checking tracker ** [08:28:43 2020-06-13] 178: Checking user_migrations ** [08:28:43 2020-06-13] 178: Checking batch_updates ** [08:28:43 2020-06-13] 178: Checking gears ** [08:28:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:28:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:48 2020-06-13] 178: Checking imports ** [08:28:48 2020-06-13] 178: Checking exports ** [08:28:48 2020-06-13] 178: Checking users ** [08:28:48 2020-06-13] 178: Checking user_dbs ** [08:28:48 2020-06-13] 178: Checking geocodings ** [08:28:48 2020-06-13] 178: Checking synchronizations ** [08:28:48 2020-06-13] 178: Checking tracker ** [08:28:48 2020-06-13] 178: Checking user_migrations ** [08:28:48 2020-06-13] 178: Checking batch_updates ** [08:28:48 2020-06-13] 178: Checking gears ** [08:28:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:28:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:53 2020-06-13] 178: Checking imports ** [08:28:53 2020-06-13] 178: Checking exports ** [08:28:53 2020-06-13] 178: Checking users ** [08:28:53 2020-06-13] 178: Checking user_dbs ** [08:28:53 2020-06-13] 178: Checking geocodings ** [08:28:53 2020-06-13] 178: Checking synchronizations ** [08:28:53 2020-06-13] 178: Checking tracker ** [08:28:53 2020-06-13] 178: Checking user_migrations ** [08:28:53 2020-06-13] 178: Checking batch_updates ** [08:28:53 2020-06-13] 178: Checking gears ** [08:28:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:28:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:58 2020-06-13] 178: Checking imports ** [08:28:58 2020-06-13] 178: Checking exports ** [08:28:58 2020-06-13] 178: Checking users ** [08:28:58 2020-06-13] 178: Checking user_dbs ** [08:28:58 2020-06-13] 178: Checking geocodings ** [08:28:58 2020-06-13] 178: Checking synchronizations ** [08:28:58 2020-06-13] 178: Checking tracker ** [08:28:58 2020-06-13] 178: Checking user_migrations ** [08:28:58 2020-06-13] 178: Checking batch_updates ** [08:28:58 2020-06-13] 178: Checking gears ** [08:28:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:28:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:03 2020-06-13] 178: Checking imports ** [08:29:03 2020-06-13] 178: Checking exports ** [08:29:03 2020-06-13] 178: Checking users ** [08:29:03 2020-06-13] 178: Checking user_dbs ** [08:29:03 2020-06-13] 178: Checking geocodings ** [08:29:03 2020-06-13] 178: Checking synchronizations ** [08:29:03 2020-06-13] 178: Checking tracker ** [08:29:03 2020-06-13] 178: Checking user_migrations ** [08:29:03 2020-06-13] 178: Checking batch_updates ** [08:29:03 2020-06-13] 178: Checking gears ** [08:29:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:29:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:08 2020-06-13] 178: Checking imports ** [08:29:08 2020-06-13] 178: Checking exports ** [08:29:08 2020-06-13] 178: Checking users ** [08:29:08 2020-06-13] 178: Checking user_dbs ** [08:29:08 2020-06-13] 178: Checking geocodings ** [08:29:08 2020-06-13] 178: Checking synchronizations ** [08:29:08 2020-06-13] 178: Checking tracker ** [08:29:08 2020-06-13] 178: Checking user_migrations ** [08:29:08 2020-06-13] 178: Checking batch_updates ** [08:29:08 2020-06-13] 178: Checking gears ** [08:29:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:29:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:13 2020-06-13] 178: Checking imports ** [08:29:13 2020-06-13] 178: Checking exports ** [08:29:13 2020-06-13] 178: Checking users ** [08:29:13 2020-06-13] 178: Checking user_dbs ** [08:29:13 2020-06-13] 178: Checking geocodings ** [08:29:13 2020-06-13] 178: Checking synchronizations ** [08:29:13 2020-06-13] 178: Checking tracker ** [08:29:13 2020-06-13] 178: Checking user_migrations ** [08:29:13 2020-06-13] 178: Checking batch_updates ** [08:29:13 2020-06-13] 178: Checking gears ** [08:29:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:29:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:18 2020-06-13] 178: Checking imports ** [08:29:18 2020-06-13] 178: Checking exports ** [08:29:18 2020-06-13] 178: Checking users ** [08:29:18 2020-06-13] 178: Checking user_dbs ** [08:29:18 2020-06-13] 178: Checking geocodings ** [08:29:18 2020-06-13] 178: Checking synchronizations ** [08:29:18 2020-06-13] 178: Checking tracker ** [08:29:18 2020-06-13] 178: Checking user_migrations ** [08:29:18 2020-06-13] 178: Checking batch_updates ** [08:29:18 2020-06-13] 178: Checking gears ** [08:29:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:29:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:23 2020-06-13] 178: Checking imports ** [08:29:23 2020-06-13] 178: Checking exports ** [08:29:23 2020-06-13] 178: Checking users ** [08:29:23 2020-06-13] 178: Checking user_dbs ** [08:29:23 2020-06-13] 178: Checking geocodings ** [08:29:23 2020-06-13] 178: Checking synchronizations ** [08:29:23 2020-06-13] 178: Checking tracker ** [08:29:23 2020-06-13] 178: Checking user_migrations ** [08:29:23 2020-06-13] 178: Checking batch_updates ** [08:29:23 2020-06-13] 178: Checking gears ** [08:29:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:29:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:28 2020-06-13] 178: Checking imports ** [08:29:28 2020-06-13] 178: Checking exports ** [08:29:28 2020-06-13] 178: Checking users ** [08:29:28 2020-06-13] 178: Checking user_dbs ** [08:29:28 2020-06-13] 178: Checking geocodings ** [08:29:28 2020-06-13] 178: Checking synchronizations ** [08:29:28 2020-06-13] 178: Checking tracker ** [08:29:28 2020-06-13] 178: Checking user_migrations ** [08:29:28 2020-06-13] 178: Checking batch_updates ** [08:29:28 2020-06-13] 178: Checking gears ** [08:29:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:29:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:33 2020-06-13] 178: Checking imports ** [08:29:33 2020-06-13] 178: Checking exports ** [08:29:33 2020-06-13] 178: Checking users ** [08:29:33 2020-06-13] 178: Checking user_dbs ** [08:29:33 2020-06-13] 178: Checking geocodings ** [08:29:33 2020-06-13] 178: Checking synchronizations ** [08:29:33 2020-06-13] 178: Checking tracker ** [08:29:33 2020-06-13] 178: Checking user_migrations ** [08:29:33 2020-06-13] 178: Checking batch_updates ** [08:29:33 2020-06-13] 178: Checking gears ** [08:29:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:29:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:38 2020-06-13] 178: Checking imports ** [08:29:38 2020-06-13] 178: Checking exports ** [08:29:38 2020-06-13] 178: Checking users ** [08:29:38 2020-06-13] 178: Checking user_dbs ** [08:29:38 2020-06-13] 178: Checking geocodings ** [08:29:38 2020-06-13] 178: Checking synchronizations ** [08:29:38 2020-06-13] 178: Checking tracker ** [08:29:38 2020-06-13] 178: Checking user_migrations ** [08:29:38 2020-06-13] 178: Checking batch_updates ** [08:29:38 2020-06-13] 178: Checking gears ** [08:29:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:29:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:43 2020-06-13] 178: Checking imports ** [08:29:43 2020-06-13] 178: Checking exports ** [08:29:43 2020-06-13] 178: Checking users ** [08:29:43 2020-06-13] 178: Checking user_dbs ** [08:29:43 2020-06-13] 178: Checking geocodings ** [08:29:43 2020-06-13] 178: Checking synchronizations ** [08:29:43 2020-06-13] 178: Checking tracker ** [08:29:43 2020-06-13] 178: Checking user_migrations ** [08:29:43 2020-06-13] 178: Checking batch_updates ** [08:29:43 2020-06-13] 178: Checking gears ** [08:29:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:29:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:48 2020-06-13] 178: Checking imports ** [08:29:48 2020-06-13] 178: Checking exports ** [08:29:48 2020-06-13] 178: Checking users ** [08:29:48 2020-06-13] 178: Checking user_dbs ** [08:29:48 2020-06-13] 178: Checking geocodings ** [08:29:48 2020-06-13] 178: Checking synchronizations ** [08:29:48 2020-06-13] 178: Checking tracker ** [08:29:48 2020-06-13] 178: Checking user_migrations ** [08:29:48 2020-06-13] 178: Checking batch_updates ** [08:29:48 2020-06-13] 178: Checking gears ** [08:29:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:29:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:53 2020-06-13] 178: Checking imports ** [08:29:53 2020-06-13] 178: Checking exports ** [08:29:53 2020-06-13] 178: Checking users ** [08:29:53 2020-06-13] 178: Checking user_dbs ** [08:29:53 2020-06-13] 178: Checking geocodings ** [08:29:53 2020-06-13] 178: Checking synchronizations ** [08:29:53 2020-06-13] 178: Checking tracker ** [08:29:53 2020-06-13] 178: Checking user_migrations ** [08:29:53 2020-06-13] 178: Checking batch_updates ** [08:29:53 2020-06-13] 178: Checking gears ** [08:29:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:29:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:58 2020-06-13] 178: Checking imports ** [08:29:58 2020-06-13] 178: Checking exports ** [08:29:58 2020-06-13] 178: Checking users ** [08:29:58 2020-06-13] 178: Checking user_dbs ** [08:29:58 2020-06-13] 178: Checking geocodings ** [08:29:58 2020-06-13] 178: Checking synchronizations ** [08:29:58 2020-06-13] 178: Checking tracker ** [08:29:58 2020-06-13] 178: Checking user_migrations ** [08:29:58 2020-06-13] 178: Checking batch_updates ** [08:29:58 2020-06-13] 178: Checking gears ** [08:29:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:29:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:03 2020-06-13] 178: Checking imports ** [08:30:03 2020-06-13] 178: Checking exports ** [08:30:03 2020-06-13] 178: Checking users ** [08:30:03 2020-06-13] 178: Checking user_dbs ** [08:30:03 2020-06-13] 178: Checking geocodings ** [08:30:03 2020-06-13] 178: Checking synchronizations ** [08:30:03 2020-06-13] 178: Checking tracker ** [08:30:03 2020-06-13] 178: Checking user_migrations ** [08:30:03 2020-06-13] 178: Checking batch_updates ** [08:30:03 2020-06-13] 178: Checking gears ** [08:30:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:30:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:08 2020-06-13] 178: Checking imports ** [08:30:08 2020-06-13] 178: Checking exports ** [08:30:08 2020-06-13] 178: Checking users ** [08:30:08 2020-06-13] 178: Checking user_dbs ** [08:30:08 2020-06-13] 178: Checking geocodings ** [08:30:08 2020-06-13] 178: Checking synchronizations ** [08:30:08 2020-06-13] 178: Checking tracker ** [08:30:08 2020-06-13] 178: Checking user_migrations ** [08:30:08 2020-06-13] 178: Checking batch_updates ** [08:30:08 2020-06-13] 178: Checking gears ** [08:30:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:30:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:13 2020-06-13] 178: Checking imports ** [08:30:13 2020-06-13] 178: Checking exports ** [08:30:13 2020-06-13] 178: Checking users ** [08:30:13 2020-06-13] 178: Checking user_dbs ** [08:30:13 2020-06-13] 178: Checking geocodings ** [08:30:13 2020-06-13] 178: Checking synchronizations ** [08:30:13 2020-06-13] 178: Checking tracker ** [08:30:13 2020-06-13] 178: Checking user_migrations ** [08:30:13 2020-06-13] 178: Checking batch_updates ** [08:30:13 2020-06-13] 178: Checking gears ** [08:30:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:30:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:18 2020-06-13] 178: Checking imports ** [08:30:18 2020-06-13] 178: Checking exports ** [08:30:18 2020-06-13] 178: Checking users ** [08:30:18 2020-06-13] 178: Checking user_dbs ** [08:30:18 2020-06-13] 178: Checking geocodings ** [08:30:18 2020-06-13] 178: Checking synchronizations ** [08:30:18 2020-06-13] 178: Checking tracker ** [08:30:18 2020-06-13] 178: Checking user_migrations ** [08:30:18 2020-06-13] 178: Checking batch_updates ** [08:30:18 2020-06-13] 178: Checking gears ** [08:30:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:30:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:23 2020-06-13] 178: Checking imports ** [08:30:23 2020-06-13] 178: Checking exports ** [08:30:23 2020-06-13] 178: Checking users ** [08:30:23 2020-06-13] 178: Checking user_dbs ** [08:30:23 2020-06-13] 178: Checking geocodings ** [08:30:23 2020-06-13] 178: Checking synchronizations ** [08:30:23 2020-06-13] 178: Checking tracker ** [08:30:23 2020-06-13] 178: Checking user_migrations ** [08:30:23 2020-06-13] 178: Checking batch_updates ** [08:30:23 2020-06-13] 178: Checking gears ** [08:30:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:30:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:28 2020-06-13] 178: Checking imports ** [08:30:28 2020-06-13] 178: Checking exports ** [08:30:28 2020-06-13] 178: Checking users ** [08:30:28 2020-06-13] 178: Checking user_dbs ** [08:30:28 2020-06-13] 178: Checking geocodings ** [08:30:28 2020-06-13] 178: Checking synchronizations ** [08:30:28 2020-06-13] 178: Checking tracker ** [08:30:28 2020-06-13] 178: Checking user_migrations ** [08:30:28 2020-06-13] 178: Checking batch_updates ** [08:30:28 2020-06-13] 178: Checking gears ** [08:30:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:30:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:33 2020-06-13] 178: Checking imports ** [08:30:33 2020-06-13] 178: Checking exports ** [08:30:33 2020-06-13] 178: Checking users ** [08:30:33 2020-06-13] 178: Checking user_dbs ** [08:30:33 2020-06-13] 178: Checking geocodings ** [08:30:33 2020-06-13] 178: Checking synchronizations ** [08:30:33 2020-06-13] 178: Checking tracker ** [08:30:33 2020-06-13] 178: Checking user_migrations ** [08:30:33 2020-06-13] 178: Checking batch_updates ** [08:30:33 2020-06-13] 178: Checking gears ** [08:30:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:30:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:38 2020-06-13] 178: Checking imports ** [08:30:38 2020-06-13] 178: Checking exports ** [08:30:38 2020-06-13] 178: Checking users ** [08:30:38 2020-06-13] 178: Checking user_dbs ** [08:30:38 2020-06-13] 178: Checking geocodings ** [08:30:38 2020-06-13] 178: Checking synchronizations ** [08:30:38 2020-06-13] 178: Checking tracker ** [08:30:38 2020-06-13] 178: Checking user_migrations ** [08:30:38 2020-06-13] 178: Checking batch_updates ** [08:30:38 2020-06-13] 178: Checking gears ** [08:30:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:30:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:43 2020-06-13] 178: Checking imports ** [08:30:43 2020-06-13] 178: Checking exports ** [08:30:43 2020-06-13] 178: Checking users ** [08:30:43 2020-06-13] 178: Checking user_dbs ** [08:30:43 2020-06-13] 178: Checking geocodings ** [08:30:43 2020-06-13] 178: Checking synchronizations ** [08:30:43 2020-06-13] 178: Checking tracker ** [08:30:43 2020-06-13] 178: Checking user_migrations ** [08:30:43 2020-06-13] 178: Checking batch_updates ** [08:30:43 2020-06-13] 178: Checking gears ** [08:30:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:30:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:48 2020-06-13] 178: Checking imports ** [08:30:48 2020-06-13] 178: Checking exports ** [08:30:48 2020-06-13] 178: Checking users ** [08:30:48 2020-06-13] 178: Checking user_dbs ** [08:30:48 2020-06-13] 178: Checking geocodings ** [08:30:48 2020-06-13] 178: Checking synchronizations ** [08:30:48 2020-06-13] 178: Checking tracker ** [08:30:48 2020-06-13] 178: Checking user_migrations ** [08:30:48 2020-06-13] 178: Checking batch_updates ** [08:30:48 2020-06-13] 178: Checking gears ** [08:30:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:30:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:53 2020-06-13] 178: Checking imports ** [08:30:53 2020-06-13] 178: Checking exports ** [08:30:53 2020-06-13] 178: Checking users ** [08:30:53 2020-06-13] 178: Checking user_dbs ** [08:30:53 2020-06-13] 178: Checking geocodings ** [08:30:53 2020-06-13] 178: Checking synchronizations ** [08:30:53 2020-06-13] 178: Checking tracker ** [08:30:53 2020-06-13] 178: Checking user_migrations ** [08:30:53 2020-06-13] 178: Checking batch_updates ** [08:30:53 2020-06-13] 178: Checking gears ** [08:30:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:30:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:58 2020-06-13] 178: Checking imports ** [08:30:58 2020-06-13] 178: Checking exports ** [08:30:58 2020-06-13] 178: Checking users ** [08:30:58 2020-06-13] 178: Checking user_dbs ** [08:30:58 2020-06-13] 178: Checking geocodings ** [08:30:58 2020-06-13] 178: Checking synchronizations ** [08:30:58 2020-06-13] 178: Checking tracker ** [08:30:58 2020-06-13] 178: Checking user_migrations ** [08:30:58 2020-06-13] 178: Checking batch_updates ** [08:30:58 2020-06-13] 178: Checking gears ** [08:30:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:30:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:03 2020-06-13] 178: Checking imports ** [08:31:03 2020-06-13] 178: Checking exports ** [08:31:03 2020-06-13] 178: Checking users ** [08:31:03 2020-06-13] 178: Checking user_dbs ** [08:31:03 2020-06-13] 178: Checking geocodings ** [08:31:03 2020-06-13] 178: Checking synchronizations ** [08:31:03 2020-06-13] 178: Checking tracker ** [08:31:03 2020-06-13] 178: Checking user_migrations ** [08:31:03 2020-06-13] 178: Checking batch_updates ** [08:31:03 2020-06-13] 178: Checking gears ** [08:31:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:31:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:08 2020-06-13] 178: Checking imports ** [08:31:08 2020-06-13] 178: Checking exports ** [08:31:08 2020-06-13] 178: Checking users ** [08:31:08 2020-06-13] 178: Checking user_dbs ** [08:31:08 2020-06-13] 178: Checking geocodings ** [08:31:08 2020-06-13] 178: Checking synchronizations ** [08:31:08 2020-06-13] 178: Checking tracker ** [08:31:08 2020-06-13] 178: Checking user_migrations ** [08:31:08 2020-06-13] 178: Checking batch_updates ** [08:31:08 2020-06-13] 178: Checking gears ** [08:31:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:31:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:13 2020-06-13] 178: Checking imports ** [08:31:13 2020-06-13] 178: Checking exports ** [08:31:13 2020-06-13] 178: Checking users ** [08:31:13 2020-06-13] 178: Checking user_dbs ** [08:31:13 2020-06-13] 178: Checking geocodings ** [08:31:13 2020-06-13] 178: Checking synchronizations ** [08:31:13 2020-06-13] 178: Checking tracker ** [08:31:13 2020-06-13] 178: Checking user_migrations ** [08:31:13 2020-06-13] 178: Checking batch_updates ** [08:31:13 2020-06-13] 178: Checking gears ** [08:31:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:31:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:18 2020-06-13] 178: Checking imports ** [08:31:18 2020-06-13] 178: Checking exports ** [08:31:18 2020-06-13] 178: Checking users ** [08:31:18 2020-06-13] 178: Checking user_dbs ** [08:31:18 2020-06-13] 178: Checking geocodings ** [08:31:18 2020-06-13] 178: Checking synchronizations ** [08:31:18 2020-06-13] 178: Checking tracker ** [08:31:18 2020-06-13] 178: Checking user_migrations ** [08:31:18 2020-06-13] 178: Checking batch_updates ** [08:31:18 2020-06-13] 178: Checking gears ** [08:31:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:31:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:23 2020-06-13] 178: Checking imports ** [08:31:23 2020-06-13] 178: Checking exports ** [08:31:23 2020-06-13] 178: Checking users ** [08:31:23 2020-06-13] 178: Checking user_dbs ** [08:31:23 2020-06-13] 178: Checking geocodings ** [08:31:23 2020-06-13] 178: Checking synchronizations ** [08:31:23 2020-06-13] 178: Checking tracker ** [08:31:23 2020-06-13] 178: Checking user_migrations ** [08:31:23 2020-06-13] 178: Checking batch_updates ** [08:31:23 2020-06-13] 178: Checking gears ** [08:31:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:31:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:28 2020-06-13] 178: Checking imports ** [08:31:28 2020-06-13] 178: Checking exports ** [08:31:28 2020-06-13] 178: Checking users ** [08:31:28 2020-06-13] 178: Checking user_dbs ** [08:31:28 2020-06-13] 178: Checking geocodings ** [08:31:28 2020-06-13] 178: Checking synchronizations ** [08:31:29 2020-06-13] 178: Checking tracker ** [08:31:29 2020-06-13] 178: Checking user_migrations ** [08:31:29 2020-06-13] 178: Checking batch_updates ** [08:31:29 2020-06-13] 178: Checking gears ** [08:31:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:31:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:34 2020-06-13] 178: Checking imports ** [08:31:34 2020-06-13] 178: Checking exports ** [08:31:34 2020-06-13] 178: Checking users ** [08:31:34 2020-06-13] 178: Checking user_dbs ** [08:31:34 2020-06-13] 178: Checking geocodings ** [08:31:34 2020-06-13] 178: Checking synchronizations ** [08:31:34 2020-06-13] 178: Checking tracker ** [08:31:34 2020-06-13] 178: Checking user_migrations ** [08:31:34 2020-06-13] 178: Checking batch_updates ** [08:31:34 2020-06-13] 178: Checking gears ** [08:31:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:31:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:39 2020-06-13] 178: Checking imports ** [08:31:39 2020-06-13] 178: Checking exports ** [08:31:39 2020-06-13] 178: Checking users ** [08:31:39 2020-06-13] 178: Checking user_dbs ** [08:31:39 2020-06-13] 178: Checking geocodings ** [08:31:39 2020-06-13] 178: Checking synchronizations ** [08:31:39 2020-06-13] 178: Checking tracker ** [08:31:39 2020-06-13] 178: Checking user_migrations ** [08:31:39 2020-06-13] 178: Checking batch_updates ** [08:31:39 2020-06-13] 178: Checking gears ** [08:31:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:31:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:44 2020-06-13] 178: Checking imports ** [08:31:44 2020-06-13] 178: Checking exports ** [08:31:44 2020-06-13] 178: Checking users ** [08:31:44 2020-06-13] 178: Checking user_dbs ** [08:31:44 2020-06-13] 178: Checking geocodings ** [08:31:44 2020-06-13] 178: Checking synchronizations ** [08:31:44 2020-06-13] 178: Checking tracker ** [08:31:44 2020-06-13] 178: Checking user_migrations ** [08:31:44 2020-06-13] 178: Checking batch_updates ** [08:31:44 2020-06-13] 178: Checking gears ** [08:31:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:31:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:49 2020-06-13] 178: Checking imports ** [08:31:49 2020-06-13] 178: Checking exports ** [08:31:49 2020-06-13] 178: Checking users ** [08:31:49 2020-06-13] 178: Checking user_dbs ** [08:31:49 2020-06-13] 178: Checking geocodings ** [08:31:49 2020-06-13] 178: Checking synchronizations ** [08:31:49 2020-06-13] 178: Checking tracker ** [08:31:49 2020-06-13] 178: Checking user_migrations ** [08:31:49 2020-06-13] 178: Checking batch_updates ** [08:31:49 2020-06-13] 178: Checking gears ** [08:31:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:31:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:54 2020-06-13] 178: Checking imports ** [08:31:54 2020-06-13] 178: Checking exports ** [08:31:54 2020-06-13] 178: Checking users ** [08:31:54 2020-06-13] 178: Checking user_dbs ** [08:31:54 2020-06-13] 178: Checking geocodings ** [08:31:54 2020-06-13] 178: Checking synchronizations ** [08:31:54 2020-06-13] 178: Checking tracker ** [08:31:54 2020-06-13] 178: Checking user_migrations ** [08:31:54 2020-06-13] 178: Checking batch_updates ** [08:31:54 2020-06-13] 178: Checking gears ** [08:31:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:31:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:59 2020-06-13] 178: Checking imports ** [08:31:59 2020-06-13] 178: Checking exports ** [08:31:59 2020-06-13] 178: Checking users ** [08:31:59 2020-06-13] 178: Checking user_dbs ** [08:31:59 2020-06-13] 178: Checking geocodings ** [08:31:59 2020-06-13] 178: Checking synchronizations ** [08:31:59 2020-06-13] 178: Checking tracker ** [08:31:59 2020-06-13] 178: Checking user_migrations ** [08:31:59 2020-06-13] 178: Checking batch_updates ** [08:31:59 2020-06-13] 178: Checking gears ** [08:31:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:31:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:04 2020-06-13] 178: Checking imports ** [08:32:04 2020-06-13] 178: Checking exports ** [08:32:04 2020-06-13] 178: Checking users ** [08:32:04 2020-06-13] 178: Checking user_dbs ** [08:32:04 2020-06-13] 178: Checking geocodings ** [08:32:04 2020-06-13] 178: Checking synchronizations ** [08:32:04 2020-06-13] 178: Checking tracker ** [08:32:04 2020-06-13] 178: Checking user_migrations ** [08:32:04 2020-06-13] 178: Checking batch_updates ** [08:32:04 2020-06-13] 178: Checking gears ** [08:32:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:32:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:09 2020-06-13] 178: Checking imports ** [08:32:09 2020-06-13] 178: Checking exports ** [08:32:09 2020-06-13] 178: Checking users ** [08:32:09 2020-06-13] 178: Checking user_dbs ** [08:32:09 2020-06-13] 178: Checking geocodings ** [08:32:09 2020-06-13] 178: Checking synchronizations ** [08:32:09 2020-06-13] 178: Checking tracker ** [08:32:09 2020-06-13] 178: Checking user_migrations ** [08:32:09 2020-06-13] 178: Checking batch_updates ** [08:32:09 2020-06-13] 178: Checking gears ** [08:32:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:32:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:14 2020-06-13] 178: Checking imports ** [08:32:14 2020-06-13] 178: Checking exports ** [08:32:14 2020-06-13] 178: Checking users ** [08:32:14 2020-06-13] 178: Checking user_dbs ** [08:32:14 2020-06-13] 178: Checking geocodings ** [08:32:14 2020-06-13] 178: Checking synchronizations ** [08:32:14 2020-06-13] 178: Checking tracker ** [08:32:14 2020-06-13] 178: Checking user_migrations ** [08:32:14 2020-06-13] 178: Checking batch_updates ** [08:32:14 2020-06-13] 178: Checking gears ** [08:32:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:32:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:19 2020-06-13] 178: Checking imports ** [08:32:19 2020-06-13] 178: Checking exports ** [08:32:19 2020-06-13] 178: Checking users ** [08:32:19 2020-06-13] 178: Checking user_dbs ** [08:32:19 2020-06-13] 178: Checking geocodings ** [08:32:19 2020-06-13] 178: Checking synchronizations ** [08:32:19 2020-06-13] 178: Checking tracker ** [08:32:19 2020-06-13] 178: Checking user_migrations ** [08:32:19 2020-06-13] 178: Checking batch_updates ** [08:32:19 2020-06-13] 178: Checking gears ** [08:32:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:32:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:24 2020-06-13] 178: Checking imports ** [08:32:24 2020-06-13] 178: Checking exports ** [08:32:24 2020-06-13] 178: Checking users ** [08:32:24 2020-06-13] 178: Checking user_dbs ** [08:32:24 2020-06-13] 178: Checking geocodings ** [08:32:24 2020-06-13] 178: Checking synchronizations ** [08:32:24 2020-06-13] 178: Checking tracker ** [08:32:24 2020-06-13] 178: Checking user_migrations ** [08:32:24 2020-06-13] 178: Checking batch_updates ** [08:32:24 2020-06-13] 178: Checking gears ** [08:32:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:32:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:29 2020-06-13] 178: Checking imports ** [08:32:29 2020-06-13] 178: Checking exports ** [08:32:29 2020-06-13] 178: Checking users ** [08:32:29 2020-06-13] 178: Checking user_dbs ** [08:32:29 2020-06-13] 178: Checking geocodings ** [08:32:29 2020-06-13] 178: Checking synchronizations ** [08:32:29 2020-06-13] 178: Checking tracker ** [08:32:29 2020-06-13] 178: Checking user_migrations ** [08:32:29 2020-06-13] 178: Checking batch_updates ** [08:32:29 2020-06-13] 178: Checking gears ** [08:32:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:32:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:34 2020-06-13] 178: Checking imports ** [08:32:34 2020-06-13] 178: Checking exports ** [08:32:34 2020-06-13] 178: Checking users ** [08:32:34 2020-06-13] 178: Checking user_dbs ** [08:32:34 2020-06-13] 178: Checking geocodings ** [08:32:34 2020-06-13] 178: Checking synchronizations ** [08:32:34 2020-06-13] 178: Checking tracker ** [08:32:34 2020-06-13] 178: Checking user_migrations ** [08:32:34 2020-06-13] 178: Checking batch_updates ** [08:32:34 2020-06-13] 178: Checking gears ** [08:32:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:32:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:39 2020-06-13] 178: Checking imports ** [08:32:39 2020-06-13] 178: Checking exports ** [08:32:39 2020-06-13] 178: Checking users ** [08:32:39 2020-06-13] 178: Checking user_dbs ** [08:32:39 2020-06-13] 178: Checking geocodings ** [08:32:39 2020-06-13] 178: Checking synchronizations ** [08:32:39 2020-06-13] 178: Checking tracker ** [08:32:39 2020-06-13] 178: Checking user_migrations ** [08:32:39 2020-06-13] 178: Checking batch_updates ** [08:32:39 2020-06-13] 178: Checking gears ** [08:32:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:32:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:44 2020-06-13] 178: Checking imports ** [08:32:44 2020-06-13] 178: Checking exports ** [08:32:44 2020-06-13] 178: Checking users ** [08:32:44 2020-06-13] 178: Checking user_dbs ** [08:32:44 2020-06-13] 178: Checking geocodings ** [08:32:44 2020-06-13] 178: Checking synchronizations ** [08:32:44 2020-06-13] 178: Checking tracker ** [08:32:44 2020-06-13] 178: Checking user_migrations ** [08:32:44 2020-06-13] 178: Checking batch_updates ** [08:32:44 2020-06-13] 178: Checking gears ** [08:32:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:32:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:49 2020-06-13] 178: Checking imports ** [08:32:49 2020-06-13] 178: Checking exports ** [08:32:49 2020-06-13] 178: Checking users ** [08:32:49 2020-06-13] 178: Checking user_dbs ** [08:32:49 2020-06-13] 178: Checking geocodings ** [08:32:49 2020-06-13] 178: Checking synchronizations ** [08:32:49 2020-06-13] 178: Checking tracker ** [08:32:49 2020-06-13] 178: Checking user_migrations ** [08:32:49 2020-06-13] 178: Checking batch_updates ** [08:32:49 2020-06-13] 178: Checking gears ** [08:32:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:32:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:54 2020-06-13] 178: Checking imports ** [08:32:54 2020-06-13] 178: Checking exports ** [08:32:54 2020-06-13] 178: Checking users ** [08:32:54 2020-06-13] 178: Checking user_dbs ** [08:32:54 2020-06-13] 178: Checking geocodings ** [08:32:54 2020-06-13] 178: Checking synchronizations ** [08:32:54 2020-06-13] 178: Checking tracker ** [08:32:54 2020-06-13] 178: Checking user_migrations ** [08:32:54 2020-06-13] 178: Checking batch_updates ** [08:32:54 2020-06-13] 178: Checking gears ** [08:32:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:32:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:59 2020-06-13] 178: Checking imports ** [08:32:59 2020-06-13] 178: Checking exports ** [08:32:59 2020-06-13] 178: Checking users ** [08:32:59 2020-06-13] 178: Checking user_dbs ** [08:32:59 2020-06-13] 178: Checking geocodings ** [08:32:59 2020-06-13] 178: Checking synchronizations ** [08:32:59 2020-06-13] 178: Checking tracker ** [08:32:59 2020-06-13] 178: Checking user_migrations ** [08:32:59 2020-06-13] 178: Checking batch_updates ** [08:32:59 2020-06-13] 178: Checking gears ** [08:32:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:32:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:04 2020-06-13] 178: Checking imports ** [08:33:04 2020-06-13] 178: Checking exports ** [08:33:04 2020-06-13] 178: Checking users ** [08:33:04 2020-06-13] 178: Checking user_dbs ** [08:33:04 2020-06-13] 178: Checking geocodings ** [08:33:04 2020-06-13] 178: Checking synchronizations ** [08:33:04 2020-06-13] 178: Checking tracker ** [08:33:04 2020-06-13] 178: Checking user_migrations ** [08:33:04 2020-06-13] 178: Checking batch_updates ** [08:33:04 2020-06-13] 178: Checking gears ** [08:33:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:33:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:09 2020-06-13] 178: Checking imports ** [08:33:09 2020-06-13] 178: Checking exports ** [08:33:09 2020-06-13] 178: Checking users ** [08:33:09 2020-06-13] 178: Checking user_dbs ** [08:33:09 2020-06-13] 178: Checking geocodings ** [08:33:09 2020-06-13] 178: Checking synchronizations ** [08:33:09 2020-06-13] 178: Checking tracker ** [08:33:09 2020-06-13] 178: Checking user_migrations ** [08:33:09 2020-06-13] 178: Checking batch_updates ** [08:33:09 2020-06-13] 178: Checking gears ** [08:33:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:33:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:14 2020-06-13] 178: Checking imports ** [08:33:14 2020-06-13] 178: Checking exports ** [08:33:14 2020-06-13] 178: Checking users ** [08:33:14 2020-06-13] 178: Checking user_dbs ** [08:33:14 2020-06-13] 178: Checking geocodings ** [08:33:14 2020-06-13] 178: Checking synchronizations ** [08:33:14 2020-06-13] 178: Checking tracker ** [08:33:14 2020-06-13] 178: Checking user_migrations ** [08:33:14 2020-06-13] 178: Checking batch_updates ** [08:33:14 2020-06-13] 178: Checking gears ** [08:33:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:33:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:19 2020-06-13] 178: Checking imports ** [08:33:19 2020-06-13] 178: Checking exports ** [08:33:19 2020-06-13] 178: Checking users ** [08:33:19 2020-06-13] 178: Checking user_dbs ** [08:33:19 2020-06-13] 178: Checking geocodings ** [08:33:19 2020-06-13] 178: Checking synchronizations ** [08:33:19 2020-06-13] 178: Checking tracker ** [08:33:19 2020-06-13] 178: Checking user_migrations ** [08:33:19 2020-06-13] 178: Checking batch_updates ** [08:33:19 2020-06-13] 178: Checking gears ** [08:33:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:33:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:24 2020-06-13] 178: Checking imports ** [08:33:24 2020-06-13] 178: Checking exports ** [08:33:24 2020-06-13] 178: Checking users ** [08:33:24 2020-06-13] 178: Checking user_dbs ** [08:33:24 2020-06-13] 178: Checking geocodings ** [08:33:24 2020-06-13] 178: Checking synchronizations ** [08:33:24 2020-06-13] 178: Checking tracker ** [08:33:24 2020-06-13] 178: Checking user_migrations ** [08:33:24 2020-06-13] 178: Checking batch_updates ** [08:33:24 2020-06-13] 178: Checking gears ** [08:33:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:33:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:29 2020-06-13] 178: Checking imports ** [08:33:29 2020-06-13] 178: Checking exports ** [08:33:29 2020-06-13] 178: Checking users ** [08:33:29 2020-06-13] 178: Checking user_dbs ** [08:33:29 2020-06-13] 178: Checking geocodings ** [08:33:29 2020-06-13] 178: Checking synchronizations ** [08:33:29 2020-06-13] 178: Checking tracker ** [08:33:29 2020-06-13] 178: Checking user_migrations ** [08:33:29 2020-06-13] 178: Checking batch_updates ** [08:33:29 2020-06-13] 178: Checking gears ** [08:33:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:33:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:34 2020-06-13] 178: Checking imports ** [08:33:34 2020-06-13] 178: Checking exports ** [08:33:34 2020-06-13] 178: Checking users ** [08:33:34 2020-06-13] 178: Checking user_dbs ** [08:33:34 2020-06-13] 178: Checking geocodings ** [08:33:34 2020-06-13] 178: Checking synchronizations ** [08:33:34 2020-06-13] 178: Checking tracker ** [08:33:34 2020-06-13] 178: Checking user_migrations ** [08:33:34 2020-06-13] 178: Checking batch_updates ** [08:33:34 2020-06-13] 178: Checking gears ** [08:33:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:33:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:39 2020-06-13] 178: Checking imports ** [08:33:39 2020-06-13] 178: Checking exports ** [08:33:39 2020-06-13] 178: Checking users ** [08:33:39 2020-06-13] 178: Checking user_dbs ** [08:33:39 2020-06-13] 178: Checking geocodings ** [08:33:39 2020-06-13] 178: Checking synchronizations ** [08:33:39 2020-06-13] 178: Checking tracker ** [08:33:39 2020-06-13] 178: Checking user_migrations ** [08:33:39 2020-06-13] 178: Checking batch_updates ** [08:33:39 2020-06-13] 178: Checking gears ** [08:33:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:33:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:44 2020-06-13] 178: Checking imports ** [08:33:44 2020-06-13] 178: Checking exports ** [08:33:44 2020-06-13] 178: Checking users ** [08:33:44 2020-06-13] 178: Checking user_dbs ** [08:33:44 2020-06-13] 178: Checking geocodings ** [08:33:44 2020-06-13] 178: Checking synchronizations ** [08:33:44 2020-06-13] 178: Checking tracker ** [08:33:44 2020-06-13] 178: Checking user_migrations ** [08:33:44 2020-06-13] 178: Checking batch_updates ** [08:33:44 2020-06-13] 178: Checking gears ** [08:33:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:33:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:49 2020-06-13] 178: Checking imports ** [08:33:49 2020-06-13] 178: Checking exports ** [08:33:49 2020-06-13] 178: Checking users ** [08:33:49 2020-06-13] 178: Checking user_dbs ** [08:33:49 2020-06-13] 178: Checking geocodings ** [08:33:49 2020-06-13] 178: Checking synchronizations ** [08:33:49 2020-06-13] 178: Checking tracker ** [08:33:49 2020-06-13] 178: Checking user_migrations ** [08:33:49 2020-06-13] 178: Checking batch_updates ** [08:33:49 2020-06-13] 178: Checking gears ** [08:33:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:33:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:54 2020-06-13] 178: Checking imports ** [08:33:54 2020-06-13] 178: Checking exports ** [08:33:54 2020-06-13] 178: Checking users ** [08:33:54 2020-06-13] 178: Checking user_dbs ** [08:33:54 2020-06-13] 178: Checking geocodings ** [08:33:54 2020-06-13] 178: Checking synchronizations ** [08:33:54 2020-06-13] 178: Checking tracker ** [08:33:54 2020-06-13] 178: Checking user_migrations ** [08:33:54 2020-06-13] 178: Checking batch_updates ** [08:33:54 2020-06-13] 178: Checking gears ** [08:33:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:33:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:59 2020-06-13] 178: Checking imports ** [08:33:59 2020-06-13] 178: Checking exports ** [08:33:59 2020-06-13] 178: Checking users ** [08:33:59 2020-06-13] 178: Checking user_dbs ** [08:33:59 2020-06-13] 178: Checking geocodings ** [08:33:59 2020-06-13] 178: Checking synchronizations ** [08:33:59 2020-06-13] 178: Checking tracker ** [08:33:59 2020-06-13] 178: Checking user_migrations ** [08:33:59 2020-06-13] 178: Checking batch_updates ** [08:33:59 2020-06-13] 178: Checking gears ** [08:33:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:33:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:04 2020-06-13] 178: Checking imports ** [08:34:04 2020-06-13] 178: Checking exports ** [08:34:04 2020-06-13] 178: Checking users ** [08:34:04 2020-06-13] 178: Checking user_dbs ** [08:34:04 2020-06-13] 178: Checking geocodings ** [08:34:04 2020-06-13] 178: Checking synchronizations ** [08:34:04 2020-06-13] 178: Checking tracker ** [08:34:04 2020-06-13] 178: Checking user_migrations ** [08:34:04 2020-06-13] 178: Checking batch_updates ** [08:34:04 2020-06-13] 178: Checking gears ** [08:34:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:34:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:09 2020-06-13] 178: Checking imports ** [08:34:09 2020-06-13] 178: Checking exports ** [08:34:09 2020-06-13] 178: Checking users ** [08:34:09 2020-06-13] 178: Checking user_dbs ** [08:34:09 2020-06-13] 178: Checking geocodings ** [08:34:09 2020-06-13] 178: Checking synchronizations ** [08:34:09 2020-06-13] 178: Checking tracker ** [08:34:09 2020-06-13] 178: Checking user_migrations ** [08:34:09 2020-06-13] 178: Checking batch_updates ** [08:34:09 2020-06-13] 178: Checking gears ** [08:34:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:34:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:14 2020-06-13] 178: Checking imports ** [08:34:14 2020-06-13] 178: Checking exports ** [08:34:14 2020-06-13] 178: Checking users ** [08:34:14 2020-06-13] 178: Checking user_dbs ** [08:34:14 2020-06-13] 178: Checking geocodings ** [08:34:14 2020-06-13] 178: Checking synchronizations ** [08:34:14 2020-06-13] 178: Checking tracker ** [08:34:14 2020-06-13] 178: Checking user_migrations ** [08:34:14 2020-06-13] 178: Checking batch_updates ** [08:34:14 2020-06-13] 178: Checking gears ** [08:34:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:34:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:19 2020-06-13] 178: Checking imports ** [08:34:19 2020-06-13] 178: Checking exports ** [08:34:19 2020-06-13] 178: Checking users ** [08:34:19 2020-06-13] 178: Checking user_dbs ** [08:34:19 2020-06-13] 178: Checking geocodings ** [08:34:19 2020-06-13] 178: Checking synchronizations ** [08:34:19 2020-06-13] 178: Checking tracker ** [08:34:19 2020-06-13] 178: Checking user_migrations ** [08:34:19 2020-06-13] 178: Checking batch_updates ** [08:34:19 2020-06-13] 178: Checking gears ** [08:34:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:34:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:24 2020-06-13] 178: Checking imports ** [08:34:24 2020-06-13] 178: Checking exports ** [08:34:24 2020-06-13] 178: Checking users ** [08:34:24 2020-06-13] 178: Checking user_dbs ** [08:34:24 2020-06-13] 178: Checking geocodings ** [08:34:24 2020-06-13] 178: Checking synchronizations ** [08:34:24 2020-06-13] 178: Checking tracker ** [08:34:24 2020-06-13] 178: Checking user_migrations ** [08:34:24 2020-06-13] 178: Checking batch_updates ** [08:34:24 2020-06-13] 178: Checking gears ** [08:34:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:34:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:29 2020-06-13] 178: Checking imports ** [08:34:29 2020-06-13] 178: Checking exports ** [08:34:29 2020-06-13] 178: Checking users ** [08:34:29 2020-06-13] 178: Checking user_dbs ** [08:34:29 2020-06-13] 178: Checking geocodings ** [08:34:29 2020-06-13] 178: Checking synchronizations ** [08:34:29 2020-06-13] 178: Checking tracker ** [08:34:29 2020-06-13] 178: Checking user_migrations ** [08:34:29 2020-06-13] 178: Checking batch_updates ** [08:34:29 2020-06-13] 178: Checking gears ** [08:34:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:34:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:34 2020-06-13] 178: Checking imports ** [08:34:34 2020-06-13] 178: Checking exports ** [08:34:34 2020-06-13] 178: Checking users ** [08:34:34 2020-06-13] 178: Checking user_dbs ** [08:34:34 2020-06-13] 178: Checking geocodings ** [08:34:34 2020-06-13] 178: Checking synchronizations ** [08:34:34 2020-06-13] 178: Checking tracker ** [08:34:34 2020-06-13] 178: Checking user_migrations ** [08:34:34 2020-06-13] 178: Checking batch_updates ** [08:34:34 2020-06-13] 178: Checking gears ** [08:34:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:34:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:39 2020-06-13] 178: Checking imports ** [08:34:39 2020-06-13] 178: Checking exports ** [08:34:39 2020-06-13] 178: Checking users ** [08:34:39 2020-06-13] 178: Checking user_dbs ** [08:34:39 2020-06-13] 178: Checking geocodings ** [08:34:39 2020-06-13] 178: Checking synchronizations ** [08:34:39 2020-06-13] 178: Checking tracker ** [08:34:39 2020-06-13] 178: Checking user_migrations ** [08:34:39 2020-06-13] 178: Checking batch_updates ** [08:34:39 2020-06-13] 178: Checking gears ** [08:34:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:34:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:44 2020-06-13] 178: Checking imports ** [08:34:44 2020-06-13] 178: Checking exports ** [08:34:44 2020-06-13] 178: Checking users ** [08:34:44 2020-06-13] 178: Checking user_dbs ** [08:34:44 2020-06-13] 178: Checking geocodings ** [08:34:44 2020-06-13] 178: Checking synchronizations ** [08:34:44 2020-06-13] 178: Checking tracker ** [08:34:44 2020-06-13] 178: Checking user_migrations ** [08:34:44 2020-06-13] 178: Checking batch_updates ** [08:34:44 2020-06-13] 178: Checking gears ** [08:34:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:34:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:49 2020-06-13] 178: Checking imports ** [08:34:49 2020-06-13] 178: Checking exports ** [08:34:49 2020-06-13] 178: Checking users ** [08:34:49 2020-06-13] 178: Checking user_dbs ** [08:34:49 2020-06-13] 178: Checking geocodings ** [08:34:49 2020-06-13] 178: Checking synchronizations ** [08:34:49 2020-06-13] 178: Checking tracker ** [08:34:49 2020-06-13] 178: Checking user_migrations ** [08:34:49 2020-06-13] 178: Checking batch_updates ** [08:34:49 2020-06-13] 178: Checking gears ** [08:34:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:34:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:54 2020-06-13] 178: Checking imports ** [08:34:54 2020-06-13] 178: Checking exports ** [08:34:54 2020-06-13] 178: Checking users ** [08:34:54 2020-06-13] 178: Checking user_dbs ** [08:34:54 2020-06-13] 178: Checking geocodings ** [08:34:54 2020-06-13] 178: Checking synchronizations ** [08:34:54 2020-06-13] 178: Checking tracker ** [08:34:54 2020-06-13] 178: Checking user_migrations ** [08:34:54 2020-06-13] 178: Checking batch_updates ** [08:34:54 2020-06-13] 178: Checking gears ** [08:34:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:34:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:59 2020-06-13] 178: Checking imports ** [08:34:59 2020-06-13] 178: Checking exports ** [08:34:59 2020-06-13] 178: Checking users ** [08:34:59 2020-06-13] 178: Checking user_dbs ** [08:34:59 2020-06-13] 178: Checking geocodings ** [08:34:59 2020-06-13] 178: Checking synchronizations ** [08:34:59 2020-06-13] 178: Checking tracker ** [08:34:59 2020-06-13] 178: Checking user_migrations ** [08:34:59 2020-06-13] 178: Checking batch_updates ** [08:34:59 2020-06-13] 178: Checking gears ** [08:34:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:34:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:04 2020-06-13] 178: Checking imports ** [08:35:04 2020-06-13] 178: Checking exports ** [08:35:04 2020-06-13] 178: Checking users ** [08:35:04 2020-06-13] 178: Checking user_dbs ** [08:35:04 2020-06-13] 178: Checking geocodings ** [08:35:04 2020-06-13] 178: Checking synchronizations ** [08:35:04 2020-06-13] 178: Checking tracker ** [08:35:04 2020-06-13] 178: Checking user_migrations ** [08:35:04 2020-06-13] 178: Checking batch_updates ** [08:35:04 2020-06-13] 178: Checking gears ** [08:35:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:35:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:09 2020-06-13] 178: Checking imports ** [08:35:09 2020-06-13] 178: Checking exports ** [08:35:09 2020-06-13] 178: Checking users ** [08:35:09 2020-06-13] 178: Checking user_dbs ** [08:35:09 2020-06-13] 178: Checking geocodings ** [08:35:09 2020-06-13] 178: Checking synchronizations ** [08:35:09 2020-06-13] 178: Checking tracker ** [08:35:09 2020-06-13] 178: Checking user_migrations ** [08:35:09 2020-06-13] 178: Checking batch_updates ** [08:35:09 2020-06-13] 178: Checking gears ** [08:35:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:35:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:14 2020-06-13] 178: Checking imports ** [08:35:14 2020-06-13] 178: Checking exports ** [08:35:14 2020-06-13] 178: Checking users ** [08:35:14 2020-06-13] 178: Checking user_dbs ** [08:35:14 2020-06-13] 178: Checking geocodings ** [08:35:14 2020-06-13] 178: Checking synchronizations ** [08:35:14 2020-06-13] 178: Checking tracker ** [08:35:14 2020-06-13] 178: Checking user_migrations ** [08:35:14 2020-06-13] 178: Checking batch_updates ** [08:35:14 2020-06-13] 178: Checking gears ** [08:35:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:35:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:19 2020-06-13] 178: Checking imports ** [08:35:19 2020-06-13] 178: Checking exports ** [08:35:19 2020-06-13] 178: Checking users ** [08:35:19 2020-06-13] 178: Checking user_dbs ** [08:35:19 2020-06-13] 178: Checking geocodings ** [08:35:19 2020-06-13] 178: Checking synchronizations ** [08:35:19 2020-06-13] 178: Checking tracker ** [08:35:19 2020-06-13] 178: Checking user_migrations ** [08:35:19 2020-06-13] 178: Checking batch_updates ** [08:35:19 2020-06-13] 178: Checking gears ** [08:35:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:35:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:24 2020-06-13] 178: Checking imports ** [08:35:24 2020-06-13] 178: Checking exports ** [08:35:24 2020-06-13] 178: Checking users ** [08:35:24 2020-06-13] 178: Checking user_dbs ** [08:35:24 2020-06-13] 178: Checking geocodings ** [08:35:24 2020-06-13] 178: Checking synchronizations ** [08:35:24 2020-06-13] 178: Checking tracker ** [08:35:24 2020-06-13] 178: Checking user_migrations ** [08:35:24 2020-06-13] 178: Checking batch_updates ** [08:35:24 2020-06-13] 178: Checking gears ** [08:35:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:35:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:29 2020-06-13] 178: Checking imports ** [08:35:29 2020-06-13] 178: Checking exports ** [08:35:29 2020-06-13] 178: Checking users ** [08:35:29 2020-06-13] 178: Checking user_dbs ** [08:35:29 2020-06-13] 178: Checking geocodings ** [08:35:29 2020-06-13] 178: Checking synchronizations ** [08:35:29 2020-06-13] 178: Checking tracker ** [08:35:29 2020-06-13] 178: Checking user_migrations ** [08:35:29 2020-06-13] 178: Checking batch_updates ** [08:35:29 2020-06-13] 178: Checking gears ** [08:35:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:35:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:34 2020-06-13] 178: Checking imports ** [08:35:34 2020-06-13] 178: Checking exports ** [08:35:34 2020-06-13] 178: Checking users ** [08:35:34 2020-06-13] 178: Checking user_dbs ** [08:35:34 2020-06-13] 178: Checking geocodings ** [08:35:34 2020-06-13] 178: Checking synchronizations ** [08:35:34 2020-06-13] 178: Checking tracker ** [08:35:34 2020-06-13] 178: Checking user_migrations ** [08:35:34 2020-06-13] 178: Checking batch_updates ** [08:35:34 2020-06-13] 178: Checking gears ** [08:35:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:35:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:39 2020-06-13] 178: Checking imports ** [08:35:39 2020-06-13] 178: Checking exports ** [08:35:39 2020-06-13] 178: Checking users ** [08:35:39 2020-06-13] 178: Checking user_dbs ** [08:35:39 2020-06-13] 178: Checking geocodings ** [08:35:39 2020-06-13] 178: Checking synchronizations ** [08:35:39 2020-06-13] 178: Checking tracker ** [08:35:39 2020-06-13] 178: Checking user_migrations ** [08:35:39 2020-06-13] 178: Checking batch_updates ** [08:35:39 2020-06-13] 178: Checking gears ** [08:35:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:35:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:44 2020-06-13] 178: Checking imports ** [08:35:44 2020-06-13] 178: Checking exports ** [08:35:44 2020-06-13] 178: Checking users ** [08:35:44 2020-06-13] 178: Checking user_dbs ** [08:35:44 2020-06-13] 178: Checking geocodings ** [08:35:44 2020-06-13] 178: Checking synchronizations ** [08:35:44 2020-06-13] 178: Checking tracker ** [08:35:44 2020-06-13] 178: Checking user_migrations ** [08:35:44 2020-06-13] 178: Checking batch_updates ** [08:35:44 2020-06-13] 178: Checking gears ** [08:35:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:35:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:49 2020-06-13] 178: Checking imports ** [08:35:49 2020-06-13] 178: Checking exports ** [08:35:49 2020-06-13] 178: Checking users ** [08:35:49 2020-06-13] 178: Checking user_dbs ** [08:35:49 2020-06-13] 178: Checking geocodings ** [08:35:49 2020-06-13] 178: Checking synchronizations ** [08:35:49 2020-06-13] 178: Checking tracker ** [08:35:49 2020-06-13] 178: Checking user_migrations ** [08:35:49 2020-06-13] 178: Checking batch_updates ** [08:35:49 2020-06-13] 178: Checking gears ** [08:35:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:35:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:54 2020-06-13] 178: Checking imports ** [08:35:54 2020-06-13] 178: Checking exports ** [08:35:54 2020-06-13] 178: Checking users ** [08:35:54 2020-06-13] 178: Checking user_dbs ** [08:35:54 2020-06-13] 178: Checking geocodings ** [08:35:54 2020-06-13] 178: Checking synchronizations ** [08:35:54 2020-06-13] 178: Checking tracker ** [08:35:54 2020-06-13] 178: Checking user_migrations ** [08:35:54 2020-06-13] 178: Checking batch_updates ** [08:35:54 2020-06-13] 178: Checking gears ** [08:35:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:35:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:59 2020-06-13] 178: Checking imports ** [08:35:59 2020-06-13] 178: Checking exports ** [08:35:59 2020-06-13] 178: Checking users ** [08:35:59 2020-06-13] 178: Checking user_dbs ** [08:35:59 2020-06-13] 178: Checking geocodings ** [08:35:59 2020-06-13] 178: Checking synchronizations ** [08:35:59 2020-06-13] 178: Checking tracker ** [08:35:59 2020-06-13] 178: Checking user_migrations ** [08:35:59 2020-06-13] 178: Checking batch_updates ** [08:35:59 2020-06-13] 178: Checking gears ** [08:35:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:35:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:04 2020-06-13] 178: Checking imports ** [08:36:04 2020-06-13] 178: Checking exports ** [08:36:04 2020-06-13] 178: Checking users ** [08:36:04 2020-06-13] 178: Checking user_dbs ** [08:36:04 2020-06-13] 178: Checking geocodings ** [08:36:04 2020-06-13] 178: Checking synchronizations ** [08:36:04 2020-06-13] 178: Checking tracker ** [08:36:04 2020-06-13] 178: Checking user_migrations ** [08:36:04 2020-06-13] 178: Checking batch_updates ** [08:36:04 2020-06-13] 178: Checking gears ** [08:36:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:36:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:09 2020-06-13] 178: Checking imports ** [08:36:09 2020-06-13] 178: Checking exports ** [08:36:09 2020-06-13] 178: Checking users ** [08:36:09 2020-06-13] 178: Checking user_dbs ** [08:36:09 2020-06-13] 178: Checking geocodings ** [08:36:09 2020-06-13] 178: Checking synchronizations ** [08:36:09 2020-06-13] 178: Checking tracker ** [08:36:09 2020-06-13] 178: Checking user_migrations ** [08:36:09 2020-06-13] 178: Checking batch_updates ** [08:36:09 2020-06-13] 178: Checking gears ** [08:36:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:36:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:14 2020-06-13] 178: Checking imports ** [08:36:14 2020-06-13] 178: Checking exports ** [08:36:14 2020-06-13] 178: Checking users ** [08:36:14 2020-06-13] 178: Checking user_dbs ** [08:36:14 2020-06-13] 178: Checking geocodings ** [08:36:14 2020-06-13] 178: Checking synchronizations ** [08:36:14 2020-06-13] 178: Checking tracker ** [08:36:14 2020-06-13] 178: Checking user_migrations ** [08:36:14 2020-06-13] 178: Checking batch_updates ** [08:36:14 2020-06-13] 178: Checking gears ** [08:36:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:36:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:19 2020-06-13] 178: Checking imports ** [08:36:19 2020-06-13] 178: Checking exports ** [08:36:19 2020-06-13] 178: Checking users ** [08:36:19 2020-06-13] 178: Checking user_dbs ** [08:36:19 2020-06-13] 178: Checking geocodings ** [08:36:19 2020-06-13] 178: Checking synchronizations ** [08:36:19 2020-06-13] 178: Checking tracker ** [08:36:19 2020-06-13] 178: Checking user_migrations ** [08:36:19 2020-06-13] 178: Checking batch_updates ** [08:36:19 2020-06-13] 178: Checking gears ** [08:36:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:36:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:24 2020-06-13] 178: Checking imports ** [08:36:24 2020-06-13] 178: Checking exports ** [08:36:24 2020-06-13] 178: Checking users ** [08:36:24 2020-06-13] 178: Checking user_dbs ** [08:36:24 2020-06-13] 178: Checking geocodings ** [08:36:24 2020-06-13] 178: Checking synchronizations ** [08:36:24 2020-06-13] 178: Checking tracker ** [08:36:24 2020-06-13] 178: Checking user_migrations ** [08:36:24 2020-06-13] 178: Checking batch_updates ** [08:36:24 2020-06-13] 178: Checking gears ** [08:36:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:36:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:29 2020-06-13] 178: Checking imports ** [08:36:29 2020-06-13] 178: Checking exports ** [08:36:29 2020-06-13] 178: Checking users ** [08:36:29 2020-06-13] 178: Checking user_dbs ** [08:36:29 2020-06-13] 178: Checking geocodings ** [08:36:29 2020-06-13] 178: Checking synchronizations ** [08:36:29 2020-06-13] 178: Checking tracker ** [08:36:29 2020-06-13] 178: Checking user_migrations ** [08:36:29 2020-06-13] 178: Checking batch_updates ** [08:36:29 2020-06-13] 178: Checking gears ** [08:36:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:36:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:34 2020-06-13] 178: Checking imports ** [08:36:34 2020-06-13] 178: Checking exports ** [08:36:34 2020-06-13] 178: Checking users ** [08:36:34 2020-06-13] 178: Checking user_dbs ** [08:36:34 2020-06-13] 178: Checking geocodings ** [08:36:34 2020-06-13] 178: Checking synchronizations ** [08:36:34 2020-06-13] 178: Checking tracker ** [08:36:34 2020-06-13] 178: Checking user_migrations ** [08:36:34 2020-06-13] 178: Checking batch_updates ** [08:36:34 2020-06-13] 178: Checking gears ** [08:36:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:36:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:39 2020-06-13] 178: Checking imports ** [08:36:39 2020-06-13] 178: Checking exports ** [08:36:39 2020-06-13] 178: Checking users ** [08:36:39 2020-06-13] 178: Checking user_dbs ** [08:36:39 2020-06-13] 178: Checking geocodings ** [08:36:39 2020-06-13] 178: Checking synchronizations ** [08:36:39 2020-06-13] 178: Checking tracker ** [08:36:39 2020-06-13] 178: Checking user_migrations ** [08:36:39 2020-06-13] 178: Checking batch_updates ** [08:36:39 2020-06-13] 178: Checking gears ** [08:36:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:36:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:44 2020-06-13] 178: Checking imports ** [08:36:44 2020-06-13] 178: Checking exports ** [08:36:44 2020-06-13] 178: Checking users ** [08:36:44 2020-06-13] 178: Checking user_dbs ** [08:36:44 2020-06-13] 178: Checking geocodings ** [08:36:44 2020-06-13] 178: Checking synchronizations ** [08:36:44 2020-06-13] 178: Checking tracker ** [08:36:44 2020-06-13] 178: Checking user_migrations ** [08:36:44 2020-06-13] 178: Checking batch_updates ** [08:36:44 2020-06-13] 178: Checking gears ** [08:36:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:36:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:49 2020-06-13] 178: Checking imports ** [08:36:49 2020-06-13] 178: Checking exports ** [08:36:49 2020-06-13] 178: Checking users ** [08:36:49 2020-06-13] 178: Checking user_dbs ** [08:36:49 2020-06-13] 178: Checking geocodings ** [08:36:49 2020-06-13] 178: Checking synchronizations ** [08:36:49 2020-06-13] 178: Checking tracker ** [08:36:49 2020-06-13] 178: Checking user_migrations ** [08:36:49 2020-06-13] 178: Checking batch_updates ** [08:36:49 2020-06-13] 178: Checking gears ** [08:36:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:36:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:54 2020-06-13] 178: Checking imports ** [08:36:54 2020-06-13] 178: Checking exports ** [08:36:54 2020-06-13] 178: Checking users ** [08:36:54 2020-06-13] 178: Checking user_dbs ** [08:36:54 2020-06-13] 178: Checking geocodings ** [08:36:54 2020-06-13] 178: Checking synchronizations ** [08:36:54 2020-06-13] 178: Checking tracker ** [08:36:54 2020-06-13] 178: Checking user_migrations ** [08:36:54 2020-06-13] 178: Checking batch_updates ** [08:36:54 2020-06-13] 178: Checking gears ** [08:36:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:36:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:59 2020-06-13] 178: Checking imports ** [08:36:59 2020-06-13] 178: Checking exports ** [08:36:59 2020-06-13] 178: Checking users ** [08:36:59 2020-06-13] 178: Checking user_dbs ** [08:36:59 2020-06-13] 178: Checking geocodings ** [08:36:59 2020-06-13] 178: Checking synchronizations ** [08:36:59 2020-06-13] 178: Checking tracker ** [08:36:59 2020-06-13] 178: Checking user_migrations ** [08:36:59 2020-06-13] 178: Checking batch_updates ** [08:36:59 2020-06-13] 178: Checking gears ** [08:36:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:36:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:04 2020-06-13] 178: Checking imports ** [08:37:04 2020-06-13] 178: Checking exports ** [08:37:04 2020-06-13] 178: Checking users ** [08:37:04 2020-06-13] 178: Checking user_dbs ** [08:37:04 2020-06-13] 178: Checking geocodings ** [08:37:04 2020-06-13] 178: Checking synchronizations ** [08:37:04 2020-06-13] 178: Checking tracker ** [08:37:04 2020-06-13] 178: Checking user_migrations ** [08:37:04 2020-06-13] 178: Checking batch_updates ** [08:37:04 2020-06-13] 178: Checking gears ** [08:37:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:37:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:09 2020-06-13] 178: Checking imports ** [08:37:09 2020-06-13] 178: Checking exports ** [08:37:09 2020-06-13] 178: Checking users ** [08:37:09 2020-06-13] 178: Checking user_dbs ** [08:37:09 2020-06-13] 178: Checking geocodings ** [08:37:09 2020-06-13] 178: Checking synchronizations ** [08:37:09 2020-06-13] 178: Checking tracker ** [08:37:09 2020-06-13] 178: Checking user_migrations ** [08:37:09 2020-06-13] 178: Checking batch_updates ** [08:37:09 2020-06-13] 178: Checking gears ** [08:37:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:37:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:14 2020-06-13] 178: Checking imports ** [08:37:14 2020-06-13] 178: Checking exports ** [08:37:14 2020-06-13] 178: Checking users ** [08:37:14 2020-06-13] 178: Checking user_dbs ** [08:37:14 2020-06-13] 178: Checking geocodings ** [08:37:14 2020-06-13] 178: Checking synchronizations ** [08:37:14 2020-06-13] 178: Checking tracker ** [08:37:14 2020-06-13] 178: Checking user_migrations ** [08:37:14 2020-06-13] 178: Checking batch_updates ** [08:37:14 2020-06-13] 178: Checking gears ** [08:37:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:37:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:19 2020-06-13] 178: Checking imports ** [08:37:19 2020-06-13] 178: Checking exports ** [08:37:19 2020-06-13] 178: Checking users ** [08:37:19 2020-06-13] 178: Checking user_dbs ** [08:37:19 2020-06-13] 178: Checking geocodings ** [08:37:19 2020-06-13] 178: Checking synchronizations ** [08:37:19 2020-06-13] 178: Checking tracker ** [08:37:19 2020-06-13] 178: Checking user_migrations ** [08:37:19 2020-06-13] 178: Checking batch_updates ** [08:37:19 2020-06-13] 178: Checking gears ** [08:37:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:37:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:24 2020-06-13] 178: Checking imports ** [08:37:24 2020-06-13] 178: Checking exports ** [08:37:24 2020-06-13] 178: Checking users ** [08:37:24 2020-06-13] 178: Checking user_dbs ** [08:37:24 2020-06-13] 178: Checking geocodings ** [08:37:24 2020-06-13] 178: Checking synchronizations ** [08:37:24 2020-06-13] 178: Checking tracker ** [08:37:24 2020-06-13] 178: Checking user_migrations ** [08:37:24 2020-06-13] 178: Checking batch_updates ** [08:37:24 2020-06-13] 178: Checking gears ** [08:37:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:37:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:29 2020-06-13] 178: Checking imports ** [08:37:29 2020-06-13] 178: Checking exports ** [08:37:29 2020-06-13] 178: Checking users ** [08:37:29 2020-06-13] 178: Checking user_dbs ** [08:37:29 2020-06-13] 178: Checking geocodings ** [08:37:29 2020-06-13] 178: Checking synchronizations ** [08:37:29 2020-06-13] 178: Checking tracker ** [08:37:29 2020-06-13] 178: Checking user_migrations ** [08:37:29 2020-06-13] 178: Checking batch_updates ** [08:37:29 2020-06-13] 178: Checking gears ** [08:37:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:37:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:34 2020-06-13] 178: Checking imports ** [08:37:34 2020-06-13] 178: Checking exports ** [08:37:34 2020-06-13] 178: Checking users ** [08:37:34 2020-06-13] 178: Checking user_dbs ** [08:37:34 2020-06-13] 178: Checking geocodings ** [08:37:34 2020-06-13] 178: Checking synchronizations ** [08:37:34 2020-06-13] 178: Checking tracker ** [08:37:34 2020-06-13] 178: Checking user_migrations ** [08:37:34 2020-06-13] 178: Checking batch_updates ** [08:37:34 2020-06-13] 178: Checking gears ** [08:37:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:37:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:39 2020-06-13] 178: Checking imports ** [08:37:39 2020-06-13] 178: Checking exports ** [08:37:39 2020-06-13] 178: Checking users ** [08:37:39 2020-06-13] 178: Checking user_dbs ** [08:37:39 2020-06-13] 178: Checking geocodings ** [08:37:39 2020-06-13] 178: Checking synchronizations ** [08:37:39 2020-06-13] 178: Checking tracker ** [08:37:39 2020-06-13] 178: Checking user_migrations ** [08:37:39 2020-06-13] 178: Checking batch_updates ** [08:37:39 2020-06-13] 178: Checking gears ** [08:37:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:37:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:44 2020-06-13] 178: Checking imports ** [08:37:44 2020-06-13] 178: Checking exports ** [08:37:44 2020-06-13] 178: Checking users ** [08:37:44 2020-06-13] 178: Checking user_dbs ** [08:37:44 2020-06-13] 178: Checking geocodings ** [08:37:44 2020-06-13] 178: Checking synchronizations ** [08:37:44 2020-06-13] 178: Checking tracker ** [08:37:44 2020-06-13] 178: Checking user_migrations ** [08:37:44 2020-06-13] 178: Checking batch_updates ** [08:37:44 2020-06-13] 178: Checking gears ** [08:37:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:37:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:49 2020-06-13] 178: Checking imports ** [08:37:49 2020-06-13] 178: Checking exports ** [08:37:49 2020-06-13] 178: Checking users ** [08:37:49 2020-06-13] 178: Checking user_dbs ** [08:37:49 2020-06-13] 178: Checking geocodings ** [08:37:49 2020-06-13] 178: Checking synchronizations ** [08:37:49 2020-06-13] 178: Checking tracker ** [08:37:49 2020-06-13] 178: Checking user_migrations ** [08:37:49 2020-06-13] 178: Checking batch_updates ** [08:37:49 2020-06-13] 178: Checking gears ** [08:37:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:37:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:54 2020-06-13] 178: Checking imports ** [08:37:54 2020-06-13] 178: Checking exports ** [08:37:54 2020-06-13] 178: Checking users ** [08:37:54 2020-06-13] 178: Checking user_dbs ** [08:37:54 2020-06-13] 178: Checking geocodings ** [08:37:54 2020-06-13] 178: Checking synchronizations ** [08:37:54 2020-06-13] 178: Checking tracker ** [08:37:54 2020-06-13] 178: Checking user_migrations ** [08:37:54 2020-06-13] 178: Checking batch_updates ** [08:37:54 2020-06-13] 178: Checking gears ** [08:37:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:37:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:59 2020-06-13] 178: Checking imports ** [08:37:59 2020-06-13] 178: Checking exports ** [08:37:59 2020-06-13] 178: Checking users ** [08:37:59 2020-06-13] 178: Checking user_dbs ** [08:37:59 2020-06-13] 178: Checking geocodings ** [08:37:59 2020-06-13] 178: Checking synchronizations ** [08:37:59 2020-06-13] 178: Checking tracker ** [08:37:59 2020-06-13] 178: Checking user_migrations ** [08:37:59 2020-06-13] 178: Checking batch_updates ** [08:37:59 2020-06-13] 178: Checking gears ** [08:37:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:37:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:04 2020-06-13] 178: Checking imports ** [08:38:04 2020-06-13] 178: Checking exports ** [08:38:04 2020-06-13] 178: Checking users ** [08:38:04 2020-06-13] 178: Checking user_dbs ** [08:38:04 2020-06-13] 178: Checking geocodings ** [08:38:04 2020-06-13] 178: Checking synchronizations ** [08:38:04 2020-06-13] 178: Checking tracker ** [08:38:04 2020-06-13] 178: Checking user_migrations ** [08:38:04 2020-06-13] 178: Checking batch_updates ** [08:38:04 2020-06-13] 178: Checking gears ** [08:38:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:38:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:09 2020-06-13] 178: Checking imports ** [08:38:09 2020-06-13] 178: Checking exports ** [08:38:09 2020-06-13] 178: Checking users ** [08:38:09 2020-06-13] 178: Checking user_dbs ** [08:38:09 2020-06-13] 178: Checking geocodings ** [08:38:09 2020-06-13] 178: Checking synchronizations ** [08:38:09 2020-06-13] 178: Checking tracker ** [08:38:09 2020-06-13] 178: Checking user_migrations ** [08:38:09 2020-06-13] 178: Checking batch_updates ** [08:38:09 2020-06-13] 178: Checking gears ** [08:38:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:38:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:14 2020-06-13] 178: Checking imports ** [08:38:14 2020-06-13] 178: Checking exports ** [08:38:14 2020-06-13] 178: Checking users ** [08:38:14 2020-06-13] 178: Checking user_dbs ** [08:38:14 2020-06-13] 178: Checking geocodings ** [08:38:14 2020-06-13] 178: Checking synchronizations ** [08:38:14 2020-06-13] 178: Checking tracker ** [08:38:14 2020-06-13] 178: Checking user_migrations ** [08:38:14 2020-06-13] 178: Checking batch_updates ** [08:38:14 2020-06-13] 178: Checking gears ** [08:38:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:38:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:19 2020-06-13] 178: Checking imports ** [08:38:19 2020-06-13] 178: Checking exports ** [08:38:19 2020-06-13] 178: Checking users ** [08:38:19 2020-06-13] 178: Checking user_dbs ** [08:38:19 2020-06-13] 178: Checking geocodings ** [08:38:19 2020-06-13] 178: Checking synchronizations ** [08:38:19 2020-06-13] 178: Checking tracker ** [08:38:19 2020-06-13] 178: Checking user_migrations ** [08:38:19 2020-06-13] 178: Checking batch_updates ** [08:38:19 2020-06-13] 178: Checking gears ** [08:38:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:38:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:24 2020-06-13] 178: Checking imports ** [08:38:24 2020-06-13] 178: Checking exports ** [08:38:24 2020-06-13] 178: Checking users ** [08:38:24 2020-06-13] 178: Checking user_dbs ** [08:38:24 2020-06-13] 178: Checking geocodings ** [08:38:24 2020-06-13] 178: Checking synchronizations ** [08:38:24 2020-06-13] 178: Checking tracker ** [08:38:24 2020-06-13] 178: Checking user_migrations ** [08:38:24 2020-06-13] 178: Checking batch_updates ** [08:38:24 2020-06-13] 178: Checking gears ** [08:38:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:38:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:29 2020-06-13] 178: Checking imports ** [08:38:29 2020-06-13] 178: Checking exports ** [08:38:29 2020-06-13] 178: Checking users ** [08:38:29 2020-06-13] 178: Checking user_dbs ** [08:38:29 2020-06-13] 178: Checking geocodings ** [08:38:29 2020-06-13] 178: Checking synchronizations ** [08:38:29 2020-06-13] 178: Checking tracker ** [08:38:29 2020-06-13] 178: Checking user_migrations ** [08:38:29 2020-06-13] 178: Checking batch_updates ** [08:38:29 2020-06-13] 178: Checking gears ** [08:38:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:38:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:34 2020-06-13] 178: Checking imports ** [08:38:34 2020-06-13] 178: Checking exports ** [08:38:34 2020-06-13] 178: Checking users ** [08:38:34 2020-06-13] 178: Checking user_dbs ** [08:38:34 2020-06-13] 178: Checking geocodings ** [08:38:34 2020-06-13] 178: Checking synchronizations ** [08:38:34 2020-06-13] 178: Checking tracker ** [08:38:34 2020-06-13] 178: Checking user_migrations ** [08:38:34 2020-06-13] 178: Checking batch_updates ** [08:38:34 2020-06-13] 178: Checking gears ** [08:38:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:38:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:39 2020-06-13] 178: Checking imports ** [08:38:39 2020-06-13] 178: Checking exports ** [08:38:39 2020-06-13] 178: Checking users ** [08:38:39 2020-06-13] 178: Checking user_dbs ** [08:38:39 2020-06-13] 178: Checking geocodings ** [08:38:39 2020-06-13] 178: Checking synchronizations ** [08:38:39 2020-06-13] 178: Checking tracker ** [08:38:39 2020-06-13] 178: Checking user_migrations ** [08:38:39 2020-06-13] 178: Checking batch_updates ** [08:38:39 2020-06-13] 178: Checking gears ** [08:38:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:38:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:44 2020-06-13] 178: Checking imports ** [08:38:44 2020-06-13] 178: Checking exports ** [08:38:44 2020-06-13] 178: Checking users ** [08:38:44 2020-06-13] 178: Checking user_dbs ** [08:38:44 2020-06-13] 178: Checking geocodings ** [08:38:44 2020-06-13] 178: Checking synchronizations ** [08:38:44 2020-06-13] 178: Checking tracker ** [08:38:44 2020-06-13] 178: Checking user_migrations ** [08:38:44 2020-06-13] 178: Checking batch_updates ** [08:38:44 2020-06-13] 178: Checking gears ** [08:38:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:38:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:49 2020-06-13] 178: Checking imports ** [08:38:49 2020-06-13] 178: Checking exports ** [08:38:49 2020-06-13] 178: Checking users ** [08:38:49 2020-06-13] 178: Checking user_dbs ** [08:38:49 2020-06-13] 178: Checking geocodings ** [08:38:49 2020-06-13] 178: Checking synchronizations ** [08:38:49 2020-06-13] 178: Checking tracker ** [08:38:49 2020-06-13] 178: Checking user_migrations ** [08:38:49 2020-06-13] 178: Checking batch_updates ** [08:38:49 2020-06-13] 178: Checking gears ** [08:38:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:38:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:54 2020-06-13] 178: Checking imports ** [08:38:54 2020-06-13] 178: Checking exports ** [08:38:54 2020-06-13] 178: Checking users ** [08:38:54 2020-06-13] 178: Checking user_dbs ** [08:38:54 2020-06-13] 178: Checking geocodings ** [08:38:54 2020-06-13] 178: Checking synchronizations ** [08:38:54 2020-06-13] 178: Checking tracker ** [08:38:54 2020-06-13] 178: Checking user_migrations ** [08:38:54 2020-06-13] 178: Checking batch_updates ** [08:38:54 2020-06-13] 178: Checking gears ** [08:38:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:38:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:59 2020-06-13] 178: Checking imports ** [08:38:59 2020-06-13] 178: Checking exports ** [08:38:59 2020-06-13] 178: Checking users ** [08:38:59 2020-06-13] 178: Checking user_dbs ** [08:38:59 2020-06-13] 178: Checking geocodings ** [08:38:59 2020-06-13] 178: Checking synchronizations ** [08:38:59 2020-06-13] 178: Checking tracker ** [08:38:59 2020-06-13] 178: Checking user_migrations ** [08:38:59 2020-06-13] 178: Checking batch_updates ** [08:38:59 2020-06-13] 178: Checking gears ** [08:38:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:38:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:04 2020-06-13] 178: Checking imports ** [08:39:04 2020-06-13] 178: Checking exports ** [08:39:04 2020-06-13] 178: Checking users ** [08:39:04 2020-06-13] 178: Checking user_dbs ** [08:39:04 2020-06-13] 178: Checking geocodings ** [08:39:04 2020-06-13] 178: Checking synchronizations ** [08:39:04 2020-06-13] 178: Checking tracker ** [08:39:04 2020-06-13] 178: Checking user_migrations ** [08:39:04 2020-06-13] 178: Checking batch_updates ** [08:39:04 2020-06-13] 178: Checking gears ** [08:39:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:39:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:09 2020-06-13] 178: Checking imports ** [08:39:09 2020-06-13] 178: Checking exports ** [08:39:09 2020-06-13] 178: Checking users ** [08:39:09 2020-06-13] 178: Checking user_dbs ** [08:39:09 2020-06-13] 178: Checking geocodings ** [08:39:09 2020-06-13] 178: Checking synchronizations ** [08:39:09 2020-06-13] 178: Checking tracker ** [08:39:09 2020-06-13] 178: Checking user_migrations ** [08:39:09 2020-06-13] 178: Checking batch_updates ** [08:39:09 2020-06-13] 178: Checking gears ** [08:39:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:39:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:14 2020-06-13] 178: Checking imports ** [08:39:14 2020-06-13] 178: Checking exports ** [08:39:14 2020-06-13] 178: Checking users ** [08:39:14 2020-06-13] 178: Checking user_dbs ** [08:39:14 2020-06-13] 178: Checking geocodings ** [08:39:14 2020-06-13] 178: Checking synchronizations ** [08:39:14 2020-06-13] 178: Checking tracker ** [08:39:14 2020-06-13] 178: Checking user_migrations ** [08:39:14 2020-06-13] 178: Checking batch_updates ** [08:39:14 2020-06-13] 178: Checking gears ** [08:39:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:39:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:19 2020-06-13] 178: Checking imports ** [08:39:19 2020-06-13] 178: Checking exports ** [08:39:19 2020-06-13] 178: Checking users ** [08:39:19 2020-06-13] 178: Checking user_dbs ** [08:39:19 2020-06-13] 178: Checking geocodings ** [08:39:19 2020-06-13] 178: Checking synchronizations ** [08:39:19 2020-06-13] 178: Checking tracker ** [08:39:19 2020-06-13] 178: Checking user_migrations ** [08:39:19 2020-06-13] 178: Checking batch_updates ** [08:39:19 2020-06-13] 178: Checking gears ** [08:39:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:39:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:24 2020-06-13] 178: Checking imports ** [08:39:24 2020-06-13] 178: Checking exports ** [08:39:24 2020-06-13] 178: Checking users ** [08:39:24 2020-06-13] 178: Checking user_dbs ** [08:39:24 2020-06-13] 178: Checking geocodings ** [08:39:24 2020-06-13] 178: Checking synchronizations ** [08:39:24 2020-06-13] 178: Checking tracker ** [08:39:24 2020-06-13] 178: Checking user_migrations ** [08:39:24 2020-06-13] 178: Checking batch_updates ** [08:39:24 2020-06-13] 178: Checking gears ** [08:39:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:39:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:29 2020-06-13] 178: Checking imports ** [08:39:29 2020-06-13] 178: Checking exports ** [08:39:29 2020-06-13] 178: Checking users ** [08:39:29 2020-06-13] 178: Checking user_dbs ** [08:39:29 2020-06-13] 178: Checking geocodings ** [08:39:29 2020-06-13] 178: Checking synchronizations ** [08:39:29 2020-06-13] 178: Checking tracker ** [08:39:29 2020-06-13] 178: Checking user_migrations ** [08:39:29 2020-06-13] 178: Checking batch_updates ** [08:39:29 2020-06-13] 178: Checking gears ** [08:39:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:39:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:34 2020-06-13] 178: Checking imports ** [08:39:34 2020-06-13] 178: Checking exports ** [08:39:34 2020-06-13] 178: Checking users ** [08:39:34 2020-06-13] 178: Checking user_dbs ** [08:39:34 2020-06-13] 178: Checking geocodings ** [08:39:34 2020-06-13] 178: Checking synchronizations ** [08:39:34 2020-06-13] 178: Checking tracker ** [08:39:34 2020-06-13] 178: Checking user_migrations ** [08:39:34 2020-06-13] 178: Checking batch_updates ** [08:39:34 2020-06-13] 178: Checking gears ** [08:39:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:39:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:39 2020-06-13] 178: Checking imports ** [08:39:39 2020-06-13] 178: Checking exports ** [08:39:39 2020-06-13] 178: Checking users ** [08:39:39 2020-06-13] 178: Checking user_dbs ** [08:39:39 2020-06-13] 178: Checking geocodings ** [08:39:39 2020-06-13] 178: Checking synchronizations ** [08:39:39 2020-06-13] 178: Checking tracker ** [08:39:39 2020-06-13] 178: Checking user_migrations ** [08:39:39 2020-06-13] 178: Checking batch_updates ** [08:39:39 2020-06-13] 178: Checking gears ** [08:39:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:39:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:44 2020-06-13] 178: Checking imports ** [08:39:44 2020-06-13] 178: Checking exports ** [08:39:44 2020-06-13] 178: Checking users ** [08:39:44 2020-06-13] 178: Checking user_dbs ** [08:39:44 2020-06-13] 178: Checking geocodings ** [08:39:44 2020-06-13] 178: Checking synchronizations ** [08:39:44 2020-06-13] 178: Checking tracker ** [08:39:44 2020-06-13] 178: Checking user_migrations ** [08:39:44 2020-06-13] 178: Checking batch_updates ** [08:39:44 2020-06-13] 178: Checking gears ** [08:39:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:39:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:49 2020-06-13] 178: Checking imports ** [08:39:49 2020-06-13] 178: Checking exports ** [08:39:49 2020-06-13] 178: Checking users ** [08:39:49 2020-06-13] 178: Checking user_dbs ** [08:39:49 2020-06-13] 178: Checking geocodings ** [08:39:49 2020-06-13] 178: Checking synchronizations ** [08:39:49 2020-06-13] 178: Checking tracker ** [08:39:49 2020-06-13] 178: Checking user_migrations ** [08:39:49 2020-06-13] 178: Checking batch_updates ** [08:39:49 2020-06-13] 178: Checking gears ** [08:39:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:39:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:54 2020-06-13] 178: Checking imports ** [08:39:54 2020-06-13] 178: Checking exports ** [08:39:54 2020-06-13] 178: Checking users ** [08:39:54 2020-06-13] 178: Checking user_dbs ** [08:39:54 2020-06-13] 178: Checking geocodings ** [08:39:54 2020-06-13] 178: Checking synchronizations ** [08:39:54 2020-06-13] 178: Checking tracker ** [08:39:54 2020-06-13] 178: Checking user_migrations ** [08:39:54 2020-06-13] 178: Checking batch_updates ** [08:39:54 2020-06-13] 178: Checking gears ** [08:39:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:39:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:59 2020-06-13] 178: Checking imports ** [08:39:59 2020-06-13] 178: Checking exports ** [08:39:59 2020-06-13] 178: Checking users ** [08:39:59 2020-06-13] 178: Checking user_dbs ** [08:39:59 2020-06-13] 178: Checking geocodings ** [08:39:59 2020-06-13] 178: Checking synchronizations ** [08:39:59 2020-06-13] 178: Checking tracker ** [08:39:59 2020-06-13] 178: Checking user_migrations ** [08:39:59 2020-06-13] 178: Checking batch_updates ** [08:39:59 2020-06-13] 178: Checking gears ** [08:39:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:39:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:04 2020-06-13] 178: Checking imports ** [08:40:04 2020-06-13] 178: Checking exports ** [08:40:04 2020-06-13] 178: Checking users ** [08:40:04 2020-06-13] 178: Checking user_dbs ** [08:40:04 2020-06-13] 178: Checking geocodings ** [08:40:04 2020-06-13] 178: Checking synchronizations ** [08:40:04 2020-06-13] 178: Checking tracker ** [08:40:04 2020-06-13] 178: Checking user_migrations ** [08:40:04 2020-06-13] 178: Checking batch_updates ** [08:40:04 2020-06-13] 178: Checking gears ** [08:40:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:40:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:09 2020-06-13] 178: Checking imports ** [08:40:09 2020-06-13] 178: Checking exports ** [08:40:09 2020-06-13] 178: Checking users ** [08:40:09 2020-06-13] 178: Checking user_dbs ** [08:40:09 2020-06-13] 178: Checking geocodings ** [08:40:09 2020-06-13] 178: Checking synchronizations ** [08:40:09 2020-06-13] 178: Checking tracker ** [08:40:09 2020-06-13] 178: Checking user_migrations ** [08:40:09 2020-06-13] 178: Checking batch_updates ** [08:40:09 2020-06-13] 178: Checking gears ** [08:40:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:40:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:14 2020-06-13] 178: Checking imports ** [08:40:14 2020-06-13] 178: Checking exports ** [08:40:14 2020-06-13] 178: Checking users ** [08:40:14 2020-06-13] 178: Checking user_dbs ** [08:40:14 2020-06-13] 178: Checking geocodings ** [08:40:14 2020-06-13] 178: Checking synchronizations ** [08:40:14 2020-06-13] 178: Checking tracker ** [08:40:14 2020-06-13] 178: Checking user_migrations ** [08:40:14 2020-06-13] 178: Checking batch_updates ** [08:40:14 2020-06-13] 178: Checking gears ** [08:40:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:40:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:19 2020-06-13] 178: Checking imports ** [08:40:19 2020-06-13] 178: Checking exports ** [08:40:19 2020-06-13] 178: Checking users ** [08:40:19 2020-06-13] 178: Checking user_dbs ** [08:40:19 2020-06-13] 178: Checking geocodings ** [08:40:19 2020-06-13] 178: Checking synchronizations ** [08:40:19 2020-06-13] 178: Checking tracker ** [08:40:19 2020-06-13] 178: Checking user_migrations ** [08:40:19 2020-06-13] 178: Checking batch_updates ** [08:40:19 2020-06-13] 178: Checking gears ** [08:40:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:40:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:24 2020-06-13] 178: Checking imports ** [08:40:24 2020-06-13] 178: Checking exports ** [08:40:24 2020-06-13] 178: Checking users ** [08:40:24 2020-06-13] 178: Checking user_dbs ** [08:40:24 2020-06-13] 178: Checking geocodings ** [08:40:24 2020-06-13] 178: Checking synchronizations ** [08:40:24 2020-06-13] 178: Checking tracker ** [08:40:24 2020-06-13] 178: Checking user_migrations ** [08:40:24 2020-06-13] 178: Checking batch_updates ** [08:40:24 2020-06-13] 178: Checking gears ** [08:40:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:40:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:29 2020-06-13] 178: Checking imports ** [08:40:29 2020-06-13] 178: Checking exports ** [08:40:29 2020-06-13] 178: Checking users ** [08:40:29 2020-06-13] 178: Checking user_dbs ** [08:40:29 2020-06-13] 178: Checking geocodings ** [08:40:29 2020-06-13] 178: Checking synchronizations ** [08:40:29 2020-06-13] 178: Checking tracker ** [08:40:29 2020-06-13] 178: Checking user_migrations ** [08:40:29 2020-06-13] 178: Checking batch_updates ** [08:40:29 2020-06-13] 178: Checking gears ** [08:40:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:40:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:35 2020-06-13] 178: Checking imports ** [08:40:35 2020-06-13] 178: Checking exports ** [08:40:35 2020-06-13] 178: Checking users ** [08:40:35 2020-06-13] 178: Checking user_dbs ** [08:40:35 2020-06-13] 178: Checking geocodings ** [08:40:35 2020-06-13] 178: Checking synchronizations ** [08:40:35 2020-06-13] 178: Checking tracker ** [08:40:35 2020-06-13] 178: Checking user_migrations ** [08:40:35 2020-06-13] 178: Checking batch_updates ** [08:40:35 2020-06-13] 178: Checking gears ** [08:40:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:40:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:40 2020-06-13] 178: Checking imports ** [08:40:40 2020-06-13] 178: Checking exports ** [08:40:40 2020-06-13] 178: Checking users ** [08:40:40 2020-06-13] 178: Checking user_dbs ** [08:40:40 2020-06-13] 178: Checking geocodings ** [08:40:40 2020-06-13] 178: Checking synchronizations ** [08:40:40 2020-06-13] 178: Checking tracker ** [08:40:40 2020-06-13] 178: Checking user_migrations ** [08:40:40 2020-06-13] 178: Checking batch_updates ** [08:40:40 2020-06-13] 178: Checking gears ** [08:40:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:40:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:45 2020-06-13] 178: Checking imports ** [08:40:45 2020-06-13] 178: Checking exports ** [08:40:45 2020-06-13] 178: Checking users ** [08:40:45 2020-06-13] 178: Checking user_dbs ** [08:40:45 2020-06-13] 178: Checking geocodings ** [08:40:45 2020-06-13] 178: Checking synchronizations ** [08:40:45 2020-06-13] 178: Checking tracker ** [08:40:45 2020-06-13] 178: Checking user_migrations ** [08:40:45 2020-06-13] 178: Checking batch_updates ** [08:40:45 2020-06-13] 178: Checking gears ** [08:40:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:40:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:50 2020-06-13] 178: Checking imports ** [08:40:50 2020-06-13] 178: Checking exports ** [08:40:50 2020-06-13] 178: Checking users ** [08:40:50 2020-06-13] 178: Checking user_dbs ** [08:40:50 2020-06-13] 178: Checking geocodings ** [08:40:50 2020-06-13] 178: Checking synchronizations ** [08:40:50 2020-06-13] 178: Checking tracker ** [08:40:50 2020-06-13] 178: Checking user_migrations ** [08:40:50 2020-06-13] 178: Checking batch_updates ** [08:40:50 2020-06-13] 178: Checking gears ** [08:40:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:40:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:55 2020-06-13] 178: Checking imports ** [08:40:55 2020-06-13] 178: Checking exports ** [08:40:55 2020-06-13] 178: Checking users ** [08:40:55 2020-06-13] 178: Checking user_dbs ** [08:40:55 2020-06-13] 178: Checking geocodings ** [08:40:55 2020-06-13] 178: Checking synchronizations ** [08:40:55 2020-06-13] 178: Checking tracker ** [08:40:55 2020-06-13] 178: Checking user_migrations ** [08:40:55 2020-06-13] 178: Checking batch_updates ** [08:40:55 2020-06-13] 178: Checking gears ** [08:40:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:40:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:00 2020-06-13] 178: Checking imports ** [08:41:00 2020-06-13] 178: Checking exports ** [08:41:00 2020-06-13] 178: Checking users ** [08:41:00 2020-06-13] 178: Checking user_dbs ** [08:41:00 2020-06-13] 178: Checking geocodings ** [08:41:00 2020-06-13] 178: Checking synchronizations ** [08:41:00 2020-06-13] 178: Checking tracker ** [08:41:00 2020-06-13] 178: Checking user_migrations ** [08:41:00 2020-06-13] 178: Checking batch_updates ** [08:41:00 2020-06-13] 178: Checking gears ** [08:41:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:41:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:05 2020-06-13] 178: Checking imports ** [08:41:05 2020-06-13] 178: Checking exports ** [08:41:05 2020-06-13] 178: Checking users ** [08:41:05 2020-06-13] 178: Checking user_dbs ** [08:41:05 2020-06-13] 178: Checking geocodings ** [08:41:05 2020-06-13] 178: Checking synchronizations ** [08:41:05 2020-06-13] 178: Checking tracker ** [08:41:05 2020-06-13] 178: Checking user_migrations ** [08:41:05 2020-06-13] 178: Checking batch_updates ** [08:41:05 2020-06-13] 178: Checking gears ** [08:41:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:41:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:10 2020-06-13] 178: Checking imports ** [08:41:10 2020-06-13] 178: Checking exports ** [08:41:10 2020-06-13] 178: Checking users ** [08:41:10 2020-06-13] 178: Checking user_dbs ** [08:41:10 2020-06-13] 178: Checking geocodings ** [08:41:10 2020-06-13] 178: Checking synchronizations ** [08:41:10 2020-06-13] 178: Checking tracker ** [08:41:10 2020-06-13] 178: Checking user_migrations ** [08:41:10 2020-06-13] 178: Checking batch_updates ** [08:41:10 2020-06-13] 178: Checking gears ** [08:41:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:41:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:15 2020-06-13] 178: Checking imports ** [08:41:15 2020-06-13] 178: Checking exports ** [08:41:15 2020-06-13] 178: Checking users ** [08:41:15 2020-06-13] 178: Checking user_dbs ** [08:41:15 2020-06-13] 178: Checking geocodings ** [08:41:15 2020-06-13] 178: Checking synchronizations ** [08:41:15 2020-06-13] 178: Checking tracker ** [08:41:15 2020-06-13] 178: Checking user_migrations ** [08:41:15 2020-06-13] 178: Checking batch_updates ** [08:41:15 2020-06-13] 178: Checking gears ** [08:41:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:41:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:20 2020-06-13] 178: Checking imports ** [08:41:20 2020-06-13] 178: Checking exports ** [08:41:20 2020-06-13] 178: Checking users ** [08:41:20 2020-06-13] 178: Checking user_dbs ** [08:41:20 2020-06-13] 178: Checking geocodings ** [08:41:20 2020-06-13] 178: Checking synchronizations ** [08:41:20 2020-06-13] 178: Checking tracker ** [08:41:20 2020-06-13] 178: Checking user_migrations ** [08:41:20 2020-06-13] 178: Checking batch_updates ** [08:41:20 2020-06-13] 178: Checking gears ** [08:41:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:41:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:25 2020-06-13] 178: Checking imports ** [08:41:25 2020-06-13] 178: Checking exports ** [08:41:25 2020-06-13] 178: Checking users ** [08:41:25 2020-06-13] 178: Checking user_dbs ** [08:41:25 2020-06-13] 178: Checking geocodings ** [08:41:25 2020-06-13] 178: Checking synchronizations ** [08:41:25 2020-06-13] 178: Checking tracker ** [08:41:25 2020-06-13] 178: Checking user_migrations ** [08:41:25 2020-06-13] 178: Checking batch_updates ** [08:41:25 2020-06-13] 178: Checking gears ** [08:41:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:41:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:30 2020-06-13] 178: Checking imports ** [08:41:30 2020-06-13] 178: Checking exports ** [08:41:30 2020-06-13] 178: Checking users ** [08:41:30 2020-06-13] 178: Checking user_dbs ** [08:41:30 2020-06-13] 178: Checking geocodings ** [08:41:30 2020-06-13] 178: Checking synchronizations ** [08:41:30 2020-06-13] 178: Checking tracker ** [08:41:30 2020-06-13] 178: Checking user_migrations ** [08:41:30 2020-06-13] 178: Checking batch_updates ** [08:41:30 2020-06-13] 178: Checking gears ** [08:41:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:41:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:35 2020-06-13] 178: Checking imports ** [08:41:35 2020-06-13] 178: Checking exports ** [08:41:35 2020-06-13] 178: Checking users ** [08:41:35 2020-06-13] 178: Checking user_dbs ** [08:41:35 2020-06-13] 178: Checking geocodings ** [08:41:35 2020-06-13] 178: Checking synchronizations ** [08:41:35 2020-06-13] 178: Checking tracker ** [08:41:35 2020-06-13] 178: Checking user_migrations ** [08:41:35 2020-06-13] 178: Checking batch_updates ** [08:41:35 2020-06-13] 178: Checking gears ** [08:41:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:41:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:40 2020-06-13] 178: Checking imports ** [08:41:40 2020-06-13] 178: Checking exports ** [08:41:40 2020-06-13] 178: Checking users ** [08:41:40 2020-06-13] 178: Checking user_dbs ** [08:41:40 2020-06-13] 178: Checking geocodings ** [08:41:40 2020-06-13] 178: Checking synchronizations ** [08:41:40 2020-06-13] 178: Checking tracker ** [08:41:40 2020-06-13] 178: Checking user_migrations ** [08:41:40 2020-06-13] 178: Checking batch_updates ** [08:41:40 2020-06-13] 178: Checking gears ** [08:41:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:41:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:45 2020-06-13] 178: Checking imports ** [08:41:45 2020-06-13] 178: Checking exports ** [08:41:45 2020-06-13] 178: Checking users ** [08:41:45 2020-06-13] 178: Checking user_dbs ** [08:41:45 2020-06-13] 178: Checking geocodings ** [08:41:45 2020-06-13] 178: Checking synchronizations ** [08:41:45 2020-06-13] 178: Checking tracker ** [08:41:45 2020-06-13] 178: Checking user_migrations ** [08:41:45 2020-06-13] 178: Checking batch_updates ** [08:41:45 2020-06-13] 178: Checking gears ** [08:41:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:41:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:50 2020-06-13] 178: Checking imports ** [08:41:50 2020-06-13] 178: Checking exports ** [08:41:50 2020-06-13] 178: Checking users ** [08:41:50 2020-06-13] 178: Checking user_dbs ** [08:41:50 2020-06-13] 178: Checking geocodings ** [08:41:50 2020-06-13] 178: Checking synchronizations ** [08:41:50 2020-06-13] 178: Checking tracker ** [08:41:50 2020-06-13] 178: Checking user_migrations ** [08:41:50 2020-06-13] 178: Checking batch_updates ** [08:41:50 2020-06-13] 178: Checking gears ** [08:41:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:41:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:55 2020-06-13] 178: Checking imports ** [08:41:55 2020-06-13] 178: Checking exports ** [08:41:55 2020-06-13] 178: Checking users ** [08:41:55 2020-06-13] 178: Checking user_dbs ** [08:41:55 2020-06-13] 178: Checking geocodings ** [08:41:55 2020-06-13] 178: Checking synchronizations ** [08:41:55 2020-06-13] 178: Checking tracker ** [08:41:55 2020-06-13] 178: Checking user_migrations ** [08:41:55 2020-06-13] 178: Checking batch_updates ** [08:41:55 2020-06-13] 178: Checking gears ** [08:41:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:41:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:00 2020-06-13] 178: Checking imports ** [08:42:00 2020-06-13] 178: Checking exports ** [08:42:00 2020-06-13] 178: Checking users ** [08:42:00 2020-06-13] 178: Checking user_dbs ** [08:42:00 2020-06-13] 178: Checking geocodings ** [08:42:00 2020-06-13] 178: Checking synchronizations ** [08:42:00 2020-06-13] 178: Checking tracker ** [08:42:00 2020-06-13] 178: Checking user_migrations ** [08:42:00 2020-06-13] 178: Checking batch_updates ** [08:42:00 2020-06-13] 178: Checking gears ** [08:42:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:42:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:05 2020-06-13] 178: Checking imports ** [08:42:05 2020-06-13] 178: Checking exports ** [08:42:05 2020-06-13] 178: Checking users ** [08:42:05 2020-06-13] 178: Checking user_dbs ** [08:42:05 2020-06-13] 178: Checking geocodings ** [08:42:05 2020-06-13] 178: Checking synchronizations ** [08:42:05 2020-06-13] 178: Checking tracker ** [08:42:05 2020-06-13] 178: Checking user_migrations ** [08:42:05 2020-06-13] 178: Checking batch_updates ** [08:42:05 2020-06-13] 178: Checking gears ** [08:42:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:42:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:10 2020-06-13] 178: Checking imports ** [08:42:10 2020-06-13] 178: Checking exports ** [08:42:10 2020-06-13] 178: Checking users ** [08:42:10 2020-06-13] 178: Checking user_dbs ** [08:42:10 2020-06-13] 178: Checking geocodings ** [08:42:10 2020-06-13] 178: Checking synchronizations ** [08:42:10 2020-06-13] 178: Checking tracker ** [08:42:10 2020-06-13] 178: Checking user_migrations ** [08:42:10 2020-06-13] 178: Checking batch_updates ** [08:42:10 2020-06-13] 178: Checking gears ** [08:42:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:42:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:15 2020-06-13] 178: Checking imports ** [08:42:15 2020-06-13] 178: Checking exports ** [08:42:15 2020-06-13] 178: Checking users ** [08:42:15 2020-06-13] 178: Checking user_dbs ** [08:42:15 2020-06-13] 178: Checking geocodings ** [08:42:15 2020-06-13] 178: Checking synchronizations ** [08:42:15 2020-06-13] 178: Checking tracker ** [08:42:15 2020-06-13] 178: Checking user_migrations ** [08:42:15 2020-06-13] 178: Checking batch_updates ** [08:42:15 2020-06-13] 178: Checking gears ** [08:42:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:42:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:20 2020-06-13] 178: Checking imports ** [08:42:20 2020-06-13] 178: Checking exports ** [08:42:20 2020-06-13] 178: Checking users ** [08:42:20 2020-06-13] 178: Checking user_dbs ** [08:42:20 2020-06-13] 178: Checking geocodings ** [08:42:20 2020-06-13] 178: Checking synchronizations ** [08:42:20 2020-06-13] 178: Checking tracker ** [08:42:20 2020-06-13] 178: Checking user_migrations ** [08:42:20 2020-06-13] 178: Checking batch_updates ** [08:42:20 2020-06-13] 178: Checking gears ** [08:42:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:42:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:25 2020-06-13] 178: Checking imports ** [08:42:25 2020-06-13] 178: Checking exports ** [08:42:25 2020-06-13] 178: Checking users ** [08:42:25 2020-06-13] 178: Checking user_dbs ** [08:42:25 2020-06-13] 178: Checking geocodings ** [08:42:25 2020-06-13] 178: Checking synchronizations ** [08:42:25 2020-06-13] 178: Checking tracker ** [08:42:25 2020-06-13] 178: Checking user_migrations ** [08:42:25 2020-06-13] 178: Checking batch_updates ** [08:42:25 2020-06-13] 178: Checking gears ** [08:42:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:42:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:30 2020-06-13] 178: Checking imports ** [08:42:30 2020-06-13] 178: Checking exports ** [08:42:30 2020-06-13] 178: Checking users ** [08:42:30 2020-06-13] 178: Checking user_dbs ** [08:42:30 2020-06-13] 178: Checking geocodings ** [08:42:30 2020-06-13] 178: Checking synchronizations ** [08:42:30 2020-06-13] 178: Checking tracker ** [08:42:30 2020-06-13] 178: Checking user_migrations ** [08:42:30 2020-06-13] 178: Checking batch_updates ** [08:42:30 2020-06-13] 178: Checking gears ** [08:42:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:42:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:35 2020-06-13] 178: Checking imports ** [08:42:35 2020-06-13] 178: Checking exports ** [08:42:35 2020-06-13] 178: Checking users ** [08:42:35 2020-06-13] 178: Checking user_dbs ** [08:42:35 2020-06-13] 178: Checking geocodings ** [08:42:35 2020-06-13] 178: Checking synchronizations ** [08:42:35 2020-06-13] 178: Checking tracker ** [08:42:35 2020-06-13] 178: Checking user_migrations ** [08:42:35 2020-06-13] 178: Checking batch_updates ** [08:42:35 2020-06-13] 178: Checking gears ** [08:42:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:42:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:40 2020-06-13] 178: Checking imports ** [08:42:40 2020-06-13] 178: Checking exports ** [08:42:40 2020-06-13] 178: Checking users ** [08:42:40 2020-06-13] 178: Checking user_dbs ** [08:42:40 2020-06-13] 178: Checking geocodings ** [08:42:40 2020-06-13] 178: Checking synchronizations ** [08:42:40 2020-06-13] 178: Checking tracker ** [08:42:40 2020-06-13] 178: Checking user_migrations ** [08:42:40 2020-06-13] 178: Checking batch_updates ** [08:42:40 2020-06-13] 178: Checking gears ** [08:42:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:42:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:45 2020-06-13] 178: Checking imports ** [08:42:45 2020-06-13] 178: Checking exports ** [08:42:45 2020-06-13] 178: Checking users ** [08:42:45 2020-06-13] 178: Checking user_dbs ** [08:42:45 2020-06-13] 178: Checking geocodings ** [08:42:45 2020-06-13] 178: Checking synchronizations ** [08:42:45 2020-06-13] 178: Checking tracker ** [08:42:45 2020-06-13] 178: Checking user_migrations ** [08:42:45 2020-06-13] 178: Checking batch_updates ** [08:42:45 2020-06-13] 178: Checking gears ** [08:42:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:42:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:50 2020-06-13] 178: Checking imports ** [08:42:50 2020-06-13] 178: Checking exports ** [08:42:50 2020-06-13] 178: Checking users ** [08:42:50 2020-06-13] 178: Checking user_dbs ** [08:42:50 2020-06-13] 178: Checking geocodings ** [08:42:50 2020-06-13] 178: Checking synchronizations ** [08:42:50 2020-06-13] 178: Checking tracker ** [08:42:50 2020-06-13] 178: Checking user_migrations ** [08:42:50 2020-06-13] 178: Checking batch_updates ** [08:42:50 2020-06-13] 178: Checking gears ** [08:42:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:42:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:55 2020-06-13] 178: Checking imports ** [08:42:55 2020-06-13] 178: Checking exports ** [08:42:55 2020-06-13] 178: Checking users ** [08:42:55 2020-06-13] 178: Checking user_dbs ** [08:42:55 2020-06-13] 178: Checking geocodings ** [08:42:55 2020-06-13] 178: Checking synchronizations ** [08:42:55 2020-06-13] 178: Checking tracker ** [08:42:55 2020-06-13] 178: Checking user_migrations ** [08:42:55 2020-06-13] 178: Checking batch_updates ** [08:42:55 2020-06-13] 178: Checking gears ** [08:42:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:42:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:00 2020-06-13] 178: Checking imports ** [08:43:00 2020-06-13] 178: Checking exports ** [08:43:00 2020-06-13] 178: Checking users ** [08:43:00 2020-06-13] 178: Checking user_dbs ** [08:43:00 2020-06-13] 178: Checking geocodings ** [08:43:00 2020-06-13] 178: Checking synchronizations ** [08:43:00 2020-06-13] 178: Checking tracker ** [08:43:00 2020-06-13] 178: Checking user_migrations ** [08:43:00 2020-06-13] 178: Checking batch_updates ** [08:43:00 2020-06-13] 178: Checking gears ** [08:43:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:43:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:05 2020-06-13] 178: Checking imports ** [08:43:05 2020-06-13] 178: Checking exports ** [08:43:05 2020-06-13] 178: Checking users ** [08:43:05 2020-06-13] 178: Checking user_dbs ** [08:43:05 2020-06-13] 178: Checking geocodings ** [08:43:05 2020-06-13] 178: Checking synchronizations ** [08:43:05 2020-06-13] 178: Checking tracker ** [08:43:05 2020-06-13] 178: Checking user_migrations ** [08:43:05 2020-06-13] 178: Checking batch_updates ** [08:43:05 2020-06-13] 178: Checking gears ** [08:43:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:43:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:10 2020-06-13] 178: Checking imports ** [08:43:10 2020-06-13] 178: Checking exports ** [08:43:10 2020-06-13] 178: Checking users ** [08:43:10 2020-06-13] 178: Checking user_dbs ** [08:43:10 2020-06-13] 178: Checking geocodings ** [08:43:10 2020-06-13] 178: Checking synchronizations ** [08:43:10 2020-06-13] 178: Checking tracker ** [08:43:10 2020-06-13] 178: Checking user_migrations ** [08:43:10 2020-06-13] 178: Checking batch_updates ** [08:43:10 2020-06-13] 178: Checking gears ** [08:43:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:43:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:15 2020-06-13] 178: Checking imports ** [08:43:15 2020-06-13] 178: Checking exports ** [08:43:15 2020-06-13] 178: Checking users ** [08:43:15 2020-06-13] 178: Checking user_dbs ** [08:43:15 2020-06-13] 178: Checking geocodings ** [08:43:15 2020-06-13] 178: Checking synchronizations ** [08:43:15 2020-06-13] 178: Checking tracker ** [08:43:15 2020-06-13] 178: Checking user_migrations ** [08:43:15 2020-06-13] 178: Checking batch_updates ** [08:43:15 2020-06-13] 178: Checking gears ** [08:43:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:43:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:20 2020-06-13] 178: Checking imports ** [08:43:20 2020-06-13] 178: Checking exports ** [08:43:20 2020-06-13] 178: Checking users ** [08:43:20 2020-06-13] 178: Checking user_dbs ** [08:43:20 2020-06-13] 178: Checking geocodings ** [08:43:20 2020-06-13] 178: Checking synchronizations ** [08:43:20 2020-06-13] 178: Checking tracker ** [08:43:20 2020-06-13] 178: Checking user_migrations ** [08:43:20 2020-06-13] 178: Checking batch_updates ** [08:43:20 2020-06-13] 178: Checking gears ** [08:43:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:43:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:25 2020-06-13] 178: Checking imports ** [08:43:25 2020-06-13] 178: Checking exports ** [08:43:25 2020-06-13] 178: Checking users ** [08:43:25 2020-06-13] 178: Checking user_dbs ** [08:43:25 2020-06-13] 178: Checking geocodings ** [08:43:25 2020-06-13] 178: Checking synchronizations ** [08:43:25 2020-06-13] 178: Checking tracker ** [08:43:25 2020-06-13] 178: Checking user_migrations ** [08:43:25 2020-06-13] 178: Checking batch_updates ** [08:43:25 2020-06-13] 178: Checking gears ** [08:43:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:43:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:30 2020-06-13] 178: Checking imports ** [08:43:30 2020-06-13] 178: Checking exports ** [08:43:30 2020-06-13] 178: Checking users ** [08:43:30 2020-06-13] 178: Checking user_dbs ** [08:43:30 2020-06-13] 178: Checking geocodings ** [08:43:30 2020-06-13] 178: Checking synchronizations ** [08:43:30 2020-06-13] 178: Checking tracker ** [08:43:30 2020-06-13] 178: Checking user_migrations ** [08:43:30 2020-06-13] 178: Checking batch_updates ** [08:43:30 2020-06-13] 178: Checking gears ** [08:43:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:43:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:35 2020-06-13] 178: Checking imports ** [08:43:35 2020-06-13] 178: Checking exports ** [08:43:35 2020-06-13] 178: Checking users ** [08:43:35 2020-06-13] 178: Checking user_dbs ** [08:43:35 2020-06-13] 178: Checking geocodings ** [08:43:35 2020-06-13] 178: Checking synchronizations ** [08:43:35 2020-06-13] 178: Checking tracker ** [08:43:35 2020-06-13] 178: Checking user_migrations ** [08:43:35 2020-06-13] 178: Checking batch_updates ** [08:43:35 2020-06-13] 178: Checking gears ** [08:43:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:43:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:40 2020-06-13] 178: Checking imports ** [08:43:40 2020-06-13] 178: Checking exports ** [08:43:40 2020-06-13] 178: Checking users ** [08:43:40 2020-06-13] 178: Checking user_dbs ** [08:43:40 2020-06-13] 178: Checking geocodings ** [08:43:40 2020-06-13] 178: Checking synchronizations ** [08:43:40 2020-06-13] 178: Checking tracker ** [08:43:40 2020-06-13] 178: Checking user_migrations ** [08:43:40 2020-06-13] 178: Checking batch_updates ** [08:43:40 2020-06-13] 178: Checking gears ** [08:43:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:43:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:45 2020-06-13] 178: Checking imports ** [08:43:45 2020-06-13] 178: Checking exports ** [08:43:45 2020-06-13] 178: Checking users ** [08:43:45 2020-06-13] 178: Checking user_dbs ** [08:43:45 2020-06-13] 178: Checking geocodings ** [08:43:45 2020-06-13] 178: Checking synchronizations ** [08:43:45 2020-06-13] 178: Checking tracker ** [08:43:45 2020-06-13] 178: Checking user_migrations ** [08:43:45 2020-06-13] 178: Checking batch_updates ** [08:43:45 2020-06-13] 178: Checking gears ** [08:43:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:43:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:50 2020-06-13] 178: Checking imports ** [08:43:50 2020-06-13] 178: Checking exports ** [08:43:50 2020-06-13] 178: Checking users ** [08:43:50 2020-06-13] 178: Checking user_dbs ** [08:43:50 2020-06-13] 178: Checking geocodings ** [08:43:50 2020-06-13] 178: Checking synchronizations ** [08:43:50 2020-06-13] 178: Checking tracker ** [08:43:50 2020-06-13] 178: Checking user_migrations ** [08:43:50 2020-06-13] 178: Checking batch_updates ** [08:43:50 2020-06-13] 178: Checking gears ** [08:43:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:43:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:55 2020-06-13] 178: Checking imports ** [08:43:55 2020-06-13] 178: Checking exports ** [08:43:55 2020-06-13] 178: Checking users ** [08:43:55 2020-06-13] 178: Checking user_dbs ** [08:43:55 2020-06-13] 178: Checking geocodings ** [08:43:55 2020-06-13] 178: Checking synchronizations ** [08:43:55 2020-06-13] 178: Checking tracker ** [08:43:55 2020-06-13] 178: Checking user_migrations ** [08:43:55 2020-06-13] 178: Checking batch_updates ** [08:43:55 2020-06-13] 178: Checking gears ** [08:43:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:43:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:00 2020-06-13] 178: Checking imports ** [08:44:00 2020-06-13] 178: Checking exports ** [08:44:00 2020-06-13] 178: Checking users ** [08:44:00 2020-06-13] 178: Checking user_dbs ** [08:44:00 2020-06-13] 178: Checking geocodings ** [08:44:00 2020-06-13] 178: Checking synchronizations ** [08:44:00 2020-06-13] 178: Checking tracker ** [08:44:00 2020-06-13] 178: Checking user_migrations ** [08:44:00 2020-06-13] 178: Checking batch_updates ** [08:44:00 2020-06-13] 178: Checking gears ** [08:44:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:44:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:05 2020-06-13] 178: Checking imports ** [08:44:05 2020-06-13] 178: Checking exports ** [08:44:05 2020-06-13] 178: Checking users ** [08:44:05 2020-06-13] 178: Checking user_dbs ** [08:44:05 2020-06-13] 178: Checking geocodings ** [08:44:05 2020-06-13] 178: Checking synchronizations ** [08:44:05 2020-06-13] 178: Checking tracker ** [08:44:05 2020-06-13] 178: Checking user_migrations ** [08:44:05 2020-06-13] 178: Checking batch_updates ** [08:44:05 2020-06-13] 178: Checking gears ** [08:44:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:44:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:10 2020-06-13] 178: Checking imports ** [08:44:10 2020-06-13] 178: Checking exports ** [08:44:10 2020-06-13] 178: Checking users ** [08:44:10 2020-06-13] 178: Checking user_dbs ** [08:44:10 2020-06-13] 178: Checking geocodings ** [08:44:10 2020-06-13] 178: Checking synchronizations ** [08:44:10 2020-06-13] 178: Checking tracker ** [08:44:10 2020-06-13] 178: Checking user_migrations ** [08:44:10 2020-06-13] 178: Checking batch_updates ** [08:44:10 2020-06-13] 178: Checking gears ** [08:44:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:44:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:15 2020-06-13] 178: Checking imports ** [08:44:15 2020-06-13] 178: Checking exports ** [08:44:15 2020-06-13] 178: Checking users ** [08:44:15 2020-06-13] 178: Checking user_dbs ** [08:44:15 2020-06-13] 178: Checking geocodings ** [08:44:15 2020-06-13] 178: Checking synchronizations ** [08:44:15 2020-06-13] 178: Checking tracker ** [08:44:15 2020-06-13] 178: Checking user_migrations ** [08:44:15 2020-06-13] 178: Checking batch_updates ** [08:44:15 2020-06-13] 178: Checking gears ** [08:44:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:44:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:20 2020-06-13] 178: Checking imports ** [08:44:20 2020-06-13] 178: Checking exports ** [08:44:20 2020-06-13] 178: Checking users ** [08:44:20 2020-06-13] 178: Checking user_dbs ** [08:44:20 2020-06-13] 178: Checking geocodings ** [08:44:20 2020-06-13] 178: Checking synchronizations ** [08:44:20 2020-06-13] 178: Checking tracker ** [08:44:20 2020-06-13] 178: Checking user_migrations ** [08:44:20 2020-06-13] 178: Checking batch_updates ** [08:44:20 2020-06-13] 178: Checking gears ** [08:44:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:44:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:25 2020-06-13] 178: Checking imports ** [08:44:25 2020-06-13] 178: Checking exports ** [08:44:25 2020-06-13] 178: Checking users ** [08:44:25 2020-06-13] 178: Checking user_dbs ** [08:44:25 2020-06-13] 178: Checking geocodings ** [08:44:25 2020-06-13] 178: Checking synchronizations ** [08:44:25 2020-06-13] 178: Checking tracker ** [08:44:25 2020-06-13] 178: Checking user_migrations ** [08:44:25 2020-06-13] 178: Checking batch_updates ** [08:44:25 2020-06-13] 178: Checking gears ** [08:44:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:44:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:30 2020-06-13] 178: Checking imports ** [08:44:30 2020-06-13] 178: Checking exports ** [08:44:30 2020-06-13] 178: Checking users ** [08:44:30 2020-06-13] 178: Checking user_dbs ** [08:44:30 2020-06-13] 178: Checking geocodings ** [08:44:30 2020-06-13] 178: Checking synchronizations ** [08:44:30 2020-06-13] 178: Checking tracker ** [08:44:30 2020-06-13] 178: Checking user_migrations ** [08:44:30 2020-06-13] 178: Checking batch_updates ** [08:44:30 2020-06-13] 178: Checking gears ** [08:44:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:44:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:35 2020-06-13] 178: Checking imports ** [08:44:35 2020-06-13] 178: Checking exports ** [08:44:35 2020-06-13] 178: Checking users ** [08:44:35 2020-06-13] 178: Checking user_dbs ** [08:44:35 2020-06-13] 178: Checking geocodings ** [08:44:35 2020-06-13] 178: Checking synchronizations ** [08:44:35 2020-06-13] 178: Checking tracker ** [08:44:35 2020-06-13] 178: Checking user_migrations ** [08:44:35 2020-06-13] 178: Checking batch_updates ** [08:44:35 2020-06-13] 178: Checking gears ** [08:44:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:44:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:40 2020-06-13] 178: Checking imports ** [08:44:40 2020-06-13] 178: Checking exports ** [08:44:40 2020-06-13] 178: Checking users ** [08:44:40 2020-06-13] 178: Checking user_dbs ** [08:44:40 2020-06-13] 178: Checking geocodings ** [08:44:40 2020-06-13] 178: Checking synchronizations ** [08:44:40 2020-06-13] 178: Checking tracker ** [08:44:40 2020-06-13] 178: Checking user_migrations ** [08:44:40 2020-06-13] 178: Checking batch_updates ** [08:44:40 2020-06-13] 178: Checking gears ** [08:44:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:44:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:45 2020-06-13] 178: Checking imports ** [08:44:45 2020-06-13] 178: Checking exports ** [08:44:45 2020-06-13] 178: Checking users ** [08:44:45 2020-06-13] 178: Checking user_dbs ** [08:44:45 2020-06-13] 178: Checking geocodings ** [08:44:45 2020-06-13] 178: Checking synchronizations ** [08:44:45 2020-06-13] 178: Checking tracker ** [08:44:45 2020-06-13] 178: Checking user_migrations ** [08:44:45 2020-06-13] 178: Checking batch_updates ** [08:44:45 2020-06-13] 178: Checking gears ** [08:44:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:44:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:50 2020-06-13] 178: Checking imports ** [08:44:50 2020-06-13] 178: Checking exports ** [08:44:50 2020-06-13] 178: Checking users ** [08:44:50 2020-06-13] 178: Checking user_dbs ** [08:44:50 2020-06-13] 178: Checking geocodings ** [08:44:50 2020-06-13] 178: Checking synchronizations ** [08:44:50 2020-06-13] 178: Checking tracker ** [08:44:50 2020-06-13] 178: Checking user_migrations ** [08:44:50 2020-06-13] 178: Checking batch_updates ** [08:44:50 2020-06-13] 178: Checking gears ** [08:44:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:44:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:55 2020-06-13] 178: Checking imports ** [08:44:55 2020-06-13] 178: Checking exports ** [08:44:55 2020-06-13] 178: Checking users ** [08:44:55 2020-06-13] 178: Checking user_dbs ** [08:44:55 2020-06-13] 178: Checking geocodings ** [08:44:55 2020-06-13] 178: Checking synchronizations ** [08:44:55 2020-06-13] 178: Checking tracker ** [08:44:55 2020-06-13] 178: Checking user_migrations ** [08:44:55 2020-06-13] 178: Checking batch_updates ** [08:44:55 2020-06-13] 178: Checking gears ** [08:44:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:44:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:00 2020-06-13] 178: Checking imports ** [08:45:00 2020-06-13] 178: Checking exports ** [08:45:00 2020-06-13] 178: Checking users ** [08:45:00 2020-06-13] 178: Checking user_dbs ** [08:45:00 2020-06-13] 178: Checking geocodings ** [08:45:00 2020-06-13] 178: Checking synchronizations ** [08:45:00 2020-06-13] 178: Checking tracker ** [08:45:00 2020-06-13] 178: Checking user_migrations ** [08:45:00 2020-06-13] 178: Checking batch_updates ** [08:45:00 2020-06-13] 178: Checking gears ** [08:45:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:45:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:05 2020-06-13] 178: Checking imports ** [08:45:05 2020-06-13] 178: Checking exports ** [08:45:05 2020-06-13] 178: Checking users ** [08:45:05 2020-06-13] 178: Checking user_dbs ** [08:45:05 2020-06-13] 178: Checking geocodings ** [08:45:05 2020-06-13] 178: Checking synchronizations ** [08:45:05 2020-06-13] 178: Checking tracker ** [08:45:05 2020-06-13] 178: Checking user_migrations ** [08:45:05 2020-06-13] 178: Checking batch_updates ** [08:45:05 2020-06-13] 178: Checking gears ** [08:45:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:45:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:10 2020-06-13] 178: Checking imports ** [08:45:10 2020-06-13] 178: Checking exports ** [08:45:10 2020-06-13] 178: Checking users ** [08:45:10 2020-06-13] 178: Checking user_dbs ** [08:45:10 2020-06-13] 178: Checking geocodings ** [08:45:10 2020-06-13] 178: Checking synchronizations ** [08:45:10 2020-06-13] 178: Checking tracker ** [08:45:10 2020-06-13] 178: Checking user_migrations ** [08:45:10 2020-06-13] 178: Checking batch_updates ** [08:45:10 2020-06-13] 178: Checking gears ** [08:45:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:45:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:15 2020-06-13] 178: Checking imports ** [08:45:15 2020-06-13] 178: Checking exports ** [08:45:15 2020-06-13] 178: Checking users ** [08:45:15 2020-06-13] 178: Checking user_dbs ** [08:45:15 2020-06-13] 178: Checking geocodings ** [08:45:15 2020-06-13] 178: Checking synchronizations ** [08:45:15 2020-06-13] 178: Checking tracker ** [08:45:15 2020-06-13] 178: Checking user_migrations ** [08:45:15 2020-06-13] 178: Checking batch_updates ** [08:45:15 2020-06-13] 178: Checking gears ** [08:45:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:45:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:20 2020-06-13] 178: Checking imports ** [08:45:20 2020-06-13] 178: Checking exports ** [08:45:20 2020-06-13] 178: Checking users ** [08:45:20 2020-06-13] 178: Checking user_dbs ** [08:45:20 2020-06-13] 178: Checking geocodings ** [08:45:20 2020-06-13] 178: Checking synchronizations ** [08:45:20 2020-06-13] 178: Checking tracker ** [08:45:20 2020-06-13] 178: Checking user_migrations ** [08:45:20 2020-06-13] 178: Checking batch_updates ** [08:45:20 2020-06-13] 178: Checking gears ** [08:45:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:45:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:25 2020-06-13] 178: Checking imports ** [08:45:25 2020-06-13] 178: Checking exports ** [08:45:25 2020-06-13] 178: Checking users ** [08:45:25 2020-06-13] 178: Checking user_dbs ** [08:45:25 2020-06-13] 178: Checking geocodings ** [08:45:25 2020-06-13] 178: Checking synchronizations ** [08:45:25 2020-06-13] 178: Checking tracker ** [08:45:25 2020-06-13] 178: Checking user_migrations ** [08:45:25 2020-06-13] 178: Checking batch_updates ** [08:45:25 2020-06-13] 178: Checking gears ** [08:45:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:45:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:30 2020-06-13] 178: Checking imports ** [08:45:30 2020-06-13] 178: Checking exports ** [08:45:30 2020-06-13] 178: Checking users ** [08:45:30 2020-06-13] 178: Checking user_dbs ** [08:45:30 2020-06-13] 178: Checking geocodings ** [08:45:30 2020-06-13] 178: Checking synchronizations ** [08:45:30 2020-06-13] 178: Checking tracker ** [08:45:30 2020-06-13] 178: Checking user_migrations ** [08:45:30 2020-06-13] 178: Checking batch_updates ** [08:45:30 2020-06-13] 178: Checking gears ** [08:45:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:45:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:35 2020-06-13] 178: Checking imports ** [08:45:35 2020-06-13] 178: Checking exports ** [08:45:35 2020-06-13] 178: Checking users ** [08:45:35 2020-06-13] 178: Checking user_dbs ** [08:45:35 2020-06-13] 178: Checking geocodings ** [08:45:35 2020-06-13] 178: Checking synchronizations ** [08:45:35 2020-06-13] 178: Checking tracker ** [08:45:35 2020-06-13] 178: Checking user_migrations ** [08:45:35 2020-06-13] 178: Checking batch_updates ** [08:45:35 2020-06-13] 178: Checking gears ** [08:45:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:45:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:40 2020-06-13] 178: Checking imports ** [08:45:40 2020-06-13] 178: Checking exports ** [08:45:40 2020-06-13] 178: Checking users ** [08:45:40 2020-06-13] 178: Checking user_dbs ** [08:45:40 2020-06-13] 178: Checking geocodings ** [08:45:40 2020-06-13] 178: Checking synchronizations ** [08:45:40 2020-06-13] 178: Checking tracker ** [08:45:40 2020-06-13] 178: Checking user_migrations ** [08:45:40 2020-06-13] 178: Checking batch_updates ** [08:45:40 2020-06-13] 178: Checking gears ** [08:45:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:45:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:45 2020-06-13] 178: Checking imports ** [08:45:45 2020-06-13] 178: Checking exports ** [08:45:45 2020-06-13] 178: Checking users ** [08:45:45 2020-06-13] 178: Checking user_dbs ** [08:45:45 2020-06-13] 178: Checking geocodings ** [08:45:45 2020-06-13] 178: Checking synchronizations ** [08:45:45 2020-06-13] 178: Checking tracker ** [08:45:45 2020-06-13] 178: Checking user_migrations ** [08:45:45 2020-06-13] 178: Checking batch_updates ** [08:45:45 2020-06-13] 178: Checking gears ** [08:45:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:45:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:50 2020-06-13] 178: Checking imports ** [08:45:50 2020-06-13] 178: Checking exports ** [08:45:50 2020-06-13] 178: Checking users ** [08:45:50 2020-06-13] 178: Checking user_dbs ** [08:45:50 2020-06-13] 178: Checking geocodings ** [08:45:50 2020-06-13] 178: Checking synchronizations ** [08:45:50 2020-06-13] 178: Checking tracker ** [08:45:50 2020-06-13] 178: Checking user_migrations ** [08:45:50 2020-06-13] 178: Checking batch_updates ** [08:45:50 2020-06-13] 178: Checking gears ** [08:45:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:45:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:55 2020-06-13] 178: Checking imports ** [08:45:55 2020-06-13] 178: Checking exports ** [08:45:55 2020-06-13] 178: Checking users ** [08:45:55 2020-06-13] 178: Checking user_dbs ** [08:45:55 2020-06-13] 178: Checking geocodings ** [08:45:55 2020-06-13] 178: Checking synchronizations ** [08:45:55 2020-06-13] 178: Checking tracker ** [08:45:55 2020-06-13] 178: Checking user_migrations ** [08:45:55 2020-06-13] 178: Checking batch_updates ** [08:45:55 2020-06-13] 178: Checking gears ** [08:45:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:45:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:00 2020-06-13] 178: Checking imports ** [08:46:00 2020-06-13] 178: Checking exports ** [08:46:00 2020-06-13] 178: Checking users ** [08:46:00 2020-06-13] 178: Checking user_dbs ** [08:46:00 2020-06-13] 178: Checking geocodings ** [08:46:00 2020-06-13] 178: Checking synchronizations ** [08:46:00 2020-06-13] 178: Checking tracker ** [08:46:00 2020-06-13] 178: Checking user_migrations ** [08:46:00 2020-06-13] 178: Checking batch_updates ** [08:46:00 2020-06-13] 178: Checking gears ** [08:46:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:46:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:05 2020-06-13] 178: Checking imports ** [08:46:05 2020-06-13] 178: Checking exports ** [08:46:05 2020-06-13] 178: Checking users ** [08:46:05 2020-06-13] 178: Checking user_dbs ** [08:46:05 2020-06-13] 178: Checking geocodings ** [08:46:05 2020-06-13] 178: Checking synchronizations ** [08:46:05 2020-06-13] 178: Checking tracker ** [08:46:05 2020-06-13] 178: Checking user_migrations ** [08:46:05 2020-06-13] 178: Checking batch_updates ** [08:46:05 2020-06-13] 178: Checking gears ** [08:46:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:46:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:10 2020-06-13] 178: Checking imports ** [08:46:10 2020-06-13] 178: Checking exports ** [08:46:10 2020-06-13] 178: Checking users ** [08:46:10 2020-06-13] 178: Checking user_dbs ** [08:46:10 2020-06-13] 178: Checking geocodings ** [08:46:10 2020-06-13] 178: Checking synchronizations ** [08:46:10 2020-06-13] 178: Checking tracker ** [08:46:10 2020-06-13] 178: Checking user_migrations ** [08:46:10 2020-06-13] 178: Checking batch_updates ** [08:46:10 2020-06-13] 178: Checking gears ** [08:46:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:46:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:15 2020-06-13] 178: Checking imports ** [08:46:15 2020-06-13] 178: Checking exports ** [08:46:15 2020-06-13] 178: Checking users ** [08:46:15 2020-06-13] 178: Checking user_dbs ** [08:46:15 2020-06-13] 178: Checking geocodings ** [08:46:15 2020-06-13] 178: Checking synchronizations ** [08:46:15 2020-06-13] 178: Checking tracker ** [08:46:15 2020-06-13] 178: Checking user_migrations ** [08:46:15 2020-06-13] 178: Checking batch_updates ** [08:46:15 2020-06-13] 178: Checking gears ** [08:46:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:46:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:20 2020-06-13] 178: Checking imports ** [08:46:20 2020-06-13] 178: Checking exports ** [08:46:20 2020-06-13] 178: Checking users ** [08:46:20 2020-06-13] 178: Checking user_dbs ** [08:46:20 2020-06-13] 178: Checking geocodings ** [08:46:20 2020-06-13] 178: Checking synchronizations ** [08:46:20 2020-06-13] 178: Checking tracker ** [08:46:20 2020-06-13] 178: Checking user_migrations ** [08:46:20 2020-06-13] 178: Checking batch_updates ** [08:46:20 2020-06-13] 178: Checking gears ** [08:46:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:46:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:25 2020-06-13] 178: Checking imports ** [08:46:25 2020-06-13] 178: Checking exports ** [08:46:25 2020-06-13] 178: Checking users ** [08:46:25 2020-06-13] 178: Checking user_dbs ** [08:46:25 2020-06-13] 178: Checking geocodings ** [08:46:25 2020-06-13] 178: Checking synchronizations ** [08:46:25 2020-06-13] 178: Checking tracker ** [08:46:25 2020-06-13] 178: Checking user_migrations ** [08:46:25 2020-06-13] 178: Checking batch_updates ** [08:46:25 2020-06-13] 178: Checking gears ** [08:46:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:46:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:30 2020-06-13] 178: Checking imports ** [08:46:30 2020-06-13] 178: Checking exports ** [08:46:30 2020-06-13] 178: Checking users ** [08:46:30 2020-06-13] 178: Checking user_dbs ** [08:46:30 2020-06-13] 178: Checking geocodings ** [08:46:30 2020-06-13] 178: Checking synchronizations ** [08:46:30 2020-06-13] 178: Checking tracker ** [08:46:30 2020-06-13] 178: Checking user_migrations ** [08:46:30 2020-06-13] 178: Checking batch_updates ** [08:46:30 2020-06-13] 178: Checking gears ** [08:46:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:46:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:35 2020-06-13] 178: Checking imports ** [08:46:35 2020-06-13] 178: Checking exports ** [08:46:35 2020-06-13] 178: Checking users ** [08:46:35 2020-06-13] 178: Checking user_dbs ** [08:46:35 2020-06-13] 178: Checking geocodings ** [08:46:35 2020-06-13] 178: Checking synchronizations ** [08:46:35 2020-06-13] 178: Checking tracker ** [08:46:35 2020-06-13] 178: Checking user_migrations ** [08:46:35 2020-06-13] 178: Checking batch_updates ** [08:46:35 2020-06-13] 178: Checking gears ** [08:46:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:46:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:40 2020-06-13] 178: Checking imports ** [08:46:40 2020-06-13] 178: Checking exports ** [08:46:40 2020-06-13] 178: Checking users ** [08:46:40 2020-06-13] 178: Checking user_dbs ** [08:46:40 2020-06-13] 178: Checking geocodings ** [08:46:40 2020-06-13] 178: Checking synchronizations ** [08:46:40 2020-06-13] 178: Checking tracker ** [08:46:40 2020-06-13] 178: Checking user_migrations ** [08:46:40 2020-06-13] 178: Checking batch_updates ** [08:46:40 2020-06-13] 178: Checking gears ** [08:46:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:46:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:45 2020-06-13] 178: Checking imports ** [08:46:45 2020-06-13] 178: Checking exports ** [08:46:45 2020-06-13] 178: Checking users ** [08:46:45 2020-06-13] 178: Checking user_dbs ** [08:46:45 2020-06-13] 178: Checking geocodings ** [08:46:45 2020-06-13] 178: Checking synchronizations ** [08:46:45 2020-06-13] 178: Checking tracker ** [08:46:45 2020-06-13] 178: Checking user_migrations ** [08:46:45 2020-06-13] 178: Checking batch_updates ** [08:46:45 2020-06-13] 178: Checking gears ** [08:46:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:46:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:50 2020-06-13] 178: Checking imports ** [08:46:50 2020-06-13] 178: Checking exports ** [08:46:50 2020-06-13] 178: Checking users ** [08:46:50 2020-06-13] 178: Checking user_dbs ** [08:46:50 2020-06-13] 178: Checking geocodings ** [08:46:50 2020-06-13] 178: Checking synchronizations ** [08:46:50 2020-06-13] 178: Checking tracker ** [08:46:50 2020-06-13] 178: Checking user_migrations ** [08:46:50 2020-06-13] 178: Checking batch_updates ** [08:46:50 2020-06-13] 178: Checking gears ** [08:46:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:46:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:55 2020-06-13] 178: Checking imports ** [08:46:55 2020-06-13] 178: Checking exports ** [08:46:55 2020-06-13] 178: Checking users ** [08:46:55 2020-06-13] 178: Checking user_dbs ** [08:46:55 2020-06-13] 178: Checking geocodings ** [08:46:55 2020-06-13] 178: Checking synchronizations ** [08:46:55 2020-06-13] 178: Checking tracker ** [08:46:55 2020-06-13] 178: Checking user_migrations ** [08:46:55 2020-06-13] 178: Checking batch_updates ** [08:46:55 2020-06-13] 178: Checking gears ** [08:46:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:46:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:00 2020-06-13] 178: Checking imports ** [08:47:00 2020-06-13] 178: Checking exports ** [08:47:00 2020-06-13] 178: Checking users ** [08:47:00 2020-06-13] 178: Checking user_dbs ** [08:47:00 2020-06-13] 178: Checking geocodings ** [08:47:00 2020-06-13] 178: Checking synchronizations ** [08:47:00 2020-06-13] 178: Checking tracker ** [08:47:00 2020-06-13] 178: Checking user_migrations ** [08:47:00 2020-06-13] 178: Checking batch_updates ** [08:47:00 2020-06-13] 178: Checking gears ** [08:47:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:47:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:05 2020-06-13] 178: Checking imports ** [08:47:05 2020-06-13] 178: Checking exports ** [08:47:05 2020-06-13] 178: Checking users ** [08:47:05 2020-06-13] 178: Checking user_dbs ** [08:47:05 2020-06-13] 178: Checking geocodings ** [08:47:05 2020-06-13] 178: Checking synchronizations ** [08:47:05 2020-06-13] 178: Checking tracker ** [08:47:05 2020-06-13] 178: Checking user_migrations ** [08:47:05 2020-06-13] 178: Checking batch_updates ** [08:47:05 2020-06-13] 178: Checking gears ** [08:47:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:47:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:10 2020-06-13] 178: Checking imports ** [08:47:10 2020-06-13] 178: Checking exports ** [08:47:10 2020-06-13] 178: Checking users ** [08:47:10 2020-06-13] 178: Checking user_dbs ** [08:47:10 2020-06-13] 178: Checking geocodings ** [08:47:10 2020-06-13] 178: Checking synchronizations ** [08:47:10 2020-06-13] 178: Checking tracker ** [08:47:10 2020-06-13] 178: Checking user_migrations ** [08:47:10 2020-06-13] 178: Checking batch_updates ** [08:47:10 2020-06-13] 178: Checking gears ** [08:47:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:47:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:15 2020-06-13] 178: Checking imports ** [08:47:15 2020-06-13] 178: Checking exports ** [08:47:15 2020-06-13] 178: Checking users ** [08:47:15 2020-06-13] 178: Checking user_dbs ** [08:47:15 2020-06-13] 178: Checking geocodings ** [08:47:15 2020-06-13] 178: Checking synchronizations ** [08:47:15 2020-06-13] 178: Checking tracker ** [08:47:15 2020-06-13] 178: Checking user_migrations ** [08:47:15 2020-06-13] 178: Checking batch_updates ** [08:47:15 2020-06-13] 178: Checking gears ** [08:47:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:47:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:20 2020-06-13] 178: Checking imports ** [08:47:20 2020-06-13] 178: Checking exports ** [08:47:20 2020-06-13] 178: Checking users ** [08:47:20 2020-06-13] 178: Checking user_dbs ** [08:47:20 2020-06-13] 178: Checking geocodings ** [08:47:20 2020-06-13] 178: Checking synchronizations ** [08:47:20 2020-06-13] 178: Checking tracker ** [08:47:20 2020-06-13] 178: Checking user_migrations ** [08:47:20 2020-06-13] 178: Checking batch_updates ** [08:47:20 2020-06-13] 178: Checking gears ** [08:47:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:47:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:25 2020-06-13] 178: Checking imports ** [08:47:25 2020-06-13] 178: Checking exports ** [08:47:25 2020-06-13] 178: Checking users ** [08:47:25 2020-06-13] 178: Checking user_dbs ** [08:47:25 2020-06-13] 178: Checking geocodings ** [08:47:25 2020-06-13] 178: Checking synchronizations ** [08:47:25 2020-06-13] 178: Checking tracker ** [08:47:25 2020-06-13] 178: Checking user_migrations ** [08:47:25 2020-06-13] 178: Checking batch_updates ** [08:47:25 2020-06-13] 178: Checking gears ** [08:47:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:47:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:30 2020-06-13] 178: Checking imports ** [08:47:30 2020-06-13] 178: Checking exports ** [08:47:30 2020-06-13] 178: Checking users ** [08:47:30 2020-06-13] 178: Checking user_dbs ** [08:47:30 2020-06-13] 178: Checking geocodings ** [08:47:30 2020-06-13] 178: Checking synchronizations ** [08:47:30 2020-06-13] 178: Checking tracker ** [08:47:30 2020-06-13] 178: Checking user_migrations ** [08:47:30 2020-06-13] 178: Checking batch_updates ** [08:47:30 2020-06-13] 178: Checking gears ** [08:47:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:47:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:35 2020-06-13] 178: Checking imports ** [08:47:35 2020-06-13] 178: Checking exports ** [08:47:35 2020-06-13] 178: Checking users ** [08:47:35 2020-06-13] 178: Checking user_dbs ** [08:47:35 2020-06-13] 178: Checking geocodings ** [08:47:35 2020-06-13] 178: Checking synchronizations ** [08:47:35 2020-06-13] 178: Checking tracker ** [08:47:35 2020-06-13] 178: Checking user_migrations ** [08:47:35 2020-06-13] 178: Checking batch_updates ** [08:47:35 2020-06-13] 178: Checking gears ** [08:47:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:47:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:40 2020-06-13] 178: Checking imports ** [08:47:40 2020-06-13] 178: Checking exports ** [08:47:40 2020-06-13] 178: Checking users ** [08:47:40 2020-06-13] 178: Checking user_dbs ** [08:47:40 2020-06-13] 178: Checking geocodings ** [08:47:40 2020-06-13] 178: Checking synchronizations ** [08:47:40 2020-06-13] 178: Checking tracker ** [08:47:40 2020-06-13] 178: Checking user_migrations ** [08:47:40 2020-06-13] 178: Checking batch_updates ** [08:47:40 2020-06-13] 178: Checking gears ** [08:47:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:47:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:45 2020-06-13] 178: Checking imports ** [08:47:45 2020-06-13] 178: Checking exports ** [08:47:45 2020-06-13] 178: Checking users ** [08:47:45 2020-06-13] 178: Checking user_dbs ** [08:47:45 2020-06-13] 178: Checking geocodings ** [08:47:45 2020-06-13] 178: Checking synchronizations ** [08:47:45 2020-06-13] 178: Checking tracker ** [08:47:45 2020-06-13] 178: Checking user_migrations ** [08:47:45 2020-06-13] 178: Checking batch_updates ** [08:47:45 2020-06-13] 178: Checking gears ** [08:47:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:47:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:50 2020-06-13] 178: Checking imports ** [08:47:50 2020-06-13] 178: Checking exports ** [08:47:50 2020-06-13] 178: Checking users ** [08:47:50 2020-06-13] 178: Checking user_dbs ** [08:47:50 2020-06-13] 178: Checking geocodings ** [08:47:50 2020-06-13] 178: Checking synchronizations ** [08:47:50 2020-06-13] 178: Checking tracker ** [08:47:50 2020-06-13] 178: Checking user_migrations ** [08:47:50 2020-06-13] 178: Checking batch_updates ** [08:47:50 2020-06-13] 178: Checking gears ** [08:47:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:47:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:55 2020-06-13] 178: Checking imports ** [08:47:55 2020-06-13] 178: Checking exports ** [08:47:55 2020-06-13] 178: Checking users ** [08:47:55 2020-06-13] 178: Checking user_dbs ** [08:47:55 2020-06-13] 178: Checking geocodings ** [08:47:55 2020-06-13] 178: Checking synchronizations ** [08:47:55 2020-06-13] 178: Checking tracker ** [08:47:55 2020-06-13] 178: Checking user_migrations ** [08:47:55 2020-06-13] 178: Checking batch_updates ** [08:47:55 2020-06-13] 178: Checking gears ** [08:47:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:47:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:00 2020-06-13] 178: Checking imports ** [08:48:00 2020-06-13] 178: Checking exports ** [08:48:00 2020-06-13] 178: Checking users ** [08:48:00 2020-06-13] 178: Checking user_dbs ** [08:48:00 2020-06-13] 178: Checking geocodings ** [08:48:00 2020-06-13] 178: Checking synchronizations ** [08:48:00 2020-06-13] 178: Checking tracker ** [08:48:00 2020-06-13] 178: Checking user_migrations ** [08:48:00 2020-06-13] 178: Checking batch_updates ** [08:48:00 2020-06-13] 178: Checking gears ** [08:48:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:48:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:05 2020-06-13] 178: Checking imports ** [08:48:05 2020-06-13] 178: Checking exports ** [08:48:05 2020-06-13] 178: Checking users ** [08:48:05 2020-06-13] 178: Checking user_dbs ** [08:48:05 2020-06-13] 178: Checking geocodings ** [08:48:05 2020-06-13] 178: Checking synchronizations ** [08:48:05 2020-06-13] 178: Checking tracker ** [08:48:05 2020-06-13] 178: Checking user_migrations ** [08:48:05 2020-06-13] 178: Checking batch_updates ** [08:48:05 2020-06-13] 178: Checking gears ** [08:48:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:48:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:10 2020-06-13] 178: Checking imports ** [08:48:10 2020-06-13] 178: Checking exports ** [08:48:10 2020-06-13] 178: Checking users ** [08:48:10 2020-06-13] 178: Checking user_dbs ** [08:48:10 2020-06-13] 178: Checking geocodings ** [08:48:10 2020-06-13] 178: Checking synchronizations ** [08:48:10 2020-06-13] 178: Checking tracker ** [08:48:10 2020-06-13] 178: Checking user_migrations ** [08:48:10 2020-06-13] 178: Checking batch_updates ** [08:48:10 2020-06-13] 178: Checking gears ** [08:48:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:48:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:15 2020-06-13] 178: Checking imports ** [08:48:15 2020-06-13] 178: Checking exports ** [08:48:15 2020-06-13] 178: Checking users ** [08:48:15 2020-06-13] 178: Checking user_dbs ** [08:48:15 2020-06-13] 178: Checking geocodings ** [08:48:15 2020-06-13] 178: Checking synchronizations ** [08:48:15 2020-06-13] 178: Checking tracker ** [08:48:15 2020-06-13] 178: Checking user_migrations ** [08:48:15 2020-06-13] 178: Checking batch_updates ** [08:48:15 2020-06-13] 178: Checking gears ** [08:48:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:48:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:20 2020-06-13] 178: Checking imports ** [08:48:20 2020-06-13] 178: Checking exports ** [08:48:20 2020-06-13] 178: Checking users ** [08:48:20 2020-06-13] 178: Checking user_dbs ** [08:48:20 2020-06-13] 178: Checking geocodings ** [08:48:20 2020-06-13] 178: Checking synchronizations ** [08:48:20 2020-06-13] 178: Checking tracker ** [08:48:20 2020-06-13] 178: Checking user_migrations ** [08:48:20 2020-06-13] 178: Checking batch_updates ** [08:48:20 2020-06-13] 178: Checking gears ** [08:48:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:48:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:25 2020-06-13] 178: Checking imports ** [08:48:25 2020-06-13] 178: Checking exports ** [08:48:25 2020-06-13] 178: Checking users ** [08:48:25 2020-06-13] 178: Checking user_dbs ** [08:48:25 2020-06-13] 178: Checking geocodings ** [08:48:25 2020-06-13] 178: Checking synchronizations ** [08:48:25 2020-06-13] 178: Checking tracker ** [08:48:25 2020-06-13] 178: Checking user_migrations ** [08:48:25 2020-06-13] 178: Checking batch_updates ** [08:48:25 2020-06-13] 178: Checking gears ** [08:48:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:48:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:30 2020-06-13] 178: Checking imports ** [08:48:30 2020-06-13] 178: Checking exports ** [08:48:30 2020-06-13] 178: Checking users ** [08:48:30 2020-06-13] 178: Checking user_dbs ** [08:48:30 2020-06-13] 178: Checking geocodings ** [08:48:30 2020-06-13] 178: Checking synchronizations ** [08:48:30 2020-06-13] 178: Checking tracker ** [08:48:30 2020-06-13] 178: Checking user_migrations ** [08:48:30 2020-06-13] 178: Checking batch_updates ** [08:48:30 2020-06-13] 178: Checking gears ** [08:48:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:48:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:35 2020-06-13] 178: Checking imports ** [08:48:35 2020-06-13] 178: Checking exports ** [08:48:35 2020-06-13] 178: Checking users ** [08:48:35 2020-06-13] 178: Checking user_dbs ** [08:48:35 2020-06-13] 178: Checking geocodings ** [08:48:35 2020-06-13] 178: Checking synchronizations ** [08:48:35 2020-06-13] 178: Checking tracker ** [08:48:35 2020-06-13] 178: Checking user_migrations ** [08:48:35 2020-06-13] 178: Checking batch_updates ** [08:48:35 2020-06-13] 178: Checking gears ** [08:48:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:48:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:40 2020-06-13] 178: Checking imports ** [08:48:40 2020-06-13] 178: Checking exports ** [08:48:40 2020-06-13] 178: Checking users ** [08:48:40 2020-06-13] 178: Checking user_dbs ** [08:48:40 2020-06-13] 178: Checking geocodings ** [08:48:40 2020-06-13] 178: Checking synchronizations ** [08:48:40 2020-06-13] 178: Checking tracker ** [08:48:40 2020-06-13] 178: Checking user_migrations ** [08:48:40 2020-06-13] 178: Checking batch_updates ** [08:48:40 2020-06-13] 178: Checking gears ** [08:48:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:48:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:45 2020-06-13] 178: Checking imports ** [08:48:45 2020-06-13] 178: Checking exports ** [08:48:45 2020-06-13] 178: Checking users ** [08:48:45 2020-06-13] 178: Checking user_dbs ** [08:48:45 2020-06-13] 178: Checking geocodings ** [08:48:45 2020-06-13] 178: Checking synchronizations ** [08:48:45 2020-06-13] 178: Checking tracker ** [08:48:45 2020-06-13] 178: Checking user_migrations ** [08:48:45 2020-06-13] 178: Checking batch_updates ** [08:48:45 2020-06-13] 178: Checking gears ** [08:48:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:48:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:50 2020-06-13] 178: Checking imports ** [08:48:50 2020-06-13] 178: Checking exports ** [08:48:50 2020-06-13] 178: Checking users ** [08:48:50 2020-06-13] 178: Checking user_dbs ** [08:48:50 2020-06-13] 178: Checking geocodings ** [08:48:50 2020-06-13] 178: Checking synchronizations ** [08:48:50 2020-06-13] 178: Checking tracker ** [08:48:50 2020-06-13] 178: Checking user_migrations ** [08:48:50 2020-06-13] 178: Checking batch_updates ** [08:48:50 2020-06-13] 178: Checking gears ** [08:48:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:48:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:55 2020-06-13] 178: Checking imports ** [08:48:55 2020-06-13] 178: Checking exports ** [08:48:55 2020-06-13] 178: Checking users ** [08:48:55 2020-06-13] 178: Checking user_dbs ** [08:48:55 2020-06-13] 178: Checking geocodings ** [08:48:55 2020-06-13] 178: Checking synchronizations ** [08:48:55 2020-06-13] 178: Checking tracker ** [08:48:55 2020-06-13] 178: Checking user_migrations ** [08:48:55 2020-06-13] 178: Checking batch_updates ** [08:48:55 2020-06-13] 178: Checking gears ** [08:48:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:48:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:00 2020-06-13] 178: Checking imports ** [08:49:00 2020-06-13] 178: Checking exports ** [08:49:00 2020-06-13] 178: Checking users ** [08:49:00 2020-06-13] 178: Checking user_dbs ** [08:49:00 2020-06-13] 178: Checking geocodings ** [08:49:00 2020-06-13] 178: Checking synchronizations ** [08:49:00 2020-06-13] 178: Checking tracker ** [08:49:00 2020-06-13] 178: Checking user_migrations ** [08:49:00 2020-06-13] 178: Checking batch_updates ** [08:49:00 2020-06-13] 178: Checking gears ** [08:49:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:49:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:05 2020-06-13] 178: Checking imports ** [08:49:05 2020-06-13] 178: Checking exports ** [08:49:05 2020-06-13] 178: Checking users ** [08:49:05 2020-06-13] 178: Checking user_dbs ** [08:49:05 2020-06-13] 178: Checking geocodings ** [08:49:05 2020-06-13] 178: Checking synchronizations ** [08:49:05 2020-06-13] 178: Checking tracker ** [08:49:05 2020-06-13] 178: Checking user_migrations ** [08:49:05 2020-06-13] 178: Checking batch_updates ** [08:49:05 2020-06-13] 178: Checking gears ** [08:49:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:49:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:10 2020-06-13] 178: Checking imports ** [08:49:10 2020-06-13] 178: Checking exports ** [08:49:10 2020-06-13] 178: Checking users ** [08:49:10 2020-06-13] 178: Checking user_dbs ** [08:49:10 2020-06-13] 178: Checking geocodings ** [08:49:10 2020-06-13] 178: Checking synchronizations ** [08:49:10 2020-06-13] 178: Checking tracker ** [08:49:10 2020-06-13] 178: Checking user_migrations ** [08:49:10 2020-06-13] 178: Checking batch_updates ** [08:49:10 2020-06-13] 178: Checking gears ** [08:49:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:49:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:15 2020-06-13] 178: Checking imports ** [08:49:15 2020-06-13] 178: Checking exports ** [08:49:15 2020-06-13] 178: Checking users ** [08:49:15 2020-06-13] 178: Checking user_dbs ** [08:49:15 2020-06-13] 178: Checking geocodings ** [08:49:15 2020-06-13] 178: Checking synchronizations ** [08:49:15 2020-06-13] 178: Checking tracker ** [08:49:15 2020-06-13] 178: Checking user_migrations ** [08:49:15 2020-06-13] 178: Checking batch_updates ** [08:49:15 2020-06-13] 178: Checking gears ** [08:49:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:49:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:20 2020-06-13] 178: Checking imports ** [08:49:20 2020-06-13] 178: Checking exports ** [08:49:20 2020-06-13] 178: Checking users ** [08:49:20 2020-06-13] 178: Checking user_dbs ** [08:49:20 2020-06-13] 178: Checking geocodings ** [08:49:20 2020-06-13] 178: Checking synchronizations ** [08:49:20 2020-06-13] 178: Checking tracker ** [08:49:20 2020-06-13] 178: Checking user_migrations ** [08:49:20 2020-06-13] 178: Checking batch_updates ** [08:49:20 2020-06-13] 178: Checking gears ** [08:49:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:49:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:25 2020-06-13] 178: Checking imports ** [08:49:25 2020-06-13] 178: Checking exports ** [08:49:25 2020-06-13] 178: Checking users ** [08:49:25 2020-06-13] 178: Checking user_dbs ** [08:49:25 2020-06-13] 178: Checking geocodings ** [08:49:25 2020-06-13] 178: Checking synchronizations ** [08:49:25 2020-06-13] 178: Checking tracker ** [08:49:25 2020-06-13] 178: Checking user_migrations ** [08:49:25 2020-06-13] 178: Checking batch_updates ** [08:49:25 2020-06-13] 178: Checking gears ** [08:49:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:49:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:30 2020-06-13] 178: Checking imports ** [08:49:30 2020-06-13] 178: Checking exports ** [08:49:30 2020-06-13] 178: Checking users ** [08:49:30 2020-06-13] 178: Checking user_dbs ** [08:49:30 2020-06-13] 178: Checking geocodings ** [08:49:30 2020-06-13] 178: Checking synchronizations ** [08:49:30 2020-06-13] 178: Checking tracker ** [08:49:30 2020-06-13] 178: Checking user_migrations ** [08:49:30 2020-06-13] 178: Checking batch_updates ** [08:49:30 2020-06-13] 178: Checking gears ** [08:49:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:49:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:35 2020-06-13] 178: Checking imports ** [08:49:35 2020-06-13] 178: Checking exports ** [08:49:35 2020-06-13] 178: Checking users ** [08:49:35 2020-06-13] 178: Checking user_dbs ** [08:49:35 2020-06-13] 178: Checking geocodings ** [08:49:35 2020-06-13] 178: Checking synchronizations ** [08:49:35 2020-06-13] 178: Checking tracker ** [08:49:35 2020-06-13] 178: Checking user_migrations ** [08:49:35 2020-06-13] 178: Checking batch_updates ** [08:49:35 2020-06-13] 178: Checking gears ** [08:49:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:49:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:40 2020-06-13] 178: Checking imports ** [08:49:40 2020-06-13] 178: Checking exports ** [08:49:40 2020-06-13] 178: Checking users ** [08:49:40 2020-06-13] 178: Checking user_dbs ** [08:49:40 2020-06-13] 178: Checking geocodings ** [08:49:40 2020-06-13] 178: Checking synchronizations ** [08:49:40 2020-06-13] 178: Checking tracker ** [08:49:40 2020-06-13] 178: Checking user_migrations ** [08:49:40 2020-06-13] 178: Checking batch_updates ** [08:49:40 2020-06-13] 178: Checking gears ** [08:49:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:49:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:45 2020-06-13] 178: Checking imports ** [08:49:45 2020-06-13] 178: Checking exports ** [08:49:45 2020-06-13] 178: Checking users ** [08:49:45 2020-06-13] 178: Checking user_dbs ** [08:49:45 2020-06-13] 178: Checking geocodings ** [08:49:45 2020-06-13] 178: Checking synchronizations ** [08:49:45 2020-06-13] 178: Checking tracker ** [08:49:45 2020-06-13] 178: Checking user_migrations ** [08:49:45 2020-06-13] 178: Checking batch_updates ** [08:49:45 2020-06-13] 178: Checking gears ** [08:49:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:49:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:50 2020-06-13] 178: Checking imports ** [08:49:50 2020-06-13] 178: Checking exports ** [08:49:50 2020-06-13] 178: Checking users ** [08:49:50 2020-06-13] 178: Checking user_dbs ** [08:49:50 2020-06-13] 178: Checking geocodings ** [08:49:50 2020-06-13] 178: Checking synchronizations ** [08:49:50 2020-06-13] 178: Checking tracker ** [08:49:50 2020-06-13] 178: Checking user_migrations ** [08:49:50 2020-06-13] 178: Checking batch_updates ** [08:49:50 2020-06-13] 178: Checking gears ** [08:49:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:49:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:55 2020-06-13] 178: Checking imports ** [08:49:55 2020-06-13] 178: Checking exports ** [08:49:55 2020-06-13] 178: Checking users ** [08:49:55 2020-06-13] 178: Checking user_dbs ** [08:49:55 2020-06-13] 178: Checking geocodings ** [08:49:55 2020-06-13] 178: Checking synchronizations ** [08:49:55 2020-06-13] 178: Checking tracker ** [08:49:55 2020-06-13] 178: Checking user_migrations ** [08:49:55 2020-06-13] 178: Checking batch_updates ** [08:49:55 2020-06-13] 178: Checking gears ** [08:49:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:49:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:00 2020-06-13] 178: Checking imports ** [08:50:00 2020-06-13] 178: Checking exports ** [08:50:00 2020-06-13] 178: Checking users ** [08:50:00 2020-06-13] 178: Checking user_dbs ** [08:50:00 2020-06-13] 178: Checking geocodings ** [08:50:01 2020-06-13] 178: Checking synchronizations ** [08:50:01 2020-06-13] 178: Checking tracker ** [08:50:01 2020-06-13] 178: Checking user_migrations ** [08:50:01 2020-06-13] 178: Checking batch_updates ** [08:50:01 2020-06-13] 178: Checking gears ** [08:50:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:50:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:06 2020-06-13] 178: Checking imports ** [08:50:06 2020-06-13] 178: Checking exports ** [08:50:06 2020-06-13] 178: Checking users ** [08:50:06 2020-06-13] 178: Checking user_dbs ** [08:50:06 2020-06-13] 178: Checking geocodings ** [08:50:06 2020-06-13] 178: Checking synchronizations ** [08:50:06 2020-06-13] 178: Checking tracker ** [08:50:06 2020-06-13] 178: Checking user_migrations ** [08:50:06 2020-06-13] 178: Checking batch_updates ** [08:50:06 2020-06-13] 178: Checking gears ** [08:50:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:50:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:11 2020-06-13] 178: Checking imports ** [08:50:11 2020-06-13] 178: Checking exports ** [08:50:11 2020-06-13] 178: Checking users ** [08:50:11 2020-06-13] 178: Checking user_dbs ** [08:50:11 2020-06-13] 178: Checking geocodings ** [08:50:11 2020-06-13] 178: Checking synchronizations ** [08:50:11 2020-06-13] 178: Checking tracker ** [08:50:11 2020-06-13] 178: Checking user_migrations ** [08:50:11 2020-06-13] 178: Checking batch_updates ** [08:50:11 2020-06-13] 178: Checking gears ** [08:50:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:50:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:16 2020-06-13] 178: Checking imports ** [08:50:16 2020-06-13] 178: Checking exports ** [08:50:16 2020-06-13] 178: Checking users ** [08:50:16 2020-06-13] 178: Checking user_dbs ** [08:50:16 2020-06-13] 178: Checking geocodings ** [08:50:16 2020-06-13] 178: Checking synchronizations ** [08:50:16 2020-06-13] 178: Checking tracker ** [08:50:16 2020-06-13] 178: Checking user_migrations ** [08:50:16 2020-06-13] 178: Checking batch_updates ** [08:50:16 2020-06-13] 178: Checking gears ** [08:50:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:50:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:21 2020-06-13] 178: Checking imports ** [08:50:21 2020-06-13] 178: Checking exports ** [08:50:21 2020-06-13] 178: Checking users ** [08:50:21 2020-06-13] 178: Checking user_dbs ** [08:50:21 2020-06-13] 178: Checking geocodings ** [08:50:21 2020-06-13] 178: Checking synchronizations ** [08:50:21 2020-06-13] 178: Checking tracker ** [08:50:21 2020-06-13] 178: Checking user_migrations ** [08:50:21 2020-06-13] 178: Checking batch_updates ** [08:50:21 2020-06-13] 178: Checking gears ** [08:50:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:50:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:26 2020-06-13] 178: Checking imports ** [08:50:26 2020-06-13] 178: Checking exports ** [08:50:26 2020-06-13] 178: Checking users ** [08:50:26 2020-06-13] 178: Checking user_dbs ** [08:50:26 2020-06-13] 178: Checking geocodings ** [08:50:26 2020-06-13] 178: Checking synchronizations ** [08:50:26 2020-06-13] 178: Checking tracker ** [08:50:26 2020-06-13] 178: Checking user_migrations ** [08:50:26 2020-06-13] 178: Checking batch_updates ** [08:50:26 2020-06-13] 178: Checking gears ** [08:50:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:50:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:31 2020-06-13] 178: Checking imports ** [08:50:31 2020-06-13] 178: Checking exports ** [08:50:31 2020-06-13] 178: Checking users ** [08:50:31 2020-06-13] 178: Checking user_dbs ** [08:50:31 2020-06-13] 178: Checking geocodings ** [08:50:31 2020-06-13] 178: Checking synchronizations ** [08:50:31 2020-06-13] 178: Checking tracker ** [08:50:31 2020-06-13] 178: Checking user_migrations ** [08:50:31 2020-06-13] 178: Checking batch_updates ** [08:50:31 2020-06-13] 178: Checking gears ** [08:50:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:50:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:36 2020-06-13] 178: Checking imports ** [08:50:36 2020-06-13] 178: Checking exports ** [08:50:36 2020-06-13] 178: Checking users ** [08:50:36 2020-06-13] 178: Checking user_dbs ** [08:50:36 2020-06-13] 178: Checking geocodings ** [08:50:36 2020-06-13] 178: Checking synchronizations ** [08:50:36 2020-06-13] 178: Checking tracker ** [08:50:36 2020-06-13] 178: Checking user_migrations ** [08:50:36 2020-06-13] 178: Checking batch_updates ** [08:50:36 2020-06-13] 178: Checking gears ** [08:50:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:50:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:41 2020-06-13] 178: Checking imports ** [08:50:41 2020-06-13] 178: Checking exports ** [08:50:41 2020-06-13] 178: Checking users ** [08:50:41 2020-06-13] 178: Checking user_dbs ** [08:50:41 2020-06-13] 178: Checking geocodings ** [08:50:41 2020-06-13] 178: Checking synchronizations ** [08:50:41 2020-06-13] 178: Checking tracker ** [08:50:41 2020-06-13] 178: Checking user_migrations ** [08:50:41 2020-06-13] 178: Checking batch_updates ** [08:50:41 2020-06-13] 178: Checking gears ** [08:50:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:50:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:46 2020-06-13] 178: Checking imports ** [08:50:46 2020-06-13] 178: Checking exports ** [08:50:46 2020-06-13] 178: Checking users ** [08:50:46 2020-06-13] 178: Checking user_dbs ** [08:50:46 2020-06-13] 178: Checking geocodings ** [08:50:46 2020-06-13] 178: Checking synchronizations ** [08:50:46 2020-06-13] 178: Checking tracker ** [08:50:46 2020-06-13] 178: Checking user_migrations ** [08:50:46 2020-06-13] 178: Checking batch_updates ** [08:50:46 2020-06-13] 178: Checking gears ** [08:50:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:50:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:51 2020-06-13] 178: Checking imports ** [08:50:51 2020-06-13] 178: Checking exports ** [08:50:51 2020-06-13] 178: Checking users ** [08:50:51 2020-06-13] 178: Checking user_dbs ** [08:50:51 2020-06-13] 178: Checking geocodings ** [08:50:51 2020-06-13] 178: Checking synchronizations ** [08:50:51 2020-06-13] 178: Checking tracker ** [08:50:51 2020-06-13] 178: Checking user_migrations ** [08:50:51 2020-06-13] 178: Checking batch_updates ** [08:50:51 2020-06-13] 178: Checking gears ** [08:50:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:50:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:56 2020-06-13] 178: Checking imports ** [08:50:56 2020-06-13] 178: Checking exports ** [08:50:56 2020-06-13] 178: Checking users ** [08:50:56 2020-06-13] 178: Checking user_dbs ** [08:50:56 2020-06-13] 178: Checking geocodings ** [08:50:56 2020-06-13] 178: Checking synchronizations ** [08:50:56 2020-06-13] 178: Checking tracker ** [08:50:56 2020-06-13] 178: Checking user_migrations ** [08:50:56 2020-06-13] 178: Checking batch_updates ** [08:50:56 2020-06-13] 178: Checking gears ** [08:50:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:50:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:01 2020-06-13] 178: Checking imports ** [08:51:01 2020-06-13] 178: Checking exports ** [08:51:01 2020-06-13] 178: Checking users ** [08:51:01 2020-06-13] 178: Checking user_dbs ** [08:51:01 2020-06-13] 178: Checking geocodings ** [08:51:01 2020-06-13] 178: Checking synchronizations ** [08:51:01 2020-06-13] 178: Checking tracker ** [08:51:01 2020-06-13] 178: Checking user_migrations ** [08:51:01 2020-06-13] 178: Checking batch_updates ** [08:51:01 2020-06-13] 178: Checking gears ** [08:51:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:51:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:06 2020-06-13] 178: Checking imports ** [08:51:06 2020-06-13] 178: Checking exports ** [08:51:06 2020-06-13] 178: Checking users ** [08:51:06 2020-06-13] 178: Checking user_dbs ** [08:51:06 2020-06-13] 178: Checking geocodings ** [08:51:06 2020-06-13] 178: Checking synchronizations ** [08:51:06 2020-06-13] 178: Checking tracker ** [08:51:06 2020-06-13] 178: Checking user_migrations ** [08:51:06 2020-06-13] 178: Checking batch_updates ** [08:51:06 2020-06-13] 178: Checking gears ** [08:51:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:51:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:11 2020-06-13] 178: Checking imports ** [08:51:11 2020-06-13] 178: Checking exports ** [08:51:11 2020-06-13] 178: Checking users ** [08:51:11 2020-06-13] 178: Checking user_dbs ** [08:51:11 2020-06-13] 178: Checking geocodings ** [08:51:11 2020-06-13] 178: Checking synchronizations ** [08:51:11 2020-06-13] 178: Checking tracker ** [08:51:11 2020-06-13] 178: Checking user_migrations ** [08:51:11 2020-06-13] 178: Checking batch_updates ** [08:51:11 2020-06-13] 178: Checking gears ** [08:51:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:51:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:16 2020-06-13] 178: Checking imports ** [08:51:16 2020-06-13] 178: Checking exports ** [08:51:16 2020-06-13] 178: Checking users ** [08:51:16 2020-06-13] 178: Checking user_dbs ** [08:51:16 2020-06-13] 178: Checking geocodings ** [08:51:16 2020-06-13] 178: Checking synchronizations ** [08:51:16 2020-06-13] 178: Checking tracker ** [08:51:16 2020-06-13] 178: Checking user_migrations ** [08:51:16 2020-06-13] 178: Checking batch_updates ** [08:51:16 2020-06-13] 178: Checking gears ** [08:51:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:51:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:21 2020-06-13] 178: Checking imports ** [08:51:21 2020-06-13] 178: Checking exports ** [08:51:21 2020-06-13] 178: Checking users ** [08:51:21 2020-06-13] 178: Checking user_dbs ** [08:51:21 2020-06-13] 178: Checking geocodings ** [08:51:21 2020-06-13] 178: Checking synchronizations ** [08:51:21 2020-06-13] 178: Checking tracker ** [08:51:21 2020-06-13] 178: Checking user_migrations ** [08:51:21 2020-06-13] 178: Checking batch_updates ** [08:51:21 2020-06-13] 178: Checking gears ** [08:51:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:51:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:26 2020-06-13] 178: Checking imports ** [08:51:26 2020-06-13] 178: Checking exports ** [08:51:26 2020-06-13] 178: Checking users ** [08:51:26 2020-06-13] 178: Checking user_dbs ** [08:51:26 2020-06-13] 178: Checking geocodings ** [08:51:26 2020-06-13] 178: Checking synchronizations ** [08:51:26 2020-06-13] 178: Checking tracker ** [08:51:26 2020-06-13] 178: Checking user_migrations ** [08:51:26 2020-06-13] 178: Checking batch_updates ** [08:51:26 2020-06-13] 178: Checking gears ** [08:51:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:51:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:31 2020-06-13] 178: Checking imports ** [08:51:31 2020-06-13] 178: Checking exports ** [08:51:31 2020-06-13] 178: Checking users ** [08:51:31 2020-06-13] 178: Checking user_dbs ** [08:51:31 2020-06-13] 178: Checking geocodings ** [08:51:31 2020-06-13] 178: Checking synchronizations ** [08:51:31 2020-06-13] 178: Checking tracker ** [08:51:31 2020-06-13] 178: Checking user_migrations ** [08:51:31 2020-06-13] 178: Checking batch_updates ** [08:51:31 2020-06-13] 178: Checking gears ** [08:51:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:51:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:36 2020-06-13] 178: Checking imports ** [08:51:36 2020-06-13] 178: Checking exports ** [08:51:36 2020-06-13] 178: Checking users ** [08:51:36 2020-06-13] 178: Checking user_dbs ** [08:51:36 2020-06-13] 178: Checking geocodings ** [08:51:36 2020-06-13] 178: Checking synchronizations ** [08:51:36 2020-06-13] 178: Checking tracker ** [08:51:36 2020-06-13] 178: Checking user_migrations ** [08:51:36 2020-06-13] 178: Checking batch_updates ** [08:51:36 2020-06-13] 178: Checking gears ** [08:51:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:51:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:41 2020-06-13] 178: Checking imports ** [08:51:41 2020-06-13] 178: Checking exports ** [08:51:41 2020-06-13] 178: Checking users ** [08:51:41 2020-06-13] 178: Checking user_dbs ** [08:51:41 2020-06-13] 178: Checking geocodings ** [08:51:41 2020-06-13] 178: Checking synchronizations ** [08:51:41 2020-06-13] 178: Checking tracker ** [08:51:41 2020-06-13] 178: Checking user_migrations ** [08:51:41 2020-06-13] 178: Checking batch_updates ** [08:51:41 2020-06-13] 178: Checking gears ** [08:51:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:51:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:46 2020-06-13] 178: Checking imports ** [08:51:46 2020-06-13] 178: Checking exports ** [08:51:46 2020-06-13] 178: Checking users ** [08:51:46 2020-06-13] 178: Checking user_dbs ** [08:51:46 2020-06-13] 178: Checking geocodings ** [08:51:46 2020-06-13] 178: Checking synchronizations ** [08:51:46 2020-06-13] 178: Checking tracker ** [08:51:46 2020-06-13] 178: Checking user_migrations ** [08:51:46 2020-06-13] 178: Checking batch_updates ** [08:51:46 2020-06-13] 178: Checking gears ** [08:51:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:51:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:51 2020-06-13] 178: Checking imports ** [08:51:51 2020-06-13] 178: Checking exports ** [08:51:51 2020-06-13] 178: Checking users ** [08:51:51 2020-06-13] 178: Checking user_dbs ** [08:51:51 2020-06-13] 178: Checking geocodings ** [08:51:51 2020-06-13] 178: Checking synchronizations ** [08:51:51 2020-06-13] 178: Checking tracker ** [08:51:51 2020-06-13] 178: Checking user_migrations ** [08:51:51 2020-06-13] 178: Checking batch_updates ** [08:51:51 2020-06-13] 178: Checking gears ** [08:51:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:51:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:56 2020-06-13] 178: Checking imports ** [08:51:56 2020-06-13] 178: Checking exports ** [08:51:56 2020-06-13] 178: Checking users ** [08:51:56 2020-06-13] 178: Checking user_dbs ** [08:51:56 2020-06-13] 178: Checking geocodings ** [08:51:56 2020-06-13] 178: Checking synchronizations ** [08:51:56 2020-06-13] 178: Checking tracker ** [08:51:56 2020-06-13] 178: Checking user_migrations ** [08:51:56 2020-06-13] 178: Checking batch_updates ** [08:51:56 2020-06-13] 178: Checking gears ** [08:51:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:51:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:01 2020-06-13] 178: Checking imports ** [08:52:01 2020-06-13] 178: Checking exports ** [08:52:01 2020-06-13] 178: Checking users ** [08:52:01 2020-06-13] 178: Checking user_dbs ** [08:52:01 2020-06-13] 178: Checking geocodings ** [08:52:01 2020-06-13] 178: Checking synchronizations ** [08:52:01 2020-06-13] 178: Checking tracker ** [08:52:01 2020-06-13] 178: Checking user_migrations ** [08:52:01 2020-06-13] 178: Checking batch_updates ** [08:52:01 2020-06-13] 178: Checking gears ** [08:52:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:52:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:06 2020-06-13] 178: Checking imports ** [08:52:06 2020-06-13] 178: Checking exports ** [08:52:06 2020-06-13] 178: Checking users ** [08:52:06 2020-06-13] 178: Checking user_dbs ** [08:52:06 2020-06-13] 178: Checking geocodings ** [08:52:06 2020-06-13] 178: Checking synchronizations ** [08:52:06 2020-06-13] 178: Checking tracker ** [08:52:06 2020-06-13] 178: Checking user_migrations ** [08:52:06 2020-06-13] 178: Checking batch_updates ** [08:52:06 2020-06-13] 178: Checking gears ** [08:52:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:52:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:11 2020-06-13] 178: Checking imports ** [08:52:11 2020-06-13] 178: Checking exports ** [08:52:11 2020-06-13] 178: Checking users ** [08:52:11 2020-06-13] 178: Checking user_dbs ** [08:52:11 2020-06-13] 178: Checking geocodings ** [08:52:11 2020-06-13] 178: Checking synchronizations ** [08:52:11 2020-06-13] 178: Checking tracker ** [08:52:11 2020-06-13] 178: Checking user_migrations ** [08:52:11 2020-06-13] 178: Checking batch_updates ** [08:52:11 2020-06-13] 178: Checking gears ** [08:52:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:52:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:16 2020-06-13] 178: Checking imports ** [08:52:16 2020-06-13] 178: Checking exports ** [08:52:16 2020-06-13] 178: Checking users ** [08:52:16 2020-06-13] 178: Checking user_dbs ** [08:52:16 2020-06-13] 178: Checking geocodings ** [08:52:16 2020-06-13] 178: Checking synchronizations ** [08:52:16 2020-06-13] 178: Checking tracker ** [08:52:16 2020-06-13] 178: Checking user_migrations ** [08:52:16 2020-06-13] 178: Checking batch_updates ** [08:52:16 2020-06-13] 178: Checking gears ** [08:52:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:52:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:21 2020-06-13] 178: Checking imports ** [08:52:21 2020-06-13] 178: Checking exports ** [08:52:21 2020-06-13] 178: Checking users ** [08:52:21 2020-06-13] 178: Checking user_dbs ** [08:52:21 2020-06-13] 178: Checking geocodings ** [08:52:21 2020-06-13] 178: Checking synchronizations ** [08:52:21 2020-06-13] 178: Checking tracker ** [08:52:21 2020-06-13] 178: Checking user_migrations ** [08:52:21 2020-06-13] 178: Checking batch_updates ** [08:52:21 2020-06-13] 178: Checking gears ** [08:52:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:52:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:26 2020-06-13] 178: Checking imports ** [08:52:26 2020-06-13] 178: Checking exports ** [08:52:26 2020-06-13] 178: Checking users ** [08:52:26 2020-06-13] 178: Checking user_dbs ** [08:52:26 2020-06-13] 178: Checking geocodings ** [08:52:26 2020-06-13] 178: Checking synchronizations ** [08:52:26 2020-06-13] 178: Checking tracker ** [08:52:26 2020-06-13] 178: Checking user_migrations ** [08:52:26 2020-06-13] 178: Checking batch_updates ** [08:52:26 2020-06-13] 178: Checking gears ** [08:52:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:52:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:31 2020-06-13] 178: Checking imports ** [08:52:31 2020-06-13] 178: Checking exports ** [08:52:31 2020-06-13] 178: Checking users ** [08:52:31 2020-06-13] 178: Checking user_dbs ** [08:52:31 2020-06-13] 178: Checking geocodings ** [08:52:31 2020-06-13] 178: Checking synchronizations ** [08:52:31 2020-06-13] 178: Checking tracker ** [08:52:31 2020-06-13] 178: Checking user_migrations ** [08:52:31 2020-06-13] 178: Checking batch_updates ** [08:52:31 2020-06-13] 178: Checking gears ** [08:52:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:52:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:36 2020-06-13] 178: Checking imports ** [08:52:36 2020-06-13] 178: Checking exports ** [08:52:36 2020-06-13] 178: Checking users ** [08:52:36 2020-06-13] 178: Checking user_dbs ** [08:52:36 2020-06-13] 178: Checking geocodings ** [08:52:36 2020-06-13] 178: Checking synchronizations ** [08:52:36 2020-06-13] 178: Checking tracker ** [08:52:36 2020-06-13] 178: Checking user_migrations ** [08:52:36 2020-06-13] 178: Checking batch_updates ** [08:52:36 2020-06-13] 178: Checking gears ** [08:52:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:52:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:41 2020-06-13] 178: Checking imports ** [08:52:41 2020-06-13] 178: Checking exports ** [08:52:41 2020-06-13] 178: Checking users ** [08:52:41 2020-06-13] 178: Checking user_dbs ** [08:52:41 2020-06-13] 178: Checking geocodings ** [08:52:41 2020-06-13] 178: Checking synchronizations ** [08:52:41 2020-06-13] 178: Checking tracker ** [08:52:41 2020-06-13] 178: Checking user_migrations ** [08:52:41 2020-06-13] 178: Checking batch_updates ** [08:52:41 2020-06-13] 178: Checking gears ** [08:52:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:52:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:46 2020-06-13] 178: Checking imports ** [08:52:46 2020-06-13] 178: Checking exports ** [08:52:46 2020-06-13] 178: Checking users ** [08:52:46 2020-06-13] 178: Checking user_dbs ** [08:52:46 2020-06-13] 178: Checking geocodings ** [08:52:46 2020-06-13] 178: Checking synchronizations ** [08:52:46 2020-06-13] 178: Checking tracker ** [08:52:46 2020-06-13] 178: Checking user_migrations ** [08:52:46 2020-06-13] 178: Checking batch_updates ** [08:52:46 2020-06-13] 178: Checking gears ** [08:52:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:52:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:51 2020-06-13] 178: Checking imports ** [08:52:51 2020-06-13] 178: Checking exports ** [08:52:51 2020-06-13] 178: Checking users ** [08:52:51 2020-06-13] 178: Checking user_dbs ** [08:52:51 2020-06-13] 178: Checking geocodings ** [08:52:51 2020-06-13] 178: Checking synchronizations ** [08:52:51 2020-06-13] 178: Checking tracker ** [08:52:51 2020-06-13] 178: Checking user_migrations ** [08:52:51 2020-06-13] 178: Checking batch_updates ** [08:52:51 2020-06-13] 178: Checking gears ** [08:52:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:52:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:56 2020-06-13] 178: Checking imports ** [08:52:56 2020-06-13] 178: Checking exports ** [08:52:56 2020-06-13] 178: Checking users ** [08:52:56 2020-06-13] 178: Checking user_dbs ** [08:52:56 2020-06-13] 178: Checking geocodings ** [08:52:56 2020-06-13] 178: Checking synchronizations ** [08:52:56 2020-06-13] 178: Checking tracker ** [08:52:56 2020-06-13] 178: Checking user_migrations ** [08:52:56 2020-06-13] 178: Checking batch_updates ** [08:52:56 2020-06-13] 178: Checking gears ** [08:52:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:52:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:01 2020-06-13] 178: Checking imports ** [08:53:01 2020-06-13] 178: Checking exports ** [08:53:01 2020-06-13] 178: Checking users ** [08:53:01 2020-06-13] 178: Checking user_dbs ** [08:53:01 2020-06-13] 178: Checking geocodings ** [08:53:01 2020-06-13] 178: Checking synchronizations ** [08:53:01 2020-06-13] 178: Checking tracker ** [08:53:01 2020-06-13] 178: Checking user_migrations ** [08:53:01 2020-06-13] 178: Checking batch_updates ** [08:53:01 2020-06-13] 178: Checking gears ** [08:53:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:53:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:06 2020-06-13] 178: Checking imports ** [08:53:06 2020-06-13] 178: Checking exports ** [08:53:06 2020-06-13] 178: Checking users ** [08:53:06 2020-06-13] 178: Checking user_dbs ** [08:53:06 2020-06-13] 178: Checking geocodings ** [08:53:06 2020-06-13] 178: Checking synchronizations ** [08:53:06 2020-06-13] 178: Checking tracker ** [08:53:06 2020-06-13] 178: Checking user_migrations ** [08:53:06 2020-06-13] 178: Checking batch_updates ** [08:53:06 2020-06-13] 178: Checking gears ** [08:53:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:53:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:11 2020-06-13] 178: Checking imports ** [08:53:11 2020-06-13] 178: Checking exports ** [08:53:11 2020-06-13] 178: Checking users ** [08:53:11 2020-06-13] 178: Checking user_dbs ** [08:53:11 2020-06-13] 178: Checking geocodings ** [08:53:11 2020-06-13] 178: Checking synchronizations ** [08:53:11 2020-06-13] 178: Checking tracker ** [08:53:11 2020-06-13] 178: Checking user_migrations ** [08:53:11 2020-06-13] 178: Checking batch_updates ** [08:53:11 2020-06-13] 178: Checking gears ** [08:53:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:53:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:16 2020-06-13] 178: Checking imports ** [08:53:16 2020-06-13] 178: Checking exports ** [08:53:16 2020-06-13] 178: Checking users ** [08:53:16 2020-06-13] 178: Checking user_dbs ** [08:53:16 2020-06-13] 178: Checking geocodings ** [08:53:16 2020-06-13] 178: Checking synchronizations ** [08:53:16 2020-06-13] 178: Checking tracker ** [08:53:16 2020-06-13] 178: Checking user_migrations ** [08:53:16 2020-06-13] 178: Checking batch_updates ** [08:53:16 2020-06-13] 178: Checking gears ** [08:53:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:53:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:21 2020-06-13] 178: Checking imports ** [08:53:21 2020-06-13] 178: Checking exports ** [08:53:21 2020-06-13] 178: Checking users ** [08:53:21 2020-06-13] 178: Checking user_dbs ** [08:53:21 2020-06-13] 178: Checking geocodings ** [08:53:21 2020-06-13] 178: Checking synchronizations ** [08:53:21 2020-06-13] 178: Checking tracker ** [08:53:21 2020-06-13] 178: Checking user_migrations ** [08:53:21 2020-06-13] 178: Checking batch_updates ** [08:53:21 2020-06-13] 178: Checking gears ** [08:53:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:53:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:26 2020-06-13] 178: Checking imports ** [08:53:26 2020-06-13] 178: Checking exports ** [08:53:26 2020-06-13] 178: Checking users ** [08:53:26 2020-06-13] 178: Checking user_dbs ** [08:53:26 2020-06-13] 178: Checking geocodings ** [08:53:26 2020-06-13] 178: Checking synchronizations ** [08:53:26 2020-06-13] 178: Checking tracker ** [08:53:26 2020-06-13] 178: Checking user_migrations ** [08:53:26 2020-06-13] 178: Checking batch_updates ** [08:53:26 2020-06-13] 178: Checking gears ** [08:53:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:53:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:31 2020-06-13] 178: Checking imports ** [08:53:31 2020-06-13] 178: Checking exports ** [08:53:31 2020-06-13] 178: Checking users ** [08:53:31 2020-06-13] 178: Checking user_dbs ** [08:53:31 2020-06-13] 178: Checking geocodings ** [08:53:31 2020-06-13] 178: Checking synchronizations ** [08:53:31 2020-06-13] 178: Checking tracker ** [08:53:31 2020-06-13] 178: Checking user_migrations ** [08:53:31 2020-06-13] 178: Checking batch_updates ** [08:53:31 2020-06-13] 178: Checking gears ** [08:53:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:53:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:36 2020-06-13] 178: Checking imports ** [08:53:36 2020-06-13] 178: Checking exports ** [08:53:36 2020-06-13] 178: Checking users ** [08:53:36 2020-06-13] 178: Checking user_dbs ** [08:53:36 2020-06-13] 178: Checking geocodings ** [08:53:36 2020-06-13] 178: Checking synchronizations ** [08:53:36 2020-06-13] 178: Checking tracker ** [08:53:36 2020-06-13] 178: Checking user_migrations ** [08:53:36 2020-06-13] 178: Checking batch_updates ** [08:53:36 2020-06-13] 178: Checking gears ** [08:53:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:53:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:41 2020-06-13] 178: Checking imports ** [08:53:41 2020-06-13] 178: Checking exports ** [08:53:41 2020-06-13] 178: Checking users ** [08:53:41 2020-06-13] 178: Checking user_dbs ** [08:53:41 2020-06-13] 178: Checking geocodings ** [08:53:41 2020-06-13] 178: Checking synchronizations ** [08:53:41 2020-06-13] 178: Checking tracker ** [08:53:41 2020-06-13] 178: Checking user_migrations ** [08:53:41 2020-06-13] 178: Checking batch_updates ** [08:53:41 2020-06-13] 178: Checking gears ** [08:53:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:53:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:46 2020-06-13] 178: Checking imports ** [08:53:46 2020-06-13] 178: Checking exports ** [08:53:46 2020-06-13] 178: Checking users ** [08:53:46 2020-06-13] 178: Checking user_dbs ** [08:53:46 2020-06-13] 178: Checking geocodings ** [08:53:46 2020-06-13] 178: Checking synchronizations ** [08:53:46 2020-06-13] 178: Checking tracker ** [08:53:46 2020-06-13] 178: Checking user_migrations ** [08:53:46 2020-06-13] 178: Checking batch_updates ** [08:53:46 2020-06-13] 178: Checking gears ** [08:53:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:53:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:51 2020-06-13] 178: Checking imports ** [08:53:51 2020-06-13] 178: Checking exports ** [08:53:51 2020-06-13] 178: Checking users ** [08:53:51 2020-06-13] 178: Checking user_dbs ** [08:53:51 2020-06-13] 178: Checking geocodings ** [08:53:51 2020-06-13] 178: Checking synchronizations ** [08:53:51 2020-06-13] 178: Checking tracker ** [08:53:51 2020-06-13] 178: Checking user_migrations ** [08:53:51 2020-06-13] 178: Checking batch_updates ** [08:53:51 2020-06-13] 178: Checking gears ** [08:53:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:53:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:56 2020-06-13] 178: Checking imports ** [08:53:56 2020-06-13] 178: Checking exports ** [08:53:56 2020-06-13] 178: Checking users ** [08:53:56 2020-06-13] 178: Checking user_dbs ** [08:53:56 2020-06-13] 178: Checking geocodings ** [08:53:56 2020-06-13] 178: Checking synchronizations ** [08:53:56 2020-06-13] 178: Checking tracker ** [08:53:56 2020-06-13] 178: Checking user_migrations ** [08:53:56 2020-06-13] 178: Checking batch_updates ** [08:53:56 2020-06-13] 178: Checking gears ** [08:53:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:53:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:01 2020-06-13] 178: Checking imports ** [08:54:01 2020-06-13] 178: Checking exports ** [08:54:01 2020-06-13] 178: Checking users ** [08:54:01 2020-06-13] 178: Checking user_dbs ** [08:54:01 2020-06-13] 178: Checking geocodings ** [08:54:01 2020-06-13] 178: Checking synchronizations ** [08:54:01 2020-06-13] 178: Checking tracker ** [08:54:01 2020-06-13] 178: Checking user_migrations ** [08:54:01 2020-06-13] 178: Checking batch_updates ** [08:54:01 2020-06-13] 178: Checking gears ** [08:54:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:54:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:06 2020-06-13] 178: Checking imports ** [08:54:06 2020-06-13] 178: Checking exports ** [08:54:06 2020-06-13] 178: Checking users ** [08:54:06 2020-06-13] 178: Checking user_dbs ** [08:54:06 2020-06-13] 178: Checking geocodings ** [08:54:06 2020-06-13] 178: Checking synchronizations ** [08:54:06 2020-06-13] 178: Checking tracker ** [08:54:06 2020-06-13] 178: Checking user_migrations ** [08:54:06 2020-06-13] 178: Checking batch_updates ** [08:54:06 2020-06-13] 178: Checking gears ** [08:54:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:54:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:11 2020-06-13] 178: Checking imports ** [08:54:11 2020-06-13] 178: Checking exports ** [08:54:11 2020-06-13] 178: Checking users ** [08:54:11 2020-06-13] 178: Checking user_dbs ** [08:54:11 2020-06-13] 178: Checking geocodings ** [08:54:11 2020-06-13] 178: Checking synchronizations ** [08:54:11 2020-06-13] 178: Checking tracker ** [08:54:11 2020-06-13] 178: Checking user_migrations ** [08:54:11 2020-06-13] 178: Checking batch_updates ** [08:54:11 2020-06-13] 178: Checking gears ** [08:54:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:54:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:16 2020-06-13] 178: Checking imports ** [08:54:16 2020-06-13] 178: Checking exports ** [08:54:16 2020-06-13] 178: Checking users ** [08:54:16 2020-06-13] 178: Checking user_dbs ** [08:54:16 2020-06-13] 178: Checking geocodings ** [08:54:16 2020-06-13] 178: Checking synchronizations ** [08:54:16 2020-06-13] 178: Checking tracker ** [08:54:16 2020-06-13] 178: Checking user_migrations ** [08:54:16 2020-06-13] 178: Checking batch_updates ** [08:54:16 2020-06-13] 178: Checking gears ** [08:54:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:54:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:21 2020-06-13] 178: Checking imports ** [08:54:21 2020-06-13] 178: Checking exports ** [08:54:21 2020-06-13] 178: Checking users ** [08:54:21 2020-06-13] 178: Checking user_dbs ** [08:54:21 2020-06-13] 178: Checking geocodings ** [08:54:21 2020-06-13] 178: Checking synchronizations ** [08:54:21 2020-06-13] 178: Checking tracker ** [08:54:21 2020-06-13] 178: Checking user_migrations ** [08:54:21 2020-06-13] 178: Checking batch_updates ** [08:54:21 2020-06-13] 178: Checking gears ** [08:54:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:54:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:26 2020-06-13] 178: Checking imports ** [08:54:26 2020-06-13] 178: Checking exports ** [08:54:26 2020-06-13] 178: Checking users ** [08:54:26 2020-06-13] 178: Checking user_dbs ** [08:54:26 2020-06-13] 178: Checking geocodings ** [08:54:26 2020-06-13] 178: Checking synchronizations ** [08:54:26 2020-06-13] 178: Checking tracker ** [08:54:26 2020-06-13] 178: Checking user_migrations ** [08:54:26 2020-06-13] 178: Checking batch_updates ** [08:54:26 2020-06-13] 178: Checking gears ** [08:54:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:54:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:31 2020-06-13] 178: Checking imports ** [08:54:31 2020-06-13] 178: Checking exports ** [08:54:31 2020-06-13] 178: Checking users ** [08:54:31 2020-06-13] 178: Checking user_dbs ** [08:54:31 2020-06-13] 178: Checking geocodings ** [08:54:31 2020-06-13] 178: Checking synchronizations ** [08:54:31 2020-06-13] 178: Checking tracker ** [08:54:31 2020-06-13] 178: Checking user_migrations ** [08:54:31 2020-06-13] 178: Checking batch_updates ** [08:54:31 2020-06-13] 178: Checking gears ** [08:54:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:54:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:36 2020-06-13] 178: Checking imports ** [08:54:36 2020-06-13] 178: Checking exports ** [08:54:36 2020-06-13] 178: Checking users ** [08:54:36 2020-06-13] 178: Checking user_dbs ** [08:54:36 2020-06-13] 178: Checking geocodings ** [08:54:36 2020-06-13] 178: Checking synchronizations ** [08:54:36 2020-06-13] 178: Checking tracker ** [08:54:36 2020-06-13] 178: Checking user_migrations ** [08:54:36 2020-06-13] 178: Checking batch_updates ** [08:54:36 2020-06-13] 178: Checking gears ** [08:54:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:54:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:41 2020-06-13] 178: Checking imports ** [08:54:41 2020-06-13] 178: Checking exports ** [08:54:41 2020-06-13] 178: Checking users ** [08:54:41 2020-06-13] 178: Checking user_dbs ** [08:54:41 2020-06-13] 178: Checking geocodings ** [08:54:41 2020-06-13] 178: Checking synchronizations ** [08:54:41 2020-06-13] 178: Checking tracker ** [08:54:41 2020-06-13] 178: Checking user_migrations ** [08:54:41 2020-06-13] 178: Checking batch_updates ** [08:54:41 2020-06-13] 178: Checking gears ** [08:54:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:54:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:46 2020-06-13] 178: Checking imports ** [08:54:46 2020-06-13] 178: Checking exports ** [08:54:46 2020-06-13] 178: Checking users ** [08:54:46 2020-06-13] 178: Checking user_dbs ** [08:54:46 2020-06-13] 178: Checking geocodings ** [08:54:46 2020-06-13] 178: Checking synchronizations ** [08:54:46 2020-06-13] 178: Checking tracker ** [08:54:46 2020-06-13] 178: Checking user_migrations ** [08:54:46 2020-06-13] 178: Checking batch_updates ** [08:54:46 2020-06-13] 178: Checking gears ** [08:54:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:54:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:51 2020-06-13] 178: Checking imports ** [08:54:51 2020-06-13] 178: Checking exports ** [08:54:51 2020-06-13] 178: Checking users ** [08:54:51 2020-06-13] 178: Checking user_dbs ** [08:54:51 2020-06-13] 178: Checking geocodings ** [08:54:51 2020-06-13] 178: Checking synchronizations ** [08:54:51 2020-06-13] 178: Checking tracker ** [08:54:51 2020-06-13] 178: Checking user_migrations ** [08:54:51 2020-06-13] 178: Checking batch_updates ** [08:54:51 2020-06-13] 178: Checking gears ** [08:54:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:54:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:56 2020-06-13] 178: Checking imports ** [08:54:56 2020-06-13] 178: Checking exports ** [08:54:56 2020-06-13] 178: Checking users ** [08:54:56 2020-06-13] 178: Checking user_dbs ** [08:54:56 2020-06-13] 178: Checking geocodings ** [08:54:56 2020-06-13] 178: Checking synchronizations ** [08:54:56 2020-06-13] 178: Checking tracker ** [08:54:56 2020-06-13] 178: Checking user_migrations ** [08:54:56 2020-06-13] 178: Checking batch_updates ** [08:54:56 2020-06-13] 178: Checking gears ** [08:54:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:54:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:01 2020-06-13] 178: Checking imports ** [08:55:01 2020-06-13] 178: Checking exports ** [08:55:01 2020-06-13] 178: Checking users ** [08:55:01 2020-06-13] 178: Checking user_dbs ** [08:55:01 2020-06-13] 178: Checking geocodings ** [08:55:01 2020-06-13] 178: Checking synchronizations ** [08:55:01 2020-06-13] 178: Checking tracker ** [08:55:01 2020-06-13] 178: Checking user_migrations ** [08:55:01 2020-06-13] 178: Checking batch_updates ** [08:55:01 2020-06-13] 178: Checking gears ** [08:55:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:55:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:06 2020-06-13] 178: Checking imports ** [08:55:06 2020-06-13] 178: Checking exports ** [08:55:06 2020-06-13] 178: Checking users ** [08:55:06 2020-06-13] 178: Checking user_dbs ** [08:55:06 2020-06-13] 178: Checking geocodings ** [08:55:06 2020-06-13] 178: Checking synchronizations ** [08:55:06 2020-06-13] 178: Checking tracker ** [08:55:06 2020-06-13] 178: Checking user_migrations ** [08:55:06 2020-06-13] 178: Checking batch_updates ** [08:55:06 2020-06-13] 178: Checking gears ** [08:55:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:55:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:11 2020-06-13] 178: Checking imports ** [08:55:11 2020-06-13] 178: Checking exports ** [08:55:11 2020-06-13] 178: Checking users ** [08:55:11 2020-06-13] 178: Checking user_dbs ** [08:55:11 2020-06-13] 178: Checking geocodings ** [08:55:11 2020-06-13] 178: Checking synchronizations ** [08:55:11 2020-06-13] 178: Checking tracker ** [08:55:11 2020-06-13] 178: Checking user_migrations ** [08:55:11 2020-06-13] 178: Checking batch_updates ** [08:55:11 2020-06-13] 178: Checking gears ** [08:55:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:55:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:16 2020-06-13] 178: Checking imports ** [08:55:16 2020-06-13] 178: Checking exports ** [08:55:16 2020-06-13] 178: Checking users ** [08:55:16 2020-06-13] 178: Checking user_dbs ** [08:55:16 2020-06-13] 178: Checking geocodings ** [08:55:16 2020-06-13] 178: Checking synchronizations ** [08:55:16 2020-06-13] 178: Checking tracker ** [08:55:16 2020-06-13] 178: Checking user_migrations ** [08:55:16 2020-06-13] 178: Checking batch_updates ** [08:55:16 2020-06-13] 178: Checking gears ** [08:55:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:55:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:21 2020-06-13] 178: Checking imports ** [08:55:21 2020-06-13] 178: Checking exports ** [08:55:21 2020-06-13] 178: Checking users ** [08:55:21 2020-06-13] 178: Checking user_dbs ** [08:55:21 2020-06-13] 178: Checking geocodings ** [08:55:21 2020-06-13] 178: Checking synchronizations ** [08:55:21 2020-06-13] 178: Checking tracker ** [08:55:21 2020-06-13] 178: Checking user_migrations ** [08:55:21 2020-06-13] 178: Checking batch_updates ** [08:55:21 2020-06-13] 178: Checking gears ** [08:55:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:55:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:26 2020-06-13] 178: Checking imports ** [08:55:26 2020-06-13] 178: Checking exports ** [08:55:26 2020-06-13] 178: Checking users ** [08:55:26 2020-06-13] 178: Checking user_dbs ** [08:55:26 2020-06-13] 178: Checking geocodings ** [08:55:26 2020-06-13] 178: Checking synchronizations ** [08:55:26 2020-06-13] 178: Checking tracker ** [08:55:26 2020-06-13] 178: Checking user_migrations ** [08:55:26 2020-06-13] 178: Checking batch_updates ** [08:55:26 2020-06-13] 178: Checking gears ** [08:55:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:55:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:31 2020-06-13] 178: Checking imports ** [08:55:31 2020-06-13] 178: Checking exports ** [08:55:31 2020-06-13] 178: Checking users ** [08:55:31 2020-06-13] 178: Checking user_dbs ** [08:55:31 2020-06-13] 178: Checking geocodings ** [08:55:31 2020-06-13] 178: Checking synchronizations ** [08:55:31 2020-06-13] 178: Checking tracker ** [08:55:31 2020-06-13] 178: Checking user_migrations ** [08:55:31 2020-06-13] 178: Checking batch_updates ** [08:55:31 2020-06-13] 178: Checking gears ** [08:55:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:55:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:36 2020-06-13] 178: Checking imports ** [08:55:36 2020-06-13] 178: Checking exports ** [08:55:36 2020-06-13] 178: Checking users ** [08:55:36 2020-06-13] 178: Checking user_dbs ** [08:55:36 2020-06-13] 178: Checking geocodings ** [08:55:36 2020-06-13] 178: Checking synchronizations ** [08:55:36 2020-06-13] 178: Checking tracker ** [08:55:36 2020-06-13] 178: Checking user_migrations ** [08:55:36 2020-06-13] 178: Checking batch_updates ** [08:55:36 2020-06-13] 178: Checking gears ** [08:55:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:55:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:41 2020-06-13] 178: Checking imports ** [08:55:41 2020-06-13] 178: Checking exports ** [08:55:41 2020-06-13] 178: Checking users ** [08:55:41 2020-06-13] 178: Checking user_dbs ** [08:55:41 2020-06-13] 178: Checking geocodings ** [08:55:41 2020-06-13] 178: Checking synchronizations ** [08:55:41 2020-06-13] 178: Checking tracker ** [08:55:41 2020-06-13] 178: Checking user_migrations ** [08:55:41 2020-06-13] 178: Checking batch_updates ** [08:55:41 2020-06-13] 178: Checking gears ** [08:55:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:55:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:46 2020-06-13] 178: Checking imports ** [08:55:46 2020-06-13] 178: Checking exports ** [08:55:46 2020-06-13] 178: Checking users ** [08:55:46 2020-06-13] 178: Checking user_dbs ** [08:55:46 2020-06-13] 178: Checking geocodings ** [08:55:46 2020-06-13] 178: Checking synchronizations ** [08:55:46 2020-06-13] 178: Checking tracker ** [08:55:46 2020-06-13] 178: Checking user_migrations ** [08:55:46 2020-06-13] 178: Checking batch_updates ** [08:55:46 2020-06-13] 178: Checking gears ** [08:55:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:55:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:51 2020-06-13] 178: Checking imports ** [08:55:51 2020-06-13] 178: Checking exports ** [08:55:51 2020-06-13] 178: Checking users ** [08:55:51 2020-06-13] 178: Checking user_dbs ** [08:55:51 2020-06-13] 178: Checking geocodings ** [08:55:51 2020-06-13] 178: Checking synchronizations ** [08:55:51 2020-06-13] 178: Checking tracker ** [08:55:51 2020-06-13] 178: Checking user_migrations ** [08:55:51 2020-06-13] 178: Checking batch_updates ** [08:55:51 2020-06-13] 178: Checking gears ** [08:55:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:55:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:56 2020-06-13] 178: Checking imports ** [08:55:56 2020-06-13] 178: Checking exports ** [08:55:56 2020-06-13] 178: Checking users ** [08:55:56 2020-06-13] 178: Checking user_dbs ** [08:55:56 2020-06-13] 178: Checking geocodings ** [08:55:56 2020-06-13] 178: Checking synchronizations ** [08:55:56 2020-06-13] 178: Checking tracker ** [08:55:56 2020-06-13] 178: Checking user_migrations ** [08:55:56 2020-06-13] 178: Checking batch_updates ** [08:55:56 2020-06-13] 178: Checking gears ** [08:55:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:55:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:01 2020-06-13] 178: Checking imports ** [08:56:01 2020-06-13] 178: Checking exports ** [08:56:01 2020-06-13] 178: Checking users ** [08:56:01 2020-06-13] 178: Checking user_dbs ** [08:56:01 2020-06-13] 178: Checking geocodings ** [08:56:01 2020-06-13] 178: Checking synchronizations ** [08:56:01 2020-06-13] 178: Checking tracker ** [08:56:01 2020-06-13] 178: Checking user_migrations ** [08:56:01 2020-06-13] 178: Checking batch_updates ** [08:56:01 2020-06-13] 178: Checking gears ** [08:56:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:56:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:06 2020-06-13] 178: Checking imports ** [08:56:06 2020-06-13] 178: Checking exports ** [08:56:06 2020-06-13] 178: Checking users ** [08:56:06 2020-06-13] 178: Checking user_dbs ** [08:56:06 2020-06-13] 178: Checking geocodings ** [08:56:06 2020-06-13] 178: Checking synchronizations ** [08:56:06 2020-06-13] 178: Checking tracker ** [08:56:06 2020-06-13] 178: Checking user_migrations ** [08:56:06 2020-06-13] 178: Checking batch_updates ** [08:56:06 2020-06-13] 178: Checking gears ** [08:56:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:56:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:11 2020-06-13] 178: Checking imports ** [08:56:11 2020-06-13] 178: Checking exports ** [08:56:11 2020-06-13] 178: Checking users ** [08:56:11 2020-06-13] 178: Checking user_dbs ** [08:56:11 2020-06-13] 178: Checking geocodings ** [08:56:11 2020-06-13] 178: Checking synchronizations ** [08:56:11 2020-06-13] 178: Checking tracker ** [08:56:11 2020-06-13] 178: Checking user_migrations ** [08:56:11 2020-06-13] 178: Checking batch_updates ** [08:56:11 2020-06-13] 178: Checking gears ** [08:56:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:56:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:16 2020-06-13] 178: Checking imports ** [08:56:16 2020-06-13] 178: Checking exports ** [08:56:16 2020-06-13] 178: Checking users ** [08:56:16 2020-06-13] 178: Checking user_dbs ** [08:56:16 2020-06-13] 178: Checking geocodings ** [08:56:16 2020-06-13] 178: Checking synchronizations ** [08:56:16 2020-06-13] 178: Checking tracker ** [08:56:16 2020-06-13] 178: Checking user_migrations ** [08:56:16 2020-06-13] 178: Checking batch_updates ** [08:56:16 2020-06-13] 178: Checking gears ** [08:56:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:56:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:21 2020-06-13] 178: Checking imports ** [08:56:21 2020-06-13] 178: Checking exports ** [08:56:21 2020-06-13] 178: Checking users ** [08:56:21 2020-06-13] 178: Checking user_dbs ** [08:56:21 2020-06-13] 178: Checking geocodings ** [08:56:21 2020-06-13] 178: Checking synchronizations ** [08:56:21 2020-06-13] 178: Checking tracker ** [08:56:21 2020-06-13] 178: Checking user_migrations ** [08:56:21 2020-06-13] 178: Checking batch_updates ** [08:56:21 2020-06-13] 178: Checking gears ** [08:56:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:56:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:26 2020-06-13] 178: Checking imports ** [08:56:26 2020-06-13] 178: Checking exports ** [08:56:26 2020-06-13] 178: Checking users ** [08:56:26 2020-06-13] 178: Checking user_dbs ** [08:56:26 2020-06-13] 178: Checking geocodings ** [08:56:26 2020-06-13] 178: Checking synchronizations ** [08:56:26 2020-06-13] 178: Checking tracker ** [08:56:26 2020-06-13] 178: Checking user_migrations ** [08:56:26 2020-06-13] 178: Checking batch_updates ** [08:56:26 2020-06-13] 178: Checking gears ** [08:56:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:56:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:31 2020-06-13] 178: Checking imports ** [08:56:31 2020-06-13] 178: Checking exports ** [08:56:31 2020-06-13] 178: Checking users ** [08:56:31 2020-06-13] 178: Checking user_dbs ** [08:56:31 2020-06-13] 178: Checking geocodings ** [08:56:31 2020-06-13] 178: Checking synchronizations ** [08:56:31 2020-06-13] 178: Checking tracker ** [08:56:31 2020-06-13] 178: Checking user_migrations ** [08:56:31 2020-06-13] 178: Checking batch_updates ** [08:56:31 2020-06-13] 178: Checking gears ** [08:56:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:56:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:36 2020-06-13] 178: Checking imports ** [08:56:36 2020-06-13] 178: Checking exports ** [08:56:36 2020-06-13] 178: Checking users ** [08:56:36 2020-06-13] 178: Checking user_dbs ** [08:56:36 2020-06-13] 178: Checking geocodings ** [08:56:36 2020-06-13] 178: Checking synchronizations ** [08:56:36 2020-06-13] 178: Checking tracker ** [08:56:36 2020-06-13] 178: Checking user_migrations ** [08:56:36 2020-06-13] 178: Checking batch_updates ** [08:56:36 2020-06-13] 178: Checking gears ** [08:56:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:56:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:41 2020-06-13] 178: Checking imports ** [08:56:41 2020-06-13] 178: Checking exports ** [08:56:41 2020-06-13] 178: Checking users ** [08:56:41 2020-06-13] 178: Checking user_dbs ** [08:56:41 2020-06-13] 178: Checking geocodings ** [08:56:41 2020-06-13] 178: Checking synchronizations ** [08:56:41 2020-06-13] 178: Checking tracker ** [08:56:41 2020-06-13] 178: Checking user_migrations ** [08:56:41 2020-06-13] 178: Checking batch_updates ** [08:56:41 2020-06-13] 178: Checking gears ** [08:56:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:56:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:46 2020-06-13] 178: Checking imports ** [08:56:46 2020-06-13] 178: Checking exports ** [08:56:46 2020-06-13] 178: Checking users ** [08:56:46 2020-06-13] 178: Checking user_dbs ** [08:56:46 2020-06-13] 178: Checking geocodings ** [08:56:46 2020-06-13] 178: Checking synchronizations ** [08:56:46 2020-06-13] 178: Checking tracker ** [08:56:46 2020-06-13] 178: Checking user_migrations ** [08:56:46 2020-06-13] 178: Checking batch_updates ** [08:56:46 2020-06-13] 178: Checking gears ** [08:56:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:56:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:51 2020-06-13] 178: Checking imports ** [08:56:51 2020-06-13] 178: Checking exports ** [08:56:51 2020-06-13] 178: Checking users ** [08:56:51 2020-06-13] 178: Checking user_dbs ** [08:56:51 2020-06-13] 178: Checking geocodings ** [08:56:51 2020-06-13] 178: Checking synchronizations ** [08:56:51 2020-06-13] 178: Checking tracker ** [08:56:51 2020-06-13] 178: Checking user_migrations ** [08:56:51 2020-06-13] 178: Checking batch_updates ** [08:56:51 2020-06-13] 178: Checking gears ** [08:56:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:56:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:56 2020-06-13] 178: Checking imports ** [08:56:56 2020-06-13] 178: Checking exports ** [08:56:56 2020-06-13] 178: Checking users ** [08:56:56 2020-06-13] 178: Checking user_dbs ** [08:56:56 2020-06-13] 178: Checking geocodings ** [08:56:56 2020-06-13] 178: Checking synchronizations ** [08:56:56 2020-06-13] 178: Checking tracker ** [08:56:56 2020-06-13] 178: Checking user_migrations ** [08:56:56 2020-06-13] 178: Checking batch_updates ** [08:56:56 2020-06-13] 178: Checking gears ** [08:56:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:56:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:01 2020-06-13] 178: Checking imports ** [08:57:01 2020-06-13] 178: Checking exports ** [08:57:01 2020-06-13] 178: Checking users ** [08:57:01 2020-06-13] 178: Checking user_dbs ** [08:57:01 2020-06-13] 178: Checking geocodings ** [08:57:01 2020-06-13] 178: Checking synchronizations ** [08:57:01 2020-06-13] 178: Checking tracker ** [08:57:01 2020-06-13] 178: Checking user_migrations ** [08:57:01 2020-06-13] 178: Checking batch_updates ** [08:57:01 2020-06-13] 178: Checking gears ** [08:57:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:57:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:06 2020-06-13] 178: Checking imports ** [08:57:06 2020-06-13] 178: Checking exports ** [08:57:06 2020-06-13] 178: Checking users ** [08:57:06 2020-06-13] 178: Checking user_dbs ** [08:57:06 2020-06-13] 178: Checking geocodings ** [08:57:06 2020-06-13] 178: Checking synchronizations ** [08:57:06 2020-06-13] 178: Checking tracker ** [08:57:06 2020-06-13] 178: Checking user_migrations ** [08:57:06 2020-06-13] 178: Checking batch_updates ** [08:57:06 2020-06-13] 178: Checking gears ** [08:57:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:57:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:11 2020-06-13] 178: Checking imports ** [08:57:11 2020-06-13] 178: Checking exports ** [08:57:11 2020-06-13] 178: Checking users ** [08:57:11 2020-06-13] 178: Checking user_dbs ** [08:57:11 2020-06-13] 178: Checking geocodings ** [08:57:11 2020-06-13] 178: Checking synchronizations ** [08:57:11 2020-06-13] 178: Checking tracker ** [08:57:11 2020-06-13] 178: Checking user_migrations ** [08:57:11 2020-06-13] 178: Checking batch_updates ** [08:57:11 2020-06-13] 178: Checking gears ** [08:57:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:57:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:16 2020-06-13] 178: Checking imports ** [08:57:16 2020-06-13] 178: Checking exports ** [08:57:16 2020-06-13] 178: Checking users ** [08:57:16 2020-06-13] 178: Checking user_dbs ** [08:57:16 2020-06-13] 178: Checking geocodings ** [08:57:16 2020-06-13] 178: Checking synchronizations ** [08:57:16 2020-06-13] 178: Checking tracker ** [08:57:16 2020-06-13] 178: Checking user_migrations ** [08:57:16 2020-06-13] 178: Checking batch_updates ** [08:57:16 2020-06-13] 178: Checking gears ** [08:57:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:57:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:21 2020-06-13] 178: Checking imports ** [08:57:21 2020-06-13] 178: Checking exports ** [08:57:21 2020-06-13] 178: Checking users ** [08:57:21 2020-06-13] 178: Checking user_dbs ** [08:57:21 2020-06-13] 178: Checking geocodings ** [08:57:21 2020-06-13] 178: Checking synchronizations ** [08:57:21 2020-06-13] 178: Checking tracker ** [08:57:21 2020-06-13] 178: Checking user_migrations ** [08:57:21 2020-06-13] 178: Checking batch_updates ** [08:57:21 2020-06-13] 178: Checking gears ** [08:57:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:57:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:26 2020-06-13] 178: Checking imports ** [08:57:26 2020-06-13] 178: Checking exports ** [08:57:26 2020-06-13] 178: Checking users ** [08:57:26 2020-06-13] 178: Checking user_dbs ** [08:57:26 2020-06-13] 178: Checking geocodings ** [08:57:26 2020-06-13] 178: Checking synchronizations ** [08:57:26 2020-06-13] 178: Checking tracker ** [08:57:26 2020-06-13] 178: Checking user_migrations ** [08:57:26 2020-06-13] 178: Checking batch_updates ** [08:57:26 2020-06-13] 178: Checking gears ** [08:57:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:57:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:31 2020-06-13] 178: Checking imports ** [08:57:31 2020-06-13] 178: Checking exports ** [08:57:31 2020-06-13] 178: Checking users ** [08:57:31 2020-06-13] 178: Checking user_dbs ** [08:57:31 2020-06-13] 178: Checking geocodings ** [08:57:31 2020-06-13] 178: Checking synchronizations ** [08:57:31 2020-06-13] 178: Checking tracker ** [08:57:31 2020-06-13] 178: Checking user_migrations ** [08:57:31 2020-06-13] 178: Checking batch_updates ** [08:57:31 2020-06-13] 178: Checking gears ** [08:57:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:57:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:36 2020-06-13] 178: Checking imports ** [08:57:36 2020-06-13] 178: Checking exports ** [08:57:36 2020-06-13] 178: Checking users ** [08:57:36 2020-06-13] 178: Checking user_dbs ** [08:57:36 2020-06-13] 178: Checking geocodings ** [08:57:36 2020-06-13] 178: Checking synchronizations ** [08:57:36 2020-06-13] 178: Checking tracker ** [08:57:36 2020-06-13] 178: Checking user_migrations ** [08:57:36 2020-06-13] 178: Checking batch_updates ** [08:57:36 2020-06-13] 178: Checking gears ** [08:57:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:57:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:41 2020-06-13] 178: Checking imports ** [08:57:41 2020-06-13] 178: Checking exports ** [08:57:41 2020-06-13] 178: Checking users ** [08:57:41 2020-06-13] 178: Checking user_dbs ** [08:57:41 2020-06-13] 178: Checking geocodings ** [08:57:41 2020-06-13] 178: Checking synchronizations ** [08:57:41 2020-06-13] 178: Checking tracker ** [08:57:41 2020-06-13] 178: Checking user_migrations ** [08:57:41 2020-06-13] 178: Checking batch_updates ** [08:57:41 2020-06-13] 178: Checking gears ** [08:57:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:57:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:46 2020-06-13] 178: Checking imports ** [08:57:46 2020-06-13] 178: Checking exports ** [08:57:46 2020-06-13] 178: Checking users ** [08:57:46 2020-06-13] 178: Checking user_dbs ** [08:57:46 2020-06-13] 178: Checking geocodings ** [08:57:46 2020-06-13] 178: Checking synchronizations ** [08:57:46 2020-06-13] 178: Checking tracker ** [08:57:46 2020-06-13] 178: Checking user_migrations ** [08:57:46 2020-06-13] 178: Checking batch_updates ** [08:57:46 2020-06-13] 178: Checking gears ** [08:57:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:57:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:51 2020-06-13] 178: Checking imports ** [08:57:51 2020-06-13] 178: Checking exports ** [08:57:51 2020-06-13] 178: Checking users ** [08:57:51 2020-06-13] 178: Checking user_dbs ** [08:57:51 2020-06-13] 178: Checking geocodings ** [08:57:51 2020-06-13] 178: Checking synchronizations ** [08:57:51 2020-06-13] 178: Checking tracker ** [08:57:51 2020-06-13] 178: Checking user_migrations ** [08:57:51 2020-06-13] 178: Checking batch_updates ** [08:57:51 2020-06-13] 178: Checking gears ** [08:57:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:57:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:56 2020-06-13] 178: Checking imports ** [08:57:56 2020-06-13] 178: Checking exports ** [08:57:56 2020-06-13] 178: Checking users ** [08:57:56 2020-06-13] 178: Checking user_dbs ** [08:57:56 2020-06-13] 178: Checking geocodings ** [08:57:56 2020-06-13] 178: Checking synchronizations ** [08:57:56 2020-06-13] 178: Checking tracker ** [08:57:56 2020-06-13] 178: Checking user_migrations ** [08:57:56 2020-06-13] 178: Checking batch_updates ** [08:57:56 2020-06-13] 178: Checking gears ** [08:57:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:57:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:01 2020-06-13] 178: Checking imports ** [08:58:01 2020-06-13] 178: Checking exports ** [08:58:01 2020-06-13] 178: Checking users ** [08:58:01 2020-06-13] 178: Checking user_dbs ** [08:58:01 2020-06-13] 178: Checking geocodings ** [08:58:01 2020-06-13] 178: Checking synchronizations ** [08:58:01 2020-06-13] 178: Checking tracker ** [08:58:01 2020-06-13] 178: Checking user_migrations ** [08:58:01 2020-06-13] 178: Checking batch_updates ** [08:58:01 2020-06-13] 178: Checking gears ** [08:58:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:58:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:06 2020-06-13] 178: Checking imports ** [08:58:06 2020-06-13] 178: Checking exports ** [08:58:06 2020-06-13] 178: Checking users ** [08:58:06 2020-06-13] 178: Checking user_dbs ** [08:58:06 2020-06-13] 178: Checking geocodings ** [08:58:06 2020-06-13] 178: Checking synchronizations ** [08:58:06 2020-06-13] 178: Checking tracker ** [08:58:06 2020-06-13] 178: Checking user_migrations ** [08:58:06 2020-06-13] 178: Checking batch_updates ** [08:58:06 2020-06-13] 178: Checking gears ** [08:58:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:58:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:11 2020-06-13] 178: Checking imports ** [08:58:11 2020-06-13] 178: Checking exports ** [08:58:11 2020-06-13] 178: Checking users ** [08:58:11 2020-06-13] 178: Checking user_dbs ** [08:58:11 2020-06-13] 178: Checking geocodings ** [08:58:11 2020-06-13] 178: Checking synchronizations ** [08:58:11 2020-06-13] 178: Checking tracker ** [08:58:11 2020-06-13] 178: Checking user_migrations ** [08:58:11 2020-06-13] 178: Checking batch_updates ** [08:58:11 2020-06-13] 178: Checking gears ** [08:58:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:58:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:16 2020-06-13] 178: Checking imports ** [08:58:16 2020-06-13] 178: Checking exports ** [08:58:16 2020-06-13] 178: Checking users ** [08:58:16 2020-06-13] 178: Checking user_dbs ** [08:58:16 2020-06-13] 178: Checking geocodings ** [08:58:16 2020-06-13] 178: Checking synchronizations ** [08:58:16 2020-06-13] 178: Checking tracker ** [08:58:16 2020-06-13] 178: Checking user_migrations ** [08:58:16 2020-06-13] 178: Checking batch_updates ** [08:58:16 2020-06-13] 178: Checking gears ** [08:58:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:58:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:21 2020-06-13] 178: Checking imports ** [08:58:21 2020-06-13] 178: Checking exports ** [08:58:21 2020-06-13] 178: Checking users ** [08:58:21 2020-06-13] 178: Checking user_dbs ** [08:58:21 2020-06-13] 178: Checking geocodings ** [08:58:21 2020-06-13] 178: Checking synchronizations ** [08:58:21 2020-06-13] 178: Checking tracker ** [08:58:21 2020-06-13] 178: Checking user_migrations ** [08:58:21 2020-06-13] 178: Checking batch_updates ** [08:58:21 2020-06-13] 178: Checking gears ** [08:58:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:58:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:26 2020-06-13] 178: Checking imports ** [08:58:26 2020-06-13] 178: Checking exports ** [08:58:26 2020-06-13] 178: Checking users ** [08:58:26 2020-06-13] 178: Checking user_dbs ** [08:58:26 2020-06-13] 178: Checking geocodings ** [08:58:26 2020-06-13] 178: Checking synchronizations ** [08:58:26 2020-06-13] 178: Checking tracker ** [08:58:26 2020-06-13] 178: Checking user_migrations ** [08:58:26 2020-06-13] 178: Checking batch_updates ** [08:58:26 2020-06-13] 178: Checking gears ** [08:58:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:58:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:31 2020-06-13] 178: Checking imports ** [08:58:31 2020-06-13] 178: Checking exports ** [08:58:31 2020-06-13] 178: Checking users ** [08:58:31 2020-06-13] 178: Checking user_dbs ** [08:58:31 2020-06-13] 178: Checking geocodings ** [08:58:31 2020-06-13] 178: Checking synchronizations ** [08:58:31 2020-06-13] 178: Checking tracker ** [08:58:31 2020-06-13] 178: Checking user_migrations ** [08:58:31 2020-06-13] 178: Checking batch_updates ** [08:58:31 2020-06-13] 178: Checking gears ** [08:58:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:58:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:36 2020-06-13] 178: Checking imports ** [08:58:36 2020-06-13] 178: Checking exports ** [08:58:36 2020-06-13] 178: Checking users ** [08:58:36 2020-06-13] 178: Checking user_dbs ** [08:58:36 2020-06-13] 178: Checking geocodings ** [08:58:36 2020-06-13] 178: Checking synchronizations ** [08:58:36 2020-06-13] 178: Checking tracker ** [08:58:36 2020-06-13] 178: Checking user_migrations ** [08:58:36 2020-06-13] 178: Checking batch_updates ** [08:58:36 2020-06-13] 178: Checking gears ** [08:58:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:58:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:41 2020-06-13] 178: Checking imports ** [08:58:41 2020-06-13] 178: Checking exports ** [08:58:41 2020-06-13] 178: Checking users ** [08:58:41 2020-06-13] 178: Checking user_dbs ** [08:58:41 2020-06-13] 178: Checking geocodings ** [08:58:41 2020-06-13] 178: Checking synchronizations ** [08:58:41 2020-06-13] 178: Checking tracker ** [08:58:42 2020-06-13] 178: Checking user_migrations ** [08:58:42 2020-06-13] 178: Checking batch_updates ** [08:58:42 2020-06-13] 178: Checking gears ** [08:58:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:58:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:47 2020-06-13] 178: Checking imports ** [08:58:47 2020-06-13] 178: Checking exports ** [08:58:47 2020-06-13] 178: Checking users ** [08:58:47 2020-06-13] 178: Checking user_dbs ** [08:58:47 2020-06-13] 178: Checking geocodings ** [08:58:47 2020-06-13] 178: Checking synchronizations ** [08:58:47 2020-06-13] 178: Checking tracker ** [08:58:47 2020-06-13] 178: Checking user_migrations ** [08:58:47 2020-06-13] 178: Checking batch_updates ** [08:58:47 2020-06-13] 178: Checking gears ** [08:58:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:58:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:52 2020-06-13] 178: Checking imports ** [08:58:52 2020-06-13] 178: Checking exports ** [08:58:52 2020-06-13] 178: Checking users ** [08:58:52 2020-06-13] 178: Checking user_dbs ** [08:58:52 2020-06-13] 178: Checking geocodings ** [08:58:52 2020-06-13] 178: Checking synchronizations ** [08:58:52 2020-06-13] 178: Checking tracker ** [08:58:52 2020-06-13] 178: Checking user_migrations ** [08:58:52 2020-06-13] 178: Checking batch_updates ** [08:58:52 2020-06-13] 178: Checking gears ** [08:58:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:58:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:57 2020-06-13] 178: Checking imports ** [08:58:57 2020-06-13] 178: Checking exports ** [08:58:57 2020-06-13] 178: Checking users ** [08:58:57 2020-06-13] 178: Checking user_dbs ** [08:58:57 2020-06-13] 178: Checking geocodings ** [08:58:57 2020-06-13] 178: Checking synchronizations ** [08:58:57 2020-06-13] 178: Checking tracker ** [08:58:57 2020-06-13] 178: Checking user_migrations ** [08:58:57 2020-06-13] 178: Checking batch_updates ** [08:58:57 2020-06-13] 178: Checking gears ** [08:58:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:58:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:02 2020-06-13] 178: Checking imports ** [08:59:02 2020-06-13] 178: Checking exports ** [08:59:02 2020-06-13] 178: Checking users ** [08:59:02 2020-06-13] 178: Checking user_dbs ** [08:59:02 2020-06-13] 178: Checking geocodings ** [08:59:02 2020-06-13] 178: Checking synchronizations ** [08:59:02 2020-06-13] 178: Checking tracker ** [08:59:02 2020-06-13] 178: Checking user_migrations ** [08:59:02 2020-06-13] 178: Checking batch_updates ** [08:59:02 2020-06-13] 178: Checking gears ** [08:59:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:59:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:07 2020-06-13] 178: Checking imports ** [08:59:07 2020-06-13] 178: Checking exports ** [08:59:07 2020-06-13] 178: Checking users ** [08:59:07 2020-06-13] 178: Checking user_dbs ** [08:59:07 2020-06-13] 178: Checking geocodings ** [08:59:07 2020-06-13] 178: Checking synchronizations ** [08:59:07 2020-06-13] 178: Checking tracker ** [08:59:07 2020-06-13] 178: Checking user_migrations ** [08:59:07 2020-06-13] 178: Checking batch_updates ** [08:59:07 2020-06-13] 178: Checking gears ** [08:59:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:59:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:12 2020-06-13] 178: Checking imports ** [08:59:12 2020-06-13] 178: Checking exports ** [08:59:12 2020-06-13] 178: Checking users ** [08:59:12 2020-06-13] 178: Checking user_dbs ** [08:59:12 2020-06-13] 178: Checking geocodings ** [08:59:12 2020-06-13] 178: Checking synchronizations ** [08:59:12 2020-06-13] 178: Checking tracker ** [08:59:12 2020-06-13] 178: Checking user_migrations ** [08:59:12 2020-06-13] 178: Checking batch_updates ** [08:59:12 2020-06-13] 178: Checking gears ** [08:59:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:59:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:17 2020-06-13] 178: Checking imports ** [08:59:17 2020-06-13] 178: Checking exports ** [08:59:17 2020-06-13] 178: Checking users ** [08:59:17 2020-06-13] 178: Checking user_dbs ** [08:59:17 2020-06-13] 178: Checking geocodings ** [08:59:17 2020-06-13] 178: Checking synchronizations ** [08:59:17 2020-06-13] 178: Checking tracker ** [08:59:17 2020-06-13] 178: Checking user_migrations ** [08:59:17 2020-06-13] 178: Checking batch_updates ** [08:59:17 2020-06-13] 178: Checking gears ** [08:59:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:59:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:22 2020-06-13] 178: Checking imports ** [08:59:22 2020-06-13] 178: Checking exports ** [08:59:22 2020-06-13] 178: Checking users ** [08:59:22 2020-06-13] 178: Checking user_dbs ** [08:59:22 2020-06-13] 178: Checking geocodings ** [08:59:22 2020-06-13] 178: Checking synchronizations ** [08:59:22 2020-06-13] 178: Checking tracker ** [08:59:22 2020-06-13] 178: Checking user_migrations ** [08:59:22 2020-06-13] 178: Checking batch_updates ** [08:59:22 2020-06-13] 178: Checking gears ** [08:59:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:59:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:27 2020-06-13] 178: Checking imports ** [08:59:27 2020-06-13] 178: Checking exports ** [08:59:27 2020-06-13] 178: Checking users ** [08:59:27 2020-06-13] 178: Checking user_dbs ** [08:59:27 2020-06-13] 178: Checking geocodings ** [08:59:27 2020-06-13] 178: Checking synchronizations ** [08:59:27 2020-06-13] 178: Checking tracker ** [08:59:27 2020-06-13] 178: Checking user_migrations ** [08:59:27 2020-06-13] 178: Checking batch_updates ** [08:59:27 2020-06-13] 178: Checking gears ** [08:59:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:59:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:32 2020-06-13] 178: Checking imports ** [08:59:32 2020-06-13] 178: Checking exports ** [08:59:32 2020-06-13] 178: Checking users ** [08:59:32 2020-06-13] 178: Checking user_dbs ** [08:59:32 2020-06-13] 178: Checking geocodings ** [08:59:32 2020-06-13] 178: Checking synchronizations ** [08:59:32 2020-06-13] 178: Checking tracker ** [08:59:32 2020-06-13] 178: Checking user_migrations ** [08:59:32 2020-06-13] 178: Checking batch_updates ** [08:59:32 2020-06-13] 178: Checking gears ** [08:59:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:59:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:37 2020-06-13] 178: Checking imports ** [08:59:37 2020-06-13] 178: Checking exports ** [08:59:37 2020-06-13] 178: Checking users ** [08:59:37 2020-06-13] 178: Checking user_dbs ** [08:59:37 2020-06-13] 178: Checking geocodings ** [08:59:37 2020-06-13] 178: Checking synchronizations ** [08:59:37 2020-06-13] 178: Checking tracker ** [08:59:37 2020-06-13] 178: Checking user_migrations ** [08:59:37 2020-06-13] 178: Checking batch_updates ** [08:59:37 2020-06-13] 178: Checking gears ** [08:59:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:59:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:42 2020-06-13] 178: Checking imports ** [08:59:42 2020-06-13] 178: Checking exports ** [08:59:42 2020-06-13] 178: Checking users ** [08:59:42 2020-06-13] 178: Checking user_dbs ** [08:59:42 2020-06-13] 178: Checking geocodings ** [08:59:42 2020-06-13] 178: Checking synchronizations ** [08:59:42 2020-06-13] 178: Checking tracker ** [08:59:42 2020-06-13] 178: Checking user_migrations ** [08:59:42 2020-06-13] 178: Checking batch_updates ** [08:59:42 2020-06-13] 178: Checking gears ** [08:59:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:59:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:47 2020-06-13] 178: Checking imports ** [08:59:47 2020-06-13] 178: Checking exports ** [08:59:47 2020-06-13] 178: Checking users ** [08:59:47 2020-06-13] 178: Checking user_dbs ** [08:59:47 2020-06-13] 178: Checking geocodings ** [08:59:47 2020-06-13] 178: Checking synchronizations ** [08:59:47 2020-06-13] 178: Checking tracker ** [08:59:47 2020-06-13] 178: Checking user_migrations ** [08:59:47 2020-06-13] 178: Checking batch_updates ** [08:59:47 2020-06-13] 178: Checking gears ** [08:59:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:59:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:52 2020-06-13] 178: Checking imports ** [08:59:52 2020-06-13] 178: Checking exports ** [08:59:52 2020-06-13] 178: Checking users ** [08:59:52 2020-06-13] 178: Checking user_dbs ** [08:59:52 2020-06-13] 178: Checking geocodings ** [08:59:52 2020-06-13] 178: Checking synchronizations ** [08:59:52 2020-06-13] 178: Checking tracker ** [08:59:52 2020-06-13] 178: Checking user_migrations ** [08:59:52 2020-06-13] 178: Checking batch_updates ** [08:59:52 2020-06-13] 178: Checking gears ** [08:59:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:59:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:57 2020-06-13] 178: Checking imports ** [08:59:57 2020-06-13] 178: Checking exports ** [08:59:57 2020-06-13] 178: Checking users ** [08:59:57 2020-06-13] 178: Checking user_dbs ** [08:59:57 2020-06-13] 178: Checking geocodings ** [08:59:57 2020-06-13] 178: Checking synchronizations ** [08:59:57 2020-06-13] 178: Checking tracker ** [08:59:57 2020-06-13] 178: Checking user_migrations ** [08:59:57 2020-06-13] 178: Checking batch_updates ** [08:59:57 2020-06-13] 178: Checking gears ** [08:59:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [08:59:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:02 2020-06-13] 178: Checking imports ** [09:00:02 2020-06-13] 178: Checking exports ** [09:00:02 2020-06-13] 178: Checking users ** [09:00:02 2020-06-13] 178: Checking user_dbs ** [09:00:02 2020-06-13] 178: Checking geocodings ** [09:00:02 2020-06-13] 178: Checking synchronizations ** [09:00:02 2020-06-13] 178: Checking tracker ** [09:00:02 2020-06-13] 178: Checking user_migrations ** [09:00:02 2020-06-13] 178: Checking batch_updates ** [09:00:02 2020-06-13] 178: Checking gears ** [09:00:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:00:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:07 2020-06-13] 178: Checking imports ** [09:00:07 2020-06-13] 178: Checking exports ** [09:00:07 2020-06-13] 178: Checking users ** [09:00:07 2020-06-13] 178: Checking user_dbs ** [09:00:07 2020-06-13] 178: Checking geocodings ** [09:00:07 2020-06-13] 178: Checking synchronizations ** [09:00:07 2020-06-13] 178: Checking tracker ** [09:00:07 2020-06-13] 178: Checking user_migrations ** [09:00:07 2020-06-13] 178: Checking batch_updates ** [09:00:07 2020-06-13] 178: Checking gears ** [09:00:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:00:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:12 2020-06-13] 178: Checking imports ** [09:00:12 2020-06-13] 178: Checking exports ** [09:00:12 2020-06-13] 178: Checking users ** [09:00:12 2020-06-13] 178: Checking user_dbs ** [09:00:12 2020-06-13] 178: Checking geocodings ** [09:00:12 2020-06-13] 178: Checking synchronizations ** [09:00:12 2020-06-13] 178: Checking tracker ** [09:00:12 2020-06-13] 178: Checking user_migrations ** [09:00:12 2020-06-13] 178: Checking batch_updates ** [09:00:12 2020-06-13] 178: Checking gears ** [09:00:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:00:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:17 2020-06-13] 178: Checking imports ** [09:00:17 2020-06-13] 178: Checking exports ** [09:00:17 2020-06-13] 178: Checking users ** [09:00:17 2020-06-13] 178: Checking user_dbs ** [09:00:17 2020-06-13] 178: Checking geocodings ** [09:00:17 2020-06-13] 178: Checking synchronizations ** [09:00:17 2020-06-13] 178: Checking tracker ** [09:00:17 2020-06-13] 178: Checking user_migrations ** [09:00:17 2020-06-13] 178: Checking batch_updates ** [09:00:17 2020-06-13] 178: Checking gears ** [09:00:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:00:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:22 2020-06-13] 178: Checking imports ** [09:00:22 2020-06-13] 178: Checking exports ** [09:00:22 2020-06-13] 178: Checking users ** [09:00:22 2020-06-13] 178: Checking user_dbs ** [09:00:22 2020-06-13] 178: Checking geocodings ** [09:00:22 2020-06-13] 178: Checking synchronizations ** [09:00:22 2020-06-13] 178: Checking tracker ** [09:00:22 2020-06-13] 178: Checking user_migrations ** [09:00:22 2020-06-13] 178: Checking batch_updates ** [09:00:22 2020-06-13] 178: Checking gears ** [09:00:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:00:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:27 2020-06-13] 178: Checking imports ** [09:00:27 2020-06-13] 178: Checking exports ** [09:00:27 2020-06-13] 178: Checking users ** [09:00:27 2020-06-13] 178: Checking user_dbs ** [09:00:27 2020-06-13] 178: Checking geocodings ** [09:00:27 2020-06-13] 178: Checking synchronizations ** [09:00:27 2020-06-13] 178: Checking tracker ** [09:00:27 2020-06-13] 178: Checking user_migrations ** [09:00:27 2020-06-13] 178: Checking batch_updates ** [09:00:27 2020-06-13] 178: Checking gears ** [09:00:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:00:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:32 2020-06-13] 178: Checking imports ** [09:00:32 2020-06-13] 178: Checking exports ** [09:00:32 2020-06-13] 178: Checking users ** [09:00:32 2020-06-13] 178: Checking user_dbs ** [09:00:32 2020-06-13] 178: Checking geocodings ** [09:00:32 2020-06-13] 178: Checking synchronizations ** [09:00:32 2020-06-13] 178: Checking tracker ** [09:00:32 2020-06-13] 178: Checking user_migrations ** [09:00:32 2020-06-13] 178: Checking batch_updates ** [09:00:32 2020-06-13] 178: Checking gears ** [09:00:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:00:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:37 2020-06-13] 178: Checking imports ** [09:00:37 2020-06-13] 178: Checking exports ** [09:00:37 2020-06-13] 178: Checking users ** [09:00:37 2020-06-13] 178: Checking user_dbs ** [09:00:37 2020-06-13] 178: Checking geocodings ** [09:00:37 2020-06-13] 178: Checking synchronizations ** [09:00:37 2020-06-13] 178: Checking tracker ** [09:00:37 2020-06-13] 178: Checking user_migrations ** [09:00:37 2020-06-13] 178: Checking batch_updates ** [09:00:37 2020-06-13] 178: Checking gears ** [09:00:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:00:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:42 2020-06-13] 178: Checking imports ** [09:00:42 2020-06-13] 178: Checking exports ** [09:00:42 2020-06-13] 178: Checking users ** [09:00:42 2020-06-13] 178: Checking user_dbs ** [09:00:42 2020-06-13] 178: Checking geocodings ** [09:00:42 2020-06-13] 178: Checking synchronizations ** [09:00:42 2020-06-13] 178: Checking tracker ** [09:00:42 2020-06-13] 178: Checking user_migrations ** [09:00:42 2020-06-13] 178: Checking batch_updates ** [09:00:42 2020-06-13] 178: Checking gears ** [09:00:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:00:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:47 2020-06-13] 178: Checking imports ** [09:00:47 2020-06-13] 178: Checking exports ** [09:00:47 2020-06-13] 178: Checking users ** [09:00:47 2020-06-13] 178: Checking user_dbs ** [09:00:47 2020-06-13] 178: Checking geocodings ** [09:00:47 2020-06-13] 178: Checking synchronizations ** [09:00:47 2020-06-13] 178: Checking tracker ** [09:00:47 2020-06-13] 178: Checking user_migrations ** [09:00:47 2020-06-13] 178: Checking batch_updates ** [09:00:47 2020-06-13] 178: Checking gears ** [09:00:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:00:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:52 2020-06-13] 178: Checking imports ** [09:00:52 2020-06-13] 178: Checking exports ** [09:00:52 2020-06-13] 178: Checking users ** [09:00:52 2020-06-13] 178: Checking user_dbs ** [09:00:52 2020-06-13] 178: Checking geocodings ** [09:00:52 2020-06-13] 178: Checking synchronizations ** [09:00:52 2020-06-13] 178: Checking tracker ** [09:00:52 2020-06-13] 178: Checking user_migrations ** [09:00:52 2020-06-13] 178: Checking batch_updates ** [09:00:52 2020-06-13] 178: Checking gears ** [09:00:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:00:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:57 2020-06-13] 178: Checking imports ** [09:00:57 2020-06-13] 178: Checking exports ** [09:00:57 2020-06-13] 178: Checking users ** [09:00:57 2020-06-13] 178: Checking user_dbs ** [09:00:57 2020-06-13] 178: Checking geocodings ** [09:00:57 2020-06-13] 178: Checking synchronizations ** [09:00:57 2020-06-13] 178: Checking tracker ** [09:00:57 2020-06-13] 178: Checking user_migrations ** [09:00:57 2020-06-13] 178: Checking batch_updates ** [09:00:57 2020-06-13] 178: Checking gears ** [09:00:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:00:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:02 2020-06-13] 178: Checking imports ** [09:01:02 2020-06-13] 178: Checking exports ** [09:01:02 2020-06-13] 178: Checking users ** [09:01:02 2020-06-13] 178: Checking user_dbs ** [09:01:02 2020-06-13] 178: Checking geocodings ** [09:01:02 2020-06-13] 178: Checking synchronizations ** [09:01:02 2020-06-13] 178: Checking tracker ** [09:01:02 2020-06-13] 178: Checking user_migrations ** [09:01:02 2020-06-13] 178: Checking batch_updates ** [09:01:02 2020-06-13] 178: Checking gears ** [09:01:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:01:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:07 2020-06-13] 178: Checking imports ** [09:01:11 2020-06-13] 178: Checking exports ** [09:01:11 2020-06-13] 178: Checking users ** [09:01:11 2020-06-13] 178: Checking user_dbs ** [09:01:11 2020-06-13] 178: Checking geocodings ** [09:01:11 2020-06-13] 178: Checking synchronizations ** [09:01:11 2020-06-13] 178: Checking tracker ** [09:01:11 2020-06-13] 178: Checking user_migrations ** [09:01:11 2020-06-13] 178: Checking batch_updates ** [09:01:11 2020-06-13] 178: Checking gears ** [09:01:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:01:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:16 2020-06-13] 178: Checking imports ** [09:01:16 2020-06-13] 178: Checking exports ** [09:01:16 2020-06-13] 178: Checking users ** [09:01:16 2020-06-13] 178: Checking user_dbs ** [09:01:16 2020-06-13] 178: Checking geocodings ** [09:01:16 2020-06-13] 178: Checking synchronizations ** [09:01:16 2020-06-13] 178: Checking tracker ** [09:01:16 2020-06-13] 178: Checking user_migrations ** [09:01:16 2020-06-13] 178: Checking batch_updates ** [09:01:16 2020-06-13] 178: Checking gears ** [09:01:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:01:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:21 2020-06-13] 178: Checking imports ** [09:01:21 2020-06-13] 178: Checking exports ** [09:01:21 2020-06-13] 178: Checking users ** [09:01:21 2020-06-13] 178: Checking user_dbs ** [09:01:21 2020-06-13] 178: Checking geocodings ** [09:01:21 2020-06-13] 178: Checking synchronizations ** [09:01:21 2020-06-13] 178: Checking tracker ** [09:01:21 2020-06-13] 178: Checking user_migrations ** [09:01:21 2020-06-13] 178: Checking batch_updates ** [09:01:21 2020-06-13] 178: Checking gears ** [09:01:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:01:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:26 2020-06-13] 178: Checking imports ** [09:01:26 2020-06-13] 178: Checking exports ** [09:01:26 2020-06-13] 178: Checking users ** [09:01:26 2020-06-13] 178: Checking user_dbs ** [09:01:26 2020-06-13] 178: Checking geocodings ** [09:01:26 2020-06-13] 178: Checking synchronizations ** [09:01:26 2020-06-13] 178: Checking tracker ** [09:01:26 2020-06-13] 178: Checking user_migrations ** [09:01:26 2020-06-13] 178: Checking batch_updates ** [09:01:26 2020-06-13] 178: Checking gears ** [09:01:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:01:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:31 2020-06-13] 178: Checking imports ** [09:01:31 2020-06-13] 178: Checking exports ** [09:01:31 2020-06-13] 178: Checking users ** [09:01:31 2020-06-13] 178: Checking user_dbs ** [09:01:31 2020-06-13] 178: Checking geocodings ** [09:01:31 2020-06-13] 178: Checking synchronizations ** [09:01:31 2020-06-13] 178: Checking tracker ** [09:01:31 2020-06-13] 178: Checking user_migrations ** [09:01:31 2020-06-13] 178: Checking batch_updates ** [09:01:31 2020-06-13] 178: Checking gears ** [09:01:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:01:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:36 2020-06-13] 178: Checking imports ** [09:01:36 2020-06-13] 178: Checking exports ** [09:01:36 2020-06-13] 178: Checking users ** [09:01:36 2020-06-13] 178: Checking user_dbs ** [09:01:36 2020-06-13] 178: Checking geocodings ** [09:01:36 2020-06-13] 178: Checking synchronizations ** [09:01:36 2020-06-13] 178: Checking tracker ** [09:01:36 2020-06-13] 178: Checking user_migrations ** [09:01:36 2020-06-13] 178: Checking batch_updates ** [09:01:36 2020-06-13] 178: Checking gears ** [09:01:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:01:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:41 2020-06-13] 178: Checking imports ** [09:01:41 2020-06-13] 178: Checking exports ** [09:01:41 2020-06-13] 178: Checking users ** [09:01:41 2020-06-13] 178: Checking user_dbs ** [09:01:41 2020-06-13] 178: Checking geocodings ** [09:01:41 2020-06-13] 178: Checking synchronizations ** [09:01:41 2020-06-13] 178: Checking tracker ** [09:01:41 2020-06-13] 178: Checking user_migrations ** [09:01:41 2020-06-13] 178: Checking batch_updates ** [09:01:41 2020-06-13] 178: Checking gears ** [09:01:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:01:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:46 2020-06-13] 178: Checking imports ** [09:01:46 2020-06-13] 178: Checking exports ** [09:01:46 2020-06-13] 178: Checking users ** [09:01:46 2020-06-13] 178: Checking user_dbs ** [09:01:46 2020-06-13] 178: Checking geocodings ** [09:01:46 2020-06-13] 178: Checking synchronizations ** [09:01:46 2020-06-13] 178: Checking tracker ** [09:01:46 2020-06-13] 178: Checking user_migrations ** [09:01:46 2020-06-13] 178: Checking batch_updates ** [09:01:46 2020-06-13] 178: Checking gears ** [09:01:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:01:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:51 2020-06-13] 178: Checking imports ** [09:01:51 2020-06-13] 178: Checking exports ** [09:01:51 2020-06-13] 178: Checking users ** [09:01:51 2020-06-13] 178: Checking user_dbs ** [09:01:51 2020-06-13] 178: Checking geocodings ** [09:01:51 2020-06-13] 178: Checking synchronizations ** [09:01:51 2020-06-13] 178: Checking tracker ** [09:01:51 2020-06-13] 178: Checking user_migrations ** [09:01:51 2020-06-13] 178: Checking batch_updates ** [09:01:51 2020-06-13] 178: Checking gears ** [09:01:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:01:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:56 2020-06-13] 178: Checking imports ** [09:01:56 2020-06-13] 178: Checking exports ** [09:01:56 2020-06-13] 178: Checking users ** [09:01:56 2020-06-13] 178: Checking user_dbs ** [09:01:56 2020-06-13] 178: Checking geocodings ** [09:01:56 2020-06-13] 178: Checking synchronizations ** [09:01:56 2020-06-13] 178: Checking tracker ** [09:01:56 2020-06-13] 178: Checking user_migrations ** [09:01:56 2020-06-13] 178: Checking batch_updates ** [09:01:56 2020-06-13] 178: Checking gears ** [09:01:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:01:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:01 2020-06-13] 178: Checking imports ** [09:02:01 2020-06-13] 178: Checking exports ** [09:02:01 2020-06-13] 178: Checking users ** [09:02:01 2020-06-13] 178: Checking user_dbs ** [09:02:01 2020-06-13] 178: Checking geocodings ** [09:02:01 2020-06-13] 178: Checking synchronizations ** [09:02:01 2020-06-13] 178: Checking tracker ** [09:02:01 2020-06-13] 178: Checking user_migrations ** [09:02:01 2020-06-13] 178: Checking batch_updates ** [09:02:01 2020-06-13] 178: Checking gears ** [09:02:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:02:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:06 2020-06-13] 178: Checking imports ** [09:02:06 2020-06-13] 178: Checking exports ** [09:02:06 2020-06-13] 178: Checking users ** [09:02:06 2020-06-13] 178: Checking user_dbs ** [09:02:06 2020-06-13] 178: Checking geocodings ** [09:02:06 2020-06-13] 178: Checking synchronizations ** [09:02:06 2020-06-13] 178: Checking tracker ** [09:02:06 2020-06-13] 178: Checking user_migrations ** [09:02:06 2020-06-13] 178: Checking batch_updates ** [09:02:06 2020-06-13] 178: Checking gears ** [09:02:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:02:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:11 2020-06-13] 178: Checking imports ** [09:02:11 2020-06-13] 178: Checking exports ** [09:02:11 2020-06-13] 178: Checking users ** [09:02:11 2020-06-13] 178: Checking user_dbs ** [09:02:11 2020-06-13] 178: Checking geocodings ** [09:02:11 2020-06-13] 178: Checking synchronizations ** [09:02:11 2020-06-13] 178: Checking tracker ** [09:02:11 2020-06-13] 178: Checking user_migrations ** [09:02:11 2020-06-13] 178: Checking batch_updates ** [09:02:11 2020-06-13] 178: Checking gears ** [09:02:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:02:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:16 2020-06-13] 178: Checking imports ** [09:02:16 2020-06-13] 178: Checking exports ** [09:02:16 2020-06-13] 178: Checking users ** [09:02:16 2020-06-13] 178: Checking user_dbs ** [09:02:16 2020-06-13] 178: Checking geocodings ** [09:02:16 2020-06-13] 178: Checking synchronizations ** [09:02:16 2020-06-13] 178: Checking tracker ** [09:02:16 2020-06-13] 178: Checking user_migrations ** [09:02:16 2020-06-13] 178: Checking batch_updates ** [09:02:16 2020-06-13] 178: Checking gears ** [09:02:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:02:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:21 2020-06-13] 178: Checking imports ** [09:02:21 2020-06-13] 178: Checking exports ** [09:02:21 2020-06-13] 178: Checking users ** [09:02:21 2020-06-13] 178: Checking user_dbs ** [09:02:21 2020-06-13] 178: Checking geocodings ** [09:02:21 2020-06-13] 178: Checking synchronizations ** [09:02:21 2020-06-13] 178: Checking tracker ** [09:02:21 2020-06-13] 178: Checking user_migrations ** [09:02:21 2020-06-13] 178: Checking batch_updates ** [09:02:21 2020-06-13] 178: Checking gears ** [09:02:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:02:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:26 2020-06-13] 178: Checking imports ** [09:02:26 2020-06-13] 178: Checking exports ** [09:02:26 2020-06-13] 178: Checking users ** [09:02:26 2020-06-13] 178: Checking user_dbs ** [09:02:26 2020-06-13] 178: Checking geocodings ** [09:02:26 2020-06-13] 178: Checking synchronizations ** [09:02:26 2020-06-13] 178: Checking tracker ** [09:02:26 2020-06-13] 178: Checking user_migrations ** [09:02:26 2020-06-13] 178: Checking batch_updates ** [09:02:26 2020-06-13] 178: Checking gears ** [09:02:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:02:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:31 2020-06-13] 178: Checking imports ** [09:02:31 2020-06-13] 178: Checking exports ** [09:02:31 2020-06-13] 178: Checking users ** [09:02:31 2020-06-13] 178: Checking user_dbs ** [09:02:31 2020-06-13] 178: Checking geocodings ** [09:02:31 2020-06-13] 178: Checking synchronizations ** [09:02:31 2020-06-13] 178: Checking tracker ** [09:02:31 2020-06-13] 178: Checking user_migrations ** [09:02:31 2020-06-13] 178: Checking batch_updates ** [09:02:31 2020-06-13] 178: Checking gears ** [09:02:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:02:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:36 2020-06-13] 178: Checking imports ** [09:02:36 2020-06-13] 178: Checking exports ** [09:02:36 2020-06-13] 178: Checking users ** [09:02:36 2020-06-13] 178: Checking user_dbs ** [09:02:36 2020-06-13] 178: Checking geocodings ** [09:02:36 2020-06-13] 178: Checking synchronizations ** [09:02:36 2020-06-13] 178: Checking tracker ** [09:02:36 2020-06-13] 178: Checking user_migrations ** [09:02:36 2020-06-13] 178: Checking batch_updates ** [09:02:36 2020-06-13] 178: Checking gears ** [09:02:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:02:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:41 2020-06-13] 178: Checking imports ** [09:02:41 2020-06-13] 178: Checking exports ** [09:02:41 2020-06-13] 178: Checking users ** [09:02:41 2020-06-13] 178: Checking user_dbs ** [09:02:41 2020-06-13] 178: Checking geocodings ** [09:02:41 2020-06-13] 178: Checking synchronizations ** [09:02:41 2020-06-13] 178: Checking tracker ** [09:02:41 2020-06-13] 178: Checking user_migrations ** [09:02:41 2020-06-13] 178: Checking batch_updates ** [09:02:41 2020-06-13] 178: Checking gears ** [09:02:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:02:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:46 2020-06-13] 178: Checking imports ** [09:02:46 2020-06-13] 178: Checking exports ** [09:02:46 2020-06-13] 178: Checking users ** [09:02:46 2020-06-13] 178: Checking user_dbs ** [09:02:46 2020-06-13] 178: Checking geocodings ** [09:02:46 2020-06-13] 178: Checking synchronizations ** [09:02:46 2020-06-13] 178: Checking tracker ** [09:02:46 2020-06-13] 178: Checking user_migrations ** [09:02:46 2020-06-13] 178: Checking batch_updates ** [09:02:46 2020-06-13] 178: Checking gears ** [09:02:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:02:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:51 2020-06-13] 178: Checking imports ** [09:02:51 2020-06-13] 178: Checking exports ** [09:02:51 2020-06-13] 178: Checking users ** [09:02:51 2020-06-13] 178: Checking user_dbs ** [09:02:51 2020-06-13] 178: Checking geocodings ** [09:02:51 2020-06-13] 178: Checking synchronizations ** [09:02:51 2020-06-13] 178: Checking tracker ** [09:02:51 2020-06-13] 178: Checking user_migrations ** [09:02:51 2020-06-13] 178: Checking batch_updates ** [09:02:51 2020-06-13] 178: Checking gears ** [09:02:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:02:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:56 2020-06-13] 178: Checking imports ** [09:02:56 2020-06-13] 178: Checking exports ** [09:02:56 2020-06-13] 178: Checking users ** [09:02:56 2020-06-13] 178: Checking user_dbs ** [09:02:56 2020-06-13] 178: Checking geocodings ** [09:02:56 2020-06-13] 178: Checking synchronizations ** [09:02:56 2020-06-13] 178: Checking tracker ** [09:02:56 2020-06-13] 178: Checking user_migrations ** [09:02:56 2020-06-13] 178: Checking batch_updates ** [09:02:56 2020-06-13] 178: Checking gears ** [09:02:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:02:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:01 2020-06-13] 178: Checking imports ** [09:03:01 2020-06-13] 178: Checking exports ** [09:03:01 2020-06-13] 178: Checking users ** [09:03:01 2020-06-13] 178: Checking user_dbs ** [09:03:01 2020-06-13] 178: Checking geocodings ** [09:03:01 2020-06-13] 178: Checking synchronizations ** [09:03:01 2020-06-13] 178: Checking tracker ** [09:03:01 2020-06-13] 178: Checking user_migrations ** [09:03:01 2020-06-13] 178: Checking batch_updates ** [09:03:01 2020-06-13] 178: Checking gears ** [09:03:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:03:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:06 2020-06-13] 178: Checking imports ** [09:03:06 2020-06-13] 178: Checking exports ** [09:03:06 2020-06-13] 178: Checking users ** [09:03:06 2020-06-13] 178: Checking user_dbs ** [09:03:06 2020-06-13] 178: Checking geocodings ** [09:03:06 2020-06-13] 178: Checking synchronizations ** [09:03:06 2020-06-13] 178: Checking tracker ** [09:03:06 2020-06-13] 178: Checking user_migrations ** [09:03:06 2020-06-13] 178: Checking batch_updates ** [09:03:06 2020-06-13] 178: Checking gears ** [09:03:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:03:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:11 2020-06-13] 178: Checking imports ** [09:03:11 2020-06-13] 178: Checking exports ** [09:03:11 2020-06-13] 178: Checking users ** [09:03:11 2020-06-13] 178: Checking user_dbs ** [09:03:11 2020-06-13] 178: Checking geocodings ** [09:03:11 2020-06-13] 178: Checking synchronizations ** [09:03:11 2020-06-13] 178: Checking tracker ** [09:03:11 2020-06-13] 178: Checking user_migrations ** [09:03:11 2020-06-13] 178: Checking batch_updates ** [09:03:11 2020-06-13] 178: Checking gears ** [09:03:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:03:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:16 2020-06-13] 178: Checking imports ** [09:03:16 2020-06-13] 178: Checking exports ** [09:03:16 2020-06-13] 178: Checking users ** [09:03:16 2020-06-13] 178: Checking user_dbs ** [09:03:16 2020-06-13] 178: Checking geocodings ** [09:03:16 2020-06-13] 178: Checking synchronizations ** [09:03:16 2020-06-13] 178: Checking tracker ** [09:03:16 2020-06-13] 178: Checking user_migrations ** [09:03:16 2020-06-13] 178: Checking batch_updates ** [09:03:16 2020-06-13] 178: Checking gears ** [09:03:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:03:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:21 2020-06-13] 178: Checking imports ** [09:03:21 2020-06-13] 178: Checking exports ** [09:03:21 2020-06-13] 178: Checking users ** [09:03:21 2020-06-13] 178: Checking user_dbs ** [09:03:21 2020-06-13] 178: Checking geocodings ** [09:03:21 2020-06-13] 178: Checking synchronizations ** [09:03:21 2020-06-13] 178: Checking tracker ** [09:03:21 2020-06-13] 178: Checking user_migrations ** [09:03:21 2020-06-13] 178: Checking batch_updates ** [09:03:21 2020-06-13] 178: Checking gears ** [09:03:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:03:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:26 2020-06-13] 178: Checking imports ** [09:03:26 2020-06-13] 178: Checking exports ** [09:03:26 2020-06-13] 178: Checking users ** [09:03:26 2020-06-13] 178: Checking user_dbs ** [09:03:26 2020-06-13] 178: Checking geocodings ** [09:03:26 2020-06-13] 178: Checking synchronizations ** [09:03:26 2020-06-13] 178: Checking tracker ** [09:03:26 2020-06-13] 178: Checking user_migrations ** [09:03:26 2020-06-13] 178: Checking batch_updates ** [09:03:26 2020-06-13] 178: Checking gears ** [09:03:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:03:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:31 2020-06-13] 178: Checking imports ** [09:03:31 2020-06-13] 178: Checking exports ** [09:03:31 2020-06-13] 178: Checking users ** [09:03:31 2020-06-13] 178: Checking user_dbs ** [09:03:31 2020-06-13] 178: Checking geocodings ** [09:03:31 2020-06-13] 178: Checking synchronizations ** [09:03:31 2020-06-13] 178: Checking tracker ** [09:03:31 2020-06-13] 178: Checking user_migrations ** [09:03:31 2020-06-13] 178: Checking batch_updates ** [09:03:31 2020-06-13] 178: Checking gears ** [09:03:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:03:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:36 2020-06-13] 178: Checking imports ** [09:03:36 2020-06-13] 178: Checking exports ** [09:03:36 2020-06-13] 178: Checking users ** [09:03:36 2020-06-13] 178: Checking user_dbs ** [09:03:36 2020-06-13] 178: Checking geocodings ** [09:03:36 2020-06-13] 178: Checking synchronizations ** [09:03:36 2020-06-13] 178: Checking tracker ** [09:03:36 2020-06-13] 178: Checking user_migrations ** [09:03:36 2020-06-13] 178: Checking batch_updates ** [09:03:36 2020-06-13] 178: Checking gears ** [09:03:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:03:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:41 2020-06-13] 178: Checking imports ** [09:03:41 2020-06-13] 178: Checking exports ** [09:03:41 2020-06-13] 178: Checking users ** [09:03:41 2020-06-13] 178: Checking user_dbs ** [09:03:41 2020-06-13] 178: Checking geocodings ** [09:03:41 2020-06-13] 178: Checking synchronizations ** [09:03:41 2020-06-13] 178: Checking tracker ** [09:03:41 2020-06-13] 178: Checking user_migrations ** [09:03:41 2020-06-13] 178: Checking batch_updates ** [09:03:41 2020-06-13] 178: Checking gears ** [09:03:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:03:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:46 2020-06-13] 178: Checking imports ** [09:03:46 2020-06-13] 178: Checking exports ** [09:03:46 2020-06-13] 178: Checking users ** [09:03:46 2020-06-13] 178: Checking user_dbs ** [09:03:46 2020-06-13] 178: Checking geocodings ** [09:03:46 2020-06-13] 178: Checking synchronizations ** [09:03:46 2020-06-13] 178: Checking tracker ** [09:03:46 2020-06-13] 178: Checking user_migrations ** [09:03:46 2020-06-13] 178: Checking batch_updates ** [09:03:46 2020-06-13] 178: Checking gears ** [09:03:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:03:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:51 2020-06-13] 178: Checking imports ** [09:03:51 2020-06-13] 178: Checking exports ** [09:03:51 2020-06-13] 178: Checking users ** [09:03:51 2020-06-13] 178: Checking user_dbs ** [09:03:51 2020-06-13] 178: Checking geocodings ** [09:03:51 2020-06-13] 178: Checking synchronizations ** [09:03:51 2020-06-13] 178: Checking tracker ** [09:03:51 2020-06-13] 178: Checking user_migrations ** [09:03:51 2020-06-13] 178: Checking batch_updates ** [09:03:51 2020-06-13] 178: Checking gears ** [09:03:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:03:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:56 2020-06-13] 178: Checking imports ** [09:03:56 2020-06-13] 178: Checking exports ** [09:03:56 2020-06-13] 178: Checking users ** [09:03:56 2020-06-13] 178: Checking user_dbs ** [09:03:56 2020-06-13] 178: Checking geocodings ** [09:03:56 2020-06-13] 178: Checking synchronizations ** [09:03:56 2020-06-13] 178: Checking tracker ** [09:03:56 2020-06-13] 178: Checking user_migrations ** [09:03:56 2020-06-13] 178: Checking batch_updates ** [09:03:56 2020-06-13] 178: Checking gears ** [09:03:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:03:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:01 2020-06-13] 178: Checking imports ** [09:04:01 2020-06-13] 178: Checking exports ** [09:04:01 2020-06-13] 178: Checking users ** [09:04:01 2020-06-13] 178: Checking user_dbs ** [09:04:01 2020-06-13] 178: Checking geocodings ** [09:04:01 2020-06-13] 178: Checking synchronizations ** [09:04:01 2020-06-13] 178: Checking tracker ** [09:04:01 2020-06-13] 178: Checking user_migrations ** [09:04:01 2020-06-13] 178: Checking batch_updates ** [09:04:01 2020-06-13] 178: Checking gears ** [09:04:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:04:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:06 2020-06-13] 178: Checking imports ** [09:04:06 2020-06-13] 178: Checking exports ** [09:04:06 2020-06-13] 178: Checking users ** [09:04:06 2020-06-13] 178: Checking user_dbs ** [09:04:06 2020-06-13] 178: Checking geocodings ** [09:04:06 2020-06-13] 178: Checking synchronizations ** [09:04:06 2020-06-13] 178: Checking tracker ** [09:04:06 2020-06-13] 178: Checking user_migrations ** [09:04:06 2020-06-13] 178: Checking batch_updates ** [09:04:06 2020-06-13] 178: Checking gears ** [09:04:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:04:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:11 2020-06-13] 178: Checking imports ** [09:04:11 2020-06-13] 178: Checking exports ** [09:04:11 2020-06-13] 178: Checking users ** [09:04:11 2020-06-13] 178: Checking user_dbs ** [09:04:11 2020-06-13] 178: Checking geocodings ** [09:04:11 2020-06-13] 178: Checking synchronizations ** [09:04:11 2020-06-13] 178: Checking tracker ** [09:04:11 2020-06-13] 178: Checking user_migrations ** [09:04:11 2020-06-13] 178: Checking batch_updates ** [09:04:11 2020-06-13] 178: Checking gears ** [09:04:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:04:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:16 2020-06-13] 178: Checking imports ** [09:04:16 2020-06-13] 178: Checking exports ** [09:04:16 2020-06-13] 178: Checking users ** [09:04:16 2020-06-13] 178: Checking user_dbs ** [09:04:16 2020-06-13] 178: Checking geocodings ** [09:04:16 2020-06-13] 178: Checking synchronizations ** [09:04:16 2020-06-13] 178: Checking tracker ** [09:04:16 2020-06-13] 178: Checking user_migrations ** [09:04:16 2020-06-13] 178: Checking batch_updates ** [09:04:16 2020-06-13] 178: Checking gears ** [09:04:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:04:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:21 2020-06-13] 178: Checking imports ** [09:04:21 2020-06-13] 178: Checking exports ** [09:04:21 2020-06-13] 178: Checking users ** [09:04:21 2020-06-13] 178: Checking user_dbs ** [09:04:21 2020-06-13] 178: Checking geocodings ** [09:04:21 2020-06-13] 178: Checking synchronizations ** [09:04:21 2020-06-13] 178: Checking tracker ** [09:04:21 2020-06-13] 178: Checking user_migrations ** [09:04:21 2020-06-13] 178: Checking batch_updates ** [09:04:21 2020-06-13] 178: Checking gears ** [09:04:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:04:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:26 2020-06-13] 178: Checking imports ** [09:04:26 2020-06-13] 178: Checking exports ** [09:04:26 2020-06-13] 178: Checking users ** [09:04:26 2020-06-13] 178: Checking user_dbs ** [09:04:26 2020-06-13] 178: Checking geocodings ** [09:04:26 2020-06-13] 178: Checking synchronizations ** [09:04:26 2020-06-13] 178: Checking tracker ** [09:04:26 2020-06-13] 178: Checking user_migrations ** [09:04:26 2020-06-13] 178: Checking batch_updates ** [09:04:26 2020-06-13] 178: Checking gears ** [09:04:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:04:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:31 2020-06-13] 178: Checking imports ** [09:04:31 2020-06-13] 178: Checking exports ** [09:04:31 2020-06-13] 178: Checking users ** [09:04:31 2020-06-13] 178: Checking user_dbs ** [09:04:31 2020-06-13] 178: Checking geocodings ** [09:04:31 2020-06-13] 178: Checking synchronizations ** [09:04:31 2020-06-13] 178: Checking tracker ** [09:04:31 2020-06-13] 178: Checking user_migrations ** [09:04:31 2020-06-13] 178: Checking batch_updates ** [09:04:31 2020-06-13] 178: Checking gears ** [09:04:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:04:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:36 2020-06-13] 178: Checking imports ** [09:04:36 2020-06-13] 178: Checking exports ** [09:04:36 2020-06-13] 178: Checking users ** [09:04:36 2020-06-13] 178: Checking user_dbs ** [09:04:36 2020-06-13] 178: Checking geocodings ** [09:04:36 2020-06-13] 178: Checking synchronizations ** [09:04:36 2020-06-13] 178: Checking tracker ** [09:04:36 2020-06-13] 178: Checking user_migrations ** [09:04:36 2020-06-13] 178: Checking batch_updates ** [09:04:36 2020-06-13] 178: Checking gears ** [09:04:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:04:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:41 2020-06-13] 178: Checking imports ** [09:04:41 2020-06-13] 178: Checking exports ** [09:04:41 2020-06-13] 178: Checking users ** [09:04:41 2020-06-13] 178: Checking user_dbs ** [09:04:41 2020-06-13] 178: Checking geocodings ** [09:04:41 2020-06-13] 178: Checking synchronizations ** [09:04:41 2020-06-13] 178: Checking tracker ** [09:04:41 2020-06-13] 178: Checking user_migrations ** [09:04:41 2020-06-13] 178: Checking batch_updates ** [09:04:41 2020-06-13] 178: Checking gears ** [09:04:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:04:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:46 2020-06-13] 178: Checking imports ** [09:04:46 2020-06-13] 178: Checking exports ** [09:04:46 2020-06-13] 178: Checking users ** [09:04:46 2020-06-13] 178: Checking user_dbs ** [09:04:46 2020-06-13] 178: Checking geocodings ** [09:04:46 2020-06-13] 178: Checking synchronizations ** [09:04:46 2020-06-13] 178: Checking tracker ** [09:04:46 2020-06-13] 178: Checking user_migrations ** [09:04:46 2020-06-13] 178: Checking batch_updates ** [09:04:46 2020-06-13] 178: Checking gears ** [09:04:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:04:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:51 2020-06-13] 178: Checking imports ** [09:04:51 2020-06-13] 178: Checking exports ** [09:04:51 2020-06-13] 178: Checking users ** [09:04:51 2020-06-13] 178: Checking user_dbs ** [09:04:51 2020-06-13] 178: Checking geocodings ** [09:04:51 2020-06-13] 178: Checking synchronizations ** [09:04:51 2020-06-13] 178: Checking tracker ** [09:04:51 2020-06-13] 178: Checking user_migrations ** [09:04:51 2020-06-13] 178: Checking batch_updates ** [09:04:51 2020-06-13] 178: Checking gears ** [09:04:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:04:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:56 2020-06-13] 178: Checking imports ** [09:04:56 2020-06-13] 178: Checking exports ** [09:04:56 2020-06-13] 178: Checking users ** [09:04:56 2020-06-13] 178: Checking user_dbs ** [09:04:56 2020-06-13] 178: Checking geocodings ** [09:04:56 2020-06-13] 178: Checking synchronizations ** [09:04:56 2020-06-13] 178: Checking tracker ** [09:04:56 2020-06-13] 178: Checking user_migrations ** [09:04:56 2020-06-13] 178: Checking batch_updates ** [09:04:56 2020-06-13] 178: Checking gears ** [09:04:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:04:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:01 2020-06-13] 178: Checking imports ** [09:05:01 2020-06-13] 178: Checking exports ** [09:05:01 2020-06-13] 178: Checking users ** [09:05:01 2020-06-13] 178: Checking user_dbs ** [09:05:01 2020-06-13] 178: Checking geocodings ** [09:05:01 2020-06-13] 178: Checking synchronizations ** [09:05:01 2020-06-13] 178: Checking tracker ** [09:05:01 2020-06-13] 178: Checking user_migrations ** [09:05:01 2020-06-13] 178: Checking batch_updates ** [09:05:01 2020-06-13] 178: Checking gears ** [09:05:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:05:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:06 2020-06-13] 178: Checking imports ** [09:05:06 2020-06-13] 178: Checking exports ** [09:05:06 2020-06-13] 178: Checking users ** [09:05:06 2020-06-13] 178: Checking user_dbs ** [09:05:06 2020-06-13] 178: Checking geocodings ** [09:05:06 2020-06-13] 178: Checking synchronizations ** [09:05:06 2020-06-13] 178: Checking tracker ** [09:05:06 2020-06-13] 178: Checking user_migrations ** [09:05:06 2020-06-13] 178: Checking batch_updates ** [09:05:06 2020-06-13] 178: Checking gears ** [09:05:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:05:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:11 2020-06-13] 178: Checking imports ** [09:05:11 2020-06-13] 178: Checking exports ** [09:05:11 2020-06-13] 178: Checking users ** [09:05:11 2020-06-13] 178: Checking user_dbs ** [09:05:11 2020-06-13] 178: Checking geocodings ** [09:05:11 2020-06-13] 178: Checking synchronizations ** [09:05:11 2020-06-13] 178: Checking tracker ** [09:05:11 2020-06-13] 178: Checking user_migrations ** [09:05:11 2020-06-13] 178: Checking batch_updates ** [09:05:11 2020-06-13] 178: Checking gears ** [09:05:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:05:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:17 2020-06-13] 178: Checking imports ** [09:05:17 2020-06-13] 178: Checking exports ** [09:05:17 2020-06-13] 178: Checking users ** [09:05:17 2020-06-13] 178: Checking user_dbs ** [09:05:17 2020-06-13] 178: Checking geocodings ** [09:05:17 2020-06-13] 178: Checking synchronizations ** [09:05:17 2020-06-13] 178: Checking tracker ** [09:05:17 2020-06-13] 178: Checking user_migrations ** [09:05:17 2020-06-13] 178: Checking batch_updates ** [09:05:17 2020-06-13] 178: Checking gears ** [09:05:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:05:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:22 2020-06-13] 178: Checking imports ** [09:05:22 2020-06-13] 178: Checking exports ** [09:05:22 2020-06-13] 178: Checking users ** [09:05:22 2020-06-13] 178: Checking user_dbs ** [09:05:22 2020-06-13] 178: Checking geocodings ** [09:05:22 2020-06-13] 178: Checking synchronizations ** [09:05:22 2020-06-13] 178: Checking tracker ** [09:05:22 2020-06-13] 178: Checking user_migrations ** [09:05:22 2020-06-13] 178: Checking batch_updates ** [09:05:22 2020-06-13] 178: Checking gears ** [09:05:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:05:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:27 2020-06-13] 178: Checking imports ** [09:05:27 2020-06-13] 178: Checking exports ** [09:05:27 2020-06-13] 178: Checking users ** [09:05:27 2020-06-13] 178: Checking user_dbs ** [09:05:27 2020-06-13] 178: Checking geocodings ** [09:05:27 2020-06-13] 178: Checking synchronizations ** [09:05:27 2020-06-13] 178: Checking tracker ** [09:05:27 2020-06-13] 178: Checking user_migrations ** [09:05:27 2020-06-13] 178: Checking batch_updates ** [09:05:27 2020-06-13] 178: Checking gears ** [09:05:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:05:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:32 2020-06-13] 178: Checking imports ** [09:05:32 2020-06-13] 178: Checking exports ** [09:05:32 2020-06-13] 178: Checking users ** [09:05:32 2020-06-13] 178: Checking user_dbs ** [09:05:32 2020-06-13] 178: Checking geocodings ** [09:05:32 2020-06-13] 178: Checking synchronizations ** [09:05:32 2020-06-13] 178: Checking tracker ** [09:05:32 2020-06-13] 178: Checking user_migrations ** [09:05:32 2020-06-13] 178: Checking batch_updates ** [09:05:32 2020-06-13] 178: Checking gears ** [09:05:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:05:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:37 2020-06-13] 178: Checking imports ** [09:05:37 2020-06-13] 178: Checking exports ** [09:05:37 2020-06-13] 178: Checking users ** [09:05:37 2020-06-13] 178: Checking user_dbs ** [09:05:37 2020-06-13] 178: Checking geocodings ** [09:05:37 2020-06-13] 178: Checking synchronizations ** [09:05:37 2020-06-13] 178: Checking tracker ** [09:05:37 2020-06-13] 178: Checking user_migrations ** [09:05:37 2020-06-13] 178: Checking batch_updates ** [09:05:37 2020-06-13] 178: Checking gears ** [09:05:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:05:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:42 2020-06-13] 178: Checking imports ** [09:05:42 2020-06-13] 178: Checking exports ** [09:05:42 2020-06-13] 178: Checking users ** [09:05:42 2020-06-13] 178: Checking user_dbs ** [09:05:42 2020-06-13] 178: Checking geocodings ** [09:05:42 2020-06-13] 178: Checking synchronizations ** [09:05:42 2020-06-13] 178: Checking tracker ** [09:05:42 2020-06-13] 178: Checking user_migrations ** [09:05:42 2020-06-13] 178: Checking batch_updates ** [09:05:42 2020-06-13] 178: Checking gears ** [09:05:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:05:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:47 2020-06-13] 178: Checking imports ** [09:05:47 2020-06-13] 178: Checking exports ** [09:05:47 2020-06-13] 178: Checking users ** [09:05:47 2020-06-13] 178: Checking user_dbs ** [09:05:47 2020-06-13] 178: Checking geocodings ** [09:05:47 2020-06-13] 178: Checking synchronizations ** [09:05:47 2020-06-13] 178: Checking tracker ** [09:05:47 2020-06-13] 178: Checking user_migrations ** [09:05:47 2020-06-13] 178: Checking batch_updates ** [09:05:47 2020-06-13] 178: Checking gears ** [09:05:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:05:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:52 2020-06-13] 178: Checking imports ** [09:05:52 2020-06-13] 178: Checking exports ** [09:05:52 2020-06-13] 178: Checking users ** [09:05:52 2020-06-13] 178: Checking user_dbs ** [09:05:52 2020-06-13] 178: Checking geocodings ** [09:05:52 2020-06-13] 178: Checking synchronizations ** [09:05:52 2020-06-13] 178: Checking tracker ** [09:05:52 2020-06-13] 178: Checking user_migrations ** [09:05:52 2020-06-13] 178: Checking batch_updates ** [09:05:52 2020-06-13] 178: Checking gears ** [09:05:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:05:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:57 2020-06-13] 178: Checking imports ** [09:05:57 2020-06-13] 178: Checking exports ** [09:05:57 2020-06-13] 178: Checking users ** [09:05:57 2020-06-13] 178: Checking user_dbs ** [09:05:57 2020-06-13] 178: Checking geocodings ** [09:05:57 2020-06-13] 178: Checking synchronizations ** [09:05:57 2020-06-13] 178: Checking tracker ** [09:05:57 2020-06-13] 178: Checking user_migrations ** [09:05:57 2020-06-13] 178: Checking batch_updates ** [09:05:57 2020-06-13] 178: Checking gears ** [09:05:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:05:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:02 2020-06-13] 178: Checking imports ** [09:06:02 2020-06-13] 178: Checking exports ** [09:06:02 2020-06-13] 178: Checking users ** [09:06:02 2020-06-13] 178: Checking user_dbs ** [09:06:02 2020-06-13] 178: Checking geocodings ** [09:06:02 2020-06-13] 178: Checking synchronizations ** [09:06:02 2020-06-13] 178: Checking tracker ** [09:06:02 2020-06-13] 178: Checking user_migrations ** [09:06:02 2020-06-13] 178: Checking batch_updates ** [09:06:02 2020-06-13] 178: Checking gears ** [09:06:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:06:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:07 2020-06-13] 178: Checking imports ** [09:06:07 2020-06-13] 178: Checking exports ** [09:06:07 2020-06-13] 178: Checking users ** [09:06:07 2020-06-13] 178: Checking user_dbs ** [09:06:07 2020-06-13] 178: Checking geocodings ** [09:06:07 2020-06-13] 178: Checking synchronizations ** [09:06:07 2020-06-13] 178: Checking tracker ** [09:06:07 2020-06-13] 178: Checking user_migrations ** [09:06:07 2020-06-13] 178: Checking batch_updates ** [09:06:07 2020-06-13] 178: Checking gears ** [09:06:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:06:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:12 2020-06-13] 178: Checking imports ** [09:06:12 2020-06-13] 178: Checking exports ** [09:06:12 2020-06-13] 178: Checking users ** [09:06:12 2020-06-13] 178: Checking user_dbs ** [09:06:12 2020-06-13] 178: Checking geocodings ** [09:06:12 2020-06-13] 178: Checking synchronizations ** [09:06:12 2020-06-13] 178: Checking tracker ** [09:06:12 2020-06-13] 178: Checking user_migrations ** [09:06:12 2020-06-13] 178: Checking batch_updates ** [09:06:12 2020-06-13] 178: Checking gears ** [09:06:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:06:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:17 2020-06-13] 178: Checking imports ** [09:06:17 2020-06-13] 178: Checking exports ** [09:06:17 2020-06-13] 178: Checking users ** [09:06:17 2020-06-13] 178: Checking user_dbs ** [09:06:17 2020-06-13] 178: Checking geocodings ** [09:06:17 2020-06-13] 178: Checking synchronizations ** [09:06:17 2020-06-13] 178: Checking tracker ** [09:06:17 2020-06-13] 178: Checking user_migrations ** [09:06:17 2020-06-13] 178: Checking batch_updates ** [09:06:17 2020-06-13] 178: Checking gears ** [09:06:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:06:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:22 2020-06-13] 178: Checking imports ** [09:06:22 2020-06-13] 178: Checking exports ** [09:06:22 2020-06-13] 178: Checking users ** [09:06:22 2020-06-13] 178: Checking user_dbs ** [09:06:22 2020-06-13] 178: Checking geocodings ** [09:06:22 2020-06-13] 178: Checking synchronizations ** [09:06:22 2020-06-13] 178: Checking tracker ** [09:06:22 2020-06-13] 178: Checking user_migrations ** [09:06:22 2020-06-13] 178: Checking batch_updates ** [09:06:22 2020-06-13] 178: Checking gears ** [09:06:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:06:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:27 2020-06-13] 178: Checking imports ** [09:06:27 2020-06-13] 178: Checking exports ** [09:06:27 2020-06-13] 178: Checking users ** [09:06:27 2020-06-13] 178: Checking user_dbs ** [09:06:27 2020-06-13] 178: Checking geocodings ** [09:06:27 2020-06-13] 178: Checking synchronizations ** [09:06:27 2020-06-13] 178: Checking tracker ** [09:06:27 2020-06-13] 178: Checking user_migrations ** [09:06:27 2020-06-13] 178: Checking batch_updates ** [09:06:27 2020-06-13] 178: Checking gears ** [09:06:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:06:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:32 2020-06-13] 178: Checking imports ** [09:06:32 2020-06-13] 178: Checking exports ** [09:06:32 2020-06-13] 178: Checking users ** [09:06:32 2020-06-13] 178: Checking user_dbs ** [09:06:32 2020-06-13] 178: Checking geocodings ** [09:06:32 2020-06-13] 178: Checking synchronizations ** [09:06:32 2020-06-13] 178: Checking tracker ** [09:06:32 2020-06-13] 178: Checking user_migrations ** [09:06:32 2020-06-13] 178: Checking batch_updates ** [09:06:32 2020-06-13] 178: Checking gears ** [09:06:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:06:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:37 2020-06-13] 178: Checking imports ** [09:06:37 2020-06-13] 178: Checking exports ** [09:06:37 2020-06-13] 178: Checking users ** [09:06:37 2020-06-13] 178: Checking user_dbs ** [09:06:37 2020-06-13] 178: Checking geocodings ** [09:06:37 2020-06-13] 178: Checking synchronizations ** [09:06:37 2020-06-13] 178: Checking tracker ** [09:06:37 2020-06-13] 178: Checking user_migrations ** [09:06:37 2020-06-13] 178: Checking batch_updates ** [09:06:37 2020-06-13] 178: Checking gears ** [09:06:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:06:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:42 2020-06-13] 178: Checking imports ** [09:06:42 2020-06-13] 178: Checking exports ** [09:06:42 2020-06-13] 178: Checking users ** [09:06:42 2020-06-13] 178: Checking user_dbs ** [09:06:42 2020-06-13] 178: Checking geocodings ** [09:06:42 2020-06-13] 178: Checking synchronizations ** [09:06:42 2020-06-13] 178: Checking tracker ** [09:06:42 2020-06-13] 178: Checking user_migrations ** [09:06:42 2020-06-13] 178: Checking batch_updates ** [09:06:42 2020-06-13] 178: Checking gears ** [09:06:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:06:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:47 2020-06-13] 178: Checking imports ** [09:06:47 2020-06-13] 178: Checking exports ** [09:06:47 2020-06-13] 178: Checking users ** [09:06:47 2020-06-13] 178: Checking user_dbs ** [09:06:47 2020-06-13] 178: Checking geocodings ** [09:06:47 2020-06-13] 178: Checking synchronizations ** [09:06:47 2020-06-13] 178: Checking tracker ** [09:06:47 2020-06-13] 178: Checking user_migrations ** [09:06:47 2020-06-13] 178: Checking batch_updates ** [09:06:47 2020-06-13] 178: Checking gears ** [09:06:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:06:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:52 2020-06-13] 178: Checking imports ** [09:06:52 2020-06-13] 178: Checking exports ** [09:06:52 2020-06-13] 178: Checking users ** [09:06:52 2020-06-13] 178: Checking user_dbs ** [09:06:52 2020-06-13] 178: Checking geocodings ** [09:06:52 2020-06-13] 178: Checking synchronizations ** [09:06:52 2020-06-13] 178: Checking tracker ** [09:06:52 2020-06-13] 178: Checking user_migrations ** [09:06:52 2020-06-13] 178: Checking batch_updates ** [09:06:52 2020-06-13] 178: Checking gears ** [09:06:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:06:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:57 2020-06-13] 178: Checking imports ** [09:06:57 2020-06-13] 178: Checking exports ** [09:06:57 2020-06-13] 178: Checking users ** [09:06:57 2020-06-13] 178: Checking user_dbs ** [09:06:57 2020-06-13] 178: Checking geocodings ** [09:06:57 2020-06-13] 178: Checking synchronizations ** [09:06:57 2020-06-13] 178: Checking tracker ** [09:06:57 2020-06-13] 178: Checking user_migrations ** [09:06:57 2020-06-13] 178: Checking batch_updates ** [09:06:57 2020-06-13] 178: Checking gears ** [09:06:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:06:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:02 2020-06-13] 178: Checking imports ** [09:07:02 2020-06-13] 178: Checking exports ** [09:07:02 2020-06-13] 178: Checking users ** [09:07:02 2020-06-13] 178: Checking user_dbs ** [09:07:02 2020-06-13] 178: Checking geocodings ** [09:07:02 2020-06-13] 178: Checking synchronizations ** [09:07:02 2020-06-13] 178: Checking tracker ** [09:07:02 2020-06-13] 178: Checking user_migrations ** [09:07:02 2020-06-13] 178: Checking batch_updates ** [09:07:02 2020-06-13] 178: Checking gears ** [09:07:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:07:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:07 2020-06-13] 178: Checking imports ** [09:07:07 2020-06-13] 178: Checking exports ** [09:07:07 2020-06-13] 178: Checking users ** [09:07:07 2020-06-13] 178: Checking user_dbs ** [09:07:07 2020-06-13] 178: Checking geocodings ** [09:07:07 2020-06-13] 178: Checking synchronizations ** [09:07:07 2020-06-13] 178: Checking tracker ** [09:07:07 2020-06-13] 178: Checking user_migrations ** [09:07:07 2020-06-13] 178: Checking batch_updates ** [09:07:07 2020-06-13] 178: Checking gears ** [09:07:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:07:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:12 2020-06-13] 178: Checking imports ** [09:07:12 2020-06-13] 178: Checking exports ** [09:07:12 2020-06-13] 178: Checking users ** [09:07:12 2020-06-13] 178: Checking user_dbs ** [09:07:12 2020-06-13] 178: Checking geocodings ** [09:07:12 2020-06-13] 178: Checking synchronizations ** [09:07:12 2020-06-13] 178: Checking tracker ** [09:07:12 2020-06-13] 178: Checking user_migrations ** [09:07:12 2020-06-13] 178: Checking batch_updates ** [09:07:12 2020-06-13] 178: Checking gears ** [09:07:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:07:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:17 2020-06-13] 178: Checking imports ** [09:07:17 2020-06-13] 178: Checking exports ** [09:07:17 2020-06-13] 178: Checking users ** [09:07:17 2020-06-13] 178: Checking user_dbs ** [09:07:17 2020-06-13] 178: Checking geocodings ** [09:07:17 2020-06-13] 178: Checking synchronizations ** [09:07:17 2020-06-13] 178: Checking tracker ** [09:07:17 2020-06-13] 178: Checking user_migrations ** [09:07:17 2020-06-13] 178: Checking batch_updates ** [09:07:17 2020-06-13] 178: Checking gears ** [09:07:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:07:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:22 2020-06-13] 178: Checking imports ** [09:07:22 2020-06-13] 178: Checking exports ** [09:07:22 2020-06-13] 178: Checking users ** [09:07:22 2020-06-13] 178: Checking user_dbs ** [09:07:22 2020-06-13] 178: Checking geocodings ** [09:07:22 2020-06-13] 178: Checking synchronizations ** [09:07:22 2020-06-13] 178: Checking tracker ** [09:07:22 2020-06-13] 178: Checking user_migrations ** [09:07:22 2020-06-13] 178: Checking batch_updates ** [09:07:22 2020-06-13] 178: Checking gears ** [09:07:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:07:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:27 2020-06-13] 178: Checking imports ** [09:07:27 2020-06-13] 178: Checking exports ** [09:07:27 2020-06-13] 178: Checking users ** [09:07:27 2020-06-13] 178: Checking user_dbs ** [09:07:27 2020-06-13] 178: Checking geocodings ** [09:07:27 2020-06-13] 178: Checking synchronizations ** [09:07:27 2020-06-13] 178: Checking tracker ** [09:07:27 2020-06-13] 178: Checking user_migrations ** [09:07:27 2020-06-13] 178: Checking batch_updates ** [09:07:27 2020-06-13] 178: Checking gears ** [09:07:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:07:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:32 2020-06-13] 178: Checking imports ** [09:07:32 2020-06-13] 178: Checking exports ** [09:07:32 2020-06-13] 178: Checking users ** [09:07:32 2020-06-13] 178: Checking user_dbs ** [09:07:32 2020-06-13] 178: Checking geocodings ** [09:07:32 2020-06-13] 178: Checking synchronizations ** [09:07:32 2020-06-13] 178: Checking tracker ** [09:07:32 2020-06-13] 178: Checking user_migrations ** [09:07:32 2020-06-13] 178: Checking batch_updates ** [09:07:32 2020-06-13] 178: Checking gears ** [09:07:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:07:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:37 2020-06-13] 178: Checking imports ** [09:07:37 2020-06-13] 178: Checking exports ** [09:07:37 2020-06-13] 178: Checking users ** [09:07:37 2020-06-13] 178: Checking user_dbs ** [09:07:37 2020-06-13] 178: Checking geocodings ** [09:07:37 2020-06-13] 178: Checking synchronizations ** [09:07:37 2020-06-13] 178: Checking tracker ** [09:07:37 2020-06-13] 178: Checking user_migrations ** [09:07:37 2020-06-13] 178: Checking batch_updates ** [09:07:37 2020-06-13] 178: Checking gears ** [09:07:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:07:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:42 2020-06-13] 178: Checking imports ** [09:07:42 2020-06-13] 178: Checking exports ** [09:07:42 2020-06-13] 178: Checking users ** [09:07:42 2020-06-13] 178: Checking user_dbs ** [09:07:42 2020-06-13] 178: Checking geocodings ** [09:07:42 2020-06-13] 178: Checking synchronizations ** [09:07:42 2020-06-13] 178: Checking tracker ** [09:07:42 2020-06-13] 178: Checking user_migrations ** [09:07:42 2020-06-13] 178: Checking batch_updates ** [09:07:42 2020-06-13] 178: Checking gears ** [09:07:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:07:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:47 2020-06-13] 178: Checking imports ** [09:07:47 2020-06-13] 178: Checking exports ** [09:07:47 2020-06-13] 178: Checking users ** [09:07:47 2020-06-13] 178: Checking user_dbs ** [09:07:47 2020-06-13] 178: Checking geocodings ** [09:07:47 2020-06-13] 178: Checking synchronizations ** [09:07:47 2020-06-13] 178: Checking tracker ** [09:07:47 2020-06-13] 178: Checking user_migrations ** [09:07:47 2020-06-13] 178: Checking batch_updates ** [09:07:47 2020-06-13] 178: Checking gears ** [09:07:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:07:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:52 2020-06-13] 178: Checking imports ** [09:07:52 2020-06-13] 178: Checking exports ** [09:07:52 2020-06-13] 178: Checking users ** [09:07:52 2020-06-13] 178: Checking user_dbs ** [09:07:52 2020-06-13] 178: Checking geocodings ** [09:07:52 2020-06-13] 178: Checking synchronizations ** [09:07:52 2020-06-13] 178: Checking tracker ** [09:07:52 2020-06-13] 178: Checking user_migrations ** [09:07:52 2020-06-13] 178: Checking batch_updates ** [09:07:52 2020-06-13] 178: Checking gears ** [09:07:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:07:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:57 2020-06-13] 178: Checking imports ** [09:07:57 2020-06-13] 178: Checking exports ** [09:07:57 2020-06-13] 178: Checking users ** [09:07:57 2020-06-13] 178: Checking user_dbs ** [09:07:57 2020-06-13] 178: Checking geocodings ** [09:07:57 2020-06-13] 178: Checking synchronizations ** [09:07:57 2020-06-13] 178: Checking tracker ** [09:07:57 2020-06-13] 178: Checking user_migrations ** [09:07:57 2020-06-13] 178: Checking batch_updates ** [09:07:57 2020-06-13] 178: Checking gears ** [09:07:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:07:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:02 2020-06-13] 178: Checking imports ** [09:08:02 2020-06-13] 178: Checking exports ** [09:08:02 2020-06-13] 178: Checking users ** [09:08:02 2020-06-13] 178: Checking user_dbs ** [09:08:02 2020-06-13] 178: Checking geocodings ** [09:08:02 2020-06-13] 178: Checking synchronizations ** [09:08:02 2020-06-13] 178: Checking tracker ** [09:08:02 2020-06-13] 178: Checking user_migrations ** [09:08:02 2020-06-13] 178: Checking batch_updates ** [09:08:02 2020-06-13] 178: Checking gears ** [09:08:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:08:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:07 2020-06-13] 178: Checking imports ** [09:08:07 2020-06-13] 178: Checking exports ** [09:08:07 2020-06-13] 178: Checking users ** [09:08:07 2020-06-13] 178: Checking user_dbs ** [09:08:07 2020-06-13] 178: Checking geocodings ** [09:08:07 2020-06-13] 178: Checking synchronizations ** [09:08:07 2020-06-13] 178: Checking tracker ** [09:08:07 2020-06-13] 178: Checking user_migrations ** [09:08:07 2020-06-13] 178: Checking batch_updates ** [09:08:07 2020-06-13] 178: Checking gears ** [09:08:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:08:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:12 2020-06-13] 178: Checking imports ** [09:08:12 2020-06-13] 178: Checking exports ** [09:08:12 2020-06-13] 178: Checking users ** [09:08:12 2020-06-13] 178: Checking user_dbs ** [09:08:12 2020-06-13] 178: Checking geocodings ** [09:08:12 2020-06-13] 178: Checking synchronizations ** [09:08:12 2020-06-13] 178: Checking tracker ** [09:08:12 2020-06-13] 178: Checking user_migrations ** [09:08:12 2020-06-13] 178: Checking batch_updates ** [09:08:12 2020-06-13] 178: Checking gears ** [09:08:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:08:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:17 2020-06-13] 178: Checking imports ** [09:08:17 2020-06-13] 178: Checking exports ** [09:08:17 2020-06-13] 178: Checking users ** [09:08:17 2020-06-13] 178: Checking user_dbs ** [09:08:17 2020-06-13] 178: Checking geocodings ** [09:08:17 2020-06-13] 178: Checking synchronizations ** [09:08:17 2020-06-13] 178: Checking tracker ** [09:08:17 2020-06-13] 178: Checking user_migrations ** [09:08:17 2020-06-13] 178: Checking batch_updates ** [09:08:17 2020-06-13] 178: Checking gears ** [09:08:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:08:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:22 2020-06-13] 178: Checking imports ** [09:08:22 2020-06-13] 178: Checking exports ** [09:08:22 2020-06-13] 178: Checking users ** [09:08:22 2020-06-13] 178: Checking user_dbs ** [09:08:22 2020-06-13] 178: Checking geocodings ** [09:08:22 2020-06-13] 178: Checking synchronizations ** [09:08:22 2020-06-13] 178: Checking tracker ** [09:08:22 2020-06-13] 178: Checking user_migrations ** [09:08:22 2020-06-13] 178: Checking batch_updates ** [09:08:22 2020-06-13] 178: Checking gears ** [09:08:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:08:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:27 2020-06-13] 178: Checking imports ** [09:08:27 2020-06-13] 178: Checking exports ** [09:08:27 2020-06-13] 178: Checking users ** [09:08:27 2020-06-13] 178: Checking user_dbs ** [09:08:27 2020-06-13] 178: Checking geocodings ** [09:08:27 2020-06-13] 178: Checking synchronizations ** [09:08:27 2020-06-13] 178: Checking tracker ** [09:08:27 2020-06-13] 178: Checking user_migrations ** [09:08:27 2020-06-13] 178: Checking batch_updates ** [09:08:27 2020-06-13] 178: Checking gears ** [09:08:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:08:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:32 2020-06-13] 178: Checking imports ** [09:08:32 2020-06-13] 178: Checking exports ** [09:08:32 2020-06-13] 178: Checking users ** [09:08:32 2020-06-13] 178: Checking user_dbs ** [09:08:32 2020-06-13] 178: Checking geocodings ** [09:08:32 2020-06-13] 178: Checking synchronizations ** [09:08:32 2020-06-13] 178: Checking tracker ** [09:08:32 2020-06-13] 178: Checking user_migrations ** [09:08:32 2020-06-13] 178: Checking batch_updates ** [09:08:32 2020-06-13] 178: Checking gears ** [09:08:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:08:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:37 2020-06-13] 178: Checking imports ** [09:08:37 2020-06-13] 178: Checking exports ** [09:08:37 2020-06-13] 178: Checking users ** [09:08:37 2020-06-13] 178: Checking user_dbs ** [09:08:37 2020-06-13] 178: Checking geocodings ** [09:08:37 2020-06-13] 178: Checking synchronizations ** [09:08:37 2020-06-13] 178: Checking tracker ** [09:08:37 2020-06-13] 178: Checking user_migrations ** [09:08:37 2020-06-13] 178: Checking batch_updates ** [09:08:37 2020-06-13] 178: Checking gears ** [09:08:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:08:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:42 2020-06-13] 178: Checking imports ** [09:08:42 2020-06-13] 178: Checking exports ** [09:08:42 2020-06-13] 178: Checking users ** [09:08:42 2020-06-13] 178: Checking user_dbs ** [09:08:42 2020-06-13] 178: Checking geocodings ** [09:08:42 2020-06-13] 178: Checking synchronizations ** [09:08:42 2020-06-13] 178: Checking tracker ** [09:08:42 2020-06-13] 178: Checking user_migrations ** [09:08:42 2020-06-13] 178: Checking batch_updates ** [09:08:42 2020-06-13] 178: Checking gears ** [09:08:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:08:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:47 2020-06-13] 178: Checking imports ** [09:08:47 2020-06-13] 178: Checking exports ** [09:08:47 2020-06-13] 178: Checking users ** [09:08:47 2020-06-13] 178: Checking user_dbs ** [09:08:47 2020-06-13] 178: Checking geocodings ** [09:08:47 2020-06-13] 178: Checking synchronizations ** [09:08:47 2020-06-13] 178: Checking tracker ** [09:08:47 2020-06-13] 178: Checking user_migrations ** [09:08:47 2020-06-13] 178: Checking batch_updates ** [09:08:47 2020-06-13] 178: Checking gears ** [09:08:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:08:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:52 2020-06-13] 178: Checking imports ** [09:08:52 2020-06-13] 178: Checking exports ** [09:08:52 2020-06-13] 178: Checking users ** [09:08:52 2020-06-13] 178: Checking user_dbs ** [09:08:52 2020-06-13] 178: Checking geocodings ** [09:08:52 2020-06-13] 178: Checking synchronizations ** [09:08:52 2020-06-13] 178: Checking tracker ** [09:08:52 2020-06-13] 178: Checking user_migrations ** [09:08:52 2020-06-13] 178: Checking batch_updates ** [09:08:52 2020-06-13] 178: Checking gears ** [09:08:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:08:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:57 2020-06-13] 178: Checking imports ** [09:08:57 2020-06-13] 178: Checking exports ** [09:08:57 2020-06-13] 178: Checking users ** [09:08:57 2020-06-13] 178: Checking user_dbs ** [09:08:57 2020-06-13] 178: Checking geocodings ** [09:08:57 2020-06-13] 178: Checking synchronizations ** [09:08:57 2020-06-13] 178: Checking tracker ** [09:08:57 2020-06-13] 178: Checking user_migrations ** [09:08:57 2020-06-13] 178: Checking batch_updates ** [09:08:57 2020-06-13] 178: Checking gears ** [09:08:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:08:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:02 2020-06-13] 178: Checking imports ** [09:09:02 2020-06-13] 178: Checking exports ** [09:09:02 2020-06-13] 178: Checking users ** [09:09:02 2020-06-13] 178: Checking user_dbs ** [09:09:02 2020-06-13] 178: Checking geocodings ** [09:09:02 2020-06-13] 178: Checking synchronizations ** [09:09:02 2020-06-13] 178: Checking tracker ** [09:09:02 2020-06-13] 178: Checking user_migrations ** [09:09:02 2020-06-13] 178: Checking batch_updates ** [09:09:02 2020-06-13] 178: Checking gears ** [09:09:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:09:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:07 2020-06-13] 178: Checking imports ** [09:09:07 2020-06-13] 178: Checking exports ** [09:09:07 2020-06-13] 178: Checking users ** [09:09:07 2020-06-13] 178: Checking user_dbs ** [09:09:07 2020-06-13] 178: Checking geocodings ** [09:09:07 2020-06-13] 178: Checking synchronizations ** [09:09:07 2020-06-13] 178: Checking tracker ** [09:09:07 2020-06-13] 178: Checking user_migrations ** [09:09:07 2020-06-13] 178: Checking batch_updates ** [09:09:07 2020-06-13] 178: Checking gears ** [09:09:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:09:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:12 2020-06-13] 178: Checking imports ** [09:09:12 2020-06-13] 178: Checking exports ** [09:09:12 2020-06-13] 178: Checking users ** [09:09:12 2020-06-13] 178: Checking user_dbs ** [09:09:12 2020-06-13] 178: Checking geocodings ** [09:09:12 2020-06-13] 178: Checking synchronizations ** [09:09:12 2020-06-13] 178: Checking tracker ** [09:09:12 2020-06-13] 178: Checking user_migrations ** [09:09:12 2020-06-13] 178: Checking batch_updates ** [09:09:12 2020-06-13] 178: Checking gears ** [09:09:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:09:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:17 2020-06-13] 178: Checking imports ** [09:09:17 2020-06-13] 178: Checking exports ** [09:09:17 2020-06-13] 178: Checking users ** [09:09:17 2020-06-13] 178: Checking user_dbs ** [09:09:17 2020-06-13] 178: Checking geocodings ** [09:09:17 2020-06-13] 178: Checking synchronizations ** [09:09:17 2020-06-13] 178: Checking tracker ** [09:09:17 2020-06-13] 178: Checking user_migrations ** [09:09:17 2020-06-13] 178: Checking batch_updates ** [09:09:17 2020-06-13] 178: Checking gears ** [09:09:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:09:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:22 2020-06-13] 178: Checking imports ** [09:09:22 2020-06-13] 178: Checking exports ** [09:09:22 2020-06-13] 178: Checking users ** [09:09:22 2020-06-13] 178: Checking user_dbs ** [09:09:22 2020-06-13] 178: Checking geocodings ** [09:09:22 2020-06-13] 178: Checking synchronizations ** [09:09:22 2020-06-13] 178: Checking tracker ** [09:09:22 2020-06-13] 178: Checking user_migrations ** [09:09:22 2020-06-13] 178: Checking batch_updates ** [09:09:22 2020-06-13] 178: Checking gears ** [09:09:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:09:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:27 2020-06-13] 178: Checking imports ** [09:09:27 2020-06-13] 178: Checking exports ** [09:09:27 2020-06-13] 178: Checking users ** [09:09:27 2020-06-13] 178: Checking user_dbs ** [09:09:27 2020-06-13] 178: Checking geocodings ** [09:09:27 2020-06-13] 178: Checking synchronizations ** [09:09:27 2020-06-13] 178: Checking tracker ** [09:09:27 2020-06-13] 178: Checking user_migrations ** [09:09:27 2020-06-13] 178: Checking batch_updates ** [09:09:27 2020-06-13] 178: Checking gears ** [09:09:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:09:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:32 2020-06-13] 178: Checking imports ** [09:09:32 2020-06-13] 178: Checking exports ** [09:09:32 2020-06-13] 178: Checking users ** [09:09:32 2020-06-13] 178: Checking user_dbs ** [09:09:32 2020-06-13] 178: Checking geocodings ** [09:09:32 2020-06-13] 178: Checking synchronizations ** [09:09:32 2020-06-13] 178: Checking tracker ** [09:09:32 2020-06-13] 178: Checking user_migrations ** [09:09:32 2020-06-13] 178: Checking batch_updates ** [09:09:32 2020-06-13] 178: Checking gears ** [09:09:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:09:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:37 2020-06-13] 178: Checking imports ** [09:09:37 2020-06-13] 178: Checking exports ** [09:09:37 2020-06-13] 178: Checking users ** [09:09:37 2020-06-13] 178: Checking user_dbs ** [09:09:37 2020-06-13] 178: Checking geocodings ** [09:09:37 2020-06-13] 178: Checking synchronizations ** [09:09:37 2020-06-13] 178: Checking tracker ** [09:09:37 2020-06-13] 178: Checking user_migrations ** [09:09:37 2020-06-13] 178: Checking batch_updates ** [09:09:37 2020-06-13] 178: Checking gears ** [09:09:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:09:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:42 2020-06-13] 178: Checking imports ** [09:09:42 2020-06-13] 178: Checking exports ** [09:09:42 2020-06-13] 178: Checking users ** [09:09:42 2020-06-13] 178: Checking user_dbs ** [09:09:42 2020-06-13] 178: Checking geocodings ** [09:09:42 2020-06-13] 178: Checking synchronizations ** [09:09:42 2020-06-13] 178: Checking tracker ** [09:09:42 2020-06-13] 178: Checking user_migrations ** [09:09:42 2020-06-13] 178: Checking batch_updates ** [09:09:42 2020-06-13] 178: Checking gears ** [09:09:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:09:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:47 2020-06-13] 178: Checking imports ** [09:09:47 2020-06-13] 178: Checking exports ** [09:09:47 2020-06-13] 178: Checking users ** [09:09:47 2020-06-13] 178: Checking user_dbs ** [09:09:47 2020-06-13] 178: Checking geocodings ** [09:09:47 2020-06-13] 178: Checking synchronizations ** [09:09:47 2020-06-13] 178: Checking tracker ** [09:09:47 2020-06-13] 178: Checking user_migrations ** [09:09:47 2020-06-13] 178: Checking batch_updates ** [09:09:47 2020-06-13] 178: Checking gears ** [09:09:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:09:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:52 2020-06-13] 178: Checking imports ** [09:09:52 2020-06-13] 178: Checking exports ** [09:09:52 2020-06-13] 178: Checking users ** [09:09:52 2020-06-13] 178: Checking user_dbs ** [09:09:52 2020-06-13] 178: Checking geocodings ** [09:09:52 2020-06-13] 178: Checking synchronizations ** [09:09:52 2020-06-13] 178: Checking tracker ** [09:09:52 2020-06-13] 178: Checking user_migrations ** [09:09:52 2020-06-13] 178: Checking batch_updates ** [09:09:52 2020-06-13] 178: Checking gears ** [09:09:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:09:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:57 2020-06-13] 178: Checking imports ** [09:09:57 2020-06-13] 178: Checking exports ** [09:09:57 2020-06-13] 178: Checking users ** [09:09:57 2020-06-13] 178: Checking user_dbs ** [09:09:57 2020-06-13] 178: Checking geocodings ** [09:09:57 2020-06-13] 178: Checking synchronizations ** [09:09:57 2020-06-13] 178: Checking tracker ** [09:09:57 2020-06-13] 178: Checking user_migrations ** [09:09:57 2020-06-13] 178: Checking batch_updates ** [09:09:57 2020-06-13] 178: Checking gears ** [09:09:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:09:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:02 2020-06-13] 178: Checking imports ** [09:10:02 2020-06-13] 178: Checking exports ** [09:10:02 2020-06-13] 178: Checking users ** [09:10:02 2020-06-13] 178: Checking user_dbs ** [09:10:02 2020-06-13] 178: Checking geocodings ** [09:10:02 2020-06-13] 178: Checking synchronizations ** [09:10:02 2020-06-13] 178: Checking tracker ** [09:10:02 2020-06-13] 178: Checking user_migrations ** [09:10:02 2020-06-13] 178: Checking batch_updates ** [09:10:02 2020-06-13] 178: Checking gears ** [09:10:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:10:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:07 2020-06-13] 178: Checking imports ** [09:10:07 2020-06-13] 178: Checking exports ** [09:10:07 2020-06-13] 178: Checking users ** [09:10:07 2020-06-13] 178: Checking user_dbs ** [09:10:07 2020-06-13] 178: Checking geocodings ** [09:10:07 2020-06-13] 178: Checking synchronizations ** [09:10:07 2020-06-13] 178: Checking tracker ** [09:10:07 2020-06-13] 178: Checking user_migrations ** [09:10:07 2020-06-13] 178: Checking batch_updates ** [09:10:07 2020-06-13] 178: Checking gears ** [09:10:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:10:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:12 2020-06-13] 178: Checking imports ** [09:10:12 2020-06-13] 178: Checking exports ** [09:10:12 2020-06-13] 178: Checking users ** [09:10:12 2020-06-13] 178: Checking user_dbs ** [09:10:12 2020-06-13] 178: Checking geocodings ** [09:10:12 2020-06-13] 178: Checking synchronizations ** [09:10:12 2020-06-13] 178: Checking tracker ** [09:10:12 2020-06-13] 178: Checking user_migrations ** [09:10:12 2020-06-13] 178: Checking batch_updates ** [09:10:12 2020-06-13] 178: Checking gears ** [09:10:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:10:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:17 2020-06-13] 178: Checking imports ** [09:10:17 2020-06-13] 178: Checking exports ** [09:10:17 2020-06-13] 178: Checking users ** [09:10:17 2020-06-13] 178: Checking user_dbs ** [09:10:17 2020-06-13] 178: Checking geocodings ** [09:10:17 2020-06-13] 178: Checking synchronizations ** [09:10:17 2020-06-13] 178: Checking tracker ** [09:10:17 2020-06-13] 178: Checking user_migrations ** [09:10:17 2020-06-13] 178: Checking batch_updates ** [09:10:17 2020-06-13] 178: Checking gears ** [09:10:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:10:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:22 2020-06-13] 178: Checking imports ** [09:10:22 2020-06-13] 178: Checking exports ** [09:10:22 2020-06-13] 178: Checking users ** [09:10:22 2020-06-13] 178: Checking user_dbs ** [09:10:22 2020-06-13] 178: Checking geocodings ** [09:10:22 2020-06-13] 178: Checking synchronizations ** [09:10:22 2020-06-13] 178: Checking tracker ** [09:10:22 2020-06-13] 178: Checking user_migrations ** [09:10:22 2020-06-13] 178: Checking batch_updates ** [09:10:22 2020-06-13] 178: Checking gears ** [09:10:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:10:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:27 2020-06-13] 178: Checking imports ** [09:10:27 2020-06-13] 178: Checking exports ** [09:10:27 2020-06-13] 178: Checking users ** [09:10:27 2020-06-13] 178: Checking user_dbs ** [09:10:27 2020-06-13] 178: Checking geocodings ** [09:10:27 2020-06-13] 178: Checking synchronizations ** [09:10:27 2020-06-13] 178: Checking tracker ** [09:10:27 2020-06-13] 178: Checking user_migrations ** [09:10:27 2020-06-13] 178: Checking batch_updates ** [09:10:27 2020-06-13] 178: Checking gears ** [09:10:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:10:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:32 2020-06-13] 178: Checking imports ** [09:10:32 2020-06-13] 178: Checking exports ** [09:10:32 2020-06-13] 178: Checking users ** [09:10:32 2020-06-13] 178: Checking user_dbs ** [09:10:32 2020-06-13] 178: Checking geocodings ** [09:10:32 2020-06-13] 178: Checking synchronizations ** [09:10:32 2020-06-13] 178: Checking tracker ** [09:10:32 2020-06-13] 178: Checking user_migrations ** [09:10:32 2020-06-13] 178: Checking batch_updates ** [09:10:32 2020-06-13] 178: Checking gears ** [09:10:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:10:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:37 2020-06-13] 178: Checking imports ** [09:10:37 2020-06-13] 178: Checking exports ** [09:10:37 2020-06-13] 178: Checking users ** [09:10:37 2020-06-13] 178: Checking user_dbs ** [09:10:37 2020-06-13] 178: Checking geocodings ** [09:10:37 2020-06-13] 178: Checking synchronizations ** [09:10:37 2020-06-13] 178: Checking tracker ** [09:10:37 2020-06-13] 178: Checking user_migrations ** [09:10:37 2020-06-13] 178: Checking batch_updates ** [09:10:37 2020-06-13] 178: Checking gears ** [09:10:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:10:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:42 2020-06-13] 178: Checking imports ** [09:10:42 2020-06-13] 178: Checking exports ** [09:10:42 2020-06-13] 178: Checking users ** [09:10:42 2020-06-13] 178: Checking user_dbs ** [09:10:42 2020-06-13] 178: Checking geocodings ** [09:10:42 2020-06-13] 178: Checking synchronizations ** [09:10:42 2020-06-13] 178: Checking tracker ** [09:10:42 2020-06-13] 178: Checking user_migrations ** [09:10:42 2020-06-13] 178: Checking batch_updates ** [09:10:42 2020-06-13] 178: Checking gears ** [09:10:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:10:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:47 2020-06-13] 178: Checking imports ** [09:10:47 2020-06-13] 178: Checking exports ** [09:10:47 2020-06-13] 178: Checking users ** [09:10:47 2020-06-13] 178: Checking user_dbs ** [09:10:47 2020-06-13] 178: Checking geocodings ** [09:10:47 2020-06-13] 178: Checking synchronizations ** [09:10:47 2020-06-13] 178: Checking tracker ** [09:10:47 2020-06-13] 178: Checking user_migrations ** [09:10:47 2020-06-13] 178: Checking batch_updates ** [09:10:47 2020-06-13] 178: Checking gears ** [09:10:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:10:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:52 2020-06-13] 178: Checking imports ** [09:10:52 2020-06-13] 178: Checking exports ** [09:10:52 2020-06-13] 178: Checking users ** [09:10:52 2020-06-13] 178: Checking user_dbs ** [09:10:52 2020-06-13] 178: Checking geocodings ** [09:10:52 2020-06-13] 178: Checking synchronizations ** [09:10:52 2020-06-13] 178: Checking tracker ** [09:10:52 2020-06-13] 178: Checking user_migrations ** [09:10:52 2020-06-13] 178: Checking batch_updates ** [09:10:52 2020-06-13] 178: Checking gears ** [09:10:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:10:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:57 2020-06-13] 178: Checking imports ** [09:10:57 2020-06-13] 178: Checking exports ** [09:10:57 2020-06-13] 178: Checking users ** [09:10:57 2020-06-13] 178: Checking user_dbs ** [09:10:57 2020-06-13] 178: Checking geocodings ** [09:10:57 2020-06-13] 178: Checking synchronizations ** [09:10:57 2020-06-13] 178: Checking tracker ** [09:10:57 2020-06-13] 178: Checking user_migrations ** [09:10:57 2020-06-13] 178: Checking batch_updates ** [09:10:57 2020-06-13] 178: Checking gears ** [09:10:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:10:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:02 2020-06-13] 178: Checking imports ** [09:11:02 2020-06-13] 178: Checking exports ** [09:11:02 2020-06-13] 178: Checking users ** [09:11:02 2020-06-13] 178: Checking user_dbs ** [09:11:02 2020-06-13] 178: Checking geocodings ** [09:11:02 2020-06-13] 178: Checking synchronizations ** [09:11:02 2020-06-13] 178: Checking tracker ** [09:11:02 2020-06-13] 178: Checking user_migrations ** [09:11:02 2020-06-13] 178: Checking batch_updates ** [09:11:02 2020-06-13] 178: Checking gears ** [09:11:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:11:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:07 2020-06-13] 178: Checking imports ** [09:11:07 2020-06-13] 178: Checking exports ** [09:11:07 2020-06-13] 178: Checking users ** [09:11:07 2020-06-13] 178: Checking user_dbs ** [09:11:07 2020-06-13] 178: Checking geocodings ** [09:11:07 2020-06-13] 178: Checking synchronizations ** [09:11:07 2020-06-13] 178: Checking tracker ** [09:11:07 2020-06-13] 178: Checking user_migrations ** [09:11:07 2020-06-13] 178: Checking batch_updates ** [09:11:07 2020-06-13] 178: Checking gears ** [09:11:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:11:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:12 2020-06-13] 178: Checking imports ** [09:11:12 2020-06-13] 178: Checking exports ** [09:11:12 2020-06-13] 178: Checking users ** [09:11:12 2020-06-13] 178: Checking user_dbs ** [09:11:12 2020-06-13] 178: Checking geocodings ** [09:11:12 2020-06-13] 178: Checking synchronizations ** [09:11:12 2020-06-13] 178: Checking tracker ** [09:11:12 2020-06-13] 178: Checking user_migrations ** [09:11:12 2020-06-13] 178: Checking batch_updates ** [09:11:12 2020-06-13] 178: Checking gears ** [09:11:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:11:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:17 2020-06-13] 178: Checking imports ** [09:11:17 2020-06-13] 178: Checking exports ** [09:11:17 2020-06-13] 178: Checking users ** [09:11:17 2020-06-13] 178: Checking user_dbs ** [09:11:17 2020-06-13] 178: Checking geocodings ** [09:11:17 2020-06-13] 178: Checking synchronizations ** [09:11:17 2020-06-13] 178: Checking tracker ** [09:11:17 2020-06-13] 178: Checking user_migrations ** [09:11:17 2020-06-13] 178: Checking batch_updates ** [09:11:17 2020-06-13] 178: Checking gears ** [09:11:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:11:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:22 2020-06-13] 178: Checking imports ** [09:11:22 2020-06-13] 178: Checking exports ** [09:11:22 2020-06-13] 178: Checking users ** [09:11:22 2020-06-13] 178: Checking user_dbs ** [09:11:22 2020-06-13] 178: Checking geocodings ** [09:11:22 2020-06-13] 178: Checking synchronizations ** [09:11:22 2020-06-13] 178: Checking tracker ** [09:11:22 2020-06-13] 178: Checking user_migrations ** [09:11:22 2020-06-13] 178: Checking batch_updates ** [09:11:22 2020-06-13] 178: Checking gears ** [09:11:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:11:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:27 2020-06-13] 178: Checking imports ** [09:11:27 2020-06-13] 178: Checking exports ** [09:11:27 2020-06-13] 178: Checking users ** [09:11:27 2020-06-13] 178: Checking user_dbs ** [09:11:27 2020-06-13] 178: Checking geocodings ** [09:11:27 2020-06-13] 178: Checking synchronizations ** [09:11:27 2020-06-13] 178: Checking tracker ** [09:11:27 2020-06-13] 178: Checking user_migrations ** [09:11:27 2020-06-13] 178: Checking batch_updates ** [09:11:27 2020-06-13] 178: Checking gears ** [09:11:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:11:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:32 2020-06-13] 178: Checking imports ** [09:11:32 2020-06-13] 178: Checking exports ** [09:11:32 2020-06-13] 178: Checking users ** [09:11:32 2020-06-13] 178: Checking user_dbs ** [09:11:32 2020-06-13] 178: Checking geocodings ** [09:11:32 2020-06-13] 178: Checking synchronizations ** [09:11:32 2020-06-13] 178: Checking tracker ** [09:11:32 2020-06-13] 178: Checking user_migrations ** [09:11:32 2020-06-13] 178: Checking batch_updates ** [09:11:32 2020-06-13] 178: Checking gears ** [09:11:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:11:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:37 2020-06-13] 178: Checking imports ** [09:11:37 2020-06-13] 178: Checking exports ** [09:11:37 2020-06-13] 178: Checking users ** [09:11:37 2020-06-13] 178: Checking user_dbs ** [09:11:37 2020-06-13] 178: Checking geocodings ** [09:11:37 2020-06-13] 178: Checking synchronizations ** [09:11:37 2020-06-13] 178: Checking tracker ** [09:11:37 2020-06-13] 178: Checking user_migrations ** [09:11:37 2020-06-13] 178: Checking batch_updates ** [09:11:37 2020-06-13] 178: Checking gears ** [09:11:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:11:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:42 2020-06-13] 178: Checking imports ** [09:11:42 2020-06-13] 178: Checking exports ** [09:11:42 2020-06-13] 178: Checking users ** [09:11:42 2020-06-13] 178: Checking user_dbs ** [09:11:42 2020-06-13] 178: Checking geocodings ** [09:11:42 2020-06-13] 178: Checking synchronizations ** [09:11:42 2020-06-13] 178: Checking tracker ** [09:11:42 2020-06-13] 178: Checking user_migrations ** [09:11:42 2020-06-13] 178: Checking batch_updates ** [09:11:42 2020-06-13] 178: Checking gears ** [09:11:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:11:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:47 2020-06-13] 178: Checking imports ** [09:11:47 2020-06-13] 178: Checking exports ** [09:11:47 2020-06-13] 178: Checking users ** [09:11:47 2020-06-13] 178: Checking user_dbs ** [09:11:47 2020-06-13] 178: Checking geocodings ** [09:11:47 2020-06-13] 178: Checking synchronizations ** [09:11:47 2020-06-13] 178: Checking tracker ** [09:11:47 2020-06-13] 178: Checking user_migrations ** [09:11:47 2020-06-13] 178: Checking batch_updates ** [09:11:47 2020-06-13] 178: Checking gears ** [09:11:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:11:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:52 2020-06-13] 178: Checking imports ** [09:11:52 2020-06-13] 178: Checking exports ** [09:11:52 2020-06-13] 178: Checking users ** [09:11:52 2020-06-13] 178: Checking user_dbs ** [09:11:52 2020-06-13] 178: Checking geocodings ** [09:11:52 2020-06-13] 178: Checking synchronizations ** [09:11:52 2020-06-13] 178: Checking tracker ** [09:11:52 2020-06-13] 178: Checking user_migrations ** [09:11:52 2020-06-13] 178: Checking batch_updates ** [09:11:52 2020-06-13] 178: Checking gears ** [09:11:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:11:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:57 2020-06-13] 178: Checking imports ** [09:11:57 2020-06-13] 178: Checking exports ** [09:11:57 2020-06-13] 178: Checking users ** [09:11:57 2020-06-13] 178: Checking user_dbs ** [09:11:57 2020-06-13] 178: Checking geocodings ** [09:11:57 2020-06-13] 178: Checking synchronizations ** [09:11:57 2020-06-13] 178: Checking tracker ** [09:11:57 2020-06-13] 178: Checking user_migrations ** [09:11:57 2020-06-13] 178: Checking batch_updates ** [09:11:57 2020-06-13] 178: Checking gears ** [09:11:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:11:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:02 2020-06-13] 178: Checking imports ** [09:12:02 2020-06-13] 178: Checking exports ** [09:12:02 2020-06-13] 178: Checking users ** [09:12:02 2020-06-13] 178: Checking user_dbs ** [09:12:02 2020-06-13] 178: Checking geocodings ** [09:12:02 2020-06-13] 178: Checking synchronizations ** [09:12:02 2020-06-13] 178: Checking tracker ** [09:12:02 2020-06-13] 178: Checking user_migrations ** [09:12:02 2020-06-13] 178: Checking batch_updates ** [09:12:02 2020-06-13] 178: Checking gears ** [09:12:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:12:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:07 2020-06-13] 178: Checking imports ** [09:12:07 2020-06-13] 178: Checking exports ** [09:12:07 2020-06-13] 178: Checking users ** [09:12:07 2020-06-13] 178: Checking user_dbs ** [09:12:07 2020-06-13] 178: Checking geocodings ** [09:12:07 2020-06-13] 178: Checking synchronizations ** [09:12:07 2020-06-13] 178: Checking tracker ** [09:12:07 2020-06-13] 178: Checking user_migrations ** [09:12:07 2020-06-13] 178: Checking batch_updates ** [09:12:07 2020-06-13] 178: Checking gears ** [09:12:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:12:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:12 2020-06-13] 178: Checking imports ** [09:12:12 2020-06-13] 178: Checking exports ** [09:12:12 2020-06-13] 178: Checking users ** [09:12:12 2020-06-13] 178: Checking user_dbs ** [09:12:12 2020-06-13] 178: Checking geocodings ** [09:12:12 2020-06-13] 178: Checking synchronizations ** [09:12:12 2020-06-13] 178: Checking tracker ** [09:12:12 2020-06-13] 178: Checking user_migrations ** [09:12:12 2020-06-13] 178: Checking batch_updates ** [09:12:12 2020-06-13] 178: Checking gears ** [09:12:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:12:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:17 2020-06-13] 178: Checking imports ** [09:12:17 2020-06-13] 178: Checking exports ** [09:12:17 2020-06-13] 178: Checking users ** [09:12:17 2020-06-13] 178: Checking user_dbs ** [09:12:17 2020-06-13] 178: Checking geocodings ** [09:12:17 2020-06-13] 178: Checking synchronizations ** [09:12:17 2020-06-13] 178: Checking tracker ** [09:12:17 2020-06-13] 178: Checking user_migrations ** [09:12:17 2020-06-13] 178: Checking batch_updates ** [09:12:17 2020-06-13] 178: Checking gears ** [09:12:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:12:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:22 2020-06-13] 178: Checking imports ** [09:12:22 2020-06-13] 178: Checking exports ** [09:12:22 2020-06-13] 178: Checking users ** [09:12:22 2020-06-13] 178: Checking user_dbs ** [09:12:22 2020-06-13] 178: Checking geocodings ** [09:12:22 2020-06-13] 178: Checking synchronizations ** [09:12:22 2020-06-13] 178: Checking tracker ** [09:12:22 2020-06-13] 178: Checking user_migrations ** [09:12:22 2020-06-13] 178: Checking batch_updates ** [09:12:22 2020-06-13] 178: Checking gears ** [09:12:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:12:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:27 2020-06-13] 178: Checking imports ** [09:12:27 2020-06-13] 178: Checking exports ** [09:12:27 2020-06-13] 178: Checking users ** [09:12:27 2020-06-13] 178: Checking user_dbs ** [09:12:27 2020-06-13] 178: Checking geocodings ** [09:12:27 2020-06-13] 178: Checking synchronizations ** [09:12:27 2020-06-13] 178: Checking tracker ** [09:12:27 2020-06-13] 178: Checking user_migrations ** [09:12:27 2020-06-13] 178: Checking batch_updates ** [09:12:27 2020-06-13] 178: Checking gears ** [09:12:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:12:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:32 2020-06-13] 178: Checking imports ** [09:12:32 2020-06-13] 178: Checking exports ** [09:12:32 2020-06-13] 178: Checking users ** [09:12:32 2020-06-13] 178: Checking user_dbs ** [09:12:32 2020-06-13] 178: Checking geocodings ** [09:12:32 2020-06-13] 178: Checking synchronizations ** [09:12:32 2020-06-13] 178: Checking tracker ** [09:12:32 2020-06-13] 178: Checking user_migrations ** [09:12:32 2020-06-13] 178: Checking batch_updates ** [09:12:32 2020-06-13] 178: Checking gears ** [09:12:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:12:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:37 2020-06-13] 178: Checking imports ** [09:12:37 2020-06-13] 178: Checking exports ** [09:12:37 2020-06-13] 178: Checking users ** [09:12:37 2020-06-13] 178: Checking user_dbs ** [09:12:37 2020-06-13] 178: Checking geocodings ** [09:12:37 2020-06-13] 178: Checking synchronizations ** [09:12:37 2020-06-13] 178: Checking tracker ** [09:12:37 2020-06-13] 178: Checking user_migrations ** [09:12:37 2020-06-13] 178: Checking batch_updates ** [09:12:37 2020-06-13] 178: Checking gears ** [09:12:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:12:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:42 2020-06-13] 178: Checking imports ** [09:12:42 2020-06-13] 178: Checking exports ** [09:12:42 2020-06-13] 178: Checking users ** [09:12:42 2020-06-13] 178: Checking user_dbs ** [09:12:42 2020-06-13] 178: Checking geocodings ** [09:12:42 2020-06-13] 178: Checking synchronizations ** [09:12:42 2020-06-13] 178: Checking tracker ** [09:12:42 2020-06-13] 178: Checking user_migrations ** [09:12:42 2020-06-13] 178: Checking batch_updates ** [09:12:42 2020-06-13] 178: Checking gears ** [09:12:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:12:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:47 2020-06-13] 178: Checking imports ** [09:12:47 2020-06-13] 178: Checking exports ** [09:12:47 2020-06-13] 178: Checking users ** [09:12:47 2020-06-13] 178: Checking user_dbs ** [09:12:47 2020-06-13] 178: Checking geocodings ** [09:12:47 2020-06-13] 178: Checking synchronizations ** [09:12:47 2020-06-13] 178: Checking tracker ** [09:12:47 2020-06-13] 178: Checking user_migrations ** [09:12:47 2020-06-13] 178: Checking batch_updates ** [09:12:47 2020-06-13] 178: Checking gears ** [09:12:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:12:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:52 2020-06-13] 178: Checking imports ** [09:12:52 2020-06-13] 178: Checking exports ** [09:12:52 2020-06-13] 178: Checking users ** [09:12:52 2020-06-13] 178: Checking user_dbs ** [09:12:52 2020-06-13] 178: Checking geocodings ** [09:12:52 2020-06-13] 178: Checking synchronizations ** [09:12:52 2020-06-13] 178: Checking tracker ** [09:12:52 2020-06-13] 178: Checking user_migrations ** [09:12:52 2020-06-13] 178: Checking batch_updates ** [09:12:52 2020-06-13] 178: Checking gears ** [09:12:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:12:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:57 2020-06-13] 178: Checking imports ** [09:12:57 2020-06-13] 178: Checking exports ** [09:12:57 2020-06-13] 178: Checking users ** [09:12:57 2020-06-13] 178: Checking user_dbs ** [09:12:57 2020-06-13] 178: Checking geocodings ** [09:12:57 2020-06-13] 178: Checking synchronizations ** [09:12:57 2020-06-13] 178: Checking tracker ** [09:12:57 2020-06-13] 178: Checking user_migrations ** [09:12:57 2020-06-13] 178: Checking batch_updates ** [09:12:57 2020-06-13] 178: Checking gears ** [09:12:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:12:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:02 2020-06-13] 178: Checking imports ** [09:13:02 2020-06-13] 178: Checking exports ** [09:13:02 2020-06-13] 178: Checking users ** [09:13:02 2020-06-13] 178: Checking user_dbs ** [09:13:02 2020-06-13] 178: Checking geocodings ** [09:13:02 2020-06-13] 178: Checking synchronizations ** [09:13:02 2020-06-13] 178: Checking tracker ** [09:13:02 2020-06-13] 178: Checking user_migrations ** [09:13:02 2020-06-13] 178: Checking batch_updates ** [09:13:02 2020-06-13] 178: Checking gears ** [09:13:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:13:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:07 2020-06-13] 178: Checking imports ** [09:13:07 2020-06-13] 178: Checking exports ** [09:13:07 2020-06-13] 178: Checking users ** [09:13:07 2020-06-13] 178: Checking user_dbs ** [09:13:07 2020-06-13] 178: Checking geocodings ** [09:13:07 2020-06-13] 178: Checking synchronizations ** [09:13:07 2020-06-13] 178: Checking tracker ** [09:13:07 2020-06-13] 178: Checking user_migrations ** [09:13:07 2020-06-13] 178: Checking batch_updates ** [09:13:07 2020-06-13] 178: Checking gears ** [09:13:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:13:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:12 2020-06-13] 178: Checking imports ** [09:13:12 2020-06-13] 178: Checking exports ** [09:13:12 2020-06-13] 178: Checking users ** [09:13:12 2020-06-13] 178: Checking user_dbs ** [09:13:12 2020-06-13] 178: Checking geocodings ** [09:13:12 2020-06-13] 178: Checking synchronizations ** [09:13:12 2020-06-13] 178: Checking tracker ** [09:13:12 2020-06-13] 178: Checking user_migrations ** [09:13:12 2020-06-13] 178: Checking batch_updates ** [09:13:12 2020-06-13] 178: Checking gears ** [09:13:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:13:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:17 2020-06-13] 178: Checking imports ** [09:13:17 2020-06-13] 178: Checking exports ** [09:13:17 2020-06-13] 178: Checking users ** [09:13:17 2020-06-13] 178: Checking user_dbs ** [09:13:17 2020-06-13] 178: Checking geocodings ** [09:13:17 2020-06-13] 178: Checking synchronizations ** [09:13:17 2020-06-13] 178: Checking tracker ** [09:13:17 2020-06-13] 178: Checking user_migrations ** [09:13:17 2020-06-13] 178: Checking batch_updates ** [09:13:17 2020-06-13] 178: Checking gears ** [09:13:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:13:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:22 2020-06-13] 178: Checking imports ** [09:13:22 2020-06-13] 178: Checking exports ** [09:13:22 2020-06-13] 178: Checking users ** [09:13:22 2020-06-13] 178: Checking user_dbs ** [09:13:22 2020-06-13] 178: Checking geocodings ** [09:13:22 2020-06-13] 178: Checking synchronizations ** [09:13:22 2020-06-13] 178: Checking tracker ** [09:13:22 2020-06-13] 178: Checking user_migrations ** [09:13:22 2020-06-13] 178: Checking batch_updates ** [09:13:22 2020-06-13] 178: Checking gears ** [09:13:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:13:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:27 2020-06-13] 178: Checking imports ** [09:13:27 2020-06-13] 178: Checking exports ** [09:13:27 2020-06-13] 178: Checking users ** [09:13:27 2020-06-13] 178: Checking user_dbs ** [09:13:27 2020-06-13] 178: Checking geocodings ** [09:13:27 2020-06-13] 178: Checking synchronizations ** [09:13:27 2020-06-13] 178: Checking tracker ** [09:13:27 2020-06-13] 178: Checking user_migrations ** [09:13:27 2020-06-13] 178: Checking batch_updates ** [09:13:27 2020-06-13] 178: Checking gears ** [09:13:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:13:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:32 2020-06-13] 178: Checking imports ** [09:13:32 2020-06-13] 178: Checking exports ** [09:13:32 2020-06-13] 178: Checking users ** [09:13:32 2020-06-13] 178: Checking user_dbs ** [09:13:32 2020-06-13] 178: Checking geocodings ** [09:13:32 2020-06-13] 178: Checking synchronizations ** [09:13:32 2020-06-13] 178: Checking tracker ** [09:13:32 2020-06-13] 178: Checking user_migrations ** [09:13:32 2020-06-13] 178: Checking batch_updates ** [09:13:32 2020-06-13] 178: Checking gears ** [09:13:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:13:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:37 2020-06-13] 178: Checking imports ** [09:13:37 2020-06-13] 178: Checking exports ** [09:13:37 2020-06-13] 178: Checking users ** [09:13:37 2020-06-13] 178: Checking user_dbs ** [09:13:37 2020-06-13] 178: Checking geocodings ** [09:13:37 2020-06-13] 178: Checking synchronizations ** [09:13:37 2020-06-13] 178: Checking tracker ** [09:13:37 2020-06-13] 178: Checking user_migrations ** [09:13:37 2020-06-13] 178: Checking batch_updates ** [09:13:37 2020-06-13] 178: Checking gears ** [09:13:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:13:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:42 2020-06-13] 178: Checking imports ** [09:13:42 2020-06-13] 178: Checking exports ** [09:13:42 2020-06-13] 178: Checking users ** [09:13:42 2020-06-13] 178: Checking user_dbs ** [09:13:42 2020-06-13] 178: Checking geocodings ** [09:13:42 2020-06-13] 178: Checking synchronizations ** [09:13:42 2020-06-13] 178: Checking tracker ** [09:13:42 2020-06-13] 178: Checking user_migrations ** [09:13:42 2020-06-13] 178: Checking batch_updates ** [09:13:42 2020-06-13] 178: Checking gears ** [09:13:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:13:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:47 2020-06-13] 178: Checking imports ** [09:13:47 2020-06-13] 178: Checking exports ** [09:13:47 2020-06-13] 178: Checking users ** [09:13:47 2020-06-13] 178: Checking user_dbs ** [09:13:47 2020-06-13] 178: Checking geocodings ** [09:13:47 2020-06-13] 178: Checking synchronizations ** [09:13:47 2020-06-13] 178: Checking tracker ** [09:13:47 2020-06-13] 178: Checking user_migrations ** [09:13:47 2020-06-13] 178: Checking batch_updates ** [09:13:48 2020-06-13] 178: Checking gears ** [09:13:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:13:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:53 2020-06-13] 178: Checking imports ** [09:13:53 2020-06-13] 178: Checking exports ** [09:13:53 2020-06-13] 178: Checking users ** [09:13:53 2020-06-13] 178: Checking user_dbs ** [09:13:53 2020-06-13] 178: Checking geocodings ** [09:13:53 2020-06-13] 178: Checking synchronizations ** [09:13:53 2020-06-13] 178: Checking tracker ** [09:13:53 2020-06-13] 178: Checking user_migrations ** [09:13:53 2020-06-13] 178: Checking batch_updates ** [09:13:53 2020-06-13] 178: Checking gears ** [09:13:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:13:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:58 2020-06-13] 178: Checking imports ** [09:13:58 2020-06-13] 178: Checking exports ** [09:13:58 2020-06-13] 178: Checking users ** [09:13:58 2020-06-13] 178: Checking user_dbs ** [09:13:58 2020-06-13] 178: Checking geocodings ** [09:13:58 2020-06-13] 178: Checking synchronizations ** [09:13:58 2020-06-13] 178: Checking tracker ** [09:13:58 2020-06-13] 178: Checking user_migrations ** [09:13:58 2020-06-13] 178: Checking batch_updates ** [09:13:58 2020-06-13] 178: Checking gears ** [09:13:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:13:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:03 2020-06-13] 178: Checking imports ** [09:14:03 2020-06-13] 178: Checking exports ** [09:14:03 2020-06-13] 178: Checking users ** [09:14:03 2020-06-13] 178: Checking user_dbs ** [09:14:03 2020-06-13] 178: Checking geocodings ** [09:14:03 2020-06-13] 178: Checking synchronizations ** [09:14:03 2020-06-13] 178: Checking tracker ** [09:14:03 2020-06-13] 178: Checking user_migrations ** [09:14:03 2020-06-13] 178: Checking batch_updates ** [09:14:03 2020-06-13] 178: Checking gears ** [09:14:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:14:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:08 2020-06-13] 178: Checking imports ** [09:14:08 2020-06-13] 178: Checking exports ** [09:14:08 2020-06-13] 178: Checking users ** [09:14:08 2020-06-13] 178: Checking user_dbs ** [09:14:08 2020-06-13] 178: Checking geocodings ** [09:14:08 2020-06-13] 178: Checking synchronizations ** [09:14:08 2020-06-13] 178: Checking tracker ** [09:14:08 2020-06-13] 178: Checking user_migrations ** [09:14:08 2020-06-13] 178: Checking batch_updates ** [09:14:08 2020-06-13] 178: Checking gears ** [09:14:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:14:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:13 2020-06-13] 178: Checking imports ** [09:14:13 2020-06-13] 178: Checking exports ** [09:14:13 2020-06-13] 178: Checking users ** [09:14:13 2020-06-13] 178: Checking user_dbs ** [09:14:13 2020-06-13] 178: Checking geocodings ** [09:14:13 2020-06-13] 178: Checking synchronizations ** [09:14:13 2020-06-13] 178: Checking tracker ** [09:14:13 2020-06-13] 178: Checking user_migrations ** [09:14:13 2020-06-13] 178: Checking batch_updates ** [09:14:13 2020-06-13] 178: Checking gears ** [09:14:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:14:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:18 2020-06-13] 178: Checking imports ** [09:14:18 2020-06-13] 178: Checking exports ** [09:14:18 2020-06-13] 178: Checking users ** [09:14:18 2020-06-13] 178: Checking user_dbs ** [09:14:18 2020-06-13] 178: Checking geocodings ** [09:14:18 2020-06-13] 178: Checking synchronizations ** [09:14:18 2020-06-13] 178: Checking tracker ** [09:14:18 2020-06-13] 178: Checking user_migrations ** [09:14:18 2020-06-13] 178: Checking batch_updates ** [09:14:18 2020-06-13] 178: Checking gears ** [09:14:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:14:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:23 2020-06-13] 178: Checking imports ** [09:14:23 2020-06-13] 178: Checking exports ** [09:14:23 2020-06-13] 178: Checking users ** [09:14:23 2020-06-13] 178: Checking user_dbs ** [09:14:23 2020-06-13] 178: Checking geocodings ** [09:14:23 2020-06-13] 178: Checking synchronizations ** [09:14:23 2020-06-13] 178: Checking tracker ** [09:14:23 2020-06-13] 178: Checking user_migrations ** [09:14:23 2020-06-13] 178: Checking batch_updates ** [09:14:23 2020-06-13] 178: Checking gears ** [09:14:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:14:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:28 2020-06-13] 178: Checking imports ** [09:14:28 2020-06-13] 178: Checking exports ** [09:14:28 2020-06-13] 178: Checking users ** [09:14:28 2020-06-13] 178: Checking user_dbs ** [09:14:28 2020-06-13] 178: Checking geocodings ** [09:14:28 2020-06-13] 178: Checking synchronizations ** [09:14:28 2020-06-13] 178: Checking tracker ** [09:14:28 2020-06-13] 178: Checking user_migrations ** [09:14:28 2020-06-13] 178: Checking batch_updates ** [09:14:28 2020-06-13] 178: Checking gears ** [09:14:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:14:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:33 2020-06-13] 178: Checking imports ** [09:14:33 2020-06-13] 178: Checking exports ** [09:14:33 2020-06-13] 178: Checking users ** [09:14:33 2020-06-13] 178: Checking user_dbs ** [09:14:33 2020-06-13] 178: Checking geocodings ** [09:14:33 2020-06-13] 178: Checking synchronizations ** [09:14:33 2020-06-13] 178: Checking tracker ** [09:14:33 2020-06-13] 178: Checking user_migrations ** [09:14:33 2020-06-13] 178: Checking batch_updates ** [09:14:33 2020-06-13] 178: Checking gears ** [09:14:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:14:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:38 2020-06-13] 178: Checking imports ** [09:14:38 2020-06-13] 178: Checking exports ** [09:14:38 2020-06-13] 178: Checking users ** [09:14:38 2020-06-13] 178: Checking user_dbs ** [09:14:38 2020-06-13] 178: Checking geocodings ** [09:14:38 2020-06-13] 178: Checking synchronizations ** [09:14:38 2020-06-13] 178: Checking tracker ** [09:14:38 2020-06-13] 178: Checking user_migrations ** [09:14:38 2020-06-13] 178: Checking batch_updates ** [09:14:38 2020-06-13] 178: Checking gears ** [09:14:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:14:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:43 2020-06-13] 178: Checking imports ** [09:14:43 2020-06-13] 178: Checking exports ** [09:14:43 2020-06-13] 178: Checking users ** [09:14:43 2020-06-13] 178: Checking user_dbs ** [09:14:43 2020-06-13] 178: Checking geocodings ** [09:14:43 2020-06-13] 178: Checking synchronizations ** [09:14:43 2020-06-13] 178: Checking tracker ** [09:14:43 2020-06-13] 178: Checking user_migrations ** [09:14:43 2020-06-13] 178: Checking batch_updates ** [09:14:43 2020-06-13] 178: Checking gears ** [09:14:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:14:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:48 2020-06-13] 178: Checking imports ** [09:14:48 2020-06-13] 178: Checking exports ** [09:14:48 2020-06-13] 178: Checking users ** [09:14:48 2020-06-13] 178: Checking user_dbs ** [09:14:48 2020-06-13] 178: Checking geocodings ** [09:14:48 2020-06-13] 178: Checking synchronizations ** [09:14:48 2020-06-13] 178: Checking tracker ** [09:14:48 2020-06-13] 178: Checking user_migrations ** [09:14:48 2020-06-13] 178: Checking batch_updates ** [09:14:48 2020-06-13] 178: Checking gears ** [09:14:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:14:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:53 2020-06-13] 178: Checking imports ** [09:14:53 2020-06-13] 178: Checking exports ** [09:14:53 2020-06-13] 178: Checking users ** [09:14:53 2020-06-13] 178: Checking user_dbs ** [09:14:53 2020-06-13] 178: Checking geocodings ** [09:14:53 2020-06-13] 178: Checking synchronizations ** [09:14:53 2020-06-13] 178: Checking tracker ** [09:14:53 2020-06-13] 178: Checking user_migrations ** [09:14:53 2020-06-13] 178: Checking batch_updates ** [09:14:53 2020-06-13] 178: Checking gears ** [09:14:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:14:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:58 2020-06-13] 178: Checking imports ** [09:14:58 2020-06-13] 178: Checking exports ** [09:14:58 2020-06-13] 178: Checking users ** [09:14:58 2020-06-13] 178: Checking user_dbs ** [09:14:58 2020-06-13] 178: Checking geocodings ** [09:14:58 2020-06-13] 178: Checking synchronizations ** [09:14:58 2020-06-13] 178: Checking tracker ** [09:14:58 2020-06-13] 178: Checking user_migrations ** [09:14:58 2020-06-13] 178: Checking batch_updates ** [09:14:58 2020-06-13] 178: Checking gears ** [09:14:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:14:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:03 2020-06-13] 178: Checking imports ** [09:15:03 2020-06-13] 178: Checking exports ** [09:15:03 2020-06-13] 178: Checking users ** [09:15:03 2020-06-13] 178: Checking user_dbs ** [09:15:03 2020-06-13] 178: Checking geocodings ** [09:15:03 2020-06-13] 178: Checking synchronizations ** [09:15:03 2020-06-13] 178: Checking tracker ** [09:15:03 2020-06-13] 178: Checking user_migrations ** [09:15:03 2020-06-13] 178: Checking batch_updates ** [09:15:03 2020-06-13] 178: Checking gears ** [09:15:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:15:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:08 2020-06-13] 178: Checking imports ** [09:15:08 2020-06-13] 178: Checking exports ** [09:15:08 2020-06-13] 178: Checking users ** [09:15:08 2020-06-13] 178: Checking user_dbs ** [09:15:08 2020-06-13] 178: Checking geocodings ** [09:15:08 2020-06-13] 178: Checking synchronizations ** [09:15:08 2020-06-13] 178: Checking tracker ** [09:15:08 2020-06-13] 178: Checking user_migrations ** [09:15:08 2020-06-13] 178: Checking batch_updates ** [09:15:08 2020-06-13] 178: Checking gears ** [09:15:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:15:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:13 2020-06-13] 178: Checking imports ** [09:15:13 2020-06-13] 178: Checking exports ** [09:15:13 2020-06-13] 178: Checking users ** [09:15:13 2020-06-13] 178: Checking user_dbs ** [09:15:13 2020-06-13] 178: Checking geocodings ** [09:15:13 2020-06-13] 178: Checking synchronizations ** [09:15:13 2020-06-13] 178: Checking tracker ** [09:15:13 2020-06-13] 178: Checking user_migrations ** [09:15:13 2020-06-13] 178: Checking batch_updates ** [09:15:13 2020-06-13] 178: Checking gears ** [09:15:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:15:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:18 2020-06-13] 178: Checking imports ** [09:15:18 2020-06-13] 178: Checking exports ** [09:15:18 2020-06-13] 178: Checking users ** [09:15:18 2020-06-13] 178: Checking user_dbs ** [09:15:18 2020-06-13] 178: Checking geocodings ** [09:15:18 2020-06-13] 178: Checking synchronizations ** [09:15:18 2020-06-13] 178: Checking tracker ** [09:15:18 2020-06-13] 178: Checking user_migrations ** [09:15:18 2020-06-13] 178: Checking batch_updates ** [09:15:18 2020-06-13] 178: Checking gears ** [09:15:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:15:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:23 2020-06-13] 178: Checking imports ** [09:15:23 2020-06-13] 178: Checking exports ** [09:15:23 2020-06-13] 178: Checking users ** [09:15:23 2020-06-13] 178: Checking user_dbs ** [09:15:23 2020-06-13] 178: Checking geocodings ** [09:15:23 2020-06-13] 178: Checking synchronizations ** [09:15:23 2020-06-13] 178: Checking tracker ** [09:15:23 2020-06-13] 178: Checking user_migrations ** [09:15:23 2020-06-13] 178: Checking batch_updates ** [09:15:23 2020-06-13] 178: Checking gears ** [09:15:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:15:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:28 2020-06-13] 178: Checking imports ** [09:15:28 2020-06-13] 178: Checking exports ** [09:15:28 2020-06-13] 178: Checking users ** [09:15:28 2020-06-13] 178: Checking user_dbs ** [09:15:28 2020-06-13] 178: Checking geocodings ** [09:15:28 2020-06-13] 178: Checking synchronizations ** [09:15:28 2020-06-13] 178: Checking tracker ** [09:15:28 2020-06-13] 178: Checking user_migrations ** [09:15:28 2020-06-13] 178: Checking batch_updates ** [09:15:28 2020-06-13] 178: Checking gears ** [09:15:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:15:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:33 2020-06-13] 178: Checking imports ** [09:15:33 2020-06-13] 178: Checking exports ** [09:15:33 2020-06-13] 178: Checking users ** [09:15:33 2020-06-13] 178: Checking user_dbs ** [09:15:33 2020-06-13] 178: Checking geocodings ** [09:15:33 2020-06-13] 178: Checking synchronizations ** [09:15:33 2020-06-13] 178: Checking tracker ** [09:15:33 2020-06-13] 178: Checking user_migrations ** [09:15:33 2020-06-13] 178: Checking batch_updates ** [09:15:33 2020-06-13] 178: Checking gears ** [09:15:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:15:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:38 2020-06-13] 178: Checking imports ** [09:15:38 2020-06-13] 178: Checking exports ** [09:15:38 2020-06-13] 178: Checking users ** [09:15:38 2020-06-13] 178: Checking user_dbs ** [09:15:38 2020-06-13] 178: Checking geocodings ** [09:15:38 2020-06-13] 178: Checking synchronizations ** [09:15:38 2020-06-13] 178: Checking tracker ** [09:15:38 2020-06-13] 178: Checking user_migrations ** [09:15:38 2020-06-13] 178: Checking batch_updates ** [09:15:38 2020-06-13] 178: Checking gears ** [09:15:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:15:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:43 2020-06-13] 178: Checking imports ** [09:15:43 2020-06-13] 178: Checking exports ** [09:15:43 2020-06-13] 178: Checking users ** [09:15:43 2020-06-13] 178: Checking user_dbs ** [09:15:43 2020-06-13] 178: Checking geocodings ** [09:15:43 2020-06-13] 178: Checking synchronizations ** [09:15:43 2020-06-13] 178: Checking tracker ** [09:15:43 2020-06-13] 178: Checking user_migrations ** [09:15:43 2020-06-13] 178: Checking batch_updates ** [09:15:43 2020-06-13] 178: Checking gears ** [09:15:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:15:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:48 2020-06-13] 178: Checking imports ** [09:15:48 2020-06-13] 178: Checking exports ** [09:15:48 2020-06-13] 178: Checking users ** [09:15:48 2020-06-13] 178: Checking user_dbs ** [09:15:48 2020-06-13] 178: Checking geocodings ** [09:15:48 2020-06-13] 178: Checking synchronizations ** [09:15:48 2020-06-13] 178: Checking tracker ** [09:15:48 2020-06-13] 178: Checking user_migrations ** [09:15:48 2020-06-13] 178: Checking batch_updates ** [09:15:48 2020-06-13] 178: Checking gears ** [09:15:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:15:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:53 2020-06-13] 178: Checking imports ** [09:15:53 2020-06-13] 178: Checking exports ** [09:15:53 2020-06-13] 178: Checking users ** [09:15:53 2020-06-13] 178: Checking user_dbs ** [09:15:53 2020-06-13] 178: Checking geocodings ** [09:15:53 2020-06-13] 178: Checking synchronizations ** [09:15:53 2020-06-13] 178: Checking tracker ** [09:15:53 2020-06-13] 178: Checking user_migrations ** [09:15:53 2020-06-13] 178: Checking batch_updates ** [09:15:53 2020-06-13] 178: Checking gears ** [09:15:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:15:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:58 2020-06-13] 178: Checking imports ** [09:15:58 2020-06-13] 178: Checking exports ** [09:15:58 2020-06-13] 178: Checking users ** [09:15:58 2020-06-13] 178: Checking user_dbs ** [09:15:58 2020-06-13] 178: Checking geocodings ** [09:15:58 2020-06-13] 178: Checking synchronizations ** [09:15:58 2020-06-13] 178: Checking tracker ** [09:15:58 2020-06-13] 178: Checking user_migrations ** [09:15:58 2020-06-13] 178: Checking batch_updates ** [09:15:58 2020-06-13] 178: Checking gears ** [09:15:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:15:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:03 2020-06-13] 178: Checking imports ** [09:16:03 2020-06-13] 178: Checking exports ** [09:16:03 2020-06-13] 178: Checking users ** [09:16:03 2020-06-13] 178: Checking user_dbs ** [09:16:03 2020-06-13] 178: Checking geocodings ** [09:16:03 2020-06-13] 178: Checking synchronizations ** [09:16:03 2020-06-13] 178: Checking tracker ** [09:16:03 2020-06-13] 178: Checking user_migrations ** [09:16:03 2020-06-13] 178: Checking batch_updates ** [09:16:03 2020-06-13] 178: Checking gears ** [09:16:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:16:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:08 2020-06-13] 178: Checking imports ** [09:16:08 2020-06-13] 178: Checking exports ** [09:16:08 2020-06-13] 178: Checking users ** [09:16:08 2020-06-13] 178: Checking user_dbs ** [09:16:08 2020-06-13] 178: Checking geocodings ** [09:16:08 2020-06-13] 178: Checking synchronizations ** [09:16:08 2020-06-13] 178: Checking tracker ** [09:16:08 2020-06-13] 178: Checking user_migrations ** [09:16:08 2020-06-13] 178: Checking batch_updates ** [09:16:08 2020-06-13] 178: Checking gears ** [09:16:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:16:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:13 2020-06-13] 178: Checking imports ** [09:16:13 2020-06-13] 178: Checking exports ** [09:16:13 2020-06-13] 178: Checking users ** [09:16:13 2020-06-13] 178: Checking user_dbs ** [09:16:13 2020-06-13] 178: Checking geocodings ** [09:16:13 2020-06-13] 178: Checking synchronizations ** [09:16:13 2020-06-13] 178: Checking tracker ** [09:16:13 2020-06-13] 178: Checking user_migrations ** [09:16:13 2020-06-13] 178: Checking batch_updates ** [09:16:13 2020-06-13] 178: Checking gears ** [09:16:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:16:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:18 2020-06-13] 178: Checking imports ** [09:16:18 2020-06-13] 178: Checking exports ** [09:16:18 2020-06-13] 178: Checking users ** [09:16:18 2020-06-13] 178: Checking user_dbs ** [09:16:18 2020-06-13] 178: Checking geocodings ** [09:16:18 2020-06-13] 178: Checking synchronizations ** [09:16:18 2020-06-13] 178: Checking tracker ** [09:16:18 2020-06-13] 178: Checking user_migrations ** [09:16:18 2020-06-13] 178: Checking batch_updates ** [09:16:18 2020-06-13] 178: Checking gears ** [09:16:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:16:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:23 2020-06-13] 178: Checking imports ** [09:16:23 2020-06-13] 178: Checking exports ** [09:16:23 2020-06-13] 178: Checking users ** [09:16:23 2020-06-13] 178: Checking user_dbs ** [09:16:23 2020-06-13] 178: Checking geocodings ** [09:16:23 2020-06-13] 178: Checking synchronizations ** [09:16:23 2020-06-13] 178: Checking tracker ** [09:16:23 2020-06-13] 178: Checking user_migrations ** [09:16:23 2020-06-13] 178: Checking batch_updates ** [09:16:23 2020-06-13] 178: Checking gears ** [09:16:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:16:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:28 2020-06-13] 178: Checking imports ** [09:16:28 2020-06-13] 178: Checking exports ** [09:16:28 2020-06-13] 178: Checking users ** [09:16:28 2020-06-13] 178: Checking user_dbs ** [09:16:28 2020-06-13] 178: Checking geocodings ** [09:16:28 2020-06-13] 178: Checking synchronizations ** [09:16:28 2020-06-13] 178: Checking tracker ** [09:16:28 2020-06-13] 178: Checking user_migrations ** [09:16:28 2020-06-13] 178: Checking batch_updates ** [09:16:28 2020-06-13] 178: Checking gears ** [09:16:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:16:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:33 2020-06-13] 178: Checking imports ** [09:16:33 2020-06-13] 178: Checking exports ** [09:16:33 2020-06-13] 178: Checking users ** [09:16:33 2020-06-13] 178: Checking user_dbs ** [09:16:33 2020-06-13] 178: Checking geocodings ** [09:16:33 2020-06-13] 178: Checking synchronizations ** [09:16:33 2020-06-13] 178: Checking tracker ** [09:16:33 2020-06-13] 178: Checking user_migrations ** [09:16:33 2020-06-13] 178: Checking batch_updates ** [09:16:33 2020-06-13] 178: Checking gears ** [09:16:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:16:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:38 2020-06-13] 178: Checking imports ** [09:16:38 2020-06-13] 178: Checking exports ** [09:16:38 2020-06-13] 178: Checking users ** [09:16:38 2020-06-13] 178: Checking user_dbs ** [09:16:38 2020-06-13] 178: Checking geocodings ** [09:16:38 2020-06-13] 178: Checking synchronizations ** [09:16:38 2020-06-13] 178: Checking tracker ** [09:16:38 2020-06-13] 178: Checking user_migrations ** [09:16:38 2020-06-13] 178: Checking batch_updates ** [09:16:38 2020-06-13] 178: Checking gears ** [09:16:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:16:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:43 2020-06-13] 178: Checking imports ** [09:16:43 2020-06-13] 178: Checking exports ** [09:16:43 2020-06-13] 178: Checking users ** [09:16:43 2020-06-13] 178: Checking user_dbs ** [09:16:43 2020-06-13] 178: Checking geocodings ** [09:16:43 2020-06-13] 178: Checking synchronizations ** [09:16:43 2020-06-13] 178: Checking tracker ** [09:16:43 2020-06-13] 178: Checking user_migrations ** [09:16:43 2020-06-13] 178: Checking batch_updates ** [09:16:43 2020-06-13] 178: Checking gears ** [09:16:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:16:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:48 2020-06-13] 178: Checking imports ** [09:16:48 2020-06-13] 178: Checking exports ** [09:16:48 2020-06-13] 178: Checking users ** [09:16:48 2020-06-13] 178: Checking user_dbs ** [09:16:48 2020-06-13] 178: Checking geocodings ** [09:16:48 2020-06-13] 178: Checking synchronizations ** [09:16:48 2020-06-13] 178: Checking tracker ** [09:16:48 2020-06-13] 178: Checking user_migrations ** [09:16:48 2020-06-13] 178: Checking batch_updates ** [09:16:48 2020-06-13] 178: Checking gears ** [09:16:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:16:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:53 2020-06-13] 178: Checking imports ** [09:16:53 2020-06-13] 178: Checking exports ** [09:16:53 2020-06-13] 178: Checking users ** [09:16:53 2020-06-13] 178: Checking user_dbs ** [09:16:53 2020-06-13] 178: Checking geocodings ** [09:16:53 2020-06-13] 178: Checking synchronizations ** [09:16:53 2020-06-13] 178: Checking tracker ** [09:16:53 2020-06-13] 178: Checking user_migrations ** [09:16:53 2020-06-13] 178: Checking batch_updates ** [09:16:53 2020-06-13] 178: Checking gears ** [09:16:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:16:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:58 2020-06-13] 178: Checking imports ** [09:16:58 2020-06-13] 178: Checking exports ** [09:16:58 2020-06-13] 178: Checking users ** [09:16:58 2020-06-13] 178: Checking user_dbs ** [09:16:58 2020-06-13] 178: Checking geocodings ** [09:16:58 2020-06-13] 178: Checking synchronizations ** [09:16:58 2020-06-13] 178: Checking tracker ** [09:16:58 2020-06-13] 178: Checking user_migrations ** [09:16:58 2020-06-13] 178: Checking batch_updates ** [09:16:58 2020-06-13] 178: Checking gears ** [09:16:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:16:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:03 2020-06-13] 178: Checking imports ** [09:17:03 2020-06-13] 178: Checking exports ** [09:17:03 2020-06-13] 178: Checking users ** [09:17:03 2020-06-13] 178: Checking user_dbs ** [09:17:03 2020-06-13] 178: Checking geocodings ** [09:17:03 2020-06-13] 178: Checking synchronizations ** [09:17:03 2020-06-13] 178: Checking tracker ** [09:17:03 2020-06-13] 178: Checking user_migrations ** [09:17:03 2020-06-13] 178: Checking batch_updates ** [09:17:03 2020-06-13] 178: Checking gears ** [09:17:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:17:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:08 2020-06-13] 178: Checking imports ** [09:17:08 2020-06-13] 178: Checking exports ** [09:17:08 2020-06-13] 178: Checking users ** [09:17:08 2020-06-13] 178: Checking user_dbs ** [09:17:08 2020-06-13] 178: Checking geocodings ** [09:17:08 2020-06-13] 178: Checking synchronizations ** [09:17:08 2020-06-13] 178: Checking tracker ** [09:17:08 2020-06-13] 178: Checking user_migrations ** [09:17:08 2020-06-13] 178: Checking batch_updates ** [09:17:08 2020-06-13] 178: Checking gears ** [09:17:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:17:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:13 2020-06-13] 178: Checking imports ** [09:17:13 2020-06-13] 178: Checking exports ** [09:17:13 2020-06-13] 178: Checking users ** [09:17:13 2020-06-13] 178: Checking user_dbs ** [09:17:13 2020-06-13] 178: Checking geocodings ** [09:17:13 2020-06-13] 178: Checking synchronizations ** [09:17:13 2020-06-13] 178: Checking tracker ** [09:17:13 2020-06-13] 178: Checking user_migrations ** [09:17:13 2020-06-13] 178: Checking batch_updates ** [09:17:13 2020-06-13] 178: Checking gears ** [09:17:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:17:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:18 2020-06-13] 178: Checking imports ** [09:17:18 2020-06-13] 178: Checking exports ** [09:17:18 2020-06-13] 178: Checking users ** [09:17:18 2020-06-13] 178: Checking user_dbs ** [09:17:18 2020-06-13] 178: Checking geocodings ** [09:17:18 2020-06-13] 178: Checking synchronizations ** [09:17:18 2020-06-13] 178: Checking tracker ** [09:17:18 2020-06-13] 178: Checking user_migrations ** [09:17:18 2020-06-13] 178: Checking batch_updates ** [09:17:18 2020-06-13] 178: Checking gears ** [09:17:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:17:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:23 2020-06-13] 178: Checking imports ** [09:17:23 2020-06-13] 178: Checking exports ** [09:17:23 2020-06-13] 178: Checking users ** [09:17:23 2020-06-13] 178: Checking user_dbs ** [09:17:23 2020-06-13] 178: Checking geocodings ** [09:17:23 2020-06-13] 178: Checking synchronizations ** [09:17:23 2020-06-13] 178: Checking tracker ** [09:17:23 2020-06-13] 178: Checking user_migrations ** [09:17:23 2020-06-13] 178: Checking batch_updates ** [09:17:23 2020-06-13] 178: Checking gears ** [09:17:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:17:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:28 2020-06-13] 178: Checking imports ** [09:17:28 2020-06-13] 178: Checking exports ** [09:17:28 2020-06-13] 178: Checking users ** [09:17:28 2020-06-13] 178: Checking user_dbs ** [09:17:28 2020-06-13] 178: Checking geocodings ** [09:17:28 2020-06-13] 178: Checking synchronizations ** [09:17:28 2020-06-13] 178: Checking tracker ** [09:17:28 2020-06-13] 178: Checking user_migrations ** [09:17:28 2020-06-13] 178: Checking batch_updates ** [09:17:28 2020-06-13] 178: Checking gears ** [09:17:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:17:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:33 2020-06-13] 178: Checking imports ** [09:17:33 2020-06-13] 178: Checking exports ** [09:17:34 2020-06-13] 178: Checking users ** [09:17:34 2020-06-13] 178: Checking user_dbs ** [09:17:34 2020-06-13] 178: Checking geocodings ** [09:17:34 2020-06-13] 178: Checking synchronizations ** [09:17:34 2020-06-13] 178: Checking tracker ** [09:17:34 2020-06-13] 178: Checking user_migrations ** [09:17:34 2020-06-13] 178: Checking batch_updates ** [09:17:34 2020-06-13] 178: Checking gears ** [09:17:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:17:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:39 2020-06-13] 178: Checking imports ** [09:17:39 2020-06-13] 178: Checking exports ** [09:17:39 2020-06-13] 178: Checking users ** [09:17:39 2020-06-13] 178: Checking user_dbs ** [09:17:39 2020-06-13] 178: Checking geocodings ** [09:17:39 2020-06-13] 178: Checking synchronizations ** [09:17:39 2020-06-13] 178: Checking tracker ** [09:17:39 2020-06-13] 178: Checking user_migrations ** [09:17:39 2020-06-13] 178: Checking batch_updates ** [09:17:39 2020-06-13] 178: Checking gears ** [09:17:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:17:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:44 2020-06-13] 178: Checking imports ** [09:17:44 2020-06-13] 178: Checking exports ** [09:17:44 2020-06-13] 178: Checking users ** [09:17:44 2020-06-13] 178: Checking user_dbs ** [09:17:44 2020-06-13] 178: Checking geocodings ** [09:17:44 2020-06-13] 178: Checking synchronizations ** [09:17:44 2020-06-13] 178: Checking tracker ** [09:17:44 2020-06-13] 178: Checking user_migrations ** [09:17:44 2020-06-13] 178: Checking batch_updates ** [09:17:44 2020-06-13] 178: Checking gears ** [09:17:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:17:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:49 2020-06-13] 178: Checking imports ** [09:17:49 2020-06-13] 178: Checking exports ** [09:17:49 2020-06-13] 178: Checking users ** [09:17:49 2020-06-13] 178: Checking user_dbs ** [09:17:49 2020-06-13] 178: Checking geocodings ** [09:17:49 2020-06-13] 178: Checking synchronizations ** [09:17:49 2020-06-13] 178: Checking tracker ** [09:17:49 2020-06-13] 178: Checking user_migrations ** [09:17:49 2020-06-13] 178: Checking batch_updates ** [09:17:49 2020-06-13] 178: Checking gears ** [09:17:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:17:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:54 2020-06-13] 178: Checking imports ** [09:17:54 2020-06-13] 178: Checking exports ** [09:17:54 2020-06-13] 178: Checking users ** [09:17:54 2020-06-13] 178: Checking user_dbs ** [09:17:54 2020-06-13] 178: Checking geocodings ** [09:17:54 2020-06-13] 178: Checking synchronizations ** [09:17:54 2020-06-13] 178: Checking tracker ** [09:17:54 2020-06-13] 178: Checking user_migrations ** [09:17:54 2020-06-13] 178: Checking batch_updates ** [09:17:54 2020-06-13] 178: Checking gears ** [09:17:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:17:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:59 2020-06-13] 178: Checking imports ** [09:17:59 2020-06-13] 178: Checking exports ** [09:17:59 2020-06-13] 178: Checking users ** [09:17:59 2020-06-13] 178: Checking user_dbs ** [09:17:59 2020-06-13] 178: Checking geocodings ** [09:17:59 2020-06-13] 178: Checking synchronizations ** [09:17:59 2020-06-13] 178: Checking tracker ** [09:17:59 2020-06-13] 178: Checking user_migrations ** [09:17:59 2020-06-13] 178: Checking batch_updates ** [09:17:59 2020-06-13] 178: Checking gears ** [09:17:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:17:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:04 2020-06-13] 178: Checking imports ** [09:18:04 2020-06-13] 178: Checking exports ** [09:18:04 2020-06-13] 178: Checking users ** [09:18:04 2020-06-13] 178: Checking user_dbs ** [09:18:04 2020-06-13] 178: Checking geocodings ** [09:18:04 2020-06-13] 178: Checking synchronizations ** [09:18:04 2020-06-13] 178: Checking tracker ** [09:18:04 2020-06-13] 178: Checking user_migrations ** [09:18:04 2020-06-13] 178: Checking batch_updates ** [09:18:04 2020-06-13] 178: Checking gears ** [09:18:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:18:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:09 2020-06-13] 178: Checking imports ** [09:18:09 2020-06-13] 178: Checking exports ** [09:18:09 2020-06-13] 178: Checking users ** [09:18:09 2020-06-13] 178: Checking user_dbs ** [09:18:09 2020-06-13] 178: Checking geocodings ** [09:18:09 2020-06-13] 178: Checking synchronizations ** [09:18:09 2020-06-13] 178: Checking tracker ** [09:18:09 2020-06-13] 178: Checking user_migrations ** [09:18:09 2020-06-13] 178: Checking batch_updates ** [09:18:09 2020-06-13] 178: Checking gears ** [09:18:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:18:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:14 2020-06-13] 178: Checking imports ** [09:18:14 2020-06-13] 178: Checking exports ** [09:18:14 2020-06-13] 178: Checking users ** [09:18:14 2020-06-13] 178: Checking user_dbs ** [09:18:14 2020-06-13] 178: Checking geocodings ** [09:18:14 2020-06-13] 178: Checking synchronizations ** [09:18:14 2020-06-13] 178: Checking tracker ** [09:18:14 2020-06-13] 178: Checking user_migrations ** [09:18:14 2020-06-13] 178: Checking batch_updates ** [09:18:14 2020-06-13] 178: Checking gears ** [09:18:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:18:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:19 2020-06-13] 178: Checking imports ** [09:18:19 2020-06-13] 178: Checking exports ** [09:18:19 2020-06-13] 178: Checking users ** [09:18:19 2020-06-13] 178: Checking user_dbs ** [09:18:19 2020-06-13] 178: Checking geocodings ** [09:18:19 2020-06-13] 178: Checking synchronizations ** [09:18:19 2020-06-13] 178: Checking tracker ** [09:18:19 2020-06-13] 178: Checking user_migrations ** [09:18:19 2020-06-13] 178: Checking batch_updates ** [09:18:19 2020-06-13] 178: Checking gears ** [09:18:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:18:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:24 2020-06-13] 178: Checking imports ** [09:18:24 2020-06-13] 178: Checking exports ** [09:18:24 2020-06-13] 178: Checking users ** [09:18:24 2020-06-13] 178: Checking user_dbs ** [09:18:24 2020-06-13] 178: Checking geocodings ** [09:18:24 2020-06-13] 178: Checking synchronizations ** [09:18:24 2020-06-13] 178: Checking tracker ** [09:18:24 2020-06-13] 178: Checking user_migrations ** [09:18:24 2020-06-13] 178: Checking batch_updates ** [09:18:24 2020-06-13] 178: Checking gears ** [09:18:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:18:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:29 2020-06-13] 178: Checking imports ** [09:18:29 2020-06-13] 178: Checking exports ** [09:18:29 2020-06-13] 178: Checking users ** [09:18:29 2020-06-13] 178: Checking user_dbs ** [09:18:29 2020-06-13] 178: Checking geocodings ** [09:18:29 2020-06-13] 178: Checking synchronizations ** [09:18:29 2020-06-13] 178: Checking tracker ** [09:18:29 2020-06-13] 178: Checking user_migrations ** [09:18:29 2020-06-13] 178: Checking batch_updates ** [09:18:29 2020-06-13] 178: Checking gears ** [09:18:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:18:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:34 2020-06-13] 178: Checking imports ** [09:18:34 2020-06-13] 178: Checking exports ** [09:18:34 2020-06-13] 178: Checking users ** [09:18:34 2020-06-13] 178: Checking user_dbs ** [09:18:34 2020-06-13] 178: Checking geocodings ** [09:18:34 2020-06-13] 178: Checking synchronizations ** [09:18:34 2020-06-13] 178: Checking tracker ** [09:18:34 2020-06-13] 178: Checking user_migrations ** [09:18:34 2020-06-13] 178: Checking batch_updates ** [09:18:34 2020-06-13] 178: Checking gears ** [09:18:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:18:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:39 2020-06-13] 178: Checking imports ** [09:18:39 2020-06-13] 178: Checking exports ** [09:18:39 2020-06-13] 178: Checking users ** [09:18:39 2020-06-13] 178: Checking user_dbs ** [09:18:39 2020-06-13] 178: Checking geocodings ** [09:18:39 2020-06-13] 178: Checking synchronizations ** [09:18:39 2020-06-13] 178: Checking tracker ** [09:18:39 2020-06-13] 178: Checking user_migrations ** [09:18:39 2020-06-13] 178: Checking batch_updates ** [09:18:39 2020-06-13] 178: Checking gears ** [09:18:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:18:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:44 2020-06-13] 178: Checking imports ** [09:18:44 2020-06-13] 178: Checking exports ** [09:18:44 2020-06-13] 178: Checking users ** [09:18:44 2020-06-13] 178: Checking user_dbs ** [09:18:44 2020-06-13] 178: Checking geocodings ** [09:18:44 2020-06-13] 178: Checking synchronizations ** [09:18:44 2020-06-13] 178: Checking tracker ** [09:18:44 2020-06-13] 178: Checking user_migrations ** [09:18:44 2020-06-13] 178: Checking batch_updates ** [09:18:44 2020-06-13] 178: Checking gears ** [09:18:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:18:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:49 2020-06-13] 178: Checking imports ** [09:18:49 2020-06-13] 178: Checking exports ** [09:18:49 2020-06-13] 178: Checking users ** [09:18:49 2020-06-13] 178: Checking user_dbs ** [09:18:49 2020-06-13] 178: Checking geocodings ** [09:18:49 2020-06-13] 178: Checking synchronizations ** [09:18:49 2020-06-13] 178: Checking tracker ** [09:18:49 2020-06-13] 178: Checking user_migrations ** [09:18:49 2020-06-13] 178: Checking batch_updates ** [09:18:49 2020-06-13] 178: Checking gears ** [09:18:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:18:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:54 2020-06-13] 178: Checking imports ** [09:18:54 2020-06-13] 178: Checking exports ** [09:18:54 2020-06-13] 178: Checking users ** [09:18:54 2020-06-13] 178: Checking user_dbs ** [09:18:54 2020-06-13] 178: Checking geocodings ** [09:18:54 2020-06-13] 178: Checking synchronizations ** [09:18:54 2020-06-13] 178: Checking tracker ** [09:18:54 2020-06-13] 178: Checking user_migrations ** [09:18:54 2020-06-13] 178: Checking batch_updates ** [09:18:54 2020-06-13] 178: Checking gears ** [09:18:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:18:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:59 2020-06-13] 178: Checking imports ** [09:18:59 2020-06-13] 178: Checking exports ** [09:18:59 2020-06-13] 178: Checking users ** [09:18:59 2020-06-13] 178: Checking user_dbs ** [09:18:59 2020-06-13] 178: Checking geocodings ** [09:18:59 2020-06-13] 178: Checking synchronizations ** [09:18:59 2020-06-13] 178: Checking tracker ** [09:18:59 2020-06-13] 178: Checking user_migrations ** [09:18:59 2020-06-13] 178: Checking batch_updates ** [09:18:59 2020-06-13] 178: Checking gears ** [09:18:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:18:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:04 2020-06-13] 178: Checking imports ** [09:19:04 2020-06-13] 178: Checking exports ** [09:19:04 2020-06-13] 178: Checking users ** [09:19:04 2020-06-13] 178: Checking user_dbs ** [09:19:04 2020-06-13] 178: Checking geocodings ** [09:19:04 2020-06-13] 178: Checking synchronizations ** [09:19:04 2020-06-13] 178: Checking tracker ** [09:19:04 2020-06-13] 178: Checking user_migrations ** [09:19:04 2020-06-13] 178: Checking batch_updates ** [09:19:04 2020-06-13] 178: Checking gears ** [09:19:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:19:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:09 2020-06-13] 178: Checking imports ** [09:19:09 2020-06-13] 178: Checking exports ** [09:19:09 2020-06-13] 178: Checking users ** [09:19:09 2020-06-13] 178: Checking user_dbs ** [09:19:09 2020-06-13] 178: Checking geocodings ** [09:19:09 2020-06-13] 178: Checking synchronizations ** [09:19:09 2020-06-13] 178: Checking tracker ** [09:19:09 2020-06-13] 178: Checking user_migrations ** [09:19:09 2020-06-13] 178: Checking batch_updates ** [09:19:09 2020-06-13] 178: Checking gears ** [09:19:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:19:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:14 2020-06-13] 178: Checking imports ** [09:19:14 2020-06-13] 178: Checking exports ** [09:19:14 2020-06-13] 178: Checking users ** [09:19:14 2020-06-13] 178: Checking user_dbs ** [09:19:14 2020-06-13] 178: Checking geocodings ** [09:19:14 2020-06-13] 178: Checking synchronizations ** [09:19:14 2020-06-13] 178: Checking tracker ** [09:19:14 2020-06-13] 178: Checking user_migrations ** [09:19:14 2020-06-13] 178: Checking batch_updates ** [09:19:14 2020-06-13] 178: Checking gears ** [09:19:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:19:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:19 2020-06-13] 178: Checking imports ** [09:19:19 2020-06-13] 178: Checking exports ** [09:19:19 2020-06-13] 178: Checking users ** [09:19:19 2020-06-13] 178: Checking user_dbs ** [09:19:19 2020-06-13] 178: Checking geocodings ** [09:19:19 2020-06-13] 178: Checking synchronizations ** [09:19:19 2020-06-13] 178: Checking tracker ** [09:19:19 2020-06-13] 178: Checking user_migrations ** [09:19:19 2020-06-13] 178: Checking batch_updates ** [09:19:19 2020-06-13] 178: Checking gears ** [09:19:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:19:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:24 2020-06-13] 178: Checking imports ** [09:19:24 2020-06-13] 178: Checking exports ** [09:19:24 2020-06-13] 178: Checking users ** [09:19:24 2020-06-13] 178: Checking user_dbs ** [09:19:24 2020-06-13] 178: Checking geocodings ** [09:19:24 2020-06-13] 178: Checking synchronizations ** [09:19:24 2020-06-13] 178: Checking tracker ** [09:19:24 2020-06-13] 178: Checking user_migrations ** [09:19:24 2020-06-13] 178: Checking batch_updates ** [09:19:24 2020-06-13] 178: Checking gears ** [09:19:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:19:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:29 2020-06-13] 178: Checking imports ** [09:19:29 2020-06-13] 178: Checking exports ** [09:19:29 2020-06-13] 178: Checking users ** [09:19:29 2020-06-13] 178: Checking user_dbs ** [09:19:29 2020-06-13] 178: Checking geocodings ** [09:19:29 2020-06-13] 178: Checking synchronizations ** [09:19:29 2020-06-13] 178: Checking tracker ** [09:19:29 2020-06-13] 178: Checking user_migrations ** [09:19:29 2020-06-13] 178: Checking batch_updates ** [09:19:29 2020-06-13] 178: Checking gears ** [09:19:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:19:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:34 2020-06-13] 178: Checking imports ** [09:19:34 2020-06-13] 178: Checking exports ** [09:19:34 2020-06-13] 178: Checking users ** [09:19:34 2020-06-13] 178: Checking user_dbs ** [09:19:34 2020-06-13] 178: Checking geocodings ** [09:19:34 2020-06-13] 178: Checking synchronizations ** [09:19:34 2020-06-13] 178: Checking tracker ** [09:19:34 2020-06-13] 178: Checking user_migrations ** [09:19:34 2020-06-13] 178: Checking batch_updates ** [09:19:34 2020-06-13] 178: Checking gears ** [09:19:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:19:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:39 2020-06-13] 178: Checking imports ** [09:19:39 2020-06-13] 178: Checking exports ** [09:19:39 2020-06-13] 178: Checking users ** [09:19:39 2020-06-13] 178: Checking user_dbs ** [09:19:39 2020-06-13] 178: Checking geocodings ** [09:19:39 2020-06-13] 178: Checking synchronizations ** [09:19:39 2020-06-13] 178: Checking tracker ** [09:19:39 2020-06-13] 178: Checking user_migrations ** [09:19:39 2020-06-13] 178: Checking batch_updates ** [09:19:39 2020-06-13] 178: Checking gears ** [09:19:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:19:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:44 2020-06-13] 178: Checking imports ** [09:19:44 2020-06-13] 178: Checking exports ** [09:19:44 2020-06-13] 178: Checking users ** [09:19:44 2020-06-13] 178: Checking user_dbs ** [09:19:44 2020-06-13] 178: Checking geocodings ** [09:19:44 2020-06-13] 178: Checking synchronizations ** [09:19:44 2020-06-13] 178: Checking tracker ** [09:19:44 2020-06-13] 178: Checking user_migrations ** [09:19:44 2020-06-13] 178: Checking batch_updates ** [09:19:44 2020-06-13] 178: Checking gears ** [09:19:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:19:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:49 2020-06-13] 178: Checking imports ** [09:19:49 2020-06-13] 178: Checking exports ** [09:19:49 2020-06-13] 178: Checking users ** [09:19:49 2020-06-13] 178: Checking user_dbs ** [09:19:49 2020-06-13] 178: Checking geocodings ** [09:19:49 2020-06-13] 178: Checking synchronizations ** [09:19:49 2020-06-13] 178: Checking tracker ** [09:19:49 2020-06-13] 178: Checking user_migrations ** [09:19:49 2020-06-13] 178: Checking batch_updates ** [09:19:49 2020-06-13] 178: Checking gears ** [09:19:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:19:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:54 2020-06-13] 178: Checking imports ** [09:19:54 2020-06-13] 178: Checking exports ** [09:19:54 2020-06-13] 178: Checking users ** [09:19:54 2020-06-13] 178: Checking user_dbs ** [09:19:54 2020-06-13] 178: Checking geocodings ** [09:19:54 2020-06-13] 178: Checking synchronizations ** [09:19:54 2020-06-13] 178: Checking tracker ** [09:19:54 2020-06-13] 178: Checking user_migrations ** [09:19:54 2020-06-13] 178: Checking batch_updates ** [09:19:54 2020-06-13] 178: Checking gears ** [09:19:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:19:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:59 2020-06-13] 178: Checking imports ** [09:19:59 2020-06-13] 178: Checking exports ** [09:19:59 2020-06-13] 178: Checking users ** [09:19:59 2020-06-13] 178: Checking user_dbs ** [09:19:59 2020-06-13] 178: Checking geocodings ** [09:19:59 2020-06-13] 178: Checking synchronizations ** [09:19:59 2020-06-13] 178: Checking tracker ** [09:19:59 2020-06-13] 178: Checking user_migrations ** [09:19:59 2020-06-13] 178: Checking batch_updates ** [09:19:59 2020-06-13] 178: Checking gears ** [09:19:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:19:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:04 2020-06-13] 178: Checking imports ** [09:20:04 2020-06-13] 178: Checking exports ** [09:20:04 2020-06-13] 178: Checking users ** [09:20:04 2020-06-13] 178: Checking user_dbs ** [09:20:04 2020-06-13] 178: Checking geocodings ** [09:20:04 2020-06-13] 178: Checking synchronizations ** [09:20:04 2020-06-13] 178: Checking tracker ** [09:20:04 2020-06-13] 178: Checking user_migrations ** [09:20:04 2020-06-13] 178: Checking batch_updates ** [09:20:04 2020-06-13] 178: Checking gears ** [09:20:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:20:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:09 2020-06-13] 178: Checking imports ** [09:20:09 2020-06-13] 178: Checking exports ** [09:20:09 2020-06-13] 178: Checking users ** [09:20:09 2020-06-13] 178: Checking user_dbs ** [09:20:09 2020-06-13] 178: Checking geocodings ** [09:20:09 2020-06-13] 178: Checking synchronizations ** [09:20:09 2020-06-13] 178: Checking tracker ** [09:20:09 2020-06-13] 178: Checking user_migrations ** [09:20:09 2020-06-13] 178: Checking batch_updates ** [09:20:09 2020-06-13] 178: Checking gears ** [09:20:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:20:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:14 2020-06-13] 178: Checking imports ** [09:20:14 2020-06-13] 178: Checking exports ** [09:20:14 2020-06-13] 178: Checking users ** [09:20:14 2020-06-13] 178: Checking user_dbs ** [09:20:14 2020-06-13] 178: Checking geocodings ** [09:20:14 2020-06-13] 178: Checking synchronizations ** [09:20:14 2020-06-13] 178: Checking tracker ** [09:20:14 2020-06-13] 178: Checking user_migrations ** [09:20:14 2020-06-13] 178: Checking batch_updates ** [09:20:14 2020-06-13] 178: Checking gears ** [09:20:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:20:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:19 2020-06-13] 178: Checking imports ** [09:20:19 2020-06-13] 178: Checking exports ** [09:20:19 2020-06-13] 178: Checking users ** [09:20:19 2020-06-13] 178: Checking user_dbs ** [09:20:19 2020-06-13] 178: Checking geocodings ** [09:20:19 2020-06-13] 178: Checking synchronizations ** [09:20:19 2020-06-13] 178: Checking tracker ** [09:20:19 2020-06-13] 178: Checking user_migrations ** [09:20:19 2020-06-13] 178: Checking batch_updates ** [09:20:19 2020-06-13] 178: Checking gears ** [09:20:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:20:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:24 2020-06-13] 178: Checking imports ** [09:20:24 2020-06-13] 178: Checking exports ** [09:20:24 2020-06-13] 178: Checking users ** [09:20:24 2020-06-13] 178: Checking user_dbs ** [09:20:24 2020-06-13] 178: Checking geocodings ** [09:20:24 2020-06-13] 178: Checking synchronizations ** [09:20:24 2020-06-13] 178: Checking tracker ** [09:20:24 2020-06-13] 178: Checking user_migrations ** [09:20:24 2020-06-13] 178: Checking batch_updates ** [09:20:24 2020-06-13] 178: Checking gears ** [09:20:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:20:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:29 2020-06-13] 178: Checking imports ** [09:20:29 2020-06-13] 178: Checking exports ** [09:20:29 2020-06-13] 178: Checking users ** [09:20:29 2020-06-13] 178: Checking user_dbs ** [09:20:29 2020-06-13] 178: Checking geocodings ** [09:20:29 2020-06-13] 178: Checking synchronizations ** [09:20:29 2020-06-13] 178: Checking tracker ** [09:20:29 2020-06-13] 178: Checking user_migrations ** [09:20:29 2020-06-13] 178: Checking batch_updates ** [09:20:29 2020-06-13] 178: Checking gears ** [09:20:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:20:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:34 2020-06-13] 178: Checking imports ** [09:20:34 2020-06-13] 178: Checking exports ** [09:20:34 2020-06-13] 178: Checking users ** [09:20:34 2020-06-13] 178: Checking user_dbs ** [09:20:34 2020-06-13] 178: Checking geocodings ** [09:20:34 2020-06-13] 178: Checking synchronizations ** [09:20:34 2020-06-13] 178: Checking tracker ** [09:20:34 2020-06-13] 178: Checking user_migrations ** [09:20:34 2020-06-13] 178: Checking batch_updates ** [09:20:34 2020-06-13] 178: Checking gears ** [09:20:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:20:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:39 2020-06-13] 178: Checking imports ** [09:20:39 2020-06-13] 178: Checking exports ** [09:20:39 2020-06-13] 178: Checking users ** [09:20:39 2020-06-13] 178: Checking user_dbs ** [09:20:39 2020-06-13] 178: Checking geocodings ** [09:20:39 2020-06-13] 178: Checking synchronizations ** [09:20:39 2020-06-13] 178: Checking tracker ** [09:20:39 2020-06-13] 178: Checking user_migrations ** [09:20:39 2020-06-13] 178: Checking batch_updates ** [09:20:39 2020-06-13] 178: Checking gears ** [09:20:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:20:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:44 2020-06-13] 178: Checking imports ** [09:20:44 2020-06-13] 178: Checking exports ** [09:20:44 2020-06-13] 178: Checking users ** [09:20:44 2020-06-13] 178: Checking user_dbs ** [09:20:44 2020-06-13] 178: Checking geocodings ** [09:20:44 2020-06-13] 178: Checking synchronizations ** [09:20:44 2020-06-13] 178: Checking tracker ** [09:20:44 2020-06-13] 178: Checking user_migrations ** [09:20:44 2020-06-13] 178: Checking batch_updates ** [09:20:44 2020-06-13] 178: Checking gears ** [09:20:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:20:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:49 2020-06-13] 178: Checking imports ** [09:20:49 2020-06-13] 178: Checking exports ** [09:20:49 2020-06-13] 178: Checking users ** [09:20:49 2020-06-13] 178: Checking user_dbs ** [09:20:49 2020-06-13] 178: Checking geocodings ** [09:20:49 2020-06-13] 178: Checking synchronizations ** [09:20:49 2020-06-13] 178: Checking tracker ** [09:20:49 2020-06-13] 178: Checking user_migrations ** [09:20:49 2020-06-13] 178: Checking batch_updates ** [09:20:49 2020-06-13] 178: Checking gears ** [09:20:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:20:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:54 2020-06-13] 178: Checking imports ** [09:20:54 2020-06-13] 178: Checking exports ** [09:20:54 2020-06-13] 178: Checking users ** [09:20:54 2020-06-13] 178: Checking user_dbs ** [09:20:54 2020-06-13] 178: Checking geocodings ** [09:20:54 2020-06-13] 178: Checking synchronizations ** [09:20:54 2020-06-13] 178: Checking tracker ** [09:20:54 2020-06-13] 178: Checking user_migrations ** [09:20:54 2020-06-13] 178: Checking batch_updates ** [09:20:54 2020-06-13] 178: Checking gears ** [09:20:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:20:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:59 2020-06-13] 178: Checking imports ** [09:20:59 2020-06-13] 178: Checking exports ** [09:20:59 2020-06-13] 178: Checking users ** [09:20:59 2020-06-13] 178: Checking user_dbs ** [09:20:59 2020-06-13] 178: Checking geocodings ** [09:20:59 2020-06-13] 178: Checking synchronizations ** [09:20:59 2020-06-13] 178: Checking tracker ** [09:20:59 2020-06-13] 178: Checking user_migrations ** [09:20:59 2020-06-13] 178: Checking batch_updates ** [09:20:59 2020-06-13] 178: Checking gears ** [09:20:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:20:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:04 2020-06-13] 178: Checking imports ** [09:21:04 2020-06-13] 178: Checking exports ** [09:21:04 2020-06-13] 178: Checking users ** [09:21:04 2020-06-13] 178: Checking user_dbs ** [09:21:04 2020-06-13] 178: Checking geocodings ** [09:21:04 2020-06-13] 178: Checking synchronizations ** [09:21:04 2020-06-13] 178: Checking tracker ** [09:21:04 2020-06-13] 178: Checking user_migrations ** [09:21:04 2020-06-13] 178: Checking batch_updates ** [09:21:04 2020-06-13] 178: Checking gears ** [09:21:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:21:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:09 2020-06-13] 178: Checking imports ** [09:21:09 2020-06-13] 178: Checking exports ** [09:21:09 2020-06-13] 178: Checking users ** [09:21:09 2020-06-13] 178: Checking user_dbs ** [09:21:09 2020-06-13] 178: Checking geocodings ** [09:21:09 2020-06-13] 178: Checking synchronizations ** [09:21:09 2020-06-13] 178: Checking tracker ** [09:21:09 2020-06-13] 178: Checking user_migrations ** [09:21:09 2020-06-13] 178: Checking batch_updates ** [09:21:09 2020-06-13] 178: Checking gears ** [09:21:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:21:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:14 2020-06-13] 178: Checking imports ** [09:21:14 2020-06-13] 178: Checking exports ** [09:21:14 2020-06-13] 178: Checking users ** [09:21:14 2020-06-13] 178: Checking user_dbs ** [09:21:14 2020-06-13] 178: Checking geocodings ** [09:21:14 2020-06-13] 178: Checking synchronizations ** [09:21:14 2020-06-13] 178: Checking tracker ** [09:21:14 2020-06-13] 178: Checking user_migrations ** [09:21:14 2020-06-13] 178: Checking batch_updates ** [09:21:14 2020-06-13] 178: Checking gears ** [09:21:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:21:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:19 2020-06-13] 178: Checking imports ** [09:21:19 2020-06-13] 178: Checking exports ** [09:21:19 2020-06-13] 178: Checking users ** [09:21:19 2020-06-13] 178: Checking user_dbs ** [09:21:19 2020-06-13] 178: Checking geocodings ** [09:21:19 2020-06-13] 178: Checking synchronizations ** [09:21:19 2020-06-13] 178: Checking tracker ** [09:21:19 2020-06-13] 178: Checking user_migrations ** [09:21:19 2020-06-13] 178: Checking batch_updates ** [09:21:19 2020-06-13] 178: Checking gears ** [09:21:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:21:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:24 2020-06-13] 178: Checking imports ** [09:21:24 2020-06-13] 178: Checking exports ** [09:21:24 2020-06-13] 178: Checking users ** [09:21:24 2020-06-13] 178: Checking user_dbs ** [09:21:24 2020-06-13] 178: Checking geocodings ** [09:21:24 2020-06-13] 178: Checking synchronizations ** [09:21:24 2020-06-13] 178: Checking tracker ** [09:21:24 2020-06-13] 178: Checking user_migrations ** [09:21:24 2020-06-13] 178: Checking batch_updates ** [09:21:24 2020-06-13] 178: Checking gears ** [09:21:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:21:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:29 2020-06-13] 178: Checking imports ** [09:21:29 2020-06-13] 178: Checking exports ** [09:21:29 2020-06-13] 178: Checking users ** [09:21:29 2020-06-13] 178: Checking user_dbs ** [09:21:29 2020-06-13] 178: Checking geocodings ** [09:21:29 2020-06-13] 178: Checking synchronizations ** [09:21:29 2020-06-13] 178: Checking tracker ** [09:21:29 2020-06-13] 178: Checking user_migrations ** [09:21:29 2020-06-13] 178: Checking batch_updates ** [09:21:29 2020-06-13] 178: Checking gears ** [09:21:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:21:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:34 2020-06-13] 178: Checking imports ** [09:21:34 2020-06-13] 178: Checking exports ** [09:21:34 2020-06-13] 178: Checking users ** [09:21:34 2020-06-13] 178: Checking user_dbs ** [09:21:34 2020-06-13] 178: Checking geocodings ** [09:21:34 2020-06-13] 178: Checking synchronizations ** [09:21:34 2020-06-13] 178: Checking tracker ** [09:21:34 2020-06-13] 178: Checking user_migrations ** [09:21:34 2020-06-13] 178: Checking batch_updates ** [09:21:34 2020-06-13] 178: Checking gears ** [09:21:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:21:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:39 2020-06-13] 178: Checking imports ** [09:21:39 2020-06-13] 178: Checking exports ** [09:21:39 2020-06-13] 178: Checking users ** [09:21:39 2020-06-13] 178: Checking user_dbs ** [09:21:39 2020-06-13] 178: Checking geocodings ** [09:21:39 2020-06-13] 178: Checking synchronizations ** [09:21:39 2020-06-13] 178: Checking tracker ** [09:21:39 2020-06-13] 178: Checking user_migrations ** [09:21:39 2020-06-13] 178: Checking batch_updates ** [09:21:39 2020-06-13] 178: Checking gears ** [09:21:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:21:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:44 2020-06-13] 178: Checking imports ** [09:21:44 2020-06-13] 178: Checking exports ** [09:21:44 2020-06-13] 178: Checking users ** [09:21:44 2020-06-13] 178: Checking user_dbs ** [09:21:44 2020-06-13] 178: Checking geocodings ** [09:21:44 2020-06-13] 178: Checking synchronizations ** [09:21:44 2020-06-13] 178: Checking tracker ** [09:21:44 2020-06-13] 178: Checking user_migrations ** [09:21:44 2020-06-13] 178: Checking batch_updates ** [09:21:44 2020-06-13] 178: Checking gears ** [09:21:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:21:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:49 2020-06-13] 178: Checking imports ** [09:21:49 2020-06-13] 178: Checking exports ** [09:21:49 2020-06-13] 178: Checking users ** [09:21:49 2020-06-13] 178: Checking user_dbs ** [09:21:49 2020-06-13] 178: Checking geocodings ** [09:21:49 2020-06-13] 178: Checking synchronizations ** [09:21:49 2020-06-13] 178: Checking tracker ** [09:21:49 2020-06-13] 178: Checking user_migrations ** [09:21:49 2020-06-13] 178: Checking batch_updates ** [09:21:49 2020-06-13] 178: Checking gears ** [09:21:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:21:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:54 2020-06-13] 178: Checking imports ** [09:21:54 2020-06-13] 178: Checking exports ** [09:21:54 2020-06-13] 178: Checking users ** [09:21:54 2020-06-13] 178: Checking user_dbs ** [09:21:54 2020-06-13] 178: Checking geocodings ** [09:21:54 2020-06-13] 178: Checking synchronizations ** [09:21:54 2020-06-13] 178: Checking tracker ** [09:21:54 2020-06-13] 178: Checking user_migrations ** [09:21:54 2020-06-13] 178: Checking batch_updates ** [09:21:54 2020-06-13] 178: Checking gears ** [09:21:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:21:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:59 2020-06-13] 178: Checking imports ** [09:21:59 2020-06-13] 178: Checking exports ** [09:21:59 2020-06-13] 178: Checking users ** [09:21:59 2020-06-13] 178: Checking user_dbs ** [09:21:59 2020-06-13] 178: Checking geocodings ** [09:21:59 2020-06-13] 178: Checking synchronizations ** [09:21:59 2020-06-13] 178: Checking tracker ** [09:21:59 2020-06-13] 178: Checking user_migrations ** [09:21:59 2020-06-13] 178: Checking batch_updates ** [09:21:59 2020-06-13] 178: Checking gears ** [09:21:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:21:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:04 2020-06-13] 178: Checking imports ** [09:22:04 2020-06-13] 178: Checking exports ** [09:22:04 2020-06-13] 178: Checking users ** [09:22:04 2020-06-13] 178: Checking user_dbs ** [09:22:04 2020-06-13] 178: Checking geocodings ** [09:22:04 2020-06-13] 178: Checking synchronizations ** [09:22:04 2020-06-13] 178: Checking tracker ** [09:22:04 2020-06-13] 178: Checking user_migrations ** [09:22:04 2020-06-13] 178: Checking batch_updates ** [09:22:04 2020-06-13] 178: Checking gears ** [09:22:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:22:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:09 2020-06-13] 178: Checking imports ** [09:22:09 2020-06-13] 178: Checking exports ** [09:22:09 2020-06-13] 178: Checking users ** [09:22:09 2020-06-13] 178: Checking user_dbs ** [09:22:09 2020-06-13] 178: Checking geocodings ** [09:22:09 2020-06-13] 178: Checking synchronizations ** [09:22:09 2020-06-13] 178: Checking tracker ** [09:22:09 2020-06-13] 178: Checking user_migrations ** [09:22:09 2020-06-13] 178: Checking batch_updates ** [09:22:09 2020-06-13] 178: Checking gears ** [09:22:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:22:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:14 2020-06-13] 178: Checking imports ** [09:22:14 2020-06-13] 178: Checking exports ** [09:22:14 2020-06-13] 178: Checking users ** [09:22:14 2020-06-13] 178: Checking user_dbs ** [09:22:14 2020-06-13] 178: Checking geocodings ** [09:22:14 2020-06-13] 178: Checking synchronizations ** [09:22:14 2020-06-13] 178: Checking tracker ** [09:22:14 2020-06-13] 178: Checking user_migrations ** [09:22:14 2020-06-13] 178: Checking batch_updates ** [09:22:14 2020-06-13] 178: Checking gears ** [09:22:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:22:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:19 2020-06-13] 178: Checking imports ** [09:22:19 2020-06-13] 178: Checking exports ** [09:22:19 2020-06-13] 178: Checking users ** [09:22:19 2020-06-13] 178: Checking user_dbs ** [09:22:19 2020-06-13] 178: Checking geocodings ** [09:22:19 2020-06-13] 178: Checking synchronizations ** [09:22:19 2020-06-13] 178: Checking tracker ** [09:22:19 2020-06-13] 178: Checking user_migrations ** [09:22:19 2020-06-13] 178: Checking batch_updates ** [09:22:19 2020-06-13] 178: Checking gears ** [09:22:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:22:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:24 2020-06-13] 178: Checking imports ** [09:22:24 2020-06-13] 178: Checking exports ** [09:22:24 2020-06-13] 178: Checking users ** [09:22:24 2020-06-13] 178: Checking user_dbs ** [09:22:24 2020-06-13] 178: Checking geocodings ** [09:22:24 2020-06-13] 178: Checking synchronizations ** [09:22:24 2020-06-13] 178: Checking tracker ** [09:22:24 2020-06-13] 178: Checking user_migrations ** [09:22:24 2020-06-13] 178: Checking batch_updates ** [09:22:24 2020-06-13] 178: Checking gears ** [09:22:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:22:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:29 2020-06-13] 178: Checking imports ** [09:22:29 2020-06-13] 178: Checking exports ** [09:22:29 2020-06-13] 178: Checking users ** [09:22:29 2020-06-13] 178: Checking user_dbs ** [09:22:29 2020-06-13] 178: Checking geocodings ** [09:22:29 2020-06-13] 178: Checking synchronizations ** [09:22:29 2020-06-13] 178: Checking tracker ** [09:22:29 2020-06-13] 178: Checking user_migrations ** [09:22:29 2020-06-13] 178: Checking batch_updates ** [09:22:29 2020-06-13] 178: Checking gears ** [09:22:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:22:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:34 2020-06-13] 178: Checking imports ** [09:22:34 2020-06-13] 178: Checking exports ** [09:22:34 2020-06-13] 178: Checking users ** [09:22:34 2020-06-13] 178: Checking user_dbs ** [09:22:34 2020-06-13] 178: Checking geocodings ** [09:22:34 2020-06-13] 178: Checking synchronizations ** [09:22:34 2020-06-13] 178: Checking tracker ** [09:22:34 2020-06-13] 178: Checking user_migrations ** [09:22:34 2020-06-13] 178: Checking batch_updates ** [09:22:34 2020-06-13] 178: Checking gears ** [09:22:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:22:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:39 2020-06-13] 178: Checking imports ** [09:22:39 2020-06-13] 178: Checking exports ** [09:22:39 2020-06-13] 178: Checking users ** [09:22:39 2020-06-13] 178: Checking user_dbs ** [09:22:39 2020-06-13] 178: Checking geocodings ** [09:22:39 2020-06-13] 178: Checking synchronizations ** [09:22:39 2020-06-13] 178: Checking tracker ** [09:22:39 2020-06-13] 178: Checking user_migrations ** [09:22:39 2020-06-13] 178: Checking batch_updates ** [09:22:39 2020-06-13] 178: Checking gears ** [09:22:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:22:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:44 2020-06-13] 178: Checking imports ** [09:22:44 2020-06-13] 178: Checking exports ** [09:22:44 2020-06-13] 178: Checking users ** [09:22:44 2020-06-13] 178: Checking user_dbs ** [09:22:44 2020-06-13] 178: Checking geocodings ** [09:22:44 2020-06-13] 178: Checking synchronizations ** [09:22:44 2020-06-13] 178: Checking tracker ** [09:22:44 2020-06-13] 178: Checking user_migrations ** [09:22:44 2020-06-13] 178: Checking batch_updates ** [09:22:44 2020-06-13] 178: Checking gears ** [09:22:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:22:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:49 2020-06-13] 178: Checking imports ** [09:22:49 2020-06-13] 178: Checking exports ** [09:22:49 2020-06-13] 178: Checking users ** [09:22:49 2020-06-13] 178: Checking user_dbs ** [09:22:49 2020-06-13] 178: Checking geocodings ** [09:22:49 2020-06-13] 178: Checking synchronizations ** [09:22:49 2020-06-13] 178: Checking tracker ** [09:22:49 2020-06-13] 178: Checking user_migrations ** [09:22:49 2020-06-13] 178: Checking batch_updates ** [09:22:49 2020-06-13] 178: Checking gears ** [09:22:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:22:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:54 2020-06-13] 178: Checking imports ** [09:22:54 2020-06-13] 178: Checking exports ** [09:22:54 2020-06-13] 178: Checking users ** [09:22:54 2020-06-13] 178: Checking user_dbs ** [09:22:54 2020-06-13] 178: Checking geocodings ** [09:22:54 2020-06-13] 178: Checking synchronizations ** [09:22:54 2020-06-13] 178: Checking tracker ** [09:22:54 2020-06-13] 178: Checking user_migrations ** [09:22:54 2020-06-13] 178: Checking batch_updates ** [09:22:54 2020-06-13] 178: Checking gears ** [09:22:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:22:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:59 2020-06-13] 178: Checking imports ** [09:22:59 2020-06-13] 178: Checking exports ** [09:22:59 2020-06-13] 178: Checking users ** [09:22:59 2020-06-13] 178: Checking user_dbs ** [09:22:59 2020-06-13] 178: Checking geocodings ** [09:22:59 2020-06-13] 178: Checking synchronizations ** [09:22:59 2020-06-13] 178: Checking tracker ** [09:22:59 2020-06-13] 178: Checking user_migrations ** [09:22:59 2020-06-13] 178: Checking batch_updates ** [09:22:59 2020-06-13] 178: Checking gears ** [09:22:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:22:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:04 2020-06-13] 178: Checking imports ** [09:23:04 2020-06-13] 178: Checking exports ** [09:23:04 2020-06-13] 178: Checking users ** [09:23:04 2020-06-13] 178: Checking user_dbs ** [09:23:04 2020-06-13] 178: Checking geocodings ** [09:23:04 2020-06-13] 178: Checking synchronizations ** [09:23:04 2020-06-13] 178: Checking tracker ** [09:23:04 2020-06-13] 178: Checking user_migrations ** [09:23:04 2020-06-13] 178: Checking batch_updates ** [09:23:04 2020-06-13] 178: Checking gears ** [09:23:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:23:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:09 2020-06-13] 178: Checking imports ** [09:23:09 2020-06-13] 178: Checking exports ** [09:23:09 2020-06-13] 178: Checking users ** [09:23:09 2020-06-13] 178: Checking user_dbs ** [09:23:09 2020-06-13] 178: Checking geocodings ** [09:23:09 2020-06-13] 178: Checking synchronizations ** [09:23:09 2020-06-13] 178: Checking tracker ** [09:23:09 2020-06-13] 178: Checking user_migrations ** [09:23:09 2020-06-13] 178: Checking batch_updates ** [09:23:09 2020-06-13] 178: Checking gears ** [09:23:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:23:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:14 2020-06-13] 178: Checking imports ** [09:23:14 2020-06-13] 178: Checking exports ** [09:23:14 2020-06-13] 178: Checking users ** [09:23:14 2020-06-13] 178: Checking user_dbs ** [09:23:14 2020-06-13] 178: Checking geocodings ** [09:23:14 2020-06-13] 178: Checking synchronizations ** [09:23:14 2020-06-13] 178: Checking tracker ** [09:23:14 2020-06-13] 178: Checking user_migrations ** [09:23:14 2020-06-13] 178: Checking batch_updates ** [09:23:14 2020-06-13] 178: Checking gears ** [09:23:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:23:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:19 2020-06-13] 178: Checking imports ** [09:23:19 2020-06-13] 178: Checking exports ** [09:23:19 2020-06-13] 178: Checking users ** [09:23:19 2020-06-13] 178: Checking user_dbs ** [09:23:19 2020-06-13] 178: Checking geocodings ** [09:23:19 2020-06-13] 178: Checking synchronizations ** [09:23:19 2020-06-13] 178: Checking tracker ** [09:23:19 2020-06-13] 178: Checking user_migrations ** [09:23:19 2020-06-13] 178: Checking batch_updates ** [09:23:19 2020-06-13] 178: Checking gears ** [09:23:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:23:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:24 2020-06-13] 178: Checking imports ** [09:23:24 2020-06-13] 178: Checking exports ** [09:23:24 2020-06-13] 178: Checking users ** [09:23:24 2020-06-13] 178: Checking user_dbs ** [09:23:24 2020-06-13] 178: Checking geocodings ** [09:23:24 2020-06-13] 178: Checking synchronizations ** [09:23:24 2020-06-13] 178: Checking tracker ** [09:23:24 2020-06-13] 178: Checking user_migrations ** [09:23:24 2020-06-13] 178: Checking batch_updates ** [09:23:24 2020-06-13] 178: Checking gears ** [09:23:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:23:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:29 2020-06-13] 178: Checking imports ** [09:23:29 2020-06-13] 178: Checking exports ** [09:23:29 2020-06-13] 178: Checking users ** [09:23:29 2020-06-13] 178: Checking user_dbs ** [09:23:29 2020-06-13] 178: Checking geocodings ** [09:23:29 2020-06-13] 178: Checking synchronizations ** [09:23:29 2020-06-13] 178: Checking tracker ** [09:23:29 2020-06-13] 178: Checking user_migrations ** [09:23:29 2020-06-13] 178: Checking batch_updates ** [09:23:29 2020-06-13] 178: Checking gears ** [09:23:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:23:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:34 2020-06-13] 178: Checking imports ** [09:23:34 2020-06-13] 178: Checking exports ** [09:23:34 2020-06-13] 178: Checking users ** [09:23:34 2020-06-13] 178: Checking user_dbs ** [09:23:34 2020-06-13] 178: Checking geocodings ** [09:23:34 2020-06-13] 178: Checking synchronizations ** [09:23:34 2020-06-13] 178: Checking tracker ** [09:23:34 2020-06-13] 178: Checking user_migrations ** [09:23:35 2020-06-13] 178: Checking batch_updates ** [09:23:35 2020-06-13] 178: Checking gears ** [09:23:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:23:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:40 2020-06-13] 178: Checking imports ** [09:23:40 2020-06-13] 178: Checking exports ** [09:23:40 2020-06-13] 178: Checking users ** [09:23:40 2020-06-13] 178: Checking user_dbs ** [09:23:40 2020-06-13] 178: Checking geocodings ** [09:23:40 2020-06-13] 178: Checking synchronizations ** [09:23:40 2020-06-13] 178: Checking tracker ** [09:23:40 2020-06-13] 178: Checking user_migrations ** [09:23:40 2020-06-13] 178: Checking batch_updates ** [09:23:40 2020-06-13] 178: Checking gears ** [09:23:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:23:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:45 2020-06-13] 178: Checking imports ** [09:23:45 2020-06-13] 178: Checking exports ** [09:23:45 2020-06-13] 178: Checking users ** [09:23:45 2020-06-13] 178: Checking user_dbs ** [09:23:45 2020-06-13] 178: Checking geocodings ** [09:23:45 2020-06-13] 178: Checking synchronizations ** [09:23:45 2020-06-13] 178: Checking tracker ** [09:23:45 2020-06-13] 178: Checking user_migrations ** [09:23:45 2020-06-13] 178: Checking batch_updates ** [09:23:45 2020-06-13] 178: Checking gears ** [09:23:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:23:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:50 2020-06-13] 178: Checking imports ** [09:23:50 2020-06-13] 178: Checking exports ** [09:23:50 2020-06-13] 178: Checking users ** [09:23:50 2020-06-13] 178: Checking user_dbs ** [09:23:50 2020-06-13] 178: Checking geocodings ** [09:23:50 2020-06-13] 178: Checking synchronizations ** [09:23:50 2020-06-13] 178: Checking tracker ** [09:23:50 2020-06-13] 178: Checking user_migrations ** [09:23:50 2020-06-13] 178: Checking batch_updates ** [09:23:50 2020-06-13] 178: Checking gears ** [09:23:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:23:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:55 2020-06-13] 178: Checking imports ** [09:23:55 2020-06-13] 178: Checking exports ** [09:23:55 2020-06-13] 178: Checking users ** [09:23:55 2020-06-13] 178: Checking user_dbs ** [09:23:55 2020-06-13] 178: Checking geocodings ** [09:23:55 2020-06-13] 178: Checking synchronizations ** [09:23:55 2020-06-13] 178: Checking tracker ** [09:23:55 2020-06-13] 178: Checking user_migrations ** [09:23:55 2020-06-13] 178: Checking batch_updates ** [09:23:55 2020-06-13] 178: Checking gears ** [09:23:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:23:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:00 2020-06-13] 178: Checking imports ** [09:24:00 2020-06-13] 178: Checking exports ** [09:24:00 2020-06-13] 178: Checking users ** [09:24:00 2020-06-13] 178: Checking user_dbs ** [09:24:00 2020-06-13] 178: Checking geocodings ** [09:24:00 2020-06-13] 178: Checking synchronizations ** [09:24:00 2020-06-13] 178: Checking tracker ** [09:24:00 2020-06-13] 178: Checking user_migrations ** [09:24:00 2020-06-13] 178: Checking batch_updates ** [09:24:00 2020-06-13] 178: Checking gears ** [09:24:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:24:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:05 2020-06-13] 178: Checking imports ** [09:24:05 2020-06-13] 178: Checking exports ** [09:24:05 2020-06-13] 178: Checking users ** [09:24:05 2020-06-13] 178: Checking user_dbs ** [09:24:05 2020-06-13] 178: Checking geocodings ** [09:24:05 2020-06-13] 178: Checking synchronizations ** [09:24:05 2020-06-13] 178: Checking tracker ** [09:24:05 2020-06-13] 178: Checking user_migrations ** [09:24:05 2020-06-13] 178: Checking batch_updates ** [09:24:05 2020-06-13] 178: Checking gears ** [09:24:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:24:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:10 2020-06-13] 178: Checking imports ** [09:24:10 2020-06-13] 178: Checking exports ** [09:24:10 2020-06-13] 178: Checking users ** [09:24:10 2020-06-13] 178: Checking user_dbs ** [09:24:10 2020-06-13] 178: Checking geocodings ** [09:24:10 2020-06-13] 178: Checking synchronizations ** [09:24:10 2020-06-13] 178: Checking tracker ** [09:24:10 2020-06-13] 178: Checking user_migrations ** [09:24:10 2020-06-13] 178: Checking batch_updates ** [09:24:10 2020-06-13] 178: Checking gears ** [09:24:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:24:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:15 2020-06-13] 178: Checking imports ** [09:24:15 2020-06-13] 178: Checking exports ** [09:24:15 2020-06-13] 178: Checking users ** [09:24:15 2020-06-13] 178: Checking user_dbs ** [09:24:15 2020-06-13] 178: Checking geocodings ** [09:24:15 2020-06-13] 178: Checking synchronizations ** [09:24:15 2020-06-13] 178: Checking tracker ** [09:24:15 2020-06-13] 178: Checking user_migrations ** [09:24:15 2020-06-13] 178: Checking batch_updates ** [09:24:15 2020-06-13] 178: Checking gears ** [09:24:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:24:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:20 2020-06-13] 178: Checking imports ** [09:24:20 2020-06-13] 178: Checking exports ** [09:24:20 2020-06-13] 178: Checking users ** [09:24:20 2020-06-13] 178: Checking user_dbs ** [09:24:20 2020-06-13] 178: Checking geocodings ** [09:24:20 2020-06-13] 178: Checking synchronizations ** [09:24:20 2020-06-13] 178: Checking tracker ** [09:24:20 2020-06-13] 178: Checking user_migrations ** [09:24:20 2020-06-13] 178: Checking batch_updates ** [09:24:20 2020-06-13] 178: Checking gears ** [09:24:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:24:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:25 2020-06-13] 178: Checking imports ** [09:24:25 2020-06-13] 178: Checking exports ** [09:24:25 2020-06-13] 178: Checking users ** [09:24:25 2020-06-13] 178: Checking user_dbs ** [09:24:25 2020-06-13] 178: Checking geocodings ** [09:24:25 2020-06-13] 178: Checking synchronizations ** [09:24:25 2020-06-13] 178: Checking tracker ** [09:24:25 2020-06-13] 178: Checking user_migrations ** [09:24:25 2020-06-13] 178: Checking batch_updates ** [09:24:25 2020-06-13] 178: Checking gears ** [09:24:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:24:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:30 2020-06-13] 178: Checking imports ** [09:24:30 2020-06-13] 178: Checking exports ** [09:24:30 2020-06-13] 178: Checking users ** [09:24:30 2020-06-13] 178: Checking user_dbs ** [09:24:30 2020-06-13] 178: Checking geocodings ** [09:24:30 2020-06-13] 178: Checking synchronizations ** [09:24:30 2020-06-13] 178: Checking tracker ** [09:24:30 2020-06-13] 178: Checking user_migrations ** [09:24:30 2020-06-13] 178: Checking batch_updates ** [09:24:30 2020-06-13] 178: Checking gears ** [09:24:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:24:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:35 2020-06-13] 178: Checking imports ** [09:24:35 2020-06-13] 178: Checking exports ** [09:24:35 2020-06-13] 178: Checking users ** [09:24:35 2020-06-13] 178: Checking user_dbs ** [09:24:35 2020-06-13] 178: Checking geocodings ** [09:24:35 2020-06-13] 178: Checking synchronizations ** [09:24:35 2020-06-13] 178: Checking tracker ** [09:24:35 2020-06-13] 178: Checking user_migrations ** [09:24:35 2020-06-13] 178: Checking batch_updates ** [09:24:35 2020-06-13] 178: Checking gears ** [09:24:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:24:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:40 2020-06-13] 178: Checking imports ** [09:24:40 2020-06-13] 178: Checking exports ** [09:24:40 2020-06-13] 178: Checking users ** [09:24:40 2020-06-13] 178: Checking user_dbs ** [09:24:40 2020-06-13] 178: Checking geocodings ** [09:24:40 2020-06-13] 178: Checking synchronizations ** [09:24:40 2020-06-13] 178: Checking tracker ** [09:24:40 2020-06-13] 178: Checking user_migrations ** [09:24:40 2020-06-13] 178: Checking batch_updates ** [09:24:40 2020-06-13] 178: Checking gears ** [09:24:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:24:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:45 2020-06-13] 178: Checking imports ** [09:24:45 2020-06-13] 178: Checking exports ** [09:24:45 2020-06-13] 178: Checking users ** [09:24:45 2020-06-13] 178: Checking user_dbs ** [09:24:45 2020-06-13] 178: Checking geocodings ** [09:24:45 2020-06-13] 178: Checking synchronizations ** [09:24:45 2020-06-13] 178: Checking tracker ** [09:24:45 2020-06-13] 178: Checking user_migrations ** [09:24:45 2020-06-13] 178: Checking batch_updates ** [09:24:45 2020-06-13] 178: Checking gears ** [09:24:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:24:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:50 2020-06-13] 178: Checking imports ** [09:24:50 2020-06-13] 178: Checking exports ** [09:24:50 2020-06-13] 178: Checking users ** [09:24:50 2020-06-13] 178: Checking user_dbs ** [09:24:50 2020-06-13] 178: Checking geocodings ** [09:24:50 2020-06-13] 178: Checking synchronizations ** [09:24:50 2020-06-13] 178: Checking tracker ** [09:24:50 2020-06-13] 178: Checking user_migrations ** [09:24:50 2020-06-13] 178: Checking batch_updates ** [09:24:50 2020-06-13] 178: Checking gears ** [09:24:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:24:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:55 2020-06-13] 178: Checking imports ** [09:24:55 2020-06-13] 178: Checking exports ** [09:24:55 2020-06-13] 178: Checking users ** [09:24:55 2020-06-13] 178: Checking user_dbs ** [09:24:55 2020-06-13] 178: Checking geocodings ** [09:24:55 2020-06-13] 178: Checking synchronizations ** [09:24:55 2020-06-13] 178: Checking tracker ** [09:24:55 2020-06-13] 178: Checking user_migrations ** [09:24:55 2020-06-13] 178: Checking batch_updates ** [09:24:55 2020-06-13] 178: Checking gears ** [09:24:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:24:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:00 2020-06-13] 178: Checking imports ** [09:25:00 2020-06-13] 178: Checking exports ** [09:25:00 2020-06-13] 178: Checking users ** [09:25:00 2020-06-13] 178: Checking user_dbs ** [09:25:00 2020-06-13] 178: Checking geocodings ** [09:25:00 2020-06-13] 178: Checking synchronizations ** [09:25:00 2020-06-13] 178: Checking tracker ** [09:25:00 2020-06-13] 178: Checking user_migrations ** [09:25:00 2020-06-13] 178: Checking batch_updates ** [09:25:00 2020-06-13] 178: Checking gears ** [09:25:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:25:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:05 2020-06-13] 178: Checking imports ** [09:25:05 2020-06-13] 178: Checking exports ** [09:25:05 2020-06-13] 178: Checking users ** [09:25:05 2020-06-13] 178: Checking user_dbs ** [09:25:05 2020-06-13] 178: Checking geocodings ** [09:25:05 2020-06-13] 178: Checking synchronizations ** [09:25:05 2020-06-13] 178: Checking tracker ** [09:25:05 2020-06-13] 178: Checking user_migrations ** [09:25:05 2020-06-13] 178: Checking batch_updates ** [09:25:05 2020-06-13] 178: Checking gears ** [09:25:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:25:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:10 2020-06-13] 178: Checking imports ** [09:25:10 2020-06-13] 178: Checking exports ** [09:25:10 2020-06-13] 178: Checking users ** [09:25:10 2020-06-13] 178: Checking user_dbs ** [09:25:10 2020-06-13] 178: Checking geocodings ** [09:25:10 2020-06-13] 178: Checking synchronizations ** [09:25:10 2020-06-13] 178: Checking tracker ** [09:25:10 2020-06-13] 178: Checking user_migrations ** [09:25:10 2020-06-13] 178: Checking batch_updates ** [09:25:10 2020-06-13] 178: Checking gears ** [09:25:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:25:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:15 2020-06-13] 178: Checking imports ** [09:25:15 2020-06-13] 178: Checking exports ** [09:25:15 2020-06-13] 178: Checking users ** [09:25:15 2020-06-13] 178: Checking user_dbs ** [09:25:15 2020-06-13] 178: Checking geocodings ** [09:25:15 2020-06-13] 178: Checking synchronizations ** [09:25:15 2020-06-13] 178: Checking tracker ** [09:25:15 2020-06-13] 178: Checking user_migrations ** [09:25:15 2020-06-13] 178: Checking batch_updates ** [09:25:15 2020-06-13] 178: Checking gears ** [09:25:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:25:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:20 2020-06-13] 178: Checking imports ** [09:25:20 2020-06-13] 178: Checking exports ** [09:25:20 2020-06-13] 178: Checking users ** [09:25:20 2020-06-13] 178: Checking user_dbs ** [09:25:20 2020-06-13] 178: Checking geocodings ** [09:25:20 2020-06-13] 178: Checking synchronizations ** [09:25:20 2020-06-13] 178: Checking tracker ** [09:25:20 2020-06-13] 178: Checking user_migrations ** [09:25:20 2020-06-13] 178: Checking batch_updates ** [09:25:20 2020-06-13] 178: Checking gears ** [09:25:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:25:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:25 2020-06-13] 178: Checking imports ** [09:25:25 2020-06-13] 178: Checking exports ** [09:25:25 2020-06-13] 178: Checking users ** [09:25:25 2020-06-13] 178: Checking user_dbs ** [09:25:25 2020-06-13] 178: Checking geocodings ** [09:25:25 2020-06-13] 178: Checking synchronizations ** [09:25:25 2020-06-13] 178: Checking tracker ** [09:25:25 2020-06-13] 178: Checking user_migrations ** [09:25:25 2020-06-13] 178: Checking batch_updates ** [09:25:25 2020-06-13] 178: Checking gears ** [09:25:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:25:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:30 2020-06-13] 178: Checking imports ** [09:25:30 2020-06-13] 178: Checking exports ** [09:25:30 2020-06-13] 178: Checking users ** [09:25:30 2020-06-13] 178: Checking user_dbs ** [09:25:30 2020-06-13] 178: Checking geocodings ** [09:25:30 2020-06-13] 178: Checking synchronizations ** [09:25:30 2020-06-13] 178: Checking tracker ** [09:25:30 2020-06-13] 178: Checking user_migrations ** [09:25:30 2020-06-13] 178: Checking batch_updates ** [09:25:30 2020-06-13] 178: Checking gears ** [09:25:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:25:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:35 2020-06-13] 178: Checking imports ** [09:25:35 2020-06-13] 178: Checking exports ** [09:25:35 2020-06-13] 178: Checking users ** [09:25:35 2020-06-13] 178: Checking user_dbs ** [09:25:35 2020-06-13] 178: Checking geocodings ** [09:25:35 2020-06-13] 178: Checking synchronizations ** [09:25:35 2020-06-13] 178: Checking tracker ** [09:25:35 2020-06-13] 178: Checking user_migrations ** [09:25:35 2020-06-13] 178: Checking batch_updates ** [09:25:35 2020-06-13] 178: Checking gears ** [09:25:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:25:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:40 2020-06-13] 178: Checking imports ** [09:25:40 2020-06-13] 178: Checking exports ** [09:25:40 2020-06-13] 178: Checking users ** [09:25:40 2020-06-13] 178: Checking user_dbs ** [09:25:40 2020-06-13] 178: Checking geocodings ** [09:25:40 2020-06-13] 178: Checking synchronizations ** [09:25:40 2020-06-13] 178: Checking tracker ** [09:25:40 2020-06-13] 178: Checking user_migrations ** [09:25:40 2020-06-13] 178: Checking batch_updates ** [09:25:40 2020-06-13] 178: Checking gears ** [09:25:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:25:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:45 2020-06-13] 178: Checking imports ** [09:25:45 2020-06-13] 178: Checking exports ** [09:25:45 2020-06-13] 178: Checking users ** [09:25:45 2020-06-13] 178: Checking user_dbs ** [09:25:45 2020-06-13] 178: Checking geocodings ** [09:25:45 2020-06-13] 178: Checking synchronizations ** [09:25:45 2020-06-13] 178: Checking tracker ** [09:25:45 2020-06-13] 178: Checking user_migrations ** [09:25:45 2020-06-13] 178: Checking batch_updates ** [09:25:45 2020-06-13] 178: Checking gears ** [09:25:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:25:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:50 2020-06-13] 178: Checking imports ** [09:25:50 2020-06-13] 178: Checking exports ** [09:25:50 2020-06-13] 178: Checking users ** [09:25:50 2020-06-13] 178: Checking user_dbs ** [09:25:50 2020-06-13] 178: Checking geocodings ** [09:25:50 2020-06-13] 178: Checking synchronizations ** [09:25:50 2020-06-13] 178: Checking tracker ** [09:25:50 2020-06-13] 178: Checking user_migrations ** [09:25:50 2020-06-13] 178: Checking batch_updates ** [09:25:50 2020-06-13] 178: Checking gears ** [09:25:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:25:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:55 2020-06-13] 178: Checking imports ** [09:25:55 2020-06-13] 178: Checking exports ** [09:25:55 2020-06-13] 178: Checking users ** [09:25:55 2020-06-13] 178: Checking user_dbs ** [09:25:55 2020-06-13] 178: Checking geocodings ** [09:25:55 2020-06-13] 178: Checking synchronizations ** [09:25:55 2020-06-13] 178: Checking tracker ** [09:25:55 2020-06-13] 178: Checking user_migrations ** [09:25:55 2020-06-13] 178: Checking batch_updates ** [09:25:55 2020-06-13] 178: Checking gears ** [09:25:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:25:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:00 2020-06-13] 178: Checking imports ** [09:26:00 2020-06-13] 178: Checking exports ** [09:26:00 2020-06-13] 178: Checking users ** [09:26:00 2020-06-13] 178: Checking user_dbs ** [09:26:00 2020-06-13] 178: Checking geocodings ** [09:26:00 2020-06-13] 178: Checking synchronizations ** [09:26:00 2020-06-13] 178: Checking tracker ** [09:26:00 2020-06-13] 178: Checking user_migrations ** [09:26:00 2020-06-13] 178: Checking batch_updates ** [09:26:00 2020-06-13] 178: Checking gears ** [09:26:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:26:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:05 2020-06-13] 178: Checking imports ** [09:26:05 2020-06-13] 178: Checking exports ** [09:26:05 2020-06-13] 178: Checking users ** [09:26:05 2020-06-13] 178: Checking user_dbs ** [09:26:05 2020-06-13] 178: Checking geocodings ** [09:26:05 2020-06-13] 178: Checking synchronizations ** [09:26:05 2020-06-13] 178: Checking tracker ** [09:26:05 2020-06-13] 178: Checking user_migrations ** [09:26:05 2020-06-13] 178: Checking batch_updates ** [09:26:05 2020-06-13] 178: Checking gears ** [09:26:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:26:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:10 2020-06-13] 178: Checking imports ** [09:26:10 2020-06-13] 178: Checking exports ** [09:26:10 2020-06-13] 178: Checking users ** [09:26:10 2020-06-13] 178: Checking user_dbs ** [09:26:10 2020-06-13] 178: Checking geocodings ** [09:26:10 2020-06-13] 178: Checking synchronizations ** [09:26:10 2020-06-13] 178: Checking tracker ** [09:26:10 2020-06-13] 178: Checking user_migrations ** [09:26:10 2020-06-13] 178: Checking batch_updates ** [09:26:10 2020-06-13] 178: Checking gears ** [09:26:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:26:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:15 2020-06-13] 178: Checking imports ** [09:26:15 2020-06-13] 178: Checking exports ** [09:26:15 2020-06-13] 178: Checking users ** [09:26:15 2020-06-13] 178: Checking user_dbs ** [09:26:15 2020-06-13] 178: Checking geocodings ** [09:26:15 2020-06-13] 178: Checking synchronizations ** [09:26:15 2020-06-13] 178: Checking tracker ** [09:26:15 2020-06-13] 178: Checking user_migrations ** [09:26:15 2020-06-13] 178: Checking batch_updates ** [09:26:15 2020-06-13] 178: Checking gears ** [09:26:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:26:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:20 2020-06-13] 178: Checking imports ** [09:26:20 2020-06-13] 178: Checking exports ** [09:26:20 2020-06-13] 178: Checking users ** [09:26:20 2020-06-13] 178: Checking user_dbs ** [09:26:20 2020-06-13] 178: Checking geocodings ** [09:26:20 2020-06-13] 178: Checking synchronizations ** [09:26:20 2020-06-13] 178: Checking tracker ** [09:26:20 2020-06-13] 178: Checking user_migrations ** [09:26:20 2020-06-13] 178: Checking batch_updates ** [09:26:20 2020-06-13] 178: Checking gears ** [09:26:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:26:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:25 2020-06-13] 178: Checking imports ** [09:26:25 2020-06-13] 178: Checking exports ** [09:26:25 2020-06-13] 178: Checking users ** [09:26:25 2020-06-13] 178: Checking user_dbs ** [09:26:25 2020-06-13] 178: Checking geocodings ** [09:26:25 2020-06-13] 178: Checking synchronizations ** [09:26:25 2020-06-13] 178: Checking tracker ** [09:26:25 2020-06-13] 178: Checking user_migrations ** [09:26:25 2020-06-13] 178: Checking batch_updates ** [09:26:25 2020-06-13] 178: Checking gears ** [09:26:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:26:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:30 2020-06-13] 178: Checking imports ** [09:26:30 2020-06-13] 178: Checking exports ** [09:26:30 2020-06-13] 178: Checking users ** [09:26:30 2020-06-13] 178: Checking user_dbs ** [09:26:30 2020-06-13] 178: Checking geocodings ** [09:26:30 2020-06-13] 178: Checking synchronizations ** [09:26:30 2020-06-13] 178: Checking tracker ** [09:26:30 2020-06-13] 178: Checking user_migrations ** [09:26:30 2020-06-13] 178: Checking batch_updates ** [09:26:30 2020-06-13] 178: Checking gears ** [09:26:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:26:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:35 2020-06-13] 178: Checking imports ** [09:26:35 2020-06-13] 178: Checking exports ** [09:26:35 2020-06-13] 178: Checking users ** [09:26:35 2020-06-13] 178: Checking user_dbs ** [09:26:35 2020-06-13] 178: Checking geocodings ** [09:26:35 2020-06-13] 178: Checking synchronizations ** [09:26:35 2020-06-13] 178: Checking tracker ** [09:26:35 2020-06-13] 178: Checking user_migrations ** [09:26:35 2020-06-13] 178: Checking batch_updates ** [09:26:35 2020-06-13] 178: Checking gears ** [09:26:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:26:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:40 2020-06-13] 178: Checking imports ** [09:26:40 2020-06-13] 178: Checking exports ** [09:26:40 2020-06-13] 178: Checking users ** [09:26:40 2020-06-13] 178: Checking user_dbs ** [09:26:40 2020-06-13] 178: Checking geocodings ** [09:26:40 2020-06-13] 178: Checking synchronizations ** [09:26:40 2020-06-13] 178: Checking tracker ** [09:26:40 2020-06-13] 178: Checking user_migrations ** [09:26:40 2020-06-13] 178: Checking batch_updates ** [09:26:40 2020-06-13] 178: Checking gears ** [09:26:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:26:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:45 2020-06-13] 178: Checking imports ** [09:26:45 2020-06-13] 178: Checking exports ** [09:26:45 2020-06-13] 178: Checking users ** [09:26:45 2020-06-13] 178: Checking user_dbs ** [09:26:45 2020-06-13] 178: Checking geocodings ** [09:26:45 2020-06-13] 178: Checking synchronizations ** [09:26:45 2020-06-13] 178: Checking tracker ** [09:26:45 2020-06-13] 178: Checking user_migrations ** [09:26:45 2020-06-13] 178: Checking batch_updates ** [09:26:45 2020-06-13] 178: Checking gears ** [09:26:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:26:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:50 2020-06-13] 178: Checking imports ** [09:26:50 2020-06-13] 178: Checking exports ** [09:26:50 2020-06-13] 178: Checking users ** [09:26:50 2020-06-13] 178: Checking user_dbs ** [09:26:50 2020-06-13] 178: Checking geocodings ** [09:26:50 2020-06-13] 178: Checking synchronizations ** [09:26:50 2020-06-13] 178: Checking tracker ** [09:26:50 2020-06-13] 178: Checking user_migrations ** [09:26:50 2020-06-13] 178: Checking batch_updates ** [09:26:50 2020-06-13] 178: Checking gears ** [09:26:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:26:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:55 2020-06-13] 178: Checking imports ** [09:26:55 2020-06-13] 178: Checking exports ** [09:26:55 2020-06-13] 178: Checking users ** [09:26:55 2020-06-13] 178: Checking user_dbs ** [09:26:55 2020-06-13] 178: Checking geocodings ** [09:26:55 2020-06-13] 178: Checking synchronizations ** [09:26:55 2020-06-13] 178: Checking tracker ** [09:26:55 2020-06-13] 178: Checking user_migrations ** [09:26:55 2020-06-13] 178: Checking batch_updates ** [09:26:55 2020-06-13] 178: Checking gears ** [09:26:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:26:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:00 2020-06-13] 178: Checking imports ** [09:27:00 2020-06-13] 178: Checking exports ** [09:27:00 2020-06-13] 178: Checking users ** [09:27:00 2020-06-13] 178: Checking user_dbs ** [09:27:00 2020-06-13] 178: Checking geocodings ** [09:27:00 2020-06-13] 178: Checking synchronizations ** [09:27:00 2020-06-13] 178: Checking tracker ** [09:27:00 2020-06-13] 178: Checking user_migrations ** [09:27:00 2020-06-13] 178: Checking batch_updates ** [09:27:00 2020-06-13] 178: Checking gears ** [09:27:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:27:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:05 2020-06-13] 178: Checking imports ** [09:27:05 2020-06-13] 178: Checking exports ** [09:27:05 2020-06-13] 178: Checking users ** [09:27:05 2020-06-13] 178: Checking user_dbs ** [09:27:05 2020-06-13] 178: Checking geocodings ** [09:27:05 2020-06-13] 178: Checking synchronizations ** [09:27:05 2020-06-13] 178: Checking tracker ** [09:27:05 2020-06-13] 178: Checking user_migrations ** [09:27:05 2020-06-13] 178: Checking batch_updates ** [09:27:05 2020-06-13] 178: Checking gears ** [09:27:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:27:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:10 2020-06-13] 178: Checking imports ** [09:27:10 2020-06-13] 178: Checking exports ** [09:27:10 2020-06-13] 178: Checking users ** [09:27:10 2020-06-13] 178: Checking user_dbs ** [09:27:10 2020-06-13] 178: Checking geocodings ** [09:27:10 2020-06-13] 178: Checking synchronizations ** [09:27:10 2020-06-13] 178: Checking tracker ** [09:27:10 2020-06-13] 178: Checking user_migrations ** [09:27:10 2020-06-13] 178: Checking batch_updates ** [09:27:10 2020-06-13] 178: Checking gears ** [09:27:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:27:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:15 2020-06-13] 178: Checking imports ** [09:27:15 2020-06-13] 178: Checking exports ** [09:27:15 2020-06-13] 178: Checking users ** [09:27:15 2020-06-13] 178: Checking user_dbs ** [09:27:15 2020-06-13] 178: Checking geocodings ** [09:27:15 2020-06-13] 178: Checking synchronizations ** [09:27:15 2020-06-13] 178: Checking tracker ** [09:27:15 2020-06-13] 178: Checking user_migrations ** [09:27:15 2020-06-13] 178: Checking batch_updates ** [09:27:15 2020-06-13] 178: Checking gears ** [09:27:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:27:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:20 2020-06-13] 178: Checking imports ** [09:27:20 2020-06-13] 178: Checking exports ** [09:27:20 2020-06-13] 178: Checking users ** [09:27:20 2020-06-13] 178: Checking user_dbs ** [09:27:20 2020-06-13] 178: Checking geocodings ** [09:27:20 2020-06-13] 178: Checking synchronizations ** [09:27:20 2020-06-13] 178: Checking tracker ** [09:27:20 2020-06-13] 178: Checking user_migrations ** [09:27:20 2020-06-13] 178: Checking batch_updates ** [09:27:20 2020-06-13] 178: Checking gears ** [09:27:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:27:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:25 2020-06-13] 178: Checking imports ** [09:27:25 2020-06-13] 178: Checking exports ** [09:27:25 2020-06-13] 178: Checking users ** [09:27:25 2020-06-13] 178: Checking user_dbs ** [09:27:25 2020-06-13] 178: Checking geocodings ** [09:27:25 2020-06-13] 178: Checking synchronizations ** [09:27:25 2020-06-13] 178: Checking tracker ** [09:27:25 2020-06-13] 178: Checking user_migrations ** [09:27:25 2020-06-13] 178: Checking batch_updates ** [09:27:25 2020-06-13] 178: Checking gears ** [09:27:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:27:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:30 2020-06-13] 178: Checking imports ** [09:27:30 2020-06-13] 178: Checking exports ** [09:27:30 2020-06-13] 178: Checking users ** [09:27:30 2020-06-13] 178: Checking user_dbs ** [09:27:30 2020-06-13] 178: Checking geocodings ** [09:27:30 2020-06-13] 178: Checking synchronizations ** [09:27:30 2020-06-13] 178: Checking tracker ** [09:27:30 2020-06-13] 178: Checking user_migrations ** [09:27:30 2020-06-13] 178: Checking batch_updates ** [09:27:30 2020-06-13] 178: Checking gears ** [09:27:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:27:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:35 2020-06-13] 178: Checking imports ** [09:27:35 2020-06-13] 178: Checking exports ** [09:27:35 2020-06-13] 178: Checking users ** [09:27:35 2020-06-13] 178: Checking user_dbs ** [09:27:35 2020-06-13] 178: Checking geocodings ** [09:27:35 2020-06-13] 178: Checking synchronizations ** [09:27:35 2020-06-13] 178: Checking tracker ** [09:27:35 2020-06-13] 178: Checking user_migrations ** [09:27:35 2020-06-13] 178: Checking batch_updates ** [09:27:35 2020-06-13] 178: Checking gears ** [09:27:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:27:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:40 2020-06-13] 178: Checking imports ** [09:27:40 2020-06-13] 178: Checking exports ** [09:27:40 2020-06-13] 178: Checking users ** [09:27:40 2020-06-13] 178: Checking user_dbs ** [09:27:40 2020-06-13] 178: Checking geocodings ** [09:27:40 2020-06-13] 178: Checking synchronizations ** [09:27:40 2020-06-13] 178: Checking tracker ** [09:27:40 2020-06-13] 178: Checking user_migrations ** [09:27:40 2020-06-13] 178: Checking batch_updates ** [09:27:40 2020-06-13] 178: Checking gears ** [09:27:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:27:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:45 2020-06-13] 178: Checking imports ** [09:27:45 2020-06-13] 178: Checking exports ** [09:27:45 2020-06-13] 178: Checking users ** [09:27:45 2020-06-13] 178: Checking user_dbs ** [09:27:45 2020-06-13] 178: Checking geocodings ** [09:27:45 2020-06-13] 178: Checking synchronizations ** [09:27:45 2020-06-13] 178: Checking tracker ** [09:27:45 2020-06-13] 178: Checking user_migrations ** [09:27:45 2020-06-13] 178: Checking batch_updates ** [09:27:45 2020-06-13] 178: Checking gears ** [09:27:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:27:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:50 2020-06-13] 178: Checking imports ** [09:27:50 2020-06-13] 178: Checking exports ** [09:27:50 2020-06-13] 178: Checking users ** [09:27:50 2020-06-13] 178: Checking user_dbs ** [09:27:50 2020-06-13] 178: Checking geocodings ** [09:27:50 2020-06-13] 178: Checking synchronizations ** [09:27:50 2020-06-13] 178: Checking tracker ** [09:27:50 2020-06-13] 178: Checking user_migrations ** [09:27:50 2020-06-13] 178: Checking batch_updates ** [09:27:50 2020-06-13] 178: Checking gears ** [09:27:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:27:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:55 2020-06-13] 178: Checking imports ** [09:27:55 2020-06-13] 178: Checking exports ** [09:27:55 2020-06-13] 178: Checking users ** [09:27:55 2020-06-13] 178: Checking user_dbs ** [09:27:55 2020-06-13] 178: Checking geocodings ** [09:27:55 2020-06-13] 178: Checking synchronizations ** [09:27:55 2020-06-13] 178: Checking tracker ** [09:27:55 2020-06-13] 178: Checking user_migrations ** [09:27:55 2020-06-13] 178: Checking batch_updates ** [09:27:55 2020-06-13] 178: Checking gears ** [09:27:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:27:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:00 2020-06-13] 178: Checking imports ** [09:28:00 2020-06-13] 178: Checking exports ** [09:28:00 2020-06-13] 178: Checking users ** [09:28:00 2020-06-13] 178: Checking user_dbs ** [09:28:00 2020-06-13] 178: Checking geocodings ** [09:28:00 2020-06-13] 178: Checking synchronizations ** [09:28:00 2020-06-13] 178: Checking tracker ** [09:28:00 2020-06-13] 178: Checking user_migrations ** [09:28:00 2020-06-13] 178: Checking batch_updates ** [09:28:00 2020-06-13] 178: Checking gears ** [09:28:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:28:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:05 2020-06-13] 178: Checking imports ** [09:28:05 2020-06-13] 178: Checking exports ** [09:28:05 2020-06-13] 178: Checking users ** [09:28:05 2020-06-13] 178: Checking user_dbs ** [09:28:05 2020-06-13] 178: Checking geocodings ** [09:28:05 2020-06-13] 178: Checking synchronizations ** [09:28:05 2020-06-13] 178: Checking tracker ** [09:28:05 2020-06-13] 178: Checking user_migrations ** [09:28:05 2020-06-13] 178: Checking batch_updates ** [09:28:05 2020-06-13] 178: Checking gears ** [09:28:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:28:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:10 2020-06-13] 178: Checking imports ** [09:28:10 2020-06-13] 178: Checking exports ** [09:28:10 2020-06-13] 178: Checking users ** [09:28:10 2020-06-13] 178: Checking user_dbs ** [09:28:10 2020-06-13] 178: Checking geocodings ** [09:28:10 2020-06-13] 178: Checking synchronizations ** [09:28:10 2020-06-13] 178: Checking tracker ** [09:28:10 2020-06-13] 178: Checking user_migrations ** [09:28:10 2020-06-13] 178: Checking batch_updates ** [09:28:10 2020-06-13] 178: Checking gears ** [09:28:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:28:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:15 2020-06-13] 178: Checking imports ** [09:28:15 2020-06-13] 178: Checking exports ** [09:28:15 2020-06-13] 178: Checking users ** [09:28:15 2020-06-13] 178: Checking user_dbs ** [09:28:15 2020-06-13] 178: Checking geocodings ** [09:28:15 2020-06-13] 178: Checking synchronizations ** [09:28:15 2020-06-13] 178: Checking tracker ** [09:28:15 2020-06-13] 178: Checking user_migrations ** [09:28:15 2020-06-13] 178: Checking batch_updates ** [09:28:15 2020-06-13] 178: Checking gears ** [09:28:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:28:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:20 2020-06-13] 178: Checking imports ** [09:28:20 2020-06-13] 178: Checking exports ** [09:28:20 2020-06-13] 178: Checking users ** [09:28:20 2020-06-13] 178: Checking user_dbs ** [09:28:20 2020-06-13] 178: Checking geocodings ** [09:28:20 2020-06-13] 178: Checking synchronizations ** [09:28:20 2020-06-13] 178: Checking tracker ** [09:28:20 2020-06-13] 178: Checking user_migrations ** [09:28:20 2020-06-13] 178: Checking batch_updates ** [09:28:20 2020-06-13] 178: Checking gears ** [09:28:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:28:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:25 2020-06-13] 178: Checking imports ** [09:28:25 2020-06-13] 178: Checking exports ** [09:28:25 2020-06-13] 178: Checking users ** [09:28:25 2020-06-13] 178: Checking user_dbs ** [09:28:25 2020-06-13] 178: Checking geocodings ** [09:28:25 2020-06-13] 178: Checking synchronizations ** [09:28:25 2020-06-13] 178: Checking tracker ** [09:28:25 2020-06-13] 178: Checking user_migrations ** [09:28:25 2020-06-13] 178: Checking batch_updates ** [09:28:25 2020-06-13] 178: Checking gears ** [09:28:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:28:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:30 2020-06-13] 178: Checking imports ** [09:28:30 2020-06-13] 178: Checking exports ** [09:28:30 2020-06-13] 178: Checking users ** [09:28:30 2020-06-13] 178: Checking user_dbs ** [09:28:30 2020-06-13] 178: Checking geocodings ** [09:28:30 2020-06-13] 178: Checking synchronizations ** [09:28:30 2020-06-13] 178: Checking tracker ** [09:28:30 2020-06-13] 178: Checking user_migrations ** [09:28:30 2020-06-13] 178: Checking batch_updates ** [09:28:30 2020-06-13] 178: Checking gears ** [09:28:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:28:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:35 2020-06-13] 178: Checking imports ** [09:28:35 2020-06-13] 178: Checking exports ** [09:28:35 2020-06-13] 178: Checking users ** [09:28:35 2020-06-13] 178: Checking user_dbs ** [09:28:35 2020-06-13] 178: Checking geocodings ** [09:28:35 2020-06-13] 178: Checking synchronizations ** [09:28:35 2020-06-13] 178: Checking tracker ** [09:28:35 2020-06-13] 178: Checking user_migrations ** [09:28:35 2020-06-13] 178: Checking batch_updates ** [09:28:35 2020-06-13] 178: Checking gears ** [09:28:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:28:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:40 2020-06-13] 178: Checking imports ** [09:28:40 2020-06-13] 178: Checking exports ** [09:28:40 2020-06-13] 178: Checking users ** [09:28:40 2020-06-13] 178: Checking user_dbs ** [09:28:40 2020-06-13] 178: Checking geocodings ** [09:28:40 2020-06-13] 178: Checking synchronizations ** [09:28:40 2020-06-13] 178: Checking tracker ** [09:28:40 2020-06-13] 178: Checking user_migrations ** [09:28:40 2020-06-13] 178: Checking batch_updates ** [09:28:40 2020-06-13] 178: Checking gears ** [09:28:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:28:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:45 2020-06-13] 178: Checking imports ** [09:28:45 2020-06-13] 178: Checking exports ** [09:28:45 2020-06-13] 178: Checking users ** [09:28:45 2020-06-13] 178: Checking user_dbs ** [09:28:45 2020-06-13] 178: Checking geocodings ** [09:28:45 2020-06-13] 178: Checking synchronizations ** [09:28:45 2020-06-13] 178: Checking tracker ** [09:28:45 2020-06-13] 178: Checking user_migrations ** [09:28:45 2020-06-13] 178: Checking batch_updates ** [09:28:45 2020-06-13] 178: Checking gears ** [09:28:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:28:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:50 2020-06-13] 178: Checking imports ** [09:28:50 2020-06-13] 178: Checking exports ** [09:28:50 2020-06-13] 178: Checking users ** [09:28:50 2020-06-13] 178: Checking user_dbs ** [09:28:50 2020-06-13] 178: Checking geocodings ** [09:28:50 2020-06-13] 178: Checking synchronizations ** [09:28:50 2020-06-13] 178: Checking tracker ** [09:28:50 2020-06-13] 178: Checking user_migrations ** [09:28:50 2020-06-13] 178: Checking batch_updates ** [09:28:50 2020-06-13] 178: Checking gears ** [09:28:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:28:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:55 2020-06-13] 178: Checking imports ** [09:28:55 2020-06-13] 178: Checking exports ** [09:28:55 2020-06-13] 178: Checking users ** [09:28:55 2020-06-13] 178: Checking user_dbs ** [09:28:55 2020-06-13] 178: Checking geocodings ** [09:28:55 2020-06-13] 178: Checking synchronizations ** [09:28:55 2020-06-13] 178: Checking tracker ** [09:28:55 2020-06-13] 178: Checking user_migrations ** [09:28:55 2020-06-13] 178: Checking batch_updates ** [09:28:55 2020-06-13] 178: Checking gears ** [09:28:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:28:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:00 2020-06-13] 178: Checking imports ** [09:29:00 2020-06-13] 178: Checking exports ** [09:29:00 2020-06-13] 178: Checking users ** [09:29:00 2020-06-13] 178: Checking user_dbs ** [09:29:00 2020-06-13] 178: Checking geocodings ** [09:29:00 2020-06-13] 178: Checking synchronizations ** [09:29:00 2020-06-13] 178: Checking tracker ** [09:29:00 2020-06-13] 178: Checking user_migrations ** [09:29:00 2020-06-13] 178: Checking batch_updates ** [09:29:00 2020-06-13] 178: Checking gears ** [09:29:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:29:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:05 2020-06-13] 178: Checking imports ** [09:29:05 2020-06-13] 178: Checking exports ** [09:29:05 2020-06-13] 178: Checking users ** [09:29:05 2020-06-13] 178: Checking user_dbs ** [09:29:05 2020-06-13] 178: Checking geocodings ** [09:29:05 2020-06-13] 178: Checking synchronizations ** [09:29:05 2020-06-13] 178: Checking tracker ** [09:29:05 2020-06-13] 178: Checking user_migrations ** [09:29:05 2020-06-13] 178: Checking batch_updates ** [09:29:05 2020-06-13] 178: Checking gears ** [09:29:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:29:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:10 2020-06-13] 178: Checking imports ** [09:29:10 2020-06-13] 178: Checking exports ** [09:29:10 2020-06-13] 178: Checking users ** [09:29:10 2020-06-13] 178: Checking user_dbs ** [09:29:10 2020-06-13] 178: Checking geocodings ** [09:29:10 2020-06-13] 178: Checking synchronizations ** [09:29:10 2020-06-13] 178: Checking tracker ** [09:29:10 2020-06-13] 178: Checking user_migrations ** [09:29:10 2020-06-13] 178: Checking batch_updates ** [09:29:10 2020-06-13] 178: Checking gears ** [09:29:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:29:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:15 2020-06-13] 178: Checking imports ** [09:29:15 2020-06-13] 178: Checking exports ** [09:29:15 2020-06-13] 178: Checking users ** [09:29:15 2020-06-13] 178: Checking user_dbs ** [09:29:15 2020-06-13] 178: Checking geocodings ** [09:29:15 2020-06-13] 178: Checking synchronizations ** [09:29:15 2020-06-13] 178: Checking tracker ** [09:29:15 2020-06-13] 178: Checking user_migrations ** [09:29:15 2020-06-13] 178: Checking batch_updates ** [09:29:15 2020-06-13] 178: Checking gears ** [09:29:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:29:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:20 2020-06-13] 178: Checking imports ** [09:29:20 2020-06-13] 178: Checking exports ** [09:29:20 2020-06-13] 178: Checking users ** [09:29:20 2020-06-13] 178: Checking user_dbs ** [09:29:20 2020-06-13] 178: Checking geocodings ** [09:29:20 2020-06-13] 178: Checking synchronizations ** [09:29:20 2020-06-13] 178: Checking tracker ** [09:29:20 2020-06-13] 178: Checking user_migrations ** [09:29:20 2020-06-13] 178: Checking batch_updates ** [09:29:20 2020-06-13] 178: Checking gears ** [09:29:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:29:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:25 2020-06-13] 178: Checking imports ** [09:29:25 2020-06-13] 178: Checking exports ** [09:29:25 2020-06-13] 178: Checking users ** [09:29:25 2020-06-13] 178: Checking user_dbs ** [09:29:25 2020-06-13] 178: Checking geocodings ** [09:29:25 2020-06-13] 178: Checking synchronizations ** [09:29:25 2020-06-13] 178: Checking tracker ** [09:29:25 2020-06-13] 178: Checking user_migrations ** [09:29:25 2020-06-13] 178: Checking batch_updates ** [09:29:25 2020-06-13] 178: Checking gears ** [09:29:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:29:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:30 2020-06-13] 178: Checking imports ** [09:29:30 2020-06-13] 178: Checking exports ** [09:29:30 2020-06-13] 178: Checking users ** [09:29:30 2020-06-13] 178: Checking user_dbs ** [09:29:30 2020-06-13] 178: Checking geocodings ** [09:29:30 2020-06-13] 178: Checking synchronizations ** [09:29:30 2020-06-13] 178: Checking tracker ** [09:29:30 2020-06-13] 178: Checking user_migrations ** [09:29:30 2020-06-13] 178: Checking batch_updates ** [09:29:30 2020-06-13] 178: Checking gears ** [09:29:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:29:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:35 2020-06-13] 178: Checking imports ** [09:29:35 2020-06-13] 178: Checking exports ** [09:29:35 2020-06-13] 178: Checking users ** [09:29:35 2020-06-13] 178: Checking user_dbs ** [09:29:35 2020-06-13] 178: Checking geocodings ** [09:29:35 2020-06-13] 178: Checking synchronizations ** [09:29:35 2020-06-13] 178: Checking tracker ** [09:29:35 2020-06-13] 178: Checking user_migrations ** [09:29:35 2020-06-13] 178: Checking batch_updates ** [09:29:35 2020-06-13] 178: Checking gears ** [09:29:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:29:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:40 2020-06-13] 178: Checking imports ** [09:29:40 2020-06-13] 178: Checking exports ** [09:29:40 2020-06-13] 178: Checking users ** [09:29:40 2020-06-13] 178: Checking user_dbs ** [09:29:40 2020-06-13] 178: Checking geocodings ** [09:29:40 2020-06-13] 178: Checking synchronizations ** [09:29:40 2020-06-13] 178: Checking tracker ** [09:29:40 2020-06-13] 178: Checking user_migrations ** [09:29:40 2020-06-13] 178: Checking batch_updates ** [09:29:40 2020-06-13] 178: Checking gears ** [09:29:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:29:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:45 2020-06-13] 178: Checking imports ** [09:29:45 2020-06-13] 178: Checking exports ** [09:29:45 2020-06-13] 178: Checking users ** [09:29:45 2020-06-13] 178: Checking user_dbs ** [09:29:45 2020-06-13] 178: Checking geocodings ** [09:29:45 2020-06-13] 178: Checking synchronizations ** [09:29:45 2020-06-13] 178: Checking tracker ** [09:29:45 2020-06-13] 178: Checking user_migrations ** [09:29:45 2020-06-13] 178: Checking batch_updates ** [09:29:45 2020-06-13] 178: Checking gears ** [09:29:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:29:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:50 2020-06-13] 178: Checking imports ** [09:29:50 2020-06-13] 178: Checking exports ** [09:29:50 2020-06-13] 178: Checking users ** [09:29:50 2020-06-13] 178: Checking user_dbs ** [09:29:50 2020-06-13] 178: Checking geocodings ** [09:29:50 2020-06-13] 178: Checking synchronizations ** [09:29:50 2020-06-13] 178: Checking tracker ** [09:29:50 2020-06-13] 178: Checking user_migrations ** [09:29:50 2020-06-13] 178: Checking batch_updates ** [09:29:50 2020-06-13] 178: Checking gears ** [09:29:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:29:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:55 2020-06-13] 178: Checking imports ** [09:29:55 2020-06-13] 178: Checking exports ** [09:29:55 2020-06-13] 178: Checking users ** [09:29:55 2020-06-13] 178: Checking user_dbs ** [09:29:55 2020-06-13] 178: Checking geocodings ** [09:29:55 2020-06-13] 178: Checking synchronizations ** [09:29:55 2020-06-13] 178: Checking tracker ** [09:29:55 2020-06-13] 178: Checking user_migrations ** [09:29:55 2020-06-13] 178: Checking batch_updates ** [09:29:55 2020-06-13] 178: Checking gears ** [09:29:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:29:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:00 2020-06-13] 178: Checking imports ** [09:30:00 2020-06-13] 178: Checking exports ** [09:30:00 2020-06-13] 178: Checking users ** [09:30:00 2020-06-13] 178: Checking user_dbs ** [09:30:00 2020-06-13] 178: Checking geocodings ** [09:30:00 2020-06-13] 178: Checking synchronizations ** [09:30:00 2020-06-13] 178: Checking tracker ** [09:30:00 2020-06-13] 178: Checking user_migrations ** [09:30:00 2020-06-13] 178: Checking batch_updates ** [09:30:00 2020-06-13] 178: Checking gears ** [09:30:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:30:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:05 2020-06-13] 178: Checking imports ** [09:30:05 2020-06-13] 178: Checking exports ** [09:30:05 2020-06-13] 178: Checking users ** [09:30:05 2020-06-13] 178: Checking user_dbs ** [09:30:05 2020-06-13] 178: Checking geocodings ** [09:30:05 2020-06-13] 178: Checking synchronizations ** [09:30:05 2020-06-13] 178: Checking tracker ** [09:30:05 2020-06-13] 178: Checking user_migrations ** [09:30:05 2020-06-13] 178: Checking batch_updates ** [09:30:05 2020-06-13] 178: Checking gears ** [09:30:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:30:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:10 2020-06-13] 178: Checking imports ** [09:30:10 2020-06-13] 178: Checking exports ** [09:30:10 2020-06-13] 178: Checking users ** [09:30:10 2020-06-13] 178: Checking user_dbs ** [09:30:10 2020-06-13] 178: Checking geocodings ** [09:30:10 2020-06-13] 178: Checking synchronizations ** [09:30:10 2020-06-13] 178: Checking tracker ** [09:30:10 2020-06-13] 178: Checking user_migrations ** [09:30:10 2020-06-13] 178: Checking batch_updates ** [09:30:10 2020-06-13] 178: Checking gears ** [09:30:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:30:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:15 2020-06-13] 178: Checking imports ** [09:30:15 2020-06-13] 178: Checking exports ** [09:30:15 2020-06-13] 178: Checking users ** [09:30:15 2020-06-13] 178: Checking user_dbs ** [09:30:15 2020-06-13] 178: Checking geocodings ** [09:30:15 2020-06-13] 178: Checking synchronizations ** [09:30:15 2020-06-13] 178: Checking tracker ** [09:30:15 2020-06-13] 178: Checking user_migrations ** [09:30:15 2020-06-13] 178: Checking batch_updates ** [09:30:15 2020-06-13] 178: Checking gears ** [09:30:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:30:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:20 2020-06-13] 178: Checking imports ** [09:30:20 2020-06-13] 178: Checking exports ** [09:30:20 2020-06-13] 178: Checking users ** [09:30:20 2020-06-13] 178: Checking user_dbs ** [09:30:20 2020-06-13] 178: Checking geocodings ** [09:30:20 2020-06-13] 178: Checking synchronizations ** [09:30:20 2020-06-13] 178: Checking tracker ** [09:30:20 2020-06-13] 178: Checking user_migrations ** [09:30:20 2020-06-13] 178: Checking batch_updates ** [09:30:20 2020-06-13] 178: Checking gears ** [09:30:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:30:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:25 2020-06-13] 178: Checking imports ** [09:30:25 2020-06-13] 178: Checking exports ** [09:30:25 2020-06-13] 178: Checking users ** [09:30:25 2020-06-13] 178: Checking user_dbs ** [09:30:25 2020-06-13] 178: Checking geocodings ** [09:30:25 2020-06-13] 178: Checking synchronizations ** [09:30:25 2020-06-13] 178: Checking tracker ** [09:30:25 2020-06-13] 178: Checking user_migrations ** [09:30:25 2020-06-13] 178: Checking batch_updates ** [09:30:25 2020-06-13] 178: Checking gears ** [09:30:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:30:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:30 2020-06-13] 178: Checking imports ** [09:30:30 2020-06-13] 178: Checking exports ** [09:30:30 2020-06-13] 178: Checking users ** [09:30:30 2020-06-13] 178: Checking user_dbs ** [09:30:30 2020-06-13] 178: Checking geocodings ** [09:30:30 2020-06-13] 178: Checking synchronizations ** [09:30:30 2020-06-13] 178: Checking tracker ** [09:30:30 2020-06-13] 178: Checking user_migrations ** [09:30:30 2020-06-13] 178: Checking batch_updates ** [09:30:30 2020-06-13] 178: Checking gears ** [09:30:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:30:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:35 2020-06-13] 178: Checking imports ** [09:30:35 2020-06-13] 178: Checking exports ** [09:30:35 2020-06-13] 178: Checking users ** [09:30:35 2020-06-13] 178: Checking user_dbs ** [09:30:35 2020-06-13] 178: Checking geocodings ** [09:30:35 2020-06-13] 178: Checking synchronizations ** [09:30:35 2020-06-13] 178: Checking tracker ** [09:30:35 2020-06-13] 178: Checking user_migrations ** [09:30:35 2020-06-13] 178: Checking batch_updates ** [09:30:35 2020-06-13] 178: Checking gears ** [09:30:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:30:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:40 2020-06-13] 178: Checking imports ** [09:30:40 2020-06-13] 178: Checking exports ** [09:30:40 2020-06-13] 178: Checking users ** [09:30:40 2020-06-13] 178: Checking user_dbs ** [09:30:40 2020-06-13] 178: Checking geocodings ** [09:30:40 2020-06-13] 178: Checking synchronizations ** [09:30:40 2020-06-13] 178: Checking tracker ** [09:30:40 2020-06-13] 178: Checking user_migrations ** [09:30:40 2020-06-13] 178: Checking batch_updates ** [09:30:40 2020-06-13] 178: Checking gears ** [09:30:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:30:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:45 2020-06-13] 178: Checking imports ** [09:30:45 2020-06-13] 178: Checking exports ** [09:30:45 2020-06-13] 178: Checking users ** [09:30:45 2020-06-13] 178: Checking user_dbs ** [09:30:45 2020-06-13] 178: Checking geocodings ** [09:30:45 2020-06-13] 178: Checking synchronizations ** [09:30:45 2020-06-13] 178: Checking tracker ** [09:30:45 2020-06-13] 178: Checking user_migrations ** [09:30:45 2020-06-13] 178: Checking batch_updates ** [09:30:45 2020-06-13] 178: Checking gears ** [09:30:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:30:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:50 2020-06-13] 178: Checking imports ** [09:30:50 2020-06-13] 178: Checking exports ** [09:30:50 2020-06-13] 178: Checking users ** [09:30:50 2020-06-13] 178: Checking user_dbs ** [09:30:50 2020-06-13] 178: Checking geocodings ** [09:30:50 2020-06-13] 178: Checking synchronizations ** [09:30:50 2020-06-13] 178: Checking tracker ** [09:30:50 2020-06-13] 178: Checking user_migrations ** [09:30:50 2020-06-13] 178: Checking batch_updates ** [09:30:50 2020-06-13] 178: Checking gears ** [09:30:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:30:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:55 2020-06-13] 178: Checking imports ** [09:30:55 2020-06-13] 178: Checking exports ** [09:30:55 2020-06-13] 178: Checking users ** [09:30:55 2020-06-13] 178: Checking user_dbs ** [09:30:55 2020-06-13] 178: Checking geocodings ** [09:30:55 2020-06-13] 178: Checking synchronizations ** [09:30:55 2020-06-13] 178: Checking tracker ** [09:30:55 2020-06-13] 178: Checking user_migrations ** [09:30:55 2020-06-13] 178: Checking batch_updates ** [09:30:55 2020-06-13] 178: Checking gears ** [09:30:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:30:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:00 2020-06-13] 178: Checking imports ** [09:31:00 2020-06-13] 178: Checking exports ** [09:31:00 2020-06-13] 178: Checking users ** [09:31:00 2020-06-13] 178: Checking user_dbs ** [09:31:00 2020-06-13] 178: Checking geocodings ** [09:31:00 2020-06-13] 178: Checking synchronizations ** [09:31:00 2020-06-13] 178: Checking tracker ** [09:31:00 2020-06-13] 178: Checking user_migrations ** [09:31:00 2020-06-13] 178: Checking batch_updates ** [09:31:00 2020-06-13] 178: Checking gears ** [09:31:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:31:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:05 2020-06-13] 178: Checking imports ** [09:31:05 2020-06-13] 178: Checking exports ** [09:31:05 2020-06-13] 178: Checking users ** [09:31:05 2020-06-13] 178: Checking user_dbs ** [09:31:05 2020-06-13] 178: Checking geocodings ** [09:31:05 2020-06-13] 178: Checking synchronizations ** [09:31:05 2020-06-13] 178: Checking tracker ** [09:31:05 2020-06-13] 178: Checking user_migrations ** [09:31:05 2020-06-13] 178: Checking batch_updates ** [09:31:05 2020-06-13] 178: Checking gears ** [09:31:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:31:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:10 2020-06-13] 178: Checking imports ** [09:31:10 2020-06-13] 178: Checking exports ** [09:31:10 2020-06-13] 178: Checking users ** [09:31:10 2020-06-13] 178: Checking user_dbs ** [09:31:10 2020-06-13] 178: Checking geocodings ** [09:31:10 2020-06-13] 178: Checking synchronizations ** [09:31:10 2020-06-13] 178: Checking tracker ** [09:31:10 2020-06-13] 178: Checking user_migrations ** [09:31:10 2020-06-13] 178: Checking batch_updates ** [09:31:10 2020-06-13] 178: Checking gears ** [09:31:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:31:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:15 2020-06-13] 178: Checking imports ** [09:31:15 2020-06-13] 178: Checking exports ** [09:31:15 2020-06-13] 178: Checking users ** [09:31:15 2020-06-13] 178: Checking user_dbs ** [09:31:15 2020-06-13] 178: Checking geocodings ** [09:31:15 2020-06-13] 178: Checking synchronizations ** [09:31:15 2020-06-13] 178: Checking tracker ** [09:31:15 2020-06-13] 178: Checking user_migrations ** [09:31:15 2020-06-13] 178: Checking batch_updates ** [09:31:15 2020-06-13] 178: Checking gears ** [09:31:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:31:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:20 2020-06-13] 178: Checking imports ** [09:31:20 2020-06-13] 178: Checking exports ** [09:31:20 2020-06-13] 178: Checking users ** [09:31:20 2020-06-13] 178: Checking user_dbs ** [09:31:20 2020-06-13] 178: Checking geocodings ** [09:31:20 2020-06-13] 178: Checking synchronizations ** [09:31:20 2020-06-13] 178: Checking tracker ** [09:31:20 2020-06-13] 178: Checking user_migrations ** [09:31:20 2020-06-13] 178: Checking batch_updates ** [09:31:20 2020-06-13] 178: Checking gears ** [09:31:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:31:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:25 2020-06-13] 178: Checking imports ** [09:31:25 2020-06-13] 178: Checking exports ** [09:31:25 2020-06-13] 178: Checking users ** [09:31:25 2020-06-13] 178: Checking user_dbs ** [09:31:25 2020-06-13] 178: Checking geocodings ** [09:31:25 2020-06-13] 178: Checking synchronizations ** [09:31:25 2020-06-13] 178: Checking tracker ** [09:31:25 2020-06-13] 178: Checking user_migrations ** [09:31:25 2020-06-13] 178: Checking batch_updates ** [09:31:25 2020-06-13] 178: Checking gears ** [09:31:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:31:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:30 2020-06-13] 178: Checking imports ** [09:31:30 2020-06-13] 178: Checking exports ** [09:31:30 2020-06-13] 178: Checking users ** [09:31:30 2020-06-13] 178: Checking user_dbs ** [09:31:30 2020-06-13] 178: Checking geocodings ** [09:31:30 2020-06-13] 178: Checking synchronizations ** [09:31:30 2020-06-13] 178: Checking tracker ** [09:31:30 2020-06-13] 178: Checking user_migrations ** [09:31:30 2020-06-13] 178: Checking batch_updates ** [09:31:30 2020-06-13] 178: Checking gears ** [09:31:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:31:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:35 2020-06-13] 178: Checking imports ** [09:31:35 2020-06-13] 178: Checking exports ** [09:31:35 2020-06-13] 178: Checking users ** [09:31:35 2020-06-13] 178: Checking user_dbs ** [09:31:35 2020-06-13] 178: Checking geocodings ** [09:31:35 2020-06-13] 178: Checking synchronizations ** [09:31:35 2020-06-13] 178: Checking tracker ** [09:31:35 2020-06-13] 178: Checking user_migrations ** [09:31:35 2020-06-13] 178: Checking batch_updates ** [09:31:35 2020-06-13] 178: Checking gears ** [09:31:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:31:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:40 2020-06-13] 178: Checking imports ** [09:31:40 2020-06-13] 178: Checking exports ** [09:31:40 2020-06-13] 178: Checking users ** [09:31:40 2020-06-13] 178: Checking user_dbs ** [09:31:40 2020-06-13] 178: Checking geocodings ** [09:31:40 2020-06-13] 178: Checking synchronizations ** [09:31:40 2020-06-13] 178: Checking tracker ** [09:31:40 2020-06-13] 178: Checking user_migrations ** [09:31:40 2020-06-13] 178: Checking batch_updates ** [09:31:40 2020-06-13] 178: Checking gears ** [09:31:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:31:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:45 2020-06-13] 178: Checking imports ** [09:31:45 2020-06-13] 178: Checking exports ** [09:31:45 2020-06-13] 178: Checking users ** [09:31:45 2020-06-13] 178: Checking user_dbs ** [09:31:45 2020-06-13] 178: Checking geocodings ** [09:31:45 2020-06-13] 178: Checking synchronizations ** [09:31:45 2020-06-13] 178: Checking tracker ** [09:31:45 2020-06-13] 178: Checking user_migrations ** [09:31:45 2020-06-13] 178: Checking batch_updates ** [09:31:45 2020-06-13] 178: Checking gears ** [09:31:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:31:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:50 2020-06-13] 178: Checking imports ** [09:31:50 2020-06-13] 178: Checking exports ** [09:31:50 2020-06-13] 178: Checking users ** [09:31:50 2020-06-13] 178: Checking user_dbs ** [09:31:50 2020-06-13] 178: Checking geocodings ** [09:31:50 2020-06-13] 178: Checking synchronizations ** [09:31:50 2020-06-13] 178: Checking tracker ** [09:31:50 2020-06-13] 178: Checking user_migrations ** [09:31:50 2020-06-13] 178: Checking batch_updates ** [09:31:50 2020-06-13] 178: Checking gears ** [09:31:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:31:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:55 2020-06-13] 178: Checking imports ** [09:31:55 2020-06-13] 178: Checking exports ** [09:31:55 2020-06-13] 178: Checking users ** [09:31:55 2020-06-13] 178: Checking user_dbs ** [09:31:55 2020-06-13] 178: Checking geocodings ** [09:31:55 2020-06-13] 178: Checking synchronizations ** [09:31:55 2020-06-13] 178: Checking tracker ** [09:31:55 2020-06-13] 178: Checking user_migrations ** [09:31:55 2020-06-13] 178: Checking batch_updates ** [09:31:55 2020-06-13] 178: Checking gears ** [09:31:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:31:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:00 2020-06-13] 178: Checking imports ** [09:32:00 2020-06-13] 178: Checking exports ** [09:32:00 2020-06-13] 178: Checking users ** [09:32:00 2020-06-13] 178: Checking user_dbs ** [09:32:00 2020-06-13] 178: Checking geocodings ** [09:32:00 2020-06-13] 178: Checking synchronizations ** [09:32:00 2020-06-13] 178: Checking tracker ** [09:32:00 2020-06-13] 178: Checking user_migrations ** [09:32:00 2020-06-13] 178: Checking batch_updates ** [09:32:00 2020-06-13] 178: Checking gears ** [09:32:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:32:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:05 2020-06-13] 178: Checking imports ** [09:32:05 2020-06-13] 178: Checking exports ** [09:32:05 2020-06-13] 178: Checking users ** [09:32:05 2020-06-13] 178: Checking user_dbs ** [09:32:05 2020-06-13] 178: Checking geocodings ** [09:32:05 2020-06-13] 178: Checking synchronizations ** [09:32:05 2020-06-13] 178: Checking tracker ** [09:32:05 2020-06-13] 178: Checking user_migrations ** [09:32:05 2020-06-13] 178: Checking batch_updates ** [09:32:05 2020-06-13] 178: Checking gears ** [09:32:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:32:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:10 2020-06-13] 178: Checking imports ** [09:32:10 2020-06-13] 178: Checking exports ** [09:32:10 2020-06-13] 178: Checking users ** [09:32:10 2020-06-13] 178: Checking user_dbs ** [09:32:10 2020-06-13] 178: Checking geocodings ** [09:32:10 2020-06-13] 178: Checking synchronizations ** [09:32:10 2020-06-13] 178: Checking tracker ** [09:32:10 2020-06-13] 178: Checking user_migrations ** [09:32:10 2020-06-13] 178: Checking batch_updates ** [09:32:10 2020-06-13] 178: Checking gears ** [09:32:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:32:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:15 2020-06-13] 178: Checking imports ** [09:32:15 2020-06-13] 178: Checking exports ** [09:32:15 2020-06-13] 178: Checking users ** [09:32:15 2020-06-13] 178: Checking user_dbs ** [09:32:15 2020-06-13] 178: Checking geocodings ** [09:32:15 2020-06-13] 178: Checking synchronizations ** [09:32:15 2020-06-13] 178: Checking tracker ** [09:32:15 2020-06-13] 178: Checking user_migrations ** [09:32:15 2020-06-13] 178: Checking batch_updates ** [09:32:15 2020-06-13] 178: Checking gears ** [09:32:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:32:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:20 2020-06-13] 178: Checking imports ** [09:32:20 2020-06-13] 178: Checking exports ** [09:32:20 2020-06-13] 178: Checking users ** [09:32:20 2020-06-13] 178: Checking user_dbs ** [09:32:20 2020-06-13] 178: Checking geocodings ** [09:32:20 2020-06-13] 178: Checking synchronizations ** [09:32:20 2020-06-13] 178: Checking tracker ** [09:32:20 2020-06-13] 178: Checking user_migrations ** [09:32:20 2020-06-13] 178: Checking batch_updates ** [09:32:20 2020-06-13] 178: Checking gears ** [09:32:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:32:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:25 2020-06-13] 178: Checking imports ** [09:32:25 2020-06-13] 178: Checking exports ** [09:32:25 2020-06-13] 178: Checking users ** [09:32:25 2020-06-13] 178: Checking user_dbs ** [09:32:25 2020-06-13] 178: Checking geocodings ** [09:32:25 2020-06-13] 178: Checking synchronizations ** [09:32:25 2020-06-13] 178: Checking tracker ** [09:32:25 2020-06-13] 178: Checking user_migrations ** [09:32:25 2020-06-13] 178: Checking batch_updates ** [09:32:25 2020-06-13] 178: Checking gears ** [09:32:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:32:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:30 2020-06-13] 178: Checking imports ** [09:32:31 2020-06-13] 178: Checking exports ** [09:32:31 2020-06-13] 178: Checking users ** [09:32:31 2020-06-13] 178: Checking user_dbs ** [09:32:31 2020-06-13] 178: Checking geocodings ** [09:32:31 2020-06-13] 178: Checking synchronizations ** [09:32:31 2020-06-13] 178: Checking tracker ** [09:32:31 2020-06-13] 178: Checking user_migrations ** [09:32:31 2020-06-13] 178: Checking batch_updates ** [09:32:31 2020-06-13] 178: Checking gears ** [09:32:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:32:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:36 2020-06-13] 178: Checking imports ** [09:32:36 2020-06-13] 178: Checking exports ** [09:32:36 2020-06-13] 178: Checking users ** [09:32:36 2020-06-13] 178: Checking user_dbs ** [09:32:36 2020-06-13] 178: Checking geocodings ** [09:32:36 2020-06-13] 178: Checking synchronizations ** [09:32:36 2020-06-13] 178: Checking tracker ** [09:32:36 2020-06-13] 178: Checking user_migrations ** [09:32:36 2020-06-13] 178: Checking batch_updates ** [09:32:36 2020-06-13] 178: Checking gears ** [09:32:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:32:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:41 2020-06-13] 178: Checking imports ** [09:32:41 2020-06-13] 178: Checking exports ** [09:32:41 2020-06-13] 178: Checking users ** [09:32:41 2020-06-13] 178: Checking user_dbs ** [09:32:41 2020-06-13] 178: Checking geocodings ** [09:32:41 2020-06-13] 178: Checking synchronizations ** [09:32:41 2020-06-13] 178: Checking tracker ** [09:32:41 2020-06-13] 178: Checking user_migrations ** [09:32:41 2020-06-13] 178: Checking batch_updates ** [09:32:41 2020-06-13] 178: Checking gears ** [09:32:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:32:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:46 2020-06-13] 178: Checking imports ** [09:32:46 2020-06-13] 178: Checking exports ** [09:32:46 2020-06-13] 178: Checking users ** [09:32:46 2020-06-13] 178: Checking user_dbs ** [09:32:46 2020-06-13] 178: Checking geocodings ** [09:32:46 2020-06-13] 178: Checking synchronizations ** [09:32:46 2020-06-13] 178: Checking tracker ** [09:32:46 2020-06-13] 178: Checking user_migrations ** [09:32:46 2020-06-13] 178: Checking batch_updates ** [09:32:46 2020-06-13] 178: Checking gears ** [09:32:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:32:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:51 2020-06-13] 178: Checking imports ** [09:32:51 2020-06-13] 178: Checking exports ** [09:32:51 2020-06-13] 178: Checking users ** [09:32:51 2020-06-13] 178: Checking user_dbs ** [09:32:51 2020-06-13] 178: Checking geocodings ** [09:32:51 2020-06-13] 178: Checking synchronizations ** [09:32:51 2020-06-13] 178: Checking tracker ** [09:32:51 2020-06-13] 178: Checking user_migrations ** [09:32:51 2020-06-13] 178: Checking batch_updates ** [09:32:51 2020-06-13] 178: Checking gears ** [09:32:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:32:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:56 2020-06-13] 178: Checking imports ** [09:32:56 2020-06-13] 178: Checking exports ** [09:32:56 2020-06-13] 178: Checking users ** [09:32:56 2020-06-13] 178: Checking user_dbs ** [09:32:56 2020-06-13] 178: Checking geocodings ** [09:32:56 2020-06-13] 178: Checking synchronizations ** [09:32:56 2020-06-13] 178: Checking tracker ** [09:32:56 2020-06-13] 178: Checking user_migrations ** [09:32:56 2020-06-13] 178: Checking batch_updates ** [09:32:56 2020-06-13] 178: Checking gears ** [09:32:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:32:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:01 2020-06-13] 178: Checking imports ** [09:33:01 2020-06-13] 178: Checking exports ** [09:33:01 2020-06-13] 178: Checking users ** [09:33:01 2020-06-13] 178: Checking user_dbs ** [09:33:01 2020-06-13] 178: Checking geocodings ** [09:33:01 2020-06-13] 178: Checking synchronizations ** [09:33:01 2020-06-13] 178: Checking tracker ** [09:33:01 2020-06-13] 178: Checking user_migrations ** [09:33:01 2020-06-13] 178: Checking batch_updates ** [09:33:01 2020-06-13] 178: Checking gears ** [09:33:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:33:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:06 2020-06-13] 178: Checking imports ** [09:33:06 2020-06-13] 178: Checking exports ** [09:33:06 2020-06-13] 178: Checking users ** [09:33:06 2020-06-13] 178: Checking user_dbs ** [09:33:06 2020-06-13] 178: Checking geocodings ** [09:33:06 2020-06-13] 178: Checking synchronizations ** [09:33:06 2020-06-13] 178: Checking tracker ** [09:33:06 2020-06-13] 178: Checking user_migrations ** [09:33:06 2020-06-13] 178: Checking batch_updates ** [09:33:06 2020-06-13] 178: Checking gears ** [09:33:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:33:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:11 2020-06-13] 178: Checking imports ** [09:33:11 2020-06-13] 178: Checking exports ** [09:33:11 2020-06-13] 178: Checking users ** [09:33:11 2020-06-13] 178: Checking user_dbs ** [09:33:11 2020-06-13] 178: Checking geocodings ** [09:33:11 2020-06-13] 178: Checking synchronizations ** [09:33:11 2020-06-13] 178: Checking tracker ** [09:33:11 2020-06-13] 178: Checking user_migrations ** [09:33:11 2020-06-13] 178: Checking batch_updates ** [09:33:11 2020-06-13] 178: Checking gears ** [09:33:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:33:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:16 2020-06-13] 178: Checking imports ** [09:33:16 2020-06-13] 178: Checking exports ** [09:33:16 2020-06-13] 178: Checking users ** [09:33:16 2020-06-13] 178: Checking user_dbs ** [09:33:16 2020-06-13] 178: Checking geocodings ** [09:33:16 2020-06-13] 178: Checking synchronizations ** [09:33:16 2020-06-13] 178: Checking tracker ** [09:33:16 2020-06-13] 178: Checking user_migrations ** [09:33:16 2020-06-13] 178: Checking batch_updates ** [09:33:16 2020-06-13] 178: Checking gears ** [09:33:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:33:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:21 2020-06-13] 178: Checking imports ** [09:33:21 2020-06-13] 178: Checking exports ** [09:33:21 2020-06-13] 178: Checking users ** [09:33:21 2020-06-13] 178: Checking user_dbs ** [09:33:21 2020-06-13] 178: Checking geocodings ** [09:33:21 2020-06-13] 178: Checking synchronizations ** [09:33:21 2020-06-13] 178: Checking tracker ** [09:33:21 2020-06-13] 178: Checking user_migrations ** [09:33:21 2020-06-13] 178: Checking batch_updates ** [09:33:21 2020-06-13] 178: Checking gears ** [09:33:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:33:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:26 2020-06-13] 178: Checking imports ** [09:33:26 2020-06-13] 178: Checking exports ** [09:33:26 2020-06-13] 178: Checking users ** [09:33:26 2020-06-13] 178: Checking user_dbs ** [09:33:26 2020-06-13] 178: Checking geocodings ** [09:33:26 2020-06-13] 178: Checking synchronizations ** [09:33:26 2020-06-13] 178: Checking tracker ** [09:33:26 2020-06-13] 178: Checking user_migrations ** [09:33:26 2020-06-13] 178: Checking batch_updates ** [09:33:26 2020-06-13] 178: Checking gears ** [09:33:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:33:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:31 2020-06-13] 178: Checking imports ** [09:33:31 2020-06-13] 178: Checking exports ** [09:33:31 2020-06-13] 178: Checking users ** [09:33:31 2020-06-13] 178: Checking user_dbs ** [09:33:31 2020-06-13] 178: Checking geocodings ** [09:33:31 2020-06-13] 178: Checking synchronizations ** [09:33:31 2020-06-13] 178: Checking tracker ** [09:33:31 2020-06-13] 178: Checking user_migrations ** [09:33:31 2020-06-13] 178: Checking batch_updates ** [09:33:31 2020-06-13] 178: Checking gears ** [09:33:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:33:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:36 2020-06-13] 178: Checking imports ** [09:33:36 2020-06-13] 178: Checking exports ** [09:33:36 2020-06-13] 178: Checking users ** [09:33:36 2020-06-13] 178: Checking user_dbs ** [09:33:36 2020-06-13] 178: Checking geocodings ** [09:33:36 2020-06-13] 178: Checking synchronizations ** [09:33:36 2020-06-13] 178: Checking tracker ** [09:33:36 2020-06-13] 178: Checking user_migrations ** [09:33:36 2020-06-13] 178: Checking batch_updates ** [09:33:36 2020-06-13] 178: Checking gears ** [09:33:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:33:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:41 2020-06-13] 178: Checking imports ** [09:33:41 2020-06-13] 178: Checking exports ** [09:33:41 2020-06-13] 178: Checking users ** [09:33:41 2020-06-13] 178: Checking user_dbs ** [09:33:41 2020-06-13] 178: Checking geocodings ** [09:33:41 2020-06-13] 178: Checking synchronizations ** [09:33:41 2020-06-13] 178: Checking tracker ** [09:33:41 2020-06-13] 178: Checking user_migrations ** [09:33:41 2020-06-13] 178: Checking batch_updates ** [09:33:41 2020-06-13] 178: Checking gears ** [09:33:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:33:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:46 2020-06-13] 178: Checking imports ** [09:33:46 2020-06-13] 178: Checking exports ** [09:33:46 2020-06-13] 178: Checking users ** [09:33:46 2020-06-13] 178: Checking user_dbs ** [09:33:46 2020-06-13] 178: Checking geocodings ** [09:33:46 2020-06-13] 178: Checking synchronizations ** [09:33:46 2020-06-13] 178: Checking tracker ** [09:33:46 2020-06-13] 178: Checking user_migrations ** [09:33:46 2020-06-13] 178: Checking batch_updates ** [09:33:46 2020-06-13] 178: Checking gears ** [09:33:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:33:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:51 2020-06-13] 178: Checking imports ** [09:33:51 2020-06-13] 178: Checking exports ** [09:33:51 2020-06-13] 178: Checking users ** [09:33:51 2020-06-13] 178: Checking user_dbs ** [09:33:51 2020-06-13] 178: Checking geocodings ** [09:33:51 2020-06-13] 178: Checking synchronizations ** [09:33:51 2020-06-13] 178: Checking tracker ** [09:33:51 2020-06-13] 178: Checking user_migrations ** [09:33:51 2020-06-13] 178: Checking batch_updates ** [09:33:51 2020-06-13] 178: Checking gears ** [09:33:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:33:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:56 2020-06-13] 178: Checking imports ** [09:33:56 2020-06-13] 178: Checking exports ** [09:33:56 2020-06-13] 178: Checking users ** [09:33:56 2020-06-13] 178: Checking user_dbs ** [09:33:56 2020-06-13] 178: Checking geocodings ** [09:33:56 2020-06-13] 178: Checking synchronizations ** [09:33:56 2020-06-13] 178: Checking tracker ** [09:33:56 2020-06-13] 178: Checking user_migrations ** [09:33:56 2020-06-13] 178: Checking batch_updates ** [09:33:56 2020-06-13] 178: Checking gears ** [09:33:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:33:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:01 2020-06-13] 178: Checking imports ** [09:34:01 2020-06-13] 178: Checking exports ** [09:34:01 2020-06-13] 178: Checking users ** [09:34:01 2020-06-13] 178: Checking user_dbs ** [09:34:01 2020-06-13] 178: Checking geocodings ** [09:34:01 2020-06-13] 178: Checking synchronizations ** [09:34:01 2020-06-13] 178: Checking tracker ** [09:34:01 2020-06-13] 178: Checking user_migrations ** [09:34:01 2020-06-13] 178: Checking batch_updates ** [09:34:01 2020-06-13] 178: Checking gears ** [09:34:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:34:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:06 2020-06-13] 178: Checking imports ** [09:34:06 2020-06-13] 178: Checking exports ** [09:34:06 2020-06-13] 178: Checking users ** [09:34:06 2020-06-13] 178: Checking user_dbs ** [09:34:06 2020-06-13] 178: Checking geocodings ** [09:34:06 2020-06-13] 178: Checking synchronizations ** [09:34:06 2020-06-13] 178: Checking tracker ** [09:34:06 2020-06-13] 178: Checking user_migrations ** [09:34:06 2020-06-13] 178: Checking batch_updates ** [09:34:06 2020-06-13] 178: Checking gears ** [09:34:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:34:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:11 2020-06-13] 178: Checking imports ** [09:34:11 2020-06-13] 178: Checking exports ** [09:34:11 2020-06-13] 178: Checking users ** [09:34:11 2020-06-13] 178: Checking user_dbs ** [09:34:11 2020-06-13] 178: Checking geocodings ** [09:34:11 2020-06-13] 178: Checking synchronizations ** [09:34:11 2020-06-13] 178: Checking tracker ** [09:34:11 2020-06-13] 178: Checking user_migrations ** [09:34:11 2020-06-13] 178: Checking batch_updates ** [09:34:11 2020-06-13] 178: Checking gears ** [09:34:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:34:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:16 2020-06-13] 178: Checking imports ** [09:34:16 2020-06-13] 178: Checking exports ** [09:34:16 2020-06-13] 178: Checking users ** [09:34:16 2020-06-13] 178: Checking user_dbs ** [09:34:16 2020-06-13] 178: Checking geocodings ** [09:34:16 2020-06-13] 178: Checking synchronizations ** [09:34:16 2020-06-13] 178: Checking tracker ** [09:34:16 2020-06-13] 178: Checking user_migrations ** [09:34:16 2020-06-13] 178: Checking batch_updates ** [09:34:16 2020-06-13] 178: Checking gears ** [09:34:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:34:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:21 2020-06-13] 178: Checking imports ** [09:34:21 2020-06-13] 178: Checking exports ** [09:34:21 2020-06-13] 178: Checking users ** [09:34:21 2020-06-13] 178: Checking user_dbs ** [09:34:21 2020-06-13] 178: Checking geocodings ** [09:34:21 2020-06-13] 178: Checking synchronizations ** [09:34:21 2020-06-13] 178: Checking tracker ** [09:34:21 2020-06-13] 178: Checking user_migrations ** [09:34:21 2020-06-13] 178: Checking batch_updates ** [09:34:21 2020-06-13] 178: Checking gears ** [09:34:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:34:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:26 2020-06-13] 178: Checking imports ** [09:34:26 2020-06-13] 178: Checking exports ** [09:34:26 2020-06-13] 178: Checking users ** [09:34:26 2020-06-13] 178: Checking user_dbs ** [09:34:26 2020-06-13] 178: Checking geocodings ** [09:34:26 2020-06-13] 178: Checking synchronizations ** [09:34:26 2020-06-13] 178: Checking tracker ** [09:34:26 2020-06-13] 178: Checking user_migrations ** [09:34:26 2020-06-13] 178: Checking batch_updates ** [09:34:26 2020-06-13] 178: Checking gears ** [09:34:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:34:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:31 2020-06-13] 178: Checking imports ** [09:34:31 2020-06-13] 178: Checking exports ** [09:34:31 2020-06-13] 178: Checking users ** [09:34:31 2020-06-13] 178: Checking user_dbs ** [09:34:31 2020-06-13] 178: Checking geocodings ** [09:34:31 2020-06-13] 178: Checking synchronizations ** [09:34:31 2020-06-13] 178: Checking tracker ** [09:34:31 2020-06-13] 178: Checking user_migrations ** [09:34:31 2020-06-13] 178: Checking batch_updates ** [09:34:31 2020-06-13] 178: Checking gears ** [09:34:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:34:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:36 2020-06-13] 178: Checking imports ** [09:34:36 2020-06-13] 178: Checking exports ** [09:34:36 2020-06-13] 178: Checking users ** [09:34:36 2020-06-13] 178: Checking user_dbs ** [09:34:36 2020-06-13] 178: Checking geocodings ** [09:34:36 2020-06-13] 178: Checking synchronizations ** [09:34:36 2020-06-13] 178: Checking tracker ** [09:34:36 2020-06-13] 178: Checking user_migrations ** [09:34:36 2020-06-13] 178: Checking batch_updates ** [09:34:36 2020-06-13] 178: Checking gears ** [09:34:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:34:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:41 2020-06-13] 178: Checking imports ** [09:34:41 2020-06-13] 178: Checking exports ** [09:34:41 2020-06-13] 178: Checking users ** [09:34:41 2020-06-13] 178: Checking user_dbs ** [09:34:41 2020-06-13] 178: Checking geocodings ** [09:34:41 2020-06-13] 178: Checking synchronizations ** [09:34:41 2020-06-13] 178: Checking tracker ** [09:34:41 2020-06-13] 178: Checking user_migrations ** [09:34:41 2020-06-13] 178: Checking batch_updates ** [09:34:41 2020-06-13] 178: Checking gears ** [09:34:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:34:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:46 2020-06-13] 178: Checking imports ** [09:34:46 2020-06-13] 178: Checking exports ** [09:34:46 2020-06-13] 178: Checking users ** [09:34:46 2020-06-13] 178: Checking user_dbs ** [09:34:46 2020-06-13] 178: Checking geocodings ** [09:34:46 2020-06-13] 178: Checking synchronizations ** [09:34:46 2020-06-13] 178: Checking tracker ** [09:34:46 2020-06-13] 178: Checking user_migrations ** [09:34:46 2020-06-13] 178: Checking batch_updates ** [09:34:46 2020-06-13] 178: Checking gears ** [09:34:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:34:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:51 2020-06-13] 178: Checking imports ** [09:34:51 2020-06-13] 178: Checking exports ** [09:34:51 2020-06-13] 178: Checking users ** [09:34:51 2020-06-13] 178: Checking user_dbs ** [09:34:51 2020-06-13] 178: Checking geocodings ** [09:34:51 2020-06-13] 178: Checking synchronizations ** [09:34:51 2020-06-13] 178: Checking tracker ** [09:34:51 2020-06-13] 178: Checking user_migrations ** [09:34:51 2020-06-13] 178: Checking batch_updates ** [09:34:51 2020-06-13] 178: Checking gears ** [09:34:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:34:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:56 2020-06-13] 178: Checking imports ** [09:34:56 2020-06-13] 178: Checking exports ** [09:34:56 2020-06-13] 178: Checking users ** [09:34:56 2020-06-13] 178: Checking user_dbs ** [09:34:56 2020-06-13] 178: Checking geocodings ** [09:34:56 2020-06-13] 178: Checking synchronizations ** [09:34:56 2020-06-13] 178: Checking tracker ** [09:34:56 2020-06-13] 178: Checking user_migrations ** [09:34:56 2020-06-13] 178: Checking batch_updates ** [09:34:56 2020-06-13] 178: Checking gears ** [09:34:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:34:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:01 2020-06-13] 178: Checking imports ** [09:35:01 2020-06-13] 178: Checking exports ** [09:35:01 2020-06-13] 178: Checking users ** [09:35:01 2020-06-13] 178: Checking user_dbs ** [09:35:01 2020-06-13] 178: Checking geocodings ** [09:35:01 2020-06-13] 178: Checking synchronizations ** [09:35:01 2020-06-13] 178: Checking tracker ** [09:35:01 2020-06-13] 178: Checking user_migrations ** [09:35:01 2020-06-13] 178: Checking batch_updates ** [09:35:01 2020-06-13] 178: Checking gears ** [09:35:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:35:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:06 2020-06-13] 178: Checking imports ** [09:35:06 2020-06-13] 178: Checking exports ** [09:35:06 2020-06-13] 178: Checking users ** [09:35:06 2020-06-13] 178: Checking user_dbs ** [09:35:06 2020-06-13] 178: Checking geocodings ** [09:35:06 2020-06-13] 178: Checking synchronizations ** [09:35:06 2020-06-13] 178: Checking tracker ** [09:35:06 2020-06-13] 178: Checking user_migrations ** [09:35:06 2020-06-13] 178: Checking batch_updates ** [09:35:06 2020-06-13] 178: Checking gears ** [09:35:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:35:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:11 2020-06-13] 178: Checking imports ** [09:35:11 2020-06-13] 178: Checking exports ** [09:35:11 2020-06-13] 178: Checking users ** [09:35:11 2020-06-13] 178: Checking user_dbs ** [09:35:11 2020-06-13] 178: Checking geocodings ** [09:35:11 2020-06-13] 178: Checking synchronizations ** [09:35:11 2020-06-13] 178: Checking tracker ** [09:35:11 2020-06-13] 178: Checking user_migrations ** [09:35:11 2020-06-13] 178: Checking batch_updates ** [09:35:11 2020-06-13] 178: Checking gears ** [09:35:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:35:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:16 2020-06-13] 178: Checking imports ** [09:35:16 2020-06-13] 178: Checking exports ** [09:35:16 2020-06-13] 178: Checking users ** [09:35:16 2020-06-13] 178: Checking user_dbs ** [09:35:16 2020-06-13] 178: Checking geocodings ** [09:35:16 2020-06-13] 178: Checking synchronizations ** [09:35:16 2020-06-13] 178: Checking tracker ** [09:35:16 2020-06-13] 178: Checking user_migrations ** [09:35:16 2020-06-13] 178: Checking batch_updates ** [09:35:16 2020-06-13] 178: Checking gears ** [09:35:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:35:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:21 2020-06-13] 178: Checking imports ** [09:35:21 2020-06-13] 178: Checking exports ** [09:35:21 2020-06-13] 178: Checking users ** [09:35:21 2020-06-13] 178: Checking user_dbs ** [09:35:21 2020-06-13] 178: Checking geocodings ** [09:35:21 2020-06-13] 178: Checking synchronizations ** [09:35:21 2020-06-13] 178: Checking tracker ** [09:35:21 2020-06-13] 178: Checking user_migrations ** [09:35:21 2020-06-13] 178: Checking batch_updates ** [09:35:21 2020-06-13] 178: Checking gears ** [09:35:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:35:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:26 2020-06-13] 178: Checking imports ** [09:35:26 2020-06-13] 178: Checking exports ** [09:35:26 2020-06-13] 178: Checking users ** [09:35:26 2020-06-13] 178: Checking user_dbs ** [09:35:26 2020-06-13] 178: Checking geocodings ** [09:35:26 2020-06-13] 178: Checking synchronizations ** [09:35:26 2020-06-13] 178: Checking tracker ** [09:35:26 2020-06-13] 178: Checking user_migrations ** [09:35:26 2020-06-13] 178: Checking batch_updates ** [09:35:26 2020-06-13] 178: Checking gears ** [09:35:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:35:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:31 2020-06-13] 178: Checking imports ** [09:35:31 2020-06-13] 178: Checking exports ** [09:35:31 2020-06-13] 178: Checking users ** [09:35:31 2020-06-13] 178: Checking user_dbs ** [09:35:31 2020-06-13] 178: Checking geocodings ** [09:35:31 2020-06-13] 178: Checking synchronizations ** [09:35:31 2020-06-13] 178: Checking tracker ** [09:35:31 2020-06-13] 178: Checking user_migrations ** [09:35:31 2020-06-13] 178: Checking batch_updates ** [09:35:31 2020-06-13] 178: Checking gears ** [09:35:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:35:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:36 2020-06-13] 178: Checking imports ** [09:35:36 2020-06-13] 178: Checking exports ** [09:35:36 2020-06-13] 178: Checking users ** [09:35:36 2020-06-13] 178: Checking user_dbs ** [09:35:36 2020-06-13] 178: Checking geocodings ** [09:35:36 2020-06-13] 178: Checking synchronizations ** [09:35:36 2020-06-13] 178: Checking tracker ** [09:35:36 2020-06-13] 178: Checking user_migrations ** [09:35:36 2020-06-13] 178: Checking batch_updates ** [09:35:36 2020-06-13] 178: Checking gears ** [09:35:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:35:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:41 2020-06-13] 178: Checking imports ** [09:35:41 2020-06-13] 178: Checking exports ** [09:35:41 2020-06-13] 178: Checking users ** [09:35:41 2020-06-13] 178: Checking user_dbs ** [09:35:41 2020-06-13] 178: Checking geocodings ** [09:35:41 2020-06-13] 178: Checking synchronizations ** [09:35:41 2020-06-13] 178: Checking tracker ** [09:35:41 2020-06-13] 178: Checking user_migrations ** [09:35:41 2020-06-13] 178: Checking batch_updates ** [09:35:41 2020-06-13] 178: Checking gears ** [09:35:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:35:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:46 2020-06-13] 178: Checking imports ** [09:35:46 2020-06-13] 178: Checking exports ** [09:35:46 2020-06-13] 178: Checking users ** [09:35:46 2020-06-13] 178: Checking user_dbs ** [09:35:46 2020-06-13] 178: Checking geocodings ** [09:35:46 2020-06-13] 178: Checking synchronizations ** [09:35:46 2020-06-13] 178: Checking tracker ** [09:35:46 2020-06-13] 178: Checking user_migrations ** [09:35:46 2020-06-13] 178: Checking batch_updates ** [09:35:46 2020-06-13] 178: Checking gears ** [09:35:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:35:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:51 2020-06-13] 178: Checking imports ** [09:35:51 2020-06-13] 178: Checking exports ** [09:35:51 2020-06-13] 178: Checking users ** [09:35:51 2020-06-13] 178: Checking user_dbs ** [09:35:51 2020-06-13] 178: Checking geocodings ** [09:35:51 2020-06-13] 178: Checking synchronizations ** [09:35:51 2020-06-13] 178: Checking tracker ** [09:35:51 2020-06-13] 178: Checking user_migrations ** [09:35:51 2020-06-13] 178: Checking batch_updates ** [09:35:51 2020-06-13] 178: Checking gears ** [09:35:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:35:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:56 2020-06-13] 178: Checking imports ** [09:35:56 2020-06-13] 178: Checking exports ** [09:35:56 2020-06-13] 178: Checking users ** [09:35:56 2020-06-13] 178: Checking user_dbs ** [09:35:56 2020-06-13] 178: Checking geocodings ** [09:35:56 2020-06-13] 178: Checking synchronizations ** [09:35:56 2020-06-13] 178: Checking tracker ** [09:35:56 2020-06-13] 178: Checking user_migrations ** [09:35:56 2020-06-13] 178: Checking batch_updates ** [09:35:56 2020-06-13] 178: Checking gears ** [09:35:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:35:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:01 2020-06-13] 178: Checking imports ** [09:36:01 2020-06-13] 178: Checking exports ** [09:36:01 2020-06-13] 178: Checking users ** [09:36:01 2020-06-13] 178: Checking user_dbs ** [09:36:01 2020-06-13] 178: Checking geocodings ** [09:36:01 2020-06-13] 178: Checking synchronizations ** [09:36:01 2020-06-13] 178: Checking tracker ** [09:36:01 2020-06-13] 178: Checking user_migrations ** [09:36:01 2020-06-13] 178: Checking batch_updates ** [09:36:01 2020-06-13] 178: Checking gears ** [09:36:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:36:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:06 2020-06-13] 178: Checking imports ** [09:36:06 2020-06-13] 178: Checking exports ** [09:36:06 2020-06-13] 178: Checking users ** [09:36:06 2020-06-13] 178: Checking user_dbs ** [09:36:06 2020-06-13] 178: Checking geocodings ** [09:36:06 2020-06-13] 178: Checking synchronizations ** [09:36:06 2020-06-13] 178: Checking tracker ** [09:36:06 2020-06-13] 178: Checking user_migrations ** [09:36:06 2020-06-13] 178: Checking batch_updates ** [09:36:06 2020-06-13] 178: Checking gears ** [09:36:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:36:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:11 2020-06-13] 178: Checking imports ** [09:36:11 2020-06-13] 178: Checking exports ** [09:36:11 2020-06-13] 178: Checking users ** [09:36:11 2020-06-13] 178: Checking user_dbs ** [09:36:11 2020-06-13] 178: Checking geocodings ** [09:36:11 2020-06-13] 178: Checking synchronizations ** [09:36:11 2020-06-13] 178: Checking tracker ** [09:36:11 2020-06-13] 178: Checking user_migrations ** [09:36:11 2020-06-13] 178: Checking batch_updates ** [09:36:11 2020-06-13] 178: Checking gears ** [09:36:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:36:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:16 2020-06-13] 178: Checking imports ** [09:36:16 2020-06-13] 178: Checking exports ** [09:36:16 2020-06-13] 178: Checking users ** [09:36:16 2020-06-13] 178: Checking user_dbs ** [09:36:16 2020-06-13] 178: Checking geocodings ** [09:36:16 2020-06-13] 178: Checking synchronizations ** [09:36:16 2020-06-13] 178: Checking tracker ** [09:36:16 2020-06-13] 178: Checking user_migrations ** [09:36:16 2020-06-13] 178: Checking batch_updates ** [09:36:16 2020-06-13] 178: Checking gears ** [09:36:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:36:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:21 2020-06-13] 178: Checking imports ** [09:36:21 2020-06-13] 178: Checking exports ** [09:36:21 2020-06-13] 178: Checking users ** [09:36:21 2020-06-13] 178: Checking user_dbs ** [09:36:21 2020-06-13] 178: Checking geocodings ** [09:36:21 2020-06-13] 178: Checking synchronizations ** [09:36:21 2020-06-13] 178: Checking tracker ** [09:36:21 2020-06-13] 178: Checking user_migrations ** [09:36:21 2020-06-13] 178: Checking batch_updates ** [09:36:21 2020-06-13] 178: Checking gears ** [09:36:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:36:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:26 2020-06-13] 178: Checking imports ** [09:36:26 2020-06-13] 178: Checking exports ** [09:36:26 2020-06-13] 178: Checking users ** [09:36:26 2020-06-13] 178: Checking user_dbs ** [09:36:26 2020-06-13] 178: Checking geocodings ** [09:36:26 2020-06-13] 178: Checking synchronizations ** [09:36:26 2020-06-13] 178: Checking tracker ** [09:36:26 2020-06-13] 178: Checking user_migrations ** [09:36:26 2020-06-13] 178: Checking batch_updates ** [09:36:26 2020-06-13] 178: Checking gears ** [09:36:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:36:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:31 2020-06-13] 178: Checking imports ** [09:36:31 2020-06-13] 178: Checking exports ** [09:36:31 2020-06-13] 178: Checking users ** [09:36:31 2020-06-13] 178: Checking user_dbs ** [09:36:31 2020-06-13] 178: Checking geocodings ** [09:36:31 2020-06-13] 178: Checking synchronizations ** [09:36:31 2020-06-13] 178: Checking tracker ** [09:36:31 2020-06-13] 178: Checking user_migrations ** [09:36:31 2020-06-13] 178: Checking batch_updates ** [09:36:31 2020-06-13] 178: Checking gears ** [09:36:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:36:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:36 2020-06-13] 178: Checking imports ** [09:36:36 2020-06-13] 178: Checking exports ** [09:36:36 2020-06-13] 178: Checking users ** [09:36:36 2020-06-13] 178: Checking user_dbs ** [09:36:36 2020-06-13] 178: Checking geocodings ** [09:36:36 2020-06-13] 178: Checking synchronizations ** [09:36:36 2020-06-13] 178: Checking tracker ** [09:36:36 2020-06-13] 178: Checking user_migrations ** [09:36:36 2020-06-13] 178: Checking batch_updates ** [09:36:36 2020-06-13] 178: Checking gears ** [09:36:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:36:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:41 2020-06-13] 178: Checking imports ** [09:36:41 2020-06-13] 178: Checking exports ** [09:36:41 2020-06-13] 178: Checking users ** [09:36:41 2020-06-13] 178: Checking user_dbs ** [09:36:41 2020-06-13] 178: Checking geocodings ** [09:36:41 2020-06-13] 178: Checking synchronizations ** [09:36:41 2020-06-13] 178: Checking tracker ** [09:36:41 2020-06-13] 178: Checking user_migrations ** [09:36:41 2020-06-13] 178: Checking batch_updates ** [09:36:41 2020-06-13] 178: Checking gears ** [09:36:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:36:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:46 2020-06-13] 178: Checking imports ** [09:36:46 2020-06-13] 178: Checking exports ** [09:36:46 2020-06-13] 178: Checking users ** [09:36:46 2020-06-13] 178: Checking user_dbs ** [09:36:46 2020-06-13] 178: Checking geocodings ** [09:36:46 2020-06-13] 178: Checking synchronizations ** [09:36:46 2020-06-13] 178: Checking tracker ** [09:36:46 2020-06-13] 178: Checking user_migrations ** [09:36:46 2020-06-13] 178: Checking batch_updates ** [09:36:46 2020-06-13] 178: Checking gears ** [09:36:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:36:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:51 2020-06-13] 178: Checking imports ** [09:36:51 2020-06-13] 178: Checking exports ** [09:36:51 2020-06-13] 178: Checking users ** [09:36:51 2020-06-13] 178: Checking user_dbs ** [09:36:51 2020-06-13] 178: Checking geocodings ** [09:36:51 2020-06-13] 178: Checking synchronizations ** [09:36:51 2020-06-13] 178: Checking tracker ** [09:36:51 2020-06-13] 178: Checking user_migrations ** [09:36:51 2020-06-13] 178: Checking batch_updates ** [09:36:51 2020-06-13] 178: Checking gears ** [09:36:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:36:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:56 2020-06-13] 178: Checking imports ** [09:36:56 2020-06-13] 178: Checking exports ** [09:36:56 2020-06-13] 178: Checking users ** [09:36:56 2020-06-13] 178: Checking user_dbs ** [09:36:56 2020-06-13] 178: Checking geocodings ** [09:36:56 2020-06-13] 178: Checking synchronizations ** [09:36:56 2020-06-13] 178: Checking tracker ** [09:36:56 2020-06-13] 178: Checking user_migrations ** [09:36:56 2020-06-13] 178: Checking batch_updates ** [09:36:56 2020-06-13] 178: Checking gears ** [09:36:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:36:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:01 2020-06-13] 178: Checking imports ** [09:37:01 2020-06-13] 178: Checking exports ** [09:37:01 2020-06-13] 178: Checking users ** [09:37:01 2020-06-13] 178: Checking user_dbs ** [09:37:01 2020-06-13] 178: Checking geocodings ** [09:37:01 2020-06-13] 178: Checking synchronizations ** [09:37:01 2020-06-13] 178: Checking tracker ** [09:37:01 2020-06-13] 178: Checking user_migrations ** [09:37:01 2020-06-13] 178: Checking batch_updates ** [09:37:01 2020-06-13] 178: Checking gears ** [09:37:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:37:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:06 2020-06-13] 178: Checking imports ** [09:37:06 2020-06-13] 178: Checking exports ** [09:37:06 2020-06-13] 178: Checking users ** [09:37:06 2020-06-13] 178: Checking user_dbs ** [09:37:06 2020-06-13] 178: Checking geocodings ** [09:37:06 2020-06-13] 178: Checking synchronizations ** [09:37:06 2020-06-13] 178: Checking tracker ** [09:37:06 2020-06-13] 178: Checking user_migrations ** [09:37:06 2020-06-13] 178: Checking batch_updates ** [09:37:06 2020-06-13] 178: Checking gears ** [09:37:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:37:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:11 2020-06-13] 178: Checking imports ** [09:37:11 2020-06-13] 178: Checking exports ** [09:37:11 2020-06-13] 178: Checking users ** [09:37:11 2020-06-13] 178: Checking user_dbs ** [09:37:11 2020-06-13] 178: Checking geocodings ** [09:37:11 2020-06-13] 178: Checking synchronizations ** [09:37:11 2020-06-13] 178: Checking tracker ** [09:37:11 2020-06-13] 178: Checking user_migrations ** [09:37:11 2020-06-13] 178: Checking batch_updates ** [09:37:11 2020-06-13] 178: Checking gears ** [09:37:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:37:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:16 2020-06-13] 178: Checking imports ** [09:37:16 2020-06-13] 178: Checking exports ** [09:37:16 2020-06-13] 178: Checking users ** [09:37:16 2020-06-13] 178: Checking user_dbs ** [09:37:16 2020-06-13] 178: Checking geocodings ** [09:37:16 2020-06-13] 178: Checking synchronizations ** [09:37:16 2020-06-13] 178: Checking tracker ** [09:37:16 2020-06-13] 178: Checking user_migrations ** [09:37:16 2020-06-13] 178: Checking batch_updates ** [09:37:16 2020-06-13] 178: Checking gears ** [09:37:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:37:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:21 2020-06-13] 178: Checking imports ** [09:37:21 2020-06-13] 178: Checking exports ** [09:37:21 2020-06-13] 178: Checking users ** [09:37:21 2020-06-13] 178: Checking user_dbs ** [09:37:21 2020-06-13] 178: Checking geocodings ** [09:37:21 2020-06-13] 178: Checking synchronizations ** [09:37:21 2020-06-13] 178: Checking tracker ** [09:37:21 2020-06-13] 178: Checking user_migrations ** [09:37:21 2020-06-13] 178: Checking batch_updates ** [09:37:21 2020-06-13] 178: Checking gears ** [09:37:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:37:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:26 2020-06-13] 178: Checking imports ** [09:37:26 2020-06-13] 178: Checking exports ** [09:37:26 2020-06-13] 178: Checking users ** [09:37:26 2020-06-13] 178: Checking user_dbs ** [09:37:26 2020-06-13] 178: Checking geocodings ** [09:37:26 2020-06-13] 178: Checking synchronizations ** [09:37:26 2020-06-13] 178: Checking tracker ** [09:37:26 2020-06-13] 178: Checking user_migrations ** [09:37:26 2020-06-13] 178: Checking batch_updates ** [09:37:26 2020-06-13] 178: Checking gears ** [09:37:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:37:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:31 2020-06-13] 178: Checking imports ** [09:37:31 2020-06-13] 178: Checking exports ** [09:37:31 2020-06-13] 178: Checking users ** [09:37:31 2020-06-13] 178: Checking user_dbs ** [09:37:31 2020-06-13] 178: Checking geocodings ** [09:37:31 2020-06-13] 178: Checking synchronizations ** [09:37:31 2020-06-13] 178: Checking tracker ** [09:37:31 2020-06-13] 178: Checking user_migrations ** [09:37:31 2020-06-13] 178: Checking batch_updates ** [09:37:31 2020-06-13] 178: Checking gears ** [09:37:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:37:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:36 2020-06-13] 178: Checking imports ** [09:37:36 2020-06-13] 178: Checking exports ** [09:37:36 2020-06-13] 178: Checking users ** [09:37:36 2020-06-13] 178: Checking user_dbs ** [09:37:36 2020-06-13] 178: Checking geocodings ** [09:37:36 2020-06-13] 178: Checking synchronizations ** [09:37:36 2020-06-13] 178: Checking tracker ** [09:37:36 2020-06-13] 178: Checking user_migrations ** [09:37:36 2020-06-13] 178: Checking batch_updates ** [09:37:36 2020-06-13] 178: Checking gears ** [09:37:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:37:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:41 2020-06-13] 178: Checking imports ** [09:37:41 2020-06-13] 178: Checking exports ** [09:37:41 2020-06-13] 178: Checking users ** [09:37:41 2020-06-13] 178: Checking user_dbs ** [09:37:41 2020-06-13] 178: Checking geocodings ** [09:37:41 2020-06-13] 178: Checking synchronizations ** [09:37:41 2020-06-13] 178: Checking tracker ** [09:37:41 2020-06-13] 178: Checking user_migrations ** [09:37:41 2020-06-13] 178: Checking batch_updates ** [09:37:41 2020-06-13] 178: Checking gears ** [09:37:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:37:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:46 2020-06-13] 178: Checking imports ** [09:37:46 2020-06-13] 178: Checking exports ** [09:37:46 2020-06-13] 178: Checking users ** [09:37:46 2020-06-13] 178: Checking user_dbs ** [09:37:46 2020-06-13] 178: Checking geocodings ** [09:37:46 2020-06-13] 178: Checking synchronizations ** [09:37:46 2020-06-13] 178: Checking tracker ** [09:37:46 2020-06-13] 178: Checking user_migrations ** [09:37:46 2020-06-13] 178: Checking batch_updates ** [09:37:46 2020-06-13] 178: Checking gears ** [09:37:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:37:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:51 2020-06-13] 178: Checking imports ** [09:37:51 2020-06-13] 178: Checking exports ** [09:37:51 2020-06-13] 178: Checking users ** [09:37:51 2020-06-13] 178: Checking user_dbs ** [09:37:51 2020-06-13] 178: Checking geocodings ** [09:37:51 2020-06-13] 178: Checking synchronizations ** [09:37:51 2020-06-13] 178: Checking tracker ** [09:37:51 2020-06-13] 178: Checking user_migrations ** [09:37:51 2020-06-13] 178: Checking batch_updates ** [09:37:51 2020-06-13] 178: Checking gears ** [09:37:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:37:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:56 2020-06-13] 178: Checking imports ** [09:37:56 2020-06-13] 178: Checking exports ** [09:37:56 2020-06-13] 178: Checking users ** [09:37:56 2020-06-13] 178: Checking user_dbs ** [09:37:56 2020-06-13] 178: Checking geocodings ** [09:37:56 2020-06-13] 178: Checking synchronizations ** [09:37:56 2020-06-13] 178: Checking tracker ** [09:37:56 2020-06-13] 178: Checking user_migrations ** [09:37:56 2020-06-13] 178: Checking batch_updates ** [09:37:56 2020-06-13] 178: Checking gears ** [09:37:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:37:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:01 2020-06-13] 178: Checking imports ** [09:38:01 2020-06-13] 178: Checking exports ** [09:38:01 2020-06-13] 178: Checking users ** [09:38:01 2020-06-13] 178: Checking user_dbs ** [09:38:01 2020-06-13] 178: Checking geocodings ** [09:38:01 2020-06-13] 178: Checking synchronizations ** [09:38:01 2020-06-13] 178: Checking tracker ** [09:38:01 2020-06-13] 178: Checking user_migrations ** [09:38:01 2020-06-13] 178: Checking batch_updates ** [09:38:01 2020-06-13] 178: Checking gears ** [09:38:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:38:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:06 2020-06-13] 178: Checking imports ** [09:38:06 2020-06-13] 178: Checking exports ** [09:38:06 2020-06-13] 178: Checking users ** [09:38:06 2020-06-13] 178: Checking user_dbs ** [09:38:06 2020-06-13] 178: Checking geocodings ** [09:38:06 2020-06-13] 178: Checking synchronizations ** [09:38:06 2020-06-13] 178: Checking tracker ** [09:38:06 2020-06-13] 178: Checking user_migrations ** [09:38:06 2020-06-13] 178: Checking batch_updates ** [09:38:06 2020-06-13] 178: Checking gears ** [09:38:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:38:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:11 2020-06-13] 178: Checking imports ** [09:38:11 2020-06-13] 178: Checking exports ** [09:38:11 2020-06-13] 178: Checking users ** [09:38:11 2020-06-13] 178: Checking user_dbs ** [09:38:11 2020-06-13] 178: Checking geocodings ** [09:38:11 2020-06-13] 178: Checking synchronizations ** [09:38:11 2020-06-13] 178: Checking tracker ** [09:38:11 2020-06-13] 178: Checking user_migrations ** [09:38:11 2020-06-13] 178: Checking batch_updates ** [09:38:11 2020-06-13] 178: Checking gears ** [09:38:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:38:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:16 2020-06-13] 178: Checking imports ** [09:38:16 2020-06-13] 178: Checking exports ** [09:38:16 2020-06-13] 178: Checking users ** [09:38:16 2020-06-13] 178: Checking user_dbs ** [09:38:16 2020-06-13] 178: Checking geocodings ** [09:38:16 2020-06-13] 178: Checking synchronizations ** [09:38:16 2020-06-13] 178: Checking tracker ** [09:38:16 2020-06-13] 178: Checking user_migrations ** [09:38:16 2020-06-13] 178: Checking batch_updates ** [09:38:16 2020-06-13] 178: Checking gears ** [09:38:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:38:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:21 2020-06-13] 178: Checking imports ** [09:38:21 2020-06-13] 178: Checking exports ** [09:38:21 2020-06-13] 178: Checking users ** [09:38:21 2020-06-13] 178: Checking user_dbs ** [09:38:21 2020-06-13] 178: Checking geocodings ** [09:38:21 2020-06-13] 178: Checking synchronizations ** [09:38:21 2020-06-13] 178: Checking tracker ** [09:38:21 2020-06-13] 178: Checking user_migrations ** [09:38:21 2020-06-13] 178: Checking batch_updates ** [09:38:21 2020-06-13] 178: Checking gears ** [09:38:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:38:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:26 2020-06-13] 178: Checking imports ** [09:38:26 2020-06-13] 178: Checking exports ** [09:38:26 2020-06-13] 178: Checking users ** [09:38:26 2020-06-13] 178: Checking user_dbs ** [09:38:26 2020-06-13] 178: Checking geocodings ** [09:38:26 2020-06-13] 178: Checking synchronizations ** [09:38:26 2020-06-13] 178: Checking tracker ** [09:38:26 2020-06-13] 178: Checking user_migrations ** [09:38:26 2020-06-13] 178: Checking batch_updates ** [09:38:26 2020-06-13] 178: Checking gears ** [09:38:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:38:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:31 2020-06-13] 178: Checking imports ** [09:38:31 2020-06-13] 178: Checking exports ** [09:38:31 2020-06-13] 178: Checking users ** [09:38:31 2020-06-13] 178: Checking user_dbs ** [09:38:31 2020-06-13] 178: Checking geocodings ** [09:38:31 2020-06-13] 178: Checking synchronizations ** [09:38:31 2020-06-13] 178: Checking tracker ** [09:38:31 2020-06-13] 178: Checking user_migrations ** [09:38:31 2020-06-13] 178: Checking batch_updates ** [09:38:31 2020-06-13] 178: Checking gears ** [09:38:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:38:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:36 2020-06-13] 178: Checking imports ** [09:38:36 2020-06-13] 178: Checking exports ** [09:38:36 2020-06-13] 178: Checking users ** [09:38:36 2020-06-13] 178: Checking user_dbs ** [09:38:36 2020-06-13] 178: Checking geocodings ** [09:38:36 2020-06-13] 178: Checking synchronizations ** [09:38:36 2020-06-13] 178: Checking tracker ** [09:38:36 2020-06-13] 178: Checking user_migrations ** [09:38:36 2020-06-13] 178: Checking batch_updates ** [09:38:36 2020-06-13] 178: Checking gears ** [09:38:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:38:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:41 2020-06-13] 178: Checking imports ** [09:38:41 2020-06-13] 178: Checking exports ** [09:38:41 2020-06-13] 178: Checking users ** [09:38:41 2020-06-13] 178: Checking user_dbs ** [09:38:41 2020-06-13] 178: Checking geocodings ** [09:38:41 2020-06-13] 178: Checking synchronizations ** [09:38:41 2020-06-13] 178: Checking tracker ** [09:38:41 2020-06-13] 178: Checking user_migrations ** [09:38:41 2020-06-13] 178: Checking batch_updates ** [09:38:41 2020-06-13] 178: Checking gears ** [09:38:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:38:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:46 2020-06-13] 178: Checking imports ** [09:38:46 2020-06-13] 178: Checking exports ** [09:38:46 2020-06-13] 178: Checking users ** [09:38:46 2020-06-13] 178: Checking user_dbs ** [09:38:46 2020-06-13] 178: Checking geocodings ** [09:38:46 2020-06-13] 178: Checking synchronizations ** [09:38:46 2020-06-13] 178: Checking tracker ** [09:38:46 2020-06-13] 178: Checking user_migrations ** [09:38:46 2020-06-13] 178: Checking batch_updates ** [09:38:46 2020-06-13] 178: Checking gears ** [09:38:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:38:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:51 2020-06-13] 178: Checking imports ** [09:38:51 2020-06-13] 178: Checking exports ** [09:38:51 2020-06-13] 178: Checking users ** [09:38:51 2020-06-13] 178: Checking user_dbs ** [09:38:51 2020-06-13] 178: Checking geocodings ** [09:38:51 2020-06-13] 178: Checking synchronizations ** [09:38:51 2020-06-13] 178: Checking tracker ** [09:38:51 2020-06-13] 178: Checking user_migrations ** [09:38:51 2020-06-13] 178: Checking batch_updates ** [09:38:51 2020-06-13] 178: Checking gears ** [09:38:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:38:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:56 2020-06-13] 178: Checking imports ** [09:38:56 2020-06-13] 178: Checking exports ** [09:38:56 2020-06-13] 178: Checking users ** [09:38:56 2020-06-13] 178: Checking user_dbs ** [09:38:56 2020-06-13] 178: Checking geocodings ** [09:38:56 2020-06-13] 178: Checking synchronizations ** [09:38:56 2020-06-13] 178: Checking tracker ** [09:38:56 2020-06-13] 178: Checking user_migrations ** [09:38:56 2020-06-13] 178: Checking batch_updates ** [09:38:56 2020-06-13] 178: Checking gears ** [09:38:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:38:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:01 2020-06-13] 178: Checking imports ** [09:39:01 2020-06-13] 178: Checking exports ** [09:39:01 2020-06-13] 178: Checking users ** [09:39:01 2020-06-13] 178: Checking user_dbs ** [09:39:01 2020-06-13] 178: Checking geocodings ** [09:39:01 2020-06-13] 178: Checking synchronizations ** [09:39:01 2020-06-13] 178: Checking tracker ** [09:39:01 2020-06-13] 178: Checking user_migrations ** [09:39:01 2020-06-13] 178: Checking batch_updates ** [09:39:01 2020-06-13] 178: Checking gears ** [09:39:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:39:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:06 2020-06-13] 178: Checking imports ** [09:39:06 2020-06-13] 178: Checking exports ** [09:39:06 2020-06-13] 178: Checking users ** [09:39:06 2020-06-13] 178: Checking user_dbs ** [09:39:06 2020-06-13] 178: Checking geocodings ** [09:39:06 2020-06-13] 178: Checking synchronizations ** [09:39:06 2020-06-13] 178: Checking tracker ** [09:39:06 2020-06-13] 178: Checking user_migrations ** [09:39:06 2020-06-13] 178: Checking batch_updates ** [09:39:06 2020-06-13] 178: Checking gears ** [09:39:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:39:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:11 2020-06-13] 178: Checking imports ** [09:39:11 2020-06-13] 178: Checking exports ** [09:39:11 2020-06-13] 178: Checking users ** [09:39:11 2020-06-13] 178: Checking user_dbs ** [09:39:11 2020-06-13] 178: Checking geocodings ** [09:39:11 2020-06-13] 178: Checking synchronizations ** [09:39:11 2020-06-13] 178: Checking tracker ** [09:39:11 2020-06-13] 178: Checking user_migrations ** [09:39:11 2020-06-13] 178: Checking batch_updates ** [09:39:11 2020-06-13] 178: Checking gears ** [09:39:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:39:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:16 2020-06-13] 178: Checking imports ** [09:39:16 2020-06-13] 178: Checking exports ** [09:39:16 2020-06-13] 178: Checking users ** [09:39:16 2020-06-13] 178: Checking user_dbs ** [09:39:16 2020-06-13] 178: Checking geocodings ** [09:39:16 2020-06-13] 178: Checking synchronizations ** [09:39:16 2020-06-13] 178: Checking tracker ** [09:39:16 2020-06-13] 178: Checking user_migrations ** [09:39:16 2020-06-13] 178: Checking batch_updates ** [09:39:16 2020-06-13] 178: Checking gears ** [09:39:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:39:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:21 2020-06-13] 178: Checking imports ** [09:39:21 2020-06-13] 178: Checking exports ** [09:39:21 2020-06-13] 178: Checking users ** [09:39:21 2020-06-13] 178: Checking user_dbs ** [09:39:21 2020-06-13] 178: Checking geocodings ** [09:39:21 2020-06-13] 178: Checking synchronizations ** [09:39:21 2020-06-13] 178: Checking tracker ** [09:39:21 2020-06-13] 178: Checking user_migrations ** [09:39:21 2020-06-13] 178: Checking batch_updates ** [09:39:21 2020-06-13] 178: Checking gears ** [09:39:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:39:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:26 2020-06-13] 178: Checking imports ** [09:39:26 2020-06-13] 178: Checking exports ** [09:39:26 2020-06-13] 178: Checking users ** [09:39:26 2020-06-13] 178: Checking user_dbs ** [09:39:26 2020-06-13] 178: Checking geocodings ** [09:39:26 2020-06-13] 178: Checking synchronizations ** [09:39:26 2020-06-13] 178: Checking tracker ** [09:39:26 2020-06-13] 178: Checking user_migrations ** [09:39:26 2020-06-13] 178: Checking batch_updates ** [09:39:26 2020-06-13] 178: Checking gears ** [09:39:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:39:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:31 2020-06-13] 178: Checking imports ** [09:39:31 2020-06-13] 178: Checking exports ** [09:39:31 2020-06-13] 178: Checking users ** [09:39:31 2020-06-13] 178: Checking user_dbs ** [09:39:31 2020-06-13] 178: Checking geocodings ** [09:39:31 2020-06-13] 178: Checking synchronizations ** [09:39:31 2020-06-13] 178: Checking tracker ** [09:39:31 2020-06-13] 178: Checking user_migrations ** [09:39:31 2020-06-13] 178: Checking batch_updates ** [09:39:31 2020-06-13] 178: Checking gears ** [09:39:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:39:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:36 2020-06-13] 178: Checking imports ** [09:39:36 2020-06-13] 178: Checking exports ** [09:39:36 2020-06-13] 178: Checking users ** [09:39:36 2020-06-13] 178: Checking user_dbs ** [09:39:36 2020-06-13] 178: Checking geocodings ** [09:39:36 2020-06-13] 178: Checking synchronizations ** [09:39:36 2020-06-13] 178: Checking tracker ** [09:39:36 2020-06-13] 178: Checking user_migrations ** [09:39:36 2020-06-13] 178: Checking batch_updates ** [09:39:36 2020-06-13] 178: Checking gears ** [09:39:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:39:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:41 2020-06-13] 178: Checking imports ** [09:39:41 2020-06-13] 178: Checking exports ** [09:39:41 2020-06-13] 178: Checking users ** [09:39:41 2020-06-13] 178: Checking user_dbs ** [09:39:41 2020-06-13] 178: Checking geocodings ** [09:39:41 2020-06-13] 178: Checking synchronizations ** [09:39:41 2020-06-13] 178: Checking tracker ** [09:39:41 2020-06-13] 178: Checking user_migrations ** [09:39:41 2020-06-13] 178: Checking batch_updates ** [09:39:41 2020-06-13] 178: Checking gears ** [09:39:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:39:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:46 2020-06-13] 178: Checking imports ** [09:39:46 2020-06-13] 178: Checking exports ** [09:39:46 2020-06-13] 178: Checking users ** [09:39:46 2020-06-13] 178: Checking user_dbs ** [09:39:46 2020-06-13] 178: Checking geocodings ** [09:39:46 2020-06-13] 178: Checking synchronizations ** [09:39:46 2020-06-13] 178: Checking tracker ** [09:39:46 2020-06-13] 178: Checking user_migrations ** [09:39:46 2020-06-13] 178: Checking batch_updates ** [09:39:46 2020-06-13] 178: Checking gears ** [09:39:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:39:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:51 2020-06-13] 178: Checking imports ** [09:39:51 2020-06-13] 178: Checking exports ** [09:39:51 2020-06-13] 178: Checking users ** [09:39:51 2020-06-13] 178: Checking user_dbs ** [09:39:51 2020-06-13] 178: Checking geocodings ** [09:39:51 2020-06-13] 178: Checking synchronizations ** [09:39:51 2020-06-13] 178: Checking tracker ** [09:39:51 2020-06-13] 178: Checking user_migrations ** [09:39:51 2020-06-13] 178: Checking batch_updates ** [09:39:51 2020-06-13] 178: Checking gears ** [09:39:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:39:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:56 2020-06-13] 178: Checking imports ** [09:39:56 2020-06-13] 178: Checking exports ** [09:39:56 2020-06-13] 178: Checking users ** [09:39:56 2020-06-13] 178: Checking user_dbs ** [09:39:56 2020-06-13] 178: Checking geocodings ** [09:39:56 2020-06-13] 178: Checking synchronizations ** [09:39:56 2020-06-13] 178: Checking tracker ** [09:39:56 2020-06-13] 178: Checking user_migrations ** [09:39:56 2020-06-13] 178: Checking batch_updates ** [09:39:56 2020-06-13] 178: Checking gears ** [09:39:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:39:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:01 2020-06-13] 178: Checking imports ** [09:40:01 2020-06-13] 178: Checking exports ** [09:40:01 2020-06-13] 178: Checking users ** [09:40:01 2020-06-13] 178: Checking user_dbs ** [09:40:01 2020-06-13] 178: Checking geocodings ** [09:40:01 2020-06-13] 178: Checking synchronizations ** [09:40:01 2020-06-13] 178: Checking tracker ** [09:40:01 2020-06-13] 178: Checking user_migrations ** [09:40:01 2020-06-13] 178: Checking batch_updates ** [09:40:01 2020-06-13] 178: Checking gears ** [09:40:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:40:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:06 2020-06-13] 178: Checking imports ** [09:40:06 2020-06-13] 178: Checking exports ** [09:40:06 2020-06-13] 178: Checking users ** [09:40:06 2020-06-13] 178: Checking user_dbs ** [09:40:06 2020-06-13] 178: Checking geocodings ** [09:40:06 2020-06-13] 178: Checking synchronizations ** [09:40:06 2020-06-13] 178: Checking tracker ** [09:40:06 2020-06-13] 178: Checking user_migrations ** [09:40:06 2020-06-13] 178: Checking batch_updates ** [09:40:06 2020-06-13] 178: Checking gears ** [09:40:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:40:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:11 2020-06-13] 178: Checking imports ** [09:40:16 2020-06-13] 178: Checking exports ** [09:40:16 2020-06-13] 178: Checking users ** [09:40:16 2020-06-13] 178: Checking user_dbs ** [09:40:16 2020-06-13] 178: Checking geocodings ** [09:40:16 2020-06-13] 178: Checking synchronizations ** [09:40:16 2020-06-13] 178: Checking tracker ** [09:40:16 2020-06-13] 178: Checking user_migrations ** [09:40:16 2020-06-13] 178: Checking batch_updates ** [09:40:16 2020-06-13] 178: Checking gears ** [09:40:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:40:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:21 2020-06-13] 178: Checking imports ** [09:40:21 2020-06-13] 178: Checking exports ** [09:40:21 2020-06-13] 178: Checking users ** [09:40:21 2020-06-13] 178: Checking user_dbs ** [09:40:21 2020-06-13] 178: Checking geocodings ** [09:40:21 2020-06-13] 178: Checking synchronizations ** [09:40:21 2020-06-13] 178: Checking tracker ** [09:40:21 2020-06-13] 178: Checking user_migrations ** [09:40:21 2020-06-13] 178: Checking batch_updates ** [09:40:21 2020-06-13] 178: Checking gears ** [09:40:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:40:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:26 2020-06-13] 178: Checking imports ** [09:40:26 2020-06-13] 178: Checking exports ** [09:40:26 2020-06-13] 178: Checking users ** [09:40:26 2020-06-13] 178: Checking user_dbs ** [09:40:26 2020-06-13] 178: Checking geocodings ** [09:40:26 2020-06-13] 178: Checking synchronizations ** [09:40:26 2020-06-13] 178: Checking tracker ** [09:40:26 2020-06-13] 178: Checking user_migrations ** [09:40:26 2020-06-13] 178: Checking batch_updates ** [09:40:26 2020-06-13] 178: Checking gears ** [09:40:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:40:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:31 2020-06-13] 178: Checking imports ** [09:40:31 2020-06-13] 178: Checking exports ** [09:40:31 2020-06-13] 178: Checking users ** [09:40:31 2020-06-13] 178: Checking user_dbs ** [09:40:31 2020-06-13] 178: Checking geocodings ** [09:40:31 2020-06-13] 178: Checking synchronizations ** [09:40:31 2020-06-13] 178: Checking tracker ** [09:40:31 2020-06-13] 178: Checking user_migrations ** [09:40:31 2020-06-13] 178: Checking batch_updates ** [09:40:31 2020-06-13] 178: Checking gears ** [09:40:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:40:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:36 2020-06-13] 178: Checking imports ** [09:40:36 2020-06-13] 178: Checking exports ** [09:40:36 2020-06-13] 178: Checking users ** [09:40:36 2020-06-13] 178: Checking user_dbs ** [09:40:36 2020-06-13] 178: Checking geocodings ** [09:40:36 2020-06-13] 178: Checking synchronizations ** [09:40:36 2020-06-13] 178: Checking tracker ** [09:40:36 2020-06-13] 178: Checking user_migrations ** [09:40:36 2020-06-13] 178: Checking batch_updates ** [09:40:36 2020-06-13] 178: Checking gears ** [09:40:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:40:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:41 2020-06-13] 178: Checking imports ** [09:40:41 2020-06-13] 178: Checking exports ** [09:40:41 2020-06-13] 178: Checking users ** [09:40:41 2020-06-13] 178: Checking user_dbs ** [09:40:41 2020-06-13] 178: Checking geocodings ** [09:40:41 2020-06-13] 178: Checking synchronizations ** [09:40:41 2020-06-13] 178: Checking tracker ** [09:40:41 2020-06-13] 178: Checking user_migrations ** [09:40:41 2020-06-13] 178: Checking batch_updates ** [09:40:41 2020-06-13] 178: Checking gears ** [09:40:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:40:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:46 2020-06-13] 178: Checking imports ** [09:40:46 2020-06-13] 178: Checking exports ** [09:40:46 2020-06-13] 178: Checking users ** [09:40:46 2020-06-13] 178: Checking user_dbs ** [09:40:46 2020-06-13] 178: Checking geocodings ** [09:40:46 2020-06-13] 178: Checking synchronizations ** [09:40:46 2020-06-13] 178: Checking tracker ** [09:40:46 2020-06-13] 178: Checking user_migrations ** [09:40:46 2020-06-13] 178: Checking batch_updates ** [09:40:46 2020-06-13] 178: Checking gears ** [09:40:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:40:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:51 2020-06-13] 178: Checking imports ** [09:40:51 2020-06-13] 178: Checking exports ** [09:40:51 2020-06-13] 178: Checking users ** [09:40:51 2020-06-13] 178: Checking user_dbs ** [09:40:51 2020-06-13] 178: Checking geocodings ** [09:40:51 2020-06-13] 178: Checking synchronizations ** [09:40:51 2020-06-13] 178: Checking tracker ** [09:40:51 2020-06-13] 178: Checking user_migrations ** [09:40:51 2020-06-13] 178: Checking batch_updates ** [09:40:51 2020-06-13] 178: Checking gears ** [09:40:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:40:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:56 2020-06-13] 178: Checking imports ** [09:40:56 2020-06-13] 178: Checking exports ** [09:40:56 2020-06-13] 178: Checking users ** [09:40:56 2020-06-13] 178: Checking user_dbs ** [09:40:56 2020-06-13] 178: Checking geocodings ** [09:40:56 2020-06-13] 178: Checking synchronizations ** [09:40:56 2020-06-13] 178: Checking tracker ** [09:40:56 2020-06-13] 178: Checking user_migrations ** [09:40:56 2020-06-13] 178: Checking batch_updates ** [09:40:56 2020-06-13] 178: Checking gears ** [09:40:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:40:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:01 2020-06-13] 178: Checking imports ** [09:41:01 2020-06-13] 178: Checking exports ** [09:41:01 2020-06-13] 178: Checking users ** [09:41:01 2020-06-13] 178: Checking user_dbs ** [09:41:01 2020-06-13] 178: Checking geocodings ** [09:41:01 2020-06-13] 178: Checking synchronizations ** [09:41:01 2020-06-13] 178: Checking tracker ** [09:41:01 2020-06-13] 178: Checking user_migrations ** [09:41:01 2020-06-13] 178: Checking batch_updates ** [09:41:01 2020-06-13] 178: Checking gears ** [09:41:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:41:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:06 2020-06-13] 178: Checking imports ** [09:41:06 2020-06-13] 178: Checking exports ** [09:41:06 2020-06-13] 178: Checking users ** [09:41:06 2020-06-13] 178: Checking user_dbs ** [09:41:06 2020-06-13] 178: Checking geocodings ** [09:41:06 2020-06-13] 178: Checking synchronizations ** [09:41:06 2020-06-13] 178: Checking tracker ** [09:41:06 2020-06-13] 178: Checking user_migrations ** [09:41:06 2020-06-13] 178: Checking batch_updates ** [09:41:06 2020-06-13] 178: Checking gears ** [09:41:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:41:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:11 2020-06-13] 178: Checking imports ** [09:41:11 2020-06-13] 178: Checking exports ** [09:41:11 2020-06-13] 178: Checking users ** [09:41:11 2020-06-13] 178: Checking user_dbs ** [09:41:11 2020-06-13] 178: Checking geocodings ** [09:41:11 2020-06-13] 178: Checking synchronizations ** [09:41:11 2020-06-13] 178: Checking tracker ** [09:41:11 2020-06-13] 178: Checking user_migrations ** [09:41:11 2020-06-13] 178: Checking batch_updates ** [09:41:11 2020-06-13] 178: Checking gears ** [09:41:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:41:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:16 2020-06-13] 178: Checking imports ** [09:41:16 2020-06-13] 178: Checking exports ** [09:41:16 2020-06-13] 178: Checking users ** [09:41:16 2020-06-13] 178: Checking user_dbs ** [09:41:16 2020-06-13] 178: Checking geocodings ** [09:41:16 2020-06-13] 178: Checking synchronizations ** [09:41:16 2020-06-13] 178: Checking tracker ** [09:41:16 2020-06-13] 178: Checking user_migrations ** [09:41:16 2020-06-13] 178: Checking batch_updates ** [09:41:16 2020-06-13] 178: Checking gears ** [09:41:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:41:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:21 2020-06-13] 178: Checking imports ** [09:41:21 2020-06-13] 178: Checking exports ** [09:41:21 2020-06-13] 178: Checking users ** [09:41:21 2020-06-13] 178: Checking user_dbs ** [09:41:21 2020-06-13] 178: Checking geocodings ** [09:41:21 2020-06-13] 178: Checking synchronizations ** [09:41:21 2020-06-13] 178: Checking tracker ** [09:41:21 2020-06-13] 178: Checking user_migrations ** [09:41:21 2020-06-13] 178: Checking batch_updates ** [09:41:21 2020-06-13] 178: Checking gears ** [09:41:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:41:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:26 2020-06-13] 178: Checking imports ** [09:41:26 2020-06-13] 178: Checking exports ** [09:41:26 2020-06-13] 178: Checking users ** [09:41:26 2020-06-13] 178: Checking user_dbs ** [09:41:26 2020-06-13] 178: Checking geocodings ** [09:41:26 2020-06-13] 178: Checking synchronizations ** [09:41:26 2020-06-13] 178: Checking tracker ** [09:41:26 2020-06-13] 178: Checking user_migrations ** [09:41:26 2020-06-13] 178: Checking batch_updates ** [09:41:26 2020-06-13] 178: Checking gears ** [09:41:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:41:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:31 2020-06-13] 178: Checking imports ** [09:41:31 2020-06-13] 178: Checking exports ** [09:41:31 2020-06-13] 178: Checking users ** [09:41:31 2020-06-13] 178: Checking user_dbs ** [09:41:31 2020-06-13] 178: Checking geocodings ** [09:41:31 2020-06-13] 178: Checking synchronizations ** [09:41:31 2020-06-13] 178: Checking tracker ** [09:41:31 2020-06-13] 178: Checking user_migrations ** [09:41:31 2020-06-13] 178: Checking batch_updates ** [09:41:31 2020-06-13] 178: Checking gears ** [09:41:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:41:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:36 2020-06-13] 178: Checking imports ** [09:41:36 2020-06-13] 178: Checking exports ** [09:41:36 2020-06-13] 178: Checking users ** [09:41:36 2020-06-13] 178: Checking user_dbs ** [09:41:36 2020-06-13] 178: Checking geocodings ** [09:41:36 2020-06-13] 178: Checking synchronizations ** [09:41:36 2020-06-13] 178: Checking tracker ** [09:41:36 2020-06-13] 178: Checking user_migrations ** [09:41:36 2020-06-13] 178: Checking batch_updates ** [09:41:36 2020-06-13] 178: Checking gears ** [09:41:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:41:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:41 2020-06-13] 178: Checking imports ** [09:41:41 2020-06-13] 178: Checking exports ** [09:41:41 2020-06-13] 178: Checking users ** [09:41:41 2020-06-13] 178: Checking user_dbs ** [09:41:41 2020-06-13] 178: Checking geocodings ** [09:41:41 2020-06-13] 178: Checking synchronizations ** [09:41:41 2020-06-13] 178: Checking tracker ** [09:41:41 2020-06-13] 178: Checking user_migrations ** [09:41:41 2020-06-13] 178: Checking batch_updates ** [09:41:41 2020-06-13] 178: Checking gears ** [09:41:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:41:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:46 2020-06-13] 178: Checking imports ** [09:41:46 2020-06-13] 178: Checking exports ** [09:41:46 2020-06-13] 178: Checking users ** [09:41:46 2020-06-13] 178: Checking user_dbs ** [09:41:46 2020-06-13] 178: Checking geocodings ** [09:41:46 2020-06-13] 178: Checking synchronizations ** [09:41:46 2020-06-13] 178: Checking tracker ** [09:41:46 2020-06-13] 178: Checking user_migrations ** [09:41:46 2020-06-13] 178: Checking batch_updates ** [09:41:46 2020-06-13] 178: Checking gears ** [09:41:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:41:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:51 2020-06-13] 178: Checking imports ** [09:41:51 2020-06-13] 178: Checking exports ** [09:41:51 2020-06-13] 178: Checking users ** [09:41:51 2020-06-13] 178: Checking user_dbs ** [09:41:51 2020-06-13] 178: Checking geocodings ** [09:41:51 2020-06-13] 178: Checking synchronizations ** [09:41:51 2020-06-13] 178: Checking tracker ** [09:41:51 2020-06-13] 178: Checking user_migrations ** [09:41:51 2020-06-13] 178: Checking batch_updates ** [09:41:51 2020-06-13] 178: Checking gears ** [09:41:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:41:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:56 2020-06-13] 178: Checking imports ** [09:41:56 2020-06-13] 178: Checking exports ** [09:41:56 2020-06-13] 178: Checking users ** [09:41:56 2020-06-13] 178: Checking user_dbs ** [09:41:56 2020-06-13] 178: Checking geocodings ** [09:41:56 2020-06-13] 178: Checking synchronizations ** [09:41:56 2020-06-13] 178: Checking tracker ** [09:41:56 2020-06-13] 178: Checking user_migrations ** [09:41:56 2020-06-13] 178: Checking batch_updates ** [09:41:56 2020-06-13] 178: Checking gears ** [09:41:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:41:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:01 2020-06-13] 178: Checking imports ** [09:42:01 2020-06-13] 178: Checking exports ** [09:42:01 2020-06-13] 178: Checking users ** [09:42:01 2020-06-13] 178: Checking user_dbs ** [09:42:01 2020-06-13] 178: Checking geocodings ** [09:42:01 2020-06-13] 178: Checking synchronizations ** [09:42:01 2020-06-13] 178: Checking tracker ** [09:42:01 2020-06-13] 178: Checking user_migrations ** [09:42:01 2020-06-13] 178: Checking batch_updates ** [09:42:01 2020-06-13] 178: Checking gears ** [09:42:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:42:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:06 2020-06-13] 178: Checking imports ** [09:42:06 2020-06-13] 178: Checking exports ** [09:42:06 2020-06-13] 178: Checking users ** [09:42:06 2020-06-13] 178: Checking user_dbs ** [09:42:06 2020-06-13] 178: Checking geocodings ** [09:42:06 2020-06-13] 178: Checking synchronizations ** [09:42:06 2020-06-13] 178: Checking tracker ** [09:42:06 2020-06-13] 178: Checking user_migrations ** [09:42:06 2020-06-13] 178: Checking batch_updates ** [09:42:06 2020-06-13] 178: Checking gears ** [09:42:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:42:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:11 2020-06-13] 178: Checking imports ** [09:42:11 2020-06-13] 178: Checking exports ** [09:42:11 2020-06-13] 178: Checking users ** [09:42:11 2020-06-13] 178: Checking user_dbs ** [09:42:11 2020-06-13] 178: Checking geocodings ** [09:42:11 2020-06-13] 178: Checking synchronizations ** [09:42:11 2020-06-13] 178: Checking tracker ** [09:42:11 2020-06-13] 178: Checking user_migrations ** [09:42:11 2020-06-13] 178: Checking batch_updates ** [09:42:11 2020-06-13] 178: Checking gears ** [09:42:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:42:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:16 2020-06-13] 178: Checking imports ** [09:42:16 2020-06-13] 178: Checking exports ** [09:42:16 2020-06-13] 178: Checking users ** [09:42:16 2020-06-13] 178: Checking user_dbs ** [09:42:16 2020-06-13] 178: Checking geocodings ** [09:42:16 2020-06-13] 178: Checking synchronizations ** [09:42:16 2020-06-13] 178: Checking tracker ** [09:42:16 2020-06-13] 178: Checking user_migrations ** [09:42:16 2020-06-13] 178: Checking batch_updates ** [09:42:16 2020-06-13] 178: Checking gears ** [09:42:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:42:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:21 2020-06-13] 178: Checking imports ** [09:42:21 2020-06-13] 178: Checking exports ** [09:42:21 2020-06-13] 178: Checking users ** [09:42:21 2020-06-13] 178: Checking user_dbs ** [09:42:21 2020-06-13] 178: Checking geocodings ** [09:42:21 2020-06-13] 178: Checking synchronizations ** [09:42:21 2020-06-13] 178: Checking tracker ** [09:42:21 2020-06-13] 178: Checking user_migrations ** [09:42:21 2020-06-13] 178: Checking batch_updates ** [09:42:21 2020-06-13] 178: Checking gears ** [09:42:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:42:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:26 2020-06-13] 178: Checking imports ** [09:42:26 2020-06-13] 178: Checking exports ** [09:42:26 2020-06-13] 178: Checking users ** [09:42:26 2020-06-13] 178: Checking user_dbs ** [09:42:26 2020-06-13] 178: Checking geocodings ** [09:42:26 2020-06-13] 178: Checking synchronizations ** [09:42:26 2020-06-13] 178: Checking tracker ** [09:42:26 2020-06-13] 178: Checking user_migrations ** [09:42:26 2020-06-13] 178: Checking batch_updates ** [09:42:26 2020-06-13] 178: Checking gears ** [09:42:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:42:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:31 2020-06-13] 178: Checking imports ** [09:42:31 2020-06-13] 178: Checking exports ** [09:42:31 2020-06-13] 178: Checking users ** [09:42:31 2020-06-13] 178: Checking user_dbs ** [09:42:31 2020-06-13] 178: Checking geocodings ** [09:42:31 2020-06-13] 178: Checking synchronizations ** [09:42:31 2020-06-13] 178: Checking tracker ** [09:42:31 2020-06-13] 178: Checking user_migrations ** [09:42:31 2020-06-13] 178: Checking batch_updates ** [09:42:31 2020-06-13] 178: Checking gears ** [09:42:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:42:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:36 2020-06-13] 178: Checking imports ** [09:42:36 2020-06-13] 178: Checking exports ** [09:42:36 2020-06-13] 178: Checking users ** [09:42:36 2020-06-13] 178: Checking user_dbs ** [09:42:36 2020-06-13] 178: Checking geocodings ** [09:42:36 2020-06-13] 178: Checking synchronizations ** [09:42:36 2020-06-13] 178: Checking tracker ** [09:42:36 2020-06-13] 178: Checking user_migrations ** [09:42:36 2020-06-13] 178: Checking batch_updates ** [09:42:36 2020-06-13] 178: Checking gears ** [09:42:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:42:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:41 2020-06-13] 178: Checking imports ** [09:42:41 2020-06-13] 178: Checking exports ** [09:42:41 2020-06-13] 178: Checking users ** [09:42:41 2020-06-13] 178: Checking user_dbs ** [09:42:41 2020-06-13] 178: Checking geocodings ** [09:42:41 2020-06-13] 178: Checking synchronizations ** [09:42:41 2020-06-13] 178: Checking tracker ** [09:42:41 2020-06-13] 178: Checking user_migrations ** [09:42:41 2020-06-13] 178: Checking batch_updates ** [09:42:41 2020-06-13] 178: Checking gears ** [09:42:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:42:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:46 2020-06-13] 178: Checking imports ** [09:42:46 2020-06-13] 178: Checking exports ** [09:42:46 2020-06-13] 178: Checking users ** [09:42:46 2020-06-13] 178: Checking user_dbs ** [09:42:46 2020-06-13] 178: Checking geocodings ** [09:42:46 2020-06-13] 178: Checking synchronizations ** [09:42:46 2020-06-13] 178: Checking tracker ** [09:42:46 2020-06-13] 178: Checking user_migrations ** [09:42:46 2020-06-13] 178: Checking batch_updates ** [09:42:46 2020-06-13] 178: Checking gears ** [09:42:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:42:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:51 2020-06-13] 178: Checking imports ** [09:42:51 2020-06-13] 178: Checking exports ** [09:42:51 2020-06-13] 178: Checking users ** [09:42:51 2020-06-13] 178: Checking user_dbs ** [09:42:51 2020-06-13] 178: Checking geocodings ** [09:42:51 2020-06-13] 178: Checking synchronizations ** [09:42:51 2020-06-13] 178: Checking tracker ** [09:42:51 2020-06-13] 178: Checking user_migrations ** [09:42:51 2020-06-13] 178: Checking batch_updates ** [09:42:51 2020-06-13] 178: Checking gears ** [09:42:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:42:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:56 2020-06-13] 178: Checking imports ** [09:42:56 2020-06-13] 178: Checking exports ** [09:42:56 2020-06-13] 178: Checking users ** [09:42:56 2020-06-13] 178: Checking user_dbs ** [09:42:56 2020-06-13] 178: Checking geocodings ** [09:42:56 2020-06-13] 178: Checking synchronizations ** [09:42:56 2020-06-13] 178: Checking tracker ** [09:42:56 2020-06-13] 178: Checking user_migrations ** [09:42:56 2020-06-13] 178: Checking batch_updates ** [09:42:56 2020-06-13] 178: Checking gears ** [09:42:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:42:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:01 2020-06-13] 178: Checking imports ** [09:43:01 2020-06-13] 178: Checking exports ** [09:43:01 2020-06-13] 178: Checking users ** [09:43:01 2020-06-13] 178: Checking user_dbs ** [09:43:01 2020-06-13] 178: Checking geocodings ** [09:43:01 2020-06-13] 178: Checking synchronizations ** [09:43:01 2020-06-13] 178: Checking tracker ** [09:43:01 2020-06-13] 178: Checking user_migrations ** [09:43:01 2020-06-13] 178: Checking batch_updates ** [09:43:01 2020-06-13] 178: Checking gears ** [09:43:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:43:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:06 2020-06-13] 178: Checking imports ** [09:43:06 2020-06-13] 178: Checking exports ** [09:43:06 2020-06-13] 178: Checking users ** [09:43:06 2020-06-13] 178: Checking user_dbs ** [09:43:06 2020-06-13] 178: Checking geocodings ** [09:43:06 2020-06-13] 178: Checking synchronizations ** [09:43:06 2020-06-13] 178: Checking tracker ** [09:43:06 2020-06-13] 178: Checking user_migrations ** [09:43:06 2020-06-13] 178: Checking batch_updates ** [09:43:06 2020-06-13] 178: Checking gears ** [09:43:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:43:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:11 2020-06-13] 178: Checking imports ** [09:43:11 2020-06-13] 178: Checking exports ** [09:43:11 2020-06-13] 178: Checking users ** [09:43:11 2020-06-13] 178: Checking user_dbs ** [09:43:11 2020-06-13] 178: Checking geocodings ** [09:43:11 2020-06-13] 178: Checking synchronizations ** [09:43:11 2020-06-13] 178: Checking tracker ** [09:43:11 2020-06-13] 178: Checking user_migrations ** [09:43:11 2020-06-13] 178: Checking batch_updates ** [09:43:11 2020-06-13] 178: Checking gears ** [09:43:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:43:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:16 2020-06-13] 178: Checking imports ** [09:43:16 2020-06-13] 178: Checking exports ** [09:43:16 2020-06-13] 178: Checking users ** [09:43:16 2020-06-13] 178: Checking user_dbs ** [09:43:16 2020-06-13] 178: Checking geocodings ** [09:43:16 2020-06-13] 178: Checking synchronizations ** [09:43:16 2020-06-13] 178: Checking tracker ** [09:43:16 2020-06-13] 178: Checking user_migrations ** [09:43:16 2020-06-13] 178: Checking batch_updates ** [09:43:16 2020-06-13] 178: Checking gears ** [09:43:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:43:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:21 2020-06-13] 178: Checking imports ** [09:43:21 2020-06-13] 178: Checking exports ** [09:43:21 2020-06-13] 178: Checking users ** [09:43:21 2020-06-13] 178: Checking user_dbs ** [09:43:21 2020-06-13] 178: Checking geocodings ** [09:43:21 2020-06-13] 178: Checking synchronizations ** [09:43:21 2020-06-13] 178: Checking tracker ** [09:43:21 2020-06-13] 178: Checking user_migrations ** [09:43:21 2020-06-13] 178: Checking batch_updates ** [09:43:21 2020-06-13] 178: Checking gears ** [09:43:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:43:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:26 2020-06-13] 178: Checking imports ** [09:43:26 2020-06-13] 178: Checking exports ** [09:43:26 2020-06-13] 178: Checking users ** [09:43:26 2020-06-13] 178: Checking user_dbs ** [09:43:26 2020-06-13] 178: Checking geocodings ** [09:43:26 2020-06-13] 178: Checking synchronizations ** [09:43:26 2020-06-13] 178: Checking tracker ** [09:43:26 2020-06-13] 178: Checking user_migrations ** [09:43:26 2020-06-13] 178: Checking batch_updates ** [09:43:26 2020-06-13] 178: Checking gears ** [09:43:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:43:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:31 2020-06-13] 178: Checking imports ** [09:43:31 2020-06-13] 178: Checking exports ** [09:43:31 2020-06-13] 178: Checking users ** [09:43:31 2020-06-13] 178: Checking user_dbs ** [09:43:31 2020-06-13] 178: Checking geocodings ** [09:43:31 2020-06-13] 178: Checking synchronizations ** [09:43:31 2020-06-13] 178: Checking tracker ** [09:43:31 2020-06-13] 178: Checking user_migrations ** [09:43:31 2020-06-13] 178: Checking batch_updates ** [09:43:31 2020-06-13] 178: Checking gears ** [09:43:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:43:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:36 2020-06-13] 178: Checking imports ** [09:43:36 2020-06-13] 178: Checking exports ** [09:43:36 2020-06-13] 178: Checking users ** [09:43:36 2020-06-13] 178: Checking user_dbs ** [09:43:36 2020-06-13] 178: Checking geocodings ** [09:43:36 2020-06-13] 178: Checking synchronizations ** [09:43:36 2020-06-13] 178: Checking tracker ** [09:43:36 2020-06-13] 178: Checking user_migrations ** [09:43:36 2020-06-13] 178: Checking batch_updates ** [09:43:36 2020-06-13] 178: Checking gears ** [09:43:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:43:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:41 2020-06-13] 178: Checking imports ** [09:43:41 2020-06-13] 178: Checking exports ** [09:43:41 2020-06-13] 178: Checking users ** [09:43:41 2020-06-13] 178: Checking user_dbs ** [09:43:41 2020-06-13] 178: Checking geocodings ** [09:43:41 2020-06-13] 178: Checking synchronizations ** [09:43:41 2020-06-13] 178: Checking tracker ** [09:43:41 2020-06-13] 178: Checking user_migrations ** [09:43:41 2020-06-13] 178: Checking batch_updates ** [09:43:41 2020-06-13] 178: Checking gears ** [09:43:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:43:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:46 2020-06-13] 178: Checking imports ** [09:43:46 2020-06-13] 178: Checking exports ** [09:43:46 2020-06-13] 178: Checking users ** [09:43:46 2020-06-13] 178: Checking user_dbs ** [09:43:46 2020-06-13] 178: Checking geocodings ** [09:43:46 2020-06-13] 178: Checking synchronizations ** [09:43:46 2020-06-13] 178: Checking tracker ** [09:43:46 2020-06-13] 178: Checking user_migrations ** [09:43:46 2020-06-13] 178: Checking batch_updates ** [09:43:46 2020-06-13] 178: Checking gears ** [09:43:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:43:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:51 2020-06-13] 178: Checking imports ** [09:43:51 2020-06-13] 178: Checking exports ** [09:43:51 2020-06-13] 178: Checking users ** [09:43:51 2020-06-13] 178: Checking user_dbs ** [09:43:51 2020-06-13] 178: Checking geocodings ** [09:43:51 2020-06-13] 178: Checking synchronizations ** [09:43:51 2020-06-13] 178: Checking tracker ** [09:43:51 2020-06-13] 178: Checking user_migrations ** [09:43:51 2020-06-13] 178: Checking batch_updates ** [09:43:51 2020-06-13] 178: Checking gears ** [09:43:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:43:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:56 2020-06-13] 178: Checking imports ** [09:43:56 2020-06-13] 178: Checking exports ** [09:43:56 2020-06-13] 178: Checking users ** [09:43:56 2020-06-13] 178: Checking user_dbs ** [09:43:56 2020-06-13] 178: Checking geocodings ** [09:43:56 2020-06-13] 178: Checking synchronizations ** [09:43:56 2020-06-13] 178: Checking tracker ** [09:43:56 2020-06-13] 178: Checking user_migrations ** [09:43:56 2020-06-13] 178: Checking batch_updates ** [09:43:56 2020-06-13] 178: Checking gears ** [09:43:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:43:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:01 2020-06-13] 178: Checking imports ** [09:44:01 2020-06-13] 178: Checking exports ** [09:44:01 2020-06-13] 178: Checking users ** [09:44:01 2020-06-13] 178: Checking user_dbs ** [09:44:01 2020-06-13] 178: Checking geocodings ** [09:44:01 2020-06-13] 178: Checking synchronizations ** [09:44:01 2020-06-13] 178: Checking tracker ** [09:44:01 2020-06-13] 178: Checking user_migrations ** [09:44:01 2020-06-13] 178: Checking batch_updates ** [09:44:01 2020-06-13] 178: Checking gears ** [09:44:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:44:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:06 2020-06-13] 178: Checking imports ** [09:44:06 2020-06-13] 178: Checking exports ** [09:44:06 2020-06-13] 178: Checking users ** [09:44:06 2020-06-13] 178: Checking user_dbs ** [09:44:06 2020-06-13] 178: Checking geocodings ** [09:44:06 2020-06-13] 178: Checking synchronizations ** [09:44:06 2020-06-13] 178: Checking tracker ** [09:44:06 2020-06-13] 178: Checking user_migrations ** [09:44:06 2020-06-13] 178: Checking batch_updates ** [09:44:06 2020-06-13] 178: Checking gears ** [09:44:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:44:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:11 2020-06-13] 178: Checking imports ** [09:44:11 2020-06-13] 178: Checking exports ** [09:44:11 2020-06-13] 178: Checking users ** [09:44:11 2020-06-13] 178: Checking user_dbs ** [09:44:11 2020-06-13] 178: Checking geocodings ** [09:44:11 2020-06-13] 178: Checking synchronizations ** [09:44:11 2020-06-13] 178: Checking tracker ** [09:44:11 2020-06-13] 178: Checking user_migrations ** [09:44:11 2020-06-13] 178: Checking batch_updates ** [09:44:11 2020-06-13] 178: Checking gears ** [09:44:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:44:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:16 2020-06-13] 178: Checking imports ** [09:44:16 2020-06-13] 178: Checking exports ** [09:44:16 2020-06-13] 178: Checking users ** [09:44:16 2020-06-13] 178: Checking user_dbs ** [09:44:16 2020-06-13] 178: Checking geocodings ** [09:44:16 2020-06-13] 178: Checking synchronizations ** [09:44:16 2020-06-13] 178: Checking tracker ** [09:44:16 2020-06-13] 178: Checking user_migrations ** [09:44:16 2020-06-13] 178: Checking batch_updates ** [09:44:16 2020-06-13] 178: Checking gears ** [09:44:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:44:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:21 2020-06-13] 178: Checking imports ** [09:44:21 2020-06-13] 178: Checking exports ** [09:44:21 2020-06-13] 178: Checking users ** [09:44:21 2020-06-13] 178: Checking user_dbs ** [09:44:21 2020-06-13] 178: Checking geocodings ** [09:44:21 2020-06-13] 178: Checking synchronizations ** [09:44:21 2020-06-13] 178: Checking tracker ** [09:44:21 2020-06-13] 178: Checking user_migrations ** [09:44:21 2020-06-13] 178: Checking batch_updates ** [09:44:21 2020-06-13] 178: Checking gears ** [09:44:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:44:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:26 2020-06-13] 178: Checking imports ** [09:44:26 2020-06-13] 178: Checking exports ** [09:44:26 2020-06-13] 178: Checking users ** [09:44:26 2020-06-13] 178: Checking user_dbs ** [09:44:26 2020-06-13] 178: Checking geocodings ** [09:44:26 2020-06-13] 178: Checking synchronizations ** [09:44:26 2020-06-13] 178: Checking tracker ** [09:44:26 2020-06-13] 178: Checking user_migrations ** [09:44:26 2020-06-13] 178: Checking batch_updates ** [09:44:26 2020-06-13] 178: Checking gears ** [09:44:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:44:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:31 2020-06-13] 178: Checking imports ** [09:44:31 2020-06-13] 178: Checking exports ** [09:44:31 2020-06-13] 178: Checking users ** [09:44:31 2020-06-13] 178: Checking user_dbs ** [09:44:31 2020-06-13] 178: Checking geocodings ** [09:44:31 2020-06-13] 178: Checking synchronizations ** [09:44:31 2020-06-13] 178: Checking tracker ** [09:44:31 2020-06-13] 178: Checking user_migrations ** [09:44:31 2020-06-13] 178: Checking batch_updates ** [09:44:31 2020-06-13] 178: Checking gears ** [09:44:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:44:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:36 2020-06-13] 178: Checking imports ** [09:44:36 2020-06-13] 178: Checking exports ** [09:44:36 2020-06-13] 178: Checking users ** [09:44:36 2020-06-13] 178: Checking user_dbs ** [09:44:36 2020-06-13] 178: Checking geocodings ** [09:44:36 2020-06-13] 178: Checking synchronizations ** [09:44:36 2020-06-13] 178: Checking tracker ** [09:44:36 2020-06-13] 178: Checking user_migrations ** [09:44:36 2020-06-13] 178: Checking batch_updates ** [09:44:36 2020-06-13] 178: Checking gears ** [09:44:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:44:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:41 2020-06-13] 178: Checking imports ** [09:44:41 2020-06-13] 178: Checking exports ** [09:44:41 2020-06-13] 178: Checking users ** [09:44:41 2020-06-13] 178: Checking user_dbs ** [09:44:41 2020-06-13] 178: Checking geocodings ** [09:44:41 2020-06-13] 178: Checking synchronizations ** [09:44:41 2020-06-13] 178: Checking tracker ** [09:44:41 2020-06-13] 178: Checking user_migrations ** [09:44:41 2020-06-13] 178: Checking batch_updates ** [09:44:41 2020-06-13] 178: Checking gears ** [09:44:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:44:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:46 2020-06-13] 178: Checking imports ** [09:44:46 2020-06-13] 178: Checking exports ** [09:44:46 2020-06-13] 178: Checking users ** [09:44:46 2020-06-13] 178: Checking user_dbs ** [09:44:46 2020-06-13] 178: Checking geocodings ** [09:44:46 2020-06-13] 178: Checking synchronizations ** [09:44:46 2020-06-13] 178: Checking tracker ** [09:44:46 2020-06-13] 178: Checking user_migrations ** [09:44:46 2020-06-13] 178: Checking batch_updates ** [09:44:46 2020-06-13] 178: Checking gears ** [09:44:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:44:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:51 2020-06-13] 178: Checking imports ** [09:44:51 2020-06-13] 178: Checking exports ** [09:44:51 2020-06-13] 178: Checking users ** [09:44:51 2020-06-13] 178: Checking user_dbs ** [09:44:51 2020-06-13] 178: Checking geocodings ** [09:44:51 2020-06-13] 178: Checking synchronizations ** [09:44:51 2020-06-13] 178: Checking tracker ** [09:44:51 2020-06-13] 178: Checking user_migrations ** [09:44:51 2020-06-13] 178: Checking batch_updates ** [09:44:51 2020-06-13] 178: Checking gears ** [09:44:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:44:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:56 2020-06-13] 178: Checking imports ** [09:44:56 2020-06-13] 178: Checking exports ** [09:44:56 2020-06-13] 178: Checking users ** [09:44:56 2020-06-13] 178: Checking user_dbs ** [09:44:56 2020-06-13] 178: Checking geocodings ** [09:44:56 2020-06-13] 178: Checking synchronizations ** [09:44:56 2020-06-13] 178: Checking tracker ** [09:44:56 2020-06-13] 178: Checking user_migrations ** [09:44:56 2020-06-13] 178: Checking batch_updates ** [09:44:56 2020-06-13] 178: Checking gears ** [09:44:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:44:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:01 2020-06-13] 178: Checking imports ** [09:45:01 2020-06-13] 178: Checking exports ** [09:45:01 2020-06-13] 178: Checking users ** [09:45:01 2020-06-13] 178: Checking user_dbs ** [09:45:01 2020-06-13] 178: Checking geocodings ** [09:45:01 2020-06-13] 178: Checking synchronizations ** [09:45:01 2020-06-13] 178: Checking tracker ** [09:45:01 2020-06-13] 178: Checking user_migrations ** [09:45:01 2020-06-13] 178: Checking batch_updates ** [09:45:01 2020-06-13] 178: Checking gears ** [09:45:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:45:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:06 2020-06-13] 178: Checking imports ** [09:45:06 2020-06-13] 178: Checking exports ** [09:45:06 2020-06-13] 178: Checking users ** [09:45:06 2020-06-13] 178: Checking user_dbs ** [09:45:06 2020-06-13] 178: Checking geocodings ** [09:45:06 2020-06-13] 178: Checking synchronizations ** [09:45:06 2020-06-13] 178: Checking tracker ** [09:45:06 2020-06-13] 178: Checking user_migrations ** [09:45:06 2020-06-13] 178: Checking batch_updates ** [09:45:06 2020-06-13] 178: Checking gears ** [09:45:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:45:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:11 2020-06-13] 178: Checking imports ** [09:45:11 2020-06-13] 178: Checking exports ** [09:45:11 2020-06-13] 178: Checking users ** [09:45:11 2020-06-13] 178: Checking user_dbs ** [09:45:11 2020-06-13] 178: Checking geocodings ** [09:45:11 2020-06-13] 178: Checking synchronizations ** [09:45:11 2020-06-13] 178: Checking tracker ** [09:45:11 2020-06-13] 178: Checking user_migrations ** [09:45:11 2020-06-13] 178: Checking batch_updates ** [09:45:11 2020-06-13] 178: Checking gears ** [09:45:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:45:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:16 2020-06-13] 178: Checking imports ** [09:45:16 2020-06-13] 178: Checking exports ** [09:45:16 2020-06-13] 178: Checking users ** [09:45:16 2020-06-13] 178: Checking user_dbs ** [09:45:16 2020-06-13] 178: Checking geocodings ** [09:45:16 2020-06-13] 178: Checking synchronizations ** [09:45:16 2020-06-13] 178: Checking tracker ** [09:45:16 2020-06-13] 178: Checking user_migrations ** [09:45:16 2020-06-13] 178: Checking batch_updates ** [09:45:16 2020-06-13] 178: Checking gears ** [09:45:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:45:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:21 2020-06-13] 178: Checking imports ** [09:45:21 2020-06-13] 178: Checking exports ** [09:45:21 2020-06-13] 178: Checking users ** [09:45:21 2020-06-13] 178: Checking user_dbs ** [09:45:21 2020-06-13] 178: Checking geocodings ** [09:45:21 2020-06-13] 178: Checking synchronizations ** [09:45:21 2020-06-13] 178: Checking tracker ** [09:45:21 2020-06-13] 178: Checking user_migrations ** [09:45:21 2020-06-13] 178: Checking batch_updates ** [09:45:21 2020-06-13] 178: Checking gears ** [09:45:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:45:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:26 2020-06-13] 178: Checking imports ** [09:45:26 2020-06-13] 178: Checking exports ** [09:45:26 2020-06-13] 178: Checking users ** [09:45:26 2020-06-13] 178: Checking user_dbs ** [09:45:26 2020-06-13] 178: Checking geocodings ** [09:45:26 2020-06-13] 178: Checking synchronizations ** [09:45:26 2020-06-13] 178: Checking tracker ** [09:45:26 2020-06-13] 178: Checking user_migrations ** [09:45:26 2020-06-13] 178: Checking batch_updates ** [09:45:26 2020-06-13] 178: Checking gears ** [09:45:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:45:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:31 2020-06-13] 178: Checking imports ** [09:45:31 2020-06-13] 178: Checking exports ** [09:45:31 2020-06-13] 178: Checking users ** [09:45:31 2020-06-13] 178: Checking user_dbs ** [09:45:31 2020-06-13] 178: Checking geocodings ** [09:45:31 2020-06-13] 178: Checking synchronizations ** [09:45:31 2020-06-13] 178: Checking tracker ** [09:45:31 2020-06-13] 178: Checking user_migrations ** [09:45:31 2020-06-13] 178: Checking batch_updates ** [09:45:31 2020-06-13] 178: Checking gears ** [09:45:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:45:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:36 2020-06-13] 178: Checking imports ** [09:45:36 2020-06-13] 178: Checking exports ** [09:45:36 2020-06-13] 178: Checking users ** [09:45:36 2020-06-13] 178: Checking user_dbs ** [09:45:36 2020-06-13] 178: Checking geocodings ** [09:45:36 2020-06-13] 178: Checking synchronizations ** [09:45:36 2020-06-13] 178: Checking tracker ** [09:45:36 2020-06-13] 178: Checking user_migrations ** [09:45:36 2020-06-13] 178: Checking batch_updates ** [09:45:36 2020-06-13] 178: Checking gears ** [09:45:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:45:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:41 2020-06-13] 178: Checking imports ** [09:45:41 2020-06-13] 178: Checking exports ** [09:45:41 2020-06-13] 178: Checking users ** [09:45:41 2020-06-13] 178: Checking user_dbs ** [09:45:41 2020-06-13] 178: Checking geocodings ** [09:45:41 2020-06-13] 178: Checking synchronizations ** [09:45:41 2020-06-13] 178: Checking tracker ** [09:45:41 2020-06-13] 178: Checking user_migrations ** [09:45:41 2020-06-13] 178: Checking batch_updates ** [09:45:41 2020-06-13] 178: Checking gears ** [09:45:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:45:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:46 2020-06-13] 178: Checking imports ** [09:45:46 2020-06-13] 178: Checking exports ** [09:45:46 2020-06-13] 178: Checking users ** [09:45:46 2020-06-13] 178: Checking user_dbs ** [09:45:46 2020-06-13] 178: Checking geocodings ** [09:45:46 2020-06-13] 178: Checking synchronizations ** [09:45:46 2020-06-13] 178: Checking tracker ** [09:45:46 2020-06-13] 178: Checking user_migrations ** [09:45:46 2020-06-13] 178: Checking batch_updates ** [09:45:46 2020-06-13] 178: Checking gears ** [09:45:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:45:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:51 2020-06-13] 178: Checking imports ** [09:45:51 2020-06-13] 178: Checking exports ** [09:45:51 2020-06-13] 178: Checking users ** [09:45:51 2020-06-13] 178: Checking user_dbs ** [09:45:51 2020-06-13] 178: Checking geocodings ** [09:45:51 2020-06-13] 178: Checking synchronizations ** [09:45:51 2020-06-13] 178: Checking tracker ** [09:45:51 2020-06-13] 178: Checking user_migrations ** [09:45:51 2020-06-13] 178: Checking batch_updates ** [09:45:51 2020-06-13] 178: Checking gears ** [09:45:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:45:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:56 2020-06-13] 178: Checking imports ** [09:45:56 2020-06-13] 178: Checking exports ** [09:45:56 2020-06-13] 178: Checking users ** [09:45:56 2020-06-13] 178: Checking user_dbs ** [09:45:56 2020-06-13] 178: Checking geocodings ** [09:45:56 2020-06-13] 178: Checking synchronizations ** [09:45:56 2020-06-13] 178: Checking tracker ** [09:45:56 2020-06-13] 178: Checking user_migrations ** [09:45:56 2020-06-13] 178: Checking batch_updates ** [09:45:56 2020-06-13] 178: Checking gears ** [09:45:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:45:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:01 2020-06-13] 178: Checking imports ** [09:46:01 2020-06-13] 178: Checking exports ** [09:46:01 2020-06-13] 178: Checking users ** [09:46:01 2020-06-13] 178: Checking user_dbs ** [09:46:01 2020-06-13] 178: Checking geocodings ** [09:46:01 2020-06-13] 178: Checking synchronizations ** [09:46:01 2020-06-13] 178: Checking tracker ** [09:46:01 2020-06-13] 178: Checking user_migrations ** [09:46:01 2020-06-13] 178: Checking batch_updates ** [09:46:01 2020-06-13] 178: Checking gears ** [09:46:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:46:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:06 2020-06-13] 178: Checking imports ** [09:46:06 2020-06-13] 178: Checking exports ** [09:46:06 2020-06-13] 178: Checking users ** [09:46:06 2020-06-13] 178: Checking user_dbs ** [09:46:06 2020-06-13] 178: Checking geocodings ** [09:46:06 2020-06-13] 178: Checking synchronizations ** [09:46:06 2020-06-13] 178: Checking tracker ** [09:46:06 2020-06-13] 178: Checking user_migrations ** [09:46:06 2020-06-13] 178: Checking batch_updates ** [09:46:06 2020-06-13] 178: Checking gears ** [09:46:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:46:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:11 2020-06-13] 178: Checking imports ** [09:46:11 2020-06-13] 178: Checking exports ** [09:46:11 2020-06-13] 178: Checking users ** [09:46:11 2020-06-13] 178: Checking user_dbs ** [09:46:11 2020-06-13] 178: Checking geocodings ** [09:46:11 2020-06-13] 178: Checking synchronizations ** [09:46:11 2020-06-13] 178: Checking tracker ** [09:46:11 2020-06-13] 178: Checking user_migrations ** [09:46:12 2020-06-13] 178: Checking batch_updates ** [09:46:12 2020-06-13] 178: Checking gears ** [09:46:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:46:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:17 2020-06-13] 178: Checking imports ** [09:46:17 2020-06-13] 178: Checking exports ** [09:46:17 2020-06-13] 178: Checking users ** [09:46:17 2020-06-13] 178: Checking user_dbs ** [09:46:17 2020-06-13] 178: Checking geocodings ** [09:46:17 2020-06-13] 178: Checking synchronizations ** [09:46:17 2020-06-13] 178: Checking tracker ** [09:46:17 2020-06-13] 178: Checking user_migrations ** [09:46:17 2020-06-13] 178: Checking batch_updates ** [09:46:17 2020-06-13] 178: Checking gears ** [09:46:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:46:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:22 2020-06-13] 178: Checking imports ** [09:46:22 2020-06-13] 178: Checking exports ** [09:46:22 2020-06-13] 178: Checking users ** [09:46:22 2020-06-13] 178: Checking user_dbs ** [09:46:22 2020-06-13] 178: Checking geocodings ** [09:46:22 2020-06-13] 178: Checking synchronizations ** [09:46:22 2020-06-13] 178: Checking tracker ** [09:46:22 2020-06-13] 178: Checking user_migrations ** [09:46:22 2020-06-13] 178: Checking batch_updates ** [09:46:22 2020-06-13] 178: Checking gears ** [09:46:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:46:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:27 2020-06-13] 178: Checking imports ** [09:46:27 2020-06-13] 178: Checking exports ** [09:46:27 2020-06-13] 178: Checking users ** [09:46:27 2020-06-13] 178: Checking user_dbs ** [09:46:27 2020-06-13] 178: Checking geocodings ** [09:46:27 2020-06-13] 178: Checking synchronizations ** [09:46:27 2020-06-13] 178: Checking tracker ** [09:46:27 2020-06-13] 178: Checking user_migrations ** [09:46:27 2020-06-13] 178: Checking batch_updates ** [09:46:27 2020-06-13] 178: Checking gears ** [09:46:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:46:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:32 2020-06-13] 178: Checking imports ** [09:46:32 2020-06-13] 178: Checking exports ** [09:46:32 2020-06-13] 178: Checking users ** [09:46:32 2020-06-13] 178: Checking user_dbs ** [09:46:32 2020-06-13] 178: Checking geocodings ** [09:46:32 2020-06-13] 178: Checking synchronizations ** [09:46:32 2020-06-13] 178: Checking tracker ** [09:46:32 2020-06-13] 178: Checking user_migrations ** [09:46:32 2020-06-13] 178: Checking batch_updates ** [09:46:32 2020-06-13] 178: Checking gears ** [09:46:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:46:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:37 2020-06-13] 178: Checking imports ** [09:46:37 2020-06-13] 178: Checking exports ** [09:46:37 2020-06-13] 178: Checking users ** [09:46:37 2020-06-13] 178: Checking user_dbs ** [09:46:37 2020-06-13] 178: Checking geocodings ** [09:46:37 2020-06-13] 178: Checking synchronizations ** [09:46:37 2020-06-13] 178: Checking tracker ** [09:46:37 2020-06-13] 178: Checking user_migrations ** [09:46:37 2020-06-13] 178: Checking batch_updates ** [09:46:37 2020-06-13] 178: Checking gears ** [09:46:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:46:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:42 2020-06-13] 178: Checking imports ** [09:46:42 2020-06-13] 178: Checking exports ** [09:46:42 2020-06-13] 178: Checking users ** [09:46:42 2020-06-13] 178: Checking user_dbs ** [09:46:42 2020-06-13] 178: Checking geocodings ** [09:46:42 2020-06-13] 178: Checking synchronizations ** [09:46:42 2020-06-13] 178: Checking tracker ** [09:46:42 2020-06-13] 178: Checking user_migrations ** [09:46:42 2020-06-13] 178: Checking batch_updates ** [09:46:42 2020-06-13] 178: Checking gears ** [09:46:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:46:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:47 2020-06-13] 178: Checking imports ** [09:46:47 2020-06-13] 178: Checking exports ** [09:46:47 2020-06-13] 178: Checking users ** [09:46:47 2020-06-13] 178: Checking user_dbs ** [09:46:47 2020-06-13] 178: Checking geocodings ** [09:46:47 2020-06-13] 178: Checking synchronizations ** [09:46:47 2020-06-13] 178: Checking tracker ** [09:46:47 2020-06-13] 178: Checking user_migrations ** [09:46:47 2020-06-13] 178: Checking batch_updates ** [09:46:47 2020-06-13] 178: Checking gears ** [09:46:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:46:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:52 2020-06-13] 178: Checking imports ** [09:46:52 2020-06-13] 178: Checking exports ** [09:46:52 2020-06-13] 178: Checking users ** [09:46:52 2020-06-13] 178: Checking user_dbs ** [09:46:52 2020-06-13] 178: Checking geocodings ** [09:46:52 2020-06-13] 178: Checking synchronizations ** [09:46:52 2020-06-13] 178: Checking tracker ** [09:46:52 2020-06-13] 178: Checking user_migrations ** [09:46:52 2020-06-13] 178: Checking batch_updates ** [09:46:52 2020-06-13] 178: Checking gears ** [09:46:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:46:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:57 2020-06-13] 178: Checking imports ** [09:46:57 2020-06-13] 178: Checking exports ** [09:46:57 2020-06-13] 178: Checking users ** [09:46:57 2020-06-13] 178: Checking user_dbs ** [09:46:57 2020-06-13] 178: Checking geocodings ** [09:46:57 2020-06-13] 178: Checking synchronizations ** [09:46:57 2020-06-13] 178: Checking tracker ** [09:46:57 2020-06-13] 178: Checking user_migrations ** [09:46:57 2020-06-13] 178: Checking batch_updates ** [09:46:57 2020-06-13] 178: Checking gears ** [09:46:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:46:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:02 2020-06-13] 178: Checking imports ** [09:47:02 2020-06-13] 178: Checking exports ** [09:47:02 2020-06-13] 178: Checking users ** [09:47:02 2020-06-13] 178: Checking user_dbs ** [09:47:02 2020-06-13] 178: Checking geocodings ** [09:47:02 2020-06-13] 178: Checking synchronizations ** [09:47:02 2020-06-13] 178: Checking tracker ** [09:47:02 2020-06-13] 178: Checking user_migrations ** [09:47:02 2020-06-13] 178: Checking batch_updates ** [09:47:02 2020-06-13] 178: Checking gears ** [09:47:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:47:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:07 2020-06-13] 178: Checking imports ** [09:47:07 2020-06-13] 178: Checking exports ** [09:47:07 2020-06-13] 178: Checking users ** [09:47:07 2020-06-13] 178: Checking user_dbs ** [09:47:07 2020-06-13] 178: Checking geocodings ** [09:47:07 2020-06-13] 178: Checking synchronizations ** [09:47:07 2020-06-13] 178: Checking tracker ** [09:47:07 2020-06-13] 178: Checking user_migrations ** [09:47:07 2020-06-13] 178: Checking batch_updates ** [09:47:07 2020-06-13] 178: Checking gears ** [09:47:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:47:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:12 2020-06-13] 178: Checking imports ** [09:47:12 2020-06-13] 178: Checking exports ** [09:47:12 2020-06-13] 178: Checking users ** [09:47:12 2020-06-13] 178: Checking user_dbs ** [09:47:12 2020-06-13] 178: Checking geocodings ** [09:47:12 2020-06-13] 178: Checking synchronizations ** [09:47:12 2020-06-13] 178: Checking tracker ** [09:47:12 2020-06-13] 178: Checking user_migrations ** [09:47:12 2020-06-13] 178: Checking batch_updates ** [09:47:12 2020-06-13] 178: Checking gears ** [09:47:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:47:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:17 2020-06-13] 178: Checking imports ** [09:47:17 2020-06-13] 178: Checking exports ** [09:47:17 2020-06-13] 178: Checking users ** [09:47:17 2020-06-13] 178: Checking user_dbs ** [09:47:17 2020-06-13] 178: Checking geocodings ** [09:47:17 2020-06-13] 178: Checking synchronizations ** [09:47:17 2020-06-13] 178: Checking tracker ** [09:47:17 2020-06-13] 178: Checking user_migrations ** [09:47:17 2020-06-13] 178: Checking batch_updates ** [09:47:17 2020-06-13] 178: Checking gears ** [09:47:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:47:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:22 2020-06-13] 178: Checking imports ** [09:47:22 2020-06-13] 178: Checking exports ** [09:47:22 2020-06-13] 178: Checking users ** [09:47:22 2020-06-13] 178: Checking user_dbs ** [09:47:22 2020-06-13] 178: Checking geocodings ** [09:47:22 2020-06-13] 178: Checking synchronizations ** [09:47:22 2020-06-13] 178: Checking tracker ** [09:47:22 2020-06-13] 178: Checking user_migrations ** [09:47:22 2020-06-13] 178: Checking batch_updates ** [09:47:22 2020-06-13] 178: Checking gears ** [09:47:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:47:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:27 2020-06-13] 178: Checking imports ** [09:47:27 2020-06-13] 178: Checking exports ** [09:47:27 2020-06-13] 178: Checking users ** [09:47:27 2020-06-13] 178: Checking user_dbs ** [09:47:27 2020-06-13] 178: Checking geocodings ** [09:47:27 2020-06-13] 178: Checking synchronizations ** [09:47:27 2020-06-13] 178: Checking tracker ** [09:47:27 2020-06-13] 178: Checking user_migrations ** [09:47:27 2020-06-13] 178: Checking batch_updates ** [09:47:27 2020-06-13] 178: Checking gears ** [09:47:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:47:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:32 2020-06-13] 178: Checking imports ** [09:47:32 2020-06-13] 178: Checking exports ** [09:47:32 2020-06-13] 178: Checking users ** [09:47:32 2020-06-13] 178: Checking user_dbs ** [09:47:32 2020-06-13] 178: Checking geocodings ** [09:47:32 2020-06-13] 178: Checking synchronizations ** [09:47:32 2020-06-13] 178: Checking tracker ** [09:47:32 2020-06-13] 178: Checking user_migrations ** [09:47:32 2020-06-13] 178: Checking batch_updates ** [09:47:32 2020-06-13] 178: Checking gears ** [09:47:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:47:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:37 2020-06-13] 178: Checking imports ** [09:47:37 2020-06-13] 178: Checking exports ** [09:47:37 2020-06-13] 178: Checking users ** [09:47:37 2020-06-13] 178: Checking user_dbs ** [09:47:37 2020-06-13] 178: Checking geocodings ** [09:47:37 2020-06-13] 178: Checking synchronizations ** [09:47:37 2020-06-13] 178: Checking tracker ** [09:47:37 2020-06-13] 178: Checking user_migrations ** [09:47:37 2020-06-13] 178: Checking batch_updates ** [09:47:37 2020-06-13] 178: Checking gears ** [09:47:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:47:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:42 2020-06-13] 178: Checking imports ** [09:47:42 2020-06-13] 178: Checking exports ** [09:47:42 2020-06-13] 178: Checking users ** [09:47:42 2020-06-13] 178: Checking user_dbs ** [09:47:42 2020-06-13] 178: Checking geocodings ** [09:47:42 2020-06-13] 178: Checking synchronizations ** [09:47:42 2020-06-13] 178: Checking tracker ** [09:47:42 2020-06-13] 178: Checking user_migrations ** [09:47:42 2020-06-13] 178: Checking batch_updates ** [09:47:42 2020-06-13] 178: Checking gears ** [09:47:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:47:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:47 2020-06-13] 178: Checking imports ** [09:47:47 2020-06-13] 178: Checking exports ** [09:47:47 2020-06-13] 178: Checking users ** [09:47:47 2020-06-13] 178: Checking user_dbs ** [09:47:47 2020-06-13] 178: Checking geocodings ** [09:47:47 2020-06-13] 178: Checking synchronizations ** [09:47:47 2020-06-13] 178: Checking tracker ** [09:47:47 2020-06-13] 178: Checking user_migrations ** [09:47:47 2020-06-13] 178: Checking batch_updates ** [09:47:47 2020-06-13] 178: Checking gears ** [09:47:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:47:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:52 2020-06-13] 178: Checking imports ** [09:47:52 2020-06-13] 178: Checking exports ** [09:47:52 2020-06-13] 178: Checking users ** [09:47:52 2020-06-13] 178: Checking user_dbs ** [09:47:52 2020-06-13] 178: Checking geocodings ** [09:47:52 2020-06-13] 178: Checking synchronizations ** [09:47:52 2020-06-13] 178: Checking tracker ** [09:47:52 2020-06-13] 178: Checking user_migrations ** [09:47:52 2020-06-13] 178: Checking batch_updates ** [09:47:52 2020-06-13] 178: Checking gears ** [09:47:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:47:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:57 2020-06-13] 178: Checking imports ** [09:47:57 2020-06-13] 178: Checking exports ** [09:47:57 2020-06-13] 178: Checking users ** [09:47:57 2020-06-13] 178: Checking user_dbs ** [09:47:57 2020-06-13] 178: Checking geocodings ** [09:47:57 2020-06-13] 178: Checking synchronizations ** [09:47:57 2020-06-13] 178: Checking tracker ** [09:47:57 2020-06-13] 178: Checking user_migrations ** [09:47:57 2020-06-13] 178: Checking batch_updates ** [09:47:57 2020-06-13] 178: Checking gears ** [09:47:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:47:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:02 2020-06-13] 178: Checking imports ** [09:48:02 2020-06-13] 178: Checking exports ** [09:48:02 2020-06-13] 178: Checking users ** [09:48:02 2020-06-13] 178: Checking user_dbs ** [09:48:02 2020-06-13] 178: Checking geocodings ** [09:48:02 2020-06-13] 178: Checking synchronizations ** [09:48:02 2020-06-13] 178: Checking tracker ** [09:48:02 2020-06-13] 178: Checking user_migrations ** [09:48:02 2020-06-13] 178: Checking batch_updates ** [09:48:02 2020-06-13] 178: Checking gears ** [09:48:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:48:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:07 2020-06-13] 178: Checking imports ** [09:48:07 2020-06-13] 178: Checking exports ** [09:48:07 2020-06-13] 178: Checking users ** [09:48:07 2020-06-13] 178: Checking user_dbs ** [09:48:07 2020-06-13] 178: Checking geocodings ** [09:48:07 2020-06-13] 178: Checking synchronizations ** [09:48:07 2020-06-13] 178: Checking tracker ** [09:48:07 2020-06-13] 178: Checking user_migrations ** [09:48:07 2020-06-13] 178: Checking batch_updates ** [09:48:07 2020-06-13] 178: Checking gears ** [09:48:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:48:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:12 2020-06-13] 178: Checking imports ** [09:48:12 2020-06-13] 178: Checking exports ** [09:48:12 2020-06-13] 178: Checking users ** [09:48:12 2020-06-13] 178: Checking user_dbs ** [09:48:12 2020-06-13] 178: Checking geocodings ** [09:48:12 2020-06-13] 178: Checking synchronizations ** [09:48:12 2020-06-13] 178: Checking tracker ** [09:48:12 2020-06-13] 178: Checking user_migrations ** [09:48:12 2020-06-13] 178: Checking batch_updates ** [09:48:12 2020-06-13] 178: Checking gears ** [09:48:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:48:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:17 2020-06-13] 178: Checking imports ** [09:48:17 2020-06-13] 178: Checking exports ** [09:48:17 2020-06-13] 178: Checking users ** [09:48:17 2020-06-13] 178: Checking user_dbs ** [09:48:17 2020-06-13] 178: Checking geocodings ** [09:48:17 2020-06-13] 178: Checking synchronizations ** [09:48:17 2020-06-13] 178: Checking tracker ** [09:48:17 2020-06-13] 178: Checking user_migrations ** [09:48:17 2020-06-13] 178: Checking batch_updates ** [09:48:17 2020-06-13] 178: Checking gears ** [09:48:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:48:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:22 2020-06-13] 178: Checking imports ** [09:48:22 2020-06-13] 178: Checking exports ** [09:48:22 2020-06-13] 178: Checking users ** [09:48:22 2020-06-13] 178: Checking user_dbs ** [09:48:22 2020-06-13] 178: Checking geocodings ** [09:48:22 2020-06-13] 178: Checking synchronizations ** [09:48:22 2020-06-13] 178: Checking tracker ** [09:48:22 2020-06-13] 178: Checking user_migrations ** [09:48:22 2020-06-13] 178: Checking batch_updates ** [09:48:22 2020-06-13] 178: Checking gears ** [09:48:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:48:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:27 2020-06-13] 178: Checking imports ** [09:48:27 2020-06-13] 178: Checking exports ** [09:48:27 2020-06-13] 178: Checking users ** [09:48:27 2020-06-13] 178: Checking user_dbs ** [09:48:27 2020-06-13] 178: Checking geocodings ** [09:48:27 2020-06-13] 178: Checking synchronizations ** [09:48:27 2020-06-13] 178: Checking tracker ** [09:48:27 2020-06-13] 178: Checking user_migrations ** [09:48:27 2020-06-13] 178: Checking batch_updates ** [09:48:27 2020-06-13] 178: Checking gears ** [09:48:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:48:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:32 2020-06-13] 178: Checking imports ** [09:48:32 2020-06-13] 178: Checking exports ** [09:48:32 2020-06-13] 178: Checking users ** [09:48:32 2020-06-13] 178: Checking user_dbs ** [09:48:32 2020-06-13] 178: Checking geocodings ** [09:48:32 2020-06-13] 178: Checking synchronizations ** [09:48:32 2020-06-13] 178: Checking tracker ** [09:48:32 2020-06-13] 178: Checking user_migrations ** [09:48:32 2020-06-13] 178: Checking batch_updates ** [09:48:32 2020-06-13] 178: Checking gears ** [09:48:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:48:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:37 2020-06-13] 178: Checking imports ** [09:48:37 2020-06-13] 178: Checking exports ** [09:48:37 2020-06-13] 178: Checking users ** [09:48:37 2020-06-13] 178: Checking user_dbs ** [09:48:37 2020-06-13] 178: Checking geocodings ** [09:48:37 2020-06-13] 178: Checking synchronizations ** [09:48:37 2020-06-13] 178: Checking tracker ** [09:48:37 2020-06-13] 178: Checking user_migrations ** [09:48:37 2020-06-13] 178: Checking batch_updates ** [09:48:37 2020-06-13] 178: Checking gears ** [09:48:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:48:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:42 2020-06-13] 178: Checking imports ** [09:48:42 2020-06-13] 178: Checking exports ** [09:48:42 2020-06-13] 178: Checking users ** [09:48:42 2020-06-13] 178: Checking user_dbs ** [09:48:42 2020-06-13] 178: Checking geocodings ** [09:48:42 2020-06-13] 178: Checking synchronizations ** [09:48:42 2020-06-13] 178: Checking tracker ** [09:48:42 2020-06-13] 178: Checking user_migrations ** [09:48:42 2020-06-13] 178: Checking batch_updates ** [09:48:42 2020-06-13] 178: Checking gears ** [09:48:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:48:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:47 2020-06-13] 178: Checking imports ** [09:48:47 2020-06-13] 178: Checking exports ** [09:48:47 2020-06-13] 178: Checking users ** [09:48:47 2020-06-13] 178: Checking user_dbs ** [09:48:47 2020-06-13] 178: Checking geocodings ** [09:48:47 2020-06-13] 178: Checking synchronizations ** [09:48:47 2020-06-13] 178: Checking tracker ** [09:48:47 2020-06-13] 178: Checking user_migrations ** [09:48:47 2020-06-13] 178: Checking batch_updates ** [09:48:47 2020-06-13] 178: Checking gears ** [09:48:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:48:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:52 2020-06-13] 178: Checking imports ** [09:48:52 2020-06-13] 178: Checking exports ** [09:48:52 2020-06-13] 178: Checking users ** [09:48:52 2020-06-13] 178: Checking user_dbs ** [09:48:52 2020-06-13] 178: Checking geocodings ** [09:48:52 2020-06-13] 178: Checking synchronizations ** [09:48:52 2020-06-13] 178: Checking tracker ** [09:48:52 2020-06-13] 178: Checking user_migrations ** [09:48:52 2020-06-13] 178: Checking batch_updates ** [09:48:52 2020-06-13] 178: Checking gears ** [09:48:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:48:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:57 2020-06-13] 178: Checking imports ** [09:48:57 2020-06-13] 178: Checking exports ** [09:48:57 2020-06-13] 178: Checking users ** [09:48:57 2020-06-13] 178: Checking user_dbs ** [09:48:57 2020-06-13] 178: Checking geocodings ** [09:48:57 2020-06-13] 178: Checking synchronizations ** [09:48:57 2020-06-13] 178: Checking tracker ** [09:48:57 2020-06-13] 178: Checking user_migrations ** [09:48:57 2020-06-13] 178: Checking batch_updates ** [09:48:57 2020-06-13] 178: Checking gears ** [09:48:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:48:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:02 2020-06-13] 178: Checking imports ** [09:49:02 2020-06-13] 178: Checking exports ** [09:49:02 2020-06-13] 178: Checking users ** [09:49:02 2020-06-13] 178: Checking user_dbs ** [09:49:02 2020-06-13] 178: Checking geocodings ** [09:49:02 2020-06-13] 178: Checking synchronizations ** [09:49:02 2020-06-13] 178: Checking tracker ** [09:49:02 2020-06-13] 178: Checking user_migrations ** [09:49:02 2020-06-13] 178: Checking batch_updates ** [09:49:02 2020-06-13] 178: Checking gears ** [09:49:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:49:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:07 2020-06-13] 178: Checking imports ** [09:49:07 2020-06-13] 178: Checking exports ** [09:49:07 2020-06-13] 178: Checking users ** [09:49:07 2020-06-13] 178: Checking user_dbs ** [09:49:07 2020-06-13] 178: Checking geocodings ** [09:49:07 2020-06-13] 178: Checking synchronizations ** [09:49:07 2020-06-13] 178: Checking tracker ** [09:49:07 2020-06-13] 178: Checking user_migrations ** [09:49:07 2020-06-13] 178: Checking batch_updates ** [09:49:07 2020-06-13] 178: Checking gears ** [09:49:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:49:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:12 2020-06-13] 178: Checking imports ** [09:49:12 2020-06-13] 178: Checking exports ** [09:49:12 2020-06-13] 178: Checking users ** [09:49:12 2020-06-13] 178: Checking user_dbs ** [09:49:12 2020-06-13] 178: Checking geocodings ** [09:49:12 2020-06-13] 178: Checking synchronizations ** [09:49:12 2020-06-13] 178: Checking tracker ** [09:49:12 2020-06-13] 178: Checking user_migrations ** [09:49:12 2020-06-13] 178: Checking batch_updates ** [09:49:12 2020-06-13] 178: Checking gears ** [09:49:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:49:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:17 2020-06-13] 178: Checking imports ** [09:49:17 2020-06-13] 178: Checking exports ** [09:49:17 2020-06-13] 178: Checking users ** [09:49:17 2020-06-13] 178: Checking user_dbs ** [09:49:17 2020-06-13] 178: Checking geocodings ** [09:49:17 2020-06-13] 178: Checking synchronizations ** [09:49:17 2020-06-13] 178: Checking tracker ** [09:49:17 2020-06-13] 178: Checking user_migrations ** [09:49:17 2020-06-13] 178: Checking batch_updates ** [09:49:17 2020-06-13] 178: Checking gears ** [09:49:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:49:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:22 2020-06-13] 178: Checking imports ** [09:49:22 2020-06-13] 178: Checking exports ** [09:49:22 2020-06-13] 178: Checking users ** [09:49:22 2020-06-13] 178: Checking user_dbs ** [09:49:22 2020-06-13] 178: Checking geocodings ** [09:49:22 2020-06-13] 178: Checking synchronizations ** [09:49:22 2020-06-13] 178: Checking tracker ** [09:49:22 2020-06-13] 178: Checking user_migrations ** [09:49:22 2020-06-13] 178: Checking batch_updates ** [09:49:22 2020-06-13] 178: Checking gears ** [09:49:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:49:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:27 2020-06-13] 178: Checking imports ** [09:49:27 2020-06-13] 178: Checking exports ** [09:49:27 2020-06-13] 178: Checking users ** [09:49:27 2020-06-13] 178: Checking user_dbs ** [09:49:27 2020-06-13] 178: Checking geocodings ** [09:49:27 2020-06-13] 178: Checking synchronizations ** [09:49:27 2020-06-13] 178: Checking tracker ** [09:49:27 2020-06-13] 178: Checking user_migrations ** [09:49:27 2020-06-13] 178: Checking batch_updates ** [09:49:27 2020-06-13] 178: Checking gears ** [09:49:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:49:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:32 2020-06-13] 178: Checking imports ** [09:49:32 2020-06-13] 178: Checking exports ** [09:49:32 2020-06-13] 178: Checking users ** [09:49:32 2020-06-13] 178: Checking user_dbs ** [09:49:32 2020-06-13] 178: Checking geocodings ** [09:49:32 2020-06-13] 178: Checking synchronizations ** [09:49:32 2020-06-13] 178: Checking tracker ** [09:49:32 2020-06-13] 178: Checking user_migrations ** [09:49:32 2020-06-13] 178: Checking batch_updates ** [09:49:32 2020-06-13] 178: Checking gears ** [09:49:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:49:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:37 2020-06-13] 178: Checking imports ** [09:49:37 2020-06-13] 178: Checking exports ** [09:49:37 2020-06-13] 178: Checking users ** [09:49:37 2020-06-13] 178: Checking user_dbs ** [09:49:37 2020-06-13] 178: Checking geocodings ** [09:49:37 2020-06-13] 178: Checking synchronizations ** [09:49:37 2020-06-13] 178: Checking tracker ** [09:49:37 2020-06-13] 178: Checking user_migrations ** [09:49:37 2020-06-13] 178: Checking batch_updates ** [09:49:37 2020-06-13] 178: Checking gears ** [09:49:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:49:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:42 2020-06-13] 178: Checking imports ** [09:49:42 2020-06-13] 178: Checking exports ** [09:49:42 2020-06-13] 178: Checking users ** [09:49:42 2020-06-13] 178: Checking user_dbs ** [09:49:42 2020-06-13] 178: Checking geocodings ** [09:49:42 2020-06-13] 178: Checking synchronizations ** [09:49:42 2020-06-13] 178: Checking tracker ** [09:49:42 2020-06-13] 178: Checking user_migrations ** [09:49:42 2020-06-13] 178: Checking batch_updates ** [09:49:42 2020-06-13] 178: Checking gears ** [09:49:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:49:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:47 2020-06-13] 178: Checking imports ** [09:49:47 2020-06-13] 178: Checking exports ** [09:49:47 2020-06-13] 178: Checking users ** [09:49:47 2020-06-13] 178: Checking user_dbs ** [09:49:47 2020-06-13] 178: Checking geocodings ** [09:49:47 2020-06-13] 178: Checking synchronizations ** [09:49:47 2020-06-13] 178: Checking tracker ** [09:49:47 2020-06-13] 178: Checking user_migrations ** [09:49:47 2020-06-13] 178: Checking batch_updates ** [09:49:47 2020-06-13] 178: Checking gears ** [09:49:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:49:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:52 2020-06-13] 178: Checking imports ** [09:49:52 2020-06-13] 178: Checking exports ** [09:49:52 2020-06-13] 178: Checking users ** [09:49:52 2020-06-13] 178: Checking user_dbs ** [09:49:52 2020-06-13] 178: Checking geocodings ** [09:49:52 2020-06-13] 178: Checking synchronizations ** [09:49:52 2020-06-13] 178: Checking tracker ** [09:49:52 2020-06-13] 178: Checking user_migrations ** [09:49:52 2020-06-13] 178: Checking batch_updates ** [09:49:52 2020-06-13] 178: Checking gears ** [09:49:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:49:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:57 2020-06-13] 178: Checking imports ** [09:49:57 2020-06-13] 178: Checking exports ** [09:49:57 2020-06-13] 178: Checking users ** [09:49:57 2020-06-13] 178: Checking user_dbs ** [09:49:57 2020-06-13] 178: Checking geocodings ** [09:49:57 2020-06-13] 178: Checking synchronizations ** [09:49:57 2020-06-13] 178: Checking tracker ** [09:49:57 2020-06-13] 178: Checking user_migrations ** [09:49:57 2020-06-13] 178: Checking batch_updates ** [09:49:57 2020-06-13] 178: Checking gears ** [09:49:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:49:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:02 2020-06-13] 178: Checking imports ** [09:50:02 2020-06-13] 178: Checking exports ** [09:50:02 2020-06-13] 178: Checking users ** [09:50:02 2020-06-13] 178: Checking user_dbs ** [09:50:02 2020-06-13] 178: Checking geocodings ** [09:50:02 2020-06-13] 178: Checking synchronizations ** [09:50:02 2020-06-13] 178: Checking tracker ** [09:50:02 2020-06-13] 178: Checking user_migrations ** [09:50:02 2020-06-13] 178: Checking batch_updates ** [09:50:02 2020-06-13] 178: Checking gears ** [09:50:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:50:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:07 2020-06-13] 178: Checking imports ** [09:50:07 2020-06-13] 178: Checking exports ** [09:50:07 2020-06-13] 178: Checking users ** [09:50:07 2020-06-13] 178: Checking user_dbs ** [09:50:07 2020-06-13] 178: Checking geocodings ** [09:50:07 2020-06-13] 178: Checking synchronizations ** [09:50:07 2020-06-13] 178: Checking tracker ** [09:50:07 2020-06-13] 178: Checking user_migrations ** [09:50:07 2020-06-13] 178: Checking batch_updates ** [09:50:07 2020-06-13] 178: Checking gears ** [09:50:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:50:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:12 2020-06-13] 178: Checking imports ** [09:50:12 2020-06-13] 178: Checking exports ** [09:50:12 2020-06-13] 178: Checking users ** [09:50:12 2020-06-13] 178: Checking user_dbs ** [09:50:12 2020-06-13] 178: Checking geocodings ** [09:50:12 2020-06-13] 178: Checking synchronizations ** [09:50:12 2020-06-13] 178: Checking tracker ** [09:50:12 2020-06-13] 178: Checking user_migrations ** [09:50:12 2020-06-13] 178: Checking batch_updates ** [09:50:12 2020-06-13] 178: Checking gears ** [09:50:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:50:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:17 2020-06-13] 178: Checking imports ** [09:50:17 2020-06-13] 178: Checking exports ** [09:50:17 2020-06-13] 178: Checking users ** [09:50:17 2020-06-13] 178: Checking user_dbs ** [09:50:17 2020-06-13] 178: Checking geocodings ** [09:50:17 2020-06-13] 178: Checking synchronizations ** [09:50:17 2020-06-13] 178: Checking tracker ** [09:50:17 2020-06-13] 178: Checking user_migrations ** [09:50:17 2020-06-13] 178: Checking batch_updates ** [09:50:17 2020-06-13] 178: Checking gears ** [09:50:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:50:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:22 2020-06-13] 178: Checking imports ** [09:50:22 2020-06-13] 178: Checking exports ** [09:50:22 2020-06-13] 178: Checking users ** [09:50:22 2020-06-13] 178: Checking user_dbs ** [09:50:22 2020-06-13] 178: Checking geocodings ** [09:50:22 2020-06-13] 178: Checking synchronizations ** [09:50:22 2020-06-13] 178: Checking tracker ** [09:50:22 2020-06-13] 178: Checking user_migrations ** [09:50:22 2020-06-13] 178: Checking batch_updates ** [09:50:22 2020-06-13] 178: Checking gears ** [09:50:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:50:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:27 2020-06-13] 178: Checking imports ** [09:50:27 2020-06-13] 178: Checking exports ** [09:50:27 2020-06-13] 178: Checking users ** [09:50:27 2020-06-13] 178: Checking user_dbs ** [09:50:27 2020-06-13] 178: Checking geocodings ** [09:50:27 2020-06-13] 178: Checking synchronizations ** [09:50:27 2020-06-13] 178: Checking tracker ** [09:50:27 2020-06-13] 178: Checking user_migrations ** [09:50:27 2020-06-13] 178: Checking batch_updates ** [09:50:27 2020-06-13] 178: Checking gears ** [09:50:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:50:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:32 2020-06-13] 178: Checking imports ** [09:50:32 2020-06-13] 178: Checking exports ** [09:50:32 2020-06-13] 178: Checking users ** [09:50:32 2020-06-13] 178: Checking user_dbs ** [09:50:32 2020-06-13] 178: Checking geocodings ** [09:50:32 2020-06-13] 178: Checking synchronizations ** [09:50:32 2020-06-13] 178: Checking tracker ** [09:50:32 2020-06-13] 178: Checking user_migrations ** [09:50:32 2020-06-13] 178: Checking batch_updates ** [09:50:32 2020-06-13] 178: Checking gears ** [09:50:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:50:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:37 2020-06-13] 178: Checking imports ** [09:50:37 2020-06-13] 178: Checking exports ** [09:50:37 2020-06-13] 178: Checking users ** [09:50:37 2020-06-13] 178: Checking user_dbs ** [09:50:37 2020-06-13] 178: Checking geocodings ** [09:50:37 2020-06-13] 178: Checking synchronizations ** [09:50:37 2020-06-13] 178: Checking tracker ** [09:50:37 2020-06-13] 178: Checking user_migrations ** [09:50:37 2020-06-13] 178: Checking batch_updates ** [09:50:37 2020-06-13] 178: Checking gears ** [09:50:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:50:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:42 2020-06-13] 178: Checking imports ** [09:50:42 2020-06-13] 178: Checking exports ** [09:50:42 2020-06-13] 178: Checking users ** [09:50:42 2020-06-13] 178: Checking user_dbs ** [09:50:42 2020-06-13] 178: Checking geocodings ** [09:50:42 2020-06-13] 178: Checking synchronizations ** [09:50:42 2020-06-13] 178: Checking tracker ** [09:50:42 2020-06-13] 178: Checking user_migrations ** [09:50:42 2020-06-13] 178: Checking batch_updates ** [09:50:42 2020-06-13] 178: Checking gears ** [09:50:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:50:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:47 2020-06-13] 178: Checking imports ** [09:50:47 2020-06-13] 178: Checking exports ** [09:50:47 2020-06-13] 178: Checking users ** [09:50:47 2020-06-13] 178: Checking user_dbs ** [09:50:47 2020-06-13] 178: Checking geocodings ** [09:50:47 2020-06-13] 178: Checking synchronizations ** [09:50:47 2020-06-13] 178: Checking tracker ** [09:50:47 2020-06-13] 178: Checking user_migrations ** [09:50:47 2020-06-13] 178: Checking batch_updates ** [09:50:47 2020-06-13] 178: Checking gears ** [09:50:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:50:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:52 2020-06-13] 178: Checking imports ** [09:50:52 2020-06-13] 178: Checking exports ** [09:50:52 2020-06-13] 178: Checking users ** [09:50:52 2020-06-13] 178: Checking user_dbs ** [09:50:52 2020-06-13] 178: Checking geocodings ** [09:50:52 2020-06-13] 178: Checking synchronizations ** [09:50:52 2020-06-13] 178: Checking tracker ** [09:50:52 2020-06-13] 178: Checking user_migrations ** [09:50:52 2020-06-13] 178: Checking batch_updates ** [09:50:52 2020-06-13] 178: Checking gears ** [09:50:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:50:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:57 2020-06-13] 178: Checking imports ** [09:50:57 2020-06-13] 178: Checking exports ** [09:50:57 2020-06-13] 178: Checking users ** [09:50:57 2020-06-13] 178: Checking user_dbs ** [09:50:57 2020-06-13] 178: Checking geocodings ** [09:50:57 2020-06-13] 178: Checking synchronizations ** [09:50:57 2020-06-13] 178: Checking tracker ** [09:50:57 2020-06-13] 178: Checking user_migrations ** [09:50:57 2020-06-13] 178: Checking batch_updates ** [09:50:57 2020-06-13] 178: Checking gears ** [09:50:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:50:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:02 2020-06-13] 178: Checking imports ** [09:51:02 2020-06-13] 178: Checking exports ** [09:51:02 2020-06-13] 178: Checking users ** [09:51:02 2020-06-13] 178: Checking user_dbs ** [09:51:02 2020-06-13] 178: Checking geocodings ** [09:51:02 2020-06-13] 178: Checking synchronizations ** [09:51:02 2020-06-13] 178: Checking tracker ** [09:51:02 2020-06-13] 178: Checking user_migrations ** [09:51:02 2020-06-13] 178: Checking batch_updates ** [09:51:02 2020-06-13] 178: Checking gears ** [09:51:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:51:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:07 2020-06-13] 178: Checking imports ** [09:51:07 2020-06-13] 178: Checking exports ** [09:51:07 2020-06-13] 178: Checking users ** [09:51:07 2020-06-13] 178: Checking user_dbs ** [09:51:07 2020-06-13] 178: Checking geocodings ** [09:51:07 2020-06-13] 178: Checking synchronizations ** [09:51:07 2020-06-13] 178: Checking tracker ** [09:51:07 2020-06-13] 178: Checking user_migrations ** [09:51:07 2020-06-13] 178: Checking batch_updates ** [09:51:07 2020-06-13] 178: Checking gears ** [09:51:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:51:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:12 2020-06-13] 178: Checking imports ** [09:51:12 2020-06-13] 178: Checking exports ** [09:51:12 2020-06-13] 178: Checking users ** [09:51:12 2020-06-13] 178: Checking user_dbs ** [09:51:12 2020-06-13] 178: Checking geocodings ** [09:51:12 2020-06-13] 178: Checking synchronizations ** [09:51:12 2020-06-13] 178: Checking tracker ** [09:51:12 2020-06-13] 178: Checking user_migrations ** [09:51:12 2020-06-13] 178: Checking batch_updates ** [09:51:12 2020-06-13] 178: Checking gears ** [09:51:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:51:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:17 2020-06-13] 178: Checking imports ** [09:51:17 2020-06-13] 178: Checking exports ** [09:51:17 2020-06-13] 178: Checking users ** [09:51:17 2020-06-13] 178: Checking user_dbs ** [09:51:17 2020-06-13] 178: Checking geocodings ** [09:51:17 2020-06-13] 178: Checking synchronizations ** [09:51:17 2020-06-13] 178: Checking tracker ** [09:51:17 2020-06-13] 178: Checking user_migrations ** [09:51:17 2020-06-13] 178: Checking batch_updates ** [09:51:17 2020-06-13] 178: Checking gears ** [09:51:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:51:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:22 2020-06-13] 178: Checking imports ** [09:51:22 2020-06-13] 178: Checking exports ** [09:51:22 2020-06-13] 178: Checking users ** [09:51:22 2020-06-13] 178: Checking user_dbs ** [09:51:22 2020-06-13] 178: Checking geocodings ** [09:51:22 2020-06-13] 178: Checking synchronizations ** [09:51:22 2020-06-13] 178: Checking tracker ** [09:51:22 2020-06-13] 178: Checking user_migrations ** [09:51:22 2020-06-13] 178: Checking batch_updates ** [09:51:22 2020-06-13] 178: Checking gears ** [09:51:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:51:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:27 2020-06-13] 178: Checking imports ** [09:51:27 2020-06-13] 178: Checking exports ** [09:51:27 2020-06-13] 178: Checking users ** [09:51:27 2020-06-13] 178: Checking user_dbs ** [09:51:27 2020-06-13] 178: Checking geocodings ** [09:51:27 2020-06-13] 178: Checking synchronizations ** [09:51:27 2020-06-13] 178: Checking tracker ** [09:51:27 2020-06-13] 178: Checking user_migrations ** [09:51:27 2020-06-13] 178: Checking batch_updates ** [09:51:27 2020-06-13] 178: Checking gears ** [09:51:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:51:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:32 2020-06-13] 178: Checking imports ** [09:51:32 2020-06-13] 178: Checking exports ** [09:51:32 2020-06-13] 178: Checking users ** [09:51:32 2020-06-13] 178: Checking user_dbs ** [09:51:32 2020-06-13] 178: Checking geocodings ** [09:51:32 2020-06-13] 178: Checking synchronizations ** [09:51:32 2020-06-13] 178: Checking tracker ** [09:51:32 2020-06-13] 178: Checking user_migrations ** [09:51:32 2020-06-13] 178: Checking batch_updates ** [09:51:32 2020-06-13] 178: Checking gears ** [09:51:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:51:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:37 2020-06-13] 178: Checking imports ** [09:51:37 2020-06-13] 178: Checking exports ** [09:51:37 2020-06-13] 178: Checking users ** [09:51:37 2020-06-13] 178: Checking user_dbs ** [09:51:37 2020-06-13] 178: Checking geocodings ** [09:51:37 2020-06-13] 178: Checking synchronizations ** [09:51:37 2020-06-13] 178: Checking tracker ** [09:51:37 2020-06-13] 178: Checking user_migrations ** [09:51:37 2020-06-13] 178: Checking batch_updates ** [09:51:37 2020-06-13] 178: Checking gears ** [09:51:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:51:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:42 2020-06-13] 178: Checking imports ** [09:51:42 2020-06-13] 178: Checking exports ** [09:51:42 2020-06-13] 178: Checking users ** [09:51:42 2020-06-13] 178: Checking user_dbs ** [09:51:42 2020-06-13] 178: Checking geocodings ** [09:51:42 2020-06-13] 178: Checking synchronizations ** [09:51:42 2020-06-13] 178: Checking tracker ** [09:51:42 2020-06-13] 178: Checking user_migrations ** [09:51:42 2020-06-13] 178: Checking batch_updates ** [09:51:42 2020-06-13] 178: Checking gears ** [09:51:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:51:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:47 2020-06-13] 178: Checking imports ** [09:51:47 2020-06-13] 178: Checking exports ** [09:51:47 2020-06-13] 178: Checking users ** [09:51:47 2020-06-13] 178: Checking user_dbs ** [09:51:47 2020-06-13] 178: Checking geocodings ** [09:51:47 2020-06-13] 178: Checking synchronizations ** [09:51:47 2020-06-13] 178: Checking tracker ** [09:51:47 2020-06-13] 178: Checking user_migrations ** [09:51:47 2020-06-13] 178: Checking batch_updates ** [09:51:47 2020-06-13] 178: Checking gears ** [09:51:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:51:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:52 2020-06-13] 178: Checking imports ** [09:51:52 2020-06-13] 178: Checking exports ** [09:51:52 2020-06-13] 178: Checking users ** [09:51:52 2020-06-13] 178: Checking user_dbs ** [09:51:52 2020-06-13] 178: Checking geocodings ** [09:51:52 2020-06-13] 178: Checking synchronizations ** [09:51:52 2020-06-13] 178: Checking tracker ** [09:51:52 2020-06-13] 178: Checking user_migrations ** [09:51:52 2020-06-13] 178: Checking batch_updates ** [09:51:52 2020-06-13] 178: Checking gears ** [09:51:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:51:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:57 2020-06-13] 178: Checking imports ** [09:51:57 2020-06-13] 178: Checking exports ** [09:51:57 2020-06-13] 178: Checking users ** [09:51:57 2020-06-13] 178: Checking user_dbs ** [09:51:57 2020-06-13] 178: Checking geocodings ** [09:51:57 2020-06-13] 178: Checking synchronizations ** [09:51:57 2020-06-13] 178: Checking tracker ** [09:51:57 2020-06-13] 178: Checking user_migrations ** [09:51:57 2020-06-13] 178: Checking batch_updates ** [09:51:57 2020-06-13] 178: Checking gears ** [09:51:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:51:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:02 2020-06-13] 178: Checking imports ** [09:52:02 2020-06-13] 178: Checking exports ** [09:52:02 2020-06-13] 178: Checking users ** [09:52:02 2020-06-13] 178: Checking user_dbs ** [09:52:02 2020-06-13] 178: Checking geocodings ** [09:52:02 2020-06-13] 178: Checking synchronizations ** [09:52:02 2020-06-13] 178: Checking tracker ** [09:52:02 2020-06-13] 178: Checking user_migrations ** [09:52:02 2020-06-13] 178: Checking batch_updates ** [09:52:02 2020-06-13] 178: Checking gears ** [09:52:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:52:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:07 2020-06-13] 178: Checking imports ** [09:52:07 2020-06-13] 178: Checking exports ** [09:52:07 2020-06-13] 178: Checking users ** [09:52:07 2020-06-13] 178: Checking user_dbs ** [09:52:07 2020-06-13] 178: Checking geocodings ** [09:52:07 2020-06-13] 178: Checking synchronizations ** [09:52:07 2020-06-13] 178: Checking tracker ** [09:52:07 2020-06-13] 178: Checking user_migrations ** [09:52:07 2020-06-13] 178: Checking batch_updates ** [09:52:07 2020-06-13] 178: Checking gears ** [09:52:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:52:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:12 2020-06-13] 178: Checking imports ** [09:52:12 2020-06-13] 178: Checking exports ** [09:52:12 2020-06-13] 178: Checking users ** [09:52:12 2020-06-13] 178: Checking user_dbs ** [09:52:12 2020-06-13] 178: Checking geocodings ** [09:52:12 2020-06-13] 178: Checking synchronizations ** [09:52:12 2020-06-13] 178: Checking tracker ** [09:52:12 2020-06-13] 178: Checking user_migrations ** [09:52:12 2020-06-13] 178: Checking batch_updates ** [09:52:12 2020-06-13] 178: Checking gears ** [09:52:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:52:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:17 2020-06-13] 178: Checking imports ** [09:52:17 2020-06-13] 178: Checking exports ** [09:52:17 2020-06-13] 178: Checking users ** [09:52:17 2020-06-13] 178: Checking user_dbs ** [09:52:17 2020-06-13] 178: Checking geocodings ** [09:52:17 2020-06-13] 178: Checking synchronizations ** [09:52:17 2020-06-13] 178: Checking tracker ** [09:52:17 2020-06-13] 178: Checking user_migrations ** [09:52:17 2020-06-13] 178: Checking batch_updates ** [09:52:17 2020-06-13] 178: Checking gears ** [09:52:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:52:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:22 2020-06-13] 178: Checking imports ** [09:52:22 2020-06-13] 178: Checking exports ** [09:52:22 2020-06-13] 178: Checking users ** [09:52:22 2020-06-13] 178: Checking user_dbs ** [09:52:22 2020-06-13] 178: Checking geocodings ** [09:52:22 2020-06-13] 178: Checking synchronizations ** [09:52:22 2020-06-13] 178: Checking tracker ** [09:52:22 2020-06-13] 178: Checking user_migrations ** [09:52:22 2020-06-13] 178: Checking batch_updates ** [09:52:22 2020-06-13] 178: Checking gears ** [09:52:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:52:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:27 2020-06-13] 178: Checking imports ** [09:52:27 2020-06-13] 178: Checking exports ** [09:52:27 2020-06-13] 178: Checking users ** [09:52:27 2020-06-13] 178: Checking user_dbs ** [09:52:27 2020-06-13] 178: Checking geocodings ** [09:52:27 2020-06-13] 178: Checking synchronizations ** [09:52:27 2020-06-13] 178: Checking tracker ** [09:52:27 2020-06-13] 178: Checking user_migrations ** [09:52:27 2020-06-13] 178: Checking batch_updates ** [09:52:27 2020-06-13] 178: Checking gears ** [09:52:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:52:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:32 2020-06-13] 178: Checking imports ** [09:52:32 2020-06-13] 178: Checking exports ** [09:52:32 2020-06-13] 178: Checking users ** [09:52:32 2020-06-13] 178: Checking user_dbs ** [09:52:32 2020-06-13] 178: Checking geocodings ** [09:52:32 2020-06-13] 178: Checking synchronizations ** [09:52:32 2020-06-13] 178: Checking tracker ** [09:52:32 2020-06-13] 178: Checking user_migrations ** [09:52:32 2020-06-13] 178: Checking batch_updates ** [09:52:32 2020-06-13] 178: Checking gears ** [09:52:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:52:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:37 2020-06-13] 178: Checking imports ** [09:52:37 2020-06-13] 178: Checking exports ** [09:52:37 2020-06-13] 178: Checking users ** [09:52:37 2020-06-13] 178: Checking user_dbs ** [09:52:37 2020-06-13] 178: Checking geocodings ** [09:52:37 2020-06-13] 178: Checking synchronizations ** [09:52:37 2020-06-13] 178: Checking tracker ** [09:52:37 2020-06-13] 178: Checking user_migrations ** [09:52:37 2020-06-13] 178: Checking batch_updates ** [09:52:37 2020-06-13] 178: Checking gears ** [09:52:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:52:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:42 2020-06-13] 178: Checking imports ** [09:52:42 2020-06-13] 178: Checking exports ** [09:52:42 2020-06-13] 178: Checking users ** [09:52:42 2020-06-13] 178: Checking user_dbs ** [09:52:42 2020-06-13] 178: Checking geocodings ** [09:52:42 2020-06-13] 178: Checking synchronizations ** [09:52:42 2020-06-13] 178: Checking tracker ** [09:52:42 2020-06-13] 178: Checking user_migrations ** [09:52:42 2020-06-13] 178: Checking batch_updates ** [09:52:42 2020-06-13] 178: Checking gears ** [09:52:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:52:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:47 2020-06-13] 178: Checking imports ** [09:52:47 2020-06-13] 178: Checking exports ** [09:52:47 2020-06-13] 178: Checking users ** [09:52:47 2020-06-13] 178: Checking user_dbs ** [09:52:47 2020-06-13] 178: Checking geocodings ** [09:52:47 2020-06-13] 178: Checking synchronizations ** [09:52:47 2020-06-13] 178: Checking tracker ** [09:52:47 2020-06-13] 178: Checking user_migrations ** [09:52:47 2020-06-13] 178: Checking batch_updates ** [09:52:47 2020-06-13] 178: Checking gears ** [09:52:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:52:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:52 2020-06-13] 178: Checking imports ** [09:52:52 2020-06-13] 178: Checking exports ** [09:52:52 2020-06-13] 178: Checking users ** [09:52:52 2020-06-13] 178: Checking user_dbs ** [09:52:52 2020-06-13] 178: Checking geocodings ** [09:52:52 2020-06-13] 178: Checking synchronizations ** [09:52:52 2020-06-13] 178: Checking tracker ** [09:52:52 2020-06-13] 178: Checking user_migrations ** [09:52:52 2020-06-13] 178: Checking batch_updates ** [09:52:52 2020-06-13] 178: Checking gears ** [09:52:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:52:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:57 2020-06-13] 178: Checking imports ** [09:52:57 2020-06-13] 178: Checking exports ** [09:52:57 2020-06-13] 178: Checking users ** [09:52:57 2020-06-13] 178: Checking user_dbs ** [09:52:57 2020-06-13] 178: Checking geocodings ** [09:52:57 2020-06-13] 178: Checking synchronizations ** [09:52:57 2020-06-13] 178: Checking tracker ** [09:52:57 2020-06-13] 178: Checking user_migrations ** [09:52:57 2020-06-13] 178: Checking batch_updates ** [09:52:57 2020-06-13] 178: Checking gears ** [09:52:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:52:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:02 2020-06-13] 178: Checking imports ** [09:53:02 2020-06-13] 178: Checking exports ** [09:53:02 2020-06-13] 178: Checking users ** [09:53:02 2020-06-13] 178: Checking user_dbs ** [09:53:02 2020-06-13] 178: Checking geocodings ** [09:53:02 2020-06-13] 178: Checking synchronizations ** [09:53:02 2020-06-13] 178: Checking tracker ** [09:53:02 2020-06-13] 178: Checking user_migrations ** [09:53:02 2020-06-13] 178: Checking batch_updates ** [09:53:02 2020-06-13] 178: Checking gears ** [09:53:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:53:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:07 2020-06-13] 178: Checking imports ** [09:53:07 2020-06-13] 178: Checking exports ** [09:53:07 2020-06-13] 178: Checking users ** [09:53:07 2020-06-13] 178: Checking user_dbs ** [09:53:07 2020-06-13] 178: Checking geocodings ** [09:53:07 2020-06-13] 178: Checking synchronizations ** [09:53:07 2020-06-13] 178: Checking tracker ** [09:53:07 2020-06-13] 178: Checking user_migrations ** [09:53:07 2020-06-13] 178: Checking batch_updates ** [09:53:07 2020-06-13] 178: Checking gears ** [09:53:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:53:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:12 2020-06-13] 178: Checking imports ** [09:53:12 2020-06-13] 178: Checking exports ** [09:53:12 2020-06-13] 178: Checking users ** [09:53:12 2020-06-13] 178: Checking user_dbs ** [09:53:12 2020-06-13] 178: Checking geocodings ** [09:53:12 2020-06-13] 178: Checking synchronizations ** [09:53:12 2020-06-13] 178: Checking tracker ** [09:53:12 2020-06-13] 178: Checking user_migrations ** [09:53:12 2020-06-13] 178: Checking batch_updates ** [09:53:12 2020-06-13] 178: Checking gears ** [09:53:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:53:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:17 2020-06-13] 178: Checking imports ** [09:53:17 2020-06-13] 178: Checking exports ** [09:53:17 2020-06-13] 178: Checking users ** [09:53:17 2020-06-13] 178: Checking user_dbs ** [09:53:17 2020-06-13] 178: Checking geocodings ** [09:53:17 2020-06-13] 178: Checking synchronizations ** [09:53:17 2020-06-13] 178: Checking tracker ** [09:53:17 2020-06-13] 178: Checking user_migrations ** [09:53:17 2020-06-13] 178: Checking batch_updates ** [09:53:17 2020-06-13] 178: Checking gears ** [09:53:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:53:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:22 2020-06-13] 178: Checking imports ** [09:53:22 2020-06-13] 178: Checking exports ** [09:53:22 2020-06-13] 178: Checking users ** [09:53:22 2020-06-13] 178: Checking user_dbs ** [09:53:22 2020-06-13] 178: Checking geocodings ** [09:53:22 2020-06-13] 178: Checking synchronizations ** [09:53:22 2020-06-13] 178: Checking tracker ** [09:53:22 2020-06-13] 178: Checking user_migrations ** [09:53:22 2020-06-13] 178: Checking batch_updates ** [09:53:22 2020-06-13] 178: Checking gears ** [09:53:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:53:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:27 2020-06-13] 178: Checking imports ** [09:53:27 2020-06-13] 178: Checking exports ** [09:53:27 2020-06-13] 178: Checking users ** [09:53:27 2020-06-13] 178: Checking user_dbs ** [09:53:27 2020-06-13] 178: Checking geocodings ** [09:53:27 2020-06-13] 178: Checking synchronizations ** [09:53:27 2020-06-13] 178: Checking tracker ** [09:53:27 2020-06-13] 178: Checking user_migrations ** [09:53:27 2020-06-13] 178: Checking batch_updates ** [09:53:27 2020-06-13] 178: Checking gears ** [09:53:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:53:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:32 2020-06-13] 178: Checking imports ** [09:53:32 2020-06-13] 178: Checking exports ** [09:53:32 2020-06-13] 178: Checking users ** [09:53:32 2020-06-13] 178: Checking user_dbs ** [09:53:32 2020-06-13] 178: Checking geocodings ** [09:53:32 2020-06-13] 178: Checking synchronizations ** [09:53:32 2020-06-13] 178: Checking tracker ** [09:53:32 2020-06-13] 178: Checking user_migrations ** [09:53:32 2020-06-13] 178: Checking batch_updates ** [09:53:32 2020-06-13] 178: Checking gears ** [09:53:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:53:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:37 2020-06-13] 178: Checking imports ** [09:53:37 2020-06-13] 178: Checking exports ** [09:53:37 2020-06-13] 178: Checking users ** [09:53:37 2020-06-13] 178: Checking user_dbs ** [09:53:37 2020-06-13] 178: Checking geocodings ** [09:53:37 2020-06-13] 178: Checking synchronizations ** [09:53:37 2020-06-13] 178: Checking tracker ** [09:53:37 2020-06-13] 178: Checking user_migrations ** [09:53:37 2020-06-13] 178: Checking batch_updates ** [09:53:37 2020-06-13] 178: Checking gears ** [09:53:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:53:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:42 2020-06-13] 178: Checking imports ** [09:53:42 2020-06-13] 178: Checking exports ** [09:53:42 2020-06-13] 178: Checking users ** [09:53:42 2020-06-13] 178: Checking user_dbs ** [09:53:42 2020-06-13] 178: Checking geocodings ** [09:53:42 2020-06-13] 178: Checking synchronizations ** [09:53:42 2020-06-13] 178: Checking tracker ** [09:53:42 2020-06-13] 178: Checking user_migrations ** [09:53:42 2020-06-13] 178: Checking batch_updates ** [09:53:42 2020-06-13] 178: Checking gears ** [09:53:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:53:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:47 2020-06-13] 178: Checking imports ** [09:53:47 2020-06-13] 178: Checking exports ** [09:53:47 2020-06-13] 178: Checking users ** [09:53:47 2020-06-13] 178: Checking user_dbs ** [09:53:47 2020-06-13] 178: Checking geocodings ** [09:53:47 2020-06-13] 178: Checking synchronizations ** [09:53:47 2020-06-13] 178: Checking tracker ** [09:53:47 2020-06-13] 178: Checking user_migrations ** [09:53:47 2020-06-13] 178: Checking batch_updates ** [09:53:47 2020-06-13] 178: Checking gears ** [09:53:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:53:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:52 2020-06-13] 178: Checking imports ** [09:53:52 2020-06-13] 178: Checking exports ** [09:53:52 2020-06-13] 178: Checking users ** [09:53:52 2020-06-13] 178: Checking user_dbs ** [09:53:52 2020-06-13] 178: Checking geocodings ** [09:53:52 2020-06-13] 178: Checking synchronizations ** [09:53:52 2020-06-13] 178: Checking tracker ** [09:53:52 2020-06-13] 178: Checking user_migrations ** [09:53:52 2020-06-13] 178: Checking batch_updates ** [09:53:52 2020-06-13] 178: Checking gears ** [09:53:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:53:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:57 2020-06-13] 178: Checking imports ** [09:53:57 2020-06-13] 178: Checking exports ** [09:53:57 2020-06-13] 178: Checking users ** [09:53:57 2020-06-13] 178: Checking user_dbs ** [09:53:57 2020-06-13] 178: Checking geocodings ** [09:53:57 2020-06-13] 178: Checking synchronizations ** [09:53:57 2020-06-13] 178: Checking tracker ** [09:53:57 2020-06-13] 178: Checking user_migrations ** [09:53:57 2020-06-13] 178: Checking batch_updates ** [09:53:57 2020-06-13] 178: Checking gears ** [09:53:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:53:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:02 2020-06-13] 178: Checking imports ** [09:54:02 2020-06-13] 178: Checking exports ** [09:54:02 2020-06-13] 178: Checking users ** [09:54:02 2020-06-13] 178: Checking user_dbs ** [09:54:02 2020-06-13] 178: Checking geocodings ** [09:54:02 2020-06-13] 178: Checking synchronizations ** [09:54:02 2020-06-13] 178: Checking tracker ** [09:54:02 2020-06-13] 178: Checking user_migrations ** [09:54:02 2020-06-13] 178: Checking batch_updates ** [09:54:02 2020-06-13] 178: Checking gears ** [09:54:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:54:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:07 2020-06-13] 178: Checking imports ** [09:54:07 2020-06-13] 178: Checking exports ** [09:54:07 2020-06-13] 178: Checking users ** [09:54:07 2020-06-13] 178: Checking user_dbs ** [09:54:07 2020-06-13] 178: Checking geocodings ** [09:54:07 2020-06-13] 178: Checking synchronizations ** [09:54:07 2020-06-13] 178: Checking tracker ** [09:54:07 2020-06-13] 178: Checking user_migrations ** [09:54:07 2020-06-13] 178: Checking batch_updates ** [09:54:07 2020-06-13] 178: Checking gears ** [09:54:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:54:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:12 2020-06-13] 178: Checking imports ** [09:54:12 2020-06-13] 178: Checking exports ** [09:54:12 2020-06-13] 178: Checking users ** [09:54:12 2020-06-13] 178: Checking user_dbs ** [09:54:12 2020-06-13] 178: Checking geocodings ** [09:54:12 2020-06-13] 178: Checking synchronizations ** [09:54:12 2020-06-13] 178: Checking tracker ** [09:54:12 2020-06-13] 178: Checking user_migrations ** [09:54:12 2020-06-13] 178: Checking batch_updates ** [09:54:12 2020-06-13] 178: Checking gears ** [09:54:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:54:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:17 2020-06-13] 178: Checking imports ** [09:54:17 2020-06-13] 178: Checking exports ** [09:54:17 2020-06-13] 178: Checking users ** [09:54:17 2020-06-13] 178: Checking user_dbs ** [09:54:17 2020-06-13] 178: Checking geocodings ** [09:54:17 2020-06-13] 178: Checking synchronizations ** [09:54:17 2020-06-13] 178: Checking tracker ** [09:54:17 2020-06-13] 178: Checking user_migrations ** [09:54:17 2020-06-13] 178: Checking batch_updates ** [09:54:17 2020-06-13] 178: Checking gears ** [09:54:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:54:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:22 2020-06-13] 178: Checking imports ** [09:54:22 2020-06-13] 178: Checking exports ** [09:54:22 2020-06-13] 178: Checking users ** [09:54:22 2020-06-13] 178: Checking user_dbs ** [09:54:22 2020-06-13] 178: Checking geocodings ** [09:54:22 2020-06-13] 178: Checking synchronizations ** [09:54:22 2020-06-13] 178: Checking tracker ** [09:54:22 2020-06-13] 178: Checking user_migrations ** [09:54:22 2020-06-13] 178: Checking batch_updates ** [09:54:22 2020-06-13] 178: Checking gears ** [09:54:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:54:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:27 2020-06-13] 178: Checking imports ** [09:54:27 2020-06-13] 178: Checking exports ** [09:54:27 2020-06-13] 178: Checking users ** [09:54:27 2020-06-13] 178: Checking user_dbs ** [09:54:27 2020-06-13] 178: Checking geocodings ** [09:54:27 2020-06-13] 178: Checking synchronizations ** [09:54:27 2020-06-13] 178: Checking tracker ** [09:54:27 2020-06-13] 178: Checking user_migrations ** [09:54:27 2020-06-13] 178: Checking batch_updates ** [09:54:27 2020-06-13] 178: Checking gears ** [09:54:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:54:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:32 2020-06-13] 178: Checking imports ** [09:54:32 2020-06-13] 178: Checking exports ** [09:54:32 2020-06-13] 178: Checking users ** [09:54:32 2020-06-13] 178: Checking user_dbs ** [09:54:32 2020-06-13] 178: Checking geocodings ** [09:54:32 2020-06-13] 178: Checking synchronizations ** [09:54:32 2020-06-13] 178: Checking tracker ** [09:54:32 2020-06-13] 178: Checking user_migrations ** [09:54:32 2020-06-13] 178: Checking batch_updates ** [09:54:32 2020-06-13] 178: Checking gears ** [09:54:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:54:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:37 2020-06-13] 178: Checking imports ** [09:54:37 2020-06-13] 178: Checking exports ** [09:54:37 2020-06-13] 178: Checking users ** [09:54:37 2020-06-13] 178: Checking user_dbs ** [09:54:37 2020-06-13] 178: Checking geocodings ** [09:54:37 2020-06-13] 178: Checking synchronizations ** [09:54:37 2020-06-13] 178: Checking tracker ** [09:54:37 2020-06-13] 178: Checking user_migrations ** [09:54:37 2020-06-13] 178: Checking batch_updates ** [09:54:37 2020-06-13] 178: Checking gears ** [09:54:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:54:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:42 2020-06-13] 178: Checking imports ** [09:54:42 2020-06-13] 178: Checking exports ** [09:54:42 2020-06-13] 178: Checking users ** [09:54:42 2020-06-13] 178: Checking user_dbs ** [09:54:42 2020-06-13] 178: Checking geocodings ** [09:54:42 2020-06-13] 178: Checking synchronizations ** [09:54:42 2020-06-13] 178: Checking tracker ** [09:54:42 2020-06-13] 178: Checking user_migrations ** [09:54:42 2020-06-13] 178: Checking batch_updates ** [09:54:42 2020-06-13] 178: Checking gears ** [09:54:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:54:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:48 2020-06-13] 178: Checking imports ** [09:54:48 2020-06-13] 178: Checking exports ** [09:54:48 2020-06-13] 178: Checking users ** [09:54:48 2020-06-13] 178: Checking user_dbs ** [09:54:48 2020-06-13] 178: Checking geocodings ** [09:54:48 2020-06-13] 178: Checking synchronizations ** [09:54:48 2020-06-13] 178: Checking tracker ** [09:54:48 2020-06-13] 178: Checking user_migrations ** [09:54:48 2020-06-13] 178: Checking batch_updates ** [09:54:48 2020-06-13] 178: Checking gears ** [09:54:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:54:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:53 2020-06-13] 178: Checking imports ** [09:54:53 2020-06-13] 178: Checking exports ** [09:54:53 2020-06-13] 178: Checking users ** [09:54:53 2020-06-13] 178: Checking user_dbs ** [09:54:53 2020-06-13] 178: Checking geocodings ** [09:54:53 2020-06-13] 178: Checking synchronizations ** [09:54:53 2020-06-13] 178: Checking tracker ** [09:54:53 2020-06-13] 178: Checking user_migrations ** [09:54:53 2020-06-13] 178: Checking batch_updates ** [09:54:53 2020-06-13] 178: Checking gears ** [09:54:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:54:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:58 2020-06-13] 178: Checking imports ** [09:54:58 2020-06-13] 178: Checking exports ** [09:54:58 2020-06-13] 178: Checking users ** [09:54:58 2020-06-13] 178: Checking user_dbs ** [09:54:58 2020-06-13] 178: Checking geocodings ** [09:54:58 2020-06-13] 178: Checking synchronizations ** [09:54:58 2020-06-13] 178: Checking tracker ** [09:54:58 2020-06-13] 178: Checking user_migrations ** [09:54:58 2020-06-13] 178: Checking batch_updates ** [09:54:58 2020-06-13] 178: Checking gears ** [09:54:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:54:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:03 2020-06-13] 178: Checking imports ** [09:55:03 2020-06-13] 178: Checking exports ** [09:55:03 2020-06-13] 178: Checking users ** [09:55:03 2020-06-13] 178: Checking user_dbs ** [09:55:03 2020-06-13] 178: Checking geocodings ** [09:55:03 2020-06-13] 178: Checking synchronizations ** [09:55:03 2020-06-13] 178: Checking tracker ** [09:55:03 2020-06-13] 178: Checking user_migrations ** [09:55:03 2020-06-13] 178: Checking batch_updates ** [09:55:03 2020-06-13] 178: Checking gears ** [09:55:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:55:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:08 2020-06-13] 178: Checking imports ** [09:55:08 2020-06-13] 178: Checking exports ** [09:55:08 2020-06-13] 178: Checking users ** [09:55:08 2020-06-13] 178: Checking user_dbs ** [09:55:08 2020-06-13] 178: Checking geocodings ** [09:55:08 2020-06-13] 178: Checking synchronizations ** [09:55:08 2020-06-13] 178: Checking tracker ** [09:55:08 2020-06-13] 178: Checking user_migrations ** [09:55:08 2020-06-13] 178: Checking batch_updates ** [09:55:08 2020-06-13] 178: Checking gears ** [09:55:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:55:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:13 2020-06-13] 178: Checking imports ** [09:55:13 2020-06-13] 178: Checking exports ** [09:55:13 2020-06-13] 178: Checking users ** [09:55:13 2020-06-13] 178: Checking user_dbs ** [09:55:13 2020-06-13] 178: Checking geocodings ** [09:55:13 2020-06-13] 178: Checking synchronizations ** [09:55:13 2020-06-13] 178: Checking tracker ** [09:55:13 2020-06-13] 178: Checking user_migrations ** [09:55:13 2020-06-13] 178: Checking batch_updates ** [09:55:13 2020-06-13] 178: Checking gears ** [09:55:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:55:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:18 2020-06-13] 178: Checking imports ** [09:55:18 2020-06-13] 178: Checking exports ** [09:55:18 2020-06-13] 178: Checking users ** [09:55:18 2020-06-13] 178: Checking user_dbs ** [09:55:18 2020-06-13] 178: Checking geocodings ** [09:55:18 2020-06-13] 178: Checking synchronizations ** [09:55:18 2020-06-13] 178: Checking tracker ** [09:55:18 2020-06-13] 178: Checking user_migrations ** [09:55:18 2020-06-13] 178: Checking batch_updates ** [09:55:18 2020-06-13] 178: Checking gears ** [09:55:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:55:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:23 2020-06-13] 178: Checking imports ** [09:55:23 2020-06-13] 178: Checking exports ** [09:55:23 2020-06-13] 178: Checking users ** [09:55:23 2020-06-13] 178: Checking user_dbs ** [09:55:23 2020-06-13] 178: Checking geocodings ** [09:55:23 2020-06-13] 178: Checking synchronizations ** [09:55:23 2020-06-13] 178: Checking tracker ** [09:55:23 2020-06-13] 178: Checking user_migrations ** [09:55:23 2020-06-13] 178: Checking batch_updates ** [09:55:23 2020-06-13] 178: Checking gears ** [09:55:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:55:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:28 2020-06-13] 178: Checking imports ** [09:55:28 2020-06-13] 178: Checking exports ** [09:55:28 2020-06-13] 178: Checking users ** [09:55:28 2020-06-13] 178: Checking user_dbs ** [09:55:28 2020-06-13] 178: Checking geocodings ** [09:55:28 2020-06-13] 178: Checking synchronizations ** [09:55:28 2020-06-13] 178: Checking tracker ** [09:55:28 2020-06-13] 178: Checking user_migrations ** [09:55:28 2020-06-13] 178: Checking batch_updates ** [09:55:28 2020-06-13] 178: Checking gears ** [09:55:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:55:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:33 2020-06-13] 178: Checking imports ** [09:55:33 2020-06-13] 178: Checking exports ** [09:55:33 2020-06-13] 178: Checking users ** [09:55:33 2020-06-13] 178: Checking user_dbs ** [09:55:33 2020-06-13] 178: Checking geocodings ** [09:55:33 2020-06-13] 178: Checking synchronizations ** [09:55:33 2020-06-13] 178: Checking tracker ** [09:55:33 2020-06-13] 178: Checking user_migrations ** [09:55:33 2020-06-13] 178: Checking batch_updates ** [09:55:33 2020-06-13] 178: Checking gears ** [09:55:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:55:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:38 2020-06-13] 178: Checking imports ** [09:55:38 2020-06-13] 178: Checking exports ** [09:55:38 2020-06-13] 178: Checking users ** [09:55:38 2020-06-13] 178: Checking user_dbs ** [09:55:38 2020-06-13] 178: Checking geocodings ** [09:55:38 2020-06-13] 178: Checking synchronizations ** [09:55:38 2020-06-13] 178: Checking tracker ** [09:55:38 2020-06-13] 178: Checking user_migrations ** [09:55:38 2020-06-13] 178: Checking batch_updates ** [09:55:38 2020-06-13] 178: Checking gears ** [09:55:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:55:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:43 2020-06-13] 178: Checking imports ** [09:55:43 2020-06-13] 178: Checking exports ** [09:55:43 2020-06-13] 178: Checking users ** [09:55:43 2020-06-13] 178: Checking user_dbs ** [09:55:43 2020-06-13] 178: Checking geocodings ** [09:55:43 2020-06-13] 178: Checking synchronizations ** [09:55:43 2020-06-13] 178: Checking tracker ** [09:55:43 2020-06-13] 178: Checking user_migrations ** [09:55:43 2020-06-13] 178: Checking batch_updates ** [09:55:43 2020-06-13] 178: Checking gears ** [09:55:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:55:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:48 2020-06-13] 178: Checking imports ** [09:55:48 2020-06-13] 178: Checking exports ** [09:55:48 2020-06-13] 178: Checking users ** [09:55:48 2020-06-13] 178: Checking user_dbs ** [09:55:48 2020-06-13] 178: Checking geocodings ** [09:55:48 2020-06-13] 178: Checking synchronizations ** [09:55:48 2020-06-13] 178: Checking tracker ** [09:55:48 2020-06-13] 178: Checking user_migrations ** [09:55:48 2020-06-13] 178: Checking batch_updates ** [09:55:48 2020-06-13] 178: Checking gears ** [09:55:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:55:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:53 2020-06-13] 178: Checking imports ** [09:55:53 2020-06-13] 178: Checking exports ** [09:55:53 2020-06-13] 178: Checking users ** [09:55:53 2020-06-13] 178: Checking user_dbs ** [09:55:53 2020-06-13] 178: Checking geocodings ** [09:55:53 2020-06-13] 178: Checking synchronizations ** [09:55:53 2020-06-13] 178: Checking tracker ** [09:55:53 2020-06-13] 178: Checking user_migrations ** [09:55:53 2020-06-13] 178: Checking batch_updates ** [09:55:53 2020-06-13] 178: Checking gears ** [09:55:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:55:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:58 2020-06-13] 178: Checking imports ** [09:55:58 2020-06-13] 178: Checking exports ** [09:55:58 2020-06-13] 178: Checking users ** [09:55:58 2020-06-13] 178: Checking user_dbs ** [09:55:58 2020-06-13] 178: Checking geocodings ** [09:55:58 2020-06-13] 178: Checking synchronizations ** [09:55:58 2020-06-13] 178: Checking tracker ** [09:55:58 2020-06-13] 178: Checking user_migrations ** [09:55:58 2020-06-13] 178: Checking batch_updates ** [09:55:58 2020-06-13] 178: Checking gears ** [09:55:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:55:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:03 2020-06-13] 178: Checking imports ** [09:56:03 2020-06-13] 178: Checking exports ** [09:56:03 2020-06-13] 178: Checking users ** [09:56:03 2020-06-13] 178: Checking user_dbs ** [09:56:03 2020-06-13] 178: Checking geocodings ** [09:56:03 2020-06-13] 178: Checking synchronizations ** [09:56:03 2020-06-13] 178: Checking tracker ** [09:56:03 2020-06-13] 178: Checking user_migrations ** [09:56:03 2020-06-13] 178: Checking batch_updates ** [09:56:03 2020-06-13] 178: Checking gears ** [09:56:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:56:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:08 2020-06-13] 178: Checking imports ** [09:56:08 2020-06-13] 178: Checking exports ** [09:56:08 2020-06-13] 178: Checking users ** [09:56:08 2020-06-13] 178: Checking user_dbs ** [09:56:08 2020-06-13] 178: Checking geocodings ** [09:56:08 2020-06-13] 178: Checking synchronizations ** [09:56:08 2020-06-13] 178: Checking tracker ** [09:56:08 2020-06-13] 178: Checking user_migrations ** [09:56:08 2020-06-13] 178: Checking batch_updates ** [09:56:08 2020-06-13] 178: Checking gears ** [09:56:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:56:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:13 2020-06-13] 178: Checking imports ** [09:56:13 2020-06-13] 178: Checking exports ** [09:56:13 2020-06-13] 178: Checking users ** [09:56:13 2020-06-13] 178: Checking user_dbs ** [09:56:13 2020-06-13] 178: Checking geocodings ** [09:56:13 2020-06-13] 178: Checking synchronizations ** [09:56:13 2020-06-13] 178: Checking tracker ** [09:56:13 2020-06-13] 178: Checking user_migrations ** [09:56:13 2020-06-13] 178: Checking batch_updates ** [09:56:13 2020-06-13] 178: Checking gears ** [09:56:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:56:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:18 2020-06-13] 178: Checking imports ** [09:56:18 2020-06-13] 178: Checking exports ** [09:56:18 2020-06-13] 178: Checking users ** [09:56:18 2020-06-13] 178: Checking user_dbs ** [09:56:18 2020-06-13] 178: Checking geocodings ** [09:56:18 2020-06-13] 178: Checking synchronizations ** [09:56:18 2020-06-13] 178: Checking tracker ** [09:56:18 2020-06-13] 178: Checking user_migrations ** [09:56:18 2020-06-13] 178: Checking batch_updates ** [09:56:18 2020-06-13] 178: Checking gears ** [09:56:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:56:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:23 2020-06-13] 178: Checking imports ** [09:56:23 2020-06-13] 178: Checking exports ** [09:56:23 2020-06-13] 178: Checking users ** [09:56:23 2020-06-13] 178: Checking user_dbs ** [09:56:23 2020-06-13] 178: Checking geocodings ** [09:56:23 2020-06-13] 178: Checking synchronizations ** [09:56:23 2020-06-13] 178: Checking tracker ** [09:56:23 2020-06-13] 178: Checking user_migrations ** [09:56:23 2020-06-13] 178: Checking batch_updates ** [09:56:23 2020-06-13] 178: Checking gears ** [09:56:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:56:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:28 2020-06-13] 178: Checking imports ** [09:56:28 2020-06-13] 178: Checking exports ** [09:56:28 2020-06-13] 178: Checking users ** [09:56:28 2020-06-13] 178: Checking user_dbs ** [09:56:28 2020-06-13] 178: Checking geocodings ** [09:56:28 2020-06-13] 178: Checking synchronizations ** [09:56:28 2020-06-13] 178: Checking tracker ** [09:56:28 2020-06-13] 178: Checking user_migrations ** [09:56:28 2020-06-13] 178: Checking batch_updates ** [09:56:28 2020-06-13] 178: Checking gears ** [09:56:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:56:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:33 2020-06-13] 178: Checking imports ** [09:56:33 2020-06-13] 178: Checking exports ** [09:56:33 2020-06-13] 178: Checking users ** [09:56:33 2020-06-13] 178: Checking user_dbs ** [09:56:33 2020-06-13] 178: Checking geocodings ** [09:56:33 2020-06-13] 178: Checking synchronizations ** [09:56:33 2020-06-13] 178: Checking tracker ** [09:56:33 2020-06-13] 178: Checking user_migrations ** [09:56:33 2020-06-13] 178: Checking batch_updates ** [09:56:33 2020-06-13] 178: Checking gears ** [09:56:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:56:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:38 2020-06-13] 178: Checking imports ** [09:56:38 2020-06-13] 178: Checking exports ** [09:56:38 2020-06-13] 178: Checking users ** [09:56:38 2020-06-13] 178: Checking user_dbs ** [09:56:38 2020-06-13] 178: Checking geocodings ** [09:56:38 2020-06-13] 178: Checking synchronizations ** [09:56:38 2020-06-13] 178: Checking tracker ** [09:56:38 2020-06-13] 178: Checking user_migrations ** [09:56:38 2020-06-13] 178: Checking batch_updates ** [09:56:38 2020-06-13] 178: Checking gears ** [09:56:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:56:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:43 2020-06-13] 178: Checking imports ** [09:56:43 2020-06-13] 178: Checking exports ** [09:56:43 2020-06-13] 178: Checking users ** [09:56:43 2020-06-13] 178: Checking user_dbs ** [09:56:43 2020-06-13] 178: Checking geocodings ** [09:56:43 2020-06-13] 178: Checking synchronizations ** [09:56:43 2020-06-13] 178: Checking tracker ** [09:56:43 2020-06-13] 178: Checking user_migrations ** [09:56:43 2020-06-13] 178: Checking batch_updates ** [09:56:43 2020-06-13] 178: Checking gears ** [09:56:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:56:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:48 2020-06-13] 178: Checking imports ** [09:56:48 2020-06-13] 178: Checking exports ** [09:56:48 2020-06-13] 178: Checking users ** [09:56:48 2020-06-13] 178: Checking user_dbs ** [09:56:48 2020-06-13] 178: Checking geocodings ** [09:56:48 2020-06-13] 178: Checking synchronizations ** [09:56:48 2020-06-13] 178: Checking tracker ** [09:56:48 2020-06-13] 178: Checking user_migrations ** [09:56:48 2020-06-13] 178: Checking batch_updates ** [09:56:48 2020-06-13] 178: Checking gears ** [09:56:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:56:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:53 2020-06-13] 178: Checking imports ** [09:56:53 2020-06-13] 178: Checking exports ** [09:56:53 2020-06-13] 178: Checking users ** [09:56:53 2020-06-13] 178: Checking user_dbs ** [09:56:53 2020-06-13] 178: Checking geocodings ** [09:56:53 2020-06-13] 178: Checking synchronizations ** [09:56:53 2020-06-13] 178: Checking tracker ** [09:56:53 2020-06-13] 178: Checking user_migrations ** [09:56:53 2020-06-13] 178: Checking batch_updates ** [09:56:53 2020-06-13] 178: Checking gears ** [09:56:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:56:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:58 2020-06-13] 178: Checking imports ** [09:56:58 2020-06-13] 178: Checking exports ** [09:56:58 2020-06-13] 178: Checking users ** [09:56:58 2020-06-13] 178: Checking user_dbs ** [09:56:58 2020-06-13] 178: Checking geocodings ** [09:56:58 2020-06-13] 178: Checking synchronizations ** [09:56:58 2020-06-13] 178: Checking tracker ** [09:56:58 2020-06-13] 178: Checking user_migrations ** [09:56:58 2020-06-13] 178: Checking batch_updates ** [09:56:58 2020-06-13] 178: Checking gears ** [09:56:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:56:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:03 2020-06-13] 178: Checking imports ** [09:57:03 2020-06-13] 178: Checking exports ** [09:57:03 2020-06-13] 178: Checking users ** [09:57:03 2020-06-13] 178: Checking user_dbs ** [09:57:03 2020-06-13] 178: Checking geocodings ** [09:57:03 2020-06-13] 178: Checking synchronizations ** [09:57:03 2020-06-13] 178: Checking tracker ** [09:57:03 2020-06-13] 178: Checking user_migrations ** [09:57:03 2020-06-13] 178: Checking batch_updates ** [09:57:03 2020-06-13] 178: Checking gears ** [09:57:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:57:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:08 2020-06-13] 178: Checking imports ** [09:57:08 2020-06-13] 178: Checking exports ** [09:57:08 2020-06-13] 178: Checking users ** [09:57:08 2020-06-13] 178: Checking user_dbs ** [09:57:08 2020-06-13] 178: Checking geocodings ** [09:57:08 2020-06-13] 178: Checking synchronizations ** [09:57:08 2020-06-13] 178: Checking tracker ** [09:57:08 2020-06-13] 178: Checking user_migrations ** [09:57:08 2020-06-13] 178: Checking batch_updates ** [09:57:08 2020-06-13] 178: Checking gears ** [09:57:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:57:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:13 2020-06-13] 178: Checking imports ** [09:57:13 2020-06-13] 178: Checking exports ** [09:57:13 2020-06-13] 178: Checking users ** [09:57:13 2020-06-13] 178: Checking user_dbs ** [09:57:13 2020-06-13] 178: Checking geocodings ** [09:57:13 2020-06-13] 178: Checking synchronizations ** [09:57:13 2020-06-13] 178: Checking tracker ** [09:57:13 2020-06-13] 178: Checking user_migrations ** [09:57:13 2020-06-13] 178: Checking batch_updates ** [09:57:13 2020-06-13] 178: Checking gears ** [09:57:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:57:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:18 2020-06-13] 178: Checking imports ** [09:57:18 2020-06-13] 178: Checking exports ** [09:57:18 2020-06-13] 178: Checking users ** [09:57:18 2020-06-13] 178: Checking user_dbs ** [09:57:18 2020-06-13] 178: Checking geocodings ** [09:57:18 2020-06-13] 178: Checking synchronizations ** [09:57:18 2020-06-13] 178: Checking tracker ** [09:57:18 2020-06-13] 178: Checking user_migrations ** [09:57:18 2020-06-13] 178: Checking batch_updates ** [09:57:18 2020-06-13] 178: Checking gears ** [09:57:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:57:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:23 2020-06-13] 178: Checking imports ** [09:57:23 2020-06-13] 178: Checking exports ** [09:57:23 2020-06-13] 178: Checking users ** [09:57:23 2020-06-13] 178: Checking user_dbs ** [09:57:23 2020-06-13] 178: Checking geocodings ** [09:57:23 2020-06-13] 178: Checking synchronizations ** [09:57:23 2020-06-13] 178: Checking tracker ** [09:57:23 2020-06-13] 178: Checking user_migrations ** [09:57:23 2020-06-13] 178: Checking batch_updates ** [09:57:23 2020-06-13] 178: Checking gears ** [09:57:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:57:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:28 2020-06-13] 178: Checking imports ** [09:57:28 2020-06-13] 178: Checking exports ** [09:57:28 2020-06-13] 178: Checking users ** [09:57:28 2020-06-13] 178: Checking user_dbs ** [09:57:28 2020-06-13] 178: Checking geocodings ** [09:57:28 2020-06-13] 178: Checking synchronizations ** [09:57:28 2020-06-13] 178: Checking tracker ** [09:57:28 2020-06-13] 178: Checking user_migrations ** [09:57:28 2020-06-13] 178: Checking batch_updates ** [09:57:28 2020-06-13] 178: Checking gears ** [09:57:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:57:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:33 2020-06-13] 178: Checking imports ** [09:57:33 2020-06-13] 178: Checking exports ** [09:57:33 2020-06-13] 178: Checking users ** [09:57:33 2020-06-13] 178: Checking user_dbs ** [09:57:33 2020-06-13] 178: Checking geocodings ** [09:57:33 2020-06-13] 178: Checking synchronizations ** [09:57:33 2020-06-13] 178: Checking tracker ** [09:57:33 2020-06-13] 178: Checking user_migrations ** [09:57:33 2020-06-13] 178: Checking batch_updates ** [09:57:33 2020-06-13] 178: Checking gears ** [09:57:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:57:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:38 2020-06-13] 178: Checking imports ** [09:57:38 2020-06-13] 178: Checking exports ** [09:57:38 2020-06-13] 178: Checking users ** [09:57:38 2020-06-13] 178: Checking user_dbs ** [09:57:38 2020-06-13] 178: Checking geocodings ** [09:57:38 2020-06-13] 178: Checking synchronizations ** [09:57:38 2020-06-13] 178: Checking tracker ** [09:57:38 2020-06-13] 178: Checking user_migrations ** [09:57:38 2020-06-13] 178: Checking batch_updates ** [09:57:38 2020-06-13] 178: Checking gears ** [09:57:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:57:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:43 2020-06-13] 178: Checking imports ** [09:57:43 2020-06-13] 178: Checking exports ** [09:57:43 2020-06-13] 178: Checking users ** [09:57:43 2020-06-13] 178: Checking user_dbs ** [09:57:43 2020-06-13] 178: Checking geocodings ** [09:57:43 2020-06-13] 178: Checking synchronizations ** [09:57:43 2020-06-13] 178: Checking tracker ** [09:57:43 2020-06-13] 178: Checking user_migrations ** [09:57:43 2020-06-13] 178: Checking batch_updates ** [09:57:43 2020-06-13] 178: Checking gears ** [09:57:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:57:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:48 2020-06-13] 178: Checking imports ** [09:57:48 2020-06-13] 178: Checking exports ** [09:57:48 2020-06-13] 178: Checking users ** [09:57:48 2020-06-13] 178: Checking user_dbs ** [09:57:48 2020-06-13] 178: Checking geocodings ** [09:57:48 2020-06-13] 178: Checking synchronizations ** [09:57:48 2020-06-13] 178: Checking tracker ** [09:57:48 2020-06-13] 178: Checking user_migrations ** [09:57:48 2020-06-13] 178: Checking batch_updates ** [09:57:48 2020-06-13] 178: Checking gears ** [09:57:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:57:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:53 2020-06-13] 178: Checking imports ** [09:57:53 2020-06-13] 178: Checking exports ** [09:57:53 2020-06-13] 178: Checking users ** [09:57:53 2020-06-13] 178: Checking user_dbs ** [09:57:53 2020-06-13] 178: Checking geocodings ** [09:57:53 2020-06-13] 178: Checking synchronizations ** [09:57:53 2020-06-13] 178: Checking tracker ** [09:57:53 2020-06-13] 178: Checking user_migrations ** [09:57:53 2020-06-13] 178: Checking batch_updates ** [09:57:53 2020-06-13] 178: Checking gears ** [09:57:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:57:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:58 2020-06-13] 178: Checking imports ** [09:57:58 2020-06-13] 178: Checking exports ** [09:57:58 2020-06-13] 178: Checking users ** [09:57:58 2020-06-13] 178: Checking user_dbs ** [09:57:58 2020-06-13] 178: Checking geocodings ** [09:57:58 2020-06-13] 178: Checking synchronizations ** [09:57:58 2020-06-13] 178: Checking tracker ** [09:57:58 2020-06-13] 178: Checking user_migrations ** [09:57:58 2020-06-13] 178: Checking batch_updates ** [09:57:58 2020-06-13] 178: Checking gears ** [09:57:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:57:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:03 2020-06-13] 178: Checking imports ** [09:58:03 2020-06-13] 178: Checking exports ** [09:58:03 2020-06-13] 178: Checking users ** [09:58:03 2020-06-13] 178: Checking user_dbs ** [09:58:03 2020-06-13] 178: Checking geocodings ** [09:58:03 2020-06-13] 178: Checking synchronizations ** [09:58:03 2020-06-13] 178: Checking tracker ** [09:58:03 2020-06-13] 178: Checking user_migrations ** [09:58:03 2020-06-13] 178: Checking batch_updates ** [09:58:03 2020-06-13] 178: Checking gears ** [09:58:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:58:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:08 2020-06-13] 178: Checking imports ** [09:58:08 2020-06-13] 178: Checking exports ** [09:58:08 2020-06-13] 178: Checking users ** [09:58:08 2020-06-13] 178: Checking user_dbs ** [09:58:08 2020-06-13] 178: Checking geocodings ** [09:58:08 2020-06-13] 178: Checking synchronizations ** [09:58:08 2020-06-13] 178: Checking tracker ** [09:58:08 2020-06-13] 178: Checking user_migrations ** [09:58:08 2020-06-13] 178: Checking batch_updates ** [09:58:08 2020-06-13] 178: Checking gears ** [09:58:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:58:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:13 2020-06-13] 178: Checking imports ** [09:58:13 2020-06-13] 178: Checking exports ** [09:58:13 2020-06-13] 178: Checking users ** [09:58:13 2020-06-13] 178: Checking user_dbs ** [09:58:13 2020-06-13] 178: Checking geocodings ** [09:58:13 2020-06-13] 178: Checking synchronizations ** [09:58:13 2020-06-13] 178: Checking tracker ** [09:58:13 2020-06-13] 178: Checking user_migrations ** [09:58:13 2020-06-13] 178: Checking batch_updates ** [09:58:13 2020-06-13] 178: Checking gears ** [09:58:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:58:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:18 2020-06-13] 178: Checking imports ** [09:58:18 2020-06-13] 178: Checking exports ** [09:58:18 2020-06-13] 178: Checking users ** [09:58:18 2020-06-13] 178: Checking user_dbs ** [09:58:18 2020-06-13] 178: Checking geocodings ** [09:58:18 2020-06-13] 178: Checking synchronizations ** [09:58:18 2020-06-13] 178: Checking tracker ** [09:58:18 2020-06-13] 178: Checking user_migrations ** [09:58:18 2020-06-13] 178: Checking batch_updates ** [09:58:18 2020-06-13] 178: Checking gears ** [09:58:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:58:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:23 2020-06-13] 178: Checking imports ** [09:58:23 2020-06-13] 178: Checking exports ** [09:58:23 2020-06-13] 178: Checking users ** [09:58:23 2020-06-13] 178: Checking user_dbs ** [09:58:23 2020-06-13] 178: Checking geocodings ** [09:58:23 2020-06-13] 178: Checking synchronizations ** [09:58:23 2020-06-13] 178: Checking tracker ** [09:58:23 2020-06-13] 178: Checking user_migrations ** [09:58:23 2020-06-13] 178: Checking batch_updates ** [09:58:23 2020-06-13] 178: Checking gears ** [09:58:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:58:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:28 2020-06-13] 178: Checking imports ** [09:58:28 2020-06-13] 178: Checking exports ** [09:58:28 2020-06-13] 178: Checking users ** [09:58:28 2020-06-13] 178: Checking user_dbs ** [09:58:28 2020-06-13] 178: Checking geocodings ** [09:58:28 2020-06-13] 178: Checking synchronizations ** [09:58:28 2020-06-13] 178: Checking tracker ** [09:58:28 2020-06-13] 178: Checking user_migrations ** [09:58:28 2020-06-13] 178: Checking batch_updates ** [09:58:28 2020-06-13] 178: Checking gears ** [09:58:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:58:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:33 2020-06-13] 178: Checking imports ** [09:58:33 2020-06-13] 178: Checking exports ** [09:58:33 2020-06-13] 178: Checking users ** [09:58:33 2020-06-13] 178: Checking user_dbs ** [09:58:33 2020-06-13] 178: Checking geocodings ** [09:58:33 2020-06-13] 178: Checking synchronizations ** [09:58:33 2020-06-13] 178: Checking tracker ** [09:58:33 2020-06-13] 178: Checking user_migrations ** [09:58:33 2020-06-13] 178: Checking batch_updates ** [09:58:33 2020-06-13] 178: Checking gears ** [09:58:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:58:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:38 2020-06-13] 178: Checking imports ** [09:58:38 2020-06-13] 178: Checking exports ** [09:58:38 2020-06-13] 178: Checking users ** [09:58:38 2020-06-13] 178: Checking user_dbs ** [09:58:38 2020-06-13] 178: Checking geocodings ** [09:58:38 2020-06-13] 178: Checking synchronizations ** [09:58:38 2020-06-13] 178: Checking tracker ** [09:58:38 2020-06-13] 178: Checking user_migrations ** [09:58:38 2020-06-13] 178: Checking batch_updates ** [09:58:38 2020-06-13] 178: Checking gears ** [09:58:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:58:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:43 2020-06-13] 178: Checking imports ** [09:58:43 2020-06-13] 178: Checking exports ** [09:58:43 2020-06-13] 178: Checking users ** [09:58:43 2020-06-13] 178: Checking user_dbs ** [09:58:43 2020-06-13] 178: Checking geocodings ** [09:58:43 2020-06-13] 178: Checking synchronizations ** [09:58:43 2020-06-13] 178: Checking tracker ** [09:58:43 2020-06-13] 178: Checking user_migrations ** [09:58:43 2020-06-13] 178: Checking batch_updates ** [09:58:43 2020-06-13] 178: Checking gears ** [09:58:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:58:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:48 2020-06-13] 178: Checking imports ** [09:58:48 2020-06-13] 178: Checking exports ** [09:58:48 2020-06-13] 178: Checking users ** [09:58:48 2020-06-13] 178: Checking user_dbs ** [09:58:48 2020-06-13] 178: Checking geocodings ** [09:58:48 2020-06-13] 178: Checking synchronizations ** [09:58:48 2020-06-13] 178: Checking tracker ** [09:58:48 2020-06-13] 178: Checking user_migrations ** [09:58:48 2020-06-13] 178: Checking batch_updates ** [09:58:48 2020-06-13] 178: Checking gears ** [09:58:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:58:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:53 2020-06-13] 178: Checking imports ** [09:58:53 2020-06-13] 178: Checking exports ** [09:58:53 2020-06-13] 178: Checking users ** [09:58:53 2020-06-13] 178: Checking user_dbs ** [09:58:53 2020-06-13] 178: Checking geocodings ** [09:58:53 2020-06-13] 178: Checking synchronizations ** [09:58:53 2020-06-13] 178: Checking tracker ** [09:58:53 2020-06-13] 178: Checking user_migrations ** [09:58:53 2020-06-13] 178: Checking batch_updates ** [09:58:53 2020-06-13] 178: Checking gears ** [09:58:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:58:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:58 2020-06-13] 178: Checking imports ** [09:58:58 2020-06-13] 178: Checking exports ** [09:58:58 2020-06-13] 178: Checking users ** [09:58:58 2020-06-13] 178: Checking user_dbs ** [09:58:58 2020-06-13] 178: Checking geocodings ** [09:58:58 2020-06-13] 178: Checking synchronizations ** [09:58:58 2020-06-13] 178: Checking tracker ** [09:58:58 2020-06-13] 178: Checking user_migrations ** [09:58:58 2020-06-13] 178: Checking batch_updates ** [09:58:58 2020-06-13] 178: Checking gears ** [09:58:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:58:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:03 2020-06-13] 178: Checking imports ** [09:59:03 2020-06-13] 178: Checking exports ** [09:59:03 2020-06-13] 178: Checking users ** [09:59:03 2020-06-13] 178: Checking user_dbs ** [09:59:03 2020-06-13] 178: Checking geocodings ** [09:59:03 2020-06-13] 178: Checking synchronizations ** [09:59:03 2020-06-13] 178: Checking tracker ** [09:59:03 2020-06-13] 178: Checking user_migrations ** [09:59:03 2020-06-13] 178: Checking batch_updates ** [09:59:03 2020-06-13] 178: Checking gears ** [09:59:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:59:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:08 2020-06-13] 178: Checking imports ** [09:59:08 2020-06-13] 178: Checking exports ** [09:59:08 2020-06-13] 178: Checking users ** [09:59:08 2020-06-13] 178: Checking user_dbs ** [09:59:08 2020-06-13] 178: Checking geocodings ** [09:59:08 2020-06-13] 178: Checking synchronizations ** [09:59:08 2020-06-13] 178: Checking tracker ** [09:59:08 2020-06-13] 178: Checking user_migrations ** [09:59:08 2020-06-13] 178: Checking batch_updates ** [09:59:08 2020-06-13] 178: Checking gears ** [09:59:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:59:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:13 2020-06-13] 178: Checking imports ** [09:59:13 2020-06-13] 178: Checking exports ** [09:59:13 2020-06-13] 178: Checking users ** [09:59:13 2020-06-13] 178: Checking user_dbs ** [09:59:13 2020-06-13] 178: Checking geocodings ** [09:59:13 2020-06-13] 178: Checking synchronizations ** [09:59:13 2020-06-13] 178: Checking tracker ** [09:59:13 2020-06-13] 178: Checking user_migrations ** [09:59:13 2020-06-13] 178: Checking batch_updates ** [09:59:13 2020-06-13] 178: Checking gears ** [09:59:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:59:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:18 2020-06-13] 178: Checking imports ** [09:59:18 2020-06-13] 178: Checking exports ** [09:59:18 2020-06-13] 178: Checking users ** [09:59:18 2020-06-13] 178: Checking user_dbs ** [09:59:18 2020-06-13] 178: Checking geocodings ** [09:59:18 2020-06-13] 178: Checking synchronizations ** [09:59:18 2020-06-13] 178: Checking tracker ** [09:59:18 2020-06-13] 178: Checking user_migrations ** [09:59:18 2020-06-13] 178: Checking batch_updates ** [09:59:18 2020-06-13] 178: Checking gears ** [09:59:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:59:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:23 2020-06-13] 178: Checking imports ** [09:59:23 2020-06-13] 178: Checking exports ** [09:59:23 2020-06-13] 178: Checking users ** [09:59:23 2020-06-13] 178: Checking user_dbs ** [09:59:23 2020-06-13] 178: Checking geocodings ** [09:59:23 2020-06-13] 178: Checking synchronizations ** [09:59:23 2020-06-13] 178: Checking tracker ** [09:59:23 2020-06-13] 178: Checking user_migrations ** [09:59:23 2020-06-13] 178: Checking batch_updates ** [09:59:23 2020-06-13] 178: Checking gears ** [09:59:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:59:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:28 2020-06-13] 178: Checking imports ** [09:59:28 2020-06-13] 178: Checking exports ** [09:59:28 2020-06-13] 178: Checking users ** [09:59:28 2020-06-13] 178: Checking user_dbs ** [09:59:28 2020-06-13] 178: Checking geocodings ** [09:59:28 2020-06-13] 178: Checking synchronizations ** [09:59:28 2020-06-13] 178: Checking tracker ** [09:59:28 2020-06-13] 178: Checking user_migrations ** [09:59:28 2020-06-13] 178: Checking batch_updates ** [09:59:28 2020-06-13] 178: Checking gears ** [09:59:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:59:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:33 2020-06-13] 178: Checking imports ** [09:59:33 2020-06-13] 178: Checking exports ** [09:59:33 2020-06-13] 178: Checking users ** [09:59:33 2020-06-13] 178: Checking user_dbs ** [09:59:33 2020-06-13] 178: Checking geocodings ** [09:59:33 2020-06-13] 178: Checking synchronizations ** [09:59:33 2020-06-13] 178: Checking tracker ** [09:59:33 2020-06-13] 178: Checking user_migrations ** [09:59:33 2020-06-13] 178: Checking batch_updates ** [09:59:33 2020-06-13] 178: Checking gears ** [09:59:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:59:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:38 2020-06-13] 178: Checking imports ** [09:59:38 2020-06-13] 178: Checking exports ** [09:59:38 2020-06-13] 178: Checking users ** [09:59:38 2020-06-13] 178: Checking user_dbs ** [09:59:38 2020-06-13] 178: Checking geocodings ** [09:59:38 2020-06-13] 178: Checking synchronizations ** [09:59:38 2020-06-13] 178: Checking tracker ** [09:59:38 2020-06-13] 178: Checking user_migrations ** [09:59:38 2020-06-13] 178: Checking batch_updates ** [09:59:38 2020-06-13] 178: Checking gears ** [09:59:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:59:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:43 2020-06-13] 178: Checking imports ** [09:59:43 2020-06-13] 178: Checking exports ** [09:59:43 2020-06-13] 178: Checking users ** [09:59:43 2020-06-13] 178: Checking user_dbs ** [09:59:43 2020-06-13] 178: Checking geocodings ** [09:59:43 2020-06-13] 178: Checking synchronizations ** [09:59:43 2020-06-13] 178: Checking tracker ** [09:59:43 2020-06-13] 178: Checking user_migrations ** [09:59:43 2020-06-13] 178: Checking batch_updates ** [09:59:43 2020-06-13] 178: Checking gears ** [09:59:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:59:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:48 2020-06-13] 178: Checking imports ** [09:59:48 2020-06-13] 178: Checking exports ** [09:59:48 2020-06-13] 178: Checking users ** [09:59:48 2020-06-13] 178: Checking user_dbs ** [09:59:48 2020-06-13] 178: Checking geocodings ** [09:59:48 2020-06-13] 178: Checking synchronizations ** [09:59:48 2020-06-13] 178: Checking tracker ** [09:59:48 2020-06-13] 178: Checking user_migrations ** [09:59:48 2020-06-13] 178: Checking batch_updates ** [09:59:48 2020-06-13] 178: Checking gears ** [09:59:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:59:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:53 2020-06-13] 178: Checking imports ** [09:59:53 2020-06-13] 178: Checking exports ** [09:59:53 2020-06-13] 178: Checking users ** [09:59:53 2020-06-13] 178: Checking user_dbs ** [09:59:53 2020-06-13] 178: Checking geocodings ** [09:59:53 2020-06-13] 178: Checking synchronizations ** [09:59:53 2020-06-13] 178: Checking tracker ** [09:59:53 2020-06-13] 178: Checking user_migrations ** [09:59:53 2020-06-13] 178: Checking batch_updates ** [09:59:53 2020-06-13] 178: Checking gears ** [09:59:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:59:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:58 2020-06-13] 178: Checking imports ** [09:59:58 2020-06-13] 178: Checking exports ** [09:59:58 2020-06-13] 178: Checking users ** [09:59:58 2020-06-13] 178: Checking user_dbs ** [09:59:58 2020-06-13] 178: Checking geocodings ** [09:59:58 2020-06-13] 178: Checking synchronizations ** [09:59:58 2020-06-13] 178: Checking tracker ** [09:59:58 2020-06-13] 178: Checking user_migrations ** [09:59:58 2020-06-13] 178: Checking batch_updates ** [09:59:58 2020-06-13] 178: Checking gears ** [09:59:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [09:59:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:03 2020-06-13] 178: Checking imports ** [10:00:03 2020-06-13] 178: Checking exports ** [10:00:03 2020-06-13] 178: Checking users ** [10:00:03 2020-06-13] 178: Checking user_dbs ** [10:00:03 2020-06-13] 178: Checking geocodings ** [10:00:03 2020-06-13] 178: Checking synchronizations ** [10:00:03 2020-06-13] 178: Checking tracker ** [10:00:03 2020-06-13] 178: Checking user_migrations ** [10:00:03 2020-06-13] 178: Checking batch_updates ** [10:00:03 2020-06-13] 178: Checking gears ** [10:00:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:00:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:08 2020-06-13] 178: Checking imports ** [10:00:08 2020-06-13] 178: Checking exports ** [10:00:08 2020-06-13] 178: Checking users ** [10:00:08 2020-06-13] 178: Checking user_dbs ** [10:00:08 2020-06-13] 178: Checking geocodings ** [10:00:08 2020-06-13] 178: Checking synchronizations ** [10:00:08 2020-06-13] 178: Checking tracker ** [10:00:08 2020-06-13] 178: Checking user_migrations ** [10:00:08 2020-06-13] 178: Checking batch_updates ** [10:00:08 2020-06-13] 178: Checking gears ** [10:00:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:00:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:13 2020-06-13] 178: Checking imports ** [10:00:13 2020-06-13] 178: Checking exports ** [10:00:13 2020-06-13] 178: Checking users ** [10:00:13 2020-06-13] 178: Checking user_dbs ** [10:00:13 2020-06-13] 178: Checking geocodings ** [10:00:13 2020-06-13] 178: Checking synchronizations ** [10:00:13 2020-06-13] 178: Checking tracker ** [10:00:13 2020-06-13] 178: Checking user_migrations ** [10:00:13 2020-06-13] 178: Checking batch_updates ** [10:00:13 2020-06-13] 178: Checking gears ** [10:00:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:00:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:18 2020-06-13] 178: Checking imports ** [10:00:18 2020-06-13] 178: Checking exports ** [10:00:18 2020-06-13] 178: Checking users ** [10:00:18 2020-06-13] 178: Checking user_dbs ** [10:00:18 2020-06-13] 178: Checking geocodings ** [10:00:18 2020-06-13] 178: Checking synchronizations ** [10:00:18 2020-06-13] 178: Checking tracker ** [10:00:18 2020-06-13] 178: Checking user_migrations ** [10:00:18 2020-06-13] 178: Checking batch_updates ** [10:00:18 2020-06-13] 178: Checking gears ** [10:00:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:00:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:23 2020-06-13] 178: Checking imports ** [10:00:23 2020-06-13] 178: Checking exports ** [10:00:23 2020-06-13] 178: Checking users ** [10:00:23 2020-06-13] 178: Checking user_dbs ** [10:00:23 2020-06-13] 178: Checking geocodings ** [10:00:23 2020-06-13] 178: Checking synchronizations ** [10:00:23 2020-06-13] 178: Checking tracker ** [10:00:23 2020-06-13] 178: Checking user_migrations ** [10:00:23 2020-06-13] 178: Checking batch_updates ** [10:00:23 2020-06-13] 178: Checking gears ** [10:00:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:00:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:28 2020-06-13] 178: Checking imports ** [10:00:28 2020-06-13] 178: Checking exports ** [10:00:28 2020-06-13] 178: Checking users ** [10:00:28 2020-06-13] 178: Checking user_dbs ** [10:00:28 2020-06-13] 178: Checking geocodings ** [10:00:28 2020-06-13] 178: Checking synchronizations ** [10:00:28 2020-06-13] 178: Checking tracker ** [10:00:28 2020-06-13] 178: Checking user_migrations ** [10:00:28 2020-06-13] 178: Checking batch_updates ** [10:00:28 2020-06-13] 178: Checking gears ** [10:00:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:00:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:33 2020-06-13] 178: Checking imports ** [10:00:33 2020-06-13] 178: Checking exports ** [10:00:33 2020-06-13] 178: Checking users ** [10:00:33 2020-06-13] 178: Checking user_dbs ** [10:00:33 2020-06-13] 178: Checking geocodings ** [10:00:33 2020-06-13] 178: Checking synchronizations ** [10:00:33 2020-06-13] 178: Checking tracker ** [10:00:33 2020-06-13] 178: Checking user_migrations ** [10:00:33 2020-06-13] 178: Checking batch_updates ** [10:00:33 2020-06-13] 178: Checking gears ** [10:00:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:00:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:38 2020-06-13] 178: Checking imports ** [10:00:38 2020-06-13] 178: Checking exports ** [10:00:38 2020-06-13] 178: Checking users ** [10:00:38 2020-06-13] 178: Checking user_dbs ** [10:00:38 2020-06-13] 178: Checking geocodings ** [10:00:38 2020-06-13] 178: Checking synchronizations ** [10:00:38 2020-06-13] 178: Checking tracker ** [10:00:38 2020-06-13] 178: Checking user_migrations ** [10:00:38 2020-06-13] 178: Checking batch_updates ** [10:00:38 2020-06-13] 178: Checking gears ** [10:00:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:00:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:43 2020-06-13] 178: Checking imports ** [10:00:43 2020-06-13] 178: Checking exports ** [10:00:43 2020-06-13] 178: Checking users ** [10:00:43 2020-06-13] 178: Checking user_dbs ** [10:00:43 2020-06-13] 178: Checking geocodings ** [10:00:43 2020-06-13] 178: Checking synchronizations ** [10:00:43 2020-06-13] 178: Checking tracker ** [10:00:43 2020-06-13] 178: Checking user_migrations ** [10:00:43 2020-06-13] 178: Checking batch_updates ** [10:00:43 2020-06-13] 178: Checking gears ** [10:00:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:00:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:48 2020-06-13] 178: Checking imports ** [10:00:48 2020-06-13] 178: Checking exports ** [10:00:48 2020-06-13] 178: Checking users ** [10:00:48 2020-06-13] 178: Checking user_dbs ** [10:00:48 2020-06-13] 178: Checking geocodings ** [10:00:48 2020-06-13] 178: Checking synchronizations ** [10:00:48 2020-06-13] 178: Checking tracker ** [10:00:48 2020-06-13] 178: Checking user_migrations ** [10:00:48 2020-06-13] 178: Checking batch_updates ** [10:00:48 2020-06-13] 178: Checking gears ** [10:00:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:00:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:53 2020-06-13] 178: Checking imports ** [10:00:53 2020-06-13] 178: Checking exports ** [10:00:53 2020-06-13] 178: Checking users ** [10:00:53 2020-06-13] 178: Checking user_dbs ** [10:00:53 2020-06-13] 178: Checking geocodings ** [10:00:53 2020-06-13] 178: Checking synchronizations ** [10:00:53 2020-06-13] 178: Checking tracker ** [10:00:53 2020-06-13] 178: Checking user_migrations ** [10:00:53 2020-06-13] 178: Checking batch_updates ** [10:00:53 2020-06-13] 178: Checking gears ** [10:00:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:00:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:58 2020-06-13] 178: Checking imports ** [10:00:58 2020-06-13] 178: Checking exports ** [10:00:58 2020-06-13] 178: Checking users ** [10:00:58 2020-06-13] 178: Checking user_dbs ** [10:00:58 2020-06-13] 178: Checking geocodings ** [10:00:58 2020-06-13] 178: Checking synchronizations ** [10:00:58 2020-06-13] 178: Checking tracker ** [10:00:58 2020-06-13] 178: Checking user_migrations ** [10:00:58 2020-06-13] 178: Checking batch_updates ** [10:00:58 2020-06-13] 178: Checking gears ** [10:00:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:00:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:03 2020-06-13] 178: Checking imports ** [10:01:03 2020-06-13] 178: Checking exports ** [10:01:03 2020-06-13] 178: Checking users ** [10:01:03 2020-06-13] 178: Checking user_dbs ** [10:01:03 2020-06-13] 178: Checking geocodings ** [10:01:03 2020-06-13] 178: Checking synchronizations ** [10:01:03 2020-06-13] 178: Checking tracker ** [10:01:03 2020-06-13] 178: Checking user_migrations ** [10:01:03 2020-06-13] 178: Checking batch_updates ** [10:01:03 2020-06-13] 178: Checking gears ** [10:01:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:01:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:08 2020-06-13] 178: Checking imports ** [10:01:08 2020-06-13] 178: Checking exports ** [10:01:08 2020-06-13] 178: Checking users ** [10:01:08 2020-06-13] 178: Checking user_dbs ** [10:01:08 2020-06-13] 178: Checking geocodings ** [10:01:08 2020-06-13] 178: Checking synchronizations ** [10:01:08 2020-06-13] 178: Checking tracker ** [10:01:08 2020-06-13] 178: Checking user_migrations ** [10:01:08 2020-06-13] 178: Checking batch_updates ** [10:01:08 2020-06-13] 178: Checking gears ** [10:01:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:01:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:13 2020-06-13] 178: Checking imports ** [10:01:13 2020-06-13] 178: Checking exports ** [10:01:13 2020-06-13] 178: Checking users ** [10:01:13 2020-06-13] 178: Checking user_dbs ** [10:01:13 2020-06-13] 178: Checking geocodings ** [10:01:13 2020-06-13] 178: Checking synchronizations ** [10:01:13 2020-06-13] 178: Checking tracker ** [10:01:13 2020-06-13] 178: Checking user_migrations ** [10:01:13 2020-06-13] 178: Checking batch_updates ** [10:01:13 2020-06-13] 178: Checking gears ** [10:01:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:01:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:18 2020-06-13] 178: Checking imports ** [10:01:18 2020-06-13] 178: Checking exports ** [10:01:18 2020-06-13] 178: Checking users ** [10:01:18 2020-06-13] 178: Checking user_dbs ** [10:01:18 2020-06-13] 178: Checking geocodings ** [10:01:18 2020-06-13] 178: Checking synchronizations ** [10:01:18 2020-06-13] 178: Checking tracker ** [10:01:18 2020-06-13] 178: Checking user_migrations ** [10:01:18 2020-06-13] 178: Checking batch_updates ** [10:01:18 2020-06-13] 178: Checking gears ** [10:01:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:01:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:23 2020-06-13] 178: Checking imports ** [10:01:23 2020-06-13] 178: Checking exports ** [10:01:23 2020-06-13] 178: Checking users ** [10:01:23 2020-06-13] 178: Checking user_dbs ** [10:01:23 2020-06-13] 178: Checking geocodings ** [10:01:23 2020-06-13] 178: Checking synchronizations ** [10:01:23 2020-06-13] 178: Checking tracker ** [10:01:23 2020-06-13] 178: Checking user_migrations ** [10:01:23 2020-06-13] 178: Checking batch_updates ** [10:01:23 2020-06-13] 178: Checking gears ** [10:01:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:01:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:28 2020-06-13] 178: Checking imports ** [10:01:28 2020-06-13] 178: Checking exports ** [10:01:28 2020-06-13] 178: Checking users ** [10:01:28 2020-06-13] 178: Checking user_dbs ** [10:01:28 2020-06-13] 178: Checking geocodings ** [10:01:28 2020-06-13] 178: Checking synchronizations ** [10:01:28 2020-06-13] 178: Checking tracker ** [10:01:28 2020-06-13] 178: Checking user_migrations ** [10:01:28 2020-06-13] 178: Checking batch_updates ** [10:01:28 2020-06-13] 178: Checking gears ** [10:01:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:01:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:33 2020-06-13] 178: Checking imports ** [10:01:33 2020-06-13] 178: Checking exports ** [10:01:33 2020-06-13] 178: Checking users ** [10:01:33 2020-06-13] 178: Checking user_dbs ** [10:01:33 2020-06-13] 178: Checking geocodings ** [10:01:33 2020-06-13] 178: Checking synchronizations ** [10:01:33 2020-06-13] 178: Checking tracker ** [10:01:33 2020-06-13] 178: Checking user_migrations ** [10:01:33 2020-06-13] 178: Checking batch_updates ** [10:01:33 2020-06-13] 178: Checking gears ** [10:01:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:01:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:38 2020-06-13] 178: Checking imports ** [10:01:38 2020-06-13] 178: Checking exports ** [10:01:38 2020-06-13] 178: Checking users ** [10:01:38 2020-06-13] 178: Checking user_dbs ** [10:01:38 2020-06-13] 178: Checking geocodings ** [10:01:38 2020-06-13] 178: Checking synchronizations ** [10:01:38 2020-06-13] 178: Checking tracker ** [10:01:38 2020-06-13] 178: Checking user_migrations ** [10:01:38 2020-06-13] 178: Checking batch_updates ** [10:01:38 2020-06-13] 178: Checking gears ** [10:01:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:01:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:43 2020-06-13] 178: Checking imports ** [10:01:43 2020-06-13] 178: Checking exports ** [10:01:43 2020-06-13] 178: Checking users ** [10:01:43 2020-06-13] 178: Checking user_dbs ** [10:01:43 2020-06-13] 178: Checking geocodings ** [10:01:43 2020-06-13] 178: Checking synchronizations ** [10:01:43 2020-06-13] 178: Checking tracker ** [10:01:43 2020-06-13] 178: Checking user_migrations ** [10:01:43 2020-06-13] 178: Checking batch_updates ** [10:01:43 2020-06-13] 178: Checking gears ** [10:01:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:01:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:48 2020-06-13] 178: Checking imports ** [10:01:48 2020-06-13] 178: Checking exports ** [10:01:48 2020-06-13] 178: Checking users ** [10:01:48 2020-06-13] 178: Checking user_dbs ** [10:01:48 2020-06-13] 178: Checking geocodings ** [10:01:48 2020-06-13] 178: Checking synchronizations ** [10:01:48 2020-06-13] 178: Checking tracker ** [10:01:48 2020-06-13] 178: Checking user_migrations ** [10:01:48 2020-06-13] 178: Checking batch_updates ** [10:01:48 2020-06-13] 178: Checking gears ** [10:01:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:01:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:53 2020-06-13] 178: Checking imports ** [10:01:53 2020-06-13] 178: Checking exports ** [10:01:53 2020-06-13] 178: Checking users ** [10:01:53 2020-06-13] 178: Checking user_dbs ** [10:01:53 2020-06-13] 178: Checking geocodings ** [10:01:53 2020-06-13] 178: Checking synchronizations ** [10:01:53 2020-06-13] 178: Checking tracker ** [10:01:53 2020-06-13] 178: Checking user_migrations ** [10:01:53 2020-06-13] 178: Checking batch_updates ** [10:01:53 2020-06-13] 178: Checking gears ** [10:01:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:01:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:58 2020-06-13] 178: Checking imports ** [10:01:58 2020-06-13] 178: Checking exports ** [10:01:58 2020-06-13] 178: Checking users ** [10:01:58 2020-06-13] 178: Checking user_dbs ** [10:01:58 2020-06-13] 178: Checking geocodings ** [10:01:58 2020-06-13] 178: Checking synchronizations ** [10:01:58 2020-06-13] 178: Checking tracker ** [10:01:58 2020-06-13] 178: Checking user_migrations ** [10:01:58 2020-06-13] 178: Checking batch_updates ** [10:01:58 2020-06-13] 178: Checking gears ** [10:01:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:01:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:03 2020-06-13] 178: Checking imports ** [10:02:03 2020-06-13] 178: Checking exports ** [10:02:03 2020-06-13] 178: Checking users ** [10:02:03 2020-06-13] 178: Checking user_dbs ** [10:02:03 2020-06-13] 178: Checking geocodings ** [10:02:03 2020-06-13] 178: Checking synchronizations ** [10:02:03 2020-06-13] 178: Checking tracker ** [10:02:03 2020-06-13] 178: Checking user_migrations ** [10:02:03 2020-06-13] 178: Checking batch_updates ** [10:02:03 2020-06-13] 178: Checking gears ** [10:02:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:02:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:08 2020-06-13] 178: Checking imports ** [10:02:08 2020-06-13] 178: Checking exports ** [10:02:08 2020-06-13] 178: Checking users ** [10:02:08 2020-06-13] 178: Checking user_dbs ** [10:02:08 2020-06-13] 178: Checking geocodings ** [10:02:08 2020-06-13] 178: Checking synchronizations ** [10:02:08 2020-06-13] 178: Checking tracker ** [10:02:08 2020-06-13] 178: Checking user_migrations ** [10:02:08 2020-06-13] 178: Checking batch_updates ** [10:02:08 2020-06-13] 178: Checking gears ** [10:02:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:02:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:13 2020-06-13] 178: Checking imports ** [10:02:13 2020-06-13] 178: Checking exports ** [10:02:13 2020-06-13] 178: Checking users ** [10:02:13 2020-06-13] 178: Checking user_dbs ** [10:02:13 2020-06-13] 178: Checking geocodings ** [10:02:13 2020-06-13] 178: Checking synchronizations ** [10:02:13 2020-06-13] 178: Checking tracker ** [10:02:13 2020-06-13] 178: Checking user_migrations ** [10:02:13 2020-06-13] 178: Checking batch_updates ** [10:02:13 2020-06-13] 178: Checking gears ** [10:02:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:02:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:18 2020-06-13] 178: Checking imports ** [10:02:18 2020-06-13] 178: Checking exports ** [10:02:18 2020-06-13] 178: Checking users ** [10:02:18 2020-06-13] 178: Checking user_dbs ** [10:02:18 2020-06-13] 178: Checking geocodings ** [10:02:18 2020-06-13] 178: Checking synchronizations ** [10:02:18 2020-06-13] 178: Checking tracker ** [10:02:18 2020-06-13] 178: Checking user_migrations ** [10:02:18 2020-06-13] 178: Checking batch_updates ** [10:02:18 2020-06-13] 178: Checking gears ** [10:02:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:02:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:23 2020-06-13] 178: Checking imports ** [10:02:23 2020-06-13] 178: Checking exports ** [10:02:23 2020-06-13] 178: Checking users ** [10:02:23 2020-06-13] 178: Checking user_dbs ** [10:02:23 2020-06-13] 178: Checking geocodings ** [10:02:23 2020-06-13] 178: Checking synchronizations ** [10:02:23 2020-06-13] 178: Checking tracker ** [10:02:23 2020-06-13] 178: Checking user_migrations ** [10:02:23 2020-06-13] 178: Checking batch_updates ** [10:02:23 2020-06-13] 178: Checking gears ** [10:02:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:02:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:28 2020-06-13] 178: Checking imports ** [10:02:28 2020-06-13] 178: Checking exports ** [10:02:28 2020-06-13] 178: Checking users ** [10:02:28 2020-06-13] 178: Checking user_dbs ** [10:02:28 2020-06-13] 178: Checking geocodings ** [10:02:28 2020-06-13] 178: Checking synchronizations ** [10:02:28 2020-06-13] 178: Checking tracker ** [10:02:28 2020-06-13] 178: Checking user_migrations ** [10:02:28 2020-06-13] 178: Checking batch_updates ** [10:02:28 2020-06-13] 178: Checking gears ** [10:02:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:02:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:33 2020-06-13] 178: Checking imports ** [10:02:33 2020-06-13] 178: Checking exports ** [10:02:33 2020-06-13] 178: Checking users ** [10:02:33 2020-06-13] 178: Checking user_dbs ** [10:02:33 2020-06-13] 178: Checking geocodings ** [10:02:33 2020-06-13] 178: Checking synchronizations ** [10:02:33 2020-06-13] 178: Checking tracker ** [10:02:33 2020-06-13] 178: Checking user_migrations ** [10:02:33 2020-06-13] 178: Checking batch_updates ** [10:02:33 2020-06-13] 178: Checking gears ** [10:02:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:02:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:38 2020-06-13] 178: Checking imports ** [10:02:38 2020-06-13] 178: Checking exports ** [10:02:38 2020-06-13] 178: Checking users ** [10:02:38 2020-06-13] 178: Checking user_dbs ** [10:02:38 2020-06-13] 178: Checking geocodings ** [10:02:38 2020-06-13] 178: Checking synchronizations ** [10:02:38 2020-06-13] 178: Checking tracker ** [10:02:38 2020-06-13] 178: Checking user_migrations ** [10:02:38 2020-06-13] 178: Checking batch_updates ** [10:02:38 2020-06-13] 178: Checking gears ** [10:02:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:02:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:43 2020-06-13] 178: Checking imports ** [10:02:43 2020-06-13] 178: Checking exports ** [10:02:43 2020-06-13] 178: Checking users ** [10:02:43 2020-06-13] 178: Checking user_dbs ** [10:02:43 2020-06-13] 178: Checking geocodings ** [10:02:43 2020-06-13] 178: Checking synchronizations ** [10:02:43 2020-06-13] 178: Checking tracker ** [10:02:43 2020-06-13] 178: Checking user_migrations ** [10:02:43 2020-06-13] 178: Checking batch_updates ** [10:02:43 2020-06-13] 178: Checking gears ** [10:02:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:02:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:48 2020-06-13] 178: Checking imports ** [10:02:48 2020-06-13] 178: Checking exports ** [10:02:48 2020-06-13] 178: Checking users ** [10:02:48 2020-06-13] 178: Checking user_dbs ** [10:02:48 2020-06-13] 178: Checking geocodings ** [10:02:48 2020-06-13] 178: Checking synchronizations ** [10:02:48 2020-06-13] 178: Checking tracker ** [10:02:48 2020-06-13] 178: Checking user_migrations ** [10:02:48 2020-06-13] 178: Checking batch_updates ** [10:02:48 2020-06-13] 178: Checking gears ** [10:02:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:02:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:53 2020-06-13] 178: Checking imports ** [10:02:53 2020-06-13] 178: Checking exports ** [10:02:53 2020-06-13] 178: Checking users ** [10:02:53 2020-06-13] 178: Checking user_dbs ** [10:02:53 2020-06-13] 178: Checking geocodings ** [10:02:53 2020-06-13] 178: Checking synchronizations ** [10:02:53 2020-06-13] 178: Checking tracker ** [10:02:53 2020-06-13] 178: Checking user_migrations ** [10:02:53 2020-06-13] 178: Checking batch_updates ** [10:02:53 2020-06-13] 178: Checking gears ** [10:02:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:02:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:58 2020-06-13] 178: Checking imports ** [10:02:58 2020-06-13] 178: Checking exports ** [10:02:58 2020-06-13] 178: Checking users ** [10:02:58 2020-06-13] 178: Checking user_dbs ** [10:02:58 2020-06-13] 178: Checking geocodings ** [10:02:58 2020-06-13] 178: Checking synchronizations ** [10:02:58 2020-06-13] 178: Checking tracker ** [10:02:58 2020-06-13] 178: Checking user_migrations ** [10:02:58 2020-06-13] 178: Checking batch_updates ** [10:02:58 2020-06-13] 178: Checking gears ** [10:02:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:02:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:03 2020-06-13] 178: Checking imports ** [10:03:03 2020-06-13] 178: Checking exports ** [10:03:03 2020-06-13] 178: Checking users ** [10:03:03 2020-06-13] 178: Checking user_dbs ** [10:03:03 2020-06-13] 178: Checking geocodings ** [10:03:03 2020-06-13] 178: Checking synchronizations ** [10:03:03 2020-06-13] 178: Checking tracker ** [10:03:03 2020-06-13] 178: Checking user_migrations ** [10:03:03 2020-06-13] 178: Checking batch_updates ** [10:03:03 2020-06-13] 178: Checking gears ** [10:03:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:03:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:08 2020-06-13] 178: Checking imports ** [10:03:08 2020-06-13] 178: Checking exports ** [10:03:08 2020-06-13] 178: Checking users ** [10:03:08 2020-06-13] 178: Checking user_dbs ** [10:03:08 2020-06-13] 178: Checking geocodings ** [10:03:08 2020-06-13] 178: Checking synchronizations ** [10:03:08 2020-06-13] 178: Checking tracker ** [10:03:08 2020-06-13] 178: Checking user_migrations ** [10:03:08 2020-06-13] 178: Checking batch_updates ** [10:03:08 2020-06-13] 178: Checking gears ** [10:03:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:03:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:13 2020-06-13] 178: Checking imports ** [10:03:13 2020-06-13] 178: Checking exports ** [10:03:13 2020-06-13] 178: Checking users ** [10:03:13 2020-06-13] 178: Checking user_dbs ** [10:03:13 2020-06-13] 178: Checking geocodings ** [10:03:13 2020-06-13] 178: Checking synchronizations ** [10:03:13 2020-06-13] 178: Checking tracker ** [10:03:13 2020-06-13] 178: Checking user_migrations ** [10:03:13 2020-06-13] 178: Checking batch_updates ** [10:03:13 2020-06-13] 178: Checking gears ** [10:03:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:03:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:18 2020-06-13] 178: Checking imports ** [10:03:18 2020-06-13] 178: Checking exports ** [10:03:18 2020-06-13] 178: Checking users ** [10:03:18 2020-06-13] 178: Checking user_dbs ** [10:03:18 2020-06-13] 178: Checking geocodings ** [10:03:18 2020-06-13] 178: Checking synchronizations ** [10:03:18 2020-06-13] 178: Checking tracker ** [10:03:18 2020-06-13] 178: Checking user_migrations ** [10:03:18 2020-06-13] 178: Checking batch_updates ** [10:03:18 2020-06-13] 178: Checking gears ** [10:03:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:03:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:23 2020-06-13] 178: Checking imports ** [10:03:23 2020-06-13] 178: Checking exports ** [10:03:23 2020-06-13] 178: Checking users ** [10:03:23 2020-06-13] 178: Checking user_dbs ** [10:03:23 2020-06-13] 178: Checking geocodings ** [10:03:23 2020-06-13] 178: Checking synchronizations ** [10:03:23 2020-06-13] 178: Checking tracker ** [10:03:23 2020-06-13] 178: Checking user_migrations ** [10:03:23 2020-06-13] 178: Checking batch_updates ** [10:03:23 2020-06-13] 178: Checking gears ** [10:03:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:03:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:28 2020-06-13] 178: Checking imports ** [10:03:28 2020-06-13] 178: Checking exports ** [10:03:28 2020-06-13] 178: Checking users ** [10:03:28 2020-06-13] 178: Checking user_dbs ** [10:03:28 2020-06-13] 178: Checking geocodings ** [10:03:28 2020-06-13] 178: Checking synchronizations ** [10:03:28 2020-06-13] 178: Checking tracker ** [10:03:28 2020-06-13] 178: Checking user_migrations ** [10:03:28 2020-06-13] 178: Checking batch_updates ** [10:03:28 2020-06-13] 178: Checking gears ** [10:03:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:03:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:33 2020-06-13] 178: Checking imports ** [10:03:33 2020-06-13] 178: Checking exports ** [10:03:33 2020-06-13] 178: Checking users ** [10:03:33 2020-06-13] 178: Checking user_dbs ** [10:03:33 2020-06-13] 178: Checking geocodings ** [10:03:33 2020-06-13] 178: Checking synchronizations ** [10:03:33 2020-06-13] 178: Checking tracker ** [10:03:33 2020-06-13] 178: Checking user_migrations ** [10:03:33 2020-06-13] 178: Checking batch_updates ** [10:03:33 2020-06-13] 178: Checking gears ** [10:03:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:03:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:38 2020-06-13] 178: Checking imports ** [10:03:38 2020-06-13] 178: Checking exports ** [10:03:38 2020-06-13] 178: Checking users ** [10:03:38 2020-06-13] 178: Checking user_dbs ** [10:03:38 2020-06-13] 178: Checking geocodings ** [10:03:38 2020-06-13] 178: Checking synchronizations ** [10:03:38 2020-06-13] 178: Checking tracker ** [10:03:38 2020-06-13] 178: Checking user_migrations ** [10:03:38 2020-06-13] 178: Checking batch_updates ** [10:03:38 2020-06-13] 178: Checking gears ** [10:03:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:03:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:44 2020-06-13] 178: Checking imports ** [10:03:44 2020-06-13] 178: Checking exports ** [10:03:44 2020-06-13] 178: Checking users ** [10:03:44 2020-06-13] 178: Checking user_dbs ** [10:03:44 2020-06-13] 178: Checking geocodings ** [10:03:44 2020-06-13] 178: Checking synchronizations ** [10:03:44 2020-06-13] 178: Checking tracker ** [10:03:44 2020-06-13] 178: Checking user_migrations ** [10:03:44 2020-06-13] 178: Checking batch_updates ** [10:03:44 2020-06-13] 178: Checking gears ** [10:03:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:03:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:49 2020-06-13] 178: Checking imports ** [10:03:49 2020-06-13] 178: Checking exports ** [10:03:49 2020-06-13] 178: Checking users ** [10:03:49 2020-06-13] 178: Checking user_dbs ** [10:03:49 2020-06-13] 178: Checking geocodings ** [10:03:49 2020-06-13] 178: Checking synchronizations ** [10:03:49 2020-06-13] 178: Checking tracker ** [10:03:49 2020-06-13] 178: Checking user_migrations ** [10:03:49 2020-06-13] 178: Checking batch_updates ** [10:03:49 2020-06-13] 178: Checking gears ** [10:03:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:03:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:54 2020-06-13] 178: Checking imports ** [10:03:54 2020-06-13] 178: Checking exports ** [10:03:54 2020-06-13] 178: Checking users ** [10:03:54 2020-06-13] 178: Checking user_dbs ** [10:03:54 2020-06-13] 178: Checking geocodings ** [10:03:54 2020-06-13] 178: Checking synchronizations ** [10:03:54 2020-06-13] 178: Checking tracker ** [10:03:54 2020-06-13] 178: Checking user_migrations ** [10:03:54 2020-06-13] 178: Checking batch_updates ** [10:03:54 2020-06-13] 178: Checking gears ** [10:03:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:03:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:59 2020-06-13] 178: Checking imports ** [10:03:59 2020-06-13] 178: Checking exports ** [10:03:59 2020-06-13] 178: Checking users ** [10:03:59 2020-06-13] 178: Checking user_dbs ** [10:03:59 2020-06-13] 178: Checking geocodings ** [10:03:59 2020-06-13] 178: Checking synchronizations ** [10:03:59 2020-06-13] 178: Checking tracker ** [10:03:59 2020-06-13] 178: Checking user_migrations ** [10:03:59 2020-06-13] 178: Checking batch_updates ** [10:03:59 2020-06-13] 178: Checking gears ** [10:03:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:03:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:04 2020-06-13] 178: Checking imports ** [10:04:04 2020-06-13] 178: Checking exports ** [10:04:04 2020-06-13] 178: Checking users ** [10:04:04 2020-06-13] 178: Checking user_dbs ** [10:04:04 2020-06-13] 178: Checking geocodings ** [10:04:04 2020-06-13] 178: Checking synchronizations ** [10:04:04 2020-06-13] 178: Checking tracker ** [10:04:04 2020-06-13] 178: Checking user_migrations ** [10:04:04 2020-06-13] 178: Checking batch_updates ** [10:04:04 2020-06-13] 178: Checking gears ** [10:04:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:04:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:09 2020-06-13] 178: Checking imports ** [10:04:09 2020-06-13] 178: Checking exports ** [10:04:09 2020-06-13] 178: Checking users ** [10:04:09 2020-06-13] 178: Checking user_dbs ** [10:04:09 2020-06-13] 178: Checking geocodings ** [10:04:09 2020-06-13] 178: Checking synchronizations ** [10:04:09 2020-06-13] 178: Checking tracker ** [10:04:09 2020-06-13] 178: Checking user_migrations ** [10:04:09 2020-06-13] 178: Checking batch_updates ** [10:04:09 2020-06-13] 178: Checking gears ** [10:04:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:04:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:14 2020-06-13] 178: Checking imports ** [10:04:14 2020-06-13] 178: Checking exports ** [10:04:14 2020-06-13] 178: Checking users ** [10:04:14 2020-06-13] 178: Checking user_dbs ** [10:04:14 2020-06-13] 178: Checking geocodings ** [10:04:14 2020-06-13] 178: Checking synchronizations ** [10:04:14 2020-06-13] 178: Checking tracker ** [10:04:14 2020-06-13] 178: Checking user_migrations ** [10:04:14 2020-06-13] 178: Checking batch_updates ** [10:04:14 2020-06-13] 178: Checking gears ** [10:04:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:04:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:19 2020-06-13] 178: Checking imports ** [10:04:19 2020-06-13] 178: Checking exports ** [10:04:19 2020-06-13] 178: Checking users ** [10:04:19 2020-06-13] 178: Checking user_dbs ** [10:04:19 2020-06-13] 178: Checking geocodings ** [10:04:19 2020-06-13] 178: Checking synchronizations ** [10:04:19 2020-06-13] 178: Checking tracker ** [10:04:19 2020-06-13] 178: Checking user_migrations ** [10:04:19 2020-06-13] 178: Checking batch_updates ** [10:04:19 2020-06-13] 178: Checking gears ** [10:04:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:04:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:24 2020-06-13] 178: Checking imports ** [10:04:24 2020-06-13] 178: Checking exports ** [10:04:24 2020-06-13] 178: Checking users ** [10:04:24 2020-06-13] 178: Checking user_dbs ** [10:04:24 2020-06-13] 178: Checking geocodings ** [10:04:24 2020-06-13] 178: Checking synchronizations ** [10:04:24 2020-06-13] 178: Checking tracker ** [10:04:24 2020-06-13] 178: Checking user_migrations ** [10:04:24 2020-06-13] 178: Checking batch_updates ** [10:04:24 2020-06-13] 178: Checking gears ** [10:04:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:04:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:29 2020-06-13] 178: Checking imports ** [10:04:29 2020-06-13] 178: Checking exports ** [10:04:29 2020-06-13] 178: Checking users ** [10:04:29 2020-06-13] 178: Checking user_dbs ** [10:04:29 2020-06-13] 178: Checking geocodings ** [10:04:29 2020-06-13] 178: Checking synchronizations ** [10:04:29 2020-06-13] 178: Checking tracker ** [10:04:29 2020-06-13] 178: Checking user_migrations ** [10:04:29 2020-06-13] 178: Checking batch_updates ** [10:04:29 2020-06-13] 178: Checking gears ** [10:04:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:04:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:34 2020-06-13] 178: Checking imports ** [10:04:34 2020-06-13] 178: Checking exports ** [10:04:34 2020-06-13] 178: Checking users ** [10:04:34 2020-06-13] 178: Checking user_dbs ** [10:04:34 2020-06-13] 178: Checking geocodings ** [10:04:34 2020-06-13] 178: Checking synchronizations ** [10:04:34 2020-06-13] 178: Checking tracker ** [10:04:34 2020-06-13] 178: Checking user_migrations ** [10:04:34 2020-06-13] 178: Checking batch_updates ** [10:04:34 2020-06-13] 178: Checking gears ** [10:04:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:04:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:39 2020-06-13] 178: Checking imports ** [10:04:39 2020-06-13] 178: Checking exports ** [10:04:39 2020-06-13] 178: Checking users ** [10:04:39 2020-06-13] 178: Checking user_dbs ** [10:04:39 2020-06-13] 178: Checking geocodings ** [10:04:39 2020-06-13] 178: Checking synchronizations ** [10:04:39 2020-06-13] 178: Checking tracker ** [10:04:39 2020-06-13] 178: Checking user_migrations ** [10:04:39 2020-06-13] 178: Checking batch_updates ** [10:04:39 2020-06-13] 178: Checking gears ** [10:04:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:04:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:44 2020-06-13] 178: Checking imports ** [10:04:44 2020-06-13] 178: Checking exports ** [10:04:44 2020-06-13] 178: Checking users ** [10:04:44 2020-06-13] 178: Checking user_dbs ** [10:04:44 2020-06-13] 178: Checking geocodings ** [10:04:44 2020-06-13] 178: Checking synchronizations ** [10:04:44 2020-06-13] 178: Checking tracker ** [10:04:44 2020-06-13] 178: Checking user_migrations ** [10:04:44 2020-06-13] 178: Checking batch_updates ** [10:04:44 2020-06-13] 178: Checking gears ** [10:04:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:04:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:49 2020-06-13] 178: Checking imports ** [10:04:49 2020-06-13] 178: Checking exports ** [10:04:49 2020-06-13] 178: Checking users ** [10:04:49 2020-06-13] 178: Checking user_dbs ** [10:04:49 2020-06-13] 178: Checking geocodings ** [10:04:49 2020-06-13] 178: Checking synchronizations ** [10:04:49 2020-06-13] 178: Checking tracker ** [10:04:49 2020-06-13] 178: Checking user_migrations ** [10:04:49 2020-06-13] 178: Checking batch_updates ** [10:04:49 2020-06-13] 178: Checking gears ** [10:04:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:04:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:54 2020-06-13] 178: Checking imports ** [10:04:54 2020-06-13] 178: Checking exports ** [10:04:54 2020-06-13] 178: Checking users ** [10:04:54 2020-06-13] 178: Checking user_dbs ** [10:04:54 2020-06-13] 178: Checking geocodings ** [10:04:54 2020-06-13] 178: Checking synchronizations ** [10:04:54 2020-06-13] 178: Checking tracker ** [10:04:54 2020-06-13] 178: Checking user_migrations ** [10:04:54 2020-06-13] 178: Checking batch_updates ** [10:04:54 2020-06-13] 178: Checking gears ** [10:04:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:04:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:59 2020-06-13] 178: Checking imports ** [10:04:59 2020-06-13] 178: Checking exports ** [10:04:59 2020-06-13] 178: Checking users ** [10:04:59 2020-06-13] 178: Checking user_dbs ** [10:04:59 2020-06-13] 178: Checking geocodings ** [10:04:59 2020-06-13] 178: Checking synchronizations ** [10:04:59 2020-06-13] 178: Checking tracker ** [10:04:59 2020-06-13] 178: Checking user_migrations ** [10:04:59 2020-06-13] 178: Checking batch_updates ** [10:04:59 2020-06-13] 178: Checking gears ** [10:04:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:04:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:04 2020-06-13] 178: Checking imports ** [10:05:04 2020-06-13] 178: Checking exports ** [10:05:04 2020-06-13] 178: Checking users ** [10:05:04 2020-06-13] 178: Checking user_dbs ** [10:05:04 2020-06-13] 178: Checking geocodings ** [10:05:04 2020-06-13] 178: Checking synchronizations ** [10:05:04 2020-06-13] 178: Checking tracker ** [10:05:04 2020-06-13] 178: Checking user_migrations ** [10:05:04 2020-06-13] 178: Checking batch_updates ** [10:05:04 2020-06-13] 178: Checking gears ** [10:05:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:05:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:09 2020-06-13] 178: Checking imports ** [10:05:09 2020-06-13] 178: Checking exports ** [10:05:09 2020-06-13] 178: Checking users ** [10:05:09 2020-06-13] 178: Checking user_dbs ** [10:05:09 2020-06-13] 178: Checking geocodings ** [10:05:09 2020-06-13] 178: Checking synchronizations ** [10:05:09 2020-06-13] 178: Checking tracker ** [10:05:09 2020-06-13] 178: Checking user_migrations ** [10:05:09 2020-06-13] 178: Checking batch_updates ** [10:05:09 2020-06-13] 178: Checking gears ** [10:05:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:05:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:14 2020-06-13] 178: Checking imports ** [10:05:14 2020-06-13] 178: Checking exports ** [10:05:14 2020-06-13] 178: Checking users ** [10:05:14 2020-06-13] 178: Checking user_dbs ** [10:05:14 2020-06-13] 178: Checking geocodings ** [10:05:14 2020-06-13] 178: Checking synchronizations ** [10:05:14 2020-06-13] 178: Checking tracker ** [10:05:14 2020-06-13] 178: Checking user_migrations ** [10:05:14 2020-06-13] 178: Checking batch_updates ** [10:05:14 2020-06-13] 178: Checking gears ** [10:05:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:05:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:19 2020-06-13] 178: Checking imports ** [10:05:19 2020-06-13] 178: Checking exports ** [10:05:19 2020-06-13] 178: Checking users ** [10:05:19 2020-06-13] 178: Checking user_dbs ** [10:05:19 2020-06-13] 178: Checking geocodings ** [10:05:19 2020-06-13] 178: Checking synchronizations ** [10:05:19 2020-06-13] 178: Checking tracker ** [10:05:19 2020-06-13] 178: Checking user_migrations ** [10:05:19 2020-06-13] 178: Checking batch_updates ** [10:05:19 2020-06-13] 178: Checking gears ** [10:05:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:05:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:24 2020-06-13] 178: Checking imports ** [10:05:24 2020-06-13] 178: Checking exports ** [10:05:24 2020-06-13] 178: Checking users ** [10:05:24 2020-06-13] 178: Checking user_dbs ** [10:05:24 2020-06-13] 178: Checking geocodings ** [10:05:24 2020-06-13] 178: Checking synchronizations ** [10:05:24 2020-06-13] 178: Checking tracker ** [10:05:24 2020-06-13] 178: Checking user_migrations ** [10:05:24 2020-06-13] 178: Checking batch_updates ** [10:05:24 2020-06-13] 178: Checking gears ** [10:05:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:05:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:29 2020-06-13] 178: Checking imports ** [10:05:29 2020-06-13] 178: Checking exports ** [10:05:29 2020-06-13] 178: Checking users ** [10:05:29 2020-06-13] 178: Checking user_dbs ** [10:05:29 2020-06-13] 178: Checking geocodings ** [10:05:29 2020-06-13] 178: Checking synchronizations ** [10:05:29 2020-06-13] 178: Checking tracker ** [10:05:29 2020-06-13] 178: Checking user_migrations ** [10:05:29 2020-06-13] 178: Checking batch_updates ** [10:05:29 2020-06-13] 178: Checking gears ** [10:05:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:05:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:34 2020-06-13] 178: Checking imports ** [10:05:34 2020-06-13] 178: Checking exports ** [10:05:34 2020-06-13] 178: Checking users ** [10:05:34 2020-06-13] 178: Checking user_dbs ** [10:05:34 2020-06-13] 178: Checking geocodings ** [10:05:34 2020-06-13] 178: Checking synchronizations ** [10:05:34 2020-06-13] 178: Checking tracker ** [10:05:34 2020-06-13] 178: Checking user_migrations ** [10:05:34 2020-06-13] 178: Checking batch_updates ** [10:05:34 2020-06-13] 178: Checking gears ** [10:05:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:05:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:39 2020-06-13] 178: Checking imports ** [10:05:39 2020-06-13] 178: Checking exports ** [10:05:39 2020-06-13] 178: Checking users ** [10:05:39 2020-06-13] 178: Checking user_dbs ** [10:05:39 2020-06-13] 178: Checking geocodings ** [10:05:39 2020-06-13] 178: Checking synchronizations ** [10:05:39 2020-06-13] 178: Checking tracker ** [10:05:39 2020-06-13] 178: Checking user_migrations ** [10:05:39 2020-06-13] 178: Checking batch_updates ** [10:05:39 2020-06-13] 178: Checking gears ** [10:05:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:05:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:44 2020-06-13] 178: Checking imports ** [10:05:44 2020-06-13] 178: Checking exports ** [10:05:44 2020-06-13] 178: Checking users ** [10:05:44 2020-06-13] 178: Checking user_dbs ** [10:05:44 2020-06-13] 178: Checking geocodings ** [10:05:44 2020-06-13] 178: Checking synchronizations ** [10:05:44 2020-06-13] 178: Checking tracker ** [10:05:44 2020-06-13] 178: Checking user_migrations ** [10:05:44 2020-06-13] 178: Checking batch_updates ** [10:05:44 2020-06-13] 178: Checking gears ** [10:05:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:05:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:49 2020-06-13] 178: Checking imports ** [10:05:49 2020-06-13] 178: Checking exports ** [10:05:49 2020-06-13] 178: Checking users ** [10:05:49 2020-06-13] 178: Checking user_dbs ** [10:05:49 2020-06-13] 178: Checking geocodings ** [10:05:49 2020-06-13] 178: Checking synchronizations ** [10:05:49 2020-06-13] 178: Checking tracker ** [10:05:49 2020-06-13] 178: Checking user_migrations ** [10:05:49 2020-06-13] 178: Checking batch_updates ** [10:05:49 2020-06-13] 178: Checking gears ** [10:05:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:05:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:54 2020-06-13] 178: Checking imports ** [10:05:54 2020-06-13] 178: Checking exports ** [10:05:54 2020-06-13] 178: Checking users ** [10:05:54 2020-06-13] 178: Checking user_dbs ** [10:05:54 2020-06-13] 178: Checking geocodings ** [10:05:54 2020-06-13] 178: Checking synchronizations ** [10:05:54 2020-06-13] 178: Checking tracker ** [10:05:54 2020-06-13] 178: Checking user_migrations ** [10:05:54 2020-06-13] 178: Checking batch_updates ** [10:05:54 2020-06-13] 178: Checking gears ** [10:05:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:05:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:59 2020-06-13] 178: Checking imports ** [10:05:59 2020-06-13] 178: Checking exports ** [10:05:59 2020-06-13] 178: Checking users ** [10:05:59 2020-06-13] 178: Checking user_dbs ** [10:05:59 2020-06-13] 178: Checking geocodings ** [10:05:59 2020-06-13] 178: Checking synchronizations ** [10:05:59 2020-06-13] 178: Checking tracker ** [10:05:59 2020-06-13] 178: Checking user_migrations ** [10:05:59 2020-06-13] 178: Checking batch_updates ** [10:05:59 2020-06-13] 178: Checking gears ** [10:05:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:05:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:04 2020-06-13] 178: Checking imports ** [10:06:04 2020-06-13] 178: Checking exports ** [10:06:04 2020-06-13] 178: Checking users ** [10:06:04 2020-06-13] 178: Checking user_dbs ** [10:06:04 2020-06-13] 178: Checking geocodings ** [10:06:04 2020-06-13] 178: Checking synchronizations ** [10:06:04 2020-06-13] 178: Checking tracker ** [10:06:04 2020-06-13] 178: Checking user_migrations ** [10:06:04 2020-06-13] 178: Checking batch_updates ** [10:06:04 2020-06-13] 178: Checking gears ** [10:06:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:06:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:09 2020-06-13] 178: Checking imports ** [10:06:09 2020-06-13] 178: Checking exports ** [10:06:09 2020-06-13] 178: Checking users ** [10:06:09 2020-06-13] 178: Checking user_dbs ** [10:06:09 2020-06-13] 178: Checking geocodings ** [10:06:09 2020-06-13] 178: Checking synchronizations ** [10:06:09 2020-06-13] 178: Checking tracker ** [10:06:09 2020-06-13] 178: Checking user_migrations ** [10:06:09 2020-06-13] 178: Checking batch_updates ** [10:06:09 2020-06-13] 178: Checking gears ** [10:06:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:06:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:14 2020-06-13] 178: Checking imports ** [10:06:14 2020-06-13] 178: Checking exports ** [10:06:14 2020-06-13] 178: Checking users ** [10:06:14 2020-06-13] 178: Checking user_dbs ** [10:06:14 2020-06-13] 178: Checking geocodings ** [10:06:14 2020-06-13] 178: Checking synchronizations ** [10:06:14 2020-06-13] 178: Checking tracker ** [10:06:14 2020-06-13] 178: Checking user_migrations ** [10:06:14 2020-06-13] 178: Checking batch_updates ** [10:06:14 2020-06-13] 178: Checking gears ** [10:06:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:06:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:19 2020-06-13] 178: Checking imports ** [10:06:19 2020-06-13] 178: Checking exports ** [10:06:19 2020-06-13] 178: Checking users ** [10:06:19 2020-06-13] 178: Checking user_dbs ** [10:06:19 2020-06-13] 178: Checking geocodings ** [10:06:19 2020-06-13] 178: Checking synchronizations ** [10:06:19 2020-06-13] 178: Checking tracker ** [10:06:19 2020-06-13] 178: Checking user_migrations ** [10:06:19 2020-06-13] 178: Checking batch_updates ** [10:06:19 2020-06-13] 178: Checking gears ** [10:06:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:06:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:24 2020-06-13] 178: Checking imports ** [10:06:24 2020-06-13] 178: Checking exports ** [10:06:24 2020-06-13] 178: Checking users ** [10:06:24 2020-06-13] 178: Checking user_dbs ** [10:06:24 2020-06-13] 178: Checking geocodings ** [10:06:24 2020-06-13] 178: Checking synchronizations ** [10:06:24 2020-06-13] 178: Checking tracker ** [10:06:24 2020-06-13] 178: Checking user_migrations ** [10:06:24 2020-06-13] 178: Checking batch_updates ** [10:06:24 2020-06-13] 178: Checking gears ** [10:06:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:06:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:29 2020-06-13] 178: Checking imports ** [10:06:29 2020-06-13] 178: Checking exports ** [10:06:29 2020-06-13] 178: Checking users ** [10:06:29 2020-06-13] 178: Checking user_dbs ** [10:06:29 2020-06-13] 178: Checking geocodings ** [10:06:29 2020-06-13] 178: Checking synchronizations ** [10:06:29 2020-06-13] 178: Checking tracker ** [10:06:29 2020-06-13] 178: Checking user_migrations ** [10:06:29 2020-06-13] 178: Checking batch_updates ** [10:06:29 2020-06-13] 178: Checking gears ** [10:06:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:06:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:34 2020-06-13] 178: Checking imports ** [10:06:34 2020-06-13] 178: Checking exports ** [10:06:34 2020-06-13] 178: Checking users ** [10:06:34 2020-06-13] 178: Checking user_dbs ** [10:06:34 2020-06-13] 178: Checking geocodings ** [10:06:34 2020-06-13] 178: Checking synchronizations ** [10:06:34 2020-06-13] 178: Checking tracker ** [10:06:34 2020-06-13] 178: Checking user_migrations ** [10:06:34 2020-06-13] 178: Checking batch_updates ** [10:06:34 2020-06-13] 178: Checking gears ** [10:06:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:06:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:39 2020-06-13] 178: Checking imports ** [10:06:39 2020-06-13] 178: Checking exports ** [10:06:39 2020-06-13] 178: Checking users ** [10:06:39 2020-06-13] 178: Checking user_dbs ** [10:06:39 2020-06-13] 178: Checking geocodings ** [10:06:39 2020-06-13] 178: Checking synchronizations ** [10:06:39 2020-06-13] 178: Checking tracker ** [10:06:39 2020-06-13] 178: Checking user_migrations ** [10:06:39 2020-06-13] 178: Checking batch_updates ** [10:06:39 2020-06-13] 178: Checking gears ** [10:06:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:06:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:44 2020-06-13] 178: Checking imports ** [10:06:44 2020-06-13] 178: Checking exports ** [10:06:44 2020-06-13] 178: Checking users ** [10:06:44 2020-06-13] 178: Checking user_dbs ** [10:06:44 2020-06-13] 178: Checking geocodings ** [10:06:44 2020-06-13] 178: Checking synchronizations ** [10:06:44 2020-06-13] 178: Checking tracker ** [10:06:44 2020-06-13] 178: Checking user_migrations ** [10:06:44 2020-06-13] 178: Checking batch_updates ** [10:06:44 2020-06-13] 178: Checking gears ** [10:06:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:06:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:49 2020-06-13] 178: Checking imports ** [10:06:49 2020-06-13] 178: Checking exports ** [10:06:49 2020-06-13] 178: Checking users ** [10:06:49 2020-06-13] 178: Checking user_dbs ** [10:06:49 2020-06-13] 178: Checking geocodings ** [10:06:49 2020-06-13] 178: Checking synchronizations ** [10:06:49 2020-06-13] 178: Checking tracker ** [10:06:49 2020-06-13] 178: Checking user_migrations ** [10:06:49 2020-06-13] 178: Checking batch_updates ** [10:06:49 2020-06-13] 178: Checking gears ** [10:06:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:06:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:54 2020-06-13] 178: Checking imports ** [10:06:54 2020-06-13] 178: Checking exports ** [10:06:54 2020-06-13] 178: Checking users ** [10:06:54 2020-06-13] 178: Checking user_dbs ** [10:06:54 2020-06-13] 178: Checking geocodings ** [10:06:54 2020-06-13] 178: Checking synchronizations ** [10:06:54 2020-06-13] 178: Checking tracker ** [10:06:54 2020-06-13] 178: Checking user_migrations ** [10:06:54 2020-06-13] 178: Checking batch_updates ** [10:06:54 2020-06-13] 178: Checking gears ** [10:06:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:06:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:59 2020-06-13] 178: Checking imports ** [10:06:59 2020-06-13] 178: Checking exports ** [10:06:59 2020-06-13] 178: Checking users ** [10:06:59 2020-06-13] 178: Checking user_dbs ** [10:06:59 2020-06-13] 178: Checking geocodings ** [10:06:59 2020-06-13] 178: Checking synchronizations ** [10:06:59 2020-06-13] 178: Checking tracker ** [10:06:59 2020-06-13] 178: Checking user_migrations ** [10:06:59 2020-06-13] 178: Checking batch_updates ** [10:06:59 2020-06-13] 178: Checking gears ** [10:06:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:06:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:04 2020-06-13] 178: Checking imports ** [10:07:04 2020-06-13] 178: Checking exports ** [10:07:04 2020-06-13] 178: Checking users ** [10:07:04 2020-06-13] 178: Checking user_dbs ** [10:07:04 2020-06-13] 178: Checking geocodings ** [10:07:04 2020-06-13] 178: Checking synchronizations ** [10:07:04 2020-06-13] 178: Checking tracker ** [10:07:04 2020-06-13] 178: Checking user_migrations ** [10:07:04 2020-06-13] 178: Checking batch_updates ** [10:07:04 2020-06-13] 178: Checking gears ** [10:07:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:07:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:09 2020-06-13] 178: Checking imports ** [10:07:09 2020-06-13] 178: Checking exports ** [10:07:09 2020-06-13] 178: Checking users ** [10:07:09 2020-06-13] 178: Checking user_dbs ** [10:07:09 2020-06-13] 178: Checking geocodings ** [10:07:09 2020-06-13] 178: Checking synchronizations ** [10:07:09 2020-06-13] 178: Checking tracker ** [10:07:09 2020-06-13] 178: Checking user_migrations ** [10:07:09 2020-06-13] 178: Checking batch_updates ** [10:07:09 2020-06-13] 178: Checking gears ** [10:07:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:07:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:14 2020-06-13] 178: Checking imports ** [10:07:14 2020-06-13] 178: Checking exports ** [10:07:14 2020-06-13] 178: Checking users ** [10:07:14 2020-06-13] 178: Checking user_dbs ** [10:07:14 2020-06-13] 178: Checking geocodings ** [10:07:14 2020-06-13] 178: Checking synchronizations ** [10:07:14 2020-06-13] 178: Checking tracker ** [10:07:14 2020-06-13] 178: Checking user_migrations ** [10:07:14 2020-06-13] 178: Checking batch_updates ** [10:07:14 2020-06-13] 178: Checking gears ** [10:07:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:07:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:19 2020-06-13] 178: Checking imports ** [10:07:19 2020-06-13] 178: Checking exports ** [10:07:19 2020-06-13] 178: Checking users ** [10:07:19 2020-06-13] 178: Checking user_dbs ** [10:07:19 2020-06-13] 178: Checking geocodings ** [10:07:19 2020-06-13] 178: Checking synchronizations ** [10:07:19 2020-06-13] 178: Checking tracker ** [10:07:19 2020-06-13] 178: Checking user_migrations ** [10:07:19 2020-06-13] 178: Checking batch_updates ** [10:07:19 2020-06-13] 178: Checking gears ** [10:07:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:07:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:24 2020-06-13] 178: Checking imports ** [10:07:24 2020-06-13] 178: Checking exports ** [10:07:24 2020-06-13] 178: Checking users ** [10:07:24 2020-06-13] 178: Checking user_dbs ** [10:07:24 2020-06-13] 178: Checking geocodings ** [10:07:24 2020-06-13] 178: Checking synchronizations ** [10:07:24 2020-06-13] 178: Checking tracker ** [10:07:24 2020-06-13] 178: Checking user_migrations ** [10:07:24 2020-06-13] 178: Checking batch_updates ** [10:07:24 2020-06-13] 178: Checking gears ** [10:07:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:07:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:29 2020-06-13] 178: Checking imports ** [10:07:29 2020-06-13] 178: Checking exports ** [10:07:29 2020-06-13] 178: Checking users ** [10:07:29 2020-06-13] 178: Checking user_dbs ** [10:07:29 2020-06-13] 178: Checking geocodings ** [10:07:29 2020-06-13] 178: Checking synchronizations ** [10:07:29 2020-06-13] 178: Checking tracker ** [10:07:29 2020-06-13] 178: Checking user_migrations ** [10:07:29 2020-06-13] 178: Checking batch_updates ** [10:07:29 2020-06-13] 178: Checking gears ** [10:07:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:07:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:34 2020-06-13] 178: Checking imports ** [10:07:34 2020-06-13] 178: Checking exports ** [10:07:34 2020-06-13] 178: Checking users ** [10:07:34 2020-06-13] 178: Checking user_dbs ** [10:07:34 2020-06-13] 178: Checking geocodings ** [10:07:34 2020-06-13] 178: Checking synchronizations ** [10:07:34 2020-06-13] 178: Checking tracker ** [10:07:34 2020-06-13] 178: Checking user_migrations ** [10:07:34 2020-06-13] 178: Checking batch_updates ** [10:07:34 2020-06-13] 178: Checking gears ** [10:07:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:07:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:39 2020-06-13] 178: Checking imports ** [10:07:39 2020-06-13] 178: Checking exports ** [10:07:39 2020-06-13] 178: Checking users ** [10:07:39 2020-06-13] 178: Checking user_dbs ** [10:07:39 2020-06-13] 178: Checking geocodings ** [10:07:39 2020-06-13] 178: Checking synchronizations ** [10:07:39 2020-06-13] 178: Checking tracker ** [10:07:39 2020-06-13] 178: Checking user_migrations ** [10:07:39 2020-06-13] 178: Checking batch_updates ** [10:07:39 2020-06-13] 178: Checking gears ** [10:07:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:07:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:44 2020-06-13] 178: Checking imports ** [10:07:44 2020-06-13] 178: Checking exports ** [10:07:44 2020-06-13] 178: Checking users ** [10:07:44 2020-06-13] 178: Checking user_dbs ** [10:07:44 2020-06-13] 178: Checking geocodings ** [10:07:44 2020-06-13] 178: Checking synchronizations ** [10:07:44 2020-06-13] 178: Checking tracker ** [10:07:44 2020-06-13] 178: Checking user_migrations ** [10:07:44 2020-06-13] 178: Checking batch_updates ** [10:07:44 2020-06-13] 178: Checking gears ** [10:07:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:07:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:49 2020-06-13] 178: Checking imports ** [10:07:49 2020-06-13] 178: Checking exports ** [10:07:49 2020-06-13] 178: Checking users ** [10:07:49 2020-06-13] 178: Checking user_dbs ** [10:07:49 2020-06-13] 178: Checking geocodings ** [10:07:49 2020-06-13] 178: Checking synchronizations ** [10:07:49 2020-06-13] 178: Checking tracker ** [10:07:49 2020-06-13] 178: Checking user_migrations ** [10:07:49 2020-06-13] 178: Checking batch_updates ** [10:07:49 2020-06-13] 178: Checking gears ** [10:07:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:07:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:54 2020-06-13] 178: Checking imports ** [10:07:54 2020-06-13] 178: Checking exports ** [10:07:54 2020-06-13] 178: Checking users ** [10:07:54 2020-06-13] 178: Checking user_dbs ** [10:07:54 2020-06-13] 178: Checking geocodings ** [10:07:54 2020-06-13] 178: Checking synchronizations ** [10:07:54 2020-06-13] 178: Checking tracker ** [10:07:54 2020-06-13] 178: Checking user_migrations ** [10:07:54 2020-06-13] 178: Checking batch_updates ** [10:07:54 2020-06-13] 178: Checking gears ** [10:07:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:07:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:59 2020-06-13] 178: Checking imports ** [10:07:59 2020-06-13] 178: Checking exports ** [10:07:59 2020-06-13] 178: Checking users ** [10:07:59 2020-06-13] 178: Checking user_dbs ** [10:07:59 2020-06-13] 178: Checking geocodings ** [10:07:59 2020-06-13] 178: Checking synchronizations ** [10:07:59 2020-06-13] 178: Checking tracker ** [10:07:59 2020-06-13] 178: Checking user_migrations ** [10:07:59 2020-06-13] 178: Checking batch_updates ** [10:07:59 2020-06-13] 178: Checking gears ** [10:07:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:07:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:04 2020-06-13] 178: Checking imports ** [10:08:04 2020-06-13] 178: Checking exports ** [10:08:04 2020-06-13] 178: Checking users ** [10:08:04 2020-06-13] 178: Checking user_dbs ** [10:08:04 2020-06-13] 178: Checking geocodings ** [10:08:04 2020-06-13] 178: Checking synchronizations ** [10:08:04 2020-06-13] 178: Checking tracker ** [10:08:04 2020-06-13] 178: Checking user_migrations ** [10:08:04 2020-06-13] 178: Checking batch_updates ** [10:08:04 2020-06-13] 178: Checking gears ** [10:08:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:08:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:09 2020-06-13] 178: Checking imports ** [10:08:09 2020-06-13] 178: Checking exports ** [10:08:09 2020-06-13] 178: Checking users ** [10:08:09 2020-06-13] 178: Checking user_dbs ** [10:08:09 2020-06-13] 178: Checking geocodings ** [10:08:09 2020-06-13] 178: Checking synchronizations ** [10:08:09 2020-06-13] 178: Checking tracker ** [10:08:09 2020-06-13] 178: Checking user_migrations ** [10:08:09 2020-06-13] 178: Checking batch_updates ** [10:08:09 2020-06-13] 178: Checking gears ** [10:08:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:08:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:14 2020-06-13] 178: Checking imports ** [10:08:14 2020-06-13] 178: Checking exports ** [10:08:14 2020-06-13] 178: Checking users ** [10:08:14 2020-06-13] 178: Checking user_dbs ** [10:08:14 2020-06-13] 178: Checking geocodings ** [10:08:14 2020-06-13] 178: Checking synchronizations ** [10:08:14 2020-06-13] 178: Checking tracker ** [10:08:14 2020-06-13] 178: Checking user_migrations ** [10:08:14 2020-06-13] 178: Checking batch_updates ** [10:08:14 2020-06-13] 178: Checking gears ** [10:08:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:08:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:19 2020-06-13] 178: Checking imports ** [10:08:19 2020-06-13] 178: Checking exports ** [10:08:19 2020-06-13] 178: Checking users ** [10:08:19 2020-06-13] 178: Checking user_dbs ** [10:08:19 2020-06-13] 178: Checking geocodings ** [10:08:19 2020-06-13] 178: Checking synchronizations ** [10:08:19 2020-06-13] 178: Checking tracker ** [10:08:19 2020-06-13] 178: Checking user_migrations ** [10:08:19 2020-06-13] 178: Checking batch_updates ** [10:08:19 2020-06-13] 178: Checking gears ** [10:08:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:08:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:24 2020-06-13] 178: Checking imports ** [10:08:24 2020-06-13] 178: Checking exports ** [10:08:24 2020-06-13] 178: Checking users ** [10:08:24 2020-06-13] 178: Checking user_dbs ** [10:08:24 2020-06-13] 178: Checking geocodings ** [10:08:24 2020-06-13] 178: Checking synchronizations ** [10:08:24 2020-06-13] 178: Checking tracker ** [10:08:24 2020-06-13] 178: Checking user_migrations ** [10:08:24 2020-06-13] 178: Checking batch_updates ** [10:08:24 2020-06-13] 178: Checking gears ** [10:08:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:08:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:29 2020-06-13] 178: Checking imports ** [10:08:29 2020-06-13] 178: Checking exports ** [10:08:29 2020-06-13] 178: Checking users ** [10:08:29 2020-06-13] 178: Checking user_dbs ** [10:08:29 2020-06-13] 178: Checking geocodings ** [10:08:29 2020-06-13] 178: Checking synchronizations ** [10:08:29 2020-06-13] 178: Checking tracker ** [10:08:29 2020-06-13] 178: Checking user_migrations ** [10:08:29 2020-06-13] 178: Checking batch_updates ** [10:08:29 2020-06-13] 178: Checking gears ** [10:08:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:08:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:34 2020-06-13] 178: Checking imports ** [10:08:34 2020-06-13] 178: Checking exports ** [10:08:34 2020-06-13] 178: Checking users ** [10:08:34 2020-06-13] 178: Checking user_dbs ** [10:08:34 2020-06-13] 178: Checking geocodings ** [10:08:34 2020-06-13] 178: Checking synchronizations ** [10:08:34 2020-06-13] 178: Checking tracker ** [10:08:34 2020-06-13] 178: Checking user_migrations ** [10:08:34 2020-06-13] 178: Checking batch_updates ** [10:08:34 2020-06-13] 178: Checking gears ** [10:08:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:08:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:39 2020-06-13] 178: Checking imports ** [10:08:39 2020-06-13] 178: Checking exports ** [10:08:39 2020-06-13] 178: Checking users ** [10:08:39 2020-06-13] 178: Checking user_dbs ** [10:08:39 2020-06-13] 178: Checking geocodings ** [10:08:39 2020-06-13] 178: Checking synchronizations ** [10:08:39 2020-06-13] 178: Checking tracker ** [10:08:39 2020-06-13] 178: Checking user_migrations ** [10:08:39 2020-06-13] 178: Checking batch_updates ** [10:08:39 2020-06-13] 178: Checking gears ** [10:08:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:08:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:44 2020-06-13] 178: Checking imports ** [10:08:44 2020-06-13] 178: Checking exports ** [10:08:44 2020-06-13] 178: Checking users ** [10:08:44 2020-06-13] 178: Checking user_dbs ** [10:08:44 2020-06-13] 178: Checking geocodings ** [10:08:44 2020-06-13] 178: Checking synchronizations ** [10:08:44 2020-06-13] 178: Checking tracker ** [10:08:44 2020-06-13] 178: Checking user_migrations ** [10:08:44 2020-06-13] 178: Checking batch_updates ** [10:08:44 2020-06-13] 178: Checking gears ** [10:08:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:08:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:49 2020-06-13] 178: Checking imports ** [10:08:49 2020-06-13] 178: Checking exports ** [10:08:49 2020-06-13] 178: Checking users ** [10:08:49 2020-06-13] 178: Checking user_dbs ** [10:08:49 2020-06-13] 178: Checking geocodings ** [10:08:49 2020-06-13] 178: Checking synchronizations ** [10:08:49 2020-06-13] 178: Checking tracker ** [10:08:49 2020-06-13] 178: Checking user_migrations ** [10:08:49 2020-06-13] 178: Checking batch_updates ** [10:08:49 2020-06-13] 178: Checking gears ** [10:08:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:08:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:54 2020-06-13] 178: Checking imports ** [10:08:54 2020-06-13] 178: Checking exports ** [10:08:54 2020-06-13] 178: Checking users ** [10:08:54 2020-06-13] 178: Checking user_dbs ** [10:08:54 2020-06-13] 178: Checking geocodings ** [10:08:54 2020-06-13] 178: Checking synchronizations ** [10:08:54 2020-06-13] 178: Checking tracker ** [10:08:54 2020-06-13] 178: Checking user_migrations ** [10:08:54 2020-06-13] 178: Checking batch_updates ** [10:08:54 2020-06-13] 178: Checking gears ** [10:08:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:08:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:59 2020-06-13] 178: Checking imports ** [10:08:59 2020-06-13] 178: Checking exports ** [10:08:59 2020-06-13] 178: Checking users ** [10:08:59 2020-06-13] 178: Checking user_dbs ** [10:08:59 2020-06-13] 178: Checking geocodings ** [10:08:59 2020-06-13] 178: Checking synchronizations ** [10:08:59 2020-06-13] 178: Checking tracker ** [10:08:59 2020-06-13] 178: Checking user_migrations ** [10:08:59 2020-06-13] 178: Checking batch_updates ** [10:08:59 2020-06-13] 178: Checking gears ** [10:08:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:08:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:04 2020-06-13] 178: Checking imports ** [10:09:04 2020-06-13] 178: Checking exports ** [10:09:04 2020-06-13] 178: Checking users ** [10:09:04 2020-06-13] 178: Checking user_dbs ** [10:09:04 2020-06-13] 178: Checking geocodings ** [10:09:04 2020-06-13] 178: Checking synchronizations ** [10:09:04 2020-06-13] 178: Checking tracker ** [10:09:04 2020-06-13] 178: Checking user_migrations ** [10:09:04 2020-06-13] 178: Checking batch_updates ** [10:09:04 2020-06-13] 178: Checking gears ** [10:09:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:09:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:09 2020-06-13] 178: Checking imports ** [10:09:09 2020-06-13] 178: Checking exports ** [10:09:09 2020-06-13] 178: Checking users ** [10:09:09 2020-06-13] 178: Checking user_dbs ** [10:09:09 2020-06-13] 178: Checking geocodings ** [10:09:09 2020-06-13] 178: Checking synchronizations ** [10:09:09 2020-06-13] 178: Checking tracker ** [10:09:09 2020-06-13] 178: Checking user_migrations ** [10:09:09 2020-06-13] 178: Checking batch_updates ** [10:09:09 2020-06-13] 178: Checking gears ** [10:09:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:09:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:14 2020-06-13] 178: Checking imports ** [10:09:14 2020-06-13] 178: Checking exports ** [10:09:14 2020-06-13] 178: Checking users ** [10:09:14 2020-06-13] 178: Checking user_dbs ** [10:09:14 2020-06-13] 178: Checking geocodings ** [10:09:14 2020-06-13] 178: Checking synchronizations ** [10:09:14 2020-06-13] 178: Checking tracker ** [10:09:14 2020-06-13] 178: Checking user_migrations ** [10:09:14 2020-06-13] 178: Checking batch_updates ** [10:09:14 2020-06-13] 178: Checking gears ** [10:09:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:09:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:19 2020-06-13] 178: Checking imports ** [10:09:19 2020-06-13] 178: Checking exports ** [10:09:19 2020-06-13] 178: Checking users ** [10:09:19 2020-06-13] 178: Checking user_dbs ** [10:09:19 2020-06-13] 178: Checking geocodings ** [10:09:19 2020-06-13] 178: Checking synchronizations ** [10:09:19 2020-06-13] 178: Checking tracker ** [10:09:19 2020-06-13] 178: Checking user_migrations ** [10:09:19 2020-06-13] 178: Checking batch_updates ** [10:09:19 2020-06-13] 178: Checking gears ** [10:09:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:09:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:24 2020-06-13] 178: Checking imports ** [10:09:24 2020-06-13] 178: Checking exports ** [10:09:24 2020-06-13] 178: Checking users ** [10:09:24 2020-06-13] 178: Checking user_dbs ** [10:09:24 2020-06-13] 178: Checking geocodings ** [10:09:24 2020-06-13] 178: Checking synchronizations ** [10:09:24 2020-06-13] 178: Checking tracker ** [10:09:24 2020-06-13] 178: Checking user_migrations ** [10:09:24 2020-06-13] 178: Checking batch_updates ** [10:09:24 2020-06-13] 178: Checking gears ** [10:09:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:09:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:29 2020-06-13] 178: Checking imports ** [10:09:29 2020-06-13] 178: Checking exports ** [10:09:29 2020-06-13] 178: Checking users ** [10:09:29 2020-06-13] 178: Checking user_dbs ** [10:09:29 2020-06-13] 178: Checking geocodings ** [10:09:29 2020-06-13] 178: Checking synchronizations ** [10:09:29 2020-06-13] 178: Checking tracker ** [10:09:29 2020-06-13] 178: Checking user_migrations ** [10:09:29 2020-06-13] 178: Checking batch_updates ** [10:09:29 2020-06-13] 178: Checking gears ** [10:09:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:09:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:34 2020-06-13] 178: Checking imports ** [10:09:34 2020-06-13] 178: Checking exports ** [10:09:34 2020-06-13] 178: Checking users ** [10:09:34 2020-06-13] 178: Checking user_dbs ** [10:09:34 2020-06-13] 178: Checking geocodings ** [10:09:34 2020-06-13] 178: Checking synchronizations ** [10:09:34 2020-06-13] 178: Checking tracker ** [10:09:34 2020-06-13] 178: Checking user_migrations ** [10:09:34 2020-06-13] 178: Checking batch_updates ** [10:09:34 2020-06-13] 178: Checking gears ** [10:09:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:09:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:39 2020-06-13] 178: Checking imports ** [10:09:39 2020-06-13] 178: Checking exports ** [10:09:39 2020-06-13] 178: Checking users ** [10:09:39 2020-06-13] 178: Checking user_dbs ** [10:09:39 2020-06-13] 178: Checking geocodings ** [10:09:39 2020-06-13] 178: Checking synchronizations ** [10:09:39 2020-06-13] 178: Checking tracker ** [10:09:39 2020-06-13] 178: Checking user_migrations ** [10:09:39 2020-06-13] 178: Checking batch_updates ** [10:09:39 2020-06-13] 178: Checking gears ** [10:09:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:09:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:44 2020-06-13] 178: Checking imports ** [10:09:44 2020-06-13] 178: Checking exports ** [10:09:44 2020-06-13] 178: Checking users ** [10:09:44 2020-06-13] 178: Checking user_dbs ** [10:09:44 2020-06-13] 178: Checking geocodings ** [10:09:44 2020-06-13] 178: Checking synchronizations ** [10:09:44 2020-06-13] 178: Checking tracker ** [10:09:44 2020-06-13] 178: Checking user_migrations ** [10:09:44 2020-06-13] 178: Checking batch_updates ** [10:09:44 2020-06-13] 178: Checking gears ** [10:09:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:09:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:49 2020-06-13] 178: Checking imports ** [10:09:49 2020-06-13] 178: Checking exports ** [10:09:49 2020-06-13] 178: Checking users ** [10:09:49 2020-06-13] 178: Checking user_dbs ** [10:09:49 2020-06-13] 178: Checking geocodings ** [10:09:49 2020-06-13] 178: Checking synchronizations ** [10:09:49 2020-06-13] 178: Checking tracker ** [10:09:49 2020-06-13] 178: Checking user_migrations ** [10:09:49 2020-06-13] 178: Checking batch_updates ** [10:09:49 2020-06-13] 178: Checking gears ** [10:09:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:09:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:54 2020-06-13] 178: Checking imports ** [10:09:54 2020-06-13] 178: Checking exports ** [10:09:54 2020-06-13] 178: Checking users ** [10:09:54 2020-06-13] 178: Checking user_dbs ** [10:09:54 2020-06-13] 178: Checking geocodings ** [10:09:54 2020-06-13] 178: Checking synchronizations ** [10:09:54 2020-06-13] 178: Checking tracker ** [10:09:54 2020-06-13] 178: Checking user_migrations ** [10:09:54 2020-06-13] 178: Checking batch_updates ** [10:09:54 2020-06-13] 178: Checking gears ** [10:09:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:09:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:59 2020-06-13] 178: Checking imports ** [10:09:59 2020-06-13] 178: Checking exports ** [10:09:59 2020-06-13] 178: Checking users ** [10:09:59 2020-06-13] 178: Checking user_dbs ** [10:09:59 2020-06-13] 178: Checking geocodings ** [10:09:59 2020-06-13] 178: Checking synchronizations ** [10:09:59 2020-06-13] 178: Checking tracker ** [10:09:59 2020-06-13] 178: Checking user_migrations ** [10:09:59 2020-06-13] 178: Checking batch_updates ** [10:09:59 2020-06-13] 178: Checking gears ** [10:09:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:09:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:04 2020-06-13] 178: Checking imports ** [10:10:04 2020-06-13] 178: Checking exports ** [10:10:04 2020-06-13] 178: Checking users ** [10:10:04 2020-06-13] 178: Checking user_dbs ** [10:10:04 2020-06-13] 178: Checking geocodings ** [10:10:04 2020-06-13] 178: Checking synchronizations ** [10:10:04 2020-06-13] 178: Checking tracker ** [10:10:04 2020-06-13] 178: Checking user_migrations ** [10:10:04 2020-06-13] 178: Checking batch_updates ** [10:10:04 2020-06-13] 178: Checking gears ** [10:10:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:10:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:09 2020-06-13] 178: Checking imports ** [10:10:09 2020-06-13] 178: Checking exports ** [10:10:09 2020-06-13] 178: Checking users ** [10:10:09 2020-06-13] 178: Checking user_dbs ** [10:10:09 2020-06-13] 178: Checking geocodings ** [10:10:09 2020-06-13] 178: Checking synchronizations ** [10:10:09 2020-06-13] 178: Checking tracker ** [10:10:09 2020-06-13] 178: Checking user_migrations ** [10:10:09 2020-06-13] 178: Checking batch_updates ** [10:10:09 2020-06-13] 178: Checking gears ** [10:10:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:10:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:14 2020-06-13] 178: Checking imports ** [10:10:14 2020-06-13] 178: Checking exports ** [10:10:14 2020-06-13] 178: Checking users ** [10:10:14 2020-06-13] 178: Checking user_dbs ** [10:10:14 2020-06-13] 178: Checking geocodings ** [10:10:14 2020-06-13] 178: Checking synchronizations ** [10:10:14 2020-06-13] 178: Checking tracker ** [10:10:14 2020-06-13] 178: Checking user_migrations ** [10:10:14 2020-06-13] 178: Checking batch_updates ** [10:10:14 2020-06-13] 178: Checking gears ** [10:10:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:10:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:19 2020-06-13] 178: Checking imports ** [10:10:19 2020-06-13] 178: Checking exports ** [10:10:19 2020-06-13] 178: Checking users ** [10:10:19 2020-06-13] 178: Checking user_dbs ** [10:10:19 2020-06-13] 178: Checking geocodings ** [10:10:19 2020-06-13] 178: Checking synchronizations ** [10:10:19 2020-06-13] 178: Checking tracker ** [10:10:19 2020-06-13] 178: Checking user_migrations ** [10:10:19 2020-06-13] 178: Checking batch_updates ** [10:10:19 2020-06-13] 178: Checking gears ** [10:10:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:10:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:24 2020-06-13] 178: Checking imports ** [10:10:24 2020-06-13] 178: Checking exports ** [10:10:24 2020-06-13] 178: Checking users ** [10:10:24 2020-06-13] 178: Checking user_dbs ** [10:10:24 2020-06-13] 178: Checking geocodings ** [10:10:24 2020-06-13] 178: Checking synchronizations ** [10:10:24 2020-06-13] 178: Checking tracker ** [10:10:24 2020-06-13] 178: Checking user_migrations ** [10:10:24 2020-06-13] 178: Checking batch_updates ** [10:10:24 2020-06-13] 178: Checking gears ** [10:10:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:10:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:29 2020-06-13] 178: Checking imports ** [10:10:29 2020-06-13] 178: Checking exports ** [10:10:29 2020-06-13] 178: Checking users ** [10:10:29 2020-06-13] 178: Checking user_dbs ** [10:10:29 2020-06-13] 178: Checking geocodings ** [10:10:29 2020-06-13] 178: Checking synchronizations ** [10:10:29 2020-06-13] 178: Checking tracker ** [10:10:29 2020-06-13] 178: Checking user_migrations ** [10:10:29 2020-06-13] 178: Checking batch_updates ** [10:10:29 2020-06-13] 178: Checking gears ** [10:10:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:10:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:34 2020-06-13] 178: Checking imports ** [10:10:34 2020-06-13] 178: Checking exports ** [10:10:34 2020-06-13] 178: Checking users ** [10:10:34 2020-06-13] 178: Checking user_dbs ** [10:10:34 2020-06-13] 178: Checking geocodings ** [10:10:34 2020-06-13] 178: Checking synchronizations ** [10:10:34 2020-06-13] 178: Checking tracker ** [10:10:34 2020-06-13] 178: Checking user_migrations ** [10:10:34 2020-06-13] 178: Checking batch_updates ** [10:10:34 2020-06-13] 178: Checking gears ** [10:10:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:10:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:39 2020-06-13] 178: Checking imports ** [10:10:39 2020-06-13] 178: Checking exports ** [10:10:39 2020-06-13] 178: Checking users ** [10:10:39 2020-06-13] 178: Checking user_dbs ** [10:10:39 2020-06-13] 178: Checking geocodings ** [10:10:39 2020-06-13] 178: Checking synchronizations ** [10:10:39 2020-06-13] 178: Checking tracker ** [10:10:39 2020-06-13] 178: Checking user_migrations ** [10:10:39 2020-06-13] 178: Checking batch_updates ** [10:10:39 2020-06-13] 178: Checking gears ** [10:10:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:10:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:44 2020-06-13] 178: Checking imports ** [10:10:44 2020-06-13] 178: Checking exports ** [10:10:44 2020-06-13] 178: Checking users ** [10:10:44 2020-06-13] 178: Checking user_dbs ** [10:10:44 2020-06-13] 178: Checking geocodings ** [10:10:44 2020-06-13] 178: Checking synchronizations ** [10:10:44 2020-06-13] 178: Checking tracker ** [10:10:44 2020-06-13] 178: Checking user_migrations ** [10:10:44 2020-06-13] 178: Checking batch_updates ** [10:10:44 2020-06-13] 178: Checking gears ** [10:10:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:10:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:49 2020-06-13] 178: Checking imports ** [10:10:49 2020-06-13] 178: Checking exports ** [10:10:49 2020-06-13] 178: Checking users ** [10:10:49 2020-06-13] 178: Checking user_dbs ** [10:10:49 2020-06-13] 178: Checking geocodings ** [10:10:49 2020-06-13] 178: Checking synchronizations ** [10:10:49 2020-06-13] 178: Checking tracker ** [10:10:49 2020-06-13] 178: Checking user_migrations ** [10:10:49 2020-06-13] 178: Checking batch_updates ** [10:10:49 2020-06-13] 178: Checking gears ** [10:10:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:10:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:54 2020-06-13] 178: Checking imports ** [10:10:54 2020-06-13] 178: Checking exports ** [10:10:54 2020-06-13] 178: Checking users ** [10:10:54 2020-06-13] 178: Checking user_dbs ** [10:10:54 2020-06-13] 178: Checking geocodings ** [10:10:54 2020-06-13] 178: Checking synchronizations ** [10:10:54 2020-06-13] 178: Checking tracker ** [10:10:54 2020-06-13] 178: Checking user_migrations ** [10:10:54 2020-06-13] 178: Checking batch_updates ** [10:10:54 2020-06-13] 178: Checking gears ** [10:10:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:10:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:59 2020-06-13] 178: Checking imports ** [10:10:59 2020-06-13] 178: Checking exports ** [10:10:59 2020-06-13] 178: Checking users ** [10:10:59 2020-06-13] 178: Checking user_dbs ** [10:10:59 2020-06-13] 178: Checking geocodings ** [10:10:59 2020-06-13] 178: Checking synchronizations ** [10:10:59 2020-06-13] 178: Checking tracker ** [10:10:59 2020-06-13] 178: Checking user_migrations ** [10:10:59 2020-06-13] 178: Checking batch_updates ** [10:10:59 2020-06-13] 178: Checking gears ** [10:10:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:10:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:04 2020-06-13] 178: Checking imports ** [10:11:04 2020-06-13] 178: Checking exports ** [10:11:04 2020-06-13] 178: Checking users ** [10:11:04 2020-06-13] 178: Checking user_dbs ** [10:11:04 2020-06-13] 178: Checking geocodings ** [10:11:04 2020-06-13] 178: Checking synchronizations ** [10:11:04 2020-06-13] 178: Checking tracker ** [10:11:04 2020-06-13] 178: Checking user_migrations ** [10:11:04 2020-06-13] 178: Checking batch_updates ** [10:11:04 2020-06-13] 178: Checking gears ** [10:11:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:11:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:09 2020-06-13] 178: Checking imports ** [10:11:09 2020-06-13] 178: Checking exports ** [10:11:09 2020-06-13] 178: Checking users ** [10:11:09 2020-06-13] 178: Checking user_dbs ** [10:11:09 2020-06-13] 178: Checking geocodings ** [10:11:09 2020-06-13] 178: Checking synchronizations ** [10:11:09 2020-06-13] 178: Checking tracker ** [10:11:09 2020-06-13] 178: Checking user_migrations ** [10:11:09 2020-06-13] 178: Checking batch_updates ** [10:11:09 2020-06-13] 178: Checking gears ** [10:11:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:11:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:14 2020-06-13] 178: Checking imports ** [10:11:14 2020-06-13] 178: Checking exports ** [10:11:14 2020-06-13] 178: Checking users ** [10:11:14 2020-06-13] 178: Checking user_dbs ** [10:11:14 2020-06-13] 178: Checking geocodings ** [10:11:14 2020-06-13] 178: Checking synchronizations ** [10:11:14 2020-06-13] 178: Checking tracker ** [10:11:14 2020-06-13] 178: Checking user_migrations ** [10:11:14 2020-06-13] 178: Checking batch_updates ** [10:11:14 2020-06-13] 178: Checking gears ** [10:11:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:11:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:19 2020-06-13] 178: Checking imports ** [10:11:19 2020-06-13] 178: Checking exports ** [10:11:19 2020-06-13] 178: Checking users ** [10:11:19 2020-06-13] 178: Checking user_dbs ** [10:11:19 2020-06-13] 178: Checking geocodings ** [10:11:19 2020-06-13] 178: Checking synchronizations ** [10:11:19 2020-06-13] 178: Checking tracker ** [10:11:19 2020-06-13] 178: Checking user_migrations ** [10:11:19 2020-06-13] 178: Checking batch_updates ** [10:11:19 2020-06-13] 178: Checking gears ** [10:11:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:11:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:24 2020-06-13] 178: Checking imports ** [10:11:24 2020-06-13] 178: Checking exports ** [10:11:24 2020-06-13] 178: Checking users ** [10:11:24 2020-06-13] 178: Checking user_dbs ** [10:11:24 2020-06-13] 178: Checking geocodings ** [10:11:24 2020-06-13] 178: Checking synchronizations ** [10:11:24 2020-06-13] 178: Checking tracker ** [10:11:24 2020-06-13] 178: Checking user_migrations ** [10:11:24 2020-06-13] 178: Checking batch_updates ** [10:11:24 2020-06-13] 178: Checking gears ** [10:11:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:11:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:29 2020-06-13] 178: Checking imports ** [10:11:29 2020-06-13] 178: Checking exports ** [10:11:29 2020-06-13] 178: Checking users ** [10:11:29 2020-06-13] 178: Checking user_dbs ** [10:11:29 2020-06-13] 178: Checking geocodings ** [10:11:29 2020-06-13] 178: Checking synchronizations ** [10:11:29 2020-06-13] 178: Checking tracker ** [10:11:29 2020-06-13] 178: Checking user_migrations ** [10:11:29 2020-06-13] 178: Checking batch_updates ** [10:11:29 2020-06-13] 178: Checking gears ** [10:11:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:11:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:34 2020-06-13] 178: Checking imports ** [10:11:34 2020-06-13] 178: Checking exports ** [10:11:34 2020-06-13] 178: Checking users ** [10:11:34 2020-06-13] 178: Checking user_dbs ** [10:11:34 2020-06-13] 178: Checking geocodings ** [10:11:34 2020-06-13] 178: Checking synchronizations ** [10:11:34 2020-06-13] 178: Checking tracker ** [10:11:34 2020-06-13] 178: Checking user_migrations ** [10:11:34 2020-06-13] 178: Checking batch_updates ** [10:11:34 2020-06-13] 178: Checking gears ** [10:11:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:11:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:39 2020-06-13] 178: Checking imports ** [10:11:39 2020-06-13] 178: Checking exports ** [10:11:39 2020-06-13] 178: Checking users ** [10:11:39 2020-06-13] 178: Checking user_dbs ** [10:11:39 2020-06-13] 178: Checking geocodings ** [10:11:39 2020-06-13] 178: Checking synchronizations ** [10:11:39 2020-06-13] 178: Checking tracker ** [10:11:39 2020-06-13] 178: Checking user_migrations ** [10:11:39 2020-06-13] 178: Checking batch_updates ** [10:11:39 2020-06-13] 178: Checking gears ** [10:11:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:11:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:44 2020-06-13] 178: Checking imports ** [10:11:44 2020-06-13] 178: Checking exports ** [10:11:44 2020-06-13] 178: Checking users ** [10:11:44 2020-06-13] 178: Checking user_dbs ** [10:11:44 2020-06-13] 178: Checking geocodings ** [10:11:44 2020-06-13] 178: Checking synchronizations ** [10:11:44 2020-06-13] 178: Checking tracker ** [10:11:44 2020-06-13] 178: Checking user_migrations ** [10:11:44 2020-06-13] 178: Checking batch_updates ** [10:11:44 2020-06-13] 178: Checking gears ** [10:11:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:11:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:49 2020-06-13] 178: Checking imports ** [10:11:49 2020-06-13] 178: Checking exports ** [10:11:49 2020-06-13] 178: Checking users ** [10:11:49 2020-06-13] 178: Checking user_dbs ** [10:11:49 2020-06-13] 178: Checking geocodings ** [10:11:49 2020-06-13] 178: Checking synchronizations ** [10:11:49 2020-06-13] 178: Checking tracker ** [10:11:49 2020-06-13] 178: Checking user_migrations ** [10:11:49 2020-06-13] 178: Checking batch_updates ** [10:11:49 2020-06-13] 178: Checking gears ** [10:11:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:11:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:54 2020-06-13] 178: Checking imports ** [10:11:54 2020-06-13] 178: Checking exports ** [10:11:54 2020-06-13] 178: Checking users ** [10:11:54 2020-06-13] 178: Checking user_dbs ** [10:11:54 2020-06-13] 178: Checking geocodings ** [10:11:54 2020-06-13] 178: Checking synchronizations ** [10:11:54 2020-06-13] 178: Checking tracker ** [10:11:54 2020-06-13] 178: Checking user_migrations ** [10:11:54 2020-06-13] 178: Checking batch_updates ** [10:11:54 2020-06-13] 178: Checking gears ** [10:11:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:11:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:59 2020-06-13] 178: Checking imports ** [10:11:59 2020-06-13] 178: Checking exports ** [10:11:59 2020-06-13] 178: Checking users ** [10:11:59 2020-06-13] 178: Checking user_dbs ** [10:11:59 2020-06-13] 178: Checking geocodings ** [10:11:59 2020-06-13] 178: Checking synchronizations ** [10:11:59 2020-06-13] 178: Checking tracker ** [10:11:59 2020-06-13] 178: Checking user_migrations ** [10:11:59 2020-06-13] 178: Checking batch_updates ** [10:11:59 2020-06-13] 178: Checking gears ** [10:11:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:11:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:04 2020-06-13] 178: Checking imports ** [10:12:04 2020-06-13] 178: Checking exports ** [10:12:04 2020-06-13] 178: Checking users ** [10:12:04 2020-06-13] 178: Checking user_dbs ** [10:12:04 2020-06-13] 178: Checking geocodings ** [10:12:04 2020-06-13] 178: Checking synchronizations ** [10:12:04 2020-06-13] 178: Checking tracker ** [10:12:04 2020-06-13] 178: Checking user_migrations ** [10:12:04 2020-06-13] 178: Checking batch_updates ** [10:12:04 2020-06-13] 178: Checking gears ** [10:12:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:12:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:09 2020-06-13] 178: Checking imports ** [10:12:09 2020-06-13] 178: Checking exports ** [10:12:09 2020-06-13] 178: Checking users ** [10:12:09 2020-06-13] 178: Checking user_dbs ** [10:12:09 2020-06-13] 178: Checking geocodings ** [10:12:09 2020-06-13] 178: Checking synchronizations ** [10:12:09 2020-06-13] 178: Checking tracker ** [10:12:09 2020-06-13] 178: Checking user_migrations ** [10:12:09 2020-06-13] 178: Checking batch_updates ** [10:12:09 2020-06-13] 178: Checking gears ** [10:12:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:12:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:14 2020-06-13] 178: Checking imports ** [10:12:14 2020-06-13] 178: Checking exports ** [10:12:14 2020-06-13] 178: Checking users ** [10:12:14 2020-06-13] 178: Checking user_dbs ** [10:12:14 2020-06-13] 178: Checking geocodings ** [10:12:14 2020-06-13] 178: Checking synchronizations ** [10:12:14 2020-06-13] 178: Checking tracker ** [10:12:14 2020-06-13] 178: Checking user_migrations ** [10:12:14 2020-06-13] 178: Checking batch_updates ** [10:12:14 2020-06-13] 178: Checking gears ** [10:12:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:12:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:19 2020-06-13] 178: Checking imports ** [10:12:19 2020-06-13] 178: Checking exports ** [10:12:19 2020-06-13] 178: Checking users ** [10:12:19 2020-06-13] 178: Checking user_dbs ** [10:12:19 2020-06-13] 178: Checking geocodings ** [10:12:19 2020-06-13] 178: Checking synchronizations ** [10:12:19 2020-06-13] 178: Checking tracker ** [10:12:19 2020-06-13] 178: Checking user_migrations ** [10:12:19 2020-06-13] 178: Checking batch_updates ** [10:12:19 2020-06-13] 178: Checking gears ** [10:12:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:12:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:24 2020-06-13] 178: Checking imports ** [10:12:24 2020-06-13] 178: Checking exports ** [10:12:24 2020-06-13] 178: Checking users ** [10:12:24 2020-06-13] 178: Checking user_dbs ** [10:12:24 2020-06-13] 178: Checking geocodings ** [10:12:24 2020-06-13] 178: Checking synchronizations ** [10:12:24 2020-06-13] 178: Checking tracker ** [10:12:24 2020-06-13] 178: Checking user_migrations ** [10:12:24 2020-06-13] 178: Checking batch_updates ** [10:12:24 2020-06-13] 178: Checking gears ** [10:12:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:12:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:29 2020-06-13] 178: Checking imports ** [10:12:29 2020-06-13] 178: Checking exports ** [10:12:29 2020-06-13] 178: Checking users ** [10:12:29 2020-06-13] 178: Checking user_dbs ** [10:12:29 2020-06-13] 178: Checking geocodings ** [10:12:29 2020-06-13] 178: Checking synchronizations ** [10:12:29 2020-06-13] 178: Checking tracker ** [10:12:29 2020-06-13] 178: Checking user_migrations ** [10:12:29 2020-06-13] 178: Checking batch_updates ** [10:12:29 2020-06-13] 178: Checking gears ** [10:12:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:12:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:34 2020-06-13] 178: Checking imports ** [10:12:34 2020-06-13] 178: Checking exports ** [10:12:34 2020-06-13] 178: Checking users ** [10:12:34 2020-06-13] 178: Checking user_dbs ** [10:12:34 2020-06-13] 178: Checking geocodings ** [10:12:34 2020-06-13] 178: Checking synchronizations ** [10:12:34 2020-06-13] 178: Checking tracker ** [10:12:34 2020-06-13] 178: Checking user_migrations ** [10:12:34 2020-06-13] 178: Checking batch_updates ** [10:12:34 2020-06-13] 178: Checking gears ** [10:12:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:12:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:39 2020-06-13] 178: Checking imports ** [10:12:39 2020-06-13] 178: Checking exports ** [10:12:39 2020-06-13] 178: Checking users ** [10:12:39 2020-06-13] 178: Checking user_dbs ** [10:12:39 2020-06-13] 178: Checking geocodings ** [10:12:39 2020-06-13] 178: Checking synchronizations ** [10:12:39 2020-06-13] 178: Checking tracker ** [10:12:39 2020-06-13] 178: Checking user_migrations ** [10:12:39 2020-06-13] 178: Checking batch_updates ** [10:12:39 2020-06-13] 178: Checking gears ** [10:12:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:12:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:45 2020-06-13] 178: Checking imports ** [10:12:45 2020-06-13] 178: Checking exports ** [10:12:45 2020-06-13] 178: Checking users ** [10:12:45 2020-06-13] 178: Checking user_dbs ** [10:12:45 2020-06-13] 178: Checking geocodings ** [10:12:45 2020-06-13] 178: Checking synchronizations ** [10:12:45 2020-06-13] 178: Checking tracker ** [10:12:45 2020-06-13] 178: Checking user_migrations ** [10:12:45 2020-06-13] 178: Checking batch_updates ** [10:12:45 2020-06-13] 178: Checking gears ** [10:12:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:12:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:50 2020-06-13] 178: Checking imports ** [10:12:50 2020-06-13] 178: Checking exports ** [10:12:50 2020-06-13] 178: Checking users ** [10:12:50 2020-06-13] 178: Checking user_dbs ** [10:12:50 2020-06-13] 178: Checking geocodings ** [10:12:50 2020-06-13] 178: Checking synchronizations ** [10:12:50 2020-06-13] 178: Checking tracker ** [10:12:50 2020-06-13] 178: Checking user_migrations ** [10:12:50 2020-06-13] 178: Checking batch_updates ** [10:12:50 2020-06-13] 178: Checking gears ** [10:12:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:12:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:55 2020-06-13] 178: Checking imports ** [10:12:55 2020-06-13] 178: Checking exports ** [10:12:55 2020-06-13] 178: Checking users ** [10:12:55 2020-06-13] 178: Checking user_dbs ** [10:12:55 2020-06-13] 178: Checking geocodings ** [10:12:55 2020-06-13] 178: Checking synchronizations ** [10:12:55 2020-06-13] 178: Checking tracker ** [10:12:55 2020-06-13] 178: Checking user_migrations ** [10:12:55 2020-06-13] 178: Checking batch_updates ** [10:12:55 2020-06-13] 178: Checking gears ** [10:12:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:12:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:00 2020-06-13] 178: Checking imports ** [10:13:00 2020-06-13] 178: Checking exports ** [10:13:00 2020-06-13] 178: Checking users ** [10:13:00 2020-06-13] 178: Checking user_dbs ** [10:13:00 2020-06-13] 178: Checking geocodings ** [10:13:00 2020-06-13] 178: Checking synchronizations ** [10:13:00 2020-06-13] 178: Checking tracker ** [10:13:00 2020-06-13] 178: Checking user_migrations ** [10:13:00 2020-06-13] 178: Checking batch_updates ** [10:13:00 2020-06-13] 178: Checking gears ** [10:13:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:13:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:05 2020-06-13] 178: Checking imports ** [10:13:05 2020-06-13] 178: Checking exports ** [10:13:05 2020-06-13] 178: Checking users ** [10:13:05 2020-06-13] 178: Checking user_dbs ** [10:13:05 2020-06-13] 178: Checking geocodings ** [10:13:05 2020-06-13] 178: Checking synchronizations ** [10:13:05 2020-06-13] 178: Checking tracker ** [10:13:05 2020-06-13] 178: Checking user_migrations ** [10:13:05 2020-06-13] 178: Checking batch_updates ** [10:13:05 2020-06-13] 178: Checking gears ** [10:13:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:13:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:10 2020-06-13] 178: Checking imports ** [10:13:10 2020-06-13] 178: Checking exports ** [10:13:10 2020-06-13] 178: Checking users ** [10:13:10 2020-06-13] 178: Checking user_dbs ** [10:13:10 2020-06-13] 178: Checking geocodings ** [10:13:10 2020-06-13] 178: Checking synchronizations ** [10:13:10 2020-06-13] 178: Checking tracker ** [10:13:10 2020-06-13] 178: Checking user_migrations ** [10:13:10 2020-06-13] 178: Checking batch_updates ** [10:13:10 2020-06-13] 178: Checking gears ** [10:13:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:13:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:15 2020-06-13] 178: Checking imports ** [10:13:15 2020-06-13] 178: Checking exports ** [10:13:15 2020-06-13] 178: Checking users ** [10:13:15 2020-06-13] 178: Checking user_dbs ** [10:13:15 2020-06-13] 178: Checking geocodings ** [10:13:15 2020-06-13] 178: Checking synchronizations ** [10:13:15 2020-06-13] 178: Checking tracker ** [10:13:15 2020-06-13] 178: Checking user_migrations ** [10:13:15 2020-06-13] 178: Checking batch_updates ** [10:13:15 2020-06-13] 178: Checking gears ** [10:13:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:13:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:20 2020-06-13] 178: Checking imports ** [10:13:20 2020-06-13] 178: Checking exports ** [10:13:20 2020-06-13] 178: Checking users ** [10:13:20 2020-06-13] 178: Checking user_dbs ** [10:13:20 2020-06-13] 178: Checking geocodings ** [10:13:20 2020-06-13] 178: Checking synchronizations ** [10:13:20 2020-06-13] 178: Checking tracker ** [10:13:20 2020-06-13] 178: Checking user_migrations ** [10:13:20 2020-06-13] 178: Checking batch_updates ** [10:13:20 2020-06-13] 178: Checking gears ** [10:13:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:13:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:25 2020-06-13] 178: Checking imports ** [10:13:25 2020-06-13] 178: Checking exports ** [10:13:25 2020-06-13] 178: Checking users ** [10:13:25 2020-06-13] 178: Checking user_dbs ** [10:13:25 2020-06-13] 178: Checking geocodings ** [10:13:25 2020-06-13] 178: Checking synchronizations ** [10:13:25 2020-06-13] 178: Checking tracker ** [10:13:25 2020-06-13] 178: Checking user_migrations ** [10:13:25 2020-06-13] 178: Checking batch_updates ** [10:13:25 2020-06-13] 178: Checking gears ** [10:13:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:13:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:30 2020-06-13] 178: Checking imports ** [10:13:30 2020-06-13] 178: Checking exports ** [10:13:30 2020-06-13] 178: Checking users ** [10:13:30 2020-06-13] 178: Checking user_dbs ** [10:13:30 2020-06-13] 178: Checking geocodings ** [10:13:30 2020-06-13] 178: Checking synchronizations ** [10:13:30 2020-06-13] 178: Checking tracker ** [10:13:30 2020-06-13] 178: Checking user_migrations ** [10:13:30 2020-06-13] 178: Checking batch_updates ** [10:13:30 2020-06-13] 178: Checking gears ** [10:13:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:13:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:35 2020-06-13] 178: Checking imports ** [10:13:35 2020-06-13] 178: Checking exports ** [10:13:35 2020-06-13] 178: Checking users ** [10:13:35 2020-06-13] 178: Checking user_dbs ** [10:13:35 2020-06-13] 178: Checking geocodings ** [10:13:35 2020-06-13] 178: Checking synchronizations ** [10:13:35 2020-06-13] 178: Checking tracker ** [10:13:35 2020-06-13] 178: Checking user_migrations ** [10:13:35 2020-06-13] 178: Checking batch_updates ** [10:13:35 2020-06-13] 178: Checking gears ** [10:13:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:13:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:40 2020-06-13] 178: Checking imports ** [10:13:40 2020-06-13] 178: Checking exports ** [10:13:40 2020-06-13] 178: Checking users ** [10:13:40 2020-06-13] 178: Checking user_dbs ** [10:13:40 2020-06-13] 178: Checking geocodings ** [10:13:40 2020-06-13] 178: Checking synchronizations ** [10:13:40 2020-06-13] 178: Checking tracker ** [10:13:40 2020-06-13] 178: Checking user_migrations ** [10:13:40 2020-06-13] 178: Checking batch_updates ** [10:13:40 2020-06-13] 178: Checking gears ** [10:13:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:13:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:45 2020-06-13] 178: Checking imports ** [10:13:45 2020-06-13] 178: Checking exports ** [10:13:45 2020-06-13] 178: Checking users ** [10:13:45 2020-06-13] 178: Checking user_dbs ** [10:13:45 2020-06-13] 178: Checking geocodings ** [10:13:45 2020-06-13] 178: Checking synchronizations ** [10:13:45 2020-06-13] 178: Checking tracker ** [10:13:45 2020-06-13] 178: Checking user_migrations ** [10:13:45 2020-06-13] 178: Checking batch_updates ** [10:13:45 2020-06-13] 178: Checking gears ** [10:13:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:13:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:50 2020-06-13] 178: Checking imports ** [10:13:50 2020-06-13] 178: Checking exports ** [10:13:50 2020-06-13] 178: Checking users ** [10:13:50 2020-06-13] 178: Checking user_dbs ** [10:13:50 2020-06-13] 178: Checking geocodings ** [10:13:50 2020-06-13] 178: Checking synchronizations ** [10:13:50 2020-06-13] 178: Checking tracker ** [10:13:50 2020-06-13] 178: Checking user_migrations ** [10:13:50 2020-06-13] 178: Checking batch_updates ** [10:13:50 2020-06-13] 178: Checking gears ** [10:13:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:13:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:55 2020-06-13] 178: Checking imports ** [10:13:55 2020-06-13] 178: Checking exports ** [10:13:55 2020-06-13] 178: Checking users ** [10:13:55 2020-06-13] 178: Checking user_dbs ** [10:13:55 2020-06-13] 178: Checking geocodings ** [10:13:55 2020-06-13] 178: Checking synchronizations ** [10:13:55 2020-06-13] 178: Checking tracker ** [10:13:55 2020-06-13] 178: Checking user_migrations ** [10:13:55 2020-06-13] 178: Checking batch_updates ** [10:13:55 2020-06-13] 178: Checking gears ** [10:13:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:13:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:00 2020-06-13] 178: Checking imports ** [10:14:00 2020-06-13] 178: Checking exports ** [10:14:00 2020-06-13] 178: Checking users ** [10:14:00 2020-06-13] 178: Checking user_dbs ** [10:14:00 2020-06-13] 178: Checking geocodings ** [10:14:00 2020-06-13] 178: Checking synchronizations ** [10:14:00 2020-06-13] 178: Checking tracker ** [10:14:00 2020-06-13] 178: Checking user_migrations ** [10:14:00 2020-06-13] 178: Checking batch_updates ** [10:14:00 2020-06-13] 178: Checking gears ** [10:14:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:14:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:05 2020-06-13] 178: Checking imports ** [10:14:05 2020-06-13] 178: Checking exports ** [10:14:05 2020-06-13] 178: Checking users ** [10:14:05 2020-06-13] 178: Checking user_dbs ** [10:14:05 2020-06-13] 178: Checking geocodings ** [10:14:05 2020-06-13] 178: Checking synchronizations ** [10:14:05 2020-06-13] 178: Checking tracker ** [10:14:05 2020-06-13] 178: Checking user_migrations ** [10:14:05 2020-06-13] 178: Checking batch_updates ** [10:14:05 2020-06-13] 178: Checking gears ** [10:14:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:14:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:10 2020-06-13] 178: Checking imports ** [10:14:10 2020-06-13] 178: Checking exports ** [10:14:10 2020-06-13] 178: Checking users ** [10:14:10 2020-06-13] 178: Checking user_dbs ** [10:14:10 2020-06-13] 178: Checking geocodings ** [10:14:10 2020-06-13] 178: Checking synchronizations ** [10:14:10 2020-06-13] 178: Checking tracker ** [10:14:10 2020-06-13] 178: Checking user_migrations ** [10:14:10 2020-06-13] 178: Checking batch_updates ** [10:14:10 2020-06-13] 178: Checking gears ** [10:14:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:14:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:15 2020-06-13] 178: Checking imports ** [10:14:15 2020-06-13] 178: Checking exports ** [10:14:15 2020-06-13] 178: Checking users ** [10:14:15 2020-06-13] 178: Checking user_dbs ** [10:14:15 2020-06-13] 178: Checking geocodings ** [10:14:15 2020-06-13] 178: Checking synchronizations ** [10:14:15 2020-06-13] 178: Checking tracker ** [10:14:15 2020-06-13] 178: Checking user_migrations ** [10:14:15 2020-06-13] 178: Checking batch_updates ** [10:14:15 2020-06-13] 178: Checking gears ** [10:14:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:14:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:20 2020-06-13] 178: Checking imports ** [10:14:20 2020-06-13] 178: Checking exports ** [10:14:20 2020-06-13] 178: Checking users ** [10:14:20 2020-06-13] 178: Checking user_dbs ** [10:14:20 2020-06-13] 178: Checking geocodings ** [10:14:20 2020-06-13] 178: Checking synchronizations ** [10:14:20 2020-06-13] 178: Checking tracker ** [10:14:20 2020-06-13] 178: Checking user_migrations ** [10:14:20 2020-06-13] 178: Checking batch_updates ** [10:14:20 2020-06-13] 178: Checking gears ** [10:14:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:14:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:25 2020-06-13] 178: Checking imports ** [10:14:25 2020-06-13] 178: Checking exports ** [10:14:25 2020-06-13] 178: Checking users ** [10:14:25 2020-06-13] 178: Checking user_dbs ** [10:14:25 2020-06-13] 178: Checking geocodings ** [10:14:25 2020-06-13] 178: Checking synchronizations ** [10:14:25 2020-06-13] 178: Checking tracker ** [10:14:25 2020-06-13] 178: Checking user_migrations ** [10:14:25 2020-06-13] 178: Checking batch_updates ** [10:14:25 2020-06-13] 178: Checking gears ** [10:14:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:14:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:30 2020-06-13] 178: Checking imports ** [10:14:30 2020-06-13] 178: Checking exports ** [10:14:30 2020-06-13] 178: Checking users ** [10:14:30 2020-06-13] 178: Checking user_dbs ** [10:14:30 2020-06-13] 178: Checking geocodings ** [10:14:30 2020-06-13] 178: Checking synchronizations ** [10:14:30 2020-06-13] 178: Checking tracker ** [10:14:30 2020-06-13] 178: Checking user_migrations ** [10:14:30 2020-06-13] 178: Checking batch_updates ** [10:14:30 2020-06-13] 178: Checking gears ** [10:14:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:14:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:35 2020-06-13] 178: Checking imports ** [10:14:35 2020-06-13] 178: Checking exports ** [10:14:35 2020-06-13] 178: Checking users ** [10:14:35 2020-06-13] 178: Checking user_dbs ** [10:14:35 2020-06-13] 178: Checking geocodings ** [10:14:35 2020-06-13] 178: Checking synchronizations ** [10:14:35 2020-06-13] 178: Checking tracker ** [10:14:35 2020-06-13] 178: Checking user_migrations ** [10:14:35 2020-06-13] 178: Checking batch_updates ** [10:14:35 2020-06-13] 178: Checking gears ** [10:14:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:14:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:40 2020-06-13] 178: Checking imports ** [10:14:40 2020-06-13] 178: Checking exports ** [10:14:40 2020-06-13] 178: Checking users ** [10:14:40 2020-06-13] 178: Checking user_dbs ** [10:14:40 2020-06-13] 178: Checking geocodings ** [10:14:40 2020-06-13] 178: Checking synchronizations ** [10:14:40 2020-06-13] 178: Checking tracker ** [10:14:40 2020-06-13] 178: Checking user_migrations ** [10:14:40 2020-06-13] 178: Checking batch_updates ** [10:14:40 2020-06-13] 178: Checking gears ** [10:14:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:14:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:45 2020-06-13] 178: Checking imports ** [10:14:45 2020-06-13] 178: Checking exports ** [10:14:45 2020-06-13] 178: Checking users ** [10:14:45 2020-06-13] 178: Checking user_dbs ** [10:14:45 2020-06-13] 178: Checking geocodings ** [10:14:45 2020-06-13] 178: Checking synchronizations ** [10:14:45 2020-06-13] 178: Checking tracker ** [10:14:45 2020-06-13] 178: Checking user_migrations ** [10:14:45 2020-06-13] 178: Checking batch_updates ** [10:14:45 2020-06-13] 178: Checking gears ** [10:14:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:14:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:50 2020-06-13] 178: Checking imports ** [10:14:50 2020-06-13] 178: Checking exports ** [10:14:50 2020-06-13] 178: Checking users ** [10:14:50 2020-06-13] 178: Checking user_dbs ** [10:14:50 2020-06-13] 178: Checking geocodings ** [10:14:50 2020-06-13] 178: Checking synchronizations ** [10:14:50 2020-06-13] 178: Checking tracker ** [10:14:50 2020-06-13] 178: Checking user_migrations ** [10:14:50 2020-06-13] 178: Checking batch_updates ** [10:14:50 2020-06-13] 178: Checking gears ** [10:14:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:14:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:55 2020-06-13] 178: Checking imports ** [10:14:55 2020-06-13] 178: Checking exports ** [10:14:55 2020-06-13] 178: Checking users ** [10:14:55 2020-06-13] 178: Checking user_dbs ** [10:14:55 2020-06-13] 178: Checking geocodings ** [10:14:55 2020-06-13] 178: Checking synchronizations ** [10:14:55 2020-06-13] 178: Checking tracker ** [10:14:55 2020-06-13] 178: Checking user_migrations ** [10:14:55 2020-06-13] 178: Checking batch_updates ** [10:14:55 2020-06-13] 178: Checking gears ** [10:14:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:14:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:00 2020-06-13] 178: Checking imports ** [10:15:00 2020-06-13] 178: Checking exports ** [10:15:00 2020-06-13] 178: Checking users ** [10:15:00 2020-06-13] 178: Checking user_dbs ** [10:15:00 2020-06-13] 178: Checking geocodings ** [10:15:00 2020-06-13] 178: Checking synchronizations ** [10:15:00 2020-06-13] 178: Checking tracker ** [10:15:00 2020-06-13] 178: Checking user_migrations ** [10:15:00 2020-06-13] 178: Checking batch_updates ** [10:15:00 2020-06-13] 178: Checking gears ** [10:15:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:15:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:05 2020-06-13] 178: Checking imports ** [10:15:05 2020-06-13] 178: Checking exports ** [10:15:05 2020-06-13] 178: Checking users ** [10:15:05 2020-06-13] 178: Checking user_dbs ** [10:15:05 2020-06-13] 178: Checking geocodings ** [10:15:05 2020-06-13] 178: Checking synchronizations ** [10:15:05 2020-06-13] 178: Checking tracker ** [10:15:05 2020-06-13] 178: Checking user_migrations ** [10:15:05 2020-06-13] 178: Checking batch_updates ** [10:15:05 2020-06-13] 178: Checking gears ** [10:15:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:15:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:10 2020-06-13] 178: Checking imports ** [10:15:10 2020-06-13] 178: Checking exports ** [10:15:10 2020-06-13] 178: Checking users ** [10:15:10 2020-06-13] 178: Checking user_dbs ** [10:15:10 2020-06-13] 178: Checking geocodings ** [10:15:10 2020-06-13] 178: Checking synchronizations ** [10:15:10 2020-06-13] 178: Checking tracker ** [10:15:10 2020-06-13] 178: Checking user_migrations ** [10:15:10 2020-06-13] 178: Checking batch_updates ** [10:15:10 2020-06-13] 178: Checking gears ** [10:15:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:15:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:15 2020-06-13] 178: Checking imports ** [10:15:15 2020-06-13] 178: Checking exports ** [10:15:15 2020-06-13] 178: Checking users ** [10:15:15 2020-06-13] 178: Checking user_dbs ** [10:15:15 2020-06-13] 178: Checking geocodings ** [10:15:15 2020-06-13] 178: Checking synchronizations ** [10:15:15 2020-06-13] 178: Checking tracker ** [10:15:15 2020-06-13] 178: Checking user_migrations ** [10:15:15 2020-06-13] 178: Checking batch_updates ** [10:15:15 2020-06-13] 178: Checking gears ** [10:15:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:15:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:20 2020-06-13] 178: Checking imports ** [10:15:20 2020-06-13] 178: Checking exports ** [10:15:20 2020-06-13] 178: Checking users ** [10:15:20 2020-06-13] 178: Checking user_dbs ** [10:15:20 2020-06-13] 178: Checking geocodings ** [10:15:20 2020-06-13] 178: Checking synchronizations ** [10:15:20 2020-06-13] 178: Checking tracker ** [10:15:20 2020-06-13] 178: Checking user_migrations ** [10:15:20 2020-06-13] 178: Checking batch_updates ** [10:15:20 2020-06-13] 178: Checking gears ** [10:15:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:15:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:25 2020-06-13] 178: Checking imports ** [10:15:25 2020-06-13] 178: Checking exports ** [10:15:25 2020-06-13] 178: Checking users ** [10:15:25 2020-06-13] 178: Checking user_dbs ** [10:15:25 2020-06-13] 178: Checking geocodings ** [10:15:25 2020-06-13] 178: Checking synchronizations ** [10:15:25 2020-06-13] 178: Checking tracker ** [10:15:25 2020-06-13] 178: Checking user_migrations ** [10:15:25 2020-06-13] 178: Checking batch_updates ** [10:15:25 2020-06-13] 178: Checking gears ** [10:15:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:15:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:30 2020-06-13] 178: Checking imports ** [10:15:30 2020-06-13] 178: Checking exports ** [10:15:30 2020-06-13] 178: Checking users ** [10:15:30 2020-06-13] 178: Checking user_dbs ** [10:15:30 2020-06-13] 178: Checking geocodings ** [10:15:30 2020-06-13] 178: Checking synchronizations ** [10:15:30 2020-06-13] 178: Checking tracker ** [10:15:30 2020-06-13] 178: Checking user_migrations ** [10:15:30 2020-06-13] 178: Checking batch_updates ** [10:15:30 2020-06-13] 178: Checking gears ** [10:15:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:15:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:35 2020-06-13] 178: Checking imports ** [10:15:35 2020-06-13] 178: Checking exports ** [10:15:35 2020-06-13] 178: Checking users ** [10:15:35 2020-06-13] 178: Checking user_dbs ** [10:15:35 2020-06-13] 178: Checking geocodings ** [10:15:35 2020-06-13] 178: Checking synchronizations ** [10:15:35 2020-06-13] 178: Checking tracker ** [10:15:35 2020-06-13] 178: Checking user_migrations ** [10:15:35 2020-06-13] 178: Checking batch_updates ** [10:15:35 2020-06-13] 178: Checking gears ** [10:15:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:15:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:40 2020-06-13] 178: Checking imports ** [10:15:40 2020-06-13] 178: Checking exports ** [10:15:40 2020-06-13] 178: Checking users ** [10:15:40 2020-06-13] 178: Checking user_dbs ** [10:15:40 2020-06-13] 178: Checking geocodings ** [10:15:40 2020-06-13] 178: Checking synchronizations ** [10:15:40 2020-06-13] 178: Checking tracker ** [10:15:40 2020-06-13] 178: Checking user_migrations ** [10:15:40 2020-06-13] 178: Checking batch_updates ** [10:15:40 2020-06-13] 178: Checking gears ** [10:15:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:15:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:45 2020-06-13] 178: Checking imports ** [10:15:45 2020-06-13] 178: Checking exports ** [10:15:45 2020-06-13] 178: Checking users ** [10:15:45 2020-06-13] 178: Checking user_dbs ** [10:15:45 2020-06-13] 178: Checking geocodings ** [10:15:45 2020-06-13] 178: Checking synchronizations ** [10:15:45 2020-06-13] 178: Checking tracker ** [10:15:45 2020-06-13] 178: Checking user_migrations ** [10:15:45 2020-06-13] 178: Checking batch_updates ** [10:15:45 2020-06-13] 178: Checking gears ** [10:15:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:15:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:50 2020-06-13] 178: Checking imports ** [10:15:50 2020-06-13] 178: Checking exports ** [10:15:50 2020-06-13] 178: Checking users ** [10:15:50 2020-06-13] 178: Checking user_dbs ** [10:15:50 2020-06-13] 178: Checking geocodings ** [10:15:50 2020-06-13] 178: Checking synchronizations ** [10:15:50 2020-06-13] 178: Checking tracker ** [10:15:50 2020-06-13] 178: Checking user_migrations ** [10:15:50 2020-06-13] 178: Checking batch_updates ** [10:15:50 2020-06-13] 178: Checking gears ** [10:15:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:15:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:55 2020-06-13] 178: Checking imports ** [10:15:55 2020-06-13] 178: Checking exports ** [10:15:55 2020-06-13] 178: Checking users ** [10:15:55 2020-06-13] 178: Checking user_dbs ** [10:15:55 2020-06-13] 178: Checking geocodings ** [10:15:55 2020-06-13] 178: Checking synchronizations ** [10:15:55 2020-06-13] 178: Checking tracker ** [10:15:55 2020-06-13] 178: Checking user_migrations ** [10:15:55 2020-06-13] 178: Checking batch_updates ** [10:15:55 2020-06-13] 178: Checking gears ** [10:15:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:15:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:00 2020-06-13] 178: Checking imports ** [10:16:00 2020-06-13] 178: Checking exports ** [10:16:00 2020-06-13] 178: Checking users ** [10:16:00 2020-06-13] 178: Checking user_dbs ** [10:16:00 2020-06-13] 178: Checking geocodings ** [10:16:00 2020-06-13] 178: Checking synchronizations ** [10:16:00 2020-06-13] 178: Checking tracker ** [10:16:00 2020-06-13] 178: Checking user_migrations ** [10:16:00 2020-06-13] 178: Checking batch_updates ** [10:16:00 2020-06-13] 178: Checking gears ** [10:16:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:16:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:05 2020-06-13] 178: Checking imports ** [10:16:05 2020-06-13] 178: Checking exports ** [10:16:05 2020-06-13] 178: Checking users ** [10:16:05 2020-06-13] 178: Checking user_dbs ** [10:16:05 2020-06-13] 178: Checking geocodings ** [10:16:05 2020-06-13] 178: Checking synchronizations ** [10:16:05 2020-06-13] 178: Checking tracker ** [10:16:05 2020-06-13] 178: Checking user_migrations ** [10:16:05 2020-06-13] 178: Checking batch_updates ** [10:16:05 2020-06-13] 178: Checking gears ** [10:16:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:16:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:10 2020-06-13] 178: Checking imports ** [10:16:10 2020-06-13] 178: Checking exports ** [10:16:10 2020-06-13] 178: Checking users ** [10:16:10 2020-06-13] 178: Checking user_dbs ** [10:16:10 2020-06-13] 178: Checking geocodings ** [10:16:10 2020-06-13] 178: Checking synchronizations ** [10:16:10 2020-06-13] 178: Checking tracker ** [10:16:10 2020-06-13] 178: Checking user_migrations ** [10:16:10 2020-06-13] 178: Checking batch_updates ** [10:16:10 2020-06-13] 178: Checking gears ** [10:16:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:16:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:15 2020-06-13] 178: Checking imports ** [10:16:15 2020-06-13] 178: Checking exports ** [10:16:15 2020-06-13] 178: Checking users ** [10:16:15 2020-06-13] 178: Checking user_dbs ** [10:16:15 2020-06-13] 178: Checking geocodings ** [10:16:15 2020-06-13] 178: Checking synchronizations ** [10:16:15 2020-06-13] 178: Checking tracker ** [10:16:15 2020-06-13] 178: Checking user_migrations ** [10:16:15 2020-06-13] 178: Checking batch_updates ** [10:16:15 2020-06-13] 178: Checking gears ** [10:16:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:16:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:20 2020-06-13] 178: Checking imports ** [10:16:20 2020-06-13] 178: Checking exports ** [10:16:20 2020-06-13] 178: Checking users ** [10:16:20 2020-06-13] 178: Checking user_dbs ** [10:16:20 2020-06-13] 178: Checking geocodings ** [10:16:20 2020-06-13] 178: Checking synchronizations ** [10:16:20 2020-06-13] 178: Checking tracker ** [10:16:20 2020-06-13] 178: Checking user_migrations ** [10:16:20 2020-06-13] 178: Checking batch_updates ** [10:16:20 2020-06-13] 178: Checking gears ** [10:16:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:16:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:25 2020-06-13] 178: Checking imports ** [10:16:25 2020-06-13] 178: Checking exports ** [10:16:25 2020-06-13] 178: Checking users ** [10:16:25 2020-06-13] 178: Checking user_dbs ** [10:16:25 2020-06-13] 178: Checking geocodings ** [10:16:25 2020-06-13] 178: Checking synchronizations ** [10:16:25 2020-06-13] 178: Checking tracker ** [10:16:25 2020-06-13] 178: Checking user_migrations ** [10:16:25 2020-06-13] 178: Checking batch_updates ** [10:16:25 2020-06-13] 178: Checking gears ** [10:16:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:16:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:30 2020-06-13] 178: Checking imports ** [10:16:30 2020-06-13] 178: Checking exports ** [10:16:30 2020-06-13] 178: Checking users ** [10:16:30 2020-06-13] 178: Checking user_dbs ** [10:16:30 2020-06-13] 178: Checking geocodings ** [10:16:30 2020-06-13] 178: Checking synchronizations ** [10:16:30 2020-06-13] 178: Checking tracker ** [10:16:30 2020-06-13] 178: Checking user_migrations ** [10:16:30 2020-06-13] 178: Checking batch_updates ** [10:16:30 2020-06-13] 178: Checking gears ** [10:16:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:16:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:35 2020-06-13] 178: Checking imports ** [10:16:35 2020-06-13] 178: Checking exports ** [10:16:35 2020-06-13] 178: Checking users ** [10:16:35 2020-06-13] 178: Checking user_dbs ** [10:16:35 2020-06-13] 178: Checking geocodings ** [10:16:35 2020-06-13] 178: Checking synchronizations ** [10:16:35 2020-06-13] 178: Checking tracker ** [10:16:35 2020-06-13] 178: Checking user_migrations ** [10:16:35 2020-06-13] 178: Checking batch_updates ** [10:16:35 2020-06-13] 178: Checking gears ** [10:16:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:16:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:40 2020-06-13] 178: Checking imports ** [10:16:40 2020-06-13] 178: Checking exports ** [10:16:40 2020-06-13] 178: Checking users ** [10:16:40 2020-06-13] 178: Checking user_dbs ** [10:16:40 2020-06-13] 178: Checking geocodings ** [10:16:40 2020-06-13] 178: Checking synchronizations ** [10:16:40 2020-06-13] 178: Checking tracker ** [10:16:40 2020-06-13] 178: Checking user_migrations ** [10:16:40 2020-06-13] 178: Checking batch_updates ** [10:16:40 2020-06-13] 178: Checking gears ** [10:16:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:16:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:45 2020-06-13] 178: Checking imports ** [10:16:45 2020-06-13] 178: Checking exports ** [10:16:45 2020-06-13] 178: Checking users ** [10:16:45 2020-06-13] 178: Checking user_dbs ** [10:16:45 2020-06-13] 178: Checking geocodings ** [10:16:45 2020-06-13] 178: Checking synchronizations ** [10:16:45 2020-06-13] 178: Checking tracker ** [10:16:45 2020-06-13] 178: Checking user_migrations ** [10:16:45 2020-06-13] 178: Checking batch_updates ** [10:16:45 2020-06-13] 178: Checking gears ** [10:16:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:16:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:50 2020-06-13] 178: Checking imports ** [10:16:50 2020-06-13] 178: Checking exports ** [10:16:50 2020-06-13] 178: Checking users ** [10:16:50 2020-06-13] 178: Checking user_dbs ** [10:16:50 2020-06-13] 178: Checking geocodings ** [10:16:50 2020-06-13] 178: Checking synchronizations ** [10:16:50 2020-06-13] 178: Checking tracker ** [10:16:50 2020-06-13] 178: Checking user_migrations ** [10:16:50 2020-06-13] 178: Checking batch_updates ** [10:16:50 2020-06-13] 178: Checking gears ** [10:16:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:16:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:55 2020-06-13] 178: Checking imports ** [10:16:55 2020-06-13] 178: Checking exports ** [10:16:55 2020-06-13] 178: Checking users ** [10:16:55 2020-06-13] 178: Checking user_dbs ** [10:16:55 2020-06-13] 178: Checking geocodings ** [10:16:55 2020-06-13] 178: Checking synchronizations ** [10:16:55 2020-06-13] 178: Checking tracker ** [10:16:55 2020-06-13] 178: Checking user_migrations ** [10:16:55 2020-06-13] 178: Checking batch_updates ** [10:16:55 2020-06-13] 178: Checking gears ** [10:16:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:16:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:00 2020-06-13] 178: Checking imports ** [10:17:00 2020-06-13] 178: Checking exports ** [10:17:00 2020-06-13] 178: Checking users ** [10:17:00 2020-06-13] 178: Checking user_dbs ** [10:17:00 2020-06-13] 178: Checking geocodings ** [10:17:00 2020-06-13] 178: Checking synchronizations ** [10:17:00 2020-06-13] 178: Checking tracker ** [10:17:00 2020-06-13] 178: Checking user_migrations ** [10:17:00 2020-06-13] 178: Checking batch_updates ** [10:17:00 2020-06-13] 178: Checking gears ** [10:17:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:17:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:05 2020-06-13] 178: Checking imports ** [10:17:05 2020-06-13] 178: Checking exports ** [10:17:05 2020-06-13] 178: Checking users ** [10:17:05 2020-06-13] 178: Checking user_dbs ** [10:17:05 2020-06-13] 178: Checking geocodings ** [10:17:05 2020-06-13] 178: Checking synchronizations ** [10:17:05 2020-06-13] 178: Checking tracker ** [10:17:05 2020-06-13] 178: Checking user_migrations ** [10:17:05 2020-06-13] 178: Checking batch_updates ** [10:17:05 2020-06-13] 178: Checking gears ** [10:17:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:17:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:10 2020-06-13] 178: Checking imports ** [10:17:10 2020-06-13] 178: Checking exports ** [10:17:10 2020-06-13] 178: Checking users ** [10:17:10 2020-06-13] 178: Checking user_dbs ** [10:17:10 2020-06-13] 178: Checking geocodings ** [10:17:10 2020-06-13] 178: Checking synchronizations ** [10:17:10 2020-06-13] 178: Checking tracker ** [10:17:10 2020-06-13] 178: Checking user_migrations ** [10:17:10 2020-06-13] 178: Checking batch_updates ** [10:17:10 2020-06-13] 178: Checking gears ** [10:17:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:17:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:15 2020-06-13] 178: Checking imports ** [10:17:15 2020-06-13] 178: Checking exports ** [10:17:15 2020-06-13] 178: Checking users ** [10:17:15 2020-06-13] 178: Checking user_dbs ** [10:17:15 2020-06-13] 178: Checking geocodings ** [10:17:15 2020-06-13] 178: Checking synchronizations ** [10:17:15 2020-06-13] 178: Checking tracker ** [10:17:15 2020-06-13] 178: Checking user_migrations ** [10:17:15 2020-06-13] 178: Checking batch_updates ** [10:17:15 2020-06-13] 178: Checking gears ** [10:17:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:17:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:20 2020-06-13] 178: Checking imports ** [10:17:20 2020-06-13] 178: Checking exports ** [10:17:20 2020-06-13] 178: Checking users ** [10:17:20 2020-06-13] 178: Checking user_dbs ** [10:17:20 2020-06-13] 178: Checking geocodings ** [10:17:20 2020-06-13] 178: Checking synchronizations ** [10:17:20 2020-06-13] 178: Checking tracker ** [10:17:20 2020-06-13] 178: Checking user_migrations ** [10:17:20 2020-06-13] 178: Checking batch_updates ** [10:17:20 2020-06-13] 178: Checking gears ** [10:17:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:17:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:25 2020-06-13] 178: Checking imports ** [10:17:25 2020-06-13] 178: Checking exports ** [10:17:25 2020-06-13] 178: Checking users ** [10:17:25 2020-06-13] 178: Checking user_dbs ** [10:17:25 2020-06-13] 178: Checking geocodings ** [10:17:25 2020-06-13] 178: Checking synchronizations ** [10:17:25 2020-06-13] 178: Checking tracker ** [10:17:25 2020-06-13] 178: Checking user_migrations ** [10:17:25 2020-06-13] 178: Checking batch_updates ** [10:17:25 2020-06-13] 178: Checking gears ** [10:17:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:17:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:30 2020-06-13] 178: Checking imports ** [10:17:30 2020-06-13] 178: Checking exports ** [10:17:30 2020-06-13] 178: Checking users ** [10:17:30 2020-06-13] 178: Checking user_dbs ** [10:17:30 2020-06-13] 178: Checking geocodings ** [10:17:30 2020-06-13] 178: Checking synchronizations ** [10:17:30 2020-06-13] 178: Checking tracker ** [10:17:30 2020-06-13] 178: Checking user_migrations ** [10:17:30 2020-06-13] 178: Checking batch_updates ** [10:17:30 2020-06-13] 178: Checking gears ** [10:17:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:17:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:35 2020-06-13] 178: Checking imports ** [10:17:35 2020-06-13] 178: Checking exports ** [10:17:35 2020-06-13] 178: Checking users ** [10:17:35 2020-06-13] 178: Checking user_dbs ** [10:17:35 2020-06-13] 178: Checking geocodings ** [10:17:35 2020-06-13] 178: Checking synchronizations ** [10:17:35 2020-06-13] 178: Checking tracker ** [10:17:35 2020-06-13] 178: Checking user_migrations ** [10:17:35 2020-06-13] 178: Checking batch_updates ** [10:17:35 2020-06-13] 178: Checking gears ** [10:17:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:17:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:40 2020-06-13] 178: Checking imports ** [10:17:40 2020-06-13] 178: Checking exports ** [10:17:40 2020-06-13] 178: Checking users ** [10:17:40 2020-06-13] 178: Checking user_dbs ** [10:17:40 2020-06-13] 178: Checking geocodings ** [10:17:40 2020-06-13] 178: Checking synchronizations ** [10:17:40 2020-06-13] 178: Checking tracker ** [10:17:40 2020-06-13] 178: Checking user_migrations ** [10:17:40 2020-06-13] 178: Checking batch_updates ** [10:17:40 2020-06-13] 178: Checking gears ** [10:17:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:17:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:45 2020-06-13] 178: Checking imports ** [10:17:45 2020-06-13] 178: Checking exports ** [10:17:45 2020-06-13] 178: Checking users ** [10:17:45 2020-06-13] 178: Checking user_dbs ** [10:17:45 2020-06-13] 178: Checking geocodings ** [10:17:45 2020-06-13] 178: Checking synchronizations ** [10:17:45 2020-06-13] 178: Checking tracker ** [10:17:45 2020-06-13] 178: Checking user_migrations ** [10:17:45 2020-06-13] 178: Checking batch_updates ** [10:17:45 2020-06-13] 178: Checking gears ** [10:17:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:17:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:50 2020-06-13] 178: Checking imports ** [10:17:50 2020-06-13] 178: Checking exports ** [10:17:50 2020-06-13] 178: Checking users ** [10:17:50 2020-06-13] 178: Checking user_dbs ** [10:17:50 2020-06-13] 178: Checking geocodings ** [10:17:50 2020-06-13] 178: Checking synchronizations ** [10:17:50 2020-06-13] 178: Checking tracker ** [10:17:50 2020-06-13] 178: Checking user_migrations ** [10:17:50 2020-06-13] 178: Checking batch_updates ** [10:17:50 2020-06-13] 178: Checking gears ** [10:17:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:17:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:55 2020-06-13] 178: Checking imports ** [10:17:55 2020-06-13] 178: Checking exports ** [10:17:55 2020-06-13] 178: Checking users ** [10:17:55 2020-06-13] 178: Checking user_dbs ** [10:17:55 2020-06-13] 178: Checking geocodings ** [10:17:55 2020-06-13] 178: Checking synchronizations ** [10:17:55 2020-06-13] 178: Checking tracker ** [10:17:55 2020-06-13] 178: Checking user_migrations ** [10:17:55 2020-06-13] 178: Checking batch_updates ** [10:17:55 2020-06-13] 178: Checking gears ** [10:17:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:17:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:00 2020-06-13] 178: Checking imports ** [10:18:00 2020-06-13] 178: Checking exports ** [10:18:00 2020-06-13] 178: Checking users ** [10:18:00 2020-06-13] 178: Checking user_dbs ** [10:18:00 2020-06-13] 178: Checking geocodings ** [10:18:00 2020-06-13] 178: Checking synchronizations ** [10:18:00 2020-06-13] 178: Checking tracker ** [10:18:00 2020-06-13] 178: Checking user_migrations ** [10:18:00 2020-06-13] 178: Checking batch_updates ** [10:18:00 2020-06-13] 178: Checking gears ** [10:18:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:18:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:05 2020-06-13] 178: Checking imports ** [10:18:05 2020-06-13] 178: Checking exports ** [10:18:05 2020-06-13] 178: Checking users ** [10:18:05 2020-06-13] 178: Checking user_dbs ** [10:18:05 2020-06-13] 178: Checking geocodings ** [10:18:05 2020-06-13] 178: Checking synchronizations ** [10:18:05 2020-06-13] 178: Checking tracker ** [10:18:05 2020-06-13] 178: Checking user_migrations ** [10:18:05 2020-06-13] 178: Checking batch_updates ** [10:18:05 2020-06-13] 178: Checking gears ** [10:18:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:18:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:10 2020-06-13] 178: Checking imports ** [10:18:10 2020-06-13] 178: Checking exports ** [10:18:10 2020-06-13] 178: Checking users ** [10:18:10 2020-06-13] 178: Checking user_dbs ** [10:18:10 2020-06-13] 178: Checking geocodings ** [10:18:10 2020-06-13] 178: Checking synchronizations ** [10:18:10 2020-06-13] 178: Checking tracker ** [10:18:10 2020-06-13] 178: Checking user_migrations ** [10:18:10 2020-06-13] 178: Checking batch_updates ** [10:18:10 2020-06-13] 178: Checking gears ** [10:18:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:18:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:15 2020-06-13] 178: Checking imports ** [10:18:15 2020-06-13] 178: Checking exports ** [10:18:15 2020-06-13] 178: Checking users ** [10:18:15 2020-06-13] 178: Checking user_dbs ** [10:18:15 2020-06-13] 178: Checking geocodings ** [10:18:15 2020-06-13] 178: Checking synchronizations ** [10:18:15 2020-06-13] 178: Checking tracker ** [10:18:15 2020-06-13] 178: Checking user_migrations ** [10:18:15 2020-06-13] 178: Checking batch_updates ** [10:18:15 2020-06-13] 178: Checking gears ** [10:18:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:18:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:20 2020-06-13] 178: Checking imports ** [10:18:20 2020-06-13] 178: Checking exports ** [10:18:20 2020-06-13] 178: Checking users ** [10:18:20 2020-06-13] 178: Checking user_dbs ** [10:18:20 2020-06-13] 178: Checking geocodings ** [10:18:20 2020-06-13] 178: Checking synchronizations ** [10:18:20 2020-06-13] 178: Checking tracker ** [10:18:20 2020-06-13] 178: Checking user_migrations ** [10:18:20 2020-06-13] 178: Checking batch_updates ** [10:18:20 2020-06-13] 178: Checking gears ** [10:18:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:18:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:25 2020-06-13] 178: Checking imports ** [10:18:25 2020-06-13] 178: Checking exports ** [10:18:25 2020-06-13] 178: Checking users ** [10:18:25 2020-06-13] 178: Checking user_dbs ** [10:18:25 2020-06-13] 178: Checking geocodings ** [10:18:25 2020-06-13] 178: Checking synchronizations ** [10:18:25 2020-06-13] 178: Checking tracker ** [10:18:25 2020-06-13] 178: Checking user_migrations ** [10:18:25 2020-06-13] 178: Checking batch_updates ** [10:18:25 2020-06-13] 178: Checking gears ** [10:18:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:18:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:30 2020-06-13] 178: Checking imports ** [10:18:30 2020-06-13] 178: Checking exports ** [10:18:30 2020-06-13] 178: Checking users ** [10:18:30 2020-06-13] 178: Checking user_dbs ** [10:18:30 2020-06-13] 178: Checking geocodings ** [10:18:30 2020-06-13] 178: Checking synchronizations ** [10:18:30 2020-06-13] 178: Checking tracker ** [10:18:30 2020-06-13] 178: Checking user_migrations ** [10:18:30 2020-06-13] 178: Checking batch_updates ** [10:18:30 2020-06-13] 178: Checking gears ** [10:18:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:18:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:35 2020-06-13] 178: Checking imports ** [10:18:35 2020-06-13] 178: Checking exports ** [10:18:35 2020-06-13] 178: Checking users ** [10:18:35 2020-06-13] 178: Checking user_dbs ** [10:18:35 2020-06-13] 178: Checking geocodings ** [10:18:35 2020-06-13] 178: Checking synchronizations ** [10:18:35 2020-06-13] 178: Checking tracker ** [10:18:35 2020-06-13] 178: Checking user_migrations ** [10:18:35 2020-06-13] 178: Checking batch_updates ** [10:18:35 2020-06-13] 178: Checking gears ** [10:18:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:18:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:40 2020-06-13] 178: Checking imports ** [10:18:40 2020-06-13] 178: Checking exports ** [10:18:40 2020-06-13] 178: Checking users ** [10:18:40 2020-06-13] 178: Checking user_dbs ** [10:18:40 2020-06-13] 178: Checking geocodings ** [10:18:40 2020-06-13] 178: Checking synchronizations ** [10:18:40 2020-06-13] 178: Checking tracker ** [10:18:40 2020-06-13] 178: Checking user_migrations ** [10:18:40 2020-06-13] 178: Checking batch_updates ** [10:18:40 2020-06-13] 178: Checking gears ** [10:18:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:18:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:45 2020-06-13] 178: Checking imports ** [10:18:45 2020-06-13] 178: Checking exports ** [10:18:45 2020-06-13] 178: Checking users ** [10:18:45 2020-06-13] 178: Checking user_dbs ** [10:18:45 2020-06-13] 178: Checking geocodings ** [10:18:45 2020-06-13] 178: Checking synchronizations ** [10:18:45 2020-06-13] 178: Checking tracker ** [10:18:45 2020-06-13] 178: Checking user_migrations ** [10:18:45 2020-06-13] 178: Checking batch_updates ** [10:18:45 2020-06-13] 178: Checking gears ** [10:18:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:18:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:50 2020-06-13] 178: Checking imports ** [10:18:50 2020-06-13] 178: Checking exports ** [10:18:50 2020-06-13] 178: Checking users ** [10:18:50 2020-06-13] 178: Checking user_dbs ** [10:18:50 2020-06-13] 178: Checking geocodings ** [10:18:50 2020-06-13] 178: Checking synchronizations ** [10:18:50 2020-06-13] 178: Checking tracker ** [10:18:50 2020-06-13] 178: Checking user_migrations ** [10:18:50 2020-06-13] 178: Checking batch_updates ** [10:18:50 2020-06-13] 178: Checking gears ** [10:18:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:18:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:55 2020-06-13] 178: Checking imports ** [10:18:55 2020-06-13] 178: Checking exports ** [10:18:55 2020-06-13] 178: Checking users ** [10:18:55 2020-06-13] 178: Checking user_dbs ** [10:18:55 2020-06-13] 178: Checking geocodings ** [10:18:55 2020-06-13] 178: Checking synchronizations ** [10:18:55 2020-06-13] 178: Checking tracker ** [10:18:55 2020-06-13] 178: Checking user_migrations ** [10:18:55 2020-06-13] 178: Checking batch_updates ** [10:18:55 2020-06-13] 178: Checking gears ** [10:18:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:18:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:00 2020-06-13] 178: Checking imports ** [10:19:00 2020-06-13] 178: Checking exports ** [10:19:00 2020-06-13] 178: Checking users ** [10:19:00 2020-06-13] 178: Checking user_dbs ** [10:19:00 2020-06-13] 178: Checking geocodings ** [10:19:00 2020-06-13] 178: Checking synchronizations ** [10:19:00 2020-06-13] 178: Checking tracker ** [10:19:00 2020-06-13] 178: Checking user_migrations ** [10:19:00 2020-06-13] 178: Checking batch_updates ** [10:19:00 2020-06-13] 178: Checking gears ** [10:19:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:19:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:05 2020-06-13] 178: Checking imports ** [10:19:05 2020-06-13] 178: Checking exports ** [10:19:05 2020-06-13] 178: Checking users ** [10:19:05 2020-06-13] 178: Checking user_dbs ** [10:19:05 2020-06-13] 178: Checking geocodings ** [10:19:05 2020-06-13] 178: Checking synchronizations ** [10:19:05 2020-06-13] 178: Checking tracker ** [10:19:05 2020-06-13] 178: Checking user_migrations ** [10:19:05 2020-06-13] 178: Checking batch_updates ** [10:19:05 2020-06-13] 178: Checking gears ** [10:19:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:19:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:10 2020-06-13] 178: Checking imports ** [10:19:10 2020-06-13] 178: Checking exports ** [10:19:10 2020-06-13] 178: Checking users ** [10:19:10 2020-06-13] 178: Checking user_dbs ** [10:19:10 2020-06-13] 178: Checking geocodings ** [10:19:10 2020-06-13] 178: Checking synchronizations ** [10:19:10 2020-06-13] 178: Checking tracker ** [10:19:10 2020-06-13] 178: Checking user_migrations ** [10:19:10 2020-06-13] 178: Checking batch_updates ** [10:19:10 2020-06-13] 178: Checking gears ** [10:19:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:19:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:15 2020-06-13] 178: Checking imports ** [10:19:15 2020-06-13] 178: Checking exports ** [10:19:15 2020-06-13] 178: Checking users ** [10:19:15 2020-06-13] 178: Checking user_dbs ** [10:19:15 2020-06-13] 178: Checking geocodings ** [10:19:15 2020-06-13] 178: Checking synchronizations ** [10:19:15 2020-06-13] 178: Checking tracker ** [10:19:15 2020-06-13] 178: Checking user_migrations ** [10:19:15 2020-06-13] 178: Checking batch_updates ** [10:19:15 2020-06-13] 178: Checking gears ** [10:19:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:19:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:20 2020-06-13] 178: Checking imports ** [10:19:20 2020-06-13] 178: Checking exports ** [10:19:20 2020-06-13] 178: Checking users ** [10:19:20 2020-06-13] 178: Checking user_dbs ** [10:19:20 2020-06-13] 178: Checking geocodings ** [10:19:20 2020-06-13] 178: Checking synchronizations ** [10:19:20 2020-06-13] 178: Checking tracker ** [10:19:20 2020-06-13] 178: Checking user_migrations ** [10:19:20 2020-06-13] 178: Checking batch_updates ** [10:19:20 2020-06-13] 178: Checking gears ** [10:19:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:19:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:25 2020-06-13] 178: Checking imports ** [10:19:25 2020-06-13] 178: Checking exports ** [10:19:25 2020-06-13] 178: Checking users ** [10:19:25 2020-06-13] 178: Checking user_dbs ** [10:19:25 2020-06-13] 178: Checking geocodings ** [10:19:25 2020-06-13] 178: Checking synchronizations ** [10:19:25 2020-06-13] 178: Checking tracker ** [10:19:25 2020-06-13] 178: Checking user_migrations ** [10:19:25 2020-06-13] 178: Checking batch_updates ** [10:19:25 2020-06-13] 178: Checking gears ** [10:19:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:19:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:30 2020-06-13] 178: Checking imports ** [10:19:30 2020-06-13] 178: Checking exports ** [10:19:30 2020-06-13] 178: Checking users ** [10:19:30 2020-06-13] 178: Checking user_dbs ** [10:19:30 2020-06-13] 178: Checking geocodings ** [10:19:30 2020-06-13] 178: Checking synchronizations ** [10:19:30 2020-06-13] 178: Checking tracker ** [10:19:30 2020-06-13] 178: Checking user_migrations ** [10:19:30 2020-06-13] 178: Checking batch_updates ** [10:19:30 2020-06-13] 178: Checking gears ** [10:19:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:19:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:35 2020-06-13] 178: Checking imports ** [10:19:35 2020-06-13] 178: Checking exports ** [10:19:35 2020-06-13] 178: Checking users ** [10:19:35 2020-06-13] 178: Checking user_dbs ** [10:19:35 2020-06-13] 178: Checking geocodings ** [10:19:35 2020-06-13] 178: Checking synchronizations ** [10:19:35 2020-06-13] 178: Checking tracker ** [10:19:35 2020-06-13] 178: Checking user_migrations ** [10:19:35 2020-06-13] 178: Checking batch_updates ** [10:19:35 2020-06-13] 178: Checking gears ** [10:19:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:19:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:40 2020-06-13] 178: Checking imports ** [10:19:40 2020-06-13] 178: Checking exports ** [10:19:40 2020-06-13] 178: Checking users ** [10:19:40 2020-06-13] 178: Checking user_dbs ** [10:19:40 2020-06-13] 178: Checking geocodings ** [10:19:40 2020-06-13] 178: Checking synchronizations ** [10:19:40 2020-06-13] 178: Checking tracker ** [10:19:40 2020-06-13] 178: Checking user_migrations ** [10:19:40 2020-06-13] 178: Checking batch_updates ** [10:19:40 2020-06-13] 178: Checking gears ** [10:19:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:19:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:45 2020-06-13] 178: Checking imports ** [10:19:45 2020-06-13] 178: Checking exports ** [10:19:45 2020-06-13] 178: Checking users ** [10:19:45 2020-06-13] 178: Checking user_dbs ** [10:19:45 2020-06-13] 178: Checking geocodings ** [10:19:45 2020-06-13] 178: Checking synchronizations ** [10:19:45 2020-06-13] 178: Checking tracker ** [10:19:45 2020-06-13] 178: Checking user_migrations ** [10:19:45 2020-06-13] 178: Checking batch_updates ** [10:19:45 2020-06-13] 178: Checking gears ** [10:19:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:19:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:50 2020-06-13] 178: Checking imports ** [10:19:50 2020-06-13] 178: Checking exports ** [10:19:50 2020-06-13] 178: Checking users ** [10:19:50 2020-06-13] 178: Checking user_dbs ** [10:19:50 2020-06-13] 178: Checking geocodings ** [10:19:50 2020-06-13] 178: Checking synchronizations ** [10:19:50 2020-06-13] 178: Checking tracker ** [10:19:50 2020-06-13] 178: Checking user_migrations ** [10:19:50 2020-06-13] 178: Checking batch_updates ** [10:19:50 2020-06-13] 178: Checking gears ** [10:19:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:19:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:55 2020-06-13] 178: Checking imports ** [10:19:55 2020-06-13] 178: Checking exports ** [10:19:55 2020-06-13] 178: Checking users ** [10:19:55 2020-06-13] 178: Checking user_dbs ** [10:19:55 2020-06-13] 178: Checking geocodings ** [10:19:55 2020-06-13] 178: Checking synchronizations ** [10:19:55 2020-06-13] 178: Checking tracker ** [10:19:55 2020-06-13] 178: Checking user_migrations ** [10:19:55 2020-06-13] 178: Checking batch_updates ** [10:19:55 2020-06-13] 178: Checking gears ** [10:19:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:19:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:00 2020-06-13] 178: Checking imports ** [10:20:00 2020-06-13] 178: Checking exports ** [10:20:00 2020-06-13] 178: Checking users ** [10:20:00 2020-06-13] 178: Checking user_dbs ** [10:20:00 2020-06-13] 178: Checking geocodings ** [10:20:00 2020-06-13] 178: Checking synchronizations ** [10:20:00 2020-06-13] 178: Checking tracker ** [10:20:00 2020-06-13] 178: Checking user_migrations ** [10:20:00 2020-06-13] 178: Checking batch_updates ** [10:20:00 2020-06-13] 178: Checking gears ** [10:20:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:20:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:05 2020-06-13] 178: Checking imports ** [10:20:05 2020-06-13] 178: Checking exports ** [10:20:05 2020-06-13] 178: Checking users ** [10:20:05 2020-06-13] 178: Checking user_dbs ** [10:20:05 2020-06-13] 178: Checking geocodings ** [10:20:05 2020-06-13] 178: Checking synchronizations ** [10:20:05 2020-06-13] 178: Checking tracker ** [10:20:05 2020-06-13] 178: Checking user_migrations ** [10:20:05 2020-06-13] 178: Checking batch_updates ** [10:20:05 2020-06-13] 178: Checking gears ** [10:20:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:20:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:10 2020-06-13] 178: Checking imports ** [10:20:10 2020-06-13] 178: Checking exports ** [10:20:10 2020-06-13] 178: Checking users ** [10:20:10 2020-06-13] 178: Checking user_dbs ** [10:20:10 2020-06-13] 178: Checking geocodings ** [10:20:10 2020-06-13] 178: Checking synchronizations ** [10:20:10 2020-06-13] 178: Checking tracker ** [10:20:10 2020-06-13] 178: Checking user_migrations ** [10:20:10 2020-06-13] 178: Checking batch_updates ** [10:20:10 2020-06-13] 178: Checking gears ** [10:20:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:20:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:15 2020-06-13] 178: Checking imports ** [10:20:15 2020-06-13] 178: Checking exports ** [10:20:15 2020-06-13] 178: Checking users ** [10:20:15 2020-06-13] 178: Checking user_dbs ** [10:20:15 2020-06-13] 178: Checking geocodings ** [10:20:15 2020-06-13] 178: Checking synchronizations ** [10:20:15 2020-06-13] 178: Checking tracker ** [10:20:15 2020-06-13] 178: Checking user_migrations ** [10:20:15 2020-06-13] 178: Checking batch_updates ** [10:20:15 2020-06-13] 178: Checking gears ** [10:20:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:20:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:20 2020-06-13] 178: Checking imports ** [10:20:20 2020-06-13] 178: Checking exports ** [10:20:20 2020-06-13] 178: Checking users ** [10:20:20 2020-06-13] 178: Checking user_dbs ** [10:20:20 2020-06-13] 178: Checking geocodings ** [10:20:20 2020-06-13] 178: Checking synchronizations ** [10:20:20 2020-06-13] 178: Checking tracker ** [10:20:20 2020-06-13] 178: Checking user_migrations ** [10:20:20 2020-06-13] 178: Checking batch_updates ** [10:20:20 2020-06-13] 178: Checking gears ** [10:20:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:20:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:25 2020-06-13] 178: Checking imports ** [10:20:25 2020-06-13] 178: Checking exports ** [10:20:25 2020-06-13] 178: Checking users ** [10:20:25 2020-06-13] 178: Checking user_dbs ** [10:20:25 2020-06-13] 178: Checking geocodings ** [10:20:25 2020-06-13] 178: Checking synchronizations ** [10:20:25 2020-06-13] 178: Checking tracker ** [10:20:25 2020-06-13] 178: Checking user_migrations ** [10:20:25 2020-06-13] 178: Checking batch_updates ** [10:20:25 2020-06-13] 178: Checking gears ** [10:20:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:20:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:30 2020-06-13] 178: Checking imports ** [10:20:30 2020-06-13] 178: Checking exports ** [10:20:30 2020-06-13] 178: Checking users ** [10:20:30 2020-06-13] 178: Checking user_dbs ** [10:20:30 2020-06-13] 178: Checking geocodings ** [10:20:30 2020-06-13] 178: Checking synchronizations ** [10:20:30 2020-06-13] 178: Checking tracker ** [10:20:30 2020-06-13] 178: Checking user_migrations ** [10:20:30 2020-06-13] 178: Checking batch_updates ** [10:20:30 2020-06-13] 178: Checking gears ** [10:20:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:20:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:35 2020-06-13] 178: Checking imports ** [10:20:35 2020-06-13] 178: Checking exports ** [10:20:35 2020-06-13] 178: Checking users ** [10:20:35 2020-06-13] 178: Checking user_dbs ** [10:20:35 2020-06-13] 178: Checking geocodings ** [10:20:35 2020-06-13] 178: Checking synchronizations ** [10:20:35 2020-06-13] 178: Checking tracker ** [10:20:35 2020-06-13] 178: Checking user_migrations ** [10:20:35 2020-06-13] 178: Checking batch_updates ** [10:20:35 2020-06-13] 178: Checking gears ** [10:20:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:20:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:40 2020-06-13] 178: Checking imports ** [10:20:40 2020-06-13] 178: Checking exports ** [10:20:40 2020-06-13] 178: Checking users ** [10:20:40 2020-06-13] 178: Checking user_dbs ** [10:20:40 2020-06-13] 178: Checking geocodings ** [10:20:40 2020-06-13] 178: Checking synchronizations ** [10:20:40 2020-06-13] 178: Checking tracker ** [10:20:40 2020-06-13] 178: Checking user_migrations ** [10:20:40 2020-06-13] 178: Checking batch_updates ** [10:20:40 2020-06-13] 178: Checking gears ** [10:20:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:20:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:45 2020-06-13] 178: Checking imports ** [10:20:45 2020-06-13] 178: Checking exports ** [10:20:45 2020-06-13] 178: Checking users ** [10:20:45 2020-06-13] 178: Checking user_dbs ** [10:20:45 2020-06-13] 178: Checking geocodings ** [10:20:45 2020-06-13] 178: Checking synchronizations ** [10:20:45 2020-06-13] 178: Checking tracker ** [10:20:45 2020-06-13] 178: Checking user_migrations ** [10:20:45 2020-06-13] 178: Checking batch_updates ** [10:20:45 2020-06-13] 178: Checking gears ** [10:20:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:20:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:50 2020-06-13] 178: Checking imports ** [10:20:50 2020-06-13] 178: Checking exports ** [10:20:50 2020-06-13] 178: Checking users ** [10:20:50 2020-06-13] 178: Checking user_dbs ** [10:20:50 2020-06-13] 178: Checking geocodings ** [10:20:50 2020-06-13] 178: Checking synchronizations ** [10:20:50 2020-06-13] 178: Checking tracker ** [10:20:50 2020-06-13] 178: Checking user_migrations ** [10:20:50 2020-06-13] 178: Checking batch_updates ** [10:20:50 2020-06-13] 178: Checking gears ** [10:20:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:20:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:55 2020-06-13] 178: Checking imports ** [10:20:55 2020-06-13] 178: Checking exports ** [10:20:55 2020-06-13] 178: Checking users ** [10:20:55 2020-06-13] 178: Checking user_dbs ** [10:20:55 2020-06-13] 178: Checking geocodings ** [10:20:55 2020-06-13] 178: Checking synchronizations ** [10:20:55 2020-06-13] 178: Checking tracker ** [10:20:55 2020-06-13] 178: Checking user_migrations ** [10:20:55 2020-06-13] 178: Checking batch_updates ** [10:20:55 2020-06-13] 178: Checking gears ** [10:20:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:20:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:00 2020-06-13] 178: Checking imports ** [10:21:00 2020-06-13] 178: Checking exports ** [10:21:00 2020-06-13] 178: Checking users ** [10:21:00 2020-06-13] 178: Checking user_dbs ** [10:21:00 2020-06-13] 178: Checking geocodings ** [10:21:00 2020-06-13] 178: Checking synchronizations ** [10:21:00 2020-06-13] 178: Checking tracker ** [10:21:00 2020-06-13] 178: Checking user_migrations ** [10:21:00 2020-06-13] 178: Checking batch_updates ** [10:21:00 2020-06-13] 178: Checking gears ** [10:21:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:21:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:05 2020-06-13] 178: Checking imports ** [10:21:05 2020-06-13] 178: Checking exports ** [10:21:05 2020-06-13] 178: Checking users ** [10:21:05 2020-06-13] 178: Checking user_dbs ** [10:21:05 2020-06-13] 178: Checking geocodings ** [10:21:05 2020-06-13] 178: Checking synchronizations ** [10:21:05 2020-06-13] 178: Checking tracker ** [10:21:05 2020-06-13] 178: Checking user_migrations ** [10:21:05 2020-06-13] 178: Checking batch_updates ** [10:21:05 2020-06-13] 178: Checking gears ** [10:21:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:21:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:10 2020-06-13] 178: Checking imports ** [10:21:10 2020-06-13] 178: Checking exports ** [10:21:10 2020-06-13] 178: Checking users ** [10:21:10 2020-06-13] 178: Checking user_dbs ** [10:21:10 2020-06-13] 178: Checking geocodings ** [10:21:10 2020-06-13] 178: Checking synchronizations ** [10:21:10 2020-06-13] 178: Checking tracker ** [10:21:10 2020-06-13] 178: Checking user_migrations ** [10:21:10 2020-06-13] 178: Checking batch_updates ** [10:21:10 2020-06-13] 178: Checking gears ** [10:21:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:21:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:15 2020-06-13] 178: Checking imports ** [10:21:15 2020-06-13] 178: Checking exports ** [10:21:15 2020-06-13] 178: Checking users ** [10:21:15 2020-06-13] 178: Checking user_dbs ** [10:21:15 2020-06-13] 178: Checking geocodings ** [10:21:15 2020-06-13] 178: Checking synchronizations ** [10:21:15 2020-06-13] 178: Checking tracker ** [10:21:15 2020-06-13] 178: Checking user_migrations ** [10:21:15 2020-06-13] 178: Checking batch_updates ** [10:21:15 2020-06-13] 178: Checking gears ** [10:21:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:21:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:20 2020-06-13] 178: Checking imports ** [10:21:20 2020-06-13] 178: Checking exports ** [10:21:20 2020-06-13] 178: Checking users ** [10:21:20 2020-06-13] 178: Checking user_dbs ** [10:21:20 2020-06-13] 178: Checking geocodings ** [10:21:20 2020-06-13] 178: Checking synchronizations ** [10:21:20 2020-06-13] 178: Checking tracker ** [10:21:20 2020-06-13] 178: Checking user_migrations ** [10:21:20 2020-06-13] 178: Checking batch_updates ** [10:21:20 2020-06-13] 178: Checking gears ** [10:21:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:21:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:25 2020-06-13] 178: Checking imports ** [10:21:25 2020-06-13] 178: Checking exports ** [10:21:25 2020-06-13] 178: Checking users ** [10:21:25 2020-06-13] 178: Checking user_dbs ** [10:21:25 2020-06-13] 178: Checking geocodings ** [10:21:25 2020-06-13] 178: Checking synchronizations ** [10:21:25 2020-06-13] 178: Checking tracker ** [10:21:25 2020-06-13] 178: Checking user_migrations ** [10:21:25 2020-06-13] 178: Checking batch_updates ** [10:21:25 2020-06-13] 178: Checking gears ** [10:21:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:21:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:30 2020-06-13] 178: Checking imports ** [10:21:30 2020-06-13] 178: Checking exports ** [10:21:30 2020-06-13] 178: Checking users ** [10:21:30 2020-06-13] 178: Checking user_dbs ** [10:21:30 2020-06-13] 178: Checking geocodings ** [10:21:30 2020-06-13] 178: Checking synchronizations ** [10:21:30 2020-06-13] 178: Checking tracker ** [10:21:30 2020-06-13] 178: Checking user_migrations ** [10:21:30 2020-06-13] 178: Checking batch_updates ** [10:21:30 2020-06-13] 178: Checking gears ** [10:21:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:21:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:35 2020-06-13] 178: Checking imports ** [10:21:35 2020-06-13] 178: Checking exports ** [10:21:35 2020-06-13] 178: Checking users ** [10:21:35 2020-06-13] 178: Checking user_dbs ** [10:21:35 2020-06-13] 178: Checking geocodings ** [10:21:35 2020-06-13] 178: Checking synchronizations ** [10:21:35 2020-06-13] 178: Checking tracker ** [10:21:35 2020-06-13] 178: Checking user_migrations ** [10:21:35 2020-06-13] 178: Checking batch_updates ** [10:21:35 2020-06-13] 178: Checking gears ** [10:21:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:21:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:40 2020-06-13] 178: Checking imports ** [10:21:40 2020-06-13] 178: Checking exports ** [10:21:40 2020-06-13] 178: Checking users ** [10:21:40 2020-06-13] 178: Checking user_dbs ** [10:21:40 2020-06-13] 178: Checking geocodings ** [10:21:40 2020-06-13] 178: Checking synchronizations ** [10:21:40 2020-06-13] 178: Checking tracker ** [10:21:40 2020-06-13] 178: Checking user_migrations ** [10:21:40 2020-06-13] 178: Checking batch_updates ** [10:21:40 2020-06-13] 178: Checking gears ** [10:21:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:21:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:45 2020-06-13] 178: Checking imports ** [10:21:45 2020-06-13] 178: Checking exports ** [10:21:45 2020-06-13] 178: Checking users ** [10:21:45 2020-06-13] 178: Checking user_dbs ** [10:21:45 2020-06-13] 178: Checking geocodings ** [10:21:45 2020-06-13] 178: Checking synchronizations ** [10:21:45 2020-06-13] 178: Checking tracker ** [10:21:45 2020-06-13] 178: Checking user_migrations ** [10:21:45 2020-06-13] 178: Checking batch_updates ** [10:21:45 2020-06-13] 178: Checking gears ** [10:21:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:21:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:50 2020-06-13] 178: Checking imports ** [10:21:50 2020-06-13] 178: Checking exports ** [10:21:50 2020-06-13] 178: Checking users ** [10:21:50 2020-06-13] 178: Checking user_dbs ** [10:21:50 2020-06-13] 178: Checking geocodings ** [10:21:50 2020-06-13] 178: Checking synchronizations ** [10:21:50 2020-06-13] 178: Checking tracker ** [10:21:50 2020-06-13] 178: Checking user_migrations ** [10:21:50 2020-06-13] 178: Checking batch_updates ** [10:21:50 2020-06-13] 178: Checking gears ** [10:21:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:21:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:55 2020-06-13] 178: Checking imports ** [10:21:55 2020-06-13] 178: Checking exports ** [10:21:55 2020-06-13] 178: Checking users ** [10:21:55 2020-06-13] 178: Checking user_dbs ** [10:21:55 2020-06-13] 178: Checking geocodings ** [10:21:55 2020-06-13] 178: Checking synchronizations ** [10:21:55 2020-06-13] 178: Checking tracker ** [10:21:55 2020-06-13] 178: Checking user_migrations ** [10:21:55 2020-06-13] 178: Checking batch_updates ** [10:21:55 2020-06-13] 178: Checking gears ** [10:21:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:21:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:00 2020-06-13] 178: Checking imports ** [10:22:00 2020-06-13] 178: Checking exports ** [10:22:00 2020-06-13] 178: Checking users ** [10:22:00 2020-06-13] 178: Checking user_dbs ** [10:22:00 2020-06-13] 178: Checking geocodings ** [10:22:00 2020-06-13] 178: Checking synchronizations ** [10:22:00 2020-06-13] 178: Checking tracker ** [10:22:00 2020-06-13] 178: Checking user_migrations ** [10:22:00 2020-06-13] 178: Checking batch_updates ** [10:22:00 2020-06-13] 178: Checking gears ** [10:22:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:22:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:05 2020-06-13] 178: Checking imports ** [10:22:05 2020-06-13] 178: Checking exports ** [10:22:05 2020-06-13] 178: Checking users ** [10:22:05 2020-06-13] 178: Checking user_dbs ** [10:22:05 2020-06-13] 178: Checking geocodings ** [10:22:05 2020-06-13] 178: Checking synchronizations ** [10:22:05 2020-06-13] 178: Checking tracker ** [10:22:05 2020-06-13] 178: Checking user_migrations ** [10:22:05 2020-06-13] 178: Checking batch_updates ** [10:22:05 2020-06-13] 178: Checking gears ** [10:22:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:22:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:10 2020-06-13] 178: Checking imports ** [10:22:10 2020-06-13] 178: Checking exports ** [10:22:10 2020-06-13] 178: Checking users ** [10:22:10 2020-06-13] 178: Checking user_dbs ** [10:22:10 2020-06-13] 178: Checking geocodings ** [10:22:10 2020-06-13] 178: Checking synchronizations ** [10:22:10 2020-06-13] 178: Checking tracker ** [10:22:10 2020-06-13] 178: Checking user_migrations ** [10:22:10 2020-06-13] 178: Checking batch_updates ** [10:22:10 2020-06-13] 178: Checking gears ** [10:22:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:22:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:15 2020-06-13] 178: Checking imports ** [10:22:15 2020-06-13] 178: Checking exports ** [10:22:15 2020-06-13] 178: Checking users ** [10:22:15 2020-06-13] 178: Checking user_dbs ** [10:22:15 2020-06-13] 178: Checking geocodings ** [10:22:15 2020-06-13] 178: Checking synchronizations ** [10:22:15 2020-06-13] 178: Checking tracker ** [10:22:15 2020-06-13] 178: Checking user_migrations ** [10:22:15 2020-06-13] 178: Checking batch_updates ** [10:22:15 2020-06-13] 178: Checking gears ** [10:22:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:22:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:20 2020-06-13] 178: Checking imports ** [10:22:20 2020-06-13] 178: Checking exports ** [10:22:20 2020-06-13] 178: Checking users ** [10:22:20 2020-06-13] 178: Checking user_dbs ** [10:22:20 2020-06-13] 178: Checking geocodings ** [10:22:20 2020-06-13] 178: Checking synchronizations ** [10:22:20 2020-06-13] 178: Checking tracker ** [10:22:20 2020-06-13] 178: Checking user_migrations ** [10:22:20 2020-06-13] 178: Checking batch_updates ** [10:22:20 2020-06-13] 178: Checking gears ** [10:22:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:22:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:25 2020-06-13] 178: Checking imports ** [10:22:25 2020-06-13] 178: Checking exports ** [10:22:25 2020-06-13] 178: Checking users ** [10:22:25 2020-06-13] 178: Checking user_dbs ** [10:22:25 2020-06-13] 178: Checking geocodings ** [10:22:25 2020-06-13] 178: Checking synchronizations ** [10:22:25 2020-06-13] 178: Checking tracker ** [10:22:25 2020-06-13] 178: Checking user_migrations ** [10:22:26 2020-06-13] 178: Checking batch_updates ** [10:22:26 2020-06-13] 178: Checking gears ** [10:22:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:22:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:31 2020-06-13] 178: Checking imports ** [10:22:31 2020-06-13] 178: Checking exports ** [10:22:31 2020-06-13] 178: Checking users ** [10:22:31 2020-06-13] 178: Checking user_dbs ** [10:22:31 2020-06-13] 178: Checking geocodings ** [10:22:31 2020-06-13] 178: Checking synchronizations ** [10:22:31 2020-06-13] 178: Checking tracker ** [10:22:31 2020-06-13] 178: Checking user_migrations ** [10:22:31 2020-06-13] 178: Checking batch_updates ** [10:22:31 2020-06-13] 178: Checking gears ** [10:22:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:22:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:36 2020-06-13] 178: Checking imports ** [10:22:36 2020-06-13] 178: Checking exports ** [10:22:36 2020-06-13] 178: Checking users ** [10:22:36 2020-06-13] 178: Checking user_dbs ** [10:22:36 2020-06-13] 178: Checking geocodings ** [10:22:36 2020-06-13] 178: Checking synchronizations ** [10:22:36 2020-06-13] 178: Checking tracker ** [10:22:36 2020-06-13] 178: Checking user_migrations ** [10:22:36 2020-06-13] 178: Checking batch_updates ** [10:22:36 2020-06-13] 178: Checking gears ** [10:22:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:22:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:41 2020-06-13] 178: Checking imports ** [10:22:41 2020-06-13] 178: Checking exports ** [10:22:41 2020-06-13] 178: Checking users ** [10:22:41 2020-06-13] 178: Checking user_dbs ** [10:22:41 2020-06-13] 178: Checking geocodings ** [10:22:41 2020-06-13] 178: Checking synchronizations ** [10:22:41 2020-06-13] 178: Checking tracker ** [10:22:41 2020-06-13] 178: Checking user_migrations ** [10:22:41 2020-06-13] 178: Checking batch_updates ** [10:22:41 2020-06-13] 178: Checking gears ** [10:22:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:22:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:46 2020-06-13] 178: Checking imports ** [10:22:46 2020-06-13] 178: Checking exports ** [10:22:46 2020-06-13] 178: Checking users ** [10:22:46 2020-06-13] 178: Checking user_dbs ** [10:22:46 2020-06-13] 178: Checking geocodings ** [10:22:46 2020-06-13] 178: Checking synchronizations ** [10:22:46 2020-06-13] 178: Checking tracker ** [10:22:46 2020-06-13] 178: Checking user_migrations ** [10:22:46 2020-06-13] 178: Checking batch_updates ** [10:22:46 2020-06-13] 178: Checking gears ** [10:22:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:22:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:51 2020-06-13] 178: Checking imports ** [10:22:51 2020-06-13] 178: Checking exports ** [10:22:51 2020-06-13] 178: Checking users ** [10:22:51 2020-06-13] 178: Checking user_dbs ** [10:22:51 2020-06-13] 178: Checking geocodings ** [10:22:51 2020-06-13] 178: Checking synchronizations ** [10:22:51 2020-06-13] 178: Checking tracker ** [10:22:51 2020-06-13] 178: Checking user_migrations ** [10:22:51 2020-06-13] 178: Checking batch_updates ** [10:22:51 2020-06-13] 178: Checking gears ** [10:22:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:22:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:56 2020-06-13] 178: Checking imports ** [10:22:56 2020-06-13] 178: Checking exports ** [10:22:56 2020-06-13] 178: Checking users ** [10:22:56 2020-06-13] 178: Checking user_dbs ** [10:22:56 2020-06-13] 178: Checking geocodings ** [10:22:56 2020-06-13] 178: Checking synchronizations ** [10:22:56 2020-06-13] 178: Checking tracker ** [10:22:56 2020-06-13] 178: Checking user_migrations ** [10:22:56 2020-06-13] 178: Checking batch_updates ** [10:22:56 2020-06-13] 178: Checking gears ** [10:22:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:22:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:01 2020-06-13] 178: Checking imports ** [10:23:01 2020-06-13] 178: Checking exports ** [10:23:01 2020-06-13] 178: Checking users ** [10:23:01 2020-06-13] 178: Checking user_dbs ** [10:23:01 2020-06-13] 178: Checking geocodings ** [10:23:01 2020-06-13] 178: Checking synchronizations ** [10:23:01 2020-06-13] 178: Checking tracker ** [10:23:01 2020-06-13] 178: Checking user_migrations ** [10:23:01 2020-06-13] 178: Checking batch_updates ** [10:23:01 2020-06-13] 178: Checking gears ** [10:23:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:23:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:06 2020-06-13] 178: Checking imports ** [10:23:06 2020-06-13] 178: Checking exports ** [10:23:06 2020-06-13] 178: Checking users ** [10:23:06 2020-06-13] 178: Checking user_dbs ** [10:23:06 2020-06-13] 178: Checking geocodings ** [10:23:06 2020-06-13] 178: Checking synchronizations ** [10:23:06 2020-06-13] 178: Checking tracker ** [10:23:06 2020-06-13] 178: Checking user_migrations ** [10:23:06 2020-06-13] 178: Checking batch_updates ** [10:23:06 2020-06-13] 178: Checking gears ** [10:23:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:23:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:11 2020-06-13] 178: Checking imports ** [10:23:11 2020-06-13] 178: Checking exports ** [10:23:11 2020-06-13] 178: Checking users ** [10:23:11 2020-06-13] 178: Checking user_dbs ** [10:23:11 2020-06-13] 178: Checking geocodings ** [10:23:11 2020-06-13] 178: Checking synchronizations ** [10:23:11 2020-06-13] 178: Checking tracker ** [10:23:11 2020-06-13] 178: Checking user_migrations ** [10:23:11 2020-06-13] 178: Checking batch_updates ** [10:23:11 2020-06-13] 178: Checking gears ** [10:23:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:23:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:16 2020-06-13] 178: Checking imports ** [10:23:16 2020-06-13] 178: Checking exports ** [10:23:16 2020-06-13] 178: Checking users ** [10:23:16 2020-06-13] 178: Checking user_dbs ** [10:23:16 2020-06-13] 178: Checking geocodings ** [10:23:16 2020-06-13] 178: Checking synchronizations ** [10:23:16 2020-06-13] 178: Checking tracker ** [10:23:16 2020-06-13] 178: Checking user_migrations ** [10:23:16 2020-06-13] 178: Checking batch_updates ** [10:23:16 2020-06-13] 178: Checking gears ** [10:23:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:23:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:21 2020-06-13] 178: Checking imports ** [10:23:21 2020-06-13] 178: Checking exports ** [10:23:21 2020-06-13] 178: Checking users ** [10:23:21 2020-06-13] 178: Checking user_dbs ** [10:23:21 2020-06-13] 178: Checking geocodings ** [10:23:21 2020-06-13] 178: Checking synchronizations ** [10:23:21 2020-06-13] 178: Checking tracker ** [10:23:21 2020-06-13] 178: Checking user_migrations ** [10:23:21 2020-06-13] 178: Checking batch_updates ** [10:23:21 2020-06-13] 178: Checking gears ** [10:23:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:23:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:26 2020-06-13] 178: Checking imports ** [10:23:26 2020-06-13] 178: Checking exports ** [10:23:26 2020-06-13] 178: Checking users ** [10:23:26 2020-06-13] 178: Checking user_dbs ** [10:23:26 2020-06-13] 178: Checking geocodings ** [10:23:26 2020-06-13] 178: Checking synchronizations ** [10:23:26 2020-06-13] 178: Checking tracker ** [10:23:26 2020-06-13] 178: Checking user_migrations ** [10:23:26 2020-06-13] 178: Checking batch_updates ** [10:23:26 2020-06-13] 178: Checking gears ** [10:23:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:23:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:31 2020-06-13] 178: Checking imports ** [10:23:31 2020-06-13] 178: Checking exports ** [10:23:31 2020-06-13] 178: Checking users ** [10:23:31 2020-06-13] 178: Checking user_dbs ** [10:23:31 2020-06-13] 178: Checking geocodings ** [10:23:31 2020-06-13] 178: Checking synchronizations ** [10:23:31 2020-06-13] 178: Checking tracker ** [10:23:31 2020-06-13] 178: Checking user_migrations ** [10:23:31 2020-06-13] 178: Checking batch_updates ** [10:23:31 2020-06-13] 178: Checking gears ** [10:23:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:23:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:36 2020-06-13] 178: Checking imports ** [10:23:36 2020-06-13] 178: Checking exports ** [10:23:36 2020-06-13] 178: Checking users ** [10:23:36 2020-06-13] 178: Checking user_dbs ** [10:23:36 2020-06-13] 178: Checking geocodings ** [10:23:36 2020-06-13] 178: Checking synchronizations ** [10:23:36 2020-06-13] 178: Checking tracker ** [10:23:36 2020-06-13] 178: Checking user_migrations ** [10:23:36 2020-06-13] 178: Checking batch_updates ** [10:23:36 2020-06-13] 178: Checking gears ** [10:23:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:23:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:41 2020-06-13] 178: Checking imports ** [10:23:41 2020-06-13] 178: Checking exports ** [10:23:41 2020-06-13] 178: Checking users ** [10:23:41 2020-06-13] 178: Checking user_dbs ** [10:23:41 2020-06-13] 178: Checking geocodings ** [10:23:41 2020-06-13] 178: Checking synchronizations ** [10:23:41 2020-06-13] 178: Checking tracker ** [10:23:41 2020-06-13] 178: Checking user_migrations ** [10:23:41 2020-06-13] 178: Checking batch_updates ** [10:23:41 2020-06-13] 178: Checking gears ** [10:23:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:23:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:46 2020-06-13] 178: Checking imports ** [10:23:46 2020-06-13] 178: Checking exports ** [10:23:46 2020-06-13] 178: Checking users ** [10:23:46 2020-06-13] 178: Checking user_dbs ** [10:23:46 2020-06-13] 178: Checking geocodings ** [10:23:46 2020-06-13] 178: Checking synchronizations ** [10:23:46 2020-06-13] 178: Checking tracker ** [10:23:46 2020-06-13] 178: Checking user_migrations ** [10:23:46 2020-06-13] 178: Checking batch_updates ** [10:23:46 2020-06-13] 178: Checking gears ** [10:23:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:23:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:51 2020-06-13] 178: Checking imports ** [10:23:51 2020-06-13] 178: Checking exports ** [10:23:51 2020-06-13] 178: Checking users ** [10:23:51 2020-06-13] 178: Checking user_dbs ** [10:23:51 2020-06-13] 178: Checking geocodings ** [10:23:51 2020-06-13] 178: Checking synchronizations ** [10:23:51 2020-06-13] 178: Checking tracker ** [10:23:51 2020-06-13] 178: Checking user_migrations ** [10:23:51 2020-06-13] 178: Checking batch_updates ** [10:23:51 2020-06-13] 178: Checking gears ** [10:23:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:23:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:56 2020-06-13] 178: Checking imports ** [10:23:56 2020-06-13] 178: Checking exports ** [10:23:56 2020-06-13] 178: Checking users ** [10:23:56 2020-06-13] 178: Checking user_dbs ** [10:23:56 2020-06-13] 178: Checking geocodings ** [10:23:56 2020-06-13] 178: Checking synchronizations ** [10:23:56 2020-06-13] 178: Checking tracker ** [10:23:56 2020-06-13] 178: Checking user_migrations ** [10:23:56 2020-06-13] 178: Checking batch_updates ** [10:23:56 2020-06-13] 178: Checking gears ** [10:23:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:23:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:01 2020-06-13] 178: Checking imports ** [10:24:01 2020-06-13] 178: Checking exports ** [10:24:01 2020-06-13] 178: Checking users ** [10:24:01 2020-06-13] 178: Checking user_dbs ** [10:24:01 2020-06-13] 178: Checking geocodings ** [10:24:01 2020-06-13] 178: Checking synchronizations ** [10:24:01 2020-06-13] 178: Checking tracker ** [10:24:01 2020-06-13] 178: Checking user_migrations ** [10:24:01 2020-06-13] 178: Checking batch_updates ** [10:24:01 2020-06-13] 178: Checking gears ** [10:24:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:24:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:06 2020-06-13] 178: Checking imports ** [10:24:06 2020-06-13] 178: Checking exports ** [10:24:06 2020-06-13] 178: Checking users ** [10:24:06 2020-06-13] 178: Checking user_dbs ** [10:24:06 2020-06-13] 178: Checking geocodings ** [10:24:06 2020-06-13] 178: Checking synchronizations ** [10:24:06 2020-06-13] 178: Checking tracker ** [10:24:06 2020-06-13] 178: Checking user_migrations ** [10:24:06 2020-06-13] 178: Checking batch_updates ** [10:24:06 2020-06-13] 178: Checking gears ** [10:24:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:24:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:11 2020-06-13] 178: Checking imports ** [10:24:11 2020-06-13] 178: Checking exports ** [10:24:11 2020-06-13] 178: Checking users ** [10:24:11 2020-06-13] 178: Checking user_dbs ** [10:24:11 2020-06-13] 178: Checking geocodings ** [10:24:11 2020-06-13] 178: Checking synchronizations ** [10:24:11 2020-06-13] 178: Checking tracker ** [10:24:11 2020-06-13] 178: Checking user_migrations ** [10:24:11 2020-06-13] 178: Checking batch_updates ** [10:24:11 2020-06-13] 178: Checking gears ** [10:24:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:24:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:16 2020-06-13] 178: Checking imports ** [10:24:16 2020-06-13] 178: Checking exports ** [10:24:16 2020-06-13] 178: Checking users ** [10:24:16 2020-06-13] 178: Checking user_dbs ** [10:24:16 2020-06-13] 178: Checking geocodings ** [10:24:16 2020-06-13] 178: Checking synchronizations ** [10:24:16 2020-06-13] 178: Checking tracker ** [10:24:16 2020-06-13] 178: Checking user_migrations ** [10:24:16 2020-06-13] 178: Checking batch_updates ** [10:24:16 2020-06-13] 178: Checking gears ** [10:24:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:24:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:21 2020-06-13] 178: Checking imports ** [10:24:21 2020-06-13] 178: Checking exports ** [10:24:21 2020-06-13] 178: Checking users ** [10:24:21 2020-06-13] 178: Checking user_dbs ** [10:24:21 2020-06-13] 178: Checking geocodings ** [10:24:21 2020-06-13] 178: Checking synchronizations ** [10:24:21 2020-06-13] 178: Checking tracker ** [10:24:21 2020-06-13] 178: Checking user_migrations ** [10:24:21 2020-06-13] 178: Checking batch_updates ** [10:24:21 2020-06-13] 178: Checking gears ** [10:24:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:24:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:26 2020-06-13] 178: Checking imports ** [10:24:26 2020-06-13] 178: Checking exports ** [10:24:26 2020-06-13] 178: Checking users ** [10:24:26 2020-06-13] 178: Checking user_dbs ** [10:24:26 2020-06-13] 178: Checking geocodings ** [10:24:26 2020-06-13] 178: Checking synchronizations ** [10:24:26 2020-06-13] 178: Checking tracker ** [10:24:26 2020-06-13] 178: Checking user_migrations ** [10:24:26 2020-06-13] 178: Checking batch_updates ** [10:24:26 2020-06-13] 178: Checking gears ** [10:24:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:24:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:31 2020-06-13] 178: Checking imports ** [10:24:31 2020-06-13] 178: Checking exports ** [10:24:31 2020-06-13] 178: Checking users ** [10:24:31 2020-06-13] 178: Checking user_dbs ** [10:24:31 2020-06-13] 178: Checking geocodings ** [10:24:31 2020-06-13] 178: Checking synchronizations ** [10:24:31 2020-06-13] 178: Checking tracker ** [10:24:31 2020-06-13] 178: Checking user_migrations ** [10:24:31 2020-06-13] 178: Checking batch_updates ** [10:24:31 2020-06-13] 178: Checking gears ** [10:24:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:24:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:36 2020-06-13] 178: Checking imports ** [10:24:36 2020-06-13] 178: Checking exports ** [10:24:36 2020-06-13] 178: Checking users ** [10:24:36 2020-06-13] 178: Checking user_dbs ** [10:24:36 2020-06-13] 178: Checking geocodings ** [10:24:36 2020-06-13] 178: Checking synchronizations ** [10:24:36 2020-06-13] 178: Checking tracker ** [10:24:36 2020-06-13] 178: Checking user_migrations ** [10:24:36 2020-06-13] 178: Checking batch_updates ** [10:24:36 2020-06-13] 178: Checking gears ** [10:24:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:24:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:41 2020-06-13] 178: Checking imports ** [10:24:41 2020-06-13] 178: Checking exports ** [10:24:41 2020-06-13] 178: Checking users ** [10:24:41 2020-06-13] 178: Checking user_dbs ** [10:24:41 2020-06-13] 178: Checking geocodings ** [10:24:41 2020-06-13] 178: Checking synchronizations ** [10:24:41 2020-06-13] 178: Checking tracker ** [10:24:41 2020-06-13] 178: Checking user_migrations ** [10:24:41 2020-06-13] 178: Checking batch_updates ** [10:24:41 2020-06-13] 178: Checking gears ** [10:24:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:24:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:46 2020-06-13] 178: Checking imports ** [10:24:46 2020-06-13] 178: Checking exports ** [10:24:46 2020-06-13] 178: Checking users ** [10:24:46 2020-06-13] 178: Checking user_dbs ** [10:24:46 2020-06-13] 178: Checking geocodings ** [10:24:46 2020-06-13] 178: Checking synchronizations ** [10:24:46 2020-06-13] 178: Checking tracker ** [10:24:46 2020-06-13] 178: Checking user_migrations ** [10:24:46 2020-06-13] 178: Checking batch_updates ** [10:24:46 2020-06-13] 178: Checking gears ** [10:24:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:24:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:51 2020-06-13] 178: Checking imports ** [10:24:51 2020-06-13] 178: Checking exports ** [10:24:51 2020-06-13] 178: Checking users ** [10:24:51 2020-06-13] 178: Checking user_dbs ** [10:24:51 2020-06-13] 178: Checking geocodings ** [10:24:51 2020-06-13] 178: Checking synchronizations ** [10:24:51 2020-06-13] 178: Checking tracker ** [10:24:51 2020-06-13] 178: Checking user_migrations ** [10:24:51 2020-06-13] 178: Checking batch_updates ** [10:24:51 2020-06-13] 178: Checking gears ** [10:24:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:24:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:56 2020-06-13] 178: Checking imports ** [10:24:56 2020-06-13] 178: Checking exports ** [10:24:56 2020-06-13] 178: Checking users ** [10:24:56 2020-06-13] 178: Checking user_dbs ** [10:24:56 2020-06-13] 178: Checking geocodings ** [10:24:56 2020-06-13] 178: Checking synchronizations ** [10:24:56 2020-06-13] 178: Checking tracker ** [10:24:56 2020-06-13] 178: Checking user_migrations ** [10:24:56 2020-06-13] 178: Checking batch_updates ** [10:24:56 2020-06-13] 178: Checking gears ** [10:24:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:24:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:01 2020-06-13] 178: Checking imports ** [10:25:01 2020-06-13] 178: Checking exports ** [10:25:01 2020-06-13] 178: Checking users ** [10:25:01 2020-06-13] 178: Checking user_dbs ** [10:25:01 2020-06-13] 178: Checking geocodings ** [10:25:01 2020-06-13] 178: Checking synchronizations ** [10:25:01 2020-06-13] 178: Checking tracker ** [10:25:01 2020-06-13] 178: Checking user_migrations ** [10:25:01 2020-06-13] 178: Checking batch_updates ** [10:25:01 2020-06-13] 178: Checking gears ** [10:25:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:25:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:06 2020-06-13] 178: Checking imports ** [10:25:06 2020-06-13] 178: Checking exports ** [10:25:06 2020-06-13] 178: Checking users ** [10:25:06 2020-06-13] 178: Checking user_dbs ** [10:25:06 2020-06-13] 178: Checking geocodings ** [10:25:06 2020-06-13] 178: Checking synchronizations ** [10:25:06 2020-06-13] 178: Checking tracker ** [10:25:06 2020-06-13] 178: Checking user_migrations ** [10:25:06 2020-06-13] 178: Checking batch_updates ** [10:25:06 2020-06-13] 178: Checking gears ** [10:25:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:25:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:11 2020-06-13] 178: Checking imports ** [10:25:11 2020-06-13] 178: Checking exports ** [10:25:11 2020-06-13] 178: Checking users ** [10:25:11 2020-06-13] 178: Checking user_dbs ** [10:25:11 2020-06-13] 178: Checking geocodings ** [10:25:11 2020-06-13] 178: Checking synchronizations ** [10:25:11 2020-06-13] 178: Checking tracker ** [10:25:11 2020-06-13] 178: Checking user_migrations ** [10:25:11 2020-06-13] 178: Checking batch_updates ** [10:25:11 2020-06-13] 178: Checking gears ** [10:25:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:25:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:16 2020-06-13] 178: Checking imports ** [10:25:16 2020-06-13] 178: Checking exports ** [10:25:16 2020-06-13] 178: Checking users ** [10:25:16 2020-06-13] 178: Checking user_dbs ** [10:25:16 2020-06-13] 178: Checking geocodings ** [10:25:16 2020-06-13] 178: Checking synchronizations ** [10:25:16 2020-06-13] 178: Checking tracker ** [10:25:16 2020-06-13] 178: Checking user_migrations ** [10:25:16 2020-06-13] 178: Checking batch_updates ** [10:25:16 2020-06-13] 178: Checking gears ** [10:25:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:25:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:21 2020-06-13] 178: Checking imports ** [10:25:21 2020-06-13] 178: Checking exports ** [10:25:21 2020-06-13] 178: Checking users ** [10:25:21 2020-06-13] 178: Checking user_dbs ** [10:25:21 2020-06-13] 178: Checking geocodings ** [10:25:21 2020-06-13] 178: Checking synchronizations ** [10:25:21 2020-06-13] 178: Checking tracker ** [10:25:21 2020-06-13] 178: Checking user_migrations ** [10:25:21 2020-06-13] 178: Checking batch_updates ** [10:25:21 2020-06-13] 178: Checking gears ** [10:25:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:25:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:26 2020-06-13] 178: Checking imports ** [10:25:26 2020-06-13] 178: Checking exports ** [10:25:26 2020-06-13] 178: Checking users ** [10:25:26 2020-06-13] 178: Checking user_dbs ** [10:25:26 2020-06-13] 178: Checking geocodings ** [10:25:26 2020-06-13] 178: Checking synchronizations ** [10:25:26 2020-06-13] 178: Checking tracker ** [10:25:26 2020-06-13] 178: Checking user_migrations ** [10:25:26 2020-06-13] 178: Checking batch_updates ** [10:25:26 2020-06-13] 178: Checking gears ** [10:25:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:25:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:31 2020-06-13] 178: Checking imports ** [10:25:31 2020-06-13] 178: Checking exports ** [10:25:31 2020-06-13] 178: Checking users ** [10:25:31 2020-06-13] 178: Checking user_dbs ** [10:25:31 2020-06-13] 178: Checking geocodings ** [10:25:31 2020-06-13] 178: Checking synchronizations ** [10:25:31 2020-06-13] 178: Checking tracker ** [10:25:31 2020-06-13] 178: Checking user_migrations ** [10:25:31 2020-06-13] 178: Checking batch_updates ** [10:25:31 2020-06-13] 178: Checking gears ** [10:25:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:25:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:36 2020-06-13] 178: Checking imports ** [10:25:36 2020-06-13] 178: Checking exports ** [10:25:36 2020-06-13] 178: Checking users ** [10:25:36 2020-06-13] 178: Checking user_dbs ** [10:25:36 2020-06-13] 178: Checking geocodings ** [10:25:36 2020-06-13] 178: Checking synchronizations ** [10:25:36 2020-06-13] 178: Checking tracker ** [10:25:36 2020-06-13] 178: Checking user_migrations ** [10:25:36 2020-06-13] 178: Checking batch_updates ** [10:25:36 2020-06-13] 178: Checking gears ** [10:25:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:25:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:41 2020-06-13] 178: Checking imports ** [10:25:41 2020-06-13] 178: Checking exports ** [10:25:41 2020-06-13] 178: Checking users ** [10:25:41 2020-06-13] 178: Checking user_dbs ** [10:25:41 2020-06-13] 178: Checking geocodings ** [10:25:41 2020-06-13] 178: Checking synchronizations ** [10:25:41 2020-06-13] 178: Checking tracker ** [10:25:41 2020-06-13] 178: Checking user_migrations ** [10:25:41 2020-06-13] 178: Checking batch_updates ** [10:25:41 2020-06-13] 178: Checking gears ** [10:25:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:25:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:46 2020-06-13] 178: Checking imports ** [10:25:46 2020-06-13] 178: Checking exports ** [10:25:46 2020-06-13] 178: Checking users ** [10:25:46 2020-06-13] 178: Checking user_dbs ** [10:25:46 2020-06-13] 178: Checking geocodings ** [10:25:46 2020-06-13] 178: Checking synchronizations ** [10:25:46 2020-06-13] 178: Checking tracker ** [10:25:46 2020-06-13] 178: Checking user_migrations ** [10:25:46 2020-06-13] 178: Checking batch_updates ** [10:25:46 2020-06-13] 178: Checking gears ** [10:25:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:25:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:51 2020-06-13] 178: Checking imports ** [10:25:51 2020-06-13] 178: Checking exports ** [10:25:51 2020-06-13] 178: Checking users ** [10:25:51 2020-06-13] 178: Checking user_dbs ** [10:25:51 2020-06-13] 178: Checking geocodings ** [10:25:51 2020-06-13] 178: Checking synchronizations ** [10:25:51 2020-06-13] 178: Checking tracker ** [10:25:51 2020-06-13] 178: Checking user_migrations ** [10:25:51 2020-06-13] 178: Checking batch_updates ** [10:25:51 2020-06-13] 178: Checking gears ** [10:25:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:25:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:56 2020-06-13] 178: Checking imports ** [10:25:56 2020-06-13] 178: Checking exports ** [10:25:56 2020-06-13] 178: Checking users ** [10:25:56 2020-06-13] 178: Checking user_dbs ** [10:25:56 2020-06-13] 178: Checking geocodings ** [10:25:56 2020-06-13] 178: Checking synchronizations ** [10:25:56 2020-06-13] 178: Checking tracker ** [10:25:56 2020-06-13] 178: Checking user_migrations ** [10:25:56 2020-06-13] 178: Checking batch_updates ** [10:25:56 2020-06-13] 178: Checking gears ** [10:25:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:25:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:01 2020-06-13] 178: Checking imports ** [10:26:01 2020-06-13] 178: Checking exports ** [10:26:01 2020-06-13] 178: Checking users ** [10:26:01 2020-06-13] 178: Checking user_dbs ** [10:26:01 2020-06-13] 178: Checking geocodings ** [10:26:01 2020-06-13] 178: Checking synchronizations ** [10:26:01 2020-06-13] 178: Checking tracker ** [10:26:01 2020-06-13] 178: Checking user_migrations ** [10:26:01 2020-06-13] 178: Checking batch_updates ** [10:26:01 2020-06-13] 178: Checking gears ** [10:26:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:26:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:06 2020-06-13] 178: Checking imports ** [10:26:06 2020-06-13] 178: Checking exports ** [10:26:06 2020-06-13] 178: Checking users ** [10:26:06 2020-06-13] 178: Checking user_dbs ** [10:26:06 2020-06-13] 178: Checking geocodings ** [10:26:06 2020-06-13] 178: Checking synchronizations ** [10:26:06 2020-06-13] 178: Checking tracker ** [10:26:06 2020-06-13] 178: Checking user_migrations ** [10:26:06 2020-06-13] 178: Checking batch_updates ** [10:26:06 2020-06-13] 178: Checking gears ** [10:26:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:26:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:11 2020-06-13] 178: Checking imports ** [10:26:11 2020-06-13] 178: Checking exports ** [10:26:11 2020-06-13] 178: Checking users ** [10:26:11 2020-06-13] 178: Checking user_dbs ** [10:26:11 2020-06-13] 178: Checking geocodings ** [10:26:11 2020-06-13] 178: Checking synchronizations ** [10:26:11 2020-06-13] 178: Checking tracker ** [10:26:11 2020-06-13] 178: Checking user_migrations ** [10:26:11 2020-06-13] 178: Checking batch_updates ** [10:26:11 2020-06-13] 178: Checking gears ** [10:26:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:26:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:16 2020-06-13] 178: Checking imports ** [10:26:16 2020-06-13] 178: Checking exports ** [10:26:16 2020-06-13] 178: Checking users ** [10:26:16 2020-06-13] 178: Checking user_dbs ** [10:26:16 2020-06-13] 178: Checking geocodings ** [10:26:16 2020-06-13] 178: Checking synchronizations ** [10:26:16 2020-06-13] 178: Checking tracker ** [10:26:16 2020-06-13] 178: Checking user_migrations ** [10:26:16 2020-06-13] 178: Checking batch_updates ** [10:26:16 2020-06-13] 178: Checking gears ** [10:26:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:26:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:21 2020-06-13] 178: Checking imports ** [10:26:21 2020-06-13] 178: Checking exports ** [10:26:21 2020-06-13] 178: Checking users ** [10:26:21 2020-06-13] 178: Checking user_dbs ** [10:26:21 2020-06-13] 178: Checking geocodings ** [10:26:21 2020-06-13] 178: Checking synchronizations ** [10:26:21 2020-06-13] 178: Checking tracker ** [10:26:21 2020-06-13] 178: Checking user_migrations ** [10:26:21 2020-06-13] 178: Checking batch_updates ** [10:26:21 2020-06-13] 178: Checking gears ** [10:26:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:26:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:26 2020-06-13] 178: Checking imports ** [10:26:26 2020-06-13] 178: Checking exports ** [10:26:26 2020-06-13] 178: Checking users ** [10:26:26 2020-06-13] 178: Checking user_dbs ** [10:26:26 2020-06-13] 178: Checking geocodings ** [10:26:26 2020-06-13] 178: Checking synchronizations ** [10:26:26 2020-06-13] 178: Checking tracker ** [10:26:26 2020-06-13] 178: Checking user_migrations ** [10:26:26 2020-06-13] 178: Checking batch_updates ** [10:26:26 2020-06-13] 178: Checking gears ** [10:26:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:26:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:31 2020-06-13] 178: Checking imports ** [10:26:31 2020-06-13] 178: Checking exports ** [10:26:31 2020-06-13] 178: Checking users ** [10:26:31 2020-06-13] 178: Checking user_dbs ** [10:26:31 2020-06-13] 178: Checking geocodings ** [10:26:31 2020-06-13] 178: Checking synchronizations ** [10:26:31 2020-06-13] 178: Checking tracker ** [10:26:31 2020-06-13] 178: Checking user_migrations ** [10:26:31 2020-06-13] 178: Checking batch_updates ** [10:26:31 2020-06-13] 178: Checking gears ** [10:26:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:26:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:36 2020-06-13] 178: Checking imports ** [10:26:36 2020-06-13] 178: Checking exports ** [10:26:36 2020-06-13] 178: Checking users ** [10:26:36 2020-06-13] 178: Checking user_dbs ** [10:26:36 2020-06-13] 178: Checking geocodings ** [10:26:36 2020-06-13] 178: Checking synchronizations ** [10:26:36 2020-06-13] 178: Checking tracker ** [10:26:36 2020-06-13] 178: Checking user_migrations ** [10:26:36 2020-06-13] 178: Checking batch_updates ** [10:26:36 2020-06-13] 178: Checking gears ** [10:26:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:26:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:41 2020-06-13] 178: Checking imports ** [10:26:41 2020-06-13] 178: Checking exports ** [10:26:41 2020-06-13] 178: Checking users ** [10:26:41 2020-06-13] 178: Checking user_dbs ** [10:26:41 2020-06-13] 178: Checking geocodings ** [10:26:41 2020-06-13] 178: Checking synchronizations ** [10:26:41 2020-06-13] 178: Checking tracker ** [10:26:41 2020-06-13] 178: Checking user_migrations ** [10:26:41 2020-06-13] 178: Checking batch_updates ** [10:26:41 2020-06-13] 178: Checking gears ** [10:26:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:26:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:46 2020-06-13] 178: Checking imports ** [10:26:46 2020-06-13] 178: Checking exports ** [10:26:46 2020-06-13] 178: Checking users ** [10:26:46 2020-06-13] 178: Checking user_dbs ** [10:26:46 2020-06-13] 178: Checking geocodings ** [10:26:46 2020-06-13] 178: Checking synchronizations ** [10:26:46 2020-06-13] 178: Checking tracker ** [10:26:46 2020-06-13] 178: Checking user_migrations ** [10:26:46 2020-06-13] 178: Checking batch_updates ** [10:26:46 2020-06-13] 178: Checking gears ** [10:26:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:26:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:51 2020-06-13] 178: Checking imports ** [10:26:51 2020-06-13] 178: Checking exports ** [10:26:51 2020-06-13] 178: Checking users ** [10:26:51 2020-06-13] 178: Checking user_dbs ** [10:26:51 2020-06-13] 178: Checking geocodings ** [10:26:51 2020-06-13] 178: Checking synchronizations ** [10:26:51 2020-06-13] 178: Checking tracker ** [10:26:51 2020-06-13] 178: Checking user_migrations ** [10:26:51 2020-06-13] 178: Checking batch_updates ** [10:26:51 2020-06-13] 178: Checking gears ** [10:26:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:26:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:56 2020-06-13] 178: Checking imports ** [10:26:56 2020-06-13] 178: Checking exports ** [10:26:56 2020-06-13] 178: Checking users ** [10:26:56 2020-06-13] 178: Checking user_dbs ** [10:26:56 2020-06-13] 178: Checking geocodings ** [10:26:56 2020-06-13] 178: Checking synchronizations ** [10:26:56 2020-06-13] 178: Checking tracker ** [10:26:56 2020-06-13] 178: Checking user_migrations ** [10:26:56 2020-06-13] 178: Checking batch_updates ** [10:26:56 2020-06-13] 178: Checking gears ** [10:26:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:26:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:01 2020-06-13] 178: Checking imports ** [10:27:01 2020-06-13] 178: Checking exports ** [10:27:01 2020-06-13] 178: Checking users ** [10:27:01 2020-06-13] 178: Checking user_dbs ** [10:27:01 2020-06-13] 178: Checking geocodings ** [10:27:01 2020-06-13] 178: Checking synchronizations ** [10:27:01 2020-06-13] 178: Checking tracker ** [10:27:01 2020-06-13] 178: Checking user_migrations ** [10:27:01 2020-06-13] 178: Checking batch_updates ** [10:27:01 2020-06-13] 178: Checking gears ** [10:27:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:27:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:06 2020-06-13] 178: Checking imports ** [10:27:06 2020-06-13] 178: Checking exports ** [10:27:06 2020-06-13] 178: Checking users ** [10:27:06 2020-06-13] 178: Checking user_dbs ** [10:27:06 2020-06-13] 178: Checking geocodings ** [10:27:06 2020-06-13] 178: Checking synchronizations ** [10:27:06 2020-06-13] 178: Checking tracker ** [10:27:06 2020-06-13] 178: Checking user_migrations ** [10:27:06 2020-06-13] 178: Checking batch_updates ** [10:27:06 2020-06-13] 178: Checking gears ** [10:27:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:27:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:11 2020-06-13] 178: Checking imports ** [10:27:11 2020-06-13] 178: Checking exports ** [10:27:11 2020-06-13] 178: Checking users ** [10:27:11 2020-06-13] 178: Checking user_dbs ** [10:27:11 2020-06-13] 178: Checking geocodings ** [10:27:11 2020-06-13] 178: Checking synchronizations ** [10:27:11 2020-06-13] 178: Checking tracker ** [10:27:11 2020-06-13] 178: Checking user_migrations ** [10:27:11 2020-06-13] 178: Checking batch_updates ** [10:27:11 2020-06-13] 178: Checking gears ** [10:27:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:27:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:16 2020-06-13] 178: Checking imports ** [10:27:16 2020-06-13] 178: Checking exports ** [10:27:16 2020-06-13] 178: Checking users ** [10:27:16 2020-06-13] 178: Checking user_dbs ** [10:27:16 2020-06-13] 178: Checking geocodings ** [10:27:16 2020-06-13] 178: Checking synchronizations ** [10:27:16 2020-06-13] 178: Checking tracker ** [10:27:16 2020-06-13] 178: Checking user_migrations ** [10:27:16 2020-06-13] 178: Checking batch_updates ** [10:27:16 2020-06-13] 178: Checking gears ** [10:27:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:27:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:21 2020-06-13] 178: Checking imports ** [10:27:21 2020-06-13] 178: Checking exports ** [10:27:21 2020-06-13] 178: Checking users ** [10:27:21 2020-06-13] 178: Checking user_dbs ** [10:27:21 2020-06-13] 178: Checking geocodings ** [10:27:21 2020-06-13] 178: Checking synchronizations ** [10:27:21 2020-06-13] 178: Checking tracker ** [10:27:21 2020-06-13] 178: Checking user_migrations ** [10:27:21 2020-06-13] 178: Checking batch_updates ** [10:27:21 2020-06-13] 178: Checking gears ** [10:27:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:27:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:26 2020-06-13] 178: Checking imports ** [10:27:26 2020-06-13] 178: Checking exports ** [10:27:26 2020-06-13] 178: Checking users ** [10:27:26 2020-06-13] 178: Checking user_dbs ** [10:27:26 2020-06-13] 178: Checking geocodings ** [10:27:26 2020-06-13] 178: Checking synchronizations ** [10:27:26 2020-06-13] 178: Checking tracker ** [10:27:26 2020-06-13] 178: Checking user_migrations ** [10:27:26 2020-06-13] 178: Checking batch_updates ** [10:27:26 2020-06-13] 178: Checking gears ** [10:27:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:27:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:31 2020-06-13] 178: Checking imports ** [10:27:31 2020-06-13] 178: Checking exports ** [10:27:31 2020-06-13] 178: Checking users ** [10:27:31 2020-06-13] 178: Checking user_dbs ** [10:27:31 2020-06-13] 178: Checking geocodings ** [10:27:31 2020-06-13] 178: Checking synchronizations ** [10:27:31 2020-06-13] 178: Checking tracker ** [10:27:31 2020-06-13] 178: Checking user_migrations ** [10:27:31 2020-06-13] 178: Checking batch_updates ** [10:27:31 2020-06-13] 178: Checking gears ** [10:27:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:27:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:36 2020-06-13] 178: Checking imports ** [10:27:36 2020-06-13] 178: Checking exports ** [10:27:36 2020-06-13] 178: Checking users ** [10:27:36 2020-06-13] 178: Checking user_dbs ** [10:27:36 2020-06-13] 178: Checking geocodings ** [10:27:36 2020-06-13] 178: Checking synchronizations ** [10:27:36 2020-06-13] 178: Checking tracker ** [10:27:36 2020-06-13] 178: Checking user_migrations ** [10:27:36 2020-06-13] 178: Checking batch_updates ** [10:27:36 2020-06-13] 178: Checking gears ** [10:27:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:27:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:41 2020-06-13] 178: Checking imports ** [10:27:41 2020-06-13] 178: Checking exports ** [10:27:41 2020-06-13] 178: Checking users ** [10:27:41 2020-06-13] 178: Checking user_dbs ** [10:27:41 2020-06-13] 178: Checking geocodings ** [10:27:41 2020-06-13] 178: Checking synchronizations ** [10:27:41 2020-06-13] 178: Checking tracker ** [10:27:41 2020-06-13] 178: Checking user_migrations ** [10:27:41 2020-06-13] 178: Checking batch_updates ** [10:27:41 2020-06-13] 178: Checking gears ** [10:27:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:27:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:46 2020-06-13] 178: Checking imports ** [10:27:46 2020-06-13] 178: Checking exports ** [10:27:46 2020-06-13] 178: Checking users ** [10:27:46 2020-06-13] 178: Checking user_dbs ** [10:27:46 2020-06-13] 178: Checking geocodings ** [10:27:46 2020-06-13] 178: Checking synchronizations ** [10:27:46 2020-06-13] 178: Checking tracker ** [10:27:46 2020-06-13] 178: Checking user_migrations ** [10:27:46 2020-06-13] 178: Checking batch_updates ** [10:27:46 2020-06-13] 178: Checking gears ** [10:27:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:27:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:51 2020-06-13] 178: Checking imports ** [10:27:51 2020-06-13] 178: Checking exports ** [10:27:51 2020-06-13] 178: Checking users ** [10:27:51 2020-06-13] 178: Checking user_dbs ** [10:27:51 2020-06-13] 178: Checking geocodings ** [10:27:51 2020-06-13] 178: Checking synchronizations ** [10:27:51 2020-06-13] 178: Checking tracker ** [10:27:51 2020-06-13] 178: Checking user_migrations ** [10:27:51 2020-06-13] 178: Checking batch_updates ** [10:27:51 2020-06-13] 178: Checking gears ** [10:27:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:27:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:56 2020-06-13] 178: Checking imports ** [10:27:56 2020-06-13] 178: Checking exports ** [10:27:56 2020-06-13] 178: Checking users ** [10:27:56 2020-06-13] 178: Checking user_dbs ** [10:27:56 2020-06-13] 178: Checking geocodings ** [10:27:56 2020-06-13] 178: Checking synchronizations ** [10:27:56 2020-06-13] 178: Checking tracker ** [10:27:56 2020-06-13] 178: Checking user_migrations ** [10:27:56 2020-06-13] 178: Checking batch_updates ** [10:27:56 2020-06-13] 178: Checking gears ** [10:27:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:27:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:01 2020-06-13] 178: Checking imports ** [10:28:01 2020-06-13] 178: Checking exports ** [10:28:01 2020-06-13] 178: Checking users ** [10:28:01 2020-06-13] 178: Checking user_dbs ** [10:28:01 2020-06-13] 178: Checking geocodings ** [10:28:01 2020-06-13] 178: Checking synchronizations ** [10:28:01 2020-06-13] 178: Checking tracker ** [10:28:01 2020-06-13] 178: Checking user_migrations ** [10:28:01 2020-06-13] 178: Checking batch_updates ** [10:28:01 2020-06-13] 178: Checking gears ** [10:28:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:28:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:06 2020-06-13] 178: Checking imports ** [10:28:06 2020-06-13] 178: Checking exports ** [10:28:06 2020-06-13] 178: Checking users ** [10:28:06 2020-06-13] 178: Checking user_dbs ** [10:28:06 2020-06-13] 178: Checking geocodings ** [10:28:06 2020-06-13] 178: Checking synchronizations ** [10:28:06 2020-06-13] 178: Checking tracker ** [10:28:06 2020-06-13] 178: Checking user_migrations ** [10:28:06 2020-06-13] 178: Checking batch_updates ** [10:28:06 2020-06-13] 178: Checking gears ** [10:28:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:28:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:11 2020-06-13] 178: Checking imports ** [10:28:11 2020-06-13] 178: Checking exports ** [10:28:11 2020-06-13] 178: Checking users ** [10:28:11 2020-06-13] 178: Checking user_dbs ** [10:28:11 2020-06-13] 178: Checking geocodings ** [10:28:11 2020-06-13] 178: Checking synchronizations ** [10:28:11 2020-06-13] 178: Checking tracker ** [10:28:11 2020-06-13] 178: Checking user_migrations ** [10:28:11 2020-06-13] 178: Checking batch_updates ** [10:28:11 2020-06-13] 178: Checking gears ** [10:28:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:28:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:16 2020-06-13] 178: Checking imports ** [10:28:16 2020-06-13] 178: Checking exports ** [10:28:16 2020-06-13] 178: Checking users ** [10:28:16 2020-06-13] 178: Checking user_dbs ** [10:28:16 2020-06-13] 178: Checking geocodings ** [10:28:16 2020-06-13] 178: Checking synchronizations ** [10:28:16 2020-06-13] 178: Checking tracker ** [10:28:16 2020-06-13] 178: Checking user_migrations ** [10:28:16 2020-06-13] 178: Checking batch_updates ** [10:28:16 2020-06-13] 178: Checking gears ** [10:28:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:28:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:21 2020-06-13] 178: Checking imports ** [10:28:21 2020-06-13] 178: Checking exports ** [10:28:21 2020-06-13] 178: Checking users ** [10:28:21 2020-06-13] 178: Checking user_dbs ** [10:28:21 2020-06-13] 178: Checking geocodings ** [10:28:21 2020-06-13] 178: Checking synchronizations ** [10:28:21 2020-06-13] 178: Checking tracker ** [10:28:21 2020-06-13] 178: Checking user_migrations ** [10:28:21 2020-06-13] 178: Checking batch_updates ** [10:28:21 2020-06-13] 178: Checking gears ** [10:28:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:28:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:26 2020-06-13] 178: Checking imports ** [10:28:26 2020-06-13] 178: Checking exports ** [10:28:26 2020-06-13] 178: Checking users ** [10:28:26 2020-06-13] 178: Checking user_dbs ** [10:28:26 2020-06-13] 178: Checking geocodings ** [10:28:26 2020-06-13] 178: Checking synchronizations ** [10:28:26 2020-06-13] 178: Checking tracker ** [10:28:26 2020-06-13] 178: Checking user_migrations ** [10:28:26 2020-06-13] 178: Checking batch_updates ** [10:28:26 2020-06-13] 178: Checking gears ** [10:28:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:28:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:31 2020-06-13] 178: Checking imports ** [10:28:31 2020-06-13] 178: Checking exports ** [10:28:31 2020-06-13] 178: Checking users ** [10:28:31 2020-06-13] 178: Checking user_dbs ** [10:28:31 2020-06-13] 178: Checking geocodings ** [10:28:31 2020-06-13] 178: Checking synchronizations ** [10:28:31 2020-06-13] 178: Checking tracker ** [10:28:31 2020-06-13] 178: Checking user_migrations ** [10:28:31 2020-06-13] 178: Checking batch_updates ** [10:28:31 2020-06-13] 178: Checking gears ** [10:28:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:28:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:36 2020-06-13] 178: Checking imports ** [10:28:36 2020-06-13] 178: Checking exports ** [10:28:36 2020-06-13] 178: Checking users ** [10:28:36 2020-06-13] 178: Checking user_dbs ** [10:28:36 2020-06-13] 178: Checking geocodings ** [10:28:36 2020-06-13] 178: Checking synchronizations ** [10:28:36 2020-06-13] 178: Checking tracker ** [10:28:36 2020-06-13] 178: Checking user_migrations ** [10:28:36 2020-06-13] 178: Checking batch_updates ** [10:28:36 2020-06-13] 178: Checking gears ** [10:28:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:28:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:41 2020-06-13] 178: Checking imports ** [10:28:41 2020-06-13] 178: Checking exports ** [10:28:41 2020-06-13] 178: Checking users ** [10:28:41 2020-06-13] 178: Checking user_dbs ** [10:28:41 2020-06-13] 178: Checking geocodings ** [10:28:41 2020-06-13] 178: Checking synchronizations ** [10:28:41 2020-06-13] 178: Checking tracker ** [10:28:41 2020-06-13] 178: Checking user_migrations ** [10:28:41 2020-06-13] 178: Checking batch_updates ** [10:28:41 2020-06-13] 178: Checking gears ** [10:28:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:28:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:46 2020-06-13] 178: Checking imports ** [10:28:46 2020-06-13] 178: Checking exports ** [10:28:46 2020-06-13] 178: Checking users ** [10:28:46 2020-06-13] 178: Checking user_dbs ** [10:28:46 2020-06-13] 178: Checking geocodings ** [10:28:46 2020-06-13] 178: Checking synchronizations ** [10:28:46 2020-06-13] 178: Checking tracker ** [10:28:46 2020-06-13] 178: Checking user_migrations ** [10:28:46 2020-06-13] 178: Checking batch_updates ** [10:28:46 2020-06-13] 178: Checking gears ** [10:28:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:28:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:51 2020-06-13] 178: Checking imports ** [10:28:51 2020-06-13] 178: Checking exports ** [10:28:51 2020-06-13] 178: Checking users ** [10:28:51 2020-06-13] 178: Checking user_dbs ** [10:28:51 2020-06-13] 178: Checking geocodings ** [10:28:51 2020-06-13] 178: Checking synchronizations ** [10:28:51 2020-06-13] 178: Checking tracker ** [10:28:51 2020-06-13] 178: Checking user_migrations ** [10:28:51 2020-06-13] 178: Checking batch_updates ** [10:28:51 2020-06-13] 178: Checking gears ** [10:28:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:28:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:56 2020-06-13] 178: Checking imports ** [10:28:56 2020-06-13] 178: Checking exports ** [10:28:56 2020-06-13] 178: Checking users ** [10:28:56 2020-06-13] 178: Checking user_dbs ** [10:28:56 2020-06-13] 178: Checking geocodings ** [10:28:56 2020-06-13] 178: Checking synchronizations ** [10:28:56 2020-06-13] 178: Checking tracker ** [10:28:56 2020-06-13] 178: Checking user_migrations ** [10:28:56 2020-06-13] 178: Checking batch_updates ** [10:28:56 2020-06-13] 178: Checking gears ** [10:28:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:28:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:01 2020-06-13] 178: Checking imports ** [10:29:01 2020-06-13] 178: Checking exports ** [10:29:01 2020-06-13] 178: Checking users ** [10:29:01 2020-06-13] 178: Checking user_dbs ** [10:29:01 2020-06-13] 178: Checking geocodings ** [10:29:01 2020-06-13] 178: Checking synchronizations ** [10:29:01 2020-06-13] 178: Checking tracker ** [10:29:01 2020-06-13] 178: Checking user_migrations ** [10:29:01 2020-06-13] 178: Checking batch_updates ** [10:29:01 2020-06-13] 178: Checking gears ** [10:29:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:29:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:06 2020-06-13] 178: Checking imports ** [10:29:06 2020-06-13] 178: Checking exports ** [10:29:06 2020-06-13] 178: Checking users ** [10:29:06 2020-06-13] 178: Checking user_dbs ** [10:29:06 2020-06-13] 178: Checking geocodings ** [10:29:06 2020-06-13] 178: Checking synchronizations ** [10:29:06 2020-06-13] 178: Checking tracker ** [10:29:06 2020-06-13] 178: Checking user_migrations ** [10:29:06 2020-06-13] 178: Checking batch_updates ** [10:29:06 2020-06-13] 178: Checking gears ** [10:29:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:29:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:11 2020-06-13] 178: Checking imports ** [10:29:11 2020-06-13] 178: Checking exports ** [10:29:11 2020-06-13] 178: Checking users ** [10:29:11 2020-06-13] 178: Checking user_dbs ** [10:29:11 2020-06-13] 178: Checking geocodings ** [10:29:11 2020-06-13] 178: Checking synchronizations ** [10:29:11 2020-06-13] 178: Checking tracker ** [10:29:11 2020-06-13] 178: Checking user_migrations ** [10:29:11 2020-06-13] 178: Checking batch_updates ** [10:29:11 2020-06-13] 178: Checking gears ** [10:29:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:29:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:16 2020-06-13] 178: Checking imports ** [10:29:16 2020-06-13] 178: Checking exports ** [10:29:16 2020-06-13] 178: Checking users ** [10:29:16 2020-06-13] 178: Checking user_dbs ** [10:29:16 2020-06-13] 178: Checking geocodings ** [10:29:16 2020-06-13] 178: Checking synchronizations ** [10:29:16 2020-06-13] 178: Checking tracker ** [10:29:16 2020-06-13] 178: Checking user_migrations ** [10:29:16 2020-06-13] 178: Checking batch_updates ** [10:29:16 2020-06-13] 178: Checking gears ** [10:29:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:29:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:21 2020-06-13] 178: Checking imports ** [10:29:21 2020-06-13] 178: Checking exports ** [10:29:21 2020-06-13] 178: Checking users ** [10:29:21 2020-06-13] 178: Checking user_dbs ** [10:29:21 2020-06-13] 178: Checking geocodings ** [10:29:21 2020-06-13] 178: Checking synchronizations ** [10:29:21 2020-06-13] 178: Checking tracker ** [10:29:21 2020-06-13] 178: Checking user_migrations ** [10:29:21 2020-06-13] 178: Checking batch_updates ** [10:29:21 2020-06-13] 178: Checking gears ** [10:29:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:29:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:26 2020-06-13] 178: Checking imports ** [10:29:26 2020-06-13] 178: Checking exports ** [10:29:26 2020-06-13] 178: Checking users ** [10:29:26 2020-06-13] 178: Checking user_dbs ** [10:29:26 2020-06-13] 178: Checking geocodings ** [10:29:26 2020-06-13] 178: Checking synchronizations ** [10:29:26 2020-06-13] 178: Checking tracker ** [10:29:26 2020-06-13] 178: Checking user_migrations ** [10:29:26 2020-06-13] 178: Checking batch_updates ** [10:29:26 2020-06-13] 178: Checking gears ** [10:29:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:29:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:31 2020-06-13] 178: Checking imports ** [10:29:31 2020-06-13] 178: Checking exports ** [10:29:31 2020-06-13] 178: Checking users ** [10:29:31 2020-06-13] 178: Checking user_dbs ** [10:29:31 2020-06-13] 178: Checking geocodings ** [10:29:31 2020-06-13] 178: Checking synchronizations ** [10:29:31 2020-06-13] 178: Checking tracker ** [10:29:31 2020-06-13] 178: Checking user_migrations ** [10:29:31 2020-06-13] 178: Checking batch_updates ** [10:29:31 2020-06-13] 178: Checking gears ** [10:29:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:29:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:36 2020-06-13] 178: Checking imports ** [10:29:36 2020-06-13] 178: Checking exports ** [10:29:36 2020-06-13] 178: Checking users ** [10:29:36 2020-06-13] 178: Checking user_dbs ** [10:29:36 2020-06-13] 178: Checking geocodings ** [10:29:36 2020-06-13] 178: Checking synchronizations ** [10:29:36 2020-06-13] 178: Checking tracker ** [10:29:36 2020-06-13] 178: Checking user_migrations ** [10:29:36 2020-06-13] 178: Checking batch_updates ** [10:29:36 2020-06-13] 178: Checking gears ** [10:29:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:29:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:41 2020-06-13] 178: Checking imports ** [10:29:41 2020-06-13] 178: Checking exports ** [10:29:41 2020-06-13] 178: Checking users ** [10:29:41 2020-06-13] 178: Checking user_dbs ** [10:29:41 2020-06-13] 178: Checking geocodings ** [10:29:41 2020-06-13] 178: Checking synchronizations ** [10:29:41 2020-06-13] 178: Checking tracker ** [10:29:41 2020-06-13] 178: Checking user_migrations ** [10:29:41 2020-06-13] 178: Checking batch_updates ** [10:29:41 2020-06-13] 178: Checking gears ** [10:29:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:29:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:46 2020-06-13] 178: Checking imports ** [10:29:46 2020-06-13] 178: Checking exports ** [10:29:46 2020-06-13] 178: Checking users ** [10:29:46 2020-06-13] 178: Checking user_dbs ** [10:29:46 2020-06-13] 178: Checking geocodings ** [10:29:46 2020-06-13] 178: Checking synchronizations ** [10:29:46 2020-06-13] 178: Checking tracker ** [10:29:46 2020-06-13] 178: Checking user_migrations ** [10:29:46 2020-06-13] 178: Checking batch_updates ** [10:29:46 2020-06-13] 178: Checking gears ** [10:29:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:29:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:51 2020-06-13] 178: Checking imports ** [10:29:51 2020-06-13] 178: Checking exports ** [10:29:51 2020-06-13] 178: Checking users ** [10:29:51 2020-06-13] 178: Checking user_dbs ** [10:29:51 2020-06-13] 178: Checking geocodings ** [10:29:51 2020-06-13] 178: Checking synchronizations ** [10:29:51 2020-06-13] 178: Checking tracker ** [10:29:51 2020-06-13] 178: Checking user_migrations ** [10:29:51 2020-06-13] 178: Checking batch_updates ** [10:29:51 2020-06-13] 178: Checking gears ** [10:29:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:29:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:56 2020-06-13] 178: Checking imports ** [10:29:56 2020-06-13] 178: Checking exports ** [10:29:56 2020-06-13] 178: Checking users ** [10:29:56 2020-06-13] 178: Checking user_dbs ** [10:29:56 2020-06-13] 178: Checking geocodings ** [10:29:56 2020-06-13] 178: Checking synchronizations ** [10:29:56 2020-06-13] 178: Checking tracker ** [10:29:56 2020-06-13] 178: Checking user_migrations ** [10:29:56 2020-06-13] 178: Checking batch_updates ** [10:29:56 2020-06-13] 178: Checking gears ** [10:29:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:29:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:01 2020-06-13] 178: Checking imports ** [10:30:01 2020-06-13] 178: Checking exports ** [10:30:01 2020-06-13] 178: Checking users ** [10:30:01 2020-06-13] 178: Checking user_dbs ** [10:30:01 2020-06-13] 178: Checking geocodings ** [10:30:01 2020-06-13] 178: Checking synchronizations ** [10:30:01 2020-06-13] 178: Checking tracker ** [10:30:01 2020-06-13] 178: Checking user_migrations ** [10:30:01 2020-06-13] 178: Checking batch_updates ** [10:30:01 2020-06-13] 178: Checking gears ** [10:30:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:30:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:06 2020-06-13] 178: Checking imports ** [10:30:06 2020-06-13] 178: Checking exports ** [10:30:06 2020-06-13] 178: Checking users ** [10:30:06 2020-06-13] 178: Checking user_dbs ** [10:30:06 2020-06-13] 178: Checking geocodings ** [10:30:06 2020-06-13] 178: Checking synchronizations ** [10:30:06 2020-06-13] 178: Checking tracker ** [10:30:06 2020-06-13] 178: Checking user_migrations ** [10:30:06 2020-06-13] 178: Checking batch_updates ** [10:30:06 2020-06-13] 178: Checking gears ** [10:30:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:30:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:11 2020-06-13] 178: Checking imports ** [10:30:11 2020-06-13] 178: Checking exports ** [10:30:11 2020-06-13] 178: Checking users ** [10:30:11 2020-06-13] 178: Checking user_dbs ** [10:30:11 2020-06-13] 178: Checking geocodings ** [10:30:11 2020-06-13] 178: Checking synchronizations ** [10:30:11 2020-06-13] 178: Checking tracker ** [10:30:11 2020-06-13] 178: Checking user_migrations ** [10:30:11 2020-06-13] 178: Checking batch_updates ** [10:30:11 2020-06-13] 178: Checking gears ** [10:30:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:30:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:16 2020-06-13] 178: Checking imports ** [10:30:16 2020-06-13] 178: Checking exports ** [10:30:16 2020-06-13] 178: Checking users ** [10:30:16 2020-06-13] 178: Checking user_dbs ** [10:30:16 2020-06-13] 178: Checking geocodings ** [10:30:16 2020-06-13] 178: Checking synchronizations ** [10:30:16 2020-06-13] 178: Checking tracker ** [10:30:16 2020-06-13] 178: Checking user_migrations ** [10:30:16 2020-06-13] 178: Checking batch_updates ** [10:30:16 2020-06-13] 178: Checking gears ** [10:30:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:30:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:21 2020-06-13] 178: Checking imports ** [10:30:21 2020-06-13] 178: Checking exports ** [10:30:21 2020-06-13] 178: Checking users ** [10:30:21 2020-06-13] 178: Checking user_dbs ** [10:30:21 2020-06-13] 178: Checking geocodings ** [10:30:21 2020-06-13] 178: Checking synchronizations ** [10:30:21 2020-06-13] 178: Checking tracker ** [10:30:21 2020-06-13] 178: Checking user_migrations ** [10:30:21 2020-06-13] 178: Checking batch_updates ** [10:30:21 2020-06-13] 178: Checking gears ** [10:30:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:30:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:26 2020-06-13] 178: Checking imports ** [10:30:26 2020-06-13] 178: Checking exports ** [10:30:26 2020-06-13] 178: Checking users ** [10:30:26 2020-06-13] 178: Checking user_dbs ** [10:30:26 2020-06-13] 178: Checking geocodings ** [10:30:26 2020-06-13] 178: Checking synchronizations ** [10:30:26 2020-06-13] 178: Checking tracker ** [10:30:26 2020-06-13] 178: Checking user_migrations ** [10:30:26 2020-06-13] 178: Checking batch_updates ** [10:30:26 2020-06-13] 178: Checking gears ** [10:30:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:30:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:31 2020-06-13] 178: Checking imports ** [10:30:31 2020-06-13] 178: Checking exports ** [10:30:31 2020-06-13] 178: Checking users ** [10:30:31 2020-06-13] 178: Checking user_dbs ** [10:30:31 2020-06-13] 178: Checking geocodings ** [10:30:31 2020-06-13] 178: Checking synchronizations ** [10:30:31 2020-06-13] 178: Checking tracker ** [10:30:31 2020-06-13] 178: Checking user_migrations ** [10:30:31 2020-06-13] 178: Checking batch_updates ** [10:30:31 2020-06-13] 178: Checking gears ** [10:30:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:30:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:36 2020-06-13] 178: Checking imports ** [10:30:36 2020-06-13] 178: Checking exports ** [10:30:36 2020-06-13] 178: Checking users ** [10:30:36 2020-06-13] 178: Checking user_dbs ** [10:30:36 2020-06-13] 178: Checking geocodings ** [10:30:36 2020-06-13] 178: Checking synchronizations ** [10:30:36 2020-06-13] 178: Checking tracker ** [10:30:36 2020-06-13] 178: Checking user_migrations ** [10:30:36 2020-06-13] 178: Checking batch_updates ** [10:30:36 2020-06-13] 178: Checking gears ** [10:30:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:30:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:41 2020-06-13] 178: Checking imports ** [10:30:41 2020-06-13] 178: Checking exports ** [10:30:41 2020-06-13] 178: Checking users ** [10:30:41 2020-06-13] 178: Checking user_dbs ** [10:30:41 2020-06-13] 178: Checking geocodings ** [10:30:41 2020-06-13] 178: Checking synchronizations ** [10:30:41 2020-06-13] 178: Checking tracker ** [10:30:41 2020-06-13] 178: Checking user_migrations ** [10:30:41 2020-06-13] 178: Checking batch_updates ** [10:30:41 2020-06-13] 178: Checking gears ** [10:30:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:30:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:46 2020-06-13] 178: Checking imports ** [10:30:46 2020-06-13] 178: Checking exports ** [10:30:46 2020-06-13] 178: Checking users ** [10:30:46 2020-06-13] 178: Checking user_dbs ** [10:30:46 2020-06-13] 178: Checking geocodings ** [10:30:46 2020-06-13] 178: Checking synchronizations ** [10:30:46 2020-06-13] 178: Checking tracker ** [10:30:46 2020-06-13] 178: Checking user_migrations ** [10:30:46 2020-06-13] 178: Checking batch_updates ** [10:30:46 2020-06-13] 178: Checking gears ** [10:30:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:30:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:51 2020-06-13] 178: Checking imports ** [10:30:51 2020-06-13] 178: Checking exports ** [10:30:51 2020-06-13] 178: Checking users ** [10:30:51 2020-06-13] 178: Checking user_dbs ** [10:30:51 2020-06-13] 178: Checking geocodings ** [10:30:51 2020-06-13] 178: Checking synchronizations ** [10:30:51 2020-06-13] 178: Checking tracker ** [10:30:51 2020-06-13] 178: Checking user_migrations ** [10:30:51 2020-06-13] 178: Checking batch_updates ** [10:30:51 2020-06-13] 178: Checking gears ** [10:30:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:30:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:56 2020-06-13] 178: Checking imports ** [10:30:56 2020-06-13] 178: Checking exports ** [10:30:56 2020-06-13] 178: Checking users ** [10:30:56 2020-06-13] 178: Checking user_dbs ** [10:30:56 2020-06-13] 178: Checking geocodings ** [10:30:56 2020-06-13] 178: Checking synchronizations ** [10:30:56 2020-06-13] 178: Checking tracker ** [10:30:56 2020-06-13] 178: Checking user_migrations ** [10:30:56 2020-06-13] 178: Checking batch_updates ** [10:30:56 2020-06-13] 178: Checking gears ** [10:30:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:30:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:01 2020-06-13] 178: Checking imports ** [10:31:01 2020-06-13] 178: Checking exports ** [10:31:01 2020-06-13] 178: Checking users ** [10:31:01 2020-06-13] 178: Checking user_dbs ** [10:31:01 2020-06-13] 178: Checking geocodings ** [10:31:01 2020-06-13] 178: Checking synchronizations ** [10:31:01 2020-06-13] 178: Checking tracker ** [10:31:01 2020-06-13] 178: Checking user_migrations ** [10:31:01 2020-06-13] 178: Checking batch_updates ** [10:31:01 2020-06-13] 178: Checking gears ** [10:31:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:31:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:06 2020-06-13] 178: Checking imports ** [10:31:06 2020-06-13] 178: Checking exports ** [10:31:06 2020-06-13] 178: Checking users ** [10:31:06 2020-06-13] 178: Checking user_dbs ** [10:31:06 2020-06-13] 178: Checking geocodings ** [10:31:06 2020-06-13] 178: Checking synchronizations ** [10:31:06 2020-06-13] 178: Checking tracker ** [10:31:06 2020-06-13] 178: Checking user_migrations ** [10:31:06 2020-06-13] 178: Checking batch_updates ** [10:31:06 2020-06-13] 178: Checking gears ** [10:31:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:31:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:11 2020-06-13] 178: Checking imports ** [10:31:11 2020-06-13] 178: Checking exports ** [10:31:11 2020-06-13] 178: Checking users ** [10:31:11 2020-06-13] 178: Checking user_dbs ** [10:31:11 2020-06-13] 178: Checking geocodings ** [10:31:11 2020-06-13] 178: Checking synchronizations ** [10:31:11 2020-06-13] 178: Checking tracker ** [10:31:11 2020-06-13] 178: Checking user_migrations ** [10:31:11 2020-06-13] 178: Checking batch_updates ** [10:31:11 2020-06-13] 178: Checking gears ** [10:31:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:31:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:16 2020-06-13] 178: Checking imports ** [10:31:16 2020-06-13] 178: Checking exports ** [10:31:16 2020-06-13] 178: Checking users ** [10:31:16 2020-06-13] 178: Checking user_dbs ** [10:31:16 2020-06-13] 178: Checking geocodings ** [10:31:16 2020-06-13] 178: Checking synchronizations ** [10:31:16 2020-06-13] 178: Checking tracker ** [10:31:16 2020-06-13] 178: Checking user_migrations ** [10:31:16 2020-06-13] 178: Checking batch_updates ** [10:31:16 2020-06-13] 178: Checking gears ** [10:31:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:31:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:21 2020-06-13] 178: Checking imports ** [10:31:21 2020-06-13] 178: Checking exports ** [10:31:21 2020-06-13] 178: Checking users ** [10:31:21 2020-06-13] 178: Checking user_dbs ** [10:31:21 2020-06-13] 178: Checking geocodings ** [10:31:21 2020-06-13] 178: Checking synchronizations ** [10:31:21 2020-06-13] 178: Checking tracker ** [10:31:21 2020-06-13] 178: Checking user_migrations ** [10:31:21 2020-06-13] 178: Checking batch_updates ** [10:31:21 2020-06-13] 178: Checking gears ** [10:31:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:31:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:26 2020-06-13] 178: Checking imports ** [10:31:26 2020-06-13] 178: Checking exports ** [10:31:26 2020-06-13] 178: Checking users ** [10:31:26 2020-06-13] 178: Checking user_dbs ** [10:31:26 2020-06-13] 178: Checking geocodings ** [10:31:26 2020-06-13] 178: Checking synchronizations ** [10:31:26 2020-06-13] 178: Checking tracker ** [10:31:26 2020-06-13] 178: Checking user_migrations ** [10:31:26 2020-06-13] 178: Checking batch_updates ** [10:31:26 2020-06-13] 178: Checking gears ** [10:31:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:31:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:31 2020-06-13] 178: Checking imports ** [10:31:31 2020-06-13] 178: Checking exports ** [10:31:31 2020-06-13] 178: Checking users ** [10:31:31 2020-06-13] 178: Checking user_dbs ** [10:31:31 2020-06-13] 178: Checking geocodings ** [10:31:31 2020-06-13] 178: Checking synchronizations ** [10:31:31 2020-06-13] 178: Checking tracker ** [10:31:31 2020-06-13] 178: Checking user_migrations ** [10:31:31 2020-06-13] 178: Checking batch_updates ** [10:31:31 2020-06-13] 178: Checking gears ** [10:31:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:31:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:36 2020-06-13] 178: Checking imports ** [10:31:36 2020-06-13] 178: Checking exports ** [10:31:36 2020-06-13] 178: Checking users ** [10:31:36 2020-06-13] 178: Checking user_dbs ** [10:31:36 2020-06-13] 178: Checking geocodings ** [10:31:36 2020-06-13] 178: Checking synchronizations ** [10:31:36 2020-06-13] 178: Checking tracker ** [10:31:36 2020-06-13] 178: Checking user_migrations ** [10:31:36 2020-06-13] 178: Checking batch_updates ** [10:31:36 2020-06-13] 178: Checking gears ** [10:31:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:31:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:41 2020-06-13] 178: Checking imports ** [10:31:41 2020-06-13] 178: Checking exports ** [10:31:41 2020-06-13] 178: Checking users ** [10:31:41 2020-06-13] 178: Checking user_dbs ** [10:31:41 2020-06-13] 178: Checking geocodings ** [10:31:41 2020-06-13] 178: Checking synchronizations ** [10:31:41 2020-06-13] 178: Checking tracker ** [10:31:41 2020-06-13] 178: Checking user_migrations ** [10:31:41 2020-06-13] 178: Checking batch_updates ** [10:31:41 2020-06-13] 178: Checking gears ** [10:31:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:31:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:46 2020-06-13] 178: Checking imports ** [10:31:46 2020-06-13] 178: Checking exports ** [10:31:46 2020-06-13] 178: Checking users ** [10:31:46 2020-06-13] 178: Checking user_dbs ** [10:31:46 2020-06-13] 178: Checking geocodings ** [10:31:46 2020-06-13] 178: Checking synchronizations ** [10:31:46 2020-06-13] 178: Checking tracker ** [10:31:46 2020-06-13] 178: Checking user_migrations ** [10:31:46 2020-06-13] 178: Checking batch_updates ** [10:31:46 2020-06-13] 178: Checking gears ** [10:31:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:31:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:51 2020-06-13] 178: Checking imports ** [10:31:51 2020-06-13] 178: Checking exports ** [10:31:51 2020-06-13] 178: Checking users ** [10:31:51 2020-06-13] 178: Checking user_dbs ** [10:31:51 2020-06-13] 178: Checking geocodings ** [10:31:51 2020-06-13] 178: Checking synchronizations ** [10:31:51 2020-06-13] 178: Checking tracker ** [10:31:51 2020-06-13] 178: Checking user_migrations ** [10:31:51 2020-06-13] 178: Checking batch_updates ** [10:31:51 2020-06-13] 178: Checking gears ** [10:31:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:31:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:56 2020-06-13] 178: Checking imports ** [10:31:56 2020-06-13] 178: Checking exports ** [10:31:56 2020-06-13] 178: Checking users ** [10:31:56 2020-06-13] 178: Checking user_dbs ** [10:31:56 2020-06-13] 178: Checking geocodings ** [10:31:56 2020-06-13] 178: Checking synchronizations ** [10:31:56 2020-06-13] 178: Checking tracker ** [10:31:56 2020-06-13] 178: Checking user_migrations ** [10:31:56 2020-06-13] 178: Checking batch_updates ** [10:31:56 2020-06-13] 178: Checking gears ** [10:31:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:31:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:01 2020-06-13] 178: Checking imports ** [10:32:01 2020-06-13] 178: Checking exports ** [10:32:01 2020-06-13] 178: Checking users ** [10:32:01 2020-06-13] 178: Checking user_dbs ** [10:32:01 2020-06-13] 178: Checking geocodings ** [10:32:01 2020-06-13] 178: Checking synchronizations ** [10:32:01 2020-06-13] 178: Checking tracker ** [10:32:01 2020-06-13] 178: Checking user_migrations ** [10:32:01 2020-06-13] 178: Checking batch_updates ** [10:32:01 2020-06-13] 178: Checking gears ** [10:32:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:32:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:06 2020-06-13] 178: Checking imports ** [10:32:06 2020-06-13] 178: Checking exports ** [10:32:06 2020-06-13] 178: Checking users ** [10:32:06 2020-06-13] 178: Checking user_dbs ** [10:32:06 2020-06-13] 178: Checking geocodings ** [10:32:06 2020-06-13] 178: Checking synchronizations ** [10:32:06 2020-06-13] 178: Checking tracker ** [10:32:06 2020-06-13] 178: Checking user_migrations ** [10:32:06 2020-06-13] 178: Checking batch_updates ** [10:32:06 2020-06-13] 178: Checking gears ** [10:32:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:32:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:12 2020-06-13] 178: Checking imports ** [10:32:12 2020-06-13] 178: Checking exports ** [10:32:12 2020-06-13] 178: Checking users ** [10:32:12 2020-06-13] 178: Checking user_dbs ** [10:32:12 2020-06-13] 178: Checking geocodings ** [10:32:12 2020-06-13] 178: Checking synchronizations ** [10:32:12 2020-06-13] 178: Checking tracker ** [10:32:12 2020-06-13] 178: Checking user_migrations ** [10:32:12 2020-06-13] 178: Checking batch_updates ** [10:32:12 2020-06-13] 178: Checking gears ** [10:32:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:32:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:17 2020-06-13] 178: Checking imports ** [10:32:17 2020-06-13] 178: Checking exports ** [10:32:17 2020-06-13] 178: Checking users ** [10:32:17 2020-06-13] 178: Checking user_dbs ** [10:32:17 2020-06-13] 178: Checking geocodings ** [10:32:17 2020-06-13] 178: Checking synchronizations ** [10:32:17 2020-06-13] 178: Checking tracker ** [10:32:17 2020-06-13] 178: Checking user_migrations ** [10:32:17 2020-06-13] 178: Checking batch_updates ** [10:32:17 2020-06-13] 178: Checking gears ** [10:32:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:32:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:22 2020-06-13] 178: Checking imports ** [10:32:22 2020-06-13] 178: Checking exports ** [10:32:22 2020-06-13] 178: Checking users ** [10:32:22 2020-06-13] 178: Checking user_dbs ** [10:32:22 2020-06-13] 178: Checking geocodings ** [10:32:22 2020-06-13] 178: Checking synchronizations ** [10:32:22 2020-06-13] 178: Checking tracker ** [10:32:22 2020-06-13] 178: Checking user_migrations ** [10:32:22 2020-06-13] 178: Checking batch_updates ** [10:32:22 2020-06-13] 178: Checking gears ** [10:32:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:32:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:27 2020-06-13] 178: Checking imports ** [10:32:27 2020-06-13] 178: Checking exports ** [10:32:27 2020-06-13] 178: Checking users ** [10:32:27 2020-06-13] 178: Checking user_dbs ** [10:32:27 2020-06-13] 178: Checking geocodings ** [10:32:27 2020-06-13] 178: Checking synchronizations ** [10:32:27 2020-06-13] 178: Checking tracker ** [10:32:27 2020-06-13] 178: Checking user_migrations ** [10:32:27 2020-06-13] 178: Checking batch_updates ** [10:32:27 2020-06-13] 178: Checking gears ** [10:32:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:32:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:32 2020-06-13] 178: Checking imports ** [10:32:32 2020-06-13] 178: Checking exports ** [10:32:32 2020-06-13] 178: Checking users ** [10:32:32 2020-06-13] 178: Checking user_dbs ** [10:32:32 2020-06-13] 178: Checking geocodings ** [10:32:32 2020-06-13] 178: Checking synchronizations ** [10:32:32 2020-06-13] 178: Checking tracker ** [10:32:32 2020-06-13] 178: Checking user_migrations ** [10:32:32 2020-06-13] 178: Checking batch_updates ** [10:32:32 2020-06-13] 178: Checking gears ** [10:32:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:32:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:37 2020-06-13] 178: Checking imports ** [10:32:37 2020-06-13] 178: Checking exports ** [10:32:37 2020-06-13] 178: Checking users ** [10:32:37 2020-06-13] 178: Checking user_dbs ** [10:32:37 2020-06-13] 178: Checking geocodings ** [10:32:37 2020-06-13] 178: Checking synchronizations ** [10:32:37 2020-06-13] 178: Checking tracker ** [10:32:37 2020-06-13] 178: Checking user_migrations ** [10:32:37 2020-06-13] 178: Checking batch_updates ** [10:32:37 2020-06-13] 178: Checking gears ** [10:32:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:32:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:42 2020-06-13] 178: Checking imports ** [10:32:42 2020-06-13] 178: Checking exports ** [10:32:42 2020-06-13] 178: Checking users ** [10:32:42 2020-06-13] 178: Checking user_dbs ** [10:32:42 2020-06-13] 178: Checking geocodings ** [10:32:42 2020-06-13] 178: Checking synchronizations ** [10:32:42 2020-06-13] 178: Checking tracker ** [10:32:42 2020-06-13] 178: Checking user_migrations ** [10:32:42 2020-06-13] 178: Checking batch_updates ** [10:32:42 2020-06-13] 178: Checking gears ** [10:32:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:32:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:47 2020-06-13] 178: Checking imports ** [10:32:47 2020-06-13] 178: Checking exports ** [10:32:47 2020-06-13] 178: Checking users ** [10:32:47 2020-06-13] 178: Checking user_dbs ** [10:32:47 2020-06-13] 178: Checking geocodings ** [10:32:47 2020-06-13] 178: Checking synchronizations ** [10:32:47 2020-06-13] 178: Checking tracker ** [10:32:47 2020-06-13] 178: Checking user_migrations ** [10:32:47 2020-06-13] 178: Checking batch_updates ** [10:32:47 2020-06-13] 178: Checking gears ** [10:32:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:32:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:52 2020-06-13] 178: Checking imports ** [10:32:52 2020-06-13] 178: Checking exports ** [10:32:52 2020-06-13] 178: Checking users ** [10:32:52 2020-06-13] 178: Checking user_dbs ** [10:32:52 2020-06-13] 178: Checking geocodings ** [10:32:52 2020-06-13] 178: Checking synchronizations ** [10:32:52 2020-06-13] 178: Checking tracker ** [10:32:52 2020-06-13] 178: Checking user_migrations ** [10:32:52 2020-06-13] 178: Checking batch_updates ** [10:32:52 2020-06-13] 178: Checking gears ** [10:32:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:32:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:57 2020-06-13] 178: Checking imports ** [10:32:57 2020-06-13] 178: Checking exports ** [10:32:57 2020-06-13] 178: Checking users ** [10:32:57 2020-06-13] 178: Checking user_dbs ** [10:32:57 2020-06-13] 178: Checking geocodings ** [10:32:57 2020-06-13] 178: Checking synchronizations ** [10:32:57 2020-06-13] 178: Checking tracker ** [10:32:57 2020-06-13] 178: Checking user_migrations ** [10:32:57 2020-06-13] 178: Checking batch_updates ** [10:32:57 2020-06-13] 178: Checking gears ** [10:32:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:32:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:02 2020-06-13] 178: Checking imports ** [10:33:02 2020-06-13] 178: Checking exports ** [10:33:02 2020-06-13] 178: Checking users ** [10:33:02 2020-06-13] 178: Checking user_dbs ** [10:33:02 2020-06-13] 178: Checking geocodings ** [10:33:02 2020-06-13] 178: Checking synchronizations ** [10:33:02 2020-06-13] 178: Checking tracker ** [10:33:02 2020-06-13] 178: Checking user_migrations ** [10:33:02 2020-06-13] 178: Checking batch_updates ** [10:33:02 2020-06-13] 178: Checking gears ** [10:33:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:33:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:07 2020-06-13] 178: Checking imports ** [10:33:07 2020-06-13] 178: Checking exports ** [10:33:07 2020-06-13] 178: Checking users ** [10:33:07 2020-06-13] 178: Checking user_dbs ** [10:33:07 2020-06-13] 178: Checking geocodings ** [10:33:07 2020-06-13] 178: Checking synchronizations ** [10:33:07 2020-06-13] 178: Checking tracker ** [10:33:07 2020-06-13] 178: Checking user_migrations ** [10:33:07 2020-06-13] 178: Checking batch_updates ** [10:33:07 2020-06-13] 178: Checking gears ** [10:33:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:33:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:12 2020-06-13] 178: Checking imports ** [10:33:12 2020-06-13] 178: Checking exports ** [10:33:12 2020-06-13] 178: Checking users ** [10:33:12 2020-06-13] 178: Checking user_dbs ** [10:33:12 2020-06-13] 178: Checking geocodings ** [10:33:12 2020-06-13] 178: Checking synchronizations ** [10:33:12 2020-06-13] 178: Checking tracker ** [10:33:12 2020-06-13] 178: Checking user_migrations ** [10:33:12 2020-06-13] 178: Checking batch_updates ** [10:33:12 2020-06-13] 178: Checking gears ** [10:33:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:33:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:17 2020-06-13] 178: Checking imports ** [10:33:17 2020-06-13] 178: Checking exports ** [10:33:17 2020-06-13] 178: Checking users ** [10:33:17 2020-06-13] 178: Checking user_dbs ** [10:33:17 2020-06-13] 178: Checking geocodings ** [10:33:17 2020-06-13] 178: Checking synchronizations ** [10:33:17 2020-06-13] 178: Checking tracker ** [10:33:17 2020-06-13] 178: Checking user_migrations ** [10:33:17 2020-06-13] 178: Checking batch_updates ** [10:33:17 2020-06-13] 178: Checking gears ** [10:33:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:33:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:22 2020-06-13] 178: Checking imports ** [10:33:22 2020-06-13] 178: Checking exports ** [10:33:22 2020-06-13] 178: Checking users ** [10:33:22 2020-06-13] 178: Checking user_dbs ** [10:33:22 2020-06-13] 178: Checking geocodings ** [10:33:22 2020-06-13] 178: Checking synchronizations ** [10:33:22 2020-06-13] 178: Checking tracker ** [10:33:22 2020-06-13] 178: Checking user_migrations ** [10:33:22 2020-06-13] 178: Checking batch_updates ** [10:33:22 2020-06-13] 178: Checking gears ** [10:33:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:33:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:27 2020-06-13] 178: Checking imports ** [10:33:27 2020-06-13] 178: Checking exports ** [10:33:27 2020-06-13] 178: Checking users ** [10:33:27 2020-06-13] 178: Checking user_dbs ** [10:33:27 2020-06-13] 178: Checking geocodings ** [10:33:27 2020-06-13] 178: Checking synchronizations ** [10:33:27 2020-06-13] 178: Checking tracker ** [10:33:27 2020-06-13] 178: Checking user_migrations ** [10:33:27 2020-06-13] 178: Checking batch_updates ** [10:33:27 2020-06-13] 178: Checking gears ** [10:33:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:33:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:32 2020-06-13] 178: Checking imports ** [10:33:32 2020-06-13] 178: Checking exports ** [10:33:32 2020-06-13] 178: Checking users ** [10:33:32 2020-06-13] 178: Checking user_dbs ** [10:33:32 2020-06-13] 178: Checking geocodings ** [10:33:32 2020-06-13] 178: Checking synchronizations ** [10:33:32 2020-06-13] 178: Checking tracker ** [10:33:32 2020-06-13] 178: Checking user_migrations ** [10:33:32 2020-06-13] 178: Checking batch_updates ** [10:33:32 2020-06-13] 178: Checking gears ** [10:33:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:33:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:37 2020-06-13] 178: Checking imports ** [10:33:37 2020-06-13] 178: Checking exports ** [10:33:37 2020-06-13] 178: Checking users ** [10:33:37 2020-06-13] 178: Checking user_dbs ** [10:33:37 2020-06-13] 178: Checking geocodings ** [10:33:37 2020-06-13] 178: Checking synchronizations ** [10:33:37 2020-06-13] 178: Checking tracker ** [10:33:37 2020-06-13] 178: Checking user_migrations ** [10:33:37 2020-06-13] 178: Checking batch_updates ** [10:33:37 2020-06-13] 178: Checking gears ** [10:33:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:33:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:42 2020-06-13] 178: Checking imports ** [10:33:42 2020-06-13] 178: Checking exports ** [10:33:42 2020-06-13] 178: Checking users ** [10:33:42 2020-06-13] 178: Checking user_dbs ** [10:33:42 2020-06-13] 178: Checking geocodings ** [10:33:42 2020-06-13] 178: Checking synchronizations ** [10:33:42 2020-06-13] 178: Checking tracker ** [10:33:42 2020-06-13] 178: Checking user_migrations ** [10:33:42 2020-06-13] 178: Checking batch_updates ** [10:33:42 2020-06-13] 178: Checking gears ** [10:33:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:33:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:47 2020-06-13] 178: Checking imports ** [10:33:47 2020-06-13] 178: Checking exports ** [10:33:47 2020-06-13] 178: Checking users ** [10:33:47 2020-06-13] 178: Checking user_dbs ** [10:33:47 2020-06-13] 178: Checking geocodings ** [10:33:47 2020-06-13] 178: Checking synchronizations ** [10:33:47 2020-06-13] 178: Checking tracker ** [10:33:47 2020-06-13] 178: Checking user_migrations ** [10:33:47 2020-06-13] 178: Checking batch_updates ** [10:33:47 2020-06-13] 178: Checking gears ** [10:33:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:33:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:52 2020-06-13] 178: Checking imports ** [10:33:52 2020-06-13] 178: Checking exports ** [10:33:52 2020-06-13] 178: Checking users ** [10:33:52 2020-06-13] 178: Checking user_dbs ** [10:33:52 2020-06-13] 178: Checking geocodings ** [10:33:52 2020-06-13] 178: Checking synchronizations ** [10:33:52 2020-06-13] 178: Checking tracker ** [10:33:52 2020-06-13] 178: Checking user_migrations ** [10:33:52 2020-06-13] 178: Checking batch_updates ** [10:33:52 2020-06-13] 178: Checking gears ** [10:33:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:33:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:57 2020-06-13] 178: Checking imports ** [10:33:57 2020-06-13] 178: Checking exports ** [10:33:57 2020-06-13] 178: Checking users ** [10:33:57 2020-06-13] 178: Checking user_dbs ** [10:33:57 2020-06-13] 178: Checking geocodings ** [10:33:57 2020-06-13] 178: Checking synchronizations ** [10:33:57 2020-06-13] 178: Checking tracker ** [10:33:57 2020-06-13] 178: Checking user_migrations ** [10:33:57 2020-06-13] 178: Checking batch_updates ** [10:33:57 2020-06-13] 178: Checking gears ** [10:33:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:33:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:02 2020-06-13] 178: Checking imports ** [10:34:02 2020-06-13] 178: Checking exports ** [10:34:02 2020-06-13] 178: Checking users ** [10:34:02 2020-06-13] 178: Checking user_dbs ** [10:34:02 2020-06-13] 178: Checking geocodings ** [10:34:02 2020-06-13] 178: Checking synchronizations ** [10:34:02 2020-06-13] 178: Checking tracker ** [10:34:02 2020-06-13] 178: Checking user_migrations ** [10:34:02 2020-06-13] 178: Checking batch_updates ** [10:34:02 2020-06-13] 178: Checking gears ** [10:34:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:34:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:07 2020-06-13] 178: Checking imports ** [10:34:07 2020-06-13] 178: Checking exports ** [10:34:07 2020-06-13] 178: Checking users ** [10:34:07 2020-06-13] 178: Checking user_dbs ** [10:34:07 2020-06-13] 178: Checking geocodings ** [10:34:07 2020-06-13] 178: Checking synchronizations ** [10:34:07 2020-06-13] 178: Checking tracker ** [10:34:07 2020-06-13] 178: Checking user_migrations ** [10:34:07 2020-06-13] 178: Checking batch_updates ** [10:34:07 2020-06-13] 178: Checking gears ** [10:34:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:34:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:12 2020-06-13] 178: Checking imports ** [10:34:12 2020-06-13] 178: Checking exports ** [10:34:12 2020-06-13] 178: Checking users ** [10:34:12 2020-06-13] 178: Checking user_dbs ** [10:34:12 2020-06-13] 178: Checking geocodings ** [10:34:12 2020-06-13] 178: Checking synchronizations ** [10:34:12 2020-06-13] 178: Checking tracker ** [10:34:12 2020-06-13] 178: Checking user_migrations ** [10:34:12 2020-06-13] 178: Checking batch_updates ** [10:34:12 2020-06-13] 178: Checking gears ** [10:34:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:34:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:17 2020-06-13] 178: Checking imports ** [10:34:17 2020-06-13] 178: Checking exports ** [10:34:17 2020-06-13] 178: Checking users ** [10:34:17 2020-06-13] 178: Checking user_dbs ** [10:34:17 2020-06-13] 178: Checking geocodings ** [10:34:17 2020-06-13] 178: Checking synchronizations ** [10:34:17 2020-06-13] 178: Checking tracker ** [10:34:17 2020-06-13] 178: Checking user_migrations ** [10:34:17 2020-06-13] 178: Checking batch_updates ** [10:34:17 2020-06-13] 178: Checking gears ** [10:34:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:34:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:22 2020-06-13] 178: Checking imports ** [10:34:22 2020-06-13] 178: Checking exports ** [10:34:22 2020-06-13] 178: Checking users ** [10:34:22 2020-06-13] 178: Checking user_dbs ** [10:34:22 2020-06-13] 178: Checking geocodings ** [10:34:22 2020-06-13] 178: Checking synchronizations ** [10:34:22 2020-06-13] 178: Checking tracker ** [10:34:22 2020-06-13] 178: Checking user_migrations ** [10:34:22 2020-06-13] 178: Checking batch_updates ** [10:34:22 2020-06-13] 178: Checking gears ** [10:34:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:34:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:27 2020-06-13] 178: Checking imports ** [10:34:27 2020-06-13] 178: Checking exports ** [10:34:27 2020-06-13] 178: Checking users ** [10:34:27 2020-06-13] 178: Checking user_dbs ** [10:34:27 2020-06-13] 178: Checking geocodings ** [10:34:27 2020-06-13] 178: Checking synchronizations ** [10:34:27 2020-06-13] 178: Checking tracker ** [10:34:27 2020-06-13] 178: Checking user_migrations ** [10:34:27 2020-06-13] 178: Checking batch_updates ** [10:34:27 2020-06-13] 178: Checking gears ** [10:34:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:34:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:32 2020-06-13] 178: Checking imports ** [10:34:32 2020-06-13] 178: Checking exports ** [10:34:32 2020-06-13] 178: Checking users ** [10:34:32 2020-06-13] 178: Checking user_dbs ** [10:34:32 2020-06-13] 178: Checking geocodings ** [10:34:32 2020-06-13] 178: Checking synchronizations ** [10:34:32 2020-06-13] 178: Checking tracker ** [10:34:32 2020-06-13] 178: Checking user_migrations ** [10:34:32 2020-06-13] 178: Checking batch_updates ** [10:34:32 2020-06-13] 178: Checking gears ** [10:34:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:34:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:37 2020-06-13] 178: Checking imports ** [10:34:37 2020-06-13] 178: Checking exports ** [10:34:37 2020-06-13] 178: Checking users ** [10:34:37 2020-06-13] 178: Checking user_dbs ** [10:34:37 2020-06-13] 178: Checking geocodings ** [10:34:37 2020-06-13] 178: Checking synchronizations ** [10:34:37 2020-06-13] 178: Checking tracker ** [10:34:37 2020-06-13] 178: Checking user_migrations ** [10:34:37 2020-06-13] 178: Checking batch_updates ** [10:34:37 2020-06-13] 178: Checking gears ** [10:34:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:34:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:42 2020-06-13] 178: Checking imports ** [10:34:42 2020-06-13] 178: Checking exports ** [10:34:42 2020-06-13] 178: Checking users ** [10:34:42 2020-06-13] 178: Checking user_dbs ** [10:34:42 2020-06-13] 178: Checking geocodings ** [10:34:42 2020-06-13] 178: Checking synchronizations ** [10:34:42 2020-06-13] 178: Checking tracker ** [10:34:42 2020-06-13] 178: Checking user_migrations ** [10:34:42 2020-06-13] 178: Checking batch_updates ** [10:34:42 2020-06-13] 178: Checking gears ** [10:34:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:34:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:47 2020-06-13] 178: Checking imports ** [10:34:47 2020-06-13] 178: Checking exports ** [10:34:47 2020-06-13] 178: Checking users ** [10:34:47 2020-06-13] 178: Checking user_dbs ** [10:34:47 2020-06-13] 178: Checking geocodings ** [10:34:47 2020-06-13] 178: Checking synchronizations ** [10:34:47 2020-06-13] 178: Checking tracker ** [10:34:47 2020-06-13] 178: Checking user_migrations ** [10:34:47 2020-06-13] 178: Checking batch_updates ** [10:34:47 2020-06-13] 178: Checking gears ** [10:34:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:34:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:52 2020-06-13] 178: Checking imports ** [10:34:52 2020-06-13] 178: Checking exports ** [10:34:52 2020-06-13] 178: Checking users ** [10:34:52 2020-06-13] 178: Checking user_dbs ** [10:34:52 2020-06-13] 178: Checking geocodings ** [10:34:52 2020-06-13] 178: Checking synchronizations ** [10:34:52 2020-06-13] 178: Checking tracker ** [10:34:52 2020-06-13] 178: Checking user_migrations ** [10:34:52 2020-06-13] 178: Checking batch_updates ** [10:34:52 2020-06-13] 178: Checking gears ** [10:34:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:34:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:57 2020-06-13] 178: Checking imports ** [10:34:57 2020-06-13] 178: Checking exports ** [10:34:57 2020-06-13] 178: Checking users ** [10:34:57 2020-06-13] 178: Checking user_dbs ** [10:34:57 2020-06-13] 178: Checking geocodings ** [10:34:57 2020-06-13] 178: Checking synchronizations ** [10:34:57 2020-06-13] 178: Checking tracker ** [10:34:57 2020-06-13] 178: Checking user_migrations ** [10:34:57 2020-06-13] 178: Checking batch_updates ** [10:34:57 2020-06-13] 178: Checking gears ** [10:34:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:34:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:02 2020-06-13] 178: Checking imports ** [10:35:02 2020-06-13] 178: Checking exports ** [10:35:02 2020-06-13] 178: Checking users ** [10:35:02 2020-06-13] 178: Checking user_dbs ** [10:35:02 2020-06-13] 178: Checking geocodings ** [10:35:02 2020-06-13] 178: Checking synchronizations ** [10:35:02 2020-06-13] 178: Checking tracker ** [10:35:02 2020-06-13] 178: Checking user_migrations ** [10:35:02 2020-06-13] 178: Checking batch_updates ** [10:35:02 2020-06-13] 178: Checking gears ** [10:35:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:35:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:07 2020-06-13] 178: Checking imports ** [10:35:07 2020-06-13] 178: Checking exports ** [10:35:07 2020-06-13] 178: Checking users ** [10:35:07 2020-06-13] 178: Checking user_dbs ** [10:35:07 2020-06-13] 178: Checking geocodings ** [10:35:07 2020-06-13] 178: Checking synchronizations ** [10:35:07 2020-06-13] 178: Checking tracker ** [10:35:07 2020-06-13] 178: Checking user_migrations ** [10:35:07 2020-06-13] 178: Checking batch_updates ** [10:35:07 2020-06-13] 178: Checking gears ** [10:35:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:35:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:12 2020-06-13] 178: Checking imports ** [10:35:12 2020-06-13] 178: Checking exports ** [10:35:12 2020-06-13] 178: Checking users ** [10:35:12 2020-06-13] 178: Checking user_dbs ** [10:35:12 2020-06-13] 178: Checking geocodings ** [10:35:12 2020-06-13] 178: Checking synchronizations ** [10:35:12 2020-06-13] 178: Checking tracker ** [10:35:12 2020-06-13] 178: Checking user_migrations ** [10:35:12 2020-06-13] 178: Checking batch_updates ** [10:35:12 2020-06-13] 178: Checking gears ** [10:35:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:35:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:17 2020-06-13] 178: Checking imports ** [10:35:17 2020-06-13] 178: Checking exports ** [10:35:17 2020-06-13] 178: Checking users ** [10:35:17 2020-06-13] 178: Checking user_dbs ** [10:35:17 2020-06-13] 178: Checking geocodings ** [10:35:17 2020-06-13] 178: Checking synchronizations ** [10:35:17 2020-06-13] 178: Checking tracker ** [10:35:17 2020-06-13] 178: Checking user_migrations ** [10:35:17 2020-06-13] 178: Checking batch_updates ** [10:35:17 2020-06-13] 178: Checking gears ** [10:35:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:35:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:22 2020-06-13] 178: Checking imports ** [10:35:22 2020-06-13] 178: Checking exports ** [10:35:22 2020-06-13] 178: Checking users ** [10:35:22 2020-06-13] 178: Checking user_dbs ** [10:35:22 2020-06-13] 178: Checking geocodings ** [10:35:22 2020-06-13] 178: Checking synchronizations ** [10:35:22 2020-06-13] 178: Checking tracker ** [10:35:22 2020-06-13] 178: Checking user_migrations ** [10:35:22 2020-06-13] 178: Checking batch_updates ** [10:35:22 2020-06-13] 178: Checking gears ** [10:35:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:35:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:27 2020-06-13] 178: Checking imports ** [10:35:27 2020-06-13] 178: Checking exports ** [10:35:27 2020-06-13] 178: Checking users ** [10:35:27 2020-06-13] 178: Checking user_dbs ** [10:35:27 2020-06-13] 178: Checking geocodings ** [10:35:27 2020-06-13] 178: Checking synchronizations ** [10:35:27 2020-06-13] 178: Checking tracker ** [10:35:27 2020-06-13] 178: Checking user_migrations ** [10:35:27 2020-06-13] 178: Checking batch_updates ** [10:35:27 2020-06-13] 178: Checking gears ** [10:35:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:35:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:32 2020-06-13] 178: Checking imports ** [10:35:32 2020-06-13] 178: Checking exports ** [10:35:32 2020-06-13] 178: Checking users ** [10:35:32 2020-06-13] 178: Checking user_dbs ** [10:35:32 2020-06-13] 178: Checking geocodings ** [10:35:32 2020-06-13] 178: Checking synchronizations ** [10:35:32 2020-06-13] 178: Checking tracker ** [10:35:32 2020-06-13] 178: Checking user_migrations ** [10:35:32 2020-06-13] 178: Checking batch_updates ** [10:35:32 2020-06-13] 178: Checking gears ** [10:35:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:35:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:37 2020-06-13] 178: Checking imports ** [10:35:37 2020-06-13] 178: Checking exports ** [10:35:37 2020-06-13] 178: Checking users ** [10:35:37 2020-06-13] 178: Checking user_dbs ** [10:35:37 2020-06-13] 178: Checking geocodings ** [10:35:37 2020-06-13] 178: Checking synchronizations ** [10:35:37 2020-06-13] 178: Checking tracker ** [10:35:37 2020-06-13] 178: Checking user_migrations ** [10:35:37 2020-06-13] 178: Checking batch_updates ** [10:35:37 2020-06-13] 178: Checking gears ** [10:35:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:35:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:42 2020-06-13] 178: Checking imports ** [10:35:42 2020-06-13] 178: Checking exports ** [10:35:42 2020-06-13] 178: Checking users ** [10:35:42 2020-06-13] 178: Checking user_dbs ** [10:35:42 2020-06-13] 178: Checking geocodings ** [10:35:42 2020-06-13] 178: Checking synchronizations ** [10:35:42 2020-06-13] 178: Checking tracker ** [10:35:42 2020-06-13] 178: Checking user_migrations ** [10:35:42 2020-06-13] 178: Checking batch_updates ** [10:35:42 2020-06-13] 178: Checking gears ** [10:35:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:35:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:47 2020-06-13] 178: Checking imports ** [10:35:47 2020-06-13] 178: Checking exports ** [10:35:47 2020-06-13] 178: Checking users ** [10:35:47 2020-06-13] 178: Checking user_dbs ** [10:35:47 2020-06-13] 178: Checking geocodings ** [10:35:47 2020-06-13] 178: Checking synchronizations ** [10:35:47 2020-06-13] 178: Checking tracker ** [10:35:47 2020-06-13] 178: Checking user_migrations ** [10:35:47 2020-06-13] 178: Checking batch_updates ** [10:35:47 2020-06-13] 178: Checking gears ** [10:35:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:35:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:52 2020-06-13] 178: Checking imports ** [10:35:52 2020-06-13] 178: Checking exports ** [10:35:52 2020-06-13] 178: Checking users ** [10:35:52 2020-06-13] 178: Checking user_dbs ** [10:35:52 2020-06-13] 178: Checking geocodings ** [10:35:52 2020-06-13] 178: Checking synchronizations ** [10:35:52 2020-06-13] 178: Checking tracker ** [10:35:52 2020-06-13] 178: Checking user_migrations ** [10:35:52 2020-06-13] 178: Checking batch_updates ** [10:35:52 2020-06-13] 178: Checking gears ** [10:35:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:35:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:57 2020-06-13] 178: Checking imports ** [10:35:57 2020-06-13] 178: Checking exports ** [10:35:57 2020-06-13] 178: Checking users ** [10:35:57 2020-06-13] 178: Checking user_dbs ** [10:35:57 2020-06-13] 178: Checking geocodings ** [10:35:57 2020-06-13] 178: Checking synchronizations ** [10:35:57 2020-06-13] 178: Checking tracker ** [10:35:57 2020-06-13] 178: Checking user_migrations ** [10:35:57 2020-06-13] 178: Checking batch_updates ** [10:35:57 2020-06-13] 178: Checking gears ** [10:35:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:35:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:02 2020-06-13] 178: Checking imports ** [10:36:02 2020-06-13] 178: Checking exports ** [10:36:02 2020-06-13] 178: Checking users ** [10:36:02 2020-06-13] 178: Checking user_dbs ** [10:36:02 2020-06-13] 178: Checking geocodings ** [10:36:02 2020-06-13] 178: Checking synchronizations ** [10:36:02 2020-06-13] 178: Checking tracker ** [10:36:02 2020-06-13] 178: Checking user_migrations ** [10:36:02 2020-06-13] 178: Checking batch_updates ** [10:36:02 2020-06-13] 178: Checking gears ** [10:36:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:36:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:07 2020-06-13] 178: Checking imports ** [10:36:07 2020-06-13] 178: Checking exports ** [10:36:07 2020-06-13] 178: Checking users ** [10:36:07 2020-06-13] 178: Checking user_dbs ** [10:36:07 2020-06-13] 178: Checking geocodings ** [10:36:07 2020-06-13] 178: Checking synchronizations ** [10:36:07 2020-06-13] 178: Checking tracker ** [10:36:07 2020-06-13] 178: Checking user_migrations ** [10:36:07 2020-06-13] 178: Checking batch_updates ** [10:36:07 2020-06-13] 178: Checking gears ** [10:36:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:36:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:12 2020-06-13] 178: Checking imports ** [10:36:12 2020-06-13] 178: Checking exports ** [10:36:12 2020-06-13] 178: Checking users ** [10:36:12 2020-06-13] 178: Checking user_dbs ** [10:36:12 2020-06-13] 178: Checking geocodings ** [10:36:12 2020-06-13] 178: Checking synchronizations ** [10:36:12 2020-06-13] 178: Checking tracker ** [10:36:12 2020-06-13] 178: Checking user_migrations ** [10:36:12 2020-06-13] 178: Checking batch_updates ** [10:36:12 2020-06-13] 178: Checking gears ** [10:36:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:36:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:17 2020-06-13] 178: Checking imports ** [10:36:17 2020-06-13] 178: Checking exports ** [10:36:17 2020-06-13] 178: Checking users ** [10:36:17 2020-06-13] 178: Checking user_dbs ** [10:36:17 2020-06-13] 178: Checking geocodings ** [10:36:17 2020-06-13] 178: Checking synchronizations ** [10:36:17 2020-06-13] 178: Checking tracker ** [10:36:17 2020-06-13] 178: Checking user_migrations ** [10:36:17 2020-06-13] 178: Checking batch_updates ** [10:36:17 2020-06-13] 178: Checking gears ** [10:36:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:36:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:22 2020-06-13] 178: Checking imports ** [10:36:22 2020-06-13] 178: Checking exports ** [10:36:22 2020-06-13] 178: Checking users ** [10:36:22 2020-06-13] 178: Checking user_dbs ** [10:36:22 2020-06-13] 178: Checking geocodings ** [10:36:22 2020-06-13] 178: Checking synchronizations ** [10:36:22 2020-06-13] 178: Checking tracker ** [10:36:22 2020-06-13] 178: Checking user_migrations ** [10:36:22 2020-06-13] 178: Checking batch_updates ** [10:36:22 2020-06-13] 178: Checking gears ** [10:36:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:36:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:27 2020-06-13] 178: Checking imports ** [10:36:27 2020-06-13] 178: Checking exports ** [10:36:27 2020-06-13] 178: Checking users ** [10:36:27 2020-06-13] 178: Checking user_dbs ** [10:36:27 2020-06-13] 178: Checking geocodings ** [10:36:27 2020-06-13] 178: Checking synchronizations ** [10:36:27 2020-06-13] 178: Checking tracker ** [10:36:27 2020-06-13] 178: Checking user_migrations ** [10:36:27 2020-06-13] 178: Checking batch_updates ** [10:36:27 2020-06-13] 178: Checking gears ** [10:36:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:36:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:32 2020-06-13] 178: Checking imports ** [10:36:32 2020-06-13] 178: Checking exports ** [10:36:32 2020-06-13] 178: Checking users ** [10:36:32 2020-06-13] 178: Checking user_dbs ** [10:36:32 2020-06-13] 178: Checking geocodings ** [10:36:32 2020-06-13] 178: Checking synchronizations ** [10:36:32 2020-06-13] 178: Checking tracker ** [10:36:32 2020-06-13] 178: Checking user_migrations ** [10:36:32 2020-06-13] 178: Checking batch_updates ** [10:36:32 2020-06-13] 178: Checking gears ** [10:36:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:36:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:37 2020-06-13] 178: Checking imports ** [10:36:37 2020-06-13] 178: Checking exports ** [10:36:37 2020-06-13] 178: Checking users ** [10:36:37 2020-06-13] 178: Checking user_dbs ** [10:36:37 2020-06-13] 178: Checking geocodings ** [10:36:37 2020-06-13] 178: Checking synchronizations ** [10:36:37 2020-06-13] 178: Checking tracker ** [10:36:37 2020-06-13] 178: Checking user_migrations ** [10:36:37 2020-06-13] 178: Checking batch_updates ** [10:36:37 2020-06-13] 178: Checking gears ** [10:36:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:36:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:42 2020-06-13] 178: Checking imports ** [10:36:42 2020-06-13] 178: Checking exports ** [10:36:42 2020-06-13] 178: Checking users ** [10:36:42 2020-06-13] 178: Checking user_dbs ** [10:36:42 2020-06-13] 178: Checking geocodings ** [10:36:42 2020-06-13] 178: Checking synchronizations ** [10:36:42 2020-06-13] 178: Checking tracker ** [10:36:42 2020-06-13] 178: Checking user_migrations ** [10:36:42 2020-06-13] 178: Checking batch_updates ** [10:36:42 2020-06-13] 178: Checking gears ** [10:36:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:36:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:47 2020-06-13] 178: Checking imports ** [10:36:47 2020-06-13] 178: Checking exports ** [10:36:47 2020-06-13] 178: Checking users ** [10:36:47 2020-06-13] 178: Checking user_dbs ** [10:36:47 2020-06-13] 178: Checking geocodings ** [10:36:47 2020-06-13] 178: Checking synchronizations ** [10:36:47 2020-06-13] 178: Checking tracker ** [10:36:47 2020-06-13] 178: Checking user_migrations ** [10:36:47 2020-06-13] 178: Checking batch_updates ** [10:36:47 2020-06-13] 178: Checking gears ** [10:36:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:36:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:52 2020-06-13] 178: Checking imports ** [10:36:52 2020-06-13] 178: Checking exports ** [10:36:52 2020-06-13] 178: Checking users ** [10:36:52 2020-06-13] 178: Checking user_dbs ** [10:36:52 2020-06-13] 178: Checking geocodings ** [10:36:52 2020-06-13] 178: Checking synchronizations ** [10:36:52 2020-06-13] 178: Checking tracker ** [10:36:52 2020-06-13] 178: Checking user_migrations ** [10:36:52 2020-06-13] 178: Checking batch_updates ** [10:36:52 2020-06-13] 178: Checking gears ** [10:36:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:36:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:57 2020-06-13] 178: Checking imports ** [10:36:57 2020-06-13] 178: Checking exports ** [10:36:57 2020-06-13] 178: Checking users ** [10:36:57 2020-06-13] 178: Checking user_dbs ** [10:36:57 2020-06-13] 178: Checking geocodings ** [10:36:57 2020-06-13] 178: Checking synchronizations ** [10:36:57 2020-06-13] 178: Checking tracker ** [10:36:57 2020-06-13] 178: Checking user_migrations ** [10:36:57 2020-06-13] 178: Checking batch_updates ** [10:36:57 2020-06-13] 178: Checking gears ** [10:36:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:36:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:02 2020-06-13] 178: Checking imports ** [10:37:02 2020-06-13] 178: Checking exports ** [10:37:02 2020-06-13] 178: Checking users ** [10:37:02 2020-06-13] 178: Checking user_dbs ** [10:37:02 2020-06-13] 178: Checking geocodings ** [10:37:02 2020-06-13] 178: Checking synchronizations ** [10:37:02 2020-06-13] 178: Checking tracker ** [10:37:02 2020-06-13] 178: Checking user_migrations ** [10:37:02 2020-06-13] 178: Checking batch_updates ** [10:37:02 2020-06-13] 178: Checking gears ** [10:37:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:37:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:07 2020-06-13] 178: Checking imports ** [10:37:07 2020-06-13] 178: Checking exports ** [10:37:07 2020-06-13] 178: Checking users ** [10:37:07 2020-06-13] 178: Checking user_dbs ** [10:37:07 2020-06-13] 178: Checking geocodings ** [10:37:07 2020-06-13] 178: Checking synchronizations ** [10:37:07 2020-06-13] 178: Checking tracker ** [10:37:07 2020-06-13] 178: Checking user_migrations ** [10:37:07 2020-06-13] 178: Checking batch_updates ** [10:37:07 2020-06-13] 178: Checking gears ** [10:37:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:37:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:12 2020-06-13] 178: Checking imports ** [10:37:12 2020-06-13] 178: Checking exports ** [10:37:12 2020-06-13] 178: Checking users ** [10:37:12 2020-06-13] 178: Checking user_dbs ** [10:37:12 2020-06-13] 178: Checking geocodings ** [10:37:12 2020-06-13] 178: Checking synchronizations ** [10:37:12 2020-06-13] 178: Checking tracker ** [10:37:12 2020-06-13] 178: Checking user_migrations ** [10:37:12 2020-06-13] 178: Checking batch_updates ** [10:37:12 2020-06-13] 178: Checking gears ** [10:37:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:37:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:17 2020-06-13] 178: Checking imports ** [10:37:17 2020-06-13] 178: Checking exports ** [10:37:17 2020-06-13] 178: Checking users ** [10:37:17 2020-06-13] 178: Checking user_dbs ** [10:37:17 2020-06-13] 178: Checking geocodings ** [10:37:17 2020-06-13] 178: Checking synchronizations ** [10:37:17 2020-06-13] 178: Checking tracker ** [10:37:17 2020-06-13] 178: Checking user_migrations ** [10:37:17 2020-06-13] 178: Checking batch_updates ** [10:37:17 2020-06-13] 178: Checking gears ** [10:37:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:37:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:22 2020-06-13] 178: Checking imports ** [10:37:22 2020-06-13] 178: Checking exports ** [10:37:22 2020-06-13] 178: Checking users ** [10:37:22 2020-06-13] 178: Checking user_dbs ** [10:37:22 2020-06-13] 178: Checking geocodings ** [10:37:22 2020-06-13] 178: Checking synchronizations ** [10:37:22 2020-06-13] 178: Checking tracker ** [10:37:22 2020-06-13] 178: Checking user_migrations ** [10:37:22 2020-06-13] 178: Checking batch_updates ** [10:37:22 2020-06-13] 178: Checking gears ** [10:37:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:37:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:27 2020-06-13] 178: Checking imports ** [10:37:27 2020-06-13] 178: Checking exports ** [10:37:27 2020-06-13] 178: Checking users ** [10:37:27 2020-06-13] 178: Checking user_dbs ** [10:37:27 2020-06-13] 178: Checking geocodings ** [10:37:27 2020-06-13] 178: Checking synchronizations ** [10:37:27 2020-06-13] 178: Checking tracker ** [10:37:27 2020-06-13] 178: Checking user_migrations ** [10:37:27 2020-06-13] 178: Checking batch_updates ** [10:37:27 2020-06-13] 178: Checking gears ** [10:37:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:37:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:32 2020-06-13] 178: Checking imports ** [10:37:32 2020-06-13] 178: Checking exports ** [10:37:32 2020-06-13] 178: Checking users ** [10:37:32 2020-06-13] 178: Checking user_dbs ** [10:37:32 2020-06-13] 178: Checking geocodings ** [10:37:32 2020-06-13] 178: Checking synchronizations ** [10:37:32 2020-06-13] 178: Checking tracker ** [10:37:32 2020-06-13] 178: Checking user_migrations ** [10:37:32 2020-06-13] 178: Checking batch_updates ** [10:37:32 2020-06-13] 178: Checking gears ** [10:37:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:37:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:37 2020-06-13] 178: Checking imports ** [10:37:37 2020-06-13] 178: Checking exports ** [10:37:37 2020-06-13] 178: Checking users ** [10:37:37 2020-06-13] 178: Checking user_dbs ** [10:37:37 2020-06-13] 178: Checking geocodings ** [10:37:37 2020-06-13] 178: Checking synchronizations ** [10:37:37 2020-06-13] 178: Checking tracker ** [10:37:37 2020-06-13] 178: Checking user_migrations ** [10:37:37 2020-06-13] 178: Checking batch_updates ** [10:37:37 2020-06-13] 178: Checking gears ** [10:37:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:37:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:42 2020-06-13] 178: Checking imports ** [10:37:42 2020-06-13] 178: Checking exports ** [10:37:42 2020-06-13] 178: Checking users ** [10:37:42 2020-06-13] 178: Checking user_dbs ** [10:37:42 2020-06-13] 178: Checking geocodings ** [10:37:42 2020-06-13] 178: Checking synchronizations ** [10:37:42 2020-06-13] 178: Checking tracker ** [10:37:42 2020-06-13] 178: Checking user_migrations ** [10:37:42 2020-06-13] 178: Checking batch_updates ** [10:37:42 2020-06-13] 178: Checking gears ** [10:37:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:37:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:47 2020-06-13] 178: Checking imports ** [10:37:47 2020-06-13] 178: Checking exports ** [10:37:47 2020-06-13] 178: Checking users ** [10:37:47 2020-06-13] 178: Checking user_dbs ** [10:37:47 2020-06-13] 178: Checking geocodings ** [10:37:47 2020-06-13] 178: Checking synchronizations ** [10:37:47 2020-06-13] 178: Checking tracker ** [10:37:47 2020-06-13] 178: Checking user_migrations ** [10:37:47 2020-06-13] 178: Checking batch_updates ** [10:37:47 2020-06-13] 178: Checking gears ** [10:37:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:37:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:52 2020-06-13] 178: Checking imports ** [10:37:52 2020-06-13] 178: Checking exports ** [10:37:52 2020-06-13] 178: Checking users ** [10:37:52 2020-06-13] 178: Checking user_dbs ** [10:37:52 2020-06-13] 178: Checking geocodings ** [10:37:52 2020-06-13] 178: Checking synchronizations ** [10:37:52 2020-06-13] 178: Checking tracker ** [10:37:52 2020-06-13] 178: Checking user_migrations ** [10:37:52 2020-06-13] 178: Checking batch_updates ** [10:37:52 2020-06-13] 178: Checking gears ** [10:37:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:37:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:57 2020-06-13] 178: Checking imports ** [10:37:57 2020-06-13] 178: Checking exports ** [10:37:57 2020-06-13] 178: Checking users ** [10:37:57 2020-06-13] 178: Checking user_dbs ** [10:37:57 2020-06-13] 178: Checking geocodings ** [10:37:57 2020-06-13] 178: Checking synchronizations ** [10:37:57 2020-06-13] 178: Checking tracker ** [10:37:57 2020-06-13] 178: Checking user_migrations ** [10:37:57 2020-06-13] 178: Checking batch_updates ** [10:37:57 2020-06-13] 178: Checking gears ** [10:37:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:37:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:02 2020-06-13] 178: Checking imports ** [10:38:02 2020-06-13] 178: Checking exports ** [10:38:02 2020-06-13] 178: Checking users ** [10:38:02 2020-06-13] 178: Checking user_dbs ** [10:38:02 2020-06-13] 178: Checking geocodings ** [10:38:02 2020-06-13] 178: Checking synchronizations ** [10:38:02 2020-06-13] 178: Checking tracker ** [10:38:02 2020-06-13] 178: Checking user_migrations ** [10:38:02 2020-06-13] 178: Checking batch_updates ** [10:38:02 2020-06-13] 178: Checking gears ** [10:38:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:38:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:07 2020-06-13] 178: Checking imports ** [10:38:07 2020-06-13] 178: Checking exports ** [10:38:07 2020-06-13] 178: Checking users ** [10:38:07 2020-06-13] 178: Checking user_dbs ** [10:38:07 2020-06-13] 178: Checking geocodings ** [10:38:07 2020-06-13] 178: Checking synchronizations ** [10:38:07 2020-06-13] 178: Checking tracker ** [10:38:07 2020-06-13] 178: Checking user_migrations ** [10:38:07 2020-06-13] 178: Checking batch_updates ** [10:38:07 2020-06-13] 178: Checking gears ** [10:38:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:38:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:12 2020-06-13] 178: Checking imports ** [10:38:12 2020-06-13] 178: Checking exports ** [10:38:12 2020-06-13] 178: Checking users ** [10:38:12 2020-06-13] 178: Checking user_dbs ** [10:38:12 2020-06-13] 178: Checking geocodings ** [10:38:12 2020-06-13] 178: Checking synchronizations ** [10:38:12 2020-06-13] 178: Checking tracker ** [10:38:12 2020-06-13] 178: Checking user_migrations ** [10:38:12 2020-06-13] 178: Checking batch_updates ** [10:38:12 2020-06-13] 178: Checking gears ** [10:38:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:38:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:17 2020-06-13] 178: Checking imports ** [10:38:17 2020-06-13] 178: Checking exports ** [10:38:17 2020-06-13] 178: Checking users ** [10:38:17 2020-06-13] 178: Checking user_dbs ** [10:38:17 2020-06-13] 178: Checking geocodings ** [10:38:17 2020-06-13] 178: Checking synchronizations ** [10:38:17 2020-06-13] 178: Checking tracker ** [10:38:17 2020-06-13] 178: Checking user_migrations ** [10:38:17 2020-06-13] 178: Checking batch_updates ** [10:38:17 2020-06-13] 178: Checking gears ** [10:38:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:38:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:22 2020-06-13] 178: Checking imports ** [10:38:22 2020-06-13] 178: Checking exports ** [10:38:22 2020-06-13] 178: Checking users ** [10:38:22 2020-06-13] 178: Checking user_dbs ** [10:38:22 2020-06-13] 178: Checking geocodings ** [10:38:22 2020-06-13] 178: Checking synchronizations ** [10:38:22 2020-06-13] 178: Checking tracker ** [10:38:22 2020-06-13] 178: Checking user_migrations ** [10:38:22 2020-06-13] 178: Checking batch_updates ** [10:38:22 2020-06-13] 178: Checking gears ** [10:38:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:38:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:27 2020-06-13] 178: Checking imports ** [10:38:27 2020-06-13] 178: Checking exports ** [10:38:27 2020-06-13] 178: Checking users ** [10:38:27 2020-06-13] 178: Checking user_dbs ** [10:38:27 2020-06-13] 178: Checking geocodings ** [10:38:27 2020-06-13] 178: Checking synchronizations ** [10:38:27 2020-06-13] 178: Checking tracker ** [10:38:27 2020-06-13] 178: Checking user_migrations ** [10:38:27 2020-06-13] 178: Checking batch_updates ** [10:38:27 2020-06-13] 178: Checking gears ** [10:38:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:38:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:32 2020-06-13] 178: Checking imports ** [10:38:32 2020-06-13] 178: Checking exports ** [10:38:32 2020-06-13] 178: Checking users ** [10:38:32 2020-06-13] 178: Checking user_dbs ** [10:38:32 2020-06-13] 178: Checking geocodings ** [10:38:32 2020-06-13] 178: Checking synchronizations ** [10:38:32 2020-06-13] 178: Checking tracker ** [10:38:32 2020-06-13] 178: Checking user_migrations ** [10:38:32 2020-06-13] 178: Checking batch_updates ** [10:38:32 2020-06-13] 178: Checking gears ** [10:38:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:38:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:37 2020-06-13] 178: Checking imports ** [10:38:37 2020-06-13] 178: Checking exports ** [10:38:37 2020-06-13] 178: Checking users ** [10:38:37 2020-06-13] 178: Checking user_dbs ** [10:38:37 2020-06-13] 178: Checking geocodings ** [10:38:37 2020-06-13] 178: Checking synchronizations ** [10:38:37 2020-06-13] 178: Checking tracker ** [10:38:37 2020-06-13] 178: Checking user_migrations ** [10:38:37 2020-06-13] 178: Checking batch_updates ** [10:38:37 2020-06-13] 178: Checking gears ** [10:38:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:38:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:42 2020-06-13] 178: Checking imports ** [10:38:42 2020-06-13] 178: Checking exports ** [10:38:42 2020-06-13] 178: Checking users ** [10:38:42 2020-06-13] 178: Checking user_dbs ** [10:38:42 2020-06-13] 178: Checking geocodings ** [10:38:42 2020-06-13] 178: Checking synchronizations ** [10:38:42 2020-06-13] 178: Checking tracker ** [10:38:42 2020-06-13] 178: Checking user_migrations ** [10:38:42 2020-06-13] 178: Checking batch_updates ** [10:38:42 2020-06-13] 178: Checking gears ** [10:38:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:38:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:47 2020-06-13] 178: Checking imports ** [10:38:47 2020-06-13] 178: Checking exports ** [10:38:47 2020-06-13] 178: Checking users ** [10:38:47 2020-06-13] 178: Checking user_dbs ** [10:38:47 2020-06-13] 178: Checking geocodings ** [10:38:47 2020-06-13] 178: Checking synchronizations ** [10:38:47 2020-06-13] 178: Checking tracker ** [10:38:47 2020-06-13] 178: Checking user_migrations ** [10:38:47 2020-06-13] 178: Checking batch_updates ** [10:38:47 2020-06-13] 178: Checking gears ** [10:38:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:38:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:52 2020-06-13] 178: Checking imports ** [10:38:52 2020-06-13] 178: Checking exports ** [10:38:52 2020-06-13] 178: Checking users ** [10:38:52 2020-06-13] 178: Checking user_dbs ** [10:38:52 2020-06-13] 178: Checking geocodings ** [10:38:52 2020-06-13] 178: Checking synchronizations ** [10:38:52 2020-06-13] 178: Checking tracker ** [10:38:52 2020-06-13] 178: Checking user_migrations ** [10:38:52 2020-06-13] 178: Checking batch_updates ** [10:38:52 2020-06-13] 178: Checking gears ** [10:38:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:38:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:57 2020-06-13] 178: Checking imports ** [10:38:57 2020-06-13] 178: Checking exports ** [10:38:57 2020-06-13] 178: Checking users ** [10:38:57 2020-06-13] 178: Checking user_dbs ** [10:38:57 2020-06-13] 178: Checking geocodings ** [10:38:57 2020-06-13] 178: Checking synchronizations ** [10:38:57 2020-06-13] 178: Checking tracker ** [10:38:57 2020-06-13] 178: Checking user_migrations ** [10:38:57 2020-06-13] 178: Checking batch_updates ** [10:38:57 2020-06-13] 178: Checking gears ** [10:38:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:38:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:02 2020-06-13] 178: Checking imports ** [10:39:02 2020-06-13] 178: Checking exports ** [10:39:02 2020-06-13] 178: Checking users ** [10:39:02 2020-06-13] 178: Checking user_dbs ** [10:39:02 2020-06-13] 178: Checking geocodings ** [10:39:02 2020-06-13] 178: Checking synchronizations ** [10:39:02 2020-06-13] 178: Checking tracker ** [10:39:02 2020-06-13] 178: Checking user_migrations ** [10:39:02 2020-06-13] 178: Checking batch_updates ** [10:39:02 2020-06-13] 178: Checking gears ** [10:39:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:39:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:07 2020-06-13] 178: Checking imports ** [10:39:07 2020-06-13] 178: Checking exports ** [10:39:07 2020-06-13] 178: Checking users ** [10:39:07 2020-06-13] 178: Checking user_dbs ** [10:39:07 2020-06-13] 178: Checking geocodings ** [10:39:07 2020-06-13] 178: Checking synchronizations ** [10:39:07 2020-06-13] 178: Checking tracker ** [10:39:07 2020-06-13] 178: Checking user_migrations ** [10:39:07 2020-06-13] 178: Checking batch_updates ** [10:39:07 2020-06-13] 178: Checking gears ** [10:39:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:39:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:12 2020-06-13] 178: Checking imports ** [10:39:12 2020-06-13] 178: Checking exports ** [10:39:12 2020-06-13] 178: Checking users ** [10:39:12 2020-06-13] 178: Checking user_dbs ** [10:39:12 2020-06-13] 178: Checking geocodings ** [10:39:12 2020-06-13] 178: Checking synchronizations ** [10:39:12 2020-06-13] 178: Checking tracker ** [10:39:12 2020-06-13] 178: Checking user_migrations ** [10:39:12 2020-06-13] 178: Checking batch_updates ** [10:39:12 2020-06-13] 178: Checking gears ** [10:39:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:39:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:17 2020-06-13] 178: Checking imports ** [10:39:17 2020-06-13] 178: Checking exports ** [10:39:17 2020-06-13] 178: Checking users ** [10:39:17 2020-06-13] 178: Checking user_dbs ** [10:39:17 2020-06-13] 178: Checking geocodings ** [10:39:17 2020-06-13] 178: Checking synchronizations ** [10:39:17 2020-06-13] 178: Checking tracker ** [10:39:17 2020-06-13] 178: Checking user_migrations ** [10:39:17 2020-06-13] 178: Checking batch_updates ** [10:39:17 2020-06-13] 178: Checking gears ** [10:39:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:39:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:22 2020-06-13] 178: Checking imports ** [10:39:22 2020-06-13] 178: Checking exports ** [10:39:22 2020-06-13] 178: Checking users ** [10:39:22 2020-06-13] 178: Checking user_dbs ** [10:39:22 2020-06-13] 178: Checking geocodings ** [10:39:22 2020-06-13] 178: Checking synchronizations ** [10:39:22 2020-06-13] 178: Checking tracker ** [10:39:22 2020-06-13] 178: Checking user_migrations ** [10:39:22 2020-06-13] 178: Checking batch_updates ** [10:39:22 2020-06-13] 178: Checking gears ** [10:39:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:39:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:27 2020-06-13] 178: Checking imports ** [10:39:27 2020-06-13] 178: Checking exports ** [10:39:27 2020-06-13] 178: Checking users ** [10:39:27 2020-06-13] 178: Checking user_dbs ** [10:39:27 2020-06-13] 178: Checking geocodings ** [10:39:27 2020-06-13] 178: Checking synchronizations ** [10:39:27 2020-06-13] 178: Checking tracker ** [10:39:27 2020-06-13] 178: Checking user_migrations ** [10:39:27 2020-06-13] 178: Checking batch_updates ** [10:39:27 2020-06-13] 178: Checking gears ** [10:39:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:39:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:32 2020-06-13] 178: Checking imports ** [10:39:32 2020-06-13] 178: Checking exports ** [10:39:32 2020-06-13] 178: Checking users ** [10:39:32 2020-06-13] 178: Checking user_dbs ** [10:39:32 2020-06-13] 178: Checking geocodings ** [10:39:32 2020-06-13] 178: Checking synchronizations ** [10:39:32 2020-06-13] 178: Checking tracker ** [10:39:32 2020-06-13] 178: Checking user_migrations ** [10:39:32 2020-06-13] 178: Checking batch_updates ** [10:39:32 2020-06-13] 178: Checking gears ** [10:39:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:39:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:37 2020-06-13] 178: Checking imports ** [10:39:37 2020-06-13] 178: Checking exports ** [10:39:37 2020-06-13] 178: Checking users ** [10:39:37 2020-06-13] 178: Checking user_dbs ** [10:39:37 2020-06-13] 178: Checking geocodings ** [10:39:37 2020-06-13] 178: Checking synchronizations ** [10:39:37 2020-06-13] 178: Checking tracker ** [10:39:37 2020-06-13] 178: Checking user_migrations ** [10:39:37 2020-06-13] 178: Checking batch_updates ** [10:39:37 2020-06-13] 178: Checking gears ** [10:39:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:39:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:42 2020-06-13] 178: Checking imports ** [10:39:42 2020-06-13] 178: Checking exports ** [10:39:42 2020-06-13] 178: Checking users ** [10:39:42 2020-06-13] 178: Checking user_dbs ** [10:39:42 2020-06-13] 178: Checking geocodings ** [10:39:42 2020-06-13] 178: Checking synchronizations ** [10:39:42 2020-06-13] 178: Checking tracker ** [10:39:42 2020-06-13] 178: Checking user_migrations ** [10:39:42 2020-06-13] 178: Checking batch_updates ** [10:39:42 2020-06-13] 178: Checking gears ** [10:39:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:39:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:47 2020-06-13] 178: Checking imports ** [10:39:47 2020-06-13] 178: Checking exports ** [10:39:47 2020-06-13] 178: Checking users ** [10:39:47 2020-06-13] 178: Checking user_dbs ** [10:39:47 2020-06-13] 178: Checking geocodings ** [10:39:47 2020-06-13] 178: Checking synchronizations ** [10:39:47 2020-06-13] 178: Checking tracker ** [10:39:47 2020-06-13] 178: Checking user_migrations ** [10:39:47 2020-06-13] 178: Checking batch_updates ** [10:39:47 2020-06-13] 178: Checking gears ** [10:39:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:39:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:52 2020-06-13] 178: Checking imports ** [10:39:52 2020-06-13] 178: Checking exports ** [10:39:52 2020-06-13] 178: Checking users ** [10:39:52 2020-06-13] 178: Checking user_dbs ** [10:39:52 2020-06-13] 178: Checking geocodings ** [10:39:52 2020-06-13] 178: Checking synchronizations ** [10:39:52 2020-06-13] 178: Checking tracker ** [10:39:52 2020-06-13] 178: Checking user_migrations ** [10:39:52 2020-06-13] 178: Checking batch_updates ** [10:39:52 2020-06-13] 178: Checking gears ** [10:39:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:39:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:57 2020-06-13] 178: Checking imports ** [10:39:57 2020-06-13] 178: Checking exports ** [10:39:57 2020-06-13] 178: Checking users ** [10:39:57 2020-06-13] 178: Checking user_dbs ** [10:39:57 2020-06-13] 178: Checking geocodings ** [10:39:57 2020-06-13] 178: Checking synchronizations ** [10:39:57 2020-06-13] 178: Checking tracker ** [10:39:57 2020-06-13] 178: Checking user_migrations ** [10:39:57 2020-06-13] 178: Checking batch_updates ** [10:39:57 2020-06-13] 178: Checking gears ** [10:39:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:39:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:02 2020-06-13] 178: Checking imports ** [10:40:02 2020-06-13] 178: Checking exports ** [10:40:02 2020-06-13] 178: Checking users ** [10:40:02 2020-06-13] 178: Checking user_dbs ** [10:40:02 2020-06-13] 178: Checking geocodings ** [10:40:02 2020-06-13] 178: Checking synchronizations ** [10:40:02 2020-06-13] 178: Checking tracker ** [10:40:02 2020-06-13] 178: Checking user_migrations ** [10:40:02 2020-06-13] 178: Checking batch_updates ** [10:40:02 2020-06-13] 178: Checking gears ** [10:40:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:40:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:07 2020-06-13] 178: Checking imports ** [10:40:07 2020-06-13] 178: Checking exports ** [10:40:07 2020-06-13] 178: Checking users ** [10:40:07 2020-06-13] 178: Checking user_dbs ** [10:40:07 2020-06-13] 178: Checking geocodings ** [10:40:07 2020-06-13] 178: Checking synchronizations ** [10:40:07 2020-06-13] 178: Checking tracker ** [10:40:07 2020-06-13] 178: Checking user_migrations ** [10:40:07 2020-06-13] 178: Checking batch_updates ** [10:40:07 2020-06-13] 178: Checking gears ** [10:40:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:40:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:12 2020-06-13] 178: Checking imports ** [10:40:12 2020-06-13] 178: Checking exports ** [10:40:12 2020-06-13] 178: Checking users ** [10:40:12 2020-06-13] 178: Checking user_dbs ** [10:40:12 2020-06-13] 178: Checking geocodings ** [10:40:12 2020-06-13] 178: Checking synchronizations ** [10:40:12 2020-06-13] 178: Checking tracker ** [10:40:12 2020-06-13] 178: Checking user_migrations ** [10:40:12 2020-06-13] 178: Checking batch_updates ** [10:40:12 2020-06-13] 178: Checking gears ** [10:40:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:40:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:17 2020-06-13] 178: Checking imports ** [10:40:17 2020-06-13] 178: Checking exports ** [10:40:17 2020-06-13] 178: Checking users ** [10:40:17 2020-06-13] 178: Checking user_dbs ** [10:40:17 2020-06-13] 178: Checking geocodings ** [10:40:17 2020-06-13] 178: Checking synchronizations ** [10:40:17 2020-06-13] 178: Checking tracker ** [10:40:17 2020-06-13] 178: Checking user_migrations ** [10:40:17 2020-06-13] 178: Checking batch_updates ** [10:40:17 2020-06-13] 178: Checking gears ** [10:40:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:40:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:22 2020-06-13] 178: Checking imports ** [10:40:22 2020-06-13] 178: Checking exports ** [10:40:22 2020-06-13] 178: Checking users ** [10:40:22 2020-06-13] 178: Checking user_dbs ** [10:40:22 2020-06-13] 178: Checking geocodings ** [10:40:22 2020-06-13] 178: Checking synchronizations ** [10:40:22 2020-06-13] 178: Checking tracker ** [10:40:22 2020-06-13] 178: Checking user_migrations ** [10:40:22 2020-06-13] 178: Checking batch_updates ** [10:40:22 2020-06-13] 178: Checking gears ** [10:40:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:40:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:27 2020-06-13] 178: Checking imports ** [10:40:27 2020-06-13] 178: Checking exports ** [10:40:27 2020-06-13] 178: Checking users ** [10:40:27 2020-06-13] 178: Checking user_dbs ** [10:40:27 2020-06-13] 178: Checking geocodings ** [10:40:27 2020-06-13] 178: Checking synchronizations ** [10:40:27 2020-06-13] 178: Checking tracker ** [10:40:27 2020-06-13] 178: Checking user_migrations ** [10:40:27 2020-06-13] 178: Checking batch_updates ** [10:40:27 2020-06-13] 178: Checking gears ** [10:40:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:40:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:32 2020-06-13] 178: Checking imports ** [10:40:32 2020-06-13] 178: Checking exports ** [10:40:32 2020-06-13] 178: Checking users ** [10:40:32 2020-06-13] 178: Checking user_dbs ** [10:40:32 2020-06-13] 178: Checking geocodings ** [10:40:32 2020-06-13] 178: Checking synchronizations ** [10:40:32 2020-06-13] 178: Checking tracker ** [10:40:32 2020-06-13] 178: Checking user_migrations ** [10:40:32 2020-06-13] 178: Checking batch_updates ** [10:40:32 2020-06-13] 178: Checking gears ** [10:40:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:40:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:37 2020-06-13] 178: Checking imports ** [10:40:37 2020-06-13] 178: Checking exports ** [10:40:37 2020-06-13] 178: Checking users ** [10:40:37 2020-06-13] 178: Checking user_dbs ** [10:40:37 2020-06-13] 178: Checking geocodings ** [10:40:37 2020-06-13] 178: Checking synchronizations ** [10:40:37 2020-06-13] 178: Checking tracker ** [10:40:37 2020-06-13] 178: Checking user_migrations ** [10:40:37 2020-06-13] 178: Checking batch_updates ** [10:40:37 2020-06-13] 178: Checking gears ** [10:40:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:40:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:42 2020-06-13] 178: Checking imports ** [10:40:42 2020-06-13] 178: Checking exports ** [10:40:42 2020-06-13] 178: Checking users ** [10:40:42 2020-06-13] 178: Checking user_dbs ** [10:40:42 2020-06-13] 178: Checking geocodings ** [10:40:42 2020-06-13] 178: Checking synchronizations ** [10:40:42 2020-06-13] 178: Checking tracker ** [10:40:42 2020-06-13] 178: Checking user_migrations ** [10:40:42 2020-06-13] 178: Checking batch_updates ** [10:40:42 2020-06-13] 178: Checking gears ** [10:40:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:40:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:47 2020-06-13] 178: Checking imports ** [10:40:47 2020-06-13] 178: Checking exports ** [10:40:47 2020-06-13] 178: Checking users ** [10:40:47 2020-06-13] 178: Checking user_dbs ** [10:40:47 2020-06-13] 178: Checking geocodings ** [10:40:47 2020-06-13] 178: Checking synchronizations ** [10:40:47 2020-06-13] 178: Checking tracker ** [10:40:47 2020-06-13] 178: Checking user_migrations ** [10:40:47 2020-06-13] 178: Checking batch_updates ** [10:40:47 2020-06-13] 178: Checking gears ** [10:40:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:40:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:52 2020-06-13] 178: Checking imports ** [10:40:52 2020-06-13] 178: Checking exports ** [10:40:52 2020-06-13] 178: Checking users ** [10:40:52 2020-06-13] 178: Checking user_dbs ** [10:40:52 2020-06-13] 178: Checking geocodings ** [10:40:52 2020-06-13] 178: Checking synchronizations ** [10:40:52 2020-06-13] 178: Checking tracker ** [10:40:52 2020-06-13] 178: Checking user_migrations ** [10:40:52 2020-06-13] 178: Checking batch_updates ** [10:40:52 2020-06-13] 178: Checking gears ** [10:40:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:40:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:57 2020-06-13] 178: Checking imports ** [10:40:57 2020-06-13] 178: Checking exports ** [10:40:57 2020-06-13] 178: Checking users ** [10:40:57 2020-06-13] 178: Checking user_dbs ** [10:40:57 2020-06-13] 178: Checking geocodings ** [10:40:57 2020-06-13] 178: Checking synchronizations ** [10:40:57 2020-06-13] 178: Checking tracker ** [10:40:57 2020-06-13] 178: Checking user_migrations ** [10:40:57 2020-06-13] 178: Checking batch_updates ** [10:40:57 2020-06-13] 178: Checking gears ** [10:40:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:40:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:02 2020-06-13] 178: Checking imports ** [10:41:02 2020-06-13] 178: Checking exports ** [10:41:02 2020-06-13] 178: Checking users ** [10:41:02 2020-06-13] 178: Checking user_dbs ** [10:41:02 2020-06-13] 178: Checking geocodings ** [10:41:02 2020-06-13] 178: Checking synchronizations ** [10:41:02 2020-06-13] 178: Checking tracker ** [10:41:02 2020-06-13] 178: Checking user_migrations ** [10:41:02 2020-06-13] 178: Checking batch_updates ** [10:41:02 2020-06-13] 178: Checking gears ** [10:41:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:41:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:07 2020-06-13] 178: Checking imports ** [10:41:07 2020-06-13] 178: Checking exports ** [10:41:07 2020-06-13] 178: Checking users ** [10:41:07 2020-06-13] 178: Checking user_dbs ** [10:41:07 2020-06-13] 178: Checking geocodings ** [10:41:07 2020-06-13] 178: Checking synchronizations ** [10:41:07 2020-06-13] 178: Checking tracker ** [10:41:07 2020-06-13] 178: Checking user_migrations ** [10:41:07 2020-06-13] 178: Checking batch_updates ** [10:41:07 2020-06-13] 178: Checking gears ** [10:41:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:41:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:12 2020-06-13] 178: Checking imports ** [10:41:12 2020-06-13] 178: Checking exports ** [10:41:12 2020-06-13] 178: Checking users ** [10:41:12 2020-06-13] 178: Checking user_dbs ** [10:41:12 2020-06-13] 178: Checking geocodings ** [10:41:12 2020-06-13] 178: Checking synchronizations ** [10:41:12 2020-06-13] 178: Checking tracker ** [10:41:12 2020-06-13] 178: Checking user_migrations ** [10:41:12 2020-06-13] 178: Checking batch_updates ** [10:41:12 2020-06-13] 178: Checking gears ** [10:41:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:41:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:17 2020-06-13] 178: Checking imports ** [10:41:17 2020-06-13] 178: Checking exports ** [10:41:17 2020-06-13] 178: Checking users ** [10:41:17 2020-06-13] 178: Checking user_dbs ** [10:41:17 2020-06-13] 178: Checking geocodings ** [10:41:17 2020-06-13] 178: Checking synchronizations ** [10:41:17 2020-06-13] 178: Checking tracker ** [10:41:17 2020-06-13] 178: Checking user_migrations ** [10:41:17 2020-06-13] 178: Checking batch_updates ** [10:41:17 2020-06-13] 178: Checking gears ** [10:41:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:41:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:22 2020-06-13] 178: Checking imports ** [10:41:22 2020-06-13] 178: Checking exports ** [10:41:22 2020-06-13] 178: Checking users ** [10:41:22 2020-06-13] 178: Checking user_dbs ** [10:41:22 2020-06-13] 178: Checking geocodings ** [10:41:22 2020-06-13] 178: Checking synchronizations ** [10:41:22 2020-06-13] 178: Checking tracker ** [10:41:22 2020-06-13] 178: Checking user_migrations ** [10:41:22 2020-06-13] 178: Checking batch_updates ** [10:41:22 2020-06-13] 178: Checking gears ** [10:41:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:41:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:27 2020-06-13] 178: Checking imports ** [10:41:27 2020-06-13] 178: Checking exports ** [10:41:27 2020-06-13] 178: Checking users ** [10:41:27 2020-06-13] 178: Checking user_dbs ** [10:41:27 2020-06-13] 178: Checking geocodings ** [10:41:27 2020-06-13] 178: Checking synchronizations ** [10:41:27 2020-06-13] 178: Checking tracker ** [10:41:27 2020-06-13] 178: Checking user_migrations ** [10:41:27 2020-06-13] 178: Checking batch_updates ** [10:41:27 2020-06-13] 178: Checking gears ** [10:41:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:41:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:32 2020-06-13] 178: Checking imports ** [10:41:32 2020-06-13] 178: Checking exports ** [10:41:32 2020-06-13] 178: Checking users ** [10:41:32 2020-06-13] 178: Checking user_dbs ** [10:41:32 2020-06-13] 178: Checking geocodings ** [10:41:32 2020-06-13] 178: Checking synchronizations ** [10:41:32 2020-06-13] 178: Checking tracker ** [10:41:32 2020-06-13] 178: Checking user_migrations ** [10:41:32 2020-06-13] 178: Checking batch_updates ** [10:41:32 2020-06-13] 178: Checking gears ** [10:41:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:41:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:37 2020-06-13] 178: Checking imports ** [10:41:37 2020-06-13] 178: Checking exports ** [10:41:37 2020-06-13] 178: Checking users ** [10:41:37 2020-06-13] 178: Checking user_dbs ** [10:41:37 2020-06-13] 178: Checking geocodings ** [10:41:37 2020-06-13] 178: Checking synchronizations ** [10:41:37 2020-06-13] 178: Checking tracker ** [10:41:37 2020-06-13] 178: Checking user_migrations ** [10:41:37 2020-06-13] 178: Checking batch_updates ** [10:41:37 2020-06-13] 178: Checking gears ** [10:41:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:41:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:42 2020-06-13] 178: Checking imports ** [10:41:42 2020-06-13] 178: Checking exports ** [10:41:42 2020-06-13] 178: Checking users ** [10:41:42 2020-06-13] 178: Checking user_dbs ** [10:41:42 2020-06-13] 178: Checking geocodings ** [10:41:42 2020-06-13] 178: Checking synchronizations ** [10:41:42 2020-06-13] 178: Checking tracker ** [10:41:42 2020-06-13] 178: Checking user_migrations ** [10:41:43 2020-06-13] 178: Checking batch_updates ** [10:41:43 2020-06-13] 178: Checking gears ** [10:41:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:41:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:48 2020-06-13] 178: Checking imports ** [10:41:48 2020-06-13] 178: Checking exports ** [10:41:48 2020-06-13] 178: Checking users ** [10:41:48 2020-06-13] 178: Checking user_dbs ** [10:41:48 2020-06-13] 178: Checking geocodings ** [10:41:48 2020-06-13] 178: Checking synchronizations ** [10:41:48 2020-06-13] 178: Checking tracker ** [10:41:48 2020-06-13] 178: Checking user_migrations ** [10:41:48 2020-06-13] 178: Checking batch_updates ** [10:41:48 2020-06-13] 178: Checking gears ** [10:41:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:41:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:53 2020-06-13] 178: Checking imports ** [10:41:53 2020-06-13] 178: Checking exports ** [10:41:53 2020-06-13] 178: Checking users ** [10:41:53 2020-06-13] 178: Checking user_dbs ** [10:41:53 2020-06-13] 178: Checking geocodings ** [10:41:53 2020-06-13] 178: Checking synchronizations ** [10:41:53 2020-06-13] 178: Checking tracker ** [10:41:53 2020-06-13] 178: Checking user_migrations ** [10:41:53 2020-06-13] 178: Checking batch_updates ** [10:41:53 2020-06-13] 178: Checking gears ** [10:41:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:41:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:58 2020-06-13] 178: Checking imports ** [10:41:58 2020-06-13] 178: Checking exports ** [10:41:58 2020-06-13] 178: Checking users ** [10:41:58 2020-06-13] 178: Checking user_dbs ** [10:41:58 2020-06-13] 178: Checking geocodings ** [10:41:58 2020-06-13] 178: Checking synchronizations ** [10:41:58 2020-06-13] 178: Checking tracker ** [10:41:58 2020-06-13] 178: Checking user_migrations ** [10:41:58 2020-06-13] 178: Checking batch_updates ** [10:41:58 2020-06-13] 178: Checking gears ** [10:41:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:41:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:03 2020-06-13] 178: Checking imports ** [10:42:03 2020-06-13] 178: Checking exports ** [10:42:03 2020-06-13] 178: Checking users ** [10:42:03 2020-06-13] 178: Checking user_dbs ** [10:42:03 2020-06-13] 178: Checking geocodings ** [10:42:03 2020-06-13] 178: Checking synchronizations ** [10:42:03 2020-06-13] 178: Checking tracker ** [10:42:03 2020-06-13] 178: Checking user_migrations ** [10:42:03 2020-06-13] 178: Checking batch_updates ** [10:42:03 2020-06-13] 178: Checking gears ** [10:42:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:42:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:08 2020-06-13] 178: Checking imports ** [10:42:08 2020-06-13] 178: Checking exports ** [10:42:08 2020-06-13] 178: Checking users ** [10:42:08 2020-06-13] 178: Checking user_dbs ** [10:42:08 2020-06-13] 178: Checking geocodings ** [10:42:08 2020-06-13] 178: Checking synchronizations ** [10:42:08 2020-06-13] 178: Checking tracker ** [10:42:08 2020-06-13] 178: Checking user_migrations ** [10:42:08 2020-06-13] 178: Checking batch_updates ** [10:42:08 2020-06-13] 178: Checking gears ** [10:42:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:42:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:13 2020-06-13] 178: Checking imports ** [10:42:13 2020-06-13] 178: Checking exports ** [10:42:13 2020-06-13] 178: Checking users ** [10:42:13 2020-06-13] 178: Checking user_dbs ** [10:42:13 2020-06-13] 178: Checking geocodings ** [10:42:13 2020-06-13] 178: Checking synchronizations ** [10:42:13 2020-06-13] 178: Checking tracker ** [10:42:13 2020-06-13] 178: Checking user_migrations ** [10:42:13 2020-06-13] 178: Checking batch_updates ** [10:42:13 2020-06-13] 178: Checking gears ** [10:42:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:42:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:18 2020-06-13] 178: Checking imports ** [10:42:18 2020-06-13] 178: Checking exports ** [10:42:18 2020-06-13] 178: Checking users ** [10:42:18 2020-06-13] 178: Checking user_dbs ** [10:42:18 2020-06-13] 178: Checking geocodings ** [10:42:18 2020-06-13] 178: Checking synchronizations ** [10:42:18 2020-06-13] 178: Checking tracker ** [10:42:18 2020-06-13] 178: Checking user_migrations ** [10:42:18 2020-06-13] 178: Checking batch_updates ** [10:42:18 2020-06-13] 178: Checking gears ** [10:42:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:42:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:23 2020-06-13] 178: Checking imports ** [10:42:23 2020-06-13] 178: Checking exports ** [10:42:23 2020-06-13] 178: Checking users ** [10:42:23 2020-06-13] 178: Checking user_dbs ** [10:42:23 2020-06-13] 178: Checking geocodings ** [10:42:23 2020-06-13] 178: Checking synchronizations ** [10:42:23 2020-06-13] 178: Checking tracker ** [10:42:23 2020-06-13] 178: Checking user_migrations ** [10:42:23 2020-06-13] 178: Checking batch_updates ** [10:42:23 2020-06-13] 178: Checking gears ** [10:42:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:42:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:28 2020-06-13] 178: Checking imports ** [10:42:28 2020-06-13] 178: Checking exports ** [10:42:28 2020-06-13] 178: Checking users ** [10:42:28 2020-06-13] 178: Checking user_dbs ** [10:42:28 2020-06-13] 178: Checking geocodings ** [10:42:28 2020-06-13] 178: Checking synchronizations ** [10:42:28 2020-06-13] 178: Checking tracker ** [10:42:28 2020-06-13] 178: Checking user_migrations ** [10:42:28 2020-06-13] 178: Checking batch_updates ** [10:42:28 2020-06-13] 178: Checking gears ** [10:42:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:42:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:33 2020-06-13] 178: Checking imports ** [10:42:33 2020-06-13] 178: Checking exports ** [10:42:33 2020-06-13] 178: Checking users ** [10:42:33 2020-06-13] 178: Checking user_dbs ** [10:42:33 2020-06-13] 178: Checking geocodings ** [10:42:33 2020-06-13] 178: Checking synchronizations ** [10:42:33 2020-06-13] 178: Checking tracker ** [10:42:33 2020-06-13] 178: Checking user_migrations ** [10:42:33 2020-06-13] 178: Checking batch_updates ** [10:42:33 2020-06-13] 178: Checking gears ** [10:42:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:42:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:38 2020-06-13] 178: Checking imports ** [10:42:38 2020-06-13] 178: Checking exports ** [10:42:38 2020-06-13] 178: Checking users ** [10:42:38 2020-06-13] 178: Checking user_dbs ** [10:42:38 2020-06-13] 178: Checking geocodings ** [10:42:38 2020-06-13] 178: Checking synchronizations ** [10:42:38 2020-06-13] 178: Checking tracker ** [10:42:38 2020-06-13] 178: Checking user_migrations ** [10:42:38 2020-06-13] 178: Checking batch_updates ** [10:42:38 2020-06-13] 178: Checking gears ** [10:42:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:42:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:43 2020-06-13] 178: Checking imports ** [10:42:43 2020-06-13] 178: Checking exports ** [10:42:43 2020-06-13] 178: Checking users ** [10:42:43 2020-06-13] 178: Checking user_dbs ** [10:42:43 2020-06-13] 178: Checking geocodings ** [10:42:43 2020-06-13] 178: Checking synchronizations ** [10:42:43 2020-06-13] 178: Checking tracker ** [10:42:43 2020-06-13] 178: Checking user_migrations ** [10:42:43 2020-06-13] 178: Checking batch_updates ** [10:42:43 2020-06-13] 178: Checking gears ** [10:42:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:42:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:48 2020-06-13] 178: Checking imports ** [10:42:48 2020-06-13] 178: Checking exports ** [10:42:48 2020-06-13] 178: Checking users ** [10:42:48 2020-06-13] 178: Checking user_dbs ** [10:42:48 2020-06-13] 178: Checking geocodings ** [10:42:48 2020-06-13] 178: Checking synchronizations ** [10:42:48 2020-06-13] 178: Checking tracker ** [10:42:48 2020-06-13] 178: Checking user_migrations ** [10:42:48 2020-06-13] 178: Checking batch_updates ** [10:42:48 2020-06-13] 178: Checking gears ** [10:42:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:42:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:53 2020-06-13] 178: Checking imports ** [10:42:53 2020-06-13] 178: Checking exports ** [10:42:53 2020-06-13] 178: Checking users ** [10:42:53 2020-06-13] 178: Checking user_dbs ** [10:42:53 2020-06-13] 178: Checking geocodings ** [10:42:53 2020-06-13] 178: Checking synchronizations ** [10:42:53 2020-06-13] 178: Checking tracker ** [10:42:53 2020-06-13] 178: Checking user_migrations ** [10:42:53 2020-06-13] 178: Checking batch_updates ** [10:42:53 2020-06-13] 178: Checking gears ** [10:42:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:42:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:58 2020-06-13] 178: Checking imports ** [10:42:58 2020-06-13] 178: Checking exports ** [10:42:58 2020-06-13] 178: Checking users ** [10:42:58 2020-06-13] 178: Checking user_dbs ** [10:42:58 2020-06-13] 178: Checking geocodings ** [10:42:58 2020-06-13] 178: Checking synchronizations ** [10:42:58 2020-06-13] 178: Checking tracker ** [10:42:58 2020-06-13] 178: Checking user_migrations ** [10:42:58 2020-06-13] 178: Checking batch_updates ** [10:42:58 2020-06-13] 178: Checking gears ** [10:42:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:42:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:03 2020-06-13] 178: Checking imports ** [10:43:03 2020-06-13] 178: Checking exports ** [10:43:03 2020-06-13] 178: Checking users ** [10:43:03 2020-06-13] 178: Checking user_dbs ** [10:43:03 2020-06-13] 178: Checking geocodings ** [10:43:03 2020-06-13] 178: Checking synchronizations ** [10:43:03 2020-06-13] 178: Checking tracker ** [10:43:03 2020-06-13] 178: Checking user_migrations ** [10:43:03 2020-06-13] 178: Checking batch_updates ** [10:43:03 2020-06-13] 178: Checking gears ** [10:43:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:43:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:08 2020-06-13] 178: Checking imports ** [10:43:08 2020-06-13] 178: Checking exports ** [10:43:08 2020-06-13] 178: Checking users ** [10:43:08 2020-06-13] 178: Checking user_dbs ** [10:43:08 2020-06-13] 178: Checking geocodings ** [10:43:08 2020-06-13] 178: Checking synchronizations ** [10:43:08 2020-06-13] 178: Checking tracker ** [10:43:08 2020-06-13] 178: Checking user_migrations ** [10:43:08 2020-06-13] 178: Checking batch_updates ** [10:43:08 2020-06-13] 178: Checking gears ** [10:43:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:43:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:13 2020-06-13] 178: Checking imports ** [10:43:13 2020-06-13] 178: Checking exports ** [10:43:13 2020-06-13] 178: Checking users ** [10:43:13 2020-06-13] 178: Checking user_dbs ** [10:43:13 2020-06-13] 178: Checking geocodings ** [10:43:13 2020-06-13] 178: Checking synchronizations ** [10:43:13 2020-06-13] 178: Checking tracker ** [10:43:13 2020-06-13] 178: Checking user_migrations ** [10:43:13 2020-06-13] 178: Checking batch_updates ** [10:43:13 2020-06-13] 178: Checking gears ** [10:43:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:43:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:18 2020-06-13] 178: Checking imports ** [10:43:18 2020-06-13] 178: Checking exports ** [10:43:18 2020-06-13] 178: Checking users ** [10:43:18 2020-06-13] 178: Checking user_dbs ** [10:43:18 2020-06-13] 178: Checking geocodings ** [10:43:18 2020-06-13] 178: Checking synchronizations ** [10:43:18 2020-06-13] 178: Checking tracker ** [10:43:18 2020-06-13] 178: Checking user_migrations ** [10:43:18 2020-06-13] 178: Checking batch_updates ** [10:43:18 2020-06-13] 178: Checking gears ** [10:43:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:43:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:23 2020-06-13] 178: Checking imports ** [10:43:23 2020-06-13] 178: Checking exports ** [10:43:23 2020-06-13] 178: Checking users ** [10:43:23 2020-06-13] 178: Checking user_dbs ** [10:43:23 2020-06-13] 178: Checking geocodings ** [10:43:23 2020-06-13] 178: Checking synchronizations ** [10:43:23 2020-06-13] 178: Checking tracker ** [10:43:23 2020-06-13] 178: Checking user_migrations ** [10:43:23 2020-06-13] 178: Checking batch_updates ** [10:43:23 2020-06-13] 178: Checking gears ** [10:43:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:43:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:28 2020-06-13] 178: Checking imports ** [10:43:28 2020-06-13] 178: Checking exports ** [10:43:28 2020-06-13] 178: Checking users ** [10:43:28 2020-06-13] 178: Checking user_dbs ** [10:43:28 2020-06-13] 178: Checking geocodings ** [10:43:28 2020-06-13] 178: Checking synchronizations ** [10:43:28 2020-06-13] 178: Checking tracker ** [10:43:28 2020-06-13] 178: Checking user_migrations ** [10:43:28 2020-06-13] 178: Checking batch_updates ** [10:43:28 2020-06-13] 178: Checking gears ** [10:43:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:43:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:33 2020-06-13] 178: Checking imports ** [10:43:33 2020-06-13] 178: Checking exports ** [10:43:33 2020-06-13] 178: Checking users ** [10:43:33 2020-06-13] 178: Checking user_dbs ** [10:43:33 2020-06-13] 178: Checking geocodings ** [10:43:33 2020-06-13] 178: Checking synchronizations ** [10:43:33 2020-06-13] 178: Checking tracker ** [10:43:33 2020-06-13] 178: Checking user_migrations ** [10:43:33 2020-06-13] 178: Checking batch_updates ** [10:43:33 2020-06-13] 178: Checking gears ** [10:43:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:43:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:38 2020-06-13] 178: Checking imports ** [10:43:38 2020-06-13] 178: Checking exports ** [10:43:38 2020-06-13] 178: Checking users ** [10:43:38 2020-06-13] 178: Checking user_dbs ** [10:43:38 2020-06-13] 178: Checking geocodings ** [10:43:38 2020-06-13] 178: Checking synchronizations ** [10:43:38 2020-06-13] 178: Checking tracker ** [10:43:38 2020-06-13] 178: Checking user_migrations ** [10:43:38 2020-06-13] 178: Checking batch_updates ** [10:43:38 2020-06-13] 178: Checking gears ** [10:43:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:43:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:43 2020-06-13] 178: Checking imports ** [10:43:43 2020-06-13] 178: Checking exports ** [10:43:43 2020-06-13] 178: Checking users ** [10:43:43 2020-06-13] 178: Checking user_dbs ** [10:43:43 2020-06-13] 178: Checking geocodings ** [10:43:43 2020-06-13] 178: Checking synchronizations ** [10:43:43 2020-06-13] 178: Checking tracker ** [10:43:43 2020-06-13] 178: Checking user_migrations ** [10:43:43 2020-06-13] 178: Checking batch_updates ** [10:43:43 2020-06-13] 178: Checking gears ** [10:43:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:43:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:48 2020-06-13] 178: Checking imports ** [10:43:48 2020-06-13] 178: Checking exports ** [10:43:48 2020-06-13] 178: Checking users ** [10:43:48 2020-06-13] 178: Checking user_dbs ** [10:43:48 2020-06-13] 178: Checking geocodings ** [10:43:48 2020-06-13] 178: Checking synchronizations ** [10:43:48 2020-06-13] 178: Checking tracker ** [10:43:48 2020-06-13] 178: Checking user_migrations ** [10:43:48 2020-06-13] 178: Checking batch_updates ** [10:43:48 2020-06-13] 178: Checking gears ** [10:43:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:43:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:53 2020-06-13] 178: Checking imports ** [10:43:53 2020-06-13] 178: Checking exports ** [10:43:53 2020-06-13] 178: Checking users ** [10:43:53 2020-06-13] 178: Checking user_dbs ** [10:43:53 2020-06-13] 178: Checking geocodings ** [10:43:53 2020-06-13] 178: Checking synchronizations ** [10:43:53 2020-06-13] 178: Checking tracker ** [10:43:53 2020-06-13] 178: Checking user_migrations ** [10:43:53 2020-06-13] 178: Checking batch_updates ** [10:43:53 2020-06-13] 178: Checking gears ** [10:43:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:43:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:58 2020-06-13] 178: Checking imports ** [10:43:58 2020-06-13] 178: Checking exports ** [10:43:58 2020-06-13] 178: Checking users ** [10:43:58 2020-06-13] 178: Checking user_dbs ** [10:43:58 2020-06-13] 178: Checking geocodings ** [10:43:58 2020-06-13] 178: Checking synchronizations ** [10:43:58 2020-06-13] 178: Checking tracker ** [10:43:58 2020-06-13] 178: Checking user_migrations ** [10:43:58 2020-06-13] 178: Checking batch_updates ** [10:43:58 2020-06-13] 178: Checking gears ** [10:43:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:43:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:03 2020-06-13] 178: Checking imports ** [10:44:03 2020-06-13] 178: Checking exports ** [10:44:03 2020-06-13] 178: Checking users ** [10:44:03 2020-06-13] 178: Checking user_dbs ** [10:44:03 2020-06-13] 178: Checking geocodings ** [10:44:03 2020-06-13] 178: Checking synchronizations ** [10:44:03 2020-06-13] 178: Checking tracker ** [10:44:03 2020-06-13] 178: Checking user_migrations ** [10:44:03 2020-06-13] 178: Checking batch_updates ** [10:44:03 2020-06-13] 178: Checking gears ** [10:44:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:44:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:08 2020-06-13] 178: Checking imports ** [10:44:08 2020-06-13] 178: Checking exports ** [10:44:08 2020-06-13] 178: Checking users ** [10:44:08 2020-06-13] 178: Checking user_dbs ** [10:44:08 2020-06-13] 178: Checking geocodings ** [10:44:08 2020-06-13] 178: Checking synchronizations ** [10:44:08 2020-06-13] 178: Checking tracker ** [10:44:08 2020-06-13] 178: Checking user_migrations ** [10:44:08 2020-06-13] 178: Checking batch_updates ** [10:44:08 2020-06-13] 178: Checking gears ** [10:44:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:44:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:13 2020-06-13] 178: Checking imports ** [10:44:13 2020-06-13] 178: Checking exports ** [10:44:13 2020-06-13] 178: Checking users ** [10:44:13 2020-06-13] 178: Checking user_dbs ** [10:44:13 2020-06-13] 178: Checking geocodings ** [10:44:13 2020-06-13] 178: Checking synchronizations ** [10:44:13 2020-06-13] 178: Checking tracker ** [10:44:13 2020-06-13] 178: Checking user_migrations ** [10:44:13 2020-06-13] 178: Checking batch_updates ** [10:44:13 2020-06-13] 178: Checking gears ** [10:44:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:44:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:18 2020-06-13] 178: Checking imports ** [10:44:18 2020-06-13] 178: Checking exports ** [10:44:18 2020-06-13] 178: Checking users ** [10:44:18 2020-06-13] 178: Checking user_dbs ** [10:44:18 2020-06-13] 178: Checking geocodings ** [10:44:18 2020-06-13] 178: Checking synchronizations ** [10:44:18 2020-06-13] 178: Checking tracker ** [10:44:18 2020-06-13] 178: Checking user_migrations ** [10:44:18 2020-06-13] 178: Checking batch_updates ** [10:44:18 2020-06-13] 178: Checking gears ** [10:44:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:44:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:23 2020-06-13] 178: Checking imports ** [10:44:23 2020-06-13] 178: Checking exports ** [10:44:23 2020-06-13] 178: Checking users ** [10:44:23 2020-06-13] 178: Checking user_dbs ** [10:44:23 2020-06-13] 178: Checking geocodings ** [10:44:23 2020-06-13] 178: Checking synchronizations ** [10:44:23 2020-06-13] 178: Checking tracker ** [10:44:23 2020-06-13] 178: Checking user_migrations ** [10:44:23 2020-06-13] 178: Checking batch_updates ** [10:44:23 2020-06-13] 178: Checking gears ** [10:44:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:44:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:28 2020-06-13] 178: Checking imports ** [10:44:28 2020-06-13] 178: Checking exports ** [10:44:28 2020-06-13] 178: Checking users ** [10:44:28 2020-06-13] 178: Checking user_dbs ** [10:44:28 2020-06-13] 178: Checking geocodings ** [10:44:28 2020-06-13] 178: Checking synchronizations ** [10:44:28 2020-06-13] 178: Checking tracker ** [10:44:28 2020-06-13] 178: Checking user_migrations ** [10:44:28 2020-06-13] 178: Checking batch_updates ** [10:44:28 2020-06-13] 178: Checking gears ** [10:44:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:44:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:33 2020-06-13] 178: Checking imports ** [10:44:33 2020-06-13] 178: Checking exports ** [10:44:33 2020-06-13] 178: Checking users ** [10:44:33 2020-06-13] 178: Checking user_dbs ** [10:44:33 2020-06-13] 178: Checking geocodings ** [10:44:33 2020-06-13] 178: Checking synchronizations ** [10:44:33 2020-06-13] 178: Checking tracker ** [10:44:33 2020-06-13] 178: Checking user_migrations ** [10:44:33 2020-06-13] 178: Checking batch_updates ** [10:44:33 2020-06-13] 178: Checking gears ** [10:44:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:44:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:38 2020-06-13] 178: Checking imports ** [10:44:39 2020-06-13] 178: Checking exports ** [10:44:39 2020-06-13] 178: Checking users ** [10:44:39 2020-06-13] 178: Checking user_dbs ** [10:44:39 2020-06-13] 178: Checking geocodings ** [10:44:39 2020-06-13] 178: Checking synchronizations ** [10:44:39 2020-06-13] 178: Checking tracker ** [10:44:39 2020-06-13] 178: Checking user_migrations ** [10:44:39 2020-06-13] 178: Checking batch_updates ** [10:44:39 2020-06-13] 178: Checking gears ** [10:44:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:44:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:44 2020-06-13] 178: Checking imports ** [10:44:44 2020-06-13] 178: Checking exports ** [10:44:44 2020-06-13] 178: Checking users ** [10:44:44 2020-06-13] 178: Checking user_dbs ** [10:44:44 2020-06-13] 178: Checking geocodings ** [10:44:44 2020-06-13] 178: Checking synchronizations ** [10:44:44 2020-06-13] 178: Checking tracker ** [10:44:44 2020-06-13] 178: Checking user_migrations ** [10:44:44 2020-06-13] 178: Checking batch_updates ** [10:44:44 2020-06-13] 178: Checking gears ** [10:44:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:44:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:49 2020-06-13] 178: Checking imports ** [10:44:49 2020-06-13] 178: Checking exports ** [10:44:49 2020-06-13] 178: Checking users ** [10:44:49 2020-06-13] 178: Checking user_dbs ** [10:44:49 2020-06-13] 178: Checking geocodings ** [10:44:49 2020-06-13] 178: Checking synchronizations ** [10:44:49 2020-06-13] 178: Checking tracker ** [10:44:49 2020-06-13] 178: Checking user_migrations ** [10:44:49 2020-06-13] 178: Checking batch_updates ** [10:44:49 2020-06-13] 178: Checking gears ** [10:44:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:44:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:54 2020-06-13] 178: Checking imports ** [10:44:54 2020-06-13] 178: Checking exports ** [10:44:54 2020-06-13] 178: Checking users ** [10:44:54 2020-06-13] 178: Checking user_dbs ** [10:44:54 2020-06-13] 178: Checking geocodings ** [10:44:54 2020-06-13] 178: Checking synchronizations ** [10:44:54 2020-06-13] 178: Checking tracker ** [10:44:54 2020-06-13] 178: Checking user_migrations ** [10:44:54 2020-06-13] 178: Checking batch_updates ** [10:44:54 2020-06-13] 178: Checking gears ** [10:44:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:44:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:59 2020-06-13] 178: Checking imports ** [10:44:59 2020-06-13] 178: Checking exports ** [10:44:59 2020-06-13] 178: Checking users ** [10:44:59 2020-06-13] 178: Checking user_dbs ** [10:44:59 2020-06-13] 178: Checking geocodings ** [10:44:59 2020-06-13] 178: Checking synchronizations ** [10:44:59 2020-06-13] 178: Checking tracker ** [10:44:59 2020-06-13] 178: Checking user_migrations ** [10:44:59 2020-06-13] 178: Checking batch_updates ** [10:44:59 2020-06-13] 178: Checking gears ** [10:44:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:44:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:04 2020-06-13] 178: Checking imports ** [10:45:04 2020-06-13] 178: Checking exports ** [10:45:04 2020-06-13] 178: Checking users ** [10:45:04 2020-06-13] 178: Checking user_dbs ** [10:45:04 2020-06-13] 178: Checking geocodings ** [10:45:04 2020-06-13] 178: Checking synchronizations ** [10:45:04 2020-06-13] 178: Checking tracker ** [10:45:04 2020-06-13] 178: Checking user_migrations ** [10:45:04 2020-06-13] 178: Checking batch_updates ** [10:45:04 2020-06-13] 178: Checking gears ** [10:45:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:45:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:09 2020-06-13] 178: Checking imports ** [10:45:09 2020-06-13] 178: Checking exports ** [10:45:09 2020-06-13] 178: Checking users ** [10:45:09 2020-06-13] 178: Checking user_dbs ** [10:45:09 2020-06-13] 178: Checking geocodings ** [10:45:09 2020-06-13] 178: Checking synchronizations ** [10:45:09 2020-06-13] 178: Checking tracker ** [10:45:09 2020-06-13] 178: Checking user_migrations ** [10:45:09 2020-06-13] 178: Checking batch_updates ** [10:45:09 2020-06-13] 178: Checking gears ** [10:45:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:45:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:14 2020-06-13] 178: Checking imports ** [10:45:15 2020-06-13] 178: Checking exports ** [10:45:15 2020-06-13] 178: Checking users ** [10:45:15 2020-06-13] 178: Checking user_dbs ** [10:45:15 2020-06-13] 178: Checking geocodings ** [10:45:15 2020-06-13] 178: Checking synchronizations ** [10:45:15 2020-06-13] 178: Checking tracker ** [10:45:15 2020-06-13] 178: Checking user_migrations ** [10:45:15 2020-06-13] 178: Checking batch_updates ** [10:45:15 2020-06-13] 178: Checking gears ** [10:45:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:45:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:20 2020-06-13] 178: Checking imports ** [10:45:20 2020-06-13] 178: Checking exports ** [10:45:20 2020-06-13] 178: Checking users ** [10:45:20 2020-06-13] 178: Checking user_dbs ** [10:45:20 2020-06-13] 178: Checking geocodings ** [10:45:20 2020-06-13] 178: Checking synchronizations ** [10:45:20 2020-06-13] 178: Checking tracker ** [10:45:20 2020-06-13] 178: Checking user_migrations ** [10:45:20 2020-06-13] 178: Checking batch_updates ** [10:45:20 2020-06-13] 178: Checking gears ** [10:45:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:45:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:25 2020-06-13] 178: Checking imports ** [10:45:25 2020-06-13] 178: Checking exports ** [10:45:25 2020-06-13] 178: Checking users ** [10:45:25 2020-06-13] 178: Checking user_dbs ** [10:45:25 2020-06-13] 178: Checking geocodings ** [10:45:25 2020-06-13] 178: Checking synchronizations ** [10:45:25 2020-06-13] 178: Checking tracker ** [10:45:25 2020-06-13] 178: Checking user_migrations ** [10:45:25 2020-06-13] 178: Checking batch_updates ** [10:45:25 2020-06-13] 178: Checking gears ** [10:45:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:45:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:30 2020-06-13] 178: Checking imports ** [10:45:30 2020-06-13] 178: Checking exports ** [10:45:30 2020-06-13] 178: Checking users ** [10:45:30 2020-06-13] 178: Checking user_dbs ** [10:45:30 2020-06-13] 178: Checking geocodings ** [10:45:30 2020-06-13] 178: Checking synchronizations ** [10:45:30 2020-06-13] 178: Checking tracker ** [10:45:30 2020-06-13] 178: Checking user_migrations ** [10:45:30 2020-06-13] 178: Checking batch_updates ** [10:45:30 2020-06-13] 178: Checking gears ** [10:45:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:45:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:35 2020-06-13] 178: Checking imports ** [10:45:35 2020-06-13] 178: Checking exports ** [10:45:35 2020-06-13] 178: Checking users ** [10:45:35 2020-06-13] 178: Checking user_dbs ** [10:45:35 2020-06-13] 178: Checking geocodings ** [10:45:35 2020-06-13] 178: Checking synchronizations ** [10:45:35 2020-06-13] 178: Checking tracker ** [10:45:35 2020-06-13] 178: Checking user_migrations ** [10:45:35 2020-06-13] 178: Checking batch_updates ** [10:45:35 2020-06-13] 178: Checking gears ** [10:45:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:45:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:40 2020-06-13] 178: Checking imports ** [10:45:40 2020-06-13] 178: Checking exports ** [10:45:40 2020-06-13] 178: Checking users ** [10:45:40 2020-06-13] 178: Checking user_dbs ** [10:45:40 2020-06-13] 178: Checking geocodings ** [10:45:40 2020-06-13] 178: Checking synchronizations ** [10:45:40 2020-06-13] 178: Checking tracker ** [10:45:40 2020-06-13] 178: Checking user_migrations ** [10:45:40 2020-06-13] 178: Checking batch_updates ** [10:45:40 2020-06-13] 178: Checking gears ** [10:45:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:45:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:45 2020-06-13] 178: Checking imports ** [10:45:45 2020-06-13] 178: Checking exports ** [10:45:45 2020-06-13] 178: Checking users ** [10:45:45 2020-06-13] 178: Checking user_dbs ** [10:45:45 2020-06-13] 178: Checking geocodings ** [10:45:45 2020-06-13] 178: Checking synchronizations ** [10:45:45 2020-06-13] 178: Checking tracker ** [10:45:45 2020-06-13] 178: Checking user_migrations ** [10:45:45 2020-06-13] 178: Checking batch_updates ** [10:45:45 2020-06-13] 178: Checking gears ** [10:45:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:45:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:50 2020-06-13] 178: Checking imports ** [10:45:50 2020-06-13] 178: Checking exports ** [10:45:50 2020-06-13] 178: Checking users ** [10:45:50 2020-06-13] 178: Checking user_dbs ** [10:45:50 2020-06-13] 178: Checking geocodings ** [10:45:50 2020-06-13] 178: Checking synchronizations ** [10:45:50 2020-06-13] 178: Checking tracker ** [10:45:50 2020-06-13] 178: Checking user_migrations ** [10:45:50 2020-06-13] 178: Checking batch_updates ** [10:45:50 2020-06-13] 178: Checking gears ** [10:45:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:45:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:55 2020-06-13] 178: Checking imports ** [10:45:55 2020-06-13] 178: Checking exports ** [10:45:55 2020-06-13] 178: Checking users ** [10:45:55 2020-06-13] 178: Checking user_dbs ** [10:45:55 2020-06-13] 178: Checking geocodings ** [10:45:55 2020-06-13] 178: Checking synchronizations ** [10:45:55 2020-06-13] 178: Checking tracker ** [10:45:55 2020-06-13] 178: Checking user_migrations ** [10:45:55 2020-06-13] 178: Checking batch_updates ** [10:45:55 2020-06-13] 178: Checking gears ** [10:45:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:45:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:00 2020-06-13] 178: Checking imports ** [10:46:00 2020-06-13] 178: Checking exports ** [10:46:00 2020-06-13] 178: Checking users ** [10:46:00 2020-06-13] 178: Checking user_dbs ** [10:46:00 2020-06-13] 178: Checking geocodings ** [10:46:00 2020-06-13] 178: Checking synchronizations ** [10:46:00 2020-06-13] 178: Checking tracker ** [10:46:00 2020-06-13] 178: Checking user_migrations ** [10:46:00 2020-06-13] 178: Checking batch_updates ** [10:46:00 2020-06-13] 178: Checking gears ** [10:46:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:46:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:05 2020-06-13] 178: Checking imports ** [10:46:05 2020-06-13] 178: Checking exports ** [10:46:05 2020-06-13] 178: Checking users ** [10:46:05 2020-06-13] 178: Checking user_dbs ** [10:46:05 2020-06-13] 178: Checking geocodings ** [10:46:05 2020-06-13] 178: Checking synchronizations ** [10:46:05 2020-06-13] 178: Checking tracker ** [10:46:05 2020-06-13] 178: Checking user_migrations ** [10:46:05 2020-06-13] 178: Checking batch_updates ** [10:46:05 2020-06-13] 178: Checking gears ** [10:46:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:46:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:10 2020-06-13] 178: Checking imports ** [10:46:10 2020-06-13] 178: Checking exports ** [10:46:10 2020-06-13] 178: Checking users ** [10:46:10 2020-06-13] 178: Checking user_dbs ** [10:46:10 2020-06-13] 178: Checking geocodings ** [10:46:10 2020-06-13] 178: Checking synchronizations ** [10:46:10 2020-06-13] 178: Checking tracker ** [10:46:10 2020-06-13] 178: Checking user_migrations ** [10:46:10 2020-06-13] 178: Checking batch_updates ** [10:46:10 2020-06-13] 178: Checking gears ** [10:46:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:46:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:15 2020-06-13] 178: Checking imports ** [10:46:15 2020-06-13] 178: Checking exports ** [10:46:15 2020-06-13] 178: Checking users ** [10:46:15 2020-06-13] 178: Checking user_dbs ** [10:46:15 2020-06-13] 178: Checking geocodings ** [10:46:15 2020-06-13] 178: Checking synchronizations ** [10:46:15 2020-06-13] 178: Checking tracker ** [10:46:15 2020-06-13] 178: Checking user_migrations ** [10:46:15 2020-06-13] 178: Checking batch_updates ** [10:46:15 2020-06-13] 178: Checking gears ** [10:46:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:46:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:20 2020-06-13] 178: Checking imports ** [10:46:20 2020-06-13] 178: Checking exports ** [10:46:20 2020-06-13] 178: Checking users ** [10:46:20 2020-06-13] 178: Checking user_dbs ** [10:46:20 2020-06-13] 178: Checking geocodings ** [10:46:20 2020-06-13] 178: Checking synchronizations ** [10:46:20 2020-06-13] 178: Checking tracker ** [10:46:20 2020-06-13] 178: Checking user_migrations ** [10:46:20 2020-06-13] 178: Checking batch_updates ** [10:46:20 2020-06-13] 178: Checking gears ** [10:46:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:46:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:25 2020-06-13] 178: Checking imports ** [10:46:25 2020-06-13] 178: Checking exports ** [10:46:25 2020-06-13] 178: Checking users ** [10:46:25 2020-06-13] 178: Checking user_dbs ** [10:46:25 2020-06-13] 178: Checking geocodings ** [10:46:25 2020-06-13] 178: Checking synchronizations ** [10:46:25 2020-06-13] 178: Checking tracker ** [10:46:25 2020-06-13] 178: Checking user_migrations ** [10:46:25 2020-06-13] 178: Checking batch_updates ** [10:46:25 2020-06-13] 178: Checking gears ** [10:46:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:46:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:30 2020-06-13] 178: Checking imports ** [10:46:30 2020-06-13] 178: Checking exports ** [10:46:30 2020-06-13] 178: Checking users ** [10:46:30 2020-06-13] 178: Checking user_dbs ** [10:46:30 2020-06-13] 178: Checking geocodings ** [10:46:30 2020-06-13] 178: Checking synchronizations ** [10:46:30 2020-06-13] 178: Checking tracker ** [10:46:30 2020-06-13] 178: Checking user_migrations ** [10:46:30 2020-06-13] 178: Checking batch_updates ** [10:46:30 2020-06-13] 178: Checking gears ** [10:46:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:46:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:35 2020-06-13] 178: Checking imports ** [10:46:35 2020-06-13] 178: Checking exports ** [10:46:35 2020-06-13] 178: Checking users ** [10:46:35 2020-06-13] 178: Checking user_dbs ** [10:46:35 2020-06-13] 178: Checking geocodings ** [10:46:35 2020-06-13] 178: Checking synchronizations ** [10:46:35 2020-06-13] 178: Checking tracker ** [10:46:35 2020-06-13] 178: Checking user_migrations ** [10:46:35 2020-06-13] 178: Checking batch_updates ** [10:46:35 2020-06-13] 178: Checking gears ** [10:46:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:46:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:40 2020-06-13] 178: Checking imports ** [10:46:40 2020-06-13] 178: Checking exports ** [10:46:40 2020-06-13] 178: Checking users ** [10:46:40 2020-06-13] 178: Checking user_dbs ** [10:46:40 2020-06-13] 178: Checking geocodings ** [10:46:40 2020-06-13] 178: Checking synchronizations ** [10:46:40 2020-06-13] 178: Checking tracker ** [10:46:40 2020-06-13] 178: Checking user_migrations ** [10:46:40 2020-06-13] 178: Checking batch_updates ** [10:46:40 2020-06-13] 178: Checking gears ** [10:46:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:46:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:45 2020-06-13] 178: Checking imports ** [10:46:45 2020-06-13] 178: Checking exports ** [10:46:45 2020-06-13] 178: Checking users ** [10:46:45 2020-06-13] 178: Checking user_dbs ** [10:46:45 2020-06-13] 178: Checking geocodings ** [10:46:45 2020-06-13] 178: Checking synchronizations ** [10:46:45 2020-06-13] 178: Checking tracker ** [10:46:45 2020-06-13] 178: Checking user_migrations ** [10:46:45 2020-06-13] 178: Checking batch_updates ** [10:46:45 2020-06-13] 178: Checking gears ** [10:46:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:46:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:50 2020-06-13] 178: Checking imports ** [10:46:50 2020-06-13] 178: Checking exports ** [10:46:50 2020-06-13] 178: Checking users ** [10:46:50 2020-06-13] 178: Checking user_dbs ** [10:46:50 2020-06-13] 178: Checking geocodings ** [10:46:50 2020-06-13] 178: Checking synchronizations ** [10:46:50 2020-06-13] 178: Checking tracker ** [10:46:50 2020-06-13] 178: Checking user_migrations ** [10:46:50 2020-06-13] 178: Checking batch_updates ** [10:46:50 2020-06-13] 178: Checking gears ** [10:46:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:46:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:55 2020-06-13] 178: Checking imports ** [10:46:55 2020-06-13] 178: Checking exports ** [10:46:55 2020-06-13] 178: Checking users ** [10:46:55 2020-06-13] 178: Checking user_dbs ** [10:46:55 2020-06-13] 178: Checking geocodings ** [10:46:55 2020-06-13] 178: Checking synchronizations ** [10:46:55 2020-06-13] 178: Checking tracker ** [10:46:55 2020-06-13] 178: Checking user_migrations ** [10:46:55 2020-06-13] 178: Checking batch_updates ** [10:46:55 2020-06-13] 178: Checking gears ** [10:46:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:46:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:00 2020-06-13] 178: Checking imports ** [10:47:00 2020-06-13] 178: Checking exports ** [10:47:00 2020-06-13] 178: Checking users ** [10:47:00 2020-06-13] 178: Checking user_dbs ** [10:47:00 2020-06-13] 178: Checking geocodings ** [10:47:00 2020-06-13] 178: Checking synchronizations ** [10:47:00 2020-06-13] 178: Checking tracker ** [10:47:00 2020-06-13] 178: Checking user_migrations ** [10:47:00 2020-06-13] 178: Checking batch_updates ** [10:47:00 2020-06-13] 178: Checking gears ** [10:47:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:47:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:05 2020-06-13] 178: Checking imports ** [10:47:05 2020-06-13] 178: Checking exports ** [10:47:05 2020-06-13] 178: Checking users ** [10:47:05 2020-06-13] 178: Checking user_dbs ** [10:47:05 2020-06-13] 178: Checking geocodings ** [10:47:05 2020-06-13] 178: Checking synchronizations ** [10:47:05 2020-06-13] 178: Checking tracker ** [10:47:05 2020-06-13] 178: Checking user_migrations ** [10:47:05 2020-06-13] 178: Checking batch_updates ** [10:47:05 2020-06-13] 178: Checking gears ** [10:47:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:47:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:10 2020-06-13] 178: Checking imports ** [10:47:10 2020-06-13] 178: Checking exports ** [10:47:10 2020-06-13] 178: Checking users ** [10:47:10 2020-06-13] 178: Checking user_dbs ** [10:47:10 2020-06-13] 178: Checking geocodings ** [10:47:10 2020-06-13] 178: Checking synchronizations ** [10:47:10 2020-06-13] 178: Checking tracker ** [10:47:10 2020-06-13] 178: Checking user_migrations ** [10:47:10 2020-06-13] 178: Checking batch_updates ** [10:47:10 2020-06-13] 178: Checking gears ** [10:47:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:47:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:15 2020-06-13] 178: Checking imports ** [10:47:15 2020-06-13] 178: Checking exports ** [10:47:15 2020-06-13] 178: Checking users ** [10:47:15 2020-06-13] 178: Checking user_dbs ** [10:47:15 2020-06-13] 178: Checking geocodings ** [10:47:15 2020-06-13] 178: Checking synchronizations ** [10:47:15 2020-06-13] 178: Checking tracker ** [10:47:15 2020-06-13] 178: Checking user_migrations ** [10:47:15 2020-06-13] 178: Checking batch_updates ** [10:47:15 2020-06-13] 178: Checking gears ** [10:47:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:47:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:20 2020-06-13] 178: Checking imports ** [10:47:20 2020-06-13] 178: Checking exports ** [10:47:20 2020-06-13] 178: Checking users ** [10:47:20 2020-06-13] 178: Checking user_dbs ** [10:47:20 2020-06-13] 178: Checking geocodings ** [10:47:20 2020-06-13] 178: Checking synchronizations ** [10:47:20 2020-06-13] 178: Checking tracker ** [10:47:20 2020-06-13] 178: Checking user_migrations ** [10:47:20 2020-06-13] 178: Checking batch_updates ** [10:47:20 2020-06-13] 178: Checking gears ** [10:47:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:47:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:25 2020-06-13] 178: Checking imports ** [10:47:25 2020-06-13] 178: Checking exports ** [10:47:25 2020-06-13] 178: Checking users ** [10:47:25 2020-06-13] 178: Checking user_dbs ** [10:47:25 2020-06-13] 178: Checking geocodings ** [10:47:25 2020-06-13] 178: Checking synchronizations ** [10:47:25 2020-06-13] 178: Checking tracker ** [10:47:25 2020-06-13] 178: Checking user_migrations ** [10:47:25 2020-06-13] 178: Checking batch_updates ** [10:47:25 2020-06-13] 178: Checking gears ** [10:47:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:47:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:30 2020-06-13] 178: Checking imports ** [10:47:30 2020-06-13] 178: Checking exports ** [10:47:30 2020-06-13] 178: Checking users ** [10:47:30 2020-06-13] 178: Checking user_dbs ** [10:47:30 2020-06-13] 178: Checking geocodings ** [10:47:30 2020-06-13] 178: Checking synchronizations ** [10:47:30 2020-06-13] 178: Checking tracker ** [10:47:30 2020-06-13] 178: Checking user_migrations ** [10:47:30 2020-06-13] 178: Checking batch_updates ** [10:47:30 2020-06-13] 178: Checking gears ** [10:47:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:47:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:35 2020-06-13] 178: Checking imports ** [10:47:35 2020-06-13] 178: Checking exports ** [10:47:35 2020-06-13] 178: Checking users ** [10:47:35 2020-06-13] 178: Checking user_dbs ** [10:47:35 2020-06-13] 178: Checking geocodings ** [10:47:35 2020-06-13] 178: Checking synchronizations ** [10:47:35 2020-06-13] 178: Checking tracker ** [10:47:35 2020-06-13] 178: Checking user_migrations ** [10:47:35 2020-06-13] 178: Checking batch_updates ** [10:47:35 2020-06-13] 178: Checking gears ** [10:47:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:47:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:40 2020-06-13] 178: Checking imports ** [10:47:40 2020-06-13] 178: Checking exports ** [10:47:40 2020-06-13] 178: Checking users ** [10:47:40 2020-06-13] 178: Checking user_dbs ** [10:47:40 2020-06-13] 178: Checking geocodings ** [10:47:40 2020-06-13] 178: Checking synchronizations ** [10:47:40 2020-06-13] 178: Checking tracker ** [10:47:40 2020-06-13] 178: Checking user_migrations ** [10:47:40 2020-06-13] 178: Checking batch_updates ** [10:47:40 2020-06-13] 178: Checking gears ** [10:47:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:47:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:45 2020-06-13] 178: Checking imports ** [10:47:45 2020-06-13] 178: Checking exports ** [10:47:45 2020-06-13] 178: Checking users ** [10:47:45 2020-06-13] 178: Checking user_dbs ** [10:47:45 2020-06-13] 178: Checking geocodings ** [10:47:45 2020-06-13] 178: Checking synchronizations ** [10:47:45 2020-06-13] 178: Checking tracker ** [10:47:45 2020-06-13] 178: Checking user_migrations ** [10:47:45 2020-06-13] 178: Checking batch_updates ** [10:47:45 2020-06-13] 178: Checking gears ** [10:47:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:47:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:50 2020-06-13] 178: Checking imports ** [10:47:50 2020-06-13] 178: Checking exports ** [10:47:50 2020-06-13] 178: Checking users ** [10:47:50 2020-06-13] 178: Checking user_dbs ** [10:47:50 2020-06-13] 178: Checking geocodings ** [10:47:50 2020-06-13] 178: Checking synchronizations ** [10:47:50 2020-06-13] 178: Checking tracker ** [10:47:50 2020-06-13] 178: Checking user_migrations ** [10:47:50 2020-06-13] 178: Checking batch_updates ** [10:47:50 2020-06-13] 178: Checking gears ** [10:47:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:47:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:55 2020-06-13] 178: Checking imports ** [10:47:55 2020-06-13] 178: Checking exports ** [10:47:55 2020-06-13] 178: Checking users ** [10:47:55 2020-06-13] 178: Checking user_dbs ** [10:47:55 2020-06-13] 178: Checking geocodings ** [10:47:55 2020-06-13] 178: Checking synchronizations ** [10:47:55 2020-06-13] 178: Checking tracker ** [10:47:55 2020-06-13] 178: Checking user_migrations ** [10:47:55 2020-06-13] 178: Checking batch_updates ** [10:47:55 2020-06-13] 178: Checking gears ** [10:47:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:47:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:00 2020-06-13] 178: Checking imports ** [10:48:00 2020-06-13] 178: Checking exports ** [10:48:00 2020-06-13] 178: Checking users ** [10:48:00 2020-06-13] 178: Checking user_dbs ** [10:48:00 2020-06-13] 178: Checking geocodings ** [10:48:00 2020-06-13] 178: Checking synchronizations ** [10:48:00 2020-06-13] 178: Checking tracker ** [10:48:00 2020-06-13] 178: Checking user_migrations ** [10:48:00 2020-06-13] 178: Checking batch_updates ** [10:48:00 2020-06-13] 178: Checking gears ** [10:48:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:48:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:05 2020-06-13] 178: Checking imports ** [10:48:05 2020-06-13] 178: Checking exports ** [10:48:05 2020-06-13] 178: Checking users ** [10:48:05 2020-06-13] 178: Checking user_dbs ** [10:48:05 2020-06-13] 178: Checking geocodings ** [10:48:05 2020-06-13] 178: Checking synchronizations ** [10:48:05 2020-06-13] 178: Checking tracker ** [10:48:05 2020-06-13] 178: Checking user_migrations ** [10:48:05 2020-06-13] 178: Checking batch_updates ** [10:48:05 2020-06-13] 178: Checking gears ** [10:48:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:48:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:10 2020-06-13] 178: Checking imports ** [10:48:10 2020-06-13] 178: Checking exports ** [10:48:10 2020-06-13] 178: Checking users ** [10:48:10 2020-06-13] 178: Checking user_dbs ** [10:48:10 2020-06-13] 178: Checking geocodings ** [10:48:10 2020-06-13] 178: Checking synchronizations ** [10:48:10 2020-06-13] 178: Checking tracker ** [10:48:10 2020-06-13] 178: Checking user_migrations ** [10:48:10 2020-06-13] 178: Checking batch_updates ** [10:48:10 2020-06-13] 178: Checking gears ** [10:48:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:48:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:15 2020-06-13] 178: Checking imports ** [10:48:15 2020-06-13] 178: Checking exports ** [10:48:15 2020-06-13] 178: Checking users ** [10:48:15 2020-06-13] 178: Checking user_dbs ** [10:48:15 2020-06-13] 178: Checking geocodings ** [10:48:15 2020-06-13] 178: Checking synchronizations ** [10:48:15 2020-06-13] 178: Checking tracker ** [10:48:15 2020-06-13] 178: Checking user_migrations ** [10:48:15 2020-06-13] 178: Checking batch_updates ** [10:48:15 2020-06-13] 178: Checking gears ** [10:48:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:48:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:20 2020-06-13] 178: Checking imports ** [10:48:20 2020-06-13] 178: Checking exports ** [10:48:20 2020-06-13] 178: Checking users ** [10:48:20 2020-06-13] 178: Checking user_dbs ** [10:48:20 2020-06-13] 178: Checking geocodings ** [10:48:20 2020-06-13] 178: Checking synchronizations ** [10:48:20 2020-06-13] 178: Checking tracker ** [10:48:20 2020-06-13] 178: Checking user_migrations ** [10:48:20 2020-06-13] 178: Checking batch_updates ** [10:48:20 2020-06-13] 178: Checking gears ** [10:48:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:48:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:25 2020-06-13] 178: Checking imports ** [10:48:25 2020-06-13] 178: Checking exports ** [10:48:25 2020-06-13] 178: Checking users ** [10:48:25 2020-06-13] 178: Checking user_dbs ** [10:48:25 2020-06-13] 178: Checking geocodings ** [10:48:25 2020-06-13] 178: Checking synchronizations ** [10:48:25 2020-06-13] 178: Checking tracker ** [10:48:25 2020-06-13] 178: Checking user_migrations ** [10:48:25 2020-06-13] 178: Checking batch_updates ** [10:48:25 2020-06-13] 178: Checking gears ** [10:48:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:48:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:30 2020-06-13] 178: Checking imports ** [10:48:30 2020-06-13] 178: Checking exports ** [10:48:30 2020-06-13] 178: Checking users ** [10:48:30 2020-06-13] 178: Checking user_dbs ** [10:48:30 2020-06-13] 178: Checking geocodings ** [10:48:30 2020-06-13] 178: Checking synchronizations ** [10:48:30 2020-06-13] 178: Checking tracker ** [10:48:30 2020-06-13] 178: Checking user_migrations ** [10:48:30 2020-06-13] 178: Checking batch_updates ** [10:48:30 2020-06-13] 178: Checking gears ** [10:48:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:48:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:35 2020-06-13] 178: Checking imports ** [10:48:35 2020-06-13] 178: Checking exports ** [10:48:35 2020-06-13] 178: Checking users ** [10:48:35 2020-06-13] 178: Checking user_dbs ** [10:48:35 2020-06-13] 178: Checking geocodings ** [10:48:35 2020-06-13] 178: Checking synchronizations ** [10:48:35 2020-06-13] 178: Checking tracker ** [10:48:35 2020-06-13] 178: Checking user_migrations ** [10:48:35 2020-06-13] 178: Checking batch_updates ** [10:48:35 2020-06-13] 178: Checking gears ** [10:48:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:48:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:40 2020-06-13] 178: Checking imports ** [10:48:40 2020-06-13] 178: Checking exports ** [10:48:40 2020-06-13] 178: Checking users ** [10:48:40 2020-06-13] 178: Checking user_dbs ** [10:48:40 2020-06-13] 178: Checking geocodings ** [10:48:40 2020-06-13] 178: Checking synchronizations ** [10:48:40 2020-06-13] 178: Checking tracker ** [10:48:40 2020-06-13] 178: Checking user_migrations ** [10:48:40 2020-06-13] 178: Checking batch_updates ** [10:48:40 2020-06-13] 178: Checking gears ** [10:48:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:48:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:45 2020-06-13] 178: Checking imports ** [10:48:45 2020-06-13] 178: Checking exports ** [10:48:45 2020-06-13] 178: Checking users ** [10:48:45 2020-06-13] 178: Checking user_dbs ** [10:48:45 2020-06-13] 178: Checking geocodings ** [10:48:45 2020-06-13] 178: Checking synchronizations ** [10:48:45 2020-06-13] 178: Checking tracker ** [10:48:45 2020-06-13] 178: Checking user_migrations ** [10:48:45 2020-06-13] 178: Checking batch_updates ** [10:48:45 2020-06-13] 178: Checking gears ** [10:48:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:48:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:50 2020-06-13] 178: Checking imports ** [10:48:50 2020-06-13] 178: Checking exports ** [10:48:50 2020-06-13] 178: Checking users ** [10:48:50 2020-06-13] 178: Checking user_dbs ** [10:48:50 2020-06-13] 178: Checking geocodings ** [10:48:50 2020-06-13] 178: Checking synchronizations ** [10:48:50 2020-06-13] 178: Checking tracker ** [10:48:50 2020-06-13] 178: Checking user_migrations ** [10:48:50 2020-06-13] 178: Checking batch_updates ** [10:48:50 2020-06-13] 178: Checking gears ** [10:48:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:48:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:55 2020-06-13] 178: Checking imports ** [10:48:55 2020-06-13] 178: Checking exports ** [10:48:55 2020-06-13] 178: Checking users ** [10:48:55 2020-06-13] 178: Checking user_dbs ** [10:48:55 2020-06-13] 178: Checking geocodings ** [10:48:55 2020-06-13] 178: Checking synchronizations ** [10:48:55 2020-06-13] 178: Checking tracker ** [10:48:55 2020-06-13] 178: Checking user_migrations ** [10:48:55 2020-06-13] 178: Checking batch_updates ** [10:48:55 2020-06-13] 178: Checking gears ** [10:48:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:48:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:00 2020-06-13] 178: Checking imports ** [10:49:00 2020-06-13] 178: Checking exports ** [10:49:00 2020-06-13] 178: Checking users ** [10:49:00 2020-06-13] 178: Checking user_dbs ** [10:49:00 2020-06-13] 178: Checking geocodings ** [10:49:00 2020-06-13] 178: Checking synchronizations ** [10:49:00 2020-06-13] 178: Checking tracker ** [10:49:00 2020-06-13] 178: Checking user_migrations ** [10:49:00 2020-06-13] 178: Checking batch_updates ** [10:49:00 2020-06-13] 178: Checking gears ** [10:49:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:49:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:05 2020-06-13] 178: Checking imports ** [10:49:05 2020-06-13] 178: Checking exports ** [10:49:05 2020-06-13] 178: Checking users ** [10:49:05 2020-06-13] 178: Checking user_dbs ** [10:49:05 2020-06-13] 178: Checking geocodings ** [10:49:05 2020-06-13] 178: Checking synchronizations ** [10:49:05 2020-06-13] 178: Checking tracker ** [10:49:05 2020-06-13] 178: Checking user_migrations ** [10:49:05 2020-06-13] 178: Checking batch_updates ** [10:49:05 2020-06-13] 178: Checking gears ** [10:49:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:49:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:10 2020-06-13] 178: Checking imports ** [10:49:10 2020-06-13] 178: Checking exports ** [10:49:10 2020-06-13] 178: Checking users ** [10:49:10 2020-06-13] 178: Checking user_dbs ** [10:49:10 2020-06-13] 178: Checking geocodings ** [10:49:10 2020-06-13] 178: Checking synchronizations ** [10:49:10 2020-06-13] 178: Checking tracker ** [10:49:10 2020-06-13] 178: Checking user_migrations ** [10:49:10 2020-06-13] 178: Checking batch_updates ** [10:49:10 2020-06-13] 178: Checking gears ** [10:49:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:49:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:15 2020-06-13] 178: Checking imports ** [10:49:15 2020-06-13] 178: Checking exports ** [10:49:15 2020-06-13] 178: Checking users ** [10:49:15 2020-06-13] 178: Checking user_dbs ** [10:49:15 2020-06-13] 178: Checking geocodings ** [10:49:15 2020-06-13] 178: Checking synchronizations ** [10:49:15 2020-06-13] 178: Checking tracker ** [10:49:15 2020-06-13] 178: Checking user_migrations ** [10:49:15 2020-06-13] 178: Checking batch_updates ** [10:49:15 2020-06-13] 178: Checking gears ** [10:49:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:49:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:20 2020-06-13] 178: Checking imports ** [10:49:20 2020-06-13] 178: Checking exports ** [10:49:20 2020-06-13] 178: Checking users ** [10:49:20 2020-06-13] 178: Checking user_dbs ** [10:49:20 2020-06-13] 178: Checking geocodings ** [10:49:20 2020-06-13] 178: Checking synchronizations ** [10:49:20 2020-06-13] 178: Checking tracker ** [10:49:20 2020-06-13] 178: Checking user_migrations ** [10:49:20 2020-06-13] 178: Checking batch_updates ** [10:49:20 2020-06-13] 178: Checking gears ** [10:49:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:49:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:25 2020-06-13] 178: Checking imports ** [10:49:25 2020-06-13] 178: Checking exports ** [10:49:25 2020-06-13] 178: Checking users ** [10:49:25 2020-06-13] 178: Checking user_dbs ** [10:49:25 2020-06-13] 178: Checking geocodings ** [10:49:25 2020-06-13] 178: Checking synchronizations ** [10:49:25 2020-06-13] 178: Checking tracker ** [10:49:25 2020-06-13] 178: Checking user_migrations ** [10:49:25 2020-06-13] 178: Checking batch_updates ** [10:49:25 2020-06-13] 178: Checking gears ** [10:49:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:49:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:30 2020-06-13] 178: Checking imports ** [10:49:30 2020-06-13] 178: Checking exports ** [10:49:30 2020-06-13] 178: Checking users ** [10:49:30 2020-06-13] 178: Checking user_dbs ** [10:49:30 2020-06-13] 178: Checking geocodings ** [10:49:30 2020-06-13] 178: Checking synchronizations ** [10:49:30 2020-06-13] 178: Checking tracker ** [10:49:30 2020-06-13] 178: Checking user_migrations ** [10:49:30 2020-06-13] 178: Checking batch_updates ** [10:49:30 2020-06-13] 178: Checking gears ** [10:49:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:49:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:35 2020-06-13] 178: Checking imports ** [10:49:35 2020-06-13] 178: Checking exports ** [10:49:35 2020-06-13] 178: Checking users ** [10:49:35 2020-06-13] 178: Checking user_dbs ** [10:49:35 2020-06-13] 178: Checking geocodings ** [10:49:35 2020-06-13] 178: Checking synchronizations ** [10:49:35 2020-06-13] 178: Checking tracker ** [10:49:35 2020-06-13] 178: Checking user_migrations ** [10:49:35 2020-06-13] 178: Checking batch_updates ** [10:49:35 2020-06-13] 178: Checking gears ** [10:49:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:49:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:40 2020-06-13] 178: Checking imports ** [10:49:40 2020-06-13] 178: Checking exports ** [10:49:40 2020-06-13] 178: Checking users ** [10:49:40 2020-06-13] 178: Checking user_dbs ** [10:49:40 2020-06-13] 178: Checking geocodings ** [10:49:40 2020-06-13] 178: Checking synchronizations ** [10:49:40 2020-06-13] 178: Checking tracker ** [10:49:40 2020-06-13] 178: Checking user_migrations ** [10:49:40 2020-06-13] 178: Checking batch_updates ** [10:49:40 2020-06-13] 178: Checking gears ** [10:49:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:49:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:45 2020-06-13] 178: Checking imports ** [10:49:45 2020-06-13] 178: Checking exports ** [10:49:45 2020-06-13] 178: Checking users ** [10:49:45 2020-06-13] 178: Checking user_dbs ** [10:49:45 2020-06-13] 178: Checking geocodings ** [10:49:45 2020-06-13] 178: Checking synchronizations ** [10:49:45 2020-06-13] 178: Checking tracker ** [10:49:45 2020-06-13] 178: Checking user_migrations ** [10:49:45 2020-06-13] 178: Checking batch_updates ** [10:49:45 2020-06-13] 178: Checking gears ** [10:49:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:49:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:50 2020-06-13] 178: Checking imports ** [10:49:50 2020-06-13] 178: Checking exports ** [10:49:50 2020-06-13] 178: Checking users ** [10:49:50 2020-06-13] 178: Checking user_dbs ** [10:49:50 2020-06-13] 178: Checking geocodings ** [10:49:50 2020-06-13] 178: Checking synchronizations ** [10:49:50 2020-06-13] 178: Checking tracker ** [10:49:50 2020-06-13] 178: Checking user_migrations ** [10:49:50 2020-06-13] 178: Checking batch_updates ** [10:49:50 2020-06-13] 178: Checking gears ** [10:49:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:49:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:55 2020-06-13] 178: Checking imports ** [10:49:55 2020-06-13] 178: Checking exports ** [10:49:55 2020-06-13] 178: Checking users ** [10:49:55 2020-06-13] 178: Checking user_dbs ** [10:49:55 2020-06-13] 178: Checking geocodings ** [10:49:55 2020-06-13] 178: Checking synchronizations ** [10:49:55 2020-06-13] 178: Checking tracker ** [10:49:55 2020-06-13] 178: Checking user_migrations ** [10:49:55 2020-06-13] 178: Checking batch_updates ** [10:49:55 2020-06-13] 178: Checking gears ** [10:49:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:49:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:00 2020-06-13] 178: Checking imports ** [10:50:00 2020-06-13] 178: Checking exports ** [10:50:00 2020-06-13] 178: Checking users ** [10:50:00 2020-06-13] 178: Checking user_dbs ** [10:50:00 2020-06-13] 178: Checking geocodings ** [10:50:00 2020-06-13] 178: Checking synchronizations ** [10:50:00 2020-06-13] 178: Checking tracker ** [10:50:00 2020-06-13] 178: Checking user_migrations ** [10:50:00 2020-06-13] 178: Checking batch_updates ** [10:50:00 2020-06-13] 178: Checking gears ** [10:50:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:50:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:05 2020-06-13] 178: Checking imports ** [10:50:05 2020-06-13] 178: Checking exports ** [10:50:05 2020-06-13] 178: Checking users ** [10:50:05 2020-06-13] 178: Checking user_dbs ** [10:50:05 2020-06-13] 178: Checking geocodings ** [10:50:05 2020-06-13] 178: Checking synchronizations ** [10:50:05 2020-06-13] 178: Checking tracker ** [10:50:05 2020-06-13] 178: Checking user_migrations ** [10:50:05 2020-06-13] 178: Checking batch_updates ** [10:50:05 2020-06-13] 178: Checking gears ** [10:50:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:50:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:10 2020-06-13] 178: Checking imports ** [10:50:10 2020-06-13] 178: Checking exports ** [10:50:10 2020-06-13] 178: Checking users ** [10:50:10 2020-06-13] 178: Checking user_dbs ** [10:50:10 2020-06-13] 178: Checking geocodings ** [10:50:10 2020-06-13] 178: Checking synchronizations ** [10:50:10 2020-06-13] 178: Checking tracker ** [10:50:10 2020-06-13] 178: Checking user_migrations ** [10:50:10 2020-06-13] 178: Checking batch_updates ** [10:50:10 2020-06-13] 178: Checking gears ** [10:50:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:50:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:15 2020-06-13] 178: Checking imports ** [10:50:15 2020-06-13] 178: Checking exports ** [10:50:15 2020-06-13] 178: Checking users ** [10:50:15 2020-06-13] 178: Checking user_dbs ** [10:50:15 2020-06-13] 178: Checking geocodings ** [10:50:15 2020-06-13] 178: Checking synchronizations ** [10:50:15 2020-06-13] 178: Checking tracker ** [10:50:15 2020-06-13] 178: Checking user_migrations ** [10:50:15 2020-06-13] 178: Checking batch_updates ** [10:50:15 2020-06-13] 178: Checking gears ** [10:50:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:50:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:20 2020-06-13] 178: Checking imports ** [10:50:20 2020-06-13] 178: Checking exports ** [10:50:20 2020-06-13] 178: Checking users ** [10:50:20 2020-06-13] 178: Checking user_dbs ** [10:50:20 2020-06-13] 178: Checking geocodings ** [10:50:20 2020-06-13] 178: Checking synchronizations ** [10:50:20 2020-06-13] 178: Checking tracker ** [10:50:20 2020-06-13] 178: Checking user_migrations ** [10:50:20 2020-06-13] 178: Checking batch_updates ** [10:50:20 2020-06-13] 178: Checking gears ** [10:50:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:50:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:25 2020-06-13] 178: Checking imports ** [10:50:25 2020-06-13] 178: Checking exports ** [10:50:25 2020-06-13] 178: Checking users ** [10:50:25 2020-06-13] 178: Checking user_dbs ** [10:50:25 2020-06-13] 178: Checking geocodings ** [10:50:25 2020-06-13] 178: Checking synchronizations ** [10:50:25 2020-06-13] 178: Checking tracker ** [10:50:25 2020-06-13] 178: Checking user_migrations ** [10:50:25 2020-06-13] 178: Checking batch_updates ** [10:50:25 2020-06-13] 178: Checking gears ** [10:50:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:50:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:30 2020-06-13] 178: Checking imports ** [10:50:30 2020-06-13] 178: Checking exports ** [10:50:30 2020-06-13] 178: Checking users ** [10:50:30 2020-06-13] 178: Checking user_dbs ** [10:50:30 2020-06-13] 178: Checking geocodings ** [10:50:30 2020-06-13] 178: Checking synchronizations ** [10:50:30 2020-06-13] 178: Checking tracker ** [10:50:30 2020-06-13] 178: Checking user_migrations ** [10:50:30 2020-06-13] 178: Checking batch_updates ** [10:50:30 2020-06-13] 178: Checking gears ** [10:50:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:50:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:35 2020-06-13] 178: Checking imports ** [10:50:35 2020-06-13] 178: Checking exports ** [10:50:35 2020-06-13] 178: Checking users ** [10:50:35 2020-06-13] 178: Checking user_dbs ** [10:50:35 2020-06-13] 178: Checking geocodings ** [10:50:35 2020-06-13] 178: Checking synchronizations ** [10:50:35 2020-06-13] 178: Checking tracker ** [10:50:35 2020-06-13] 178: Checking user_migrations ** [10:50:35 2020-06-13] 178: Checking batch_updates ** [10:50:35 2020-06-13] 178: Checking gears ** [10:50:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:50:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:40 2020-06-13] 178: Checking imports ** [10:50:40 2020-06-13] 178: Checking exports ** [10:50:40 2020-06-13] 178: Checking users ** [10:50:40 2020-06-13] 178: Checking user_dbs ** [10:50:40 2020-06-13] 178: Checking geocodings ** [10:50:40 2020-06-13] 178: Checking synchronizations ** [10:50:40 2020-06-13] 178: Checking tracker ** [10:50:40 2020-06-13] 178: Checking user_migrations ** [10:50:40 2020-06-13] 178: Checking batch_updates ** [10:50:40 2020-06-13] 178: Checking gears ** [10:50:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:50:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:45 2020-06-13] 178: Checking imports ** [10:50:45 2020-06-13] 178: Checking exports ** [10:50:45 2020-06-13] 178: Checking users ** [10:50:45 2020-06-13] 178: Checking user_dbs ** [10:50:45 2020-06-13] 178: Checking geocodings ** [10:50:45 2020-06-13] 178: Checking synchronizations ** [10:50:45 2020-06-13] 178: Checking tracker ** [10:50:45 2020-06-13] 178: Checking user_migrations ** [10:50:45 2020-06-13] 178: Checking batch_updates ** [10:50:45 2020-06-13] 178: Checking gears ** [10:50:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:50:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:50 2020-06-13] 178: Checking imports ** [10:50:50 2020-06-13] 178: Checking exports ** [10:50:50 2020-06-13] 178: Checking users ** [10:50:50 2020-06-13] 178: Checking user_dbs ** [10:50:50 2020-06-13] 178: Checking geocodings ** [10:50:50 2020-06-13] 178: Checking synchronizations ** [10:50:50 2020-06-13] 178: Checking tracker ** [10:50:50 2020-06-13] 178: Checking user_migrations ** [10:50:50 2020-06-13] 178: Checking batch_updates ** [10:50:50 2020-06-13] 178: Checking gears ** [10:50:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:50:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:55 2020-06-13] 178: Checking imports ** [10:50:55 2020-06-13] 178: Checking exports ** [10:50:55 2020-06-13] 178: Checking users ** [10:50:55 2020-06-13] 178: Checking user_dbs ** [10:50:55 2020-06-13] 178: Checking geocodings ** [10:50:55 2020-06-13] 178: Checking synchronizations ** [10:50:55 2020-06-13] 178: Checking tracker ** [10:50:55 2020-06-13] 178: Checking user_migrations ** [10:50:55 2020-06-13] 178: Checking batch_updates ** [10:50:55 2020-06-13] 178: Checking gears ** [10:50:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:50:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:00 2020-06-13] 178: Checking imports ** [10:51:00 2020-06-13] 178: Checking exports ** [10:51:00 2020-06-13] 178: Checking users ** [10:51:00 2020-06-13] 178: Checking user_dbs ** [10:51:00 2020-06-13] 178: Checking geocodings ** [10:51:00 2020-06-13] 178: Checking synchronizations ** [10:51:00 2020-06-13] 178: Checking tracker ** [10:51:00 2020-06-13] 178: Checking user_migrations ** [10:51:00 2020-06-13] 178: Checking batch_updates ** [10:51:00 2020-06-13] 178: Checking gears ** [10:51:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:51:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:05 2020-06-13] 178: Checking imports ** [10:51:05 2020-06-13] 178: Checking exports ** [10:51:05 2020-06-13] 178: Checking users ** [10:51:05 2020-06-13] 178: Checking user_dbs ** [10:51:05 2020-06-13] 178: Checking geocodings ** [10:51:05 2020-06-13] 178: Checking synchronizations ** [10:51:05 2020-06-13] 178: Checking tracker ** [10:51:05 2020-06-13] 178: Checking user_migrations ** [10:51:05 2020-06-13] 178: Checking batch_updates ** [10:51:05 2020-06-13] 178: Checking gears ** [10:51:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:51:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:10 2020-06-13] 178: Checking imports ** [10:51:10 2020-06-13] 178: Checking exports ** [10:51:10 2020-06-13] 178: Checking users ** [10:51:10 2020-06-13] 178: Checking user_dbs ** [10:51:10 2020-06-13] 178: Checking geocodings ** [10:51:10 2020-06-13] 178: Checking synchronizations ** [10:51:10 2020-06-13] 178: Checking tracker ** [10:51:10 2020-06-13] 178: Checking user_migrations ** [10:51:10 2020-06-13] 178: Checking batch_updates ** [10:51:10 2020-06-13] 178: Checking gears ** [10:51:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:51:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:15 2020-06-13] 178: Checking imports ** [10:51:15 2020-06-13] 178: Checking exports ** [10:51:15 2020-06-13] 178: Checking users ** [10:51:15 2020-06-13] 178: Checking user_dbs ** [10:51:15 2020-06-13] 178: Checking geocodings ** [10:51:15 2020-06-13] 178: Checking synchronizations ** [10:51:15 2020-06-13] 178: Checking tracker ** [10:51:15 2020-06-13] 178: Checking user_migrations ** [10:51:15 2020-06-13] 178: Checking batch_updates ** [10:51:15 2020-06-13] 178: Checking gears ** [10:51:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:51:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:20 2020-06-13] 178: Checking imports ** [10:51:20 2020-06-13] 178: Checking exports ** [10:51:20 2020-06-13] 178: Checking users ** [10:51:20 2020-06-13] 178: Checking user_dbs ** [10:51:20 2020-06-13] 178: Checking geocodings ** [10:51:20 2020-06-13] 178: Checking synchronizations ** [10:51:20 2020-06-13] 178: Checking tracker ** [10:51:20 2020-06-13] 178: Checking user_migrations ** [10:51:20 2020-06-13] 178: Checking batch_updates ** [10:51:20 2020-06-13] 178: Checking gears ** [10:51:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:51:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:25 2020-06-13] 178: Checking imports ** [10:51:25 2020-06-13] 178: Checking exports ** [10:51:25 2020-06-13] 178: Checking users ** [10:51:25 2020-06-13] 178: Checking user_dbs ** [10:51:25 2020-06-13] 178: Checking geocodings ** [10:51:25 2020-06-13] 178: Checking synchronizations ** [10:51:25 2020-06-13] 178: Checking tracker ** [10:51:25 2020-06-13] 178: Checking user_migrations ** [10:51:25 2020-06-13] 178: Checking batch_updates ** [10:51:25 2020-06-13] 178: Checking gears ** [10:51:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:51:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:30 2020-06-13] 178: Checking imports ** [10:51:30 2020-06-13] 178: Checking exports ** [10:51:30 2020-06-13] 178: Checking users ** [10:51:30 2020-06-13] 178: Checking user_dbs ** [10:51:30 2020-06-13] 178: Checking geocodings ** [10:51:30 2020-06-13] 178: Checking synchronizations ** [10:51:30 2020-06-13] 178: Checking tracker ** [10:51:30 2020-06-13] 178: Checking user_migrations ** [10:51:30 2020-06-13] 178: Checking batch_updates ** [10:51:30 2020-06-13] 178: Checking gears ** [10:51:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:51:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:35 2020-06-13] 178: Checking imports ** [10:51:35 2020-06-13] 178: Checking exports ** [10:51:35 2020-06-13] 178: Checking users ** [10:51:35 2020-06-13] 178: Checking user_dbs ** [10:51:35 2020-06-13] 178: Checking geocodings ** [10:51:35 2020-06-13] 178: Checking synchronizations ** [10:51:35 2020-06-13] 178: Checking tracker ** [10:51:35 2020-06-13] 178: Checking user_migrations ** [10:51:35 2020-06-13] 178: Checking batch_updates ** [10:51:35 2020-06-13] 178: Checking gears ** [10:51:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:51:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:40 2020-06-13] 178: Checking imports ** [10:51:40 2020-06-13] 178: Checking exports ** [10:51:40 2020-06-13] 178: Checking users ** [10:51:40 2020-06-13] 178: Checking user_dbs ** [10:51:40 2020-06-13] 178: Checking geocodings ** [10:51:40 2020-06-13] 178: Checking synchronizations ** [10:51:40 2020-06-13] 178: Checking tracker ** [10:51:40 2020-06-13] 178: Checking user_migrations ** [10:51:40 2020-06-13] 178: Checking batch_updates ** [10:51:40 2020-06-13] 178: Checking gears ** [10:51:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:51:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:45 2020-06-13] 178: Checking imports ** [10:51:45 2020-06-13] 178: Checking exports ** [10:51:45 2020-06-13] 178: Checking users ** [10:51:45 2020-06-13] 178: Checking user_dbs ** [10:51:45 2020-06-13] 178: Checking geocodings ** [10:51:45 2020-06-13] 178: Checking synchronizations ** [10:51:45 2020-06-13] 178: Checking tracker ** [10:51:45 2020-06-13] 178: Checking user_migrations ** [10:51:45 2020-06-13] 178: Checking batch_updates ** [10:51:45 2020-06-13] 178: Checking gears ** [10:51:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:51:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:50 2020-06-13] 178: Checking imports ** [10:51:50 2020-06-13] 178: Checking exports ** [10:51:50 2020-06-13] 178: Checking users ** [10:51:50 2020-06-13] 178: Checking user_dbs ** [10:51:50 2020-06-13] 178: Checking geocodings ** [10:51:50 2020-06-13] 178: Checking synchronizations ** [10:51:50 2020-06-13] 178: Checking tracker ** [10:51:50 2020-06-13] 178: Checking user_migrations ** [10:51:50 2020-06-13] 178: Checking batch_updates ** [10:51:50 2020-06-13] 178: Checking gears ** [10:51:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:51:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:55 2020-06-13] 178: Checking imports ** [10:51:55 2020-06-13] 178: Checking exports ** [10:51:55 2020-06-13] 178: Checking users ** [10:51:55 2020-06-13] 178: Checking user_dbs ** [10:51:55 2020-06-13] 178: Checking geocodings ** [10:51:55 2020-06-13] 178: Checking synchronizations ** [10:51:55 2020-06-13] 178: Checking tracker ** [10:51:55 2020-06-13] 178: Checking user_migrations ** [10:51:55 2020-06-13] 178: Checking batch_updates ** [10:51:55 2020-06-13] 178: Checking gears ** [10:51:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:51:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:00 2020-06-13] 178: Checking imports ** [10:52:00 2020-06-13] 178: Checking exports ** [10:52:00 2020-06-13] 178: Checking users ** [10:52:00 2020-06-13] 178: Checking user_dbs ** [10:52:00 2020-06-13] 178: Checking geocodings ** [10:52:00 2020-06-13] 178: Checking synchronizations ** [10:52:00 2020-06-13] 178: Checking tracker ** [10:52:00 2020-06-13] 178: Checking user_migrations ** [10:52:00 2020-06-13] 178: Checking batch_updates ** [10:52:00 2020-06-13] 178: Checking gears ** [10:52:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:52:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:05 2020-06-13] 178: Checking imports ** [10:52:05 2020-06-13] 178: Checking exports ** [10:52:05 2020-06-13] 178: Checking users ** [10:52:05 2020-06-13] 178: Checking user_dbs ** [10:52:05 2020-06-13] 178: Checking geocodings ** [10:52:05 2020-06-13] 178: Checking synchronizations ** [10:52:05 2020-06-13] 178: Checking tracker ** [10:52:05 2020-06-13] 178: Checking user_migrations ** [10:52:05 2020-06-13] 178: Checking batch_updates ** [10:52:05 2020-06-13] 178: Checking gears ** [10:52:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:52:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:10 2020-06-13] 178: Checking imports ** [10:52:10 2020-06-13] 178: Checking exports ** [10:52:10 2020-06-13] 178: Checking users ** [10:52:10 2020-06-13] 178: Checking user_dbs ** [10:52:10 2020-06-13] 178: Checking geocodings ** [10:52:10 2020-06-13] 178: Checking synchronizations ** [10:52:10 2020-06-13] 178: Checking tracker ** [10:52:10 2020-06-13] 178: Checking user_migrations ** [10:52:10 2020-06-13] 178: Checking batch_updates ** [10:52:10 2020-06-13] 178: Checking gears ** [10:52:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:52:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:15 2020-06-13] 178: Checking imports ** [10:52:15 2020-06-13] 178: Checking exports ** [10:52:15 2020-06-13] 178: Checking users ** [10:52:15 2020-06-13] 178: Checking user_dbs ** [10:52:15 2020-06-13] 178: Checking geocodings ** [10:52:15 2020-06-13] 178: Checking synchronizations ** [10:52:15 2020-06-13] 178: Checking tracker ** [10:52:15 2020-06-13] 178: Checking user_migrations ** [10:52:15 2020-06-13] 178: Checking batch_updates ** [10:52:15 2020-06-13] 178: Checking gears ** [10:52:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:52:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:20 2020-06-13] 178: Checking imports ** [10:52:20 2020-06-13] 178: Checking exports ** [10:52:20 2020-06-13] 178: Checking users ** [10:52:20 2020-06-13] 178: Checking user_dbs ** [10:52:20 2020-06-13] 178: Checking geocodings ** [10:52:20 2020-06-13] 178: Checking synchronizations ** [10:52:20 2020-06-13] 178: Checking tracker ** [10:52:20 2020-06-13] 178: Checking user_migrations ** [10:52:20 2020-06-13] 178: Checking batch_updates ** [10:52:20 2020-06-13] 178: Checking gears ** [10:52:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:52:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:25 2020-06-13] 178: Checking imports ** [10:52:25 2020-06-13] 178: Checking exports ** [10:52:25 2020-06-13] 178: Checking users ** [10:52:25 2020-06-13] 178: Checking user_dbs ** [10:52:25 2020-06-13] 178: Checking geocodings ** [10:52:25 2020-06-13] 178: Checking synchronizations ** [10:52:25 2020-06-13] 178: Checking tracker ** [10:52:25 2020-06-13] 178: Checking user_migrations ** [10:52:25 2020-06-13] 178: Checking batch_updates ** [10:52:25 2020-06-13] 178: Checking gears ** [10:52:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:52:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:30 2020-06-13] 178: Checking imports ** [10:52:30 2020-06-13] 178: Checking exports ** [10:52:30 2020-06-13] 178: Checking users ** [10:52:30 2020-06-13] 178: Checking user_dbs ** [10:52:30 2020-06-13] 178: Checking geocodings ** [10:52:30 2020-06-13] 178: Checking synchronizations ** [10:52:30 2020-06-13] 178: Checking tracker ** [10:52:30 2020-06-13] 178: Checking user_migrations ** [10:52:30 2020-06-13] 178: Checking batch_updates ** [10:52:30 2020-06-13] 178: Checking gears ** [10:52:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:52:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:35 2020-06-13] 178: Checking imports ** [10:52:35 2020-06-13] 178: Checking exports ** [10:52:35 2020-06-13] 178: Checking users ** [10:52:35 2020-06-13] 178: Checking user_dbs ** [10:52:35 2020-06-13] 178: Checking geocodings ** [10:52:35 2020-06-13] 178: Checking synchronizations ** [10:52:35 2020-06-13] 178: Checking tracker ** [10:52:35 2020-06-13] 178: Checking user_migrations ** [10:52:35 2020-06-13] 178: Checking batch_updates ** [10:52:35 2020-06-13] 178: Checking gears ** [10:52:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:52:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:40 2020-06-13] 178: Checking imports ** [10:52:40 2020-06-13] 178: Checking exports ** [10:52:40 2020-06-13] 178: Checking users ** [10:52:40 2020-06-13] 178: Checking user_dbs ** [10:52:40 2020-06-13] 178: Checking geocodings ** [10:52:40 2020-06-13] 178: Checking synchronizations ** [10:52:40 2020-06-13] 178: Checking tracker ** [10:52:40 2020-06-13] 178: Checking user_migrations ** [10:52:40 2020-06-13] 178: Checking batch_updates ** [10:52:40 2020-06-13] 178: Checking gears ** [10:52:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:52:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:45 2020-06-13] 178: Checking imports ** [10:52:45 2020-06-13] 178: Checking exports ** [10:52:45 2020-06-13] 178: Checking users ** [10:52:45 2020-06-13] 178: Checking user_dbs ** [10:52:45 2020-06-13] 178: Checking geocodings ** [10:52:45 2020-06-13] 178: Checking synchronizations ** [10:52:45 2020-06-13] 178: Checking tracker ** [10:52:45 2020-06-13] 178: Checking user_migrations ** [10:52:45 2020-06-13] 178: Checking batch_updates ** [10:52:45 2020-06-13] 178: Checking gears ** [10:52:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:52:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:50 2020-06-13] 178: Checking imports ** [10:52:50 2020-06-13] 178: Checking exports ** [10:52:50 2020-06-13] 178: Checking users ** [10:52:50 2020-06-13] 178: Checking user_dbs ** [10:52:50 2020-06-13] 178: Checking geocodings ** [10:52:50 2020-06-13] 178: Checking synchronizations ** [10:52:50 2020-06-13] 178: Checking tracker ** [10:52:50 2020-06-13] 178: Checking user_migrations ** [10:52:50 2020-06-13] 178: Checking batch_updates ** [10:52:50 2020-06-13] 178: Checking gears ** [10:52:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:52:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:55 2020-06-13] 178: Checking imports ** [10:52:55 2020-06-13] 178: Checking exports ** [10:52:55 2020-06-13] 178: Checking users ** [10:52:55 2020-06-13] 178: Checking user_dbs ** [10:52:55 2020-06-13] 178: Checking geocodings ** [10:52:55 2020-06-13] 178: Checking synchronizations ** [10:52:55 2020-06-13] 178: Checking tracker ** [10:52:55 2020-06-13] 178: Checking user_migrations ** [10:52:55 2020-06-13] 178: Checking batch_updates ** [10:52:55 2020-06-13] 178: Checking gears ** [10:52:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:52:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:00 2020-06-13] 178: Checking imports ** [10:53:00 2020-06-13] 178: Checking exports ** [10:53:00 2020-06-13] 178: Checking users ** [10:53:00 2020-06-13] 178: Checking user_dbs ** [10:53:00 2020-06-13] 178: Checking geocodings ** [10:53:00 2020-06-13] 178: Checking synchronizations ** [10:53:00 2020-06-13] 178: Checking tracker ** [10:53:00 2020-06-13] 178: Checking user_migrations ** [10:53:00 2020-06-13] 178: Checking batch_updates ** [10:53:00 2020-06-13] 178: Checking gears ** [10:53:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:53:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:05 2020-06-13] 178: Checking imports ** [10:53:05 2020-06-13] 178: Checking exports ** [10:53:05 2020-06-13] 178: Checking users ** [10:53:05 2020-06-13] 178: Checking user_dbs ** [10:53:05 2020-06-13] 178: Checking geocodings ** [10:53:05 2020-06-13] 178: Checking synchronizations ** [10:53:05 2020-06-13] 178: Checking tracker ** [10:53:05 2020-06-13] 178: Checking user_migrations ** [10:53:05 2020-06-13] 178: Checking batch_updates ** [10:53:05 2020-06-13] 178: Checking gears ** [10:53:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:53:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:10 2020-06-13] 178: Checking imports ** [10:53:10 2020-06-13] 178: Checking exports ** [10:53:10 2020-06-13] 178: Checking users ** [10:53:10 2020-06-13] 178: Checking user_dbs ** [10:53:10 2020-06-13] 178: Checking geocodings ** [10:53:10 2020-06-13] 178: Checking synchronizations ** [10:53:10 2020-06-13] 178: Checking tracker ** [10:53:10 2020-06-13] 178: Checking user_migrations ** [10:53:11 2020-06-13] 178: Checking batch_updates ** [10:53:11 2020-06-13] 178: Checking gears ** [10:53:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:53:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:16 2020-06-13] 178: Checking imports ** [10:53:16 2020-06-13] 178: Checking exports ** [10:53:16 2020-06-13] 178: Checking users ** [10:53:16 2020-06-13] 178: Checking user_dbs ** [10:53:16 2020-06-13] 178: Checking geocodings ** [10:53:16 2020-06-13] 178: Checking synchronizations ** [10:53:16 2020-06-13] 178: Checking tracker ** [10:53:16 2020-06-13] 178: Checking user_migrations ** [10:53:16 2020-06-13] 178: Checking batch_updates ** [10:53:16 2020-06-13] 178: Checking gears ** [10:53:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:53:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:21 2020-06-13] 178: Checking imports ** [10:53:21 2020-06-13] 178: Checking exports ** [10:53:21 2020-06-13] 178: Checking users ** [10:53:21 2020-06-13] 178: Checking user_dbs ** [10:53:21 2020-06-13] 178: Checking geocodings ** [10:53:21 2020-06-13] 178: Checking synchronizations ** [10:53:21 2020-06-13] 178: Checking tracker ** [10:53:21 2020-06-13] 178: Checking user_migrations ** [10:53:21 2020-06-13] 178: Checking batch_updates ** [10:53:21 2020-06-13] 178: Checking gears ** [10:53:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:53:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:26 2020-06-13] 178: Checking imports ** [10:53:26 2020-06-13] 178: Checking exports ** [10:53:26 2020-06-13] 178: Checking users ** [10:53:26 2020-06-13] 178: Checking user_dbs ** [10:53:26 2020-06-13] 178: Checking geocodings ** [10:53:26 2020-06-13] 178: Checking synchronizations ** [10:53:26 2020-06-13] 178: Checking tracker ** [10:53:26 2020-06-13] 178: Checking user_migrations ** [10:53:26 2020-06-13] 178: Checking batch_updates ** [10:53:26 2020-06-13] 178: Checking gears ** [10:53:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:53:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:31 2020-06-13] 178: Checking imports ** [10:53:31 2020-06-13] 178: Checking exports ** [10:53:31 2020-06-13] 178: Checking users ** [10:53:31 2020-06-13] 178: Checking user_dbs ** [10:53:31 2020-06-13] 178: Checking geocodings ** [10:53:31 2020-06-13] 178: Checking synchronizations ** [10:53:31 2020-06-13] 178: Checking tracker ** [10:53:31 2020-06-13] 178: Checking user_migrations ** [10:53:31 2020-06-13] 178: Checking batch_updates ** [10:53:31 2020-06-13] 178: Checking gears ** [10:53:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:53:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:36 2020-06-13] 178: Checking imports ** [10:53:36 2020-06-13] 178: Checking exports ** [10:53:36 2020-06-13] 178: Checking users ** [10:53:36 2020-06-13] 178: Checking user_dbs ** [10:53:36 2020-06-13] 178: Checking geocodings ** [10:53:36 2020-06-13] 178: Checking synchronizations ** [10:53:36 2020-06-13] 178: Checking tracker ** [10:53:36 2020-06-13] 178: Checking user_migrations ** [10:53:36 2020-06-13] 178: Checking batch_updates ** [10:53:36 2020-06-13] 178: Checking gears ** [10:53:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:53:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:41 2020-06-13] 178: Checking imports ** [10:53:41 2020-06-13] 178: Checking exports ** [10:53:41 2020-06-13] 178: Checking users ** [10:53:41 2020-06-13] 178: Checking user_dbs ** [10:53:41 2020-06-13] 178: Checking geocodings ** [10:53:41 2020-06-13] 178: Checking synchronizations ** [10:53:41 2020-06-13] 178: Checking tracker ** [10:53:41 2020-06-13] 178: Checking user_migrations ** [10:53:41 2020-06-13] 178: Checking batch_updates ** [10:53:41 2020-06-13] 178: Checking gears ** [10:53:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:53:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:46 2020-06-13] 178: Checking imports ** [10:53:46 2020-06-13] 178: Checking exports ** [10:53:46 2020-06-13] 178: Checking users ** [10:53:46 2020-06-13] 178: Checking user_dbs ** [10:53:46 2020-06-13] 178: Checking geocodings ** [10:53:46 2020-06-13] 178: Checking synchronizations ** [10:53:46 2020-06-13] 178: Checking tracker ** [10:53:46 2020-06-13] 178: Checking user_migrations ** [10:53:46 2020-06-13] 178: Checking batch_updates ** [10:53:46 2020-06-13] 178: Checking gears ** [10:53:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:53:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:51 2020-06-13] 178: Checking imports ** [10:53:51 2020-06-13] 178: Checking exports ** [10:53:51 2020-06-13] 178: Checking users ** [10:53:51 2020-06-13] 178: Checking user_dbs ** [10:53:51 2020-06-13] 178: Checking geocodings ** [10:53:51 2020-06-13] 178: Checking synchronizations ** [10:53:51 2020-06-13] 178: Checking tracker ** [10:53:51 2020-06-13] 178: Checking user_migrations ** [10:53:51 2020-06-13] 178: Checking batch_updates ** [10:53:51 2020-06-13] 178: Checking gears ** [10:53:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:53:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:56 2020-06-13] 178: Checking imports ** [10:53:56 2020-06-13] 178: Checking exports ** [10:53:56 2020-06-13] 178: Checking users ** [10:53:56 2020-06-13] 178: Checking user_dbs ** [10:53:56 2020-06-13] 178: Checking geocodings ** [10:53:56 2020-06-13] 178: Checking synchronizations ** [10:53:56 2020-06-13] 178: Checking tracker ** [10:53:56 2020-06-13] 178: Checking user_migrations ** [10:53:56 2020-06-13] 178: Checking batch_updates ** [10:53:56 2020-06-13] 178: Checking gears ** [10:53:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:53:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:01 2020-06-13] 178: Checking imports ** [10:54:01 2020-06-13] 178: Checking exports ** [10:54:01 2020-06-13] 178: Checking users ** [10:54:01 2020-06-13] 178: Checking user_dbs ** [10:54:01 2020-06-13] 178: Checking geocodings ** [10:54:01 2020-06-13] 178: Checking synchronizations ** [10:54:01 2020-06-13] 178: Checking tracker ** [10:54:01 2020-06-13] 178: Checking user_migrations ** [10:54:01 2020-06-13] 178: Checking batch_updates ** [10:54:01 2020-06-13] 178: Checking gears ** [10:54:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:54:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:06 2020-06-13] 178: Checking imports ** [10:54:06 2020-06-13] 178: Checking exports ** [10:54:06 2020-06-13] 178: Checking users ** [10:54:06 2020-06-13] 178: Checking user_dbs ** [10:54:06 2020-06-13] 178: Checking geocodings ** [10:54:06 2020-06-13] 178: Checking synchronizations ** [10:54:06 2020-06-13] 178: Checking tracker ** [10:54:06 2020-06-13] 178: Checking user_migrations ** [10:54:06 2020-06-13] 178: Checking batch_updates ** [10:54:06 2020-06-13] 178: Checking gears ** [10:54:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:54:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:11 2020-06-13] 178: Checking imports ** [10:54:11 2020-06-13] 178: Checking exports ** [10:54:11 2020-06-13] 178: Checking users ** [10:54:11 2020-06-13] 178: Checking user_dbs ** [10:54:11 2020-06-13] 178: Checking geocodings ** [10:54:11 2020-06-13] 178: Checking synchronizations ** [10:54:11 2020-06-13] 178: Checking tracker ** [10:54:11 2020-06-13] 178: Checking user_migrations ** [10:54:11 2020-06-13] 178: Checking batch_updates ** [10:54:11 2020-06-13] 178: Checking gears ** [10:54:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:54:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:16 2020-06-13] 178: Checking imports ** [10:54:16 2020-06-13] 178: Checking exports ** [10:54:16 2020-06-13] 178: Checking users ** [10:54:16 2020-06-13] 178: Checking user_dbs ** [10:54:16 2020-06-13] 178: Checking geocodings ** [10:54:16 2020-06-13] 178: Checking synchronizations ** [10:54:16 2020-06-13] 178: Checking tracker ** [10:54:16 2020-06-13] 178: Checking user_migrations ** [10:54:16 2020-06-13] 178: Checking batch_updates ** [10:54:16 2020-06-13] 178: Checking gears ** [10:54:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:54:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:21 2020-06-13] 178: Checking imports ** [10:54:21 2020-06-13] 178: Checking exports ** [10:54:21 2020-06-13] 178: Checking users ** [10:54:21 2020-06-13] 178: Checking user_dbs ** [10:54:21 2020-06-13] 178: Checking geocodings ** [10:54:21 2020-06-13] 178: Checking synchronizations ** [10:54:21 2020-06-13] 178: Checking tracker ** [10:54:21 2020-06-13] 178: Checking user_migrations ** [10:54:21 2020-06-13] 178: Checking batch_updates ** [10:54:21 2020-06-13] 178: Checking gears ** [10:54:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:54:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:26 2020-06-13] 178: Checking imports ** [10:54:26 2020-06-13] 178: Checking exports ** [10:54:26 2020-06-13] 178: Checking users ** [10:54:26 2020-06-13] 178: Checking user_dbs ** [10:54:26 2020-06-13] 178: Checking geocodings ** [10:54:26 2020-06-13] 178: Checking synchronizations ** [10:54:26 2020-06-13] 178: Checking tracker ** [10:54:26 2020-06-13] 178: Checking user_migrations ** [10:54:26 2020-06-13] 178: Checking batch_updates ** [10:54:26 2020-06-13] 178: Checking gears ** [10:54:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:54:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:31 2020-06-13] 178: Checking imports ** [10:54:31 2020-06-13] 178: Checking exports ** [10:54:31 2020-06-13] 178: Checking users ** [10:54:31 2020-06-13] 178: Checking user_dbs ** [10:54:31 2020-06-13] 178: Checking geocodings ** [10:54:31 2020-06-13] 178: Checking synchronizations ** [10:54:31 2020-06-13] 178: Checking tracker ** [10:54:31 2020-06-13] 178: Checking user_migrations ** [10:54:31 2020-06-13] 178: Checking batch_updates ** [10:54:31 2020-06-13] 178: Checking gears ** [10:54:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:54:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:36 2020-06-13] 178: Checking imports ** [10:54:36 2020-06-13] 178: Checking exports ** [10:54:36 2020-06-13] 178: Checking users ** [10:54:36 2020-06-13] 178: Checking user_dbs ** [10:54:36 2020-06-13] 178: Checking geocodings ** [10:54:36 2020-06-13] 178: Checking synchronizations ** [10:54:36 2020-06-13] 178: Checking tracker ** [10:54:36 2020-06-13] 178: Checking user_migrations ** [10:54:36 2020-06-13] 178: Checking batch_updates ** [10:54:36 2020-06-13] 178: Checking gears ** [10:54:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:54:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:41 2020-06-13] 178: Checking imports ** [10:54:41 2020-06-13] 178: Checking exports ** [10:54:41 2020-06-13] 178: Checking users ** [10:54:41 2020-06-13] 178: Checking user_dbs ** [10:54:41 2020-06-13] 178: Checking geocodings ** [10:54:41 2020-06-13] 178: Checking synchronizations ** [10:54:41 2020-06-13] 178: Checking tracker ** [10:54:41 2020-06-13] 178: Checking user_migrations ** [10:54:41 2020-06-13] 178: Checking batch_updates ** [10:54:41 2020-06-13] 178: Checking gears ** [10:54:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:54:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:46 2020-06-13] 178: Checking imports ** [10:54:46 2020-06-13] 178: Checking exports ** [10:54:46 2020-06-13] 178: Checking users ** [10:54:46 2020-06-13] 178: Checking user_dbs ** [10:54:46 2020-06-13] 178: Checking geocodings ** [10:54:46 2020-06-13] 178: Checking synchronizations ** [10:54:46 2020-06-13] 178: Checking tracker ** [10:54:46 2020-06-13] 178: Checking user_migrations ** [10:54:46 2020-06-13] 178: Checking batch_updates ** [10:54:46 2020-06-13] 178: Checking gears ** [10:54:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:54:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:51 2020-06-13] 178: Checking imports ** [10:54:51 2020-06-13] 178: Checking exports ** [10:54:51 2020-06-13] 178: Checking users ** [10:54:51 2020-06-13] 178: Checking user_dbs ** [10:54:51 2020-06-13] 178: Checking geocodings ** [10:54:51 2020-06-13] 178: Checking synchronizations ** [10:54:51 2020-06-13] 178: Checking tracker ** [10:54:51 2020-06-13] 178: Checking user_migrations ** [10:54:51 2020-06-13] 178: Checking batch_updates ** [10:54:51 2020-06-13] 178: Checking gears ** [10:54:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:54:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:56 2020-06-13] 178: Checking imports ** [10:54:56 2020-06-13] 178: Checking exports ** [10:54:56 2020-06-13] 178: Checking users ** [10:54:56 2020-06-13] 178: Checking user_dbs ** [10:54:56 2020-06-13] 178: Checking geocodings ** [10:54:56 2020-06-13] 178: Checking synchronizations ** [10:54:56 2020-06-13] 178: Checking tracker ** [10:54:56 2020-06-13] 178: Checking user_migrations ** [10:54:56 2020-06-13] 178: Checking batch_updates ** [10:54:56 2020-06-13] 178: Checking gears ** [10:54:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:54:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:01 2020-06-13] 178: Checking imports ** [10:55:01 2020-06-13] 178: Checking exports ** [10:55:01 2020-06-13] 178: Checking users ** [10:55:01 2020-06-13] 178: Checking user_dbs ** [10:55:01 2020-06-13] 178: Checking geocodings ** [10:55:01 2020-06-13] 178: Checking synchronizations ** [10:55:01 2020-06-13] 178: Checking tracker ** [10:55:01 2020-06-13] 178: Checking user_migrations ** [10:55:01 2020-06-13] 178: Checking batch_updates ** [10:55:01 2020-06-13] 178: Checking gears ** [10:55:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:55:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:06 2020-06-13] 178: Checking imports ** [10:55:06 2020-06-13] 178: Checking exports ** [10:55:06 2020-06-13] 178: Checking users ** [10:55:06 2020-06-13] 178: Checking user_dbs ** [10:55:06 2020-06-13] 178: Checking geocodings ** [10:55:06 2020-06-13] 178: Checking synchronizations ** [10:55:06 2020-06-13] 178: Checking tracker ** [10:55:06 2020-06-13] 178: Checking user_migrations ** [10:55:06 2020-06-13] 178: Checking batch_updates ** [10:55:06 2020-06-13] 178: Checking gears ** [10:55:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:55:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:11 2020-06-13] 178: Checking imports ** [10:55:11 2020-06-13] 178: Checking exports ** [10:55:11 2020-06-13] 178: Checking users ** [10:55:11 2020-06-13] 178: Checking user_dbs ** [10:55:11 2020-06-13] 178: Checking geocodings ** [10:55:11 2020-06-13] 178: Checking synchronizations ** [10:55:11 2020-06-13] 178: Checking tracker ** [10:55:11 2020-06-13] 178: Checking user_migrations ** [10:55:11 2020-06-13] 178: Checking batch_updates ** [10:55:11 2020-06-13] 178: Checking gears ** [10:55:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:55:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:16 2020-06-13] 178: Checking imports ** [10:55:16 2020-06-13] 178: Checking exports ** [10:55:16 2020-06-13] 178: Checking users ** [10:55:16 2020-06-13] 178: Checking user_dbs ** [10:55:16 2020-06-13] 178: Checking geocodings ** [10:55:16 2020-06-13] 178: Checking synchronizations ** [10:55:16 2020-06-13] 178: Checking tracker ** [10:55:16 2020-06-13] 178: Checking user_migrations ** [10:55:16 2020-06-13] 178: Checking batch_updates ** [10:55:16 2020-06-13] 178: Checking gears ** [10:55:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:55:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:21 2020-06-13] 178: Checking imports ** [10:55:21 2020-06-13] 178: Checking exports ** [10:55:21 2020-06-13] 178: Checking users ** [10:55:21 2020-06-13] 178: Checking user_dbs ** [10:55:21 2020-06-13] 178: Checking geocodings ** [10:55:21 2020-06-13] 178: Checking synchronizations ** [10:55:21 2020-06-13] 178: Checking tracker ** [10:55:21 2020-06-13] 178: Checking user_migrations ** [10:55:21 2020-06-13] 178: Checking batch_updates ** [10:55:21 2020-06-13] 178: Checking gears ** [10:55:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:55:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:26 2020-06-13] 178: Checking imports ** [10:55:26 2020-06-13] 178: Checking exports ** [10:55:26 2020-06-13] 178: Checking users ** [10:55:26 2020-06-13] 178: Checking user_dbs ** [10:55:26 2020-06-13] 178: Checking geocodings ** [10:55:26 2020-06-13] 178: Checking synchronizations ** [10:55:26 2020-06-13] 178: Checking tracker ** [10:55:26 2020-06-13] 178: Checking user_migrations ** [10:55:26 2020-06-13] 178: Checking batch_updates ** [10:55:26 2020-06-13] 178: Checking gears ** [10:55:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:55:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:31 2020-06-13] 178: Checking imports ** [10:55:31 2020-06-13] 178: Checking exports ** [10:55:31 2020-06-13] 178: Checking users ** [10:55:31 2020-06-13] 178: Checking user_dbs ** [10:55:31 2020-06-13] 178: Checking geocodings ** [10:55:31 2020-06-13] 178: Checking synchronizations ** [10:55:31 2020-06-13] 178: Checking tracker ** [10:55:31 2020-06-13] 178: Checking user_migrations ** [10:55:31 2020-06-13] 178: Checking batch_updates ** [10:55:31 2020-06-13] 178: Checking gears ** [10:55:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:55:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:36 2020-06-13] 178: Checking imports ** [10:55:36 2020-06-13] 178: Checking exports ** [10:55:36 2020-06-13] 178: Checking users ** [10:55:36 2020-06-13] 178: Checking user_dbs ** [10:55:36 2020-06-13] 178: Checking geocodings ** [10:55:36 2020-06-13] 178: Checking synchronizations ** [10:55:36 2020-06-13] 178: Checking tracker ** [10:55:36 2020-06-13] 178: Checking user_migrations ** [10:55:36 2020-06-13] 178: Checking batch_updates ** [10:55:36 2020-06-13] 178: Checking gears ** [10:55:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:55:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:41 2020-06-13] 178: Checking imports ** [10:55:41 2020-06-13] 178: Checking exports ** [10:55:41 2020-06-13] 178: Checking users ** [10:55:41 2020-06-13] 178: Checking user_dbs ** [10:55:41 2020-06-13] 178: Checking geocodings ** [10:55:41 2020-06-13] 178: Checking synchronizations ** [10:55:41 2020-06-13] 178: Checking tracker ** [10:55:41 2020-06-13] 178: Checking user_migrations ** [10:55:41 2020-06-13] 178: Checking batch_updates ** [10:55:41 2020-06-13] 178: Checking gears ** [10:55:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:55:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:46 2020-06-13] 178: Checking imports ** [10:55:46 2020-06-13] 178: Checking exports ** [10:55:46 2020-06-13] 178: Checking users ** [10:55:46 2020-06-13] 178: Checking user_dbs ** [10:55:46 2020-06-13] 178: Checking geocodings ** [10:55:46 2020-06-13] 178: Checking synchronizations ** [10:55:46 2020-06-13] 178: Checking tracker ** [10:55:46 2020-06-13] 178: Checking user_migrations ** [10:55:46 2020-06-13] 178: Checking batch_updates ** [10:55:46 2020-06-13] 178: Checking gears ** [10:55:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:55:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:51 2020-06-13] 178: Checking imports ** [10:55:51 2020-06-13] 178: Checking exports ** [10:55:51 2020-06-13] 178: Checking users ** [10:55:51 2020-06-13] 178: Checking user_dbs ** [10:55:51 2020-06-13] 178: Checking geocodings ** [10:55:51 2020-06-13] 178: Checking synchronizations ** [10:55:51 2020-06-13] 178: Checking tracker ** [10:55:51 2020-06-13] 178: Checking user_migrations ** [10:55:51 2020-06-13] 178: Checking batch_updates ** [10:55:51 2020-06-13] 178: Checking gears ** [10:55:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:55:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:56 2020-06-13] 178: Checking imports ** [10:55:56 2020-06-13] 178: Checking exports ** [10:55:56 2020-06-13] 178: Checking users ** [10:55:56 2020-06-13] 178: Checking user_dbs ** [10:55:56 2020-06-13] 178: Checking geocodings ** [10:55:56 2020-06-13] 178: Checking synchronizations ** [10:55:56 2020-06-13] 178: Checking tracker ** [10:55:56 2020-06-13] 178: Checking user_migrations ** [10:55:56 2020-06-13] 178: Checking batch_updates ** [10:55:56 2020-06-13] 178: Checking gears ** [10:55:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:55:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:01 2020-06-13] 178: Checking imports ** [10:56:01 2020-06-13] 178: Checking exports ** [10:56:01 2020-06-13] 178: Checking users ** [10:56:01 2020-06-13] 178: Checking user_dbs ** [10:56:01 2020-06-13] 178: Checking geocodings ** [10:56:01 2020-06-13] 178: Checking synchronizations ** [10:56:01 2020-06-13] 178: Checking tracker ** [10:56:01 2020-06-13] 178: Checking user_migrations ** [10:56:01 2020-06-13] 178: Checking batch_updates ** [10:56:01 2020-06-13] 178: Checking gears ** [10:56:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:56:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:06 2020-06-13] 178: Checking imports ** [10:56:06 2020-06-13] 178: Checking exports ** [10:56:06 2020-06-13] 178: Checking users ** [10:56:06 2020-06-13] 178: Checking user_dbs ** [10:56:06 2020-06-13] 178: Checking geocodings ** [10:56:06 2020-06-13] 178: Checking synchronizations ** [10:56:06 2020-06-13] 178: Checking tracker ** [10:56:06 2020-06-13] 178: Checking user_migrations ** [10:56:06 2020-06-13] 178: Checking batch_updates ** [10:56:06 2020-06-13] 178: Checking gears ** [10:56:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:56:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:11 2020-06-13] 178: Checking imports ** [10:56:11 2020-06-13] 178: Checking exports ** [10:56:11 2020-06-13] 178: Checking users ** [10:56:11 2020-06-13] 178: Checking user_dbs ** [10:56:11 2020-06-13] 178: Checking geocodings ** [10:56:11 2020-06-13] 178: Checking synchronizations ** [10:56:11 2020-06-13] 178: Checking tracker ** [10:56:11 2020-06-13] 178: Checking user_migrations ** [10:56:11 2020-06-13] 178: Checking batch_updates ** [10:56:11 2020-06-13] 178: Checking gears ** [10:56:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:56:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:16 2020-06-13] 178: Checking imports ** [10:56:16 2020-06-13] 178: Checking exports ** [10:56:16 2020-06-13] 178: Checking users ** [10:56:16 2020-06-13] 178: Checking user_dbs ** [10:56:16 2020-06-13] 178: Checking geocodings ** [10:56:16 2020-06-13] 178: Checking synchronizations ** [10:56:16 2020-06-13] 178: Checking tracker ** [10:56:16 2020-06-13] 178: Checking user_migrations ** [10:56:16 2020-06-13] 178: Checking batch_updates ** [10:56:16 2020-06-13] 178: Checking gears ** [10:56:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:56:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:21 2020-06-13] 178: Checking imports ** [10:56:21 2020-06-13] 178: Checking exports ** [10:56:21 2020-06-13] 178: Checking users ** [10:56:21 2020-06-13] 178: Checking user_dbs ** [10:56:21 2020-06-13] 178: Checking geocodings ** [10:56:21 2020-06-13] 178: Checking synchronizations ** [10:56:21 2020-06-13] 178: Checking tracker ** [10:56:21 2020-06-13] 178: Checking user_migrations ** [10:56:21 2020-06-13] 178: Checking batch_updates ** [10:56:21 2020-06-13] 178: Checking gears ** [10:56:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:56:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:26 2020-06-13] 178: Checking imports ** [10:56:26 2020-06-13] 178: Checking exports ** [10:56:26 2020-06-13] 178: Checking users ** [10:56:26 2020-06-13] 178: Checking user_dbs ** [10:56:26 2020-06-13] 178: Checking geocodings ** [10:56:26 2020-06-13] 178: Checking synchronizations ** [10:56:26 2020-06-13] 178: Checking tracker ** [10:56:26 2020-06-13] 178: Checking user_migrations ** [10:56:26 2020-06-13] 178: Checking batch_updates ** [10:56:26 2020-06-13] 178: Checking gears ** [10:56:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:56:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:31 2020-06-13] 178: Checking imports ** [10:56:31 2020-06-13] 178: Checking exports ** [10:56:31 2020-06-13] 178: Checking users ** [10:56:31 2020-06-13] 178: Checking user_dbs ** [10:56:31 2020-06-13] 178: Checking geocodings ** [10:56:31 2020-06-13] 178: Checking synchronizations ** [10:56:31 2020-06-13] 178: Checking tracker ** [10:56:31 2020-06-13] 178: Checking user_migrations ** [10:56:31 2020-06-13] 178: Checking batch_updates ** [10:56:31 2020-06-13] 178: Checking gears ** [10:56:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:56:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:36 2020-06-13] 178: Checking imports ** [10:56:36 2020-06-13] 178: Checking exports ** [10:56:36 2020-06-13] 178: Checking users ** [10:56:36 2020-06-13] 178: Checking user_dbs ** [10:56:36 2020-06-13] 178: Checking geocodings ** [10:56:36 2020-06-13] 178: Checking synchronizations ** [10:56:36 2020-06-13] 178: Checking tracker ** [10:56:36 2020-06-13] 178: Checking user_migrations ** [10:56:36 2020-06-13] 178: Checking batch_updates ** [10:56:36 2020-06-13] 178: Checking gears ** [10:56:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:56:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:41 2020-06-13] 178: Checking imports ** [10:56:41 2020-06-13] 178: Checking exports ** [10:56:41 2020-06-13] 178: Checking users ** [10:56:41 2020-06-13] 178: Checking user_dbs ** [10:56:41 2020-06-13] 178: Checking geocodings ** [10:56:41 2020-06-13] 178: Checking synchronizations ** [10:56:41 2020-06-13] 178: Checking tracker ** [10:56:41 2020-06-13] 178: Checking user_migrations ** [10:56:41 2020-06-13] 178: Checking batch_updates ** [10:56:41 2020-06-13] 178: Checking gears ** [10:56:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:56:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:46 2020-06-13] 178: Checking imports ** [10:56:46 2020-06-13] 178: Checking exports ** [10:56:46 2020-06-13] 178: Checking users ** [10:56:46 2020-06-13] 178: Checking user_dbs ** [10:56:46 2020-06-13] 178: Checking geocodings ** [10:56:46 2020-06-13] 178: Checking synchronizations ** [10:56:46 2020-06-13] 178: Checking tracker ** [10:56:46 2020-06-13] 178: Checking user_migrations ** [10:56:46 2020-06-13] 178: Checking batch_updates ** [10:56:46 2020-06-13] 178: Checking gears ** [10:56:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:56:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:51 2020-06-13] 178: Checking imports ** [10:56:51 2020-06-13] 178: Checking exports ** [10:56:51 2020-06-13] 178: Checking users ** [10:56:51 2020-06-13] 178: Checking user_dbs ** [10:56:51 2020-06-13] 178: Checking geocodings ** [10:56:51 2020-06-13] 178: Checking synchronizations ** [10:56:51 2020-06-13] 178: Checking tracker ** [10:56:51 2020-06-13] 178: Checking user_migrations ** [10:56:51 2020-06-13] 178: Checking batch_updates ** [10:56:51 2020-06-13] 178: Checking gears ** [10:56:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:56:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:56 2020-06-13] 178: Checking imports ** [10:56:56 2020-06-13] 178: Checking exports ** [10:56:56 2020-06-13] 178: Checking users ** [10:56:56 2020-06-13] 178: Checking user_dbs ** [10:56:56 2020-06-13] 178: Checking geocodings ** [10:56:56 2020-06-13] 178: Checking synchronizations ** [10:56:56 2020-06-13] 178: Checking tracker ** [10:56:56 2020-06-13] 178: Checking user_migrations ** [10:56:56 2020-06-13] 178: Checking batch_updates ** [10:56:56 2020-06-13] 178: Checking gears ** [10:56:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:56:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:01 2020-06-13] 178: Checking imports ** [10:57:01 2020-06-13] 178: Checking exports ** [10:57:01 2020-06-13] 178: Checking users ** [10:57:01 2020-06-13] 178: Checking user_dbs ** [10:57:01 2020-06-13] 178: Checking geocodings ** [10:57:01 2020-06-13] 178: Checking synchronizations ** [10:57:01 2020-06-13] 178: Checking tracker ** [10:57:01 2020-06-13] 178: Checking user_migrations ** [10:57:01 2020-06-13] 178: Checking batch_updates ** [10:57:01 2020-06-13] 178: Checking gears ** [10:57:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:57:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:06 2020-06-13] 178: Checking imports ** [10:57:06 2020-06-13] 178: Checking exports ** [10:57:06 2020-06-13] 178: Checking users ** [10:57:06 2020-06-13] 178: Checking user_dbs ** [10:57:06 2020-06-13] 178: Checking geocodings ** [10:57:06 2020-06-13] 178: Checking synchronizations ** [10:57:06 2020-06-13] 178: Checking tracker ** [10:57:06 2020-06-13] 178: Checking user_migrations ** [10:57:06 2020-06-13] 178: Checking batch_updates ** [10:57:06 2020-06-13] 178: Checking gears ** [10:57:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:57:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:11 2020-06-13] 178: Checking imports ** [10:57:11 2020-06-13] 178: Checking exports ** [10:57:11 2020-06-13] 178: Checking users ** [10:57:11 2020-06-13] 178: Checking user_dbs ** [10:57:11 2020-06-13] 178: Checking geocodings ** [10:57:11 2020-06-13] 178: Checking synchronizations ** [10:57:11 2020-06-13] 178: Checking tracker ** [10:57:11 2020-06-13] 178: Checking user_migrations ** [10:57:11 2020-06-13] 178: Checking batch_updates ** [10:57:11 2020-06-13] 178: Checking gears ** [10:57:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:57:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:16 2020-06-13] 178: Checking imports ** [10:57:16 2020-06-13] 178: Checking exports ** [10:57:16 2020-06-13] 178: Checking users ** [10:57:16 2020-06-13] 178: Checking user_dbs ** [10:57:16 2020-06-13] 178: Checking geocodings ** [10:57:16 2020-06-13] 178: Checking synchronizations ** [10:57:16 2020-06-13] 178: Checking tracker ** [10:57:16 2020-06-13] 178: Checking user_migrations ** [10:57:16 2020-06-13] 178: Checking batch_updates ** [10:57:16 2020-06-13] 178: Checking gears ** [10:57:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:57:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:21 2020-06-13] 178: Checking imports ** [10:57:21 2020-06-13] 178: Checking exports ** [10:57:21 2020-06-13] 178: Checking users ** [10:57:21 2020-06-13] 178: Checking user_dbs ** [10:57:21 2020-06-13] 178: Checking geocodings ** [10:57:21 2020-06-13] 178: Checking synchronizations ** [10:57:21 2020-06-13] 178: Checking tracker ** [10:57:21 2020-06-13] 178: Checking user_migrations ** [10:57:21 2020-06-13] 178: Checking batch_updates ** [10:57:21 2020-06-13] 178: Checking gears ** [10:57:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:57:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:26 2020-06-13] 178: Checking imports ** [10:57:26 2020-06-13] 178: Checking exports ** [10:57:26 2020-06-13] 178: Checking users ** [10:57:26 2020-06-13] 178: Checking user_dbs ** [10:57:26 2020-06-13] 178: Checking geocodings ** [10:57:26 2020-06-13] 178: Checking synchronizations ** [10:57:26 2020-06-13] 178: Checking tracker ** [10:57:26 2020-06-13] 178: Checking user_migrations ** [10:57:26 2020-06-13] 178: Checking batch_updates ** [10:57:26 2020-06-13] 178: Checking gears ** [10:57:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:57:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:31 2020-06-13] 178: Checking imports ** [10:57:31 2020-06-13] 178: Checking exports ** [10:57:31 2020-06-13] 178: Checking users ** [10:57:31 2020-06-13] 178: Checking user_dbs ** [10:57:31 2020-06-13] 178: Checking geocodings ** [10:57:31 2020-06-13] 178: Checking synchronizations ** [10:57:31 2020-06-13] 178: Checking tracker ** [10:57:31 2020-06-13] 178: Checking user_migrations ** [10:57:31 2020-06-13] 178: Checking batch_updates ** [10:57:31 2020-06-13] 178: Checking gears ** [10:57:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:57:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:36 2020-06-13] 178: Checking imports ** [10:57:36 2020-06-13] 178: Checking exports ** [10:57:36 2020-06-13] 178: Checking users ** [10:57:36 2020-06-13] 178: Checking user_dbs ** [10:57:36 2020-06-13] 178: Checking geocodings ** [10:57:36 2020-06-13] 178: Checking synchronizations ** [10:57:36 2020-06-13] 178: Checking tracker ** [10:57:36 2020-06-13] 178: Checking user_migrations ** [10:57:36 2020-06-13] 178: Checking batch_updates ** [10:57:36 2020-06-13] 178: Checking gears ** [10:57:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:57:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:41 2020-06-13] 178: Checking imports ** [10:57:41 2020-06-13] 178: Checking exports ** [10:57:41 2020-06-13] 178: Checking users ** [10:57:41 2020-06-13] 178: Checking user_dbs ** [10:57:41 2020-06-13] 178: Checking geocodings ** [10:57:41 2020-06-13] 178: Checking synchronizations ** [10:57:41 2020-06-13] 178: Checking tracker ** [10:57:41 2020-06-13] 178: Checking user_migrations ** [10:57:41 2020-06-13] 178: Checking batch_updates ** [10:57:41 2020-06-13] 178: Checking gears ** [10:57:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:57:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:46 2020-06-13] 178: Checking imports ** [10:57:46 2020-06-13] 178: Checking exports ** [10:57:46 2020-06-13] 178: Checking users ** [10:57:46 2020-06-13] 178: Checking user_dbs ** [10:57:46 2020-06-13] 178: Checking geocodings ** [10:57:46 2020-06-13] 178: Checking synchronizations ** [10:57:46 2020-06-13] 178: Checking tracker ** [10:57:46 2020-06-13] 178: Checking user_migrations ** [10:57:46 2020-06-13] 178: Checking batch_updates ** [10:57:46 2020-06-13] 178: Checking gears ** [10:57:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:57:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:51 2020-06-13] 178: Checking imports ** [10:57:51 2020-06-13] 178: Checking exports ** [10:57:51 2020-06-13] 178: Checking users ** [10:57:51 2020-06-13] 178: Checking user_dbs ** [10:57:51 2020-06-13] 178: Checking geocodings ** [10:57:51 2020-06-13] 178: Checking synchronizations ** [10:57:51 2020-06-13] 178: Checking tracker ** [10:57:51 2020-06-13] 178: Checking user_migrations ** [10:57:51 2020-06-13] 178: Checking batch_updates ** [10:57:51 2020-06-13] 178: Checking gears ** [10:57:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:57:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:56 2020-06-13] 178: Checking imports ** [10:57:56 2020-06-13] 178: Checking exports ** [10:57:56 2020-06-13] 178: Checking users ** [10:57:56 2020-06-13] 178: Checking user_dbs ** [10:57:56 2020-06-13] 178: Checking geocodings ** [10:57:56 2020-06-13] 178: Checking synchronizations ** [10:57:56 2020-06-13] 178: Checking tracker ** [10:57:56 2020-06-13] 178: Checking user_migrations ** [10:57:56 2020-06-13] 178: Checking batch_updates ** [10:57:56 2020-06-13] 178: Checking gears ** [10:57:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:57:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:01 2020-06-13] 178: Checking imports ** [10:58:01 2020-06-13] 178: Checking exports ** [10:58:01 2020-06-13] 178: Checking users ** [10:58:01 2020-06-13] 178: Checking user_dbs ** [10:58:01 2020-06-13] 178: Checking geocodings ** [10:58:01 2020-06-13] 178: Checking synchronizations ** [10:58:01 2020-06-13] 178: Checking tracker ** [10:58:01 2020-06-13] 178: Checking user_migrations ** [10:58:01 2020-06-13] 178: Checking batch_updates ** [10:58:01 2020-06-13] 178: Checking gears ** [10:58:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:58:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:06 2020-06-13] 178: Checking imports ** [10:58:06 2020-06-13] 178: Checking exports ** [10:58:06 2020-06-13] 178: Checking users ** [10:58:06 2020-06-13] 178: Checking user_dbs ** [10:58:06 2020-06-13] 178: Checking geocodings ** [10:58:06 2020-06-13] 178: Checking synchronizations ** [10:58:06 2020-06-13] 178: Checking tracker ** [10:58:06 2020-06-13] 178: Checking user_migrations ** [10:58:06 2020-06-13] 178: Checking batch_updates ** [10:58:06 2020-06-13] 178: Checking gears ** [10:58:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:58:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:11 2020-06-13] 178: Checking imports ** [10:58:11 2020-06-13] 178: Checking exports ** [10:58:11 2020-06-13] 178: Checking users ** [10:58:11 2020-06-13] 178: Checking user_dbs ** [10:58:11 2020-06-13] 178: Checking geocodings ** [10:58:11 2020-06-13] 178: Checking synchronizations ** [10:58:11 2020-06-13] 178: Checking tracker ** [10:58:11 2020-06-13] 178: Checking user_migrations ** [10:58:11 2020-06-13] 178: Checking batch_updates ** [10:58:11 2020-06-13] 178: Checking gears ** [10:58:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:58:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:16 2020-06-13] 178: Checking imports ** [10:58:16 2020-06-13] 178: Checking exports ** [10:58:16 2020-06-13] 178: Checking users ** [10:58:16 2020-06-13] 178: Checking user_dbs ** [10:58:16 2020-06-13] 178: Checking geocodings ** [10:58:16 2020-06-13] 178: Checking synchronizations ** [10:58:16 2020-06-13] 178: Checking tracker ** [10:58:16 2020-06-13] 178: Checking user_migrations ** [10:58:16 2020-06-13] 178: Checking batch_updates ** [10:58:16 2020-06-13] 178: Checking gears ** [10:58:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:58:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:21 2020-06-13] 178: Checking imports ** [10:58:21 2020-06-13] 178: Checking exports ** [10:58:21 2020-06-13] 178: Checking users ** [10:58:21 2020-06-13] 178: Checking user_dbs ** [10:58:21 2020-06-13] 178: Checking geocodings ** [10:58:21 2020-06-13] 178: Checking synchronizations ** [10:58:21 2020-06-13] 178: Checking tracker ** [10:58:21 2020-06-13] 178: Checking user_migrations ** [10:58:21 2020-06-13] 178: Checking batch_updates ** [10:58:21 2020-06-13] 178: Checking gears ** [10:58:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:58:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:26 2020-06-13] 178: Checking imports ** [10:58:26 2020-06-13] 178: Checking exports ** [10:58:26 2020-06-13] 178: Checking users ** [10:58:26 2020-06-13] 178: Checking user_dbs ** [10:58:26 2020-06-13] 178: Checking geocodings ** [10:58:26 2020-06-13] 178: Checking synchronizations ** [10:58:26 2020-06-13] 178: Checking tracker ** [10:58:26 2020-06-13] 178: Checking user_migrations ** [10:58:26 2020-06-13] 178: Checking batch_updates ** [10:58:26 2020-06-13] 178: Checking gears ** [10:58:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:58:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:31 2020-06-13] 178: Checking imports ** [10:58:31 2020-06-13] 178: Checking exports ** [10:58:31 2020-06-13] 178: Checking users ** [10:58:31 2020-06-13] 178: Checking user_dbs ** [10:58:31 2020-06-13] 178: Checking geocodings ** [10:58:31 2020-06-13] 178: Checking synchronizations ** [10:58:31 2020-06-13] 178: Checking tracker ** [10:58:31 2020-06-13] 178: Checking user_migrations ** [10:58:31 2020-06-13] 178: Checking batch_updates ** [10:58:31 2020-06-13] 178: Checking gears ** [10:58:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:58:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:36 2020-06-13] 178: Checking imports ** [10:58:36 2020-06-13] 178: Checking exports ** [10:58:36 2020-06-13] 178: Checking users ** [10:58:36 2020-06-13] 178: Checking user_dbs ** [10:58:36 2020-06-13] 178: Checking geocodings ** [10:58:36 2020-06-13] 178: Checking synchronizations ** [10:58:36 2020-06-13] 178: Checking tracker ** [10:58:36 2020-06-13] 178: Checking user_migrations ** [10:58:36 2020-06-13] 178: Checking batch_updates ** [10:58:36 2020-06-13] 178: Checking gears ** [10:58:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:58:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:41 2020-06-13] 178: Checking imports ** [10:58:41 2020-06-13] 178: Checking exports ** [10:58:41 2020-06-13] 178: Checking users ** [10:58:41 2020-06-13] 178: Checking user_dbs ** [10:58:41 2020-06-13] 178: Checking geocodings ** [10:58:41 2020-06-13] 178: Checking synchronizations ** [10:58:41 2020-06-13] 178: Checking tracker ** [10:58:41 2020-06-13] 178: Checking user_migrations ** [10:58:41 2020-06-13] 178: Checking batch_updates ** [10:58:41 2020-06-13] 178: Checking gears ** [10:58:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:58:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:46 2020-06-13] 178: Checking imports ** [10:58:46 2020-06-13] 178: Checking exports ** [10:58:46 2020-06-13] 178: Checking users ** [10:58:46 2020-06-13] 178: Checking user_dbs ** [10:58:46 2020-06-13] 178: Checking geocodings ** [10:58:46 2020-06-13] 178: Checking synchronizations ** [10:58:46 2020-06-13] 178: Checking tracker ** [10:58:46 2020-06-13] 178: Checking user_migrations ** [10:58:46 2020-06-13] 178: Checking batch_updates ** [10:58:46 2020-06-13] 178: Checking gears ** [10:58:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:58:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:51 2020-06-13] 178: Checking imports ** [10:58:51 2020-06-13] 178: Checking exports ** [10:58:51 2020-06-13] 178: Checking users ** [10:58:51 2020-06-13] 178: Checking user_dbs ** [10:58:51 2020-06-13] 178: Checking geocodings ** [10:58:51 2020-06-13] 178: Checking synchronizations ** [10:58:51 2020-06-13] 178: Checking tracker ** [10:58:51 2020-06-13] 178: Checking user_migrations ** [10:58:51 2020-06-13] 178: Checking batch_updates ** [10:58:51 2020-06-13] 178: Checking gears ** [10:58:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:58:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:56 2020-06-13] 178: Checking imports ** [10:58:56 2020-06-13] 178: Checking exports ** [10:58:56 2020-06-13] 178: Checking users ** [10:58:56 2020-06-13] 178: Checking user_dbs ** [10:58:56 2020-06-13] 178: Checking geocodings ** [10:58:56 2020-06-13] 178: Checking synchronizations ** [10:58:56 2020-06-13] 178: Checking tracker ** [10:58:56 2020-06-13] 178: Checking user_migrations ** [10:58:56 2020-06-13] 178: Checking batch_updates ** [10:58:56 2020-06-13] 178: Checking gears ** [10:58:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:58:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:01 2020-06-13] 178: Checking imports ** [10:59:01 2020-06-13] 178: Checking exports ** [10:59:01 2020-06-13] 178: Checking users ** [10:59:01 2020-06-13] 178: Checking user_dbs ** [10:59:01 2020-06-13] 178: Checking geocodings ** [10:59:01 2020-06-13] 178: Checking synchronizations ** [10:59:01 2020-06-13] 178: Checking tracker ** [10:59:01 2020-06-13] 178: Checking user_migrations ** [10:59:01 2020-06-13] 178: Checking batch_updates ** [10:59:01 2020-06-13] 178: Checking gears ** [10:59:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:59:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:06 2020-06-13] 178: Checking imports ** [10:59:06 2020-06-13] 178: Checking exports ** [10:59:06 2020-06-13] 178: Checking users ** [10:59:06 2020-06-13] 178: Checking user_dbs ** [10:59:06 2020-06-13] 178: Checking geocodings ** [10:59:06 2020-06-13] 178: Checking synchronizations ** [10:59:06 2020-06-13] 178: Checking tracker ** [10:59:06 2020-06-13] 178: Checking user_migrations ** [10:59:06 2020-06-13] 178: Checking batch_updates ** [10:59:06 2020-06-13] 178: Checking gears ** [10:59:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:59:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:11 2020-06-13] 178: Checking imports ** [10:59:11 2020-06-13] 178: Checking exports ** [10:59:11 2020-06-13] 178: Checking users ** [10:59:11 2020-06-13] 178: Checking user_dbs ** [10:59:11 2020-06-13] 178: Checking geocodings ** [10:59:11 2020-06-13] 178: Checking synchronizations ** [10:59:11 2020-06-13] 178: Checking tracker ** [10:59:11 2020-06-13] 178: Checking user_migrations ** [10:59:11 2020-06-13] 178: Checking batch_updates ** [10:59:11 2020-06-13] 178: Checking gears ** [10:59:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:59:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:16 2020-06-13] 178: Checking imports ** [10:59:16 2020-06-13] 178: Checking exports ** [10:59:16 2020-06-13] 178: Checking users ** [10:59:16 2020-06-13] 178: Checking user_dbs ** [10:59:16 2020-06-13] 178: Checking geocodings ** [10:59:16 2020-06-13] 178: Checking synchronizations ** [10:59:16 2020-06-13] 178: Checking tracker ** [10:59:16 2020-06-13] 178: Checking user_migrations ** [10:59:16 2020-06-13] 178: Checking batch_updates ** [10:59:16 2020-06-13] 178: Checking gears ** [10:59:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:59:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:21 2020-06-13] 178: Checking imports ** [10:59:21 2020-06-13] 178: Checking exports ** [10:59:21 2020-06-13] 178: Checking users ** [10:59:21 2020-06-13] 178: Checking user_dbs ** [10:59:21 2020-06-13] 178: Checking geocodings ** [10:59:21 2020-06-13] 178: Checking synchronizations ** [10:59:21 2020-06-13] 178: Checking tracker ** [10:59:21 2020-06-13] 178: Checking user_migrations ** [10:59:21 2020-06-13] 178: Checking batch_updates ** [10:59:21 2020-06-13] 178: Checking gears ** [10:59:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:59:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:26 2020-06-13] 178: Checking imports ** [10:59:26 2020-06-13] 178: Checking exports ** [10:59:26 2020-06-13] 178: Checking users ** [10:59:26 2020-06-13] 178: Checking user_dbs ** [10:59:26 2020-06-13] 178: Checking geocodings ** [10:59:26 2020-06-13] 178: Checking synchronizations ** [10:59:26 2020-06-13] 178: Checking tracker ** [10:59:26 2020-06-13] 178: Checking user_migrations ** [10:59:26 2020-06-13] 178: Checking batch_updates ** [10:59:26 2020-06-13] 178: Checking gears ** [10:59:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:59:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:31 2020-06-13] 178: Checking imports ** [10:59:31 2020-06-13] 178: Checking exports ** [10:59:31 2020-06-13] 178: Checking users ** [10:59:31 2020-06-13] 178: Checking user_dbs ** [10:59:31 2020-06-13] 178: Checking geocodings ** [10:59:31 2020-06-13] 178: Checking synchronizations ** [10:59:31 2020-06-13] 178: Checking tracker ** [10:59:31 2020-06-13] 178: Checking user_migrations ** [10:59:31 2020-06-13] 178: Checking batch_updates ** [10:59:31 2020-06-13] 178: Checking gears ** [10:59:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:59:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:36 2020-06-13] 178: Checking imports ** [10:59:36 2020-06-13] 178: Checking exports ** [10:59:36 2020-06-13] 178: Checking users ** [10:59:36 2020-06-13] 178: Checking user_dbs ** [10:59:36 2020-06-13] 178: Checking geocodings ** [10:59:36 2020-06-13] 178: Checking synchronizations ** [10:59:36 2020-06-13] 178: Checking tracker ** [10:59:36 2020-06-13] 178: Checking user_migrations ** [10:59:36 2020-06-13] 178: Checking batch_updates ** [10:59:36 2020-06-13] 178: Checking gears ** [10:59:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:59:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:41 2020-06-13] 178: Checking imports ** [10:59:41 2020-06-13] 178: Checking exports ** [10:59:41 2020-06-13] 178: Checking users ** [10:59:41 2020-06-13] 178: Checking user_dbs ** [10:59:41 2020-06-13] 178: Checking geocodings ** [10:59:41 2020-06-13] 178: Checking synchronizations ** [10:59:41 2020-06-13] 178: Checking tracker ** [10:59:41 2020-06-13] 178: Checking user_migrations ** [10:59:41 2020-06-13] 178: Checking batch_updates ** [10:59:41 2020-06-13] 178: Checking gears ** [10:59:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:59:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:46 2020-06-13] 178: Checking imports ** [10:59:46 2020-06-13] 178: Checking exports ** [10:59:46 2020-06-13] 178: Checking users ** [10:59:46 2020-06-13] 178: Checking user_dbs ** [10:59:46 2020-06-13] 178: Checking geocodings ** [10:59:46 2020-06-13] 178: Checking synchronizations ** [10:59:46 2020-06-13] 178: Checking tracker ** [10:59:46 2020-06-13] 178: Checking user_migrations ** [10:59:46 2020-06-13] 178: Checking batch_updates ** [10:59:46 2020-06-13] 178: Checking gears ** [10:59:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:59:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:51 2020-06-13] 178: Checking imports ** [10:59:51 2020-06-13] 178: Checking exports ** [10:59:51 2020-06-13] 178: Checking users ** [10:59:51 2020-06-13] 178: Checking user_dbs ** [10:59:51 2020-06-13] 178: Checking geocodings ** [10:59:51 2020-06-13] 178: Checking synchronizations ** [10:59:51 2020-06-13] 178: Checking tracker ** [10:59:51 2020-06-13] 178: Checking user_migrations ** [10:59:51 2020-06-13] 178: Checking batch_updates ** [10:59:51 2020-06-13] 178: Checking gears ** [10:59:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:59:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:56 2020-06-13] 178: Checking imports ** [10:59:56 2020-06-13] 178: Checking exports ** [10:59:56 2020-06-13] 178: Checking users ** [10:59:56 2020-06-13] 178: Checking user_dbs ** [10:59:56 2020-06-13] 178: Checking geocodings ** [10:59:56 2020-06-13] 178: Checking synchronizations ** [10:59:56 2020-06-13] 178: Checking tracker ** [10:59:56 2020-06-13] 178: Checking user_migrations ** [10:59:56 2020-06-13] 178: Checking batch_updates ** [10:59:56 2020-06-13] 178: Checking gears ** [10:59:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [10:59:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:01 2020-06-13] 178: Checking imports ** [11:00:01 2020-06-13] 178: Checking exports ** [11:00:01 2020-06-13] 178: Checking users ** [11:00:01 2020-06-13] 178: Checking user_dbs ** [11:00:01 2020-06-13] 178: Checking geocodings ** [11:00:01 2020-06-13] 178: Checking synchronizations ** [11:00:01 2020-06-13] 178: Checking tracker ** [11:00:01 2020-06-13] 178: Checking user_migrations ** [11:00:01 2020-06-13] 178: Checking batch_updates ** [11:00:01 2020-06-13] 178: Checking gears ** [11:00:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:00:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:06 2020-06-13] 178: Checking imports ** [11:00:06 2020-06-13] 178: Checking exports ** [11:00:06 2020-06-13] 178: Checking users ** [11:00:06 2020-06-13] 178: Checking user_dbs ** [11:00:06 2020-06-13] 178: Checking geocodings ** [11:00:06 2020-06-13] 178: Checking synchronizations ** [11:00:06 2020-06-13] 178: Checking tracker ** [11:00:06 2020-06-13] 178: Checking user_migrations ** [11:00:06 2020-06-13] 178: Checking batch_updates ** [11:00:06 2020-06-13] 178: Checking gears ** [11:00:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:00:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:11 2020-06-13] 178: Checking imports ** [11:00:11 2020-06-13] 178: Checking exports ** [11:00:11 2020-06-13] 178: Checking users ** [11:00:11 2020-06-13] 178: Checking user_dbs ** [11:00:11 2020-06-13] 178: Checking geocodings ** [11:00:11 2020-06-13] 178: Checking synchronizations ** [11:00:11 2020-06-13] 178: Checking tracker ** [11:00:11 2020-06-13] 178: Checking user_migrations ** [11:00:11 2020-06-13] 178: Checking batch_updates ** [11:00:11 2020-06-13] 178: Checking gears ** [11:00:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:00:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:16 2020-06-13] 178: Checking imports ** [11:00:16 2020-06-13] 178: Checking exports ** [11:00:16 2020-06-13] 178: Checking users ** [11:00:16 2020-06-13] 178: Checking user_dbs ** [11:00:16 2020-06-13] 178: Checking geocodings ** [11:00:16 2020-06-13] 178: Checking synchronizations ** [11:00:16 2020-06-13] 178: Checking tracker ** [11:00:16 2020-06-13] 178: Checking user_migrations ** [11:00:16 2020-06-13] 178: Checking batch_updates ** [11:00:16 2020-06-13] 178: Checking gears ** [11:00:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:00:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:21 2020-06-13] 178: Checking imports ** [11:00:24 2020-06-13] 178: Checking exports ** [11:00:24 2020-06-13] 178: Checking users ** [11:00:24 2020-06-13] 178: Checking user_dbs ** [11:00:24 2020-06-13] 178: Checking geocodings ** [11:00:24 2020-06-13] 178: Checking synchronizations ** [11:00:24 2020-06-13] 178: Checking tracker ** [11:00:24 2020-06-13] 178: Checking user_migrations ** [11:00:24 2020-06-13] 178: Checking batch_updates ** [11:00:24 2020-06-13] 178: Checking gears ** [11:00:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:00:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:29 2020-06-13] 178: Checking imports ** [11:00:29 2020-06-13] 178: Checking exports ** [11:00:29 2020-06-13] 178: Checking users ** [11:00:29 2020-06-13] 178: Checking user_dbs ** [11:00:29 2020-06-13] 178: Checking geocodings ** [11:00:29 2020-06-13] 178: Checking synchronizations ** [11:00:29 2020-06-13] 178: Checking tracker ** [11:00:29 2020-06-13] 178: Checking user_migrations ** [11:00:29 2020-06-13] 178: Checking batch_updates ** [11:00:29 2020-06-13] 178: Checking gears ** [11:00:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:00:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:34 2020-06-13] 178: Checking imports ** [11:00:34 2020-06-13] 178: Checking exports ** [11:00:34 2020-06-13] 178: Checking users ** [11:00:34 2020-06-13] 178: Checking user_dbs ** [11:00:34 2020-06-13] 178: Checking geocodings ** [11:00:34 2020-06-13] 178: Checking synchronizations ** [11:00:34 2020-06-13] 178: Checking tracker ** [11:00:34 2020-06-13] 178: Checking user_migrations ** [11:00:34 2020-06-13] 178: Checking batch_updates ** [11:00:34 2020-06-13] 178: Checking gears ** [11:00:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:00:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:39 2020-06-13] 178: Checking imports ** [11:00:39 2020-06-13] 178: Checking exports ** [11:00:39 2020-06-13] 178: Checking users ** [11:00:39 2020-06-13] 178: Checking user_dbs ** [11:00:39 2020-06-13] 178: Checking geocodings ** [11:00:39 2020-06-13] 178: Checking synchronizations ** [11:00:39 2020-06-13] 178: Checking tracker ** [11:00:39 2020-06-13] 178: Checking user_migrations ** [11:00:39 2020-06-13] 178: Checking batch_updates ** [11:00:39 2020-06-13] 178: Checking gears ** [11:00:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:00:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:44 2020-06-13] 178: Checking imports ** [11:00:44 2020-06-13] 178: Checking exports ** [11:00:44 2020-06-13] 178: Checking users ** [11:00:44 2020-06-13] 178: Checking user_dbs ** [11:00:44 2020-06-13] 178: Checking geocodings ** [11:00:44 2020-06-13] 178: Checking synchronizations ** [11:00:44 2020-06-13] 178: Checking tracker ** [11:00:44 2020-06-13] 178: Checking user_migrations ** [11:00:44 2020-06-13] 178: Checking batch_updates ** [11:00:44 2020-06-13] 178: Checking gears ** [11:00:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:00:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:49 2020-06-13] 178: Checking imports ** [11:00:49 2020-06-13] 178: Checking exports ** [11:00:49 2020-06-13] 178: Checking users ** [11:00:49 2020-06-13] 178: Checking user_dbs ** [11:00:49 2020-06-13] 178: Checking geocodings ** [11:00:49 2020-06-13] 178: Checking synchronizations ** [11:00:49 2020-06-13] 178: Checking tracker ** [11:00:49 2020-06-13] 178: Checking user_migrations ** [11:00:49 2020-06-13] 178: Checking batch_updates ** [11:00:49 2020-06-13] 178: Checking gears ** [11:00:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:00:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:54 2020-06-13] 178: Checking imports ** [11:00:54 2020-06-13] 178: Checking exports ** [11:00:54 2020-06-13] 178: Checking users ** [11:00:54 2020-06-13] 178: Checking user_dbs ** [11:00:54 2020-06-13] 178: Checking geocodings ** [11:00:54 2020-06-13] 178: Checking synchronizations ** [11:00:54 2020-06-13] 178: Checking tracker ** [11:00:54 2020-06-13] 178: Checking user_migrations ** [11:00:54 2020-06-13] 178: Checking batch_updates ** [11:00:54 2020-06-13] 178: Checking gears ** [11:00:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:00:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:59 2020-06-13] 178: Checking imports ** [11:00:59 2020-06-13] 178: Checking exports ** [11:00:59 2020-06-13] 178: Checking users ** [11:00:59 2020-06-13] 178: Checking user_dbs ** [11:00:59 2020-06-13] 178: Checking geocodings ** [11:00:59 2020-06-13] 178: Checking synchronizations ** [11:00:59 2020-06-13] 178: Checking tracker ** [11:00:59 2020-06-13] 178: Checking user_migrations ** [11:00:59 2020-06-13] 178: Checking batch_updates ** [11:00:59 2020-06-13] 178: Checking gears ** [11:00:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:00:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:04 2020-06-13] 178: Checking imports ** [11:01:04 2020-06-13] 178: Checking exports ** [11:01:04 2020-06-13] 178: Checking users ** [11:01:04 2020-06-13] 178: Checking user_dbs ** [11:01:04 2020-06-13] 178: Checking geocodings ** [11:01:04 2020-06-13] 178: Checking synchronizations ** [11:01:04 2020-06-13] 178: Checking tracker ** [11:01:04 2020-06-13] 178: Checking user_migrations ** [11:01:04 2020-06-13] 178: Checking batch_updates ** [11:01:04 2020-06-13] 178: Checking gears ** [11:01:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:01:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:09 2020-06-13] 178: Checking imports ** [11:01:09 2020-06-13] 178: Checking exports ** [11:01:09 2020-06-13] 178: Checking users ** [11:01:09 2020-06-13] 178: Checking user_dbs ** [11:01:09 2020-06-13] 178: Checking geocodings ** [11:01:09 2020-06-13] 178: Checking synchronizations ** [11:01:09 2020-06-13] 178: Checking tracker ** [11:01:09 2020-06-13] 178: Checking user_migrations ** [11:01:09 2020-06-13] 178: Checking batch_updates ** [11:01:09 2020-06-13] 178: Checking gears ** [11:01:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:01:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:14 2020-06-13] 178: Checking imports ** [11:01:14 2020-06-13] 178: Checking exports ** [11:01:14 2020-06-13] 178: Checking users ** [11:01:14 2020-06-13] 178: Checking user_dbs ** [11:01:14 2020-06-13] 178: Checking geocodings ** [11:01:14 2020-06-13] 178: Checking synchronizations ** [11:01:14 2020-06-13] 178: Checking tracker ** [11:01:14 2020-06-13] 178: Checking user_migrations ** [11:01:14 2020-06-13] 178: Checking batch_updates ** [11:01:14 2020-06-13] 178: Checking gears ** [11:01:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:01:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:19 2020-06-13] 178: Checking imports ** [11:01:19 2020-06-13] 178: Checking exports ** [11:01:19 2020-06-13] 178: Checking users ** [11:01:19 2020-06-13] 178: Checking user_dbs ** [11:01:19 2020-06-13] 178: Checking geocodings ** [11:01:19 2020-06-13] 178: Checking synchronizations ** [11:01:19 2020-06-13] 178: Checking tracker ** [11:01:19 2020-06-13] 178: Checking user_migrations ** [11:01:19 2020-06-13] 178: Checking batch_updates ** [11:01:19 2020-06-13] 178: Checking gears ** [11:01:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:01:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:24 2020-06-13] 178: Checking imports ** [11:01:24 2020-06-13] 178: Checking exports ** [11:01:24 2020-06-13] 178: Checking users ** [11:01:24 2020-06-13] 178: Checking user_dbs ** [11:01:24 2020-06-13] 178: Checking geocodings ** [11:01:24 2020-06-13] 178: Checking synchronizations ** [11:01:24 2020-06-13] 178: Checking tracker ** [11:01:24 2020-06-13] 178: Checking user_migrations ** [11:01:24 2020-06-13] 178: Checking batch_updates ** [11:01:24 2020-06-13] 178: Checking gears ** [11:01:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:01:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:29 2020-06-13] 178: Checking imports ** [11:01:29 2020-06-13] 178: Checking exports ** [11:01:29 2020-06-13] 178: Checking users ** [11:01:29 2020-06-13] 178: Checking user_dbs ** [11:01:29 2020-06-13] 178: Checking geocodings ** [11:01:29 2020-06-13] 178: Checking synchronizations ** [11:01:29 2020-06-13] 178: Checking tracker ** [11:01:29 2020-06-13] 178: Checking user_migrations ** [11:01:29 2020-06-13] 178: Checking batch_updates ** [11:01:29 2020-06-13] 178: Checking gears ** [11:01:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:01:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:34 2020-06-13] 178: Checking imports ** [11:01:34 2020-06-13] 178: Checking exports ** [11:01:34 2020-06-13] 178: Checking users ** [11:01:34 2020-06-13] 178: Checking user_dbs ** [11:01:34 2020-06-13] 178: Checking geocodings ** [11:01:34 2020-06-13] 178: Checking synchronizations ** [11:01:34 2020-06-13] 178: Checking tracker ** [11:01:34 2020-06-13] 178: Checking user_migrations ** [11:01:34 2020-06-13] 178: Checking batch_updates ** [11:01:34 2020-06-13] 178: Checking gears ** [11:01:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:01:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:39 2020-06-13] 178: Checking imports ** [11:01:39 2020-06-13] 178: Checking exports ** [11:01:39 2020-06-13] 178: Checking users ** [11:01:39 2020-06-13] 178: Checking user_dbs ** [11:01:39 2020-06-13] 178: Checking geocodings ** [11:01:39 2020-06-13] 178: Checking synchronizations ** [11:01:39 2020-06-13] 178: Checking tracker ** [11:01:39 2020-06-13] 178: Checking user_migrations ** [11:01:39 2020-06-13] 178: Checking batch_updates ** [11:01:39 2020-06-13] 178: Checking gears ** [11:01:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:01:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:44 2020-06-13] 178: Checking imports ** [11:01:44 2020-06-13] 178: Checking exports ** [11:01:44 2020-06-13] 178: Checking users ** [11:01:44 2020-06-13] 178: Checking user_dbs ** [11:01:44 2020-06-13] 178: Checking geocodings ** [11:01:44 2020-06-13] 178: Checking synchronizations ** [11:01:44 2020-06-13] 178: Checking tracker ** [11:01:44 2020-06-13] 178: Checking user_migrations ** [11:01:44 2020-06-13] 178: Checking batch_updates ** [11:01:44 2020-06-13] 178: Checking gears ** [11:01:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:01:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:49 2020-06-13] 178: Checking imports ** [11:01:49 2020-06-13] 178: Checking exports ** [11:01:49 2020-06-13] 178: Checking users ** [11:01:49 2020-06-13] 178: Checking user_dbs ** [11:01:49 2020-06-13] 178: Checking geocodings ** [11:01:49 2020-06-13] 178: Checking synchronizations ** [11:01:49 2020-06-13] 178: Checking tracker ** [11:01:49 2020-06-13] 178: Checking user_migrations ** [11:01:49 2020-06-13] 178: Checking batch_updates ** [11:01:49 2020-06-13] 178: Checking gears ** [11:01:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:01:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:54 2020-06-13] 178: Checking imports ** [11:01:54 2020-06-13] 178: Checking exports ** [11:01:54 2020-06-13] 178: Checking users ** [11:01:54 2020-06-13] 178: Checking user_dbs ** [11:01:54 2020-06-13] 178: Checking geocodings ** [11:01:54 2020-06-13] 178: Checking synchronizations ** [11:01:54 2020-06-13] 178: Checking tracker ** [11:01:54 2020-06-13] 178: Checking user_migrations ** [11:01:54 2020-06-13] 178: Checking batch_updates ** [11:01:54 2020-06-13] 178: Checking gears ** [11:01:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:01:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:59 2020-06-13] 178: Checking imports ** [11:01:59 2020-06-13] 178: Checking exports ** [11:01:59 2020-06-13] 178: Checking users ** [11:01:59 2020-06-13] 178: Checking user_dbs ** [11:01:59 2020-06-13] 178: Checking geocodings ** [11:01:59 2020-06-13] 178: Checking synchronizations ** [11:01:59 2020-06-13] 178: Checking tracker ** [11:01:59 2020-06-13] 178: Checking user_migrations ** [11:01:59 2020-06-13] 178: Checking batch_updates ** [11:01:59 2020-06-13] 178: Checking gears ** [11:01:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:01:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:04 2020-06-13] 178: Checking imports ** [11:02:04 2020-06-13] 178: Checking exports ** [11:02:04 2020-06-13] 178: Checking users ** [11:02:04 2020-06-13] 178: Checking user_dbs ** [11:02:04 2020-06-13] 178: Checking geocodings ** [11:02:04 2020-06-13] 178: Checking synchronizations ** [11:02:04 2020-06-13] 178: Checking tracker ** [11:02:04 2020-06-13] 178: Checking user_migrations ** [11:02:04 2020-06-13] 178: Checking batch_updates ** [11:02:04 2020-06-13] 178: Checking gears ** [11:02:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:02:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:09 2020-06-13] 178: Checking imports ** [11:02:09 2020-06-13] 178: Checking exports ** [11:02:09 2020-06-13] 178: Checking users ** [11:02:09 2020-06-13] 178: Checking user_dbs ** [11:02:09 2020-06-13] 178: Checking geocodings ** [11:02:09 2020-06-13] 178: Checking synchronizations ** [11:02:09 2020-06-13] 178: Checking tracker ** [11:02:09 2020-06-13] 178: Checking user_migrations ** [11:02:09 2020-06-13] 178: Checking batch_updates ** [11:02:09 2020-06-13] 178: Checking gears ** [11:02:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:02:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:14 2020-06-13] 178: Checking imports ** [11:02:14 2020-06-13] 178: Checking exports ** [11:02:14 2020-06-13] 178: Checking users ** [11:02:14 2020-06-13] 178: Checking user_dbs ** [11:02:14 2020-06-13] 178: Checking geocodings ** [11:02:14 2020-06-13] 178: Checking synchronizations ** [11:02:14 2020-06-13] 178: Checking tracker ** [11:02:14 2020-06-13] 178: Checking user_migrations ** [11:02:14 2020-06-13] 178: Checking batch_updates ** [11:02:14 2020-06-13] 178: Checking gears ** [11:02:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:02:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:19 2020-06-13] 178: Checking imports ** [11:02:19 2020-06-13] 178: Checking exports ** [11:02:19 2020-06-13] 178: Checking users ** [11:02:19 2020-06-13] 178: Checking user_dbs ** [11:02:19 2020-06-13] 178: Checking geocodings ** [11:02:19 2020-06-13] 178: Checking synchronizations ** [11:02:19 2020-06-13] 178: Checking tracker ** [11:02:19 2020-06-13] 178: Checking user_migrations ** [11:02:19 2020-06-13] 178: Checking batch_updates ** [11:02:19 2020-06-13] 178: Checking gears ** [11:02:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:02:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:24 2020-06-13] 178: Checking imports ** [11:02:24 2020-06-13] 178: Checking exports ** [11:02:24 2020-06-13] 178: Checking users ** [11:02:24 2020-06-13] 178: Checking user_dbs ** [11:02:24 2020-06-13] 178: Checking geocodings ** [11:02:24 2020-06-13] 178: Checking synchronizations ** [11:02:24 2020-06-13] 178: Checking tracker ** [11:02:24 2020-06-13] 178: Checking user_migrations ** [11:02:24 2020-06-13] 178: Checking batch_updates ** [11:02:24 2020-06-13] 178: Checking gears ** [11:02:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:02:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:29 2020-06-13] 178: Checking imports ** [11:02:29 2020-06-13] 178: Checking exports ** [11:02:29 2020-06-13] 178: Checking users ** [11:02:29 2020-06-13] 178: Checking user_dbs ** [11:02:29 2020-06-13] 178: Checking geocodings ** [11:02:29 2020-06-13] 178: Checking synchronizations ** [11:02:29 2020-06-13] 178: Checking tracker ** [11:02:29 2020-06-13] 178: Checking user_migrations ** [11:02:29 2020-06-13] 178: Checking batch_updates ** [11:02:29 2020-06-13] 178: Checking gears ** [11:02:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:02:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:34 2020-06-13] 178: Checking imports ** [11:02:34 2020-06-13] 178: Checking exports ** [11:02:34 2020-06-13] 178: Checking users ** [11:02:34 2020-06-13] 178: Checking user_dbs ** [11:02:34 2020-06-13] 178: Checking geocodings ** [11:02:34 2020-06-13] 178: Checking synchronizations ** [11:02:34 2020-06-13] 178: Checking tracker ** [11:02:34 2020-06-13] 178: Checking user_migrations ** [11:02:34 2020-06-13] 178: Checking batch_updates ** [11:02:34 2020-06-13] 178: Checking gears ** [11:02:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:02:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:39 2020-06-13] 178: Checking imports ** [11:02:39 2020-06-13] 178: Checking exports ** [11:02:39 2020-06-13] 178: Checking users ** [11:02:39 2020-06-13] 178: Checking user_dbs ** [11:02:39 2020-06-13] 178: Checking geocodings ** [11:02:39 2020-06-13] 178: Checking synchronizations ** [11:02:39 2020-06-13] 178: Checking tracker ** [11:02:39 2020-06-13] 178: Checking user_migrations ** [11:02:39 2020-06-13] 178: Checking batch_updates ** [11:02:39 2020-06-13] 178: Checking gears ** [11:02:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:02:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:44 2020-06-13] 178: Checking imports ** [11:02:44 2020-06-13] 178: Checking exports ** [11:02:44 2020-06-13] 178: Checking users ** [11:02:44 2020-06-13] 178: Checking user_dbs ** [11:02:44 2020-06-13] 178: Checking geocodings ** [11:02:44 2020-06-13] 178: Checking synchronizations ** [11:02:44 2020-06-13] 178: Checking tracker ** [11:02:44 2020-06-13] 178: Checking user_migrations ** [11:02:44 2020-06-13] 178: Checking batch_updates ** [11:02:44 2020-06-13] 178: Checking gears ** [11:02:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:02:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:49 2020-06-13] 178: Checking imports ** [11:02:49 2020-06-13] 178: Checking exports ** [11:02:49 2020-06-13] 178: Checking users ** [11:02:49 2020-06-13] 178: Checking user_dbs ** [11:02:49 2020-06-13] 178: Checking geocodings ** [11:02:49 2020-06-13] 178: Checking synchronizations ** [11:02:49 2020-06-13] 178: Checking tracker ** [11:02:49 2020-06-13] 178: Checking user_migrations ** [11:02:49 2020-06-13] 178: Checking batch_updates ** [11:02:49 2020-06-13] 178: Checking gears ** [11:02:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:02:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:54 2020-06-13] 178: Checking imports ** [11:02:54 2020-06-13] 178: Checking exports ** [11:02:54 2020-06-13] 178: Checking users ** [11:02:54 2020-06-13] 178: Checking user_dbs ** [11:02:54 2020-06-13] 178: Checking geocodings ** [11:02:54 2020-06-13] 178: Checking synchronizations ** [11:02:54 2020-06-13] 178: Checking tracker ** [11:02:54 2020-06-13] 178: Checking user_migrations ** [11:02:54 2020-06-13] 178: Checking batch_updates ** [11:02:54 2020-06-13] 178: Checking gears ** [11:02:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:02:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:59 2020-06-13] 178: Checking imports ** [11:02:59 2020-06-13] 178: Checking exports ** [11:02:59 2020-06-13] 178: Checking users ** [11:02:59 2020-06-13] 178: Checking user_dbs ** [11:02:59 2020-06-13] 178: Checking geocodings ** [11:02:59 2020-06-13] 178: Checking synchronizations ** [11:02:59 2020-06-13] 178: Checking tracker ** [11:02:59 2020-06-13] 178: Checking user_migrations ** [11:02:59 2020-06-13] 178: Checking batch_updates ** [11:02:59 2020-06-13] 178: Checking gears ** [11:02:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:02:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:04 2020-06-13] 178: Checking imports ** [11:03:04 2020-06-13] 178: Checking exports ** [11:03:04 2020-06-13] 178: Checking users ** [11:03:04 2020-06-13] 178: Checking user_dbs ** [11:03:04 2020-06-13] 178: Checking geocodings ** [11:03:04 2020-06-13] 178: Checking synchronizations ** [11:03:04 2020-06-13] 178: Checking tracker ** [11:03:04 2020-06-13] 178: Checking user_migrations ** [11:03:04 2020-06-13] 178: Checking batch_updates ** [11:03:04 2020-06-13] 178: Checking gears ** [11:03:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:03:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:09 2020-06-13] 178: Checking imports ** [11:03:09 2020-06-13] 178: Checking exports ** [11:03:09 2020-06-13] 178: Checking users ** [11:03:09 2020-06-13] 178: Checking user_dbs ** [11:03:09 2020-06-13] 178: Checking geocodings ** [11:03:09 2020-06-13] 178: Checking synchronizations ** [11:03:09 2020-06-13] 178: Checking tracker ** [11:03:09 2020-06-13] 178: Checking user_migrations ** [11:03:09 2020-06-13] 178: Checking batch_updates ** [11:03:09 2020-06-13] 178: Checking gears ** [11:03:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:03:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:14 2020-06-13] 178: Checking imports ** [11:03:14 2020-06-13] 178: Checking exports ** [11:03:14 2020-06-13] 178: Checking users ** [11:03:14 2020-06-13] 178: Checking user_dbs ** [11:03:14 2020-06-13] 178: Checking geocodings ** [11:03:14 2020-06-13] 178: Checking synchronizations ** [11:03:14 2020-06-13] 178: Checking tracker ** [11:03:14 2020-06-13] 178: Checking user_migrations ** [11:03:14 2020-06-13] 178: Checking batch_updates ** [11:03:14 2020-06-13] 178: Checking gears ** [11:03:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:03:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:19 2020-06-13] 178: Checking imports ** [11:03:19 2020-06-13] 178: Checking exports ** [11:03:19 2020-06-13] 178: Checking users ** [11:03:19 2020-06-13] 178: Checking user_dbs ** [11:03:19 2020-06-13] 178: Checking geocodings ** [11:03:19 2020-06-13] 178: Checking synchronizations ** [11:03:19 2020-06-13] 178: Checking tracker ** [11:03:19 2020-06-13] 178: Checking user_migrations ** [11:03:19 2020-06-13] 178: Checking batch_updates ** [11:03:19 2020-06-13] 178: Checking gears ** [11:03:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:03:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:24 2020-06-13] 178: Checking imports ** [11:03:24 2020-06-13] 178: Checking exports ** [11:03:24 2020-06-13] 178: Checking users ** [11:03:24 2020-06-13] 178: Checking user_dbs ** [11:03:24 2020-06-13] 178: Checking geocodings ** [11:03:24 2020-06-13] 178: Checking synchronizations ** [11:03:24 2020-06-13] 178: Checking tracker ** [11:03:24 2020-06-13] 178: Checking user_migrations ** [11:03:24 2020-06-13] 178: Checking batch_updates ** [11:03:24 2020-06-13] 178: Checking gears ** [11:03:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:03:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:29 2020-06-13] 178: Checking imports ** [11:03:29 2020-06-13] 178: Checking exports ** [11:03:29 2020-06-13] 178: Checking users ** [11:03:29 2020-06-13] 178: Checking user_dbs ** [11:03:29 2020-06-13] 178: Checking geocodings ** [11:03:29 2020-06-13] 178: Checking synchronizations ** [11:03:29 2020-06-13] 178: Checking tracker ** [11:03:29 2020-06-13] 178: Checking user_migrations ** [11:03:29 2020-06-13] 178: Checking batch_updates ** [11:03:29 2020-06-13] 178: Checking gears ** [11:03:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:03:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:34 2020-06-13] 178: Checking imports ** [11:03:34 2020-06-13] 178: Checking exports ** [11:03:34 2020-06-13] 178: Checking users ** [11:03:34 2020-06-13] 178: Checking user_dbs ** [11:03:34 2020-06-13] 178: Checking geocodings ** [11:03:34 2020-06-13] 178: Checking synchronizations ** [11:03:34 2020-06-13] 178: Checking tracker ** [11:03:34 2020-06-13] 178: Checking user_migrations ** [11:03:34 2020-06-13] 178: Checking batch_updates ** [11:03:34 2020-06-13] 178: Checking gears ** [11:03:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:03:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:39 2020-06-13] 178: Checking imports ** [11:03:39 2020-06-13] 178: Checking exports ** [11:03:39 2020-06-13] 178: Checking users ** [11:03:39 2020-06-13] 178: Checking user_dbs ** [11:03:39 2020-06-13] 178: Checking geocodings ** [11:03:39 2020-06-13] 178: Checking synchronizations ** [11:03:39 2020-06-13] 178: Checking tracker ** [11:03:39 2020-06-13] 178: Checking user_migrations ** [11:03:39 2020-06-13] 178: Checking batch_updates ** [11:03:39 2020-06-13] 178: Checking gears ** [11:03:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:03:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:44 2020-06-13] 178: Checking imports ** [11:03:44 2020-06-13] 178: Checking exports ** [11:03:44 2020-06-13] 178: Checking users ** [11:03:44 2020-06-13] 178: Checking user_dbs ** [11:03:44 2020-06-13] 178: Checking geocodings ** [11:03:44 2020-06-13] 178: Checking synchronizations ** [11:03:44 2020-06-13] 178: Checking tracker ** [11:03:44 2020-06-13] 178: Checking user_migrations ** [11:03:44 2020-06-13] 178: Checking batch_updates ** [11:03:44 2020-06-13] 178: Checking gears ** [11:03:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:03:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:49 2020-06-13] 178: Checking imports ** [11:03:49 2020-06-13] 178: Checking exports ** [11:03:49 2020-06-13] 178: Checking users ** [11:03:49 2020-06-13] 178: Checking user_dbs ** [11:03:49 2020-06-13] 178: Checking geocodings ** [11:03:49 2020-06-13] 178: Checking synchronizations ** [11:03:49 2020-06-13] 178: Checking tracker ** [11:03:49 2020-06-13] 178: Checking user_migrations ** [11:03:49 2020-06-13] 178: Checking batch_updates ** [11:03:49 2020-06-13] 178: Checking gears ** [11:03:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:03:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:54 2020-06-13] 178: Checking imports ** [11:03:54 2020-06-13] 178: Checking exports ** [11:03:54 2020-06-13] 178: Checking users ** [11:03:54 2020-06-13] 178: Checking user_dbs ** [11:03:54 2020-06-13] 178: Checking geocodings ** [11:03:54 2020-06-13] 178: Checking synchronizations ** [11:03:54 2020-06-13] 178: Checking tracker ** [11:03:54 2020-06-13] 178: Checking user_migrations ** [11:03:54 2020-06-13] 178: Checking batch_updates ** [11:03:54 2020-06-13] 178: Checking gears ** [11:03:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:03:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:59 2020-06-13] 178: Checking imports ** [11:03:59 2020-06-13] 178: Checking exports ** [11:03:59 2020-06-13] 178: Checking users ** [11:03:59 2020-06-13] 178: Checking user_dbs ** [11:03:59 2020-06-13] 178: Checking geocodings ** [11:03:59 2020-06-13] 178: Checking synchronizations ** [11:03:59 2020-06-13] 178: Checking tracker ** [11:03:59 2020-06-13] 178: Checking user_migrations ** [11:03:59 2020-06-13] 178: Checking batch_updates ** [11:03:59 2020-06-13] 178: Checking gears ** [11:03:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:03:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:04 2020-06-13] 178: Checking imports ** [11:04:04 2020-06-13] 178: Checking exports ** [11:04:04 2020-06-13] 178: Checking users ** [11:04:04 2020-06-13] 178: Checking user_dbs ** [11:04:04 2020-06-13] 178: Checking geocodings ** [11:04:04 2020-06-13] 178: Checking synchronizations ** [11:04:04 2020-06-13] 178: Checking tracker ** [11:04:04 2020-06-13] 178: Checking user_migrations ** [11:04:04 2020-06-13] 178: Checking batch_updates ** [11:04:04 2020-06-13] 178: Checking gears ** [11:04:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:04:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:09 2020-06-13] 178: Checking imports ** [11:04:09 2020-06-13] 178: Checking exports ** [11:04:09 2020-06-13] 178: Checking users ** [11:04:09 2020-06-13] 178: Checking user_dbs ** [11:04:09 2020-06-13] 178: Checking geocodings ** [11:04:09 2020-06-13] 178: Checking synchronizations ** [11:04:09 2020-06-13] 178: Checking tracker ** [11:04:09 2020-06-13] 178: Checking user_migrations ** [11:04:09 2020-06-13] 178: Checking batch_updates ** [11:04:09 2020-06-13] 178: Checking gears ** [11:04:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:04:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:14 2020-06-13] 178: Checking imports ** [11:04:14 2020-06-13] 178: Checking exports ** [11:04:14 2020-06-13] 178: Checking users ** [11:04:14 2020-06-13] 178: Checking user_dbs ** [11:04:14 2020-06-13] 178: Checking geocodings ** [11:04:14 2020-06-13] 178: Checking synchronizations ** [11:04:14 2020-06-13] 178: Checking tracker ** [11:04:14 2020-06-13] 178: Checking user_migrations ** [11:04:14 2020-06-13] 178: Checking batch_updates ** [11:04:14 2020-06-13] 178: Checking gears ** [11:04:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:04:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:19 2020-06-13] 178: Checking imports ** [11:04:19 2020-06-13] 178: Checking exports ** [11:04:19 2020-06-13] 178: Checking users ** [11:04:19 2020-06-13] 178: Checking user_dbs ** [11:04:19 2020-06-13] 178: Checking geocodings ** [11:04:19 2020-06-13] 178: Checking synchronizations ** [11:04:19 2020-06-13] 178: Checking tracker ** [11:04:19 2020-06-13] 178: Checking user_migrations ** [11:04:19 2020-06-13] 178: Checking batch_updates ** [11:04:19 2020-06-13] 178: Checking gears ** [11:04:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:04:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:24 2020-06-13] 178: Checking imports ** [11:04:24 2020-06-13] 178: Checking exports ** [11:04:24 2020-06-13] 178: Checking users ** [11:04:24 2020-06-13] 178: Checking user_dbs ** [11:04:24 2020-06-13] 178: Checking geocodings ** [11:04:24 2020-06-13] 178: Checking synchronizations ** [11:04:24 2020-06-13] 178: Checking tracker ** [11:04:24 2020-06-13] 178: Checking user_migrations ** [11:04:24 2020-06-13] 178: Checking batch_updates ** [11:04:24 2020-06-13] 178: Checking gears ** [11:04:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:04:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:29 2020-06-13] 178: Checking imports ** [11:04:29 2020-06-13] 178: Checking exports ** [11:04:29 2020-06-13] 178: Checking users ** [11:04:29 2020-06-13] 178: Checking user_dbs ** [11:04:29 2020-06-13] 178: Checking geocodings ** [11:04:29 2020-06-13] 178: Checking synchronizations ** [11:04:29 2020-06-13] 178: Checking tracker ** [11:04:29 2020-06-13] 178: Checking user_migrations ** [11:04:29 2020-06-13] 178: Checking batch_updates ** [11:04:29 2020-06-13] 178: Checking gears ** [11:04:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:04:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:34 2020-06-13] 178: Checking imports ** [11:04:34 2020-06-13] 178: Checking exports ** [11:04:34 2020-06-13] 178: Checking users ** [11:04:34 2020-06-13] 178: Checking user_dbs ** [11:04:34 2020-06-13] 178: Checking geocodings ** [11:04:34 2020-06-13] 178: Checking synchronizations ** [11:04:34 2020-06-13] 178: Checking tracker ** [11:04:34 2020-06-13] 178: Checking user_migrations ** [11:04:34 2020-06-13] 178: Checking batch_updates ** [11:04:34 2020-06-13] 178: Checking gears ** [11:04:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:04:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:39 2020-06-13] 178: Checking imports ** [11:04:39 2020-06-13] 178: Checking exports ** [11:04:39 2020-06-13] 178: Checking users ** [11:04:39 2020-06-13] 178: Checking user_dbs ** [11:04:39 2020-06-13] 178: Checking geocodings ** [11:04:39 2020-06-13] 178: Checking synchronizations ** [11:04:39 2020-06-13] 178: Checking tracker ** [11:04:39 2020-06-13] 178: Checking user_migrations ** [11:04:39 2020-06-13] 178: Checking batch_updates ** [11:04:39 2020-06-13] 178: Checking gears ** [11:04:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:04:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:44 2020-06-13] 178: Checking imports ** [11:04:44 2020-06-13] 178: Checking exports ** [11:04:44 2020-06-13] 178: Checking users ** [11:04:44 2020-06-13] 178: Checking user_dbs ** [11:04:44 2020-06-13] 178: Checking geocodings ** [11:04:44 2020-06-13] 178: Checking synchronizations ** [11:04:44 2020-06-13] 178: Checking tracker ** [11:04:44 2020-06-13] 178: Checking user_migrations ** [11:04:44 2020-06-13] 178: Checking batch_updates ** [11:04:44 2020-06-13] 178: Checking gears ** [11:04:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:04:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:49 2020-06-13] 178: Checking imports ** [11:04:49 2020-06-13] 178: Checking exports ** [11:04:49 2020-06-13] 178: Checking users ** [11:04:49 2020-06-13] 178: Checking user_dbs ** [11:04:49 2020-06-13] 178: Checking geocodings ** [11:04:49 2020-06-13] 178: Checking synchronizations ** [11:04:49 2020-06-13] 178: Checking tracker ** [11:04:49 2020-06-13] 178: Checking user_migrations ** [11:04:49 2020-06-13] 178: Checking batch_updates ** [11:04:49 2020-06-13] 178: Checking gears ** [11:04:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:04:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:54 2020-06-13] 178: Checking imports ** [11:04:54 2020-06-13] 178: Checking exports ** [11:04:54 2020-06-13] 178: Checking users ** [11:04:54 2020-06-13] 178: Checking user_dbs ** [11:04:54 2020-06-13] 178: Checking geocodings ** [11:04:54 2020-06-13] 178: Checking synchronizations ** [11:04:54 2020-06-13] 178: Checking tracker ** [11:04:54 2020-06-13] 178: Checking user_migrations ** [11:04:54 2020-06-13] 178: Checking batch_updates ** [11:04:54 2020-06-13] 178: Checking gears ** [11:04:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:04:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:59 2020-06-13] 178: Checking imports ** [11:04:59 2020-06-13] 178: Checking exports ** [11:04:59 2020-06-13] 178: Checking users ** [11:04:59 2020-06-13] 178: Checking user_dbs ** [11:04:59 2020-06-13] 178: Checking geocodings ** [11:04:59 2020-06-13] 178: Checking synchronizations ** [11:04:59 2020-06-13] 178: Checking tracker ** [11:04:59 2020-06-13] 178: Checking user_migrations ** [11:04:59 2020-06-13] 178: Checking batch_updates ** [11:04:59 2020-06-13] 178: Checking gears ** [11:04:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:04:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:04 2020-06-13] 178: Checking imports ** [11:05:04 2020-06-13] 178: Checking exports ** [11:05:04 2020-06-13] 178: Checking users ** [11:05:04 2020-06-13] 178: Checking user_dbs ** [11:05:04 2020-06-13] 178: Checking geocodings ** [11:05:04 2020-06-13] 178: Checking synchronizations ** [11:05:04 2020-06-13] 178: Checking tracker ** [11:05:04 2020-06-13] 178: Checking user_migrations ** [11:05:04 2020-06-13] 178: Checking batch_updates ** [11:05:04 2020-06-13] 178: Checking gears ** [11:05:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:05:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:09 2020-06-13] 178: Checking imports ** [11:05:09 2020-06-13] 178: Checking exports ** [11:05:09 2020-06-13] 178: Checking users ** [11:05:09 2020-06-13] 178: Checking user_dbs ** [11:05:09 2020-06-13] 178: Checking geocodings ** [11:05:09 2020-06-13] 178: Checking synchronizations ** [11:05:09 2020-06-13] 178: Checking tracker ** [11:05:09 2020-06-13] 178: Checking user_migrations ** [11:05:09 2020-06-13] 178: Checking batch_updates ** [11:05:09 2020-06-13] 178: Checking gears ** [11:05:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:05:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:14 2020-06-13] 178: Checking imports ** [11:05:14 2020-06-13] 178: Checking exports ** [11:05:14 2020-06-13] 178: Checking users ** [11:05:14 2020-06-13] 178: Checking user_dbs ** [11:05:14 2020-06-13] 178: Checking geocodings ** [11:05:14 2020-06-13] 178: Checking synchronizations ** [11:05:14 2020-06-13] 178: Checking tracker ** [11:05:14 2020-06-13] 178: Checking user_migrations ** [11:05:14 2020-06-13] 178: Checking batch_updates ** [11:05:14 2020-06-13] 178: Checking gears ** [11:05:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:05:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:19 2020-06-13] 178: Checking imports ** [11:05:19 2020-06-13] 178: Checking exports ** [11:05:19 2020-06-13] 178: Checking users ** [11:05:19 2020-06-13] 178: Checking user_dbs ** [11:05:19 2020-06-13] 178: Checking geocodings ** [11:05:19 2020-06-13] 178: Checking synchronizations ** [11:05:19 2020-06-13] 178: Checking tracker ** [11:05:19 2020-06-13] 178: Checking user_migrations ** [11:05:19 2020-06-13] 178: Checking batch_updates ** [11:05:19 2020-06-13] 178: Checking gears ** [11:05:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:05:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:25 2020-06-13] 178: Checking imports ** [11:05:25 2020-06-13] 178: Checking exports ** [11:05:25 2020-06-13] 178: Checking users ** [11:05:25 2020-06-13] 178: Checking user_dbs ** [11:05:25 2020-06-13] 178: Checking geocodings ** [11:05:25 2020-06-13] 178: Checking synchronizations ** [11:05:25 2020-06-13] 178: Checking tracker ** [11:05:25 2020-06-13] 178: Checking user_migrations ** [11:05:25 2020-06-13] 178: Checking batch_updates ** [11:05:25 2020-06-13] 178: Checking gears ** [11:05:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:05:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:30 2020-06-13] 178: Checking imports ** [11:05:30 2020-06-13] 178: Checking exports ** [11:05:30 2020-06-13] 178: Checking users ** [11:05:30 2020-06-13] 178: Checking user_dbs ** [11:05:30 2020-06-13] 178: Checking geocodings ** [11:05:30 2020-06-13] 178: Checking synchronizations ** [11:05:30 2020-06-13] 178: Checking tracker ** [11:05:30 2020-06-13] 178: Checking user_migrations ** [11:05:30 2020-06-13] 178: Checking batch_updates ** [11:05:30 2020-06-13] 178: Checking gears ** [11:05:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:05:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:35 2020-06-13] 178: Checking imports ** [11:05:35 2020-06-13] 178: Checking exports ** [11:05:35 2020-06-13] 178: Checking users ** [11:05:35 2020-06-13] 178: Checking user_dbs ** [11:05:35 2020-06-13] 178: Checking geocodings ** [11:05:35 2020-06-13] 178: Checking synchronizations ** [11:05:35 2020-06-13] 178: Checking tracker ** [11:05:35 2020-06-13] 178: Checking user_migrations ** [11:05:35 2020-06-13] 178: Checking batch_updates ** [11:05:35 2020-06-13] 178: Checking gears ** [11:05:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:05:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:40 2020-06-13] 178: Checking imports ** [11:05:40 2020-06-13] 178: Checking exports ** [11:05:40 2020-06-13] 178: Checking users ** [11:05:40 2020-06-13] 178: Checking user_dbs ** [11:05:40 2020-06-13] 178: Checking geocodings ** [11:05:40 2020-06-13] 178: Checking synchronizations ** [11:05:40 2020-06-13] 178: Checking tracker ** [11:05:40 2020-06-13] 178: Checking user_migrations ** [11:05:40 2020-06-13] 178: Checking batch_updates ** [11:05:40 2020-06-13] 178: Checking gears ** [11:05:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:05:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:45 2020-06-13] 178: Checking imports ** [11:05:45 2020-06-13] 178: Checking exports ** [11:05:45 2020-06-13] 178: Checking users ** [11:05:45 2020-06-13] 178: Checking user_dbs ** [11:05:45 2020-06-13] 178: Checking geocodings ** [11:05:45 2020-06-13] 178: Checking synchronizations ** [11:05:45 2020-06-13] 178: Checking tracker ** [11:05:45 2020-06-13] 178: Checking user_migrations ** [11:05:45 2020-06-13] 178: Checking batch_updates ** [11:05:45 2020-06-13] 178: Checking gears ** [11:05:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:05:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:50 2020-06-13] 178: Checking imports ** [11:05:50 2020-06-13] 178: Checking exports ** [11:05:50 2020-06-13] 178: Checking users ** [11:05:50 2020-06-13] 178: Checking user_dbs ** [11:05:50 2020-06-13] 178: Checking geocodings ** [11:05:50 2020-06-13] 178: Checking synchronizations ** [11:05:50 2020-06-13] 178: Checking tracker ** [11:05:50 2020-06-13] 178: Checking user_migrations ** [11:05:50 2020-06-13] 178: Checking batch_updates ** [11:05:50 2020-06-13] 178: Checking gears ** [11:05:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:05:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:55 2020-06-13] 178: Checking imports ** [11:05:55 2020-06-13] 178: Checking exports ** [11:05:55 2020-06-13] 178: Checking users ** [11:05:55 2020-06-13] 178: Checking user_dbs ** [11:05:55 2020-06-13] 178: Checking geocodings ** [11:05:55 2020-06-13] 178: Checking synchronizations ** [11:05:55 2020-06-13] 178: Checking tracker ** [11:05:55 2020-06-13] 178: Checking user_migrations ** [11:05:55 2020-06-13] 178: Checking batch_updates ** [11:05:55 2020-06-13] 178: Checking gears ** [11:05:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:05:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:00 2020-06-13] 178: Checking imports ** [11:06:00 2020-06-13] 178: Checking exports ** [11:06:00 2020-06-13] 178: Checking users ** [11:06:00 2020-06-13] 178: Checking user_dbs ** [11:06:00 2020-06-13] 178: Checking geocodings ** [11:06:00 2020-06-13] 178: Checking synchronizations ** [11:06:00 2020-06-13] 178: Checking tracker ** [11:06:00 2020-06-13] 178: Checking user_migrations ** [11:06:00 2020-06-13] 178: Checking batch_updates ** [11:06:00 2020-06-13] 178: Checking gears ** [11:06:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:06:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:05 2020-06-13] 178: Checking imports ** [11:06:05 2020-06-13] 178: Checking exports ** [11:06:05 2020-06-13] 178: Checking users ** [11:06:05 2020-06-13] 178: Checking user_dbs ** [11:06:05 2020-06-13] 178: Checking geocodings ** [11:06:05 2020-06-13] 178: Checking synchronizations ** [11:06:05 2020-06-13] 178: Checking tracker ** [11:06:05 2020-06-13] 178: Checking user_migrations ** [11:06:05 2020-06-13] 178: Checking batch_updates ** [11:06:05 2020-06-13] 178: Checking gears ** [11:06:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:06:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:10 2020-06-13] 178: Checking imports ** [11:06:10 2020-06-13] 178: Checking exports ** [11:06:10 2020-06-13] 178: Checking users ** [11:06:10 2020-06-13] 178: Checking user_dbs ** [11:06:10 2020-06-13] 178: Checking geocodings ** [11:06:10 2020-06-13] 178: Checking synchronizations ** [11:06:10 2020-06-13] 178: Checking tracker ** [11:06:10 2020-06-13] 178: Checking user_migrations ** [11:06:10 2020-06-13] 178: Checking batch_updates ** [11:06:10 2020-06-13] 178: Checking gears ** [11:06:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:06:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:15 2020-06-13] 178: Checking imports ** [11:06:15 2020-06-13] 178: Checking exports ** [11:06:15 2020-06-13] 178: Checking users ** [11:06:15 2020-06-13] 178: Checking user_dbs ** [11:06:15 2020-06-13] 178: Checking geocodings ** [11:06:15 2020-06-13] 178: Checking synchronizations ** [11:06:15 2020-06-13] 178: Checking tracker ** [11:06:15 2020-06-13] 178: Checking user_migrations ** [11:06:15 2020-06-13] 178: Checking batch_updates ** [11:06:15 2020-06-13] 178: Checking gears ** [11:06:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:06:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:20 2020-06-13] 178: Checking imports ** [11:06:20 2020-06-13] 178: Checking exports ** [11:06:20 2020-06-13] 178: Checking users ** [11:06:20 2020-06-13] 178: Checking user_dbs ** [11:06:20 2020-06-13] 178: Checking geocodings ** [11:06:20 2020-06-13] 178: Checking synchronizations ** [11:06:20 2020-06-13] 178: Checking tracker ** [11:06:20 2020-06-13] 178: Checking user_migrations ** [11:06:20 2020-06-13] 178: Checking batch_updates ** [11:06:20 2020-06-13] 178: Checking gears ** [11:06:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:06:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:25 2020-06-13] 178: Checking imports ** [11:06:25 2020-06-13] 178: Checking exports ** [11:06:25 2020-06-13] 178: Checking users ** [11:06:25 2020-06-13] 178: Checking user_dbs ** [11:06:25 2020-06-13] 178: Checking geocodings ** [11:06:25 2020-06-13] 178: Checking synchronizations ** [11:06:25 2020-06-13] 178: Checking tracker ** [11:06:25 2020-06-13] 178: Checking user_migrations ** [11:06:25 2020-06-13] 178: Checking batch_updates ** [11:06:25 2020-06-13] 178: Checking gears ** [11:06:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:06:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:30 2020-06-13] 178: Checking imports ** [11:06:30 2020-06-13] 178: Checking exports ** [11:06:30 2020-06-13] 178: Checking users ** [11:06:30 2020-06-13] 178: Checking user_dbs ** [11:06:30 2020-06-13] 178: Checking geocodings ** [11:06:30 2020-06-13] 178: Checking synchronizations ** [11:06:30 2020-06-13] 178: Checking tracker ** [11:06:30 2020-06-13] 178: Checking user_migrations ** [11:06:30 2020-06-13] 178: Checking batch_updates ** [11:06:30 2020-06-13] 178: Checking gears ** [11:06:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:06:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:35 2020-06-13] 178: Checking imports ** [11:06:35 2020-06-13] 178: Checking exports ** [11:06:35 2020-06-13] 178: Checking users ** [11:06:35 2020-06-13] 178: Checking user_dbs ** [11:06:35 2020-06-13] 178: Checking geocodings ** [11:06:35 2020-06-13] 178: Checking synchronizations ** [11:06:35 2020-06-13] 178: Checking tracker ** [11:06:35 2020-06-13] 178: Checking user_migrations ** [11:06:35 2020-06-13] 178: Checking batch_updates ** [11:06:35 2020-06-13] 178: Checking gears ** [11:06:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:06:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:40 2020-06-13] 178: Checking imports ** [11:06:40 2020-06-13] 178: Checking exports ** [11:06:40 2020-06-13] 178: Checking users ** [11:06:40 2020-06-13] 178: Checking user_dbs ** [11:06:40 2020-06-13] 178: Checking geocodings ** [11:06:40 2020-06-13] 178: Checking synchronizations ** [11:06:40 2020-06-13] 178: Checking tracker ** [11:06:40 2020-06-13] 178: Checking user_migrations ** [11:06:40 2020-06-13] 178: Checking batch_updates ** [11:06:40 2020-06-13] 178: Checking gears ** [11:06:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:06:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:45 2020-06-13] 178: Checking imports ** [11:06:45 2020-06-13] 178: Checking exports ** [11:06:45 2020-06-13] 178: Checking users ** [11:06:45 2020-06-13] 178: Checking user_dbs ** [11:06:45 2020-06-13] 178: Checking geocodings ** [11:06:45 2020-06-13] 178: Checking synchronizations ** [11:06:45 2020-06-13] 178: Checking tracker ** [11:06:45 2020-06-13] 178: Checking user_migrations ** [11:06:45 2020-06-13] 178: Checking batch_updates ** [11:06:45 2020-06-13] 178: Checking gears ** [11:06:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:06:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:50 2020-06-13] 178: Checking imports ** [11:06:50 2020-06-13] 178: Checking exports ** [11:06:50 2020-06-13] 178: Checking users ** [11:06:50 2020-06-13] 178: Checking user_dbs ** [11:06:50 2020-06-13] 178: Checking geocodings ** [11:06:50 2020-06-13] 178: Checking synchronizations ** [11:06:50 2020-06-13] 178: Checking tracker ** [11:06:50 2020-06-13] 178: Checking user_migrations ** [11:06:50 2020-06-13] 178: Checking batch_updates ** [11:06:50 2020-06-13] 178: Checking gears ** [11:06:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:06:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:55 2020-06-13] 178: Checking imports ** [11:06:55 2020-06-13] 178: Checking exports ** [11:06:55 2020-06-13] 178: Checking users ** [11:06:55 2020-06-13] 178: Checking user_dbs ** [11:06:55 2020-06-13] 178: Checking geocodings ** [11:06:55 2020-06-13] 178: Checking synchronizations ** [11:06:55 2020-06-13] 178: Checking tracker ** [11:06:55 2020-06-13] 178: Checking user_migrations ** [11:06:55 2020-06-13] 178: Checking batch_updates ** [11:06:55 2020-06-13] 178: Checking gears ** [11:06:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:06:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:00 2020-06-13] 178: Checking imports ** [11:07:00 2020-06-13] 178: Checking exports ** [11:07:00 2020-06-13] 178: Checking users ** [11:07:00 2020-06-13] 178: Checking user_dbs ** [11:07:00 2020-06-13] 178: Checking geocodings ** [11:07:00 2020-06-13] 178: Checking synchronizations ** [11:07:00 2020-06-13] 178: Checking tracker ** [11:07:00 2020-06-13] 178: Checking user_migrations ** [11:07:00 2020-06-13] 178: Checking batch_updates ** [11:07:00 2020-06-13] 178: Checking gears ** [11:07:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:07:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:05 2020-06-13] 178: Checking imports ** [11:07:05 2020-06-13] 178: Checking exports ** [11:07:05 2020-06-13] 178: Checking users ** [11:07:05 2020-06-13] 178: Checking user_dbs ** [11:07:05 2020-06-13] 178: Checking geocodings ** [11:07:05 2020-06-13] 178: Checking synchronizations ** [11:07:05 2020-06-13] 178: Checking tracker ** [11:07:05 2020-06-13] 178: Checking user_migrations ** [11:07:05 2020-06-13] 178: Checking batch_updates ** [11:07:05 2020-06-13] 178: Checking gears ** [11:07:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:07:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:10 2020-06-13] 178: Checking imports ** [11:07:10 2020-06-13] 178: Checking exports ** [11:07:10 2020-06-13] 178: Checking users ** [11:07:10 2020-06-13] 178: Checking user_dbs ** [11:07:10 2020-06-13] 178: Checking geocodings ** [11:07:10 2020-06-13] 178: Checking synchronizations ** [11:07:10 2020-06-13] 178: Checking tracker ** [11:07:10 2020-06-13] 178: Checking user_migrations ** [11:07:10 2020-06-13] 178: Checking batch_updates ** [11:07:10 2020-06-13] 178: Checking gears ** [11:07:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:07:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:15 2020-06-13] 178: Checking imports ** [11:07:15 2020-06-13] 178: Checking exports ** [11:07:15 2020-06-13] 178: Checking users ** [11:07:15 2020-06-13] 178: Checking user_dbs ** [11:07:15 2020-06-13] 178: Checking geocodings ** [11:07:15 2020-06-13] 178: Checking synchronizations ** [11:07:15 2020-06-13] 178: Checking tracker ** [11:07:15 2020-06-13] 178: Checking user_migrations ** [11:07:15 2020-06-13] 178: Checking batch_updates ** [11:07:15 2020-06-13] 178: Checking gears ** [11:07:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:07:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:20 2020-06-13] 178: Checking imports ** [11:07:20 2020-06-13] 178: Checking exports ** [11:07:20 2020-06-13] 178: Checking users ** [11:07:20 2020-06-13] 178: Checking user_dbs ** [11:07:20 2020-06-13] 178: Checking geocodings ** [11:07:20 2020-06-13] 178: Checking synchronizations ** [11:07:20 2020-06-13] 178: Checking tracker ** [11:07:20 2020-06-13] 178: Checking user_migrations ** [11:07:20 2020-06-13] 178: Checking batch_updates ** [11:07:20 2020-06-13] 178: Checking gears ** [11:07:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:07:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:25 2020-06-13] 178: Checking imports ** [11:07:25 2020-06-13] 178: Checking exports ** [11:07:25 2020-06-13] 178: Checking users ** [11:07:25 2020-06-13] 178: Checking user_dbs ** [11:07:25 2020-06-13] 178: Checking geocodings ** [11:07:25 2020-06-13] 178: Checking synchronizations ** [11:07:25 2020-06-13] 178: Checking tracker ** [11:07:25 2020-06-13] 178: Checking user_migrations ** [11:07:25 2020-06-13] 178: Checking batch_updates ** [11:07:25 2020-06-13] 178: Checking gears ** [11:07:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:07:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:30 2020-06-13] 178: Checking imports ** [11:07:30 2020-06-13] 178: Checking exports ** [11:07:30 2020-06-13] 178: Checking users ** [11:07:30 2020-06-13] 178: Checking user_dbs ** [11:07:30 2020-06-13] 178: Checking geocodings ** [11:07:30 2020-06-13] 178: Checking synchronizations ** [11:07:30 2020-06-13] 178: Checking tracker ** [11:07:30 2020-06-13] 178: Checking user_migrations ** [11:07:30 2020-06-13] 178: Checking batch_updates ** [11:07:30 2020-06-13] 178: Checking gears ** [11:07:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:07:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:35 2020-06-13] 178: Checking imports ** [11:07:39 2020-06-13] 178: Checking exports ** [11:07:39 2020-06-13] 178: Checking users ** [11:07:39 2020-06-13] 178: Checking user_dbs ** [11:07:39 2020-06-13] 178: Checking geocodings ** [11:07:39 2020-06-13] 178: Checking synchronizations ** [11:07:39 2020-06-13] 178: Checking tracker ** [11:07:39 2020-06-13] 178: Checking user_migrations ** [11:07:39 2020-06-13] 178: Checking batch_updates ** [11:07:39 2020-06-13] 178: Checking gears ** [11:07:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:07:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:44 2020-06-13] 178: Checking imports ** [11:07:44 2020-06-13] 178: Checking exports ** [11:07:44 2020-06-13] 178: Checking users ** [11:07:44 2020-06-13] 178: Checking user_dbs ** [11:07:44 2020-06-13] 178: Checking geocodings ** [11:07:44 2020-06-13] 178: Checking synchronizations ** [11:07:44 2020-06-13] 178: Checking tracker ** [11:07:44 2020-06-13] 178: Checking user_migrations ** [11:07:44 2020-06-13] 178: Checking batch_updates ** [11:07:44 2020-06-13] 178: Checking gears ** [11:07:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:07:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:49 2020-06-13] 178: Checking imports ** [11:07:49 2020-06-13] 178: Checking exports ** [11:07:49 2020-06-13] 178: Checking users ** [11:07:49 2020-06-13] 178: Checking user_dbs ** [11:07:49 2020-06-13] 178: Checking geocodings ** [11:07:49 2020-06-13] 178: Checking synchronizations ** [11:07:49 2020-06-13] 178: Checking tracker ** [11:07:49 2020-06-13] 178: Checking user_migrations ** [11:07:49 2020-06-13] 178: Checking batch_updates ** [11:07:49 2020-06-13] 178: Checking gears ** [11:07:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:07:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:54 2020-06-13] 178: Checking imports ** [11:07:54 2020-06-13] 178: Checking exports ** [11:07:54 2020-06-13] 178: Checking users ** [11:07:54 2020-06-13] 178: Checking user_dbs ** [11:07:54 2020-06-13] 178: Checking geocodings ** [11:07:54 2020-06-13] 178: Checking synchronizations ** [11:07:54 2020-06-13] 178: Checking tracker ** [11:07:54 2020-06-13] 178: Checking user_migrations ** [11:07:54 2020-06-13] 178: Checking batch_updates ** [11:07:54 2020-06-13] 178: Checking gears ** [11:07:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:07:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:59 2020-06-13] 178: Checking imports ** [11:07:59 2020-06-13] 178: Checking exports ** [11:07:59 2020-06-13] 178: Checking users ** [11:07:59 2020-06-13] 178: Checking user_dbs ** [11:07:59 2020-06-13] 178: Checking geocodings ** [11:07:59 2020-06-13] 178: Checking synchronizations ** [11:07:59 2020-06-13] 178: Checking tracker ** [11:07:59 2020-06-13] 178: Checking user_migrations ** [11:07:59 2020-06-13] 178: Checking batch_updates ** [11:07:59 2020-06-13] 178: Checking gears ** [11:07:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:07:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:04 2020-06-13] 178: Checking imports ** [11:08:04 2020-06-13] 178: Checking exports ** [11:08:04 2020-06-13] 178: Checking users ** [11:08:04 2020-06-13] 178: Checking user_dbs ** [11:08:04 2020-06-13] 178: Checking geocodings ** [11:08:04 2020-06-13] 178: Checking synchronizations ** [11:08:04 2020-06-13] 178: Checking tracker ** [11:08:04 2020-06-13] 178: Checking user_migrations ** [11:08:04 2020-06-13] 178: Checking batch_updates ** [11:08:04 2020-06-13] 178: Checking gears ** [11:08:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:08:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:09 2020-06-13] 178: Checking imports ** [11:08:09 2020-06-13] 178: Checking exports ** [11:08:09 2020-06-13] 178: Checking users ** [11:08:09 2020-06-13] 178: Checking user_dbs ** [11:08:09 2020-06-13] 178: Checking geocodings ** [11:08:09 2020-06-13] 178: Checking synchronizations ** [11:08:09 2020-06-13] 178: Checking tracker ** [11:08:09 2020-06-13] 178: Checking user_migrations ** [11:08:09 2020-06-13] 178: Checking batch_updates ** [11:08:09 2020-06-13] 178: Checking gears ** [11:08:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:08:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:14 2020-06-13] 178: Checking imports ** [11:08:14 2020-06-13] 178: Checking exports ** [11:08:14 2020-06-13] 178: Checking users ** [11:08:14 2020-06-13] 178: Checking user_dbs ** [11:08:14 2020-06-13] 178: Checking geocodings ** [11:08:14 2020-06-13] 178: Checking synchronizations ** [11:08:14 2020-06-13] 178: Checking tracker ** [11:08:14 2020-06-13] 178: Checking user_migrations ** [11:08:14 2020-06-13] 178: Checking batch_updates ** [11:08:14 2020-06-13] 178: Checking gears ** [11:08:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:08:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:19 2020-06-13] 178: Checking imports ** [11:08:19 2020-06-13] 178: Checking exports ** [11:08:19 2020-06-13] 178: Checking users ** [11:08:19 2020-06-13] 178: Checking user_dbs ** [11:08:19 2020-06-13] 178: Checking geocodings ** [11:08:19 2020-06-13] 178: Checking synchronizations ** [11:08:19 2020-06-13] 178: Checking tracker ** [11:08:19 2020-06-13] 178: Checking user_migrations ** [11:08:19 2020-06-13] 178: Checking batch_updates ** [11:08:19 2020-06-13] 178: Checking gears ** [11:08:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:08:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:24 2020-06-13] 178: Checking imports ** [11:08:24 2020-06-13] 178: Checking exports ** [11:08:24 2020-06-13] 178: Checking users ** [11:08:24 2020-06-13] 178: Checking user_dbs ** [11:08:24 2020-06-13] 178: Checking geocodings ** [11:08:24 2020-06-13] 178: Checking synchronizations ** [11:08:24 2020-06-13] 178: Checking tracker ** [11:08:24 2020-06-13] 178: Checking user_migrations ** [11:08:24 2020-06-13] 178: Checking batch_updates ** [11:08:24 2020-06-13] 178: Checking gears ** [11:08:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:08:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:29 2020-06-13] 178: Checking imports ** [11:08:29 2020-06-13] 178: Checking exports ** [11:08:29 2020-06-13] 178: Checking users ** [11:08:29 2020-06-13] 178: Checking user_dbs ** [11:08:29 2020-06-13] 178: Checking geocodings ** [11:08:29 2020-06-13] 178: Checking synchronizations ** [11:08:29 2020-06-13] 178: Checking tracker ** [11:08:29 2020-06-13] 178: Checking user_migrations ** [11:08:29 2020-06-13] 178: Checking batch_updates ** [11:08:29 2020-06-13] 178: Checking gears ** [11:08:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:08:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:34 2020-06-13] 178: Checking imports ** [11:08:34 2020-06-13] 178: Checking exports ** [11:08:34 2020-06-13] 178: Checking users ** [11:08:34 2020-06-13] 178: Checking user_dbs ** [11:08:34 2020-06-13] 178: Checking geocodings ** [11:08:34 2020-06-13] 178: Checking synchronizations ** [11:08:34 2020-06-13] 178: Checking tracker ** [11:08:34 2020-06-13] 178: Checking user_migrations ** [11:08:34 2020-06-13] 178: Checking batch_updates ** [11:08:34 2020-06-13] 178: Checking gears ** [11:08:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:08:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:39 2020-06-13] 178: Checking imports ** [11:08:39 2020-06-13] 178: Checking exports ** [11:08:39 2020-06-13] 178: Checking users ** [11:08:39 2020-06-13] 178: Checking user_dbs ** [11:08:39 2020-06-13] 178: Checking geocodings ** [11:08:39 2020-06-13] 178: Checking synchronizations ** [11:08:39 2020-06-13] 178: Checking tracker ** [11:08:39 2020-06-13] 178: Checking user_migrations ** [11:08:39 2020-06-13] 178: Checking batch_updates ** [11:08:39 2020-06-13] 178: Checking gears ** [11:08:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:08:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:44 2020-06-13] 178: Checking imports ** [11:08:44 2020-06-13] 178: Checking exports ** [11:08:44 2020-06-13] 178: Checking users ** [11:08:44 2020-06-13] 178: Checking user_dbs ** [11:08:44 2020-06-13] 178: Checking geocodings ** [11:08:44 2020-06-13] 178: Checking synchronizations ** [11:08:44 2020-06-13] 178: Checking tracker ** [11:08:44 2020-06-13] 178: Checking user_migrations ** [11:08:44 2020-06-13] 178: Checking batch_updates ** [11:08:44 2020-06-13] 178: Checking gears ** [11:08:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:08:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:49 2020-06-13] 178: Checking imports ** [11:08:49 2020-06-13] 178: Checking exports ** [11:08:49 2020-06-13] 178: Checking users ** [11:08:49 2020-06-13] 178: Checking user_dbs ** [11:08:49 2020-06-13] 178: Checking geocodings ** [11:08:49 2020-06-13] 178: Checking synchronizations ** [11:08:49 2020-06-13] 178: Checking tracker ** [11:08:49 2020-06-13] 178: Checking user_migrations ** [11:08:49 2020-06-13] 178: Checking batch_updates ** [11:08:49 2020-06-13] 178: Checking gears ** [11:08:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:08:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:54 2020-06-13] 178: Checking imports ** [11:08:54 2020-06-13] 178: Checking exports ** [11:08:54 2020-06-13] 178: Checking users ** [11:08:54 2020-06-13] 178: Checking user_dbs ** [11:08:54 2020-06-13] 178: Checking geocodings ** [11:08:54 2020-06-13] 178: Checking synchronizations ** [11:08:54 2020-06-13] 178: Checking tracker ** [11:08:54 2020-06-13] 178: Checking user_migrations ** [11:08:54 2020-06-13] 178: Checking batch_updates ** [11:08:54 2020-06-13] 178: Checking gears ** [11:08:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:08:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:59 2020-06-13] 178: Checking imports ** [11:08:59 2020-06-13] 178: Checking exports ** [11:08:59 2020-06-13] 178: Checking users ** [11:08:59 2020-06-13] 178: Checking user_dbs ** [11:08:59 2020-06-13] 178: Checking geocodings ** [11:08:59 2020-06-13] 178: Checking synchronizations ** [11:08:59 2020-06-13] 178: Checking tracker ** [11:08:59 2020-06-13] 178: Checking user_migrations ** [11:08:59 2020-06-13] 178: Checking batch_updates ** [11:08:59 2020-06-13] 178: Checking gears ** [11:08:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:08:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:04 2020-06-13] 178: Checking imports ** [11:09:04 2020-06-13] 178: Checking exports ** [11:09:04 2020-06-13] 178: Checking users ** [11:09:04 2020-06-13] 178: Checking user_dbs ** [11:09:04 2020-06-13] 178: Checking geocodings ** [11:09:04 2020-06-13] 178: Checking synchronizations ** [11:09:04 2020-06-13] 178: Checking tracker ** [11:09:04 2020-06-13] 178: Checking user_migrations ** [11:09:04 2020-06-13] 178: Checking batch_updates ** [11:09:04 2020-06-13] 178: Checking gears ** [11:09:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:09:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:09 2020-06-13] 178: Checking imports ** [11:09:09 2020-06-13] 178: Checking exports ** [11:09:09 2020-06-13] 178: Checking users ** [11:09:09 2020-06-13] 178: Checking user_dbs ** [11:09:09 2020-06-13] 178: Checking geocodings ** [11:09:09 2020-06-13] 178: Checking synchronizations ** [11:09:09 2020-06-13] 178: Checking tracker ** [11:09:09 2020-06-13] 178: Checking user_migrations ** [11:09:09 2020-06-13] 178: Checking batch_updates ** [11:09:09 2020-06-13] 178: Checking gears ** [11:09:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:09:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:14 2020-06-13] 178: Checking imports ** [11:09:14 2020-06-13] 178: Checking exports ** [11:09:14 2020-06-13] 178: Checking users ** [11:09:14 2020-06-13] 178: Checking user_dbs ** [11:09:14 2020-06-13] 178: Checking geocodings ** [11:09:14 2020-06-13] 178: Checking synchronizations ** [11:09:14 2020-06-13] 178: Checking tracker ** [11:09:14 2020-06-13] 178: Checking user_migrations ** [11:09:14 2020-06-13] 178: Checking batch_updates ** [11:09:14 2020-06-13] 178: Checking gears ** [11:09:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:09:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:19 2020-06-13] 178: Checking imports ** [11:09:19 2020-06-13] 178: Checking exports ** [11:09:19 2020-06-13] 178: Checking users ** [11:09:19 2020-06-13] 178: Checking user_dbs ** [11:09:19 2020-06-13] 178: Checking geocodings ** [11:09:19 2020-06-13] 178: Checking synchronizations ** [11:09:19 2020-06-13] 178: Checking tracker ** [11:09:19 2020-06-13] 178: Checking user_migrations ** [11:09:19 2020-06-13] 178: Checking batch_updates ** [11:09:19 2020-06-13] 178: Checking gears ** [11:09:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:09:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:24 2020-06-13] 178: Checking imports ** [11:09:24 2020-06-13] 178: Checking exports ** [11:09:24 2020-06-13] 178: Checking users ** [11:09:24 2020-06-13] 178: Checking user_dbs ** [11:09:24 2020-06-13] 178: Checking geocodings ** [11:09:24 2020-06-13] 178: Checking synchronizations ** [11:09:24 2020-06-13] 178: Checking tracker ** [11:09:24 2020-06-13] 178: Checking user_migrations ** [11:09:24 2020-06-13] 178: Checking batch_updates ** [11:09:24 2020-06-13] 178: Checking gears ** [11:09:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:09:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:29 2020-06-13] 178: Checking imports ** [11:09:29 2020-06-13] 178: Checking exports ** [11:09:29 2020-06-13] 178: Checking users ** [11:09:29 2020-06-13] 178: Checking user_dbs ** [11:09:29 2020-06-13] 178: Checking geocodings ** [11:09:29 2020-06-13] 178: Checking synchronizations ** [11:09:29 2020-06-13] 178: Checking tracker ** [11:09:29 2020-06-13] 178: Checking user_migrations ** [11:09:29 2020-06-13] 178: Checking batch_updates ** [11:09:29 2020-06-13] 178: Checking gears ** [11:09:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:09:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:34 2020-06-13] 178: Checking imports ** [11:09:34 2020-06-13] 178: Checking exports ** [11:09:34 2020-06-13] 178: Checking users ** [11:09:34 2020-06-13] 178: Checking user_dbs ** [11:09:34 2020-06-13] 178: Checking geocodings ** [11:09:34 2020-06-13] 178: Checking synchronizations ** [11:09:34 2020-06-13] 178: Checking tracker ** [11:09:34 2020-06-13] 178: Checking user_migrations ** [11:09:34 2020-06-13] 178: Checking batch_updates ** [11:09:34 2020-06-13] 178: Checking gears ** [11:09:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:09:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:39 2020-06-13] 178: Checking imports ** [11:09:39 2020-06-13] 178: Checking exports ** [11:09:39 2020-06-13] 178: Checking users ** [11:09:39 2020-06-13] 178: Checking user_dbs ** [11:09:39 2020-06-13] 178: Checking geocodings ** [11:09:39 2020-06-13] 178: Checking synchronizations ** [11:09:39 2020-06-13] 178: Checking tracker ** [11:09:39 2020-06-13] 178: Checking user_migrations ** [11:09:39 2020-06-13] 178: Checking batch_updates ** [11:09:39 2020-06-13] 178: Checking gears ** [11:09:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:09:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:44 2020-06-13] 178: Checking imports ** [11:09:44 2020-06-13] 178: Checking exports ** [11:09:44 2020-06-13] 178: Checking users ** [11:09:44 2020-06-13] 178: Checking user_dbs ** [11:09:44 2020-06-13] 178: Checking geocodings ** [11:09:44 2020-06-13] 178: Checking synchronizations ** [11:09:44 2020-06-13] 178: Checking tracker ** [11:09:44 2020-06-13] 178: Checking user_migrations ** [11:09:44 2020-06-13] 178: Checking batch_updates ** [11:09:44 2020-06-13] 178: Checking gears ** [11:09:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:09:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:49 2020-06-13] 178: Checking imports ** [11:09:49 2020-06-13] 178: Checking exports ** [11:09:49 2020-06-13] 178: Checking users ** [11:09:49 2020-06-13] 178: Checking user_dbs ** [11:09:49 2020-06-13] 178: Checking geocodings ** [11:09:49 2020-06-13] 178: Checking synchronizations ** [11:09:49 2020-06-13] 178: Checking tracker ** [11:09:49 2020-06-13] 178: Checking user_migrations ** [11:09:49 2020-06-13] 178: Checking batch_updates ** [11:09:49 2020-06-13] 178: Checking gears ** [11:09:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:09:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:54 2020-06-13] 178: Checking imports ** [11:09:54 2020-06-13] 178: Checking exports ** [11:09:54 2020-06-13] 178: Checking users ** [11:09:54 2020-06-13] 178: Checking user_dbs ** [11:09:54 2020-06-13] 178: Checking geocodings ** [11:09:54 2020-06-13] 178: Checking synchronizations ** [11:09:54 2020-06-13] 178: Checking tracker ** [11:09:54 2020-06-13] 178: Checking user_migrations ** [11:09:54 2020-06-13] 178: Checking batch_updates ** [11:09:54 2020-06-13] 178: Checking gears ** [11:09:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:09:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:59 2020-06-13] 178: Checking imports ** [11:09:59 2020-06-13] 178: Checking exports ** [11:09:59 2020-06-13] 178: Checking users ** [11:09:59 2020-06-13] 178: Checking user_dbs ** [11:09:59 2020-06-13] 178: Checking geocodings ** [11:09:59 2020-06-13] 178: Checking synchronizations ** [11:09:59 2020-06-13] 178: Checking tracker ** [11:09:59 2020-06-13] 178: Checking user_migrations ** [11:09:59 2020-06-13] 178: Checking batch_updates ** [11:09:59 2020-06-13] 178: Checking gears ** [11:09:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:09:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:04 2020-06-13] 178: Checking imports ** [11:10:04 2020-06-13] 178: Checking exports ** [11:10:04 2020-06-13] 178: Checking users ** [11:10:04 2020-06-13] 178: Checking user_dbs ** [11:10:04 2020-06-13] 178: Checking geocodings ** [11:10:04 2020-06-13] 178: Checking synchronizations ** [11:10:04 2020-06-13] 178: Checking tracker ** [11:10:04 2020-06-13] 178: Checking user_migrations ** [11:10:04 2020-06-13] 178: Checking batch_updates ** [11:10:04 2020-06-13] 178: Checking gears ** [11:10:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:10:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:09 2020-06-13] 178: Checking imports ** [11:10:09 2020-06-13] 178: Checking exports ** [11:10:09 2020-06-13] 178: Checking users ** [11:10:09 2020-06-13] 178: Checking user_dbs ** [11:10:09 2020-06-13] 178: Checking geocodings ** [11:10:09 2020-06-13] 178: Checking synchronizations ** [11:10:09 2020-06-13] 178: Checking tracker ** [11:10:09 2020-06-13] 178: Checking user_migrations ** [11:10:09 2020-06-13] 178: Checking batch_updates ** [11:10:09 2020-06-13] 178: Checking gears ** [11:10:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:10:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:14 2020-06-13] 178: Checking imports ** [11:10:14 2020-06-13] 178: Checking exports ** [11:10:14 2020-06-13] 178: Checking users ** [11:10:14 2020-06-13] 178: Checking user_dbs ** [11:10:14 2020-06-13] 178: Checking geocodings ** [11:10:14 2020-06-13] 178: Checking synchronizations ** [11:10:14 2020-06-13] 178: Checking tracker ** [11:10:14 2020-06-13] 178: Checking user_migrations ** [11:10:14 2020-06-13] 178: Checking batch_updates ** [11:10:14 2020-06-13] 178: Checking gears ** [11:10:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:10:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:19 2020-06-13] 178: Checking imports ** [11:10:19 2020-06-13] 178: Checking exports ** [11:10:19 2020-06-13] 178: Checking users ** [11:10:19 2020-06-13] 178: Checking user_dbs ** [11:10:19 2020-06-13] 178: Checking geocodings ** [11:10:19 2020-06-13] 178: Checking synchronizations ** [11:10:19 2020-06-13] 178: Checking tracker ** [11:10:19 2020-06-13] 178: Checking user_migrations ** [11:10:19 2020-06-13] 178: Checking batch_updates ** [11:10:19 2020-06-13] 178: Checking gears ** [11:10:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:10:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:24 2020-06-13] 178: Checking imports ** [11:10:24 2020-06-13] 178: Checking exports ** [11:10:24 2020-06-13] 178: Checking users ** [11:10:24 2020-06-13] 178: Checking user_dbs ** [11:10:24 2020-06-13] 178: Checking geocodings ** [11:10:24 2020-06-13] 178: Checking synchronizations ** [11:10:24 2020-06-13] 178: Checking tracker ** [11:10:24 2020-06-13] 178: Checking user_migrations ** [11:10:24 2020-06-13] 178: Checking batch_updates ** [11:10:24 2020-06-13] 178: Checking gears ** [11:10:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:10:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:29 2020-06-13] 178: Checking imports ** [11:10:29 2020-06-13] 178: Checking exports ** [11:10:29 2020-06-13] 178: Checking users ** [11:10:29 2020-06-13] 178: Checking user_dbs ** [11:10:29 2020-06-13] 178: Checking geocodings ** [11:10:29 2020-06-13] 178: Checking synchronizations ** [11:10:29 2020-06-13] 178: Checking tracker ** [11:10:29 2020-06-13] 178: Checking user_migrations ** [11:10:29 2020-06-13] 178: Checking batch_updates ** [11:10:29 2020-06-13] 178: Checking gears ** [11:10:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:10:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:34 2020-06-13] 178: Checking imports ** [11:10:34 2020-06-13] 178: Checking exports ** [11:10:34 2020-06-13] 178: Checking users ** [11:10:34 2020-06-13] 178: Checking user_dbs ** [11:10:34 2020-06-13] 178: Checking geocodings ** [11:10:34 2020-06-13] 178: Checking synchronizations ** [11:10:34 2020-06-13] 178: Checking tracker ** [11:10:34 2020-06-13] 178: Checking user_migrations ** [11:10:34 2020-06-13] 178: Checking batch_updates ** [11:10:34 2020-06-13] 178: Checking gears ** [11:10:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:10:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:39 2020-06-13] 178: Checking imports ** [11:10:39 2020-06-13] 178: Checking exports ** [11:10:39 2020-06-13] 178: Checking users ** [11:10:39 2020-06-13] 178: Checking user_dbs ** [11:10:39 2020-06-13] 178: Checking geocodings ** [11:10:39 2020-06-13] 178: Checking synchronizations ** [11:10:39 2020-06-13] 178: Checking tracker ** [11:10:39 2020-06-13] 178: Checking user_migrations ** [11:10:39 2020-06-13] 178: Checking batch_updates ** [11:10:39 2020-06-13] 178: Checking gears ** [11:10:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:10:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:44 2020-06-13] 178: Checking imports ** [11:10:44 2020-06-13] 178: Checking exports ** [11:10:44 2020-06-13] 178: Checking users ** [11:10:44 2020-06-13] 178: Checking user_dbs ** [11:10:44 2020-06-13] 178: Checking geocodings ** [11:10:44 2020-06-13] 178: Checking synchronizations ** [11:10:44 2020-06-13] 178: Checking tracker ** [11:10:44 2020-06-13] 178: Checking user_migrations ** [11:10:44 2020-06-13] 178: Checking batch_updates ** [11:10:44 2020-06-13] 178: Checking gears ** [11:10:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:10:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:49 2020-06-13] 178: Checking imports ** [11:10:49 2020-06-13] 178: Checking exports ** [11:10:49 2020-06-13] 178: Checking users ** [11:10:49 2020-06-13] 178: Checking user_dbs ** [11:10:49 2020-06-13] 178: Checking geocodings ** [11:10:49 2020-06-13] 178: Checking synchronizations ** [11:10:49 2020-06-13] 178: Checking tracker ** [11:10:49 2020-06-13] 178: Checking user_migrations ** [11:10:49 2020-06-13] 178: Checking batch_updates ** [11:10:49 2020-06-13] 178: Checking gears ** [11:10:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:10:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:54 2020-06-13] 178: Checking imports ** [11:10:54 2020-06-13] 178: Checking exports ** [11:10:54 2020-06-13] 178: Checking users ** [11:10:54 2020-06-13] 178: Checking user_dbs ** [11:10:54 2020-06-13] 178: Checking geocodings ** [11:10:54 2020-06-13] 178: Checking synchronizations ** [11:10:54 2020-06-13] 178: Checking tracker ** [11:10:54 2020-06-13] 178: Checking user_migrations ** [11:10:54 2020-06-13] 178: Checking batch_updates ** [11:10:54 2020-06-13] 178: Checking gears ** [11:10:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:10:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:59 2020-06-13] 178: Checking imports ** [11:10:59 2020-06-13] 178: Checking exports ** [11:10:59 2020-06-13] 178: Checking users ** [11:10:59 2020-06-13] 178: Checking user_dbs ** [11:10:59 2020-06-13] 178: Checking geocodings ** [11:10:59 2020-06-13] 178: Checking synchronizations ** [11:10:59 2020-06-13] 178: Checking tracker ** [11:10:59 2020-06-13] 178: Checking user_migrations ** [11:10:59 2020-06-13] 178: Checking batch_updates ** [11:10:59 2020-06-13] 178: Checking gears ** [11:10:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:10:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:04 2020-06-13] 178: Checking imports ** [11:11:04 2020-06-13] 178: Checking exports ** [11:11:04 2020-06-13] 178: Checking users ** [11:11:04 2020-06-13] 178: Checking user_dbs ** [11:11:04 2020-06-13] 178: Checking geocodings ** [11:11:04 2020-06-13] 178: Checking synchronizations ** [11:11:04 2020-06-13] 178: Checking tracker ** [11:11:04 2020-06-13] 178: Checking user_migrations ** [11:11:04 2020-06-13] 178: Checking batch_updates ** [11:11:04 2020-06-13] 178: Checking gears ** [11:11:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:11:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:09 2020-06-13] 178: Checking imports ** [11:11:09 2020-06-13] 178: Checking exports ** [11:11:09 2020-06-13] 178: Checking users ** [11:11:09 2020-06-13] 178: Checking user_dbs ** [11:11:09 2020-06-13] 178: Checking geocodings ** [11:11:09 2020-06-13] 178: Checking synchronizations ** [11:11:09 2020-06-13] 178: Checking tracker ** [11:11:09 2020-06-13] 178: Checking user_migrations ** [11:11:09 2020-06-13] 178: Checking batch_updates ** [11:11:09 2020-06-13] 178: Checking gears ** [11:11:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:11:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:14 2020-06-13] 178: Checking imports ** [11:11:14 2020-06-13] 178: Checking exports ** [11:11:14 2020-06-13] 178: Checking users ** [11:11:14 2020-06-13] 178: Checking user_dbs ** [11:11:14 2020-06-13] 178: Checking geocodings ** [11:11:14 2020-06-13] 178: Checking synchronizations ** [11:11:14 2020-06-13] 178: Checking tracker ** [11:11:14 2020-06-13] 178: Checking user_migrations ** [11:11:14 2020-06-13] 178: Checking batch_updates ** [11:11:14 2020-06-13] 178: Checking gears ** [11:11:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:11:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:19 2020-06-13] 178: Checking imports ** [11:11:19 2020-06-13] 178: Checking exports ** [11:11:19 2020-06-13] 178: Checking users ** [11:11:19 2020-06-13] 178: Checking user_dbs ** [11:11:19 2020-06-13] 178: Checking geocodings ** [11:11:19 2020-06-13] 178: Checking synchronizations ** [11:11:19 2020-06-13] 178: Checking tracker ** [11:11:19 2020-06-13] 178: Checking user_migrations ** [11:11:19 2020-06-13] 178: Checking batch_updates ** [11:11:19 2020-06-13] 178: Checking gears ** [11:11:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:11:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:24 2020-06-13] 178: Checking imports ** [11:11:24 2020-06-13] 178: Checking exports ** [11:11:24 2020-06-13] 178: Checking users ** [11:11:24 2020-06-13] 178: Checking user_dbs ** [11:11:24 2020-06-13] 178: Checking geocodings ** [11:11:24 2020-06-13] 178: Checking synchronizations ** [11:11:24 2020-06-13] 178: Checking tracker ** [11:11:24 2020-06-13] 178: Checking user_migrations ** [11:11:24 2020-06-13] 178: Checking batch_updates ** [11:11:24 2020-06-13] 178: Checking gears ** [11:11:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:11:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:29 2020-06-13] 178: Checking imports ** [11:11:29 2020-06-13] 178: Checking exports ** [11:11:29 2020-06-13] 178: Checking users ** [11:11:29 2020-06-13] 178: Checking user_dbs ** [11:11:29 2020-06-13] 178: Checking geocodings ** [11:11:29 2020-06-13] 178: Checking synchronizations ** [11:11:29 2020-06-13] 178: Checking tracker ** [11:11:29 2020-06-13] 178: Checking user_migrations ** [11:11:29 2020-06-13] 178: Checking batch_updates ** [11:11:29 2020-06-13] 178: Checking gears ** [11:11:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:11:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:34 2020-06-13] 178: Checking imports ** [11:11:34 2020-06-13] 178: Checking exports ** [11:11:34 2020-06-13] 178: Checking users ** [11:11:34 2020-06-13] 178: Checking user_dbs ** [11:11:34 2020-06-13] 178: Checking geocodings ** [11:11:34 2020-06-13] 178: Checking synchronizations ** [11:11:34 2020-06-13] 178: Checking tracker ** [11:11:34 2020-06-13] 178: Checking user_migrations ** [11:11:34 2020-06-13] 178: Checking batch_updates ** [11:11:34 2020-06-13] 178: Checking gears ** [11:11:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:11:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:39 2020-06-13] 178: Checking imports ** [11:11:39 2020-06-13] 178: Checking exports ** [11:11:39 2020-06-13] 178: Checking users ** [11:11:39 2020-06-13] 178: Checking user_dbs ** [11:11:39 2020-06-13] 178: Checking geocodings ** [11:11:39 2020-06-13] 178: Checking synchronizations ** [11:11:39 2020-06-13] 178: Checking tracker ** [11:11:39 2020-06-13] 178: Checking user_migrations ** [11:11:39 2020-06-13] 178: Checking batch_updates ** [11:11:39 2020-06-13] 178: Checking gears ** [11:11:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:11:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:44 2020-06-13] 178: Checking imports ** [11:11:44 2020-06-13] 178: Checking exports ** [11:11:44 2020-06-13] 178: Checking users ** [11:11:44 2020-06-13] 178: Checking user_dbs ** [11:11:44 2020-06-13] 178: Checking geocodings ** [11:11:44 2020-06-13] 178: Checking synchronizations ** [11:11:44 2020-06-13] 178: Checking tracker ** [11:11:44 2020-06-13] 178: Checking user_migrations ** [11:11:44 2020-06-13] 178: Checking batch_updates ** [11:11:44 2020-06-13] 178: Checking gears ** [11:11:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:11:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:49 2020-06-13] 178: Checking imports ** [11:11:49 2020-06-13] 178: Checking exports ** [11:11:49 2020-06-13] 178: Checking users ** [11:11:49 2020-06-13] 178: Checking user_dbs ** [11:11:49 2020-06-13] 178: Checking geocodings ** [11:11:49 2020-06-13] 178: Checking synchronizations ** [11:11:49 2020-06-13] 178: Checking tracker ** [11:11:49 2020-06-13] 178: Checking user_migrations ** [11:11:49 2020-06-13] 178: Checking batch_updates ** [11:11:49 2020-06-13] 178: Checking gears ** [11:11:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:11:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:54 2020-06-13] 178: Checking imports ** [11:11:54 2020-06-13] 178: Checking exports ** [11:11:54 2020-06-13] 178: Checking users ** [11:11:54 2020-06-13] 178: Checking user_dbs ** [11:11:54 2020-06-13] 178: Checking geocodings ** [11:11:54 2020-06-13] 178: Checking synchronizations ** [11:11:54 2020-06-13] 178: Checking tracker ** [11:11:54 2020-06-13] 178: Checking user_migrations ** [11:11:54 2020-06-13] 178: Checking batch_updates ** [11:11:54 2020-06-13] 178: Checking gears ** [11:11:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:11:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:59 2020-06-13] 178: Checking imports ** [11:11:59 2020-06-13] 178: Checking exports ** [11:11:59 2020-06-13] 178: Checking users ** [11:11:59 2020-06-13] 178: Checking user_dbs ** [11:11:59 2020-06-13] 178: Checking geocodings ** [11:11:59 2020-06-13] 178: Checking synchronizations ** [11:11:59 2020-06-13] 178: Checking tracker ** [11:11:59 2020-06-13] 178: Checking user_migrations ** [11:11:59 2020-06-13] 178: Checking batch_updates ** [11:11:59 2020-06-13] 178: Checking gears ** [11:11:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:11:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:04 2020-06-13] 178: Checking imports ** [11:12:04 2020-06-13] 178: Checking exports ** [11:12:04 2020-06-13] 178: Checking users ** [11:12:04 2020-06-13] 178: Checking user_dbs ** [11:12:04 2020-06-13] 178: Checking geocodings ** [11:12:04 2020-06-13] 178: Checking synchronizations ** [11:12:04 2020-06-13] 178: Checking tracker ** [11:12:04 2020-06-13] 178: Checking user_migrations ** [11:12:04 2020-06-13] 178: Checking batch_updates ** [11:12:04 2020-06-13] 178: Checking gears ** [11:12:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:12:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:09 2020-06-13] 178: Checking imports ** [11:12:09 2020-06-13] 178: Checking exports ** [11:12:09 2020-06-13] 178: Checking users ** [11:12:09 2020-06-13] 178: Checking user_dbs ** [11:12:09 2020-06-13] 178: Checking geocodings ** [11:12:09 2020-06-13] 178: Checking synchronizations ** [11:12:09 2020-06-13] 178: Checking tracker ** [11:12:09 2020-06-13] 178: Checking user_migrations ** [11:12:09 2020-06-13] 178: Checking batch_updates ** [11:12:09 2020-06-13] 178: Checking gears ** [11:12:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:12:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:14 2020-06-13] 178: Checking imports ** [11:12:15 2020-06-13] 178: Checking exports ** [11:12:15 2020-06-13] 178: Checking users ** [11:12:15 2020-06-13] 178: Checking user_dbs ** [11:12:15 2020-06-13] 178: Checking geocodings ** [11:12:15 2020-06-13] 178: Checking synchronizations ** [11:12:15 2020-06-13] 178: Checking tracker ** [11:12:15 2020-06-13] 178: Checking user_migrations ** [11:12:15 2020-06-13] 178: Checking batch_updates ** [11:12:15 2020-06-13] 178: Checking gears ** [11:12:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:12:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:20 2020-06-13] 178: Checking imports ** [11:12:20 2020-06-13] 178: Checking exports ** [11:12:20 2020-06-13] 178: Checking users ** [11:12:20 2020-06-13] 178: Checking user_dbs ** [11:12:20 2020-06-13] 178: Checking geocodings ** [11:12:20 2020-06-13] 178: Checking synchronizations ** [11:12:20 2020-06-13] 178: Checking tracker ** [11:12:20 2020-06-13] 178: Checking user_migrations ** [11:12:20 2020-06-13] 178: Checking batch_updates ** [11:12:20 2020-06-13] 178: Checking gears ** [11:12:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:12:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:25 2020-06-13] 178: Checking imports ** [11:12:25 2020-06-13] 178: Checking exports ** [11:12:25 2020-06-13] 178: Checking users ** [11:12:25 2020-06-13] 178: Checking user_dbs ** [11:12:25 2020-06-13] 178: Checking geocodings ** [11:12:25 2020-06-13] 178: Checking synchronizations ** [11:12:25 2020-06-13] 178: Checking tracker ** [11:12:25 2020-06-13] 178: Checking user_migrations ** [11:12:25 2020-06-13] 178: Checking batch_updates ** [11:12:25 2020-06-13] 178: Checking gears ** [11:12:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:12:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:30 2020-06-13] 178: Checking imports ** [11:12:30 2020-06-13] 178: Checking exports ** [11:12:30 2020-06-13] 178: Checking users ** [11:12:30 2020-06-13] 178: Checking user_dbs ** [11:12:30 2020-06-13] 178: Checking geocodings ** [11:12:30 2020-06-13] 178: Checking synchronizations ** [11:12:30 2020-06-13] 178: Checking tracker ** [11:12:30 2020-06-13] 178: Checking user_migrations ** [11:12:30 2020-06-13] 178: Checking batch_updates ** [11:12:30 2020-06-13] 178: Checking gears ** [11:12:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:12:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:35 2020-06-13] 178: Checking imports ** [11:12:35 2020-06-13] 178: Checking exports ** [11:12:35 2020-06-13] 178: Checking users ** [11:12:35 2020-06-13] 178: Checking user_dbs ** [11:12:35 2020-06-13] 178: Checking geocodings ** [11:12:35 2020-06-13] 178: Checking synchronizations ** [11:12:35 2020-06-13] 178: Checking tracker ** [11:12:35 2020-06-13] 178: Checking user_migrations ** [11:12:35 2020-06-13] 178: Checking batch_updates ** [11:12:35 2020-06-13] 178: Checking gears ** [11:12:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:12:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:40 2020-06-13] 178: Checking imports ** [11:12:40 2020-06-13] 178: Checking exports ** [11:12:40 2020-06-13] 178: Checking users ** [11:12:40 2020-06-13] 178: Checking user_dbs ** [11:12:40 2020-06-13] 178: Checking geocodings ** [11:12:40 2020-06-13] 178: Checking synchronizations ** [11:12:40 2020-06-13] 178: Checking tracker ** [11:12:40 2020-06-13] 178: Checking user_migrations ** [11:12:40 2020-06-13] 178: Checking batch_updates ** [11:12:40 2020-06-13] 178: Checking gears ** [11:12:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:12:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:45 2020-06-13] 178: Checking imports ** [11:12:45 2020-06-13] 178: Checking exports ** [11:12:45 2020-06-13] 178: Checking users ** [11:12:45 2020-06-13] 178: Checking user_dbs ** [11:12:45 2020-06-13] 178: Checking geocodings ** [11:12:45 2020-06-13] 178: Checking synchronizations ** [11:12:45 2020-06-13] 178: Checking tracker ** [11:12:45 2020-06-13] 178: Checking user_migrations ** [11:12:45 2020-06-13] 178: Checking batch_updates ** [11:12:45 2020-06-13] 178: Checking gears ** [11:12:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:12:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:50 2020-06-13] 178: Checking imports ** [11:12:50 2020-06-13] 178: Checking exports ** [11:12:50 2020-06-13] 178: Checking users ** [11:12:50 2020-06-13] 178: Checking user_dbs ** [11:12:50 2020-06-13] 178: Checking geocodings ** [11:12:50 2020-06-13] 178: Checking synchronizations ** [11:12:50 2020-06-13] 178: Checking tracker ** [11:12:50 2020-06-13] 178: Checking user_migrations ** [11:12:50 2020-06-13] 178: Checking batch_updates ** [11:12:50 2020-06-13] 178: Checking gears ** [11:12:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:12:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:55 2020-06-13] 178: Checking imports ** [11:12:55 2020-06-13] 178: Checking exports ** [11:12:55 2020-06-13] 178: Checking users ** [11:12:55 2020-06-13] 178: Checking user_dbs ** [11:12:55 2020-06-13] 178: Checking geocodings ** [11:12:55 2020-06-13] 178: Checking synchronizations ** [11:12:55 2020-06-13] 178: Checking tracker ** [11:12:55 2020-06-13] 178: Checking user_migrations ** [11:12:55 2020-06-13] 178: Checking batch_updates ** [11:12:55 2020-06-13] 178: Checking gears ** [11:12:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:12:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:00 2020-06-13] 178: Checking imports ** [11:13:00 2020-06-13] 178: Checking exports ** [11:13:00 2020-06-13] 178: Checking users ** [11:13:00 2020-06-13] 178: Checking user_dbs ** [11:13:00 2020-06-13] 178: Checking geocodings ** [11:13:00 2020-06-13] 178: Checking synchronizations ** [11:13:00 2020-06-13] 178: Checking tracker ** [11:13:00 2020-06-13] 178: Checking user_migrations ** [11:13:00 2020-06-13] 178: Checking batch_updates ** [11:13:00 2020-06-13] 178: Checking gears ** [11:13:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:13:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:05 2020-06-13] 178: Checking imports ** [11:13:05 2020-06-13] 178: Checking exports ** [11:13:05 2020-06-13] 178: Checking users ** [11:13:05 2020-06-13] 178: Checking user_dbs ** [11:13:05 2020-06-13] 178: Checking geocodings ** [11:13:05 2020-06-13] 178: Checking synchronizations ** [11:13:05 2020-06-13] 178: Checking tracker ** [11:13:05 2020-06-13] 178: Checking user_migrations ** [11:13:05 2020-06-13] 178: Checking batch_updates ** [11:13:05 2020-06-13] 178: Checking gears ** [11:13:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:13:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:10 2020-06-13] 178: Checking imports ** [11:13:10 2020-06-13] 178: Checking exports ** [11:13:10 2020-06-13] 178: Checking users ** [11:13:10 2020-06-13] 178: Checking user_dbs ** [11:13:10 2020-06-13] 178: Checking geocodings ** [11:13:10 2020-06-13] 178: Checking synchronizations ** [11:13:10 2020-06-13] 178: Checking tracker ** [11:13:10 2020-06-13] 178: Checking user_migrations ** [11:13:10 2020-06-13] 178: Checking batch_updates ** [11:13:10 2020-06-13] 178: Checking gears ** [11:13:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:13:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:15 2020-06-13] 178: Checking imports ** [11:13:15 2020-06-13] 178: Checking exports ** [11:13:15 2020-06-13] 178: Checking users ** [11:13:15 2020-06-13] 178: Checking user_dbs ** [11:13:15 2020-06-13] 178: Checking geocodings ** [11:13:15 2020-06-13] 178: Checking synchronizations ** [11:13:15 2020-06-13] 178: Checking tracker ** [11:13:15 2020-06-13] 178: Checking user_migrations ** [11:13:15 2020-06-13] 178: Checking batch_updates ** [11:13:15 2020-06-13] 178: Checking gears ** [11:13:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:13:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:20 2020-06-13] 178: Checking imports ** [11:13:20 2020-06-13] 178: Checking exports ** [11:13:20 2020-06-13] 178: Checking users ** [11:13:20 2020-06-13] 178: Checking user_dbs ** [11:13:20 2020-06-13] 178: Checking geocodings ** [11:13:20 2020-06-13] 178: Checking synchronizations ** [11:13:20 2020-06-13] 178: Checking tracker ** [11:13:20 2020-06-13] 178: Checking user_migrations ** [11:13:20 2020-06-13] 178: Checking batch_updates ** [11:13:20 2020-06-13] 178: Checking gears ** [11:13:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:13:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:25 2020-06-13] 178: Checking imports ** [11:13:25 2020-06-13] 178: Checking exports ** [11:13:25 2020-06-13] 178: Checking users ** [11:13:25 2020-06-13] 178: Checking user_dbs ** [11:13:25 2020-06-13] 178: Checking geocodings ** [11:13:25 2020-06-13] 178: Checking synchronizations ** [11:13:25 2020-06-13] 178: Checking tracker ** [11:13:25 2020-06-13] 178: Checking user_migrations ** [11:13:25 2020-06-13] 178: Checking batch_updates ** [11:13:25 2020-06-13] 178: Checking gears ** [11:13:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:13:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:30 2020-06-13] 178: Checking imports ** [11:13:30 2020-06-13] 178: Checking exports ** [11:13:30 2020-06-13] 178: Checking users ** [11:13:30 2020-06-13] 178: Checking user_dbs ** [11:13:30 2020-06-13] 178: Checking geocodings ** [11:13:30 2020-06-13] 178: Checking synchronizations ** [11:13:30 2020-06-13] 178: Checking tracker ** [11:13:30 2020-06-13] 178: Checking user_migrations ** [11:13:30 2020-06-13] 178: Checking batch_updates ** [11:13:30 2020-06-13] 178: Checking gears ** [11:13:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:13:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:35 2020-06-13] 178: Checking imports ** [11:13:35 2020-06-13] 178: Checking exports ** [11:13:35 2020-06-13] 178: Checking users ** [11:13:35 2020-06-13] 178: Checking user_dbs ** [11:13:35 2020-06-13] 178: Checking geocodings ** [11:13:35 2020-06-13] 178: Checking synchronizations ** [11:13:35 2020-06-13] 178: Checking tracker ** [11:13:35 2020-06-13] 178: Checking user_migrations ** [11:13:35 2020-06-13] 178: Checking batch_updates ** [11:13:35 2020-06-13] 178: Checking gears ** [11:13:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:13:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:40 2020-06-13] 178: Checking imports ** [11:13:40 2020-06-13] 178: Checking exports ** [11:13:40 2020-06-13] 178: Checking users ** [11:13:40 2020-06-13] 178: Checking user_dbs ** [11:13:40 2020-06-13] 178: Checking geocodings ** [11:13:40 2020-06-13] 178: Checking synchronizations ** [11:13:40 2020-06-13] 178: Checking tracker ** [11:13:40 2020-06-13] 178: Checking user_migrations ** [11:13:40 2020-06-13] 178: Checking batch_updates ** [11:13:40 2020-06-13] 178: Checking gears ** [11:13:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:13:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:45 2020-06-13] 178: Checking imports ** [11:13:45 2020-06-13] 178: Checking exports ** [11:13:45 2020-06-13] 178: Checking users ** [11:13:45 2020-06-13] 178: Checking user_dbs ** [11:13:45 2020-06-13] 178: Checking geocodings ** [11:13:45 2020-06-13] 178: Checking synchronizations ** [11:13:45 2020-06-13] 178: Checking tracker ** [11:13:45 2020-06-13] 178: Checking user_migrations ** [11:13:45 2020-06-13] 178: Checking batch_updates ** [11:13:45 2020-06-13] 178: Checking gears ** [11:13:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:13:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:50 2020-06-13] 178: Checking imports ** [11:13:50 2020-06-13] 178: Checking exports ** [11:13:50 2020-06-13] 178: Checking users ** [11:13:50 2020-06-13] 178: Checking user_dbs ** [11:13:50 2020-06-13] 178: Checking geocodings ** [11:13:50 2020-06-13] 178: Checking synchronizations ** [11:13:50 2020-06-13] 178: Checking tracker ** [11:13:50 2020-06-13] 178: Checking user_migrations ** [11:13:50 2020-06-13] 178: Checking batch_updates ** [11:13:50 2020-06-13] 178: Checking gears ** [11:13:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:13:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:55 2020-06-13] 178: Checking imports ** [11:13:55 2020-06-13] 178: Checking exports ** [11:13:55 2020-06-13] 178: Checking users ** [11:13:55 2020-06-13] 178: Checking user_dbs ** [11:13:55 2020-06-13] 178: Checking geocodings ** [11:13:55 2020-06-13] 178: Checking synchronizations ** [11:13:55 2020-06-13] 178: Checking tracker ** [11:13:55 2020-06-13] 178: Checking user_migrations ** [11:13:55 2020-06-13] 178: Checking batch_updates ** [11:13:55 2020-06-13] 178: Checking gears ** [11:13:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:13:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:00 2020-06-13] 178: Checking imports ** [11:14:00 2020-06-13] 178: Checking exports ** [11:14:00 2020-06-13] 178: Checking users ** [11:14:00 2020-06-13] 178: Checking user_dbs ** [11:14:00 2020-06-13] 178: Checking geocodings ** [11:14:00 2020-06-13] 178: Checking synchronizations ** [11:14:00 2020-06-13] 178: Checking tracker ** [11:14:00 2020-06-13] 178: Checking user_migrations ** [11:14:00 2020-06-13] 178: Checking batch_updates ** [11:14:00 2020-06-13] 178: Checking gears ** [11:14:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:14:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:05 2020-06-13] 178: Checking imports ** [11:14:05 2020-06-13] 178: Checking exports ** [11:14:05 2020-06-13] 178: Checking users ** [11:14:05 2020-06-13] 178: Checking user_dbs ** [11:14:05 2020-06-13] 178: Checking geocodings ** [11:14:05 2020-06-13] 178: Checking synchronizations ** [11:14:05 2020-06-13] 178: Checking tracker ** [11:14:05 2020-06-13] 178: Checking user_migrations ** [11:14:05 2020-06-13] 178: Checking batch_updates ** [11:14:05 2020-06-13] 178: Checking gears ** [11:14:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:14:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:10 2020-06-13] 178: Checking imports ** [11:14:10 2020-06-13] 178: Checking exports ** [11:14:10 2020-06-13] 178: Checking users ** [11:14:10 2020-06-13] 178: Checking user_dbs ** [11:14:10 2020-06-13] 178: Checking geocodings ** [11:14:10 2020-06-13] 178: Checking synchronizations ** [11:14:10 2020-06-13] 178: Checking tracker ** [11:14:10 2020-06-13] 178: Checking user_migrations ** [11:14:10 2020-06-13] 178: Checking batch_updates ** [11:14:10 2020-06-13] 178: Checking gears ** [11:14:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:14:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:15 2020-06-13] 178: Checking imports ** [11:14:15 2020-06-13] 178: Checking exports ** [11:14:15 2020-06-13] 178: Checking users ** [11:14:15 2020-06-13] 178: Checking user_dbs ** [11:14:15 2020-06-13] 178: Checking geocodings ** [11:14:15 2020-06-13] 178: Checking synchronizations ** [11:14:15 2020-06-13] 178: Checking tracker ** [11:14:15 2020-06-13] 178: Checking user_migrations ** [11:14:15 2020-06-13] 178: Checking batch_updates ** [11:14:15 2020-06-13] 178: Checking gears ** [11:14:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:14:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:20 2020-06-13] 178: Checking imports ** [11:14:20 2020-06-13] 178: Checking exports ** [11:14:20 2020-06-13] 178: Checking users ** [11:14:20 2020-06-13] 178: Checking user_dbs ** [11:14:20 2020-06-13] 178: Checking geocodings ** [11:14:20 2020-06-13] 178: Checking synchronizations ** [11:14:20 2020-06-13] 178: Checking tracker ** [11:14:20 2020-06-13] 178: Checking user_migrations ** [11:14:20 2020-06-13] 178: Checking batch_updates ** [11:14:20 2020-06-13] 178: Checking gears ** [11:14:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:14:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:25 2020-06-13] 178: Checking imports ** [11:14:25 2020-06-13] 178: Checking exports ** [11:14:25 2020-06-13] 178: Checking users ** [11:14:25 2020-06-13] 178: Checking user_dbs ** [11:14:25 2020-06-13] 178: Checking geocodings ** [11:14:25 2020-06-13] 178: Checking synchronizations ** [11:14:25 2020-06-13] 178: Checking tracker ** [11:14:25 2020-06-13] 178: Checking user_migrations ** [11:14:25 2020-06-13] 178: Checking batch_updates ** [11:14:25 2020-06-13] 178: Checking gears ** [11:14:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:14:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:30 2020-06-13] 178: Checking imports ** [11:14:30 2020-06-13] 178: Checking exports ** [11:14:30 2020-06-13] 178: Checking users ** [11:14:30 2020-06-13] 178: Checking user_dbs ** [11:14:30 2020-06-13] 178: Checking geocodings ** [11:14:30 2020-06-13] 178: Checking synchronizations ** [11:14:30 2020-06-13] 178: Checking tracker ** [11:14:30 2020-06-13] 178: Checking user_migrations ** [11:14:30 2020-06-13] 178: Checking batch_updates ** [11:14:30 2020-06-13] 178: Checking gears ** [11:14:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:14:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:35 2020-06-13] 178: Checking imports ** [11:14:35 2020-06-13] 178: Checking exports ** [11:14:35 2020-06-13] 178: Checking users ** [11:14:35 2020-06-13] 178: Checking user_dbs ** [11:14:35 2020-06-13] 178: Checking geocodings ** [11:14:35 2020-06-13] 178: Checking synchronizations ** [11:14:35 2020-06-13] 178: Checking tracker ** [11:14:35 2020-06-13] 178: Checking user_migrations ** [11:14:35 2020-06-13] 178: Checking batch_updates ** [11:14:35 2020-06-13] 178: Checking gears ** [11:14:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:14:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:40 2020-06-13] 178: Checking imports ** [11:14:40 2020-06-13] 178: Checking exports ** [11:14:40 2020-06-13] 178: Checking users ** [11:14:40 2020-06-13] 178: Checking user_dbs ** [11:14:40 2020-06-13] 178: Checking geocodings ** [11:14:40 2020-06-13] 178: Checking synchronizations ** [11:14:40 2020-06-13] 178: Checking tracker ** [11:14:40 2020-06-13] 178: Checking user_migrations ** [11:14:40 2020-06-13] 178: Checking batch_updates ** [11:14:40 2020-06-13] 178: Checking gears ** [11:14:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:14:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:45 2020-06-13] 178: Checking imports ** [11:14:45 2020-06-13] 178: Checking exports ** [11:14:45 2020-06-13] 178: Checking users ** [11:14:45 2020-06-13] 178: Checking user_dbs ** [11:14:45 2020-06-13] 178: Checking geocodings ** [11:14:45 2020-06-13] 178: Checking synchronizations ** [11:14:45 2020-06-13] 178: Checking tracker ** [11:14:45 2020-06-13] 178: Checking user_migrations ** [11:14:45 2020-06-13] 178: Checking batch_updates ** [11:14:45 2020-06-13] 178: Checking gears ** [11:14:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:14:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:50 2020-06-13] 178: Checking imports ** [11:14:50 2020-06-13] 178: Checking exports ** [11:14:50 2020-06-13] 178: Checking users ** [11:14:50 2020-06-13] 178: Checking user_dbs ** [11:14:50 2020-06-13] 178: Checking geocodings ** [11:14:50 2020-06-13] 178: Checking synchronizations ** [11:14:50 2020-06-13] 178: Checking tracker ** [11:14:50 2020-06-13] 178: Checking user_migrations ** [11:14:50 2020-06-13] 178: Checking batch_updates ** [11:14:50 2020-06-13] 178: Checking gears ** [11:14:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:14:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:55 2020-06-13] 178: Checking imports ** [11:14:55 2020-06-13] 178: Checking exports ** [11:14:55 2020-06-13] 178: Checking users ** [11:14:55 2020-06-13] 178: Checking user_dbs ** [11:14:55 2020-06-13] 178: Checking geocodings ** [11:14:55 2020-06-13] 178: Checking synchronizations ** [11:14:55 2020-06-13] 178: Checking tracker ** [11:14:55 2020-06-13] 178: Checking user_migrations ** [11:14:55 2020-06-13] 178: Checking batch_updates ** [11:14:55 2020-06-13] 178: Checking gears ** [11:14:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:14:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:00 2020-06-13] 178: Checking imports ** [11:15:00 2020-06-13] 178: Checking exports ** [11:15:00 2020-06-13] 178: Checking users ** [11:15:00 2020-06-13] 178: Checking user_dbs ** [11:15:00 2020-06-13] 178: Checking geocodings ** [11:15:00 2020-06-13] 178: Checking synchronizations ** [11:15:00 2020-06-13] 178: Checking tracker ** [11:15:00 2020-06-13] 178: Checking user_migrations ** [11:15:00 2020-06-13] 178: Checking batch_updates ** [11:15:00 2020-06-13] 178: Checking gears ** [11:15:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:15:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:05 2020-06-13] 178: Checking imports ** [11:15:05 2020-06-13] 178: Checking exports ** [11:15:05 2020-06-13] 178: Checking users ** [11:15:05 2020-06-13] 178: Checking user_dbs ** [11:15:05 2020-06-13] 178: Checking geocodings ** [11:15:05 2020-06-13] 178: Checking synchronizations ** [11:15:05 2020-06-13] 178: Checking tracker ** [11:15:05 2020-06-13] 178: Checking user_migrations ** [11:15:05 2020-06-13] 178: Checking batch_updates ** [11:15:05 2020-06-13] 178: Checking gears ** [11:15:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:15:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:10 2020-06-13] 178: Checking imports ** [11:15:10 2020-06-13] 178: Checking exports ** [11:15:10 2020-06-13] 178: Checking users ** [11:15:10 2020-06-13] 178: Checking user_dbs ** [11:15:10 2020-06-13] 178: Checking geocodings ** [11:15:10 2020-06-13] 178: Checking synchronizations ** [11:15:10 2020-06-13] 178: Checking tracker ** [11:15:10 2020-06-13] 178: Checking user_migrations ** [11:15:10 2020-06-13] 178: Checking batch_updates ** [11:15:10 2020-06-13] 178: Checking gears ** [11:15:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:15:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:15 2020-06-13] 178: Checking imports ** [11:15:15 2020-06-13] 178: Checking exports ** [11:15:15 2020-06-13] 178: Checking users ** [11:15:15 2020-06-13] 178: Checking user_dbs ** [11:15:15 2020-06-13] 178: Checking geocodings ** [11:15:15 2020-06-13] 178: Checking synchronizations ** [11:15:15 2020-06-13] 178: Checking tracker ** [11:15:15 2020-06-13] 178: Checking user_migrations ** [11:15:15 2020-06-13] 178: Checking batch_updates ** [11:15:15 2020-06-13] 178: Checking gears ** [11:15:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:15:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:20 2020-06-13] 178: Checking imports ** [11:15:20 2020-06-13] 178: Checking exports ** [11:15:20 2020-06-13] 178: Checking users ** [11:15:20 2020-06-13] 178: Checking user_dbs ** [11:15:20 2020-06-13] 178: Checking geocodings ** [11:15:20 2020-06-13] 178: Checking synchronizations ** [11:15:20 2020-06-13] 178: Checking tracker ** [11:15:20 2020-06-13] 178: Checking user_migrations ** [11:15:20 2020-06-13] 178: Checking batch_updates ** [11:15:20 2020-06-13] 178: Checking gears ** [11:15:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:15:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:25 2020-06-13] 178: Checking imports ** [11:15:25 2020-06-13] 178: Checking exports ** [11:15:25 2020-06-13] 178: Checking users ** [11:15:25 2020-06-13] 178: Checking user_dbs ** [11:15:25 2020-06-13] 178: Checking geocodings ** [11:15:25 2020-06-13] 178: Checking synchronizations ** [11:15:25 2020-06-13] 178: Checking tracker ** [11:15:25 2020-06-13] 178: Checking user_migrations ** [11:15:25 2020-06-13] 178: Checking batch_updates ** [11:15:25 2020-06-13] 178: Checking gears ** [11:15:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:15:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:30 2020-06-13] 178: Checking imports ** [11:15:30 2020-06-13] 178: Checking exports ** [11:15:30 2020-06-13] 178: Checking users ** [11:15:30 2020-06-13] 178: Checking user_dbs ** [11:15:30 2020-06-13] 178: Checking geocodings ** [11:15:30 2020-06-13] 178: Checking synchronizations ** [11:15:30 2020-06-13] 178: Checking tracker ** [11:15:30 2020-06-13] 178: Checking user_migrations ** [11:15:30 2020-06-13] 178: Checking batch_updates ** [11:15:30 2020-06-13] 178: Checking gears ** [11:15:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:15:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:35 2020-06-13] 178: Checking imports ** [11:15:35 2020-06-13] 178: Checking exports ** [11:15:35 2020-06-13] 178: Checking users ** [11:15:35 2020-06-13] 178: Checking user_dbs ** [11:15:35 2020-06-13] 178: Checking geocodings ** [11:15:35 2020-06-13] 178: Checking synchronizations ** [11:15:35 2020-06-13] 178: Checking tracker ** [11:15:35 2020-06-13] 178: Checking user_migrations ** [11:15:35 2020-06-13] 178: Checking batch_updates ** [11:15:35 2020-06-13] 178: Checking gears ** [11:15:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:15:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:40 2020-06-13] 178: Checking imports ** [11:15:40 2020-06-13] 178: Checking exports ** [11:15:40 2020-06-13] 178: Checking users ** [11:15:40 2020-06-13] 178: Checking user_dbs ** [11:15:40 2020-06-13] 178: Checking geocodings ** [11:15:40 2020-06-13] 178: Checking synchronizations ** [11:15:40 2020-06-13] 178: Checking tracker ** [11:15:40 2020-06-13] 178: Checking user_migrations ** [11:15:40 2020-06-13] 178: Checking batch_updates ** [11:15:40 2020-06-13] 178: Checking gears ** [11:15:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:15:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:45 2020-06-13] 178: Checking imports ** [11:15:45 2020-06-13] 178: Checking exports ** [11:15:45 2020-06-13] 178: Checking users ** [11:15:45 2020-06-13] 178: Checking user_dbs ** [11:15:45 2020-06-13] 178: Checking geocodings ** [11:15:45 2020-06-13] 178: Checking synchronizations ** [11:15:45 2020-06-13] 178: Checking tracker ** [11:15:45 2020-06-13] 178: Checking user_migrations ** [11:15:45 2020-06-13] 178: Checking batch_updates ** [11:15:45 2020-06-13] 178: Checking gears ** [11:15:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:15:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:50 2020-06-13] 178: Checking imports ** [11:15:50 2020-06-13] 178: Checking exports ** [11:15:50 2020-06-13] 178: Checking users ** [11:15:50 2020-06-13] 178: Checking user_dbs ** [11:15:50 2020-06-13] 178: Checking geocodings ** [11:15:50 2020-06-13] 178: Checking synchronizations ** [11:15:50 2020-06-13] 178: Checking tracker ** [11:15:50 2020-06-13] 178: Checking user_migrations ** [11:15:50 2020-06-13] 178: Checking batch_updates ** [11:15:50 2020-06-13] 178: Checking gears ** [11:15:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:15:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:55 2020-06-13] 178: Checking imports ** [11:15:55 2020-06-13] 178: Checking exports ** [11:15:55 2020-06-13] 178: Checking users ** [11:15:55 2020-06-13] 178: Checking user_dbs ** [11:15:55 2020-06-13] 178: Checking geocodings ** [11:15:55 2020-06-13] 178: Checking synchronizations ** [11:15:55 2020-06-13] 178: Checking tracker ** [11:15:55 2020-06-13] 178: Checking user_migrations ** [11:15:55 2020-06-13] 178: Checking batch_updates ** [11:15:55 2020-06-13] 178: Checking gears ** [11:15:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:15:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:00 2020-06-13] 178: Checking imports ** [11:16:00 2020-06-13] 178: Checking exports ** [11:16:00 2020-06-13] 178: Checking users ** [11:16:00 2020-06-13] 178: Checking user_dbs ** [11:16:00 2020-06-13] 178: Checking geocodings ** [11:16:00 2020-06-13] 178: Checking synchronizations ** [11:16:00 2020-06-13] 178: Checking tracker ** [11:16:00 2020-06-13] 178: Checking user_migrations ** [11:16:00 2020-06-13] 178: Checking batch_updates ** [11:16:00 2020-06-13] 178: Checking gears ** [11:16:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:16:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:05 2020-06-13] 178: Checking imports ** [11:16:05 2020-06-13] 178: Checking exports ** [11:16:05 2020-06-13] 178: Checking users ** [11:16:05 2020-06-13] 178: Checking user_dbs ** [11:16:05 2020-06-13] 178: Checking geocodings ** [11:16:05 2020-06-13] 178: Checking synchronizations ** [11:16:05 2020-06-13] 178: Checking tracker ** [11:16:05 2020-06-13] 178: Checking user_migrations ** [11:16:05 2020-06-13] 178: Checking batch_updates ** [11:16:05 2020-06-13] 178: Checking gears ** [11:16:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:16:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:10 2020-06-13] 178: Checking imports ** [11:16:10 2020-06-13] 178: Checking exports ** [11:16:10 2020-06-13] 178: Checking users ** [11:16:10 2020-06-13] 178: Checking user_dbs ** [11:16:10 2020-06-13] 178: Checking geocodings ** [11:16:10 2020-06-13] 178: Checking synchronizations ** [11:16:10 2020-06-13] 178: Checking tracker ** [11:16:10 2020-06-13] 178: Checking user_migrations ** [11:16:10 2020-06-13] 178: Checking batch_updates ** [11:16:10 2020-06-13] 178: Checking gears ** [11:16:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:16:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:15 2020-06-13] 178: Checking imports ** [11:16:15 2020-06-13] 178: Checking exports ** [11:16:15 2020-06-13] 178: Checking users ** [11:16:15 2020-06-13] 178: Checking user_dbs ** [11:16:15 2020-06-13] 178: Checking geocodings ** [11:16:15 2020-06-13] 178: Checking synchronizations ** [11:16:15 2020-06-13] 178: Checking tracker ** [11:16:15 2020-06-13] 178: Checking user_migrations ** [11:16:15 2020-06-13] 178: Checking batch_updates ** [11:16:15 2020-06-13] 178: Checking gears ** [11:16:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:16:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:20 2020-06-13] 178: Checking imports ** [11:16:20 2020-06-13] 178: Checking exports ** [11:16:20 2020-06-13] 178: Checking users ** [11:16:20 2020-06-13] 178: Checking user_dbs ** [11:16:20 2020-06-13] 178: Checking geocodings ** [11:16:20 2020-06-13] 178: Checking synchronizations ** [11:16:20 2020-06-13] 178: Checking tracker ** [11:16:20 2020-06-13] 178: Checking user_migrations ** [11:16:20 2020-06-13] 178: Checking batch_updates ** [11:16:20 2020-06-13] 178: Checking gears ** [11:16:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:16:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:25 2020-06-13] 178: Checking imports ** [11:16:25 2020-06-13] 178: Checking exports ** [11:16:25 2020-06-13] 178: Checking users ** [11:16:25 2020-06-13] 178: Checking user_dbs ** [11:16:25 2020-06-13] 178: Checking geocodings ** [11:16:25 2020-06-13] 178: Checking synchronizations ** [11:16:25 2020-06-13] 178: Checking tracker ** [11:16:25 2020-06-13] 178: Checking user_migrations ** [11:16:25 2020-06-13] 178: Checking batch_updates ** [11:16:25 2020-06-13] 178: Checking gears ** [11:16:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:16:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:30 2020-06-13] 178: Checking imports ** [11:16:30 2020-06-13] 178: Checking exports ** [11:16:30 2020-06-13] 178: Checking users ** [11:16:30 2020-06-13] 178: Checking user_dbs ** [11:16:30 2020-06-13] 178: Checking geocodings ** [11:16:30 2020-06-13] 178: Checking synchronizations ** [11:16:30 2020-06-13] 178: Checking tracker ** [11:16:30 2020-06-13] 178: Checking user_migrations ** [11:16:30 2020-06-13] 178: Checking batch_updates ** [11:16:30 2020-06-13] 178: Checking gears ** [11:16:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:16:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:35 2020-06-13] 178: Checking imports ** [11:16:35 2020-06-13] 178: Checking exports ** [11:16:35 2020-06-13] 178: Checking users ** [11:16:35 2020-06-13] 178: Checking user_dbs ** [11:16:35 2020-06-13] 178: Checking geocodings ** [11:16:35 2020-06-13] 178: Checking synchronizations ** [11:16:35 2020-06-13] 178: Checking tracker ** [11:16:35 2020-06-13] 178: Checking user_migrations ** [11:16:35 2020-06-13] 178: Checking batch_updates ** [11:16:35 2020-06-13] 178: Checking gears ** [11:16:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:16:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:40 2020-06-13] 178: Checking imports ** [11:16:40 2020-06-13] 178: Checking exports ** [11:16:40 2020-06-13] 178: Checking users ** [11:16:40 2020-06-13] 178: Checking user_dbs ** [11:16:40 2020-06-13] 178: Checking geocodings ** [11:16:40 2020-06-13] 178: Checking synchronizations ** [11:16:40 2020-06-13] 178: Checking tracker ** [11:16:40 2020-06-13] 178: Checking user_migrations ** [11:16:40 2020-06-13] 178: Checking batch_updates ** [11:16:40 2020-06-13] 178: Checking gears ** [11:16:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:16:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:45 2020-06-13] 178: Checking imports ** [11:16:45 2020-06-13] 178: Checking exports ** [11:16:45 2020-06-13] 178: Checking users ** [11:16:45 2020-06-13] 178: Checking user_dbs ** [11:16:45 2020-06-13] 178: Checking geocodings ** [11:16:45 2020-06-13] 178: Checking synchronizations ** [11:16:45 2020-06-13] 178: Checking tracker ** [11:16:45 2020-06-13] 178: Checking user_migrations ** [11:16:45 2020-06-13] 178: Checking batch_updates ** [11:16:45 2020-06-13] 178: Checking gears ** [11:16:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:16:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:50 2020-06-13] 178: Checking imports ** [11:16:50 2020-06-13] 178: Checking exports ** [11:16:50 2020-06-13] 178: Checking users ** [11:16:50 2020-06-13] 178: Checking user_dbs ** [11:16:50 2020-06-13] 178: Checking geocodings ** [11:16:50 2020-06-13] 178: Checking synchronizations ** [11:16:50 2020-06-13] 178: Checking tracker ** [11:16:50 2020-06-13] 178: Checking user_migrations ** [11:16:50 2020-06-13] 178: Checking batch_updates ** [11:16:50 2020-06-13] 178: Checking gears ** [11:16:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:16:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:55 2020-06-13] 178: Checking imports ** [11:16:55 2020-06-13] 178: Checking exports ** [11:16:55 2020-06-13] 178: Checking users ** [11:16:55 2020-06-13] 178: Checking user_dbs ** [11:16:55 2020-06-13] 178: Checking geocodings ** [11:16:55 2020-06-13] 178: Checking synchronizations ** [11:16:55 2020-06-13] 178: Checking tracker ** [11:16:55 2020-06-13] 178: Checking user_migrations ** [11:16:55 2020-06-13] 178: Checking batch_updates ** [11:16:55 2020-06-13] 178: Checking gears ** [11:16:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:16:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:00 2020-06-13] 178: Checking imports ** [11:17:00 2020-06-13] 178: Checking exports ** [11:17:00 2020-06-13] 178: Checking users ** [11:17:00 2020-06-13] 178: Checking user_dbs ** [11:17:00 2020-06-13] 178: Checking geocodings ** [11:17:00 2020-06-13] 178: Checking synchronizations ** [11:17:00 2020-06-13] 178: Checking tracker ** [11:17:00 2020-06-13] 178: Checking user_migrations ** [11:17:00 2020-06-13] 178: Checking batch_updates ** [11:17:00 2020-06-13] 178: Checking gears ** [11:17:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:17:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:05 2020-06-13] 178: Checking imports ** [11:17:05 2020-06-13] 178: Checking exports ** [11:17:05 2020-06-13] 178: Checking users ** [11:17:05 2020-06-13] 178: Checking user_dbs ** [11:17:05 2020-06-13] 178: Checking geocodings ** [11:17:05 2020-06-13] 178: Checking synchronizations ** [11:17:05 2020-06-13] 178: Checking tracker ** [11:17:05 2020-06-13] 178: Checking user_migrations ** [11:17:05 2020-06-13] 178: Checking batch_updates ** [11:17:05 2020-06-13] 178: Checking gears ** [11:17:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:17:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:10 2020-06-13] 178: Checking imports ** [11:17:10 2020-06-13] 178: Checking exports ** [11:17:10 2020-06-13] 178: Checking users ** [11:17:10 2020-06-13] 178: Checking user_dbs ** [11:17:10 2020-06-13] 178: Checking geocodings ** [11:17:10 2020-06-13] 178: Checking synchronizations ** [11:17:10 2020-06-13] 178: Checking tracker ** [11:17:10 2020-06-13] 178: Checking user_migrations ** [11:17:10 2020-06-13] 178: Checking batch_updates ** [11:17:10 2020-06-13] 178: Checking gears ** [11:17:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:17:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:15 2020-06-13] 178: Checking imports ** [11:17:15 2020-06-13] 178: Checking exports ** [11:17:15 2020-06-13] 178: Checking users ** [11:17:15 2020-06-13] 178: Checking user_dbs ** [11:17:15 2020-06-13] 178: Checking geocodings ** [11:17:15 2020-06-13] 178: Checking synchronizations ** [11:17:15 2020-06-13] 178: Checking tracker ** [11:17:15 2020-06-13] 178: Checking user_migrations ** [11:17:15 2020-06-13] 178: Checking batch_updates ** [11:17:15 2020-06-13] 178: Checking gears ** [11:17:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:17:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:20 2020-06-13] 178: Checking imports ** [11:17:20 2020-06-13] 178: Checking exports ** [11:17:20 2020-06-13] 178: Checking users ** [11:17:20 2020-06-13] 178: Checking user_dbs ** [11:17:20 2020-06-13] 178: Checking geocodings ** [11:17:20 2020-06-13] 178: Checking synchronizations ** [11:17:20 2020-06-13] 178: Checking tracker ** [11:17:20 2020-06-13] 178: Checking user_migrations ** [11:17:20 2020-06-13] 178: Checking batch_updates ** [11:17:20 2020-06-13] 178: Checking gears ** [11:17:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:17:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:25 2020-06-13] 178: Checking imports ** [11:17:25 2020-06-13] 178: Checking exports ** [11:17:25 2020-06-13] 178: Checking users ** [11:17:25 2020-06-13] 178: Checking user_dbs ** [11:17:25 2020-06-13] 178: Checking geocodings ** [11:17:25 2020-06-13] 178: Checking synchronizations ** [11:17:25 2020-06-13] 178: Checking tracker ** [11:17:25 2020-06-13] 178: Checking user_migrations ** [11:17:25 2020-06-13] 178: Checking batch_updates ** [11:17:25 2020-06-13] 178: Checking gears ** [11:17:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:17:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:30 2020-06-13] 178: Checking imports ** [11:17:30 2020-06-13] 178: Checking exports ** [11:17:30 2020-06-13] 178: Checking users ** [11:17:30 2020-06-13] 178: Checking user_dbs ** [11:17:30 2020-06-13] 178: Checking geocodings ** [11:17:30 2020-06-13] 178: Checking synchronizations ** [11:17:30 2020-06-13] 178: Checking tracker ** [11:17:30 2020-06-13] 178: Checking user_migrations ** [11:17:30 2020-06-13] 178: Checking batch_updates ** [11:17:30 2020-06-13] 178: Checking gears ** [11:17:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:17:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:35 2020-06-13] 178: Checking imports ** [11:17:35 2020-06-13] 178: Checking exports ** [11:17:35 2020-06-13] 178: Checking users ** [11:17:35 2020-06-13] 178: Checking user_dbs ** [11:17:35 2020-06-13] 178: Checking geocodings ** [11:17:35 2020-06-13] 178: Checking synchronizations ** [11:17:35 2020-06-13] 178: Checking tracker ** [11:17:35 2020-06-13] 178: Checking user_migrations ** [11:17:35 2020-06-13] 178: Checking batch_updates ** [11:17:35 2020-06-13] 178: Checking gears ** [11:17:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:17:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:40 2020-06-13] 178: Checking imports ** [11:17:40 2020-06-13] 178: Checking exports ** [11:17:40 2020-06-13] 178: Checking users ** [11:17:40 2020-06-13] 178: Checking user_dbs ** [11:17:40 2020-06-13] 178: Checking geocodings ** [11:17:40 2020-06-13] 178: Checking synchronizations ** [11:17:40 2020-06-13] 178: Checking tracker ** [11:17:40 2020-06-13] 178: Checking user_migrations ** [11:17:40 2020-06-13] 178: Checking batch_updates ** [11:17:40 2020-06-13] 178: Checking gears ** [11:17:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:17:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:45 2020-06-13] 178: Checking imports ** [11:17:45 2020-06-13] 178: Checking exports ** [11:17:45 2020-06-13] 178: Checking users ** [11:17:45 2020-06-13] 178: Checking user_dbs ** [11:17:45 2020-06-13] 178: Checking geocodings ** [11:17:45 2020-06-13] 178: Checking synchronizations ** [11:17:45 2020-06-13] 178: Checking tracker ** [11:17:45 2020-06-13] 178: Checking user_migrations ** [11:17:45 2020-06-13] 178: Checking batch_updates ** [11:17:45 2020-06-13] 178: Checking gears ** [11:17:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:17:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:50 2020-06-13] 178: Checking imports ** [11:17:50 2020-06-13] 178: Checking exports ** [11:17:50 2020-06-13] 178: Checking users ** [11:17:50 2020-06-13] 178: Checking user_dbs ** [11:17:50 2020-06-13] 178: Checking geocodings ** [11:17:50 2020-06-13] 178: Checking synchronizations ** [11:17:50 2020-06-13] 178: Checking tracker ** [11:17:50 2020-06-13] 178: Checking user_migrations ** [11:17:50 2020-06-13] 178: Checking batch_updates ** [11:17:50 2020-06-13] 178: Checking gears ** [11:17:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:17:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:55 2020-06-13] 178: Checking imports ** [11:17:55 2020-06-13] 178: Checking exports ** [11:17:55 2020-06-13] 178: Checking users ** [11:17:55 2020-06-13] 178: Checking user_dbs ** [11:17:55 2020-06-13] 178: Checking geocodings ** [11:17:55 2020-06-13] 178: Checking synchronizations ** [11:17:55 2020-06-13] 178: Checking tracker ** [11:17:55 2020-06-13] 178: Checking user_migrations ** [11:17:55 2020-06-13] 178: Checking batch_updates ** [11:17:55 2020-06-13] 178: Checking gears ** [11:17:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:17:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:00 2020-06-13] 178: Checking imports ** [11:18:00 2020-06-13] 178: Checking exports ** [11:18:00 2020-06-13] 178: Checking users ** [11:18:00 2020-06-13] 178: Checking user_dbs ** [11:18:00 2020-06-13] 178: Checking geocodings ** [11:18:00 2020-06-13] 178: Checking synchronizations ** [11:18:00 2020-06-13] 178: Checking tracker ** [11:18:00 2020-06-13] 178: Checking user_migrations ** [11:18:00 2020-06-13] 178: Checking batch_updates ** [11:18:00 2020-06-13] 178: Checking gears ** [11:18:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:18:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:05 2020-06-13] 178: Checking imports ** [11:18:05 2020-06-13] 178: Checking exports ** [11:18:05 2020-06-13] 178: Checking users ** [11:18:05 2020-06-13] 178: Checking user_dbs ** [11:18:05 2020-06-13] 178: Checking geocodings ** [11:18:05 2020-06-13] 178: Checking synchronizations ** [11:18:05 2020-06-13] 178: Checking tracker ** [11:18:05 2020-06-13] 178: Checking user_migrations ** [11:18:05 2020-06-13] 178: Checking batch_updates ** [11:18:05 2020-06-13] 178: Checking gears ** [11:18:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:18:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:10 2020-06-13] 178: Checking imports ** [11:18:10 2020-06-13] 178: Checking exports ** [11:18:10 2020-06-13] 178: Checking users ** [11:18:10 2020-06-13] 178: Checking user_dbs ** [11:18:10 2020-06-13] 178: Checking geocodings ** [11:18:10 2020-06-13] 178: Checking synchronizations ** [11:18:10 2020-06-13] 178: Checking tracker ** [11:18:10 2020-06-13] 178: Checking user_migrations ** [11:18:10 2020-06-13] 178: Checking batch_updates ** [11:18:10 2020-06-13] 178: Checking gears ** [11:18:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:18:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:15 2020-06-13] 178: Checking imports ** [11:18:15 2020-06-13] 178: Checking exports ** [11:18:15 2020-06-13] 178: Checking users ** [11:18:15 2020-06-13] 178: Checking user_dbs ** [11:18:15 2020-06-13] 178: Checking geocodings ** [11:18:15 2020-06-13] 178: Checking synchronizations ** [11:18:15 2020-06-13] 178: Checking tracker ** [11:18:15 2020-06-13] 178: Checking user_migrations ** [11:18:15 2020-06-13] 178: Checking batch_updates ** [11:18:15 2020-06-13] 178: Checking gears ** [11:18:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:18:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:20 2020-06-13] 178: Checking imports ** [11:18:20 2020-06-13] 178: Checking exports ** [11:18:20 2020-06-13] 178: Checking users ** [11:18:20 2020-06-13] 178: Checking user_dbs ** [11:18:20 2020-06-13] 178: Checking geocodings ** [11:18:20 2020-06-13] 178: Checking synchronizations ** [11:18:20 2020-06-13] 178: Checking tracker ** [11:18:20 2020-06-13] 178: Checking user_migrations ** [11:18:20 2020-06-13] 178: Checking batch_updates ** [11:18:20 2020-06-13] 178: Checking gears ** [11:18:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:18:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:25 2020-06-13] 178: Checking imports ** [11:18:25 2020-06-13] 178: Checking exports ** [11:18:25 2020-06-13] 178: Checking users ** [11:18:25 2020-06-13] 178: Checking user_dbs ** [11:18:25 2020-06-13] 178: Checking geocodings ** [11:18:25 2020-06-13] 178: Checking synchronizations ** [11:18:25 2020-06-13] 178: Checking tracker ** [11:18:25 2020-06-13] 178: Checking user_migrations ** [11:18:25 2020-06-13] 178: Checking batch_updates ** [11:18:25 2020-06-13] 178: Checking gears ** [11:18:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:18:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:30 2020-06-13] 178: Checking imports ** [11:18:30 2020-06-13] 178: Checking exports ** [11:18:30 2020-06-13] 178: Checking users ** [11:18:30 2020-06-13] 178: Checking user_dbs ** [11:18:30 2020-06-13] 178: Checking geocodings ** [11:18:30 2020-06-13] 178: Checking synchronizations ** [11:18:30 2020-06-13] 178: Checking tracker ** [11:18:30 2020-06-13] 178: Checking user_migrations ** [11:18:30 2020-06-13] 178: Checking batch_updates ** [11:18:30 2020-06-13] 178: Checking gears ** [11:18:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:18:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:35 2020-06-13] 178: Checking imports ** [11:18:35 2020-06-13] 178: Checking exports ** [11:18:35 2020-06-13] 178: Checking users ** [11:18:35 2020-06-13] 178: Checking user_dbs ** [11:18:35 2020-06-13] 178: Checking geocodings ** [11:18:35 2020-06-13] 178: Checking synchronizations ** [11:18:35 2020-06-13] 178: Checking tracker ** [11:18:35 2020-06-13] 178: Checking user_migrations ** [11:18:35 2020-06-13] 178: Checking batch_updates ** [11:18:35 2020-06-13] 178: Checking gears ** [11:18:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:18:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:40 2020-06-13] 178: Checking imports ** [11:18:40 2020-06-13] 178: Checking exports ** [11:18:40 2020-06-13] 178: Checking users ** [11:18:40 2020-06-13] 178: Checking user_dbs ** [11:18:40 2020-06-13] 178: Checking geocodings ** [11:18:40 2020-06-13] 178: Checking synchronizations ** [11:18:40 2020-06-13] 178: Checking tracker ** [11:18:40 2020-06-13] 178: Checking user_migrations ** [11:18:40 2020-06-13] 178: Checking batch_updates ** [11:18:40 2020-06-13] 178: Checking gears ** [11:18:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:18:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:45 2020-06-13] 178: Checking imports ** [11:18:45 2020-06-13] 178: Checking exports ** [11:18:45 2020-06-13] 178: Checking users ** [11:18:45 2020-06-13] 178: Checking user_dbs ** [11:18:45 2020-06-13] 178: Checking geocodings ** [11:18:45 2020-06-13] 178: Checking synchronizations ** [11:18:45 2020-06-13] 178: Checking tracker ** [11:18:45 2020-06-13] 178: Checking user_migrations ** [11:18:45 2020-06-13] 178: Checking batch_updates ** [11:18:45 2020-06-13] 178: Checking gears ** [11:18:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:18:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:50 2020-06-13] 178: Checking imports ** [11:18:50 2020-06-13] 178: Checking exports ** [11:18:50 2020-06-13] 178: Checking users ** [11:18:50 2020-06-13] 178: Checking user_dbs ** [11:18:50 2020-06-13] 178: Checking geocodings ** [11:18:50 2020-06-13] 178: Checking synchronizations ** [11:18:50 2020-06-13] 178: Checking tracker ** [11:18:50 2020-06-13] 178: Checking user_migrations ** [11:18:50 2020-06-13] 178: Checking batch_updates ** [11:18:50 2020-06-13] 178: Checking gears ** [11:18:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:18:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:55 2020-06-13] 178: Checking imports ** [11:18:55 2020-06-13] 178: Checking exports ** [11:18:55 2020-06-13] 178: Checking users ** [11:18:55 2020-06-13] 178: Checking user_dbs ** [11:18:55 2020-06-13] 178: Checking geocodings ** [11:18:55 2020-06-13] 178: Checking synchronizations ** [11:18:55 2020-06-13] 178: Checking tracker ** [11:18:55 2020-06-13] 178: Checking user_migrations ** [11:18:55 2020-06-13] 178: Checking batch_updates ** [11:18:55 2020-06-13] 178: Checking gears ** [11:18:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:18:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:00 2020-06-13] 178: Checking imports ** [11:19:00 2020-06-13] 178: Checking exports ** [11:19:00 2020-06-13] 178: Checking users ** [11:19:00 2020-06-13] 178: Checking user_dbs ** [11:19:00 2020-06-13] 178: Checking geocodings ** [11:19:00 2020-06-13] 178: Checking synchronizations ** [11:19:00 2020-06-13] 178: Checking tracker ** [11:19:00 2020-06-13] 178: Checking user_migrations ** [11:19:00 2020-06-13] 178: Checking batch_updates ** [11:19:00 2020-06-13] 178: Checking gears ** [11:19:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:19:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:05 2020-06-13] 178: Checking imports ** [11:19:05 2020-06-13] 178: Checking exports ** [11:19:05 2020-06-13] 178: Checking users ** [11:19:05 2020-06-13] 178: Checking user_dbs ** [11:19:05 2020-06-13] 178: Checking geocodings ** [11:19:05 2020-06-13] 178: Checking synchronizations ** [11:19:05 2020-06-13] 178: Checking tracker ** [11:19:05 2020-06-13] 178: Checking user_migrations ** [11:19:05 2020-06-13] 178: Checking batch_updates ** [11:19:05 2020-06-13] 178: Checking gears ** [11:19:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:19:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:10 2020-06-13] 178: Checking imports ** [11:19:10 2020-06-13] 178: Checking exports ** [11:19:10 2020-06-13] 178: Checking users ** [11:19:10 2020-06-13] 178: Checking user_dbs ** [11:19:10 2020-06-13] 178: Checking geocodings ** [11:19:10 2020-06-13] 178: Checking synchronizations ** [11:19:10 2020-06-13] 178: Checking tracker ** [11:19:10 2020-06-13] 178: Checking user_migrations ** [11:19:10 2020-06-13] 178: Checking batch_updates ** [11:19:10 2020-06-13] 178: Checking gears ** [11:19:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:19:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:15 2020-06-13] 178: Checking imports ** [11:19:15 2020-06-13] 178: Checking exports ** [11:19:15 2020-06-13] 178: Checking users ** [11:19:15 2020-06-13] 178: Checking user_dbs ** [11:19:15 2020-06-13] 178: Checking geocodings ** [11:19:15 2020-06-13] 178: Checking synchronizations ** [11:19:15 2020-06-13] 178: Checking tracker ** [11:19:15 2020-06-13] 178: Checking user_migrations ** [11:19:15 2020-06-13] 178: Checking batch_updates ** [11:19:15 2020-06-13] 178: Checking gears ** [11:19:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:19:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:20 2020-06-13] 178: Checking imports ** [11:19:20 2020-06-13] 178: Checking exports ** [11:19:20 2020-06-13] 178: Checking users ** [11:19:20 2020-06-13] 178: Checking user_dbs ** [11:19:20 2020-06-13] 178: Checking geocodings ** [11:19:20 2020-06-13] 178: Checking synchronizations ** [11:19:20 2020-06-13] 178: Checking tracker ** [11:19:20 2020-06-13] 178: Checking user_migrations ** [11:19:20 2020-06-13] 178: Checking batch_updates ** [11:19:20 2020-06-13] 178: Checking gears ** [11:19:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:19:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:25 2020-06-13] 178: Checking imports ** [11:19:25 2020-06-13] 178: Checking exports ** [11:19:25 2020-06-13] 178: Checking users ** [11:19:25 2020-06-13] 178: Checking user_dbs ** [11:19:25 2020-06-13] 178: Checking geocodings ** [11:19:25 2020-06-13] 178: Checking synchronizations ** [11:19:25 2020-06-13] 178: Checking tracker ** [11:19:25 2020-06-13] 178: Checking user_migrations ** [11:19:25 2020-06-13] 178: Checking batch_updates ** [11:19:25 2020-06-13] 178: Checking gears ** [11:19:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:19:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:30 2020-06-13] 178: Checking imports ** [11:19:30 2020-06-13] 178: Checking exports ** [11:19:30 2020-06-13] 178: Checking users ** [11:19:30 2020-06-13] 178: Checking user_dbs ** [11:19:30 2020-06-13] 178: Checking geocodings ** [11:19:30 2020-06-13] 178: Checking synchronizations ** [11:19:30 2020-06-13] 178: Checking tracker ** [11:19:30 2020-06-13] 178: Checking user_migrations ** [11:19:30 2020-06-13] 178: Checking batch_updates ** [11:19:30 2020-06-13] 178: Checking gears ** [11:19:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:19:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:35 2020-06-13] 178: Checking imports ** [11:19:35 2020-06-13] 178: Checking exports ** [11:19:35 2020-06-13] 178: Checking users ** [11:19:35 2020-06-13] 178: Checking user_dbs ** [11:19:35 2020-06-13] 178: Checking geocodings ** [11:19:35 2020-06-13] 178: Checking synchronizations ** [11:19:35 2020-06-13] 178: Checking tracker ** [11:19:35 2020-06-13] 178: Checking user_migrations ** [11:19:35 2020-06-13] 178: Checking batch_updates ** [11:19:35 2020-06-13] 178: Checking gears ** [11:19:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:19:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:40 2020-06-13] 178: Checking imports ** [11:19:40 2020-06-13] 178: Checking exports ** [11:19:40 2020-06-13] 178: Checking users ** [11:19:40 2020-06-13] 178: Checking user_dbs ** [11:19:40 2020-06-13] 178: Checking geocodings ** [11:19:40 2020-06-13] 178: Checking synchronizations ** [11:19:40 2020-06-13] 178: Checking tracker ** [11:19:40 2020-06-13] 178: Checking user_migrations ** [11:19:40 2020-06-13] 178: Checking batch_updates ** [11:19:40 2020-06-13] 178: Checking gears ** [11:19:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:19:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:45 2020-06-13] 178: Checking imports ** [11:19:45 2020-06-13] 178: Checking exports ** [11:19:45 2020-06-13] 178: Checking users ** [11:19:45 2020-06-13] 178: Checking user_dbs ** [11:19:45 2020-06-13] 178: Checking geocodings ** [11:19:45 2020-06-13] 178: Checking synchronizations ** [11:19:45 2020-06-13] 178: Checking tracker ** [11:19:45 2020-06-13] 178: Checking user_migrations ** [11:19:45 2020-06-13] 178: Checking batch_updates ** [11:19:45 2020-06-13] 178: Checking gears ** [11:19:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:19:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:50 2020-06-13] 178: Checking imports ** [11:19:50 2020-06-13] 178: Checking exports ** [11:19:50 2020-06-13] 178: Checking users ** [11:19:50 2020-06-13] 178: Checking user_dbs ** [11:19:50 2020-06-13] 178: Checking geocodings ** [11:19:50 2020-06-13] 178: Checking synchronizations ** [11:19:50 2020-06-13] 178: Checking tracker ** [11:19:50 2020-06-13] 178: Checking user_migrations ** [11:19:50 2020-06-13] 178: Checking batch_updates ** [11:19:50 2020-06-13] 178: Checking gears ** [11:19:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:19:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:55 2020-06-13] 178: Checking imports ** [11:19:55 2020-06-13] 178: Checking exports ** [11:19:55 2020-06-13] 178: Checking users ** [11:19:55 2020-06-13] 178: Checking user_dbs ** [11:19:55 2020-06-13] 178: Checking geocodings ** [11:19:55 2020-06-13] 178: Checking synchronizations ** [11:19:55 2020-06-13] 178: Checking tracker ** [11:19:55 2020-06-13] 178: Checking user_migrations ** [11:19:55 2020-06-13] 178: Checking batch_updates ** [11:19:55 2020-06-13] 178: Checking gears ** [11:19:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:19:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:00 2020-06-13] 178: Checking imports ** [11:20:00 2020-06-13] 178: Checking exports ** [11:20:00 2020-06-13] 178: Checking users ** [11:20:00 2020-06-13] 178: Checking user_dbs ** [11:20:00 2020-06-13] 178: Checking geocodings ** [11:20:00 2020-06-13] 178: Checking synchronizations ** [11:20:00 2020-06-13] 178: Checking tracker ** [11:20:00 2020-06-13] 178: Checking user_migrations ** [11:20:00 2020-06-13] 178: Checking batch_updates ** [11:20:00 2020-06-13] 178: Checking gears ** [11:20:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:20:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:05 2020-06-13] 178: Checking imports ** [11:20:05 2020-06-13] 178: Checking exports ** [11:20:05 2020-06-13] 178: Checking users ** [11:20:05 2020-06-13] 178: Checking user_dbs ** [11:20:05 2020-06-13] 178: Checking geocodings ** [11:20:05 2020-06-13] 178: Checking synchronizations ** [11:20:05 2020-06-13] 178: Checking tracker ** [11:20:05 2020-06-13] 178: Checking user_migrations ** [11:20:05 2020-06-13] 178: Checking batch_updates ** [11:20:05 2020-06-13] 178: Checking gears ** [11:20:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:20:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:10 2020-06-13] 178: Checking imports ** [11:20:10 2020-06-13] 178: Checking exports ** [11:20:10 2020-06-13] 178: Checking users ** [11:20:10 2020-06-13] 178: Checking user_dbs ** [11:20:10 2020-06-13] 178: Checking geocodings ** [11:20:10 2020-06-13] 178: Checking synchronizations ** [11:20:10 2020-06-13] 178: Checking tracker ** [11:20:10 2020-06-13] 178: Checking user_migrations ** [11:20:10 2020-06-13] 178: Checking batch_updates ** [11:20:10 2020-06-13] 178: Checking gears ** [11:20:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:20:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:15 2020-06-13] 178: Checking imports ** [11:20:15 2020-06-13] 178: Checking exports ** [11:20:15 2020-06-13] 178: Checking users ** [11:20:15 2020-06-13] 178: Checking user_dbs ** [11:20:15 2020-06-13] 178: Checking geocodings ** [11:20:15 2020-06-13] 178: Checking synchronizations ** [11:20:15 2020-06-13] 178: Checking tracker ** [11:20:15 2020-06-13] 178: Checking user_migrations ** [11:20:15 2020-06-13] 178: Checking batch_updates ** [11:20:15 2020-06-13] 178: Checking gears ** [11:20:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:20:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:20 2020-06-13] 178: Checking imports ** [11:20:20 2020-06-13] 178: Checking exports ** [11:20:20 2020-06-13] 178: Checking users ** [11:20:20 2020-06-13] 178: Checking user_dbs ** [11:20:20 2020-06-13] 178: Checking geocodings ** [11:20:20 2020-06-13] 178: Checking synchronizations ** [11:20:20 2020-06-13] 178: Checking tracker ** [11:20:20 2020-06-13] 178: Checking user_migrations ** [11:20:20 2020-06-13] 178: Checking batch_updates ** [11:20:20 2020-06-13] 178: Checking gears ** [11:20:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:20:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:25 2020-06-13] 178: Checking imports ** [11:20:26 2020-06-13] 178: Checking exports ** [11:20:26 2020-06-13] 178: Checking users ** [11:20:26 2020-06-13] 178: Checking user_dbs ** [11:20:26 2020-06-13] 178: Checking geocodings ** [11:20:26 2020-06-13] 178: Checking synchronizations ** [11:20:26 2020-06-13] 178: Checking tracker ** [11:20:26 2020-06-13] 178: Checking user_migrations ** [11:20:26 2020-06-13] 178: Checking batch_updates ** [11:20:26 2020-06-13] 178: Checking gears ** [11:20:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:20:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:31 2020-06-13] 178: Checking imports ** [11:20:31 2020-06-13] 178: Checking exports ** [11:20:31 2020-06-13] 178: Checking users ** [11:20:31 2020-06-13] 178: Checking user_dbs ** [11:20:31 2020-06-13] 178: Checking geocodings ** [11:20:31 2020-06-13] 178: Checking synchronizations ** [11:20:31 2020-06-13] 178: Checking tracker ** [11:20:31 2020-06-13] 178: Checking user_migrations ** [11:20:31 2020-06-13] 178: Checking batch_updates ** [11:20:31 2020-06-13] 178: Checking gears ** [11:20:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:20:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:36 2020-06-13] 178: Checking imports ** [11:20:36 2020-06-13] 178: Checking exports ** [11:20:36 2020-06-13] 178: Checking users ** [11:20:36 2020-06-13] 178: Checking user_dbs ** [11:20:36 2020-06-13] 178: Checking geocodings ** [11:20:36 2020-06-13] 178: Checking synchronizations ** [11:20:36 2020-06-13] 178: Checking tracker ** [11:20:36 2020-06-13] 178: Checking user_migrations ** [11:20:36 2020-06-13] 178: Checking batch_updates ** [11:20:36 2020-06-13] 178: Checking gears ** [11:20:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:20:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:41 2020-06-13] 178: Checking imports ** [11:20:41 2020-06-13] 178: Checking exports ** [11:20:41 2020-06-13] 178: Checking users ** [11:20:41 2020-06-13] 178: Checking user_dbs ** [11:20:41 2020-06-13] 178: Checking geocodings ** [11:20:41 2020-06-13] 178: Checking synchronizations ** [11:20:41 2020-06-13] 178: Checking tracker ** [11:20:41 2020-06-13] 178: Checking user_migrations ** [11:20:41 2020-06-13] 178: Checking batch_updates ** [11:20:41 2020-06-13] 178: Checking gears ** [11:20:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:20:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:46 2020-06-13] 178: Checking imports ** [11:20:46 2020-06-13] 178: Checking exports ** [11:20:46 2020-06-13] 178: Checking users ** [11:20:46 2020-06-13] 178: Checking user_dbs ** [11:20:46 2020-06-13] 178: Checking geocodings ** [11:20:46 2020-06-13] 178: Checking synchronizations ** [11:20:46 2020-06-13] 178: Checking tracker ** [11:20:46 2020-06-13] 178: Checking user_migrations ** [11:20:46 2020-06-13] 178: Checking batch_updates ** [11:20:46 2020-06-13] 178: Checking gears ** [11:20:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:20:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:51 2020-06-13] 178: Checking imports ** [11:20:51 2020-06-13] 178: Checking exports ** [11:20:51 2020-06-13] 178: Checking users ** [11:20:51 2020-06-13] 178: Checking user_dbs ** [11:20:51 2020-06-13] 178: Checking geocodings ** [11:20:51 2020-06-13] 178: Checking synchronizations ** [11:20:51 2020-06-13] 178: Checking tracker ** [11:20:51 2020-06-13] 178: Checking user_migrations ** [11:20:51 2020-06-13] 178: Checking batch_updates ** [11:20:51 2020-06-13] 178: Checking gears ** [11:20:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:20:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:56 2020-06-13] 178: Checking imports ** [11:20:56 2020-06-13] 178: Checking exports ** [11:20:56 2020-06-13] 178: Checking users ** [11:20:56 2020-06-13] 178: Checking user_dbs ** [11:20:56 2020-06-13] 178: Checking geocodings ** [11:20:56 2020-06-13] 178: Checking synchronizations ** [11:20:56 2020-06-13] 178: Checking tracker ** [11:20:56 2020-06-13] 178: Checking user_migrations ** [11:20:56 2020-06-13] 178: Checking batch_updates ** [11:20:56 2020-06-13] 178: Checking gears ** [11:20:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:20:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:01 2020-06-13] 178: Checking imports ** [11:21:01 2020-06-13] 178: Checking exports ** [11:21:01 2020-06-13] 178: Checking users ** [11:21:01 2020-06-13] 178: Checking user_dbs ** [11:21:01 2020-06-13] 178: Checking geocodings ** [11:21:01 2020-06-13] 178: Checking synchronizations ** [11:21:01 2020-06-13] 178: Checking tracker ** [11:21:01 2020-06-13] 178: Checking user_migrations ** [11:21:01 2020-06-13] 178: Checking batch_updates ** [11:21:01 2020-06-13] 178: Checking gears ** [11:21:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:21:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:06 2020-06-13] 178: Checking imports ** [11:21:06 2020-06-13] 178: Checking exports ** [11:21:06 2020-06-13] 178: Checking users ** [11:21:06 2020-06-13] 178: Checking user_dbs ** [11:21:06 2020-06-13] 178: Checking geocodings ** [11:21:06 2020-06-13] 178: Checking synchronizations ** [11:21:06 2020-06-13] 178: Checking tracker ** [11:21:06 2020-06-13] 178: Checking user_migrations ** [11:21:06 2020-06-13] 178: Checking batch_updates ** [11:21:06 2020-06-13] 178: Checking gears ** [11:21:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:21:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:11 2020-06-13] 178: Checking imports ** [11:21:11 2020-06-13] 178: Checking exports ** [11:21:11 2020-06-13] 178: Checking users ** [11:21:11 2020-06-13] 178: Checking user_dbs ** [11:21:11 2020-06-13] 178: Checking geocodings ** [11:21:11 2020-06-13] 178: Checking synchronizations ** [11:21:11 2020-06-13] 178: Checking tracker ** [11:21:11 2020-06-13] 178: Checking user_migrations ** [11:21:11 2020-06-13] 178: Checking batch_updates ** [11:21:11 2020-06-13] 178: Checking gears ** [11:21:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:21:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:16 2020-06-13] 178: Checking imports ** [11:21:16 2020-06-13] 178: Checking exports ** [11:21:16 2020-06-13] 178: Checking users ** [11:21:16 2020-06-13] 178: Checking user_dbs ** [11:21:16 2020-06-13] 178: Checking geocodings ** [11:21:16 2020-06-13] 178: Checking synchronizations ** [11:21:16 2020-06-13] 178: Checking tracker ** [11:21:16 2020-06-13] 178: Checking user_migrations ** [11:21:16 2020-06-13] 178: Checking batch_updates ** [11:21:16 2020-06-13] 178: Checking gears ** [11:21:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:21:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:21 2020-06-13] 178: Checking imports ** [11:21:21 2020-06-13] 178: Checking exports ** [11:21:21 2020-06-13] 178: Checking users ** [11:21:21 2020-06-13] 178: Checking user_dbs ** [11:21:21 2020-06-13] 178: Checking geocodings ** [11:21:21 2020-06-13] 178: Checking synchronizations ** [11:21:21 2020-06-13] 178: Checking tracker ** [11:21:21 2020-06-13] 178: Checking user_migrations ** [11:21:21 2020-06-13] 178: Checking batch_updates ** [11:21:21 2020-06-13] 178: Checking gears ** [11:21:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:21:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:26 2020-06-13] 178: Checking imports ** [11:21:26 2020-06-13] 178: Checking exports ** [11:21:26 2020-06-13] 178: Checking users ** [11:21:26 2020-06-13] 178: Checking user_dbs ** [11:21:26 2020-06-13] 178: Checking geocodings ** [11:21:26 2020-06-13] 178: Checking synchronizations ** [11:21:26 2020-06-13] 178: Checking tracker ** [11:21:26 2020-06-13] 178: Checking user_migrations ** [11:21:26 2020-06-13] 178: Checking batch_updates ** [11:21:26 2020-06-13] 178: Checking gears ** [11:21:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:21:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:31 2020-06-13] 178: Checking imports ** [11:21:31 2020-06-13] 178: Checking exports ** [11:21:31 2020-06-13] 178: Checking users ** [11:21:31 2020-06-13] 178: Checking user_dbs ** [11:21:31 2020-06-13] 178: Checking geocodings ** [11:21:31 2020-06-13] 178: Checking synchronizations ** [11:21:31 2020-06-13] 178: Checking tracker ** [11:21:31 2020-06-13] 178: Checking user_migrations ** [11:21:31 2020-06-13] 178: Checking batch_updates ** [11:21:31 2020-06-13] 178: Checking gears ** [11:21:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:21:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:36 2020-06-13] 178: Checking imports ** [11:21:36 2020-06-13] 178: Checking exports ** [11:21:36 2020-06-13] 178: Checking users ** [11:21:36 2020-06-13] 178: Checking user_dbs ** [11:21:36 2020-06-13] 178: Checking geocodings ** [11:21:36 2020-06-13] 178: Checking synchronizations ** [11:21:36 2020-06-13] 178: Checking tracker ** [11:21:36 2020-06-13] 178: Checking user_migrations ** [11:21:36 2020-06-13] 178: Checking batch_updates ** [11:21:36 2020-06-13] 178: Checking gears ** [11:21:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:21:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:41 2020-06-13] 178: Checking imports ** [11:21:41 2020-06-13] 178: Checking exports ** [11:21:41 2020-06-13] 178: Checking users ** [11:21:41 2020-06-13] 178: Checking user_dbs ** [11:21:41 2020-06-13] 178: Checking geocodings ** [11:21:41 2020-06-13] 178: Checking synchronizations ** [11:21:41 2020-06-13] 178: Checking tracker ** [11:21:41 2020-06-13] 178: Checking user_migrations ** [11:21:41 2020-06-13] 178: Checking batch_updates ** [11:21:41 2020-06-13] 178: Checking gears ** [11:21:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:21:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:46 2020-06-13] 178: Checking imports ** [11:21:46 2020-06-13] 178: Checking exports ** [11:21:46 2020-06-13] 178: Checking users ** [11:21:46 2020-06-13] 178: Checking user_dbs ** [11:21:46 2020-06-13] 178: Checking geocodings ** [11:21:46 2020-06-13] 178: Checking synchronizations ** [11:21:46 2020-06-13] 178: Checking tracker ** [11:21:46 2020-06-13] 178: Checking user_migrations ** [11:21:46 2020-06-13] 178: Checking batch_updates ** [11:21:46 2020-06-13] 178: Checking gears ** [11:21:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:21:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:51 2020-06-13] 178: Checking imports ** [11:21:51 2020-06-13] 178: Checking exports ** [11:21:51 2020-06-13] 178: Checking users ** [11:21:51 2020-06-13] 178: Checking user_dbs ** [11:21:51 2020-06-13] 178: Checking geocodings ** [11:21:51 2020-06-13] 178: Checking synchronizations ** [11:21:51 2020-06-13] 178: Checking tracker ** [11:21:51 2020-06-13] 178: Checking user_migrations ** [11:21:51 2020-06-13] 178: Checking batch_updates ** [11:21:51 2020-06-13] 178: Checking gears ** [11:21:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:21:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:56 2020-06-13] 178: Checking imports ** [11:21:56 2020-06-13] 178: Checking exports ** [11:21:56 2020-06-13] 178: Checking users ** [11:21:56 2020-06-13] 178: Checking user_dbs ** [11:21:56 2020-06-13] 178: Checking geocodings ** [11:21:56 2020-06-13] 178: Checking synchronizations ** [11:21:56 2020-06-13] 178: Checking tracker ** [11:21:56 2020-06-13] 178: Checking user_migrations ** [11:21:56 2020-06-13] 178: Checking batch_updates ** [11:21:56 2020-06-13] 178: Checking gears ** [11:21:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:21:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:01 2020-06-13] 178: Checking imports ** [11:22:01 2020-06-13] 178: Checking exports ** [11:22:01 2020-06-13] 178: Checking users ** [11:22:01 2020-06-13] 178: Checking user_dbs ** [11:22:01 2020-06-13] 178: Checking geocodings ** [11:22:01 2020-06-13] 178: Checking synchronizations ** [11:22:01 2020-06-13] 178: Checking tracker ** [11:22:01 2020-06-13] 178: Checking user_migrations ** [11:22:01 2020-06-13] 178: Checking batch_updates ** [11:22:01 2020-06-13] 178: Checking gears ** [11:22:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:22:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:06 2020-06-13] 178: Checking imports ** [11:22:06 2020-06-13] 178: Checking exports ** [11:22:06 2020-06-13] 178: Checking users ** [11:22:06 2020-06-13] 178: Checking user_dbs ** [11:22:06 2020-06-13] 178: Checking geocodings ** [11:22:06 2020-06-13] 178: Checking synchronizations ** [11:22:06 2020-06-13] 178: Checking tracker ** [11:22:06 2020-06-13] 178: Checking user_migrations ** [11:22:06 2020-06-13] 178: Checking batch_updates ** [11:22:06 2020-06-13] 178: Checking gears ** [11:22:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:22:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:11 2020-06-13] 178: Checking imports ** [11:22:11 2020-06-13] 178: Checking exports ** [11:22:11 2020-06-13] 178: Checking users ** [11:22:11 2020-06-13] 178: Checking user_dbs ** [11:22:11 2020-06-13] 178: Checking geocodings ** [11:22:11 2020-06-13] 178: Checking synchronizations ** [11:22:11 2020-06-13] 178: Checking tracker ** [11:22:11 2020-06-13] 178: Checking user_migrations ** [11:22:11 2020-06-13] 178: Checking batch_updates ** [11:22:11 2020-06-13] 178: Checking gears ** [11:22:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:22:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:16 2020-06-13] 178: Checking imports ** [11:22:16 2020-06-13] 178: Checking exports ** [11:22:16 2020-06-13] 178: Checking users ** [11:22:16 2020-06-13] 178: Checking user_dbs ** [11:22:16 2020-06-13] 178: Checking geocodings ** [11:22:16 2020-06-13] 178: Checking synchronizations ** [11:22:16 2020-06-13] 178: Checking tracker ** [11:22:16 2020-06-13] 178: Checking user_migrations ** [11:22:16 2020-06-13] 178: Checking batch_updates ** [11:22:16 2020-06-13] 178: Checking gears ** [11:22:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:22:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:21 2020-06-13] 178: Checking imports ** [11:22:21 2020-06-13] 178: Checking exports ** [11:22:21 2020-06-13] 178: Checking users ** [11:22:21 2020-06-13] 178: Checking user_dbs ** [11:22:21 2020-06-13] 178: Checking geocodings ** [11:22:21 2020-06-13] 178: Checking synchronizations ** [11:22:21 2020-06-13] 178: Checking tracker ** [11:22:21 2020-06-13] 178: Checking user_migrations ** [11:22:21 2020-06-13] 178: Checking batch_updates ** [11:22:21 2020-06-13] 178: Checking gears ** [11:22:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:22:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:26 2020-06-13] 178: Checking imports ** [11:22:26 2020-06-13] 178: Checking exports ** [11:22:26 2020-06-13] 178: Checking users ** [11:22:26 2020-06-13] 178: Checking user_dbs ** [11:22:26 2020-06-13] 178: Checking geocodings ** [11:22:26 2020-06-13] 178: Checking synchronizations ** [11:22:26 2020-06-13] 178: Checking tracker ** [11:22:26 2020-06-13] 178: Checking user_migrations ** [11:22:26 2020-06-13] 178: Checking batch_updates ** [11:22:26 2020-06-13] 178: Checking gears ** [11:22:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:22:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:31 2020-06-13] 178: Checking imports ** [11:22:31 2020-06-13] 178: Checking exports ** [11:22:31 2020-06-13] 178: Checking users ** [11:22:31 2020-06-13] 178: Checking user_dbs ** [11:22:31 2020-06-13] 178: Checking geocodings ** [11:22:31 2020-06-13] 178: Checking synchronizations ** [11:22:31 2020-06-13] 178: Checking tracker ** [11:22:31 2020-06-13] 178: Checking user_migrations ** [11:22:31 2020-06-13] 178: Checking batch_updates ** [11:22:31 2020-06-13] 178: Checking gears ** [11:22:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:22:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:36 2020-06-13] 178: Checking imports ** [11:22:36 2020-06-13] 178: Checking exports ** [11:22:36 2020-06-13] 178: Checking users ** [11:22:36 2020-06-13] 178: Checking user_dbs ** [11:22:36 2020-06-13] 178: Checking geocodings ** [11:22:36 2020-06-13] 178: Checking synchronizations ** [11:22:36 2020-06-13] 178: Checking tracker ** [11:22:36 2020-06-13] 178: Checking user_migrations ** [11:22:36 2020-06-13] 178: Checking batch_updates ** [11:22:36 2020-06-13] 178: Checking gears ** [11:22:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:22:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:41 2020-06-13] 178: Checking imports ** [11:22:41 2020-06-13] 178: Checking exports ** [11:22:41 2020-06-13] 178: Checking users ** [11:22:41 2020-06-13] 178: Checking user_dbs ** [11:22:41 2020-06-13] 178: Checking geocodings ** [11:22:41 2020-06-13] 178: Checking synchronizations ** [11:22:41 2020-06-13] 178: Checking tracker ** [11:22:41 2020-06-13] 178: Checking user_migrations ** [11:22:41 2020-06-13] 178: Checking batch_updates ** [11:22:41 2020-06-13] 178: Checking gears ** [11:22:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:22:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:46 2020-06-13] 178: Checking imports ** [11:22:46 2020-06-13] 178: Checking exports ** [11:22:46 2020-06-13] 178: Checking users ** [11:22:46 2020-06-13] 178: Checking user_dbs ** [11:22:46 2020-06-13] 178: Checking geocodings ** [11:22:46 2020-06-13] 178: Checking synchronizations ** [11:22:46 2020-06-13] 178: Checking tracker ** [11:22:46 2020-06-13] 178: Checking user_migrations ** [11:22:46 2020-06-13] 178: Checking batch_updates ** [11:22:46 2020-06-13] 178: Checking gears ** [11:22:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:22:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:51 2020-06-13] 178: Checking imports ** [11:22:51 2020-06-13] 178: Checking exports ** [11:22:51 2020-06-13] 178: Checking users ** [11:22:51 2020-06-13] 178: Checking user_dbs ** [11:22:51 2020-06-13] 178: Checking geocodings ** [11:22:51 2020-06-13] 178: Checking synchronizations ** [11:22:51 2020-06-13] 178: Checking tracker ** [11:22:51 2020-06-13] 178: Checking user_migrations ** [11:22:51 2020-06-13] 178: Checking batch_updates ** [11:22:51 2020-06-13] 178: Checking gears ** [11:22:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:22:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:56 2020-06-13] 178: Checking imports ** [11:22:56 2020-06-13] 178: Checking exports ** [11:22:56 2020-06-13] 178: Checking users ** [11:22:56 2020-06-13] 178: Checking user_dbs ** [11:22:56 2020-06-13] 178: Checking geocodings ** [11:22:56 2020-06-13] 178: Checking synchronizations ** [11:22:56 2020-06-13] 178: Checking tracker ** [11:22:56 2020-06-13] 178: Checking user_migrations ** [11:22:56 2020-06-13] 178: Checking batch_updates ** [11:22:56 2020-06-13] 178: Checking gears ** [11:22:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:22:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:01 2020-06-13] 178: Checking imports ** [11:23:01 2020-06-13] 178: Checking exports ** [11:23:01 2020-06-13] 178: Checking users ** [11:23:01 2020-06-13] 178: Checking user_dbs ** [11:23:01 2020-06-13] 178: Checking geocodings ** [11:23:01 2020-06-13] 178: Checking synchronizations ** [11:23:01 2020-06-13] 178: Checking tracker ** [11:23:01 2020-06-13] 178: Checking user_migrations ** [11:23:01 2020-06-13] 178: Checking batch_updates ** [11:23:01 2020-06-13] 178: Checking gears ** [11:23:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:23:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:06 2020-06-13] 178: Checking imports ** [11:23:06 2020-06-13] 178: Checking exports ** [11:23:06 2020-06-13] 178: Checking users ** [11:23:06 2020-06-13] 178: Checking user_dbs ** [11:23:06 2020-06-13] 178: Checking geocodings ** [11:23:06 2020-06-13] 178: Checking synchronizations ** [11:23:06 2020-06-13] 178: Checking tracker ** [11:23:06 2020-06-13] 178: Checking user_migrations ** [11:23:06 2020-06-13] 178: Checking batch_updates ** [11:23:06 2020-06-13] 178: Checking gears ** [11:23:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:23:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:11 2020-06-13] 178: Checking imports ** [11:23:11 2020-06-13] 178: Checking exports ** [11:23:11 2020-06-13] 178: Checking users ** [11:23:11 2020-06-13] 178: Checking user_dbs ** [11:23:11 2020-06-13] 178: Checking geocodings ** [11:23:11 2020-06-13] 178: Checking synchronizations ** [11:23:11 2020-06-13] 178: Checking tracker ** [11:23:11 2020-06-13] 178: Checking user_migrations ** [11:23:11 2020-06-13] 178: Checking batch_updates ** [11:23:11 2020-06-13] 178: Checking gears ** [11:23:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:23:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:16 2020-06-13] 178: Checking imports ** [11:23:16 2020-06-13] 178: Checking exports ** [11:23:16 2020-06-13] 178: Checking users ** [11:23:16 2020-06-13] 178: Checking user_dbs ** [11:23:16 2020-06-13] 178: Checking geocodings ** [11:23:16 2020-06-13] 178: Checking synchronizations ** [11:23:16 2020-06-13] 178: Checking tracker ** [11:23:16 2020-06-13] 178: Checking user_migrations ** [11:23:16 2020-06-13] 178: Checking batch_updates ** [11:23:16 2020-06-13] 178: Checking gears ** [11:23:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:23:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:21 2020-06-13] 178: Checking imports ** [11:23:21 2020-06-13] 178: Checking exports ** [11:23:21 2020-06-13] 178: Checking users ** [11:23:21 2020-06-13] 178: Checking user_dbs ** [11:23:21 2020-06-13] 178: Checking geocodings ** [11:23:21 2020-06-13] 178: Checking synchronizations ** [11:23:21 2020-06-13] 178: Checking tracker ** [11:23:21 2020-06-13] 178: Checking user_migrations ** [11:23:21 2020-06-13] 178: Checking batch_updates ** [11:23:21 2020-06-13] 178: Checking gears ** [11:23:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:23:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:26 2020-06-13] 178: Checking imports ** [11:23:26 2020-06-13] 178: Checking exports ** [11:23:26 2020-06-13] 178: Checking users ** [11:23:26 2020-06-13] 178: Checking user_dbs ** [11:23:26 2020-06-13] 178: Checking geocodings ** [11:23:26 2020-06-13] 178: Checking synchronizations ** [11:23:26 2020-06-13] 178: Checking tracker ** [11:23:26 2020-06-13] 178: Checking user_migrations ** [11:23:26 2020-06-13] 178: Checking batch_updates ** [11:23:26 2020-06-13] 178: Checking gears ** [11:23:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:23:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:31 2020-06-13] 178: Checking imports ** [11:23:31 2020-06-13] 178: Checking exports ** [11:23:31 2020-06-13] 178: Checking users ** [11:23:31 2020-06-13] 178: Checking user_dbs ** [11:23:31 2020-06-13] 178: Checking geocodings ** [11:23:31 2020-06-13] 178: Checking synchronizations ** [11:23:31 2020-06-13] 178: Checking tracker ** [11:23:31 2020-06-13] 178: Checking user_migrations ** [11:23:31 2020-06-13] 178: Checking batch_updates ** [11:23:31 2020-06-13] 178: Checking gears ** [11:23:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:23:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:36 2020-06-13] 178: Checking imports ** [11:23:36 2020-06-13] 178: Checking exports ** [11:23:36 2020-06-13] 178: Checking users ** [11:23:36 2020-06-13] 178: Checking user_dbs ** [11:23:36 2020-06-13] 178: Checking geocodings ** [11:23:36 2020-06-13] 178: Checking synchronizations ** [11:23:36 2020-06-13] 178: Checking tracker ** [11:23:36 2020-06-13] 178: Checking user_migrations ** [11:23:36 2020-06-13] 178: Checking batch_updates ** [11:23:36 2020-06-13] 178: Checking gears ** [11:23:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:23:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:41 2020-06-13] 178: Checking imports ** [11:23:41 2020-06-13] 178: Checking exports ** [11:23:41 2020-06-13] 178: Checking users ** [11:23:41 2020-06-13] 178: Checking user_dbs ** [11:23:41 2020-06-13] 178: Checking geocodings ** [11:23:41 2020-06-13] 178: Checking synchronizations ** [11:23:41 2020-06-13] 178: Checking tracker ** [11:23:41 2020-06-13] 178: Checking user_migrations ** [11:23:41 2020-06-13] 178: Checking batch_updates ** [11:23:41 2020-06-13] 178: Checking gears ** [11:23:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:23:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:46 2020-06-13] 178: Checking imports ** [11:23:46 2020-06-13] 178: Checking exports ** [11:23:46 2020-06-13] 178: Checking users ** [11:23:46 2020-06-13] 178: Checking user_dbs ** [11:23:46 2020-06-13] 178: Checking geocodings ** [11:23:46 2020-06-13] 178: Checking synchronizations ** [11:23:46 2020-06-13] 178: Checking tracker ** [11:23:46 2020-06-13] 178: Checking user_migrations ** [11:23:46 2020-06-13] 178: Checking batch_updates ** [11:23:46 2020-06-13] 178: Checking gears ** [11:23:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:23:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:51 2020-06-13] 178: Checking imports ** [11:23:51 2020-06-13] 178: Checking exports ** [11:23:51 2020-06-13] 178: Checking users ** [11:23:51 2020-06-13] 178: Checking user_dbs ** [11:23:51 2020-06-13] 178: Checking geocodings ** [11:23:51 2020-06-13] 178: Checking synchronizations ** [11:23:51 2020-06-13] 178: Checking tracker ** [11:23:51 2020-06-13] 178: Checking user_migrations ** [11:23:51 2020-06-13] 178: Checking batch_updates ** [11:23:51 2020-06-13] 178: Checking gears ** [11:23:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:23:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:56 2020-06-13] 178: Checking imports ** [11:23:56 2020-06-13] 178: Checking exports ** [11:23:56 2020-06-13] 178: Checking users ** [11:23:56 2020-06-13] 178: Checking user_dbs ** [11:23:56 2020-06-13] 178: Checking geocodings ** [11:23:56 2020-06-13] 178: Checking synchronizations ** [11:23:56 2020-06-13] 178: Checking tracker ** [11:23:56 2020-06-13] 178: Checking user_migrations ** [11:23:56 2020-06-13] 178: Checking batch_updates ** [11:23:56 2020-06-13] 178: Checking gears ** [11:23:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:23:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:01 2020-06-13] 178: Checking imports ** [11:24:01 2020-06-13] 178: Checking exports ** [11:24:01 2020-06-13] 178: Checking users ** [11:24:01 2020-06-13] 178: Checking user_dbs ** [11:24:01 2020-06-13] 178: Checking geocodings ** [11:24:01 2020-06-13] 178: Checking synchronizations ** [11:24:01 2020-06-13] 178: Checking tracker ** [11:24:01 2020-06-13] 178: Checking user_migrations ** [11:24:01 2020-06-13] 178: Checking batch_updates ** [11:24:01 2020-06-13] 178: Checking gears ** [11:24:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:24:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:06 2020-06-13] 178: Checking imports ** [11:24:06 2020-06-13] 178: Checking exports ** [11:24:06 2020-06-13] 178: Checking users ** [11:24:06 2020-06-13] 178: Checking user_dbs ** [11:24:06 2020-06-13] 178: Checking geocodings ** [11:24:06 2020-06-13] 178: Checking synchronizations ** [11:24:06 2020-06-13] 178: Checking tracker ** [11:24:06 2020-06-13] 178: Checking user_migrations ** [11:24:06 2020-06-13] 178: Checking batch_updates ** [11:24:06 2020-06-13] 178: Checking gears ** [11:24:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:24:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:11 2020-06-13] 178: Checking imports ** [11:24:11 2020-06-13] 178: Checking exports ** [11:24:11 2020-06-13] 178: Checking users ** [11:24:11 2020-06-13] 178: Checking user_dbs ** [11:24:11 2020-06-13] 178: Checking geocodings ** [11:24:11 2020-06-13] 178: Checking synchronizations ** [11:24:11 2020-06-13] 178: Checking tracker ** [11:24:11 2020-06-13] 178: Checking user_migrations ** [11:24:11 2020-06-13] 178: Checking batch_updates ** [11:24:11 2020-06-13] 178: Checking gears ** [11:24:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:24:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:16 2020-06-13] 178: Checking imports ** [11:24:16 2020-06-13] 178: Checking exports ** [11:24:16 2020-06-13] 178: Checking users ** [11:24:16 2020-06-13] 178: Checking user_dbs ** [11:24:16 2020-06-13] 178: Checking geocodings ** [11:24:16 2020-06-13] 178: Checking synchronizations ** [11:24:16 2020-06-13] 178: Checking tracker ** [11:24:16 2020-06-13] 178: Checking user_migrations ** [11:24:16 2020-06-13] 178: Checking batch_updates ** [11:24:16 2020-06-13] 178: Checking gears ** [11:24:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:24:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:21 2020-06-13] 178: Checking imports ** [11:24:21 2020-06-13] 178: Checking exports ** [11:24:21 2020-06-13] 178: Checking users ** [11:24:21 2020-06-13] 178: Checking user_dbs ** [11:24:21 2020-06-13] 178: Checking geocodings ** [11:24:21 2020-06-13] 178: Checking synchronizations ** [11:24:21 2020-06-13] 178: Checking tracker ** [11:24:21 2020-06-13] 178: Checking user_migrations ** [11:24:21 2020-06-13] 178: Checking batch_updates ** [11:24:21 2020-06-13] 178: Checking gears ** [11:24:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:24:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:26 2020-06-13] 178: Checking imports ** [11:24:26 2020-06-13] 178: Checking exports ** [11:24:26 2020-06-13] 178: Checking users ** [11:24:26 2020-06-13] 178: Checking user_dbs ** [11:24:26 2020-06-13] 178: Checking geocodings ** [11:24:26 2020-06-13] 178: Checking synchronizations ** [11:24:26 2020-06-13] 178: Checking tracker ** [11:24:26 2020-06-13] 178: Checking user_migrations ** [11:24:26 2020-06-13] 178: Checking batch_updates ** [11:24:26 2020-06-13] 178: Checking gears ** [11:24:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:24:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:31 2020-06-13] 178: Checking imports ** [11:24:31 2020-06-13] 178: Checking exports ** [11:24:31 2020-06-13] 178: Checking users ** [11:24:31 2020-06-13] 178: Checking user_dbs ** [11:24:31 2020-06-13] 178: Checking geocodings ** [11:24:31 2020-06-13] 178: Checking synchronizations ** [11:24:31 2020-06-13] 178: Checking tracker ** [11:24:31 2020-06-13] 178: Checking user_migrations ** [11:24:31 2020-06-13] 178: Checking batch_updates ** [11:24:31 2020-06-13] 178: Checking gears ** [11:24:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:24:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:36 2020-06-13] 178: Checking imports ** [11:24:36 2020-06-13] 178: Checking exports ** [11:24:36 2020-06-13] 178: Checking users ** [11:24:36 2020-06-13] 178: Checking user_dbs ** [11:24:36 2020-06-13] 178: Checking geocodings ** [11:24:36 2020-06-13] 178: Checking synchronizations ** [11:24:36 2020-06-13] 178: Checking tracker ** [11:24:36 2020-06-13] 178: Checking user_migrations ** [11:24:36 2020-06-13] 178: Checking batch_updates ** [11:24:36 2020-06-13] 178: Checking gears ** [11:24:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:24:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:41 2020-06-13] 178: Checking imports ** [11:24:41 2020-06-13] 178: Checking exports ** [11:24:41 2020-06-13] 178: Checking users ** [11:24:41 2020-06-13] 178: Checking user_dbs ** [11:24:41 2020-06-13] 178: Checking geocodings ** [11:24:41 2020-06-13] 178: Checking synchronizations ** [11:24:41 2020-06-13] 178: Checking tracker ** [11:24:41 2020-06-13] 178: Checking user_migrations ** [11:24:41 2020-06-13] 178: Checking batch_updates ** [11:24:41 2020-06-13] 178: Checking gears ** [11:24:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:24:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:46 2020-06-13] 178: Checking imports ** [11:24:46 2020-06-13] 178: Checking exports ** [11:24:46 2020-06-13] 178: Checking users ** [11:24:46 2020-06-13] 178: Checking user_dbs ** [11:24:46 2020-06-13] 178: Checking geocodings ** [11:24:46 2020-06-13] 178: Checking synchronizations ** [11:24:46 2020-06-13] 178: Checking tracker ** [11:24:46 2020-06-13] 178: Checking user_migrations ** [11:24:46 2020-06-13] 178: Checking batch_updates ** [11:24:46 2020-06-13] 178: Checking gears ** [11:24:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:24:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:51 2020-06-13] 178: Checking imports ** [11:24:51 2020-06-13] 178: Checking exports ** [11:24:51 2020-06-13] 178: Checking users ** [11:24:51 2020-06-13] 178: Checking user_dbs ** [11:24:51 2020-06-13] 178: Checking geocodings ** [11:24:51 2020-06-13] 178: Checking synchronizations ** [11:24:51 2020-06-13] 178: Checking tracker ** [11:24:51 2020-06-13] 178: Checking user_migrations ** [11:24:51 2020-06-13] 178: Checking batch_updates ** [11:24:51 2020-06-13] 178: Checking gears ** [11:24:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:24:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:56 2020-06-13] 178: Checking imports ** [11:24:56 2020-06-13] 178: Checking exports ** [11:24:56 2020-06-13] 178: Checking users ** [11:24:56 2020-06-13] 178: Checking user_dbs ** [11:24:56 2020-06-13] 178: Checking geocodings ** [11:24:56 2020-06-13] 178: Checking synchronizations ** [11:24:56 2020-06-13] 178: Checking tracker ** [11:24:56 2020-06-13] 178: Checking user_migrations ** [11:24:56 2020-06-13] 178: Checking batch_updates ** [11:24:56 2020-06-13] 178: Checking gears ** [11:24:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:24:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:01 2020-06-13] 178: Checking imports ** [11:25:01 2020-06-13] 178: Checking exports ** [11:25:01 2020-06-13] 178: Checking users ** [11:25:01 2020-06-13] 178: Checking user_dbs ** [11:25:01 2020-06-13] 178: Checking geocodings ** [11:25:01 2020-06-13] 178: Checking synchronizations ** [11:25:01 2020-06-13] 178: Checking tracker ** [11:25:01 2020-06-13] 178: Checking user_migrations ** [11:25:01 2020-06-13] 178: Checking batch_updates ** [11:25:01 2020-06-13] 178: Checking gears ** [11:25:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:25:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:06 2020-06-13] 178: Checking imports ** [11:25:06 2020-06-13] 178: Checking exports ** [11:25:06 2020-06-13] 178: Checking users ** [11:25:06 2020-06-13] 178: Checking user_dbs ** [11:25:06 2020-06-13] 178: Checking geocodings ** [11:25:06 2020-06-13] 178: Checking synchronizations ** [11:25:06 2020-06-13] 178: Checking tracker ** [11:25:06 2020-06-13] 178: Checking user_migrations ** [11:25:06 2020-06-13] 178: Checking batch_updates ** [11:25:06 2020-06-13] 178: Checking gears ** [11:25:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:25:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:11 2020-06-13] 178: Checking imports ** [11:25:11 2020-06-13] 178: Checking exports ** [11:25:11 2020-06-13] 178: Checking users ** [11:25:11 2020-06-13] 178: Checking user_dbs ** [11:25:11 2020-06-13] 178: Checking geocodings ** [11:25:11 2020-06-13] 178: Checking synchronizations ** [11:25:11 2020-06-13] 178: Checking tracker ** [11:25:11 2020-06-13] 178: Checking user_migrations ** [11:25:11 2020-06-13] 178: Checking batch_updates ** [11:25:11 2020-06-13] 178: Checking gears ** [11:25:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:25:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:16 2020-06-13] 178: Checking imports ** [11:25:16 2020-06-13] 178: Checking exports ** [11:25:16 2020-06-13] 178: Checking users ** [11:25:16 2020-06-13] 178: Checking user_dbs ** [11:25:16 2020-06-13] 178: Checking geocodings ** [11:25:16 2020-06-13] 178: Checking synchronizations ** [11:25:16 2020-06-13] 178: Checking tracker ** [11:25:16 2020-06-13] 178: Checking user_migrations ** [11:25:16 2020-06-13] 178: Checking batch_updates ** [11:25:16 2020-06-13] 178: Checking gears ** [11:25:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:25:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:21 2020-06-13] 178: Checking imports ** [11:25:21 2020-06-13] 178: Checking exports ** [11:25:21 2020-06-13] 178: Checking users ** [11:25:21 2020-06-13] 178: Checking user_dbs ** [11:25:21 2020-06-13] 178: Checking geocodings ** [11:25:21 2020-06-13] 178: Checking synchronizations ** [11:25:21 2020-06-13] 178: Checking tracker ** [11:25:21 2020-06-13] 178: Checking user_migrations ** [11:25:21 2020-06-13] 178: Checking batch_updates ** [11:25:21 2020-06-13] 178: Checking gears ** [11:25:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:25:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:26 2020-06-13] 178: Checking imports ** [11:25:26 2020-06-13] 178: Checking exports ** [11:25:26 2020-06-13] 178: Checking users ** [11:25:26 2020-06-13] 178: Checking user_dbs ** [11:25:26 2020-06-13] 178: Checking geocodings ** [11:25:26 2020-06-13] 178: Checking synchronizations ** [11:25:26 2020-06-13] 178: Checking tracker ** [11:25:26 2020-06-13] 178: Checking user_migrations ** [11:25:26 2020-06-13] 178: Checking batch_updates ** [11:25:26 2020-06-13] 178: Checking gears ** [11:25:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:25:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:31 2020-06-13] 178: Checking imports ** [11:25:31 2020-06-13] 178: Checking exports ** [11:25:31 2020-06-13] 178: Checking users ** [11:25:31 2020-06-13] 178: Checking user_dbs ** [11:25:31 2020-06-13] 178: Checking geocodings ** [11:25:31 2020-06-13] 178: Checking synchronizations ** [11:25:31 2020-06-13] 178: Checking tracker ** [11:25:31 2020-06-13] 178: Checking user_migrations ** [11:25:31 2020-06-13] 178: Checking batch_updates ** [11:25:31 2020-06-13] 178: Checking gears ** [11:25:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:25:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:36 2020-06-13] 178: Checking imports ** [11:25:36 2020-06-13] 178: Checking exports ** [11:25:36 2020-06-13] 178: Checking users ** [11:25:36 2020-06-13] 178: Checking user_dbs ** [11:25:36 2020-06-13] 178: Checking geocodings ** [11:25:36 2020-06-13] 178: Checking synchronizations ** [11:25:36 2020-06-13] 178: Checking tracker ** [11:25:36 2020-06-13] 178: Checking user_migrations ** [11:25:36 2020-06-13] 178: Checking batch_updates ** [11:25:36 2020-06-13] 178: Checking gears ** [11:25:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:25:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:41 2020-06-13] 178: Checking imports ** [11:25:41 2020-06-13] 178: Checking exports ** [11:25:41 2020-06-13] 178: Checking users ** [11:25:41 2020-06-13] 178: Checking user_dbs ** [11:25:41 2020-06-13] 178: Checking geocodings ** [11:25:41 2020-06-13] 178: Checking synchronizations ** [11:25:41 2020-06-13] 178: Checking tracker ** [11:25:41 2020-06-13] 178: Checking user_migrations ** [11:25:41 2020-06-13] 178: Checking batch_updates ** [11:25:41 2020-06-13] 178: Checking gears ** [11:25:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:25:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:46 2020-06-13] 178: Checking imports ** [11:25:46 2020-06-13] 178: Checking exports ** [11:25:46 2020-06-13] 178: Checking users ** [11:25:46 2020-06-13] 178: Checking user_dbs ** [11:25:46 2020-06-13] 178: Checking geocodings ** [11:25:46 2020-06-13] 178: Checking synchronizations ** [11:25:46 2020-06-13] 178: Checking tracker ** [11:25:46 2020-06-13] 178: Checking user_migrations ** [11:25:46 2020-06-13] 178: Checking batch_updates ** [11:25:46 2020-06-13] 178: Checking gears ** [11:25:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:25:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:51 2020-06-13] 178: Checking imports ** [11:25:51 2020-06-13] 178: Checking exports ** [11:25:51 2020-06-13] 178: Checking users ** [11:25:51 2020-06-13] 178: Checking user_dbs ** [11:25:51 2020-06-13] 178: Checking geocodings ** [11:25:51 2020-06-13] 178: Checking synchronizations ** [11:25:51 2020-06-13] 178: Checking tracker ** [11:25:51 2020-06-13] 178: Checking user_migrations ** [11:25:51 2020-06-13] 178: Checking batch_updates ** [11:25:51 2020-06-13] 178: Checking gears ** [11:25:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:25:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:56 2020-06-13] 178: Checking imports ** [11:25:56 2020-06-13] 178: Checking exports ** [11:25:56 2020-06-13] 178: Checking users ** [11:25:56 2020-06-13] 178: Checking user_dbs ** [11:25:56 2020-06-13] 178: Checking geocodings ** [11:25:56 2020-06-13] 178: Checking synchronizations ** [11:25:56 2020-06-13] 178: Checking tracker ** [11:25:56 2020-06-13] 178: Checking user_migrations ** [11:25:56 2020-06-13] 178: Checking batch_updates ** [11:25:56 2020-06-13] 178: Checking gears ** [11:25:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:25:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:01 2020-06-13] 178: Checking imports ** [11:26:01 2020-06-13] 178: Checking exports ** [11:26:01 2020-06-13] 178: Checking users ** [11:26:01 2020-06-13] 178: Checking user_dbs ** [11:26:01 2020-06-13] 178: Checking geocodings ** [11:26:01 2020-06-13] 178: Checking synchronizations ** [11:26:01 2020-06-13] 178: Checking tracker ** [11:26:01 2020-06-13] 178: Checking user_migrations ** [11:26:01 2020-06-13] 178: Checking batch_updates ** [11:26:01 2020-06-13] 178: Checking gears ** [11:26:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:26:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:06 2020-06-13] 178: Checking imports ** [11:26:06 2020-06-13] 178: Checking exports ** [11:26:06 2020-06-13] 178: Checking users ** [11:26:06 2020-06-13] 178: Checking user_dbs ** [11:26:06 2020-06-13] 178: Checking geocodings ** [11:26:06 2020-06-13] 178: Checking synchronizations ** [11:26:06 2020-06-13] 178: Checking tracker ** [11:26:06 2020-06-13] 178: Checking user_migrations ** [11:26:06 2020-06-13] 178: Checking batch_updates ** [11:26:06 2020-06-13] 178: Checking gears ** [11:26:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:26:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:11 2020-06-13] 178: Checking imports ** [11:26:11 2020-06-13] 178: Checking exports ** [11:26:11 2020-06-13] 178: Checking users ** [11:26:11 2020-06-13] 178: Checking user_dbs ** [11:26:11 2020-06-13] 178: Checking geocodings ** [11:26:11 2020-06-13] 178: Checking synchronizations ** [11:26:11 2020-06-13] 178: Checking tracker ** [11:26:11 2020-06-13] 178: Checking user_migrations ** [11:26:11 2020-06-13] 178: Checking batch_updates ** [11:26:11 2020-06-13] 178: Checking gears ** [11:26:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:26:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:16 2020-06-13] 178: Checking imports ** [11:26:16 2020-06-13] 178: Checking exports ** [11:26:16 2020-06-13] 178: Checking users ** [11:26:16 2020-06-13] 178: Checking user_dbs ** [11:26:16 2020-06-13] 178: Checking geocodings ** [11:26:16 2020-06-13] 178: Checking synchronizations ** [11:26:16 2020-06-13] 178: Checking tracker ** [11:26:16 2020-06-13] 178: Checking user_migrations ** [11:26:16 2020-06-13] 178: Checking batch_updates ** [11:26:16 2020-06-13] 178: Checking gears ** [11:26:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:26:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:21 2020-06-13] 178: Checking imports ** [11:26:21 2020-06-13] 178: Checking exports ** [11:26:21 2020-06-13] 178: Checking users ** [11:26:21 2020-06-13] 178: Checking user_dbs ** [11:26:21 2020-06-13] 178: Checking geocodings ** [11:26:21 2020-06-13] 178: Checking synchronizations ** [11:26:21 2020-06-13] 178: Checking tracker ** [11:26:21 2020-06-13] 178: Checking user_migrations ** [11:26:21 2020-06-13] 178: Checking batch_updates ** [11:26:21 2020-06-13] 178: Checking gears ** [11:26:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:26:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:26 2020-06-13] 178: Checking imports ** [11:26:26 2020-06-13] 178: Checking exports ** [11:26:26 2020-06-13] 178: Checking users ** [11:26:26 2020-06-13] 178: Checking user_dbs ** [11:26:26 2020-06-13] 178: Checking geocodings ** [11:26:26 2020-06-13] 178: Checking synchronizations ** [11:26:26 2020-06-13] 178: Checking tracker ** [11:26:26 2020-06-13] 178: Checking user_migrations ** [11:26:26 2020-06-13] 178: Checking batch_updates ** [11:26:26 2020-06-13] 178: Checking gears ** [11:26:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:26:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:31 2020-06-13] 178: Checking imports ** [11:26:31 2020-06-13] 178: Checking exports ** [11:26:31 2020-06-13] 178: Checking users ** [11:26:31 2020-06-13] 178: Checking user_dbs ** [11:26:31 2020-06-13] 178: Checking geocodings ** [11:26:31 2020-06-13] 178: Checking synchronizations ** [11:26:31 2020-06-13] 178: Checking tracker ** [11:26:31 2020-06-13] 178: Checking user_migrations ** [11:26:31 2020-06-13] 178: Checking batch_updates ** [11:26:31 2020-06-13] 178: Checking gears ** [11:26:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:26:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:36 2020-06-13] 178: Checking imports ** [11:26:36 2020-06-13] 178: Checking exports ** [11:26:36 2020-06-13] 178: Checking users ** [11:26:36 2020-06-13] 178: Checking user_dbs ** [11:26:36 2020-06-13] 178: Checking geocodings ** [11:26:36 2020-06-13] 178: Checking synchronizations ** [11:26:36 2020-06-13] 178: Checking tracker ** [11:26:36 2020-06-13] 178: Checking user_migrations ** [11:26:36 2020-06-13] 178: Checking batch_updates ** [11:26:36 2020-06-13] 178: Checking gears ** [11:26:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:26:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:41 2020-06-13] 178: Checking imports ** [11:26:41 2020-06-13] 178: Checking exports ** [11:26:41 2020-06-13] 178: Checking users ** [11:26:41 2020-06-13] 178: Checking user_dbs ** [11:26:41 2020-06-13] 178: Checking geocodings ** [11:26:41 2020-06-13] 178: Checking synchronizations ** [11:26:41 2020-06-13] 178: Checking tracker ** [11:26:41 2020-06-13] 178: Checking user_migrations ** [11:26:41 2020-06-13] 178: Checking batch_updates ** [11:26:41 2020-06-13] 178: Checking gears ** [11:26:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:26:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:46 2020-06-13] 178: Checking imports ** [11:26:46 2020-06-13] 178: Checking exports ** [11:26:46 2020-06-13] 178: Checking users ** [11:26:46 2020-06-13] 178: Checking user_dbs ** [11:26:46 2020-06-13] 178: Checking geocodings ** [11:26:46 2020-06-13] 178: Checking synchronizations ** [11:26:46 2020-06-13] 178: Checking tracker ** [11:26:46 2020-06-13] 178: Checking user_migrations ** [11:26:46 2020-06-13] 178: Checking batch_updates ** [11:26:46 2020-06-13] 178: Checking gears ** [11:26:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:26:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:51 2020-06-13] 178: Checking imports ** [11:26:51 2020-06-13] 178: Checking exports ** [11:26:51 2020-06-13] 178: Checking users ** [11:26:51 2020-06-13] 178: Checking user_dbs ** [11:26:51 2020-06-13] 178: Checking geocodings ** [11:26:51 2020-06-13] 178: Checking synchronizations ** [11:26:51 2020-06-13] 178: Checking tracker ** [11:26:51 2020-06-13] 178: Checking user_migrations ** [11:26:51 2020-06-13] 178: Checking batch_updates ** [11:26:51 2020-06-13] 178: Checking gears ** [11:26:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:26:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:56 2020-06-13] 178: Checking imports ** [11:26:56 2020-06-13] 178: Checking exports ** [11:26:56 2020-06-13] 178: Checking users ** [11:26:56 2020-06-13] 178: Checking user_dbs ** [11:26:56 2020-06-13] 178: Checking geocodings ** [11:26:56 2020-06-13] 178: Checking synchronizations ** [11:26:56 2020-06-13] 178: Checking tracker ** [11:26:56 2020-06-13] 178: Checking user_migrations ** [11:26:56 2020-06-13] 178: Checking batch_updates ** [11:26:56 2020-06-13] 178: Checking gears ** [11:26:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:26:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:01 2020-06-13] 178: Checking imports ** [11:27:01 2020-06-13] 178: Checking exports ** [11:27:01 2020-06-13] 178: Checking users ** [11:27:01 2020-06-13] 178: Checking user_dbs ** [11:27:01 2020-06-13] 178: Checking geocodings ** [11:27:01 2020-06-13] 178: Checking synchronizations ** [11:27:01 2020-06-13] 178: Checking tracker ** [11:27:01 2020-06-13] 178: Checking user_migrations ** [11:27:01 2020-06-13] 178: Checking batch_updates ** [11:27:01 2020-06-13] 178: Checking gears ** [11:27:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:27:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:06 2020-06-13] 178: Checking imports ** [11:27:06 2020-06-13] 178: Checking exports ** [11:27:06 2020-06-13] 178: Checking users ** [11:27:06 2020-06-13] 178: Checking user_dbs ** [11:27:06 2020-06-13] 178: Checking geocodings ** [11:27:06 2020-06-13] 178: Checking synchronizations ** [11:27:06 2020-06-13] 178: Checking tracker ** [11:27:06 2020-06-13] 178: Checking user_migrations ** [11:27:06 2020-06-13] 178: Checking batch_updates ** [11:27:06 2020-06-13] 178: Checking gears ** [11:27:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:27:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:11 2020-06-13] 178: Checking imports ** [11:27:11 2020-06-13] 178: Checking exports ** [11:27:11 2020-06-13] 178: Checking users ** [11:27:11 2020-06-13] 178: Checking user_dbs ** [11:27:11 2020-06-13] 178: Checking geocodings ** [11:27:11 2020-06-13] 178: Checking synchronizations ** [11:27:11 2020-06-13] 178: Checking tracker ** [11:27:11 2020-06-13] 178: Checking user_migrations ** [11:27:11 2020-06-13] 178: Checking batch_updates ** [11:27:11 2020-06-13] 178: Checking gears ** [11:27:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:27:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:16 2020-06-13] 178: Checking imports ** [11:27:16 2020-06-13] 178: Checking exports ** [11:27:16 2020-06-13] 178: Checking users ** [11:27:16 2020-06-13] 178: Checking user_dbs ** [11:27:16 2020-06-13] 178: Checking geocodings ** [11:27:16 2020-06-13] 178: Checking synchronizations ** [11:27:16 2020-06-13] 178: Checking tracker ** [11:27:16 2020-06-13] 178: Checking user_migrations ** [11:27:16 2020-06-13] 178: Checking batch_updates ** [11:27:16 2020-06-13] 178: Checking gears ** [11:27:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:27:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:21 2020-06-13] 178: Checking imports ** [11:27:21 2020-06-13] 178: Checking exports ** [11:27:21 2020-06-13] 178: Checking users ** [11:27:21 2020-06-13] 178: Checking user_dbs ** [11:27:21 2020-06-13] 178: Checking geocodings ** [11:27:21 2020-06-13] 178: Checking synchronizations ** [11:27:21 2020-06-13] 178: Checking tracker ** [11:27:21 2020-06-13] 178: Checking user_migrations ** [11:27:21 2020-06-13] 178: Checking batch_updates ** [11:27:21 2020-06-13] 178: Checking gears ** [11:27:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:27:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:26 2020-06-13] 178: Checking imports ** [11:27:26 2020-06-13] 178: Checking exports ** [11:27:26 2020-06-13] 178: Checking users ** [11:27:26 2020-06-13] 178: Checking user_dbs ** [11:27:26 2020-06-13] 178: Checking geocodings ** [11:27:26 2020-06-13] 178: Checking synchronizations ** [11:27:26 2020-06-13] 178: Checking tracker ** [11:27:26 2020-06-13] 178: Checking user_migrations ** [11:27:26 2020-06-13] 178: Checking batch_updates ** [11:27:26 2020-06-13] 178: Checking gears ** [11:27:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:27:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:31 2020-06-13] 178: Checking imports ** [11:27:31 2020-06-13] 178: Checking exports ** [11:27:31 2020-06-13] 178: Checking users ** [11:27:31 2020-06-13] 178: Checking user_dbs ** [11:27:31 2020-06-13] 178: Checking geocodings ** [11:27:31 2020-06-13] 178: Checking synchronizations ** [11:27:31 2020-06-13] 178: Checking tracker ** [11:27:31 2020-06-13] 178: Checking user_migrations ** [11:27:31 2020-06-13] 178: Checking batch_updates ** [11:27:31 2020-06-13] 178: Checking gears ** [11:27:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:27:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:36 2020-06-13] 178: Checking imports ** [11:27:36 2020-06-13] 178: Checking exports ** [11:27:36 2020-06-13] 178: Checking users ** [11:27:36 2020-06-13] 178: Checking user_dbs ** [11:27:36 2020-06-13] 178: Checking geocodings ** [11:27:36 2020-06-13] 178: Checking synchronizations ** [11:27:36 2020-06-13] 178: Checking tracker ** [11:27:36 2020-06-13] 178: Checking user_migrations ** [11:27:36 2020-06-13] 178: Checking batch_updates ** [11:27:36 2020-06-13] 178: Checking gears ** [11:27:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:27:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:41 2020-06-13] 178: Checking imports ** [11:27:41 2020-06-13] 178: Checking exports ** [11:27:41 2020-06-13] 178: Checking users ** [11:27:41 2020-06-13] 178: Checking user_dbs ** [11:27:41 2020-06-13] 178: Checking geocodings ** [11:27:41 2020-06-13] 178: Checking synchronizations ** [11:27:41 2020-06-13] 178: Checking tracker ** [11:27:41 2020-06-13] 178: Checking user_migrations ** [11:27:41 2020-06-13] 178: Checking batch_updates ** [11:27:41 2020-06-13] 178: Checking gears ** [11:27:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:27:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:46 2020-06-13] 178: Checking imports ** [11:27:46 2020-06-13] 178: Checking exports ** [11:27:46 2020-06-13] 178: Checking users ** [11:27:46 2020-06-13] 178: Checking user_dbs ** [11:27:46 2020-06-13] 178: Checking geocodings ** [11:27:46 2020-06-13] 178: Checking synchronizations ** [11:27:46 2020-06-13] 178: Checking tracker ** [11:27:46 2020-06-13] 178: Checking user_migrations ** [11:27:46 2020-06-13] 178: Checking batch_updates ** [11:27:46 2020-06-13] 178: Checking gears ** [11:27:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:27:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:51 2020-06-13] 178: Checking imports ** [11:27:51 2020-06-13] 178: Checking exports ** [11:27:51 2020-06-13] 178: Checking users ** [11:27:51 2020-06-13] 178: Checking user_dbs ** [11:27:51 2020-06-13] 178: Checking geocodings ** [11:27:51 2020-06-13] 178: Checking synchronizations ** [11:27:51 2020-06-13] 178: Checking tracker ** [11:27:51 2020-06-13] 178: Checking user_migrations ** [11:27:51 2020-06-13] 178: Checking batch_updates ** [11:27:51 2020-06-13] 178: Checking gears ** [11:27:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:27:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:56 2020-06-13] 178: Checking imports ** [11:27:56 2020-06-13] 178: Checking exports ** [11:27:56 2020-06-13] 178: Checking users ** [11:27:56 2020-06-13] 178: Checking user_dbs ** [11:27:56 2020-06-13] 178: Checking geocodings ** [11:27:56 2020-06-13] 178: Checking synchronizations ** [11:27:56 2020-06-13] 178: Checking tracker ** [11:27:56 2020-06-13] 178: Checking user_migrations ** [11:27:56 2020-06-13] 178: Checking batch_updates ** [11:27:56 2020-06-13] 178: Checking gears ** [11:27:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:27:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:01 2020-06-13] 178: Checking imports ** [11:28:01 2020-06-13] 178: Checking exports ** [11:28:01 2020-06-13] 178: Checking users ** [11:28:01 2020-06-13] 178: Checking user_dbs ** [11:28:01 2020-06-13] 178: Checking geocodings ** [11:28:01 2020-06-13] 178: Checking synchronizations ** [11:28:01 2020-06-13] 178: Checking tracker ** [11:28:01 2020-06-13] 178: Checking user_migrations ** [11:28:01 2020-06-13] 178: Checking batch_updates ** [11:28:01 2020-06-13] 178: Checking gears ** [11:28:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:28:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:06 2020-06-13] 178: Checking imports ** [11:28:06 2020-06-13] 178: Checking exports ** [11:28:06 2020-06-13] 178: Checking users ** [11:28:06 2020-06-13] 178: Checking user_dbs ** [11:28:06 2020-06-13] 178: Checking geocodings ** [11:28:06 2020-06-13] 178: Checking synchronizations ** [11:28:06 2020-06-13] 178: Checking tracker ** [11:28:06 2020-06-13] 178: Checking user_migrations ** [11:28:06 2020-06-13] 178: Checking batch_updates ** [11:28:06 2020-06-13] 178: Checking gears ** [11:28:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:28:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:11 2020-06-13] 178: Checking imports ** [11:28:11 2020-06-13] 178: Checking exports ** [11:28:11 2020-06-13] 178: Checking users ** [11:28:11 2020-06-13] 178: Checking user_dbs ** [11:28:11 2020-06-13] 178: Checking geocodings ** [11:28:11 2020-06-13] 178: Checking synchronizations ** [11:28:11 2020-06-13] 178: Checking tracker ** [11:28:11 2020-06-13] 178: Checking user_migrations ** [11:28:11 2020-06-13] 178: Checking batch_updates ** [11:28:11 2020-06-13] 178: Checking gears ** [11:28:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:28:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:16 2020-06-13] 178: Checking imports ** [11:28:16 2020-06-13] 178: Checking exports ** [11:28:16 2020-06-13] 178: Checking users ** [11:28:16 2020-06-13] 178: Checking user_dbs ** [11:28:16 2020-06-13] 178: Checking geocodings ** [11:28:16 2020-06-13] 178: Checking synchronizations ** [11:28:16 2020-06-13] 178: Checking tracker ** [11:28:16 2020-06-13] 178: Checking user_migrations ** [11:28:16 2020-06-13] 178: Checking batch_updates ** [11:28:16 2020-06-13] 178: Checking gears ** [11:28:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:28:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:21 2020-06-13] 178: Checking imports ** [11:28:21 2020-06-13] 178: Checking exports ** [11:28:21 2020-06-13] 178: Checking users ** [11:28:21 2020-06-13] 178: Checking user_dbs ** [11:28:21 2020-06-13] 178: Checking geocodings ** [11:28:21 2020-06-13] 178: Checking synchronizations ** [11:28:21 2020-06-13] 178: Checking tracker ** [11:28:21 2020-06-13] 178: Checking user_migrations ** [11:28:21 2020-06-13] 178: Checking batch_updates ** [11:28:21 2020-06-13] 178: Checking gears ** [11:28:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:28:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:26 2020-06-13] 178: Checking imports ** [11:28:26 2020-06-13] 178: Checking exports ** [11:28:26 2020-06-13] 178: Checking users ** [11:28:26 2020-06-13] 178: Checking user_dbs ** [11:28:26 2020-06-13] 178: Checking geocodings ** [11:28:26 2020-06-13] 178: Checking synchronizations ** [11:28:26 2020-06-13] 178: Checking tracker ** [11:28:26 2020-06-13] 178: Checking user_migrations ** [11:28:26 2020-06-13] 178: Checking batch_updates ** [11:28:26 2020-06-13] 178: Checking gears ** [11:28:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:28:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:31 2020-06-13] 178: Checking imports ** [11:28:31 2020-06-13] 178: Checking exports ** [11:28:31 2020-06-13] 178: Checking users ** [11:28:31 2020-06-13] 178: Checking user_dbs ** [11:28:31 2020-06-13] 178: Checking geocodings ** [11:28:31 2020-06-13] 178: Checking synchronizations ** [11:28:31 2020-06-13] 178: Checking tracker ** [11:28:31 2020-06-13] 178: Checking user_migrations ** [11:28:31 2020-06-13] 178: Checking batch_updates ** [11:28:31 2020-06-13] 178: Checking gears ** [11:28:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:28:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:36 2020-06-13] 178: Checking imports ** [11:28:36 2020-06-13] 178: Checking exports ** [11:28:36 2020-06-13] 178: Checking users ** [11:28:36 2020-06-13] 178: Checking user_dbs ** [11:28:36 2020-06-13] 178: Checking geocodings ** [11:28:36 2020-06-13] 178: Checking synchronizations ** [11:28:36 2020-06-13] 178: Checking tracker ** [11:28:36 2020-06-13] 178: Checking user_migrations ** [11:28:36 2020-06-13] 178: Checking batch_updates ** [11:28:36 2020-06-13] 178: Checking gears ** [11:28:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:28:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:41 2020-06-13] 178: Checking imports ** [11:28:41 2020-06-13] 178: Checking exports ** [11:28:41 2020-06-13] 178: Checking users ** [11:28:41 2020-06-13] 178: Checking user_dbs ** [11:28:41 2020-06-13] 178: Checking geocodings ** [11:28:41 2020-06-13] 178: Checking synchronizations ** [11:28:41 2020-06-13] 178: Checking tracker ** [11:28:41 2020-06-13] 178: Checking user_migrations ** [11:28:41 2020-06-13] 178: Checking batch_updates ** [11:28:41 2020-06-13] 178: Checking gears ** [11:28:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:28:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:46 2020-06-13] 178: Checking imports ** [11:28:46 2020-06-13] 178: Checking exports ** [11:28:46 2020-06-13] 178: Checking users ** [11:28:46 2020-06-13] 178: Checking user_dbs ** [11:28:46 2020-06-13] 178: Checking geocodings ** [11:28:46 2020-06-13] 178: Checking synchronizations ** [11:28:46 2020-06-13] 178: Checking tracker ** [11:28:46 2020-06-13] 178: Checking user_migrations ** [11:28:46 2020-06-13] 178: Checking batch_updates ** [11:28:46 2020-06-13] 178: Checking gears ** [11:28:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:28:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:51 2020-06-13] 178: Checking imports ** [11:28:51 2020-06-13] 178: Checking exports ** [11:28:51 2020-06-13] 178: Checking users ** [11:28:51 2020-06-13] 178: Checking user_dbs ** [11:28:51 2020-06-13] 178: Checking geocodings ** [11:28:51 2020-06-13] 178: Checking synchronizations ** [11:28:51 2020-06-13] 178: Checking tracker ** [11:28:51 2020-06-13] 178: Checking user_migrations ** [11:28:51 2020-06-13] 178: Checking batch_updates ** [11:28:51 2020-06-13] 178: Checking gears ** [11:28:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:28:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:56 2020-06-13] 178: Checking imports ** [11:28:56 2020-06-13] 178: Checking exports ** [11:28:56 2020-06-13] 178: Checking users ** [11:28:56 2020-06-13] 178: Checking user_dbs ** [11:28:56 2020-06-13] 178: Checking geocodings ** [11:28:56 2020-06-13] 178: Checking synchronizations ** [11:28:56 2020-06-13] 178: Checking tracker ** [11:28:56 2020-06-13] 178: Checking user_migrations ** [11:28:56 2020-06-13] 178: Checking batch_updates ** [11:28:56 2020-06-13] 178: Checking gears ** [11:28:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:28:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:01 2020-06-13] 178: Checking imports ** [11:29:01 2020-06-13] 178: Checking exports ** [11:29:01 2020-06-13] 178: Checking users ** [11:29:01 2020-06-13] 178: Checking user_dbs ** [11:29:01 2020-06-13] 178: Checking geocodings ** [11:29:01 2020-06-13] 178: Checking synchronizations ** [11:29:01 2020-06-13] 178: Checking tracker ** [11:29:01 2020-06-13] 178: Checking user_migrations ** [11:29:01 2020-06-13] 178: Checking batch_updates ** [11:29:01 2020-06-13] 178: Checking gears ** [11:29:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:29:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:06 2020-06-13] 178: Checking imports ** [11:29:06 2020-06-13] 178: Checking exports ** [11:29:06 2020-06-13] 178: Checking users ** [11:29:06 2020-06-13] 178: Checking user_dbs ** [11:29:06 2020-06-13] 178: Checking geocodings ** [11:29:06 2020-06-13] 178: Checking synchronizations ** [11:29:06 2020-06-13] 178: Checking tracker ** [11:29:06 2020-06-13] 178: Checking user_migrations ** [11:29:06 2020-06-13] 178: Checking batch_updates ** [11:29:06 2020-06-13] 178: Checking gears ** [11:29:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:29:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:11 2020-06-13] 178: Checking imports ** [11:29:11 2020-06-13] 178: Checking exports ** [11:29:11 2020-06-13] 178: Checking users ** [11:29:11 2020-06-13] 178: Checking user_dbs ** [11:29:11 2020-06-13] 178: Checking geocodings ** [11:29:11 2020-06-13] 178: Checking synchronizations ** [11:29:11 2020-06-13] 178: Checking tracker ** [11:29:11 2020-06-13] 178: Checking user_migrations ** [11:29:11 2020-06-13] 178: Checking batch_updates ** [11:29:11 2020-06-13] 178: Checking gears ** [11:29:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:29:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:16 2020-06-13] 178: Checking imports ** [11:29:16 2020-06-13] 178: Checking exports ** [11:29:16 2020-06-13] 178: Checking users ** [11:29:16 2020-06-13] 178: Checking user_dbs ** [11:29:16 2020-06-13] 178: Checking geocodings ** [11:29:16 2020-06-13] 178: Checking synchronizations ** [11:29:16 2020-06-13] 178: Checking tracker ** [11:29:16 2020-06-13] 178: Checking user_migrations ** [11:29:16 2020-06-13] 178: Checking batch_updates ** [11:29:16 2020-06-13] 178: Checking gears ** [11:29:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:29:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:21 2020-06-13] 178: Checking imports ** [11:29:21 2020-06-13] 178: Checking exports ** [11:29:21 2020-06-13] 178: Checking users ** [11:29:21 2020-06-13] 178: Checking user_dbs ** [11:29:21 2020-06-13] 178: Checking geocodings ** [11:29:21 2020-06-13] 178: Checking synchronizations ** [11:29:21 2020-06-13] 178: Checking tracker ** [11:29:21 2020-06-13] 178: Checking user_migrations ** [11:29:21 2020-06-13] 178: Checking batch_updates ** [11:29:21 2020-06-13] 178: Checking gears ** [11:29:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:29:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:26 2020-06-13] 178: Checking imports ** [11:29:26 2020-06-13] 178: Checking exports ** [11:29:26 2020-06-13] 178: Checking users ** [11:29:26 2020-06-13] 178: Checking user_dbs ** [11:29:26 2020-06-13] 178: Checking geocodings ** [11:29:26 2020-06-13] 178: Checking synchronizations ** [11:29:26 2020-06-13] 178: Checking tracker ** [11:29:26 2020-06-13] 178: Checking user_migrations ** [11:29:26 2020-06-13] 178: Checking batch_updates ** [11:29:26 2020-06-13] 178: Checking gears ** [11:29:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:29:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:31 2020-06-13] 178: Checking imports ** [11:29:31 2020-06-13] 178: Checking exports ** [11:29:31 2020-06-13] 178: Checking users ** [11:29:31 2020-06-13] 178: Checking user_dbs ** [11:29:31 2020-06-13] 178: Checking geocodings ** [11:29:31 2020-06-13] 178: Checking synchronizations ** [11:29:31 2020-06-13] 178: Checking tracker ** [11:29:31 2020-06-13] 178: Checking user_migrations ** [11:29:31 2020-06-13] 178: Checking batch_updates ** [11:29:31 2020-06-13] 178: Checking gears ** [11:29:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:29:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:36 2020-06-13] 178: Checking imports ** [11:29:36 2020-06-13] 178: Checking exports ** [11:29:36 2020-06-13] 178: Checking users ** [11:29:36 2020-06-13] 178: Checking user_dbs ** [11:29:36 2020-06-13] 178: Checking geocodings ** [11:29:36 2020-06-13] 178: Checking synchronizations ** [11:29:36 2020-06-13] 178: Checking tracker ** [11:29:36 2020-06-13] 178: Checking user_migrations ** [11:29:36 2020-06-13] 178: Checking batch_updates ** [11:29:36 2020-06-13] 178: Checking gears ** [11:29:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:29:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:42 2020-06-13] 178: Checking imports ** [11:29:42 2020-06-13] 178: Checking exports ** [11:29:42 2020-06-13] 178: Checking users ** [11:29:42 2020-06-13] 178: Checking user_dbs ** [11:29:42 2020-06-13] 178: Checking geocodings ** [11:29:42 2020-06-13] 178: Checking synchronizations ** [11:29:42 2020-06-13] 178: Checking tracker ** [11:29:42 2020-06-13] 178: Checking user_migrations ** [11:29:42 2020-06-13] 178: Checking batch_updates ** [11:29:42 2020-06-13] 178: Checking gears ** [11:29:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:29:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:47 2020-06-13] 178: Checking imports ** [11:29:47 2020-06-13] 178: Checking exports ** [11:29:47 2020-06-13] 178: Checking users ** [11:29:47 2020-06-13] 178: Checking user_dbs ** [11:29:47 2020-06-13] 178: Checking geocodings ** [11:29:47 2020-06-13] 178: Checking synchronizations ** [11:29:47 2020-06-13] 178: Checking tracker ** [11:29:47 2020-06-13] 178: Checking user_migrations ** [11:29:47 2020-06-13] 178: Checking batch_updates ** [11:29:47 2020-06-13] 178: Checking gears ** [11:29:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:29:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:52 2020-06-13] 178: Checking imports ** [11:29:52 2020-06-13] 178: Checking exports ** [11:29:52 2020-06-13] 178: Checking users ** [11:29:52 2020-06-13] 178: Checking user_dbs ** [11:29:52 2020-06-13] 178: Checking geocodings ** [11:29:52 2020-06-13] 178: Checking synchronizations ** [11:29:52 2020-06-13] 178: Checking tracker ** [11:29:52 2020-06-13] 178: Checking user_migrations ** [11:29:52 2020-06-13] 178: Checking batch_updates ** [11:29:52 2020-06-13] 178: Checking gears ** [11:29:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:29:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:57 2020-06-13] 178: Checking imports ** [11:29:57 2020-06-13] 178: Checking exports ** [11:29:57 2020-06-13] 178: Checking users ** [11:29:57 2020-06-13] 178: Checking user_dbs ** [11:29:57 2020-06-13] 178: Checking geocodings ** [11:29:57 2020-06-13] 178: Checking synchronizations ** [11:29:57 2020-06-13] 178: Checking tracker ** [11:29:57 2020-06-13] 178: Checking user_migrations ** [11:29:57 2020-06-13] 178: Checking batch_updates ** [11:29:57 2020-06-13] 178: Checking gears ** [11:29:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:29:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:02 2020-06-13] 178: Checking imports ** [11:30:02 2020-06-13] 178: Checking exports ** [11:30:02 2020-06-13] 178: Checking users ** [11:30:02 2020-06-13] 178: Checking user_dbs ** [11:30:02 2020-06-13] 178: Checking geocodings ** [11:30:02 2020-06-13] 178: Checking synchronizations ** [11:30:02 2020-06-13] 178: Checking tracker ** [11:30:02 2020-06-13] 178: Checking user_migrations ** [11:30:02 2020-06-13] 178: Checking batch_updates ** [11:30:02 2020-06-13] 178: Checking gears ** [11:30:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:30:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:07 2020-06-13] 178: Checking imports ** [11:30:07 2020-06-13] 178: Checking exports ** [11:30:07 2020-06-13] 178: Checking users ** [11:30:07 2020-06-13] 178: Checking user_dbs ** [11:30:07 2020-06-13] 178: Checking geocodings ** [11:30:07 2020-06-13] 178: Checking synchronizations ** [11:30:07 2020-06-13] 178: Checking tracker ** [11:30:07 2020-06-13] 178: Checking user_migrations ** [11:30:07 2020-06-13] 178: Checking batch_updates ** [11:30:07 2020-06-13] 178: Checking gears ** [11:30:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:30:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:12 2020-06-13] 178: Checking imports ** [11:30:12 2020-06-13] 178: Checking exports ** [11:30:12 2020-06-13] 178: Checking users ** [11:30:12 2020-06-13] 178: Checking user_dbs ** [11:30:12 2020-06-13] 178: Checking geocodings ** [11:30:12 2020-06-13] 178: Checking synchronizations ** [11:30:12 2020-06-13] 178: Checking tracker ** [11:30:12 2020-06-13] 178: Checking user_migrations ** [11:30:12 2020-06-13] 178: Checking batch_updates ** [11:30:12 2020-06-13] 178: Checking gears ** [11:30:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:30:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:17 2020-06-13] 178: Checking imports ** [11:30:17 2020-06-13] 178: Checking exports ** [11:30:17 2020-06-13] 178: Checking users ** [11:30:17 2020-06-13] 178: Checking user_dbs ** [11:30:17 2020-06-13] 178: Checking geocodings ** [11:30:17 2020-06-13] 178: Checking synchronizations ** [11:30:17 2020-06-13] 178: Checking tracker ** [11:30:17 2020-06-13] 178: Checking user_migrations ** [11:30:17 2020-06-13] 178: Checking batch_updates ** [11:30:17 2020-06-13] 178: Checking gears ** [11:30:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:30:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:22 2020-06-13] 178: Checking imports ** [11:30:22 2020-06-13] 178: Checking exports ** [11:30:22 2020-06-13] 178: Checking users ** [11:30:22 2020-06-13] 178: Checking user_dbs ** [11:30:22 2020-06-13] 178: Checking geocodings ** [11:30:22 2020-06-13] 178: Checking synchronizations ** [11:30:22 2020-06-13] 178: Checking tracker ** [11:30:22 2020-06-13] 178: Checking user_migrations ** [11:30:22 2020-06-13] 178: Checking batch_updates ** [11:30:22 2020-06-13] 178: Checking gears ** [11:30:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:30:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:27 2020-06-13] 178: Checking imports ** [11:30:27 2020-06-13] 178: Checking exports ** [11:30:27 2020-06-13] 178: Checking users ** [11:30:27 2020-06-13] 178: Checking user_dbs ** [11:30:27 2020-06-13] 178: Checking geocodings ** [11:30:27 2020-06-13] 178: Checking synchronizations ** [11:30:27 2020-06-13] 178: Checking tracker ** [11:30:27 2020-06-13] 178: Checking user_migrations ** [11:30:27 2020-06-13] 178: Checking batch_updates ** [11:30:27 2020-06-13] 178: Checking gears ** [11:30:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:30:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:32 2020-06-13] 178: Checking imports ** [11:30:32 2020-06-13] 178: Checking exports ** [11:30:32 2020-06-13] 178: Checking users ** [11:30:32 2020-06-13] 178: Checking user_dbs ** [11:30:32 2020-06-13] 178: Checking geocodings ** [11:30:32 2020-06-13] 178: Checking synchronizations ** [11:30:32 2020-06-13] 178: Checking tracker ** [11:30:32 2020-06-13] 178: Checking user_migrations ** [11:30:32 2020-06-13] 178: Checking batch_updates ** [11:30:32 2020-06-13] 178: Checking gears ** [11:30:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:30:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:37 2020-06-13] 178: Checking imports ** [11:30:37 2020-06-13] 178: Checking exports ** [11:30:37 2020-06-13] 178: Checking users ** [11:30:37 2020-06-13] 178: Checking user_dbs ** [11:30:37 2020-06-13] 178: Checking geocodings ** [11:30:37 2020-06-13] 178: Checking synchronizations ** [11:30:37 2020-06-13] 178: Checking tracker ** [11:30:37 2020-06-13] 178: Checking user_migrations ** [11:30:37 2020-06-13] 178: Checking batch_updates ** [11:30:37 2020-06-13] 178: Checking gears ** [11:30:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:30:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:42 2020-06-13] 178: Checking imports ** [11:30:42 2020-06-13] 178: Checking exports ** [11:30:42 2020-06-13] 178: Checking users ** [11:30:42 2020-06-13] 178: Checking user_dbs ** [11:30:42 2020-06-13] 178: Checking geocodings ** [11:30:42 2020-06-13] 178: Checking synchronizations ** [11:30:42 2020-06-13] 178: Checking tracker ** [11:30:42 2020-06-13] 178: Checking user_migrations ** [11:30:42 2020-06-13] 178: Checking batch_updates ** [11:30:42 2020-06-13] 178: Checking gears ** [11:30:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:30:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:47 2020-06-13] 178: Checking imports ** [11:30:47 2020-06-13] 178: Checking exports ** [11:30:47 2020-06-13] 178: Checking users ** [11:30:47 2020-06-13] 178: Checking user_dbs ** [11:30:47 2020-06-13] 178: Checking geocodings ** [11:30:47 2020-06-13] 178: Checking synchronizations ** [11:30:47 2020-06-13] 178: Checking tracker ** [11:30:47 2020-06-13] 178: Checking user_migrations ** [11:30:47 2020-06-13] 178: Checking batch_updates ** [11:30:47 2020-06-13] 178: Checking gears ** [11:30:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:30:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:52 2020-06-13] 178: Checking imports ** [11:30:52 2020-06-13] 178: Checking exports ** [11:30:52 2020-06-13] 178: Checking users ** [11:30:52 2020-06-13] 178: Checking user_dbs ** [11:30:52 2020-06-13] 178: Checking geocodings ** [11:30:52 2020-06-13] 178: Checking synchronizations ** [11:30:52 2020-06-13] 178: Checking tracker ** [11:30:52 2020-06-13] 178: Checking user_migrations ** [11:30:52 2020-06-13] 178: Checking batch_updates ** [11:30:52 2020-06-13] 178: Checking gears ** [11:30:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:30:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:57 2020-06-13] 178: Checking imports ** [11:30:57 2020-06-13] 178: Checking exports ** [11:30:57 2020-06-13] 178: Checking users ** [11:30:57 2020-06-13] 178: Checking user_dbs ** [11:30:57 2020-06-13] 178: Checking geocodings ** [11:30:57 2020-06-13] 178: Checking synchronizations ** [11:30:57 2020-06-13] 178: Checking tracker ** [11:30:57 2020-06-13] 178: Checking user_migrations ** [11:30:57 2020-06-13] 178: Checking batch_updates ** [11:30:57 2020-06-13] 178: Checking gears ** [11:30:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:30:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:02 2020-06-13] 178: Checking imports ** [11:31:02 2020-06-13] 178: Checking exports ** [11:31:02 2020-06-13] 178: Checking users ** [11:31:02 2020-06-13] 178: Checking user_dbs ** [11:31:02 2020-06-13] 178: Checking geocodings ** [11:31:02 2020-06-13] 178: Checking synchronizations ** [11:31:02 2020-06-13] 178: Checking tracker ** [11:31:02 2020-06-13] 178: Checking user_migrations ** [11:31:02 2020-06-13] 178: Checking batch_updates ** [11:31:02 2020-06-13] 178: Checking gears ** [11:31:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:31:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:07 2020-06-13] 178: Checking imports ** [11:31:07 2020-06-13] 178: Checking exports ** [11:31:07 2020-06-13] 178: Checking users ** [11:31:07 2020-06-13] 178: Checking user_dbs ** [11:31:07 2020-06-13] 178: Checking geocodings ** [11:31:07 2020-06-13] 178: Checking synchronizations ** [11:31:07 2020-06-13] 178: Checking tracker ** [11:31:07 2020-06-13] 178: Checking user_migrations ** [11:31:07 2020-06-13] 178: Checking batch_updates ** [11:31:07 2020-06-13] 178: Checking gears ** [11:31:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:31:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:12 2020-06-13] 178: Checking imports ** [11:31:12 2020-06-13] 178: Checking exports ** [11:31:12 2020-06-13] 178: Checking users ** [11:31:12 2020-06-13] 178: Checking user_dbs ** [11:31:12 2020-06-13] 178: Checking geocodings ** [11:31:12 2020-06-13] 178: Checking synchronizations ** [11:31:12 2020-06-13] 178: Checking tracker ** [11:31:12 2020-06-13] 178: Checking user_migrations ** [11:31:12 2020-06-13] 178: Checking batch_updates ** [11:31:12 2020-06-13] 178: Checking gears ** [11:31:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:31:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:17 2020-06-13] 178: Checking imports ** [11:31:17 2020-06-13] 178: Checking exports ** [11:31:17 2020-06-13] 178: Checking users ** [11:31:17 2020-06-13] 178: Checking user_dbs ** [11:31:17 2020-06-13] 178: Checking geocodings ** [11:31:17 2020-06-13] 178: Checking synchronizations ** [11:31:17 2020-06-13] 178: Checking tracker ** [11:31:17 2020-06-13] 178: Checking user_migrations ** [11:31:17 2020-06-13] 178: Checking batch_updates ** [11:31:17 2020-06-13] 178: Checking gears ** [11:31:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:31:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:22 2020-06-13] 178: Checking imports ** [11:31:22 2020-06-13] 178: Checking exports ** [11:31:22 2020-06-13] 178: Checking users ** [11:31:22 2020-06-13] 178: Checking user_dbs ** [11:31:22 2020-06-13] 178: Checking geocodings ** [11:31:22 2020-06-13] 178: Checking synchronizations ** [11:31:22 2020-06-13] 178: Checking tracker ** [11:31:22 2020-06-13] 178: Checking user_migrations ** [11:31:22 2020-06-13] 178: Checking batch_updates ** [11:31:22 2020-06-13] 178: Checking gears ** [11:31:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:31:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:27 2020-06-13] 178: Checking imports ** [11:31:27 2020-06-13] 178: Checking exports ** [11:31:27 2020-06-13] 178: Checking users ** [11:31:27 2020-06-13] 178: Checking user_dbs ** [11:31:27 2020-06-13] 178: Checking geocodings ** [11:31:27 2020-06-13] 178: Checking synchronizations ** [11:31:27 2020-06-13] 178: Checking tracker ** [11:31:27 2020-06-13] 178: Checking user_migrations ** [11:31:27 2020-06-13] 178: Checking batch_updates ** [11:31:27 2020-06-13] 178: Checking gears ** [11:31:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:31:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:32 2020-06-13] 178: Checking imports ** [11:31:32 2020-06-13] 178: Checking exports ** [11:31:32 2020-06-13] 178: Checking users ** [11:31:32 2020-06-13] 178: Checking user_dbs ** [11:31:32 2020-06-13] 178: Checking geocodings ** [11:31:32 2020-06-13] 178: Checking synchronizations ** [11:31:32 2020-06-13] 178: Checking tracker ** [11:31:32 2020-06-13] 178: Checking user_migrations ** [11:31:32 2020-06-13] 178: Checking batch_updates ** [11:31:32 2020-06-13] 178: Checking gears ** [11:31:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:31:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:37 2020-06-13] 178: Checking imports ** [11:31:37 2020-06-13] 178: Checking exports ** [11:31:37 2020-06-13] 178: Checking users ** [11:31:37 2020-06-13] 178: Checking user_dbs ** [11:31:37 2020-06-13] 178: Checking geocodings ** [11:31:37 2020-06-13] 178: Checking synchronizations ** [11:31:37 2020-06-13] 178: Checking tracker ** [11:31:37 2020-06-13] 178: Checking user_migrations ** [11:31:37 2020-06-13] 178: Checking batch_updates ** [11:31:37 2020-06-13] 178: Checking gears ** [11:31:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:31:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:42 2020-06-13] 178: Checking imports ** [11:31:42 2020-06-13] 178: Checking exports ** [11:31:42 2020-06-13] 178: Checking users ** [11:31:42 2020-06-13] 178: Checking user_dbs ** [11:31:42 2020-06-13] 178: Checking geocodings ** [11:31:42 2020-06-13] 178: Checking synchronizations ** [11:31:42 2020-06-13] 178: Checking tracker ** [11:31:42 2020-06-13] 178: Checking user_migrations ** [11:31:42 2020-06-13] 178: Checking batch_updates ** [11:31:42 2020-06-13] 178: Checking gears ** [11:31:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:31:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:47 2020-06-13] 178: Checking imports ** [11:31:47 2020-06-13] 178: Checking exports ** [11:31:47 2020-06-13] 178: Checking users ** [11:31:47 2020-06-13] 178: Checking user_dbs ** [11:31:47 2020-06-13] 178: Checking geocodings ** [11:31:47 2020-06-13] 178: Checking synchronizations ** [11:31:47 2020-06-13] 178: Checking tracker ** [11:31:47 2020-06-13] 178: Checking user_migrations ** [11:31:47 2020-06-13] 178: Checking batch_updates ** [11:31:47 2020-06-13] 178: Checking gears ** [11:31:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:31:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:52 2020-06-13] 178: Checking imports ** [11:31:52 2020-06-13] 178: Checking exports ** [11:31:52 2020-06-13] 178: Checking users ** [11:31:52 2020-06-13] 178: Checking user_dbs ** [11:31:52 2020-06-13] 178: Checking geocodings ** [11:31:52 2020-06-13] 178: Checking synchronizations ** [11:31:52 2020-06-13] 178: Checking tracker ** [11:31:52 2020-06-13] 178: Checking user_migrations ** [11:31:52 2020-06-13] 178: Checking batch_updates ** [11:31:52 2020-06-13] 178: Checking gears ** [11:31:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:31:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:57 2020-06-13] 178: Checking imports ** [11:31:57 2020-06-13] 178: Checking exports ** [11:31:57 2020-06-13] 178: Checking users ** [11:31:57 2020-06-13] 178: Checking user_dbs ** [11:31:57 2020-06-13] 178: Checking geocodings ** [11:31:57 2020-06-13] 178: Checking synchronizations ** [11:31:57 2020-06-13] 178: Checking tracker ** [11:31:57 2020-06-13] 178: Checking user_migrations ** [11:31:57 2020-06-13] 178: Checking batch_updates ** [11:31:57 2020-06-13] 178: Checking gears ** [11:31:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:31:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:02 2020-06-13] 178: Checking imports ** [11:32:02 2020-06-13] 178: Checking exports ** [11:32:02 2020-06-13] 178: Checking users ** [11:32:02 2020-06-13] 178: Checking user_dbs ** [11:32:02 2020-06-13] 178: Checking geocodings ** [11:32:02 2020-06-13] 178: Checking synchronizations ** [11:32:02 2020-06-13] 178: Checking tracker ** [11:32:02 2020-06-13] 178: Checking user_migrations ** [11:32:02 2020-06-13] 178: Checking batch_updates ** [11:32:02 2020-06-13] 178: Checking gears ** [11:32:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:32:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:07 2020-06-13] 178: Checking imports ** [11:32:07 2020-06-13] 178: Checking exports ** [11:32:07 2020-06-13] 178: Checking users ** [11:32:07 2020-06-13] 178: Checking user_dbs ** [11:32:07 2020-06-13] 178: Checking geocodings ** [11:32:07 2020-06-13] 178: Checking synchronizations ** [11:32:07 2020-06-13] 178: Checking tracker ** [11:32:07 2020-06-13] 178: Checking user_migrations ** [11:32:07 2020-06-13] 178: Checking batch_updates ** [11:32:07 2020-06-13] 178: Checking gears ** [11:32:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:32:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:12 2020-06-13] 178: Checking imports ** [11:32:12 2020-06-13] 178: Checking exports ** [11:32:12 2020-06-13] 178: Checking users ** [11:32:12 2020-06-13] 178: Checking user_dbs ** [11:32:12 2020-06-13] 178: Checking geocodings ** [11:32:12 2020-06-13] 178: Checking synchronizations ** [11:32:12 2020-06-13] 178: Checking tracker ** [11:32:12 2020-06-13] 178: Checking user_migrations ** [11:32:12 2020-06-13] 178: Checking batch_updates ** [11:32:12 2020-06-13] 178: Checking gears ** [11:32:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:32:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:17 2020-06-13] 178: Checking imports ** [11:32:17 2020-06-13] 178: Checking exports ** [11:32:17 2020-06-13] 178: Checking users ** [11:32:17 2020-06-13] 178: Checking user_dbs ** [11:32:17 2020-06-13] 178: Checking geocodings ** [11:32:17 2020-06-13] 178: Checking synchronizations ** [11:32:17 2020-06-13] 178: Checking tracker ** [11:32:17 2020-06-13] 178: Checking user_migrations ** [11:32:17 2020-06-13] 178: Checking batch_updates ** [11:32:17 2020-06-13] 178: Checking gears ** [11:32:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:32:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:22 2020-06-13] 178: Checking imports ** [11:32:22 2020-06-13] 178: Checking exports ** [11:32:22 2020-06-13] 178: Checking users ** [11:32:22 2020-06-13] 178: Checking user_dbs ** [11:32:22 2020-06-13] 178: Checking geocodings ** [11:32:22 2020-06-13] 178: Checking synchronizations ** [11:32:22 2020-06-13] 178: Checking tracker ** [11:32:22 2020-06-13] 178: Checking user_migrations ** [11:32:22 2020-06-13] 178: Checking batch_updates ** [11:32:22 2020-06-13] 178: Checking gears ** [11:32:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:32:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:27 2020-06-13] 178: Checking imports ** [11:32:27 2020-06-13] 178: Checking exports ** [11:32:27 2020-06-13] 178: Checking users ** [11:32:27 2020-06-13] 178: Checking user_dbs ** [11:32:27 2020-06-13] 178: Checking geocodings ** [11:32:27 2020-06-13] 178: Checking synchronizations ** [11:32:27 2020-06-13] 178: Checking tracker ** [11:32:27 2020-06-13] 178: Checking user_migrations ** [11:32:27 2020-06-13] 178: Checking batch_updates ** [11:32:27 2020-06-13] 178: Checking gears ** [11:32:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:32:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:32 2020-06-13] 178: Checking imports ** [11:32:32 2020-06-13] 178: Checking exports ** [11:32:32 2020-06-13] 178: Checking users ** [11:32:32 2020-06-13] 178: Checking user_dbs ** [11:32:32 2020-06-13] 178: Checking geocodings ** [11:32:32 2020-06-13] 178: Checking synchronizations ** [11:32:32 2020-06-13] 178: Checking tracker ** [11:32:32 2020-06-13] 178: Checking user_migrations ** [11:32:32 2020-06-13] 178: Checking batch_updates ** [11:32:32 2020-06-13] 178: Checking gears ** [11:32:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:32:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:37 2020-06-13] 178: Checking imports ** [11:32:37 2020-06-13] 178: Checking exports ** [11:32:37 2020-06-13] 178: Checking users ** [11:32:37 2020-06-13] 178: Checking user_dbs ** [11:32:37 2020-06-13] 178: Checking geocodings ** [11:32:37 2020-06-13] 178: Checking synchronizations ** [11:32:37 2020-06-13] 178: Checking tracker ** [11:32:37 2020-06-13] 178: Checking user_migrations ** [11:32:37 2020-06-13] 178: Checking batch_updates ** [11:32:37 2020-06-13] 178: Checking gears ** [11:32:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:32:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:42 2020-06-13] 178: Checking imports ** [11:32:42 2020-06-13] 178: Checking exports ** [11:32:42 2020-06-13] 178: Checking users ** [11:32:42 2020-06-13] 178: Checking user_dbs ** [11:32:42 2020-06-13] 178: Checking geocodings ** [11:32:42 2020-06-13] 178: Checking synchronizations ** [11:32:42 2020-06-13] 178: Checking tracker ** [11:32:42 2020-06-13] 178: Checking user_migrations ** [11:32:42 2020-06-13] 178: Checking batch_updates ** [11:32:42 2020-06-13] 178: Checking gears ** [11:32:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:32:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:47 2020-06-13] 178: Checking imports ** [11:32:47 2020-06-13] 178: Checking exports ** [11:32:47 2020-06-13] 178: Checking users ** [11:32:47 2020-06-13] 178: Checking user_dbs ** [11:32:47 2020-06-13] 178: Checking geocodings ** [11:32:47 2020-06-13] 178: Checking synchronizations ** [11:32:47 2020-06-13] 178: Checking tracker ** [11:32:47 2020-06-13] 178: Checking user_migrations ** [11:32:47 2020-06-13] 178: Checking batch_updates ** [11:32:47 2020-06-13] 178: Checking gears ** [11:32:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:32:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:52 2020-06-13] 178: Checking imports ** [11:32:52 2020-06-13] 178: Checking exports ** [11:32:52 2020-06-13] 178: Checking users ** [11:32:52 2020-06-13] 178: Checking user_dbs ** [11:32:52 2020-06-13] 178: Checking geocodings ** [11:32:52 2020-06-13] 178: Checking synchronizations ** [11:32:52 2020-06-13] 178: Checking tracker ** [11:32:52 2020-06-13] 178: Checking user_migrations ** [11:32:52 2020-06-13] 178: Checking batch_updates ** [11:32:52 2020-06-13] 178: Checking gears ** [11:32:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:32:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:57 2020-06-13] 178: Checking imports ** [11:32:57 2020-06-13] 178: Checking exports ** [11:32:57 2020-06-13] 178: Checking users ** [11:32:57 2020-06-13] 178: Checking user_dbs ** [11:32:57 2020-06-13] 178: Checking geocodings ** [11:32:57 2020-06-13] 178: Checking synchronizations ** [11:32:57 2020-06-13] 178: Checking tracker ** [11:32:57 2020-06-13] 178: Checking user_migrations ** [11:32:57 2020-06-13] 178: Checking batch_updates ** [11:32:57 2020-06-13] 178: Checking gears ** [11:32:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:32:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:02 2020-06-13] 178: Checking imports ** [11:33:02 2020-06-13] 178: Checking exports ** [11:33:02 2020-06-13] 178: Checking users ** [11:33:02 2020-06-13] 178: Checking user_dbs ** [11:33:02 2020-06-13] 178: Checking geocodings ** [11:33:02 2020-06-13] 178: Checking synchronizations ** [11:33:02 2020-06-13] 178: Checking tracker ** [11:33:02 2020-06-13] 178: Checking user_migrations ** [11:33:02 2020-06-13] 178: Checking batch_updates ** [11:33:02 2020-06-13] 178: Checking gears ** [11:33:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:33:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:07 2020-06-13] 178: Checking imports ** [11:33:07 2020-06-13] 178: Checking exports ** [11:33:07 2020-06-13] 178: Checking users ** [11:33:07 2020-06-13] 178: Checking user_dbs ** [11:33:07 2020-06-13] 178: Checking geocodings ** [11:33:07 2020-06-13] 178: Checking synchronizations ** [11:33:07 2020-06-13] 178: Checking tracker ** [11:33:07 2020-06-13] 178: Checking user_migrations ** [11:33:07 2020-06-13] 178: Checking batch_updates ** [11:33:07 2020-06-13] 178: Checking gears ** [11:33:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:33:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:12 2020-06-13] 178: Checking imports ** [11:33:12 2020-06-13] 178: Checking exports ** [11:33:12 2020-06-13] 178: Checking users ** [11:33:12 2020-06-13] 178: Checking user_dbs ** [11:33:12 2020-06-13] 178: Checking geocodings ** [11:33:12 2020-06-13] 178: Checking synchronizations ** [11:33:12 2020-06-13] 178: Checking tracker ** [11:33:12 2020-06-13] 178: Checking user_migrations ** [11:33:12 2020-06-13] 178: Checking batch_updates ** [11:33:12 2020-06-13] 178: Checking gears ** [11:33:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:33:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:17 2020-06-13] 178: Checking imports ** [11:33:17 2020-06-13] 178: Checking exports ** [11:33:17 2020-06-13] 178: Checking users ** [11:33:17 2020-06-13] 178: Checking user_dbs ** [11:33:17 2020-06-13] 178: Checking geocodings ** [11:33:17 2020-06-13] 178: Checking synchronizations ** [11:33:17 2020-06-13] 178: Checking tracker ** [11:33:17 2020-06-13] 178: Checking user_migrations ** [11:33:17 2020-06-13] 178: Checking batch_updates ** [11:33:17 2020-06-13] 178: Checking gears ** [11:33:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:33:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:22 2020-06-13] 178: Checking imports ** [11:33:22 2020-06-13] 178: Checking exports ** [11:33:22 2020-06-13] 178: Checking users ** [11:33:22 2020-06-13] 178: Checking user_dbs ** [11:33:22 2020-06-13] 178: Checking geocodings ** [11:33:22 2020-06-13] 178: Checking synchronizations ** [11:33:22 2020-06-13] 178: Checking tracker ** [11:33:22 2020-06-13] 178: Checking user_migrations ** [11:33:22 2020-06-13] 178: Checking batch_updates ** [11:33:22 2020-06-13] 178: Checking gears ** [11:33:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:33:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:27 2020-06-13] 178: Checking imports ** [11:33:27 2020-06-13] 178: Checking exports ** [11:33:27 2020-06-13] 178: Checking users ** [11:33:27 2020-06-13] 178: Checking user_dbs ** [11:33:27 2020-06-13] 178: Checking geocodings ** [11:33:27 2020-06-13] 178: Checking synchronizations ** [11:33:27 2020-06-13] 178: Checking tracker ** [11:33:27 2020-06-13] 178: Checking user_migrations ** [11:33:27 2020-06-13] 178: Checking batch_updates ** [11:33:27 2020-06-13] 178: Checking gears ** [11:33:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:33:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:32 2020-06-13] 178: Checking imports ** [11:33:32 2020-06-13] 178: Checking exports ** [11:33:32 2020-06-13] 178: Checking users ** [11:33:32 2020-06-13] 178: Checking user_dbs ** [11:33:32 2020-06-13] 178: Checking geocodings ** [11:33:32 2020-06-13] 178: Checking synchronizations ** [11:33:32 2020-06-13] 178: Checking tracker ** [11:33:32 2020-06-13] 178: Checking user_migrations ** [11:33:32 2020-06-13] 178: Checking batch_updates ** [11:33:32 2020-06-13] 178: Checking gears ** [11:33:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:33:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:37 2020-06-13] 178: Checking imports ** [11:33:37 2020-06-13] 178: Checking exports ** [11:33:37 2020-06-13] 178: Checking users ** [11:33:37 2020-06-13] 178: Checking user_dbs ** [11:33:37 2020-06-13] 178: Checking geocodings ** [11:33:37 2020-06-13] 178: Checking synchronizations ** [11:33:37 2020-06-13] 178: Checking tracker ** [11:33:37 2020-06-13] 178: Checking user_migrations ** [11:33:37 2020-06-13] 178: Checking batch_updates ** [11:33:37 2020-06-13] 178: Checking gears ** [11:33:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:33:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:42 2020-06-13] 178: Checking imports ** [11:33:42 2020-06-13] 178: Checking exports ** [11:33:42 2020-06-13] 178: Checking users ** [11:33:42 2020-06-13] 178: Checking user_dbs ** [11:33:42 2020-06-13] 178: Checking geocodings ** [11:33:42 2020-06-13] 178: Checking synchronizations ** [11:33:42 2020-06-13] 178: Checking tracker ** [11:33:42 2020-06-13] 178: Checking user_migrations ** [11:33:42 2020-06-13] 178: Checking batch_updates ** [11:33:42 2020-06-13] 178: Checking gears ** [11:33:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:33:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:47 2020-06-13] 178: Checking imports ** [11:33:47 2020-06-13] 178: Checking exports ** [11:33:47 2020-06-13] 178: Checking users ** [11:33:47 2020-06-13] 178: Checking user_dbs ** [11:33:47 2020-06-13] 178: Checking geocodings ** [11:33:47 2020-06-13] 178: Checking synchronizations ** [11:33:47 2020-06-13] 178: Checking tracker ** [11:33:47 2020-06-13] 178: Checking user_migrations ** [11:33:47 2020-06-13] 178: Checking batch_updates ** [11:33:47 2020-06-13] 178: Checking gears ** [11:33:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:33:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:52 2020-06-13] 178: Checking imports ** [11:33:52 2020-06-13] 178: Checking exports ** [11:33:52 2020-06-13] 178: Checking users ** [11:33:52 2020-06-13] 178: Checking user_dbs ** [11:33:52 2020-06-13] 178: Checking geocodings ** [11:33:52 2020-06-13] 178: Checking synchronizations ** [11:33:52 2020-06-13] 178: Checking tracker ** [11:33:52 2020-06-13] 178: Checking user_migrations ** [11:33:52 2020-06-13] 178: Checking batch_updates ** [11:33:52 2020-06-13] 178: Checking gears ** [11:33:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:33:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:57 2020-06-13] 178: Checking imports ** [11:33:57 2020-06-13] 178: Checking exports ** [11:33:57 2020-06-13] 178: Checking users ** [11:33:57 2020-06-13] 178: Checking user_dbs ** [11:33:57 2020-06-13] 178: Checking geocodings ** [11:33:57 2020-06-13] 178: Checking synchronizations ** [11:33:57 2020-06-13] 178: Checking tracker ** [11:33:57 2020-06-13] 178: Checking user_migrations ** [11:33:57 2020-06-13] 178: Checking batch_updates ** [11:33:57 2020-06-13] 178: Checking gears ** [11:33:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:33:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:02 2020-06-13] 178: Checking imports ** [11:34:02 2020-06-13] 178: Checking exports ** [11:34:02 2020-06-13] 178: Checking users ** [11:34:02 2020-06-13] 178: Checking user_dbs ** [11:34:02 2020-06-13] 178: Checking geocodings ** [11:34:02 2020-06-13] 178: Checking synchronizations ** [11:34:02 2020-06-13] 178: Checking tracker ** [11:34:02 2020-06-13] 178: Checking user_migrations ** [11:34:02 2020-06-13] 178: Checking batch_updates ** [11:34:02 2020-06-13] 178: Checking gears ** [11:34:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:34:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:07 2020-06-13] 178: Checking imports ** [11:34:07 2020-06-13] 178: Checking exports ** [11:34:07 2020-06-13] 178: Checking users ** [11:34:07 2020-06-13] 178: Checking user_dbs ** [11:34:07 2020-06-13] 178: Checking geocodings ** [11:34:07 2020-06-13] 178: Checking synchronizations ** [11:34:07 2020-06-13] 178: Checking tracker ** [11:34:07 2020-06-13] 178: Checking user_migrations ** [11:34:07 2020-06-13] 178: Checking batch_updates ** [11:34:07 2020-06-13] 178: Checking gears ** [11:34:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:34:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:12 2020-06-13] 178: Checking imports ** [11:34:12 2020-06-13] 178: Checking exports ** [11:34:12 2020-06-13] 178: Checking users ** [11:34:12 2020-06-13] 178: Checking user_dbs ** [11:34:12 2020-06-13] 178: Checking geocodings ** [11:34:12 2020-06-13] 178: Checking synchronizations ** [11:34:12 2020-06-13] 178: Checking tracker ** [11:34:12 2020-06-13] 178: Checking user_migrations ** [11:34:12 2020-06-13] 178: Checking batch_updates ** [11:34:12 2020-06-13] 178: Checking gears ** [11:34:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:34:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:17 2020-06-13] 178: Checking imports ** [11:34:17 2020-06-13] 178: Checking exports ** [11:34:17 2020-06-13] 178: Checking users ** [11:34:17 2020-06-13] 178: Checking user_dbs ** [11:34:17 2020-06-13] 178: Checking geocodings ** [11:34:17 2020-06-13] 178: Checking synchronizations ** [11:34:17 2020-06-13] 178: Checking tracker ** [11:34:17 2020-06-13] 178: Checking user_migrations ** [11:34:17 2020-06-13] 178: Checking batch_updates ** [11:34:17 2020-06-13] 178: Checking gears ** [11:34:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:34:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:22 2020-06-13] 178: Checking imports ** [11:34:22 2020-06-13] 178: Checking exports ** [11:34:22 2020-06-13] 178: Checking users ** [11:34:22 2020-06-13] 178: Checking user_dbs ** [11:34:22 2020-06-13] 178: Checking geocodings ** [11:34:22 2020-06-13] 178: Checking synchronizations ** [11:34:22 2020-06-13] 178: Checking tracker ** [11:34:22 2020-06-13] 178: Checking user_migrations ** [11:34:22 2020-06-13] 178: Checking batch_updates ** [11:34:22 2020-06-13] 178: Checking gears ** [11:34:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:34:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:27 2020-06-13] 178: Checking imports ** [11:34:27 2020-06-13] 178: Checking exports ** [11:34:27 2020-06-13] 178: Checking users ** [11:34:27 2020-06-13] 178: Checking user_dbs ** [11:34:27 2020-06-13] 178: Checking geocodings ** [11:34:27 2020-06-13] 178: Checking synchronizations ** [11:34:27 2020-06-13] 178: Checking tracker ** [11:34:27 2020-06-13] 178: Checking user_migrations ** [11:34:27 2020-06-13] 178: Checking batch_updates ** [11:34:27 2020-06-13] 178: Checking gears ** [11:34:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:34:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:32 2020-06-13] 178: Checking imports ** [11:34:32 2020-06-13] 178: Checking exports ** [11:34:32 2020-06-13] 178: Checking users ** [11:34:32 2020-06-13] 178: Checking user_dbs ** [11:34:32 2020-06-13] 178: Checking geocodings ** [11:34:32 2020-06-13] 178: Checking synchronizations ** [11:34:32 2020-06-13] 178: Checking tracker ** [11:34:32 2020-06-13] 178: Checking user_migrations ** [11:34:32 2020-06-13] 178: Checking batch_updates ** [11:34:32 2020-06-13] 178: Checking gears ** [11:34:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:34:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:37 2020-06-13] 178: Checking imports ** [11:34:37 2020-06-13] 178: Checking exports ** [11:34:37 2020-06-13] 178: Checking users ** [11:34:37 2020-06-13] 178: Checking user_dbs ** [11:34:37 2020-06-13] 178: Checking geocodings ** [11:34:37 2020-06-13] 178: Checking synchronizations ** [11:34:37 2020-06-13] 178: Checking tracker ** [11:34:37 2020-06-13] 178: Checking user_migrations ** [11:34:37 2020-06-13] 178: Checking batch_updates ** [11:34:37 2020-06-13] 178: Checking gears ** [11:34:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:34:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:42 2020-06-13] 178: Checking imports ** [11:34:42 2020-06-13] 178: Checking exports ** [11:34:42 2020-06-13] 178: Checking users ** [11:34:42 2020-06-13] 178: Checking user_dbs ** [11:34:42 2020-06-13] 178: Checking geocodings ** [11:34:42 2020-06-13] 178: Checking synchronizations ** [11:34:42 2020-06-13] 178: Checking tracker ** [11:34:42 2020-06-13] 178: Checking user_migrations ** [11:34:42 2020-06-13] 178: Checking batch_updates ** [11:34:42 2020-06-13] 178: Checking gears ** [11:34:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:34:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:47 2020-06-13] 178: Checking imports ** [11:34:47 2020-06-13] 178: Checking exports ** [11:34:47 2020-06-13] 178: Checking users ** [11:34:47 2020-06-13] 178: Checking user_dbs ** [11:34:47 2020-06-13] 178: Checking geocodings ** [11:34:47 2020-06-13] 178: Checking synchronizations ** [11:34:47 2020-06-13] 178: Checking tracker ** [11:34:47 2020-06-13] 178: Checking user_migrations ** [11:34:47 2020-06-13] 178: Checking batch_updates ** [11:34:47 2020-06-13] 178: Checking gears ** [11:34:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:34:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:52 2020-06-13] 178: Checking imports ** [11:34:52 2020-06-13] 178: Checking exports ** [11:34:52 2020-06-13] 178: Checking users ** [11:34:52 2020-06-13] 178: Checking user_dbs ** [11:34:52 2020-06-13] 178: Checking geocodings ** [11:34:52 2020-06-13] 178: Checking synchronizations ** [11:34:52 2020-06-13] 178: Checking tracker ** [11:34:52 2020-06-13] 178: Checking user_migrations ** [11:34:52 2020-06-13] 178: Checking batch_updates ** [11:34:52 2020-06-13] 178: Checking gears ** [11:34:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:34:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:57 2020-06-13] 178: Checking imports ** [11:34:57 2020-06-13] 178: Checking exports ** [11:34:57 2020-06-13] 178: Checking users ** [11:34:57 2020-06-13] 178: Checking user_dbs ** [11:34:57 2020-06-13] 178: Checking geocodings ** [11:34:57 2020-06-13] 178: Checking synchronizations ** [11:34:57 2020-06-13] 178: Checking tracker ** [11:34:57 2020-06-13] 178: Checking user_migrations ** [11:34:57 2020-06-13] 178: Checking batch_updates ** [11:34:57 2020-06-13] 178: Checking gears ** [11:34:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:34:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:02 2020-06-13] 178: Checking imports ** [11:35:02 2020-06-13] 178: Checking exports ** [11:35:02 2020-06-13] 178: Checking users ** [11:35:02 2020-06-13] 178: Checking user_dbs ** [11:35:02 2020-06-13] 178: Checking geocodings ** [11:35:02 2020-06-13] 178: Checking synchronizations ** [11:35:02 2020-06-13] 178: Checking tracker ** [11:35:02 2020-06-13] 178: Checking user_migrations ** [11:35:02 2020-06-13] 178: Checking batch_updates ** [11:35:02 2020-06-13] 178: Checking gears ** [11:35:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:35:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:07 2020-06-13] 178: Checking imports ** [11:35:07 2020-06-13] 178: Checking exports ** [11:35:07 2020-06-13] 178: Checking users ** [11:35:07 2020-06-13] 178: Checking user_dbs ** [11:35:07 2020-06-13] 178: Checking geocodings ** [11:35:07 2020-06-13] 178: Checking synchronizations ** [11:35:07 2020-06-13] 178: Checking tracker ** [11:35:07 2020-06-13] 178: Checking user_migrations ** [11:35:07 2020-06-13] 178: Checking batch_updates ** [11:35:07 2020-06-13] 178: Checking gears ** [11:35:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:35:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:12 2020-06-13] 178: Checking imports ** [11:35:12 2020-06-13] 178: Checking exports ** [11:35:12 2020-06-13] 178: Checking users ** [11:35:12 2020-06-13] 178: Checking user_dbs ** [11:35:12 2020-06-13] 178: Checking geocodings ** [11:35:12 2020-06-13] 178: Checking synchronizations ** [11:35:12 2020-06-13] 178: Checking tracker ** [11:35:12 2020-06-13] 178: Checking user_migrations ** [11:35:12 2020-06-13] 178: Checking batch_updates ** [11:35:12 2020-06-13] 178: Checking gears ** [11:35:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:35:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:17 2020-06-13] 178: Checking imports ** [11:35:17 2020-06-13] 178: Checking exports ** [11:35:17 2020-06-13] 178: Checking users ** [11:35:17 2020-06-13] 178: Checking user_dbs ** [11:35:17 2020-06-13] 178: Checking geocodings ** [11:35:17 2020-06-13] 178: Checking synchronizations ** [11:35:17 2020-06-13] 178: Checking tracker ** [11:35:17 2020-06-13] 178: Checking user_migrations ** [11:35:17 2020-06-13] 178: Checking batch_updates ** [11:35:17 2020-06-13] 178: Checking gears ** [11:35:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:35:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:22 2020-06-13] 178: Checking imports ** [11:35:22 2020-06-13] 178: Checking exports ** [11:35:22 2020-06-13] 178: Checking users ** [11:35:22 2020-06-13] 178: Checking user_dbs ** [11:35:22 2020-06-13] 178: Checking geocodings ** [11:35:22 2020-06-13] 178: Checking synchronizations ** [11:35:22 2020-06-13] 178: Checking tracker ** [11:35:22 2020-06-13] 178: Checking user_migrations ** [11:35:22 2020-06-13] 178: Checking batch_updates ** [11:35:22 2020-06-13] 178: Checking gears ** [11:35:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:35:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:27 2020-06-13] 178: Checking imports ** [11:35:27 2020-06-13] 178: Checking exports ** [11:35:27 2020-06-13] 178: Checking users ** [11:35:27 2020-06-13] 178: Checking user_dbs ** [11:35:27 2020-06-13] 178: Checking geocodings ** [11:35:27 2020-06-13] 178: Checking synchronizations ** [11:35:27 2020-06-13] 178: Checking tracker ** [11:35:27 2020-06-13] 178: Checking user_migrations ** [11:35:27 2020-06-13] 178: Checking batch_updates ** [11:35:27 2020-06-13] 178: Checking gears ** [11:35:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:35:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:32 2020-06-13] 178: Checking imports ** [11:35:32 2020-06-13] 178: Checking exports ** [11:35:32 2020-06-13] 178: Checking users ** [11:35:32 2020-06-13] 178: Checking user_dbs ** [11:35:32 2020-06-13] 178: Checking geocodings ** [11:35:32 2020-06-13] 178: Checking synchronizations ** [11:35:32 2020-06-13] 178: Checking tracker ** [11:35:32 2020-06-13] 178: Checking user_migrations ** [11:35:32 2020-06-13] 178: Checking batch_updates ** [11:35:32 2020-06-13] 178: Checking gears ** [11:35:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:35:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:37 2020-06-13] 178: Checking imports ** [11:35:37 2020-06-13] 178: Checking exports ** [11:35:37 2020-06-13] 178: Checking users ** [11:35:37 2020-06-13] 178: Checking user_dbs ** [11:35:37 2020-06-13] 178: Checking geocodings ** [11:35:37 2020-06-13] 178: Checking synchronizations ** [11:35:37 2020-06-13] 178: Checking tracker ** [11:35:37 2020-06-13] 178: Checking user_migrations ** [11:35:37 2020-06-13] 178: Checking batch_updates ** [11:35:37 2020-06-13] 178: Checking gears ** [11:35:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:35:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:42 2020-06-13] 178: Checking imports ** [11:35:42 2020-06-13] 178: Checking exports ** [11:35:42 2020-06-13] 178: Checking users ** [11:35:42 2020-06-13] 178: Checking user_dbs ** [11:35:42 2020-06-13] 178: Checking geocodings ** [11:35:42 2020-06-13] 178: Checking synchronizations ** [11:35:42 2020-06-13] 178: Checking tracker ** [11:35:42 2020-06-13] 178: Checking user_migrations ** [11:35:42 2020-06-13] 178: Checking batch_updates ** [11:35:42 2020-06-13] 178: Checking gears ** [11:35:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:35:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:47 2020-06-13] 178: Checking imports ** [11:35:47 2020-06-13] 178: Checking exports ** [11:35:47 2020-06-13] 178: Checking users ** [11:35:47 2020-06-13] 178: Checking user_dbs ** [11:35:47 2020-06-13] 178: Checking geocodings ** [11:35:47 2020-06-13] 178: Checking synchronizations ** [11:35:47 2020-06-13] 178: Checking tracker ** [11:35:47 2020-06-13] 178: Checking user_migrations ** [11:35:47 2020-06-13] 178: Checking batch_updates ** [11:35:47 2020-06-13] 178: Checking gears ** [11:35:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:35:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:52 2020-06-13] 178: Checking imports ** [11:35:52 2020-06-13] 178: Checking exports ** [11:35:52 2020-06-13] 178: Checking users ** [11:35:52 2020-06-13] 178: Checking user_dbs ** [11:35:52 2020-06-13] 178: Checking geocodings ** [11:35:52 2020-06-13] 178: Checking synchronizations ** [11:35:52 2020-06-13] 178: Checking tracker ** [11:35:52 2020-06-13] 178: Checking user_migrations ** [11:35:52 2020-06-13] 178: Checking batch_updates ** [11:35:52 2020-06-13] 178: Checking gears ** [11:35:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:35:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:57 2020-06-13] 178: Checking imports ** [11:35:57 2020-06-13] 178: Checking exports ** [11:35:57 2020-06-13] 178: Checking users ** [11:35:57 2020-06-13] 178: Checking user_dbs ** [11:35:57 2020-06-13] 178: Checking geocodings ** [11:35:57 2020-06-13] 178: Checking synchronizations ** [11:35:57 2020-06-13] 178: Checking tracker ** [11:35:57 2020-06-13] 178: Checking user_migrations ** [11:35:57 2020-06-13] 178: Checking batch_updates ** [11:35:57 2020-06-13] 178: Checking gears ** [11:35:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:35:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:02 2020-06-13] 178: Checking imports ** [11:36:02 2020-06-13] 178: Checking exports ** [11:36:02 2020-06-13] 178: Checking users ** [11:36:02 2020-06-13] 178: Checking user_dbs ** [11:36:02 2020-06-13] 178: Checking geocodings ** [11:36:02 2020-06-13] 178: Checking synchronizations ** [11:36:02 2020-06-13] 178: Checking tracker ** [11:36:02 2020-06-13] 178: Checking user_migrations ** [11:36:02 2020-06-13] 178: Checking batch_updates ** [11:36:02 2020-06-13] 178: Checking gears ** [11:36:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:36:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:07 2020-06-13] 178: Checking imports ** [11:36:07 2020-06-13] 178: Checking exports ** [11:36:07 2020-06-13] 178: Checking users ** [11:36:07 2020-06-13] 178: Checking user_dbs ** [11:36:07 2020-06-13] 178: Checking geocodings ** [11:36:07 2020-06-13] 178: Checking synchronizations ** [11:36:07 2020-06-13] 178: Checking tracker ** [11:36:07 2020-06-13] 178: Checking user_migrations ** [11:36:07 2020-06-13] 178: Checking batch_updates ** [11:36:07 2020-06-13] 178: Checking gears ** [11:36:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:36:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:12 2020-06-13] 178: Checking imports ** [11:36:12 2020-06-13] 178: Checking exports ** [11:36:12 2020-06-13] 178: Checking users ** [11:36:12 2020-06-13] 178: Checking user_dbs ** [11:36:12 2020-06-13] 178: Checking geocodings ** [11:36:12 2020-06-13] 178: Checking synchronizations ** [11:36:12 2020-06-13] 178: Checking tracker ** [11:36:12 2020-06-13] 178: Checking user_migrations ** [11:36:12 2020-06-13] 178: Checking batch_updates ** [11:36:12 2020-06-13] 178: Checking gears ** [11:36:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:36:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:17 2020-06-13] 178: Checking imports ** [11:36:17 2020-06-13] 178: Checking exports ** [11:36:17 2020-06-13] 178: Checking users ** [11:36:17 2020-06-13] 178: Checking user_dbs ** [11:36:17 2020-06-13] 178: Checking geocodings ** [11:36:17 2020-06-13] 178: Checking synchronizations ** [11:36:17 2020-06-13] 178: Checking tracker ** [11:36:17 2020-06-13] 178: Checking user_migrations ** [11:36:17 2020-06-13] 178: Checking batch_updates ** [11:36:17 2020-06-13] 178: Checking gears ** [11:36:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:36:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:22 2020-06-13] 178: Checking imports ** [11:36:22 2020-06-13] 178: Checking exports ** [11:36:22 2020-06-13] 178: Checking users ** [11:36:22 2020-06-13] 178: Checking user_dbs ** [11:36:22 2020-06-13] 178: Checking geocodings ** [11:36:22 2020-06-13] 178: Checking synchronizations ** [11:36:22 2020-06-13] 178: Checking tracker ** [11:36:22 2020-06-13] 178: Checking user_migrations ** [11:36:22 2020-06-13] 178: Checking batch_updates ** [11:36:22 2020-06-13] 178: Checking gears ** [11:36:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:36:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:27 2020-06-13] 178: Checking imports ** [11:36:27 2020-06-13] 178: Checking exports ** [11:36:27 2020-06-13] 178: Checking users ** [11:36:27 2020-06-13] 178: Checking user_dbs ** [11:36:27 2020-06-13] 178: Checking geocodings ** [11:36:27 2020-06-13] 178: Checking synchronizations ** [11:36:27 2020-06-13] 178: Checking tracker ** [11:36:27 2020-06-13] 178: Checking user_migrations ** [11:36:27 2020-06-13] 178: Checking batch_updates ** [11:36:27 2020-06-13] 178: Checking gears ** [11:36:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:36:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:32 2020-06-13] 178: Checking imports ** [11:36:32 2020-06-13] 178: Checking exports ** [11:36:32 2020-06-13] 178: Checking users ** [11:36:32 2020-06-13] 178: Checking user_dbs ** [11:36:32 2020-06-13] 178: Checking geocodings ** [11:36:32 2020-06-13] 178: Checking synchronizations ** [11:36:32 2020-06-13] 178: Checking tracker ** [11:36:32 2020-06-13] 178: Checking user_migrations ** [11:36:32 2020-06-13] 178: Checking batch_updates ** [11:36:32 2020-06-13] 178: Checking gears ** [11:36:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:36:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:37 2020-06-13] 178: Checking imports ** [11:36:37 2020-06-13] 178: Checking exports ** [11:36:37 2020-06-13] 178: Checking users ** [11:36:37 2020-06-13] 178: Checking user_dbs ** [11:36:37 2020-06-13] 178: Checking geocodings ** [11:36:37 2020-06-13] 178: Checking synchronizations ** [11:36:37 2020-06-13] 178: Checking tracker ** [11:36:37 2020-06-13] 178: Checking user_migrations ** [11:36:37 2020-06-13] 178: Checking batch_updates ** [11:36:37 2020-06-13] 178: Checking gears ** [11:36:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:36:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:42 2020-06-13] 178: Checking imports ** [11:36:42 2020-06-13] 178: Checking exports ** [11:36:42 2020-06-13] 178: Checking users ** [11:36:42 2020-06-13] 178: Checking user_dbs ** [11:36:42 2020-06-13] 178: Checking geocodings ** [11:36:42 2020-06-13] 178: Checking synchronizations ** [11:36:42 2020-06-13] 178: Checking tracker ** [11:36:42 2020-06-13] 178: Checking user_migrations ** [11:36:42 2020-06-13] 178: Checking batch_updates ** [11:36:42 2020-06-13] 178: Checking gears ** [11:36:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:36:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:47 2020-06-13] 178: Checking imports ** [11:36:47 2020-06-13] 178: Checking exports ** [11:36:47 2020-06-13] 178: Checking users ** [11:36:47 2020-06-13] 178: Checking user_dbs ** [11:36:47 2020-06-13] 178: Checking geocodings ** [11:36:47 2020-06-13] 178: Checking synchronizations ** [11:36:47 2020-06-13] 178: Checking tracker ** [11:36:47 2020-06-13] 178: Checking user_migrations ** [11:36:47 2020-06-13] 178: Checking batch_updates ** [11:36:47 2020-06-13] 178: Checking gears ** [11:36:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:36:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:52 2020-06-13] 178: Checking imports ** [11:36:52 2020-06-13] 178: Checking exports ** [11:36:52 2020-06-13] 178: Checking users ** [11:36:52 2020-06-13] 178: Checking user_dbs ** [11:36:52 2020-06-13] 178: Checking geocodings ** [11:36:52 2020-06-13] 178: Checking synchronizations ** [11:36:52 2020-06-13] 178: Checking tracker ** [11:36:52 2020-06-13] 178: Checking user_migrations ** [11:36:52 2020-06-13] 178: Checking batch_updates ** [11:36:52 2020-06-13] 178: Checking gears ** [11:36:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:36:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:57 2020-06-13] 178: Checking imports ** [11:36:57 2020-06-13] 178: Checking exports ** [11:36:57 2020-06-13] 178: Checking users ** [11:36:57 2020-06-13] 178: Checking user_dbs ** [11:36:57 2020-06-13] 178: Checking geocodings ** [11:36:57 2020-06-13] 178: Checking synchronizations ** [11:36:57 2020-06-13] 178: Checking tracker ** [11:36:57 2020-06-13] 178: Checking user_migrations ** [11:36:57 2020-06-13] 178: Checking batch_updates ** [11:36:57 2020-06-13] 178: Checking gears ** [11:36:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:36:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:02 2020-06-13] 178: Checking imports ** [11:37:02 2020-06-13] 178: Checking exports ** [11:37:02 2020-06-13] 178: Checking users ** [11:37:02 2020-06-13] 178: Checking user_dbs ** [11:37:02 2020-06-13] 178: Checking geocodings ** [11:37:02 2020-06-13] 178: Checking synchronizations ** [11:37:02 2020-06-13] 178: Checking tracker ** [11:37:02 2020-06-13] 178: Checking user_migrations ** [11:37:02 2020-06-13] 178: Checking batch_updates ** [11:37:02 2020-06-13] 178: Checking gears ** [11:37:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:37:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:07 2020-06-13] 178: Checking imports ** [11:37:07 2020-06-13] 178: Checking exports ** [11:37:07 2020-06-13] 178: Checking users ** [11:37:07 2020-06-13] 178: Checking user_dbs ** [11:37:07 2020-06-13] 178: Checking geocodings ** [11:37:07 2020-06-13] 178: Checking synchronizations ** [11:37:07 2020-06-13] 178: Checking tracker ** [11:37:07 2020-06-13] 178: Checking user_migrations ** [11:37:07 2020-06-13] 178: Checking batch_updates ** [11:37:07 2020-06-13] 178: Checking gears ** [11:37:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:37:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:12 2020-06-13] 178: Checking imports ** [11:37:12 2020-06-13] 178: Checking exports ** [11:37:12 2020-06-13] 178: Checking users ** [11:37:12 2020-06-13] 178: Checking user_dbs ** [11:37:12 2020-06-13] 178: Checking geocodings ** [11:37:12 2020-06-13] 178: Checking synchronizations ** [11:37:12 2020-06-13] 178: Checking tracker ** [11:37:12 2020-06-13] 178: Checking user_migrations ** [11:37:12 2020-06-13] 178: Checking batch_updates ** [11:37:12 2020-06-13] 178: Checking gears ** [11:37:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:37:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:17 2020-06-13] 178: Checking imports ** [11:37:17 2020-06-13] 178: Checking exports ** [11:37:17 2020-06-13] 178: Checking users ** [11:37:17 2020-06-13] 178: Checking user_dbs ** [11:37:17 2020-06-13] 178: Checking geocodings ** [11:37:17 2020-06-13] 178: Checking synchronizations ** [11:37:17 2020-06-13] 178: Checking tracker ** [11:37:17 2020-06-13] 178: Checking user_migrations ** [11:37:17 2020-06-13] 178: Checking batch_updates ** [11:37:17 2020-06-13] 178: Checking gears ** [11:37:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:37:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:22 2020-06-13] 178: Checking imports ** [11:37:22 2020-06-13] 178: Checking exports ** [11:37:22 2020-06-13] 178: Checking users ** [11:37:22 2020-06-13] 178: Checking user_dbs ** [11:37:22 2020-06-13] 178: Checking geocodings ** [11:37:22 2020-06-13] 178: Checking synchronizations ** [11:37:22 2020-06-13] 178: Checking tracker ** [11:37:22 2020-06-13] 178: Checking user_migrations ** [11:37:22 2020-06-13] 178: Checking batch_updates ** [11:37:22 2020-06-13] 178: Checking gears ** [11:37:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:37:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:27 2020-06-13] 178: Checking imports ** [11:37:27 2020-06-13] 178: Checking exports ** [11:37:27 2020-06-13] 178: Checking users ** [11:37:27 2020-06-13] 178: Checking user_dbs ** [11:37:27 2020-06-13] 178: Checking geocodings ** [11:37:27 2020-06-13] 178: Checking synchronizations ** [11:37:27 2020-06-13] 178: Checking tracker ** [11:37:27 2020-06-13] 178: Checking user_migrations ** [11:37:27 2020-06-13] 178: Checking batch_updates ** [11:37:27 2020-06-13] 178: Checking gears ** [11:37:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:37:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:32 2020-06-13] 178: Checking imports ** [11:37:32 2020-06-13] 178: Checking exports ** [11:37:32 2020-06-13] 178: Checking users ** [11:37:32 2020-06-13] 178: Checking user_dbs ** [11:37:32 2020-06-13] 178: Checking geocodings ** [11:37:32 2020-06-13] 178: Checking synchronizations ** [11:37:32 2020-06-13] 178: Checking tracker ** [11:37:32 2020-06-13] 178: Checking user_migrations ** [11:37:32 2020-06-13] 178: Checking batch_updates ** [11:37:32 2020-06-13] 178: Checking gears ** [11:37:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:37:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:37 2020-06-13] 178: Checking imports ** [11:37:37 2020-06-13] 178: Checking exports ** [11:37:37 2020-06-13] 178: Checking users ** [11:37:37 2020-06-13] 178: Checking user_dbs ** [11:37:37 2020-06-13] 178: Checking geocodings ** [11:37:37 2020-06-13] 178: Checking synchronizations ** [11:37:37 2020-06-13] 178: Checking tracker ** [11:37:37 2020-06-13] 178: Checking user_migrations ** [11:37:37 2020-06-13] 178: Checking batch_updates ** [11:37:37 2020-06-13] 178: Checking gears ** [11:37:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:37:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:42 2020-06-13] 178: Checking imports ** [11:37:42 2020-06-13] 178: Checking exports ** [11:37:42 2020-06-13] 178: Checking users ** [11:37:42 2020-06-13] 178: Checking user_dbs ** [11:37:42 2020-06-13] 178: Checking geocodings ** [11:37:42 2020-06-13] 178: Checking synchronizations ** [11:37:42 2020-06-13] 178: Checking tracker ** [11:37:42 2020-06-13] 178: Checking user_migrations ** [11:37:42 2020-06-13] 178: Checking batch_updates ** [11:37:42 2020-06-13] 178: Checking gears ** [11:37:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:37:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:47 2020-06-13] 178: Checking imports ** [11:37:47 2020-06-13] 178: Checking exports ** [11:37:47 2020-06-13] 178: Checking users ** [11:37:47 2020-06-13] 178: Checking user_dbs ** [11:37:47 2020-06-13] 178: Checking geocodings ** [11:37:47 2020-06-13] 178: Checking synchronizations ** [11:37:47 2020-06-13] 178: Checking tracker ** [11:37:47 2020-06-13] 178: Checking user_migrations ** [11:37:47 2020-06-13] 178: Checking batch_updates ** [11:37:47 2020-06-13] 178: Checking gears ** [11:37:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:37:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:52 2020-06-13] 178: Checking imports ** [11:37:52 2020-06-13] 178: Checking exports ** [11:37:52 2020-06-13] 178: Checking users ** [11:37:52 2020-06-13] 178: Checking user_dbs ** [11:37:52 2020-06-13] 178: Checking geocodings ** [11:37:52 2020-06-13] 178: Checking synchronizations ** [11:37:52 2020-06-13] 178: Checking tracker ** [11:37:52 2020-06-13] 178: Checking user_migrations ** [11:37:52 2020-06-13] 178: Checking batch_updates ** [11:37:52 2020-06-13] 178: Checking gears ** [11:37:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:37:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:57 2020-06-13] 178: Checking imports ** [11:37:57 2020-06-13] 178: Checking exports ** [11:37:57 2020-06-13] 178: Checking users ** [11:37:57 2020-06-13] 178: Checking user_dbs ** [11:37:57 2020-06-13] 178: Checking geocodings ** [11:37:57 2020-06-13] 178: Checking synchronizations ** [11:37:57 2020-06-13] 178: Checking tracker ** [11:37:57 2020-06-13] 178: Checking user_migrations ** [11:37:57 2020-06-13] 178: Checking batch_updates ** [11:37:57 2020-06-13] 178: Checking gears ** [11:37:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:37:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:02 2020-06-13] 178: Checking imports ** [11:38:02 2020-06-13] 178: Checking exports ** [11:38:02 2020-06-13] 178: Checking users ** [11:38:02 2020-06-13] 178: Checking user_dbs ** [11:38:02 2020-06-13] 178: Checking geocodings ** [11:38:02 2020-06-13] 178: Checking synchronizations ** [11:38:02 2020-06-13] 178: Checking tracker ** [11:38:02 2020-06-13] 178: Checking user_migrations ** [11:38:02 2020-06-13] 178: Checking batch_updates ** [11:38:02 2020-06-13] 178: Checking gears ** [11:38:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:38:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:07 2020-06-13] 178: Checking imports ** [11:38:07 2020-06-13] 178: Checking exports ** [11:38:07 2020-06-13] 178: Checking users ** [11:38:07 2020-06-13] 178: Checking user_dbs ** [11:38:07 2020-06-13] 178: Checking geocodings ** [11:38:07 2020-06-13] 178: Checking synchronizations ** [11:38:07 2020-06-13] 178: Checking tracker ** [11:38:07 2020-06-13] 178: Checking user_migrations ** [11:38:07 2020-06-13] 178: Checking batch_updates ** [11:38:07 2020-06-13] 178: Checking gears ** [11:38:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:38:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:12 2020-06-13] 178: Checking imports ** [11:38:12 2020-06-13] 178: Checking exports ** [11:38:12 2020-06-13] 178: Checking users ** [11:38:12 2020-06-13] 178: Checking user_dbs ** [11:38:12 2020-06-13] 178: Checking geocodings ** [11:38:12 2020-06-13] 178: Checking synchronizations ** [11:38:12 2020-06-13] 178: Checking tracker ** [11:38:12 2020-06-13] 178: Checking user_migrations ** [11:38:12 2020-06-13] 178: Checking batch_updates ** [11:38:12 2020-06-13] 178: Checking gears ** [11:38:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:38:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:17 2020-06-13] 178: Checking imports ** [11:38:17 2020-06-13] 178: Checking exports ** [11:38:17 2020-06-13] 178: Checking users ** [11:38:17 2020-06-13] 178: Checking user_dbs ** [11:38:17 2020-06-13] 178: Checking geocodings ** [11:38:17 2020-06-13] 178: Checking synchronizations ** [11:38:17 2020-06-13] 178: Checking tracker ** [11:38:17 2020-06-13] 178: Checking user_migrations ** [11:38:17 2020-06-13] 178: Checking batch_updates ** [11:38:17 2020-06-13] 178: Checking gears ** [11:38:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:38:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:22 2020-06-13] 178: Checking imports ** [11:38:22 2020-06-13] 178: Checking exports ** [11:38:22 2020-06-13] 178: Checking users ** [11:38:22 2020-06-13] 178: Checking user_dbs ** [11:38:22 2020-06-13] 178: Checking geocodings ** [11:38:22 2020-06-13] 178: Checking synchronizations ** [11:38:22 2020-06-13] 178: Checking tracker ** [11:38:22 2020-06-13] 178: Checking user_migrations ** [11:38:22 2020-06-13] 178: Checking batch_updates ** [11:38:22 2020-06-13] 178: Checking gears ** [11:38:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:38:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:27 2020-06-13] 178: Checking imports ** [11:38:27 2020-06-13] 178: Checking exports ** [11:38:27 2020-06-13] 178: Checking users ** [11:38:27 2020-06-13] 178: Checking user_dbs ** [11:38:27 2020-06-13] 178: Checking geocodings ** [11:38:27 2020-06-13] 178: Checking synchronizations ** [11:38:27 2020-06-13] 178: Checking tracker ** [11:38:27 2020-06-13] 178: Checking user_migrations ** [11:38:27 2020-06-13] 178: Checking batch_updates ** [11:38:27 2020-06-13] 178: Checking gears ** [11:38:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:38:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:32 2020-06-13] 178: Checking imports ** [11:38:32 2020-06-13] 178: Checking exports ** [11:38:32 2020-06-13] 178: Checking users ** [11:38:32 2020-06-13] 178: Checking user_dbs ** [11:38:32 2020-06-13] 178: Checking geocodings ** [11:38:32 2020-06-13] 178: Checking synchronizations ** [11:38:32 2020-06-13] 178: Checking tracker ** [11:38:32 2020-06-13] 178: Checking user_migrations ** [11:38:32 2020-06-13] 178: Checking batch_updates ** [11:38:32 2020-06-13] 178: Checking gears ** [11:38:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:38:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:37 2020-06-13] 178: Checking imports ** [11:38:37 2020-06-13] 178: Checking exports ** [11:38:37 2020-06-13] 178: Checking users ** [11:38:37 2020-06-13] 178: Checking user_dbs ** [11:38:37 2020-06-13] 178: Checking geocodings ** [11:38:37 2020-06-13] 178: Checking synchronizations ** [11:38:37 2020-06-13] 178: Checking tracker ** [11:38:37 2020-06-13] 178: Checking user_migrations ** [11:38:37 2020-06-13] 178: Checking batch_updates ** [11:38:37 2020-06-13] 178: Checking gears ** [11:38:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:38:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:42 2020-06-13] 178: Checking imports ** [11:38:42 2020-06-13] 178: Checking exports ** [11:38:42 2020-06-13] 178: Checking users ** [11:38:42 2020-06-13] 178: Checking user_dbs ** [11:38:42 2020-06-13] 178: Checking geocodings ** [11:38:42 2020-06-13] 178: Checking synchronizations ** [11:38:42 2020-06-13] 178: Checking tracker ** [11:38:42 2020-06-13] 178: Checking user_migrations ** [11:38:42 2020-06-13] 178: Checking batch_updates ** [11:38:42 2020-06-13] 178: Checking gears ** [11:38:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:38:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:47 2020-06-13] 178: Checking imports ** [11:38:47 2020-06-13] 178: Checking exports ** [11:38:47 2020-06-13] 178: Checking users ** [11:38:47 2020-06-13] 178: Checking user_dbs ** [11:38:47 2020-06-13] 178: Checking geocodings ** [11:38:47 2020-06-13] 178: Checking synchronizations ** [11:38:47 2020-06-13] 178: Checking tracker ** [11:38:47 2020-06-13] 178: Checking user_migrations ** [11:38:47 2020-06-13] 178: Checking batch_updates ** [11:38:47 2020-06-13] 178: Checking gears ** [11:38:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:38:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:52 2020-06-13] 178: Checking imports ** [11:38:53 2020-06-13] 178: Checking exports ** [11:38:53 2020-06-13] 178: Checking users ** [11:38:53 2020-06-13] 178: Checking user_dbs ** [11:38:53 2020-06-13] 178: Checking geocodings ** [11:38:53 2020-06-13] 178: Checking synchronizations ** [11:38:53 2020-06-13] 178: Checking tracker ** [11:38:53 2020-06-13] 178: Checking user_migrations ** [11:38:53 2020-06-13] 178: Checking batch_updates ** [11:38:53 2020-06-13] 178: Checking gears ** [11:38:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:38:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:58 2020-06-13] 178: Checking imports ** [11:38:58 2020-06-13] 178: Checking exports ** [11:38:58 2020-06-13] 178: Checking users ** [11:38:58 2020-06-13] 178: Checking user_dbs ** [11:38:58 2020-06-13] 178: Checking geocodings ** [11:38:58 2020-06-13] 178: Checking synchronizations ** [11:38:58 2020-06-13] 178: Checking tracker ** [11:38:58 2020-06-13] 178: Checking user_migrations ** [11:38:58 2020-06-13] 178: Checking batch_updates ** [11:38:58 2020-06-13] 178: Checking gears ** [11:38:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:38:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:03 2020-06-13] 178: Checking imports ** [11:39:03 2020-06-13] 178: Checking exports ** [11:39:03 2020-06-13] 178: Checking users ** [11:39:03 2020-06-13] 178: Checking user_dbs ** [11:39:03 2020-06-13] 178: Checking geocodings ** [11:39:03 2020-06-13] 178: Checking synchronizations ** [11:39:03 2020-06-13] 178: Checking tracker ** [11:39:03 2020-06-13] 178: Checking user_migrations ** [11:39:03 2020-06-13] 178: Checking batch_updates ** [11:39:03 2020-06-13] 178: Checking gears ** [11:39:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:39:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:08 2020-06-13] 178: Checking imports ** [11:39:08 2020-06-13] 178: Checking exports ** [11:39:08 2020-06-13] 178: Checking users ** [11:39:08 2020-06-13] 178: Checking user_dbs ** [11:39:08 2020-06-13] 178: Checking geocodings ** [11:39:08 2020-06-13] 178: Checking synchronizations ** [11:39:08 2020-06-13] 178: Checking tracker ** [11:39:08 2020-06-13] 178: Checking user_migrations ** [11:39:08 2020-06-13] 178: Checking batch_updates ** [11:39:08 2020-06-13] 178: Checking gears ** [11:39:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:39:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:13 2020-06-13] 178: Checking imports ** [11:39:13 2020-06-13] 178: Checking exports ** [11:39:13 2020-06-13] 178: Checking users ** [11:39:13 2020-06-13] 178: Checking user_dbs ** [11:39:13 2020-06-13] 178: Checking geocodings ** [11:39:13 2020-06-13] 178: Checking synchronizations ** [11:39:13 2020-06-13] 178: Checking tracker ** [11:39:13 2020-06-13] 178: Checking user_migrations ** [11:39:13 2020-06-13] 178: Checking batch_updates ** [11:39:13 2020-06-13] 178: Checking gears ** [11:39:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:39:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:18 2020-06-13] 178: Checking imports ** [11:39:18 2020-06-13] 178: Checking exports ** [11:39:18 2020-06-13] 178: Checking users ** [11:39:18 2020-06-13] 178: Checking user_dbs ** [11:39:18 2020-06-13] 178: Checking geocodings ** [11:39:18 2020-06-13] 178: Checking synchronizations ** [11:39:18 2020-06-13] 178: Checking tracker ** [11:39:18 2020-06-13] 178: Checking user_migrations ** [11:39:18 2020-06-13] 178: Checking batch_updates ** [11:39:18 2020-06-13] 178: Checking gears ** [11:39:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:39:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:23 2020-06-13] 178: Checking imports ** [11:39:23 2020-06-13] 178: Checking exports ** [11:39:23 2020-06-13] 178: Checking users ** [11:39:23 2020-06-13] 178: Checking user_dbs ** [11:39:23 2020-06-13] 178: Checking geocodings ** [11:39:23 2020-06-13] 178: Checking synchronizations ** [11:39:23 2020-06-13] 178: Checking tracker ** [11:39:23 2020-06-13] 178: Checking user_migrations ** [11:39:23 2020-06-13] 178: Checking batch_updates ** [11:39:23 2020-06-13] 178: Checking gears ** [11:39:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:39:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:28 2020-06-13] 178: Checking imports ** [11:39:28 2020-06-13] 178: Checking exports ** [11:39:28 2020-06-13] 178: Checking users ** [11:39:28 2020-06-13] 178: Checking user_dbs ** [11:39:28 2020-06-13] 178: Checking geocodings ** [11:39:28 2020-06-13] 178: Checking synchronizations ** [11:39:28 2020-06-13] 178: Checking tracker ** [11:39:28 2020-06-13] 178: Checking user_migrations ** [11:39:28 2020-06-13] 178: Checking batch_updates ** [11:39:28 2020-06-13] 178: Checking gears ** [11:39:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:39:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:33 2020-06-13] 178: Checking imports ** [11:39:33 2020-06-13] 178: Checking exports ** [11:39:33 2020-06-13] 178: Checking users ** [11:39:33 2020-06-13] 178: Checking user_dbs ** [11:39:33 2020-06-13] 178: Checking geocodings ** [11:39:33 2020-06-13] 178: Checking synchronizations ** [11:39:33 2020-06-13] 178: Checking tracker ** [11:39:33 2020-06-13] 178: Checking user_migrations ** [11:39:33 2020-06-13] 178: Checking batch_updates ** [11:39:33 2020-06-13] 178: Checking gears ** [11:39:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:39:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:38 2020-06-13] 178: Checking imports ** [11:39:38 2020-06-13] 178: Checking exports ** [11:39:38 2020-06-13] 178: Checking users ** [11:39:38 2020-06-13] 178: Checking user_dbs ** [11:39:38 2020-06-13] 178: Checking geocodings ** [11:39:38 2020-06-13] 178: Checking synchronizations ** [11:39:38 2020-06-13] 178: Checking tracker ** [11:39:38 2020-06-13] 178: Checking user_migrations ** [11:39:38 2020-06-13] 178: Checking batch_updates ** [11:39:38 2020-06-13] 178: Checking gears ** [11:39:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:39:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:43 2020-06-13] 178: Checking imports ** [11:39:43 2020-06-13] 178: Checking exports ** [11:39:43 2020-06-13] 178: Checking users ** [11:39:43 2020-06-13] 178: Checking user_dbs ** [11:39:43 2020-06-13] 178: Checking geocodings ** [11:39:43 2020-06-13] 178: Checking synchronizations ** [11:39:43 2020-06-13] 178: Checking tracker ** [11:39:43 2020-06-13] 178: Checking user_migrations ** [11:39:43 2020-06-13] 178: Checking batch_updates ** [11:39:43 2020-06-13] 178: Checking gears ** [11:39:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:39:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:48 2020-06-13] 178: Checking imports ** [11:39:48 2020-06-13] 178: Checking exports ** [11:39:48 2020-06-13] 178: Checking users ** [11:39:48 2020-06-13] 178: Checking user_dbs ** [11:39:48 2020-06-13] 178: Checking geocodings ** [11:39:48 2020-06-13] 178: Checking synchronizations ** [11:39:48 2020-06-13] 178: Checking tracker ** [11:39:48 2020-06-13] 178: Checking user_migrations ** [11:39:48 2020-06-13] 178: Checking batch_updates ** [11:39:48 2020-06-13] 178: Checking gears ** [11:39:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:39:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:53 2020-06-13] 178: Checking imports ** [11:39:53 2020-06-13] 178: Checking exports ** [11:39:53 2020-06-13] 178: Checking users ** [11:39:53 2020-06-13] 178: Checking user_dbs ** [11:39:53 2020-06-13] 178: Checking geocodings ** [11:39:53 2020-06-13] 178: Checking synchronizations ** [11:39:53 2020-06-13] 178: Checking tracker ** [11:39:53 2020-06-13] 178: Checking user_migrations ** [11:39:53 2020-06-13] 178: Checking batch_updates ** [11:39:53 2020-06-13] 178: Checking gears ** [11:39:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:39:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:58 2020-06-13] 178: Checking imports ** [11:39:58 2020-06-13] 178: Checking exports ** [11:39:58 2020-06-13] 178: Checking users ** [11:39:58 2020-06-13] 178: Checking user_dbs ** [11:39:58 2020-06-13] 178: Checking geocodings ** [11:39:58 2020-06-13] 178: Checking synchronizations ** [11:39:58 2020-06-13] 178: Checking tracker ** [11:39:58 2020-06-13] 178: Checking user_migrations ** [11:39:58 2020-06-13] 178: Checking batch_updates ** [11:39:58 2020-06-13] 178: Checking gears ** [11:39:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:39:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:03 2020-06-13] 178: Checking imports ** [11:40:03 2020-06-13] 178: Checking exports ** [11:40:03 2020-06-13] 178: Checking users ** [11:40:03 2020-06-13] 178: Checking user_dbs ** [11:40:03 2020-06-13] 178: Checking geocodings ** [11:40:03 2020-06-13] 178: Checking synchronizations ** [11:40:03 2020-06-13] 178: Checking tracker ** [11:40:03 2020-06-13] 178: Checking user_migrations ** [11:40:03 2020-06-13] 178: Checking batch_updates ** [11:40:03 2020-06-13] 178: Checking gears ** [11:40:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:40:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:08 2020-06-13] 178: Checking imports ** [11:40:08 2020-06-13] 178: Checking exports ** [11:40:08 2020-06-13] 178: Checking users ** [11:40:08 2020-06-13] 178: Checking user_dbs ** [11:40:08 2020-06-13] 178: Checking geocodings ** [11:40:08 2020-06-13] 178: Checking synchronizations ** [11:40:08 2020-06-13] 178: Checking tracker ** [11:40:08 2020-06-13] 178: Checking user_migrations ** [11:40:08 2020-06-13] 178: Checking batch_updates ** [11:40:08 2020-06-13] 178: Checking gears ** [11:40:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:40:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:13 2020-06-13] 178: Checking imports ** [11:40:13 2020-06-13] 178: Checking exports ** [11:40:13 2020-06-13] 178: Checking users ** [11:40:13 2020-06-13] 178: Checking user_dbs ** [11:40:13 2020-06-13] 178: Checking geocodings ** [11:40:13 2020-06-13] 178: Checking synchronizations ** [11:40:13 2020-06-13] 178: Checking tracker ** [11:40:13 2020-06-13] 178: Checking user_migrations ** [11:40:13 2020-06-13] 178: Checking batch_updates ** [11:40:13 2020-06-13] 178: Checking gears ** [11:40:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:40:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:18 2020-06-13] 178: Checking imports ** [11:40:18 2020-06-13] 178: Checking exports ** [11:40:18 2020-06-13] 178: Checking users ** [11:40:18 2020-06-13] 178: Checking user_dbs ** [11:40:18 2020-06-13] 178: Checking geocodings ** [11:40:18 2020-06-13] 178: Checking synchronizations ** [11:40:18 2020-06-13] 178: Checking tracker ** [11:40:18 2020-06-13] 178: Checking user_migrations ** [11:40:18 2020-06-13] 178: Checking batch_updates ** [11:40:18 2020-06-13] 178: Checking gears ** [11:40:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:40:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:23 2020-06-13] 178: Checking imports ** [11:40:23 2020-06-13] 178: Checking exports ** [11:40:23 2020-06-13] 178: Checking users ** [11:40:23 2020-06-13] 178: Checking user_dbs ** [11:40:23 2020-06-13] 178: Checking geocodings ** [11:40:23 2020-06-13] 178: Checking synchronizations ** [11:40:23 2020-06-13] 178: Checking tracker ** [11:40:23 2020-06-13] 178: Checking user_migrations ** [11:40:23 2020-06-13] 178: Checking batch_updates ** [11:40:23 2020-06-13] 178: Checking gears ** [11:40:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:40:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:28 2020-06-13] 178: Checking imports ** [11:40:28 2020-06-13] 178: Checking exports ** [11:40:28 2020-06-13] 178: Checking users ** [11:40:28 2020-06-13] 178: Checking user_dbs ** [11:40:28 2020-06-13] 178: Checking geocodings ** [11:40:28 2020-06-13] 178: Checking synchronizations ** [11:40:28 2020-06-13] 178: Checking tracker ** [11:40:28 2020-06-13] 178: Checking user_migrations ** [11:40:28 2020-06-13] 178: Checking batch_updates ** [11:40:28 2020-06-13] 178: Checking gears ** [11:40:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:40:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:33 2020-06-13] 178: Checking imports ** [11:40:33 2020-06-13] 178: Checking exports ** [11:40:33 2020-06-13] 178: Checking users ** [11:40:33 2020-06-13] 178: Checking user_dbs ** [11:40:33 2020-06-13] 178: Checking geocodings ** [11:40:33 2020-06-13] 178: Checking synchronizations ** [11:40:33 2020-06-13] 178: Checking tracker ** [11:40:33 2020-06-13] 178: Checking user_migrations ** [11:40:33 2020-06-13] 178: Checking batch_updates ** [11:40:33 2020-06-13] 178: Checking gears ** [11:40:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:40:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:38 2020-06-13] 178: Checking imports ** [11:40:38 2020-06-13] 178: Checking exports ** [11:40:38 2020-06-13] 178: Checking users ** [11:40:38 2020-06-13] 178: Checking user_dbs ** [11:40:38 2020-06-13] 178: Checking geocodings ** [11:40:38 2020-06-13] 178: Checking synchronizations ** [11:40:38 2020-06-13] 178: Checking tracker ** [11:40:38 2020-06-13] 178: Checking user_migrations ** [11:40:38 2020-06-13] 178: Checking batch_updates ** [11:40:38 2020-06-13] 178: Checking gears ** [11:40:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:40:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:43 2020-06-13] 178: Checking imports ** [11:40:43 2020-06-13] 178: Checking exports ** [11:40:43 2020-06-13] 178: Checking users ** [11:40:43 2020-06-13] 178: Checking user_dbs ** [11:40:43 2020-06-13] 178: Checking geocodings ** [11:40:43 2020-06-13] 178: Checking synchronizations ** [11:40:43 2020-06-13] 178: Checking tracker ** [11:40:43 2020-06-13] 178: Checking user_migrations ** [11:40:43 2020-06-13] 178: Checking batch_updates ** [11:40:43 2020-06-13] 178: Checking gears ** [11:40:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:40:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:48 2020-06-13] 178: Checking imports ** [11:40:48 2020-06-13] 178: Checking exports ** [11:40:48 2020-06-13] 178: Checking users ** [11:40:48 2020-06-13] 178: Checking user_dbs ** [11:40:48 2020-06-13] 178: Checking geocodings ** [11:40:48 2020-06-13] 178: Checking synchronizations ** [11:40:48 2020-06-13] 178: Checking tracker ** [11:40:48 2020-06-13] 178: Checking user_migrations ** [11:40:48 2020-06-13] 178: Checking batch_updates ** [11:40:48 2020-06-13] 178: Checking gears ** [11:40:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:40:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:53 2020-06-13] 178: Checking imports ** [11:40:53 2020-06-13] 178: Checking exports ** [11:40:53 2020-06-13] 178: Checking users ** [11:40:53 2020-06-13] 178: Checking user_dbs ** [11:40:53 2020-06-13] 178: Checking geocodings ** [11:40:53 2020-06-13] 178: Checking synchronizations ** [11:40:53 2020-06-13] 178: Checking tracker ** [11:40:53 2020-06-13] 178: Checking user_migrations ** [11:40:53 2020-06-13] 178: Checking batch_updates ** [11:40:53 2020-06-13] 178: Checking gears ** [11:40:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:40:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:58 2020-06-13] 178: Checking imports ** [11:40:58 2020-06-13] 178: Checking exports ** [11:40:58 2020-06-13] 178: Checking users ** [11:40:58 2020-06-13] 178: Checking user_dbs ** [11:40:58 2020-06-13] 178: Checking geocodings ** [11:40:58 2020-06-13] 178: Checking synchronizations ** [11:40:58 2020-06-13] 178: Checking tracker ** [11:40:58 2020-06-13] 178: Checking user_migrations ** [11:40:58 2020-06-13] 178: Checking batch_updates ** [11:40:58 2020-06-13] 178: Checking gears ** [11:40:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:40:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:03 2020-06-13] 178: Checking imports ** [11:41:03 2020-06-13] 178: Checking exports ** [11:41:03 2020-06-13] 178: Checking users ** [11:41:03 2020-06-13] 178: Checking user_dbs ** [11:41:03 2020-06-13] 178: Checking geocodings ** [11:41:03 2020-06-13] 178: Checking synchronizations ** [11:41:03 2020-06-13] 178: Checking tracker ** [11:41:03 2020-06-13] 178: Checking user_migrations ** [11:41:03 2020-06-13] 178: Checking batch_updates ** [11:41:03 2020-06-13] 178: Checking gears ** [11:41:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:41:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:08 2020-06-13] 178: Checking imports ** [11:41:08 2020-06-13] 178: Checking exports ** [11:41:08 2020-06-13] 178: Checking users ** [11:41:08 2020-06-13] 178: Checking user_dbs ** [11:41:08 2020-06-13] 178: Checking geocodings ** [11:41:08 2020-06-13] 178: Checking synchronizations ** [11:41:08 2020-06-13] 178: Checking tracker ** [11:41:08 2020-06-13] 178: Checking user_migrations ** [11:41:08 2020-06-13] 178: Checking batch_updates ** [11:41:08 2020-06-13] 178: Checking gears ** [11:41:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:41:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:13 2020-06-13] 178: Checking imports ** [11:41:13 2020-06-13] 178: Checking exports ** [11:41:13 2020-06-13] 178: Checking users ** [11:41:13 2020-06-13] 178: Checking user_dbs ** [11:41:13 2020-06-13] 178: Checking geocodings ** [11:41:13 2020-06-13] 178: Checking synchronizations ** [11:41:13 2020-06-13] 178: Checking tracker ** [11:41:13 2020-06-13] 178: Checking user_migrations ** [11:41:13 2020-06-13] 178: Checking batch_updates ** [11:41:13 2020-06-13] 178: Checking gears ** [11:41:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:41:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:18 2020-06-13] 178: Checking imports ** [11:41:18 2020-06-13] 178: Checking exports ** [11:41:18 2020-06-13] 178: Checking users ** [11:41:18 2020-06-13] 178: Checking user_dbs ** [11:41:18 2020-06-13] 178: Checking geocodings ** [11:41:18 2020-06-13] 178: Checking synchronizations ** [11:41:18 2020-06-13] 178: Checking tracker ** [11:41:18 2020-06-13] 178: Checking user_migrations ** [11:41:18 2020-06-13] 178: Checking batch_updates ** [11:41:18 2020-06-13] 178: Checking gears ** [11:41:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:41:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:23 2020-06-13] 178: Checking imports ** [11:41:23 2020-06-13] 178: Checking exports ** [11:41:23 2020-06-13] 178: Checking users ** [11:41:23 2020-06-13] 178: Checking user_dbs ** [11:41:23 2020-06-13] 178: Checking geocodings ** [11:41:23 2020-06-13] 178: Checking synchronizations ** [11:41:23 2020-06-13] 178: Checking tracker ** [11:41:23 2020-06-13] 178: Checking user_migrations ** [11:41:23 2020-06-13] 178: Checking batch_updates ** [11:41:23 2020-06-13] 178: Checking gears ** [11:41:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:41:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:28 2020-06-13] 178: Checking imports ** [11:41:28 2020-06-13] 178: Checking exports ** [11:41:28 2020-06-13] 178: Checking users ** [11:41:28 2020-06-13] 178: Checking user_dbs ** [11:41:28 2020-06-13] 178: Checking geocodings ** [11:41:28 2020-06-13] 178: Checking synchronizations ** [11:41:28 2020-06-13] 178: Checking tracker ** [11:41:28 2020-06-13] 178: Checking user_migrations ** [11:41:28 2020-06-13] 178: Checking batch_updates ** [11:41:28 2020-06-13] 178: Checking gears ** [11:41:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:41:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:33 2020-06-13] 178: Checking imports ** [11:41:33 2020-06-13] 178: Checking exports ** [11:41:33 2020-06-13] 178: Checking users ** [11:41:33 2020-06-13] 178: Checking user_dbs ** [11:41:33 2020-06-13] 178: Checking geocodings ** [11:41:33 2020-06-13] 178: Checking synchronizations ** [11:41:33 2020-06-13] 178: Checking tracker ** [11:41:33 2020-06-13] 178: Checking user_migrations ** [11:41:33 2020-06-13] 178: Checking batch_updates ** [11:41:33 2020-06-13] 178: Checking gears ** [11:41:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:41:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:38 2020-06-13] 178: Checking imports ** [11:41:38 2020-06-13] 178: Checking exports ** [11:41:38 2020-06-13] 178: Checking users ** [11:41:38 2020-06-13] 178: Checking user_dbs ** [11:41:38 2020-06-13] 178: Checking geocodings ** [11:41:38 2020-06-13] 178: Checking synchronizations ** [11:41:38 2020-06-13] 178: Checking tracker ** [11:41:38 2020-06-13] 178: Checking user_migrations ** [11:41:38 2020-06-13] 178: Checking batch_updates ** [11:41:38 2020-06-13] 178: Checking gears ** [11:41:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:41:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:43 2020-06-13] 178: Checking imports ** [11:41:43 2020-06-13] 178: Checking exports ** [11:41:43 2020-06-13] 178: Checking users ** [11:41:43 2020-06-13] 178: Checking user_dbs ** [11:41:43 2020-06-13] 178: Checking geocodings ** [11:41:43 2020-06-13] 178: Checking synchronizations ** [11:41:43 2020-06-13] 178: Checking tracker ** [11:41:43 2020-06-13] 178: Checking user_migrations ** [11:41:43 2020-06-13] 178: Checking batch_updates ** [11:41:43 2020-06-13] 178: Checking gears ** [11:41:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:41:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:48 2020-06-13] 178: Checking imports ** [11:41:48 2020-06-13] 178: Checking exports ** [11:41:48 2020-06-13] 178: Checking users ** [11:41:48 2020-06-13] 178: Checking user_dbs ** [11:41:48 2020-06-13] 178: Checking geocodings ** [11:41:48 2020-06-13] 178: Checking synchronizations ** [11:41:48 2020-06-13] 178: Checking tracker ** [11:41:48 2020-06-13] 178: Checking user_migrations ** [11:41:48 2020-06-13] 178: Checking batch_updates ** [11:41:48 2020-06-13] 178: Checking gears ** [11:41:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:41:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:53 2020-06-13] 178: Checking imports ** [11:41:53 2020-06-13] 178: Checking exports ** [11:41:53 2020-06-13] 178: Checking users ** [11:41:53 2020-06-13] 178: Checking user_dbs ** [11:41:53 2020-06-13] 178: Checking geocodings ** [11:41:53 2020-06-13] 178: Checking synchronizations ** [11:41:53 2020-06-13] 178: Checking tracker ** [11:41:53 2020-06-13] 178: Checking user_migrations ** [11:41:53 2020-06-13] 178: Checking batch_updates ** [11:41:53 2020-06-13] 178: Checking gears ** [11:41:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:41:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:58 2020-06-13] 178: Checking imports ** [11:41:58 2020-06-13] 178: Checking exports ** [11:41:58 2020-06-13] 178: Checking users ** [11:41:58 2020-06-13] 178: Checking user_dbs ** [11:41:58 2020-06-13] 178: Checking geocodings ** [11:41:58 2020-06-13] 178: Checking synchronizations ** [11:41:58 2020-06-13] 178: Checking tracker ** [11:41:58 2020-06-13] 178: Checking user_migrations ** [11:41:58 2020-06-13] 178: Checking batch_updates ** [11:41:58 2020-06-13] 178: Checking gears ** [11:41:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:41:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:03 2020-06-13] 178: Checking imports ** [11:42:03 2020-06-13] 178: Checking exports ** [11:42:03 2020-06-13] 178: Checking users ** [11:42:03 2020-06-13] 178: Checking user_dbs ** [11:42:03 2020-06-13] 178: Checking geocodings ** [11:42:03 2020-06-13] 178: Checking synchronizations ** [11:42:03 2020-06-13] 178: Checking tracker ** [11:42:03 2020-06-13] 178: Checking user_migrations ** [11:42:03 2020-06-13] 178: Checking batch_updates ** [11:42:03 2020-06-13] 178: Checking gears ** [11:42:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:42:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:08 2020-06-13] 178: Checking imports ** [11:42:08 2020-06-13] 178: Checking exports ** [11:42:08 2020-06-13] 178: Checking users ** [11:42:08 2020-06-13] 178: Checking user_dbs ** [11:42:08 2020-06-13] 178: Checking geocodings ** [11:42:08 2020-06-13] 178: Checking synchronizations ** [11:42:08 2020-06-13] 178: Checking tracker ** [11:42:08 2020-06-13] 178: Checking user_migrations ** [11:42:08 2020-06-13] 178: Checking batch_updates ** [11:42:08 2020-06-13] 178: Checking gears ** [11:42:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:42:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:13 2020-06-13] 178: Checking imports ** [11:42:13 2020-06-13] 178: Checking exports ** [11:42:13 2020-06-13] 178: Checking users ** [11:42:13 2020-06-13] 178: Checking user_dbs ** [11:42:13 2020-06-13] 178: Checking geocodings ** [11:42:13 2020-06-13] 178: Checking synchronizations ** [11:42:13 2020-06-13] 178: Checking tracker ** [11:42:13 2020-06-13] 178: Checking user_migrations ** [11:42:13 2020-06-13] 178: Checking batch_updates ** [11:42:13 2020-06-13] 178: Checking gears ** [11:42:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:42:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:18 2020-06-13] 178: Checking imports ** [11:42:18 2020-06-13] 178: Checking exports ** [11:42:18 2020-06-13] 178: Checking users ** [11:42:18 2020-06-13] 178: Checking user_dbs ** [11:42:18 2020-06-13] 178: Checking geocodings ** [11:42:18 2020-06-13] 178: Checking synchronizations ** [11:42:18 2020-06-13] 178: Checking tracker ** [11:42:18 2020-06-13] 178: Checking user_migrations ** [11:42:18 2020-06-13] 178: Checking batch_updates ** [11:42:18 2020-06-13] 178: Checking gears ** [11:42:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:42:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:23 2020-06-13] 178: Checking imports ** [11:42:23 2020-06-13] 178: Checking exports ** [11:42:23 2020-06-13] 178: Checking users ** [11:42:23 2020-06-13] 178: Checking user_dbs ** [11:42:23 2020-06-13] 178: Checking geocodings ** [11:42:23 2020-06-13] 178: Checking synchronizations ** [11:42:23 2020-06-13] 178: Checking tracker ** [11:42:23 2020-06-13] 178: Checking user_migrations ** [11:42:23 2020-06-13] 178: Checking batch_updates ** [11:42:23 2020-06-13] 178: Checking gears ** [11:42:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:42:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:28 2020-06-13] 178: Checking imports ** [11:42:28 2020-06-13] 178: Checking exports ** [11:42:28 2020-06-13] 178: Checking users ** [11:42:28 2020-06-13] 178: Checking user_dbs ** [11:42:28 2020-06-13] 178: Checking geocodings ** [11:42:28 2020-06-13] 178: Checking synchronizations ** [11:42:28 2020-06-13] 178: Checking tracker ** [11:42:28 2020-06-13] 178: Checking user_migrations ** [11:42:28 2020-06-13] 178: Checking batch_updates ** [11:42:28 2020-06-13] 178: Checking gears ** [11:42:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:42:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:33 2020-06-13] 178: Checking imports ** [11:42:36 2020-06-13] 178: Checking exports ** [11:42:36 2020-06-13] 178: Checking users ** [11:42:36 2020-06-13] 178: Checking user_dbs ** [11:42:36 2020-06-13] 178: Checking geocodings ** [11:42:36 2020-06-13] 178: Checking synchronizations ** [11:42:36 2020-06-13] 178: Checking tracker ** [11:42:36 2020-06-13] 178: Checking user_migrations ** [11:42:36 2020-06-13] 178: Checking batch_updates ** [11:42:36 2020-06-13] 178: Checking gears ** [11:42:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:42:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:41 2020-06-13] 178: Checking imports ** [11:42:41 2020-06-13] 178: Checking exports ** [11:42:41 2020-06-13] 178: Checking users ** [11:42:41 2020-06-13] 178: Checking user_dbs ** [11:42:41 2020-06-13] 178: Checking geocodings ** [11:42:41 2020-06-13] 178: Checking synchronizations ** [11:42:41 2020-06-13] 178: Checking tracker ** [11:42:41 2020-06-13] 178: Checking user_migrations ** [11:42:41 2020-06-13] 178: Checking batch_updates ** [11:42:41 2020-06-13] 178: Checking gears ** [11:42:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:42:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:46 2020-06-13] 178: Checking imports ** [11:42:46 2020-06-13] 178: Checking exports ** [11:42:46 2020-06-13] 178: Checking users ** [11:42:46 2020-06-13] 178: Checking user_dbs ** [11:42:46 2020-06-13] 178: Checking geocodings ** [11:42:46 2020-06-13] 178: Checking synchronizations ** [11:42:46 2020-06-13] 178: Checking tracker ** [11:42:46 2020-06-13] 178: Checking user_migrations ** [11:42:46 2020-06-13] 178: Checking batch_updates ** [11:42:46 2020-06-13] 178: Checking gears ** [11:42:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:42:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:51 2020-06-13] 178: Checking imports ** [11:42:51 2020-06-13] 178: Checking exports ** [11:42:51 2020-06-13] 178: Checking users ** [11:42:51 2020-06-13] 178: Checking user_dbs ** [11:42:51 2020-06-13] 178: Checking geocodings ** [11:42:51 2020-06-13] 178: Checking synchronizations ** [11:42:51 2020-06-13] 178: Checking tracker ** [11:42:51 2020-06-13] 178: Checking user_migrations ** [11:42:51 2020-06-13] 178: Checking batch_updates ** [11:42:51 2020-06-13] 178: Checking gears ** [11:42:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:42:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:56 2020-06-13] 178: Checking imports ** [11:42:56 2020-06-13] 178: Checking exports ** [11:42:56 2020-06-13] 178: Checking users ** [11:42:56 2020-06-13] 178: Checking user_dbs ** [11:42:56 2020-06-13] 178: Checking geocodings ** [11:42:56 2020-06-13] 178: Checking synchronizations ** [11:42:56 2020-06-13] 178: Checking tracker ** [11:42:56 2020-06-13] 178: Checking user_migrations ** [11:42:56 2020-06-13] 178: Checking batch_updates ** [11:42:56 2020-06-13] 178: Checking gears ** [11:42:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:42:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:01 2020-06-13] 178: Checking imports ** [11:43:01 2020-06-13] 178: Checking exports ** [11:43:01 2020-06-13] 178: Checking users ** [11:43:01 2020-06-13] 178: Checking user_dbs ** [11:43:01 2020-06-13] 178: Checking geocodings ** [11:43:01 2020-06-13] 178: Checking synchronizations ** [11:43:01 2020-06-13] 178: Checking tracker ** [11:43:01 2020-06-13] 178: Checking user_migrations ** [11:43:01 2020-06-13] 178: Checking batch_updates ** [11:43:01 2020-06-13] 178: Checking gears ** [11:43:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:43:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:07 2020-06-13] 178: Checking imports ** [11:43:07 2020-06-13] 178: Checking exports ** [11:43:07 2020-06-13] 178: Checking users ** [11:43:07 2020-06-13] 178: Checking user_dbs ** [11:43:07 2020-06-13] 178: Checking geocodings ** [11:43:07 2020-06-13] 178: Checking synchronizations ** [11:43:07 2020-06-13] 178: Checking tracker ** [11:43:07 2020-06-13] 178: Checking user_migrations ** [11:43:07 2020-06-13] 178: Checking batch_updates ** [11:43:07 2020-06-13] 178: Checking gears ** [11:43:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:43:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:12 2020-06-13] 178: Checking imports ** [11:43:12 2020-06-13] 178: Checking exports ** [11:43:12 2020-06-13] 178: Checking users ** [11:43:12 2020-06-13] 178: Checking user_dbs ** [11:43:12 2020-06-13] 178: Checking geocodings ** [11:43:12 2020-06-13] 178: Checking synchronizations ** [11:43:12 2020-06-13] 178: Checking tracker ** [11:43:12 2020-06-13] 178: Checking user_migrations ** [11:43:12 2020-06-13] 178: Checking batch_updates ** [11:43:12 2020-06-13] 178: Checking gears ** [11:43:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:43:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:17 2020-06-13] 178: Checking imports ** [11:43:17 2020-06-13] 178: Checking exports ** [11:43:17 2020-06-13] 178: Checking users ** [11:43:17 2020-06-13] 178: Checking user_dbs ** [11:43:17 2020-06-13] 178: Checking geocodings ** [11:43:17 2020-06-13] 178: Checking synchronizations ** [11:43:17 2020-06-13] 178: Checking tracker ** [11:43:17 2020-06-13] 178: Checking user_migrations ** [11:43:17 2020-06-13] 178: Checking batch_updates ** [11:43:17 2020-06-13] 178: Checking gears ** [11:43:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:43:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:22 2020-06-13] 178: Checking imports ** [11:43:22 2020-06-13] 178: Checking exports ** [11:43:22 2020-06-13] 178: Checking users ** [11:43:22 2020-06-13] 178: Checking user_dbs ** [11:43:22 2020-06-13] 178: Checking geocodings ** [11:43:22 2020-06-13] 178: Checking synchronizations ** [11:43:22 2020-06-13] 178: Checking tracker ** [11:43:22 2020-06-13] 178: Checking user_migrations ** [11:43:22 2020-06-13] 178: Checking batch_updates ** [11:43:22 2020-06-13] 178: Checking gears ** [11:43:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:43:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:27 2020-06-13] 178: Checking imports ** [11:43:27 2020-06-13] 178: Checking exports ** [11:43:27 2020-06-13] 178: Checking users ** [11:43:27 2020-06-13] 178: Checking user_dbs ** [11:43:27 2020-06-13] 178: Checking geocodings ** [11:43:27 2020-06-13] 178: Checking synchronizations ** [11:43:27 2020-06-13] 178: Checking tracker ** [11:43:27 2020-06-13] 178: Checking user_migrations ** [11:43:27 2020-06-13] 178: Checking batch_updates ** [11:43:27 2020-06-13] 178: Checking gears ** [11:43:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:43:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:32 2020-06-13] 178: Checking imports ** [11:43:32 2020-06-13] 178: Checking exports ** [11:43:32 2020-06-13] 178: Checking users ** [11:43:32 2020-06-13] 178: Checking user_dbs ** [11:43:32 2020-06-13] 178: Checking geocodings ** [11:43:32 2020-06-13] 178: Checking synchronizations ** [11:43:32 2020-06-13] 178: Checking tracker ** [11:43:32 2020-06-13] 178: Checking user_migrations ** [11:43:32 2020-06-13] 178: Checking batch_updates ** [11:43:32 2020-06-13] 178: Checking gears ** [11:43:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:43:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:37 2020-06-13] 178: Checking imports ** [11:43:37 2020-06-13] 178: Checking exports ** [11:43:37 2020-06-13] 178: Checking users ** [11:43:37 2020-06-13] 178: Checking user_dbs ** [11:43:37 2020-06-13] 178: Checking geocodings ** [11:43:37 2020-06-13] 178: Checking synchronizations ** [11:43:37 2020-06-13] 178: Checking tracker ** [11:43:37 2020-06-13] 178: Checking user_migrations ** [11:43:37 2020-06-13] 178: Checking batch_updates ** [11:43:37 2020-06-13] 178: Checking gears ** [11:43:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:43:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:42 2020-06-13] 178: Checking imports ** [11:43:42 2020-06-13] 178: Checking exports ** [11:43:42 2020-06-13] 178: Checking users ** [11:43:42 2020-06-13] 178: Checking user_dbs ** [11:43:42 2020-06-13] 178: Checking geocodings ** [11:43:42 2020-06-13] 178: Checking synchronizations ** [11:43:42 2020-06-13] 178: Checking tracker ** [11:43:42 2020-06-13] 178: Checking user_migrations ** [11:43:42 2020-06-13] 178: Checking batch_updates ** [11:43:42 2020-06-13] 178: Checking gears ** [11:43:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:43:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:47 2020-06-13] 178: Checking imports ** [11:43:47 2020-06-13] 178: Checking exports ** [11:43:47 2020-06-13] 178: Checking users ** [11:43:47 2020-06-13] 178: Checking user_dbs ** [11:43:47 2020-06-13] 178: Checking geocodings ** [11:43:47 2020-06-13] 178: Checking synchronizations ** [11:43:47 2020-06-13] 178: Checking tracker ** [11:43:47 2020-06-13] 178: Checking user_migrations ** [11:43:47 2020-06-13] 178: Checking batch_updates ** [11:43:47 2020-06-13] 178: Checking gears ** [11:43:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:43:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:52 2020-06-13] 178: Checking imports ** [11:43:52 2020-06-13] 178: Checking exports ** [11:43:52 2020-06-13] 178: Checking users ** [11:43:52 2020-06-13] 178: Checking user_dbs ** [11:43:52 2020-06-13] 178: Checking geocodings ** [11:43:52 2020-06-13] 178: Checking synchronizations ** [11:43:52 2020-06-13] 178: Checking tracker ** [11:43:52 2020-06-13] 178: Checking user_migrations ** [11:43:52 2020-06-13] 178: Checking batch_updates ** [11:43:52 2020-06-13] 178: Checking gears ** [11:43:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:43:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:57 2020-06-13] 178: Checking imports ** [11:43:57 2020-06-13] 178: Checking exports ** [11:43:57 2020-06-13] 178: Checking users ** [11:43:57 2020-06-13] 178: Checking user_dbs ** [11:43:57 2020-06-13] 178: Checking geocodings ** [11:43:57 2020-06-13] 178: Checking synchronizations ** [11:43:57 2020-06-13] 178: Checking tracker ** [11:43:57 2020-06-13] 178: Checking user_migrations ** [11:43:57 2020-06-13] 178: Checking batch_updates ** [11:43:57 2020-06-13] 178: Checking gears ** [11:43:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:43:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:02 2020-06-13] 178: Checking imports ** [11:44:02 2020-06-13] 178: Checking exports ** [11:44:02 2020-06-13] 178: Checking users ** [11:44:02 2020-06-13] 178: Checking user_dbs ** [11:44:02 2020-06-13] 178: Checking geocodings ** [11:44:02 2020-06-13] 178: Checking synchronizations ** [11:44:02 2020-06-13] 178: Checking tracker ** [11:44:02 2020-06-13] 178: Checking user_migrations ** [11:44:02 2020-06-13] 178: Checking batch_updates ** [11:44:02 2020-06-13] 178: Checking gears ** [11:44:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:44:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:07 2020-06-13] 178: Checking imports ** [11:44:07 2020-06-13] 178: Checking exports ** [11:44:07 2020-06-13] 178: Checking users ** [11:44:07 2020-06-13] 178: Checking user_dbs ** [11:44:07 2020-06-13] 178: Checking geocodings ** [11:44:07 2020-06-13] 178: Checking synchronizations ** [11:44:07 2020-06-13] 178: Checking tracker ** [11:44:07 2020-06-13] 178: Checking user_migrations ** [11:44:07 2020-06-13] 178: Checking batch_updates ** [11:44:07 2020-06-13] 178: Checking gears ** [11:44:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:44:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:12 2020-06-13] 178: Checking imports ** [11:44:12 2020-06-13] 178: Checking exports ** [11:44:12 2020-06-13] 178: Checking users ** [11:44:12 2020-06-13] 178: Checking user_dbs ** [11:44:12 2020-06-13] 178: Checking geocodings ** [11:44:12 2020-06-13] 178: Checking synchronizations ** [11:44:12 2020-06-13] 178: Checking tracker ** [11:44:12 2020-06-13] 178: Checking user_migrations ** [11:44:12 2020-06-13] 178: Checking batch_updates ** [11:44:12 2020-06-13] 178: Checking gears ** [11:44:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:44:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:17 2020-06-13] 178: Checking imports ** [11:44:17 2020-06-13] 178: Checking exports ** [11:44:17 2020-06-13] 178: Checking users ** [11:44:17 2020-06-13] 178: Checking user_dbs ** [11:44:17 2020-06-13] 178: Checking geocodings ** [11:44:17 2020-06-13] 178: Checking synchronizations ** [11:44:17 2020-06-13] 178: Checking tracker ** [11:44:17 2020-06-13] 178: Checking user_migrations ** [11:44:17 2020-06-13] 178: Checking batch_updates ** [11:44:17 2020-06-13] 178: Checking gears ** [11:44:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:44:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:22 2020-06-13] 178: Checking imports ** [11:44:22 2020-06-13] 178: Checking exports ** [11:44:22 2020-06-13] 178: Checking users ** [11:44:22 2020-06-13] 178: Checking user_dbs ** [11:44:22 2020-06-13] 178: Checking geocodings ** [11:44:22 2020-06-13] 178: Checking synchronizations ** [11:44:22 2020-06-13] 178: Checking tracker ** [11:44:22 2020-06-13] 178: Checking user_migrations ** [11:44:22 2020-06-13] 178: Checking batch_updates ** [11:44:22 2020-06-13] 178: Checking gears ** [11:44:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:44:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:27 2020-06-13] 178: Checking imports ** [11:44:27 2020-06-13] 178: Checking exports ** [11:44:27 2020-06-13] 178: Checking users ** [11:44:27 2020-06-13] 178: Checking user_dbs ** [11:44:27 2020-06-13] 178: Checking geocodings ** [11:44:27 2020-06-13] 178: Checking synchronizations ** [11:44:27 2020-06-13] 178: Checking tracker ** [11:44:27 2020-06-13] 178: Checking user_migrations ** [11:44:27 2020-06-13] 178: Checking batch_updates ** [11:44:27 2020-06-13] 178: Checking gears ** [11:44:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:44:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:32 2020-06-13] 178: Checking imports ** [11:44:32 2020-06-13] 178: Checking exports ** [11:44:32 2020-06-13] 178: Checking users ** [11:44:32 2020-06-13] 178: Checking user_dbs ** [11:44:32 2020-06-13] 178: Checking geocodings ** [11:44:32 2020-06-13] 178: Checking synchronizations ** [11:44:32 2020-06-13] 178: Checking tracker ** [11:44:32 2020-06-13] 178: Checking user_migrations ** [11:44:32 2020-06-13] 178: Checking batch_updates ** [11:44:32 2020-06-13] 178: Checking gears ** [11:44:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:44:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:37 2020-06-13] 178: Checking imports ** [11:44:37 2020-06-13] 178: Checking exports ** [11:44:37 2020-06-13] 178: Checking users ** [11:44:37 2020-06-13] 178: Checking user_dbs ** [11:44:37 2020-06-13] 178: Checking geocodings ** [11:44:37 2020-06-13] 178: Checking synchronizations ** [11:44:37 2020-06-13] 178: Checking tracker ** [11:44:37 2020-06-13] 178: Checking user_migrations ** [11:44:37 2020-06-13] 178: Checking batch_updates ** [11:44:37 2020-06-13] 178: Checking gears ** [11:44:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:44:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:42 2020-06-13] 178: Checking imports ** [11:44:42 2020-06-13] 178: Checking exports ** [11:44:42 2020-06-13] 178: Checking users ** [11:44:42 2020-06-13] 178: Checking user_dbs ** [11:44:42 2020-06-13] 178: Checking geocodings ** [11:44:42 2020-06-13] 178: Checking synchronizations ** [11:44:42 2020-06-13] 178: Checking tracker ** [11:44:42 2020-06-13] 178: Checking user_migrations ** [11:44:42 2020-06-13] 178: Checking batch_updates ** [11:44:42 2020-06-13] 178: Checking gears ** [11:44:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:44:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:47 2020-06-13] 178: Checking imports ** [11:44:47 2020-06-13] 178: Checking exports ** [11:44:47 2020-06-13] 178: Checking users ** [11:44:47 2020-06-13] 178: Checking user_dbs ** [11:44:47 2020-06-13] 178: Checking geocodings ** [11:44:47 2020-06-13] 178: Checking synchronizations ** [11:44:47 2020-06-13] 178: Checking tracker ** [11:44:47 2020-06-13] 178: Checking user_migrations ** [11:44:47 2020-06-13] 178: Checking batch_updates ** [11:44:47 2020-06-13] 178: Checking gears ** [11:44:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:44:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:52 2020-06-13] 178: Checking imports ** [11:44:52 2020-06-13] 178: Checking exports ** [11:44:52 2020-06-13] 178: Checking users ** [11:44:52 2020-06-13] 178: Checking user_dbs ** [11:44:52 2020-06-13] 178: Checking geocodings ** [11:44:52 2020-06-13] 178: Checking synchronizations ** [11:44:52 2020-06-13] 178: Checking tracker ** [11:44:52 2020-06-13] 178: Checking user_migrations ** [11:44:52 2020-06-13] 178: Checking batch_updates ** [11:44:52 2020-06-13] 178: Checking gears ** [11:44:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:44:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:57 2020-06-13] 178: Checking imports ** [11:44:57 2020-06-13] 178: Checking exports ** [11:44:57 2020-06-13] 178: Checking users ** [11:44:57 2020-06-13] 178: Checking user_dbs ** [11:44:57 2020-06-13] 178: Checking geocodings ** [11:44:57 2020-06-13] 178: Checking synchronizations ** [11:44:57 2020-06-13] 178: Checking tracker ** [11:44:57 2020-06-13] 178: Checking user_migrations ** [11:44:57 2020-06-13] 178: Checking batch_updates ** [11:44:57 2020-06-13] 178: Checking gears ** [11:44:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:44:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:02 2020-06-13] 178: Checking imports ** [11:45:02 2020-06-13] 178: Checking exports ** [11:45:02 2020-06-13] 178: Checking users ** [11:45:02 2020-06-13] 178: Checking user_dbs ** [11:45:02 2020-06-13] 178: Checking geocodings ** [11:45:02 2020-06-13] 178: Checking synchronizations ** [11:45:02 2020-06-13] 178: Checking tracker ** [11:45:02 2020-06-13] 178: Checking user_migrations ** [11:45:02 2020-06-13] 178: Checking batch_updates ** [11:45:02 2020-06-13] 178: Checking gears ** [11:45:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:45:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:07 2020-06-13] 178: Checking imports ** [11:45:07 2020-06-13] 178: Checking exports ** [11:45:07 2020-06-13] 178: Checking users ** [11:45:07 2020-06-13] 178: Checking user_dbs ** [11:45:07 2020-06-13] 178: Checking geocodings ** [11:45:07 2020-06-13] 178: Checking synchronizations ** [11:45:07 2020-06-13] 178: Checking tracker ** [11:45:07 2020-06-13] 178: Checking user_migrations ** [11:45:07 2020-06-13] 178: Checking batch_updates ** [11:45:07 2020-06-13] 178: Checking gears ** [11:45:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:45:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:12 2020-06-13] 178: Checking imports ** [11:45:12 2020-06-13] 178: Checking exports ** [11:45:12 2020-06-13] 178: Checking users ** [11:45:12 2020-06-13] 178: Checking user_dbs ** [11:45:12 2020-06-13] 178: Checking geocodings ** [11:45:12 2020-06-13] 178: Checking synchronizations ** [11:45:12 2020-06-13] 178: Checking tracker ** [11:45:12 2020-06-13] 178: Checking user_migrations ** [11:45:12 2020-06-13] 178: Checking batch_updates ** [11:45:12 2020-06-13] 178: Checking gears ** [11:45:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:45:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:17 2020-06-13] 178: Checking imports ** [11:45:17 2020-06-13] 178: Checking exports ** [11:45:17 2020-06-13] 178: Checking users ** [11:45:17 2020-06-13] 178: Checking user_dbs ** [11:45:17 2020-06-13] 178: Checking geocodings ** [11:45:17 2020-06-13] 178: Checking synchronizations ** [11:45:17 2020-06-13] 178: Checking tracker ** [11:45:17 2020-06-13] 178: Checking user_migrations ** [11:45:17 2020-06-13] 178: Checking batch_updates ** [11:45:17 2020-06-13] 178: Checking gears ** [11:45:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:45:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:22 2020-06-13] 178: Checking imports ** [11:45:22 2020-06-13] 178: Checking exports ** [11:45:22 2020-06-13] 178: Checking users ** [11:45:22 2020-06-13] 178: Checking user_dbs ** [11:45:22 2020-06-13] 178: Checking geocodings ** [11:45:22 2020-06-13] 178: Checking synchronizations ** [11:45:22 2020-06-13] 178: Checking tracker ** [11:45:22 2020-06-13] 178: Checking user_migrations ** [11:45:22 2020-06-13] 178: Checking batch_updates ** [11:45:22 2020-06-13] 178: Checking gears ** [11:45:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:45:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:27 2020-06-13] 178: Checking imports ** [11:45:27 2020-06-13] 178: Checking exports ** [11:45:27 2020-06-13] 178: Checking users ** [11:45:27 2020-06-13] 178: Checking user_dbs ** [11:45:27 2020-06-13] 178: Checking geocodings ** [11:45:27 2020-06-13] 178: Checking synchronizations ** [11:45:27 2020-06-13] 178: Checking tracker ** [11:45:27 2020-06-13] 178: Checking user_migrations ** [11:45:27 2020-06-13] 178: Checking batch_updates ** [11:45:27 2020-06-13] 178: Checking gears ** [11:45:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:45:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:32 2020-06-13] 178: Checking imports ** [11:45:32 2020-06-13] 178: Checking exports ** [11:45:32 2020-06-13] 178: Checking users ** [11:45:32 2020-06-13] 178: Checking user_dbs ** [11:45:32 2020-06-13] 178: Checking geocodings ** [11:45:32 2020-06-13] 178: Checking synchronizations ** [11:45:32 2020-06-13] 178: Checking tracker ** [11:45:32 2020-06-13] 178: Checking user_migrations ** [11:45:32 2020-06-13] 178: Checking batch_updates ** [11:45:32 2020-06-13] 178: Checking gears ** [11:45:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:45:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:37 2020-06-13] 178: Checking imports ** [11:45:37 2020-06-13] 178: Checking exports ** [11:45:37 2020-06-13] 178: Checking users ** [11:45:37 2020-06-13] 178: Checking user_dbs ** [11:45:37 2020-06-13] 178: Checking geocodings ** [11:45:37 2020-06-13] 178: Checking synchronizations ** [11:45:37 2020-06-13] 178: Checking tracker ** [11:45:37 2020-06-13] 178: Checking user_migrations ** [11:45:37 2020-06-13] 178: Checking batch_updates ** [11:45:37 2020-06-13] 178: Checking gears ** [11:45:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:45:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:42 2020-06-13] 178: Checking imports ** [11:45:42 2020-06-13] 178: Checking exports ** [11:45:42 2020-06-13] 178: Checking users ** [11:45:42 2020-06-13] 178: Checking user_dbs ** [11:45:42 2020-06-13] 178: Checking geocodings ** [11:45:42 2020-06-13] 178: Checking synchronizations ** [11:45:42 2020-06-13] 178: Checking tracker ** [11:45:42 2020-06-13] 178: Checking user_migrations ** [11:45:42 2020-06-13] 178: Checking batch_updates ** [11:45:42 2020-06-13] 178: Checking gears ** [11:45:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:45:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:47 2020-06-13] 178: Checking imports ** [11:45:47 2020-06-13] 178: Checking exports ** [11:45:47 2020-06-13] 178: Checking users ** [11:45:47 2020-06-13] 178: Checking user_dbs ** [11:45:47 2020-06-13] 178: Checking geocodings ** [11:45:47 2020-06-13] 178: Checking synchronizations ** [11:45:47 2020-06-13] 178: Checking tracker ** [11:45:47 2020-06-13] 178: Checking user_migrations ** [11:45:47 2020-06-13] 178: Checking batch_updates ** [11:45:47 2020-06-13] 178: Checking gears ** [11:45:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:45:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:52 2020-06-13] 178: Checking imports ** [11:45:52 2020-06-13] 178: Checking exports ** [11:45:52 2020-06-13] 178: Checking users ** [11:45:52 2020-06-13] 178: Checking user_dbs ** [11:45:52 2020-06-13] 178: Checking geocodings ** [11:45:52 2020-06-13] 178: Checking synchronizations ** [11:45:52 2020-06-13] 178: Checking tracker ** [11:45:52 2020-06-13] 178: Checking user_migrations ** [11:45:52 2020-06-13] 178: Checking batch_updates ** [11:45:52 2020-06-13] 178: Checking gears ** [11:45:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:45:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:57 2020-06-13] 178: Checking imports ** [11:45:57 2020-06-13] 178: Checking exports ** [11:45:57 2020-06-13] 178: Checking users ** [11:45:57 2020-06-13] 178: Checking user_dbs ** [11:45:57 2020-06-13] 178: Checking geocodings ** [11:45:57 2020-06-13] 178: Checking synchronizations ** [11:45:57 2020-06-13] 178: Checking tracker ** [11:45:57 2020-06-13] 178: Checking user_migrations ** [11:45:57 2020-06-13] 178: Checking batch_updates ** [11:45:57 2020-06-13] 178: Checking gears ** [11:45:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:45:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:02 2020-06-13] 178: Checking imports ** [11:46:02 2020-06-13] 178: Checking exports ** [11:46:02 2020-06-13] 178: Checking users ** [11:46:02 2020-06-13] 178: Checking user_dbs ** [11:46:02 2020-06-13] 178: Checking geocodings ** [11:46:02 2020-06-13] 178: Checking synchronizations ** [11:46:02 2020-06-13] 178: Checking tracker ** [11:46:02 2020-06-13] 178: Checking user_migrations ** [11:46:02 2020-06-13] 178: Checking batch_updates ** [11:46:02 2020-06-13] 178: Checking gears ** [11:46:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:46:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:07 2020-06-13] 178: Checking imports ** [11:46:07 2020-06-13] 178: Checking exports ** [11:46:07 2020-06-13] 178: Checking users ** [11:46:07 2020-06-13] 178: Checking user_dbs ** [11:46:07 2020-06-13] 178: Checking geocodings ** [11:46:07 2020-06-13] 178: Checking synchronizations ** [11:46:07 2020-06-13] 178: Checking tracker ** [11:46:07 2020-06-13] 178: Checking user_migrations ** [11:46:07 2020-06-13] 178: Checking batch_updates ** [11:46:07 2020-06-13] 178: Checking gears ** [11:46:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:46:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:12 2020-06-13] 178: Checking imports ** [11:46:12 2020-06-13] 178: Checking exports ** [11:46:12 2020-06-13] 178: Checking users ** [11:46:12 2020-06-13] 178: Checking user_dbs ** [11:46:12 2020-06-13] 178: Checking geocodings ** [11:46:12 2020-06-13] 178: Checking synchronizations ** [11:46:12 2020-06-13] 178: Checking tracker ** [11:46:12 2020-06-13] 178: Checking user_migrations ** [11:46:12 2020-06-13] 178: Checking batch_updates ** [11:46:12 2020-06-13] 178: Checking gears ** [11:46:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:46:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:17 2020-06-13] 178: Checking imports ** [11:46:17 2020-06-13] 178: Checking exports ** [11:46:17 2020-06-13] 178: Checking users ** [11:46:17 2020-06-13] 178: Checking user_dbs ** [11:46:17 2020-06-13] 178: Checking geocodings ** [11:46:17 2020-06-13] 178: Checking synchronizations ** [11:46:17 2020-06-13] 178: Checking tracker ** [11:46:17 2020-06-13] 178: Checking user_migrations ** [11:46:17 2020-06-13] 178: Checking batch_updates ** [11:46:17 2020-06-13] 178: Checking gears ** [11:46:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:46:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:22 2020-06-13] 178: Checking imports ** [11:46:22 2020-06-13] 178: Checking exports ** [11:46:22 2020-06-13] 178: Checking users ** [11:46:22 2020-06-13] 178: Checking user_dbs ** [11:46:22 2020-06-13] 178: Checking geocodings ** [11:46:22 2020-06-13] 178: Checking synchronizations ** [11:46:22 2020-06-13] 178: Checking tracker ** [11:46:22 2020-06-13] 178: Checking user_migrations ** [11:46:22 2020-06-13] 178: Checking batch_updates ** [11:46:22 2020-06-13] 178: Checking gears ** [11:46:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:46:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:27 2020-06-13] 178: Checking imports ** [11:46:27 2020-06-13] 178: Checking exports ** [11:46:27 2020-06-13] 178: Checking users ** [11:46:27 2020-06-13] 178: Checking user_dbs ** [11:46:27 2020-06-13] 178: Checking geocodings ** [11:46:27 2020-06-13] 178: Checking synchronizations ** [11:46:27 2020-06-13] 178: Checking tracker ** [11:46:27 2020-06-13] 178: Checking user_migrations ** [11:46:27 2020-06-13] 178: Checking batch_updates ** [11:46:27 2020-06-13] 178: Checking gears ** [11:46:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:46:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:32 2020-06-13] 178: Checking imports ** [11:46:32 2020-06-13] 178: Checking exports ** [11:46:32 2020-06-13] 178: Checking users ** [11:46:32 2020-06-13] 178: Checking user_dbs ** [11:46:32 2020-06-13] 178: Checking geocodings ** [11:46:32 2020-06-13] 178: Checking synchronizations ** [11:46:32 2020-06-13] 178: Checking tracker ** [11:46:32 2020-06-13] 178: Checking user_migrations ** [11:46:32 2020-06-13] 178: Checking batch_updates ** [11:46:32 2020-06-13] 178: Checking gears ** [11:46:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:46:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:37 2020-06-13] 178: Checking imports ** [11:46:37 2020-06-13] 178: Checking exports ** [11:46:37 2020-06-13] 178: Checking users ** [11:46:37 2020-06-13] 178: Checking user_dbs ** [11:46:37 2020-06-13] 178: Checking geocodings ** [11:46:37 2020-06-13] 178: Checking synchronizations ** [11:46:37 2020-06-13] 178: Checking tracker ** [11:46:37 2020-06-13] 178: Checking user_migrations ** [11:46:37 2020-06-13] 178: Checking batch_updates ** [11:46:37 2020-06-13] 178: Checking gears ** [11:46:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:46:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:42 2020-06-13] 178: Checking imports ** [11:46:42 2020-06-13] 178: Checking exports ** [11:46:42 2020-06-13] 178: Checking users ** [11:46:42 2020-06-13] 178: Checking user_dbs ** [11:46:42 2020-06-13] 178: Checking geocodings ** [11:46:42 2020-06-13] 178: Checking synchronizations ** [11:46:42 2020-06-13] 178: Checking tracker ** [11:46:42 2020-06-13] 178: Checking user_migrations ** [11:46:42 2020-06-13] 178: Checking batch_updates ** [11:46:42 2020-06-13] 178: Checking gears ** [11:46:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:46:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:47 2020-06-13] 178: Checking imports ** [11:46:47 2020-06-13] 178: Checking exports ** [11:46:47 2020-06-13] 178: Checking users ** [11:46:47 2020-06-13] 178: Checking user_dbs ** [11:46:47 2020-06-13] 178: Checking geocodings ** [11:46:47 2020-06-13] 178: Checking synchronizations ** [11:46:47 2020-06-13] 178: Checking tracker ** [11:46:47 2020-06-13] 178: Checking user_migrations ** [11:46:47 2020-06-13] 178: Checking batch_updates ** [11:46:47 2020-06-13] 178: Checking gears ** [11:46:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:46:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:52 2020-06-13] 178: Checking imports ** [11:46:52 2020-06-13] 178: Checking exports ** [11:46:52 2020-06-13] 178: Checking users ** [11:46:52 2020-06-13] 178: Checking user_dbs ** [11:46:52 2020-06-13] 178: Checking geocodings ** [11:46:52 2020-06-13] 178: Checking synchronizations ** [11:46:52 2020-06-13] 178: Checking tracker ** [11:46:52 2020-06-13] 178: Checking user_migrations ** [11:46:52 2020-06-13] 178: Checking batch_updates ** [11:46:52 2020-06-13] 178: Checking gears ** [11:46:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:46:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:57 2020-06-13] 178: Checking imports ** [11:46:57 2020-06-13] 178: Checking exports ** [11:46:57 2020-06-13] 178: Checking users ** [11:46:57 2020-06-13] 178: Checking user_dbs ** [11:46:57 2020-06-13] 178: Checking geocodings ** [11:46:57 2020-06-13] 178: Checking synchronizations ** [11:46:57 2020-06-13] 178: Checking tracker ** [11:46:57 2020-06-13] 178: Checking user_migrations ** [11:46:57 2020-06-13] 178: Checking batch_updates ** [11:46:57 2020-06-13] 178: Checking gears ** [11:46:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:46:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:02 2020-06-13] 178: Checking imports ** [11:47:02 2020-06-13] 178: Checking exports ** [11:47:02 2020-06-13] 178: Checking users ** [11:47:02 2020-06-13] 178: Checking user_dbs ** [11:47:02 2020-06-13] 178: Checking geocodings ** [11:47:02 2020-06-13] 178: Checking synchronizations ** [11:47:02 2020-06-13] 178: Checking tracker ** [11:47:02 2020-06-13] 178: Checking user_migrations ** [11:47:02 2020-06-13] 178: Checking batch_updates ** [11:47:02 2020-06-13] 178: Checking gears ** [11:47:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:47:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:07 2020-06-13] 178: Checking imports ** [11:47:07 2020-06-13] 178: Checking exports ** [11:47:07 2020-06-13] 178: Checking users ** [11:47:07 2020-06-13] 178: Checking user_dbs ** [11:47:07 2020-06-13] 178: Checking geocodings ** [11:47:07 2020-06-13] 178: Checking synchronizations ** [11:47:07 2020-06-13] 178: Checking tracker ** [11:47:07 2020-06-13] 178: Checking user_migrations ** [11:47:07 2020-06-13] 178: Checking batch_updates ** [11:47:07 2020-06-13] 178: Checking gears ** [11:47:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:47:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:12 2020-06-13] 178: Checking imports ** [11:47:12 2020-06-13] 178: Checking exports ** [11:47:12 2020-06-13] 178: Checking users ** [11:47:12 2020-06-13] 178: Checking user_dbs ** [11:47:12 2020-06-13] 178: Checking geocodings ** [11:47:12 2020-06-13] 178: Checking synchronizations ** [11:47:12 2020-06-13] 178: Checking tracker ** [11:47:12 2020-06-13] 178: Checking user_migrations ** [11:47:12 2020-06-13] 178: Checking batch_updates ** [11:47:12 2020-06-13] 178: Checking gears ** [11:47:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:47:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:17 2020-06-13] 178: Checking imports ** [11:47:17 2020-06-13] 178: Checking exports ** [11:47:17 2020-06-13] 178: Checking users ** [11:47:17 2020-06-13] 178: Checking user_dbs ** [11:47:17 2020-06-13] 178: Checking geocodings ** [11:47:17 2020-06-13] 178: Checking synchronizations ** [11:47:17 2020-06-13] 178: Checking tracker ** [11:47:17 2020-06-13] 178: Checking user_migrations ** [11:47:17 2020-06-13] 178: Checking batch_updates ** [11:47:17 2020-06-13] 178: Checking gears ** [11:47:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:47:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:22 2020-06-13] 178: Checking imports ** [11:47:22 2020-06-13] 178: Checking exports ** [11:47:22 2020-06-13] 178: Checking users ** [11:47:22 2020-06-13] 178: Checking user_dbs ** [11:47:22 2020-06-13] 178: Checking geocodings ** [11:47:22 2020-06-13] 178: Checking synchronizations ** [11:47:22 2020-06-13] 178: Checking tracker ** [11:47:22 2020-06-13] 178: Checking user_migrations ** [11:47:22 2020-06-13] 178: Checking batch_updates ** [11:47:22 2020-06-13] 178: Checking gears ** [11:47:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:47:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:27 2020-06-13] 178: Checking imports ** [11:47:27 2020-06-13] 178: Checking exports ** [11:47:27 2020-06-13] 178: Checking users ** [11:47:27 2020-06-13] 178: Checking user_dbs ** [11:47:27 2020-06-13] 178: Checking geocodings ** [11:47:27 2020-06-13] 178: Checking synchronizations ** [11:47:27 2020-06-13] 178: Checking tracker ** [11:47:27 2020-06-13] 178: Checking user_migrations ** [11:47:27 2020-06-13] 178: Checking batch_updates ** [11:47:27 2020-06-13] 178: Checking gears ** [11:47:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:47:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:32 2020-06-13] 178: Checking imports ** [11:47:32 2020-06-13] 178: Checking exports ** [11:47:32 2020-06-13] 178: Checking users ** [11:47:32 2020-06-13] 178: Checking user_dbs ** [11:47:32 2020-06-13] 178: Checking geocodings ** [11:47:32 2020-06-13] 178: Checking synchronizations ** [11:47:32 2020-06-13] 178: Checking tracker ** [11:47:32 2020-06-13] 178: Checking user_migrations ** [11:47:32 2020-06-13] 178: Checking batch_updates ** [11:47:32 2020-06-13] 178: Checking gears ** [11:47:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:47:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:37 2020-06-13] 178: Checking imports ** [11:47:37 2020-06-13] 178: Checking exports ** [11:47:37 2020-06-13] 178: Checking users ** [11:47:37 2020-06-13] 178: Checking user_dbs ** [11:47:37 2020-06-13] 178: Checking geocodings ** [11:47:37 2020-06-13] 178: Checking synchronizations ** [11:47:37 2020-06-13] 178: Checking tracker ** [11:47:37 2020-06-13] 178: Checking user_migrations ** [11:47:37 2020-06-13] 178: Checking batch_updates ** [11:47:37 2020-06-13] 178: Checking gears ** [11:47:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:47:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:42 2020-06-13] 178: Checking imports ** [11:47:42 2020-06-13] 178: Checking exports ** [11:47:42 2020-06-13] 178: Checking users ** [11:47:42 2020-06-13] 178: Checking user_dbs ** [11:47:42 2020-06-13] 178: Checking geocodings ** [11:47:42 2020-06-13] 178: Checking synchronizations ** [11:47:42 2020-06-13] 178: Checking tracker ** [11:47:42 2020-06-13] 178: Checking user_migrations ** [11:47:42 2020-06-13] 178: Checking batch_updates ** [11:47:42 2020-06-13] 178: Checking gears ** [11:47:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:47:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:47 2020-06-13] 178: Checking imports ** [11:47:47 2020-06-13] 178: Checking exports ** [11:47:47 2020-06-13] 178: Checking users ** [11:47:47 2020-06-13] 178: Checking user_dbs ** [11:47:47 2020-06-13] 178: Checking geocodings ** [11:47:47 2020-06-13] 178: Checking synchronizations ** [11:47:47 2020-06-13] 178: Checking tracker ** [11:47:47 2020-06-13] 178: Checking user_migrations ** [11:47:47 2020-06-13] 178: Checking batch_updates ** [11:47:47 2020-06-13] 178: Checking gears ** [11:47:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:47:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:52 2020-06-13] 178: Checking imports ** [11:47:52 2020-06-13] 178: Checking exports ** [11:47:52 2020-06-13] 178: Checking users ** [11:47:52 2020-06-13] 178: Checking user_dbs ** [11:47:52 2020-06-13] 178: Checking geocodings ** [11:47:52 2020-06-13] 178: Checking synchronizations ** [11:47:52 2020-06-13] 178: Checking tracker ** [11:47:52 2020-06-13] 178: Checking user_migrations ** [11:47:52 2020-06-13] 178: Checking batch_updates ** [11:47:52 2020-06-13] 178: Checking gears ** [11:47:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:47:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:57 2020-06-13] 178: Checking imports ** [11:47:57 2020-06-13] 178: Checking exports ** [11:47:57 2020-06-13] 178: Checking users ** [11:47:57 2020-06-13] 178: Checking user_dbs ** [11:47:57 2020-06-13] 178: Checking geocodings ** [11:47:57 2020-06-13] 178: Checking synchronizations ** [11:47:57 2020-06-13] 178: Checking tracker ** [11:47:57 2020-06-13] 178: Checking user_migrations ** [11:47:57 2020-06-13] 178: Checking batch_updates ** [11:47:57 2020-06-13] 178: Checking gears ** [11:47:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:47:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:02 2020-06-13] 178: Checking imports ** [11:48:02 2020-06-13] 178: Checking exports ** [11:48:02 2020-06-13] 178: Checking users ** [11:48:02 2020-06-13] 178: Checking user_dbs ** [11:48:02 2020-06-13] 178: Checking geocodings ** [11:48:02 2020-06-13] 178: Checking synchronizations ** [11:48:02 2020-06-13] 178: Checking tracker ** [11:48:02 2020-06-13] 178: Checking user_migrations ** [11:48:02 2020-06-13] 178: Checking batch_updates ** [11:48:02 2020-06-13] 178: Checking gears ** [11:48:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:48:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:07 2020-06-13] 178: Checking imports ** [11:48:07 2020-06-13] 178: Checking exports ** [11:48:07 2020-06-13] 178: Checking users ** [11:48:07 2020-06-13] 178: Checking user_dbs ** [11:48:07 2020-06-13] 178: Checking geocodings ** [11:48:07 2020-06-13] 178: Checking synchronizations ** [11:48:07 2020-06-13] 178: Checking tracker ** [11:48:07 2020-06-13] 178: Checking user_migrations ** [11:48:07 2020-06-13] 178: Checking batch_updates ** [11:48:07 2020-06-13] 178: Checking gears ** [11:48:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:48:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:12 2020-06-13] 178: Checking imports ** [11:48:12 2020-06-13] 178: Checking exports ** [11:48:12 2020-06-13] 178: Checking users ** [11:48:12 2020-06-13] 178: Checking user_dbs ** [11:48:12 2020-06-13] 178: Checking geocodings ** [11:48:12 2020-06-13] 178: Checking synchronizations ** [11:48:12 2020-06-13] 178: Checking tracker ** [11:48:12 2020-06-13] 178: Checking user_migrations ** [11:48:12 2020-06-13] 178: Checking batch_updates ** [11:48:12 2020-06-13] 178: Checking gears ** [11:48:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:48:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:17 2020-06-13] 178: Checking imports ** [11:48:17 2020-06-13] 178: Checking exports ** [11:48:17 2020-06-13] 178: Checking users ** [11:48:17 2020-06-13] 178: Checking user_dbs ** [11:48:17 2020-06-13] 178: Checking geocodings ** [11:48:17 2020-06-13] 178: Checking synchronizations ** [11:48:17 2020-06-13] 178: Checking tracker ** [11:48:17 2020-06-13] 178: Checking user_migrations ** [11:48:17 2020-06-13] 178: Checking batch_updates ** [11:48:17 2020-06-13] 178: Checking gears ** [11:48:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:48:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:22 2020-06-13] 178: Checking imports ** [11:48:22 2020-06-13] 178: Checking exports ** [11:48:22 2020-06-13] 178: Checking users ** [11:48:22 2020-06-13] 178: Checking user_dbs ** [11:48:22 2020-06-13] 178: Checking geocodings ** [11:48:22 2020-06-13] 178: Checking synchronizations ** [11:48:22 2020-06-13] 178: Checking tracker ** [11:48:22 2020-06-13] 178: Checking user_migrations ** [11:48:22 2020-06-13] 178: Checking batch_updates ** [11:48:22 2020-06-13] 178: Checking gears ** [11:48:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:48:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:27 2020-06-13] 178: Checking imports ** [11:48:27 2020-06-13] 178: Checking exports ** [11:48:27 2020-06-13] 178: Checking users ** [11:48:27 2020-06-13] 178: Checking user_dbs ** [11:48:27 2020-06-13] 178: Checking geocodings ** [11:48:27 2020-06-13] 178: Checking synchronizations ** [11:48:27 2020-06-13] 178: Checking tracker ** [11:48:27 2020-06-13] 178: Checking user_migrations ** [11:48:27 2020-06-13] 178: Checking batch_updates ** [11:48:27 2020-06-13] 178: Checking gears ** [11:48:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:48:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:32 2020-06-13] 178: Checking imports ** [11:48:32 2020-06-13] 178: Checking exports ** [11:48:32 2020-06-13] 178: Checking users ** [11:48:32 2020-06-13] 178: Checking user_dbs ** [11:48:32 2020-06-13] 178: Checking geocodings ** [11:48:32 2020-06-13] 178: Checking synchronizations ** [11:48:32 2020-06-13] 178: Checking tracker ** [11:48:32 2020-06-13] 178: Checking user_migrations ** [11:48:32 2020-06-13] 178: Checking batch_updates ** [11:48:32 2020-06-13] 178: Checking gears ** [11:48:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:48:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:37 2020-06-13] 178: Checking imports ** [11:48:37 2020-06-13] 178: Checking exports ** [11:48:37 2020-06-13] 178: Checking users ** [11:48:37 2020-06-13] 178: Checking user_dbs ** [11:48:37 2020-06-13] 178: Checking geocodings ** [11:48:37 2020-06-13] 178: Checking synchronizations ** [11:48:37 2020-06-13] 178: Checking tracker ** [11:48:37 2020-06-13] 178: Checking user_migrations ** [11:48:37 2020-06-13] 178: Checking batch_updates ** [11:48:37 2020-06-13] 178: Checking gears ** [11:48:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:48:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:42 2020-06-13] 178: Checking imports ** [11:48:42 2020-06-13] 178: Checking exports ** [11:48:42 2020-06-13] 178: Checking users ** [11:48:42 2020-06-13] 178: Checking user_dbs ** [11:48:42 2020-06-13] 178: Checking geocodings ** [11:48:42 2020-06-13] 178: Checking synchronizations ** [11:48:42 2020-06-13] 178: Checking tracker ** [11:48:42 2020-06-13] 178: Checking user_migrations ** [11:48:42 2020-06-13] 178: Checking batch_updates ** [11:48:42 2020-06-13] 178: Checking gears ** [11:48:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:48:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:47 2020-06-13] 178: Checking imports ** [11:48:47 2020-06-13] 178: Checking exports ** [11:48:47 2020-06-13] 178: Checking users ** [11:48:47 2020-06-13] 178: Checking user_dbs ** [11:48:47 2020-06-13] 178: Checking geocodings ** [11:48:47 2020-06-13] 178: Checking synchronizations ** [11:48:47 2020-06-13] 178: Checking tracker ** [11:48:47 2020-06-13] 178: Checking user_migrations ** [11:48:47 2020-06-13] 178: Checking batch_updates ** [11:48:47 2020-06-13] 178: Checking gears ** [11:48:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:48:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:52 2020-06-13] 178: Checking imports ** [11:48:52 2020-06-13] 178: Checking exports ** [11:48:52 2020-06-13] 178: Checking users ** [11:48:52 2020-06-13] 178: Checking user_dbs ** [11:48:52 2020-06-13] 178: Checking geocodings ** [11:48:52 2020-06-13] 178: Checking synchronizations ** [11:48:52 2020-06-13] 178: Checking tracker ** [11:48:52 2020-06-13] 178: Checking user_migrations ** [11:48:52 2020-06-13] 178: Checking batch_updates ** [11:48:52 2020-06-13] 178: Checking gears ** [11:48:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:48:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:57 2020-06-13] 178: Checking imports ** [11:48:57 2020-06-13] 178: Checking exports ** [11:48:57 2020-06-13] 178: Checking users ** [11:48:57 2020-06-13] 178: Checking user_dbs ** [11:48:57 2020-06-13] 178: Checking geocodings ** [11:48:57 2020-06-13] 178: Checking synchronizations ** [11:48:57 2020-06-13] 178: Checking tracker ** [11:48:57 2020-06-13] 178: Checking user_migrations ** [11:48:57 2020-06-13] 178: Checking batch_updates ** [11:48:57 2020-06-13] 178: Checking gears ** [11:48:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:48:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:02 2020-06-13] 178: Checking imports ** [11:49:02 2020-06-13] 178: Checking exports ** [11:49:02 2020-06-13] 178: Checking users ** [11:49:02 2020-06-13] 178: Checking user_dbs ** [11:49:02 2020-06-13] 178: Checking geocodings ** [11:49:02 2020-06-13] 178: Checking synchronizations ** [11:49:02 2020-06-13] 178: Checking tracker ** [11:49:02 2020-06-13] 178: Checking user_migrations ** [11:49:02 2020-06-13] 178: Checking batch_updates ** [11:49:02 2020-06-13] 178: Checking gears ** [11:49:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:49:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:07 2020-06-13] 178: Checking imports ** [11:49:07 2020-06-13] 178: Checking exports ** [11:49:07 2020-06-13] 178: Checking users ** [11:49:07 2020-06-13] 178: Checking user_dbs ** [11:49:07 2020-06-13] 178: Checking geocodings ** [11:49:07 2020-06-13] 178: Checking synchronizations ** [11:49:07 2020-06-13] 178: Checking tracker ** [11:49:07 2020-06-13] 178: Checking user_migrations ** [11:49:07 2020-06-13] 178: Checking batch_updates ** [11:49:07 2020-06-13] 178: Checking gears ** [11:49:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:49:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:12 2020-06-13] 178: Checking imports ** [11:49:12 2020-06-13] 178: Checking exports ** [11:49:12 2020-06-13] 178: Checking users ** [11:49:12 2020-06-13] 178: Checking user_dbs ** [11:49:12 2020-06-13] 178: Checking geocodings ** [11:49:12 2020-06-13] 178: Checking synchronizations ** [11:49:12 2020-06-13] 178: Checking tracker ** [11:49:12 2020-06-13] 178: Checking user_migrations ** [11:49:12 2020-06-13] 178: Checking batch_updates ** [11:49:12 2020-06-13] 178: Checking gears ** [11:49:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:49:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:17 2020-06-13] 178: Checking imports ** [11:49:17 2020-06-13] 178: Checking exports ** [11:49:17 2020-06-13] 178: Checking users ** [11:49:17 2020-06-13] 178: Checking user_dbs ** [11:49:17 2020-06-13] 178: Checking geocodings ** [11:49:17 2020-06-13] 178: Checking synchronizations ** [11:49:17 2020-06-13] 178: Checking tracker ** [11:49:17 2020-06-13] 178: Checking user_migrations ** [11:49:17 2020-06-13] 178: Checking batch_updates ** [11:49:17 2020-06-13] 178: Checking gears ** [11:49:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:49:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:22 2020-06-13] 178: Checking imports ** [11:49:22 2020-06-13] 178: Checking exports ** [11:49:22 2020-06-13] 178: Checking users ** [11:49:22 2020-06-13] 178: Checking user_dbs ** [11:49:22 2020-06-13] 178: Checking geocodings ** [11:49:22 2020-06-13] 178: Checking synchronizations ** [11:49:22 2020-06-13] 178: Checking tracker ** [11:49:22 2020-06-13] 178: Checking user_migrations ** [11:49:22 2020-06-13] 178: Checking batch_updates ** [11:49:22 2020-06-13] 178: Checking gears ** [11:49:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:49:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:27 2020-06-13] 178: Checking imports ** [11:49:27 2020-06-13] 178: Checking exports ** [11:49:27 2020-06-13] 178: Checking users ** [11:49:27 2020-06-13] 178: Checking user_dbs ** [11:49:27 2020-06-13] 178: Checking geocodings ** [11:49:27 2020-06-13] 178: Checking synchronizations ** [11:49:27 2020-06-13] 178: Checking tracker ** [11:49:27 2020-06-13] 178: Checking user_migrations ** [11:49:27 2020-06-13] 178: Checking batch_updates ** [11:49:27 2020-06-13] 178: Checking gears ** [11:49:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:49:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:32 2020-06-13] 178: Checking imports ** [11:49:32 2020-06-13] 178: Checking exports ** [11:49:32 2020-06-13] 178: Checking users ** [11:49:32 2020-06-13] 178: Checking user_dbs ** [11:49:32 2020-06-13] 178: Checking geocodings ** [11:49:32 2020-06-13] 178: Checking synchronizations ** [11:49:32 2020-06-13] 178: Checking tracker ** [11:49:32 2020-06-13] 178: Checking user_migrations ** [11:49:32 2020-06-13] 178: Checking batch_updates ** [11:49:32 2020-06-13] 178: Checking gears ** [11:49:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:49:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:37 2020-06-13] 178: Checking imports ** [11:49:37 2020-06-13] 178: Checking exports ** [11:49:37 2020-06-13] 178: Checking users ** [11:49:37 2020-06-13] 178: Checking user_dbs ** [11:49:37 2020-06-13] 178: Checking geocodings ** [11:49:37 2020-06-13] 178: Checking synchronizations ** [11:49:37 2020-06-13] 178: Checking tracker ** [11:49:37 2020-06-13] 178: Checking user_migrations ** [11:49:37 2020-06-13] 178: Checking batch_updates ** [11:49:37 2020-06-13] 178: Checking gears ** [11:49:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:49:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:42 2020-06-13] 178: Checking imports ** [11:49:42 2020-06-13] 178: Checking exports ** [11:49:42 2020-06-13] 178: Checking users ** [11:49:42 2020-06-13] 178: Checking user_dbs ** [11:49:42 2020-06-13] 178: Checking geocodings ** [11:49:42 2020-06-13] 178: Checking synchronizations ** [11:49:42 2020-06-13] 178: Checking tracker ** [11:49:42 2020-06-13] 178: Checking user_migrations ** [11:49:42 2020-06-13] 178: Checking batch_updates ** [11:49:42 2020-06-13] 178: Checking gears ** [11:49:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:49:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:47 2020-06-13] 178: Checking imports ** [11:49:47 2020-06-13] 178: Checking exports ** [11:49:47 2020-06-13] 178: Checking users ** [11:49:47 2020-06-13] 178: Checking user_dbs ** [11:49:47 2020-06-13] 178: Checking geocodings ** [11:49:47 2020-06-13] 178: Checking synchronizations ** [11:49:47 2020-06-13] 178: Checking tracker ** [11:49:47 2020-06-13] 178: Checking user_migrations ** [11:49:47 2020-06-13] 178: Checking batch_updates ** [11:49:47 2020-06-13] 178: Checking gears ** [11:49:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:49:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:52 2020-06-13] 178: Checking imports ** [11:49:52 2020-06-13] 178: Checking exports ** [11:49:52 2020-06-13] 178: Checking users ** [11:49:52 2020-06-13] 178: Checking user_dbs ** [11:49:52 2020-06-13] 178: Checking geocodings ** [11:49:52 2020-06-13] 178: Checking synchronizations ** [11:49:52 2020-06-13] 178: Checking tracker ** [11:49:52 2020-06-13] 178: Checking user_migrations ** [11:49:52 2020-06-13] 178: Checking batch_updates ** [11:49:52 2020-06-13] 178: Checking gears ** [11:49:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:49:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:57 2020-06-13] 178: Checking imports ** [11:49:57 2020-06-13] 178: Checking exports ** [11:49:57 2020-06-13] 178: Checking users ** [11:49:57 2020-06-13] 178: Checking user_dbs ** [11:49:57 2020-06-13] 178: Checking geocodings ** [11:49:57 2020-06-13] 178: Checking synchronizations ** [11:49:57 2020-06-13] 178: Checking tracker ** [11:49:57 2020-06-13] 178: Checking user_migrations ** [11:49:57 2020-06-13] 178: Checking batch_updates ** [11:49:57 2020-06-13] 178: Checking gears ** [11:49:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:49:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:02 2020-06-13] 178: Checking imports ** [11:50:02 2020-06-13] 178: Checking exports ** [11:50:02 2020-06-13] 178: Checking users ** [11:50:02 2020-06-13] 178: Checking user_dbs ** [11:50:02 2020-06-13] 178: Checking geocodings ** [11:50:02 2020-06-13] 178: Checking synchronizations ** [11:50:02 2020-06-13] 178: Checking tracker ** [11:50:02 2020-06-13] 178: Checking user_migrations ** [11:50:02 2020-06-13] 178: Checking batch_updates ** [11:50:02 2020-06-13] 178: Checking gears ** [11:50:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:50:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:07 2020-06-13] 178: Checking imports ** [11:50:07 2020-06-13] 178: Checking exports ** [11:50:07 2020-06-13] 178: Checking users ** [11:50:07 2020-06-13] 178: Checking user_dbs ** [11:50:07 2020-06-13] 178: Checking geocodings ** [11:50:07 2020-06-13] 178: Checking synchronizations ** [11:50:07 2020-06-13] 178: Checking tracker ** [11:50:07 2020-06-13] 178: Checking user_migrations ** [11:50:07 2020-06-13] 178: Checking batch_updates ** [11:50:07 2020-06-13] 178: Checking gears ** [11:50:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:50:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:12 2020-06-13] 178: Checking imports ** [11:50:12 2020-06-13] 178: Checking exports ** [11:50:12 2020-06-13] 178: Checking users ** [11:50:12 2020-06-13] 178: Checking user_dbs ** [11:50:12 2020-06-13] 178: Checking geocodings ** [11:50:12 2020-06-13] 178: Checking synchronizations ** [11:50:12 2020-06-13] 178: Checking tracker ** [11:50:12 2020-06-13] 178: Checking user_migrations ** [11:50:12 2020-06-13] 178: Checking batch_updates ** [11:50:12 2020-06-13] 178: Checking gears ** [11:50:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:50:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:17 2020-06-13] 178: Checking imports ** [11:50:17 2020-06-13] 178: Checking exports ** [11:50:17 2020-06-13] 178: Checking users ** [11:50:17 2020-06-13] 178: Checking user_dbs ** [11:50:17 2020-06-13] 178: Checking geocodings ** [11:50:17 2020-06-13] 178: Checking synchronizations ** [11:50:17 2020-06-13] 178: Checking tracker ** [11:50:17 2020-06-13] 178: Checking user_migrations ** [11:50:17 2020-06-13] 178: Checking batch_updates ** [11:50:17 2020-06-13] 178: Checking gears ** [11:50:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:50:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:22 2020-06-13] 178: Checking imports ** [11:50:22 2020-06-13] 178: Checking exports ** [11:50:22 2020-06-13] 178: Checking users ** [11:50:22 2020-06-13] 178: Checking user_dbs ** [11:50:22 2020-06-13] 178: Checking geocodings ** [11:50:22 2020-06-13] 178: Checking synchronizations ** [11:50:22 2020-06-13] 178: Checking tracker ** [11:50:22 2020-06-13] 178: Checking user_migrations ** [11:50:22 2020-06-13] 178: Checking batch_updates ** [11:50:22 2020-06-13] 178: Checking gears ** [11:50:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:50:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:27 2020-06-13] 178: Checking imports ** [11:50:27 2020-06-13] 178: Checking exports ** [11:50:27 2020-06-13] 178: Checking users ** [11:50:27 2020-06-13] 178: Checking user_dbs ** [11:50:27 2020-06-13] 178: Checking geocodings ** [11:50:27 2020-06-13] 178: Checking synchronizations ** [11:50:27 2020-06-13] 178: Checking tracker ** [11:50:27 2020-06-13] 178: Checking user_migrations ** [11:50:27 2020-06-13] 178: Checking batch_updates ** [11:50:27 2020-06-13] 178: Checking gears ** [11:50:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:50:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:32 2020-06-13] 178: Checking imports ** [11:50:32 2020-06-13] 178: Checking exports ** [11:50:32 2020-06-13] 178: Checking users ** [11:50:32 2020-06-13] 178: Checking user_dbs ** [11:50:32 2020-06-13] 178: Checking geocodings ** [11:50:32 2020-06-13] 178: Checking synchronizations ** [11:50:32 2020-06-13] 178: Checking tracker ** [11:50:32 2020-06-13] 178: Checking user_migrations ** [11:50:32 2020-06-13] 178: Checking batch_updates ** [11:50:32 2020-06-13] 178: Checking gears ** [11:50:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:50:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:37 2020-06-13] 178: Checking imports ** [11:50:37 2020-06-13] 178: Checking exports ** [11:50:37 2020-06-13] 178: Checking users ** [11:50:37 2020-06-13] 178: Checking user_dbs ** [11:50:37 2020-06-13] 178: Checking geocodings ** [11:50:37 2020-06-13] 178: Checking synchronizations ** [11:50:37 2020-06-13] 178: Checking tracker ** [11:50:37 2020-06-13] 178: Checking user_migrations ** [11:50:37 2020-06-13] 178: Checking batch_updates ** [11:50:37 2020-06-13] 178: Checking gears ** [11:50:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:50:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:42 2020-06-13] 178: Checking imports ** [11:50:42 2020-06-13] 178: Checking exports ** [11:50:42 2020-06-13] 178: Checking users ** [11:50:42 2020-06-13] 178: Checking user_dbs ** [11:50:42 2020-06-13] 178: Checking geocodings ** [11:50:42 2020-06-13] 178: Checking synchronizations ** [11:50:42 2020-06-13] 178: Checking tracker ** [11:50:42 2020-06-13] 178: Checking user_migrations ** [11:50:42 2020-06-13] 178: Checking batch_updates ** [11:50:42 2020-06-13] 178: Checking gears ** [11:50:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:50:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:47 2020-06-13] 178: Checking imports ** [11:50:47 2020-06-13] 178: Checking exports ** [11:50:47 2020-06-13] 178: Checking users ** [11:50:47 2020-06-13] 178: Checking user_dbs ** [11:50:47 2020-06-13] 178: Checking geocodings ** [11:50:47 2020-06-13] 178: Checking synchronizations ** [11:50:47 2020-06-13] 178: Checking tracker ** [11:50:47 2020-06-13] 178: Checking user_migrations ** [11:50:47 2020-06-13] 178: Checking batch_updates ** [11:50:47 2020-06-13] 178: Checking gears ** [11:50:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:50:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:52 2020-06-13] 178: Checking imports ** [11:50:52 2020-06-13] 178: Checking exports ** [11:50:52 2020-06-13] 178: Checking users ** [11:50:52 2020-06-13] 178: Checking user_dbs ** [11:50:52 2020-06-13] 178: Checking geocodings ** [11:50:52 2020-06-13] 178: Checking synchronizations ** [11:50:52 2020-06-13] 178: Checking tracker ** [11:50:52 2020-06-13] 178: Checking user_migrations ** [11:50:52 2020-06-13] 178: Checking batch_updates ** [11:50:52 2020-06-13] 178: Checking gears ** [11:50:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:50:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:57 2020-06-13] 178: Checking imports ** [11:50:57 2020-06-13] 178: Checking exports ** [11:50:57 2020-06-13] 178: Checking users ** [11:50:57 2020-06-13] 178: Checking user_dbs ** [11:50:57 2020-06-13] 178: Checking geocodings ** [11:50:57 2020-06-13] 178: Checking synchronizations ** [11:50:57 2020-06-13] 178: Checking tracker ** [11:50:57 2020-06-13] 178: Checking user_migrations ** [11:50:57 2020-06-13] 178: Checking batch_updates ** [11:50:57 2020-06-13] 178: Checking gears ** [11:50:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:50:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:02 2020-06-13] 178: Checking imports ** [11:51:02 2020-06-13] 178: Checking exports ** [11:51:02 2020-06-13] 178: Checking users ** [11:51:02 2020-06-13] 178: Checking user_dbs ** [11:51:02 2020-06-13] 178: Checking geocodings ** [11:51:02 2020-06-13] 178: Checking synchronizations ** [11:51:02 2020-06-13] 178: Checking tracker ** [11:51:02 2020-06-13] 178: Checking user_migrations ** [11:51:02 2020-06-13] 178: Checking batch_updates ** [11:51:02 2020-06-13] 178: Checking gears ** [11:51:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:51:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:07 2020-06-13] 178: Checking imports ** [11:51:07 2020-06-13] 178: Checking exports ** [11:51:07 2020-06-13] 178: Checking users ** [11:51:07 2020-06-13] 178: Checking user_dbs ** [11:51:07 2020-06-13] 178: Checking geocodings ** [11:51:07 2020-06-13] 178: Checking synchronizations ** [11:51:07 2020-06-13] 178: Checking tracker ** [11:51:07 2020-06-13] 178: Checking user_migrations ** [11:51:07 2020-06-13] 178: Checking batch_updates ** [11:51:07 2020-06-13] 178: Checking gears ** [11:51:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:51:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:12 2020-06-13] 178: Checking imports ** [11:51:12 2020-06-13] 178: Checking exports ** [11:51:12 2020-06-13] 178: Checking users ** [11:51:12 2020-06-13] 178: Checking user_dbs ** [11:51:12 2020-06-13] 178: Checking geocodings ** [11:51:12 2020-06-13] 178: Checking synchronizations ** [11:51:12 2020-06-13] 178: Checking tracker ** [11:51:12 2020-06-13] 178: Checking user_migrations ** [11:51:12 2020-06-13] 178: Checking batch_updates ** [11:51:12 2020-06-13] 178: Checking gears ** [11:51:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:51:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:17 2020-06-13] 178: Checking imports ** [11:51:17 2020-06-13] 178: Checking exports ** [11:51:17 2020-06-13] 178: Checking users ** [11:51:17 2020-06-13] 178: Checking user_dbs ** [11:51:17 2020-06-13] 178: Checking geocodings ** [11:51:17 2020-06-13] 178: Checking synchronizations ** [11:51:17 2020-06-13] 178: Checking tracker ** [11:51:17 2020-06-13] 178: Checking user_migrations ** [11:51:17 2020-06-13] 178: Checking batch_updates ** [11:51:17 2020-06-13] 178: Checking gears ** [11:51:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:51:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:22 2020-06-13] 178: Checking imports ** [11:51:22 2020-06-13] 178: Checking exports ** [11:51:22 2020-06-13] 178: Checking users ** [11:51:22 2020-06-13] 178: Checking user_dbs ** [11:51:22 2020-06-13] 178: Checking geocodings ** [11:51:22 2020-06-13] 178: Checking synchronizations ** [11:51:22 2020-06-13] 178: Checking tracker ** [11:51:22 2020-06-13] 178: Checking user_migrations ** [11:51:22 2020-06-13] 178: Checking batch_updates ** [11:51:22 2020-06-13] 178: Checking gears ** [11:51:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:51:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:27 2020-06-13] 178: Checking imports ** [11:51:27 2020-06-13] 178: Checking exports ** [11:51:27 2020-06-13] 178: Checking users ** [11:51:27 2020-06-13] 178: Checking user_dbs ** [11:51:27 2020-06-13] 178: Checking geocodings ** [11:51:27 2020-06-13] 178: Checking synchronizations ** [11:51:27 2020-06-13] 178: Checking tracker ** [11:51:27 2020-06-13] 178: Checking user_migrations ** [11:51:27 2020-06-13] 178: Checking batch_updates ** [11:51:27 2020-06-13] 178: Checking gears ** [11:51:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:51:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:32 2020-06-13] 178: Checking imports ** [11:51:32 2020-06-13] 178: Checking exports ** [11:51:32 2020-06-13] 178: Checking users ** [11:51:32 2020-06-13] 178: Checking user_dbs ** [11:51:32 2020-06-13] 178: Checking geocodings ** [11:51:32 2020-06-13] 178: Checking synchronizations ** [11:51:32 2020-06-13] 178: Checking tracker ** [11:51:32 2020-06-13] 178: Checking user_migrations ** [11:51:32 2020-06-13] 178: Checking batch_updates ** [11:51:32 2020-06-13] 178: Checking gears ** [11:51:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:51:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:37 2020-06-13] 178: Checking imports ** [11:51:37 2020-06-13] 178: Checking exports ** [11:51:37 2020-06-13] 178: Checking users ** [11:51:37 2020-06-13] 178: Checking user_dbs ** [11:51:37 2020-06-13] 178: Checking geocodings ** [11:51:37 2020-06-13] 178: Checking synchronizations ** [11:51:37 2020-06-13] 178: Checking tracker ** [11:51:37 2020-06-13] 178: Checking user_migrations ** [11:51:37 2020-06-13] 178: Checking batch_updates ** [11:51:37 2020-06-13] 178: Checking gears ** [11:51:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:51:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:42 2020-06-13] 178: Checking imports ** [11:51:42 2020-06-13] 178: Checking exports ** [11:51:42 2020-06-13] 178: Checking users ** [11:51:42 2020-06-13] 178: Checking user_dbs ** [11:51:42 2020-06-13] 178: Checking geocodings ** [11:51:42 2020-06-13] 178: Checking synchronizations ** [11:51:42 2020-06-13] 178: Checking tracker ** [11:51:42 2020-06-13] 178: Checking user_migrations ** [11:51:42 2020-06-13] 178: Checking batch_updates ** [11:51:42 2020-06-13] 178: Checking gears ** [11:51:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:51:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:47 2020-06-13] 178: Checking imports ** [11:51:47 2020-06-13] 178: Checking exports ** [11:51:47 2020-06-13] 178: Checking users ** [11:51:47 2020-06-13] 178: Checking user_dbs ** [11:51:47 2020-06-13] 178: Checking geocodings ** [11:51:47 2020-06-13] 178: Checking synchronizations ** [11:51:47 2020-06-13] 178: Checking tracker ** [11:51:47 2020-06-13] 178: Checking user_migrations ** [11:51:47 2020-06-13] 178: Checking batch_updates ** [11:51:47 2020-06-13] 178: Checking gears ** [11:51:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:51:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:52 2020-06-13] 178: Checking imports ** [11:51:52 2020-06-13] 178: Checking exports ** [11:51:52 2020-06-13] 178: Checking users ** [11:51:52 2020-06-13] 178: Checking user_dbs ** [11:51:52 2020-06-13] 178: Checking geocodings ** [11:51:52 2020-06-13] 178: Checking synchronizations ** [11:51:52 2020-06-13] 178: Checking tracker ** [11:51:52 2020-06-13] 178: Checking user_migrations ** [11:51:52 2020-06-13] 178: Checking batch_updates ** [11:51:52 2020-06-13] 178: Checking gears ** [11:51:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:51:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:57 2020-06-13] 178: Checking imports ** [11:51:57 2020-06-13] 178: Checking exports ** [11:51:57 2020-06-13] 178: Checking users ** [11:51:57 2020-06-13] 178: Checking user_dbs ** [11:51:57 2020-06-13] 178: Checking geocodings ** [11:51:57 2020-06-13] 178: Checking synchronizations ** [11:51:57 2020-06-13] 178: Checking tracker ** [11:51:57 2020-06-13] 178: Checking user_migrations ** [11:51:57 2020-06-13] 178: Checking batch_updates ** [11:51:57 2020-06-13] 178: Checking gears ** [11:51:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:51:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:02 2020-06-13] 178: Checking imports ** [11:52:02 2020-06-13] 178: Checking exports ** [11:52:02 2020-06-13] 178: Checking users ** [11:52:02 2020-06-13] 178: Checking user_dbs ** [11:52:02 2020-06-13] 178: Checking geocodings ** [11:52:02 2020-06-13] 178: Checking synchronizations ** [11:52:02 2020-06-13] 178: Checking tracker ** [11:52:02 2020-06-13] 178: Checking user_migrations ** [11:52:02 2020-06-13] 178: Checking batch_updates ** [11:52:02 2020-06-13] 178: Checking gears ** [11:52:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:52:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:07 2020-06-13] 178: Checking imports ** [11:52:07 2020-06-13] 178: Checking exports ** [11:52:07 2020-06-13] 178: Checking users ** [11:52:07 2020-06-13] 178: Checking user_dbs ** [11:52:07 2020-06-13] 178: Checking geocodings ** [11:52:07 2020-06-13] 178: Checking synchronizations ** [11:52:07 2020-06-13] 178: Checking tracker ** [11:52:07 2020-06-13] 178: Checking user_migrations ** [11:52:07 2020-06-13] 178: Checking batch_updates ** [11:52:07 2020-06-13] 178: Checking gears ** [11:52:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:52:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:12 2020-06-13] 178: Checking imports ** [11:52:12 2020-06-13] 178: Checking exports ** [11:52:12 2020-06-13] 178: Checking users ** [11:52:12 2020-06-13] 178: Checking user_dbs ** [11:52:12 2020-06-13] 178: Checking geocodings ** [11:52:12 2020-06-13] 178: Checking synchronizations ** [11:52:12 2020-06-13] 178: Checking tracker ** [11:52:12 2020-06-13] 178: Checking user_migrations ** [11:52:12 2020-06-13] 178: Checking batch_updates ** [11:52:12 2020-06-13] 178: Checking gears ** [11:52:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:52:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:17 2020-06-13] 178: Checking imports ** [11:52:17 2020-06-13] 178: Checking exports ** [11:52:17 2020-06-13] 178: Checking users ** [11:52:17 2020-06-13] 178: Checking user_dbs ** [11:52:17 2020-06-13] 178: Checking geocodings ** [11:52:17 2020-06-13] 178: Checking synchronizations ** [11:52:17 2020-06-13] 178: Checking tracker ** [11:52:17 2020-06-13] 178: Checking user_migrations ** [11:52:17 2020-06-13] 178: Checking batch_updates ** [11:52:17 2020-06-13] 178: Checking gears ** [11:52:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:52:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:22 2020-06-13] 178: Checking imports ** [11:52:22 2020-06-13] 178: Checking exports ** [11:52:22 2020-06-13] 178: Checking users ** [11:52:22 2020-06-13] 178: Checking user_dbs ** [11:52:22 2020-06-13] 178: Checking geocodings ** [11:52:22 2020-06-13] 178: Checking synchronizations ** [11:52:22 2020-06-13] 178: Checking tracker ** [11:52:22 2020-06-13] 178: Checking user_migrations ** [11:52:22 2020-06-13] 178: Checking batch_updates ** [11:52:22 2020-06-13] 178: Checking gears ** [11:52:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:52:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:28 2020-06-13] 178: Checking imports ** [11:52:28 2020-06-13] 178: Checking exports ** [11:52:28 2020-06-13] 178: Checking users ** [11:52:28 2020-06-13] 178: Checking user_dbs ** [11:52:28 2020-06-13] 178: Checking geocodings ** [11:52:28 2020-06-13] 178: Checking synchronizations ** [11:52:28 2020-06-13] 178: Checking tracker ** [11:52:28 2020-06-13] 178: Checking user_migrations ** [11:52:28 2020-06-13] 178: Checking batch_updates ** [11:52:28 2020-06-13] 178: Checking gears ** [11:52:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:52:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:33 2020-06-13] 178: Checking imports ** [11:52:33 2020-06-13] 178: Checking exports ** [11:52:33 2020-06-13] 178: Checking users ** [11:52:33 2020-06-13] 178: Checking user_dbs ** [11:52:33 2020-06-13] 178: Checking geocodings ** [11:52:33 2020-06-13] 178: Checking synchronizations ** [11:52:33 2020-06-13] 178: Checking tracker ** [11:52:33 2020-06-13] 178: Checking user_migrations ** [11:52:33 2020-06-13] 178: Checking batch_updates ** [11:52:33 2020-06-13] 178: Checking gears ** [11:52:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:52:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:38 2020-06-13] 178: Checking imports ** [11:52:38 2020-06-13] 178: Checking exports ** [11:52:38 2020-06-13] 178: Checking users ** [11:52:38 2020-06-13] 178: Checking user_dbs ** [11:52:38 2020-06-13] 178: Checking geocodings ** [11:52:38 2020-06-13] 178: Checking synchronizations ** [11:52:38 2020-06-13] 178: Checking tracker ** [11:52:38 2020-06-13] 178: Checking user_migrations ** [11:52:38 2020-06-13] 178: Checking batch_updates ** [11:52:38 2020-06-13] 178: Checking gears ** [11:52:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:52:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:43 2020-06-13] 178: Checking imports ** [11:52:43 2020-06-13] 178: Checking exports ** [11:52:43 2020-06-13] 178: Checking users ** [11:52:43 2020-06-13] 178: Checking user_dbs ** [11:52:43 2020-06-13] 178: Checking geocodings ** [11:52:43 2020-06-13] 178: Checking synchronizations ** [11:52:43 2020-06-13] 178: Checking tracker ** [11:52:43 2020-06-13] 178: Checking user_migrations ** [11:52:43 2020-06-13] 178: Checking batch_updates ** [11:52:43 2020-06-13] 178: Checking gears ** [11:52:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:52:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:48 2020-06-13] 178: Checking imports ** [11:52:48 2020-06-13] 178: Checking exports ** [11:52:48 2020-06-13] 178: Checking users ** [11:52:48 2020-06-13] 178: Checking user_dbs ** [11:52:48 2020-06-13] 178: Checking geocodings ** [11:52:48 2020-06-13] 178: Checking synchronizations ** [11:52:48 2020-06-13] 178: Checking tracker ** [11:52:48 2020-06-13] 178: Checking user_migrations ** [11:52:48 2020-06-13] 178: Checking batch_updates ** [11:52:48 2020-06-13] 178: Checking gears ** [11:52:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:52:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:53 2020-06-13] 178: Checking imports ** [11:52:53 2020-06-13] 178: Checking exports ** [11:52:53 2020-06-13] 178: Checking users ** [11:52:53 2020-06-13] 178: Checking user_dbs ** [11:52:53 2020-06-13] 178: Checking geocodings ** [11:52:53 2020-06-13] 178: Checking synchronizations ** [11:52:53 2020-06-13] 178: Checking tracker ** [11:52:53 2020-06-13] 178: Checking user_migrations ** [11:52:53 2020-06-13] 178: Checking batch_updates ** [11:52:53 2020-06-13] 178: Checking gears ** [11:52:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:52:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:58 2020-06-13] 178: Checking imports ** [11:52:58 2020-06-13] 178: Checking exports ** [11:52:58 2020-06-13] 178: Checking users ** [11:52:58 2020-06-13] 178: Checking user_dbs ** [11:52:58 2020-06-13] 178: Checking geocodings ** [11:52:58 2020-06-13] 178: Checking synchronizations ** [11:52:58 2020-06-13] 178: Checking tracker ** [11:52:58 2020-06-13] 178: Checking user_migrations ** [11:52:58 2020-06-13] 178: Checking batch_updates ** [11:52:58 2020-06-13] 178: Checking gears ** [11:52:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:52:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:03 2020-06-13] 178: Checking imports ** [11:53:03 2020-06-13] 178: Checking exports ** [11:53:03 2020-06-13] 178: Checking users ** [11:53:03 2020-06-13] 178: Checking user_dbs ** [11:53:03 2020-06-13] 178: Checking geocodings ** [11:53:03 2020-06-13] 178: Checking synchronizations ** [11:53:03 2020-06-13] 178: Checking tracker ** [11:53:03 2020-06-13] 178: Checking user_migrations ** [11:53:03 2020-06-13] 178: Checking batch_updates ** [11:53:03 2020-06-13] 178: Checking gears ** [11:53:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:53:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:08 2020-06-13] 178: Checking imports ** [11:53:08 2020-06-13] 178: Checking exports ** [11:53:08 2020-06-13] 178: Checking users ** [11:53:08 2020-06-13] 178: Checking user_dbs ** [11:53:08 2020-06-13] 178: Checking geocodings ** [11:53:08 2020-06-13] 178: Checking synchronizations ** [11:53:08 2020-06-13] 178: Checking tracker ** [11:53:08 2020-06-13] 178: Checking user_migrations ** [11:53:08 2020-06-13] 178: Checking batch_updates ** [11:53:08 2020-06-13] 178: Checking gears ** [11:53:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:53:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:13 2020-06-13] 178: Checking imports ** [11:53:13 2020-06-13] 178: Checking exports ** [11:53:13 2020-06-13] 178: Checking users ** [11:53:13 2020-06-13] 178: Checking user_dbs ** [11:53:13 2020-06-13] 178: Checking geocodings ** [11:53:13 2020-06-13] 178: Checking synchronizations ** [11:53:13 2020-06-13] 178: Checking tracker ** [11:53:13 2020-06-13] 178: Checking user_migrations ** [11:53:13 2020-06-13] 178: Checking batch_updates ** [11:53:13 2020-06-13] 178: Checking gears ** [11:53:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:53:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:18 2020-06-13] 178: Checking imports ** [11:53:18 2020-06-13] 178: Checking exports ** [11:53:18 2020-06-13] 178: Checking users ** [11:53:18 2020-06-13] 178: Checking user_dbs ** [11:53:18 2020-06-13] 178: Checking geocodings ** [11:53:18 2020-06-13] 178: Checking synchronizations ** [11:53:18 2020-06-13] 178: Checking tracker ** [11:53:18 2020-06-13] 178: Checking user_migrations ** [11:53:18 2020-06-13] 178: Checking batch_updates ** [11:53:18 2020-06-13] 178: Checking gears ** [11:53:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:53:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:23 2020-06-13] 178: Checking imports ** [11:53:23 2020-06-13] 178: Checking exports ** [11:53:23 2020-06-13] 178: Checking users ** [11:53:23 2020-06-13] 178: Checking user_dbs ** [11:53:23 2020-06-13] 178: Checking geocodings ** [11:53:23 2020-06-13] 178: Checking synchronizations ** [11:53:23 2020-06-13] 178: Checking tracker ** [11:53:23 2020-06-13] 178: Checking user_migrations ** [11:53:23 2020-06-13] 178: Checking batch_updates ** [11:53:23 2020-06-13] 178: Checking gears ** [11:53:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:53:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:28 2020-06-13] 178: Checking imports ** [11:53:28 2020-06-13] 178: Checking exports ** [11:53:28 2020-06-13] 178: Checking users ** [11:53:28 2020-06-13] 178: Checking user_dbs ** [11:53:28 2020-06-13] 178: Checking geocodings ** [11:53:28 2020-06-13] 178: Checking synchronizations ** [11:53:28 2020-06-13] 178: Checking tracker ** [11:53:28 2020-06-13] 178: Checking user_migrations ** [11:53:28 2020-06-13] 178: Checking batch_updates ** [11:53:28 2020-06-13] 178: Checking gears ** [11:53:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:53:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:33 2020-06-13] 178: Checking imports ** [11:53:33 2020-06-13] 178: Checking exports ** [11:53:33 2020-06-13] 178: Checking users ** [11:53:33 2020-06-13] 178: Checking user_dbs ** [11:53:33 2020-06-13] 178: Checking geocodings ** [11:53:33 2020-06-13] 178: Checking synchronizations ** [11:53:33 2020-06-13] 178: Checking tracker ** [11:53:33 2020-06-13] 178: Checking user_migrations ** [11:53:33 2020-06-13] 178: Checking batch_updates ** [11:53:33 2020-06-13] 178: Checking gears ** [11:53:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:53:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:38 2020-06-13] 178: Checking imports ** [11:53:38 2020-06-13] 178: Checking exports ** [11:53:38 2020-06-13] 178: Checking users ** [11:53:38 2020-06-13] 178: Checking user_dbs ** [11:53:38 2020-06-13] 178: Checking geocodings ** [11:53:38 2020-06-13] 178: Checking synchronizations ** [11:53:38 2020-06-13] 178: Checking tracker ** [11:53:38 2020-06-13] 178: Checking user_migrations ** [11:53:38 2020-06-13] 178: Checking batch_updates ** [11:53:38 2020-06-13] 178: Checking gears ** [11:53:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:53:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:43 2020-06-13] 178: Checking imports ** [11:53:43 2020-06-13] 178: Checking exports ** [11:53:43 2020-06-13] 178: Checking users ** [11:53:43 2020-06-13] 178: Checking user_dbs ** [11:53:43 2020-06-13] 178: Checking geocodings ** [11:53:43 2020-06-13] 178: Checking synchronizations ** [11:53:43 2020-06-13] 178: Checking tracker ** [11:53:43 2020-06-13] 178: Checking user_migrations ** [11:53:43 2020-06-13] 178: Checking batch_updates ** [11:53:43 2020-06-13] 178: Checking gears ** [11:53:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:53:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:48 2020-06-13] 178: Checking imports ** [11:53:48 2020-06-13] 178: Checking exports ** [11:53:48 2020-06-13] 178: Checking users ** [11:53:48 2020-06-13] 178: Checking user_dbs ** [11:53:48 2020-06-13] 178: Checking geocodings ** [11:53:48 2020-06-13] 178: Checking synchronizations ** [11:53:48 2020-06-13] 178: Checking tracker ** [11:53:48 2020-06-13] 178: Checking user_migrations ** [11:53:48 2020-06-13] 178: Checking batch_updates ** [11:53:48 2020-06-13] 178: Checking gears ** [11:53:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:53:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:53 2020-06-13] 178: Checking imports ** [11:53:53 2020-06-13] 178: Checking exports ** [11:53:53 2020-06-13] 178: Checking users ** [11:53:53 2020-06-13] 178: Checking user_dbs ** [11:53:53 2020-06-13] 178: Checking geocodings ** [11:53:53 2020-06-13] 178: Checking synchronizations ** [11:53:53 2020-06-13] 178: Checking tracker ** [11:53:53 2020-06-13] 178: Checking user_migrations ** [11:53:53 2020-06-13] 178: Checking batch_updates ** [11:53:53 2020-06-13] 178: Checking gears ** [11:53:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:53:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:58 2020-06-13] 178: Checking imports ** [11:53:58 2020-06-13] 178: Checking exports ** [11:53:58 2020-06-13] 178: Checking users ** [11:53:58 2020-06-13] 178: Checking user_dbs ** [11:53:58 2020-06-13] 178: Checking geocodings ** [11:53:58 2020-06-13] 178: Checking synchronizations ** [11:53:58 2020-06-13] 178: Checking tracker ** [11:53:58 2020-06-13] 178: Checking user_migrations ** [11:53:58 2020-06-13] 178: Checking batch_updates ** [11:53:58 2020-06-13] 178: Checking gears ** [11:53:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:53:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:03 2020-06-13] 178: Checking imports ** [11:54:03 2020-06-13] 178: Checking exports ** [11:54:03 2020-06-13] 178: Checking users ** [11:54:03 2020-06-13] 178: Checking user_dbs ** [11:54:03 2020-06-13] 178: Checking geocodings ** [11:54:03 2020-06-13] 178: Checking synchronizations ** [11:54:03 2020-06-13] 178: Checking tracker ** [11:54:03 2020-06-13] 178: Checking user_migrations ** [11:54:03 2020-06-13] 178: Checking batch_updates ** [11:54:03 2020-06-13] 178: Checking gears ** [11:54:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:54:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:08 2020-06-13] 178: Checking imports ** [11:54:08 2020-06-13] 178: Checking exports ** [11:54:08 2020-06-13] 178: Checking users ** [11:54:08 2020-06-13] 178: Checking user_dbs ** [11:54:08 2020-06-13] 178: Checking geocodings ** [11:54:08 2020-06-13] 178: Checking synchronizations ** [11:54:08 2020-06-13] 178: Checking tracker ** [11:54:08 2020-06-13] 178: Checking user_migrations ** [11:54:08 2020-06-13] 178: Checking batch_updates ** [11:54:08 2020-06-13] 178: Checking gears ** [11:54:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:54:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:13 2020-06-13] 178: Checking imports ** [11:54:13 2020-06-13] 178: Checking exports ** [11:54:13 2020-06-13] 178: Checking users ** [11:54:13 2020-06-13] 178: Checking user_dbs ** [11:54:13 2020-06-13] 178: Checking geocodings ** [11:54:13 2020-06-13] 178: Checking synchronizations ** [11:54:13 2020-06-13] 178: Checking tracker ** [11:54:13 2020-06-13] 178: Checking user_migrations ** [11:54:13 2020-06-13] 178: Checking batch_updates ** [11:54:13 2020-06-13] 178: Checking gears ** [11:54:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:54:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:18 2020-06-13] 178: Checking imports ** [11:54:18 2020-06-13] 178: Checking exports ** [11:54:18 2020-06-13] 178: Checking users ** [11:54:18 2020-06-13] 178: Checking user_dbs ** [11:54:18 2020-06-13] 178: Checking geocodings ** [11:54:18 2020-06-13] 178: Checking synchronizations ** [11:54:18 2020-06-13] 178: Checking tracker ** [11:54:18 2020-06-13] 178: Checking user_migrations ** [11:54:18 2020-06-13] 178: Checking batch_updates ** [11:54:18 2020-06-13] 178: Checking gears ** [11:54:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:54:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:23 2020-06-13] 178: Checking imports ** [11:54:23 2020-06-13] 178: Checking exports ** [11:54:23 2020-06-13] 178: Checking users ** [11:54:23 2020-06-13] 178: Checking user_dbs ** [11:54:23 2020-06-13] 178: Checking geocodings ** [11:54:23 2020-06-13] 178: Checking synchronizations ** [11:54:23 2020-06-13] 178: Checking tracker ** [11:54:23 2020-06-13] 178: Checking user_migrations ** [11:54:23 2020-06-13] 178: Checking batch_updates ** [11:54:23 2020-06-13] 178: Checking gears ** [11:54:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:54:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:28 2020-06-13] 178: Checking imports ** [11:54:28 2020-06-13] 178: Checking exports ** [11:54:28 2020-06-13] 178: Checking users ** [11:54:28 2020-06-13] 178: Checking user_dbs ** [11:54:28 2020-06-13] 178: Checking geocodings ** [11:54:28 2020-06-13] 178: Checking synchronizations ** [11:54:28 2020-06-13] 178: Checking tracker ** [11:54:28 2020-06-13] 178: Checking user_migrations ** [11:54:28 2020-06-13] 178: Checking batch_updates ** [11:54:28 2020-06-13] 178: Checking gears ** [11:54:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:54:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:33 2020-06-13] 178: Checking imports ** [11:54:33 2020-06-13] 178: Checking exports ** [11:54:33 2020-06-13] 178: Checking users ** [11:54:33 2020-06-13] 178: Checking user_dbs ** [11:54:33 2020-06-13] 178: Checking geocodings ** [11:54:33 2020-06-13] 178: Checking synchronizations ** [11:54:33 2020-06-13] 178: Checking tracker ** [11:54:33 2020-06-13] 178: Checking user_migrations ** [11:54:33 2020-06-13] 178: Checking batch_updates ** [11:54:33 2020-06-13] 178: Checking gears ** [11:54:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:54:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:38 2020-06-13] 178: Checking imports ** [11:54:44 2020-06-13] 178: Checking exports ** [11:54:44 2020-06-13] 178: Checking users ** [11:54:44 2020-06-13] 178: Checking user_dbs ** [11:54:44 2020-06-13] 178: Checking geocodings ** [11:54:44 2020-06-13] 178: Checking synchronizations ** [11:54:44 2020-06-13] 178: Checking tracker ** [11:54:44 2020-06-13] 178: Checking user_migrations ** [11:54:44 2020-06-13] 178: Checking batch_updates ** [11:54:44 2020-06-13] 178: Checking gears ** [11:54:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:54:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:49 2020-06-13] 178: Checking imports ** [11:54:49 2020-06-13] 178: Checking exports ** [11:54:49 2020-06-13] 178: Checking users ** [11:54:49 2020-06-13] 178: Checking user_dbs ** [11:54:49 2020-06-13] 178: Checking geocodings ** [11:54:49 2020-06-13] 178: Checking synchronizations ** [11:54:49 2020-06-13] 178: Checking tracker ** [11:54:49 2020-06-13] 178: Checking user_migrations ** [11:54:49 2020-06-13] 178: Checking batch_updates ** [11:54:49 2020-06-13] 178: Checking gears ** [11:54:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:54:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:54 2020-06-13] 178: Checking imports ** [11:54:54 2020-06-13] 178: Checking exports ** [11:54:54 2020-06-13] 178: Checking users ** [11:54:54 2020-06-13] 178: Checking user_dbs ** [11:54:54 2020-06-13] 178: Checking geocodings ** [11:54:54 2020-06-13] 178: Checking synchronizations ** [11:54:54 2020-06-13] 178: Checking tracker ** [11:54:54 2020-06-13] 178: Checking user_migrations ** [11:54:54 2020-06-13] 178: Checking batch_updates ** [11:54:54 2020-06-13] 178: Checking gears ** [11:54:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:54:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:59 2020-06-13] 178: Checking imports ** [11:54:59 2020-06-13] 178: Checking exports ** [11:54:59 2020-06-13] 178: Checking users ** [11:54:59 2020-06-13] 178: Checking user_dbs ** [11:54:59 2020-06-13] 178: Checking geocodings ** [11:54:59 2020-06-13] 178: Checking synchronizations ** [11:54:59 2020-06-13] 178: Checking tracker ** [11:54:59 2020-06-13] 178: Checking user_migrations ** [11:54:59 2020-06-13] 178: Checking batch_updates ** [11:54:59 2020-06-13] 178: Checking gears ** [11:54:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:54:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:04 2020-06-13] 178: Checking imports ** [11:55:04 2020-06-13] 178: Checking exports ** [11:55:04 2020-06-13] 178: Checking users ** [11:55:04 2020-06-13] 178: Checking user_dbs ** [11:55:04 2020-06-13] 178: Checking geocodings ** [11:55:04 2020-06-13] 178: Checking synchronizations ** [11:55:04 2020-06-13] 178: Checking tracker ** [11:55:04 2020-06-13] 178: Checking user_migrations ** [11:55:04 2020-06-13] 178: Checking batch_updates ** [11:55:04 2020-06-13] 178: Checking gears ** [11:55:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:55:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:09 2020-06-13] 178: Checking imports ** [11:55:09 2020-06-13] 178: Checking exports ** [11:55:09 2020-06-13] 178: Checking users ** [11:55:09 2020-06-13] 178: Checking user_dbs ** [11:55:09 2020-06-13] 178: Checking geocodings ** [11:55:09 2020-06-13] 178: Checking synchronizations ** [11:55:09 2020-06-13] 178: Checking tracker ** [11:55:09 2020-06-13] 178: Checking user_migrations ** [11:55:09 2020-06-13] 178: Checking batch_updates ** [11:55:09 2020-06-13] 178: Checking gears ** [11:55:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:55:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:14 2020-06-13] 178: Checking imports ** [11:55:14 2020-06-13] 178: Checking exports ** [11:55:14 2020-06-13] 178: Checking users ** [11:55:14 2020-06-13] 178: Checking user_dbs ** [11:55:14 2020-06-13] 178: Checking geocodings ** [11:55:14 2020-06-13] 178: Checking synchronizations ** [11:55:14 2020-06-13] 178: Checking tracker ** [11:55:14 2020-06-13] 178: Checking user_migrations ** [11:55:14 2020-06-13] 178: Checking batch_updates ** [11:55:14 2020-06-13] 178: Checking gears ** [11:55:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:55:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:19 2020-06-13] 178: Checking imports ** [11:55:19 2020-06-13] 178: Checking exports ** [11:55:19 2020-06-13] 178: Checking users ** [11:55:19 2020-06-13] 178: Checking user_dbs ** [11:55:19 2020-06-13] 178: Checking geocodings ** [11:55:19 2020-06-13] 178: Checking synchronizations ** [11:55:19 2020-06-13] 178: Checking tracker ** [11:55:19 2020-06-13] 178: Checking user_migrations ** [11:55:19 2020-06-13] 178: Checking batch_updates ** [11:55:19 2020-06-13] 178: Checking gears ** [11:55:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:55:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:24 2020-06-13] 178: Checking imports ** [11:55:24 2020-06-13] 178: Checking exports ** [11:55:24 2020-06-13] 178: Checking users ** [11:55:24 2020-06-13] 178: Checking user_dbs ** [11:55:24 2020-06-13] 178: Checking geocodings ** [11:55:24 2020-06-13] 178: Checking synchronizations ** [11:55:24 2020-06-13] 178: Checking tracker ** [11:55:24 2020-06-13] 178: Checking user_migrations ** [11:55:24 2020-06-13] 178: Checking batch_updates ** [11:55:24 2020-06-13] 178: Checking gears ** [11:55:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:55:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:29 2020-06-13] 178: Checking imports ** [11:55:29 2020-06-13] 178: Checking exports ** [11:55:29 2020-06-13] 178: Checking users ** [11:55:29 2020-06-13] 178: Checking user_dbs ** [11:55:29 2020-06-13] 178: Checking geocodings ** [11:55:29 2020-06-13] 178: Checking synchronizations ** [11:55:29 2020-06-13] 178: Checking tracker ** [11:55:29 2020-06-13] 178: Checking user_migrations ** [11:55:29 2020-06-13] 178: Checking batch_updates ** [11:55:29 2020-06-13] 178: Checking gears ** [11:55:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:55:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:34 2020-06-13] 178: Checking imports ** [11:55:34 2020-06-13] 178: Checking exports ** [11:55:34 2020-06-13] 178: Checking users ** [11:55:34 2020-06-13] 178: Checking user_dbs ** [11:55:34 2020-06-13] 178: Checking geocodings ** [11:55:34 2020-06-13] 178: Checking synchronizations ** [11:55:34 2020-06-13] 178: Checking tracker ** [11:55:34 2020-06-13] 178: Checking user_migrations ** [11:55:34 2020-06-13] 178: Checking batch_updates ** [11:55:34 2020-06-13] 178: Checking gears ** [11:55:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:55:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:39 2020-06-13] 178: Checking imports ** [11:55:39 2020-06-13] 178: Checking exports ** [11:55:39 2020-06-13] 178: Checking users ** [11:55:39 2020-06-13] 178: Checking user_dbs ** [11:55:39 2020-06-13] 178: Checking geocodings ** [11:55:39 2020-06-13] 178: Checking synchronizations ** [11:55:39 2020-06-13] 178: Checking tracker ** [11:55:39 2020-06-13] 178: Checking user_migrations ** [11:55:39 2020-06-13] 178: Checking batch_updates ** [11:55:39 2020-06-13] 178: Checking gears ** [11:55:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:55:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:44 2020-06-13] 178: Checking imports ** [11:55:44 2020-06-13] 178: Checking exports ** [11:55:44 2020-06-13] 178: Checking users ** [11:55:44 2020-06-13] 178: Checking user_dbs ** [11:55:44 2020-06-13] 178: Checking geocodings ** [11:55:44 2020-06-13] 178: Checking synchronizations ** [11:55:44 2020-06-13] 178: Checking tracker ** [11:55:44 2020-06-13] 178: Checking user_migrations ** [11:55:44 2020-06-13] 178: Checking batch_updates ** [11:55:44 2020-06-13] 178: Checking gears ** [11:55:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:55:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:49 2020-06-13] 178: Checking imports ** [11:55:49 2020-06-13] 178: Checking exports ** [11:55:49 2020-06-13] 178: Checking users ** [11:55:49 2020-06-13] 178: Checking user_dbs ** [11:55:49 2020-06-13] 178: Checking geocodings ** [11:55:49 2020-06-13] 178: Checking synchronizations ** [11:55:49 2020-06-13] 178: Checking tracker ** [11:55:49 2020-06-13] 178: Checking user_migrations ** [11:55:49 2020-06-13] 178: Checking batch_updates ** [11:55:49 2020-06-13] 178: Checking gears ** [11:55:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:55:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:54 2020-06-13] 178: Checking imports ** [11:55:54 2020-06-13] 178: Checking exports ** [11:55:54 2020-06-13] 178: Checking users ** [11:55:54 2020-06-13] 178: Checking user_dbs ** [11:55:54 2020-06-13] 178: Checking geocodings ** [11:55:54 2020-06-13] 178: Checking synchronizations ** [11:55:54 2020-06-13] 178: Checking tracker ** [11:55:54 2020-06-13] 178: Checking user_migrations ** [11:55:54 2020-06-13] 178: Checking batch_updates ** [11:55:54 2020-06-13] 178: Checking gears ** [11:55:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:55:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:59 2020-06-13] 178: Checking imports ** [11:55:59 2020-06-13] 178: Checking exports ** [11:55:59 2020-06-13] 178: Checking users ** [11:55:59 2020-06-13] 178: Checking user_dbs ** [11:55:59 2020-06-13] 178: Checking geocodings ** [11:55:59 2020-06-13] 178: Checking synchronizations ** [11:55:59 2020-06-13] 178: Checking tracker ** [11:55:59 2020-06-13] 178: Checking user_migrations ** [11:55:59 2020-06-13] 178: Checking batch_updates ** [11:55:59 2020-06-13] 178: Checking gears ** [11:55:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:55:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:04 2020-06-13] 178: Checking imports ** [11:56:04 2020-06-13] 178: Checking exports ** [11:56:04 2020-06-13] 178: Checking users ** [11:56:04 2020-06-13] 178: Checking user_dbs ** [11:56:04 2020-06-13] 178: Checking geocodings ** [11:56:04 2020-06-13] 178: Checking synchronizations ** [11:56:04 2020-06-13] 178: Checking tracker ** [11:56:04 2020-06-13] 178: Checking user_migrations ** [11:56:04 2020-06-13] 178: Checking batch_updates ** [11:56:04 2020-06-13] 178: Checking gears ** [11:56:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:56:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:09 2020-06-13] 178: Checking imports ** [11:56:09 2020-06-13] 178: Checking exports ** [11:56:09 2020-06-13] 178: Checking users ** [11:56:09 2020-06-13] 178: Checking user_dbs ** [11:56:09 2020-06-13] 178: Checking geocodings ** [11:56:09 2020-06-13] 178: Checking synchronizations ** [11:56:09 2020-06-13] 178: Checking tracker ** [11:56:09 2020-06-13] 178: Checking user_migrations ** [11:56:09 2020-06-13] 178: Checking batch_updates ** [11:56:09 2020-06-13] 178: Checking gears ** [11:56:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:56:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:14 2020-06-13] 178: Checking imports ** [11:56:14 2020-06-13] 178: Checking exports ** [11:56:14 2020-06-13] 178: Checking users ** [11:56:14 2020-06-13] 178: Checking user_dbs ** [11:56:14 2020-06-13] 178: Checking geocodings ** [11:56:14 2020-06-13] 178: Checking synchronizations ** [11:56:14 2020-06-13] 178: Checking tracker ** [11:56:14 2020-06-13] 178: Checking user_migrations ** [11:56:14 2020-06-13] 178: Checking batch_updates ** [11:56:14 2020-06-13] 178: Checking gears ** [11:56:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:56:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:19 2020-06-13] 178: Checking imports ** [11:56:19 2020-06-13] 178: Checking exports ** [11:56:19 2020-06-13] 178: Checking users ** [11:56:19 2020-06-13] 178: Checking user_dbs ** [11:56:19 2020-06-13] 178: Checking geocodings ** [11:56:19 2020-06-13] 178: Checking synchronizations ** [11:56:19 2020-06-13] 178: Checking tracker ** [11:56:19 2020-06-13] 178: Checking user_migrations ** [11:56:19 2020-06-13] 178: Checking batch_updates ** [11:56:19 2020-06-13] 178: Checking gears ** [11:56:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:56:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:24 2020-06-13] 178: Checking imports ** [11:56:24 2020-06-13] 178: Checking exports ** [11:56:24 2020-06-13] 178: Checking users ** [11:56:24 2020-06-13] 178: Checking user_dbs ** [11:56:24 2020-06-13] 178: Checking geocodings ** [11:56:24 2020-06-13] 178: Checking synchronizations ** [11:56:24 2020-06-13] 178: Checking tracker ** [11:56:24 2020-06-13] 178: Checking user_migrations ** [11:56:24 2020-06-13] 178: Checking batch_updates ** [11:56:24 2020-06-13] 178: Checking gears ** [11:56:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:56:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:29 2020-06-13] 178: Checking imports ** [11:56:29 2020-06-13] 178: Checking exports ** [11:56:29 2020-06-13] 178: Checking users ** [11:56:29 2020-06-13] 178: Checking user_dbs ** [11:56:29 2020-06-13] 178: Checking geocodings ** [11:56:29 2020-06-13] 178: Checking synchronizations ** [11:56:29 2020-06-13] 178: Checking tracker ** [11:56:29 2020-06-13] 178: Checking user_migrations ** [11:56:29 2020-06-13] 178: Checking batch_updates ** [11:56:29 2020-06-13] 178: Checking gears ** [11:56:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:56:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:34 2020-06-13] 178: Checking imports ** [11:56:34 2020-06-13] 178: Checking exports ** [11:56:34 2020-06-13] 178: Checking users ** [11:56:34 2020-06-13] 178: Checking user_dbs ** [11:56:34 2020-06-13] 178: Checking geocodings ** [11:56:34 2020-06-13] 178: Checking synchronizations ** [11:56:34 2020-06-13] 178: Checking tracker ** [11:56:34 2020-06-13] 178: Checking user_migrations ** [11:56:34 2020-06-13] 178: Checking batch_updates ** [11:56:34 2020-06-13] 178: Checking gears ** [11:56:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:56:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:39 2020-06-13] 178: Checking imports ** [11:56:39 2020-06-13] 178: Checking exports ** [11:56:39 2020-06-13] 178: Checking users ** [11:56:39 2020-06-13] 178: Checking user_dbs ** [11:56:39 2020-06-13] 178: Checking geocodings ** [11:56:39 2020-06-13] 178: Checking synchronizations ** [11:56:39 2020-06-13] 178: Checking tracker ** [11:56:39 2020-06-13] 178: Checking user_migrations ** [11:56:39 2020-06-13] 178: Checking batch_updates ** [11:56:39 2020-06-13] 178: Checking gears ** [11:56:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:56:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:44 2020-06-13] 178: Checking imports ** [11:56:44 2020-06-13] 178: Checking exports ** [11:56:44 2020-06-13] 178: Checking users ** [11:56:44 2020-06-13] 178: Checking user_dbs ** [11:56:44 2020-06-13] 178: Checking geocodings ** [11:56:44 2020-06-13] 178: Checking synchronizations ** [11:56:44 2020-06-13] 178: Checking tracker ** [11:56:44 2020-06-13] 178: Checking user_migrations ** [11:56:44 2020-06-13] 178: Checking batch_updates ** [11:56:44 2020-06-13] 178: Checking gears ** [11:56:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:56:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:49 2020-06-13] 178: Checking imports ** [11:56:49 2020-06-13] 178: Checking exports ** [11:56:49 2020-06-13] 178: Checking users ** [11:56:49 2020-06-13] 178: Checking user_dbs ** [11:56:49 2020-06-13] 178: Checking geocodings ** [11:56:49 2020-06-13] 178: Checking synchronizations ** [11:56:49 2020-06-13] 178: Checking tracker ** [11:56:49 2020-06-13] 178: Checking user_migrations ** [11:56:49 2020-06-13] 178: Checking batch_updates ** [11:56:49 2020-06-13] 178: Checking gears ** [11:56:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:56:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:54 2020-06-13] 178: Checking imports ** [11:56:54 2020-06-13] 178: Checking exports ** [11:56:54 2020-06-13] 178: Checking users ** [11:56:54 2020-06-13] 178: Checking user_dbs ** [11:56:54 2020-06-13] 178: Checking geocodings ** [11:56:54 2020-06-13] 178: Checking synchronizations ** [11:56:54 2020-06-13] 178: Checking tracker ** [11:56:54 2020-06-13] 178: Checking user_migrations ** [11:56:54 2020-06-13] 178: Checking batch_updates ** [11:56:54 2020-06-13] 178: Checking gears ** [11:56:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:56:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:59 2020-06-13] 178: Checking imports ** [11:56:59 2020-06-13] 178: Checking exports ** [11:56:59 2020-06-13] 178: Checking users ** [11:56:59 2020-06-13] 178: Checking user_dbs ** [11:56:59 2020-06-13] 178: Checking geocodings ** [11:56:59 2020-06-13] 178: Checking synchronizations ** [11:56:59 2020-06-13] 178: Checking tracker ** [11:56:59 2020-06-13] 178: Checking user_migrations ** [11:56:59 2020-06-13] 178: Checking batch_updates ** [11:56:59 2020-06-13] 178: Checking gears ** [11:56:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:56:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:04 2020-06-13] 178: Checking imports ** [11:57:04 2020-06-13] 178: Checking exports ** [11:57:04 2020-06-13] 178: Checking users ** [11:57:04 2020-06-13] 178: Checking user_dbs ** [11:57:04 2020-06-13] 178: Checking geocodings ** [11:57:04 2020-06-13] 178: Checking synchronizations ** [11:57:04 2020-06-13] 178: Checking tracker ** [11:57:04 2020-06-13] 178: Checking user_migrations ** [11:57:04 2020-06-13] 178: Checking batch_updates ** [11:57:04 2020-06-13] 178: Checking gears ** [11:57:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:57:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:09 2020-06-13] 178: Checking imports ** [11:57:09 2020-06-13] 178: Checking exports ** [11:57:09 2020-06-13] 178: Checking users ** [11:57:09 2020-06-13] 178: Checking user_dbs ** [11:57:09 2020-06-13] 178: Checking geocodings ** [11:57:09 2020-06-13] 178: Checking synchronizations ** [11:57:09 2020-06-13] 178: Checking tracker ** [11:57:09 2020-06-13] 178: Checking user_migrations ** [11:57:09 2020-06-13] 178: Checking batch_updates ** [11:57:09 2020-06-13] 178: Checking gears ** [11:57:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:57:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:14 2020-06-13] 178: Checking imports ** [11:57:14 2020-06-13] 178: Checking exports ** [11:57:14 2020-06-13] 178: Checking users ** [11:57:14 2020-06-13] 178: Checking user_dbs ** [11:57:14 2020-06-13] 178: Checking geocodings ** [11:57:14 2020-06-13] 178: Checking synchronizations ** [11:57:14 2020-06-13] 178: Checking tracker ** [11:57:14 2020-06-13] 178: Checking user_migrations ** [11:57:14 2020-06-13] 178: Checking batch_updates ** [11:57:14 2020-06-13] 178: Checking gears ** [11:57:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:57:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:19 2020-06-13] 178: Checking imports ** [11:57:19 2020-06-13] 178: Checking exports ** [11:57:20 2020-06-13] 178: Checking users ** [11:57:20 2020-06-13] 178: Checking user_dbs ** [11:57:20 2020-06-13] 178: Checking geocodings ** [11:57:20 2020-06-13] 178: Checking synchronizations ** [11:57:20 2020-06-13] 178: Checking tracker ** [11:57:20 2020-06-13] 178: Checking user_migrations ** [11:57:20 2020-06-13] 178: Checking batch_updates ** [11:57:20 2020-06-13] 178: Checking gears ** [11:57:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:57:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:25 2020-06-13] 178: Checking imports ** [11:57:25 2020-06-13] 178: Checking exports ** [11:57:25 2020-06-13] 178: Checking users ** [11:57:25 2020-06-13] 178: Checking user_dbs ** [11:57:25 2020-06-13] 178: Checking geocodings ** [11:57:25 2020-06-13] 178: Checking synchronizations ** [11:57:25 2020-06-13] 178: Checking tracker ** [11:57:25 2020-06-13] 178: Checking user_migrations ** [11:57:25 2020-06-13] 178: Checking batch_updates ** [11:57:25 2020-06-13] 178: Checking gears ** [11:57:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:57:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:30 2020-06-13] 178: Checking imports ** [11:57:30 2020-06-13] 178: Checking exports ** [11:57:30 2020-06-13] 178: Checking users ** [11:57:30 2020-06-13] 178: Checking user_dbs ** [11:57:30 2020-06-13] 178: Checking geocodings ** [11:57:30 2020-06-13] 178: Checking synchronizations ** [11:57:30 2020-06-13] 178: Checking tracker ** [11:57:30 2020-06-13] 178: Checking user_migrations ** [11:57:30 2020-06-13] 178: Checking batch_updates ** [11:57:30 2020-06-13] 178: Checking gears ** [11:57:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:57:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:35 2020-06-13] 178: Checking imports ** [11:57:35 2020-06-13] 178: Checking exports ** [11:57:35 2020-06-13] 178: Checking users ** [11:57:35 2020-06-13] 178: Checking user_dbs ** [11:57:35 2020-06-13] 178: Checking geocodings ** [11:57:35 2020-06-13] 178: Checking synchronizations ** [11:57:35 2020-06-13] 178: Checking tracker ** [11:57:35 2020-06-13] 178: Checking user_migrations ** [11:57:35 2020-06-13] 178: Checking batch_updates ** [11:57:35 2020-06-13] 178: Checking gears ** [11:57:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:57:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:40 2020-06-13] 178: Checking imports ** [11:57:40 2020-06-13] 178: Checking exports ** [11:57:40 2020-06-13] 178: Checking users ** [11:57:40 2020-06-13] 178: Checking user_dbs ** [11:57:40 2020-06-13] 178: Checking geocodings ** [11:57:40 2020-06-13] 178: Checking synchronizations ** [11:57:40 2020-06-13] 178: Checking tracker ** [11:57:40 2020-06-13] 178: Checking user_migrations ** [11:57:40 2020-06-13] 178: Checking batch_updates ** [11:57:40 2020-06-13] 178: Checking gears ** [11:57:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:57:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:45 2020-06-13] 178: Checking imports ** [11:57:45 2020-06-13] 178: Checking exports ** [11:57:45 2020-06-13] 178: Checking users ** [11:57:45 2020-06-13] 178: Checking user_dbs ** [11:57:45 2020-06-13] 178: Checking geocodings ** [11:57:45 2020-06-13] 178: Checking synchronizations ** [11:57:45 2020-06-13] 178: Checking tracker ** [11:57:45 2020-06-13] 178: Checking user_migrations ** [11:57:45 2020-06-13] 178: Checking batch_updates ** [11:57:45 2020-06-13] 178: Checking gears ** [11:57:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:57:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:50 2020-06-13] 178: Checking imports ** [11:57:50 2020-06-13] 178: Checking exports ** [11:57:50 2020-06-13] 178: Checking users ** [11:57:50 2020-06-13] 178: Checking user_dbs ** [11:57:50 2020-06-13] 178: Checking geocodings ** [11:57:50 2020-06-13] 178: Checking synchronizations ** [11:57:50 2020-06-13] 178: Checking tracker ** [11:57:50 2020-06-13] 178: Checking user_migrations ** [11:57:50 2020-06-13] 178: Checking batch_updates ** [11:57:50 2020-06-13] 178: Checking gears ** [11:57:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:57:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:55 2020-06-13] 178: Checking imports ** [11:57:55 2020-06-13] 178: Checking exports ** [11:57:55 2020-06-13] 178: Checking users ** [11:57:55 2020-06-13] 178: Checking user_dbs ** [11:57:55 2020-06-13] 178: Checking geocodings ** [11:57:55 2020-06-13] 178: Checking synchronizations ** [11:57:55 2020-06-13] 178: Checking tracker ** [11:57:55 2020-06-13] 178: Checking user_migrations ** [11:57:55 2020-06-13] 178: Checking batch_updates ** [11:57:55 2020-06-13] 178: Checking gears ** [11:57:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:57:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:00 2020-06-13] 178: Checking imports ** [11:58:00 2020-06-13] 178: Checking exports ** [11:58:00 2020-06-13] 178: Checking users ** [11:58:00 2020-06-13] 178: Checking user_dbs ** [11:58:00 2020-06-13] 178: Checking geocodings ** [11:58:00 2020-06-13] 178: Checking synchronizations ** [11:58:00 2020-06-13] 178: Checking tracker ** [11:58:00 2020-06-13] 178: Checking user_migrations ** [11:58:00 2020-06-13] 178: Checking batch_updates ** [11:58:00 2020-06-13] 178: Checking gears ** [11:58:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:58:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:05 2020-06-13] 178: Checking imports ** [11:58:05 2020-06-13] 178: Checking exports ** [11:58:05 2020-06-13] 178: Checking users ** [11:58:05 2020-06-13] 178: Checking user_dbs ** [11:58:05 2020-06-13] 178: Checking geocodings ** [11:58:05 2020-06-13] 178: Checking synchronizations ** [11:58:05 2020-06-13] 178: Checking tracker ** [11:58:05 2020-06-13] 178: Checking user_migrations ** [11:58:05 2020-06-13] 178: Checking batch_updates ** [11:58:05 2020-06-13] 178: Checking gears ** [11:58:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:58:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:10 2020-06-13] 178: Checking imports ** [11:58:10 2020-06-13] 178: Checking exports ** [11:58:10 2020-06-13] 178: Checking users ** [11:58:10 2020-06-13] 178: Checking user_dbs ** [11:58:10 2020-06-13] 178: Checking geocodings ** [11:58:10 2020-06-13] 178: Checking synchronizations ** [11:58:10 2020-06-13] 178: Checking tracker ** [11:58:10 2020-06-13] 178: Checking user_migrations ** [11:58:10 2020-06-13] 178: Checking batch_updates ** [11:58:10 2020-06-13] 178: Checking gears ** [11:58:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:58:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:15 2020-06-13] 178: Checking imports ** [11:58:15 2020-06-13] 178: Checking exports ** [11:58:15 2020-06-13] 178: Checking users ** [11:58:15 2020-06-13] 178: Checking user_dbs ** [11:58:15 2020-06-13] 178: Checking geocodings ** [11:58:15 2020-06-13] 178: Checking synchronizations ** [11:58:15 2020-06-13] 178: Checking tracker ** [11:58:15 2020-06-13] 178: Checking user_migrations ** [11:58:15 2020-06-13] 178: Checking batch_updates ** [11:58:15 2020-06-13] 178: Checking gears ** [11:58:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:58:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:20 2020-06-13] 178: Checking imports ** [11:58:20 2020-06-13] 178: Checking exports ** [11:58:20 2020-06-13] 178: Checking users ** [11:58:20 2020-06-13] 178: Checking user_dbs ** [11:58:20 2020-06-13] 178: Checking geocodings ** [11:58:20 2020-06-13] 178: Checking synchronizations ** [11:58:20 2020-06-13] 178: Checking tracker ** [11:58:20 2020-06-13] 178: Checking user_migrations ** [11:58:20 2020-06-13] 178: Checking batch_updates ** [11:58:20 2020-06-13] 178: Checking gears ** [11:58:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:58:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:25 2020-06-13] 178: Checking imports ** [11:58:25 2020-06-13] 178: Checking exports ** [11:58:25 2020-06-13] 178: Checking users ** [11:58:25 2020-06-13] 178: Checking user_dbs ** [11:58:25 2020-06-13] 178: Checking geocodings ** [11:58:25 2020-06-13] 178: Checking synchronizations ** [11:58:25 2020-06-13] 178: Checking tracker ** [11:58:25 2020-06-13] 178: Checking user_migrations ** [11:58:25 2020-06-13] 178: Checking batch_updates ** [11:58:25 2020-06-13] 178: Checking gears ** [11:58:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:58:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:30 2020-06-13] 178: Checking imports ** [11:58:30 2020-06-13] 178: Checking exports ** [11:58:30 2020-06-13] 178: Checking users ** [11:58:30 2020-06-13] 178: Checking user_dbs ** [11:58:30 2020-06-13] 178: Checking geocodings ** [11:58:30 2020-06-13] 178: Checking synchronizations ** [11:58:30 2020-06-13] 178: Checking tracker ** [11:58:30 2020-06-13] 178: Checking user_migrations ** [11:58:30 2020-06-13] 178: Checking batch_updates ** [11:58:30 2020-06-13] 178: Checking gears ** [11:58:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:58:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:35 2020-06-13] 178: Checking imports ** [11:58:35 2020-06-13] 178: Checking exports ** [11:58:35 2020-06-13] 178: Checking users ** [11:58:35 2020-06-13] 178: Checking user_dbs ** [11:58:35 2020-06-13] 178: Checking geocodings ** [11:58:35 2020-06-13] 178: Checking synchronizations ** [11:58:35 2020-06-13] 178: Checking tracker ** [11:58:35 2020-06-13] 178: Checking user_migrations ** [11:58:35 2020-06-13] 178: Checking batch_updates ** [11:58:35 2020-06-13] 178: Checking gears ** [11:58:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:58:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:40 2020-06-13] 178: Checking imports ** [11:58:40 2020-06-13] 178: Checking exports ** [11:58:40 2020-06-13] 178: Checking users ** [11:58:40 2020-06-13] 178: Checking user_dbs ** [11:58:40 2020-06-13] 178: Checking geocodings ** [11:58:40 2020-06-13] 178: Checking synchronizations ** [11:58:40 2020-06-13] 178: Checking tracker ** [11:58:40 2020-06-13] 178: Checking user_migrations ** [11:58:40 2020-06-13] 178: Checking batch_updates ** [11:58:40 2020-06-13] 178: Checking gears ** [11:58:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:58:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:45 2020-06-13] 178: Checking imports ** [11:58:45 2020-06-13] 178: Checking exports ** [11:58:45 2020-06-13] 178: Checking users ** [11:58:45 2020-06-13] 178: Checking user_dbs ** [11:58:45 2020-06-13] 178: Checking geocodings ** [11:58:45 2020-06-13] 178: Checking synchronizations ** [11:58:45 2020-06-13] 178: Checking tracker ** [11:58:45 2020-06-13] 178: Checking user_migrations ** [11:58:45 2020-06-13] 178: Checking batch_updates ** [11:58:45 2020-06-13] 178: Checking gears ** [11:58:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:58:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:50 2020-06-13] 178: Checking imports ** [11:58:50 2020-06-13] 178: Checking exports ** [11:58:50 2020-06-13] 178: Checking users ** [11:58:50 2020-06-13] 178: Checking user_dbs ** [11:58:50 2020-06-13] 178: Checking geocodings ** [11:58:50 2020-06-13] 178: Checking synchronizations ** [11:58:50 2020-06-13] 178: Checking tracker ** [11:58:50 2020-06-13] 178: Checking user_migrations ** [11:58:50 2020-06-13] 178: Checking batch_updates ** [11:58:50 2020-06-13] 178: Checking gears ** [11:58:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:58:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:55 2020-06-13] 178: Checking imports ** [11:58:55 2020-06-13] 178: Checking exports ** [11:58:55 2020-06-13] 178: Checking users ** [11:58:55 2020-06-13] 178: Checking user_dbs ** [11:58:55 2020-06-13] 178: Checking geocodings ** [11:58:55 2020-06-13] 178: Checking synchronizations ** [11:58:55 2020-06-13] 178: Checking tracker ** [11:58:55 2020-06-13] 178: Checking user_migrations ** [11:58:55 2020-06-13] 178: Checking batch_updates ** [11:58:55 2020-06-13] 178: Checking gears ** [11:58:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:58:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:00 2020-06-13] 178: Checking imports ** [11:59:00 2020-06-13] 178: Checking exports ** [11:59:00 2020-06-13] 178: Checking users ** [11:59:00 2020-06-13] 178: Checking user_dbs ** [11:59:00 2020-06-13] 178: Checking geocodings ** [11:59:00 2020-06-13] 178: Checking synchronizations ** [11:59:00 2020-06-13] 178: Checking tracker ** [11:59:00 2020-06-13] 178: Checking user_migrations ** [11:59:00 2020-06-13] 178: Checking batch_updates ** [11:59:00 2020-06-13] 178: Checking gears ** [11:59:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:59:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:05 2020-06-13] 178: Checking imports ** [11:59:05 2020-06-13] 178: Checking exports ** [11:59:05 2020-06-13] 178: Checking users ** [11:59:05 2020-06-13] 178: Checking user_dbs ** [11:59:05 2020-06-13] 178: Checking geocodings ** [11:59:05 2020-06-13] 178: Checking synchronizations ** [11:59:05 2020-06-13] 178: Checking tracker ** [11:59:05 2020-06-13] 178: Checking user_migrations ** [11:59:05 2020-06-13] 178: Checking batch_updates ** [11:59:05 2020-06-13] 178: Checking gears ** [11:59:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:59:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:10 2020-06-13] 178: Checking imports ** [11:59:10 2020-06-13] 178: Checking exports ** [11:59:10 2020-06-13] 178: Checking users ** [11:59:10 2020-06-13] 178: Checking user_dbs ** [11:59:10 2020-06-13] 178: Checking geocodings ** [11:59:10 2020-06-13] 178: Checking synchronizations ** [11:59:10 2020-06-13] 178: Checking tracker ** [11:59:10 2020-06-13] 178: Checking user_migrations ** [11:59:10 2020-06-13] 178: Checking batch_updates ** [11:59:10 2020-06-13] 178: Checking gears ** [11:59:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:59:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:15 2020-06-13] 178: Checking imports ** [11:59:15 2020-06-13] 178: Checking exports ** [11:59:15 2020-06-13] 178: Checking users ** [11:59:15 2020-06-13] 178: Checking user_dbs ** [11:59:15 2020-06-13] 178: Checking geocodings ** [11:59:15 2020-06-13] 178: Checking synchronizations ** [11:59:15 2020-06-13] 178: Checking tracker ** [11:59:15 2020-06-13] 178: Checking user_migrations ** [11:59:15 2020-06-13] 178: Checking batch_updates ** [11:59:15 2020-06-13] 178: Checking gears ** [11:59:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:59:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:20 2020-06-13] 178: Checking imports ** [11:59:20 2020-06-13] 178: Checking exports ** [11:59:20 2020-06-13] 178: Checking users ** [11:59:20 2020-06-13] 178: Checking user_dbs ** [11:59:20 2020-06-13] 178: Checking geocodings ** [11:59:20 2020-06-13] 178: Checking synchronizations ** [11:59:20 2020-06-13] 178: Checking tracker ** [11:59:20 2020-06-13] 178: Checking user_migrations ** [11:59:20 2020-06-13] 178: Checking batch_updates ** [11:59:20 2020-06-13] 178: Checking gears ** [11:59:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:59:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:25 2020-06-13] 178: Checking imports ** [11:59:25 2020-06-13] 178: Checking exports ** [11:59:25 2020-06-13] 178: Checking users ** [11:59:25 2020-06-13] 178: Checking user_dbs ** [11:59:25 2020-06-13] 178: Checking geocodings ** [11:59:25 2020-06-13] 178: Checking synchronizations ** [11:59:25 2020-06-13] 178: Checking tracker ** [11:59:25 2020-06-13] 178: Checking user_migrations ** [11:59:25 2020-06-13] 178: Checking batch_updates ** [11:59:25 2020-06-13] 178: Checking gears ** [11:59:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:59:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:30 2020-06-13] 178: Checking imports ** [11:59:30 2020-06-13] 178: Checking exports ** [11:59:30 2020-06-13] 178: Checking users ** [11:59:30 2020-06-13] 178: Checking user_dbs ** [11:59:30 2020-06-13] 178: Checking geocodings ** [11:59:30 2020-06-13] 178: Checking synchronizations ** [11:59:30 2020-06-13] 178: Checking tracker ** [11:59:30 2020-06-13] 178: Checking user_migrations ** [11:59:30 2020-06-13] 178: Checking batch_updates ** [11:59:30 2020-06-13] 178: Checking gears ** [11:59:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:59:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:35 2020-06-13] 178: Checking imports ** [11:59:35 2020-06-13] 178: Checking exports ** [11:59:35 2020-06-13] 178: Checking users ** [11:59:35 2020-06-13] 178: Checking user_dbs ** [11:59:35 2020-06-13] 178: Checking geocodings ** [11:59:35 2020-06-13] 178: Checking synchronizations ** [11:59:35 2020-06-13] 178: Checking tracker ** [11:59:35 2020-06-13] 178: Checking user_migrations ** [11:59:35 2020-06-13] 178: Checking batch_updates ** [11:59:35 2020-06-13] 178: Checking gears ** [11:59:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:59:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:40 2020-06-13] 178: Checking imports ** [11:59:40 2020-06-13] 178: Checking exports ** [11:59:40 2020-06-13] 178: Checking users ** [11:59:40 2020-06-13] 178: Checking user_dbs ** [11:59:40 2020-06-13] 178: Checking geocodings ** [11:59:40 2020-06-13] 178: Checking synchronizations ** [11:59:40 2020-06-13] 178: Checking tracker ** [11:59:40 2020-06-13] 178: Checking user_migrations ** [11:59:40 2020-06-13] 178: Checking batch_updates ** [11:59:40 2020-06-13] 178: Checking gears ** [11:59:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:59:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:45 2020-06-13] 178: Checking imports ** [11:59:45 2020-06-13] 178: Checking exports ** [11:59:45 2020-06-13] 178: Checking users ** [11:59:45 2020-06-13] 178: Checking user_dbs ** [11:59:45 2020-06-13] 178: Checking geocodings ** [11:59:45 2020-06-13] 178: Checking synchronizations ** [11:59:45 2020-06-13] 178: Checking tracker ** [11:59:45 2020-06-13] 178: Checking user_migrations ** [11:59:45 2020-06-13] 178: Checking batch_updates ** [11:59:45 2020-06-13] 178: Checking gears ** [11:59:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:59:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:50 2020-06-13] 178: Checking imports ** [11:59:50 2020-06-13] 178: Checking exports ** [11:59:50 2020-06-13] 178: Checking users ** [11:59:50 2020-06-13] 178: Checking user_dbs ** [11:59:50 2020-06-13] 178: Checking geocodings ** [11:59:50 2020-06-13] 178: Checking synchronizations ** [11:59:50 2020-06-13] 178: Checking tracker ** [11:59:50 2020-06-13] 178: Checking user_migrations ** [11:59:50 2020-06-13] 178: Checking batch_updates ** [11:59:50 2020-06-13] 178: Checking gears ** [11:59:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:59:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:55 2020-06-13] 178: Checking imports ** [11:59:55 2020-06-13] 178: Checking exports ** [11:59:55 2020-06-13] 178: Checking users ** [11:59:55 2020-06-13] 178: Checking user_dbs ** [11:59:55 2020-06-13] 178: Checking geocodings ** [11:59:55 2020-06-13] 178: Checking synchronizations ** [11:59:55 2020-06-13] 178: Checking tracker ** [11:59:55 2020-06-13] 178: Checking user_migrations ** [11:59:55 2020-06-13] 178: Checking batch_updates ** [11:59:55 2020-06-13] 178: Checking gears ** [11:59:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [11:59:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:00 2020-06-13] 178: Checking imports ** [12:00:00 2020-06-13] 178: Checking exports ** [12:00:00 2020-06-13] 178: Checking users ** [12:00:00 2020-06-13] 178: Checking user_dbs ** [12:00:00 2020-06-13] 178: Checking geocodings ** [12:00:00 2020-06-13] 178: Checking synchronizations ** [12:00:00 2020-06-13] 178: Checking tracker ** [12:00:00 2020-06-13] 178: Checking user_migrations ** [12:00:00 2020-06-13] 178: Checking batch_updates ** [12:00:00 2020-06-13] 178: Checking gears ** [12:00:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:00:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:05 2020-06-13] 178: Checking imports ** [12:00:05 2020-06-13] 178: Checking exports ** [12:00:05 2020-06-13] 178: Checking users ** [12:00:05 2020-06-13] 178: Checking user_dbs ** [12:00:05 2020-06-13] 178: Checking geocodings ** [12:00:05 2020-06-13] 178: Checking synchronizations ** [12:00:05 2020-06-13] 178: Checking tracker ** [12:00:05 2020-06-13] 178: Checking user_migrations ** [12:00:05 2020-06-13] 178: Checking batch_updates ** [12:00:05 2020-06-13] 178: Checking gears ** [12:00:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:00:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:10 2020-06-13] 178: Checking imports ** [12:00:10 2020-06-13] 178: Checking exports ** [12:00:10 2020-06-13] 178: Checking users ** [12:00:10 2020-06-13] 178: Checking user_dbs ** [12:00:10 2020-06-13] 178: Checking geocodings ** [12:00:10 2020-06-13] 178: Checking synchronizations ** [12:00:10 2020-06-13] 178: Checking tracker ** [12:00:10 2020-06-13] 178: Checking user_migrations ** [12:00:10 2020-06-13] 178: Checking batch_updates ** [12:00:10 2020-06-13] 178: Checking gears ** [12:00:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:00:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:15 2020-06-13] 178: Checking imports ** [12:00:15 2020-06-13] 178: Checking exports ** [12:00:15 2020-06-13] 178: Checking users ** [12:00:15 2020-06-13] 178: Checking user_dbs ** [12:00:15 2020-06-13] 178: Checking geocodings ** [12:00:15 2020-06-13] 178: Checking synchronizations ** [12:00:15 2020-06-13] 178: Checking tracker ** [12:00:15 2020-06-13] 178: Checking user_migrations ** [12:00:15 2020-06-13] 178: Checking batch_updates ** [12:00:15 2020-06-13] 178: Checking gears ** [12:00:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:00:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:20 2020-06-13] 178: Checking imports ** [12:00:20 2020-06-13] 178: Checking exports ** [12:00:20 2020-06-13] 178: Checking users ** [12:00:20 2020-06-13] 178: Checking user_dbs ** [12:00:20 2020-06-13] 178: Checking geocodings ** [12:00:20 2020-06-13] 178: Checking synchronizations ** [12:00:20 2020-06-13] 178: Checking tracker ** [12:00:20 2020-06-13] 178: Checking user_migrations ** [12:00:20 2020-06-13] 178: Checking batch_updates ** [12:00:20 2020-06-13] 178: Checking gears ** [12:00:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:00:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:25 2020-06-13] 178: Checking imports ** [12:00:25 2020-06-13] 178: Checking exports ** [12:00:25 2020-06-13] 178: Checking users ** [12:00:25 2020-06-13] 178: Checking user_dbs ** [12:00:25 2020-06-13] 178: Checking geocodings ** [12:00:25 2020-06-13] 178: Checking synchronizations ** [12:00:25 2020-06-13] 178: Checking tracker ** [12:00:25 2020-06-13] 178: Checking user_migrations ** [12:00:25 2020-06-13] 178: Checking batch_updates ** [12:00:25 2020-06-13] 178: Checking gears ** [12:00:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:00:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:30 2020-06-13] 178: Checking imports ** [12:00:30 2020-06-13] 178: Checking exports ** [12:00:30 2020-06-13] 178: Checking users ** [12:00:30 2020-06-13] 178: Checking user_dbs ** [12:00:30 2020-06-13] 178: Checking geocodings ** [12:00:30 2020-06-13] 178: Checking synchronizations ** [12:00:30 2020-06-13] 178: Checking tracker ** [12:00:30 2020-06-13] 178: Checking user_migrations ** [12:00:30 2020-06-13] 178: Checking batch_updates ** [12:00:30 2020-06-13] 178: Checking gears ** [12:00:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:00:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:35 2020-06-13] 178: Checking imports ** [12:00:35 2020-06-13] 178: Checking exports ** [12:00:35 2020-06-13] 178: Checking users ** [12:00:35 2020-06-13] 178: Checking user_dbs ** [12:00:35 2020-06-13] 178: Checking geocodings ** [12:00:35 2020-06-13] 178: Checking synchronizations ** [12:00:35 2020-06-13] 178: Checking tracker ** [12:00:35 2020-06-13] 178: Checking user_migrations ** [12:00:35 2020-06-13] 178: Checking batch_updates ** [12:00:35 2020-06-13] 178: Checking gears ** [12:00:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:00:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:40 2020-06-13] 178: Checking imports ** [12:00:40 2020-06-13] 178: Checking exports ** [12:00:40 2020-06-13] 178: Checking users ** [12:00:40 2020-06-13] 178: Checking user_dbs ** [12:00:40 2020-06-13] 178: Checking geocodings ** [12:00:40 2020-06-13] 178: Checking synchronizations ** [12:00:40 2020-06-13] 178: Checking tracker ** [12:00:40 2020-06-13] 178: Checking user_migrations ** [12:00:40 2020-06-13] 178: Checking batch_updates ** [12:00:40 2020-06-13] 178: Checking gears ** [12:00:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:00:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:45 2020-06-13] 178: Checking imports ** [12:00:45 2020-06-13] 178: Checking exports ** [12:00:45 2020-06-13] 178: Checking users ** [12:00:45 2020-06-13] 178: Checking user_dbs ** [12:00:45 2020-06-13] 178: Checking geocodings ** [12:00:45 2020-06-13] 178: Checking synchronizations ** [12:00:45 2020-06-13] 178: Checking tracker ** [12:00:45 2020-06-13] 178: Checking user_migrations ** [12:00:45 2020-06-13] 178: Checking batch_updates ** [12:00:45 2020-06-13] 178: Checking gears ** [12:00:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:00:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:50 2020-06-13] 178: Checking imports ** [12:00:50 2020-06-13] 178: Checking exports ** [12:00:50 2020-06-13] 178: Checking users ** [12:00:50 2020-06-13] 178: Checking user_dbs ** [12:00:50 2020-06-13] 178: Checking geocodings ** [12:00:50 2020-06-13] 178: Checking synchronizations ** [12:00:50 2020-06-13] 178: Checking tracker ** [12:00:50 2020-06-13] 178: Checking user_migrations ** [12:00:50 2020-06-13] 178: Checking batch_updates ** [12:00:50 2020-06-13] 178: Checking gears ** [12:00:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:00:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:55 2020-06-13] 178: Checking imports ** [12:00:55 2020-06-13] 178: Checking exports ** [12:00:55 2020-06-13] 178: Checking users ** [12:00:55 2020-06-13] 178: Checking user_dbs ** [12:00:55 2020-06-13] 178: Checking geocodings ** [12:00:55 2020-06-13] 178: Checking synchronizations ** [12:00:55 2020-06-13] 178: Checking tracker ** [12:00:55 2020-06-13] 178: Checking user_migrations ** [12:00:55 2020-06-13] 178: Checking batch_updates ** [12:00:55 2020-06-13] 178: Checking gears ** [12:00:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:00:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:00 2020-06-13] 178: Checking imports ** [12:01:00 2020-06-13] 178: Checking exports ** [12:01:00 2020-06-13] 178: Checking users ** [12:01:00 2020-06-13] 178: Checking user_dbs ** [12:01:00 2020-06-13] 178: Checking geocodings ** [12:01:00 2020-06-13] 178: Checking synchronizations ** [12:01:00 2020-06-13] 178: Checking tracker ** [12:01:00 2020-06-13] 178: Checking user_migrations ** [12:01:00 2020-06-13] 178: Checking batch_updates ** [12:01:00 2020-06-13] 178: Checking gears ** [12:01:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:01:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:05 2020-06-13] 178: Checking imports ** [12:01:05 2020-06-13] 178: Checking exports ** [12:01:05 2020-06-13] 178: Checking users ** [12:01:05 2020-06-13] 178: Checking user_dbs ** [12:01:05 2020-06-13] 178: Checking geocodings ** [12:01:05 2020-06-13] 178: Checking synchronizations ** [12:01:05 2020-06-13] 178: Checking tracker ** [12:01:05 2020-06-13] 178: Checking user_migrations ** [12:01:05 2020-06-13] 178: Checking batch_updates ** [12:01:05 2020-06-13] 178: Checking gears ** [12:01:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:01:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:10 2020-06-13] 178: Checking imports ** [12:01:10 2020-06-13] 178: Checking exports ** [12:01:10 2020-06-13] 178: Checking users ** [12:01:10 2020-06-13] 178: Checking user_dbs ** [12:01:10 2020-06-13] 178: Checking geocodings ** [12:01:10 2020-06-13] 178: Checking synchronizations ** [12:01:10 2020-06-13] 178: Checking tracker ** [12:01:10 2020-06-13] 178: Checking user_migrations ** [12:01:10 2020-06-13] 178: Checking batch_updates ** [12:01:10 2020-06-13] 178: Checking gears ** [12:01:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:01:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:15 2020-06-13] 178: Checking imports ** [12:01:15 2020-06-13] 178: Checking exports ** [12:01:15 2020-06-13] 178: Checking users ** [12:01:15 2020-06-13] 178: Checking user_dbs ** [12:01:15 2020-06-13] 178: Checking geocodings ** [12:01:15 2020-06-13] 178: Checking synchronizations ** [12:01:15 2020-06-13] 178: Checking tracker ** [12:01:15 2020-06-13] 178: Checking user_migrations ** [12:01:15 2020-06-13] 178: Checking batch_updates ** [12:01:15 2020-06-13] 178: Checking gears ** [12:01:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:01:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:20 2020-06-13] 178: Checking imports ** [12:01:20 2020-06-13] 178: Checking exports ** [12:01:20 2020-06-13] 178: Checking users ** [12:01:20 2020-06-13] 178: Checking user_dbs ** [12:01:20 2020-06-13] 178: Checking geocodings ** [12:01:20 2020-06-13] 178: Checking synchronizations ** [12:01:20 2020-06-13] 178: Checking tracker ** [12:01:20 2020-06-13] 178: Checking user_migrations ** [12:01:20 2020-06-13] 178: Checking batch_updates ** [12:01:20 2020-06-13] 178: Checking gears ** [12:01:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:01:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:25 2020-06-13] 178: Checking imports ** [12:01:25 2020-06-13] 178: Checking exports ** [12:01:25 2020-06-13] 178: Checking users ** [12:01:25 2020-06-13] 178: Checking user_dbs ** [12:01:25 2020-06-13] 178: Checking geocodings ** [12:01:25 2020-06-13] 178: Checking synchronizations ** [12:01:25 2020-06-13] 178: Checking tracker ** [12:01:25 2020-06-13] 178: Checking user_migrations ** [12:01:25 2020-06-13] 178: Checking batch_updates ** [12:01:25 2020-06-13] 178: Checking gears ** [12:01:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:01:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:30 2020-06-13] 178: Checking imports ** [12:01:30 2020-06-13] 178: Checking exports ** [12:01:30 2020-06-13] 178: Checking users ** [12:01:30 2020-06-13] 178: Checking user_dbs ** [12:01:30 2020-06-13] 178: Checking geocodings ** [12:01:30 2020-06-13] 178: Checking synchronizations ** [12:01:30 2020-06-13] 178: Checking tracker ** [12:01:30 2020-06-13] 178: Checking user_migrations ** [12:01:30 2020-06-13] 178: Checking batch_updates ** [12:01:30 2020-06-13] 178: Checking gears ** [12:01:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:01:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:35 2020-06-13] 178: Checking imports ** [12:01:35 2020-06-13] 178: Checking exports ** [12:01:35 2020-06-13] 178: Checking users ** [12:01:35 2020-06-13] 178: Checking user_dbs ** [12:01:35 2020-06-13] 178: Checking geocodings ** [12:01:35 2020-06-13] 178: Checking synchronizations ** [12:01:35 2020-06-13] 178: Checking tracker ** [12:01:35 2020-06-13] 178: Checking user_migrations ** [12:01:35 2020-06-13] 178: Checking batch_updates ** [12:01:35 2020-06-13] 178: Checking gears ** [12:01:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:01:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:40 2020-06-13] 178: Checking imports ** [12:01:40 2020-06-13] 178: Checking exports ** [12:01:40 2020-06-13] 178: Checking users ** [12:01:40 2020-06-13] 178: Checking user_dbs ** [12:01:40 2020-06-13] 178: Checking geocodings ** [12:01:40 2020-06-13] 178: Checking synchronizations ** [12:01:40 2020-06-13] 178: Checking tracker ** [12:01:40 2020-06-13] 178: Checking user_migrations ** [12:01:40 2020-06-13] 178: Checking batch_updates ** [12:01:40 2020-06-13] 178: Checking gears ** [12:01:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:01:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:45 2020-06-13] 178: Checking imports ** [12:01:45 2020-06-13] 178: Checking exports ** [12:01:45 2020-06-13] 178: Checking users ** [12:01:45 2020-06-13] 178: Checking user_dbs ** [12:01:45 2020-06-13] 178: Checking geocodings ** [12:01:45 2020-06-13] 178: Checking synchronizations ** [12:01:45 2020-06-13] 178: Checking tracker ** [12:01:45 2020-06-13] 178: Checking user_migrations ** [12:01:45 2020-06-13] 178: Checking batch_updates ** [12:01:45 2020-06-13] 178: Checking gears ** [12:01:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:01:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:50 2020-06-13] 178: Checking imports ** [12:01:50 2020-06-13] 178: Checking exports ** [12:01:50 2020-06-13] 178: Checking users ** [12:01:50 2020-06-13] 178: Checking user_dbs ** [12:01:50 2020-06-13] 178: Checking geocodings ** [12:01:50 2020-06-13] 178: Checking synchronizations ** [12:01:50 2020-06-13] 178: Checking tracker ** [12:01:50 2020-06-13] 178: Checking user_migrations ** [12:01:50 2020-06-13] 178: Checking batch_updates ** [12:01:50 2020-06-13] 178: Checking gears ** [12:01:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:01:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:55 2020-06-13] 178: Checking imports ** [12:01:55 2020-06-13] 178: Checking exports ** [12:01:55 2020-06-13] 178: Checking users ** [12:01:55 2020-06-13] 178: Checking user_dbs ** [12:01:55 2020-06-13] 178: Checking geocodings ** [12:01:55 2020-06-13] 178: Checking synchronizations ** [12:01:55 2020-06-13] 178: Checking tracker ** [12:01:55 2020-06-13] 178: Checking user_migrations ** [12:01:55 2020-06-13] 178: Checking batch_updates ** [12:01:55 2020-06-13] 178: Checking gears ** [12:01:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:01:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:00 2020-06-13] 178: Checking imports ** [12:02:00 2020-06-13] 178: Checking exports ** [12:02:00 2020-06-13] 178: Checking users ** [12:02:00 2020-06-13] 178: Checking user_dbs ** [12:02:00 2020-06-13] 178: Checking geocodings ** [12:02:00 2020-06-13] 178: Checking synchronizations ** [12:02:00 2020-06-13] 178: Checking tracker ** [12:02:00 2020-06-13] 178: Checking user_migrations ** [12:02:00 2020-06-13] 178: Checking batch_updates ** [12:02:00 2020-06-13] 178: Checking gears ** [12:02:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:02:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:05 2020-06-13] 178: Checking imports ** [12:02:05 2020-06-13] 178: Checking exports ** [12:02:05 2020-06-13] 178: Checking users ** [12:02:05 2020-06-13] 178: Checking user_dbs ** [12:02:05 2020-06-13] 178: Checking geocodings ** [12:02:05 2020-06-13] 178: Checking synchronizations ** [12:02:05 2020-06-13] 178: Checking tracker ** [12:02:05 2020-06-13] 178: Checking user_migrations ** [12:02:05 2020-06-13] 178: Checking batch_updates ** [12:02:05 2020-06-13] 178: Checking gears ** [12:02:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:02:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:10 2020-06-13] 178: Checking imports ** [12:02:10 2020-06-13] 178: Checking exports ** [12:02:10 2020-06-13] 178: Checking users ** [12:02:10 2020-06-13] 178: Checking user_dbs ** [12:02:10 2020-06-13] 178: Checking geocodings ** [12:02:10 2020-06-13] 178: Checking synchronizations ** [12:02:10 2020-06-13] 178: Checking tracker ** [12:02:10 2020-06-13] 178: Checking user_migrations ** [12:02:10 2020-06-13] 178: Checking batch_updates ** [12:02:10 2020-06-13] 178: Checking gears ** [12:02:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:02:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:15 2020-06-13] 178: Checking imports ** [12:02:15 2020-06-13] 178: Checking exports ** [12:02:15 2020-06-13] 178: Checking users ** [12:02:15 2020-06-13] 178: Checking user_dbs ** [12:02:15 2020-06-13] 178: Checking geocodings ** [12:02:15 2020-06-13] 178: Checking synchronizations ** [12:02:15 2020-06-13] 178: Checking tracker ** [12:02:15 2020-06-13] 178: Checking user_migrations ** [12:02:15 2020-06-13] 178: Checking batch_updates ** [12:02:15 2020-06-13] 178: Checking gears ** [12:02:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:02:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:20 2020-06-13] 178: Checking imports ** [12:02:20 2020-06-13] 178: Checking exports ** [12:02:20 2020-06-13] 178: Checking users ** [12:02:20 2020-06-13] 178: Checking user_dbs ** [12:02:20 2020-06-13] 178: Checking geocodings ** [12:02:20 2020-06-13] 178: Checking synchronizations ** [12:02:20 2020-06-13] 178: Checking tracker ** [12:02:20 2020-06-13] 178: Checking user_migrations ** [12:02:20 2020-06-13] 178: Checking batch_updates ** [12:02:20 2020-06-13] 178: Checking gears ** [12:02:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:02:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:25 2020-06-13] 178: Checking imports ** [12:02:25 2020-06-13] 178: Checking exports ** [12:02:25 2020-06-13] 178: Checking users ** [12:02:25 2020-06-13] 178: Checking user_dbs ** [12:02:25 2020-06-13] 178: Checking geocodings ** [12:02:25 2020-06-13] 178: Checking synchronizations ** [12:02:25 2020-06-13] 178: Checking tracker ** [12:02:25 2020-06-13] 178: Checking user_migrations ** [12:02:25 2020-06-13] 178: Checking batch_updates ** [12:02:25 2020-06-13] 178: Checking gears ** [12:02:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:02:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:30 2020-06-13] 178: Checking imports ** [12:02:30 2020-06-13] 178: Checking exports ** [12:02:30 2020-06-13] 178: Checking users ** [12:02:30 2020-06-13] 178: Checking user_dbs ** [12:02:30 2020-06-13] 178: Checking geocodings ** [12:02:30 2020-06-13] 178: Checking synchronizations ** [12:02:30 2020-06-13] 178: Checking tracker ** [12:02:30 2020-06-13] 178: Checking user_migrations ** [12:02:30 2020-06-13] 178: Checking batch_updates ** [12:02:30 2020-06-13] 178: Checking gears ** [12:02:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:02:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:35 2020-06-13] 178: Checking imports ** [12:02:35 2020-06-13] 178: Checking exports ** [12:02:35 2020-06-13] 178: Checking users ** [12:02:35 2020-06-13] 178: Checking user_dbs ** [12:02:35 2020-06-13] 178: Checking geocodings ** [12:02:35 2020-06-13] 178: Checking synchronizations ** [12:02:35 2020-06-13] 178: Checking tracker ** [12:02:35 2020-06-13] 178: Checking user_migrations ** [12:02:35 2020-06-13] 178: Checking batch_updates ** [12:02:35 2020-06-13] 178: Checking gears ** [12:02:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:02:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:40 2020-06-13] 178: Checking imports ** [12:02:40 2020-06-13] 178: Checking exports ** [12:02:40 2020-06-13] 178: Checking users ** [12:02:40 2020-06-13] 178: Checking user_dbs ** [12:02:40 2020-06-13] 178: Checking geocodings ** [12:02:40 2020-06-13] 178: Checking synchronizations ** [12:02:40 2020-06-13] 178: Checking tracker ** [12:02:40 2020-06-13] 178: Checking user_migrations ** [12:02:40 2020-06-13] 178: Checking batch_updates ** [12:02:40 2020-06-13] 178: Checking gears ** [12:02:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:02:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:45 2020-06-13] 178: Checking imports ** [12:02:45 2020-06-13] 178: Checking exports ** [12:02:45 2020-06-13] 178: Checking users ** [12:02:45 2020-06-13] 178: Checking user_dbs ** [12:02:45 2020-06-13] 178: Checking geocodings ** [12:02:45 2020-06-13] 178: Checking synchronizations ** [12:02:45 2020-06-13] 178: Checking tracker ** [12:02:45 2020-06-13] 178: Checking user_migrations ** [12:02:45 2020-06-13] 178: Checking batch_updates ** [12:02:45 2020-06-13] 178: Checking gears ** [12:02:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:02:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:50 2020-06-13] 178: Checking imports ** [12:02:50 2020-06-13] 178: Checking exports ** [12:02:50 2020-06-13] 178: Checking users ** [12:02:50 2020-06-13] 178: Checking user_dbs ** [12:02:50 2020-06-13] 178: Checking geocodings ** [12:02:50 2020-06-13] 178: Checking synchronizations ** [12:02:50 2020-06-13] 178: Checking tracker ** [12:02:50 2020-06-13] 178: Checking user_migrations ** [12:02:50 2020-06-13] 178: Checking batch_updates ** [12:02:50 2020-06-13] 178: Checking gears ** [12:02:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:02:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:55 2020-06-13] 178: Checking imports ** [12:02:55 2020-06-13] 178: Checking exports ** [12:02:55 2020-06-13] 178: Checking users ** [12:02:55 2020-06-13] 178: Checking user_dbs ** [12:02:55 2020-06-13] 178: Checking geocodings ** [12:02:55 2020-06-13] 178: Checking synchronizations ** [12:02:55 2020-06-13] 178: Checking tracker ** [12:02:55 2020-06-13] 178: Checking user_migrations ** [12:02:55 2020-06-13] 178: Checking batch_updates ** [12:02:55 2020-06-13] 178: Checking gears ** [12:02:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:02:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:00 2020-06-13] 178: Checking imports ** [12:03:00 2020-06-13] 178: Checking exports ** [12:03:00 2020-06-13] 178: Checking users ** [12:03:00 2020-06-13] 178: Checking user_dbs ** [12:03:00 2020-06-13] 178: Checking geocodings ** [12:03:00 2020-06-13] 178: Checking synchronizations ** [12:03:00 2020-06-13] 178: Checking tracker ** [12:03:00 2020-06-13] 178: Checking user_migrations ** [12:03:00 2020-06-13] 178: Checking batch_updates ** [12:03:00 2020-06-13] 178: Checking gears ** [12:03:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:03:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:05 2020-06-13] 178: Checking imports ** [12:03:05 2020-06-13] 178: Checking exports ** [12:03:05 2020-06-13] 178: Checking users ** [12:03:05 2020-06-13] 178: Checking user_dbs ** [12:03:05 2020-06-13] 178: Checking geocodings ** [12:03:05 2020-06-13] 178: Checking synchronizations ** [12:03:05 2020-06-13] 178: Checking tracker ** [12:03:05 2020-06-13] 178: Checking user_migrations ** [12:03:05 2020-06-13] 178: Checking batch_updates ** [12:03:05 2020-06-13] 178: Checking gears ** [12:03:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:03:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:10 2020-06-13] 178: Checking imports ** [12:03:10 2020-06-13] 178: Checking exports ** [12:03:10 2020-06-13] 178: Checking users ** [12:03:10 2020-06-13] 178: Checking user_dbs ** [12:03:10 2020-06-13] 178: Checking geocodings ** [12:03:10 2020-06-13] 178: Checking synchronizations ** [12:03:10 2020-06-13] 178: Checking tracker ** [12:03:10 2020-06-13] 178: Checking user_migrations ** [12:03:10 2020-06-13] 178: Checking batch_updates ** [12:03:10 2020-06-13] 178: Checking gears ** [12:03:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:03:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:15 2020-06-13] 178: Checking imports ** [12:03:15 2020-06-13] 178: Checking exports ** [12:03:15 2020-06-13] 178: Checking users ** [12:03:15 2020-06-13] 178: Checking user_dbs ** [12:03:15 2020-06-13] 178: Checking geocodings ** [12:03:15 2020-06-13] 178: Checking synchronizations ** [12:03:15 2020-06-13] 178: Checking tracker ** [12:03:15 2020-06-13] 178: Checking user_migrations ** [12:03:15 2020-06-13] 178: Checking batch_updates ** [12:03:15 2020-06-13] 178: Checking gears ** [12:03:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:03:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:20 2020-06-13] 178: Checking imports ** [12:03:20 2020-06-13] 178: Checking exports ** [12:03:20 2020-06-13] 178: Checking users ** [12:03:20 2020-06-13] 178: Checking user_dbs ** [12:03:20 2020-06-13] 178: Checking geocodings ** [12:03:20 2020-06-13] 178: Checking synchronizations ** [12:03:20 2020-06-13] 178: Checking tracker ** [12:03:20 2020-06-13] 178: Checking user_migrations ** [12:03:20 2020-06-13] 178: Checking batch_updates ** [12:03:20 2020-06-13] 178: Checking gears ** [12:03:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:03:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:25 2020-06-13] 178: Checking imports ** [12:03:25 2020-06-13] 178: Checking exports ** [12:03:25 2020-06-13] 178: Checking users ** [12:03:25 2020-06-13] 178: Checking user_dbs ** [12:03:25 2020-06-13] 178: Checking geocodings ** [12:03:25 2020-06-13] 178: Checking synchronizations ** [12:03:25 2020-06-13] 178: Checking tracker ** [12:03:25 2020-06-13] 178: Checking user_migrations ** [12:03:25 2020-06-13] 178: Checking batch_updates ** [12:03:25 2020-06-13] 178: Checking gears ** [12:03:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:03:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:30 2020-06-13] 178: Checking imports ** [12:03:30 2020-06-13] 178: Checking exports ** [12:03:30 2020-06-13] 178: Checking users ** [12:03:30 2020-06-13] 178: Checking user_dbs ** [12:03:30 2020-06-13] 178: Checking geocodings ** [12:03:30 2020-06-13] 178: Checking synchronizations ** [12:03:30 2020-06-13] 178: Checking tracker ** [12:03:30 2020-06-13] 178: Checking user_migrations ** [12:03:30 2020-06-13] 178: Checking batch_updates ** [12:03:30 2020-06-13] 178: Checking gears ** [12:03:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:03:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:35 2020-06-13] 178: Checking imports ** [12:03:35 2020-06-13] 178: Checking exports ** [12:03:35 2020-06-13] 178: Checking users ** [12:03:35 2020-06-13] 178: Checking user_dbs ** [12:03:35 2020-06-13] 178: Checking geocodings ** [12:03:35 2020-06-13] 178: Checking synchronizations ** [12:03:35 2020-06-13] 178: Checking tracker ** [12:03:35 2020-06-13] 178: Checking user_migrations ** [12:03:35 2020-06-13] 178: Checking batch_updates ** [12:03:35 2020-06-13] 178: Checking gears ** [12:03:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:03:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:40 2020-06-13] 178: Checking imports ** [12:03:40 2020-06-13] 178: Checking exports ** [12:03:40 2020-06-13] 178: Checking users ** [12:03:40 2020-06-13] 178: Checking user_dbs ** [12:03:40 2020-06-13] 178: Checking geocodings ** [12:03:40 2020-06-13] 178: Checking synchronizations ** [12:03:40 2020-06-13] 178: Checking tracker ** [12:03:40 2020-06-13] 178: Checking user_migrations ** [12:03:40 2020-06-13] 178: Checking batch_updates ** [12:03:40 2020-06-13] 178: Checking gears ** [12:03:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:03:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:45 2020-06-13] 178: Checking imports ** [12:03:45 2020-06-13] 178: Checking exports ** [12:03:45 2020-06-13] 178: Checking users ** [12:03:45 2020-06-13] 178: Checking user_dbs ** [12:03:45 2020-06-13] 178: Checking geocodings ** [12:03:45 2020-06-13] 178: Checking synchronizations ** [12:03:45 2020-06-13] 178: Checking tracker ** [12:03:45 2020-06-13] 178: Checking user_migrations ** [12:03:45 2020-06-13] 178: Checking batch_updates ** [12:03:45 2020-06-13] 178: Checking gears ** [12:03:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:03:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:50 2020-06-13] 178: Checking imports ** [12:03:50 2020-06-13] 178: Checking exports ** [12:03:50 2020-06-13] 178: Checking users ** [12:03:50 2020-06-13] 178: Checking user_dbs ** [12:03:50 2020-06-13] 178: Checking geocodings ** [12:03:50 2020-06-13] 178: Checking synchronizations ** [12:03:50 2020-06-13] 178: Checking tracker ** [12:03:50 2020-06-13] 178: Checking user_migrations ** [12:03:50 2020-06-13] 178: Checking batch_updates ** [12:03:50 2020-06-13] 178: Checking gears ** [12:03:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:03:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:55 2020-06-13] 178: Checking imports ** [12:03:55 2020-06-13] 178: Checking exports ** [12:03:55 2020-06-13] 178: Checking users ** [12:03:55 2020-06-13] 178: Checking user_dbs ** [12:03:55 2020-06-13] 178: Checking geocodings ** [12:03:55 2020-06-13] 178: Checking synchronizations ** [12:03:55 2020-06-13] 178: Checking tracker ** [12:03:55 2020-06-13] 178: Checking user_migrations ** [12:03:55 2020-06-13] 178: Checking batch_updates ** [12:03:55 2020-06-13] 178: Checking gears ** [12:03:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:03:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:00 2020-06-13] 178: Checking imports ** [12:04:00 2020-06-13] 178: Checking exports ** [12:04:00 2020-06-13] 178: Checking users ** [12:04:00 2020-06-13] 178: Checking user_dbs ** [12:04:00 2020-06-13] 178: Checking geocodings ** [12:04:00 2020-06-13] 178: Checking synchronizations ** [12:04:00 2020-06-13] 178: Checking tracker ** [12:04:00 2020-06-13] 178: Checking user_migrations ** [12:04:00 2020-06-13] 178: Checking batch_updates ** [12:04:00 2020-06-13] 178: Checking gears ** [12:04:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:04:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:05 2020-06-13] 178: Checking imports ** [12:04:05 2020-06-13] 178: Checking exports ** [12:04:05 2020-06-13] 178: Checking users ** [12:04:05 2020-06-13] 178: Checking user_dbs ** [12:04:05 2020-06-13] 178: Checking geocodings ** [12:04:05 2020-06-13] 178: Checking synchronizations ** [12:04:05 2020-06-13] 178: Checking tracker ** [12:04:05 2020-06-13] 178: Checking user_migrations ** [12:04:05 2020-06-13] 178: Checking batch_updates ** [12:04:05 2020-06-13] 178: Checking gears ** [12:04:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:04:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:10 2020-06-13] 178: Checking imports ** [12:04:10 2020-06-13] 178: Checking exports ** [12:04:10 2020-06-13] 178: Checking users ** [12:04:10 2020-06-13] 178: Checking user_dbs ** [12:04:10 2020-06-13] 178: Checking geocodings ** [12:04:10 2020-06-13] 178: Checking synchronizations ** [12:04:10 2020-06-13] 178: Checking tracker ** [12:04:10 2020-06-13] 178: Checking user_migrations ** [12:04:10 2020-06-13] 178: Checking batch_updates ** [12:04:10 2020-06-13] 178: Checking gears ** [12:04:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:04:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:15 2020-06-13] 178: Checking imports ** [12:04:15 2020-06-13] 178: Checking exports ** [12:04:15 2020-06-13] 178: Checking users ** [12:04:15 2020-06-13] 178: Checking user_dbs ** [12:04:15 2020-06-13] 178: Checking geocodings ** [12:04:15 2020-06-13] 178: Checking synchronizations ** [12:04:15 2020-06-13] 178: Checking tracker ** [12:04:15 2020-06-13] 178: Checking user_migrations ** [12:04:15 2020-06-13] 178: Checking batch_updates ** [12:04:15 2020-06-13] 178: Checking gears ** [12:04:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:04:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:20 2020-06-13] 178: Checking imports ** [12:04:20 2020-06-13] 178: Checking exports ** [12:04:20 2020-06-13] 178: Checking users ** [12:04:20 2020-06-13] 178: Checking user_dbs ** [12:04:20 2020-06-13] 178: Checking geocodings ** [12:04:20 2020-06-13] 178: Checking synchronizations ** [12:04:20 2020-06-13] 178: Checking tracker ** [12:04:20 2020-06-13] 178: Checking user_migrations ** [12:04:20 2020-06-13] 178: Checking batch_updates ** [12:04:20 2020-06-13] 178: Checking gears ** [12:04:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:04:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:25 2020-06-13] 178: Checking imports ** [12:04:25 2020-06-13] 178: Checking exports ** [12:04:25 2020-06-13] 178: Checking users ** [12:04:25 2020-06-13] 178: Checking user_dbs ** [12:04:25 2020-06-13] 178: Checking geocodings ** [12:04:25 2020-06-13] 178: Checking synchronizations ** [12:04:25 2020-06-13] 178: Checking tracker ** [12:04:25 2020-06-13] 178: Checking user_migrations ** [12:04:25 2020-06-13] 178: Checking batch_updates ** [12:04:25 2020-06-13] 178: Checking gears ** [12:04:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:04:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:30 2020-06-13] 178: Checking imports ** [12:04:30 2020-06-13] 178: Checking exports ** [12:04:30 2020-06-13] 178: Checking users ** [12:04:30 2020-06-13] 178: Checking user_dbs ** [12:04:30 2020-06-13] 178: Checking geocodings ** [12:04:30 2020-06-13] 178: Checking synchronizations ** [12:04:30 2020-06-13] 178: Checking tracker ** [12:04:30 2020-06-13] 178: Checking user_migrations ** [12:04:30 2020-06-13] 178: Checking batch_updates ** [12:04:30 2020-06-13] 178: Checking gears ** [12:04:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:04:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:35 2020-06-13] 178: Checking imports ** [12:04:35 2020-06-13] 178: Checking exports ** [12:04:35 2020-06-13] 178: Checking users ** [12:04:35 2020-06-13] 178: Checking user_dbs ** [12:04:35 2020-06-13] 178: Checking geocodings ** [12:04:35 2020-06-13] 178: Checking synchronizations ** [12:04:35 2020-06-13] 178: Checking tracker ** [12:04:35 2020-06-13] 178: Checking user_migrations ** [12:04:35 2020-06-13] 178: Checking batch_updates ** [12:04:35 2020-06-13] 178: Checking gears ** [12:04:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:04:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:40 2020-06-13] 178: Checking imports ** [12:04:40 2020-06-13] 178: Checking exports ** [12:04:40 2020-06-13] 178: Checking users ** [12:04:40 2020-06-13] 178: Checking user_dbs ** [12:04:40 2020-06-13] 178: Checking geocodings ** [12:04:40 2020-06-13] 178: Checking synchronizations ** [12:04:40 2020-06-13] 178: Checking tracker ** [12:04:40 2020-06-13] 178: Checking user_migrations ** [12:04:40 2020-06-13] 178: Checking batch_updates ** [12:04:40 2020-06-13] 178: Checking gears ** [12:04:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:04:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:45 2020-06-13] 178: Checking imports ** [12:04:45 2020-06-13] 178: Checking exports ** [12:04:45 2020-06-13] 178: Checking users ** [12:04:45 2020-06-13] 178: Checking user_dbs ** [12:04:45 2020-06-13] 178: Checking geocodings ** [12:04:45 2020-06-13] 178: Checking synchronizations ** [12:04:45 2020-06-13] 178: Checking tracker ** [12:04:45 2020-06-13] 178: Checking user_migrations ** [12:04:45 2020-06-13] 178: Checking batch_updates ** [12:04:45 2020-06-13] 178: Checking gears ** [12:04:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:04:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:50 2020-06-13] 178: Checking imports ** [12:04:50 2020-06-13] 178: Checking exports ** [12:04:50 2020-06-13] 178: Checking users ** [12:04:50 2020-06-13] 178: Checking user_dbs ** [12:04:50 2020-06-13] 178: Checking geocodings ** [12:04:50 2020-06-13] 178: Checking synchronizations ** [12:04:50 2020-06-13] 178: Checking tracker ** [12:04:50 2020-06-13] 178: Checking user_migrations ** [12:04:50 2020-06-13] 178: Checking batch_updates ** [12:04:50 2020-06-13] 178: Checking gears ** [12:04:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:04:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:55 2020-06-13] 178: Checking imports ** [12:04:55 2020-06-13] 178: Checking exports ** [12:04:55 2020-06-13] 178: Checking users ** [12:04:55 2020-06-13] 178: Checking user_dbs ** [12:04:55 2020-06-13] 178: Checking geocodings ** [12:04:55 2020-06-13] 178: Checking synchronizations ** [12:04:55 2020-06-13] 178: Checking tracker ** [12:04:55 2020-06-13] 178: Checking user_migrations ** [12:04:55 2020-06-13] 178: Checking batch_updates ** [12:04:55 2020-06-13] 178: Checking gears ** [12:04:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:04:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:00 2020-06-13] 178: Checking imports ** [12:05:00 2020-06-13] 178: Checking exports ** [12:05:00 2020-06-13] 178: Checking users ** [12:05:00 2020-06-13] 178: Checking user_dbs ** [12:05:00 2020-06-13] 178: Checking geocodings ** [12:05:00 2020-06-13] 178: Checking synchronizations ** [12:05:00 2020-06-13] 178: Checking tracker ** [12:05:00 2020-06-13] 178: Checking user_migrations ** [12:05:00 2020-06-13] 178: Checking batch_updates ** [12:05:00 2020-06-13] 178: Checking gears ** [12:05:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:05:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:05 2020-06-13] 178: Checking imports ** [12:05:05 2020-06-13] 178: Checking exports ** [12:05:05 2020-06-13] 178: Checking users ** [12:05:05 2020-06-13] 178: Checking user_dbs ** [12:05:05 2020-06-13] 178: Checking geocodings ** [12:05:05 2020-06-13] 178: Checking synchronizations ** [12:05:05 2020-06-13] 178: Checking tracker ** [12:05:05 2020-06-13] 178: Checking user_migrations ** [12:05:05 2020-06-13] 178: Checking batch_updates ** [12:05:05 2020-06-13] 178: Checking gears ** [12:05:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:05:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:10 2020-06-13] 178: Checking imports ** [12:05:10 2020-06-13] 178: Checking exports ** [12:05:10 2020-06-13] 178: Checking users ** [12:05:10 2020-06-13] 178: Checking user_dbs ** [12:05:10 2020-06-13] 178: Checking geocodings ** [12:05:10 2020-06-13] 178: Checking synchronizations ** [12:05:10 2020-06-13] 178: Checking tracker ** [12:05:10 2020-06-13] 178: Checking user_migrations ** [12:05:10 2020-06-13] 178: Checking batch_updates ** [12:05:10 2020-06-13] 178: Checking gears ** [12:05:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:05:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:15 2020-06-13] 178: Checking imports ** [12:05:15 2020-06-13] 178: Checking exports ** [12:05:15 2020-06-13] 178: Checking users ** [12:05:15 2020-06-13] 178: Checking user_dbs ** [12:05:15 2020-06-13] 178: Checking geocodings ** [12:05:15 2020-06-13] 178: Checking synchronizations ** [12:05:15 2020-06-13] 178: Checking tracker ** [12:05:15 2020-06-13] 178: Checking user_migrations ** [12:05:15 2020-06-13] 178: Checking batch_updates ** [12:05:15 2020-06-13] 178: Checking gears ** [12:05:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:05:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:20 2020-06-13] 178: Checking imports ** [12:05:20 2020-06-13] 178: Checking exports ** [12:05:20 2020-06-13] 178: Checking users ** [12:05:20 2020-06-13] 178: Checking user_dbs ** [12:05:20 2020-06-13] 178: Checking geocodings ** [12:05:20 2020-06-13] 178: Checking synchronizations ** [12:05:20 2020-06-13] 178: Checking tracker ** [12:05:20 2020-06-13] 178: Checking user_migrations ** [12:05:20 2020-06-13] 178: Checking batch_updates ** [12:05:20 2020-06-13] 178: Checking gears ** [12:05:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:05:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:25 2020-06-13] 178: Checking imports ** [12:05:25 2020-06-13] 178: Checking exports ** [12:05:25 2020-06-13] 178: Checking users ** [12:05:25 2020-06-13] 178: Checking user_dbs ** [12:05:25 2020-06-13] 178: Checking geocodings ** [12:05:25 2020-06-13] 178: Checking synchronizations ** [12:05:25 2020-06-13] 178: Checking tracker ** [12:05:25 2020-06-13] 178: Checking user_migrations ** [12:05:25 2020-06-13] 178: Checking batch_updates ** [12:05:25 2020-06-13] 178: Checking gears ** [12:05:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:05:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:30 2020-06-13] 178: Checking imports ** [12:05:30 2020-06-13] 178: Checking exports ** [12:05:30 2020-06-13] 178: Checking users ** [12:05:30 2020-06-13] 178: Checking user_dbs ** [12:05:30 2020-06-13] 178: Checking geocodings ** [12:05:30 2020-06-13] 178: Checking synchronizations ** [12:05:30 2020-06-13] 178: Checking tracker ** [12:05:30 2020-06-13] 178: Checking user_migrations ** [12:05:30 2020-06-13] 178: Checking batch_updates ** [12:05:30 2020-06-13] 178: Checking gears ** [12:05:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:05:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:35 2020-06-13] 178: Checking imports ** [12:05:35 2020-06-13] 178: Checking exports ** [12:05:35 2020-06-13] 178: Checking users ** [12:05:35 2020-06-13] 178: Checking user_dbs ** [12:05:35 2020-06-13] 178: Checking geocodings ** [12:05:35 2020-06-13] 178: Checking synchronizations ** [12:05:35 2020-06-13] 178: Checking tracker ** [12:05:35 2020-06-13] 178: Checking user_migrations ** [12:05:35 2020-06-13] 178: Checking batch_updates ** [12:05:35 2020-06-13] 178: Checking gears ** [12:05:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:05:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:40 2020-06-13] 178: Checking imports ** [12:05:40 2020-06-13] 178: Checking exports ** [12:05:40 2020-06-13] 178: Checking users ** [12:05:40 2020-06-13] 178: Checking user_dbs ** [12:05:40 2020-06-13] 178: Checking geocodings ** [12:05:40 2020-06-13] 178: Checking synchronizations ** [12:05:40 2020-06-13] 178: Checking tracker ** [12:05:40 2020-06-13] 178: Checking user_migrations ** [12:05:40 2020-06-13] 178: Checking batch_updates ** [12:05:40 2020-06-13] 178: Checking gears ** [12:05:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:05:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:45 2020-06-13] 178: Checking imports ** [12:05:45 2020-06-13] 178: Checking exports ** [12:05:45 2020-06-13] 178: Checking users ** [12:05:45 2020-06-13] 178: Checking user_dbs ** [12:05:45 2020-06-13] 178: Checking geocodings ** [12:05:45 2020-06-13] 178: Checking synchronizations ** [12:05:45 2020-06-13] 178: Checking tracker ** [12:05:45 2020-06-13] 178: Checking user_migrations ** [12:05:45 2020-06-13] 178: Checking batch_updates ** [12:05:45 2020-06-13] 178: Checking gears ** [12:05:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:05:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:50 2020-06-13] 178: Checking imports ** [12:05:50 2020-06-13] 178: Checking exports ** [12:05:50 2020-06-13] 178: Checking users ** [12:05:50 2020-06-13] 178: Checking user_dbs ** [12:05:50 2020-06-13] 178: Checking geocodings ** [12:05:50 2020-06-13] 178: Checking synchronizations ** [12:05:50 2020-06-13] 178: Checking tracker ** [12:05:50 2020-06-13] 178: Checking user_migrations ** [12:05:50 2020-06-13] 178: Checking batch_updates ** [12:05:50 2020-06-13] 178: Checking gears ** [12:05:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:05:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:55 2020-06-13] 178: Checking imports ** [12:05:55 2020-06-13] 178: Checking exports ** [12:05:55 2020-06-13] 178: Checking users ** [12:05:55 2020-06-13] 178: Checking user_dbs ** [12:05:55 2020-06-13] 178: Checking geocodings ** [12:05:55 2020-06-13] 178: Checking synchronizations ** [12:05:55 2020-06-13] 178: Checking tracker ** [12:05:55 2020-06-13] 178: Checking user_migrations ** [12:05:55 2020-06-13] 178: Checking batch_updates ** [12:05:55 2020-06-13] 178: Checking gears ** [12:05:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:05:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:00 2020-06-13] 178: Checking imports ** [12:06:00 2020-06-13] 178: Checking exports ** [12:06:00 2020-06-13] 178: Checking users ** [12:06:00 2020-06-13] 178: Checking user_dbs ** [12:06:00 2020-06-13] 178: Checking geocodings ** [12:06:00 2020-06-13] 178: Checking synchronizations ** [12:06:00 2020-06-13] 178: Checking tracker ** [12:06:00 2020-06-13] 178: Checking user_migrations ** [12:06:00 2020-06-13] 178: Checking batch_updates ** [12:06:00 2020-06-13] 178: Checking gears ** [12:06:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:06:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:05 2020-06-13] 178: Checking imports ** [12:06:05 2020-06-13] 178: Checking exports ** [12:06:05 2020-06-13] 178: Checking users ** [12:06:05 2020-06-13] 178: Checking user_dbs ** [12:06:05 2020-06-13] 178: Checking geocodings ** [12:06:05 2020-06-13] 178: Checking synchronizations ** [12:06:05 2020-06-13] 178: Checking tracker ** [12:06:05 2020-06-13] 178: Checking user_migrations ** [12:06:05 2020-06-13] 178: Checking batch_updates ** [12:06:05 2020-06-13] 178: Checking gears ** [12:06:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:06:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:10 2020-06-13] 178: Checking imports ** [12:06:10 2020-06-13] 178: Checking exports ** [12:06:10 2020-06-13] 178: Checking users ** [12:06:10 2020-06-13] 178: Checking user_dbs ** [12:06:10 2020-06-13] 178: Checking geocodings ** [12:06:10 2020-06-13] 178: Checking synchronizations ** [12:06:10 2020-06-13] 178: Checking tracker ** [12:06:10 2020-06-13] 178: Checking user_migrations ** [12:06:10 2020-06-13] 178: Checking batch_updates ** [12:06:10 2020-06-13] 178: Checking gears ** [12:06:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:06:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:15 2020-06-13] 178: Checking imports ** [12:06:15 2020-06-13] 178: Checking exports ** [12:06:15 2020-06-13] 178: Checking users ** [12:06:15 2020-06-13] 178: Checking user_dbs ** [12:06:15 2020-06-13] 178: Checking geocodings ** [12:06:15 2020-06-13] 178: Checking synchronizations ** [12:06:15 2020-06-13] 178: Checking tracker ** [12:06:15 2020-06-13] 178: Checking user_migrations ** [12:06:15 2020-06-13] 178: Checking batch_updates ** [12:06:15 2020-06-13] 178: Checking gears ** [12:06:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:06:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:20 2020-06-13] 178: Checking imports ** [12:06:20 2020-06-13] 178: Checking exports ** [12:06:20 2020-06-13] 178: Checking users ** [12:06:20 2020-06-13] 178: Checking user_dbs ** [12:06:20 2020-06-13] 178: Checking geocodings ** [12:06:20 2020-06-13] 178: Checking synchronizations ** [12:06:20 2020-06-13] 178: Checking tracker ** [12:06:20 2020-06-13] 178: Checking user_migrations ** [12:06:20 2020-06-13] 178: Checking batch_updates ** [12:06:20 2020-06-13] 178: Checking gears ** [12:06:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:06:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:26 2020-06-13] 178: Checking imports ** [12:06:26 2020-06-13] 178: Checking exports ** [12:06:26 2020-06-13] 178: Checking users ** [12:06:26 2020-06-13] 178: Checking user_dbs ** [12:06:26 2020-06-13] 178: Checking geocodings ** [12:06:26 2020-06-13] 178: Checking synchronizations ** [12:06:26 2020-06-13] 178: Checking tracker ** [12:06:26 2020-06-13] 178: Checking user_migrations ** [12:06:26 2020-06-13] 178: Checking batch_updates ** [12:06:26 2020-06-13] 178: Checking gears ** [12:06:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:06:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:31 2020-06-13] 178: Checking imports ** [12:06:31 2020-06-13] 178: Checking exports ** [12:06:31 2020-06-13] 178: Checking users ** [12:06:31 2020-06-13] 178: Checking user_dbs ** [12:06:31 2020-06-13] 178: Checking geocodings ** [12:06:31 2020-06-13] 178: Checking synchronizations ** [12:06:31 2020-06-13] 178: Checking tracker ** [12:06:31 2020-06-13] 178: Checking user_migrations ** [12:06:31 2020-06-13] 178: Checking batch_updates ** [12:06:31 2020-06-13] 178: Checking gears ** [12:06:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:06:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:36 2020-06-13] 178: Checking imports ** [12:06:36 2020-06-13] 178: Checking exports ** [12:06:36 2020-06-13] 178: Checking users ** [12:06:36 2020-06-13] 178: Checking user_dbs ** [12:06:36 2020-06-13] 178: Checking geocodings ** [12:06:36 2020-06-13] 178: Checking synchronizations ** [12:06:36 2020-06-13] 178: Checking tracker ** [12:06:36 2020-06-13] 178: Checking user_migrations ** [12:06:36 2020-06-13] 178: Checking batch_updates ** [12:06:36 2020-06-13] 178: Checking gears ** [12:06:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:06:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:41 2020-06-13] 178: Checking imports ** [12:06:41 2020-06-13] 178: Checking exports ** [12:06:41 2020-06-13] 178: Checking users ** [12:06:41 2020-06-13] 178: Checking user_dbs ** [12:06:41 2020-06-13] 178: Checking geocodings ** [12:06:41 2020-06-13] 178: Checking synchronizations ** [12:06:41 2020-06-13] 178: Checking tracker ** [12:06:41 2020-06-13] 178: Checking user_migrations ** [12:06:41 2020-06-13] 178: Checking batch_updates ** [12:06:41 2020-06-13] 178: Checking gears ** [12:06:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:06:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:46 2020-06-13] 178: Checking imports ** [12:06:46 2020-06-13] 178: Checking exports ** [12:06:46 2020-06-13] 178: Checking users ** [12:06:46 2020-06-13] 178: Checking user_dbs ** [12:06:46 2020-06-13] 178: Checking geocodings ** [12:06:46 2020-06-13] 178: Checking synchronizations ** [12:06:46 2020-06-13] 178: Checking tracker ** [12:06:46 2020-06-13] 178: Checking user_migrations ** [12:06:46 2020-06-13] 178: Checking batch_updates ** [12:06:46 2020-06-13] 178: Checking gears ** [12:06:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:06:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:51 2020-06-13] 178: Checking imports ** [12:06:51 2020-06-13] 178: Checking exports ** [12:06:51 2020-06-13] 178: Checking users ** [12:06:51 2020-06-13] 178: Checking user_dbs ** [12:06:51 2020-06-13] 178: Checking geocodings ** [12:06:51 2020-06-13] 178: Checking synchronizations ** [12:06:51 2020-06-13] 178: Checking tracker ** [12:06:51 2020-06-13] 178: Checking user_migrations ** [12:06:51 2020-06-13] 178: Checking batch_updates ** [12:06:51 2020-06-13] 178: Checking gears ** [12:06:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:06:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:56 2020-06-13] 178: Checking imports ** [12:06:56 2020-06-13] 178: Checking exports ** [12:06:56 2020-06-13] 178: Checking users ** [12:06:56 2020-06-13] 178: Checking user_dbs ** [12:06:56 2020-06-13] 178: Checking geocodings ** [12:06:56 2020-06-13] 178: Checking synchronizations ** [12:06:56 2020-06-13] 178: Checking tracker ** [12:06:56 2020-06-13] 178: Checking user_migrations ** [12:06:56 2020-06-13] 178: Checking batch_updates ** [12:06:56 2020-06-13] 178: Checking gears ** [12:06:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:06:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:01 2020-06-13] 178: Checking imports ** [12:07:01 2020-06-13] 178: Checking exports ** [12:07:01 2020-06-13] 178: Checking users ** [12:07:01 2020-06-13] 178: Checking user_dbs ** [12:07:01 2020-06-13] 178: Checking geocodings ** [12:07:01 2020-06-13] 178: Checking synchronizations ** [12:07:01 2020-06-13] 178: Checking tracker ** [12:07:01 2020-06-13] 178: Checking user_migrations ** [12:07:01 2020-06-13] 178: Checking batch_updates ** [12:07:01 2020-06-13] 178: Checking gears ** [12:07:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:07:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:06 2020-06-13] 178: Checking imports ** [12:07:06 2020-06-13] 178: Checking exports ** [12:07:06 2020-06-13] 178: Checking users ** [12:07:06 2020-06-13] 178: Checking user_dbs ** [12:07:06 2020-06-13] 178: Checking geocodings ** [12:07:06 2020-06-13] 178: Checking synchronizations ** [12:07:06 2020-06-13] 178: Checking tracker ** [12:07:06 2020-06-13] 178: Checking user_migrations ** [12:07:06 2020-06-13] 178: Checking batch_updates ** [12:07:06 2020-06-13] 178: Checking gears ** [12:07:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:07:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:11 2020-06-13] 178: Checking imports ** [12:07:11 2020-06-13] 178: Checking exports ** [12:07:11 2020-06-13] 178: Checking users ** [12:07:11 2020-06-13] 178: Checking user_dbs ** [12:07:11 2020-06-13] 178: Checking geocodings ** [12:07:11 2020-06-13] 178: Checking synchronizations ** [12:07:11 2020-06-13] 178: Checking tracker ** [12:07:11 2020-06-13] 178: Checking user_migrations ** [12:07:11 2020-06-13] 178: Checking batch_updates ** [12:07:11 2020-06-13] 178: Checking gears ** [12:07:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:07:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:16 2020-06-13] 178: Checking imports ** [12:07:16 2020-06-13] 178: Checking exports ** [12:07:16 2020-06-13] 178: Checking users ** [12:07:16 2020-06-13] 178: Checking user_dbs ** [12:07:16 2020-06-13] 178: Checking geocodings ** [12:07:16 2020-06-13] 178: Checking synchronizations ** [12:07:16 2020-06-13] 178: Checking tracker ** [12:07:16 2020-06-13] 178: Checking user_migrations ** [12:07:16 2020-06-13] 178: Checking batch_updates ** [12:07:16 2020-06-13] 178: Checking gears ** [12:07:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:07:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:21 2020-06-13] 178: Checking imports ** [12:07:21 2020-06-13] 178: Checking exports ** [12:07:21 2020-06-13] 178: Checking users ** [12:07:21 2020-06-13] 178: Checking user_dbs ** [12:07:21 2020-06-13] 178: Checking geocodings ** [12:07:21 2020-06-13] 178: Checking synchronizations ** [12:07:21 2020-06-13] 178: Checking tracker ** [12:07:21 2020-06-13] 178: Checking user_migrations ** [12:07:21 2020-06-13] 178: Checking batch_updates ** [12:07:21 2020-06-13] 178: Checking gears ** [12:07:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:07:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:26 2020-06-13] 178: Checking imports ** [12:07:26 2020-06-13] 178: Checking exports ** [12:07:26 2020-06-13] 178: Checking users ** [12:07:26 2020-06-13] 178: Checking user_dbs ** [12:07:26 2020-06-13] 178: Checking geocodings ** [12:07:26 2020-06-13] 178: Checking synchronizations ** [12:07:26 2020-06-13] 178: Checking tracker ** [12:07:26 2020-06-13] 178: Checking user_migrations ** [12:07:26 2020-06-13] 178: Checking batch_updates ** [12:07:26 2020-06-13] 178: Checking gears ** [12:07:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:07:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:31 2020-06-13] 178: Checking imports ** [12:07:31 2020-06-13] 178: Checking exports ** [12:07:31 2020-06-13] 178: Checking users ** [12:07:31 2020-06-13] 178: Checking user_dbs ** [12:07:31 2020-06-13] 178: Checking geocodings ** [12:07:31 2020-06-13] 178: Checking synchronizations ** [12:07:31 2020-06-13] 178: Checking tracker ** [12:07:31 2020-06-13] 178: Checking user_migrations ** [12:07:31 2020-06-13] 178: Checking batch_updates ** [12:07:31 2020-06-13] 178: Checking gears ** [12:07:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:07:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:36 2020-06-13] 178: Checking imports ** [12:07:36 2020-06-13] 178: Checking exports ** [12:07:36 2020-06-13] 178: Checking users ** [12:07:36 2020-06-13] 178: Checking user_dbs ** [12:07:36 2020-06-13] 178: Checking geocodings ** [12:07:36 2020-06-13] 178: Checking synchronizations ** [12:07:36 2020-06-13] 178: Checking tracker ** [12:07:36 2020-06-13] 178: Checking user_migrations ** [12:07:36 2020-06-13] 178: Checking batch_updates ** [12:07:36 2020-06-13] 178: Checking gears ** [12:07:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:07:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:41 2020-06-13] 178: Checking imports ** [12:07:41 2020-06-13] 178: Checking exports ** [12:07:41 2020-06-13] 178: Checking users ** [12:07:41 2020-06-13] 178: Checking user_dbs ** [12:07:41 2020-06-13] 178: Checking geocodings ** [12:07:41 2020-06-13] 178: Checking synchronizations ** [12:07:41 2020-06-13] 178: Checking tracker ** [12:07:41 2020-06-13] 178: Checking user_migrations ** [12:07:41 2020-06-13] 178: Checking batch_updates ** [12:07:41 2020-06-13] 178: Checking gears ** [12:07:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:07:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:46 2020-06-13] 178: Checking imports ** [12:07:46 2020-06-13] 178: Checking exports ** [12:07:46 2020-06-13] 178: Checking users ** [12:07:46 2020-06-13] 178: Checking user_dbs ** [12:07:46 2020-06-13] 178: Checking geocodings ** [12:07:46 2020-06-13] 178: Checking synchronizations ** [12:07:46 2020-06-13] 178: Checking tracker ** [12:07:46 2020-06-13] 178: Checking user_migrations ** [12:07:46 2020-06-13] 178: Checking batch_updates ** [12:07:46 2020-06-13] 178: Checking gears ** [12:07:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:07:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:51 2020-06-13] 178: Checking imports ** [12:07:51 2020-06-13] 178: Checking exports ** [12:07:51 2020-06-13] 178: Checking users ** [12:07:51 2020-06-13] 178: Checking user_dbs ** [12:07:51 2020-06-13] 178: Checking geocodings ** [12:07:51 2020-06-13] 178: Checking synchronizations ** [12:07:51 2020-06-13] 178: Checking tracker ** [12:07:51 2020-06-13] 178: Checking user_migrations ** [12:07:51 2020-06-13] 178: Checking batch_updates ** [12:07:51 2020-06-13] 178: Checking gears ** [12:07:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:07:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:56 2020-06-13] 178: Checking imports ** [12:07:56 2020-06-13] 178: Checking exports ** [12:07:56 2020-06-13] 178: Checking users ** [12:07:56 2020-06-13] 178: Checking user_dbs ** [12:07:56 2020-06-13] 178: Checking geocodings ** [12:07:56 2020-06-13] 178: Checking synchronizations ** [12:07:56 2020-06-13] 178: Checking tracker ** [12:07:56 2020-06-13] 178: Checking user_migrations ** [12:07:56 2020-06-13] 178: Checking batch_updates ** [12:07:56 2020-06-13] 178: Checking gears ** [12:07:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:07:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:01 2020-06-13] 178: Checking imports ** [12:08:01 2020-06-13] 178: Checking exports ** [12:08:01 2020-06-13] 178: Checking users ** [12:08:01 2020-06-13] 178: Checking user_dbs ** [12:08:01 2020-06-13] 178: Checking geocodings ** [12:08:01 2020-06-13] 178: Checking synchronizations ** [12:08:01 2020-06-13] 178: Checking tracker ** [12:08:01 2020-06-13] 178: Checking user_migrations ** [12:08:01 2020-06-13] 178: Checking batch_updates ** [12:08:01 2020-06-13] 178: Checking gears ** [12:08:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:08:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:06 2020-06-13] 178: Checking imports ** [12:08:06 2020-06-13] 178: Checking exports ** [12:08:06 2020-06-13] 178: Checking users ** [12:08:06 2020-06-13] 178: Checking user_dbs ** [12:08:06 2020-06-13] 178: Checking geocodings ** [12:08:06 2020-06-13] 178: Checking synchronizations ** [12:08:06 2020-06-13] 178: Checking tracker ** [12:08:06 2020-06-13] 178: Checking user_migrations ** [12:08:06 2020-06-13] 178: Checking batch_updates ** [12:08:06 2020-06-13] 178: Checking gears ** [12:08:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:08:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:11 2020-06-13] 178: Checking imports ** [12:08:11 2020-06-13] 178: Checking exports ** [12:08:11 2020-06-13] 178: Checking users ** [12:08:11 2020-06-13] 178: Checking user_dbs ** [12:08:11 2020-06-13] 178: Checking geocodings ** [12:08:11 2020-06-13] 178: Checking synchronizations ** [12:08:11 2020-06-13] 178: Checking tracker ** [12:08:11 2020-06-13] 178: Checking user_migrations ** [12:08:11 2020-06-13] 178: Checking batch_updates ** [12:08:11 2020-06-13] 178: Checking gears ** [12:08:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:08:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:16 2020-06-13] 178: Checking imports ** [12:08:16 2020-06-13] 178: Checking exports ** [12:08:16 2020-06-13] 178: Checking users ** [12:08:16 2020-06-13] 178: Checking user_dbs ** [12:08:16 2020-06-13] 178: Checking geocodings ** [12:08:16 2020-06-13] 178: Checking synchronizations ** [12:08:16 2020-06-13] 178: Checking tracker ** [12:08:16 2020-06-13] 178: Checking user_migrations ** [12:08:16 2020-06-13] 178: Checking batch_updates ** [12:08:16 2020-06-13] 178: Checking gears ** [12:08:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:08:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:21 2020-06-13] 178: Checking imports ** [12:08:21 2020-06-13] 178: Checking exports ** [12:08:21 2020-06-13] 178: Checking users ** [12:08:21 2020-06-13] 178: Checking user_dbs ** [12:08:21 2020-06-13] 178: Checking geocodings ** [12:08:21 2020-06-13] 178: Checking synchronizations ** [12:08:21 2020-06-13] 178: Checking tracker ** [12:08:21 2020-06-13] 178: Checking user_migrations ** [12:08:21 2020-06-13] 178: Checking batch_updates ** [12:08:21 2020-06-13] 178: Checking gears ** [12:08:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:08:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:26 2020-06-13] 178: Checking imports ** [12:08:26 2020-06-13] 178: Checking exports ** [12:08:26 2020-06-13] 178: Checking users ** [12:08:26 2020-06-13] 178: Checking user_dbs ** [12:08:26 2020-06-13] 178: Checking geocodings ** [12:08:26 2020-06-13] 178: Checking synchronizations ** [12:08:26 2020-06-13] 178: Checking tracker ** [12:08:26 2020-06-13] 178: Checking user_migrations ** [12:08:26 2020-06-13] 178: Checking batch_updates ** [12:08:26 2020-06-13] 178: Checking gears ** [12:08:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:08:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:31 2020-06-13] 178: Checking imports ** [12:08:31 2020-06-13] 178: Checking exports ** [12:08:31 2020-06-13] 178: Checking users ** [12:08:31 2020-06-13] 178: Checking user_dbs ** [12:08:31 2020-06-13] 178: Checking geocodings ** [12:08:31 2020-06-13] 178: Checking synchronizations ** [12:08:31 2020-06-13] 178: Checking tracker ** [12:08:31 2020-06-13] 178: Checking user_migrations ** [12:08:31 2020-06-13] 178: Checking batch_updates ** [12:08:31 2020-06-13] 178: Checking gears ** [12:08:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:08:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:36 2020-06-13] 178: Checking imports ** [12:08:36 2020-06-13] 178: Checking exports ** [12:08:36 2020-06-13] 178: Checking users ** [12:08:36 2020-06-13] 178: Checking user_dbs ** [12:08:36 2020-06-13] 178: Checking geocodings ** [12:08:36 2020-06-13] 178: Checking synchronizations ** [12:08:36 2020-06-13] 178: Checking tracker ** [12:08:36 2020-06-13] 178: Checking user_migrations ** [12:08:36 2020-06-13] 178: Checking batch_updates ** [12:08:36 2020-06-13] 178: Checking gears ** [12:08:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:08:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:41 2020-06-13] 178: Checking imports ** [12:08:41 2020-06-13] 178: Checking exports ** [12:08:41 2020-06-13] 178: Checking users ** [12:08:41 2020-06-13] 178: Checking user_dbs ** [12:08:41 2020-06-13] 178: Checking geocodings ** [12:08:41 2020-06-13] 178: Checking synchronizations ** [12:08:41 2020-06-13] 178: Checking tracker ** [12:08:41 2020-06-13] 178: Checking user_migrations ** [12:08:41 2020-06-13] 178: Checking batch_updates ** [12:08:41 2020-06-13] 178: Checking gears ** [12:08:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:08:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:46 2020-06-13] 178: Checking imports ** [12:08:46 2020-06-13] 178: Checking exports ** [12:08:46 2020-06-13] 178: Checking users ** [12:08:46 2020-06-13] 178: Checking user_dbs ** [12:08:46 2020-06-13] 178: Checking geocodings ** [12:08:46 2020-06-13] 178: Checking synchronizations ** [12:08:46 2020-06-13] 178: Checking tracker ** [12:08:46 2020-06-13] 178: Checking user_migrations ** [12:08:46 2020-06-13] 178: Checking batch_updates ** [12:08:46 2020-06-13] 178: Checking gears ** [12:08:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:08:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:51 2020-06-13] 178: Checking imports ** [12:08:51 2020-06-13] 178: Checking exports ** [12:08:51 2020-06-13] 178: Checking users ** [12:08:51 2020-06-13] 178: Checking user_dbs ** [12:08:51 2020-06-13] 178: Checking geocodings ** [12:08:51 2020-06-13] 178: Checking synchronizations ** [12:08:51 2020-06-13] 178: Checking tracker ** [12:08:51 2020-06-13] 178: Checking user_migrations ** [12:08:51 2020-06-13] 178: Checking batch_updates ** [12:08:51 2020-06-13] 178: Checking gears ** [12:08:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:08:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:56 2020-06-13] 178: Checking imports ** [12:08:56 2020-06-13] 178: Checking exports ** [12:08:56 2020-06-13] 178: Checking users ** [12:08:56 2020-06-13] 178: Checking user_dbs ** [12:08:56 2020-06-13] 178: Checking geocodings ** [12:08:56 2020-06-13] 178: Checking synchronizations ** [12:08:56 2020-06-13] 178: Checking tracker ** [12:08:56 2020-06-13] 178: Checking user_migrations ** [12:08:56 2020-06-13] 178: Checking batch_updates ** [12:08:56 2020-06-13] 178: Checking gears ** [12:08:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:08:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:01 2020-06-13] 178: Checking imports ** [12:09:01 2020-06-13] 178: Checking exports ** [12:09:01 2020-06-13] 178: Checking users ** [12:09:01 2020-06-13] 178: Checking user_dbs ** [12:09:01 2020-06-13] 178: Checking geocodings ** [12:09:01 2020-06-13] 178: Checking synchronizations ** [12:09:01 2020-06-13] 178: Checking tracker ** [12:09:01 2020-06-13] 178: Checking user_migrations ** [12:09:01 2020-06-13] 178: Checking batch_updates ** [12:09:01 2020-06-13] 178: Checking gears ** [12:09:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:09:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:06 2020-06-13] 178: Checking imports ** [12:09:06 2020-06-13] 178: Checking exports ** [12:09:06 2020-06-13] 178: Checking users ** [12:09:06 2020-06-13] 178: Checking user_dbs ** [12:09:06 2020-06-13] 178: Checking geocodings ** [12:09:06 2020-06-13] 178: Checking synchronizations ** [12:09:06 2020-06-13] 178: Checking tracker ** [12:09:06 2020-06-13] 178: Checking user_migrations ** [12:09:06 2020-06-13] 178: Checking batch_updates ** [12:09:06 2020-06-13] 178: Checking gears ** [12:09:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:09:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:11 2020-06-13] 178: Checking imports ** [12:09:11 2020-06-13] 178: Checking exports ** [12:09:11 2020-06-13] 178: Checking users ** [12:09:11 2020-06-13] 178: Checking user_dbs ** [12:09:11 2020-06-13] 178: Checking geocodings ** [12:09:11 2020-06-13] 178: Checking synchronizations ** [12:09:11 2020-06-13] 178: Checking tracker ** [12:09:11 2020-06-13] 178: Checking user_migrations ** [12:09:11 2020-06-13] 178: Checking batch_updates ** [12:09:11 2020-06-13] 178: Checking gears ** [12:09:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:09:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:16 2020-06-13] 178: Checking imports ** [12:09:16 2020-06-13] 178: Checking exports ** [12:09:16 2020-06-13] 178: Checking users ** [12:09:16 2020-06-13] 178: Checking user_dbs ** [12:09:16 2020-06-13] 178: Checking geocodings ** [12:09:16 2020-06-13] 178: Checking synchronizations ** [12:09:16 2020-06-13] 178: Checking tracker ** [12:09:16 2020-06-13] 178: Checking user_migrations ** [12:09:16 2020-06-13] 178: Checking batch_updates ** [12:09:16 2020-06-13] 178: Checking gears ** [12:09:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:09:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:21 2020-06-13] 178: Checking imports ** [12:09:21 2020-06-13] 178: Checking exports ** [12:09:21 2020-06-13] 178: Checking users ** [12:09:21 2020-06-13] 178: Checking user_dbs ** [12:09:21 2020-06-13] 178: Checking geocodings ** [12:09:21 2020-06-13] 178: Checking synchronizations ** [12:09:21 2020-06-13] 178: Checking tracker ** [12:09:21 2020-06-13] 178: Checking user_migrations ** [12:09:21 2020-06-13] 178: Checking batch_updates ** [12:09:21 2020-06-13] 178: Checking gears ** [12:09:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:09:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:26 2020-06-13] 178: Checking imports ** [12:09:26 2020-06-13] 178: Checking exports ** [12:09:26 2020-06-13] 178: Checking users ** [12:09:26 2020-06-13] 178: Checking user_dbs ** [12:09:26 2020-06-13] 178: Checking geocodings ** [12:09:26 2020-06-13] 178: Checking synchronizations ** [12:09:26 2020-06-13] 178: Checking tracker ** [12:09:26 2020-06-13] 178: Checking user_migrations ** [12:09:26 2020-06-13] 178: Checking batch_updates ** [12:09:26 2020-06-13] 178: Checking gears ** [12:09:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:09:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:31 2020-06-13] 178: Checking imports ** [12:09:31 2020-06-13] 178: Checking exports ** [12:09:31 2020-06-13] 178: Checking users ** [12:09:31 2020-06-13] 178: Checking user_dbs ** [12:09:31 2020-06-13] 178: Checking geocodings ** [12:09:31 2020-06-13] 178: Checking synchronizations ** [12:09:31 2020-06-13] 178: Checking tracker ** [12:09:31 2020-06-13] 178: Checking user_migrations ** [12:09:31 2020-06-13] 178: Checking batch_updates ** [12:09:31 2020-06-13] 178: Checking gears ** [12:09:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:09:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:36 2020-06-13] 178: Checking imports ** [12:09:36 2020-06-13] 178: Checking exports ** [12:09:36 2020-06-13] 178: Checking users ** [12:09:36 2020-06-13] 178: Checking user_dbs ** [12:09:36 2020-06-13] 178: Checking geocodings ** [12:09:36 2020-06-13] 178: Checking synchronizations ** [12:09:36 2020-06-13] 178: Checking tracker ** [12:09:36 2020-06-13] 178: Checking user_migrations ** [12:09:36 2020-06-13] 178: Checking batch_updates ** [12:09:36 2020-06-13] 178: Checking gears ** [12:09:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:09:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:41 2020-06-13] 178: Checking imports ** [12:09:41 2020-06-13] 178: Checking exports ** [12:09:41 2020-06-13] 178: Checking users ** [12:09:41 2020-06-13] 178: Checking user_dbs ** [12:09:41 2020-06-13] 178: Checking geocodings ** [12:09:41 2020-06-13] 178: Checking synchronizations ** [12:09:41 2020-06-13] 178: Checking tracker ** [12:09:41 2020-06-13] 178: Checking user_migrations ** [12:09:41 2020-06-13] 178: Checking batch_updates ** [12:09:41 2020-06-13] 178: Checking gears ** [12:09:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:09:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:46 2020-06-13] 178: Checking imports ** [12:09:46 2020-06-13] 178: Checking exports ** [12:09:46 2020-06-13] 178: Checking users ** [12:09:46 2020-06-13] 178: Checking user_dbs ** [12:09:46 2020-06-13] 178: Checking geocodings ** [12:09:46 2020-06-13] 178: Checking synchronizations ** [12:09:46 2020-06-13] 178: Checking tracker ** [12:09:46 2020-06-13] 178: Checking user_migrations ** [12:09:46 2020-06-13] 178: Checking batch_updates ** [12:09:46 2020-06-13] 178: Checking gears ** [12:09:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:09:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:51 2020-06-13] 178: Checking imports ** [12:09:51 2020-06-13] 178: Checking exports ** [12:09:51 2020-06-13] 178: Checking users ** [12:09:51 2020-06-13] 178: Checking user_dbs ** [12:09:51 2020-06-13] 178: Checking geocodings ** [12:09:51 2020-06-13] 178: Checking synchronizations ** [12:09:51 2020-06-13] 178: Checking tracker ** [12:09:51 2020-06-13] 178: Checking user_migrations ** [12:09:51 2020-06-13] 178: Checking batch_updates ** [12:09:51 2020-06-13] 178: Checking gears ** [12:09:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:09:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:56 2020-06-13] 178: Checking imports ** [12:09:56 2020-06-13] 178: Checking exports ** [12:09:56 2020-06-13] 178: Checking users ** [12:09:56 2020-06-13] 178: Checking user_dbs ** [12:09:56 2020-06-13] 178: Checking geocodings ** [12:09:56 2020-06-13] 178: Checking synchronizations ** [12:09:56 2020-06-13] 178: Checking tracker ** [12:09:56 2020-06-13] 178: Checking user_migrations ** [12:09:56 2020-06-13] 178: Checking batch_updates ** [12:09:56 2020-06-13] 178: Checking gears ** [12:09:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:09:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:01 2020-06-13] 178: Checking imports ** [12:10:01 2020-06-13] 178: Checking exports ** [12:10:01 2020-06-13] 178: Checking users ** [12:10:01 2020-06-13] 178: Checking user_dbs ** [12:10:01 2020-06-13] 178: Checking geocodings ** [12:10:01 2020-06-13] 178: Checking synchronizations ** [12:10:01 2020-06-13] 178: Checking tracker ** [12:10:01 2020-06-13] 178: Checking user_migrations ** [12:10:01 2020-06-13] 178: Checking batch_updates ** [12:10:01 2020-06-13] 178: Checking gears ** [12:10:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:10:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:06 2020-06-13] 178: Checking imports ** [12:10:06 2020-06-13] 178: Checking exports ** [12:10:06 2020-06-13] 178: Checking users ** [12:10:06 2020-06-13] 178: Checking user_dbs ** [12:10:06 2020-06-13] 178: Checking geocodings ** [12:10:06 2020-06-13] 178: Checking synchronizations ** [12:10:06 2020-06-13] 178: Checking tracker ** [12:10:06 2020-06-13] 178: Checking user_migrations ** [12:10:06 2020-06-13] 178: Checking batch_updates ** [12:10:06 2020-06-13] 178: Checking gears ** [12:10:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:10:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:11 2020-06-13] 178: Checking imports ** [12:10:11 2020-06-13] 178: Checking exports ** [12:10:11 2020-06-13] 178: Checking users ** [12:10:11 2020-06-13] 178: Checking user_dbs ** [12:10:11 2020-06-13] 178: Checking geocodings ** [12:10:11 2020-06-13] 178: Checking synchronizations ** [12:10:11 2020-06-13] 178: Checking tracker ** [12:10:11 2020-06-13] 178: Checking user_migrations ** [12:10:11 2020-06-13] 178: Checking batch_updates ** [12:10:11 2020-06-13] 178: Checking gears ** [12:10:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:10:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:16 2020-06-13] 178: Checking imports ** [12:10:16 2020-06-13] 178: Checking exports ** [12:10:16 2020-06-13] 178: Checking users ** [12:10:16 2020-06-13] 178: Checking user_dbs ** [12:10:16 2020-06-13] 178: Checking geocodings ** [12:10:16 2020-06-13] 178: Checking synchronizations ** [12:10:16 2020-06-13] 178: Checking tracker ** [12:10:16 2020-06-13] 178: Checking user_migrations ** [12:10:16 2020-06-13] 178: Checking batch_updates ** [12:10:16 2020-06-13] 178: Checking gears ** [12:10:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:10:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:21 2020-06-13] 178: Checking imports ** [12:10:21 2020-06-13] 178: Checking exports ** [12:10:21 2020-06-13] 178: Checking users ** [12:10:21 2020-06-13] 178: Checking user_dbs ** [12:10:21 2020-06-13] 178: Checking geocodings ** [12:10:21 2020-06-13] 178: Checking synchronizations ** [12:10:21 2020-06-13] 178: Checking tracker ** [12:10:21 2020-06-13] 178: Checking user_migrations ** [12:10:21 2020-06-13] 178: Checking batch_updates ** [12:10:21 2020-06-13] 178: Checking gears ** [12:10:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:10:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:26 2020-06-13] 178: Checking imports ** [12:10:26 2020-06-13] 178: Checking exports ** [12:10:26 2020-06-13] 178: Checking users ** [12:10:26 2020-06-13] 178: Checking user_dbs ** [12:10:26 2020-06-13] 178: Checking geocodings ** [12:10:26 2020-06-13] 178: Checking synchronizations ** [12:10:26 2020-06-13] 178: Checking tracker ** [12:10:26 2020-06-13] 178: Checking user_migrations ** [12:10:26 2020-06-13] 178: Checking batch_updates ** [12:10:26 2020-06-13] 178: Checking gears ** [12:10:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:10:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:31 2020-06-13] 178: Checking imports ** [12:10:31 2020-06-13] 178: Checking exports ** [12:10:31 2020-06-13] 178: Checking users ** [12:10:31 2020-06-13] 178: Checking user_dbs ** [12:10:31 2020-06-13] 178: Checking geocodings ** [12:10:31 2020-06-13] 178: Checking synchronizations ** [12:10:31 2020-06-13] 178: Checking tracker ** [12:10:31 2020-06-13] 178: Checking user_migrations ** [12:10:31 2020-06-13] 178: Checking batch_updates ** [12:10:31 2020-06-13] 178: Checking gears ** [12:10:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:10:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:36 2020-06-13] 178: Checking imports ** [12:10:36 2020-06-13] 178: Checking exports ** [12:10:36 2020-06-13] 178: Checking users ** [12:10:36 2020-06-13] 178: Checking user_dbs ** [12:10:36 2020-06-13] 178: Checking geocodings ** [12:10:36 2020-06-13] 178: Checking synchronizations ** [12:10:36 2020-06-13] 178: Checking tracker ** [12:10:36 2020-06-13] 178: Checking user_migrations ** [12:10:36 2020-06-13] 178: Checking batch_updates ** [12:10:36 2020-06-13] 178: Checking gears ** [12:10:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:10:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:41 2020-06-13] 178: Checking imports ** [12:10:41 2020-06-13] 178: Checking exports ** [12:10:41 2020-06-13] 178: Checking users ** [12:10:41 2020-06-13] 178: Checking user_dbs ** [12:10:41 2020-06-13] 178: Checking geocodings ** [12:10:41 2020-06-13] 178: Checking synchronizations ** [12:10:41 2020-06-13] 178: Checking tracker ** [12:10:41 2020-06-13] 178: Checking user_migrations ** [12:10:41 2020-06-13] 178: Checking batch_updates ** [12:10:41 2020-06-13] 178: Checking gears ** [12:10:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:10:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:46 2020-06-13] 178: Checking imports ** [12:10:46 2020-06-13] 178: Checking exports ** [12:10:46 2020-06-13] 178: Checking users ** [12:10:46 2020-06-13] 178: Checking user_dbs ** [12:10:46 2020-06-13] 178: Checking geocodings ** [12:10:46 2020-06-13] 178: Checking synchronizations ** [12:10:46 2020-06-13] 178: Checking tracker ** [12:10:46 2020-06-13] 178: Checking user_migrations ** [12:10:46 2020-06-13] 178: Checking batch_updates ** [12:10:46 2020-06-13] 178: Checking gears ** [12:10:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:10:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:51 2020-06-13] 178: Checking imports ** [12:10:51 2020-06-13] 178: Checking exports ** [12:10:51 2020-06-13] 178: Checking users ** [12:10:51 2020-06-13] 178: Checking user_dbs ** [12:10:51 2020-06-13] 178: Checking geocodings ** [12:10:51 2020-06-13] 178: Checking synchronizations ** [12:10:51 2020-06-13] 178: Checking tracker ** [12:10:51 2020-06-13] 178: Checking user_migrations ** [12:10:51 2020-06-13] 178: Checking batch_updates ** [12:10:51 2020-06-13] 178: Checking gears ** [12:10:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:10:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:56 2020-06-13] 178: Checking imports ** [12:10:56 2020-06-13] 178: Checking exports ** [12:10:56 2020-06-13] 178: Checking users ** [12:10:56 2020-06-13] 178: Checking user_dbs ** [12:10:56 2020-06-13] 178: Checking geocodings ** [12:10:56 2020-06-13] 178: Checking synchronizations ** [12:10:56 2020-06-13] 178: Checking tracker ** [12:10:56 2020-06-13] 178: Checking user_migrations ** [12:10:56 2020-06-13] 178: Checking batch_updates ** [12:10:56 2020-06-13] 178: Checking gears ** [12:10:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:10:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:01 2020-06-13] 178: Checking imports ** [12:11:01 2020-06-13] 178: Checking exports ** [12:11:01 2020-06-13] 178: Checking users ** [12:11:01 2020-06-13] 178: Checking user_dbs ** [12:11:01 2020-06-13] 178: Checking geocodings ** [12:11:01 2020-06-13] 178: Checking synchronizations ** [12:11:01 2020-06-13] 178: Checking tracker ** [12:11:01 2020-06-13] 178: Checking user_migrations ** [12:11:01 2020-06-13] 178: Checking batch_updates ** [12:11:01 2020-06-13] 178: Checking gears ** [12:11:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:11:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:06 2020-06-13] 178: Checking imports ** [12:11:06 2020-06-13] 178: Checking exports ** [12:11:06 2020-06-13] 178: Checking users ** [12:11:06 2020-06-13] 178: Checking user_dbs ** [12:11:06 2020-06-13] 178: Checking geocodings ** [12:11:06 2020-06-13] 178: Checking synchronizations ** [12:11:06 2020-06-13] 178: Checking tracker ** [12:11:06 2020-06-13] 178: Checking user_migrations ** [12:11:06 2020-06-13] 178: Checking batch_updates ** [12:11:06 2020-06-13] 178: Checking gears ** [12:11:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:11:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:11 2020-06-13] 178: Checking imports ** [12:11:11 2020-06-13] 178: Checking exports ** [12:11:11 2020-06-13] 178: Checking users ** [12:11:11 2020-06-13] 178: Checking user_dbs ** [12:11:11 2020-06-13] 178: Checking geocodings ** [12:11:11 2020-06-13] 178: Checking synchronizations ** [12:11:11 2020-06-13] 178: Checking tracker ** [12:11:11 2020-06-13] 178: Checking user_migrations ** [12:11:11 2020-06-13] 178: Checking batch_updates ** [12:11:11 2020-06-13] 178: Checking gears ** [12:11:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:11:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:16 2020-06-13] 178: Checking imports ** [12:11:16 2020-06-13] 178: Checking exports ** [12:11:16 2020-06-13] 178: Checking users ** [12:11:16 2020-06-13] 178: Checking user_dbs ** [12:11:16 2020-06-13] 178: Checking geocodings ** [12:11:16 2020-06-13] 178: Checking synchronizations ** [12:11:16 2020-06-13] 178: Checking tracker ** [12:11:16 2020-06-13] 178: Checking user_migrations ** [12:11:16 2020-06-13] 178: Checking batch_updates ** [12:11:16 2020-06-13] 178: Checking gears ** [12:11:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:11:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:21 2020-06-13] 178: Checking imports ** [12:11:21 2020-06-13] 178: Checking exports ** [12:11:21 2020-06-13] 178: Checking users ** [12:11:21 2020-06-13] 178: Checking user_dbs ** [12:11:21 2020-06-13] 178: Checking geocodings ** [12:11:21 2020-06-13] 178: Checking synchronizations ** [12:11:21 2020-06-13] 178: Checking tracker ** [12:11:21 2020-06-13] 178: Checking user_migrations ** [12:11:21 2020-06-13] 178: Checking batch_updates ** [12:11:21 2020-06-13] 178: Checking gears ** [12:11:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:11:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:26 2020-06-13] 178: Checking imports ** [12:11:26 2020-06-13] 178: Checking exports ** [12:11:26 2020-06-13] 178: Checking users ** [12:11:26 2020-06-13] 178: Checking user_dbs ** [12:11:26 2020-06-13] 178: Checking geocodings ** [12:11:26 2020-06-13] 178: Checking synchronizations ** [12:11:26 2020-06-13] 178: Checking tracker ** [12:11:26 2020-06-13] 178: Checking user_migrations ** [12:11:26 2020-06-13] 178: Checking batch_updates ** [12:11:26 2020-06-13] 178: Checking gears ** [12:11:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:11:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:31 2020-06-13] 178: Checking imports ** [12:11:31 2020-06-13] 178: Checking exports ** [12:11:31 2020-06-13] 178: Checking users ** [12:11:31 2020-06-13] 178: Checking user_dbs ** [12:11:31 2020-06-13] 178: Checking geocodings ** [12:11:31 2020-06-13] 178: Checking synchronizations ** [12:11:31 2020-06-13] 178: Checking tracker ** [12:11:31 2020-06-13] 178: Checking user_migrations ** [12:11:31 2020-06-13] 178: Checking batch_updates ** [12:11:31 2020-06-13] 178: Checking gears ** [12:11:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:11:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:36 2020-06-13] 178: Checking imports ** [12:11:36 2020-06-13] 178: Checking exports ** [12:11:36 2020-06-13] 178: Checking users ** [12:11:36 2020-06-13] 178: Checking user_dbs ** [12:11:36 2020-06-13] 178: Checking geocodings ** [12:11:36 2020-06-13] 178: Checking synchronizations ** [12:11:36 2020-06-13] 178: Checking tracker ** [12:11:36 2020-06-13] 178: Checking user_migrations ** [12:11:36 2020-06-13] 178: Checking batch_updates ** [12:11:36 2020-06-13] 178: Checking gears ** [12:11:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:11:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:41 2020-06-13] 178: Checking imports ** [12:11:41 2020-06-13] 178: Checking exports ** [12:11:41 2020-06-13] 178: Checking users ** [12:11:41 2020-06-13] 178: Checking user_dbs ** [12:11:41 2020-06-13] 178: Checking geocodings ** [12:11:41 2020-06-13] 178: Checking synchronizations ** [12:11:41 2020-06-13] 178: Checking tracker ** [12:11:41 2020-06-13] 178: Checking user_migrations ** [12:11:41 2020-06-13] 178: Checking batch_updates ** [12:11:41 2020-06-13] 178: Checking gears ** [12:11:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:11:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:46 2020-06-13] 178: Checking imports ** [12:11:46 2020-06-13] 178: Checking exports ** [12:11:46 2020-06-13] 178: Checking users ** [12:11:46 2020-06-13] 178: Checking user_dbs ** [12:11:46 2020-06-13] 178: Checking geocodings ** [12:11:46 2020-06-13] 178: Checking synchronizations ** [12:11:46 2020-06-13] 178: Checking tracker ** [12:11:46 2020-06-13] 178: Checking user_migrations ** [12:11:46 2020-06-13] 178: Checking batch_updates ** [12:11:46 2020-06-13] 178: Checking gears ** [12:11:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:11:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:51 2020-06-13] 178: Checking imports ** [12:11:51 2020-06-13] 178: Checking exports ** [12:11:51 2020-06-13] 178: Checking users ** [12:11:51 2020-06-13] 178: Checking user_dbs ** [12:11:51 2020-06-13] 178: Checking geocodings ** [12:11:51 2020-06-13] 178: Checking synchronizations ** [12:11:51 2020-06-13] 178: Checking tracker ** [12:11:51 2020-06-13] 178: Checking user_migrations ** [12:11:51 2020-06-13] 178: Checking batch_updates ** [12:11:51 2020-06-13] 178: Checking gears ** [12:11:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:11:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:56 2020-06-13] 178: Checking imports ** [12:11:56 2020-06-13] 178: Checking exports ** [12:11:56 2020-06-13] 178: Checking users ** [12:11:56 2020-06-13] 178: Checking user_dbs ** [12:11:56 2020-06-13] 178: Checking geocodings ** [12:11:56 2020-06-13] 178: Checking synchronizations ** [12:11:56 2020-06-13] 178: Checking tracker ** [12:11:56 2020-06-13] 178: Checking user_migrations ** [12:11:56 2020-06-13] 178: Checking batch_updates ** [12:11:56 2020-06-13] 178: Checking gears ** [12:11:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:11:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:01 2020-06-13] 178: Checking imports ** [12:12:01 2020-06-13] 178: Checking exports ** [12:12:01 2020-06-13] 178: Checking users ** [12:12:01 2020-06-13] 178: Checking user_dbs ** [12:12:01 2020-06-13] 178: Checking geocodings ** [12:12:01 2020-06-13] 178: Checking synchronizations ** [12:12:01 2020-06-13] 178: Checking tracker ** [12:12:01 2020-06-13] 178: Checking user_migrations ** [12:12:01 2020-06-13] 178: Checking batch_updates ** [12:12:01 2020-06-13] 178: Checking gears ** [12:12:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:12:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:06 2020-06-13] 178: Checking imports ** [12:12:06 2020-06-13] 178: Checking exports ** [12:12:06 2020-06-13] 178: Checking users ** [12:12:06 2020-06-13] 178: Checking user_dbs ** [12:12:06 2020-06-13] 178: Checking geocodings ** [12:12:06 2020-06-13] 178: Checking synchronizations ** [12:12:06 2020-06-13] 178: Checking tracker ** [12:12:06 2020-06-13] 178: Checking user_migrations ** [12:12:06 2020-06-13] 178: Checking batch_updates ** [12:12:06 2020-06-13] 178: Checking gears ** [12:12:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:12:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:11 2020-06-13] 178: Checking imports ** [12:12:11 2020-06-13] 178: Checking exports ** [12:12:11 2020-06-13] 178: Checking users ** [12:12:11 2020-06-13] 178: Checking user_dbs ** [12:12:11 2020-06-13] 178: Checking geocodings ** [12:12:11 2020-06-13] 178: Checking synchronizations ** [12:12:11 2020-06-13] 178: Checking tracker ** [12:12:11 2020-06-13] 178: Checking user_migrations ** [12:12:11 2020-06-13] 178: Checking batch_updates ** [12:12:11 2020-06-13] 178: Checking gears ** [12:12:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:12:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:16 2020-06-13] 178: Checking imports ** [12:12:16 2020-06-13] 178: Checking exports ** [12:12:16 2020-06-13] 178: Checking users ** [12:12:16 2020-06-13] 178: Checking user_dbs ** [12:12:16 2020-06-13] 178: Checking geocodings ** [12:12:16 2020-06-13] 178: Checking synchronizations ** [12:12:16 2020-06-13] 178: Checking tracker ** [12:12:16 2020-06-13] 178: Checking user_migrations ** [12:12:16 2020-06-13] 178: Checking batch_updates ** [12:12:16 2020-06-13] 178: Checking gears ** [12:12:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:12:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:21 2020-06-13] 178: Checking imports ** [12:12:21 2020-06-13] 178: Checking exports ** [12:12:21 2020-06-13] 178: Checking users ** [12:12:21 2020-06-13] 178: Checking user_dbs ** [12:12:21 2020-06-13] 178: Checking geocodings ** [12:12:21 2020-06-13] 178: Checking synchronizations ** [12:12:21 2020-06-13] 178: Checking tracker ** [12:12:21 2020-06-13] 178: Checking user_migrations ** [12:12:21 2020-06-13] 178: Checking batch_updates ** [12:12:21 2020-06-13] 178: Checking gears ** [12:12:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:12:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:26 2020-06-13] 178: Checking imports ** [12:12:26 2020-06-13] 178: Checking exports ** [12:12:26 2020-06-13] 178: Checking users ** [12:12:26 2020-06-13] 178: Checking user_dbs ** [12:12:26 2020-06-13] 178: Checking geocodings ** [12:12:26 2020-06-13] 178: Checking synchronizations ** [12:12:26 2020-06-13] 178: Checking tracker ** [12:12:26 2020-06-13] 178: Checking user_migrations ** [12:12:26 2020-06-13] 178: Checking batch_updates ** [12:12:26 2020-06-13] 178: Checking gears ** [12:12:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:12:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:31 2020-06-13] 178: Checking imports ** [12:12:31 2020-06-13] 178: Checking exports ** [12:12:31 2020-06-13] 178: Checking users ** [12:12:31 2020-06-13] 178: Checking user_dbs ** [12:12:31 2020-06-13] 178: Checking geocodings ** [12:12:31 2020-06-13] 178: Checking synchronizations ** [12:12:31 2020-06-13] 178: Checking tracker ** [12:12:31 2020-06-13] 178: Checking user_migrations ** [12:12:31 2020-06-13] 178: Checking batch_updates ** [12:12:31 2020-06-13] 178: Checking gears ** [12:12:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:12:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:36 2020-06-13] 178: Checking imports ** [12:12:36 2020-06-13] 178: Checking exports ** [12:12:36 2020-06-13] 178: Checking users ** [12:12:36 2020-06-13] 178: Checking user_dbs ** [12:12:36 2020-06-13] 178: Checking geocodings ** [12:12:36 2020-06-13] 178: Checking synchronizations ** [12:12:36 2020-06-13] 178: Checking tracker ** [12:12:36 2020-06-13] 178: Checking user_migrations ** [12:12:36 2020-06-13] 178: Checking batch_updates ** [12:12:36 2020-06-13] 178: Checking gears ** [12:12:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:12:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:41 2020-06-13] 178: Checking imports ** [12:12:41 2020-06-13] 178: Checking exports ** [12:12:41 2020-06-13] 178: Checking users ** [12:12:41 2020-06-13] 178: Checking user_dbs ** [12:12:41 2020-06-13] 178: Checking geocodings ** [12:12:41 2020-06-13] 178: Checking synchronizations ** [12:12:41 2020-06-13] 178: Checking tracker ** [12:12:41 2020-06-13] 178: Checking user_migrations ** [12:12:41 2020-06-13] 178: Checking batch_updates ** [12:12:41 2020-06-13] 178: Checking gears ** [12:12:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:12:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:46 2020-06-13] 178: Checking imports ** [12:12:46 2020-06-13] 178: Checking exports ** [12:12:46 2020-06-13] 178: Checking users ** [12:12:46 2020-06-13] 178: Checking user_dbs ** [12:12:46 2020-06-13] 178: Checking geocodings ** [12:12:46 2020-06-13] 178: Checking synchronizations ** [12:12:46 2020-06-13] 178: Checking tracker ** [12:12:46 2020-06-13] 178: Checking user_migrations ** [12:12:46 2020-06-13] 178: Checking batch_updates ** [12:12:46 2020-06-13] 178: Checking gears ** [12:12:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:12:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:51 2020-06-13] 178: Checking imports ** [12:12:51 2020-06-13] 178: Checking exports ** [12:12:51 2020-06-13] 178: Checking users ** [12:12:51 2020-06-13] 178: Checking user_dbs ** [12:12:51 2020-06-13] 178: Checking geocodings ** [12:12:51 2020-06-13] 178: Checking synchronizations ** [12:12:51 2020-06-13] 178: Checking tracker ** [12:12:51 2020-06-13] 178: Checking user_migrations ** [12:12:51 2020-06-13] 178: Checking batch_updates ** [12:12:51 2020-06-13] 178: Checking gears ** [12:12:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:12:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:56 2020-06-13] 178: Checking imports ** [12:12:56 2020-06-13] 178: Checking exports ** [12:12:56 2020-06-13] 178: Checking users ** [12:12:56 2020-06-13] 178: Checking user_dbs ** [12:12:56 2020-06-13] 178: Checking geocodings ** [12:12:56 2020-06-13] 178: Checking synchronizations ** [12:12:56 2020-06-13] 178: Checking tracker ** [12:12:56 2020-06-13] 178: Checking user_migrations ** [12:12:56 2020-06-13] 178: Checking batch_updates ** [12:12:56 2020-06-13] 178: Checking gears ** [12:12:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:12:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:01 2020-06-13] 178: Checking imports ** [12:13:01 2020-06-13] 178: Checking exports ** [12:13:01 2020-06-13] 178: Checking users ** [12:13:01 2020-06-13] 178: Checking user_dbs ** [12:13:01 2020-06-13] 178: Checking geocodings ** [12:13:01 2020-06-13] 178: Checking synchronizations ** [12:13:01 2020-06-13] 178: Checking tracker ** [12:13:01 2020-06-13] 178: Checking user_migrations ** [12:13:01 2020-06-13] 178: Checking batch_updates ** [12:13:01 2020-06-13] 178: Checking gears ** [12:13:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:13:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:06 2020-06-13] 178: Checking imports ** [12:13:06 2020-06-13] 178: Checking exports ** [12:13:06 2020-06-13] 178: Checking users ** [12:13:06 2020-06-13] 178: Checking user_dbs ** [12:13:06 2020-06-13] 178: Checking geocodings ** [12:13:06 2020-06-13] 178: Checking synchronizations ** [12:13:06 2020-06-13] 178: Checking tracker ** [12:13:06 2020-06-13] 178: Checking user_migrations ** [12:13:06 2020-06-13] 178: Checking batch_updates ** [12:13:06 2020-06-13] 178: Checking gears ** [12:13:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:13:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:11 2020-06-13] 178: Checking imports ** [12:13:11 2020-06-13] 178: Checking exports ** [12:13:11 2020-06-13] 178: Checking users ** [12:13:11 2020-06-13] 178: Checking user_dbs ** [12:13:11 2020-06-13] 178: Checking geocodings ** [12:13:11 2020-06-13] 178: Checking synchronizations ** [12:13:11 2020-06-13] 178: Checking tracker ** [12:13:11 2020-06-13] 178: Checking user_migrations ** [12:13:11 2020-06-13] 178: Checking batch_updates ** [12:13:11 2020-06-13] 178: Checking gears ** [12:13:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:13:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:16 2020-06-13] 178: Checking imports ** [12:13:16 2020-06-13] 178: Checking exports ** [12:13:16 2020-06-13] 178: Checking users ** [12:13:16 2020-06-13] 178: Checking user_dbs ** [12:13:16 2020-06-13] 178: Checking geocodings ** [12:13:16 2020-06-13] 178: Checking synchronizations ** [12:13:16 2020-06-13] 178: Checking tracker ** [12:13:16 2020-06-13] 178: Checking user_migrations ** [12:13:16 2020-06-13] 178: Checking batch_updates ** [12:13:16 2020-06-13] 178: Checking gears ** [12:13:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:13:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:21 2020-06-13] 178: Checking imports ** [12:13:21 2020-06-13] 178: Checking exports ** [12:13:21 2020-06-13] 178: Checking users ** [12:13:21 2020-06-13] 178: Checking user_dbs ** [12:13:21 2020-06-13] 178: Checking geocodings ** [12:13:21 2020-06-13] 178: Checking synchronizations ** [12:13:21 2020-06-13] 178: Checking tracker ** [12:13:21 2020-06-13] 178: Checking user_migrations ** [12:13:21 2020-06-13] 178: Checking batch_updates ** [12:13:21 2020-06-13] 178: Checking gears ** [12:13:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:13:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:26 2020-06-13] 178: Checking imports ** [12:13:26 2020-06-13] 178: Checking exports ** [12:13:26 2020-06-13] 178: Checking users ** [12:13:26 2020-06-13] 178: Checking user_dbs ** [12:13:26 2020-06-13] 178: Checking geocodings ** [12:13:26 2020-06-13] 178: Checking synchronizations ** [12:13:26 2020-06-13] 178: Checking tracker ** [12:13:26 2020-06-13] 178: Checking user_migrations ** [12:13:26 2020-06-13] 178: Checking batch_updates ** [12:13:26 2020-06-13] 178: Checking gears ** [12:13:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:13:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:31 2020-06-13] 178: Checking imports ** [12:13:31 2020-06-13] 178: Checking exports ** [12:13:31 2020-06-13] 178: Checking users ** [12:13:31 2020-06-13] 178: Checking user_dbs ** [12:13:31 2020-06-13] 178: Checking geocodings ** [12:13:31 2020-06-13] 178: Checking synchronizations ** [12:13:31 2020-06-13] 178: Checking tracker ** [12:13:31 2020-06-13] 178: Checking user_migrations ** [12:13:31 2020-06-13] 178: Checking batch_updates ** [12:13:31 2020-06-13] 178: Checking gears ** [12:13:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:13:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:36 2020-06-13] 178: Checking imports ** [12:13:36 2020-06-13] 178: Checking exports ** [12:13:36 2020-06-13] 178: Checking users ** [12:13:36 2020-06-13] 178: Checking user_dbs ** [12:13:36 2020-06-13] 178: Checking geocodings ** [12:13:36 2020-06-13] 178: Checking synchronizations ** [12:13:36 2020-06-13] 178: Checking tracker ** [12:13:36 2020-06-13] 178: Checking user_migrations ** [12:13:36 2020-06-13] 178: Checking batch_updates ** [12:13:36 2020-06-13] 178: Checking gears ** [12:13:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:13:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:41 2020-06-13] 178: Checking imports ** [12:13:41 2020-06-13] 178: Checking exports ** [12:13:41 2020-06-13] 178: Checking users ** [12:13:41 2020-06-13] 178: Checking user_dbs ** [12:13:41 2020-06-13] 178: Checking geocodings ** [12:13:41 2020-06-13] 178: Checking synchronizations ** [12:13:41 2020-06-13] 178: Checking tracker ** [12:13:41 2020-06-13] 178: Checking user_migrations ** [12:13:41 2020-06-13] 178: Checking batch_updates ** [12:13:41 2020-06-13] 178: Checking gears ** [12:13:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:13:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:46 2020-06-13] 178: Checking imports ** [12:13:46 2020-06-13] 178: Checking exports ** [12:13:46 2020-06-13] 178: Checking users ** [12:13:46 2020-06-13] 178: Checking user_dbs ** [12:13:46 2020-06-13] 178: Checking geocodings ** [12:13:46 2020-06-13] 178: Checking synchronizations ** [12:13:46 2020-06-13] 178: Checking tracker ** [12:13:46 2020-06-13] 178: Checking user_migrations ** [12:13:46 2020-06-13] 178: Checking batch_updates ** [12:13:46 2020-06-13] 178: Checking gears ** [12:13:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:13:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:51 2020-06-13] 178: Checking imports ** [12:13:51 2020-06-13] 178: Checking exports ** [12:13:51 2020-06-13] 178: Checking users ** [12:13:51 2020-06-13] 178: Checking user_dbs ** [12:13:51 2020-06-13] 178: Checking geocodings ** [12:13:51 2020-06-13] 178: Checking synchronizations ** [12:13:51 2020-06-13] 178: Checking tracker ** [12:13:51 2020-06-13] 178: Checking user_migrations ** [12:13:51 2020-06-13] 178: Checking batch_updates ** [12:13:51 2020-06-13] 178: Checking gears ** [12:13:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:13:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:56 2020-06-13] 178: Checking imports ** [12:13:56 2020-06-13] 178: Checking exports ** [12:13:56 2020-06-13] 178: Checking users ** [12:13:56 2020-06-13] 178: Checking user_dbs ** [12:13:56 2020-06-13] 178: Checking geocodings ** [12:13:56 2020-06-13] 178: Checking synchronizations ** [12:13:56 2020-06-13] 178: Checking tracker ** [12:13:56 2020-06-13] 178: Checking user_migrations ** [12:13:56 2020-06-13] 178: Checking batch_updates ** [12:13:56 2020-06-13] 178: Checking gears ** [12:13:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:13:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:01 2020-06-13] 178: Checking imports ** [12:14:01 2020-06-13] 178: Checking exports ** [12:14:01 2020-06-13] 178: Checking users ** [12:14:01 2020-06-13] 178: Checking user_dbs ** [12:14:01 2020-06-13] 178: Checking geocodings ** [12:14:01 2020-06-13] 178: Checking synchronizations ** [12:14:01 2020-06-13] 178: Checking tracker ** [12:14:01 2020-06-13] 178: Checking user_migrations ** [12:14:01 2020-06-13] 178: Checking batch_updates ** [12:14:01 2020-06-13] 178: Checking gears ** [12:14:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:14:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:06 2020-06-13] 178: Checking imports ** [12:14:06 2020-06-13] 178: Checking exports ** [12:14:06 2020-06-13] 178: Checking users ** [12:14:06 2020-06-13] 178: Checking user_dbs ** [12:14:06 2020-06-13] 178: Checking geocodings ** [12:14:06 2020-06-13] 178: Checking synchronizations ** [12:14:06 2020-06-13] 178: Checking tracker ** [12:14:06 2020-06-13] 178: Checking user_migrations ** [12:14:06 2020-06-13] 178: Checking batch_updates ** [12:14:06 2020-06-13] 178: Checking gears ** [12:14:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:14:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:11 2020-06-13] 178: Checking imports ** [12:14:11 2020-06-13] 178: Checking exports ** [12:14:11 2020-06-13] 178: Checking users ** [12:14:11 2020-06-13] 178: Checking user_dbs ** [12:14:11 2020-06-13] 178: Checking geocodings ** [12:14:11 2020-06-13] 178: Checking synchronizations ** [12:14:11 2020-06-13] 178: Checking tracker ** [12:14:11 2020-06-13] 178: Checking user_migrations ** [12:14:11 2020-06-13] 178: Checking batch_updates ** [12:14:11 2020-06-13] 178: Checking gears ** [12:14:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:14:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:16 2020-06-13] 178: Checking imports ** [12:14:16 2020-06-13] 178: Checking exports ** [12:14:16 2020-06-13] 178: Checking users ** [12:14:16 2020-06-13] 178: Checking user_dbs ** [12:14:16 2020-06-13] 178: Checking geocodings ** [12:14:16 2020-06-13] 178: Checking synchronizations ** [12:14:16 2020-06-13] 178: Checking tracker ** [12:14:16 2020-06-13] 178: Checking user_migrations ** [12:14:16 2020-06-13] 178: Checking batch_updates ** [12:14:16 2020-06-13] 178: Checking gears ** [12:14:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:14:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:21 2020-06-13] 178: Checking imports ** [12:14:21 2020-06-13] 178: Checking exports ** [12:14:21 2020-06-13] 178: Checking users ** [12:14:21 2020-06-13] 178: Checking user_dbs ** [12:14:21 2020-06-13] 178: Checking geocodings ** [12:14:21 2020-06-13] 178: Checking synchronizations ** [12:14:21 2020-06-13] 178: Checking tracker ** [12:14:21 2020-06-13] 178: Checking user_migrations ** [12:14:21 2020-06-13] 178: Checking batch_updates ** [12:14:21 2020-06-13] 178: Checking gears ** [12:14:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:14:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:26 2020-06-13] 178: Checking imports ** [12:14:26 2020-06-13] 178: Checking exports ** [12:14:26 2020-06-13] 178: Checking users ** [12:14:26 2020-06-13] 178: Checking user_dbs ** [12:14:26 2020-06-13] 178: Checking geocodings ** [12:14:26 2020-06-13] 178: Checking synchronizations ** [12:14:26 2020-06-13] 178: Checking tracker ** [12:14:26 2020-06-13] 178: Checking user_migrations ** [12:14:26 2020-06-13] 178: Checking batch_updates ** [12:14:26 2020-06-13] 178: Checking gears ** [12:14:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:14:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:31 2020-06-13] 178: Checking imports ** [12:14:31 2020-06-13] 178: Checking exports ** [12:14:31 2020-06-13] 178: Checking users ** [12:14:31 2020-06-13] 178: Checking user_dbs ** [12:14:31 2020-06-13] 178: Checking geocodings ** [12:14:31 2020-06-13] 178: Checking synchronizations ** [12:14:31 2020-06-13] 178: Checking tracker ** [12:14:31 2020-06-13] 178: Checking user_migrations ** [12:14:31 2020-06-13] 178: Checking batch_updates ** [12:14:31 2020-06-13] 178: Checking gears ** [12:14:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:14:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:36 2020-06-13] 178: Checking imports ** [12:14:36 2020-06-13] 178: Checking exports ** [12:14:36 2020-06-13] 178: Checking users ** [12:14:36 2020-06-13] 178: Checking user_dbs ** [12:14:36 2020-06-13] 178: Checking geocodings ** [12:14:36 2020-06-13] 178: Checking synchronizations ** [12:14:36 2020-06-13] 178: Checking tracker ** [12:14:36 2020-06-13] 178: Checking user_migrations ** [12:14:36 2020-06-13] 178: Checking batch_updates ** [12:14:36 2020-06-13] 178: Checking gears ** [12:14:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:14:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:41 2020-06-13] 178: Checking imports ** [12:14:41 2020-06-13] 178: Checking exports ** [12:14:41 2020-06-13] 178: Checking users ** [12:14:41 2020-06-13] 178: Checking user_dbs ** [12:14:41 2020-06-13] 178: Checking geocodings ** [12:14:41 2020-06-13] 178: Checking synchronizations ** [12:14:41 2020-06-13] 178: Checking tracker ** [12:14:41 2020-06-13] 178: Checking user_migrations ** [12:14:41 2020-06-13] 178: Checking batch_updates ** [12:14:41 2020-06-13] 178: Checking gears ** [12:14:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:14:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:46 2020-06-13] 178: Checking imports ** [12:14:46 2020-06-13] 178: Checking exports ** [12:14:46 2020-06-13] 178: Checking users ** [12:14:46 2020-06-13] 178: Checking user_dbs ** [12:14:46 2020-06-13] 178: Checking geocodings ** [12:14:46 2020-06-13] 178: Checking synchronizations ** [12:14:46 2020-06-13] 178: Checking tracker ** [12:14:46 2020-06-13] 178: Checking user_migrations ** [12:14:46 2020-06-13] 178: Checking batch_updates ** [12:14:46 2020-06-13] 178: Checking gears ** [12:14:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:14:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:51 2020-06-13] 178: Checking imports ** [12:14:51 2020-06-13] 178: Checking exports ** [12:14:51 2020-06-13] 178: Checking users ** [12:14:51 2020-06-13] 178: Checking user_dbs ** [12:14:51 2020-06-13] 178: Checking geocodings ** [12:14:51 2020-06-13] 178: Checking synchronizations ** [12:14:51 2020-06-13] 178: Checking tracker ** [12:14:51 2020-06-13] 178: Checking user_migrations ** [12:14:51 2020-06-13] 178: Checking batch_updates ** [12:14:51 2020-06-13] 178: Checking gears ** [12:14:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:14:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:56 2020-06-13] 178: Checking imports ** [12:14:56 2020-06-13] 178: Checking exports ** [12:14:56 2020-06-13] 178: Checking users ** [12:14:56 2020-06-13] 178: Checking user_dbs ** [12:14:56 2020-06-13] 178: Checking geocodings ** [12:14:56 2020-06-13] 178: Checking synchronizations ** [12:14:56 2020-06-13] 178: Checking tracker ** [12:14:56 2020-06-13] 178: Checking user_migrations ** [12:14:56 2020-06-13] 178: Checking batch_updates ** [12:14:56 2020-06-13] 178: Checking gears ** [12:14:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:14:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:01 2020-06-13] 178: Checking imports ** [12:15:01 2020-06-13] 178: Checking exports ** [12:15:01 2020-06-13] 178: Checking users ** [12:15:01 2020-06-13] 178: Checking user_dbs ** [12:15:01 2020-06-13] 178: Checking geocodings ** [12:15:01 2020-06-13] 178: Checking synchronizations ** [12:15:01 2020-06-13] 178: Checking tracker ** [12:15:01 2020-06-13] 178: Checking user_migrations ** [12:15:01 2020-06-13] 178: Checking batch_updates ** [12:15:01 2020-06-13] 178: Checking gears ** [12:15:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:15:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:06 2020-06-13] 178: Checking imports ** [12:15:06 2020-06-13] 178: Checking exports ** [12:15:06 2020-06-13] 178: Checking users ** [12:15:06 2020-06-13] 178: Checking user_dbs ** [12:15:06 2020-06-13] 178: Checking geocodings ** [12:15:06 2020-06-13] 178: Checking synchronizations ** [12:15:06 2020-06-13] 178: Checking tracker ** [12:15:06 2020-06-13] 178: Checking user_migrations ** [12:15:06 2020-06-13] 178: Checking batch_updates ** [12:15:06 2020-06-13] 178: Checking gears ** [12:15:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:15:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:11 2020-06-13] 178: Checking imports ** [12:15:11 2020-06-13] 178: Checking exports ** [12:15:11 2020-06-13] 178: Checking users ** [12:15:11 2020-06-13] 178: Checking user_dbs ** [12:15:11 2020-06-13] 178: Checking geocodings ** [12:15:11 2020-06-13] 178: Checking synchronizations ** [12:15:11 2020-06-13] 178: Checking tracker ** [12:15:11 2020-06-13] 178: Checking user_migrations ** [12:15:11 2020-06-13] 178: Checking batch_updates ** [12:15:11 2020-06-13] 178: Checking gears ** [12:15:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:15:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:16 2020-06-13] 178: Checking imports ** [12:15:16 2020-06-13] 178: Checking exports ** [12:15:16 2020-06-13] 178: Checking users ** [12:15:16 2020-06-13] 178: Checking user_dbs ** [12:15:16 2020-06-13] 178: Checking geocodings ** [12:15:16 2020-06-13] 178: Checking synchronizations ** [12:15:16 2020-06-13] 178: Checking tracker ** [12:15:16 2020-06-13] 178: Checking user_migrations ** [12:15:16 2020-06-13] 178: Checking batch_updates ** [12:15:16 2020-06-13] 178: Checking gears ** [12:15:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:15:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:21 2020-06-13] 178: Checking imports ** [12:15:21 2020-06-13] 178: Checking exports ** [12:15:21 2020-06-13] 178: Checking users ** [12:15:21 2020-06-13] 178: Checking user_dbs ** [12:15:21 2020-06-13] 178: Checking geocodings ** [12:15:21 2020-06-13] 178: Checking synchronizations ** [12:15:21 2020-06-13] 178: Checking tracker ** [12:15:21 2020-06-13] 178: Checking user_migrations ** [12:15:21 2020-06-13] 178: Checking batch_updates ** [12:15:21 2020-06-13] 178: Checking gears ** [12:15:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:15:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:26 2020-06-13] 178: Checking imports ** [12:15:26 2020-06-13] 178: Checking exports ** [12:15:26 2020-06-13] 178: Checking users ** [12:15:26 2020-06-13] 178: Checking user_dbs ** [12:15:26 2020-06-13] 178: Checking geocodings ** [12:15:26 2020-06-13] 178: Checking synchronizations ** [12:15:26 2020-06-13] 178: Checking tracker ** [12:15:26 2020-06-13] 178: Checking user_migrations ** [12:15:26 2020-06-13] 178: Checking batch_updates ** [12:15:26 2020-06-13] 178: Checking gears ** [12:15:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:15:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:31 2020-06-13] 178: Checking imports ** [12:15:31 2020-06-13] 178: Checking exports ** [12:15:31 2020-06-13] 178: Checking users ** [12:15:31 2020-06-13] 178: Checking user_dbs ** [12:15:31 2020-06-13] 178: Checking geocodings ** [12:15:31 2020-06-13] 178: Checking synchronizations ** [12:15:31 2020-06-13] 178: Checking tracker ** [12:15:31 2020-06-13] 178: Checking user_migrations ** [12:15:31 2020-06-13] 178: Checking batch_updates ** [12:15:31 2020-06-13] 178: Checking gears ** [12:15:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:15:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:36 2020-06-13] 178: Checking imports ** [12:15:36 2020-06-13] 178: Checking exports ** [12:15:36 2020-06-13] 178: Checking users ** [12:15:36 2020-06-13] 178: Checking user_dbs ** [12:15:36 2020-06-13] 178: Checking geocodings ** [12:15:36 2020-06-13] 178: Checking synchronizations ** [12:15:36 2020-06-13] 178: Checking tracker ** [12:15:36 2020-06-13] 178: Checking user_migrations ** [12:15:36 2020-06-13] 178: Checking batch_updates ** [12:15:36 2020-06-13] 178: Checking gears ** [12:15:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:15:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:41 2020-06-13] 178: Checking imports ** [12:15:41 2020-06-13] 178: Checking exports ** [12:15:41 2020-06-13] 178: Checking users ** [12:15:41 2020-06-13] 178: Checking user_dbs ** [12:15:41 2020-06-13] 178: Checking geocodings ** [12:15:41 2020-06-13] 178: Checking synchronizations ** [12:15:41 2020-06-13] 178: Checking tracker ** [12:15:41 2020-06-13] 178: Checking user_migrations ** [12:15:41 2020-06-13] 178: Checking batch_updates ** [12:15:41 2020-06-13] 178: Checking gears ** [12:15:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:15:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:46 2020-06-13] 178: Checking imports ** [12:15:46 2020-06-13] 178: Checking exports ** [12:15:46 2020-06-13] 178: Checking users ** [12:15:46 2020-06-13] 178: Checking user_dbs ** [12:15:46 2020-06-13] 178: Checking geocodings ** [12:15:46 2020-06-13] 178: Checking synchronizations ** [12:15:46 2020-06-13] 178: Checking tracker ** [12:15:46 2020-06-13] 178: Checking user_migrations ** [12:15:46 2020-06-13] 178: Checking batch_updates ** [12:15:46 2020-06-13] 178: Checking gears ** [12:15:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:15:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:51 2020-06-13] 178: Checking imports ** [12:15:51 2020-06-13] 178: Checking exports ** [12:15:51 2020-06-13] 178: Checking users ** [12:15:51 2020-06-13] 178: Checking user_dbs ** [12:15:51 2020-06-13] 178: Checking geocodings ** [12:15:51 2020-06-13] 178: Checking synchronizations ** [12:15:51 2020-06-13] 178: Checking tracker ** [12:15:51 2020-06-13] 178: Checking user_migrations ** [12:15:51 2020-06-13] 178: Checking batch_updates ** [12:15:51 2020-06-13] 178: Checking gears ** [12:15:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:15:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:56 2020-06-13] 178: Checking imports ** [12:15:56 2020-06-13] 178: Checking exports ** [12:15:56 2020-06-13] 178: Checking users ** [12:15:56 2020-06-13] 178: Checking user_dbs ** [12:15:56 2020-06-13] 178: Checking geocodings ** [12:15:56 2020-06-13] 178: Checking synchronizations ** [12:15:56 2020-06-13] 178: Checking tracker ** [12:15:56 2020-06-13] 178: Checking user_migrations ** [12:15:56 2020-06-13] 178: Checking batch_updates ** [12:15:56 2020-06-13] 178: Checking gears ** [12:15:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:15:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:01 2020-06-13] 178: Checking imports ** [12:16:01 2020-06-13] 178: Checking exports ** [12:16:01 2020-06-13] 178: Checking users ** [12:16:01 2020-06-13] 178: Checking user_dbs ** [12:16:01 2020-06-13] 178: Checking geocodings ** [12:16:01 2020-06-13] 178: Checking synchronizations ** [12:16:01 2020-06-13] 178: Checking tracker ** [12:16:01 2020-06-13] 178: Checking user_migrations ** [12:16:01 2020-06-13] 178: Checking batch_updates ** [12:16:01 2020-06-13] 178: Checking gears ** [12:16:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:16:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:06 2020-06-13] 178: Checking imports ** [12:16:06 2020-06-13] 178: Checking exports ** [12:16:06 2020-06-13] 178: Checking users ** [12:16:06 2020-06-13] 178: Checking user_dbs ** [12:16:06 2020-06-13] 178: Checking geocodings ** [12:16:06 2020-06-13] 178: Checking synchronizations ** [12:16:06 2020-06-13] 178: Checking tracker ** [12:16:06 2020-06-13] 178: Checking user_migrations ** [12:16:06 2020-06-13] 178: Checking batch_updates ** [12:16:06 2020-06-13] 178: Checking gears ** [12:16:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:16:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:12 2020-06-13] 178: Checking imports ** [12:16:12 2020-06-13] 178: Checking exports ** [12:16:12 2020-06-13] 178: Checking users ** [12:16:12 2020-06-13] 178: Checking user_dbs ** [12:16:12 2020-06-13] 178: Checking geocodings ** [12:16:12 2020-06-13] 178: Checking synchronizations ** [12:16:12 2020-06-13] 178: Checking tracker ** [12:16:12 2020-06-13] 178: Checking user_migrations ** [12:16:12 2020-06-13] 178: Checking batch_updates ** [12:16:12 2020-06-13] 178: Checking gears ** [12:16:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:16:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:17 2020-06-13] 178: Checking imports ** [12:16:17 2020-06-13] 178: Checking exports ** [12:16:17 2020-06-13] 178: Checking users ** [12:16:17 2020-06-13] 178: Checking user_dbs ** [12:16:17 2020-06-13] 178: Checking geocodings ** [12:16:17 2020-06-13] 178: Checking synchronizations ** [12:16:17 2020-06-13] 178: Checking tracker ** [12:16:17 2020-06-13] 178: Checking user_migrations ** [12:16:17 2020-06-13] 178: Checking batch_updates ** [12:16:17 2020-06-13] 178: Checking gears ** [12:16:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:16:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:22 2020-06-13] 178: Checking imports ** [12:16:22 2020-06-13] 178: Checking exports ** [12:16:22 2020-06-13] 178: Checking users ** [12:16:22 2020-06-13] 178: Checking user_dbs ** [12:16:22 2020-06-13] 178: Checking geocodings ** [12:16:22 2020-06-13] 178: Checking synchronizations ** [12:16:22 2020-06-13] 178: Checking tracker ** [12:16:22 2020-06-13] 178: Checking user_migrations ** [12:16:22 2020-06-13] 178: Checking batch_updates ** [12:16:22 2020-06-13] 178: Checking gears ** [12:16:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:16:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:27 2020-06-13] 178: Checking imports ** [12:16:27 2020-06-13] 178: Checking exports ** [12:16:27 2020-06-13] 178: Checking users ** [12:16:27 2020-06-13] 178: Checking user_dbs ** [12:16:27 2020-06-13] 178: Checking geocodings ** [12:16:27 2020-06-13] 178: Checking synchronizations ** [12:16:27 2020-06-13] 178: Checking tracker ** [12:16:27 2020-06-13] 178: Checking user_migrations ** [12:16:27 2020-06-13] 178: Checking batch_updates ** [12:16:27 2020-06-13] 178: Checking gears ** [12:16:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:16:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:32 2020-06-13] 178: Checking imports ** [12:16:32 2020-06-13] 178: Checking exports ** [12:16:32 2020-06-13] 178: Checking users ** [12:16:32 2020-06-13] 178: Checking user_dbs ** [12:16:32 2020-06-13] 178: Checking geocodings ** [12:16:32 2020-06-13] 178: Checking synchronizations ** [12:16:32 2020-06-13] 178: Checking tracker ** [12:16:32 2020-06-13] 178: Checking user_migrations ** [12:16:32 2020-06-13] 178: Checking batch_updates ** [12:16:32 2020-06-13] 178: Checking gears ** [12:16:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:16:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:37 2020-06-13] 178: Checking imports ** [12:16:37 2020-06-13] 178: Checking exports ** [12:16:37 2020-06-13] 178: Checking users ** [12:16:37 2020-06-13] 178: Checking user_dbs ** [12:16:37 2020-06-13] 178: Checking geocodings ** [12:16:37 2020-06-13] 178: Checking synchronizations ** [12:16:37 2020-06-13] 178: Checking tracker ** [12:16:37 2020-06-13] 178: Checking user_migrations ** [12:16:37 2020-06-13] 178: Checking batch_updates ** [12:16:37 2020-06-13] 178: Checking gears ** [12:16:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:16:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:42 2020-06-13] 178: Checking imports ** [12:16:42 2020-06-13] 178: Checking exports ** [12:16:42 2020-06-13] 178: Checking users ** [12:16:42 2020-06-13] 178: Checking user_dbs ** [12:16:42 2020-06-13] 178: Checking geocodings ** [12:16:42 2020-06-13] 178: Checking synchronizations ** [12:16:42 2020-06-13] 178: Checking tracker ** [12:16:42 2020-06-13] 178: Checking user_migrations ** [12:16:42 2020-06-13] 178: Checking batch_updates ** [12:16:42 2020-06-13] 178: Checking gears ** [12:16:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:16:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:47 2020-06-13] 178: Checking imports ** [12:16:47 2020-06-13] 178: Checking exports ** [12:16:47 2020-06-13] 178: Checking users ** [12:16:47 2020-06-13] 178: Checking user_dbs ** [12:16:47 2020-06-13] 178: Checking geocodings ** [12:16:47 2020-06-13] 178: Checking synchronizations ** [12:16:47 2020-06-13] 178: Checking tracker ** [12:16:47 2020-06-13] 178: Checking user_migrations ** [12:16:47 2020-06-13] 178: Checking batch_updates ** [12:16:47 2020-06-13] 178: Checking gears ** [12:16:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:16:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:52 2020-06-13] 178: Checking imports ** [12:16:52 2020-06-13] 178: Checking exports ** [12:16:52 2020-06-13] 178: Checking users ** [12:16:52 2020-06-13] 178: Checking user_dbs ** [12:16:52 2020-06-13] 178: Checking geocodings ** [12:16:52 2020-06-13] 178: Checking synchronizations ** [12:16:52 2020-06-13] 178: Checking tracker ** [12:16:52 2020-06-13] 178: Checking user_migrations ** [12:16:52 2020-06-13] 178: Checking batch_updates ** [12:16:52 2020-06-13] 178: Checking gears ** [12:16:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:16:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:57 2020-06-13] 178: Checking imports ** [12:16:57 2020-06-13] 178: Checking exports ** [12:16:57 2020-06-13] 178: Checking users ** [12:16:57 2020-06-13] 178: Checking user_dbs ** [12:16:57 2020-06-13] 178: Checking geocodings ** [12:16:57 2020-06-13] 178: Checking synchronizations ** [12:16:57 2020-06-13] 178: Checking tracker ** [12:16:57 2020-06-13] 178: Checking user_migrations ** [12:16:57 2020-06-13] 178: Checking batch_updates ** [12:16:57 2020-06-13] 178: Checking gears ** [12:16:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:16:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:02 2020-06-13] 178: Checking imports ** [12:17:02 2020-06-13] 178: Checking exports ** [12:17:02 2020-06-13] 178: Checking users ** [12:17:02 2020-06-13] 178: Checking user_dbs ** [12:17:02 2020-06-13] 178: Checking geocodings ** [12:17:02 2020-06-13] 178: Checking synchronizations ** [12:17:02 2020-06-13] 178: Checking tracker ** [12:17:02 2020-06-13] 178: Checking user_migrations ** [12:17:02 2020-06-13] 178: Checking batch_updates ** [12:17:02 2020-06-13] 178: Checking gears ** [12:17:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:17:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:07 2020-06-13] 178: Checking imports ** [12:17:07 2020-06-13] 178: Checking exports ** [12:17:07 2020-06-13] 178: Checking users ** [12:17:07 2020-06-13] 178: Checking user_dbs ** [12:17:07 2020-06-13] 178: Checking geocodings ** [12:17:07 2020-06-13] 178: Checking synchronizations ** [12:17:07 2020-06-13] 178: Checking tracker ** [12:17:07 2020-06-13] 178: Checking user_migrations ** [12:17:07 2020-06-13] 178: Checking batch_updates ** [12:17:07 2020-06-13] 178: Checking gears ** [12:17:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:17:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:12 2020-06-13] 178: Checking imports ** [12:17:12 2020-06-13] 178: Checking exports ** [12:17:12 2020-06-13] 178: Checking users ** [12:17:12 2020-06-13] 178: Checking user_dbs ** [12:17:12 2020-06-13] 178: Checking geocodings ** [12:17:12 2020-06-13] 178: Checking synchronizations ** [12:17:12 2020-06-13] 178: Checking tracker ** [12:17:12 2020-06-13] 178: Checking user_migrations ** [12:17:12 2020-06-13] 178: Checking batch_updates ** [12:17:12 2020-06-13] 178: Checking gears ** [12:17:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:17:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:17 2020-06-13] 178: Checking imports ** [12:17:17 2020-06-13] 178: Checking exports ** [12:17:17 2020-06-13] 178: Checking users ** [12:17:17 2020-06-13] 178: Checking user_dbs ** [12:17:17 2020-06-13] 178: Checking geocodings ** [12:17:17 2020-06-13] 178: Checking synchronizations ** [12:17:17 2020-06-13] 178: Checking tracker ** [12:17:17 2020-06-13] 178: Checking user_migrations ** [12:17:17 2020-06-13] 178: Checking batch_updates ** [12:17:17 2020-06-13] 178: Checking gears ** [12:17:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:17:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:22 2020-06-13] 178: Checking imports ** [12:17:22 2020-06-13] 178: Checking exports ** [12:17:22 2020-06-13] 178: Checking users ** [12:17:22 2020-06-13] 178: Checking user_dbs ** [12:17:22 2020-06-13] 178: Checking geocodings ** [12:17:22 2020-06-13] 178: Checking synchronizations ** [12:17:22 2020-06-13] 178: Checking tracker ** [12:17:22 2020-06-13] 178: Checking user_migrations ** [12:17:22 2020-06-13] 178: Checking batch_updates ** [12:17:22 2020-06-13] 178: Checking gears ** [12:17:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:17:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:27 2020-06-13] 178: Checking imports ** [12:17:27 2020-06-13] 178: Checking exports ** [12:17:27 2020-06-13] 178: Checking users ** [12:17:27 2020-06-13] 178: Checking user_dbs ** [12:17:27 2020-06-13] 178: Checking geocodings ** [12:17:27 2020-06-13] 178: Checking synchronizations ** [12:17:27 2020-06-13] 178: Checking tracker ** [12:17:27 2020-06-13] 178: Checking user_migrations ** [12:17:27 2020-06-13] 178: Checking batch_updates ** [12:17:27 2020-06-13] 178: Checking gears ** [12:17:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:17:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:32 2020-06-13] 178: Checking imports ** [12:17:32 2020-06-13] 178: Checking exports ** [12:17:32 2020-06-13] 178: Checking users ** [12:17:32 2020-06-13] 178: Checking user_dbs ** [12:17:32 2020-06-13] 178: Checking geocodings ** [12:17:32 2020-06-13] 178: Checking synchronizations ** [12:17:32 2020-06-13] 178: Checking tracker ** [12:17:32 2020-06-13] 178: Checking user_migrations ** [12:17:32 2020-06-13] 178: Checking batch_updates ** [12:17:32 2020-06-13] 178: Checking gears ** [12:17:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:17:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:37 2020-06-13] 178: Checking imports ** [12:17:37 2020-06-13] 178: Checking exports ** [12:17:37 2020-06-13] 178: Checking users ** [12:17:37 2020-06-13] 178: Checking user_dbs ** [12:17:37 2020-06-13] 178: Checking geocodings ** [12:17:37 2020-06-13] 178: Checking synchronizations ** [12:17:37 2020-06-13] 178: Checking tracker ** [12:17:37 2020-06-13] 178: Checking user_migrations ** [12:17:37 2020-06-13] 178: Checking batch_updates ** [12:17:37 2020-06-13] 178: Checking gears ** [12:17:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:17:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:42 2020-06-13] 178: Checking imports ** [12:17:42 2020-06-13] 178: Checking exports ** [12:17:42 2020-06-13] 178: Checking users ** [12:17:42 2020-06-13] 178: Checking user_dbs ** [12:17:42 2020-06-13] 178: Checking geocodings ** [12:17:42 2020-06-13] 178: Checking synchronizations ** [12:17:42 2020-06-13] 178: Checking tracker ** [12:17:42 2020-06-13] 178: Checking user_migrations ** [12:17:42 2020-06-13] 178: Checking batch_updates ** [12:17:42 2020-06-13] 178: Checking gears ** [12:17:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:17:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:47 2020-06-13] 178: Checking imports ** [12:17:47 2020-06-13] 178: Checking exports ** [12:17:47 2020-06-13] 178: Checking users ** [12:17:47 2020-06-13] 178: Checking user_dbs ** [12:17:47 2020-06-13] 178: Checking geocodings ** [12:17:47 2020-06-13] 178: Checking synchronizations ** [12:17:47 2020-06-13] 178: Checking tracker ** [12:17:47 2020-06-13] 178: Checking user_migrations ** [12:17:47 2020-06-13] 178: Checking batch_updates ** [12:17:47 2020-06-13] 178: Checking gears ** [12:17:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:17:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:52 2020-06-13] 178: Checking imports ** [12:17:52 2020-06-13] 178: Checking exports ** [12:17:52 2020-06-13] 178: Checking users ** [12:17:52 2020-06-13] 178: Checking user_dbs ** [12:17:52 2020-06-13] 178: Checking geocodings ** [12:17:52 2020-06-13] 178: Checking synchronizations ** [12:17:52 2020-06-13] 178: Checking tracker ** [12:17:52 2020-06-13] 178: Checking user_migrations ** [12:17:52 2020-06-13] 178: Checking batch_updates ** [12:17:52 2020-06-13] 178: Checking gears ** [12:17:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:17:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:57 2020-06-13] 178: Checking imports ** [12:17:57 2020-06-13] 178: Checking exports ** [12:17:57 2020-06-13] 178: Checking users ** [12:17:57 2020-06-13] 178: Checking user_dbs ** [12:17:57 2020-06-13] 178: Checking geocodings ** [12:17:57 2020-06-13] 178: Checking synchronizations ** [12:17:57 2020-06-13] 178: Checking tracker ** [12:17:57 2020-06-13] 178: Checking user_migrations ** [12:17:57 2020-06-13] 178: Checking batch_updates ** [12:17:57 2020-06-13] 178: Checking gears ** [12:17:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:17:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:02 2020-06-13] 178: Checking imports ** [12:18:02 2020-06-13] 178: Checking exports ** [12:18:02 2020-06-13] 178: Checking users ** [12:18:02 2020-06-13] 178: Checking user_dbs ** [12:18:02 2020-06-13] 178: Checking geocodings ** [12:18:02 2020-06-13] 178: Checking synchronizations ** [12:18:02 2020-06-13] 178: Checking tracker ** [12:18:02 2020-06-13] 178: Checking user_migrations ** [12:18:02 2020-06-13] 178: Checking batch_updates ** [12:18:02 2020-06-13] 178: Checking gears ** [12:18:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:18:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:07 2020-06-13] 178: Checking imports ** [12:18:07 2020-06-13] 178: Checking exports ** [12:18:07 2020-06-13] 178: Checking users ** [12:18:07 2020-06-13] 178: Checking user_dbs ** [12:18:07 2020-06-13] 178: Checking geocodings ** [12:18:07 2020-06-13] 178: Checking synchronizations ** [12:18:07 2020-06-13] 178: Checking tracker ** [12:18:07 2020-06-13] 178: Checking user_migrations ** [12:18:07 2020-06-13] 178: Checking batch_updates ** [12:18:07 2020-06-13] 178: Checking gears ** [12:18:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:18:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:12 2020-06-13] 178: Checking imports ** [12:18:12 2020-06-13] 178: Checking exports ** [12:18:12 2020-06-13] 178: Checking users ** [12:18:12 2020-06-13] 178: Checking user_dbs ** [12:18:12 2020-06-13] 178: Checking geocodings ** [12:18:12 2020-06-13] 178: Checking synchronizations ** [12:18:12 2020-06-13] 178: Checking tracker ** [12:18:12 2020-06-13] 178: Checking user_migrations ** [12:18:12 2020-06-13] 178: Checking batch_updates ** [12:18:12 2020-06-13] 178: Checking gears ** [12:18:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:18:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:17 2020-06-13] 178: Checking imports ** [12:18:17 2020-06-13] 178: Checking exports ** [12:18:17 2020-06-13] 178: Checking users ** [12:18:17 2020-06-13] 178: Checking user_dbs ** [12:18:17 2020-06-13] 178: Checking geocodings ** [12:18:17 2020-06-13] 178: Checking synchronizations ** [12:18:17 2020-06-13] 178: Checking tracker ** [12:18:17 2020-06-13] 178: Checking user_migrations ** [12:18:17 2020-06-13] 178: Checking batch_updates ** [12:18:17 2020-06-13] 178: Checking gears ** [12:18:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:18:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:22 2020-06-13] 178: Checking imports ** [12:18:22 2020-06-13] 178: Checking exports ** [12:18:22 2020-06-13] 178: Checking users ** [12:18:22 2020-06-13] 178: Checking user_dbs ** [12:18:22 2020-06-13] 178: Checking geocodings ** [12:18:22 2020-06-13] 178: Checking synchronizations ** [12:18:22 2020-06-13] 178: Checking tracker ** [12:18:22 2020-06-13] 178: Checking user_migrations ** [12:18:22 2020-06-13] 178: Checking batch_updates ** [12:18:22 2020-06-13] 178: Checking gears ** [12:18:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:18:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:27 2020-06-13] 178: Checking imports ** [12:18:27 2020-06-13] 178: Checking exports ** [12:18:27 2020-06-13] 178: Checking users ** [12:18:27 2020-06-13] 178: Checking user_dbs ** [12:18:27 2020-06-13] 178: Checking geocodings ** [12:18:27 2020-06-13] 178: Checking synchronizations ** [12:18:27 2020-06-13] 178: Checking tracker ** [12:18:27 2020-06-13] 178: Checking user_migrations ** [12:18:27 2020-06-13] 178: Checking batch_updates ** [12:18:27 2020-06-13] 178: Checking gears ** [12:18:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:18:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:32 2020-06-13] 178: Checking imports ** [12:18:32 2020-06-13] 178: Checking exports ** [12:18:32 2020-06-13] 178: Checking users ** [12:18:32 2020-06-13] 178: Checking user_dbs ** [12:18:32 2020-06-13] 178: Checking geocodings ** [12:18:32 2020-06-13] 178: Checking synchronizations ** [12:18:32 2020-06-13] 178: Checking tracker ** [12:18:32 2020-06-13] 178: Checking user_migrations ** [12:18:32 2020-06-13] 178: Checking batch_updates ** [12:18:32 2020-06-13] 178: Checking gears ** [12:18:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:18:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:37 2020-06-13] 178: Checking imports ** [12:18:37 2020-06-13] 178: Checking exports ** [12:18:37 2020-06-13] 178: Checking users ** [12:18:37 2020-06-13] 178: Checking user_dbs ** [12:18:37 2020-06-13] 178: Checking geocodings ** [12:18:37 2020-06-13] 178: Checking synchronizations ** [12:18:37 2020-06-13] 178: Checking tracker ** [12:18:37 2020-06-13] 178: Checking user_migrations ** [12:18:37 2020-06-13] 178: Checking batch_updates ** [12:18:37 2020-06-13] 178: Checking gears ** [12:18:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:18:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:42 2020-06-13] 178: Checking imports ** [12:18:42 2020-06-13] 178: Checking exports ** [12:18:42 2020-06-13] 178: Checking users ** [12:18:42 2020-06-13] 178: Checking user_dbs ** [12:18:42 2020-06-13] 178: Checking geocodings ** [12:18:42 2020-06-13] 178: Checking synchronizations ** [12:18:42 2020-06-13] 178: Checking tracker ** [12:18:42 2020-06-13] 178: Checking user_migrations ** [12:18:42 2020-06-13] 178: Checking batch_updates ** [12:18:42 2020-06-13] 178: Checking gears ** [12:18:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:18:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:47 2020-06-13] 178: Checking imports ** [12:18:47 2020-06-13] 178: Checking exports ** [12:18:47 2020-06-13] 178: Checking users ** [12:18:47 2020-06-13] 178: Checking user_dbs ** [12:18:47 2020-06-13] 178: Checking geocodings ** [12:18:47 2020-06-13] 178: Checking synchronizations ** [12:18:47 2020-06-13] 178: Checking tracker ** [12:18:47 2020-06-13] 178: Checking user_migrations ** [12:18:47 2020-06-13] 178: Checking batch_updates ** [12:18:47 2020-06-13] 178: Checking gears ** [12:18:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:18:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:52 2020-06-13] 178: Checking imports ** [12:18:52 2020-06-13] 178: Checking exports ** [12:18:52 2020-06-13] 178: Checking users ** [12:18:52 2020-06-13] 178: Checking user_dbs ** [12:18:52 2020-06-13] 178: Checking geocodings ** [12:18:52 2020-06-13] 178: Checking synchronizations ** [12:18:52 2020-06-13] 178: Checking tracker ** [12:18:52 2020-06-13] 178: Checking user_migrations ** [12:18:52 2020-06-13] 178: Checking batch_updates ** [12:18:52 2020-06-13] 178: Checking gears ** [12:18:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:18:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:57 2020-06-13] 178: Checking imports ** [12:18:57 2020-06-13] 178: Checking exports ** [12:18:57 2020-06-13] 178: Checking users ** [12:18:57 2020-06-13] 178: Checking user_dbs ** [12:18:57 2020-06-13] 178: Checking geocodings ** [12:18:57 2020-06-13] 178: Checking synchronizations ** [12:18:57 2020-06-13] 178: Checking tracker ** [12:18:57 2020-06-13] 178: Checking user_migrations ** [12:18:57 2020-06-13] 178: Checking batch_updates ** [12:18:57 2020-06-13] 178: Checking gears ** [12:18:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:18:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:02 2020-06-13] 178: Checking imports ** [12:19:02 2020-06-13] 178: Checking exports ** [12:19:02 2020-06-13] 178: Checking users ** [12:19:02 2020-06-13] 178: Checking user_dbs ** [12:19:02 2020-06-13] 178: Checking geocodings ** [12:19:02 2020-06-13] 178: Checking synchronizations ** [12:19:02 2020-06-13] 178: Checking tracker ** [12:19:02 2020-06-13] 178: Checking user_migrations ** [12:19:02 2020-06-13] 178: Checking batch_updates ** [12:19:02 2020-06-13] 178: Checking gears ** [12:19:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:19:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:07 2020-06-13] 178: Checking imports ** [12:19:07 2020-06-13] 178: Checking exports ** [12:19:07 2020-06-13] 178: Checking users ** [12:19:07 2020-06-13] 178: Checking user_dbs ** [12:19:07 2020-06-13] 178: Checking geocodings ** [12:19:07 2020-06-13] 178: Checking synchronizations ** [12:19:07 2020-06-13] 178: Checking tracker ** [12:19:07 2020-06-13] 178: Checking user_migrations ** [12:19:07 2020-06-13] 178: Checking batch_updates ** [12:19:07 2020-06-13] 178: Checking gears ** [12:19:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:19:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:12 2020-06-13] 178: Checking imports ** [12:19:12 2020-06-13] 178: Checking exports ** [12:19:12 2020-06-13] 178: Checking users ** [12:19:12 2020-06-13] 178: Checking user_dbs ** [12:19:12 2020-06-13] 178: Checking geocodings ** [12:19:12 2020-06-13] 178: Checking synchronizations ** [12:19:12 2020-06-13] 178: Checking tracker ** [12:19:12 2020-06-13] 178: Checking user_migrations ** [12:19:12 2020-06-13] 178: Checking batch_updates ** [12:19:12 2020-06-13] 178: Checking gears ** [12:19:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:19:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:17 2020-06-13] 178: Checking imports ** [12:19:17 2020-06-13] 178: Checking exports ** [12:19:17 2020-06-13] 178: Checking users ** [12:19:17 2020-06-13] 178: Checking user_dbs ** [12:19:17 2020-06-13] 178: Checking geocodings ** [12:19:17 2020-06-13] 178: Checking synchronizations ** [12:19:17 2020-06-13] 178: Checking tracker ** [12:19:17 2020-06-13] 178: Checking user_migrations ** [12:19:17 2020-06-13] 178: Checking batch_updates ** [12:19:17 2020-06-13] 178: Checking gears ** [12:19:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:19:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:22 2020-06-13] 178: Checking imports ** [12:19:22 2020-06-13] 178: Checking exports ** [12:19:22 2020-06-13] 178: Checking users ** [12:19:22 2020-06-13] 178: Checking user_dbs ** [12:19:22 2020-06-13] 178: Checking geocodings ** [12:19:22 2020-06-13] 178: Checking synchronizations ** [12:19:22 2020-06-13] 178: Checking tracker ** [12:19:22 2020-06-13] 178: Checking user_migrations ** [12:19:22 2020-06-13] 178: Checking batch_updates ** [12:19:22 2020-06-13] 178: Checking gears ** [12:19:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:19:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:27 2020-06-13] 178: Checking imports ** [12:19:27 2020-06-13] 178: Checking exports ** [12:19:27 2020-06-13] 178: Checking users ** [12:19:27 2020-06-13] 178: Checking user_dbs ** [12:19:27 2020-06-13] 178: Checking geocodings ** [12:19:27 2020-06-13] 178: Checking synchronizations ** [12:19:27 2020-06-13] 178: Checking tracker ** [12:19:27 2020-06-13] 178: Checking user_migrations ** [12:19:27 2020-06-13] 178: Checking batch_updates ** [12:19:27 2020-06-13] 178: Checking gears ** [12:19:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:19:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:32 2020-06-13] 178: Checking imports ** [12:19:32 2020-06-13] 178: Checking exports ** [12:19:32 2020-06-13] 178: Checking users ** [12:19:32 2020-06-13] 178: Checking user_dbs ** [12:19:32 2020-06-13] 178: Checking geocodings ** [12:19:32 2020-06-13] 178: Checking synchronizations ** [12:19:32 2020-06-13] 178: Checking tracker ** [12:19:32 2020-06-13] 178: Checking user_migrations ** [12:19:32 2020-06-13] 178: Checking batch_updates ** [12:19:32 2020-06-13] 178: Checking gears ** [12:19:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:19:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:37 2020-06-13] 178: Checking imports ** [12:19:37 2020-06-13] 178: Checking exports ** [12:19:37 2020-06-13] 178: Checking users ** [12:19:37 2020-06-13] 178: Checking user_dbs ** [12:19:37 2020-06-13] 178: Checking geocodings ** [12:19:37 2020-06-13] 178: Checking synchronizations ** [12:19:37 2020-06-13] 178: Checking tracker ** [12:19:37 2020-06-13] 178: Checking user_migrations ** [12:19:37 2020-06-13] 178: Checking batch_updates ** [12:19:37 2020-06-13] 178: Checking gears ** [12:19:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:19:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:42 2020-06-13] 178: Checking imports ** [12:19:42 2020-06-13] 178: Checking exports ** [12:19:42 2020-06-13] 178: Checking users ** [12:19:42 2020-06-13] 178: Checking user_dbs ** [12:19:42 2020-06-13] 178: Checking geocodings ** [12:19:42 2020-06-13] 178: Checking synchronizations ** [12:19:42 2020-06-13] 178: Checking tracker ** [12:19:42 2020-06-13] 178: Checking user_migrations ** [12:19:42 2020-06-13] 178: Checking batch_updates ** [12:19:42 2020-06-13] 178: Checking gears ** [12:19:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:19:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:47 2020-06-13] 178: Checking imports ** [12:19:47 2020-06-13] 178: Checking exports ** [12:19:47 2020-06-13] 178: Checking users ** [12:19:47 2020-06-13] 178: Checking user_dbs ** [12:19:47 2020-06-13] 178: Checking geocodings ** [12:19:47 2020-06-13] 178: Checking synchronizations ** [12:19:47 2020-06-13] 178: Checking tracker ** [12:19:47 2020-06-13] 178: Checking user_migrations ** [12:19:47 2020-06-13] 178: Checking batch_updates ** [12:19:47 2020-06-13] 178: Checking gears ** [12:19:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:19:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:52 2020-06-13] 178: Checking imports ** [12:19:52 2020-06-13] 178: Checking exports ** [12:19:52 2020-06-13] 178: Checking users ** [12:19:52 2020-06-13] 178: Checking user_dbs ** [12:19:52 2020-06-13] 178: Checking geocodings ** [12:19:52 2020-06-13] 178: Checking synchronizations ** [12:19:52 2020-06-13] 178: Checking tracker ** [12:19:52 2020-06-13] 178: Checking user_migrations ** [12:19:52 2020-06-13] 178: Checking batch_updates ** [12:19:52 2020-06-13] 178: Checking gears ** [12:19:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:19:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:57 2020-06-13] 178: Checking imports ** [12:19:57 2020-06-13] 178: Checking exports ** [12:19:57 2020-06-13] 178: Checking users ** [12:19:57 2020-06-13] 178: Checking user_dbs ** [12:19:57 2020-06-13] 178: Checking geocodings ** [12:19:57 2020-06-13] 178: Checking synchronizations ** [12:19:57 2020-06-13] 178: Checking tracker ** [12:19:57 2020-06-13] 178: Checking user_migrations ** [12:19:57 2020-06-13] 178: Checking batch_updates ** [12:19:57 2020-06-13] 178: Checking gears ** [12:19:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:19:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:02 2020-06-13] 178: Checking imports ** [12:20:02 2020-06-13] 178: Checking exports ** [12:20:02 2020-06-13] 178: Checking users ** [12:20:02 2020-06-13] 178: Checking user_dbs ** [12:20:02 2020-06-13] 178: Checking geocodings ** [12:20:02 2020-06-13] 178: Checking synchronizations ** [12:20:02 2020-06-13] 178: Checking tracker ** [12:20:02 2020-06-13] 178: Checking user_migrations ** [12:20:02 2020-06-13] 178: Checking batch_updates ** [12:20:02 2020-06-13] 178: Checking gears ** [12:20:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:20:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:07 2020-06-13] 178: Checking imports ** [12:20:07 2020-06-13] 178: Checking exports ** [12:20:07 2020-06-13] 178: Checking users ** [12:20:07 2020-06-13] 178: Checking user_dbs ** [12:20:07 2020-06-13] 178: Checking geocodings ** [12:20:07 2020-06-13] 178: Checking synchronizations ** [12:20:07 2020-06-13] 178: Checking tracker ** [12:20:07 2020-06-13] 178: Checking user_migrations ** [12:20:07 2020-06-13] 178: Checking batch_updates ** [12:20:07 2020-06-13] 178: Checking gears ** [12:20:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:20:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:12 2020-06-13] 178: Checking imports ** [12:20:12 2020-06-13] 178: Checking exports ** [12:20:12 2020-06-13] 178: Checking users ** [12:20:12 2020-06-13] 178: Checking user_dbs ** [12:20:12 2020-06-13] 178: Checking geocodings ** [12:20:12 2020-06-13] 178: Checking synchronizations ** [12:20:12 2020-06-13] 178: Checking tracker ** [12:20:12 2020-06-13] 178: Checking user_migrations ** [12:20:12 2020-06-13] 178: Checking batch_updates ** [12:20:12 2020-06-13] 178: Checking gears ** [12:20:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:20:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:17 2020-06-13] 178: Checking imports ** [12:20:17 2020-06-13] 178: Checking exports ** [12:20:17 2020-06-13] 178: Checking users ** [12:20:17 2020-06-13] 178: Checking user_dbs ** [12:20:17 2020-06-13] 178: Checking geocodings ** [12:20:17 2020-06-13] 178: Checking synchronizations ** [12:20:17 2020-06-13] 178: Checking tracker ** [12:20:17 2020-06-13] 178: Checking user_migrations ** [12:20:17 2020-06-13] 178: Checking batch_updates ** [12:20:17 2020-06-13] 178: Checking gears ** [12:20:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:20:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:22 2020-06-13] 178: Checking imports ** [12:20:22 2020-06-13] 178: Checking exports ** [12:20:22 2020-06-13] 178: Checking users ** [12:20:22 2020-06-13] 178: Checking user_dbs ** [12:20:22 2020-06-13] 178: Checking geocodings ** [12:20:22 2020-06-13] 178: Checking synchronizations ** [12:20:22 2020-06-13] 178: Checking tracker ** [12:20:22 2020-06-13] 178: Checking user_migrations ** [12:20:22 2020-06-13] 178: Checking batch_updates ** [12:20:22 2020-06-13] 178: Checking gears ** [12:20:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:20:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:27 2020-06-13] 178: Checking imports ** [12:20:27 2020-06-13] 178: Checking exports ** [12:20:27 2020-06-13] 178: Checking users ** [12:20:27 2020-06-13] 178: Checking user_dbs ** [12:20:27 2020-06-13] 178: Checking geocodings ** [12:20:27 2020-06-13] 178: Checking synchronizations ** [12:20:27 2020-06-13] 178: Checking tracker ** [12:20:27 2020-06-13] 178: Checking user_migrations ** [12:20:27 2020-06-13] 178: Checking batch_updates ** [12:20:27 2020-06-13] 178: Checking gears ** [12:20:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:20:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:32 2020-06-13] 178: Checking imports ** [12:20:32 2020-06-13] 178: Checking exports ** [12:20:32 2020-06-13] 178: Checking users ** [12:20:32 2020-06-13] 178: Checking user_dbs ** [12:20:32 2020-06-13] 178: Checking geocodings ** [12:20:32 2020-06-13] 178: Checking synchronizations ** [12:20:32 2020-06-13] 178: Checking tracker ** [12:20:32 2020-06-13] 178: Checking user_migrations ** [12:20:32 2020-06-13] 178: Checking batch_updates ** [12:20:32 2020-06-13] 178: Checking gears ** [12:20:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:20:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:37 2020-06-13] 178: Checking imports ** [12:20:37 2020-06-13] 178: Checking exports ** [12:20:37 2020-06-13] 178: Checking users ** [12:20:37 2020-06-13] 178: Checking user_dbs ** [12:20:37 2020-06-13] 178: Checking geocodings ** [12:20:37 2020-06-13] 178: Checking synchronizations ** [12:20:37 2020-06-13] 178: Checking tracker ** [12:20:37 2020-06-13] 178: Checking user_migrations ** [12:20:37 2020-06-13] 178: Checking batch_updates ** [12:20:37 2020-06-13] 178: Checking gears ** [12:20:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:20:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:42 2020-06-13] 178: Checking imports ** [12:20:42 2020-06-13] 178: Checking exports ** [12:20:42 2020-06-13] 178: Checking users ** [12:20:42 2020-06-13] 178: Checking user_dbs ** [12:20:42 2020-06-13] 178: Checking geocodings ** [12:20:42 2020-06-13] 178: Checking synchronizations ** [12:20:42 2020-06-13] 178: Checking tracker ** [12:20:42 2020-06-13] 178: Checking user_migrations ** [12:20:42 2020-06-13] 178: Checking batch_updates ** [12:20:42 2020-06-13] 178: Checking gears ** [12:20:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:20:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:47 2020-06-13] 178: Checking imports ** [12:20:47 2020-06-13] 178: Checking exports ** [12:20:47 2020-06-13] 178: Checking users ** [12:20:47 2020-06-13] 178: Checking user_dbs ** [12:20:47 2020-06-13] 178: Checking geocodings ** [12:20:47 2020-06-13] 178: Checking synchronizations ** [12:20:47 2020-06-13] 178: Checking tracker ** [12:20:47 2020-06-13] 178: Checking user_migrations ** [12:20:47 2020-06-13] 178: Checking batch_updates ** [12:20:47 2020-06-13] 178: Checking gears ** [12:20:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:20:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:52 2020-06-13] 178: Checking imports ** [12:20:52 2020-06-13] 178: Checking exports ** [12:20:52 2020-06-13] 178: Checking users ** [12:20:52 2020-06-13] 178: Checking user_dbs ** [12:20:52 2020-06-13] 178: Checking geocodings ** [12:20:52 2020-06-13] 178: Checking synchronizations ** [12:20:52 2020-06-13] 178: Checking tracker ** [12:20:52 2020-06-13] 178: Checking user_migrations ** [12:20:52 2020-06-13] 178: Checking batch_updates ** [12:20:52 2020-06-13] 178: Checking gears ** [12:20:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:20:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:57 2020-06-13] 178: Checking imports ** [12:20:57 2020-06-13] 178: Checking exports ** [12:20:57 2020-06-13] 178: Checking users ** [12:20:57 2020-06-13] 178: Checking user_dbs ** [12:20:57 2020-06-13] 178: Checking geocodings ** [12:20:57 2020-06-13] 178: Checking synchronizations ** [12:20:57 2020-06-13] 178: Checking tracker ** [12:20:57 2020-06-13] 178: Checking user_migrations ** [12:20:57 2020-06-13] 178: Checking batch_updates ** [12:20:57 2020-06-13] 178: Checking gears ** [12:20:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:20:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:02 2020-06-13] 178: Checking imports ** [12:21:02 2020-06-13] 178: Checking exports ** [12:21:02 2020-06-13] 178: Checking users ** [12:21:02 2020-06-13] 178: Checking user_dbs ** [12:21:02 2020-06-13] 178: Checking geocodings ** [12:21:02 2020-06-13] 178: Checking synchronizations ** [12:21:02 2020-06-13] 178: Checking tracker ** [12:21:02 2020-06-13] 178: Checking user_migrations ** [12:21:02 2020-06-13] 178: Checking batch_updates ** [12:21:02 2020-06-13] 178: Checking gears ** [12:21:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:21:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:07 2020-06-13] 178: Checking imports ** [12:21:07 2020-06-13] 178: Checking exports ** [12:21:07 2020-06-13] 178: Checking users ** [12:21:07 2020-06-13] 178: Checking user_dbs ** [12:21:07 2020-06-13] 178: Checking geocodings ** [12:21:07 2020-06-13] 178: Checking synchronizations ** [12:21:07 2020-06-13] 178: Checking tracker ** [12:21:07 2020-06-13] 178: Checking user_migrations ** [12:21:07 2020-06-13] 178: Checking batch_updates ** [12:21:07 2020-06-13] 178: Checking gears ** [12:21:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:21:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:12 2020-06-13] 178: Checking imports ** [12:21:12 2020-06-13] 178: Checking exports ** [12:21:12 2020-06-13] 178: Checking users ** [12:21:12 2020-06-13] 178: Checking user_dbs ** [12:21:12 2020-06-13] 178: Checking geocodings ** [12:21:12 2020-06-13] 178: Checking synchronizations ** [12:21:12 2020-06-13] 178: Checking tracker ** [12:21:12 2020-06-13] 178: Checking user_migrations ** [12:21:12 2020-06-13] 178: Checking batch_updates ** [12:21:12 2020-06-13] 178: Checking gears ** [12:21:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:21:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:17 2020-06-13] 178: Checking imports ** [12:21:17 2020-06-13] 178: Checking exports ** [12:21:17 2020-06-13] 178: Checking users ** [12:21:17 2020-06-13] 178: Checking user_dbs ** [12:21:17 2020-06-13] 178: Checking geocodings ** [12:21:17 2020-06-13] 178: Checking synchronizations ** [12:21:17 2020-06-13] 178: Checking tracker ** [12:21:17 2020-06-13] 178: Checking user_migrations ** [12:21:17 2020-06-13] 178: Checking batch_updates ** [12:21:17 2020-06-13] 178: Checking gears ** [12:21:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:21:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:22 2020-06-13] 178: Checking imports ** [12:21:22 2020-06-13] 178: Checking exports ** [12:21:22 2020-06-13] 178: Checking users ** [12:21:22 2020-06-13] 178: Checking user_dbs ** [12:21:22 2020-06-13] 178: Checking geocodings ** [12:21:22 2020-06-13] 178: Checking synchronizations ** [12:21:22 2020-06-13] 178: Checking tracker ** [12:21:22 2020-06-13] 178: Checking user_migrations ** [12:21:22 2020-06-13] 178: Checking batch_updates ** [12:21:22 2020-06-13] 178: Checking gears ** [12:21:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:21:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:27 2020-06-13] 178: Checking imports ** [12:21:27 2020-06-13] 178: Checking exports ** [12:21:27 2020-06-13] 178: Checking users ** [12:21:27 2020-06-13] 178: Checking user_dbs ** [12:21:27 2020-06-13] 178: Checking geocodings ** [12:21:27 2020-06-13] 178: Checking synchronizations ** [12:21:27 2020-06-13] 178: Checking tracker ** [12:21:27 2020-06-13] 178: Checking user_migrations ** [12:21:27 2020-06-13] 178: Checking batch_updates ** [12:21:27 2020-06-13] 178: Checking gears ** [12:21:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:21:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:32 2020-06-13] 178: Checking imports ** [12:21:32 2020-06-13] 178: Checking exports ** [12:21:32 2020-06-13] 178: Checking users ** [12:21:32 2020-06-13] 178: Checking user_dbs ** [12:21:32 2020-06-13] 178: Checking geocodings ** [12:21:32 2020-06-13] 178: Checking synchronizations ** [12:21:32 2020-06-13] 178: Checking tracker ** [12:21:32 2020-06-13] 178: Checking user_migrations ** [12:21:32 2020-06-13] 178: Checking batch_updates ** [12:21:32 2020-06-13] 178: Checking gears ** [12:21:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:21:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:37 2020-06-13] 178: Checking imports ** [12:21:37 2020-06-13] 178: Checking exports ** [12:21:37 2020-06-13] 178: Checking users ** [12:21:37 2020-06-13] 178: Checking user_dbs ** [12:21:37 2020-06-13] 178: Checking geocodings ** [12:21:37 2020-06-13] 178: Checking synchronizations ** [12:21:37 2020-06-13] 178: Checking tracker ** [12:21:37 2020-06-13] 178: Checking user_migrations ** [12:21:37 2020-06-13] 178: Checking batch_updates ** [12:21:37 2020-06-13] 178: Checking gears ** [12:21:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:21:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:42 2020-06-13] 178: Checking imports ** [12:21:42 2020-06-13] 178: Checking exports ** [12:21:42 2020-06-13] 178: Checking users ** [12:21:42 2020-06-13] 178: Checking user_dbs ** [12:21:42 2020-06-13] 178: Checking geocodings ** [12:21:42 2020-06-13] 178: Checking synchronizations ** [12:21:42 2020-06-13] 178: Checking tracker ** [12:21:42 2020-06-13] 178: Checking user_migrations ** [12:21:42 2020-06-13] 178: Checking batch_updates ** [12:21:42 2020-06-13] 178: Checking gears ** [12:21:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:21:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:47 2020-06-13] 178: Checking imports ** [12:21:47 2020-06-13] 178: Checking exports ** [12:21:47 2020-06-13] 178: Checking users ** [12:21:47 2020-06-13] 178: Checking user_dbs ** [12:21:47 2020-06-13] 178: Checking geocodings ** [12:21:47 2020-06-13] 178: Checking synchronizations ** [12:21:47 2020-06-13] 178: Checking tracker ** [12:21:47 2020-06-13] 178: Checking user_migrations ** [12:21:47 2020-06-13] 178: Checking batch_updates ** [12:21:47 2020-06-13] 178: Checking gears ** [12:21:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:21:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:52 2020-06-13] 178: Checking imports ** [12:21:52 2020-06-13] 178: Checking exports ** [12:21:52 2020-06-13] 178: Checking users ** [12:21:52 2020-06-13] 178: Checking user_dbs ** [12:21:52 2020-06-13] 178: Checking geocodings ** [12:21:52 2020-06-13] 178: Checking synchronizations ** [12:21:52 2020-06-13] 178: Checking tracker ** [12:21:52 2020-06-13] 178: Checking user_migrations ** [12:21:52 2020-06-13] 178: Checking batch_updates ** [12:21:52 2020-06-13] 178: Checking gears ** [12:21:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:21:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:57 2020-06-13] 178: Checking imports ** [12:21:57 2020-06-13] 178: Checking exports ** [12:21:57 2020-06-13] 178: Checking users ** [12:21:57 2020-06-13] 178: Checking user_dbs ** [12:21:57 2020-06-13] 178: Checking geocodings ** [12:21:57 2020-06-13] 178: Checking synchronizations ** [12:21:57 2020-06-13] 178: Checking tracker ** [12:21:57 2020-06-13] 178: Checking user_migrations ** [12:21:57 2020-06-13] 178: Checking batch_updates ** [12:21:57 2020-06-13] 178: Checking gears ** [12:21:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:21:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:02 2020-06-13] 178: Checking imports ** [12:22:02 2020-06-13] 178: Checking exports ** [12:22:02 2020-06-13] 178: Checking users ** [12:22:02 2020-06-13] 178: Checking user_dbs ** [12:22:02 2020-06-13] 178: Checking geocodings ** [12:22:02 2020-06-13] 178: Checking synchronizations ** [12:22:02 2020-06-13] 178: Checking tracker ** [12:22:02 2020-06-13] 178: Checking user_migrations ** [12:22:02 2020-06-13] 178: Checking batch_updates ** [12:22:02 2020-06-13] 178: Checking gears ** [12:22:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:22:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:07 2020-06-13] 178: Checking imports ** [12:22:07 2020-06-13] 178: Checking exports ** [12:22:07 2020-06-13] 178: Checking users ** [12:22:07 2020-06-13] 178: Checking user_dbs ** [12:22:07 2020-06-13] 178: Checking geocodings ** [12:22:07 2020-06-13] 178: Checking synchronizations ** [12:22:07 2020-06-13] 178: Checking tracker ** [12:22:07 2020-06-13] 178: Checking user_migrations ** [12:22:07 2020-06-13] 178: Checking batch_updates ** [12:22:07 2020-06-13] 178: Checking gears ** [12:22:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:22:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:12 2020-06-13] 178: Checking imports ** [12:22:12 2020-06-13] 178: Checking exports ** [12:22:12 2020-06-13] 178: Checking users ** [12:22:12 2020-06-13] 178: Checking user_dbs ** [12:22:12 2020-06-13] 178: Checking geocodings ** [12:22:12 2020-06-13] 178: Checking synchronizations ** [12:22:12 2020-06-13] 178: Checking tracker ** [12:22:12 2020-06-13] 178: Checking user_migrations ** [12:22:12 2020-06-13] 178: Checking batch_updates ** [12:22:12 2020-06-13] 178: Checking gears ** [12:22:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:22:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:17 2020-06-13] 178: Checking imports ** [12:22:17 2020-06-13] 178: Checking exports ** [12:22:17 2020-06-13] 178: Checking users ** [12:22:17 2020-06-13] 178: Checking user_dbs ** [12:22:17 2020-06-13] 178: Checking geocodings ** [12:22:17 2020-06-13] 178: Checking synchronizations ** [12:22:17 2020-06-13] 178: Checking tracker ** [12:22:17 2020-06-13] 178: Checking user_migrations ** [12:22:17 2020-06-13] 178: Checking batch_updates ** [12:22:17 2020-06-13] 178: Checking gears ** [12:22:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:22:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:22 2020-06-13] 178: Checking imports ** [12:22:22 2020-06-13] 178: Checking exports ** [12:22:22 2020-06-13] 178: Checking users ** [12:22:22 2020-06-13] 178: Checking user_dbs ** [12:22:22 2020-06-13] 178: Checking geocodings ** [12:22:22 2020-06-13] 178: Checking synchronizations ** [12:22:22 2020-06-13] 178: Checking tracker ** [12:22:22 2020-06-13] 178: Checking user_migrations ** [12:22:22 2020-06-13] 178: Checking batch_updates ** [12:22:22 2020-06-13] 178: Checking gears ** [12:22:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:22:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:27 2020-06-13] 178: Checking imports ** [12:22:27 2020-06-13] 178: Checking exports ** [12:22:27 2020-06-13] 178: Checking users ** [12:22:27 2020-06-13] 178: Checking user_dbs ** [12:22:27 2020-06-13] 178: Checking geocodings ** [12:22:27 2020-06-13] 178: Checking synchronizations ** [12:22:27 2020-06-13] 178: Checking tracker ** [12:22:27 2020-06-13] 178: Checking user_migrations ** [12:22:27 2020-06-13] 178: Checking batch_updates ** [12:22:27 2020-06-13] 178: Checking gears ** [12:22:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:22:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:32 2020-06-13] 178: Checking imports ** [12:22:32 2020-06-13] 178: Checking exports ** [12:22:32 2020-06-13] 178: Checking users ** [12:22:32 2020-06-13] 178: Checking user_dbs ** [12:22:32 2020-06-13] 178: Checking geocodings ** [12:22:32 2020-06-13] 178: Checking synchronizations ** [12:22:32 2020-06-13] 178: Checking tracker ** [12:22:32 2020-06-13] 178: Checking user_migrations ** [12:22:32 2020-06-13] 178: Checking batch_updates ** [12:22:32 2020-06-13] 178: Checking gears ** [12:22:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:22:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:37 2020-06-13] 178: Checking imports ** [12:22:37 2020-06-13] 178: Checking exports ** [12:22:37 2020-06-13] 178: Checking users ** [12:22:37 2020-06-13] 178: Checking user_dbs ** [12:22:37 2020-06-13] 178: Checking geocodings ** [12:22:37 2020-06-13] 178: Checking synchronizations ** [12:22:37 2020-06-13] 178: Checking tracker ** [12:22:37 2020-06-13] 178: Checking user_migrations ** [12:22:37 2020-06-13] 178: Checking batch_updates ** [12:22:37 2020-06-13] 178: Checking gears ** [12:22:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:22:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:42 2020-06-13] 178: Checking imports ** [12:22:42 2020-06-13] 178: Checking exports ** [12:22:42 2020-06-13] 178: Checking users ** [12:22:42 2020-06-13] 178: Checking user_dbs ** [12:22:42 2020-06-13] 178: Checking geocodings ** [12:22:42 2020-06-13] 178: Checking synchronizations ** [12:22:42 2020-06-13] 178: Checking tracker ** [12:22:42 2020-06-13] 178: Checking user_migrations ** [12:22:42 2020-06-13] 178: Checking batch_updates ** [12:22:42 2020-06-13] 178: Checking gears ** [12:22:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:22:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:47 2020-06-13] 178: Checking imports ** [12:22:47 2020-06-13] 178: Checking exports ** [12:22:47 2020-06-13] 178: Checking users ** [12:22:47 2020-06-13] 178: Checking user_dbs ** [12:22:47 2020-06-13] 178: Checking geocodings ** [12:22:47 2020-06-13] 178: Checking synchronizations ** [12:22:47 2020-06-13] 178: Checking tracker ** [12:22:47 2020-06-13] 178: Checking user_migrations ** [12:22:47 2020-06-13] 178: Checking batch_updates ** [12:22:47 2020-06-13] 178: Checking gears ** [12:22:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:22:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:52 2020-06-13] 178: Checking imports ** [12:22:52 2020-06-13] 178: Checking exports ** [12:22:52 2020-06-13] 178: Checking users ** [12:22:52 2020-06-13] 178: Checking user_dbs ** [12:22:52 2020-06-13] 178: Checking geocodings ** [12:22:52 2020-06-13] 178: Checking synchronizations ** [12:22:52 2020-06-13] 178: Checking tracker ** [12:22:52 2020-06-13] 178: Checking user_migrations ** [12:22:52 2020-06-13] 178: Checking batch_updates ** [12:22:52 2020-06-13] 178: Checking gears ** [12:22:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:22:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:57 2020-06-13] 178: Checking imports ** [12:22:57 2020-06-13] 178: Checking exports ** [12:22:57 2020-06-13] 178: Checking users ** [12:22:57 2020-06-13] 178: Checking user_dbs ** [12:22:57 2020-06-13] 178: Checking geocodings ** [12:22:57 2020-06-13] 178: Checking synchronizations ** [12:22:57 2020-06-13] 178: Checking tracker ** [12:22:57 2020-06-13] 178: Checking user_migrations ** [12:22:57 2020-06-13] 178: Checking batch_updates ** [12:22:57 2020-06-13] 178: Checking gears ** [12:22:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:22:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:02 2020-06-13] 178: Checking imports ** [12:23:02 2020-06-13] 178: Checking exports ** [12:23:02 2020-06-13] 178: Checking users ** [12:23:02 2020-06-13] 178: Checking user_dbs ** [12:23:02 2020-06-13] 178: Checking geocodings ** [12:23:02 2020-06-13] 178: Checking synchronizations ** [12:23:02 2020-06-13] 178: Checking tracker ** [12:23:02 2020-06-13] 178: Checking user_migrations ** [12:23:02 2020-06-13] 178: Checking batch_updates ** [12:23:02 2020-06-13] 178: Checking gears ** [12:23:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:23:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:07 2020-06-13] 178: Checking imports ** [12:23:07 2020-06-13] 178: Checking exports ** [12:23:07 2020-06-13] 178: Checking users ** [12:23:07 2020-06-13] 178: Checking user_dbs ** [12:23:07 2020-06-13] 178: Checking geocodings ** [12:23:07 2020-06-13] 178: Checking synchronizations ** [12:23:07 2020-06-13] 178: Checking tracker ** [12:23:07 2020-06-13] 178: Checking user_migrations ** [12:23:07 2020-06-13] 178: Checking batch_updates ** [12:23:07 2020-06-13] 178: Checking gears ** [12:23:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:23:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:12 2020-06-13] 178: Checking imports ** [12:23:12 2020-06-13] 178: Checking exports ** [12:23:12 2020-06-13] 178: Checking users ** [12:23:12 2020-06-13] 178: Checking user_dbs ** [12:23:12 2020-06-13] 178: Checking geocodings ** [12:23:12 2020-06-13] 178: Checking synchronizations ** [12:23:12 2020-06-13] 178: Checking tracker ** [12:23:12 2020-06-13] 178: Checking user_migrations ** [12:23:12 2020-06-13] 178: Checking batch_updates ** [12:23:12 2020-06-13] 178: Checking gears ** [12:23:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:23:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:17 2020-06-13] 178: Checking imports ** [12:23:17 2020-06-13] 178: Checking exports ** [12:23:17 2020-06-13] 178: Checking users ** [12:23:17 2020-06-13] 178: Checking user_dbs ** [12:23:17 2020-06-13] 178: Checking geocodings ** [12:23:17 2020-06-13] 178: Checking synchronizations ** [12:23:17 2020-06-13] 178: Checking tracker ** [12:23:17 2020-06-13] 178: Checking user_migrations ** [12:23:17 2020-06-13] 178: Checking batch_updates ** [12:23:17 2020-06-13] 178: Checking gears ** [12:23:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:23:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:22 2020-06-13] 178: Checking imports ** [12:23:22 2020-06-13] 178: Checking exports ** [12:23:22 2020-06-13] 178: Checking users ** [12:23:22 2020-06-13] 178: Checking user_dbs ** [12:23:22 2020-06-13] 178: Checking geocodings ** [12:23:22 2020-06-13] 178: Checking synchronizations ** [12:23:22 2020-06-13] 178: Checking tracker ** [12:23:22 2020-06-13] 178: Checking user_migrations ** [12:23:22 2020-06-13] 178: Checking batch_updates ** [12:23:22 2020-06-13] 178: Checking gears ** [12:23:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:23:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:27 2020-06-13] 178: Checking imports ** [12:23:27 2020-06-13] 178: Checking exports ** [12:23:27 2020-06-13] 178: Checking users ** [12:23:27 2020-06-13] 178: Checking user_dbs ** [12:23:27 2020-06-13] 178: Checking geocodings ** [12:23:27 2020-06-13] 178: Checking synchronizations ** [12:23:27 2020-06-13] 178: Checking tracker ** [12:23:27 2020-06-13] 178: Checking user_migrations ** [12:23:27 2020-06-13] 178: Checking batch_updates ** [12:23:27 2020-06-13] 178: Checking gears ** [12:23:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:23:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:32 2020-06-13] 178: Checking imports ** [12:23:32 2020-06-13] 178: Checking exports ** [12:23:32 2020-06-13] 178: Checking users ** [12:23:32 2020-06-13] 178: Checking user_dbs ** [12:23:32 2020-06-13] 178: Checking geocodings ** [12:23:32 2020-06-13] 178: Checking synchronizations ** [12:23:32 2020-06-13] 178: Checking tracker ** [12:23:32 2020-06-13] 178: Checking user_migrations ** [12:23:32 2020-06-13] 178: Checking batch_updates ** [12:23:32 2020-06-13] 178: Checking gears ** [12:23:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:23:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:37 2020-06-13] 178: Checking imports ** [12:23:37 2020-06-13] 178: Checking exports ** [12:23:37 2020-06-13] 178: Checking users ** [12:23:37 2020-06-13] 178: Checking user_dbs ** [12:23:37 2020-06-13] 178: Checking geocodings ** [12:23:37 2020-06-13] 178: Checking synchronizations ** [12:23:37 2020-06-13] 178: Checking tracker ** [12:23:37 2020-06-13] 178: Checking user_migrations ** [12:23:37 2020-06-13] 178: Checking batch_updates ** [12:23:37 2020-06-13] 178: Checking gears ** [12:23:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:23:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:42 2020-06-13] 178: Checking imports ** [12:23:42 2020-06-13] 178: Checking exports ** [12:23:42 2020-06-13] 178: Checking users ** [12:23:42 2020-06-13] 178: Checking user_dbs ** [12:23:42 2020-06-13] 178: Checking geocodings ** [12:23:42 2020-06-13] 178: Checking synchronizations ** [12:23:42 2020-06-13] 178: Checking tracker ** [12:23:42 2020-06-13] 178: Checking user_migrations ** [12:23:42 2020-06-13] 178: Checking batch_updates ** [12:23:42 2020-06-13] 178: Checking gears ** [12:23:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:23:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:47 2020-06-13] 178: Checking imports ** [12:23:47 2020-06-13] 178: Checking exports ** [12:23:47 2020-06-13] 178: Checking users ** [12:23:47 2020-06-13] 178: Checking user_dbs ** [12:23:47 2020-06-13] 178: Checking geocodings ** [12:23:47 2020-06-13] 178: Checking synchronizations ** [12:23:47 2020-06-13] 178: Checking tracker ** [12:23:47 2020-06-13] 178: Checking user_migrations ** [12:23:47 2020-06-13] 178: Checking batch_updates ** [12:23:47 2020-06-13] 178: Checking gears ** [12:23:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:23:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:52 2020-06-13] 178: Checking imports ** [12:23:52 2020-06-13] 178: Checking exports ** [12:23:52 2020-06-13] 178: Checking users ** [12:23:52 2020-06-13] 178: Checking user_dbs ** [12:23:52 2020-06-13] 178: Checking geocodings ** [12:23:52 2020-06-13] 178: Checking synchronizations ** [12:23:52 2020-06-13] 178: Checking tracker ** [12:23:52 2020-06-13] 178: Checking user_migrations ** [12:23:52 2020-06-13] 178: Checking batch_updates ** [12:23:52 2020-06-13] 178: Checking gears ** [12:23:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:23:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:57 2020-06-13] 178: Checking imports ** [12:23:57 2020-06-13] 178: Checking exports ** [12:23:57 2020-06-13] 178: Checking users ** [12:23:57 2020-06-13] 178: Checking user_dbs ** [12:23:57 2020-06-13] 178: Checking geocodings ** [12:23:57 2020-06-13] 178: Checking synchronizations ** [12:23:57 2020-06-13] 178: Checking tracker ** [12:23:57 2020-06-13] 178: Checking user_migrations ** [12:23:57 2020-06-13] 178: Checking batch_updates ** [12:23:57 2020-06-13] 178: Checking gears ** [12:23:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:23:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:02 2020-06-13] 178: Checking imports ** [12:24:02 2020-06-13] 178: Checking exports ** [12:24:02 2020-06-13] 178: Checking users ** [12:24:02 2020-06-13] 178: Checking user_dbs ** [12:24:02 2020-06-13] 178: Checking geocodings ** [12:24:02 2020-06-13] 178: Checking synchronizations ** [12:24:02 2020-06-13] 178: Checking tracker ** [12:24:02 2020-06-13] 178: Checking user_migrations ** [12:24:02 2020-06-13] 178: Checking batch_updates ** [12:24:02 2020-06-13] 178: Checking gears ** [12:24:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:24:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:07 2020-06-13] 178: Checking imports ** [12:24:07 2020-06-13] 178: Checking exports ** [12:24:07 2020-06-13] 178: Checking users ** [12:24:07 2020-06-13] 178: Checking user_dbs ** [12:24:07 2020-06-13] 178: Checking geocodings ** [12:24:07 2020-06-13] 178: Checking synchronizations ** [12:24:07 2020-06-13] 178: Checking tracker ** [12:24:07 2020-06-13] 178: Checking user_migrations ** [12:24:07 2020-06-13] 178: Checking batch_updates ** [12:24:07 2020-06-13] 178: Checking gears ** [12:24:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:24:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:12 2020-06-13] 178: Checking imports ** [12:24:12 2020-06-13] 178: Checking exports ** [12:24:12 2020-06-13] 178: Checking users ** [12:24:12 2020-06-13] 178: Checking user_dbs ** [12:24:12 2020-06-13] 178: Checking geocodings ** [12:24:12 2020-06-13] 178: Checking synchronizations ** [12:24:12 2020-06-13] 178: Checking tracker ** [12:24:12 2020-06-13] 178: Checking user_migrations ** [12:24:12 2020-06-13] 178: Checking batch_updates ** [12:24:12 2020-06-13] 178: Checking gears ** [12:24:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:24:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:17 2020-06-13] 178: Checking imports ** [12:24:17 2020-06-13] 178: Checking exports ** [12:24:17 2020-06-13] 178: Checking users ** [12:24:17 2020-06-13] 178: Checking user_dbs ** [12:24:17 2020-06-13] 178: Checking geocodings ** [12:24:17 2020-06-13] 178: Checking synchronizations ** [12:24:17 2020-06-13] 178: Checking tracker ** [12:24:17 2020-06-13] 178: Checking user_migrations ** [12:24:17 2020-06-13] 178: Checking batch_updates ** [12:24:17 2020-06-13] 178: Checking gears ** [12:24:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:24:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:22 2020-06-13] 178: Checking imports ** [12:24:22 2020-06-13] 178: Checking exports ** [12:24:22 2020-06-13] 178: Checking users ** [12:24:22 2020-06-13] 178: Checking user_dbs ** [12:24:22 2020-06-13] 178: Checking geocodings ** [12:24:22 2020-06-13] 178: Checking synchronizations ** [12:24:22 2020-06-13] 178: Checking tracker ** [12:24:22 2020-06-13] 178: Checking user_migrations ** [12:24:22 2020-06-13] 178: Checking batch_updates ** [12:24:22 2020-06-13] 178: Checking gears ** [12:24:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:24:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:27 2020-06-13] 178: Checking imports ** [12:24:27 2020-06-13] 178: Checking exports ** [12:24:27 2020-06-13] 178: Checking users ** [12:24:27 2020-06-13] 178: Checking user_dbs ** [12:24:27 2020-06-13] 178: Checking geocodings ** [12:24:27 2020-06-13] 178: Checking synchronizations ** [12:24:27 2020-06-13] 178: Checking tracker ** [12:24:27 2020-06-13] 178: Checking user_migrations ** [12:24:27 2020-06-13] 178: Checking batch_updates ** [12:24:27 2020-06-13] 178: Checking gears ** [12:24:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:24:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:32 2020-06-13] 178: Checking imports ** [12:24:32 2020-06-13] 178: Checking exports ** [12:24:32 2020-06-13] 178: Checking users ** [12:24:32 2020-06-13] 178: Checking user_dbs ** [12:24:32 2020-06-13] 178: Checking geocodings ** [12:24:32 2020-06-13] 178: Checking synchronizations ** [12:24:32 2020-06-13] 178: Checking tracker ** [12:24:32 2020-06-13] 178: Checking user_migrations ** [12:24:32 2020-06-13] 178: Checking batch_updates ** [12:24:32 2020-06-13] 178: Checking gears ** [12:24:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:24:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:37 2020-06-13] 178: Checking imports ** [12:24:37 2020-06-13] 178: Checking exports ** [12:24:37 2020-06-13] 178: Checking users ** [12:24:37 2020-06-13] 178: Checking user_dbs ** [12:24:37 2020-06-13] 178: Checking geocodings ** [12:24:37 2020-06-13] 178: Checking synchronizations ** [12:24:37 2020-06-13] 178: Checking tracker ** [12:24:37 2020-06-13] 178: Checking user_migrations ** [12:24:37 2020-06-13] 178: Checking batch_updates ** [12:24:37 2020-06-13] 178: Checking gears ** [12:24:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:24:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:42 2020-06-13] 178: Checking imports ** [12:24:42 2020-06-13] 178: Checking exports ** [12:24:42 2020-06-13] 178: Checking users ** [12:24:42 2020-06-13] 178: Checking user_dbs ** [12:24:42 2020-06-13] 178: Checking geocodings ** [12:24:42 2020-06-13] 178: Checking synchronizations ** [12:24:42 2020-06-13] 178: Checking tracker ** [12:24:42 2020-06-13] 178: Checking user_migrations ** [12:24:42 2020-06-13] 178: Checking batch_updates ** [12:24:42 2020-06-13] 178: Checking gears ** [12:24:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:24:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:47 2020-06-13] 178: Checking imports ** [12:24:47 2020-06-13] 178: Checking exports ** [12:24:47 2020-06-13] 178: Checking users ** [12:24:47 2020-06-13] 178: Checking user_dbs ** [12:24:47 2020-06-13] 178: Checking geocodings ** [12:24:47 2020-06-13] 178: Checking synchronizations ** [12:24:47 2020-06-13] 178: Checking tracker ** [12:24:47 2020-06-13] 178: Checking user_migrations ** [12:24:47 2020-06-13] 178: Checking batch_updates ** [12:24:47 2020-06-13] 178: Checking gears ** [12:24:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:24:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:52 2020-06-13] 178: Checking imports ** [12:24:52 2020-06-13] 178: Checking exports ** [12:24:52 2020-06-13] 178: Checking users ** [12:24:52 2020-06-13] 178: Checking user_dbs ** [12:24:52 2020-06-13] 178: Checking geocodings ** [12:24:52 2020-06-13] 178: Checking synchronizations ** [12:24:52 2020-06-13] 178: Checking tracker ** [12:24:52 2020-06-13] 178: Checking user_migrations ** [12:24:52 2020-06-13] 178: Checking batch_updates ** [12:24:52 2020-06-13] 178: Checking gears ** [12:24:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:24:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:57 2020-06-13] 178: Checking imports ** [12:24:57 2020-06-13] 178: Checking exports ** [12:24:57 2020-06-13] 178: Checking users ** [12:24:57 2020-06-13] 178: Checking user_dbs ** [12:24:57 2020-06-13] 178: Checking geocodings ** [12:24:57 2020-06-13] 178: Checking synchronizations ** [12:24:57 2020-06-13] 178: Checking tracker ** [12:24:57 2020-06-13] 178: Checking user_migrations ** [12:24:57 2020-06-13] 178: Checking batch_updates ** [12:24:57 2020-06-13] 178: Checking gears ** [12:24:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:24:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:02 2020-06-13] 178: Checking imports ** [12:25:02 2020-06-13] 178: Checking exports ** [12:25:02 2020-06-13] 178: Checking users ** [12:25:02 2020-06-13] 178: Checking user_dbs ** [12:25:02 2020-06-13] 178: Checking geocodings ** [12:25:02 2020-06-13] 178: Checking synchronizations ** [12:25:02 2020-06-13] 178: Checking tracker ** [12:25:02 2020-06-13] 178: Checking user_migrations ** [12:25:02 2020-06-13] 178: Checking batch_updates ** [12:25:02 2020-06-13] 178: Checking gears ** [12:25:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:25:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:07 2020-06-13] 178: Checking imports ** [12:25:07 2020-06-13] 178: Checking exports ** [12:25:07 2020-06-13] 178: Checking users ** [12:25:07 2020-06-13] 178: Checking user_dbs ** [12:25:07 2020-06-13] 178: Checking geocodings ** [12:25:07 2020-06-13] 178: Checking synchronizations ** [12:25:07 2020-06-13] 178: Checking tracker ** [12:25:07 2020-06-13] 178: Checking user_migrations ** [12:25:07 2020-06-13] 178: Checking batch_updates ** [12:25:07 2020-06-13] 178: Checking gears ** [12:25:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:25:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:12 2020-06-13] 178: Checking imports ** [12:25:12 2020-06-13] 178: Checking exports ** [12:25:12 2020-06-13] 178: Checking users ** [12:25:12 2020-06-13] 178: Checking user_dbs ** [12:25:12 2020-06-13] 178: Checking geocodings ** [12:25:12 2020-06-13] 178: Checking synchronizations ** [12:25:12 2020-06-13] 178: Checking tracker ** [12:25:12 2020-06-13] 178: Checking user_migrations ** [12:25:12 2020-06-13] 178: Checking batch_updates ** [12:25:12 2020-06-13] 178: Checking gears ** [12:25:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:25:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:17 2020-06-13] 178: Checking imports ** [12:25:17 2020-06-13] 178: Checking exports ** [12:25:17 2020-06-13] 178: Checking users ** [12:25:17 2020-06-13] 178: Checking user_dbs ** [12:25:17 2020-06-13] 178: Checking geocodings ** [12:25:17 2020-06-13] 178: Checking synchronizations ** [12:25:17 2020-06-13] 178: Checking tracker ** [12:25:17 2020-06-13] 178: Checking user_migrations ** [12:25:17 2020-06-13] 178: Checking batch_updates ** [12:25:17 2020-06-13] 178: Checking gears ** [12:25:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:25:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:22 2020-06-13] 178: Checking imports ** [12:25:22 2020-06-13] 178: Checking exports ** [12:25:22 2020-06-13] 178: Checking users ** [12:25:22 2020-06-13] 178: Checking user_dbs ** [12:25:22 2020-06-13] 178: Checking geocodings ** [12:25:22 2020-06-13] 178: Checking synchronizations ** [12:25:22 2020-06-13] 178: Checking tracker ** [12:25:22 2020-06-13] 178: Checking user_migrations ** [12:25:22 2020-06-13] 178: Checking batch_updates ** [12:25:22 2020-06-13] 178: Checking gears ** [12:25:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:25:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:27 2020-06-13] 178: Checking imports ** [12:25:27 2020-06-13] 178: Checking exports ** [12:25:27 2020-06-13] 178: Checking users ** [12:25:27 2020-06-13] 178: Checking user_dbs ** [12:25:27 2020-06-13] 178: Checking geocodings ** [12:25:27 2020-06-13] 178: Checking synchronizations ** [12:25:27 2020-06-13] 178: Checking tracker ** [12:25:27 2020-06-13] 178: Checking user_migrations ** [12:25:27 2020-06-13] 178: Checking batch_updates ** [12:25:27 2020-06-13] 178: Checking gears ** [12:25:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:25:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:32 2020-06-13] 178: Checking imports ** [12:25:32 2020-06-13] 178: Checking exports ** [12:25:32 2020-06-13] 178: Checking users ** [12:25:32 2020-06-13] 178: Checking user_dbs ** [12:25:32 2020-06-13] 178: Checking geocodings ** [12:25:32 2020-06-13] 178: Checking synchronizations ** [12:25:32 2020-06-13] 178: Checking tracker ** [12:25:32 2020-06-13] 178: Checking user_migrations ** [12:25:32 2020-06-13] 178: Checking batch_updates ** [12:25:32 2020-06-13] 178: Checking gears ** [12:25:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:25:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:37 2020-06-13] 178: Checking imports ** [12:25:37 2020-06-13] 178: Checking exports ** [12:25:37 2020-06-13] 178: Checking users ** [12:25:37 2020-06-13] 178: Checking user_dbs ** [12:25:37 2020-06-13] 178: Checking geocodings ** [12:25:37 2020-06-13] 178: Checking synchronizations ** [12:25:37 2020-06-13] 178: Checking tracker ** [12:25:37 2020-06-13] 178: Checking user_migrations ** [12:25:37 2020-06-13] 178: Checking batch_updates ** [12:25:37 2020-06-13] 178: Checking gears ** [12:25:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:25:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:42 2020-06-13] 178: Checking imports ** [12:25:42 2020-06-13] 178: Checking exports ** [12:25:42 2020-06-13] 178: Checking users ** [12:25:42 2020-06-13] 178: Checking user_dbs ** [12:25:42 2020-06-13] 178: Checking geocodings ** [12:25:42 2020-06-13] 178: Checking synchronizations ** [12:25:42 2020-06-13] 178: Checking tracker ** [12:25:42 2020-06-13] 178: Checking user_migrations ** [12:25:42 2020-06-13] 178: Checking batch_updates ** [12:25:42 2020-06-13] 178: Checking gears ** [12:25:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:25:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:47 2020-06-13] 178: Checking imports ** [12:25:47 2020-06-13] 178: Checking exports ** [12:25:47 2020-06-13] 178: Checking users ** [12:25:47 2020-06-13] 178: Checking user_dbs ** [12:25:47 2020-06-13] 178: Checking geocodings ** [12:25:47 2020-06-13] 178: Checking synchronizations ** [12:25:47 2020-06-13] 178: Checking tracker ** [12:25:47 2020-06-13] 178: Checking user_migrations ** [12:25:47 2020-06-13] 178: Checking batch_updates ** [12:25:47 2020-06-13] 178: Checking gears ** [12:25:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:25:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:52 2020-06-13] 178: Checking imports ** [12:25:52 2020-06-13] 178: Checking exports ** [12:25:52 2020-06-13] 178: Checking users ** [12:25:52 2020-06-13] 178: Checking user_dbs ** [12:25:52 2020-06-13] 178: Checking geocodings ** [12:25:52 2020-06-13] 178: Checking synchronizations ** [12:25:52 2020-06-13] 178: Checking tracker ** [12:25:52 2020-06-13] 178: Checking user_migrations ** [12:25:52 2020-06-13] 178: Checking batch_updates ** [12:25:52 2020-06-13] 178: Checking gears ** [12:25:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:25:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:57 2020-06-13] 178: Checking imports ** [12:25:57 2020-06-13] 178: Checking exports ** [12:25:57 2020-06-13] 178: Checking users ** [12:25:57 2020-06-13] 178: Checking user_dbs ** [12:25:57 2020-06-13] 178: Checking geocodings ** [12:25:57 2020-06-13] 178: Checking synchronizations ** [12:25:57 2020-06-13] 178: Checking tracker ** [12:25:57 2020-06-13] 178: Checking user_migrations ** [12:25:57 2020-06-13] 178: Checking batch_updates ** [12:25:57 2020-06-13] 178: Checking gears ** [12:25:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:25:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:02 2020-06-13] 178: Checking imports ** [12:26:02 2020-06-13] 178: Checking exports ** [12:26:02 2020-06-13] 178: Checking users ** [12:26:02 2020-06-13] 178: Checking user_dbs ** [12:26:02 2020-06-13] 178: Checking geocodings ** [12:26:02 2020-06-13] 178: Checking synchronizations ** [12:26:02 2020-06-13] 178: Checking tracker ** [12:26:02 2020-06-13] 178: Checking user_migrations ** [12:26:02 2020-06-13] 178: Checking batch_updates ** [12:26:02 2020-06-13] 178: Checking gears ** [12:26:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:26:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:07 2020-06-13] 178: Checking imports ** [12:26:07 2020-06-13] 178: Checking exports ** [12:26:07 2020-06-13] 178: Checking users ** [12:26:07 2020-06-13] 178: Checking user_dbs ** [12:26:07 2020-06-13] 178: Checking geocodings ** [12:26:07 2020-06-13] 178: Checking synchronizations ** [12:26:07 2020-06-13] 178: Checking tracker ** [12:26:07 2020-06-13] 178: Checking user_migrations ** [12:26:07 2020-06-13] 178: Checking batch_updates ** [12:26:07 2020-06-13] 178: Checking gears ** [12:26:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:26:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:13 2020-06-13] 178: Checking imports ** [12:26:13 2020-06-13] 178: Checking exports ** [12:26:13 2020-06-13] 178: Checking users ** [12:26:13 2020-06-13] 178: Checking user_dbs ** [12:26:13 2020-06-13] 178: Checking geocodings ** [12:26:13 2020-06-13] 178: Checking synchronizations ** [12:26:13 2020-06-13] 178: Checking tracker ** [12:26:13 2020-06-13] 178: Checking user_migrations ** [12:26:13 2020-06-13] 178: Checking batch_updates ** [12:26:13 2020-06-13] 178: Checking gears ** [12:26:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:26:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:18 2020-06-13] 178: Checking imports ** [12:26:18 2020-06-13] 178: Checking exports ** [12:26:18 2020-06-13] 178: Checking users ** [12:26:18 2020-06-13] 178: Checking user_dbs ** [12:26:18 2020-06-13] 178: Checking geocodings ** [12:26:18 2020-06-13] 178: Checking synchronizations ** [12:26:18 2020-06-13] 178: Checking tracker ** [12:26:18 2020-06-13] 178: Checking user_migrations ** [12:26:18 2020-06-13] 178: Checking batch_updates ** [12:26:18 2020-06-13] 178: Checking gears ** [12:26:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:26:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:23 2020-06-13] 178: Checking imports ** [12:26:23 2020-06-13] 178: Checking exports ** [12:26:23 2020-06-13] 178: Checking users ** [12:26:23 2020-06-13] 178: Checking user_dbs ** [12:26:23 2020-06-13] 178: Checking geocodings ** [12:26:23 2020-06-13] 178: Checking synchronizations ** [12:26:23 2020-06-13] 178: Checking tracker ** [12:26:23 2020-06-13] 178: Checking user_migrations ** [12:26:23 2020-06-13] 178: Checking batch_updates ** [12:26:23 2020-06-13] 178: Checking gears ** [12:26:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:26:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:28 2020-06-13] 178: Checking imports ** [12:26:28 2020-06-13] 178: Checking exports ** [12:26:28 2020-06-13] 178: Checking users ** [12:26:28 2020-06-13] 178: Checking user_dbs ** [12:26:28 2020-06-13] 178: Checking geocodings ** [12:26:28 2020-06-13] 178: Checking synchronizations ** [12:26:28 2020-06-13] 178: Checking tracker ** [12:26:28 2020-06-13] 178: Checking user_migrations ** [12:26:28 2020-06-13] 178: Checking batch_updates ** [12:26:28 2020-06-13] 178: Checking gears ** [12:26:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:26:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:33 2020-06-13] 178: Checking imports ** [12:26:33 2020-06-13] 178: Checking exports ** [12:26:33 2020-06-13] 178: Checking users ** [12:26:33 2020-06-13] 178: Checking user_dbs ** [12:26:33 2020-06-13] 178: Checking geocodings ** [12:26:33 2020-06-13] 178: Checking synchronizations ** [12:26:33 2020-06-13] 178: Checking tracker ** [12:26:33 2020-06-13] 178: Checking user_migrations ** [12:26:33 2020-06-13] 178: Checking batch_updates ** [12:26:33 2020-06-13] 178: Checking gears ** [12:26:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:26:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:38 2020-06-13] 178: Checking imports ** [12:26:38 2020-06-13] 178: Checking exports ** [12:26:38 2020-06-13] 178: Checking users ** [12:26:38 2020-06-13] 178: Checking user_dbs ** [12:26:38 2020-06-13] 178: Checking geocodings ** [12:26:38 2020-06-13] 178: Checking synchronizations ** [12:26:38 2020-06-13] 178: Checking tracker ** [12:26:38 2020-06-13] 178: Checking user_migrations ** [12:26:38 2020-06-13] 178: Checking batch_updates ** [12:26:38 2020-06-13] 178: Checking gears ** [12:26:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:26:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:43 2020-06-13] 178: Checking imports ** [12:26:43 2020-06-13] 178: Checking exports ** [12:26:43 2020-06-13] 178: Checking users ** [12:26:43 2020-06-13] 178: Checking user_dbs ** [12:26:43 2020-06-13] 178: Checking geocodings ** [12:26:43 2020-06-13] 178: Checking synchronizations ** [12:26:43 2020-06-13] 178: Checking tracker ** [12:26:43 2020-06-13] 178: Checking user_migrations ** [12:26:43 2020-06-13] 178: Checking batch_updates ** [12:26:43 2020-06-13] 178: Checking gears ** [12:26:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:26:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:48 2020-06-13] 178: Checking imports ** [12:26:48 2020-06-13] 178: Checking exports ** [12:26:48 2020-06-13] 178: Checking users ** [12:26:48 2020-06-13] 178: Checking user_dbs ** [12:26:48 2020-06-13] 178: Checking geocodings ** [12:26:48 2020-06-13] 178: Checking synchronizations ** [12:26:48 2020-06-13] 178: Checking tracker ** [12:26:48 2020-06-13] 178: Checking user_migrations ** [12:26:48 2020-06-13] 178: Checking batch_updates ** [12:26:48 2020-06-13] 178: Checking gears ** [12:26:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:26:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:53 2020-06-13] 178: Checking imports ** [12:26:53 2020-06-13] 178: Checking exports ** [12:26:53 2020-06-13] 178: Checking users ** [12:26:53 2020-06-13] 178: Checking user_dbs ** [12:26:53 2020-06-13] 178: Checking geocodings ** [12:26:53 2020-06-13] 178: Checking synchronizations ** [12:26:53 2020-06-13] 178: Checking tracker ** [12:26:53 2020-06-13] 178: Checking user_migrations ** [12:26:53 2020-06-13] 178: Checking batch_updates ** [12:26:53 2020-06-13] 178: Checking gears ** [12:26:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:26:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:58 2020-06-13] 178: Checking imports ** [12:26:58 2020-06-13] 178: Checking exports ** [12:26:58 2020-06-13] 178: Checking users ** [12:26:58 2020-06-13] 178: Checking user_dbs ** [12:26:58 2020-06-13] 178: Checking geocodings ** [12:26:58 2020-06-13] 178: Checking synchronizations ** [12:26:58 2020-06-13] 178: Checking tracker ** [12:26:58 2020-06-13] 178: Checking user_migrations ** [12:26:58 2020-06-13] 178: Checking batch_updates ** [12:26:58 2020-06-13] 178: Checking gears ** [12:26:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:26:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:03 2020-06-13] 178: Checking imports ** [12:27:03 2020-06-13] 178: Checking exports ** [12:27:03 2020-06-13] 178: Checking users ** [12:27:03 2020-06-13] 178: Checking user_dbs ** [12:27:03 2020-06-13] 178: Checking geocodings ** [12:27:03 2020-06-13] 178: Checking synchronizations ** [12:27:03 2020-06-13] 178: Checking tracker ** [12:27:03 2020-06-13] 178: Checking user_migrations ** [12:27:03 2020-06-13] 178: Checking batch_updates ** [12:27:03 2020-06-13] 178: Checking gears ** [12:27:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:27:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:08 2020-06-13] 178: Checking imports ** [12:27:08 2020-06-13] 178: Checking exports ** [12:27:08 2020-06-13] 178: Checking users ** [12:27:08 2020-06-13] 178: Checking user_dbs ** [12:27:08 2020-06-13] 178: Checking geocodings ** [12:27:08 2020-06-13] 178: Checking synchronizations ** [12:27:08 2020-06-13] 178: Checking tracker ** [12:27:08 2020-06-13] 178: Checking user_migrations ** [12:27:08 2020-06-13] 178: Checking batch_updates ** [12:27:08 2020-06-13] 178: Checking gears ** [12:27:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:27:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:13 2020-06-13] 178: Checking imports ** [12:27:13 2020-06-13] 178: Checking exports ** [12:27:13 2020-06-13] 178: Checking users ** [12:27:13 2020-06-13] 178: Checking user_dbs ** [12:27:13 2020-06-13] 178: Checking geocodings ** [12:27:13 2020-06-13] 178: Checking synchronizations ** [12:27:13 2020-06-13] 178: Checking tracker ** [12:27:13 2020-06-13] 178: Checking user_migrations ** [12:27:13 2020-06-13] 178: Checking batch_updates ** [12:27:13 2020-06-13] 178: Checking gears ** [12:27:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:27:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:18 2020-06-13] 178: Checking imports ** [12:27:18 2020-06-13] 178: Checking exports ** [12:27:18 2020-06-13] 178: Checking users ** [12:27:18 2020-06-13] 178: Checking user_dbs ** [12:27:18 2020-06-13] 178: Checking geocodings ** [12:27:18 2020-06-13] 178: Checking synchronizations ** [12:27:18 2020-06-13] 178: Checking tracker ** [12:27:18 2020-06-13] 178: Checking user_migrations ** [12:27:18 2020-06-13] 178: Checking batch_updates ** [12:27:18 2020-06-13] 178: Checking gears ** [12:27:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:27:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:23 2020-06-13] 178: Checking imports ** [12:27:23 2020-06-13] 178: Checking exports ** [12:27:23 2020-06-13] 178: Checking users ** [12:27:23 2020-06-13] 178: Checking user_dbs ** [12:27:23 2020-06-13] 178: Checking geocodings ** [12:27:23 2020-06-13] 178: Checking synchronizations ** [12:27:23 2020-06-13] 178: Checking tracker ** [12:27:23 2020-06-13] 178: Checking user_migrations ** [12:27:23 2020-06-13] 178: Checking batch_updates ** [12:27:23 2020-06-13] 178: Checking gears ** [12:27:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:27:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:28 2020-06-13] 178: Checking imports ** [12:27:28 2020-06-13] 178: Checking exports ** [12:27:28 2020-06-13] 178: Checking users ** [12:27:28 2020-06-13] 178: Checking user_dbs ** [12:27:28 2020-06-13] 178: Checking geocodings ** [12:27:28 2020-06-13] 178: Checking synchronizations ** [12:27:28 2020-06-13] 178: Checking tracker ** [12:27:28 2020-06-13] 178: Checking user_migrations ** [12:27:28 2020-06-13] 178: Checking batch_updates ** [12:27:28 2020-06-13] 178: Checking gears ** [12:27:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:27:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:33 2020-06-13] 178: Checking imports ** [12:27:33 2020-06-13] 178: Checking exports ** [12:27:33 2020-06-13] 178: Checking users ** [12:27:33 2020-06-13] 178: Checking user_dbs ** [12:27:33 2020-06-13] 178: Checking geocodings ** [12:27:33 2020-06-13] 178: Checking synchronizations ** [12:27:33 2020-06-13] 178: Checking tracker ** [12:27:33 2020-06-13] 178: Checking user_migrations ** [12:27:33 2020-06-13] 178: Checking batch_updates ** [12:27:33 2020-06-13] 178: Checking gears ** [12:27:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:27:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:38 2020-06-13] 178: Checking imports ** [12:27:38 2020-06-13] 178: Checking exports ** [12:27:38 2020-06-13] 178: Checking users ** [12:27:38 2020-06-13] 178: Checking user_dbs ** [12:27:38 2020-06-13] 178: Checking geocodings ** [12:27:38 2020-06-13] 178: Checking synchronizations ** [12:27:38 2020-06-13] 178: Checking tracker ** [12:27:38 2020-06-13] 178: Checking user_migrations ** [12:27:38 2020-06-13] 178: Checking batch_updates ** [12:27:38 2020-06-13] 178: Checking gears ** [12:27:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:27:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:43 2020-06-13] 178: Checking imports ** [12:27:43 2020-06-13] 178: Checking exports ** [12:27:43 2020-06-13] 178: Checking users ** [12:27:43 2020-06-13] 178: Checking user_dbs ** [12:27:43 2020-06-13] 178: Checking geocodings ** [12:27:43 2020-06-13] 178: Checking synchronizations ** [12:27:43 2020-06-13] 178: Checking tracker ** [12:27:43 2020-06-13] 178: Checking user_migrations ** [12:27:43 2020-06-13] 178: Checking batch_updates ** [12:27:43 2020-06-13] 178: Checking gears ** [12:27:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:27:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:48 2020-06-13] 178: Checking imports ** [12:27:48 2020-06-13] 178: Checking exports ** [12:27:48 2020-06-13] 178: Checking users ** [12:27:48 2020-06-13] 178: Checking user_dbs ** [12:27:48 2020-06-13] 178: Checking geocodings ** [12:27:48 2020-06-13] 178: Checking synchronizations ** [12:27:48 2020-06-13] 178: Checking tracker ** [12:27:48 2020-06-13] 178: Checking user_migrations ** [12:27:48 2020-06-13] 178: Checking batch_updates ** [12:27:48 2020-06-13] 178: Checking gears ** [12:27:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:27:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:53 2020-06-13] 178: Checking imports ** [12:27:53 2020-06-13] 178: Checking exports ** [12:27:53 2020-06-13] 178: Checking users ** [12:27:53 2020-06-13] 178: Checking user_dbs ** [12:27:53 2020-06-13] 178: Checking geocodings ** [12:27:53 2020-06-13] 178: Checking synchronizations ** [12:27:53 2020-06-13] 178: Checking tracker ** [12:27:53 2020-06-13] 178: Checking user_migrations ** [12:27:53 2020-06-13] 178: Checking batch_updates ** [12:27:53 2020-06-13] 178: Checking gears ** [12:27:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:27:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:58 2020-06-13] 178: Checking imports ** [12:27:58 2020-06-13] 178: Checking exports ** [12:27:58 2020-06-13] 178: Checking users ** [12:27:58 2020-06-13] 178: Checking user_dbs ** [12:27:58 2020-06-13] 178: Checking geocodings ** [12:27:58 2020-06-13] 178: Checking synchronizations ** [12:27:58 2020-06-13] 178: Checking tracker ** [12:27:58 2020-06-13] 178: Checking user_migrations ** [12:27:58 2020-06-13] 178: Checking batch_updates ** [12:27:58 2020-06-13] 178: Checking gears ** [12:27:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:27:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:03 2020-06-13] 178: Checking imports ** [12:28:03 2020-06-13] 178: Checking exports ** [12:28:03 2020-06-13] 178: Checking users ** [12:28:03 2020-06-13] 178: Checking user_dbs ** [12:28:03 2020-06-13] 178: Checking geocodings ** [12:28:03 2020-06-13] 178: Checking synchronizations ** [12:28:03 2020-06-13] 178: Checking tracker ** [12:28:03 2020-06-13] 178: Checking user_migrations ** [12:28:03 2020-06-13] 178: Checking batch_updates ** [12:28:03 2020-06-13] 178: Checking gears ** [12:28:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:28:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:08 2020-06-13] 178: Checking imports ** [12:28:08 2020-06-13] 178: Checking exports ** [12:28:08 2020-06-13] 178: Checking users ** [12:28:08 2020-06-13] 178: Checking user_dbs ** [12:28:08 2020-06-13] 178: Checking geocodings ** [12:28:08 2020-06-13] 178: Checking synchronizations ** [12:28:08 2020-06-13] 178: Checking tracker ** [12:28:08 2020-06-13] 178: Checking user_migrations ** [12:28:08 2020-06-13] 178: Checking batch_updates ** [12:28:08 2020-06-13] 178: Checking gears ** [12:28:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:28:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:13 2020-06-13] 178: Checking imports ** [12:28:13 2020-06-13] 178: Checking exports ** [12:28:13 2020-06-13] 178: Checking users ** [12:28:13 2020-06-13] 178: Checking user_dbs ** [12:28:13 2020-06-13] 178: Checking geocodings ** [12:28:13 2020-06-13] 178: Checking synchronizations ** [12:28:13 2020-06-13] 178: Checking tracker ** [12:28:13 2020-06-13] 178: Checking user_migrations ** [12:28:13 2020-06-13] 178: Checking batch_updates ** [12:28:13 2020-06-13] 178: Checking gears ** [12:28:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:28:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:18 2020-06-13] 178: Checking imports ** [12:28:18 2020-06-13] 178: Checking exports ** [12:28:18 2020-06-13] 178: Checking users ** [12:28:18 2020-06-13] 178: Checking user_dbs ** [12:28:18 2020-06-13] 178: Checking geocodings ** [12:28:18 2020-06-13] 178: Checking synchronizations ** [12:28:18 2020-06-13] 178: Checking tracker ** [12:28:18 2020-06-13] 178: Checking user_migrations ** [12:28:18 2020-06-13] 178: Checking batch_updates ** [12:28:18 2020-06-13] 178: Checking gears ** [12:28:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:28:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:23 2020-06-13] 178: Checking imports ** [12:28:23 2020-06-13] 178: Checking exports ** [12:28:23 2020-06-13] 178: Checking users ** [12:28:23 2020-06-13] 178: Checking user_dbs ** [12:28:23 2020-06-13] 178: Checking geocodings ** [12:28:23 2020-06-13] 178: Checking synchronizations ** [12:28:23 2020-06-13] 178: Checking tracker ** [12:28:23 2020-06-13] 178: Checking user_migrations ** [12:28:23 2020-06-13] 178: Checking batch_updates ** [12:28:23 2020-06-13] 178: Checking gears ** [12:28:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:28:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:28 2020-06-13] 178: Checking imports ** [12:28:28 2020-06-13] 178: Checking exports ** [12:28:28 2020-06-13] 178: Checking users ** [12:28:28 2020-06-13] 178: Checking user_dbs ** [12:28:28 2020-06-13] 178: Checking geocodings ** [12:28:28 2020-06-13] 178: Checking synchronizations ** [12:28:28 2020-06-13] 178: Checking tracker ** [12:28:28 2020-06-13] 178: Checking user_migrations ** [12:28:28 2020-06-13] 178: Checking batch_updates ** [12:28:28 2020-06-13] 178: Checking gears ** [12:28:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:28:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:33 2020-06-13] 178: Checking imports ** [12:28:33 2020-06-13] 178: Checking exports ** [12:28:33 2020-06-13] 178: Checking users ** [12:28:33 2020-06-13] 178: Checking user_dbs ** [12:28:33 2020-06-13] 178: Checking geocodings ** [12:28:33 2020-06-13] 178: Checking synchronizations ** [12:28:33 2020-06-13] 178: Checking tracker ** [12:28:33 2020-06-13] 178: Checking user_migrations ** [12:28:33 2020-06-13] 178: Checking batch_updates ** [12:28:33 2020-06-13] 178: Checking gears ** [12:28:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:28:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:38 2020-06-13] 178: Checking imports ** [12:28:38 2020-06-13] 178: Checking exports ** [12:28:38 2020-06-13] 178: Checking users ** [12:28:38 2020-06-13] 178: Checking user_dbs ** [12:28:38 2020-06-13] 178: Checking geocodings ** [12:28:38 2020-06-13] 178: Checking synchronizations ** [12:28:38 2020-06-13] 178: Checking tracker ** [12:28:38 2020-06-13] 178: Checking user_migrations ** [12:28:38 2020-06-13] 178: Checking batch_updates ** [12:28:38 2020-06-13] 178: Checking gears ** [12:28:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:28:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:43 2020-06-13] 178: Checking imports ** [12:28:43 2020-06-13] 178: Checking exports ** [12:28:43 2020-06-13] 178: Checking users ** [12:28:43 2020-06-13] 178: Checking user_dbs ** [12:28:43 2020-06-13] 178: Checking geocodings ** [12:28:43 2020-06-13] 178: Checking synchronizations ** [12:28:43 2020-06-13] 178: Checking tracker ** [12:28:43 2020-06-13] 178: Checking user_migrations ** [12:28:43 2020-06-13] 178: Checking batch_updates ** [12:28:43 2020-06-13] 178: Checking gears ** [12:28:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:28:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:48 2020-06-13] 178: Checking imports ** [12:28:48 2020-06-13] 178: Checking exports ** [12:28:48 2020-06-13] 178: Checking users ** [12:28:48 2020-06-13] 178: Checking user_dbs ** [12:28:48 2020-06-13] 178: Checking geocodings ** [12:28:48 2020-06-13] 178: Checking synchronizations ** [12:28:48 2020-06-13] 178: Checking tracker ** [12:28:48 2020-06-13] 178: Checking user_migrations ** [12:28:48 2020-06-13] 178: Checking batch_updates ** [12:28:48 2020-06-13] 178: Checking gears ** [12:28:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:28:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:53 2020-06-13] 178: Checking imports ** [12:28:53 2020-06-13] 178: Checking exports ** [12:28:53 2020-06-13] 178: Checking users ** [12:28:53 2020-06-13] 178: Checking user_dbs ** [12:28:53 2020-06-13] 178: Checking geocodings ** [12:28:53 2020-06-13] 178: Checking synchronizations ** [12:28:53 2020-06-13] 178: Checking tracker ** [12:28:53 2020-06-13] 178: Checking user_migrations ** [12:28:53 2020-06-13] 178: Checking batch_updates ** [12:28:53 2020-06-13] 178: Checking gears ** [12:28:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:28:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:58 2020-06-13] 178: Checking imports ** [12:28:58 2020-06-13] 178: Checking exports ** [12:28:58 2020-06-13] 178: Checking users ** [12:28:58 2020-06-13] 178: Checking user_dbs ** [12:28:58 2020-06-13] 178: Checking geocodings ** [12:28:58 2020-06-13] 178: Checking synchronizations ** [12:28:58 2020-06-13] 178: Checking tracker ** [12:28:58 2020-06-13] 178: Checking user_migrations ** [12:28:58 2020-06-13] 178: Checking batch_updates ** [12:28:58 2020-06-13] 178: Checking gears ** [12:28:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:28:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:03 2020-06-13] 178: Checking imports ** [12:29:03 2020-06-13] 178: Checking exports ** [12:29:03 2020-06-13] 178: Checking users ** [12:29:03 2020-06-13] 178: Checking user_dbs ** [12:29:03 2020-06-13] 178: Checking geocodings ** [12:29:03 2020-06-13] 178: Checking synchronizations ** [12:29:03 2020-06-13] 178: Checking tracker ** [12:29:03 2020-06-13] 178: Checking user_migrations ** [12:29:03 2020-06-13] 178: Checking batch_updates ** [12:29:03 2020-06-13] 178: Checking gears ** [12:29:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:29:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:08 2020-06-13] 178: Checking imports ** [12:29:08 2020-06-13] 178: Checking exports ** [12:29:08 2020-06-13] 178: Checking users ** [12:29:08 2020-06-13] 178: Checking user_dbs ** [12:29:08 2020-06-13] 178: Checking geocodings ** [12:29:08 2020-06-13] 178: Checking synchronizations ** [12:29:08 2020-06-13] 178: Checking tracker ** [12:29:08 2020-06-13] 178: Checking user_migrations ** [12:29:08 2020-06-13] 178: Checking batch_updates ** [12:29:08 2020-06-13] 178: Checking gears ** [12:29:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:29:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:13 2020-06-13] 178: Checking imports ** [12:29:13 2020-06-13] 178: Checking exports ** [12:29:13 2020-06-13] 178: Checking users ** [12:29:13 2020-06-13] 178: Checking user_dbs ** [12:29:13 2020-06-13] 178: Checking geocodings ** [12:29:13 2020-06-13] 178: Checking synchronizations ** [12:29:13 2020-06-13] 178: Checking tracker ** [12:29:13 2020-06-13] 178: Checking user_migrations ** [12:29:13 2020-06-13] 178: Checking batch_updates ** [12:29:13 2020-06-13] 178: Checking gears ** [12:29:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:29:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:18 2020-06-13] 178: Checking imports ** [12:29:18 2020-06-13] 178: Checking exports ** [12:29:18 2020-06-13] 178: Checking users ** [12:29:18 2020-06-13] 178: Checking user_dbs ** [12:29:18 2020-06-13] 178: Checking geocodings ** [12:29:18 2020-06-13] 178: Checking synchronizations ** [12:29:18 2020-06-13] 178: Checking tracker ** [12:29:18 2020-06-13] 178: Checking user_migrations ** [12:29:18 2020-06-13] 178: Checking batch_updates ** [12:29:18 2020-06-13] 178: Checking gears ** [12:29:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:29:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:23 2020-06-13] 178: Checking imports ** [12:29:23 2020-06-13] 178: Checking exports ** [12:29:23 2020-06-13] 178: Checking users ** [12:29:23 2020-06-13] 178: Checking user_dbs ** [12:29:23 2020-06-13] 178: Checking geocodings ** [12:29:23 2020-06-13] 178: Checking synchronizations ** [12:29:23 2020-06-13] 178: Checking tracker ** [12:29:23 2020-06-13] 178: Checking user_migrations ** [12:29:23 2020-06-13] 178: Checking batch_updates ** [12:29:23 2020-06-13] 178: Checking gears ** [12:29:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:29:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:28 2020-06-13] 178: Checking imports ** [12:29:28 2020-06-13] 178: Checking exports ** [12:29:28 2020-06-13] 178: Checking users ** [12:29:28 2020-06-13] 178: Checking user_dbs ** [12:29:28 2020-06-13] 178: Checking geocodings ** [12:29:28 2020-06-13] 178: Checking synchronizations ** [12:29:28 2020-06-13] 178: Checking tracker ** [12:29:28 2020-06-13] 178: Checking user_migrations ** [12:29:28 2020-06-13] 178: Checking batch_updates ** [12:29:28 2020-06-13] 178: Checking gears ** [12:29:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:29:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:33 2020-06-13] 178: Checking imports ** [12:29:33 2020-06-13] 178: Checking exports ** [12:29:33 2020-06-13] 178: Checking users ** [12:29:33 2020-06-13] 178: Checking user_dbs ** [12:29:33 2020-06-13] 178: Checking geocodings ** [12:29:33 2020-06-13] 178: Checking synchronizations ** [12:29:33 2020-06-13] 178: Checking tracker ** [12:29:33 2020-06-13] 178: Checking user_migrations ** [12:29:33 2020-06-13] 178: Checking batch_updates ** [12:29:33 2020-06-13] 178: Checking gears ** [12:29:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:29:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:38 2020-06-13] 178: Checking imports ** [12:29:38 2020-06-13] 178: Checking exports ** [12:29:38 2020-06-13] 178: Checking users ** [12:29:38 2020-06-13] 178: Checking user_dbs ** [12:29:38 2020-06-13] 178: Checking geocodings ** [12:29:38 2020-06-13] 178: Checking synchronizations ** [12:29:38 2020-06-13] 178: Checking tracker ** [12:29:38 2020-06-13] 178: Checking user_migrations ** [12:29:38 2020-06-13] 178: Checking batch_updates ** [12:29:38 2020-06-13] 178: Checking gears ** [12:29:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:29:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:43 2020-06-13] 178: Checking imports ** [12:29:43 2020-06-13] 178: Checking exports ** [12:29:43 2020-06-13] 178: Checking users ** [12:29:43 2020-06-13] 178: Checking user_dbs ** [12:29:43 2020-06-13] 178: Checking geocodings ** [12:29:43 2020-06-13] 178: Checking synchronizations ** [12:29:43 2020-06-13] 178: Checking tracker ** [12:29:43 2020-06-13] 178: Checking user_migrations ** [12:29:43 2020-06-13] 178: Checking batch_updates ** [12:29:43 2020-06-13] 178: Checking gears ** [12:29:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:29:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:48 2020-06-13] 178: Checking imports ** [12:29:48 2020-06-13] 178: Checking exports ** [12:29:48 2020-06-13] 178: Checking users ** [12:29:48 2020-06-13] 178: Checking user_dbs ** [12:29:48 2020-06-13] 178: Checking geocodings ** [12:29:48 2020-06-13] 178: Checking synchronizations ** [12:29:48 2020-06-13] 178: Checking tracker ** [12:29:48 2020-06-13] 178: Checking user_migrations ** [12:29:48 2020-06-13] 178: Checking batch_updates ** [12:29:48 2020-06-13] 178: Checking gears ** [12:29:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:29:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:53 2020-06-13] 178: Checking imports ** [12:29:53 2020-06-13] 178: Checking exports ** [12:29:53 2020-06-13] 178: Checking users ** [12:29:53 2020-06-13] 178: Checking user_dbs ** [12:29:53 2020-06-13] 178: Checking geocodings ** [12:29:53 2020-06-13] 178: Checking synchronizations ** [12:29:53 2020-06-13] 178: Checking tracker ** [12:29:53 2020-06-13] 178: Checking user_migrations ** [12:29:53 2020-06-13] 178: Checking batch_updates ** [12:29:53 2020-06-13] 178: Checking gears ** [12:29:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:29:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:58 2020-06-13] 178: Checking imports ** [12:29:58 2020-06-13] 178: Checking exports ** [12:29:58 2020-06-13] 178: Checking users ** [12:29:58 2020-06-13] 178: Checking user_dbs ** [12:29:58 2020-06-13] 178: Checking geocodings ** [12:29:58 2020-06-13] 178: Checking synchronizations ** [12:29:58 2020-06-13] 178: Checking tracker ** [12:29:58 2020-06-13] 178: Checking user_migrations ** [12:29:58 2020-06-13] 178: Checking batch_updates ** [12:29:58 2020-06-13] 178: Checking gears ** [12:29:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:29:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:03 2020-06-13] 178: Checking imports ** [12:30:03 2020-06-13] 178: Checking exports ** [12:30:03 2020-06-13] 178: Checking users ** [12:30:03 2020-06-13] 178: Checking user_dbs ** [12:30:03 2020-06-13] 178: Checking geocodings ** [12:30:03 2020-06-13] 178: Checking synchronizations ** [12:30:03 2020-06-13] 178: Checking tracker ** [12:30:03 2020-06-13] 178: Checking user_migrations ** [12:30:03 2020-06-13] 178: Checking batch_updates ** [12:30:03 2020-06-13] 178: Checking gears ** [12:30:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:30:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:08 2020-06-13] 178: Checking imports ** [12:30:08 2020-06-13] 178: Checking exports ** [12:30:08 2020-06-13] 178: Checking users ** [12:30:08 2020-06-13] 178: Checking user_dbs ** [12:30:08 2020-06-13] 178: Checking geocodings ** [12:30:08 2020-06-13] 178: Checking synchronizations ** [12:30:08 2020-06-13] 178: Checking tracker ** [12:30:08 2020-06-13] 178: Checking user_migrations ** [12:30:08 2020-06-13] 178: Checking batch_updates ** [12:30:08 2020-06-13] 178: Checking gears ** [12:30:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:30:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:13 2020-06-13] 178: Checking imports ** [12:30:13 2020-06-13] 178: Checking exports ** [12:30:13 2020-06-13] 178: Checking users ** [12:30:13 2020-06-13] 178: Checking user_dbs ** [12:30:13 2020-06-13] 178: Checking geocodings ** [12:30:13 2020-06-13] 178: Checking synchronizations ** [12:30:13 2020-06-13] 178: Checking tracker ** [12:30:13 2020-06-13] 178: Checking user_migrations ** [12:30:13 2020-06-13] 178: Checking batch_updates ** [12:30:13 2020-06-13] 178: Checking gears ** [12:30:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:30:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:18 2020-06-13] 178: Checking imports ** [12:30:18 2020-06-13] 178: Checking exports ** [12:30:18 2020-06-13] 178: Checking users ** [12:30:18 2020-06-13] 178: Checking user_dbs ** [12:30:18 2020-06-13] 178: Checking geocodings ** [12:30:18 2020-06-13] 178: Checking synchronizations ** [12:30:18 2020-06-13] 178: Checking tracker ** [12:30:18 2020-06-13] 178: Checking user_migrations ** [12:30:18 2020-06-13] 178: Checking batch_updates ** [12:30:18 2020-06-13] 178: Checking gears ** [12:30:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:30:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:23 2020-06-13] 178: Checking imports ** [12:30:23 2020-06-13] 178: Checking exports ** [12:30:23 2020-06-13] 178: Checking users ** [12:30:23 2020-06-13] 178: Checking user_dbs ** [12:30:23 2020-06-13] 178: Checking geocodings ** [12:30:23 2020-06-13] 178: Checking synchronizations ** [12:30:23 2020-06-13] 178: Checking tracker ** [12:30:23 2020-06-13] 178: Checking user_migrations ** [12:30:23 2020-06-13] 178: Checking batch_updates ** [12:30:23 2020-06-13] 178: Checking gears ** [12:30:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:30:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:28 2020-06-13] 178: Checking imports ** [12:30:28 2020-06-13] 178: Checking exports ** [12:30:28 2020-06-13] 178: Checking users ** [12:30:28 2020-06-13] 178: Checking user_dbs ** [12:30:28 2020-06-13] 178: Checking geocodings ** [12:30:28 2020-06-13] 178: Checking synchronizations ** [12:30:28 2020-06-13] 178: Checking tracker ** [12:30:28 2020-06-13] 178: Checking user_migrations ** [12:30:28 2020-06-13] 178: Checking batch_updates ** [12:30:28 2020-06-13] 178: Checking gears ** [12:30:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:30:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:33 2020-06-13] 178: Checking imports ** [12:30:33 2020-06-13] 178: Checking exports ** [12:30:33 2020-06-13] 178: Checking users ** [12:30:33 2020-06-13] 178: Checking user_dbs ** [12:30:33 2020-06-13] 178: Checking geocodings ** [12:30:33 2020-06-13] 178: Checking synchronizations ** [12:30:33 2020-06-13] 178: Checking tracker ** [12:30:33 2020-06-13] 178: Checking user_migrations ** [12:30:33 2020-06-13] 178: Checking batch_updates ** [12:30:33 2020-06-13] 178: Checking gears ** [12:30:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:30:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:38 2020-06-13] 178: Checking imports ** [12:30:38 2020-06-13] 178: Checking exports ** [12:30:38 2020-06-13] 178: Checking users ** [12:30:38 2020-06-13] 178: Checking user_dbs ** [12:30:38 2020-06-13] 178: Checking geocodings ** [12:30:38 2020-06-13] 178: Checking synchronizations ** [12:30:38 2020-06-13] 178: Checking tracker ** [12:30:38 2020-06-13] 178: Checking user_migrations ** [12:30:38 2020-06-13] 178: Checking batch_updates ** [12:30:38 2020-06-13] 178: Checking gears ** [12:30:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:30:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:43 2020-06-13] 178: Checking imports ** [12:30:43 2020-06-13] 178: Checking exports ** [12:30:43 2020-06-13] 178: Checking users ** [12:30:43 2020-06-13] 178: Checking user_dbs ** [12:30:43 2020-06-13] 178: Checking geocodings ** [12:30:43 2020-06-13] 178: Checking synchronizations ** [12:30:43 2020-06-13] 178: Checking tracker ** [12:30:43 2020-06-13] 178: Checking user_migrations ** [12:30:43 2020-06-13] 178: Checking batch_updates ** [12:30:43 2020-06-13] 178: Checking gears ** [12:30:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:30:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:48 2020-06-13] 178: Checking imports ** [12:30:48 2020-06-13] 178: Checking exports ** [12:30:48 2020-06-13] 178: Checking users ** [12:30:48 2020-06-13] 178: Checking user_dbs ** [12:30:48 2020-06-13] 178: Checking geocodings ** [12:30:48 2020-06-13] 178: Checking synchronizations ** [12:30:48 2020-06-13] 178: Checking tracker ** [12:30:48 2020-06-13] 178: Checking user_migrations ** [12:30:48 2020-06-13] 178: Checking batch_updates ** [12:30:48 2020-06-13] 178: Checking gears ** [12:30:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:30:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:53 2020-06-13] 178: Checking imports ** [12:30:53 2020-06-13] 178: Checking exports ** [12:30:53 2020-06-13] 178: Checking users ** [12:30:53 2020-06-13] 178: Checking user_dbs ** [12:30:53 2020-06-13] 178: Checking geocodings ** [12:30:53 2020-06-13] 178: Checking synchronizations ** [12:30:53 2020-06-13] 178: Checking tracker ** [12:30:53 2020-06-13] 178: Checking user_migrations ** [12:30:53 2020-06-13] 178: Checking batch_updates ** [12:30:53 2020-06-13] 178: Checking gears ** [12:30:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:30:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:58 2020-06-13] 178: Checking imports ** [12:30:58 2020-06-13] 178: Checking exports ** [12:30:58 2020-06-13] 178: Checking users ** [12:30:58 2020-06-13] 178: Checking user_dbs ** [12:30:58 2020-06-13] 178: Checking geocodings ** [12:30:58 2020-06-13] 178: Checking synchronizations ** [12:30:58 2020-06-13] 178: Checking tracker ** [12:30:58 2020-06-13] 178: Checking user_migrations ** [12:30:58 2020-06-13] 178: Checking batch_updates ** [12:30:58 2020-06-13] 178: Checking gears ** [12:30:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:30:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:03 2020-06-13] 178: Checking imports ** [12:31:03 2020-06-13] 178: Checking exports ** [12:31:03 2020-06-13] 178: Checking users ** [12:31:03 2020-06-13] 178: Checking user_dbs ** [12:31:03 2020-06-13] 178: Checking geocodings ** [12:31:03 2020-06-13] 178: Checking synchronizations ** [12:31:03 2020-06-13] 178: Checking tracker ** [12:31:03 2020-06-13] 178: Checking user_migrations ** [12:31:03 2020-06-13] 178: Checking batch_updates ** [12:31:03 2020-06-13] 178: Checking gears ** [12:31:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:31:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:08 2020-06-13] 178: Checking imports ** [12:31:08 2020-06-13] 178: Checking exports ** [12:31:08 2020-06-13] 178: Checking users ** [12:31:08 2020-06-13] 178: Checking user_dbs ** [12:31:08 2020-06-13] 178: Checking geocodings ** [12:31:08 2020-06-13] 178: Checking synchronizations ** [12:31:08 2020-06-13] 178: Checking tracker ** [12:31:08 2020-06-13] 178: Checking user_migrations ** [12:31:08 2020-06-13] 178: Checking batch_updates ** [12:31:08 2020-06-13] 178: Checking gears ** [12:31:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:31:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:13 2020-06-13] 178: Checking imports ** [12:31:13 2020-06-13] 178: Checking exports ** [12:31:13 2020-06-13] 178: Checking users ** [12:31:13 2020-06-13] 178: Checking user_dbs ** [12:31:13 2020-06-13] 178: Checking geocodings ** [12:31:13 2020-06-13] 178: Checking synchronizations ** [12:31:13 2020-06-13] 178: Checking tracker ** [12:31:13 2020-06-13] 178: Checking user_migrations ** [12:31:13 2020-06-13] 178: Checking batch_updates ** [12:31:13 2020-06-13] 178: Checking gears ** [12:31:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:31:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:18 2020-06-13] 178: Checking imports ** [12:31:18 2020-06-13] 178: Checking exports ** [12:31:18 2020-06-13] 178: Checking users ** [12:31:18 2020-06-13] 178: Checking user_dbs ** [12:31:18 2020-06-13] 178: Checking geocodings ** [12:31:18 2020-06-13] 178: Checking synchronizations ** [12:31:18 2020-06-13] 178: Checking tracker ** [12:31:18 2020-06-13] 178: Checking user_migrations ** [12:31:18 2020-06-13] 178: Checking batch_updates ** [12:31:18 2020-06-13] 178: Checking gears ** [12:31:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:31:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:23 2020-06-13] 178: Checking imports ** [12:31:23 2020-06-13] 178: Checking exports ** [12:31:23 2020-06-13] 178: Checking users ** [12:31:23 2020-06-13] 178: Checking user_dbs ** [12:31:23 2020-06-13] 178: Checking geocodings ** [12:31:23 2020-06-13] 178: Checking synchronizations ** [12:31:23 2020-06-13] 178: Checking tracker ** [12:31:23 2020-06-13] 178: Checking user_migrations ** [12:31:23 2020-06-13] 178: Checking batch_updates ** [12:31:23 2020-06-13] 178: Checking gears ** [12:31:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:31:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:28 2020-06-13] 178: Checking imports ** [12:31:28 2020-06-13] 178: Checking exports ** [12:31:28 2020-06-13] 178: Checking users ** [12:31:28 2020-06-13] 178: Checking user_dbs ** [12:31:28 2020-06-13] 178: Checking geocodings ** [12:31:28 2020-06-13] 178: Checking synchronizations ** [12:31:28 2020-06-13] 178: Checking tracker ** [12:31:28 2020-06-13] 178: Checking user_migrations ** [12:31:28 2020-06-13] 178: Checking batch_updates ** [12:31:28 2020-06-13] 178: Checking gears ** [12:31:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:31:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:33 2020-06-13] 178: Checking imports ** [12:31:33 2020-06-13] 178: Checking exports ** [12:31:33 2020-06-13] 178: Checking users ** [12:31:33 2020-06-13] 178: Checking user_dbs ** [12:31:33 2020-06-13] 178: Checking geocodings ** [12:31:33 2020-06-13] 178: Checking synchronizations ** [12:31:33 2020-06-13] 178: Checking tracker ** [12:31:33 2020-06-13] 178: Checking user_migrations ** [12:31:33 2020-06-13] 178: Checking batch_updates ** [12:31:33 2020-06-13] 178: Checking gears ** [12:31:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:31:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:38 2020-06-13] 178: Checking imports ** [12:31:38 2020-06-13] 178: Checking exports ** [12:31:38 2020-06-13] 178: Checking users ** [12:31:38 2020-06-13] 178: Checking user_dbs ** [12:31:38 2020-06-13] 178: Checking geocodings ** [12:31:38 2020-06-13] 178: Checking synchronizations ** [12:31:38 2020-06-13] 178: Checking tracker ** [12:31:38 2020-06-13] 178: Checking user_migrations ** [12:31:38 2020-06-13] 178: Checking batch_updates ** [12:31:38 2020-06-13] 178: Checking gears ** [12:31:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:31:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:43 2020-06-13] 178: Checking imports ** [12:31:43 2020-06-13] 178: Checking exports ** [12:31:43 2020-06-13] 178: Checking users ** [12:31:43 2020-06-13] 178: Checking user_dbs ** [12:31:43 2020-06-13] 178: Checking geocodings ** [12:31:43 2020-06-13] 178: Checking synchronizations ** [12:31:43 2020-06-13] 178: Checking tracker ** [12:31:43 2020-06-13] 178: Checking user_migrations ** [12:31:43 2020-06-13] 178: Checking batch_updates ** [12:31:43 2020-06-13] 178: Checking gears ** [12:31:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:31:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:48 2020-06-13] 178: Checking imports ** [12:31:48 2020-06-13] 178: Checking exports ** [12:31:48 2020-06-13] 178: Checking users ** [12:31:48 2020-06-13] 178: Checking user_dbs ** [12:31:48 2020-06-13] 178: Checking geocodings ** [12:31:48 2020-06-13] 178: Checking synchronizations ** [12:31:48 2020-06-13] 178: Checking tracker ** [12:31:48 2020-06-13] 178: Checking user_migrations ** [12:31:48 2020-06-13] 178: Checking batch_updates ** [12:31:48 2020-06-13] 178: Checking gears ** [12:31:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:31:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:53 2020-06-13] 178: Checking imports ** [12:31:53 2020-06-13] 178: Checking exports ** [12:31:53 2020-06-13] 178: Checking users ** [12:31:53 2020-06-13] 178: Checking user_dbs ** [12:31:53 2020-06-13] 178: Checking geocodings ** [12:31:53 2020-06-13] 178: Checking synchronizations ** [12:31:53 2020-06-13] 178: Checking tracker ** [12:31:53 2020-06-13] 178: Checking user_migrations ** [12:31:53 2020-06-13] 178: Checking batch_updates ** [12:31:53 2020-06-13] 178: Checking gears ** [12:31:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:31:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:58 2020-06-13] 178: Checking imports ** [12:31:58 2020-06-13] 178: Checking exports ** [12:31:58 2020-06-13] 178: Checking users ** [12:31:58 2020-06-13] 178: Checking user_dbs ** [12:31:58 2020-06-13] 178: Checking geocodings ** [12:31:58 2020-06-13] 178: Checking synchronizations ** [12:31:58 2020-06-13] 178: Checking tracker ** [12:31:58 2020-06-13] 178: Checking user_migrations ** [12:31:58 2020-06-13] 178: Checking batch_updates ** [12:31:58 2020-06-13] 178: Checking gears ** [12:31:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:31:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:03 2020-06-13] 178: Checking imports ** [12:32:03 2020-06-13] 178: Checking exports ** [12:32:03 2020-06-13] 178: Checking users ** [12:32:03 2020-06-13] 178: Checking user_dbs ** [12:32:03 2020-06-13] 178: Checking geocodings ** [12:32:03 2020-06-13] 178: Checking synchronizations ** [12:32:03 2020-06-13] 178: Checking tracker ** [12:32:03 2020-06-13] 178: Checking user_migrations ** [12:32:03 2020-06-13] 178: Checking batch_updates ** [12:32:03 2020-06-13] 178: Checking gears ** [12:32:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:32:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:08 2020-06-13] 178: Checking imports ** [12:32:08 2020-06-13] 178: Checking exports ** [12:32:08 2020-06-13] 178: Checking users ** [12:32:08 2020-06-13] 178: Checking user_dbs ** [12:32:08 2020-06-13] 178: Checking geocodings ** [12:32:08 2020-06-13] 178: Checking synchronizations ** [12:32:08 2020-06-13] 178: Checking tracker ** [12:32:08 2020-06-13] 178: Checking user_migrations ** [12:32:08 2020-06-13] 178: Checking batch_updates ** [12:32:08 2020-06-13] 178: Checking gears ** [12:32:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:32:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:13 2020-06-13] 178: Checking imports ** [12:32:13 2020-06-13] 178: Checking exports ** [12:32:13 2020-06-13] 178: Checking users ** [12:32:13 2020-06-13] 178: Checking user_dbs ** [12:32:13 2020-06-13] 178: Checking geocodings ** [12:32:13 2020-06-13] 178: Checking synchronizations ** [12:32:13 2020-06-13] 178: Checking tracker ** [12:32:13 2020-06-13] 178: Checking user_migrations ** [12:32:13 2020-06-13] 178: Checking batch_updates ** [12:32:13 2020-06-13] 178: Checking gears ** [12:32:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:32:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:18 2020-06-13] 178: Checking imports ** [12:32:18 2020-06-13] 178: Checking exports ** [12:32:18 2020-06-13] 178: Checking users ** [12:32:18 2020-06-13] 178: Checking user_dbs ** [12:32:18 2020-06-13] 178: Checking geocodings ** [12:32:18 2020-06-13] 178: Checking synchronizations ** [12:32:18 2020-06-13] 178: Checking tracker ** [12:32:18 2020-06-13] 178: Checking user_migrations ** [12:32:18 2020-06-13] 178: Checking batch_updates ** [12:32:18 2020-06-13] 178: Checking gears ** [12:32:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:32:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:23 2020-06-13] 178: Checking imports ** [12:32:23 2020-06-13] 178: Checking exports ** [12:32:23 2020-06-13] 178: Checking users ** [12:32:23 2020-06-13] 178: Checking user_dbs ** [12:32:23 2020-06-13] 178: Checking geocodings ** [12:32:23 2020-06-13] 178: Checking synchronizations ** [12:32:23 2020-06-13] 178: Checking tracker ** [12:32:23 2020-06-13] 178: Checking user_migrations ** [12:32:23 2020-06-13] 178: Checking batch_updates ** [12:32:23 2020-06-13] 178: Checking gears ** [12:32:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:32:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:28 2020-06-13] 178: Checking imports ** [12:32:28 2020-06-13] 178: Checking exports ** [12:32:28 2020-06-13] 178: Checking users ** [12:32:28 2020-06-13] 178: Checking user_dbs ** [12:32:28 2020-06-13] 178: Checking geocodings ** [12:32:28 2020-06-13] 178: Checking synchronizations ** [12:32:28 2020-06-13] 178: Checking tracker ** [12:32:28 2020-06-13] 178: Checking user_migrations ** [12:32:28 2020-06-13] 178: Checking batch_updates ** [12:32:28 2020-06-13] 178: Checking gears ** [12:32:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:32:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:33 2020-06-13] 178: Checking imports ** [12:32:33 2020-06-13] 178: Checking exports ** [12:32:33 2020-06-13] 178: Checking users ** [12:32:33 2020-06-13] 178: Checking user_dbs ** [12:32:33 2020-06-13] 178: Checking geocodings ** [12:32:33 2020-06-13] 178: Checking synchronizations ** [12:32:33 2020-06-13] 178: Checking tracker ** [12:32:33 2020-06-13] 178: Checking user_migrations ** [12:32:33 2020-06-13] 178: Checking batch_updates ** [12:32:33 2020-06-13] 178: Checking gears ** [12:32:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:32:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:38 2020-06-13] 178: Checking imports ** [12:32:38 2020-06-13] 178: Checking exports ** [12:32:38 2020-06-13] 178: Checking users ** [12:32:38 2020-06-13] 178: Checking user_dbs ** [12:32:38 2020-06-13] 178: Checking geocodings ** [12:32:38 2020-06-13] 178: Checking synchronizations ** [12:32:38 2020-06-13] 178: Checking tracker ** [12:32:38 2020-06-13] 178: Checking user_migrations ** [12:32:38 2020-06-13] 178: Checking batch_updates ** [12:32:38 2020-06-13] 178: Checking gears ** [12:32:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:32:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:43 2020-06-13] 178: Checking imports ** [12:32:43 2020-06-13] 178: Checking exports ** [12:32:43 2020-06-13] 178: Checking users ** [12:32:43 2020-06-13] 178: Checking user_dbs ** [12:32:43 2020-06-13] 178: Checking geocodings ** [12:32:43 2020-06-13] 178: Checking synchronizations ** [12:32:43 2020-06-13] 178: Checking tracker ** [12:32:43 2020-06-13] 178: Checking user_migrations ** [12:32:43 2020-06-13] 178: Checking batch_updates ** [12:32:43 2020-06-13] 178: Checking gears ** [12:32:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:32:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:48 2020-06-13] 178: Checking imports ** [12:32:48 2020-06-13] 178: Checking exports ** [12:32:48 2020-06-13] 178: Checking users ** [12:32:48 2020-06-13] 178: Checking user_dbs ** [12:32:48 2020-06-13] 178: Checking geocodings ** [12:32:48 2020-06-13] 178: Checking synchronizations ** [12:32:48 2020-06-13] 178: Checking tracker ** [12:32:48 2020-06-13] 178: Checking user_migrations ** [12:32:48 2020-06-13] 178: Checking batch_updates ** [12:32:48 2020-06-13] 178: Checking gears ** [12:32:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:32:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:53 2020-06-13] 178: Checking imports ** [12:32:53 2020-06-13] 178: Checking exports ** [12:32:53 2020-06-13] 178: Checking users ** [12:32:53 2020-06-13] 178: Checking user_dbs ** [12:32:53 2020-06-13] 178: Checking geocodings ** [12:32:53 2020-06-13] 178: Checking synchronizations ** [12:32:53 2020-06-13] 178: Checking tracker ** [12:32:53 2020-06-13] 178: Checking user_migrations ** [12:32:53 2020-06-13] 178: Checking batch_updates ** [12:32:53 2020-06-13] 178: Checking gears ** [12:32:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:32:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:58 2020-06-13] 178: Checking imports ** [12:32:58 2020-06-13] 178: Checking exports ** [12:32:58 2020-06-13] 178: Checking users ** [12:32:58 2020-06-13] 178: Checking user_dbs ** [12:32:58 2020-06-13] 178: Checking geocodings ** [12:32:58 2020-06-13] 178: Checking synchronizations ** [12:32:58 2020-06-13] 178: Checking tracker ** [12:32:58 2020-06-13] 178: Checking user_migrations ** [12:32:58 2020-06-13] 178: Checking batch_updates ** [12:32:58 2020-06-13] 178: Checking gears ** [12:32:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:32:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:03 2020-06-13] 178: Checking imports ** [12:33:03 2020-06-13] 178: Checking exports ** [12:33:03 2020-06-13] 178: Checking users ** [12:33:03 2020-06-13] 178: Checking user_dbs ** [12:33:03 2020-06-13] 178: Checking geocodings ** [12:33:03 2020-06-13] 178: Checking synchronizations ** [12:33:03 2020-06-13] 178: Checking tracker ** [12:33:03 2020-06-13] 178: Checking user_migrations ** [12:33:03 2020-06-13] 178: Checking batch_updates ** [12:33:03 2020-06-13] 178: Checking gears ** [12:33:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:33:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:08 2020-06-13] 178: Checking imports ** [12:33:08 2020-06-13] 178: Checking exports ** [12:33:08 2020-06-13] 178: Checking users ** [12:33:08 2020-06-13] 178: Checking user_dbs ** [12:33:08 2020-06-13] 178: Checking geocodings ** [12:33:08 2020-06-13] 178: Checking synchronizations ** [12:33:08 2020-06-13] 178: Checking tracker ** [12:33:08 2020-06-13] 178: Checking user_migrations ** [12:33:08 2020-06-13] 178: Checking batch_updates ** [12:33:08 2020-06-13] 178: Checking gears ** [12:33:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:33:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:13 2020-06-13] 178: Checking imports ** [12:33:13 2020-06-13] 178: Checking exports ** [12:33:13 2020-06-13] 178: Checking users ** [12:33:13 2020-06-13] 178: Checking user_dbs ** [12:33:13 2020-06-13] 178: Checking geocodings ** [12:33:13 2020-06-13] 178: Checking synchronizations ** [12:33:13 2020-06-13] 178: Checking tracker ** [12:33:13 2020-06-13] 178: Checking user_migrations ** [12:33:13 2020-06-13] 178: Checking batch_updates ** [12:33:13 2020-06-13] 178: Checking gears ** [12:33:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:33:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:18 2020-06-13] 178: Checking imports ** [12:33:18 2020-06-13] 178: Checking exports ** [12:33:18 2020-06-13] 178: Checking users ** [12:33:18 2020-06-13] 178: Checking user_dbs ** [12:33:18 2020-06-13] 178: Checking geocodings ** [12:33:18 2020-06-13] 178: Checking synchronizations ** [12:33:18 2020-06-13] 178: Checking tracker ** [12:33:18 2020-06-13] 178: Checking user_migrations ** [12:33:18 2020-06-13] 178: Checking batch_updates ** [12:33:18 2020-06-13] 178: Checking gears ** [12:33:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:33:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:23 2020-06-13] 178: Checking imports ** [12:33:23 2020-06-13] 178: Checking exports ** [12:33:23 2020-06-13] 178: Checking users ** [12:33:23 2020-06-13] 178: Checking user_dbs ** [12:33:23 2020-06-13] 178: Checking geocodings ** [12:33:23 2020-06-13] 178: Checking synchronizations ** [12:33:23 2020-06-13] 178: Checking tracker ** [12:33:23 2020-06-13] 178: Checking user_migrations ** [12:33:23 2020-06-13] 178: Checking batch_updates ** [12:33:23 2020-06-13] 178: Checking gears ** [12:33:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:33:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:28 2020-06-13] 178: Checking imports ** [12:33:28 2020-06-13] 178: Checking exports ** [12:33:28 2020-06-13] 178: Checking users ** [12:33:28 2020-06-13] 178: Checking user_dbs ** [12:33:28 2020-06-13] 178: Checking geocodings ** [12:33:28 2020-06-13] 178: Checking synchronizations ** [12:33:28 2020-06-13] 178: Checking tracker ** [12:33:28 2020-06-13] 178: Checking user_migrations ** [12:33:28 2020-06-13] 178: Checking batch_updates ** [12:33:28 2020-06-13] 178: Checking gears ** [12:33:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:33:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:33 2020-06-13] 178: Checking imports ** [12:33:33 2020-06-13] 178: Checking exports ** [12:33:33 2020-06-13] 178: Checking users ** [12:33:33 2020-06-13] 178: Checking user_dbs ** [12:33:33 2020-06-13] 178: Checking geocodings ** [12:33:33 2020-06-13] 178: Checking synchronizations ** [12:33:33 2020-06-13] 178: Checking tracker ** [12:33:33 2020-06-13] 178: Checking user_migrations ** [12:33:33 2020-06-13] 178: Checking batch_updates ** [12:33:33 2020-06-13] 178: Checking gears ** [12:33:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:33:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:38 2020-06-13] 178: Checking imports ** [12:33:38 2020-06-13] 178: Checking exports ** [12:33:38 2020-06-13] 178: Checking users ** [12:33:38 2020-06-13] 178: Checking user_dbs ** [12:33:38 2020-06-13] 178: Checking geocodings ** [12:33:38 2020-06-13] 178: Checking synchronizations ** [12:33:38 2020-06-13] 178: Checking tracker ** [12:33:38 2020-06-13] 178: Checking user_migrations ** [12:33:38 2020-06-13] 178: Checking batch_updates ** [12:33:38 2020-06-13] 178: Checking gears ** [12:33:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:33:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:43 2020-06-13] 178: Checking imports ** [12:33:43 2020-06-13] 178: Checking exports ** [12:33:43 2020-06-13] 178: Checking users ** [12:33:43 2020-06-13] 178: Checking user_dbs ** [12:33:43 2020-06-13] 178: Checking geocodings ** [12:33:43 2020-06-13] 178: Checking synchronizations ** [12:33:43 2020-06-13] 178: Checking tracker ** [12:33:43 2020-06-13] 178: Checking user_migrations ** [12:33:43 2020-06-13] 178: Checking batch_updates ** [12:33:43 2020-06-13] 178: Checking gears ** [12:33:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:33:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:48 2020-06-13] 178: Checking imports ** [12:33:48 2020-06-13] 178: Checking exports ** [12:33:48 2020-06-13] 178: Checking users ** [12:33:48 2020-06-13] 178: Checking user_dbs ** [12:33:48 2020-06-13] 178: Checking geocodings ** [12:33:48 2020-06-13] 178: Checking synchronizations ** [12:33:48 2020-06-13] 178: Checking tracker ** [12:33:48 2020-06-13] 178: Checking user_migrations ** [12:33:48 2020-06-13] 178: Checking batch_updates ** [12:33:48 2020-06-13] 178: Checking gears ** [12:33:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:33:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:53 2020-06-13] 178: Checking imports ** [12:33:53 2020-06-13] 178: Checking exports ** [12:33:53 2020-06-13] 178: Checking users ** [12:33:53 2020-06-13] 178: Checking user_dbs ** [12:33:53 2020-06-13] 178: Checking geocodings ** [12:33:53 2020-06-13] 178: Checking synchronizations ** [12:33:53 2020-06-13] 178: Checking tracker ** [12:33:53 2020-06-13] 178: Checking user_migrations ** [12:33:53 2020-06-13] 178: Checking batch_updates ** [12:33:53 2020-06-13] 178: Checking gears ** [12:33:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:33:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:58 2020-06-13] 178: Checking imports ** [12:33:58 2020-06-13] 178: Checking exports ** [12:33:58 2020-06-13] 178: Checking users ** [12:33:58 2020-06-13] 178: Checking user_dbs ** [12:33:58 2020-06-13] 178: Checking geocodings ** [12:33:58 2020-06-13] 178: Checking synchronizations ** [12:33:58 2020-06-13] 178: Checking tracker ** [12:33:58 2020-06-13] 178: Checking user_migrations ** [12:33:58 2020-06-13] 178: Checking batch_updates ** [12:33:58 2020-06-13] 178: Checking gears ** [12:33:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:33:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:03 2020-06-13] 178: Checking imports ** [12:34:03 2020-06-13] 178: Checking exports ** [12:34:03 2020-06-13] 178: Checking users ** [12:34:03 2020-06-13] 178: Checking user_dbs ** [12:34:03 2020-06-13] 178: Checking geocodings ** [12:34:03 2020-06-13] 178: Checking synchronizations ** [12:34:03 2020-06-13] 178: Checking tracker ** [12:34:03 2020-06-13] 178: Checking user_migrations ** [12:34:03 2020-06-13] 178: Checking batch_updates ** [12:34:03 2020-06-13] 178: Checking gears ** [12:34:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:34:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:08 2020-06-13] 178: Checking imports ** [12:34:08 2020-06-13] 178: Checking exports ** [12:34:08 2020-06-13] 178: Checking users ** [12:34:08 2020-06-13] 178: Checking user_dbs ** [12:34:08 2020-06-13] 178: Checking geocodings ** [12:34:08 2020-06-13] 178: Checking synchronizations ** [12:34:08 2020-06-13] 178: Checking tracker ** [12:34:08 2020-06-13] 178: Checking user_migrations ** [12:34:08 2020-06-13] 178: Checking batch_updates ** [12:34:08 2020-06-13] 178: Checking gears ** [12:34:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:34:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:13 2020-06-13] 178: Checking imports ** [12:34:13 2020-06-13] 178: Checking exports ** [12:34:13 2020-06-13] 178: Checking users ** [12:34:13 2020-06-13] 178: Checking user_dbs ** [12:34:13 2020-06-13] 178: Checking geocodings ** [12:34:13 2020-06-13] 178: Checking synchronizations ** [12:34:13 2020-06-13] 178: Checking tracker ** [12:34:13 2020-06-13] 178: Checking user_migrations ** [12:34:13 2020-06-13] 178: Checking batch_updates ** [12:34:13 2020-06-13] 178: Checking gears ** [12:34:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:34:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:18 2020-06-13] 178: Checking imports ** [12:34:18 2020-06-13] 178: Checking exports ** [12:34:18 2020-06-13] 178: Checking users ** [12:34:18 2020-06-13] 178: Checking user_dbs ** [12:34:18 2020-06-13] 178: Checking geocodings ** [12:34:18 2020-06-13] 178: Checking synchronizations ** [12:34:18 2020-06-13] 178: Checking tracker ** [12:34:18 2020-06-13] 178: Checking user_migrations ** [12:34:18 2020-06-13] 178: Checking batch_updates ** [12:34:18 2020-06-13] 178: Checking gears ** [12:34:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:34:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:23 2020-06-13] 178: Checking imports ** [12:34:23 2020-06-13] 178: Checking exports ** [12:34:23 2020-06-13] 178: Checking users ** [12:34:23 2020-06-13] 178: Checking user_dbs ** [12:34:23 2020-06-13] 178: Checking geocodings ** [12:34:23 2020-06-13] 178: Checking synchronizations ** [12:34:23 2020-06-13] 178: Checking tracker ** [12:34:23 2020-06-13] 178: Checking user_migrations ** [12:34:23 2020-06-13] 178: Checking batch_updates ** [12:34:23 2020-06-13] 178: Checking gears ** [12:34:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:34:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:28 2020-06-13] 178: Checking imports ** [12:34:28 2020-06-13] 178: Checking exports ** [12:34:28 2020-06-13] 178: Checking users ** [12:34:28 2020-06-13] 178: Checking user_dbs ** [12:34:28 2020-06-13] 178: Checking geocodings ** [12:34:28 2020-06-13] 178: Checking synchronizations ** [12:34:28 2020-06-13] 178: Checking tracker ** [12:34:28 2020-06-13] 178: Checking user_migrations ** [12:34:28 2020-06-13] 178: Checking batch_updates ** [12:34:28 2020-06-13] 178: Checking gears ** [12:34:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:34:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:33 2020-06-13] 178: Checking imports ** [12:34:33 2020-06-13] 178: Checking exports ** [12:34:33 2020-06-13] 178: Checking users ** [12:34:33 2020-06-13] 178: Checking user_dbs ** [12:34:33 2020-06-13] 178: Checking geocodings ** [12:34:33 2020-06-13] 178: Checking synchronizations ** [12:34:33 2020-06-13] 178: Checking tracker ** [12:34:33 2020-06-13] 178: Checking user_migrations ** [12:34:33 2020-06-13] 178: Checking batch_updates ** [12:34:33 2020-06-13] 178: Checking gears ** [12:34:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:34:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:38 2020-06-13] 178: Checking imports ** [12:34:38 2020-06-13] 178: Checking exports ** [12:34:38 2020-06-13] 178: Checking users ** [12:34:38 2020-06-13] 178: Checking user_dbs ** [12:34:38 2020-06-13] 178: Checking geocodings ** [12:34:38 2020-06-13] 178: Checking synchronizations ** [12:34:38 2020-06-13] 178: Checking tracker ** [12:34:38 2020-06-13] 178: Checking user_migrations ** [12:34:38 2020-06-13] 178: Checking batch_updates ** [12:34:38 2020-06-13] 178: Checking gears ** [12:34:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:34:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:43 2020-06-13] 178: Checking imports ** [12:34:43 2020-06-13] 178: Checking exports ** [12:34:43 2020-06-13] 178: Checking users ** [12:34:43 2020-06-13] 178: Checking user_dbs ** [12:34:43 2020-06-13] 178: Checking geocodings ** [12:34:43 2020-06-13] 178: Checking synchronizations ** [12:34:43 2020-06-13] 178: Checking tracker ** [12:34:43 2020-06-13] 178: Checking user_migrations ** [12:34:43 2020-06-13] 178: Checking batch_updates ** [12:34:43 2020-06-13] 178: Checking gears ** [12:34:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:34:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:48 2020-06-13] 178: Checking imports ** [12:34:48 2020-06-13] 178: Checking exports ** [12:34:48 2020-06-13] 178: Checking users ** [12:34:48 2020-06-13] 178: Checking user_dbs ** [12:34:48 2020-06-13] 178: Checking geocodings ** [12:34:48 2020-06-13] 178: Checking synchronizations ** [12:34:48 2020-06-13] 178: Checking tracker ** [12:34:48 2020-06-13] 178: Checking user_migrations ** [12:34:48 2020-06-13] 178: Checking batch_updates ** [12:34:48 2020-06-13] 178: Checking gears ** [12:34:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:34:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:53 2020-06-13] 178: Checking imports ** [12:34:53 2020-06-13] 178: Checking exports ** [12:34:53 2020-06-13] 178: Checking users ** [12:34:53 2020-06-13] 178: Checking user_dbs ** [12:34:53 2020-06-13] 178: Checking geocodings ** [12:34:53 2020-06-13] 178: Checking synchronizations ** [12:34:53 2020-06-13] 178: Checking tracker ** [12:34:53 2020-06-13] 178: Checking user_migrations ** [12:34:53 2020-06-13] 178: Checking batch_updates ** [12:34:53 2020-06-13] 178: Checking gears ** [12:34:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:34:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:58 2020-06-13] 178: Checking imports ** [12:34:58 2020-06-13] 178: Checking exports ** [12:34:58 2020-06-13] 178: Checking users ** [12:34:58 2020-06-13] 178: Checking user_dbs ** [12:34:58 2020-06-13] 178: Checking geocodings ** [12:34:58 2020-06-13] 178: Checking synchronizations ** [12:34:58 2020-06-13] 178: Checking tracker ** [12:34:58 2020-06-13] 178: Checking user_migrations ** [12:34:58 2020-06-13] 178: Checking batch_updates ** [12:34:58 2020-06-13] 178: Checking gears ** [12:34:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:34:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:03 2020-06-13] 178: Checking imports ** [12:35:03 2020-06-13] 178: Checking exports ** [12:35:03 2020-06-13] 178: Checking users ** [12:35:03 2020-06-13] 178: Checking user_dbs ** [12:35:03 2020-06-13] 178: Checking geocodings ** [12:35:03 2020-06-13] 178: Checking synchronizations ** [12:35:03 2020-06-13] 178: Checking tracker ** [12:35:03 2020-06-13] 178: Checking user_migrations ** [12:35:03 2020-06-13] 178: Checking batch_updates ** [12:35:03 2020-06-13] 178: Checking gears ** [12:35:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:35:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:08 2020-06-13] 178: Checking imports ** [12:35:08 2020-06-13] 178: Checking exports ** [12:35:08 2020-06-13] 178: Checking users ** [12:35:08 2020-06-13] 178: Checking user_dbs ** [12:35:08 2020-06-13] 178: Checking geocodings ** [12:35:08 2020-06-13] 178: Checking synchronizations ** [12:35:08 2020-06-13] 178: Checking tracker ** [12:35:08 2020-06-13] 178: Checking user_migrations ** [12:35:08 2020-06-13] 178: Checking batch_updates ** [12:35:08 2020-06-13] 178: Checking gears ** [12:35:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:35:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:13 2020-06-13] 178: Checking imports ** [12:35:13 2020-06-13] 178: Checking exports ** [12:35:13 2020-06-13] 178: Checking users ** [12:35:13 2020-06-13] 178: Checking user_dbs ** [12:35:13 2020-06-13] 178: Checking geocodings ** [12:35:13 2020-06-13] 178: Checking synchronizations ** [12:35:13 2020-06-13] 178: Checking tracker ** [12:35:13 2020-06-13] 178: Checking user_migrations ** [12:35:13 2020-06-13] 178: Checking batch_updates ** [12:35:13 2020-06-13] 178: Checking gears ** [12:35:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:35:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:18 2020-06-13] 178: Checking imports ** [12:35:18 2020-06-13] 178: Checking exports ** [12:35:18 2020-06-13] 178: Checking users ** [12:35:18 2020-06-13] 178: Checking user_dbs ** [12:35:18 2020-06-13] 178: Checking geocodings ** [12:35:18 2020-06-13] 178: Checking synchronizations ** [12:35:18 2020-06-13] 178: Checking tracker ** [12:35:18 2020-06-13] 178: Checking user_migrations ** [12:35:18 2020-06-13] 178: Checking batch_updates ** [12:35:18 2020-06-13] 178: Checking gears ** [12:35:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:35:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:23 2020-06-13] 178: Checking imports ** [12:35:23 2020-06-13] 178: Checking exports ** [12:35:23 2020-06-13] 178: Checking users ** [12:35:23 2020-06-13] 178: Checking user_dbs ** [12:35:23 2020-06-13] 178: Checking geocodings ** [12:35:23 2020-06-13] 178: Checking synchronizations ** [12:35:23 2020-06-13] 178: Checking tracker ** [12:35:23 2020-06-13] 178: Checking user_migrations ** [12:35:24 2020-06-13] 178: Checking batch_updates ** [12:35:24 2020-06-13] 178: Checking gears ** [12:35:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:35:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:29 2020-06-13] 178: Checking imports ** [12:35:29 2020-06-13] 178: Checking exports ** [12:35:29 2020-06-13] 178: Checking users ** [12:35:29 2020-06-13] 178: Checking user_dbs ** [12:35:29 2020-06-13] 178: Checking geocodings ** [12:35:29 2020-06-13] 178: Checking synchronizations ** [12:35:29 2020-06-13] 178: Checking tracker ** [12:35:29 2020-06-13] 178: Checking user_migrations ** [12:35:29 2020-06-13] 178: Checking batch_updates ** [12:35:29 2020-06-13] 178: Checking gears ** [12:35:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:35:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:34 2020-06-13] 178: Checking imports ** [12:35:34 2020-06-13] 178: Checking exports ** [12:35:34 2020-06-13] 178: Checking users ** [12:35:34 2020-06-13] 178: Checking user_dbs ** [12:35:34 2020-06-13] 178: Checking geocodings ** [12:35:34 2020-06-13] 178: Checking synchronizations ** [12:35:34 2020-06-13] 178: Checking tracker ** [12:35:34 2020-06-13] 178: Checking user_migrations ** [12:35:34 2020-06-13] 178: Checking batch_updates ** [12:35:34 2020-06-13] 178: Checking gears ** [12:35:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:35:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:39 2020-06-13] 178: Checking imports ** [12:35:39 2020-06-13] 178: Checking exports ** [12:35:39 2020-06-13] 178: Checking users ** [12:35:39 2020-06-13] 178: Checking user_dbs ** [12:35:39 2020-06-13] 178: Checking geocodings ** [12:35:39 2020-06-13] 178: Checking synchronizations ** [12:35:39 2020-06-13] 178: Checking tracker ** [12:35:39 2020-06-13] 178: Checking user_migrations ** [12:35:39 2020-06-13] 178: Checking batch_updates ** [12:35:39 2020-06-13] 178: Checking gears ** [12:35:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:35:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:44 2020-06-13] 178: Checking imports ** [12:35:44 2020-06-13] 178: Checking exports ** [12:35:44 2020-06-13] 178: Checking users ** [12:35:44 2020-06-13] 178: Checking user_dbs ** [12:35:44 2020-06-13] 178: Checking geocodings ** [12:35:44 2020-06-13] 178: Checking synchronizations ** [12:35:44 2020-06-13] 178: Checking tracker ** [12:35:44 2020-06-13] 178: Checking user_migrations ** [12:35:44 2020-06-13] 178: Checking batch_updates ** [12:35:44 2020-06-13] 178: Checking gears ** [12:35:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:35:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:49 2020-06-13] 178: Checking imports ** [12:35:49 2020-06-13] 178: Checking exports ** [12:35:49 2020-06-13] 178: Checking users ** [12:35:49 2020-06-13] 178: Checking user_dbs ** [12:35:49 2020-06-13] 178: Checking geocodings ** [12:35:49 2020-06-13] 178: Checking synchronizations ** [12:35:49 2020-06-13] 178: Checking tracker ** [12:35:49 2020-06-13] 178: Checking user_migrations ** [12:35:49 2020-06-13] 178: Checking batch_updates ** [12:35:49 2020-06-13] 178: Checking gears ** [12:35:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:35:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:54 2020-06-13] 178: Checking imports ** [12:35:54 2020-06-13] 178: Checking exports ** [12:35:54 2020-06-13] 178: Checking users ** [12:35:54 2020-06-13] 178: Checking user_dbs ** [12:35:54 2020-06-13] 178: Checking geocodings ** [12:35:54 2020-06-13] 178: Checking synchronizations ** [12:35:54 2020-06-13] 178: Checking tracker ** [12:35:54 2020-06-13] 178: Checking user_migrations ** [12:35:54 2020-06-13] 178: Checking batch_updates ** [12:35:54 2020-06-13] 178: Checking gears ** [12:35:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:35:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:59 2020-06-13] 178: Checking imports ** [12:35:59 2020-06-13] 178: Checking exports ** [12:35:59 2020-06-13] 178: Checking users ** [12:35:59 2020-06-13] 178: Checking user_dbs ** [12:35:59 2020-06-13] 178: Checking geocodings ** [12:35:59 2020-06-13] 178: Checking synchronizations ** [12:35:59 2020-06-13] 178: Checking tracker ** [12:35:59 2020-06-13] 178: Checking user_migrations ** [12:35:59 2020-06-13] 178: Checking batch_updates ** [12:35:59 2020-06-13] 178: Checking gears ** [12:35:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:35:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:04 2020-06-13] 178: Checking imports ** [12:36:04 2020-06-13] 178: Checking exports ** [12:36:04 2020-06-13] 178: Checking users ** [12:36:04 2020-06-13] 178: Checking user_dbs ** [12:36:04 2020-06-13] 178: Checking geocodings ** [12:36:04 2020-06-13] 178: Checking synchronizations ** [12:36:04 2020-06-13] 178: Checking tracker ** [12:36:04 2020-06-13] 178: Checking user_migrations ** [12:36:04 2020-06-13] 178: Checking batch_updates ** [12:36:04 2020-06-13] 178: Checking gears ** [12:36:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:36:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:09 2020-06-13] 178: Checking imports ** [12:36:09 2020-06-13] 178: Checking exports ** [12:36:09 2020-06-13] 178: Checking users ** [12:36:09 2020-06-13] 178: Checking user_dbs ** [12:36:09 2020-06-13] 178: Checking geocodings ** [12:36:09 2020-06-13] 178: Checking synchronizations ** [12:36:09 2020-06-13] 178: Checking tracker ** [12:36:09 2020-06-13] 178: Checking user_migrations ** [12:36:09 2020-06-13] 178: Checking batch_updates ** [12:36:09 2020-06-13] 178: Checking gears ** [12:36:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:36:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:14 2020-06-13] 178: Checking imports ** [12:36:14 2020-06-13] 178: Checking exports ** [12:36:14 2020-06-13] 178: Checking users ** [12:36:14 2020-06-13] 178: Checking user_dbs ** [12:36:14 2020-06-13] 178: Checking geocodings ** [12:36:14 2020-06-13] 178: Checking synchronizations ** [12:36:14 2020-06-13] 178: Checking tracker ** [12:36:14 2020-06-13] 178: Checking user_migrations ** [12:36:14 2020-06-13] 178: Checking batch_updates ** [12:36:14 2020-06-13] 178: Checking gears ** [12:36:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:36:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:19 2020-06-13] 178: Checking imports ** [12:36:19 2020-06-13] 178: Checking exports ** [12:36:19 2020-06-13] 178: Checking users ** [12:36:19 2020-06-13] 178: Checking user_dbs ** [12:36:19 2020-06-13] 178: Checking geocodings ** [12:36:19 2020-06-13] 178: Checking synchronizations ** [12:36:19 2020-06-13] 178: Checking tracker ** [12:36:19 2020-06-13] 178: Checking user_migrations ** [12:36:19 2020-06-13] 178: Checking batch_updates ** [12:36:19 2020-06-13] 178: Checking gears ** [12:36:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:36:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:24 2020-06-13] 178: Checking imports ** [12:36:24 2020-06-13] 178: Checking exports ** [12:36:24 2020-06-13] 178: Checking users ** [12:36:24 2020-06-13] 178: Checking user_dbs ** [12:36:24 2020-06-13] 178: Checking geocodings ** [12:36:24 2020-06-13] 178: Checking synchronizations ** [12:36:24 2020-06-13] 178: Checking tracker ** [12:36:24 2020-06-13] 178: Checking user_migrations ** [12:36:24 2020-06-13] 178: Checking batch_updates ** [12:36:24 2020-06-13] 178: Checking gears ** [12:36:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:36:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:29 2020-06-13] 178: Checking imports ** [12:36:29 2020-06-13] 178: Checking exports ** [12:36:29 2020-06-13] 178: Checking users ** [12:36:29 2020-06-13] 178: Checking user_dbs ** [12:36:29 2020-06-13] 178: Checking geocodings ** [12:36:29 2020-06-13] 178: Checking synchronizations ** [12:36:29 2020-06-13] 178: Checking tracker ** [12:36:29 2020-06-13] 178: Checking user_migrations ** [12:36:29 2020-06-13] 178: Checking batch_updates ** [12:36:29 2020-06-13] 178: Checking gears ** [12:36:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:36:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:34 2020-06-13] 178: Checking imports ** [12:36:34 2020-06-13] 178: Checking exports ** [12:36:34 2020-06-13] 178: Checking users ** [12:36:34 2020-06-13] 178: Checking user_dbs ** [12:36:34 2020-06-13] 178: Checking geocodings ** [12:36:34 2020-06-13] 178: Checking synchronizations ** [12:36:34 2020-06-13] 178: Checking tracker ** [12:36:34 2020-06-13] 178: Checking user_migrations ** [12:36:34 2020-06-13] 178: Checking batch_updates ** [12:36:34 2020-06-13] 178: Checking gears ** [12:36:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:36:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:39 2020-06-13] 178: Checking imports ** [12:36:39 2020-06-13] 178: Checking exports ** [12:36:39 2020-06-13] 178: Checking users ** [12:36:39 2020-06-13] 178: Checking user_dbs ** [12:36:39 2020-06-13] 178: Checking geocodings ** [12:36:39 2020-06-13] 178: Checking synchronizations ** [12:36:39 2020-06-13] 178: Checking tracker ** [12:36:39 2020-06-13] 178: Checking user_migrations ** [12:36:39 2020-06-13] 178: Checking batch_updates ** [12:36:39 2020-06-13] 178: Checking gears ** [12:36:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:36:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:44 2020-06-13] 178: Checking imports ** [12:36:44 2020-06-13] 178: Checking exports ** [12:36:44 2020-06-13] 178: Checking users ** [12:36:44 2020-06-13] 178: Checking user_dbs ** [12:36:44 2020-06-13] 178: Checking geocodings ** [12:36:44 2020-06-13] 178: Checking synchronizations ** [12:36:44 2020-06-13] 178: Checking tracker ** [12:36:44 2020-06-13] 178: Checking user_migrations ** [12:36:44 2020-06-13] 178: Checking batch_updates ** [12:36:44 2020-06-13] 178: Checking gears ** [12:36:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:36:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:49 2020-06-13] 178: Checking imports ** [12:36:49 2020-06-13] 178: Checking exports ** [12:36:49 2020-06-13] 178: Checking users ** [12:36:49 2020-06-13] 178: Checking user_dbs ** [12:36:49 2020-06-13] 178: Checking geocodings ** [12:36:49 2020-06-13] 178: Checking synchronizations ** [12:36:49 2020-06-13] 178: Checking tracker ** [12:36:49 2020-06-13] 178: Checking user_migrations ** [12:36:49 2020-06-13] 178: Checking batch_updates ** [12:36:49 2020-06-13] 178: Checking gears ** [12:36:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:36:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:54 2020-06-13] 178: Checking imports ** [12:36:54 2020-06-13] 178: Checking exports ** [12:36:54 2020-06-13] 178: Checking users ** [12:36:54 2020-06-13] 178: Checking user_dbs ** [12:36:54 2020-06-13] 178: Checking geocodings ** [12:36:54 2020-06-13] 178: Checking synchronizations ** [12:36:54 2020-06-13] 178: Checking tracker ** [12:36:54 2020-06-13] 178: Checking user_migrations ** [12:36:54 2020-06-13] 178: Checking batch_updates ** [12:36:54 2020-06-13] 178: Checking gears ** [12:36:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:36:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:59 2020-06-13] 178: Checking imports ** [12:36:59 2020-06-13] 178: Checking exports ** [12:36:59 2020-06-13] 178: Checking users ** [12:36:59 2020-06-13] 178: Checking user_dbs ** [12:36:59 2020-06-13] 178: Checking geocodings ** [12:36:59 2020-06-13] 178: Checking synchronizations ** [12:36:59 2020-06-13] 178: Checking tracker ** [12:36:59 2020-06-13] 178: Checking user_migrations ** [12:36:59 2020-06-13] 178: Checking batch_updates ** [12:36:59 2020-06-13] 178: Checking gears ** [12:36:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:36:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:04 2020-06-13] 178: Checking imports ** [12:37:04 2020-06-13] 178: Checking exports ** [12:37:04 2020-06-13] 178: Checking users ** [12:37:04 2020-06-13] 178: Checking user_dbs ** [12:37:04 2020-06-13] 178: Checking geocodings ** [12:37:04 2020-06-13] 178: Checking synchronizations ** [12:37:04 2020-06-13] 178: Checking tracker ** [12:37:04 2020-06-13] 178: Checking user_migrations ** [12:37:04 2020-06-13] 178: Checking batch_updates ** [12:37:04 2020-06-13] 178: Checking gears ** [12:37:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:37:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:09 2020-06-13] 178: Checking imports ** [12:37:09 2020-06-13] 178: Checking exports ** [12:37:09 2020-06-13] 178: Checking users ** [12:37:09 2020-06-13] 178: Checking user_dbs ** [12:37:09 2020-06-13] 178: Checking geocodings ** [12:37:09 2020-06-13] 178: Checking synchronizations ** [12:37:09 2020-06-13] 178: Checking tracker ** [12:37:09 2020-06-13] 178: Checking user_migrations ** [12:37:09 2020-06-13] 178: Checking batch_updates ** [12:37:09 2020-06-13] 178: Checking gears ** [12:37:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:37:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:14 2020-06-13] 178: Checking imports ** [12:37:14 2020-06-13] 178: Checking exports ** [12:37:14 2020-06-13] 178: Checking users ** [12:37:14 2020-06-13] 178: Checking user_dbs ** [12:37:14 2020-06-13] 178: Checking geocodings ** [12:37:14 2020-06-13] 178: Checking synchronizations ** [12:37:14 2020-06-13] 178: Checking tracker ** [12:37:14 2020-06-13] 178: Checking user_migrations ** [12:37:14 2020-06-13] 178: Checking batch_updates ** [12:37:14 2020-06-13] 178: Checking gears ** [12:37:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:37:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:19 2020-06-13] 178: Checking imports ** [12:37:19 2020-06-13] 178: Checking exports ** [12:37:19 2020-06-13] 178: Checking users ** [12:37:19 2020-06-13] 178: Checking user_dbs ** [12:37:19 2020-06-13] 178: Checking geocodings ** [12:37:19 2020-06-13] 178: Checking synchronizations ** [12:37:19 2020-06-13] 178: Checking tracker ** [12:37:19 2020-06-13] 178: Checking user_migrations ** [12:37:19 2020-06-13] 178: Checking batch_updates ** [12:37:19 2020-06-13] 178: Checking gears ** [12:37:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:37:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:24 2020-06-13] 178: Checking imports ** [12:37:24 2020-06-13] 178: Checking exports ** [12:37:24 2020-06-13] 178: Checking users ** [12:37:24 2020-06-13] 178: Checking user_dbs ** [12:37:24 2020-06-13] 178: Checking geocodings ** [12:37:24 2020-06-13] 178: Checking synchronizations ** [12:37:24 2020-06-13] 178: Checking tracker ** [12:37:24 2020-06-13] 178: Checking user_migrations ** [12:37:24 2020-06-13] 178: Checking batch_updates ** [12:37:24 2020-06-13] 178: Checking gears ** [12:37:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:37:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:29 2020-06-13] 178: Checking imports ** [12:37:29 2020-06-13] 178: Checking exports ** [12:37:29 2020-06-13] 178: Checking users ** [12:37:29 2020-06-13] 178: Checking user_dbs ** [12:37:29 2020-06-13] 178: Checking geocodings ** [12:37:29 2020-06-13] 178: Checking synchronizations ** [12:37:29 2020-06-13] 178: Checking tracker ** [12:37:29 2020-06-13] 178: Checking user_migrations ** [12:37:29 2020-06-13] 178: Checking batch_updates ** [12:37:29 2020-06-13] 178: Checking gears ** [12:37:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:37:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:34 2020-06-13] 178: Checking imports ** [12:37:34 2020-06-13] 178: Checking exports ** [12:37:34 2020-06-13] 178: Checking users ** [12:37:34 2020-06-13] 178: Checking user_dbs ** [12:37:34 2020-06-13] 178: Checking geocodings ** [12:37:34 2020-06-13] 178: Checking synchronizations ** [12:37:34 2020-06-13] 178: Checking tracker ** [12:37:34 2020-06-13] 178: Checking user_migrations ** [12:37:34 2020-06-13] 178: Checking batch_updates ** [12:37:34 2020-06-13] 178: Checking gears ** [12:37:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:37:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:39 2020-06-13] 178: Checking imports ** [12:37:39 2020-06-13] 178: Checking exports ** [12:37:39 2020-06-13] 178: Checking users ** [12:37:39 2020-06-13] 178: Checking user_dbs ** [12:37:39 2020-06-13] 178: Checking geocodings ** [12:37:39 2020-06-13] 178: Checking synchronizations ** [12:37:39 2020-06-13] 178: Checking tracker ** [12:37:39 2020-06-13] 178: Checking user_migrations ** [12:37:39 2020-06-13] 178: Checking batch_updates ** [12:37:39 2020-06-13] 178: Checking gears ** [12:37:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:37:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:44 2020-06-13] 178: Checking imports ** [12:37:44 2020-06-13] 178: Checking exports ** [12:37:44 2020-06-13] 178: Checking users ** [12:37:44 2020-06-13] 178: Checking user_dbs ** [12:37:44 2020-06-13] 178: Checking geocodings ** [12:37:44 2020-06-13] 178: Checking synchronizations ** [12:37:44 2020-06-13] 178: Checking tracker ** [12:37:44 2020-06-13] 178: Checking user_migrations ** [12:37:44 2020-06-13] 178: Checking batch_updates ** [12:37:44 2020-06-13] 178: Checking gears ** [12:37:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:37:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:50 2020-06-13] 178: Checking imports ** [12:37:50 2020-06-13] 178: Checking exports ** [12:37:50 2020-06-13] 178: Checking users ** [12:37:50 2020-06-13] 178: Checking user_dbs ** [12:37:50 2020-06-13] 178: Checking geocodings ** [12:37:50 2020-06-13] 178: Checking synchronizations ** [12:37:50 2020-06-13] 178: Checking tracker ** [12:37:50 2020-06-13] 178: Checking user_migrations ** [12:37:50 2020-06-13] 178: Checking batch_updates ** [12:37:50 2020-06-13] 178: Checking gears ** [12:37:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:37:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:55 2020-06-13] 178: Checking imports ** [12:37:55 2020-06-13] 178: Checking exports ** [12:37:55 2020-06-13] 178: Checking users ** [12:37:55 2020-06-13] 178: Checking user_dbs ** [12:37:55 2020-06-13] 178: Checking geocodings ** [12:37:55 2020-06-13] 178: Checking synchronizations ** [12:37:55 2020-06-13] 178: Checking tracker ** [12:37:55 2020-06-13] 178: Checking user_migrations ** [12:37:55 2020-06-13] 178: Checking batch_updates ** [12:37:55 2020-06-13] 178: Checking gears ** [12:37:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:37:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:00 2020-06-13] 178: Checking imports ** [12:38:00 2020-06-13] 178: Checking exports ** [12:38:00 2020-06-13] 178: Checking users ** [12:38:00 2020-06-13] 178: Checking user_dbs ** [12:38:00 2020-06-13] 178: Checking geocodings ** [12:38:00 2020-06-13] 178: Checking synchronizations ** [12:38:00 2020-06-13] 178: Checking tracker ** [12:38:00 2020-06-13] 178: Checking user_migrations ** [12:38:00 2020-06-13] 178: Checking batch_updates ** [12:38:00 2020-06-13] 178: Checking gears ** [12:38:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:38:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:05 2020-06-13] 178: Checking imports ** [12:38:05 2020-06-13] 178: Checking exports ** [12:38:05 2020-06-13] 178: Checking users ** [12:38:05 2020-06-13] 178: Checking user_dbs ** [12:38:05 2020-06-13] 178: Checking geocodings ** [12:38:05 2020-06-13] 178: Checking synchronizations ** [12:38:05 2020-06-13] 178: Checking tracker ** [12:38:05 2020-06-13] 178: Checking user_migrations ** [12:38:05 2020-06-13] 178: Checking batch_updates ** [12:38:05 2020-06-13] 178: Checking gears ** [12:38:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:38:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:10 2020-06-13] 178: Checking imports ** [12:38:10 2020-06-13] 178: Checking exports ** [12:38:10 2020-06-13] 178: Checking users ** [12:38:10 2020-06-13] 178: Checking user_dbs ** [12:38:10 2020-06-13] 178: Checking geocodings ** [12:38:10 2020-06-13] 178: Checking synchronizations ** [12:38:10 2020-06-13] 178: Checking tracker ** [12:38:10 2020-06-13] 178: Checking user_migrations ** [12:38:10 2020-06-13] 178: Checking batch_updates ** [12:38:10 2020-06-13] 178: Checking gears ** [12:38:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:38:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:15 2020-06-13] 178: Checking imports ** [12:38:15 2020-06-13] 178: Checking exports ** [12:38:15 2020-06-13] 178: Checking users ** [12:38:15 2020-06-13] 178: Checking user_dbs ** [12:38:15 2020-06-13] 178: Checking geocodings ** [12:38:15 2020-06-13] 178: Checking synchronizations ** [12:38:15 2020-06-13] 178: Checking tracker ** [12:38:15 2020-06-13] 178: Checking user_migrations ** [12:38:15 2020-06-13] 178: Checking batch_updates ** [12:38:15 2020-06-13] 178: Checking gears ** [12:38:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:38:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:20 2020-06-13] 178: Checking imports ** [12:38:20 2020-06-13] 178: Checking exports ** [12:38:20 2020-06-13] 178: Checking users ** [12:38:20 2020-06-13] 178: Checking user_dbs ** [12:38:20 2020-06-13] 178: Checking geocodings ** [12:38:20 2020-06-13] 178: Checking synchronizations ** [12:38:20 2020-06-13] 178: Checking tracker ** [12:38:20 2020-06-13] 178: Checking user_migrations ** [12:38:20 2020-06-13] 178: Checking batch_updates ** [12:38:20 2020-06-13] 178: Checking gears ** [12:38:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:38:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:25 2020-06-13] 178: Checking imports ** [12:38:25 2020-06-13] 178: Checking exports ** [12:38:25 2020-06-13] 178: Checking users ** [12:38:25 2020-06-13] 178: Checking user_dbs ** [12:38:25 2020-06-13] 178: Checking geocodings ** [12:38:25 2020-06-13] 178: Checking synchronizations ** [12:38:25 2020-06-13] 178: Checking tracker ** [12:38:25 2020-06-13] 178: Checking user_migrations ** [12:38:25 2020-06-13] 178: Checking batch_updates ** [12:38:25 2020-06-13] 178: Checking gears ** [12:38:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:38:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:30 2020-06-13] 178: Checking imports ** [12:38:30 2020-06-13] 178: Checking exports ** [12:38:30 2020-06-13] 178: Checking users ** [12:38:30 2020-06-13] 178: Checking user_dbs ** [12:38:30 2020-06-13] 178: Checking geocodings ** [12:38:30 2020-06-13] 178: Checking synchronizations ** [12:38:30 2020-06-13] 178: Checking tracker ** [12:38:30 2020-06-13] 178: Checking user_migrations ** [12:38:30 2020-06-13] 178: Checking batch_updates ** [12:38:30 2020-06-13] 178: Checking gears ** [12:38:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:38:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:35 2020-06-13] 178: Checking imports ** [12:38:35 2020-06-13] 178: Checking exports ** [12:38:35 2020-06-13] 178: Checking users ** [12:38:35 2020-06-13] 178: Checking user_dbs ** [12:38:35 2020-06-13] 178: Checking geocodings ** [12:38:35 2020-06-13] 178: Checking synchronizations ** [12:38:35 2020-06-13] 178: Checking tracker ** [12:38:35 2020-06-13] 178: Checking user_migrations ** [12:38:35 2020-06-13] 178: Checking batch_updates ** [12:38:35 2020-06-13] 178: Checking gears ** [12:38:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:38:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:40 2020-06-13] 178: Checking imports ** [12:38:40 2020-06-13] 178: Checking exports ** [12:38:40 2020-06-13] 178: Checking users ** [12:38:40 2020-06-13] 178: Checking user_dbs ** [12:38:40 2020-06-13] 178: Checking geocodings ** [12:38:40 2020-06-13] 178: Checking synchronizations ** [12:38:40 2020-06-13] 178: Checking tracker ** [12:38:40 2020-06-13] 178: Checking user_migrations ** [12:38:40 2020-06-13] 178: Checking batch_updates ** [12:38:40 2020-06-13] 178: Checking gears ** [12:38:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:38:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:45 2020-06-13] 178: Checking imports ** [12:38:45 2020-06-13] 178: Checking exports ** [12:38:45 2020-06-13] 178: Checking users ** [12:38:45 2020-06-13] 178: Checking user_dbs ** [12:38:45 2020-06-13] 178: Checking geocodings ** [12:38:45 2020-06-13] 178: Checking synchronizations ** [12:38:45 2020-06-13] 178: Checking tracker ** [12:38:45 2020-06-13] 178: Checking user_migrations ** [12:38:45 2020-06-13] 178: Checking batch_updates ** [12:38:45 2020-06-13] 178: Checking gears ** [12:38:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:38:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:50 2020-06-13] 178: Checking imports ** [12:38:50 2020-06-13] 178: Checking exports ** [12:38:50 2020-06-13] 178: Checking users ** [12:38:50 2020-06-13] 178: Checking user_dbs ** [12:38:50 2020-06-13] 178: Checking geocodings ** [12:38:50 2020-06-13] 178: Checking synchronizations ** [12:38:50 2020-06-13] 178: Checking tracker ** [12:38:50 2020-06-13] 178: Checking user_migrations ** [12:38:50 2020-06-13] 178: Checking batch_updates ** [12:38:50 2020-06-13] 178: Checking gears ** [12:38:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:38:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:55 2020-06-13] 178: Checking imports ** [12:38:55 2020-06-13] 178: Checking exports ** [12:38:55 2020-06-13] 178: Checking users ** [12:38:55 2020-06-13] 178: Checking user_dbs ** [12:38:55 2020-06-13] 178: Checking geocodings ** [12:38:55 2020-06-13] 178: Checking synchronizations ** [12:38:55 2020-06-13] 178: Checking tracker ** [12:38:55 2020-06-13] 178: Checking user_migrations ** [12:38:55 2020-06-13] 178: Checking batch_updates ** [12:38:55 2020-06-13] 178: Checking gears ** [12:38:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:38:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:00 2020-06-13] 178: Checking imports ** [12:39:00 2020-06-13] 178: Checking exports ** [12:39:00 2020-06-13] 178: Checking users ** [12:39:00 2020-06-13] 178: Checking user_dbs ** [12:39:00 2020-06-13] 178: Checking geocodings ** [12:39:00 2020-06-13] 178: Checking synchronizations ** [12:39:00 2020-06-13] 178: Checking tracker ** [12:39:00 2020-06-13] 178: Checking user_migrations ** [12:39:00 2020-06-13] 178: Checking batch_updates ** [12:39:00 2020-06-13] 178: Checking gears ** [12:39:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:39:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:05 2020-06-13] 178: Checking imports ** [12:39:05 2020-06-13] 178: Checking exports ** [12:39:05 2020-06-13] 178: Checking users ** [12:39:05 2020-06-13] 178: Checking user_dbs ** [12:39:05 2020-06-13] 178: Checking geocodings ** [12:39:05 2020-06-13] 178: Checking synchronizations ** [12:39:05 2020-06-13] 178: Checking tracker ** [12:39:05 2020-06-13] 178: Checking user_migrations ** [12:39:05 2020-06-13] 178: Checking batch_updates ** [12:39:05 2020-06-13] 178: Checking gears ** [12:39:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:39:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:10 2020-06-13] 178: Checking imports ** [12:39:10 2020-06-13] 178: Checking exports ** [12:39:10 2020-06-13] 178: Checking users ** [12:39:10 2020-06-13] 178: Checking user_dbs ** [12:39:10 2020-06-13] 178: Checking geocodings ** [12:39:10 2020-06-13] 178: Checking synchronizations ** [12:39:10 2020-06-13] 178: Checking tracker ** [12:39:10 2020-06-13] 178: Checking user_migrations ** [12:39:10 2020-06-13] 178: Checking batch_updates ** [12:39:10 2020-06-13] 178: Checking gears ** [12:39:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:39:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:15 2020-06-13] 178: Checking imports ** [12:39:15 2020-06-13] 178: Checking exports ** [12:39:15 2020-06-13] 178: Checking users ** [12:39:15 2020-06-13] 178: Checking user_dbs ** [12:39:15 2020-06-13] 178: Checking geocodings ** [12:39:15 2020-06-13] 178: Checking synchronizations ** [12:39:15 2020-06-13] 178: Checking tracker ** [12:39:15 2020-06-13] 178: Checking user_migrations ** [12:39:15 2020-06-13] 178: Checking batch_updates ** [12:39:15 2020-06-13] 178: Checking gears ** [12:39:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:39:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:20 2020-06-13] 178: Checking imports ** [12:39:20 2020-06-13] 178: Checking exports ** [12:39:20 2020-06-13] 178: Checking users ** [12:39:20 2020-06-13] 178: Checking user_dbs ** [12:39:20 2020-06-13] 178: Checking geocodings ** [12:39:20 2020-06-13] 178: Checking synchronizations ** [12:39:20 2020-06-13] 178: Checking tracker ** [12:39:20 2020-06-13] 178: Checking user_migrations ** [12:39:20 2020-06-13] 178: Checking batch_updates ** [12:39:20 2020-06-13] 178: Checking gears ** [12:39:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:39:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:25 2020-06-13] 178: Checking imports ** [12:39:25 2020-06-13] 178: Checking exports ** [12:39:25 2020-06-13] 178: Checking users ** [12:39:25 2020-06-13] 178: Checking user_dbs ** [12:39:25 2020-06-13] 178: Checking geocodings ** [12:39:25 2020-06-13] 178: Checking synchronizations ** [12:39:25 2020-06-13] 178: Checking tracker ** [12:39:25 2020-06-13] 178: Checking user_migrations ** [12:39:25 2020-06-13] 178: Checking batch_updates ** [12:39:25 2020-06-13] 178: Checking gears ** [12:39:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:39:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:30 2020-06-13] 178: Checking imports ** [12:39:30 2020-06-13] 178: Checking exports ** [12:39:30 2020-06-13] 178: Checking users ** [12:39:30 2020-06-13] 178: Checking user_dbs ** [12:39:30 2020-06-13] 178: Checking geocodings ** [12:39:30 2020-06-13] 178: Checking synchronizations ** [12:39:30 2020-06-13] 178: Checking tracker ** [12:39:30 2020-06-13] 178: Checking user_migrations ** [12:39:30 2020-06-13] 178: Checking batch_updates ** [12:39:30 2020-06-13] 178: Checking gears ** [12:39:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:39:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:35 2020-06-13] 178: Checking imports ** [12:39:35 2020-06-13] 178: Checking exports ** [12:39:35 2020-06-13] 178: Checking users ** [12:39:35 2020-06-13] 178: Checking user_dbs ** [12:39:35 2020-06-13] 178: Checking geocodings ** [12:39:35 2020-06-13] 178: Checking synchronizations ** [12:39:35 2020-06-13] 178: Checking tracker ** [12:39:35 2020-06-13] 178: Checking user_migrations ** [12:39:35 2020-06-13] 178: Checking batch_updates ** [12:39:35 2020-06-13] 178: Checking gears ** [12:39:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:39:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:40 2020-06-13] 178: Checking imports ** [12:39:40 2020-06-13] 178: Checking exports ** [12:39:40 2020-06-13] 178: Checking users ** [12:39:40 2020-06-13] 178: Checking user_dbs ** [12:39:40 2020-06-13] 178: Checking geocodings ** [12:39:40 2020-06-13] 178: Checking synchronizations ** [12:39:40 2020-06-13] 178: Checking tracker ** [12:39:40 2020-06-13] 178: Checking user_migrations ** [12:39:40 2020-06-13] 178: Checking batch_updates ** [12:39:40 2020-06-13] 178: Checking gears ** [12:39:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:39:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:45 2020-06-13] 178: Checking imports ** [12:39:45 2020-06-13] 178: Checking exports ** [12:39:45 2020-06-13] 178: Checking users ** [12:39:45 2020-06-13] 178: Checking user_dbs ** [12:39:45 2020-06-13] 178: Checking geocodings ** [12:39:45 2020-06-13] 178: Checking synchronizations ** [12:39:45 2020-06-13] 178: Checking tracker ** [12:39:45 2020-06-13] 178: Checking user_migrations ** [12:39:45 2020-06-13] 178: Checking batch_updates ** [12:39:45 2020-06-13] 178: Checking gears ** [12:39:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:39:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:50 2020-06-13] 178: Checking imports ** [12:39:50 2020-06-13] 178: Checking exports ** [12:39:50 2020-06-13] 178: Checking users ** [12:39:50 2020-06-13] 178: Checking user_dbs ** [12:39:50 2020-06-13] 178: Checking geocodings ** [12:39:50 2020-06-13] 178: Checking synchronizations ** [12:39:50 2020-06-13] 178: Checking tracker ** [12:39:50 2020-06-13] 178: Checking user_migrations ** [12:39:50 2020-06-13] 178: Checking batch_updates ** [12:39:50 2020-06-13] 178: Checking gears ** [12:39:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:39:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:55 2020-06-13] 178: Checking imports ** [12:39:55 2020-06-13] 178: Checking exports ** [12:39:55 2020-06-13] 178: Checking users ** [12:39:55 2020-06-13] 178: Checking user_dbs ** [12:39:55 2020-06-13] 178: Checking geocodings ** [12:39:55 2020-06-13] 178: Checking synchronizations ** [12:39:55 2020-06-13] 178: Checking tracker ** [12:39:55 2020-06-13] 178: Checking user_migrations ** [12:39:55 2020-06-13] 178: Checking batch_updates ** [12:39:55 2020-06-13] 178: Checking gears ** [12:39:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:39:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:00 2020-06-13] 178: Checking imports ** [12:40:00 2020-06-13] 178: Checking exports ** [12:40:00 2020-06-13] 178: Checking users ** [12:40:00 2020-06-13] 178: Checking user_dbs ** [12:40:00 2020-06-13] 178: Checking geocodings ** [12:40:00 2020-06-13] 178: Checking synchronizations ** [12:40:00 2020-06-13] 178: Checking tracker ** [12:40:00 2020-06-13] 178: Checking user_migrations ** [12:40:00 2020-06-13] 178: Checking batch_updates ** [12:40:00 2020-06-13] 178: Checking gears ** [12:40:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:40:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:05 2020-06-13] 178: Checking imports ** [12:40:05 2020-06-13] 178: Checking exports ** [12:40:05 2020-06-13] 178: Checking users ** [12:40:05 2020-06-13] 178: Checking user_dbs ** [12:40:05 2020-06-13] 178: Checking geocodings ** [12:40:05 2020-06-13] 178: Checking synchronizations ** [12:40:05 2020-06-13] 178: Checking tracker ** [12:40:05 2020-06-13] 178: Checking user_migrations ** [12:40:05 2020-06-13] 178: Checking batch_updates ** [12:40:05 2020-06-13] 178: Checking gears ** [12:40:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:40:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:10 2020-06-13] 178: Checking imports ** [12:40:10 2020-06-13] 178: Checking exports ** [12:40:10 2020-06-13] 178: Checking users ** [12:40:10 2020-06-13] 178: Checking user_dbs ** [12:40:10 2020-06-13] 178: Checking geocodings ** [12:40:10 2020-06-13] 178: Checking synchronizations ** [12:40:10 2020-06-13] 178: Checking tracker ** [12:40:10 2020-06-13] 178: Checking user_migrations ** [12:40:10 2020-06-13] 178: Checking batch_updates ** [12:40:10 2020-06-13] 178: Checking gears ** [12:40:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:40:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:15 2020-06-13] 178: Checking imports ** [12:40:15 2020-06-13] 178: Checking exports ** [12:40:15 2020-06-13] 178: Checking users ** [12:40:15 2020-06-13] 178: Checking user_dbs ** [12:40:15 2020-06-13] 178: Checking geocodings ** [12:40:15 2020-06-13] 178: Checking synchronizations ** [12:40:15 2020-06-13] 178: Checking tracker ** [12:40:15 2020-06-13] 178: Checking user_migrations ** [12:40:15 2020-06-13] 178: Checking batch_updates ** [12:40:15 2020-06-13] 178: Checking gears ** [12:40:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:40:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:20 2020-06-13] 178: Checking imports ** [12:40:20 2020-06-13] 178: Checking exports ** [12:40:20 2020-06-13] 178: Checking users ** [12:40:20 2020-06-13] 178: Checking user_dbs ** [12:40:20 2020-06-13] 178: Checking geocodings ** [12:40:20 2020-06-13] 178: Checking synchronizations ** [12:40:20 2020-06-13] 178: Checking tracker ** [12:40:20 2020-06-13] 178: Checking user_migrations ** [12:40:20 2020-06-13] 178: Checking batch_updates ** [12:40:20 2020-06-13] 178: Checking gears ** [12:40:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:40:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:25 2020-06-13] 178: Checking imports ** [12:40:25 2020-06-13] 178: Checking exports ** [12:40:25 2020-06-13] 178: Checking users ** [12:40:25 2020-06-13] 178: Checking user_dbs ** [12:40:25 2020-06-13] 178: Checking geocodings ** [12:40:25 2020-06-13] 178: Checking synchronizations ** [12:40:25 2020-06-13] 178: Checking tracker ** [12:40:25 2020-06-13] 178: Checking user_migrations ** [12:40:25 2020-06-13] 178: Checking batch_updates ** [12:40:25 2020-06-13] 178: Checking gears ** [12:40:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:40:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:30 2020-06-13] 178: Checking imports ** [12:40:30 2020-06-13] 178: Checking exports ** [12:40:30 2020-06-13] 178: Checking users ** [12:40:30 2020-06-13] 178: Checking user_dbs ** [12:40:30 2020-06-13] 178: Checking geocodings ** [12:40:30 2020-06-13] 178: Checking synchronizations ** [12:40:30 2020-06-13] 178: Checking tracker ** [12:40:30 2020-06-13] 178: Checking user_migrations ** [12:40:30 2020-06-13] 178: Checking batch_updates ** [12:40:30 2020-06-13] 178: Checking gears ** [12:40:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:40:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:35 2020-06-13] 178: Checking imports ** [12:40:35 2020-06-13] 178: Checking exports ** [12:40:35 2020-06-13] 178: Checking users ** [12:40:35 2020-06-13] 178: Checking user_dbs ** [12:40:35 2020-06-13] 178: Checking geocodings ** [12:40:35 2020-06-13] 178: Checking synchronizations ** [12:40:35 2020-06-13] 178: Checking tracker ** [12:40:35 2020-06-13] 178: Checking user_migrations ** [12:40:35 2020-06-13] 178: Checking batch_updates ** [12:40:35 2020-06-13] 178: Checking gears ** [12:40:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:40:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:40 2020-06-13] 178: Checking imports ** [12:40:40 2020-06-13] 178: Checking exports ** [12:40:40 2020-06-13] 178: Checking users ** [12:40:40 2020-06-13] 178: Checking user_dbs ** [12:40:40 2020-06-13] 178: Checking geocodings ** [12:40:40 2020-06-13] 178: Checking synchronizations ** [12:40:40 2020-06-13] 178: Checking tracker ** [12:40:40 2020-06-13] 178: Checking user_migrations ** [12:40:40 2020-06-13] 178: Checking batch_updates ** [12:40:40 2020-06-13] 178: Checking gears ** [12:40:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:40:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:45 2020-06-13] 178: Checking imports ** [12:40:45 2020-06-13] 178: Checking exports ** [12:40:45 2020-06-13] 178: Checking users ** [12:40:45 2020-06-13] 178: Checking user_dbs ** [12:40:45 2020-06-13] 178: Checking geocodings ** [12:40:45 2020-06-13] 178: Checking synchronizations ** [12:40:45 2020-06-13] 178: Checking tracker ** [12:40:45 2020-06-13] 178: Checking user_migrations ** [12:40:45 2020-06-13] 178: Checking batch_updates ** [12:40:45 2020-06-13] 178: Checking gears ** [12:40:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:40:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:50 2020-06-13] 178: Checking imports ** [12:40:50 2020-06-13] 178: Checking exports ** [12:40:50 2020-06-13] 178: Checking users ** [12:40:50 2020-06-13] 178: Checking user_dbs ** [12:40:50 2020-06-13] 178: Checking geocodings ** [12:40:50 2020-06-13] 178: Checking synchronizations ** [12:40:50 2020-06-13] 178: Checking tracker ** [12:40:50 2020-06-13] 178: Checking user_migrations ** [12:40:50 2020-06-13] 178: Checking batch_updates ** [12:40:50 2020-06-13] 178: Checking gears ** [12:40:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:40:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:55 2020-06-13] 178: Checking imports ** [12:40:55 2020-06-13] 178: Checking exports ** [12:40:55 2020-06-13] 178: Checking users ** [12:40:55 2020-06-13] 178: Checking user_dbs ** [12:40:55 2020-06-13] 178: Checking geocodings ** [12:40:55 2020-06-13] 178: Checking synchronizations ** [12:40:55 2020-06-13] 178: Checking tracker ** [12:40:55 2020-06-13] 178: Checking user_migrations ** [12:40:55 2020-06-13] 178: Checking batch_updates ** [12:40:55 2020-06-13] 178: Checking gears ** [12:40:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:40:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:00 2020-06-13] 178: Checking imports ** [12:41:00 2020-06-13] 178: Checking exports ** [12:41:00 2020-06-13] 178: Checking users ** [12:41:00 2020-06-13] 178: Checking user_dbs ** [12:41:00 2020-06-13] 178: Checking geocodings ** [12:41:00 2020-06-13] 178: Checking synchronizations ** [12:41:00 2020-06-13] 178: Checking tracker ** [12:41:00 2020-06-13] 178: Checking user_migrations ** [12:41:00 2020-06-13] 178: Checking batch_updates ** [12:41:00 2020-06-13] 178: Checking gears ** [12:41:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:41:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:05 2020-06-13] 178: Checking imports ** [12:41:05 2020-06-13] 178: Checking exports ** [12:41:05 2020-06-13] 178: Checking users ** [12:41:05 2020-06-13] 178: Checking user_dbs ** [12:41:05 2020-06-13] 178: Checking geocodings ** [12:41:05 2020-06-13] 178: Checking synchronizations ** [12:41:05 2020-06-13] 178: Checking tracker ** [12:41:05 2020-06-13] 178: Checking user_migrations ** [12:41:05 2020-06-13] 178: Checking batch_updates ** [12:41:05 2020-06-13] 178: Checking gears ** [12:41:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:41:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:10 2020-06-13] 178: Checking imports ** [12:41:10 2020-06-13] 178: Checking exports ** [12:41:10 2020-06-13] 178: Checking users ** [12:41:10 2020-06-13] 178: Checking user_dbs ** [12:41:10 2020-06-13] 178: Checking geocodings ** [12:41:10 2020-06-13] 178: Checking synchronizations ** [12:41:10 2020-06-13] 178: Checking tracker ** [12:41:10 2020-06-13] 178: Checking user_migrations ** [12:41:10 2020-06-13] 178: Checking batch_updates ** [12:41:10 2020-06-13] 178: Checking gears ** [12:41:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:41:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:15 2020-06-13] 178: Checking imports ** [12:41:15 2020-06-13] 178: Checking exports ** [12:41:15 2020-06-13] 178: Checking users ** [12:41:15 2020-06-13] 178: Checking user_dbs ** [12:41:15 2020-06-13] 178: Checking geocodings ** [12:41:15 2020-06-13] 178: Checking synchronizations ** [12:41:15 2020-06-13] 178: Checking tracker ** [12:41:15 2020-06-13] 178: Checking user_migrations ** [12:41:15 2020-06-13] 178: Checking batch_updates ** [12:41:15 2020-06-13] 178: Checking gears ** [12:41:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:41:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:20 2020-06-13] 178: Checking imports ** [12:41:20 2020-06-13] 178: Checking exports ** [12:41:20 2020-06-13] 178: Checking users ** [12:41:20 2020-06-13] 178: Checking user_dbs ** [12:41:20 2020-06-13] 178: Checking geocodings ** [12:41:20 2020-06-13] 178: Checking synchronizations ** [12:41:20 2020-06-13] 178: Checking tracker ** [12:41:20 2020-06-13] 178: Checking user_migrations ** [12:41:20 2020-06-13] 178: Checking batch_updates ** [12:41:20 2020-06-13] 178: Checking gears ** [12:41:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:41:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:25 2020-06-13] 178: Checking imports ** [12:41:25 2020-06-13] 178: Checking exports ** [12:41:25 2020-06-13] 178: Checking users ** [12:41:25 2020-06-13] 178: Checking user_dbs ** [12:41:25 2020-06-13] 178: Checking geocodings ** [12:41:25 2020-06-13] 178: Checking synchronizations ** [12:41:25 2020-06-13] 178: Checking tracker ** [12:41:25 2020-06-13] 178: Checking user_migrations ** [12:41:25 2020-06-13] 178: Checking batch_updates ** [12:41:25 2020-06-13] 178: Checking gears ** [12:41:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:41:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:30 2020-06-13] 178: Checking imports ** [12:41:30 2020-06-13] 178: Checking exports ** [12:41:30 2020-06-13] 178: Checking users ** [12:41:30 2020-06-13] 178: Checking user_dbs ** [12:41:30 2020-06-13] 178: Checking geocodings ** [12:41:30 2020-06-13] 178: Checking synchronizations ** [12:41:30 2020-06-13] 178: Checking tracker ** [12:41:30 2020-06-13] 178: Checking user_migrations ** [12:41:30 2020-06-13] 178: Checking batch_updates ** [12:41:30 2020-06-13] 178: Checking gears ** [12:41:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:41:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:35 2020-06-13] 178: Checking imports ** [12:41:35 2020-06-13] 178: Checking exports ** [12:41:35 2020-06-13] 178: Checking users ** [12:41:35 2020-06-13] 178: Checking user_dbs ** [12:41:35 2020-06-13] 178: Checking geocodings ** [12:41:35 2020-06-13] 178: Checking synchronizations ** [12:41:35 2020-06-13] 178: Checking tracker ** [12:41:35 2020-06-13] 178: Checking user_migrations ** [12:41:35 2020-06-13] 178: Checking batch_updates ** [12:41:35 2020-06-13] 178: Checking gears ** [12:41:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:41:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:40 2020-06-13] 178: Checking imports ** [12:41:40 2020-06-13] 178: Checking exports ** [12:41:40 2020-06-13] 178: Checking users ** [12:41:40 2020-06-13] 178: Checking user_dbs ** [12:41:40 2020-06-13] 178: Checking geocodings ** [12:41:40 2020-06-13] 178: Checking synchronizations ** [12:41:40 2020-06-13] 178: Checking tracker ** [12:41:40 2020-06-13] 178: Checking user_migrations ** [12:41:40 2020-06-13] 178: Checking batch_updates ** [12:41:40 2020-06-13] 178: Checking gears ** [12:41:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:41:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:45 2020-06-13] 178: Checking imports ** [12:41:45 2020-06-13] 178: Checking exports ** [12:41:45 2020-06-13] 178: Checking users ** [12:41:45 2020-06-13] 178: Checking user_dbs ** [12:41:45 2020-06-13] 178: Checking geocodings ** [12:41:45 2020-06-13] 178: Checking synchronizations ** [12:41:45 2020-06-13] 178: Checking tracker ** [12:41:45 2020-06-13] 178: Checking user_migrations ** [12:41:45 2020-06-13] 178: Checking batch_updates ** [12:41:45 2020-06-13] 178: Checking gears ** [12:41:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:41:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:50 2020-06-13] 178: Checking imports ** [12:41:50 2020-06-13] 178: Checking exports ** [12:41:50 2020-06-13] 178: Checking users ** [12:41:50 2020-06-13] 178: Checking user_dbs ** [12:41:50 2020-06-13] 178: Checking geocodings ** [12:41:50 2020-06-13] 178: Checking synchronizations ** [12:41:50 2020-06-13] 178: Checking tracker ** [12:41:50 2020-06-13] 178: Checking user_migrations ** [12:41:50 2020-06-13] 178: Checking batch_updates ** [12:41:50 2020-06-13] 178: Checking gears ** [12:41:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:41:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:55 2020-06-13] 178: Checking imports ** [12:41:55 2020-06-13] 178: Checking exports ** [12:41:55 2020-06-13] 178: Checking users ** [12:41:55 2020-06-13] 178: Checking user_dbs ** [12:41:55 2020-06-13] 178: Checking geocodings ** [12:41:55 2020-06-13] 178: Checking synchronizations ** [12:41:55 2020-06-13] 178: Checking tracker ** [12:41:55 2020-06-13] 178: Checking user_migrations ** [12:41:55 2020-06-13] 178: Checking batch_updates ** [12:41:55 2020-06-13] 178: Checking gears ** [12:41:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:41:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:00 2020-06-13] 178: Checking imports ** [12:42:00 2020-06-13] 178: Checking exports ** [12:42:00 2020-06-13] 178: Checking users ** [12:42:00 2020-06-13] 178: Checking user_dbs ** [12:42:00 2020-06-13] 178: Checking geocodings ** [12:42:00 2020-06-13] 178: Checking synchronizations ** [12:42:00 2020-06-13] 178: Checking tracker ** [12:42:00 2020-06-13] 178: Checking user_migrations ** [12:42:00 2020-06-13] 178: Checking batch_updates ** [12:42:00 2020-06-13] 178: Checking gears ** [12:42:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:42:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:05 2020-06-13] 178: Checking imports ** [12:42:05 2020-06-13] 178: Checking exports ** [12:42:05 2020-06-13] 178: Checking users ** [12:42:05 2020-06-13] 178: Checking user_dbs ** [12:42:05 2020-06-13] 178: Checking geocodings ** [12:42:05 2020-06-13] 178: Checking synchronizations ** [12:42:05 2020-06-13] 178: Checking tracker ** [12:42:05 2020-06-13] 178: Checking user_migrations ** [12:42:05 2020-06-13] 178: Checking batch_updates ** [12:42:05 2020-06-13] 178: Checking gears ** [12:42:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:42:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:10 2020-06-13] 178: Checking imports ** [12:42:10 2020-06-13] 178: Checking exports ** [12:42:10 2020-06-13] 178: Checking users ** [12:42:10 2020-06-13] 178: Checking user_dbs ** [12:42:10 2020-06-13] 178: Checking geocodings ** [12:42:10 2020-06-13] 178: Checking synchronizations ** [12:42:10 2020-06-13] 178: Checking tracker ** [12:42:10 2020-06-13] 178: Checking user_migrations ** [12:42:10 2020-06-13] 178: Checking batch_updates ** [12:42:10 2020-06-13] 178: Checking gears ** [12:42:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:42:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:15 2020-06-13] 178: Checking imports ** [12:42:15 2020-06-13] 178: Checking exports ** [12:42:15 2020-06-13] 178: Checking users ** [12:42:15 2020-06-13] 178: Checking user_dbs ** [12:42:15 2020-06-13] 178: Checking geocodings ** [12:42:15 2020-06-13] 178: Checking synchronizations ** [12:42:15 2020-06-13] 178: Checking tracker ** [12:42:15 2020-06-13] 178: Checking user_migrations ** [12:42:15 2020-06-13] 178: Checking batch_updates ** [12:42:15 2020-06-13] 178: Checking gears ** [12:42:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:42:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:20 2020-06-13] 178: Checking imports ** [12:42:20 2020-06-13] 178: Checking exports ** [12:42:20 2020-06-13] 178: Checking users ** [12:42:20 2020-06-13] 178: Checking user_dbs ** [12:42:20 2020-06-13] 178: Checking geocodings ** [12:42:20 2020-06-13] 178: Checking synchronizations ** [12:42:20 2020-06-13] 178: Checking tracker ** [12:42:20 2020-06-13] 178: Checking user_migrations ** [12:42:20 2020-06-13] 178: Checking batch_updates ** [12:42:20 2020-06-13] 178: Checking gears ** [12:42:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:42:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:25 2020-06-13] 178: Checking imports ** [12:42:25 2020-06-13] 178: Checking exports ** [12:42:25 2020-06-13] 178: Checking users ** [12:42:25 2020-06-13] 178: Checking user_dbs ** [12:42:25 2020-06-13] 178: Checking geocodings ** [12:42:25 2020-06-13] 178: Checking synchronizations ** [12:42:25 2020-06-13] 178: Checking tracker ** [12:42:25 2020-06-13] 178: Checking user_migrations ** [12:42:25 2020-06-13] 178: Checking batch_updates ** [12:42:25 2020-06-13] 178: Checking gears ** [12:42:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:42:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:30 2020-06-13] 178: Checking imports ** [12:42:30 2020-06-13] 178: Checking exports ** [12:42:30 2020-06-13] 178: Checking users ** [12:42:30 2020-06-13] 178: Checking user_dbs ** [12:42:30 2020-06-13] 178: Checking geocodings ** [12:42:30 2020-06-13] 178: Checking synchronizations ** [12:42:30 2020-06-13] 178: Checking tracker ** [12:42:30 2020-06-13] 178: Checking user_migrations ** [12:42:30 2020-06-13] 178: Checking batch_updates ** [12:42:30 2020-06-13] 178: Checking gears ** [12:42:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:42:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:35 2020-06-13] 178: Checking imports ** [12:42:35 2020-06-13] 178: Checking exports ** [12:42:35 2020-06-13] 178: Checking users ** [12:42:35 2020-06-13] 178: Checking user_dbs ** [12:42:35 2020-06-13] 178: Checking geocodings ** [12:42:35 2020-06-13] 178: Checking synchronizations ** [12:42:35 2020-06-13] 178: Checking tracker ** [12:42:35 2020-06-13] 178: Checking user_migrations ** [12:42:35 2020-06-13] 178: Checking batch_updates ** [12:42:35 2020-06-13] 178: Checking gears ** [12:42:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:42:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:40 2020-06-13] 178: Checking imports ** [12:42:40 2020-06-13] 178: Checking exports ** [12:42:40 2020-06-13] 178: Checking users ** [12:42:40 2020-06-13] 178: Checking user_dbs ** [12:42:40 2020-06-13] 178: Checking geocodings ** [12:42:40 2020-06-13] 178: Checking synchronizations ** [12:42:40 2020-06-13] 178: Checking tracker ** [12:42:40 2020-06-13] 178: Checking user_migrations ** [12:42:40 2020-06-13] 178: Checking batch_updates ** [12:42:40 2020-06-13] 178: Checking gears ** [12:42:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:42:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:45 2020-06-13] 178: Checking imports ** [12:42:45 2020-06-13] 178: Checking exports ** [12:42:45 2020-06-13] 178: Checking users ** [12:42:45 2020-06-13] 178: Checking user_dbs ** [12:42:45 2020-06-13] 178: Checking geocodings ** [12:42:45 2020-06-13] 178: Checking synchronizations ** [12:42:45 2020-06-13] 178: Checking tracker ** [12:42:45 2020-06-13] 178: Checking user_migrations ** [12:42:45 2020-06-13] 178: Checking batch_updates ** [12:42:45 2020-06-13] 178: Checking gears ** [12:42:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:42:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:50 2020-06-13] 178: Checking imports ** [12:42:50 2020-06-13] 178: Checking exports ** [12:42:50 2020-06-13] 178: Checking users ** [12:42:50 2020-06-13] 178: Checking user_dbs ** [12:42:50 2020-06-13] 178: Checking geocodings ** [12:42:50 2020-06-13] 178: Checking synchronizations ** [12:42:50 2020-06-13] 178: Checking tracker ** [12:42:50 2020-06-13] 178: Checking user_migrations ** [12:42:50 2020-06-13] 178: Checking batch_updates ** [12:42:50 2020-06-13] 178: Checking gears ** [12:42:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:42:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:55 2020-06-13] 178: Checking imports ** [12:42:55 2020-06-13] 178: Checking exports ** [12:42:55 2020-06-13] 178: Checking users ** [12:42:55 2020-06-13] 178: Checking user_dbs ** [12:42:55 2020-06-13] 178: Checking geocodings ** [12:42:55 2020-06-13] 178: Checking synchronizations ** [12:42:55 2020-06-13] 178: Checking tracker ** [12:42:55 2020-06-13] 178: Checking user_migrations ** [12:42:55 2020-06-13] 178: Checking batch_updates ** [12:42:55 2020-06-13] 178: Checking gears ** [12:42:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:42:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:00 2020-06-13] 178: Checking imports ** [12:43:00 2020-06-13] 178: Checking exports ** [12:43:00 2020-06-13] 178: Checking users ** [12:43:00 2020-06-13] 178: Checking user_dbs ** [12:43:00 2020-06-13] 178: Checking geocodings ** [12:43:00 2020-06-13] 178: Checking synchronizations ** [12:43:00 2020-06-13] 178: Checking tracker ** [12:43:00 2020-06-13] 178: Checking user_migrations ** [12:43:00 2020-06-13] 178: Checking batch_updates ** [12:43:00 2020-06-13] 178: Checking gears ** [12:43:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:43:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:05 2020-06-13] 178: Checking imports ** [12:43:05 2020-06-13] 178: Checking exports ** [12:43:05 2020-06-13] 178: Checking users ** [12:43:05 2020-06-13] 178: Checking user_dbs ** [12:43:05 2020-06-13] 178: Checking geocodings ** [12:43:05 2020-06-13] 178: Checking synchronizations ** [12:43:05 2020-06-13] 178: Checking tracker ** [12:43:05 2020-06-13] 178: Checking user_migrations ** [12:43:05 2020-06-13] 178: Checking batch_updates ** [12:43:05 2020-06-13] 178: Checking gears ** [12:43:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:43:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:10 2020-06-13] 178: Checking imports ** [12:43:10 2020-06-13] 178: Checking exports ** [12:43:10 2020-06-13] 178: Checking users ** [12:43:10 2020-06-13] 178: Checking user_dbs ** [12:43:10 2020-06-13] 178: Checking geocodings ** [12:43:10 2020-06-13] 178: Checking synchronizations ** [12:43:10 2020-06-13] 178: Checking tracker ** [12:43:10 2020-06-13] 178: Checking user_migrations ** [12:43:10 2020-06-13] 178: Checking batch_updates ** [12:43:10 2020-06-13] 178: Checking gears ** [12:43:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:43:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:15 2020-06-13] 178: Checking imports ** [12:43:15 2020-06-13] 178: Checking exports ** [12:43:15 2020-06-13] 178: Checking users ** [12:43:15 2020-06-13] 178: Checking user_dbs ** [12:43:15 2020-06-13] 178: Checking geocodings ** [12:43:15 2020-06-13] 178: Checking synchronizations ** [12:43:15 2020-06-13] 178: Checking tracker ** [12:43:15 2020-06-13] 178: Checking user_migrations ** [12:43:15 2020-06-13] 178: Checking batch_updates ** [12:43:15 2020-06-13] 178: Checking gears ** [12:43:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:43:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:20 2020-06-13] 178: Checking imports ** [12:43:20 2020-06-13] 178: Checking exports ** [12:43:20 2020-06-13] 178: Checking users ** [12:43:20 2020-06-13] 178: Checking user_dbs ** [12:43:20 2020-06-13] 178: Checking geocodings ** [12:43:20 2020-06-13] 178: Checking synchronizations ** [12:43:20 2020-06-13] 178: Checking tracker ** [12:43:20 2020-06-13] 178: Checking user_migrations ** [12:43:20 2020-06-13] 178: Checking batch_updates ** [12:43:20 2020-06-13] 178: Checking gears ** [12:43:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:43:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:26 2020-06-13] 178: Checking imports ** [12:43:26 2020-06-13] 178: Checking exports ** [12:43:26 2020-06-13] 178: Checking users ** [12:43:26 2020-06-13] 178: Checking user_dbs ** [12:43:26 2020-06-13] 178: Checking geocodings ** [12:43:26 2020-06-13] 178: Checking synchronizations ** [12:43:26 2020-06-13] 178: Checking tracker ** [12:43:26 2020-06-13] 178: Checking user_migrations ** [12:43:26 2020-06-13] 178: Checking batch_updates ** [12:43:26 2020-06-13] 178: Checking gears ** [12:43:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:43:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:31 2020-06-13] 178: Checking imports ** [12:43:31 2020-06-13] 178: Checking exports ** [12:43:31 2020-06-13] 178: Checking users ** [12:43:31 2020-06-13] 178: Checking user_dbs ** [12:43:31 2020-06-13] 178: Checking geocodings ** [12:43:31 2020-06-13] 178: Checking synchronizations ** [12:43:31 2020-06-13] 178: Checking tracker ** [12:43:31 2020-06-13] 178: Checking user_migrations ** [12:43:31 2020-06-13] 178: Checking batch_updates ** [12:43:31 2020-06-13] 178: Checking gears ** [12:43:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:43:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:36 2020-06-13] 178: Checking imports ** [12:43:36 2020-06-13] 178: Checking exports ** [12:43:36 2020-06-13] 178: Checking users ** [12:43:36 2020-06-13] 178: Checking user_dbs ** [12:43:36 2020-06-13] 178: Checking geocodings ** [12:43:36 2020-06-13] 178: Checking synchronizations ** [12:43:36 2020-06-13] 178: Checking tracker ** [12:43:36 2020-06-13] 178: Checking user_migrations ** [12:43:36 2020-06-13] 178: Checking batch_updates ** [12:43:36 2020-06-13] 178: Checking gears ** [12:43:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:43:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:41 2020-06-13] 178: Checking imports ** [12:43:41 2020-06-13] 178: Checking exports ** [12:43:41 2020-06-13] 178: Checking users ** [12:43:41 2020-06-13] 178: Checking user_dbs ** [12:43:41 2020-06-13] 178: Checking geocodings ** [12:43:41 2020-06-13] 178: Checking synchronizations ** [12:43:41 2020-06-13] 178: Checking tracker ** [12:43:41 2020-06-13] 178: Checking user_migrations ** [12:43:41 2020-06-13] 178: Checking batch_updates ** [12:43:41 2020-06-13] 178: Checking gears ** [12:43:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:43:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:46 2020-06-13] 178: Checking imports ** [12:43:46 2020-06-13] 178: Checking exports ** [12:43:46 2020-06-13] 178: Checking users ** [12:43:46 2020-06-13] 178: Checking user_dbs ** [12:43:46 2020-06-13] 178: Checking geocodings ** [12:43:46 2020-06-13] 178: Checking synchronizations ** [12:43:46 2020-06-13] 178: Checking tracker ** [12:43:46 2020-06-13] 178: Checking user_migrations ** [12:43:46 2020-06-13] 178: Checking batch_updates ** [12:43:46 2020-06-13] 178: Checking gears ** [12:43:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:43:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:51 2020-06-13] 178: Checking imports ** [12:43:51 2020-06-13] 178: Checking exports ** [12:43:51 2020-06-13] 178: Checking users ** [12:43:51 2020-06-13] 178: Checking user_dbs ** [12:43:51 2020-06-13] 178: Checking geocodings ** [12:43:51 2020-06-13] 178: Checking synchronizations ** [12:43:51 2020-06-13] 178: Checking tracker ** [12:43:51 2020-06-13] 178: Checking user_migrations ** [12:43:51 2020-06-13] 178: Checking batch_updates ** [12:43:51 2020-06-13] 178: Checking gears ** [12:43:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:43:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:56 2020-06-13] 178: Checking imports ** [12:43:56 2020-06-13] 178: Checking exports ** [12:43:56 2020-06-13] 178: Checking users ** [12:43:56 2020-06-13] 178: Checking user_dbs ** [12:43:56 2020-06-13] 178: Checking geocodings ** [12:43:56 2020-06-13] 178: Checking synchronizations ** [12:43:56 2020-06-13] 178: Checking tracker ** [12:43:56 2020-06-13] 178: Checking user_migrations ** [12:43:56 2020-06-13] 178: Checking batch_updates ** [12:43:56 2020-06-13] 178: Checking gears ** [12:43:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:43:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:01 2020-06-13] 178: Checking imports ** [12:44:01 2020-06-13] 178: Checking exports ** [12:44:01 2020-06-13] 178: Checking users ** [12:44:01 2020-06-13] 178: Checking user_dbs ** [12:44:01 2020-06-13] 178: Checking geocodings ** [12:44:01 2020-06-13] 178: Checking synchronizations ** [12:44:01 2020-06-13] 178: Checking tracker ** [12:44:01 2020-06-13] 178: Checking user_migrations ** [12:44:01 2020-06-13] 178: Checking batch_updates ** [12:44:01 2020-06-13] 178: Checking gears ** [12:44:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:44:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:06 2020-06-13] 178: Checking imports ** [12:44:06 2020-06-13] 178: Checking exports ** [12:44:06 2020-06-13] 178: Checking users ** [12:44:06 2020-06-13] 178: Checking user_dbs ** [12:44:06 2020-06-13] 178: Checking geocodings ** [12:44:06 2020-06-13] 178: Checking synchronizations ** [12:44:06 2020-06-13] 178: Checking tracker ** [12:44:06 2020-06-13] 178: Checking user_migrations ** [12:44:06 2020-06-13] 178: Checking batch_updates ** [12:44:06 2020-06-13] 178: Checking gears ** [12:44:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:44:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:11 2020-06-13] 178: Checking imports ** [12:44:11 2020-06-13] 178: Checking exports ** [12:44:11 2020-06-13] 178: Checking users ** [12:44:11 2020-06-13] 178: Checking user_dbs ** [12:44:11 2020-06-13] 178: Checking geocodings ** [12:44:11 2020-06-13] 178: Checking synchronizations ** [12:44:11 2020-06-13] 178: Checking tracker ** [12:44:11 2020-06-13] 178: Checking user_migrations ** [12:44:11 2020-06-13] 178: Checking batch_updates ** [12:44:11 2020-06-13] 178: Checking gears ** [12:44:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:44:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:16 2020-06-13] 178: Checking imports ** [12:44:16 2020-06-13] 178: Checking exports ** [12:44:16 2020-06-13] 178: Checking users ** [12:44:16 2020-06-13] 178: Checking user_dbs ** [12:44:16 2020-06-13] 178: Checking geocodings ** [12:44:16 2020-06-13] 178: Checking synchronizations ** [12:44:16 2020-06-13] 178: Checking tracker ** [12:44:16 2020-06-13] 178: Checking user_migrations ** [12:44:16 2020-06-13] 178: Checking batch_updates ** [12:44:16 2020-06-13] 178: Checking gears ** [12:44:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:44:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:21 2020-06-13] 178: Checking imports ** [12:44:21 2020-06-13] 178: Checking exports ** [12:44:21 2020-06-13] 178: Checking users ** [12:44:21 2020-06-13] 178: Checking user_dbs ** [12:44:21 2020-06-13] 178: Checking geocodings ** [12:44:21 2020-06-13] 178: Checking synchronizations ** [12:44:21 2020-06-13] 178: Checking tracker ** [12:44:21 2020-06-13] 178: Checking user_migrations ** [12:44:21 2020-06-13] 178: Checking batch_updates ** [12:44:21 2020-06-13] 178: Checking gears ** [12:44:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:44:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:26 2020-06-13] 178: Checking imports ** [12:44:26 2020-06-13] 178: Checking exports ** [12:44:26 2020-06-13] 178: Checking users ** [12:44:26 2020-06-13] 178: Checking user_dbs ** [12:44:26 2020-06-13] 178: Checking geocodings ** [12:44:26 2020-06-13] 178: Checking synchronizations ** [12:44:26 2020-06-13] 178: Checking tracker ** [12:44:26 2020-06-13] 178: Checking user_migrations ** [12:44:26 2020-06-13] 178: Checking batch_updates ** [12:44:26 2020-06-13] 178: Checking gears ** [12:44:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:44:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:31 2020-06-13] 178: Checking imports ** [12:44:31 2020-06-13] 178: Checking exports ** [12:44:31 2020-06-13] 178: Checking users ** [12:44:31 2020-06-13] 178: Checking user_dbs ** [12:44:31 2020-06-13] 178: Checking geocodings ** [12:44:31 2020-06-13] 178: Checking synchronizations ** [12:44:31 2020-06-13] 178: Checking tracker ** [12:44:31 2020-06-13] 178: Checking user_migrations ** [12:44:31 2020-06-13] 178: Checking batch_updates ** [12:44:31 2020-06-13] 178: Checking gears ** [12:44:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:44:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:36 2020-06-13] 178: Checking imports ** [12:44:36 2020-06-13] 178: Checking exports ** [12:44:36 2020-06-13] 178: Checking users ** [12:44:36 2020-06-13] 178: Checking user_dbs ** [12:44:36 2020-06-13] 178: Checking geocodings ** [12:44:36 2020-06-13] 178: Checking synchronizations ** [12:44:36 2020-06-13] 178: Checking tracker ** [12:44:36 2020-06-13] 178: Checking user_migrations ** [12:44:36 2020-06-13] 178: Checking batch_updates ** [12:44:36 2020-06-13] 178: Checking gears ** [12:44:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:44:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:41 2020-06-13] 178: Checking imports ** [12:44:41 2020-06-13] 178: Checking exports ** [12:44:41 2020-06-13] 178: Checking users ** [12:44:41 2020-06-13] 178: Checking user_dbs ** [12:44:41 2020-06-13] 178: Checking geocodings ** [12:44:41 2020-06-13] 178: Checking synchronizations ** [12:44:41 2020-06-13] 178: Checking tracker ** [12:44:41 2020-06-13] 178: Checking user_migrations ** [12:44:41 2020-06-13] 178: Checking batch_updates ** [12:44:41 2020-06-13] 178: Checking gears ** [12:44:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:44:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:46 2020-06-13] 178: Checking imports ** [12:44:46 2020-06-13] 178: Checking exports ** [12:44:46 2020-06-13] 178: Checking users ** [12:44:46 2020-06-13] 178: Checking user_dbs ** [12:44:46 2020-06-13] 178: Checking geocodings ** [12:44:46 2020-06-13] 178: Checking synchronizations ** [12:44:46 2020-06-13] 178: Checking tracker ** [12:44:46 2020-06-13] 178: Checking user_migrations ** [12:44:46 2020-06-13] 178: Checking batch_updates ** [12:44:46 2020-06-13] 178: Checking gears ** [12:44:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:44:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:51 2020-06-13] 178: Checking imports ** [12:44:51 2020-06-13] 178: Checking exports ** [12:44:51 2020-06-13] 178: Checking users ** [12:44:51 2020-06-13] 178: Checking user_dbs ** [12:44:51 2020-06-13] 178: Checking geocodings ** [12:44:51 2020-06-13] 178: Checking synchronizations ** [12:44:51 2020-06-13] 178: Checking tracker ** [12:44:51 2020-06-13] 178: Checking user_migrations ** [12:44:51 2020-06-13] 178: Checking batch_updates ** [12:44:51 2020-06-13] 178: Checking gears ** [12:44:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:44:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:56 2020-06-13] 178: Checking imports ** [12:44:56 2020-06-13] 178: Checking exports ** [12:44:56 2020-06-13] 178: Checking users ** [12:44:56 2020-06-13] 178: Checking user_dbs ** [12:44:56 2020-06-13] 178: Checking geocodings ** [12:44:56 2020-06-13] 178: Checking synchronizations ** [12:44:56 2020-06-13] 178: Checking tracker ** [12:44:56 2020-06-13] 178: Checking user_migrations ** [12:44:56 2020-06-13] 178: Checking batch_updates ** [12:44:56 2020-06-13] 178: Checking gears ** [12:44:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:44:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:01 2020-06-13] 178: Checking imports ** [12:45:01 2020-06-13] 178: Checking exports ** [12:45:01 2020-06-13] 178: Checking users ** [12:45:01 2020-06-13] 178: Checking user_dbs ** [12:45:01 2020-06-13] 178: Checking geocodings ** [12:45:01 2020-06-13] 178: Checking synchronizations ** [12:45:01 2020-06-13] 178: Checking tracker ** [12:45:01 2020-06-13] 178: Checking user_migrations ** [12:45:01 2020-06-13] 178: Checking batch_updates ** [12:45:01 2020-06-13] 178: Checking gears ** [12:45:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:45:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:06 2020-06-13] 178: Checking imports ** [12:45:06 2020-06-13] 178: Checking exports ** [12:45:06 2020-06-13] 178: Checking users ** [12:45:06 2020-06-13] 178: Checking user_dbs ** [12:45:06 2020-06-13] 178: Checking geocodings ** [12:45:06 2020-06-13] 178: Checking synchronizations ** [12:45:06 2020-06-13] 178: Checking tracker ** [12:45:06 2020-06-13] 178: Checking user_migrations ** [12:45:06 2020-06-13] 178: Checking batch_updates ** [12:45:06 2020-06-13] 178: Checking gears ** [12:45:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:45:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:11 2020-06-13] 178: Checking imports ** [12:45:11 2020-06-13] 178: Checking exports ** [12:45:11 2020-06-13] 178: Checking users ** [12:45:11 2020-06-13] 178: Checking user_dbs ** [12:45:11 2020-06-13] 178: Checking geocodings ** [12:45:11 2020-06-13] 178: Checking synchronizations ** [12:45:11 2020-06-13] 178: Checking tracker ** [12:45:11 2020-06-13] 178: Checking user_migrations ** [12:45:11 2020-06-13] 178: Checking batch_updates ** [12:45:11 2020-06-13] 178: Checking gears ** [12:45:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:45:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:16 2020-06-13] 178: Checking imports ** [12:45:16 2020-06-13] 178: Checking exports ** [12:45:16 2020-06-13] 178: Checking users ** [12:45:16 2020-06-13] 178: Checking user_dbs ** [12:45:16 2020-06-13] 178: Checking geocodings ** [12:45:16 2020-06-13] 178: Checking synchronizations ** [12:45:16 2020-06-13] 178: Checking tracker ** [12:45:16 2020-06-13] 178: Checking user_migrations ** [12:45:16 2020-06-13] 178: Checking batch_updates ** [12:45:16 2020-06-13] 178: Checking gears ** [12:45:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:45:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:21 2020-06-13] 178: Checking imports ** [12:45:21 2020-06-13] 178: Checking exports ** [12:45:21 2020-06-13] 178: Checking users ** [12:45:21 2020-06-13] 178: Checking user_dbs ** [12:45:21 2020-06-13] 178: Checking geocodings ** [12:45:21 2020-06-13] 178: Checking synchronizations ** [12:45:21 2020-06-13] 178: Checking tracker ** [12:45:21 2020-06-13] 178: Checking user_migrations ** [12:45:21 2020-06-13] 178: Checking batch_updates ** [12:45:21 2020-06-13] 178: Checking gears ** [12:45:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:45:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:26 2020-06-13] 178: Checking imports ** [12:45:26 2020-06-13] 178: Checking exports ** [12:45:26 2020-06-13] 178: Checking users ** [12:45:26 2020-06-13] 178: Checking user_dbs ** [12:45:26 2020-06-13] 178: Checking geocodings ** [12:45:26 2020-06-13] 178: Checking synchronizations ** [12:45:26 2020-06-13] 178: Checking tracker ** [12:45:26 2020-06-13] 178: Checking user_migrations ** [12:45:26 2020-06-13] 178: Checking batch_updates ** [12:45:26 2020-06-13] 178: Checking gears ** [12:45:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:45:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:31 2020-06-13] 178: Checking imports ** [12:45:31 2020-06-13] 178: Checking exports ** [12:45:31 2020-06-13] 178: Checking users ** [12:45:31 2020-06-13] 178: Checking user_dbs ** [12:45:31 2020-06-13] 178: Checking geocodings ** [12:45:31 2020-06-13] 178: Checking synchronizations ** [12:45:31 2020-06-13] 178: Checking tracker ** [12:45:31 2020-06-13] 178: Checking user_migrations ** [12:45:31 2020-06-13] 178: Checking batch_updates ** [12:45:31 2020-06-13] 178: Checking gears ** [12:45:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:45:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:36 2020-06-13] 178: Checking imports ** [12:45:36 2020-06-13] 178: Checking exports ** [12:45:36 2020-06-13] 178: Checking users ** [12:45:36 2020-06-13] 178: Checking user_dbs ** [12:45:36 2020-06-13] 178: Checking geocodings ** [12:45:36 2020-06-13] 178: Checking synchronizations ** [12:45:36 2020-06-13] 178: Checking tracker ** [12:45:36 2020-06-13] 178: Checking user_migrations ** [12:45:36 2020-06-13] 178: Checking batch_updates ** [12:45:36 2020-06-13] 178: Checking gears ** [12:45:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:45:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:41 2020-06-13] 178: Checking imports ** [12:45:41 2020-06-13] 178: Checking exports ** [12:45:41 2020-06-13] 178: Checking users ** [12:45:41 2020-06-13] 178: Checking user_dbs ** [12:45:41 2020-06-13] 178: Checking geocodings ** [12:45:41 2020-06-13] 178: Checking synchronizations ** [12:45:41 2020-06-13] 178: Checking tracker ** [12:45:41 2020-06-13] 178: Checking user_migrations ** [12:45:41 2020-06-13] 178: Checking batch_updates ** [12:45:41 2020-06-13] 178: Checking gears ** [12:45:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:45:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:46 2020-06-13] 178: Checking imports ** [12:45:46 2020-06-13] 178: Checking exports ** [12:45:46 2020-06-13] 178: Checking users ** [12:45:46 2020-06-13] 178: Checking user_dbs ** [12:45:46 2020-06-13] 178: Checking geocodings ** [12:45:46 2020-06-13] 178: Checking synchronizations ** [12:45:46 2020-06-13] 178: Checking tracker ** [12:45:46 2020-06-13] 178: Checking user_migrations ** [12:45:46 2020-06-13] 178: Checking batch_updates ** [12:45:46 2020-06-13] 178: Checking gears ** [12:45:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:45:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:51 2020-06-13] 178: Checking imports ** [12:45:51 2020-06-13] 178: Checking exports ** [12:45:51 2020-06-13] 178: Checking users ** [12:45:51 2020-06-13] 178: Checking user_dbs ** [12:45:51 2020-06-13] 178: Checking geocodings ** [12:45:51 2020-06-13] 178: Checking synchronizations ** [12:45:51 2020-06-13] 178: Checking tracker ** [12:45:51 2020-06-13] 178: Checking user_migrations ** [12:45:51 2020-06-13] 178: Checking batch_updates ** [12:45:51 2020-06-13] 178: Checking gears ** [12:45:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:45:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:56 2020-06-13] 178: Checking imports ** [12:45:56 2020-06-13] 178: Checking exports ** [12:45:56 2020-06-13] 178: Checking users ** [12:45:56 2020-06-13] 178: Checking user_dbs ** [12:45:56 2020-06-13] 178: Checking geocodings ** [12:45:56 2020-06-13] 178: Checking synchronizations ** [12:45:56 2020-06-13] 178: Checking tracker ** [12:45:56 2020-06-13] 178: Checking user_migrations ** [12:45:56 2020-06-13] 178: Checking batch_updates ** [12:45:56 2020-06-13] 178: Checking gears ** [12:45:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:45:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:01 2020-06-13] 178: Checking imports ** [12:46:01 2020-06-13] 178: Checking exports ** [12:46:01 2020-06-13] 178: Checking users ** [12:46:01 2020-06-13] 178: Checking user_dbs ** [12:46:01 2020-06-13] 178: Checking geocodings ** [12:46:01 2020-06-13] 178: Checking synchronizations ** [12:46:01 2020-06-13] 178: Checking tracker ** [12:46:01 2020-06-13] 178: Checking user_migrations ** [12:46:01 2020-06-13] 178: Checking batch_updates ** [12:46:01 2020-06-13] 178: Checking gears ** [12:46:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:46:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:06 2020-06-13] 178: Checking imports ** [12:46:06 2020-06-13] 178: Checking exports ** [12:46:06 2020-06-13] 178: Checking users ** [12:46:06 2020-06-13] 178: Checking user_dbs ** [12:46:06 2020-06-13] 178: Checking geocodings ** [12:46:06 2020-06-13] 178: Checking synchronizations ** [12:46:06 2020-06-13] 178: Checking tracker ** [12:46:06 2020-06-13] 178: Checking user_migrations ** [12:46:06 2020-06-13] 178: Checking batch_updates ** [12:46:06 2020-06-13] 178: Checking gears ** [12:46:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:46:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:11 2020-06-13] 178: Checking imports ** [12:46:11 2020-06-13] 178: Checking exports ** [12:46:11 2020-06-13] 178: Checking users ** [12:46:11 2020-06-13] 178: Checking user_dbs ** [12:46:11 2020-06-13] 178: Checking geocodings ** [12:46:11 2020-06-13] 178: Checking synchronizations ** [12:46:11 2020-06-13] 178: Checking tracker ** [12:46:11 2020-06-13] 178: Checking user_migrations ** [12:46:11 2020-06-13] 178: Checking batch_updates ** [12:46:11 2020-06-13] 178: Checking gears ** [12:46:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:46:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:16 2020-06-13] 178: Checking imports ** [12:46:16 2020-06-13] 178: Checking exports ** [12:46:16 2020-06-13] 178: Checking users ** [12:46:16 2020-06-13] 178: Checking user_dbs ** [12:46:16 2020-06-13] 178: Checking geocodings ** [12:46:16 2020-06-13] 178: Checking synchronizations ** [12:46:16 2020-06-13] 178: Checking tracker ** [12:46:16 2020-06-13] 178: Checking user_migrations ** [12:46:16 2020-06-13] 178: Checking batch_updates ** [12:46:16 2020-06-13] 178: Checking gears ** [12:46:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:46:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:21 2020-06-13] 178: Checking imports ** [12:46:21 2020-06-13] 178: Checking exports ** [12:46:21 2020-06-13] 178: Checking users ** [12:46:21 2020-06-13] 178: Checking user_dbs ** [12:46:21 2020-06-13] 178: Checking geocodings ** [12:46:21 2020-06-13] 178: Checking synchronizations ** [12:46:21 2020-06-13] 178: Checking tracker ** [12:46:21 2020-06-13] 178: Checking user_migrations ** [12:46:21 2020-06-13] 178: Checking batch_updates ** [12:46:21 2020-06-13] 178: Checking gears ** [12:46:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:46:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:26 2020-06-13] 178: Checking imports ** [12:46:26 2020-06-13] 178: Checking exports ** [12:46:26 2020-06-13] 178: Checking users ** [12:46:26 2020-06-13] 178: Checking user_dbs ** [12:46:26 2020-06-13] 178: Checking geocodings ** [12:46:26 2020-06-13] 178: Checking synchronizations ** [12:46:26 2020-06-13] 178: Checking tracker ** [12:46:26 2020-06-13] 178: Checking user_migrations ** [12:46:26 2020-06-13] 178: Checking batch_updates ** [12:46:26 2020-06-13] 178: Checking gears ** [12:46:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:46:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:31 2020-06-13] 178: Checking imports ** [12:46:31 2020-06-13] 178: Checking exports ** [12:46:31 2020-06-13] 178: Checking users ** [12:46:31 2020-06-13] 178: Checking user_dbs ** [12:46:31 2020-06-13] 178: Checking geocodings ** [12:46:31 2020-06-13] 178: Checking synchronizations ** [12:46:31 2020-06-13] 178: Checking tracker ** [12:46:31 2020-06-13] 178: Checking user_migrations ** [12:46:31 2020-06-13] 178: Checking batch_updates ** [12:46:31 2020-06-13] 178: Checking gears ** [12:46:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:46:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:36 2020-06-13] 178: Checking imports ** [12:46:36 2020-06-13] 178: Checking exports ** [12:46:36 2020-06-13] 178: Checking users ** [12:46:36 2020-06-13] 178: Checking user_dbs ** [12:46:36 2020-06-13] 178: Checking geocodings ** [12:46:36 2020-06-13] 178: Checking synchronizations ** [12:46:36 2020-06-13] 178: Checking tracker ** [12:46:36 2020-06-13] 178: Checking user_migrations ** [12:46:36 2020-06-13] 178: Checking batch_updates ** [12:46:36 2020-06-13] 178: Checking gears ** [12:46:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:46:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:41 2020-06-13] 178: Checking imports ** [12:46:41 2020-06-13] 178: Checking exports ** [12:46:41 2020-06-13] 178: Checking users ** [12:46:41 2020-06-13] 178: Checking user_dbs ** [12:46:41 2020-06-13] 178: Checking geocodings ** [12:46:41 2020-06-13] 178: Checking synchronizations ** [12:46:41 2020-06-13] 178: Checking tracker ** [12:46:41 2020-06-13] 178: Checking user_migrations ** [12:46:41 2020-06-13] 178: Checking batch_updates ** [12:46:41 2020-06-13] 178: Checking gears ** [12:46:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:46:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:46 2020-06-13] 178: Checking imports ** [12:46:46 2020-06-13] 178: Checking exports ** [12:46:46 2020-06-13] 178: Checking users ** [12:46:46 2020-06-13] 178: Checking user_dbs ** [12:46:46 2020-06-13] 178: Checking geocodings ** [12:46:46 2020-06-13] 178: Checking synchronizations ** [12:46:46 2020-06-13] 178: Checking tracker ** [12:46:46 2020-06-13] 178: Checking user_migrations ** [12:46:46 2020-06-13] 178: Checking batch_updates ** [12:46:46 2020-06-13] 178: Checking gears ** [12:46:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:46:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:51 2020-06-13] 178: Checking imports ** [12:46:51 2020-06-13] 178: Checking exports ** [12:46:51 2020-06-13] 178: Checking users ** [12:46:51 2020-06-13] 178: Checking user_dbs ** [12:46:51 2020-06-13] 178: Checking geocodings ** [12:46:51 2020-06-13] 178: Checking synchronizations ** [12:46:51 2020-06-13] 178: Checking tracker ** [12:46:51 2020-06-13] 178: Checking user_migrations ** [12:46:51 2020-06-13] 178: Checking batch_updates ** [12:46:51 2020-06-13] 178: Checking gears ** [12:46:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:46:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:56 2020-06-13] 178: Checking imports ** [12:46:56 2020-06-13] 178: Checking exports ** [12:46:56 2020-06-13] 178: Checking users ** [12:46:56 2020-06-13] 178: Checking user_dbs ** [12:46:56 2020-06-13] 178: Checking geocodings ** [12:46:56 2020-06-13] 178: Checking synchronizations ** [12:46:56 2020-06-13] 178: Checking tracker ** [12:46:56 2020-06-13] 178: Checking user_migrations ** [12:46:56 2020-06-13] 178: Checking batch_updates ** [12:46:56 2020-06-13] 178: Checking gears ** [12:46:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:46:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:01 2020-06-13] 178: Checking imports ** [12:47:01 2020-06-13] 178: Checking exports ** [12:47:01 2020-06-13] 178: Checking users ** [12:47:01 2020-06-13] 178: Checking user_dbs ** [12:47:01 2020-06-13] 178: Checking geocodings ** [12:47:01 2020-06-13] 178: Checking synchronizations ** [12:47:01 2020-06-13] 178: Checking tracker ** [12:47:01 2020-06-13] 178: Checking user_migrations ** [12:47:01 2020-06-13] 178: Checking batch_updates ** [12:47:01 2020-06-13] 178: Checking gears ** [12:47:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:47:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:06 2020-06-13] 178: Checking imports ** [12:47:06 2020-06-13] 178: Checking exports ** [12:47:06 2020-06-13] 178: Checking users ** [12:47:06 2020-06-13] 178: Checking user_dbs ** [12:47:06 2020-06-13] 178: Checking geocodings ** [12:47:06 2020-06-13] 178: Checking synchronizations ** [12:47:06 2020-06-13] 178: Checking tracker ** [12:47:06 2020-06-13] 178: Checking user_migrations ** [12:47:06 2020-06-13] 178: Checking batch_updates ** [12:47:06 2020-06-13] 178: Checking gears ** [12:47:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:47:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:11 2020-06-13] 178: Checking imports ** [12:47:11 2020-06-13] 178: Checking exports ** [12:47:11 2020-06-13] 178: Checking users ** [12:47:11 2020-06-13] 178: Checking user_dbs ** [12:47:11 2020-06-13] 178: Checking geocodings ** [12:47:11 2020-06-13] 178: Checking synchronizations ** [12:47:11 2020-06-13] 178: Checking tracker ** [12:47:11 2020-06-13] 178: Checking user_migrations ** [12:47:11 2020-06-13] 178: Checking batch_updates ** [12:47:11 2020-06-13] 178: Checking gears ** [12:47:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:47:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:16 2020-06-13] 178: Checking imports ** [12:47:16 2020-06-13] 178: Checking exports ** [12:47:16 2020-06-13] 178: Checking users ** [12:47:16 2020-06-13] 178: Checking user_dbs ** [12:47:16 2020-06-13] 178: Checking geocodings ** [12:47:16 2020-06-13] 178: Checking synchronizations ** [12:47:16 2020-06-13] 178: Checking tracker ** [12:47:16 2020-06-13] 178: Checking user_migrations ** [12:47:16 2020-06-13] 178: Checking batch_updates ** [12:47:16 2020-06-13] 178: Checking gears ** [12:47:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:47:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:21 2020-06-13] 178: Checking imports ** [12:47:21 2020-06-13] 178: Checking exports ** [12:47:21 2020-06-13] 178: Checking users ** [12:47:21 2020-06-13] 178: Checking user_dbs ** [12:47:21 2020-06-13] 178: Checking geocodings ** [12:47:21 2020-06-13] 178: Checking synchronizations ** [12:47:21 2020-06-13] 178: Checking tracker ** [12:47:21 2020-06-13] 178: Checking user_migrations ** [12:47:21 2020-06-13] 178: Checking batch_updates ** [12:47:21 2020-06-13] 178: Checking gears ** [12:47:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:47:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:26 2020-06-13] 178: Checking imports ** [12:47:26 2020-06-13] 178: Checking exports ** [12:47:26 2020-06-13] 178: Checking users ** [12:47:26 2020-06-13] 178: Checking user_dbs ** [12:47:26 2020-06-13] 178: Checking geocodings ** [12:47:26 2020-06-13] 178: Checking synchronizations ** [12:47:26 2020-06-13] 178: Checking tracker ** [12:47:26 2020-06-13] 178: Checking user_migrations ** [12:47:26 2020-06-13] 178: Checking batch_updates ** [12:47:26 2020-06-13] 178: Checking gears ** [12:47:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:47:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:31 2020-06-13] 178: Checking imports ** [12:47:31 2020-06-13] 178: Checking exports ** [12:47:31 2020-06-13] 178: Checking users ** [12:47:31 2020-06-13] 178: Checking user_dbs ** [12:47:31 2020-06-13] 178: Checking geocodings ** [12:47:31 2020-06-13] 178: Checking synchronizations ** [12:47:31 2020-06-13] 178: Checking tracker ** [12:47:31 2020-06-13] 178: Checking user_migrations ** [12:47:31 2020-06-13] 178: Checking batch_updates ** [12:47:31 2020-06-13] 178: Checking gears ** [12:47:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:47:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:36 2020-06-13] 178: Checking imports ** [12:47:36 2020-06-13] 178: Checking exports ** [12:47:36 2020-06-13] 178: Checking users ** [12:47:36 2020-06-13] 178: Checking user_dbs ** [12:47:36 2020-06-13] 178: Checking geocodings ** [12:47:36 2020-06-13] 178: Checking synchronizations ** [12:47:36 2020-06-13] 178: Checking tracker ** [12:47:36 2020-06-13] 178: Checking user_migrations ** [12:47:36 2020-06-13] 178: Checking batch_updates ** [12:47:36 2020-06-13] 178: Checking gears ** [12:47:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:47:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:41 2020-06-13] 178: Checking imports ** [12:47:41 2020-06-13] 178: Checking exports ** [12:47:41 2020-06-13] 178: Checking users ** [12:47:41 2020-06-13] 178: Checking user_dbs ** [12:47:41 2020-06-13] 178: Checking geocodings ** [12:47:41 2020-06-13] 178: Checking synchronizations ** [12:47:41 2020-06-13] 178: Checking tracker ** [12:47:41 2020-06-13] 178: Checking user_migrations ** [12:47:41 2020-06-13] 178: Checking batch_updates ** [12:47:41 2020-06-13] 178: Checking gears ** [12:47:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:47:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:46 2020-06-13] 178: Checking imports ** [12:47:46 2020-06-13] 178: Checking exports ** [12:47:46 2020-06-13] 178: Checking users ** [12:47:46 2020-06-13] 178: Checking user_dbs ** [12:47:46 2020-06-13] 178: Checking geocodings ** [12:47:46 2020-06-13] 178: Checking synchronizations ** [12:47:46 2020-06-13] 178: Checking tracker ** [12:47:46 2020-06-13] 178: Checking user_migrations ** [12:47:46 2020-06-13] 178: Checking batch_updates ** [12:47:46 2020-06-13] 178: Checking gears ** [12:47:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:47:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:51 2020-06-13] 178: Checking imports ** [12:47:51 2020-06-13] 178: Checking exports ** [12:47:51 2020-06-13] 178: Checking users ** [12:47:51 2020-06-13] 178: Checking user_dbs ** [12:47:51 2020-06-13] 178: Checking geocodings ** [12:47:51 2020-06-13] 178: Checking synchronizations ** [12:47:51 2020-06-13] 178: Checking tracker ** [12:47:51 2020-06-13] 178: Checking user_migrations ** [12:47:51 2020-06-13] 178: Checking batch_updates ** [12:47:51 2020-06-13] 178: Checking gears ** [12:47:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:47:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:56 2020-06-13] 178: Checking imports ** [12:47:56 2020-06-13] 178: Checking exports ** [12:47:56 2020-06-13] 178: Checking users ** [12:47:56 2020-06-13] 178: Checking user_dbs ** [12:47:56 2020-06-13] 178: Checking geocodings ** [12:47:56 2020-06-13] 178: Checking synchronizations ** [12:47:56 2020-06-13] 178: Checking tracker ** [12:47:56 2020-06-13] 178: Checking user_migrations ** [12:47:56 2020-06-13] 178: Checking batch_updates ** [12:47:56 2020-06-13] 178: Checking gears ** [12:47:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:47:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:01 2020-06-13] 178: Checking imports ** [12:48:01 2020-06-13] 178: Checking exports ** [12:48:01 2020-06-13] 178: Checking users ** [12:48:01 2020-06-13] 178: Checking user_dbs ** [12:48:01 2020-06-13] 178: Checking geocodings ** [12:48:01 2020-06-13] 178: Checking synchronizations ** [12:48:01 2020-06-13] 178: Checking tracker ** [12:48:01 2020-06-13] 178: Checking user_migrations ** [12:48:01 2020-06-13] 178: Checking batch_updates ** [12:48:01 2020-06-13] 178: Checking gears ** [12:48:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:48:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:06 2020-06-13] 178: Checking imports ** [12:48:06 2020-06-13] 178: Checking exports ** [12:48:06 2020-06-13] 178: Checking users ** [12:48:06 2020-06-13] 178: Checking user_dbs ** [12:48:06 2020-06-13] 178: Checking geocodings ** [12:48:06 2020-06-13] 178: Checking synchronizations ** [12:48:06 2020-06-13] 178: Checking tracker ** [12:48:06 2020-06-13] 178: Checking user_migrations ** [12:48:06 2020-06-13] 178: Checking batch_updates ** [12:48:06 2020-06-13] 178: Checking gears ** [12:48:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:48:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:11 2020-06-13] 178: Checking imports ** [12:48:11 2020-06-13] 178: Checking exports ** [12:48:11 2020-06-13] 178: Checking users ** [12:48:11 2020-06-13] 178: Checking user_dbs ** [12:48:11 2020-06-13] 178: Checking geocodings ** [12:48:11 2020-06-13] 178: Checking synchronizations ** [12:48:11 2020-06-13] 178: Checking tracker ** [12:48:11 2020-06-13] 178: Checking user_migrations ** [12:48:11 2020-06-13] 178: Checking batch_updates ** [12:48:11 2020-06-13] 178: Checking gears ** [12:48:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:48:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:16 2020-06-13] 178: Checking imports ** [12:48:16 2020-06-13] 178: Checking exports ** [12:48:16 2020-06-13] 178: Checking users ** [12:48:16 2020-06-13] 178: Checking user_dbs ** [12:48:16 2020-06-13] 178: Checking geocodings ** [12:48:16 2020-06-13] 178: Checking synchronizations ** [12:48:16 2020-06-13] 178: Checking tracker ** [12:48:16 2020-06-13] 178: Checking user_migrations ** [12:48:16 2020-06-13] 178: Checking batch_updates ** [12:48:16 2020-06-13] 178: Checking gears ** [12:48:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:48:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:21 2020-06-13] 178: Checking imports ** [12:48:21 2020-06-13] 178: Checking exports ** [12:48:21 2020-06-13] 178: Checking users ** [12:48:21 2020-06-13] 178: Checking user_dbs ** [12:48:21 2020-06-13] 178: Checking geocodings ** [12:48:21 2020-06-13] 178: Checking synchronizations ** [12:48:21 2020-06-13] 178: Checking tracker ** [12:48:21 2020-06-13] 178: Checking user_migrations ** [12:48:21 2020-06-13] 178: Checking batch_updates ** [12:48:21 2020-06-13] 178: Checking gears ** [12:48:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:48:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:26 2020-06-13] 178: Checking imports ** [12:48:26 2020-06-13] 178: Checking exports ** [12:48:26 2020-06-13] 178: Checking users ** [12:48:26 2020-06-13] 178: Checking user_dbs ** [12:48:26 2020-06-13] 178: Checking geocodings ** [12:48:26 2020-06-13] 178: Checking synchronizations ** [12:48:26 2020-06-13] 178: Checking tracker ** [12:48:26 2020-06-13] 178: Checking user_migrations ** [12:48:26 2020-06-13] 178: Checking batch_updates ** [12:48:26 2020-06-13] 178: Checking gears ** [12:48:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:48:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:31 2020-06-13] 178: Checking imports ** [12:48:31 2020-06-13] 178: Checking exports ** [12:48:31 2020-06-13] 178: Checking users ** [12:48:31 2020-06-13] 178: Checking user_dbs ** [12:48:31 2020-06-13] 178: Checking geocodings ** [12:48:31 2020-06-13] 178: Checking synchronizations ** [12:48:31 2020-06-13] 178: Checking tracker ** [12:48:31 2020-06-13] 178: Checking user_migrations ** [12:48:31 2020-06-13] 178: Checking batch_updates ** [12:48:31 2020-06-13] 178: Checking gears ** [12:48:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:48:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:36 2020-06-13] 178: Checking imports ** [12:48:36 2020-06-13] 178: Checking exports ** [12:48:36 2020-06-13] 178: Checking users ** [12:48:36 2020-06-13] 178: Checking user_dbs ** [12:48:36 2020-06-13] 178: Checking geocodings ** [12:48:36 2020-06-13] 178: Checking synchronizations ** [12:48:36 2020-06-13] 178: Checking tracker ** [12:48:36 2020-06-13] 178: Checking user_migrations ** [12:48:36 2020-06-13] 178: Checking batch_updates ** [12:48:36 2020-06-13] 178: Checking gears ** [12:48:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:48:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:41 2020-06-13] 178: Checking imports ** [12:48:41 2020-06-13] 178: Checking exports ** [12:48:41 2020-06-13] 178: Checking users ** [12:48:41 2020-06-13] 178: Checking user_dbs ** [12:48:41 2020-06-13] 178: Checking geocodings ** [12:48:41 2020-06-13] 178: Checking synchronizations ** [12:48:41 2020-06-13] 178: Checking tracker ** [12:48:41 2020-06-13] 178: Checking user_migrations ** [12:48:41 2020-06-13] 178: Checking batch_updates ** [12:48:41 2020-06-13] 178: Checking gears ** [12:48:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:48:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:46 2020-06-13] 178: Checking imports ** [12:48:46 2020-06-13] 178: Checking exports ** [12:48:46 2020-06-13] 178: Checking users ** [12:48:46 2020-06-13] 178: Checking user_dbs ** [12:48:46 2020-06-13] 178: Checking geocodings ** [12:48:46 2020-06-13] 178: Checking synchronizations ** [12:48:46 2020-06-13] 178: Checking tracker ** [12:48:46 2020-06-13] 178: Checking user_migrations ** [12:48:46 2020-06-13] 178: Checking batch_updates ** [12:48:46 2020-06-13] 178: Checking gears ** [12:48:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:48:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:51 2020-06-13] 178: Checking imports ** [12:48:51 2020-06-13] 178: Checking exports ** [12:48:51 2020-06-13] 178: Checking users ** [12:48:51 2020-06-13] 178: Checking user_dbs ** [12:48:51 2020-06-13] 178: Checking geocodings ** [12:48:51 2020-06-13] 178: Checking synchronizations ** [12:48:51 2020-06-13] 178: Checking tracker ** [12:48:51 2020-06-13] 178: Checking user_migrations ** [12:48:51 2020-06-13] 178: Checking batch_updates ** [12:48:51 2020-06-13] 178: Checking gears ** [12:48:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:48:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:56 2020-06-13] 178: Checking imports ** [12:48:56 2020-06-13] 178: Checking exports ** [12:48:56 2020-06-13] 178: Checking users ** [12:48:56 2020-06-13] 178: Checking user_dbs ** [12:48:56 2020-06-13] 178: Checking geocodings ** [12:48:56 2020-06-13] 178: Checking synchronizations ** [12:48:56 2020-06-13] 178: Checking tracker ** [12:48:56 2020-06-13] 178: Checking user_migrations ** [12:48:56 2020-06-13] 178: Checking batch_updates ** [12:48:56 2020-06-13] 178: Checking gears ** [12:48:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:48:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:01 2020-06-13] 178: Checking imports ** [12:49:01 2020-06-13] 178: Checking exports ** [12:49:01 2020-06-13] 178: Checking users ** [12:49:01 2020-06-13] 178: Checking user_dbs ** [12:49:01 2020-06-13] 178: Checking geocodings ** [12:49:01 2020-06-13] 178: Checking synchronizations ** [12:49:01 2020-06-13] 178: Checking tracker ** [12:49:01 2020-06-13] 178: Checking user_migrations ** [12:49:01 2020-06-13] 178: Checking batch_updates ** [12:49:01 2020-06-13] 178: Checking gears ** [12:49:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:49:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:06 2020-06-13] 178: Checking imports ** [12:49:06 2020-06-13] 178: Checking exports ** [12:49:06 2020-06-13] 178: Checking users ** [12:49:06 2020-06-13] 178: Checking user_dbs ** [12:49:06 2020-06-13] 178: Checking geocodings ** [12:49:06 2020-06-13] 178: Checking synchronizations ** [12:49:06 2020-06-13] 178: Checking tracker ** [12:49:06 2020-06-13] 178: Checking user_migrations ** [12:49:06 2020-06-13] 178: Checking batch_updates ** [12:49:06 2020-06-13] 178: Checking gears ** [12:49:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:49:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:11 2020-06-13] 178: Checking imports ** [12:49:11 2020-06-13] 178: Checking exports ** [12:49:11 2020-06-13] 178: Checking users ** [12:49:11 2020-06-13] 178: Checking user_dbs ** [12:49:11 2020-06-13] 178: Checking geocodings ** [12:49:11 2020-06-13] 178: Checking synchronizations ** [12:49:11 2020-06-13] 178: Checking tracker ** [12:49:11 2020-06-13] 178: Checking user_migrations ** [12:49:11 2020-06-13] 178: Checking batch_updates ** [12:49:11 2020-06-13] 178: Checking gears ** [12:49:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:49:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:16 2020-06-13] 178: Checking imports ** [12:49:16 2020-06-13] 178: Checking exports ** [12:49:16 2020-06-13] 178: Checking users ** [12:49:16 2020-06-13] 178: Checking user_dbs ** [12:49:16 2020-06-13] 178: Checking geocodings ** [12:49:16 2020-06-13] 178: Checking synchronizations ** [12:49:16 2020-06-13] 178: Checking tracker ** [12:49:16 2020-06-13] 178: Checking user_migrations ** [12:49:16 2020-06-13] 178: Checking batch_updates ** [12:49:16 2020-06-13] 178: Checking gears ** [12:49:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:49:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:21 2020-06-13] 178: Checking imports ** [12:49:21 2020-06-13] 178: Checking exports ** [12:49:21 2020-06-13] 178: Checking users ** [12:49:21 2020-06-13] 178: Checking user_dbs ** [12:49:21 2020-06-13] 178: Checking geocodings ** [12:49:21 2020-06-13] 178: Checking synchronizations ** [12:49:21 2020-06-13] 178: Checking tracker ** [12:49:21 2020-06-13] 178: Checking user_migrations ** [12:49:21 2020-06-13] 178: Checking batch_updates ** [12:49:21 2020-06-13] 178: Checking gears ** [12:49:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:49:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:26 2020-06-13] 178: Checking imports ** [12:49:26 2020-06-13] 178: Checking exports ** [12:49:26 2020-06-13] 178: Checking users ** [12:49:26 2020-06-13] 178: Checking user_dbs ** [12:49:26 2020-06-13] 178: Checking geocodings ** [12:49:26 2020-06-13] 178: Checking synchronizations ** [12:49:26 2020-06-13] 178: Checking tracker ** [12:49:26 2020-06-13] 178: Checking user_migrations ** [12:49:26 2020-06-13] 178: Checking batch_updates ** [12:49:26 2020-06-13] 178: Checking gears ** [12:49:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:49:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:31 2020-06-13] 178: Checking imports ** [12:49:31 2020-06-13] 178: Checking exports ** [12:49:31 2020-06-13] 178: Checking users ** [12:49:31 2020-06-13] 178: Checking user_dbs ** [12:49:31 2020-06-13] 178: Checking geocodings ** [12:49:31 2020-06-13] 178: Checking synchronizations ** [12:49:31 2020-06-13] 178: Checking tracker ** [12:49:31 2020-06-13] 178: Checking user_migrations ** [12:49:31 2020-06-13] 178: Checking batch_updates ** [12:49:31 2020-06-13] 178: Checking gears ** [12:49:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:49:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:36 2020-06-13] 178: Checking imports ** [12:49:36 2020-06-13] 178: Checking exports ** [12:49:36 2020-06-13] 178: Checking users ** [12:49:36 2020-06-13] 178: Checking user_dbs ** [12:49:36 2020-06-13] 178: Checking geocodings ** [12:49:36 2020-06-13] 178: Checking synchronizations ** [12:49:36 2020-06-13] 178: Checking tracker ** [12:49:36 2020-06-13] 178: Checking user_migrations ** [12:49:36 2020-06-13] 178: Checking batch_updates ** [12:49:36 2020-06-13] 178: Checking gears ** [12:49:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:49:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:41 2020-06-13] 178: Checking imports ** [12:49:41 2020-06-13] 178: Checking exports ** [12:49:41 2020-06-13] 178: Checking users ** [12:49:41 2020-06-13] 178: Checking user_dbs ** [12:49:41 2020-06-13] 178: Checking geocodings ** [12:49:41 2020-06-13] 178: Checking synchronizations ** [12:49:41 2020-06-13] 178: Checking tracker ** [12:49:41 2020-06-13] 178: Checking user_migrations ** [12:49:41 2020-06-13] 178: Checking batch_updates ** [12:49:41 2020-06-13] 178: Checking gears ** [12:49:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:49:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:46 2020-06-13] 178: Checking imports ** [12:49:46 2020-06-13] 178: Checking exports ** [12:49:46 2020-06-13] 178: Checking users ** [12:49:46 2020-06-13] 178: Checking user_dbs ** [12:49:46 2020-06-13] 178: Checking geocodings ** [12:49:46 2020-06-13] 178: Checking synchronizations ** [12:49:46 2020-06-13] 178: Checking tracker ** [12:49:46 2020-06-13] 178: Checking user_migrations ** [12:49:46 2020-06-13] 178: Checking batch_updates ** [12:49:46 2020-06-13] 178: Checking gears ** [12:49:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:49:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:51 2020-06-13] 178: Checking imports ** [12:49:51 2020-06-13] 178: Checking exports ** [12:49:51 2020-06-13] 178: Checking users ** [12:49:51 2020-06-13] 178: Checking user_dbs ** [12:49:51 2020-06-13] 178: Checking geocodings ** [12:49:51 2020-06-13] 178: Checking synchronizations ** [12:49:51 2020-06-13] 178: Checking tracker ** [12:49:51 2020-06-13] 178: Checking user_migrations ** [12:49:51 2020-06-13] 178: Checking batch_updates ** [12:49:51 2020-06-13] 178: Checking gears ** [12:49:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:49:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:56 2020-06-13] 178: Checking imports ** [12:49:56 2020-06-13] 178: Checking exports ** [12:49:56 2020-06-13] 178: Checking users ** [12:49:56 2020-06-13] 178: Checking user_dbs ** [12:49:56 2020-06-13] 178: Checking geocodings ** [12:49:56 2020-06-13] 178: Checking synchronizations ** [12:49:56 2020-06-13] 178: Checking tracker ** [12:49:56 2020-06-13] 178: Checking user_migrations ** [12:49:56 2020-06-13] 178: Checking batch_updates ** [12:49:56 2020-06-13] 178: Checking gears ** [12:49:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:49:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:01 2020-06-13] 178: Checking imports ** [12:50:01 2020-06-13] 178: Checking exports ** [12:50:01 2020-06-13] 178: Checking users ** [12:50:01 2020-06-13] 178: Checking user_dbs ** [12:50:01 2020-06-13] 178: Checking geocodings ** [12:50:01 2020-06-13] 178: Checking synchronizations ** [12:50:01 2020-06-13] 178: Checking tracker ** [12:50:01 2020-06-13] 178: Checking user_migrations ** [12:50:01 2020-06-13] 178: Checking batch_updates ** [12:50:01 2020-06-13] 178: Checking gears ** [12:50:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:50:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:06 2020-06-13] 178: Checking imports ** [12:50:06 2020-06-13] 178: Checking exports ** [12:50:06 2020-06-13] 178: Checking users ** [12:50:06 2020-06-13] 178: Checking user_dbs ** [12:50:06 2020-06-13] 178: Checking geocodings ** [12:50:06 2020-06-13] 178: Checking synchronizations ** [12:50:06 2020-06-13] 178: Checking tracker ** [12:50:06 2020-06-13] 178: Checking user_migrations ** [12:50:06 2020-06-13] 178: Checking batch_updates ** [12:50:06 2020-06-13] 178: Checking gears ** [12:50:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:50:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:11 2020-06-13] 178: Checking imports ** [12:50:11 2020-06-13] 178: Checking exports ** [12:50:11 2020-06-13] 178: Checking users ** [12:50:11 2020-06-13] 178: Checking user_dbs ** [12:50:11 2020-06-13] 178: Checking geocodings ** [12:50:11 2020-06-13] 178: Checking synchronizations ** [12:50:11 2020-06-13] 178: Checking tracker ** [12:50:11 2020-06-13] 178: Checking user_migrations ** [12:50:11 2020-06-13] 178: Checking batch_updates ** [12:50:11 2020-06-13] 178: Checking gears ** [12:50:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:50:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:16 2020-06-13] 178: Checking imports ** [12:50:16 2020-06-13] 178: Checking exports ** [12:50:16 2020-06-13] 178: Checking users ** [12:50:16 2020-06-13] 178: Checking user_dbs ** [12:50:16 2020-06-13] 178: Checking geocodings ** [12:50:16 2020-06-13] 178: Checking synchronizations ** [12:50:16 2020-06-13] 178: Checking tracker ** [12:50:16 2020-06-13] 178: Checking user_migrations ** [12:50:16 2020-06-13] 178: Checking batch_updates ** [12:50:16 2020-06-13] 178: Checking gears ** [12:50:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:50:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:21 2020-06-13] 178: Checking imports ** [12:50:21 2020-06-13] 178: Checking exports ** [12:50:21 2020-06-13] 178: Checking users ** [12:50:21 2020-06-13] 178: Checking user_dbs ** [12:50:21 2020-06-13] 178: Checking geocodings ** [12:50:21 2020-06-13] 178: Checking synchronizations ** [12:50:21 2020-06-13] 178: Checking tracker ** [12:50:21 2020-06-13] 178: Checking user_migrations ** [12:50:21 2020-06-13] 178: Checking batch_updates ** [12:50:21 2020-06-13] 178: Checking gears ** [12:50:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:50:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:26 2020-06-13] 178: Checking imports ** [12:50:26 2020-06-13] 178: Checking exports ** [12:50:26 2020-06-13] 178: Checking users ** [12:50:26 2020-06-13] 178: Checking user_dbs ** [12:50:26 2020-06-13] 178: Checking geocodings ** [12:50:26 2020-06-13] 178: Checking synchronizations ** [12:50:26 2020-06-13] 178: Checking tracker ** [12:50:26 2020-06-13] 178: Checking user_migrations ** [12:50:26 2020-06-13] 178: Checking batch_updates ** [12:50:26 2020-06-13] 178: Checking gears ** [12:50:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:50:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:31 2020-06-13] 178: Checking imports ** [12:50:31 2020-06-13] 178: Checking exports ** [12:50:31 2020-06-13] 178: Checking users ** [12:50:31 2020-06-13] 178: Checking user_dbs ** [12:50:31 2020-06-13] 178: Checking geocodings ** [12:50:31 2020-06-13] 178: Checking synchronizations ** [12:50:31 2020-06-13] 178: Checking tracker ** [12:50:31 2020-06-13] 178: Checking user_migrations ** [12:50:31 2020-06-13] 178: Checking batch_updates ** [12:50:31 2020-06-13] 178: Checking gears ** [12:50:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:50:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:36 2020-06-13] 178: Checking imports ** [12:50:36 2020-06-13] 178: Checking exports ** [12:50:36 2020-06-13] 178: Checking users ** [12:50:36 2020-06-13] 178: Checking user_dbs ** [12:50:36 2020-06-13] 178: Checking geocodings ** [12:50:36 2020-06-13] 178: Checking synchronizations ** [12:50:36 2020-06-13] 178: Checking tracker ** [12:50:36 2020-06-13] 178: Checking user_migrations ** [12:50:36 2020-06-13] 178: Checking batch_updates ** [12:50:36 2020-06-13] 178: Checking gears ** [12:50:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:50:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:41 2020-06-13] 178: Checking imports ** [12:50:41 2020-06-13] 178: Checking exports ** [12:50:41 2020-06-13] 178: Checking users ** [12:50:41 2020-06-13] 178: Checking user_dbs ** [12:50:41 2020-06-13] 178: Checking geocodings ** [12:50:41 2020-06-13] 178: Checking synchronizations ** [12:50:41 2020-06-13] 178: Checking tracker ** [12:50:41 2020-06-13] 178: Checking user_migrations ** [12:50:41 2020-06-13] 178: Checking batch_updates ** [12:50:41 2020-06-13] 178: Checking gears ** [12:50:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:50:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:46 2020-06-13] 178: Checking imports ** [12:50:46 2020-06-13] 178: Checking exports ** [12:50:46 2020-06-13] 178: Checking users ** [12:50:46 2020-06-13] 178: Checking user_dbs ** [12:50:46 2020-06-13] 178: Checking geocodings ** [12:50:46 2020-06-13] 178: Checking synchronizations ** [12:50:46 2020-06-13] 178: Checking tracker ** [12:50:46 2020-06-13] 178: Checking user_migrations ** [12:50:46 2020-06-13] 178: Checking batch_updates ** [12:50:46 2020-06-13] 178: Checking gears ** [12:50:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:50:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:51 2020-06-13] 178: Checking imports ** [12:50:51 2020-06-13] 178: Checking exports ** [12:50:51 2020-06-13] 178: Checking users ** [12:50:51 2020-06-13] 178: Checking user_dbs ** [12:50:51 2020-06-13] 178: Checking geocodings ** [12:50:51 2020-06-13] 178: Checking synchronizations ** [12:50:51 2020-06-13] 178: Checking tracker ** [12:50:51 2020-06-13] 178: Checking user_migrations ** [12:50:51 2020-06-13] 178: Checking batch_updates ** [12:50:51 2020-06-13] 178: Checking gears ** [12:50:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:50:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:56 2020-06-13] 178: Checking imports ** [12:50:56 2020-06-13] 178: Checking exports ** [12:50:56 2020-06-13] 178: Checking users ** [12:50:56 2020-06-13] 178: Checking user_dbs ** [12:50:56 2020-06-13] 178: Checking geocodings ** [12:50:56 2020-06-13] 178: Checking synchronizations ** [12:50:56 2020-06-13] 178: Checking tracker ** [12:50:56 2020-06-13] 178: Checking user_migrations ** [12:50:56 2020-06-13] 178: Checking batch_updates ** [12:50:56 2020-06-13] 178: Checking gears ** [12:50:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:50:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:01 2020-06-13] 178: Checking imports ** [12:51:01 2020-06-13] 178: Checking exports ** [12:51:01 2020-06-13] 178: Checking users ** [12:51:01 2020-06-13] 178: Checking user_dbs ** [12:51:01 2020-06-13] 178: Checking geocodings ** [12:51:01 2020-06-13] 178: Checking synchronizations ** [12:51:01 2020-06-13] 178: Checking tracker ** [12:51:01 2020-06-13] 178: Checking user_migrations ** [12:51:01 2020-06-13] 178: Checking batch_updates ** [12:51:01 2020-06-13] 178: Checking gears ** [12:51:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:51:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:06 2020-06-13] 178: Checking imports ** [12:51:06 2020-06-13] 178: Checking exports ** [12:51:06 2020-06-13] 178: Checking users ** [12:51:06 2020-06-13] 178: Checking user_dbs ** [12:51:06 2020-06-13] 178: Checking geocodings ** [12:51:06 2020-06-13] 178: Checking synchronizations ** [12:51:06 2020-06-13] 178: Checking tracker ** [12:51:06 2020-06-13] 178: Checking user_migrations ** [12:51:06 2020-06-13] 178: Checking batch_updates ** [12:51:06 2020-06-13] 178: Checking gears ** [12:51:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:51:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:11 2020-06-13] 178: Checking imports ** [12:51:11 2020-06-13] 178: Checking exports ** [12:51:11 2020-06-13] 178: Checking users ** [12:51:11 2020-06-13] 178: Checking user_dbs ** [12:51:11 2020-06-13] 178: Checking geocodings ** [12:51:11 2020-06-13] 178: Checking synchronizations ** [12:51:11 2020-06-13] 178: Checking tracker ** [12:51:11 2020-06-13] 178: Checking user_migrations ** [12:51:11 2020-06-13] 178: Checking batch_updates ** [12:51:11 2020-06-13] 178: Checking gears ** [12:51:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:51:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:16 2020-06-13] 178: Checking imports ** [12:51:16 2020-06-13] 178: Checking exports ** [12:51:16 2020-06-13] 178: Checking users ** [12:51:16 2020-06-13] 178: Checking user_dbs ** [12:51:16 2020-06-13] 178: Checking geocodings ** [12:51:16 2020-06-13] 178: Checking synchronizations ** [12:51:16 2020-06-13] 178: Checking tracker ** [12:51:16 2020-06-13] 178: Checking user_migrations ** [12:51:16 2020-06-13] 178: Checking batch_updates ** [12:51:16 2020-06-13] 178: Checking gears ** [12:51:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:51:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:21 2020-06-13] 178: Checking imports ** [12:51:21 2020-06-13] 178: Checking exports ** [12:51:21 2020-06-13] 178: Checking users ** [12:51:21 2020-06-13] 178: Checking user_dbs ** [12:51:21 2020-06-13] 178: Checking geocodings ** [12:51:21 2020-06-13] 178: Checking synchronizations ** [12:51:21 2020-06-13] 178: Checking tracker ** [12:51:21 2020-06-13] 178: Checking user_migrations ** [12:51:21 2020-06-13] 178: Checking batch_updates ** [12:51:21 2020-06-13] 178: Checking gears ** [12:51:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:51:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:26 2020-06-13] 178: Checking imports ** [12:51:26 2020-06-13] 178: Checking exports ** [12:51:26 2020-06-13] 178: Checking users ** [12:51:26 2020-06-13] 178: Checking user_dbs ** [12:51:26 2020-06-13] 178: Checking geocodings ** [12:51:26 2020-06-13] 178: Checking synchronizations ** [12:51:26 2020-06-13] 178: Checking tracker ** [12:51:26 2020-06-13] 178: Checking user_migrations ** [12:51:26 2020-06-13] 178: Checking batch_updates ** [12:51:26 2020-06-13] 178: Checking gears ** [12:51:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:51:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:31 2020-06-13] 178: Checking imports ** [12:51:31 2020-06-13] 178: Checking exports ** [12:51:31 2020-06-13] 178: Checking users ** [12:51:31 2020-06-13] 178: Checking user_dbs ** [12:51:31 2020-06-13] 178: Checking geocodings ** [12:51:31 2020-06-13] 178: Checking synchronizations ** [12:51:31 2020-06-13] 178: Checking tracker ** [12:51:31 2020-06-13] 178: Checking user_migrations ** [12:51:31 2020-06-13] 178: Checking batch_updates ** [12:51:31 2020-06-13] 178: Checking gears ** [12:51:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:51:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:36 2020-06-13] 178: Checking imports ** [12:51:36 2020-06-13] 178: Checking exports ** [12:51:36 2020-06-13] 178: Checking users ** [12:51:36 2020-06-13] 178: Checking user_dbs ** [12:51:36 2020-06-13] 178: Checking geocodings ** [12:51:36 2020-06-13] 178: Checking synchronizations ** [12:51:36 2020-06-13] 178: Checking tracker ** [12:51:36 2020-06-13] 178: Checking user_migrations ** [12:51:36 2020-06-13] 178: Checking batch_updates ** [12:51:36 2020-06-13] 178: Checking gears ** [12:51:36 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:51:36 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:41 2020-06-13] 178: Checking imports ** [12:51:41 2020-06-13] 178: Checking exports ** [12:51:41 2020-06-13] 178: Checking users ** [12:51:41 2020-06-13] 178: Checking user_dbs ** [12:51:41 2020-06-13] 178: Checking geocodings ** [12:51:41 2020-06-13] 178: Checking synchronizations ** [12:51:41 2020-06-13] 178: Checking tracker ** [12:51:41 2020-06-13] 178: Checking user_migrations ** [12:51:41 2020-06-13] 178: Checking batch_updates ** [12:51:41 2020-06-13] 178: Checking gears ** [12:51:41 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:51:41 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:46 2020-06-13] 178: Checking imports ** [12:51:46 2020-06-13] 178: Checking exports ** [12:51:46 2020-06-13] 178: Checking users ** [12:51:46 2020-06-13] 178: Checking user_dbs ** [12:51:46 2020-06-13] 178: Checking geocodings ** [12:51:46 2020-06-13] 178: Checking synchronizations ** [12:51:46 2020-06-13] 178: Checking tracker ** [12:51:46 2020-06-13] 178: Checking user_migrations ** [12:51:46 2020-06-13] 178: Checking batch_updates ** [12:51:46 2020-06-13] 178: Checking gears ** [12:51:46 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:51:46 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:51 2020-06-13] 178: Checking imports ** [12:51:51 2020-06-13] 178: Checking exports ** [12:51:51 2020-06-13] 178: Checking users ** [12:51:51 2020-06-13] 178: Checking user_dbs ** [12:51:51 2020-06-13] 178: Checking geocodings ** [12:51:51 2020-06-13] 178: Checking synchronizations ** [12:51:51 2020-06-13] 178: Checking tracker ** [12:51:51 2020-06-13] 178: Checking user_migrations ** [12:51:51 2020-06-13] 178: Checking batch_updates ** [12:51:51 2020-06-13] 178: Checking gears ** [12:51:51 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:51:51 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:56 2020-06-13] 178: Checking imports ** [12:51:56 2020-06-13] 178: Checking exports ** [12:51:56 2020-06-13] 178: Checking users ** [12:51:56 2020-06-13] 178: Checking user_dbs ** [12:51:56 2020-06-13] 178: Checking geocodings ** [12:51:56 2020-06-13] 178: Checking synchronizations ** [12:51:56 2020-06-13] 178: Checking tracker ** [12:51:56 2020-06-13] 178: Checking user_migrations ** [12:51:56 2020-06-13] 178: Checking batch_updates ** [12:51:56 2020-06-13] 178: Checking gears ** [12:51:56 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:51:56 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:01 2020-06-13] 178: Checking imports ** [12:52:01 2020-06-13] 178: Checking exports ** [12:52:01 2020-06-13] 178: Checking users ** [12:52:01 2020-06-13] 178: Checking user_dbs ** [12:52:01 2020-06-13] 178: Checking geocodings ** [12:52:01 2020-06-13] 178: Checking synchronizations ** [12:52:01 2020-06-13] 178: Checking tracker ** [12:52:01 2020-06-13] 178: Checking user_migrations ** [12:52:01 2020-06-13] 178: Checking batch_updates ** [12:52:01 2020-06-13] 178: Checking gears ** [12:52:01 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:52:01 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:06 2020-06-13] 178: Checking imports ** [12:52:06 2020-06-13] 178: Checking exports ** [12:52:06 2020-06-13] 178: Checking users ** [12:52:06 2020-06-13] 178: Checking user_dbs ** [12:52:06 2020-06-13] 178: Checking geocodings ** [12:52:06 2020-06-13] 178: Checking synchronizations ** [12:52:06 2020-06-13] 178: Checking tracker ** [12:52:06 2020-06-13] 178: Checking user_migrations ** [12:52:06 2020-06-13] 178: Checking batch_updates ** [12:52:06 2020-06-13] 178: Checking gears ** [12:52:06 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:52:06 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:11 2020-06-13] 178: Checking imports ** [12:52:11 2020-06-13] 178: Checking exports ** [12:52:11 2020-06-13] 178: Checking users ** [12:52:11 2020-06-13] 178: Checking user_dbs ** [12:52:11 2020-06-13] 178: Checking geocodings ** [12:52:11 2020-06-13] 178: Checking synchronizations ** [12:52:11 2020-06-13] 178: Checking tracker ** [12:52:11 2020-06-13] 178: Checking user_migrations ** [12:52:11 2020-06-13] 178: Checking batch_updates ** [12:52:11 2020-06-13] 178: Checking gears ** [12:52:11 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:52:11 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:16 2020-06-13] 178: Checking imports ** [12:52:16 2020-06-13] 178: Checking exports ** [12:52:16 2020-06-13] 178: Checking users ** [12:52:16 2020-06-13] 178: Checking user_dbs ** [12:52:16 2020-06-13] 178: Checking geocodings ** [12:52:16 2020-06-13] 178: Checking synchronizations ** [12:52:16 2020-06-13] 178: Checking tracker ** [12:52:16 2020-06-13] 178: Checking user_migrations ** [12:52:16 2020-06-13] 178: Checking batch_updates ** [12:52:16 2020-06-13] 178: Checking gears ** [12:52:16 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:52:16 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:21 2020-06-13] 178: Checking imports ** [12:52:21 2020-06-13] 178: Checking exports ** [12:52:21 2020-06-13] 178: Checking users ** [12:52:21 2020-06-13] 178: Checking user_dbs ** [12:52:21 2020-06-13] 178: Checking geocodings ** [12:52:21 2020-06-13] 178: Checking synchronizations ** [12:52:21 2020-06-13] 178: Checking tracker ** [12:52:21 2020-06-13] 178: Checking user_migrations ** [12:52:21 2020-06-13] 178: Checking batch_updates ** [12:52:21 2020-06-13] 178: Checking gears ** [12:52:21 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:52:21 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:26 2020-06-13] 178: Checking imports ** [12:52:26 2020-06-13] 178: Checking exports ** [12:52:26 2020-06-13] 178: Checking users ** [12:52:26 2020-06-13] 178: Checking user_dbs ** [12:52:26 2020-06-13] 178: Checking geocodings ** [12:52:26 2020-06-13] 178: Checking synchronizations ** [12:52:26 2020-06-13] 178: Checking tracker ** [12:52:26 2020-06-13] 178: Checking user_migrations ** [12:52:26 2020-06-13] 178: Checking batch_updates ** [12:52:26 2020-06-13] 178: Checking gears ** [12:52:26 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:52:26 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:31 2020-06-13] 178: Checking imports ** [12:52:31 2020-06-13] 178: Checking exports ** [12:52:31 2020-06-13] 178: Checking users ** [12:52:31 2020-06-13] 178: Checking user_dbs ** [12:52:31 2020-06-13] 178: Checking geocodings ** [12:52:31 2020-06-13] 178: Checking synchronizations ** [12:52:31 2020-06-13] 178: Checking tracker ** [12:52:31 2020-06-13] 178: Checking user_migrations ** [12:52:31 2020-06-13] 178: Checking batch_updates ** [12:52:31 2020-06-13] 178: Checking gears ** [12:52:31 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:52:31 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:37 2020-06-13] 178: Checking imports ** [12:52:37 2020-06-13] 178: Checking exports ** [12:52:37 2020-06-13] 178: Checking users ** [12:52:37 2020-06-13] 178: Checking user_dbs ** [12:52:37 2020-06-13] 178: Checking geocodings ** [12:52:37 2020-06-13] 178: Checking synchronizations ** [12:52:37 2020-06-13] 178: Checking tracker ** [12:52:37 2020-06-13] 178: Checking user_migrations ** [12:52:37 2020-06-13] 178: Checking batch_updates ** [12:52:37 2020-06-13] 178: Checking gears ** [12:52:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:52:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:42 2020-06-13] 178: Checking imports ** [12:52:42 2020-06-13] 178: Checking exports ** [12:52:42 2020-06-13] 178: Checking users ** [12:52:42 2020-06-13] 178: Checking user_dbs ** [12:52:42 2020-06-13] 178: Checking geocodings ** [12:52:42 2020-06-13] 178: Checking synchronizations ** [12:52:42 2020-06-13] 178: Checking tracker ** [12:52:42 2020-06-13] 178: Checking user_migrations ** [12:52:42 2020-06-13] 178: Checking batch_updates ** [12:52:42 2020-06-13] 178: Checking gears ** [12:52:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:52:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:47 2020-06-13] 178: Checking imports ** [12:52:47 2020-06-13] 178: Checking exports ** [12:52:47 2020-06-13] 178: Checking users ** [12:52:47 2020-06-13] 178: Checking user_dbs ** [12:52:47 2020-06-13] 178: Checking geocodings ** [12:52:47 2020-06-13] 178: Checking synchronizations ** [12:52:47 2020-06-13] 178: Checking tracker ** [12:52:47 2020-06-13] 178: Checking user_migrations ** [12:52:47 2020-06-13] 178: Checking batch_updates ** [12:52:47 2020-06-13] 178: Checking gears ** [12:52:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:52:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:52 2020-06-13] 178: Checking imports ** [12:52:52 2020-06-13] 178: Checking exports ** [12:52:52 2020-06-13] 178: Checking users ** [12:52:52 2020-06-13] 178: Checking user_dbs ** [12:52:52 2020-06-13] 178: Checking geocodings ** [12:52:52 2020-06-13] 178: Checking synchronizations ** [12:52:52 2020-06-13] 178: Checking tracker ** [12:52:52 2020-06-13] 178: Checking user_migrations ** [12:52:52 2020-06-13] 178: Checking batch_updates ** [12:52:52 2020-06-13] 178: Checking gears ** [12:52:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:52:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:57 2020-06-13] 178: Checking imports ** [12:52:57 2020-06-13] 178: Checking exports ** [12:52:57 2020-06-13] 178: Checking users ** [12:52:57 2020-06-13] 178: Checking user_dbs ** [12:52:57 2020-06-13] 178: Checking geocodings ** [12:52:57 2020-06-13] 178: Checking synchronizations ** [12:52:57 2020-06-13] 178: Checking tracker ** [12:52:57 2020-06-13] 178: Checking user_migrations ** [12:52:57 2020-06-13] 178: Checking batch_updates ** [12:52:57 2020-06-13] 178: Checking gears ** [12:52:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:52:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:02 2020-06-13] 178: Checking imports ** [12:53:02 2020-06-13] 178: Checking exports ** [12:53:02 2020-06-13] 178: Checking users ** [12:53:02 2020-06-13] 178: Checking user_dbs ** [12:53:02 2020-06-13] 178: Checking geocodings ** [12:53:02 2020-06-13] 178: Checking synchronizations ** [12:53:02 2020-06-13] 178: Checking tracker ** [12:53:02 2020-06-13] 178: Checking user_migrations ** [12:53:02 2020-06-13] 178: Checking batch_updates ** [12:53:02 2020-06-13] 178: Checking gears ** [12:53:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:53:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:07 2020-06-13] 178: Checking imports ** [12:53:07 2020-06-13] 178: Checking exports ** [12:53:07 2020-06-13] 178: Checking users ** [12:53:07 2020-06-13] 178: Checking user_dbs ** [12:53:07 2020-06-13] 178: Checking geocodings ** [12:53:07 2020-06-13] 178: Checking synchronizations ** [12:53:07 2020-06-13] 178: Checking tracker ** [12:53:07 2020-06-13] 178: Checking user_migrations ** [12:53:07 2020-06-13] 178: Checking batch_updates ** [12:53:07 2020-06-13] 178: Checking gears ** [12:53:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:53:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:12 2020-06-13] 178: Checking imports ** [12:53:12 2020-06-13] 178: Checking exports ** [12:53:12 2020-06-13] 178: Checking users ** [12:53:12 2020-06-13] 178: Checking user_dbs ** [12:53:12 2020-06-13] 178: Checking geocodings ** [12:53:12 2020-06-13] 178: Checking synchronizations ** [12:53:12 2020-06-13] 178: Checking tracker ** [12:53:12 2020-06-13] 178: Checking user_migrations ** [12:53:12 2020-06-13] 178: Checking batch_updates ** [12:53:12 2020-06-13] 178: Checking gears ** [12:53:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:53:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:17 2020-06-13] 178: Checking imports ** [12:53:17 2020-06-13] 178: Checking exports ** [12:53:17 2020-06-13] 178: Checking users ** [12:53:17 2020-06-13] 178: Checking user_dbs ** [12:53:17 2020-06-13] 178: Checking geocodings ** [12:53:17 2020-06-13] 178: Checking synchronizations ** [12:53:17 2020-06-13] 178: Checking tracker ** [12:53:17 2020-06-13] 178: Checking user_migrations ** [12:53:17 2020-06-13] 178: Checking batch_updates ** [12:53:17 2020-06-13] 178: Checking gears ** [12:53:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:53:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:22 2020-06-13] 178: Checking imports ** [12:53:22 2020-06-13] 178: Checking exports ** [12:53:22 2020-06-13] 178: Checking users ** [12:53:22 2020-06-13] 178: Checking user_dbs ** [12:53:22 2020-06-13] 178: Checking geocodings ** [12:53:22 2020-06-13] 178: Checking synchronizations ** [12:53:22 2020-06-13] 178: Checking tracker ** [12:53:22 2020-06-13] 178: Checking user_migrations ** [12:53:22 2020-06-13] 178: Checking batch_updates ** [12:53:22 2020-06-13] 178: Checking gears ** [12:53:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:53:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:27 2020-06-13] 178: Checking imports ** [12:53:27 2020-06-13] 178: Checking exports ** [12:53:27 2020-06-13] 178: Checking users ** [12:53:27 2020-06-13] 178: Checking user_dbs ** [12:53:27 2020-06-13] 178: Checking geocodings ** [12:53:27 2020-06-13] 178: Checking synchronizations ** [12:53:27 2020-06-13] 178: Checking tracker ** [12:53:27 2020-06-13] 178: Checking user_migrations ** [12:53:27 2020-06-13] 178: Checking batch_updates ** [12:53:27 2020-06-13] 178: Checking gears ** [12:53:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:53:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:32 2020-06-13] 178: Checking imports ** [12:53:32 2020-06-13] 178: Checking exports ** [12:53:32 2020-06-13] 178: Checking users ** [12:53:32 2020-06-13] 178: Checking user_dbs ** [12:53:32 2020-06-13] 178: Checking geocodings ** [12:53:32 2020-06-13] 178: Checking synchronizations ** [12:53:32 2020-06-13] 178: Checking tracker ** [12:53:32 2020-06-13] 178: Checking user_migrations ** [12:53:32 2020-06-13] 178: Checking batch_updates ** [12:53:32 2020-06-13] 178: Checking gears ** [12:53:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:53:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:37 2020-06-13] 178: Checking imports ** [12:53:37 2020-06-13] 178: Checking exports ** [12:53:37 2020-06-13] 178: Checking users ** [12:53:37 2020-06-13] 178: Checking user_dbs ** [12:53:37 2020-06-13] 178: Checking geocodings ** [12:53:37 2020-06-13] 178: Checking synchronizations ** [12:53:37 2020-06-13] 178: Checking tracker ** [12:53:37 2020-06-13] 178: Checking user_migrations ** [12:53:37 2020-06-13] 178: Checking batch_updates ** [12:53:37 2020-06-13] 178: Checking gears ** [12:53:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:53:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:42 2020-06-13] 178: Checking imports ** [12:53:42 2020-06-13] 178: Checking exports ** [12:53:42 2020-06-13] 178: Checking users ** [12:53:42 2020-06-13] 178: Checking user_dbs ** [12:53:42 2020-06-13] 178: Checking geocodings ** [12:53:42 2020-06-13] 178: Checking synchronizations ** [12:53:42 2020-06-13] 178: Checking tracker ** [12:53:42 2020-06-13] 178: Checking user_migrations ** [12:53:42 2020-06-13] 178: Checking batch_updates ** [12:53:42 2020-06-13] 178: Checking gears ** [12:53:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:53:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:47 2020-06-13] 178: Checking imports ** [12:53:47 2020-06-13] 178: Checking exports ** [12:53:47 2020-06-13] 178: Checking users ** [12:53:47 2020-06-13] 178: Checking user_dbs ** [12:53:47 2020-06-13] 178: Checking geocodings ** [12:53:47 2020-06-13] 178: Checking synchronizations ** [12:53:47 2020-06-13] 178: Checking tracker ** [12:53:47 2020-06-13] 178: Checking user_migrations ** [12:53:47 2020-06-13] 178: Checking batch_updates ** [12:53:47 2020-06-13] 178: Checking gears ** [12:53:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:53:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:52 2020-06-13] 178: Checking imports ** [12:53:52 2020-06-13] 178: Checking exports ** [12:53:52 2020-06-13] 178: Checking users ** [12:53:52 2020-06-13] 178: Checking user_dbs ** [12:53:52 2020-06-13] 178: Checking geocodings ** [12:53:52 2020-06-13] 178: Checking synchronizations ** [12:53:52 2020-06-13] 178: Checking tracker ** [12:53:52 2020-06-13] 178: Checking user_migrations ** [12:53:52 2020-06-13] 178: Checking batch_updates ** [12:53:52 2020-06-13] 178: Checking gears ** [12:53:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:53:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:57 2020-06-13] 178: Checking imports ** [12:53:57 2020-06-13] 178: Checking exports ** [12:53:57 2020-06-13] 178: Checking users ** [12:53:57 2020-06-13] 178: Checking user_dbs ** [12:53:57 2020-06-13] 178: Checking geocodings ** [12:53:57 2020-06-13] 178: Checking synchronizations ** [12:53:57 2020-06-13] 178: Checking tracker ** [12:53:57 2020-06-13] 178: Checking user_migrations ** [12:53:57 2020-06-13] 178: Checking batch_updates ** [12:53:57 2020-06-13] 178: Checking gears ** [12:53:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:53:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:02 2020-06-13] 178: Checking imports ** [12:54:02 2020-06-13] 178: Checking exports ** [12:54:02 2020-06-13] 178: Checking users ** [12:54:02 2020-06-13] 178: Checking user_dbs ** [12:54:02 2020-06-13] 178: Checking geocodings ** [12:54:02 2020-06-13] 178: Checking synchronizations ** [12:54:02 2020-06-13] 178: Checking tracker ** [12:54:02 2020-06-13] 178: Checking user_migrations ** [12:54:02 2020-06-13] 178: Checking batch_updates ** [12:54:02 2020-06-13] 178: Checking gears ** [12:54:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:54:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:07 2020-06-13] 178: Checking imports ** [12:54:07 2020-06-13] 178: Checking exports ** [12:54:07 2020-06-13] 178: Checking users ** [12:54:07 2020-06-13] 178: Checking user_dbs ** [12:54:07 2020-06-13] 178: Checking geocodings ** [12:54:07 2020-06-13] 178: Checking synchronizations ** [12:54:07 2020-06-13] 178: Checking tracker ** [12:54:07 2020-06-13] 178: Checking user_migrations ** [12:54:07 2020-06-13] 178: Checking batch_updates ** [12:54:07 2020-06-13] 178: Checking gears ** [12:54:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:54:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:12 2020-06-13] 178: Checking imports ** [12:54:12 2020-06-13] 178: Checking exports ** [12:54:12 2020-06-13] 178: Checking users ** [12:54:12 2020-06-13] 178: Checking user_dbs ** [12:54:12 2020-06-13] 178: Checking geocodings ** [12:54:12 2020-06-13] 178: Checking synchronizations ** [12:54:12 2020-06-13] 178: Checking tracker ** [12:54:12 2020-06-13] 178: Checking user_migrations ** [12:54:12 2020-06-13] 178: Checking batch_updates ** [12:54:12 2020-06-13] 178: Checking gears ** [12:54:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:54:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:17 2020-06-13] 178: Checking imports ** [12:54:17 2020-06-13] 178: Checking exports ** [12:54:17 2020-06-13] 178: Checking users ** [12:54:17 2020-06-13] 178: Checking user_dbs ** [12:54:17 2020-06-13] 178: Checking geocodings ** [12:54:17 2020-06-13] 178: Checking synchronizations ** [12:54:17 2020-06-13] 178: Checking tracker ** [12:54:17 2020-06-13] 178: Checking user_migrations ** [12:54:17 2020-06-13] 178: Checking batch_updates ** [12:54:17 2020-06-13] 178: Checking gears ** [12:54:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:54:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:22 2020-06-13] 178: Checking imports ** [12:54:22 2020-06-13] 178: Checking exports ** [12:54:22 2020-06-13] 178: Checking users ** [12:54:22 2020-06-13] 178: Checking user_dbs ** [12:54:22 2020-06-13] 178: Checking geocodings ** [12:54:22 2020-06-13] 178: Checking synchronizations ** [12:54:22 2020-06-13] 178: Checking tracker ** [12:54:22 2020-06-13] 178: Checking user_migrations ** [12:54:22 2020-06-13] 178: Checking batch_updates ** [12:54:22 2020-06-13] 178: Checking gears ** [12:54:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:54:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:27 2020-06-13] 178: Checking imports ** [12:54:27 2020-06-13] 178: Checking exports ** [12:54:27 2020-06-13] 178: Checking users ** [12:54:27 2020-06-13] 178: Checking user_dbs ** [12:54:27 2020-06-13] 178: Checking geocodings ** [12:54:27 2020-06-13] 178: Checking synchronizations ** [12:54:27 2020-06-13] 178: Checking tracker ** [12:54:27 2020-06-13] 178: Checking user_migrations ** [12:54:27 2020-06-13] 178: Checking batch_updates ** [12:54:27 2020-06-13] 178: Checking gears ** [12:54:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:54:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:32 2020-06-13] 178: Checking imports ** [12:54:32 2020-06-13] 178: Checking exports ** [12:54:32 2020-06-13] 178: Checking users ** [12:54:32 2020-06-13] 178: Checking user_dbs ** [12:54:32 2020-06-13] 178: Checking geocodings ** [12:54:32 2020-06-13] 178: Checking synchronizations ** [12:54:32 2020-06-13] 178: Checking tracker ** [12:54:32 2020-06-13] 178: Checking user_migrations ** [12:54:32 2020-06-13] 178: Checking batch_updates ** [12:54:32 2020-06-13] 178: Checking gears ** [12:54:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:54:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:37 2020-06-13] 178: Checking imports ** [12:54:37 2020-06-13] 178: Checking exports ** [12:54:37 2020-06-13] 178: Checking users ** [12:54:37 2020-06-13] 178: Checking user_dbs ** [12:54:37 2020-06-13] 178: Checking geocodings ** [12:54:37 2020-06-13] 178: Checking synchronizations ** [12:54:37 2020-06-13] 178: Checking tracker ** [12:54:37 2020-06-13] 178: Checking user_migrations ** [12:54:37 2020-06-13] 178: Checking batch_updates ** [12:54:37 2020-06-13] 178: Checking gears ** [12:54:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:54:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:42 2020-06-13] 178: Checking imports ** [12:54:42 2020-06-13] 178: Checking exports ** [12:54:42 2020-06-13] 178: Checking users ** [12:54:42 2020-06-13] 178: Checking user_dbs ** [12:54:42 2020-06-13] 178: Checking geocodings ** [12:54:42 2020-06-13] 178: Checking synchronizations ** [12:54:42 2020-06-13] 178: Checking tracker ** [12:54:42 2020-06-13] 178: Checking user_migrations ** [12:54:42 2020-06-13] 178: Checking batch_updates ** [12:54:42 2020-06-13] 178: Checking gears ** [12:54:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:54:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:47 2020-06-13] 178: Checking imports ** [12:54:47 2020-06-13] 178: Checking exports ** [12:54:47 2020-06-13] 178: Checking users ** [12:54:47 2020-06-13] 178: Checking user_dbs ** [12:54:47 2020-06-13] 178: Checking geocodings ** [12:54:47 2020-06-13] 178: Checking synchronizations ** [12:54:47 2020-06-13] 178: Checking tracker ** [12:54:47 2020-06-13] 178: Checking user_migrations ** [12:54:47 2020-06-13] 178: Checking batch_updates ** [12:54:47 2020-06-13] 178: Checking gears ** [12:54:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:54:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:52 2020-06-13] 178: Checking imports ** [12:54:52 2020-06-13] 178: Checking exports ** [12:54:52 2020-06-13] 178: Checking users ** [12:54:52 2020-06-13] 178: Checking user_dbs ** [12:54:52 2020-06-13] 178: Checking geocodings ** [12:54:52 2020-06-13] 178: Checking synchronizations ** [12:54:52 2020-06-13] 178: Checking tracker ** [12:54:52 2020-06-13] 178: Checking user_migrations ** [12:54:52 2020-06-13] 178: Checking batch_updates ** [12:54:52 2020-06-13] 178: Checking gears ** [12:54:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:54:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:57 2020-06-13] 178: Checking imports ** [12:54:57 2020-06-13] 178: Checking exports ** [12:54:57 2020-06-13] 178: Checking users ** [12:54:57 2020-06-13] 178: Checking user_dbs ** [12:54:57 2020-06-13] 178: Checking geocodings ** [12:54:57 2020-06-13] 178: Checking synchronizations ** [12:54:57 2020-06-13] 178: Checking tracker ** [12:54:57 2020-06-13] 178: Checking user_migrations ** [12:54:57 2020-06-13] 178: Checking batch_updates ** [12:54:57 2020-06-13] 178: Checking gears ** [12:54:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:54:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:02 2020-06-13] 178: Checking imports ** [12:55:02 2020-06-13] 178: Checking exports ** [12:55:02 2020-06-13] 178: Checking users ** [12:55:02 2020-06-13] 178: Checking user_dbs ** [12:55:02 2020-06-13] 178: Checking geocodings ** [12:55:02 2020-06-13] 178: Checking synchronizations ** [12:55:02 2020-06-13] 178: Checking tracker ** [12:55:02 2020-06-13] 178: Checking user_migrations ** [12:55:02 2020-06-13] 178: Checking batch_updates ** [12:55:02 2020-06-13] 178: Checking gears ** [12:55:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:55:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:07 2020-06-13] 178: Checking imports ** [12:55:07 2020-06-13] 178: Checking exports ** [12:55:07 2020-06-13] 178: Checking users ** [12:55:07 2020-06-13] 178: Checking user_dbs ** [12:55:07 2020-06-13] 178: Checking geocodings ** [12:55:07 2020-06-13] 178: Checking synchronizations ** [12:55:07 2020-06-13] 178: Checking tracker ** [12:55:07 2020-06-13] 178: Checking user_migrations ** [12:55:07 2020-06-13] 178: Checking batch_updates ** [12:55:07 2020-06-13] 178: Checking gears ** [12:55:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:55:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:12 2020-06-13] 178: Checking imports ** [12:55:12 2020-06-13] 178: Checking exports ** [12:55:12 2020-06-13] 178: Checking users ** [12:55:12 2020-06-13] 178: Checking user_dbs ** [12:55:12 2020-06-13] 178: Checking geocodings ** [12:55:12 2020-06-13] 178: Checking synchronizations ** [12:55:12 2020-06-13] 178: Checking tracker ** [12:55:12 2020-06-13] 178: Checking user_migrations ** [12:55:12 2020-06-13] 178: Checking batch_updates ** [12:55:12 2020-06-13] 178: Checking gears ** [12:55:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:55:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:17 2020-06-13] 178: Checking imports ** [12:55:17 2020-06-13] 178: Checking exports ** [12:55:17 2020-06-13] 178: Checking users ** [12:55:17 2020-06-13] 178: Checking user_dbs ** [12:55:17 2020-06-13] 178: Checking geocodings ** [12:55:17 2020-06-13] 178: Checking synchronizations ** [12:55:17 2020-06-13] 178: Checking tracker ** [12:55:17 2020-06-13] 178: Checking user_migrations ** [12:55:17 2020-06-13] 178: Checking batch_updates ** [12:55:17 2020-06-13] 178: Checking gears ** [12:55:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:55:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:22 2020-06-13] 178: Checking imports ** [12:55:22 2020-06-13] 178: Checking exports ** [12:55:22 2020-06-13] 178: Checking users ** [12:55:22 2020-06-13] 178: Checking user_dbs ** [12:55:22 2020-06-13] 178: Checking geocodings ** [12:55:22 2020-06-13] 178: Checking synchronizations ** [12:55:22 2020-06-13] 178: Checking tracker ** [12:55:22 2020-06-13] 178: Checking user_migrations ** [12:55:22 2020-06-13] 178: Checking batch_updates ** [12:55:22 2020-06-13] 178: Checking gears ** [12:55:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:55:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:27 2020-06-13] 178: Checking imports ** [12:55:27 2020-06-13] 178: Checking exports ** [12:55:27 2020-06-13] 178: Checking users ** [12:55:27 2020-06-13] 178: Checking user_dbs ** [12:55:27 2020-06-13] 178: Checking geocodings ** [12:55:27 2020-06-13] 178: Checking synchronizations ** [12:55:27 2020-06-13] 178: Checking tracker ** [12:55:27 2020-06-13] 178: Checking user_migrations ** [12:55:27 2020-06-13] 178: Checking batch_updates ** [12:55:27 2020-06-13] 178: Checking gears ** [12:55:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:55:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:32 2020-06-13] 178: Checking imports ** [12:55:32 2020-06-13] 178: Checking exports ** [12:55:32 2020-06-13] 178: Checking users ** [12:55:32 2020-06-13] 178: Checking user_dbs ** [12:55:32 2020-06-13] 178: Checking geocodings ** [12:55:32 2020-06-13] 178: Checking synchronizations ** [12:55:32 2020-06-13] 178: Checking tracker ** [12:55:32 2020-06-13] 178: Checking user_migrations ** [12:55:32 2020-06-13] 178: Checking batch_updates ** [12:55:32 2020-06-13] 178: Checking gears ** [12:55:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:55:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:37 2020-06-13] 178: Checking imports ** [12:55:37 2020-06-13] 178: Checking exports ** [12:55:37 2020-06-13] 178: Checking users ** [12:55:37 2020-06-13] 178: Checking user_dbs ** [12:55:37 2020-06-13] 178: Checking geocodings ** [12:55:37 2020-06-13] 178: Checking synchronizations ** [12:55:37 2020-06-13] 178: Checking tracker ** [12:55:37 2020-06-13] 178: Checking user_migrations ** [12:55:37 2020-06-13] 178: Checking batch_updates ** [12:55:37 2020-06-13] 178: Checking gears ** [12:55:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:55:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:42 2020-06-13] 178: Checking imports ** [12:55:42 2020-06-13] 178: Checking exports ** [12:55:42 2020-06-13] 178: Checking users ** [12:55:42 2020-06-13] 178: Checking user_dbs ** [12:55:42 2020-06-13] 178: Checking geocodings ** [12:55:42 2020-06-13] 178: Checking synchronizations ** [12:55:42 2020-06-13] 178: Checking tracker ** [12:55:42 2020-06-13] 178: Checking user_migrations ** [12:55:42 2020-06-13] 178: Checking batch_updates ** [12:55:42 2020-06-13] 178: Checking gears ** [12:55:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:55:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:47 2020-06-13] 178: Checking imports ** [12:55:47 2020-06-13] 178: Checking exports ** [12:55:47 2020-06-13] 178: Checking users ** [12:55:47 2020-06-13] 178: Checking user_dbs ** [12:55:47 2020-06-13] 178: Checking geocodings ** [12:55:47 2020-06-13] 178: Checking synchronizations ** [12:55:47 2020-06-13] 178: Checking tracker ** [12:55:47 2020-06-13] 178: Checking user_migrations ** [12:55:47 2020-06-13] 178: Checking batch_updates ** [12:55:47 2020-06-13] 178: Checking gears ** [12:55:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:55:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:52 2020-06-13] 178: Checking imports ** [12:55:52 2020-06-13] 178: Checking exports ** [12:55:52 2020-06-13] 178: Checking users ** [12:55:52 2020-06-13] 178: Checking user_dbs ** [12:55:52 2020-06-13] 178: Checking geocodings ** [12:55:52 2020-06-13] 178: Checking synchronizations ** [12:55:52 2020-06-13] 178: Checking tracker ** [12:55:52 2020-06-13] 178: Checking user_migrations ** [12:55:52 2020-06-13] 178: Checking batch_updates ** [12:55:52 2020-06-13] 178: Checking gears ** [12:55:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:55:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:57 2020-06-13] 178: Checking imports ** [12:55:57 2020-06-13] 178: Checking exports ** [12:55:57 2020-06-13] 178: Checking users ** [12:55:57 2020-06-13] 178: Checking user_dbs ** [12:55:57 2020-06-13] 178: Checking geocodings ** [12:55:57 2020-06-13] 178: Checking synchronizations ** [12:55:57 2020-06-13] 178: Checking tracker ** [12:55:57 2020-06-13] 178: Checking user_migrations ** [12:55:57 2020-06-13] 178: Checking batch_updates ** [12:55:57 2020-06-13] 178: Checking gears ** [12:55:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:55:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:02 2020-06-13] 178: Checking imports ** [12:56:02 2020-06-13] 178: Checking exports ** [12:56:02 2020-06-13] 178: Checking users ** [12:56:02 2020-06-13] 178: Checking user_dbs ** [12:56:02 2020-06-13] 178: Checking geocodings ** [12:56:02 2020-06-13] 178: Checking synchronizations ** [12:56:02 2020-06-13] 178: Checking tracker ** [12:56:02 2020-06-13] 178: Checking user_migrations ** [12:56:02 2020-06-13] 178: Checking batch_updates ** [12:56:02 2020-06-13] 178: Checking gears ** [12:56:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:56:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:07 2020-06-13] 178: Checking imports ** [12:56:07 2020-06-13] 178: Checking exports ** [12:56:07 2020-06-13] 178: Checking users ** [12:56:07 2020-06-13] 178: Checking user_dbs ** [12:56:07 2020-06-13] 178: Checking geocodings ** [12:56:07 2020-06-13] 178: Checking synchronizations ** [12:56:07 2020-06-13] 178: Checking tracker ** [12:56:07 2020-06-13] 178: Checking user_migrations ** [12:56:07 2020-06-13] 178: Checking batch_updates ** [12:56:07 2020-06-13] 178: Checking gears ** [12:56:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:56:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:12 2020-06-13] 178: Checking imports ** [12:56:12 2020-06-13] 178: Checking exports ** [12:56:12 2020-06-13] 178: Checking users ** [12:56:12 2020-06-13] 178: Checking user_dbs ** [12:56:12 2020-06-13] 178: Checking geocodings ** [12:56:12 2020-06-13] 178: Checking synchronizations ** [12:56:12 2020-06-13] 178: Checking tracker ** [12:56:12 2020-06-13] 178: Checking user_migrations ** [12:56:12 2020-06-13] 178: Checking batch_updates ** [12:56:12 2020-06-13] 178: Checking gears ** [12:56:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:56:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:17 2020-06-13] 178: Checking imports ** [12:56:17 2020-06-13] 178: Checking exports ** [12:56:17 2020-06-13] 178: Checking users ** [12:56:17 2020-06-13] 178: Checking user_dbs ** [12:56:17 2020-06-13] 178: Checking geocodings ** [12:56:17 2020-06-13] 178: Checking synchronizations ** [12:56:17 2020-06-13] 178: Checking tracker ** [12:56:17 2020-06-13] 178: Checking user_migrations ** [12:56:17 2020-06-13] 178: Checking batch_updates ** [12:56:17 2020-06-13] 178: Checking gears ** [12:56:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:56:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:22 2020-06-13] 178: Checking imports ** [12:56:22 2020-06-13] 178: Checking exports ** [12:56:22 2020-06-13] 178: Checking users ** [12:56:22 2020-06-13] 178: Checking user_dbs ** [12:56:22 2020-06-13] 178: Checking geocodings ** [12:56:22 2020-06-13] 178: Checking synchronizations ** [12:56:22 2020-06-13] 178: Checking tracker ** [12:56:22 2020-06-13] 178: Checking user_migrations ** [12:56:22 2020-06-13] 178: Checking batch_updates ** [12:56:22 2020-06-13] 178: Checking gears ** [12:56:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:56:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:27 2020-06-13] 178: Checking imports ** [12:56:27 2020-06-13] 178: Checking exports ** [12:56:27 2020-06-13] 178: Checking users ** [12:56:27 2020-06-13] 178: Checking user_dbs ** [12:56:27 2020-06-13] 178: Checking geocodings ** [12:56:27 2020-06-13] 178: Checking synchronizations ** [12:56:27 2020-06-13] 178: Checking tracker ** [12:56:27 2020-06-13] 178: Checking user_migrations ** [12:56:27 2020-06-13] 178: Checking batch_updates ** [12:56:27 2020-06-13] 178: Checking gears ** [12:56:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:56:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:32 2020-06-13] 178: Checking imports ** [12:56:32 2020-06-13] 178: Checking exports ** [12:56:32 2020-06-13] 178: Checking users ** [12:56:32 2020-06-13] 178: Checking user_dbs ** [12:56:32 2020-06-13] 178: Checking geocodings ** [12:56:32 2020-06-13] 178: Checking synchronizations ** [12:56:32 2020-06-13] 178: Checking tracker ** [12:56:32 2020-06-13] 178: Checking user_migrations ** [12:56:32 2020-06-13] 178: Checking batch_updates ** [12:56:32 2020-06-13] 178: Checking gears ** [12:56:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:56:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:37 2020-06-13] 178: Checking imports ** [12:56:37 2020-06-13] 178: Checking exports ** [12:56:37 2020-06-13] 178: Checking users ** [12:56:37 2020-06-13] 178: Checking user_dbs ** [12:56:37 2020-06-13] 178: Checking geocodings ** [12:56:37 2020-06-13] 178: Checking synchronizations ** [12:56:37 2020-06-13] 178: Checking tracker ** [12:56:37 2020-06-13] 178: Checking user_migrations ** [12:56:37 2020-06-13] 178: Checking batch_updates ** [12:56:37 2020-06-13] 178: Checking gears ** [12:56:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:56:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:42 2020-06-13] 178: Checking imports ** [12:56:42 2020-06-13] 178: Checking exports ** [12:56:42 2020-06-13] 178: Checking users ** [12:56:42 2020-06-13] 178: Checking user_dbs ** [12:56:42 2020-06-13] 178: Checking geocodings ** [12:56:42 2020-06-13] 178: Checking synchronizations ** [12:56:42 2020-06-13] 178: Checking tracker ** [12:56:42 2020-06-13] 178: Checking user_migrations ** [12:56:42 2020-06-13] 178: Checking batch_updates ** [12:56:42 2020-06-13] 178: Checking gears ** [12:56:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:56:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:47 2020-06-13] 178: Checking imports ** [12:56:47 2020-06-13] 178: Checking exports ** [12:56:47 2020-06-13] 178: Checking users ** [12:56:47 2020-06-13] 178: Checking user_dbs ** [12:56:47 2020-06-13] 178: Checking geocodings ** [12:56:47 2020-06-13] 178: Checking synchronizations ** [12:56:47 2020-06-13] 178: Checking tracker ** [12:56:47 2020-06-13] 178: Checking user_migrations ** [12:56:47 2020-06-13] 178: Checking batch_updates ** [12:56:47 2020-06-13] 178: Checking gears ** [12:56:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:56:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:52 2020-06-13] 178: Checking imports ** [12:56:52 2020-06-13] 178: Checking exports ** [12:56:52 2020-06-13] 178: Checking users ** [12:56:52 2020-06-13] 178: Checking user_dbs ** [12:56:52 2020-06-13] 178: Checking geocodings ** [12:56:52 2020-06-13] 178: Checking synchronizations ** [12:56:52 2020-06-13] 178: Checking tracker ** [12:56:52 2020-06-13] 178: Checking user_migrations ** [12:56:52 2020-06-13] 178: Checking batch_updates ** [12:56:52 2020-06-13] 178: Checking gears ** [12:56:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:56:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:57 2020-06-13] 178: Checking imports ** [12:56:57 2020-06-13] 178: Checking exports ** [12:56:57 2020-06-13] 178: Checking users ** [12:56:57 2020-06-13] 178: Checking user_dbs ** [12:56:57 2020-06-13] 178: Checking geocodings ** [12:56:57 2020-06-13] 178: Checking synchronizations ** [12:56:57 2020-06-13] 178: Checking tracker ** [12:56:57 2020-06-13] 178: Checking user_migrations ** [12:56:57 2020-06-13] 178: Checking batch_updates ** [12:56:57 2020-06-13] 178: Checking gears ** [12:56:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:56:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:02 2020-06-13] 178: Checking imports ** [12:57:02 2020-06-13] 178: Checking exports ** [12:57:02 2020-06-13] 178: Checking users ** [12:57:02 2020-06-13] 178: Checking user_dbs ** [12:57:02 2020-06-13] 178: Checking geocodings ** [12:57:02 2020-06-13] 178: Checking synchronizations ** [12:57:02 2020-06-13] 178: Checking tracker ** [12:57:02 2020-06-13] 178: Checking user_migrations ** [12:57:02 2020-06-13] 178: Checking batch_updates ** [12:57:02 2020-06-13] 178: Checking gears ** [12:57:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:57:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:07 2020-06-13] 178: Checking imports ** [12:57:07 2020-06-13] 178: Checking exports ** [12:57:07 2020-06-13] 178: Checking users ** [12:57:07 2020-06-13] 178: Checking user_dbs ** [12:57:07 2020-06-13] 178: Checking geocodings ** [12:57:07 2020-06-13] 178: Checking synchronizations ** [12:57:07 2020-06-13] 178: Checking tracker ** [12:57:07 2020-06-13] 178: Checking user_migrations ** [12:57:07 2020-06-13] 178: Checking batch_updates ** [12:57:07 2020-06-13] 178: Checking gears ** [12:57:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:57:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:12 2020-06-13] 178: Checking imports ** [12:57:12 2020-06-13] 178: Checking exports ** [12:57:12 2020-06-13] 178: Checking users ** [12:57:12 2020-06-13] 178: Checking user_dbs ** [12:57:12 2020-06-13] 178: Checking geocodings ** [12:57:12 2020-06-13] 178: Checking synchronizations ** [12:57:12 2020-06-13] 178: Checking tracker ** [12:57:12 2020-06-13] 178: Checking user_migrations ** [12:57:12 2020-06-13] 178: Checking batch_updates ** [12:57:12 2020-06-13] 178: Checking gears ** [12:57:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:57:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:17 2020-06-13] 178: Checking imports ** [12:57:17 2020-06-13] 178: Checking exports ** [12:57:17 2020-06-13] 178: Checking users ** [12:57:17 2020-06-13] 178: Checking user_dbs ** [12:57:17 2020-06-13] 178: Checking geocodings ** [12:57:17 2020-06-13] 178: Checking synchronizations ** [12:57:17 2020-06-13] 178: Checking tracker ** [12:57:17 2020-06-13] 178: Checking user_migrations ** [12:57:17 2020-06-13] 178: Checking batch_updates ** [12:57:17 2020-06-13] 178: Checking gears ** [12:57:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:57:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:22 2020-06-13] 178: Checking imports ** [12:57:22 2020-06-13] 178: Checking exports ** [12:57:22 2020-06-13] 178: Checking users ** [12:57:22 2020-06-13] 178: Checking user_dbs ** [12:57:22 2020-06-13] 178: Checking geocodings ** [12:57:22 2020-06-13] 178: Checking synchronizations ** [12:57:22 2020-06-13] 178: Checking tracker ** [12:57:22 2020-06-13] 178: Checking user_migrations ** [12:57:22 2020-06-13] 178: Checking batch_updates ** [12:57:22 2020-06-13] 178: Checking gears ** [12:57:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:57:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:27 2020-06-13] 178: Checking imports ** [12:57:27 2020-06-13] 178: Checking exports ** [12:57:27 2020-06-13] 178: Checking users ** [12:57:27 2020-06-13] 178: Checking user_dbs ** [12:57:27 2020-06-13] 178: Checking geocodings ** [12:57:27 2020-06-13] 178: Checking synchronizations ** [12:57:27 2020-06-13] 178: Checking tracker ** [12:57:27 2020-06-13] 178: Checking user_migrations ** [12:57:27 2020-06-13] 178: Checking batch_updates ** [12:57:27 2020-06-13] 178: Checking gears ** [12:57:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:57:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:32 2020-06-13] 178: Checking imports ** [12:57:32 2020-06-13] 178: Checking exports ** [12:57:32 2020-06-13] 178: Checking users ** [12:57:32 2020-06-13] 178: Checking user_dbs ** [12:57:32 2020-06-13] 178: Checking geocodings ** [12:57:32 2020-06-13] 178: Checking synchronizations ** [12:57:32 2020-06-13] 178: Checking tracker ** [12:57:32 2020-06-13] 178: Checking user_migrations ** [12:57:32 2020-06-13] 178: Checking batch_updates ** [12:57:32 2020-06-13] 178: Checking gears ** [12:57:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:57:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:37 2020-06-13] 178: Checking imports ** [12:57:37 2020-06-13] 178: Checking exports ** [12:57:37 2020-06-13] 178: Checking users ** [12:57:37 2020-06-13] 178: Checking user_dbs ** [12:57:37 2020-06-13] 178: Checking geocodings ** [12:57:37 2020-06-13] 178: Checking synchronizations ** [12:57:37 2020-06-13] 178: Checking tracker ** [12:57:37 2020-06-13] 178: Checking user_migrations ** [12:57:37 2020-06-13] 178: Checking batch_updates ** [12:57:37 2020-06-13] 178: Checking gears ** [12:57:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:57:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:42 2020-06-13] 178: Checking imports ** [12:57:42 2020-06-13] 178: Checking exports ** [12:57:42 2020-06-13] 178: Checking users ** [12:57:42 2020-06-13] 178: Checking user_dbs ** [12:57:42 2020-06-13] 178: Checking geocodings ** [12:57:42 2020-06-13] 178: Checking synchronizations ** [12:57:42 2020-06-13] 178: Checking tracker ** [12:57:42 2020-06-13] 178: Checking user_migrations ** [12:57:42 2020-06-13] 178: Checking batch_updates ** [12:57:42 2020-06-13] 178: Checking gears ** [12:57:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:57:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:47 2020-06-13] 178: Checking imports ** [12:57:47 2020-06-13] 178: Checking exports ** [12:57:47 2020-06-13] 178: Checking users ** [12:57:47 2020-06-13] 178: Checking user_dbs ** [12:57:47 2020-06-13] 178: Checking geocodings ** [12:57:47 2020-06-13] 178: Checking synchronizations ** [12:57:47 2020-06-13] 178: Checking tracker ** [12:57:47 2020-06-13] 178: Checking user_migrations ** [12:57:47 2020-06-13] 178: Checking batch_updates ** [12:57:47 2020-06-13] 178: Checking gears ** [12:57:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:57:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:52 2020-06-13] 178: Checking imports ** [12:57:52 2020-06-13] 178: Checking exports ** [12:57:52 2020-06-13] 178: Checking users ** [12:57:52 2020-06-13] 178: Checking user_dbs ** [12:57:52 2020-06-13] 178: Checking geocodings ** [12:57:52 2020-06-13] 178: Checking synchronizations ** [12:57:52 2020-06-13] 178: Checking tracker ** [12:57:52 2020-06-13] 178: Checking user_migrations ** [12:57:52 2020-06-13] 178: Checking batch_updates ** [12:57:52 2020-06-13] 178: Checking gears ** [12:57:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:57:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:57 2020-06-13] 178: Checking imports ** [12:57:57 2020-06-13] 178: Checking exports ** [12:57:57 2020-06-13] 178: Checking users ** [12:57:57 2020-06-13] 178: Checking user_dbs ** [12:57:57 2020-06-13] 178: Checking geocodings ** [12:57:57 2020-06-13] 178: Checking synchronizations ** [12:57:57 2020-06-13] 178: Checking tracker ** [12:57:57 2020-06-13] 178: Checking user_migrations ** [12:57:57 2020-06-13] 178: Checking batch_updates ** [12:57:57 2020-06-13] 178: Checking gears ** [12:57:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:57:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:02 2020-06-13] 178: Checking imports ** [12:58:02 2020-06-13] 178: Checking exports ** [12:58:02 2020-06-13] 178: Checking users ** [12:58:02 2020-06-13] 178: Checking user_dbs ** [12:58:02 2020-06-13] 178: Checking geocodings ** [12:58:02 2020-06-13] 178: Checking synchronizations ** [12:58:02 2020-06-13] 178: Checking tracker ** [12:58:02 2020-06-13] 178: Checking user_migrations ** [12:58:02 2020-06-13] 178: Checking batch_updates ** [12:58:02 2020-06-13] 178: Checking gears ** [12:58:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:58:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:07 2020-06-13] 178: Checking imports ** [12:58:07 2020-06-13] 178: Checking exports ** [12:58:07 2020-06-13] 178: Checking users ** [12:58:07 2020-06-13] 178: Checking user_dbs ** [12:58:07 2020-06-13] 178: Checking geocodings ** [12:58:07 2020-06-13] 178: Checking synchronizations ** [12:58:07 2020-06-13] 178: Checking tracker ** [12:58:07 2020-06-13] 178: Checking user_migrations ** [12:58:07 2020-06-13] 178: Checking batch_updates ** [12:58:07 2020-06-13] 178: Checking gears ** [12:58:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:58:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:12 2020-06-13] 178: Checking imports ** [12:58:12 2020-06-13] 178: Checking exports ** [12:58:12 2020-06-13] 178: Checking users ** [12:58:12 2020-06-13] 178: Checking user_dbs ** [12:58:12 2020-06-13] 178: Checking geocodings ** [12:58:12 2020-06-13] 178: Checking synchronizations ** [12:58:12 2020-06-13] 178: Checking tracker ** [12:58:12 2020-06-13] 178: Checking user_migrations ** [12:58:12 2020-06-13] 178: Checking batch_updates ** [12:58:12 2020-06-13] 178: Checking gears ** [12:58:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:58:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:17 2020-06-13] 178: Checking imports ** [12:58:17 2020-06-13] 178: Checking exports ** [12:58:17 2020-06-13] 178: Checking users ** [12:58:17 2020-06-13] 178: Checking user_dbs ** [12:58:17 2020-06-13] 178: Checking geocodings ** [12:58:17 2020-06-13] 178: Checking synchronizations ** [12:58:17 2020-06-13] 178: Checking tracker ** [12:58:17 2020-06-13] 178: Checking user_migrations ** [12:58:17 2020-06-13] 178: Checking batch_updates ** [12:58:17 2020-06-13] 178: Checking gears ** [12:58:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:58:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:22 2020-06-13] 178: Checking imports ** [12:58:22 2020-06-13] 178: Checking exports ** [12:58:22 2020-06-13] 178: Checking users ** [12:58:22 2020-06-13] 178: Checking user_dbs ** [12:58:22 2020-06-13] 178: Checking geocodings ** [12:58:22 2020-06-13] 178: Checking synchronizations ** [12:58:22 2020-06-13] 178: Checking tracker ** [12:58:22 2020-06-13] 178: Checking user_migrations ** [12:58:22 2020-06-13] 178: Checking batch_updates ** [12:58:22 2020-06-13] 178: Checking gears ** [12:58:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:58:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:27 2020-06-13] 178: Checking imports ** [12:58:27 2020-06-13] 178: Checking exports ** [12:58:27 2020-06-13] 178: Checking users ** [12:58:27 2020-06-13] 178: Checking user_dbs ** [12:58:27 2020-06-13] 178: Checking geocodings ** [12:58:27 2020-06-13] 178: Checking synchronizations ** [12:58:27 2020-06-13] 178: Checking tracker ** [12:58:27 2020-06-13] 178: Checking user_migrations ** [12:58:27 2020-06-13] 178: Checking batch_updates ** [12:58:27 2020-06-13] 178: Checking gears ** [12:58:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:58:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:32 2020-06-13] 178: Checking imports ** [12:58:32 2020-06-13] 178: Checking exports ** [12:58:32 2020-06-13] 178: Checking users ** [12:58:32 2020-06-13] 178: Checking user_dbs ** [12:58:32 2020-06-13] 178: Checking geocodings ** [12:58:32 2020-06-13] 178: Checking synchronizations ** [12:58:32 2020-06-13] 178: Checking tracker ** [12:58:32 2020-06-13] 178: Checking user_migrations ** [12:58:32 2020-06-13] 178: Checking batch_updates ** [12:58:32 2020-06-13] 178: Checking gears ** [12:58:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:58:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:37 2020-06-13] 178: Checking imports ** [12:58:37 2020-06-13] 178: Checking exports ** [12:58:37 2020-06-13] 178: Checking users ** [12:58:37 2020-06-13] 178: Checking user_dbs ** [12:58:37 2020-06-13] 178: Checking geocodings ** [12:58:37 2020-06-13] 178: Checking synchronizations ** [12:58:37 2020-06-13] 178: Checking tracker ** [12:58:37 2020-06-13] 178: Checking user_migrations ** [12:58:37 2020-06-13] 178: Checking batch_updates ** [12:58:37 2020-06-13] 178: Checking gears ** [12:58:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:58:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:42 2020-06-13] 178: Checking imports ** [12:58:42 2020-06-13] 178: Checking exports ** [12:58:42 2020-06-13] 178: Checking users ** [12:58:42 2020-06-13] 178: Checking user_dbs ** [12:58:42 2020-06-13] 178: Checking geocodings ** [12:58:42 2020-06-13] 178: Checking synchronizations ** [12:58:42 2020-06-13] 178: Checking tracker ** [12:58:42 2020-06-13] 178: Checking user_migrations ** [12:58:42 2020-06-13] 178: Checking batch_updates ** [12:58:42 2020-06-13] 178: Checking gears ** [12:58:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:58:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:47 2020-06-13] 178: Checking imports ** [12:58:47 2020-06-13] 178: Checking exports ** [12:58:47 2020-06-13] 178: Checking users ** [12:58:47 2020-06-13] 178: Checking user_dbs ** [12:58:47 2020-06-13] 178: Checking geocodings ** [12:58:47 2020-06-13] 178: Checking synchronizations ** [12:58:47 2020-06-13] 178: Checking tracker ** [12:58:47 2020-06-13] 178: Checking user_migrations ** [12:58:47 2020-06-13] 178: Checking batch_updates ** [12:58:47 2020-06-13] 178: Checking gears ** [12:58:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:58:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:52 2020-06-13] 178: Checking imports ** [12:58:52 2020-06-13] 178: Checking exports ** [12:58:52 2020-06-13] 178: Checking users ** [12:58:52 2020-06-13] 178: Checking user_dbs ** [12:58:52 2020-06-13] 178: Checking geocodings ** [12:58:52 2020-06-13] 178: Checking synchronizations ** [12:58:52 2020-06-13] 178: Checking tracker ** [12:58:52 2020-06-13] 178: Checking user_migrations ** [12:58:52 2020-06-13] 178: Checking batch_updates ** [12:58:52 2020-06-13] 178: Checking gears ** [12:58:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:58:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:57 2020-06-13] 178: Checking imports ** [12:58:57 2020-06-13] 178: Checking exports ** [12:58:57 2020-06-13] 178: Checking users ** [12:58:57 2020-06-13] 178: Checking user_dbs ** [12:58:57 2020-06-13] 178: Checking geocodings ** [12:58:57 2020-06-13] 178: Checking synchronizations ** [12:58:57 2020-06-13] 178: Checking tracker ** [12:58:57 2020-06-13] 178: Checking user_migrations ** [12:58:57 2020-06-13] 178: Checking batch_updates ** [12:58:57 2020-06-13] 178: Checking gears ** [12:58:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:58:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:02 2020-06-13] 178: Checking imports ** [12:59:02 2020-06-13] 178: Checking exports ** [12:59:02 2020-06-13] 178: Checking users ** [12:59:02 2020-06-13] 178: Checking user_dbs ** [12:59:02 2020-06-13] 178: Checking geocodings ** [12:59:02 2020-06-13] 178: Checking synchronizations ** [12:59:02 2020-06-13] 178: Checking tracker ** [12:59:02 2020-06-13] 178: Checking user_migrations ** [12:59:02 2020-06-13] 178: Checking batch_updates ** [12:59:02 2020-06-13] 178: Checking gears ** [12:59:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:59:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:07 2020-06-13] 178: Checking imports ** [12:59:07 2020-06-13] 178: Checking exports ** [12:59:07 2020-06-13] 178: Checking users ** [12:59:07 2020-06-13] 178: Checking user_dbs ** [12:59:07 2020-06-13] 178: Checking geocodings ** [12:59:07 2020-06-13] 178: Checking synchronizations ** [12:59:07 2020-06-13] 178: Checking tracker ** [12:59:07 2020-06-13] 178: Checking user_migrations ** [12:59:07 2020-06-13] 178: Checking batch_updates ** [12:59:07 2020-06-13] 178: Checking gears ** [12:59:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:59:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:12 2020-06-13] 178: Checking imports ** [12:59:12 2020-06-13] 178: Checking exports ** [12:59:12 2020-06-13] 178: Checking users ** [12:59:12 2020-06-13] 178: Checking user_dbs ** [12:59:12 2020-06-13] 178: Checking geocodings ** [12:59:12 2020-06-13] 178: Checking synchronizations ** [12:59:12 2020-06-13] 178: Checking tracker ** [12:59:12 2020-06-13] 178: Checking user_migrations ** [12:59:12 2020-06-13] 178: Checking batch_updates ** [12:59:12 2020-06-13] 178: Checking gears ** [12:59:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:59:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:17 2020-06-13] 178: Checking imports ** [12:59:17 2020-06-13] 178: Checking exports ** [12:59:17 2020-06-13] 178: Checking users ** [12:59:17 2020-06-13] 178: Checking user_dbs ** [12:59:17 2020-06-13] 178: Checking geocodings ** [12:59:17 2020-06-13] 178: Checking synchronizations ** [12:59:17 2020-06-13] 178: Checking tracker ** [12:59:17 2020-06-13] 178: Checking user_migrations ** [12:59:17 2020-06-13] 178: Checking batch_updates ** [12:59:17 2020-06-13] 178: Checking gears ** [12:59:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:59:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:22 2020-06-13] 178: Checking imports ** [12:59:22 2020-06-13] 178: Checking exports ** [12:59:22 2020-06-13] 178: Checking users ** [12:59:22 2020-06-13] 178: Checking user_dbs ** [12:59:22 2020-06-13] 178: Checking geocodings ** [12:59:22 2020-06-13] 178: Checking synchronizations ** [12:59:22 2020-06-13] 178: Checking tracker ** [12:59:22 2020-06-13] 178: Checking user_migrations ** [12:59:22 2020-06-13] 178: Checking batch_updates ** [12:59:22 2020-06-13] 178: Checking gears ** [12:59:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:59:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:27 2020-06-13] 178: Checking imports ** [12:59:27 2020-06-13] 178: Checking exports ** [12:59:27 2020-06-13] 178: Checking users ** [12:59:27 2020-06-13] 178: Checking user_dbs ** [12:59:27 2020-06-13] 178: Checking geocodings ** [12:59:27 2020-06-13] 178: Checking synchronizations ** [12:59:27 2020-06-13] 178: Checking tracker ** [12:59:27 2020-06-13] 178: Checking user_migrations ** [12:59:27 2020-06-13] 178: Checking batch_updates ** [12:59:27 2020-06-13] 178: Checking gears ** [12:59:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:59:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:32 2020-06-13] 178: Checking imports ** [12:59:32 2020-06-13] 178: Checking exports ** [12:59:32 2020-06-13] 178: Checking users ** [12:59:32 2020-06-13] 178: Checking user_dbs ** [12:59:32 2020-06-13] 178: Checking geocodings ** [12:59:32 2020-06-13] 178: Checking synchronizations ** [12:59:32 2020-06-13] 178: Checking tracker ** [12:59:32 2020-06-13] 178: Checking user_migrations ** [12:59:32 2020-06-13] 178: Checking batch_updates ** [12:59:32 2020-06-13] 178: Checking gears ** [12:59:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:59:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:37 2020-06-13] 178: Checking imports ** [12:59:37 2020-06-13] 178: Checking exports ** [12:59:37 2020-06-13] 178: Checking users ** [12:59:37 2020-06-13] 178: Checking user_dbs ** [12:59:37 2020-06-13] 178: Checking geocodings ** [12:59:37 2020-06-13] 178: Checking synchronizations ** [12:59:37 2020-06-13] 178: Checking tracker ** [12:59:37 2020-06-13] 178: Checking user_migrations ** [12:59:37 2020-06-13] 178: Checking batch_updates ** [12:59:37 2020-06-13] 178: Checking gears ** [12:59:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:59:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:42 2020-06-13] 178: Checking imports ** [12:59:42 2020-06-13] 178: Checking exports ** [12:59:42 2020-06-13] 178: Checking users ** [12:59:42 2020-06-13] 178: Checking user_dbs ** [12:59:42 2020-06-13] 178: Checking geocodings ** [12:59:42 2020-06-13] 178: Checking synchronizations ** [12:59:42 2020-06-13] 178: Checking tracker ** [12:59:42 2020-06-13] 178: Checking user_migrations ** [12:59:42 2020-06-13] 178: Checking batch_updates ** [12:59:42 2020-06-13] 178: Checking gears ** [12:59:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:59:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:47 2020-06-13] 178: Checking imports ** [12:59:47 2020-06-13] 178: Checking exports ** [12:59:47 2020-06-13] 178: Checking users ** [12:59:47 2020-06-13] 178: Checking user_dbs ** [12:59:47 2020-06-13] 178: Checking geocodings ** [12:59:47 2020-06-13] 178: Checking synchronizations ** [12:59:47 2020-06-13] 178: Checking tracker ** [12:59:47 2020-06-13] 178: Checking user_migrations ** [12:59:47 2020-06-13] 178: Checking batch_updates ** [12:59:47 2020-06-13] 178: Checking gears ** [12:59:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:59:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:52 2020-06-13] 178: Checking imports ** [12:59:52 2020-06-13] 178: Checking exports ** [12:59:52 2020-06-13] 178: Checking users ** [12:59:52 2020-06-13] 178: Checking user_dbs ** [12:59:52 2020-06-13] 178: Checking geocodings ** [12:59:52 2020-06-13] 178: Checking synchronizations ** [12:59:52 2020-06-13] 178: Checking tracker ** [12:59:52 2020-06-13] 178: Checking user_migrations ** [12:59:52 2020-06-13] 178: Checking batch_updates ** [12:59:52 2020-06-13] 178: Checking gears ** [12:59:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:59:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:57 2020-06-13] 178: Checking imports ** [12:59:57 2020-06-13] 178: Checking exports ** [12:59:57 2020-06-13] 178: Checking users ** [12:59:57 2020-06-13] 178: Checking user_dbs ** [12:59:57 2020-06-13] 178: Checking geocodings ** [12:59:57 2020-06-13] 178: Checking synchronizations ** [12:59:57 2020-06-13] 178: Checking tracker ** [12:59:57 2020-06-13] 178: Checking user_migrations ** [12:59:57 2020-06-13] 178: Checking batch_updates ** [12:59:57 2020-06-13] 178: Checking gears ** [12:59:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [12:59:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:02 2020-06-13] 178: Checking imports ** [13:00:02 2020-06-13] 178: Checking exports ** [13:00:02 2020-06-13] 178: Checking users ** [13:00:02 2020-06-13] 178: Checking user_dbs ** [13:00:02 2020-06-13] 178: Checking geocodings ** [13:00:02 2020-06-13] 178: Checking synchronizations ** [13:00:02 2020-06-13] 178: Checking tracker ** [13:00:02 2020-06-13] 178: Checking user_migrations ** [13:00:02 2020-06-13] 178: Checking batch_updates ** [13:00:02 2020-06-13] 178: Checking gears ** [13:00:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:00:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:07 2020-06-13] 178: Checking imports ** [13:00:07 2020-06-13] 178: Checking exports ** [13:00:07 2020-06-13] 178: Checking users ** [13:00:07 2020-06-13] 178: Checking user_dbs ** [13:00:07 2020-06-13] 178: Checking geocodings ** [13:00:07 2020-06-13] 178: Checking synchronizations ** [13:00:07 2020-06-13] 178: Checking tracker ** [13:00:07 2020-06-13] 178: Checking user_migrations ** [13:00:07 2020-06-13] 178: Checking batch_updates ** [13:00:07 2020-06-13] 178: Checking gears ** [13:00:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:00:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:12 2020-06-13] 178: Checking imports ** [13:00:12 2020-06-13] 178: Checking exports ** [13:00:12 2020-06-13] 178: Checking users ** [13:00:12 2020-06-13] 178: Checking user_dbs ** [13:00:12 2020-06-13] 178: Checking geocodings ** [13:00:12 2020-06-13] 178: Checking synchronizations ** [13:00:12 2020-06-13] 178: Checking tracker ** [13:00:12 2020-06-13] 178: Checking user_migrations ** [13:00:12 2020-06-13] 178: Checking batch_updates ** [13:00:12 2020-06-13] 178: Checking gears ** [13:00:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:00:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:17 2020-06-13] 178: Checking imports ** [13:00:17 2020-06-13] 178: Checking exports ** [13:00:17 2020-06-13] 178: Checking users ** [13:00:17 2020-06-13] 178: Checking user_dbs ** [13:00:17 2020-06-13] 178: Checking geocodings ** [13:00:17 2020-06-13] 178: Checking synchronizations ** [13:00:17 2020-06-13] 178: Checking tracker ** [13:00:17 2020-06-13] 178: Checking user_migrations ** [13:00:17 2020-06-13] 178: Checking batch_updates ** [13:00:17 2020-06-13] 178: Checking gears ** [13:00:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:00:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:22 2020-06-13] 178: Checking imports ** [13:00:22 2020-06-13] 178: Checking exports ** [13:00:22 2020-06-13] 178: Checking users ** [13:00:22 2020-06-13] 178: Checking user_dbs ** [13:00:22 2020-06-13] 178: Checking geocodings ** [13:00:22 2020-06-13] 178: Checking synchronizations ** [13:00:22 2020-06-13] 178: Checking tracker ** [13:00:22 2020-06-13] 178: Checking user_migrations ** [13:00:22 2020-06-13] 178: Checking batch_updates ** [13:00:22 2020-06-13] 178: Checking gears ** [13:00:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:00:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:27 2020-06-13] 178: Checking imports ** [13:00:27 2020-06-13] 178: Checking exports ** [13:00:27 2020-06-13] 178: Checking users ** [13:00:27 2020-06-13] 178: Checking user_dbs ** [13:00:27 2020-06-13] 178: Checking geocodings ** [13:00:27 2020-06-13] 178: Checking synchronizations ** [13:00:27 2020-06-13] 178: Checking tracker ** [13:00:27 2020-06-13] 178: Checking user_migrations ** [13:00:27 2020-06-13] 178: Checking batch_updates ** [13:00:27 2020-06-13] 178: Checking gears ** [13:00:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:00:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:32 2020-06-13] 178: Checking imports ** [13:00:32 2020-06-13] 178: Checking exports ** [13:00:32 2020-06-13] 178: Checking users ** [13:00:32 2020-06-13] 178: Checking user_dbs ** [13:00:32 2020-06-13] 178: Checking geocodings ** [13:00:32 2020-06-13] 178: Checking synchronizations ** [13:00:32 2020-06-13] 178: Checking tracker ** [13:00:32 2020-06-13] 178: Checking user_migrations ** [13:00:32 2020-06-13] 178: Checking batch_updates ** [13:00:32 2020-06-13] 178: Checking gears ** [13:00:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:00:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:37 2020-06-13] 178: Checking imports ** [13:00:37 2020-06-13] 178: Checking exports ** [13:00:37 2020-06-13] 178: Checking users ** [13:00:37 2020-06-13] 178: Checking user_dbs ** [13:00:37 2020-06-13] 178: Checking geocodings ** [13:00:37 2020-06-13] 178: Checking synchronizations ** [13:00:37 2020-06-13] 178: Checking tracker ** [13:00:37 2020-06-13] 178: Checking user_migrations ** [13:00:37 2020-06-13] 178: Checking batch_updates ** [13:00:37 2020-06-13] 178: Checking gears ** [13:00:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:00:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:42 2020-06-13] 178: Checking imports ** [13:00:42 2020-06-13] 178: Checking exports ** [13:00:42 2020-06-13] 178: Checking users ** [13:00:42 2020-06-13] 178: Checking user_dbs ** [13:00:42 2020-06-13] 178: Checking geocodings ** [13:00:42 2020-06-13] 178: Checking synchronizations ** [13:00:42 2020-06-13] 178: Checking tracker ** [13:00:42 2020-06-13] 178: Checking user_migrations ** [13:00:42 2020-06-13] 178: Checking batch_updates ** [13:00:42 2020-06-13] 178: Checking gears ** [13:00:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:00:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:47 2020-06-13] 178: Checking imports ** [13:00:47 2020-06-13] 178: Checking exports ** [13:00:47 2020-06-13] 178: Checking users ** [13:00:47 2020-06-13] 178: Checking user_dbs ** [13:00:47 2020-06-13] 178: Checking geocodings ** [13:00:47 2020-06-13] 178: Checking synchronizations ** [13:00:47 2020-06-13] 178: Checking tracker ** [13:00:47 2020-06-13] 178: Checking user_migrations ** [13:00:47 2020-06-13] 178: Checking batch_updates ** [13:00:47 2020-06-13] 178: Checking gears ** [13:00:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:00:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:52 2020-06-13] 178: Checking imports ** [13:00:52 2020-06-13] 178: Checking exports ** [13:00:52 2020-06-13] 178: Checking users ** [13:00:52 2020-06-13] 178: Checking user_dbs ** [13:00:52 2020-06-13] 178: Checking geocodings ** [13:00:52 2020-06-13] 178: Checking synchronizations ** [13:00:52 2020-06-13] 178: Checking tracker ** [13:00:52 2020-06-13] 178: Checking user_migrations ** [13:00:52 2020-06-13] 178: Checking batch_updates ** [13:00:52 2020-06-13] 178: Checking gears ** [13:00:52 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:00:52 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:57 2020-06-13] 178: Checking imports ** [13:00:57 2020-06-13] 178: Checking exports ** [13:00:57 2020-06-13] 178: Checking users ** [13:00:57 2020-06-13] 178: Checking user_dbs ** [13:00:57 2020-06-13] 178: Checking geocodings ** [13:00:57 2020-06-13] 178: Checking synchronizations ** [13:00:57 2020-06-13] 178: Checking tracker ** [13:00:57 2020-06-13] 178: Checking user_migrations ** [13:00:57 2020-06-13] 178: Checking batch_updates ** [13:00:57 2020-06-13] 178: Checking gears ** [13:00:57 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:00:57 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:02 2020-06-13] 178: Checking imports ** [13:01:02 2020-06-13] 178: Checking exports ** [13:01:02 2020-06-13] 178: Checking users ** [13:01:02 2020-06-13] 178: Checking user_dbs ** [13:01:02 2020-06-13] 178: Checking geocodings ** [13:01:02 2020-06-13] 178: Checking synchronizations ** [13:01:02 2020-06-13] 178: Checking tracker ** [13:01:02 2020-06-13] 178: Checking user_migrations ** [13:01:02 2020-06-13] 178: Checking batch_updates ** [13:01:02 2020-06-13] 178: Checking gears ** [13:01:02 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:01:02 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:07 2020-06-13] 178: Checking imports ** [13:01:07 2020-06-13] 178: Checking exports ** [13:01:07 2020-06-13] 178: Checking users ** [13:01:07 2020-06-13] 178: Checking user_dbs ** [13:01:07 2020-06-13] 178: Checking geocodings ** [13:01:07 2020-06-13] 178: Checking synchronizations ** [13:01:07 2020-06-13] 178: Checking tracker ** [13:01:07 2020-06-13] 178: Checking user_migrations ** [13:01:07 2020-06-13] 178: Checking batch_updates ** [13:01:07 2020-06-13] 178: Checking gears ** [13:01:07 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:01:07 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:12 2020-06-13] 178: Checking imports ** [13:01:12 2020-06-13] 178: Checking exports ** [13:01:12 2020-06-13] 178: Checking users ** [13:01:12 2020-06-13] 178: Checking user_dbs ** [13:01:12 2020-06-13] 178: Checking geocodings ** [13:01:12 2020-06-13] 178: Checking synchronizations ** [13:01:12 2020-06-13] 178: Checking tracker ** [13:01:12 2020-06-13] 178: Checking user_migrations ** [13:01:12 2020-06-13] 178: Checking batch_updates ** [13:01:12 2020-06-13] 178: Checking gears ** [13:01:12 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:01:12 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:17 2020-06-13] 178: Checking imports ** [13:01:17 2020-06-13] 178: Checking exports ** [13:01:17 2020-06-13] 178: Checking users ** [13:01:17 2020-06-13] 178: Checking user_dbs ** [13:01:17 2020-06-13] 178: Checking geocodings ** [13:01:17 2020-06-13] 178: Checking synchronizations ** [13:01:17 2020-06-13] 178: Checking tracker ** [13:01:17 2020-06-13] 178: Checking user_migrations ** [13:01:17 2020-06-13] 178: Checking batch_updates ** [13:01:17 2020-06-13] 178: Checking gears ** [13:01:17 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:01:17 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:22 2020-06-13] 178: Checking imports ** [13:01:22 2020-06-13] 178: Checking exports ** [13:01:22 2020-06-13] 178: Checking users ** [13:01:22 2020-06-13] 178: Checking user_dbs ** [13:01:22 2020-06-13] 178: Checking geocodings ** [13:01:22 2020-06-13] 178: Checking synchronizations ** [13:01:22 2020-06-13] 178: Checking tracker ** [13:01:22 2020-06-13] 178: Checking user_migrations ** [13:01:22 2020-06-13] 178: Checking batch_updates ** [13:01:22 2020-06-13] 178: Checking gears ** [13:01:22 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:01:22 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:27 2020-06-13] 178: Checking imports ** [13:01:27 2020-06-13] 178: Checking exports ** [13:01:27 2020-06-13] 178: Checking users ** [13:01:27 2020-06-13] 178: Checking user_dbs ** [13:01:27 2020-06-13] 178: Checking geocodings ** [13:01:27 2020-06-13] 178: Checking synchronizations ** [13:01:27 2020-06-13] 178: Checking tracker ** [13:01:27 2020-06-13] 178: Checking user_migrations ** [13:01:27 2020-06-13] 178: Checking batch_updates ** [13:01:27 2020-06-13] 178: Checking gears ** [13:01:27 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:01:27 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:32 2020-06-13] 178: Checking imports ** [13:01:32 2020-06-13] 178: Checking exports ** [13:01:32 2020-06-13] 178: Checking users ** [13:01:32 2020-06-13] 178: Checking user_dbs ** [13:01:32 2020-06-13] 178: Checking geocodings ** [13:01:32 2020-06-13] 178: Checking synchronizations ** [13:01:32 2020-06-13] 178: Checking tracker ** [13:01:32 2020-06-13] 178: Checking user_migrations ** [13:01:32 2020-06-13] 178: Checking batch_updates ** [13:01:32 2020-06-13] 178: Checking gears ** [13:01:32 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:01:32 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:37 2020-06-13] 178: Checking imports ** [13:01:37 2020-06-13] 178: Checking exports ** [13:01:37 2020-06-13] 178: Checking users ** [13:01:37 2020-06-13] 178: Checking user_dbs ** [13:01:37 2020-06-13] 178: Checking geocodings ** [13:01:37 2020-06-13] 178: Checking synchronizations ** [13:01:37 2020-06-13] 178: Checking tracker ** [13:01:37 2020-06-13] 178: Checking user_migrations ** [13:01:37 2020-06-13] 178: Checking batch_updates ** [13:01:37 2020-06-13] 178: Checking gears ** [13:01:37 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:01:37 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:42 2020-06-13] 178: Checking imports ** [13:01:42 2020-06-13] 178: Checking exports ** [13:01:42 2020-06-13] 178: Checking users ** [13:01:42 2020-06-13] 178: Checking user_dbs ** [13:01:42 2020-06-13] 178: Checking geocodings ** [13:01:42 2020-06-13] 178: Checking synchronizations ** [13:01:42 2020-06-13] 178: Checking tracker ** [13:01:42 2020-06-13] 178: Checking user_migrations ** [13:01:42 2020-06-13] 178: Checking batch_updates ** [13:01:42 2020-06-13] 178: Checking gears ** [13:01:42 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:01:42 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:47 2020-06-13] 178: Checking imports ** [13:01:47 2020-06-13] 178: Checking exports ** [13:01:47 2020-06-13] 178: Checking users ** [13:01:47 2020-06-13] 178: Checking user_dbs ** [13:01:47 2020-06-13] 178: Checking geocodings ** [13:01:47 2020-06-13] 178: Checking synchronizations ** [13:01:47 2020-06-13] 178: Checking tracker ** [13:01:47 2020-06-13] 178: Checking user_migrations ** [13:01:47 2020-06-13] 178: Checking batch_updates ** [13:01:47 2020-06-13] 178: Checking gears ** [13:01:47 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:01:47 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:53 2020-06-13] 178: Checking imports ** [13:01:53 2020-06-13] 178: Checking exports ** [13:01:53 2020-06-13] 178: Checking users ** [13:01:53 2020-06-13] 178: Checking user_dbs ** [13:01:53 2020-06-13] 178: Checking geocodings ** [13:01:53 2020-06-13] 178: Checking synchronizations ** [13:01:53 2020-06-13] 178: Checking tracker ** [13:01:53 2020-06-13] 178: Checking user_migrations ** [13:01:53 2020-06-13] 178: Checking batch_updates ** [13:01:53 2020-06-13] 178: Checking gears ** [13:01:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:01:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:58 2020-06-13] 178: Checking imports ** [13:01:58 2020-06-13] 178: Checking exports ** [13:01:58 2020-06-13] 178: Checking users ** [13:01:58 2020-06-13] 178: Checking user_dbs ** [13:01:58 2020-06-13] 178: Checking geocodings ** [13:01:58 2020-06-13] 178: Checking synchronizations ** [13:01:58 2020-06-13] 178: Checking tracker ** [13:01:58 2020-06-13] 178: Checking user_migrations ** [13:01:58 2020-06-13] 178: Checking batch_updates ** [13:01:58 2020-06-13] 178: Checking gears ** [13:01:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:01:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:03 2020-06-13] 178: Checking imports ** [13:02:03 2020-06-13] 178: Checking exports ** [13:02:03 2020-06-13] 178: Checking users ** [13:02:03 2020-06-13] 178: Checking user_dbs ** [13:02:03 2020-06-13] 178: Checking geocodings ** [13:02:03 2020-06-13] 178: Checking synchronizations ** [13:02:03 2020-06-13] 178: Checking tracker ** [13:02:03 2020-06-13] 178: Checking user_migrations ** [13:02:03 2020-06-13] 178: Checking batch_updates ** [13:02:03 2020-06-13] 178: Checking gears ** [13:02:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:02:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:08 2020-06-13] 178: Checking imports ** [13:02:08 2020-06-13] 178: Checking exports ** [13:02:08 2020-06-13] 178: Checking users ** [13:02:08 2020-06-13] 178: Checking user_dbs ** [13:02:08 2020-06-13] 178: Checking geocodings ** [13:02:08 2020-06-13] 178: Checking synchronizations ** [13:02:08 2020-06-13] 178: Checking tracker ** [13:02:08 2020-06-13] 178: Checking user_migrations ** [13:02:08 2020-06-13] 178: Checking batch_updates ** [13:02:08 2020-06-13] 178: Checking gears ** [13:02:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:02:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:13 2020-06-13] 178: Checking imports ** [13:02:13 2020-06-13] 178: Checking exports ** [13:02:13 2020-06-13] 178: Checking users ** [13:02:13 2020-06-13] 178: Checking user_dbs ** [13:02:13 2020-06-13] 178: Checking geocodings ** [13:02:13 2020-06-13] 178: Checking synchronizations ** [13:02:13 2020-06-13] 178: Checking tracker ** [13:02:13 2020-06-13] 178: Checking user_migrations ** [13:02:13 2020-06-13] 178: Checking batch_updates ** [13:02:13 2020-06-13] 178: Checking gears ** [13:02:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:02:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:18 2020-06-13] 178: Checking imports ** [13:02:18 2020-06-13] 178: Checking exports ** [13:02:18 2020-06-13] 178: Checking users ** [13:02:18 2020-06-13] 178: Checking user_dbs ** [13:02:18 2020-06-13] 178: Checking geocodings ** [13:02:18 2020-06-13] 178: Checking synchronizations ** [13:02:18 2020-06-13] 178: Checking tracker ** [13:02:18 2020-06-13] 178: Checking user_migrations ** [13:02:18 2020-06-13] 178: Checking batch_updates ** [13:02:18 2020-06-13] 178: Checking gears ** [13:02:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:02:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:23 2020-06-13] 178: Checking imports ** [13:02:23 2020-06-13] 178: Checking exports ** [13:02:23 2020-06-13] 178: Checking users ** [13:02:23 2020-06-13] 178: Checking user_dbs ** [13:02:23 2020-06-13] 178: Checking geocodings ** [13:02:23 2020-06-13] 178: Checking synchronizations ** [13:02:23 2020-06-13] 178: Checking tracker ** [13:02:23 2020-06-13] 178: Checking user_migrations ** [13:02:23 2020-06-13] 178: Checking batch_updates ** [13:02:23 2020-06-13] 178: Checking gears ** [13:02:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:02:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:28 2020-06-13] 178: Checking imports ** [13:02:28 2020-06-13] 178: Checking exports ** [13:02:28 2020-06-13] 178: Checking users ** [13:02:28 2020-06-13] 178: Checking user_dbs ** [13:02:28 2020-06-13] 178: Checking geocodings ** [13:02:28 2020-06-13] 178: Checking synchronizations ** [13:02:28 2020-06-13] 178: Checking tracker ** [13:02:28 2020-06-13] 178: Checking user_migrations ** [13:02:28 2020-06-13] 178: Checking batch_updates ** [13:02:28 2020-06-13] 178: Checking gears ** [13:02:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:02:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:33 2020-06-13] 178: Checking imports ** [13:02:33 2020-06-13] 178: Checking exports ** [13:02:33 2020-06-13] 178: Checking users ** [13:02:33 2020-06-13] 178: Checking user_dbs ** [13:02:33 2020-06-13] 178: Checking geocodings ** [13:02:33 2020-06-13] 178: Checking synchronizations ** [13:02:33 2020-06-13] 178: Checking tracker ** [13:02:33 2020-06-13] 178: Checking user_migrations ** [13:02:33 2020-06-13] 178: Checking batch_updates ** [13:02:33 2020-06-13] 178: Checking gears ** [13:02:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:02:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:38 2020-06-13] 178: Checking imports ** [13:02:38 2020-06-13] 178: Checking exports ** [13:02:38 2020-06-13] 178: Checking users ** [13:02:38 2020-06-13] 178: Checking user_dbs ** [13:02:38 2020-06-13] 178: Checking geocodings ** [13:02:38 2020-06-13] 178: Checking synchronizations ** [13:02:38 2020-06-13] 178: Checking tracker ** [13:02:38 2020-06-13] 178: Checking user_migrations ** [13:02:38 2020-06-13] 178: Checking batch_updates ** [13:02:38 2020-06-13] 178: Checking gears ** [13:02:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:02:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:43 2020-06-13] 178: Checking imports ** [13:02:43 2020-06-13] 178: Checking exports ** [13:02:43 2020-06-13] 178: Checking users ** [13:02:43 2020-06-13] 178: Checking user_dbs ** [13:02:43 2020-06-13] 178: Checking geocodings ** [13:02:43 2020-06-13] 178: Checking synchronizations ** [13:02:43 2020-06-13] 178: Checking tracker ** [13:02:43 2020-06-13] 178: Checking user_migrations ** [13:02:43 2020-06-13] 178: Checking batch_updates ** [13:02:43 2020-06-13] 178: Checking gears ** [13:02:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:02:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:48 2020-06-13] 178: Checking imports ** [13:02:48 2020-06-13] 178: Checking exports ** [13:02:48 2020-06-13] 178: Checking users ** [13:02:48 2020-06-13] 178: Checking user_dbs ** [13:02:48 2020-06-13] 178: Checking geocodings ** [13:02:48 2020-06-13] 178: Checking synchronizations ** [13:02:48 2020-06-13] 178: Checking tracker ** [13:02:48 2020-06-13] 178: Checking user_migrations ** [13:02:48 2020-06-13] 178: Checking batch_updates ** [13:02:48 2020-06-13] 178: Checking gears ** [13:02:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:02:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:53 2020-06-13] 178: Checking imports ** [13:02:53 2020-06-13] 178: Checking exports ** [13:02:53 2020-06-13] 178: Checking users ** [13:02:53 2020-06-13] 178: Checking user_dbs ** [13:02:53 2020-06-13] 178: Checking geocodings ** [13:02:53 2020-06-13] 178: Checking synchronizations ** [13:02:53 2020-06-13] 178: Checking tracker ** [13:02:53 2020-06-13] 178: Checking user_migrations ** [13:02:53 2020-06-13] 178: Checking batch_updates ** [13:02:53 2020-06-13] 178: Checking gears ** [13:02:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:02:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:58 2020-06-13] 178: Checking imports ** [13:02:58 2020-06-13] 178: Checking exports ** [13:02:58 2020-06-13] 178: Checking users ** [13:02:58 2020-06-13] 178: Checking user_dbs ** [13:02:58 2020-06-13] 178: Checking geocodings ** [13:02:58 2020-06-13] 178: Checking synchronizations ** [13:02:58 2020-06-13] 178: Checking tracker ** [13:02:58 2020-06-13] 178: Checking user_migrations ** [13:02:58 2020-06-13] 178: Checking batch_updates ** [13:02:58 2020-06-13] 178: Checking gears ** [13:02:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:02:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:03 2020-06-13] 178: Checking imports ** [13:03:03 2020-06-13] 178: Checking exports ** [13:03:03 2020-06-13] 178: Checking users ** [13:03:03 2020-06-13] 178: Checking user_dbs ** [13:03:03 2020-06-13] 178: Checking geocodings ** [13:03:03 2020-06-13] 178: Checking synchronizations ** [13:03:03 2020-06-13] 178: Checking tracker ** [13:03:03 2020-06-13] 178: Checking user_migrations ** [13:03:03 2020-06-13] 178: Checking batch_updates ** [13:03:03 2020-06-13] 178: Checking gears ** [13:03:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:03:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:08 2020-06-13] 178: Checking imports ** [13:03:08 2020-06-13] 178: Checking exports ** [13:03:08 2020-06-13] 178: Checking users ** [13:03:08 2020-06-13] 178: Checking user_dbs ** [13:03:08 2020-06-13] 178: Checking geocodings ** [13:03:08 2020-06-13] 178: Checking synchronizations ** [13:03:08 2020-06-13] 178: Checking tracker ** [13:03:08 2020-06-13] 178: Checking user_migrations ** [13:03:08 2020-06-13] 178: Checking batch_updates ** [13:03:08 2020-06-13] 178: Checking gears ** [13:03:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:03:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:13 2020-06-13] 178: Checking imports ** [13:03:13 2020-06-13] 178: Checking exports ** [13:03:13 2020-06-13] 178: Checking users ** [13:03:13 2020-06-13] 178: Checking user_dbs ** [13:03:13 2020-06-13] 178: Checking geocodings ** [13:03:13 2020-06-13] 178: Checking synchronizations ** [13:03:13 2020-06-13] 178: Checking tracker ** [13:03:13 2020-06-13] 178: Checking user_migrations ** [13:03:13 2020-06-13] 178: Checking batch_updates ** [13:03:13 2020-06-13] 178: Checking gears ** [13:03:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:03:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:18 2020-06-13] 178: Checking imports ** [13:03:18 2020-06-13] 178: Checking exports ** [13:03:18 2020-06-13] 178: Checking users ** [13:03:18 2020-06-13] 178: Checking user_dbs ** [13:03:18 2020-06-13] 178: Checking geocodings ** [13:03:18 2020-06-13] 178: Checking synchronizations ** [13:03:18 2020-06-13] 178: Checking tracker ** [13:03:18 2020-06-13] 178: Checking user_migrations ** [13:03:18 2020-06-13] 178: Checking batch_updates ** [13:03:18 2020-06-13] 178: Checking gears ** [13:03:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:03:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:23 2020-06-13] 178: Checking imports ** [13:03:23 2020-06-13] 178: Checking exports ** [13:03:23 2020-06-13] 178: Checking users ** [13:03:23 2020-06-13] 178: Checking user_dbs ** [13:03:23 2020-06-13] 178: Checking geocodings ** [13:03:23 2020-06-13] 178: Checking synchronizations ** [13:03:23 2020-06-13] 178: Checking tracker ** [13:03:23 2020-06-13] 178: Checking user_migrations ** [13:03:23 2020-06-13] 178: Checking batch_updates ** [13:03:23 2020-06-13] 178: Checking gears ** [13:03:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:03:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:28 2020-06-13] 178: Checking imports ** [13:03:28 2020-06-13] 178: Checking exports ** [13:03:28 2020-06-13] 178: Checking users ** [13:03:28 2020-06-13] 178: Checking user_dbs ** [13:03:28 2020-06-13] 178: Checking geocodings ** [13:03:28 2020-06-13] 178: Checking synchronizations ** [13:03:28 2020-06-13] 178: Checking tracker ** [13:03:28 2020-06-13] 178: Checking user_migrations ** [13:03:28 2020-06-13] 178: Checking batch_updates ** [13:03:28 2020-06-13] 178: Checking gears ** [13:03:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:03:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:33 2020-06-13] 178: Checking imports ** [13:03:33 2020-06-13] 178: Checking exports ** [13:03:33 2020-06-13] 178: Checking users ** [13:03:33 2020-06-13] 178: Checking user_dbs ** [13:03:33 2020-06-13] 178: Checking geocodings ** [13:03:33 2020-06-13] 178: Checking synchronizations ** [13:03:33 2020-06-13] 178: Checking tracker ** [13:03:33 2020-06-13] 178: Checking user_migrations ** [13:03:33 2020-06-13] 178: Checking batch_updates ** [13:03:33 2020-06-13] 178: Checking gears ** [13:03:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:03:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:38 2020-06-13] 178: Checking imports ** [13:03:38 2020-06-13] 178: Checking exports ** [13:03:38 2020-06-13] 178: Checking users ** [13:03:38 2020-06-13] 178: Checking user_dbs ** [13:03:38 2020-06-13] 178: Checking geocodings ** [13:03:38 2020-06-13] 178: Checking synchronizations ** [13:03:38 2020-06-13] 178: Checking tracker ** [13:03:38 2020-06-13] 178: Checking user_migrations ** [13:03:38 2020-06-13] 178: Checking batch_updates ** [13:03:38 2020-06-13] 178: Checking gears ** [13:03:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:03:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:43 2020-06-13] 178: Checking imports ** [13:03:43 2020-06-13] 178: Checking exports ** [13:03:43 2020-06-13] 178: Checking users ** [13:03:43 2020-06-13] 178: Checking user_dbs ** [13:03:43 2020-06-13] 178: Checking geocodings ** [13:03:43 2020-06-13] 178: Checking synchronizations ** [13:03:43 2020-06-13] 178: Checking tracker ** [13:03:43 2020-06-13] 178: Checking user_migrations ** [13:03:43 2020-06-13] 178: Checking batch_updates ** [13:03:43 2020-06-13] 178: Checking gears ** [13:03:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:03:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:48 2020-06-13] 178: Checking imports ** [13:03:48 2020-06-13] 178: Checking exports ** [13:03:48 2020-06-13] 178: Checking users ** [13:03:48 2020-06-13] 178: Checking user_dbs ** [13:03:48 2020-06-13] 178: Checking geocodings ** [13:03:48 2020-06-13] 178: Checking synchronizations ** [13:03:48 2020-06-13] 178: Checking tracker ** [13:03:48 2020-06-13] 178: Checking user_migrations ** [13:03:48 2020-06-13] 178: Checking batch_updates ** [13:03:48 2020-06-13] 178: Checking gears ** [13:03:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:03:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:53 2020-06-13] 178: Checking imports ** [13:03:53 2020-06-13] 178: Checking exports ** [13:03:53 2020-06-13] 178: Checking users ** [13:03:53 2020-06-13] 178: Checking user_dbs ** [13:03:53 2020-06-13] 178: Checking geocodings ** [13:03:53 2020-06-13] 178: Checking synchronizations ** [13:03:53 2020-06-13] 178: Checking tracker ** [13:03:53 2020-06-13] 178: Checking user_migrations ** [13:03:53 2020-06-13] 178: Checking batch_updates ** [13:03:53 2020-06-13] 178: Checking gears ** [13:03:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:03:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:58 2020-06-13] 178: Checking imports ** [13:03:58 2020-06-13] 178: Checking exports ** [13:03:58 2020-06-13] 178: Checking users ** [13:03:58 2020-06-13] 178: Checking user_dbs ** [13:03:58 2020-06-13] 178: Checking geocodings ** [13:03:58 2020-06-13] 178: Checking synchronizations ** [13:03:58 2020-06-13] 178: Checking tracker ** [13:03:58 2020-06-13] 178: Checking user_migrations ** [13:03:58 2020-06-13] 178: Checking batch_updates ** [13:03:58 2020-06-13] 178: Checking gears ** [13:03:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:03:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:03 2020-06-13] 178: Checking imports ** [13:04:03 2020-06-13] 178: Checking exports ** [13:04:03 2020-06-13] 178: Checking users ** [13:04:03 2020-06-13] 178: Checking user_dbs ** [13:04:03 2020-06-13] 178: Checking geocodings ** [13:04:03 2020-06-13] 178: Checking synchronizations ** [13:04:03 2020-06-13] 178: Checking tracker ** [13:04:03 2020-06-13] 178: Checking user_migrations ** [13:04:03 2020-06-13] 178: Checking batch_updates ** [13:04:03 2020-06-13] 178: Checking gears ** [13:04:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:04:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:08 2020-06-13] 178: Checking imports ** [13:04:08 2020-06-13] 178: Checking exports ** [13:04:08 2020-06-13] 178: Checking users ** [13:04:08 2020-06-13] 178: Checking user_dbs ** [13:04:08 2020-06-13] 178: Checking geocodings ** [13:04:08 2020-06-13] 178: Checking synchronizations ** [13:04:08 2020-06-13] 178: Checking tracker ** [13:04:08 2020-06-13] 178: Checking user_migrations ** [13:04:08 2020-06-13] 178: Checking batch_updates ** [13:04:08 2020-06-13] 178: Checking gears ** [13:04:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:04:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:13 2020-06-13] 178: Checking imports ** [13:04:13 2020-06-13] 178: Checking exports ** [13:04:13 2020-06-13] 178: Checking users ** [13:04:13 2020-06-13] 178: Checking user_dbs ** [13:04:13 2020-06-13] 178: Checking geocodings ** [13:04:13 2020-06-13] 178: Checking synchronizations ** [13:04:13 2020-06-13] 178: Checking tracker ** [13:04:13 2020-06-13] 178: Checking user_migrations ** [13:04:13 2020-06-13] 178: Checking batch_updates ** [13:04:13 2020-06-13] 178: Checking gears ** [13:04:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:04:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:18 2020-06-13] 178: Checking imports ** [13:04:18 2020-06-13] 178: Checking exports ** [13:04:18 2020-06-13] 178: Checking users ** [13:04:18 2020-06-13] 178: Checking user_dbs ** [13:04:18 2020-06-13] 178: Checking geocodings ** [13:04:18 2020-06-13] 178: Checking synchronizations ** [13:04:18 2020-06-13] 178: Checking tracker ** [13:04:18 2020-06-13] 178: Checking user_migrations ** [13:04:18 2020-06-13] 178: Checking batch_updates ** [13:04:18 2020-06-13] 178: Checking gears ** [13:04:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:04:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:23 2020-06-13] 178: Checking imports ** [13:04:23 2020-06-13] 178: Checking exports ** [13:04:23 2020-06-13] 178: Checking users ** [13:04:23 2020-06-13] 178: Checking user_dbs ** [13:04:23 2020-06-13] 178: Checking geocodings ** [13:04:23 2020-06-13] 178: Checking synchronizations ** [13:04:23 2020-06-13] 178: Checking tracker ** [13:04:23 2020-06-13] 178: Checking user_migrations ** [13:04:23 2020-06-13] 178: Checking batch_updates ** [13:04:23 2020-06-13] 178: Checking gears ** [13:04:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:04:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:28 2020-06-13] 178: Checking imports ** [13:04:28 2020-06-13] 178: Checking exports ** [13:04:28 2020-06-13] 178: Checking users ** [13:04:28 2020-06-13] 178: Checking user_dbs ** [13:04:28 2020-06-13] 178: Checking geocodings ** [13:04:28 2020-06-13] 178: Checking synchronizations ** [13:04:28 2020-06-13] 178: Checking tracker ** [13:04:28 2020-06-13] 178: Checking user_migrations ** [13:04:28 2020-06-13] 178: Checking batch_updates ** [13:04:28 2020-06-13] 178: Checking gears ** [13:04:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:04:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:33 2020-06-13] 178: Checking imports ** [13:04:33 2020-06-13] 178: Checking exports ** [13:04:33 2020-06-13] 178: Checking users ** [13:04:33 2020-06-13] 178: Checking user_dbs ** [13:04:33 2020-06-13] 178: Checking geocodings ** [13:04:33 2020-06-13] 178: Checking synchronizations ** [13:04:33 2020-06-13] 178: Checking tracker ** [13:04:33 2020-06-13] 178: Checking user_migrations ** [13:04:33 2020-06-13] 178: Checking batch_updates ** [13:04:33 2020-06-13] 178: Checking gears ** [13:04:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:04:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:38 2020-06-13] 178: Checking imports ** [13:04:38 2020-06-13] 178: Checking exports ** [13:04:38 2020-06-13] 178: Checking users ** [13:04:38 2020-06-13] 178: Checking user_dbs ** [13:04:38 2020-06-13] 178: Checking geocodings ** [13:04:38 2020-06-13] 178: Checking synchronizations ** [13:04:38 2020-06-13] 178: Checking tracker ** [13:04:38 2020-06-13] 178: Checking user_migrations ** [13:04:38 2020-06-13] 178: Checking batch_updates ** [13:04:38 2020-06-13] 178: Checking gears ** [13:04:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:04:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:43 2020-06-13] 178: Checking imports ** [13:04:43 2020-06-13] 178: Checking exports ** [13:04:43 2020-06-13] 178: Checking users ** [13:04:43 2020-06-13] 178: Checking user_dbs ** [13:04:43 2020-06-13] 178: Checking geocodings ** [13:04:43 2020-06-13] 178: Checking synchronizations ** [13:04:43 2020-06-13] 178: Checking tracker ** [13:04:43 2020-06-13] 178: Checking user_migrations ** [13:04:43 2020-06-13] 178: Checking batch_updates ** [13:04:43 2020-06-13] 178: Checking gears ** [13:04:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:04:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:48 2020-06-13] 178: Checking imports ** [13:04:48 2020-06-13] 178: Checking exports ** [13:04:48 2020-06-13] 178: Checking users ** [13:04:48 2020-06-13] 178: Checking user_dbs ** [13:04:48 2020-06-13] 178: Checking geocodings ** [13:04:48 2020-06-13] 178: Checking synchronizations ** [13:04:48 2020-06-13] 178: Checking tracker ** [13:04:48 2020-06-13] 178: Checking user_migrations ** [13:04:48 2020-06-13] 178: Checking batch_updates ** [13:04:48 2020-06-13] 178: Checking gears ** [13:04:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:04:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:53 2020-06-13] 178: Checking imports ** [13:04:53 2020-06-13] 178: Checking exports ** [13:04:53 2020-06-13] 178: Checking users ** [13:04:53 2020-06-13] 178: Checking user_dbs ** [13:04:53 2020-06-13] 178: Checking geocodings ** [13:04:53 2020-06-13] 178: Checking synchronizations ** [13:04:53 2020-06-13] 178: Checking tracker ** [13:04:53 2020-06-13] 178: Checking user_migrations ** [13:04:53 2020-06-13] 178: Checking batch_updates ** [13:04:53 2020-06-13] 178: Checking gears ** [13:04:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:04:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:58 2020-06-13] 178: Checking imports ** [13:04:58 2020-06-13] 178: Checking exports ** [13:04:58 2020-06-13] 178: Checking users ** [13:04:58 2020-06-13] 178: Checking user_dbs ** [13:04:58 2020-06-13] 178: Checking geocodings ** [13:04:58 2020-06-13] 178: Checking synchronizations ** [13:04:58 2020-06-13] 178: Checking tracker ** [13:04:58 2020-06-13] 178: Checking user_migrations ** [13:04:58 2020-06-13] 178: Checking batch_updates ** [13:04:58 2020-06-13] 178: Checking gears ** [13:04:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:04:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:03 2020-06-13] 178: Checking imports ** [13:05:03 2020-06-13] 178: Checking exports ** [13:05:03 2020-06-13] 178: Checking users ** [13:05:03 2020-06-13] 178: Checking user_dbs ** [13:05:03 2020-06-13] 178: Checking geocodings ** [13:05:03 2020-06-13] 178: Checking synchronizations ** [13:05:03 2020-06-13] 178: Checking tracker ** [13:05:03 2020-06-13] 178: Checking user_migrations ** [13:05:03 2020-06-13] 178: Checking batch_updates ** [13:05:03 2020-06-13] 178: Checking gears ** [13:05:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:05:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:08 2020-06-13] 178: Checking imports ** [13:05:08 2020-06-13] 178: Checking exports ** [13:05:08 2020-06-13] 178: Checking users ** [13:05:08 2020-06-13] 178: Checking user_dbs ** [13:05:08 2020-06-13] 178: Checking geocodings ** [13:05:08 2020-06-13] 178: Checking synchronizations ** [13:05:08 2020-06-13] 178: Checking tracker ** [13:05:08 2020-06-13] 178: Checking user_migrations ** [13:05:08 2020-06-13] 178: Checking batch_updates ** [13:05:08 2020-06-13] 178: Checking gears ** [13:05:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:05:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:13 2020-06-13] 178: Checking imports ** [13:05:13 2020-06-13] 178: Checking exports ** [13:05:13 2020-06-13] 178: Checking users ** [13:05:13 2020-06-13] 178: Checking user_dbs ** [13:05:13 2020-06-13] 178: Checking geocodings ** [13:05:13 2020-06-13] 178: Checking synchronizations ** [13:05:13 2020-06-13] 178: Checking tracker ** [13:05:13 2020-06-13] 178: Checking user_migrations ** [13:05:13 2020-06-13] 178: Checking batch_updates ** [13:05:13 2020-06-13] 178: Checking gears ** [13:05:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:05:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:18 2020-06-13] 178: Checking imports ** [13:05:18 2020-06-13] 178: Checking exports ** [13:05:18 2020-06-13] 178: Checking users ** [13:05:18 2020-06-13] 178: Checking user_dbs ** [13:05:18 2020-06-13] 178: Checking geocodings ** [13:05:18 2020-06-13] 178: Checking synchronizations ** [13:05:18 2020-06-13] 178: Checking tracker ** [13:05:18 2020-06-13] 178: Checking user_migrations ** [13:05:18 2020-06-13] 178: Checking batch_updates ** [13:05:18 2020-06-13] 178: Checking gears ** [13:05:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:05:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:23 2020-06-13] 178: Checking imports ** [13:05:23 2020-06-13] 178: Checking exports ** [13:05:23 2020-06-13] 178: Checking users ** [13:05:23 2020-06-13] 178: Checking user_dbs ** [13:05:23 2020-06-13] 178: Checking geocodings ** [13:05:23 2020-06-13] 178: Checking synchronizations ** [13:05:23 2020-06-13] 178: Checking tracker ** [13:05:23 2020-06-13] 178: Checking user_migrations ** [13:05:23 2020-06-13] 178: Checking batch_updates ** [13:05:23 2020-06-13] 178: Checking gears ** [13:05:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:05:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:28 2020-06-13] 178: Checking imports ** [13:05:28 2020-06-13] 178: Checking exports ** [13:05:28 2020-06-13] 178: Checking users ** [13:05:28 2020-06-13] 178: Checking user_dbs ** [13:05:28 2020-06-13] 178: Checking geocodings ** [13:05:28 2020-06-13] 178: Checking synchronizations ** [13:05:28 2020-06-13] 178: Checking tracker ** [13:05:28 2020-06-13] 178: Checking user_migrations ** [13:05:28 2020-06-13] 178: Checking batch_updates ** [13:05:28 2020-06-13] 178: Checking gears ** [13:05:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:05:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:33 2020-06-13] 178: Checking imports ** [13:05:33 2020-06-13] 178: Checking exports ** [13:05:33 2020-06-13] 178: Checking users ** [13:05:33 2020-06-13] 178: Checking user_dbs ** [13:05:33 2020-06-13] 178: Checking geocodings ** [13:05:33 2020-06-13] 178: Checking synchronizations ** [13:05:33 2020-06-13] 178: Checking tracker ** [13:05:33 2020-06-13] 178: Checking user_migrations ** [13:05:33 2020-06-13] 178: Checking batch_updates ** [13:05:33 2020-06-13] 178: Checking gears ** [13:05:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:05:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:38 2020-06-13] 178: Checking imports ** [13:05:38 2020-06-13] 178: Checking exports ** [13:05:38 2020-06-13] 178: Checking users ** [13:05:38 2020-06-13] 178: Checking user_dbs ** [13:05:38 2020-06-13] 178: Checking geocodings ** [13:05:38 2020-06-13] 178: Checking synchronizations ** [13:05:38 2020-06-13] 178: Checking tracker ** [13:05:38 2020-06-13] 178: Checking user_migrations ** [13:05:38 2020-06-13] 178: Checking batch_updates ** [13:05:38 2020-06-13] 178: Checking gears ** [13:05:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:05:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:43 2020-06-13] 178: Checking imports ** [13:05:43 2020-06-13] 178: Checking exports ** [13:05:43 2020-06-13] 178: Checking users ** [13:05:43 2020-06-13] 178: Checking user_dbs ** [13:05:43 2020-06-13] 178: Checking geocodings ** [13:05:43 2020-06-13] 178: Checking synchronizations ** [13:05:43 2020-06-13] 178: Checking tracker ** [13:05:43 2020-06-13] 178: Checking user_migrations ** [13:05:43 2020-06-13] 178: Checking batch_updates ** [13:05:43 2020-06-13] 178: Checking gears ** [13:05:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:05:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:48 2020-06-13] 178: Checking imports ** [13:05:48 2020-06-13] 178: Checking exports ** [13:05:48 2020-06-13] 178: Checking users ** [13:05:48 2020-06-13] 178: Checking user_dbs ** [13:05:48 2020-06-13] 178: Checking geocodings ** [13:05:48 2020-06-13] 178: Checking synchronizations ** [13:05:48 2020-06-13] 178: Checking tracker ** [13:05:48 2020-06-13] 178: Checking user_migrations ** [13:05:48 2020-06-13] 178: Checking batch_updates ** [13:05:48 2020-06-13] 178: Checking gears ** [13:05:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:05:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:53 2020-06-13] 178: Checking imports ** [13:05:53 2020-06-13] 178: Checking exports ** [13:05:53 2020-06-13] 178: Checking users ** [13:05:53 2020-06-13] 178: Checking user_dbs ** [13:05:53 2020-06-13] 178: Checking geocodings ** [13:05:53 2020-06-13] 178: Checking synchronizations ** [13:05:53 2020-06-13] 178: Checking tracker ** [13:05:53 2020-06-13] 178: Checking user_migrations ** [13:05:53 2020-06-13] 178: Checking batch_updates ** [13:05:53 2020-06-13] 178: Checking gears ** [13:05:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:05:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:58 2020-06-13] 178: Checking imports ** [13:05:58 2020-06-13] 178: Checking exports ** [13:05:58 2020-06-13] 178: Checking users ** [13:05:58 2020-06-13] 178: Checking user_dbs ** [13:05:58 2020-06-13] 178: Checking geocodings ** [13:05:58 2020-06-13] 178: Checking synchronizations ** [13:05:58 2020-06-13] 178: Checking tracker ** [13:05:58 2020-06-13] 178: Checking user_migrations ** [13:05:58 2020-06-13] 178: Checking batch_updates ** [13:05:58 2020-06-13] 178: Checking gears ** [13:05:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:05:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:03 2020-06-13] 178: Checking imports ** [13:06:03 2020-06-13] 178: Checking exports ** [13:06:03 2020-06-13] 178: Checking users ** [13:06:03 2020-06-13] 178: Checking user_dbs ** [13:06:03 2020-06-13] 178: Checking geocodings ** [13:06:03 2020-06-13] 178: Checking synchronizations ** [13:06:03 2020-06-13] 178: Checking tracker ** [13:06:03 2020-06-13] 178: Checking user_migrations ** [13:06:03 2020-06-13] 178: Checking batch_updates ** [13:06:03 2020-06-13] 178: Checking gears ** [13:06:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:06:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:08 2020-06-13] 178: Checking imports ** [13:06:08 2020-06-13] 178: Checking exports ** [13:06:08 2020-06-13] 178: Checking users ** [13:06:08 2020-06-13] 178: Checking user_dbs ** [13:06:08 2020-06-13] 178: Checking geocodings ** [13:06:08 2020-06-13] 178: Checking synchronizations ** [13:06:08 2020-06-13] 178: Checking tracker ** [13:06:08 2020-06-13] 178: Checking user_migrations ** [13:06:08 2020-06-13] 178: Checking batch_updates ** [13:06:08 2020-06-13] 178: Checking gears ** [13:06:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:06:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:13 2020-06-13] 178: Checking imports ** [13:06:13 2020-06-13] 178: Checking exports ** [13:06:13 2020-06-13] 178: Checking users ** [13:06:13 2020-06-13] 178: Checking user_dbs ** [13:06:13 2020-06-13] 178: Checking geocodings ** [13:06:13 2020-06-13] 178: Checking synchronizations ** [13:06:13 2020-06-13] 178: Checking tracker ** [13:06:13 2020-06-13] 178: Checking user_migrations ** [13:06:13 2020-06-13] 178: Checking batch_updates ** [13:06:13 2020-06-13] 178: Checking gears ** [13:06:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:06:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:18 2020-06-13] 178: Checking imports ** [13:06:18 2020-06-13] 178: Checking exports ** [13:06:18 2020-06-13] 178: Checking users ** [13:06:18 2020-06-13] 178: Checking user_dbs ** [13:06:18 2020-06-13] 178: Checking geocodings ** [13:06:18 2020-06-13] 178: Checking synchronizations ** [13:06:18 2020-06-13] 178: Checking tracker ** [13:06:18 2020-06-13] 178: Checking user_migrations ** [13:06:18 2020-06-13] 178: Checking batch_updates ** [13:06:18 2020-06-13] 178: Checking gears ** [13:06:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:06:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:23 2020-06-13] 178: Checking imports ** [13:06:23 2020-06-13] 178: Checking exports ** [13:06:23 2020-06-13] 178: Checking users ** [13:06:23 2020-06-13] 178: Checking user_dbs ** [13:06:23 2020-06-13] 178: Checking geocodings ** [13:06:23 2020-06-13] 178: Checking synchronizations ** [13:06:23 2020-06-13] 178: Checking tracker ** [13:06:23 2020-06-13] 178: Checking user_migrations ** [13:06:23 2020-06-13] 178: Checking batch_updates ** [13:06:23 2020-06-13] 178: Checking gears ** [13:06:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:06:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:28 2020-06-13] 178: Checking imports ** [13:06:28 2020-06-13] 178: Checking exports ** [13:06:28 2020-06-13] 178: Checking users ** [13:06:28 2020-06-13] 178: Checking user_dbs ** [13:06:28 2020-06-13] 178: Checking geocodings ** [13:06:28 2020-06-13] 178: Checking synchronizations ** [13:06:28 2020-06-13] 178: Checking tracker ** [13:06:28 2020-06-13] 178: Checking user_migrations ** [13:06:28 2020-06-13] 178: Checking batch_updates ** [13:06:28 2020-06-13] 178: Checking gears ** [13:06:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:06:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:33 2020-06-13] 178: Checking imports ** [13:06:33 2020-06-13] 178: Checking exports ** [13:06:33 2020-06-13] 178: Checking users ** [13:06:33 2020-06-13] 178: Checking user_dbs ** [13:06:33 2020-06-13] 178: Checking geocodings ** [13:06:33 2020-06-13] 178: Checking synchronizations ** [13:06:33 2020-06-13] 178: Checking tracker ** [13:06:33 2020-06-13] 178: Checking user_migrations ** [13:06:33 2020-06-13] 178: Checking batch_updates ** [13:06:33 2020-06-13] 178: Checking gears ** [13:06:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:06:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:38 2020-06-13] 178: Checking imports ** [13:06:38 2020-06-13] 178: Checking exports ** [13:06:38 2020-06-13] 178: Checking users ** [13:06:38 2020-06-13] 178: Checking user_dbs ** [13:06:38 2020-06-13] 178: Checking geocodings ** [13:06:38 2020-06-13] 178: Checking synchronizations ** [13:06:38 2020-06-13] 178: Checking tracker ** [13:06:38 2020-06-13] 178: Checking user_migrations ** [13:06:38 2020-06-13] 178: Checking batch_updates ** [13:06:38 2020-06-13] 178: Checking gears ** [13:06:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:06:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:43 2020-06-13] 178: Checking imports ** [13:06:43 2020-06-13] 178: Checking exports ** [13:06:43 2020-06-13] 178: Checking users ** [13:06:43 2020-06-13] 178: Checking user_dbs ** [13:06:43 2020-06-13] 178: Checking geocodings ** [13:06:43 2020-06-13] 178: Checking synchronizations ** [13:06:43 2020-06-13] 178: Checking tracker ** [13:06:43 2020-06-13] 178: Checking user_migrations ** [13:06:43 2020-06-13] 178: Checking batch_updates ** [13:06:43 2020-06-13] 178: Checking gears ** [13:06:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:06:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:48 2020-06-13] 178: Checking imports ** [13:06:48 2020-06-13] 178: Checking exports ** [13:06:48 2020-06-13] 178: Checking users ** [13:06:48 2020-06-13] 178: Checking user_dbs ** [13:06:48 2020-06-13] 178: Checking geocodings ** [13:06:48 2020-06-13] 178: Checking synchronizations ** [13:06:48 2020-06-13] 178: Checking tracker ** [13:06:48 2020-06-13] 178: Checking user_migrations ** [13:06:48 2020-06-13] 178: Checking batch_updates ** [13:06:48 2020-06-13] 178: Checking gears ** [13:06:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:06:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:53 2020-06-13] 178: Checking imports ** [13:06:53 2020-06-13] 178: Checking exports ** [13:06:53 2020-06-13] 178: Checking users ** [13:06:53 2020-06-13] 178: Checking user_dbs ** [13:06:53 2020-06-13] 178: Checking geocodings ** [13:06:53 2020-06-13] 178: Checking synchronizations ** [13:06:53 2020-06-13] 178: Checking tracker ** [13:06:53 2020-06-13] 178: Checking user_migrations ** [13:06:53 2020-06-13] 178: Checking batch_updates ** [13:06:53 2020-06-13] 178: Checking gears ** [13:06:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:06:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:58 2020-06-13] 178: Checking imports ** [13:06:58 2020-06-13] 178: Checking exports ** [13:06:58 2020-06-13] 178: Checking users ** [13:06:58 2020-06-13] 178: Checking user_dbs ** [13:06:58 2020-06-13] 178: Checking geocodings ** [13:06:58 2020-06-13] 178: Checking synchronizations ** [13:06:58 2020-06-13] 178: Checking tracker ** [13:06:58 2020-06-13] 178: Checking user_migrations ** [13:06:58 2020-06-13] 178: Checking batch_updates ** [13:06:58 2020-06-13] 178: Checking gears ** [13:06:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:06:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:03 2020-06-13] 178: Checking imports ** [13:07:03 2020-06-13] 178: Checking exports ** [13:07:03 2020-06-13] 178: Checking users ** [13:07:03 2020-06-13] 178: Checking user_dbs ** [13:07:03 2020-06-13] 178: Checking geocodings ** [13:07:03 2020-06-13] 178: Checking synchronizations ** [13:07:03 2020-06-13] 178: Checking tracker ** [13:07:03 2020-06-13] 178: Checking user_migrations ** [13:07:03 2020-06-13] 178: Checking batch_updates ** [13:07:03 2020-06-13] 178: Checking gears ** [13:07:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:07:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:08 2020-06-13] 178: Checking imports ** [13:07:08 2020-06-13] 178: Checking exports ** [13:07:08 2020-06-13] 178: Checking users ** [13:07:08 2020-06-13] 178: Checking user_dbs ** [13:07:08 2020-06-13] 178: Checking geocodings ** [13:07:08 2020-06-13] 178: Checking synchronizations ** [13:07:08 2020-06-13] 178: Checking tracker ** [13:07:08 2020-06-13] 178: Checking user_migrations ** [13:07:08 2020-06-13] 178: Checking batch_updates ** [13:07:08 2020-06-13] 178: Checking gears ** [13:07:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:07:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:13 2020-06-13] 178: Checking imports ** [13:07:13 2020-06-13] 178: Checking exports ** [13:07:13 2020-06-13] 178: Checking users ** [13:07:13 2020-06-13] 178: Checking user_dbs ** [13:07:13 2020-06-13] 178: Checking geocodings ** [13:07:13 2020-06-13] 178: Checking synchronizations ** [13:07:13 2020-06-13] 178: Checking tracker ** [13:07:13 2020-06-13] 178: Checking user_migrations ** [13:07:13 2020-06-13] 178: Checking batch_updates ** [13:07:13 2020-06-13] 178: Checking gears ** [13:07:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:07:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:18 2020-06-13] 178: Checking imports ** [13:07:18 2020-06-13] 178: Checking exports ** [13:07:18 2020-06-13] 178: Checking users ** [13:07:18 2020-06-13] 178: Checking user_dbs ** [13:07:18 2020-06-13] 178: Checking geocodings ** [13:07:18 2020-06-13] 178: Checking synchronizations ** [13:07:18 2020-06-13] 178: Checking tracker ** [13:07:18 2020-06-13] 178: Checking user_migrations ** [13:07:18 2020-06-13] 178: Checking batch_updates ** [13:07:18 2020-06-13] 178: Checking gears ** [13:07:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:07:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:23 2020-06-13] 178: Checking imports ** [13:07:23 2020-06-13] 178: Checking exports ** [13:07:23 2020-06-13] 178: Checking users ** [13:07:23 2020-06-13] 178: Checking user_dbs ** [13:07:23 2020-06-13] 178: Checking geocodings ** [13:07:23 2020-06-13] 178: Checking synchronizations ** [13:07:23 2020-06-13] 178: Checking tracker ** [13:07:23 2020-06-13] 178: Checking user_migrations ** [13:07:23 2020-06-13] 178: Checking batch_updates ** [13:07:23 2020-06-13] 178: Checking gears ** [13:07:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:07:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:28 2020-06-13] 178: Checking imports ** [13:07:28 2020-06-13] 178: Checking exports ** [13:07:28 2020-06-13] 178: Checking users ** [13:07:28 2020-06-13] 178: Checking user_dbs ** [13:07:28 2020-06-13] 178: Checking geocodings ** [13:07:28 2020-06-13] 178: Checking synchronizations ** [13:07:28 2020-06-13] 178: Checking tracker ** [13:07:28 2020-06-13] 178: Checking user_migrations ** [13:07:28 2020-06-13] 178: Checking batch_updates ** [13:07:28 2020-06-13] 178: Checking gears ** [13:07:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:07:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:33 2020-06-13] 178: Checking imports ** [13:07:33 2020-06-13] 178: Checking exports ** [13:07:33 2020-06-13] 178: Checking users ** [13:07:33 2020-06-13] 178: Checking user_dbs ** [13:07:33 2020-06-13] 178: Checking geocodings ** [13:07:33 2020-06-13] 178: Checking synchronizations ** [13:07:33 2020-06-13] 178: Checking tracker ** [13:07:33 2020-06-13] 178: Checking user_migrations ** [13:07:33 2020-06-13] 178: Checking batch_updates ** [13:07:33 2020-06-13] 178: Checking gears ** [13:07:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:07:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:38 2020-06-13] 178: Checking imports ** [13:07:38 2020-06-13] 178: Checking exports ** [13:07:38 2020-06-13] 178: Checking users ** [13:07:38 2020-06-13] 178: Checking user_dbs ** [13:07:38 2020-06-13] 178: Checking geocodings ** [13:07:38 2020-06-13] 178: Checking synchronizations ** [13:07:38 2020-06-13] 178: Checking tracker ** [13:07:38 2020-06-13] 178: Checking user_migrations ** [13:07:38 2020-06-13] 178: Checking batch_updates ** [13:07:38 2020-06-13] 178: Checking gears ** [13:07:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:07:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:43 2020-06-13] 178: Checking imports ** [13:07:43 2020-06-13] 178: Checking exports ** [13:07:43 2020-06-13] 178: Checking users ** [13:07:43 2020-06-13] 178: Checking user_dbs ** [13:07:43 2020-06-13] 178: Checking geocodings ** [13:07:43 2020-06-13] 178: Checking synchronizations ** [13:07:43 2020-06-13] 178: Checking tracker ** [13:07:43 2020-06-13] 178: Checking user_migrations ** [13:07:43 2020-06-13] 178: Checking batch_updates ** [13:07:43 2020-06-13] 178: Checking gears ** [13:07:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:07:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:48 2020-06-13] 178: Checking imports ** [13:07:48 2020-06-13] 178: Checking exports ** [13:07:48 2020-06-13] 178: Checking users ** [13:07:48 2020-06-13] 178: Checking user_dbs ** [13:07:48 2020-06-13] 178: Checking geocodings ** [13:07:48 2020-06-13] 178: Checking synchronizations ** [13:07:48 2020-06-13] 178: Checking tracker ** [13:07:48 2020-06-13] 178: Checking user_migrations ** [13:07:48 2020-06-13] 178: Checking batch_updates ** [13:07:48 2020-06-13] 178: Checking gears ** [13:07:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:07:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:53 2020-06-13] 178: Checking imports ** [13:07:53 2020-06-13] 178: Checking exports ** [13:07:53 2020-06-13] 178: Checking users ** [13:07:53 2020-06-13] 178: Checking user_dbs ** [13:07:53 2020-06-13] 178: Checking geocodings ** [13:07:53 2020-06-13] 178: Checking synchronizations ** [13:07:53 2020-06-13] 178: Checking tracker ** [13:07:53 2020-06-13] 178: Checking user_migrations ** [13:07:53 2020-06-13] 178: Checking batch_updates ** [13:07:53 2020-06-13] 178: Checking gears ** [13:07:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:07:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:58 2020-06-13] 178: Checking imports ** [13:07:58 2020-06-13] 178: Checking exports ** [13:07:58 2020-06-13] 178: Checking users ** [13:07:58 2020-06-13] 178: Checking user_dbs ** [13:07:58 2020-06-13] 178: Checking geocodings ** [13:07:58 2020-06-13] 178: Checking synchronizations ** [13:07:58 2020-06-13] 178: Checking tracker ** [13:07:58 2020-06-13] 178: Checking user_migrations ** [13:07:58 2020-06-13] 178: Checking batch_updates ** [13:07:58 2020-06-13] 178: Checking gears ** [13:07:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:07:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:03 2020-06-13] 178: Checking imports ** [13:08:03 2020-06-13] 178: Checking exports ** [13:08:03 2020-06-13] 178: Checking users ** [13:08:03 2020-06-13] 178: Checking user_dbs ** [13:08:03 2020-06-13] 178: Checking geocodings ** [13:08:03 2020-06-13] 178: Checking synchronizations ** [13:08:03 2020-06-13] 178: Checking tracker ** [13:08:03 2020-06-13] 178: Checking user_migrations ** [13:08:03 2020-06-13] 178: Checking batch_updates ** [13:08:03 2020-06-13] 178: Checking gears ** [13:08:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:08:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:08 2020-06-13] 178: Checking imports ** [13:08:08 2020-06-13] 178: Checking exports ** [13:08:08 2020-06-13] 178: Checking users ** [13:08:08 2020-06-13] 178: Checking user_dbs ** [13:08:08 2020-06-13] 178: Checking geocodings ** [13:08:08 2020-06-13] 178: Checking synchronizations ** [13:08:08 2020-06-13] 178: Checking tracker ** [13:08:08 2020-06-13] 178: Checking user_migrations ** [13:08:08 2020-06-13] 178: Checking batch_updates ** [13:08:08 2020-06-13] 178: Checking gears ** [13:08:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:08:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:13 2020-06-13] 178: Checking imports ** [13:08:13 2020-06-13] 178: Checking exports ** [13:08:13 2020-06-13] 178: Checking users ** [13:08:13 2020-06-13] 178: Checking user_dbs ** [13:08:13 2020-06-13] 178: Checking geocodings ** [13:08:13 2020-06-13] 178: Checking synchronizations ** [13:08:13 2020-06-13] 178: Checking tracker ** [13:08:13 2020-06-13] 178: Checking user_migrations ** [13:08:13 2020-06-13] 178: Checking batch_updates ** [13:08:13 2020-06-13] 178: Checking gears ** [13:08:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:08:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:18 2020-06-13] 178: Checking imports ** [13:08:18 2020-06-13] 178: Checking exports ** [13:08:18 2020-06-13] 178: Checking users ** [13:08:18 2020-06-13] 178: Checking user_dbs ** [13:08:18 2020-06-13] 178: Checking geocodings ** [13:08:18 2020-06-13] 178: Checking synchronizations ** [13:08:18 2020-06-13] 178: Checking tracker ** [13:08:18 2020-06-13] 178: Checking user_migrations ** [13:08:18 2020-06-13] 178: Checking batch_updates ** [13:08:18 2020-06-13] 178: Checking gears ** [13:08:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:08:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:23 2020-06-13] 178: Checking imports ** [13:08:23 2020-06-13] 178: Checking exports ** [13:08:23 2020-06-13] 178: Checking users ** [13:08:23 2020-06-13] 178: Checking user_dbs ** [13:08:23 2020-06-13] 178: Checking geocodings ** [13:08:23 2020-06-13] 178: Checking synchronizations ** [13:08:23 2020-06-13] 178: Checking tracker ** [13:08:23 2020-06-13] 178: Checking user_migrations ** [13:08:23 2020-06-13] 178: Checking batch_updates ** [13:08:23 2020-06-13] 178: Checking gears ** [13:08:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:08:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:28 2020-06-13] 178: Checking imports ** [13:08:28 2020-06-13] 178: Checking exports ** [13:08:28 2020-06-13] 178: Checking users ** [13:08:28 2020-06-13] 178: Checking user_dbs ** [13:08:28 2020-06-13] 178: Checking geocodings ** [13:08:28 2020-06-13] 178: Checking synchronizations ** [13:08:28 2020-06-13] 178: Checking tracker ** [13:08:28 2020-06-13] 178: Checking user_migrations ** [13:08:28 2020-06-13] 178: Checking batch_updates ** [13:08:28 2020-06-13] 178: Checking gears ** [13:08:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:08:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:33 2020-06-13] 178: Checking imports ** [13:08:33 2020-06-13] 178: Checking exports ** [13:08:33 2020-06-13] 178: Checking users ** [13:08:33 2020-06-13] 178: Checking user_dbs ** [13:08:33 2020-06-13] 178: Checking geocodings ** [13:08:33 2020-06-13] 178: Checking synchronizations ** [13:08:33 2020-06-13] 178: Checking tracker ** [13:08:33 2020-06-13] 178: Checking user_migrations ** [13:08:33 2020-06-13] 178: Checking batch_updates ** [13:08:33 2020-06-13] 178: Checking gears ** [13:08:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:08:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:38 2020-06-13] 178: Checking imports ** [13:08:38 2020-06-13] 178: Checking exports ** [13:08:38 2020-06-13] 178: Checking users ** [13:08:38 2020-06-13] 178: Checking user_dbs ** [13:08:38 2020-06-13] 178: Checking geocodings ** [13:08:38 2020-06-13] 178: Checking synchronizations ** [13:08:38 2020-06-13] 178: Checking tracker ** [13:08:38 2020-06-13] 178: Checking user_migrations ** [13:08:38 2020-06-13] 178: Checking batch_updates ** [13:08:38 2020-06-13] 178: Checking gears ** [13:08:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:08:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:43 2020-06-13] 178: Checking imports ** [13:08:43 2020-06-13] 178: Checking exports ** [13:08:43 2020-06-13] 178: Checking users ** [13:08:43 2020-06-13] 178: Checking user_dbs ** [13:08:43 2020-06-13] 178: Checking geocodings ** [13:08:43 2020-06-13] 178: Checking synchronizations ** [13:08:43 2020-06-13] 178: Checking tracker ** [13:08:43 2020-06-13] 178: Checking user_migrations ** [13:08:43 2020-06-13] 178: Checking batch_updates ** [13:08:43 2020-06-13] 178: Checking gears ** [13:08:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:08:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:48 2020-06-13] 178: Checking imports ** [13:08:48 2020-06-13] 178: Checking exports ** [13:08:48 2020-06-13] 178: Checking users ** [13:08:48 2020-06-13] 178: Checking user_dbs ** [13:08:48 2020-06-13] 178: Checking geocodings ** [13:08:48 2020-06-13] 178: Checking synchronizations ** [13:08:48 2020-06-13] 178: Checking tracker ** [13:08:48 2020-06-13] 178: Checking user_migrations ** [13:08:48 2020-06-13] 178: Checking batch_updates ** [13:08:48 2020-06-13] 178: Checking gears ** [13:08:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:08:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:53 2020-06-13] 178: Checking imports ** [13:08:53 2020-06-13] 178: Checking exports ** [13:08:53 2020-06-13] 178: Checking users ** [13:08:53 2020-06-13] 178: Checking user_dbs ** [13:08:53 2020-06-13] 178: Checking geocodings ** [13:08:53 2020-06-13] 178: Checking synchronizations ** [13:08:53 2020-06-13] 178: Checking tracker ** [13:08:53 2020-06-13] 178: Checking user_migrations ** [13:08:53 2020-06-13] 178: Checking batch_updates ** [13:08:53 2020-06-13] 178: Checking gears ** [13:08:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:08:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:58 2020-06-13] 178: Checking imports ** [13:08:58 2020-06-13] 178: Checking exports ** [13:08:58 2020-06-13] 178: Checking users ** [13:08:58 2020-06-13] 178: Checking user_dbs ** [13:08:58 2020-06-13] 178: Checking geocodings ** [13:08:58 2020-06-13] 178: Checking synchronizations ** [13:08:58 2020-06-13] 178: Checking tracker ** [13:08:58 2020-06-13] 178: Checking user_migrations ** [13:08:58 2020-06-13] 178: Checking batch_updates ** [13:08:58 2020-06-13] 178: Checking gears ** [13:08:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:08:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:03 2020-06-13] 178: Checking imports ** [13:09:03 2020-06-13] 178: Checking exports ** [13:09:03 2020-06-13] 178: Checking users ** [13:09:03 2020-06-13] 178: Checking user_dbs ** [13:09:03 2020-06-13] 178: Checking geocodings ** [13:09:03 2020-06-13] 178: Checking synchronizations ** [13:09:03 2020-06-13] 178: Checking tracker ** [13:09:03 2020-06-13] 178: Checking user_migrations ** [13:09:03 2020-06-13] 178: Checking batch_updates ** [13:09:03 2020-06-13] 178: Checking gears ** [13:09:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:09:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:08 2020-06-13] 178: Checking imports ** [13:09:08 2020-06-13] 178: Checking exports ** [13:09:08 2020-06-13] 178: Checking users ** [13:09:08 2020-06-13] 178: Checking user_dbs ** [13:09:08 2020-06-13] 178: Checking geocodings ** [13:09:08 2020-06-13] 178: Checking synchronizations ** [13:09:08 2020-06-13] 178: Checking tracker ** [13:09:08 2020-06-13] 178: Checking user_migrations ** [13:09:08 2020-06-13] 178: Checking batch_updates ** [13:09:08 2020-06-13] 178: Checking gears ** [13:09:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:09:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:13 2020-06-13] 178: Checking imports ** [13:09:13 2020-06-13] 178: Checking exports ** [13:09:13 2020-06-13] 178: Checking users ** [13:09:13 2020-06-13] 178: Checking user_dbs ** [13:09:13 2020-06-13] 178: Checking geocodings ** [13:09:13 2020-06-13] 178: Checking synchronizations ** [13:09:13 2020-06-13] 178: Checking tracker ** [13:09:13 2020-06-13] 178: Checking user_migrations ** [13:09:13 2020-06-13] 178: Checking batch_updates ** [13:09:13 2020-06-13] 178: Checking gears ** [13:09:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:09:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:18 2020-06-13] 178: Checking imports ** [13:09:18 2020-06-13] 178: Checking exports ** [13:09:18 2020-06-13] 178: Checking users ** [13:09:18 2020-06-13] 178: Checking user_dbs ** [13:09:18 2020-06-13] 178: Checking geocodings ** [13:09:18 2020-06-13] 178: Checking synchronizations ** [13:09:18 2020-06-13] 178: Checking tracker ** [13:09:18 2020-06-13] 178: Checking user_migrations ** [13:09:18 2020-06-13] 178: Checking batch_updates ** [13:09:18 2020-06-13] 178: Checking gears ** [13:09:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:09:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:23 2020-06-13] 178: Checking imports ** [13:09:23 2020-06-13] 178: Checking exports ** [13:09:23 2020-06-13] 178: Checking users ** [13:09:23 2020-06-13] 178: Checking user_dbs ** [13:09:23 2020-06-13] 178: Checking geocodings ** [13:09:23 2020-06-13] 178: Checking synchronizations ** [13:09:23 2020-06-13] 178: Checking tracker ** [13:09:23 2020-06-13] 178: Checking user_migrations ** [13:09:23 2020-06-13] 178: Checking batch_updates ** [13:09:23 2020-06-13] 178: Checking gears ** [13:09:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:09:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:28 2020-06-13] 178: Checking imports ** [13:09:28 2020-06-13] 178: Checking exports ** [13:09:28 2020-06-13] 178: Checking users ** [13:09:28 2020-06-13] 178: Checking user_dbs ** [13:09:28 2020-06-13] 178: Checking geocodings ** [13:09:28 2020-06-13] 178: Checking synchronizations ** [13:09:28 2020-06-13] 178: Checking tracker ** [13:09:28 2020-06-13] 178: Checking user_migrations ** [13:09:28 2020-06-13] 178: Checking batch_updates ** [13:09:28 2020-06-13] 178: Checking gears ** [13:09:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:09:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:33 2020-06-13] 178: Checking imports ** [13:09:33 2020-06-13] 178: Checking exports ** [13:09:33 2020-06-13] 178: Checking users ** [13:09:33 2020-06-13] 178: Checking user_dbs ** [13:09:33 2020-06-13] 178: Checking geocodings ** [13:09:33 2020-06-13] 178: Checking synchronizations ** [13:09:33 2020-06-13] 178: Checking tracker ** [13:09:33 2020-06-13] 178: Checking user_migrations ** [13:09:33 2020-06-13] 178: Checking batch_updates ** [13:09:33 2020-06-13] 178: Checking gears ** [13:09:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:09:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:38 2020-06-13] 178: Checking imports ** [13:09:38 2020-06-13] 178: Checking exports ** [13:09:38 2020-06-13] 178: Checking users ** [13:09:38 2020-06-13] 178: Checking user_dbs ** [13:09:38 2020-06-13] 178: Checking geocodings ** [13:09:38 2020-06-13] 178: Checking synchronizations ** [13:09:38 2020-06-13] 178: Checking tracker ** [13:09:38 2020-06-13] 178: Checking user_migrations ** [13:09:38 2020-06-13] 178: Checking batch_updates ** [13:09:38 2020-06-13] 178: Checking gears ** [13:09:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:09:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:43 2020-06-13] 178: Checking imports ** [13:09:43 2020-06-13] 178: Checking exports ** [13:09:43 2020-06-13] 178: Checking users ** [13:09:43 2020-06-13] 178: Checking user_dbs ** [13:09:43 2020-06-13] 178: Checking geocodings ** [13:09:43 2020-06-13] 178: Checking synchronizations ** [13:09:43 2020-06-13] 178: Checking tracker ** [13:09:43 2020-06-13] 178: Checking user_migrations ** [13:09:43 2020-06-13] 178: Checking batch_updates ** [13:09:43 2020-06-13] 178: Checking gears ** [13:09:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:09:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:48 2020-06-13] 178: Checking imports ** [13:09:48 2020-06-13] 178: Checking exports ** [13:09:48 2020-06-13] 178: Checking users ** [13:09:48 2020-06-13] 178: Checking user_dbs ** [13:09:48 2020-06-13] 178: Checking geocodings ** [13:09:48 2020-06-13] 178: Checking synchronizations ** [13:09:48 2020-06-13] 178: Checking tracker ** [13:09:48 2020-06-13] 178: Checking user_migrations ** [13:09:48 2020-06-13] 178: Checking batch_updates ** [13:09:48 2020-06-13] 178: Checking gears ** [13:09:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:09:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:53 2020-06-13] 178: Checking imports ** [13:09:53 2020-06-13] 178: Checking exports ** [13:09:53 2020-06-13] 178: Checking users ** [13:09:53 2020-06-13] 178: Checking user_dbs ** [13:09:53 2020-06-13] 178: Checking geocodings ** [13:09:53 2020-06-13] 178: Checking synchronizations ** [13:09:53 2020-06-13] 178: Checking tracker ** [13:09:53 2020-06-13] 178: Checking user_migrations ** [13:09:53 2020-06-13] 178: Checking batch_updates ** [13:09:53 2020-06-13] 178: Checking gears ** [13:09:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:09:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:58 2020-06-13] 178: Checking imports ** [13:09:58 2020-06-13] 178: Checking exports ** [13:09:58 2020-06-13] 178: Checking users ** [13:09:58 2020-06-13] 178: Checking user_dbs ** [13:09:58 2020-06-13] 178: Checking geocodings ** [13:09:58 2020-06-13] 178: Checking synchronizations ** [13:09:58 2020-06-13] 178: Checking tracker ** [13:09:58 2020-06-13] 178: Checking user_migrations ** [13:09:58 2020-06-13] 178: Checking batch_updates ** [13:09:58 2020-06-13] 178: Checking gears ** [13:09:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:09:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:03 2020-06-13] 178: Checking imports ** [13:10:03 2020-06-13] 178: Checking exports ** [13:10:03 2020-06-13] 178: Checking users ** [13:10:03 2020-06-13] 178: Checking user_dbs ** [13:10:03 2020-06-13] 178: Checking geocodings ** [13:10:03 2020-06-13] 178: Checking synchronizations ** [13:10:03 2020-06-13] 178: Checking tracker ** [13:10:03 2020-06-13] 178: Checking user_migrations ** [13:10:03 2020-06-13] 178: Checking batch_updates ** [13:10:03 2020-06-13] 178: Checking gears ** [13:10:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:10:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:08 2020-06-13] 178: Checking imports ** [13:10:08 2020-06-13] 178: Checking exports ** [13:10:08 2020-06-13] 178: Checking users ** [13:10:08 2020-06-13] 178: Checking user_dbs ** [13:10:08 2020-06-13] 178: Checking geocodings ** [13:10:08 2020-06-13] 178: Checking synchronizations ** [13:10:08 2020-06-13] 178: Checking tracker ** [13:10:08 2020-06-13] 178: Checking user_migrations ** [13:10:08 2020-06-13] 178: Checking batch_updates ** [13:10:08 2020-06-13] 178: Checking gears ** [13:10:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:10:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:13 2020-06-13] 178: Checking imports ** [13:10:13 2020-06-13] 178: Checking exports ** [13:10:13 2020-06-13] 178: Checking users ** [13:10:13 2020-06-13] 178: Checking user_dbs ** [13:10:13 2020-06-13] 178: Checking geocodings ** [13:10:13 2020-06-13] 178: Checking synchronizations ** [13:10:13 2020-06-13] 178: Checking tracker ** [13:10:13 2020-06-13] 178: Checking user_migrations ** [13:10:13 2020-06-13] 178: Checking batch_updates ** [13:10:13 2020-06-13] 178: Checking gears ** [13:10:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:10:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:18 2020-06-13] 178: Checking imports ** [13:10:18 2020-06-13] 178: Checking exports ** [13:10:18 2020-06-13] 178: Checking users ** [13:10:18 2020-06-13] 178: Checking user_dbs ** [13:10:18 2020-06-13] 178: Checking geocodings ** [13:10:18 2020-06-13] 178: Checking synchronizations ** [13:10:18 2020-06-13] 178: Checking tracker ** [13:10:18 2020-06-13] 178: Checking user_migrations ** [13:10:18 2020-06-13] 178: Checking batch_updates ** [13:10:18 2020-06-13] 178: Checking gears ** [13:10:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:10:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:23 2020-06-13] 178: Checking imports ** [13:10:23 2020-06-13] 178: Checking exports ** [13:10:23 2020-06-13] 178: Checking users ** [13:10:23 2020-06-13] 178: Checking user_dbs ** [13:10:23 2020-06-13] 178: Checking geocodings ** [13:10:23 2020-06-13] 178: Checking synchronizations ** [13:10:23 2020-06-13] 178: Checking tracker ** [13:10:23 2020-06-13] 178: Checking user_migrations ** [13:10:23 2020-06-13] 178: Checking batch_updates ** [13:10:23 2020-06-13] 178: Checking gears ** [13:10:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:10:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:28 2020-06-13] 178: Checking imports ** [13:10:28 2020-06-13] 178: Checking exports ** [13:10:28 2020-06-13] 178: Checking users ** [13:10:28 2020-06-13] 178: Checking user_dbs ** [13:10:28 2020-06-13] 178: Checking geocodings ** [13:10:28 2020-06-13] 178: Checking synchronizations ** [13:10:28 2020-06-13] 178: Checking tracker ** [13:10:28 2020-06-13] 178: Checking user_migrations ** [13:10:28 2020-06-13] 178: Checking batch_updates ** [13:10:28 2020-06-13] 178: Checking gears ** [13:10:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:10:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:33 2020-06-13] 178: Checking imports ** [13:10:33 2020-06-13] 178: Checking exports ** [13:10:33 2020-06-13] 178: Checking users ** [13:10:33 2020-06-13] 178: Checking user_dbs ** [13:10:33 2020-06-13] 178: Checking geocodings ** [13:10:33 2020-06-13] 178: Checking synchronizations ** [13:10:33 2020-06-13] 178: Checking tracker ** [13:10:33 2020-06-13] 178: Checking user_migrations ** [13:10:33 2020-06-13] 178: Checking batch_updates ** [13:10:33 2020-06-13] 178: Checking gears ** [13:10:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:10:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:38 2020-06-13] 178: Checking imports ** [13:10:38 2020-06-13] 178: Checking exports ** [13:10:38 2020-06-13] 178: Checking users ** [13:10:38 2020-06-13] 178: Checking user_dbs ** [13:10:38 2020-06-13] 178: Checking geocodings ** [13:10:38 2020-06-13] 178: Checking synchronizations ** [13:10:38 2020-06-13] 178: Checking tracker ** [13:10:38 2020-06-13] 178: Checking user_migrations ** [13:10:38 2020-06-13] 178: Checking batch_updates ** [13:10:38 2020-06-13] 178: Checking gears ** [13:10:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:10:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:43 2020-06-13] 178: Checking imports ** [13:10:43 2020-06-13] 178: Checking exports ** [13:10:43 2020-06-13] 178: Checking users ** [13:10:43 2020-06-13] 178: Checking user_dbs ** [13:10:43 2020-06-13] 178: Checking geocodings ** [13:10:43 2020-06-13] 178: Checking synchronizations ** [13:10:43 2020-06-13] 178: Checking tracker ** [13:10:43 2020-06-13] 178: Checking user_migrations ** [13:10:43 2020-06-13] 178: Checking batch_updates ** [13:10:43 2020-06-13] 178: Checking gears ** [13:10:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:10:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:48 2020-06-13] 178: Checking imports ** [13:10:48 2020-06-13] 178: Checking exports ** [13:10:48 2020-06-13] 178: Checking users ** [13:10:48 2020-06-13] 178: Checking user_dbs ** [13:10:48 2020-06-13] 178: Checking geocodings ** [13:10:48 2020-06-13] 178: Checking synchronizations ** [13:10:48 2020-06-13] 178: Checking tracker ** [13:10:48 2020-06-13] 178: Checking user_migrations ** [13:10:48 2020-06-13] 178: Checking batch_updates ** [13:10:48 2020-06-13] 178: Checking gears ** [13:10:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:10:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:53 2020-06-13] 178: Checking imports ** [13:10:53 2020-06-13] 178: Checking exports ** [13:10:53 2020-06-13] 178: Checking users ** [13:10:53 2020-06-13] 178: Checking user_dbs ** [13:10:53 2020-06-13] 178: Checking geocodings ** [13:10:53 2020-06-13] 178: Checking synchronizations ** [13:10:53 2020-06-13] 178: Checking tracker ** [13:10:53 2020-06-13] 178: Checking user_migrations ** [13:10:53 2020-06-13] 178: Checking batch_updates ** [13:10:53 2020-06-13] 178: Checking gears ** [13:10:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:10:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:58 2020-06-13] 178: Checking imports ** [13:10:58 2020-06-13] 178: Checking exports ** [13:10:58 2020-06-13] 178: Checking users ** [13:10:58 2020-06-13] 178: Checking user_dbs ** [13:10:58 2020-06-13] 178: Checking geocodings ** [13:10:58 2020-06-13] 178: Checking synchronizations ** [13:10:58 2020-06-13] 178: Checking tracker ** [13:10:58 2020-06-13] 178: Checking user_migrations ** [13:10:58 2020-06-13] 178: Checking batch_updates ** [13:10:58 2020-06-13] 178: Checking gears ** [13:10:58 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:10:58 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:03 2020-06-13] 178: Checking imports ** [13:11:03 2020-06-13] 178: Checking exports ** [13:11:03 2020-06-13] 178: Checking users ** [13:11:03 2020-06-13] 178: Checking user_dbs ** [13:11:03 2020-06-13] 178: Checking geocodings ** [13:11:03 2020-06-13] 178: Checking synchronizations ** [13:11:03 2020-06-13] 178: Checking tracker ** [13:11:03 2020-06-13] 178: Checking user_migrations ** [13:11:03 2020-06-13] 178: Checking batch_updates ** [13:11:03 2020-06-13] 178: Checking gears ** [13:11:03 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:11:03 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:08 2020-06-13] 178: Checking imports ** [13:11:08 2020-06-13] 178: Checking exports ** [13:11:08 2020-06-13] 178: Checking users ** [13:11:08 2020-06-13] 178: Checking user_dbs ** [13:11:08 2020-06-13] 178: Checking geocodings ** [13:11:08 2020-06-13] 178: Checking synchronizations ** [13:11:08 2020-06-13] 178: Checking tracker ** [13:11:08 2020-06-13] 178: Checking user_migrations ** [13:11:08 2020-06-13] 178: Checking batch_updates ** [13:11:08 2020-06-13] 178: Checking gears ** [13:11:08 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:11:08 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:13 2020-06-13] 178: Checking imports ** [13:11:13 2020-06-13] 178: Checking exports ** [13:11:13 2020-06-13] 178: Checking users ** [13:11:13 2020-06-13] 178: Checking user_dbs ** [13:11:13 2020-06-13] 178: Checking geocodings ** [13:11:13 2020-06-13] 178: Checking synchronizations ** [13:11:13 2020-06-13] 178: Checking tracker ** [13:11:13 2020-06-13] 178: Checking user_migrations ** [13:11:13 2020-06-13] 178: Checking batch_updates ** [13:11:13 2020-06-13] 178: Checking gears ** [13:11:13 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:11:13 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:18 2020-06-13] 178: Checking imports ** [13:11:18 2020-06-13] 178: Checking exports ** [13:11:18 2020-06-13] 178: Checking users ** [13:11:18 2020-06-13] 178: Checking user_dbs ** [13:11:18 2020-06-13] 178: Checking geocodings ** [13:11:18 2020-06-13] 178: Checking synchronizations ** [13:11:18 2020-06-13] 178: Checking tracker ** [13:11:18 2020-06-13] 178: Checking user_migrations ** [13:11:18 2020-06-13] 178: Checking batch_updates ** [13:11:18 2020-06-13] 178: Checking gears ** [13:11:18 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:11:18 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:23 2020-06-13] 178: Checking imports ** [13:11:23 2020-06-13] 178: Checking exports ** [13:11:23 2020-06-13] 178: Checking users ** [13:11:23 2020-06-13] 178: Checking user_dbs ** [13:11:23 2020-06-13] 178: Checking geocodings ** [13:11:23 2020-06-13] 178: Checking synchronizations ** [13:11:23 2020-06-13] 178: Checking tracker ** [13:11:23 2020-06-13] 178: Checking user_migrations ** [13:11:23 2020-06-13] 178: Checking batch_updates ** [13:11:23 2020-06-13] 178: Checking gears ** [13:11:23 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:11:23 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:28 2020-06-13] 178: Checking imports ** [13:11:28 2020-06-13] 178: Checking exports ** [13:11:28 2020-06-13] 178: Checking users ** [13:11:28 2020-06-13] 178: Checking user_dbs ** [13:11:28 2020-06-13] 178: Checking geocodings ** [13:11:28 2020-06-13] 178: Checking synchronizations ** [13:11:28 2020-06-13] 178: Checking tracker ** [13:11:28 2020-06-13] 178: Checking user_migrations ** [13:11:28 2020-06-13] 178: Checking batch_updates ** [13:11:28 2020-06-13] 178: Checking gears ** [13:11:28 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:11:28 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:33 2020-06-13] 178: Checking imports ** [13:11:33 2020-06-13] 178: Checking exports ** [13:11:33 2020-06-13] 178: Checking users ** [13:11:33 2020-06-13] 178: Checking user_dbs ** [13:11:33 2020-06-13] 178: Checking geocodings ** [13:11:33 2020-06-13] 178: Checking synchronizations ** [13:11:33 2020-06-13] 178: Checking tracker ** [13:11:33 2020-06-13] 178: Checking user_migrations ** [13:11:33 2020-06-13] 178: Checking batch_updates ** [13:11:33 2020-06-13] 178: Checking gears ** [13:11:33 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:11:33 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:38 2020-06-13] 178: Checking imports ** [13:11:38 2020-06-13] 178: Checking exports ** [13:11:38 2020-06-13] 178: Checking users ** [13:11:38 2020-06-13] 178: Checking user_dbs ** [13:11:38 2020-06-13] 178: Checking geocodings ** [13:11:38 2020-06-13] 178: Checking synchronizations ** [13:11:38 2020-06-13] 178: Checking tracker ** [13:11:38 2020-06-13] 178: Checking user_migrations ** [13:11:38 2020-06-13] 178: Checking batch_updates ** [13:11:38 2020-06-13] 178: Checking gears ** [13:11:38 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:11:38 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:43 2020-06-13] 178: Checking imports ** [13:11:43 2020-06-13] 178: Checking exports ** [13:11:43 2020-06-13] 178: Checking users ** [13:11:43 2020-06-13] 178: Checking user_dbs ** [13:11:43 2020-06-13] 178: Checking geocodings ** [13:11:43 2020-06-13] 178: Checking synchronizations ** [13:11:43 2020-06-13] 178: Checking tracker ** [13:11:43 2020-06-13] 178: Checking user_migrations ** [13:11:43 2020-06-13] 178: Checking batch_updates ** [13:11:43 2020-06-13] 178: Checking gears ** [13:11:43 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:11:43 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:48 2020-06-13] 178: Checking imports ** [13:11:48 2020-06-13] 178: Checking exports ** [13:11:48 2020-06-13] 178: Checking users ** [13:11:48 2020-06-13] 178: Checking user_dbs ** [13:11:48 2020-06-13] 178: Checking geocodings ** [13:11:48 2020-06-13] 178: Checking synchronizations ** [13:11:48 2020-06-13] 178: Checking tracker ** [13:11:48 2020-06-13] 178: Checking user_migrations ** [13:11:48 2020-06-13] 178: Checking batch_updates ** [13:11:48 2020-06-13] 178: Checking gears ** [13:11:48 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:11:48 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:53 2020-06-13] 178: Checking imports ** [13:11:53 2020-06-13] 178: Checking exports ** [13:11:53 2020-06-13] 178: Checking users ** [13:11:53 2020-06-13] 178: Checking user_dbs ** [13:11:53 2020-06-13] 178: Checking geocodings ** [13:11:53 2020-06-13] 178: Checking synchronizations ** [13:11:53 2020-06-13] 178: Checking tracker ** [13:11:53 2020-06-13] 178: Checking user_migrations ** [13:11:53 2020-06-13] 178: Checking batch_updates ** [13:11:53 2020-06-13] 178: Checking gears ** [13:11:53 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:11:53 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:58 2020-06-13] 178: Checking imports ** [13:11:58 2020-06-13] 178: Checking exports ** [13:11:58 2020-06-13] 178: Checking users ** [13:11:58 2020-06-13] 178: Checking user_dbs ** [13:11:58 2020-06-13] 178: Checking geocodings ** [13:11:58 2020-06-13] 178: Checking synchronizations ** [13:11:59 2020-06-13] 178: Checking tracker ** [13:11:59 2020-06-13] 178: Checking user_migrations ** [13:11:59 2020-06-13] 178: Checking batch_updates ** [13:11:59 2020-06-13] 178: Checking gears ** [13:11:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:11:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:04 2020-06-13] 178: Checking imports ** [13:12:04 2020-06-13] 178: Checking exports ** [13:12:04 2020-06-13] 178: Checking users ** [13:12:04 2020-06-13] 178: Checking user_dbs ** [13:12:04 2020-06-13] 178: Checking geocodings ** [13:12:04 2020-06-13] 178: Checking synchronizations ** [13:12:04 2020-06-13] 178: Checking tracker ** [13:12:04 2020-06-13] 178: Checking user_migrations ** [13:12:04 2020-06-13] 178: Checking batch_updates ** [13:12:04 2020-06-13] 178: Checking gears ** [13:12:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:12:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:09 2020-06-13] 178: Checking imports ** [13:12:09 2020-06-13] 178: Checking exports ** [13:12:09 2020-06-13] 178: Checking users ** [13:12:09 2020-06-13] 178: Checking user_dbs ** [13:12:09 2020-06-13] 178: Checking geocodings ** [13:12:09 2020-06-13] 178: Checking synchronizations ** [13:12:09 2020-06-13] 178: Checking tracker ** [13:12:09 2020-06-13] 178: Checking user_migrations ** [13:12:09 2020-06-13] 178: Checking batch_updates ** [13:12:09 2020-06-13] 178: Checking gears ** [13:12:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:12:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:14 2020-06-13] 178: Checking imports ** [13:12:14 2020-06-13] 178: Checking exports ** [13:12:14 2020-06-13] 178: Checking users ** [13:12:14 2020-06-13] 178: Checking user_dbs ** [13:12:14 2020-06-13] 178: Checking geocodings ** [13:12:14 2020-06-13] 178: Checking synchronizations ** [13:12:14 2020-06-13] 178: Checking tracker ** [13:12:14 2020-06-13] 178: Checking user_migrations ** [13:12:14 2020-06-13] 178: Checking batch_updates ** [13:12:14 2020-06-13] 178: Checking gears ** [13:12:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:12:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:19 2020-06-13] 178: Checking imports ** [13:12:19 2020-06-13] 178: Checking exports ** [13:12:19 2020-06-13] 178: Checking users ** [13:12:19 2020-06-13] 178: Checking user_dbs ** [13:12:19 2020-06-13] 178: Checking geocodings ** [13:12:19 2020-06-13] 178: Checking synchronizations ** [13:12:19 2020-06-13] 178: Checking tracker ** [13:12:19 2020-06-13] 178: Checking user_migrations ** [13:12:19 2020-06-13] 178: Checking batch_updates ** [13:12:19 2020-06-13] 178: Checking gears ** [13:12:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:12:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:24 2020-06-13] 178: Checking imports ** [13:12:24 2020-06-13] 178: Checking exports ** [13:12:24 2020-06-13] 178: Checking users ** [13:12:24 2020-06-13] 178: Checking user_dbs ** [13:12:24 2020-06-13] 178: Checking geocodings ** [13:12:24 2020-06-13] 178: Checking synchronizations ** [13:12:24 2020-06-13] 178: Checking tracker ** [13:12:24 2020-06-13] 178: Checking user_migrations ** [13:12:24 2020-06-13] 178: Checking batch_updates ** [13:12:24 2020-06-13] 178: Checking gears ** [13:12:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:12:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:29 2020-06-13] 178: Checking imports ** [13:12:29 2020-06-13] 178: Checking exports ** [13:12:29 2020-06-13] 178: Checking users ** [13:12:29 2020-06-13] 178: Checking user_dbs ** [13:12:29 2020-06-13] 178: Checking geocodings ** [13:12:29 2020-06-13] 178: Checking synchronizations ** [13:12:29 2020-06-13] 178: Checking tracker ** [13:12:29 2020-06-13] 178: Checking user_migrations ** [13:12:29 2020-06-13] 178: Checking batch_updates ** [13:12:29 2020-06-13] 178: Checking gears ** [13:12:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:12:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:34 2020-06-13] 178: Checking imports ** [13:12:34 2020-06-13] 178: Checking exports ** [13:12:34 2020-06-13] 178: Checking users ** [13:12:34 2020-06-13] 178: Checking user_dbs ** [13:12:34 2020-06-13] 178: Checking geocodings ** [13:12:34 2020-06-13] 178: Checking synchronizations ** [13:12:34 2020-06-13] 178: Checking tracker ** [13:12:34 2020-06-13] 178: Checking user_migrations ** [13:12:34 2020-06-13] 178: Checking batch_updates ** [13:12:34 2020-06-13] 178: Checking gears ** [13:12:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:12:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:39 2020-06-13] 178: Checking imports ** [13:12:39 2020-06-13] 178: Checking exports ** [13:12:39 2020-06-13] 178: Checking users ** [13:12:39 2020-06-13] 178: Checking user_dbs ** [13:12:39 2020-06-13] 178: Checking geocodings ** [13:12:39 2020-06-13] 178: Checking synchronizations ** [13:12:39 2020-06-13] 178: Checking tracker ** [13:12:39 2020-06-13] 178: Checking user_migrations ** [13:12:39 2020-06-13] 178: Checking batch_updates ** [13:12:39 2020-06-13] 178: Checking gears ** [13:12:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:12:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:44 2020-06-13] 178: Checking imports ** [13:12:44 2020-06-13] 178: Checking exports ** [13:12:44 2020-06-13] 178: Checking users ** [13:12:44 2020-06-13] 178: Checking user_dbs ** [13:12:44 2020-06-13] 178: Checking geocodings ** [13:12:44 2020-06-13] 178: Checking synchronizations ** [13:12:44 2020-06-13] 178: Checking tracker ** [13:12:44 2020-06-13] 178: Checking user_migrations ** [13:12:44 2020-06-13] 178: Checking batch_updates ** [13:12:44 2020-06-13] 178: Checking gears ** [13:12:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:12:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:49 2020-06-13] 178: Checking imports ** [13:12:49 2020-06-13] 178: Checking exports ** [13:12:49 2020-06-13] 178: Checking users ** [13:12:49 2020-06-13] 178: Checking user_dbs ** [13:12:49 2020-06-13] 178: Checking geocodings ** [13:12:49 2020-06-13] 178: Checking synchronizations ** [13:12:49 2020-06-13] 178: Checking tracker ** [13:12:49 2020-06-13] 178: Checking user_migrations ** [13:12:49 2020-06-13] 178: Checking batch_updates ** [13:12:49 2020-06-13] 178: Checking gears ** [13:12:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:12:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:54 2020-06-13] 178: Checking imports ** [13:12:54 2020-06-13] 178: Checking exports ** [13:12:54 2020-06-13] 178: Checking users ** [13:12:54 2020-06-13] 178: Checking user_dbs ** [13:12:54 2020-06-13] 178: Checking geocodings ** [13:12:54 2020-06-13] 178: Checking synchronizations ** [13:12:54 2020-06-13] 178: Checking tracker ** [13:12:54 2020-06-13] 178: Checking user_migrations ** [13:12:54 2020-06-13] 178: Checking batch_updates ** [13:12:54 2020-06-13] 178: Checking gears ** [13:12:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:12:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:59 2020-06-13] 178: Checking imports ** [13:12:59 2020-06-13] 178: Checking exports ** [13:12:59 2020-06-13] 178: Checking users ** [13:12:59 2020-06-13] 178: Checking user_dbs ** [13:12:59 2020-06-13] 178: Checking geocodings ** [13:12:59 2020-06-13] 178: Checking synchronizations ** [13:12:59 2020-06-13] 178: Checking tracker ** [13:12:59 2020-06-13] 178: Checking user_migrations ** [13:12:59 2020-06-13] 178: Checking batch_updates ** [13:12:59 2020-06-13] 178: Checking gears ** [13:12:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:12:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:04 2020-06-13] 178: Checking imports ** [13:13:04 2020-06-13] 178: Checking exports ** [13:13:04 2020-06-13] 178: Checking users ** [13:13:04 2020-06-13] 178: Checking user_dbs ** [13:13:04 2020-06-13] 178: Checking geocodings ** [13:13:04 2020-06-13] 178: Checking synchronizations ** [13:13:04 2020-06-13] 178: Checking tracker ** [13:13:04 2020-06-13] 178: Checking user_migrations ** [13:13:04 2020-06-13] 178: Checking batch_updates ** [13:13:04 2020-06-13] 178: Checking gears ** [13:13:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:13:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:09 2020-06-13] 178: Checking imports ** [13:13:09 2020-06-13] 178: Checking exports ** [13:13:09 2020-06-13] 178: Checking users ** [13:13:09 2020-06-13] 178: Checking user_dbs ** [13:13:09 2020-06-13] 178: Checking geocodings ** [13:13:09 2020-06-13] 178: Checking synchronizations ** [13:13:09 2020-06-13] 178: Checking tracker ** [13:13:09 2020-06-13] 178: Checking user_migrations ** [13:13:09 2020-06-13] 178: Checking batch_updates ** [13:13:09 2020-06-13] 178: Checking gears ** [13:13:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:13:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:14 2020-06-13] 178: Checking imports ** [13:13:14 2020-06-13] 178: Checking exports ** [13:13:14 2020-06-13] 178: Checking users ** [13:13:14 2020-06-13] 178: Checking user_dbs ** [13:13:14 2020-06-13] 178: Checking geocodings ** [13:13:14 2020-06-13] 178: Checking synchronizations ** [13:13:14 2020-06-13] 178: Checking tracker ** [13:13:14 2020-06-13] 178: Checking user_migrations ** [13:13:14 2020-06-13] 178: Checking batch_updates ** [13:13:14 2020-06-13] 178: Checking gears ** [13:13:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:13:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:19 2020-06-13] 178: Checking imports ** [13:13:19 2020-06-13] 178: Checking exports ** [13:13:19 2020-06-13] 178: Checking users ** [13:13:19 2020-06-13] 178: Checking user_dbs ** [13:13:19 2020-06-13] 178: Checking geocodings ** [13:13:19 2020-06-13] 178: Checking synchronizations ** [13:13:19 2020-06-13] 178: Checking tracker ** [13:13:19 2020-06-13] 178: Checking user_migrations ** [13:13:19 2020-06-13] 178: Checking batch_updates ** [13:13:19 2020-06-13] 178: Checking gears ** [13:13:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:13:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:24 2020-06-13] 178: Checking imports ** [13:13:24 2020-06-13] 178: Checking exports ** [13:13:24 2020-06-13] 178: Checking users ** [13:13:24 2020-06-13] 178: Checking user_dbs ** [13:13:24 2020-06-13] 178: Checking geocodings ** [13:13:24 2020-06-13] 178: Checking synchronizations ** [13:13:24 2020-06-13] 178: Checking tracker ** [13:13:24 2020-06-13] 178: Checking user_migrations ** [13:13:24 2020-06-13] 178: Checking batch_updates ** [13:13:24 2020-06-13] 178: Checking gears ** [13:13:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:13:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:29 2020-06-13] 178: Checking imports ** [13:13:29 2020-06-13] 178: Checking exports ** [13:13:29 2020-06-13] 178: Checking users ** [13:13:29 2020-06-13] 178: Checking user_dbs ** [13:13:29 2020-06-13] 178: Checking geocodings ** [13:13:29 2020-06-13] 178: Checking synchronizations ** [13:13:29 2020-06-13] 178: Checking tracker ** [13:13:29 2020-06-13] 178: Checking user_migrations ** [13:13:29 2020-06-13] 178: Checking batch_updates ** [13:13:29 2020-06-13] 178: Checking gears ** [13:13:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:13:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:34 2020-06-13] 178: Checking imports ** [13:13:34 2020-06-13] 178: Checking exports ** [13:13:34 2020-06-13] 178: Checking users ** [13:13:34 2020-06-13] 178: Checking user_dbs ** [13:13:34 2020-06-13] 178: Checking geocodings ** [13:13:34 2020-06-13] 178: Checking synchronizations ** [13:13:34 2020-06-13] 178: Checking tracker ** [13:13:34 2020-06-13] 178: Checking user_migrations ** [13:13:34 2020-06-13] 178: Checking batch_updates ** [13:13:34 2020-06-13] 178: Checking gears ** [13:13:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:13:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:39 2020-06-13] 178: Checking imports ** [13:13:39 2020-06-13] 178: Checking exports ** [13:13:39 2020-06-13] 178: Checking users ** [13:13:39 2020-06-13] 178: Checking user_dbs ** [13:13:39 2020-06-13] 178: Checking geocodings ** [13:13:39 2020-06-13] 178: Checking synchronizations ** [13:13:39 2020-06-13] 178: Checking tracker ** [13:13:39 2020-06-13] 178: Checking user_migrations ** [13:13:39 2020-06-13] 178: Checking batch_updates ** [13:13:39 2020-06-13] 178: Checking gears ** [13:13:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:13:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:44 2020-06-13] 178: Checking imports ** [13:13:44 2020-06-13] 178: Checking exports ** [13:13:44 2020-06-13] 178: Checking users ** [13:13:44 2020-06-13] 178: Checking user_dbs ** [13:13:44 2020-06-13] 178: Checking geocodings ** [13:13:44 2020-06-13] 178: Checking synchronizations ** [13:13:44 2020-06-13] 178: Checking tracker ** [13:13:44 2020-06-13] 178: Checking user_migrations ** [13:13:44 2020-06-13] 178: Checking batch_updates ** [13:13:44 2020-06-13] 178: Checking gears ** [13:13:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:13:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:49 2020-06-13] 178: Checking imports ** [13:13:49 2020-06-13] 178: Checking exports ** [13:13:49 2020-06-13] 178: Checking users ** [13:13:49 2020-06-13] 178: Checking user_dbs ** [13:13:49 2020-06-13] 178: Checking geocodings ** [13:13:49 2020-06-13] 178: Checking synchronizations ** [13:13:49 2020-06-13] 178: Checking tracker ** [13:13:49 2020-06-13] 178: Checking user_migrations ** [13:13:49 2020-06-13] 178: Checking batch_updates ** [13:13:49 2020-06-13] 178: Checking gears ** [13:13:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:13:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:54 2020-06-13] 178: Checking imports ** [13:13:54 2020-06-13] 178: Checking exports ** [13:13:54 2020-06-13] 178: Checking users ** [13:13:54 2020-06-13] 178: Checking user_dbs ** [13:13:54 2020-06-13] 178: Checking geocodings ** [13:13:54 2020-06-13] 178: Checking synchronizations ** [13:13:54 2020-06-13] 178: Checking tracker ** [13:13:54 2020-06-13] 178: Checking user_migrations ** [13:13:54 2020-06-13] 178: Checking batch_updates ** [13:13:54 2020-06-13] 178: Checking gears ** [13:13:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:13:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:59 2020-06-13] 178: Checking imports ** [13:13:59 2020-06-13] 178: Checking exports ** [13:13:59 2020-06-13] 178: Checking users ** [13:13:59 2020-06-13] 178: Checking user_dbs ** [13:13:59 2020-06-13] 178: Checking geocodings ** [13:13:59 2020-06-13] 178: Checking synchronizations ** [13:13:59 2020-06-13] 178: Checking tracker ** [13:13:59 2020-06-13] 178: Checking user_migrations ** [13:13:59 2020-06-13] 178: Checking batch_updates ** [13:13:59 2020-06-13] 178: Checking gears ** [13:13:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:13:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:04 2020-06-13] 178: Checking imports ** [13:14:04 2020-06-13] 178: Checking exports ** [13:14:04 2020-06-13] 178: Checking users ** [13:14:04 2020-06-13] 178: Checking user_dbs ** [13:14:04 2020-06-13] 178: Checking geocodings ** [13:14:04 2020-06-13] 178: Checking synchronizations ** [13:14:04 2020-06-13] 178: Checking tracker ** [13:14:04 2020-06-13] 178: Checking user_migrations ** [13:14:04 2020-06-13] 178: Checking batch_updates ** [13:14:04 2020-06-13] 178: Checking gears ** [13:14:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:14:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:09 2020-06-13] 178: Checking imports ** [13:14:09 2020-06-13] 178: Checking exports ** [13:14:09 2020-06-13] 178: Checking users ** [13:14:09 2020-06-13] 178: Checking user_dbs ** [13:14:09 2020-06-13] 178: Checking geocodings ** [13:14:09 2020-06-13] 178: Checking synchronizations ** [13:14:09 2020-06-13] 178: Checking tracker ** [13:14:09 2020-06-13] 178: Checking user_migrations ** [13:14:09 2020-06-13] 178: Checking batch_updates ** [13:14:09 2020-06-13] 178: Checking gears ** [13:14:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:14:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:14 2020-06-13] 178: Checking imports ** [13:14:14 2020-06-13] 178: Checking exports ** [13:14:14 2020-06-13] 178: Checking users ** [13:14:14 2020-06-13] 178: Checking user_dbs ** [13:14:14 2020-06-13] 178: Checking geocodings ** [13:14:14 2020-06-13] 178: Checking synchronizations ** [13:14:14 2020-06-13] 178: Checking tracker ** [13:14:14 2020-06-13] 178: Checking user_migrations ** [13:14:14 2020-06-13] 178: Checking batch_updates ** [13:14:14 2020-06-13] 178: Checking gears ** [13:14:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:14:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:19 2020-06-13] 178: Checking imports ** [13:14:19 2020-06-13] 178: Checking exports ** [13:14:19 2020-06-13] 178: Checking users ** [13:14:19 2020-06-13] 178: Checking user_dbs ** [13:14:19 2020-06-13] 178: Checking geocodings ** [13:14:19 2020-06-13] 178: Checking synchronizations ** [13:14:19 2020-06-13] 178: Checking tracker ** [13:14:19 2020-06-13] 178: Checking user_migrations ** [13:14:19 2020-06-13] 178: Checking batch_updates ** [13:14:19 2020-06-13] 178: Checking gears ** [13:14:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:14:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:24 2020-06-13] 178: Checking imports ** [13:14:24 2020-06-13] 178: Checking exports ** [13:14:24 2020-06-13] 178: Checking users ** [13:14:24 2020-06-13] 178: Checking user_dbs ** [13:14:24 2020-06-13] 178: Checking geocodings ** [13:14:24 2020-06-13] 178: Checking synchronizations ** [13:14:24 2020-06-13] 178: Checking tracker ** [13:14:24 2020-06-13] 178: Checking user_migrations ** [13:14:24 2020-06-13] 178: Checking batch_updates ** [13:14:24 2020-06-13] 178: Checking gears ** [13:14:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:14:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:29 2020-06-13] 178: Checking imports ** [13:14:29 2020-06-13] 178: Checking exports ** [13:14:29 2020-06-13] 178: Checking users ** [13:14:29 2020-06-13] 178: Checking user_dbs ** [13:14:29 2020-06-13] 178: Checking geocodings ** [13:14:29 2020-06-13] 178: Checking synchronizations ** [13:14:29 2020-06-13] 178: Checking tracker ** [13:14:29 2020-06-13] 178: Checking user_migrations ** [13:14:29 2020-06-13] 178: Checking batch_updates ** [13:14:29 2020-06-13] 178: Checking gears ** [13:14:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:14:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:34 2020-06-13] 178: Checking imports ** [13:14:34 2020-06-13] 178: Checking exports ** [13:14:34 2020-06-13] 178: Checking users ** [13:14:34 2020-06-13] 178: Checking user_dbs ** [13:14:34 2020-06-13] 178: Checking geocodings ** [13:14:34 2020-06-13] 178: Checking synchronizations ** [13:14:34 2020-06-13] 178: Checking tracker ** [13:14:34 2020-06-13] 178: Checking user_migrations ** [13:14:34 2020-06-13] 178: Checking batch_updates ** [13:14:34 2020-06-13] 178: Checking gears ** [13:14:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:14:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:39 2020-06-13] 178: Checking imports ** [13:14:39 2020-06-13] 178: Checking exports ** [13:14:39 2020-06-13] 178: Checking users ** [13:14:39 2020-06-13] 178: Checking user_dbs ** [13:14:39 2020-06-13] 178: Checking geocodings ** [13:14:39 2020-06-13] 178: Checking synchronizations ** [13:14:39 2020-06-13] 178: Checking tracker ** [13:14:39 2020-06-13] 178: Checking user_migrations ** [13:14:39 2020-06-13] 178: Checking batch_updates ** [13:14:39 2020-06-13] 178: Checking gears ** [13:14:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:14:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:44 2020-06-13] 178: Checking imports ** [13:14:44 2020-06-13] 178: Checking exports ** [13:14:44 2020-06-13] 178: Checking users ** [13:14:44 2020-06-13] 178: Checking user_dbs ** [13:14:44 2020-06-13] 178: Checking geocodings ** [13:14:44 2020-06-13] 178: Checking synchronizations ** [13:14:44 2020-06-13] 178: Checking tracker ** [13:14:44 2020-06-13] 178: Checking user_migrations ** [13:14:44 2020-06-13] 178: Checking batch_updates ** [13:14:44 2020-06-13] 178: Checking gears ** [13:14:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:14:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:49 2020-06-13] 178: Checking imports ** [13:14:49 2020-06-13] 178: Checking exports ** [13:14:49 2020-06-13] 178: Checking users ** [13:14:49 2020-06-13] 178: Checking user_dbs ** [13:14:49 2020-06-13] 178: Checking geocodings ** [13:14:49 2020-06-13] 178: Checking synchronizations ** [13:14:49 2020-06-13] 178: Checking tracker ** [13:14:49 2020-06-13] 178: Checking user_migrations ** [13:14:49 2020-06-13] 178: Checking batch_updates ** [13:14:49 2020-06-13] 178: Checking gears ** [13:14:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:14:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:54 2020-06-13] 178: Checking imports ** [13:14:54 2020-06-13] 178: Checking exports ** [13:14:54 2020-06-13] 178: Checking users ** [13:14:54 2020-06-13] 178: Checking user_dbs ** [13:14:54 2020-06-13] 178: Checking geocodings ** [13:14:54 2020-06-13] 178: Checking synchronizations ** [13:14:54 2020-06-13] 178: Checking tracker ** [13:14:54 2020-06-13] 178: Checking user_migrations ** [13:14:54 2020-06-13] 178: Checking batch_updates ** [13:14:54 2020-06-13] 178: Checking gears ** [13:14:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:14:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:59 2020-06-13] 178: Checking imports ** [13:14:59 2020-06-13] 178: Checking exports ** [13:14:59 2020-06-13] 178: Checking users ** [13:14:59 2020-06-13] 178: Checking user_dbs ** [13:14:59 2020-06-13] 178: Checking geocodings ** [13:14:59 2020-06-13] 178: Checking synchronizations ** [13:14:59 2020-06-13] 178: Checking tracker ** [13:14:59 2020-06-13] 178: Checking user_migrations ** [13:14:59 2020-06-13] 178: Checking batch_updates ** [13:14:59 2020-06-13] 178: Checking gears ** [13:14:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:14:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:04 2020-06-13] 178: Checking imports ** [13:15:04 2020-06-13] 178: Checking exports ** [13:15:04 2020-06-13] 178: Checking users ** [13:15:04 2020-06-13] 178: Checking user_dbs ** [13:15:04 2020-06-13] 178: Checking geocodings ** [13:15:04 2020-06-13] 178: Checking synchronizations ** [13:15:04 2020-06-13] 178: Checking tracker ** [13:15:04 2020-06-13] 178: Checking user_migrations ** [13:15:04 2020-06-13] 178: Checking batch_updates ** [13:15:04 2020-06-13] 178: Checking gears ** [13:15:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:15:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:09 2020-06-13] 178: Checking imports ** [13:15:09 2020-06-13] 178: Checking exports ** [13:15:09 2020-06-13] 178: Checking users ** [13:15:09 2020-06-13] 178: Checking user_dbs ** [13:15:09 2020-06-13] 178: Checking geocodings ** [13:15:09 2020-06-13] 178: Checking synchronizations ** [13:15:09 2020-06-13] 178: Checking tracker ** [13:15:09 2020-06-13] 178: Checking user_migrations ** [13:15:09 2020-06-13] 178: Checking batch_updates ** [13:15:09 2020-06-13] 178: Checking gears ** [13:15:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:15:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:14 2020-06-13] 178: Checking imports ** [13:15:14 2020-06-13] 178: Checking exports ** [13:15:14 2020-06-13] 178: Checking users ** [13:15:14 2020-06-13] 178: Checking user_dbs ** [13:15:14 2020-06-13] 178: Checking geocodings ** [13:15:14 2020-06-13] 178: Checking synchronizations ** [13:15:14 2020-06-13] 178: Checking tracker ** [13:15:14 2020-06-13] 178: Checking user_migrations ** [13:15:14 2020-06-13] 178: Checking batch_updates ** [13:15:14 2020-06-13] 178: Checking gears ** [13:15:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:15:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:19 2020-06-13] 178: Checking imports ** [13:15:19 2020-06-13] 178: Checking exports ** [13:15:19 2020-06-13] 178: Checking users ** [13:15:19 2020-06-13] 178: Checking user_dbs ** [13:15:19 2020-06-13] 178: Checking geocodings ** [13:15:19 2020-06-13] 178: Checking synchronizations ** [13:15:19 2020-06-13] 178: Checking tracker ** [13:15:19 2020-06-13] 178: Checking user_migrations ** [13:15:19 2020-06-13] 178: Checking batch_updates ** [13:15:19 2020-06-13] 178: Checking gears ** [13:15:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:15:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:24 2020-06-13] 178: Checking imports ** [13:15:24 2020-06-13] 178: Checking exports ** [13:15:24 2020-06-13] 178: Checking users ** [13:15:24 2020-06-13] 178: Checking user_dbs ** [13:15:24 2020-06-13] 178: Checking geocodings ** [13:15:24 2020-06-13] 178: Checking synchronizations ** [13:15:24 2020-06-13] 178: Checking tracker ** [13:15:24 2020-06-13] 178: Checking user_migrations ** [13:15:24 2020-06-13] 178: Checking batch_updates ** [13:15:24 2020-06-13] 178: Checking gears ** [13:15:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:15:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:29 2020-06-13] 178: Checking imports ** [13:15:29 2020-06-13] 178: Checking exports ** [13:15:29 2020-06-13] 178: Checking users ** [13:15:29 2020-06-13] 178: Checking user_dbs ** [13:15:29 2020-06-13] 178: Checking geocodings ** [13:15:29 2020-06-13] 178: Checking synchronizations ** [13:15:29 2020-06-13] 178: Checking tracker ** [13:15:29 2020-06-13] 178: Checking user_migrations ** [13:15:29 2020-06-13] 178: Checking batch_updates ** [13:15:29 2020-06-13] 178: Checking gears ** [13:15:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:15:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:34 2020-06-13] 178: Checking imports ** [13:15:34 2020-06-13] 178: Checking exports ** [13:15:34 2020-06-13] 178: Checking users ** [13:15:34 2020-06-13] 178: Checking user_dbs ** [13:15:34 2020-06-13] 178: Checking geocodings ** [13:15:34 2020-06-13] 178: Checking synchronizations ** [13:15:34 2020-06-13] 178: Checking tracker ** [13:15:34 2020-06-13] 178: Checking user_migrations ** [13:15:34 2020-06-13] 178: Checking batch_updates ** [13:15:34 2020-06-13] 178: Checking gears ** [13:15:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:15:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:39 2020-06-13] 178: Checking imports ** [13:15:39 2020-06-13] 178: Checking exports ** [13:15:39 2020-06-13] 178: Checking users ** [13:15:39 2020-06-13] 178: Checking user_dbs ** [13:15:39 2020-06-13] 178: Checking geocodings ** [13:15:39 2020-06-13] 178: Checking synchronizations ** [13:15:39 2020-06-13] 178: Checking tracker ** [13:15:39 2020-06-13] 178: Checking user_migrations ** [13:15:39 2020-06-13] 178: Checking batch_updates ** [13:15:39 2020-06-13] 178: Checking gears ** [13:15:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:15:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:44 2020-06-13] 178: Checking imports ** [13:15:44 2020-06-13] 178: Checking exports ** [13:15:44 2020-06-13] 178: Checking users ** [13:15:44 2020-06-13] 178: Checking user_dbs ** [13:15:44 2020-06-13] 178: Checking geocodings ** [13:15:44 2020-06-13] 178: Checking synchronizations ** [13:15:44 2020-06-13] 178: Checking tracker ** [13:15:44 2020-06-13] 178: Checking user_migrations ** [13:15:44 2020-06-13] 178: Checking batch_updates ** [13:15:44 2020-06-13] 178: Checking gears ** [13:15:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:15:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:49 2020-06-13] 178: Checking imports ** [13:15:49 2020-06-13] 178: Checking exports ** [13:15:49 2020-06-13] 178: Checking users ** [13:15:49 2020-06-13] 178: Checking user_dbs ** [13:15:49 2020-06-13] 178: Checking geocodings ** [13:15:49 2020-06-13] 178: Checking synchronizations ** [13:15:49 2020-06-13] 178: Checking tracker ** [13:15:49 2020-06-13] 178: Checking user_migrations ** [13:15:49 2020-06-13] 178: Checking batch_updates ** [13:15:49 2020-06-13] 178: Checking gears ** [13:15:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:15:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:54 2020-06-13] 178: Checking imports ** [13:15:54 2020-06-13] 178: Checking exports ** [13:15:54 2020-06-13] 178: Checking users ** [13:15:54 2020-06-13] 178: Checking user_dbs ** [13:15:54 2020-06-13] 178: Checking geocodings ** [13:15:54 2020-06-13] 178: Checking synchronizations ** [13:15:54 2020-06-13] 178: Checking tracker ** [13:15:54 2020-06-13] 178: Checking user_migrations ** [13:15:54 2020-06-13] 178: Checking batch_updates ** [13:15:54 2020-06-13] 178: Checking gears ** [13:15:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:15:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:59 2020-06-13] 178: Checking imports ** [13:15:59 2020-06-13] 178: Checking exports ** [13:15:59 2020-06-13] 178: Checking users ** [13:15:59 2020-06-13] 178: Checking user_dbs ** [13:15:59 2020-06-13] 178: Checking geocodings ** [13:15:59 2020-06-13] 178: Checking synchronizations ** [13:15:59 2020-06-13] 178: Checking tracker ** [13:15:59 2020-06-13] 178: Checking user_migrations ** [13:15:59 2020-06-13] 178: Checking batch_updates ** [13:15:59 2020-06-13] 178: Checking gears ** [13:15:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:15:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:04 2020-06-13] 178: Checking imports ** [13:16:04 2020-06-13] 178: Checking exports ** [13:16:04 2020-06-13] 178: Checking users ** [13:16:04 2020-06-13] 178: Checking user_dbs ** [13:16:04 2020-06-13] 178: Checking geocodings ** [13:16:04 2020-06-13] 178: Checking synchronizations ** [13:16:04 2020-06-13] 178: Checking tracker ** [13:16:04 2020-06-13] 178: Checking user_migrations ** [13:16:04 2020-06-13] 178: Checking batch_updates ** [13:16:04 2020-06-13] 178: Checking gears ** [13:16:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:16:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:09 2020-06-13] 178: Checking imports ** [13:16:09 2020-06-13] 178: Checking exports ** [13:16:09 2020-06-13] 178: Checking users ** [13:16:09 2020-06-13] 178: Checking user_dbs ** [13:16:09 2020-06-13] 178: Checking geocodings ** [13:16:09 2020-06-13] 178: Checking synchronizations ** [13:16:09 2020-06-13] 178: Checking tracker ** [13:16:09 2020-06-13] 178: Checking user_migrations ** [13:16:09 2020-06-13] 178: Checking batch_updates ** [13:16:09 2020-06-13] 178: Checking gears ** [13:16:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:16:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:14 2020-06-13] 178: Checking imports ** [13:16:14 2020-06-13] 178: Checking exports ** [13:16:14 2020-06-13] 178: Checking users ** [13:16:14 2020-06-13] 178: Checking user_dbs ** [13:16:14 2020-06-13] 178: Checking geocodings ** [13:16:14 2020-06-13] 178: Checking synchronizations ** [13:16:14 2020-06-13] 178: Checking tracker ** [13:16:14 2020-06-13] 178: Checking user_migrations ** [13:16:14 2020-06-13] 178: Checking batch_updates ** [13:16:14 2020-06-13] 178: Checking gears ** [13:16:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:16:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:19 2020-06-13] 178: Checking imports ** [13:16:19 2020-06-13] 178: Checking exports ** [13:16:19 2020-06-13] 178: Checking users ** [13:16:19 2020-06-13] 178: Checking user_dbs ** [13:16:19 2020-06-13] 178: Checking geocodings ** [13:16:19 2020-06-13] 178: Checking synchronizations ** [13:16:19 2020-06-13] 178: Checking tracker ** [13:16:19 2020-06-13] 178: Checking user_migrations ** [13:16:19 2020-06-13] 178: Checking batch_updates ** [13:16:19 2020-06-13] 178: Checking gears ** [13:16:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:16:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:24 2020-06-13] 178: Checking imports ** [13:16:24 2020-06-13] 178: Checking exports ** [13:16:24 2020-06-13] 178: Checking users ** [13:16:24 2020-06-13] 178: Checking user_dbs ** [13:16:24 2020-06-13] 178: Checking geocodings ** [13:16:24 2020-06-13] 178: Checking synchronizations ** [13:16:24 2020-06-13] 178: Checking tracker ** [13:16:24 2020-06-13] 178: Checking user_migrations ** [13:16:24 2020-06-13] 178: Checking batch_updates ** [13:16:24 2020-06-13] 178: Checking gears ** [13:16:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:16:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:29 2020-06-13] 178: Checking imports ** [13:16:29 2020-06-13] 178: Checking exports ** [13:16:29 2020-06-13] 178: Checking users ** [13:16:29 2020-06-13] 178: Checking user_dbs ** [13:16:29 2020-06-13] 178: Checking geocodings ** [13:16:29 2020-06-13] 178: Checking synchronizations ** [13:16:29 2020-06-13] 178: Checking tracker ** [13:16:29 2020-06-13] 178: Checking user_migrations ** [13:16:29 2020-06-13] 178: Checking batch_updates ** [13:16:29 2020-06-13] 178: Checking gears ** [13:16:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:16:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:34 2020-06-13] 178: Checking imports ** [13:16:34 2020-06-13] 178: Checking exports ** [13:16:34 2020-06-13] 178: Checking users ** [13:16:34 2020-06-13] 178: Checking user_dbs ** [13:16:34 2020-06-13] 178: Checking geocodings ** [13:16:34 2020-06-13] 178: Checking synchronizations ** [13:16:34 2020-06-13] 178: Checking tracker ** [13:16:34 2020-06-13] 178: Checking user_migrations ** [13:16:34 2020-06-13] 178: Checking batch_updates ** [13:16:34 2020-06-13] 178: Checking gears ** [13:16:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:16:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:39 2020-06-13] 178: Checking imports ** [13:16:39 2020-06-13] 178: Checking exports ** [13:16:39 2020-06-13] 178: Checking users ** [13:16:39 2020-06-13] 178: Checking user_dbs ** [13:16:39 2020-06-13] 178: Checking geocodings ** [13:16:39 2020-06-13] 178: Checking synchronizations ** [13:16:39 2020-06-13] 178: Checking tracker ** [13:16:39 2020-06-13] 178: Checking user_migrations ** [13:16:39 2020-06-13] 178: Checking batch_updates ** [13:16:39 2020-06-13] 178: Checking gears ** [13:16:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:16:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:44 2020-06-13] 178: Checking imports ** [13:16:44 2020-06-13] 178: Checking exports ** [13:16:44 2020-06-13] 178: Checking users ** [13:16:44 2020-06-13] 178: Checking user_dbs ** [13:16:44 2020-06-13] 178: Checking geocodings ** [13:16:44 2020-06-13] 178: Checking synchronizations ** [13:16:44 2020-06-13] 178: Checking tracker ** [13:16:44 2020-06-13] 178: Checking user_migrations ** [13:16:44 2020-06-13] 178: Checking batch_updates ** [13:16:44 2020-06-13] 178: Checking gears ** [13:16:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:16:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:49 2020-06-13] 178: Checking imports ** [13:16:49 2020-06-13] 178: Checking exports ** [13:16:49 2020-06-13] 178: Checking users ** [13:16:49 2020-06-13] 178: Checking user_dbs ** [13:16:49 2020-06-13] 178: Checking geocodings ** [13:16:49 2020-06-13] 178: Checking synchronizations ** [13:16:49 2020-06-13] 178: Checking tracker ** [13:16:49 2020-06-13] 178: Checking user_migrations ** [13:16:49 2020-06-13] 178: Checking batch_updates ** [13:16:49 2020-06-13] 178: Checking gears ** [13:16:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:16:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:54 2020-06-13] 178: Checking imports ** [13:16:54 2020-06-13] 178: Checking exports ** [13:16:54 2020-06-13] 178: Checking users ** [13:16:54 2020-06-13] 178: Checking user_dbs ** [13:16:54 2020-06-13] 178: Checking geocodings ** [13:16:54 2020-06-13] 178: Checking synchronizations ** [13:16:54 2020-06-13] 178: Checking tracker ** [13:16:54 2020-06-13] 178: Checking user_migrations ** [13:16:54 2020-06-13] 178: Checking batch_updates ** [13:16:54 2020-06-13] 178: Checking gears ** [13:16:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:16:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:59 2020-06-13] 178: Checking imports ** [13:16:59 2020-06-13] 178: Checking exports ** [13:16:59 2020-06-13] 178: Checking users ** [13:16:59 2020-06-13] 178: Checking user_dbs ** [13:16:59 2020-06-13] 178: Checking geocodings ** [13:16:59 2020-06-13] 178: Checking synchronizations ** [13:16:59 2020-06-13] 178: Checking tracker ** [13:16:59 2020-06-13] 178: Checking user_migrations ** [13:16:59 2020-06-13] 178: Checking batch_updates ** [13:16:59 2020-06-13] 178: Checking gears ** [13:16:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:16:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:04 2020-06-13] 178: Checking imports ** [13:17:04 2020-06-13] 178: Checking exports ** [13:17:04 2020-06-13] 178: Checking users ** [13:17:04 2020-06-13] 178: Checking user_dbs ** [13:17:04 2020-06-13] 178: Checking geocodings ** [13:17:04 2020-06-13] 178: Checking synchronizations ** [13:17:04 2020-06-13] 178: Checking tracker ** [13:17:04 2020-06-13] 178: Checking user_migrations ** [13:17:04 2020-06-13] 178: Checking batch_updates ** [13:17:04 2020-06-13] 178: Checking gears ** [13:17:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:17:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:09 2020-06-13] 178: Checking imports ** [13:17:09 2020-06-13] 178: Checking exports ** [13:17:09 2020-06-13] 178: Checking users ** [13:17:09 2020-06-13] 178: Checking user_dbs ** [13:17:09 2020-06-13] 178: Checking geocodings ** [13:17:09 2020-06-13] 178: Checking synchronizations ** [13:17:09 2020-06-13] 178: Checking tracker ** [13:17:09 2020-06-13] 178: Checking user_migrations ** [13:17:09 2020-06-13] 178: Checking batch_updates ** [13:17:09 2020-06-13] 178: Checking gears ** [13:17:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:17:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:14 2020-06-13] 178: Checking imports ** [13:17:14 2020-06-13] 178: Checking exports ** [13:17:14 2020-06-13] 178: Checking users ** [13:17:14 2020-06-13] 178: Checking user_dbs ** [13:17:14 2020-06-13] 178: Checking geocodings ** [13:17:14 2020-06-13] 178: Checking synchronizations ** [13:17:14 2020-06-13] 178: Checking tracker ** [13:17:14 2020-06-13] 178: Checking user_migrations ** [13:17:14 2020-06-13] 178: Checking batch_updates ** [13:17:14 2020-06-13] 178: Checking gears ** [13:17:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:17:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:19 2020-06-13] 178: Checking imports ** [13:17:19 2020-06-13] 178: Checking exports ** [13:17:19 2020-06-13] 178: Checking users ** [13:17:19 2020-06-13] 178: Checking user_dbs ** [13:17:19 2020-06-13] 178: Checking geocodings ** [13:17:19 2020-06-13] 178: Checking synchronizations ** [13:17:19 2020-06-13] 178: Checking tracker ** [13:17:19 2020-06-13] 178: Checking user_migrations ** [13:17:19 2020-06-13] 178: Checking batch_updates ** [13:17:19 2020-06-13] 178: Checking gears ** [13:17:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:17:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:24 2020-06-13] 178: Checking imports ** [13:17:24 2020-06-13] 178: Checking exports ** [13:17:24 2020-06-13] 178: Checking users ** [13:17:24 2020-06-13] 178: Checking user_dbs ** [13:17:24 2020-06-13] 178: Checking geocodings ** [13:17:24 2020-06-13] 178: Checking synchronizations ** [13:17:24 2020-06-13] 178: Checking tracker ** [13:17:24 2020-06-13] 178: Checking user_migrations ** [13:17:24 2020-06-13] 178: Checking batch_updates ** [13:17:24 2020-06-13] 178: Checking gears ** [13:17:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:17:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:29 2020-06-13] 178: Checking imports ** [13:17:29 2020-06-13] 178: Checking exports ** [13:17:29 2020-06-13] 178: Checking users ** [13:17:29 2020-06-13] 178: Checking user_dbs ** [13:17:29 2020-06-13] 178: Checking geocodings ** [13:17:29 2020-06-13] 178: Checking synchronizations ** [13:17:29 2020-06-13] 178: Checking tracker ** [13:17:29 2020-06-13] 178: Checking user_migrations ** [13:17:29 2020-06-13] 178: Checking batch_updates ** [13:17:29 2020-06-13] 178: Checking gears ** [13:17:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:17:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:34 2020-06-13] 178: Checking imports ** [13:17:34 2020-06-13] 178: Checking exports ** [13:17:34 2020-06-13] 178: Checking users ** [13:17:34 2020-06-13] 178: Checking user_dbs ** [13:17:34 2020-06-13] 178: Checking geocodings ** [13:17:34 2020-06-13] 178: Checking synchronizations ** [13:17:34 2020-06-13] 178: Checking tracker ** [13:17:34 2020-06-13] 178: Checking user_migrations ** [13:17:34 2020-06-13] 178: Checking batch_updates ** [13:17:34 2020-06-13] 178: Checking gears ** [13:17:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:17:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:39 2020-06-13] 178: Checking imports ** [13:17:39 2020-06-13] 178: Checking exports ** [13:17:39 2020-06-13] 178: Checking users ** [13:17:39 2020-06-13] 178: Checking user_dbs ** [13:17:39 2020-06-13] 178: Checking geocodings ** [13:17:39 2020-06-13] 178: Checking synchronizations ** [13:17:39 2020-06-13] 178: Checking tracker ** [13:17:39 2020-06-13] 178: Checking user_migrations ** [13:17:39 2020-06-13] 178: Checking batch_updates ** [13:17:39 2020-06-13] 178: Checking gears ** [13:17:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:17:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:44 2020-06-13] 178: Checking imports ** [13:17:44 2020-06-13] 178: Checking exports ** [13:17:44 2020-06-13] 178: Checking users ** [13:17:44 2020-06-13] 178: Checking user_dbs ** [13:17:44 2020-06-13] 178: Checking geocodings ** [13:17:44 2020-06-13] 178: Checking synchronizations ** [13:17:44 2020-06-13] 178: Checking tracker ** [13:17:44 2020-06-13] 178: Checking user_migrations ** [13:17:44 2020-06-13] 178: Checking batch_updates ** [13:17:44 2020-06-13] 178: Checking gears ** [13:17:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:17:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:49 2020-06-13] 178: Checking imports ** [13:17:49 2020-06-13] 178: Checking exports ** [13:17:49 2020-06-13] 178: Checking users ** [13:17:49 2020-06-13] 178: Checking user_dbs ** [13:17:49 2020-06-13] 178: Checking geocodings ** [13:17:49 2020-06-13] 178: Checking synchronizations ** [13:17:49 2020-06-13] 178: Checking tracker ** [13:17:49 2020-06-13] 178: Checking user_migrations ** [13:17:49 2020-06-13] 178: Checking batch_updates ** [13:17:49 2020-06-13] 178: Checking gears ** [13:17:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:17:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:54 2020-06-13] 178: Checking imports ** [13:17:54 2020-06-13] 178: Checking exports ** [13:17:54 2020-06-13] 178: Checking users ** [13:17:54 2020-06-13] 178: Checking user_dbs ** [13:17:54 2020-06-13] 178: Checking geocodings ** [13:17:54 2020-06-13] 178: Checking synchronizations ** [13:17:54 2020-06-13] 178: Checking tracker ** [13:17:54 2020-06-13] 178: Checking user_migrations ** [13:17:54 2020-06-13] 178: Checking batch_updates ** [13:17:54 2020-06-13] 178: Checking gears ** [13:17:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:17:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:59 2020-06-13] 178: Checking imports ** [13:17:59 2020-06-13] 178: Checking exports ** [13:17:59 2020-06-13] 178: Checking users ** [13:17:59 2020-06-13] 178: Checking user_dbs ** [13:17:59 2020-06-13] 178: Checking geocodings ** [13:17:59 2020-06-13] 178: Checking synchronizations ** [13:17:59 2020-06-13] 178: Checking tracker ** [13:17:59 2020-06-13] 178: Checking user_migrations ** [13:17:59 2020-06-13] 178: Checking batch_updates ** [13:17:59 2020-06-13] 178: Checking gears ** [13:17:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:17:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:04 2020-06-13] 178: Checking imports ** [13:18:04 2020-06-13] 178: Checking exports ** [13:18:04 2020-06-13] 178: Checking users ** [13:18:04 2020-06-13] 178: Checking user_dbs ** [13:18:04 2020-06-13] 178: Checking geocodings ** [13:18:04 2020-06-13] 178: Checking synchronizations ** [13:18:04 2020-06-13] 178: Checking tracker ** [13:18:04 2020-06-13] 178: Checking user_migrations ** [13:18:04 2020-06-13] 178: Checking batch_updates ** [13:18:04 2020-06-13] 178: Checking gears ** [13:18:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:18:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:09 2020-06-13] 178: Checking imports ** [13:18:09 2020-06-13] 178: Checking exports ** [13:18:09 2020-06-13] 178: Checking users ** [13:18:09 2020-06-13] 178: Checking user_dbs ** [13:18:09 2020-06-13] 178: Checking geocodings ** [13:18:09 2020-06-13] 178: Checking synchronizations ** [13:18:09 2020-06-13] 178: Checking tracker ** [13:18:09 2020-06-13] 178: Checking user_migrations ** [13:18:09 2020-06-13] 178: Checking batch_updates ** [13:18:09 2020-06-13] 178: Checking gears ** [13:18:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:18:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:14 2020-06-13] 178: Checking imports ** [13:18:14 2020-06-13] 178: Checking exports ** [13:18:14 2020-06-13] 178: Checking users ** [13:18:14 2020-06-13] 178: Checking user_dbs ** [13:18:14 2020-06-13] 178: Checking geocodings ** [13:18:14 2020-06-13] 178: Checking synchronizations ** [13:18:14 2020-06-13] 178: Checking tracker ** [13:18:14 2020-06-13] 178: Checking user_migrations ** [13:18:14 2020-06-13] 178: Checking batch_updates ** [13:18:14 2020-06-13] 178: Checking gears ** [13:18:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:18:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:19 2020-06-13] 178: Checking imports ** [13:18:19 2020-06-13] 178: Checking exports ** [13:18:19 2020-06-13] 178: Checking users ** [13:18:19 2020-06-13] 178: Checking user_dbs ** [13:18:19 2020-06-13] 178: Checking geocodings ** [13:18:19 2020-06-13] 178: Checking synchronizations ** [13:18:19 2020-06-13] 178: Checking tracker ** [13:18:19 2020-06-13] 178: Checking user_migrations ** [13:18:19 2020-06-13] 178: Checking batch_updates ** [13:18:19 2020-06-13] 178: Checking gears ** [13:18:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:18:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:24 2020-06-13] 178: Checking imports ** [13:18:24 2020-06-13] 178: Checking exports ** [13:18:24 2020-06-13] 178: Checking users ** [13:18:24 2020-06-13] 178: Checking user_dbs ** [13:18:24 2020-06-13] 178: Checking geocodings ** [13:18:24 2020-06-13] 178: Checking synchronizations ** [13:18:24 2020-06-13] 178: Checking tracker ** [13:18:24 2020-06-13] 178: Checking user_migrations ** [13:18:24 2020-06-13] 178: Checking batch_updates ** [13:18:24 2020-06-13] 178: Checking gears ** [13:18:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:18:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:29 2020-06-13] 178: Checking imports ** [13:18:29 2020-06-13] 178: Checking exports ** [13:18:29 2020-06-13] 178: Checking users ** [13:18:29 2020-06-13] 178: Checking user_dbs ** [13:18:29 2020-06-13] 178: Checking geocodings ** [13:18:29 2020-06-13] 178: Checking synchronizations ** [13:18:29 2020-06-13] 178: Checking tracker ** [13:18:29 2020-06-13] 178: Checking user_migrations ** [13:18:29 2020-06-13] 178: Checking batch_updates ** [13:18:29 2020-06-13] 178: Checking gears ** [13:18:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:18:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:34 2020-06-13] 178: Checking imports ** [13:18:34 2020-06-13] 178: Checking exports ** [13:18:34 2020-06-13] 178: Checking users ** [13:18:34 2020-06-13] 178: Checking user_dbs ** [13:18:34 2020-06-13] 178: Checking geocodings ** [13:18:34 2020-06-13] 178: Checking synchronizations ** [13:18:34 2020-06-13] 178: Checking tracker ** [13:18:34 2020-06-13] 178: Checking user_migrations ** [13:18:34 2020-06-13] 178: Checking batch_updates ** [13:18:34 2020-06-13] 178: Checking gears ** [13:18:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:18:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:39 2020-06-13] 178: Checking imports ** [13:18:39 2020-06-13] 178: Checking exports ** [13:18:39 2020-06-13] 178: Checking users ** [13:18:39 2020-06-13] 178: Checking user_dbs ** [13:18:39 2020-06-13] 178: Checking geocodings ** [13:18:39 2020-06-13] 178: Checking synchronizations ** [13:18:39 2020-06-13] 178: Checking tracker ** [13:18:39 2020-06-13] 178: Checking user_migrations ** [13:18:39 2020-06-13] 178: Checking batch_updates ** [13:18:39 2020-06-13] 178: Checking gears ** [13:18:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:18:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:44 2020-06-13] 178: Checking imports ** [13:18:44 2020-06-13] 178: Checking exports ** [13:18:44 2020-06-13] 178: Checking users ** [13:18:44 2020-06-13] 178: Checking user_dbs ** [13:18:44 2020-06-13] 178: Checking geocodings ** [13:18:44 2020-06-13] 178: Checking synchronizations ** [13:18:44 2020-06-13] 178: Checking tracker ** [13:18:44 2020-06-13] 178: Checking user_migrations ** [13:18:44 2020-06-13] 178: Checking batch_updates ** [13:18:44 2020-06-13] 178: Checking gears ** [13:18:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:18:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:49 2020-06-13] 178: Checking imports ** [13:18:49 2020-06-13] 178: Checking exports ** [13:18:49 2020-06-13] 178: Checking users ** [13:18:49 2020-06-13] 178: Checking user_dbs ** [13:18:49 2020-06-13] 178: Checking geocodings ** [13:18:49 2020-06-13] 178: Checking synchronizations ** [13:18:49 2020-06-13] 178: Checking tracker ** [13:18:49 2020-06-13] 178: Checking user_migrations ** [13:18:49 2020-06-13] 178: Checking batch_updates ** [13:18:49 2020-06-13] 178: Checking gears ** [13:18:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:18:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:54 2020-06-13] 178: Checking imports ** [13:18:54 2020-06-13] 178: Checking exports ** [13:18:54 2020-06-13] 178: Checking users ** [13:18:54 2020-06-13] 178: Checking user_dbs ** [13:18:54 2020-06-13] 178: Checking geocodings ** [13:18:54 2020-06-13] 178: Checking synchronizations ** [13:18:54 2020-06-13] 178: Checking tracker ** [13:18:54 2020-06-13] 178: Checking user_migrations ** [13:18:54 2020-06-13] 178: Checking batch_updates ** [13:18:54 2020-06-13] 178: Checking gears ** [13:18:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:18:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:59 2020-06-13] 178: Checking imports ** [13:18:59 2020-06-13] 178: Checking exports ** [13:18:59 2020-06-13] 178: Checking users ** [13:18:59 2020-06-13] 178: Checking user_dbs ** [13:18:59 2020-06-13] 178: Checking geocodings ** [13:18:59 2020-06-13] 178: Checking synchronizations ** [13:18:59 2020-06-13] 178: Checking tracker ** [13:18:59 2020-06-13] 178: Checking user_migrations ** [13:18:59 2020-06-13] 178: Checking batch_updates ** [13:18:59 2020-06-13] 178: Checking gears ** [13:18:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:18:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:04 2020-06-13] 178: Checking imports ** [13:19:04 2020-06-13] 178: Checking exports ** [13:19:04 2020-06-13] 178: Checking users ** [13:19:04 2020-06-13] 178: Checking user_dbs ** [13:19:04 2020-06-13] 178: Checking geocodings ** [13:19:04 2020-06-13] 178: Checking synchronizations ** [13:19:04 2020-06-13] 178: Checking tracker ** [13:19:04 2020-06-13] 178: Checking user_migrations ** [13:19:04 2020-06-13] 178: Checking batch_updates ** [13:19:04 2020-06-13] 178: Checking gears ** [13:19:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:19:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:09 2020-06-13] 178: Checking imports ** [13:19:09 2020-06-13] 178: Checking exports ** [13:19:09 2020-06-13] 178: Checking users ** [13:19:09 2020-06-13] 178: Checking user_dbs ** [13:19:09 2020-06-13] 178: Checking geocodings ** [13:19:09 2020-06-13] 178: Checking synchronizations ** [13:19:09 2020-06-13] 178: Checking tracker ** [13:19:09 2020-06-13] 178: Checking user_migrations ** [13:19:09 2020-06-13] 178: Checking batch_updates ** [13:19:09 2020-06-13] 178: Checking gears ** [13:19:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:19:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:14 2020-06-13] 178: Checking imports ** [13:19:14 2020-06-13] 178: Checking exports ** [13:19:14 2020-06-13] 178: Checking users ** [13:19:14 2020-06-13] 178: Checking user_dbs ** [13:19:14 2020-06-13] 178: Checking geocodings ** [13:19:14 2020-06-13] 178: Checking synchronizations ** [13:19:14 2020-06-13] 178: Checking tracker ** [13:19:14 2020-06-13] 178: Checking user_migrations ** [13:19:14 2020-06-13] 178: Checking batch_updates ** [13:19:14 2020-06-13] 178: Checking gears ** [13:19:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:19:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:19 2020-06-13] 178: Checking imports ** [13:19:19 2020-06-13] 178: Checking exports ** [13:19:19 2020-06-13] 178: Checking users ** [13:19:19 2020-06-13] 178: Checking user_dbs ** [13:19:19 2020-06-13] 178: Checking geocodings ** [13:19:19 2020-06-13] 178: Checking synchronizations ** [13:19:19 2020-06-13] 178: Checking tracker ** [13:19:19 2020-06-13] 178: Checking user_migrations ** [13:19:19 2020-06-13] 178: Checking batch_updates ** [13:19:19 2020-06-13] 178: Checking gears ** [13:19:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:19:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:24 2020-06-13] 178: Checking imports ** [13:19:24 2020-06-13] 178: Checking exports ** [13:19:24 2020-06-13] 178: Checking users ** [13:19:24 2020-06-13] 178: Checking user_dbs ** [13:19:24 2020-06-13] 178: Checking geocodings ** [13:19:24 2020-06-13] 178: Checking synchronizations ** [13:19:24 2020-06-13] 178: Checking tracker ** [13:19:24 2020-06-13] 178: Checking user_migrations ** [13:19:24 2020-06-13] 178: Checking batch_updates ** [13:19:24 2020-06-13] 178: Checking gears ** [13:19:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:19:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:29 2020-06-13] 178: Checking imports ** [13:19:29 2020-06-13] 178: Checking exports ** [13:19:29 2020-06-13] 178: Checking users ** [13:19:29 2020-06-13] 178: Checking user_dbs ** [13:19:29 2020-06-13] 178: Checking geocodings ** [13:19:29 2020-06-13] 178: Checking synchronizations ** [13:19:29 2020-06-13] 178: Checking tracker ** [13:19:29 2020-06-13] 178: Checking user_migrations ** [13:19:29 2020-06-13] 178: Checking batch_updates ** [13:19:29 2020-06-13] 178: Checking gears ** [13:19:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:19:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:34 2020-06-13] 178: Checking imports ** [13:19:34 2020-06-13] 178: Checking exports ** [13:19:34 2020-06-13] 178: Checking users ** [13:19:34 2020-06-13] 178: Checking user_dbs ** [13:19:34 2020-06-13] 178: Checking geocodings ** [13:19:34 2020-06-13] 178: Checking synchronizations ** [13:19:34 2020-06-13] 178: Checking tracker ** [13:19:34 2020-06-13] 178: Checking user_migrations ** [13:19:34 2020-06-13] 178: Checking batch_updates ** [13:19:34 2020-06-13] 178: Checking gears ** [13:19:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:19:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:39 2020-06-13] 178: Checking imports ** [13:19:39 2020-06-13] 178: Checking exports ** [13:19:39 2020-06-13] 178: Checking users ** [13:19:39 2020-06-13] 178: Checking user_dbs ** [13:19:39 2020-06-13] 178: Checking geocodings ** [13:19:39 2020-06-13] 178: Checking synchronizations ** [13:19:39 2020-06-13] 178: Checking tracker ** [13:19:39 2020-06-13] 178: Checking user_migrations ** [13:19:39 2020-06-13] 178: Checking batch_updates ** [13:19:39 2020-06-13] 178: Checking gears ** [13:19:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:19:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:44 2020-06-13] 178: Checking imports ** [13:19:44 2020-06-13] 178: Checking exports ** [13:19:44 2020-06-13] 178: Checking users ** [13:19:44 2020-06-13] 178: Checking user_dbs ** [13:19:44 2020-06-13] 178: Checking geocodings ** [13:19:44 2020-06-13] 178: Checking synchronizations ** [13:19:44 2020-06-13] 178: Checking tracker ** [13:19:44 2020-06-13] 178: Checking user_migrations ** [13:19:44 2020-06-13] 178: Checking batch_updates ** [13:19:44 2020-06-13] 178: Checking gears ** [13:19:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:19:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:49 2020-06-13] 178: Checking imports ** [13:19:49 2020-06-13] 178: Checking exports ** [13:19:49 2020-06-13] 178: Checking users ** [13:19:49 2020-06-13] 178: Checking user_dbs ** [13:19:49 2020-06-13] 178: Checking geocodings ** [13:19:49 2020-06-13] 178: Checking synchronizations ** [13:19:49 2020-06-13] 178: Checking tracker ** [13:19:49 2020-06-13] 178: Checking user_migrations ** [13:19:49 2020-06-13] 178: Checking batch_updates ** [13:19:49 2020-06-13] 178: Checking gears ** [13:19:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:19:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:54 2020-06-13] 178: Checking imports ** [13:19:54 2020-06-13] 178: Checking exports ** [13:19:54 2020-06-13] 178: Checking users ** [13:19:54 2020-06-13] 178: Checking user_dbs ** [13:19:54 2020-06-13] 178: Checking geocodings ** [13:19:54 2020-06-13] 178: Checking synchronizations ** [13:19:54 2020-06-13] 178: Checking tracker ** [13:19:54 2020-06-13] 178: Checking user_migrations ** [13:19:54 2020-06-13] 178: Checking batch_updates ** [13:19:54 2020-06-13] 178: Checking gears ** [13:19:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:19:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:59 2020-06-13] 178: Checking imports ** [13:19:59 2020-06-13] 178: Checking exports ** [13:19:59 2020-06-13] 178: Checking users ** [13:19:59 2020-06-13] 178: Checking user_dbs ** [13:19:59 2020-06-13] 178: Checking geocodings ** [13:19:59 2020-06-13] 178: Checking synchronizations ** [13:19:59 2020-06-13] 178: Checking tracker ** [13:19:59 2020-06-13] 178: Checking user_migrations ** [13:19:59 2020-06-13] 178: Checking batch_updates ** [13:19:59 2020-06-13] 178: Checking gears ** [13:19:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:19:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:04 2020-06-13] 178: Checking imports ** [13:20:04 2020-06-13] 178: Checking exports ** [13:20:04 2020-06-13] 178: Checking users ** [13:20:04 2020-06-13] 178: Checking user_dbs ** [13:20:04 2020-06-13] 178: Checking geocodings ** [13:20:04 2020-06-13] 178: Checking synchronizations ** [13:20:04 2020-06-13] 178: Checking tracker ** [13:20:04 2020-06-13] 178: Checking user_migrations ** [13:20:04 2020-06-13] 178: Checking batch_updates ** [13:20:04 2020-06-13] 178: Checking gears ** [13:20:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:20:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:09 2020-06-13] 178: Checking imports ** [13:20:09 2020-06-13] 178: Checking exports ** [13:20:09 2020-06-13] 178: Checking users ** [13:20:09 2020-06-13] 178: Checking user_dbs ** [13:20:09 2020-06-13] 178: Checking geocodings ** [13:20:09 2020-06-13] 178: Checking synchronizations ** [13:20:09 2020-06-13] 178: Checking tracker ** [13:20:09 2020-06-13] 178: Checking user_migrations ** [13:20:09 2020-06-13] 178: Checking batch_updates ** [13:20:09 2020-06-13] 178: Checking gears ** [13:20:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:20:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:14 2020-06-13] 178: Checking imports ** [13:20:14 2020-06-13] 178: Checking exports ** [13:20:14 2020-06-13] 178: Checking users ** [13:20:14 2020-06-13] 178: Checking user_dbs ** [13:20:14 2020-06-13] 178: Checking geocodings ** [13:20:14 2020-06-13] 178: Checking synchronizations ** [13:20:14 2020-06-13] 178: Checking tracker ** [13:20:14 2020-06-13] 178: Checking user_migrations ** [13:20:14 2020-06-13] 178: Checking batch_updates ** [13:20:14 2020-06-13] 178: Checking gears ** [13:20:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:20:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:19 2020-06-13] 178: Checking imports ** [13:20:19 2020-06-13] 178: Checking exports ** [13:20:19 2020-06-13] 178: Checking users ** [13:20:19 2020-06-13] 178: Checking user_dbs ** [13:20:19 2020-06-13] 178: Checking geocodings ** [13:20:19 2020-06-13] 178: Checking synchronizations ** [13:20:19 2020-06-13] 178: Checking tracker ** [13:20:19 2020-06-13] 178: Checking user_migrations ** [13:20:19 2020-06-13] 178: Checking batch_updates ** [13:20:19 2020-06-13] 178: Checking gears ** [13:20:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:20:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:24 2020-06-13] 178: Checking imports ** [13:20:24 2020-06-13] 178: Checking exports ** [13:20:24 2020-06-13] 178: Checking users ** [13:20:24 2020-06-13] 178: Checking user_dbs ** [13:20:24 2020-06-13] 178: Checking geocodings ** [13:20:24 2020-06-13] 178: Checking synchronizations ** [13:20:24 2020-06-13] 178: Checking tracker ** [13:20:24 2020-06-13] 178: Checking user_migrations ** [13:20:24 2020-06-13] 178: Checking batch_updates ** [13:20:24 2020-06-13] 178: Checking gears ** [13:20:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:20:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:29 2020-06-13] 178: Checking imports ** [13:20:29 2020-06-13] 178: Checking exports ** [13:20:29 2020-06-13] 178: Checking users ** [13:20:29 2020-06-13] 178: Checking user_dbs ** [13:20:29 2020-06-13] 178: Checking geocodings ** [13:20:29 2020-06-13] 178: Checking synchronizations ** [13:20:29 2020-06-13] 178: Checking tracker ** [13:20:29 2020-06-13] 178: Checking user_migrations ** [13:20:29 2020-06-13] 178: Checking batch_updates ** [13:20:29 2020-06-13] 178: Checking gears ** [13:20:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:20:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:34 2020-06-13] 178: Checking imports ** [13:20:34 2020-06-13] 178: Checking exports ** [13:20:34 2020-06-13] 178: Checking users ** [13:20:34 2020-06-13] 178: Checking user_dbs ** [13:20:34 2020-06-13] 178: Checking geocodings ** [13:20:34 2020-06-13] 178: Checking synchronizations ** [13:20:34 2020-06-13] 178: Checking tracker ** [13:20:34 2020-06-13] 178: Checking user_migrations ** [13:20:34 2020-06-13] 178: Checking batch_updates ** [13:20:34 2020-06-13] 178: Checking gears ** [13:20:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:20:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:39 2020-06-13] 178: Checking imports ** [13:20:39 2020-06-13] 178: Checking exports ** [13:20:39 2020-06-13] 178: Checking users ** [13:20:39 2020-06-13] 178: Checking user_dbs ** [13:20:39 2020-06-13] 178: Checking geocodings ** [13:20:39 2020-06-13] 178: Checking synchronizations ** [13:20:39 2020-06-13] 178: Checking tracker ** [13:20:39 2020-06-13] 178: Checking user_migrations ** [13:20:39 2020-06-13] 178: Checking batch_updates ** [13:20:39 2020-06-13] 178: Checking gears ** [13:20:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:20:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:44 2020-06-13] 178: Checking imports ** [13:20:44 2020-06-13] 178: Checking exports ** [13:20:44 2020-06-13] 178: Checking users ** [13:20:44 2020-06-13] 178: Checking user_dbs ** [13:20:44 2020-06-13] 178: Checking geocodings ** [13:20:44 2020-06-13] 178: Checking synchronizations ** [13:20:44 2020-06-13] 178: Checking tracker ** [13:20:44 2020-06-13] 178: Checking user_migrations ** [13:20:44 2020-06-13] 178: Checking batch_updates ** [13:20:44 2020-06-13] 178: Checking gears ** [13:20:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:20:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:49 2020-06-13] 178: Checking imports ** [13:20:49 2020-06-13] 178: Checking exports ** [13:20:49 2020-06-13] 178: Checking users ** [13:20:49 2020-06-13] 178: Checking user_dbs ** [13:20:49 2020-06-13] 178: Checking geocodings ** [13:20:49 2020-06-13] 178: Checking synchronizations ** [13:20:49 2020-06-13] 178: Checking tracker ** [13:20:49 2020-06-13] 178: Checking user_migrations ** [13:20:49 2020-06-13] 178: Checking batch_updates ** [13:20:49 2020-06-13] 178: Checking gears ** [13:20:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:20:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:54 2020-06-13] 178: Checking imports ** [13:20:54 2020-06-13] 178: Checking exports ** [13:20:54 2020-06-13] 178: Checking users ** [13:20:54 2020-06-13] 178: Checking user_dbs ** [13:20:54 2020-06-13] 178: Checking geocodings ** [13:20:54 2020-06-13] 178: Checking synchronizations ** [13:20:54 2020-06-13] 178: Checking tracker ** [13:20:54 2020-06-13] 178: Checking user_migrations ** [13:20:54 2020-06-13] 178: Checking batch_updates ** [13:20:54 2020-06-13] 178: Checking gears ** [13:20:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:20:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:59 2020-06-13] 178: Checking imports ** [13:20:59 2020-06-13] 178: Checking exports ** [13:20:59 2020-06-13] 178: Checking users ** [13:20:59 2020-06-13] 178: Checking user_dbs ** [13:20:59 2020-06-13] 178: Checking geocodings ** [13:20:59 2020-06-13] 178: Checking synchronizations ** [13:20:59 2020-06-13] 178: Checking tracker ** [13:20:59 2020-06-13] 178: Checking user_migrations ** [13:20:59 2020-06-13] 178: Checking batch_updates ** [13:20:59 2020-06-13] 178: Checking gears ** [13:20:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:20:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:04 2020-06-13] 178: Checking imports ** [13:21:04 2020-06-13] 178: Checking exports ** [13:21:04 2020-06-13] 178: Checking users ** [13:21:04 2020-06-13] 178: Checking user_dbs ** [13:21:04 2020-06-13] 178: Checking geocodings ** [13:21:04 2020-06-13] 178: Checking synchronizations ** [13:21:04 2020-06-13] 178: Checking tracker ** [13:21:04 2020-06-13] 178: Checking user_migrations ** [13:21:04 2020-06-13] 178: Checking batch_updates ** [13:21:04 2020-06-13] 178: Checking gears ** [13:21:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:21:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:09 2020-06-13] 178: Checking imports ** [13:21:09 2020-06-13] 178: Checking exports ** [13:21:09 2020-06-13] 178: Checking users ** [13:21:09 2020-06-13] 178: Checking user_dbs ** [13:21:09 2020-06-13] 178: Checking geocodings ** [13:21:09 2020-06-13] 178: Checking synchronizations ** [13:21:09 2020-06-13] 178: Checking tracker ** [13:21:09 2020-06-13] 178: Checking user_migrations ** [13:21:09 2020-06-13] 178: Checking batch_updates ** [13:21:09 2020-06-13] 178: Checking gears ** [13:21:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:21:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:14 2020-06-13] 178: Checking imports ** [13:21:14 2020-06-13] 178: Checking exports ** [13:21:14 2020-06-13] 178: Checking users ** [13:21:14 2020-06-13] 178: Checking user_dbs ** [13:21:14 2020-06-13] 178: Checking geocodings ** [13:21:14 2020-06-13] 178: Checking synchronizations ** [13:21:14 2020-06-13] 178: Checking tracker ** [13:21:14 2020-06-13] 178: Checking user_migrations ** [13:21:14 2020-06-13] 178: Checking batch_updates ** [13:21:14 2020-06-13] 178: Checking gears ** [13:21:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:21:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:19 2020-06-13] 178: Checking imports ** [13:21:19 2020-06-13] 178: Checking exports ** [13:21:19 2020-06-13] 178: Checking users ** [13:21:19 2020-06-13] 178: Checking user_dbs ** [13:21:19 2020-06-13] 178: Checking geocodings ** [13:21:19 2020-06-13] 178: Checking synchronizations ** [13:21:19 2020-06-13] 178: Checking tracker ** [13:21:19 2020-06-13] 178: Checking user_migrations ** [13:21:19 2020-06-13] 178: Checking batch_updates ** [13:21:19 2020-06-13] 178: Checking gears ** [13:21:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:21:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:24 2020-06-13] 178: Checking imports ** [13:21:24 2020-06-13] 178: Checking exports ** [13:21:24 2020-06-13] 178: Checking users ** [13:21:24 2020-06-13] 178: Checking user_dbs ** [13:21:24 2020-06-13] 178: Checking geocodings ** [13:21:24 2020-06-13] 178: Checking synchronizations ** [13:21:24 2020-06-13] 178: Checking tracker ** [13:21:24 2020-06-13] 178: Checking user_migrations ** [13:21:24 2020-06-13] 178: Checking batch_updates ** [13:21:24 2020-06-13] 178: Checking gears ** [13:21:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:21:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:29 2020-06-13] 178: Checking imports ** [13:21:29 2020-06-13] 178: Checking exports ** [13:21:29 2020-06-13] 178: Checking users ** [13:21:29 2020-06-13] 178: Checking user_dbs ** [13:21:29 2020-06-13] 178: Checking geocodings ** [13:21:29 2020-06-13] 178: Checking synchronizations ** [13:21:29 2020-06-13] 178: Checking tracker ** [13:21:29 2020-06-13] 178: Checking user_migrations ** [13:21:29 2020-06-13] 178: Checking batch_updates ** [13:21:29 2020-06-13] 178: Checking gears ** [13:21:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:21:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:34 2020-06-13] 178: Checking imports ** [13:21:34 2020-06-13] 178: Checking exports ** [13:21:34 2020-06-13] 178: Checking users ** [13:21:34 2020-06-13] 178: Checking user_dbs ** [13:21:34 2020-06-13] 178: Checking geocodings ** [13:21:34 2020-06-13] 178: Checking synchronizations ** [13:21:34 2020-06-13] 178: Checking tracker ** [13:21:34 2020-06-13] 178: Checking user_migrations ** [13:21:34 2020-06-13] 178: Checking batch_updates ** [13:21:34 2020-06-13] 178: Checking gears ** [13:21:34 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:21:34 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:39 2020-06-13] 178: Checking imports ** [13:21:39 2020-06-13] 178: Checking exports ** [13:21:39 2020-06-13] 178: Checking users ** [13:21:39 2020-06-13] 178: Checking user_dbs ** [13:21:39 2020-06-13] 178: Checking geocodings ** [13:21:39 2020-06-13] 178: Checking synchronizations ** [13:21:39 2020-06-13] 178: Checking tracker ** [13:21:39 2020-06-13] 178: Checking user_migrations ** [13:21:39 2020-06-13] 178: Checking batch_updates ** [13:21:39 2020-06-13] 178: Checking gears ** [13:21:39 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:21:39 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:44 2020-06-13] 178: Checking imports ** [13:21:44 2020-06-13] 178: Checking exports ** [13:21:44 2020-06-13] 178: Checking users ** [13:21:44 2020-06-13] 178: Checking user_dbs ** [13:21:44 2020-06-13] 178: Checking geocodings ** [13:21:44 2020-06-13] 178: Checking synchronizations ** [13:21:44 2020-06-13] 178: Checking tracker ** [13:21:44 2020-06-13] 178: Checking user_migrations ** [13:21:44 2020-06-13] 178: Checking batch_updates ** [13:21:44 2020-06-13] 178: Checking gears ** [13:21:44 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:21:44 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:49 2020-06-13] 178: Checking imports ** [13:21:49 2020-06-13] 178: Checking exports ** [13:21:49 2020-06-13] 178: Checking users ** [13:21:49 2020-06-13] 178: Checking user_dbs ** [13:21:49 2020-06-13] 178: Checking geocodings ** [13:21:49 2020-06-13] 178: Checking synchronizations ** [13:21:49 2020-06-13] 178: Checking tracker ** [13:21:49 2020-06-13] 178: Checking user_migrations ** [13:21:49 2020-06-13] 178: Checking batch_updates ** [13:21:49 2020-06-13] 178: Checking gears ** [13:21:49 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:21:49 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:54 2020-06-13] 178: Checking imports ** [13:21:54 2020-06-13] 178: Checking exports ** [13:21:54 2020-06-13] 178: Checking users ** [13:21:54 2020-06-13] 178: Checking user_dbs ** [13:21:54 2020-06-13] 178: Checking geocodings ** [13:21:54 2020-06-13] 178: Checking synchronizations ** [13:21:54 2020-06-13] 178: Checking tracker ** [13:21:54 2020-06-13] 178: Checking user_migrations ** [13:21:54 2020-06-13] 178: Checking batch_updates ** [13:21:54 2020-06-13] 178: Checking gears ** [13:21:54 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:21:54 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:59 2020-06-13] 178: Checking imports ** [13:21:59 2020-06-13] 178: Checking exports ** [13:21:59 2020-06-13] 178: Checking users ** [13:21:59 2020-06-13] 178: Checking user_dbs ** [13:21:59 2020-06-13] 178: Checking geocodings ** [13:21:59 2020-06-13] 178: Checking synchronizations ** [13:21:59 2020-06-13] 178: Checking tracker ** [13:21:59 2020-06-13] 178: Checking user_migrations ** [13:21:59 2020-06-13] 178: Checking batch_updates ** [13:21:59 2020-06-13] 178: Checking gears ** [13:21:59 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:21:59 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:04 2020-06-13] 178: Checking imports ** [13:22:04 2020-06-13] 178: Checking exports ** [13:22:04 2020-06-13] 178: Checking users ** [13:22:04 2020-06-13] 178: Checking user_dbs ** [13:22:04 2020-06-13] 178: Checking geocodings ** [13:22:04 2020-06-13] 178: Checking synchronizations ** [13:22:04 2020-06-13] 178: Checking tracker ** [13:22:04 2020-06-13] 178: Checking user_migrations ** [13:22:04 2020-06-13] 178: Checking batch_updates ** [13:22:04 2020-06-13] 178: Checking gears ** [13:22:04 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:22:04 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:09 2020-06-13] 178: Checking imports ** [13:22:09 2020-06-13] 178: Checking exports ** [13:22:09 2020-06-13] 178: Checking users ** [13:22:09 2020-06-13] 178: Checking user_dbs ** [13:22:09 2020-06-13] 178: Checking geocodings ** [13:22:09 2020-06-13] 178: Checking synchronizations ** [13:22:09 2020-06-13] 178: Checking tracker ** [13:22:09 2020-06-13] 178: Checking user_migrations ** [13:22:09 2020-06-13] 178: Checking batch_updates ** [13:22:09 2020-06-13] 178: Checking gears ** [13:22:09 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:22:09 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:14 2020-06-13] 178: Checking imports ** [13:22:14 2020-06-13] 178: Checking exports ** [13:22:14 2020-06-13] 178: Checking users ** [13:22:14 2020-06-13] 178: Checking user_dbs ** [13:22:14 2020-06-13] 178: Checking geocodings ** [13:22:14 2020-06-13] 178: Checking synchronizations ** [13:22:14 2020-06-13] 178: Checking tracker ** [13:22:14 2020-06-13] 178: Checking user_migrations ** [13:22:14 2020-06-13] 178: Checking batch_updates ** [13:22:14 2020-06-13] 178: Checking gears ** [13:22:14 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:22:14 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:19 2020-06-13] 178: Checking imports ** [13:22:19 2020-06-13] 178: Checking exports ** [13:22:19 2020-06-13] 178: Checking users ** [13:22:19 2020-06-13] 178: Checking user_dbs ** [13:22:19 2020-06-13] 178: Checking geocodings ** [13:22:19 2020-06-13] 178: Checking synchronizations ** [13:22:19 2020-06-13] 178: Checking tracker ** [13:22:19 2020-06-13] 178: Checking user_migrations ** [13:22:19 2020-06-13] 178: Checking batch_updates ** [13:22:19 2020-06-13] 178: Checking gears ** [13:22:19 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:22:19 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:24 2020-06-13] 178: Checking imports ** [13:22:24 2020-06-13] 178: Checking exports ** [13:22:24 2020-06-13] 178: Checking users ** [13:22:24 2020-06-13] 178: Checking user_dbs ** [13:22:24 2020-06-13] 178: Checking geocodings ** [13:22:24 2020-06-13] 178: Checking synchronizations ** [13:22:24 2020-06-13] 178: Checking tracker ** [13:22:24 2020-06-13] 178: Checking user_migrations ** [13:22:24 2020-06-13] 178: Checking batch_updates ** [13:22:24 2020-06-13] 178: Checking gears ** [13:22:24 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:22:24 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:29 2020-06-13] 178: Checking imports ** [13:22:29 2020-06-13] 178: Checking exports ** [13:22:29 2020-06-13] 178: Checking users ** [13:22:29 2020-06-13] 178: Checking user_dbs ** [13:22:29 2020-06-13] 178: Checking geocodings ** [13:22:29 2020-06-13] 178: Checking synchronizations ** [13:22:29 2020-06-13] 178: Checking tracker ** [13:22:29 2020-06-13] 178: Checking user_migrations ** [13:22:29 2020-06-13] 178: Checking batch_updates ** [13:22:29 2020-06-13] 178: Checking gears ** [13:22:29 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:22:29 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:34 2020-06-13] 178: Checking imports ** [13:22:34 2020-06-13] 178: Checking exports ** [13:22:34 2020-06-13] 178: Checking users ** [13:22:34 2020-06-13] 178: Checking user_dbs ** [13:22:34 2020-06-13] 178: Checking geocodings ** [13:22:34 2020-06-13] 178: Checking synchronizations ** [13:22:34 2020-06-13] 178: Checking tracker ** [13:22:35 2020-06-13] 178: Checking user_migrations ** [13:22:35 2020-06-13] 178: Checking batch_updates ** [13:22:35 2020-06-13] 178: Checking gears ** [13:22:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:22:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:40 2020-06-13] 178: Checking imports ** [13:22:40 2020-06-13] 178: Checking exports ** [13:22:40 2020-06-13] 178: Checking users ** [13:22:40 2020-06-13] 178: Checking user_dbs ** [13:22:40 2020-06-13] 178: Checking geocodings ** [13:22:40 2020-06-13] 178: Checking synchronizations ** [13:22:40 2020-06-13] 178: Checking tracker ** [13:22:40 2020-06-13] 178: Checking user_migrations ** [13:22:40 2020-06-13] 178: Checking batch_updates ** [13:22:40 2020-06-13] 178: Checking gears ** [13:22:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:22:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:45 2020-06-13] 178: Checking imports ** [13:22:45 2020-06-13] 178: Checking exports ** [13:22:45 2020-06-13] 178: Checking users ** [13:22:45 2020-06-13] 178: Checking user_dbs ** [13:22:45 2020-06-13] 178: Checking geocodings ** [13:22:45 2020-06-13] 178: Checking synchronizations ** [13:22:45 2020-06-13] 178: Checking tracker ** [13:22:45 2020-06-13] 178: Checking user_migrations ** [13:22:45 2020-06-13] 178: Checking batch_updates ** [13:22:45 2020-06-13] 178: Checking gears ** [13:22:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:22:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:50 2020-06-13] 178: Checking imports ** [13:22:50 2020-06-13] 178: Checking exports ** [13:22:50 2020-06-13] 178: Checking users ** [13:22:50 2020-06-13] 178: Checking user_dbs ** [13:22:50 2020-06-13] 178: Checking geocodings ** [13:22:50 2020-06-13] 178: Checking synchronizations ** [13:22:50 2020-06-13] 178: Checking tracker ** [13:22:50 2020-06-13] 178: Checking user_migrations ** [13:22:50 2020-06-13] 178: Checking batch_updates ** [13:22:50 2020-06-13] 178: Checking gears ** [13:22:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:22:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:55 2020-06-13] 178: Checking imports ** [13:22:55 2020-06-13] 178: Checking exports ** [13:22:55 2020-06-13] 178: Checking users ** [13:22:55 2020-06-13] 178: Checking user_dbs ** [13:22:55 2020-06-13] 178: Checking geocodings ** [13:22:55 2020-06-13] 178: Checking synchronizations ** [13:22:55 2020-06-13] 178: Checking tracker ** [13:22:55 2020-06-13] 178: Checking user_migrations ** [13:22:55 2020-06-13] 178: Checking batch_updates ** [13:22:55 2020-06-13] 178: Checking gears ** [13:22:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:22:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:00 2020-06-13] 178: Checking imports ** [13:23:00 2020-06-13] 178: Checking exports ** [13:23:00 2020-06-13] 178: Checking users ** [13:23:00 2020-06-13] 178: Checking user_dbs ** [13:23:00 2020-06-13] 178: Checking geocodings ** [13:23:00 2020-06-13] 178: Checking synchronizations ** [13:23:00 2020-06-13] 178: Checking tracker ** [13:23:00 2020-06-13] 178: Checking user_migrations ** [13:23:00 2020-06-13] 178: Checking batch_updates ** [13:23:00 2020-06-13] 178: Checking gears ** [13:23:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:23:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:05 2020-06-13] 178: Checking imports ** [13:23:05 2020-06-13] 178: Checking exports ** [13:23:05 2020-06-13] 178: Checking users ** [13:23:05 2020-06-13] 178: Checking user_dbs ** [13:23:05 2020-06-13] 178: Checking geocodings ** [13:23:05 2020-06-13] 178: Checking synchronizations ** [13:23:05 2020-06-13] 178: Checking tracker ** [13:23:05 2020-06-13] 178: Checking user_migrations ** [13:23:05 2020-06-13] 178: Checking batch_updates ** [13:23:05 2020-06-13] 178: Checking gears ** [13:23:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:23:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:10 2020-06-13] 178: Checking imports ** [13:23:10 2020-06-13] 178: Checking exports ** [13:23:10 2020-06-13] 178: Checking users ** [13:23:10 2020-06-13] 178: Checking user_dbs ** [13:23:10 2020-06-13] 178: Checking geocodings ** [13:23:10 2020-06-13] 178: Checking synchronizations ** [13:23:10 2020-06-13] 178: Checking tracker ** [13:23:10 2020-06-13] 178: Checking user_migrations ** [13:23:10 2020-06-13] 178: Checking batch_updates ** [13:23:10 2020-06-13] 178: Checking gears ** [13:23:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:23:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:15 2020-06-13] 178: Checking imports ** [13:23:15 2020-06-13] 178: Checking exports ** [13:23:15 2020-06-13] 178: Checking users ** [13:23:15 2020-06-13] 178: Checking user_dbs ** [13:23:15 2020-06-13] 178: Checking geocodings ** [13:23:15 2020-06-13] 178: Checking synchronizations ** [13:23:15 2020-06-13] 178: Checking tracker ** [13:23:15 2020-06-13] 178: Checking user_migrations ** [13:23:15 2020-06-13] 178: Checking batch_updates ** [13:23:15 2020-06-13] 178: Checking gears ** [13:23:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:23:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:20 2020-06-13] 178: Checking imports ** [13:23:20 2020-06-13] 178: Checking exports ** [13:23:20 2020-06-13] 178: Checking users ** [13:23:20 2020-06-13] 178: Checking user_dbs ** [13:23:20 2020-06-13] 178: Checking geocodings ** [13:23:20 2020-06-13] 178: Checking synchronizations ** [13:23:20 2020-06-13] 178: Checking tracker ** [13:23:20 2020-06-13] 178: Checking user_migrations ** [13:23:20 2020-06-13] 178: Checking batch_updates ** [13:23:20 2020-06-13] 178: Checking gears ** [13:23:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:23:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:25 2020-06-13] 178: Checking imports ** [13:23:25 2020-06-13] 178: Checking exports ** [13:23:25 2020-06-13] 178: Checking users ** [13:23:25 2020-06-13] 178: Checking user_dbs ** [13:23:25 2020-06-13] 178: Checking geocodings ** [13:23:25 2020-06-13] 178: Checking synchronizations ** [13:23:25 2020-06-13] 178: Checking tracker ** [13:23:25 2020-06-13] 178: Checking user_migrations ** [13:23:25 2020-06-13] 178: Checking batch_updates ** [13:23:25 2020-06-13] 178: Checking gears ** [13:23:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:23:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:30 2020-06-13] 178: Checking imports ** [13:23:30 2020-06-13] 178: Checking exports ** [13:23:30 2020-06-13] 178: Checking users ** [13:23:30 2020-06-13] 178: Checking user_dbs ** [13:23:30 2020-06-13] 178: Checking geocodings ** [13:23:30 2020-06-13] 178: Checking synchronizations ** [13:23:30 2020-06-13] 178: Checking tracker ** [13:23:30 2020-06-13] 178: Checking user_migrations ** [13:23:30 2020-06-13] 178: Checking batch_updates ** [13:23:30 2020-06-13] 178: Checking gears ** [13:23:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:23:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:35 2020-06-13] 178: Checking imports ** [13:23:35 2020-06-13] 178: Checking exports ** [13:23:35 2020-06-13] 178: Checking users ** [13:23:35 2020-06-13] 178: Checking user_dbs ** [13:23:35 2020-06-13] 178: Checking geocodings ** [13:23:35 2020-06-13] 178: Checking synchronizations ** [13:23:35 2020-06-13] 178: Checking tracker ** [13:23:35 2020-06-13] 178: Checking user_migrations ** [13:23:35 2020-06-13] 178: Checking batch_updates ** [13:23:35 2020-06-13] 178: Checking gears ** [13:23:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:23:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:40 2020-06-13] 178: Checking imports ** [13:23:40 2020-06-13] 178: Checking exports ** [13:23:40 2020-06-13] 178: Checking users ** [13:23:40 2020-06-13] 178: Checking user_dbs ** [13:23:40 2020-06-13] 178: Checking geocodings ** [13:23:40 2020-06-13] 178: Checking synchronizations ** [13:23:40 2020-06-13] 178: Checking tracker ** [13:23:40 2020-06-13] 178: Checking user_migrations ** [13:23:40 2020-06-13] 178: Checking batch_updates ** [13:23:40 2020-06-13] 178: Checking gears ** [13:23:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:23:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:45 2020-06-13] 178: Checking imports ** [13:23:45 2020-06-13] 178: Checking exports ** [13:23:45 2020-06-13] 178: Checking users ** [13:23:45 2020-06-13] 178: Checking user_dbs ** [13:23:45 2020-06-13] 178: Checking geocodings ** [13:23:45 2020-06-13] 178: Checking synchronizations ** [13:23:45 2020-06-13] 178: Checking tracker ** [13:23:45 2020-06-13] 178: Checking user_migrations ** [13:23:45 2020-06-13] 178: Checking batch_updates ** [13:23:45 2020-06-13] 178: Checking gears ** [13:23:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:23:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:50 2020-06-13] 178: Checking imports ** [13:23:50 2020-06-13] 178: Checking exports ** [13:23:50 2020-06-13] 178: Checking users ** [13:23:50 2020-06-13] 178: Checking user_dbs ** [13:23:50 2020-06-13] 178: Checking geocodings ** [13:23:50 2020-06-13] 178: Checking synchronizations ** [13:23:50 2020-06-13] 178: Checking tracker ** [13:23:50 2020-06-13] 178: Checking user_migrations ** [13:23:50 2020-06-13] 178: Checking batch_updates ** [13:23:50 2020-06-13] 178: Checking gears ** [13:23:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:23:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:55 2020-06-13] 178: Checking imports ** [13:23:55 2020-06-13] 178: Checking exports ** [13:23:55 2020-06-13] 178: Checking users ** [13:23:55 2020-06-13] 178: Checking user_dbs ** [13:23:55 2020-06-13] 178: Checking geocodings ** [13:23:55 2020-06-13] 178: Checking synchronizations ** [13:23:55 2020-06-13] 178: Checking tracker ** [13:23:55 2020-06-13] 178: Checking user_migrations ** [13:23:55 2020-06-13] 178: Checking batch_updates ** [13:23:55 2020-06-13] 178: Checking gears ** [13:23:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:23:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:00 2020-06-13] 178: Checking imports ** [13:24:00 2020-06-13] 178: Checking exports ** [13:24:00 2020-06-13] 178: Checking users ** [13:24:00 2020-06-13] 178: Checking user_dbs ** [13:24:00 2020-06-13] 178: Checking geocodings ** [13:24:00 2020-06-13] 178: Checking synchronizations ** [13:24:00 2020-06-13] 178: Checking tracker ** [13:24:00 2020-06-13] 178: Checking user_migrations ** [13:24:00 2020-06-13] 178: Checking batch_updates ** [13:24:00 2020-06-13] 178: Checking gears ** [13:24:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:24:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:05 2020-06-13] 178: Checking imports ** [13:24:05 2020-06-13] 178: Checking exports ** [13:24:05 2020-06-13] 178: Checking users ** [13:24:05 2020-06-13] 178: Checking user_dbs ** [13:24:05 2020-06-13] 178: Checking geocodings ** [13:24:05 2020-06-13] 178: Checking synchronizations ** [13:24:05 2020-06-13] 178: Checking tracker ** [13:24:05 2020-06-13] 178: Checking user_migrations ** [13:24:05 2020-06-13] 178: Checking batch_updates ** [13:24:05 2020-06-13] 178: Checking gears ** [13:24:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:24:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:10 2020-06-13] 178: Checking imports ** [13:24:10 2020-06-13] 178: Checking exports ** [13:24:10 2020-06-13] 178: Checking users ** [13:24:10 2020-06-13] 178: Checking user_dbs ** [13:24:10 2020-06-13] 178: Checking geocodings ** [13:24:10 2020-06-13] 178: Checking synchronizations ** [13:24:10 2020-06-13] 178: Checking tracker ** [13:24:10 2020-06-13] 178: Checking user_migrations ** [13:24:10 2020-06-13] 178: Checking batch_updates ** [13:24:10 2020-06-13] 178: Checking gears ** [13:24:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:24:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:15 2020-06-13] 178: Checking imports ** [13:24:15 2020-06-13] 178: Checking exports ** [13:24:15 2020-06-13] 178: Checking users ** [13:24:15 2020-06-13] 178: Checking user_dbs ** [13:24:15 2020-06-13] 178: Checking geocodings ** [13:24:15 2020-06-13] 178: Checking synchronizations ** [13:24:15 2020-06-13] 178: Checking tracker ** [13:24:15 2020-06-13] 178: Checking user_migrations ** [13:24:15 2020-06-13] 178: Checking batch_updates ** [13:24:15 2020-06-13] 178: Checking gears ** [13:24:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:24:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:20 2020-06-13] 178: Checking imports ** [13:24:20 2020-06-13] 178: Checking exports ** [13:24:20 2020-06-13] 178: Checking users ** [13:24:20 2020-06-13] 178: Checking user_dbs ** [13:24:20 2020-06-13] 178: Checking geocodings ** [13:24:20 2020-06-13] 178: Checking synchronizations ** [13:24:20 2020-06-13] 178: Checking tracker ** [13:24:20 2020-06-13] 178: Checking user_migrations ** [13:24:20 2020-06-13] 178: Checking batch_updates ** [13:24:20 2020-06-13] 178: Checking gears ** [13:24:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:24:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:25 2020-06-13] 178: Checking imports ** [13:24:25 2020-06-13] 178: Checking exports ** [13:24:25 2020-06-13] 178: Checking users ** [13:24:25 2020-06-13] 178: Checking user_dbs ** [13:24:25 2020-06-13] 178: Checking geocodings ** [13:24:25 2020-06-13] 178: Checking synchronizations ** [13:24:25 2020-06-13] 178: Checking tracker ** [13:24:25 2020-06-13] 178: Checking user_migrations ** [13:24:25 2020-06-13] 178: Checking batch_updates ** [13:24:25 2020-06-13] 178: Checking gears ** [13:24:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:24:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:30 2020-06-13] 178: Checking imports ** [13:24:30 2020-06-13] 178: Checking exports ** [13:24:30 2020-06-13] 178: Checking users ** [13:24:30 2020-06-13] 178: Checking user_dbs ** [13:24:30 2020-06-13] 178: Checking geocodings ** [13:24:30 2020-06-13] 178: Checking synchronizations ** [13:24:30 2020-06-13] 178: Checking tracker ** [13:24:30 2020-06-13] 178: Checking user_migrations ** [13:24:30 2020-06-13] 178: Checking batch_updates ** [13:24:30 2020-06-13] 178: Checking gears ** [13:24:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:24:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:35 2020-06-13] 178: Checking imports ** [13:24:35 2020-06-13] 178: Checking exports ** [13:24:35 2020-06-13] 178: Checking users ** [13:24:35 2020-06-13] 178: Checking user_dbs ** [13:24:35 2020-06-13] 178: Checking geocodings ** [13:24:35 2020-06-13] 178: Checking synchronizations ** [13:24:35 2020-06-13] 178: Checking tracker ** [13:24:35 2020-06-13] 178: Checking user_migrations ** [13:24:35 2020-06-13] 178: Checking batch_updates ** [13:24:35 2020-06-13] 178: Checking gears ** [13:24:35 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:24:35 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:40 2020-06-13] 178: Checking imports ** [13:24:40 2020-06-13] 178: Checking exports ** [13:24:40 2020-06-13] 178: Checking users ** [13:24:40 2020-06-13] 178: Checking user_dbs ** [13:24:40 2020-06-13] 178: Checking geocodings ** [13:24:40 2020-06-13] 178: Checking synchronizations ** [13:24:40 2020-06-13] 178: Checking tracker ** [13:24:40 2020-06-13] 178: Checking user_migrations ** [13:24:40 2020-06-13] 178: Checking batch_updates ** [13:24:40 2020-06-13] 178: Checking gears ** [13:24:40 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:24:40 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:45 2020-06-13] 178: Checking imports ** [13:24:45 2020-06-13] 178: Checking exports ** [13:24:45 2020-06-13] 178: Checking users ** [13:24:45 2020-06-13] 178: Checking user_dbs ** [13:24:45 2020-06-13] 178: Checking geocodings ** [13:24:45 2020-06-13] 178: Checking synchronizations ** [13:24:45 2020-06-13] 178: Checking tracker ** [13:24:45 2020-06-13] 178: Checking user_migrations ** [13:24:45 2020-06-13] 178: Checking batch_updates ** [13:24:45 2020-06-13] 178: Checking gears ** [13:24:45 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:24:45 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:50 2020-06-13] 178: Checking imports ** [13:24:50 2020-06-13] 178: Checking exports ** [13:24:50 2020-06-13] 178: Checking users ** [13:24:50 2020-06-13] 178: Checking user_dbs ** [13:24:50 2020-06-13] 178: Checking geocodings ** [13:24:50 2020-06-13] 178: Checking synchronizations ** [13:24:50 2020-06-13] 178: Checking tracker ** [13:24:50 2020-06-13] 178: Checking user_migrations ** [13:24:50 2020-06-13] 178: Checking batch_updates ** [13:24:50 2020-06-13] 178: Checking gears ** [13:24:50 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:24:50 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:55 2020-06-13] 178: Checking imports ** [13:24:55 2020-06-13] 178: Checking exports ** [13:24:55 2020-06-13] 178: Checking users ** [13:24:55 2020-06-13] 178: Checking user_dbs ** [13:24:55 2020-06-13] 178: Checking geocodings ** [13:24:55 2020-06-13] 178: Checking synchronizations ** [13:24:55 2020-06-13] 178: Checking tracker ** [13:24:55 2020-06-13] 178: Checking user_migrations ** [13:24:55 2020-06-13] 178: Checking batch_updates ** [13:24:55 2020-06-13] 178: Checking gears ** [13:24:55 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:24:55 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:00 2020-06-13] 178: Checking imports ** [13:25:00 2020-06-13] 178: Checking exports ** [13:25:00 2020-06-13] 178: Checking users ** [13:25:00 2020-06-13] 178: Checking user_dbs ** [13:25:00 2020-06-13] 178: Checking geocodings ** [13:25:00 2020-06-13] 178: Checking synchronizations ** [13:25:00 2020-06-13] 178: Checking tracker ** [13:25:00 2020-06-13] 178: Checking user_migrations ** [13:25:00 2020-06-13] 178: Checking batch_updates ** [13:25:00 2020-06-13] 178: Checking gears ** [13:25:00 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:25:00 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:05 2020-06-13] 178: Checking imports ** [13:25:05 2020-06-13] 178: Checking exports ** [13:25:05 2020-06-13] 178: Checking users ** [13:25:05 2020-06-13] 178: Checking user_dbs ** [13:25:05 2020-06-13] 178: Checking geocodings ** [13:25:05 2020-06-13] 178: Checking synchronizations ** [13:25:05 2020-06-13] 178: Checking tracker ** [13:25:05 2020-06-13] 178: Checking user_migrations ** [13:25:05 2020-06-13] 178: Checking batch_updates ** [13:25:05 2020-06-13] 178: Checking gears ** [13:25:05 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:25:05 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:10 2020-06-13] 178: Checking imports ** [13:25:10 2020-06-13] 178: Checking exports ** [13:25:10 2020-06-13] 178: Checking users ** [13:25:10 2020-06-13] 178: Checking user_dbs ** [13:25:10 2020-06-13] 178: Checking geocodings ** [13:25:10 2020-06-13] 178: Checking synchronizations ** [13:25:10 2020-06-13] 178: Checking tracker ** [13:25:10 2020-06-13] 178: Checking user_migrations ** [13:25:10 2020-06-13] 178: Checking batch_updates ** [13:25:10 2020-06-13] 178: Checking gears ** [13:25:10 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:25:10 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:15 2020-06-13] 178: Checking imports ** [13:25:15 2020-06-13] 178: Checking exports ** [13:25:15 2020-06-13] 178: Checking users ** [13:25:15 2020-06-13] 178: Checking user_dbs ** [13:25:15 2020-06-13] 178: Checking geocodings ** [13:25:15 2020-06-13] 178: Checking synchronizations ** [13:25:15 2020-06-13] 178: Checking tracker ** [13:25:15 2020-06-13] 178: Checking user_migrations ** [13:25:15 2020-06-13] 178: Checking batch_updates ** [13:25:15 2020-06-13] 178: Checking gears ** [13:25:15 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:25:15 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:20 2020-06-13] 178: Checking imports ** [13:25:20 2020-06-13] 178: Checking exports ** [13:25:20 2020-06-13] 178: Checking users ** [13:25:20 2020-06-13] 178: Checking user_dbs ** [13:25:20 2020-06-13] 178: Checking geocodings ** [13:25:20 2020-06-13] 178: Checking synchronizations ** [13:25:20 2020-06-13] 178: Checking tracker ** [13:25:20 2020-06-13] 178: Checking user_migrations ** [13:25:20 2020-06-13] 178: Checking batch_updates ** [13:25:20 2020-06-13] 178: Checking gears ** [13:25:20 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:25:20 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:25 2020-06-13] 178: Checking imports ** [13:25:25 2020-06-13] 178: Checking exports ** [13:25:25 2020-06-13] 178: Checking users ** [13:25:25 2020-06-13] 178: Checking user_dbs ** [13:25:25 2020-06-13] 178: Checking geocodings ** [13:25:25 2020-06-13] 178: Checking synchronizations ** [13:25:25 2020-06-13] 178: Checking tracker ** [13:25:25 2020-06-13] 178: Checking user_migrations ** [13:25:25 2020-06-13] 178: Checking batch_updates ** [13:25:25 2020-06-13] 178: Checking gears ** [13:25:25 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:25:25 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:30 2020-06-13] 178: Checking imports ** [13:25:30 2020-06-13] 178: Checking exports ** [13:25:30 2020-06-13] 178: Checking users ** [13:25:30 2020-06-13] 178: Checking user_dbs ** [13:25:30 2020-06-13] 178: Checking geocodings ** [13:25:30 2020-06-13] 178: Checking synchronizations ** [13:25:30 2020-06-13] 178: Checking tracker ** [13:25:30 2020-06-13] 178: Checking user_migrations ** [13:25:30 2020-06-13] 178: Checking batch_updates ** [13:25:30 2020-06-13] 178: Checking gears ** [13:25:30 2020-06-13] 178: Sleeping for 5.0 seconds ** [13:25:30 2020-06-13] 178: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears